/* Small devices (larger phones, 320px and up) */
@media (min-width: 320px) {
    .container {
        max-width: 320px;
    } 

    .mobile-navbar p {
        font-size: 0.7rem;
    }
    
    #offer-ribbon p {
        font-size: 0.75rem;
       
    }

    .hero-content .left h1 {
        font-size: 1.5rem;
    }

    #form h3 {
        font-size: 0.8rem;
        padding: 12px 12px;
    }

    input, select, input::placeholder, option {
        font-size: 0.75rem;
    }

    .disclaimer p {
        font-size: 0.6rem;
    }

    .submit-btn {
        font-size: 0.7rem;
    }

    .ribbon-title h2 {
        font-size: 0.8rem;
    }

    .title h2 {
        font-size: 1.1rem;
        max-width: 240px;
    }

    .choose-icon {
        width: 50px;
        height: 50px;
    }

    .title-heading p, .other-title-heading p{
        font-size: 0.6rem;
    }

    #partner .content {
        gap: 32px;
    }

    .partner-title h2 {
        font-size: 0.75rem;
    }

    .partners-grid {
        gap: 38px;
    }

    .partner-item {
        width: 120px;
        height: 50px;
    }

    .choose-info h3 {
        font-size: 0.85rem;
        max-width: 200px;
    }

    .choose-info p {
        font-size: 0.75rem;
    }

    
    .other-title h2 {
        font-size: 1.1rem;
    }

    .other-title-description p, .title-description p{
        font-size: 0.75rem;
    }

    .feature-info h3 {
        font-size: 0.8rem;
    }

    .feature-icon i {
        font-size: 1.15rem;
    }
    

    .about-container {
        gap: 18px;
    }
    .sub-btn button {
        font-size: 0.75rem;
    }

    .work-head .number {
        font-size: 1.1rem;
    }

    .work-title h3 {
        font-size: 0.85rem;
    }   

    .work-content p {
        font-size: 0.7rem;
    }   


    .card-header h3 {
        font-size: 0.9rem;
    }

    .toggle-icon {
        font-size: 1.8rem;
    }

    
    .faq-header h3 {
        max-width: 200px;  
    }
    
    footer .content .footer-links a,footer .content .copyright p {
        font-size: 0.6rem;
        
    }

    /* 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;
    }
    
}

/* Medium phones (375px and up) */
@media (min-width: 375px) {
    .container {
        max-width: 375px;
    }

    .mobile-navbar img {
        width: 160px;
        height: auto;
    }

    .mobile-navbar p {
        font-size: 0.75rem;
    }

    #offer-ribbon p {
        font-size: 0.8rem;
       
    }

    .hero-content .left h1 {
        font-size: 1.55rem;
       
    }

    #form h3 {
        font-size: 0.8rem;
        padding: 12px 12px;
        
    }

    .submit-btn {
        font-size: 0.75rem;
    }


    .hero-right-img {
        width: 300px;
        height: auto;
        
    }

    .title h2 {
        font-size: 1.1rem;
        max-width: 300px;
    }

    .other-title h2 {
        font-size: 1.1rem;
        
    }

    .about-content p {
        max-width: 300px;
    }

    .faq-header h3 {
        font-size: 0.9rem;
    }

    .faq-description p {
        font-size: 0.8rem;
    }
}

