.con-services-slider {
    background: #fff;
}

.con-service-card {
    background: #fff;
    border-radius: 20px;
    padding: 32px;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.con-service-card h5 {
    font-weight: 700;
    margin: 20px 0 10px;
}

.con-service-card p {
    color: #555;
    line-height: 1.6;
}

.con-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 26px;
}

.con-blue {
    background: #1f6aa5;
}

.con-red {
    background: #d52b1e;
}

/* NAVIGATION */
.con-slider-nav {
    position: absolute;
    top: -60px;
    right: 0;
    display: flex;
    gap: 12px;
}

.con-prev,
.con-next {
    width: 42px;
    height: 42px;
    border: 2px solid #0a2540;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

/* NAVBAR */
.custom-navbar {
    background: #0a2540;
    padding-left: 3rem;
    padding-right: 3rem;
}

.logo-text {
    font-size: 28px;
    letter-spacing: 2px;
    font-weight: 400;
}

.navbar-nav .nav-link {
    font-size: 16px;
    letter-spacing: 0.5px;
}

.contact-link {
    border-bottom: 2px solid white;
    padding-bottom: 2px;
}

/* HERO SECTION */
.hero-section {
    height: 100vh;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.about-section {
    height: 80vh;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 88%;
    width: 100%;
    object-fit: cover;
    z-index: 1;
}

.about-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    object-fit: cover;
    z-index: 1;
}

/* Center Icon */
.hero-center-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    transform: translate(-50%, -50%);
}

.hero-center-icon img {
    width: 120px;
    opacity: 0.95;
}

/* Bottom text */
.hero-bottom-text {
    position: absolute;
    bottom: 15%;
    left: 0;
    width: 100%;
    z-index: 4;
}

.bottom-text {
    font-size: 16px;
    color: #ffffff;
    opacity: 0.9;
    letter-spacing: 0.5px;
    font-weight: 300;
}


