/* Extra small devices (portrait phones, less than 576px) */
@media screen and (max-height: 450px) {
    .mobileSideNav {
        padding-top: 15px;
    }
    .mobileSideNav a {
        font-size: 18px;
    }
}
@media (max-width: 575.98px) {
    .main-menu {
        background-color: yellow;
        padding: 15px 7px;
        display: none;
    }
    .elementor-widget-image-carousel .swiper-slide {
        margin: 0px 0px;
    }
    .mobile-menu {
        display: block;
    }
    .second-menu {
        display: none;
    }
    /* Make table responsive and allow horizontal scrolling */
    .table-responsive {
        overflow-x: auto;  /* Enables horizontal scroll when content overflows */
        -webkit-overflow-scrolling: touch;  /* Smooth scrolling for iOS */
    }

    /* Optional: Ensure the table takes full width */
    .table {
        width: 100%;
        max-width: 100%;
        table-layout: auto;  /* Allows the table to adjust its layout */
    }
    .contact_us_menu {
        display: none;
    }

    .footer-column-1 {
        max-width: 100% !important;
        flex: none;
    }

}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .main-menu {
        display: none;
    }
    .second-menu {
        display: none;
    }
    .mobile-menu {
        display: block;
    }
    .footer-column-1 {
        max-width: 100% !important;
        flex: none;
    }
    
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .main-menu {
        display: none;
    }
    .second-menu {
        display: none;
    }
    .mobile-menu {
        display: block;
    }
    .footer-column-1 {
        max-width: 100% !important;
        flex: none;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {

}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}