/* Small devices (larger phones, 320px and up) */
@media (min-width: 320px) {
    .container {
        max-width: 320px;
    }

    .mobile-navbar p {
        font-size: 0.85rem;
    }

    .mobile-navbar img {
        width: 80px;
        height: auto;
    }

    #ribbon p {
        font-size: 0.6rem;
    }

    .main-title h1 {
        font-size: 1.2rem;
        letter-spacing: 0.02rem;
    }

    .form-title h2 {
        font-size: 0.7rem;
    }

    .form-option p {
        font-size: 0.7rem;
    }
    
   .title h2 {
    font-size: 0.95rem;
    line-height: 1.4rem;
   }

   .steps-grid {
    gap: 30px;
   }

   .step-image {
    width: 122px;
   }

   .steps-wrapper {
    max-width: 200px;
   }

  .step-card {
    padding: 9px 15px;
  }

   .step-card p {
    font-size: 0.85rem;
    
   }

   .number {
    font-size: 5.5rem;

    top: 90px;
   }

   .about-content {
    gap: 15px;
   }

   .card-header h3 {
    font-size: 0.8rem;
   }

   .toggle-icon {
    font-size: 1.5rem;
   }

   .card-content h4 {
    font-size: 0.85rem;
   }
   
   .about-content .other-description, .about-content .description p, #choose .other-description, #choose .description p {
        font-size: 0.7rem;
        line-height: 1.2rem;
    }

    .cta-btn {
        font-size: 0.7rem;
    }

    .feature-title h3 {
        font-size: 0.8rem;
    }

    .feature-img {
        width: 32px;
        height: 32px;
    }
  
    /* FAQ */

    .faq-header h3 {
        max-width: 220px;
    }

    footer .content .footer-links a,footer .content .copyright p {
        font-size: 0.6rem;
        
    }

    .legal-description h3 {
        font-size: 1.2rem;
    }

    .legal-description p,
    .legal-content .terms-section p,
    .legal-description ul li,
    .legal-description td {
        font-size: 0.85rem;
    }

    .legal-description th {
        font-size: 0.95rem;
    }

    /* Marketing Partners Modal */

    .modal-content {
        margin: 15rem auto;
    }

    .modal-text {
        margin: 4rem 0 2rem 0;
    }

    .modal-content h2 {
        font-size: 1.2rem;
    }

    .modal-content p {
        font-size: 1rem;
    }

    .logo-container img {
        width: 100px;
    }

    .thankyou-content img {
        width: 140px;
    }
    
}



/* Medium phones (375px and up) */
@media (min-width: 375px) {
    .container {
        max-width: 355px;
    }

    .mobile-navbar img {
        width: 85px;
        height: auto;
    }

    #ribbon p {
        font-size: 0.7rem;
    }

    .main-title h1 {
        font-size: 1.3rem;
        max-width: 300px;
        
    }
    .form {
        margin-bottom: 20px;
    }


    .form-title h2 {
        font-size: 0.83rem;
        padding: 14px 10px;
        
    }

    .form-option p {
        font-size: 0.83rem;
       
        
    }

    .title h2 {
        font-size: 1rem;
        max-width: 300px;
        
    }

    .feature-grid {
        gap: 20px;
    }

    .feature-title h3 {
        font-size: 0.9rem;
    }

    .feature-img {
        width: 35px;
        height: 35px;
    }
    
    /* faq  */

    .faq-header h3 {
        font-size: 0.8rem;
        max-width: 270px;
    }

    .legal-description h3 {
        font-size: 1.2rem;
    }

    .legal-description p,
    .legal-description ul li,
    .legal-content .terms-section p,
    .legal-description td {
        font-size: 0.85rem;
    }

    .legal-description th {
        font-size: 0.95rem;
    }
    
}


    

