@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400&display=swap");

body,
html,
p,
span,
a,
input,
button,
textarea {
    font-family:
        "Inter",
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Roboto,
        Helvetica,
        Arial,
        sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-serif {
    font-family:
        "Playfair Display", Georgia, Cambria, "Times New Roman", Times, serif !important;
}
:root {
    --brand-dark: #15254c;
    --brand-accent: #d97706;
    --text-light: #f8fafc;
}

.hero-slider-container {
    opacity: 0;
    transform: translateY(30px);
    animation: heroReveal 1.5s ease forwards;
}

@keyframes heroReveal {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Top Mini Bar */
.top-contact-bar {
    background-color: #f1f5f9;
    border-bottom: 1px solid #e2e8f0;
    font-size: 0.875rem;
    color: #1c3164;
}
.top-contact-bar i {
    color: #1c3164;
}
/* Main Premium Navbar */
.main-nav-bg {
    background-color: var(--brand-dark);
}

.nav-link-custom {
    position: relative;
    color: #e2e8f0;
    font-weight: 700;
    text-decoration: none;
    transition: color 0.3s ease;
}

.nav-link-custom::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 0;
    height: 2px;
    background-color: #d97706;
    transition: width 0.3s ease;
}

.nav-link-custom:hover {
    /* color: #4dd6fc; */
    color: #d97706;
}

.nav-link-custom:hover::after {
    width: 100%;
}
/* Golden Book Now Button */
.btn-book-now {
    background-color: var(--brand-accent);
    color: #ffffff;
    font-weight: 700;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.btn-book-now:hover {
    background-color: #e2953c;
    transform: scale(1.03);
}

.active-nav {
    color: #d97706;
}

.active-nav::after {
    width: 100%;
}

.dropdown-menu-wrapper {
    position: relative;
    display: inline-block;
}

.rooms-dropdown {
    position: absolute;
    top: 100%;
    left: 39%;
    transform: translateX(-50%) translateY(10px);
    min-width: 240px;
    background: #15254c;
    border-top: 3px solid #d97706;
    border-radius: 0 0 8px 8px;
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 9999;
}

.dropdown-menu-wrapper:hover .rooms-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

.rooms-dropdown a {
    display: block;
    padding: 12px 20px;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.rooms-dropdown a:hover {
    background: #d97706;
    color: #fff;
    padding-left: 28px;
}

.mobile-submenu a {
    display: block;
    padding: 10px 0;
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
}

.mobile-submenu a:hover {
    color: #d97706;
}

/* Hero Slider Styles */
.hero-slider-container {
    position: relative;
    height: 75vh;
    width: 100%;
    overflow: hidden;
}

/* Smooth Background Sliders with Zoom-In Effect */
.slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transform: scale(1); /* Starting scale */
    transition:
        opacity 0.8s ease-in-out,
        transform 2.8s ease-in-out; /* Zoom transitions */
    background-size: cover;
    background-position: center;
    filter: brightness(1.05) contrast(1.02);
    z-index: 1;
}

/* Jab slide active hogi toh halka zoom-in hoga */
.slide.active {
    opacity: 1;
    transform: scale(1.08); /* 8% Zoom-in effect */
    z-index: 2;
}

.slider-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(15, 32, 67, 0.25),
        rgba(15, 32, 67, 0.45)
    );
    z-index: 10;
}

/* Floating Booking Form Container */
.floating-booking-bar {
    position: relative;
    z-index: 30;
    margin-top: -60px; /* Form ko adha slider ke upar float karne ke liye */
}

.form-input-custom {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    font-family: "Poppins", sans-serif;
    color: #334155;
    background-color: #ffffff;
    transition: border-color 0.3s;
}

.form-input-custom:focus {
    outline: none;
    border-color: #d97706; /* Cyan focus ring */
}

.search-btn {
    width: 100%;
    background-color: var(--brand-dark); 
    color: #ffffff;
    font-weight: 700;
    padding: 12px 24px;
    border: none;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.search-btn:hover {
    background-color: #d97706; 
}

/* ==================== MODERN SPLIT ABOUT SECTION ==================== */
.premium-about-section {
    padding: 100px 0;
    background-color: #fcfcfc; 
    overflow: hidden;
}

.split-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 25px;
    display: flex;
    align-items: center;
    gap: 60px;
}

