﻿

.underline-center::after {
    content: '';
    width: 80px;
    height: 4px;
    background: #fdc800;
    display: block;
    margin: 15px auto 0;
}

.underline-left::after {
    background-color: #fdc800;
    border-radius: 6px;
    bottom: 0;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    width: 40px;
    z-index: 1;
}
/* Header */

.fa-twitter, .fa-instagram, .fa-linkedin-in, .fa-facebook-f {
    color: #002147;
}

.fa-caret-right {
    padding: 0px 2px 0px 0px;
}

.notif-date {
    min-width: 92px;
    font-weight: 600;
    color: #ffffff;
    font-size: 13px;
    padding-left: 7px;
    background-color: #003366;
    border-radius: 4px;
}

#university-top-header {
    background: #fdc800; /* Main yellow background */
    min-height: 50px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    width: 100%;
}

#university-blue-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    min-width: 86%; /* Adjust this to move the curve left/right */
    /* background: #003366; */
    background: #002147;
    border-radius: 0px 3px 110px 0px;
    z-index: 1;
}

.university-header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    /* max-width: 1400px; */
    /* max-width: 1128px; */
    max-width: 87%;
    /* margin: 0 auto; */
    /* padding: 0 30px; */
    padding: 0px 100px 0px 28px;
    position: relative;
    z-index: 2;
}

.university-contact-info {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 12px;
    color: white;
}

.university-address,
.university-email,
.university-phone {
    display: flex;
    align-items: center;
    gap: 8px;
}

    .university-address i,
    .university-email i,
    .university-phone i {
        color: #fdc800;
    }

.university-social-search {
    display: flex;
    align-items: center;
    gap: 25px;
    color: #003366;
}

.university-social-icons a {
    color: #003366;
    font-size: 18px;
    margin: 0 8px;
    transition: opacity 0.3s;
}

    .university-social-icons a:hover {
        opacity: 0.7;
    }

.university-search-icon {
    color: #003366;
    font-size: 20px;
    cursor: pointer;
}

/* Responsive adjustments */
@media (max-width: 1200px) {
    #university-blue-overlay {
        width: 72%;
    }

    .university-contact-info {
        gap: 20px;
    }
}

@media (max-width: 992px) {
    #university-blue-overlay {
        width: 68%;
    }

    .university-contact-info {
        font-size: 13px;
        gap: 15px;
    }
}

@media (max-width: 768px) {
    .university-header-content {
        flex-direction: column;
        text-align: center;
        padding: 15px 20px;
    }

    .university-contact-info {
        margin-bottom: 15px;
        justify-content: center;
        flex-wrap: wrap;
        gap: 20px;
    }

    #university-blue-overlay {
        display: none;
    }

    #university-top-header {
        background: #003366;
    }

    .university-social-search {
        background: #fdc800;
        padding: 10px 40px;
        border-radius: 30px;
    }
}


i.fa-user-graduate, .fa-user-tie {
    font-size: 15px;
    margin-right: 5px;
    color: var(--rt-secondary-color);
}

.join-now-btn {
    color: #002147;
    padding: 13px 40px;
    background: #fdc800;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    border: none;
    border: 2px solid #fdc800;
    text-align: center;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.menu-item {
    /* background: #002147; */
}

.join-now-btn:hover {
    background: #002147;
}

#facilities-slider > div > div > .owl-item {
    /*  width:300px !important;*/
}

.slider-main {
    background-size: contain;
}

.dip-post-image {
    height: 240px;
}

.top-fa-bell {
    font-size: 15px;
    margin-right: 5px;
    color: var(--rt-secondary-color) !important;
}

.footer-box > iframe {
    border-radius: 10px;
}

.iust-title-heading {
    font-size: 42px;
    padding-top: 0px;
    color: #164471;
    font-family: 'Bebas Neue' !important;
}

.fas-footer {
    color: #fdc800 !important;
}

.approval-text {
    color: #003366;
    font-size: 22px;
    /* margin: 20px 0 0; */
    margin: -2px 0 0;
    font-weight: 500;
    font-family: 'Bebas Neue' !important;
}

.state-university {
    color: #c41e3a;
    /* font-size: 20px; */
    font-size: 25px;
    /* font-weight: bold; */
    margin: 15px 0;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-family: 'Bebas Neue' !important;
}

