﻿/* =========================================
   AMORA VILLA - CLEAN PROFESSIONAL STYLESHEET
   Version: Optimized Clean Build
========================================= */

/* =========================================
   1) IMPORTS
========================================= */
@import url(css/bootstrap.min.css);
@import url(css/classy-nav.css);
@import url(css/owl.carousel.min.css);
@import url(css/animate.css);
@import url(css/magnific-popup.css);
@import url(css/font-awesome.min.css);
@import url(css/nice-select.css);
@import url(css/travel-icon.css);

@font-face {
    font-family: 'FuturaLT-Book';
    src: url("fonts/FuturaLT-Book.eot?#iefix") format("embedded-opentype"), url("fonts/FuturaLT-Book.woff") format("woff"), url("fonts/FuturaLT-Book.ttf") format("truetype"), url("fonts/FuturaLT-Book.svg#FuturaLT-Book") format("svg");
    font-weight: normal;
    font-style: normal;
}

/* =========================================
   2) ROOT VARIABLES
========================================= */
:root {
    --amora-gold: #CFBE53;
    --amora-gold-soft: #d2ad52;
    --amora-dark: #363636;
    --amora-dark-2: #232323;
    --amora-black: #000000;
    --amora-white: #ffffff;
    --amora-text: #7d7d7d;
    --amora-border: rgba(210, 173, 82, 0.18);
    --amora-border-strong: rgba(210, 173, 82, 0.45);
    --amora-overlay: rgba(0, 0, 0, 0.63);
    --amora-overlay-strong: rgba(18, 18, 18, 0.88);
    --amora-shadow: 0 22px 55px rgba(0, 0, 0, 0.24);
    --amora-radius: 14px;
    --amora-transition: 300ms ease;
}

/* =========================================
   3) RESET / BASE
========================================= */
*,
*::before,
*::after {
    box-sizing: border-box;
}

html,
body {
    overflow-x: hidden;
}

body {
    margin: 0;
    padding: 0;
    font-family: "FuturaLT-Book", sans-serif;
    font-size: 14px;
    color: var(--amora-text);
    background-color: var(--amora-white);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    color: var(--amora-dark);
    line-height: 1.3;
    font-weight: 400;
}

p {
    margin: 0;
    color: var(--amora-text);
    font-size: 14px;
    line-height: 2.05;
    font-weight: 400;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    outline: none;
    color: inherit;
    transition: var(--amora-transition);
}

ul,
ol {
    margin: 0;
    padding: 0;
}

    ul li,
    ol li {
        list-style: none;
    }

img {
    display: block;
    max-width: 100%;
    height: auto;
}

iframe {
    border: 0;
    width: 100%;
    display: block;
}

