
body {
    margin-top: 120px !important; /* Adjust based on header height */
    padding: 0;
}
/* Reset & Base Styles */
.jalala_main-header {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    width: 100%;
    border-bottom: 1px solid #ddd;
    position: fixed;
    top: 0;
    left: 0;
    display: block;
}

.responsive-overflow-x-mobile {
    margin-top: 0 !important;
    padding: 0 !important;
}

@media only screen and (max-width: 767px)
{

  body.responsive-overflow-x-mobile{
    margin-top: 0 !important;
    overflow-x:hidden}
}

.elementor-element.elementor-element-77432950 {
    background-color: #FFFFFF00 !important; 
    display: none !important;
}

#blogs_list{
    margin-top: 40px !important;
}

@media only screen and (max-width: 767px) {
    #blogs_list {
        margin-top: 60px !important;
    }
}