.divider {
    width: 135px;
    height: 3px;
    /* background: linear-gradient(to right, #c41e3a, #003366);
		margin: 30px auto; */
    background: linear-gradient(to right, #b7b4aa, #003366e0);
    border-radius: 2px;
    margin-bottom: 5px;
}

.owl-item.active {
    cursor: grab;
}
/* IUST Impt Links */
.iust-links-section {
    /* font-family: 'Poppins', sans-serif; */
    font-family: 'Roboto';
    background: #f8f9fa;
    color: #333;
    padding: 80px 20px;
}

.iust-links-container {
    max-width: 1300px;
    margin: 0 auto;
}

.iust-links-grid {
    display: grid;
    /* grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); */
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
}

.iust-links-column {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.12);
    overflow: hidden;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    min-height: 750px;
    /* height: fit-content; */
}

    .iust-links-column:hover {
        transform: translateY(-10px);
        box-shadow: 0 25px 50px rgba(0,0,0,0.18);
    }

.iust-links-header {
    text-align-last: left;
    background: linear-gradient(135deg, #002147, #224262); /*linear-gradient(135deg, #002147, #003366);  Eikra dark blue  */
    color: #fff;
    padding: 20px;
    text-align: center;
    font-size: 1.1rem;
    font-weight: 600;
    /* text-transform: uppercase; */
    letter-spacing: 1.5px;
}

.iust-links-list {
    list-style: none;
    padding: 30px 25px;
}

.iust-links-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    transition: background 0.3s;
    text-align: left;
}

.impt-links {
    margin: 0px !important;
}

.iust-links-item:last-child {
    border-bottom: none;
}

.iust-links-item:hover {
    /* background: #f0f4ff; */
    border-radius: 8px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 -10px;
}

.iust-links-number {
    background: #002147;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.2rem;
    flex-shrink: 0;
    box-shadow: 0 4px 10px rgba(0,33,71,0.3);
}

.iust-links-content {
    flex: 1;
}

.iust-links-title {
    font-weight: 500;
    color: #002d5d;
    margin-bottom: 4px;
}

.iust-links-desc {
    font-size: 0.95rem;
    color: #113255;
    line-height: 1.5;
}

.iust-links-content a {
    color: inherit;
    text-decoration: none;
}

    .iust-links-content a:hover .iust-links-title {
        color: #ffb606; /* Eikra yellow accent */
    }

@media (max-width: 992px) {
    .iust-links-grid {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .iust-links-header {
        font-size: 1.5rem;
    }
}

@media (max-width: 768px) {
    .iust-links-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .iust-links-number {
        margin-bottom: 10px;
    }
}







.ls-gui-element {
    background-color: #2020205c;
}

.stats-bar {
    /* background-color: white; */
    background-color: #ffffffdb;
    padding: 20px 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    /* position: absolute; */
    position: relative;
    margin-top: -40px;
    z-index: 42;
}

.stats-bar-mod {
    /* background-color: white; */
    background-color: #ffffffdb;
    padding: 20px 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    /* position: absolute; */
    position: relative;
    z-index: 42;
}

.stats-container {
    display: flex;
    justify-content: center;
    align-items: center;
    /* gap: 60px; Space between items */
    gap: 18px;
    flex-wrap: wrap; /* Responsive wrap on small screens */
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.stats-container-mod {
    display: flex;
    justify-content: center;
    align-items: center;
    /* gap: 60px; Space between items */
    gap: 18px;
    flex-wrap: wrap; /* Responsive wrap on small screens */
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.stat-item {
    display: flex;
    align-items: center;
    gap: 15px;
    text-align: left;
    min-width: 200px;
}

.stat-icon {
    color: #003087; /* Deep blue matching your university branding */
    font-size: 40px;
}

.stat-content {
    line-height: 1.3;
}

.stat-number {
    font-size: 32px;
    font-weight: 700;
    color: #003087;
    display: block;
}

.stat-label {
    font-size: 16px;
    color: #003087;
    font-weight: 500;
}

/* Vertical divider lines */
.stat-item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: -30px; /* Half of gap */
    top: 50%;
    transform: translateY(-50%);
    height: 60px;
    width: 1px;
    background-color: #ddd;
}

/* Remove divider on last item and on wrap */
@media (max-width: 992px) {
    .stat-item:not(:last-child)::after {
        display: none;
    }

    .stats-container {
        gap: 40px;
    }
}

@media (max-width: 768px) {
    .stats-container {
/*        flex-direction: column;*/
        gap: 30px;
    }

    .stat-item {
        justify-content: center;
        text-align: center;
    }

        .stat-item::after {
            display: none;
        }
    .vl {
        height: 0px !important;
        visibility: hidden;
    }
}



/* Video Gallery*/
.iust-video-section {
    font-family: 'Poppins', sans-serif;
    background: #f8f9fa;
    color: #333;
    padding: 34px 20px;
    text-align: center;
}

.iust-video-container {
    max-width: 1300px;
    margin: 0 auto;
}

.iust-video-title {
    font-size: 2.8rem;
    color: #002d5d;
    margin-bottom: 80px;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 600;
}

    .iust-video-title::after {
        content: '';
        position: absolute;
        bottom: -20px;
        left: 50%;
        transform: translateX(-50%);
        width: 100px;
        height: 5px;
        background: #ffb606;
        border-radius: 3px;
    }

.iust-video-grid {
    display: grid;
    /* grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); */
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
}

.iust-video-item {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    aspect-ratio: 16 / 9;
}

    .iust-video-item:hover {
        transform: translateY(-15px);
        box-shadow: 0 25px 50px rgba(0,0,0,0.25);
    }

.iust-video-frame {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 18px;
}

.iust-video-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0,33,71,0.9), transparent);
    padding: 30px 20px 20px;
    color: #fff;
    text-align: center;
    pointer-events: none; /* Allows clicking the iframe underneath */
}

