/* Homepage Redesign: Soft & Sanctuary Styles */

/* ==========================================
   WELCOME POPUP MODAL
   ========================================== */
.welcome-popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    justify-content: center;
    align-items: center;
    padding: 20px;
    backdrop-filter: blur(8px);
}

.welcome-popup-overlay.active {
    display: flex;
    animation: fadeIn 0.3s ease;
}

.welcome-popup-content {
    background: #fff;
    border-radius: 12px;
    max-width: 400px;
    width: 100%;
    position: relative;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.4);
    animation: slideUp 0.4s ease;
}

.popup-close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0.6);
    border: none;
    color: #fff;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    font-size: 18px;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup-close-btn:hover {
    background: rgba(0, 0, 0, 0.8);
    transform: scale(1.1);
}

.popup-image-full {
    width: 100%;
    display: block;
}

.popup-image-full img {
    width: 100%;
    height: auto;
    display: block;
}

.popup-action {
    padding: 0;
}

.popup-book-btn-full {
    display: block;
    width: 100%;
    background: linear-gradient(135deg, #c5a059 0%, #b8903f 100%);
    color: #fff;
    font-family: var(--font-body);
    font-size: 1.1rem;
    font-weight: 600;
    padding: 18px;
    border: none;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    transition: all 0.3s ease;
    cursor: pointer;
}

.popup-book-btn-full:hover {
    background: linear-gradient(135deg, #b8903f 0%, #a67c32 100%);
    color: #fff;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Mobile popup */
@media (max-width: 576px) {
    .welcome-popup-content {
        max-width: 100%;
        border-radius: 8px;
    }

    .popup-book-btn-full {
        padding: 16px;
        font-size: 1rem;
    }
}

.popup-text {
    color: var(--forest-green);
    margin-bottom: 15px;
    line-height: 1.3;
}

.popup-text p {
    font-family: var(--font-body);
    font-size: 1rem;
    color: #666;
    line-height: 1.6;
    margin-bottom: 25px;
}

.popup-book-btn {
    display: inline-block;
    background: linear-gradient(135deg, #c5a059 0%, #b8903f 100%);
    color: #fff;
    font-family: var(--font-body);
    font-size: 1rem;
    font-weight: 600;
    padding: 1rem 2.5rem;
    border-radius: 50px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    box-shadow: 0 10px 30px rgba(197, 160, 89, 0.4);
    transition: all 0.4s ease;
}

.popup-book-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(197, 160, 89, 0.5);
    background: linear-gradient(135deg, #b8903f 0%, #a67c32 100%);
    color: #fff;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Mobile popup */
@media (max-width: 576px) {
    .welcome-popup-content {
        max-width: 100%;
    }

    .popup-image {
        height: 200px;
    }

    .popup-text {
        padding: 20px;
    }

    .popup-text h2 {
        font-size: 1.4rem;
    }

    .popup-text p {
        font-size: 0.9rem;
    }

    .popup-book-btn {
        padding: 0.875rem 2rem;
        font-size: 0.9rem;
    }
}

/* Utility Classes */
.text-gold {
    color: #c5a059 !important;
}

.text-forest {
    color: #313F34 !important;
}


.bg-cream {
    background-color: #fdfbf7 !important;
}

.letter-spacing-2 {
    letter-spacing: 0.15em;
}

.letter-spacing-1 {
    letter-spacing: 0.08em;
}

/* Section Backgrounds - International Design Pattern */
.premium-homepage-wrapper .hero-section {
    background-color: #1a1a1a;
}

.premium-homepage-wrapper .top-area:first-of-type {
    background-color: #ffffff;
    position: relative;
}

.premium-homepage-wrapper .top-area:first-of-type::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(197, 160, 89, 0.2), transparent);
}

.premium-homepage-wrapper .top-area:nth-of-type(2n) {
    background-color: var(--light-yellow);
}

.stat-icon {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900;
}

.premium-homepage-wrapper .about-sanctuary-section {
    background-color: #fdfbf7;
}

.premium-homepage-wrapper .cafe-ritual-section {
    background: #2d3a2d;
    position: relative;
}

.premium-homepage-wrapper .cafe-ritual-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
}

/* ==========================================
   ICON CONFLICT FIXES - OVERRIDE APP.CSS
   ========================================== */

/* Override app.css stat icon conflicts */
.premium-homepage-wrapper .stat-icon-wrap {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 32px !important;
    height: 32px !important;
    background: rgba(197, 160, 89, 0.1) !important;
    border-radius: 50% !important;
    margin: 0 auto 15px auto !important;
}

.premium-homepage-wrapper .stat-icon {
    width: auto !important;
    height: auto !important;
    font-size: 24px !important;
    color: var(--premium-gold) !important;
    display: block !important;
    opacity: 1 !important;
}

/* Override app.css pillar icon conflicts */
.premium-homepage-wrapper .pillar-icon-box {
    width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
    background: rgba(197, 160, 89, 0.1) !important;
    color: #c5a059 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 20px !important;
    margin-bottom: 15px !important;
    flex-shrink: 0;
}

.premium-homepage-wrapper .pillar-icon-box svg {
    width: 22px !important;
    height: 22px !important;
    fill: #c5a059 !important;
    display: block !important;
}

.premium-homepage-wrapper .pillar-icon-box i {
    font-size: 20px !important;
    color: #c5a059 !important;
    display: inline-block !important;
    font-style: normal !important;
    font-variant: normal !important;
    text-rendering: auto !important;
    line-height: 1 !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}

/* ==========================================
   HEADER ICONS FIXES
   ========================================== */

/* Force all header icons to display */
.header-actions i,
.top-bar-socials i,
.cart-btn i,
.mobile-toggle i {
    font-style: normal !important;
    font-variant: normal !important;
    text-rendering: auto !important;
    line-height: 1 !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* Specific cart icon fixes */
.cart-btn {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.cart-btn i {
    font-size: 18px !important;
    color: var(--premium-gold) !important;
    width: auto !important;
    height: auto !important;
    min-width: 18px !important;
    min-height: 18px !important;
}

/* Social media icons */
.top-bar-socials i {
    font-size: 14px !important;
    color: var(--premium-gold) !important;
    width: auto !important;
    height: auto !important;
}

/* Mobile menu icon */
.mobile-toggle i {
    font-size: 20px !important;
    color: var(--premium-gold) !important;
    width: auto !important;
    height: auto !important;
}

/* Book slot button icon */
.btn-prime i {
    font-size: 14px !important;
    color: inherit !important;
    width: auto !important;
    height: auto !important;
}

/* Dropdown chevron icon */
.nav-link-item i {
    font-size: 10px !important;
    color: inherit !important;
    width: auto !important;
    height: auto !important;
}

/* ==========================================
   INTERNATIONAL DESIGN ENFORCEMENT
   ========================================== */

/* Force font loading and backgrounds */
.premium-homepage-wrapper * {
    font-family: var(--font-body);
}

.premium-homepage-wrapper h1,
.premium-homepage-wrapper h2,
.premium-homepage-wrapper h3,
.premium-homepage-wrapper h4 {
    font-family: var(--font-heading) !important;
}

/* Enhanced alternating backgrounds with section classes */
.premium-homepage-wrapper .section-1 {
    background-color: #ffffff !important;
}

.premium-homepage-wrapper .section-2 {
    background-color:#fff !important;
}

.premium-homepage-wrapper .section-3 {
    background-color: #2d3a2d !important;
}

.premium-homepage-wrapper .section-4 {
    background-color: #fdfbf7 !important;
}

.premium-homepage-wrapper .section-5 {
    background-color: #ffffff !important;
}

.premium-homepage-wrapper .section-6 {
    background-color: #fdfbf7 !important;
}

/* ==========================================
   HERO SECTION - Mobile First Responsive
   ========================================== */
.hero-section {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-color: #1a1a1a;
}

.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.35) 50%, rgba(0, 0, 0, 0.5) 100%);
    z-index: 2;
}

.hero-content-wrapper {
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: 1200px;
    padding: 0 20px;
}

/* Desktop: Left aligned */
.hero-text-center {
    max-width: 650px;
    text-align: left;
}

/* Mobile: Center aligned */
@media (max-width: 768px) {
    .hero-text-center {
        text-align: center;
        margin: 0 auto;
    }

    .hero-cta-btn {
        display: inline-flex;
    }
}

.hero-heading {
    font-family: 'Playfair Display', serif;
    font-size: 3.5rem;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    animation: fadeInUp 1s ease-out;
}

.hero-subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 1.15rem;
    color: rgba(255, 255, 255, 0.95);
    line-height: 1.7;
    margin-bottom: 2.5rem;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
    animation: fadeInUp 1s ease-out 0.2s backwards;
}

