/*** THE ATRIUM - CLEAN GOLD THEME ***/

:root {
    --bs-primary: #c8a86b;
    --bs-secondary: #3f3a35;
    --bs-light: #f8f2e9;
    --bs-dark: #2c2824;
    --bs-white: #ffffff;
    --bs-body-color: #544f48;
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .8s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .8s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

/*** Base ***/
body {
    color: var(--bs-body-color);
    background-color: var(--bs-white);
    font-family: 'Open Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    color: var(--bs-secondary);
}

.page-title {
    color: var(--bs-secondary);
    font-family: 'PT Serif', serif;
}

.mini-title {
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--bs-primary);
    font-weight: 700;
    font-size: .95rem;
}

.text-primary,
.btn-link,
.nav-link.active,
.navbar-light .navbar-nav .nav-link:hover {
    color: var(--bs-primary) !important;
}

a {
    color: var(--bs-primary);
    text-decoration: none;
    transition: .4s;
}

a:hover {
    color: #a88445;
}

/*** Back To Top ***/
.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
    background: var(--bs-primary);
    color: var(--bs-white);
    border-radius: 50%;
}

/*** Buttons ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-primary {
    background: var(--bs-primary) !important;
    border-color: var(--bs-primary) !important;
    color: var(--bs-white) !important;
}

.btn-primary:hover {
    background: #b69358 !important;
    border-color: #b69358 !important;
    color: var(--bs-white) !important;
}

.btn-light {
    background: var(--bs-light) !important;
    border-color: rgba(200,168,107,.35) !important;
    color: var(--bs-secondary) !important;
}

.btn-light:hover {
    background: var(--bs-primary) !important;
    border-color: var(--bs-primary) !important;
    color: var(--bs-white) !important;
}

.btn-square { width: 32px; height: 32px; }
.btn-sm-square { width: 34px; height: 34px; }
.btn-md-square { width: 44px; height: 44px; }
.btn-lg-square { width: 56px; height: 56px; }

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn-primary-outline-0 {
    border: 0;
    color: var(--bs-white) !important;
}

.btn-light-outline-0 {
    border: 0;
    color: var(--bs-primary) !important;
}

.btn-primary-outline-0:hover,
.btn-light-outline-0:hover {
    background: var(--bs-secondary) !important;
    color: var(--bs-white) !important;
}

/*** Topbar / Footer ***/
.sticky-top {
    transition: 0.5s;
    background: var(--bs-white);
}

.topbar,
.footer,
.copyright {
    background: var(--bs-secondary) !important;
}

.topbar {
    padding: 10px 0;
}

.top-contact a,
.footer a,
.copyright a {
    color: var(--bs-white);
}

.top-contact a:hover,
.footer a:hover,
.copyright a:hover {
    color: var(--bs-primary);
}

/*** Navbar ***/
.navbar .navbar-nav .nav-link {
    padding: 10px 15px;
    font-size: 16px;
    transition: .5s;
    color: var(--bs-secondary);
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active,
.sticky-top.bg-white .navbar .navbar-nav .nav-link:hover,
.sticky-top.bg-white .navbar .navbar-nav .nav-link.active {
    color: var(--bs-primary);
}

.navbar-brand h2 {
    font-family: 'PT Serif', serif;
    font-size: 2rem;
    margin: 0;
    color: var(--bs-primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    vertical-align: middle;
    margin-left: 8px;
}

@media (min-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        transition: .5s;
        opacity: 0;
    }

    .navbar .navbar-collapse .border-top {
        border-top: none !important;
    }
}

.dropdown .dropdown-menu a:hover {
    background: var(--bs-light);
    color: var(--bs-primary);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light) !important;
    border-radius: 10px !important;
    transition: .5s;
    opacity: 1;
}

#searchModal .modal-content {
    background: rgba(250, 250, 250, .6);
}

/*** Carousel ***/
.carousel-item {
    position: relative;
    min-height: 100vh;
}

.carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel-item .carousel-caption {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: linear-gradient(rgba(248, 242, 233, .65), rgba(248, 242, 233, .65));
    background-size: cover;
}

.carousel-control-prev,
.carousel-control-next {
    opacity: 0;
}

.carousel-control-prev .carousel-control-prev-icon,
.carousel-control-next .carousel-control-next-icon {
    background: transparent;
}

#carouselId .carousel-indicators {
    padding-bottom: 30px;
}

#carouselId .carousel-indicators li {
    border-top: 10px solid var(--bs-white);
    border-bottom: 10px solid var(--bs-white);
    border-right: 5px solid var(--bs-white);
    border-left: 5px solid var(--bs-white);
    margin-right: 10px;
    border-radius: 10px;
    transition: 0.5s;
}

#carouselId .carousel-indicators li.active {
    background: var(--bs-primary);
    border-color: var(--bs-primary);
    border-right: 15px solid var(--bs-primary);
    border-left: 15px solid var(--bs-primary);
}

