.elementor-23497 .elementor-element.elementor-element-aa6af40:not(.elementor-motion-effects-element-type-background), .elementor-23497 .elementor-element.elementor-element-aa6af40 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#f9f8f8;}.elementor-23497 .elementor-element.elementor-element-aa6af40{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 0px 0px;}.elementor-23497 .elementor-element.elementor-element-aa6af40 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-23497 .elementor-element.elementor-element-aa6af40 > .elementor-shape-top svg{height:220px;transform:translateX(-50%) rotateY(180deg);}.elementor-23497 .elementor-element.elementor-element-a3233df > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-23497 .elementor-element.elementor-element-a3233df > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-23497 .elementor-element.elementor-element-7c1f370 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-23497 .elementor-element.elementor-element-7c1f370{padding:10px 0px 10px 0px;}.elementor-23497 .elementor-element.elementor-element-5115fb4 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-23497 .elementor-element.elementor-element-5115fb4 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-23497 .elementor-element.elementor-element-e41c1e9{margin-top:30px;margin-bottom:30px;padding:0px 0px 0px 0px;}.elementor-23497 .elementor-element.elementor-element-9143820{color:#000000;}.elementor-23497 .elementor-element.elementor-element-9143820 a{color:#5C8018;}.elementor-23497 .elementor-element.elementor-element-a0c3b1f > .elementor-shape-top svg{height:220px;transform:translateX(-50%) rotateY(180deg);}.elementor-23497 .elementor-element.elementor-element-a0c3b1f{padding:0px 0px 0px 0px;}.elementor-23497 .elementor-element.elementor-element-937e715 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-23497 .elementor-element.elementor-element-937e715{padding:10px 0px 10px 0px;}.elementor-23497 .elementor-element.elementor-element-f6bbbab{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 0px 0px;}.elementor-23497 .elementor-element.elementor-element-f6bbbab > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-23497 .elementor-element.elementor-element-f6bbbab > .elementor-shape-top svg{height:220px;transform:translateX(-50%) rotateY(180deg);}.elementor-23497 .elementor-element.elementor-element-a2d7d91 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-23497 .elementor-element.elementor-element-a2d7d91{padding:10px 0px 10px 0px;}.elementor-23497 .elementor-element.elementor-element-1c88a0b{width:100%;max-width:100%;}@media(max-width:767px){.elementor-23497 .elementor-element.elementor-element-6f67cae > .elementor-element-populated{margin:0px 0px 20px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}}@media(min-width:768px){.elementor-23497 .elementor-element.elementor-element-5115fb4{width:100%;}.elementor-23497 .elementor-element.elementor-element-6f67cae{width:100%;}}@media(max-width:1024px) and (min-width:768px){.elementor-23497 .elementor-element.elementor-element-6f67cae{width:100%;}}/* Start custom CSS for html, class: .elementor-element-1795b2c */:root {
    --t-navy: #1B3F5B;
    --t-gold: #D4A017;
    --t-crimson: #5C8018;
    --t-white: #ffffff;
    --t-glass: rgba(255, 255, 255, 0.05);
}

.theatre-spotlight-hero {
    position: relative;
    background: radial-gradient(circle at center, #243b55 0%, #0f172a 100%);
    display: flex;
    align-items: center;
    overflow: hidden;
    color: var(--t-white);
}

/* Stage Spotlight Effects */
.stage-light {
    position: absolute;
    top: -10%;
    width: 40%;
    height: 120%;
    background: radial-gradient(ellipse at top, rgba(212, 160, 23, 0.15) 0%, transparent 70%);
    z-index: 1;
    pointer-events: none;
}
.light-left { left: -10%; transform: rotate(15deg); }
.light-right { right: -10%; transform: rotate(-15deg); }

.t-wrapper {
    max-width: 1300px;
    margin: 0 auto;
    padding: 120px 40px;
    position: relative;
    z-index: 5;
    width: 100%;
}

.t-main-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 60px;
    align-items: center;
}

