@font-face {
    font-family: 'CorporativeBlack';
    src: url('/static/ASSETS/font/CorporativeBlack.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CorporativeLight';
    src: url('/static/ASSETS/font/CorporativeLight.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'CorporativeBlack', sans-serif;
}

p {
    font-family: 'CorporativeLight', sans-serif;

}

/* NAVBAR TRANSPARENT */
.custom-navbar {
    background-color: transparent !important;
    border-bottom: none;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
}

.custom-navbar .nav-link {
    color: #e0e0e0 !important;
}

.custom-navbar .nav-link.active,
.custom-navbar .nav-link:hover {
    color: #ffffff !important;
}


.navbar-brand img {
    height: 60px;
}

.btn-membership {
    background-color: #d9bca4;
    color: #000;
    border-radius: 10px;
}

.btn-membership:hover {
    background-color: #c9a578;
    color: #000;
}


.hero-section {
    background-color: #333333;
    background-image: url('/static/ASSETS/Logo Riserva_RISERVA - Logo Icon (Colorized).png');

    /* gambar besar */
    background-size: 75%;

    /* geser gambar sedikit ke kiri supaya tidak keliatan terpotong */
    background-position: -300px center;

    background-repeat: no-repeat;

    /* hero full screen */
    min-height: 100vh;

    position: relative;
    padding: 140px 0;
}

/* overlay untuk membuat gambar agak pudar */
.hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(51, 51, 51, 0.9); /* warna #333 + pudar */
    backdrop-filter: brightness(0.75); /* bikin gambar sedikit redup */
}


.hero-section .container {
    position: relative;
    z-index: 2;
}


.hero-img {
    width: 600px;
    max-width: none;
}

/* ========================== */
/* 1200px - Laptop kecil      */
/* ========================== */
@media (max-width: 1200px) {

    .navbar-brand img {
        height: 52px;
    }

    .hero-section {
        background-size: 90%;
        background-position: -220px center;
        padding: 120px 0;
    }

    .hero-img {
        max-width: 330px;
    }

    .hero-section h1 {
        font-size: 42px;
    }
}


/* ========================== */
/* 992px - Tablet landscape   */
/* ========================== */
@media (max-width: 992px) {

    .custom-navbar {
        background-color: rgba(0, 0, 0, 0.4) !important;
        backdrop-filter: blur(4px);
    }

    .nav-link {
        text-align: center;
        padding: 12px 0;
    }

    .navbar-brand img {
        height: 48px;
    }

    .hero-section {
        background-size: 110%;
        background-position: -180px center;
        padding: 110px 0;
    }

    .hero-img {
        max-width: 300px;
    }
}


/* ========================== */
/* 768px - Tablet portrait    */
/* ========================== */
@media (max-width: 768px) {
    .hero-section {
        padding-top: 150px !important; /* dari sebelumnya 140px */
    }

    .custom-navbar {
        background-color: rgba(0, 0, 0, 0.5) !important;
    }

    .navbar-brand img {
        height: 44px;
    }

    .hero-section {
        background-size: 130%;
        background-position: -150px center;
        padding: 90px 0;
        min-height: auto;
        text-align: center;
    }

    .hero-section h1 {
        font-size: 34px;
    }

    .hero-section p {
        font-size: 18px;
        margin: 0 auto;
    }

    .hero-img {
        max-width: 50px;
        margin: 20px auto 0;
        display: block;
    }

    .hero-section .container {
        text-align: center;
    }
}


/* ========================== */
/* 576px - HP kecil           */
/* ========================== */
@media (max-width: 576px) {

    .navbar-brand img {
        height: 38px;
    }

    .hero-section {
        background-size: 170%;
        background-position: 0 center;
        padding: 70px 0;
    }

    .hero-section h1 {
        font-size: 28px;
    }

    .hero-section p {
        font-size: 12px;
    }

    .hero-img {
        max-width: 50px;
    }
}


/* ========================== */
/* Extra small (<= 400px)     */
/* ========================== */
@media (max-width: 400px) {

    .navbar-brand img {
        height: 34px;
    }

    .hero-section {
        background-size: 200%;
        background-position: center;
        padding: 60px 0;
    }

    .hero-section h1 {
        font-size: 24px;
    }

    .hero-img {
        max-width: 120px;
    }
}


.vip-benefit-section {
    margin-top: -160px; /* naikkan agar nempel gambar */
    position: relative;
    z-index: 5;
}

/* CARD WRAPPER */
.vip-benefit-wrapper {
    background: #f4f1ee; /* warna cream */
    padding: 35px 40px;
    border-radius: 15px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

.vip-card {
    border: 1px solid #dcdcdc;
    border-radius: 8px;
    display: flex;
    align-items: flex-start; /* biar icon sejajar atas */
    gap: 15px; /* jarak antara icon dan teks */
    padding: 15px;
    text-align: left; /* teks rata kiri */
}

.vip-card .icon {
    flex-shrink: 0; /* icon tidak mengecil */
}

.vip-card .icon img {
    width: 55px;
    opacity: 0.8;
}

.vip-card h4 {
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 6px;
    color: #4b4b4b;
}

.vip-card p {
    font-size: 13px;
    color: #666;
    margin: 0;
}

/* Atur teks dalam kolom terpisah */
.vip-card-text {
    display: flex;
    flex-direction: column;
}


/* ============= RESPONSIVE ============= */

/* TABLET LANDSCAPE - 1024px */
@media (max-width: 1024px) {
    .vip-benefit-wrapper {
        grid-template-columns: repeat(3, 1fr);
        padding: 30px;
        gap: 20px;
    }

    .vip-card .icon img {
        width: 50px;
    }
}

/* TABLET - 768px */
@media (max-width: 768px) {
    .vip-benefit-wrapper {
        grid-template-columns: repeat(2, 1fr);
        padding: 25px;
        gap: 20px;
    }

    .vip-card .icon img {
        width: 48px;
    }
}

/* MOBILE - 480px */
@media (max-width: 480px) {
    .vip-benefit-wrapper {
        grid-template-columns: 1fr;
        padding: 20px;
        gap: 18px;
    }

    .vip-card {
        padding: 10px;
    }

    .vip-card .icon img {
        width: 45px;
    }

    .vip-card h4 {
        font-size: 14px;
    }

    .vip-card p {
        font-size: 12px;
    }
}


/* ABOUT SECTION */
.about-section {
    margin-top: -20px;
    position: relative;
    z-index: 1;
    overflow: hidden;

}

/* background ilustrasi pudar */
.about-section::before {
    content: "";
    position: absolute;
    inset: 0;

    background-image: url('/static/ASSETS/background section.webp'); /* gambarnya upload sendiri */
    background-size: 80%;
    background-position: left center;
    background-repeat: no-repeat;

    opacity: 0.75; /* bikin pudar */
    filter: blur(1px); /* biar soft */
}

/* konten naik di atas background */
.about-section .container {
    position: relative;
    z-index: 2;
}

/* subtitle */
.about-subtitle {
    color: #b15f5f;
    font-weight: 600;
    font-size: 0.9rem;
    letter-spacing: 1px;
}

/* title */
.about-title {
    font-size: 2.3rem;
    color: #333;
}

/* description */
.about-desc {
    color: #444;
    font-size: 1rem;
}

/* list */
.about-list {
    list-style: none;
    padding-left: 0;
}

.about-list li {
    margin-bottom: 8px;
    position: relative;
    padding-left: 20px;
    color: #333;
}

.about-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 2px;
    color: #b2573c;
    font-size: 0.9rem;
}

/* VIP Card Image */
.about-card-img {
    max-width: 90%;
    filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.2));
    border-radius: 12px;
}

