/* =========================================================
   HEADER
   ========================================================= */

.nf-header {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background: #1d1d1d;
}

.nf-header-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 16px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nf-header-right {
    display: flex;
    align-items: center;
    gap: 32px;
}

/* Header Logo */
.nf-header-logo {
    height: 40px;
    display: flex;
    align-items: center;
}

.nf-header-logo a {
    display: flex;
    align-items: center;
    height: 46px;
}

.nf-header-logo img {
    height: 350%;
    width: auto;
    max-width: 160px;
    object-fit: contain;
    opacity: 0.95;
    pointer-events: none;
}

/* Navigation */
.nf-header-nav ul {
    list-style: none;
    display: flex;
    gap: 32px;
    margin: 0;
    padding: 0;
}

.nf-header-nav li {
    margin-right: 25px;
}

.nf-header-nav a {
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    opacity: 0.85;
    text-decoration: none;
}

.nf-header-nav a:hover {
    opacity: 1;
}

.nf-header-nav-disabled {
    color: #777;
    font-size: 14px;
    cursor: default;
}

/* Header Button */
.nf-header-btn {
    background-color: #ffffff;
    color: #000;
    padding: 6px 14px;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1px;
    text-decoration: none;
    border: 1px solid #fff;
    display: inline-block;
    line-height: 1;
    transition: all 0.3s ease;
}

.nf-header-btn:hover {
    background-color: #c19b76;
    color: #fff;
    border-color: #c19b76;
}

/* MAIN FOOTER */
.footer-dark {
    background: #111;
    color: #ccc;
}

.footer-dark .footer-area__bg {
    display: none;
}

.footer-dark .py-80 {
    padding: 80px 0;
}

.footer-dark .footer-item__title {
    font-family: 'Gilda Display', serif;
    font-size: 20px;
    color: #fff;
    margin-bottom: 20px;
}

.footer-dark .footer-item__desc {
    color: #aaa;
    line-height: 1.8;
}

.footer-dark .footer-menu__link {
    color: #aaa;
    transition: 0.3s;
}

.footer-dark .footer-menu__link:hover {
    color: #c19b76; /* gold */
}

.footer-dark .footer-contact-menu__item-content a,
.footer-dark .footer-contact-menu__item-content p {
    color: #aaa;
}

.footer-dark .footer-contact-menu__item-icon {
    color: #c19b76;
}

.footer-dark .social-list__link {
    background: #222;
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    transition: 0.3s;
}

.footer-dark .social-list__link:hover {
    background: #c19b76;
}

.footer-dark .footer-item__logo img {
    max-height: 50px;
    margin-bottom: 15px;
}

.footer-dark .download-item {
    display: none;
}

/* BOTTOM FOOTER */
.footer-dark .bottom-footer {
    background: #0a0a0a;
    border-top: 1px solid #222;
}

.footer-dark .bottom-footer-text {
    color: #888;
}

.footer-dark .bottom-footer-text a {
    color: #c19b76;
}

/* MAIN CONTAINER */
.booking-filter {
    background: #1c1c1c; /* solid dark */
    border-radius: 6px;
    padding: 20px;
}

/* INPUT BOXES */
.grid-form-item__inner {
    background: transparent !important;
    border: none !important;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    padding-bottom: 8px;
}

/* LABELS */
/*.grid-form-item__inner span,
.grid-form-item__inner label,
.grid-form-item__inner .text,
.grid-form-item__inner .in,
.grid-form-item__inner .out {
    color: rgba(255,255,255,0.6) !important;
}*/

/* VALUES */
.t-check-in span,
.t-check-out span,
.roomCount,
.guestCount {
    color: #fff !important;
    font-weight: 500 !important;
}

.form-select {
    background: transparent !important;
    border: none !important;
    color: #fff !important;
}

.select2-container--default .select2-selection--single {
    background: transparent !important;
    border: none !important;
    color: #fff !important;
}

/* ICONS */
.grid-form-item__inner .icon i {
    color: rgba(255,255,255,0.5);
}

.roomGuestBtn {
    color: rgba(255,255,255,0.6) !important;
}

/* SEARCH BUTTON */
.search-btn .btn {
    background-color: #000000 !important;
    color: #fff !important;
    border: none !important;
}