.hero-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #c5a059 0%, #b8903f 100%);
    color: #ffffff;
    font-family: var(--font-body);
    font-size: 1rem;
    font-weight: 600;
    padding: 1rem 2.5rem;
    border-radius: 50px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    box-shadow: 0 10px 30px rgba(197, 160, 89, 0.4);
    transition: all 0.4s ease;
    animation: fadeInUp 1s ease-out 0.4s backwards;
}

.hero-cta-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(197, 160, 89, 0.5);
    background: linear-gradient(135deg, #b8903f 0%, #a67c32 100%);
    color: #ffffff;
}

.hero-cta-btn i {
    font-size: 1.1rem;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Tablet */
@media (max-width: 992px) {
    .hero-section {
        height: 70vh;
        min-height: 500px;
    }

    .hero-heading {
        font-size: 2.75rem;
    }

    .hero-subtitle {
        font-size: 1.05rem;
    }
}

/* Mobile Landscape */
@media (max-width: 768px) {
    .hero-section {
        height: auto;
        min-height: 450px;
        padding: 100px 20px 60px;
    }

    .hero-heading {
        font-size: 2rem;
    }

    .hero-subtitle {
        font-size: 0.95rem;
        margin-bottom: 2rem;
    }

    .hero-cta-btn {
        padding: 0.875rem 2rem;
        font-size: 0.9rem;
    }
}

/* Small Mobile */
@media (max-width: 480px) {
    .hero-section {
        padding: 90px 15px 50px;
    }

    .hero-heading {
        font-size: 1.65rem;
    }

    .hero-subtitle {
        font-size: 0.9rem;
    }

    .hero-cta-btn {
        padding: 0.75rem 1.75rem;
        font-size: 0.85rem;
    }
}

@media (max-width: 1200px) {
    .top-section {
        height: 70vh;
        min-height: 500px;
    }
}

@media (max-width: 992px) {
    .top-section {
        height: 60vh;
        min-height: 450px;
    }

    .about-service h1 {
        font-size: 2.5rem;
    }

    .about-service p {
        font-size: 1rem;
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .top-section {
        height: auto;
        min-height: 400px;
        padding: 80px 0 60px;
    }

    .about-service h1 {
        font-size: 2rem;
    }

    .about-service p {
        font-size: 0.95rem;
        margin-bottom: 2rem !important;
    }

    .about-service .btn-lg {
        padding: 0.875rem 1.5rem;
        font-size: 0.9rem;
    }
}

@media (max-width: 576px) {
    .top-section {
        padding: 70px 0 50px;
    }

    .about-service {
        text-align: center !important;
    }

    .about-service h1 {
        font-size: 1.75rem;
    }

    .about-service p {
        font-size: 0.9rem;
        margin-bottom: 2rem !important;
    }

    .about-service .btn-lg {
        display: inline-block;
    }

    .top-banner-content {
        padding: 0 15px;
    }
}

/* ==========================================
   STATS SECTION (below hero)
   ========================================== */
.website-service-summary {
    margin-top: 30px;
    position: relative;
    z-index: 10;
}

.top-banner img {
    display: none;
}

.top-section:hover .top-banner {
    transform: scale(1.05);
}

.overlay-bg {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.2) 100%);
    z-index: 2;
}