.bg-img {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-fixed {
    background-attachment: fixed !important;
}

.owl-carousel {
    will-change: transform;
}

.amora-slider img {
    content-visibility: auto;
}

/* =========================================
   4) UTILITIES
========================================= */
.mt-15 {
    margin-top: 15px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-70 {
    margin-top: 70px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.ml-15 {
    margin-left: 15px !important;
}

.ml-30 {
    margin-left: 30px !important;
}

.ml-50 {
    margin-left: 50px !important;
}

.mr-15 {
    margin-right: 15px !important;
}

.mr-30 {
    margin-right: 30px !important;
}

.mr-50 {
    margin-right: 50px !important;
}

.section-padding-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.section-padding-100-0 {
    padding-top: 100px;
    padding-bottom: 0;
}

.section-padding-0-100 {
    padding-top: 0;
    padding-bottom: 100px;
}

.section-padding-100-70 {
    padding-top: 100px;
    padding-bottom: 70px;
}

.amora-section-gap {
    margin-top: 40px;
}

/* =========================================
   5) PRELOADER
========================================= */
.preloader {
    position: fixed;
    inset: 0;
    z-index: 9999;
    background-color: var(--amora-white);
    display: flex;
    align-items: center;
    justify-content: center;
}

    .preloader .cssload-container {
        width: 97px;
    }

    .preloader .cssload-loading i {
        width: 19px;
        height: 19px;
        display: inline-block;
        border-radius: 50%;
        background: var(--amora-gold);
    }

        .preloader .cssload-loading i:first-child {
            opacity: 0;
            animation: cssload-loading-ani2 0.58s linear infinite;
            transform: translate(-19px);
        }

        .preloader .cssload-loading i:nth-child(2),
        .preloader .cssload-loading i:nth-child(3) {
            animation: cssload-loading-ani3 0.58s linear infinite;
        }

        .preloader .cssload-loading i:last-child {
            animation: cssload-loading-ani1 0.58s linear infinite;
        }

@keyframes cssload-loading-ani1 {
    100% {
        transform: translate(39px);
        opacity: 0;
    }
}

@keyframes cssload-loading-ani2 {
    100% {
        transform: translate(19px);
        opacity: 1;
    }
}

@keyframes cssload-loading-ani3 {
    100% {
        transform: translate(19px);
    }
}

/* =========================================
   6) SECTION HEADING
========================================= */
.section-heading {
    position: relative;
    z-index: 1;
    margin-bottom: 60px;
}

    .section-heading .line- {
        width: 90px;
        height: 2px;
        background-color: var(--amora-gold);
        display: block;
        margin-bottom: 32px;
    }

    .section-heading h2 {
        font-size: 48px;
        color: var(--amora-dark);
        margin-bottom: 12px;
    }

    .section-heading p {
        margin-bottom: 0;
    }

    .section-heading.text-center .line- {
        margin: 0 auto 32px;
    }

    .section-heading.white h2,
    .section-heading.white p {
        color: var(--amora-white);
    }

/* =========================================
   7) BUTTONS
========================================= */
.amora-btn {
    background-color: var(--amora-gold);
    color: var(--amora-white);
    display: inline-block;
    min-width: 123px;
    height: 53px;
    line-height: 53px;
    border: none;
    border-radius: 999px;
    padding: 0 30px;
    font-size: 16px;
    text-transform: capitalize;
    text-align: center;
    transition: var(--amora-transition);
}

    .amora-btn:hover,
    .amora-btn:focus {
        background-color: var(--amora-dark);
        color: var(--amora-white);
    }

    .amora-btn.btn-2 {
        background-color: var(--amora-dark);
        color: var(--amora-white);
    }

        .amora-btn.btn-2:hover,
        .amora-btn.btn-2:focus {
            background-color: var(--amora-gold);
            color: var(--amora-white);
        }

/* =========================================
   8) HEADER
========================================= */
.header-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

    .header-area .amora-main-menu {
        width: 100%;
        background-color: rgba(0, 0, 0, 0.63);
    }

        .header-area .amora-main-menu .classy-nav-container {
            background-color: transparent;
        }

        .header-area .amora-main-menu .classy-navbar {
            background-color: transparent;
            height: 120px;
            padding: 0;
            transition: var(--amora-transition);
        }

            .header-area .amora-main-menu .classy-navbar .nav-brand img {
                max-width: 180px;
                width: 100%;
                height: auto;
            }

            .header-area .amora-main-menu .classy-navbar .classynav ul li a {
                color: var(--amora-white);
                font-size: 16px;
                text-transform: capitalize;
                background-color: transparent;
                border-radius: 35px;
            }

                .header-area .amora-main-menu .classy-navbar .classynav ul li a:hover,
                .header-area .amora-main-menu .classy-navbar .classynav ul li a:focus,
                .header-area .amora-main-menu .classy-navbar .classynav ul li.active a {
                    color: var(--amora-white);
                    background-color: var(--amora-gold);
                    border-radius: 35px;
                }

            .header-area .amora-main-menu .classy-navbar .classynav ul li.megamenu-item > a::after,
            .header-area .amora-main-menu .classy-navbar .classynav ul li.has-down > a::after {
                color: var(--amora-white);
            }

            .header-area .amora-main-menu .classy-navbar .classynav ul li ul li a {
                color: var(--amora-dark);
            }

            .header-area .amora-main-menu .classy-navbar .menu-btn {
                margin-left: 100px;
            }

                .header-area .amora-main-menu .classy-navbar .menu-btn a {
                    color: var(--amora-white);
                    font-size: 16px;
                    border-radius: 35px;
                }

    .header-area .is-sticky .amora-main-menu {
        position: fixed;
        top: 0;
        left: 0;
        background-color: var(--amora-black);
        box-shadow: 0 5px 50px 15px rgba(0, 0, 0, 0.2);
    }

        .header-area .is-sticky .amora-main-menu .classy-navbar {
            height: 90px;
        }

.classycloseIcon .cross-wrap span {
    background: var(--amora-white);
}

/* =========================================
   9) HERO AREA
========================================= */
.hero-area {
    position: relative;
    z-index: 1;
}

.hero-slides {
    position: relative;
    z-index: 1;
}

    .hero-slides .owl-dots {
        display: flex;
        position: absolute;
        bottom: 30px;
        left: 4%;
        z-index: 5;
    }

        .hero-slides .owl-dots .owl-dot {
            display: block;
            padding: 3px 5px;
            color: var(--amora-white);
            font-size: 14px;
            background-color: transparent;
            border: 2px solid transparent;
            transition: var(--amora-transition);
        }

            .hero-slides .owl-dots .owl-dot.active,
            .hero-slides .owl-dots .owl-dot:hover,
            .hero-slides .owl-dots .owl-dot:focus {
                color: var(--amora-white);
                background-color: #1b3f4c;
                border-color: var(--amora-gold);
                box-shadow: none;
            }

.single-hero-slide {
    width: 100%;
    height: 950px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

    .single-hero-slide .slide-img {
        position: absolute;
        inset: 0;
        z-index: -10;
    }

    .single-hero-slide .hero-slides-content {
        display: inline-block;
        padding: 60px 50px;
        background-color: rgba(0, 0, 0, 0.63);
        border: 2px solid var(--amora-gold);
        text-align: center;
    }

        .single-hero-slide .hero-slides-content .line {
            width: 90px;
            height: 2px;
            background-color: var(--amora-gold);
            margin: 0 auto 30px;
        }

        .single-hero-slide .hero-slides-content h2 {
            font-size: 72px;
            color: var(--amora-white);
            margin-bottom: 12px;
            display: inline-block;
        }

        .single-hero-slide .hero-slides-content p {
            color: var(--amora-white);
            font-size: 14px;
        }

.hero-slides .owl-item.active .single-hero-slide .slide-img {
    animation: slide 20s linear infinite;
}

@keyframes slide {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

/* =========================================
   10) ABOUT
========================================= */
.about-us-area,
.contact-area,
.pool-area,
.amora-gallery-section {
    overflow-x: clip;
}

.about-key-text {
    position: relative;
    z-index: 1;
    margin-top: 35px;
}

    .about-key-text h6 {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
        font-size: 16px;
    }

        .about-key-text h6 span {
            flex: 0 0 30px;
            max-width: 30px;
            width: 30px;
            height: 30px;
            margin-right: 15px;
            text-align: center;
            font-size: 12px;
            background-color: var(--amora-gold);
            border-radius: 50%;
            line-height: 30px;
            color: var(--amora-white);
        }

.amora-about-main-img {
    width: 100%;
    border-radius: 16px;
    object-fit: cover;
}

/* =========================================
   11) HOME ABOUT SECTION
========================================= */
.amora-home-about-section {
    padding: 90px 0 100px;
    position: relative;
}

.amora-home-about-box {
    max-width: 860px;
    margin: 0 auto;
    text-align: center;
}

    .amora-home-about-box .section-heading {
        margin-bottom: 30px;
        text-align: center;
    }

        .amora-home-about-box .section-heading .line- {
            width: 82px;
            height: 2px;
            background-color: #CFBE53;
            display: block;
            margin: 0 auto 26px;
        }

        .amora-home-about-box .section-heading h2 {
            margin-bottom: 18px;
            font-size: 52px;
            line-height: 1.15;
            color: #363636;
        }

.amora-home-about-lead {
    max-width: 700px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 2;
    color: #7d7d7d;
    text-align: center;
}

.amora-home-about-features {
    max-width: 720px;
    margin: 38px auto 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    text-align: center;
}

.amora-home-feature-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    width: fit-content;
    max-width: 100%;
    padding: 8px 18px;
    border-radius: 999px;
    margin: 0 auto;
    text-align: center;
}

.amora-home-feature-icon {
    width: 34px;
    height: 34px;
    min-width: 34px;
    border-radius: 50%;
    background-color: #CFBE53;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.amora-home-feature-item span:last-child {
    font-size: 18px;
    line-height: 1.8;
    color: #363636;
    text-align: center;
}

.amora-home-about-action {
    margin-top: 42px;
    text-align: center;
}

    .amora-home-about-action .amora-btn {
        min-width: 180px;
        border-radius: 999px;
    }

/* =========================================
   12) POOL / EXPERIENCE
========================================= */
.pool-content {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 70px 50px;
    border: 2px solid var(--amora-gold);
    background-color: rgba(0, 0, 0, 0.63);
}

    .pool-content .pool-feature {
        text-align: center;
    }

        .pool-content .pool-feature i {
            font-size: 70px;
            color: var(--amora-gold);
            margin-bottom: 15px;
            display: block;
        }

        .pool-content .pool-feature p {
            color: var(--amora-white);
            font-size: 14px;
            margin-bottom: 0;
        }

.amora-feature-box {
    padding: 10px 6px;
}

    .amora-feature-box i {
        font-size: 34px;
        margin-bottom: 12px;
        display: inline-block;
    }

    .amora-feature-box p {
        margin-bottom: 0;
        font-size: 15px;
    }

/* =========================================
   13) BOOKING PAGE
========================================= */
.amora-booking-page {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
}

.amora-booking-bg-layer {
    position: absolute;
    inset: 0;
    z-index: 0;
    filter: brightness(0.78);
}

.amora-booking-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.18);
}

.amora-booking-content {
    position: relative;
    z-index: 2;
    padding: 210px 0 90px;
}

    .amora-booking-content .container {
        position: relative;
        z-index: 2;
    }

.amora-booking-wrapper {
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
}

.amora-booking-intro {
    margin-bottom: 48px;
}

    .amora-booking-intro .line {
        width: 82px;
        height: 3px;
        background: var(--amora-gold-soft);
        margin-bottom: 22px;
    }

.amora-booking-kicker {
    display: block;
    color: var(--amora-gold-soft);
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 600;
}

.amora-booking-intro h2 {
    color: var(--amora-white);
    font-size: 54px;
    line-height: 1.05;
    margin-bottom: 14px;
}

.amora-booking-intro p {
    color: rgba(255, 255, 255, 0.90);
    font-size: 16px;
    max-width: 650px;
    margin: 0 auto;
}

.amora-booking-card {
    background: var(--amora-overlay-strong);
    border: 1px solid var(--amora-border-strong);
    border-radius: var(--amora-radius);
    padding: 34px 30px;
    box-shadow: var(--amora-shadow);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    margin: 0 auto;
}

    .amora-booking-card .form-group label {
        display: block;
        color: var(--amora-gold-soft);
        font-size: 15px;
        margin-bottom: 10px;
        font-weight: 500;
    }

    .amora-booking-card .form-control {
        width: 100%;
        height: 54px;
        border: none;
        border-radius: 8px;
        background: var(--amora-white);
        color: var(--amora-dark-2);
        font-size: 15px;
        padding: 0 16px;
        box-shadow: none !important;
    }

        .amora-booking-card .form-control:focus {
            box-shadow: 0 0 0 2px rgba(210, 173, 82, 0.2) !important;
        }

    .amora-booking-card select.form-control {
        padding-right: 38px;
    }

    .amora-booking-card .amora-notes-box {
        min-height: 130px;
        height: auto;
        padding-top: 14px;
        resize: vertical;
    }

.amora-quote-box {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid var(--amora-border);
    border-radius: 10px;
    padding: 18px;
}

.amora-quote-item {
    padding: 4px 0;
}

    .amora-quote-item .quote-label {
        display: block;
        color: var(--amora-gold-soft);
        font-size: 13px;
        margin-bottom: 5px;
    }

    .amora-quote-item strong {
        color: var(--amora-white);
        font-size: 20px;
        font-weight: 600;
    }

.amora-quote-status {
    font-size: 14px;
    min-height: 24px;
}

.amora-booking-submit {
    min-width: 220px;
    height: 56px;
    line-height: 56px;
    padding: 0 30px;
    border-radius: 8px;
    margin-top: 8px;
}

.amora-booking-card .text-danger.small {
    display: block;
    margin-top: 6px;
    font-size: 12px;
    color: #ffbbbb !important;
}

.amora-native-select {
    appearance: auto !important;
    -webkit-appearance: menulist !important;
    -moz-appearance: menulist !important;
    background-image: none !important;
}

/* =========================================
   14) SUCCESS PAGE
========================================= */
.amora-success-hero {
    min-height: 100vh;
    position: relative;
    padding: 170px 0 90px;
}

    .amora-success-hero .slide-img {
        filter: brightness(0.78);
    }

.amora-success-card {
    background: var(--amora-overlay-strong);
    border: 1px solid var(--amora-border-strong);
    border-radius: var(--amora-radius);
    padding: 42px 34px;
    box-shadow: var(--amora-shadow);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

    .amora-success-card .line {
        width: 82px;
        height: 3px;
        background: var(--amora-gold-soft);
        margin-bottom: 20px;
    }

.amora-success-kicker {
    display: block;
    color: var(--amora-gold-soft);
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 600;
}

.amora-success-card h2 {
    color: var(--amora-white);
    font-size: 52px;
    margin-bottom: 14px;
}

.amora-success-lead {
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    max-width: 700px;
    margin: 0 auto 28px;
}

.amora-success-summary {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid var(--amora-border);
    border-radius: 12px;
    padding: 22px;
    margin-top: 18px;
}

.amora-success-item {
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    height: 100%;
}

    .amora-success-item span {
        display: block;
        color: var(--amora-gold-soft);
        font-size: 13px;
        margin-bottom: 5px;
    }

    .amora-success-item strong {
        color: var(--amora-white);
        font-size: 17px;
        font-weight: 500;
        word-break: break-word;
    }

.amora-success-actions {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 28px;
}

/* =========================================
   15) GALLERY / LIGHTBOX
========================================= */
.amora-gallery-section .container-fluid,
.amora-signature-gallery .container-fluid,
.amora-signature-gallery .row {
    margin-left: 0;
    margin-right: 0;
}

.amora-slider img {
    width: 100%;
    height: 550px;
    object-fit: cover;
    border-radius: 16px;
}

.amora-slider .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    border-radius: 50% !important;
    background: #fff !important;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.amora-slider .owl-nav .owl-prev {
    left: 15px;
}

.amora-slider .owl-nav .owl-next {
    right: 15px;
}

.amora-slider .owl-dots {
    display: flex !important;
    justify-content: center;
    margin-top: 10px;
}

.amora-slider .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 0 5px;
    background: #ccc;
    border-radius: 50%;
}

.amora-slider .owl-dot.active span {
    width: 22px;
    background: #cb8670;
}

.amora-desc {
    text-align: center;
    margin-top: 15px;
    color: #777;
}

.lightbox-modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.9);
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

    .lightbox-modal.active {
        display: flex;
    }

    .lightbox-modal img {
        max-width: 85%;
        max-height: 80%;
    }

    .lightbox-modal .close {
        position: absolute;
        top: 20px;
        right: 30px;
        font-size: 35px;
        color: white;
        cursor: pointer;
    }

    .lightbox-modal .prev,
    .lightbox-modal .next {
        position: absolute;
        top: 50%;
        font-size: 30px;
        color: white;
        cursor: pointer;
    }

    .lightbox-modal .prev {
        left: 30px;
    }

    .lightbox-modal .next {
        right: 30px;
    }

