/* ***************************************************************** */
/* Responsive Styles */
/* new Hero rwd */
@media (max-width: 992px) {
    .hero {
        flex-direction: column;
        max-height: max-content;
        /* border: 5px solid blue; */
    }

    .hero-content {
        max-width: 100%;
        padding: 20px;
        /* border: 2px solid red; */
        text-align: center;
    }

    .hero-image {
        max-width: 100%;
        height: auto;
    }

    .input-group {
        flex-direction: row;
        flex-wrap: nowrap;
        margin: auto;
        /* border: 2px solid red; */
        margin-bottom: 10px;
    }

    .sub-title-item {
        margin: auto;
    }

    .input-group img {
        height: 36px;
        width: 36px;
    }

    .input-group span {
        padding: 10px 5px;
    }

    .input-group input {
        font-size: 0.9em;
    }

    .input-group button {
        font-size: 0.8em;
        width: auto;
        padding: 10px 15px;
    }
}

@media (max-width: 768px) {
    .hero-content h1 {
        font-size: 2em;
    }

    .subtitle {
        font-size: 1.2em;
    }

    .input-group img {
        height: 30px;
        width: 30px;
    }

    .input-group input {
        font-size: 0.9em;
    }

    .input-group button {
        font-size: 0.8em;
    }

    .sub-title-text {
        font-size: 1em;
    }
}

@media (max-width: 576px) {
    .hero-content {
        /* border: 2px solid red; */
        padding: 20px 0px;
    }
    .hero-content h1 {
        font-size: 1.5em;
    }

    .subtitle {
        font-size: 1em;
    }

    .input-group {
        /* border: 3px solid red; */
        justify-content: space-between;
    }

    .input-group img {
        height: 30px;
        width: 30px;
    }

    .input-group input {
        font-size: 1em;
        padding: 10px;
        max-width: 130px;
    }

    .input-group button {
        font-size: 0.8em;
        padding: 14px 10px;
        font-weight: 500;
    }

    .sub-title-item img {
        width: 15px;
        height: 15px;
    }

    .sub-title-text {
        font-size: 0.875em;
    }
}

@media (max-width: 424px) {
    .input-group {
        justify-content: space-between;
    }
    .input-group span {
        padding: 5px 2px;
    }
    .input-group input {
        font-size: 0.9em;
        max-width: 100px;
        padding-left: 3px;
    }
    .input-group button {
        max-width: 150px;
    }
    .hero-content .subtitle {
        font-size: 0.9em;
        margin-top: 0px;
        margin-bottom: 20px;
    }
    .sub-title-item img {
        margin-right: 5px;
    }
    .sub-title-text {
        font-size: 0.75em;
    }
}

@media (max-width: 374px) {
    .input-group button {
        max-width: 130px;
        padding: 14px 7px;
    }
    .hero-content h1 {
        font-size: 1.25em;
        margin-bottom: 15px;
    }
}

/* counter plus sponsor section */
@media (max-width: 768px) {
    .counter-section h2 {
        font-size: 2.5em;
    }

    .counters {
        flex-direction: column;
        align-items: center;
    }

    .counter {
        border-right: none;
        border-bottom: 7px solid #9389ec;
        margin-bottom: 20px;
        width: 150px;
        text-align: center;
        border-radius: 5px;
    }

    .counter:last-child {
        border-bottom: none;
    }

    .counter h2 {
        font-size: 2.5em;
    }

    .counter p {
        font-size: 1.25em;
    }
}

/* signup steps section */
@media (max-width: 768px) {
    .steps-section {
        flex-direction: column;
        padding: 20px 5%;
    }

    .steps-content h2 {
        font-size: 2em;
        text-align: center;
    }

    .steps {
        flex-direction: column;
        align-items: center;
    }

    .step {
        margin: 20px 0;
    }

    .step img {
        height: 40px;
    }

    .step h3 {
        font-size: 1.1em;
    }

    .step p {
        font-size: 0.9em;
    }

    .cta-button {
        font-size: 1em;
        padding: 15px 30px;
        margin-top: 20px;
    }

    .steps-section .images {
        /* flex-direction: column; */
        gap: 25px;
    }

    .images img {
        height: 300px;
        margin-left: 0;
        margin-top: 20px;
    }
}

