.elementor-25290 .elementor-element.elementor-element-aa6af40:not(.elementor-motion-effects-element-type-background), .elementor-25290 .elementor-element.elementor-element-aa6af40 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#f9f8f8;}.elementor-25290 .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-25290 .elementor-element.elementor-element-aa6af40 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-25290 .elementor-element.elementor-element-aa6af40 > .elementor-shape-top svg{height:220px;transform:translateX(-50%) rotateY(180deg);}.elementor-25290 .elementor-element.elementor-element-a3233df > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-25290 .elementor-element.elementor-element-a3233df > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-25290 .elementor-element.elementor-element-7c1f370 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-25290 .elementor-element.elementor-element-7c1f370{padding:10px 0px 10px 0px;}.elementor-25290 .elementor-element.elementor-element-5115fb4 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-25290 .elementor-element.elementor-element-5115fb4 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-25290 .elementor-element.elementor-element-e41c1e9{margin-top:30px;margin-bottom:30px;padding:0px 0px 0px 0px;}.elementor-25290 .elementor-element.elementor-element-9143820{color:#000000;}.elementor-25290 .elementor-element.elementor-element-9143820 a{color:#5C8018;}.elementor-25290 .elementor-element.elementor-element-a0c3b1f > .elementor-shape-top svg{height:220px;transform:translateX(-50%) rotateY(180deg);}.elementor-25290 .elementor-element.elementor-element-a0c3b1f{padding:0px 0px 0px 0px;}.elementor-25290 .elementor-element.elementor-element-937e715 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-25290 .elementor-element.elementor-element-937e715{padding:10px 0px 10px 0px;}@media(max-width:767px){.elementor-25290 .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-25290 .elementor-element.elementor-element-5115fb4{width:100%;}.elementor-25290 .elementor-element.elementor-element-6f67cae{width:100%;}}@media(max-width:1024px) and (min-width:768px){.elementor-25290 .elementor-element.elementor-element-6f67cae{width:100%;}}/* Start custom CSS for html, class: .elementor-element-1795b2c */:root {
    --uniosun-navy: #003366;
    --fbcs-clinical-blue: #0284c7;
    --fbcs-slate: #475569;
}

.fbcs-nexus-hero {
    position: relative;
    background: #ffffff;
    padding: 100px 0 140px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.fbcs-nexus-bg {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 90% 10%, rgba(2, 132, 199, 0.05), transparent 40%);
}

.grid-overlay {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(0,51,102,0.03) 1px, transparent 1px), 
                      linear-gradient(90deg, rgba(0,51,102,0.03) 1px, transparent 1px);
    background-size: 40px 40px;
}

.f-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 10;
}

.fbcs-nexus-layout {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 80px;
    align-items: center;
}

/* --- TEXT CONTENT --- */
.fbcs-nexus-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #f1f5f9;
    padding: 8px 16px;
    border-radius: 4px;
    color: var(--uniosun-navy);
    font-weight: 800;
    font-size: 0.7rem;
    letter-spacing: 1px;
    margin-bottom: 0px;
}

.fbcs-nexus-title {
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 900;
    color: var(--uniosun-navy);
    line-height: 1.1;
    margin-bottom: 25px;
    margin-top: 0px;
}

.fbcs-text-gradient {
    color: var(--fbcs-clinical-blue);
    background: linear-gradient(90deg, var(--uniosun-navy), var(--fbcs-clinical-blue));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.fbcs-nexus-desc {
    font-size: 1.15rem;
    line-height: 1.8;
    color: #000000;
    max-width: 600px;
    margin-bottom: 40px;
}

/* --- BUTTONS --- */
.fbcs-nexus-actions { display: flex; gap: 20px; }

.btn-nexus-primary {
    background: var(--uniosun-navy);
    color: #fff;
    padding: 18px 35px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 800;
    transition: 0.3s;
}

.btn-nexus-secondary {
    border: 2px solid #e2e8f0;
    color: var(--uniosun-navy);
    padding: 16px 35px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 800;
    transition: 0.3s;
}

.btn-nexus-secondary:hover { background: #f8fafc; border-color: var(--uniosun-navy); }

/* --- CLUSTER VISUAL --- */
.cluster-container {
    position: relative;
    width: 400px;
    height: 400px;
}

.nexus-core {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 160px;
    height: 160px;
    background: var(--uniosun-navy);
    color: #fff;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 40px rgba(0, 51, 102, 0.2);
    z-index: 5;
    border: 10px solid #fff;
}

.nexus-core strong { font-size: 1.5rem; }
.nexus-core small { font-size: 0.6rem; text-transform: uppercase; font-weight: 700; opacity: 0.8; }

.cluster-item {
    position: absolute;
    background: #fff;
    padding: 15px 25px;
    border-radius: 50px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    display: flex;
    align-items: center;
    gap: 12px;
    border: 1px solid #e2e8f0;
    font-weight: 800;
    font-size: 0.8rem;
    color: var(--uniosun-navy);
    animation: cluster-float 4s ease-in-out infinite;
}

.c-1 { top: 10%; left: 0; }
.c-2 { bottom: 15%; left: 5%; animation-delay: 1s; }
.c-3 { top: 20%; right: 0; animation-delay: 2s; }

.cluster-item i { color: var(--fbcs-clinical-blue); font-size: 1.2rem; }

@keyframes cluster-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-15px); }
}

