/*------------------------------------------------------------------
[Dark & Golden Theme Overrides]
Description: Overrides for Sona Hotel HTML Template to convert it 
into a proper Dark and Golden theme.
-------------------------------------------------------------------*/

/* Base Colors Mapping
Backgrounds: #ffffff -> #121212, #f9f9f9 -> #1e1e1e
Texts/Paragraphs: #6b6b6b -> #b3b3b3, #707079 -> #cccccc
Headings/Dark Texts: #111111, #19191a -> #ffffff
Borders: #e5e5e5, #ebebeb -> #333333
Accents/Primary: #dfa974 -> #d4af37 (Golden)
*/

/* Core Re-sets */
body {
    background-color: #121212;
    color: #b3b3b3;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #ffffff;
}

p {
    color: #b3b3b3;
}

/* About Us Section Begin */
.aboutus-section.spad {
    padding-top: 300px !important;
    /* Clear the final lower overlapping booking form */
}

.aboutus-section.spad.bg-dark-1 {
    background-color: #111111 !important;
}

/* Section Backgrounds */
.bg-dark-1 {
    background-color: #111111 !important;
}

.bg-dark-2 {
    background-color: #1a1a1a !important;
}

/* Backgrounds */
.bg-light,
.bg-white {
    background-color: #1e1e1e !important;
}

/* Helpers */
.section-title h2 {
    color: #ffffff;
}

.section-title span {
    color: #d4af37;
    /* Golden */
}

/* Buttons */
.primary-btn {
    color: #d4af37;
    border-color: #d4af37;
}

.primary-btn:hover {
    background: #d4af37;
    color: #121212;
}

/* Header & Nav */
.top-nav {
    border-bottom: 1px solid #333333;
    background-color: #121212;
}

.top-nav .tn-left li,
.top-nav .tn-right .top-social a,
.top-nav .tn-right .language-option span {
    color: #ffffff;
}

.top-nav .tn-left li:after {
    background: #333333;
}

.top-nav .tn-left li i {
    color: #d4af37;
}

.top-nav .tn-right .bk-btn {
    background: #d4af37;
    color: #121212;
}

.top-nav .tn-right .language-option .flag-dropdown {
    background: #1e1e1e;
    box-shadow: 0px 9px 10px rgba(0, 0, 0, 0.5);
}

.top-nav .tn-right .language-option .flag-dropdown ul li a {
    color: #b3b3b3;
}

.top-nav .tn-right .language-option .flag-dropdown ul li a:hover {
    color: #d4af37;
}

/* Creative Floating Navbar */
.header-section {
    position: absolute;
    width: 100%;
    z-index: 999;
    background: transparent;
}

.nav-container-creative {
    background: rgba(18, 18, 18, 0.75);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(212, 175, 55, 0.25);
    border-radius: 60px;
    padding: 0 40px;
    margin-top: 25px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4), 0 0 20px rgba(212, 175, 55, 0.05);
    transition: all 0.4s ease;
    max-width: fit-content;
    /* Ensure it stays centered and snug */
}

.nav-menu-creative .mainmenu ul {
    margin-bottom: 0;
}

.nav-menu-creative .mainmenu ul li {
    display: inline-block;
    list-style: none;
    vertical-align: middle;
}

.nav-menu-creative .mainmenu ul li a {
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
    color: #ffffff !important;
    padding: 18px 15px;
    /* Reduced from 25px for a slimmer bar */
    display: block;
    transition: all 0.3s ease;
}

.nav-menu-creative .logo-item {
    margin: 0 10px;
}

.nav-menu-creative .mainmenu ul li.active a,
.nav-menu-creative .mainmenu ul li a:hover {
    color: #d4af37 !important;
}

/* Bolder Hero Section */
.hero-section {
    padding-top: 150px;
    /* Push down to avoid overlap with floating navbar */
}

/* Hero Slider Height Refinement */
.hs-item {
    height: 800px !important;
    /* Increased to accommodate form overlap */
    min-height: 700px;
}