/* Image Side Layout */
.split-image-block {
    flex: 1;
    position: relative;
}

.about-hotel-img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

/* Content Side Layout */
.split-content-block {
    flex: 1;
    display: flex;
    align-items: center;
}

.content-inner-wrapper {
    max-width: 520px;
    text-align: left;
}

/* Elements Styling */
.star-accent {
    margin-bottom: 15px;
}

.star-svg {
    width: 24px;
    height: 24px;
    color: #0f172a;
}

.sub-title {
    display: block;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #64748b;
    margin-bottom: 12px;
    font-weight: 600;
}

.split-heading {
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 2px;
    color: #0f172a;
    margin-bottom: 25px;
    font-family: "Playfair Display", Georgia, serif;
}

.split-heading .thin-text {
    font-weight: 300;
    color: #94a3b8;
}

.split-text {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #475569;
    margin-bottom: 35px;
    font-weight: 400;
}

/* Button Customization */
.btn-discover {
    display: inline-block;
    padding: 14px 38px;
    border: 1.5px solid #0f172a;
    color: #0f172a;
    font-weight: 600;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-decoration: none;
    background: transparent;
    transition: all 0.3s ease-in-out;
}

.btn-discover:hover {
    background: #0f172a;
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.15);
}

/* Mobile Responsive Setup */
@media (max-width: 991px) {
    .split-container {
        flex-direction: column;
        gap: 40px;
    }

    .about-hotel-img {
        height: 350px;
    }

    .content-inner-wrapper {
        text-align: center;
        max-width: 100%;
    }

    .split-heading {
        font-size: 2.2rem;
    }
}

.mobile-nav-links .nav-link-custom {
    display: inline-block;
    width: fit-content;
    padding-bottom: 4px;
}

/* ==================== THEME VARIABLES & VERTICAL CARDS ==================== */
:root {
    --navy-dark: #0a2540;
    --blue-light: #d97706;
    --bg-ice-blue: #f1f5f9;
    --pure-white: #ffffff;
}

.rooms-vertical-section {
    padding: 90px 20px;
    background-color: var(--bg-ice-blue);
    text-align: center;
}

/* Header Text styling */
.gallery-header-block {
    margin-bottom: 60px;
}
.gallery-sub {
    font-size: 0.9rem;
    color: var(--blue-light);
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 600;
}
.gallery-main-title {
    font-size: 2.8rem;
    color: var(--navy-dark);
    font-family: "Playfair Display", serif;
    margin-top: 8px;
}

/* Vertical Stack Wrapper */
.rooms-vertical-list {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 45px;
}

/* Individual Large Row Layout Structure */
.room-vertical-card {
    background: var(--pure-white);
    display: flex;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(10, 37, 64, 0.05);
    border: 1px solid rgba(56, 189, 248, 0.1);
}

/* Left Window Panel - Sliding Window Container */
.room-inner-slider {
    position: relative;
    width: 45%;
    height: 350px;
    overflow: hidden;
    flex-shrink: 0;
}

.slider-track-inner {
    display: flex;
    width: 100%;
    height: 100%;
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1); /* Ultra smooth right to left push */
}

.slider-track-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    flex-shrink: 0;
}

/* Floating Elements Inside Card */
.room-price-tag {
    position: absolute;
    top: 20px;
    left: 20px;
    background: var(--navy-dark);
    color: var(--pure-white);
    padding: 6px 14px;
    font-weight: 600;
    font-size: 0.85rem;
    border-radius: 6px;
    letter-spacing: 0.5px;
    z-index: 10;
}

