/*
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;
}

.menu-toggle {
    display: none;
}

.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);
}


/* 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-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;
}



/* 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-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-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;
    }
    
    .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;
    }
        grid-template-columns: repeat(2, 1fr);
    }
}

@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: block !important;
        background: none;
        border: none;
        color: #071B3B !important;
        font-size: 24px;
        cursor: pointer;
        padding: 5px;
        outline: none;
    }
    
    .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;
}
