.elementor-25303 .elementor-element.elementor-element-aa6af40:not(.elementor-motion-effects-element-type-background), .elementor-25303 .elementor-element.elementor-element-aa6af40 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#f9f8f8;}.elementor-25303 .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-25303 .elementor-element.elementor-element-aa6af40 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-25303 .elementor-element.elementor-element-aa6af40 > .elementor-shape-top svg{height:220px;transform:translateX(-50%) rotateY(180deg);}.elementor-25303 .elementor-element.elementor-element-7c1f370 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-25303 .elementor-element.elementor-element-7c1f370{padding:10px 0px 10px 0px;}.elementor-25303 .elementor-element.elementor-element-e41c1e9{margin-top:30px;margin-bottom:30px;padding:0px 0px 0px 0px;}.elementor-25303 .elementor-element.elementor-element-9143820{color:#000000;}.elementor-25303 .elementor-element.elementor-element-9143820 a{color:#5C8018;}.elementor-25303 .elementor-element.elementor-element-a0c3b1f > .elementor-shape-top svg{height:220px;transform:translateX(-50%) rotateY(180deg);}.elementor-25303 .elementor-element.elementor-element-a0c3b1f{padding:0px 0px 0px 0px;}.elementor-25303 .elementor-element.elementor-element-937e715 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-25303 .elementor-element.elementor-element-937e715{padding:10px 0px 10px 0px;}.elementor-25303 .elementor-element.elementor-element-edb1814{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 0px 0px;}.elementor-25303 .elementor-element.elementor-element-edb1814 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-25303 .elementor-element.elementor-element-edb1814 > .elementor-shape-top svg{height:220px;transform:translateX(-50%) rotateY(180deg);}.elementor-25303 .elementor-element.elementor-element-002a6c8 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-25303 .elementor-element.elementor-element-002a6c8{padding:10px 0px 10px 0px;}.elementor-25303 .elementor-element.elementor-element-d29c3aa{width:100%;max-width:100%;}@media(max-width:767px){.elementor-25303 .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-25303 .elementor-element.elementor-element-5115fb4{width:100%;}.elementor-25303 .elementor-element.elementor-element-6f67cae{width:100%;}}@media(max-width:1024px) and (min-width:768px){.elementor-25303 .elementor-element.elementor-element-6f67cae{width:100%;}}/* Start custom CSS for html, class: .elementor-element-1795b2c */:root {
    --hbt-crimson: #991b1b; /* Rich blood-red for emphasis */
    --hbt-navy: #003366;    /* Institutional anchor */
    --hbt-soft-red: #fef2f2;
}

.hbt-hero {
    position: relative;
    background: #ffffff;
    padding: 120px 40px;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding-bottom: 60px;
}

/* --- BACKGROUND FLOW --- */
.hbt-flow-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: radial-gradient(circle at 70% 50%, rgba(153, 27, 27, 0.04), transparent 60%);
    z-index: 1;
}

.f-container {
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    z-index: 10;
}

.hbt-layout {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 60px;
    align-items: center;
    position: relative;
    z-index: 10;
}

/* --- TEXT CONTENT --- */
.hbt-location-tag {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--hbt-crimson);
    font-weight: 800;
    font-size: 0.75rem;
    letter-spacing: 1.5px;
    margin-bottom: 0px;
}

.hbt-title {
    font-size: clamp(2.5rem, 5vw, 3.8rem);
    font-weight: 900;
    color: var(--hbt-navy);
    line-height: 1.1;
    margin-bottom: 25px;
    margin-top: 0px;
}