/* Large phones (425px and up) */
@media (min-width: 425px)  {
    .container {
        max-width: 425px;
    }

    .mobile-navbar p {
        font-size: 0.85rem;
    }

    .mobile-navbar img {
        width: 180px;
    }

    #offer-ribbon p {
        font-size: 0.9rem;
       
       
    }


    .hero-content .left h1 {
        font-size: 1.6rem;
        line-height: 1.6;
        max-width: 320px;
    }

    #form {
        max-width: 320px;
    }

    #form h3 {
        font-size: 0.85rem;
        padding: 12px 12px;
    }

    .disclaimer p {
        font-size: 0.65rem;
        line-height: 1.6;
    }

    input, select, input::placeholder, option {
        font-size: 0.75rem;
    }

    .submit-btn {
        font-size: 0.8rem;
    }

   .ribbon-title h2 {
    font-size: 0.95rem;
    max-width: 300px;
   }

    .title-heading p, .other-title-heading p{
        font-size: 0.65rem;
    }

    .title h2 {
        font-size: 1.3rem;
    }

    .other-title h2 {
        font-size: 1.3rem;
        max-width: 250px;
    }

    #partner .content {
        gap: 35px;
    }

    .partner-title h2 {
        font-size: 0.85rem;
    }

    .partners-grid {
        gap: 44px;
    }

    .partner-item {
        width: 135px;
        height: 50px;
    }

   
    .choose-item {
        padding: 1.5rem;
    }

    .choose-icon {
        width: 60px;
        height: 60px;
    }   

    .choose-info h3 {
        font-size: 1rem;
        max-width: 250px;
    }
    
    .choose-info p {
        font-size: 0.9rem;
        max-width: 250px;
    }

    .other-title-description p, .title-description p {
        font-size: 0.85rem;
    }

   .feature-info h3 {
    font-size: 0.88rem;
   }

   .feature-icon i {
    font-size: 1.2rem;
   }

   
    .sub-btn button {
        font-size: 0.85rem;
    }

    .work-item-1 , .work-item-2 , .work-item-3 , .work-item-4 {
        height: 200px;
        padding: 20px;
        padding-top: 30px;

    }

    .work-container {
        gap: 9px;
    }

    .work-head .number {
        font-size: 1.3rem;
    }

    .work-title h3 {    
        font-size: 1rem;
    }

    .work-content p {
        font-size: 0.85rem;
    }

    .card-header h3 {
        font-size: 1rem;
    }

    .toggle-icon {
        font-size: 1.9rem;
    }

    .review-header h3 {
        font-size: 1.15rem;
    }

    .review-text {
        font-size: 0.93rem;
    }

    .reviewer .name {
        font-size: 0.98rem;
    }

    .review-header img {
        width: 120px;
        height: auto;
       
    }

    .review-card {
        gap: 18px;
    }

    .review-header {
        gap: 16px;
    }
 

    /* FAQ */

    .faq-header h3 {
        max-width: 300px;
    }

    footer .content .footer-logo {
        width: 180px;
        height: auto;
    }

    footer .content .footer-links a,footer .content .copyright p {
        font-size: 0.7rem;
        
    }
    
}

