/*Top Clider*/
.banner-section .swiper {
  width: 100%;
  height: 100vh;
  height: calc(100vh - 85px);
  max-height: 596px;
}

.banner-section .swiper-slide {
  position: relative;
  background-size: cover;
  background-position: center;
  height: 100%;
}

.banner-section .slide-banner-overlay {
  position: absolute;
  bottom: 0;
  top: 40%;
  left: 23%;
  width: 50%;
  height: 200px;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.banner-section .slide-banner-overlay .slide-banner-overlay-text {
  color: white;
  font-size: 2rem;
  line-height: 1.2;
  max-width: 800px;
  font-weight: 400;
}

.banner-section .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.7;
}

.banner-section.swiper-pagination-bullet-active {
  opacity: 1;
}

.swiper-button-next,
.swiper-button-prev {
  top: var(--swiper-navigation-top-offset, 83%) !important;
  width: 94px !important;
  height: 80px !important;
  margin: 0 !important;
  border-radius: 16px;
}

.swiper-button-next i,
.swiper-button-prev i {
  font-size: 30px;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  content: "" !important;
}

.swiper-button-prev {
  background-color: #FAA226;
}

.swiper-button-next {
  background-color: #E0E0E0;
}

.swiper-button-prev i {
  color: white;
}

.swiper-button-next i {
  color: black;
}

.banner-swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 10%) !important;
  left: auto !important;
}

.banner-swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 19%) !important;
  left: auto !important;
}

.banner-swiper .banner-swiper-button-prev svg {
  display: none;
}

.banner-swiper .banner-swiper-button-next svg {
  display: none;
}


.about-section {
  max-width: 1200px;
  margin: auto;
  padding: 40px 20px;
  text-align: center;
}

.about-header {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #D5642B;
  font-weight: 400;
  font-size: 20px;
}

.about-line {
  width: 40px;
  height: 2px;
  background-color: #FAA226;
}

.about-section h1 {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  color: #0D0D0D;
}

.about-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 10px;
  gap: 50px;
  font-size: 15px;
  font-weight: 700;
  color: #0D0D0D;
}

.about-bold {
  font-weight: 700;
}

.highlight-text {
  font-size: 20px;
  font-weight: 700;
}

.aboutus {
  font-size: 15px;
  font-weight: 500;
}



.about-text {
  max-width: 500px;
  text-align: left;
  margin-left: 20px;
}

.about-text p {
  font-size: 16px;
  line-height: 1.6;
}

.highlight-text {
  margin-top: 20px;
  font-weight: bold;
  font-size: 20px;
}

.highlight-orange {
  color: #F19545
}

.about-images {
  position: relative;
  width: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.img-top {
  position: relative;
  width: 100%;
  border-radius: 20px;
  z-index: 1;
}

.img-bottom {
  position: absolute;
  width: 70%;
  margin-top: 175px;
  right: -50px;
  border-radius: 20px;
  z-index: 1;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.img-logo {
  position: relative;
  left: -79px;
  margin-top: 5%;
  border: 2px solid orange;
  border-radius: 50%;
  border-style: dashed;
}

.icon-logo {
  position: absolute;
  bottom: -25px;
  left: 10px;
  width: 40px;
  height: 40px;
  background: white;
  border-radius: 50%;
  padding: 4px;
  border: 2px dashed orange;
}

.icon-logo img {
  width: 100%;
  border-radius: 50%;
}

.core-expertise-section {
  background: url('Sec\ 3\ Banner.png') no-repeat center center/cover;
  padding: 80px 20px;
  color: #fff;
  text-align: center;
  position: relative;
}

.overlay {
  max-width: 1200px;
  margin: 0 auto;
}

.sub-heading {
  color: #D5642B;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  position: relative;
}

.sub-heading::before,
.sub-heading::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 2px;
  background-color: #ff7e33;
  margin: 0 10px;
  vertical-align: middle;
}

.main-heading {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 40px;
  color: white;
}

.expertise-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
  margin-top: 30px;
}

.card {
  background-color: #fff;
  border-radius: 20px;
  padding: 30px 20px;
  color: #000;
  text-align: center;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.1);
}

.card img {
  width: 75px;
  height: 75px;
  margin-bottom: 15px;
}

.card h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #0D0D0D;
}

.card p {
  font-size: 11px;
  color: #5B5B5B;
  font-weight: 400;
}

.industries-section {
  padding: 80px 20px;
  text-align: center;
}

.section-header h3 {
  font-size: 20px;
  color: #D5642B;
  font-weight: 600;
  margin-bottom: 10px;
  position: relative;
}

.section-header h3::before,
.section-header h3::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 2px;
  background-color: #FAA226;
  margin: 0 10px;
  vertical-align: middle;
}

.section-header h1 {
  font-size: 32px;
  font-weight: 700;
  color: #0D0D0D;
}

