.elementor-26836 .elementor-element.elementor-element-c577be9:not(.elementor-motion-effects-element-type-background), .elementor-26836 .elementor-element.elementor-element-c577be9 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#f9f8f8;}.elementor-26836 .elementor-element.elementor-element-c577be9{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 0px 0px;}.elementor-26836 .elementor-element.elementor-element-c577be9 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-26836 .elementor-element.elementor-element-c577be9 > .elementor-shape-top svg{height:220px;transform:translateX(-50%) rotateY(180deg);}.elementor-26836 .elementor-element.elementor-element-263a147 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-26836 .elementor-element.elementor-element-263a147{padding:10px 0px 10px 0px;}.elementor-26836 .elementor-element.elementor-element-355ee7fb{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;border-style:solid;--border-style:solid;border-width:0px 0px 0px 0px;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:0px;--border-left-width:0px;border-color:#000000;--border-color:#000000;--margin-top:20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-26836 .elementor-element.elementor-element-355ee7fb.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-26836 .elementor-element.elementor-element-75fe6061{color:#000000;}.elementor-26836 .elementor-element.elementor-element-75fe6061 a{color:#5C8018;}.elementor-26836 .elementor-element.elementor-element-19f1934 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-26836 .elementor-element.elementor-element-19f1934{padding:0px 0px 10px 0px;}.elementor-26836 .elementor-element.elementor-element-84510c5:not(.elementor-motion-effects-element-type-background), .elementor-26836 .elementor-element.elementor-element-84510c5 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#f9f8f8;}.elementor-26836 .elementor-element.elementor-element-84510c5{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 0px 0px;}.elementor-26836 .elementor-element.elementor-element-84510c5 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-26836 .elementor-element.elementor-element-84510c5 > .elementor-shape-top svg{height:220px;transform:translateX(-50%) rotateY(180deg);}.elementor-26836 .elementor-element.elementor-element-76d9528 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-26836 .elementor-element.elementor-element-76d9528{padding:10px 0px 10px 0px;}@media(min-width:768px){.elementor-26836 .elementor-element.elementor-element-f0b02ee{width:100%;}.elementor-26836 .elementor-element.elementor-element-355ee7fb{--width:104.409%;}.elementor-26836 .elementor-element.elementor-element-b887be9{width:100%;}.elementor-26836 .elementor-element.elementor-element-9bc0d0b{width:100%;}}/* Start custom CSS for html, class: .elementor-element-aa75f64 */:root {
    --lib-black: #000000;
    --lib-gold: #fbbf24;
    --lib-glass: rgba(255, 255, 255, 0.05);
}

.library-hero {
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    color: #fff;
    padding: 120px 20px;
    padding-bottom: 50px !important;
}

/* --- BACKGROUND & OVERLAY --- */
.lib-video-wrapper {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.lib-bg-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}

.lib-overlay {
    position: absolute;
    inset: 0;
    background: 
        rgba(0, 0, 0, 0.6) 40%;
    z-index: 2;
}

/* --- CONTAINER & CONTENT --- */
.lib-container {
    position: relative;
    z-index: 10;
    max-width: 1300px;
    margin: 0 auto;
    padding: 140px 40px;
    width: 100%;
    padding-bottom: 40px;
}

.lib-content {
    max-width: 750px;
    animation: libFadeIn 1.2s ease-out;
}

.lib-tag {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(251, 191, 36, 0.1);
    border: 1px solid var(--lib-gold);
    color: var(--lib-gold);
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: -20px;
    font-weight: 700;
}

.lib-title {
    font-size: clamp(2.5rem, 6vw, 4.2rem);
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 25px;
    color: #FFFFFF;
    margin-top: 15px;
}

.lib-highlight {
    color: var(--lib-gold);
}

.lib-lead {
    font-size: 1.15rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 0; /* Removed margin to close gap with metrics on mobile */
}

/* --- METRICS --- */
.lib-metrics {
    display: flex;
    gap: 20px;
    margin-top: 50px;
    animation: libFadeIn 1.5s ease-out;
}

