@media (min-width: 992px) {
    .theme-header-topbar .theme-socialicon-parent {
        display: flex;
        margin-left: auto;
        border: none;
    }
}
.zpelement.zpaccordion-content.accordian-content {
    background-color: #F39704;
}
.footer-menu a.zplink-text {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 16px;
}
.zpelement.zpaccordion-content.accordian-content.zpaccordion-active-content{
 background-color: #F39704 !important;
}
.img {
    z-index: 1 !important;
}    
.overlay-box {
    z-index: 2 !important;
}

/* Hide horizontal scrollbar */
html, body {
    overflow-x: hidden !important;
}

/* Ensure all elements fit within the screen */
* {
    max-width: 100% !important;
}

/* Center the entire section */
.custom-section {
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.custom-section .zsite-row {
    width: 100%;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-wrap: nowrap; 
}

.custom-section .zsite-column {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}