/* BADGE MEMBERSHIP */
/* BADGE MEMBERSHIP */
.about-badge {
    background: #d7b389;
    display: inline-block;
    padding: 15px 25px;
    border-radius: 12px 0 0 12px;
    text-align: left;
    margin-top: 10px;
    align-self: start; /* <- PENTING */
}


.badge-number {
    font-size: 2rem;
    font-weight: 800;
    color: #8a3d3d;
}

.badge-text {
    display: block;
    font-size: 0.9rem;
    margin-top: -5px;
    color: #5a2b2b;
}

/* ===========================
   RESPONSIVE – TABLET (≤991px)
   =========================== */
@media (max-width: 991px) {

    .about-card-img {
        max-width: 70%;
        margin-bottom: 20px;
    }

    .about-title {
        font-size: 1.9rem;
    }

    /* Tetap dua kolom di tablet */
    .about-section .row {
        flex-direction: row !important;
        align-items: flex-start;
    }

    .about-section .row .col-lg-6 {
        width: 50%;
        margin-bottom: 0;
    }

    /* Badge tetap di kanan */
    .about-badge {
        margin-top: 0;
        width: auto;
        padding: 12px 20px;
        border-radius: 12px 0 0 12px;
        text-align: right;
    }
}

/* ===========================
   RESPONSIVE – MOBILE (≤767px)
   =========================== */
