:root {
    --lib-bg:#2294b8;
    --lib-dark:#15566d;
    --lib-darker:#0f4b60;
    --lib-light:#c4f15c;
    --lib-white:#fff;
}
body { margin:0; background:var(--lib-bg); color:#fff; font-family:'Nunito',sans-serif; }
a { text-decoration:none; }
.site-wrapper { min-height:100vh; overflow:hidden; }
.top-menu { background:rgba(0,0,0,.06); }
.top-menu > .container { display:flex; flex-wrap:wrap; align-items:center; gap:8px; }
.top-menu a { background:rgba(255,255,255,.08); color:#fff; padding:7px 14px; font-size:14px; font-weight:700; }
.top-menu a:hover { background:var(--lib-dark); color:#fff; }
.search-area { display:flex; margin-left:auto; }
.search-area input { width:220px; border:0; padding:7px 9px; }
.search-area button { border:0; background:var(--lib-dark); color:#fff; padding:7px 13px; font-weight:700; }
.site-header { padding:35px 0 25px; }
.logo-title { display:flex; align-items:center; gap:12px; }
.logo-title img { width:60px; height:60px; object-fit:contain; background:#fff; }
.logo-title h1 { margin:0; font-family:Georgia,serif; font-size:38px; line-height:1.02; text-shadow:2px 2px 2px rgba(0,0,0,.3); }
.logo-title p { margin:12px 0 0; font-weight:700; }
.header-description { background:rgba(255,255,255,.08); padding:15px; margin-top:10px; }
.header-description p { margin:0; font-weight:700; line-height:1.5; }
.category-section { background:var(--lib-dark); padding:8px; margin-bottom:25px; }
.category-container { display:flex; flex-wrap:wrap; gap:8px; }
.category { background:#0e4e64; color:#fff; padding:9px 13px; font-weight:700; font-size:14px; }
.category:hover { background:#0a3e50; color:var(--lib-light); }
.library-content { padding-bottom:30px; }
.content-block,.principal-main,.comment-section { margin-bottom:18px; }
.section-title,.sidebar-title,.widget-heading,.comment-section-title { background:var(--lib-dark); color:#fff; font-family:Georgia,serif; font-weight:700; padding:9px 12px; font-size:22px; }
.main-image { background:#fff; margin-top:10px; }
.main-image img { width:100%; display:block; }
.text-content { background:rgba(0,0,0,.06); padding-bottom:12px; }
.text-content p { padding:0 12px; line-height:1.7; }
.activity-grid,.principal-top-images { display:flex; flex-wrap:wrap; gap:12px; margin-top:10px; }
.activity-card { flex:1 1 0; min-width:0; background:var(--lib-dark); padding:20px; text-align:center; }
.activity-card i { font-size:30px; color:var(--lib-light); }
.activity-card h3 { font-size:18px; margin:10px 0 5px; }
.activity-card p { margin:0; font-size:14px; line-height:1.5; }
.principal-top-image { flex:1 1 0; min-width:0; background:#fff; }
.principal-top-image img { width:100%; display:block; }
.principal-message { text-align:center; padding:10px 5px; }
.principal-message h2 { color:#ff00c8; font-size:15px; font-style:italic; text-decoration:underline; }
.principal-text { font-weight:700; line-height:1.5; }
.power-text { color:#dfff5d; font-weight:800; }
.principal-text a { color:#dfff5d; }
.principal-designation { font-weight:800; margin-top:20px; }
.principal-content-box { background:var(--lib-dark); padding:15px; }
.principal-content-box h2 { font-family:Georgia,serif; font-size:22px; margin-top:0; }
.principal-content-box p { line-height:1.6; margin-bottom:0; }
.library-sidebar > * { margin-bottom:16px; }
.sidebar-box,.sidebar-widget { background:var(--lib-dark); padding:10px; }
.language-select { width:100%; padding:7px; margin-top:8px; }
.sidebar-box small { display:block; color:#777; margin-top:6px; }
.sidebar-search { display:flex; gap:4px; }
.sidebar-search input { flex:1; min-width:0; padding:7px; border:0; }
.sidebar-search button { border:0; padding:7px 10px; }
.principal-image { margin-top:10px; background:#6f8a95; padding:8px; }
.principal-image img { width:100%; display:block; }
.principal-name { background:#0e4e64; text-align:center; padding:7px; font-size:13px; font-weight:700; }
.recent-posts ul,.sidebar-links,.quick-links { list-style:none; margin:0; padding:8px 4px 0; }
.recent-posts li,.sidebar-links li,.quick-links li { margin-bottom:7px; }
.recent-posts a,.sidebar-links a,.quick-links a { color:var(--lib-light); font-size:14px; line-height:1.35; }
.fee-image,.sidebar-banner { background:#fff; padding:7px; }
.fee-image img,.sidebar-banner img { width:100%; display:block; }
.calendar-month { text-align:center; font-weight:700; padding:5px; }
.calendar { width:100%; border-collapse:collapse; }
.calendar th,.calendar td { border:1px solid rgba(255,255,255,.2); text-align:center; padding:7px 2px; font-size:12px; }
.calendar th { color:var(--lib-light); }
.calendar .today { color:var(--lib-light); font-weight:800; }
.previous-month { color:var(--lib-light); padding-top:8px; }
.comment-section { background:rgba(0,0,0,.06); padding:0 15px 20px; }
.comment-intro { line-height:1.6; }
.comment-form .form-group { margin-bottom:15px; }
.comment-form label { display:block; font-weight:700; margin-bottom:6px; }
.comment-form input,.comment-form textarea {border:0; padding:11px 12px; outline:0; }
.comment-form textarea { resize:vertical; }
.comment-checkbox label { display:flex; gap:8px; align-items:flex-start; font-size:13px; font-weight:400; }
.comment-submit { border:0; background:var(--lib-dark); color:#fff; padding:10px 18px; font-weight:700; }
.comment-success { display:none; background:var(--lib-dark); color:var(--lib-light); padding:10px; margin-top:15px; }
.comment-item { display:flex; gap:10px; padding:10px 0; border-bottom:1px solid rgba(255,255,255,.15); }
.comment-item:last-child { border-bottom:0; }
.comment-avatar { width:45px; height:45px; flex:0 0 45px; border-radius:50%; overflow:hidden; background:#fff; }
.comment-avatar img { width:100%; height:100%; object-fit:cover; }
.comment-name { color:var(--lib-light); font-weight:800; font-size:14px; }
.comment-content p { margin:2px 0 0; font-size:13px; line-height:1.4; }
.library-resource-section { padding:10px 0 50px; }
.resource-column > * { margin-bottom:12px; }
.resource-card,.resource-widget { background:var(--lib-dark); padding:10px; }
.resource-card img { width:100%; display:block; }
.resource-widget h2 { font-family:Georgia,serif; font-size:21px; margin:0 0 10px; color:#fff; }
.reading-box { background:#fff; color:#222; padding:10px; display:flex; align-items:center; gap:10px; }
.reading-box img { width:55px; height:55px; object-fit:cover; }
.reading-box strong { display:block; color:#315a9c; font-size:18px; }
.reading-box span { font-size:13px; }
.facebook-buttons { background:#fff; padding:8px; }
.gallery-box,.golden-image { background:#222; padding:15px; position:relative; }
.gallery-box img,.golden-image img { width:100%; display:block; }
.gallery-overlay { position:absolute; inset:0; display:flex; align-items:center; justify-content:center; background:rgba(0,0,0,.1); }
.gallery-overlay button { border:0; background:transparent; color:#fff; font-size:45px; }
.online-library a { background:#20758c; color:#fff; display:block; padding:10px; margin-bottom:4px; }
.online-library a:hover { background:#0e4e64; }
.goodreads-box { background:#fff; padding:5px 10px; border-radius:6px; }
.book-item { display:flex; gap:10px; padding:8px 0; border-bottom:1px solid #aaa; color:#222; }
.book-item:last-child { border-bottom:0; }
.book-item img { width:45px; height:58px; object-fit:cover; flex:0 0 45px; }
.book-item strong { display:block; font-size:13px; line-height:1.2; }
.book-item small { font-size:11px; }
.recommended-book { display:flex; gap:12px; background:#fff; color:#222; padding:10px; }
.recommended-book img { width:80px; height:100px; object-fit:cover; }
.recommended-book h3 { font-size:16px; margin:4px 0; }
.recommended-book p { font-size:13px; margin:0; line-height:1.4; }
.feedback-btn { position:fixed; left:20px; bottom:20px; z-index:1030; border:0; border-radius:50px; background:#202a30; color:#fff; padding:12px 20px; box-shadow:0 3px 10px rgba(0,0,0,.3); }
footer { background:var(--lib-dark); padding:18px 0; text-align:center; }
footer p { margin:0; }
@media (max-width:991.98px) { .search-area { margin-left:0; } .logo-title h1 { font-size:30px; } }
@media (max-width:575.98px) { .top-menu > .container { justify-content:center; } .search-area { width:100%; } .search-area input { flex:1; width:auto; } .logo-title { align-items:flex-start; } .logo-title h1 { font-size:24px; } .logo-title img { width:48px; height:48px; } .activity-card { flex:1 1 100%; } .principal-top-image { flex:1 1 100%; } }




/* =====================================
   GLOBAL
===================================== */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Outfit", sans-serif;
    background: #2492b8;
    color: #ffffff;
    min-height: 100vh;
}

a {
    text-decoration: none;
}


/* =====================================
   MAIN WRAPPER
===================================== */


/* =====================================
   TOP MENU
===================================== */

.top-menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 7px;
    padding-top: 3px;
}

.top-menu > a {
    background: rgba(31, 145, 183, 0.65);
    color: #fff;
    padding: 8px 15px;
    font-size: 15px;
    font-weight: 500;
    transition: 0.3s;
}

.top-menu > a:hover {
    background: #125d76;
}


/* SEARCH */

.search-area {
    display: flex;
    margin-left: auto;
}

.search-area input {
    height: 29px;
    width: 220px;
    border: none;
    outline: none;
    padding: 0 9px;
    font-size: 15px;
}

.search-area button {
    height: 29px;
    border: none;
    padding: 0 10px;
    background: #12617c;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
}

.search-area button:hover {
    background: #0b4254;
}


/* =====================================
   HEADER
===================================== */

.site-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding: 40px 0 32px;
}

.logo-title {
    display: flex;
    align-items: center;
    gap: 12px;
}

.logo-title img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    background: #fff;
}

.logo-title h1 {
    font-family: "Roboto Slab", serif;
    font-size: 38px;
    line-height: 0.98;
    font-weight: 700;
    text-shadow: 2px 3px 3px rgba(0,0,0,0.35);
}

.logo-title p {
    margin-top: 17px;
    font-size: 16px;
    font-weight: 500;
}


/* DESCRIPTION */

.header-description {
    max-width: 590px;
    background: rgba(72, 165, 198, 0.55);
    padding: 14px;
}

.header-description p {
    font-size: 17px;
    line-height: 1.45;
    font-weight: 500;
}


/* =====================================
   CATEGORY AREA
===================================== */

.category-section {
    background: #17627b;
    padding: 6px;
}

.category-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
}


/* CATEGORY BUTTON */

.category {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    background: #10546b;

    color: #ffffff;

    padding: 10px 15px;

    min-height: 38px;

    font-size: 15px;
    font-weight: 500;

    transition:
        background 0.25s ease,
        transform 0.2s ease;
}

.category:hover {
    background: #0b3c4d;
    transform: translateY(-2px);
}


/* =====================================
   SIDE IMAGE
===================================== */

.side-image {
    position: fixed;
    right: 0;
    top: 0;

    width: 95px;
    height: 100vh;

    overflow: hidden;

    z-index: 100;
}

.side-image img {
    width: 100%;
    height: 100%;

    object-fit: cover;
}


/* =====================================
   FEEDBACK
===================================== */

.feedback-btn {
    position: fixed;

    left: 24px;
    bottom: 24px;

    border: none;

    padding: 14px 20px;

    border-radius: 35px;

    background: #292f33;
    color: #fff;

    font-size: 18px;

    box-shadow: 0 4px 15px rgba(0,0,0,0.3);

    cursor: pointer;

    transition: 0.3s;

    z-index: 200;
}

.feedback-btn i {
    margin-right: 7px;
}

.feedback-btn:hover {
    background: #111719;
    transform: translateY(-3px);
}


/* =====================================
   FOOTER
===================================== */

footer {
    text-align: center;
    padding: 30px 0;
    font-size: 14px;
}


/* =====================================
   TABLET
===================================== */

@media (max-width: 1200px) {

    .site-wrapper {
        width: calc(100% - 130px);
        margin-right: 110px;
    }

    .site-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .header-description {
        max-width: 100%;
        width: 100%;
    }

}


/* =====================================
   MOBILE
===================================== */

@media (max-width: 768px) {

    body {
        background: #2492b8;
    }

    .site-wrapper {
        width: 100%;
        margin: 0;
        padding: 0 12px;
    }


    /* TOP MENU */

    .top-menu {
        gap: 5px;
    }

    .top-menu > a {
        font-size: 13px;
        padding: 7px 10px;
    }

    .search-area {
        width: 100%;
        margin-left: 0;
    }

    .search-area input {
        width: 100%;
    }


    /* HEADER */

    .site-header {
        padding: 30px 0;
        gap: 25px;
    }

    .logo-title {
        align-items: flex-start;
    }

    .logo-title img {
        width: 50px;
        height: 50px;
    }

    .logo-title h1 {
        font-size: 27px;
    }

    .logo-title p {
        font-size: 14px;
    }


    .header-description {
        padding: 12px;
    }

    .header-description p {
        font-size: 15px;
    }


    /* CATEGORY */

    .category-section {
        padding: 7px;
    }

    .category {
        padding: 8px 11px;
        font-size: 13px;
        min-height: 34px;
    }


    /* SIDE IMAGE */

    .side-image {
        display: none;
    }


    /* FEEDBACK */

    .feedback-btn {
        left: 15px;
        bottom: 15px;
        font-size: 15px;
        padding: 11px 16px;
    }

}


/* =====================================
   SMALL MOBILE
===================================== */

@media (max-width: 480px) {

    .logo-title h1 {
        font-size: 23px;
    }

    .logo-title img {
        width: 45px;
        height: 45px;
    }

    .category {
        font-size: 12px;
        padding: 7px 9px;
    }

}




/* =========================================
   LIBRARY CONTENT SECTION
========================================= */

.library-content {
    grid-template-columns: minmax(0, 2.6fr) minmax(280px, 1fr);
    gap: 42px;

    padding: 28px 0 50px;
}


/* =========================================
   LEFT CONTENT
========================================= */

.library-main {
    min-width: 0;
}

.content-block {
    margin-bottom: 25px;
}


/* SECTION TITLE */

.section-title {
    background: #17627b;

    color: #ffffff;

    font-family: "Roboto Slab", serif;

    font-size: 26px;
    font-weight: 700;

    padding: 9px 12px;

    margin-bottom: 10px;
}


/* MAIN IMAGES */

.main-image {
    width: 100%;

    background: #ffffff;

    margin-bottom: 14px;

    overflow: hidden;
}

.main-image img {
    display: block;

    width: 100%;
    height: auto;

    transition: transform 0.4s ease;
}

.main-image:hover img {
    transform: scale(1.015);
}


/* =========================================
   IMAGE GRID
========================================= */

.image-grid {
    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 5px;
}

.grid-image {
    background: #ffffff;

    overflow: hidden;
}

.grid-image img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;

    transition: 0.4s ease;
}

.grid-image:hover img {
    transform: scale(1.03);
}


/* =========================================
   TEXT CONTENT
========================================= */

.text-content {
    background: #17627b;

    padding: 0 0 20px;
}

.text-content p {
    font-size: 16px;

    line-height: 1.7;

    padding: 5px 15px;

    color: #ffffff;
}


/* =========================================
   ACTIVITY CARDS
========================================= */

.activity-grid {
    display: grid;

    grid-template-columns:
        repeat(3, 1fr);

    gap: 10px;
}

.activity-card {
    background: #10546b;

    padding: 25px 15px;

    text-align: center;

    transition: 0.3s ease;
}

.activity-card:hover {
    background: #0b4356;

    transform: translateY(-4px);
}

.activity-card i {
    font-size: 34px;

    margin-bottom: 12px;
}

.activity-card h3 {
    font-size: 18px;

    margin-bottom: 8px;
}

.activity-card p {
    font-size: 14px;

    line-height: 1.5;
}


/* =========================================
   SIDEBAR
========================================= */

.library-sidebar {
    min-width: 0;
}


/* SIDEBAR BOX */

.sidebar-box {
    background: #17627b;

    padding: 11px;

    margin-bottom: 15px;
}


/* SIDEBAR TITLE */

.sidebar-title {
    background: #10546b;

    color: #ffffff;

    font-family: "Roboto Slab", serif;

    font-size: 20px;

    font-weight: 700;

    padding: 8px 10px;

    margin-bottom: 10px;
}


/* =========================================
   LANGUAGE
========================================= */

.language-select {
    width: 100%;

    height: 35px;

    border: none;

    outline: none;

    padding: 5px;

    font-size: 15px;

    background: #ffffff;
}

.sidebar-box small {
    display: block;

    color: #777;

    margin-top: 6px;

    font-size: 12px;
}


/* =========================================
   SEARCH
========================================= */

.sidebar-search {
    display: flex;

    gap: 4px;
}

.sidebar-search input {
    width: 100%;

    height: 35px;

    border: none;

    outline: none;

    padding: 0 8px;

    font-size: 14px;
}

.sidebar-search button {
    border: none;

    background: #ffffff;

    color: #333;

    padding: 0 9px;

    font-size: 14px;

    cursor: pointer;
}

.sidebar-search button:hover {
    background: #dfeef2;
}


/* =========================================
   PRINCIPAL
========================================= */

.principal-box {
    padding-bottom: 10px;
}

.principal-image {
    background: #7893a0;

    padding: 7px;

    overflow: hidden;
}

.principal-image img {
    display: block;

    width: 100%;

    height: auto;

    object-fit: cover;
}

.principal-name {
    background: #10546b;

    text-align: center;

    padding: 7px;

    font-size: 14px;

    letter-spacing: 0.3px;
}


/* =========================================
   RECENT POSTS
========================================= */

.recent-posts ul {
    list-style: none;

    padding: 3px 5px;
}

.recent-posts li {
    margin-bottom: 10px;
}

.recent-posts a {
    color: #b9ef61;

    font-size: 15px;

    line-height: 1.4;

    transition: 0.2s;
}

.recent-posts a:hover {
    color: #ffffff;

    text-decoration: underline;
}


/* =========================================
   SIDEBAR LINKS
========================================= */

.sidebar-links {
    list-style: none;

    padding: 5px;
}

.sidebar-links li {
    border-bottom: 1px solid rgba(255,255,255,0.15);

    padding: 8px 0;
}

.sidebar-links a {
    color: #ffffff;

    font-size: 15px;
}

.sidebar-links a:hover {
    color: #b9ef61;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 1000px) {

    .library-content {
        grid-template-columns: 1fr 300px;

        gap: 20px;
    }

    .activity-grid {
        grid-template-columns: 1fr 1fr;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 768px) {

    .library-content {
        grid-template-columns: 1fr;

        gap: 25px;

        padding-top: 20px;
    }

    .library-sidebar {
        width: 100%;
    }

    .image-grid {
        grid-template-columns: 1fr;
    }

    .activity-grid {
        grid-template-columns: 1fr;
    }

    .section-title {
        font-size: 22px;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {

    .library-content {
        padding-left: 0;
        padding-right: 0;
    }

    .section-title {
        font-size: 20px;
    }

    .text-content p {
        font-size: 14px;
    }

}




/* =========================================
   PRINCIPAL PAGE LAYOUT
========================================= */

.principal-layout {

    display: grid;

    grid-template-columns:
        minmax(0, 2.65fr)
        minmax(280px, 1fr);

    gap: 42px;

    padding-top: 25px;

    padding-bottom: 60px;
}


/* =========================================
   LEFT CONTENT
========================================= */

.principal-main {
    min-width: 0;
}


/* =========================================
   TOP TWO IMAGES
========================================= */

.principal-top-images {

    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 5px;

    margin-bottom: 25px;
}


.principal-top-image {

    width: 100%;

    background: #ffffff;

    overflow: hidden;
}


.principal-top-image img {

    display: block;

    width: 100%;

    aspect-ratio: 1.55 / 1;

    object-fit: cover;

    transition: transform 0.4s ease;
}


.principal-top-image:hover img {

    transform: scale(1.02);

}


/* =========================================
   PRINCIPAL MESSAGE
========================================= */

.principal-message {

    text-align: center;

    padding: 0 5px 35px;
}


/* HEADING */

.principal-message h2 {

    display: inline-block;

    color: #ff00cc;

    font-size: 16px;

    font-family: "Roboto", sans-serif;

    font-style: italic;

    text-decoration: underline;

    margin-bottom: 8px;

}


/* =========================================
   MESSAGE TEXT
========================================= */

.principal-text {

    max-width: 720px;

    margin: auto;
}


.principal-text p {

    color: #ffffff;

    font-size: 16px;

    line-height: 1.55;

    font-weight: 600;

    margin-bottom: 13px;

    text-shadow:
        1px 1px 2px rgba(0,0,0,0.25);
}


/* POWER TEXT */

.principal-text .power-text {

    color: #ffffff;

    font-weight: 700;

    margin: 15px 0;
}


.power-text::first-line {

    text-decoration: underline;

}


/* LINK */

.principal-text a {

    color: #c4f15c;

    text-decoration: underline;

}


/* =========================================
   DESIGNATION
========================================= */

.principal-designation {

    color: #ffffff;

    font-size: 15px;

    font-weight: 700;

    margin-top: 65px;
}


/* =========================================
   LARGE PRINCIPAL IMAGE
========================================= */

.principal-large-image {

    width: 100%;

    overflow: hidden;

    margin-top: 15px;

}


.principal-large-image img {

    display: block;

    width: 100%;

    height: auto;

}


/* =========================================
   CONTENT BOX
========================================= */

.principal-content-box {

    background: #17627b;

    padding: 0 15px 20px;

    margin-top: 25px;

}


.principal-content-box h2 {

    background: #10546b;

    color: #ffffff;

    font-family: "Roboto Slab", serif;

    font-size: 24px;

    padding: 9px 12px;

    margin: 0 -15px 15px;
}


.principal-content-box p {

    color: #ffffff;

    font-size: 16px;

    line-height: 1.7;

}


/* =========================================
   RIGHT SIDEBAR
========================================= */

.principal-sidebar {

    min-width: 0;

}


/* =========================================
   SIDEBAR WIDGET
========================================= */

.sidebar-widget {

    background: #17627b;

    padding: 11px;

    margin-bottom: 15px;

}


/* =========================================
   WIDGET HEADING
========================================= */

.widget-heading {

    background: #10546b;

    color: #ffffff;

    font-family: "Roboto Slab", serif;

    font-size: 20px;

    font-weight: 700;

    padding: 8px 10px;

    margin-bottom: 10px;

}


/* =========================================
   ONLINE FEE IMAGE
========================================= */

.fee-image {

    background: #ffffff;

    padding: 7px;

    max-width: 240px;

    margin: auto;

}


.fee-image img {

    display: block;

    width: 100%;

    height: auto;

}


/* =========================================
   CALENDAR
========================================= */

.calendar-widget {

    padding-bottom: 12px;

}


.calendar-month {

    color: #ffffff;

    text-align: center;

    font-size: 15px;

    font-weight: 600;

    padding: 7px 0 10px;
}


/* TABLE */

.calendar {

    width: 100%;

    border-collapse: collapse;

    table-layout: fixed;
}


/* HEAD */

.calendar th {

    background: #397b8d;

    color: #c4f15c;

    border: 2px solid #17627b;

    height: 34px;

    font-size: 14px;
}


/* CELLS */

.calendar td {

    background: #15576d;

    color: #ffffff;

    border: 2px solid #17627b;

    height: 35px;

    text-align: center;

    font-size: 14px;

}


/* HOVER */

.calendar td:hover {

    background: #0d4355;

}


/* ACTIVE DAY */

.calendar td.today {

    color: #c4f15c;

    font-weight: 700;
}


/* PREVIOUS */

.previous-month {

    color: #c4f15c;

    font-size: 14px;

    padding-top: 10px;
}


/* =========================================
   SIDEBAR BANNER
========================================= */

.sidebar-banner {

    padding: 11px;

}


.sidebar-banner img {

    display: block;

    width: 100%;

    height: auto;

}


/* =========================================
   QUICK LINKS
========================================= */

.quick-links {

    list-style: none;

    padding: 0 5px;

    margin: 0;
}


.quick-links li {

    border-bottom:
        1px solid rgba(255,255,255,0.15);

    padding: 9px 0;

}


.quick-links a {

    color: #c4f15c;

    font-size: 14px;

    transition: 0.2s;

}


.quick-links a:hover {

    color: #ffffff;

    text-decoration: underline;

}


/* =========================================
   TABLET
========================================= */

@media (max-width: 1000px) {

    .principal-layout {

        grid-template-columns:
            minmax(0, 2fr)
            minmax(250px, 1fr);

        gap: 20px;

    }


    .principal-text p {

        font-size: 15px;

    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 768px) {

    .principal-layout {

        grid-template-columns: 1fr;

        gap: 25px;

    }


    .principal-top-images {

        grid-template-columns: 1fr;

    }


    .principal-text {

        padding: 0 5px;

    }


    .principal-text p {

        font-size: 14px;

        line-height: 1.6;

    }


    .principal-designation {

        margin-top: 35px;

    }


    .principal-sidebar {

        width: 100%;

    }


    .fee-image {

        max-width: 280px;

    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {

    .principal-layout {

        padding-top: 15px;

    }


    .principal-message h2 {

        font-size: 15px;

    }


    .principal-text p {

        font-size: 13px;

    }


    .widget-heading {

        font-size: 18px;

    }

}




/* =========================================
   RECENT COMMENTS
========================================= */

.recent-comments {
    padding-bottom: 8px;
}


/* COMMENT ITEM */

.comment-item {

    display: flex;

    gap: 12px;

    padding: 12px 5px;

    border-bottom: 1px solid rgba(255,255,255,0.15);

}


/* LAST COMMENT */

.comment-item:last-child {
    border-bottom: none;
}


/* =========================================
   COMMENT AVATAR
========================================= */

.comment-avatar {

    width: 48px;

    height: 48px;

    min-width: 48px;

    border-radius: 50%;

    overflow: hidden;

    background: #ffffff;

}


.comment-avatar img {

    width: 100%;

    height: 100%;

    object-fit: cover;

    display: block;

}


/* =========================================
   COMMENT CONTENT
========================================= */

.comment-content {

    flex: 1;

    min-width: 0;

}


/* USER NAME */

.comment-name {

    color: #c4f15c;

    font-size: 14px;

    font-weight: 700;

    margin-bottom: 4px;

}


/* COMMENT TEXT */

.comment-content p {

    color: #ffffff;

    font-size: 13px;

    line-height: 1.45;

    margin: 0;

}


/* HOVER */

.comment-item {

    transition: 0.25s ease;

}

.comment-item:hover {

    background: rgba(0,0,0,0.08);

    padding-left: 8px;

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 480px) {

    .comment-avatar {

        width: 42px;

        height: 42px;

        min-width: 42px;

    }

    .comment-name {
        font-size: 13px;
    }

    .comment-content p {
        font-size: 12px;
    }

}



/* =========================================
   COMMENT SECTION
========================================= */

.comment-section {

    background: #17627b;

    padding: 0 20px 25px;

    margin-top: 35px;

    margin-bottom: 40px;

}


/* =========================================
   TITLE
========================================= */

.comment-section-title {

    background: #10546b;

    color: #ffffff;

    font-family: "Roboto Slab", serif;

    font-size: 26px;

    font-weight: 700;

    padding: 11px 14px;

    margin: 0 -20px 15px;

}


.comment-intro {

    color: #ffffff;

    font-size: 15px;

    line-height: 1.6;

    margin-bottom: 20px;

}


/* =========================================
   FORM
========================================= */

.comment-form {

    max-width: 850px;

}


/* =========================================
   FORM GROUP
========================================= */

.form-group {

    margin-bottom: 18px;

}


.form-group label {

    display: block;

    color: #ffffff;

    font-size: 15px;

    font-weight: 600;

    margin-bottom: 7px;

}


.form-group label span {

    color: #ff5c5c;

}


/* =========================================
   INPUT + TEXTAREA
========================================= */

.form-group input,
.form-group textarea {

    width: 100%;

    border: none;

    outline: none;

    background: #ffffff;

    color: #333333;

    font-family: "Roboto", sans-serif;

    font-size: 15px;

    padding: 12px 13px;

    border-radius: 2px;

    transition: 0.25s ease;

}


.form-group input {

    height: 45px;

}


.form-group textarea {

    resize: vertical;

    min-height: 150px;

}


.form-group input:focus,
.form-group textarea:focus {

    box-shadow:
        0 0 0 3px rgba(196,241,92,0.35);

}


/* =========================================
   PLACEHOLDER
========================================= */

.form-group input::placeholder,
.form-group textarea::placeholder {

    color: #888888;

}


/* =========================================
   CHECKBOX
========================================= */

.comment-checkbox {

    margin: 5px 0 20px;

}


.comment-checkbox label {

    display: flex;

    align-items: flex-start;

    gap: 8px;

    color: #ffffff;

    font-size: 13px;

    line-height: 1.5;

    cursor: pointer;

}


.comment-checkbox input {

    margin-top: 3px;

    accent-color: #c4f15c;

}


/* =========================================
   SUBMIT BUTTON
========================================= */

.comment-submit {

    border: none;

    background: #10546b;

    color: #ffffff;

    padding: 12px 24px;

    font-size: 15px;

    font-weight: 700;

    cursor: pointer;

    border-radius: 2px;

    transition: 0.3s ease;

}


.comment-submit:hover {

    background: #0a3d4e;

    transform: translateY(-2px);

}


/* =========================================
   SUCCESS MESSAGE
========================================= */

.comment-success {

    display: none;

    margin-top: 20px;

    padding: 13px 15px;

    background: #10546b;

    color: #c4f15c;

    font-size: 14px;

}


.comment-success i {

    margin-right: 7px;

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 768px) {

    .comment-section {

        padding: 0 14px 20px;

    }

    .comment-section-title {

        margin-left: -14px;

        margin-right: -14px;

        font-size: 22px;

    }

    .comment-intro {

        font-size: 14px;

    }

    .form-group input {

        height: 43px;

    }

}




/* =========================================
   LIBRARY RESOURCE SECTION
========================================= */

.library-resource-section {

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    gap: 16px;

    padding: 30px 0 60px;

}


/* =========================================
   COLUMN
========================================= */

.resource-column {

    display: flex;

    flex-direction: column;

    gap: 10px;

    min-width: 0;

}


/* =========================================
   IMAGE CARD
========================================= */

.resource-card {

    background: #15566d;

    padding: 10px;

    overflow: hidden;

}


.resource-card img {

    display: block;

    width: 100%;

    height: auto;

    transition:
        transform 0.4s ease;

}


.resource-card:hover img {

    transform: scale(1.03);

}


/* =========================================
   GENERAL WIDGET
========================================= */

.resource-widget {

    background: #15566d;

    padding: 0 10px 10px;

}


/* =========================================
   WIDGET TITLE
========================================= */

.resource-widget h2 {

    color: #ffffff;

    font-family:
        "Roboto Slab",
        serif;

    font-size: 20px;

    line-height: 1.2;

    margin: 0 -2px 10px;

    padding: 8px 2px;

}


/* =========================================
   I LIKE READING
========================================= */

.reading-box {

    background: #ffffff;

    min-height: 105px;

    display: flex;

    align-items: center;

    gap: 10px;

    padding: 10px;

}


.reading-box img {

    width: 55px;

    height: 55px;

    object-fit: cover;

}


.reading-box strong {

    display: block;

    color: #315a9c;

    font-size: 18px;

    margin-bottom: 4px;

}


.reading-box span {

    display: block;

    color: #222;

    font-size: 13px;

}


/* =========================================
   FACEBOOK BUTTONS
========================================= */

.facebook-buttons {

    display: flex;

    justify-content:
        space-between;

    gap: 10px;

    background: #ffffff;

    padding: 8px 10px 5px;

}


.facebook-buttons button {

    border: 1px solid #d2d2d2;

    background: #f7f7f7;

    color: #555;

    padding: 6px 10px;

    font-size: 12px;

    cursor: pointer;

}


.facebook-buttons button:hover {

    background: #e9e9e9;

}


/* =========================================
   GALLERY
========================================= */

.gallery-box {

    position: relative;

    background: #202020;

    border-radius: 10px;

    overflow: hidden;

    padding: 20px;

}


.gallery-box img {

    display: block;

    width: 100%;

    height: auto;

}


.gallery-overlay {

    position: absolute;

    inset: 0;

    display: flex;

    align-items: center;

    justify-content: center;

    background:
        rgba(0,0,0,0.15);

}


.gallery-overlay button {

    border: none;

    background: transparent;

    color: #ffffff;

    font-size: 45px;

    cursor: pointer;

}


/* =========================================
   GOLDEN MOMENTS
========================================= */

.golden-image {

    background: #202020;

    padding: 20px;

    border-radius: 10px;

}


.golden-image img {

    display: block;

    width: 100%;

    height: auto;

}


/* =========================================
   ONLINE LIBRARY
========================================= */

.online-library {

    display: flex;

    flex-direction: column;

    gap: 5px;

}


.online-library a {

    display: flex;

    align-items: center;

    gap: 10px;

    padding: 12px;

    background: #20758c;

    color: #ffffff;

    font-size: 14px;

    transition: 0.25s;

}


.online-library a:hover {

    background: #0c465a;

}


.online-library i {

    font-size: 18px;

}


/* =========================================
   GOODREADS
========================================= */

.goodreads {

    padding-bottom: 8px;

}


.book-list {

    background: #ffffff;

    border-radius: 10px;

    overflow: hidden;

    padding: 0 8px;

}


.book-item {

    display: flex;

    align-items: center;

    gap: 10px;

    min-height: 75px;

    padding: 7px 0;

    border-bottom:
        1px solid #aaa;

}


.book-item:last-child {

    border-bottom: none;

}


.book-item img {

    width: 42px;

    height: 55px;

    object-fit: cover;

    flex-shrink: 0;

}


.book-item strong {

    display: block;

    color: #222;

    font-size: 13px;

    line-height: 1.15;

}


.book-item small {

    display: block;

    color: #333;

    font-size: 11px;

    margin-top: 3px;

}


/* =========================================
   RECOMMENDED BOOK
========================================= */

.recommended-book {

    display: flex;

    gap: 12px;

    background: #ffffff;

    padding: 10px;

    border-radius: 5px;

}


.recommended-book img {

    width: 80px;

    height: 100px;

    object-fit: cover;

}


.recommended-book h3 {

    color: #222;

    font-size: 16px;

    margin: 5px 0;

}


.recommended-book p {

    color: #555;

    font-size: 13px;

    line-height: 1.4;

    margin: 0;

}


/* =========================================
   HOVER EFFECT
========================================= */

.resource-card,
.resource-widget {

    transition:
        transform 0.25s ease;

}


.resource-card:hover {

    transform: translateY(-2px);

}


/* =========================================
   TABLET
========================================= */

@media (max-width: 900px) {

    .library-resource-section {

        grid-template-columns:
            repeat(2, minmax(0, 1fr));

    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 600px) {

    .library-resource-section {

        grid-template-columns: 1fr;

        gap: 15px;

    }


    .resource-column {

        gap: 15px;

    }


    .resource-widget h2 {

        font-size: 19px;

    }

}



/* ==========================================
   BLOG CATEGORY
========================================== */

.blog-category h2 {

    color: #ffffff;

    font-family: Georgia, serif;

    font-size: 24px;

    font-weight: 700;

    margin: 0;

}


.blog-category a {

    color: #c5ed69;

    text-decoration: none;

}


/* ==========================================
   BLOG HEADER
========================================== */

.blog-post-header {

    background: #14566d;

    padding: 12px 10px;

    margin-bottom: 12px;

}


.blog-post-header h1 {

    color: #c9d9e5;

    font-family: Georgia, serif;

    font-size: 27px;

    font-weight: 700;

    margin: 0 0 10px;

}


/* ==========================================
   META
========================================== */

.blog-meta {

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 15px;

    color: #ffffff;

    font-size: 13px;

}


.blog-meta a {

    color: #c5ed69;

    text-decoration: none;

}


.blog-meta a:hover {

    text-decoration: underline;

}


.post-date {

    white-space: nowrap;

}


.post-date i {

    margin-right: 5px;

}


/* ==========================================
   POST GALLERY
========================================== */

.post-gallery {

    width: 100%;

}


.gallery-image {

    width: 100%;

    height: 170px;

    overflow: hidden;

}


.gallery-image.large-image {

    height: 340px;

}


.gallery-image img {

    width: 100%;

    height: 100%;

    object-fit: cover;

    display: block;

}


/* ==========================================
   BLOG CONTENT
========================================== */

.blog-content {

    color: #ffffff;

    font-size: 15px;

    line-height: 1.6;

}


.blog-content p {

    margin-bottom: 4px;

}


/* ==========================================
   RATING
========================================== */

.blog-rating {

    display: flex;

    align-items: center;

    flex-wrap: wrap;

    gap: 8px;

    padding: 18px 0;

    margin-top: 15px;

    border-top: 1px solid rgba(255,255,255,0.4);

}


.rating-title {

    color: #ffffff;

    font-weight: 600;

}


.stars {

    color: #ffffff;

    font-size: 17px;

}


.rating-info {

    color: #ffffff;

    font-size: 13px;

}


.rate-text {

    color: #ffffff;

    font-size: 14px;

    font-weight: 600;

}


/* ==========================================
   SHARE
========================================== */

.blog-share {

    border-top: 1px solid rgba(255,255,255,0.4);

    padding: 18px 0;

    color: #ffffff;

}


.share-buttons {

    display: flex;

    gap: 8px;

    margin-top: 10px;

}


.share-buttons a {

    width: 34px;

    height: 34px;

    display: flex;

    align-items: center;

    justify-content: center;

    background: #14566d;

    color: #ffffff;

    text-decoration: none;

    border-radius: 3px;

    transition: 0.25s;

}


.share-buttons a:hover {

    background: #0d3f50;

    transform: translateY(-2px);

}


/* ==========================================
   COMMENTS
========================================== */

.blog-comments {

    border-top: 1px solid rgba(255,255,255,0.4);

    padding-top: 20px;

}


.comments-heading {

    background: #14566d;

    color: #ffffff;

    font-family: Georgia, serif;

    font-size: 22px;

    font-weight: 700;

    padding: 10px 12px;

    margin-bottom: 12px;

}


.comments-note {

    color: #ffffff;

    font-size: 13px;

}


.blog-comments .form-label {

    color: #ffffff;

    font-weight: 600;

}


.blog-comments .form-control {

    border: 0;

    border-radius: 2px;

    padding: 10px 12px;

}


.blog-comments .form-control:focus {

    box-shadow:
        0 0 0 3px rgba(197,237,105,0.25);

    border-color: transparent;

}


.comment-btn {

    background: #14566d;

    color: #ffffff;

    border: none;

    padding: 10px 22px;

    font-weight: 600;

}


.comment-btn:hover {

    background: #0d3f50;

    color: #ffffff;

}


/* ==========================================
   MOBILE
========================================== */

@media (max-width: 767px) {

    .blog-category h2 {

        font-size: 20px;

    }


    .blog-post-header h1 {

        font-size: 21px;

    }


    .blog-meta {

        flex-direction: column;

        align-items: flex-start;

    }


    .gallery-image.large-image {

        height: 250px;

    }


    .gallery-image {

        height: 180px;

    }

}