/* --- MARQUEE --- */
.fbcs-dept-marquee {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: var(--uniosun-navy);
    padding: 25px 0;
    overflow: hidden;
}

.marquee-content {
    display: flex;
    white-space: nowrap;
    animation: marquee-scroll 40s linear infinite;
}

.m-dept {
    color: #fff;
    font-weight: 800;
    margin: 0 40px;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.m-dept::before {
    content: '';
    width: 6px;
    height: 6px;
    background: var(--fbcs-clinical-blue);
    border-radius: 50%;
}

@keyframes marquee-scroll {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

@media (max-width: 992px) {
    .fbcs-nexus-layout { grid-template-columns: 1fr; text-align: center; }
    .fbcs-nexus-badge, .fbcs-nexus-actions { justify-content: center; }
    .fbcs-nexus-desc { margin-inline: auto; }
    .fbcs-nexus-visual { display:none;}
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2794af2 */:root {
        --fb-navy: #003366;
        --fb-clinical: #0284c7;
        --fb-slate: #475569;
        --fb-light: #f1f5f9;
        --fb-white: #ffffff;
    }

    /* --- SECTION 1: FACULTY PILLARS (OVERVIEW) --- */
    .fbcs-det-overview { 
        padding: 100px 0; 
        background: var(--fb-white); 
    }
    
    .fbcs-det-container {
        max-width: 1300px;
        margin: 0 auto;
        padding: 0 20px;
    }

    .fbcs-det-split {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 80px;
        align-items: center;
    }

    .fbcs-det-pre {
        color: var(--fb-clinical);
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-size: 0.85rem;
        display: block;
        margin-bottom: 15px;
    }

    .fbcs-det-title {
        color: var(--fb-navy);
        font-size: 2.5rem;
        font-weight: 900;
        line-height: 1.2;
        margin-bottom: 25px;
    }

    .fbcs-det-text {
        color: var(--fb-slate);
        line-height: 1.8;
        font-size: 1.1rem;
    }

    .fbcs-det-stats {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
        margin-top: 40px;
    }

    .fbcs-det-stat-box {
        background: var(--fb-light);
        padding: 25px;
        border-radius: 12px;
        border-bottom: 4px solid var(--fb-clinical);
    }

    .fbcs-det-stat-box h4 {
        font-size: 2rem;
        color: var(--fb-navy);
        margin-bottom: 5px;
        font-weight: 900;
    }

    .fbcs-det-stat-box p {
        font-size: 0.8rem;
        font-weight: 700;
        color: var(--fb-slate);
        text-transform: uppercase;
    }

    /* --- SECTION 2: DEPARTMENTAL DIRECTORY --- */
    .fbcs-det-directory {
        padding: 100px 0;
        background: var(--fb-light);
    }

    .fbcs-det-center-head {
        text-align: center;
        margin-bottom: 60px;
    }

    .fbcs-det-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
        gap: 25px;
    }

    .fbcs-det-dept-card {
        background: var(--fb-white);
        padding: 30px;
        border-radius: 15px;
        display: flex;
        align-items: flex-start;
        gap: 20px;
        transition: 0.3s;
        border: 1px solid transparent;
        text-decoration: none;
    }

    .fbcs-det-dept-card:hover {
        transform: translateY(-5px);
        border-color: var(--fb-clinical);
        box-shadow: 0 15px 30px rgba(0,51,102,0.08);
    }

    .fbcs-det-icon-sq {
        background: var(--fb-navy);
        color: var(--fb-white);
        width: 50px;
        height: 50px;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        font-size: 1.2rem;
    }

    .fbcs-det-dept-card h3 {
        color: var(--fb-navy);
        font-size: 1.1rem;
        font-weight: 800;
        margin-bottom: 5px;
    }

    .fbcs-det-dept-card p {
        color: var(--fb-slate);
        font-size: 0.85rem;
        margin: 0;
    }

    /* --- SECTION 3: RESEARCH & TRAINING PATHS --- */
    .fbcs-det-research {
        padding: 100px 0;
        background: var(--fb-navy);
        color: var(--fb-white);
    }

    .fbcs-det-res-layout {
        display: grid;
        grid-template-columns: 0.8fr 1.2fr;
        gap: 60px;
        align-items: center;
    }

    .fbcs-det-feature-list {
        list-style: none;
        padding: 0;
    }

    .fbcs-det-feature-item {
        background: rgba(255,255,255,0.05);
        padding: 20px;
        border-radius: 10px;
        margin-bottom: 15px;
        border-left: 4px solid var(--fb-clinical);
    }

    .fbcs-det-feature-item strong {
        display: block;
        color: var(--fb-clinical);
        margin-bottom: 5px;
        font-size: 1rem;
    }

    /* RESPONSIVE */
    @media (max-width: 992px) {
        .fbcs-det-split, .fbcs-det-res-layout { grid-template-columns: 1fr; text-align: center; }
        .fbcs-det-dept-card { flex-direction: column; text-align: center; align-items: center; }
        .fbcs-det-stat-box { margin-bottom: 10px; }
    }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-75fe299 */.fbc-dept-slider-wrapper {
    max-width: 1280px;
    margin: 50px auto;
    padding: 20px;
    position: relative;
}

/* Header */
.fbc-dept-header {
    text-align: center;
    margin-bottom: 40px;
}
.fbc-dept-header h2 {
    font-size: 2.4rem;
    color: #1B3F5B;
    border-bottom: 4px solid #D4A017;
    display: inline-block;
    padding-bottom: 12px;
    margin-bottom: 15px;
    font-weight: 700;
}
.fbc-dept-header p {
    font-size: 1rem;
    color: #475569;
    max-width: 900px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Slider Container (Horizontal Scroll) */
.fbc-dept-slider {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 30px;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    padding: 10px 5px 30px;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.fbc-dept-slider::-webkit-scrollbar {
    display: none;
}

/* Department Cards */
.fbc-dept-card {
    flex: 0 0 calc(33.333% - 20px);
    min-width: 300px;
    background: white;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(27, 63, 91, 0.08);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    scroll-snap-align: start;
    border: 1px solid #eef2f6;
    display: flex;
    flex-direction: column;
}
.fbc-dept-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(27, 63, 91, 0.12);
    border-color: #D4A017;
}

/* Image Area */
.fbc-dept-image {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
    background: #f0f4f8;
}
.fbc-dept-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}
.fbc-dept-card:hover .fbc-dept-image img {
    transform: scale(1.05);
}
.fbc-dept-image::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    background: linear-gradient(to top, rgba(27, 63, 91, 0.3), transparent);
}

/* Department Code Badge */
.fbc-dept-code {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #D4A017;
    color: #1B3F5B;
    padding: 5px 15px;
    border-radius: 30px;
    font-weight: 700;
    font-size: 0.8rem;
    z-index: 2;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

/* Card Content */
.fbc-dept-card h3 {
    font-size: 1.3rem;
    margin: 20px 20px 10px;
    color: #1B3F5B;
    line-height: 1.4;
    font-weight: 700;
}
.fbc-dept-card h3 a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s;
}
.fbc-dept-card h3 a:hover {
    color: #D4A017;
}
.fbc-dept-card p {
    font-size: 0.9rem;
    color: #475569;
    margin: 0 20px 16px;
    line-height: 1.6;
    flex: 1;
}

/* Tags */
.fbc-dept-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 20px 16px;
}
.fbc-dept-tags span {
    background: rgba(212, 160, 23, 0.12);
    color: #8B5E00;
    font-size: 0.7rem;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 30px;
}