@media (max-width: 767px) {

    .about-section {
        padding: 40px 0;
        text-align: center;
    }

    .about-card-img {
        max-width: 80%;
        margin: 0 auto 20px;
    }

    .about-title {
        font-size: 1.8rem;
    }

    /* TETAP 2 KOLOM DI MOBILE */
    .about-section .row {
        flex-direction: row !important;
        justify-content: space-between;
        text-align: left !important; /* list tetap kiri */
    }

    .about-section .row .col-lg-6 {
        width: 50%;
    }

    /* List kiri normal */
    .about-list li {
        padding-left: 28px;
        font-size: 0.95rem;
    }

    /* Badge tetap di kanan, tidak full width */
    .about-badge {
        width: auto !important;
        text-align: right;
        padding: 10px 15px;
        margin-top: 0 !important;
        border-radius: 10px 0 0 10px;
    }

    .badge-number {
        font-size: 1.7rem;
    }
}

/* ===========================
   RESPONSIVE – VERY SMALL (≤480px)
   =========================== */
@media (max-width: 480px) {

    .about-section {
        background-size: 200%;
        background-position: center;
        padding: 60px 0;
    }

    /* tetap berdampingan tapi lebih rapat */
    .about-section .row .col-lg-6 {
        width: 50%;
    }

    .about-title {
        font-size: 1.6rem;
    }

    .badge-number {
        font-size: 1.4rem;
    }

    .about-badge {
        padding: 10px;
    }
}

/* ===========================
   CTA MEMBERSHIP WRAPPER
   =========================== */
.cta-membership {
    width: 100%;
    display: grid;
    grid-template-columns: 50% 50%;
    background: #333;
    min-height: 280px;
}


/* ===========================
   LEFT CONTENT (TEXT + STEPS)
   =========================== */
.cta-left {
    padding: 10px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: white;
}

.cta-left h2 {
    font-size: 2.3rem;
    font-weight: 700;
    margin-bottom: 10px;
}


/* Button */
.cta-btn {
    display: inline-block;
    margin-top: 12px;
    padding: 10px 22px;
    font-size: 1.1rem;
    font-weight: 600;
    color: #000;
    background: #d9bca4;
    border-radius: 40px;
    text-decoration: none;
    transition: 0.3s ease;
    white-space: nowrap;
}

.cta-btn:hover {
    background: #c3a58c;
    transform: translateY(-2px);
}


/* ===========================
   RIGHT IMAGE (FRYER)
   =========================== */
/* RIGHT IMAGE AREA MENAMPUNG 2 GAMBAR */
.cta-right {
    display: flex;
    flex-direction: row; /* gambar sejajar kiri–kanan */
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px;
}

.cta-right img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
}

/* Atur ukuran masing-masing gambar supaya muat */
.cta-right .steps-fryer-img {
    width: 48%;
}


/* ===========================
   STEPS SECTION — HORIZONTAL
   =========================== */
.steps-container {
    margin-top: 40px;
    display: flex;
    flex-direction: row; /* ← HORIZONTAL */
    justify-content: space-between;
    gap: 18px;
    width: 100%; /* ← Supaya muat 3 step */
}

.step-box {
    flex: 1; /* ← bagi rata */
    text-align: center;
    color: white;
    padding: 6px 3px;
    border-radius: 12px;
    transition: 0.25s ease;
}

.step-box:hover {
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-5px);
}

.step-icon {
    font-size: 1.5rem;
    margin-bottom: 15px;
}

.step-title {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 8px;
}

.step-desc {
    font-size: 1.05rem;
    opacity: 0.9;
}


/* Wrapper steps + fryer */
.steps-fryer-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
}

