/* ===== 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;
}