@media (max-width: 768px) {
    .overlay-bg {
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.4) 100%);
    }
}

.top-banner-content {
    position: relative;
    z-index: 3;
}

.about-service {
    padding: 0;
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    animation: fadeInLeft 1.2s ease-out;
    text-align: left;
}

/* Mobile hero text centering */
@media (max-width: 768px) {
    .about-service {
        text-align: center !important;
    }

    .about-service p {
        margin-left: auto;
        margin-right: auto;
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.about-service h1 {
    font-size: 3.5rem;
    /* Slightly refined for better balance */
    line-height: 1.15;
    color: #fff;
    text-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    margin-bottom: 2rem !important;
}

.about-service p {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 1);
    max-width: 580px;
    margin-bottom: 3rem !important;
    line-height: 1.6;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}

.btn-booking {
    background: var(--premium-gold);
    color: #fff;
    border: none;
    padding: 1.4rem 3rem;
    font-weight: 600;
    font-size: 1.1rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 10px 30px rgba(197, 160, 89, 0.3);
    line-height: 1.1;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
}

.btn-booking:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(197, 160, 89, 0.5);
    background: #b68f44;
}

/* Stats Section - New Sanctuary Strip */
.website-service-summary {
    margin-top: 30px;
    position: relative;
    z-index: 10;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    padding: 0;
    border: 1px solid rgba(197, 160, 89, 0.15);
}

