.elementor-8 .elementor-element.elementor-element-63d2beb{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right: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-8 .elementor-element.elementor-element-e63773e{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-8 .elementor-element.elementor-element-fbe9eae{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-8 .elementor-element.elementor-element-2c48265{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-8 .elementor-element.elementor-element-99aa5dd{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-8 .elementor-element.elementor-element-1a04e9c{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-8 .elementor-element.elementor-element-85e7465{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-8 .elementor-element.elementor-element-d28b547{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-8 .elementor-element.elementor-element-6209ad1{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-8 .elementor-element.elementor-element-8206008{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-8 .elementor-element.elementor-element-539a1f9{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-8 .elementor-element.elementor-element-58ff299{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-8 .elementor-element.elementor-element-0976fc3{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-8 .elementor-element.elementor-element-539ecfd{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-8 .elementor-element.elementor-element-b2c42bc{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for text-editor, class: .elementor-element-a680446 *//* ==========================================
   PREVENT GLOBAL OVERFLOW / HORIZONTAL SCROLL
========================================== */

html, body {
    max-width: 100% !important;
    overflow-x: hidden !important;
}

/* ==========================================
   SYEDA FATIMA HERO SECTION
========================================== */

.sf-hero,
.sf-hero * {
    box-sizing: border-box;
}

/* ==========================================
   HERO CONTAINER
========================================== */

.sf-hero {
    position: relative;
    width: 100% !important;
    max-width: 100% !important;
    min-height: 480px;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    background-image: url("https://syedango.talnexaconsultant.com/wp-content/uploads/2026/07/2690c5f9-3837-4ffd-bd8a-8ceebe91c78a.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-top: 1px solid #d8a33b;
    border-bottom: 2px solid #d8a33b;
}

/* ==========================================
   OVERLAY
========================================== */

.sf-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        rgba(255, 249, 237, 0.25) 0%,
        rgba(255, 249, 237, 0.10) 38%,
        transparent 60%
    );
    pointer-events: none;
    z-index: 1;
}

/* ==========================================
   CONTAINER
========================================== */

.sf-hero-container {
    position: relative;
    width: 100%;
    max-width: 1400px;
    min-height: 480px;
    margin: 0 auto;
    padding: 0 30px;
    display: flex;
    align-items: center;
    z-index: 2;
    box-sizing: border-box;
}

/* ==========================================
   LEFT CONTENT
========================================== */

.sf-hero-content {
    width: 48%;
    max-width: 680px;
    padding: 55px 20px 55px 0;
    animation: sfHeroContentShow 0.8s ease forwards;
}

/* ==========================================
   CRESCENT & STAR DECORATION
========================================== */

.sf-hero-symbol {
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
}

.sf-symbol-line {
    width: 110px;
    height: 2px;
    display: block;
    border-radius: 10px;
    background: linear-gradient(
        90deg,
        transparent,
        #c8942e
    );
}

.sf-symbol-line:last-child {
    background: linear-gradient(
        90deg,
        #c8942e,
        transparent
    );
}

.sf-moon {
    display: block;
    color: #c8942e;
    font-size: 32px;
    line-height: 1;
    text-shadow: 0 2px 5px rgba(201, 148, 46, 0.2);
}

/* ==========================================
   HEADING
========================================== */

.sf-hero-content h1 {
    max-width: 680px;
    margin: 0;
    padding: 0;
    color: #053b2d;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(38px, 3.6vw, 58px);
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: -0.5px;
}

/* ==========================================
   DESCRIPTION
========================================== */

.sf-hero-content p {
    max-width: 580px;
    margin: 18px 0 0;
    padding: 0;
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: clamp(15px, 1.1vw, 18px);
    font-weight: 400;
    line-height: 1.5;
}

.sf-br-desktop {
    display: none;
}

@media (min-width: 992px) {
    .sf-br-desktop {
        display: inline;
    }
}

/* ==========================================
   BUTTON AREA
========================================== */

.sf-hero-buttons {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 28px;
}

/* ==========================================
   BUTTON BASE
========================================== */

.sf-btn {
    position: relative;
    min-width: 145px;
    height: 48px;
    padding: 0 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    overflow: hidden;
    border: none;
    border-radius: 30px;
    color: #ffffff !important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}

.sf-btn::before {
    content: "";
    position: absolute;
    top: -100%;
    left: -75%;
    width: 40%;
    height: 300%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.25),
        transparent
    );
    transform: rotate(25deg);
    transition: left 0.6s ease;
}

.sf-btn:hover::before {
    left: 145%;
}

.sf-btn span,
.sf-btn strong {
    position: relative;
    color: #ffffff !important;
    z-index: 2;
}

.sf-btn strong {
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    transition: transform 0.3s ease;
}

.sf-btn:hover strong {
    transform: translateX(3px);
}

/* ==========================================
   GREEN BUTTON
========================================== */

.sf-btn-green {
    background: linear-gradient(
        135deg,
        #064232 0%,
        #012b20 100%
    );
    box-shadow: 0 6px 16px rgba(6, 66, 50, 0.25);
}

.sf-btn-green:hover {
    background: linear-gradient(
        135deg,
        #085440,
        #02382a
    );
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(6, 66, 50, 0.3);
}

/* ==========================================
   GOLD BUTTON
========================================== */

.sf-btn-gold {
    background: linear-gradient(
        135deg,
        #c88a22 0%,
        #d89b2b 55%,
        #b87c18 100%
    );
    box-shadow: 0 6px 16px rgba(200, 138, 34, 0.25);
}

.sf-btn-gold:hover {
    background: linear-gradient(
        135deg,
        #d8982a,
        #e2a838
    );
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(200, 138, 34, 0.3);
}

/* FORCE WHITE TEXT ALL STATES */
.sf-btn,
.sf-btn:hover,
.sf-btn:focus,
.sf-btn:active,
.sf-btn:visited,
.sf-btn span,
.sf-btn:hover span,
.sf-btn strong,
.sf-btn:hover strong {
    color: #ffffff !important;
}

/* ==========================================
   RESPONSIVE MEDIA QUERIES
========================================== */

@media (max-width: 1200px) {
    .sf-hero {
        min-height: 440px;
        background-position: 58% center;
    }

    .sf-hero-container {
        padding: 0 20px;
        min-height: 440px;
    }

    .sf-hero-content {
        width: 52%;
        max-width: 590px;
        padding: 42px 20px 42px 0;
    }

    .sf-hero-content h1 {
        font-size: 44px;
    }

    .sf-hero-content p {
        max-width: 470px;
        font-size: 16px;
    }

    .sf-symbol-line {
        width: 80px;
    }
}

@media (max-width: 991px) {
    .sf-hero {
        min-height: 410px;
        background-position: 60% center;
    }

    .sf-hero-container {
        padding: 0 20px;
        min-height: 410px;
    }

    .sf-hero-content {
        width: 56%;
        max-width: 520px;
        padding: 38px 18px 38px 0;
    }

    .sf-hero-content h1 {
        font-size: 38px;
    }

    .sf-hero-content p {
        max-width: 420px;
        margin-top: 14px;
        font-size: 15px;
    }

    .sf-hero-buttons {
        gap: 14px;
        margin-top: 22px;
    }

    .sf-btn {
        min-width: 130px;
        height: 44px;
        padding: 0 16px;
        font-size: 13px;
    }
}

@media (max-width: 768px) {
    .sf-hero {
        min-height: 620px;
        background-size: cover;
        background-position: 70% center;
    }

    .sf-hero::before {
        background: linear-gradient(
            180deg,
            rgba(255, 249, 237, 0.98) 0%,
            rgba(255, 249, 237, 0.95) 45%,
            rgba(255, 249, 237, 0.60) 62%,
            transparent 100%
        );
    }

    .sf-hero-container {
        padding: 0 15px;
        min-height: 620px;
        align-items: flex-start;
    }

    .sf-hero-content {
        width: 100%;
        max-width: none;
        padding: 32px 15px 250px;
        text-align: center;
    }

    .sf-hero-symbol {
        margin: 0 auto 12px;
        justify-content: center;
    }

    .sf-symbol-line {
        width: 60px;
    }

    .sf-moon {
        font-size: 26px;
    }

    .sf-hero-content h1 {
        max-width: 600px;
        margin: 0 auto;
        font-size: 36px;
    }

    .sf-hero-content p {
        max-width: 520px;
        margin: 14px auto 0;
        font-size: 15px;
    }

    .sf-hero-buttons {
        justify-content: center;
        flex-wrap: wrap;
        gap: 12px;
        margin-top: 20px;
    }

    .sf-br-desktop {
        display: none;
    }
}

/* ==========================================
   ANIMATION
========================================== */

@keyframes sfHeroContentShow {
    from {
        opacity: 0;
        transform: translateX(-25px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-34a384e *//* ==========================================
   FEATURES SECTION
========================================== */

.sf-features,
.sf-features * {
    box-sizing: border-box;
}

.sf-features {
    width: 100% !important;
    max-width: 100% !important;
    background-color: #033829;
    border-top: 1px solid #d8a33b;
    border-bottom: 1px solid #d8a33b;
    padding: 35px 0;
    overflow: hidden;
}

.sf-features-container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

/* ==========================================
   FEATURE ITEM & BORDER SEPARATORS
========================================== */

.sf-feature-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 15px;
    position: relative;
}

.sf-feature-item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 70%;
    width: 1px;
    background-color: rgba(216, 163, 59, 0.4);
}

/* ==========================================
   ICON & TEXT STYLES
========================================== */

.sf-feature-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 12px;
    color: #d8a33b;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sf-feature-icon svg {
    width: 100%;
    height: 100%;
}

.sf-feature-item h3 {
    margin: 0 0 6px 0;
    padding: 0;
    color: #ffffff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 19px;
    font-weight: 600;
    line-height: 1.2;
}

.sf-feature-item p {
    margin: 0;
    padding: 0;
    color: rgba(255, 255, 255, 0.85);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;
}

/* ==========================================
   RESPONSIVE DESIGN
========================================== */

@media (max-width: 991px) {
    .sf-features-container {
        flex-wrap: wrap;
        gap: 25px 0;
    }

    .sf-feature-item {
        flex: 0 0 33.333%;
        margin-bottom: 10px;
    }

    .sf-feature-item:nth-child(3)::after {
        display: none;
    }
}

@media (max-width: 600px) {
    .sf-features {
        padding: 30px 0;
    }

    .sf-feature-item {
        flex: 0 0 100%;
        padding: 15px 0;
    }

    .sf-feature-item:not(:last-child)::after {
        right: 50%;
        top: auto;
        bottom: 0;
        transform: translateX(50%);
        width: 60%;
        height: 1px;
    }

    .sf-feature-item h3 {
        font-size: 18px;
    }

    .sf-feature-item p {
        font-size: 13px;
    }

    .sf-feature-item p br {
        display: none;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-4680c69 *//* ==========================================
   ABOUT US SECTION
========================================== */

.sf-about,
.sf-about * {
    box-sizing: border-box;
}

.sf-about {
    width: 100% !important;
    max-width: 100% !important;
    padding: 60px 0;
    background-image: url("https://syedango.talnexaconsultant.com/wp-content/uploads/2026/07/e8186a11-88fd-4e77-8439-07ac7a7f3b53.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
}

.sf-about-container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 25px;
    display: flex;
    align-items: center;
    gap: 35px;
}

/* ==========================================
   LEFT: ARCH IMAGE FRAME
========================================== */

.sf-about-image-col {
    flex: 0 0 30%;
    max-width: 30%;
    display: flex;
    justify-content: center;
}

.sf-arch-frame {
    position: relative;
    width: 100%;
    max-width: 360px;
    padding: 6px;
    border: 2px solid #c8942e;
    border-radius: 120px 120px 0 0;
    background: transparent;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
}

.sf-arch-frame img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 114px 114px 0 0;
    object-fit: cover;
    background: transparent;
}

/* ==========================================
   MIDDLE: TEXT CONTENT
========================================== */

.sf-about-content-col {
    flex: 0 0 38%;
    max-width: 38%;
}

.sf-about-heading {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    margin-bottom: 22px;
}

.sf-about-heading h2 {
    margin: 0;
    padding: 0;
    color: #053b2d;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 32px;
    font-weight: 700;
}

.sf-heading-line {
    width: 50px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #c8942e);
    display: block;
}

.sf-heading-line:last-child {
    background: linear-gradient(90deg, #c8942e, transparent);
}

.sf-about-content-col p {
    margin: 0 0 14px 0;
    padding: 0;
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14.5px;
    line-height: 1.6;
}

.sf-about-content-col p:last-child {
    margin-bottom: 0;
}

.sf-about-content-col strong {
    color: #053b2d;
}

/* ==========================================
   RIGHT: VISION & MISSION CARDS
========================================== */

.sf-about-cards-col {
    flex: 0 0 32%;
    max-width: 32%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.sf-info-card {
    background-color: #033829;
    border-radius: 16px;
    padding: 24px 22px;
    display: flex;
    align-items: flex-start;
    gap: 18px;
    box-shadow: 0 8px 20px rgba(3, 56, 41, 0.15);
    border: 1px solid rgba(200, 148, 46, 0.3);
    transition: transform 0.3s ease;
}

.sf-info-card:hover {
    transform: translateY(-3px);
}

.sf-card-icon {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    border: 1.5px solid #c8942e;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c8942e;
    font-size: 20px;
}

.sf-card-content h3 {
    margin: 0 0 6px 0;
    padding: 0;
    color: #d8a33b;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 20px;
    font-weight: 600;
}

.sf-card-content p {
    margin: 0;
    padding: 0;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13.5px;
    line-height: 1.5;
    opacity: 0.9;
}

/* ==========================================
   RESPONSIVE DESIGN
========================================== */

@media (max-width: 1100px) {
    .sf-about-container {
        gap: 20px;
    }

    .sf-about-image-col {
        flex: 0 0 32%;
        max-width: 32%;
    }

    .sf-about-content-col {
        flex: 0 0 36%;
        max-width: 36%;
    }

    .sf-about-cards-col {
        flex: 0 0 32%;
        max-width: 32%;
    }

    .sf-about-heading h2 {
        font-size: 28px;
    }
}

@media (max-width: 991px) {
    .sf-about-container {
        flex-direction: column;
        align-items: center;
        gap: 35px;
    }

    .sf-about-image-col,
    .sf-about-content-col,
    .sf-about-cards-col {
        flex: 0 0 100%;
        max-width: 600px;
        width: 100%;
    }

    .sf-about-heading {
        justify-content: center;
    }

    .sf-about-content-col {
        text-align: center;
    }

    .sf-info-card {
        padding: 20px;
    }
}

@media (max-width: 576px) {
    .sf-about {
        padding: 40px 0;
    }

    .sf-about-container {
        padding: 0 15px;
    }

    .sf-about-heading h2 {
        font-size: 24px;
    }

    .sf-heading-line {
        width: 35px;
    }

    .sf-info-card {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-26e1b3e *//* ==========================================
   1. MOTTO & SANKALP BANNER STYLES
========================================== */

.sf-motto-banner-wrapper {
    width: 100%;
    padding: 55px 20px;
    background-color: #faf8f5;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}

.sf-motto-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

.sf-motto-card-dark {
    background: linear-gradient(135deg, #053b2d 0%, #02261d 100%);
    padding: 35px 30px;
    border-radius: 20px;
    border: 1px solid #c88a22;
    color: #ffffff;
    box-shadow: 0 10px 30px rgba(5, 59, 45, 0.12);
}

.sf-motto-badge {
    background: #c88a22;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
}

.sf-motto-eng {
    color: #f7e8c4 !important;
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: 24px !important;
    margin: 18px 0 10px 0 !important;
    line-height: 1.35 !important;
}

.sf-motto-hindi {
    font-size: 20px !important;
    color: #ffffff !important;
    margin: 0 !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;
}

.sf-sankalp-card-light {
    background: #ffffff;
    padding: 35px 30px;
    border-radius: 20px;
    border: 1px solid #e2d5bd;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}

.sf-sankalp-title {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #c88a22;
    font-size: 22px;
    margin-bottom: 15px;
}

.sf-sankalp-title h3 {
    margin: 0;
    color: #053b2d;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 24px;
    font-weight: 700;
}

.sf-sankalp-card-light p {
    color: #333333 !important;
    font-size: 16px !important;
    line-height: 1.65 !important;
    margin: 0 !important;
    font-style: italic;
}

/* ==========================================
   2. NEW VISION & MISSION SECTION (High Readability)
========================================== */

.sf-vision-mission-overview {
    width: 100%;
    padding: 60px 20px;
    background-color: #fcf9f2;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}

.sf-vm-container {
    max-width: 1200px;
    margin: 0 auto;
}

.sf-vm-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 40px;
}

.sf-vm-header h2 {
    color: #053b2d !important;
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: 32px !important;
    font-weight: 700 !important;
    margin: 0 !important;
    text-align: center;
}

.sf-vm-line-left,
.sf-vm-line-right {
    width: 60px;
    height: 2px;
    display: block;
}

.sf-vm-line-left { background: linear-gradient(90deg, transparent, #c88a22); }
.sf-vm-line-right { background: linear-gradient(90deg, #c88a22, transparent); }

.sf-vm-cards-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

/* Individual Card - Light Background with Dark Text for perfect readability */
.sf-vm-box {
    background: #ffffff;
    border-radius: 20px;
    border: 1px solid #e2d5bd;
    padding: 35px 30px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.04);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.sf-vm-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(5, 59, 45, 0.08);
}

.sf-vm-box-head {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #e2d5bd;
    padding-bottom: 15px;
}

.sf-vm-icon-circle {
    width: 48px;
    height: 48px;
    background: #053b2d;
    color: #c88a22;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.sf-vm-box-head h3 {
    margin: 0 !important;
    color: #053b2d !important;
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: 20px !important;
    font-weight: 700 !important;
}

.sf-vm-box-body p {
    color: #222222 !important; /* Dark color ensures high contrast */
    font-size: 14.5px !important;
    line-height: 1.65 !important;
    margin: 0 0 14px 0 !important;
}

.sf-vm-box-body p.sf-vm-highlight {
    color: #053b2d !important;
    font-weight: 600 !important;
    background-color: #f7f3e9;
    padding: 12px 15px;
    border-left: 3px solid #c88a22;
    border-radius: 0 8px 8px 0;
    margin-bottom: 0 !important;
}

/* ==========================================
   3. KEY OBJECTIVES GRID STYLES
========================================== */

.sf-key-goals-section {
    width: 100%;
    padding: 60px 20px;
    background-color: #faf8f5;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}

.sf-goals-container {
    max-width: 1200px;
    margin: 0 auto;
}

.sf-goals-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.sf-goal-item {
    background: #ffffff;
    border: 1px solid #e5dccb;
    border-radius: 16px;
    padding: 24px 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all 0.3s ease;
}

.sf-goal-item:hover {
    border-color: #c88a22;
    box-shadow: 0 10px 25px rgba(200, 138, 34, 0.12);
    transform: translateY(-4px);
}

.sf-goal-icon-wrap {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #f7e8c4;
    color: #053b2d;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 16px;
}

.sf-goal-item p {
    color: #222222 !important;
    font-size: 13.5px !important;
    font-weight: 600 !important;
    line-height: 1.5 !important;
    margin: 0 !important;
}

/* ==========================================
   RESPONSIVE DESIGN (All Screen Sizes)
========================================== */

@media (max-width: 1024px) {
    .sf-goals-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .sf-motto-container,
    .sf-vm-cards-grid {
        grid-template-columns: 1fr;
    }

    .sf-goals-grid {
        grid-template-columns: 1fr;
    }

    .sf-vm-header h2 {
        font-size: 24px !important;
    }

    .sf-motto-eng {
        font-size: 20px !important;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-2494c3a *//* ==========================================
   SERVICES SECTION CONTAINER
========================================== */

.sf-services-section {
    width: 100%;
    padding: 60px 20px;
    background-color: #fffdf9;
    box-sizing: border-box;
}

.sf-services-container {
    max-width: 1320px;
    margin: 0 auto;
    background-color: #fcf9f2;
    border: 1px solid #e2d5bd;
    border-radius: 24px;
    padding: 40px 30px 45px 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
    position: relative;
    overflow: hidden;
}

/* ==========================================
   HEADER STYLE (OUR SERVICES)
========================================== */

.sf-services-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 40px;
}

.sf-services-header h2 {
    color: #053b2d;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 34px;
    font-weight: 700;
    margin: 0;
    text-align: center;
}

.sf-header-line {
    width: 80px;
    height: 2px;
    position: relative;
}

.sf-header-line.left {
    background: linear-gradient(90deg, transparent, #c88a22);
}

.sf-header-line.right {
    background: linear-gradient(90deg, #c88a22, transparent);
}

.sf-header-line::after {
    content: "◆";
    position: absolute;
    top: 50%;
    font-size: 8px;
    color: #c88a22;
    transform: translateY(-50%);
}

.sf-header-line.left::after { right: 0; }
.sf-header-line.right::after { left: 0; }

/* ==========================================
   SERVICES GRID (6 COLUMNS DESKTOP)
========================================== */

.sf-services-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    row-gap: 35px;
    position: relative;
}

/* ==========================================
   CARD & BORDERS
========================================== */

.sf-service-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 10px 12px;
    position: relative;
    transition: transform 0.3s ease;
}

.sf-service-card:hover {
    transform: translateY(-3px);
}

/* Vertical Divider Lines */
.sf-service-card:not(:nth-child(6n))::after {
    content: "";
    position: absolute;
    right: 0;
    top: 5%;
    height: 90%;
    width: 1px;
    background-color: #e5dccb;
}

/* Horizontal Divider ONLY for the First Row (Cards 1 to 6) */
.sf-service-card:nth-child(-n+6)::before {
    content: "";
    position: absolute;
    bottom: -18px;
    left: 10%;
    width: 80%;
    height: 1px;
    background-color: #e5dccb;
}

/* Clear any unintended border on bottom row */
.sf-service-card:nth-child(n+7)::before {
    display: none !important;
}

/* ==========================================
   ICONS & TEXT
========================================== */

.sf-service-icon {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    font-size: 38px;
    color: #053b2d;
}

.sf-service-icon.gold-icon {
    color: #c88a22;
}

.sf-service-card h3 {
    color: #222222;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14.5px;
    font-weight: 600;
    line-height: 1.35;
    margin: 0;
}

/* ==========================================
   RESPONSIVE DESIGN
========================================== */

/* Tablet (3 Columns) */
@media (max-width: 1024px) {
    .sf-services-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .sf-service-card::after,
    .sf-service-card::before {
        display: none !important;
    }

    /* Vertical Dividers for 3 Columns */
    .sf-service-card:not(:nth-child(3n))::after {
        display: block !important;
    }

    /* Horizontal Dividers for Rows 1, 2, 3 (not last row) */
    .sf-service-card:nth-child(-n+9)::before {
        display: block !important;
        bottom: -18px;
    }
}

/* Mobile (2 Columns) */
@media (max-width: 650px) {
    .sf-services-container {
        padding: 30px 15px;
    }

    .sf-services-grid {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 25px;
    }

    .sf-service-card::after,
    .sf-service-card::before {
        display: none !important;
    }

    /* Vertical Divider */
    .sf-service-card:nth-child(odd)::after {
        display: block !important;
    }

    /* Horizontal Divider for all except last 2 */
    .sf-service-card:nth-child(-n+10)::before {
        display: block !important;
        bottom: -12px;
    }

    .sf-service-card h3 {
        font-size: 13.5px;
    }

    .sf-service-icon {
        font-size: 32px;
        height: 42px;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-a996206 *//* ==========================================
   GIRLS EDUCATION INITIATIVE
========================================== */

.sf-girls-education,
.sf-girls-education * {
    box-sizing: border-box;
}

.sf-girls-education {
    position: relative;
    width: 100%;
    padding: 80px 20px;

    background:
        linear-gradient(
            180deg,
            #fffaf1 0%,
            #ffffff 45%,
            #f4fbf7 100%
        );

    overflow: hidden;
}


/* Decorative Background */

.sf-girls-education::before,
.sf-girls-education::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.sf-girls-education::before {
    width: 360px;
    height: 360px;
    top: -160px;
    right: -130px;
    background: rgba(216, 163, 59, 0.08);
}

.sf-girls-education::after {
    width: 420px;
    height: 420px;
    bottom: -230px;
    left: -180px;
    background: rgba(5, 79, 57, 0.07);
}


/* ==========================================
   CONTAINER
========================================== */

.sf-ge-container {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
}


/* ==========================================
   MAIN HEADING
========================================== */

.sf-ge-main-heading {
    max-width: 900px;
    margin: 0 auto 45px;
    text-align: center;
}

.sf-ge-small-title {
    display: inline-block;
    margin-bottom: 12px;

    color: #c58b20;

    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;

    text-transform: uppercase;
    letter-spacing: 2px;
}

.sf-ge-main-heading h2 {
    margin: 0 0 15px;

    color: #063d2f;

    font-family: Georgia, "Times New Roman", serif;
    font-size: 48px;
    line-height: 1.15;
    font-weight: 700;
}

.sf-ge-hindi-title {
    margin: 0;

    color: #333;

    font-size: 24px;
    line-height: 1.6;
    font-weight: 600;
}


/* ==========================================
   INTRODUCTION CARD
========================================== */

.sf-ge-intro-card {
    display: grid;
    grid-template-columns: 90px 1fr;
    gap: 25px;

    padding: 35px;

    background: #ffffff;

    border: 1px solid rgba(200, 148, 46, 0.32);
    border-radius: 22px;

    box-shadow: 0 15px 40px rgba(6, 61, 47, 0.08);

    margin-bottom: 55px;
}

.sf-ge-intro-icon {
    width: 72px;
    height: 72px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #063d2f;

    color: #d8a33b;

    font-size: 30px;

    border: 2px solid #d8a33b;
}

.sf-ge-intro-content p {
    margin: 0 0 18px;

    color: #3b3b3b;

    font-family: Arial, sans-serif;
    font-size: 17px;
    line-height: 1.9;
}

.sf-ge-intro-content p:last-child {
    margin-bottom: 0;
}

.sf-ge-intro-content strong {
    color: #063d2f;
}


/* ==========================================
   SECTION HEADING
========================================== */

.sf-ge-section-heading {
    display: flex;
    align-items: center;
    gap: 15px;

    margin-bottom: 30px;
}

.sf-ge-heading-icon {
    width: 58px;
    height: 58px;

    flex: 0 0 58px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 14px;

    background: #063d2f;

    color: #d8a33b;

    font-size: 23px;
}

.sf-ge-section-heading span {
    color: #063d2f;
    font-size: 24px;
    font-weight: 700;
}

.sf-ge-section-heading h3 {
    margin: 4px 0 0;

    color: #c58b20;

    font-family: Georgia, "Times New Roman", serif;
    font-size: 16px;
}


/* ==========================================
   FACILITIES GRID
========================================== */

.sf-ge-facilities-grid {
    display: grid;

    grid-template-columns:
        repeat(3, 1fr);

    gap: 20px;

    margin-bottom: 65px;
}

.sf-ge-facility-card {
    min-height: 150px;

    padding: 25px 22px;

    display: flex;
    align-items: center;
    gap: 18px;

    background: #ffffff;

    border-radius: 17px;

    border: 1px solid rgba(6, 61, 47, 0.10);

    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.055);

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease,
        background-color 0.3s ease;
}


/* GOLDEN HOVER */

.sf-ge-facility-card:hover {
    transform: translateY(-5px);

    background: #d8a33b;

    border-color: #d8a33b;

    box-shadow: 0 16px 35px rgba(6, 61, 47, 0.14);
}

.sf-ge-facility-card:hover p {
    color: #063d2f;
}

.sf-ge-facility-card:hover .sf-ge-facility-icon {
    background: #063d2f;
    color: #d8a33b;
}


.sf-ge-facility-icon {
    width: 54px;
    height: 54px;

    flex: 0 0 54px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #fff7e6;

    color: #b57c15;

    font-size: 22px;

    transition: 0.3s ease;
}

.sf-ge-facility-card p {
    margin: 0;

    color: #25352f;

    font-size: 16px;
    line-height: 1.6;
    font-weight: 600;

    transition: 0.3s ease;
}


/* ==========================================
   COMMITMENT
========================================== */

.sf-ge-commitment {
    padding: 42px;

    margin-bottom: 35px;

    border-radius: 24px;

    background:
        linear-gradient(
            135deg,
            #063d2f,
            #095741
        );

    color: #ffffff;

    box-shadow: 0 18px 40px rgba(6, 61, 47, 0.18);
}

.sf-ge-commitment-top {
    display: flex;
    align-items: center;
    gap: 16px;

    margin-bottom: 25px;
}

.sf-ge-large-icon {
    width: 60px;
    height: 60px;

    flex: 0 0 60px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    border: 1px solid #d8a33b;

    color: #d8a33b;

    font-size: 23px;
}

.sf-ge-commitment-top span,
.sf-ge-future-heading span,
.sf-ge-dream-heading span {
    color: #d8a33b;

    font-size: 23px;
    font-weight: 700;
}

.sf-ge-commitment-top h3,
.sf-ge-future-heading h3,
.sf-ge-dream-heading h3 {
    margin: 4px 0 0;

    color: #ffffff;

    font-family: Georgia, "Times New Roman", serif;

    font-size: 17px;
    font-weight: 500;
}

.sf-ge-commitment blockquote {
    margin: 0 0 22px;

    padding: 18px 25px;

    border-left: 4px solid #d8a33b;

    background: rgba(255, 255, 255, 0.06);

    border-radius: 0 12px 12px 0;

    font-size: 22px;
    line-height: 1.7;
    font-weight: 700;
}

.sf-ge-commitment > p {
    margin: 0;

    color: rgba(255, 255, 255, 0.9);

    font-size: 16px;
    line-height: 1.9;
}


/* ==========================================
   SUPPORT BOX
========================================== */

.sf-ge-support-box {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 24px;

    padding: 35px;

    margin-bottom: 65px;

    background: #fff8e9;

    border: 1px solid #edd4a0;
    border-radius: 22px;
}

.sf-ge-support-icon {
    width: 65px;
    height: 65px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #d8a33b;

    color: #063d2f;

    font-size: 26px;
}

.sf-ge-support-content h3 {
    margin: 0 0 15px;

    color: #063d2f;

    font-family: Georgia, "Times New Roman", serif;
    font-size: 28px;
}

.sf-ge-support-content p {
    margin: 0 0 14px;

    color: #414141;

    font-size: 16px;
    line-height: 1.85;
}

.sf-ge-support-highlight {
    font-weight: 700;
    color: #063d2f !important;
}


/* ==========================================
   FUTURE PLAN
========================================== */

.sf-ge-future-wrapper {
    padding: 45px;

    margin-bottom: 60px;

    background:
        linear-gradient(
            135deg,
            #eefaf3 0%,
            #e2f6e9 100%
        );

    border-radius: 26px;

    border: 1px solid rgba(6, 61, 47, 0.12);
}

.sf-ge-future-heading {
    display: flex;
    align-items: center;
    gap: 18px;

    margin-bottom: 28px;
}

.sf-ge-future-heading .sf-ge-large-icon {
    background: #063d2f;
}

.sf-ge-future-heading h3 {
    color: #063d2f;

    font-size: 28px;
    font-weight: 700;
}

.sf-ge-future-content p {
    margin: 0 0 20px;

    color: #2c3b36;

    font-size: 17px;
    line-height: 1.9;
}

.sf-ge-future-content strong {
    color: #063d2f;
}


/* ==========================================
   PROPOSED FACILITIES
========================================== */

.sf-ge-proposed-title {
    display: flex;
    align-items: center;
    gap: 12px;

    margin: 35px 0 22px;
}

.sf-ge-proposed-title i {
    color: #c58b20;
    font-size: 25px;
}

.sf-ge-proposed-title h4 {
    margin: 0;

    color: #063d2f;

    font-family: Georgia, "Times New Roman", serif;
    font-size: 26px;
}

.sf-ge-proposed-grid {
    display: grid;

    grid-template-columns:
        repeat(2, 1fr);

    gap: 14px;
}

.sf-ge-proposed-item {
    display: flex;
    align-items: center;
    gap: 14px;

    padding: 17px 18px;

    background: rgba(255, 255, 255, 0.70);

    border-radius: 12px;

    border: 1px solid rgba(6, 61, 47, 0.08);

    transition:
        background-color 0.3s ease,
        border-color 0.3s ease,
        transform 0.3s ease;
}


/* GOLDEN HOVER */

.sf-ge-proposed-item:hover {
    background: #d8a33b;
    border-color: #d8a33b;
    transform: translateY(-3px);
}

.sf-ge-proposed-item:hover .sf-ge-proposed-icon {
    background: #063d2f;
    color: #d8a33b;
}

.sf-ge-proposed-item:hover span {
    color: #063d2f;
}


.sf-ge-proposed-icon {
    width: 42px;
    height: 42px;

    flex: 0 0 42px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #063d2f;

    color: #d8a33b;

    font-size: 16px;
}

.sf-ge-proposed-item span {
    color: #25352f;

    font-size: 15px;
    line-height: 1.5;
    font-weight: 600;
}


/* ==========================================
   OUR DREAM
========================================== */

.sf-ge-dream {
    padding: 45px;

    margin-bottom: 45px;

    border-radius: 26px;

    background: #ffffff;

    border: 1px solid rgba(216, 163, 59, 0.35);

    box-shadow: 0 15px 38px rgba(0, 0, 0, 0.07);
}

.sf-ge-dream-heading {
    display: flex;
    align-items: center;
    gap: 18px;

    margin-bottom: 25px;
}

.sf-ge-dream-icon {
    width: 60px;
    height: 60px;

    flex: 0 0 60px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #063d2f;

    color: #d8a33b;

    font-size: 23px;
}

.sf-ge-dream-heading h3 {
    color: #063d2f;
    font-size: 20px;
    font-weight: 700;
}

.sf-ge-dream-content p {
    margin: 0 0 20px;

    color: #343d39;

    font-size: 17px;
    line-height: 1.9;
}

.sf-ge-dream-content strong {
    color: #063d2f;
}


/* ==========================================
   MISSION CALLOUT
========================================== */

.sf-ge-mission-callout {
    display: grid;
    grid-template-columns: 55px 1fr;
    gap: 18px;

    margin-top: 32px;
    padding: 25px;

    background: #fff7e7;

    border-radius: 17px;

    border-left: 4px solid #d8a33b;
}

.sf-ge-mission-callout > i {
    color: #c58b20;
    font-size: 32px;
}

.sf-ge-mission-callout h4 {
    margin: 0 0 10px;

    color: #063d2f;

    font-size: 22px;
}

.sf-ge-mission-callout p {
    margin: 0;

    color: #3c433f;

    font-size: 15.5px;
    line-height: 1.8;
}

.sf-ge-dream-quote {
    margin: 30px 0 0;

    padding: 22px;

    text-align: center;

    background: #063d2f;

    color: #ffffff;

    border-radius: 14px;

    font-size: 20px;
    line-height: 1.7;
    font-weight: 700;
}


/* ==========================================
   CALL TO ACTION
========================================== */

.sf-ge-cta {
    display: flex;

    flex-wrap: wrap;

    align-items: center;
    justify-content: center;

    gap: 14px;
}

.sf-ge-btn {
    min-height: 50px;

    padding: 13px 22px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 9px;

    border-radius: 30px;

    text-decoration: none;

    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;

    border: 1px solid transparent;

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        background-color 0.25s ease,
        color 0.25s ease,
        border-color 0.25s ease;
}


.sf-ge-btn-gold {
    background: #d8a33b;
    color: #063d2f;
}

.sf-ge-btn-green {
    background: #063d2f;
    color: #ffffff;
}

.sf-ge-btn-outline {
    border-color: #063d2f;
    color: #063d2f;
    background: transparent;
}

.sf-ge-btn-whatsapp {
    background: #25d366;
    color: #ffffff;
}


/* ==========================================
   ALL BUTTONS GOLDEN ON HOVER
========================================== */

.sf-ge-btn:hover,
.sf-ge-btn:focus {
    transform: translateY(-3px);

    background: #d8a33b !important;

    color: #063d2f !important;

    border-color: #d8a33b !important;

    box-shadow:
        0 8px 18px rgba(216, 163, 59, 0.28);

    text-decoration: none;
}

.sf-ge-btn:hover i,
.sf-ge-btn:focus i {
    color: #063d2f !important;
}


/* ==========================================
   RESPONSIVE - TABLET
========================================== */

@media (max-width: 991px) {

    .sf-girls-education {
        padding: 65px 20px;
    }

    .sf-ge-main-heading h2 {
        font-size: 40px;
    }

    .sf-ge-hindi-title {
        font-size: 21px;
    }

    .sf-ge-facilities-grid {
        grid-template-columns:
            repeat(2, 1fr);
    }

    .sf-ge-future-wrapper,
    .sf-ge-dream {
        padding: 35px;
    }
}


/* ==========================================
   RESPONSIVE - MOBILE
========================================== */

@media (max-width: 767px) {

    .sf-girls-education {
        padding: 50px 15px;
    }

    .sf-ge-main-heading {
        margin-bottom: 32px;
    }

    .sf-ge-main-heading h2 {
        font-size: 33px;
    }

    .sf-ge-hindi-title {
        font-size: 18px;
    }

    .sf-ge-intro-card {
        grid-template-columns: 1fr;
        padding: 27px 22px;
    }

    .sf-ge-intro-icon {
        width: 60px;
        height: 60px;
        font-size: 24px;
    }

    .sf-ge-intro-content p {
        font-size: 15px;
    }

    .sf-ge-facilities-grid {
        grid-template-columns: 1fr;
    }

    .sf-ge-facility-card {
        min-height: auto;
    }

    .sf-ge-commitment {
        padding: 28px 22px;
    }

    .sf-ge-commitment blockquote {
        font-size: 18px;
    }

    .sf-ge-support-box {
        grid-template-columns: 1fr;
        padding: 27px 22px;
    }

    .sf-ge-future-wrapper,
    .sf-ge-dream {
        padding: 28px 22px;
    }

    .sf-ge-future-heading,
    .sf-ge-dream-heading {
        align-items: flex-start;
    }

    .sf-ge-future-heading h3 {
        font-size: 23px;
    }

    .sf-ge-proposed-grid {
        grid-template-columns: 1fr;
    }

    .sf-ge-mission-callout {
        grid-template-columns: 1fr;
    }

    .sf-ge-cta {
        flex-direction: column;
    }

    .sf-ge-btn {
        width: 100%;
    }
}


/* ==========================================
   SMALL MOBILE
========================================== */

@media (max-width: 480px) {

    .sf-ge-main-heading h2 {
        font-size: 28px;
    }

    .sf-ge-section-heading span {
        font-size: 20px;
    }

    .sf-ge-heading-icon,
    .sf-ge-large-icon,
    .sf-ge-dream-icon {
        width: 52px;
        height: 52px;
        flex-basis: 52px;
    }

    .sf-ge-facility-card {
        padding: 20px 17px;
    }

    .sf-ge-facility-icon {
        width: 48px;
        height: 48px;
        flex-basis: 48px;
    }

    .sf-ge-support-content h3,
    .sf-ge-proposed-title h4 {
        font-size: 22px;
    }

    .sf-ge-dream-quote {
        font-size: 17px;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-12ab560 *//* ==========================================
   GIRLS EDUCATION INITIATIVE
========================================== */

.sf-girls-education,
.sf-girls-education * {
    box-sizing: border-box;
}

.sf-girls-education {
    position: relative;
    width: 100%;
    padding: 80px 20px;

    background:
        linear-gradient(
            180deg,
            #fffaf1 0%,
            #ffffff 45%,
            #f4fbf7 100%
        );

    overflow: hidden;
}


/* Decorative Background */

.sf-girls-education::before,
.sf-girls-education::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.sf-girls-education::before {
    width: 360px;
    height: 360px;
    top: -160px;
    right: -130px;
    background: rgba(216, 163, 59, 0.08);
}

.sf-girls-education::after {
    width: 420px;
    height: 420px;
    bottom: -230px;
    left: -180px;
    background: rgba(5, 79, 57, 0.07);
}


/* ==========================================
   CONTAINER
========================================== */

.sf-ge-container {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
}


/* ==========================================
   MAIN HEADING
========================================== */

.sf-ge-main-heading {
    max-width: 900px;
    margin: 0 auto 45px;
    text-align: center;
}

.sf-ge-small-title {
    display: inline-block;
    margin-bottom: 12px;

    color: #c58b20;

    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;

    text-transform: uppercase;
    letter-spacing: 2px;
}

.sf-ge-main-heading h2 {
    margin: 0 0 15px;

    color: #063d2f;

    font-family: Georgia, "Times New Roman", serif;
    font-size: 48px;
    line-height: 1.15;
    font-weight: 700;
}

.sf-ge-hindi-title {
    margin: 0;

    color: #333;

    font-size: 24px;
    line-height: 1.6;
    font-weight: 600;
}


/* ==========================================
   INTRODUCTION CARD
========================================== */

.sf-ge-intro-card {
    display: grid;
    grid-template-columns: 90px 1fr;
    gap: 25px;

    padding: 35px;

    background: #ffffff;

    border: 1px solid rgba(200, 148, 46, 0.32);
    border-radius: 22px;

    box-shadow: 0 15px 40px rgba(6, 61, 47, 0.08);

    margin-bottom: 55px;
}

.sf-ge-intro-icon {
    width: 72px;
    height: 72px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #063d2f;

    color: #d8a33b;

    font-size: 30px;

    border: 2px solid #d8a33b;
}

.sf-ge-intro-content p {
    margin: 0 0 18px;

    color: #3b3b3b;

    font-family: Arial, sans-serif;
    font-size: 17px;
    line-height: 1.9;
}

.sf-ge-intro-content p:last-child {
    margin-bottom: 0;
}

.sf-ge-intro-content strong {
    color: #063d2f;
}


/* ==========================================
   SECTION HEADING
========================================== */

.sf-ge-section-heading {
    display: flex;
    align-items: center;
    gap: 15px;

    margin-bottom: 30px;
}

.sf-ge-heading-icon {
    width: 58px;
    height: 58px;

    flex: 0 0 58px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 14px;

    background: #063d2f;

    color: #d8a33b;

    font-size: 23px;
}

.sf-ge-section-heading span {
    color: #063d2f;
    font-size: 24px;
    font-weight: 700;
}

.sf-ge-section-heading h3 {
    margin: 4px 0 0;

    color: #c58b20;

    font-family: Georgia, "Times New Roman", serif;
    font-size: 16px;
}


/* ==========================================
   FACILITIES GRID
========================================== */

.sf-ge-facilities-grid {
    display: grid;

    grid-template-columns:
        repeat(3, 1fr);

    gap: 20px;

    margin-bottom: 65px;
}

.sf-ge-facility-card {
    min-height: 150px;

    padding: 25px 22px;

    display: flex;
    align-items: center;
    gap: 18px;

    background: #ffffff;

    border-radius: 17px;

    border: 1px solid rgba(6, 61, 47, 0.10);

    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.055);

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease,
        background-color 0.3s ease;
}

.sf-ge-facility-card:hover {
    transform: translateY(-5px);

    background: #d8a33b;

    border-color: #d8a33b;

    box-shadow: 0 16px 35px rgba(6, 61, 47, 0.14);
}

.sf-ge-facility-card:hover p {
    color: #063d2f;
}

.sf-ge-facility-card:hover .sf-ge-facility-icon {
    background: #063d2f;
    color: #d8a33b;
}

.sf-ge-facility-icon {
    width: 54px;
    height: 54px;

    flex: 0 0 54px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #fff7e6;

    color: #b57c15;

    font-size: 22px;

    transition: 0.3s ease;
}

.sf-ge-facility-card p {
    margin: 0;

    color: #25352f;

    font-size: 16px;
    line-height: 1.6;
    font-weight: 600;

    transition: 0.3s ease;
}


/* ==========================================
   COMMITMENT
========================================== */

.sf-ge-commitment {
    padding: 42px;

    margin-bottom: 35px;

    border-radius: 24px;

    background:
        linear-gradient(
            135deg,
            #063d2f,
            #095741
        );

    color: #ffffff;

    box-shadow: 0 18px 40px rgba(6, 61, 47, 0.18);
}

.sf-ge-commitment-top {
    display: flex;
    align-items: center;
    gap: 16px;

    margin-bottom: 25px;
}

.sf-ge-large-icon {
    width: 60px;
    height: 60px;

    flex: 0 0 60px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    border: 1px solid #d8a33b;

    color: #d8a33b;

    font-size: 23px;
}

.sf-ge-commitment-top span,
.sf-ge-future-heading span,
.sf-ge-dream-heading span {
    color: #d8a33b;

    font-size: 23px;
    font-weight: 700;
}

.sf-ge-commitment-top h3,
.sf-ge-future-heading h3,
.sf-ge-dream-heading h3 {
    margin: 4px 0 0;

    color: #ffffff;

    font-family: Georgia, "Times New Roman", serif;

    font-size: 17px;
    font-weight: 500;
}

.sf-ge-commitment blockquote {
    margin: 0 0 22px;

    padding: 18px 25px;

    border-left: 4px solid #d8a33b;

    background: rgba(255, 255, 255, 0.06);

    border-radius: 0 12px 12px 0;

    font-size: 22px;
    line-height: 1.7;
    font-weight: 700;
}

.sf-ge-commitment > p {
    margin: 0;

    color: rgba(255, 255, 255, 0.9);

    font-size: 16px;
    line-height: 1.9;
}


/* ==========================================
   SUPPORT BOX
========================================== */

.sf-ge-support-box {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 24px;

    padding: 35px;

    margin-bottom: 65px;

    background: #fff8e9;

    border: 1px solid #edd4a0;
    border-radius: 22px;
}

.sf-ge-support-icon {
    width: 65px;
    height: 65px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #d8a33b;

    color: #063d2f;

    font-size: 26px;
}

.sf-ge-support-content h3 {
    margin: 0 0 15px;

    color: #063d2f;

    font-family: Georgia, "Times New Roman", serif;
    font-size: 28px;
}

.sf-ge-support-content p {
    margin: 0 0 14px;

    color: #414141;

    font-size: 16px;
    line-height: 1.85;
}

.sf-ge-support-highlight {
    font-weight: 700;
    color: #063d2f !important;
}


/* ==========================================
   FUTURE PLAN
========================================== */

.sf-ge-future-wrapper {
    padding: 45px;

    margin-bottom: 60px;

    background:
        linear-gradient(
            135deg,
            #eefaf3 0%,
            #e2f6e9 100%
        );

    border-radius: 26px;

    border: 1px solid rgba(6, 61, 47, 0.12);
}

.sf-ge-future-heading {
    display: flex;
    align-items: center;
    gap: 18px;

    margin-bottom: 28px;
}

.sf-ge-future-heading .sf-ge-large-icon {
    background: #063d2f;
}

.sf-ge-future-heading h3 {
    color: #063d2f;

    font-size: 28px;
    font-weight: 700;
}

.sf-ge-future-content p {
    margin: 0 0 20px;

    color: #2c3b36;

    font-size: 17px;
    line-height: 1.9;
}

.sf-ge-future-content strong {
    color: #063d2f;
}


/* ==========================================
   PROPOSED FACILITIES
========================================== */

.sf-ge-proposed-title {
    display: flex;
    align-items: center;
    gap: 12px;

    margin: 35px 0 22px;
}

.sf-ge-proposed-title i {
    color: #c58b20;
    font-size: 25px;
}

.sf-ge-proposed-title h4 {
    margin: 0;

    color: #063d2f;

    font-family: Georgia, "Times New Roman", serif;
    font-size: 26px;
}

.sf-ge-proposed-grid {
    display: grid;

    grid-template-columns:
        repeat(2, 1fr);

    gap: 14px;
}

.sf-ge-proposed-item {
    display: flex;
    align-items: center;
    gap: 14px;

    padding: 17px 18px;

    background: rgba(255, 255, 255, 0.70);

    border-radius: 12px;

    border: 1px solid rgba(6, 61, 47, 0.08);

    transition:
        background-color 0.3s ease,
        border-color 0.3s ease,
        transform 0.3s ease;
}

.sf-ge-proposed-item:hover {
    background: #d8a33b;
    border-color: #d8a33b;
    transform: translateY(-3px);
}

.sf-ge-proposed-item:hover .sf-ge-proposed-icon {
    background: #063d2f;
    color: #d8a33b;
}

.sf-ge-proposed-item:hover span {
    color: #063d2f;
}

.sf-ge-proposed-icon {
    width: 42px;
    height: 42px;

    flex: 0 0 42px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #063d2f;

    color: #d8a33b;

    font-size: 16px;
}

.sf-ge-proposed-item span {
    color: #25352f;

    font-size: 15px;
    line-height: 1.5;
    font-weight: 600;
}


/* ==========================================
   OUR DREAM
========================================== */

.sf-ge-dream {
    padding: 45px;

    margin-bottom: 45px;

    border-radius: 26px;

    background: #ffffff;

    border: 1px solid rgba(216, 163, 59, 0.35);

    box-shadow: 0 15px 38px rgba(0, 0, 0, 0.07);
}

.sf-ge-dream-heading {
    display: flex;
    align-items: center;
    gap: 18px;

    margin-bottom: 25px;
}

.sf-ge-dream-icon {
    width: 60px;
    height: 60px;

    flex: 0 0 60px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #063d2f;

    color: #d8a33b;

    font-size: 23px;
}

.sf-ge-dream-heading h3 {
    color: #063d2f;
    font-size: 20px;
    font-weight: 700;
}

.sf-ge-dream-content p {
    margin: 0 0 20px;

    color: #343d39;

    font-size: 17px;
    line-height: 1.9;
}

.sf-ge-dream-content strong {
    color: #063d2f;
}


/* ==========================================
   MISSION CALLOUT
========================================== */

.sf-ge-mission-callout {
    display: grid;
    grid-template-columns: 55px 1fr;
    gap: 18px;

    margin-top: 32px;
    padding: 25px;

    background: #fff7e7;

    border-radius: 17px;

    border-left: 4px solid #d8a33b;
}

.sf-ge-mission-callout > i {
    color: #c58b20;
    font-size: 32px;
}

.sf-ge-mission-callout h4 {
    margin: 0 0 10px;

    color: #063d2f;

    font-size: 22px;
}

.sf-ge-mission-callout p {
    margin: 0;

    color: #3c433f;

    font-size: 15.5px;
    line-height: 1.8;
}

.sf-ge-dream-quote {
    margin: 30px 0 0;

    padding: 22px;

    text-align: center;

    background: #063d2f;

    color: #ffffff;

    border-radius: 14px;

    font-size: 20px;
    line-height: 1.7;
    font-weight: 700;
}


/* ==========================================
   CALL TO ACTION
========================================== */

.sf-ge-cta {
    display: flex;

    flex-wrap: wrap;

    align-items: center;
    justify-content: center;

    gap: 14px;
}

.sf-ge-btn {
    min-height: 50px;

    padding: 13px 22px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 9px;

    border-radius: 30px;

    text-decoration: none;

    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;

    border: 1px solid transparent;

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        background-color 0.25s ease,
        color 0.25s ease,
        border-color 0.25s ease;
}

.sf-ge-btn-gold {
    background: #d8a33b;
    color: #063d2f;
}

.sf-ge-btn-green {
    background: #063d2f;
    color: #ffffff;
}

.sf-ge-btn-outline {
    border-color: #063d2f;
    color: #063d2f;
    background: transparent;
}

.sf-ge-btn-whatsapp {
    background: #25d366;
    color: #ffffff;
}


/* ==========================================
   ALL BUTTONS GOLDEN ON HOVER
========================================== */

.sf-ge-btn:hover,
.sf-ge-btn:focus {
    transform: translateY(-3px);

    background: #d8a33b !important;

    color: #063d2f !important;

    border-color: #d8a33b !important;

    box-shadow:
        0 8px 18px rgba(216, 163, 59, 0.28);

    text-decoration: none;
}

.sf-ge-btn:hover i,
.sf-ge-btn:focus i {
    color: #063d2f !important;
}


/* ==========================================
   RESPONSIVE - TABLET
========================================== */

@media (max-width: 991px) {

    .sf-girls-education {
        padding: 65px 20px;
    }

    .sf-ge-main-heading h2 {
        font-size: 40px;
    }

    .sf-ge-hindi-title {
        font-size: 21px;
    }

    .sf-ge-facilities-grid {
        grid-template-columns:
            repeat(2, 1fr);
    }

    .sf-ge-future-wrapper,
    .sf-ge-dream {
        padding: 35px;
    }
}


/* ==========================================
   RESPONSIVE - MOBILE
========================================== */

@media (max-width: 767px) {

    .sf-girls-education {
        padding: 50px 15px;
    }

    .sf-ge-main-heading {
        margin-bottom: 32px;
    }

    .sf-ge-main-heading h2 {
        font-size: 33px;
    }

    .sf-ge-hindi-title {
        font-size: 18px;
    }

    .sf-ge-intro-card {
        grid-template-columns: 1fr;
        padding: 27px 22px;
    }

    .sf-ge-intro-icon {
        width: 60px;
        height: 60px;
        font-size: 24px;
    }

    .sf-ge-intro-content p {
        font-size: 15px;
    }

    .sf-ge-facilities-grid {
        grid-template-columns: 1fr;
    }

    .sf-ge-facility-card {
        min-height: auto;
    }

    .sf-ge-commitment {
        padding: 28px 22px;
    }

    .sf-ge-commitment blockquote {
        font-size: 18px;
    }

    .sf-ge-support-box {
        grid-template-columns: 1fr;
        padding: 27px 22px;
    }

    .sf-ge-future-wrapper,
    .sf-ge-dream {
        padding: 28px 22px;
    }

    .sf-ge-future-heading,
    .sf-ge-dream-heading {
        align-items: flex-start;
    }

    .sf-ge-future-heading h3 {
        font-size: 23px;
    }

    .sf-ge-proposed-grid {
        grid-template-columns: 1fr;
    }

    .sf-ge-mission-callout {
        grid-template-columns: 1fr;
    }

    .sf-ge-cta {
        flex-direction: column;
    }

    .sf-ge-btn {
        width: 100%;
    }
}


/* ==========================================
   SMALL MOBILE
========================================== */

@media (max-width: 480px) {

    .sf-ge-main-heading h2 {
        font-size: 28px;
    }

    .sf-ge-section-heading span {
        font-size: 20px;
    }

    .sf-ge-heading-icon,
    .sf-ge-large-icon,
    .sf-ge-dream-icon {
        width: 52px;
        height: 52px;
        flex-basis: 52px;
    }

    .sf-ge-facility-card {
        padding: 20px 17px;
    }

    .sf-ge-facility-icon {
        width: 48px;
        height: 48px;
        flex-basis: 48px;
    }

    .sf-ge-support-content h3,
    .sf-ge-proposed-title h4 {
        font-size: 22px;
    }

    .sf-ge-dream-quote {
        font-size: 17px;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-4de92dc *//* ==========================================
BANK DETAILS SECTION
========================================== */

.sf-bank-section,
.sf-bank-section * {
    box-sizing: border-box;
}

.sf-bank-section {
    width: 100%;
    padding: 60px 20px;
    background-color: #faf8f5;
}


/* ==========================================
MAIN CONTAINER
========================================== */

.sf-bank-container {

    width: 100%;
    max-width: 1250px;

    margin: 0 auto;

    background:
        linear-gradient(
            145deg,
            #042e23 0%,
            #084c3b 100%
        );

    border-radius: 20px;

    display: grid;

    grid-template-columns:
        0.85fr
        0.75fr
        1.4fr;

    padding: 40px 30px;

    border: 1px solid #d8a33b;

    box-shadow:
        0 15px 35px rgba(5, 59, 45, 0.15);

    position: relative;
}


/* ==========================================
COLUMNS
========================================== */

.sf-bank-col {

    padding: 0 30px;

    position: relative;

    display: flex;

    flex-direction: column;
}


/* Vertical Dividers */

.sf-bank-col:not(:last-child)::after {

    content: "";

    position: absolute;

    right: 0;
    top: 5%;

    height: 90%;

    width: 1px;

    background:
        rgba(216, 163, 59, 0.30);
}


.sf-bank-col:first-child {
    padding-left: 10px;
}


.sf-bank-col:last-child {
    padding-right: 10px;
}


/* ==========================================
HEADER
========================================== */

.sf-bank-header {

    display: flex;

    align-items: center;

    gap: 12px;

    margin-bottom: 25px;
}


.sf-gold-icon {

    color: #d89b2b;

    font-size: 26px;
}


.sf-bank-header h2 {

    color: #f7e8c4;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 24px;

    line-height: 1.2;

    font-weight: 700;

    margin: 0;
}


/* ==========================================
STANDARD INFORMATION
========================================== */

.sf-info-block {

    margin-bottom: 18px;
}


.sf-label {

    display: block;

    color: #d89b2b;

    font-family:
        Arial,
        Helvetica,
        sans-serif;

    font-size: 14px;

    font-weight: 600;

    margin-bottom: 5px;
}


.sf-value {

    color: #ffffff;

    font-family:
        Arial,
        Helvetica,
        sans-serif;

    font-size: 20px;

    font-weight: 700;

    margin: 0;

    letter-spacing: 0.5px;

    word-break: break-word;
}


.sf-info-value {

    color: #ffffff;

    font-family:
        Arial,
        Helvetica,
        sans-serif;

    font-size: 15px;

    font-weight: 600;

    line-height: 1.5;

    margin: 0;

    word-break: break-word;
}


.sf-note {

    color: #a3c2b8;

    font-family:
        Arial,
        Helvetica,
        sans-serif;

    font-size: 13px;

    margin: 15px 0 0;

    line-height: 1.4;
}


.sf-subnote {

    color: #a3c2b8;

    font-family:
        Arial,
        Helvetica,
        sans-serif;

    font-size: 14px;

    margin: 0;
}


/* ==========================================
CONTACT DETAILS
========================================== */

.sf-contact-area {

    margin-top: 28px;

    padding-top: 22px;

    border-top:
        1px solid
        rgba(216, 163, 59, 0.25);
}


.sf-contact-title {

    display: flex;

    align-items: center;

    gap: 9px;

    color: #d89b2b;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 18px;

    font-weight: 700;

    margin-bottom: 15px;
}


.sf-contact-link {

    width: fit-content;

    display: flex;

    align-items: center;

    gap: 10px;

    margin-bottom: 10px;

    color: #ffffff;

    font-family:
        Arial,
        Helvetica,
        sans-serif;

    font-size: 15px;

    font-weight: 600;

    text-decoration: none;

    transition: 0.3s ease;
}


.sf-contact-link i {

    width: 30px;

    height: 30px;

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

    border: 1px solid #d89b2b;

    color: #d89b2b;

    font-size: 12px;
}


.sf-contact-link:hover {

    color: #d89b2b;
}


/* ==========================================
MERCHANT QR
========================================== */

.sf-qr-col {

    align-items: center;

    text-align: center;
}


.sf-qr-col .sf-bank-header {

    justify-content: center;
}


.sf-qr-box {

    width: 130px;

    height: 130px;

    border:
        2px dashed
        #d89b2b;

    border-radius: 12px;

    display: flex;

    align-items: center;

    justify-content: center;

    background:
        rgba(255, 255, 255, 0.04);

    margin-bottom: 12px;

    padding: 10px;
}


.sf-qr-inner {

    width: 100%;

    height: 100%;

    display: flex;

    align-items: center;

    justify-content: center;
}


.sf-qr-placeholder {

    font-size: 70px;

    color: #ffffff;

    opacity: 0.9;
}


.sf-qr-status {

    color: #ffffff;

    font-family:
        Arial,
        Helvetica,
        sans-serif;

    font-size: 14px;

    font-weight: 600;

    margin: 0;

    line-height: 1.4;
}


/* ==========================================
WHATSAPP BUTTON
========================================== */

.sf-whatsapp-btn {

    margin-top: 22px;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 8px;

    padding: 10px 18px;

    border: 1px solid #d89b2b;

    border-radius: 30px;

    color: #ffffff;

    text-decoration: none;

    font-family:
        Arial,
        Helvetica,
        sans-serif;

    font-size: 13px;

    font-weight: 600;

    transition: 0.3s ease;
}


.sf-whatsapp-btn i {

    color: #d89b2b;

    font-size: 18px;
}


.sf-whatsapp-btn:hover {

    background: #d89b2b;

    color: #052f24;
}


.sf-whatsapp-btn:hover i {

    color: #052f24;
}


/* ==========================================
REGISTRATION INFORMATION
========================================== */

.sf-registration-box {

    width: 100%;

    margin-top: 16px;

    padding: 16px;

    border:

        1px solid
        rgba(216, 163, 59, 0.30);

    border-radius: 12px;

    background:

        rgba(255, 255, 255, 0.035);
}


.sf-registration-heading {

    display: flex;

    align-items: center;

    gap: 8px;

    color: #d89b2b;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 17px;

    font-weight: 700;

    margin-bottom: 13px;
}


.sf-registration-heading i {

    font-size: 16px;
}


.sf-registration-row {

    display: grid;

    grid-template-columns:
        75px
        1fr;

    gap: 10px;

    padding: 5px 0;

    font-family:
        Arial,
        Helvetica,
        sans-serif;

    font-size: 12.5px;

    line-height: 1.5;
}


.sf-registration-row > span {

    color: #a3c2b8;
}


.sf-registration-row strong {

    color: #ffffff;

    font-weight: 600;

    word-break: break-word;
}


.sf-registration-row .sf-approved {

    color: #e6c56d;
}


.sf-approved i {

    margin-right: 4px;
}


/* ==========================================
TABLET RESPONSIVE
========================================== */

@media (max-width: 1100px) {

    .sf-bank-container {

        grid-template-columns:
            0.9fr
            0.7fr
            1.4fr;

        padding:
            35px
            20px;
    }


    .sf-bank-col {

        padding:
            0
            20px;
    }


    .sf-bank-header h2 {

        font-size: 21px;
    }


    .sf-value {

        font-size: 17px;
    }
}


/* ==========================================
MOBILE / TABLET
========================================== */

@media (max-width: 991px) {

    .sf-bank-container {

        grid-template-columns: 1fr;

        gap: 35px;

        padding:
            35px
            25px;
    }


    .sf-bank-col {

        width: 100%;

        padding: 0 !important;
    }


    .sf-bank-col:not(:last-child)::after {

        display: none;
    }


    .sf-bank-col:not(:last-child) {

        border-bottom:

            1px solid

            rgba(
                216,
                163,
                59,
                0.25
            );

        padding-bottom:
            30px !important;
    }


    .sf-qr-col {

        align-items: flex-start;

        text-align: left;
    }


    .sf-qr-col .sf-bank-header {

        justify-content:
            flex-start;
    }


    .sf-qr-box {

        margin-left: 0;
    }
}


/* ==========================================
SMALL MOBILE
========================================== */

@media (max-width: 576px) {

    .sf-bank-section {

        padding:
            40px
            15px;
    }


    .sf-bank-container {

        padding:
            28px
            18px;

        border-radius:
            15px;
    }


    .sf-bank-header {

        gap: 10px;

        margin-bottom:
            20px;
    }


    .sf-bank-header h2 {

        font-size: 20px;
    }


    .sf-gold-icon {

        font-size: 22px;
    }


    .sf-value {

        font-size: 16px;
    }


    .sf-info-value {

        font-size: 14px;
    }


    .sf-registration-box {

        padding: 14px;
    }


    .sf-registration-row {

        grid-template-columns: 1fr;

        gap: 2px;

        padding:
            6px
            0;
    }


    .sf-qr-box {

        width: 120px;

        height: 120px;
    }


    .sf-qr-placeholder {

        font-size: 62px;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-66d9ab5 *//* ==========================================
BANK DETAILS SECTION
========================================== */

.sf-bank-section,
.sf-bank-section * {
    box-sizing: border-box;
}

.sf-bank-section {
    width: 100%;
    padding: 60px 20px;
    background-color: #faf8f5;
}


/* ==========================================
MAIN CONTAINER
========================================== */

.sf-bank-container {

    width: 100%;
    max-width: 1250px;

    margin: 0 auto;

    background:
        linear-gradient(
            145deg,
            #042e23 0%,
            #084c3b 100%
        );

    border-radius: 20px;

    display: grid;

    grid-template-columns:
        0.85fr
        0.75fr
        1.4fr;

    padding: 40px 30px;

    border: 1px solid #d8a33b;

    box-shadow:
        0 15px 35px rgba(5, 59, 45, 0.15);

    position: relative;
}


/* ==========================================
COLUMNS
========================================== */

.sf-bank-col {

    padding: 0 30px;

    position: relative;

    display: flex;

    flex-direction: column;
}


/* Vertical Dividers */

.sf-bank-col:not(:last-child)::after {

    content: "";

    position: absolute;

    right: 0;
    top: 5%;

    height: 90%;

    width: 1px;

    background:
        rgba(216, 163, 59, 0.30);
}


.sf-bank-col:first-child {
    padding-left: 10px;
}


.sf-bank-col:last-child {
    padding-right: 10px;
}


/* ==========================================
HEADER
========================================== */

.sf-bank-header {

    display: flex;

    align-items: center;

    gap: 12px;

    margin-bottom: 25px;
}


.sf-gold-icon {

    color: #d89b2b;

    font-size: 26px;
}


.sf-bank-header h2 {

    color: #f7e8c4;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 24px;

    line-height: 1.2;

    font-weight: 700;

    margin: 0;
}


/* ==========================================
STANDARD INFORMATION
========================================== */

.sf-info-block {

    margin-bottom: 18px;
}


.sf-label {

    display: block;

    color: #d89b2b;

    font-family:
        Arial,
        Helvetica,
        sans-serif;

    font-size: 14px;

    font-weight: 600;

    margin-bottom: 5px;
}


.sf-value {

    color: #ffffff;

    font-family:
        Arial,
        Helvetica,
        sans-serif;

    font-size: 20px;

    font-weight: 700;

    margin: 0;

    letter-spacing: 0.5px;

    word-break: break-word;
}


.sf-info-value {

    color: #ffffff;

    font-family:
        Arial,
        Helvetica,
        sans-serif;

    font-size: 15px;

    font-weight: 600;

    line-height: 1.5;

    margin: 0;

    word-break: break-word;
}


.sf-note {

    color: #a3c2b8;

    font-family:
        Arial,
        Helvetica,
        sans-serif;

    font-size: 13px;

    margin: 15px 0 0;

    line-height: 1.4;
}


.sf-subnote {

    color: #a3c2b8;

    font-family:
        Arial,
        Helvetica,
        sans-serif;

    font-size: 14px;

    margin: 0;
}


/* ==========================================
CONTACT DETAILS
========================================== */

.sf-contact-area {

    margin-top: 28px;

    padding-top: 22px;

    border-top:
        1px solid
        rgba(216, 163, 59, 0.25);
}


.sf-contact-title {

    display: flex;

    align-items: center;

    gap: 9px;

    color: #d89b2b;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 18px;

    font-weight: 700;

    margin-bottom: 15px;
}


.sf-contact-link {

    width: fit-content;

    display: flex;

    align-items: center;

    gap: 10px;

    margin-bottom: 10px;

    color: #ffffff;

    font-family:
        Arial,
        Helvetica,
        sans-serif;

    font-size: 15px;

    font-weight: 600;

    text-decoration: none;

    transition: 0.3s ease;
}


.sf-contact-link i {

    width: 30px;

    height: 30px;

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

    border: 1px solid #d89b2b;

    color: #d89b2b;

    font-size: 12px;
}


.sf-contact-link:hover {

    color: #d89b2b;
}


/* ==========================================
MERCHANT QR
========================================== */

.sf-qr-col {

    align-items: center;

    text-align: center;
}


.sf-qr-col .sf-bank-header {

    justify-content: center;
}


.sf-qr-box {

    width: 130px;

    height: 130px;

    border:
        2px dashed
        #d89b2b;

    border-radius: 12px;

    display: flex;

    align-items: center;

    justify-content: center;

    background:
        rgba(255, 255, 255, 0.04);

    margin-bottom: 12px;

    padding: 10px;
}


.sf-qr-inner {

    width: 100%;

    height: 100%;

    display: flex;

    align-items: center;

    justify-content: center;
}


.sf-qr-placeholder {

    font-size: 70px;

    color: #ffffff;

    opacity: 0.9;
}


.sf-qr-status {

    color: #ffffff;

    font-family:
        Arial,
        Helvetica,
        sans-serif;

    font-size: 14px;

    font-weight: 600;

    margin: 0;

    line-height: 1.4;
}


/* ==========================================
WHATSAPP BUTTON
========================================== */

.sf-whatsapp-btn {

    margin-top: 22px;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 8px;

    padding: 10px 18px;

    border: 1px solid #d89b2b;

    border-radius: 30px;

    color: #ffffff;

    text-decoration: none;

    font-family:
        Arial,
        Helvetica,
        sans-serif;

    font-size: 13px;

    font-weight: 600;

    transition: 0.3s ease;
}


.sf-whatsapp-btn i {

    color: #d89b2b;

    font-size: 18px;
}


.sf-whatsapp-btn:hover {

    background: #d89b2b;

    color: #052f24;
}


.sf-whatsapp-btn:hover i {

    color: #052f24;
}


/* ==========================================
REGISTRATION INFORMATION
========================================== */

.sf-registration-box {

    width: 100%;

    margin-top: 16px;

    padding: 16px;

    border:

        1px solid
        rgba(216, 163, 59, 0.30);

    border-radius: 12px;

    background:

        rgba(255, 255, 255, 0.035);
}


.sf-registration-heading {

    display: flex;

    align-items: center;

    gap: 8px;

    color: #d89b2b;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 17px;

    font-weight: 700;

    margin-bottom: 13px;
}


.sf-registration-heading i {

    font-size: 16px;
}


.sf-registration-row {

    display: grid;

    grid-template-columns:
        75px
        1fr;

    gap: 10px;

    padding: 5px 0;

    font-family:
        Arial,
        Helvetica,
        sans-serif;

    font-size: 12.5px;

    line-height: 1.5;
}


.sf-registration-row > span {

    color: #a3c2b8;
}


.sf-registration-row strong {

    color: #ffffff;

    font-weight: 600;

    word-break: break-word;
}


.sf-registration-row .sf-approved {

    color: #e6c56d;
}


.sf-approved i {

    margin-right: 4px;
}


/* ==========================================
TABLET RESPONSIVE
========================================== */

@media (max-width: 1100px) {

    .sf-bank-container {

        grid-template-columns:
            0.9fr
            0.7fr
            1.4fr;

        padding:
            35px
            20px;
    }


    .sf-bank-col {

        padding:
            0
            20px;
    }


    .sf-bank-header h2 {

        font-size: 21px;
    }


    .sf-value {

        font-size: 17px;
    }
}


/* ==========================================
MOBILE / TABLET
========================================== */

@media (max-width: 991px) {

    .sf-bank-container {

        grid-template-columns: 1fr;

        gap: 35px;

        padding:
            35px
            25px;
    }


    .sf-bank-col {

        width: 100%;

        padding: 0 !important;
    }


    .sf-bank-col:not(:last-child)::after {

        display: none;
    }


    .sf-bank-col:not(:last-child) {

        border-bottom:

            1px solid

            rgba(
                216,
                163,
                59,
                0.25
            );

        padding-bottom:
            30px !important;
    }


    .sf-qr-col {

        align-items: flex-start;

        text-align: left;
    }


    .sf-qr-col .sf-bank-header {

        justify-content:
            flex-start;
    }


    .sf-qr-box {

        margin-left: 0;
    }
}


/* ==========================================
SMALL MOBILE
========================================== */

@media (max-width: 576px) {

    .sf-bank-section {

        padding:
            40px
            15px;
    }


    .sf-bank-container {

        padding:
            28px
            18px;

        border-radius:
            15px;
    }


    .sf-bank-header {

        gap: 10px;

        margin-bottom:
            20px;
    }


    .sf-bank-header h2 {

        font-size: 20px;
    }


    .sf-gold-icon {

        font-size: 22px;
    }


    .sf-value {

        font-size: 16px;
    }


    .sf-info-value {

        font-size: 14px;
    }


    .sf-registration-box {

        padding: 14px;
    }


    .sf-registration-row {

        grid-template-columns: 1fr;

        gap: 2px;

        padding:
            6px
            0;
    }


    .sf-qr-box {

        width: 120px;

        height: 120px;
    }


    .sf-qr-placeholder {

        font-size: 62px;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-e6bbb16 *//* ==========================================
   BANK DETAILS SECTION
========================================== */

.sf-bank-section {
    width: 100%;
    padding: 60px 20px;
    background-color: #faf8f5;
    box-sizing: border-box;
}

.sf-bank-container {
    max-width: 1150px;
    margin: 0 auto;
    background: linear-gradient(145deg, #042e23 0%, #084c3b 100%);
    border-radius: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 40px 30px;
    border: 1px solid #d8a33b;
    box-shadow: 0 15px 35px rgba(5, 59, 45, 0.15);
    position: relative;
    box-sizing: border-box;
}

/* Vertical Dividers between columns */
.sf-bank-col {
    padding: 0 30px;
    position: relative;
    display: flex;
    flex-direction: column;
}

.sf-bank-col:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 10%;
    height: 80%;
    width: 1px;
    background: rgba(216, 163, 59, 0.3);
}

.sf-bank-col:first-child {
    padding-left: 10px;
}

.sf-bank-col:last-child {
    padding-right: 10px;
}

/* ==========================================
   HEADER STYLE
========================================== */

.sf-bank-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 25px;
}

.sf-gold-icon {
    color: #d89b2b;
    font-size: 26px;
}

.sf-bank-header h2 {
    color: #f7e8c4;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 24px;
    font-weight: 700;
    margin: 0;
}

/* ==========================================
   CONTENT STYLES
========================================== */

.sf-info-block {
    margin-bottom: 18px;
}

.sf-label {
    display: block;
    color: #d89b2b;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 4px;
}

.sf-value {
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    letter-spacing: 0.5px;
}

.sf-note {
    color: #a3c2b8;
    font-family: Arial, sans-serif;
    font-size: 13px;
    margin: 15px 0 0 0;
    line-height: 1.4;
}

.sf-subnote {
    color: #a3c2b8;
    font-family: Arial, sans-serif;
    font-size: 14px;
    margin: 0;
}

/* ==========================================
   MERCHANT QR STYLES
========================================== */

.sf-qr-col {
    align-items: center;
    text-align: center;
}

.sf-qr-box {
    width: 130px;
    height: 130px;
    border: 2px dashed #d89b2b;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.04);
    margin-bottom: 12px;
    padding: 10px;
}

.sf-qr-placeholder {
    font-size: 70px;
    color: #ffffff;
    opacity: 0.9;
}

.sf-qr-status {
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    line-height: 1.4;
}

/* ==========================================
   RESPONSIVE QUERIES
========================================== */

@media (max-width: 991px) {
    .sf-bank-container {
        grid-template-columns: 1fr;
        gap: 35px;
        padding: 35px 25px;
    }

    .sf-bank-col {
        padding: 0 !important;
    }

    .sf-bank-col:not(:last-child)::after {
        display: none;
    }

    .sf-bank-col:not(:last-child) {
        border-bottom: 1px solid rgba(216, 163, 59, 0.25);
        padding-bottom: 30px !important;
    }

    .sf-qr-col {
        align-items: flex-start;
        text-align: left;
    }
}/* End custom CSS */