﻿.media-box img, .media-box video {
    width: 100%;
    object-fit: cover;
    height: 100%
}

body {
    font-family: Georgia
}

.media-box {
    width: 100%;
    overflow: hidden;
    position: relative
}

    .media-box img, .media-box video {
        display: block
    }

    .media-box video {
        inset: 0;
        pointer-events: none;
        transition: opacity .3s;
        position: absolute;
        inset: 0;
        opacity: 0
    }

.card-content a {
    display: inline-flex;
    align-items: center;
    gap: 6px
}

@media (max-width:768px) {
    .cards-wrapper {
        grid-template-columns: 1fr
    }

    .media-box {
        height: 260px
    }

        .media-box video {
            display: none !important
        }

    .card-content {
        position: relative;
        width: 100%
    }
}

.cards-wrapper {
    grid-template-columns: repeat(3,1fr)
}

.cards-wrapper {
    display: grid
}

.info-card {
    background: #fff;
    transition: box-shadow .3s,transform .3s
}

    .info-card:hover {
        box-shadow: 0 25px 50px rgba(0,0,0,.18);
        transform: translateY(-6px)
    }

#facilitiesCarousel, .info-cards {
    background: #fff;
    font-family: Georgia
}

.info-card {
    overflow: visible;
    position: relative
}

@media (max-width:768px) {
    .carousel-container {
        position: relative;
        overflow: hidden
    }

    .cards-wrapper {
        display: flex;
        gap: 20px;
        overflow-x: auto;
        scroll-behavior: smooth;
        scrollbar-width: none
    }

        .cards-wrapper::-webkit-scrollbar {
            display: none
        }

    .info-card {
        min-width: 90%;
        flex-shrink: 0
    }

    .media-box video {
        display: none !important
    }

    .carousel-btn {
        position: absolute;
        top: 40%;
        transform: translateY(-50%);
        background: rgba(0,0,0,.6);
        color: #fff;
        border: none;
        width: 42px;
        height: 42px;
        font-size: 26px;
        cursor: pointer;
        z-index: 5;
        border-radius: 50%
    }

        .carousel-btn.prev {
            left: 8px
        }

        .carousel-btn.next {
            right: 8px
        }

    .media-box {
        height: 200px
    }

    .card-content {
        position: relative;
        bottom: 40px;
        width: 92%;
        margin-left: 4%;
        padding: 22px
    }

        .card-content h3 {
            font-size: 22px
        }

        .card-content p {
            font-size: 14px
        }
}

.info-cards {
    padding: 60px 0
}

.cards-wrapper {
    display: grid;
    gap: 40px;
    max-width: 1300px;
    margin: auto;
    padding: 0 20px
}

.media-box {
    height: 420px
}

.card-content {
    position: absolute;
    bottom: -40px;
    left: 0;
    padding: 28px;
    width: 80%;
    box-shadow: 0 20px 40px rgba(0,0,0,.18)
}

    .card-content h3 {
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 10px
    }

    .card-content p {
        font-size: 14.5px;
        line-height: 1.6;
        margin-bottom: 14px
    }

    .card-content a {
        font-weight: 600;
        text-decoration: none
    }

.carousel-btn {
    display: none
}

.card-content {
    background: #4b1d69 !important
}

    .card-content a, .card-content h3, .card-content p {
        color: #fff !important
    }

        #facilitiesCarousel .facility-card:not(.active), .card-content a:hover {
            opacity: .9
        }

.info-intro {
    max-width: 1300px;
    margin: 0 auto 60px;
    padding: 0 20px;
    text-align: left
}

.info-title {
    font-family: Georgia;
    font-size: 42px;
    font-weight: 800;
    margin-bottom: 18px;
    color: #000
}

.info-text {
    font-size: 17px;
    line-height: 1.7;
    color: #444;
    margin-bottom: 14px
}

@media (max-width:768px) {
    .cards-wrapper {
        display: flex;
        overflow-x: auto;
        gap: 24px;
        scroll-snap-type: x mandatory;
        padding-left: 16px;
        padding-right: 16px;
        -webkit-overflow-scrolling: touch
    }

        .cards-wrapper::-webkit-scrollbar {
            display: none
        }

    .info-card {
        min-width: 85%;
        flex-shrink: 0;
        scroll-snap-align: start
    }

    .media-box {
        height: 240px
    }

    .card-content {
        position: relative;
        bottom: 40px;
        width: 90%;
        margin-left: 5%;
        padding: 22px
    }

        .card-content h3 {
            font-size: 22px
        }

        .card-content p {
            font-size: 14px
        }

    .carousel-btn {
        display: flex;
        position: absolute;
        top: 40%;
        transform: translateY(-50%);
        background: rgba(0,0,0,.6);
        color: #fff;
        border: none;
        width: 42px;
        height: 42px;
        font-size: 26px;
        cursor: pointer;
        z-index: 5;
        border-radius: 50%;
        align-items: center;
        justify-content: center
    }

        .carousel-btn.prev {
            left: 8px
        }

        .carousel-btn.next {
            right: 8px
        }

    .info-title {
        font-size: 28px
    }

    .info-text {
        font-size: 15px
    }
}

