.elementor-25157 .elementor-element.elementor-element-aa6af40:not(.elementor-motion-effects-element-type-background), .elementor-25157 .elementor-element.elementor-element-aa6af40 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#f9f8f8;}.elementor-25157 .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-25157 .elementor-element.elementor-element-aa6af40 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-25157 .elementor-element.elementor-element-aa6af40 > .elementor-shape-top svg{height:220px;transform:translateX(-50%) rotateY(180deg);}.elementor-25157 .elementor-element.elementor-element-a3233df > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-25157 .elementor-element.elementor-element-a3233df > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-25157 .elementor-element.elementor-element-7c1f370 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-25157 .elementor-element.elementor-element-7c1f370{padding:10px 0px 10px 0px;}.elementor-25157 .elementor-element.elementor-element-5115fb4 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-25157 .elementor-element.elementor-element-5115fb4 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-25157 .elementor-element.elementor-element-e41c1e9{margin-top:30px;margin-bottom:30px;padding:0px 0px 0px 0px;}.elementor-25157 .elementor-element.elementor-element-9143820{color:#000000;}.elementor-25157 .elementor-element.elementor-element-9143820 a{color:#5C8018;}.elementor-25157 .elementor-element.elementor-element-a0c3b1f > .elementor-shape-top svg{height:220px;transform:translateX(-50%) rotateY(180deg);}.elementor-25157 .elementor-element.elementor-element-a0c3b1f{padding:0px 0px 0px 0px;}.elementor-25157 .elementor-element.elementor-element-937e715 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-25157 .elementor-element.elementor-element-937e715{padding:10px 0px 10px 0px;}@media(max-width:767px){.elementor-25157 .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-25157 .elementor-element.elementor-element-5115fb4{width:100%;}.elementor-25157 .elementor-element.elementor-element-6f67cae{width:100%;}}@media(max-width:1024px) and (min-width:768px){.elementor-25157 .elementor-element.elementor-element-6f67cae{width:100%;}}/* Start custom CSS for html, class: .elementor-element-1795b2c */:root {
    --bms-primary: #5C8018
;   /* Deep Forest Green */
    --bms-bright: #f9c234;    /* Bright Clinical Green */
    --bms-bg-light: #f0fdf4;  /* Soft Mint Tint */
    --bms-text: #334155;
}

.bms-hero {
    position: relative;
    background: var(--bms-bg-light);
    padding: 120px 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding-bottom: 60px;
}

/* --- HIGH-GLARE SCIENTIFIC BACKGROUND --- */
.bms-sci-bg {
    position: absolute;
    inset: 0;
    z-index: 1;
}

/* Hexagonal Grid (Molecular Structure) */
.sci-mesh {
    position: absolute;
    inset: 0;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="60" height="104" viewBox="0 0 60 104"><path d="M30 0l30 17.3v34.7L30 69.3 0 52V17.3L30 0z" fill="none" stroke="%2322c55e" stroke-width="1" opacity="0.15"/></svg>');
    background-size: 60px 104px;
}

/* Glowing Biological Orbs */
.glow-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    z-index: 2;
}

.g1 {
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(34, 197, 94, 0.2) 0%, transparent 70%);
    top: -10%;
    right: -5%;
}

.g2 {
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(34, 197, 94, 0.1) 0%, transparent 70%);
    bottom: -10%;
    left: -5%;
}

/* --- CONTENT BOX --- */
.f-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 25px;
    position: relative;
    z-index: 10;
}

.bms-layout {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 60px;
    align-items: center;
}

.bms-status {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--bms-primary);
    color: #fff;
    padding: 8px 16px;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 700;
    margin-bottom: 0px;
}

.status-pulse {
    width: 8px;
    height: 8px;
    background: var(--bms-bright);
    border-radius: 50%;
    box-shadow: 0 0 10px var(--bms-bright);
    animation: bms-blink 1.5s infinite;
}

.bms-title {
    font-size: clamp(2.5rem, 5vw, 3.8rem);
    color: var(--bms-primary);
    line-height: 1.1;
    font-weight: 900;
    margin-bottom: 20px;
    margin-top: 0px;
}

.bms-accent {
    color: var(--bms-bright);
}

.bms-desc {
    color: var(--bms-text);
    font-size: 1.15rem;
    line-height: 1.7;
    margin-bottom: 35px;
    max-width: 600px;
}

.bms-dept-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 40px;
}

.bms-dept-tags span {
    background: rgba(34, 197, 94, 0.1);
    color: var(--bms-primary);
    padding: 6px 14px;
    border-radius: 4px;
    font-size: 0.85rem;
    font-weight: 600;
    border: 1px solid rgba(34, 197, 94, 0.2);
}