.steps-fryer-img-wrap {
    width: 55%;
    display: flex;
    justify-content: center;
}

.steps-fryer-img {
    max-width: 100%;
    height: auto;
    filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.2));
}


/* ===========================
   RESPONSIVE
   =========================== */

/* Tablet ≤ 991px */
@media (max-width: 991px) {
    .step-icon {
        font-size: 2rem;
    }

    .cta-left h2 {
        font-size: 2rem;
    }
}


/* Mobile ≤ 767px */
@media (max-width: 767px) {

    .cta-membership {
        grid-template-columns: 1fr;
    }

    .cta-right {
        order: 1;
    }

    .cta-left {
        order: 2;
        text-align: center;
        padding: 40px 20px;
    }

    .cta-right img {
        height: 250px;
        object-fit: cover;
    }

    /* STEP kembali VERTICAL di mobile */
    .steps-container {
        flex-direction: column; /* ← balik vertical */
        width: 100%;
    }

    .steps-fryer-img-wrap {
        width: 70%;
        margin: 0 auto;
    }

    .step-box {
        background: rgba(255, 255, 255, 0.08);
        padding: 18px;
        border-radius: 12px;
        transform: none !important;
    }
}


/* Extra Small ≤ 480px */
@media (max-width: 480px) {
    .cta-left h2 {
        font-size: 1.6rem;
    }

    .cta-right img {
        height: 220px;
    }

    .cta-btn {
        padding: 7px 15px;
        font-size: 0.9rem;
        border-radius: 25px;
    }
}

/* Membership price image only */
.membership-price {
    padding: 50px 20px;
    background: #f7f7f7;
}

.price-box {
    max-width: 1100px;
    margin: auto;
    background: white;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.price-img.only-image {
    width: 100%;
    height: auto;
    border-radius: 12px;
    object-fit: cover;
}

.price-info ul li {
    margin-bottom: 8px;
}

/* === ROADMAP SECTION === */
.membership-roadmap {
    padding: 60px 20px;
    background: #ffffff;
}

.roadmap-title {
    text-align: center;
    margin-bottom: 40px;
    font-size: 28px;
    font-weight: bold;
}

/* FLEXIBLE FOR 5 OR MORE STEPS */
.roadmap-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 30px;
    max-width: 1100px;
    margin: auto;
    position: relative;
    padding-bottom: 40px;
}

/* Horizontal line */
.roadmap-container::before {
    content: "";
    position: absolute;
    top: 22px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #e67e22;
    z-index: 0;
}

.roadmap-step {
    text-align: center;
    position: relative;
    z-index: 2;
}

.circle {
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: #e67e22;
    color: white;
    font-weight: bold;
    border-radius: 50%;
    margin: auto;
    font-size: 18px;
    z-index: 3;
}

.roadmap-box {
    margin-top: 15px;
    background: #f7f7f7;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.07);
    z-index: 3;
}

/* Remove line on mobile */
@media (max-width: 768px) {
    .roadmap-container::before {
        display: none;
    }

    .roadmap-container {
        grid-template-columns: 1fr;
    }
}


/* SECTION GLOBAL */
.who-needs-us-section {
    position: relative;
    padding-top: 140px;
    padding-bottom: 80px;

    /* warna base */
    background-color: #fbf5ef;

    background-image: url('/static/ASSETS/Logo Riserva_RISERVA - Logo Icon (Colorized).png');

    background-size: 75%; /* ukuran gambar */
    background-position: -250px center; /* geser kiri sedikit */
    background-repeat: no-repeat;

    z-index: 1;
}

/* overlay agar gambar pudar */
.who-needs-us-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(251, 245, 239, 0.8);
    backdrop-filter: brightness(0.9);
    z-index: -1; /* jangan nutup konten */
}

/* TITLE */
.who-needs-us-section h2 {
    font-size: 38px;
    font-weight: 700;
    color: #5a5a5a;
}

/* HERO IMAGE */
.wnu-hero-img {
    max-height: 480px;
    object-fit: cover;
}

/* HERO IMAGE WRAPPER */
.who-needs-us-section .row.align-items-center {
    position: relative;
}

/* CARD CONTAINER OVERLAP */
.who-needs-us-section .g-4 {
    margin-top: -20px; /* naikkan card untuk menimpa gambar */
    position: relative;
    z-index: 10; /* pastikan card muncul di atas gambar */
}

