/*
Theme Name: Sreeram Regency
Theme URI: http://example.com/sreeram-regency
Author: Antigravity
Description: Foundational WordPress theme for Sreeram Regency.
Version: 1.0.0
Text Domain: sreeram-regency
*/

:root {
    --primary-color: #071B3B;
    --secondary-color: #D4A64A;
    --text-color: #4A4A4A;
    --bg-color: #ffffff;
    --header-bg: #ffffff;
    --header-text: #071B3B;
    --footer-bg: #071B3B;
    --footer-text: #ffffff;
    --font-heading: 'Playfair Display', serif;
    --font-body: 'Poppins', sans-serif;
}

/* --- GLOBAL CONTAINER FIX --- */
html {
    background-color: #ffffff;
}

body {
    margin: 0;
    padding: 0;
    width: 100% !important;
    overflow-x: hidden;
    background-color: #ffffff;
}

#page, .site-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 0 !important;
    background-color: #ffffff;
    box-shadow: none !important;
}

.container {
    width: 100% !important;
    max-width: 1200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    box-sizing: border-box !important;
    float: none !important;
}

.site-header, .site-footer, .hero-banner {
    width: 100% !important;
}
/* --- END FIX --- */

/* Base Styles */

/* ── Global link reset ── */
a {
    color: var(--secondary-color);
    text-decoration: none;
    transition: color 0.3s ease;
}
a:hover {
    color: var(--primary-color);
    text-decoration: none;
}

/* ── Button reset — kill ALL default a/button browser styles on .btn ── */
a.btn,
a.btn-primary,
a.btn-outline,
a.btn-card,
a.btn:link,
a.btn:visited,
a.btn-primary:link,
a.btn-primary:visited,
a.btn-outline:link,
a.btn-outline:visited {
    text-decoration: none !important;
    outline: none !important;
}

/* Primary: gold fill */
a.btn-primary,
a.btn-primary:link,
a.btn-primary:visited,
button.btn-primary,
input[type="submit"].btn {
    background-color: #D4A64A !important;
    color: #FFFFFF !important;
    border: 2px solid #D4A64A !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 50px !important;
    padding: 0 32px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 1.5px !important;
    border-radius: 6px !important;
    cursor: pointer !important;
    box-sizing: border-box !important;
    line-height: 1 !important;
    transition: all 0.3s ease !important;
    margin: 4px !important;
    white-space: nowrap !important;
}

a.btn-primary:hover,
a.btn-primary:focus,
button.btn-primary:hover,
input[type="submit"].btn:hover {
    background-color: #B8872D !important;
    border-color: #B8872D !important;
    color: #FFFFFF !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 18px rgba(212, 166, 74, 0.35) !important;
    text-decoration: none !important;
}

/* Outline / card: gold border, transparent */
a.btn-outline,
a.btn-outline:link,
a.btn-outline:visited,
a.btn-card,
a.btn-card:link,
a.btn-card:visited {
    background: transparent !important;
    color: #D4A64A !important;
    border: 2px solid #D4A64A !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 50px !important;
    padding: 0 32px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 1.5px !important;
    border-radius: 6px !important;
    cursor: pointer !important;
    box-sizing: border-box !important;
    line-height: 1 !important;
    transition: all 0.3s ease !important;
    margin: 4px !important;
    white-space: nowrap !important;
}

a.btn-outline:hover,
a.btn-outline:focus,
a.btn-card:hover,
a.btn-card:focus {
    background-color: #D4A64A !important;
    color: #FFFFFF !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 18px rgba(212, 166, 74, 0.35) !important;
    text-decoration: none !important;
}

/* Hero: make outline readable on dark background */
.hero-banner a.btn-outline,
.hero-banner a.btn-outline:link,
.hero-banner a.btn-outline:visited {
    color: #ffffff !important;
    border-color: #ffffff !important;
}

.hero-banner a.btn-outline:hover {
    background-color: #D4A64A !important;
    border-color: #D4A64A !important;
    color: #ffffff !important;
}

body {
    background-color: var(--bg-color);
    color: var(--text-color);
    font-family: var(--font-body);
    margin: 0;
    padding: 0;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6, .site-title {
    font-family: var(--font-heading);
    font-weight: 700;
    color: var(--primary-color);
}

/* Footer headings must be white — override the global h* rule above */
.site-footer h1,
.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer h5,
.site-footer h6,
.site-footer .footer-title,
.footer-widgets .footer-title,
.footer-column .footer-title {
    color: #ffffff !important;
    font-family: var(--font-body) !important;
}

.site-main,
.page-content,
.entry-content {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
}



.section-padding {
    padding: 80px 0;
}

.site-main {
    padding: 0;
    width: 100% !important;
    max-width: 100% !important;
}


.bg-light {
    background-color: #f8fafc;
}

.bg-dark {
    background-color: var(--primary-color);
    color: #ffffff;
}

.section-header {
    margin-bottom: 40px;
}

.section-tag {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--secondary-color);
    letter-spacing: 2px;
    display: block;
    margin-bottom: 8px;
}

.section-title {
    font-size: 32px;
    margin: 0;
    letter-spacing: 0.5px;
}

.text-center {
    text-align: center;
}

/* Top Contact Bar */
.top-bar {
    background-color: #030d1e;
    color: #cbd5e1;
    font-size: 13px;
    padding: 8px 0;
    border-bottom: 1px solid #1e293b;
}

.top-bar-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.top-bar a {
    color: #cbd5e1;
    text-decoration: none;
    transition: color 0.3s ease;
}

.top-bar a:hover {
    color: var(--secondary-color);
}

