/* Autumn/Halloween Seasonal Theme Overrides */

/* Fall Color Palette:
   - Primary Orange: #D2691E (chocolate orange)
   - Deep Orange: #FF6B35 (vibrant orange)
   - Rust/Burgundy: #8B4513 (saddle brown)
   - Dark Purple: #4B0082 (indigo)
   - Fall Red: #C41E3A (crimson)
   - Golden Yellow: #DAA520 (goldenrod)
   - Warm Brown: #A0522D (sienna)
*/

/* Body and background updates */
body {
    background: #FFF8F0 !important; /* Warm off-white */
}

body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 80%, rgba(255, 140, 0, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(139, 69, 19, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 40% 40%, rgba(218, 165, 32, 0.05) 0%, transparent 50%);
    pointer-events: none;
    z-index: -1;
}

/* Headings - fall colors */
h2 {
    color: #D2691E !important; /* Chocolate orange */
}

h3 {
    color: #C41E3A !important; /* Crimson red */
}

/* Links - warm oranges and reds */
a:link,
a:visited {
    color: #D2691E !important; /* Chocolate orange */
}

a:hover,
a:active {
    color: #FF6B35 !important; /* Vibrant orange */
}

/* Buttons - fall themed */
a.btn {
    background-color: #D2691E !important; /* Chocolate orange */
    background: linear-gradient(135deg, #D2691E 0%, #FF6B35 100%) !important;
    box-shadow: 0 4px 15px rgba(210, 105, 30, 0.3) !important;
    transition: all 0.3s ease !important;
    color: #ffffff !important; /* White text for contrast */
}

a.btn:hover {
    background: linear-gradient(135deg, #FF6B35 0%, #D2691E 100%) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(210, 105, 30, 0.4) !important;
    color: #ffffff !important; /* White text on hover */
}

a.btn.grey {
    background: linear-gradient(135deg, #8B4513 0%, #A0522D 100%) !important;
    color: #ffffff !important; /* White text for contrast */
}

a.btn.grey:hover {
    background: linear-gradient(135deg, #A0522D 0%, #8B4513 100%) !important;
    transform: translateY(-2px) !important;
    color: #ffffff !important; /* White text on hover */
}

/* Home banner button text fix */
.home-banner a.btn {
    color: #ffffff !important;
}

.home-banner p.button {
    color: #ffffff !important; /* Change button text to white */
}

input[type=submit] {
    background: linear-gradient(135deg, #D2691E 0%, #FF6B35 100%) !important;
    box-shadow: 0 4px 15px rgba(210, 105, 30, 0.3) !important;
}

input[type=submit]:hover {
    background: linear-gradient(135deg, #FF6B35 0%, #D2691E 100%) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(210, 105, 30, 0.4) !important;
}

/* Navigation bar - warm background */
.main-bar {
    background: rgba(255, 248, 240, 0.95) !important;
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 8px rgba(139, 69, 19, 0.2) !important;
}

body.home .main-bar {
    background: rgba(255, 248, 240, 0.7) !important;
}

.main-bar-nav a {
    color: #8B4513 !important; /* Saddle brown */
}

.main-bar-nav a.active {
    color: #D2691E !important; /* Chocolate orange */
}

.main-bar-nav a:hover {
    color: #FF6B35 !important; /* Vibrant orange */
}

/* Home banner - fall overlay */
.home-banner {
    position: relative;
}

.home-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        linear-gradient(180deg, rgba(139, 69, 19, 0.1) 0%, transparent 30%),
        linear-gradient(0deg, rgba(255, 140, 0, 0.1) 0%, transparent 30%);
    pointer-events: none;
    z-index: 1;
}

.home-banner > * {
    position: relative;
    z-index: 2;
}

/* Keep banner-image-socials absolutely positioned and on the right */
.banner-image-socials {
    position: absolute !important;
    bottom: 0 !important;
    right: 0 !important;
    left: auto !important;
    padding: 1rem 2rem 1rem 1rem !important; /* Adjusted for right positioning */
    z-index: 3 !important;
}

.home-banner p.button {
    color: #D2691E !important;
}

/* Page banner */
.page-banner::before {
    background-color: rgba(255, 140, 0, 0.15) !important;
}

.page-banner-text h1 {
    color: #D2691E !important;
    text-shadow: 2px 2px 4px rgba(139, 69, 19, 0.3);
}

/* Sections - warm backgrounds */
.section {
    background: #FFF8F0 !important;
}

.section.grey {
    background: linear-gradient(135deg, #FFF8F0 0%, #FFE8D6 100%) !important;
}

.section.green {
    background: linear-gradient(135deg, #D2691E 0%, #C41E3A 100%) !important;
    border-top: 4px dashed rgba(255, 255, 255, 0.3) !important;
    border-bottom: 4px dashed rgba(255, 255, 255, 0.3) !important;
}

.section.green .section-inner h2 {
    color: #fff !important;
}

.section.border-top {
    border-top: 3px solid #FF6B35 !important;
}

/* Feature images - warm filter */
.home-feature-image {
    position: relative;
}

.home-feature-image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 140, 0, 0.1) 0%, rgba(139, 69, 19, 0.1) 100%);
    border-radius: 1rem;
    pointer-events: none;
    z-index: 1;
}

/* Suite cards - fall accents */
.suite-container {
    border: 2px solid #FF6B35 !important;
}

.suite-details h3 {
    color: #D2691E !important;
}

.spec-item {
    background: #FFE8D6 !important;
    color: #8B4513 !important;
}

.accommodation-section h2 {
    color: #D2691E !important;
}

/* Footer - warm tones */
.footer {
    background: linear-gradient(135deg, #FFE8D6 0%, #FFF8F0 100%) !important;
    border-top: 2px solid #FF6B35;
}

/* Form elements */
.contact-form,
.contact-details {
    border: 2px solid #FFE8D6 !important;
    box-shadow: 0 10px 30px rgba(210, 105, 30, 0.15) !important;
}

.contact-form input[type=text]:focus,
.contact-form input[type=email]:focus,
.contact-form textarea:focus,
.booking-form input:focus,
.booking-form textarea:focus,
.booking-form select:focus {
    border-color: #FF6B35 !important;
    box-shadow: 0 0 0 3px rgba(255, 107, 53, 0.1) !important;
}

/* Pricing section */
.boarding h2 {
    color: #C41E3A !important;
}

.boarding li {
    color: #D2691E !important;
}

/* Autumn-themed tick icon - replace with transparent SVG checkmark */
.boarding .tick {
    /* Hide the original JPG image with white background */
    display: none;
}

/* Create transparent SVG checkmark in autumn orange color */
.boarding::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    width: 72px;
    height: 72px;
    /* Transparent SVG checkmark in autumn orange (#D2691E) */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='72' height='72' viewBox='0 0 72 72'%3E%3Cpath fill='none' stroke='%23D2691E' stroke-width='6' stroke-linecap='round' stroke-linejoin='round' d='M18 36 L30 48 L54 24'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 1;
    pointer-events: none;
}

/* Hide pricing banner during autumn season */
.pricing-banner {
    display: none !important;
}

/* Hide the entire section containing pricing banner on home page */
body.home .section.grey.border-top {
    display: none !important;
}

/* Navigation Links Section - Autumn Styling */
.nav-links-grid {
    margin-top: 2rem;
}

.nav-link-card {
    background: linear-gradient(135deg, #FFF8F0 0%, #FFE8D6 100%) !important;
    border: 2px solid #FF6B35 !important;
    box-shadow: 0 4px 15px rgba(210, 105, 30, 0.2) !important;
}

.nav-link-card:hover {
    border-color: #D2691E !important;
    box-shadow: 0 8px 25px rgba(210, 105, 30, 0.3) !important;
    transform: translateY(-5px);
}

.nav-link-content h3 {
    color: #D2691E !important;
}

.nav-link-card:hover .nav-link-content h3 {
    color: #FF6B35 !important;
}

.nav-link-content p {
    color: #8B4513 !important;
}

/* Removed decorative fall leaves - was interfering with footer social icons */

@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
}

/* Home section banner */
.home-section-banner {
    border-top: 4px solid #FF6B35 !important;
    border-bottom: 4px solid #FF6B35 !important;
}

/* Suite image overlay */
.suite-image-overlay {
    background: rgba(210, 105, 30, 0.85) !important;
}

/* Gallery items - warm shadows */
.image-gallery .image-item-inner {
    border: 2px solid #FFE8D6 !important;
    box-shadow: 0 4px 12px rgba(210, 105, 30, 0.2) !important;
}

/* Contact success message */
.contact-form .success {
    color: #D2691E !important;
    border-color: #D2691E !important;
}

/* Flying Pumpkins Animation */
@keyframes flyAcross1 {
    0% {
        left: -100px;
        top: 10%;
        transform: rotate(0deg);
    }
    50% {
        top: 5%;
        transform: rotate(180deg);
    }
    100% {
        left: calc(100% + 100px);
        top: 15%;
        transform: rotate(360deg);
    }
}

@keyframes flyAcross2 {
    0% {
        left: -100px;
        top: 30%;
        transform: rotate(0deg);
    }
    50% {
        top: 25%;
        transform: rotate(-180deg);
    }
    100% {
        left: calc(100% + 100px);
        top: 35%;
        transform: rotate(-360deg);
    }
}

@keyframes flyAcross3 {
    0% {
        left: -100px;
        top: 50%;
        transform: rotate(0deg);
    }
    50% {
        top: 45%;
        transform: rotate(180deg);
    }
    100% {
        left: calc(100% + 100px);
        top: 55%;
        transform: rotate(360deg);
    }
}

@keyframes flyAcross4 {
    0% {
        left: -100px;
        top: 70%;
        transform: rotate(0deg);
    }
    50% {
        top: 65%;
        transform: rotate(-180deg);
    }
    100% {
        left: calc(100% + 100px);
        top: 75%;
        transform: rotate(-360deg);
    }
}

@keyframes flyAcross5 {
    0% {
        left: -100px;
        top: 85%;
        transform: rotate(0deg);
    }
    50% {
        top: 80%;
        transform: rotate(180deg);
    }
    100% {
        left: calc(100% + 100px);
        top: 90%;
        transform: rotate(360deg);
    }
}

/* Flying autumn leaf elements - created via JavaScript */
.flying-pumpkin {
    position: fixed;
    font-size: 2.5rem;
    z-index: 9998;
    pointer-events: none;
    opacity: 0.6;
    user-select: none;
}

.flying-pumpkin.pumpkin1 {
    animation: flyAcross1 15s linear infinite;
    font-size: 3rem;
    opacity: 0.7;
}

.flying-pumpkin.pumpkin2 {
    animation: flyAcross2 18s linear infinite 2s;
    font-size: 2.5rem;
    opacity: 0.6;
}

.flying-pumpkin.pumpkin3 {
    animation: flyAcross3 20s linear infinite 4s;
    font-size: 3.5rem;
    opacity: 0.5;
}

.flying-pumpkin.pumpkin4 {
    animation: flyAcross4 16s linear infinite 1s;
    font-size: 2rem;
    opacity: 0.6;
}

.flying-pumpkin.pumpkin5 {
    animation: flyAcross5 22s linear infinite 3s;
    font-size: 2.8rem;
    opacity: 0.5;
}

/* Add some sparkle/spooky effect for Halloween */
@media (prefers-reduced-motion: no-preference) {
    /* Sparkle effect removed - replaced with pumpkins */
}

