/*
Theme Name: Alia Child
Description: Child theme for Alia WordPress Theme
Author: Ahmad Works, Inc
Author URI: https://ahmad.works/
Template: alia
Version: 1.0.11
License: Themeforest Split Licence
License URI: -
Text Domain: alia-child
Tags: two-columns, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/

/* ----- Page ambient gradients (blurred ellipses, left/right) ----- */
body {
    position: relative;
}

.mz-page-bg-glow {
    position: fixed;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
}

#page.site.mz-page-has-bg-glow {
    position: relative;
    z-index: 1;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

/* Sticky footer: short pages (404, empty search) keep footer at viewport bottom */
#page.site.mz-page-has-bg-glow .site_main_container {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}

#page.site.mz-page-has-bg-glow main.site-content {
    flex: 1 1 auto;
}

.mz-page-bg-glow__blob {
    position: absolute;
    border-radius: 50%;
    width: 791px;
    height: 791px;
    max-width: none;
    filter: blur(100px);
    -webkit-filter: blur(100px);
    transform-origin: center center;
}

/* Ellipse2 */
.mz-page-bg-glow__blob--ellipse22 {
    left: -462px;
    top: -130px;
    opacity: 0.1;
    background: linear-gradient(150.48deg, #38f4af 10.9%, #141414 69.16%);
}

/* Ellipse1 */
.mz-page-bg-glow__blob--ellipse12 {
    left: 1514px;
    top: 320px;
    opacity: 0.05;
    background: linear-gradient(150.48deg, #38f4af 10.9%, #4495fa 69.16%);
}

@media screen and (max-width: 782px) {
    .mz-page-bg-glow__blob {
        filter: blur(72px);
        -webkit-filter: blur(72px);
        width: min(520px, 120vw);
        height: min(520px, 120vw);
    }
}

@media (prefers-reduced-motion: reduce) {
    .mz-page-bg-glow {
        display: none;
    }
}

/************** Site header (Learn & Explore + sections) ************/
.header_nav_wrapper{
    border-bottom: none;
}
.header_nav {
    background-color: transparent;
}

.site_header .header_search,
.header_nav .header_search {
    display: none !important;
}

.mz-site-header {
    position: relative;
    z-index: 100;
    background: transparent;
    color: #fff;
    font-family: "Manrope", sans-serif;
}

.mz-site-header__band {
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #2e3237;
}

/* Alia can set .header_nav { text-align: center } (e.g. no_sitetitle_in_menu) — keep logo row LTR edge-aligned */
.header_nav .mz-site-header,
.header_nav .mz-site-header__band,
.header_nav .mz-site-header .container {
    text-align: start;
}

.mz-site-header__cats-wrap {
    box-sizing: border-box;
}

.mz-site-header .container > .mz-site-header__row--brand {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    gap: 16px;
    padding: 16px 0;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.mz-learn-brand {
    display: inline-flex;
    align-items: center;
    line-height: 0;
    text-decoration: none;
}
   
.mz-learn-brand:hover,
.mz-learn-brand:focus {
    text-decoration: none;
    opacity: 0.92;
}

.mz-learn-brand__img {
    display: block;
    height: 28px;
    width: auto;
    max-width: min(250px, 72vw);
}

.mz-learn-brand--drawer .mz-learn-brand__img {
    height: 24px;
}

.mz-site-header__actions {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}

.mz-myzameen-btn {
    box-sizing: border-box;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 12px;
    min-height: 42px;
    border: 1px solid #5b6169;
    border-radius: 6px;
    text-decoration: none;
    color: #e6e7e8;
    font-family: "Manrope", sans-serif;
    transition: border-color 0.15s ease, background 0.15s ease, opacity 0.15s ease;
}

.mz-myzameen-btn:hover,
.mz-myzameen-btn:focus {
    border-color: #0cf19e;
    color: #fff;
    text-decoration: none;
}

.mz-myzameen-btn__logo {
    display: block;
    height: 18px;
    width: auto;
    max-width: 100px;
    flex-shrink: 0;
}

.mz-myzameen-btn__arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e6e6e9;
    flex-shrink: 0;
}

.mz-myzameen-btn__arrow svg {
    display: block;
}

.mz-menu-toggle-wrap {
    display: none;
    align-items: center;
    margin: 0;
}

.mz-menu-toggle-wrap .mz-menu-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    color: #e6e7e8;
}

.mz-menu-toggle-wrap .mz-menu-toggle:hover,
.mz-menu-toggle-wrap .mz-menu-toggle:focus {
    color: #0cf19e;
}

.mz-site-header__row--cats {
    padding: 20px 0;
}

.mz-cat-nav {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 24px 32px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.mz-cat-nav > li {
    float: none;
    display: block;
    margin: 0;
    padding: 0;
}

.mz-cat-nav > li > a {
    display: inline-flex;
    align-items: center;
    padding: 12px 0;
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.5;
    color: #b1b5ba;
    text-decoration: none;
    transition: color 0.15s ease;
}

.mz-cat-nav > li > a:hover,
.mz-cat-nav > li > a:focus,
.mz-cat-nav > li.current-menu-item > a {
    color: #e6e7e8;
}

/* Category archive: accent underline on active nav item (title bar hidden in index.php) */
body.category .mz-cat-nav > li.current-menu-item > a,
body.category .mz-cat-nav > li.current-menu-ancestor > a {
    border-bottom: 3px solid var(--mz-cat-accent, #0cf19e);
}

.mz-cat-nav .dropdown-menu {
    background: #1a1d21;
    border: 1px solid #2e3237;
}

.mz-cat-nav .dropdown-menu > li > a {
    color: #e6e7e8;
}

/* Sliding drawer (mobile) — height + footer CTA finished in max-width 910px block below */
.mz-slide-drawer {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 0;
    flex: 1 1 auto;
    min-height: 0;
    padding: 8px 24px 24px;
    box-sizing: border-box;
    background: #101214;
}

.mz-drawer-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
    padding-bottom: 8px;
    border-bottom: 1px solid #2e3237;
    margin-bottom: 8px;
}

.mz-drawer-close {
    flex: none;
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: #e6e6e9;
    font-size: 1.75rem;
    line-height: 1;
    cursor: pointer;
    border-radius: 6px;
}

.mz-drawer-close:hover,
.mz-drawer-close:focus {
    color: #0cf19e;
    outline: none;
}

.mz-drawer-menu {
    flex: 1 1 auto;
}

.mz-drawer-menu .navbar {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    list-style: none;
    margin: 0;
    padding: 0;
}

.mz-drawer-menu .navbar > li {
    float: none;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
}

.mz-drawer-menu .navbar > li > a {
    display: block;
    padding: 12px 0;
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.5;
    color: #e6e7e8;
    text-decoration: none;
}

.mz-drawer-menu .navbar > li > a:hover,
.mz-drawer-menu .navbar > li > a:focus {
    color: #0cf19e;
}

/*
 * Drawer: section links live under Bootstrap dropdowns (display:none by default).
 * Show the full stack like the desktop bar — flat list of links + optional group label.
 */
.mz-drawer-menu ul.dropdown-menu {
    display: block !important;
    position: static !important;
    float: none !important;
    margin: 0 0 4px !important;
    padding: 0 !important;
    border: none !important;
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    height: auto !important;
    max-height: none !important;
    transform: none !important;
    -webkit-transform: none !important;
}

.mz-drawer-menu .dropdown-submenu > .dropdown-menu {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    margin-inline-start: 12px !important;
    padding-top: 0 !important;
}

/* Group heading (parent of a subsection, e.g. PROPERTY) */
.mz-drawer-menu .navbar > li.dropdown > a.dropdown-toggle {
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #8b9199 !important;
    padding: 14px 0 6px !important;
    line-height: 1.3;
}

.mz-drawer-menu .navbar > li.dropdown:first-child > a.dropdown-toggle {
    padding-top: 4px !important;
}

.mz-drawer-menu .dropdown-menu > li > a {
    color: #e6e7e8 !important;
    padding: 10px 0 !important;
    margin: 0 !important;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    text-transform: none;
    letter-spacing: normal;
    border-bottom: none !important;
    background: transparent !important;
}

.mz-drawer-menu .dropdown-menu > li > a:hover,
.mz-drawer-menu .dropdown-menu > li > a:focus {
    color: #0cf19e !important;
    background: transparent !important;
}

.mz-drawer-menu .mobile_dropdown_arrow {
    display: none !important;
}

.mz-slide-drawer > .mz-myzameen-btn {
    flex-shrink: 0;
}

.mz-myzameen-btn--drawer {
    margin-top: auto;
    align-self: center;
    width: auto;
    max-width: 100%;
}

@media screen and (min-width: 911px) {
    .mz-myzameen-btn--header {
        display: inline-flex;
    }

    .mz-menu-toggle-wrap {
        display: none !important;
    }
}

@media screen and (max-width: 910px) {
    .mz-myzameen-btn--header {
        display: none;
    }

    .mz-menu-toggle-wrap {
        display: flex;
    }

    .mz-site-header__row--cats {
        display: none !important;
    }

    /* Full-height sliding panel (colors from dark-theme / parent theme) */
    .site_side_container {
        display: flex;
        flex-direction: column;
        height: 100vh;
        height: 100dvh;
        max-height: 100vh;
        max-height: 100dvh;
        box-sizing: border-box;
    }

    .site_side_container .info_sidebar {
        padding: 0 !important;
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
        box-sizing: border-box;
    }

    body.admin-bar .site_side_container .info_sidebar {
        padding: 0 !important;
        padding-bottom: 0 !important;
    }

    .site_side_container .top_header_items_holder.mz-slide-drawer {
        border-bottom: none !important;
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

    .mz-drawer-menu {
        min-height: 0;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    /* Figma-aligned mobile drawer link stack */
    .mz-drawer-menu #mobile-menu.navbar {
        width: 232px;
        max-width: 100%;
        margin: 0 auto;
        gap: 10px;
    }

    .mz-drawer-menu #mobile-menu.navbar > li {
        width: 100%;
    }

    .mz-drawer-menu #mobile-menu.navbar > li > a {
        display: flex;
        align-items: center;
        width: 100%;
        min-height: 48px;
        padding: 12px 0 !important;
        font-family: "Manrope", sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        color: #e6e7e8 !important;
        letter-spacing: 0;
        text-transform: none;
    }

    .mz-drawer-menu #mobile-menu.navbar > li > a:hover,
    .mz-drawer-menu #mobile-menu.navbar > li > a:focus {
        color: #ffffff !important;
    }
}

