.swiper-creative .swiper-slide {
    background-size: cover;
    background-position: center;
}
/* .banner-content .col-md-6 {
    background: #ffffffed;
}*/
 .swiper-content {
box-shadow: rgb(255 255 255 / 84%) 0px 0px 0px 6vmax;
clip-path: inset(0px -100vmax);
background-color:#ffffffd1;
}   

/* focus section */
.focus-card {
    transition: transform 0.2s;
    height: 100%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0);
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
    border:1px solid transparent;
}
.focus-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    border-color:#1a1668 ;
}

.focus-card img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
.section-title {
    color: #006699;
    font-size:clamp(1.8rem, 4vw,  2.5rem);
    font-weight: bold;
    margin-bottom: 1rem;
}
.card-title {
    font-weight: 600;
    color: #000;
    padding: 1rem 0 0.5rem 0.5rem;
}
.staff-section .card-title{
    padding: 1rem 0 0.5rem 0.6rem;
}
.calendar-sec .card-title{
    padding: 1rem 0 0.5rem 0;
}
.card-body {
    padding: 0.5rem;
    background: white;
}
.staff-section .card-body  {
    background: transparent;
}
p.card-text {
    color: #000;
}
.container {
    max-width:96%;
    margin: 0 auto ;
}

/* staff section */
section.resource-sec {
    background: #f1f1f1;
}
/* resources section */
.resources-title {
    color: #006699;
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 2rem;
}
section.resource-sec p.resource-text a {
    color: #fff;
}
.resource-card {
    background-color: #004d5d;
    color: white;
    padding: 2rem 1.5rem;
    height: 100%;
    transition: all 0.3s ease;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 150px;
    border-radius: 4px;
}

.resource-card:hover {
    background-color: #006272;
    transform: translateY(-5px);
    cursor: pointer;
}

.resource-text {
    font-size: 1.25rem;
    font-weight: 500;
    margin: 0;
    line-height: 1.4;
}
/* active slider */

.swiper-slide {
    opacity: 0 !important;
}.swiper-slide-active {
    opacity: 1 !important;
}
/* detail page */

.sidebar .nav-item {
    width: 100%;
    text-align: center;
    border: 1px solid #ccc;
    background-color: #e6e6e6;
}

.sidebar .nav-item a {
    display: block;
    padding: 10px;
    color: #000;
    text-decoration: none;
}

.sidebar .nav-item.active {
    background-color: #08638f;
}

.sidebar .nav-item.active a {
    color: #fff;
}

.main-content {
    padding: 20px;
    padding-top: 0;
}

.main-content h1 {
    margin-bottom: 20px;
    font-size: clamp(1.4rem, 4vw, 2rem);
}
.library-image {
    width: 400px;
    height: auto;
    display: block;
    margin: 20px 0;
}

.content-text {
    line-height: 1.6;
}
/* event list view styling */
.event-view-item h1 {
    font-size: clamp(1.4rem, 4vw, 1.8rem);
}
.event-view-item h2 {
    font-size: clamp(1.1rem, 4vw, 1.3rem);
    margin-top: -16px;
    margin-bottom: 1.2rem;
}
a.active {
    color: var(--secondary) !important;
}
.header-nav .nav>li.has-mega-menu > ul.mega-menu a.active {
    color: orange !important;
}
.form-group {
    margin-bottom: 1rem;
}
/* slider layer */
.swiper-slide {
    position: relative;
}

.swiper-slide:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 55%;
    background: #1c1c1b6b;
    height: 100%;
}
/* detail page */
.main-content h2 {
    font-size: clamp(20px,4vw,28px);
    font-weight: 800;
}
.main-content h3 {
    font-size: clamp(18px, 4vw, 24px);
    color: #000;
}
ul.nav.nav-pills {
    background: #f4f2f2;
    border-radius: 5px;
}
.content-text a {
    line-height: 2;
}
.footer-bottom {
    position: relative;
    z-index: 99;
    background: #1f1f1f;
}
.footer-bottom p {
    color: #fff !important;
}
.footer-top {
    padding-bottom: 0 !important;
}
.head_img_holder img[src="/assets/images/logo.svg"] {
    opacity: 0.4;
    mix-blend-mode: luminosity;
}