.m-card {
    background: var(--lib-glass);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255,255,255,0.1);
    padding: 20px 30px;
    border-radius: 16px;
    text-align: left;
}

.m-num { display: block; font-size: 1.8rem; font-weight: 900; color: var(--lib-gold); line-height: 1.2; }
.m-lab { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 1px; color: rgba(255,255,255,0.6); }

@keyframes libFadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

/* --- RESPONSIVE --- */

@media (max-width: 992px) {
    .lib-container { padding:200px 0px ;
    padding-bottom: 0px !important;
    }
}
@media (max-width: 768px) {
    .lib-container { padding:120px 25px;
    padding-bottom:-200px !important;
    }
    .lib-content { text-align: center; }
    .lib-tag { margin-left: auto; margin-right: auto; }
    .lib-metrics { 
        flex-direction: column; 
        align-items: center;
        display: none;
    }
    .m-card { width: 100%; max-width: 300px; text-align: center; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dabf4e8 *//* ====================== MISSION SECTION ====================== */
.lib-mission-section {
    padding: 100px 0;
    background: #fdfdfd;
}

.mission-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 80px;
    align-items: center;
}

.lib-section-title {
    font-size: 2.9rem;
    line-height: 1.15;
    color: #001428 !important;
    margin-bottom: 12px;
}

.lib-section-subtitle {
    font-size: 1.45rem;
    color: #174b67;
    font-weight: 600;
    margin-bottom: 24px;
}

.mission-desc {
    color: #475569;
    font-size: 1.1rem;
    line-height: 1.65;
    margin-bottom: 40px;
}

.mission-features {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.mission-feature {
    display: flex;
    gap: 22px;
}

.mf-icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: rgba(251, 191, 36, 0.1);
    color: #174b67;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    flex-shrink: 0;
    box-shadow: 0 4px 10px rgba(251, 191, 36, 0.1);
}

.mf-text h4 {
    color: #001428;
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 8px;
}

.mf-text p {
    color: #64748b;
    line-height: 1.6;
    font-size: 1rem;
}

/* Image Styling */
.mission-image img {
    width: 100%;
    border-radius: 24px;
    box-shadow: 25px 25px 0 #fbbf24;
}

/* ====================== RESPONSIVE ====================== */
@media (max-width: 992px) {
    .mission-grid {
        grid-template-columns: 1fr;
        gap: 60px;
        text-align: center;
    }
    
    .mission-text {
        text-align: center;
        max-width: 680px;
        margin: 0 auto;
    }
    
    .mission-features {
        align-items: center;
    }
    
    .mission-feature {
        text-align: left;
        max-width: 420px;
    }
}

@media (max-width: 768px) {
    .lib-mission-section {
        padding: 80px 0;
    }
    
    .lib-section-title {
        font-size: 2.4rem;
    }
    
    .lib-section-subtitle {
        font-size: 1.3rem;
    }
    
    .mission-image img {
        box-shadow: 18px 18px 0 #fbbf24;
    }
}

@media (max-width: 480px) {
    .lib-mission-section {
        padding: 70px 0;
    }
    
    .mission-grid {
        gap: 50px;
    }
    
    .mf-icon {
        width: 48px;
        height: 48px;
        font-size: 1.25rem;
    }
}

/* ====================== MISSION BUTTON ====================== */
.mission-button-wrapper {
    margin-top: 42px;
}

.lib-mission-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background-color: #fbbf24;
    color: #001428;
    font-weight: 700;
    font-size: 1rem;
    padding: 14px 32px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid #fbbf24;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.lib-mission-btn i {
    font-size: 0.9rem;
    transition: transform 0.3s ease;
}

.lib-mission-btn:hover {
    background-color: transparent;
    color: #fbbf24;
    border-color: #fbbf24;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(251, 191, 36, 0.2);
}

.lib-mission-btn:hover i {
    transform: translateX(5px);
}

