/*
Theme Name:  Hello Elementor Child
Description: Child theme for Hello Elementor
Author:      Your Name
Template:    hello-elementor
Version:     1.0.0
*/

.ss-section {
  padding: 36px;
  /* background: #f2f2f2; */
  color: #081329;
}

.ss-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 28px;
}

.ss-header-text {
  max-width: 760px;
}

.ss-title {
  margin: 0 0 10px;
  font-size: clamp(28px, 4vw, 52px);
  line-height: 1.08;
  font-weight: 700;
}

.ss-subtitle {
  margin: 0;
  font-size: 16px;
  line-height: 1.45;
  max-width: 700px;
  color: #162234;
}

.ss-nav {
  display: flex;
  gap: 10px;
  padding-top: 8px;
}

.ss-nav-btn {
  min-width: 84px;
  height: 38px;
  border-radius: 11px;
  border: 1px solid #7f93c4;
  background: transparent;
  color: #5d6fa2;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  transition: all 0.2s ease;
}

.ss-nav-btn:hover {
  border-color: #2747a0;
  background: #2747a0;
  color: #fff;
}

.ss-slick {
  margin: 0 -8px;
}

.ss-slick .slick-list {
  overflow: hidden;
  padding: 0 8px;
}

.ss-slick .slick-track {
  display: flex;
}

.ss-slide-item {
  width: 260px;
  padding: 0 8px;
}

.ss-slide {
  position: relative;
  width: 100%;
  height: 425px;
  border-radius: 20px;
  overflow: hidden;
  background: #22385f center/cover no-repeat;
  transform: scale(0.96);
  transition: transform 0.52s cubic-bezier(0.22, 0.61, 0.36, 1),
    border-radius 0.52s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.ss-slide-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(7, 18, 43, 0.07) 5%,
    rgba(7, 18, 43, 0.88) 93%
  );
}

.ss-slide-content {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  color: #fff;
}

.ss-slide-title {
  margin: 0;
  font-size: 42px;
  line-height: 1.08;
  font-weight: 700;
}

.ss-slide-body {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}

.ss-slide-excerpt {
  margin: 12px 0 14px;
  font-size: 32px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.86);
}

.ss-slide-btn {
  display: block;
  text-align: center;
  text-decoration: none;
  background: #28439a;
  color: #fff;
  font-size: 30px;
  line-height: 1;
  padding: 14px 16px;
  border-radius: 8px;
}

.ss-slick .slick-current.ss-slide-item {
  width: 620px;
}

.ss-slick .slick-current .ss-slide {
  transform: scale(1);
}

.ss-slick .slick-current .ss-slide-body {
  max-height: 220px;
  opacity: 1;
}

.ss-no-results {
  padding: 16px 0;
}
.team-section {
  overflow: hidden;
  margin: auto;
  padding: 0 15px;
  font-family: "BDO Grotesk", sans-serif;
}
.team-container {
  width: 100%;
  max-width: 1320px;
  margin: auto;
}
.team-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 35px;
  gap: 20px;
}
.team-heading small {
  display: block;
  font-size: 16px;
  text-transform: uppercase;
  color: #85a2f9;
  margin-bottom: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.team-heading h2 {
  font-size: 45px;
  line-height: 1.1;
  font-weight: 700;
  color: #111;
  margin-bottom: 12px;
}
.team-heading p {
  font-size: 16px;
  color: #000;
}
.team-nav {
  display: flex;
  gap: 10px;
  margin-top: 50px;
}
.nav-btn {
  width: 46px;
  height: 46px;
  border: 1px solid #bfc8ff;
  background: transparent;
  border-radius: 12px;
  cursor: pointer;
  font-size: 20px;
  color: #4c5eff;
  transition: 0.3s ease;
  flex-shrink: 0;
  font-family: "BDO Grotesk", sans-serif;
}
.nav-btn:hover {
  background: #4c5eff;
  color: #fff;
}
.slider-wrapper {
  overflow: hidden;
  width: 100%;
}
.team-slider {
  display: flex;
  gap: 18px;
  transition: transform 0.4s ease;
}
.team-card {
  min-width: 220px;
  flex: 0 0 220px;
  text-align: center;
}
.team-image {
  width: 100%;
  height: 260px;
  border-radius: 16px;
  overflow: hidden;
  background: #ddd;
  margin-bottom: 16px;
}
.team-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.team-card h3 {
  font-size: 15px;
  font-weight: 700;
  color: #111;
  text-transform: uppercase;
  margin-bottom: 6px;
  line-height: 1.3;
}
.team-card span {
  font-size: 13px;
  color: #666;
  display: block;
  line-height: 1.5;
}
/* ── Sectors Slider ────────────────────────────────────────── */
.projects-wrap {
  width: 100%;
  overflow: hidden;
}

.projects-top {
  display: flex;
  align-items: center;
  margin-bottom: 28px;
  gap: 20px;
}

.projects-top h2 {
  margin: 0;
  font-size: 45px;
  line-height: 1;
  color: #fff;
  font-weight: 700;
  letter-spacing: -2px;
}

.projects-nav {
  display: flex;
  gap: 14px;
}

.projects-btn {
  width: 68px;
  height: 54px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, .7);
  background: transparent;
  color: #fff;
  font-size: 22px;
  cursor: pointer;
  transition: .3s ease;
}