.iust-video-item-title {
    font-size: 1.4rem;
    font-weight: 600;
    text-shadow: 0 2px 8px rgba(0,0,0,0.7);
}

.iust-video-view-all {
    font-family: 'Roboto';
    display: inline-block;
    background: #002147;
    color: #fff;
    /* font-weight: 600; */
    /* padding: 14px 40px; */
    padding: 12px 23px;
    border-radius: 30px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    margin-top: 50px;
    transition: background 0.3s ease;
    border: 1px solid #002147;
}

    .iust-video-view-all:hover {
        background: #ffb606;
        color: #002147;
    }

.iust-button-view-all {
    display: inline-block;
    background: #002147;
    color: #fff;
    font-family: 'Roboto';
    /* font-weight: 600; */
    /* padding: 14px 40px; */
    padding: 12px 23px;
    border-radius: 30px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    /* margin-top: 60px; */
    transition: background 0.3s ease;
    border: 1px solid #002147;
}

    .iust-button-view-all:hover {
        background: #ffb606;
        color: #002147;
    }


@media (max-width: 992px) {
    .iust-video-grid {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 30px;
    }

    .iust-video-title {
        font-size: 2.4rem;
    }
}

@media (max-width: 768px) {
    .iust-video-grid {
        grid-template-columns: 1fr;
    }

    .iust-video-item-title {
        font-size: 1.3rem;
    }
}



/* Discover More */
/* Unique prefix: iust-discover- to avoid any conflict */
.iust-discover-section {
    font-family: 'Poppins', sans-serif;
    background: #f5f5f5;
    color: #333;
    padding: 0px 20px 80px 20px;
    text-align: center;
}

.iust-discover-container {
    max-width: 1300px;
    margin: 0 auto;
}

.iust-discover-title {
    font-size: 2.8rem;
    color: #002d5d;
    margin-bottom: 80px;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 600;
}

    .iust-discover-title::after {
        content: '';
        position: absolute;
        bottom: -20px;
        left: 50%;
        transform: translateX(-50%);
        width: 100px;
        height: 5px;
        background: #ffb606;
        border-radius: 3px;
    }

.iust-discover-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 40px;
}

.iust-discover-item {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    cursor: pointer;
}

    .iust-discover-item:hover {
        transform: translateY(-15px);
        box-shadow: 0 25px 50px rgba(0,0,0,0.25);
    }

.iust-discover-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
    transition: transform 0.8s ease;
}

.iust-discover-item:hover .iust-discover-img {
    transform: scale(1.1);
}

.iust-discover-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0,33,71,0.9), transparent);
    padding: 40px 20px 25px;
    color: #fff;
    text-align: center;
}

.iust-discover-item-title {
    font-size: 1.4rem;
    font-weight: 600;
    text-shadow: 0 2px 10px rgba(0,0,0,0.6);
}

@media (max-width: 992px) {
    .iust-discover-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 30px;
    }

    .iust-discover-title {
        font-size: 2.4rem;
    }
}

@media (max-width: 768px) {
    .iust-discover-grid {
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    }

    .iust-discover-item-title {
        font-size: 1.4rem;
    }
}



/* Notifications */
/* * { margin: 0; padding: 0; box-sizing: border-box; }
				body {
					font-family: 'Poppins', sans-serif;
					background-color: #f8f9fa;
					padding: 40px 20px;
					color: #333;
				} */

.notif-container {
    display: flex;
    margin: 20px auto;
    max-width: 1200px;
    background-color: #fff;
    /* border-radius: 12px; */
    border-radius: 6px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border: solid 1px #dddcdc;
}