/* Tablets (768px and up) */
@media (min-width: 768px) {
    .container {
        max-width: 768px;
    }
    
    body {
        font-size: 17px;
    }

    #mobile-navbar {
        display: none;
    }

    #desktop-navbar {
        display: initial;
    }

    .desktop-navbar {
        padding: 20px;
     
    }

    #offer-ribbon {
        display: none;
    }

    .hero-content .left {
        width: 50%;
        gap: 20px;
    }


    .hero-content .right {
        width: 50%;
    }

    .hero-content {
        gap: 25px;
    }

     .hero-content {
        flex-direction: row;
        justify-content: space-between;
    }



    .hero-content .left {
        width: 50%;
        gap: 25px;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .hero-left-img {
        width: 350px;
        height: auto;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        margin-top: 10px;
    }

    .sub-title, .hero-content .line{
        display: initial;
    }

    .sub-title {
        font-size: 0.9rem;
        color: var(--white-color);
    }

    .hero-content .right {
        width: 50%;
    }
   
   

    #hero .left .hero-offer-container {
        display: initial;
    }


    .sub-title {
        font-size: 0.9rem;
        color: var(--white-color);
    }

    .hero-content .left h1 {
        font-size: 1.6rem;
        line-height: 1.5;
        font-weight: 600;
        max-width: 300px;
        text-align: left;
          
        
    }
    #hero {
        padding: 28px;
    }

    input {
        margin-bottom: 10px;
    }

    #form {
        max-width: 350px !important;

    }

    #form {
        gap: 12px;
    }  

    #form h3 {
        text-align: left;
        padding: 12px 13px;
        line-height: 1.5;
    }

    .form-row {
        flex-direction: row;
        gap: 10px;
    }

    .hero-content .left {
        gap: 18px;
    }

    .partners-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 60px;
    }

    #partner {
        padding: 30px;
        padding-bottom: 33px;
    }

    #partner .content {
        gap: 35px;
    }

    .partner-title h2 {
        font-size: 0.9rem;
    }

    .partners-grid {
        gap: 70px;
    }

    .partner-item {
        width: 135px;
        height: 50px;
    }

    .ribbon-title h2 {
        font-size: 1rem;
        max-width: 100%;
    }

    .choose-item {
        border-top: none;
        border-bottom: none;
    }

    .choose-item:nth-child(1), .choose-item:nth-child(2), .choose-item:nth-child(3) {
        border-bottom: 1px solid rgba(153, 153, 153, 1);
    }

     .choose-item:nth-child(4), .choose-item:nth-child(5), .choose-item:nth-child(6) {
        border-top: 1px solid rgba(153, 153, 153, 1);
    }

    .choose-item:nth-child(1), .choose-item:nth-child(2), .choose-item:nth-child(4) ,.choose-item:nth-child(5) {
        border-right: 1px solid rgba(153, 153, 153, 1);
    } 

    .choose-item:nth-child(2), .choose-item:nth-child(3), .choose-item:nth-child(5) ,.choose-item:nth-child(6) {
        border-left: 1px solid rgba(153, 153, 153, 1);
    } 

    .choose-info h3 {
        max-width: 400px;
    }

    .choose-item {
        padding: 1.2rem;
    }
   
    .choose-grid {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }

    .title h2 {
        font-size: 1.6rem;
        max-width: 470px;
    }

    .other-title h2 {
        font-size: 1.6rem;
        max-width: 350px;
    }

    .right {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 15px;
    }

    #about .content {
        gap: 20px;
    }


    .about-container {
        flex-direction: row-reverse;
        gap: 22px;
    }

    .about-container .left {
        width: 50%;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .about-container .right {
        width: 50%;
        align-items: flex-start;
        justify-content: flex-start;
    }
    
    #about .right  .other-title-description {
        display: initial;
    
    }
    
    .sub-btn {
        margin-top: 12px;
    }

    #mobile-view {
        display: none;
    }

    #desktop-view {
        display: initial;
    }

    .work-grid {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        position: relative;
        min-height: 330px;
        overflow: hidden;
    }
    
    .work-item {
        width: 100%;
        height: 330px;
        border-right: 1.5px solid rgba(255, 255, 255, 1);
        padding: 15px;
        padding-top: 50px;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: flex-end;
        gap: 12px;
        cursor: pointer;
        position: relative;
        z-index: 1;
    }

    .work-head {
        gap: 15px;
    }
    
    .work-item:hover {
        background-color: rgba(0, 0, 0, 0.4);
    }

    .work-item:hover .work-head .number {
        color: var(--tertiary-color);
        transition: color 0.3s ease;

    }
    .work-item.active {
        background-color: rgba(0, 0, 0, 0.01);
    }

    .work-head .number {
        font-size: 1.5rem;
        font-weight: 500;
        color: rgba(255, 255, 255, 1);
        line-height: 1.5;
        margin: 0;
        cursor: pointer;
    }

    .work-content p {
        display: none;
    }


    .work-item:hover .work-content p {
        display: initial;
       
        font-weight: 350;
        color: rgba(255, 255, 255, 1);
        line-height: 1.5;
        margin: 0;
        transition: all 0.3s ease;
    }

   .swiper-wrapper {
       display: flex;
       flex-direction: row;
   }

   .reviews-container {
    flex-direction: row;
   }

   .review-card {
       height: 380px;
   }

    /* FAQ */

    .left {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        gap: 10px;
    }

    .other-title-container {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        gap: 22px;
    }

    .other-title h2, .other-title-description p, .other-title-heading p {
        text-align: left;
    }

    .other-title h2 {
        font-size: 1.8rem;
    }

    .other-title-description p, .title-description p {
        font-size: 1rem;
        max-width: 630px;
    }


    .faq-container {
        max-width: 560px;
    }
    .faq-header h3 {
        font-size: 1rem;
        max-width: 450px;
    }

    .faq-description p {
        font-size: 0.9rem;
    }

    #faq .content {
        gap: 12px;
    }

    footer .content {
        gap: 15px;
    }

    footer .content .footer-links {
        flex-direction: row;
    }

    footer .content .footer-links a,footer .content .copyright p {
        font-size: 0.75rem;
        
    }

    

    /* privacy policy */

    #privacy-policy, #terms-of-use {
        padding: 60px 30px;
    }

    #privacy-policy .policy-container {
        padding: 40px;
    }

    .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;
    }

    /* Thank You */

    .thankyou-content img {
        width: 180px;
    }

    .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;
    }

    .image-swiper .swiper-slide {
        height: 250px;
    }
}

