body {
        margin: 0;
        font-family: "Lato", sans-serif;
        overflow-x: hidden;
    }

    .navbar-logo {
        position: relative;
        background: url('images/back12.jpg');
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        padding: 0.8rem 1.5rem;
        box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
        transition: all .3s ease;
    }

    .navbar {
        position: sticky;
        top: 0;
        z-index: 9999;
        background: #0e3a66 !important;
        padding: 0.8rem 1.5rem;
        box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
        transition: all .3s ease;
        align-items: center;
    }

    .navbar.scrolled {
        background: #082849;
        box-shadow: 0 3px 20px rgba(0, 0, 0, 0.2);
    }


    .navbar-brand {
        width: inherit;
        display: flex;
        justify-content: center;
        text-align: center;
        align-items: center;
        gap: 40px;
        font-weight: bolder;
        font-size: 2.5rem;
    }

    .navbar-brand img {
        height: 105px;
        width: 105px;
        object-fit: contain;
        background: #ffffff;
        border-radius: 50%;
        padding: 6px;
        box-shadow: 0 4px 15px rgba(255, 255, 255, 0.3);
        transition: transform .3s ease;
    }

    @media(max-width:822px){
        .navbar-brand img{
            height: 66px;
        width: 66px;
        }
        .navbar-brand{
            font-size: 1.5rem;
            gap: 20px;
        }
    }

    @media(max-width:396px){
        .navbar-brand img{
            height: 50px;
        width: 50px;
        }
        .navbar-brand{
            font-size: 1rem;
            gap: 10px;
        }
    }

    .navbar-brand img:hover {
        transform: scale(1.08);
    }

    .nav-link {
        color: #f1f4ff !important;
        font-weight: 500;
        /* margin: 0 10px; */
        font-size: 0.95rem;
        letter-spacing: 0.3px;
        padding: 8px 5px;
        position: relative;
        transition: .3s ease;
    }

    @media(max-width:1280px){
        .nav-link{
            font-size: 0.7rem !important;
        }
    }

    @media(max-width:1200px){
        .nav-link{
            font-size: 0.5rem !important;
        }
    }

    .nav-link:hover {
        color: #a8c7ff !important;
    }

    /* Underline hover effect */
    .nav-link::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -4px;
        height: 2px;
        background: #a8c7ff;
        width: 0%;
        transition: width .3s ease;
    }

    .nav-link:hover::after {
        width: 100%;
    }

    /* Donate Button */
    .btn-donate {
        background: #ffce00;
        color: #0e2a50;
        font-weight: 700;
        padding: 8px 20px;
        border-radius: 25px;
        border: none;
        transition: .3s ease;
        margin-left: 10px;
    }

    .btn-donate:hover {
        background: #ffd738;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(255, 206, 0, 0.4);
    }

    .navbar-toggler {
        border: none;
        filter: invert(100%);
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .top-section {
        background: black;
        color: #fff;
        font-size: 14px;
        box-shadow: 0 4px 18px rgba(2, 20, 40, 0.12);
    }

    .top-section .top-inner {
        padding: 8px 0;
    }

    .top-link {
        color: rgba(255, 255, 255, 0.95);
        text-decoration: none;
        font-weight: 600;
    }

    .top-link:hover {
        text-decoration: underline;
        color: #ffd54a;
    }

    .top-social a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 36px;
        height: 36px;
        margin-left: 8px;
        border-radius: 50%;
        color: #fff;
        transition: transform .18s ease, box-shadow .18s ease;
        box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
        text-decoration: none;
        font-size: 15px;
    }

    .top-social a:hover {
        transform: translateY(-3px);
        box-shadow: 0 10px 22px rgba(0, 0, 0, 0.18);
    }

    @media(max-width:590px){
        .top-social a{
            width: 24px;
            height: 24px;
            font-size: 12px;
            margin-left: 5px;
        }
        .top-section{
            font-size: 10px;
        }
    }

    .top-social .fb {
        background: #1877f2;
    }

    .top-social .ig {
        background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    }

    .top-social .tw {
        background: #1DA1F2;
    }

    .top-social .yt {
        background: #FF0000;
    }


    .custom-navbar {
        background: #0e3a66;
        padding: 0.8rem 1.2rem;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    }

    .custom-navbar .nav-link {
        color: #eaf2ff !important;
        font-weight: 500;
        margin: 0 8px;
        font-size: 0.95rem;
        position: relative;
        display: flex;
        align-items: center;
        gap: 6px;
        transition: .3s ease;
    }

    .custom-navbar .nav-link i {
        font-size: 15px;
    }

    .custom-navbar .nav-link:hover {
        color: #ffdd57 !important;
        transform: translateY(-2px);
    }

    /* Underline Hover Effect */
    .custom-navbar .nav-link::after {
        content: "";
        position: absolute;
        bottom: -4px;
        left: 0;
        height: 2px;
        width: 0%;
        background: #ffdd57;
        transition: width .3s ease;
    }

    .custom-navbar .nav-link:hover::after {
        width: 100%;
    }

    /* Active Link */
    .custom-navbar .nav-link.active {
        color: #ffdd57 !important;
        font-weight: 600;
    }

    .custom-navbar .nav-link.active::after {
        width: 100%;
    }

    .navbar-toggler {
        filter: brightness(0) invert(1);
        border: none;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .custom-navbar {
        display: flex;
        justify-content: center;
        background: #0e3a66;
        padding: 0.8rem 1.2rem;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    }

    .custom-navbar .nav-link {
        color: #eaf2ff !important;
        font-weight: 500;
        margin: 0 8px;
        font-size: 0.95rem;
        position: relative;
        display: flex;
        align-items: center;
        gap: 6px;
        transition: .3s ease;
    }

    .custom-navbar .nav-link i {
        font-size: 15px;
    }

    .custom-navbar .nav-link:hover {
        color: #ffdd57 !important;
        transform: translateY(-2px);
    }

    /* Underline Hover Effect */
    .custom-navbar .nav-link::after {
        content: "";
        position: absolute;
        bottom: -4px;
        left: 0;
        height: 2px;
        width: 0%;
        background: #ffdd57;
        transition: width .3s ease;
    }

    .custom-navbar .nav-link:hover::after {
        width: 100%;
    }

    /* Active Link */
    .custom-navbar .nav-link.active {
        color: #ffdd57 !important;
        font-weight: 600;
    }

    .custom-navbar .nav-link.active::after {
        width: 100%;
    }

    .navbar-toggler {
        filter: brightness(0) invert(1);
        border: none;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .navbar-collapse{
        justify-content: center;
    align-items: center;
    }

    .navbar-nav{
            align-items: center;
    }

    .simple-slider img {
            width: 100%;
        }

        .carousel-indicators [data-bs-target] {
            background-color: #ffffff !important;
            width: 12px;
            height: 12px;
            border-radius: 50%;
            opacity: 0.8;
        }

        .carousel-indicators .active {
            background-color: #ffffff !important;
            opacity: 1;
        }

        .carousel-indicators {
            bottom: 15px;
        }

        .notice-bar {
            background: linear-gradient(90deg, #1D546C, #03385C);
            color: #fff;
            padding: 12px 0;
            display: flex;
            align-items: center;
            overflow: hidden;
            border-bottom: 3px solid #02284b;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
            position: relative;
            z-index: 100;
        }

        .notice-title {
            flex: 0 0 auto;
            font-weight: 700;
            font-size: 17px;
            padding: 0 20px;
            border-right: 2px solid rgba(255, 255, 255, 0.3);
            text-transform: uppercase;
            letter-spacing: 1px;
            display: flex;
            align-items: center;
            animation: pulseTitle 2s infinite;
            white-space: nowrap;
        }

        @media(max-width:822px) {
            .notice-title {
                font-size: 14px;
                padding: 0 10px;
            }
        }

        @media (max-width: 396px) {
            .notice-title {
                display: none;
            }
        }

        @media(max-width:443px) {
            .news-box {
                padding: 5px !important;
                background: none !important;
                border-radius: 0px !important;
                backdrop-filter: none !important;
                border: 0px !important;
                box-shadow: none !important;
            }
        }

        .notice-title::before {
            content: "🔔";
            margin-right: 8px;
            font-size: 20px;
        }

        @keyframes pulseTitle {
            0% {
                color: #fff;
            }

            50% {
                color: #ffd700;
            }

            100% {
                color: #fff;
            }
        }

        /* 🌈 Notice List Animation */
        .notice-list-wrapper {
            flex: 1;
            overflow: hidden;
            position: relative;
            white-space: nowrap;
        }

        .notice-list {
            display: inline-flex;
            gap: 30px;
            animation: scrollNotices 25s linear infinite;
        }

        /* ✋ Pause on hover */
        .notice-bar:hover .notice-list {
            animation-play-state: paused;
        }

        @keyframes scrollNotices {
            0% {
                transform: translateX(0);
            }

            100% {
                transform: translateX(-100%);
            }
        }

        /* 🟡 Notice Item Style */
        .notice-item a {
            display: inline-block;
            background: rgba(255, 255, 255, 0.15);
            padding: 6px 20px;
            border-radius: 5px;
            font-size: 15px;
            color: #fff;
            text-decoration: none;
            backdrop-filter: blur(5px);
            transition: all 0.3s ease;
            border: 1px solid rgba(255, 255, 255, 0.2);
            white-space: nowrap;
        }

        .notice-item a:hover {
            background: rgba(255, 215, 0, 0.3);
            color: #fff;
            transform: scale(1.05);
            text-decoration: underline;
        }

        /* ✨ Glow Animation */
        .notice-bar::after {
            content: "";
            position: absolute;
            top: 0;
            left: -50%;
            width: 50%;
            height: 100%;
            background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.2), transparent);
            animation: glowMove 4s infinite;
        }

        @keyframes glowMove {
            0% {
                left: -50%;
            }

            100% {
                left: 100%;
            }
        }

        /* 📱 Responsive adjustments */
        @media (max-width: 768px) {
            .notice-title {
                font-size: 14px;
                padding: 0 10px;
            }

            .notice-item a {
                font-size: 13px;
                padding: 4px 12px;
            }

            .notice-list {
                gap: 15px;
            }
        }

        .about-section {
            padding: 80px 0;
            background: #0e3a661a;
            overflow: hidden;
        }

        /* Header */
        .about-header {
            text-align: center;
            margin-bottom: 50px;
        }

        .about-header h2 {
            font-weight: 800;
            color: #03385C;
            font-size: 32px;
            text-transform: uppercase;
            letter-spacing: 1px;
            position: relative;
            display: inline-block;
        }

        .about-header h2::after {
            content: "";
            display: block;
            height: 4px;
            width: 60px;
            background: #1D546C;
            margin: 12px auto 0;
            border-radius: 2px;
        }

        /* Cards Container */
        .about-cards {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
            gap: 30px;
        }

        /* Card Style */
        .about-card {
            position: relative;
            background: #fff;
            border-radius: 18px;
            overflow: hidden;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
            transition: all 0.4s ease;
            transform: translateY(0);
        }

        .about-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
        }

        /* Card Image */
        .about-card img {
            width: 100%;
            height: 230px;
            object-fit: cover;
            transition: all 0.5s ease;
        }

        .about-card:hover img {
            transform: scale(1.05);
            filter: brightness(0.9);
        }

        /* Card Content */
        .about-card-content {
            padding: 25px 22px;
        }

        .about-card-content h3 {
            font-size: 20px;
            font-weight: 700;
            color: #1D546C;
            margin-bottom: 12px;
            position: relative;
        }

        .about-card-content h3::after {
            content: "";
            position: absolute;
            bottom: -6px;
            left: 0;
            width: 45px;
            height: 3px;
            background: #1D546C;
            border-radius: 2px;
        }

        .about-card-content p {
            color: #404b57;
            font-size: 15px;
            line-height: 1.7;
            margin-top: 18px;
        }

        /* Principal Card */
        .principal-highlight {
            grid-column: span 2;
            background: linear-gradient(145deg, #03385C, #1D546C);
            color: #fff;
            padding: 50px 25px;
            border-radius: 20px;
            text-align: center;
            box-shadow: 0 15px 40px rgba(3, 56, 92, 0.35);
            position: relative;
            overflow: hidden;
        }

        .principal-highlight::before {
            content: "";
            position: absolute;
            top: -60%;
            left: -60%;
            width: 200%;
            height: 200%;
            background: radial-gradient(circle at center, rgba(255, 255, 255, 0.15) 0%, transparent 70%);
            opacity: 0;
            transition: opacity 0.6s ease;
        }

        .principal-highlight:hover::before {
            opacity: 1;
        }

        .principal-highlight img {
            width: 130px;
            height: 130px;
            border-radius: 50%;
            border: 4px solid #fff;
            object-fit: cover;
            margin-bottom: 15px;
        }

        .principal-highlight h4 {
            font-size: 20px;
            font-weight: 700;
            margin-bottom: 5px;
        }

        .principal-highlight span {
            display: block;
            font-size: 13px;
            letter-spacing: 1px;
            text-transform: uppercase;
            opacity: 0.85;
            margin-bottom: 12px;
        }

        .principal-highlight p {
            font-style: italic;
            font-size: 15px;
            line-height: 1.8;
            opacity: 0.95;
        }

        /* Animation */
        @keyframes fadeUp {
            from {
                opacity: 0;
                transform: translateY(25px);
            }

            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .about-card,
        .principal-highlight {
            animation: fadeUp 0.8s ease;
        }

        /* Responsive */
        @media(max-width: 992px) {
            .principal-highlight {
                grid-column: span 1;
            }
        }

        @media (max-width:822px) {
            .container {
                max-width: 100% !important;
            }
        }

        .facilities-section {
            padding: 80px 0;
            position: relative;
            overflow: hidden;
        }

        .facilities-title {
            text-align: center;
            font-weight: 800;
            font-size: 38px;
            color: #114f68;
            margin-bottom: 12px;
            letter-spacing: 0.5px;
        }

        .facilities-subtitle {
            text-align: center;
            color: #555;
            font-size: 16px;
            margin-bottom: 60px;
        }

        /* 3D Card Container */
        .facility-card {
            perspective: 1000px;
        }

        .facility-inner {
            position: relative;
            width: 100%;
            height: 300px;
            transition: transform 0.8s;
            transform-style: preserve-3d;
        }

        .facility-card:hover .facility-inner {
            transform: rotateY(180deg);
        }

        /* Card Faces */
        .facility-front,
        .facility-back {
            position: absolute;
            width: 100%;
            height: 100%;
            backface-visibility: hidden;
            border-radius: 18px;
            overflow: hidden;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
        }

        /* Front */
        .facility-front {
            background: #fff;
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            align-items: center;
            transition: all 0.3s ease;
        }

        .facility-front img {
            position: absolute;
            top: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            filter: brightness(0.8);
            transition: 0.5s ease;
        }

        .facility-front:hover img {
            transform: scale(1.1);
            filter: brightness(0.7);
        }

        .facility-front h4 {
            position: relative;
            z-index: 2;
            background: rgba(17, 79, 104, 0.85);
            color: #fff;
            width: 100%;
            text-align: center;
            padding: 15px 0;
            font-weight: 700;
            font-size: 18px;
            letter-spacing: 0.5px;
            margin: 0px !important;
        }

        /* Back */
        .facility-back {
            background: linear-gradient(160deg, #114f68 0%, #187294 100%);
            color: #fff;
            transform: rotateY(180deg);
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center;
            padding: 25px;
        }

        .facility-back p {
            font-size: 15px;
            line-height: 1.7;
            margin: 0;
        }

        /* Hover glow */
        .facility-card:hover .facility-front,
        .facility-card:hover .facility-back {
            box-shadow: 0 15px 35px rgba(17, 79, 104, 0.25);
        }

        /* Responsive */
        @media (max-width: 768px) {
            .facility-inner {
                height: 250px;
            }

            .facilities-title {
                font-size: 30px;
            }
        }

        .news-section {
            padding: 90px 0;
            background: #0e3a661a;
            position: relative;
            overflow: hidden;
        }

        .news-section::before,
        .news-section::after {
            content: "";
            position: absolute;
            border-radius: 50%;
            filter: blur(100px);
            opacity: 0.25;
            z-index: 0;
        }


        .section-heading {
            text-align: center;
            font-size: 38px;
            font-weight: 800;
            color: #0d3b52;
            margin-bottom: 10px;
            letter-spacing: 1px;
        }

        .section-subtitle {
            text-align: center;
            color: #4c6372;
            font-size: 16px;
            margin-bottom: 55px;
        }

        .news-box {
            position: relative;
            background: rgba(255, 255, 255, 0.15);
            border-radius: 20px;
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.4);
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08), inset 0 1px 10px rgba(255, 255, 255, 0.25);
            padding: 30px;
            overflow: hidden;
            transform-style: preserve-3d;
            transition: transform 0.4s ease, box-shadow 0.4s ease;
            z-index: 2;
        }

        .news-header {
            display: flex;
            align-items: center;
            gap: 10px;
            font-weight: 700;
            font-size: 22px;
            color: #0d3b52;
            margin-bottom: 20px;
            border-bottom: 2px solid rgba(17, 79, 104, 0.2);
            padding-bottom: 8px;
        }

        .news-header i {
            font-size: 24px;
            color: #1d546c;
        }

        .marquee-box {
            height: 400px;
            overflow: hidden;
            position: relative;
        }

        .marquee-content {
            position: absolute;
            width: 100%;
            display: flex;
            flex-direction: column;
            animation: scrollUp 16s linear infinite;
        }

        .marquee-box:hover .marquee-content {
            animation-play-state: paused;
        }

        @keyframes scrollUp {
            0% {
                transform: translateY(0);
            }

            100% {
                transform: translateY(-50%);
            }
        }

        /* Each 3D Item */
        .marquee-item {
            display: flex;
            cursor: pointer;
            gap: 14px;
            align-items: flex-start;
            background: rgba(255, 255, 255, 0.8);
            border-radius: 14px;
            padding: 15px 18px;
            margin-bottom: 15px;
            box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
            border-left: 5px solid #1d546c;
            transition: all 0.4s ease;
        }

        .news-thumb {
            width: 55px;
            height: 55px;
            border-radius: 10px;
            object-fit: cover;
            box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
            flex-shrink: 0;
        }

        .news-content {
            flex: 1;
        }

        .news-title {
            font-weight: 700;
            font-size: 15px;
            color: #0f2438;
            margin-bottom: 4px;
        }

        .news-description {
            font-size: 14px;
            color: #4c6372;
            line-height: 1.5;
        }

        .news-date {
            font-size: 12px;
            color: #67808f;
            font-weight: 600;
            margin-bottom: 3px;
        }

        @media (max-width: 768px) {
            .section-heading {
                font-size: 28px;
            }

            .news-box {
                margin-bottom: 35px;
            }
        }

        .marquee-box {
            height: 400px;
            overflow-y: auto;
            /* enable manual vertical scroll */
            overflow-x: hidden;
            padding-right: 5px;
            scroll-behavior: smooth;
        }

        /* Remove marquee animation */
        .marquee-content {
            position: relative;
            animation: none !important;
        }

        /* Custom Scrollbar */
        .marquee-box::-webkit-scrollbar {
            width: 8px;
        }

        .marquee-box::-webkit-scrollbar-track {
            background: rgba(0, 0, 0, 0.08);
            border-radius: 10px;
        }

        .marquee-box::-webkit-scrollbar-thumb {
            background: linear-gradient(180deg, #1d546c, #48a9c5);
            border-radius: 10px;
        }

        .marquee-box::-webkit-scrollbar-thumb:hover {
            background: linear-gradient(180deg, #154559, #3d95ad);
        }

        /* Firefox */
        .marquee-box {
            scrollbar-width: thin;
            scrollbar-color: #1d546c rgba(0, 0, 0, 0.1);
        }

        .gallery-section {
            padding: 25px 0;
            position: relative;
            overflow: hidden;
        }

        .gallery-title {
            text-align: center;
            font-size: 34px;
            font-weight: 800;
            color: #1D546C;
            margin-bottom: 10px;
            letter-spacing: 0.5px;
        }

        .gallery-subtitle {
            text-align: center;
            color: #555;
            margin-bottom: 50px;
            font-size: 16px;
        }

        .gallery-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 25px;
        }

        /* Card */
        .gallery-card {
            background: #fff;
            border-radius: 18px;
            overflow: hidden;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
            transition: transform 0.5s ease, box-shadow 0.5s ease;
            cursor: pointer;
            transform-style: preserve-3d;
            perspective: 1000px;
        }

        .gallery-card:hover {
            transform: rotateY(8deg) rotateX(5deg) scale(1.05);
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
        }

        .gallery-card img {
            width: 100%;
            height: 200px;
            object-fit: cover;
            transition: transform 0.5s ease;
        }

        .gallery-card:hover img {
            transform: scale(1.08);
            filter: brightness(0.9);
        }

        .gallery-info {
            padding: 18px;
            background: linear-gradient(145deg, #ffffff, #f1f5f9);
            border-top: 2px solid #48A9C5;
            position: relative;
        }

        .gallery-info h5 {
            font-weight: 700;
            color: #1D546C;
            margin-bottom: 8px;
            font-size: 18px;
        }

        .gallery-info .date {
            font-size: 13px;
            color: #666;
            margin-bottom: 6px;
        }

        .gallery-info p {
            font-size: 14px;
            color: #444;
            margin: 0;
        }

        /* View More Button */
        .view-more-btn {
            /* display: block; */
            margin: 45px auto 0;
            background: #1D546C;
            color: #fff;
            padding: 12px 30px;
            border-radius: 30px;
            font-weight: 600;
            font-size: 15px;
            transition: 0.3s ease;
            border: none;
            text-decoration: none;
        }

        .view-more-btn:hover {
            background: #133b4e;
            transform: translateY(-3px);
            box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
        }

        /* Modal Overlay */
        .gallery-modal {
            position: fixed;
            inset: 0;
            background: rgba(0, 0, 0, 0.85);
            display: none;
            align-items: center;
            justify-content: center;
            z-index: 9999;
        }

        .gallery-modal.active {
            display: flex;
        }

        .modal-content {
            position: relative;
            width: 90%;
            max-width: 900px;
        }

        .modal-close {
            position: absolute;
            top: -40px;
            right: 0;
            font-size: 32px;
            color: #fff;
            cursor: pointer;
            transition: 0.3s;
        }

        .modal-close:hover {
            color: #48A9C5;
        }

        /* Swiper Slider */
        .swiper {
            width: 100%;
            border-radius: 12px;
            overflow: hidden;
        }

        .swiper-slide img {
            width: 100% !important;
            height: 500px;
            object-fit: cover;
        }

        @media (max-width: 768px) {
            .gallery-card img {
                height: 160px;
            }

            .swiper-slide img {
            width: 100% !important;
            height: 500px;
            object-fit: fill;
        }

        }

        .gallery-modal-bottom {
            background: rgba(0, 0, 0, 0.842);
            position: absolute;
            bottom: 0px;
            left: 0px;
            color: #fff;
            width: 100%;
            padding: 10px 20px;
            text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
        }

        .gallery-modal-title {
            font-size: 27px;
            font-weight: 700;
            margin-bottom: 4px;
        }

        .gallery-date {
            font-size: 14px;
            margin-bottom: 6px;
        }

        .contact-section {
            padding: 70px 0;
            background: #F4F4F4;
        }

        /* Section Heading */
        .contact-heading {
            text-align: center;
            margin-bottom: 45px;
        }

        .contact-heading h2 {
            font-size: 32px;
            font-weight: 800;
            color: #1D546C;
        }

        .contact-heading p {
            font-size: 15px;
            color: #555;
        }

        /* Contact Card */
        .contact-card {
            background: rgba(255, 255, 255, 0.85);
            backdrop-filter: blur(10px);
            border-radius: 18px;
            padding: 35px;
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
            border: 1px solid #dce6ff;
            animation: fadeIn 0.6s ease;
        }

        @keyframes fadeIn {
            0% {
                opacity: 0;
                transform: translateY(20px);
            }

            100% {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .contact-title {
            font-size: 26px;
            font-weight: 700;
            color: #083b6b;
        }

        /* ICON + INPUT FIELDS */
        .input-group-custom {
            background: #F4F4F4;
            border-radius: 5px;
            padding: 10px 12px;
            border: 1px solid #1D546C;
            display: flex;
            align-items: center;
            gap: 10px;
            transition: 0.3s;
        }

        .input-group-custom:focus-within {
            border-color: #006ad5;
            box-shadow: 0 0 10px rgba(0, 106, 213, 0.2);
        }

        .input-group-custom i {
            color: #003d82;
            font-size: 18px;
            margin-left: 5px;
        }

        .input-group-custom input,
        .input-group-custom textarea {
            border: none;
            outline: none;
            background: transparent;
            width: 100%;
            font-size: 15px;
        }

        /* Submit Button */
        .contact-btn {
            background: #1D546C;
            color: #fff;
            border: none;
            border-radius: 12px;
            padding: 12px 20px;
            font-weight: 700;
            width: 100%;
            transition: 0.3s;
        }

        .contact-btn:hover {
            background: #1A3D64;
            transform: translateY(-2px);
        }

        /* Map */
        .contact-map iframe {
            width: 100%;
            height: 450px;
            border: none;
            border-radius: 18px;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
        }

        @media (max-width: 768px) {
            .contact-map iframe {
                height: 300px;
                margin-bottom: 25px;
            }
        }

        .brand-links-section {
            background: #0e3a661a;
            padding: 20px 0px 20px 0px;

        }

        .brand-title {
            text-align: center;
            font-size: 32px;
            font-weight: 700;
            color: #1D546C;
            margin-bottom: 5px;
            text-align: center;
        }

        .brand-strip {
            display: flex;
            align-items: center;
            gap: 25px;
            margin: 0px 30px;
            padding: 18px 24px;
        }

        .brand-strip img {
            height: 90px;
            width: auto !important;
        }
        .swiper-slide1{
            flex-shrink: 1 !important;
        }

        .brand-strip span {
            font-size: 18px;
            font-weight: 600;
            color: #1D546C;
        }

        .brandLinksSwiper {
            padding: 20px 5px;
        }

        .swiper-slide {
            width: 100% !important;
        }

        @media (max-width: 768px) {
            .navbar-nav{
                align-items: normal !important;
            }
            .nav-link
 {
        font-size: 0.8rem !important;
    }

    .navbar-container{
        flex-direction: row-reverse;
    }
        }