/* CARD STYLE */
.wnu-card {
    background: #fff;
    padding: 25px;
    border-radius: 14px;
    text-align: center;
    min-height: 350px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
}


/* CARD WRAPPER */
.wnu-card {
    background: #fff;
    padding: 25px;
    border-radius: 14px;
    text-align: center;
    min-height: 275px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    transition: all .3s ease;
}

.wnu-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
}

/* CARD IMAGES */
.wnu-img {
    width: 160px;
    margin-top: 15px;
}

/* CENTER BUTTON */
.who-needs-us-section .btn-dark {
    padding: 10px 25px;
}

/* ===========================
   TABLET LANDSCAPE ≤1200px
   =========================== */
@media (max-width: 1200px) {

    .who-needs-us-section {
        background-size: 90%;
        background-position: -200px center;
        padding-top: 120px;
    }

    .wnu-card {
        min-height: 330px;
        padding: 22px;
    }
}

/* ===========================
   TABLET PORTRAIT ≤991px
   =========================== */
@media (max-width: 991px) {

    /* Background lebih kecil */
    .who-needs-us-section {
        background-size: 120%;
        background-position: -180px center;
        padding-top: 110px;
    }

    /* Hero image */
    .wnu-hero-img {
        max-height: 360px;
    }

    /* Card overlap lebih rendah */
    .who-needs-us-section .g-4 {
        margin-top: -50px;
    }

    /* Title */
    .who-needs-us-section h2 {
        font-size: 32px;
        text-align: center;
        margin-bottom: 25px;
    }

    /* Card grid berubah 2 kolom */
    .wnu-card {
        min-height: 300px;
        padding: 20px;
    }

    .wnu-img {
        width: 130px;
    }
}

/* ===========================
   MOBILE ≤767px
   =========================== */
@media (max-width: 767px) {

    .who-needs-us-section {
        padding-top: 80px;
        padding-bottom: 60px;

        background-size: 200%;
        background-position: center top;
    }

    /* Hero image lebih kecil */
    .wnu-hero-img {
        max-height: 260px;
        width: 100%;
        object-fit: cover;
    }

    /* Card tidak overlap terlalu tinggi */
    .who-needs-us-section .g-4 {
        margin-top: -35px;
    }

    /* Card jadi 1 kolom */
    .wnu-card {
        min-height: auto;
        padding: 18px;
        text-align: center;
    }

    .wnu-img {
        width: 110px;
        margin-bottom: 15px;
    }

    /* Title */
    .who-needs-us-section h2 {
        font-size: 26px;
        text-align: center;
    }

    /* Button center */
    .who-needs-us-section .btn-dark {
        display: block;
        margin: 25px auto 0;
    }
}

/* ===========================
   VERY SMALL ≤480px
   =========================== */
@media (max-width: 480px) {

    .who-needs-us-section {
        background-size: 250%;
        padding-top: 70px;
    }

    .wnu-hero-img {
        max-height: 220px;
    }

    .wnu-card {
        padding: 16px;
    }

    .wnu-img {
        width: 100px;
    }

    .who-needs-us-section h2 {
        font-size: 22px;
    }
}


/* BACKGROUND */
.benefits-section {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;

    /* warna base + pattern */
    background-color: #2f2f2f;
    background-image: url('/static/ASSETS/Logo Riserva_RISERVA - Logo Icon (Colorized).png');

    background-repeat: no-repeat, repeat;
    background-size: 75%, cover; /* 70% = ukuran logo */
    background-position: 850px center, center;

    z-index: 1;
}

/* overlay agar background pudar */
.benefits-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(47, 47, 47, 0.85); /* sedikit pudar di atas pattern */
    backdrop-filter: brightness(0.85);
    z-index: -1;
}

/* VIP CARD IMAGE */
.benefit-card-img {
    max-width: 90%;
    filter: drop-shadow(0 8px 25px rgba(0, 0, 0, 0.4));
    border-radius: 12px;
}

/* CARD */
.benefit-card {
    background: #fff;
    border-radius: 16px;
    padding: 18px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.18);
    transition: 0.3s;
}

.benefit-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
}

/* IMAGE */
.benefit-img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 15px;
}