/* Bolder Hero Section with Animation */
.hero-text h1.creative-hero-title {
    font-size: 85px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 25px;
    background: linear-gradient(to bottom, #ffffff 0%, #d4af37 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
    opacity: 1 !important;
    /* Ensure visibility for AOS */
}

.hero-text p {
    font-size: 21px;
    font-weight: 500;
    color: #ffffff;
    max-width: 650px;
    margin: 0 0 40px 0;
    /* Align start (no margin auto) */
    line-height: 1.7;
    text-align: left;
}

@media (max-width: 991px) {
    .hs-item {
        height: 750px !important;
    }

    .nav-container-creative {
        display: none !important;
    }

    .mobile-logo-container {
        position: absolute;
        left: 20px;
        top: 25px;
        z-index: 1000;
        display: block !important;
    }

    .canvas-open {
        display: block !important;
        top: 25px;
        right: 20px;
        z-index: 1000;
        background: rgba(18, 18, 18, 0.82);
        border: 1px solid #d4af37;
        width: 45px;
        height: 45px;
        line-height: 48px;
        border-radius: 8px;
        /* Square with rounded corners looks more modern */
        text-align: center;
        cursor: pointer;
        backdrop-filter: blur(10px);
    }

    .canvas-open i {
        color: #d4af37;
        font-size: 24px;
    }

    .offcanvas-menu-wrapper {
        display: block !important;
        background: #121212 !important;
        padding: 80px 30px 30px 30px;
        /* Increased top padding for better spacing */
    }

    .main-img {
        height: auto !important;
    }

    /* Slicknav and Offcanvas Typography */
    .offcanvas-menu-wrapper .slicknav_nav a,
    .offcanvas-menu-wrapper .mainmenu li a,
    .offcanvas-menu-wrapper .top-widget li,
    .offcanvas-menu-wrapper .top-social a {
        color: #ffffff !important;
    }

    .offcanvas-menu-wrapper .slicknav_nav .slicknav_row span {
        color: #ffffff !important;
    }

    .table-responsive {
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .contact-info-table td {
        display: block;
        width: 100% !important;
        padding-top: 5px !important;
        padding-bottom: 5px !important;
        border-bottom: none !important;
    }

    .contact-info-table tr {
        display: block;
        padding-bottom: 15px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .contact-info-table tr:last-child {
        border-bottom: none;
    }

    /* Fix About Us overlap on mobile */
    .aboutus-section.spad {
        padding-top: 550px !important;
        /* Increased from 450px to push content further down */
    }

    .service-item {
        padding: 20px 10px !important;
        margin-bottom: 20px;
    }

    .service-item img {
        width: 45px !important;
        height: 45px !important;
        margin-bottom: 15px;
    }

    .service-item h4 {
        font-size: 14px !important;
    }
}

/* Global Breadcrumb Section Refinement */
.breadcrumb-section {
    padding-top: 200px !important;
    /* Clear the floating creative navbar */
    padding-bottom: 80px !important;
    min-height: 450px;
    display: flex;
    align-items: flex-end;
    /* Align content to bottom as requested */
    background-position: center bottom !important;
}

.breadcrumb-text {
    text-align: center;
    width: 100%;
}

.breadcrumb-text h2 {
    font-size: 55px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
    background: linear-gradient(to bottom, #ffffff 0%, #d4af37 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.breadcrumb-text .bt-option a,
.breadcrumb-text .bt-option span {
    font-size: 16px;
    font-weight: 600;
}

@media (max-width: 767px) {
    .breadcrumb-section {
        padding-top: 150px !important;
        min-height: 350px;
    }

    .breadcrumb-text h2 {
        font-size: 35px;
    }
}

/* About Us Collage Styles - Smaller Scale */
.about-collage-container {
    position: relative;
    padding: 40px 10px;
    height: 420px;
}

.collage-item {
    position: absolute;
    width: 60%;
    /* Reduced from 70% */
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    border: 5px solid rgba(255, 255, 255, 0.05);
    transition: all 0.5s ease;
}

.collage-item img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.8s ease;
}

.collage-item:hover {
    z-index: 10 !important;
    transform: scale(1.05) rotate(0deg) !important;
}

.collage-item:hover img {
    transform: scale(1.1);
}

.item-1 {
    top: 0;
    left: 0;
    z-index: 2;
    transform: rotate(-3deg);
}

.item-2 {
    bottom: 0;
    right: 0;
    z-index: 1;
    transform: rotate(3deg);
}

.frame-glow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: inset 0 0 50px rgba(212, 175, 55, 0.2);
    pointer-events: none;
}

.experience-badge {
    position: absolute;
    bottom: 20%;
    left: 40%;
    z-index: 5;
    background: #d4af37;
    color: #121212;
    padding: 20px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: 0 10px 30px rgba(212, 175, 55, 0.4);
    animation: floating 3s ease-in-out infinite;
}

.experience-badge .number {
    font-size: 32px;
    font-weight: 800;
    line-height: 1;
}

.experience-badge .text {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 5px;
}

@keyframes floating {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0px);
    }
}

@media (max-width: 991px) {
    .about-collage-container {
        height: 400px;
        margin-top: 50px;
    }
}

@media (max-width: 575px) {
    .about-collage-container {
        height: 350px;
    }

    .collage-item {
        width: 85%;
    }

    .experience-badge {
        left: 30%;
        padding: 10px;
    }
}

.menu-item {
    background-color: transparent;
    box-shadow: 0px 12px 15px rgba(0, 0, 0, 0.5);
}

.menu-item .nav-menu .mainmenu li a {
    color: #ffffff;
}

.menu-item .nav-menu .mainmenu li a:after {
    background: #d4af37;
}

.menu-item .nav-menu .mainmenu li .dropdown {
    background: #1e1e1e;
    box-shadow: 0px 9px 15px rgba(0, 0, 0, 0.5);
}

.menu-item .nav-menu .mainmenu li .dropdown li a {
    color: #ffffff;
}

.menu-item .nav-menu .mainmenu li .dropdown li a:hover {
    color: #d4af37;
}

.menu-item .nav-menu .nav-right i {
    color: #ffffff;
}

/* Canvas Menu (Mobile) */
.canvas-open i {
    color: #ffffff;
}

.offcanvas-menu-wrapper {
    background: #1e1e1e;
}

.offcanvas-menu-wrapper .mainmenu li a {
    color: #ffffff;
}

.offcanvas-menu-wrapper .mainmenu li .dropdown {
    background: #2a2a2a;
}

.offcanvas-menu-wrapper .mainmenu li .dropdown li a {
    color: #ffffff;
}

/* Hero Section */
/* Note: hero text is already white, but booking form needs updates */
.booking-form {
    background: #1e1e1e;
    position: relative;
    z-index: 99;
    /* margin-top removed to rely on absolute positioning in style.css */
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5);
}