/* Large phones (425px and up) */
@media (min-width: 425px) {
    .container {
        max-width: 405px;
    }

    .mobile-navbar p {
        font-size: 1rem;
    }

    .mobile-navbar img {
        width: 95px;
    }

    #ribbon p {
        font-size: 0.75rem;
    }

    .main-title h1 {
        font-size: 1.5rem;
        max-width: 350px;
        
    }

    .form {
        max-width: 370px;
        margin-bottom: 21px;
    }

    .step-title {
        font-size: 1.7rem;
        max-width: 310px;
        
    }

    .form-buttons button, input[type="number"], input[type="text"], input[type="email"] , input[type="tel"] , .disclaimer p {
        font-size: 0.8rem;
        padding: 14px;
    }

    .form-buttons button {
        padding: 15px 10px;
    }

    .form-title h2 {
        font-size: 0.83rem;
        padding: 14px 10px;
    }

    .form-option p {
        font-size: 0.83rem;
       
        
    }
    .title h2 {
        font-size: 1.2rem;
        max-width: 350px;
        line-height: 1.6rem;
    }
    .steps-grid {
        gap: 40px;
    }
    .steps-wrapper {
        max-width: 230px;
    }

    .step-image {
        width: 130px;
    }

    .step-card p {
        font-size: 0.9rem;
    }
    .number {
        font-size: 6.1rem;
        top: 95px;
    }

    .ribbon-text h3 {
        font-size: 0.9rem;
    }

    .about-content {
        gap: 18px;
    }

    #about .feature-icon i {
        font-size: 1.1rem;
    }

    #about .feature-icon {
        width: 18px;
        height: 18px; 
        
    }

    .about-content .other-description, .about-content .description p, #choose .other-description, #choose .description p {
        font-size: 0.8rem;
        line-height: 1.2rem;
    }

    .card-header h3 {
        font-size: 1rem;
    }

    .toggle-icon {
        font-size: 1.7rem;
    }

    #choose .card-content {
        gap: 15px;
    }

    .card-content h4 {
        font-size: 1.05rem;
    }
   

    .cta-btn {
        font-size: 0.85rem;
    }

    
    .feature-grid {
        gap: 25px;
    }

    .feature-title h3 {
        font-size: 1rem;
    }

    .feature-img {
        width: 40px;
        height: 40px;
    }

    .feature-item {
        gap: 12px;
    }
    /* faq  */

    .faq-header h3 {
        font-size: 0.9rem;
        max-width: 300px;
    }

    .faq-description p {
        font-size: 0.73rem;
    }

    footer .content .footer-logo {
        width: 80px;
        height: auto;
    }

    footer .content .footer-links a,footer .content .copyright p {
        font-size: 0.7rem;
        
    }

    .footer-text {
        font-size: 0.6rem;
    }

    .thankyou-content img {
        width: 180px;
    }
      

}




