.elementor-15338 .elementor-element.elementor-element-85702f3{margin-top:10px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-15338 .elementor-element.elementor-element-0376ae0 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){--kit-widget-spacing:2px;}.elementor-15338 .elementor-element.elementor-element-33f4c6b > .elementor-widget-container{margin:24px 0px 24px 0px;padding:0px 0px 0px 0px;}.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 );}.elementor-15338 .elementor-element.elementor-element-c81d8e8{font-family:"DM Sans", Sans-serif;font-size:18px;font-weight:400;color:#292A29;}.elementor-15338 .elementor-element.elementor-element-e520803{font-family:"DM Sans", Sans-serif;font-size:18px;font-weight:400;color:#292A29;}.elementor-15338 .elementor-element.elementor-element-470f173{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:80px;--padding-bottom:80px;--padding-left:0px;--padding-right:0px;}.elementor-15338 .elementor-element.elementor-element-029d7c4{padding:0px 0px 0px 0px;font-family:"DM Sans", Sans-serif;font-size:32px;font-weight:600;color:#000000;}@media(max-width:1024px){.elementor-15338 .elementor-element.elementor-element-470f173{--padding-top:80px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}.elementor-15338 .elementor-element.elementor-element-029d7c4{padding:0px 0px 0px 0px;}}@media(max-width:767px){.elementor-15338 .elementor-element.elementor-element-470f173{--padding-top:30px;--padding-bottom:20px;--padding-left:0px;--padding-right:0px;}.elementor-15338 .elementor-element.elementor-element-0296c42{padding:0px 0px 0px 0px;}}/* 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-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 */