/* Right Side - Content Typography Box */
.room-vertical-details {
    padding: 40px;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.room-vertical-details h3 {
    font-size: 1.8rem;
    color: var(--navy-dark);
    font-family: "Playfair Display", serif;
    margin-bottom: 8px;
}

.room-amenities {
    font-size: 0.85rem;
    color: var(--blue-light);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.room-desc {
    font-size: 1rem;
    color: #475569;
    line-height: 1.7;
    margin-bottom: 30px;
}

/* Book Button Styling */
.btn-room-book {
    align-self: flex-start;
    padding: 12px 28px;
    background-color: var(--navy-dark);
    color: var(--pure-white);
    text-decoration: none;
    font-weight: 600;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.btn-room-book:hover {
    background-color: #031526;
    transform: translateX(3px); /* Hover karne par halka right me nudge hoga */
    box-shadow: 0 4px 15px rgba(10, 37, 64, 0.2);
}

/* Full Responsive Media Query for Mobile screens */
@media (max-width: 850px) {
    .room-vertical-card {
        flex-direction: column;
    }
    .room-inner-slider {
        width: 100%;
        height: 260px;
    }
    .room-vertical-details {
        padding: 30px 20px;
    }
}

/* ==================== THEME-BASED HOVER SLIDE UP AMENITIES ==================== */
.amenities-section {
    padding: 100px 0;
    background-color: #ffffff;
}

.amenities-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 25px;
}

/* Header Text Alignments */
.amenities-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 50px;
}

.amenities-sub {
    display: block;
    font-size: 0.9rem;
    color: #d97706;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    margin-bottom: 8px;
}

.amenities-title {
    font-size: 2.8rem;
    color: #0a2540;
    font-family: "Playfair Display", serif;
    font-weight: 700;
}

.amenities-title .thin-text {
    font-weight: 300;
    color: #475569;
}

/* Learn More Pill Button */
.btn-learn-more {
    display: inline-block;
    padding: 12px 30px;
    border: 1.5px solid #0a2540;
    color: #0a2540;
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 2px;
    text-decoration: none;
    border-radius: 30px;
    transition: all 0.3s ease;
}

.btn-learn-more:hover {
    background-color: #0a2540;
    color: #ffffff;
}

/* Grid Framework */
.amenities-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* Individual Card Window */
.amenity-card {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(10, 21, 64, 0.05);
    position: relative;
    cursor: pointer;
}

.amenity-img-box {
    position: relative;
    width: 100%;
    height: 480px;
    overflow: hidden;
}

.amenity-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

/*  Core Secret: Niche se slide up hone wala dynamic overlay panel */
.amenity-slide-overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        to top,
        rgba(10, 37, 64, 0.95) 30%,
        rgba(10, 37, 64, 0.6) 100%
    );

    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    box-sizing: border-box;

    transform: translateY(100%);
    opacity: 0;
    transition:
        transform 0.5s cubic-bezier(0.25, 1, 0.5, 1),
        opacity 0.4s ease;
}

/*  Hover Active State Structure */
.amenity-card:hover .amenity-slide-overlay {
    transform: translateY(0);
    opacity: 1;
}

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

/* Card Content Typography Typography Elements */
.amenity-slide-content {
    text-align: center;
}

.amenity-slide-content h3 {
    color: #ffffff;
    font-size: 1.8rem;
    font-family: "Playfair Display", serif;
    margin-bottom: 15px;
    font-weight: 600;
}

.amenity-slide-content p {
    color: #f0f7ff;
    font-size: 0.95rem;
    line-height: 1.7;
    margin: 0;
}

/* Mobile Adaptations */
@media (max-width: 991px) {
    .amenities-grid {
        grid-template-columns: 1fr;
    }

    .amenity-slide-overlay {
        transform: translateY(0);
        opacity: 1;
        height: 45%;
        background: rgba(10, 37, 64, 0.9);
        align-items: flex-end;
        padding: 20px;
    }
    .amenity-img-box {
        height: 380px;
    }
}

/* ==================== CINEMATIC REST WELL LOOK (IMAGE_092665.JPG) ==================== */
.rest-well-section {
    padding: 100px 0;
    background-color: #f0f7ff; /* Theme Soft Light Blue Background canvas */
    overflow: hidden; /* Stops horizontal scroll breaks during high speed slide entry */
}

.rest-well-container {
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 25px;
    display: flex;
    align-items: center;
    position: relative;
    gap: 0; /* Elements overlay edge match setup */
}

/* --- Left Image Panel Mechanics --- */
.rest-image-wrapper {
    width: 60%;
    height: 550px;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0 20px 40px rgba(10, 37, 64, 0.08);

    /* Base Animation Initial State: Shifted left and hidden */
    transform: translateX(-150px);
    opacity: 0;
    transition:
        transform 1.2s cubic-bezier(0.25, 1, 0.5, 1),
        opacity 1s ease;
}

