.elementor-2551 .elementor-element.elementor-element-f4c215e{--display:flex;}/* Start custom CSS for html, class: .elementor-element-f5e8fc0 *//* DESIGN SYSTEM LOGIC - REGAL ESTATE */
:root {
    --primary-green: #063c2c; /* Hijau Tua Mewah */
    --accent-gold: #c3a66b;    /* Emas Premium */
    --text-dark: #2c3e35;
    --text-light: #64748b;
    --white: #ffffff;
    --bg-light: #f8fafc;
}

.regal-wrapper {
    font-family: 'Montserrat', sans-serif;
    color: var(--text-dark);
    line-height: 1.6;
    overflow-x: hidden;
}

.re-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* 1. HERO STYLING */
.re-hero {
    position: relative;
    min-height: 95vh;
    background-image: url('https://regalestate.co.id/wp-content/uploads/2026/08/ChatGPT-Image-2-Agu-2026-02.41.49.png'); /* Masukkan gambar pemandangan utama Anda */
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    padding: 60px 40px;
    box-sizing: border-box;
}

.re-hero-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(to right, rgba(6, 60, 44, 0.85) 40%, rgba(6, 60, 44, 0.3));
    z-index: 1;
}

.re-hero-content {
    position: relative;
    z-index: 2;
    max-width: 650px;
    color: var(--white);
}

.re-hero-tag {
    font-size: 13px;
    letter-spacing: 2px;
    color: var(--accent-gold);
    font-weight: 600;
}

.re-hero-title {
    font-family: 'Playfair Display', serif;
    font-size: 46px;
    font-weight: 700;
    line-height: 1.2;
    margin: 15px 0 25px 0;
}

.re-hero-desc {
    font-size: 16px;
    color: #e2e8f0;
    margin-bottom: 35px;
}

.re-hero-btns {
    display: flex;
    gap: 15px;
    margin-bottom: 50px;
}

.re-btn {
    padding: 14px 28px;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.re-btn-gold {
    background-color: var(--accent-gold);
    color: var(--primary-green);
}

.re-btn-gold:hover {
    background-color: #b0945a;
}

.re-btn-outline {
    border: 2px solid var(--white);
    color: var(--white);
}

.re-btn-outline:hover {
    background-color: var(--white);
    color: var(--primary-green);
}

.re-scroll-down {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 11px;
    letter-spacing: 1px;
    color: #cbd5e1;
}

/* Hero Right Stack Items */
.re-hero-features {
    position: absolute;
    right: 60px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 20px;
    background: rgba(6, 60, 44, 0.55);
    padding: 30px;
    border-radius: 8px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    max-width: 320px;
}

.re-h-feat-item {
    display: flex;
    align-items: center;
    gap: 15px;
    color: var(--white);
}

.re-h-feat-icon {
    font-size: 28px;
    color: var(--accent-gold);
}

.re-h-feat-text h4 {
    margin: 0; font-size: 14px; font-weight: 600;
}

.re-h-feat-text p {
    margin: 2px 0 0 0; font-size: 12px; color: #cbd5e1;
}

/* 2. ABOUT STYLING */
.re-about {
    padding: 80px 0;
    background-color: var(--white);
}

.re-about-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 50px;
    align-items: center;
}

.re-about-img img {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

.re-section-tag {
    color: var(--accent-gold);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
}

.re-section-title {
    font-family: 'Playfair Display', serif;
    font-size: 34px;
    color: var(--primary-green);
    margin: 10px 0 20px 0;
}

.re-section-desc {
    color: var(--text-light);
    font-size: 15px;
    margin-bottom: 30px;
}

.re-about-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

.re-ab-feat {
    display: flex;
    gap: 15px;
}

.re-ab-feat i {
    font-size: 24px;
    color: var(--accent-gold);
    margin-top: 3px;
}

.re-ab-feat h5 {
    margin: 0 0 5px 0; font-size: 15px; color: var(--primary-green);
}

.re-ab-feat p {
    margin: 0; font-size: 13px; color: var(--text-light);
}

/* 3. PROJECT GRID STYLING */
.re-projects {
    padding: 80px 0;
    background-color: var(--bg-light);
}

.re-center-title h2 {
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    color: var(--primary-green);
    text-align: center;
    margin-bottom: 45px;
    letter-spacing: 1px;
}

.re-project-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.re-project-card {
    background: var(--white);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.04);
    display: flex;
    flex-direction: column;
}

.re-proj-img {
    height: 240px;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: flex-end;
    padding: 20px;
}