/*********************************************/


/*Navigation Style*/
ul.navbar>li.news-menu {
    margin-left: 5px;
    border-bottom: 5px solid transparent;
}


ul.navbar>li.tips-menu.menu-item:hover,
body.category-tips ul.navbar>li.tips-menu.menu-item,
body.category-2 ul.navbar>li.tips-menu.menu-item {
    border-bottom-color: #da9f00;
}

ul.navbar>li.tips-menu.menu-item:hover a,
body.category-tips ul.navbar>li.tips-menu.menu-item a,
body.category-2 ul.navbar>li.tips-menu.menu-item a
{
    color: #da9f00;
}


 .category-bayut-news .archive_header .section_title, .category-135837 .archive_header .section_title {
    background-color: #0066cc;
    color: #fff;
 }
 

ul.navbar>li.my-home-menu a {
    padding: 10px 12px 5px;
}

ul.navbar>li.menu-item-3304-en {
    font-family: Lato;
}

ul.navbar>li.menu-item-3303-ar {
    font-family: Arabic-DroidKufi;
}

.header_square_logo {
    margin: 0;
}

.header_nav .main_menu {
    display: initial;
}

.header_nav .main_menu .menu_mark_circle {
    display: none !important;
}

/*Structure Style*/

.main_content_area {
    margin-top: 0;
}

.container {
    width: 1170px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.title {
    font-weight: normal;
}


/*Homepage Slider*/

ul.homepage-main-post {
    list-style: none;
    padding: 0;
    margin: 0 0 40px;
    overflow: auto;
}

ul.homepage-main-post li {
    position: relative;
}

ul.homepage-main-post li img {
    /*border-radius: 7px; */
    width: 100%;
}

ul.homepage-main-post li .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.4;
    background-color: #000000;
    /*border-radius: 7px;*/
}

ul.homepage-main-post li:hover .overlay {
    opacity: 0.2;
    transition: 0.5;
}

ul.homepage-main-post.three-posts li:nth-child(1) {
    width: 68%;
    float: left;
    padding-right: 10px;
}

ul.homepage-main-post.three-posts li:nth-child(2),
ul.homepage-main-post.three-posts li:nth-child(3) {
    width: 32%;
    float: left;
}

ul.homepage-main-post.three-posts li:nth-child(3) {
    margin-top: 10px;
}

ul.homepage-main-post.three-posts li:nth-child(1) .overlay {
    right: 10px;
}

ul.homepage-main-post li .post-info {
    position: absolute;
    bottom: 0;
    padding: 40px;
}

ul.homepage-main-post li .post-info .post-title {
    font-size: 28px;
    line-height: 1.55em;
    color: #ffffff;
    margin: 0 0 5px;
    font-weight: 600;
}

ul.homepage-main-post li .post-info .blog-reading-time {
    color: #ffffff;
    float: left;
    margin-top: 4px;
}

ul.homepage-main-post li .post-info .post_meta_container {
    font-size: 11.5px;
    line-height: 1.3em;
    color: #ffffff;
    margin: 0 0 2px;
    text-transform: uppercase;
    float: left;
}

ul.homepage-main-post li .post-info .post_meta_container .post_meta_row {
    margin: 0;
}

ul.homepage-main-post li .post-info .post_meta_container .post-link {
    display: none;
}

ul.homepage-main-post li .post-info a[rel="category tag"] {
    color: #ffffff;
    margin-right: 10px;
    padding: 2px 5px;
    background-color: #0592e9;
}

ul.homepage-main-post li .post-info .tips a[rel="category tag"] {
    background-color: #da9f00;
}

ul.homepage-main-post li .post-info a.read-more {
    color: #ffffff;
    padding: 5px 10px;
    border: 1px solid #ffffff;
    text-transform: uppercase;
    border-radius: 3px;
    font-size: 10px;
}


/*Widget Styles*/

.widget_container.widget_text .widget_title,
.default_widgets_container .widget_container .widget_title {
    text-align: center;
    line-height: 40px;
    padding-bottom: 0;
    text-transform: uppercase;
    color: #ffffff;
}

.widget_container.widget_text#text-2 {
    margin-bottom: 20px;
}

.widget_container.widget_text#text-2 .widget_title {
    background: #f9ed32;
    background: -moz-linear-gradient(45deg, #f9ed32 0%, #ee2a7b 62%, #002aff 100%);
    background: -webkit-linear-gradient(45deg, #f9ed32 0%, #ee2a7b 62%, #002aff 100%);
    background: linear-gradient(45deg, #f9ed32 0%, #ee2a7b 62%, #002aff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f9ed32', endColorstr='#002aff', GradientType=1);
    border: 0;
    font-family: Lato;
}

/* Smash Balloon Instagram — Feed Theme header (@handle h3) */
#sb_instagram .sbi_feedtheme_header_text h3,
.sbi_feedtheme_header_text h3 {
    margin: 0;
    padding: 0;
    border: none;
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 23.4px;
    color: #e6e7e8;
}

/* Instagram Follow Button — Load More area (Figma: 350×44, #22272C / #2E3237) */
#sb_instagram .sbi_follow_btn a {
    background-color: transparent;
    border-radius: 8px;
}

#sbi_load .sbi_follow_btn,
#sbi_load .sbi_follow_btn.sbi_custom {
    box-sizing: border-box;
    width: 100%;
    flex: none;
    display: flex;
    justify-content: center;
    align-items: stretch;
    margin: 0 !important;
}

#sbi_load .sbi_follow_btn a,
#sbi_load .sbi_follow_btn.sbi_custom a {
    box-sizing: border-box;
    flex: none;
    align-self: stretch;
    flex-grow: 0;
    display: inline-flex !important;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 0;
    margin-inline: auto;
    width: 100%;
    max-width: 350px;
    height: 44px;
    background-color: #22272c !important;
    color: #0cf19e !important;
    border: 1px solid #2e3237 !important;
    border-radius: 8px;
    cursor: pointer;
    transition: border-color 0.2s ease, background-color 0.2s ease;
    text-decoration: none !important;
    font-family: "Manrope", sans-serif !important;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
}

#sbi_load .sbi_follow_btn a:hover,
#sbi_load .sbi_follow_btn a:focus,
#sbi_load .sbi_follow_btn.sbi_custom a:hover {
    background-color: #2a3036 !important;
    border-color: #3d4349 !important;
    box-shadow: none !important;
}

#sbi_load .sbi_follow_btn a:focus-visible {
    outline: 2px solid rgba(12, 241, 158, 0.45);
    outline-offset: 2px;
}

#sbi_load .sbi_follow_btn a svg,
#sbi_load .sbi_follow_btn.sbi_custom a svg {
    flex: none;
    width: 18px;
    height: 18px;
    fill: #0cf19e !important;
}

#sbi_load .sbi_follow_btn a span {
    flex: none;
    display: inline-flex;
    align-items: center;
    font-family: "Manrope", sans-serif !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 16px !important;
    color: #0cf19e !important;
    cursor: pointer;
}

#sb_instagram .sb_instagram_header h3,
.sb_instagram_header h3 {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 23.4px;
    color: #e6e7e8;
}

#sb_instagram .sb_instagram_header .sbi_header_text,
.sb_instagram_header .sbi_header_text {
    gap: 10px;
}

