/*new css*/









/*new css*/





section.sec-7.py-5 h2.display-4.fw-bold.mb-0 {
    padding-bottom: 30px;
}




/* === INTER FONT FAMILY === */

/* === USE THE FONT === */
body {
  font-family: 'Inter', sans-serif;
}

 p {
    font-family: Inter !important;
    font-weight: 300 !important;
    font-size: 16px !important;
    line-height: 28px !important;
}

h1 {
    font-family: Inter !important;
    font-weight: 600 !important;
    font-size: 80px !important;
    line-height: 84px !important;
}


h2 {
    font-family: Inter !important;
    font-weight: 600 !important;
    font-size: 60px !important;
    line-height: 70px !important;
}
h3.display-4.fw-bold.mb-3 {
    font-size: 2.5rem;
}
.contactus-form p {
    font-weight: 400 !important;
    font-size: 14px !important;
    text-transform: capitalize !important;
}
section.hero-banner.d-flex.align-items-center.text-white h3.display-5 {
    font-weight: 500 !important;
    font-size: 38px !important;
    line-height: 84px !important;
}

.hero-banner {
    padding-top: 8%;
}


ul.feature-list li {
    width: 100% !important;
}

section.hero-banner.d-flex.align-items-center.text-white .contactus-form {
    text-align: center !important;
}
  .iframe-wrap {
    position: relative;
    width: 100%;
    padding-top: 84.5%; /* 16:10 ratio; change as needed (56.25% = 16:9) */
    overflow: hidden;
  }




  .list-unstyled.text-white.small.mb-0 {
  display: inline-block;      /* makes the UL shrink to its content */
  text-align: left;           /* keeps the list items left-aligned */
  float: right;               /* pushes the whole block to the right */
  margin: 0;                  /* remove default margin */
  padding: 0;                 /* remove default padding */
}

.list-unstyled.text-white.small.mb-0 li {
  list-style: none;           /* remove bullets */
  margin-bottom: 4px;         /* small spacing between items */
}

.list-unstyled.text-white.small.mb-0 a {
  color: #ffffff;             /* keep links white */
  text-decoration: none;      /* remove underline */
}

.list-unstyled.text-white.small.mb-0 a:hover {
  text-decoration: underline; /* subtle hover effect */
}

  

  .iframe-wrap iframe {
    position: absolute;
    inset: 0; /* top:0; right:0; bottom:0; left:0 */
    width: 100%;
    height: 100%;
    border: 0;
  }

  /* Optional: subtle border / shadow to match site style */
  .iframe-wrap iframe {
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
    border-radius: 6px;
  }

.contactus-form {
    border-radius: 48px;
    padding-top: 36px;
    padding-right: 48px;
    padding-bottom: 30px;
    padding-left: 48px;
    background: linear-gradient(174.31deg, rgba(0, 0, 0, 0.2) 6.38%, rgba(0, 0, 0, 0.2) 62.72%, rgba(0, 0, 0, 0) 95.47%);
}

/* Transparent header that sits on top of banner */
.transparent-header {
  background: transparent;
  border: none;
  z-index: 1000;
}

/* Button style on transparent background */
.transparent-header .btn-outline-light {
    width: 179px !important;
    height: 45px !important;
    opacity: 1;
    border-width: 0.7px;
    border-radius: 50px;
    border: 0.7px solid #FFFFFF;
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
}

.transparent-header .btn-outline-light:hover {
  background-color: #fff;
  color: #000;
}



/* banner css */
.hero-banner {
  position: relative;
  min-height: 100vh;
  background: url('../img/Group-21.webp') no-repeat top center/cover;
  overflow: hidden;
}

.hero-banner::after {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0, 0, 0, 0.45); /* overlay for readability */
}

.hero-banner .container {
  position: relative;
  z-index: 2;
}

.hero-banner h1,
.hero-banner p {
  color: #fff;
}

.hero-banner .btn-light {
  border-radius: 8px;
  font-weight: 600;
}

span.gradient-color {
  background: linear-gradient(180deg, #2DBAFE 0%, #03538E 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; /* for modern browsers */
  color: transparent;
}









/* second section css */
section.second-sec.d-flex.align-items-center.text-white {
    position: relative;
    min-height: 600px;
    background: url(../img/sec-2-banner.webp) no-repeat center center / cover;
    overflow: hidden;
}
.second-sec .row {
  align-items: flex-start !important;
}


section.second-sec.d-flex.align-items-center.text-white h2.display-4.fw-bold.mb-3 {
    color: #212121;
}


section.second-sec.d-flex.align-items-center.text-white p.lead.mb-4 {
    color: #000000;
}
ul.feature-list li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 12px;
  border-bottom: 1px solid #EEEEEE; /* 👈 light underline */
  padding-bottom: 8px; /* spacing above the line */
}


.feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.feature-list li {
    width: 70%;
}
.feature-list li {
  position: relative;
  padding-left: 32px; /* space for the icon */
  margin-bottom: 0px;
  line-height: 1.5;
}

.feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 18px;
  height: 18px;
  background: url('../img/Vector.webp') no-repeat center center;
  background-size: contain;
}
ul.feature-list li:last-child {
  border-bottom: none;
}

section.sec-8.d-flex.align-items-center.text-white .feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 18px;
  height: 18px;
  background: url('../img/sec-8/Vector.webp') no-repeat center center;
  background-size: contain;
}


ul.feature-list li {
    font-family: Inter;
    font-weight: 400;
  font-size: 16px !important;
  line-height: 25px !important;
    color: #000000;
}



a.btn.dark.px-4.py-2 {
  height: 49px;
  width: 200px;
  border-radius: 100px;
  background: linear-gradient(180deg, #2DBAFE 0%, #03538E 100%);
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 16px;
  border: 1px solid #fff !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.4s ease;
  box-shadow: 0 4px 15px rgba(3, 83, 142, 0.2);
  position: relative;
  overflow: hidden;
}

/* Hover Effect */
a.btn.dark.px-4.py-2::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255,255,255,0.3), rgba(255,255,255,0));
  transition: all 0.5s ease;
}

a.btn.dark.px-4.py-2:hover::before {
  left: 100%;
}

