:root {
    --resort-green: #1a3c34;
    --resort-orange: #ff7b00;
}

.contact-page-wrapper {
    display: flex;
    min-height: 100vh;
    background: #fdfdfd;
}


/* LEFT SIDE */

.contact-side-panel {
    width: 45%;
    padding: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.resort-label {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--resort-orange);
    margin-bottom: 15px;
    display: block;
}

.contact-header h1 {
    font-size: 3.5rem;
    color: var(--resort-green);
    line-height: 1.1;
    margin-bottom: 20px;
}

.contact-info-grid {
    margin: 40px 0;
}

.info-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 30px;
}

.info-icon {
    font-size: 1.4rem;
    color: var(--resort-orange);
    padding-top: 5px;
}

.info-text h3 {
    font-size: 1rem;
    color: var(--resort-green);
    margin-bottom: 5px;
}

.info-text p {
    color: #666;
    font-size: 1rem;
}


/* Amenities Glass Bar */

.amenities-glass-bar {
    background: rgba(26, 60, 52, 0.05);
    padding: 20px;
    border-radius: 20px;
    display: flex;
    gap: 25px;
    width: fit-content;
    margin-bottom: 40px;
}

.amenities-glass-bar i {
    color: var(--resort-green);
    font-size: 1.2rem;
    opacity: 0.7;
    transition: 0.3s;
}

.amenities-glass-bar i:hover {
    opacity: 1;
    color: var(--resort-orange);
}

.social-minimal a {
    margin-right: 20px;
    color: var(--resort-green);
    font-size: 1.2rem;
    transition: 0.3s;
}

.social-minimal a:hover {
    color: var(--resort-orange);
}


/* RIGHT SIDE (MAP) */

.map-side-panel {
    width: 55%;
    background: #eee;
    position: relative;
    filter: grayscale(0.2) contrast(1.1);
    /* Professional map look */
}


/* DARK MODE */

body.dark-mode .contact-page-wrapper {
    background: #121212;
}

body.dark-mode .contact-header h1 {
    color: #fff;
}

body.dark-mode .info-text h3 {
    color: #eee;
}

body.dark-mode .info-text p {
    color: #aaa;
}

body.dark-mode .amenities-glass-bar {
    background: rgba(255, 255, 255, 0.05);
}

body.dark-mode .amenities-glass-bar i {
    color: #fff;
}


/* Clickable Info Items */

.info-item {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;
    border-radius: 20px;
    transition: all 0.3s ease;
    text-decoration: none;
    /* Remove underline from links */
    border: 1px solid transparent;
}

.clickable-item:hover {
    background: rgba(26, 60, 52, 0.03);
    border-color: rgba(26, 60, 52, 0.1);
    transform: translateX(10px);
}

.arrow-icon {
    margin-left: auto;
    font-size: 0.8rem;
    color: #ccc;
    transition: 0.3s;
}

.clickable-item:hover .arrow-icon {
    color: var(--resort-orange);
    transform: translateX(5px);
}


/* Complex Item (Phone/WhatsApp) */

.complex-item {
    background: #ffffff;
}

.action-links {
    margin-top: 10px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.action-btn {
    font-size: 0.85rem;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: 0.3s;
}

.call-link {
    color: var(--resort-green);
}

.whatsapp-link {
    color: #25d366;
}

.action-btn:hover {
    opacity: 0.7;
    text-decoration: underline;
}

.divider {
    color: #eee;
    font-weight: 100;
}


/* Dark Mode Adjustments */

body.dark-mode .clickable-item:hover {
    background: rgba(255, 255, 255, 0.05);
}

body.dark-mode .divider {
    color: #444;
}


/* MOBILE RESPONSIVE */


/* =========================
   MOBILE RESPONSIVE FIX
   ========================= */

@media (max-width: 1024px) {
    .contact-side-panel {
        padding: 50px;
    }
    .contact-header h1 {
        font-size: 2.8rem;
    }
}


/* TABLET + MOBILE STACK */

@media (max-width: 768px) {
    .contact-page-wrapper {
        flex-direction: column;
    }
    .contact-side-panel {
        width: 100%;
        padding: 40px 25px;
    }
    .map-side-panel {
        width: 100%;
        height: 300px;
    }
    .contact-header h1 {
        font-size: 2.2rem;
    }
    .info-item {
        padding: 15px;
        gap: 15px;
    }
    .amenities-glass-bar {
        flex-wrap: wrap;
        width: 100%;
        gap: 15px;
        justify-content: flex-start;
    }
    .social-minimal {
        margin-top: 20px;
    }
}


/* SMALL PHONES */

@media (max-width: 480px) {
    .contact-side-panel {
        padding: 25px 18px;
    }
    .contact-header h1 {
        font-size: 1.8rem;
    }
    .resort-label {
        font-size: 0.7rem;
        letter-spacing: 2px;
    }
    .info-item {
        flex-direction: column;
        align-items: flex-start;
    }
    .arrow-icon {
        margin-left: 0;
        margin-top: 10px;
    }
    .amenities-glass-bar {
        padding: 15px;
        gap: 12px;
    }
    .map-side-panel {
        height: 250px;
    }
}


/* =========================
   CONTACT HERO MOBILE FIX
   ========================= */


/* HERO SECTION */

.contact-hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 120px 20px 60px;
    box-sizing: border-box;
    /* FIX IMAGE CROPPING */
    background: url('img/contact.jpg') center center / contain;
}


/* OVERLAY */

.hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}


/* CONTENT */

.hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 700px;
    color: #fff;
}


/* WHATSAPP BUTTON */

.whatsapp-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 25px;
    padding: 14px 28px;
    background: #25D366;
    color: #fff;
    font-weight: 700;
    border-radius: 50px;
    text-decoration: none;
    transition: 0.3s ease;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
}

.whatsapp-btn:hover {
    transform: translateY(-3px);
    background: #1ebe5d;
}


/* TABLET */

@media (max-width: 768px) {
    .contact-hero {
        min-height: 70vh;
        padding: 100px 20px 40px;
        background-position: center top;
        background-size: cover;
    }
    .hero-content h1 {
        font-size: 2.2rem;
        line-height: 1.2;
    }
    .hero-content p {
        font-size: 1rem;
        margin-top: 10px;
    }
}


/* SMALL PHONES */

@media (max-width: 480px) {
    .contact-hero {
        min-height: 65vh;
        padding: 90px 15px 30px;
        background-position: center top;
        background-size: cover;
    }
    .hero-content h1 {
        font-size: 1.8rem;
    }
    .hero-content p {
        font-size: 0.95rem;
    }
}