.default_widgets_container .widget_container#media_video-3 .widget_title {
    background: #e52d27;
    margin-bottom: 20px;
    background: -moz-linear-gradient(45deg, #e52d27 0%, #b31217 100%);
    background: -webkit-linear-gradient(45deg, #e52d27 0%, #b31217 100%);
    background: linear-gradient(45deg, #e52d27 0%, #b31217 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e52d27', endColorstr='#b31217', GradientType=1);
    border: 0;
}

.widget_container .widget_title:before,
.widget_container .widget_title:after {
    display: none;
}

.blog-reading-time {
    font-size: 11.5px;
    line-height: 14px;
    color: #999999;
    text-transform: capitalize;
}


/*Single Post Style*/

.full_width_post_single>div>.blog_post_container .post_title {
    padding: 0;
    margin: 0;
}

.featured-single-post {
    position: relative;
    padding: 0;
    margin-bottom: 40px;
}

/* Full-bleed :before removed — bottom scrim lives on .post_banner::after (matches header featured/trending) */
.featured-single-post:before {
    display: none;
}

.featured-single-post .overlay {
    z-index: 3;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 0 0 16px 16px;
    box-sizing: border-box;
    position: absolute;
}

.featured-single-post .post_banner {
    margin: 0;
    position: relative;
    overflow: hidden;
}

.featured-single-post .post_banner img {
    display: block;
    width: 100%;
    height: auto;
    transform: scale(1);
    transform-origin: center center;
    transition: transform 0.55s ease;
}

.featured-single-post:hover .post_banner img,
.featured-single-post:focus-within .post_banner img {
    transform: scale(1.06);
}

/* Idle: short band under hero copy; hover: grow upward (same stops as header block) */
.featured-single-post .post_banner::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: clamp(250px, 22%, 250px);
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(360deg, #000000 0%, rgba(0, 0, 0, 0) 92.85%);
    opacity: 0.8;
    transition:
        height 0.45s cubic-bezier(0.4, 0, 0.2, 1),
        opacity 0.35s ease;
}

.featured-single-post:hover .post_banner::after,
.featured-single-post:focus-within .post_banner::after {
    height: min(380px, 68%);
    opacity: 0.85;
}

.featured-single-post .single_post_body .post_title {
    color: #ffffff;
    margin: 0;
    font-size: 28px;
    line-height: 1.35em;
    padding-bottom: 5px;
}

.featured-single-post .post_meta_item {
    color: #ffffff;
}

.featured-single-post .post_meta_item a {
    color: #ffffff;
}

.featured-single-post .post_meta_icon {
    display: none !important;
}

.featured-single-post .blog-reading-time {
    color: #ffffff;
    float: left;
    margin-top: 6px;
}

.featured-single-post .post_meta_container {
    float: left;
    margin-bottom: 0;
}

.featured-single-post .post_meta_container .post_meta_row {
    margin: 0 10px 0 0;
}

.featured-single-post a[rel="category tag"] {
    padding: 2px 5px;
    background-color: #0592e9;
}

.featured-single-post .tips a[rel="category tag"] {
    background-color: #da9f00;
}


.entry-content h2 {
    font-size: 18px;
    line-height: 1.4em;
}

.entry-content h3 {
    font-size: 16px;
    line-height: 1.25em;
}

.entry-content h4 {
    font-size: 16px;
    line-height: 1.25em;
}

.entry-content h5 {
    font-size: 15px;
    line-height: 1.25em;
}

.entry-content h2,
.entry-content h3 {
    text-transform: uppercase;
    font-weight: 600;
    margin: 1em 0;
}
.entry-content strong, .entry-content b, .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6{
    color: #fff;
}

.entry-content ul,
.entry-content ol {
    padding-left: 2em;
}

.entry-content figure {
    text-align: center;
}

.entry-content .so-panel {
    margin-bottom: 0 !important;
}

.sidebar_post_content_col .blog_post_container .entry-content {
    color: #606060;
}

.sidebar_post_content_col .blog_post_container .entry-content p a,
.sidebar_post_content_col .blog_post_container .entry-content li a {
    color: #0592e9;
}

.post_meta_item.meta_item_category>*:nth-child(1) {
    display: none;
}

.post_meta_item.meta_item_date:before {
    content: none;
}

.post_meta_item {
    margin-right: 0;
}

.post_meta_item.meta_item_category a {
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
}

.category-marketing-intelligence a[rel="category tag"] {
    color: #ffffff;
    background-color:#5046ac;
}

form.comment-form .form-submit input {
    background-color: #0592e9;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: .12em;
}

form.comment-form .form-submit input:hover {
    background-color: #0371b5 !important;
}

.comment_container:before,
.comment_container:after {
    content: none;
}

.comment_container {
    margin-top: 0;
}

.comment-form .gglcptch .gglcptch_recaptcha {
    margin-left: 5px;
}


  .post-whatsapp-btn:hover {
    color: transparent;
  }

/*Homepage Style*/

.grid_list .post_title a:before,
.grid_list .post_title a:after {
    content: none;
}

.mz-our-blog-intro {
    margin-bottom: clamp(24px, 4vw, 40px);
}

.mz-our-blog-heading.section_title.title {
    margin: 0;
    padding: 0;
    text-align: start;
    font-family: "Manrope", var(--mz-font-stack, sans-serif);
    font-weight: 700;
    font-size: clamp(20px, 4vw, 32px);
    line-height: 1.2;
    color: #e6e7e8;
}

.mz-our-blog-heading.section_title.title:before,
.mz-our-blog-heading.section_title.title:after {
    content: none;
}

/* Grid post cards — flex layout, image frame, category pill, meta row (scoped .mz-post-card) */
.grid_list .blog_post_container.mz-post-card {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    width: 100%;
    box-sizing: border-box;
    /* Gap lives on .grid_col (masonry item); article margin-bottom collapses inside the column */
    margin-bottom: 0;
}

/* Vertical gap between blog grid cards (masonry sizes .grid_col, not the article) */
.grid_list.row > .grid_col {
    margin-bottom: 8px;
}

.grid_list .blog_post_container.mz-post-card figure.post_banner {
    position: relative;
    margin: 0;
    width: 100%;
    aspect-ratio: 375 / 290;
    max-height: 290px;
    border-radius: 12px;
    border: 1px solid #2e3237;
    overflow: hidden;
    isolation: isolate;
    background: #0d0d0d;
}

.grid_list .blog_post_container.mz-post-card figure.post_banner > a {
    display: block;
    height: 100%;
    overflow: hidden;
    border-radius: 12px;
}

.grid_list .blog_post_container.mz-post-card figure.post_banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
    will-change: transform;
}

.grid_list .blog_post_container.mz-post-card:hover figure.post_banner img {
    transform: scale(1.06);
}

.grid_list .blog_post_container.mz-post-card figure.post_banner .post_meta_wrap {
    position: absolute;
    inset-inline: 8px 8px;
    bottom: 0px;
    top: auto;
    z-index: 2;
    display: block;
    float: none;
    margin: 0;
    width: auto;
    max-width: calc(100% - 32px);
}
.grid_list .post_meta_container {
    margin-bottom: 16px;
    margin-left: 8px;
}
.grid_list .blog_post_container.mz-post-card .post_meta_wrap .post_meta_container {
    float: none;
    width: auto;
}

.grid_list .blog_post_container.mz-post-card .post_meta_wrap .post_meta_row {
    float: none;
    clear: none;
    margin: 0;
    padding: 0;
}

.grid_list .blog_post_container.mz-post-card .post_meta_wrap .sticky_post,
.grid_list .blog_post_container.mz-post-card .post_meta_wrap .meta_item_author,
.grid_list .blog_post_container.mz-post-card .post_meta_wrap .meta_item_author_avatar,
.grid_list .blog_post_container.mz-post-card .post_meta_wrap .meta_item_date {
    display: none !important;
}

.grid_list .blog_post_container.mz-post-card .post_meta_wrap .meta_item_category > i.post_meta_icon,
.grid_list .blog_post_container.mz-post-card .post_meta_wrap .meta_item_category > i {
    display: none !important;
}

.grid_list .blog_post_container.mz-post-card .post_meta_wrap .meta_item_category a {
    display: inline-flex;
    align-items: center;
    padding: 4px 8px;
    border-radius: 4px;
    font-family: "Manrope", var(--mz-font-stack, sans-serif);
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-decoration: none !important;
    color: #fff !important;
    background: #06c485;
}

/* Generic tag colors (.post_meta_wrap gets green-tag, blue-tag, … from mz_get_category_tag_class) */
.grid_list .blog_post_container.mz-post-card .post_meta_wrap.green-tag .meta_item_category a {
    background: #06c485;
}

.grid_list .blog_post_container.mz-post-card .post_meta_wrap.blue-tag .meta_item_category a {
    background: #3b82f6;
}

.grid_list .blog_post_container.mz-post-card .post_meta_wrap.amber-tag .meta_item_category a {
    background: #f59e0b;
}

.grid_list .blog_post_container.mz-post-card .post_meta_wrap.red-tag .meta_item_category a {
    background: #e11d48;
}

.grid_list .blog_post_container.mz-post-card .post_meta_wrap.violet-tag .meta_item_category a {
    background: #8b5cf6;
}

.grid_list .blog_post_container.mz-post-card .post_meta_wrap.pink-tag .meta_item_category a {
    background: #ec4899;
}

.grid_list .blog_post_container.mz-post-card .post_meta_wrap.teal-tag .meta_item_category a {
    background: #14b8a6;
}

.grid_list .blog_post_container.mz-post-card .post_meta_wrap.cyan-tag .meta_item_category a {
    background: #0891b2;
}

.grid_list .blog_post_container.mz-post-card .post_meta_wrap.lime-tag .meta_item_category a {
    background: #65a30d;
}

.grid_list .blog_post_container.mz-post-card .post_meta_wrap.orange-tag .meta_item_category a {
    background: #ea580c;
}

.grid_list .blog_post_container.mz-post-card .post_meta_wrap.indigo-tag .meta_item_category a {
    background: #4f46e5;
}

.grid_list .blog_post_container.mz-post-card .post_meta_wrap.sky-tag .meta_item_category a {
    background: #0284c7;
}

.grid_list .blog_post_container.mz-post-card .post_body {
    text-align: start;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0;
    flex: 1 1 auto;
    min-width: 0;
}

.grid_list .blog_post_container.mz-post-card .post_header {
    margin: 0;
    padding: 0;
}

.grid_list .blog_post_container.mz-post-card .post_title,
.grid_list .blog_post_container.mz-post-card .post_title a {
    font-family: "Manrope", var(--mz-font-stack, sans-serif);
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #e6e7e8;
    margin: 0;
}

.grid_list .blog_post_container.mz-post-card .post_header {
    min-width: 0;
}

.grid_list .blog_post_container.mz-post-card .post_title {
    overflow: hidden;
}

.grid_list .blog_post_container.mz-post-card .post_title a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    word-break: break-word;
    overflow-wrap: anywhere;
    text-decoration: none;
}