/* =========================================
   16) CONTACT ULTRA SECTION
========================================= */
.amora-contact-ultra-section {
    position: relative;
    padding: 110px 0 120px;
    background: #ffffff;
    overflow: hidden;
    margin-bottom: 70px;
}

    .amora-contact-ultra-section::before,
    .amora-contact-ultra-section::after {
        display: none !important;
        content: none !important;
    }

    .amora-contact-ultra-section .row {
        align-items: stretch !important;
    }

.amora-contact-ultra-map-wrap,
.amora-contact-ultra-card {
    height: 100%;
}

.amora-contact-ultra-map-wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
}

.amora-contact-ultra-badge {
    position: absolute;
    top: -14px;
    left: 24px;
    z-index: 3;
}

    .amora-contact-ultra-badge span {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 40px;
        padding: 10px 16px;
        border-radius: 999px;
        background: #181818;
        color: #CFBE53;
        font-size: 11px;
        font-weight: 600;
        letter-spacing: 1.2px;
        text-transform: uppercase;
        border: 1px solid rgba(207, 190, 83, 0.22);
        box-shadow: 0 12px 24px rgba(0, 0, 0, 0.10);
    }

.amora-contact-ultra-map-frame {
    position: relative;
    height: 100%;
    min-height: 485px;
    overflow: hidden;
    border-radius: 24px;
    background: #f4f4f4;
    border: 1px solid rgba(207, 190, 83, 0.18);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.06);
}

    .amora-contact-ultra-map-frame iframe {
        width: 100%;
        height: 100%;
        border: 0;
        display: block;
    }

.amora-contact-ultra-map-note {
    margin-top: 14px;
    color: #8b8b8b;
    font-size: 13px;
    line-height: 1.8;
    text-align: left;
    padding-left: 4px;
}

.amora-contact-ultra-card {
    position: relative;
    padding: 34px 32px;
    border-radius: 24px;
    background: #ffffff;
    border: 1px solid rgba(207, 190, 83, 0.18);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.06);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.amora-contact-ultra-heading {
    margin-bottom: 0;
}

    .amora-contact-ultra-heading .line- {
        margin-bottom: 16px;
    }

.amora-contact-ultra-kicker {
    display: inline-block;
    margin-bottom: 8px;
    color: #CFBE53;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.amora-contact-ultra-heading h2 {
    font-size: 36px;
    line-height: 1.18;
    margin-bottom: 14px;
    color: #2b2b2b;
}

.amora-contact-ultra-heading p {
    color: #7b7b7b;
    font-size: 14px;
    line-height: 1.9;
    margin-bottom: 0;
    max-width: 100%;
}

.amora-contact-ultra-info-list {
    margin-top: 26px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.amora-contact-ultra-info-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 14px;
    border-radius: 16px;
    background: #fcfcfc;
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

    .amora-contact-ultra-info-item:hover {
        transform: translateY(-2px);
        border-color: rgba(207, 190, 83, 0.30);
        box-shadow: 0 10px 22px rgba(0, 0, 0, 0.05);
    }

.amora-contact-ultra-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #CFBE53 0%, #dfcf71 100%);
    color: #111111;
    font-size: 17px;
    box-shadow: 0 10px 20px rgba(207, 190, 83, 0.20);
}

.amora-contact-ultra-text span {
    display: block;
    margin-bottom: 3px;
    color: #9b9b9b;
    font-size: 11px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.amora-contact-ultra-text h5 {
    margin: 0;
    font-size: 18px;
    line-height: 1.45;
    color: #262626;
    word-break: break-word;
}

    .amora-contact-ultra-text h5 a {
        color: #262626;
        text-decoration: none;
        transition: color 0.3s ease;
    }

        .amora-contact-ultra-text h5 a:hover {
            color: #CFBE53;
        }

.amora-contact-ultra-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 24px;
}

.amora-contact-ultra-btn {
    min-width: 190px;
    border-radius: 999px;
    box-shadow: 0 12px 24px rgba(207, 190, 83, 0.18);
}