/* Responsive Button */
@media (max-width: 992px) {
    .mission-button-wrapper {
        text-align: center;
    }
    
    .lib-mission-btn {
        padding: 12px 28px;
        font-size: 0.95rem;
    }
}

@media (max-width: 480px) {
    .mission-button-wrapper {
        margin-top: 32px;
    }
    
    .lib-mission-btn {
        padding: 10px 24px;
        font-size: 0.9rem;
        gap: 8px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ae94291 *//* ====================== COMMON / GLOBAL ====================== */
.lib-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
}

.section-title {
    font-size: 2.8rem;
    line-height: 1.15;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin-bottom: 16px;
}

.section-subtitle {
    font-size: 1.15rem;
    color: rgba(255,255,255,0.75);
    text-align: center;
    max-width: 680px;
    margin: 0 auto 60px;
}

/* ====================== HERO / DIGITAL SECTION ====================== */
.lib-digital-section {
    background: #174b67;
    padding: 80px 0 100px 0;
    overflow: hidden;
}

.lib-digital-flex {
    display: flex;
    align-items: center;
    gap: 80px;
    flex-wrap: wrap;
}

.digital-visual {
    flex: 1;
    min-width: 300px;
    height: 460px;
    background: url('https://images.unsplash.com/photo-1507721999472-8ed4421c4af2?auto=format&fit=crop&q=80&w=800') center/cover no-repeat;
    border-radius: 32px;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.visual-glass {
    background: rgba(255, 255, 255, 0.09);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 24px;
    padding: 32px 28px;
    width: 100%;
    max-width: 300px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
}

.visual-glass h3 {
    color: red;
    font-size: 1.1rem;
    margin-bottom: 18px;
    font-weight: 600;
}

.db-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.db-list li {
    color: #fff;
    font-size: 0.95rem;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.db-list i {
    color: #fbbf24;
}

.digital-content {
    flex: 1.15;
    min-width: 300px;
}

.lib-section-title {
    font-size: 3.2rem;
    line-height: 1.15;
    font-weight: 700;
    color: #fff;
    margin-bottom: 24px;
}

.lib-description {
    color: rgba(255, 255, 255, 0.75);
    font-size: 1.1rem;
    line-height: 1.55;
    margin-bottom: 32px;
}

h3 a{
    color:#FFFFFF;
    text-decoration: underline !important;
}

.stat-pill {
    background: rgba(251, 191, 36, 0.1);
    border: 1px solid #fbbf24;
    padding: 18px 28px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    gap: 16px;
}

/* ====================== RESOURCES SECTION ====================== */
.resources-section {
    background: #0f2a3f;
    padding: 100px 0;
    padding-bottom: 50px !important;
}

.databases-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
    margin-bottom: 50px;
}

.db-card {
    background: rgba(255,255,255,0.08);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 20px;
    padding: 32px 28px;
    transition: all 0.3s ease;
}

.db-card:hover {
    transform: translateY(-8px);
    background: rgba(251, 191, 36, 0.1);
    border-color: #fbbf24;
}

.db-card h3 {
    color: #fbbf24;
    margin-bottom: 12px;
    font-size: 1.35rem;
}

.db-card p {
    color: rgba(255,255,255,0.8);
    line-height: 1.5;
}

/* ====================== COLLEGE LIBRARIES ====================== */
.colleges-section {
    background: #174b67;
    padding: 100px 0;
}

.colleges-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
}

.college-card {
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 18px;
    padding: 10px 24px;
    text-align: center;
    transition: all 0.3s ease;
    color: #fff;
    
    /* Flexbox for centering */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
    /* Ensure consistent height for proper vertical centering */
    min-height: 120px;
    
    /* Optional: For cards with varying heights */
    height: 100%;
}

.college-card h3{
    color: #FFFFFF;
    margin-bottom: 0px;
}

.college-card:hover {
    background: rgba(251, 191, 36, 0.12);
    border-color: #fbbf24;
    transform: translateY(-6px);
}

/* ====================== STATS SECTION (Updated) ====================== */
.stats-section {
    background: #0f2a3f;
    padding: 70px 0 80px 0;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 40px 20px;
    text-align: center;
}

.stat-item h3 {
    font-size: 3.4rem;
    font-weight: 700;
    color: #fbbf24;
    margin-bottom: 8px;
    line-height: 1;
}

.stat-item p {
    color: #fff;
    font-size: 1.05rem;
    margin: 0;
    opacity: 0.9;
}

.stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* ====================== SERVICES SECTION ====================== */
.services-section {
    background: #174b67;
    padding: 100px 0;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px;
}

.service-card {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 22px;
    padding: 40px 28px;
    text-align: center;
    transition: all 0.3s ease;
}

.service-card:hover {
    transform: translateY(-10px);
    background: rgba(251, 191, 36, 0.1);
}

.service-card i {
    font-size: 2.8rem;
    color: #fbbf24;
    margin-bottom: 24px;
}

.service-card h3 {
    color: #fff;
    margin-bottom: 14px;
    font-size: 1.4rem;
}

.service-card p {
    color: rgba(255,255,255,0.75);
}

/* ====================== CONTACT SECTION ====================== */
.contact-section {
    background: #0f2a3f;
    padding: 90px 0;
}

.contact-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    align-items: center;
    justify-content: center;
}

