﻿body {
    /* Equal card height + fixed width */
    .equal-card {
        height: 420px;
        max-width: 360px;
        display: flex;
    }
        /* Full-height inner wrapper */
        .equal-card .vs-blog__inner,
        .vs-blog--style2,
        .vs-blog--style2 .vs-blog__inner {
            display: flex;
            flex-direction: column;
            height: 100%;
        }
    /* Fixed Image (final) */
    .fixed-img img,
    .vs-blog__img img {
        width: 100%;
        height: 220px;
        object-fit: cover;
        border-radius: 12px;
    }
    /* Fixed Title Height */
    .title-fixed {
        min-height: 50px;
        display: flex;
        align-items: center;
    }
    /* Stretch content evenly */
    .vs-blog__content {
        flex: 1;
        display: flex;
        flex-direction: column;
        flex-grow: 1;
    }
    /* Push View PDF / link to bottom */
    .vs-blog__link {
        margin-top: auto;
        display: inline-block;
    }



    .vs-room--video {
        height: 300px;
        overflow: hidden;
    }

    .section-header,
    .section-header .section-heading,
    .section-header .section-description {
        text-align: center !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }


    .vs-blog-link-wrapper {
        display: block;
        text-decoration: none;
        color: inherit;
    }

        .vs-blog-link-wrapper .vs-blog {
            transition: transform 0.3s ease;
        }

        .vs-blog-link-wrapper:hover .vs-blog {
            transform: translateY(-5px);
            box-shadow: 0 15px 35px rgba(0,0,0,0.12);
        }

    .same-size-card {
        position: relative;
        padding: 0;
        border-radius: 20px;
        overflow: hidden;
        height: 260px; /* Same height as purple card */
        display: flex;
        align-items: flex-end;
    }

        .same-size-card .image-area {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

            .same-size-card .image-area img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

        .same-size-card .text-overlay {
            position: relative;
            width: 100%;
            padding: 15px;
            background: rgba(0,0,0,0.4); /* subtle dark layer for text visibility */
        }

        .same-size-card .vs-room__title,
        .same-size-card .vs-room__text {
            color: #fff !important;
            margin: 0;
        }


    .facility-media-row {
        margin-top: 30px;
    }

    .facility-media-box {
        width: 100%;
        height: 100%;
    }

    .facility-media-row .col-lg-6:first-child {
        display: flex;
        align-items: stretch;
    }

    .facility-video {
        width: 320px; /* small card width */
        height: 200px; /* small card height */
        border-radius: 16px;
        object-fit: cover;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
    }
    /* Center the small video box */
    .facility-media-row .col-lg-6:last-child {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    /* Slightly lift the image upward */
    .image-wrapper {
        margin-top: -20px; /* adjust as needed */
    }
    /* Full-width image styling */
    .facility-img {
        width: 100%;
        height: auto;
        border-radius: 18px;
        object-fit: cover;
        box-shadow: 0 8px 25px rgba(0,0,0,0.25);
    }
    /* Center video perfectly */
    .video-center {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    /* Small card-style video */
    .facility-video {
        width: 360px;
        height: 220px;
        border-radius: 16px;
        object-fit: cover;
        box-shadow: 0 8px 25px rgba(0,0,0,0.35);
    }
    /* Tagline above video */
    .video-tagline {
        font-size: 1.35rem;
        font-weight: 600;
        color: #333;
        margin-bottom: 15px;
    }


    .vs-service__icon i {
        font-size: 32px; /* Increase size */
        color: #0056b3; /* Optional: change color */
    }

    .notification-marquee {
        background: 'vs-header__top header-purple-bg py-2';
        color: #333;
        font-weight: 500;
        /*padding: 0px 0;*/
        padding-top: 16px;
        /*border-bottom: 1px solid #d0d8e0;*/
        text-align: center;
        /*box-shadow: 0 2px 6px rgba(0,0,0,0.05);*/
    }

    .contact-info,
    .social-icons {
        text-align: right !important; /* Push text & icons fully right */
    }

        .contact-info a,
        .social-icons a {
            text-decoration: none;
            color: #000; /* Keep icons and text black */
        }

    .contact-info {
        margin-bottom: 60px !important; /* Space above icons */
    }

    .social-icons {
        justify-content: flex-end; /* For inline-flex elements */
    }

        .social-icons i {
            font-size: 18px;
        }
    /* Make cards smaller and more compact */
    .circular-card {
        max-width: 95% !important;
        padding: 12px !important;
        margin: 6px auto !important;
        border-radius: 8px !important;
        min-height: auto !important;
    }
    /* Reduce spacing inside */
    .circular-card-content {
        padding: 6px 0 !important;
    }

    .circular-title {
        font-size: 16px !important;
        margin-bottom: 4px !important;
    }

    .circular-description {
        font-size: 13px !important;
        margin-bottom: 6px !important;
        line-height: 1.3 !important;
    }
    /* Smaller meta icons/text */
    .circular-meta .meta-item {
        font-size: 12px !important;
        margin-right: 10px !important;
    }
    /* Compact Footer Button */
    .circular-action-btn {
        padding: 5px 10px !important;
        font-size: 13px !important;
    }
    /* Reduce glow + border corner sizes */
    .card-corner {
        width: 10px !important;
        height: 10px !important;
    }
    /* Tighter vertical layout */
    .circulars-vertical-scroll {
        max-height: 450px;
        overflow-y: hidden;
        position: relative;
        scroll-behavior: smooth;
    }



    .notification-marquee a.marquee-link {
        color: white;
        text-decoration: none;
        font-size: 14px;
        /*margin: 0 10px;*/
        font-family: 'Segoe UI', sans-serif;
    }

        .notification-marquee a.marquee-link:hover {
            color: var(--vs-theme-color2);
            text-decoration: none;
        }



    .circular-carousel-container {
        position: relative;
        padding: 20px 0;
    }

    .circular-card-wrapper {
        height: 320px;
        padding: 10px;
    }

    .circular-card {
        position: relative;
        height: 100%;
        background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
        border-radius: 20px;
        padding: 25px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.1);
        border: 1px solid rgba(255,255,255,0.8);
        overflow: hidden;
        transition: all 0.3s ease;
    }

        .circular-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 20px 40px rgba(0,0,0,0.15);
        }
    /* Color Variants */
    .circular-card-0 {
        border-top: 4px solid #4e54c8;
    }

    .circular-card-1 {
        border-top: 4px solid #ff6b6b;
    }

    .circular-card-2 {
        border-top: 4px solid #48c78e;
    }

    .circular-card-3 {
        border-top: 4px solid #ffa94d;
    }

    .circular-card-0 .circular-icon-bg {
        background: linear-gradient(135deg, #4e54c8, #8f94fb);
    }

    .circular-card-1 .circular-icon-bg {
        background: linear-gradient(135deg, #ff6b6b, #ff8e8e);
    }

    .circular-card-2 .circular-icon-bg {
        background: linear-gradient(135deg, #48c78e, #67d5b1);
    }

    .circular-card-3 .circular-icon-bg {
        background: linear-gradient(135deg, #ffa94d, #ffc078);
    }

    .card-glow {
        position: absolute;
        top: -50%;
        left: -50%;
        width: 200%;
        height: 200%;
        background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    .circular-card:hover .card-glow {
        opacity: 1;
    }

    .circular-card-header {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        margin-bottom: 20px;
    }

    .circular-icon-bg {
        width: 50px;
        height: 50px;
        border-radius: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        font-size: 1.2rem;
        box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    }

    .circular-badge .badge-text {
        background: rgba(0,0,0,0.1);
        padding: 4px 12px;
        border-radius: 20px;
        font-size: 0.7rem;
        font-weight: 600;
        color: #666;
    }

    .circular-pdf-icon {
        text-align: center;
        margin: 15px 0;
    }

    .pdf-icon-wrapper {
        position: relative;
        display: inline-block;
    }

        .pdf-icon-wrapper i {
            font-size: 2.5rem;
            color: #e74c3c;
            filter: drop-shadow(0 5px 10px rgba(231, 76, 60, 0.3));
        }

    .pdf-pulse {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 60px;
        height: 60px;
        border-radius: 50%;
        background: rgba(231, 76, 60, 0.1);
        animation: pulse 2s infinite;
    }

    @keyframes pulse {
        0% {
            transform: translate(-50%, -50%) scale(0.8);
            opacity: 1;
        }

        100% {
            transform: translate(-50%, -50%) scale(1.2);
            opacity: 0;
        }
    }

    .circular-card-content {
        text-align: center;
        flex-grow: 1;
    }

    .circular-title-link {
        text-decoration: none;
    }

    .circular-title {
        font-size: 1.1rem;
        font-weight: 700;
        color: #2c3e50;
        margin-bottom: 10px;
        line-height: 1.3;
    }

    .circular-description {
        font-size: 0.85rem;
        color: #6c757d;
        margin-bottom: 15px;
        line-height: 1.4;
    }

    .circular-meta {
        display: flex;
        justify-content: center;
        gap: 15px;
        margin-bottom: 20px;
    }

    .meta-item {
        display: flex;
        align-items: center;
        gap: 5px;
        font-size: 0.75rem;
        color: #7f8c8d;
    }

        .meta-item i {
            font-size: 0.7rem;
        }

    .circular-card-footer {
        text-align: center;
    }

    .circular-action-btn {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 10px 20px;
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        color: white;
        text-decoration: none;
        border-radius: 25px;
        font-size: 0.85rem;
        font-weight: 600;
        position: relative;
        overflow: hidden;
        transition: all 0.3s ease;
        border: none;
    }

        .circular-action-btn:hover {
            color: white;
            transform: translateY(-2px);
            box-shadow: 0 8px 20px rgba(102, 126, 234, 0.4);
        }

    .btn-shine {
        position: absolute;
        top: -50%;
        left: -50%;
        width: 200%;
        height: 200%;
        background: linear-gradient(45deg, transparent, rgba(255,255,255,0.3), transparent);
        transform: rotate(45deg);
        transition: all 0.6s ease;
    }

    .circular-action-btn:hover .btn-shine {
        left: 100%;
    }

    .card-corner {
        position: absolute;
        width: 20px;
        height: 20px;
        border: 2px solid rgba(0,0,0,0.1);
    }

    .card-corner-tl {
        top: 10px;
        left: 10px;
        border-right: none;
        border-bottom: none;
        border-radius: 10px 0 0 0;
    }

    .card-corner-tr {
        top: 10px;
        right: 10px;
        border-left: none;
        border-bottom: none;
        border-radius: 0 10px 0 0;
    }

    .card-corner-bl {
        bottom: 10px;
        left: 10px;
        border-right: none;
        border-top: none;
        border-radius: 0 0 0 10px;
    }

    .card-corner-br {
        bottom: 10px;
        right: 10px;
        border-left: none;
        border-top: none;
        border-radius: 0 0 10px 0;
    }
    /* Infinite Scroll Animation */
    .vs-carousel--circular-infinite .swiper-wrapper {
        transition-timing-function: linear;
    }
    /* Navigation */
    .circular-nav-prev, .circular-nav-next {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 10;
        cursor: pointer;
    }

    .circular-nav-prev {
        left: -60px;
    }

    .circular-nav-next {
        right: -60px;
    }

    .nav-arrow {
        width: 50px;
        height: 50px;
        background: white;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        transition: all 0.3s ease;
        color: #4e54c8;
    }

        .nav-arrow:hover {
            background: #4e54c8;
            color: white;
            transform: scale(1.1);
        }
    /* Modal Styles */
    .circular-modal {
        border-radius: 20px;
        overflow: hidden;
        border: none;
    }

    .circular-modal-header {
        background: linear-gradient(135deg, #4e54c8, #8f94fb);
        color: white;
        border: none;
    }

    .circular-modal-footer {
        background: #f8f9fa;
        border: none;
    }

    .btn-download {
        background: linear-gradient(135deg, #4e54c8, #8f94fb);
        border: none;
        border-radius: 10px;
        color: white;
        padding: 10px 20px;
    }

    .btn-close-modal {
        background: #6c757d;
        border: none;
        border-radius: 10px;
        color: white;
        padding: 10px 20px;
    }

    .circular-type-card {
        background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
        border: 1px solid rgba(255,255,255,0.8);
        transition: all 0.3s ease;
        position: relative;
        overflow: hidden;
    }

        .circular-type-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 20px 40px rgba(0,0,0,0.15);
        }
    /* Color Variants for Type Cards */
    .circular-type-card-0 {
        border-top: 4px solid #4e54c8;
    }

    .circular-type-card-1 {
        border-top: 4px solid #ff6b6b;
    }

    .circular-type-card-2 {
        border-top: 4px solid #48c78e;
    }

    .circular-type-card-3 {
        border-top: 4px solid #ffa94d;
    }

    .circular-type-card-0 .circular-type-icon {
        background: linear-gradient(135deg, #4e54c8, #8f94fb);
        box-shadow: 0 5px 15px rgba(78, 84, 200, 0.3);
    }

    .circular-type-card-1 .circular-type-icon {
        background: linear-gradient(135deg, #ff6b6b, #ff8e8e);
        box-shadow: 0 5px 15px rgba(255, 107, 107, 0.3);
    }

    .circular-type-card-2 .circular-type-icon {
        background: linear-gradient(135deg, #48c78e, #67d5b1);
        box-shadow: 0 5px 15px rgba(72, 199, 142, 0.3);
    }

    .circular-type-card-3 .circular-type-icon {
        background: linear-gradient(135deg, #ffa94d, #ffc078);
        box-shadow: 0 5px 15px rgba(255, 169, 77, 0.3);
    }
    /* Circular File Cards Styling */
    .circular-file-card {
        background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
        border: 1px solid rgba(255,255,255,0.8);
        transition: all 0.3s ease;
        position: relative;
        overflow: hidden;
    }

        .circular-file-card:hover {
            transform: translateY(-8px) scale(1.02);
            box-shadow: 0 20px 40px rgba(0,0,0,0.15);
        }

    .circular-file-icon {
        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    }
    /* Card Glow Effect */
    .card-glow {
        position: absolute;
        top: -50%;
        left: -50%;
        width: 200%;
        height: 200%;
        background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    .circular-type-card:hover .card-glow,
    .circular-file-card:hover .card-glow {
        opacity: 1;
    }
    /* Corner Decoration */
    .card-corner {
        position: absolute;
        width: 15px;
        height: 15px;
        border: 2px solid rgba(0,0,0,0.1);
    }

    .card-corner-tl {
        top: 10px;
        left: 10px;
        border-right: none;
        border-bottom: none;
        border-radius: 10px 0 0 0;
    }

    .card-corner-tr {
        top: 10px;
        right: 10px;
        border-left: none;
        border-bottom: none;
        border-radius: 0 10px 0 0;
    }

    .card-corner-bl {
        bottom: 10px;
        left: 10px;
        border-right: none;
        border-top: none;
        border-radius: 0 0 0 10px;
    }

    .card-corner-br {
        bottom: 10px;
        right: 10px;
        border-left: none;
        border-top: none;
        border-radius: 0 0 10px 0;
    }
    /* Action Button Styling */
    .circular-action-btn {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 8px 16px;
        background: transparent;
        color: #4e54c8;
        text-decoration: none;
        border-radius: 25px;
        font-size: 0.85rem;
        font-weight: 600;
        position: relative;
        overflow: hidden;
        transition: all 0.3s ease;
        border: 2px solid #4e54c8;
    }

        .circular-action-btn:hover {
            background: linear-gradient(135deg, #4e54c8 0%, #8f94fb 100%);
            color: white;
            transform: translateY(-2px);
            box-shadow: 0 8px 20px rgba(102, 126, 234, 0.4);
            border-color: transparent;
        }
    /* Animation for elements */
    .vs-service--ele1, .vs-service--ele2 {
        position: absolute;
        z-index: 1;
    }
    /*  .vs-service--ele1 {
        top: 10%;
        left: 5%;
    }

    .vs-service--ele2 {
        bottom: 10%;
        right: 5%;
    }*/
    /* Responsive adjustments */
    @media (max-width: 768px) {
        .circular-type-card, .circular-file-card {
            height: auto !important;
            min-height: 160px;
        }

        #filesContainer {
            grid-template-columns: 1fr !important;
        }
    }

    @keyframes moveGradient {
        0% {
            background-position: 0% 50%;
        }

        100% {
            background-position: 100% 50%;
        }
    }

    .row.align-items-stretch {
        min-height: 600px;
    }

    .section-header {
        margin-bottom: 30px;
        text-align: center;
    }

    .section-title {
        font-size: 1.5rem;
        font-weight: 600;
        color: #2c3e50;
        margin-bottom: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .section-divider {
        height: 3px;
        width: 60px;
        background: linear-gradient(90deg, #3498db, #9b59b6);
        margin: 0 auto;
        border-radius: 3px;
    }
    /* Circulars Vertical Scroll */
    .circulars-vertical-container {
        height: 500px;
        overflow: hidden;
        position: relative;
        border-radius: 12px;
        background: rgba(255, 255, 255, 0.05);
        backdrop-filter: blur(10px);
        border: 1px solid rgba(255, 255, 255, 0.1);
        padding: 15px;
    }

    .circulars-vertical-scroll {
        height: 100%;
        overflow-y: hidden;
        padding-right: 10px;
        animation: verticalScroll 40s linear infinite;
    }

        .circulars-vertical-scroll:hover {
            animation-play-state: paused;
        }

        .circulars-vertical-scroll::-webkit-scrollbar {
            width: 6px;
        }

        .circulars-vertical-scroll::-webkit-scrollbar-track {
            background: rgba(255, 255, 255, 0.1);
            border-radius: 10px;
        }

        .circulars-vertical-scroll::-webkit-scrollbar-thumb {
            background: linear-gradient(180deg, #3498db, #9b59b6);
            border-radius: 10px;
        }

    .vertical-item {
        margin-bottom: 20px;
    }

    @keyframes verticalScroll {
        0% {
            transform: translateY(0);
        }

        100% {
            transform: translateY(calc(-100% + 500px));
        }
    }
    /* Events Horizontal Scroll */
    .events-horizontal-container {
        height: 500px;
        position: relative;
        border-radius: 12px;
        overflow: hidden;
        background: rgba(255, 255, 255, 0.05);
        backdrop-filter: blur(10px);
        border: 1px solid rgba(255, 255, 255, 0.1);
        padding: 15px;
    }

    .events-horizontal-swiper {
        height: 100%;
        padding: 10px 0;
    }

    .event-card {
        background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        transition: all 0.3s ease;
        height: 100%;
        display: flex;
        flex-direction: column;
        position: relative;
        width: 100%;
        height: 550px;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

        .event-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
        }

    .event-image-container {
        width: 100%;
        aspect-ratio: 1 / 1; /* Ensures perfect square */
        max-height: 320px;
        overflow: hidden;
        position: relative;
    }

    .event-image {
        width: 100%;
        height: 100%;
        object-fit: cover; /* Crop properly without stretching */
        object-position: center;
    }
    /* .event-card {
        width: 100%;
        height: 350px;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }*/

    .event-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.5s ease;
    }

    .event-card:hover .event-image {
        transform: scale(1.05);
    }

    .event-date-badge {
        position: absolute;
        top: 15px;
        right: 15px;
        background: linear-gradient(135deg, #3498db, #9b59b6);
        color: white;
        padding: 10px;
        border-radius: 8px;
        text-align: center;
        box-shadow: 0 4px 15px rgba(52, 152, 219, 0.3);
    }

    .event-day {
        display: block;
        font-size: 1.5rem;
        font-weight: 700;
        line-height: 1;
    }

    .event-month {
        display: block;
        font-size: 0.8rem;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .event-content {
        padding: 20px;
        flex-grow: 1;
        display: flex;
        flex-direction: column;
    }

    .event-title {
        font-size: 1.3rem;
        font-weight: 600;
        color: #2c3e50;
        margin-bottom: 10px;
        line-height: 1.3;
    }

    .event-description {
        display: -webkit-box;
        -webkit-line-clamp: 2; /* Show only 2 lines max */
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .event-meta {
        display: flex;
        align-items: center;
        margin-bottom: 15px;
    }

        .event-meta .meta-item {
            display: flex;
            align-items: center;
            color: #3498db;
            font-size: 0.9rem;
        }

            .event-meta .meta-item i {
                margin-right: 5px;
            }

    .event-actions {
        margin-top: auto;
    }

    .event-details-btn {
        display: inline-flex;
        align-items: center;
        background: linear-gradient(135deg, #3498db, #9b59b6);
        color: white;
        padding: 10px 20px;
        border-radius: 30px;
        text-decoration: none;
        font-weight: 500;
        transition: all 0.3s ease;
        box-shadow: 0 4px 15px rgba(52, 152, 219, 0.3);
    }

        .event-details-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(52, 152, 219, 0.4);
            color: white;
        }

        .event-details-btn i {
            margin-left: 8px;
            transition: transform 0.3s ease;
        }

        .event-details-btn:hover i {
            transform: translateX(3px);
        }
    /* Event Card Corners */
    .event-card-corner {
        position: absolute;
        width: 20px;
        height: 20px;
        border: 2px solid #3498db;
        opacity: 0.7;
    }

    .event-corner-tl {
        top: 0;
        left: 0;
        border-right: none;
        border-bottom: none;
        border-top-left-radius: 12px;
    }

    .event-corner-tr {
        top: 0;
        right: 0;
        border-left: none;
        border-bottom: none;
        border-top-right-radius: 12px;
    }

    .event-corner-bl {
        bottom: 0;
        left: 0;
        border-right: none;
        border-top: none;
        border-bottom-left-radius: 12px;
    }

    .event-corner-br {
        bottom: 0;
        right: 0;
        border-left: none;
        border-top: none;
        border-bottom-right-radius: 12px;
    }
    /* Events Pagination */
    .events-pagination {
        position: absolute;
        bottom: 10px;
        left: 0;
        width: 100%;
        text-align: center;
        z-index: 10;
    }

    .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        background: rgba(255, 255, 255, 0.5);
        opacity: 0.7;
    }

    .swiper-pagination-bullet-active {
        background: #3498db;
        opacity: 1;
    }
    /* Auto-scroll indicators */
    .auto-scroll-indicator {
        position: absolute;
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%);
        color: rgba(255, 255, 255, 0.7);
        font-size: 0.8rem;
        z-index: 5;
        background: rgba(0, 0, 0, 0.3);
        padding: 2px 10px;
        border-radius: 15px;
    }
    /* Responsive Design */
    @media (max-width: 991px) {
        .row.align-items-stretch {
            flex-direction: column;
        }

        .circulars-vertical-container,
        .events-horizontal-container {
            height: 400px;
        }
    }

    @media (max-width: 767px) {
        .circulars-vertical-container,
        .events-horizontal-container {
            height: 350px;
        }

        .event-image-container {
            height: 150px;
        }

        @keyframes verticalScroll {
            0% {
                transform: translateY(0);
            }

            100% {
                transform: translateY(calc(-100% + 350px));
            }
        }
    }
}