.sanctuary-stats-strip {
    display: flex;
    justify-content: space-around;
    padding: 30px 20px;
}

.stat-item {
    flex: 1;
    text-align: center;
    padding: 0 25px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.stat-item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 20%;
    height: 60%;
    width: 1px;
    background: rgba(197, 160, 89, 0.2);
}

.stat-icon {
    font-size: 24px;
    color: var(--premium-gold);
    text-align: center;
    line-height: 1;
    display: block !important;
    opacity: 1 !important;
}

.stat-icon-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    width: 32px;
    height: 32px;
    margin: 0 auto 15px auto;
    border-radius: 50%;
    background: rgba(197, 160, 89, 0.1);
}

/* Icon color variations */
.stat-item:nth-child(1) .stat-icon {
    color: var(--premium-gold);
}

.stat-item:nth-child(2) .stat-icon {
    color: var(--forest-green);
}

.stat-item:nth-child(3) .stat-icon {
    color: var(--medium-gold);
}

.stat-item:nth-child(4) .stat-icon {
    color: var(--premium-gold);
}

/* Fallback if Font Awesome fails to load */
@font-face {
    font-family: 'Font Awesome 6 Free';
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/webfonts/fa-solid-900.woff2") format("woff2");
}

/* Force icon display with fallback content */
.stat-icon-wrap::before {
    display: none !important;
}

/* Fallback symbols if FA completely fails */
.stat-icon:not(.fa)::before {
    font-family: Arial, sans-serif !important;
}

.stat-item:nth-child(1) .stat-icon:not(.fa)::before {
    content: "◈" !important;
    color: var(--premium-gold);
}

.stat-item:nth-child(2) .stat-icon:not(.fa)::before {
    content: "◑" !important;
    color: var(--forest-green);
}

.stat-item:nth-child(3) .stat-icon:not(.fa)::before {
    content: "◉" !important;
    color: var(--medium-gold);
}

.stat-item:nth-child(4) .stat-icon:not(.fa)::before {
    content: "✓" !important;
    color: var(--premium-gold);
}

.stat-count {
    font-family: var(--font-heading);
    font-size: 1.8rem;
    color: var(--forest-green);
    font-weight: 700;
    margin-bottom: 2px;
    line-height: 1.2;
}

.stat-label {
    font-family: var(--font-heading);
    font-size: 12px;
    color: var(--medium-gold);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 600;
}

.ico-background-exp-staff {
    background: #f0f7ff;
}

.ico-background-satisfied-client {
    background: #fdf8ed;
}

.ico-background-done-service {
    background: #f2fcf6;
}

.text-count {
    color: #000000;
    font-size: 2rem;
    margin-bottom: 0;
}

.text-service-title {
    font-size: 0.9rem;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* ==========================================
   ICON DEBUGGING & FIXES
   ========================================== */

/* Debug icon visibility */
.stat-icon-wrap img {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: auto !important;
    height: auto !important;
    max-width: 32px !important;
    max-height: 32px !important;
}

/* Alternative icon display if SVG fails */
.stat-icon-wrap img[src$=".svg"] {
    filter: none !important;
}

/* Service Area */
/* Section Gaps - Single source of truth with separator lines */
.section-gap {
    padding: 60px 0 !important;
    position: relative;
}

/* Section separator lines */
.section-gap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 5%;
    right: 5%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(197, 160, 89, 0.15), transparent);
}

.section-gap.bg-cream::before {
    display: none;
}

/* Remove duplicate padding from .top-area when section-gap is present */
.top-area.section-gap {
    padding: 60px 0 !important;
}

@media (max-width: 768px) {

    .section-gap,
    .top-area.section-gap {
        padding: 45px 0 !important;
    }
}

@media (max-width: 576px) {

    .section-gap,
    .top-area.section-gap {
        padding: 35px 0 !important;
    }
}

