/* Responsive Styles */
@media (max-width: 1560px) {
    .content-wrapper {
        padding-inline: 60px;
    }

    .navigation-bar {

        justify-content: space-between;
    }
}

@media (max-width: 1200px) {
    .content-wrapper {
        padding-inline: 40px;
    }

    .hero-section {
        gap: 40px;
    }

    .about-us-section {
        gap: 40px;
    }

    .about-us-features {
        grid-template-columns: 1fr;
    }

    .success-stories-section .stories {
        grid-template-columns: repeat(2, 1fr);
    }

    .footer-container {
        gap: 60px;
    }

    .footer-col {
        width: auto;
    }
}

@media (max-width: 1024px) {
    .navigation-bar .navigation-menu .btn-primary, .btn-primary{
        padding: 10px 10px;
    }
    html, body {
        font-size: 16px;
        background-position: 50px -90px;
    }

    h1, h2, h3, h4, h5, h6,
    .how-it-works-section .heading,
    .success-stories-section .heading,
    .testimonials-section .heading,
    .faqs-section .heading,
    .app-download-section .app-download-text h5 {
        font-size: 42px;
    }

    .hero-section .hero-text-box h1 {
        font-size: 52px;
        line-height: 1.1;
    }

    .hero-section {
        flex-direction: column;
    }

    .about-us-section {
        flex-direction: row;
    }

    .about-us-section .about-image {
        width: 50%;
        height: auto;
    }

    .how-it-works-section .features {
        flex-direction: column;
    }

    .app-download-section .image {
        margin-top: 0;
    }

    .app-download-section .image img {
        width: 100%;
        height: auto;
    }

    .navigation-bar {
        gap: 10%;
    }

    .footer {
        padding: 54.5px 60px 0px 60px;
    }

    .whatsapp-float {
        right: 60px;
        top: -52px;
    }
}

@media (max-width: 768px) {
    .content-wrapper {
        padding-inline: 20px;
    }
    .app-download-section{
        min-height: auto;
        padding-block: 20px;
    }

    h1, h2, h3, h4, h5, h6,
    .how-it-works-section .heading,
    .success-stories-section .heading,
    .testimonials-section .heading,
    .faqs-section .heading,
    .app-download-section .app-download-text h5 {
        font-size: 36px;
    }

    .hero-section .hero-text-box h1 {
        font-size: 42px;
    }

    .top-contact-bar .contacts {
        gap: 15px;
    }

    .navigation-bar {
        height: auto;
        padding: 15px;
        flex-direction: column;

    }
    .navigation-bar .responsive-menu-icon .close-menu{
        display: none;
    }
    .navigation-bar .responsive-menu-icon{
        display: block;
    }
    .navigation-bar .navigation-menu {
        flex-direction: column;
        gap: 15px;

        height: 0;
        overflow: hidden;
    }
    .navigation-bar.open{
        gap: 15px;
    }
    .navigation-bar.open .navigation-menu{
        height: auto;
    }

    .statistics-section {
        display: grid;
        grid-template-columns: 2fr 50%;
        justify-items: center;
    }

    .testimonial-slider .slick-slide {
        width: 350px !important;
    }

    .footer {
        padding: 54.5px 30px 0px 30px;
    }

    .footer-container {
        grid-template-columns: 1fr 1fr;
    }

    .whatsapp-float {
        right: 30px;
        bottom: auto;
        top: -52px;
    }
    .about-us-section {
        flex-direction: column;
    }
    .about-us-section .about-image{
        display: none;
    }
}

@media (max-width: 576px) {
    html, body {
        font-size: 14px;
        background-position: 20px -90px;
    }

    h1, h2, h3, h4, h5, h6,
    .how-it-works-section .heading,
    .success-stories-section .heading,
    .testimonials-section .heading,
    .faqs-section .heading,
    .app-download-section .app-download-text h5 {
        font-size: 28px;
    }
    .hero-section .hero-text-box{
        width: 95%;
    }
    .hero-section .hero-text-box h1 {
        font-size: 32px;
        line-height: 1.2;
    }
    .hero-section .mobile-image{
        width: 100%;
    }

    .top-contact-bar {
        height: auto;
        padding: 10px 10px;
    }
    .app-download-section .image{
        display: none;
    }
    .top-contact-bar .contacts {
        flex-direction: column;
        gap: 8px;
    }

    .hero-section .hero-text-box .download-buttons,
    .app-download-section .app-download-text .download-buttons {
        flex-direction: row;
        gap: 16px;
    }

    .success-stories-section .stories {
        grid-template-columns: 1fr;
    }

    .success-stories-section .stories .story {
        width: 100%;
        height: auto;
        aspect-ratio: 1/0.96;
    }

    .testimonial-slider .slick-slide {
        width: 280px !important;
    }

    .footer {
        padding: 54.5px 20px 0px 20px;
    }

    .footer-container {
        grid-template-columns: 1fr;
    }

    .footer-col {
        text-align: center;
    }

    .footer-col ul li {
        justify-content: center;
    }

    .whatsapp-float {
        right: 60px;
        transform: translateX(50%);
    }

}

@media (max-width: 460px) {
    .content-wrapper {
        padding-inline: 15px;
    }
    .top-contact-bar {
        flex-direction: column;
        gap: 15px;
        align-items: center;
    }
    .top-contact-bar .contacts{
        display: none;
    }
    h1, h2, h3, h4, h5, h6,
    .how-it-works-section .heading,
    .success-stories-section .heading,
    .testimonials-section .heading,
    .faqs-section .heading,
    .app-download-section .app-download-text h5 {
        font-size: 24px;
    }

    .hero-section .hero-text-box h1 {
        font-size: 28px;
    }

    .navigation-bar .navigation-menu .btn-primary, .btn-primary {
        padding: 12px 20px;
    }

    .testimonial-slider .slick-slide {
        width: 260px !important;
    }



        .statistics-section {
            display: flex;
            flex-direction: column;
            align-items: start ;
        }
    .hero-section .hero-text-box .download-buttons, .app-download-section .app-download-text .download-buttons {
        flex-direction: column-reverse;
        gap: 16px;
    }
    .faq-question h4 {

        max-width: 80%;
    }
    .about-us-section,.testimonials-section,.success-stories-section{
        margin-block: 60px;
    }
}