/* BUTTONS */
.bms-actions { display: flex; gap: 15px; }

.btn-bms-primary {
    background: var(--bms-primary);
    color: #fff;
    padding: 18px 35px;
    text-decoration: none;
    font-weight: 700;
    border-radius: 6px;
    transition: 0.3s;
}

.btn-bms-secondary {
    border: 2px solid var(--bms-primary);
    color: var(--bms-primary);
    padding: 18px 35px;
    text-decoration: none;
    font-weight: 700;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 10px;
}

/* --- VISUAL STAGE --- */
.visual-stage {
    position: relative;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-helix-icon {
    font-size: 8rem;
    color: var(--bms-primary);
    filter: drop-shadow(0 0 20px rgba(34, 197, 94, 0.3));
    animation: helix-float 4s ease-in-out infinite alternate;
}

.indicator {
    position: absolute;
    background: #fff;
    padding: 10px 15px;
    border-radius: 8px;
    font-size: 0.7rem;
    font-weight: 800;
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
    border-left: 4px solid var(--bms-bright);
}

.ind-1 { top: 10%; right: 0; }
.ind-2 { bottom: 20%; left: 0; }

/* ANIMATIONS */
@keyframes bms-blink { 50% { opacity: 0.4; } }
@keyframes helix-float {
    from { transform: translateY(0) rotate(0deg); }
    to { transform: translateY(-20px) rotate(10deg); }
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .bms-layout { grid-template-columns: 1fr; text-align: center; }
    .bms-status, .bms-dept-tags, .bms-actions { justify-content: center; margin-inline: auto; }
    .bms-desc { margin-inline: auto; }
    .bms-visual { display:none; }
    .bms-actions { flex-direction: column; width: 100%; max-width: 320px; }
    .btn-bms-primary, .btn-bms-secondary { width: 100%; justify-content: center; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2794af2 */:root {
            --bams-primary: #0A2E3F;
            --bams-secondary: #1A4A6B;
            --bams-bright: #D4A017;
            --bams-accent: #C78B0E;
            --bams-text: #2D3E50;
            --bams-text-light: #6B7A8A;
            --bams-bg-light: #F8FAFE;
            --bams-white: #FFFFFF;
            --bams-shadow: 0 20px 35px -12px rgba(0, 0, 0, 0.08);
            --bams-shadow-hover: 0 30px 45px -15px rgba(0, 0, 0, 0.15);
            --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        }

        /* Container System */
        .bms-container {
            max-width: 1280px;
            margin: 0 auto;
            padding: 0 24px;
        }

        /* ========== DEAN'S WELCOME SECTION ========== */
        .bms-dean-welcome {
            padding: 10px 0;
            background: var(--bams-bg-light);
            position: relative;
            padding-bottom: 40px;
        }

        .dean-layout {
            display: flex;
            align-items: center;
            gap: 80px;
        }

        .dean-image {
            flex: 0.9;
        }

        .img-frame {
            background: var(--bams-white);
            padding: 16px;
            border-radius: 32px;
            box-shadow: var(--bams-shadow);
            border: 1px solid rgba(212, 160, 23, 0.15);
        }

        .dean-photo {
            width: 100%;
            height: 420px;
            background: linear-gradient(135deg, #e0e7f0 0%, #cbd5e1 100%);
            border-radius: 20px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            position: relative;
            overflow: hidden;
        }

        .dean-photo i {
            font-size: 5rem;
            color: var(--bams-primary);
            opacity: 0.5;
            margin-bottom: 16px;
        }

        .dean-photo span {
            font-size: 0.9rem;
            color: var(--bams-primary);
            font-weight: 500;
        }

        .dean-info {
            margin-top: 28px;
            border-left: 5px solid var(--bams-bright);
            padding-left: 24px;
        }

        .dean-info h4 {
            font-size: 1.5rem;
            color: var(--bams-primary);
            font-weight: 800;
            margin-bottom: 6px;
        }

        .dean-info p {
            color: var(--bams-text-light);
            font-size: 0.9rem;
        }

        .dean-message {
            flex: 1.2;
        }

        .message-tag {
            color: var(--bams-bright);
            font-weight: 800;
            font-size: 0.8rem;
            text-transform: uppercase;
            letter-spacing: 2px;
            display: inline-block;
            margin-bottom: 16px;
        }

        .message-tag i {
            margin-right: 8px;
        }

        .dean-message h3 {
            font-size: 2.2rem;
            color: var(--bams-primary);
            margin: 20px 0 24px;
            line-height: 1.3;
            font-weight: 800;
            letter-spacing: -0.02em;
        }

        .dean-message p {
            color: var(--bams-text);
            line-height: 1.7;
            margin-bottom: 20px;
            font-size: 1rem;
        }

        .vision-mission-box {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 40px;
            margin-top: 48px;
            padding-top: 32px;
            border-top: 1px solid #E2E8F0;
        }

        .vm-item h5 {
            color: var(--bams-primary);
            font-weight: 900;
            margin-bottom: 16px;
            font-size: 1.2rem;
            position: relative;
            display: inline-block;
        }

        .vm-item h5 i {
            color: var(--bams-bright);
            margin-right: 8px;
            font-size: 1.1rem;
        }

        .vm-item h5::after {
            content: '';
            position: absolute;
            bottom: -6px;
            left: 0;
            width: 40px;
            height: 3px;
            background: var(--bams-bright);
            border-radius: 3px;
        }

        .vm-item p {
            color: var(--bams-text-light);
            line-height: 1.65;
            font-size: 0.95rem;
        }

        /* ========== FACILITIES & INFRASTRUCTURE SECTION ========== */
        .bms-facilities {
            padding: 60px 0;
            background: var(--bams-primary);
            color: var(--bams-white);
            position: relative;
        }

        .bms-facilities::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: radial-gradient(circle at 10% 20%, rgba(212, 160, 23, 0.05), transparent);
            pointer-events: none;
        }

        .facilities-grid {
            display: grid;
            grid-template-columns: 1.1fr 0.9fr;
            gap: 70px;
            align-items: center;
            position: relative;
            z-index: 2;
        }

        .facility-content h2 {
            font-size: 2.5rem;
            margin-bottom: 20px;
            font-weight: 900;
            letter-spacing: -0.02em;
            color: #FFFFFF;
        }

        .facility-content h2 span {
            color: var(--bams-bright);
        }

        .facility-content h2 i {
            color: var(--bams-bright);
            font-size: 2rem;
            margin-left: 12px;
        }

        .facility-content > p {
            color: rgba(255, 255, 255, 0.8);
            line-height: 1.7;
            margin-bottom: 30px;
            font-size: 1rem;
        }

        .facility-list {
            list-style: none;
            padding: 0;
            margin: 35px 0 40px;
        }

        .facility-list li {
            margin-bottom: 18px;
            display: flex;
            align-items: center;
            gap: 14px;
            font-weight: 600;
            font-size: 1rem;
            color: rgba(255, 255, 255, 0.92);
        }

        .facility-list li i {
            color: var(--bams-bright);
            font-size: 1.3rem;
            width: 28px;
            text-align: center;
        }

        .facility-visual {
            display: flex;
            gap: 25px;
        }

        .fac-card {
            background: rgba(255, 255, 255, 0.05);
            backdrop-filter: blur(12px);
            border: 1px solid rgba(255, 255, 255, 0.12);
            flex: 1;
            padding: 40px 20px;
            text-align: center;
            border-radius: 28px;
            transition: var(--transition);
        }

        .fac-card:hover {
            background: rgba(255, 255, 255, 0.1);
            transform: translateY(-5px);
        }

        .fac-card i {
            font-size: 3rem;
            color: var(--bams-bright);
            margin-bottom: 18px;
            display: inline-block;
        }

        .fac-card h4 {
            font-size: 1.2rem;
            margin-bottom: 10px;
            font-weight: 700;
            color: #FFFFFF;
        }

        .fac-card p {
            font-size: 0.85rem;
            color: rgba(255, 255, 255, 1);
        }

        .btn-bms-outline-white {
            border: 2px solid var(--bams-bright);
            background: transparent;
            color: var(--bams-bright);
            padding: 14px 32px;
            text-decoration: none;
            font-weight: 800;
            border-radius: 40px;
            display: inline-flex;
            align-items: center;
            gap: 10px;
            transition: var(--transition);
            font-size: 0.9rem;
            letter-spacing: 0.5px;
        }

        .btn-bms-outline-white i {
            font-size: 0.85rem;
            transition: var(--transition);
        }

        .btn-bms-outline-white:hover {
            background: var(--bams-bright);
            color: var(--bams-primary);
            border-color: var(--bams-bright);
            gap: 14px;
        }

        .btn-bms-outline-white:hover i {
            transform: translateX(4px);
        }

        /* ========== RESPONSIVE DESIGN ========== */
        @media (max-width: 1100px) {
            .dean-layout {
                gap: 50px;
            }
            .dean-message h3 {
                font-size: 1.8rem;
            }
        }

        @media (max-width: 992px) {
            .bms-dean-welcome, .bms-facilities {
                padding: 70px 0;
            }
            
            .dean-layout, .facilities-grid {
                flex-direction: column;
                grid-template-columns: 1fr;
                gap: 50px;
            }
            
            .dean-layout {
                flex-direction: column;
            }
            
            .dean-info {
                border-left: none;
                border-top: 4px solid var(--bams-bright);
                padding-left: 0;
                padding-top: 20px;
                text-align: center;
            }
            
            .vision-mission-box {
                grid-template-columns: 1fr;
                gap: 32px;
                text-align: center;
            }
            
            .vm-item h5::after {
                left: 50%;
                transform: translateX(-50%);
            }
            
            .facility-list li {
                justify-content: flex-start;
            }
            
            .facilities-grid {
                text-align: center;
            }
            
            .facility-list {
                text-align: left;
                max-width: 400px;
                margin-left: auto;
                margin-right: auto;
            }
            
            .dean-photo {
                height: 320px;
            }
        }

        @media (max-width: 768px) {
            .bms-container {
                padding: 0 20px;
            }
            
            .facility-visual {
                flex-direction: column;
                max-width: 300px;
                margin: 0 auto;
            }
            
            .dean-message h3 {
                font-size: 1.5rem;
            }
            
            .facility-content h2 {
                font-size: 1.8rem;
            }
            
            .facility-content h2 i {
                font-size: 1.5rem;
            }
        }

        @media (max-width: 480px) {
            .btn-bms-outline-white {
                padding: 12px 24px;
                font-size: 0.85rem;
            }
            
            .message-tag {
                font-size: 0.7rem;
            }
        }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-75fe299 *//* ===== FACULTY OF BASIC MEDICAL SCIENCES - SLIDER STYLES ===== */
.bms-dept-slider-wrapper {
    max-width: 1280px;
    margin: 50px auto;
    padding: 20px;
    position: relative;
    font-family: system-ui, 'Segoe UI', 'Inter', -apple-system, sans-serif;
}

/* Header */
.bms-dept-header {
    text-align: center;
    margin-bottom: 40px;
}
.bms-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;
}
.bms-dept-header p {
    font-size: 1rem;
    color: #475569;
    max-width: 900px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Slider Container (Horizontal Scroll) */
.bms-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;
}
.bms-dept-slider::-webkit-scrollbar {
    display: none;
}

/* Department Cards */
.bms-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;
}
.bms-dept-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(27, 63, 91, 0.12);
    border-color: #D4A017;
}

