.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-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for text-editor, class: .elementor-element-4374b17 *//* =========================================
   SYEDA FATIMA HEADER
========================================= */

:root {
    --sf-green: #003b2b;
    --sf-green-dark: #002d21;
    --sf-green-light: #07533f;

    --sf-gold: #d7a43b;
    --sf-gold-light: #f4d07a;
    --sf-gold-dark: #b17c17;

    --sf-white: #ffffff;

    --sf-title-font: Georgia, "Times New Roman", serif;
    --sf-body-font: Arial, Helvetica, sans-serif;
}


.sf-header,
.sf-header *,
.sf-mobile-menu,
.sf-mobile-menu * {
    box-sizing: border-box;
}


/* =========================================
   ELEMENTOR TOP WHITE SPACE FIX
   ONLY HEADER PARENT AFFECTED
========================================= */

/* Elementor HTML/Text widget containing header */
.elementor-widget-html:has(#sfHeader),
.elementor-widget-text-editor:has(#sfHeader) {
    margin: 0 !important;
    padding: 0 !important;
}


/* Elementor widget container */
.elementor-widget-html:has(#sfHeader) > .elementor-widget-container,
.elementor-widget-text-editor:has(#sfHeader) > .elementor-widget-container {
    margin: 0 !important;
    padding: 0 !important;

    width: 100% !important;
    max-width: none !important;
}


/* Elementor parent container containing header */
.e-con:has(#sfHeader) {
    margin-top: 0 !important;
    margin-bottom: 0 !important;

    padding-top: 0 !important;
    padding-bottom: 0 !important;

    --padding-top: 0px !important;
    --padding-bottom: 0px !important;

    --margin-top: 0px !important;
    --margin-bottom: 0px !important;
}


/* Inner Elementor wrapper */
.e-con:has(#sfHeader) > .e-con-inner {
    margin-top: 0 !important;
    margin-bottom: 0 !important;

    padding-top: 0 !important;
    padding-bottom: 0 !important;

    width: 100% !important;
    max-width: none !important;
}


/* Old Elementor Section Structure */
.elementor-section:has(#sfHeader),
.elementor-column:has(#sfHeader),
.elementor-column-wrap:has(#sfHeader) {
    margin-top: 0 !important;
    padding-top: 0 !important;
}


.elementor-section:has(#sfHeader)
.elementor-widget-wrap {
    margin-top: 0 !important;
    padding-top: 0 !important;
}


/* Remove generated empty paragraph */
.elementor-widget-text-editor:has(#sfHeader) p:empty {
    display: none !important;

    margin: 0 !important;
    padding: 0 !important;

    height: 0 !important;
}


/* =========================================
   HEADER
========================================= */

.sf-header {
    position: relative;

    width: 100vw !important;
    max-width: 100vw !important;

    min-height: 110px;

    margin: 0 !important;

    margin-left:
        calc(50% - 50vw) !important;

    padding: 0 !important;

    background:
        radial-gradient(
            circle at 90% -80%,
            rgba(215, 164, 59, 0.16),
            transparent 45%
        ),
        linear-gradient(
            110deg,
            #002f23 0%,
            #003b2b 55%,
            #144f37 100%
        );

    z-index: 9990;

    box-shadow:
        0 10px 28px
        rgba(0, 0, 0, 0.13);
}


.sf-container {
    width:
        min(94%, 1500px) !important;

    max-width:
        1500px !important;

    height: 110px;
    min-height: 110px;

    margin:
        0 auto !important;

    padding:
        0 !important;

    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 28px;
}


/* =========================================
   BRAND
========================================= */

.sf-brand {
    display: flex;

    align-items: center;

    gap: 16px;

    margin: 0 !important;
    padding: 0 !important;

    flex-shrink: 0;

    text-decoration:
        none !important;
}


.sf-logo-wrap {
    position: relative;

    width: 86px;
    height: 86px;

    flex:
        0 0 86px;

    padding: 4px;

    background:
        linear-gradient(
            145deg,
            #fff9ed,
            #e5ba5e
        );

    border:
        1px solid
        rgba(244, 208, 122, 0.9);

    border-radius: 11px;

    overflow: hidden;

    box-shadow:
        0 5px 18px
        rgba(0, 0, 0, 0.26);

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}


.sf-logo-wrap::after {
    content: "";

    position: absolute;

    top: -120%;
    left: -100%;

    width: 60%;
    height: 350%;

    transform:
        rotate(25deg);

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(255, 255, 255, 0.55),
            transparent
        );

    animation:
        sfLogoGlow
        6s
        ease-in-out
        infinite;
}


.sf-logo {
    position: relative;

    width: 100% !important;
    height: 100% !important;

    display: block;

    margin: 0 !important;

    border-radius: 7px;

    object-fit: cover;

    z-index: 1;
}


.sf-brand:hover .sf-logo-wrap {
    transform:
        translateY(-2px)
        scale(1.025);

    box-shadow:
        0 9px 24px
        rgba(0, 0, 0, 0.28),

        0 0 15px
        rgba(215, 164, 59, 0.2);
}


/* =========================================
   BRAND TEXT
========================================= */

.sf-brand-content {
    margin: 0 !important;
    padding: 0 !important;
}


.sf-brand-content h1 {
    margin: 0 !important;
    padding: 0 !important;

    color:
        var(--sf-gold-light);

    font-family:
        var(--sf-title-font);

    font-size: 26px;

    font-weight: 700;

    line-height: 1;

    letter-spacing: 0.3px;
}


.sf-brand-content h2 {
    margin:
        6px 0 0 !important;

    padding:
        0 !important;

    color: #ffffff;

    font-family:
        var(--sf-title-font);

    font-size: 13px;

    font-weight: 700;

    line-height: 1.1;
}


.sf-tagline {
    margin-top: 9px;

    display: flex;

    align-items: center;

    gap: 7px;

    color: #f8edd4;

    font-family:
        var(--sf-body-font);

    font-size: 8px;

    font-weight: 700;

    line-height: 1;

    letter-spacing: 0.8px;

    white-space: nowrap;
}


.sf-tagline i {
    width: 4px;
    height: 4px;

    display: block;

    flex:
        0 0 4px;

    margin: 0;

    border-radius: 50%;

    background:
        var(--sf-gold);

    box-shadow:
        0 0 6px
        rgba(215, 164, 59, 0.8);
}


/* =========================================
   DESKTOP NAVIGATION
========================================= */

.sf-nav {
    display: flex;

    align-items: stretch;
    justify-content: center;

    align-self: stretch;

    flex: 1;

    gap:
        clamp(
            28px,
            2.5vw,
            50px
        );

    margin: 0 !important;
    padding: 0 !important;
}


.sf-nav-link {
    position: relative;

    height: 100%;

    display: flex;

    align-items: center;
    justify-content: center;

    margin: 0 !important;

    padding:
        0 2px !important;

    color:
        rgba(
            255,
            255,
            255,
            0.96
        ) !important;

    font-family:
        var(--sf-body-font);

    font-size: 15px;

    font-weight: 700;

    line-height: 1;

    white-space: nowrap;

    text-decoration:
        none !important;

    transition:
        color 0.3s ease,
        transform 0.3s ease;
}


.sf-nav-link::after {
    content: "";

    position: absolute;

    left: 50%;
    bottom: 31px;

    width: 0;
    height: 2px;

    transform:
        translateX(-50%);

    border-radius: 10px;

    background:
        linear-gradient(
            90deg,
            var(--sf-gold-dark),
            var(--sf-gold-light)
        );

    transition:
        width 0.3s ease;
}


.sf-nav-link:hover {
    color:
        var(--sf-gold-light) !important;

    transform:
        translateY(-1px);
}


.sf-nav-link:hover::after {
    width: 28px;
}


.sf-nav-link.active {
    color:
        var(--sf-gold-light) !important;
}


.sf-nav-link.active::after {
    width: 48px;

    box-shadow:
        0 2px 7px
        rgba(215, 164, 59, 0.35);
}


/* =========================================
   DONATE BUTTON
========================================= */

.sf-header-action {
    display: flex;

    align-items: center;

    flex-shrink: 0;

    margin: 0 !important;
    padding: 0 !important;
}


.sf-donate-btn {
    position: relative;

    min-width: 174px;

    height: 52px;

    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 12px;

    padding:
        0 10px 0 24px;

    overflow: hidden;

    border:
        1px solid #e9b844;

    border-radius: 40px;

    background:
        linear-gradient(
            110deg,
            #c78d24,
            #e2b84c,
            #bd801c
        );

    color:
        #ffffff !important;

    font-family:
        var(--sf-body-font);

    font-size: 15px;

    font-weight: 700;

    line-height: 1;

    text-decoration:
        none !important;

    box-shadow:
        inset 0 1px 0
        rgba(255, 255, 255, 0.38),

        0 7px 18px
        rgba(0, 0, 0, 0.18);

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}


.sf-donate-btn::before {
    content: "";

    position: absolute;

    top: -100%;
    left: -60%;

    width: 40%;
    height: 300%;

    transform:
        rotate(25deg);

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(255,255,255,0.5),
            transparent
        );

    transition:
        left 0.65s ease;
}


.sf-donate-btn:hover::before {
    left: 140%;
}


.sf-donate-btn:hover {
    transform:
        translateY(-2px);

    box-shadow:
        0 11px 24px
        rgba(0,0,0,0.24),

        0 0 15px
        rgba(215,164,59,0.2);
}


.sf-donate-icon {
    position: relative;

    width: 30px;
    height: 30px;

    display: flex;

    align-items: center;
    justify-content: center;

    flex:
        0 0 30px;

    background: #ffffff;

    color: #c78d24;

    border-radius: 50%;

    line-height: 1;

    font-size: 13px;

    z-index: 2;

    animation:
        sfHeart
        2s
        ease-in-out
        infinite;
}


/* =========================================
   BOTTOM GOLD LINE
========================================= */

.sf-header-line {
    position: absolute;

    bottom: 0;
    left: 0;

    width: 100%;
    height: 2px;

    background:
        linear-gradient(
            90deg,
            transparent 0%,
            var(--sf-gold) 18%,
            var(--sf-gold-light) 50%,
            var(--sf-gold) 82%,
            transparent 100%
        );
}


/* =========================================
   MOBILE MENU BUTTON
========================================= */

.sf-menu-btn {
    width: 46px;
    height: 46px;

    display: none;

    align-items: center;
    justify-content: center;

    flex-direction: column;

    gap: 5px;

    flex:
        0 0 46px;

    padding: 10px;

    margin: 0;

    border:
        1px solid
        rgba(215,164,59,0.65);

    border-radius: 9px;

    background:
        rgba(215,164,59,0.08);

    cursor: pointer;
}


.sf-menu-btn span {
    width: 23px;
    height: 2px;

    display: block;

    border-radius: 5px;

    background:
        var(--sf-gold-light);

    transition:
        transform 0.3s ease,
        opacity 0.3s ease;
}


.sf-menu-btn.open span:nth-child(1) {
    transform:
        translateY(7px)
        rotate(45deg);
}


.sf-menu-btn.open span:nth-child(2) {
    opacity: 0;
}


.sf-menu-btn.open span:nth-child(3) {
    transform:
        translateY(-7px)
        rotate(-45deg);
}


/* =========================================
   MOBILE OVERLAY
========================================= */

.sf-menu-overlay {
    position: fixed;

    inset: 0;

    width: 100%;
    height: 100%;

    background:
        rgba(0,20,14,0.62);

    backdrop-filter:
        blur(2px);

    -webkit-backdrop-filter:
        blur(2px);

    opacity: 0;

    visibility: hidden;

    pointer-events: none;

    transition:
        opacity 0.3s ease,
        visibility 0.3s ease;

    z-index: 99998;
}


.sf-menu-overlay.open {
    opacity: 1;

    visibility: visible;

    pointer-events: auto;
}


/* =========================================
   LEFT MOBILE MENU
========================================= */

.sf-mobile-menu {
    position: fixed;

    top: 0;
    left: 0;

    width:
        min(84vw, 360px);

    height: 100dvh;

    padding:
        22px 18px 25px;

    display: flex;

    flex-direction: column;

    background:
        radial-gradient(
            circle at 0 0,
            rgba(215,164,59,0.12),
            transparent 28%
        ),

        linear-gradient(
            180deg,
            #003b2b 0%,
            #002a1f 100%
        );

    border-right:
        1px solid
        rgba(215,164,59,0.4);

    box-shadow:
        15px 0 35px
        rgba(0,0,0,0.3);

    transform:
        translateX(-105%);

    visibility: hidden;

    transition:
        transform 0.35s ease,
        visibility 0.35s ease;

    overflow-y: auto;

    z-index: 99999;
}


.sf-mobile-menu.open {
    transform:
        translateX(0);

    visibility: visible;
}


/* =========================================
   MOBILE TOP
========================================= */

.sf-mobile-top {
    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 14px;
}


.sf-mobile-brand {
    min-width: 0;

    display: flex;

    align-items: center;

    gap: 11px;

    text-decoration: none;
}


.sf-mobile-brand img {
    width: 58px;
    height: 58px;

    flex:
        0 0 58px;

    padding: 2px;

    object-fit: cover;

    border-radius: 8px;

    border:
        1px solid
        var(--sf-gold);

    background:
        #ffffff;
}


.sf-mobile-brand div {
    display: flex;

    flex-direction: column;

    min-width: 0;
}


.sf-mobile-brand strong {
    color:
        var(--sf-gold-light);

    font-family:
        var(--sf-title-font);

    font-size: 16px;

    line-height: 1.1;
}


.sf-mobile-brand small {
    margin-top: 4px;

    color:
        rgba(255,255,255,0.82);

    font-family:
        var(--sf-body-font);

    font-size: 9px;

    line-height: 1.3;

    text-transform:
        uppercase;
}


.sf-menu-close {
    width: 40px;
    height: 40px;

    flex:
        0 0 40px;

    display: flex;

    align-items: center;
    justify-content: center;

    margin: 0;
    padding: 0;

    border:
        1px solid
        rgba(215,164,59,0.4);

    border-radius: 50%;

    background:
        rgba(255,255,255,0.06);

    color:
        var(--sf-gold-light);

    font-size: 28px;

    line-height: 1;

    cursor: pointer;
}


.sf-mobile-divider {
    width: 100%;
    height: 1px;

    margin:
        20px 0 15px;

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(215,164,59,0.8),
            transparent
        );
}


/* =========================================
   MOBILE NAV
========================================= */

.sf-mobile-nav {
    display: flex;

    flex-direction: column;

    gap: 5px;
}


.sf-mobile-link {
    position: relative;

    width: 100%;

    min-height: 52px;

    padding:
        0 14px;

    display: flex;

    align-items: center;

    gap: 13px;

    border-radius: 9px;

    color:
        rgba(255,255,255,0.95) !important;

    font-family:
        var(--sf-body-font);

    font-size: 14px;

    font-weight: 600;

    text-decoration:
        none !important;

    transition:
        background 0.25s ease,
        color 0.25s ease,
        padding-left 0.25s ease;
}


.sf-mobile-icon {
    width: 28px;
    height: 28px;

    flex:
        0 0 28px;

    display: flex;

    align-items: center;
    justify-content: center;

    border:
        1px solid
        rgba(215,164,59,0.28);

    border-radius: 7px;

    background:
        rgba(215,164,59,0.07);

    color:
        var(--sf-gold-light);

    font-size: 15px;
}


.sf-mobile-link:hover,
.sf-mobile-link.active {
    padding-left: 18px;

    color:
        var(--sf-gold-light) !important;

    background:
        linear-gradient(
            90deg,
            rgba(215,164,59,0.18),
            rgba(215,164,59,0.04)
        );
}


.sf-mobile-link.active::before {
    content: "";

    position: absolute;

    left: 0;
    top: 10px;
    bottom: 10px;

    width: 3px;

    border-radius:
        0 5px 5px 0;

    background:
        var(--sf-gold-light);
}


/* =========================================
   MOBILE DONATE
========================================= */

.sf-mobile-donate-wrap {
    margin-top: auto;

    padding-top: 30px;
}


.sf-mobile-donate {
    width: 100%;

    min-height: 52px;

    display: flex;

    align-items: center;
    justify-content: center;

    gap: 12px;

    border-radius: 30px;

    background:
        linear-gradient(
            110deg,
            #c78d24,
            #e2b84c,
            #bd801c
        );

    color:
        #ffffff !important;

    font-family:
        var(--sf-body-font);

    font-size: 14px;

    font-weight: 700;

    text-decoration:
        none !important;

    box-shadow:
        0 8px 20px
        rgba(0,0,0,0.22);
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 1200px) {

    .sf-container {
        gap: 20px;
    }

    .sf-logo-wrap {
        width: 72px;
        height: 72px;

        flex-basis: 72px;
    }

    .sf-brand-content h1 {
        font-size: 21px;
    }

    .sf-brand-content h2 {
        font-size: 11px;
    }

    .sf-nav {
        gap: 23px;
    }

    .sf-nav-link {
        font-size: 14px;
    }

    .sf-donate-btn {
        min-width: 150px;
    }
}


/* =========================================
   MOBILE / TABLET
========================================= */

@media (max-width: 991px) {

    .sf-header {
        min-height: 86px;
    }

    .sf-container {
        height: 86px;

        min-height: 86px;

        width: 94%;

        gap: 12px;
    }

    .sf-logo-wrap {
        width: 62px;
        height: 62px;

        flex-basis: 62px;
    }

    .sf-brand {
        gap: 11px;
    }

    .sf-brand-content h1 {
        font-size: 18px;
    }

    .sf-brand-content h2 {
        font-size: 9px;
    }

    .sf-tagline {
        margin-top: 6px;

        font-size: 6.5px;
    }

    .sf-nav {
        display: none;
    }

    .sf-header-action {
        margin-left:
            auto !important;
    }

    .sf-donate-btn {
        min-width: 135px;

        height: 43px;

        padding:
            0 8px 0 15px;

        font-size: 12px;
    }

    .sf-donate-icon {
        width: 25px;
        height: 25px;

        flex-basis: 25px;
    }

    .sf-menu-btn {
        display: flex;
    }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 650px) {

    .sf-header {
        min-height: 76px;
    }

    .sf-container {
        width: 94%;

        height: 76px;

        min-height: 76px;
    }

    .sf-logo-wrap {
        width: 55px;
        height: 55px;

        flex-basis: 55px;
    }

    .sf-brand {
        min-width: 0;

        gap: 9px;
    }

    .sf-brand-content {
        min-width: 0;
    }

    .sf-brand-content h1 {
        font-size: 14px;

        white-space: nowrap;
    }

    .sf-brand-content h2 {
        font-size: 7px;

        white-space: nowrap;
    }

    .sf-tagline {
        margin-top: 5px;

        gap: 4px;

        font-size: 5px;

        letter-spacing: 0.3px;
    }

    .sf-tagline i {
        width: 3px;
        height: 3px;

        flex-basis: 3px;
    }

    .sf-header-action {
        display: none;
    }

    .sf-menu-btn {
        margin-left: auto;
    }
}


/* =========================================
   VERY SMALL DEVICES
========================================= */

@media (max-width: 400px) {

    .sf-container {
        width: 95%;
    }

    .sf-logo-wrap {
        width: 50px;
        height: 50px;

        flex-basis: 50px;
    }

    .sf-brand-content h1 {
        font-size: 12px;
    }

    .sf-brand-content h2 {
        font-size: 6px;
    }

    .sf-tagline {
        font-size: 4.3px;
    }

    .sf-menu-btn {
        width: 41px;
        height: 41px;

        flex-basis: 41px;
    }

    .sf-menu-btn span {
        width: 20px;
    }

    .sf-mobile-menu {
        width: 88vw;
    }
}


/* =========================================
   PREVENT PAGE SCROLL
========================================= */

html.sf-menu-open,
body.sf-menu-open {
    overflow: hidden !important;
}


/* =========================================
   ANIMATION
========================================= */

@keyframes sfHeaderShow {

    from {
        opacity: 0;

        transform:
            translateY(-10px);
    }

    to {
        opacity: 1;

        transform:
            translateY(0);
    }
}


@keyframes sfLogoGlow {

    0% {
        left: -100%;
    }

    35%,
    100% {
        left: 160%;
    }
}


@keyframes sfHeart {

    0%,
    100% {
        transform:
            scale(1);
    }

    50% {
        transform:
            scale(1.12);
    }
}/* End custom CSS */