.amora-contact-ultra-link {
    display: inline-flex;
    align-items: center;
    min-height: 50px;
    color: #222222;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

    .amora-contact-ultra-link:hover {
        color: #CFBE53;
    }

/* =========================================
   17) FOOTER V3
========================================= */
.amora-footer-v3 {
    background: #050505;
    padding: 90px 0 30px;
}

.amora-footer-center {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
    text-align: center;
}

.amora-footer-left {
    max-width: 320px;
}

    .amora-footer-left img {
        max-width: 160px;
        margin-bottom: 25px;
    }

.amora-footer-desc {
    color: rgba(255,255,255,0.65);
    font-size: 14px;
    line-height: 2;
}

.amora-footer-divider {
    width: 1px;
    height: 180px;
    background: linear-gradient(to bottom, transparent, rgba(207,190,83,0.5), transparent);
}

.amora-footer-right {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.amora-footer-title {
    color: #CFBE53;
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.amora-footer-social {
    display: flex;
    gap: 14px;
    margin-bottom: 25px;
}

    .amora-footer-social a {
        width: 44px;
        height: 44px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(255,255,255,0.05);
        border: 1px solid rgba(207,190,83,0.2);
        color: #fff;
        transition: all 0.3s ease;
    }

        .amora-footer-social a:hover {
            background: #CFBE53;
            color: #111;
            transform: translateY(-3px);
        }

.amora-footer-btn {
    background: #CFBE53;
    color: #111;
    padding: 14px 30px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

    .amora-footer-btn:hover {
        background: transparent;
        color: #CFBE53;
        border: 1px solid #CFBE53;
    }

.amora-footer-bottom {
    margin-top: 60px;
    text-align: center;
}

    .amora-footer-bottom p {
        color: rgba(255,255,255,0.4);
        font-size: 13px;
    }

/* =========================================
   18) CONTACT HERO BOX
========================================= */
.amora-inner-hero {
    min-height: 720px;
}

    .amora-inner-hero .container {
        position: relative;
        z-index: 2;
    }

    .amora-inner-hero .row {
        min-height: 720px;
        align-items: center;
        justify-content: center;
    }

    .amora-inner-hero .hero-slides-content.amora-contact-hero-box {
        display: block !important;
        width: 100%;
        max-width: 760px;
        margin: 0 auto !important;
        text-align: center;
    }

.amora-contact-hero-box {
    max-width: 760px;
    margin: 0 auto !important;
    padding: 42px 38px !important;
    background-color: rgba(0, 0, 0, 0.46) !important;
    border: 2px solid rgba(207, 190, 83, 0.78) !important;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}

    .amora-contact-hero-box .line {
        width: 95px;
        height: 2px;
        background-color: #CFBE53;
        margin: 0 auto 22px;
    }

.amora-contact-hero-kicker {
    display: block;
    color: #CFBE53;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.amora-contact-hero-box h2 {
    color: #ffffff !important;
    font-size: 68px;
    line-height: 1.08;
    margin-bottom: 14px;
}

.amora-contact-hero-lead {
    color: rgba(255, 255, 255, 0.92) !important;
    font-size: 16px;
    line-height: 1.9;
    max-width: 560px;
    margin: 0 auto 28px;
}

.amora-contact-hero-details {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto 28px;
}

.amora-contact-hero-item {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(207, 190, 83, 0.20);
    border-radius: 14px;
    padding: 16px 14px;
    text-align: center;
    min-height: 102px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.amora-contact-hero-label {
    display: block;
    color: #CFBE53;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 7px;
}

.amora-contact-hero-item strong,
.amora-contact-hero-item a {
    color: #ffffff;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.6;
    text-decoration: none;
    word-break: break-word;
}

    .amora-contact-hero-item a:hover {
        color: #CFBE53;
    }

.amora-contact-hero-actions {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    width: 100%;
}

    .amora-contact-hero-actions .amora-btn {
        min-width: 185px;
        border-radius: 999px;
    }

/* =========================================
   19) FLATPICKR
========================================= */
.flatpickr-calendar {
    border-radius: 14px !important;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18) !important;
    border: none !important;
    overflow: hidden !important;
}

.flatpickr-day.disabled,
.flatpickr-day.flatpickr-disabled {
    background: #f4d7d7 !important;
    border-color: #f4d7d7 !important;
    color: #9a5353 !important;
    text-decoration: line-through;
    cursor: not-allowed !important;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange {
    background: var(--amora-gold-soft) !important;
    border-color: var(--amora-gold-soft) !important;
    color: var(--amora-white) !important;
}

/* =========================================
   20) RESPONSIVE
========================================= */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-area .amora-main-menu .classy-navbar .nav-brand {
        max-width: 140px;
    }

    .header-area .amora-main-menu .classy-navbar .classynav ul li a {
        font-size: 14px;
    }

    .header-area .amora-main-menu .classy-navbar .classynav ul li ul li a {
        padding: 0 20px;
    }

    .header-area .amora-main-menu .classy-navbar .menu-btn {
        margin-left: 30px;
    }

    .hero-slides .owl-dots {
        left: 1%;
    }

    .single-hero-slide {
        height: 800px;
    }

        .single-hero-slide .hero-slides-content {
            padding: 40px 20px;
        }

            .single-hero-slide .hero-slides-content h2 {
                font-size: 48px;
            }

    .section-heading h2 {
        font-size: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area {
        position: fixed;
    }

        .header-area .amora-main-menu {
            background-color: rgba(0, 0, 0, 0.82);
        }

            .header-area .amora-main-menu .classy-navbar {
                height: 76px;
            }

                .header-area .amora-main-menu .classy-navbar .nav-brand {
                    max-width: 140px;
                }

                .header-area .amora-main-menu .classy-navbar .classynav ul li a {
                    background-color: var(--amora-gold);
                }

                .header-area .amora-main-menu .classy-navbar .classynav ul li ul li a {
                    color: var(--amora-white);
                }

                .header-area .amora-main-menu .classy-navbar .menu-btn {
                    margin-left: 30px;
                    border: 2px solid var(--amora-white);
                    margin-top: 30px;
                    display: inline-block;
                }

    .breakpoint-on .classy-navbar .classy-menu {
        background-color: var(--amora-gold);
    }

    .classynav ul li .megamenu .single-mega.cn-col-4 {
        padding: 0;
    }

    body {
        padding-top: 76px;
    }

    .hero-slides .owl-dots {
        left: 5px;
        flex-direction: column;
    }

    .single-hero-slide {
        height: auto;
        min-height: auto;
        padding: 70px 0 60px;
    }

        .single-hero-slide .hero-slides-content {
            width: 100%;
            max-width: 680px;
            margin: 0 auto;
            padding: 30px 20px;
        }

            .single-hero-slide .hero-slides-content h2 {
                font-size: 36px;
            }

    .section-heading h2 {
        font-size: 36px;
    }

    .amora-booking-content {
        padding: 150px 0 75px;
    }

    .amora-booking-intro h2,
    .amora-success-card h2 {
        font-size: 38px;
    }

    .amora-booking-card,
    .amora-success-card {
        padding: 26px 20px;
    }

    .pool-content {
        padding: 50px 20px;
    }

    .amora-slider img {
        height: 320px;
    }

    .amora-contact-ultra-section {
        padding: 90px 0 100px;
        margin-bottom: 55px;
    }

    .amora-contact-ultra-map-frame {
        min-height: 380px;
    }

    .amora-contact-ultra-card {
        padding: 28px 24px;
    }

    .amora-contact-ultra-heading h2 {
        font-size: 31px;
    }

    .amora-home-about-section {
        padding: 75px 0 85px;
    }

    .amora-home-about-box {
        max-width: 760px;
    }

        .amora-home-about-box .section-heading h2 {
            font-size: 42px;
        }

    .amora-home-about-lead {
        font-size: 15px;
        max-width: 640px;
    }

    .amora-home-about-features {
        max-width: 640px;
    }

    .amora-home-feature-item span:last-child {
        font-size: 17px;
    }

    .amora-inner-hero {
        min-height: 620px;
    }

        .amora-inner-hero .row {
            min-height: 620px;
        }

    .amora-contact-hero-box {
        max-width: 720px;
        padding: 34px 26px !important;
    }

        .amora-contact-hero-box h2 {
            font-size: 48px;
        }

    .amora-contact-hero-details {
        grid-template-columns: 1fr;
        max-width: 480px;
    }

    .amora-contact-hero-item {
        min-height: auto;
    }
}

@media only screen and (max-width: 767px) {
    .header-area {
        position: fixed;
    }

        .header-area .amora-main-menu {
            background-color: rgba(0, 0, 0, 0.82);
        }

            .header-area .amora-main-menu .classy-navbar {
                height: 70px;
            }

                .header-area .amora-main-menu .classy-navbar .nav-brand {
                    max-width: 125px;
                }

                .header-area .amora-main-menu .classy-navbar .classynav ul li a {
                    background-color: var(--amora-gold);
                }

                .header-area .amora-main-menu .classy-navbar .classynav ul li ul li a {
                    color: var(--amora-white);
                }

                .header-area .amora-main-menu .classy-navbar .menu-btn {
                    margin-left: 30px;
                    border: 2px solid var(--amora-white);
                    margin-top: 18px;
                    display: inline-block;
                }

    .breakpoint-on .classy-navbar .classy-menu {
        background-color: var(--amora-gold);
    }

    .classynav ul li .megamenu .single-mega.cn-col-4 {
        padding: 0;
    }

    body {
        padding-top: 70px;
    }

    .hero-slides .owl-dots {
        bottom: 18px;
        left: 50%;
        transform: translateX(-50%);
    }

    .single-hero-slide {
        height: auto;
        min-height: auto;
        padding: 45px 0 45px;
    }

        .single-hero-slide .hero-slides-content {
            width: 100%;
            max-width: 100%;
            padding: 22px 16px;
        }

            .single-hero-slide .hero-slides-content h2 {
                font-size: 28px;
            }

            .single-hero-slide .hero-slides-content p {
                font-size: 14px;
                line-height: 1.8;
            }

    .section-heading {
        margin-bottom: 45px;
    }

        .section-heading h2 {
            font-size: 24px;
        }

        .section-heading .line- {
            margin-bottom: 24px;
        }

    .section-padding-100 {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .section-padding-100-0 {
        padding-top: 70px;
        padding-bottom: 0;
    }

    .amora-section-gap {
        margin-top: 20px;
    }

    .amora-booking-content {
        padding: 125px 0 55px;
    }

    .amora-booking-intro {
        margin-bottom: 26px;
    }

        .amora-booking-intro h2,
        .amora-success-card h2 {
            font-size: 30px;
        }

        .amora-booking-intro p,
        .amora-success-lead {
            font-size: 14px;
        }

    .amora-booking-card,
    .amora-success-card {
        padding: 18px 14px;
        border-radius: 12px;
    }

        .amora-booking-card .form-group label {
            font-size: 14px;
            margin-bottom: 7px;
        }

        .amora-booking-card .form-control,
        .amora-booking-card select.form-control {
            height: 46px;
            font-size: 14px;
            padding: 0 12px;
            border-radius: 7px;
        }

        .amora-booking-card .amora-notes-box {
            min-height: 100px;
            padding-top: 10px;
        }

    .amora-quote-box,
    .amora-success-summary {
        padding: 14px;
    }

    .amora-quote-item {
        padding: 2px 0;
    }

        .amora-quote-item .quote-label {
            font-size: 12px;
        }

        .amora-quote-item strong {
            font-size: 16px;
        }

    .amora-booking-submit,
    .amora-success-actions .btn {
        width: 100%;
        min-width: auto;
    }

    .amora-success-actions {
        flex-direction: column;
        gap: 10px;
    }

    .pool-content {
        padding: 28px 16px;
    }

        .pool-content .pool-feature {
            margin-top: 0;
            margin-bottom: 18px;
        }

            .pool-content .pool-feature i {
                font-size: 44px;
            }

    .amora-feature-box i {
        font-size: 34px;
    }

    .amora-slider img {
        height: 230px;
        border-radius: 12px;
    }

    .amora-contact-ultra-section {
        padding: 75px 0 85px;
        margin-bottom: 45px;
    }

    .amora-contact-ultra-badge {
        top: -10px;
        left: 16px;
    }

    .amora-contact-ultra-map-frame {
        min-height: 290px;
        border-radius: 18px;
    }

    .amora-contact-ultra-card {
        padding: 24px 18px;
        border-radius: 18px;
    }

    .amora-contact-ultra-heading h2 {
        font-size: 28px;
    }

    .amora-contact-ultra-heading p {
        font-size: 13px;
        line-height: 1.85;
    }

    .amora-contact-ultra-info-item {
        align-items: flex-start;
        gap: 12px;
        padding: 14px 12px;
    }

    .amora-contact-ultra-icon {
        width: 44px;
        height: 44px;
        min-width: 44px;
        font-size: 16px;
    }

    .amora-contact-ultra-text h5 {
        font-size: 15px;
    }

    .amora-contact-ultra-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .amora-contact-ultra-btn,
    .amora-contact-ultra-link {
        width: 100%;
        justify-content: center;
    }

    .amora-contact-ultra-map-note {
        text-align: center;
        padding-left: 0;
    }

    .footer-area {
        padding-top: 10px;
        padding-bottom: 30px;
    }

    .amora-footer-center {
        flex-direction: column;
        gap: 30px;
    }

    .amora-footer-divider {
        width: 60%;
        height: 1px;
    }

    .amora-home-about-section {
        padding: 60px 0 70px;
    }

    .amora-home-about-box {
        max-width: 100%;
    }

        .amora-home-about-box .section-heading {
            margin-bottom: 24px;
        }

            .amora-home-about-box .section-heading .line- {
                margin: 0 auto 20px;
            }

            .amora-home-about-box .section-heading h2 {
                font-size: 32px;
                margin-bottom: 14px;
                line-height: 1.2;
            }

    .amora-home-about-lead {
        font-size: 14px;
        line-height: 1.9;
        max-width: 100%;
        padding: 0 8px;
    }

    .amora-home-about-features {
        margin-top: 28px;
        gap: 14px;
        max-width: 100%;
    }

    .amora-home-feature-item {
        justify-content: center;
        align-items: center;
        gap: 12px;
        width: 100%;
        max-width: 100%;
        border-radius: 18px;
        padding: 10px 14px;
    }

    .amora-home-feature-icon {
        width: 30px;
        height: 30px;
        min-width: 30px;
        font-size: 11px;
    }

    .amora-home-feature-item span:last-child {
        font-size: 15px;
        line-height: 1.7;
    }

    .amora-home-about-action {
        margin-top: 30px;
    }

        .amora-home-about-action .amora-btn {
            min-width: 170px;
            height: 50px;
            line-height: 50px;
            font-size: 15px;
        }

    .amora-inner-hero {
        min-height: auto;
    }

        .amora-inner-hero .row {
            min-height: auto;
            padding: 60px 0 30px;
        }

        .amora-inner-hero .hero-slides-content.amora-contact-hero-box {
            max-width: 100%;
        }

    .amora-contact-hero-box {
        padding: 26px 18px !important;
        max-width: 100%;
    }

    .amora-contact-hero-kicker {
        font-size: 11px;
        letter-spacing: 1.6px;
    }

    .amora-contact-hero-box h2 {
        font-size: 34px;
        margin-bottom: 12px;
    }

    .amora-contact-hero-lead {
        font-size: 14px;
        line-height: 1.8;
        margin-bottom: 22px;
    }

    .amora-contact-hero-details {
        grid-template-columns: 1fr;
        gap: 10px;
        margin-bottom: 22px;
    }

    .amora-contact-hero-item {
        padding: 14px 12px;
        border-radius: 12px;
    }

        .amora-contact-hero-item strong,
        .amora-contact-hero-item a {
            font-size: 15px;
        }

    .amora-contact-hero-actions {
        flex-direction: column;
        gap: 10px;
    }

        .amora-contact-hero-actions .amora-btn {
            width: 100%;
            min-width: 100%;
        }
}

@media only screen and (max-width: 390px) {
    .single-hero-slide .hero-slides-content h2,
    .amora-booking-intro h2,
    .amora-success-card h2 {
        font-size: 24px;
    }

    .single-hero-slide .hero-slides-content,
    .amora-booking-card,
    .amora-success-card {
        padding-left: 12px;
        padding-right: 12px;
    }

        .amora-booking-card .form-control,
        .amora-booking-card select.form-control {
            height: 44px;
        }
}
/* =========================================
   AMORA EXPERIENCE - LUXURY FEATURE CARDS
========================================= */

.amora-experience-features-row {
    margin-top: 34px;
    justify-content: center;
}

    .amora-experience-features-row > [class*="col-"] {
        display: flex;
    }

.amora-experience-feature-card {
    width: 100%;
    min-height: 185px;
    padding: 24px 20px 22px;
    border: 1px solid rgba(207, 190, 83, 0.24);
    background: rgba(255, 255, 255, 0.045);
    border-radius: 24px;
    text-align: center;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.10);
    transition: all 0.35s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

    .amora-experience-feature-card:hover {
        transform: translateY(-5px);
        border-color: rgba(207, 190, 83, 0.42);
        background: rgba(255, 255, 255, 0.065);
        box-shadow: 0 18px 34px rgba(0, 0, 0, 0.15);
    }

.amora-experience-feature-icon {
    width: 78px;
    height: 78px;
    min-width: 78px;
    border-radius: 50%;
    margin: 0 auto 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #CFBE53;
    background: radial-gradient(circle at 30% 30%, rgba(207,190,83,0.18), rgba(207,190,83,0.06));
    border: 1px solid rgba(207, 190, 83, 0.28);
    box-shadow: inset 0 0 16px rgba(207,190,83,0.08), 0 10px 22px rgba(0,0,0,0.10);
}

    .amora-experience-feature-icon i {
        font-size: 30px;
        line-height: 1;
        color: #CFBE53;
    }

.amora-experience-feature-card h5 {
    color: #ffffff;
    font-size: 20px;
    line-height: 1.35;
    margin-bottom: 10px;
}

.amora-experience-feature-card p {
    color: rgba(255, 255, 255, 0.84);
    font-size: 14px;
    line-height: 1.85;
    max-width: 250px;
    margin: 0 auto;
}

.pool-content .section-heading.white p {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}

.pool-content .amora-btn {
    min-width: 220px;
    margin-top: 36px !important;
}

/* Tablet */
@media only screen and (max-width: 991px) {
    .amora-experience-feature-card {
        min-height: 170px;
        padding: 22px 16px 20px;
    }

    .amora-experience-feature-icon {
        width: 70px;
        height: 70px;
        min-width: 70px;
        margin-bottom: 16px;
    }

        .amora-experience-feature-icon i {
            font-size: 27px;
        }

    .amora-experience-feature-card h5 {
        font-size: 18px;
    }

    .amora-experience-feature-card p {
        font-size: 13px;
    }
}

/* Mobile */
@media only screen and (max-width: 767px) {
    .amora-experience-features-row {
        margin-top: 24px;
    }

    .amora-experience-feature-card {
        min-height: auto;
        padding: 22px 16px;
        border-radius: 18px;
    }

    .amora-experience-feature-icon {
        width: 64px;
        height: 64px;
        min-width: 64px;
        margin-bottom: 14px;
    }

        .amora-experience-feature-icon i {
            font-size: 24px;
        }

    .amora-experience-feature-card h5 {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .amora-experience-feature-card p {
        font-size: 13px;
        line-height: 1.75;
        max-width: 100%;
    }

    .pool-content .amora-btn {
        width: 100%;
        min-width: 100%;
    }
}
/* =========================================
   AMORA ABOUT GALLERY SLIDER
========================================= */

.amora-gallery-slider {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
    cursor: grab;
    padding: 8px 0 14px;
    scroll-behavior: smooth;
}

    .amora-gallery-slider::-webkit-scrollbar {
        display: none;
    }

    .amora-gallery-slider:active {
        cursor: grabbing;
    }

.amora-gallery-track {
    display: flex;
    align-items: stretch;
    gap: 22px;
    width: max-content;
}

.amora-gallery-card {
    display: block;
    flex: 0 0 auto;
    width: 360px;
    height: 260px;
    border-radius: 18px;
    overflow: hidden;
    position: relative;
    background: #f5f5f5;
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.10);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

    .amora-gallery-card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        transition: transform 0.45s ease;
    }

    .amora-gallery-card::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(to top, rgba(0,0,0,0.16), rgba(0,0,0,0.02));
        pointer-events: none;
    }

    .amora-gallery-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 20px 45px rgba(0, 0, 0, 0.16);
    }

        .amora-gallery-card:hover img {
            transform: scale(1.05);
        }

/* Section text spacing */
.amora-gallery-section h2 {
    margin-bottom: 0;
}

.amora-desc {
    text-align: center;
    margin-top: 18px;
    color: #7d7d7d;
    font-size: 15px;
    line-height: 1.9;
}

/* Tablet */
@media only screen and (max-width: 991px) {
    .amora-gallery-track {
        gap: 18px;
    }

    .amora-gallery-card {
        width: 300px;
        height: 220px;
        border-radius: 16px;
    }

    .amora-desc {
        font-size: 14px;
    }
}

/* Mobile */
@media only screen and (max-width: 767px) {
    .amora-gallery-slider {
        padding: 6px 0 10px;
    }

    .amora-gallery-track {
        gap: 14px;
    }

    .amora-gallery-card {
        width: 78vw;
        max-width: 290px;
        height: 200px;
        border-radius: 14px;
    }

    .amora-desc {
        margin-top: 14px;
        font-size: 13px;
        line-height: 1.8;
        padding: 0 8px;
    }
}

/* Small mobile */
@media only screen and (max-width: 480px) {
    .amora-gallery-card {
        width: 82vw;
        height: 190px;
    }
}
/* =========================================
   ABOUT PAGE - HOTEL LEVEL GALLERY
========================================= */

.amora-about-luxury-intro .amora-about-luxury-copy {
    padding-right: 18px;
}

.amora-about-luxury-lead {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 16px;
}

.amora-about-luxury-features {
    margin-top: 28px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.amora-about-luxury-feature {
    display: flex;
    align-items: center;
    gap: 14px;
}

    .amora-about-luxury-feature span {
        width: 34px;
        height: 34px;
        min-width: 34px;
        border-radius: 50%;
        background: #CFBE53;
        color: #fff;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
    }

    .amora-about-luxury-feature strong {
        color: #363636;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.8;
    }

.amora-about-luxury-image-wrap {
    position: relative;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 18px 50px rgba(0,0,0,0.10);
}

.amora-about-main-img {
    width: 100%;
    height: 100%;
    min-height: 460px;
    object-fit: cover;
    display: block;
}

.amora-hotel-gallery {
    padding-bottom: 40px;
}

.amora-gallery-section-head {
    max-width: 840px;
    margin: 0 auto 50px;
}

.amora-gallery-kicker {
    display: inline-block;
    color: #CFBE53;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
}

.amora-gallery-section-head h2 {
    font-size: 48px;
    margin-bottom: 14px;
}

.amora-gallery-lead {
    max-width: 760px;
    margin: 0 auto;
    font-size: 15px;
    line-height: 2;
}

.amora-hotel-gallery-block {
    margin-bottom: 80px;
}

.amora-hotel-gallery-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 24px;
    gap: 20px;
}

.amora-hotel-gallery-label {
    display: inline-block;
    color: #CFBE53;
    font-size: 12px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 8px;
}

.amora-hotel-gallery-head h3 {
    font-size: 32px;
    color: #2c2c2c;
    margin-bottom: 8px;
}

.amora-hotel-gallery-head p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.9;
}

.amora-hotel-slider {
    position: relative;
}

.amora-hotel-main {
    position: relative;
    border-radius: 26px;
    overflow: hidden;
    background: #f6f6f6;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.10);
    margin-bottom: 18px;
}

.amora-hotel-main-link {
    display: block;
}

.amora-hotel-main-image {
    width: 100%;
    height: 620px;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}

.amora-hotel-main:hover .amora-hotel-main-image {
    transform: scale(1.02);
}

.amora-hotel-main-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 26px 26px 24px;
    background: linear-gradient(to top, rgba(0,0,0,0.70), rgba(0,0,0,0.18), transparent);
    color: #fff;
    pointer-events: none;
}

.amora-hotel-main-kicker {
    display: inline-block;
    color: #CFBE53;
    font-size: 12px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 8px;
    font-weight: 600;
}

.amora-hotel-main-overlay h4 {
    color: #fff;
    font-size: 28px;
    margin-bottom: 8px;
}

.amora-hotel-main-overlay p {
    color: rgba(255,255,255,0.92);
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 0;
    max-width: 760px;
}

.amora-hotel-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 4;
    width: 54px;
    height: 54px;
    border: none;
    border-radius: 50%;
    background: rgba(255,255,255,0.92);
    color: #1e1e1e;
    box-shadow: 0 10px 25px rgba(0,0,0,0.16);
    transition: all 0.3s ease;
}

    .amora-hotel-arrow:hover {
        background: #CFBE53;
        color: #111;
    }

    .amora-hotel-arrow.prev {
        left: 18px;
    }

    .amora-hotel-arrow.next {
        right: 18px;
    }

    .amora-hotel-arrow i {
        font-size: 28px;
        line-height: 1;
    }

.amora-hotel-thumbs {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 6px 2px 10px;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
}

    .amora-hotel-thumbs::-webkit-scrollbar {
        height: 8px;
    }

    .amora-hotel-thumbs::-webkit-scrollbar-thumb {
        background: rgba(207, 190, 83, 0.45);
        border-radius: 999px;
    }

.amora-hotel-thumb {
    flex: 0 0 130px;
    width: 130px;
    height: 92px;
    border: none;
    border-radius: 16px;
    overflow: hidden;
    background: #f2f2f2;
    padding: 0;
    position: relative;
    opacity: 0.72;
    transform: scale(0.98);
    transition: all 0.35s ease;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

    .amora-hotel-thumb::after {
        content: "";
        position: absolute;
        inset: 0;
        border: 2px solid transparent;
        border-radius: 16px;
        transition: all 0.35s ease;
    }

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

    .amora-hotel-thumb:hover {
        opacity: 1;
        transform: translateY(-3px);
    }

    .amora-hotel-thumb.active {
        opacity: 1;
        transform: scale(1);
        box-shadow: 0 16px 35px rgba(0,0,0,0.10);
    }

        .amora-hotel-thumb.active::after {
            border-color: #CFBE53;
        }

.amora-gallery-bottom-note {
    max-width: 760px;
    margin: 0 auto;
}

    .amora-gallery-bottom-note p {
        font-size: 14px;
        line-height: 1.9;
        color: #8a8a8a;
    }

/* LIGHTBOX UPGRADE */
.lightbox-modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.92);
    align-items: center;
    justify-content: center;
    z-index: 99999;
    padding: 30px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

    .lightbox-modal.active {
        display: flex;
    }

    .lightbox-modal img {
        max-width: 92vw;
        max-height: 88vh;
        border-radius: 16px;
        box-shadow: 0 24px 70px rgba(0,0,0,0.35);
    }

    .lightbox-modal .close,
    .lightbox-modal .prev,
    .lightbox-modal .next {
        position: absolute;
        color: #fff;
        cursor: pointer;
        transition: all 0.3s ease;
        user-select: none;
    }

    .lightbox-modal .close {
        top: 20px;
        right: 28px;
        font-size: 34px;
    }

    .lightbox-modal .prev,
    .lightbox-modal .next {
        top: 50%;
        transform: translateY(-50%);
        font-size: 46px;
        width: 58px;
        height: 58px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: rgba(255,255,255,0.08);
    }

        .lightbox-modal .prev:hover,
        .lightbox-modal .next:hover,
        .lightbox-modal .close:hover {
            color: #CFBE53;
        }

    .lightbox-modal .prev {
        left: 24px;
    }

    .lightbox-modal .next {
        right: 24px;
    }

/* TABLET */
@media only screen and (max-width: 991px) {
    .amora-about-luxury-intro .amora-about-luxury-copy {
        padding-right: 0;
    }

    .amora-about-main-img {
        min-height: 360px;
    }

    .amora-gallery-section-head h2 {
        font-size: 40px;
    }

    .amora-hotel-gallery-head h3 {
        font-size: 28px;
    }

    .amora-hotel-main-image {
        height: 500px;
    }

    .amora-hotel-thumb {
        flex: 0 0 118px;
        width: 118px;
        height: 84px;
    }
}

/* MOBILE */
@media only screen and (max-width: 767px) {
    .amora-about-luxury-intro {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .amora-about-luxury-lead {
        font-size: 14px;
        line-height: 1.9;
    }

    .amora-about-luxury-feature {
        align-items: flex-start;
    }

        .amora-about-luxury-feature strong {
            font-size: 14px;
            line-height: 1.8;
        }

    .amora-about-main-img {
        min-height: 280px;
    }

    .amora-gallery-section-head {
        margin-bottom: 34px;
    }

        .amora-gallery-section-head h2 {
            font-size: 30px;
            line-height: 1.2;
        }

    .amora-gallery-lead {
        font-size: 14px;
        line-height: 1.9;
    }

    .amora-hotel-gallery-block {
        margin-bottom: 56px;
    }

    .amora-hotel-gallery-head {
        margin-bottom: 18px;
    }

        .amora-hotel-gallery-head h3 {
            font-size: 24px;
        }

        .amora-hotel-gallery-head p {
            font-size: 13px;
            line-height: 1.8;
        }

    .amora-hotel-main {
        border-radius: 18px;
        margin-bottom: 14px;
    }

    .amora-hotel-main-image {
        height: 280px;
    }

    .amora-hotel-main-overlay {
        padding: 18px 16px 16px;
    }

        .amora-hotel-main-overlay h4 {
            font-size: 20px;
        }

        .amora-hotel-main-overlay p {
            font-size: 13px;
            line-height: 1.7;
        }

    .amora-hotel-arrow {
        width: 42px;
        height: 42px;
    }

        .amora-hotel-arrow i {
            font-size: 22px;
        }

        .amora-hotel-arrow.prev {
            left: 10px;
        }

        .amora-hotel-arrow.next {
            right: 10px;
        }

    .amora-hotel-thumbs {
        gap: 10px;
        padding-bottom: 8px;
    }

    .amora-hotel-thumb {
        flex: 0 0 94px;
        width: 94px;
        height: 68px;
        border-radius: 12px;
    }

        .amora-hotel-thumb::after {
            border-radius: 12px;
        }

    .lightbox-modal {
        padding: 18px;
    }

        .lightbox-modal .prev,
        .lightbox-modal .next {
            width: 46px;
            height: 46px;
            font-size: 34px;
        }

        .lightbox-modal .prev {
            left: 10px;
        }

        .lightbox-modal .next {
            right: 10px;
        }

        .lightbox-modal .close {
            top: 12px;
            right: 16px;
            font-size: 30px;
        }
}
/* =========================
   ABOUT PRO MAX
========================= */
.amora-about-hero-box {
    max-width: 880px;
    margin: 0 auto;
    padding: 48px 42px !important;
    background: linear-gradient(180deg, rgba(0,0,0,0.28) 0%, rgba(0,0,0,0.48) 100%) !important;
    border: 1px solid rgba(207, 190, 83, 0.58) !important;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(9px);
    -webkit-backdrop-filter: blur(9px);
}

.amora-about-hero-kicker {
    display: block;
    color: #CFBE53;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.amora-about-luxury-intro {
    position: relative;
}

.amora-about-luxury-copy {
    padding-right: 18px;
}

.amora-about-copy-kicker {
    display: inline-block;
    color: #CFBE53;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.amora-about-luxury-lead {
    font-size: 16px;
    line-height: 2;
    color: #666;
    margin-bottom: 16px;
}

.amora-about-luxury-copy p:last-child {
    margin-bottom: 0;
}

.amora-about-luxury-image-wrap {
    position: relative;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.12);
}

.amora-about-main-img {
    width: 100%;
    height: 560px;
    object-fit: cover;
    display: block;
    transition: transform 0.8s ease;
}

.amora-about-luxury-image-wrap:hover .amora-about-main-img {
    transform: scale(1.03);
}

/* =========================
   FACILITIES PRO MAX
========================= */
.amora-facilities-pro {
    position: relative;
}

.amora-facilities-box {
    position: relative;
    padding: 48px 40px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.70);
    border: 1px solid rgba(207, 190, 83, 0.22);
    box-shadow: 0 24px 50px rgba(0, 0, 0, 0.07);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.amora-facilities-head {
    margin-bottom: 40px;
}

.amora-facilities-kicker {
    display: inline-block;
    color: #CFBE53;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.9px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.amora-facility-card {
    height: 100%;
    padding: 28px 24px;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255,255,255,0.92) 0%, rgba(255,255,255,0.82) 100%);
    border: 1px solid rgba(207, 190, 83, 0.14);
    box-shadow: 0 12px 30px rgba(0,0,0,0.04);
    transition: all 0.35s ease;
    text-align: center;
}

    .amora-facility-card:hover {
        transform: translateY(-8px);
        border-color: rgba(207, 190, 83, 0.38);
        box-shadow: 0 18px 36px rgba(0,0,0,0.09);
    }