.projects-btn:hover {
  background: #fff !important;
  color: #1843a5;
}

.projectsSlider {
  overflow: visible;
}

.project-box {
  position: relative;
  display: block;
  border-radius: 28px;
  overflow: hidden;
  padding: 10px;
  background: rgba(34, 78, 185, .10);
  transition: .35s ease;
  text-decoration: none;
  outline: none;
}

.project-box img {
  width: 100%;
  height: 130px;
  object-fit: cover;
  border-radius: 22px;
  display: block;
}

.project-content {
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: .35s ease;
  padding: 18px 10px 10px;
}

.project-content h3 {
  margin: 0;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: .4px;
  text-transform: uppercase;
}

.swiper-slide-active .project-box {
  background: #2092B499;
}

.swiper-slide-active .project-content {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* ── Responsive ────────────────────────────────────────────── */
@media (max-width: 1024px) {
  .projects-top h2 {
    font-size: 44px;
  }
  .project-box img {
    height: 220px;
  }
}

@media (max-width: 768px) {
  .projects-top {
    margin-bottom: 22px;
  }
  .projects-top h2 {
    font-size: 30px;
    letter-spacing: -1px;
  }
  .projects-btn {
    width: 54px;
    height: 44px;
    border-radius: 14px;
    font-size: 18px;
  }
  .project-box {
    border-radius: 22px;
    padding: 8px;
  }
  .project-box img {
    height: 120px;
    border-radius: 16px;
  }
  .project-content {
    padding: 14px 8px 8px;
  }
  .project-content h3 {
    font-size: 15px;
  }
}
@media (max-width: 1024px) {
  .ss-title {
    font-size: 34px;
  }

  .ss-slide-item {
    width: 220px;
  }

  .ss-slick .slick-current.ss-slide-item {
    width: 440px;
  }

  .ss-slide {
    height: 370px;
  }

  .ss-slide-title {
    font-size: 30px;
  }

  .ss-slide-excerpt,
  .ss-slide-btn {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .ss-section {
    padding: 24px 16px;
  }

  .ss-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .ss-nav-btn {
    min-width: 56px;
    height: 36px;
    font-size: 18px;
  }

  .ss-slide-item,
  .ss-slick .slick-current.ss-slide-item {
    width: calc(100vw - 56px);
    padding: 0 6px;
  }

  .ss-slide {
    height: 360px;
    border-radius: 16px;
    transform: scale(1);
  }

  .ss-slide-title {
    font-size: 28px;
  }

  .ss-slide-body {
    max-height: 220px;
    opacity: 1;
  }

  .ss-slide-excerpt,
  .ss-slide-btn,
  .ss-subtitle {
    font-size: 15px;
  }
}