.animate-on-scroll {
    opacity: 0;
    transform: translateY(40px);
    transition: .9s
}

    .animate-on-scroll.visible, .programme-card.in-view {
        opacity: 1;
        transform: translateY(0)
    }

.card-content p, .info-text {
    text-align: justify;
    text-justify: inter-word
}

@media (min-width:769px) {
    .media-box {
        height: 480px
    }
}

.programmes-row {
    display: flex;
    justify-content: center;
    gap: 60px
}

    .programmes-row.top {
        margin-bottom: 100px
    }

    .programmes-row.bottom {
        justify-content: center
    }

.programme-card {
    width: 380px;
    background: #f1ecf8;
    position: relative;
    min-height: 260px;
    padding-bottom: 140px;
    margin-bottom: 160px
}

.programme-text {
    padding: 48px 36px 0
}

    .programme-text h3 {
        font-size: 20px;
        font-weight: 600;
        color: #4b1d69;
        line-height: 1;
        margin: 0 0 9px
    }

    .programme-text p {
        font-size: 15px;
        line-height: 1.6;
        color: #000;
        margin: 0 0 22px
    }

    .programme-text a {
        font-size: 15px;
        font-weight: 600;
        color: #4b1d69;
        text-decoration: none
    }

.programme-image {
    position: absolute;
    right: 0;
    bottom: -150px;
    width: 85%
}

    .programme-image img {
        width: 100%;
        height: 250px;
        object-fit: cover;
        display: block
    }

.programme-card:hover {
    background: #4b1d69
}

    .programme-card:hover a, .programme-card:hover h3, .programme-card:hover p {
        color: #fff
    }

@media(max-width:1024px) {
    .programmes-row {
        flex-direction: column;
        align-items: center;
        gap: 60px
    }

    .programme-card {
        width: 100%;
        min-height: auto;
        margin-bottom: 0
    }

    .programme-image {
        position: static;
        width: 100%
    }

        .programme-image img {
            height: 200px
        }
}

.programmes-header {
    max-width: 1400px;
    margin: 0 auto 60px;
    padding: 0 60px
}

    .programmes-header h2 {
        font-family: Georgia;
        font-size: 48px;
        font-weight: 600;
        color: #000;
        margin-bottom: 16px
    }

    .programmes-header p {
        line-height: 1.6;
        font-size: 18px;
        color: #000;
        max-width: 680px;
        margin-bottom: 24px
    }

    .programmes-header .explore-link {
        font-size: 16px;
        font-weight: 600;
        color: #000;
        text-decoration: none;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        position: relative
    }

        .programmes-header .explore-link::after {
            content: "";
            position: absolute;
            left: 0;
            bottom: -6px;
            width: 100%;
            height: 3px;
            background: #e2b23a
        }

.programmes-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 60px
}

.programmes-header {
    margin-bottom: 60px;
    margin-top: 150px;
}

.programmes-wrapper {
    padding: 0;
    max-width: 1400px;
    margin: 100px auto;
    font-family: Georgia
}

@media (max-width:1024px) {
    .programmes-wrapper {
        margin: 60px auto !important;
        padding: 0 16px !important
    }

    .programmes-header {
        padding: 0 !important;
        margin: 0 0 28px !important
    }

    .programme-card, .programme-image {
        margin: 0 !important;
        width: 100% !important
    }

    .programmes-header h2 {
        font-size: 30px !important;
        line-height: 1.15 !important;
        margin: 0 0 10px !important
    }

    .programmes-header p {
        font-size: 15px !important;
        line-height: 1.65 !important;
        margin: 0 0 14px !important;
        max-width: 100% !important
    }

    .programmes-header .explore-link {
        font-size: 14px !important
    }

    .programmes-row {
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 18px !important
    }

        .programmes-row.top {
            margin-bottom: 18px !important
        }

    .programme-card {
        min-height: auto !important;
        padding: 0 !important;
        background: #f1ecf8 !important;
        border-radius: 14px !important;
        overflow: hidden !important;
        box-shadow: 0 10px 26px rgba(0,0,0,.08);
        transition: transform .25s,box-shadow .25s,background .25s
    }

    .programme-text {
        padding: 22px 18px 14px !important
    }

        .programme-text h3 {
            font-size: 18px !important;
            line-height: 1.25 !important;
            margin: 0 0 10px !important;
            color: #4b1d69 !important;
            font-weight: 700 !important
        }

        .programme-text p {
            font-size: 14px !important;
            line-height: 1.6 !important;
            margin: 0 0 14px !important;
            color: #000 !important;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden
        }

        .programme-text a {
            font-size: 14px !important;
            font-weight: 700 !important;
            color: #4b1d69 !important;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 6px
        }

    .programme-image {
        position: relative !important;
        right: auto !important;
        bottom: auto !important
    }

        .programme-image img {
            width: 100% !important;
            height: 210px !important;
            object-fit: cover !important;
            display: block !important
        }
}

