﻿.navbar-collapse-rtl {
    flex-grow: 0 !important;
}

.navbar-light .navbar-toggler {
    color: #f4f8fa;
}

.header {
    position: relative;
    z-index: 100;
}

.top-client-testimonial .thum img {
    border-radius: 100px;
}

.top-terms-and-condition .terms-condition-area {
    color: rgb(44, 43, 43);
}

.form-control {
    -webkit-appearance: auto;
    appearance: auto;
    /* border:1px solid #ececec; */
}

.form-control:focus {
    border-color: var(--theamColor);
    box-shadow: none;
}

.banner-area {
    height: 420px;
    background-size: cover !important;
    padding: 150px 0px 70px 0px;
    background-position: 100% 100% !important;
    background-size: cover !important;
}

.banner-area .overlay-bg {
    background: #2727275c;
}

.overlay {
    /* position: absolute; */
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

html {
    overflow-x: hidden;
}

body {
    line-height: 1.5;
    font-family: "Roboto", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    color: #767474;
    font-weight: 400;
    background: #ffffff;
}

.btn {
    font-family: "Exo", 'sans-serif' !important;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-weight: 700;
    color: #454545;
    font-family: "Exo", sans-serif;
}

h1,
.h1 {
    font-size: 2.5rem;
}

h2,
.h2 {
    font-size: 2.2rem;
}

h3,
.h3 {
    font-size: 1.5rem;
}

h4,
.h4 {
    font-size: 1.3rem;
    line-height: 30px;
}

h5,
.h5 {
    font-size: 1.25rem;
}

h6,
.h6 {
    font-size: 1rem;
}

p {
    line-height: 30px;
}

.mt-6 {
    margin-top: 5rem;
}

.color-white {
    color: #fff !important;
}

.header-top {
    background: var(--theamColor);
    font-size: 14px;
    padding: 5px 0px;
}


.text-sm {
    font-size: 14px;
}

.text-md {
    font-size: 2.25rem;
}

.text-lg {
    font-size: 3.75rem;
}

.no-spacing {
    letter-spacing: 0px;
}

a {
    color: #222;
    text-decoration: none;
    transition: all .35s ease;
}

a:focus,
a:hover {
    color: var(--theamHoverColor);
    text-decoration: none;
}

a:focus {
    outline: none !important;

}

@media (max-width: 480px) {
    .text-lg {
        font-size: 28px;
    }
}

@media (max-width: 400px) {
    .text-lg {
        font-size: 28px;
    }
}

#navbar {
    background-color: var(--theamMenuColor2);
    min-height: 95px;
}

#navbar-main .nav-link {
    font-weight: 600;
    padding: 10px 12px;
    color: #222;
    font-family: "Exo", sans-serif;
    text-transform: capitalize;
    font-size: 16px;
    transition: all .25s ease;
}

.dropdown-toggle::after {
    display: none;
}

.navbar-brand {
    margin-top: 10px;
}

.dropdown .dropdown-menu {
    position: absolute;
    display: block;
    background: #fff;
    min-width: 240px;
    top: 130%;
    left: 0;
    right: 0px;
    opacity: 0;
    padding: 0px;
    visibility: hidden;
    transition: all 0.3s ease-out 0s;
    border: 1px solid #f8f9fa;
    border-top: 5px solid var(--theamColor);
    border-radius: 4px;
}

.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 115%;
}

.dropdown .dropdown-item {
    padding: 13px 20px;
    border-bottom: 1px solid #eee;
    background: transparent;
    font-weight: 400;
    color: #555;
}

.dropdown .dropdown-item:hover {
    color: var(--theamHoverColor);
}

#navbar-main .nav-link:hover,
#navbar-main .active .nav-link {
    color: var(--theamHoverColor);
}

.header-top-left a {
    margin-right: 8px;
    color: #fff;
}

.header-top-left a:hover {
    margin-right: 9px;
    color: #e7e7e7;
}

.footer {
    background: #313F34;
    padding-top: 89px;
}

.footer h3 {
    color: #e4e4e4;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.footer-widget {
    padding: 0px 10px;
    line-height: 35px;
}

.footer-widget ul li a {
    color: #e4e4e4;
    font-size: 14px;
}

.footer-widget ul li a:hover {
    color: var(--theamHoverColor);
}

.footer-widget p {
    color: #e4e4e4;
    font-size: 14px;
    text-align: justify;
    margin-bottom: 50px;
    line-height: 25px;
}

.section-gap {
    padding: 60px 0;
}

ol,
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