.contact-info h2 {
    font-size: 2.6rem;
    color: #fff;
    margin-bottom: 20px;
}

.contact-info p {
    color: rgba(255,255,255,0.8);
    font-size: 1.1rem;
    margin-bottom: 12px;
}

.quick-links h3 {
    color: #fbbf24;
    margin-bottom: 20px;
}

.quick-links ul {
    list-style: none;
    padding: 0;
}

.quick-links li a {
    color: rgba(255,255,255,0.8);
    text-decoration: none;
    display: block;
    padding: 10px 0;
    transition: all 0.3s;
}

.quick-links li a:hover {
    color: #fbbf24;
    padding-left: 8px;
}

/* ====================== BUTTON ====================== */
.btn-primary {
    display: inline-block;
    background: #fbbf24;
    color: #0f2a3f;
    font-weight: 600;
    padding: 16px 36px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background: #f59e0b;
    transform: translateY(-3px);
}

/* ====================== RESPONSIVE ====================== */
@media (max-width: 1024px) {
    .lib-digital-flex { gap: 60px; }
    .digital-visual { height: 430px; }
    .lib-section-title { font-size: 2.8rem; }
    .section-title { font-size: 2.5rem; }
}

@media (max-width: 768px) {
    .lib-digital-section { padding: 60px 0 90px 0; }
    
    .lib-digital-flex {
        flex-direction: column;
        gap: 50px;
    }
    
    .digital-visual {
        width: 100%;
        max-width: 520px;
        height: 400px;
        margin: 0 auto;
    }
    
    .visual-glass {
        position: relative;
        bottom: auto;
        right: auto;
        max-width: 420px;
        margin: -40px auto 0;
    }
    
    .digital-content {
        text-align: center;
        max-width: 520px;
        margin: 0 auto;
    }
    
    .resources-section, .colleges-section, .services-section {
        padding: 80px 0;
    }
    
    .stats-section { padding: 60px 0 70px 0; }
    
    .contact-flex { gap: 40px; }
}

@media (max-width: 480px) {
    .lib-container { padding: 0 16px; }
    
    .lib-section-title { font-size: 2rem; }
    .section-title { font-size: 2.1rem; }
    
    .digital-visual { height: 340px; }
    .visual-glass { margin-top: -30px; padding: 24px; }
    
    .databases-grid, .services-grid, .colleges-grid {
        grid-template-columns: 1fr;
    }
    
    .stat-item h3 { font-size: 2.7rem; }
    
    .stat-pill { 
        padding: 16px 22px; 
        justify-content: center;
    }
}/* End custom CSS */