.notif-buttons {
    display: flex;
    flex-direction: column;
    /* min-width: 220px; */
    min-width: 195px;
    background: #002147;
}

.notif-tab-button {
    padding: 15px 30px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    text-align: left;
    font-size: 15px;
    color: white;
    transition: background-color 0.3s ease, padding-left 0.3s ease;
}

    .notif-tab-button:hover {
        background-color: rgba(255, 255, 255, 0.15);
        padding-left: 40px;
    }

    .notif-tab-button.notif-active {
        background-color: #fdc800;
        color: #333;
        font-weight: bold;
    }

.notif-content {
    flex-grow: 1;
    /* padding: 40px; */
    padding: 10px 0px 0px 6px;
    background: #fff;
    height: 600px;
    overflow-y: scroll;
}

.notif-tab-item {
    display: none;
}

    .notif-tab-item.notif-active {
        display: block;
    }

    .notif-tab-item h2 {
        font-size: 1.4rem;
        color: #002d5d;
        margin-bottom: 20px;
        position: relative;
        padding-bottom: 10px;
    }

        .notif-tab-item h2::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 2px;
            width: 83px;
            height: 4px;
            background: #fdc800;
        }

    .notif-tab-item p {
        font-size: 15px;
        line-height: 1.8;
        color: #555;
        margin-bottom: 20px;
    }

.notif-list {
    list-style: none;
    margin-top: 20px;
    padding-left: 0px;
}

    .notif-list li {
        padding: 3px 0;
        border-bottom: 1px solid #eee;
        font-size: 14px;
        display: flex;
        /* justify-content: space-between; */
        align-items: center;
    }

        .notif-list li a {
            /* color: #0073e6;
							color: #0d4c8b; */
            color: #002147;
            padding-left: 5px;
            text-decoration: none;
        }

            .notif-list li a:hover {
                /* color: #fdc800; */
                color: #0a56b5;
            }

.notif-new-gif {
    margin-left: 10px;
}
/* Sub-tabs */
.notif-sub-buttons {
    display: flex;
    border-bottom: 2px solid #eee;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.notif-sub-button {
    /* padding: 12px 24px; */
    padding: 7px 7px;
    background: transparent;
    border: none;
    cursor: pointer;
    /* font-size: 1.1rem; */
    color: #555;
    border-bottom: 3px solid transparent;
    transition: all 0.3s;
}

    .notif-sub-button:hover {
        color: #002147;
        background-color: #fdc800;
        border-radius: 5px 5px 0px 0px;
    }

    .notif-sub-button.notif-active {
        border-radius: 5px 5px 0px 0px;
        color: #002147;
        border-bottom: 3px solid #002147;
        /* font-weight: bold; */
        background-color: #fdc800;
    }

.notif-sub-item {
    display: none;
}

    .notif-sub-item.notif-active {
        display: block;
    }

    .notif-sub-item h3 {
        font-size: 1.3rem;
        color: #002d5d;
        margin-bottom: 15px;
    }

@media (max-width: 768px) {
    .notif-container {
        flex-direction: column;
    }


    .notif-buttons {
        flex-direction: row;
        overflow-x: auto;
    }

    .notif-tab-button {
        flex: 1;
        text-align: center; /*padding: 15px;*/
        padding: 3px 11px 3px 1px;
    }

        .notif-tab-button:hover {
            /* padding-left: 15px; */
            padding-left: 0px;
        }

    .notif-content {
        padding: 30px 20px;
    }

    .notif-sub-buttons {
        /* flex-direction: column; */
    }
}
/* Notifications */







:root {
    --lp-container-max-width: 1290px;
    --lp-cotainer-padding: 1rem;
    --lp-primary-color: #ffb606;
    --lp-secondary-color: #442e66;
}

.title-logo {
    line-height: 0px;
    /* color: #cd2828; */
    color: #69727b;
}

#primary {
    border-top: 1px solid #002147;
}

.ls-bg {
    /* 
    object-fit: fill !important;*/
    /* width: 100% !important;*/
    height: 650px !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    transform: none !important;
}

.ls-wp-container,
.fitvidsignore {
    width: 1280px;
    /* height: 650px; */
      height: 465px;
}

/* VC Message  */
.rt-vc-text-title {
    /* margin-left: 100px; */
}

.vc-section {
    /*
			margin-left: 17px; */
    /* width: 100%;
					width: 256px;
			width: 207px;*/
    /* max-width: 250px; */
    background: white;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    text-align: center;
}