.top-service .single-item {
    background: #fff !important;
    border-radius: 24px !important;
    padding: 0 !important;
    overflow: hidden;
    box-shadow: var(--shadow-soft) !important;
    transition: all 0.4s ease;
    height: 100%;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.top-service .single-item h4 {
    margin: 1rem 0 0.75rem 0 !important;
    font-size: 1.4rem !important;
    padding: 0 !important;
    overflow: visible !important;
    white-space: normal !important;
    text-overflow: none !important;
}

.top-service .single-item p {
    color: #000000 !important;
    font-size: 0.9rem !important;
    line-height: 1.5 !important;
    padding: 0 !important;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.top-service .single-item .service-desc {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 4.5em;
}

.top-service .single-item .thum {
    overflow: hidden !important;
    aspect-ratio: 16/10;
    background-color: #ffffff;
    border-radius: 0 !important;
    flex-shrink: 0;
}

.top-service .single-item {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.top-service .single-item .details-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.top-service .single-item .details-content .read-more {
    margin-top: auto;
}

.top-service .single-item:hover {
    transform: translateY(-10px);
}

.top-service .thum {
    overflow: hidden;
    aspect-ratio: 16/10;
    background-color: #ffffff;
}

.top-service .thum img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: transform 0.6s ease;
}

.top-service .single-item:hover .thum img {
    transform: scale(1.1);
}

.top-service .single-item .details-content {
    padding: 2rem !important;
}

.top-service h4 {
    font-size: 1.4rem !important;
    margin-bottom: 1rem !important;
    color: var(--forest-green);
    transition: color 0.3s ease;
}

.top-service h4:hover {
    color: var(--premium-gold);
}

.top-service .read-more {
    color: var(--premium-gold);
    font-weight: 600;
    display: flex;
    align-items: center;
    text-decoration: none;
    margin-top: 1.5rem;
}

.top-service .read-more i {
    transition: transform 0.3s ease;
}

.top-service .read-more:hover i {
    transform: translateX(5px);
}

.new-team .single-item {
    background: #fff;
    border-radius: 40px;
    /* Softer, more circular radius for a premium look */
    padding: 2.5rem 1.5rem;
    text-align: center;
    border: 1px solid rgba(49, 63, 52, 0.08);
    /* Minimalist forest green border */
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.03);
    margin: 20px 10px;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    height: calc(100% - 40px);
    /* Account for margin */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.new-team .single-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 60px rgba(49, 63, 52, 0.1);
    border-color: rgba(197, 160, 89, 0.3);
}

.new-team .thum {
    width: 220px;
    /* Slightly larger for presence */
    height: 220px;
    margin: 0 auto 2rem;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    padding: 10px;
    /* Gap for the halo */
    border: 1px solid rgba(197, 160, 89, 0.2);
}

.new-team .thum::after {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    border-radius: 50%;
    border: 1px solid var(--premium-gold);
    opacity: 0.3;
    animation: rotateHalo 10s linear infinite;
}

@keyframes rotateHalo {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.new-team .thum img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 5px solid #ffffff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.new-team .details .title {
    color: var(--forest-green);
    font-size: 1.35rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.new-team .details .text-muted {
    color: var(--premium-gold) !important;
    /* Specialized roles in gold */
    font-weight: 600;
    font-size: 11px;
    letter-spacing: 0.15em;
    margin-bottom: 1.5rem !important;
}

.btn-outline-gold {
    border: 1.5px solid var(--premium-gold);
    color: var(--premium-gold);
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 12px 30px !important;
    transition: all 0.3s ease;
    background: transparent;
}

.btn-outline-gold:hover {
    background: var(--premium-gold);
    color: #fff;
    box-shadow: 0 10px 25px rgba(197, 160, 89, 0.3);
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.reveal {
    opacity: 0;
    transform: translateY(40px);
    transition: all 1s cubic-bezier(0.2, 0.8, 0.2, 1);
    will-change: transform, opacity;
}

.reveal.active {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

/* Navbar Scrolled State */
.navigation {
    transition: all 0.4s ease;
}

.navbar-scrolled {
    background: rgba(255, 250, 244, 0.98) !important;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08) !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

.navbar-fixed {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2000;
    animation: slideDown 0.4s ease-out;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

/* Header & Navigation Redesign */
.header {
    width: 100%;
    z-index: 1000;
    position: absolute;
    top: 0;
}

.header-top {
    background-color: #ffffff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 8px 0;
    font-family: var(--font-body);
}

.header-top-left a {
    color: var(--forest-green);
    margin-right: 15px;
    font-size: 14px;
    transition: color 0.3s ease;
}

.header-top-left a:hover {
    color: var(--premium-gold);
}

.promo-text-gradient {
    font-size: 13px;
    letter-spacing: 0.03em;
    font-weight: 500;
    color: var(--premium-gold) !important;
}

/* Main Navbar */
.navigation {
    padding: 10px 0;
    background: #ffffff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.navbar-brand img {
    height: 55px;
    transition: height 0.4s ease;
}

.navbar-nav {
    margin: 0 auto;
    /* Center the menu */
}

.nav-link {
    font-family: var(--font-heading);
    color: var(--forest-green) !important;
    font-weight: 500;
    font-size: 15px;
    padding: 10px 18px !important;
    letter-spacing: 0.04em;
    position: relative;
    transition: all 0.3s ease;
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 20px;
    right: 20px;
    height: 2px;
    background: var(--premium-gold);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.nav-link:hover::after {
    transform: scaleX(1);
}

.nav-link:hover {
    color: var(--premium-gold) !important;
}

/* Header Buttons */
.btn-book-slot {
    background: var(--premium-gold) !important;
    color: #fff !important;
    padding: 12px 28px !important;
    border-radius: 50px !important;
    font-family: var(--font-heading);
    font-weight: 600;
    font-size: 13px !important;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    transition: all 0.3s ease;
    border: none !important;
    box-shadow: 0 5px 15px rgba(197, 160, 89, 0.2);
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.btn-book-slot:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(197, 160, 89, 0.4);
    color: #fff !important;
}

.auth-links .btn-outline-dark {
    border: 1px solid rgba(49, 63, 52, 0.2) !important;
    color: var(--forest-green) !important;
    border-radius: 50px !important;
    padding: 8px 20px !important;
    font-size: 13px !important;
    transition: all 0.3s ease;
}

.auth-links .btn-outline-dark:hover {
    background: #000000 !important;
    color: #fff !important;
}

.cart-container {
    color: #fff !important;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin-left: 10px;
}

/* Scrolled State Overrides */
.navbar-scrolled .nav-link {
    color: #000000 !important;
}

.navbar-scrolled .navbar-brand img {
    height: 50px;
}

.navbar-scrolled .btn-outline-dark {
    border-color: rgba(0, 0, 0, 0.1) !important;
    color: #000000 !important;
}

.navbar-scrolled .btn-outline-dark:hover {
    background: #000000 !important;
    color: #fff !important;
}

.navbar-scrolled .cart-container {
    color: #000000 !important;
    background: rgba(0, 0, 0, 0.05);
}

@media (max-width: 991px) {
    .navbar-collapse {
        background: #ffffff;
        padding: 20px;
        border-radius: 20px;
        margin-top: 15px;
        box-shadow: var(--shadow-soft);
    }

    .nav-link {
        color: #000000 !important;
    }
}

/* Responsive Stats Strip */
@media (max-width: 991px) {
    .sanctuary-stats-strip {
        flex-direction: column;
        padding: 20px;
    }

    .stat-item {
        padding: 15px 0;
    }

    .stat-item:not(:last-child)::after {
        display: none;
    }

    /* Hero section mobile */
    .top-section {
        height: auto;
        min-height: 500px;
        padding: 100px 0 60px;
    }

    .about-service h1 {
        font-size: 2.2rem;
        line-height: 1.2;
    }

    .about-service p {
        font-size: 1rem;
        max-width: 100%;
    }

    .btn-booking {
        padding: 1rem 2rem;
        font-size: 0.95rem;
    }
}

/* Testimonial Section - Sanctuary Redesign */
.top-client-testimonial {
    padding-bottom: 40px;
}

.client-single-testimonial {
    background: #fff;
    border-radius: 20px;
    padding: 3rem !important;
    border: 1px solid rgba(197, 160, 89, 0.1) !important;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.02) !important;
    height: 100%;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
}

.client-single-testimonial:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-premium) !important;
    border-color: rgba(197, 160, 89, 0.3) !important;
}

.client-single-testimonial .thum img {
    width: 65px !important;
    height: 65px !important;
    object-fit: cover;
    border: 3px solid #ffffff !important;
}

.client-single-testimonial h4 {
    color: var(--forest-green);
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 4px;
}

.client-single-testimonial .star {
    font-size: 11px;
}

.client-single-testimonial .description {
    color: #000000 !important;
    line-height: 1.7 !important;
    position: relative;
    padding-top: 15px;
    font-style: italic;
    font-size: 0.98rem;
}

/* Service stars adjustment */
.top-service .star {
    font-size: 12px;
}

.text-muted {
    color: #000000 !important;
}

.lead.text-muted {
    color: #000000 !important;
}

/* Service card specific overrides */
.top-service .single-item .details-content {
    padding: 2rem !important;
}

/* Service card link h4 */
.top-service .single-item .details-content h4,
.top-service .single-item .details-content h4:hover {
    color: #313F34 !important;
    font-weight: 700 !important;
}

/* Slider Navigation Fixes */
.new-team.owl-carousel,
.top-client-testimonial.owl-carousel {
    display: block !important;
    position: relative;
    padding-bottom: 60px;
    /* Creates explicit room for dots at bottom */
}

.new-team .owl-nav,
.top-client-testimonial .owl-nav {
    display: none;
    /* Let the dots handle navigation clean */
}

.new-team .owl-dots,
.top-client-testimonial .owl-dots {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 !important;
    z-index: 10;
}

.new-team .owl-dot span,
.top-client-testimonial .owl-dot span {
    width: 8px !important;
    height: 8px !important;
    background: rgba(197, 160, 89, 0.2) !important;
    transition: all 0.3s ease;
    border-radius: 50%;
    margin: 5px 6px !important;
}

.new-team .owl-dot.active span,
.top-client-testimonial .owl-dot.active span {
    background: var(--premium-gold) !important;
    width: 22px !important;
    border-radius: 10px;
}

/* New Static Sections Styles */

/* About Sanctuary Section */
.about-sanctuary-section {
    background-color: #fdfbf7;
    overflow: hidden;
    padding: 80px 0;
    position: relative;
}

.about-sanctuary-section::before,
.about-sanctuary-section::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(197, 160, 89, 0.3), transparent);
}

.about-sanctuary-section::before {
    top: 0;
}

.about-sanctuary-section::after {
    bottom: 0;
}

.about-sanctuary-section .row {
    align-items: stretch;
    margin: 0;
    gap: 0;
}

.about-content-box {
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    min-height: 500px;
}

.about-sanctuary-image-box {
    position: relative;
    overflow: hidden;
    height: 100%;
    min-height: 500px;
    display: flex;
    align-items: stretch;
    background: linear-gradient(135deg, #fdfbf7 0%, #e8e3d9 100%);
}

.about-sanctuary-image-box img {
    transition: transform 0.6s ease;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.about-sanctuary-section .lead {
    font-size: 1rem !important;
    line-height: 1.8;
    color: #555 !important;
}

.about-sanctuary-section h2 {
    font-size: 2.2rem !important;
    line-height: 1.3;
    color: var(--forest-green) !important;
    margin-bottom: 1.5rem;
}

.sanctuary-pillars {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 30px;
}

.sanctuary-pillars .pillar-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 10px;
    transition: all 0.3s ease;
}

.sanctuary-pillars .pillar-item:hover {
    background: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.pillar-icon-box {
    width: 45px;
    height: 45px;
    background: rgba(49, 63, 52, 0.05);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--premium-gold);
    font-size: 1.2rem;
    transition: all 0.3s ease;
}

.pillar-item:hover .pillar-icon-box {
    background: var(--forest-green);
    color: #fff;
    transform: translateY(-3px);
}

.pillar-text {
    font-family: var(--font-heading);
    font-weight: 600;
    color: var(--forest-green);
    font-size: 0.95rem;
}

/* Cafe Ritual Section */
.cafe-ritual-section {
    background: var(--forest-green);
    color: #fff;
    border-radius: 50px;
    margin: 40px 20px;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.cafe-ritual-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.15;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.cafe-ritual-content {
    position: relative;
    z-index: 2;
    text-align: center;
}

.cafe-ritual-content h2 {
    color: var(--premium-gold);
    font-size: 3rem;
    margin-bottom: 25px;
}

.cafe-ritual-content p {
    font-size: 1.15rem;
    max-width: 700px;
    margin: 0 auto 40px;
    line-height: 1.7;
}

/* Amenities Section */
.amenities-section {
    background: #fff;
}

.amenity-card {
    border-radius: 25px;
    overflow: hidden;
    background: #ffffff;
    transition: all 0.4s ease;
    height: 100%;
    border: 1px solid rgba(49, 63, 52, 0.05);
}

.amenity-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-soft);
}

.amenity-thumb {
    height: 250px;
    overflow: hidden;
}

.amenity-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.amenity-details {
    padding: 20px;
    text-align: center;
}

.amenity-details h4 {
    color: var(--forest-green);
    margin-bottom: 10px;
}

/* Gift Voucher Section */
.gift-voucher-section {
    background: linear-gradient(135deg, #fdf8f0 0%, #f7f1e6 100%);
    border-radius: 40px;
    margin: 40px 0;
    padding: 80px 40px;
    position: relative;
    overflow: hidden;
}

.gift-voucher-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(197, 160, 89, 0.1) 0%, transparent 70%);
    border-radius: 50%;
}

