.elementor-24532 .elementor-element.elementor-element-aa6af40:not(.elementor-motion-effects-element-type-background), .elementor-24532 .elementor-element.elementor-element-aa6af40 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#f9f8f8;}.elementor-24532 .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-24532 .elementor-element.elementor-element-aa6af40 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-24532 .elementor-element.elementor-element-aa6af40 > .elementor-shape-top svg{height:220px;transform:translateX(-50%) rotateY(180deg);}.elementor-24532 .elementor-element.elementor-element-a3233df > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-24532 .elementor-element.elementor-element-a3233df > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-24532 .elementor-element.elementor-element-7c1f370 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-24532 .elementor-element.elementor-element-7c1f370{padding:10px 0px 10px 0px;}.elementor-24532 .elementor-element.elementor-element-5115fb4 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-24532 .elementor-element.elementor-element-5115fb4 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-24532 .elementor-element.elementor-element-e41c1e9{margin-top:30px;margin-bottom:30px;padding:0px 0px 0px 0px;}.elementor-24532 .elementor-element.elementor-element-9143820{color:#000000;}.elementor-24532 .elementor-element.elementor-element-9143820 a{color:#5C8018;}.elementor-24532 .elementor-element.elementor-element-a0c3b1f > .elementor-shape-top svg{height:220px;transform:translateX(-50%) rotateY(180deg);}.elementor-24532 .elementor-element.elementor-element-a0c3b1f{padding:0px 0px 0px 0px;}.elementor-24532 .elementor-element.elementor-element-937e715 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-24532 .elementor-element.elementor-element-937e715{padding:10px 0px 10px 0px;}@media(max-width:767px){.elementor-24532 .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-24532 .elementor-element.elementor-element-5115fb4{width:100%;}.elementor-24532 .elementor-element.elementor-element-6f67cae{width:100%;}}@media(max-width:1024px) and (min-width:768px){.elementor-24532 .elementor-element.elementor-element-6f67cae{width:100%;}}/* Start custom CSS for html, class: .elementor-element-1795b2c */:root {
            --bas-primary: #1B3F5B;
            --bas-secondary: #5C8018;
            --bas-accent: #D4A017;
            --bas-white: #ffffff;
            --bas-gray-bg: #f8fafc;
            --bas-gray-text: #475569;
        }

        .bas-hero {
            position: relative;
            background: linear-gradient(135deg, #0f172a 0%, #1B3F5B 50%, #0a1622 100%);
            overflow: hidden;
        }

        /* Abstract Molecule Pattern */
        .bas-bg-pattern {
            position: absolute;
            inset: 0;
            background-image: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='20' cy='20' r='2' fill='rgba(92,128,24,0.06)'/%3E%3Ccircle cx='60' cy='40' r='2' fill='rgba(92,128,24,0.06)'/%3E%3Ccircle cx='40' cy='70' r='2' fill='rgba(92,128,24,0.06)'/%3E%3Cline x1='20' y1='20' x2='60' y2='40' stroke='rgba(92,128,24,0.03)' stroke-width='1'/%3E%3Cline x1='60' y1='40' x2='40' y2='70' stroke='rgba(92,128,24,0.03)' stroke-width='1'/%3E%3C/svg%3E");
            background-repeat: repeat;
            background-size: 60px;
            pointer-events: none;
        }

        /* Floating Gradient Orbs */
        .bas-orb {
            position: absolute;
            border-radius: 50%;
            filter: blur(80px);
            pointer-events: none;
        }
        .orb-1 { width: 400px; height: 400px; background: var(--bas-secondary); top: -100px; right: -80px; opacity: 0.1; }
        .orb-2 { width: 300px; height: 300px; background: var(--bas-accent); bottom: -60px; left: -60px; opacity: 0.08; }

        /* Top Accent Bar */
        .bas-top-bar {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 4px;
            background: linear-gradient(90deg, var(--bas-secondary), var(--bas-accent), var(--bas-secondary), var(--bas-accent));
            background-size: 300% 100%;
            animation: basBarSlide 8s linear infinite;
            z-index: 3;
        }

        @keyframes basBarSlide {
            0% { background-position: 0% 0%; }
            100% { background-position: 300% 0%; }
        }

        .bas-container {
            position: relative;
            z-index: 10;
            max-width: 1280px;
            margin: 0 auto;
            padding: 120px 40px;
            display: flex;
            align-items: center;
        }

        .bas-grid {
            display: grid;
            grid-template-columns: 1.2fr 0.8fr;
            gap: 60px;
            align-items: center;
            width: 100%;
        }

        /* ============================================ */
        /* LEFT CONTENT */
        /* ============================================ */
        
        .bas-badge {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            background: rgba(255,255,255,0.06);
            backdrop-filter: blur(8px);
            border: 1px solid rgba(212, 160, 23, 0.25);
            border-radius: 60px;
            padding: 8px 20px;
            margin-bottom: 0px;
        }

        .badge-dot {
            width: 8px;
            height: 8px;
            background: var(--bas-accent);
            border-radius: 50%;
            animation: badgePulse 1.5s infinite;
        }

        @keyframes badgePulse {
            0%, 100% { opacity: 1; transform: scale(1); }
            50% { opacity: 0.5; transform: scale(0.7); }
        }

        .bas-badge span {
            font-size: 0.75rem;
            font-weight: 600;
            letter-spacing: 1.5px;
            color: var(--bas-accent);
            text-transform: uppercase;
        }

        .bas-title {
            font-size: 3.5rem;
            font-weight: 800;
            line-height: 1.1;
            margin-bottom: 20px;
            margin-top: 0px;
            color: white;
            letter-spacing: -0.02em;
        }

        .bas-title span {
            color: var(--bas-accent);
            position: relative;
            display: inline-block;
        }

        .bas-title span::before {
            content: '';
            position: absolute;
            left: -40px;
            top: 5px;
            font-size: 1.8rem;
            opacity: 0.6;
        }

        .bas-tagline {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: rgba(92, 128, 24, 0.12);
            padding: 6px 16px;
            border-radius: 30px;
            font-size: 0.7rem;
            font-weight: 600;
            color: var(--bas-secondary);
            margin-bottom: 20px;
            letter-spacing: 1px;
        }

        .bas-description {
            font-size: 1rem;
            line-height: 1.7;
            color: rgba(255,255,255,0.85);
            margin-bottom: 32px;
            max-width: 550px;
        }

        /* Stats Row */
        .bas-stats {
            display: flex;
            gap: 30px;
            margin-bottom: 36px;
            flex-wrap: wrap;
        }

        .stat-bas {
            background: rgba(255,255,255,0.05);
            backdrop-filter: blur(8px);
            border: 1px solid rgba(212, 160, 23, 0.15);
            border-radius: 20px;
            padding: 16px 24px;
            min-width: 120px;
            transition: all 0.3s;
        }

        .stat-bas:hover {
            background: rgba(92, 128, 24, 0.12);
            transform: translateY(-3px);
            border-color: var(--bas-secondary);
        }

        .stat-number-bas {
            font-size: 1.8rem;
            font-weight: 800;
            color: var(--bas-accent);
            line-height: 1;
        }

        .stat-label-bas {
            font-size: 0.7rem;
            color: rgba(255,255,255,0.7);
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-top: 6px;
        }

        /* CTA Buttons */
        .bas-buttons {
            display: flex;
            gap: 18px;
            flex-wrap: wrap;
        }

        .btn-bas-primary {
            display: inline-flex;
            align-items: center;
            gap: 12px;
            background: linear-gradient(135deg, var(--bas-secondary), #4a6a14);
            color: white;
            padding: 14px 32px;
            border-radius: 50px;
            font-weight: 700;
            text-decoration: none;
            transition: all 0.3s;
            font-size: 0.9rem;
            box-shadow: 0 8px 20px rgba(92, 128, 24, 0.25);
        }

        .btn-bas-primary:hover {
            transform: translateY(-3px);
            gap: 16px;
            box-shadow: 0 12px 30px rgba(92, 128, 24, 0.35);
        }

        .btn-bas-outline {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            background: transparent;
            border: 1.5px solid rgba(212, 160, 23, 0.5);
            color: var(--bas-accent);
            padding: 12px 28px;
            border-radius: 50px;
            font-weight: 600;
            text-decoration: none;
            transition: all 0.3s;
        }

        .btn-bas-outline:hover {
            background: rgba(212, 160, 23, 0.1);
            border-color: var(--bas-accent);
            transform: translateY(-3px);
        }

        /* Trust Indicators */
        .bas-trust {
            margin-top: 40px;
            display: flex;
            align-items: center;
            gap: 24px;
            flex-wrap: wrap;
        }

        .trust-item-bas {
            display: flex;
            align-items: center;
            gap: 8px;
            color: rgba(255,255,255,0.6);
            font-size: 0.75rem;
        }

        .trust-item-bas i {
            color: #10b981;
        }

        /* ============================================ */
        /* RIGHT CONTENT - SCIENCE VISUAL */
        /* ============================================ */
        
        .bas-visual {
            position: relative;
        }

        .science-card {
            background: rgba(255,255,255,0.05);
            backdrop-filter: blur(16px);
            border-radius: 32px;
            padding: 32px;
            border: 1px solid rgba(212, 160, 23, 0.2);
            position: relative;
            overflow: hidden;
        }

        .science-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 100px;
            background: radial-gradient(ellipse at 50% 0%, rgba(92, 128, 24, 0.12), transparent);
            pointer-events: none;
        }

        .card-header-bas {
            display: flex;
            align-items: center;
            gap: 16px;
            margin-bottom: 24px;
        }

        .card-icon-bas {
            width: 55px;
            height: 55px;
            background: linear-gradient(135deg, var(--bas-secondary), #4a6a14);
            border-radius: 18px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .card-icon-bas i {
            font-size: 1.6rem;
            color: white;
        }

        .card-header-bas h3 {
            font-size: 1.2rem;
            font-weight: 700;
            color: white;
        }

        .card-header-bas p {
            font-size: 0.7rem;
            color: rgba(212, 160, 23, 0.8);
        }

        .dept-grid-bas {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 10px;
            margin: 20px 0;
        }

        .dept-chip-bas {
            background: rgba(255,255,255,0.06);
            border: 1px solid rgba(212, 160, 23, 0.15);
            border-radius: 40px;
            padding: 8px 12px;
            display: flex;
            align-items: center;
            gap: 8px;
            transition: all 0.3s;
        }

        .dept-chip-bas:hover {
            background: rgba(92, 128, 24, 0.15);
            border-color: var(--bas-secondary);
            transform: translateX(5px);
        }

        .dept-chip-bas i {
            font-size: 0.75rem;
            color: var(--bas-accent);
        }

        .dept-chip-bas span {
            font-size: 0.7rem;
            color: rgba(255,255,255,0.85);
            font-weight: 500;
        }

        .card-divider {
            height: 1px;
            background: linear-gradient(90deg, transparent, rgba(212, 160, 23, 0.2), transparent);
            margin: 20px 0;
        }

        .accred-note {
            background: rgba(92, 128, 24, 0.1);
            border-radius: 12px;
            padding: 12px;
            text-align: center;
        }

        .accred-note p {
            font-size: 0.7rem;
            color: #cbd5e1;
        }

        .accred-note i {
            color: var(--bas-accent);
            margin-right: 6px;
        }

        /* Scroll Indicator */
        .bas-scroll {
            position: absolute;
            bottom: 30px;
            left: 50%;
            transform: translateX(-50%);
            z-index: 10;
            text-align: center;
            cursor: pointer;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 6px;
        }

        .scroll-mouse-bas {
            width: 28px;
            height: 44px;
            border: 2px solid rgba(212, 160, 23, 0.4);
            border-radius: 20px;
            position: relative;
        }

        .scroll-mouse-bas::before {
            content: '';
            position: absolute;
            top: 8px;
            left: 50%;
            transform: translateX(-50%);
            width: 4px;
            height: 8px;
            background: var(--bas-accent);
            border-radius: 2px;
            animation: basScroll 1.5s infinite;
        }

        @keyframes basScroll {
            0% { opacity: 1; top: 8px; }
            80% { opacity: 0; top: 20px; }
            100% { opacity: 0; top: 8px; }
        }

        .bas-scroll span {
            font-size: 0.65rem;
            color: rgba(212, 160, 23, 0.5);
            letter-spacing: 2px;
            text-transform: uppercase;
        }

        /* ============================================ */
        /* RESPONSIVE */
        /* ============================================ */
        
        @media (max-width: 1024px) {
            .bas-container {
                padding: 120px 30px;
            }
            .bas-grid {
                grid-template-columns: 1fr;
                gap: 50px;
                text-align: center;
            }
            .bas-description {
                margin-left: auto;
                margin-right: auto;
            }
            .bas-stats {
                justify-content: center;
            }
            .bas-buttons {
                justify-content: center;
            }
            .bas-trust {
                justify-content: center;
            }
            .bas-title {
                font-size: 2.8rem;
            }
            .bas-title span::before {
                display: none;
            }
            .bas-visual {
                display: none;
            }
        }

        @media (max-width: 768px) {
            .bas-container {
                padding: 120px 24px;
            }
            .bas-title {
                font-size: 2.2rem;
            }
            .bas-description {
                font-size: 0.95rem;
                margin-bottom: 28px;
            }
            .bas-badge {
                margin: 0 auto 20px;
                width: fit-content;
            }
            .bas-tagline {
                display: inline-block;
            }
            .bas-stats {
                gap: 16px;
            }
            .stat-bas {
                padding: 12px 18px;
                min-width: 100px;
            }
            .stat-number-bas {
                font-size: 1.4rem;
            }
            /* Button stacking */
            .bas-buttons {
                flex-direction: column;
                width: 100%;
                max-width: 300px;
                margin: 0 auto;
            }
            .btn-bas-primary, .btn-bas-outline {
                width: 100%;
                justify-content: center;
            }
            .bas-visual {
                display: none;
            }
            .bas-trust {
                gap: 16px;
            }
            .bas-scroll {
                bottom: 20px;
            }
            
            .bas-visual {
                display: none;
            }
        }

        @media (max-width: 480px) {
            .bas-container {
                padding: 120px 20px;
            }
            .bas-title {
                font-size: 1.8rem;
            }
            .bas-description {
                font-size: 0.9rem;
            }
            .bas-badge {
                padding: 6px 14px;
                font-size: 0.65rem;
            }
            .bas-stats {
                gap: 12px;
            }
            .stat-bas {
                padding: 10px 14px;
                min-width: 85px;
            }
            .stat-number-bas {
                font-size: 1.2rem;
            }
            .stat-label-bas {
                font-size: 0.6rem;
            }
            .bas-buttons {
                max-width: 280px;
            }
            .btn-bas-primary, .btn-bas-outline {
                padding: 12px 20px;
                font-size: 0.85rem;
            }
            
            .bas-visual {
                display: none;
            }
        }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2794af2 */.bas-main-section {
    
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
    padding: 50px 0;
}

.bas-main-section .bas-container2 {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
}

/* Section Header */
.bas-main-section .bas-section-header {
    text-align: center;
    margin-bottom: 60px;
}

.bas-main-section .bas-section-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(92, 128, 24, 0.1);
    color: #5C8018;
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.bas-main-section .bas-section-header h2 {
    font-size: 2.2rem;
    font-weight: 800;
    color: #1B3F5B;
    margin-bottom: 16px;
}

.bas-main-section .bas-section-header p {
    color: #475569;
    max-width: 750px;
    margin: 0 auto;
    line-height: 1.7;
}

/* Campus Banner */
.bas-main-section .campus-banner-bas {
    background: linear-gradient(135deg, #1B3F5B, #0f2a3d);
    border-radius: 28px;
    padding: 24px 32px;
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.bas-main-section .campus-info-bas {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #D4A017;
}

.bas-main-section .campus-info-bas i {
    font-size: 1.8rem;
}

.bas-main-section .campus-info-bas span {
    font-size: 1rem;
    font-weight: 600;
    color: white;
}

.bas-main-section .accred-badge-bas {
    background: rgba(92, 128, 24, 0.15);
    padding: 8px 20px;
    border-radius: 50px;
    color: #5C8018;
    font-size: 0.85rem;
    font-weight: 600;
}

/* About Section */
.bas-main-section .about-section-bas {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    margin-bottom: 70px;
    align-items: center;
}

.bas-main-section .about-text-bas h3 {
    font-size: 1.6rem;
    font-weight: 700;
    color: #1B3F5B;
    margin-bottom: 20px;
}

.bas-main-section .about-text-bas p {
    color: #475569;
    line-height: 1.75;
    margin-bottom: 20px;
}

.bas-main-section .mission-vision-bas {
    background: linear-gradient(135deg, #1B3F5B, #0f2a3d);
    border-radius: 24px;
    padding: 32px;
    color: white;
}

.bas-main-section .mission-vision-bas h4 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #FFFFFF;
}

.bas-main-section .mission-vision-bas h4 i {
    color: #D4A017;
}

.bas-main-section .mission-vision-bas p {
    color: #cbd5e1;
    line-height: 1.7;
    margin-bottom: 20px;
}

.bas-main-section .mission-vision-bas p:last-child {
    margin-bottom: 0;
}

/* Departments Grid */
.bas-main-section .departments-grid-bas {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin-bottom: 70px;
}

.bas-main-section .dept-card-bas {
    background: white;
    border-radius: 20px;
    padding: 28px 20px;
    text-align: center;
    transition: all 0.3s;
    border: 1px solid #e2e8f0;
}

.bas-main-section .dept-card-bas:hover {
    transform: translateY(-5px);
    border-color: #D4A017;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
}

.bas-main-section .dept-icon-bas {
    width: 60px;
    height: 60px;
    background: rgba(92, 128, 24, 0.1);
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
}

.bas-main-section .dept-icon-bas i {
    font-size: 1.8rem;
    color: #5C8018;
}

.bas-main-section .dept-card-bas h4 {
    font-size: 1rem;
    font-weight: 700;
    color: #1B3F5B;
    margin-bottom: 8px;
}

.bas-main-section .dept-card-bas p {
    font-size: 0.7rem;
    color: #64748b;
    line-height: 1.5;
}

/* Philosophy Section */
.bas-main-section .philosophy-section-bas {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-bottom: 70px;
}

.bas-main-section .phil-card-bas,
.bas-main-section .obj-card-bas {
    background: white;
    border-radius: 24px;
    padding: 32px;
    border: 1px solid #e2e8f0;
    transition: all 0.3s;
}

.bas-main-section .phil-card-bas:hover,
.bas-main-section .obj-card-bas:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
}

.bas-main-section .phil-icon-bas,
.bas-main-section .obj-icon-bas {
    width: 55px;
    height: 55px;
    background: rgba(92, 128, 24, 0.1);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.bas-main-section .phil-icon-bas i,
.bas-main-section .obj-icon-bas i {
    font-size: 1.6rem;
    color: #5C8018;
}

.bas-main-section .phil-card-bas h3,
.bas-main-section .obj-card-bas h3 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #1B3F5B;
    margin-bottom: 16px;
}

.bas-main-section .phil-card-bas p {
    color: #475569;
    line-height: 1.7;
}

.bas-main-section .obj-list-bas {
    list-style: none;
}

.bas-main-section .obj-list-bas li {
    padding: 10px 0;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    border-bottom: 1px dashed #e2e8f0;
}

.bas-main-section .obj-list-bas li:last-child {
    border-bottom: none;
}

.bas-main-section .obj-list-bas li i {
    color: #5C8018;
    margin-top: 3px;
}

/* Career Pathways */
.bas-main-section .career-section-bas {
    background: #f8fafc;
    border-radius: 28px;
    padding: 48px;
    margin-bottom: 70px;
    text-align: center;
}

.bas-main-section .career-section-bas h3 {
    font-size: 1.5rem;
    font-weight: 800;
    color: #1B3F5B;
    margin-bottom: 12px;
}

.bas-main-section .career-section-bas p {
    color: #64748b;
    margin-bottom: 32px;
}

.bas-main-section .career-grid-bas {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.bas-main-section .career-item-bas {
    background: white;
    padding: 24px 16px;
    border-radius: 20px;
    transition: all 0.3s;
    border: 1px solid #e2e8f0;
}

.bas-main-section .career-item-bas:hover {
    transform: translateY(-5px);
    border-color: #D4A017;
}

.bas-main-section .career-item-bas i {
    font-size: 2rem;
    color: #D4A017;
    margin-bottom: 12px;
}

.bas-main-section .career-item-bas h4 {
    font-size: 0.95rem;
    font-weight: 700;
    color: #1B3F5B;
    margin-bottom: 6px;
}

.bas-main-section .career-item-bas p {
    font-size: 0.7rem;
    color: #64748b;
    margin: 0;
}

/* Research Section */
.bas-main-section .research-section-bas {
    background: #f8fafc;
    border-radius: 28px;
    padding: 48px;
    margin-bottom: 70px;
    text-align: center;
}

.bas-main-section .research-section-bas h3 {
    font-size: 1.5rem;
    font-weight: 800;
    color: #1B3F5B;
    margin-bottom: 12px;
}

.bas-main-section .research-grid-bas {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 30px;
}

.bas-main-section .research-item-bas {
    background: white;
    padding: 20px;
    border-radius: 20px;
    transition: all 0.3s;
    border: 1px solid #e2e8f0;
}

.bas-main-section .research-item-bas:hover {
    transform: translateY(-5px);
    border-color: #D4A017;
}

.bas-main-section .research-item-bas i {
    font-size: 1.8rem;
    color: #5C8018;
    margin-bottom: 12px;
}

.bas-main-section .research-item-bas h4 {
    font-size: 0.9rem;
    font-weight: 700;
    color: #1B3F5B;
}

/* Admission Section */
.bas-main-section .admission-section-bas {
    background: white;
    border-radius: 28px;
    padding: 48px;
    margin-bottom: 70px;
    border: 1px solid #e2e8f0;
}

.bas-main-section .admission-header-bas {
    text-align: center;
    margin-bottom: 40px;
}

.bas-main-section .admission-header-bas h3 {
    font-size: 1.6rem;
    font-weight: 800;
    color: #1B3F5B;
    margin-bottom: 8px;
}

.bas-main-section .admission-accordion-bas {
    max-width: 900px;
    margin: 0 auto;
}

.bas-main-section .accordion-item-bas {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    margin-bottom: 16px;
    overflow: hidden;
}

.bas-main-section .accordion-checkbox-bas {
    display: none;
}

.bas-main-section .accordion-label-bas {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 24px;
    cursor: pointer;
    font-weight: 700;
    color: #1B3F5B;
    background: white;
    transition: background 0.3s;
}

.bas-main-section .accordion-label-bas:hover {
    background: #f8fafc;
}

.bas-main-section .accordion-label-bas i:first-child {
    color: #5C8018;
    margin-right: 10px;
}

.bas-main-section .accordion-arrow-bas {
    transition: transform 0.3s;
    color: #94a3b8;
}

.bas-main-section .accordion-checkbox-bas:checked + .accordion-label-bas .accordion-arrow-bas {
    transform: rotate(180deg);
}

.bas-main-section .accordion-content-bas {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    padding: 0 24px;
}

.bas-main-section .accordion-checkbox-bas:checked + .accordion-label-bas + .accordion-content-bas {
    max-height: 250px;
    padding: 0 24px 20px;
}

.bas-main-section .accordion-content-bas p {
    color: #475569;
    line-height: 1.7;
}

/* Info Grid */
.bas-main-section .info-grid-bas {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 40px;
}

.bas-main-section .info-tile-bas {
    background: white;
    border-radius: 20px;
    padding: 28px;
    text-align: center;
    border: 1px solid #e2e8f0;
    transition: all 0.3s;
}

.bas-main-section .info-tile-bas:hover {
    transform: translateY(-5px);
    border-color: #5C8018;
}

.bas-main-section .info-tile-bas i {
    font-size: 2rem;
    color: #D4A017;
    margin-bottom: 16px;
}

.bas-main-section .info-tile-bas h4 {
    font-size: 1rem;
    font-weight: 700;
    color: #1B3F5B;
    margin-bottom: 8px;
}

.bas-main-section .info-tile-bas p {
    font-size: 0.8rem;
    color: #64748b;
}

/* Registration Card */
.bas-main-section .registration-card-bas {
    background: linear-gradient(135deg, #1B3F5B, #0f2a3d);
    border-radius: 24px;
    padding: 36px;
    margin-bottom: 0px;
    color: white;
}

.bas-main-section .registration-card-bas h3 {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #FFFFFF;
}

.bas-main-section .registration-card-bas h3 i {
    color: #D4A017;
}

.bas-main-section .reg-list-bas {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.bas-main-section .reg-list-bas li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 0.85rem;
    color: #cbd5e1;
}

.bas-main-section .reg-list-bas li i {
    color: #FFFFFF;
}

/* CTA Banner */
.bas-main-section .cta-banner-bas {
    background: linear-gradient(135deg, #5C8018, #4a6a14);
    border-radius: 28px;
    padding: 50px;
    text-align: center;
}

.bas-main-section .cta-banner-bas h2 {
    font-size: 1.8rem;
    font-weight: 800;
    color: white;
    margin-bottom: 16px;
}

.bas-main-section .cta-banner-bas p {
    color: #e8f5e9;
    margin-bottom: 28px;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
}

.bas-main-section .cta-btn-bas {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: white;
    color: #5C8018;
    padding: 14px 32px;
    border-radius: 50px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s;
}

.bas-main-section .cta-btn-bas:hover {
    transform: translateY(-3px);
    gap: 14px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

/* Responsive */
@media (max-width: 1024px) {
    .bas-main-section .departments-grid-bas {
        grid-template-columns: repeat(2, 1fr);
    }
    .bas-main-section .career-grid-bas {
        grid-template-columns: repeat(2, 1fr);
    }
    .bas-main-section .research-grid-bas {
        grid-template-columns: repeat(2, 1fr);
    }
    .bas-main-section .about-section-bas {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .bas-main-section .philosophy-section-bas {
        grid-template-columns: 1fr;
    }
    .bas-main-section .info-grid-bas {
        grid-template-columns: repeat(2, 1fr);
    }
    .bas-main-section .reg-list-bas {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .bas-main-section .campus-banner-bas {
        flex-direction: column;
        text-align: center;
    }
    .bas-main-section .departments-grid-bas {
        grid-template-columns: 1fr;
    }
    .bas-main-section .career-grid-bas {
        grid-template-columns: 1fr;
    }
    .bas-main-section .research-grid-bas {
        grid-template-columns: 1fr;
    }
    .bas-main-section .info-grid-bas {
        grid-template-columns: 1fr;
    }
    .bas-main-section .bas-section-header h2 {
        font-size: 1.8rem;
    }
    .bas-main-section .admission-section-bas {
        padding: 32px 24px;
    }
    .bas-main-section .cta-banner-bas {
        padding: 40px 24px;
    }
    .bas-main-section .cta-banner-bas h2 {
        font-size: 1.4rem;
    }
}

@media (max-width: 480px) {
    .bas-main-section .bas-container {
        padding: 0 16px;
    }
    .bas-main-section .dept-card-bas {
        padding: 20px 16px;
    }
    .bas-main-section .phil-card-bas,
    .bas-main-section .obj-card-bas {
        padding: 24px 20px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-75fe299 */.bas-dept-slider-wrapper {
        max-width: 1280px;
        margin: 50px auto;
        padding: 20px;
        position: relative;
    }

    /* Section Header */
    .bas-dept-header {
        text-align: center;
        margin-bottom: 40px;
    }

    .bas-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;
    }

    .bas-dept-header p {
        font-size: 1rem;
        color: #475569;
        max-width: 900px;
        margin: 0 auto;
        line-height: 1.6;
    }

    /* Slider Container */
    .bas-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;
    }

    .bas-dept-slider::-webkit-scrollbar {
        display: none;
    }

    /* Department Cards */
    .bas-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;
        position: relative;
        display: flex;
        flex-direction: column;
    }

    .bas-dept-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 20px 40px rgba(27, 63, 91, 0.12);
        border-color: #D4A017;
    }

    /* Image Container */
    .bas-dept-image {
        position: relative;
        width: 100%;
        height: 200px;
        overflow: hidden;
    }

    .bas-dept-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.6s ease;
    }

    .bas-dept-card:hover .bas-dept-image img {
        transform: scale(1.05);
    }

    .bas-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 */
    .bas-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 */
    .bas-dept-card h3 {
        font-size: 1.3rem;
        margin: 20px 20px 10px;
        color: #1B3F5B;
        line-height: 1.4;
        font-weight: 700;
    }

    .bas-dept-card h3 a {
        color: inherit;
        text-decoration: none;
        transition: color 0.2s;
    }

    .bas-dept-card h3 a:hover {
        color: #5C8018;
    }

    .bas-dept-card p {
        font-size: 0.9rem;
        color: #475569;
        margin: 0 20px 16px;
        line-height: 1.6;
        flex: 1;
    }

    /* Tags */
    .bas-dept-tags {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        margin: 0 20px 16px;
    }

    .bas-dept-tags span {
        background: rgba(92, 128, 24, 0.1);
        color: #5C8018;
        font-size: 0.7rem;
        font-weight: 600;
        padding: 4px 12px;
        border-radius: 30px;
    }

    /* Button */
    .bas-dept-link {
        display: block;
        margin: 0 20px 25px;
        padding: 12px 20px;
        background: #5C8018;
        color: white;
        text-align: center;
        border-radius: 50px;
        text-decoration: none;
        font-weight: 600;
        transition: all 0.3s;
        font-size: 0.9rem;
    }

    .bas-dept-link:hover {
        background: #D4A017;
        color: #1B3F5B;
        transform: translateY(-2px);
    }

    /* Indicators (Dots) */
    .bas-slider-indicators {
        display: flex;
        justify-content: center;
        gap: 15px;
        margin-top: 35px;
    }

    .bas-slider-indicator {
        width: 14px;
        height: 14px;
        background: #cbd5e1;
        border-radius: 50%;
        cursor: pointer;
        transition: all 0.3s ease;
        border: none;
        padding: 0;
    }

    .bas-slider-indicator:hover {
        background: #5C8018;
        transform: scale(1.2);
    }

    .bas-slider-indicator.active {
        background: #D4A017;
        transform: scale(1.3);
        box-shadow: 0 0 0 3px rgba(212, 160, 23, 0.3);
    }

    /* Webometric Hidden Metadata */
    .bas-webometric-meta {
        display: none;
    }

    /* Responsive */
    @media (max-width: 1100px) {
        .bas-dept-card {
            flex: 0 0 calc(33.333% - 20px);
            min-width: 280px;
        }
    }

    @media (max-width: 900px) {
        .bas-dept-card {
            flex: 0 0 calc(50% - 15px);
        }
        .bas-dept-header h2 {
            font-size: 2rem;
        }
    }

    @media (max-width: 600px) {
        .bas-dept-card {
            flex: 0 0 100%;
        }
        .bas-dept-header h2 {
            font-size: 1.6rem;
        }
        .bas-dept-header p {
            font-size: 0.9rem;
            padding: 0 10px;
        }
    }/* End custom CSS */