.header {
    background: linear-gradient(to bottom, #fffcef, #fdc800);
    color: #002147;
    font-size: 1.2rem;
    /* font-weight: bold; */
    padding: 15px;
    /* text-transform: uppercase; */
    letter-spacing: 1px;
}

.photo-container {
    /* background: #fdc800; */
    /* Orange-yellow */
    /* background: linear-gradient(to bottom, #002645, #65686a); 
			background: linear-gradient(to bottom, #002645, #46544d);*/
    /* background: linear-gradient(to bottom, #8eb6c994, #172a31d4); */
    background: linear-gradient(to bottom, #97b3a678, #172a31d4);
    padding: 30px 20px 20px;
    /* padding: 10px 20px 1px; */
    /* background: linear-gradient(to bottom, #002147, #e1e1e1); */
}

.vc-photo {
    height: 139px !important;
    width: 100%;
    max-width: 130px;
    /* max-width: 85px; */
    border-radius: 6px;
    border: solid 1px grey;
    /* box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2); */
}

.vc-name {
    /* color: #333; */
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    margin: 20px 0 5px;
}

.vc-title {
    /* color: #002147; */
    color: #fff;
    font-size: 13px;
    margin-bottom: 30px;
}

.btn {
    display: block;
    width: 80%;
    margin: 7px auto;
    /* padding: 15px; 
					background: #8b4513;*/
    /* Dark brown */
    color: white;
    font-size: 13px !important;
    /* font-weight: bold; */
    border-radius: 5px;
    text-decoration: none;
    transition: background 0.3s;
}

    .btn:hover {
        background: #fdc800;
    }

    .btn::after {
        content: ' →';
        margin-left: 10px;
    }

@media (max-width: 480px) {
    .vc-section {
        max-width: 100%;
    }
}

/* VC Message 														 */


/* Weather Station */
.weather-widget {
    /* max-width: 253px; */
    /* max-width: 229px; 
			min-width: 229px;*/
    width: 100%;
    background: var(--card-bg);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    text-align: center;
}

.weather-header {
    /* background: linear-gradient(346deg, #002147, #003366);
					   background: linear-gradient(346deg, #a2b4ca, #003366);
					background: linear-gradient(346deg, #a2b4ca, #44617e);*/
    background: linear-gradient(346deg, #31537b, #002147);
    color: #fff;
    padding: 8px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    position: relative;
}

.header-icon {
    font-size: 3.0rem;
    /* Weather station icon */
    margin-left: -40px;
    margin-top: -23px;
}

.header-text {
    text-align: left;
}

.weather-title {
    font-size: 14px;
    font-weight: 600;
    /* margin-bottom: 8px; */
    display: flex;
    align-items: center;
    gap: 10px;
}

.weather-date {
    font-size: 12px;
    opacity: 0.9;
}

.weather-body {
    /* padding: 40px 30px 30px; */
    padding: 10px 54px 8px;
    position: relative;
    /* background: linear-gradient(to bottom, #f0f4ff, #e6eaff);
						background: linear-gradient(to bottom, #f0f4ff, #6a7889);
					background: linear-gradient(to bottom, #f0f4ff, #a2afbf);*/
    background: linear-gradient(to bottom, #f0f4ff, #dfd18c);
}

.main-temp {
    font-size: 2rem;
    font-weight: 700;
    color: var(--dark-blue);
    margin: 10px 0;
    line-height: 0;
}

    .main-temp::after {
        content: '°C';
        font-size: 0.5em;
        vertical-align: super;
    }

.weather-icon {
    width: 64px;
    margin: 0 auto 6px;
}

.weather-details {
    /* margin-top: 30px; */
}

.detail-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px 0;
    border-bottom: 1px solid rgba(0, 50, 100, 0.1);
    /* font-size: 1.1rem; */
    font-size: 13px;
}

    .detail-row:last-child {
        border-bottom: none;
    }

.detail-label {
    color: #555;
    font-weight: 500;
}

.detail-value {
    color: var(--primary);
    font-weight: 600;
    font-size: 13px;
}

.accent {
    color: var(--accent);
}

@media (max-width: 480px) {
    #weather-widget-wpb_wrapper {
        border-left: 0px !important;
        /* padding: 19px 36px 19px 36px !important; */
    }

    .weather-widget {
        max-width: 100%;
    }

    .main-temp {
        font-size: 3.2rem;
    }

    .weather-icon {
        width: 76px;
    }

    .weather-header {
        /* flex-direction: column; */
        margin-top: 0px;
        text-align: center;
        gap: 10px;
    }

    .header-text {
        text-align: center;
    }

    .weather-title {
        justify-content: center;
    }
}

/* Weather Station */




/* Gallery */
/*
				body {
					font-family: 'Poppins', sans-serif;
					background: #f8f9fa;
					color: #333;
					padding: 60px 20px;
				}
				.container {
					max-width: 1300px;
					margin: 0 auto;
				} */
.gallery-section {
    text-align: center;
}

.section-title_gallery {
    font-size: 2.2rem;
    color: var(--text-dark);
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
}

    .section-title_gallery::after {
        content: '';
        position: absolute;
        bottom: -12px;
        left: 50%;
        transform: translateX(-50%);
        width: 80px;
        height: 4px;
        background: var(--accent);
        border-radius: 2px;
    }

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
    /* Smaller min-width for more images per row */
    gap: 20px;
    margin: 10px 0;
}

.gallery-item {
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    aspect-ratio: 1 / 1;
    /* Square thumbnails */
}

    .gallery-item:hover {
        transform: translateY(-8px);
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.18);
    }

    .gallery-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        transition: transform 0.6s ease;
    }

    .gallery-item:hover img {
        transform: scale(1.12);
    }