/* Small laptops (1024px and up) */
@media (min-width: 1024px) {
    .container {
        max-width: 960px;
    }

    body {
        font-size: 18px;
    }

    .desktop-navbar .cta-button p {
        font-size: 1.1rem;
    }   

    .desktop-navbar .cta-button a {
        font-size: 1.1rem;
    }

    .desktop-navbar img {
        width: 180px;
    }

    #offer-ribbon p {
        font-size: 0.95rem;
       
    }

    #three-steps, #about, #choose,  #info, #faq, #solution, #review, #work {
        padding: 2rem;
    }

    #hero {
        padding: 3rem;
    }

    .hero-content .left {
        width: 50%;
        gap: 20px;
    }

    .hero-content .right {
        width: 50%;
    }


    .sub-title {
        font-size: 0.9rem;
        color: var(--white-color);
    }


    .hero-feature-info .subheading h3 {
        font-size: 0.9rem;
        font-weight: 500;
    }

    .hero-feature-info .description p {
        font-size: 0.75rem;
    }

    #form {
        align-items: flex-start;
        
    }

    #form {
        max-width: 385px !important;
    }

    #form h3 {
        font-size: 1rem;

        
    }

    input {
        margin-bottom: 9px;
        padding: 12px;
    }

    input, select, input::placeholder, option {
        font-size: 0.85rem;
    }

    .submit-btn {
        font-size: 0.9rem;
    }

    .disclaimer p {
        font-size: 0.65rem;
    }

    .hero-offer-container {
        width: 340px;
        border-radius: 20px;
    }

    .hero-offer {
       
        height: 100px;
    }

    .top-offer {
        position: absolute;
        top: 95px;
        right: 12px;
        z-index: 1;
    }
    
    .bottom-offer {
        position: absolute;
        bottom: 95px;
        left: 12px;
        z-index: 1;
    }

    .subheading h3 {
        font-size: 1.2rem;
        max-width: 215px;
    }

    .top-offer, .bottom-offer {
        max-width: 180px;
    }

    .top-offer h3 , .bottom-offer h3 {
        font-size: 0.85rem;
        
    }

    

    .hero-content .left h1 {
        font-size: 2rem;
        max-width: 400px;
        text-align: left;
        line-height: 1.5;
    }

    .sub-title {
        font-size: 1rem;
    }

    #partner {
        padding: 35px;
        padding-bottom: 38px;
    }

    #partner .content {
        gap: 35px;
    }

    .partner-title h2 {
        font-size: 1rem;
    }

    .partners-grid {
        gap: 85px;
    }

    .partner-item {
        width: 140px;
        height: 50px;
    }
  

    .ribbon-title h2 {
        font-size: 1.2rem;
    }

    .choose-icon {
        width: 65px;
        height: 65px;
    }

    .choose-info h3 {
        font-size: 1.1rem;
        max-width: 230px;
    }

    .choose-info p {
        font-size: 0.95rem;
    }

    .choose-grid {
        gap: 25px;
    }
   

    .title h2 {
        font-size: 1.8rem;
       
    }

    .other-title-container {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        gap: 22px;
    }

    .other-title-heading p, .title-heading p{
        font-size: 0.8rem;
    }

    .other-title h2, .other-title-description p {
        text-align: left;
    }

    .other-title h2 {
        font-size: 1.8rem;
    }

    .other-title-description p, .title-description p {
        font-size: 1rem;
        max-width: 630px;
    }

   

   .feature-info h3 {
    font-size: 0.95rem;
    max-width: 450px;
   }

   .feature-icon i {
    font-size: 1.3rem;
   }

   .feature-icon {
    width: 44px;
    height: 44px;
   }

   .sub-btn button {
    font-size: 1rem;
    max-width: 330px;
   }


   .sub-btn {
    margin:  0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    
   }

   .about-container {
    gap: 22px;
   }

   #about .left {
    gap: 30px;
   }

   #about .other-title-container .left {
    gap: 10px;
   }

   #about .content {
    gap: 32px;
   }
 
   .about-features-grid {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 15px;
    }

    .about-flex1 {
        width: 50%;
    }

    .about-flex2 {
        width: 50%;
    }


    .work-item {
        height: 420px;
    }

    .work-head .number {
        font-size: 1.65rem;
    }

    .work-title h3 {
        font-size: 1.1rem;
    }

    .work-content p {
        font-size: 0.9rem;
    }

   .work-head {
    gap: 30px;
   }

    .review-card {
       
        height: 350px;
    }

    .swiper-wrapper {
        gap: 0;
    }
 

    .review-header h3 {
        font-size: 1.3rem;
    }

    .review-text {
        font-size: 1rem;
    }

    .reviewer .name {
        font-size: 1.13rem;
    }

    .review-header img {
        width: 125px;
        height: auto;
       
    }
  

    /* FAQ */

    .faq-container {
        max-width: 660px;
        gap: 18px;
    }
    .faq-header h3 {
        font-size: 1.1rem;
        max-width: 500px;
    }

    .faq-description p {
        font-size: 0.85rem;
    }

    footer .content .footer-links .copyright a, footer .content .footer-links .copyright p {
        font-size: 0.8rem;
        max-width: 100%;
    }

    #privacy-policy {
        padding: 80px 40px;
    }

    #privacy-policy .policy-container {
        padding: 60px;
        max-width: 900px;
        margin: 0 auto;
    }

    .legal-title h1 {
        font-size: 2rem;
    }

    .legal-description h2 {
        font-size: 1.6rem;
    }

    .legal-description h3 {
        font-size: 1.5rem;
    }

    .legal-description p,
    .legal-description ul li,
    .legal-description td {
        font-size: 1rem;
    }

    .legal-description th {
        font-size: 1.1rem;
    }

    .image-swiper .swiper-slide {
        height: 300px;
    }

    /* 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.2rem;
    }

    .desktop-navbar .cta-button a {
        font-size: 1.2rem;
    }

    .desktop-navbar img {
        width: 250px;
    }

    #offer-ribbon p {
        font-size: 1.1rem;
       
    }

     #three-steps, #about, #choose,  #info, #faq, #solution, #review, #work {
        padding: 4rem;
    }

    #hero {
        padding: 4rem;
    }

    .hero-content .left h1 {
        font-size: 2.25rem;
        max-width: 450px;
        
    }

    .sub-title p {
        font-size: 1.2rem;
    }

    .subheading h3 {
        font-size: 1.1rem;
    }

     #form {
         max-width: 420px !important;
    }

    #form h3 {
        font-size: 1.1rem;
        padding: 12px 13px;
    }

    input, select, input::placeholder, option {
        font-size: 1rem;
    }

    .disclaimer p{
        font-size: 0.75rem;
    }

    .submit-btn {
        font-size: 1rem;
    }

    .hero-offer-container {
        width: 400px;
        border-radius: 20px;
    }

    .hero-offer {
       
        height: 120px;
    }

    .top-offer {
        position: absolute;
        top: 110px;
        right: 18px;
        z-index: 1;
    }
    
    .bottom-offer {
        position: absolute;
        bottom: 110px;
        left: 18px;
        z-index: 1;
    }

    .subheading h3 {
        font-size: 1.4rem;
        max-width: 250px;
    }

    .top-offer, .bottom-offer {
        max-width: 200px;
    }

    .top-offer h3 , .bottom-offer h3 {
        font-size: 0.95rem;
        padding: 12px 9px;
        
    }

    #partner {
        padding: 40px;
        padding-bottom: 45px;
    }

    #partner .content {
        gap: 36px;
    }

    .partner-title h2 {
        font-size: 1.2rem;
    }

    .partners-grid {
        gap: 110px;
    }

    .partner-item {
        width: 148px;
        height: 50px;
    }

    .ribbon-title h2 {
        font-size: 1.3rem;
        padding: 22px 15px;
    }

    .choose-icon {
        width: 70px;
        height: 70px;
    }

    .choose-info h3 {
        font-size: 1.2rem;
    }

    .choose-info p {
        font-size: 1.05rem;
    }

   

    .title h2 {
        font-size: 2.1rem;
        max-width: 100%;
    }


    .other-title-container, .about-container{
        
        gap: 30px;
    }

    #about .content {
        
        gap: 30px;
    }

    #about .left {

        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
       

    }

    #about .right {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }
   

    .other-title h2 {
        font-size: 2.1rem;
        max-width: 100%;
    }

    .other-title-heading p, .title-heading p {
       
        font-size: 0.9rem;
    }

    .other-title-description p, .title-description p {
        font-size: 1.15rem;
        max-width: 830px;
    }

    #choose .content {
        gap: 32px;
    } 

   .feature-info h3 {
    font-size: 1.05rem;
   }

   .feature-icon {
    width: 46px;
    height: 46px;
   }

   

   .sub-btn {
    margin:  0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    
   }

   .sub-btn button {
    font-size: 1.2rem;
    padding: 16px 20px;
   }

   .choose-container h4 , .solution-features-container h4 {
    font-size: 1.1rem;
   }

   .choose-img-container {
    width: 550px;
    height: 390px;
    }   

   .choose-service-item .choose-service-info h3 {
    font-size: 1.1rem;
   }

   .choose-service-item .choose-service-icon {
    
    width: 42px;
    height: 42px;

    }
   .choose-service-item .choose-service-icon img {
    width: 42px;
    height: 42px;
   }

   #work .other-title h2 {
    max-width: 380px;
   }

   .work-item {
    height: 460px;
   }

   .work-head .number {
    font-size: 1.9rem;
   }

   .work-title h3 {
    font-size: 1.2rem;
   }

   .work-content p {
    font-size: 1rem;
   }

   .work-head {
    gap: 40px;
   }

   #work .content {
    gap: 30px;
    }

    .review-card {
    width: 100%;
    height: 330px;
    
    }

    .review-header h3 {
        font-size: 1.4rem;
    }

    .review-text {
        font-size: 1.05rem;
    }

    .reviewer .name {
        font-size: 1.2rem;
    }

    .review-header img {
        width: 128px;
        height: auto;
       
    }

   .faq-container {
    max-width: 960px;
    gap: 20px;
   }

   .faq-item.active .faq-content {
    
    padding: 0 19px 19px 19px;
    
    }

    .faq-header {
        padding: 19px;
    }
   

    .faq-header h3 {
        font-size: 1.4rem;
        max-width: 100%;
    }

    .faq-description p {
        font-size: 1.2rem;
    }

    #faq .content {
        gap: 15px;
    }

    .toggle-icon {
        width: 20px;
        height: 20px;
    }

    footer .content .footer-links a,footer .content .copyright p {
        font-size: 0.9rem;
        
    }
   

    #privacy-policy {
        padding: 100px 60px;
    }

    #privacy-policy .policy-container {
        padding: 80px;
        max-width: 1000px;
    }

    .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-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: 220px;
    }

    .thankyou-content h4 {
        font-size: 1.2rem;
    }

    .thankyou-content p {
        font-size: 1rem;
        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;
    }

    /* 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;
    }

    .type-card-img {
        width: 80px;
        height: 80px;
    }

    .work-grid {
        min-height: 420px;
    }

    .image-swiper .swiper-slide {
        height: 350px;
    }

}

/* Large desktops (1920px and up) */
@media (min-width: 1920px) {
    .container {
        max-width: 1320px;
    }
    
    body {
        font-size: 20px;
    } 

    .work-grid {
        min-height: 460px;
    }
}