.top-bar .info-item {
    margin-right: 20px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.top-bar .info-item .dashicons {
    font-size: 15px;
    width: 15px;
    height: 15px;
}

/* Sticky Header & Navigation */
.site-header {
    background-color: #ffffff;
    color: #071B3B;
    height: 90px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}

/* Header CTA "Book Now" button */
.header-cta a.btn-primary,
.header-cta a.btn-primary:link,
.header-cta a.btn-primary:visited {
    background-color: #D4A64A !important;
    color: #ffffff !important;
    border: 2px solid #D4A64A !important;
    height: 44px !important;
    padding: 0 24px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    letter-spacing: 1.5px !important;
    text-transform: uppercase !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 6px !important;
    white-space: nowrap !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
}

.header-cta a.btn-primary:hover {
    background-color: #B8872D !important;
    border-color: #B8872D !important;
    color: #ffffff !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 12px rgba(212,166,74,0.4) !important;
}

.sticky-header {
    position: sticky;
    top: 0;
}

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.site-branding .custom-logo {
    max-height: 50px;
    width: auto;
    display: block;
}

.site-branding a {
    color: #071B3B;
    text-decoration: none;
}

.site-title {
    margin: 0;
    font-size: 26px;
    letter-spacing: 1px;
    color: #071B3B;
}

/* Hamburger toggle — hidden on desktop, shown on mobile via media queries */
.menu-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    outline: none;
    line-height: 1;
}

/* Pure-CSS hamburger icon (3 bars) — no font dependency */
.hamburger-icon {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 24px;
    height: 18px;
    pointer-events: none;
}

.hamburger-icon span {
    display: block;
    width: 100%;
    height: 3px; /* Slightly thicker for better visibility */
    background-color: #071B3B;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.menu-toggle:hover .hamburger-icon span {
    background-color: var(--secondary-color, #D4A64A);
}

.main-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 32px;
}

.main-navigation a {
    color: #071B3B;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: color 0.3s ease;
}

.main-navigation a:hover,
.main-navigation .current-menu-item a,
.main-navigation .current_page_item a {
    color: var(--secondary-color);
}

/* Dropdown Submenu (Desktop) */
.main-navigation ul li {
    position: relative;
}

.main-navigation ul ul.sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    flex-direction: column;
    gap: 0;
    min-width: 220px;
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(0,0,0,0.12);
    border-radius: 6px;
    padding: 10px 0;
    z-index: 999;
}

.main-navigation ul li.menu-item-has-children:hover > ul.sub-menu,
.main-navigation ul li.menu-item-has-children:focus-within > ul.sub-menu {
    display: flex;
}

.main-navigation ul ul.sub-menu li {
    width: 100%;
}

.main-navigation ul ul.sub-menu a {
    display: block;
    padding: 10px 20px;
    font-size: 14px;
    text-transform: none;
    letter-spacing: 0.3px;
    white-space: nowrap;
}

.main-navigation ul ul.sub-menu a:hover {
    background: #f8fafc;
}

.main-navigation li.menu-item-has-children > a::after {
    content: '\f140';
    font-family: dashicons;
    font-size: 16px;
    margin-left: 4px;
    vertical-align: middle;
    line-height: 1;
}


/* Hero Banner Section */
.hero-banner {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: var(--primary-color);
    min-height: 60vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #ffffff;
    padding: 70px 0 50px;
}

.hero-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(rgba(5, 22, 50, 0.65), rgba(5, 22, 50, 0.8));
    z-index: 1;
}

.hero-container-inner {
    position: relative;
    z-index: 2;
    flex-grow: 1;
    display: flex;
    align-items: center;
}

.hero-content {
    max-width: 700px;
}

.hero-title {
    color: #ffffff;
    font-size: 48px;
    line-height: 1.2;
    margin: 0 0 20px;
}

.hero-subtitle {
    font-size: 18px;
    line-height: 1.6;
    margin: 0 0 35px;
    color: #cbd5e1;
}

.hero-actions {
    display: flex;
    gap: 0;
    flex-wrap: wrap;
    align-items: center;
}

/* Trust Bar */
.trust-bar {
    position: relative;
    z-index: 2;
    background-color: rgba(3, 13, 30, 0.95);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 18px 0;
    margin-top: 40px;
}

.trust-bar-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    text-align: center;
    gap: 20px;
}

.trust-badge-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.trust-badge-item .badge-icon {
    color: var(--secondary-color);
    font-size: 20px;
    width: 20px;
    height: 20px;
}

.trust-badge-item .badge-text {
    font-size: 14px;
    font-weight: 500;
}

/* Welcome Section */
.welcome-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 60px;
    align-items: center;
}

.welcome-text-area .section-title {
    margin-bottom: 20px;
}

.lead-text {
    font-size: 18px;
    font-weight: 500;
    color: #475569;
}

.welcome-stats-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.stat-card {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 25px;
    text-align: center;
    transition: transform 0.3s ease;
}

.stat-card:hover {
    transform: translateY(-5px);
    border-color: var(--secondary-color);
}

.stat-icon {
    font-size: 30px;
    color: var(--secondary-color);
    margin-bottom: 10px;
}

.stat-icon .dashicons {
    font-size: 30px;
    width: 30px;
    height: 30px;
}

.stat-number {
    font-size: 28px;
    margin: 0 0 5px;
    color: var(--primary-color);
}

.stat-label {
    margin: 0;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #64748b;
    letter-spacing: 0.5px;
}

/* Rooms Grid Section */
.rooms-archive-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    padding: 40px 0 60px;
}

.category-filters-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    padding: 40px 0 0;
}

.filter-btn {
    background: none;
    border: 1px solid #cbd5e1;
    padding: 8px 22px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    border-radius: 4px;
    color: var(--primary-color);
    transition: all 0.3s ease;
}

.filter-btn.active,
.filter-btn:hover {
    background-color: var(--primary-color);
    color: #ffffff;
    border-color: var(--primary-color);
}

@media (max-width: 992px) {
    .rooms-archive-grid { grid-template-columns: repeat(2, 1fr) !important; }
}
@media (max-width: 576px) {
    .rooms-archive-grid { grid-template-columns: 1fr !important; }
}


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

.room-card {
    background: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
    border: 1px solid #e2e8f0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.room-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.room-thumbnail {
    position: relative;
    height: 220px;
    overflow: hidden;
    background: #e2e8f0;
}

.room-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fallback-img {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #94a3b8;
    font-weight: 500;
    font-size: 14px;
}

.room-card-content {
    padding: 25px;
}

.room-card-title {
    font-size: 20px;
    margin: 0 0 15px;
}

.room-card-title a {
    color: var(--primary-color);
    text-decoration: none;
}

.room-meta-specs {
    display: flex;
    gap: 15px;
    font-size: 13px;
    color: #64748b;
    margin-bottom: 20px;
    border-bottom: 1px solid #f1f5f9;
    padding-bottom: 12px;
}