/*.industry-cards {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}
.industry-swiper {
  width: 50%;
  margin: 0 auto;
  align-items: center;
  display: flex;
  justify-content: center;
  height: 326px;
}

.industry-card {
  position: relative;
  width: 260px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.industry-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.label {
  position: absolute;
  bottom: 15px;
  left: 15px;
  padding: 12px 20px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 15px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.light {
  background-color: #f0f0f0;
  color: #000;
}

.pagination {
  margin-top: 40px;
}

.dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 6px;
  border-radius: 50%;
  background-color: #ddd;
  transition: background 0.3s;
}

.dot.active {
  background-color: #ff9d27;
}*/


.industries-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.section-header {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.section-subtitle {
  color: #D5642B;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  margin: 5px 9px;
}

.section-title {
  color: #333;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 40px;
}

.industries-section .swiper {
  width: 100%;
  height: 350px;
  padding-bottom: 50px;
  overflow: hidden;
}

.industries-section .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: auto;
}

.industry-card {
  width: 100%;
  height: 280px;
  border-radius: 12px;
  overflow: visible;
  position: relative;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.industry-card:hover {
  transform: translateY(-5px);
}

.industry-image-container {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}

.industry-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.industry-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.3));
  height: 40%;
}

.industry-title {
  position: absolute;
  bottom: -25px;
  right: -15px;
  padding: 12px 18px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  z-index: 10;
  white-space: nowrap;
}

.industries-section .swiper-slide-active .industry-title {
  background: #FF9500;
  color: white;
}

.industries-section .swiper-slide:not(.swiper-slide-active) .industry-title {
  background: white;
  color: #333;
}

.industries-section .swiper-pagination {
  bottom: 10px !important;
}

.industries-section .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #ddd;
  opacity: 1;
  transition: all 0.3s ease;
}

.industries-section .swiper-pagination-bullet-active {
  background: #FF9500;
  transform: scale(1.2);
}

.swiper-button-prev::after,
.swiper-button-next::after {
  display: none !important;
}

/* Responsive Design */
@media (max-width: 768px) {
  .section-title {
    font-size: 24px;
  }

  .industry-card {
    height: 250px;
  }

  .industry-title {
    font-size: 14px;
    padding: 10px 16px;
    right: 6px;
    bottom: -20px;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .industry-card {
    height: 280px;
  }
}


/* Industries 
.industries { padding:60px 0; background:#f9f9f9; }
.industry-list { display:flex; flex-wrap:wrap; gap:20px; justify-content:space-between; }
.industry-item { flex:1 1 30%; background:#fff; padding:40px 20px; border-radius:8px; box-shadow:0 2px 5px rgba(0,0,0,0.1); text-align:center; }*/

/* Capabilities 
.capabilities { padding:60px 0; }
.capability-content { display:flex; flex-wrap:wrap; gap:20px; align-items:start; }
.capability-content img { max-width:400px; border-radius:8px; }
.capability-content ul { flex:1; list-style:disc; padding-left:20px; }*/

.capabilities-section {
  position: relative;
  padding: 80px 40px;
  background-color: #f9f9f9;
  overflow: hidden;
}

.capabilities-section .expanded .accordion-header h3 {
  color: #f7931e;
}

.background-circles .circle {
  position: absolute;
  border: 20px solid #f7931e;
  border-radius: 50%;
  z-index: 0;
}

.circle-left {
  width: 120px;
  height: 120px;
  top: 30%;
  left: -60px;
  border-color: #D5642B !important;
}

.circle-right {
  width: 250px;
  height: 250px;
  bottom: -100px;
  right: -100px;
}

.container {
  position: relative;
  display: flex;
  max-width: 1200px;
  margin: auto;
  gap: 40px;
  align-items: flex-start;
  flex-wrap: wrap;
  z-index: 1;
  width: 87%;
}

.image-wrapper {
  width: 100%;
  max-width: 550px;
  height: 100%;
  position: relative;
}

.image-wrapper img {
  width: 100%;
  display: block;
}

.orange-border {
  position: absolute;
  top: -16px;
  left: -16px;
  width: 44%;
  height: 94%;
  border-left: 16px solid #f7931e;
  border-top: 16px solid #f7931e;
  z-index: -1;
}

.content {
  flex: 1;
  min-width: 300px;
}

.content h2 {
  font-size: 32px;
  font-weight: 700;
  color: #0D0D0D;
  margin-bottom: 30px;
}

.accordion-item {
  border-top: 1px solid #ddd;
  padding: 20px 0;
}

.accordion-item:last-child {
  border-bottom: 1px solid #ddd;
}

.accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.accordion-header h3 {
  font-size: 20px;
  font-weight: 600;
  transition: color 0.3s;
}

.accordion-header h3.orange {
  color: #f7931e;
}

.accordion-header .symbol {
  font-size: 24px;
  font-weight: bold;
  color: #f7931e;
}

.accordion-content {
  margin-top: 10px;
  color: #888888;
  font-size: 14px;
  line-height: 1.5;
  display: none;
  font-weight: 500;
}

.accordion-item.expanded .accordion-content {
  display: block;
}

.accordion-item.expanded .symbol {
  color: #2B2B2B;
}

.accordion-slider {
  width: 100%;
  height: 100%;
}

.accordion-slide {
  object-fit: cover;
  transition: transform 0.5s ease, opacity 0.5s ease;
}

/* Slide-in modifier, starts off-screen right -> centre */
.accordion-slide.slide-in-from-right {
  transform: translateX(100%);
  opacity: 0;
}

.accordion-slide.slide-in-from-right.enter {
  transform: translateX(0);
  opacity: 1;
}

/* Slide-out modifier: move old image left & hide */
.accordion-slide.slide-out-to-left {
  transform: translateX(0);
  opacity: 1;
}

.accordion-slide.slide-out-to-left.leave {
  transform: translateX(-100%);
  opacity: 0;
}

.current {
  z-index: 2;
}

.clients-section {
  text-align: center;
  padding: 60px 20px 70px;
  position: relative;
  overflow: hidden;
}

.clients-section h2 {
  font-size: 32px;
  margin-bottom: 10px;
  font-weight: 700;
  color: #0D0D0D;
}

.clients-section .subtitle {
  color: #888888;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 40px;
}

.clients-logos {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  justify-items: center;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto 25px;
  padding: 56px;
  background-image: url('map_shape.png');
}

.clients-logos img {
  max-height: 50px;
  max-width: 140px;
  object-fit: contain;
  filter: grayscale(0%);
  transition: transform 0.3s ease;
}

.clients-logos img:hover {
  transform: scale(1.1);
}

.contact-box {
  background-color: #D5642B;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 4px;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto;
  color: white;
  height: 180px;
  background-image: url('queries.png');
  background-repeat: no-repeat;
}

.contact-text {
  margin-left: 10%;
}

.contact-btn {
  margin-right: 10%;
}

.contact-box h3 {
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 600;
}

.contact-box h3 span {
  font-weight: 800;
  color: black;
}

.query-button {
  display: inline-block;
  background-color: #FAA226;
  color: #fff;
  padding: 15px 25px;
  border-radius: 14px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s ease;
}

.button:hover {
  background-color: #fba800;
}

.circle.top-right {
  position: absolute;
  right: 20px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  border: 30px solid #f79433;
  box-sizing: border-box;
  margin-top: -75px;
  z-index: 1;
}



/* Container + Pagination Wrapper */
.mySwiper {
  position: relative;
  padding-bottom: 40px;
  /* reserve space for bullets */
}

/* Each slide card */
.slide-card {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  background: #f0f0f0;
}

/* Slide image fills container */
.slide-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

/* Base overlay label (inactive) */
.slide-card .label {
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: auto;
  padding: 8px 20px;
  background: #ffffff;
  color: #333333;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 20px;
  opacity: 0.9;
  white-space: nowrap;
  transition: background 0.3s, color 0.3s, opacity 0.3s;
}

/* Active slide overlay styling */
.swiper-slide-active .label {
  background: #FF9500;
  color: #ffffff;
  opacity: 1;
}

/* Pagination container styling */
.swiper-pagination {
  position: absolute;
  bottom: 12px !important;
  left: 50%;
  transform: translateX(-50%);
}

/* Inactive bullets */
.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 6px !important;
  background-color: #cccccc;
  opacity: 1;
  border-radius: 50%;
  transition: background-color 0.3s;
}

