.containment-hero {
  padding: 120px 0;
  margin-top: -50px;
}

.service-hero-banner {
  min-height: 100vh;
  padding: 0;
  background: #0b223c;
  border-radius: 0;
}

.service-hero-banner .ban-sec,
.service-hero-banner .swiper-number-pagination-progress,
.service-hero-banner .row,
.service-hero-banner-content {
  min-height: 100vh;
}

.service-hero-banner .ban-sec {
  overflow: hidden;
}

.service-hero-banner .banner-slider,
.service-hero-banner .banner-slider .swiper-wrapper,
.service-hero-banner .banner-slider .swiper-slide {
  height: 100%;
}

.service-hero-banner .banner-slider {
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: 0 !important;
}

.service-hero-banner-image {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: scale(1.02);
  transition: transform 1.2s ease;
}

.service-hero-banner:hover .service-hero-banner-image {
  transform: scale(1.09);
}

.service-hero-banner-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.84) 0%,
      rgba(0, 0, 0, 0.72) 30%,
      rgba(0, 0, 0, 0.38) 52%,
      rgba(0, 0, 0, 0.1) 72%,
      rgba(0, 0, 0, 0.01) 100%
    ),
    linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.22) 100%);
  pointer-events: none;
}

.service-hero-banner-content {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  padding: 150px 0 90px;
}

.service-hero-banner-copy {
  max-width: 650px;
  color: #fff;
  padding-left: clamp(24px, 6vw, 72px);
  position: relative;
  z-index: 4;
}

.service-hero-banner-title {
  margin: 0 0 22px;
  font-family: Raleway, sans-serif;
  font-size: clamp(42px, 6vw, 74px);
  line-height: 1.04;
  font-weight: 800;
  letter-spacing: 0.5px;
  color: #b3cb1c;
  text-align: left;
  text-transform: uppercase;
  text-shadow: 0 5px 18px rgba(0, 0, 0, 0.95);
}

.service-hero-banner-text {
  max-width: 620px;
  margin: 0;
  color: rgba(243, 246, 235, 0.92);
  font-size: clamp(17px, 1.4vw, 21px);
  line-height: 1.75;
}

.service-hero-banner .swiper-pagination {
  bottom: 26px;
  z-index: 4;
}

.service-hero-banner .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  opacity: 1;
  background: rgba(255, 255, 255, 0.75);
  border: 2px solid transparent;
}

.service-hero-banner .swiper-pagination-bullet-active {
  background: #f2b544;
  border-color: rgba(255, 255, 255, 0.85);
}

.scrl-sec {
  margin-bottom: -90px;
}

.stack-box {
  height: 100vh;
}

.ban-sec p.w-75 {
  width: 100% !important;
}

footer ul li {
  line-height: unset;
}

.cln-sec.st {
  padding-bottom: 0 !important;
}

@media (max-width: 767px) {
  .service-hero-banner,
  .service-hero-banner .ban-sec,
  .service-hero-banner .swiper-number-pagination-progress,
  .service-hero-banner .row,
  .service-hero-banner .service-hero-banner-content {
    min-height: auto;
  }

  .service-hero-banner-content {
    padding: 120px 0 90px;
  }

  .service-hero-banner-copy {
    padding: 0 22px;
  }

  .service-hero-banner-title {
    font-size: 38px;
  }

  .service-hero-banner-text {
    font-size: 16px;
    line-height: 1.65;
  }

  .stack-box {
    height: 100%;
  }
}

/* Make parent relative */
.nav-services {
  position: relative;
  cursor: pointer;
}

/* Dropdown box */
.services-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  background: #ffffff;
  min-width: 240px;
  padding: 15px 20px;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  z-index: 999;
}

/* Dropdown links */
.services-dropdown a {
  display: block;
  padding: 10px 0px;
  text-decoration: none;
  color: #333;
  font-size: 0.95rem;
  transition: 0.2s ease;
}

/* .services-dropdown a:hover {
    background-color: #f5f5f5;
    color: #000;
} */

/* Show dropdown on hover */
.nav-services:hover .services-dropdown a {
  color: #fff;
}

.nav-services:hover .services-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  background-color: #ffffff36;
  backdrop-filter: blur(18px);
  z-index: 10;
  color: #fff;
  top: 60px;
}