@media (max-width:480px) {
    .programme-image img {
        height: 190px !important
    }
}

@media screen and (max-width:768px) {
    .programme-card, .programme-image, .programme-text {
        position: static !important;
        inset: auto !important
    }

    .programmes-wrapper {
        margin: 80px auto !important;
        padding: 0 16px !important
    }

    .programmes-row {
        display: flex !important;
        flex-direction: column !important;
        gap: 28px !important;
        margin: 0 !important
    }

    .programme-card {
        width: 100% !important;
        padding: 0 !important;
        min-height: auto !important;
        background: #f1ecf8 !important;
        border-radius: 14px;
        overflow: hidden !important;
        box-shadow: 0 10px 28px rgba(0,0,0,.12);
        transition: transform .25s,box-shadow .25s,background .25s
    }

    .programme-text {
        padding: 22px 18px 14px !important
    }

        .programme-text h3 {
            font-size: 18px !important;
            line-height: 1.25;
            margin-bottom: 10px;
            color: #4b1d69 !important
        }

        .programme-text p {
            font-size: 14px !important;
            line-height: 1.6;
            margin-bottom: 14px
        }

    .programme-image img {
        width: 100%;
        height: 210px;
        object-fit: cover;
        display: block
    }

    .programme-card:active {
        transform: scale(.98)
    }
}

.programme-card {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity .8s,transform .8s,background .3s,box-shadow .3s
}

    .programme-card:first-child {
        transition-delay: 50ms
    }

    .programme-card:nth-child(2) {
        transition-delay: 0.15s
    }

    .programme-card:nth-child(3) {
        transition-delay: 0.25s
    }

    .programme-card:nth-child(4) {
        transition-delay: 0.35s
    }

    .programme-card:nth-child(5) {
        transition-delay: 0.45s
    }

@media (hover:hover) {
    .info-card:hover video {
        opacity: 1
    }

    .programme-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 18px 40px rgba(0,0,0,.18)
    }
}
/* FIX: Make programmes header paragraph full width */
.programmes-header p {
    max-width: 100% !important;
}


#facilitiesCarousel {
    padding-block: clamp(48px,6vw,96px);
    overflow: hidden
}

    #facilitiesCarousel .facility-heading {
        text-align: center;
        color: #fff;
        margin-bottom: clamp(24px,4vw,40px)
    }

        #facilitiesCarousel .facility-heading .top-label {
            display: inline-block;
            background: #111;
            text-transform: uppercase;
            font-weight: 700;
            letter-spacing: .06em;
            padding: 8px 18px;
            border-radius: 999px;
            line-height: 1;
            font-size: clamp(.72rem, 1.6vw, .95rem);
            margin-bottom: clamp(10px,1.5vw,14px)
        }

        #facilitiesCarousel .facility-heading h2 {
            margin: 0;
            font-weight: 800;
            line-height: 1.15;
            color: #fff
        }

        #facilitiesCarousel .facility-heading .ls-gradient {
            background: linear-gradient(90deg,#00b4ff 0,#00ffa3 15%,#ffd84d 40%,#ffc300 70%,#ffae00 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: #4B1D69
        }

    #facilitiesCarousel .underline {
        width: 80px;
        height: 3px;
        background: #ffae00;
        margin: clamp(12px,2vw,20px) auto 0;
        border-radius: 2px
    }

    #facilitiesCarousel .facility-carousel-wrapper {
        width: min(1200px,95vw);
        margin-inline: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative
    }

    #facilitiesCarousel .facility-carousel {
        position: relative;
        perspective: 1600px;
        height: clamp(240px,40vw,420px);
        display: flex;
        justify-content: center;
        align-items: center
    }

    #facilitiesCarousel .facility-card {
        position: absolute;
        width: clamp(160px,26vw,320px);
        height: clamp(200px,33vw,400px);
        border-radius: 14px;
        overflow: hidden;
        transform-origin: center;
        cursor: grab;
        opacity: .75;
        transition: box-shadow .3s;
        box-shadow: 0 10px 25px rgba(255,255,255,.05)
    }

        #facilitiesCarousel .facility-card.active {
            transform: scale(1.18) !important;
            z-index: 10;
            box-shadow: 0 0 20px rgba(255,174,0,.5),0 10px 30px rgba(0,0,0,.8)
        }

            #facilitiesCarousel .facility-card.active::after {
                content: "";
                position: absolute;
                inset: 0;
                background: linear-gradient(to top,rgba(0,0,0,.7) 0,rgba(0,0,0,.3) 100%);
                z-index: 1
            }

    #facilitiesCarousel .overlay-content {
        display: none;
        color: #fff;
        text-align: left
    }

    #facilitiesCarousel .facility-card.active .overlay-content {
        display: block
    }