.hbt-gradient {
    background: linear-gradient(90deg, var(--hbt-crimson), var(--hbt-navy));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hbt-mission {
    font-size: 1.15rem;
    color: #4b5563;
    line-height: 1.8;
    max-width: 600px;
    margin-bottom: 35px;
}

/* --- OUTREACH PILLS --- */
.hbt-outreach-cards {
    display: flex;
    gap: 15px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.outreach-pill {
    background: var(--hbt-soft-red);
    color: var(--hbt-crimson);
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid rgba(153, 27, 27, 0.1);
}

/* --- CTAs --- */
.hbt-btn-primary {
    background: var(--hbt-navy);
    color: #fff;
    padding: 16px 30px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    transition: 0.3s;
}

.hbt-btn-primary:hover { 
    background: var(--hbt-crimson); 
    transform: translateY(-3px); 
}

.hbt-btn-link {
    margin-left: 20px;
    color: var(--hbt-navy);
    font-weight: 700;
    text-decoration: none;
    border-bottom: 2px solid var(--hbt-crimson);
}

/* --- VITALITY ORB VISUAL --- */
.hbt-visual {
    display: flex;
    justify-content: center;
    position: relative;
}

.vitality-orb {
    width: 350px;
    height: 350px;
    border: 2px dashed rgba(153, 27, 27, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    animation: spin 60s linear infinite;
}

.orb-inner {
    width: 180px;
    height: 180px;
    background: var(--hbt-soft-red);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4rem;
    color: var(--hbt-crimson);
    box-shadow: 0 0 50px rgba(153, 27, 27, 0.1);
    animation: pulse-slow 3s infinite;
}

.hbt-tag {
    position: absolute;
    background: #fff;
    padding: 8px 15px;
    border-radius: 4px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
    font-size: 0.75rem;
    font-weight: 800;
    color: var(--hbt-navy);
    white-space: nowrap;
}

.t1 { top: 0; left: 0; border-left: 4px solid var(--hbt-crimson); }
.t2 { bottom: 10%; right: -20px; border-left: 4px solid var(--hbt-navy); }
.t3 { top: 40%; left: -40px; }

@keyframes pulse-slow {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* ===== RESPONSIVE DESIGN - MOBILE CENTERED ===== */
@media (max-width: 992px) {
    .hbt-layout { 
        grid-template-columns: 1fr; 
        gap: 50px;
    }
    
    .hbt-content {
        text-align: center;
        width: 100%;
    }
    
    .hbt-location-tag { 
        justify-content: center; 
        margin-left: auto;
        margin-right: auto;
    }
    
    .hbt-title {
        text-align: center;
    }
    
    .hbt-mission {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    
    .hbt-outreach-cards { 
        justify-content: center; 
    }
    
    .hbt-cta-group {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        gap: 20px;
    }
    
    .hbt-btn-link {
        margin-left: 0;
    }
    
    /* Hide visual container on tablet/desktop breakpoint */
    .hbt-visual { 
        display: none; 
    }
}

@media (max-width: 768px) {
    .hbt-hero {
        padding: 120px 16px;
    }
    
    .hbt-title {
        font-size: clamp(1.8rem, 5vw, 2.5rem);
        text-align: center;
    }
    
    .hbt-mission {
        font-size: 1rem;
        text-align: center;
        padding: 0 10px;
    }
    
    .hbt-location-tag {
        font-size: 0.7rem;
        justify-content: center;
        flex-wrap: wrap;
        text-align: center;
    }
    
    .hbt-outreach-cards {
        justify-content: center;
    }
    
    .outreach-pill {
        font-size: 0.75rem;
        padding: 8px 16px;
    }
    
    .hbt-cta-group {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    
    .hbt-btn-primary {
        width: 100%;
        max-width: 280px;
        justify-content: center;
    }
    
    .hbt-btn-link {
        margin-left: 0;
        text-align: center;
    }
    
    /* Hide visual container on mobile */
    .hbt-visual { 
        display: none; 
    }
}

@media (max-width: 480px) {
    .hbt-hero {
        padding: 120px 16px;
    }
    
    .hbt-title {
        font-size: 1.6rem;
        text-align: center;
    }
    
    .hbt-mission {
        font-size: 0.9rem;
        text-align: center;
    }
    
    .hbt-location-tag {
        font-size: 0.65rem;
        justify-content: center;
        text-align: center;
        flex-wrap: wrap;
    }
    
    .outreach-pill {
        font-size: 0.7rem;
        padding: 6px 12px;
    }
    
    .hbt-outreach-cards {
        gap: 10px;
        justify-content: center;
    }
    
    .hbt-btn-primary {
        padding: 12px 24px;
        font-size: 0.85rem;
        width: 100%;
        max-width: 260px;
        justify-content: center;
    }
    
    .hbt-btn-link {
        font-size: 0.8rem;
    }
    
    /* Hide visual container on small mobile */
    .hbt-visual { 
        display: none; 
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2794af2 */:root {
        --hbt-navy: #003366;
        --hbt-crimson: #991b1b;
        --hbt-slate: #4b5563;
        --hbt-bg-alt: #fdf2f2;
    }

    .hbt-flow-section { 
    padding: 80px 0; 
    position: relative;
    background-color: #ffffff;
    overflow: hidden;
}

/* Subtle Micro-Pattern Overlay */
.hbt-flow-section::before {
    content: "";
    position: absolute;
    inset: 0;
    /* Creates a subtle pattern of 'cells' and 'grids' */
    background-image: 
        radial-gradient(var(--hbt-bg-alt) 2px, transparent 2px), 
        linear-gradient(90deg, transparent 39px, #f1f5f9 1px),
        linear-gradient(#f1f5f9 1px, transparent 39px);
    background-size: 40px 40px; /* Size of the grid */
    opacity: 0.4;
    z-index: 1;
    pointer-events: none;
}

/* Optional: Soft red glow in the corner to represent 'The Life-Stream' */
.hbt-flow-section::after {
    content: "";
    position: absolute;
    top: -10%;
    right: -5%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(153, 27, 27, 0.03) 0%, transparent 70%);
    z-index: 1;
    pointer-events: none;
}

/* Ensure content stays above the background */

    .hbt-flow-container { max-width: 1300px; margin: 0 auto; padding: 0 20px;
    position: relative;
    z-index: 5;}
    
    .hbt-flow-tag { color: var(--hbt-crimson); font-weight: 800; text-transform: uppercase; letter-spacing: 2px; font-size: 0.8rem; margin-bottom: 15px; display: block; }
    .hbt-flow-title { color: var(--hbt-navy); font-size: 2.5rem; font-weight: 900; margin-bottom: 30px; line-height: 1.2; }

    /* --- SECTION 1: WELCOME ADDRESS (ROW 1) --- */
    .hbt-welcome-grid { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 60px; align-items: center; }
    .hbt-welcome-text { font-size: 1.1rem; line-height: 1.8; color: var(--hbt-slate); }
    .hbt-welcome-text p { margin-bottom: 20px; }

    /* --- SECTION 2: VISION, MISSION & ACADEMICS --- */
    .hbt-core-bg { background: var(--hbt-bg-alt); padding: 100px 0; }
    .hbt-core-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; }
    
    .hbt-core-card { background: #fff; padding: 40px; border-radius: 15px; box-shadow: 0 10px 30px rgba(0,0,0,0.03); border-top: 5px solid var(--hbt-crimson); }
    .hbt-core-card h3 { color: var(--hbt-navy); font-weight: 800; margin-bottom: 15px; display: flex; align-items: center; gap: 10px; }
    .hbt-core-card ul { padding-left: 20px; color: var(--hbt-slate); }
    .hbt-core-card li { margin-bottom: 10px; font-size: 0.95rem; }

    /* --- SECTION 3: LEADERSHIP & DEVELOPMENT --- */
    .hbt-dev-split { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; }
    .hbt-staff-table { width: 100%; border-collapse: collapse; margin-top: 20px; }
    .hbt-staff-table td { padding: 12px 0; border-bottom: 1px solid #e5e7eb; font-size: 0.95rem; }
    .hbt-staff-table .name { font-weight: 700; color: var(--hbt-navy); }
    .hbt-staff-table .role { text-align: right; color: var(--hbt-crimson); font-weight: 600; font-size: 0.8rem; text-transform: uppercase; }

    /* --- SECTION 4: IMPACT & RESEARCH --- */
    .hbt-impact-section { background: var(--hbt-navy); color: #fff; padding: 100px 0; }
    .hbt-impact-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 40px; }
    .hbt-impact-item i { font-size: 2rem; color: #FFFFFF; margin-bottom: 20px; display: block; }
    .hbt-impact-item h4 { font-size: 1.3rem; margin-bottom: 15px; color:#FFFFFF;}
    .hbt-impact-item p { opacity: 0.8; font-size: 0.9rem; line-height: 1.6; }

    @media (max-width: 992px) {
        .hbt-welcome-grid, .hbt-dev-split, .hbt-impact-grid { grid-template-columns: 1fr; }
        .hbt-welcome-visual { order: -1; }
    }/* End custom CSS */