.elementor-269 .elementor-element.elementor-element-c92e54f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--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 .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS *//* --- FONTS --- */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Playfair+Display:ital,wght@0,600;0,700;1,600&display=swap');

/* --- MAIN WRAPPER VARIABLES --- */
.kcc-faculty-wrapper {
    --c-primary: #0a4870;
    --c-dark: #062e49;
    --c-gold: #c5a059;
    --c-light: #f0f7fa;
    --c-text: #475569;
    --font-sans: 'Inter', sans-serif;
    --font-serif: 'Playfair Display', serif;
    
    font-family: var(--font-sans);
    color: var(--c-text);
    width: 100%;
    overflow-x: hidden;
    line-height: 1.6;
}

.kcc-faculty-wrapper * { box-sizing: border-box; }

/* --- UTILITIES --- */
.kcc-fac-container { max-width: 1280px; margin: 0 auto; padding: 0 20px; width: 100%; }
.italic { font-style: italic; }
.text-gold { color: var(--c-gold) !important; }
.bg-gray { background-color: #e2e8f0; }
.relative { position: relative; }
.mb-4 { margin-bottom: 1rem; }

/* --- HERO SECTION --- */
.kcc-fac-hero {
    position: relative;
    padding: 6rem 0;
    display: flex;
    align-items: center;
    background-image: url('https://aesthetic-academy.com/wp-content/uploads/2026/03/Ali-photo.jpg');
    background-size: cover;
    background-position: top;
}
.kcc-fac-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #ffffff 0%, rgba(255,255,255,0.95) 40%, rgba(255,255,255,0) 100%);
    z-index: 1;
}
@media (max-width: 1024px) { .kcc-fac-overlay { background: rgba(255,255,255,0.9); } }

.kcc-fac-hero-content { position: relative; z-index: 10; width: 100%; max-width: 800px; }

.kcc-fac-tag {
    display: block;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--c-primary);
    border-left: 3px solid var(--c-primary);
    padding-left: 0.75rem;
    margin-bottom: 1rem;
}

.kcc-fac-title {
    font-family: var(--font-serif);
    font-size: 2.5rem;
    line-height: 1.1;
    color: var(--c-primary);
    font-weight: 700;
    margin-bottom: 1.5rem;
}
@media (min-width: 1024px) { .kcc-fac-title { font-size: 3.75rem; } }

.kcc-fac-desc { font-size: 1.125rem; font-weight: 300; max-width: 600px; }

/* --- BODY SECTION --- */
.kcc-fac-body { padding: 5rem 0; background: #fff; }
.space-y-large > * + * { margin-top: 6rem; }

/* --- GRID LAYOUT --- */
.kcc-fac-row { display: flex; flex-direction: column; gap: 3rem; align-items: flex-start; }

@media (min-width: 1024px) {
    .kcc-fac-row { flex-direction: row; gap: 4rem; }
    /* Dr George Layout: Text Left, Image Right */
    .kcc-fac-row.reverse-layout { flex-direction: row-reverse; }
}

/* --- IMAGES --- */
.kcc-fac-col-img { width: 100%; position: relative; }
@media (min-width: 1024px) { .kcc-fac-col-img { width: 33.333%; flex-shrink: 0; } }

.kcc-fac-frame {
    aspect-ratio: 3 / 4;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    position: relative;
    z-index: 10;
}
.kcc-fac-frame img { width: 100%; height: 100%; object-fit: cover; display: block; border: none; }

/* DECORATION BORDERS */
.kcc-fac-decor {
    display: none;
    position: absolute;
    bottom: -1.5rem;
    width: 100%;
    height: 100%;
    border: 2px solid transparent;
    border-radius: 1rem;
    z-index: 0;
}
@media (min-width: 1024px) {
    .kcc-fac-decor { display: block; }
    .decor-gold { right: -1.5rem; border-color: var(--c-gold); }
    .decor-blue { left: -1.5rem; border-color: rgba(10, 72, 112, 0.2); }
}

/* --- TEXT CONTENT --- */
.kcc-fac-col-text { width: 100%; padding-top: 1rem; }
@media (min-width: 1024px) { 
    .kcc-fac-col-text { width: 66.666%; padding-top: 2rem; } 
    /* Force Left Align for Dr George */
    .kcc-fac-col-text.text-left { text-align: left; }
}

.kcc-fac-name {
    font-family: var(--font-serif);
    font-size: 2rem;
    font-weight: 700;
    color: var(--c-primary);
    margin-bottom: 0.5rem;
    line-height: 1.2;
}
.kcc-fac-role {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: var(--c-gold);
    margin-bottom: 1.5rem;
}
.kcc-fac-bio { margin-bottom: 2rem; }

/* BADGES */
.kcc-fac-badges { display: flex; flex-wrap: wrap; gap: 0.75rem; }
.kcc-fac-badges.start-align { justify-content: flex-start; }

.kcc-badge {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    background-color: var(--c-light);
    color: var(--c-primary);
    font-size: 0.75rem;
    font-weight: 600;
    border-radius: 50px;
}

/* DIVIDER */
.kcc-fac-divider { width: 100%; height: 1px; background: #f1f5f9; margin: 4rem 0; }/* End custom CSS */