.room-meta-specs span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.room-meta-specs .dashicons {
    font-size: 16px;
    width: 16px;
    height: 16px;
}

.room-card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.room-card-price .amount {
    font-size: 22px;
    font-weight: 700;
    color: var(--primary-color);
    font-family: var(--font-heading);
}

.room-card-price .period {
    font-size: 13px;
    color: #64748b;
}

.btn-card {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 50px !important;
    padding: 0 32px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    text-decoration: none !important;
    border-radius: 8px !important;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
    box-sizing: border-box !important;
    cursor: pointer !important;
    line-height: 1 !important;
    border: 2px solid #D4A64A !important;
    color: #D4A64A !important;
    background: transparent !important;
}

.btn-card:hover {
    background: #D4A64A !important;
    color: #FFFFFF !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 5px 15px rgba(212, 166, 74, 0.3) !important;
}



/* ===== Single Room Page ===== */
.single-room-container {
    padding: 60px 0;
}

.single-room-grid {
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 50px;
    align-items: start;
}

.room-title {
    font-size: 36px;
    font-family: var(--font-heading);
    color: var(--primary-color);
    margin: 0 0 30px;
}

.room-gallery-showcase {
    margin-bottom: 40px;
}

.main-display-image {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 14px;
}

.main-display-image img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
}

.room-thumbnails-slider {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 4px;
}

.gallery-thumb-item {
    flex-shrink: 0;
    width: 90px;
    height: 70px;
    border-radius: 6px;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid transparent;
    transition: border-color 0.2s;
}

.gallery-thumb-item.active-thumb {
    border-color: var(--secondary-color);
}

.gallery-thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.sub-title {
    font-size: 22px;
    font-family: var(--font-heading);
    color: var(--primary-color);
    margin: 0 0 18px;
    padding-bottom: 10px;
    border-bottom: 2px solid #f1f5f9;
}

.room-description-text {
    margin-bottom: 40px;
    font-size: 15px;
    color: #475569;
    line-height: 1.8;
}

.room-amenities-grid-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 20px;
}

.room-amenities-grid-list li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #475569;
}

.room-amenities-grid-list .dashicons {
    color: var(--secondary-color);
    font-size: 16px;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

/* Sticky sidebar widget */
.sticky-booking-widget {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 30px;
    position: sticky;
    top: 100px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}

.widget-price-tag {
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #f1f5f9;
}

.widget-price-tag .label {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #94a3b8;
    margin-bottom: 6px;
}

.widget-price-tag .price {
    font-size: 34px;
    font-weight: 700;
    color: var(--primary-color);
    font-family: var(--font-heading);
    line-height: 1;
}

.widget-price-tag .period {
    font-size: 14px;
    color: #64748b;
    font-weight: 400;
}

.widget-specs {
    margin-bottom: 24px;
}

.spec-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #f8fafc;
    font-size: 14px;
}

.spec-label {
    color: #64748b;
    display: flex;
    align-items: center;
    gap: 6px;
}

.spec-label .dashicons {
    font-size: 16px;
    width: 16px;
    height: 16px;
    color: var(--secondary-color);
}

.spec-val {
    font-weight: 600;
    color: var(--primary-color);
}

.btn-widget-cta {
    width: 100%;
    justify-content: center;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
}

.widget-note {
    font-size: 12px;
    color: #94a3b8;
    text-align: center;
    margin: 0;
    line-height: 1.5;
}

@media (max-width: 992px) {
    .single-room-grid {
        grid-template-columns: 1fr;
    }
    .sticky-booking-widget {
        position: static;
    }
    .room-amenities-grid-list {
        grid-template-columns: 1fr;
    }
}

/* ===== Facilities Section ===== */

.facilities-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
}

.facility-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 25px 15px;
    text-align: center;
    transition: all 0.3s ease;
}

.facility-card:hover {
    border-color: var(--secondary-color);
    transform: translateY(-3px);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

.facility-icon-wrap {
    color: var(--secondary-color);
    font-size: 24px;
    margin-bottom: 10px;
}

.facility-icon {
    font-size: 24px;
    width: 24px;
    height: 24px;
}

.facility-name {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    color: var(--primary-color);
}

/* Dining Section */
.dining-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 50px;
    align-items: center;
}

.dining-image {
    height: 400px;
    border-radius: 8px;
    overflow: hidden;
}

.dining-real-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 8px;
}

.dining-img-placeholder {
    height: 100%;
    background: linear-gradient(rgba(5, 22, 50, 0.85), rgba(5, 22, 50, 0.85));
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    text-align: center;
    padding: 30px;
}

.dining-fallback-icon {
    font-size: 50px;
    width: 50px;
    height: 50px;
    color: var(--secondary-color);
    margin-bottom: 15px;
}

.dining-placeholder-hint {
    font-size: 12px;
    color: rgba(255,255,255,0.6);
    margin-top: 8px;
    max-width: 220px;
    line-height: 1.5;
}

.dining-features-list {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.dining-features-list li {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
    font-weight: 500;
}

.dining-features-list li .dashicons {
    color: var(--secondary-color);
}

.cuisine-tags {
    background-color: #e2e8f0;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    color: var(--primary-color);
}

/* Attractions Section */
.attractions-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.attraction-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.attraction-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.05);
}

.attraction-thumbnail {
    height: 200px;
    background: #e2e8f0;
}

.attraction-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.attraction-content {
    padding: 25px;
}

.attraction-title {
    font-size: 20px;
    margin: 0 0 10px;
}

.attraction-distance {
    font-size: 13px;
    color: var(--secondary-color);
    font-weight: 600;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.attraction-distance .dashicons {
    font-size: 16px;
    width: 16px;
    height: 16px;
}

.attraction-desc {
    font-size: 14px;
    color: #475569;
    margin-bottom: 20px;
}

.attraction-link-map {
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    color: var(--primary-color);
}

.attraction-link-map:hover {
    color: var(--secondary-color);
}

/* Testimonials Section */
.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.testimonial-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02);
}

.testimonial-rating {
    margin-bottom: 15px;
}

.testimonial-rating .star {
    color: var(--secondary-color);
    font-size: 18px;
    width: 18px;
    height: 18px;
}

.testimonial-content {
    font-style: italic;
    color: #475569;
    margin-bottom: 25px;
    font-size: 15px;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 12px;
}

