@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&display=swap');

:root {
    --brand-gold: #dba833;
    --primary: #dba833;
    --primary-dark: #b98a21;
    --bg-primary: #ffffff;
    --bg-secondary: #f5f7fb;
    --text-primary: #1f2937;
    --text-secondary: #64748b;
    --border-color: #e5e7eb;
    --hover-bg: #f8fafc;
    --card-shadow: rgba(17, 24, 39, 0.14);
    --footer-bg-start: #0f0f0f;
    --footer-bg-end: #000000;
}

body {
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
    background: var(--bg-primary, #f8fafc);
    color: var(--text-primary, #1e293b);
}

/* Top bar */
.resort-topbar {
    background: var(--brand-gold);
    color: #111;
    padding: 2px 0 5px;
    font-size: 14px;
    font-family: 'Roboto Condensed', sans-serif;
    border-bottom: 2px solid rgba(255,255,255,.35);
}

.resort-top-link {
    color: #111;
    text-decoration: none;
    font-weight: 400;
}

.resort-top-link:hover {
    color: #000;
    opacity: .85;
}

.resort-social {
    width: 20px;
    height: 20px;
    margin-left: 6px;
    color: #fff;
    background: rgba(0,0,0,.45);
    border-radius: 10%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 10px;
    transition: .2s ease;
}

.resort-social:hover {
    color: #fff;
    transform: translateY(-1px);
}

/* Brand-colored social icons (matching WordPress Elementor) */
.resort-social--facebook  { background: #3b5998; }
.resort-social--google    { background: #69727d; }
.resort-social--youtube   { background: #cd201f; }
.resort-social--instagram { background: #9f2794; }
.resort-social--tripadvisor { background: #589442; }
.resort-social--whatsapp  { background: #25d366; }

/* Navbar */
.resort-navbar {
    background: rgba(0,0,0,.88) !important;
    border-bottom: 1px solid rgba(255,255,255,.12);
    backdrop-filter: blur(6px);
    padding: 0;
}

.resort-main-menu .nav-link {
    color: #fff !important;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
    font-size: 14px;
    padding: 30px 0 !important;
    margin: 0 7px;
    text-transform: uppercase;
    white-space: nowrap;
}

.resort-main-menu .nav-link:hover,
.resort-main-menu .nav-link:focus,
.resort-main-menu .show > .nav-link {
    color: var(--brand-gold) !important;
}

.resort-dropdown {
    background: #161616;
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 10px;
    padding: 8px;
}

.resort-dropdown .dropdown-item {
    color: #fff;
    border-radius: 8px;
    padding: 8px 12px;
}

.resort-dropdown .dropdown-item:hover {
    background: rgba(219,168,51,.2);
    color: #fff;
}

.resort-contact-btn {
    background: var(--brand-gold);
    color: #fff;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 15px;
    border-radius: 3%;
    padding: 20px 30px;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    transition: .2s ease;
}

.resort-contact-btn:hover {
    color: #fff;
    filter: brightness(.95);
    transform: translateY(-1px);
}

.resort-navbar .navbar-toggler {
    filter: invert(1);
}

.page-header {
    min-height: 360px;
    display: flex;
    align-items: center;
}

footer {
    background: linear-gradient(135deg, var(--footer-bg-start, #1e293b) 0%, var(--footer-bg-end, #0f172a) 100%) !important;
}

.resort-footer {
    background: linear-gradient(135deg, #111111 0%, #000000 100%);
    color: #fff;
}

.resort-footer-title {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-size: 28px;
    margin-bottom: 14px;
    color: var(--brand-gold);
}

.resort-footer-text {
    font-family: 'Roboto Condensed', sans-serif;
    color: rgba(255,255,255,0.85);
}

.resort-footer-links li {
    margin-bottom: 7px;
    list-style: "◂  ";
    color: var(--brand-gold);
}

.resort-footer-links a {
    font-family: 'Roboto', sans-serif;
    color: rgba(255,255,255,0.85);
    text-decoration: none;
    transition: .2s ease;
}

.resort-footer-links a:hover {
    color: var(--brand-gold);
}

.resort-footer-social {
    width: 24px;
    height: 24px;
    border-radius: 10%;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 12px;
    transition: .2s ease;
}

.resort-footer-social:hover {
    opacity: 0.85;
    color: #fff;
}

/* Footer social brand colors */
.resort-footer-social--facebook   { background: #3b5998; }
.resort-footer-social--google     { background: #69727d; }
.resort-footer-social--youtube    { background: #cd201f; }
.resort-footer-social--instagram  { background: #e1aa38; }
.resort-footer-social--tripadvisor { background: #589442; }
.resort-footer-social--whatsapp   { background: #25d366; }

.resort-footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.15);
    background: rgba(0,0,0,0.35);
}

/* WhatsApp Floating Button */
.whatsapp-float {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--primary, #22c55e) 0%, var(--primary-dark, #16a34a) 100%);
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    box-shadow: 0 4px 20px var(--card-shadow, rgba(0,0,0,.2));
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
    text-decoration: none;
}

.whatsapp-float:hover {
    transform: scale(1.08) translateY(-4px);
    color: #fff;
}

@media (max-width: 991px) {
    .resort-main-menu .nav-link { padding: 10px 0 !important; margin: 0; }
    .resort-contact-btn { width: 100%; justify-content: center; padding: 14px 22px; }
    .page-header { min-height: 260px; }
}

@media (max-width: 576px) {
    .resort-topbar { font-size: 12px; }
    .resort-topbar .resort-topbar-left { gap: 6px !important; }
    .resort-topbar .resort-top-link { font-size: 12px; }
    .resort-footer-title { font-size: 22px; }
    .resort-footer-text { font-size: 14px; word-break: break-word; }
    .resort-footer-link { word-break: break-word; }
    .whatsapp-float { width: 50px; height: 50px; font-size: 24px; bottom: 20px; right: 16px; }
    .page-header { min-height: 200px; }
}

/* Instagram Footer Grid */
.resort-instagrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
}

.resort-instagrid a img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 4px;
    transition: opacity .2s ease;
    display: block;
}

.resort-instagrid a:hover img {
    opacity: 0.80;
}

/* Follow on Instagram button (matches WordPress Smash Balloon style) */
.resort-insta-follow-btn {
    display: inline-flex;
    align-items: center;
    margin-top: 12px;
    padding: 7px 14px;
    background: #408BD1;
    color: #fff;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
    transition: opacity .2s ease;
}

.resort-insta-follow-btn:hover {
    opacity: 0.85;
    color: #fff;
}

/* Footer contact links */
.resort-footer-link {
    color: rgba(255,255,255,0.85);
    text-decoration: none;
    transition: color .2s ease;
}

.resort-footer-link:hover {
    color: var(--brand-gold);
}