@media (max-width:768px) {
    .card-content, .cards-wrapper, .carousel-btn {
        display: flex !important
    }

    .info-cards {
        padding: 56px 0 !important
    }

    .carousel-container {
        position: relative;
        overflow: hidden
    }

    .card-content, .info-card, .media-box {
        position: relative !important
    }

    .cards-wrapper {
        gap: 18px !important;
        overflow-x: auto !important;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        padding: 0 16px 18px !important;
        scrollbar-width: none
    }

        .cards-wrapper::-webkit-scrollbar {
            display: none
        }

    .info-card {
        flex: 0 0 86% !important;
        scroll-snap-align: start;
        overflow: visible !important
    }

    .media-box {
        height: 240px !important;
        width: 100%;
        overflow: hidden !important;
        border-radius: 0 !important
    }

        .media-box img {
            width: 100% !important;
            height: 100% !important;
            object-fit: cover !important;
            display: block !important
        }

        .media-box video {
            display: none !important
        }

    .card-content {
        width: 92% !important;
        margin: -44px auto 0 !important;
        padding: 18px !important;
        background: #4b1d69 !important;
        box-shadow: 0 18px 38px rgba(0,0,0,.18) !important;
        min-height: 170px !important;
        flex-direction: column !important
    }

        .card-content h3 {
            font-size: 20px !important;
            line-height: 1.15 !important;
            margin: 0 0 10px !important;
            color: #fff !important
        }

        .card-content p {
            font-size: 14px !important;
            line-height: 1.55 !important;
            margin: 0 0 14px !important;
            color: #fff !important;
            display: -webkit-box !important;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden
        }

        .card-content a {
            margin-top: auto !important;
            color: #e2b23a !important;
            font-weight: 700 !important;
            text-decoration: none
        }

    .carousel-btn {
        position: absolute;
        top: 38%;
        transform: translateY(-50%);
        width: 42px;
        height: 42px;
        border-radius: 50%;
        border: none;
        background: rgba(0,0,0,.55);
        color: #fff;
        font-size: 26px;
        z-index: 10;
        align-items: center;
        justify-content: center
    }

        .carousel-btn.prev {
            left: 10px
        }

        .carousel-btn.next {
            right: 10px
        }

    .programmes-wrapper {
        padding-top: 80px !important;
        padding-bottom: 80px !important
    }

    #facilitiesCarousel .facility-carousel {
        perspective: 1200px !important;
        height: 260px !important
    }

    #facilitiesCarousel .facility-card {
        width: 68% !important;
        height: 68% !important;
        transform-origin: center !important
    }

        #facilitiesCarousel .facility-card.active {
            transform: scale(1.12) !important;
            z-index: 10 !important
        }

    #facilitiesCarousel .overlay-content {
        bottom: 10px;
        padding: 10px
    }

    #facilitiesCarousel {
        padding-bottom: 40px
    }
}

#facilitiesCarousel .facility-card::after {
    content: none !important
}

#facilitiesCarousel .facility-card::before {
    content: "";
    inset: 0
}

#facilitiesCarousel .facility-card img, #facilitiesCarousel .facility-card > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

#facilitiesCarousel .facility-card::after, #facilitiesCarousel .facility-card::before {
    content: none !important;
    background: 0 0 !important;
    box-shadow: none !important
}

#facilitiesCarousel .facility-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    opacity: 0;
    transition: opacity .3s
}

#facilitiesCarousel .facility-card.active::before, #facilitiesCarousel .facility-card:hover::before {
    opacity: 1
}