.booking-form h3 {
    color: #ffffff;
}

.booking-form form .check-date label,
.booking-form form .select-option label {
    color: #cccccc;
}

.booking-form form .check-date input,
.booking-form form .select-option .nice-select {
    border: 1px solid #333333;
    color: #ffffff;
    background: #121212;
}

.booking-form form .check-date i {
    color: #d4af37;
}

.booking-form form .select-option .nice-select:after {
    border-bottom: 2px solid #d4af37;
    border-right: 2px solid #d4af37;
}

.booking-form form .select-option .nice-select span {
    color: #ffffff;
}

.booking-form form .select-option .nice-select .list {
    background: #1e1e1e;
    border: 1px solid #333333;
}

.booking-form form .select-option .nice-select .option {
    color: #ffffff;
}

.booking-form form .select-option .nice-select .option:hover,
.booking-form form .select-option .nice-select .option.focus,
.booking-form form .select-option .nice-select .option.selected.focus {
    background-color: #2a2a2a;
}

.booking-form form button {
    border: 1px solid #d4af37;
    color: #d4af37;
}

.booking-form form button:hover {
    background: #d4af37;
    color: #121212;
}

/* About Section */
.about-text p {
    color: #b3b3b3;
}

.about-text .about-btn {
    color: #ffffff;
}