.dining-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.dining-img-left {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.dining-img-right {
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* Elegant serif title */
.dining-title {
    /* font-family: "Times New Roman", serif; */
    font-size: 2.4rem;
    font-weight: 500;
    color: #0a2440;
}

/* Soft, modern paragraph text */
.dining-text {
    font-size: 1rem;
    line-height: 1.7;
    color: #444;
}

.this-month-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
    height: auto;
    max-height: 110vh;
}

/* Better spacing on mobile */
@media (max-width: 991px) {
    .dining-title {
        margin-top: 20px;
        text-align: center;
    }

    .dining-text {
        text-align: center;
    }
}

.food-slide {
    width: 380px !important;
}

.slide-content {
    position: relative;
    background: #fff;
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    height: 100%;
}

.slide-img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.slide-top {
    text-align: center;
    /* padding: 15px 0; */
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.slide-top span {
    font-size: 1.5rem;
    color: #fff;
    opacity: 0.9;
}

.slide-logo {
    width: 80px;
    opacity: 0.9;
}

.slide-title {
    display: block;
    font-size: 1.3rem;
    color: #fff;
    margin-top: 4px;
    letter-spacing: .5px;
}

.slide-bottom {
    position: absolute;
    bottom: 25px;
    left: 20px;
    color: #fff;
}

.icon-text {
    font-size: 1rem;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.food-slide {
    position: relative;
}

.food-slide::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.25);
    z-index: 1;
}

.left-full-img {
    height: 70%;
    width: 100%;
    object-fit: cover;
}

.event-item {
    gap: 20px;
}

.event-img-box {
    width: 150px;
    flex-shrink: 0;
}

.event-img {
    height: 120px;
    width: 100%;
    object-fit: cover;
    border-radius: 4px;
}

.section-title {
    font-size: 26px;
    font-weight: 500;
    color: #0a2540;
}

.event-date {
    font-size: 14px;
    color: #7b7b7b;
    margin-bottom: 6px;
}

.event-title {
    font-size: 26px;
    font-style: italic;
    /* font-family: "Times New Roman", serif; */
    margin-bottom: 8px;
    color: #0a2540;
}

.event-desc {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.event-link {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    color: #0a2540;
    text-decoration: none;
}

.event-link:hover {
    text-decoration: underline;
}

/* Global Image Animation Classes */
.con-img-animate {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
    will-change: opacity, transform;
}

.con-img-animate-visible {
    opacity: 1;
    transform: translateY(0);
}

/* initial hidden state for text (keeping existing logic) */
.con-text-animate {
    opacity: 0;
    transform: translateY(45px);
    transition: all 0.85s ease;
}

/* visible on scroll for text */
.con-text-animate-visible {
    opacity: 1;
    transform: translateY(0);
}

.color-white {
    color: #ffffff;
}

.bg-footer {
    background: #0a2540;
}


.consultation-section {
    padding: 80px 0;
    background: #f9fbff;
}

.consultation-badge {
    color: #0d6efd;
    font-weight: 600;
    margin-bottom: 10px;
    display: inline-block;
}

.consultation-title {
    font-size: 42px;
    font-weight: 800;
    color: #0a1a44;
}

.consultation-text {
    color: #6c757d;
    margin: 20px 0 40px;
    max-width: 500px;
}

.info-box {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.info-icon {
    width: 55px;
    height: 55px;
    background: #0d6efd;
    color: #fff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-right: 15px;
}

.form-card {
    background: #fff;
    border-radius: 20px;
    padding: 35px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
}

.form-control {
    border-radius: 8px;
    padding: 12px 15px;
}

.btn-primary {
    border-radius: 8px;
    padding: 12px;
    font-weight: 600;
}

.partner-card {
    flex-direction: column;
}

.w-20 {
    width: 20% !important;
}

hr {
    height: 5px !important;
    border-top: 3px solid #000 !important;
}

.about-bbtm .border-bottom {
    width: auto;
}

.about-bbtm p {
    color: #a3a3a3;
    font-size: 18px;
}

.exp-logos {
    width: 100px;
    height: 100px;
    object-fit: contain;
}

.slider-comLogo {
    width: 50px;
    height: auto;
}

.mySwiper2 .slide-content {
    display: flex;
    justify-content: center;
}

.pad-8rem {
    padding-right: 8rem;
}

.star-img {
    position: absolute;
    top: -12px;
    left: 46%;
    z-index: 999;
    background-color: #fff;
    padding: 0 10px;
}

.dining-section .setPad8rem {
    padding: 8rem;
}

.setPad10rem {
    padding-right: 10rem !important;
}

@media screen and (max-width: 1024px) {
    .pad-8rem {
        padding-right: 3rem !important;
        margin-bottom: 1rem;
    }

    .navbar-toggler.text-white {
        background-color: #fafafa;
    }

    .custom-navbar {
        padding: 1rem !important;
    }

    .star-img {
        left: 39% !important;
    }

    .dining-section .setPad8rem {
        padding: 3rem !important;
        text-align: start !important;
    }

    .expsetPad8rem {
        padding: 0 1rem !important;
    }

    .pt-5 {
        padding-top: unset !important;
    }

    .left-full-img {
        height: 100%;
    }

    .about-section {
        height: auto;
        padding: 10vh 0;
    }

    .setPad10rem {
        padding-right: 3rem !important;
    }

    .this-month-section {
        max-height: unset !important;
    }

    .navbar-nav.align-items-center {
        align-items: start !important;
    }

    .navbar-nav.align-items-center .nav-item.ms-5 {
        margin: unset !important;
    }

    .event-item {
            flex-direction: column;
        }
        .event-date.px-3 {
            padding-left: unset !important;
            padding-right: unset !important;
        }
}

.text-contact {
    color: #012647;
}

.social a {
    text-decoration: none !important;
    color: #012647 !important;
    margin-right: 0.25rem;
}

.start-con {
    border: 1.5px solid #012647;
    color: #012647;
    padding: 1rem;
    background: none;
    border-radius: 5px;
}

.start-con:hover {
    border: 1.5px solid #012647;
    color: #fff;
    background-color: #012647;
}