/* ========================================================
   MODERN ELEGANT REDESIGN STYLES
   ======================================================== */

/* Typography Overrides - Boutique Style */
body {
    font-family: 'Poppins', sans-serif !important;
    letter-spacing: 0.3px;
    line-height: 1.8;
    color: #555;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 300 !important; /* Elegant light weight for titles */
    letter-spacing: -0.02em;
    color: #222;
}

strong, b {
    font-weight: 600;
}

/* Glassmorphism Classes */
.glassmorphism-card {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    padding: 30px;
    transition: all 0.3s ease;
}

.glassmorphism-card:hover {
    box-shadow: 0 12px 40px 0 rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
}

/* Hero Section Enhancements */
.hero-section {
    position: relative;
    padding-top: 150px;
    padding-bottom: 200px;
    background-size: cover;
    background-position: center;
    background-attachment: fixed; /* Parallax effect */
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.6) 0%, rgba(107, 58, 31, 0.4) 100%);
}

.hero-section__title {
    color: #ffffff;
    font-size: 4rem !important;
    text-transform: uppercase;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
}

/* Redesigned Booking Form Bar */
.filter-wrapper {
    background: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(20px);
    border-radius: 20px !important;
    padding: 25px !important;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2) !important;
    border: 1px solid rgba(255, 255, 255, 0.5);
    position: relative;
    z-index: 10;
    transform: translateY(50px);
}

.custom-icon-field .form--control {
    background: transparent !important;
    border: none !important;
    border-bottom: 2px solid rgba(107, 58, 31, 0.2) !important;
    border-radius: 0 !important;
    padding-left: 40px !important;
    font-size: 16px;
    transition: border-color 0.3s ease;
}

.custom-icon-field .form--control:focus {
    border-color: #a34b1a !important;
    box-shadow: none !important;
}

.custom-icon-field i {
    color: #a34b1a !important;
    font-size: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.filter-wrapper .btn--base {
    background: linear-gradient(135deg, #a34b1a, #6b3a1f) !important;
    border: none !important;
    border-radius: 10px !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    box-shadow: 0 8px 20px rgba(163, 75, 26, 0.3) !important;
    transition: all 0.3s ease;
}

.filter-wrapper .btn--base:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 25px rgba(163, 75, 26, 0.4) !important;
}

/* About Section Enhancements */
.about-thumb-wrapper {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: center;
}

.about-thumb {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s ease;
    width: 100% !important;
    height: 280px !important;
    padding: 0 !important;
    margin: 0 !important;
}

.about-thumb:hover {
    transform: scale(1.05);
}

.about-thumb:nth-child(even) {
    transform: translateY(30px);
}

.about-thumb:nth-child(even):hover {
    transform: scale(1.05) translateY(30px);
}

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

.section-title {
    font-size: 2.8rem !important;
    position: relative;
    padding-bottom: 15px;
}

.section-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 3px;
    background: #a34b1a;
}

.section-header .text-white {
    color: #ffffff !important;
}

/* Services Section */
.service-section {
    background: #f8f9fa !important;
    position: relative;
}

.service-section::after, .service-section::before {
    display: none !important;
}

.service-content .section-title {
    color: #333 !important;
}

.service-content p {
    color: #666 !important;
}

.service-card {
    background: #ffffff !important;
    border-radius: 15px;
    padding: 30px 20px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    border: 1px solid rgba(0,0,0,0.03);
}

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

.service-card .icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
    background: rgba(163, 75, 26, 0.1);
    color: #a34b1a;
    font-size: 30px;
    border-radius: 50%;
    margin: 0 auto 20px;
    transition: all 0.3s ease;
}

.service-card:hover .icon {
    background: #a34b1a;
    color: #ffffff;
}

.service-card .title {
    color: #333;
    font-weight: 600;
}

/* FAQ Section */
.faq-section {
    background: #ffffff;
}

.accordion-item {
    border: none !important;
    border-bottom: 1px solid #ebebeb !important;
    background: transparent !important;
    margin-bottom: 0 !important;
}