.about-text .about-btn:hover {
    color: #121212;
    /* changed from #d4af37 to contrast with golden background */
}

/* Page Content Titles (About, Terms, Privacy, etc.) */
.ap-title h2 {
    color: #d4af37 !important;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.ap-title h3,
.ap-title h4 {
    color: #ffffff !important;
}

/* Services Section */
.services-section {
    border-top: 1px solid #333333;
    background-color: #121212;
}

.service-item {
    border: 1px solid #333333;
    background: #1e1e1e;
}

.service-item h4 {
    color: #ffffff;
}

.service-item p {
    color: #b3b3b3;
}

.service-item i {
    color: #d4af37;
}

.service-item:hover {
    background: #d4af37;
}

.service-item:hover i {
    color: #ffffff;
}

.service-item:hover h4,
.service-item:hover p {
    color: #d4af37;
}

/* Home Page Rooms Section */
.hp-room-items .hp-room-item .hr-text {
    background: rgba(18, 18, 18, 0.8);
    padding: 20px;
    border-radius: 5px;
}

.hp-room-items .hp-room-item .hr-text h3 {
    color: #ffffff;
}

.hp-room-items .hp-room-item .hr-text h2 {
    color: #d4af37;
}

.hp-room-items .hp-room-item .hr-text h2 span {
    color: #b3b3b3;
}

.hp-room-items .hp-room-item .hr-text table tbody tr td.r-o {
    color: #cccccc;
}

.hp-room-items .hp-room-item .hr-text table tbody tr td {
    color: #ffffff;
}

.hp-room-items .hp-room-item .hr-text .primary-btn {
    color: #d4af37;
    border-color: #d4af37;
    padding: 10px 20px;
    font-size: 13px;
    margin-top: 10px;
}

.hp-room-items .hp-room-item .hr-text .primary-btn:hover {
    background: #d4af37;
    color: #121212;
}

/* Testimonial Section */
.testimonial-section {
    background-color: #121212 !important;
    border-top: 1px solid #333333;
}

/* Blog Section */
.blog-item .bi-text h4 a {
    color: #ffffff;
}

.blog-item .bi-text h4 a:hover {
    color: #d4af37;
}

.blog-item .bi-text .b-time {
    color: #d4af37;
}

/* Testimonial Accordion Experience */
.testimonial-section-wrapper {
    position: relative;
    width: 100%;
    padding: 60px 0;
}

.testimonial-accordion-container {
    display: flex;
    width: 100%;
    height: 400px;
    gap: 15px;
    padding: 20px 0;
}

.testimonial-accordion-item {
    flex: 1;
    height: 100%;
    overflow: hidden;
    transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    position: relative;
    border-radius: 20px;
}

/* Default state for the last child */
.testimonial-accordion-item:last-child {
    flex: 5;
}

/* Hover state for any item */
.testimonial-accordion-item:hover {
    flex: 5;
}

/* If any item is hovered, collapse the last-child (unless it is the one being hovered) */
.testimonial-accordion-container:hover .testimonial-accordion-item:last-child {
    flex: 1;
}

.testimonial-accordion-container:hover .testimonial-accordion-item:last-child:hover {
    flex: 5;
}

.testimonial-card {
    height: 100%;
    min-width: 350px; /* Ensure content doesn't squash too much */
    display: flex;
    flex-direction: column;
    padding: 30px !important;
    background: rgba(255, 255, 255, 0.03) !important;
    border: 1px solid rgba(212, 175, 55, 0.1) !important;
    transition: background 0.4s ease;
}

.testimonial-accordion-item:hover .testimonial-card,
.testimonial-accordion-item:last-child .testimonial-card {
    background: rgba(255, 255, 255, 0.07) !important;
    border-color: rgba(212, 175, 55, 0.3) !important;
}

/* Adjust card content visibility when collapsed */
.testimonial-accordion-item:not(:hover):not(:last-child) .tc-content,
.testimonial-accordion-container:hover .testimonial-accordion-item:last-child:not(:hover) .tc-content {
    opacity: 0.3;
    filter: blur(2px);
}

.testimonial-accordion-item:not(:hover):not(:last-child) .tc-author,
.testimonial-accordion-container:hover .testimonial-accordion-item:last-child:not(:hover) .tc-author {
    opacity: 0.5;
}

@media (max-width: 991px) {
    .testimonial-accordion-container {
        flex-direction: column;
        height: auto;
    }
    .testimonial-accordion-item {
        flex: none !important;
        width: 100%;
        margin-bottom: 20px;
    }
    .testimonial-card {
        min-width: auto;
    }
}


/* Restaurant Content Cards */
.restaurant-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.restaurant-glass-card {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(212, 175, 55, 0.1);
    border-radius: 20px;
    padding: 35px 25px;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.restaurant-glass-card i {
    font-size: 40px;
    color: #d4af37;
    margin-bottom: 20px;
    display: inline-block;
}

.restaurant-glass-card h4 {
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 15px;
    font-weight: 700;
}

.restaurant-glass-card p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 0;
}

.restaurant-glass-card:hover,
.restaurant-glass-card.active-card {
    background: rgba(212, 175, 55, 0.08);
    border-color: #d4af37;
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3), 0 0 20px rgba(212, 175, 55, 0.1);
}