/*** Hero / Breadcrumbs ***/
.bg-breadcrumb {
    background: linear-gradient(rgba(63,58,53,.75), rgba(63,58,53,.75)), url('/img/home.png') center/cover no-repeat;
}

.hero-atrium {
    background: linear-gradient(rgba(20,18,16,.60), rgba(20,18,16,.60)), url('/img/home.png') center/cover no-repeat;
    min-height: 95vh;
    display: flex;
    align-items: center;
}

.section-soft {
    background: #f2ece2;
}

.section-cream {
    background: var(--bs-light);
}

.hero-badge {
    display: inline-block;
    background: rgba(200,168,107,.18);
    color: #fff;
    padding: .75rem 1.3rem;
    border-radius: 50px;
    font-weight: 600;
    letter-spacing: 1px;
    border: 1px solid rgba(255,255,255,.2);
}

/*** Cards ***/
.feature-card,
.service-card,
.contact-card,
.detail-card {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 12px 35px rgba(0,0,0,.08);
    height: 100%;
    border: 1px solid rgba(200,168,107,.2);
    transition: .35s ease;
}

.feature-card:hover,
.service-card:hover,
.contact-card:hover,
.detail-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(0,0,0,.12);
}

.service-card h4,
.feature-card h5,
.detail-card h5 {
    color: var(--bs-secondary);
}

.brand-image-card img {
    border-radius: 18px;
    box-shadow: 0 15px 35px rgba(0,0,0,.12);
}

/*** WhatsApp Float ***/
.whatsapp-float {
    position: fixed;
    right: 18px;
    bottom: 95px;
    width: 58px;
    height: 58px;
    z-index: 9999;
    border-radius: 50%;
    background: #25D366;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    box-shadow: 0 12px 25px rgba(0,0,0,.25);
    text-decoration: none;
}

/*** Lists / CTA ***/
.service-list li {
    margin-bottom: .75rem;
}

.cta-banner {
    background: linear-gradient(135deg, var(--bs-secondary), #5b544b);
    color: #fff;
    border-radius: 22px;
}

.appointment-panel {
    background: linear-gradient(135deg, var(--bs-secondary), #665e55);
    border-radius: 20px;
}

/*** Services Section Hover ***/
.services .services-item {
    transition: 0.5s;
}

.services .services-item:hover {
    background: var(--bs-primary) !important;
    border-color: var(--bs-primary) !important;
}

.services .services-item:hover .services-content p,
.services .services-item:hover .services-content h3 {
    color: var(--bs-white);
    transition: 0.5s;
}

.services .services-item:hover .services-content a.btn {
    background: var(--bs-white);
    color: var(--bs-primary) !important;
}

.services .services-item:hover .services-content a.btn:hover {
    color: var(--bs-white) !important;
    background: var(--bs-secondary) !important;
}

.services .services-item .services-img {
    overflow: hidden;
}

.services .services-item .services-img img {
    transition: 0.5s;
}

.services .services-item .services-img img:hover {
    transform: scale(1.08);
}

/*** Video ***/
.video {
    position: relative;
    padding-right: 70px;
    padding-bottom: 70px;
    border-radius: 10px;
}

.video .btn-play {
    position: absolute;
    z-index: 3;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -45%);
    margin-left: -35px;
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
}

.video .btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: rgba(200,168,107,.35);
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video .btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 100px;
    height: 100px;
    background: var(--bs-primary);
    border-radius: 50%;
    transition: all 200ms;
}

.video .btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid var(--bs-white);
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

#videoModal {
    z-index: 99999;
}

#videoModal .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

#videoModal .modal-body {
    position: relative;
    padding: 0;
}

#videoModal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #ffffff;
    background: #000000;
    opacity: 1;
}