.accordion-button {
    background: transparent !important;
    color: #333 !important;
    font-weight: 600;
    padding: 20px 0 !important;
    box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
    color: #a34b1a !important;
}

.accordion-body {
    padding: 0 0 20px 0 !important;
    color: #666;
}

/* Testimonial Section */
.testimonial-section {
    position: relative;
    background-attachment: fixed;
}

.testimonial-section::before {
    content: '';
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(61, 33, 17, 0.9) !important; /* Darker brown for better contrast */
    z-index: 1;
}

.testimonial-section .container {
    position: relative;
    z-index: 2;
}

.testimonial-section .section-header .section-title, 
.testimonial-section .section-header p {
    color: #ffffff !important;
    text-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

.testimonial-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px 30px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
    position: relative;
    margin: 20px 10px;
    text-align: center;
}

.testimonial-card::before {
    content: '\f10d';
    font-family: "Line Awesome Free";
    font-weight: 900;
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 40px;
    color: rgba(163, 75, 26, 0.1);
}

.testimonial-card .client-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 3px solid #a34b1a;
    padding: 3px;
    margin: 0 auto 20px;
}

.testimonial-card p {
    font-size: 1.1rem;
    font-style: italic;
    color: #555;
    margin-bottom: 20px;
}

.testimonial-card .client-name {
    font-weight: 700;
    color: #333;
    font-size: 1.2rem;
}

/* Responsive Enhancements */
@media (max-width: 768px) {
    .hero-section__title {
        font-size: 2rem !important;
        margin-top: 20px;
    }
    
    .filter-wrapper {
        padding: 15px !important;
        transform: translateY(20px);
    }
    
    .hero-section {
        padding-top: 100px;
        padding-bottom: 120px;
    }
    
    .about-thumb-wrapper {
        gap: 10px;
    }
    
    .section-title {
        font-size: 2rem !important;
    }
}

/* Extra-ordinary Immersive Header */
.header {
    position: fixed; /* Always fixed for immersive feel */
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    background: transparent;
    padding: 10px 0;
}

.header.sticky-active {
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(25px);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
    padding: 5px 0;
}

