/* ===== OUR TEAM MODERN REDESIGN ===== */
.our-team-modern{
  position: relative;
  padding: 48px 0 42px !important;
  background: linear-gradient(135deg, #071a33 0%, #0b2344 50%, #102c51 100%);
  overflow: hidden;
}


.our-team-modern .overlay{
  background: transparent !important;
  padding: 0 !important;
}

.team-title-modern{
  text-align: center;
  margin-bottom: 10px !important;
  position: relative;
}

.team-title-modern::after{
  display: none !important;
  content: none !important;
}

.team-title-modern h2{
  margin: 0 !important;
  font-size: 48px;
  line-height: 1.08;
  font-weight: 800;
  color: #fff;
  position: relative;
  display: inline-block;
}
.team-title-modern h2::after{
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -16px;
  width: 88px;
  height: 4px;
  background: #fe4d29;
  border-radius: 999px;
}
.team-subtitle{
  max-width: 760px;
  margin: 18px auto 30px auto;
  text-align: center;
  font-size: 16px;
  line-height: 1.75;
  color: rgba(255,255,255,0.78);
  font-weight: bold;
}

/* slider */
.team-slider-modern{
  margin-top: 0 !important;
}

/* item/card */
.team-slider-modern .item{
  padding: 10px 10px 18px;
}

.team-card-modern{
  height: 100%;
}

.team-card-inner{
  height: 100%;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 22px;
  overflow: hidden;
  backdrop-filter: blur(6px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.16);
  transition: transform 0.32s ease, box-shadow 0.32s ease, border-color 0.32s ease;
}
.team-card-inner:hover{
  transform: translateY(-8px);
  border-color: rgba(254,77,41,0.38);
  box-shadow: 0 24px 50px rgba(0,0,0,0.22);
}
/* image */
.team-image-wrap{
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #071a33 0%, #0b2344 50%, #102c51 100%);
  display: block;
  align-items: center;
  justify-content: center;
  min-height: 0;
  padding: 0;
  margin: 0;
  line-height: 0;
}
.team-image-wrap::after{
 display: none;
 content: none;
}
.team-image-modern{
  width: 100%;
  height: 320px;
  object-fit: cover;
  object-position: center top;
  display: block;
  background: transparent;
  transition: transform 0.35s ease;
  padding: 0;
}
.team-card-inner:hover .team-image-modern{
  transform: scale(1.05);
}
/* content */
.team-content-modern{
  padding: 20px 18px 22px;
}
.team-content-modern h4{
  margin: 0 0 8px 0;
  font-size: 30px;
  line-height: 1.15;
  font-weight: 800;
  color: #fff;
  letter-spacing: 0.2px;
}
.team-content-modern h6{
  margin: 0;
  font-size: 16px;
  line-height: 1.55;
  font-weight: 500;
  color: rgba(255,255,255,0.78);
}
/* owl nav */
.our-team-modern .owl-nav{
  position: absolute;
  top: -84px;
  right: 0;
  margin: 0 !important;
}
.our-team-modern .owl-prev,
.our-team-modern .owl-next{
  width: 52px;
  height: 52px;
  border-radius: 50% !important;
  border: 1px solid rgba(255,255,255,0.18) !important;
  background: rgba(255,255,255,0.08) !important;
  color: #fff !important;
  font-size: 22px !important;
  margin-left: 10px !important;
  transition: all 0.25s ease;
}
.our-team-modern .owl-prev:hover,
.our-team-modern .owl-next:hover{
  background: #fe4d29 !important;
  border-color: #fe4d29 !important;
  color: #fff !important;
}
/* dots */
.our-team-modern .owl-dots{
  margin-top: 14px;
  text-align: center;
}
.our-team-modern .owl-dot span{
  width: 10px;
  height: 10px;
  margin: 5px 6px;
  background: transparent;
  border: 1.5px solid rgba(255,255,255,0.55);
  display: block;
  border-radius: 50%;
  transition: all 0.25s ease;
}
.our-team-modern .owl-dot.active span{
  background: #fe4d29;
  border-color: #fe4d29;
}
.our-team-modern .owl-nav{
  display: none !important;
}
/* tablet */
@media (max-width: 991px){
  .our-team-modern{
    padding: 38px 0 32px !important;
  }

  .team-title-modern h2{
    font-size: 38px;
  }

  .team-subtitle{
    font-size: 15px;
    margin: 16px auto 24px auto;
    padding: 0 14px;
  }
  .team-image-modern{
    height: 300px;
  }
  .team-content-modern h4{
    font-size: 24px;
  }
  .team-content-modern h6{
    font-size: 15px;
  }
  .our-team-modern .owl-nav{
    top: -74px;
  }
  .our-team-modern .owl-prev,
  .our-team-modern .owl-next{
    width: 46px;
    height: 46px;
    font-size: 20px !important;
  }
}
.theme_title_center span::after,
.theme_title_center span::before{
  display: none !important;
  content: none !important;
}
/* mobile */
@media (max-width: 767px){
  .our-team-modern{
    padding: 30px 0 24px !important;
  }

  .team-title-modern{
    margin-bottom: 8px !important;
  }

  .team-title-modern h2{
    font-size: 30px;
  }

  .team-title-modern h2::after{
    width: 72px;
    height: 3px;
    bottom: -12px;
  }

  .team-subtitle{
    font-size: 14px;
    line-height: 1.65;
    margin: 14px auto 20px auto;
    padding: 0 12px;
  }

  .team-slider-modern .item{
    padding: 8px 6px 16px;
  }

  .team-card-inner{
    border-radius: 18px;
  }

  .team-image-modern{
    height: 260px;
  }

  .team-content-modern{
    padding: 18px 14px 18px;
  }

  .team-content-modern h4{
    font-size: 22px;
  }

  .team-content-modern h6{
    font-size: 14px;
    line-height: 1.5;
  }

  .our-team-modern .owl-nav{
    position: static;
    text-align: center;
    margin-top: 14px !important;
  }

  .our-team-modern .owl-prev,
  .our-team-modern .owl-next{
    width: 42px;
    height: 42px;
    margin: 0 6px !important;
  }
}
.team-card-inner{
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.team-image-wrap{
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 0;        /* removes inline-image whitespace */
  line-height: 0;
  background: transparent;  /* remove the gradient that's showing through */
}

.team-image-modern{
  width: 100% !important;
  max-width: 100% !important;
  display: block;
  margin: 0;
  padding: 0;
  object-fit: cover;
  object-position: center top;
}
/* ===== OUR CLIENTS MODERN SECTION ===== */
.clients-modern-section{
  padding: 10px 0 32px !important;
  background: #f8fafc;
  overflow: hidden;
}

.clients-modern-head{
  text-align: center;
  margin-bottom: 28px;
}

.clients-modern-head h2{
  margin: 0;
  font-size: 42px;
  line-height: 1.08;
  font-weight: 800;
  color: #0b1f3a;
  position: relative;
  display: inline-block;
}
.clients-modern-head h2::after{
  content: "";
  width: 84px;
  height: 4px;
  background: #fe4d29;
  display: block;
  margin: 14px auto 0;
  border-radius: 999px;
}
.clients-modern-subtitle{
  max-width: 760px;
  margin: 16px auto 0;
  font-size: 16px;
  line-height: 1.75;
  color: #e47534;
  font-weight: bold;
}
/* slider */
.clients-modern-slider{
  margin-top: 0 !important;
}
/* item spacing */
.clients-modern-slider .item{
  padding: 10px 8px 14px;
}
/* logo card */
.client-logo-card{
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 18px;
  background: #fff;
  border: 1px solid #e7edf3;
  border-radius: 18px;
  box-shadow: 0 10px 24px rgba(11,31,58,0.05);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}
.client-logo-card:hover{
  transform: translateY(-5px);
  border-color: rgba(254,77,41,0.28);
  box-shadow: 0 18px 36px rgba(11,31,58,0.10);
}
/* logo image */
.client-logo-img{
  max-width: 100%;
  max-height: 78px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.88;
  transition: filter 0.28s ease, transform 0.28s ease, opacity 0.28s ease;
}
.client-logo-card:hover .client-logo-img{
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.04);
}
/* hide arrows */
.clients-modern-section .owl-nav{
  display: none !important;
}
/* dots */
.clients-modern-section .owl-dots{
  margin-top: 16px;
  text-align: center;
}
.clients-modern-section .owl-dot span{
  width: 10px;
  height: 10px;
  margin: 5px 6px;
  background: transparent;
  border: 1.5px solid #cad4df;
  display: block;
  border-radius: 50%;
  transition: all 0.25s ease;
}
.clients-modern-section .owl-dot.active span{
  background: #fe4d29;
  border-color: #fe4d29;
}
/* tablet */
@media (max-width: 991px){
  .clients-modern-section{
    padding: 34px 0 32px !important;
  }
  .clients-modern-head h2{
    font-size: 34px;
  }
  .clients-modern-subtitle{
    font-size: 15px;
    margin-top: 14px;
    padding: 0 14px;
  }
  .client-logo-card{
    height: 125px;
    padding: 18px 14px;
  }
  .client-logo-img{
    max-height: 68px;
  }
}
/* mobile */
@media (max-width: 767px){
  .clients-modern-section{
    padding: 28px 0 26px !important;
  }
  .clients-modern-head{
    margin-bottom: 20px;
  }
  .clients-modern-head h2{
    font-size: 28px;
  }
  .clients-modern-head h2::after{
    width: 70px;
    height: 3px;
    margin-top: 12px;
  }
  .clients-modern-subtitle{
    font-size: 14px;
    line-height: 1.65;
    padding: 0 10px;
  }
  .clients-modern-slider .item{
    padding: 8px 6px 12px;
  }
  .client-logo-card{
    height: 105px;
    padding: 14px 12px;
    border-radius: 14px;
  }
  .client-logo-img{
    max-height: 54px;
  }
}
/* ===== REQUEST QUOTE CTA REDESIGN ===== */
.request_quote.cta-section{
  margin: 40px 0 30px 0;
  background: transparent;
}
.request_quote.cta-section .overlay{
  background: transparent !important;
  padding: 0 !important;
}
.request_quote.cta-section .container{
  width: 100%;
}
.request_quote.cta-section .cta-box{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 42px 38px;
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(135deg, #071a33 0%, #0b2344 55%, #112d52 100%);
  box-shadow: 0 18px 45px rgba(11,31,58,0.14);
}

.request_quote.cta-section .cta-box::before{
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  left: -80px;
  top: -90px;
  background: rgba(254,77,41,0.14);
  filter: blur(80px);
  pointer-events: none;
}

.request_quote.cta-section .cta-box::after{
  content: "";
  position: absolute;
  width: 240px;
  height: 240px;
  right: -70px;
  bottom: -90px;
  background: rgba(255,255,255,0.06);
  filter: blur(80px);
  pointer-events: none;
}

.request_quote.cta-section .cta-content{
  position: relative;
  z-index: 2;
  max-width: 760px;
}

.request_quote.cta-section .cta-content h3{
  margin: 0 0 10px 0;
  color: #fff;
  font-size: 35px;
  line-height: 1.25;
  font-weight: 800;
}

.request_quote.cta-section .cta-content p{
  margin: 0;
  color: rgba(255,255,255,0.82);
  font-size: 15px;
  line-height: 1.7;
  font-weight: 400;
}

.request_quote.cta-section .cta-actions{
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
}

.request_quote.cta-section .cta-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 100px;
  height: auto;
  min-height: 46px;
  padding: 14px 28px;
  border-radius: 14px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none !important;
  transition: all 0.28s ease;
  white-space: nowrap;
  text-align: center;
}

.request_quote.cta-section .cta-btn-primary{
  background: #fe4d29;
  color: #fff !important;
  box-shadow: 0 14px 28px rgba(254,77,41,0.28);
}

.request_quote.cta-section .cta-btn-primary:hover{
  background: #e74422;
  color: #fff !important;
  transform: translateY(-2px);
}
.request_quote.cta-section .cta-btn:hover{
  background: linear-gradient(135deg, #25D366, #1ebe5d);
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(37, 211, 102, 0.35);
}

.request_quote.cta-section .cta-btn-whatsapp{
  background: rgba(255,255,255,0.96);
  color: #0b1f3a !important;
  border: 2px solid rgba(255,255,255,0.96);
}

.request_quote.cta-section .cta-btn-whatsapp:hover{
  background: #25D366;
  border-color: #25D366;
  color: #fff !important;
  transform: translateY(-2px);
}

/* remove old float behavior */
.request_quote.cta-section p,
.request_quote.cta-section a{
  float: none !important;
}

/* tablet */
@media (max-width: 991px){
  .request_quote.cta-section .cta-box{
    padding: 34px 28px;
    flex-direction: column;
    align-items: flex-start;
  }

  .request_quote.cta-section .cta-content{
    max-width: 100%;
  }

  .request_quote.cta-section .cta-content h3{
    font-size: 30px;
  }

  .request_quote.cta-section .cta-content p{
    font-size: 16px;
  }
}

/* mobile */
@media (max-width: 767px){
  .request_quote.cta-section{
    margin: 28px 0 20px 0;
  }

  .request_quote.cta-section .cta-box{
    padding: 26px 18px;
    border-radius: 16px;
    gap: 18px;
    text-align: center;
    align-items: center;
  }

  .request_quote.cta-section .cta-content h3{
    font-size: 20px;
    line-height: 1.35;
  }
  .request_quote.cta-section .cta-content p{
    font-size: 12px;
    line-height: 1.6;
  }
  .request_quote.cta-section .cta-actions{
    width: 100%;
    flex-direction: column;
    gap: 12px;
  }

  .request_quote.cta-section .cta-btn{
    width: auto;
    width: 100%;
    min-width: 170px;
    min-height: 48px;
    font-size: 15px;
    border-radius: 12px;
    whitespace: nowrap;
  }
}
.request_quote .container-fluid{
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.request_quote{
  padding: 0;
}
.cta-box{
  margin: 0;        /* remove side gap */
  border-radius: 0; /* optional: agar full edge look chahiye */
}
/* ===== FORCE FULL-WIDTH REQUEST QUOTE ===== */
/* ===== FINAL FORCE FULL BLEED CTA ===== */
.request_quote.cta-section{
  position: relative !important;
  left: 50% !important;
  right: 50% !important;
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  padding: 0 !important;
  overflow: visible !important;
}

.request_quote.cta-section .overlay,
.request_quote.cta-section .container-fluid,
.request_quote.cta-section .container{
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.request_quote.cta-section .cta-box{
  width: 100vw !important;
  max-width: 100vw !important;
  margin: 0 !important;
  border-radius: 0 !important;
  padding-left: 60px !important;
  padding-right: 60px !important;
  box-sizing: border-box !important;
}

/* mobile */
@media (max-width: 767px){
  .request_quote.cta-section .cta-box{
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
}
/* CTA BUTTON FINAL */
.request_quote.cta-section .cta-actions{
  justify-content: center;
}
@media (max-width: 768px){
  .request_quote.cta-section .cta-btn.cta-btn-primary{
    width: 85%;          /* 🔥 responsive */
    max-width: 300px;    /* limit */
    height: 65px;
    font-size: 16px;
  }
}
.request_quote.cta-section .cta-btn.cta-btn-primary{
  width: 250px;          /* 🔥 perfect desktop width */
  height: 50px;          /* 🔥 balanced height */
  padding: 0 20px;
  font-size: 14px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}