@media (max-width: 990px) {
    .footer-widget {
        margin-bottom: 50px;
    }
}

@media (max-width: 480px) {
    .footer-social-media a {
        margin-top: 15px;
        float: left !important;
    }
}

.footer-social-media a {
    float: right;
    margin-right: 15px;
    color: #fff;
}

.footer-social-media a:hover {
    color: #e7e7e7;
}

.footer-button-section {
    border-top: 1px solid #292929;
    padding-top: 15px;
}

.top-section {
    position: relative;
}

.top-banner {
    overflow: hidden;
    min-height: 550px !important;
    background-size: cover !important;
    background-position: 100% 100% !important;
}

.top-banner-content {
    position: absolute;
    top: 30%;
    left: 44%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.about-service p {
    color: #615e5e;
}

.btn-booking {
    color: #fff;
    background: var(--theamColor);
    border-color: var(--theamColor);
}

.btn-booking:hover {
    color: #fff;
    background: var(--theamHoverColor);
    border-color: var(--theamHoverColor);
}

.btn-booking:focus {
    color: #fff;
}

.btn-full-round {
    border-radius: 50px;
    padding-left: 20px;
    padding-right: 20px;
}

.top-area p {
    --bs-text-opacity: 1;
    color: #6c757d !important;
}

.top-service .single-item {
    background: #fff;
    margin-top: 15px;
    margin-bottom: 10px;
    padding-bottom: 15px;
}

.single-item p {
    color: #6c757d;
    font-size: 14px;
    line-height: 25px;
    padding: 0px 15px 0px 15px;
}

.top-service .single-item p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    box-orient: vertical;
}

.single-item .thum {
    overflow: hidden;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.single-item {
    overflow: hidden;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}


.single-item .thum img {
    width: 100%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.single-item h4 {
    margin: 20px 0px 7px 0;
    font-size: 19px;
    padding: 0px 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.single-item:hover .thum img {
    transform: scale(1.10) rotate(-3deg);
}

.new-team .single-item {
    background: #fff;
    margin-top: 15px;
    margin-bottom: 10px;
    padding-bottom: 15px;
}

.new-team .single-item p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    box-orient: vertical;
}

.new-team a {
    margin-left: 15px;
}

.new-team .single-item h4 {
    margin-top: 10px !important;
}

.btn-booking-white {
    background: #EEF1F4;
    font-weight: 600;
}

.btn-booking-white:hover {
    color: var(--theamHoverColor);
}

.btn-booking-white:focus {
    box-shadow: none !important;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: var(--theamColor);
}

.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--theamHoverColor);
}

.owl-theme .owl-dots .owl-dot span {
    border-radius: 0px;
}

.client-single-testimonial {
    background-color: #ffffff;
    border: 1px solid #f6f6f6;
    padding: 19px 10px 10px 18px;
    transition: all 0.3s ease 0s;
}

.top-client-testimonial .desctiotion {
    padding-left: 20px;
}

.client-single-testimonial p {
    font-size: 15px;
    line-height: 22px;
    font-weight: 300;
    min-height: 70px;
    padding-top: 5px;
    padding-bottom: 2px;
    margin-bottom: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    box-orient: vertical;
}

.client-single-testimonial .thum {
    width: 130px;
}

.star .checked {
    color: #faca51;
}

.single-service .thum img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.single-service {
    background: #fff;
    margin-top: 30px;
    border: 1px solid #f6f6f6;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;

}

.single-service .details h4 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.single-service .details p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    box-orient: vertical;
}

.single-service:hover {
    box-shadow: 0px 10px 30px 0px rgb(60 64 143 / 20%);
}

.single-service .thum img {
    width: 100% !important;
}