.amora-facility-icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 18px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #CFBE53 0%, #E5D67A 100%);
    color: #181818;
    font-size: 25px;
    box-shadow: 0 12px 24px rgba(207, 190, 83, 0.22);
}

.amora-facility-card h4 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #2a2a2a;
}

.amora-facility-card p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.9;
    color: #6e6e6e;
}

/* =========================
   GALLERY HEAD
========================= */
.amora-gallery-section-head {
    margin-bottom: 44px;
}

.amora-gallery-kicker {
    display: inline-block;
    color: #CFBE53;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.amora-gallery-lead {
    max-width: 760px;
    margin: 0 auto;
}

/* =========================
   GALLERY BLOCK
========================= */
.amora-hotel-gallery-block {
    margin-bottom: 78px;
}

.amora-hotel-gallery-head {
    margin-bottom: 24px;
}

.amora-hotel-gallery-label {
    display: inline-block;
    color: #CFBE53;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.amora-hotel-gallery-head h3 {
    font-size: 34px;
    margin-bottom: 10px;
}

.amora-hotel-gallery-head p {
    max-width: 700px;
    margin-bottom: 0;
}

/* =========================
   PRO MAX SLIDER
========================= */
.amora-pro-slider {
    position: relative;
}

.amora-pro-main-stage {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    background: #101010;
    box-shadow: 0 28px 54px rgba(0, 0, 0, 0.15);
}