.author-photo {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    background: #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.author-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.author-photo .default-avatar {
    font-size: 24px;
    color: #94a3b8;
}

.author-meta {
    display: flex;
    flex-direction: column;
}

.author-name {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    color: var(--primary-color);
}

.author-loc {
    font-size: 12px;
    color: #64748b;
}

/* FAQ Accordion Section */
.faq-accordion-container {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    margin-bottom: 12px;
    background: #ffffff;
    overflow: hidden;
}

.faq-question-btn {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    color: var(--primary-color);
    font-family: var(--font-body);
}

.faq-icon-toggle {
    transition: transform 0.3s ease;
}

.faq-answer-inner {
    padding: 0 20px 20px;
    color: #475569;
    font-size: 14px;
}

/* Booking CTA Section */
.booking-section {
    background-color: var(--primary-color);
    border-top: 4px solid var(--secondary-color);
}

.booking-grid-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.booking-form-box {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 40px;
}

.form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.form-group {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-group label {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #94a3b8;
    letter-spacing: 0.5px;
}

.form-group input, .form-group select {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #ffffff;
    padding: 12px;
    border-radius: 4px;
    font-size: 14px;
    outline: none;
    font-family: var(--font-body);
}

.form-group input:focus, .form-group select:focus {
    border-color: var(--secondary-color);
}

.form-group select option {
    background-color: var(--primary-color);
    color: #ffffff;
}

.btn,
.btn-primary,
.btn-outline,
.btn-card,
button[type="submit"].btn,
input[type="submit"].btn {
    height: 50px !important;
    padding: 0 32px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 1.5px !important;
    text-decoration: none !important;
    border-radius: 6px !important;
    box-sizing: border-box !important;
    cursor: pointer !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1 !important;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
    white-space: nowrap !important;
    vertical-align: middle !important;
    margin: 4px !important;
}

/* Primary Button */
.btn-primary,
button[type="submit"].btn {
    background-color: #D4A64A !important;
    color: #FFFFFF !important;
    border: 2px solid #D4A64A !important;
}

.btn-primary:hover,
button[type="submit"].btn:hover {
    background-color: #B8872D !important;
    border-color: #B8872D !important;
    color: #FFFFFF !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 18px rgba(212, 166, 74, 0.35) !important;
    text-decoration: none !important;
}

/* Secondary / Outline / Card Buttons */
.btn-outline,
.btn-card {
    border: 2px solid #D4A64A !important;
    color: #D4A64A !important;
    background: transparent !important;
}

.btn-outline:hover,
.btn-card:hover {
    background-color: #D4A64A !important;
    color: #FFFFFF !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 18px rgba(212, 166, 74, 0.35) !important;
    text-decoration: none !important;
}

.hero-actions .btn {
    min-width: 180px;
    margin: 6px !important;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0;
}

.btn-block {
    width: 100% !important;
    box-sizing: border-box !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    font-size: 15px !important;
    cursor: pointer !important;
    height: 54px !important;
    margin: 0 !important;
}

/* ============================================================
   FOOTER — Full Redesign
   ============================================================ */
.site-footer {
    background-color: #071B3B !important;
    color: #D6D6D6 !important;
    padding: 80px 0 0 !important;
    border-top: 4px solid #D4A64A !important;
}

/* All text inside footer */
.site-footer,
.site-footer p,
.site-footer li,
.site-footer span,
.site-footer .about-text,
.site-footer .footer-column,
.site-footer .copyright,
.site-footer .footer-column p,
.site-footer .footer-column li,
.site-footer .description,
.site-footer .author-loc,
.footer-bottom-container {
    color: #D6D6D6 !important;
}

/* Footer headings */
.site-footer .footer-title,
.footer-title {
    color: #ffffff !important;
    font-size: 17px !important;
    font-weight: 700 !important;
    margin-top: 0 !important;
    margin-bottom: 22px !important;
    position: relative !important;
    padding-bottom: 12px !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    font-family: var(--font-body) !important;
}

.footer-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 2px;
    background-color: #D4A64A;
}

/* Footer links */
.site-footer a,
.site-footer .footer-legal a {
    color: #D4A64A !important;
    text-decoration: none !important;
    transition: color 0.3s ease !important;
}

.site-footer a:hover,
.site-footer .footer-legal a:hover {
    color: #ffffff !important;
    text-decoration: none !important;
}

/* Footer 4-column grid */
.footer-widgets {
    width: 100%;
}

.footer-grid {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 40px !important;
    margin-bottom: 50px !important;
}

/* Each column */
.footer-column {
    display: block !important;
    visibility: visible !important;
}

.footer-column ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.footer-column ul li {
    margin-bottom: 10px !important;
    display: flex !important;
    align-items: flex-start !important;
    gap: 8px !important;
    line-height: 1.5 !important;
    color: #D6D6D6 !important;
}

.footer-column ul li .dashicons {
    color: #D4A64A !important;
    font-size: 16px !important;
    width: 16px !important;
    flex-shrink: 0 !important;
    margin-top: 2px !important;
}

/* About column text */
.footer-about .about-text {
    font-size: 14px !important;
    line-height: 1.8 !important;
    color: #D6D6D6 !important;
}

/* Bottom bar */
.footer-bottom {
    background-color: #050f22 !important;
    border-top: 1px solid rgba(212, 166, 74, 0.25) !important;
    padding: 22px 0 !important;
    margin-top: 0 !important;
}

.footer-bottom-container {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 15px !important;
    font-size: 13px !important;
    color: #94a3b8 !important;
}

.footer-bottom-container .copyright {
    color: #94a3b8 !important;
}

/* Social icons */
.footer-socials {
    display: flex !important;
    gap: 12px !important;
}

.footer-socials a {
    background-color: rgba(255,255,255,0.08) !important;
    color: #D6D6D6 !important;
    width: 38px !important;
    height: 38px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50% !important;
    transition: all 0.3s ease !important;
    border: 1px solid rgba(212, 166, 74, 0.3) !important;
}

.footer-socials a:hover {
    background-color: #D4A64A !important;
    color: #071B3B !important;
    border-color: #D4A64A !important;
    transform: translateY(-3px) !important;
}

.footer-socials .dashicons {
    font-size: 18px !important;
    width: 18px !important;
    height: 18px !important;
}

