.bg-theam {
    background-color: #0e1a40;
}

a {
    text-decoration: none;
}

@font-face {
    font-family: 'Vivace';
    src: url(../font/E111Viva.ttf) format("truetype");
}

/* Open Sans font class */
@font-face {
    font-family: 'Opensans' !important;
    src: url(https://dpsdwarka.com/website/dpsdwarka/font/OpenSans-Regular.ttf) format("truetype");
}

.font-open-sans {
    font-family: 'Opensans' !important;
}

/* header css start */
.main-hero-section {
    position: relative;
}

.school-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background: linear-gradient(to bottom, rgb(14 26 64 / 82%), transparent);
    z-index: -1;
}

.container-top-bottom-space {
    padding-top: 60px;
    padding-bottom: 60px;
}

.school-logo {
    width: 120px;
    height: 120px;
}

.head-school-name {
    font-family: 'Vivace';
    color: #ffffff;
    white-space: nowrap;
    font-size: 50px;
    font-family: 'Vivace';
}

.school-header {
    margin-top: 0;
    position: absolute;
    z-index: 9;
    width: 100%;
    right: 0;
    left: 0;
    top: 0;
}

.hero-section-head {
    width: 100%;
    padding-left: 90px;
    padding-bottom: 50px;
    padding-right: 90px;
    padding-top: 16px;
}

.head-navbutton {
    display: flex;
    gap: 8px;
    justify-content: center;
}

.head-navbutton a {
    color: #0b2c69;
    background-color: #ffffff;
    font-size: 24px;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 28px;
}

.hero-bottom-marquee {
    color: #ffff00;
    font-size: 16px;
    background: #0e1a40;
    padding: 6px 0;
    display: block;
    width: 100%;
    cursor: pointer;
    margin-top: -2px;
}

.background-video .BannerVideo {
    overflow-clip-margin: inherit;
    object-fit: cover;
    width: 100%;
    height: 100%;
    margin-bottom: -5px;
}

.about-section {
    padding: 24px;
}

.head-title {
    color: #0e1a40;
    font-size: 42px;
    font-family: 'Vivace';
    font-weight: 700;
    margin: 0 0 36px;
}

.about-paragrah {
    font-size: 18px;
    color: #0e1a40;
}

@media screen and (max-width: 768px) {
    .head-school-name {
        display: none;
    }

    .hero-section-head {
        padding-left: 28px;
        padding-right: 28px;
    }

    .school-logo {
        width: 80px;
        height: 80px;
    }

    .head-title {
        font-size: 24px;
    }

    .about-section {
        padding: 24px;
    }

}

.nav-pills.header-navbar .nav-link {
    color: #fff;
    padding: 0;
    font-size: 20px;
    margin-bottom: 6px;
    font-family: 'Opensans' !important;
}

.nav-pills.header-navbar .nav-link svg {
    width: 36px;
    height: 36px;
    padding: 10px;
}

.nav-pills.header-navbar .nav-link.active,
.nav-pills.header-navbar .show>.nav-link {
    background: none;
    color: #ffc45c;
}

.nav-pills.header-navbar .nav-link:focus,
.nav-pills.header-navbar .nav-link:hover {
    background: none;
    color: #ffc45c;
}

.nav-pills.header-navbar .nav-link.active svg {
    fill: #ffcc00;
    background-color: #418266;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: contain;
    padding: 10px;
}

.header-navbar-tab-content ul li a {
    font-size: 20px;
    font-family: 'Opensans';
    color: #fff;
    display: block;
    margin-bottom: 6px;
}

.header-navbar-tab-content ul li a:hover {
    color: #ffc45c;
}

/* Campus Times Slider Styles */
.news-item {
    padding: 0 15px;
    margin-bottom: 20px;
}

/* Horizontal Card Layout */

.horizontal-card .news-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
}