.view-all-btn {
    display: inline-block;
    background: var(--dark-blue);
    color: #fff;
    font-weight: 600;
    padding: 14px 40px;
    border-radius: 30px;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 1px;
    transition: background 0.3s ease;
    border: 2px solid var(--dark-blue);
}

    .view-all-btn:hover {
        background: var(--accent);
        color: var(--dark-blue);
    }

@media (max-width: 1024px) {
    .gallery-grid {
        grid-template-columns: repeat(auto-fit, minmax(94px, 1fr));
    }
}

@media (max-width: 768px) {
    .gallery-grid {
        grid-template-columns: repeat(auto-fit, minmax(114px, 1fr));
        gap: 15px;
    }

    .section-title {
        /* font-size: 1.8rem; */
        font-size: 1.5rem;
    }
}







/* Facilities & Achievements  */
.owl-stage-outer > .owl-stage > .owl-item {
    /* height: 642px !important; */
}

.owl-carousel-custom > .owl-stage-outer {
    /* height: 658px !important; */
}

.ed-rsear-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Section Title (Eikra style) */
.ed-rsear-section-title {
    text-align: center;
    font-size: 36px;
    /* font-weight: 700; */
    color: #002147;
    margin: 10px 0 40px;
    position: relative;
}

    .ed-rsear-section-title::after {
        content: '';
        width: 80px;
        height: 4px;
        background: #fdc800;
        display: block;
        margin: 15px auto 0;
    }

.ed-rsear-section-title-left {
    text-align: left;
    font-size: 36px;
    /* font-weight: 700; */
    color: #002147;
    /* margin: 10px 0 40px; */
    margin: 0px 0 14px;
    position: relative;
}

    .ed-rsear-section-title-left::after {
        content: '';
        width: 80px;
        height: 4px;
        background: #fdc800;
        display: block;
        /* margin: 15px auto 0; */
        margin: 15px 0px 0px 3px;
    }

/* Facilities Grid / Slider */
.ed-rsear {
    background: #fff;
    /* padding: 60px 0; */
    padding: 00px 0 50px 0px;
}

.ed-rese-grid {
    background: #fff;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
    height: 100%;
    display: flex;
    flex-direction: column;
}

    .ed-rese-grid:hover {
        transform: translateY(-10px);
        box-shadow: 0 15px 30px rgba(0,0,0,0.15);
    }

.ed-rsear-img {
    overflow: hidden;
}

    .ed-rsear-img img {
        width: 100%;
        height: 250px;
        object-fit: cover;
        transition: transform 0.5s;
    }

.ed-rese-grid:hover .ed-rsear-img img {
    transform: scale(1.1);
}

.ed-rsear-dec {
    padding: 25px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

    .ed-rsear-dec h4 {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 15px;
    }

        .ed-rsear-dec h4 a {
            color: #002147;
            text-decoration: none;
        }

            .ed-rsear-dec h4 a:hover {
                color: #fdc800;
            }

    .ed-rsear-dec p {
        font-size: 12px;
        line-height: 1.7;
        color: #666;
        margin-bottom: 20px;
        flex-grow: 1;
    }

.read-line-btn {
    margin-bottom: 5px;
    display: inline-block;
    background: #fdc800;
    color: #002147;
    padding: 10px 25px;
    font-weight: 600;
    border-radius: 4px;
    text-decoration: none;
    align-self: flex-start;
    transition: all 0.3s;
}

    .read-line-btn:hover {
        background: #002147;
        color: #fff;
    }

/* Owl Carousel Navigation Arrows (Eikra style) */
.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: #fdc800 !important;
    color: #002147 !important;
    border-radius: 50%;
    font-size: 20px;
    line-height: 50px !important;
}