.grid_list .blog_post_container.mz-post-card .post_meta_info {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 0px;
    row-gap: 0px;
    padding: 10px 0 8px;
    margin: 0;
}
.grid_list .blog_post_container.mz-post-card .post_meta_info_inner {
    column-gap: 8px;
}

.grid_list .blog_post_container.mz-post-card .blog-reading-time,
.grid_list .blog_post_container.mz-post-card .blog-published-date {
    font-family: "Manrope", var(--mz-font-stack, sans-serif);
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #b1b5ba;
}

.grid_list .blog_post_container.mz-post-card .blog-reading-time {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.grid_list .blog_post_container.mz-post-card .blog-reading-time::after {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #84898e;
    flex-shrink: 0;
}

.grid_list .blog_post_container.mz-post-card .entry-summary.blog_post_text {
    font-family: "Manrope", var(--mz-font-stack, sans-serif);
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #b1b5ba;
    text-align: start;
}

/* Listing excerpt body: max 3 lines (post titles use 2-line clamp above) */
.blog_post_excerpt_clamp {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    overflow: hidden;
    word-break: break-word;
    overflow-wrap: anywhere;
}

.grid_list .blog_post_container.mz-post-card .entry-summary .blog_post_readmore {
    display: none;
}

/* Non-card grid (no mz-post-card): keep excerpt readable */
.grid_list .entry-summary {
    font-size: 14px;
    line-height: 1.8em;
}

.blog-reading-time,
.post_meta_item {
    font-size: 14px;
}

.grid_list .blog_post_container:not(.mz-post-card) .post_header {
    min-width: 0;
}

.grid_list .blog_post_container:not(.mz-post-card) .post_title {
    overflow: hidden;
}

.grid_list .blog_post_container:not(.mz-post-card) .post_title a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    word-break: break-word;
    overflow-wrap: anywhere;
}

.grid_list .blog_post_container:not(.mz-post-card) .post_body {
    text-align: center;
}

.grid_list .blog_post_container:not(.mz-post-card) .entry-summary {
    text-align: initial;
}

.grid_list .blog_post_container:not(.mz-post-card) .post_meta_container,
.grid_list .blog_post_container:not(.mz-post-card) .blog-reading-time {
    display: inline-block;
    float: left;
}

.grid_list .blog_post_container:not(.mz-post-card) .post_meta_wrap {
    display: inline-block;
}

.main_content_area.not-found .page-header .page-title {
    color: #ffffff;
}
/*Archive Posts*/

.archive_header {
    margin-top: 10px;
    margin-bottom: 20px;
}

.archive_header .section_title {
    text-align: center;
    background-color: #eeeeee;
    margin: 0;
    padding: 10px 0;
    border-radius: 12px;
}

/* Category archive accent (same colors as post category pills) */
body.category.mz-archive-cat-green-tag {
    --mz-cat-accent: #06c485;
}
body.category.mz-archive-cat-blue-tag {
    --mz-cat-accent: #3b82f6;
}
body.category.mz-archive-cat-amber-tag {
    --mz-cat-accent: #f59e0b;
}
body.category.mz-archive-cat-red-tag {
    --mz-cat-accent: #e11d48;
}
body.category.mz-archive-cat-violet-tag {
    --mz-cat-accent: #8b5cf6;
}
body.category.mz-archive-cat-pink-tag {
    --mz-cat-accent: #ec4899;
}
body.category.mz-archive-cat-teal-tag {
    --mz-cat-accent: #14b8a6;
}
body.category.mz-archive-cat-cyan-tag {
    --mz-cat-accent: #0891b2;
}
body.category.mz-archive-cat-lime-tag {
    --mz-cat-accent: #65a30d;
}
body.category.mz-archive-cat-orange-tag {
    --mz-cat-accent: #ea580c;
}
body.category.mz-archive-cat-indigo-tag {
    --mz-cat-accent: #4f46e5;
}
body.category.mz-archive-cat-sky-tag {
    --mz-cat-accent: #0284c7;
}

.archive_header .section_title:before,
.archive_header .section_title:after {
    content: none;
}


/*.archive_header .taxonomy-description { display: none; }*/

.category main.site-content {
    margin-top: 0;
}

/* Category archive: space below header nav (title bar removed in index.php) */
body.category .main_content_area.blog_index_area {
    padding-top: 30px;
}

/*Related Posts*/

.post_related .two_coloumns_list {
    text-align: center;
}

.post_related .two_coloumns_list .post_header:before {
    content: '';
    display: table;
    clear: both;
}

.post_related .two_coloumns_list .post_banner {
    padding: 0;
    margin: 0;
}

.post_related .two_coloumns_list .post_title {
    padding: 0;
    margin: 10px 0 0;
    font-weight: 600;
}

.post_related .two_coloumns_list .post_title a:before,
.sidebar_post_content_col .two_coloumns_list .post_title a:after {
    content: none;
}

/* Listing & related tiles: titles capped at 2 lines (clamp + hide underline pseudos that break overflow) */

.full_width_list .blog_post_container .post_header {
    min-width: 0;
}

.full_width_list .blog_post_container .post_title {
    overflow: hidden;
}

.full_width_list .blog_post_container .post_title a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    word-break: break-word;
    overflow-wrap: anywhere;
}

.two_coloumns_list .blog_post_container .post_header {
    min-width: 0;
}

.two_coloumns_list .blog_post_container .post_title {
    overflow: hidden;
}

.two_coloumns_list .blog_post_container .post_title a:before,
.two_coloumns_list .blog_post_container .post_title a:after {
    content: none !important;
}

.two_coloumns_list .blog_post_container .post_title a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    word-break: break-word;
    overflow-wrap: anywhere;
}

.post_related .blog_post_container .post_title {
    overflow: hidden;
}

.post_related .blog_post_container .post_title a:before,
.post_related .blog_post_container .post_title a:after {
    content: none !important;
}

.post_related .blog_post_container .post_title a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    word-break: break-word;
    overflow-wrap: anywhere;
}

.read_next_loop_container .blog_post_container .post_title {
    overflow: hidden;
}

.read_next_loop_container .blog_post_container .post_title a:before,
.read_next_loop_container .blog_post_container .post_title a:after {
    content: none !important;
}

.read_next_loop_container .blog_post_container .post_title a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    word-break: break-word;
    overflow-wrap: anywhere;
}

.post_related .blog-reading-time,
.post_related .post_meta_container {
    display: inline-block;
    margin: 0px;
    float: left;
}

.post_related .post_meta_wrap {
    display: inline-block;
}

/* Related posts: same category pills as grid cards (related items omit .mz-post-card) */
.post_related .blog_post_container .post_meta_wrap .sticky_post,
.post_related .blog_post_container .post_meta_wrap .meta_item_author,
.post_related .blog_post_container .post_meta_wrap .meta_item_author_avatar,
.post_related .blog_post_container .post_meta_wrap .meta_item_date {
    display: none !important;
}

.post_related .blog_post_container .post_meta_wrap .meta_item_category > i.post_meta_icon,
.post_related .blog_post_container .post_meta_wrap .meta_item_category > i {
    display: none !important;
}

.post_related .blog_post_container .post_meta_wrap .meta_item_category a {
    display: inline-flex;
    align-items: center;
    padding: 4px 8px;
    border-radius: 4px;
    font-family: "Manrope", var(--mz-font-stack, sans-serif);
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-decoration: none !important;
    color: #fff !important;
    background: #06c485;
}

.post_related .blog_post_container .post_meta_wrap.green-tag .meta_item_category a {
    background: #06c485;
}

.post_related .blog_post_container .post_meta_wrap.blue-tag .meta_item_category a {
    background: #3b82f6;
}

.post_related .blog_post_container .post_meta_wrap.amber-tag .meta_item_category a {
    background: #f59e0b;
}

.post_related .blog_post_container .post_meta_wrap.red-tag .meta_item_category a {
    background: #e11d48;
}

.post_related .blog_post_container .post_meta_wrap.violet-tag .meta_item_category a {
    background: #8b5cf6;
}

.post_related .blog_post_container .post_meta_wrap.pink-tag .meta_item_category a {
    background: #ec4899;
}

.post_related .blog_post_container .post_meta_wrap.teal-tag .meta_item_category a {
    background: #14b8a6;
}

.post_related .blog_post_container .post_meta_wrap.cyan-tag .meta_item_category a {
    background: #0891b2;
}

.post_related .blog_post_container .post_meta_wrap.lime-tag .meta_item_category a {
    background: #65a30d;
}

.post_related .blog_post_container .post_meta_wrap.orange-tag .meta_item_category a {
    background: #ea580c;
}

.post_related .blog_post_container .post_meta_wrap.indigo-tag .meta_item_category a {
    background: #4f46e5;
}

.post_related .blog_post_container .post_meta_wrap.sky-tag .meta_item_category a {
    background: #0284c7;
}

