/*
Theme Name: Anjushree Luxury Resort & Spa
Theme URI: https://anjushree.com
Author: Man-Of-Kind
Author URI: https://anjushree.com
Description: A bespoke, luxury 5-star hotel and resort WordPress theme featuring editorial typography, immersive glassmorphism, responsive grid layouts, rich interactive micro-animations, and AI-optimized SEO schema.
Version: 2.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: anjushree-luxury
*/

/* ==========================================================================
   1. CSS VARIABLES & DESIGN SYSTEM (LUXURY PALETTE)
   ========================================================================== */
:root {
    --primary-gold: #c5a880;
    --gold-hover: #b39366;
    --gold-light: #e5d4bc;
    --bg-dark: #0f141c;
    --bg-card-dark: #171f2b;
    --bg-light: #faf9f6;
    --bg-card-light: #ffffff;
    --text-primary: #1a202c;
    --text-muted: #64748b;
    --text-light: #f8fafc;
    --accent-emerald: #10b981;
    --accent-bronze: #8b5a2b;
    --font-heading: 'Playfair Display', Georgia, serif;
    --font-body: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    --shadow-soft: 0 10px 30px rgba(0, 0, 0, 0.05);
    --shadow-dramatic: 0 20px 40px rgba(0, 0, 0, 0.15);
    --border-subtle: rgba(197, 168, 128, 0.2);
    --transition-smooth: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ==========================================================================
   2. GLOBAL RESETS & TYPOGRAPHY
   ========================================================================== */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

body {
    font-family: var(--font-body);
    background-color: var(--bg-light);
    color: var(--text-primary);
    line-height: 1.7;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-heading);
    color: #0f172a;
    letter-spacing: -0.02em;
    font-weight: 700;
}

a {
    color: var(--primary-gold);
    text-decoration: none;
    transition: var(--transition-smooth);
}

a:hover {
    color: var(--gold-hover);
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* ==========================================================================
   3. NAVIGATION & HEADER
   ========================================================================== */
.site-header {
    position: fixed;
    top: 1.25rem;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 4rem);
    max-width: 1400px;
    z-index: 1000;
    background: rgba(15, 20, 28, 0.75);
    backdrop-filter: blur(16px) saturate(180%);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    border: 1px solid rgba(197, 168, 128, 0.3);
    border-radius: 16px;
    padding: 0.85rem 2.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35), 0 0 30px rgba(197, 168, 128, 0.1);
    transition: var(--transition-smooth);
}


.site-title a {
    font-family: var(--font-heading);
    font-size: 1.75rem;
    font-weight: 800;
    color: var(--primary-gold);
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.site-title span {
    display: block;
    font-size: 0.65rem;
    font-family: var(--font-body);
    color: #94a3b8;
    letter-spacing: 0.2em;
}

.main-navigation {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.main-navigation ul {
    display: flex;
    list-style: none;
    gap: 1.5rem;
    align-items: center;
    margin: 0;
    padding: 0;
}

.main-navigation a {
    color: var(--text-light);
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    position: relative;
    padding: 0.5rem 0;
    white-space: nowrap;
}

.main-navigation a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--primary-gold);
    transition: var(--transition-smooth);
}

.main-navigation a:hover::after,
.main-navigation .current-menu-item > a::after {
    width: 100%;
}

.menu-item-book {
    margin-left: 0.5rem;
}

.btn-book-now {
    background: var(--primary-gold) !important;
    color: #0f141c !important;
    padding: 0.6rem 1.4rem !important;
    border-radius: 4px;
    font-weight: 700 !important;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    transition: var(--transition-smooth) !important;
    white-space: nowrap;
    display: inline-block;
}

.btn-book-now::after {
    display: none !important;
}

.btn-book-now:hover {
    background: #ffffff !important;
    color: #0f141c !important;
    box-shadow: 0 0 20px rgba(197, 168, 128, 0.4);
}


/* ==========================================================================
   4. HERO SECTIONS
   ========================================================================== */
.hero-section {
    position: relative;
    height: 85vh;
    min-height: 600px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #ffffff;
    padding: 0 1.5rem;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(15,20,28,0.7) 0%, rgba(15,20,28,0.4) 50%, rgba(15,20,28,0.85) 100%);
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
}