.owl-nav .owl-prev {
    left: -25px;
}

.owl-nav .owl-next {
    right: -25px;
}

.owl-nav button:hover {
    background: #002147 !important;
    color: #fff !important;
}

/* Responsive */
@media (max-width: 991px) {
    .owl-nav .owl-prev {
        left: 10px;
    }

    .owl-nav .owl-next {
        right: 10px;
    }
}





/*  Footer Counts */
.iust-footer-elegant {
    background: #002147;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    padding: 26px 20px 50px;
}

.iust-footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 30px;
}

.iust-contact-elegant {
    flex: 1;
    min-width: 280px;
}

.iust-contact-title {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ffb606;
}

.iust-contact-text {
    /* line-height: 1.7; */
    font-size: 0.95rem; /* Smaller font */
    opacity: 0.92;
    font-size: 15px;
}

.iust-visitors-elegant {
    text-align: center;
    flex: 1;
    min-width: 280px;
}

.iust-visitors-title {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ffb606;
}

.iust-visitors-cards {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.iust-visitor-card {
    background: rgba(255, 255, 255, 0.08);
    /* padding: 20px 35px; */
    padding: 2px 3px;
    border-radius: 8px;
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 182, 6, 0.2);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    /* min-width: 180px; */
    min-width: 130px;
}

.iust-visitor-label {
    font-size: 1rem;
    opacity: 0.85;
    /* margin-bottom: 8px; */
    color: #a0d8ff;
}

.iust-visitor-number {
    font-size: 1.2rem;
    font-weight: 700;
    color: #ffb606;
    text-shadow: 0 0 12px rgba(255, 182, 6, 0.4);
}

.iust-social-elegant {
    flex: 1;
    min-width: 280px;
    text-align: right;
}

.iust-social-title {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ffb606;
}

.iust-social-icons {
    display: flex;
    justify-content: flex-end;
    gap: 15px;
    flex-wrap: wrap;
}