.single-service .details .single-service-info li {
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.single-service .details .single-service-info li:last-child {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.single-service .details {
    padding: 21px;
}

.single-service .details li span {
    color: #6c757d;
    font-size: 14px;
}

.single-our-team {
    background: #fff;
    margin-top: 30px;
    border: 1px solid #f6f6f6;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;

}

.single-our-team .details p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    box-orient: vertical;
}

.s .single-our-team:hover {
    box-shadow: 0px 10px 30px 0px rgb(60 64 143 / 20%);
}

.single-our-team .thum img {
    width: 100% !important;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    object-fit: cover;
    height: 260px;
}

.single-our-team .details .service-list li {
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.single-our-team .details .service-list li:last-child {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.single-our-team .details {
    padding: 21px;
}

.single-our-team .details li span {
    color: #6c757d;
    font-size: 14px;
}

.single-our-team .details .star {
    color: var(--theamColor);
}

.photo-gallery .single-photo-gallery {
    margin-top: 30px;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
    height: 200px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.top-about-us {
    background: #fff;
}

.single-about-us .about-service-quality i {
    color: var(--theamColor)
}

.single-about-us .about-us-head {
    margin-top: 10px;
    color: var(--theamColor);
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 8px;
}

.single-about-us h2 {
    padding-bottom: 5px;
    width: 60%;
}

.single-about-us p {
    color: #6c757d;
    font-size: 16px;
}

.single-about-us img {
    width: 100%;
    border-radius: 10px;
}

.single-about-us .about-us-details {
    padding-left: 50px;
}

.single-about-us .btn-booking-white {
    margin-right: 10px;
}

@media only screen and (max-width: 600px) {
    .single-about-us .about-us-details {
        padding-left: 15px;
    }

    .single-about-us h2 {
        width: 100%;
    }
}

.contact-address .single-contact .icon i {
    font-size: 27px;
    padding: 9px 21px;
    color: var(--theamColor);
}

.contact-us-email input {
    height: 50px;
}

.appoinment-booking-area .support-man-icon i {
    color: #777777;
}

.single-contact {
    min-height: 70px;
}

.website-service-summary {
    margin-top: -120px;
    margin-bottom: 80px;
}

.website-service-summary .single-item-service-summary {
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 30px 0px rgb(0 42 106 / 10%);
    position: relative;
    height: 100%;
}

.website-service-summary .icon-background {
    height: 67px;
    width: 72px;
    border-radius: 148px 89px 93px 105px;
    padding: 12px 10px 6px 14px;
}

.website-service-summary .icon-background i {
    font-size: 50px;
}

.website-service-summary .text-count {
    font-size: 38px !important;
    font-weight: 600;
    margin-bottom: -6px;
}

.website-service-summary .text-total-service-count {
    color: #DF2475;
}

.website-service-summary .icon-total-service {
    background: #df24750d;
}

.website-service-summary .icon-total-service img {
    padding-left: 4px;
}

.website-service-summary .text-service-title {
    font-size: 18px !important;
    font-weight: 400;
}

.website-service-summary .single-item-service-summary-content {
    padding-left: 15px;
}

.website-service-summary .ico-background-exp-staff {
    background: #716bf10d;
}

.website-service-summary .text-exp-staff-count {
    color: #716BF1;
}

.website-service-summary .ico-background-satisfied-client {
    background: rgba(255, 164, 47, 0.05);
}

.website-service-summary .text-satisfied-client-count {
    color: #FFA42F;
}

.website-service-summary .ico-background-done-service {
    background: rgba(106, 176, 76, 0.05);
}

.website-service-summary .text-done-service-count {
    color: #6BB04D;
}

.website-service-summary .ico-background-done-service img {
    padding-left: 5px;
    padding-top: 5px;
}


.read-more {
    padding: 15px;
}

.section-service-details {
    background: #fff;
}

.service-details {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;

}

.service-details .details h4 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.service-details .thum img {
    width: 100% !important;
    border-radius: 5px;
}

.service-details .details .service-details-info li {
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.service-details .details .service-details-info li:last-child {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.service-details .details {
    padding: 21px;
}

.service-details .details li span {
    color: #6c757d;
    font-size: 14px;
}

.support-card {
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 30px 0px rgb(0 42 106 / 10%);
    position: relative;
}

.section-team-details {
    background: #fff;
}

.team-details .details h4 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.team-details .thum img {
    width: 95% !important;
    border-radius: 5px;
}

.top-service .single-item {
    background: #fff;
    margin-top: 5px;
    margin-bottom: 10px;
    padding-bottom: 15px;
}

.top-service .star {
    padding: 0px 15px;
    margin-bottom: -10px;
}

.single-item p {
    color: #6c757d;
    font-size: 14px;
    line-height: 25px;
    padding: 0px 15px 0px 15px;
}

.staff-related-service .single-item p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    box-orient: vertical;
}

.staff-related-service .single-item {
    background: #fff;
    margin-top: 15px;
    margin-bottom: 10px;
    padding-bottom: 15px;
}

.contact-details .address {
    width: 80%;
    text-align: justify;
}

.accordion-body {
    padding-top: 0px;
}

.accordion-item {
    background-color: #f7f7fe00;
    border: none;
    border-top: 1px solid #E5ECF4;
    border-bottom: 1px solid #E5ECF4;
    border-radius: 0px;
}

.accordion-button {
    background-color: #f7f7fe00;
    padding: 2rem 1.25rem;
}

.accordion-button .collapsed {
    border-left: 0px solid !important;

}

.accordion-button:not(.collapsed) {
    color: var(--theamColor);
    background-color: #f7f7fe00;
    ;
    box-shadow: none;
    border-left: 3px solid var(--theamColor);
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-body {
    border-left: 3px solid var(--theamColor);
}

.single-faq button {
    font-size: 18px;
}

.single-faq p {
    font-size: 16px;
    line-height: 32px;
    text-align: justify;
}

.expertise-staff-section .header-expertise p {
    color: var(--theamColor);
    margin-bottom: 3px;
    font-size: 16px;
    font-weight: 500;
}

.expertise-team .single-item {
    background: #fff;
    margin-top: 15px;
    margin-bottom: 10px;
    padding-bottom: 15px;
}

.expertise-team .single-item p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    box-orient: vertical;
}

.expertise-team a {
    margin-left: 15px;
}

.expertise-team .single-item h4 {
    margin-top: 10px !important;
}

.section-client-say {
    background: #fff;
    margin-bottom: -22px;
    padding-top: 35px;
    padding-bottom: 100px;
}

.section-client-say .header-client-say p {
    color: var(--theamColor);
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 500;
}

.client-say-about-us .thum {
    width: 80px;
    margin-bottom: 10px;
}

.client-say-about-us img {
    border-radius: 100px;
}

.client-say-about-us .desctiotion {
    margin-bottom: 20px;
}

.client-say-about-us .desctiotion p {
    font-size: 18px;
    line-height: 32px;
}

.client-say-about-us .desctiotion h4 {
    font-size: 25px;
}

.service-details-top-services .star {
    padding: 0px 15px;
}

hr {
    opacity: 0.15;
}

.top-service p {
    min-height: 75px;
}

.new-team p {
    min-height: 50px;
}

.single-service-services p {
    min-height: 90px;
}

.expertise-staff-section p {
    min-height: 50px
}

.single-our-team p {
    min-height: 50px;
}

.single-service-voucher .thum img {
    height: 300px;
    object-fit: cover;
}

.top-service .thum img {
    height: 260px;
    object-fit: cover;
}

.new-team .thum img {
    height: 260px;
    object-fit: cover;
}

.single-service-services .thum img {
    height: 260px;
    object-fit: cover;
}

.staff-related-service .thum img {
    height: 260px;
    object-fit: cover;
}

.service-details-top-services .thum img {
    height: 260px;
    object-fit: cover;
}

.expertise-staff-section .thum img {
    height: 260px;
    object-fit: cover;
}

.single-our-team .thum img {
    height: 260px;
    object-fit: cover;
}

.table>:not(:first-child) {
    border-top: none !important;
}


.animated-border-button-wrapper {
    position: relative;
    width: fit-content;
    border-radius: 50px;
    /* Make it a pill shape */
    overflow: hidden;
    padding: 2px;
    /* This creates the border thickness */
}

.animated-border-button-wrapper::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200%;
    height: 200%;
    background: conic-gradient(from 180deg at 50% 50%,
            #E2C056,
            #313F34,
            #949C76,
            #8C8274,
            #313F34);
    z-index: 1;
    transform: translate(-50%, -50%);
    animation: none;
    /* Stop animation by default */
}

.animated-border-button-wrapper:hover::before {
    animation: border-animation 4s linear infinite;
    /* Start animation on hover */
}


.animated-border-button-inner {
    padding: 10px 12px;
    font-size: 1.2rem;
    color: black;
    background-color: #949C76;
    border: none;
    border-radius: 50px;
    /* Make it a pill shape */
    cursor: pointer;
    display: block;
    position: relative;
    z-index: 2;
}

@keyframes border-animation {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

/* On-load animation */
.animated-border-button-wrapper.animate-on-load::before {
    animation: border-animation 4s linear;
    /* Play once on load */
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

/* =========================================================================
   Golden Hour Sanctuary Custom Sections CSS
   ========================================================================= */

/* Typography & Colors */
.text-gold {
    color: #cca450 !important;
}

.text-forest {
    color: #313F34 !important;
}

.letter-spacing-1 {
    letter-spacing: 1px;
}

.letter-spacing-2 {
    letter-spacing: 2px;
}

/* Scroll Reveal Animation */
.reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s cubic-bezier(0.5, 0, 0, 1);
}

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

/* 1. Sanctuary Stats Strip (Replaces old stat boxes) */
.sanctuary-stats-strip {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: #fff;
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 30px 20px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
    margin-top: -60px;
    position: relative;
    z-index: 10;
    flex-wrap: wrap;
    gap: 20px;
}

.stat-item {
    text-align: center;
    flex: 1 1 200px;
    padding: 10px;
}

.stat-icon-wrap {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    background: #fdfaf4;
    border-radius: 50%;
    margin-bottom: 15px;
}

.stat-icon {
    width: 30px;
    height: auto;
}

.stat-count {
    font-size: 2.2rem;
    font-weight: 700;
    color: #313F34;
    margin-bottom: 5px;
}

.stat-label {
    font-size: 0.95rem;
    color: #767474;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* 2. About Sanctuary Section */
.about-sanctuary-section {
    background-color: #f7f7fe;
    /* matches body background */
}

.about-sanctuary-image-box img {
    border-radius: 12px;
    /* box-shadow: 0 20px 40px rgba(49, 63, 52, 0.1); */
    transition: transform 0.4s ease;
}

.about-sanctuary-image-box img:hover {
    transform: translateY(-5px);
}

.sanctuary-pillars {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px;
}

.pillar-item {
    display: flex;
    align-items: center;
    gap: 15px;
    background: #fff;
    padding: 15px 20px;
    border-radius: 50px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
    flex: 1 1 calc(50% - 20px);
}

.pillar-item:hover {
    background: #ffffff;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
    transform: translateY(-2px);
}

.pillar-icon-box {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fdfaf4;
    color: #cca450;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
}

.pillar-text {
    font-size: 14px;
    font-weight: 500;
    color: #454545;
}

/* 3. Cafe Ritual Section (Parallax/Overlay) */
.cafe-ritual-section {
    position: relative;
    padding: 100px 0;
    text-align: center;
    overflow: hidden;
    color: #fff;
    margin-top: 40px;
    margin-bottom: 40px;
}

.cafe-ritual-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    z-index: 1;
}

.cafe-ritual-bg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(49, 63, 52, 0.85);
    /* Forest green overlay */
    z-index: 2;
}

.cafe-ritual-content {
    position: relative;
    z-index: 3;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}

.cafe-ritual-content h2 {
    color: #fff;
    font-size: 2.8rem;
    margin-bottom: 25px;
}

.cafe-ritual-content p {
    color: #e5e5e5;
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 40px;
}

.cafe-ritual-content .btn-booking {
    padding: 15px 40px;
    font-size: 1.1rem;
}

/* 4. Sanctuary Amenities Section */
.amenities-section {
    background-color: #fff;
}

.amenity-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.02);
}

.amenity-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.amenity-thumb {
    height: 220px;
    overflow: hidden;
}

.amenity-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

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

.amenity-details {
    padding: 25px;
    text-align: center;
}

.amenity-details h4 {
    margin-bottom: 15px;
    color: #313F34;
}

.amenity-details p {
    min-height: auto;
    margin-bottom: 0;
}

/* 5. Gift Voucher Section (Glassmorphic / Premium Card) */
.gift-voucher-section {
    background: linear-gradient(135deg, #313F34 0%, #1f2721 100%);
    border-radius: 20px;
    padding: 60px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(49, 63, 52, 0.2);
}

.gift-voucher-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(204, 164, 80, 0.15) 0%, transparent 70%);
    border-radius: 50%;
}

.voucher-cta-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 2;
    flex-wrap: wrap;
    gap: 30px;
}

.voucher-text-side {
    max-width: 600px;
}

.voucher-text-side h2 {
    color: #fff;
    font-size: 2.5rem;
    margin-bottom: 15px;
}

.voucher-text-side p {
    color: #d1d5d2 !important;
}

.voucher-btn-side .btn {
    background: #cca450;
    border-color: #cca450;
    color: #fff;
    font-weight: 600;
    padding: 15px 45px;
    box-shadow: 0 10px 20px rgba(204, 164, 80, 0.3);
}

.voucher-btn-side .btn:hover {
    background: #b59045;
    border-color: #b59045;
    transform: translateY(-2px);
    color: #fff;
}

@media (max-width: 768px) {
    .pillar-item {
        flex: 1 1 100%;
    }

    .sanctuary-stats-strip {
        border-radius: 15px;
        padding: 20px 10px;
    }

    .stat-count {
        font-size: 1.8rem;
    }

    .voucher-text-side h2 {
        font-size: 2rem;
    }

    .gift-voucher-section {
        padding: 40px 20px;
        text-align: center;
    }

    .voucher-btn-side {
        width: 100%;
        display: flex;
        justify-content: center;
    }
}