@media (max-width:992px) {
    #facilitiesCarousel .facility-card::before {
        opacity: 1;
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(to top,rgba(0,0,0,.75) 0,rgba(0,0,0,0) 70%);
        z-index: 1
    }

    #facilitiesCarousel .overlay-content {
        text-align: center;
        background: 0 0;
        position: absolute;
        bottom: 14px;
        left: 14px;
        right: 14px;
        z-index: 2;
        color: #fff
    }

    #facilitiesCarousel .facility-carousel {
        height: auto !important;
        perspective: none !important
    }

    #facilitiesCarousel .facility-card {
        background: #000;
        border-radius: 16px;
        overflow: hidden;
        border: 1px solid rgba(255,255,255,.15)
    }

        #facilitiesCarousel .facility-card img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block
        }
}

#facilitiesCarousel .overlay-content {
    position: absolute;
    bottom: 16px;
    left: 16px;
    right: 16px;
    z-index: 3;
    padding: 12px 14px;
    border-radius: 10px;
    background: rgba(0,0,0,.55);
    backdrop-filter: blur(2px)
}

    #facilitiesCarousel .overlay-content h3, #facilitiesCarousel .overlay-content p {
        margin: 0;
        color: #fff !important
    }

@media (max-width:768px) {
    #facilitiesCarousel .facility-carousel {
        perspective: 1200px !important;
        height: 260px !important
    }

    #facilitiesCarousel .facility-card {
        width: 70% !important;
        height: 70% !important
    }

        #facilitiesCarousel .facility-card.active {
            transform: scale(1.15) !important;
            z-index: 10
        }

        #facilitiesCarousel .facility-card:nth-child(n) {
            transform-origin: center !important
        }

    #facilitiesCarousel .overlay-content {
        padding: 10px;
        bottom: 12px
    }

    #facilitiesCarousel {
        padding-bottom: 40px
    }
}

@media (max-width:992px) {
    #facilitiesCarousel .facility-carousel {
        perspective: 1400px !important;
        height: 300px !important;
        overflow: visible !important
    }

    #facilitiesCarousel .facility-card {
        transform: translateX(0) rotateY(0) scale(1) !important;
        position: absolute !important;
        width: 72% !important;
        height: 72% !important
    }

        #facilitiesCarousel .facility-card.active {
            transform: scale(1.18) !important;
            border: 2px solid #ffae00;
            z-index: 10 !important
        }

    #facilitiesCarousel .overlay-content {
        bottom: 12px;
        padding: 10px;
        font-size: .85rem
    }
}

@media (max-width:768px) {
    #facilitiesCarousel .facility-carousel {
        width: 100% !important;
        height: 300px !important;
        perspective: 1400px !important;
        overflow: visible !important;
        position: relative !important
    }

    #facilitiesCarousel .facility-card {
        width: 240px !important;
        height: 320px !important;
        position: absolute !important;
        left: 50% !important;
        transform-origin: center !important
    }

        #facilitiesCarousel .facility-card.active {
            transform: scale(1.15) !important;
            z-index: 10 !important
        }

        #facilitiesCarousel .facility-card img {
            width: 100% !important;
            height: 100% !important;
            object-fit: cover !important
        }

    #facilitiesCarousel .overlay-content {
        bottom: 12px !important;
        padding: 10px !important;
        font-size: .85rem !important
    }
}

@media (max-width:992px) {
    #facilitiesCarousel .facility-card {
        transform: translateZ(0) !important;
        will-change: transform !important;
        flex: none !important;
        transform: translate(-50%,-50%) !important;
        transform-origin: center !important;
        flex: none !important
    }

    #facilitiesCarousel .facility-carousel {
        perspective: 1400px !important;
        perspective: 1400px !important
    }

    #facilitiesCarousel .overlay-content {
        padding: 10px !important;
        opacity: 1 !important;
        display: block !important;
        position: absolute !important;
        bottom: 16px !important;
        left: 16px !important;
        right: 16px !important;
        z-index: 5 !important;
        text-align: left !important
    }

    #facilitiesCarousel .facility-card, #facilitiesCarousel .facility-card.active {
        transform-style: preserve-3d !important
    }

    #facilitiesCarousel .overlay-content h3, #facilitiesCarousel .overlay-content p {
        display: block !important;
        color: #fff !important
    }

    #facilitiesCarousel .facility-card img {
        object-fit: cover !important;
        border-radius: 12px !important;
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important
    }

    #facilitiesCarousel .facility-card {
        transform-origin: center !important;
        flex: none !important;
        will-change: transform !important;
        position: absolute !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        top: 0 !important;
        bottom: 0 !important;
        margin: auto 0 !important;
        width: 240px !important;
        height: 330px !important;
        z-index: 2 !important
    }

        #facilitiesCarousel .facility-card::before {
            z-index: 1 !important
        }

    #facilitiesCarousel .facility-carousel {
        perspective: 1400px !important;
        overflow: visible !important;
        height: 400px !important;
        position: relative !important
    }
}