/* DESCRIPTION */
.benefit-desc {
    font-size: 14px;
    text-align: center;
    min-height: 70px;
    color: #333;
}

/* BUTTON */
.benefits-section .btn-outline-light {
    border-radius: 8px;
    padding: 10px 22px;
}

/* ========================= */
/* RESPONSIVE DESKTOP 1200px */
/* ========================= */
@media (max-width: 1200px) {
    .benefits-section {
        background-size: 90%, cover;
        background-position: 700px center, center;
    }

    .benefit-card-img {
        max-width: 320px;
    }
}


/* ========================= */
/* RESPONSIVE TABLET 992px   */
/* ========================= */
@media (max-width: 992px) {
    .benefits-section {
        padding-top: 60px;
        padding-bottom: 60px;
        background-size: 110%, cover;
        background-position: 600px center, center;
    }

    .benefit-card-img {
        max-width: 280px;
        margin-bottom: 30px;
    }

    .benefit-desc {
        min-height: auto;
        font-size: 13px;
    }
}


/* ========================= */
/* RESPONSIVE TABLET SMALL 768px */
/* ========================= */
@media (max-width: 768px) {
    .benefits-section {
        padding-top: 50px;
        padding-bottom: 50px;

        /* background logo otomatis mengecil dan agak turun */
        background-size: 60%;
        background-position: center 120px;
    }

    .benefit-card-img {
        max-width: 250px;
        margin: 0 auto 30px auto;
        display: block;
    }

    .benefit-card {
        padding: 16px;
    }

    .benefit-desc {
        font-size: 13px;
    }
}


/* ========================= */
/* RESPONSIVE MOBILE 576px   */
/* ========================= */
@media (max-width: 576px) {
    .benefits-section {
        padding-top: 40px;
        padding-bottom: 40px;

        /* background pattern kecil dan center */
        background-size: 80%;
        background-position: center top;
    }

    .benefit-card-img {
        max-width: 210px;
        margin-bottom: 25px;
    }

    .benefit-card {
        padding: 14px;
        border-radius: 12px;
    }

    .benefit-desc {
        font-size: 12px;
    }

    .benefits-section .btn-outline-light {
        padding: 8px 18px;
        font-size: 14px;
    }
}


/* ========================= */
/* RESPONSIVE MOBILE SMALL 430px */
/* ========================= */
@media (max-width: 430px) {

    .benefits-section {
        background-size: 95%;
        background-position: center 20px;
    }

    .benefit-card-img {
        max-width: 180px;
    }

    .benefit-desc {
        font-size: 12px;
    }
}


.team-ops-section {
    background: #f6f1eb; /* warna krem seperti contoh */
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
}

/* Text style */
.team-ops-section h2 {
    font-size: 38px;
    color: #4a4a4a;
}