/* Button Link */
.fbc-dept-link {
    display: block;
    margin: 0 20px 25px;
    padding: 12px 20px;
    background: #1B3F5B;
    color: white;
    text-align: center;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s;
    font-size: 0.9rem;
}
.fbc-dept-link:hover {
    background: #D4A017;
    color: #1B3F5B;
    transform: translateY(-2px);
}

/* Slider Indicators (Dots) */
.fbc-slider-indicators {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 35px;
}
.fbc-slider-indicator {
    width: 14px;
    height: 14px;
    background: #cbd5e1;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    padding: 0;
}
.fbc-slider-indicator:hover {
    background: #1B3F5B;
    transform: scale(1.2);
}
.fbc-slider-indicator.active {
    background: #D4A017;
    transform: scale(1.3);
    box-shadow: 0 0 0 3px rgba(212, 160, 23, 0.3);
}

/* Hidden Metadata */
.fbc-webometric-meta {
    display: none;
}

/* Responsive */
@media (max-width: 1100px) {
    .fbc-dept-card { flex: 0 0 calc(33.333% - 20px); min-width: 280px; }
}
@media (max-width: 900px) {
    .fbc-dept-card { flex: 0 0 calc(50% - 15px); }
    .fbc-dept-header h2 { font-size: 2rem; }
}
@media (max-width: 600px) {
    .fbc-dept-card { flex: 0 0 100%; }
    .fbc-dept-header h2 { font-size: 1.6rem; }
    .fbc-dept-header p { font-size: 0.9rem; padding: 0 10px; }
}/* End custom CSS */