.search-btn .btn:hover {
    background-color: #c19b76 !important;
    color: #fff !important;
    border: none !important;
}

.booking-filter__form {
    background: transparent !important;
}


.top-header {
    background-color: #efefef;
    font-size: 12px;
    border-bottom: 1px solid #e0e0e0;
}

.top-header .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 3px 0;

    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* LEFT SIDE */
.top-left {
    display: flex;
    align-items: center;
    gap: 18px;
}

.top-left span {
    color: #666;
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
}

.top-left i {
    font-size: 12px;
}

/* RIGHT SIDE */
.top-right {
    display: flex;
    align-items: center;
    gap: 18px;
}

.top-right span {
    color: #666;
    cursor: pointer;
}

/* MAIL ICON */
.mail-box {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.mail-box img {
    width: 18px;
    height: 18px;
}

.mail-count {
    position: absolute;
    top: -6px;
    right: -8px;

    background-color: #c19b76;
    color: #fff !important;

    font-size: 9px;
    padding: 1px 4px;
    border-radius: 3px;
}

/* ACCOUNT BOX */
.account {
    display: flex;
    align-items: center;
    gap: 8px;

    background-color: #c19b76;
    padding: 6px 10px;
    border-radius: 3px;
}

.account img {
    width: 26px;
    height: 26px;
    border-radius: 50%;
}

.account span {
    color: #fff;
    font-size: 12px;
    display: block;
}

.account small {
    color: #fff;
    font-size: 9px;
    display: block;
}

/* ================= BASE ================= */
.top-header {
    background-color: #efefef;
    font-size: 13px;
    border-bottom: 1px solid #e0e0e0;
}

.top-header .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 6px 12px;

    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap; /* IMPORTANT */
    gap: 10px;
}

/* LEFT */
.top-left {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.top-left span {
    color: #666;
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    white-space: nowrap;
}

/* RIGHT */
.top-right {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.top-right span {
    color: #666;
    cursor: pointer;
    white-space: nowrap;
}

/* MAIL */
.mail-box {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.mail-box img {
    width: 18px;
    height: 18px;
}

.mail-count {
    position: absolute;
    top: -6px;
    right: -8px;

    background-color: #c19b76;
    color: #fff !important;

    font-size: 9px;
    padding: 1px 4px;
    border-radius: 3px;
}

/* ACCOUNT */
.account {
    display: flex;
    align-items: center;
    gap: 8px;

    background-color: #c19b76;
    padding: 6px 10px;
    border-radius: 4px;
    white-space: nowrap;
}

.account img {
    width: 26px;
    height: 26px;
    border-radius: 50%;
}

.account span {
    color: #fff;
    font-size: 12px;
    display: block;
}

.account small {
    color: #fff;
    font-size: 9px;
    display: block;
}


/* SECTION */
.about-section {
    background: #f8f8f8;
}

/* IMAGE COLLAGE */
.about-images {
    position: relative;
    height: 500px;
}

.about-images .img {
    position: absolute;
    overflow: hidden;
}

.about-images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* POSITIONING (like theme) */
.img1 {
    width: 60%;
    height: 60%;
    top: 0;
    left: 0;
}

.img2 {
    width: 45%;
    height: 45%;
    bottom: 0;
    left: 0;
}

.img3 {
    width: 50%;
    height: 70%;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

/* CONTENT */
.about-content {
    padding-left: 40px;
    text-align: center;
}

.subtitle {
    letter-spacing: 3px;
    font-size: 12px;
    color: #999;
    text-transform: uppercase;
}

.about-content .title {
    color: #1C1C1C;
    font-family: "Gilda Display";
    font-size: clamp(32px, 6vw, 80px);
    font-weight: normal;
    line-height: 1.2em;
}

.desc {
    color: #666;
    line-height: 1.7;
    margin-bottom: 25px;
    text-align: justify;
}

.about-btn {
    background: #c19b76;
    color: #fff;
    padding: 14px 40px;
    border-radius: 4px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.about-btn:hover {
    color: #000;
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.25);
}

/* VIDEO */
.banner-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: 1;
}

/* OVERLAY */
.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background: rgba(0, 0, 0, 0.45);
    z-index: 2;
}

/* CONTENT */
.video-banner .container {
    position: relative;
    z-index: 3;
}

.banner-content {
    text-align: center;
    color: #fff;
    padding-top: 180px;
}

/* TITLE */
.banner-content__title {
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 15px;
}

/* DESCRIPTION */
.banner-content__desc {
    font-size: 18px;
    max-width: 700px;
    margin: 0 auto;
}



.inner-promo-section {
    position: relative;
    padding: 120px 0;
    background: url('/development/assets/images/bg1.jpeg') center/cover no-repeat;
    overflow: hidden;
}

/* STRONG OVERLAY */
.inner-promo-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to right,
        rgba(0,0,0,0.75) 40%,
        rgba(0,0,0,0.4) 70%,
        rgba(0,0,0,0.1)
    );
}