/* Tablets (768px and up) */
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
    
    body {
        font-size: 17px;
    }

    #mobile-navbar {
        display: none;
    }

    #desktop-navbar {
        display: initial;
    }

    .desktop-navbar {
        padding: 20px;
    }

    #ribbon {
        padding: 1rem;
    }

    #ribbon p {
        font-size: 1rem;
    }
    
    #hero {
        padding: 35px;
    }

    .hero-container {
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 18px;
    }

    .hero-title-container {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
      
    }

    #hero .content .left {
        width: 50%;
    }

    #hero .content .right {
        width: 50%;
    }

    #hero .line, #hero .sub-title {
        display: initial;
    }

    .main-title h1 {
        font-size: 1.6rem;
    }
    

    .sub-title p {
        max-width: 300px;
        
    }

    #hero .line, #hero .sub-title, .main-title h1 {
        text-align: left;
    }

    .form {
        max-width: 500px;
        
    }

    .step {
        margin-bottom: 40px;
    }

    .step-title {
        font-size: 1.8rem;
        max-width: 100%;
    }

    .form-buttons button, input[type="number"], input[type="text"], input[type="email"] , input[type="tel"] , .disclaimer p {
        font-size: 0.9rem;
    }

    .form-title h2 {
        font-size: 0.83rem;
        
    }

    .form-option p {
        font-size: 0.83rem;
        
        
    }
    .title h2 {
        font-size: 1.3rem;
        max-width: 100%;
    }

    .steps-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 80px;
    }

    #three-steps {
        padding: 2.5rem 2rem;
    }

    #three-steps .content {
        gap: 40px;
    }

    .step-image {
        width: 135px;
    }

    .step-card p {
        font-size: 0.95rem;
    }

    .ribbon-text h3 {
        font-size: 1rem;
    }

    #about,#faq {
        padding:2.5rem 2rem;
    }

    #about .content {
        gap: 40px;
    }

    .about-content {
        gap: 18px;
    }

    .about-container, .tab-info {
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 20px;
    }

    .about-container .right{
        width: 50%;
    }

    .about-container .right .about-img{
        width: 380px;
        height: 380px;
        
    }

    .cta-btn-container {
        max-width: 250px;
        margin-top: 0.5rem;
    }

    #mobile-view{
        display: none;
        
    }

    #choose {
        padding:2.5rem 2rem;
    }

    #mobile-view .card-content .choose-img {
        border: none;
    }

    #desktop-view {
        display: initial;
    }

    .tab-info .left  {

        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 12px;
    
    }

    .tab-image {
        width: 400px;
        height: 290px;
        border-radius: 8px;
        overflow: hidden;
        background-color: var(--white-color);
    }

    .tab-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    #desktop-view .left {
        width: 50%;
    }

    #desktop-view .right {
        width: 50%;
    }

    #choose .content {
        gap: 25px;
    }

    .feature-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 40px;
        justify-content: space-between;
        align-items: center;
        justify-items: center;
    }

    .feature-title h3 {
        font-size: 0.9rem;
    }

    .feature-img {
        width: 35px;
        height: 35px;
    }
    /* faq  */

    .faq-header h3 {
        font-size: 1rem;
        max-width: 400px;
    }

    .faq-description p {
        font-size: 0.8rem;
    }

    #faq .content {
        gap: 12px;
    }

    footer .content {
        gap: 15px;
    }

    footer .content .footer-logo {
        width: 90px;
    }

    footer .content .footer-links a,footer .content .copyright p {
        font-size: 0.75rem;
        
    }

    .legal-description h3 {
        font-size: 1.4rem;
        margin: 40px 0 25px;
    }

    .legal-description p,
    .legal-description ul li,
    .legal-description td {
        font-size: 0.9rem;
    }

    .legal-description th {
        font-size: 1rem;
        padding: 18px;
    }

    .legal-description td {
        padding: 15px 18px;
    }

    .legal-title h1 {
        font-size: 2rem;
    }

    .legal-description h2 {
        font-size: 1.6rem;
    }

    .legal-description h3 {
        font-size: 1.5rem;
    }

    .legal-description p,
    .legal-content .terms-section p,
    .legal-description ul li,
    .legal-description td {
        font-size: 1rem;
    }

    .legal-description th {
        font-size: 1.1rem;
    }

    /* Thank You */

    .thankyou-content img {
        width: 200px;
    }

    .thankyou-content h4 {
        font-size: 1.2rem;
    }

    .thankyou-content h3 {
        font-size: 3.5rem;
    }

    .thankyou-content p {
        font-size: 0.8rem;
        max-width: 740px;
    }

    .thankyou-contact-container h4 {
        font-size: 1.2rem;
        margin-bottom: 0.5rem;
    }

    .thankyou-contact-container p {
        font-size: 1rem;
        font-weight: 600;
    }

    .form-row {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    
}