/* STATUS PILL */
.t-status-pill {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid var(--t-crimson);
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 600;
    margin-bottom: 0px;
    letter-spacing: 0.5px;
}

.t-live-icon {
    width: 10px; height: 10px;
    background: #ff0000;
    border-radius: 50%;
    box-shadow: 0 0 10px #ff0000;
    animation: t-blink 1.5s infinite;
}

@keyframes t-blink { 
    0%, 100% {opacity: 1;} 
    50% {opacity: 0.3;} 
}

/* TYPOGRAPHY */
.t-title {
    font-size: 4.8rem;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 30px;
    margin-top: 0px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.text-gold { color: var(--t-gold); }
.text-curtain { 
    color: transparent; 
    -webkit-text-stroke: 1px var(--t-white); 
    opacity: 0.7;
}

.t-lead {
    font-size: 1.2rem;
    line-height: 1.8;
    color: rgba(255,255,255,0.8);
    max-width: 600px;
    margin-bottom: 40px;
}

/* ROLES */
.t-roles {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 45px;
}

.role-tag {
    background: var(--t-glass);
    padding: 6px 15px;
    border-radius: 4px;
    font-size: 0.85rem;
    border: 1px solid rgba(255,255,255,0.1);
    color: var(--t-gold);
}

/* BUTTONS */
.t-actions {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.btn-t-primary {
    background: var(--t-gold);
    color: var(--t-navy);
    padding: 18px 35px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 800;
    transition: 0.3s;
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.btn-t-outline {
    border: 1px solid var(--t-white);
    color: var(--t-white);
    padding: 18px 35px;
    border-radius: 4px;
    text-decoration: none;
    transition: 0.3s;
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.btn-t-primary:hover { 
    background: #fff; 
    transform: scale(1.05); 
}

.btn-t-outline:hover {
    background: rgba(255,255,255,0.1);
    transform: scale(1.05);
}

/* VISUAL CARD */
.theatre-card {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(212, 160, 23, 0.2);
    padding: 50px 40px;
    border-radius: 0 40px 0 40px;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(10px);
}

.card-glow {
    position: absolute;
    top: -50%; left: -50%;
    width: 200%; height: 200%;
    background: radial-gradient(circle, rgba(212, 160, 23, 0.05) 0%, transparent 50%);
}

.theatre-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.theatre-header i { font-size: 3rem; color: var(--t-gold); }
.theatre-header span { font-weight: 800; opacity: 0.5; font-size: 0.8rem; }

.theatre-body h4 { font-size: 1.5rem; margin-bottom: 20px; 
    color: #FFFFFF;
}

.facility-strip {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 30px;
}

.f-item {
    background: rgba(0,0,0,0.3);
    padding: 12px 20px;
    border-left: 3px solid var(--t-gold);
    font-weight: 600;
}

/* MARQUEE */
.t-marquee {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(139, 0, 0, 0.1);
    padding: 15px 0;
    border-top: 1px solid rgba(255,255,255,0.05);
}

.t-marquee-inner {
    display: flex;
    white-space: nowrap;
    animation: t-scroll 30s linear infinite;
    gap: 60px;
    color: rgba(255,255,255,0.2);
    font-weight: 900;
    letter-spacing: 2px;
}

@keyframes t-scroll { 
    0% {transform: translateX(0);} 
    100% {transform: translateX(-50%);} 
}

/* ============================================ */
/* RESPONSIVE STYLES - MOBILE OPTIMIZED */
/* WITH INCREASED SPACING BETWEEN COMPONENTS */
/* ============================================ */

/* Tablet (1024px and below) */
@media (max-width: 1024px) {
    .t-main-grid { 
        grid-template-columns: 1fr; 
        text-align: center; 
        gap: 50px;
    }
    
    .t-roles { 
        justify-content: center; 
    }
    
    .t-actions { 
        justify-content: center; 
    }
    
    .t-title { 
        font-size: 3.5rem; 
    }
    
    .t-lead { 
        margin-left: auto; 
        margin-right: auto; 
    }
    
    .t-visual { 
        display: none;
    }
    
    .t-status-pill {
        margin: 0 auto;
        width: fit-content;
    }
}

/* Mobile (768px and below) - INCREASED SPACING */
@media (max-width: 768px) {
    .t-wrapper {
        padding: 80px 50px;
        padding-bottom: 0px !important;
    }
    
    /* More space between title and subtitle */
    .t-title {
        font-size: 2.5rem;
        margin-bottom: 35px;
        margin-top: 15px;
    }
    
    /* More space between subtitle and roles */
    .t-lead {
        font-size: 1rem;
        margin-bottom: 45px;
        line-height: 1.9;
    }
    
    /* Status pill spacing */
    .t-status-pill {
        padding: 8px 20px;
        font-size: 0.75rem;
        margin-bottom: 10px;
    }
    
    /* Roles section - more breathing room */
    .t-roles {
        gap: 18px;
        margin-bottom: 50px;
    }
    
    .role-tag {
        font-size: 0.8rem;
        padding: 8px 16px;
    }
    
    /* ============================================ */
    /* BUTTON FIX: Stack vertically with more space */
    /* ============================================ */
    
    .t-actions {
        display: flex;
        flex-direction: column;
        gap: 20px;
        width: 100%;
        max-width: 320px;
        margin: 0 auto 30px;
        margin-bottom: 50px !important;
    }
    
    .t-actions .btn-t-primary,
    .t-actions .btn-t-outline {
        width: 100%;
        justify-content: center;
        text-align: center;
        padding: 16px 28px;
    }
    
    .btn-t-primary,
    .btn-t-outline {
        font-size: 0.95rem;
    }
    
    /* Hide visual card on mobile */
    .t-visual {
        display: none;
    }
    
    /* Theatre card adjustments */
    .theatre-card {
        padding: 35px 28px;
        margin-top: 30px;
    }
    
    .theatre-header {
        margin-bottom: 35px;
    }
    
    .theatre-header i {
        font-size: 2.8rem;
    }
    
    .theatre-body h4 {
        font-size: 1.3rem;
        margin-bottom: 25px;
    }
    
    .facility-strip {
        gap: 15px;
        margin-bottom: 35px;
    }
    
    .f-item {
        padding: 12px 18px;
        font-size: 0.9rem;
    }
    
    /* Marquee adjustments */
    .t-marquee {
        padding: 15px 0;
    }
    
    .t-marquee-inner {
        font-size: 0.85rem;
        gap: 40px;
    }
}

/* Small Mobile (480px and below) - EVEN MORE SPACING */
@media (max-width: 480px) {
    .t-wrapper {
        padding: 100px 50px;
        padding-bottom: 0px !important;
    }
    
    .t-title {
        font-size: 2.2rem;
        margin-bottom: 30px;
        margin-top: 10px;
    }
    
    .text-curtain {
        -webkit-text-stroke: 0.5px var(--t-white);
    }
    
    .t-lead {
        font-size: 0.95rem;
        margin-bottom: 40px;
        line-height: 2;
    }
    
    .t-status-pill {
        padding: 6px 16px;
        font-size: 0.7rem;
        gap: 10px;
        margin-bottom: 15px;
    }
    
    .t-live-icon {
        width: 8px;
        height: 8px;
    }
    
    .t-roles {
        gap: 14px;
        margin-bottom: 45px;
    }
    
    .role-tag {
        font-size: 0.75rem;
        padding: 6px 14px;
    }
    
    /* Buttons - more vertical spacing */
    .t-actions {
        gap: 18px;
        max-width: 280px;
        margin-bottom: 35px;
    }
    
    .t-actions .btn-t-primary,
    .t-actions .btn-t-outline {
        padding: 14px 24px;
        font-size: 0.88rem;
    }
    
    /* Visual card */
    .theatre-card {
        padding: 28px 20px;
        margin-top: 25px;
    }
    
    .theatre-header {
        margin-bottom: 30px;
    }
    
    .theatre-header i {
        font-size: 2.2rem;
    }
    
    .theatre-body h4 {
        font-size: 1.15rem;
        margin-bottom: 20px;
    }
    
    .facility-strip {
        gap: 12px;
        margin-bottom: 30px;
    }
    
    .f-item {
        padding: 10px 16px;
        font-size: 0.85rem;
    }
    
    /* Marquee */
    .t-marquee {
        padding: 12px 0;
    }
    
    .t-marquee-inner {
        font-size: 0.75rem;
        gap: 30px;
    }
}

/* Extra Small Mobile (under 400px) - MAXIMUM SPACING */
@media (max-width: 400px) {
    .t-wrapper {
        padding: 100px 50px;
        padding-bottom: 0px !important;
    }
    
    .t-title {
        font-size: 1.8rem;
        margin-bottom: 25px;
    }
    
    .t-lead {
        font-size: 0.88rem;
        margin-bottom: 35px;
    }
    
    .t-roles {
        gap: 12px;
        margin-bottom: 40px;
    }
    
    .t-actions {
        gap: 16px;
        max-width: 260px;
        margin-bottom: 30px;
    }
    
    .t-actions .btn-t-primary,
    .t-actions .btn-t-outline {
        padding: 12px 20px;
        font-size: 0.85rem;
    }
    
    .role-tag {
        font-size: 0.7rem;
        padding: 5px 12px;
    }
    
    .t-marquee-inner {
        font-size: 0.7rem;
        gap: 25px;
    }
    
    .theatre-card {
        padding: 24px 16px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2794af2 */.theatre-main {
            background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
            padding: 80px 0;
            padding-bottom: 10px;
        }

        .th-container {
            max-width: 1280px;
            margin: 0 auto;
            padding: 0 24px;
        }

        /* Section Header */
        .th-section-header {
            text-align: center;
            margin-bottom: 60px;
           
        }

        .th-section-tag {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: rgba(212, 160, 23, 0.12);
            color: #D4A017;
            padding: 6px 16px;
            border-radius: 50px;
            font-size: 0.7rem;
            font-weight: 700;
            letter-spacing: 1.5px;
            text-transform: uppercase;
            margin-bottom: 16px;
        }

        .th-section-header h2 {
            font-size: 2.2rem;
            font-weight: 800;
            color: #1B3F5B;
            margin-bottom: 16px;
        }

        .th-section-header p {
            color: #475569;
            max-width: 750px;
            margin: 0 auto;
            line-height: 1.7;
        }

        /* Location Banner */
        .location-banner-th {
            background: linear-gradient(135deg, #1B3F5B, #0f2a3d);
            border-radius: 28px;
            padding: 20px 32px;
            margin-bottom: 50px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            gap: 20px;
        }

        .location-info-th {
            display: flex;
            align-items: center;
            gap: 12px;
            color: #D4A017;
        }

        .location-info-th i {
            font-size: 1.8rem;
        }

        .location-info-th span {
            font-size: 1rem;
            font-weight: 600;
            color: white;
        }

        .email-badge {
            background: rgba(212, 160, 23, 0.15);
            padding: 8px 20px;
            border-radius: 50px;
            color: #D4A017;
            font-size: 0.85rem;
            font-weight: 600;
        }

        .email-badge i {
            margin-right: 8px;
        }

        /* Welcome Section */
        .welcome-section {
            background: white;
            border-radius: 28px;
            padding: 40px;
            margin-bottom: 60px;
            border: 1px solid #e2e8f0;
        }

        .welcome-section h3 {
            font-size: 1.5rem;
            font-weight: 700;
            color: #1B3F5B;
            margin-bottom: 20px;
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .welcome-section h3 i {
            color: #D4A017;
        }

        .objectives-grid-th {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
            margin-top: 24px;
        }

        .objective-item-th {
            background: #f8fafc;
            border-radius: 16px;
            padding: 20px;
            display: flex;
            gap: 14px;
            transition: all 0.3s;
            border-left: 3px solid #D4A017;
        }

        .objective-item-th:hover {
            transform: translateX(5px);
            background: #f1f5f9;
        }

        .objective-item-th i {
            font-size: 1.3rem;
            color: #D4A017;
            margin-top: 3px;
        }

        .objective-item-th p {
            color: #475569;
            line-height: 1.65;
            font-size: 0.9rem;
        }

        /* History Timeline */
        .history-timeline-th {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 30px;
            margin-bottom: 60px;
        }

        .history-card {
            background: white;
            border-radius: 24px;
            padding: 28px;
            border: 1px solid #e2e8f0;
            transition: all 0.3s;
            position: relative;
            overflow: hidden;
        }

        .history-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 4px;
            background: linear-gradient(90deg, #D4A017, #5C8018);
            transform: scaleX(0);
            transform-origin: left;
            transition: transform 0.3s;
        }

        .history-card:hover::before {
            transform: scaleX(1);
        }

        .history-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 30px rgba(27, 63, 91, 0.08);
        }

        .history-year {
            font-size: 1.8rem;
            font-weight: 800;
            color: #D4A017;
            margin-bottom: 16px;
        }

        .history-card h4 {
            font-size: 1.2rem;
            font-weight: 700;
            color: #1B3F5B;
            margin-bottom: 12px;
        }

        .history-card p {
            color: #64748b;
            line-height: 1.65;
            font-size: 0.9rem;
        }

        /* Mission Vision */
        .mv-section-th {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 30px;
            margin-bottom: 60px;
            
        }

        .mission-card-th, .vision-card-th {
            background: linear-gradient(135deg, #1B3F5B, #0f2a3d);
            border-radius: 24px;
            padding: 36px;
            color: white;
            transition: all 0.3s;
        }

        .mission-card-th:hover, .vision-card-th:hover {
            transform: translateY(-5px);
        }

        .mission-card-th i, .vision-card-th i {
            font-size: 2rem;
            color: #D4A017;
            margin-bottom: 20px;
        }

        .mission-card-th h3, .vision-card-th h3 {
            font-size: 1.4rem;
            font-weight: 700;
            margin-bottom: 16px;
            color: #FFFFFF;
        }

        .mission-card-th p, .vision-card-th p {
            color: #cbd5e1;
            line-height: 1.7;
        }

        /* Academic Programmes */
        .programmes-section-th {
            background: #f8fafc;
            border-radius: 28px;
            padding: 40px;
            margin-bottom: 60px;
        }

        .programmes-grid-th {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 20px;
            margin-top: 30px;
        }

        .prog-card-th {
            background: white;
            border-radius: 20px;
            padding: 28px 20px;
            text-align: center;
            transition: all 0.3s;
            border: 1px solid #e2e8f0;
        }

        .prog-card-th:hover {
            transform: translateY(-5px);
            border-color: #D4A017;
        }

        .prog-card-th i {
            font-size: 2rem;
            color: #D4A017;
            margin-bottom: 16px;
        }

        .prog-card-th h4 {
            font-size: 1rem;
            font-weight: 700;
            color: #1B3F5B;
            margin-bottom: 6px;
        }

        .prog-card-th p {
            font-size: 0.75rem;
            color: #64748b;
        }

        /* Facilities Section */
        .facilities-section-th {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 30px;
            margin-bottom: 60px;
        }

        .facility-card-th {
            background: white;
            border-radius: 24px;
            padding: 32px;
            border: 1px solid #e2e8f0;
            transition: all 0.3s;
        }

        .facility-card-th:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 30px rgba(0,0,0,0.05);
        }

        .facility-card-th i {
            font-size: 2rem;
            color: #D4A017;
            margin-bottom: 20px;
        }

        .facility-card-th h3 {
            font-size: 1.3rem;
            font-weight: 700;
            color: #1B3F5B;
            margin-bottom: 12px;
        }

        .facility-card-th p {
            color: #475569;
            line-height: 1.7;
        }

        .research-areas {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            margin-top: 20px;
        }

        .research-tag {
            background: rgba(92, 128, 24, 0.1);
            padding: 6px 14px;
            border-radius: 30px;
            font-size: 0.75rem;
            font-weight: 600;
            color: #5C8018;
        }

        /* Journal Section */
        .journal-section-th {
            background: linear-gradient(135deg, #D4A017, #e8b015);
            border-radius: 28px;
            padding: 40px;
            margin-bottom: 60px;
            text-align: center;
            color: #1B3F5B;
        }

        .journal-section-th i {
            font-size: 2.5rem;
            margin-bottom: 16px;
        }

        .journal-section-th h3 {
            font-size: 1.5rem;
            font-weight: 800;
            margin-bottom: 12px;
        }

        .journal-section-th p {
            max-width: 600px;
            margin: 0 auto;
            opacity: 0.9;
        }

        /* Grants Section */
        .grants-section-th {
            background: white;
            border-radius: 28px;
            padding: 40px;
            margin-bottom: 60px;
            border: 1px solid #e2e8f0;
        }

        .grants-grid-th {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 24px;
            margin-top: 30px;
        }

        .grant-card-th {
            background: #f8fafc;
            border-radius: 20px;
            padding: 24px;
            border-left: 4px solid #D4A017;
        }

        .grant-card-th i {
            font-size: 1.5rem;
            color: #D4A017;
            margin-bottom: 12px;
        }

        .grant-card-th h4 {
            font-size: 1rem;
            font-weight: 700;
            color: #1B3F5B;
            margin-bottom: 8px;
        }

        .grant-card-th p {
            color: #64748b;
            font-size: 0.85rem;
            line-height: 1.6;
        }

        /* Community Section */
        .community-section-th {
            background: linear-gradient(135deg, #1B3F5B, #0f2a3d);
            border-radius: 28px;
            padding: 40px;
            margin-bottom: 40px;
            color: white;
        }

        .community-section-th h3 {
            font-size: 1.4rem;
            font-weight: 700;
            margin-bottom: 16px;
            display: flex;
            align-items: center;
            gap: 12px;
            color: #FFFFFF;
        }

        .community-section-th h3 i {
            color: #D4A017;
        }

        .community-section-th p {
            color: #cbd5e1;
            line-height: 1.7;
            margin-bottom: 16px;
        }

        /* CTA */
        .th-cta {
            background: linear-gradient(135deg, #D4A017, #e8b015);
            border-radius: 28px;
            padding: 50px;
            text-align: center;
        }

        .th-cta h2 {
            font-size: 1.8rem;
            font-weight: 800;
            color: #1B3F5B;
            margin-bottom: 16px;
        }

        .th-cta p {
            color: #2d4a6e;
            margin-bottom: 28px;
            max-width: 600px;
            margin-left: auto;
            margin-right: auto;
        }

        .th-cta-button {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            background: #1B3F5B;
            color: white;
            padding: 14px 32px;
            border-radius: 50px;
            font-weight: 700;
            text-decoration: none;
            transition: all 0.3s;
        }

        .th-cta-button:hover {
            transform: translateY(-3px);
            gap: 14px;
            box-shadow: 0 10px 25px rgba(0,0,0,0.2);
        }

        /* Responsive */
        @media (max-width: 1024px) {
            .objectives-grid-th {
                grid-template-columns: 1fr;
            }
            .history-timeline-th {
                grid-template-columns: repeat(2, 1fr);
            }
            .mv-section-th {
                grid-template-columns: 1fr;
            }
            .programmes-grid-th {
                grid-template-columns: repeat(2, 1fr);
            }
            .facilities-section-th {
                grid-template-columns: 1fr;
            }
            .grants-grid-th {
                grid-template-columns: 1fr;
            }
        }

        @media (max-width: 768px) {
            .history-timeline-th {
                grid-template-columns: 1fr;
            }
            .programmes-grid-th {
                grid-template-columns: 1fr;
            }
            .location-banner-th {
                flex-direction: column;
                text-align: center;
            }
            .welcome-section {
                padding: 28px 24px;
            }
            .th-section-header h2 {
                font-size: 1.8rem;
            }
            .th-cta {
                padding: 40px 24px;
            }
            .th-cta h2 {
                font-size: 1.4rem;
            }
        }/* End custom CSS */