@media (max-width:768px) {
    #facilitiesCarousel .facility-carousel {
        perspective: none !important;
        perspective: none !important;
        display: block !important;
        position: relative !important;
        height: auto !important;
        overflow: visible !important;
        perspective: none !important
    }

    #facilitiesCarousel .facility-card {
        pointer-events: none;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        bottom: auto !important;
        max-width: 360px;
        border-radius: 14px;
        position: relative !important;
        width: 92% !important;
        margin: 0 auto 22px !important;
        transform: none !important;
        opacity: 0;
        display: none;
        z-index: 1 !important
    }

        #facilitiesCarousel .facility-card.active {
            pointer-events: auto;
            opacity: 1 !important;
            display: block !important;
            z-index: 5 !important
        }

    #facilitiesCarousel {
        padding-bottom: 40px
    }

        #facilitiesCarousel .facility-card img {
            width: 100% !important;
            height: auto !important;
            object-fit: cover !important;
            display: block
        }

        #facilitiesCarousel .overlay-content {
            position: absolute !important;
            bottom: 16px !important;
            left: 16px !important;
            right: 16px !important;
            z-index: 20 !important
        }
}

:root {
    --alw-purple-dark: #2a0f3f;
    --alw-purple: #4b1d6b;
    --alw-purple-soft: #6a2f91;
    --alw-gold: #ffae00;
    --alw-gold-soft: #f3d27a;
    --offwhite: #F7F5F1;
    --purple: #5f55ff;
    --gold: #d4af37;
    --text-main: #1a1a2e;
    --text-muted: #5f5f73;
    --card-bg: #ffffff
}

#facilitiesCarousel .facility-heading .top-label {
    background: var(--alw-purple-dark);
    color: #fff;
    border: 1px solid rgba(255,174,0,.35);
    font-family: Georgia
}

#facilitiesCarousel .facility-heading .ls-gradient {
    background: linear-gradient(90deg,var(--alw-gold) 0,#ffd977 40%,#fff 55%,var(--alw-gold) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Georgia
}

#facilitiesCarousel .underline {
    background: linear-gradient(90deg,transparent,var(--alw-gold),transparent)
}

#facilitiesCarousel .facility-card {
    box-shadow: 0 10px 30px rgba(0,0,0,.6),inset 0 0 0 1px rgba(255,255,255,.08);
    opacity: .7;
    font-family: Georgia
}

    #facilitiesCarousel .facility-card.active {
        border: 2px solid var(--alw-gold);
        box-shadow: 0 0 0 1px rgba(255,174,0,.4),0 0 28px rgba(255,174,0,.45),0 18px 40px rgba(0,0,0,.85);
        opacity: 1
    }

    #facilitiesCarousel .facility-card::before {
        background: linear-gradient(to top,rgba(18,0,24,.85) 0,rgba(75,29,107,.45) 55%,rgba(0,0,0,0) 100%)
    }

#facilitiesCarousel .overlay-content {
    background: linear-gradient(180deg,rgba(75,29,107,.65),rgba(18,0,24,.75));
    border: 1px solid rgba(255,174,0,.25);
    box-shadow: 0 10px 30px rgba(0,0,0,.6),inset 0 0 0 1px rgba(255,255,255,.06);
    font-family: Georgia
}

.contact-card, .contact-content h2, .contact-content p, .contact-form .form-control, .contact-form h2, .cta-btn:hover, .info-row {
    font-family: Georgia !important
}

#facilitiesCarousel .overlay-content h3 {
    font-weight: 800;
    letter-spacing: .5px;
    font-family: Georgia
}

#facilitiesCarousel .overlay-content p {
    opacity: .95;
    font-family: Georgia
}

#facilitiesCarousel .ls-animated-heading {
    color: #000 !important;
    font-size: 35px !important;
    background: 0 0 !important;
    -webkit-background-clip: initial !important;
    -webkit-text-fill-color: #000 !important;
    font-family: Georgia !important
}

#facilitiesCarousel .top-label {
    color: #4b1d69 !important;
    background: 0 0 !important;
    border-color: #4b1d69 !important;
    font-family: Georgia
}