/* Small laptops (1024px and up) */
@media (min-width: 1024px) {
    .container {
        max-width: 960px;
    }

    body {
        font-size: 18px;
    }

  
    .desktop-navbar {
        padding: 17px 20px;
    }

    .desktop-navbar img {
        width: 110px;
    }

    #ribbon {
        padding: 1rem;
    }

    #ribbon p {
        font-size: 1rem;
    }

    #hero {
        padding: 2rem;
    }

    .form-container {
        max-width: 410px;
        gap: 17px;
    }
    .hero-title-container {
        gap: 20px;
    }

    .main-title h1 {
        font-size: 1.7rem;
        max-width: 450px;
    }

    .hero-container {
        gap: 10px;
    }

    .sub-title p {
        font-size: 0.8rem;
        max-width: 410px;
        line-height: 1.5;
    }

    #hero .line {
        max-width: 460px;
        
    }

    .form {
        max-width: 650px;
    }

    .step {
        margin-bottom: 50px;
    }

    .form-buttons button, input[type="number"], input[type="text"], input[type="email"] , input[type="tel"] , .disclaimer p {
        font-size: 1rem;
    }

    .form-title h2 {
        font-size: 1rem;
        padding: 16px 10px;
    }

    .form-option p {
        font-size: 0.95rem;
    }

    .title h2 {
        font-size: 1.45rem;
        
    }

    #three-steps, #about {
        padding: 2rem;
    }

    .steps-grid {
        gap: 85px;
    }

    #three-steps .content {
        gap: 40px;
    }

    .step-image {
        width: 145px;
    }

    .step-card {
        padding: 9px 16px;
    }

    .step-card p {
        font-size: 1rem;
        
    }

    .number {
        font-size: 6.4rem;
        top: 100px;
      
    }

    #about , #choose, #faq {
        padding: 2rem 2.5rem;
    }

    .about-content {
        gap: 24px;
    }

    .about-content .other-description, .about-content .description p, #choose .other-description, #choose .description p {
        font-size: 0.85rem;
        line-height: 1.3rem;
    }

    #about .feature-icon i, #choose .feature-icon i {
        font-size: 1.2rem;
    }

    #about .feature-icon, #choose .feature-icon {
        width: 20px;
        height: 20px;
    }

    .cta-btn {
        font-size: 0.9rem;
    }

    .about-container .right .about-img {
        width: 440px;
        height: 360px;
    }


    .tab-info .choose-card-heading h3 {
        font-size: 1.2rem;
    }


    .tab-image {
        width: 450px;
        height: 290px;
        
    }
    .tabs-nav {
        max-width: 480px;
        font-size: 0.9rem;
    }

    .feature-grid {

        gap: 90px;
        
    }

    .feature-title h3 {
        font-size: 1.05rem;
    }

    .feature-img {
        width: 40px;
        height: 40px;
    }

    /* faq  */

    .faq-container {
        gap: 18px;
        max-width: 580px;
    }

    .faq-header h3 {
        font-size: 1.1rem;
        max-width: 500px;
    }

    .faq-description p {
        font-size: 0.85rem;
    }

    footer .content .footer-links a,footer .content .copyright p {
        font-size: 0.8rem;
        
    }

    .legal-title h1 {
        font-size: 2rem;
    }

    .legal-description h2 {
        font-size: 1.6rem;
    }

    .legal-description h3 {
        font-size: 1.5rem;
    }

    .legal-description p,
    .legal-content .terms-section p,
    .legal-description ul li,
    .legal-description td {
        font-size: 1rem;
    }

    .legal-description th {
        font-size: 1.1rem;
    }

    /* Marketing Partners Modal */

    .modal-content h2 {
        font-size: 1.2rem;
    }

    .modal-content p {
        font-size: 1rem;
    }
    
}