/* Legal links */
.footer-legal a {
    color: #94a3b8 !important;
    margin: 0 5px !important;
    font-size: 13px !important;
}

.footer-legal a:hover {
    color: #D4A64A !important;
}

/* Attractions Premium Grid and Card Styles */
.attractions-premium-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.attraction-premium-card {
    background-color: #ffffff;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.3s ease;
    border: 1px solid #e2e8f0;
}

.attraction-premium-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.attraction-card-image {
    height: 280px;
    width: 100%;
    overflow: hidden;
    background-color: #f1f5f9;
}

.attraction-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.attraction-card-body {
    padding: 25px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.attraction-card-title {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 12px;
    color: #071B3B;
    font-family: var(--font-heading);
}

.attraction-card-meta {
    display: flex;
    gap: 15px;
    font-size: 13px;
    font-weight: 600;
    color: var(--secondary-color);
    margin-bottom: 15px;
}

.attraction-card-meta .meta-item {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.attraction-card-meta .meta-item .dashicons {
    font-size: 16px;
    width: 16px;
    height: 16px;
}

.attraction-card-description {
    font-size: 14px;
    color: #4A4A4A;
    line-height: 1.6;
    margin: 0;
}

.attraction-card-footer {
    padding: 0 25px 25px;
    background: none;
    border: none;
}

/* Responsive Styles */
@media (max-width: 1200px) {
    .facilities-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 992px) {
    .welcome-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .rooms-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .dining-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .dining-image { height: 340px; }
    .dining-real-img { min-height: 340px; }
    
    .attractions-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .testimonials-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .booking-grid-form {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .footer-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (max-width: 768px) {
    .section-padding {
        padding: 50px 0 !important;
    }

    .top-bar-container {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    
    .top-bar .info-item {
        margin: 2px 10px;
    }
    
    .header-container {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        position: relative;
    }
    
    .menu-toggle {
        display: flex !important;
        align-items: center;
        justify-content: center;
        background: none;
        border: none;
        cursor: pointer;
        padding: 10px;
        outline: none;
        opacity: 1 !important;
        visibility: visible !important;
        z-index: 1001;
        min-width: 44px; /* Accessible touch target */
        min-height: 44px;
    }
    .menu-toggle .hamburger-icon span {
        background-color: #071B3B !important;
    }
    
    .main-navigation {
        width: 100%;
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        background: #ffffff;
        padding: 20px 0;
        z-index: 999;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
        border-top: 1px solid #f1f5f9;
    }
    
    .main-navigation a {
        color: #071B3B !important;
    }
    
    .main-navigation a:hover,
    .main-navigation .current-menu-item a {
        color: var(--secondary-color) !important;
    }
    
    .main-navigation.toggled {
        display: block;
    }
    
    .main-navigation ul {
        flex-direction: column;
        gap: 15px;
        align-items: center;
        width: 100%;
    }
    
    .hero-title {
        font-size: 36px;
    }
    
    .hero-actions {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    
    .hero-actions .btn {
        width: 100%;
        max-width: 280px;
    }
    
    .trust-bar-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    
    .rooms-grid {
        grid-template-columns: 1fr;
    }
    
    .facilities-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .attractions-grid {
        grid-template-columns: 1fr;
    }
    
    .attractions-premium-grid {
        grid-template-columns: 1fr;
    }
    
    .testimonials-grid {
        grid-template-columns: 1fr;
    }
    
    .form-row {
        flex-direction: column;
        gap: 20px;
    }
    
    .footer-grid {
        grid-template-columns: 1fr !important;
        gap: 30px !important;
    }
    
    .footer-bottom-container {
        flex-direction: column !important;
        text-align: center !important;
    }
}


/* ================================================================
   CRITICAL OVERRIDES — appended last to win specificity wars
   ================================================================ */

/* FOOTER: force background & all text colors */
#colophon.site-footer,
#colophon.site-footer *:not(a):not(.dashicons) {
    color: #D6D6D6;
}

#colophon.site-footer {
    background-color: #071B3B !important;
}

#colophon.site-footer h1,
#colophon.site-footer h2,
#colophon.site-footer h3,
#colophon.site-footer h4,
#colophon.site-footer h5,
#colophon.site-footer h6,
#colophon.site-footer .footer-title {
    color: #ffffff !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1.2px !important;
    font-family: 'Poppins', sans-serif !important;
    margin-bottom: 18px !important;
    padding-bottom: 10px !important;
    border-bottom: 2px solid #D4A64A !important;
    position: relative !important;
}

/* Remove the pseudo-element underline since we now use border-bottom */
#colophon.site-footer .footer-title::after {
    display: none !important;
}

#colophon.site-footer p,
#colophon.site-footer li,
#colophon.site-footer span:not(.dashicons),
#colophon.site-footer .about-text,
#colophon.site-footer .copyright {
    color: #D6D6D6 !important;
}

#colophon.site-footer a,
#colophon.site-footer a:link,
#colophon.site-footer a:visited {
    color: #D4A64A !important;
    text-decoration: none !important;
}

#colophon.site-footer a:hover {
    color: #ffffff !important;
}

#colophon.site-footer .footer-bottom {
    background-color: #050f22 !important;
    border-top: 1px solid rgba(212,166,74,0.25) !important;
}

#colophon.site-footer .footer-legal a,
#colophon.site-footer .footer-legal a:link,
#colophon.site-footer .footer-legal a:visited {
    color: #94a3b8 !important;
}

#colophon.site-footer .footer-legal a:hover {
    color: #D4A64A !important;
}

#colophon.site-footer .footer-socials a {
    background-color: rgba(255,255,255,0.08) !important;
    color: #D6D6D6 !important;
    border: 1px solid rgba(212,166,74,0.3) !important;
}

#colophon.site-footer .footer-socials a:hover {
    background-color: #D4A64A !important;
    color: #071B3B !important;
}

/* BUTTONS: nuclear-level specificity so nothing can override */
html body a.btn-primary,
html body a.btn-primary:link,
html body a.btn-primary:visited,
html body button.btn-primary,
html body input[type="submit"].btn {
    background-color: #D4A64A !important;
    color: #FFFFFF !important;
    border: 2px solid #D4A64A !important;
    text-decoration: none !important;
}