@media (max-width: 991px) {
    .restaurant-cards-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .restaurant-cards-grid {
        grid-template-columns: 1fr;
    }
}

/* Footer Section */
.footer-section {
    background: #0a0a0a;
}

.footer-text .ft-about p {
    color: #b3b3b3;
}

.footer-text .ft-contact h6,
.footer-text .ft-newslatter h6 {
    color: #d4af37;
}

.footer-text .ft-contact ul li {
    color: #b3b3b3;
}

.footer-text .ft-newslatter p {
    color: #b3b3b3;
}

.footer-text .ft-newslatter form input {
    background: #1e1e1e;
    color: #ffffff;
    border: none;
}

.footer-text .ft-newslatter form button {
    background: #d4af37;
    color: #121212;
    border: none;
}

.footer-text .ft-newslatter form button:hover {
    background: #b8962f;
}

.copyright-option {
    background: #000000;
    border-top: 1px solid #1a1a1a;
}

.copyright-option ul li a {
    color: #b3b3b3;
}

.copyright-option ul li a:hover {
    color: #d4af37;
}

.copyright-option .co-text p {
    color: #b3b3b3;
    margin-bottom: 0;
}

.copyright-option .co-text p:last-child {
    font-weight: 600;
}

.copyright-option .co-text a {
    color: #d4af37;
}

.footer-section {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #1a1a1a 0%, #000000 100%);
}

.footer-section .footer-bg-texture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('https://www.transparenttextures.com/patterns/stardust.png');
    background-repeat: repeat;
    opacity: 0.35;
    z-index: 1;
    pointer-events: none;
    mix-blend-mode: screen;
    animation: textureDrift 60s linear infinite;
}

/* Optional: Add a subtle glow/shine effect using pseudo-element */
.footer-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 50% 0%, rgba(212, 175, 55, 0.1) 0%, transparent 60%);
    z-index: 1;
    pointer-events: none;
}

/* Fix layers for footer content */
.footer-section .container,
.footer-section .copyright-option {
    position: relative;
    z-index: 2;
}

.ft-contact .contact-list li i {
    color: #d4af37;
    margin-right: 10px;
    width: 15px;
    text-align: center;
}

.ft-contact .contact-list li a {
    color: #ffffff;
    transition: all 0.3s;
}

.ft-contact .contact-list li a:hover {
    color: #d4af37;
}

/* Search Model */
.search-model {
    background: rgba(0, 0, 0, 0.9);
}

.search-model-form input {
    border-bottom: 2px solid #333333;
    color: #ffffff;
}