/* Image style */
.team-ops-img {
    max-height: 660px;
    object-fit: cover;
    border-radius: 14px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

/* ========================= */
/* DESKTOP ≥ 1200px          */
/* ========================= */
@media (max-width: 1200px) {
    .team-ops-section h2 {
        font-size: 34px;
    }

    .team-ops-img {
        max-height: 600px;
    }
}


/* ========================= */
/* TABLET LANDSCAPE ≤ 992px  */
/* ========================= */
@media (max-width: 992px) {
    .team-ops-section {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .team-ops-section h2 {
        font-size: 32px;
        text-align: center;
        margin-bottom: 30px;
    }

    .team-ops-img {
        max-height: 520px;
        margin: 0 auto;
        display: block;
        width: 100%;
    }
}


/* ========================= */
/* TABLET PORTRAIT ≤ 768px   */
/* ========================= */
@media (max-width: 768px) {
    .team-ops-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .team-ops-section h2 {
        font-size: 28px;
    }

    .team-ops-img {
        max-height: 450px;
        border-radius: 12px;
    }
}


/* ========================= */
/* MOBILE ≤ 576px            */
/* ========================= */
@media (max-width: 576px) {
    .team-ops-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .team-ops-section h2 {
        font-size: 24px;
        text-align: center;
    }

    .team-ops-img {
        max-height: 360px;
        border-radius: 10px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    }
}


/* ========================= */
/* MOBILE SMALL ≤ 430px      */
/* ========================= */
@media (max-width: 430px) {
    .team-ops-section h2 {
        font-size: 22px;
    }

    .team-ops-img {
        max-height: 300px;
    }
}

/* ====== OUR LOCATION SECTION ====== */
/* WRAPPER GRID */
.location-gallery {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}

/* Gambar besar atas */
.location-gallery .large-img {
    height: 400px;
    width: 100%;
    object-fit: cover;
    border-radius: 12px;
}

/* Container dua gambar kecil */
.location-gallery .small-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

/* Gambar kecil */
.location-gallery .small-img {
    height: 300px; /* Tinggi fix → pasti sejajar */
    width: 100%;
    object-fit: cover;
    border-radius: 12px;
}

/* Responsive */
@media (max-width: 768px) {
    .location-gallery .large-img {
        height: 220px;
    }

    .location-gallery .small-img {
        height: 120px;
    }
}

@media (max-width: 480px) {
    .location-gallery .large-img {
        height: 200px;
    }

    .location-gallery .small-img {
        height: 110px;
    }
}


.riserva-footer {
    background: #2f2f2f; /* warna abu gelap */
    color: #d6c0a9; /* warna emas soft */
    font-weight: bold;
}

.footer-logo {
    width: 350px;
}

/* CONTACT LINK STYLE (PUTIH / EMAS SOFT + NO UNDERLINE) */
.footer-contact a {
    color: #d6c0a9;
    text-decoration: none;
}

.footer-contact a:hover {
    color: #ffffff;
}

.footer-subtitle {
    margin-top: 5px;
    font-size: 14px;
    letter-spacing: 2px;
    color: #d6c0a9;
}

/* LINKS */
.footer-links li a {
    color: #d6c0a9;
    text-decoration: none;
    font-size: 14px;
}

.footer-links li a:hover {
    color: #d6c0a9;
}

/* CONTACT */
.footer-contact li {
    font-size: 14px;
    margin-bottom: 6px;
}

.footer-contact i {
    color: #d66b5c; /* warna icon merah lembut sesuai gambar */
    margin-right: 6px;
}

/* KECILKAN LOGO */
.footer-logo {
    width: 300px; /* kecilkan dari 200px → 160px */
    display: block;
}

/* AGAR LINK TIDAK NAIK KE TENGAH GAMBAR */
.riserva-footer .col-lg-4 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start; /* pastikan mulai dari atas */
}

/* SPACE ANTAR KOLOM BIAR RAPI */
.footer-links li,
.footer-contact li {
    margin-bottom: 8px;
}

/* ICON AGAR RATA ATAS */
.footer-contact li i {
    vertical-align: top;
    color: #d6c0a9 !important;
}

.footer-bottom {
    background-color: #d6c0a9;
    color: #000000;
}

/* ===========================
   RESPONSIVE FOOTER
   =========================== */

/* Max width 1200px (Laptop besar) */
@media (max-width: 1200px) {
    .footer-logo {
        width: 260px;
    }
}

/* Max width 992px (Tablet landscape) */
@media (max-width: 992px) {
    .riserva-footer .col-lg-4 {
        align-items: flex-start;
        text-align: left;
        margin-bottom: 30px;
    }

    .footer-logo {
        width: 230px;
        margin-bottom: 10px;
    }

    .footer-links li a,
    .footer-contact li {
        font-size: 13px;
    }
}

/* Max width 768px (Tablet portrait / HP besar) */
@media (max-width: 768px) {
    .footer-logo {
        width: 200px;
    }

    .footer-subtitle {
        font-size: 13px;
        letter-spacing: 1.5px;
    }

    .footer-links li a,
    .footer-contact li {
        font-size: 13px;
    }

    .footer-contact li i {
        font-size: 14px;
    }
}

/* Max width 576px (HP kecil) */
@media (max-width: 576px) {
    .riserva-footer {
        text-align: start;
    }

    .riserva-footer .col-lg-4 {
        align-items: start;
        text-align: start;
    }

    .footer-logo {
        width: 180px;
        margin: 0 auto 10px;
    }

    .footer-links,
    .footer-contact {
        padding: 0;
    }

    .footer-links li,
    .footer-contact li {
        margin-bottom: 6px;
        font-size: 13px;
    }

    .footer-bottom {
        font-size: 13px;
        padding: 12px 0;
    }
}