a.btn.dark.px-4.py-2:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(3, 83, 142, 0.4);
}







/* ===== THIRD SECTION ===== */
.third-sec {
  position: relative;
  background: url('../img/Rectangle-18.webp') no-repeat center center/cover;
  padding: 120px 0;
}

/* Gradient text for heading */
.gradient-color {
  background: linear-gradient(180deg, #2DBAFE 0%, #03538E 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Feature box styling */
.feature-box {
  /* background: rgba(255, 255, 255, 0.05); */
  border-radius: 12px;
  transition: all 0.4s ease;
  /* border: 1px solid rgba(255, 255, 255, 0.1); */
}

.feature-box:hover {
  transform: translateY(-6px);
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
}
section.third-sec.text-white.text-center h2.display-5.fw-bold.mb-3 {
    color: #212121;
}

section.third-sec.text-white.text-center p {
    color: #000000;
}





/* third section  */


/* === FOURTH SECTION STYLING === */
.fourth-sec {
  background: #ffffff;
}

.fourth-sec .gradient-color {
  background: linear-gradient(90deg, #007bff, #00b4d8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Grid Card Styling */
.service-card {
  /* background: linear-gradient(180deg, #f4f8ff, #e9f3ff);
   */
  background: linear-gradient(180deg, #F3FBFF 0%, #C3E6FF 100%);

   border-radius: 16px;
  padding: 2rem 1.5rem;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  height: 340px;

  /* Center content vertically + horizontally */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}


.service-card .icon-wrapper {
  position: relative;
  width: 70px;
  height: 70px;
  margin: 0 auto 1.2rem;
}

.service-card .icon {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
  top: 0;
  left: 0;
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.service-card .hover-icon {
  opacity: 0;
  transform: scale(0.9);
}

.service-card:hover .default-icon {
  opacity: 0;
  transform: scale(0.9);
}

.service-card:hover .hover-icon {
  opacity: 1;
  transform: scale(1);
}

.service-card h5 {
  font-weight: 600;
  color: #111827;
  margin-bottom: 0.5rem;
}

.service-card .desc {
  color: #555;
  font-size: 0.95rem;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s ease;
}

.service-card:hover {
  /* background: linear-gradient(180deg, #007bff, #00b4d8); */
  background: linear-gradient(180deg, #2DBAFE 0%, #03538E 100%);

  color: #fff;
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.service-card:hover h5,
.service-card:hover .desc {
  color: #fff;
}

.service-card:hover .desc {
  opacity: 1;
  max-height: 200px;
  margin-top: 0.6rem;
}




/* --- BUTTON --- */
section.fourth-sec.py-5 a.btn.lite-body.px-4.py-2 {
  width: 180px !important;
  border-radius: 50px !important;
  border: 0.7px solid #212121 !important;
  font-family: Inter, sans-serif !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 100% !important;
  color: #212121 !important;
  height: 38px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background-color: #fff !important;
  text-decoration: none !important;
  transition: all 0.3s ease !important;
  position: relative !important;
  z-index: 2 !important;
}

/* --- HOVER EFFECT --- */
section.fourth-sec.py-5 a.btn.lite-body.px-4.py-2:hover {
  background-color: #212121 !important;
  color: #fff !important;
  border-color: #212121 !important;
}

/* --- DECORATIVE LINE (PURE CSS) --- */
.btn-line {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 2px;
  width: calc(100% - 180px - 20px); /* column width minus button width */
  background: linear-gradient(to right, #212121, rgba(33, 33, 33, 0));
  z-index: 1;
  transition: all 0.4s ease;
}

/* --- Animate the line when hovering button --- */
a.btn.lite-body.px-4.py-2:hover + .btn-line,
.btn-line:hover {
  background: linear-gradient(to right, #212121, #212121);
  width: calc(100% - 180px - 10px);
}

section.fifth-sec.py-5 {
    padding-bottom: 0px !important;
}








/* === Wrapper === */
.client-testimonial-wrapper {
  position: relative;
  overflow: visible;
}

/* === Heading Section (white background) === */
.testimonial-heading {
  background: #fff;
  position: relative;
  z-index: 2;
}

.gradient-color {
  background: linear-gradient(90deg, #007bff, #00c6ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* === Blue Testimonial Section === */
.testimonial-sec {
  background: linear-gradient(180deg, #007bff 0%, #004d99 100%);
  background-image: url("../img/testimonial/banner-testi.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 5rem 0;
  position: relative;
  z-index: 1;
}

/* === Quote Icon Between Sections === */
.quote-icon {
  position: absolute;
    top: 118px;
    left: 80%;
  transform: translateX(-50%);
  width: 100px;
  height: 100px;
  background: url("../img/testimonial/Ellipse-10.webp") no-repeat center;
  background-size: contain;
  z-index: 10; /* ensures it’s above both sections */
  animation: floatQuote 6s ease-in-out infinite alternate;
  pointer-events: none;
}

/* Smooth floating effect */
@keyframes floatQuote {
  0% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(-10px); }
  100% { transform: translateX(-50%) translateY(0); }
}

/* === Before/After Boxes === */
/* .comparison-box {
  display: flex;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 100px;
  overflow: hidden;
  backdrop-filter: blur(10px);
} */

.before,
.after {
  flex: 1;
  color: #fff;
}


/* === Button Style === */
a.btn.lite-body.px-4.py-2 {
  border: 1px solid #fff;
  border-radius: 50px;
  color: #fff;
  transition: all 0.3s ease;
}

a.btn.lite-body.px-4.py-2:hover {
  background: #fff;
  color: #000;
}




/* Button styling (inherits your .lite-body class) */
.testimonial-sec.text-white.py-5 a.btn.lite-body.px-4.py-2 {
  width: auto;
  border-radius: 50px;
  border: 1px solid #fff;
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #fff;
  height: 36px;
  background: transparent;
  transition: all 0.3s ease;
}

.testimonial-sec.text-white.py-5 a.btn.lite-body.px-4.py-2:hover {
  background: #fff;
  color: #000;
}





.comparison-box.d-flex.flex-wrap.align-items-stretch .p-4.flex-fill {
    display: inline-block;
    width: 49% !important;
    margin: 0px !important;
    padding: 10px 10px 10px 40px ! IMPORTANT;
}




.testimonial-sec.text-white.py-5 p.fst-italic.mb-4 {
    font-weight: 300 !important;
    font-style: Italic !important;
    font-size: 22px !important;
    line-height: 30px !important;
}


.testimonial-sec.text-white.py-5 {
    padding-bottom: 6% !important;
    padding-top: 6% !important;
}

.testimonial-sec.text-white.py-5 h5.fw-bold.mb-0 {
    font-weight: 600 !important;
    font-size: 28px !important;
    line-height: 36px !important;
}


.testimonial-sec.text-white.py-5 small {
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 36px !important;
}


.testimonial-sec.text-white.py-5 .col-md-8 {
    padding-left: 8%;
}



.comparison-box.d-flex.flex-wrap.align-items-stretch .before.p-4.flex-fill {
    width: 365px;
    height: 175px;
    opacity: 1;
    border-top-left-radius: 250px;
    border-bottom-left-radius: 250px;
    background-color: #2D9AD4;
    padding-top: 18px !important;
     align-content: center !important;
}



.comparison-box.d-flex.flex-wrap.align-items-stretch .after.p-4.flex-fill {
    width: 394px;
    height: 175px;
    border-top-right-radius: 250px;
    border-bottom-right-radius: 250px;
    background-color: #2D9AD4;
    padding-top: 18px !important;
    margin-left: 10px !important;
     align-content: center !important;
}


.testimonial-sec.text-white.py-5 h6.fw-bold.mb-2 {
    font-weight: 600;
    font-size: 22px;
    line-height: 15px;
}




section.sec-6.py-5 .row.align-items-center {
    padding-top: 40px;
}
section.sec-6.py-5 h2.display-4.fw-bold.mb-0 {
    font-weight: 600 !important;
}
.sec-6 {
  background-color: #fff;
}



.sec-6 .text-primary {
  color: #0095ff;
}

.sec-6 h5 {
    font-weight: 600 !important;
    font-size: 26px !important;
    line-height: 28px !important;
    color: #222222 !important;
}

.sec-6 p {
    font-weight: 300 !important;
    font-size: 16px !important;
    line-height: 20px !important;
    color: #000000;
}


.sec-6-img {
  max-width: 240px;
}




.sec-6-img {
  max-width: 240px;
  position: relative;
  z-index: 2;
  animation: float 5s ease-in-out infinite;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}
section.sec-6.py-5 {
    padding-top: 5% !important;
    padding-bottom: 5% !important;
}
section.sec-6.py-5 .col-md-7.text-md-start.text-center .col-md-6.mb-4 {
    padding-right: 10%;
}
.sec-6 {
  background: url("../img/sec-6/banner-sec-6.webp") no-repeat center center/cover;
  position: relative;
  z-index: 1;
}






.sec-7 h2 {

  font-size: 32px;
  color: #000;
}



/* .sec-7-item {
  padding: 20px;
  background: #fff;
  border-radius: 12px;
  transition: all 0.3s ease;
  border: 1px solid #e6e6e6;
} */

/* .sec-7-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
} */

.sec-7-item h6 {
    font-weight: 500 !important;
    font-size: 18px !important;
    line-height: 28px !important;
    color: #222222 !important;
}

@media (max-width: 767px) {
  .sec-7 h2 {
    font-size: 26px;
  }

  .sec-7-item {
    padding: 15px;
  }
}


.sec-7 {
  background: url("../img/sec-7/banner-sec-7.webp") no-repeat center center/cover;
  position: relative;
  z-index: 1;
}

section.sec-7.py-5 {
    padding-top: 4% !important;
    padding-bottom: 5% !important;
}
/*section.sec-7.py-5 h2 {*/
/*    font-weight: 600 !important;*/
/*    font-size: 60px !important;*/
/*    line-height: 60px !important;*/
/*    padding-bottom: 40px;*/
/*}*/
/* Grid dividers for sec-7 */
.sec-7 .sec-7-item {
  padding: 40px 10px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

/* Remove right border from last column in each row */
.sec-7 .col-md-3:nth-child(4n) .sec-7-item {
  border-right: none;
}

/* Remove bottom border from the last row */
.sec-7 .col-md-3:nth-last-child(-n+4) .sec-7-item {
  border-bottom: none;
}

/* Responsive tweaks */





section.sec-7.py-5 .col-6.col-md-3 {
    padding-right: 0px !important;
    padding-left: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    margin-top: 0px !important;
}




/* section 8  */
section.sec-8.d-flex.align-items-center.text-white {
    padding-top: 5% !important;
    padding-bottom: 5% !important;
}

.sec-8 {
  background: url("../img/sec-8/sec-8-banner.webp") no-repeat center center/cover;
  position: relative;
  z-index: 1;
}


/*section.sec-8.d-flex.align-items-center.text-white h2.display-4.fw-bold.mb-3 {*/
/*    font-weight: 600 !important;*/
/*    font-size: 60px !important;*/
/*    line-height: 70px !important;*/
/*}*/

section.sec-8.d-flex.align-items-center.text-white ul.feature-list li {
    color: #fff !important;
}

p.lead.mb-4.sec-8-p {
    font-weight: 700 !important;
    font-size: 16px !important;
    line-height: 24px !important;
}


.social-icons.d-flex.justify-content-center.gap-3 img.footer-social.mb-3 {
    margin-bottom: 0px !important;
}
ul.list-unstyled.text-white.small.mb-0 li a {
    color: #fff !important;
    text-decoration: none !important;
}
.footer-section {
  background-color: #1e1e1e;
  color: #fff;
  position: relative;
  overflow: hidden;
}
ul.list-unstyled.text-white.small.mb-0 li a:hover {
    color: #137ab8 !important;
}
.footer-logo {
  max-width: 150px;
}

.footer-section {
  background: url("https://multiversesol.com/ppc/img/footer/footer-banner.webp") no-repeat center center/cover;
  position: relative;
  z-index: 1;
}

.footer-section .social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background: #2b2b2b;
  color: #fff;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.footer-section .social-icons a:hover {
  background: #1989C9;
  color: #fff;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 30px;
}

ul.list-unstyled.text-white.small.mb-0 li {
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 24px !important;
}
.footer-bottom.mt-5.d-flex.flex-column.flex-md-row.justify-content-between.text-center.text-md-start p.mb-0.small.text-muted {
    font-weight: 300 !important;
    font-size: 15px !important;
    color: #fff !important;
}

.footer-bottom.mt-5.d-flex.flex-column.flex-md-row.justify-content-between.text-center.text-md-start p.mb-0.small.text-muted a{
    font-weight: 300 !important;
    font-size: 15px !important;
    color: #fff !important;
}


footer.footer-section.py-5 p.text-muted.mb-3.fst-italic {
    font-weight: 300 !important;
    font-style: Italic !important;
    font-size: 18px !important;
    color: #FFFFFF !important;
}
footer.footer-section.py-5 h6.fw-bold.text-white.mb-3 {
    font-weight: 700 !important;
    font-size: 22px !important;
    line-height: 24px !important;
}

@media (max-width: 767px) {
  .footer-section h6 {
    font-size: 16px;
  }

  .footer-section .btn {
    font-size: 14px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 10px;
  }
}






/* animation */


/* General Animation Settings */
:root {
  --animation-duration: 0.8s;
  --animation-delay: 0.2s;
}

/* Hero Banner Section Animation */
.hero-banner {
  opacity: 0;
  transform: translateY(50px);
  animation: fadeInUp var(--animation-duration) ease-out forwards;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-banner h1, .hero-banner p, .hero-banner .btn {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp var(--animation-duration) ease-out forwards;
  animation-delay: calc(var(--animation-delay) * 1);
}

.hero-banner .btn {
  animation-delay: calc(var(--animation-delay) * 2);
}

/* Second Section Animation */
.second-sec {
  opacity: 0;
  animation: fadeIn var(--animation-duration) ease-out forwards;
}

.second-sec h2, .second-sec p, .second-sec .feature-list li, .second-sec .btn {
  opacity: 0;
  transform: translateX(-30px);
  animation: slideInLeft var(--animation-duration) ease-out forwards;
}

.second-sec h2 { animation-delay: calc(var(--animation-delay) * 1); }
.second-sec p { animation-delay: calc(var(--animation-delay) * 2); }
.second-sec .feature-list li { animation-delay: calc(var(--animation-delay) * 3); }
.second-sec .btn { animation-delay: calc(var(--animation-delay) * 4); }

@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Third Section Animation */
.third-sec {
  opacity: 0;
  animation: fadeIn var(--animation-duration) ease-out forwards;
}

.third-sec h2, .third-sec p, .third-sec .feature-box, .third-sec .btn {
  opacity: 0;
  transform: scale(0.95);
  animation: scaleIn var(--animation-duration) ease-out forwards;
}

.third-sec h2 { animation-delay: calc(var(--animation-delay) * 1); }
.third-sec p { animation-delay: calc(var(--animation-delay) * 2); }
.third-sec .feature-box { animation-delay: calc(var(--animation-delay) * 3); }
.third-sec .feature-box:nth-child(2) { animation-delay: calc(var(--animation-delay) * 3.2); }
.third-sec .feature-box:nth-child(3) { animation-delay: calc(var(--animation-delay) * 3.4); }
.third-sec .feature-box:nth-child(4) { animation-delay: calc(var(--animation-delay) * 3.6); }
.third-sec .btn { animation-delay: calc(var(--animation-delay) * 4); }

@keyframes scaleIn {
  0% {
    opacity: 0;
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

/* Fourth Section (CTA + Service Cards) Animation */
.fourth-sec, .cta-sec {
  opacity: 0;
  animation: fadeIn var(--animation-duration) ease-out forwards;
}

.cta-sec h2, .cta-sec .btn {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp var(--animation-duration) ease-out forwards;
}

.cta-sec h2 { animation-delay: calc(var(--animation-delay) * 1); }
.cta-sec .btn { animation-delay: calc(var(--animation-delay) * 2); }

.fourth-sec .service-card {
  opacity: 0;
  transform: translateY(30px);
  animation: slideUp var(--animation-duration) ease-out forwards;
}

.fourth-sec .service-card:nth-child(1) { animation-delay: calc(var(--animation-delay) * 3); }
.fourth-sec .service-card:nth-child(2) { animation-delay: calc(var(--animation-delay) * 3.2); }
.fourth-sec .service-card:nth-child(3) { animation-delay: calc(var(--animation-delay) * 3.4); }
.fourth-sec .service-card:nth-child(4) { animation-delay: calc(var(--animation-delay) * 3.6); }
.fourth-sec .service-card:nth-child(5) { animation-delay: calc(var(--animation-delay) * 3.8); }
.fourth-sec .service-card:nth-child(6) { animation-delay: calc(var(--animation-delay) * 4); }

@keyframes slideUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Client Testimonial Section Animation */
.client-testimonial-wrapper {
  opacity: 0;
  animation: fadeIn var(--animation-duration) ease-out forwards;
}

.testimonial-heading h2, .testimonial-sec p, .testimonial-sec .comparison-box, .testimonial-sec .btn {
  opacity: 0;
  transform: translateX(30px);
  animation: slideInRight var(--animation-duration) ease-out forwards;
}

.testimonial-heading h2 { animation-delay: calc(var(--animation-delay) * 1); }
.testimonial-sec p { animation-delay: calc(var(--animation-delay) * 2); }
.testimonial-sec .comparison-box { animation-delay: calc(var(--animation-delay) * 3); }
.testimonial-sec .btn { animation-delay: calc(var(--animation-delay) * 4); }

@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Section 6 Animation */
.sec-6 {
  opacity: 0;
  animation: fadeIn var(--animation-duration) ease-out forwards;
}

.sec-6 h2, .sec-6 .sec-6-img, .sec-6 h5, .sec-6 p {
  opacity: 0;
  transform: scale(0.95);
  animation: scaleIn var(--animation-duration) ease-out forwards;
}

.sec-6 h2 { animation-delay: calc(var(--animation-delay) * 1); }
.sec-6 .sec-6-img { animation-delay: calc(var(--animation-delay) * 2); }
.sec-6 h5:nth-child(1), .sec-6 p:nth-child(2) { animation-delay: calc(var(--animation-delay) * 3); }
.sec-6 h5:nth-child(3), .sec-6 p:nth-child(4) { animation-delay: calc(var(--animation-delay) * 3.2); }
.sec-6 h5:nth-child(5), .sec-6 p:nth-child(6) { animation-delay: calc(var(--animation-delay) * 3.4); }
.sec-6 h5:nth-child(7), .sec-6 p:nth-child(8) { animation-delay: calc(var(--animation-delay) * 3.6); }

/* Section 7 Animation */
.sec-7 {
  opacity: 0;
  animation: fadeIn var(--animation-duration) ease-out forwards;
}

.sec-7 h2, .sec-7 .sec-7-item {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp var(--animation-duration) ease-out forwards;
}

.sec-7 h2 { animation-delay: calc(var(--animation-delay) * 1); }
.sec-7 .sec-7-item:nth-child(1) { animation-delay: calc(var(--animation-delay) * 2); }
.sec-7 .sec-7-item:nth-child(2) { animation-delay: calc(var(--animation-delay) * 2.2); }
.sec-7 .sec-7-item:nth-child(3) { animation-delay: calc(var(--animation-delay) * 2.4); }
.sec-7 .sec-7-item:nth-child(4) { animation-delay: calc(var(--animation-delay) * 2.6); }
.sec-7 .sec-7-item:nth-child(5) { animation-delay: calc(var(--animation-delay) * 2.8); }
.sec-7 .sec-7-item:nth-child(6) { animation-delay: calc(var(--animation-delay) * 3); }
.sec-7 .sec-7-item:nth-child(7) { animation-delay: calc(var(--animation-delay) * 3.2); }
.sec-7 .sec-7-item:nth-child(8) { animation-delay: calc(var(--animation-delay) * 3.4); }

/* Section 8 Animation */
.sec-8 {
  opacity: 0;
  animation: fadeIn var(--animation-duration) ease-out forwards;
}

.sec-8 h2, .sec-8 p, .sec-8 .feature-list li, .sec-8 .btn {
  opacity: 0;
  transform: translateX(-30px);
  animation: slideInLeft var(--animation-duration) ease-out forwards;
}

.sec-8 h2 { animation-delay: calc(var(--animation-delay) * 1); }
.sec-8 p { animation-delay: calc(var(--animation-delay) * 2); }
.sec-8 .feature-list li { animation-delay: calc(var(--animation-delay) * 3); }
.sec-8 .btn { animation-delay: calc(var(--animation-delay) * 4); }

/* General FadeIn Animation */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* Ensure Smooth Animation Performance */
* {
  animation-fill-mode: forwards;
  will-change: transform, opacity;
}

/* Viewport Trigger for Animations */
section {
  animation-play-state: paused;
}

section:in-viewport {
  animation-play-state: running;
}



/* animation */

















/* responsive css  */





/* === 1600px === */
@media (max-width: 1600px) {


/*h2 {*/
/*    font-family: Inter !important;*/
/*    font-weight: 600 !important;*/
/*    font-size: 50px !important;*/
/*    line-height: 60px !important;*/
/*}*/

    .hero-banner {
        min-height: 100vh;
    }


.iframe-wrap {
    position: relative;
    width: 100%;
    padding-top: 86.5%;
    overflow: hidden;
}

.contactus-form {
    border-radius: 25px;
    padding-top: 20px;
    padding-right: 25px;
    padding-bottom: 20px;
    padding-left: 25px;
    background: linear-gradient(174.31deg, rgba(0, 0, 0, 0.2) 6.38%, rgba(0, 0, 0, 0.2) 62.72%, rgba(0, 0, 0, 0) 95.47%);
}



    /* .hero-banner h1 {*/
    /*    line-height: 65px !important;*/
    /*    font-size: 60px !important;*/
    /*}*/
/*section.hero-banner.d-flex.align-items-center.text-white h3.display-5 {*/
/*    font-weight: 500 !important;*/
/*         font-size: 30px !important;*/
/*        line-height: 36px !important;*/
/*}*/

  

  .hero-banner .container {
    padding: 0 5%;
  }
  .service-card {
    height: 320px;
  }
  .sec-6-img {
    max-width: 220px;
  }
  .testimonial-sec .col-md-8 {
    padding-left: 6%;
  }
}





/* === 1440px === */
@media (max-width: 1440px) {
    
    
    
    
    
    
    
    
 p {
    font-family: Inter !important;
    font-weight: 300 !important;
    font-size: 14px !important;
    line-height: 20px !important;
}

h1 {
    font-family: Inter !important;
    font-weight: 600 !important;
    font-size: 60px !important;
    line-height: 74px !important;
}


h2 {
    font-family: Inter !important;
    font-weight: 600 !important;
    font-size: 50px !important;
    line-height: 60px !important;
}
h3.display-4.fw-bold.mb-3 {
    font-size: 1.5rem;
}
.contactus-form p {
    font-weight: 400 !important;
    font-size: 13px !important;
    text-transform: capitalize !important;
}
section.hero-banner.d-flex.align-items-center.text-white h3.display-5 {
    font-weight: 500 !important;
    font-size: 25px !important;
    line-height: 35px !important;
}










  .second-sec {
    min-height: 550px;
  }
  ul.feature-list li {
    width: 80%;
  }
  .service-card {
    height: 300px;
    padding: 1.5rem;
  }
  .testimonial-sec .comparison-box .before,
  .testimonial-sec .comparison-box .after {
    width: 340px;
  }
}


/* === 1400px === */
@media (max-width: 1400px) {
    
    
        .hero-banner {
    padding-top: 12%;
}
    

    .iframe-wrap {
        position: relative;
        width: 100%;
        padding-top: 96.5%;
        overflow: hidden;
    }
}

/* === 1366px === */
@media (max-width: 1366px) {



/*  p {*/
/*    font-family: Inter !important;*/
/*    font-weight: 300 !important;*/
/*    font-size: 16px !important;*/
/*    line-height: 18px !important;*/
/*}*/

      .iframe-wrap {
        position: relative;
        width: 100%;
        padding-top: 97.5%;
        overflow: hidden;
    }

  /*.second-sec h2 {*/
  /*  font-size: clamp(30px, 4.8vw, 55px) !important;*/
  /*}*/
  .third-sec {
    padding: 100px 0;
  }
  .service-card .icon-wrapper {
    width: 60px;
    height: 60px;
  }
  .sec-6-img {
    max-width: 200px;
  }
}

/* === 1280px === */
@media (max-width: 1280px) {
    
    .sec-6 h5 {
    font-weight: 600 !important;
    font-size: 20px !important;
    line-height: 25px !important;
    color: #222222 !important;
}
    
    .testimonial-sec.text-white.py-5 p.fst-italic.mb-4 {
    font-weight: 300 !important;
    font-style: Italic !important;
    font-size: 16px !important;
    line-height: 20px !important;
}
    
    a.btn.dark.px-4.py-2 {
    padding: 0px !important;
    height: 40px !important;
    width: 170px !important;
}
    
    
    section.hero-banner.d-flex.align-items-center.text-white p.lead.mb-4 {
    width: 75% !important;
}
    
    .transparent-header .btn-outline-light {
    width: auto !important;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
    height: auto !important;
    }
    
    
    
    section.transparent-header.position-absolute.top-0.start-0.w-100.py-3 img.img-fluid {
    width: 120px;
}
    
     p {
    font-family: Inter !important;
    font-weight: 300 !important;
    font-size: 14px !important;
    line-height: 20px !important;
}

h1 {
    font-family: Inter !important;
    font-weight: 600 !important;
    font-size: 40px !important;
    line-height: 50px !important;
}


h2 {
    font-family: Inter !important;
    font-weight: 600 !important;
    font-size: 30px !important;
    line-height: 40px !important;
}
h3.display-4.fw-bold.mb-3 {
    font-size: 2rem;
}
.contactus-form p {
    font-weight: 400 !important;
    font-size: 12px !important;
    text-transform: capitalize !important;
}
section.hero-banner.d-flex.align-items-center.text-white h3.display-5 {
    font-weight: 500 !important;
    font-size: 25px !important;
    line-height: 30px !important;
}
    
    
    
    
    
    
    .hero-banner {
    padding-top: 12%;
}
    
    
  .hero-banner .container {
    padding: 0 4%;
  }
  .second-sec {
    min-height: 500px;
  }
  .third-sec .feature-box {
    padding: 1.2rem;
  }
  .service-card {
    height: 280px;
  }
  .testimonial-sec .comparison-box .before,
  .testimonial-sec .comparison-box .after {
    width: 320px;
  }
}

/* === 1200px === */
@media (max-width: 1200px) {


    section.hero-banner.d-flex.align-items-center.text-white p.lead.mb-4 {
        width: 100% !important;
    }

 section.second-sec.d-flex.align-items-center.text-white p.lead.mb-4 {
    padding-top: 25px;
}


     ul.feature-list li {
        width: fit-content !important;
        width: 440px !important;
        line-height: 20px;
    }


    .iframe-wrap {
        position: relative;
        width: 100%;
        padding-top: 60.5%;
        overflow: hidden;
    }

     .hero-banner {
        min-height: 80vh;
        text-align: center;
        padding-top: 18%;
        padding-bottom: 5%;
    }
  .hero-banner .row {
    flex-direction: column;
    align-items: center;
  }
  .hero-banner .col-md-6 {
    width: 100%;
    margin-bottom: 2rem;
  }
  .second-sec .row {
    flex-direction: column;
    align-items: center;
  }
  .second-sec .col-md-6 {
    width: 100%;
    text-align: center;
  }
  ul.feature-list li {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .third-sec .row {
    justify-content: center;
  }

  .third-sec .col-lg-3 {
    flex: 0 0 40%;
    max-width: 40%;
  }


}

/* === 1100px === */
@media (max-width: 1100px) {


    .iframe-wrap {
        position: relative;
        width: 100%;
        padding-top: 55.5%;
        overflow: hidden;
    }

/*section.sec-8.d-flex.align-items-center.text-white h2.display-4.fw-bold.mb-3 {*/
/*    font-weight: 600 !important;*/
/*    font-size: 50px !important;*/
/*    line-height: 60px !important;*/
/*}*/

section.sec-6.py-5 .col-md-7.text-md-start.text-center {
    width: 80%;
}

section.sec-6.py-5 .col-md-7.text-md-start.text-center .col-md-6 {
    padding-right: 0px !important;
    width: 100% !important;
    text-align: center;
}

section.sec-6.py-5 {
    text-align: center;
}
    /*h2 {*/
    /*    font-family: Inter !important;*/
    /*    font-weight: 600 !important;*/
    /*    font-size: 40px !important;*/
    /*    line-height: 50px !important;*/
    /*}*/

    .service-card {
        height: 290px;
    }
  .service-card .desc {
    font-size: 0.9rem;
  }
  .testimonial-sec .col-md-8 {
    padding-left: 4%;
  }
  .sec-6 .row {
    flex-direction: column;
    align-items: center;
  }
  .sec-6 .col-md-7 {
    text-align: center;
  }
}

/* === 1024px === */
@media (max-width: 1024px) {
  .hero-banner {
    min-height: 75vh;
  }
  .second-sec {
    min-height: 450px;
  }
  .third-sec {
    padding: 80px 0;
  }
  .third-sec .col-lg-3 {
    flex: 0 0 45%;
    max-width: 45%;
  }
    .service-card {
        height: 292px;
    }
  .sec-7 .sec-7-item {
    padding: 30px 8px;
  }
}

/* === 990px === */
@media (max-width: 990px) {

    .container, .container-md, .container-sm {
        max-width: 90%;
    }

    .testimonial-sec .comparison-box.d-flex.flex-wrap.align-items-stretch .p-4.flex-fill {
        border-radius: 250px;
        margin: 10px !important;
    }

    .iframe-wrap {
        padding-top: 75% ;
    }}





/* === 900px === */
@media (max-width: 900px) {


/*  footer.footer-section.py-5 h6.fw-bold.text-white.mb-3 {*/
/*    font-weight: 700 !important;*/
/*    font-size: 20px !important;*/
/*    line-height: 24px !important;*/
/*}*/

  .second-sec ul.feature-list li {
    width: 50% !important;
    text-align: left;
}

    ul.feature-list li {
        width: fit-content !important;
        width: 100% !important;
        line-height: 20px;
    }

  /*.hero-banner h1 {*/
  /*  font-size: clamp(32px, 5vw, 60px) !important;*/
  /*}*/
  /*.second-sec h2 {*/
  /*  font-size: clamp(28px, 4.5vw, 50px) !important;*/
  /*}*/
  .third-sec .feature-box {
    padding: 1rem;
  }
     .service-card {
        height: 263px;
    }
  .testimonial-sec .comparison-box .before,
  .testimonial-sec .comparison-box .after {
    width: 100%;
    border-radius: 25px;
    margin: 0.5rem 0 !important;
  }
  .quote-icon {
    width: 60px;
    height: 60px;
    top: 100px;
    left: 85%;
  }
}


@media (max-width: 888px) {


      footer.footer-section.py-5 h6.fw-bold.text-white.mb-3 {
        font-weight: 700 !important;
        font-size: 18px !important;
        line-height: 24px !important;
    }

  }

/* === 800px === */
@media (max-width: 800px) {


    .iframe-wrap {
        padding-top: 75%;
    }

  .hero-banner {
    min-height: 70vh;
    padding-top: 130px;
  }
  .second-sec {
    min-height: 400px;
  }
  .third-sec {
    padding: 60px 0;
  }
  .third-sec .col-lg-3 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .service-card {
    height: 200px;
  }
  .sec-6-img {
    max-width: 180px;
  }
}

/* === 768px === */
@media (max-width: 768px) {
    
    
    section.third-sec.text-white.text-center .row.text-center.mb-5 {
    margin-bottom: 0px !important;
}


.list-unstyled.text-white.small.mb-0 {
    display: inline-block;
    text-align: left;
    float: none !important;
    margin: 0;
    padding: 0;
}


.sec-7 .sec-7-item {

    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    
}

.testimonial-sec.text-white.py-5 .col-md-8 {
    padding-left: 0%;
}

.comparison-box.d-flex.flex-wrap.align-items-stretch .p-4.flex-fill {
    display: inline-block;
    width: 100% !important;
    margin: 0px !important;

    padding: 20px !important;
    height: auto !important;
}
     .second-sec ul.feature-list li {
        width: 100% !important;
        text-align: left;
    }

      .iframe-wrap {
        padding-top: 99%;
    }

  .hero-banner {
    text-align: center;
    padding-top: 140px;
    min-height: 65vh;
  }
  .hero-banner .col-md-6 {
    margin-bottom: 1.5rem;
  }
  .second-sec {
    min-height: auto;
    padding: 40px 0;
  }
  .second-sec .col-md-6 {
    padding: 0 15px;
  }
  ul.feature-list li {
    width: 100%;
    font-size: 14px;
    line-height: 28px;
  }
  .third-sec {
    padding: 50px 0;
  }
  .third-sec .col-lg-3 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin-bottom: 1.5rem;
  }
  .service-card {
    height: auto;
    padding: 1.5rem;
  }
  .cta-sec .row {
    flex-direction: column;
    text-align: center;
  }
  .cta-sec .col-md-5 {
    justify-content: center;
  }
  .btn-line {
    display: none; /* Hide decorative line on smaller screens */
  }
  .testimonial-sec {
    text-align: center;
    padding: 3rem 0;
  }
  .testimonial-sec .col-md-8 {
    padding-left: 0;
  }
  .comparison-box {
    flex-direction: column;
  }
  .comparison-box .before,
  .comparison-box .after {
    width: 100%;
    margin: 0.5rem 0 !important;
    padding: 15px !important;
  }
  .quote-icon {
    right: 50%;
    transform: translateX(50%);
         top: 130px;
    width: 50px;
    height: 50px;
  }
  .sec-6 {
    padding: 3rem 0;
  }
  .sec-7 .sec-7-item {
    padding: 20px 5px;
  }
  .sec-7 .col-md-3 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .sec-8 {
    padding: 3rem 0;
  }
}


@media (max-width: 610px) {



    .iframe-wrap {
        padding-top: 100%;
    }}

/* === 600px === */
@media (max-width: 600px) {

    .quote-icon {
    
        top: 90px;

    }
    h2 {
 
        
        line-height: 36px !important;
    }

    .iframe-wrap {
        padding-top: 100%;
    }


  /*.hero-banner h1 {*/
  /*  font-size: clamp(28px, 4.5vw, 50px) !important;*/
  /*}*/
  /*.hero-banner p {*/
  /*  font-size: clamp(13px, 2vw, 14px) !important;*/
  /*}*/
  /*.second-sec h2 {*/
  /*  font-size: clamp(26px, 4vw, 45px) !important;*/
  /*}*/
  /*.third-sec h2 {*/
  /*  font-size: clamp(24px, 3.8vw, 40px) !important;*/
  /*}*/
  .service-card .icon-wrapper {
    width: 50px;
    height: 50px;
  }
  .sec-6-img {
    max-width: 160px;
  }
  /*.sec-7 h2 {*/
  /*  font-size: clamp(22px, 3.5vw, 30px) !important;*/
  /*}*/
}


/* === 565px === */
@media (max-width: 565px) {



    .iframe-wrap {
        padding-top: 119%;
    }

 }

/* === 500px === */
@media (max-width: 500px) {




    /*section.sec-8.d-flex.align-items-center.text-white h2.display-4.fw-bold.mb-3 {*/
    /*    font-weight: 600 !important;*/
    /*    font-size: 40px !important;*/
    /*    line-height: 50px !important;*/
    /*}*/

/*  section.sec-7.py-5 h2 {*/
/*    font-weight: 600 !important;*/
/*    font-size: 40px !important;*/
/*    line-height: 50px !important;*/
/*    padding-bottom: 40px;*/
/*}*/

    .iframe-wrap {
        padding-top: 126%;
    }
    section.hero-banner.d-flex.align-items-center.text-white h3.display-5 {
        font-weight: 500 !important;
        font-size: 26px !important;
        line-height: 28px !important;
    }

    .hero-banner h1 {
        line-height: 44px !important;
        font-size: 40px !important;
    }
  .second-sec {
    padding: 30px 0;
  }
  ul.feature-list li {
    padding-left: 25px;
    font-size: 13px;
    line-height: 24px;
  }
  .feature-list li::before {
    width: 16px;
    height: 16px;
    top: 6px;
  }
  .third-sec {
    padding: 40px 0;
  }
  .service-card {
    padding: 1rem;
  }
  .testimonial-sec .comparison-box .before,
  .testimonial-sec .comparison-box .after {
    padding: 10px !important;
  }
  .sec-6 .col-md-6.mb-4 {
    padding-right: 5%;
  }
  .sec-7 .sec-7-item {
    padding: 15px 5px;
  }
}



/* === 485px === */
@media (max-width: 485px) {


    .iframe-wrap {
        padding-top: 135%;
    }
}

/* === 480px === */
@media (max-width: 480px) {

section.sec-8.d-flex.align-items-center.text-white {
    padding-top: 10% !important;
    padding-bottom: 10% !important;
}

  section.sec-7.py-5 {
    padding-top: 10% !important;
    padding-bottom: 10% !important;
}

.testimonial-sec.text-white.py-5 h5.fw-bold.mb-0 {
    font-weight: 600 !important;
    font-size: 15px !important;
    line-height: 18px !important;
}
    /*  section.sec-8.d-flex.align-items-center.text-white h2.display-4.fw-bold.mb-3 {*/
    /*    font-weight: 600 !important;*/
    /*    font-size: 24px !important;*/
    /*    line-height: 30px !important;*/
    /*}*/

    /*section.sec-7.py-5 h2 {*/
    /*    font-weight: 600 !important;*/
    /*    font-size: 24px !important;*/
    /*    line-height: 30px !important;*/
    /*    padding-bottom: 40px;*/
    /*}*/

.testimonial-sec.text-white.py-5 p.fst-italic.mb-4 {
    font-weight: 300 !important;
    font-style: Italic !important;
    font-size: 18px !important;
    line-height: 25px !important;
}

    h2 {
    
        font-size: 24px !important;
        line-height: 30px !important
    }


  .hero-banner {
    min-height: 55vh;
  }

  .second-sec h2 {
    font-size: clamp(24px, 3.8vw, 40px) !important;
  }
  .third-sec {
    padding: 30px 0;
  }
  .service-card h5 {
    font-size: 1rem;
  }
  .service-card .desc {
    font-size: 0.85rem;
  }
  .sec-6-img {
    max-width: 140px;
  }
  .sec-7 .col-md-3 {
    flex: 0 0 100%;
    max-width: 49%;
  }
  .sec-7 .sec-7-item {
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .sec-7 .col-md-3:last-child .sec-7-item {
    border-bottom: none;
  }
}


@media (max-width: 460px) {
    .iframe-wrap {
        padding-top: 150%;
    }
}



/* === 414px === */
@media (max-width: 420px) {

section.hero-banner.d-flex.align-items-center.text-white .contactus-form {
    padding: 0px !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

    .iframe-wrap {
        padding-top: 150%;
    }

  .hero-banner p {
    font-size: clamp(12px, 1.8vw, 13px) !important;
  }
  .second-sec {
    padding: 25px 0;
  }
  .third-sec h2 {
    font-size: clamp(17px, 3.5vw, 35px) !important;
  }
  .service-card {
    height: auto;
    min-height: 180px;
  }
  .testimonial-sec p.fst-italic.mb-4 {
    font-size: 18px !important;
    line-height: 26px !important;
  }
  .sec-6 h5 {
    font-size: 22px !important;
  }
}

/* === 375px === */
@media (max-width: 375px) {

    .comparison-box.d-flex.flex-wrap.align-items-stretch .p-4.flex-fill {
        display: inline-block;
        width: 100% !important;
        margin: 0px !important;
        padding: 10px !important;
        height: auto !important;
    }
.transparent-header .btn-outline-light {
    width: 100% !important;
    height: 32px !important;
    font-size: 11px !important;

}
    .hero-banner h1 {
        line-height: 40px !important;
        font-size: 33px !important;
    }

  /* .hero-banner {
    min-height: 50vh;
  }
  .hero-banner h1 {
    font-size: clamp(22px, 3.5vw, 36px) !important;
  }
  .second-sec h2 {
    font-size: clamp(22px, 3.5vw, 35px) !important;
  } */
  .third-sec {
    padding: 25px 0;
  }
  .service-card .icon-wrapper {
    width: 45px;
    height: 45px;
  }
  .sec-6-img {
    max-width: 120px;
  }
  .sec-7 h2 {
    font-size: clamp(20px, 3.2vw, 28px) !important;
  }
  .sec-8 h2 {
    font-size: clamp(22px, 3.5vw, 35px) !important;
  }
}

/* === 360px === */
@media (max-width: 360px) {
    h2 {
        font-size: 18px !important;
        line-height: 24px !important;
    }
  .second-sec {
    padding: 20px 0;
  }
    ul.feature-list li {
        font-size: 11px;
        line-height: 16px;
    }
  .service-card {
    padding: 0.8rem;
  }
  .service-card h5 {
    font-size: 0.9rem;
  }
  .service-card .desc {
    font-size: 0.8rem;
  }
  .testimonial-sec h5.fw-bold.mb-0 {
    font-size: 24px !important;
  }
  .sec-6 h5 {
    font-size: 20px !important;
  }
  .sec-6-img {
    max-width: 100px;
  }
  .sec-7 .sec-7-item h6 {
    font-size: 16px !important;
  }
}


/* === 350px === */
@media (max-width: 350px) {
section.transparent-header.position-absolute.top-0.start-0.w-100.py-3 .container {
    padding: 0px;
    text-align: center !important;
    margin: 0px auto;
}

}
@media (max-width: 320px) {
    .iframe-wrap {
        padding-top: 175%;
    }
}

/* responsive css  */