/* ===============================
   BASE & TYPOGRAPHY
================================ */
body {
    font-family: 'Inter', sans-serif;
}

h1, h2, h3 {
    font-family: 'Playfair Display', serif;
}

/* ===============================
   HERO SLIDER
================================ */
.hero-slider,
.hero-slide {
    height: 100vh;
}

.hero-slide {
    background-size: cover;
    background-position: center;
    position: relative;
}

.hero-slide .overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(0,0,0,.65), rgba(0,0,0,.35));
}

.carousel-fade .carousel-item {
    transition: opacity 1.2s ease-in-out;
}

/* ===============================
   PARALLAX SECTION
================================ */
.parallax-section {
    background-image:
        linear-gradient(rgba(0,0,0,.55), rgba(0,0,0,.75)),
        url('https://images.unsplash.com/photo-1502673530728-f79b4cab31b1');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

@media (max-width: 768px) {
    .parallax-section {
        background-attachment: scroll;
    }
}

/* ===============================
   VILLA CARD
================================ */
.villa-card {
    border: none;
    border-radius: 18px;
    overflow: hidden;
    transition: transform .5s ease, box-shadow .5s ease;
}

.villa-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 45px rgba(0,0,0,.15);
}

.villa-img-wrapper {
    overflow: hidden;
    height: 230px;
}

.villa-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .8s ease;
}

.villa-card:hover img {
    transform: scale(1.08);
}

/* ===============================
   PROPERTY OWNER – LUXURY STYLE
================================ */
.property-owner-section {
    position: relative;
    padding: 140px 0;
    background: radial-gradient(circle at center, #2b2b2b 0%, #111 70%);
    color: #fff;
    overflow: hidden;
}

.property-owner-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(#ffffff10 1px, transparent 1px);
    background-size: 24px 24px;
    opacity: .25;
}

.property-owner-section .container {
    position: relative;
    z-index: 2;
}

.po-eyebrow {
    font-size: 12px;
    letter-spacing: 2px;
    color: #aaa;
    margin-bottom: 18px;
}

.po-title {
    font-family: "Playfair Display", serif;
    font-size: 56px;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 24px;
}

.po-title span {
    color: #7c8b3a;
    font-style: italic;
}

.po-desc {
    font-size: 18px;
    color: #cfcfcf;
    max-width: 640px;
    margin: 0 auto;
    line-height: 1.7;
}

.po-features h5 {
    margin-top: 18px;
    font-size: 18px;
    font-weight: 500;
}

.po-features p {
    font-size: 14px;
    color: #aaa;
    max-width: 260px;
    margin: 8px auto 0;
}

.po-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: rgba(124, 139, 58, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-size: 26px;
    color: #7c8b3a;
    transition: all .4s ease;
}

.po-features .col-md-4:hover .po-icon {
    transform: translateY(-6px) scale(1.05);
    background: rgba(124, 139, 58, 0.25);
}

@media (max-width: 768px) {
    .po-title {
        font-size: 36px;
    }
}

/* ===============================
   HERO STATIC (optional fallback)
================================ */
.hero {
    min-height: 100vh;
    background: linear-gradient(rgba(0,0,0,.45), rgba(0,0,0,.45)),
        url('https://images.unsplash.com/photo-1505691938895-1758d7feb511') center/cover no-repeat;
}

/* ===============================
   WHY CHOOSE – PREMIUM STYLE
================================ */
.why-choose-premium {
    padding: 120px 0;
    background-color: #ffffff;
}

.wc-eyebrow {
    font-size: 12px;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color: #9a9a9a;
    margin-bottom: 16px;
}

.wc-title {
    font-size: 42px;
    line-height: 1.15;
    font-weight: 600;
    color: #111;
    margin-bottom: 28px;
}

.wc-desc {
    font-size: 17px;
    line-height: 1.8;
    color: #555;
    max-width: 520px;
}

.wc-image-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
}

.wc-image-wrap img {
    width: 100%;
    height: 460px;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.wc-image-wrap:hover img {
    transform: scale(1.04);
}

@media (max-width: 768px) {
    .why-choose-premium {
        padding: 80px 0;
    }

    .wc-title {
        font-size: 32px;
    }
}

/* ===============================
   NAVBAR PREMIUM ART
================================ */
.navbar.bg-art {
    background: linear-gradient(135deg, #000000, #111111);
    backdrop-filter: blur(8px);
    border-bottom: 1px solid rgba(255,255,255,0.05);
}

.navbar .navbar-brand {
    color: #f5f5dc; /* cream subtle luxury */
    font-family: 'Playfair Display', serif;
    letter-spacing: 1px;
    text-shadow: 0 1px 2px rgba(0,0,0,0.5);
    transition: all 0.3s ease;
}

.navbar .navbar-brand:hover {
    color: #e0d9b8;
    text-shadow: 0 2px 4px rgba(124,139,58,0.5);
    transform: scale(1.05);
}

.navbar .nav-link {
    color: rgba(255,255,255,0.85);
    font-weight: 500;
    transition: all 0.3s ease;
}

.navbar .nav-link:hover {
    color: #f5f5dc;
    text-shadow: 0 1px 3px rgba(124,139,58,0.4);
    transform: translateY(-2px);
}

.navbar .btn-outline-light {
    border-color: #f5f5dc;
    color: #f5f5dc;
    transition: all 0.3s ease;
}

.navbar .btn-outline-light:hover {
    background: #7c8b3a;
    border-color: #7c8b3a;
    color: #fff;
}

/* ===============================
   HERO SLIDER – BRIGHT MODE
================================ */
.hero-slide {
    background-size: cover;
    background-position: center;
    position: relative;
}

/* overlay jadi lebih terang / tipis */
.hero-slide .overlay {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.2); /* lebih terang */
    /* bisa juga pakai gradient: */
    /* background: linear-gradient(to bottom, rgba(255,255,255,0.2), rgba(255,255,255,0)); */
}

/* teks biar tetap kontras, pakai warna gelap */
.hero-slide .text-white {
    color: #111; /* lebih gelap untuk kontras */
    text-shadow: 0 1px 4px rgba(255,255,255,0.4);
}

.hero-slide .overlay {
    background: linear-gradient(
        rgba(255, 255, 255, 0.3),
        rgba(255, 255, 255, 0)
    );
}

.hero-slide .container {
    min-height: 60vh; /* tinggi hero dikurangi */
}

.hero-slide .text-white {
    /* Sudah flex container, tapi ini memastikan text selalu center */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}


.footer-social {
    display: flex;
    justify-content: center;
    gap: 18px;
}

.footer-social .social-link {
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255,255,255,.25);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    transition: all .3s ease;
}

.footer-social .social-link:hover {
    background: #fff;
    color: #000;
    transform: translateY(-3px);
}