.search-close-switch {
    background: #d4af37;
    color: #121212;
}

/* Breadcrumb Section */
.breadcrumb-section {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #1a1a1a 0%, #000000 100%);
    padding: 60px 0;
    margin-bottom: 50px;
    z-index: 1;
}

.breadcrumb-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('https://www.transparenttextures.com/patterns/stardust.png');
    background-repeat: repeat;
    opacity: 0.35;
    z-index: -2;
    pointer-events: none;
    mix-blend-mode: screen;
    animation: textureDrift 60s linear infinite;
}

.breadcrumb-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 50% 0%, rgba(212, 175, 55, 0.1) 0%, transparent 60%);
    z-index: -1;
    pointer-events: none;
}

.breadcrumb-text h2 {
    color: #ffffff;
}

.breadcrumb-text .bt-option a {
    color: #ffffff;
}

.breadcrumb-text .bt-option span {
    color: #cccccc;
}

/* Rooms & Room Details */
.rooms-section {
    background-color: #121212;
}

.room-item {
    border: 1px solid #333333;
    background: #1e1e1e;
}

.room-item .ri-text h4 {
    color: #ffffff;
}

.room-item .ri-text h3 {
    color: #d4af37;
}

.room-item .ri-text h3 span {
    color: #b3b3b3;
}

.room-item .ri-text table tbody tr td.r-o {
    color: #cccccc;
}

.room-item .ri-text table tbody tr td {
    color: #ffffff;
}

.room-pagination a {
    border: 1px solid #333333;
    color: #ffffff;
}

.room-pagination a:hover {
    background: #d4af37;
    color: #121212;
    border-color: #d4af37;
}

.room-pagination a i {
    color: #ffffff;
}

.room-details-item .rd-text .rd-title h3 {
    color: #ffffff;
}

.room-details-item .rd-text .rd-title .rdt-right .rating i {
    color: #d4af37;
}

/* Room Details Reservation Sidebar */
.room-booking {
    background: #1e1e1e;
    padding: 30px;
    border-radius: 10px;
    border: 1px solid rgba(212, 175, 55, 0.2);
}

.room-booking h3 {
    color: #d4af37 !important;
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 700;
}

.room-booking form .check-date label,
.room-booking form .select-option label {
    color: #cccccc;
}

.room-booking form .check-date input,
.room-booking form .select-option .nice-select {
    background: #121212;
    border: 1px solid #333333;
    color: #ffffff;
}

.room-booking form .select-option .nice-select span {
    color: #ffffff;
}

.room-booking form .select-option .nice-select .list {
    background: #1e1e1e;
    border: 1px solid #333333;
}

.room-booking form .select-option .nice-select .option {
    color: #ffffff;
}

.room-booking form .select-option .nice-select .option:hover,
.room-booking form .select-option .nice-select .option.focus,
.room-booking form .select-option .nice-select .option.selected.focus {
    background-color: #2a2a2a;
}

.room-booking form button {
    background: transparent;
    border: 1px solid #d4af37;
    color: #d4af37;
    transition: all 0.3s;
}

.room-booking form button:hover {
    background: #d4af37;
    color: #121212;
}

.room-details-item .rd-text h2 {
    color: #d4af37;
}

.room-details-item .rd-text h2 span {
    color: #b3b3b3;
}

.room-details-item .rd-text table tbody tr td.r-o {
    color: #cccccc;
}

.room-details-item .rd-text table tbody tr td {
    color: #ffffff;
}

.room-details-item .rd-text .review-add .ra-rating i {
    color: #d4af37;
}

/* Reviews */
.review-add h4 {
    color: #ffffff;
}

.review-item .ri-text span {
    color: #d4af37;
}

.review-item .ri-text h5 {
    color: #ffffff;
}

.review-item .ri-text p {
    color: #b3b3b3;
}

.review-add form input,
.review-add form textarea {
    background: #1e1e1e;
    border: 1px solid #333333;
    color: #ffffff;
}