.header__top {
    background: transparent !important;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.header.sticky-active .header__top {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    border: none;
}

.header__bottom {
    background: transparent !important;
}

.navbar {
    background: transparent !important;
    border: none !important;
}

.header.sticky-active .header__bottom,
.header.sticky-active .navbar {
    background: transparent !important;
}

.header.sticky-active .header__bottom {
    background: transparent !important;
}

.header__top {
    display: block !important;
    background: #ffffff !important;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.header-info-list {
    display: flex !important;
    gap: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.header-info-list li a {
    color: #555 !important;
    font-size: 11px !important;
    font-weight: 500;
    text-decoration: none !important;
}

.header-user-btn {
    color: #333 !important;
    font-size: 11px !important;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-flex !important;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    text-decoration: none !important;
}

.header-user-btn i {
    font-size: 15px !important;
    color: #a34b1a !important; /* Premium brown icons */
}

.header-user-btn:hover {
    color: #a34b1a !important;
}

.navbar-nav .nav-link, .main-menu li a {
    color: #ffffff !important; /* Initial white state */
    font-weight: 400 !important;
    font-size: 13px;
    padding: 10px 15px !important;
    position: relative;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.header.sticky-active .navbar-nav .nav-link, 
.header.sticky-active .main-menu li a,
.header.sticky-active .nav-right .nav-link,
.header.sticky-active .nav-right span {
    color: #333 !important; /* Scrolled dark state */
}

.main-menu li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 1px;
    background: #a34b1a;
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.main-menu li a:hover::after, .main-menu li a.active::after {
    width: 15px;
}

.main-menu li a:hover, .main-menu li a.active {
    color: #a34b1a !important;
}

.nav-right .btn--base {
    border-radius: 100px !important;
    padding: 12px 30px !important;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 1px;
    box-shadow: 0 10px 25px rgba(163, 75, 26, 0.3);
    border: none !important;
    background: #a34b1a !important;
    color: #ffffff !important;
    transition: all 0.3s ease;
}

.nav-right .btn--base:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(163, 75, 26, 0.4);
}

.site-logo img {
    max-height: 60px;
    filter: brightness(0) invert(1); /* Initial white logo */
    transition: all 0.3s ease;
}

.header.sticky-active .site-logo img {
    max-height: 45px;
    filter: none; /* Original colored logo on scroll */
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate-on-scroll {
    opacity: 0;
    transition: opacity 0.5s ease;
}

.delay-1 { animation-delay: 0.2s; }
.delay-2 { animation-delay: 0.4s; }
.delay-3 { animation-delay: 0.6s; }

/* Sections Padding & Spacing */
.section {
    padding: 120px 0; /* More whitespace */
}

/* Redesigned Booking Form - Soft UI */
.filter-wrapper {
    background: #ffffff !important;
    border-radius: 40px !important;
    padding: 40px !important;
    box-shadow: 0 30px 100px rgba(0, 0, 0, 0.12) !important;
    border: 1px solid rgba(0, 0, 0, 0.03);
    transform: translateY(80px);
}

/* Mobile Adjustments */
@media (max-width: 991px) {
    .header {
        background: #ffffff !important;
        position: sticky;
    }
    .site-logo img {
        filter: none !important;
        max-height: 40px;
    }
    .navbar-nav .nav-link, .main-menu li a {
        color: #333 !important;
    }
    .navbar-collapse {
        background: #ffffff;
        margin-top: 20px;
        border-radius: 25px;
        padding: 30px;
        box-shadow: 0 20px 60px rgba(0,0,0,0.1);
    }
}

/* WhatsApp Floating Icon Styling */
.whatsapp-float {
    position: fixed;
    bottom: 30px;
    left: 30px;
    background-color: #25d366; /* Official WhatsApp Color */
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 25px rgba(37, 211, 102, 0.3);
    z-index: 1000;
    transition: all 0.3s ease;
    animation: pulse-whatsapp 2s infinite;
}

.whatsapp-float:hover {
    background-color: #a34b1a; /* Morphs into theme brown on hover */
    transform: translateY(-5px) scale(1.1);
    box-shadow: 0 15px 30px rgba(163, 75, 26, 0.4);
    color: #ffffff;
}

@keyframes pulse-whatsapp {
    0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5); }
    70% { box-shadow: 0 0 0 20px rgba(37, 211, 102, 0); }
    100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}

/* Luxury Auth Design System */
.luxury-auth-section {
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    padding: 100px 0;
}

.luxury-auth-section::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.luxury-auth-section .container {
    position: relative;
    z-index: 2;
}

.luxury-auth-wrapper {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.4);
    border-radius: 30px;
    padding: 50px 40px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.luxury-auth-wrapper:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 50px 0 rgba(0, 0, 0, 0.5);
}

.luxury-auth-title {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 10px;
    color: #fff !important;
    text-shadow: 1px 2px 4px rgba(0,0,0,0.6);
    letter-spacing: 0.5px;
    font-family: 'Poppins', sans-serif;
    text-align: center;
}

.luxury-auth-subtitle {
    color: rgba(255, 255, 255, 0.8) !important;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 35px;
    text-align: center;
}

