/* ===== FONTS ===== */
@font-face {
    font-family: 'IvyOraDisplay';
    src: url('./font/IvyOraDisplay-RegularItalic.woff2') format('woff2');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'SofiaPro';
    src: url('./font/SofiaProRegular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

body {
    font-family: 'SofiaPro', 'Helvetica Neue', Arial, sans-serif;
}

.ivy-heading,
.dining-title,
.con-hero-title,
.event-title,
.ivy-title {
    font-family: 'IvyOraDisplay', 'Times New Roman', serif;
    font-style: italic;
}

.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: 58px;
    padding-right: 58px;
}

.logo-text {
    font-size: 28px;
    letter-spacing: 2px;
    font-weight: 400;
}

.navbar-brand img {
    width: 160px !important;
    height: auto;
}

.navbar-nav .nav-link {
    font-size: 16px;
    letter-spacing: 0.5px;
}

.active-nav-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;
    padding-left: 46px;
    padding-right: 46px;
}

.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: 'IvyOraDisplay', 'Times New Roman', serif;
    font-style: italic;
    font-size: 2.4rem;
    font-weight: 400;
    color: #0a2440;
}

/* Soft, modern paragraph text */
.dining-text {
    font-family: 'SofiaPro', 'Helvetica Neue', Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.7;
    color: #444;
}

/* Global section padding 58px */
.section-pad {
    padding-left: 58px !important;
    padding-right: 58px !important;
}

.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: 0 !important;
    border: none !important;
    border-top: 1px solid #d7b977 !important;
    opacity: 1 !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;
    filter: brightness(0) invert(1);
}

.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;
}

/* Co-Develop Section Styles */
.con-hero-section {
    position: relative;
    /* Use a high-quality background image here */
    background-image: url('./img/kit/Mask group (4).png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 500px;
    /* Adjust height as needed */
    width: 100%;
    overflow: hidden;
    padding: 6rem 0;
    display: flex;
    align-items: center;
    /* Center content vertically */
}

/* Overlay for text readability */
.con-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.con-hero-title {
    font-family: 'IvyOraDisplay', 'Times New Roman', serif;
    font-style: italic;
    font-weight: 400;
    font-size: 3rem;
    letter-spacing: 0.5px;
    z-index: 2;
    position: relative;
    margin-bottom: 1.5rem;
}

.con-hero-title.fs-48 {
    font-size: 3rem;
}

.con-hero-text {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    opacity: 0.9;
    font-weight: 300;
    z-index: 2;
    position: relative;
    margin-bottom: 2rem;
}

.con-hero-btn {
    background-color: #ffffff;
    color: #0a2540;
    /* Dark navy text */
    font-weight: 600;
    border-radius: 4px;
    border: 1px solid #ffffff;
    transition: all 0.3s ease;
    z-index: 2;
    position: relative;
    text-transform: capitalize;
    font-size: 1rem;
    padding: 12px 30px;
    text-decoration: none;
    display: inline-block;
}

.con-hero-btn:hover {
    background-color: transparent;
    /* Transparent on hover */
    color: #ffffff;
    /* White text on hover */
    border-color: #ffffff;
}

/* Separator Styles */
.con-separator-line {
    border: 0;
    border-top: 1px solid #d7b977 !important;
    opacity: 1;
    margin: 0;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 0;
}

.con-separator-icon {
    position: relative;
    z-index: 1;
    background-color: #ffffff;
    /* White background to hide line behind icon */
    padding: 0 20px;
    display: inline-block;
}

.con-separator-icon img {
    height: 24px;
    /* Adjust size based on design */
    width: auto;
    opacity: 0.8;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .con-hero-title {
        font-size: 2.5rem;
    }

    .con-hero-section {
        padding: 4rem 0;
        min-height: 400px;
    }

    .con-separator-icon {
        padding: 0 10px;
    }
}

.swiper-button-next,
.swiper-button-prev {
    color: #0a2540 !important;
}

/* ===== INLINE DIVIDER (golden, 1pt) ===== */
.divider-gold {
    border: none;
    border-top: 1px solid #d7b977;
    opacity: 1;
    margin: 0;
    padding: 0 58px;
}

/* ===== RESTAURANT FOOD GRID (home page) ===== */
.restaurant-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
}

.restaurant-grid-item {
    position: relative;
    overflow: hidden;
    aspect-ratio: 3/4;
}

.restaurant-grid-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.restaurant-grid-item .restaurant-name {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    font-family: 'SofiaPro', sans-serif;
    font-size: 0.75rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 4px 6px;
    background: linear-gradient(transparent, rgba(0,0,0,0.55));
}

/* ===== SLIDER LEFT-ALIGNED LOGO ===== */
.slide-top .icon-text-left {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 20px;
}

/* ===== ABOUT / EXPERIENCE SECTION PADDING ===== */
.section-pad-64 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
}

/* ===== EXP LOGO SIZING ===== */
.exp-logos-sm {
    width: 80px;
    height: 80px;
    object-fit: contain;
}

/* ===== FOOTER CONTACT ALIGNMENT ===== */
.con-footer .footer-contact-item {
    margin-bottom: 6px;
    font-size: 13px;
    opacity: 0.85;
}

/* ===== CONTACT PAGE ===== */
.contact-send-btn {
    background: #0b2a4a;
    color: #fff;
    border: none;
    padding: 12px 0;
    font-family: 'SofiaPro', sans-serif;
    letter-spacing: 0.5px;
    text-align: center;
}

.contact-send-btn:hover {
    background: #012647;
    color: #fff;
}

@media (min-width: 992px) {
    .w-lg-30 { width: 30% !important; }
    .contact-form-col { padding-left: 140px; }
    .img24-spacing { padding-right: 250px !important; }
}

/* ===== HERO SECTION LOGO POSITION ===== */
.hero-center-icon {
    position: absolute;
    top: 42%;
    left: 50%;
    z-index: 3;
    transform: translate(-50%, -50%);
}

.hero-center-icon img {
    width: 160px;
    opacity: 0.95;
}

@media (max-width: 1024px) {
    .custom-navbar {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .restaurant-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}