/* WRAPPER */
.promo-wrapper {
    position: relative;
    z-index: 2;
    width: 90%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* LEFT CONTENT */
.promo-text {
    color: #fff;
    max-width: 520px;
}

.promo-text .tag {
    font-size: 13px;
    letter-spacing: 3px;
    color: #d4af37; /* GOLD */
}

.promo-text h2 {
    color: #FFFFFF;
    font-family: "Gilda Display";
    font-size: 55px;
    font-weight: normal;
    line-height: 1.2em;
    letter-spacing: 1px;
}

.promo-text p {
    color:#fff;
    font-size: 15px;
    line-height: 1.8;
    opacity: 0.9;
}

/* PAYMENT */
.payment span {
    display: inline-block;
    margin-right: 10px;
    padding: 6px 14px;
    background: rgba(255,255,255,0.15);
    border-radius: 4px;
    font-size: 12px;
}

/* RIGHT IMAGE */
.promo-media {
    position: relative;
}

.promo-media img {
    width: 320px;
    filter: drop-shadow(0 20px 40px rgba(0,0,0,0.5));
    animation: float 4s ease-in-out infinite;
}

/* OFFER BADGE (FIXED DESIGN) */
.offer {
    position: absolute;
    top: -40px;
    left: -40px;
    width: 150px;
    height: 150px;
    background: #c8a27a;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.4);
}

.offer span {
    font-size: 12px;
    letter-spacing: 1px;
}

.offer h3 {
    font-size: 38px;
    margin: 5px 0;
    color: #FFFFFF;
    font-family: "Gilda Display";
    font-weight: normal;
    line-height: 1.2em;
    letter-spacing: 1px;
}

/* FLOAT ANIMATION */
@keyframes float {
    0%,100% { transform: translateY(0);}
    50% { transform: translateY(-15px);}
}



/* HEADING */
.popular-heading {
    font-family: 'Gilda Display', serif;
    font-size: 42px;
    font-weight: 500;
    color: #1c1c1c;
}

/* CARD BASE */
.hotel-card {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
}

.hotel-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* BIG CARD */
.big-card {
    height: 420px;
}

/* SMALL CARD */
.small-card {
    height: 200px;
}

/* OVERLAY */
.hotel-card .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    /*background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);*/
    background: linear-gradient(to top, rgba(0.7, 0.3, 0.6, 0.7), #c19b76);
    /* color: #fff; */
}

.overlay h3,
.overlay h5 {
    margin-bottom: 5px;
    color: #fff;
}

.overlay p {
    margin: 0;
    font-size: 14px;
    color: #fff;
}

.overlay span {
    margin-left: 3px;
    font-size: 13px;
    opacity: 0.8;
    color: #fff;
}

/* PRICE BADGE */
.price {
    /*position: absolute;*/
    top: 15px;
    right: 15px;
    background: #c19b76;
    color: #fff;
    padding: 5px 10px;
    font-size: 14px;
}

.price-big {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #c19b76;
    color: #fff;
    padding: 5px 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
}

/* SMALL PRICE */
.price-small {
    border-radius: 4px;
}

/* BUTTON */

.popular-section .btn--base {
    background-color: #c19b76 !important;
    color: #fff;
    padding: 14px 40px;
    border-radius: 4px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.popular-section .btn--base:hover {
    color: #000 !important;
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.25) !important;
    border: none !important;
}

/* SECTION */
.custom-account {
    background: linear-gradient(135deg, #c19b76, #f3e4d3);
    min-height: calc(100vh - 120px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 15px;
}

/* CARD */
.custom-account .account-form {
    background: #ffffff;
    padding: 40px 35px;
    border-radius: 18px;
    width: 100%;
    max-width: 100%;
    box-shadow: 0 20px 50px rgba(0,0,0,0.08);
    border: 1px solid rgba(0,0,0,0.05);
    animation: fadeUp 0.4s ease;
}

/* TITLE */
.account-form__content {
    text-align: center;
    margin-bottom: 25px;
}

.account-form__title {
    font-size: 22px;
    font-weight: 700;
    color: #1c1c1c;
}

.account-form__desc {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    
    /* FIX ALIGNMENT */
    text-align: center;
}

/* FORM */
.form-group {
    margin-bottom: 18px;
}

.form--label {
    font-size: 13px;
    font-weight: 600;
    color: #444;
    margin-bottom: 6px;
}

/* INPUT */
.form--control {
    height: 48px;
    border-radius: 10px;
    border: 1px solid #e0e0e0;
    padding: 0 14px;
    background: #fafafa;
    transition: 0.3s;
}

.form--control:focus {
    background: #fff;
    border-color: #4ca1a3;
    box-shadow: 0 0 0 3px rgba(76,161,163,0.15);
}

/* PASSWORD ICON */
.password-show-hide {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #888;
}

/* BUTTON */
.btn--base {
    height: 48px;
    border-radius: 10px;
    font-weight: 600;
    background: linear-gradient(135deg, #4ca1a3, #2c8f91);
    border: none;
    color: #fff;
    transition: 0.3s;
}

.btn--base:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(76,161,163,0.3);
}

/* LINKS */
.text--base {
    color: #2c8f91 !important;
}


/* ANIMATION */
@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(25px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* MOBILE */
@media (max-width: 576px) {
    .custom-account .account-form {
        padding: 25px 20px;
    }
}





















/* Large tablets */
@media (max-width: 1200px) {
    .video-banner {
        height: 480px;
    }

    .banner-content__title {
        font-size: 38px;
    }
}

/* Tablets */
@media (max-width: 992px) {
    .video-banner {
        height: 420px;
    }

    .banner-content {
        padding-top: 140px;
    }

    .banner-content__title {
        font-size: 30px;
    }

    .banner-content__desc {
        font-size: 16px;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .video-banner {
        height: 350px;
    }

    .banner-content {
        padding-top: 120px;
    }

    .banner-content__title {
        font-size: 24px;
        line-height: 1.3;
    }

    .banner-content__desc {
        font-size: 14px;
        padding: 0 15px;
    }
}

/* Small Mobile */
@media (max-width: 480px) {
    .video-banner {
        height: 280px;
    }

    .banner-content {
        padding-top: 100px;
    }

    .banner-content__title {
        font-size: 20px;
    }
}



/*  RESPONSIVE */
@media (max-width: 992px) {

    .promo-wrapper {
        flex-direction: column;
        text-align: center;
    }

    .promo-text h2 {
        font-size: 36px;
    }

    .promo-media {
        margin-top: 40px;
    }

    .promo-media img {
        width: 220px;
    }

    .offer {
        left: 50%;
        transform: translateX(-50%);
        top: -30px;
    }
}



/* ================= TABLET ================= */
@media (max-width: 992px) {
    .top-header .container {
        flex-direction: column;
        align-items: flex-start;
    }

    .top-left,
    .top-right {
        width: 100%;
        justify-content: space-between;
    }
}



/* ================= MOBILE ================= */
@media (max-width: 576px) {

    .top-header {
        font-size: 11px;
    }

    .top-left span,
    .top-right span,
    .top-right .mail-box,
    .top-right .account {
        margin-right: 0;
    }

    .mail-box img {
        width: 16px;
        height: 16px;
    }

    .mail-count {
        font-size: 8px;
        top: -5px;
        right: -6px;
    }

    .account {
        padding: 5px 8px;
    }

    .account img {
        width: 22px;
        height: 22px;
    }

    .account span {
        font-size: 11px;
    }

    .account small {
        font-size: 8px;
    }
}