/* Footer — static MyZameen (flex only; scoped to child footer) */

.site_footer.mz-site-footer,
.site_footer.mz-site-footer * {
    box-sizing: border-box;
}

.site_footer.mz-site-footer {
    background: transparent;
    padding-block: clamp(32px, 5vw, 56px);
    padding-inline: clamp(20px, 5vw, 48px);
    width: 100%;
    text-align: start;
    font-family: "Manrope", var(--mz-font-stack, sans-serif);
}

.site_footer.mz-site-footer .footer-container {
    width: 100%;
    max-width: 1170px;
    margin-inline: auto;
    display: flex;
    flex-direction: column;
    gap: clamp(48px, 10vw, 100px);
}

/* Two rows max: brand (min 400) + detail fills remainder; wraps when narrow */
.site_footer.mz-site-footer .footer-section {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    gap: 40px clamp(32px, 6vw, 90px);
    padding-bottom: 0;
    border-bottom: none;
}

.site_footer.mz-site-footer .footer-brand-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    flex: 0 0 auto;
    min-width: min(400px, 100%);
}

.site_footer.mz-site-footer .footer-detail-container {
    color: #e6e7e8;
    flex: 1 1 0;
    min-width: 0;
}

.site_footer.mz-site-footer .footer-section .zameen-logo {
    padding-top: 8px;
    margin-bottom: 20px;
    line-height: 0;
}

.site_footer.mz-site-footer .zameen-logo img {
    display: block;
    height: auto;
    max-width: min(200px, 100%);
}

.site_footer.mz-site-footer .social-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}

.site_footer.mz-site-footer .social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    background: #1b1f23;
    border-radius: 8px;
    transition: background 0.2s ease;
}

.site_footer.mz-site-footer .social-link:hover {
    background: #2a3138;
}

.site_footer.mz-site-footer .social-link img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.site_footer.mz-site-footer .content-wrapper {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: clamp(48px, 8vw, 50px);
}

.site_footer.mz-site-footer .connect-section {
    flex: 1 1 auto;
    min-width: 0;
}

.site_footer.mz-site-footer .payment-partner-block {
    flex: 0 0 auto;
}

.site_footer.mz-site-footer .connect-section h3,
.site_footer.mz-site-footer .payment-partner-block > h3,
.site_footer.mz-site-footer .payment-section > h3 {
    margin: 0 0 24px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.35;
    color: #e6e7e8;
}

.site_footer.mz-site-footer .payment-partner-block .payment-section {
    margin-top: 20px;
}

.site_footer.mz-site-footer .payment-section > h3 {
    margin-bottom: 16px;
}

.site_footer.mz-site-footer .info-container {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.site_footer.mz-site-footer .info-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.site_footer.mz-site-footer .info-icon {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    margin-top: 2px;
    display: flex;
}

.site_footer.mz-site-footer .info-icon img {
    width: 18px;
    height: 18px;
}

.site_footer.mz-site-footer .info-text {
    font-size: 16px;
    line-height: 22px;
    color: #e6e7e8;
    max-width: none;
}

.site_footer.mz-site-footer .info-text a {
    color: #e6e7e8;
    text-decoration: none;
}

.site_footer.mz-site-footer .info-text a:hover {
    color: #fff;
    text-decoration: underline;
}

.site_footer.mz-site-footer .powered-by-link {
    display: inline-block;
    line-height: 0;
}

.site_footer.mz-site-footer .powered-by-link img {
    display: block;
    width: 250px;
    max-width: 100%;
    height: auto;
}

.site_footer.mz-site-footer .kuickpay-logo img {
    display: block;
    width: 150px;
    max-width: 100%;
    height: auto;
}

.site_footer.mz-site-footer .links-section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 20px 40px;
}

.site_footer.mz-site-footer .copy-right {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    line-height: 20px;
    color: #84898e;
}

.site_footer.mz-site-footer .copy-symbol {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    font-size: 11px;
    line-height: 1;
    color: #84898e;
    flex-shrink: 0;
}

.site_footer.mz-site-footer .external-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 24px 40px;
}

.site_footer.mz-site-footer .external-links a {
    font-size: 16px;
    line-height: 24px;
    color: #e6e7e8;
    text-decoration: none;
}

.site_footer.mz-site-footer .external-links a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Footer — mid: stack brand + detail */
@media screen and (max-width: 900px) {
    .site_footer.mz-site-footer .footer-section {
        flex-direction: column;
        flex-wrap: nowrap;
    }

    .site_footer.mz-site-footer .footer-brand-col {
        flex: 1 1 auto;
        min-width: 0;
        width: 100%;
        align-items: flex-start;
        text-align: start;
    }

    .site_footer.mz-site-footer .footer-detail-container {
        flex: 1 1 auto;
        width: 100%;
        text-align: start;
    }

    .site_footer.mz-site-footer .social-container {
        justify-content: flex-start;
    }

    .site_footer.mz-site-footer .content-wrapper {
        justify-content: flex-start;
    }

    .site_footer.mz-site-footer .info-item {
        flex-direction: row;
        align-items: flex-start;
    }

    .site_footer.mz-site-footer .info-text {
        max-width: 100%;
    }
}

/* Footer — narrow: stack Connect / Powered blocks; bar stacks */
@media screen and (max-width: 640px) {
    .site_footer.mz-site-footer .content-wrapper {
        flex-direction: column;
        align-items: flex-start;
    }

    .site_footer.mz-site-footer .links-section {
        flex-direction: column;
        align-items: flex-start;
        text-align: start;
    }
    .site_footer.mz-site-footer .social-container {
        flex-wrap: nowrap;
    }

    .site_footer.mz-site-footer .external-links {
        justify-content: flex-start;
    }

    .site_footer.mz-site-footer .zameen-logo img {
        max-width: min(190px, 100%);
    }

    .site_footer.mz-site-footer .footer-brand-col {
        min-width: 0;
    }
}

/* Newsletter (MyZameen / Figma card) */
.subscribe_newsletter_ksa.mz-newsletter-figma {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: 350px;
    padding: 0;
    margin-bottom: 40px;
    overflow: hidden;
    direction: ltr;
    text-align: left;
    border-radius: 12px;
    border: 1px solid #2e3237;
    /* background-image newsletter_bg.png enqueued inline in functions.php */
    background-color: #15181b;
}

.subscribe_newsletter_ksa.mz-newsletter-figma .news_letter_form,
.subscribe_newsletter_ksa.mz-newsletter-figma .newsletter {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    margin: 0;
    box-sizing: border-box;
}
.subscribe_newsletter_ksa.mz-newsletter-figma .newsletter {
    padding-bottom: 20px;
}

/* Logo above email (screenshot layout) */
.subscribe_newsletter_ksa.mz-newsletter-figma .mz-newsletter-figma__brand {
    box-sizing: border-box;
    flex: none;
    width: 100%;
    margin: 0;
    padding: 20px 20px 30px;
}

.subscribe_newsletter_ksa.mz-newsletter-figma .mz-newsletter-figma__logo-img {
    display: block;
    width: 131px;
    max-width: min(131px, 75%);
    height: auto;
}

.subscribe_newsletter_ksa.mz-newsletter-figma .newsletter .form-wrap {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
    padding: 0 20px;
}

.subscribe_newsletter_ksa.mz-newsletter-figma .mz-newsletter-figma__field {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    width: 100%;
    position: relative;
}

/* Submit + AJAX messages share one column (avoids overlapping the email field). */
.subscribe_newsletter_ksa.mz-newsletter-figma .newsletter .mz-newsletter-figma__actions {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    width: 100%;
}

.subscribe_newsletter_ksa.mz-newsletter-figma .newsletter label {
    text-align: start;
    margin: 0;
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #e6e7e8;
    display: block;
}

.subscribe_newsletter_ksa.mz-newsletter-figma .newsletter input[type="email"] {
    box-sizing: border-box;
    width: 100%;
    height: 48px;
    margin: 0;
    padding: 0 16px;
    font-family: "Manrope", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #e6e7e8;
    background: #22272c;
    border: 1px solid #2e3237;
    border-radius: 8px;
}

.subscribe_newsletter_ksa.mz-newsletter-figma .newsletter input[type="email"]::placeholder {
    color: #84898e;
}

.subscribe_newsletter_ksa.mz-newsletter-figma .newsletter input[type="email"].has-error {
    border-color: #c84848;
}

.subscribe_newsletter_ksa.mz-newsletter-figma .newsletter .mz-newsletter-figma__actions .mz-newsletter-figma__submit {
    box-sizing: border-box;
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 8px;
    width: 100%;
    height: 44px;
    margin: 0;
    padding: 0 12px;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    text-transform: capitalize;
    color: #0cf19e;
    letter-spacing: normal;
    background: #22272c;
    border: 1px solid #2e3237;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease,
        box-shadow 0.2s ease, transform 0.2s ease;
}

.subscribe_newsletter_ksa.mz-newsletter-figma .newsletter .mz-newsletter-figma__actions .mz-newsletter-figma__submit i {
    color: #0cf19e;
    font-size: 14px;
    line-height: 1;
    transition: color 0.2s ease;
}

.subscribe_newsletter_ksa.mz-newsletter-figma .newsletter .mz-newsletter-figma__actions .mz-newsletter-figma__submit:not(:disabled):hover {
    background: #2a3239;
    border-color: rgba(12, 241, 158, 0.55);
    color: #4df7be;
    box-shadow: 0 0 0 1px rgba(12, 241, 158, 0.2), 0 8px 24px rgba(12, 241, 158, 0.12);
    transform: translateY(-1px);
}