/* Image Area */
.bms-dept-image {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
    background: #f0f4f8;
}
.bms-dept-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}
.bms-dept-card:hover .bms-dept-image img {
    transform: scale(1.05);
}
.bms-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 */
.bms-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 */
.bms-dept-card h3 {
    font-size: 1.3rem;
    margin: 20px 20px 10px;
    color: #1B3F5B;
    line-height: 1.4;
    font-weight: 700;
}
.bms-dept-card h3 a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s;
}
.bms-dept-card h3 a:hover {
    color: #D4A017;
}
.bms-dept-card p {
    font-size: 0.9rem;
    color: #475569;
    margin: 0 20px 16px;
    line-height: 1.6;
    flex: 1;
}

/* Tags */
.bms-dept-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 20px 16px;
}
.bms-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 */
.bms-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;
}
.bms-dept-link:hover {
    background: #D4A017;
    color: #1B3F5B;
    transform: translateY(-2px);
}

/* Slider Indicators (Dots) */
.bms-slider-indicators {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 35px;
}
.bms-slider-indicator {
    width: 14px;
    height: 14px;
    background: #cbd5e1;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    padding: 0;
}
.bms-slider-indicator:hover {
    background: #1B3F5B;
    transform: scale(1.2);
}
.bms-slider-indicator.active {
    background: #D4A017;
    transform: scale(1.3);
    box-shadow: 0 0 0 3px rgba(212, 160, 23, 0.3);
}

/* Hidden Metadata */
.bms-webometric-meta {
    display: none;
}

/* Responsive */
@media (max-width: 1100px) {
    .bms-dept-card { flex: 0 0 calc(33.333% - 20px); min-width: 280px; }
}
@media (max-width: 900px) {
    .bms-dept-card { flex: 0 0 calc(50% - 15px); }
    .bms-dept-header h2 { font-size: 2rem; }
}
@media (max-width: 600px) {
    .bms-dept-card { flex: 0 0 100%; }
    .bms-dept-header h2 { font-size: 1.6rem; }
    .bms-dept-header p { font-size: 0.9rem; padding: 0 10px; }
}/* End custom CSS */