/* Responsive Adjustments & Media Queries */

@media (max-width: 1200px) {
    body {
        font-size: 16px;
    }
}

@media (max-width: 1024px) {
    .lower-footer-inner {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    
    .lower-footer .extra-link ul {
        justify-content: center;
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .site-footer {
        padding-top: 50px;
    }
    
    .site-footer .widget-area {
        margin-bottom: 20px;
    }
    
    .lower-footer {
        padding: 20px 0;
    }
}

@media (max-width: 600px) {
    .ic-cards-grid {
        display: grid;
        grid-template-columns: 1fr !important;
        gap: 20px;
    }
    
    .ic-card {
        flex-direction: column;
    }
    
    .row-gap {
        column-gap: 25px !important;
    }
    
    .icc-card.style3 {
        margin-top: 50px !important;
    }
    
    a.fixed-button {
        display: block;
    }
    
    .ctc_wp_desktop {
        bottom: 70px !important;
    }
    
    .blog-card-img {
        height: 180px;
    }
    
    .blog-card-body {
        padding: 15px;
    }
}