.amora-pro-main-link {
    display: block;
    position: relative;
    background: #111;
}

.amora-pro-main-image {
    width: 100%;
    height: 690px;
    object-fit: cover;
    display: block;
    transition: transform 0.75s ease, opacity 0.45s ease;
}

.amora-pro-main-stage:hover .amora-pro-main-image {
    transform: scale(1.018);
}

.amora-pro-main-stage::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.68) 0%, rgba(0,0,0,0.18) 40%, rgba(0,0,0,0.02) 100%);
    pointer-events: none;
}

.amora-pro-main-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    padding: 36px 36px 30px;
    color: #fff;
}

.amora-pro-main-kicker {
    display: inline-block;
    color: #CFBE53;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.9px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.amora-pro-main-overlay h4 {
    color: #fff;
    font-size: 31px;
    margin-bottom: 8px;
}

.amora-pro-main-overlay p {
    color: rgba(255,255,255,0.88);
    font-size: 14px;
    line-height: 1.85;
    margin-bottom: 0;
    max-width: 760px;
}

.amora-pro-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 4;
    width: 56px;
    height: 56px;
    border: 0;
    border-radius: 50%;
    background: rgba(255,255,255,0.13);
    color: #fff;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.18);
    transition: all 0.3s ease;
}

    .amora-pro-arrow:hover {
        background: #CFBE53;
        color: #111;
        border-color: #CFBE53;
    }

    .amora-pro-arrow.prev {
        left: 22px;
    }

    .amora-pro-arrow.next {
        right: 22px;
    }