.re-proj-card-overlay {
    position: absolute;
    top:0; left:0; width:100%; height:100%;
    background: linear-gradient(to top, rgba(6, 60, 44, 0.9) 25%, transparent 70%);
    z-index: 1;
}

.re-proj-img h3, .re-proj-img span {
    position: relative; z-index: 2; color: var(--white); margin: 0;
}

.re-proj-img span { font-size: 12px; letter-spacing: 1px; text-transform: uppercase; color: var(--accent-gold); }
.re-proj-img h3 { font-size: 22px; font-weight: 700; }

.re-proj-meta {
    padding: 15px 20px;
    border-bottom: 1px solid #edf2f7;
    display: flex;
    justify-content: space-between;
    font-size: 11px;
    color: var(--text-light);
}

.re-proj-meta i { color: var(--accent-gold); }

.re-proj-brief {
    padding: 20px;
    font-size: 14px;
    color: var(--text-light);
    flex-grow: 1;
    margin: 0;
}

.re-proj-btn {
    margin: 0 20px 20px 20px;
    background: var(--primary-green);
    color: var(--white);
    text-align: center;
    padding: 12px;
    text-decoration: none;
    font-weight: 700;
    font-size: 13px;
    border-radius: 4px;
    transition: background 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.re-proj-btn:hover {
    background: var(--accent-gold);
}

/* 4. WHY BOGOR (DARK GREEN) */
.re-why {
    background-color: var(--primary-green);
    padding: 80px 0;
}

.white-title h2 { color: var(--white) !important; }

.re-why-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
    text-align: center;
}

.re-why-item {
    color: var(--white);
}

.re-why-item i {
    font-size: 32px;
    color: var(--accent-gold);
    margin-bottom: 15px;
}

.re-why-item h4 {
    font-size: 13px; margin: 0 0 8px 0; font-weight: 700; letter-spacing: 0.5px;
}

.re-why-item p {
    font-size: 11px; color: #cbd5e1; margin: 0;
}

/* 5. STATS COUNTER */
.re-stats {
    padding: 50px 0;
    background-color: var(--white);
    border-bottom: 1px solid #e2e8f0;
}

.re-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.re-stat-box {
    display: flex;
    align-items: center;
    gap: 15px;
}

.re-stat-box i {
    font-size: 36px;
    color: var(--accent-gold);
}

.re-stat-box h3 {
    margin: 0; font-size: 26px; font-weight: 800; color: var(--primary-green);
}

.re-stat-box p {
    margin: 0; font-size: 14px; font-weight: 600; color: #1e293b;
}

.re-stat-box p span {
    font-size: 11px; color: var(--text-light); font-weight: 400;
}

/* 6. BOTTOM BANNER CTA */
.re-cta-banner {
    padding: 40px 0;
    background-image: linear-gradient(rgba(6, 60, 44, 0.85), rgba(6, 60, 44, 0.85)), url('https://regalestate.co.id/wp-content/uploads/footer-banner-bg.jpg');
    background-size: cover;
    background-position: center;
}

.re-cta-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.re-cta-left {
    display: flex;
    align-items: center;
    gap: 20px;
    color: var(--white);
}

.re-cta-phone-icon {
    font-size: 36px;
    color: var(--accent-gold);
}

.re-cta-text h3 { margin: 0 0 5px 0; font-size: 22px; font-family: 'Playfair Display', serif; }
.re-cta-text p { margin: 0; font-size: 14px; color: #cbd5e1; }

.re-cta-wa-btn {
    background-color: var(--accent-gold);
    color: var(--primary-green);
    padding: 15px 30px;
    font-weight: 700;
    font-size: 13px;
    text-decoration: none;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s;
}

.re-cta-wa-btn:hover {
    background-color: #b0945a;
    transform: translateY(-2px);
}

/* RESPONSIVE DESIGN FOR TABLET & MOBILE */
@media (max-width: 1024px) {
    .re-why-grid { grid-template-columns: repeat(3, 1fr); gap: 30px; }
    .re-hero-features { display: none; } /* Hilangkan panel kanan pada tablet/hp agar tidak bertumpuk */
    .re-project-grid { grid-template-columns: repeat(2, 1fr); }
    .re-stats-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
    .re-about-grid { grid-template-columns: 1fr; }
    .re-project-grid { grid-template-columns: 1fr; }
    .re-why-grid { grid-template-columns: repeat(2, 1fr); }
    .re-stats-grid { grid-template-columns: 1fr; }
    .re-hero-title { font-size: 32px; }
    .re-hero-btns { flex-direction: column; }
    .re-cta-container { flex-direction: column; text-align: center; gap: 25px; }
    .re-cta-left { flex-direction: column; }
}/* End custom CSS */