.gift-voucher-section::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -10%;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(49, 63, 52, 0.08) 0%, transparent 70%);
    border-radius: 50%;
}

.voucher-cta-box {
    background: #fff;
    padding: 60px 80px;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.06);
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
}

.voucher-text-side {
    flex: 1;
    padding-right: 40px;
}

.voucher-text-side h6 {
    font-family: var(--font-body);
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.2em;
}

.voucher-text-side h2 {
    color: var(--forest-green);
    font-size: 2.5rem;
    margin-bottom: 15px;
    font-weight: 700;
}

.voucher-text-side p {
    font-size: 1.1rem;
    color: #666;
}

.voucher-btn-side {
    flex-shrink: 0;
}

.voucher-btn-side .btn {
    white-space: nowrap;
}

@media (max-width: 991px) {
    .gift-voucher-section {
        margin: 30px 15px;
        padding: 60px 30px;
    }

    .voucher-cta-box {
        flex-direction: column;
        text-align: center;
        padding: 40px 30px;
        gap: 30px;
    }

    .voucher-text-side {
        padding-right: 0;
    }

    .voucher-text-side h2 {
        font-size: 1.8rem;
    }
}

@media (max-width: 991px) {
    .voucher-cta-box {
        flex-direction: column;
        text-align: center;
        gap: 30px;
    }

    .sanctuary-pillars {
        grid-template-columns: 1fr;
    }

    .cafe-ritual-content h2 {
        font-size: 2.2rem;
    }

    /* Service cards mobile */
    .top-service .single-item .details-content {
        padding: 1.5rem;
    }

    .top-service h4 {
        font-size: 1.2rem;
    }

    /* Team section mobile */
    .new-team .thum {
        width: 160px;
        height: 160px;
    }

    .new-team .details .title {
        font-size: 1.15rem;
    }

    /* Amenities mobile */
    .amenity-thumb {
        height: 180px;
    }

    .amenity-details {
        padding: 20px;
    }

    /* Cafe section mobile */
    .cafe-ritual-section {
        margin: 20px 10px;
        padding: 60px 20px;
        border-radius: 30px;
    }

    .cafe-ritual-content h2 {
        font-size: 1.8rem;
    }

    .cafe-ritual-content p {
        font-size: 1rem;
    }

    /* Gift voucher mobile */
    .gift-voucher-section {
        margin: 30px 10px;
        padding: 40px 20px;
        border-radius: 25px;
    }

    .voucher-cta-box {
        padding: 30px 20px;
    }

    .voucher-text-side h2 {
        font-size: 1.6rem;
    }

    /* Testimonials mobile */
    .client-single-testimonial {
        padding: 2rem !important;
    }

    .client-single-testimonial h4 {
        font-size: 1rem;
    }
}

