.elementor-21035 .elementor-element.elementor-element-a0be211{--display:flex;}.elementor-21035 .elementor-element.elementor-element-cd5f144 .elementor-wrapper{--video-aspect-ratio:1.77777;}.elementor-21035 .elementor-element.elementor-element-64a77e3f{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS */#qodef-related-posts, #qodef-related-posts, .qodef-e-media-image {
	display:none !important
}

/* Desktop stays as-is — no changes */

/* Tablet */
@media (max-width: 1024px) {
    .qodef-e-title.entry-title {
        font-size: 32px !important;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .qodef-e-title.entry-title {
        font-size: 26px !important;
    }
}
/* 1) Hide the MAIN header block completely */
#qodef-page-header-inner {
    display: none !important;
}

/* 2) Force the STICKY header to always show, even when not scrolled */
body:not(.qodef-header--sticky) header#qodef-page-header .qodef-header-sticky {
    display: flex !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    height: auto !important;
    transform: none !important;
}

/* 3) Make sure the sticky inner acts like a normal header row */
header#qodef-page-header .qodef-header-sticky {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 9999 !important;
}

header#qodef-page-header .qodef-header-sticky-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

/* Restore padding for the sticky header */
header#qodef-page-header .qodef-header-sticky-inner {
    padding-top: 25px !important;   /* adjust if needed */
    padding-bottom: 25px !important; /* adjust if needed */
     border-bottom: 1px solid rgba(0, 0, 0, 0.10); /* separator line */
}







/* Make only this section full width */
.fullwidth-section, .footer-section {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    padding-left: 40px !important;
    padding-right: 40px !important;
}
.footer-section {
     width: 100vw !important;
    max-width: 100vw !important;

    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;

    padding-left: 0 !important;   /* removed padding */
    padding-right: 0 !important;  /* removed padding */
}


#qodef-content-bottom #qodef-content-bottom-inner.qodef-content-full-width {
    display: none;
}

#qodef-page-inner {
    padding-bottom: 0px;
}












/* Remove the separators */
.qodef-info-tag-separator-single,
.qodef-info-separator-end {
    display: none !important;
}

/* CHIP STYLE — Non-clickable, no hover, no underline */
.qodef-e-left.qodef-e-info a[rel="tag"] {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    padding: 6px 14px;
    background: #D0DAD4;
    border-radius: 999px;
    color: #374151 !important;
    text-decoration: none !important;

    /* Disable click */
    pointer-events: none !important;
    cursor: default !important;

    /* Keep spacing aligned */
    margin-right: 6px;
}

/* Remove ALL hover states */
.qodef-e-left.qodef-e-info a[rel="tag"]:hover {
    background: #D0DAD4 !important;
    color: #374151 !important;
    text-decoration: none !important;
}

.qodef-blog .qodef-e-bottom-holder {
    margin-top: 0px;
}

#qodef-single-post-navigation {
    margin-top: 20px;
}/* End custom CSS */