.hero-subtitle {
    font-family: var(--font-body);
    font-size: 1.1rem;
    color: var(--primary-gold);
    text-transform: uppercase;
    letter-spacing: 0.3em;
    margin-bottom: 1rem;
}

.hero-title {
    font-size: 4rem;
    color: #ffffff;
    margin-bottom: 1.5rem;
    line-height: 1.1;
}

.hero-description {
    font-size: 1.25rem;
    color: #cbd5e1;
    margin-bottom: 2rem;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

/* ==========================================================================
   5. CONTAINER & SECTION LAYOUTS
   ========================================================================== */
.section-padding {
    padding: 6rem 2rem;
}

.container-wide {
    max-width: 1320px;
    margin: 0 auto;
}

.section-header {
    text-align: center;
    margin-bottom: 4rem;
}

.section-tag {
    color: var(--primary-gold);
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    display: block;
    margin-bottom: 0.5rem;
}

.section-title {
    font-size: 2.75rem;
    color: #0f172a;
}

/* Grid Components */
.grid-3 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2.5rem;
}

.grid-2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
    gap: 3rem;
}

/* Luxury Cards */
.luxury-card {
    background: var(--bg-card-light);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: var(--shadow-soft);
    border: 1px solid rgba(226, 232, 240, 0.8);
    transition: var(--transition-smooth);
}

.luxury-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-dramatic);
    border-color: var(--primary-gold);
}

.luxury-card-img {
    height: 260px;
    overflow: hidden;
    position: relative;
}

.luxury-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.luxury-card:hover .luxury-card-img img {
    transform: scale(1.08);
}

.luxury-card-body {
    padding: 2rem;
}

.luxury-card-price {
    font-family: var(--font-heading);
    font-size: 1.5rem;
    color: var(--accent-bronze);
    font-weight: 700;
    margin-top: 1rem;
}

/* ==========================================================================
   6. BOOKING WIDGET STRIP
   ========================================================================== */
.booking-strip {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: var(--shadow-dramatic);
    padding: 2rem;
    margin-top: -4rem;
    position: relative;
    z-index: 10;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid var(--border-subtle);
}

.booking-form {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)) 150px;
    gap: 1.5rem;
    align-items: end;
}

.form-group label {
    display: block;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--text-muted);
    margin-bottom: 0.5rem;
}

.form-group input,
.form-group select {
    width: 100%;
    padding: 0.85rem 1rem;
    border: 1px solid #cbd5e1;
    border-radius: 4px;
    font-family: var(--font-body);
    font-size: 0.95rem;
    color: var(--text-primary);
    background: #f8fafc;
}

.btn-submit {
    background: var(--bg-dark);
    color: var(--primary-gold);
    border: 1px solid var(--primary-gold);
    padding: 0.85rem 1rem;
    border-radius: 4px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    cursor: pointer;
    transition: var(--transition-smooth);
    width: 100%;
}

.btn-submit:hover {
    background: var(--primary-gold);
    color: #0f141c;
}

/* ==========================================================================
   7. FOOTER
   ========================================================================== */
.site-footer {
    background: var(--bg-dark);
    color: #94a3b8;
    padding: 5rem 2rem 2rem 2rem;
    border-top: 1px solid var(--border-subtle);
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr repeat(3, 1fr);
    gap: 3rem;
    max-width: 1320px;
    margin: 0 auto 4rem auto;
}

.footer-brand h2 {
    color: var(--primary-gold);
    font-size: 2rem;
    margin-bottom: 1rem;
}

.footer-col h4 {
    color: #ffffff;
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    letter-spacing: 0.05em;
}

.footer-col ul {
    list-style: none;
}

.footer-col ul li {
    margin-bottom: 0.75rem;
}

.footer-col a {
    color: #94a3b8;
}

.footer-col a:hover {
    color: var(--primary-gold);
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 2rem;
    text-align: center;
    font-size: 0.875rem;
}

/* ==========================================================================
   8. RESPONSIVE DESIGN & MOBILE OPTIMIZATIONS (ANDROID & ALL SCREEN SIZES)
   ========================================================================== */
.mobile-menu-toggle {
    display: none;
    background: transparent;
    border: none;
    cursor: pointer;
    flex-direction: column;
    gap: 5px;
    padding: 0.5rem;
    z-index: 1001;
}

.mobile-menu-toggle span {
    display: block;
    width: 26px;
    height: 2px;
    background-color: var(--primary-gold);
    transition: var(--transition-smooth);
}

