/* Target Elementor footer headings and links specifically on mobile and tablet */
@media only screen and (max-width: 767px) {
    /* Target Socials and other headers in the footer specifically */
    footer .elementor-widget-heading h2,
    footer .elementor-widget-heading h3,
    footer .elementor-widget-heading .elementor-heading-title,
    .elementor-location-footer .elementor-widget-heading .elementor-heading-title,
    [data-elementor-type="footer"] .elementor-widget-heading .elementor-heading-title {
        font-size: 16px !important; /* Smaller size for mobile headings */
        color: #D4AF37 !important; /* Gold */
    }

    /* Target social icons / text links in footer specifically */
    footer .elementor-icon-list-text,
    footer .elementor-icon-list-icon i,
    .elementor-location-footer .elementor-icon-list-text,
    .elementor-location-footer .elementor-item,
    [data-elementor-type="footer"] .elementor-icon-list-text,
    [data-elementor-type="footer"] a {
        font-size: 13px !important; /* Smaller size for mobile list items and links */
        color: #D4AF37 !important; /* Gold */
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    /* Tablet views */
    footer .elementor-widget-heading .elementor-heading-title,
    .elementor-location-footer .elementor-widget-heading .elementor-heading-title,
    [data-elementor-type="footer"] .elementor-widget-heading .elementor-heading-title {
        font-size: 18px !important;
    }
    
    footer .elementor-icon-list-text,
    .elementor-location-footer .elementor-icon-list-text,
    [data-elementor-type="footer"] .elementor-icon-list-text {
        font-size: 14px !important;
    }
}