html body a.btn-primary:hover,
html body a.btn-primary:focus,
html body button.btn-primary:hover {
    background-color: #B8872D !important;
    border-color: #B8872D !important;
    color: #FFFFFF !important;
}

html body a.btn-outline,
html body a.btn-outline:link,
html body a.btn-outline:visited,
html body a.btn-card,
html body a.btn-card:link,
html body a.btn-card:visited {
    background: transparent !important;
    color: #D4A64A !important;
    border: 2px solid #D4A64A !important;
    text-decoration: none !important;
}

html body a.btn-outline:hover,
html body a.btn-card:hover {
    background-color: #D4A64A !important;
    color: #FFFFFF !important;
}

html body .hero-banner a.btn-outline,
html body .hero-banner a.btn-outline:link,
html body .hero-banner a.btn-outline:visited {
    color: #ffffff !important;
    border-color: rgba(255,255,255,0.8) !important;
}

html body .hero-banner a.btn-outline:hover {
    background-color: #D4A64A !important;
    border-color: #D4A64A !important;
    color: #ffffff !important;
}

/* ── Full-width section fix ── */
.site-main section,
.site-main > section,
main section,
section.section-padding,
section.hero-banner,
section.about-section,
section.rooms-section,
section.facilities-section,
section.dining-section,
section.attractions-section,
section.testimonials-section,
section.faq-section,
section.booking-section {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box !important;
}

/* ============================================================
   MOBILE-FIRST RESPONSIVE OVERRIDES — Full Theme Fix
   Covers: header, hero, trust bar, homepage sections,
   room cards, single room, facilities, gallery, footer
   Breakpoints: 768px (tablet/mobile), 480px (small mobile)
============================================================ */

/* ── Viewport & Box Sizing Safety Net ── */
*, *::before, *::after { box-sizing: border-box; }
img, video, iframe { max-width: 100%; height: auto; }

/* ── Container ── */
.container {
    padding-left: 16px !important;
    padding-right: 16px !important;
}