/* Offerings */
@media (max-width: 1200px) {
    .image-container .small-circle {
        top: 15%;
        right: -15%;
    }
}
@media (max-width: 1024px) {
    .offerings {
        padding: 30px 5%;
    }

    .offering {
        flex-direction: column;
        /* border: 3px solid red; */
    }

    .offering.reverse {
        flex-direction: column;
    }

    .image-container {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    .image-container .circle {
        width: 300px;
        height: 300px;
    }

    .image-container .small-circle {
        top: 15%;
        right: 15%;
    }

    .offering img {
        /* max-height: 300px; */
        margin-left: 0;
    }

    .offering-content {
        width: 100%;
        text-align: center;
    }

    .offering-content h3 {
        font-size: 2em;
    }

    .offering-content p {
        font-size: 1em;
        margin-bottom: 10px;
    }

    .buttons {
        justify-content: center;
        flex-direction: column;
    }

    .cta-button {
        margin-bottom: 10px;
    }

    .contact-link {
        font-size: 1em;
    }
}
@media (max-width: 768px) {
    .offerings h2 {
        font-size: 2.5em;
    }
}
@media (max-width: 600px) {
    .image-container .small-circle {
        width: 60px;
        height: 60px;
        top: 15%;
        right: 10%;
    }
}
@media (max-width: 540px) {
    .image-container .small-circle {
        width: 60px;
        height: 60px;
        top: 15%;
        right: -5%;
    }
}
@media (max-width: 375px) {
    .image-container .small-circle {
        top: 15%;
        right: -10%;
    }
}

/* Features section */
@media (max-width: 768px) {
    .app-features h2 {
        font-size: 2.5em;
    }
    .slide {
        min-width: 33%;
    }
}
@media (max-width: 576px) {
    .app-features {
        padding: 0px;
    }
    .slide {
        min-width: 50%;
    }
    .slider-container {
        max-width: 100%;
    }
}

/* testimonial section */
@media (max-width: 992px) {
    .thumbnail {
        width: 240px;
        height: 224px;
    }

    .thumbnail .play-button {
        width: 40px;
        height: 40px;
        font-size: 1.5em;
    }
}

@media (max-width: 768px) {
    .testimonials h2 {
        font-size: 2.5em;
    }

    .thumbnail {
        width: 200px;
        height: 186px;
    }

    .thumbnail .play-button {
        width: 30px;
        height: 30px;
        font-size: 1.2em;
    }
}

@media (max-width: 576px) {
    .testimonials h2 {
        font-size: 2.5em;
    }

    .thumbnail {
        width: 100%;
        height: auto;
        max-width: 300px;
    }

    .thumbnail .play-button {
        width: 30px;
        height: 30px;
        font-size: 1.2em;
    }

    .video-modal iframe {
        width: 90%;
        height: 50%;
    }
}

/* FAQ Corrected */
@media (max-width: 992px) {
    .faq-section h2 {
        font-size: 2.5em;
    }
    .faq-container {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 768px) {
    .faq-section h2 {
        font-size: 2em;
    }
    .faq-item h3 {
        font-size: 1.25em;
    }
    .faq-item p {
        font-size: 0.9em;
    }
}

@media (max-width: 576px) {
    .faq-section h2 {
        font-size: 1.75em;
    }
    .faq-item h3 {
        font-size: 1.125em;
    }
    .faq-item p {
        font-size: 0.85em;
    }
    .faq-item .toggle-icon {
        font-size: 1.25em;
    }
    .know-more a {
        padding: 8px 16px;
    }
    .faq-item h3 {
        padding-right: 5px;
    }
    .faq-section {
        padding: 50px 5%;
        /* border: 5px solid red; */
    }
}
@media (max-width: 350px) {
    .faq-section {
        width: 100%;
        padding: 50px 5%;
    }
}

/* featured on */
@media (max-width: 1200px) {
    .logo-item img {
        max-height: 120px;
    }
}

@media (max-width: 992px) {
    .logo-item img {
        max-height: 100px;
    }
}

@media (max-width: 768px) {
    .featured-section h2 {
        font-size: 2.5em;
    }
    .logo-item img {
        max-height: 80px;
    }
    .logo-item {
        margin: 0 15px;
    }
}

@media (max-width: 576px) {
    /* .featured-section h2 {
    font-size: 1.5em;
  } */
    .logo-item img {
        max-height: 60px;
    }
    .logo-item {
        margin: 0 10px;
    }
}

/* Contact */
@media (max-width: 992px) {
    .contact-left,
    .contact-right {
        width: 100%;
        margin-top: 0;
    }

    .contact-left {
        margin-bottom: 40px;
        align-items: center;
    }

    .contact-form .phone-group input {
        width: 65%;
    }
}

@media (max-width: 768px) {
    .contact-header {
        font-size: 2.5em;
    }
}

@media (max-width: 576px) {
    .contact-section {
        padding: 30px 5%;
    }
    .contact-left h2 {
        font-size: 1.75em;
    }

    .contact-form input,
    .contact-form textarea {
        font-size: 1em;
        padding: 15px;
    }

    .contact-form button {
        padding: 10px;
        font-size: 0.875em;
        width: 100%;
    }

    .contact-form select {
        font-size: 1em;
        padding: 15px;
    }

    .phone-group select,
    .phone-group input {
        font-size: 1em;
        padding: 15px;
    }

    .phone-group input {
        width: 60%;
    }
}

@media (max-width: 424px) {
    .phone-group input {
        width: 60%;
    }
}

@media (max-width: 374px) {
    .phone-group input {
        width: 55%;
    }
}

/* app download section */
@media (max-width: 1200px) {
    .app-section {
        flex-direction: column;
        padding: 20px 40px;
        margin: 50px 30px;
        /* border: 2px solid red; */
        text-align: center;
    }

    .app-content,
    .app-images {
        width: 100%;
    }

    .app-images {
        position: static;
        justify-content: center;
        margin-top: 20px;
    }

    .app-images img {
        min-height: auto;
        max-width: 200px;
    }

    .store-buttons {
        /* border: 2px solid red; */
        margin: auto;
        width: max-content;
    }
}

@media (max-width: 768px) {
    .app-content h2 {
        font-size: 1.75em;
    }

    .app-content p {
        font-size: 0.875em;
    }

    .store-buttons a img {
        height: 40px;
    }

    .app-images img {
        max-width: 150px;
    }
}

@media (max-width: 576px) {
    .app-section {
        padding: 20px;
        margin: 30px 10px;
    }

    .app-content h2 {
        font-size: 1.5em;
    }

    .app-content p {
        font-size: 0.75em;
    }

    .store-buttons a img {
        height: 35px;
    }

    .app-images img {
        max-width: 120px;
    }
}

/* ***************************************************************** */
body,
html {
    background-color: #ffffff;
}