.luxury-auth-form label {
    color: #fff !important;
    font-weight: 500;
    margin-bottom: 8px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.luxury-auth-form .form-control, 
.luxury-auth-form .form--control {
    background: rgba(255, 255, 255, 0.1) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    color: #fff !important;
    border-radius: 12px !important;
    padding: 14px 20px 14px 60px !important; /* Increased to 60px for absolute clearance */
    font-size: 15px !important;
    transition: all 0.3s ease !important;
}

.luxury-auth-form .form-control:focus, 
.luxury-auth-form .form--control:focus {
    background: rgba(255, 255, 255, 0.15) !important;
    border-color: #a34b1a !important;
    box-shadow: 0 0 0 0.25rem rgba(163, 75, 26, 0.2) !important;
}

.luxury-auth-form .custom-icon-field {
    position: relative;
}

.luxury-auth-form .custom-icon-field i:not(.la-eye):not(.la-eye-slash):not(.fa-eye):not(.fa-eye-slash) {
    position: absolute;
    left: 20px; /* Moved to left */
    right: auto;
    top: 50%;
    transform: translateY(-50%);
    color: #a34b1a !important; /* Match theme brown */
    font-size: 16px;
    z-index: 5;
}

.luxury-auth-form .btn--base, 
.luxury-auth-form .btn-submit {
    background: linear-gradient(135deg, #a34b1a, #6d3211) !important;
    border: none !important;
    color: #fff !important;
    border-radius: 12px !important;
    padding: 16px !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    letter-spacing: 1.5px !important;
    transition: all 0.3s ease !important;
    text-transform: uppercase !important;
    margin-top: 20px;
}

.luxury-auth-form .btn--base:hover {
    background: linear-gradient(135deg, #8b3f15, #55270d) !important;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.3) !important;
}

.luxury-auth-footer-text {
    color: rgba(255, 255, 255, 0.7) !important;
    font-size: 14px;
    margin-top: 25px;
    text-align: center;
}

.luxury-auth-footer-text a {
    color: #a34b1a !important;
    font-weight: 600;
    text-decoration: none;
}

.luxury-auth-footer-text a:hover {
    color: #fff !important;
}

.luxury-auth-form .form-check-label {
    color: rgba(255, 255, 255, 0.8) !important;
    font-size: 14px;
}

.luxury-auth-form .custom--checkbox .form-check-input:checked {
    background-color: #a34b1a !important;
    border-color: #a34b1a !important;
}

/* Luxury Contact Design System */
.contact-wrapper {
    background: #ffffff !important;
    border-radius: 40px !important;
    box-shadow: 0 30px 100px rgba(0,0,0,0.08) !important;
    overflow: hidden;
    padding: 0 !important;
    border: 1px solid rgba(0,0,0,0.03);
}

.contact-left-area {
    height: 100%;
    min-height: 500px;
    padding: 60px 40px !important;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact-left-area::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.contact-info-wrapper {
    position: relative;
    z-index: 2;
    background: transparent !important; /* Ensure no white box */
}

.contact-info {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.contact-info .icon {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.1) !important;
    backdrop-filter: blur(10px);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #ffffff !important;
    margin-right: 20px;
    border: 1px solid rgba(255,255,255,0.15);
    transition: all 0.3s ease;
}

.contact-info:hover .icon {
    background: #a34b1a;
    transform: scale(1.1);
}

.contact-info .title {
    color: #ffffff !important;
    font-weight: 700 !important;
    margin-bottom: 5px !important;
    letter-spacing: 1px;
}

.contact-info p, .contact-info a {
    color: rgba(255,255,255,0.8) !important;
    text-decoration: none;
    font-weight: 300;
}

.contact-right-area {
    padding: 60px 50px !important;
}

.contact-right-area .title {
    font-size: 32px;
    font-weight: 800;
    color: #333;
    letter-spacing: -0.5px;
}

.contact-right-area .description {
    color: #666;
    font-weight: 300;
    line-height: 1.8;
}

.luxury-contact-form .form-group label {
    font-weight: 600;
    color: #333;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.luxury-contact-form .form--control {
    background: #f8f9fa !important;
    border: 1px solid #eee !important;
    border-radius: 15px !important;
    padding: 16px 20px 16px 60px !important;
    font-size: 15px;
    transition: all 0.3s ease;
}

.luxury-contact-form .form--control:focus {
    background: #fff !important;
    border-color: #a34b1a !important;
    box-shadow: 0 10px 30px rgba(163, 75, 26, 0.1) !important;
}

.luxury-contact-form textarea.form--control {
    padding-left: 20px !important;
    min-height: 150px;
}

.luxury-contact-form .custom-icon-field i {
    position: absolute;
    left: 22px;
    top: 50%;
    transform: translateY(-50%);
    color: #a34b1a;
    font-size: 18px;
}

.luxury-contact-form .btn--base {
    background: linear-gradient(135deg, #a34b1a, #6d3211) !important;
    border: none !important;
    border-radius: 15px !important;
    padding: 18px !important;
    font-weight: 700;
    letter-spacing: 2px;
    margin-top: 20px;
}