@media (max-width: 768px) {

    /* ── Top Bar ── */
    .top-bar { display: none; }

    /* ── Header ── */
    .site-header { height: auto; padding: 12px 0; }
    .header-container {
        flex-wrap: wrap;
        gap: 0;
        padding: 0 16px;
    }
    .site-title { font-size: 18px; }
    .site-branding .custom-logo { max-height: 40px; }
    .header-cta { display: none; }

    /* ── Hamburger Toggle ── */
    .menu-toggle {
        display: flex !important;
        align-items: center;
        justify-content: center;
        background: none;
        border: none;
        cursor: pointer;
        padding: 10px;
        z-index: 1001;
        opacity: 1 !important;
        visibility: visible !important;
        min-width: 44px;
        min-height: 44px;
    }
    .menu-toggle .hamburger-icon span {
        background-color: #071B3B !important;
    }

    /* ── Mobile Nav Dropdown ── */
    .main-navigation {
        width: 100%;
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #ffffff;
        z-index: 1000;
        padding: 15px 0;
        box-shadow: 0 6px 20px rgba(0,0,0,0.10);
        border-top: 2px solid var(--secondary-color);
    }
    .main-navigation.toggled { display: block !important; }
    .main-navigation ul {
        flex-direction: column;
        gap: 0;
        align-items: stretch;
        padding: 0 16px;
    }
    .main-navigation ul li { border-bottom: 1px solid #f1f5f9; }
    .main-navigation ul li:last-child { border: none; }
    .main-navigation a {
        display: block;
        padding: 13px 0;
        font-size: 15px;
        color: var(--primary-color) !important;
    }

    /* Mobile submenu: static, indented, always expanded */
    .main-navigation ul ul.sub-menu {
        display: flex !important;
        position: static;
        flex-direction: column;
        box-shadow: none;
        border-radius: 0;
        padding: 0 0 0 16px;
        min-width: 0;
        background: #f8fafc;
    }
    .main-navigation ul ul.sub-menu li { border-bottom: 1px solid #eef2f6; }
    .main-navigation ul ul.sub-menu li:last-child { border-bottom: none; }
    .main-navigation ul ul.sub-menu a {
        padding: 11px 0;
        font-size: 14px;
        text-transform: none;
    }
    .main-navigation li.menu-item-has-children > a::after {
        float: right;
    }

    /* ── Hero ── */
    .hero-banner { min-height: 55vh; padding: 60px 0 30px; }
    .hero-title { font-size: 28px; line-height: 1.25; }
    .hero-subtitle { font-size: 15px; margin-bottom: 25px; }
    .hero-actions {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }
    .hero-actions .btn {
        width: 100%;
        text-align: center;
        justify-content: center;
    }

    /* ── Trust Bar ── */
    .trust-bar-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
    .trust-badge-item { flex-direction: column; gap: 4px; text-align: center; }
    .trust-badge-item .badge-text { font-size: 12px; }

    /* ── Section Padding ── */
    .section-padding { padding: 45px 0 !important; }

    /* ── Section Titles ── */
    .section-title { font-size: 26px !important; }

    /* ── Welcome Section ── */
    .welcome-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .welcome-image-area img { border-radius: 8px; }
    .welcome-stats-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
    .stat-card { padding: 18px 12px; }
    .stat-number { font-size: 22px; }

    /* ── Rooms Grid (homepage) ── */
    .rooms-grid { grid-template-columns: 1fr; gap: 20px; }
    .room-card-title { font-size: 18px; }
    .room-thumbnail { height: 200px; }
    .room-card-content { padding: 18px; }
    .room-card-footer { flex-wrap: wrap; gap: 10px; }
    .btn-card {
        width: 100% !important;
        justify-content: center;
    }

    /* ── Facilities Grid ── */
    .facilities-grid { grid-template-columns: repeat(2, 1fr) !important; gap: 16px !important; }
    .facilities-detailed-grid { grid-template-columns: 1fr !important; }
    .facility-detail-card { padding: 25px 20px !important; }

    /* ── Dining Section ── */
    .dining-grid { grid-template-columns: 1fr; gap: 25px; }
    .dining-image { height: 280px; }
    .dining-real-img { min-height: 280px; }

    /* ── Attractions ── */
    .attractions-grid { grid-template-columns: 1fr; gap: 16px; }
    .attractions-premium-grid { grid-template-columns: 1fr; }

    /* ── Testimonials ── */
    .testimonials-grid { grid-template-columns: 1fr; gap: 16px; }

    /* ── Booking Form ── */
    .booking-grid-form { grid-template-columns: 1fr; gap: 30px; }
    .form-row { flex-direction: column; gap: 16px; }

    /* ── Gallery Page ── */
    .gallery-masonry-grid { grid-template-columns: repeat(2, 1fr) !important; gap: 12px !important; }
    .gallery-grid-item { height: 200px !important; }
    .category-filters-container { padding: 25px 0 20px; gap: 8px; }
    .filter-gallery-btn { padding: 7px 14px; font-size: 13px; }

    /* ── Archive Rooms ── */
    .rooms-archive-grid { grid-template-columns: 1fr !important; gap: 20px; }

    /* ── Single Room Page (new v2 layout) ── */
    .room-hero-bg { min-height: 280px !important; }
    .room-hero-title { font-size: 24px !important; }
    .room-hero-price .price-amount { font-size: 26px !important; }
    .room-hero-specs { gap: 8px; }
    .hero-spec { font-size: 12px; padding: 5px 12px; }
    .single-room-v2-container { padding: 25px 16px 50px !important; }
    .room-v2-grid { grid-template-columns: 1fr !important; gap: 20px !important; }
    .room-v2-sidebar { order: -1; }
    .sticky-booking-card { position: relative !important; top: 0 !important; }
    .room-features-grid { grid-template-columns: 1fr !important; }
    .room-content-section { padding: 20px 16px !important; }
    .room-section-title { font-size: 17px !important; }
    .room-thumb-strip { gap: 8px; }
    .strip-thumb { width: 90px !important; min-width: 90px !important; height: 65px !important; }

    /* ── Footer ── */
    .footer-grid { grid-template-columns: 1fr !important; gap: 25px !important; }
    .footer-bottom-container {
        flex-direction: column !important;
        text-align: center !important;
        gap: 10px !important;
    }
    .footer-social-links { justify-content: center; }

    /* ── Archive Page Banners ── */
    .archive-header-banner { padding: 40px 0 !important; }
    .archive-title { font-size: 28px !important; }

    /* ── FAQ Page ── */
    .faq-accordion-container { padding: 30px 0 !important; }
}

@media (max-width: 480px) {

    /* ── Hero ── */
    .hero-title { font-size: 24px; }

    /* ── Trust bar: single column ── */
    .trust-bar-grid { grid-template-columns: 1fr; }

    /* ── Facilities: single column ── */
    .facilities-grid { grid-template-columns: 1fr !important; }

    /* ── Gallery: single column ── */
    .gallery-masonry-grid { grid-template-columns: 1fr !important; }
    .gallery-grid-item { height: 240px !important; }

    /* ── Stats: single column ── */
    .welcome-stats-grid { grid-template-columns: 1fr; }

    /* ── Room card price + button stacking ── */
    .room-card-price .amount { font-size: 20px; }

    /* ── Booking widget price ── */
    .booking-price { font-size: 26px; }

    /* ── Section titles ── */
    .section-title { font-size: 22px !important; }
    .archive-title { font-size: 24px !important; }
}


/* ═══════════════════════════════════════════════════════════════════════════
   CORPORATE PROFESSIONAL STYLES - Hero Section & Header
   ═══════════════════════════════════════════════════════════════════════════ */

/* ── Corporate Top Bar ── */
.corporate-top-bar {
    background-color: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
    padding: 8px 0;
    font-size: 13px;
}

.corporate-top-bar .top-bar-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.corporate-top-bar .contact-info {
    display: flex;
    gap: 30px;
}

.corporate-top-bar .info-item {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #475569;
}

.corporate-top-bar .info-label {
    font-weight: 600;
    color: #071B3B;
}

.corporate-top-bar a {
    color: #D4A64A;
    text-decoration: none;
    transition: color 0.3s ease;
}

.corporate-top-bar a:hover {
    color: #B8872D;
}

/* ── Corporate Header ── */
.corporate-header {
    background-color: #ffffff;
    border-bottom: 1px solid #e9ecef;
    padding: 16px 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.corporate-header .header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

.corporate-branding {
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

.corporate-branding .custom-logo {
    max-height: 50px;
    width: auto;
}

.corporate-branding .site-title a {
    font-size: 20px;
    font-weight: 700;
    color: #071B3B;
    text-decoration: none;
}

/* ── Corporate Navigation ── */
.corporate-nav {
    flex-grow: 1;
}

.corporate-nav #primary-menu {
    display: flex;
    gap: 0;
    list-style: none;
    margin: 0;
    padding: 0;
}

.corporate-nav #primary-menu li {
    position: relative;
}

.corporate-nav #primary-menu a {
    display: block;
    padding: 12px 18px;
    font-size: 14px;
    font-weight: 500;
    color: #475569;
    text-decoration: none;
    transition: all 0.3s ease;
}

.corporate-nav #primary-menu a:hover,
.corporate-nav #primary-menu .current-menu-item a {
    color: #D4A64A;
}

/* ── Corporate CTA Button ── */
.corporate-cta {
    flex-shrink: 0;
}

.corporate-book-btn {
    background-color: #D4A64A !important;
    color: #ffffff !important;
    border: 2px solid #D4A64A !important;
    padding: 10px 28px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    border-radius: 4px !important;
    transition: all 0.3s ease !important;
}

.corporate-book-btn:hover {
    background-color: #B8872D !important;
    border-color: #B8872D !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 12px rgba(212, 166, 74, 0.3) !important;
}

/* ── Corporate Hero Section ── */
.corporate-hero {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #000;
    min-height: 90vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #ffffff;
    padding: 0;
    overflow: hidden;
}

.corporate-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.6) 100%);
    z-index: 1;
}

.corporate-hero-inner {
    position: relative;
    z-index: 2;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.corporate-hero-content {
    max-width: 900px;
    animation: heroFadeIn 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) both;
    padding: 0 20px;
}

@keyframes heroFadeIn {
    0% { opacity: 0; transform: translateY(40px); }
    100% { opacity: 1; transform: translateY(0); }
}