.rest-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* --- Right Content Card Box --- */
.rest-content-card {
    width: 45%;
    background: #ffffff; /* Crisp white overlay matching sample */
    padding: 60px 50px;
    border-radius: 4px;
    box-shadow: -10px 15px 40px rgba(10, 37, 64, 0.06);

    /* Overlaps perfectly on top of the left image pool layout */
    position: absolute;
    right: 25px;
    z-index: 5;

    /* Base Animation Initial State: Shifted right and hidden */
    transform: translateX(150px);
    opacity: 0;
    transition:
        transform 1.2s cubic-bezier(0.25, 1, 0.5, 1),
        opacity 1s ease;
}

/* --- Typography with Navy Blue Theme Colors --- */
.rest-title-light {
    font-size: 3rem;
    color: #64748b; /* Elegant slate grey for "Rest well" */
    font-family: "Playfair Display", serif;
    font-weight: 300;
    margin: 0;
    line-height: 1.1;
}

.rest-title-bold {
    font-size: 3.5rem;
    color: #0a2540; /* Strong Navy Blue for "Sleep well" */
    font-family: "Playfair Display", serif;
    font-weight: 700;
    margin: 0 0 25px 0;
    line-height: 1.1;
}

.rest-description {
    font-size: 1rem;
    color: #475569;
    line-height: 1.8;
    margin-bottom: 35px;
}

/* --- Pill Button matching Our Amenities Style --- */
.btn-rest-explore {
    display: inline-block;
    padding: 12px 35px;
    border: 1.5px solid #0a2540;
    color: #0a2540;
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 2px;
    text-decoration: none;
    border-radius: 30px;
    transition: all 0.3s ease;
}

.btn-rest-explore:hover {
    background-color: #0a2540;
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(10, 37, 64, 0.2);
}

/* --- Active Class triggers injected by IntersectionObserver --- */
.rest-image-wrapper.animate-reveal,
.rest-content-card.animate-reveal {
    transform: translateX(0);
    opacity: 1;
}

/* --- Responsive Layout adjustments for Tablet / Mobile --- */
@media (max-width: 991px) {
    .rest-well-container {
        flex-direction: column;
        padding: 0 15px;
    }
    .rest-image-wrapper {
        width: 100%;
        height: 350px;
    }
    .rest-content-card {
        width: 90%;
        position: relative;
        right: 0;
        margin-top: -60px; /* Overlaps upwards on mobile */
        padding: 30px;
        text-align: center;
    }
    .rest-title-light {
        font-size: 2.2rem;
    }
    .rest-title-bold {
        font-size: 2.6rem;
    }
}

/* ==================== WIREFRAME EXACT ALIGNED CONTACT SETUP ==================== */
.premium-contact-section {
    padding: 100px 0;
    background-color: #ffffff; /* Crisp white layout background */
    overflow: hidden;
}

.contact-top-header {
    max-width: 1200px;
    margin: 0 auto 65px auto;
    padding: 0 25px;
    text-align: center;
}

.contact-sub-title {
    display: block;
    font-size: 0.9rem;
    color: #475569;
    letter-spacing: 2.5px;
    margin-bottom: 12px;
}

.contact-main-heading {
    font-size: 3.5rem;
    color: #0a2540; /* Theme Deep Navy Blue */
    font-family: "Playfair Display", serif;
    font-weight: 700;
}

.contact-main-heading .thin-text {
    font-weight: 300;
    color: #94a3b8;
}

/* Master Layout Grid: 50/50 balanced ratio */
.contact-grid-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 25px;
    display: flex;
    justify-content: space-between;
    align-items: stretch; /* Height links perfectly */
    gap: 50px;
}

/* --- LEFT PANEL: PURE IMAGE ZONE --- */
.contact-left-image-only-panel {
    flex: 1; /* Takes equal half screen width */
    display: flex;
}

/*  Majestic Full Frame Image Box */
.contact-hotel-image-box {
    width: 100%;
    min-height: 450px; /* High vertical premium look matching form scale */
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(10, 37, 64, 0.08);
}

.contact-hotel-image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Absolutely un-cropped dynamic adjustment */
    animation: luxuryContinuousZoom 20s ease-in-out infinite alternate;
}

