@media (max-width: 991px) {
  .nav-menu,.btn-primary {
    display: none !important;
  }
  .btn-primary{
    display: block !important;
  }
  .cnt{
    height: 93px !important;
  }
}
@media (max-width: 767px) {

    .hero-section {
        padding: 125px 0 40px;
        height: auto;
        text-align: center;
        background-position: center; 
        background-size: cover;
    }

    .hero-title {
        font-size: 28px !important;
        line-height: 1.3;
        text-align: center;
        padding: 0 10px;
    }

    .hero-subtitle {
        font-size: 15px;
        margin-top: 10px;
        text-align: center;
        padding: 0 15px;
    }

    .hero-buttons {
        margin-top: 20px;
        display: flex;
        justify-content: center;
        gap: 10px;
        flex-wrap: wrap;
    }

    .hero-btn-primary,
    .hero-btn-outline {
        padding: 8px 20px;
        font-size: 14px;
    }

 
    .hero-image-wrapper {
        text-align: center;
        margin-top: 25px;
        animation: none;
    }

    .hero-image {
        width: 85%;
        max-width: 260px;
    }

    .floating-icon {
        display: none;
    }
}


@media (max-width: 767px) {

    .about-title {
        font-size: 26px;
        text-align: center;
    }

    .about-text,
    .about-tag {
        text-align: center;
    }

    .about-list li {
        justify-content: center;
    }

    .about-btn {
        display: block;
        margin: 0 auto;
        text-align: center;
    }

    .about-img-wrapper {
        text-align: center;
    }

    .about-floating-card {
        right: 10px;
        bottom: 10px;
        padding: 10px 18px;
        border-radius: 10px;
    }

    .about-floating-card h4 {
        font-size: 22px;
    }

    .about-img {
        max-width: 85%;
        margin: auto;
    }
}

@media(max-width: 576px) {
  .section-title {
    font-size: 26px;
  }

  .service-box {
    padding: 25px;
  }

  .icon-circle {
    width: 60px;
    height: 60px;
  }

  .icon-circle i {
    font-size: 24px;
  }
}


@media(max-width: 768px) {
    .whychoose-title {
        text-align: center;
        font-size: 26px;
    }
    .whychoose-subtitle,
    .whychoose-desc {
        text-align: center;
    }
    .icon-box {
        width: 45px;
        height: 45px;
    }
    .icon-box i { font-size: 18px; }
    .text-box h4 { font-size: 16px; }
}

@media (max-width: 576px) {
  .circle {
    width: 55px;
    height: 55px;
    font-size: 20px;
  }

  .step-wrapper h4 {
    font-size: 18px;
  }

  .step-wrapper p {
    font-size: 14px;
    width: 90%;
  }

  .dotted-line {
    height: 45px;
  }
}

@media(max-width: 767px) {
  .product-card {
    padding: 20px;
  }
}

@media (max-width: 767px) {
    .footer-banner {
        text-align: center;
        padding: 35px 15px;
    }

    .footer-banner-title {
        font-size: 24px;
    }

    .footer-banner-image {
        max-width: 220px;
        margin-top: 20px;
    }

    .footer-btn {
        width: 100%;
        margin-top: 15px;
    }
}