.corporate-hero-title {
    color: #ffffff;
    font-size: clamp(32px, 8vw, 72px);
    line-height: 1.1;
    margin: 0 0 24px;
    font-weight: 700;
    letter-spacing: -1px;
    text-transform: uppercase;
    font-family: var(--font-heading);
}

.corporate-hero-subtitle {
    font-size: clamp(16px, 2vw, 22px);
    line-height: 1.5;
    margin: 0 auto 48px;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 400;
    max-width: 700px;
    letter-spacing: 0.5px;
}

.corporate-hero-actions {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.corporate-cta-primary {
    background-color: #D4A64A !important;
    color: #ffffff !important;
    border: 2px solid #D4A64A !important;
    padding: 14px 36px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 1.5px !important;
    border-radius: 4px !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 16px rgba(212, 166, 74, 0.25) !important;
}

.corporate-cta-primary:hover {
    background-color: #B8872D !important;
    border-color: #B8872D !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 8px 24px rgba(212, 166, 74, 0.35) !important;
}

.corporate-cta-outline {
    background: transparent !important;
    color: #ffffff !important;
    border: 2px solid #ffffff !important;
    padding: 14px 36px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 1.5px !important;
    border-radius: 4px !important;
    transition: all 0.3s ease !important;
}

.corporate-cta-outline:hover {
    background-color: #D4A64A !important;
    border-color: #D4A64A !important;
    color: #ffffff !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 8px 24px rgba(212, 166, 74, 0.35) !important;
}

/* ── Corporate Trust Bar ── */
.corporate-trust-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    background-color: rgba(0, 0, 0, 0.5);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 15px 0;
    margin-top: 0;
    backdrop-filter: blur(5px);
}

.corporate-trust-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    text-align: center;
    gap: 30px;
}

.corporate-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-direction: column;
}

.corporate-badge-icon {
    color: #D4A64A;
    font-size: 24px;
    font-weight: 700;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.corporate-badge-text {
    font-size: 13px;
    font-weight: 500;
    color: #cbd5e1;
    line-height: 1.5;
}

/* ── WhatsApp Booking Section ── */
.whatsapp-booking-section {
    background: linear-gradient(135deg, #071B3B 0%, #0f2a4d 100%);
    padding: 60px 0;
    text-align: center;
}

.whatsapp-booking-content {
    max-width: 600px;
    margin: 0 auto;
}

.whatsapp-title {
    color: #ffffff;
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 15px;
}

.whatsapp-desc {
    color: #cbd5e1;
    font-size: 16px;
    line-height: 1.6;
    margin: 0 0 30px;
}

.btn-whatsapp-book {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: #25d366 !important;
    color: #ffffff !important;
    border: 2px solid #25d366 !important;
    padding: 14px 40px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    border-radius: 4px !important;
    transition: all 0.3s ease !important;
    text-decoration: none !important;
}

.btn-whatsapp-book:hover {
    background-color: #20ba58 !important;
    border-color: #20ba58 !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 8px 24px rgba(37, 211, 102, 0.35) !important;
}

.whatsapp-text {
    font-weight: 600;
}

/* ── Responsive Corporate Styles ── */
@media (max-width: 992px) {
    .corporate-header .header-container {
        gap: 20px;
    }

    .corporate-nav #primary-menu a {
        padding: 10px 14px;
        font-size: 13px;
    }

    .corporate-hero-title {
        font-size: 40px;
    }

    .corporate-hero-subtitle {
        font-size: 16px;
    }

    .corporate-trust-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .corporate-top-bar .contact-info {
        flex-direction: column;
        gap: 8px;
    }

    .corporate-header .header-container {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        gap: 0;
        padding: 0 16px;
        position: relative;
    }

    /* Logo stays left (order 1) */
    .corporate-header .corporate-branding {
        order: 1;
        flex-shrink: 0;
    }

    /* Hamburger toggle — visible, right side of header */
    .corporate-header .menu-toggle {
        order: 2;
        display: flex !important;
        align-items: center;
        justify-content: center;
        background: none;
        border: none;
        cursor: pointer;
        padding: 10px;
        z-index: 1002;
        opacity: 1 !important;
        visibility: visible !important;
        min-width: 44px;
        min-height: 44px;
        margin-left: auto;
    }

    .corporate-header .menu-toggle .hamburger-icon span {
        background-color: #071B3B !important;
    }

    /* Book Now CTA — hide on mobile to keep header clean */
    .corporate-header .corporate-cta {
        order: 4;
        display: none;
    }

    /* Nav takes full width below logo+toggle row */
    .corporate-nav {
        order: 3;
        width: 100%;
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #ffffff;
        z-index: 1001;
        padding: 15px 0;
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.10);
        border-top: 2px solid #D4A64A;
    }

    .corporate-nav.toggled {
        display: block !important;
    }

    .corporate-nav #primary-menu {
        flex-direction: column;
        padding: 0 16px;
    }

    .corporate-nav #primary-menu li {
        border-bottom: 1px solid #f1f5f9;
    }

    .corporate-nav #primary-menu li:last-child {
        border-bottom: none;
    }

    .corporate-nav #primary-menu a {
        padding: 13px 0;
        border-bottom: none;
        font-size: 15px;
        display: block;
    }

    .corporate-hero {
        min-height: 50vh;
        padding: 60px 0 40px;
    }

    .corporate-hero-title {
        font-size: 32px;
    }

    .corporate-hero-subtitle {
        font-size: 15px;
    }

    .corporate-hero-actions {
        flex-direction: column;
        width: 100%;
    }

    .corporate-cta-primary,
    .corporate-cta-outline {
        width: 100%;
        text-align: center;
    }

    .corporate-trust-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .corporate-badge {
        flex-direction: row;
    }
}

@media (max-width: 576px) {
    .corporate-top-bar {
        display: none;
    }

    .corporate-branding .custom-logo {
        max-height: 40px;
    }

    .corporate-hero-title {
        font-size: 26px;
        margin-bottom: 15px;
    }

    .corporate-hero-subtitle {
        font-size: 14px;
        margin-bottom: 25px;
    }

    .corporate-cta-primary,
    .corporate-cta-outline {
        padding: 12px 24px !important;
        font-size: 12px !important;
    }

    .whatsapp-title {
        font-size: 24px;
    }

    .whatsapp-desc {
        font-size: 14px;
    }
}
