footer#colophon {
    display: block !important;
}


.footer-text a {
    color: #fff;
    display: none;
}


.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
    margin: 0 0 1.5em;
    display: none;
}


@media (max-width: 768px) {
    .header-layout-wrapper {
        padding: 12px 0px 12px !important;
    }
}



@media (max-width: 768px) {
    .banner-tabbed-section-wrapper .slider-post-content-wrap {
        a, p {
            color: #fff;
            text-decoration: none;
            line-height: 32px;
            display: inline-block;
            font-size: 20px;
        }
    }
    
    .banner-tabbed-section-wrapper .slider-post-meta-wrap {
        color: #fff;
        text-decoration: none;
        line-height: 32px;
        display: inline-block;
        font-size: 20px;
    }
}


@media (max-width: 768px) {
    .tabbed-post-content-wrap a {
        color: #fff;
        font-size: 18px;
    }
}



@media (max-width: 768px) {
    .banner-tabbed-section-wrapper .lSSlideWrapper .lSAction > a {
        background-color: #fff;
        opacity: 1;
        text-align: center;
        line-height: 40px; /* Thoda adjust kiya for better mobile UI */
        width: 30px; /* Size thoda chhota kiya for better responsiveness */
        height: 30px;
        color: #333;
        font-size: 28px; /* Font size thoda adjust kiya */
        border-radius: 50%; /* 100px ko replace kiya for better consistency */
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
        left: 10px; /* Position adjust ki for smaller screens */
    }
}

@media (max-width: 480px) {
    .banner-tabbed-section-wrapper .lSSlideWrapper .lSAction > a {
        width: 25px;
        height: 25px;
        font-size: 24px;
        line-height: 35px;
        left: 5px;
    }
}




@media (max-width: 768px) {
    .banner-tabbed-section-wrapper .slider-post-content-wrap {
        text-align: center; /* Text elements ko center align karega */
        display: flex;
        flex-direction: column;
        align-items: center; /* Horizontally center karega */
        justify-content: center; /* Vertically center karega (agar parent height fixed ho) */
        
        a, p {
            color: #fff;
            text-decoration: none;
            line-height: 32px;
            display: inline-block;
            font-size: 20px;
        }
    }
}

.ehf-header #masthead {
    z-index: 99;
    position: static !important;
}



.sidebar-layout-right-sidebar.widget-area {
    overflow: hidden;
}

