.elementor-10 .elementor-element.elementor-element-b4247c9{--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 );}:root{--page-title-display:none;}/* Start custom CSS for text-editor, class: .elementor-element-9a78887 *//* ==========================================
   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.radiixassociates.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 */