/* Desktops (1440px and up) */
@media (min-width: 1440px) {
    .container {
        max-width: 1140px;
    }

    body {
        font-size: 19px;
    }
    .desktop-navbar .cta-button p {
        font-size: 1.25rem;
    }

    .desktop-navbar img {
        width: 120px;
    }

    #ribbon p {
        font-size: 1.15rem;
    }

    #hero {
        padding: 4rem;
    }

    .form-container {
        max-width: 450px;
        gap: 30px;
    }

    .hero-title-container {
        gap: 21px;
    }

    .main-title h1 {
        font-size: 2rem;
        max-width: 500px;
    }

    #hero .line {
        max-width: 498px;
        height: 0.9px;
    }

    .sub-title p {
        font-size: 1rem;
        max-width: 490px;
        line-height: 1.6;
    }

    .step {
        margin-bottom: 60px;
    }


    .form-title h2 {
        font-size: 1.1rem;
        padding: 17px 10px;
    }

    .form-option p {
        font-size: 1.05rem;
    } 
    
    .title h2 {
        font-size: 1.65rem;
        
    }

    #three-steps , #about , #choose, #faq {
        padding: 4rem;
    }

    .steps-grid {
        gap: 120px;
    }

    #three-steps .content {
        gap: 40px;
    }

    .step-image {
        width: 150px;
    }

    .step-card {
        padding: 9px 17px;
    }

    .step-card p {
        font-size: 1.1rem;
        
    }

    .ribbon-text h3 {
        font-size: 1.2rem;
    }

    .cicle {
        width: 9px;
        height: 9px;
    }

    #about .content {
        gap: 40px;
    }

    .about-content .other-description, .about-content .description p, #choose .other-description, #choose .description p {
        font-size: 1rem;
        line-height: 1.6rem;
    }

    #about .feature-icon i, #choose .feature-icon i {
        font-size: 1.2rem;
    }

    #about .feature-icon, #choose .feature-icon {
        width: 20px;
        height: 20px;
    }

    .cta-btn-container {
        max-width: 290px;
        margin-top: 0.8rem;
    }
    .cta-btn {
        font-size: 1.1rem;
    }

    .about-container .right .about-img {
        width: 550px;
        height: 430px;
    }

    
    .about-content {
        gap: 25px;
    }


    #about .line {
        height: 1.5px;
    }

    .tabs-nav {
        max-width: 540px;
        font-size: 1.1rem;
        gap: 12px;
        padding: 7px;
    }

    .tab-info .choose-card-heading h3 {
        font-size: 1.3rem;
    }


    .tab-image {
        width: 540px;
        height: 335px;
        
    }
    

    .feature-grid {

        gap: 110px;
        
    }

    .feature-title h3 {
        font-size: 1.2rem;
    }

    .feature-img {
        width: 50px;
        height: 50px;
    }

    /* faq  */

    .faq-container {
        max-width: 700px;
    }

    .faq-header h3 {
        font-size: 1.2rem;
        max-width: 500px;
    }

    .faq-description p {
        font-size: 0.95rem;
    }

    #faq .content {
        gap: 15px;
    }

    footer .content {
        gap: 18px;
    }



    footer .content .footer-logo {
        width: 100px;
    }

    footer .content .footer-links a,footer .content .copyright p {
        font-size: 0.9rem;
        
    }

    .legal-title h1 {
        font-size: 2.4rem;
    }

    .legal-description h2 {
        font-size: 1.8rem;
    }

    .legal-description h3 {
        font-size: 1.6rem;
    }

    .legal-description p,
    .legal-content .terms-section p,
    .legal-description ul li,
    .legal-description td {
        font-size: 1.1rem;
        line-height: 1.9;
    }

    .legal-description th {
        font-size: 1.2rem;
        padding: 20px;
    }

    .legal-description td {
        padding: 18px 20px;
    }

    /* Thank You */

    .thankyou-content h3 {
        font-size: 3.5rem;
    }

    .thankyou-content img {
        width: 240px;
    }

    .thankyou-content h4 {
        font-size: 1.2rem;
    }

    .thankyou-content p {
        font-size: 1rem;
        max-width: 720px;
    }

    .thankyou-contact-container h4 {
        font-size: 1.2rem;
        margin-bottom: 0.5rem;
    }

    .thankyou-contact-container p {
        font-size: 1rem;
        font-weight: 600;
    }

    /* Ad Section */

    .ad-images {
        width: 1100px;
    }

    .ad-images img {
        margin-bottom: 1rem;
    }

    .ad-content p {
        font-size: 1rem;
        font-weight: 400;
        color: #666;
        margin: 0;
        text-align: center;
    }
   
}

/* Large desktops (1920px and up) */

@media (min-width: 1920px) {
    .container {
        max-width: 1320px;
    }
    
    body {
        font-size: 20px;
    } 

    .desktop-navbar .cta-button p {
        font-size: 1.3rem;
    }
}

/* Large desktops (2560px and up) */
@media (min-width: 2560px) {
    .container {
        max-width: 1500px;
    }

    
    body {
        font-size: 22px;
    } 

    .desktop-navbar .cta-button p {
        font-size: 1.35rem;
    }
}