.review-add form button {
    background: #d4af37;
    color: #121212;
}

.review-add form button:hover {
    background: #b8962f;
}

/* Contact Section */
.contact-section {
    background: #121212;
}

.contact-text h2 {
    color: #ffffff;
}

.contact-text p {
    color: #b3b3b3;
}

.contact-text table tbody tr td.c-o {
    color: #cccccc;
}

.contact-text table tbody tr td {
    color: #ffffff;
}

.contact-form form input,
.contact-form form textarea {
    background: #1e1e1e;
    border: 1px solid #333333;
    color: #ffffff;
}

.contact-form form button {
    background: transparent;
    border: 1px solid #d4af37;
    color: #d4af37;
}

.contact-form form button:hover {
    background: #d4af37;
    color: #121212;
}

/* Forms general */
.form-control {
    background-color: #1e1e1e !important;
    border: 1px solid #333333 !important;
    color: #ffffff !important;
}

/* Scroll to top */
#preloder {
    background: #121212;
}

/* Nice Select Generic fixes */
.nice-select {
    background-color: #121212;
    border-color: #333333;
}

.nice-select.open .list {
    background-color: #1e1e1e;
    border-color: #333333;
}

.nice-select .option {
    color: #ffffff;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: #2a2a2a;
}

.nice-select .current {
    color: #ffffff;
}

.nice-select:after {
    border-bottom-color: #d4af37;
    border-right-color: #d4af37;
}

/* =========================================
   UI Refinements & Advanced Animations
========================================= */

/* 1. Menu Bar Height Reduction */
.menu-item .logo {
    padding: 5px 0;
    /* originally 25px, then 10px */
}

.menu-item .nav-menu .mainmenu li a {
    padding: 12px 0;
    /* originally 27px, then 15px */
}

.menu-item .nav-menu .mainmenu li .dropdown {
    top: 45px;
    /* adjust dropdown to match new padding */
}

.menu-item .nav-menu .mainmenu li:hover .dropdown {
    top: 45px;
    /* adjust dropdown hover */
}

.menu-item .nav-menu .nav-right {
    padding: 15px 0px;
    /* originally 27px */
}

.menu-item .nav-menu .mainmenu li a:after {
    top: 35px;
    /* adjust underline */
}

/* 2. H1 Font Size Reduction */
h1,
.hero-text h1 {
    font-size: 50px !important;
    /* originally 70-80px */
    line-height: 60px !important;
}

/* 3. Creative Hero Title (Gradient Animation) */
.creative-hero-title {
    background: linear-gradient(120deg, #d4af37, #ffffff, #d4af37);
    background-size: 400% auto;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: gradientText 4s linear infinite;
    text-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
}

@keyframes gradientText {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

/* 4. Glassmorphism for Booking form and other elements */
.glass-effect {
    background: rgba(30, 30, 30, 0.6) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.3);
}

/* Fix booking form inputs inside glass effect */
.glass-effect form .check-date input,
.glass-effect form .select-option .nice-select {
    background: rgba(18, 18, 18, 0.7) !important;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

/* 5. Pulse Hover Animation for Primary Buttons */
.pulse-hover {
    transition: all 0.3s ease-in-out;
}

.pulse-hover:hover {
    animation: pulseButton 1s infinite alternate;
    box-shadow: 0 0 15px rgba(212, 175, 55, 0.6);
}

@keyframes pulseButton {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.05);
    }
}

/* 6. Subtle Float Animation for HP Room Items */
.float-anim {
    transition: transform 0.4s ease;
}

.float-anim:hover {
    transform: translateY(-10px);
}

/* 7. Scroll To Top Button */
.scroll-top-btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: #d4af37;
    color: #121212;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    font-size: 24px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.4);
}

.scroll-top-btn.show {
    opacity: 1;
    visibility: visible;
}

.scroll-top-btn:hover {
    background: #ffffff;
    color: #121212;
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(255, 255, 255, 0.3);
}

/* 8. Texture Animations */
@keyframes textureDrift {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 400px 400px;
    }
}