.service-banner-wrapper {
  width: 100%;
  height: 400px;
  background-color: #1c2023; /* fallback default */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Desktop only: apply image background */
@media (min-width: 992px) {
  .service-banner-wrapper {
    background-image: url(''); /* placeholder, will be set with JS */
  }
}


.service-banner-content {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}

.container-1200 {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.service-banner-wrapper h1 {
  color: #fff;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
  max-width: 570px;
}

/* ✅ Checklist item spacing */
.service-banner-wrapper ul li {
  color: #fff;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}

/* ✅ Breadcrumb spacing and white text */
.breadcrumb-link {
  color: #fff !important;
  margin-right: 10px;
}

.breadcrumb-separator {
  margin-right: 10px;
  color: #888;
}

.text-green {
  color: #1FFF83;
}

@media (max-width: 991px) {
  .service-banner-wrapper {
    clip-path: none;
    height: auto;
    padding: 80px 0;
  }

  .service-banner-content {
    padding: 20px 0;
    text-align: left;
  }

  .service-banner-wrapper h1 {
    font-size: 28px;
  }
}


/* Client Logos */
.client-logo-carousel {
  width: 100%;
  padding: 20px 0;
  background-color: #fff;
  overflow: hidden;
}

.carousel-track {
  display: flex;
  gap: 60px;
  animation: scroll-left 30s linear infinite;
  align-items: center;
  padding: 0 20px;
}

.carousel-logo {
  flex: 0 0 auto;
  max-width: 120px;
}

.carousel-logo img {
  width: 100%;
  height: auto;
  display: block;
  transition: filter 0.3s ease;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Responsive tweaks */
@media (max-width: 768px) {
  .carousel-track {
    gap: 40px;
  }

  .carousel-logo {
    max-width: 80px;
  }
}


/* Get a quote CTA */

.cta-section {
  background: #fff;
  text-align: center;
  padding: 50px 20px;
}

.cta-container {
  max-width: 900px;
  margin: 0 auto;
}

.cta-heading {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #111;
}

.cta-description {
  font-size: 16px;
  line-height: 1.6;
  color: #444;
}

.cta-button {
    margin: 20px 0;
    min-width: 200px;
    height: 50px;
    padding: 13px 33px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background: #0025FF;
    color: #FFF;
    text-align: center;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.cta-button:hover {
	background: #0025FF;
    color: #FFF;
	transform: scale(1.05)
}

/* left/right */
.projects-section {
  width: 100%;
}

.project-row {
  width: 100%;
}

.project-row.odd {
  background-color: #F5F5F5;
	padding: 50px 0px;
}

.inner-row {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 40px;
  padding: 60px 0px;
  align-items: center;
}

.inner-row.left-text {
  flex-direction: row;
}

.inner-row.right-text {
  flex-direction: row-reverse;
	padding: 50px 0px;
}

.project-description,
.project-media {
  flex: 1;
}

.project-description h2 {
color: #1D2022;
font-family: Poppins;
font-size: 36px;
font-style: normal;
font-weight: 700;
line-height: 46px; /* 127.778% */
text-transform: capitalize;
}

.description-content {
color: #212529;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 26px; /* 162.5% */
}

.project-media img {
  width: 100%;
  border-radius: 10px;
  display: block;
}

@media (max-width: 992px) {
  .inner-row {
    flex-direction: column !important;
    text-align: center;
    padding: 40px 20px;
  }
}


/*WHy Choose us */

/* Section wrapper */
.why-choose-section {
  background: #fff;
  padding: 60px 0;
  text-align: center;
}

/* Section Heading */
.why-heading {
  font-size: 32px;
  font-weight: 700;
  color: #000;
}

/* Grid */
.why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
	    padding-top: 30px;
}

/* Individual item */
.why-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* Icon */
.why-icon img {
  height: 64px;
  width: 64px;
  object-fit: contain;
  margin-bottom: 20px;
}

/* Title */
.why-title {
color: #1D2022;
text-align: center;
font-family: Poppins;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 34px; /* 141.667% */
}

/* Description */
.why-desc {
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  max-width: 250px;
}

/* Responsive (tablet & mobile) */
@media (max-width: 1024px) {
  .why-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}

@media (max-width: 600px) {
  .why-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .why-desc {
    max-width: 100%;
  }
}



/*owl carosuel */
.completed-works-section {
  width: 100%;
  padding: 100px 0;
  background-color: #fff;
}

.completed-heading {
  font-size: 32px;
  font-weight: 700;
  color: #000;
  margin-bottom: 60px;
}

/* Swiper Container */
.completed-container {
  max-width: 100%;
  box-sizing: border-box;
}

.completed-swiper {
  width: 100%;
  overflow: hidden;
}

/* Individual Slide */
.completed-swiper .swiper-slide {
  width: 800px !important;
  height: 500px;
  border-radius: 32px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.completed-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 32px;
  display: block;
}

/* Custom Arrows */
.completed-swiper-button-next,
.completed-swiper-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  width: 48px;
  height: 48px;
}

.completed-swiper-button-prev {
  left: 20px;
}

.completed-swiper-button-next {
  right: 20px;
}

.completed-swiper-button-prev img,
.completed-swiper-button-next img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Pagination Dots */
.completed-swiper-pagination {
text-align: center;
    margin-top: -20px;
    z-index: 999;
    position: absolute;
}

.completed-swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 0.4;
  width: 10px;
  height: 10px;
  margin: 0 4px;
  border-radius: 50%;
}

.completed-swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
	 background-color: #0032ff;
}

/* Responsive Slides */
@media screen and (max-width: 1024px) {
  .completed-swiper .swiper-slide {
    width: 90% !important;
    height: auto;
    aspect-ratio: 4/3;
  }

  .completed-swiper-button-prev,
  .completed-swiper-button-next {
    width: 36px;
    height: 36px;
  }
}
@media screen and (min-width: 1025px) {
  .completed-swiper-button-prev {
    left: calc(50% - 330px); /* ~600px centered container + margin */
  }

  .completed-swiper-button-next {
    right: calc(50% - 330px);
  }
}