/* Ultra Smooth Luxury Slow Ken Burns Loop */
@keyframes luxuryContinuousZoom {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.15);
    }
}

.image-inner-overlay-shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(10, 37, 64, 0.1), transparent);
    pointer-events: none;
}

/* --- CENTER SEPARATOR LINE --- */
.center-vertical-divider {
    width: 1px;
    background-color: #cbd5e1; /* Straight center accent line */
    margin: 0 10px;
}

/* --- RIGHT FORM PANEL --- */
.contact-right-form-panel {
    flex: 1; /* Takes the matching exact half screen width */
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.theme-contact-form {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.form-field-group {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.form-field-group label {
    font-size: 0.95rem;
    font-weight: 800; /* Bold text label styling */
    color: #000000;
}

.form-field-group input,
.form-field-group textarea {
    width: 100%;
    border: none;
    border-bottom: 1.5px solid #000000; /* Dark flat line indicator */
    padding: 8px 0;
    font-size: 1.1rem;
    color: #000000;
    background: transparent;
    outline: none;
}

/* Focus underline glow effect */
.form-field-group .focus-line {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #d97706; /* Light blue slide line trigger */
    transition: width 0.3s ease;
}

.form-field-group input:focus ~ .focus-line,
.form-field-group textarea:focus ~ .focus-line {
    width: 100%;
}

/* Submit Block Block Style */
.form-btn-wrapper {
    margin-top: 10px;
}

.btn-submit-contact {
    padding: 14px 50px;
    background-color: #15254c;
    color: #ffffff;
    border: none;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-submit-contact:hover {
    background-color: #d97706;
    color: #0a2540;
}

/* --- SCROLL ENTRANCE ANIMATION CONFIGS --- */
.init-scroll-left {
    transform: translateX(-60px);
    opacity: 0;
    transition:
        transform 1.2s cubic-bezier(0.25, 1, 0.5, 1),
        opacity 1s ease;
}

.init-scroll-right {
    transform: translateX(60px);
    opacity: 0;
    transition:
        transform 1.2s cubic-bezier(0.25, 1, 0.5, 1),
        opacity 1s ease;
}

.reveal-active {
    transform: translateX(0);
    opacity: 1;
}

/* --- Responsive Layout Adjustments --- */
@media (max-width: 850px) {
    .contact-grid-container {
        flex-direction: column;
        gap: 40px;
    }
    .center-vertical-divider {
        display: none;
    }
    .contact-hotel-image-box {
        min-height: 300px;
    }
}

/* ==================== EXACT CUSTOM WAVE BLUE THEME FOOTER ==================== */
.luxury-wave-footer {
    position: relative;
    background-color: var(--brand-dark);
    color: #ffffff;
    padding-top: 75px;
    padding-bottom: 0;
    overflow: hidden;
    font-family:
        system-ui,
        -apple-system,
        sans-serif;
}

/* Wave Leher Sizing Top Lining Configuration */
.footer-wave-top-lining {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.footer-wave-top-lining svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 55px; /* Controlled organic wave vertical depth */
}

.footer-wave-top-lining .wave-lining-path {
    fill: #ffffff; /* Smoothly transitions from the clean white background of upper row */
}

/* Base Horizontal Grid Layout Framework */
.footer-core-grid {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 25px 50px 25px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 50px;
}

/* Column Flex Distribution Matching original theme layout */
.footer-col-left {
    flex: 1.2;
}
.footer-col-middle {
    flex: 1;
}
.footer-col-right {
    flex: 1;
}

/* ✦ Cls Hotel Brand Logo Elements Styles */
.brand-logo-identity {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    margin-bottom: 30px;
}

.brand-logo-identity .logo-star-symbol {
    font-size: 1.2rem;
    color: #ffffff;
    margin-top: 3px;
}

.brand-logo-identity .logo-text-main {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: 0.5px;
    color: #ffffff;
}

/* Clean White Details Text styling */
.brand-contact-info-block p {
    font-size: 1.05rem;
    margin: 0 0 14px 0;
    color: #ffffff;
}

.brand-contact-info-block .address-paragraph-text {
    line-height: 1.6;
    margin-top: 25px;
    color: #ffffff;
}

/* Dynamic Vertical Nav Link Structures */
.footer-section-title-label {
    font-size: 1.1rem;
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 25px 0;
}

.footer-vertical-nav-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.footer-vertical-nav-links li a {
    font-size: 1.1rem;
    text-decoration: none;
    display: inline-block;
}

/*  Core Sky Blue Hover Effect Strategy */
.interactive-footer-link {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.25s ease-in-out;
}

.interactive-footer-link:hover,
.footer-vertical-nav-links li a:hover {
    color: #d97706 !important;
}

/*  Real Circular Brand FontAwesome Social Icons Box Layout */
.social-branding-icons-flex {
    display: flex;
    gap: 14px;
    margin-top: 35px;
}

.circular-icon-button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ffffff; /* Solid White round circle background base */
    color: #03141e; /* Contrast theme color inside */
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 1.05rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.circular-icon-button:hover {
    background-color: #d97706;
    color: #ffffff;
    transform: translateY(-4px);
}

/* Bottom Technical Copyright Bar layout rules */
.footer-base-legal-bar {
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    padding: 30px 0;
    margin-top: 10px;
}

.legal-bar-content-split {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.copyright-notice-text {
    font-size: 0.9rem;
    color: #ffffff;
    margin: 0;
}

.legal-policy-anchor-tags {
    display: flex;
    gap: 30px;
}

.legal-policy-anchor-tags a {
    font-size: 0.9rem;
}

/* Responsive Structural Breakpoints */
@media (max-width: 768px) {
    .footer-core-grid {
        flex-direction: column;
        gap: 40px;
    }
    .legal-bar-content-split {
        flex-direction: column-reverse;
        gap: 15px;
        text-align: center;
    }
    .legal-policy-anchor-tags {
        justify-content: center;
    }
}

/* ==================== CONTAINER ALIGNED EXPERIENCE SLIDER ==================== */
.experience-section-container {
    max-width: 1200px; 
    margin: 80px auto; 
    padding: 0 20px;
    overflow: hidden; 
    width: 100%;
    box-sizing: border-box;
}

.experience-slider-wrapper {
    display: flex;
    width: 100%;
    overflow: hidden;
    position: relative;
}

/* Loop Smooth Horizontal Scroll Track */
.experience-track {
    display: flex;
    gap: 30px;
    width: max-content;
    animation: infiniteScroll 30s linear infinite;
}

/* Hover par card animation pause hogi */
.experience-track:hover {
    animation-play-state: paused;
}

@keyframes infiniteScroll {
    0% {
        transform: translateX(0);
    }
    100% {
        /* Yeh value smooth scrolling loop ko break nahi hone deti */
        transform: translateX(calc(-50% - 15px));
    }
}

/* Split Card Design */
.experience-card {
    display: flex;
    background: #ffffff;
    width: 550px; /* Standard size jo container me perfectly blend ho */
    height: 280px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
    flex-shrink: 0;
}

.exp-img-box {
    width: 50%;
    height: 100%;
}

.exp-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.exp-content-box {
    width: 50%;
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
}

.exp-content-box h3 {
    font-family: "Playfair Display", Georgia, serif;
    font-size: 1.1rem;
    color: #0a2540;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    font-weight: 700;
}

.exp-content-box p {
    font-size: 0.85rem;
    color: #475569;
    line-height: 1.5;
    margin-bottom: 15px;
}

.btn-exp-link {
    font-size: 0.8rem;
    font-weight: 700;
    color: #d97706;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: color 0.3s;
}

.btn-exp-link:hover {
    color: #0a2540;
}

/* Mobile Responsive Setup */
@media (max-width: 640px) {
    .experience-card {
        width: 290px;
        flex-direction: column;
        height: auto;
    }
    .exp-img-box,
    .exp-content-box {
        width: 100%;
    }
    .exp-img-box {
        height: 160px;
    }
    .exp-content-box {
        padding: 15px;
    }
}


.booking-counter-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 6px 12px;
    background: transparent;
    max-width: 160px;
}
.count-btn {
    background: transparent;
    border: none;
    color: #bfa15f; /* Elegant gold tone */
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    transition: transform 0.1s ease;
}
.count-btn:active {
    transform: scale(0.85);
}
.count-display {
    font-size: 16px;
    font-weight: 600;
    user-select: none;
    min-width: 25px;
    text-align: center;
}