.mobile-menu-toggle.active span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.mobile-menu-toggle.active span:nth-child(2) {
    opacity: 0;
}

.mobile-menu-toggle.active span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

@media (max-width: 1024px) {
    .hero-title { font-size: 3rem; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
    .grid-2 { grid-template-columns: 1fr; gap: 2rem; }
    .grid-3 { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.5rem; }
}

@media (max-width: 768px) {
    .site-header {
        width: calc(100% - 2rem);
        padding: 0.75rem 1.25rem;
        top: 0.75rem;
    }

    .mobile-menu-toggle {
        display: flex;
    }

    .main-navigation {
        position: fixed;
        top: 0;
        right: -100%;
        width: 85%;
        max-width: 360px;
        height: 100vh;
        background: #0f141c;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 4rem 2rem 2rem 2rem;
        box-shadow: -10px 0 30px rgba(0,0,0,0.5);
        transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        z-index: 999;
    }

    .main-navigation.active {
        right: 0;
    }

    .main-navigation ul {
        flex-direction: column;
        gap: 1.5rem;
        width: 100%;
        text-align: center;
    }

    .main-navigation a {
        font-size: 1.1rem;
    }

    .hero-section {
        height: auto;
        min-height: 520px;
        padding: 7rem 1.25rem 4rem 1.25rem;
    }

    .hero-title {
        font-size: 2.15rem;
        line-height: 1.2;
    }

    .hero-subtitle {
        font-size: 0.85rem;
        letter-spacing: 0.15em;
    }

    .hero-description {
        font-size: 1rem;
    }

    .booking-strip {
        margin-top: -2rem;
        padding: 1.25rem;
    }

    .booking-form {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .section-padding {
        padding: 3.5rem 1.25rem;
    }

    .section-title {
        font-size: 2rem;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}

@media (max-width: 480px) {
    .site-title a {
        font-size: 1.35rem;
    }
    
    .hero-title {
        font-size: 1.75rem;
    }

    .grid-3, .grid-2 {
        grid-template-columns: 1fr;
    }

    .luxury-card-img {
        height: 210px;
    }
}

/* ==========================================================================
   10. STICKY FLOATING CALL & WHATSAPP BUTTONS
   ========================================================================== */
body .sticky-action-buttons {
    position: fixed !important;
    bottom: 25px !important;
    right: 25px !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 12px !important;
    z-index: 999999 !important;
}

body .sticky-action-buttons a.sticky-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    padding: 12px 22px !important;
    border-radius: 50px !important;
    color: #ffffff !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    font-family: var(--font-body), sans-serif !important;
    text-decoration: none !important;
    letter-spacing: 0.3px !important;
    line-height: 1 !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    border: 1px solid rgba(255, 255, 255, 0.25) !important;
}

body .sticky-action-buttons a.sticky-btn span {
    color: #ffffff !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    display: inline-block !important;
}

body .sticky-action-buttons a.sticky-btn-call {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%) !important;
    box-shadow: 0 8px 25px rgba(16, 185, 129, 0.45) !important;
}

body .sticky-action-buttons a.sticky-btn-call:hover {
    background: linear-gradient(135deg, #059669 0%, #047857 100%) !important;
    transform: translateY(-3px) scale(1.04) !important;
    box-shadow: 0 12px 30px rgba(16, 185, 129, 0.6) !important;
}

body .sticky-action-buttons a.sticky-btn-whatsapp {
    background: linear-gradient(135deg, #25d366 0%, #128c7e 100%) !important;
    box-shadow: 0 8px 25px rgba(37, 211, 102, 0.45) !important;
}

body .sticky-action-buttons a.sticky-btn-whatsapp:hover {
    background: linear-gradient(135deg, #128c7e 0%, #075e54 100%) !important;
    transform: translateY(-3px) scale(1.04) !important;
    box-shadow: 0 12px 30px rgba(37, 211, 102, 0.6) !important;
}

@media (max-width: 768px) {
    body .sticky-action-buttons {
        bottom: 15px !important;
        right: 15px !important;
        gap: 8px !important;
    }
    
    body .sticky-action-buttons a.sticky-btn {
        padding: 10px 16px !important;
        font-size: 13.5px !important;
    }
    
    body .sticky-action-buttons a.sticky-btn span {
        font-size: 13.5px !important;
    }
}