/* =========================
   THUMBS STRIP
========================= */
.amora-pro-thumbs {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 20px;
    padding: 8px 6px 14px;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-behavior: smooth;
}

    .amora-pro-thumbs::-webkit-scrollbar {
        display: none;
    }

.amora-pro-thumb {
    position: relative;
    flex: 0 0 auto;
    width: 104px;
    height: 82px;
    padding: 0;
    border: 0;
    background: transparent;
    border-radius: 18px;
    overflow: hidden;
    opacity: 0.56;
    transform: scale(0.92);
    transition: all 0.35s ease;
    box-shadow: 0 10px 24px rgba(0,0,0,0.06);
}

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

    .amora-pro-thumb::after {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: 18px;
        border: 2px solid transparent;
        transition: all 0.35s ease;
    }

    .amora-pro-thumb:hover {
        opacity: 0.88;
        transform: scale(0.97);
    }

    .amora-pro-thumb.active {
        width: 138px;
        height: 98px;
        opacity: 1;
        transform: scale(1);
    }

        .amora-pro-thumb.active::after {
            border-color: #CFBE53;
            box-shadow: inset 0 0 0 1px rgba(255,255,255,0.32);
        }

/* =========================
   NOTE
========================= */
.amora-gallery-bottom-note p {
    max-width: 720px;
    margin: 0 auto;
}