.horizontal-card .news-content {
    padding: 16px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.news-category {
    background: #0e1a40;
    color: white;
    font-size: 11px;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 20px;
    display: inline-block;
    width: fit-content;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.news-content h4 {
    color: #0e1a40;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
    line-height: 1.4;
    font-family: 'Vivace', sans-serif;
}

.news-date {
    color: #666;
    font-size: 13px;
    margin-bottom: 12px;
    font-weight: 500;
}

.news-date i {
    margin-right: 5px;
    color: #0e1a40;
}

.news-content p {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 15px;
    flex-grow: 1;
}

.read-more-btn {
    color: #0e1a40;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: all 0.3s ease;
    align-self: flex-start;
}

.read-more-btn:hover {
    color: #0e1a40;
    border-bottom-color: #0e1a40;
}

.read-more-btn i {
    margin-left: 5px;
    transition: transform 0.3s ease;
}

.read-more-btn:hover i {
    transform: translateX(3px);
}

/* Slick Slider Custom Styles */
.achievement-card {
    background-color: #fff;
    padding: 16px;
    border-radius: 16px;
}

.achievement-times-slider .slick-dots {
    bottom: -50px;
}

.achievement-times-slider .slick-dots li button:before {
    color: #0e1a40;
    font-size: 12px;
}

.achievement-times-slider .slick-dots li.slick-active button:before {
    color: #ffc45c;
}

.achievement-times-slider .slick-prev,
.achievement-times-slider .slick-next {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    z-index: 2;
}

.achievement-times-slider .slick-prev:before,
.achievement-times-slider .slick-next:before {
    color: #0e1a40;
    font-size: 20px;
}

.achievement-times-slider .slick-prev {
    left: -25px;
}

.achievement-times-slider .slick-next {
    right: -25px;
}

@media (max-width: 768px) {
    .achievement-times-slider .slick-prev {
        left: 10px;
    }

    .achievement-times-slider .slick-next {
        right: 10px;
    }

    .horizontal-card {
        height: auto;
    }

    .horizontal-card .row {
        flex-direction: column;
    }

    .horizontal-card .news-image {
        height: 200px;
    }

    .news-content h4 {
        font-size: 18px;
    }

    .news-content p {
        font-size: 13px;
    }

    .horizontal-card .news-content {
        padding: 12px;
    }
}

.campus-news-item {
    color: #fff;
    border-bottom: 2px dotted #fff;
    padding: 6px 0;
}

ul.quick-links {
    padding: 0;
    list-style: none;
    display: flex;
    gap: 66px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
}

ul.quick-links li {
    text-align: center;
    color: #fff;
}

ul.quick-links li .title {
    margin: 4px 0 0 0;
}

ul.quick-links li a {
    background-color: #fff;
    width: 110px;
    height: 100px;
    text-align: center;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

ul.quick-links li a img {
    width: 48px;
    height: 48px;
    transition: all 0.3s ease;
}

ul.quick-links li a:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

ul.quick-links li a:hover img {
    transform: scale(1.2);
    transition: transform 0.3s ease;
}

/* Footer Styles */
footer.bg-theam {
    background: linear-gradient(135deg, #0e1a40 0%, #0e1a40 100%);
    position: relative;
}

footer.bg-theam::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="0.5" fill="rgba(255,255,255,0.05)"/><circle cx="75" cy="75" r="0.3" fill="rgba(255,255,255,0.03)"/><circle cx="50" cy="10" r="0.4" fill="rgba(255,255,255,0.04)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    pointer-events: none;
}

.footer-logo {
    width: 64px;
    height: 64px;
    border-radius: 8px;
    background: white;
    padding: 2px;
}

.footer-school-name {
    font-family: 'Vivace', sans-serif;
    font-size: 20px;
    color: #fff;
    margin-bottom: 4px;
}

.footer-tagline {
    font-size: 12px;
    color: #ffc45c;
    font-weight: 500;
}

.footer-description {
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 20px;
}

.footer-social-links {
    margin-top: 15px;
}

.social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
    border-radius: 50%;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 16px;
}

.social-link:hover {
    background-color: #ffc45c;
    color: #0e1a40;
    transform: translateY(-2px);
}

.footer-heading {
    font-family: 'Vivace', sans-serif;
    font-size: 18px;
    color: #ffc45c;
    margin-bottom: 15px;
    position: relative;
}

.footer-heading::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #ffc45c;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 8px;
}

.footer-link {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
    display: inline-block;
}

.footer-link:hover {
    color: #ffc45c;
    padding-left: 5px;
}

.contact-info {
    font-size: 14px;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.contact-icon {
    width: 20px;
    color: #ffc45c;
    font-size: 16px;
    margin-top: 2px;
}

.contact-details {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.5;
}

.contact-details strong {
    color: #fff;
    display: block;
    margin-bottom: 2px;
}

.footer-bottom {
    background-color: rgba(0, 0, 0, 0.2);
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-copyright {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
}

.footer-bottom-links {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.footer-bottom-link {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

.footer-bottom-link:hover {
    color: #ffc45c;
}

/* Responsive Footer Styles */
@media (max-width: 768px) {
    .footer-school-name {
        font-size: 18px;
    }

    .footer-logo {
        width: 50px;
        height: 50px;
    }

    .footer-section {
        margin-bottom: 30px;
    }

    .footer-bottom-links {
        justify-content: center;
        margin-top: 10px;
    }

    .contact-item {
        margin-bottom: 20px;
    }

    .social-link {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }
}

/* Grandeur Carousel Styles */
.grandeur-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.grandeur-carousel {
    padding: 20px 0;
}

.grandeur-item {
    padding: 0 10px;
}

.grandeur-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    height: 100%;
}

.grandeur-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.grandeur-image-container {
    position: relative;
    height: 400px;
    overflow: hidden;
}

.grandeur-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.grandeur-card:hover .grandeur-image {
    transform: scale(1.05);
}

.grandeur-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top,
            rgba(0, 92, 52, 0.9) 0%,
            rgba(0, 92, 52, 0.7) 50%,
            transparent 100%);
    padding: 30px 20px 20px;
    transform: translateY(100%);
    transition: transform 0.4s ease;
}

.grandeur-card:hover .grandeur-overlay {
    transform: translateY(0);
}

.grandeur-title {
    color: white;
    text-align: center;
}

.grandeur-title h4 {
    font-family: 'Vivace', sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #fff;
}

.grandeur-title p {
    font-size: 14px;
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.4;
}

/* Owl Carousel Custom Navigation */
.grandeur-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    pointer-events: none;
}

.grandeur-carousel .owl-nav button {
    position: absolute;
    width: 50px;
    height: 50px;
    background: rgba(255, 196, 92, 0.9) !important;
    border-radius: 50%;
    border: none;
    color: #0e1a40 !important;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    pointer-events: all;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.grandeur-carousel .owl-nav button:hover {
    background: #ffc45c !important;
    transform: scale(1.1);
}

.grandeur-carousel .owl-nav .owl-prev {
    left: -25px;
}

.grandeur-carousel .owl-nav .owl-next {
    right: -25px;
}

.grandeur-carousel .owl-nav button span {
    font-size: 20px;
    font-weight: bold;
}

/* Owl Carousel Dots */
.grandeur-carousel .owl-dots {
    text-align: center;
    margin-top: 30px;
}

.grandeur-carousel .owl-dots .owl-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: rgba(0, 92, 52, 0.3);
    border-radius: 50%;
    margin: 0 5px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.grandeur-carousel .owl-dots .owl-dot.active,
.grandeur-carousel .owl-dots .owl-dot:hover {
    background: #0e1a40;
    transform: scale(1.2);
}

/* Alternative overlay style - always visible */
.grandeur-overlay-always {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top,
            rgba(0, 92, 52, 0.8) 0%,
            rgba(0, 92, 52, 0.4) 70%,
            transparent 100%);
    padding: 20px;
    transform: translateY(0);
}