/*** Appointment Section ***/
.appointment {
    background: linear-gradient(rgba(63,58,53,.65), rgba(63,58,53,.65)), url('/img/home.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.appointment .appointment-form {
    background: rgba(63,58,53,.78);
    object-fit: cover;
    border-radius: 10px;
}

.appointment .appointment-time {
    background: rgba(255,255,255,.18);
    object-fit: cover;
    border-radius: 10px;
}

/*** Counter ***/
.counter-section .counter-item .counter-content {
    position: relative;
    margin-bottom: 60px;
    background-image: linear-gradient(rgba(200,168,107,.18), rgba(248,242,233,.4), rgba(63,58,53,.18));
    border-radius: 10px;
    z-index: 9;
}

.counter-section .counter-item {
    text-align: center;
    background: linear-gradient(rgba(63,58,53,.18), rgba(63,58,53,.18));
    object-fit: cover;
    border-radius: 0 25% 0 25%;
}

.counter-section .counter-item .counter-content .svg-img {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: -50px;
    margin-left: -45px;
    transform: rotate(180deg);
}

.counter-section .counter-item .counter-quantity {
    width: 110px;
    height: 110px;
    border-radius: 55px;
    background: var(--bs-primary);
    color: var(--bs-white);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    font-weight: 700;
}

/*** Forms ***/
.form-control,
.form-select {
    min-height: 54px;
    border-radius: 10px;
    border: 1px solid rgba(200,168,107,.22) !important;
}

.form-control:focus,
.form-select:focus {
    border-color: var(--bs-primary) !important;
    box-shadow: 0 0 0 .2rem rgba(200,168,107,.2);
}

textarea.form-control {
    min-height: 140px;
}

.form-note {
    font-size: .92rem;
    color: #7b6f62;
}

/*** Responsive ***/
@media (max-width: 991.98px) {
    .hero-atrium {
        min-height: 80vh;
        text-align: center;
    }

    .hero-atrium .display-2 {
        font-size: 2.4rem;
    }
}

@media (max-width: 767.98px) {
    .topbar {
        display: none !important;
    }

    .hero-atrium {
        min-height: 75vh;
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .hero-atrium .display-2 {
        font-size: 2rem;
    }

    .hero-badge {
        font-size: .9rem;
        padding: .65rem 1rem;
    }

    .whatsapp-float {
        width: 52px;
        height: 52px;
        font-size: 24px;
        bottom: 85px;
        right: 14px;
    }

    .back-to-top {
        right: 14px;
        bottom: 20px;
    }
}

/*** Price & Gallery Pages ***/
.price-image-card,
.gallery-grid a {
    display: block;
    overflow: hidden;
    border-radius: 22px;
    background: #fff;
    border: 1px solid rgba(200,168,107,.25);
    box-shadow: 0 18px 45px rgba(0,0,0,.12);
}

.price-image-card img,
.gallery-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .45s ease;
}

.price-image-card:hover img,
.gallery-grid a:hover img {
    transform: scale(1.04);
}

.gallery-grid .col-md-6,
.gallery-grid .col-lg-4,
.gallery-grid .col-lg-6 {
    min-height: 320px;
}

.gallery-grid a {
    height: 100%;
}

.facial-section {
    background: linear-gradient(180deg, #fffaf1 0%, #ffffff 100%);
}

.treatment-card {
    height: 100%;
    background: #ffffff;
    border: 1px solid rgba(200, 168, 107, .28);
    border-radius: 22px;
    padding: 28px;
    box-shadow: 0 12px 35px rgba(34, 34, 34, .07);
}

.treatment-card h3,
.treatment-card h4 {
    color: var(--bs-secondary);
    font-family: 'PT Serif', serif;
}

.treatment-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.treatment-list li {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    padding: 14px 0;
    border-bottom: 1px solid rgba(200, 168, 107, .22);
}

.treatment-list li:last-child {
    border-bottom: 0;
}

.treatment-name {
    font-weight: 700;
    color: #222222;
}

.treatment-time {
    display: block;
    margin-top: 3px;
    font-size: 13px;
    color: #777777;
    font-weight: 600;
}

.treatment-desc {
    display: block;
    margin-top: 6px;
    font-size: 14px;
    color: #666666;
    font-weight: 400;
    line-height: 1.55;
}

.treatment-price {
    white-space: nowrap;
    color: var(--bs-primary);
    font-weight: 800;
}


/* Updated gallery and massage price list */
.gallery-grid a {
    height: 320px;
}

.gallery-grid img {
    width: 100%;
    height: 320px;
    min-height: 320px;
    object-fit: cover;
}

.massage-price-card {
    background: linear-gradient(180deg, #ffffff 0%, #fffaf1 100%);
}

.treatment-list-two-col {
    columns: 2;
    column-gap: 42px;
}

.treatment-list-two-col li {
    break-inside: avoid;
    page-break-inside: avoid;
}

@media (max-width: 768px) {
    .treatment-list-two-col {
        columns: 1;
    }
}


/* Curated Experiences Page */
.curated-experiences-page {
    background: linear-gradient(180deg, #fffaf1 0%, #ffffff 100%);
}

.curated-experiences-grid .experience-card {
    background: #ffffff;
    border: 1px solid rgba(200, 168, 107, .28);
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 18px 45px rgba(0,0,0,.12);
    transition: .35s ease;
}

.curated-experiences-grid .experience-card:hover {
    transform: translateY(-6px);
}

.curated-experiences-grid .experience-card a {
    display: block;
    overflow: hidden;
}

.curated-experiences-grid .experience-card img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    display: block;
    transition: .45s ease;
}

.curated-experiences-grid .experience-card:hover img {
    transform: scale(1.03);
}

.experience-content {
    padding: 26px;
}

.experience-content h3 {
    color: var(--bs-secondary);
    font-family: 'PT Serif', serif;
    font-weight: 700;
    margin-bottom: 12px;
}

.experience-content p {
    color: #666666;
    line-height: 1.7;
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .gallery-grid a,
    .gallery-grid img {
        height: 280px;
        min-height: 280px;
    }

    .curated-experiences-grid .experience-card img {
        height: 420px;
    }
}