/* Active bullet */
.swiper-pagination-bullet-active {
  background-color: #FF9500 !important;
}

/* Swiper core CSS variables (fallbacks) */
:root {
  --swiper-pagination-bullet-size: 12px;
  --swiper-pagination-bullet-horizontal-gap: 6px;
  --swiper-pagination-bullet-inactive-color: #cccccc;
  --swiper-pagination-color: #FF9500;
}

@media screen and (max-width: 450px) {

  .banner-swiper-button-prev,
  .banner-swiper-button-next,
  .swiper-button-prev,
  .fa-solid fa-arrow-left {
    display: none;
  }
}

@media (max-width: 760px) {
  .contact-box {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
}

@media(max-width:768px) {

  .banner-swiper-button-prev,
  .banner-swiper-button-next,
  .swiper-button-prev {
    display: none !important;
  }

  .clients-logos {
    grid-template-columns: repeat(2, 1fr);
  }

  .clients-logos img {
    max-width: 100px;
  }

  .contact-text {
    margin: auto;
  }

  .contact-box h3 {
    font-size: 20px;
  }

  .contact-btn {
    margin-bottom: 20px;
  }

  .img-bottom {
    right: -20px;
  }

  .banner-section .slide-banner-overlay .slide-banner-overlay-text {
    font-size: unset;
    line-height: normal;
  }

  .banner-section .slide-banner-overlay {
    width: 75%;
    height: 150px;
    margin-left: -40px;
  }

  .content {
    min-width: 250px;
  }

  .img-logo {
    left: -90px;
  }

  .circle-left {
    left: -70px;
  }

  .about-content,
  .capability-content {
    flex-direction: column;
  }

  .cards,
  .industry-list,
  .footer-columns {
    flex-direction: column;
  }

  .about-images {
    margin: 0 auto;
  }

  .about-text {
    max-width: 100%;
  }
}