/* Responsive Styles */
@media (max-width: 1200px) {
    .grandeur-image-container {
        height: 350px;
    }
}

@media (max-width: 768px) {
    .grandeur-image-container {
        height: 300px;
    }

    .grandeur-title h4 {
        font-size: 16px;
    }

    .grandeur-title p {
        font-size: 13px;
    }

    .grandeur-carousel .owl-nav button {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .grandeur-carousel .owl-nav .owl-prev {
        left: -20px;
    }

    .grandeur-carousel .owl-nav .owl-next {
        right: -20px;
    }
}

@media (max-width: 576px) {
    .grandeur-image-container {
        height: 250px;
    }

    .grandeur-overlay {
        padding: 20px 15px 15px;
    }
}

/* About Page Styles */
.about-hero-section {
    padding: 180px 0 60px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.about-hero-title {
    font-family: 'Vivace', sans-serif;
    font-size: 48px;
    color: #0e1a40;
    font-weight: 700;
    margin-bottom: 20px;
}

.about-hero-subtitle {
    font-size: 24px;
    color: #ffc45c;
    font-weight: 600;
    margin-bottom: 20px;
}

.about-hero-description {
    font-size: 18px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 0;
}

.about-hero-image img {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

/* Principal's Message Section */
.principals-message-section {
    background-color: #f8f9fa;
}

.principal-image-card {
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    height: 100%;
}

.principal-image {
    width: 200px;
    height: 250px;
    object-fit: cover;
    border-radius: 15px;
    margin-bottom: 20px;
    border: 4px solid #ffc45c;
}

.principal-info h4 {
    font-family: 'Vivace', sans-serif;
    color: #0e1a40;
    font-size: 24px;
    margin-bottom: 5px;
}

.principal-info p {
    color: #666;
    margin-bottom: 5px;
}

.principal-qualification {
    font-size: 14px;
    color: #999;
    font-style: italic;
}

.principal-message-content {
    padding: 20px 0;
}

.message-quote {
    background: linear-gradient(135deg, #0e1a40, #418266);
    padding: 30px;
    border-radius: 15px;
    margin-bottom: 30px;
    position: relative;
}

.quote-icon {
    font-size: 40px;
    color: #ffc45c;
    margin-bottom: 15px;
}

.message-quote .lead {
    color: #fff;
    font-size: 20px;
    font-style: italic;
    margin: 0;
    line-height: 1.5;
}

.message-content p {
    font-size: 16px;
    line-height: 1.7;
    color: #666;
    margin-bottom: 20px;
}

.principal-signature {
    border-top: 2px solid #ffc45c;
    padding-top: 20px;
    margin-top: 30px;
}

.signature-name {
    font-family: 'Vivace', sans-serif;
    font-size: 20px;
    color: #0e1a40;
    margin-bottom: 5px;
}

.signature-title {
    color: #666;
    font-size: 14px;
    margin: 0;
}

/* Vision & Mission Section */
.vision-mission-section {
    background: #fff;
}

.vision-card,
.mission-card {
    background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
    border-radius: 20px;
    padding: 40px 30px;
    height: 100%;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.vision-card:hover,
.mission-card:hover {
    transform: translateY(-5px);
}

.vm-icon-container {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #0e1a40, #418266);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
}

.vm-icon {
    font-size: 35px;
    color: #fff;
}

.vm-title {
    font-family: 'Vivace', sans-serif;
    font-size: 28px;
    color: #0e1a40;
    margin-bottom: 20px;
}

.vm-content {
    font-size: 16px;
    line-height: 1.7;
    color: #666;
    margin-bottom: 25px;
}

.vm-features {
    text-align: left;
}

.feature-item {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    font-size: 14px;
    color: #0e1a40;
}

.feature-icon {
    width: 20px;
    color: #ffc45c;
    margin-right: 10px;
}

/* Heritage Section */
.heritage-section {
    background: linear-gradient(135deg, #0e1a40 0%, #0e1a40 100%);
}

.heritage-timeline {
    position: relative;
    padding-left: 30px;
}

.heritage-timeline::before {
    content: '';
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #ffc45c;
}

.timeline-item {
    position: relative;
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.timeline-item::before {
    content: '';
    position: absolute;
    left: -37px;
    top: 5px;
    width: 12px;
    height: 12px;
    background: #ffc45c;
    border-radius: 50%;
    border: 3px solid #0e1a40;
}

.timeline-year {
    background: #ffc45c;
    color: #0e1a40;
    padding: 8px 15px;
    border-radius: 20px;
    font-weight: bold;
    font-size: 14px;
    min-width: 80px;
    text-align: center;
}

.timeline-content h5 {
    color: #ffc45c;
    margin-bottom: 8px;
    font-size: 18px;
}

.timeline-content p {
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
}

.heritage-stats {
    padding: 20px;
}

.stat-card {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 25px 20px;
    text-align: center;
    transition: transform 0.3s ease;
}

.stat-card:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.15);
}

.stat-number {
    font-family: 'Vivace', sans-serif;
    font-size: 36px;
    color: #ffc45c;
    font-weight: bold;
    margin-bottom: 5px;
}

.stat-label {
    color: #fff;
    font-size: 14px;
    margin: 0;
}

/* Core Values Section */
.core-values-section {
    background: #f8f9fa;
}

.value-card {
    background: #fff;
    border-radius: 20px;
    padding: 40px 25px;
    text-align: center;
    height: 100%;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.value-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.value-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #0e1a40, #418266);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    transition: transform 0.3s ease;
}

.value-card:hover .value-icon {
    transform: scale(1.1);
}

.value-icon i {
    font-size: 30px;
    color: #fff;
}

.value-card h4 {
    font-family: 'Vivace', sans-serif;
    font-size: 20px;
    color: #0e1a40;
    margin-bottom: 15px;
}

.value-card p {
    font-size: 14px;
    line-height: 1.6;
    color: #666;
    margin: 0;
}

/* Responsive Styles for About Page */
@media (max-width: 768px) {
    .about-hero-title {
        font-size: 36px;
    }

    .about-hero-subtitle {
        font-size: 20px;
    }

    .about-hero-description {
        font-size: 16px;
    }

    .principal-image {
        width: 150px;
        height: 180px;
    }

    .vm-title {
        font-size: 24px;
    }

    .timeline-item {
        flex-direction: column;
        gap: 10px;
    }

    .timeline-year {
        align-self: flex-start;
    }

    .stat-number {
        font-size: 28px;
    }

    .heritage-timeline {
        padding-left: 20px;
    }

    .timeline-item::before {
        left: -27px;
    }
}

/* Contact Page Styles */
.contact-hero-section {
    padding: 180px 0 60px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.contact-hero-title {
    font-family: 'Vivace', sans-serif;
    font-size: 48px;
    color: #0e1a40;
    font-weight: 700;
    margin-bottom: 20px;
}

.contact-hero-subtitle {
    font-size: 24px;
    color: #ffc45c;
    font-weight: 600;
    margin-bottom: 20px;
}

.contact-hero-description {
    font-size: 18px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 30px;
}

.contact-quick-info {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.quick-info-item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    color: #0e1a40;
    font-weight: 500;
}

.quick-info-item i {
    width: 20px;
    color: #ffc45c;
    font-size: 18px;
}

.contact-hero-image img {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

/* Contact Info Cards */
.contact-info-section {
    background-color: #f8f9fa;
}

.contact-info-card {
    background: #fff;
    border-radius: 20px;
    padding: 40px 30px;
    height: 100%;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.contact-info-card:hover {
    transform: translateY(-5px);
}

.contact-icon-container {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #0e1a40, #418266);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
}

.contact-info-card h4 {
    font-family: 'Vivace', sans-serif;
    font-size: 24px;
    color: #0e1a40;
    margin-bottom: 20px;
}

.contact-details p {
    color: #666;
    margin-bottom: 8px;
    line-height: 1.5;
}

.contact-details strong {
    color: #fff;
}

.contact-link {
    color: #ffc45c;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.contact-link:hover {
    color: #0e1a40;
}

/* Contact Form */
.contact-form-section {
    background: #fff;
}

.contact-form-container {
    background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
    border-radius: 20px;
    padding: 50px 40px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.form-header .head-title {
    margin-bottom: 15px;
}

.form-subtitle {
    font-size: 16px;
    color: #666;
    margin-bottom: 0;
}

.form-label {
    font-weight: 600;
    color: #0e1a40;
    margin-bottom: 8px;
}

.contact-input {
    border: 2px solid #e9ecef;
    border-radius: 10px;
    padding: 12px 15px;
    font-size: 14px;
    transition: all 0.3s ease;
}

.contact-input:focus {
    border-color: #ffc45c;
    box-shadow: 0 0 0 0.2rem rgba(255, 196, 92, 0.25);
    outline: none;
}

.contact-submit-btn {
    background: linear-gradient(135deg, #0e1a40, #418266);
    color: #fff;
    border: none;
    padding: 15px 40px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.contact-submit-btn:hover {
    background: linear-gradient(135deg, #418266, #0e1a40);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 92, 52, 0.3);
}

/* Office Hours Section */
.office-hours-section {
    background: linear-gradient(135deg, #0e1a40 0%, #0e1a40 100%);
}

.hours-schedule {
    margin-top: 30px;
}

.schedule-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    margin-bottom: 12px;
    transition: background 0.3s ease;
}

.schedule-item:hover {
    background: rgba(255, 255, 255, 0.15);
}

.schedule-item.special {
    background: rgba(255, 196, 92, 0.2);
    border: 1px solid #ffc45c;
}

.schedule-day {
    font-weight: 600;
    color: #fff;
}

.schedule-time {
    color: #ffc45c;
    font-weight: 500;
}

/* Departments */
.departments-list {
    margin-top: 30px;
}

.department-item {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    margin-bottom: 15px;
    transition: all 0.3s ease;
}

.department-item:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateX(5px);
}

.dept-icon {
    width: 60px;
    height: 60px;
    background: #ffc45c;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.dept-icon i {
    font-size: 24px;
    color: #0e1a40;
}

.dept-info h5 {
    color: #ffc45c;
    margin-bottom: 5px;
    font-size: 18px;
}

.dept-info p {
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 5px;
    font-size: 14px;
}

.dept-info span {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
}

/* FAQ Section */
.contact-faq-section {
    background: #f8f9fa;
}

.contact-accordion .accordion-item {
    border: none;
    margin-bottom: 15px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.contact-accordion .accordion-button {
    background: #fff;
    color: #0e1a40;
    font-weight: 600;
    font-size: 16px;
    padding: 20px 25px;
    border: none;
    border-radius: 15px;
}

.contact-accordion .accordion-button:not(.collapsed) {
    background: linear-gradient(135deg, #0e1a40, #418266);
    color: #fff;
    box-shadow: none;
}

.contact-accordion .accordion-button:focus {
    box-shadow: none;
    border: none;
}

.contact-accordion .accordion-body {
    padding: 20px 25px;
    background: #fff;
    color: #666;
    line-height: 1.6;
}

/* Map Section */
.map-section {
    margin-top: 0;
}

.map-section iframe {
    filter: grayscale(20%);
    transition: filter 0.3s ease;
}

.map-section iframe:hover {
    filter: grayscale(0%);
}

/* Responsive Styles for Contact Page */
@media (max-width: 768px) {
    .contact-hero-title {
        font-size: 36px;
    }

    .contact-hero-subtitle {
        font-size: 20px;
    }

    .contact-hero-description {
        font-size: 16px;
    }

    .contact-form-container {
        padding: 30px 25px;
    }

    .quick-info-item {
        font-size: 14px;
    }

    .department-item {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }

    .schedule-item {
        flex-direction: column;
        text-align: center;
        gap: 8px;
    }

    .contact-info-card {
        padding: 30px 20px;
    }
}
.birthday-iframe::-webkit-scrollbar {
    display: none;
}

.birthday-iframe {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}
.offcanvas-header.justify-content-between img.img-fluid {
    width: 100px;
    border-radius: 18px;
    background: white;
    padding: 2px;
}