.subscribe_newsletter_ksa.mz-newsletter-figma .newsletter .mz-newsletter-figma__actions .mz-newsletter-figma__submit:not(:disabled):hover i {
    color: #4df7be;
}

.subscribe_newsletter_ksa.mz-newsletter-figma .newsletter .mz-newsletter-figma__actions .mz-newsletter-figma__submit:focus-visible {
    outline: none;
    border-color: #0cf19e;
    box-shadow: 0 0 0 3px rgba(12, 241, 158, 0.35);
}

.subscribe_newsletter_ksa.mz-newsletter-figma .newsletter .mz-newsletter-figma__actions .mz-newsletter-figma__submit:not(:disabled):active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(12, 241, 158, 0.08);
}

.subscribe_newsletter_ksa.mz-newsletter-figma .newsletter .mz-newsletter-figma__actions .mz-newsletter-figma__submit:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

@media (prefers-reduced-motion: reduce) {
    .subscribe_newsletter_ksa.mz-newsletter-figma .newsletter .mz-newsletter-figma__actions .mz-newsletter-figma__submit,
    .subscribe_newsletter_ksa.mz-newsletter-figma .newsletter .mz-newsletter-figma__actions .mz-newsletter-figma__submit i {
        transition: none;
    }

    .subscribe_newsletter_ksa.mz-newsletter-figma .newsletter .mz-newsletter-figma__actions .mz-newsletter-figma__submit:not(:disabled):hover,
    .subscribe_newsletter_ksa.mz-newsletter-figma .newsletter .mz-newsletter-figma__actions .mz-newsletter-figma__submit:not(:disabled):active {
        transform: none;
    }
}

.subscribe_newsletter_ksa.mz-newsletter-figma .newsletter .message-container {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    width: 100%;
    margin: 0;
    padding: 0;
    position: static;
    min-height: 0;
}

/* Idle: JS leaves .message-container empty → no reserve height; spacing = .form-wrap gap (24px) only */
.subscribe_newsletter_ksa.mz-newsletter-figma .newsletter .message-container:empty {
    display: none;
}

/* Plugin CSS absolutely positions .newletter-error; keep normal flow here */
.subscribe_newsletter_ksa.mz-newsletter-figma .newsletter .message-container .newletter-error,
.subscribe_newsletter_ksa.mz-newsletter-figma .newsletter .message-container span.newletter-error {
    position: static !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    align-self: stretch;
    width: 100%;
    margin: 0;
    padding: 0;
    margin-block-end: 0;
    text-align: start;
    font-family: "Manrope", sans-serif;
    font-size: 13px;
    line-height: 1.35;
    font-weight: 500;
    color: #f08a8a;
    margin-top: -15px;
}

.subscribe_newsletter_ksa.mz-newsletter-figma .newsletter .message-container .success-message {
    box-sizing: border-box;
    display: block;
    font-family: "Manrope", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    text-align: center;
    color: #0cf19e;
    background: #22272c;
    border: 1px solid #2e3237;
    border-radius: 8px;
    padding: 14px 12px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

/* Sticky sidebar widget wrapper (TEXT widget: div.fixed-on-scroll + shortcode) */
.fixed-on-scroll {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.fixed-on-scroll.hide-at-footer {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

/* Smooth follow when left/width/track sidebar (jerky without transition + layout reserve). */
.fixed-on-scroll.mz-fixed-sidebar-widget--smooth.is-sticky {
    transition:
        opacity 0.28s ease,
        visibility 0.28s ease,
        left 0.22s ease-out,
        top 0.22s ease-out,
        width 0.22s ease-out;
}

@media (prefers-reduced-motion: reduce) {
    .fixed-on-scroll.mz-fixed-sidebar-widget--smooth.is-sticky {
        transition:
            opacity 0.28s ease,
            visibility 0.28s ease;
    }
}

.default_widgets_container.default_widgets_col .widget_area {
    position: relative;
}

@media screen and (max-width: 910px) {
    .fixed-on-scroll.is-sticky,
    .fixed-on-scroll[style*="fixed"] {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        width: 100% !important;
        z-index: auto !important;
    }

    .fixed-on-scroll.hide-at-footer {
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
    }
}

.newsletter-form-popup > div {
    background-color: transparent;
    padding: 0;
    border-radius: 0;
}

.newsletter-popup-close-btn {
    border: none;
}

.newsletter-form-popup > div .newsletter {
    width: 100%;
}

/******************Newsletter Mobile***************/
.newsletter-mobile-listing-wrapper .newsletter {
    background: white;
    box-shadow: 0px 0px 50px 0px rgba(34, 34, 34, 0.1);
    position: relative;
    padding: 20px;
    overflow: auto;
}

.newsletter-mobile-listing-wrapper .newsletter .heading::before {
    content: none;
}

.newsletter-mobile-listing-wrapper .newsletter .heading {
    color: #7c7c7c;
    text-transform: initial;
    font-size: 20px;
    vertical-align: top;
    display: initial;
    padding: 0;
}

.newsletter-mobile-listing-wrapper .newsletter input[type="email"] {
    border: 1px solid #7c7c7c;
    margin: 0;
    width: calc(100% - 70px);
    float: left;
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.newsletter-mobile-listing-wrapper .newsletter input[type="email"].has-error {
    border: 2px solid #eeaaa9;
}

.newsletter-mobile-listing-wrapper .newsletter .clearfix:before,
.newsletter-mobile-listing-wrapper .newsletter .clearfix:after {
    content: none;
}

.newsletter-mobile-listing-wrapper #news_letter_form {
    margin-bottom: 70px;
}

.newsletter-mobile-listing-wrapper.article-wrap #news_letter_form {
    margin: 0;
}

.newsletter-mobile-listing-wrapper.article-wrap #news_letter_form::after {
    content: none;
}

.newsletter-mobile-listing-wrapper.article-wrap .newsletter {
    box-shadow: none;
    margin: auto;
}

/**************************************************/


/*Pagination*/

.navigation.pagination {
    text-align: center;
}

.navigation.pagination .nav-links {
    display: inline-block;
    border: 1px solid #2E3237;
    padding: 5px 25px;
    font-family: "Lato", sans-serif;
}

.navigation.pagination .nav-links .page-numbers.current {
    background-color: transparent !important;
    color: #0592e9;
}

.navigation.pagination .nav-links .page-numbers {
    width: 24px;
    font-size: 13px;
}

.navigation.pagination .nav-links .page-numbers:last-of-type {
    margin-right: 0;
}

.post-category-article .featured-single-post .single_post_body .post_title,
.post-category-article .author-box,
#post-55474 .featured-single-post .single_post_body .post_title,
#post-55474 .author-box {
    display: none;
}


/*******************************************************************************************************************************/
.category-7 a[rel="category tag"] {
    color: #fff;
}

.sidebar_post_content_col .grid_list .blog_post_container {
    margin-bottom: 16px;
}

.sidebar_post_content_col .grid_list .post_title {
    line-height: 1.35em;
    margin-bottom: 10px;
}

.sidebar_post_content_col .post_banner{
    position: relative;
}
.sidebar_post_content_col .post_banner .post_meta_wrap{
    position: absolute;
    bottom: 3px;
    inset-inline-start: 10px;
}
.blog_post_container .post_meta_info{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    padding: 7px 0;

}
.blog_post_container .post_meta_info .blog-published-date{
    font-size: 10px;
    line-height: 1.7;
    color: #28B16D;
    font-weight: 500;
}
.sidebar_post_content_col .post_banner .post_meta_wrap .blog-reading-time{
    color: #fff;
}
.menu-myzameen-footer-ar-container {
    margin-left: 40px;
  }
  
  .menu-myzameen-footer-ar-container,
  .menu-myzameen-footer-property-menu-ar-container {
    text-align: right;
  }
  
  .menu-myzameen-footer-ar-container li:last-of-type {
    margin-left: 0;
  }
  
  footer .menu-myzameen-footer-property-menu-ar-container {
    height: 130px;
    transition: height .5s linear;
  }
  
  footer .menu-myzameen-footer-property-menu-ar-container.expanded {
    height: 220px;
  }
  
/* Instagram loading position */
#sb_instagram .sbi_loader {
    position: absolute;
}

/**************************/
/*******************************************************************************************************************************/
/***************************************************Arabic CSS******************************************************************/
/*******************************************************************************************************************************/

@media screen and (min-width: 911px) {
    .sidebar_post_content_col .post_related .two_coloumns_list .post_banner,
    .sidebar_post_content_col .post_related .two_coloumns_list .blog_post_container.format-standard .post_body.has_post_banner {
        width: 100%;
        padding: 0;
    }
    .post_width_sidebar_row {
        margin: 0;
    }
    /*Single Post Style*/
    .sidebar_post_content_col .entry-content p {
        margin-top: 0;
    }
    .sidebar_post_content_col {
        padding: 0;
    }
    .default_widgets_col {
        padding: 0 0 0 0;
    }
    .sidebar_post_content_col .blog_post_container .entry-content {
        font-size: 15px;
    }
    /*Homepage Style*/
    .sidebar_post_content_col .grid_list .post_title {
        padding: 0;
        text-align: left;
        font-size: 23px;
    }
    .featured-single-post .post_banner {
        max-height: 508px;
        overflow: hidden;
    }
}

