@media (max-width: 1024px) {
    .hero_title {
        font-size: 35px;
    }

    .divider {
        width: 300px;
    }

    .why_consign_section {
        padding: 100px;
    }

    .industries_we_serve_section {
        padding: 100px 50px;
    }

    .industries_we_serve_row {
        grid-template-columns: repeat(3, 1fr);
    }

    .why_consign_card_title {
        font-size: 20px;
    }

    .owl-nav {
        display: none;
    }

    .products_desktop_only {
        display: flex;
    }
    
    .products_mobile_only {
        display: none;
    }
}

@media (max-width: 768px) {
    .hero_title {
        font-size: 35px;
    }

    .hero_description {
        font-size: 15px;
    }

    .products_section_title, .testimonials_title, .industries_we_serve_title, .piller_of_growth_title {
        font-size: 30px;
        padding: 15px 0px;
    }

    .products_section_subtitle, .testimonials_subtitle, .industries_we_serve_subtitle, .piller_of_growth_subtitle {
        font-size: 14px;
    }

    .divider {
        width: 200px;
    }

    .why_consign_second_column {
        margin-top: 50px;
    }

    .piller_of_growth_second_row {
        grid-template-columns: repeat(1, 1fr);
    }

    .products_desktop_only {
        display: none;
    }
    
    /* Show mobile card layout */
    .products_mobile_only {
        display: flex;
    }
    
    .products_section {
        padding: 100px 50px;
    }
    
    .products_cards_wrapper {
        max-width: 100%;
    }
    
    .products_card {
        max-width: 600px;
        margin: 0 auto;
        width: 100%;
    }

    .testimonials_desktop_only {
        display: none !important;
    }
    
    /* Show mobile owl carousel */
    .testimonials_mobile_only {
        display: block !important;
    }
    
    .testimonials_section {
        padding: 100px 0;
    }
    
    .testimonials_header {
        margin-bottom: 50px;
    }

    .testimonial_card {
        padding: 25px;
        gap: 18px;
    }

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

    .footer-cta-text {
        font-size: 16px;
        line-height: 40px;
    }

    .products_section {
        padding: 80px 30px;
    }
    
    .products_section_title {
        font-size: 30px;
        line-height: 1.3;
        padding: 15px 0;
    }
    
    .products_section_subtitle {
        font-size: 14px;
        line-height: 1.6;
    }
    
    .products_header {
        margin-bottom: 30px;
    }
    
    .products_cards_wrapper {
        gap: 30px;
    }
    
    .products_card_content {
        padding: 20px;
    }
    
    .products_card_header {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
    
    .products_title {
        font-size: 18px;
    }
    
    .products_subtitle {
        font-size: 14px;
    }
    
    .products_description {
        font-size: 14px;
        line-height: 1.7;
        margin: 12px 0;
    }
    
    .products_title_badge_row {
        gap: 10px;
    }
    
    .products_title_badge {
        height: auto;
        padding: 4px 10px;
    }
    
    .products_title_badge_text {
        font-size: 12px;
        line-height: 1.5;
    }
    
    .products_highlights_title {
        font-size: 16px;
        margin-top: 24px;
    }
    
    .products_highlights_description {
        font-size: 14px;
    }
    
    .products_highlights_row {
        margin-bottom: 12px;
    }
    
    .products_link {
        font-size: 16px;
    }
    
    .products_card_link_wrapper {
        margin-top: 20px;
        padding-top: 16px;
    }

    .testimonials_section {
        padding: 80px 0;
    }
    
    .testimonials_title {
        font-size: 30px;
        line-height: 1.3;
        padding: 15px 0;
    }
    
    .testimonials_subtitle {
        font-size: 14px;
        line-height: 1.6;
    }
    
    .testimonials_header {
        margin-bottom: 40px;
    }
    
    .testimonials_owl_wrapper {
        padding: 0 15px;
    }
    
    .testimonial_card_mobile {
        padding: 20px;
        border-radius: 20px;
    }
    
    .testimonial_card_mobile .reviewer_avatar {
        width: 44px;
        height: 44px;
    }
    
    .testimonial_card_mobile .reviewer_name {
        font-size: 16px;
    }
    
    .testimonial_card_mobile .star {
        width: 16px;
        height: 16px;
    }
    
    .testimonials_owl_prev,
    .testimonials_owl_next {
        width: 40px;
        height: 40px;
    }
    
    .testimonials_owl_prev svg,
    .testimonials_owl_next svg {
        width: 20px;
        height: 20px;
    }
}

@media (max-width: 480px) {
    .hero_section {
        padding: 150px 0px 0px 0px;
    }

    .hero_button_container {
        flex-direction: column;
        width: 100%;
    }

    .hero_bottom_section_text {
        font-size: 14px;
    }

    .hero_service_section {
        padding: 20px;
    }

    .why_consign_section, .piller_of_growth_section, .testimonials_section {
        padding: 30px;
    }

    .why_consign_card_title {
        font-size: 14px;
    }

    .products_section_title, .testimonials_title, .industries_we_serve_title, .piller_of_growth_title {
        font-size: 25px;
    }

    .products_section_subtitle, .testimonials_subtitle, .industries_we_serve_subtitle, .piller_of_growth_subtitle {
        font-size: 14px;
    }

    .piller_of_growth_card {
        gap: 18px;
        padding: 25px;
    }

    .piller_of_growth_card_title {
        font-size: 17px;
    }

    .piller_of_growth_card_sub_title {
        font-size: 15px;
    }

    .piller_of_growth_card_link {
        font-size: 16px;
    }

    .divider {
        width: 100px;
    }

    .hero_title {
        font-size: 25px;
        line-height: 40px;
    }

    .hero_description {
        font-size: 13px;
    }

    .products_section {
        padding: 60px 20px;
    }
    
    .products_section_title {
        font-size: 26px;
    }
    
    .products_badge {
        font-size: 12px;
        padding: 4px 12px;
    }
    
    .products_cards_wrapper {
        gap: 24px;
    }
    
    .products_card {
        border-radius: 12px;
    }
    
    .products_card_content {
        padding: 16px;
    }
    
    .products_card_logo {
        width: 40px;
        height: 40px;
    }
    
    .products_title {
        font-size: 16px;
    }
    
    .products_description {
        font-size: 13px;
    }
    
    .products_highlights_row svg {
        width: 14px;
        height: 14px;
        flex-shrink: 0;
    }
    
    .products_highlights_description {
        font-size: 13px;
    }

    .testimonials_section {
        padding: 60px 0;
    }
    
    .testimonials_title {
        font-size: 26px;
    }
    
    .testimonials_badge {
        font-size: 12px;
        padding: 4px 12px;
    }
    
    .testimonials_owl_wrapper {
        padding: 0 10px;
    }
    
    .testimonial_card_mobile {
        padding: 16px;
        gap: 16px;
        min-height: auto;
    }
    
    .testimonial_card_mobile .card_header {
        gap: 12px;
        padding-bottom: 12px;
        margin-bottom: 12px;
    }
    
    .testimonial_card_mobile .reviewer_avatar {
        width: 40px;
        height: 40px;
    }
    
    .testimonial_card_mobile .reviewer_name {
        font-size: 15px;
    }
    
    .testimonial_card_mobile .review_text {
        font-size: 13px;
    }
    
    .testimonials_owl_nav {
        gap: 15px;
        margin-top: 24px;
    }
    
    .testimonials_owl_prev,
    .testimonials_owl_next {
        width: 36px;
        height: 36px;
    }
    
    .testimonials_owl_dots .owl-dot {
        width: 8px;
        height: 8px;
    }
    
    .testimonials_owl_dots .owl-dot.active {
        width: 24px;
    }

    .industries_we_serve_row {
        grid-template-columns: repeat(1, 1fr);
    }
}