/* Extra small devices */
@media (max-width: 576px) {
    .about-service h1 {
        font-size: 1.8rem;
    }

    .about-service p {
        font-size: 0.95rem;
        margin-bottom: 2rem !important;
    }

    .about-service .btn-lg {
        padding: 0.875rem 1.5rem;
        font-size: 0.9rem;
    }

    /* Stats strip mobile */
    .stat-count {
        font-size: 1.5rem;
    }

    .stat-label {
        font-size: 10px;
    }

    /* Section headings */
    .display-5 {
        font-size: 1.75rem;
    }

    /* Amenities grid */
    .amenities-section .col-lg-4 {
        margin-bottom: 20px;
    }

    .amenity-thumb {
        height: 200px;
    }

    /* About section mobile */
    .about-sanctuary-section {
        padding: 40px 0;
    }

    .about-sanctuary-section .row {
        flex-direction: column;
    }

    .about-sanctuary-section .col-lg-6:first-child {
        order: -1;
    }

    .about-content-box {
        padding: 30px 20px;
        min-height: auto;
    }

    .about-sanctuary-image-box {
        min-height: 300px;
    }

    .about-sanctuary-image-box img {
        height: 300px;
    }

    .sanctuary-pillars {
        gap: 15px;
        margin-top: 20px;
    }

    .pillar-icon-box {
        width: 35px;
        height: 35px;
        font-size: 1rem;
    }
}