@media screen and (max-width: 1170px) {
    .container,
    .newsletter {
        width: 100%;
    }
}

@media screen and (max-width: 910px) {
    .header_nav .main_menu {
        display: none;
    }
    main.site-content {
        margin-top: 0;
    }
    /* ul.homepage-main-post {
        margin-left: -15px;
        margin-right: -15px;
    } */
    ul.homepage-main-post li .post-info {
        padding: 15px;
    }
    ul.homepage-main-post li .post-info .post-title {
        font-size: 24px;
        line-height: 1.4em;
    }
    ul.homepage-main-post li .post-info .post_meta_container {
        font-size: 10px;
    }
    ul.homepage-main-post li .post-info a.read-more {
        font-size: 9px;
    }
    /*Navigation*/
    .main_menu:not(.mz-drawer-menu) .menu-myzameen-property-menu-container ul,
    .main_menu:not(.mz-drawer-menu) .menu-myzameen-product-menu-container ul,
    .main_menu:not(.mz-drawer-menu) .menu-myzameen-property-menu-ar-container ul,
    .main_menu:not(.mz-drawer-menu) .menu-myzameen-product-menu-ar-container ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .main_menu:not(.mz-drawer-menu) .menu-myzameen-property-menu-container ul li,
    .main_menu:not(.mz-drawer-menu) .menu-myzameen-product-menu-container ul li,
    .main_menu:not(.mz-drawer-menu) .menu-myzameen-property-menu-ar-container ul li,
    .main_menu:not(.mz-drawer-menu) .menu-myzameen-product-menu-ar-container ul li {
        border-bottom: 5px solid #eeeeee;
    }
    .main_menu:not(.mz-drawer-menu) .menu-myzameen-property-menu-container ul li a,
    .main_menu:not(.mz-drawer-menu) .menu-myzameen-product-menu-container ul li a,
    .main_menu:not(.mz-drawer-menu) .menu-myzameen-property-menu-ar-container ul li a,
    .main_menu:not(.mz-drawer-menu) .menu-myzameen-product-menu-ar-container ul li a {
        color: #525252;
        font-size: 12.5px;
        letter-spacing: 0.6px;
        padding: 10px 0 5px;
        display: block;
        text-transform: uppercase;
    }
    .main_menu:not(.mz-drawer-menu) .menu-myzameen-property-menu-container ul li .sub-menu,
    .main_menu:not(.mz-drawer-menu) .menu-myzameen-property-menu-ar-container ul li .sub-menu,
    .main_menu:not(.mz-drawer-menu) .menu-myzameen-product-menu-container ul li .sub-menu,
    .main_menu:not(.mz-drawer-menu) .menu-myzameen-product-menu-ar-container ul li .sub-menu {
        display: none;
        overflow: auto;
    }
    .main_menu:not(.mz-drawer-menu) .menu-myzameen-property-menu-container ul li .sub-menu li,
    .main_menu:not(.mz-drawer-menu) .menu-myzameen-product-menu-container ul li .sub-menu li {
        text-align: left;
        margin-left: 20px;
        border-bottom: 1px solid #eeeeee;
    }
    .main_menu:not(.mz-drawer-menu) .menu-myzameen-property-menu-container ul li .sub-menu li a,
    .main_menu:not(.mz-drawer-menu) .menu-myzameen-property-menu-ar-container ul li .sub-menu li a,
    .main_menu:not(.mz-drawer-menu) .menu-myzameen-product-menu-container ul li .sub-menu li a,
    .main_menu:not(.mz-drawer-menu) .menu-myzameen-product-menu-ar-container ul li .sub-menu li a {
        padding: 5px 0;
        text-transform: none;
    }
    .main_menu:not(.mz-drawer-menu) .menu-myzameen-property-menu-ar-container ul li .sub-menu li,
    .main_menu:not(.mz-drawer-menu) .menu-myzameen-product-menu-ar-container ul li .sub-menu li {
        text-align: right;
        margin-right: 20px;
        border-bottom: 1px solid #eeeeee;
    }
    .main_menu:not(.mz-drawer-menu) .property-dropdown {
        position: relative;
    }
  
    .main_menu:not(.mz-drawer-menu) .property-dropdown.expand::after {
        transform: rotate(180deg);
    }
    .main_menu:not(.mz-drawer-menu) .menu-myzameen-property-menu-ar-container .property-dropdown::after,
    .main_menu:not(.mz-drawer-menu) .menu-myzameen-product-menu-ar-container .property-dropdown::after {
        margin-left: 0;
        margin-right: 5px;
        right: initial;
        left: 0;
    }
    .main_menu:not(.mz-drawer-menu) .property-dropdown.expand .sub-menu {
        display: block;
    }
    .main_menu:not(.mz-drawer-menu) li.lang-item a {
        font-family: Arabic-DroidKufi;
    }

    ul.navbar>li.my-home-menu a,
    ul.navbar>li.tips-menu a,
    ul.navbar>li.pulse-menu a,
    ul.navbar>li.market-trends-menu a,
    ul.navbar>li.attractions-menu a,
    ul.navbar>li.library-menu a,
    ul.navbar>li.news-menu a,
    ul.navbar>li.my-home-menu-ar a,
    ul.navbar>li.tips-menu-ar a,
    ul.navbar>li.pulse-menu-ar a,
    ul.navbar>li.trends-menu-ar a,
    ul.navbar>li.attractions-menu-ar a,
    ul.navbar>li.library-menu-ar a,
    ul.navbar>li.news-menu-ar a {
        padding: 10px 0 5px;
    }

    ul.navbar>li.my-home-menu,
    ul.navbar>li.tips-menu,
    ul.navbar>li.pulse-menu,
    ul.navbar>li.market-trends-menu,
    ul.navbar>li.attractions-menu,
    ul.navbar>li.library-menu,
    ul.navbar>li.news-menu,
    ul.navbar>li.my-home-menu-ar,
    ul.navbar>li.tips-menu-ar,
    ul.navbar>li.pulse-menu-ar,
    ul.navbar>li.trends-menu-ar,
    ul.navbar>li.attractions-menu-ar,
    ul.navbar>li.library-menu-ar,
    ul.navbar>li.news-menu-ar,
    ul.navbar>li.menu-item-3304-en
    {
        margin-left: 0;
    }

}

@media screen and (max-width: 768px) {
    .featured-single-post .single_post_body .post_title {
        font-size: 21px;
        line-height: 1.35em;
        font-weight: bold;
    }
    .entry-content p,
    .entry-content ul,
    .entry-content li {
        font-size: 14px;
    }
    .entry-content h2 {
        font-size: 18px;
        line-height: 1.4em;
    }
    .entry-content h3 {
        font-size: 16px;
        line-height: 1.25em;
    }
}

@media screen and (min-width: 671px) {
    body.home .grid_col,
    body.category .grid_col {
        width: 50%;
    }
    .sidebar_post_content_col .post_related .two_coloumns_list .thepost_row {
        width: 32.3%;
        margin: 0 0 0 1%;
        float: left;
    }
}

@media screen and (max-width: 670px) {
    .grid_list .blog_post_container:not(.mz-post-card) {
        -webkit-box-shadow: 0px 0px 50px 0px rgba(34, 34, 34, 0.1);
        -moz-box-shadow: 0px 0px 50px 0px rgba(34, 34, 34, 0.1);
        box-shadow: 0px 0px 50px 0px rgba(34, 34, 34, 0.1);
    }

    .grid_list .blog_post_container.mz-post-card .post_body {
        padding: 0;
    }
    .grid_list .blog_post_container .post_body {
        padding: 0 10px 2px;
        margin: 0;
    }
    .grid_list .post_title {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .grid_list .post_body {
        text-align: initial;
    }
    .sidebar_post_content_col .grid_list .post_title {
        font-size: 22px;
    }
    /*.grid_list .post_meta_row, .two_coloumns_list .post_meta_row { text-align: left; }
	.featured-single-post .overlay { padding: 30px 15px 0; background: linear-gradient(to bottom,rgba(255,255,255,0) 0,rgba(0,0,0,0.4) 50%,rgba(0,0,0,.65) 100%); }*/
    .featured-single-post:before {
        background: transparent;
    }
    .featured-single-post .overlay {
        padding: 10px 25px 0;
        background: transparent;
        position: relative;
    }
    .single-post .blog_post_container .post_body {
        margin: 0 10px;
    }
    .featured-single-post {
        margin-bottom: 0;
    }
    .entry-content p {
        margin: 0 0 20px;
    }
    .featured-single-post .single_post_body .post_title,
    .featured-single-post .blog-reading-time,
    .featured-single-post .post_meta_item {
        color: #222222;
    }
    .featured-single-post .post_meta_container {
        float: inline-start;
        margin-bottom: 20px;
    }
    
    .post-whatsapp-btn.alia_whatsapp_visible {
        display: block;
      }

    .featured-single-post .post_banner img {
        width: 100%;
        /*min-height: 250px;*/
        -o-object-fit: cover;
        object-fit: cover;
    }
    .newsletter-form-popup > div {
        width: 80%;
    }
    .two_coloumns_list.row {
        margin: 0;
    }
    ul.homepage-main-post li img {
        border-radius: 0;
        height: 290px;
        width: auto;
        object-fit: cover;
    }
    ul.homepage-main-post li .overlay {
        border-radius: 0;
    }
   
    .navigation.pagination .nav-links .page-numbers {
        height: 30px;
        line-height: 30px;
        margin-inline-end: 4px;
    }
    .post-category-article .wp-post-image,
    .postid-55474 .wp-post-image {
        object-position: 0;
    }
    .newsletter-form-popup > div {
        width: 80%;
    }

    .newsletter {
        max-width: 100%;
    }

    .mz-newsletter-figma .mz-newsletter-figma__logo-img {
        width: clamp(118px, 44vw, 131px);
    }

      figure.size-full {
        width: 100%;
      }
    
      figure.size-full img {
        width: 100%;
      }
    
      .entry-content img {
        width: 100%;
      }
}

.postid-55474 .featured-single-post .single_post_body .post_title,
.postid-55474 .full_width_post_single.sidebar_post_single .author_info_container.author_single_box {
    display: none;
}

.new-tag:after {
   content: none;
}
.new-tag > a{
    position: relative;
    padding-inline-end: 50px;
}
.new-tag > a::before {
    content: 'new';
    position: absolute;
    top: -5px;
    inset-inline-end: 10px;
    font-size: 10px;
    text-transform: uppercase;
    background-color: red;
    line-height: 10px;
    padding: 3px 6px;
    color: white;
    border-radius: 16px;
}
.new-tag::after {
    margin-inline-start: 40px !important;
}
/**********************************************/
/**************Homepage Featured Posts*******************/
/**********************************************/
.homepage-featured-trending-wrapper {
  display: flex;
  gap: 16px;
  margin-bottom: 40px;
}

.homepage-featured-posts {
  flex-grow: 1;
  flex-basis: 0;
}

.homepage-featured-posts .owl-carousel .owl-stage-outer, .homepage-featured-posts .owl-item{
  border-radius: 8px;
}

.owl-theme .owl-nav.disabled+.owl-dots {
  position: absolute;
  bottom: 10px;
  width: 100%;
}

.homepage-featured-posts.trending-section {
  width: 580px;
}

.homepage-featured-posts.featured-section {
  width: calc(100% - 596px);
}

.homepage-featured-posts.featured-section .featured-post {
  height: 500px;
}

.homepage-featured-posts .featured-post {
  position: relative;
  width: 100%;
}

.homepage-featured-posts .featured-post .featured-tag {
  position: absolute;
  z-index: 1;
  color: white;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 1);
  top: 16px;
  inset-inline-start: 16px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
}