@media (max-width:768px) {
    #facilitiesCarousel .facility-card {
        background: linear-gradient(180deg,var(--alw-purple),var(--alw-purple-dark));
        border: 1px solid rgba(255,174,0,.25)
    }

        #facilitiesCarousel .facility-card.active {
            box-shadow: 0 0 0 1px rgba(255,174,0,.4),0 0 22px rgba(255,174,0,.35)
        }

    #facilitiesCarousel .overlay-content {
        background: linear-gradient(180deg,rgba(75,29,107,.85),rgba(18,0,24,.9))
    }

    #facilitiesCarousel .ls-animated-heading {
        font-size: 20px !important
    }
}

#facilitiesCarousel .facility-card {
    box-shadow: 0 6px 16px rgba(0,0,0,.25)
}

    #facilitiesCarousel .facility-card.active {
        border: 2px solid #ffae00;
        box-shadow: 0 10px 22px rgba(0,0,0,.35),0 0 0 1px rgba(255,174,0,.25);
        box-shadow: 0 8px 18px rgba(0,0,0,.28)
    }

#facilitiesCarousel .overlay-content {
    box-shadow: none !important;
    backdrop-filter: blur(6px)
}

#facilitiesCarousel .facility-card {
    box-shadow: 0 4px 10px rgba(0,0,0,.18);
    transform-style: preserve-3d;
    backface-visibility: hidden;
    min-width: 240px;
    min-height: 320px;
    opacity: .95;
    transform: scale(.94)
}

#facilitiesCarousel .facility-carousel {
    perspective: 2200px !important
}

.contact-modern {
    background-color: #f1ecf8;
    padding: 80px 20px
}

.contact-card {
    background-color: var(--card-bg);
    border-radius: 36px;
    box-shadow: 0 24px 60px rgba(0,0,0,.12);
    padding: 60px 50px;
    max-width: 1180px
}

.badge-black, .cta-btn {
    background-color: var(--purple)
}

.badge-black {
    color: #fff;
    padding: 7px 18px;
    border-radius: 22px;
    font-size: .85rem;
    font-weight: 600;
    letter-spacing: .04em;
    display: inline-block;
    margin-bottom: 18px
}

.contact-content h2, .contact-form h2 {
    font-weight: 800;
    color: var(--text-main);
    font-size: 2.1rem;
    margin-bottom: 18px
}

.highlight {
    color: var(--gold)
}

.contact-form .form-control {
    background-color: #fff;
    border-radius: 14px;
    border: 1px solid #ddd;
    padding: 14px 16px;
    font-size: .95rem;
    transition: border-color .3s,box-shadow .3s
}

    .contact-form .form-control:focus {
        border-color: var(--purple);
        box-shadow: 0 0 0 3px rgba(95,85,255,.18);
        outline: 0
    }

.cta-btn {
    padding: 15px 26px;
    border: none;
    border-radius: 30px;
    font-weight: 600;
    font-size: 1rem;
    color: #fff;
    cursor: pointer;
    transition: background-color .3s,transform .3s
}

    .cta-btn:hover {
        transform: translateY(-2px);
        background-color: #3b1553 !important
    }

.map-container {
    margin-top: 26px;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 10px 24px rgba(0,0,0,.12)
}

    .map-container iframe {
        width: 100%;
        height: 130px;
        border: 0
    }

.map-overlay {
    background-color: rgba(0,0,0,.25)
}

.contact-content p {
    color: var(--text-muted);
    font-size: 1rem;
    margin-bottom: 28px;
    line-height: 1.6
}

.info-row {
    display: flex;
    flex-direction: column;
    gap: 18px
}

.info-box {
    display: flex;
    align-items: flex-start;
    padding: 18px 20px;
    border-radius: 18px;
    background-color: #f9f9f9;
    box-shadow: 0 6px 16px rgba(0,0,0,.08)
}

.contact-modern .badge-black, .cta-btn {
    background-color: #4b1d69 !important;
    font-family: Georgia !important
}

.info-box i {
    font-size: 1.35rem;
    margin-right: 14px;
    margin-top: 3px;
    color: var(--purple)
}

.info-box h6 {
    margin: 0 0 4px;
    font-weight: 600;
    font-size: 1rem;
    color: var(--text-main)
}

.info-box p {
    margin: 0;
    font-size: .95rem;
    color: #444;
    font-family: Georgia !important
}

@media (max-width:991px) {
    .contact-card {
        padding: 45px 26px
    }

    .contact-content {
        text-align: center
    }
}

@media (max-width:576px) {
    .contact-content h2, .contact-form h2 {
        font-size: 1.6rem
    }

    .map-container iframe {
        height: 200px
    }
}

.contact-modern .badge-black {
    color: #fff !important
}

.contact-modern i {
    color: #4b1d69 !important
}

.contact-modern .info-box i {
    color: #4b1d69 !important;
    padding: 10px;
    border-radius: 50%
}