/* =========================
   LIGHTBOX PRO MAX
========================= */
.amora-pro-lightbox {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.97);
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
}

    .amora-pro-lightbox.active {
        display: flex;
    }

.amora-pro-lightbox-stage {
    width: 100%;
    max-width: 94vw;
    max-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 28px 82px;
}

    .amora-pro-lightbox-stage img {
        max-width: 100%;
        max-height: 86vh;
        object-fit: contain;
        border-radius: 14px;
    }

.amora-pro-lightbox-close {
    position: absolute;
    top: 26px;
    right: 26px;
    z-index: 4;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.18);
    background: rgba(255,255,255,0.08);
    color: #fff;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.amora-pro-lightbox-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 4;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.18);
    background: rgba(255,255,255,0.08);
    color: #fff;
    font-size: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .amora-pro-lightbox-arrow.prev {
        left: 24px;
    }

    .amora-pro-lightbox-arrow.next {
        right: 24px;
    }

    .amora-pro-lightbox-close:hover,
    .amora-pro-lightbox-arrow:hover {
        background: #CFBE53;
        color: #111;
        border-color: #CFBE53;
    }

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 1199px) {
    .amora-pro-main-image {
        height: 610px;
    }

    .amora-about-main-img {
        height: 500px;
    }
}

@media (max-width: 991px) {
    .amora-about-hero-box {
        padding: 36px 26px !important;
    }

    .amora-about-luxury-copy {
        padding-right: 0;
    }

    .amora-about-main-img {
        height: 460px;
    }

    .amora-facilities-box {
        padding: 34px 22px;
        border-radius: 24px;
    }

    .amora-hotel-gallery-head h3 {
        font-size: 28px;
    }

    .amora-pro-main-image {
        height: 520px;
    }

    .amora-pro-main-overlay {
        padding: 26px 24px 22px;
    }

        .amora-pro-main-overlay h4 {
            font-size: 26px;
        }

    .amora-pro-thumb {
        width: 92px;
        height: 74px;
    }

        .amora-pro-thumb.active {
            width: 118px;
            height: 86px;
        }
}

@media (max-width: 767px) {
    .amora-about-hero-box {
        padding: 28px 18px !important;
    }

    .amora-about-main-img {
        height: 330px;
        border-radius: 22px;
    }

    .amora-facility-card {
        padding: 22px 16px;
        border-radius: 18px;
    }

    .amora-facility-icon {
        width: 60px;
        height: 60px;
        font-size: 22px;
        border-radius: 16px;
    }

    .amora-hotel-gallery-block {
        margin-bottom: 54px;
    }

    .amora-hotel-gallery-head h3 {
        font-size: 24px;
    }

    .amora-pro-main-stage {
        border-radius: 22px;
    }

    .amora-pro-main-image {
        height: 320px;
    }

    .amora-pro-main-overlay {
        padding: 20px 18px 18px;
    }

    .amora-pro-main-kicker {
        font-size: 11px;
        letter-spacing: 1.3px;
    }

    .amora-pro-main-overlay h4 {
        font-size: 22px;
    }

    .amora-pro-main-overlay p {
        font-size: 13px;
        line-height: 1.75;
    }

    .amora-pro-arrow {
        width: 42px;
        height: 42px;
        font-size: 24px;
    }

        .amora-pro-arrow.prev {
            left: 12px;
        }

        .amora-pro-arrow.next {
            right: 12px;
        }

    .amora-pro-thumbs {
        gap: 12px;
        margin-top: 14px;
    }

    .amora-pro-thumb {
        width: 78px;
        height: 64px;
        border-radius: 14px;
    }

        .amora-pro-thumb::after {
            border-radius: 14px;
        }

        .amora-pro-thumb.active {
            width: 98px;
            height: 74px;
        }

    .amora-pro-lightbox-stage {
        padding: 22px 14px;
    }

    .amora-pro-lightbox-arrow {
        width: 46px;
        height: 46px;
        font-size: 24px;
    }

        .amora-pro-lightbox-arrow.prev {
            left: 10px;
        }

        .amora-pro-lightbox-arrow.next {
            right: 10px;
        }

    .amora-pro-lightbox-close {
        top: 12px;
        right: 12px;
        width: 44px;
        height: 44px;
        font-size: 18px;
    }
}
/* =========================================
   AMX FACILITIES - CLEAN ROOT FIX
========================================= */

.amx-facilities-section {
    position: relative;
    padding: 110px 0 140px;
}

.amx-facilities-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 34px;
    isolation: isolate;
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.18);
}

.amx-facilities-bg {
    position: absolute;
    inset: 0;
    background: url('/amora/img/bg-img/4.webp') center center / cover no-repeat;
    transform: scale(1.05);
    z-index: 0;
}

.amx-facilities-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(135deg, rgba(8, 8, 8, 0.84) 0%, rgba(14, 14, 14, 0.72) 50%, rgba(8, 8, 8, 0.86) 100%);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.amx-facilities-content {
    position: relative;
    z-index: 2;
    padding: 52px 34px 42px;
}

.amx-facilities-head {
    margin-bottom: 34px;
}

.amx-facilities-kicker {
    display: inline-block;
    margin-bottom: 10px;
    color: #CFBE53;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.amx-facilities-head h2 {
    margin: 0;
    color: #ffffff;
    font-size: 40px;
    line-height: 1.12;
    font-weight: 400;
}

.amx-facilities-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    align-items: stretch;
}

.amx-facility-item {
    min-height: 120px;
    padding: 16px 16px 14px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.055);
    border: 1px solid rgba(255, 255, 255, 0.09);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.03), 0 12px 24px rgba(0,0,0,0.12);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    transition: transform 0.35s ease, border-color 0.35s ease, background 0.35s ease, box-shadow 0.35s ease;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

    .amx-facility-item:hover {
        transform: translateY(-6px);
        background: rgba(255, 255, 255, 0.08);
        border-color: rgba(207, 190, 83, 0.34);
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.05), 0 18px 30px rgba(0,0,0,0.16);
    }

.amx-facility-icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    border-radius: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    background: linear-gradient(135deg, rgba(207,190,83,0.22) 0%, rgba(207,190,83,0.08) 100%);
    border: 1px solid rgba(207,190,83,0.22);
    box-shadow: 0 8px 18px rgba(207,190,83,0.08);
    transition: all 0.35s ease;
}

.amx-facility-item:hover .amx-facility-icon {
    transform: scale(1.05);
    background: linear-gradient(135deg, rgba(207,190,83,0.30) 0%, rgba(207,190,83,0.12) 100%);
}

.amx-facility-icon i {
    color: #CFBE53;
    font-size: 19px;
}

.amx-facility-item h3 {
    margin: 0;
    color: #ffffff;
    font-size: 15px;
    line-height: 1.45;
    font-weight: 400;
    word-break: break-word;
}

/* Desktop medium */
@media (max-width: 1199px) {
    .amx-facilities-content {
        padding: 42px 24px 30px;
    }

    .amx-facilities-head h2 {
        font-size: 34px;
    }

    .amx-facilities-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 20px;
    }

    .amx-facility-item {
        min-height: 108px;
        padding: 15px 14px 13px;
        border-radius: 18px;
    }

    .amx-facility-icon {
        width: 46px;
        height: 46px;
        min-width: 46px;
        margin-bottom: 10px;
    }

        .amx-facility-icon i {
            font-size: 17px;
        }

    .amx-facility-item h3 {
        font-size: 14px;
        line-height: 1.4;
    }
}

/* Tablet */
@media (max-width: 991px) {
    .amx-facilities-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .amx-facilities-section {
        padding: 78px 0 96px;
    }

    .amx-facilities-wrap {
        border-radius: 22px;
    }

    .amx-facilities-content {
        padding: 28px 14px 20px;
    }

    .amx-facilities-head {
        margin-bottom: 20px;
    }

    .amx-facilities-kicker {
        font-size: 11px;
        letter-spacing: 1.7px;
    }

    .amx-facilities-head h2 {
        font-size: 27px;
        line-height: 1.2;
    }

    .amx-facilities-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }

    .amx-facility-item {
        min-height: 94px;
        padding: 13px 12px 11px;
        border-radius: 16px;
    }

    .amx-facility-icon {
        width: 40px;
        height: 40px;
        min-width: 40px;
        border-radius: 12px;
        margin-bottom: 9px;
    }

        .amx-facility-icon i {
            font-size: 15px;
        }

    .amx-facility-item h3 {
        font-size: 13px;
        line-height: 1.35;
    }
}

@media (max-width: 480px) {
    .amx-facilities-grid {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }

    .amx-facility-item {
        min-height: 88px;
        padding: 12px 10px 10px;
    }

        .amx-facility-item h3 {
            font-size: 12px;
            line-height: 1.3;
        }
}