.homepage-featured-posts .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  border-radius: 8px;
  overflow: hidden;
}

.homepage-featured-posts.featured-section .image-wrapper {
  height: 500px;
  background-color: #000000;
}

.homepage-featured-posts img {
  max-width: initial;
  height: 100%;
  position: absolute;
}

.homepage-featured-posts.featured-section img  {
  width: auto !important;
}

.homepage-featured-posts .featured-post img {
    border-radius: 8px;
    opacity: 1;
    transition: transform .55s ease;
}

.homepage-featured-posts .featured-post:hover img,
.homepage-featured-posts .featured-post:focus-within img {
    transform: scale(1.06);
}

.homepage-featured-posts .overlay,
.homepage-featured-posts .featured-post-content {
    position: absolute;
    width: 100%;
    bottom: 0;
}

.homepage-featured-posts.featured-section .featured-post-content {
    bottom: 30px;
}

/* Match plugin: short scrim at rest (behind content); taller on hover */
.homepage-featured-posts .overlay {
    background: linear-gradient(360deg, #000000 0%, rgba(0, 0, 0, 0) 92.85%);
    border-radius: 8px;
    opacity: 0.8;
    visibility: visible;
    pointer-events: none;
    transition:
        height 0.45s cubic-bezier(0.4, 0, 0.2, 1),
        opacity 0.35s ease;
}

.homepage-featured-posts.featured-section .overlay {
    height: clamp(108px, 22%, 140px);
}

.homepage-featured-posts.featured-section .featured-post:hover .overlay,
.homepage-featured-posts.featured-section .featured-post:focus-within .overlay {
    height: min(280px, 58%);
    opacity: 0.85;
}

.homepage-featured-posts.trending-section .overlay {
    height: clamp(82px, 34%, 112px);
}

.homepage-featured-posts.trending-section .featured-post:hover .overlay,
.homepage-featured-posts.trending-section .featured-post:focus-within .overlay {
    height: min(220px, 88%);
    opacity: 0.85;
}

.homepage-featured-posts .post-title {
  font-size: 24px;
  line-height: 1.35em;
  color: #ffffff;
  margin: 0 0 5px;
  font-weight: 600;
}

.homepage-featured-posts .featured-post-content {
  padding: 0 16px 16px;
}

/* .homepage-featured-posts .post_meta_container .post-link {
  display: none;
} */

.homepage-featured-posts .post-category-wrapper {
  display: flex;
  gap: 10px;
  align-items: center;
}

/* .homepage-featured-posts .post_meta_item.meta_item_category > *:nth-child(2) {
  display: none !important;
} */

.homepage-featured-posts .post-info a[rel="category tag"] {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
  padding: 4px 8px;
  border-radius: 4px;
  background-color: #0592e9;
}

.homepage-featured-posts .post_meta_container {
  margin-bottom: 0;
}

.homepage-featured-posts .blog-reading-time {
  color: #ffffff;
  float: inline-start;
  font-size: 14px;
  line-height: 14px;
}

.homepage-featured-posts.trending-section .featured-post-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.homepage-featured-posts.trending-section .image-wrapper {
  height: 242px;
  background-color: #000000;
}

.homepage-featured-posts.trending-section .featured-post-wrapper > div {
  height: 242px;
  width: 100%;
}

.homepage-featured-posts.trending-section .featured-post-wrapper > div:first-child img {
  width: 100%;
  height: auto;
}

.homepage-featured-posts .trending-post-sub-section {
  display: flex;
  gap: 16px;
}

.homepage-featured-posts .trending-post-sub-section .post-title {
  font-size: 20px;
}

.homepage-featured-posts .owl-theme .owl-dots .owl-dot span {
  width: 24px;
  height: 4px;
}

@media screen and (max-width: 910px) {
  .homepage-featured-posts .owl-carousel {
    width: 100% !important;
  }

  .homepage-featured-posts.trending-section .featured-post-wrapper > div:first-child img {
    width: auto;
    height: 100%;
  }
}

@media screen and (max-width: 780px) {
  .homepage-featured-trending-wrapper {
    flex-wrap: wrap;
  }

  .homepage-featured-posts.featured-section {
    width: 100%;
  }
}

@media screen and (max-width: 1100px) {
  .homepage-featured-posts.trending-section .featured-post-wrapper > div:first-child img {
    width: initial;
    height: 100%;
  }
}

@media screen and (max-width: 780px) {
  .homepage-featured-posts.trending-section .featured-post-wrapper > div:first-child img {
    width: 100%;
    height: auto;
  }

  .homepage-featured-posts.trending-section .image-wrapper {
    align-items: center;
  }
}

@media screen and (max-width: 600px) {
  .homepage-featured-trending-wrapper {
    margin-left: -15px;
    margin-right: -15px;
  }

  .homepage-featured-trending-wrapper, .homepage-featured-posts .trending-post-sub-section {
    flex-wrap: wrap;
  }

  .homepage-featured-trending-wrapper, .homepage-featured-posts.trending-section .featured-post-wrapper, .homepage-featured-posts .trending-post-sub-section {
    gap: 4px;
  }

  .homepage-featured-posts.featured-section {
    width: 100%;
    flex-grow: initial;
    flex-basis: initial;
  }

  .homepage-featured-posts .post-title {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 6px;
  }

  .homepage-featured-posts .featured-post .featured-tag {
    font-size: 12px;
    line-height: 14px;
  }

  .homepage-featured-posts .blog-reading-time {
    font-size: 12px;
    line-height: 12px;
    margin-top: 4px;
  }

  .homepage-featured-posts .image-wrapper, .homepage-featured-posts .featured-post img , .homepage-featured-posts .overlay {
    border-radius: 0;
  }

  .homepage-featured-posts.trending-section .featured-post img {
    width: 100%;
    height: auto;
  }

  .homepage-featured-posts.featured-section .image-wrapper, .homepage-featured-posts.featured-section .featured-post {
    height: 280px;
  }

  .homepage-featured-posts.trending-section .image-wrapper, .homepage-featured-posts.trending-section .featured-post-wrapper > div {
    height: 190px;
  }

  .homepage-featured-posts.trending-section .featured-post-wrapper > div {
    height: initial;
  }

  .homepage-featured-posts .trending-post-sub-section .post-title {
    font-size: 18px;
  }
}

@media screen and (max-width: 640px) {
    .header-featured-trending-posts.homepage-featured-trending-wrapper{
        padding: 0 15px;
        gap: 10px;
    }
    
    .header-featured-trending-posts .homepage-featured-posts.trending-section{
        border-radius: 8px;
        overflow: hidden;
    }

    .mz-myzameen-btn{
        position: absolute;
        bottom: 15px;
        left: 25px;
    }

    .site_footer.mz-site-footer .social-link {
        width: 36px;
        height: 36px;
    }

    .site_footer.mz-site-footer .social-link img {
        width: 20px;
        height: 20px;
    }

}

/* Back-to-top: use <button> for semantics; reset defaults so parent .alia_gototop_button layout matches former <div> */
button#aliagototop.alia_gototop_button {
    font: inherit;
    color: inherit;
    border: 0;
    background: transparent;
    padding: 0;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
}