/*h1*/



/* ========== HERO WRAP ========== */
.smart-hero-wrap {
    background: #f5f7fa;
    padding: 60px 20px;
}

/* ========== HERO CARD ========== */
.smart-hero {
    max-width: 1080px;
    height: 260px;
    margin: auto;
    background: rgb(75,29,105);
    border-radius: 22px;
    box-shadow: 0 16px 40px rgba(0,0,0,.25);
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ========== CONTENT ========== */
.smart-hero-content {
    text-align: center;
    color: #fff;
    padding: 0 28px;
}

/* ========== TITLE ========== */
.smart-title {
    font-size: 46px;
    font-weight: 800;
    letter-spacing: 3px;
    color: #f2b705;
    margin-bottom: 6px;
    position: relative;
}

    /* Gold underline */
    .smart-title::after {
        content: "";
        width: 80px;
        height: 3px;
        background: linear-gradient(90deg,#f2b705,#ffdd55);
        display: block;
        margin: 8px auto 0;
        border-radius: 2px;
    }

/* ========== TEXT ========== */
.smart-subtitle {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 6px;
}

.smart-desc {
    font-size: 14px;
    opacity: .9;
    margin-bottom: 22px;
}

/* ========== BUTTON ========== */
.smart-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 26px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 22px;
    background: #f2b705;
    color: #000;
    text-decoration: none;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(242,183,5,.6);
    }

    70% {
        box-shadow: 0 0 0 14px rgba(242,183,5,0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(242,183,5,0);
    }
}

/* ========== BELL (CONTINUOUS) ========== */
.bell {
    animation: ring 1.5s infinite;
    transform-origin: top center;
}

@keyframes ring {
    0% {
        transform: rotate(0);
    }

    10% {
        transform: rotate(15deg);
    }

    20% {
        transform: rotate(-15deg);
    }

    30% {
        transform: rotate(10deg);
    }

    40% {
        transform: rotate(-10deg);
    }

    50% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(0);
    }
}

/* ========== RESPONSIVE ========== */
@media (max-width: 480px) {

    .smart-hero-wrap {
        padding: 40px 14px; /* reduce white space */
    }

    .smart-hero {
        height: auto; /* let content decide height */
        padding: 26px 16px 30px; /* compact padding */
        border-radius: 18px;
    }

    .smart-title {
        font-size: 26px;
        letter-spacing: 2px;
        margin-bottom: 4px;
    }

        .smart-title::after {
            width: 56px;
            margin-top: 6px;
        }

    .smart-subtitle {
        font-size: 15px;
        line-height: 1.35;
        margin-bottom: 6px;
    }

    .smart-desc {
        font-size: 13px;
        line-height: 1.4;
        margin-bottom: 16px;
    }

    .smart-btn {
        font-size: 12px;
        padding: 8px 18px;
        border-radius: 18px;
    }

    .bell {
        font-size: 13px;
    }
}


@media (min-width: 1024px) {

    .smart-hero-wrap {
        padding: 50px 20px; /* slightly tighter */
    }

    .smart-hero {
        height: 220px; /* reduce height */
        border-radius: 26px;
    }

    .smart-title {
        font-size: 42px; /* slightly smaller */
        margin-bottom: 4px;
    }

        .smart-title::after {
            width: 72px;
            margin-top: 6px;
        }

    .smart-subtitle {
        font-size: 20px;
        margin-bottom: 6px;
    }

    .smart-desc {
        font-size: 14px;
        margin-bottom: 18px;
    }

    .smart-btn {
        padding: 9px 22px;
        font-size: 13px;
    }
}
/* Enable transform smoothly */
/* Base state */
.smart-title {
    display: inline-block;
    transform: scale(1);
    letter-spacing: 3px;
}

/* Premium slow zoom + micro spacing */
@keyframes softZoom {
    0% {
        transform: scale(1);
        letter-spacing: 3px;
    }

    50% {
        transform: scale(1.1); /* increased from 1.06 → 1.1 */
        letter-spacing: 4.5px; /* subtle breathing effect */
    }

    100% {
        transform: scale(1);
        letter-spacing: 3px;
    }
}

/* Active only when visible */
.smart-title.zoom-active {
    animation: softZoom 3.8s ease-in-out infinite;
}

@media (max-width: 480px) {

    .smart-btn {
        white-space: nowrap; /* 🔑 prevents line break */
        gap: 6px; /* reduce icon gap */
        padding: 8px 16px; /* slightly tighter */
        font-size: 11.5px; /* tiny reduction */
    }

        .smart-btn i {
            font-size: 12px; /* icon scales nicely */
        }
}


 