@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900;
    /* variable font supports all weights */
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: italic;
}

@font-face {
    font-family: 'Rubik';
    src: url('../fonts/Rubik/Rubik-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900;
    /* variable font supports all weights */
    font-style: normal;
}

@font-face {
    font-family: 'Rubik';
    src: url('../fonts/Rubik/Rubik-Italic-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: italic;
}



/* Make Rubik the default font */
body {
    font-family: 'Rubik', sans-serif !important;
}

/* .clamp-text {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
} */

/* /////////   navbar start   ////////// */
.navbar-gs {
    background-color: #050505;
    height: 92px;
    align-content: center;
}

.navbar-logo-gs img {
    width: 80%;
}

.partner-logo-gs img {
    width: 70%;
}

.quote-text-gs p {
    font-size: 1rem;
}

.quote-text-gs {
    padding: 0px 1.3rem;
}

.quote-text-gs h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    /* font-size: 35px; */
    font-size: 2.2rem;
}

@media (max-width: 600px) {
    .hide-mobile {
        display: none !important;
    }

    .navbar-logo-gs img,
    .partner-logo-gs img {
        max-height: 50px;
    }
}


/*  only tablet styles  */
@media (min-width: 768px) and (max-width: 1000px) {

    .navbar-logo-gs img {
        max-height: 80px;
    }

    .partner-logo-gs img {
        max-height: 50px;
    }


    .quote-text-gs p {
        font-size: 0.8rem;
    }

    .quote-text-gs h2 {
        font-size: 1.5rem;
    }

}



/* /////////   navbar end   ////////// */



/* Hero Banner (full background container) */
.hero-banner {
    background-image: url('../images/hero-banner-bg.webp');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    color: #fff;
    height: 540px;
    display: flex;
    align-items: center;
    padding: 2rem 2rem;
}

.hero-banner .row {
    margin-left: 0;
    margin-right: 0;
}

.hero-cont {
    width: 100%;
}

.hero-title {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(1.6rem, 4vw, 4.5rem);
    margin: 0 0 1rem 0;
    line-height: 1.3;
    letter-spacing: 0.1rem;
    padding: 1rem clamp(1rem, 5vw, 5rem) 1.5rem 0;
    text-align: left;
    line-height: 1.3;
}

.hero-subtext {
    font-size: clamp(0.814rem, 2vw, 1rem);
    width: clamp(40%, 35vw, 35%);
    text-align: left;
    width: 100%;
    line-height: 1.5;
}

.hero-btn {
    font-family: 'Montserrat', sans-serif !important;
    background-color: #006511;
    font-size: clamp(0.814rem, 1vw, 1rem);
    height: 45px;
    display: block;
    text-align: center;
    padding: clamp(0.6rem, 1vw, 1rem) 0;
    border-radius: 0;
    width: 260px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.hero-btn:hover {
    background-color: #1A6AFF;
}

/* Tablet (768px - 1024px) */
@media (max-width: 1024px) {
    .hero-banner {
        padding: 1.5rem;
        min-height: 480px;
    }

    .hero-title {
        font-size: clamp(1.8rem, 4vw, 3rem);
        padding: 1rem 0;
    }

    .hero-subtext {
        font-size: 0.95rem;
        max-width: 90%;
    }

    /* .hero-btn {
        width: auto;
    } */
}

/* Mobile (≤ 767px) */
@media (max-width: 767px) {
    .hero-banner {
        /* text-align: center; */
        padding: 1.5rem 1rem;
        min-height: 400px;
    }

    .hero-title {
        font-size: clamp(1.6rem, 6vw, 2.2rem);
        padding: 0;
        /* text-align: center; */
    }

    .hero-subtext {
        font-size: 0.9rem;
        width: 100%;
        max-width: 100%;
        margin: 0 auto 1rem;
        /* text-align: center; */
    }

    /* .hero-btn {
        width: 100%;
        max-width: 280px;
        margin: 0 auto;
    } */
}

/* /////////   Hero Section End   ////////// */





/* /////////   hero block start   ////////// */
.hero-blocks {
    height: 51px;
    display: flex;
    align-items: center;
}

.blocks-sec {
    display: flex;
    align-items: center;
    justify-content: center;
    /* keeps icon+text centered */
    gap: 10px;
    /* spacing between icon and text */
    font-size: 15px;
    /* font-size: clamp(0.8rem, 1.2vw, 1.2rem); */
}

.blocks-sec img {
    display: inline-block;
    width: 25px;

}



/* 🔹 Tablet & Laptop (≥768px) */
@media (min-width: 768px) and (max-width: 1280px) {
    .blocks-sec {
        font-size: 14px;
        gap: 8px;
    }

    .blocks-sec img {
        width: 22px;
    }
}

/* 🔹 Mobile (≤767px) */
@media (max-width: 767px) {
    .hero-blocks {
        height: auto;
        /* let it adjust naturally */
        flex-wrap: wrap;
        /* allow multiple rows */
        justify-content: center;
        padding: 5px 0;
    }

    .blocks-sec {
        font-size: 13px;
        gap: 6px;
        margin: 4px 0;
    }

    .blocks-sec img {
        width: 20px;
    }
}

/* 🔹 Small Mobile (≤360px) */
@media (max-width: 360px) {
    .blocks-sec {
        font-size: 12px;
        gap: 5px;
    }

    .blocks-sec img {
        width: 18px;
    }
}

/* /////////   hero block end   ////////// */





/* /////////   step form section start   ////////// */
.form-title h2 {
    font-family: 'Montserrat', sans-serif !important;
    font-size: clamp(1.4rem, 3vw, 2rem);
    /* responsive heading */
    font-weight: 700;
    margin-bottom: 2rem;
    text-align: center;
}

.form-title p {
    font-size: clamp(1.1rem, 1.5vw, 1.5rem);
    margin-bottom: 2rem;

}

.form-step h3 {
    font-family: 'Montserrat', sans-serif !important;
    font-size: clamp(1.2rem, 2.5vw, 2rem);
    font-weight: 700;
    margin-bottom: 2rem;
    text-align: center;
}

.form-step p {
    color: #444;
    font-size: clamp(0.9rem, 2vw, 1.2rem);
    line-height: 1.5;
    margin-bottom: 1rem;
}

.form-step {
    display: none;
    animation: fadeIn 0.4s ease-in-out;
    text-align: center;
}

.form-control {
    width: 45%;
    height: 55px;
    margin: 0 auto 2rem auto;
    /* center horizontally */
    border-radius: 0;
    font-size: clamp(1.1rem, 1.5vw, 1.5rem);
    text-align: center;
}

.form-step.active {
    display: block;
}

.form-step-btn {
    font-family: 'Montserrat', sans-serif !important;
    background-color: #006511;
    width: clamp(50%, 40%, 30%);
    /* adjusts smoothly */
    font-size: clamp(0.9rem, 1.2vw, 1.2rem);
    padding: clamp(0.6rem, 1.2vw, 1rem);
    /* margin-top: 1rem; */
    /* center horizontally */
    text-align: center;
    transition: background 0.3s;
    color: #fff;
    font-weight: 700;
    border-radius: 0;
    display: block;
}

.form-step-btn:hover {
    background-color: #004d0d;
    text-decoration: none;
    color: #fff;
}

.option-card {
    cursor: pointer;
    border: 2px solid transparent;
    /* border-radius: 12px; */
    padding: clamp(0.6rem, 2vw, 1rem);
    transition: 0.3s;
    background: #fff;
    text-align: center;
    /* box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1); */
}

.option-card:hover {
    transform: scale(1.05);
}

/* .option-card.active {
    border-color: #0d6efd;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
} */

.option-card p {
    /* font-size: clamp(0.75rem, 1.5vw, 0.9rem); */
    font-size: clamp(1rem, 1.5vw, 1.5rem);
    margin-top: 0.5rem;
}

.option-card img {
    width: 100%;
    /* border-radius: 8px; */
    margin-bottom: 0.6rem;
}

.step-heading {
    font-size: clamp(1.2rem, 2.5vw, 1.5rem);
    font-weight: bold;
    margin-bottom: 1.2rem;
    text-align: center;
}

.progress {
    margin-bottom: 2rem;
}



.form-title p {
    font-size: clamp(1.1rem, 1.5vw, 1.5rem);
}

.form-step-btn {
    width: clamp(25%, 30%, 35%);
    font-size: clamp(1.1rem, 1.5vw, 1.5rem);
    display: inline-block;
    padding: clamp(0.8rem, 1vw, 1rem);
    /* margin-top: 2rem; */
}

.form-step-mobile-btn {
    width: clamp(28%, 42%, 42%);
}



/* Animations */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}





/* @media (min-width: 1001px) {
    .form-title p {
        font-size: clamp(1.1rem, 1.5vw, 1.5rem);
    }

    .form-step-btn {
        width: clamp(25%, 30%, 35%);
        font-size: clamp(1.1rem, 1.5vw, 1.5rem);
        display: inline-block;
        padding: clamp(0.8rem, 1vw, 1rem);
    }

    .form-step-mobile-btn {
        width: clamp(28%, 42%, 42%);
    }

} */

/* Tablet refinements (601px – 1000px) */
@media (min-width: 601px) and (max-width: 1000px) {
    .form-step-btn {
        width: 40.2%;
    }

    .form-step-mobile-btn {
        width: 40%;
    }

    .form-step p {
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    .form-control {
        width: 50%;
    }
}

/* Small mobile refinements (max 480px) */
@media (max-width: 600px) {
    .form-step-btn {
        width: 70%;
    }

    .option-card {
        padding: 0.8rem;
    }

    .form-control {
        width: 70%;
    }

    .form-wraper {
        box-shadow: none;
    }
}

/* /////////   step form section end   ////////// */



/* ///////// testimonial  start ///////// */
.review-section {
    background-color: #F0F0F0;
    text-align: center;
    height: 600px;
    padding: 65px 0;
}

.review-card {
    padding: 20px;
    margin: 10px;
    min-height: 260px;
    text-align: left;
}


.testimonial-title {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(1.5rem, 3vw, 2.2rem);
    font-weight: 700;
    margin-bottom: 2rem;
    line-height: 1.3;
}

.review-stars {
    color: #fbbc04;
    margin: 10px 0;
}

.review-header {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.review-header img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin-right: 10px;
}

.review-name {
    font-weight: bold;
    font-size: 16px;
}

.verified {
    color: green;
    margin-left: 5px;
}

.review-time {
    font-size: 13px;
    color: #777;
}

.slick-prev:before,
.slick-next:before {
    color: #000;
}

.read-more {
    color: #006511;
    font-weight: 600;
    cursor: pointer;
}

/* modal */
.review-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.review-modal-content {
    background: #fff;
    max-width: 600px;
    margin: 10% auto;
    padding: 20px;
    border-radius: 6px;
    text-align: left;
}

.review-modal-close {
    float: right;
    font-size: 24px;
    cursor: pointer;
}



.star-rating {
    position: relative;
    display: inline-block;
    font-size: 16px;
    /* same as other stars */
    width: 1em;
    /* force equal width */
    height: 1em;
    line-height: 1;
    vertical-align: middle;
}

/* Empty background star */
.star-rating .fa-star-o {
    color: #ccc;
    /* empty star color */
    position: absolute;
    top: -2px;
    left: 0;
}

/* Filled overlay star */
.star-rating .filled {
    position: absolute;
    top: -2px;
    left: 0;
    width: 80%;
    /* 👈 0.8 star */
    overflow: hidden;
    color: #FBBC04;
    /* match your full stars */
}






/* Small mobiles (max 480px) */
@media (max-width: 480px) {
    .review-card {
        margin: 0.5rem 0;
        min-height: auto;
        /* let it expand naturally */
    }

    .review-section {
        padding: 2rem 1rem;
    }

}

@media (min-width: 481px) and (max-width: 600px) {
    .review-modal-content {
        max-width: 340px;
    }
}

/* Tablets (601px – 1000px) */
@media (min-width: 601px) and (max-width: 1000px) {
    .testimonial-title {
        font-size: clamp(1.6rem, 2.5vw, 1.9rem);
        padding: 0 3rem;
    }

    .review-card {
        min-height: 240px;
    }
}

/* ///////// testimonial  end ///////// */



/* ///////// packages  start ///////// */
.product-prices-section {
  padding: 65px 0;
  background: #f9f9f9;
}

/* Heading */
.product-prices-section .section-title {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 26px;
  margin-bottom: 75px;
  font-weight: 700;
}

/* Product Box */
.product-box {
  width: 100%;
  max-width: 340px;
  min-height: 553px;
  border: 8px solid #006511;
  padding: 20px;
  position: relative;
  background: #F0F0F0;
  display: flex;
  flex-direction: column;
}

/* Subline */
.product-box .subline {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 15px;
}

/* Product Title */
.product-box .product-title {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 22px;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 20px;
  text-align: left;
  color: #006511;
}

/* Feature List */
.product-box .product-features {
  padding: 0px 45px;
  margin: 0;
  font-size: 16px;
  flex-grow: 1;
  text-align: left;
}
.product-box .product-features li {
  margin-bottom: 10px;
  line-height: 1.4;
}

/* Product CTA */
.product-box .product-cta {
  font-family: 'Montserrat', sans-serif !important;
  margin-top: auto;
  width: 251px;
  height: 45px;
  background: #006511;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 0;
  align-self: center;
}
.product-box .product-cta:hover {
  background: #1A6AFF;
}

/* Section CTA */
.section-cta {
  margin-top: 65px;
  font-family: 'Montserrat', sans-serif !important;
  width: 324px;
  height: 45px;
  background: #006511;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  border-radius: 0;
}
.section-cta:hover {
  background: #1A6AFF;
}

/* Responsive */
@media (max-width: 991px) {
  .product-box {
    max-width: 100%;
    min-height: auto;
  }
  .product-prices-section .section-title {
    font-size: 22px;
    margin-bottom: 40px;
    pad: 0;
  }
}
@media (max-width: 600px) {
  .product-box .product-title {
    font-size: 18px;
    text-align: center;
  }

  .product-box .product-features {
    display: grid;
    grid-template-columns: 1fr 1fr; /* 2 columns */
    gap: 0 20px; /* horizontal spacing */
    padding: 0 10px;
    font-size: 14px;
  }

  .product-box .product-cta {
    width: 100%;
  }

  .section-cta {
    width: 100%;
  }
}
/* ///////// packages  end ///////// */





/* ///////// easy steps start ///////// */
/* .steps-btn {
    font-family: 'Montserrat', sans-serif !important;
    background-color: #006511;
    font-size: 1.2rem;
    padding: 15px;
    margin-top: 30px;
    margin-bottom: 15px;
    text-align: center;
    transition: background 0.3s;
    border-radius: 0;
}

.steps-section {
    background: #f5f5f5;
    padding: 60px 20px;
    text-align: center;
}

.steps-section h2 {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700;
    margin-bottom: 50px;
}

.step-item {
    position: relative;
    text-align: center;
    padding: 20px;
}

.step-circle {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    border: 8px solid #0a662e;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 20px;
    background: #fff;
    z-index: 1;
    position: relative;
}

.step-circle i {
    font-size: 60px;
    color: #0a662e;
}

.step-item h5 {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.step-item p {
    color: #444;
    font-size: 1.35rem;
}


.step-line {
    position: absolute;
    top: 65px;
    left: 50%;
    width: 100%;
    height: 10px;
    background: #0a662e;
    z-index: 0;
}

.btn-green {
    background: #0a662e;
    color: #fff;
    font-weight: 600;
    padding: 12px 25px;
    border-radius: 0;
    margin-top: 40px;
    text-decoration: none;
    display: inline-block;
}

.btn-green:hover {
    background: #0c7a39;
    color: #fff;
}

.steps-btn:hover {
    background: #1A6AFF;
    color: #fff;
}

@media (min-width: 1001px) {
    .steps-btn {
        font-size: clamp(1.1rem, 1.5vw, 1rem);
        display: inline-block;
        padding: clamp(0.8rem, 1vw, 1rem);
    }

    .step-circle img {
        width: 50%;
    }

    .step-circle {
        width: 100px;
        height: 100px;
    }
}

@media (min-width: 768px) and (max-width: 1000px) {
    .step-circle {
        width: 120px;
        height: 120px;
        border-radius: 50%;
        border: 8px solid #0a662e;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto 20px;
        background: #fff;
    }

    .step-circle img {
        width: 60%;
    }

    .step-line {
        position: absolute;
        top: 65px;
        left: 65%;
        width: 70%;
        height: 8px;
    }

    .step-item h5 {
        font-size: 1.2rem;
    }

    .step-item p {
        font-size: 1rem;
    }

    .step-circle i {
        font-size: 40px;
        color: #0a662e;
    }

    .steps-btn {
        font-size: 0.8rem;
        padding: 12px;
        margin-top: 20px;
        margin-bottom: 10px;
    }
}


@media (min-width: 426px) and (max-width: 600px) {
    .step-circle {
        width: 25%;
        border-radius: 50%;
        border: 4px solid #0a662e;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto 20px;
        background: #fff;
    }

    .steps-section h2 {
        font-size: 2rem;
    }

    .step-item {
        padding: 12px;
        display: flex;
    }

    .step-text {
        width: 70%;
    }

    .step-line {
        top: 108px;
        left: 16%;
        width: 5px;
        height: 55%;
    }

    .step-item h5 {
        font-size: 1.5rem;
    }

    .step-item p {
        font-size: 1rem;
    }

    .step-circle i {
        font-size: 30px;
        color: #0a662e;
    }

    .steps-btn {
        font-size: 1rem;
        padding: 10px;
        width: 60%;
    }
}

@media (min-width: 320px) and (max-width: 425px) {
    .step-circle {
        width: 25%;
        border-radius: 50%;
        border: 4px solid #0a662e;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto 20px;
        background: #fff;
    }

    .steps-section h2 {
        font-size: 2rem;
    }

    .step-item {
        padding: 12px;
        display: flex;
    }

    .step-text {
        width: 70%;
    }

    .step-line {
        left: 17%;
        width: 5px;
        height: 90%;
    }

    .step-item h5 {
        font-size: 1.5rem;
    }

    .step-item p {
        font-size: 1rem;
    }

    .step-circle i {
        font-size: 30px;
        color: #0a662e;
    }

    .steps-btn {
        font-size: 1rem;
        padding: 10px;
        width: 60%;
    }
}

@media(max-width: 1001px) {
    .step-circle {
        width: 100px;
        height: 100px;
    }

} */




.steps-section {
  background: #f5f5f5;
  height: 661px;
  text-align: center;
  position: relative;
  padding: 65px 0px;
}

/* Heading */
.steps-section h2 {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 700;
  font-size: 26px;
  margin: 0;
  position: absolute;
  top: 65px;
  left: 50%;
  transform: translateX(-50%);
}

/* Step containers */
.step-item {
  position: absolute;
  text-align: center;
  width: 260px;
  z-index: 2;
}

/* Circle */
.step-circle {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  border: 8px solid #0a662e;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
}

.step-circle img {
  width: 60%;
}

/* Step titles */
.step-item h5 {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 22px;
  font-weight: 700;
  margin: 0;
  position: absolute;
  top: 327px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

/* Step description */
.step-item p {
  font-size: 15px;
  color: #444;
  margin: 0;
  position: absolute;
  top: 411px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

/* Button */
.steps-btn {
  font-family: 'Montserrat', sans-serif !important;
  background-color: #006511;
  font-size: 16px;
  width: 324px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  position: absolute;
  bottom: 65px;
  left: 50%;
  transform: translateX(-50%);
  transition: background 0.3s;
  border-radius: 0;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}

.steps-btn:hover {
  background: #1A6AFF;
  color: #fff;
}

/* Exact positions for steps */
.step-item.left {
  left: 138px;
}
.step-item.center {
  left: 50%;
  transform: translateX(-50%);
}
.step-item.right {
  right: 138px;
}

/* Horizontal connecting line */
.step-line {
  position: absolute;
  top: 225px;
  left: 250px;
  right: 250px;
  height: 8px;
  background: #0a662e;
  z-index: 1;
}
.text-content{
  position: relative;
  top: -50px;
}


@media (min-width: 1001px) {
    .steps-btn {
        font-size: clamp(1rem, 1.5vw, 1rem);
    }
}

/* ---------------------- */
/* Tablet View (768px–1024px) */
/* ---------------------- */
@media (min-width: 768px) and (max-width: 1024px) {
  .step-item.left {
  left: 0px;
  top: 0;
}
.step-item.center {
  top: 0;
}
.step-item.right {
  right: 0px;
  top: 0;
} 
.text-content{
  top: 0px;
}
  .steps-section {
    height: 520px;
  }
  .steps-section h2 {
    font-size: 22px;
    top: 45px;
  }
  .step-circle {
    width: 100px;
    height: 100px;
    border-width: 6px;
    top: 140px;
  }
  .step-item h5 {
    font-size: 18px;
    top: 260px;
  }
  .step-item p {
    font-size: 14px;
    top: 330px;
  }
  .steps-btn {
    width: 260px;
    font-size: 13px;
    height: 40px;
    bottom: 45px;
  }
    .step-line {
        top: 190px;
        height: 6px;
        width: 78%;
        left: 80px;
    }
}

/* ---------------------- */
/* Mobile View (<767px) */
/* ---------------------- */
@media (max-width: 767px) {
.text-content{
  top: 0px;
}
  .step-item.left {
    left: 0px;
    top: 0;
  }

  .step-item.center {
    top: 0;
  }

  .step-item.right {
    right: 0px;
    top: 0;
  }

  .steps-section {
    height: auto;
    padding: 40px 20px 100px;
  }

  .steps-section h2 {
    position: static;
    font-size: 20px;
    margin-bottom: 50px;
    transform: none;
  }

  /* Vertical layout */
  .step-item {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 60px;
    width: 100%;
    text-align: left;
  }

  .step-circle {
    position: relative;
    left: 0;
    top: 0;
    transform: none;
    margin: 0;
    margin-right: 20px;
    flex-shrink: 0;
    width: 100px;
    height: 100px;
  }

  .step-item h5,
  .step-item p {
    position: static;
    transform: none;
    width: auto;
    text-align: left;
  }

  .step-item h5 {
    font-size: 18px;
    margin-bottom: 6px;
    text-align: center;
  }
  .step-item p {
    font-size: 13px;
    text-align: center;
  }

  /* Vertical line */
  .step-line {
    position: absolute;
    top: 215px;
    bottom: 240px;
    left: 0px;
    width: 6px;
    height: auto;
    margin: 0 auto;
  }

  .steps-btn {
    position: relative;
    bottom: auto;
    left: auto;
    transform: none;
    margin: 40px auto 0;
    width: 220px;
    font-size: 10px;
    height: 40px;
  }
}



/* ///////// easy steps end ///////// */



/* ///////// warrenty start ///////// */
.warranty-section {
    padding: 60px 20px;
    text-align: center;
}

.warranty-image-wrap {
    width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 20px;
    background: #fff;
}

.warranty-btn {
    font-family: 'Montserrat', sans-serif !important;
    background-color: #006511;
    /* width: 90%; */
    font-size: 1.2rem;
    padding: 15px;
    margin-top: 30px;
    margin-bottom: 15px;
    text-align: center;
    transition: background 0.3s;
    border-radius: 0;
}

.warranty-btn:hover {
    background: #1A6AFF;
    color: #fff;
}

.warranty-section h2 {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700;
    margin-bottom: 50px;
}

.warranty-item {
    position: relative;
    text-align: center;
    padding: 20px;
}

.warranty-circle i {
    font-size: 60px;
    color: #0a662e;
}

.warranty-item h5 {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.warranty-item p {
    color: #444;
    font-size: 1.35rem;
}

.warranty-line {
    position: absolute;
    top: 90px;
    left: 50%;
    width: 100%;
    height: 10px;
    background: #0a662e;
    z-index: -1;
}

@media (min-width: 768px) and (max-width: 1000px) {
    .warranty-image-wrap {
        /* width: 120px;
        height: 120px; */
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0px 20px;
        background: #fff;
    }

    .warranty-image-wrap img {
        width: 150%;
    }


    .warranty-item h5 {
        font-size: 1.2rem;
    }

    .warranty-item p {
        font-size: 0.96rem;
    }

    .warranty-btn {
        font-size: 0.8rem;
        padding: 12px;
        margin-top: 20px;
        margin-bottom: 10px;
    }
}

@media (max-width: 600px) {
    .warranty-image-wrap {
        width: 35%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto 20px;
        background: #fff;
    }


    .warranty-item {
        padding: 12px;
        display: flex;
    }


    .warranty-text {
        width: 60%;
    }

    .warranty-item h5 {
        font-size: 1.5rem;
    }

    .warranty-item p {
        font-size: 1rem;
    }

    .warranty-btn {
        font-size: 1rem;
        width: 60%;
        padding: 10px;
    }
}

@media(max-width: 767px) {
    .warranty-circle {
        width: 100px;
        height: 100px;
    }

    .warranty-image-wrap img {
        width: 80%;
    }

    .warranty-line {
        display: none;
    }
}

/* ///////// warrenty end ///////// */


/* ///////// upgrade start ///////// */
.upgrade-section {
    background-color: #f0f0f0;
    padding: 60px 20px;
    text-align: center;
}

.upgrade-image-wrap {
    width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: end;
    margin: 0 auto 20px;
}

.upgrade-btn {
    font-family: 'Montserrat', sans-serif !important;
    background-color: #006511;
    /* width: 90%; */
    font-size: 1.2rem;
    padding: 15px;
    margin-top: 30px;
    margin-bottom: 15px;
    text-align: center;
    transition: background 0.3s;
    border-radius: 0;
}

.upgrade-btn:hover {
    background: #1A6AFF;
    color: #fff;
}

.upgrade-section h2 {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700;
    /* margin-bottom: 50px; */
}

.upgrade-item {
    position: relative;
    text-align: center;
    padding: 20px;
}


.upgrade-item h5 {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.upgrade-item p {
    color: #444;
    font-size: 1.3rem;
}

/* .upgrade-img-dull{
        width: 60%;
    } */


/* @media (min-width: 1001px) {
    .steps-btn {
        font-size: clamp(1.1rem, 1.5vw, 1rem);
        display: inline-block;
        padding: clamp(0.8rem, 1vw, 1rem);
    }
} */

@media (min-width: 768px) and (max-width: 1000px) {
    .upgrade-image-wrap {
        width: 120px;
        height: 120px;
        display: flex;
        justify-content: center;
        align-items: end;
        margin: 0 auto 20px;
    }

    .upgrade-image-wrap img {
        width: 80%;
    }

    .doller-img {
        width: 110% !important;
    }

    .upgrade-item h5 {
        font-size: 1.2rem;
    }

    .upgrade-item p {
        font-size: 1rem;
    }

    .upgrade-btn {
        font-size: 0.8rem;
        padding: 12px;
        margin-top: 20px;
        margin-bottom: 10px;
    }
}

@media (max-width: 600px) {
    .upgrade-image-wrap {
        width: 100px;
        height: 100px;
        display: flex;
        justify-content: center;
        align-items: end;
        margin: 0 auto 20px;
    }

    .doller-img {
        width: 110% !important;
    }

    .upgrade-item h5 {
        font-size: 1.2rem;
    }

    .upgrade-item p {
        font-size: 0.8rem;
    }

    .upgrade-btn {
        width: 60%;
        font-size: 1rem;
        padding: 10px;
    }
}

@media(max-width: 767px) {
    .upgrade-circle {
        width: 100px;
        height: 100px;
    }

    .upgrade-image-wrap img {
        width: 80%;
    }
}

/* ///////// upgrade end ///////// */


/* ///////// faq start ///////// */
.faq-section {
    padding: 60px 20px;
}

.faq-section h2 {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700;
}

.faq-item {
    border-bottom: 1px solid #1a6aff !important;
    /* border bottom for each question */
}

.faq-question {
    font-size: 1.8rem;
}

.faq-answers {
    font-size: 1.4rem;
    font-weight: 600;
}

.faq-footer a {
    color: #000;
    /* black social icons */
    font-size: 18px;
    transition: color 0.3s;
}

.faq-footer a:hover {
    color: #333;
    /* darker black hover */
}

/* Remove active state styles */
.accordion-item {
    background: none;
    border: none;
}

.accordion-button {
    background: none !important;
    color: #000 !important;
    box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
    background: none !important;
    color: #000 !important;
    box-shadow: none !important;
}

@media (min-width: 768px) and (max-width: 1000px) {
    .faq-question {
        font-size: 1.2rem;
    }

    .faq-answers {
        font-size: 1rem;
        font-weight: 600;
    }
}

@media (max-width: 600px) {
    .faq-question {
        font-size: 1.2rem;
    }

    .faq-answers {
        font-size: 1rem;
        font-weight: 600;
    }
}

/* ///////// faq end ///////// */



/* ///////// footer start ///////// */
/* Footer Base */
.footer-row {
    padding: 2rem 5rem;
    /* default desktop/tablet */
}

.footer-logo {
    max-height: 100px;
}

.footer-trust {
    max-height: 80px;
}

.footer a {
    color: #fff;
    font-size: 30px;
    transition: color 0.3s;
}

.footer a:hover {
    color: #1a6aff;
}

.footer-touch-text {
    font-size: 1.5rem;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}

.footer-description {
    font-size: 1.3rem;
}

.working-hours p {
    font-size: 1.3rem;
}

/* Tablet: shrink paddings + fonts */
@media (min-width: 768px) and (max-width: 1000px) {
    .footer-row {
        padding: 1rem 2rem;
        /* smaller padding */
    }

    .footer-touch-text {
        font-size: 1rem;
    }

    .disclamer {
        font-size: 0.8rem;
    }

    .footer-description {
        font-size: 1rem;
    }

    .working-hours h3 {
        font-size: 1.2rem;
    }

    .working-hours p {
        font-size: 1rem;
    }

    .footer-map iframe {
        width: 100%;
    }

    .footer a {
        font-size: 18px;
    }
}

/* Mobile: only logo + trust mark, center text */
@media (max-width: 600px) {
    .footer-row {
        padding: 1rem;
        /* minimal padding on small screens */
    }

    .footer .d-none.d-md-block {
        display: none !important;
    }

    .working-hours,
    .footer-description {
        text-align: center;
    }

    .footer-description {
        font-size: 0.9rem;
    }
}


/* ///////// footer end ///////// */