.iust-social-icon {
    width: 42px;
    height: 42px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    color: #fff;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

    .iust-social-icon * {
        color: #fff;
    }

    .iust-social-icon:hover {
        background: #ffb606;
        color: #001f3f;
        transform: translateY(-5px);
    }
/* Mobile Fixes */
@media (max-width: 992px) {
    .iust-footer-container {
        flex-direction: column;
        text-align: center;
        gap: 40px;
    }

    .iust-social-elegant {
        text-align: center;
    }

    .iust-social-icons {
        justify-content: center;
    }

    .iust-visitors-cards {
        gap: 25px;
    }

    .iust-visitor-number {
        font-size: 2rem;
    }
}

@media (max-width: 480px) {
    .iust-contact-title, .iust-visitors-title, .iust-social-title {
        font-size: 1.2rem;
    }

    .iust-contact-text {
        font-size: 0.9rem;
    }

    .iust-visitor-card {
        padding: 18px 30px;
    }

    .iust-visitor-number {
        font-size: 1.9rem;
    }

    .iust-social-icon {
        width: 38px;
        height: 38px;
        font-size: 1.2rem;
    }
}




/* Events Held */



.events-container {
    max-width: 1200px;
    margin: 0 auto;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.events-header {
    /* font-size: 1.4rem;
					font-weight: 600; */
    color: #002147;
    padding: 20px 40px;
    border-bottom: 1px solid #eee;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.events-tabs {
    display: flex;
    background: #f9f9f9;
    border-bottom: 1px solid #eee;
}

.events-tab {
    padding: 15px 30px;
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    color: #666;
    transition: all 0.3s;
}

    .events-tab:hover {
        color: #002147;
        background-color: #fdc800;
    }

    .events-tab.active {
        background: #fdc800;
        color: #002147;
        font-weight: 600;
        border-bottom: 3px solid #002147;
    }

.events-content {
    padding: 10px 40px;
}

.tab-pane {
    display: none;
}

    .tab-pane.active {
        display: block;
    }

.event-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.event-item {
    /* padding: 20px 0; */
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: flex-start;
}

    .event-item:last-child {
        border-bottom: none;
    }

.event-date {
    /* min-width: 120px; */
    min-width: 80px;
    font-weight: 600;
    color: #002147;
    font-size: 14px;
    margin: 6px;
}

    .event-date i {
        margin-right: 8px;
        color: #fdc800;
    }

.event-details {
    flex-grow: 1;
    padding-left: 7px;
    padding-top: 6px;
}

.event-title {
    font-size: 14px;
    color: #333;
    margin: 0 0 8px 0;
    line-height: 1.5;
    font-weight: normal;
}

    .event-title a {
        color: #333;
        text-decoration: none;
    }

        .event-title a:hover {
            color: #0073e6;
        }

.view-all-btn {
    display: block;
    margin: 30px auto 0;
    padding: 12px 30px;
    background: #002147;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 1rem;
    cursor: pointer;
    transition: background 0.3s;
}

    .view-all-btn:hover {
        background: #fdc800;
        color: #333;
    }

/* Responsive */
@media (max-width: 768px) {
    .events-tabs {
        flex-direction: column;
    }

    .events-content {
        padding: 20px;
    }

    .event-item {
        flex-direction: column;
        flex-direction: row;
    }

    .event-date {
        margin-bottom: 10px;
    }

    .notif-buttons {
        display: unset;
    }

    .notif-icon {
        visibility: hidden;
    }
}




/* Date Events CSS */

.date-badge {
    max-width: 55px; /* Adjust size as needed */
    /* height: 90px; */
    background-color: #002147; /* Dark blue for bottom */
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    border-radius: 8px; /* Slight rounding for a badge look */
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Optional shadow for depth */
    display: flex;
    flex-direction: column;
    margin: 6px;
}

.date-top {
    background-color: #fdc800;
    ; /* Yellow/gold for top */
    /*flex: 1.2;  Makes top slightly taller */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px; /* 48px;Large day number */
    font-weight: bold;
    color: #002147;
}

.date-bottom {
    /* 	flex: 1;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 16px;
}

.month {
    font-weight: bold;
    font-size: 14px;
}

.year {
    font-size: 14px;
}

article {
    text-align: justify;
}



img.wp-smiley,
img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 0.07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}

/* # sourceURL=wp-emoji-styles-inline-css */




/*! This file is auto-generated */
.wp-block-button__link {
    color: #fff;
    background-color: #32373c;
    border-radius: 9999px;
    box-shadow: none;
    text-decoration: none;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    font-size: 1.125em
}

.wp-block-file__button {
    background: #32373c;
    color: #fff;
    text-decoration: none
}




#yith-quick-view-modal .yith-quick-view-overlay {
    background: rgba(0, 0, 0, 0.8)
}

#yith-quick-view-modal .yith-wcqv-main {
    background: #ffffff;
}

#yith-quick-view-close {
    color: #cdcdcd;
}

    #yith-quick-view-close:hover {
        color: #ff0000;
    }




:root {
    --rounded-corners-radius: 16px;
    --add-to-cart-rounded-corners-radius: 16px;
    --feedback-duration: 3s
}

:root {
    --rounded-corners-radius: 16px;
    --add-to-cart-rounded-corners-radius: 16px;
    --feedback-duration: 3s
}

/*# sourceURL=yith-wcwl-main-inline-css */





img:is([sizes=auto i], [sizes^="auto," i]) {
    contain-intrinsic-size: 3000px 1500px
}

/*# sourceURL=wp-img-auto-sizes-contain-inline-css */



[data-font="FontAwesome"]:before {
    font-family: 'FontAwesome' !important;
    content: attr(data-icon) !important;
    speak: none !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    line-height: 1 !important;
    font-style: normal !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}

/*# sourceURL=font-awesome-inline-css */




.entry-banner {
    background: url(~/content/themes/primary/assets/img/banner.jpg) no-repeat scroll center center / cover;
}

.content-area {
    padding-top: 0px;
    padding-bottom: 0px;
}

#learn-press-block-content span {
    background-image: url("/content/themes/primary/assets/img/preloader.gif");
}

/*# sourceURL=eikra-style-inline-css */





@media all and (max-width: 767px) {
    html #wpadminbar {
        position: fixed;
    }
}

/*# sourceURL=eikra-learnpress-inline-css */




.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload),
.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload) * {
    background-image: none !important;
}

@media screen and (max-height: 1024px) {

    .e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload),
    .e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload) * {
        background-image: none !important;
    }
}

@media screen and (max-height: 640px) {

    .e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload),
    .e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload) * {
        background-image: none !important;
    }
}


.wpb_animate_when_almost_visible {
    opacity: 1;
}


[data-font="Dashicons"]:before {
    font-family: 'Dashicons' !important;
    content: attr(data-icon) !important;
    speak: none !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    line-height: 1 !important;
    font-style: normal !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}

/*# sourceURL=dashicons-inline-css */
