 /* =========================== hrader PAGE CSS ====================================== */
 body {
            margin: 0;
            font-family: 'Lora', serif;
            background: #000;
            color: #fff;
        }

        .navbar {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 24px 48px;
            background: #000;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
            font-family: 'Playfair Display', serif;
        }
        .site-header{
            position: sticky;
            top: 0;
            z-index: 999;
        }

        .logo-block {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            justify-content: center;
            margin-left: 40px;
        }

        .logo {
            font-size: 2.3rem;
            font-weight: bold;
            /*color: #f5d6b2;*/
            letter-spacing: 2px;
            font-family: 'Playfair Display', serif;
            line-height: 1.1;
        }

        .logo-sub {
            font-size: 1.05rem;
            color: #fff;
            font-family: 'Lora', serif;
            margin-top: 2px;
            opacity: 0.85;
            letter-spacing: 1px;
        }

        .nav-links {
            list-style: none;
            display: flex;
            gap: 32px;
            margin: 0;
            padding: 0;
        }

        .nav-links li a{
            cursor: pointer;
            font-size: 1.1rem;
            color: #fff;
            transition: color 0.2s;
            text-decoration: none;
        }

        .nav-links li a:hover {
            color: #fff !important;
        }
        

        .book-btn {
            /*background: linear-gradient(90deg, #fff 0%, #785F37 100%);*/
            /*color: #000;*/
            color: #fff !important;
            border: none;
            padding: 12px 28px;
            border-radius: 24px;
            font-size: 1rem;
            cursor: pointer;
            font-family: 'Lora', serif;
            font-weight: bold;
            letter-spacing: 1px;
            box-shadow: 0 2px 8px rgba(231, 201, 169, 0.15);
            transition: background 0.2s, color 0.2s;
            text-decoration: none;
        }
        .book-btn a{
            color: #fff;
            text-decoration: none;
        }
        /*.book-btn:hover {*/
        /*    background: #fff;*/
        /*    color: #785F37;*/
        /*}*/
           .book-btn {
              
              /*background: linear-gradient(135deg, #fff8b0, #ffd700);*/
              background: linear-gradient(160deg, #b47e11 33%, #b47e11 68%, #bc881b 69%, #b47e11 100%);
              animation: pulse 1.5s infinite;
            }
        
            .book-btn:hover {
              transform: scale(1.08);
             background: linear-gradient(135deg, #bfa14a, #8a6d1b);
            }
        
           
     .footer {
            background: #000;
            color: #fff;
            padding: 32px 0 0 0;
            font-size: 1rem;
        }

        .footer-content {
            display: flex;
            justify-content: space-around;
            align-items: flex-start;
            padding-bottom: 24px;
        }

        .footer-content h3,
        .footer-content h4 {
            font-family: 'Playfair Display', serif;
            margin-bottom: 8px;
            color: #fff;
        }

        .footer-content ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .footer-content li {
            margin-bottom: 6px;
            color: #fff;
        }

        .socials span {
            background: linear-gradient(90deg, #fff 0%, #785F37 100%);
            color: #000;
            border-radius: 50%;
            padding: 8px 12px;
            margin-right: 8px;
            font-size: 1rem;
            display: inline-block;
            font-weight: bold;
        }

        .footer-bottom {
            text-align: center;
            padding: 16px 0;
            background: #221916;
            font-size: 0.95rem;
            letter-spacing: 0.5px;
            color: #fff;
        }

        .gold-gradient {
            background: linear-gradient(90deg,
                    #b99309 0%,
                    #ffe066 30%,
                    #fffbe6 50%,
                    /* brightest in the center */
                    #ffe066 70%,
                    #b99309 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            text-fill-color: transparent;
            font-weight: bold;
            text-shadow: 1px 1px 8px #0006;
        }

        .gold-sub {
            background: linear-gradient(90deg,
                    #fffbe6 0%,
                    #ffe9a9 50%,
                    #ffe066 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            text-fill-color: transparent;
            font-weight: 500;
            letter-spacing: 1px;
            opacity: 0.85;
        }



        .lux-footer {
            position: relative;
            background: #000;
            color: #fff;
            font-family: 'Lora', serif;
            overflow: hidden;
            padding: 0;
        }

        .footer-bg {
            position: absolute;
            inset: 0;
            z-index: 0;
            background: url('../img/banner-footer.jpg') center/cover no-repeat;
            opacity: 0.3;
        }

        .lux-footer-content {
            position: relative;
            z-index: 1;
            display: flex;
            justify-content: space-around;
            gap: 32px;
            padding: 56px 6vw 32px 6vw;
            flex-wrap: wrap;
        }

        .footer-col {
            flex: 1 1 220px;
            min-width: 220px;
            max-width: 340px;
            margin-bottom: 24px;
        }

        .footer-brand {
            min-width: 320px;
            max-width: 400px;
        }

        .footer-logo-row {
            display: flex;
            align-items: center;
            gap: 18px;
            margin-bottom: 18px;
        }

        .footer-logo {
            width: 64px;
            height: 64px;
            object-fit: contain;
            filter: drop-shadow(0 2px 8px #0008);
        }

        .footer-logo-text {
            font-family: 'Playfair Display', serif;
            font-size: 2.2rem;
            color: #fff;
            font-weight: 700;
            letter-spacing: 1px;
        }

        .footer-logo-sub {
            font-size: 1.1rem;
            color: #fff;
            font-family: 'Lora', serif;
            margin-top: -2px;
        }

        .logo-sub {
            font-size: 1.1rem;
            color: #fff;
            font-family: 'Lora', serif;
            margin-top: -2px;
        }

        .footer-contact {
            margin-top: 18px;
        }

        .footer-label {
            color: #fff;
            font-size: 1rem;
            font-weight: 600;
            margin-bottom: 4px;
            letter-spacing: 1px;
        }

        .footer-phone {
            font-size: 2rem;
            font-family: 'Playfair Display', serif;
            font-style: italic;
            margin-bottom: 12px;
            color: #fff;
        }

        .footer-divider {
            border: none;
            border-top: 1px solid #fff2;
            margin: 18px 0 18px 0;
        }

        .footer-address {
            font-size: 1.1rem;
            color: #fff;
            margin-top: 4px;
        }

        .footer-heading {
            font-family: 'Playfair Display', serif;
            font-size: 1.6rem;
            color: #fff;
            margin-bottom: 18px;
            font-weight: 700;
        }

        .footer-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .footer-list li {
            font-size: 1.1rem;
            color: #fff;
            margin-bottom: 12px;
            display: flex;
            align-items: center;
            gap: 8px;
            font-family: 'Lora', serif;
            letter-spacing: 0.2px;
        }

        .footer-arrow {
            color: #fff;
            font-size: 1.1em;
            font-family: inherit;
        }

        .footer-desc {
            color: #fff;
            font-size: 1.1rem;
            margin-bottom: 18px;
            margin-top: 4px;
            line-height: 1.5;
        }

        .footer-form {
            display: flex;
            margin-bottom: 18px;
            margin-top: 8px;
        }

        .footer-input {
            flex: 1;
            padding: 12px 16px;
            border: 1px solid #fff3;
            border-radius: 0;
            font-size: 1.1rem;
            background: transparent;
            color: #fff;
            outline: none;
            font-family: 'Lora', serif;
        }

        .footer-send-btn {
            /*background: #785F37;*/
            background: linear-gradient(to right, #efc83b, #fcf6ba, #efc83b, #fbf5b7, #efc83b);
            background-size: 200% 200%;
            color: #000;
            border: none;
            padding: 0 24px;
            font-size: 1.5rem;
            cursor: pointer;
            font-family: inherit;
            transition: background 0.2s;
        }

        .footer-send-btn:hover {
            background: #fff;
            color: #000;
        }

        .footer-socials {
            display: flex;
            gap: 6px;
            margin-top: 8px;
        }

        .footer-social {
            display: inline-block;
            background: #fff;
            color: #000 !important;
            width: 40px;
            height: 40px;
            border-radius: 0;
            text-align: center;
            line-height: 40px;
            font-size: 1.5rem;
            transition: background 0.2s, color 0.2s;
            font-family: 'FontAwesome', 'Arial', sans-serif;
        }
        
        .footer-social:hover {
            background: #fff;
            color: #000;
        }

        .footer-social-icon {
            font-family: 'FontAwesome', 'Arial', sans-serif;
            font-style: normal;
            font-weight: 400;
        }

        .lux-footer-bottom {
            position: relative;
            z-index: 1;
            text-align: center;
            padding: 18px 0 12px 0;
            background: transparent;
            font-size: 1.1rem;
            color: #fff;
            letter-spacing: 0.5px;
            border-top: 1px solid #fff2;
            margin-top: 12px;
        }
        .lux-footer-bottom span{
             background: linear-gradient(90deg,
                    #b99309 0%,
                    #ffe066 30%,
                    #fffbe6 50%,
                    /* brightest in the center */
                    #ffe066 70%,
                    #b99309 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            text-fill-color: transparent;
            font-weight: bold;
            text-shadow: 1px 1px 8px #0006;
        }

        .footer-brand-highlight {
            color: #785F37;
            font-weight: 600;
        }

        @media (max-width: 1100px) {
            .lux-footer-content {
                flex-direction: column;
                gap: 0;
                padding: 48px 4vw 24px 4vw;
            }

            .footer-col {
                margin-bottom: 32px;
            }
        }


        
        .footer-logo-sidebyside {
            display: flex;
            flex-direction: row;
            align-items: center;
            gap: 16px;
        }

        .footer-logo-sidebyside .footer-logo {
            width: 64px;
            height: 64px;
            object-fit: contain;
            filter: drop-shadow(0 2px 8px #0008);
        }

        .footer-logo-textblock {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            justify-content: center;
        }

        .footer-logo-textblock .footer-logo-text {
            font-family: 'Playfair Display', serif;
            /* font-size: 2.2rem; */
            font-size: 30px;
            color: #fff;
            font-weight: 700;
            letter-spacing: 1px;
            line-height: 1.1;
        }

        .footer-logo-textblock .footer-logo-sub {
            font-size: 1.1rem;
            color: #fff;
            font-family: 'Lora', serif;
            margin-top: 0px;
            opacity: 0.9;
            letter-spacing: 1px;
        }
/* =========================== HOME PAGE CSS ====================================== */

/*  hero section */

        .hero {
            background: linear-gradient(rgba(24, 19, 18, 0.85), rgba(24, 19, 18, 0.85)), url('../img/slider01.jpg') center/cover no-repeat;
            color: #fff;
            min-height: 480px;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
        }

        .hero-content {
            position: relative;
            z-index: 1;
            text-align: center;
            padding: 48px 24px;
        }

        .hero-content h1 {
            font-family: 'Playfair Display', serif;
            font-size: 3rem;
            margin-bottom: 16px;
            color: #fff;
            text-shadow: 0 2px 16px #000;
        }

        .hero-content p {
            font-size: 1.3rem;
            margin-bottom: 24px;
            color: #fff;
            text-shadow: 0 2px 8px #000;
        }
         
         .hero.hero-luxury {
            min-height: 100vh;
            height: 100vh;
            background: url('../img/slider01.jpg') center/cover no-repeat;
            position: relative;
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            align-items: flex-start;
            overflow: hidden;
            animation: slideBackgroundLeft 2s ease-out 0.2s both;
            background-position: 0% center;
        }
        
        .hero-overlay {
            position: absolute;
            inset: 0;
            background: linear-gradient(90deg, rgba(24, 19, 18, 0.92) 60%, rgba(24, 19, 18, 0.5) 100%);
            z-index: 1;
        }
        
        .hero-content-luxury {
            position: relative;
            z-index: 2;
            margin-top: 14vh;
            margin-left: 7vw;
            text-align: left;
            max-width: 700px;
        }

        .hero-content-luxury h1 {
            font-family: 'Playfair Display', serif;
            font-size: 4.2rem;
            color: #fff;
            font-weight: 400;
            margin-bottom: 24px;
            line-height: 1.1;
            letter-spacing: 1px;
          background-clip: text;
          animation: slideInRight 1.2s ease-out 0.3s both;
          transform: translateX(-50px);

        }

        .hero-content-luxury p {
            font-size: 1.18rem;
            color: #fff;
            margin-bottom: 32px;
            max-width: 480px;
            opacity: 0.92;
            font-family: 'Lora', serif;
            animation: slideInRight 1.2s ease-out 0.6s both;
            transform: translateX(-50px);
        }
        
        
        /* CSS */
        .golden-button {
            position: relative;
            padding: 16px 40px;
            font-size: 18px;
            color: #fff!important;
            background: #000;
            border: none;
            border-radius: 50px;
            overflow: hidden;
            cursor: pointer;
            z-index: 1;
            animation: slideInRight 1.2s ease-out 0.9s both;
            opacity: 0;
            transform: translateX(-50px);
            text-decoration: none;
        }
        .golden-button a{
            color: #fff;
            text-decoration: none;
        }

        .golden-button::before {
            position: absolute;
            content: "";
            width: 250px;
            height: 160px;
            top: 10px;
            left: 10px;
            transform: translate(-25%, -75%);
            border-radius: 40%;
            background: rgba(26, 26, 26, 0.5);
            box-shadow:
                0 0 20px 12px #fff,
                inset 0 0 5px #fff;
            animation: animate 7s linear infinite;
            z-index: -1;
        }

        .golden-button::after {
            position: absolute;
            content: "";
            width: 270px;
            height: 180px;
            top: 25px;
            left: 30px;
            transform: translate(-25%, -75%);
            border-radius: 45%;
            background: rgba(20, 20, 20, 1);
            box-shadow:
                0 0 50px 5px #fff,
                inset 0 0 8px #fff;
            animation: animate 5s linear infinite;
            opacity: 0.7;
            z-index: -1;
        }
/*    Hero Section End*/

/*   News Section  */

        .news-section {
            background: #000;
            background-size: cover;
            background-position: center;
            padding: 80px 0 60px 0;
            position: relative;
            text-align: center;
        }

        .news-section::before {
            content: '';
            position: absolute;
            inset: 0;
            background: rgb(0 0 0 / 90%);
            z-index: 0;
            pointer-events: none;
        }

        .news-section>* {
            position: relative;
            z-index: 1;
        }

        .news-bg-script {
            position: absolute;
            top: 40px;
            left: 50%;
            transform: translateX(-50%);
            font-size: 4.5rem;
            color: #fff;
            opacity: 0.07;
            font-family: 'Playfair Display', serif;
            font-weight: 700;
            pointer-events: none;
            user-select: none;
            z-index: 0;
            white-space: nowrap;
        }

        .news-title {
            font-family: 'Playfair Display', serif;
            font-size: 2.5rem;
            color: #fff;
            margin-bottom: 48px;
            font-weight: 400;
            position: relative;
            z-index: 2;
        }

        .news-cards {
            display: flex;
            justify-content: center;
            gap: 48px;
            max-width: 1200px;
            margin: 0 auto;
            position: relative;
            z-index: 2;
        }

        .news-card {
            background: #000;
            border-radius: 18px;
            box-shadow: 0 2px 16px rgba(180, 138, 120, 0.10);
            width: 480px;
            overflow: hidden;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            border: 1px solid #000;
        }

        .news-img-wrap {
            position: relative;
            width: 100%;
            height: 260px;
            overflow: hidden;
        }

        .news-img-wrap img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

        .news-date {
            position: absolute;
            left: 24px;
            bottom: 24px;
            background: rgb(0 0 0 / 76%);
            color: #fff;
            padding: 8px 24px;
            border-radius: 6px;
            font-size: 1rem;
            font-family: 'Lora', serif;
            font-weight: 500;
            box-shadow: 0 2px 8px rgba(180, 138, 120, 0.10);
        }

        .news-content {
            padding: 32px 28px 28px 28px;
            text-align: left;
            width: 100%;
        }

        .news-content h3 {
            font-family: 'Playfair Display', serif;
            color: #fff;
            font-size: 1.5rem;
            margin-bottom: 12px;
            font-weight: 400;
        }

        .news-content p {
            color: #fff;
            font-size: 1.08rem;
            margin-bottom: 18px;
            font-family: 'Lora', serif;
        }

        .news-read-btn {
            background: linear-gradient(160deg, #b47e11 33%, #b47e11 68%, #bc881b 69%, #b47e11 100%);
            background-size: 200% 200%;
            color: #fff !important;
            border: none;
            padding: 8px 24px;
            border-radius: 20px;
            font-size: 1rem;
            font-family: 'Lora', serif;
            font-weight: bold;
            cursor: pointer;
            transition: background 0.2s, color 0.2s;
            display: inline-block;
            text-decoration: none;
        }

        .news-read-btn:hover {
            background: #fff !important;
            color: #000 !important;
        }

        
        @media (max-width: 900px) {

            .news-cards,
            .footer-content {
                flex-direction: column;
                align-items: center;
                gap: 24px;
            }

            .navbar {
                flex-direction: column;
                gap: 16px;
                padding: 16px;
            }
        }

        /*   News Section End */
        
        /*    Service Section   */

        .services-section {
            background: #000;
            padding: 80px 0 60px 0;
            position: relative;
            text-align: center;
        }

        .services-bg-script {
            position: absolute;
            top: 40px;
            left: 50%;
            transform: translateX(-50%);
            font-size: 4.5rem;
            color: #fff;
            opacity: 0.07;
            font-family: 'Playfair Display', serif;
            font-weight: 700;
            pointer-events: none;
            user-select: none;
            z-index: 0;
            white-space: nowrap;
        }

        .services-cards-row {
            display: flex;
            justify-content: center;
            gap: 32px;
            max-width: 1600px;
            margin: 0 auto;
            position: relative;
            z-index: 2;
            height: 320px;
        }

        .services-card-offer {
            background: transparent;
            border: 2px solid #fff;
            border-radius: 0;
            display: flex;
            align-items: flex-start;
            padding: 32px 24px 32px 32px;
            min-width: 320px;
            max-width: 340px;
            position: relative;
            text-align: left;
            box-sizing: border-box;
        }

        .services-offer-floral {
            margin-right: 18px;
            display: flex;
            align-items: flex-start;
        }

        .services-offer-content {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
        }

        .services-offer-percent {
            font-family: 'Playfair Display', serif;
            font-size: 2.5rem;
            color: #fff;
            margin-bottom: 8px;
            font-weight: 400;
        }

        .services-offer-title {
            font-family: 'Playfair Display', serif;
            font-size: 1.4rem;
            color: #fff;
            margin-bottom: 12px;
            font-weight: 400;
        }

        .services-offer-list {
            list-style: none;
            padding: 0;
            margin: 0 0 10px 0;
        }

        .services-offer-list li {
            color: #fff;
            font-size: 1rem;
            margin-bottom: 6px;
            position: relative;
            padding-left: 20px;
        }

        .services-offer-list li:before {
            content: '\2022';
            color: #fff;
            position: absolute;
            left: 0;
            font-size: 1.2em;
        }

        .services-card {
            background: #221916;
            border-radius: 0;
            box-shadow: 0 2px 8px rgba(180, 138, 120, 0.10);
            width: 320px;
            min-width: 280px;
            max-width: 340px;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            border: 1px solid #000;
            text-align: left;
            position: relative;
        }

        .services-card-title {
            font-family: 'Playfair Display', serif;
            font-size: 1.3rem;
            color: #fff;
            margin-bottom: 12px;
            font-weight: 400;
        }

        .services-card-title.highlight {
            color: #fff;
        }

        .services-card-desc {
            color: #fff;
            font-size: 1rem;
            margin-bottom: 18px;
            font-family: 'Lora', serif;
            text-shadow: 0 2px 8px #000;
        }
        
        
        .services-card-img-bg {
            width: 100%;
            height: 100%;
            background-size: cover;
            background-position: center;
            border-radius: 0;
            position: relative;
            display: flex;
            align-items: flex-end;
            margin-bottom: 0;
            overflow: hidden;
        }

        .services-card-overlay {
            position: absolute;
            inset: 0;
            background: linear-gradient(180deg, rgba(24, 19, 18, 0.15) 40%, rgba(24, 19, 18, 0.85) 100%);
            z-index: 1;
        }

        .services-card-content {
            position: relative;
            z-index: 2;
            width: 100%;
            padding: 32px 18px 18px 18px;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            justify-content: flex-end;
        }

        .services-card-title,
        .services-card-title.highlight {
            color: #fff;
            font-family: 'Playfair Display', serif;
            font-size: 1.3rem;
            margin-bottom: 12px;
            font-weight: 400;
            text-shadow: 0 2px 8px #000a;
        }

        .services-card-title.highlight {
            color: #fff;
        }

        .services-intro {
            text-align: center;
            margin-bottom: 32px;
            margin-top: 24px;
        }

        .services-subheading {
            font-size: 1.1rem;
            color: #fff;
            font-family: 'Lora', serif;
            letter-spacing: 1px;
            margin-bottom: 8px;
            font-weight: 500;
            opacity: 0.95;
        }

        .services-intro-title {
            font-family: 'Playfair Display', serif;
            font-size: 2.1rem;
            color: #fff;
            font-weight: 700;
            letter-spacing: 2px;
            margin-bottom: 10px;
            margin-top: 0;
        }
        .services-intro p{
            color: #fff;
            font-size: 1.13rem;
            font-family: 'Lora', serif;
            margin-bottom: 0;
            opacity: 0.92; 
        }

        @media (max-width: 1200px) {
            .services-cards-row {
                flex-direction: column;
                align-items: center;
                gap: 32px;
            }

            .services-card-offer,
            .services-card {
                max-width: 95vw;
                min-width: 0;
                width: 95vw;
            }

            .services-bg-script {
                font-size: 2.5rem;
                top: 20px;
            }
        }
        
        
        /*  Special Oil Massage Section   */

        .oil-massage-section {
            position: relative;
            background-size: cover;
            background-position: center;
            padding: 60px 0;
        }
        .oil-massage-section .overlay {
            position: absolute;
            top: 0; left: 0; right: 0; bottom: 0;
            background: rgba(255,255,255,0.7); /* adjust for readability */
            z-index: 1;
        }
        .oil-massage-grid {
            position: relative;
            z-index: 2;
            display: flex;
            flex-wrap: wrap;
            max-width: 1200px;
            margin: 0 auto;
            background: none;
            align-items: center;
            gap: 40px;
            padding: 0 20px;
        }
        .oil-massage-image {
            flex: 1 1 350px;
            min-width: 300px;
            max-width: 500px;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        .oil-massage-image img {
            width: 100%;
            border-radius: 18px;
            box-shadow: 0 8px 32px rgba(0,0,0,0.12);
        }
        .oil-massage-content {
            position: relative;
            z-index: 2;
            max-width: 800px;
            margin: 0 auto;
            padding: 60px 40px;
            text-align: center;
            background: none;
            border-radius: 0;
            box-shadow: none;
            color: #222;
        }
        @media (max-width: 900px) {
            .oil-massage-grid {
                flex-direction: column;
                gap: 24px;
            }
            .oil-massage-content, .oil-massage-image {
                max-width: 100%;
                padding: 20px;
            }
            .oil-massage-content {
                padding: 40px 10px;
            }
        }

        .oil-massage-bg-script {
            font-size: 3rem;
            color: #fff;
            /*opacity: 0.18;*/
            position: absolute;
            top: 30px;
            left: 0;
            width: 100%;
            text-align: center;
            pointer-events: none;
            z-index: 0;
            font-family: 'Playfair Display', cursive;
            letter-spacing: 0.1em;
        }

        .oil-massage-title {
            font-family: 'Playfair Display', serif;
            font-size: 2.5rem;
            color: #fff;
            margin-bottom: 18px;
            font-weight: 400;
            position: relative;
            z-index: 2;
        }

        .oil-massage-desc {
            font-size: 1.13rem;
            color: #fff;
            margin-bottom: 32px;
            font-family: 'Lora', serif;
            line-height: 1.6;
            z-index: 2;
            position: relative;
        }

        .oil-massage-features {
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: center;
            gap: 32px;
            margin: 24px auto;
        }

        .oil-massage-feature {
            display: flex;
            flex-direction: column;
            align-items: center;
            font-family: 'Playfair Display', serif;
            color: #fff;
            font-size: 1.18rem;
            gap: 8px;
            text-align: center;
            min-width: 120px;
        }

        .oil-feature-icon {
            font-size: 2.2rem;
            color: #fff;
            margin-bottom: 4px;
        }

        .oil-massage-hr {
            border: none;
            border-top: 2px solid #fff;
            margin: 18px 0 18px 0;
            width: 100%;
        }

        .oil-massage-bullets {
            width: 100%;
            z-index: 2;
            position: relative;
        }

        .oil-massage-bullets ul {
            display: flex;
            flex-wrap: wrap;
            gap: 0 48px;
            list-style: none;
            padding: 0;
            margin: 0;
            justify-content: flex-start;
        }

        .oil-massage-bullets li {
            color: #fff;
            font-size: 1.08rem;
            font-family: 'Lora', serif;
            margin-bottom: 8px;
            position: relative;
            padding-left: 20px;
            flex: 1 1 220px;
        }

        .oil-massage-bullets li:before {
            content: '\2022';
            color: #fff;
            position: absolute;
            left: 0;
            font-size: 1.2em;
        }

        @media (max-width: 1100px) {
            .oil-massage-grid {
                flex-direction: column;
            }

            .oil-massage-img-wrap,
            .oil-massage-content {
                max-width: 100vw;
                min-width: 0;
                width: 100vw;
                height: auto;
                padding: 32px 10vw;
            }

            .oil-massage-img-wrap {
                height: 220px;
            }

            .oil-massage-content {
                padding: 32px 10vw;
            }

            .oil-massage-bg-script {
                font-size: 2rem;
                top: 12px;
                left: 10vw;
            }
        }
        
            /*  Special Oil Massage Section End  */


/* ================================== ABOUT PAGE CSS =============================================== */

 .about-hero {
            min-height: 60vh;
            background: url('../img/slider01.jpg') center/cover no-repeat;
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .about-hero-overlay {
            position: absolute;
            inset: 0;
            background: rgba(24, 19, 18, 0.82);
            z-index: 1;
        }

        .about-hero-content {
            position: relative;
            z-index: 2;
            margin-left: 0;
            max-width: 600px;
            text-align: center;
        }

        .about-hero-title {
            font-family: 'Playfair Display', serif;
            font-size: 3.2rem;
            color: #fff;
            font-weight: 700;
            margin-bottom: 18px;
            letter-spacing: 1px;
        }

        .about-hero-desc {
            font-size: 1.2rem;
            color: #fff;
            margin-bottom: 32px;
            font-family: 'Lora', serif;
            opacity: 0.95;
        }

        .about-section {
            max-width: 1100px;
            margin: 0 auto;
            padding: 64px 24px 32px 24px;
        }

        .about-section-title {
            font-family: 'Playfair Display', serif;
            font-size: 2.2rem;
            color: #fff;
            font-weight: 700;
            margin-bottom: 18px;
            letter-spacing: 1px;
            text-align: center;
        }

        .about-feature-card {
            background: #000;
            border-radius: 18px;
            box-shadow: 0 2px 16px rgba(231, 201, 169, 0.10);
            padding: 32px 28px;
            min-width: 220px;
            max-width: 320px;
            text-align: center;
            border: 1.5px solid #fff;
        }

        .about-feature-icon {
            font-size: 2.5rem;
            color: #fff;
            margin-bottom: 12px;
        }

        .about-feature-title {
            font-family: 'Playfair Display', serif;
            font-size: 1.2rem;
            color: #fff;
            font-weight: 700;
            margin-bottom: 8px;
        }

        .about-feature-desc {
            color: #fff;
            font-size: 1rem;
            font-family: 'Lora', serif;
        }

        .about-team {
            position: relative;
            max-width: 1200px;
            margin: 64px auto 32px auto;
            overflow: hidden;
        }

        .about-team-bg-script {
            position: absolute;
            top: 32px;
            left: 0;
            right: 0;
            font-family: 'Playfair Display', serif;
            font-size: 5rem;
            color: #fff;
            font-weight: 700;
            letter-spacing: 2px;
            pointer-events: none;
            z-index: 0;
            text-align: center;
            user-select: none;
        }

        .about-team-subtitle {
            font-size: 1rem;
            color: #fff;
            font-family: 'Lora', serif;
            letter-spacing: 2px;
            text-transform: uppercase;
            margin-bottom: 8px;
            opacity: 0.8;
            position: relative;
            z-index: 1;
            text-align: center;
        }

        .about-team-title {
            font-family: 'Playfair Display', serif;
            font-size: 2.4rem;
            color: #fff;
            font-weight: 700;
            margin-bottom: 48px;
            letter-spacing: 1px;
            background: linear-gradient(90deg, #fffbe6 0%, #ffe066 50%, #b99309 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            position: relative;
            z-index: 1;
            text-align: center;
        }

        .about-team-container {
            position: relative;
            overflow: hidden;
            margin: 0 auto;
            max-width: 1200px;
            padding: 0;
            width: 100%;
        }

        .about-team-slider {
            display: flex;
            transition: transform 0.6s ease-in-out;
            gap: 0;
            width: 100%;
        }

        .about-team-member {
            background: rgba(24, 18, 17, 0.6);
            border-radius: 18px;
            box-shadow: 0 2px 16px rgba(231, 201, 169, 0.10);
            padding: 20px;
            display: flex;
            align-items: center;
            overflow: visible;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            min-width: 100%;
            width: 100%;
            flex-shrink: 0;
            margin: 0;
            box-sizing: border-box;
        }

        .about-team-member:hover {
            transform: translateY(-4px);
            box-shadow: 0 8px 32px rgba(231, 201, 169, 0.2);
            border-color: #fff;
        }

        .about-team-img {
            width: 260px;
            height: 260px;
            object-fit: cover;
            flex-shrink: 0;
            border-radius: 12px;
            margin-right: 20px;
        }

        .about-team-content {
            padding: 40px;
            flex: 1;
        }

        .about-team-name {
            font-family: 'Playfair Display', serif;
            font-size: 1.8rem;
            color: #fff;
            font-weight: 700;
            margin-bottom: 12px;
            letter-spacing: 1px;
        }

        .about-team-role {
            font-size: 1.1rem;
            color: #fff;
            font-family: 'Lora', serif;
            margin-bottom: 20px;
            opacity: 0.9;
            font-weight: 500;
        }

        .about-team-desc {
            color: #fff;
            font-size: 1.05rem;
            font-family: 'Lora', serif;
            line-height: 1.7;
            opacity: 0.95;
            margin-bottom: 24px;
        }

        .about-team-specialties {
            display: flex;
            gap: 16px;
            flex-wrap: wrap;
        }

        .about-team-specialty {
            background: rgba(231, 201, 169, 0.1);
            border: 1px solid #fff;
            padding: 8px 16px;
            border-radius: 20px;
            color: #fff;
            font-size: 0.9rem;
            font-family: 'Lora', serif;
        }

        .about-team-dots {
            display: flex;
            justify-content: center;
            gap: 8px;
            margin-top: 32px;
            position: relative;
            z-index: 1;
        }

        .about-team-dot {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: #fff;
            opacity: 0.5;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .about-team-dot.active {
            opacity: 1;
            background: #fff;
            transform: scale(1.2);
        }

        @media (max-width: 900px) {
            .about-team {
                margin: 32px 12px;
                padding: 32px 8vw;
            }

            .about-team-bg-script {
                font-size: 2.8rem;
                top: 12px;
            }

            .about-team-member {
                flex-direction: column;
                text-align: center;
            }

            .about-team-img {
                width: 100%;
                height: 240px;
            }

            .about-team-content {
                padding: 24px;
            }

            .about-team-specialties {
                justify-content: center;
            }
        }

        .about-promise {
            background: rgba(24, 18, 17, 0.6);
            border-radius: 24px;
            box-shadow: 0 4px 32px rgba(231, 201, 169, 0.15);
            padding: 48px 40px;
            margin: 64px auto 32px auto;
            max-width: 1000px;
            border: 2px solid #fff;
            position: relative;
            overflow: hidden;
        }

        .about-promise::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(90deg, #fffbe6 0%, #ffe066 50%, #b99309 100%);
        }

        .about-promise-bg-script {
            position: absolute;
            top: 32px;
            left: 0;
            right: 0;
            font-family: 'Playfair Display', serif;
            font-size: 5rem;
            color: #fff;
            font-weight: 700;
            letter-spacing: 2px;
            pointer-events: none;
            z-index: 0;
            text-align: center;
            user-select: none;
        }

        .about-promise-subtitle {
            font-size: 1rem;
            color: #fff;
            font-family: 'Lora', serif;
            letter-spacing: 2px;
            text-transform: uppercase;
            margin-bottom: 8px;
            opacity: 0.8;
            position: relative;
            z-index: 1;
            text-align: center;
        }

        .about-promise-title {
            font-family: 'Playfair Display', serif;
            font-size: 2.4rem;
            color: #fff;
            font-weight: 700;
            margin-bottom: 24px;
            letter-spacing: 1px;
            background: linear-gradient(90deg, #fffbe6 0%, #ffe066 50%, #b99309 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            position: relative;
            z-index: 1;
            text-align: center;
        }

        .about-promise-desc {
            color: #fff;
            font-size: 1.15rem;
            font-family: 'Lora', serif;
            line-height: 1.8;
            opacity: 0.95;
            margin-bottom: 32px;
            position: relative;
            z-index: 1;
            text-align: center;
            max-width: 800px;
            margin-left: auto;
            margin-right: auto;
        }

        .about-promise-features {
            display: flex;
            justify-content: center;
            gap: 24px;
            flex-wrap: wrap;
            position: relative;
            z-index: 1;
        }

        .about-promise-feature {
            background: rgba(231, 201, 169, 0.1);
            border: 1px solid #fff;
            padding: 16px 24px;
            border-radius: 20px;
            color: #fff;
            font-size: 1rem;
            font-family: 'Lora', serif;
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .about-promise-feature::before {
            content: '✦';
            color: #fff;
            font-size: 1.2rem;
        }

        @media (max-width: 900px) {
            .about-promise {
                margin: 32px 12px;
                padding: 32px 8vw;
            }

            .about-promise-bg-script {
                font-size: 2.8rem;
                top: 12px;
            }

            .about-promise-features {
                flex-direction: column;
                align-items: center;
            }
        }

        .about-cta {
            text-align: center;
            margin: 48px 0 48px 0;
        }

        .about-cta-btn {
            background: linear-gradient(160deg, #b47e11 33%, #b47e11 68%, #bc881b 69%, #b47e11 100%);
            color: #fff;
            border: none;
            padding: 16px 48px;
            border-radius: 0;
            font-size: 1.2rem;
            font-family: 'Lora', serif;
            font-weight: 700;
            letter-spacing: 1px;
            cursor: pointer;
            box-shadow: 0 2px 8px rgba(231, 201, 169, 0.10);
            transition: background 0.2s, color 0.2s;
            text-decoration: none;
        }

        .about-cta-btn:hover {
            background: #fff;
            color: #785F37;
        }

        .about-customers-flex {
            display: flex;
            align-items: center;
            background: rgba(24, 19, 18, 0.85);
            border-radius: 24px;
            box-shadow: 0 4px 32px rgba(231, 201, 169, 0.10);
            padding: 32px 48px;
            border: 2.5px solid #fff;
            gap: 36px;
            min-width: 340px;
            max-width: 520px;
        }

        .about-customers-number-block {
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .about-customers-number {
            font-size: 3.2rem;
            font-family: 'Playfair Display', serif;
            font-weight: 700;
            color: #fff;
            letter-spacing: 2px;
            text-shadow: 1px 1px 8px #0004;
        }

        .about-customers-divider {
            width: 4px;
            height: 60px;
            background: #fff;
            border-radius: 2px;
        }

        .about-customers-text {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            justify-content: center;
            gap: 0;
        }

        .about-customers-label {
            color: #fff;
            font-size: 1.3rem;
            font-family: 'Lora', serif;
            font-weight: 600;
            letter-spacing: 1px;
            line-height: 1.1;
        }

        .about-owner {
            background: #000;
            padding: 64px 0 32px 0;
        }

        .about-owner-grid {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 48px;
            max-width: 1320px;
            margin: 0 auto;
            flex-wrap: wrap;
        }

        .about-owner-img-wrap {
            flex: 1 1 320px;
            min-width: 260px;
            max-width: 600px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .about-owner-img {
            width: 100%;
            max-width: 100%;
            border-radius: 18px;
            box-shadow: 0 2px 16px rgba(231, 201, 169, 0.10);
            object-fit: cover;
        }

        .about-owner-content {
            flex: 2 1 400px;
            min-width: 260px;
            max-width: 540px;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            justify-content: center;
        }

        .about-owner-subheading {
            font-size: 1.1rem;
            color: #fff;
            font-family: 'Lora', serif;
            letter-spacing: 1px;
            margin-bottom: 8px;
            font-weight: 500;
            opacity: 0.95;
        }

        .about-owner-title {
            font-family: 'Playfair Display', serif;
            font-size: 2rem;
            color: #fff;
            font-weight: 700;
            letter-spacing: 2px;
            margin-bottom: 16px;
            margin-top: 0;
        }

        .about-owner-desc p {
            color: #fff;
            font-size: 1.13rem;
            font-family: 'Lora', serif;
            margin-bottom: 28px;
            opacity: 0.92;
        }

        .about-owner-btn {
            color: #fff !important;
            background: linear-gradient(160deg, #b47e11 33%, #b47e11 68%, #bc881b 69%, #b47e11 100%);
            border: none;
            padding: 14px 38px;
            border-radius: 0;
            font-size: 1.1rem;
            font-family: 'Lora', serif;
            font-weight: 700;
            letter-spacing: 1px;
            cursor: pointer;
            box-shadow: 0 2px 8px rgba(231, 201, 169, 0.10);
            transition: background 0.2s, color 0.2s;
            text-decoration: none;
            display: inline-block;
        }

        .about-owner-btn:hover {
            background: #fff;
            color: #785F37;
        }

        @media (max-width: 900px) {
            .about-owner-grid {
                flex-direction: column;
                gap: 24px;
            }

            .about-owner-img {
                max-width: 90vw;
            }

            .about-owner-content {
                max-width: 95vw;
            }
        }

        .about-main-bg {
            position: relative;
            background: url('../img/wax-about.webp') center/cover no-repeat fixed;
            min-height: 100vh;
            width: 100%;
            z-index: 0;
        }

        .about-main-bg::before {
            content: '';
            position: absolute;
            inset: 0;
            background: rgb(0 0 0 / 76%);
            z-index: 0;
            pointer-events: none;
        }

        .about-main-bg>* {
            position: relative;
            z-index: 1;
        }

        /* Our Story Section Redesign */
        .about-story {
            background: #000;
            border-radius: 24px;
            box-shadow: 0 4px 32px rgba(231, 201, 169, 0.15);
            padding: 48px 40px;
            margin: 64px auto 32px auto;
            max-width: 1200px;
            border: 2px solid #fff;
            position: relative;
            overflow: hidden;
        }

        .about-story::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(90deg, #fffbe6 0%, #ffe066 50%, #b99309 100%);
        }

        .about-story-grid {
            display: flex;
            align-items: center;
            gap: 48px;
            position: relative;
        }

        .about-story-decorative {
            flex: 1;
            min-width: 200px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            position: relative;
        }

        .about-story-icon {
            width: 120px;
            height: 120px;
            object-fit: cover;
            border-radius: 50%;
            margin-bottom: 24px;
            border: 3px solid #fff;
            box-shadow: 0 4px 16px rgba(231, 201, 169, 0.2);
        }

        .about-story-divider {
            width: 80px;
            height: 3px;
            background: linear-gradient(90deg, #fffbe6 0%, #ffe066 50%, #b99309 100%);
            border-radius: 2px;
            margin: 16px 0;
        }

        .about-story-quote {
            font-family: 'Playfair Display', serif;
            font-size: 1.1rem;
            color: #fff;
            text-align: center;
            font-style: italic;
            opacity: 0.9;
            max-width: 200px;
        }

        .about-story-content {
            flex: 2;
            min-width: 300px;
        }

        .about-story-subtitle {
            font-size: 1rem;
            color: #fff;
            font-family: 'Lora', serif;
            letter-spacing: 2px;
            text-transform: uppercase;
            margin-bottom: 8px;
            opacity: 0.8;
        }

        .about-story-title {
            font-family: 'Playfair Display', serif;
            font-size: 2.4rem;
            color: #fff;
            font-weight: 700;
            margin-bottom: 24px;
            letter-spacing: 1px;
            background: linear-gradient(90deg, #fffbe6 0%, #ffe066 50%, #b99309 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .about-story-desc {
            color: #fff;
            font-size: 1.15rem;
            font-family: 'Lora', serif;
            line-height: 1.8;
            opacity: 0.95;
            margin-bottom: 24px;
        }

        .about-story-features {
            display: flex;
            gap: 0;
            flex-wrap: wrap;
            justify-content: center;
            background: rgba(0, 0, 0, 0.3);
            border-radius: 50px;
            padding: 8px;
            border: 1px solid #fff;
            max-width: 600px;
            margin: 0 auto;
        }

        .about-story-feature {
            display: flex;
            align-items: center;
            text-align: center;
            color: #fff;
            font-size: 0.9rem;
            font-family: 'Lora', serif;
            padding: 12px 20px;
            border-radius: 40px;
            transition: all 0.3s ease;
            position: relative;
            cursor: pointer;
            flex: 1;
            min-width: 150px;
            justify-content: center;
        }

        .about-story-feature.active {
            background: linear-gradient(90deg, #fff 0%, #785F37 100%);
            color: #000;
            box-shadow: 0 4px 16px rgba(231, 201, 169, 0.3);
        }

        .about-story-feature:hover {
            background: linear-gradient(90deg, #fff 0%, #785F37 100%);
            color: #000;
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(231, 201, 169, 0.4);
        }

        .about-story-feature-icon {
            font-size: 1.2rem;
            margin-right: 8px;
            transition: all 0.3s ease;
        }

        .about-story-feature:hover .about-story-feature-icon {
            transform: rotate(10deg);
        }

        @media (max-width: 900px) {
            .about-story {
                margin: 32px 24px;
                padding: 32px 24px;
            }

            .about-story-grid {
                flex-direction: column;
                gap: 32px;
                text-align: center;
            }

            .about-story-title {
                font-size: 2rem;
            }

            .about-story-features {
                justify-content: center;
            }
        }

        .about-why-features {
            display: flex;
            justify-content: center;
            gap: 36px;
            flex-wrap: nowrap;
            position: relative;
            z-index: 1;
        }

        @media (max-width: 900px) {
            .about-why-features {
                flex-direction: column;
                gap: 24px;
                flex-wrap: wrap;
            }
        }
        

/* ================================ CONTACT PAGE CSS ================================= */
       body.contact-body {
        margin: 0;
        font-family: 'Lora', serif;
        background: url('../img/team-bg.jpeg') center / cover fixed no-repeat;
        color: #fff;
        position: relative;
     }
    body.contact-body::before {
        content: '';
        position: absolute;
        inset: 100px 0 0 0;
        background: rgba(24, 19, 18, 0.88); /* Dark transparent overlay */
        z-index: 0;
        pointer-events: none;
     }
        
        .contact-main-eject,
        .contact-map-eject {
            position: relative;
            z-index: 1;
        }

         .contact-page-bg {
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            background-attachment: fixed;
            position: relative;
            z-index: 0;
        }
        
        /* Optional Black Overlay */
        .contact-page-bg::before {
            content: "";
            position: absolute;
            top: 0; left: 0; right: 0; bottom: 0;
            background-color: rgba(0, 0, 0, 0.8); /* adjust darkness */
            z-index: -1;
        }



        .contact-hero-eject {
            background: #000;
            padding: 64px 0 32px 0;
            text-align: left;
            /* border-bottom: 1.5px solid #785F37; */
            position: relative;
        }

        .contact-hero-inner {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 24px;
        }

       
        .contact-hero-title-eject {
            font-family: 'Playfair Display', serif;
            font-size: 2.7rem;
            font-weight: 700;
            margin-bottom: 0;
            letter-spacing: 1px;
            color: #fff;
            
        }

        .contact-main-eject {
            display: flex;
            gap: 48px;
            max-width: 1200px;
            margin: 0 auto 64px auto;
            padding: 48px 24px 0 24px;
            flex-wrap: wrap;
            align-items: flex-start;
            justify-content: center;
        }

        .contact-info-eject .lux-contact-info-tiles {
            background: none;
            border: none;
            box-shadow: none;
            padding: 0;
            min-width: 0;
            max-width: 100%;
            flex: 1 1 100%;
            margin-bottom: 32px;
            display: flex;
            flex-direction: column;
            align-items: stretch;
            justify-content: flex-start;
        }

        .lux-info-tiles {
            display: flex;
            flex-direction: row;
            gap: 32px;
            width: 100%;
            justify-content: center;
            flex-wrap: wrap;
        }

        .lux-tile {
            position: relative;
            background: #000;
            border-radius: 22px;
            box-shadow: 0 8px 32px rgba(231, 201, 169, 0.15);
            min-width: 220px;
            max-width: 330px;
            flex: 1 1 220px;
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            padding: 38px 18px 28px 18px;
            margin-bottom: 0;
            transition: box-shadow 0.2s, transform 0.2s;
            cursor: pointer;
            overflow: visible;
        }

        .lux-tile-top {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 10px;
            background: #fff;
            border-radius: 22px 22px 0 0;
            box-shadow: 0 2px 12px #785F3740;
            transition: background 0.2s, box-shadow 0.2s;
            z-index: 2;
        }

        .lux-tile:hover {
            box-shadow: 0 16px 48px #fff88, 0 1.5px 0 #fff;
            transform: translateY(-4px) scale(1.03);
        }

        /*.lux-tile:hover .lux-tile-top {*/
        /*    background: linear-gradient(90deg, #fffbe6 0%, #fff 100%);*/
        /*    box-shadow: 0 4px 24px #fff88;*/
        /*}*/

        .lux-tile-icon {
            font-size: 2rem;
            color: #000;
            background: #fff;
            border-radius: 50%;
            width: 54px;
            height: 54px;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 2px 12px #785F3740;
            border: 2.5px solid #fff;
            margin-bottom: 18px;
            margin-top: 10px;
            transition: background 0.2s, color 0.2s, box-shadow 0.2s;
        }

       
        .lux-tile-title {
            font-family: 'Playfair Display', serif;
            font-size: 1.13rem;
            color: #fff;
            font-weight: 700;
            margin-bottom: 8px;
            color: #fff;
            letter-spacing: 0.5px;
        }

        .lux-tile-text,
        .lux-tile-link {
            color: #fff;
            font-size: 1.05rem;
            font-family: 'Lora', serif;
            opacity: 0.97;
            margin-bottom: 0;
            transition: color 0.2s;
            word-break: break-word;
        }

        .lux-tile-link {
            text-decoration: none;
            display: inline-block;
            margin-bottom: 0;
        }

        .lux-tile-link:hover {
            color: #fff;
            text-decoration: underline;
        }

        @media (max-width: 900px) {
            .lux-info-tiles {
                gap: 18px;
            }

            .lux-tile {
                min-width: 160px;
                max-width: 98vw;
                padding: 28px 8px 18px 8px;
            }
        }

        @media (max-width: 700px) {
            .lux-info-tiles {
                flex-direction: column;
                align-items: stretch;
                gap: 18px;
            }

            .lux-tile {
                min-width: 0;
                max-width: 100vw;
                padding: 22px 6px 12px 6px;
            }
        }

        .contact-form-eject {
            background: #000;
            border: 2px solid #fff;
            border-radius: 24px;
            box-shadow: 0 4px 32px rgba(231, 201, 169, 0.15);
            padding: 40px 32px 0px 32px;
            min-width: 320px;
            max-width: 600px;
            flex: 2 1 420px;
            margin-bottom: 32px;
            color: #fff;
            font-family: 'Lora', serif;
            font-size: 1.08rem;
        }

        .contact-form-title-eject {
            font-family: 'Playfair Display', serif;
            font-size: 1.7rem;
            font-weight: 700;
            margin-bottom: 18px;
            letter-spacing: 1px;
            color: #fff;
        }

        .contact-form-eject form {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 0px 24px;
        }
        .cf7-wrap{
            background: #000;
            border-radius: 24px;
            min-width: 320px !important;
            max-width: 600px !important;
            flex: 2 1 420px;
            color: #fff;
            font-family: 'Lora', serif;
            font-size: 1.08rem;
        }

        .contact-form-eject label {
            font-family: 'Lora', serif;
            color: #fff;
            font-size: 1.08rem;
            margin-bottom: 6px;
            font-weight: 600;
            display: block;
        }

        .contact-form-eject input[type=text],.contact-form-eject input[type=tel],.contact-form-eject input[type=email],
        .contact-form-eject textarea {
            width: 100%;
            background: #000;
            border: 1.5px solid #fff;
            border-radius: 12px;
            color: #fff !important;
            font-size: 1.08rem;
            padding: 14px 16px;
            font-family: 'Lora', serif;
            resize: none;
            transition: border-color 0.2s, box-shadow 0.2s;
            box-sizing: border-box;
            margin-bottom: 0;
        }

        .contact-form-eject input:focus,
        .contact-form-eject textarea:focus {
            border-color: #fff;
            box-shadow: 0 2px 12px #fff55;
            outline: none;
        }

        .contact-form-eject textarea {
            min-height: 90px;
            grid-column: 1 / -1;
        }

        .contact-form-eject button {
            background: linear-gradient(90deg, #fff 0%, #785F37 100%);
            background: linear-gradient(160deg, #b47e11 33%, #b47e11 68%, #bc881b 69%, #b47e11 100%);
            color: #fff;
            border: none;
            padding: 16px 0;
            border-radius: 16px;
            font-size: 1.13rem;
            font-family: 'Playfair Display', serif;
            font-weight: bold;
            letter-spacing: 1px;
            width: 100%;
            cursor: pointer;
            box-shadow: 0 2px 12px rgba(231, 201, 169, 0.10);
            transition: background 0.2s, color 0.2s, transform 0.2s;
            margin-top: 10px;
            grid-column: 1 / -1;
        }

        .contact-form-eject button:hover {
            background: #fff;
            color: #785F37;
            transform: translateY(-2px) scale(1.03);
        }

        .contact-confirmation-eject {
            display: none;
            margin-top: 24px;
            background: #000;
            border: 2px solid #fff;
            border-radius: 18px;
            padding: 24px 18px;
            color: #fff;
            font-family: 'Lora', serif;
            font-size: 1.13rem;
            text-align: center;
            box-shadow: 0 2px 16px rgba(231, 201, 169, 0.10);
            grid-column: 1 / -1;
        }

        @media (max-width: 1000px) {
            .contact-main-eject {
                flex-direction: column;
                gap: 24px;
                align-items: stretch;
            }

            .contact-info-eject,
            .contact-form-eject {
                max-width: 100%;
                min-width: 0;
            }
        }

        .contact-map-eject {
            margin: 0 auto 0 auto;
            border-radius: 18px;
            overflow: hidden;
            box-shadow: 0 2px 16px rgba(231, 201, 169, 0.10);
            border: 2px solid #fff;
            width: 96vw;
            max-width: 1200px;
            min-height: 320px;
            margin-bottom: 64px;
            margin-top: 0;
            display: block;
        }

        @media (max-width: 700px) {
            .contact-hero-title-eject {
                font-size: 2rem;
            }

            .contact-main-eject {
                padding: 24px 4px 0 4px;
            }

            .contact-map-eject {
                min-height: 180px;
            }
        }
        
        .lux-hero-banner {
            position: relative;
            background: none;
            padding: 0;
            min-height: 320px;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
        }

        .lux-hero-banner-inner {
            position: relative;
            z-index: 1;
            width: 100%;
            max-width: 900px;
            margin: 0 auto;
            text-align: center;
            padding: 80px 24px 56px 24px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }

        .contact-hero-title-eject {
            font-family: 'Playfair Display', serif;
            font-size: 3rem;
            font-weight: 700;
            margin-bottom: 18px;
            letter-spacing: 1.5px;
            color: #fff;
        }

        .lux-hero-accent {
            width: 90px;
            height: 5px;
            background: #fff;
            border-radius: 3px;
            margin: 0 auto 0 auto;
            box-shadow: 0 2px 12px #785F3740;
            margin-bottom: 0;
        }

        @media (max-width: 700px) {
            .lux-hero-banner-inner {
                padding: 48px 8px 32px 8px;
            }

            .contact-hero-title-eject {
                font-size: 2rem;
            }

            .lux-hero-accent {
                width: 60px;
                height: 4px;
            }
        }

        .lux-hero-desc {
            color: #fff;
            font-size: 1.25rem;
            font-family: 'Lora', serif;
            opacity: 0.97;
            margin-top: 18px;
            max-width: 600px;
            margin-left: auto;
            margin-right: auto;
            text-align: center;
            line-height: 1.6;
        }
/*=========================== SERVICES PAGE CSS =========================================  */
      

        .hero-btn {
            background: linear-gradient(160deg, #b47e11 33%, #b47e11 68%, #bc881b 69%, #b47e11 100%);
            background-size: 200% 200%;
            color: #fff;
            border: none;
            padding: 12px 32px;
            border-radius: 24px;
            font-size: 1.1rem;
            cursor: pointer;
            font-family: 'Lora', serif;
            font-weight: bold;
            letter-spacing: 1px;
            transition: background 0.2s, color 0.2s;
        }
        .hero-btn a{
            color: #fff;
            text-decoration: none;
        }

        .hero-btn:hover {
            background: #fff;
            color: #785F37;
        }

        .services-intro h2 {
            font-family: 'Playfair Display', serif;
            font-size: 2.5rem;
            margin-bottom: 24px;
           color: #fff;
        }

        .services-intro p {
            font-size: 1.2rem;
            color: #fff;
            max-width: 800px;
            margin: 0 auto 48px auto;
            line-height: 1.6;
        }

        .service-categories {
            display: flex;
            justify-content: center;
            gap: 24px;
            margin-bottom: 64px;
        }

        .category-btn {
            background: transparent;
            color: #fff;
            border: 2px solid #fff;
            padding: 12px 24px;
            border-radius: 24px;
            font-size: 1rem;
            cursor: pointer;
            font-family: 'Lora', serif;
            transition: all 0.3s;
        }

        .category-btn.active,
        .category-btn:hover {
            background: #fff;
            color: #000;
        }

        .services-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 32px;
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 24px;
        }

        .service-card {
            /*background: #221916;*/
            background-image: url(../img/screen.jpg);
            border-radius: 20px;
            padding: 0;
            text-align: center;
            border: 1.5px solid #fff;
            box-shadow: 0 6px 32px rgba(231, 201, 169, 0.10);
            transition: transform 0.3s, box-shadow 0.3s;
            overflow: hidden;
            min-height: 440px;
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
        }

        .service-icon {
            width: 100%;
            height: 260px;
            margin: 0;
            display: block;
            border-radius: 20px 20px 0 0;
            object-fit: cover;
        }

        .service-card-content {
            padding: 32px 32px 40px 32px;
            flex: 1;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: flex-end;
        }

        .special-offers {
            background: #221916;
            background-image: url('../img/img-5.jpg');
            background-size: cover;
            background-position: center;
            background-attachment: fixed;
            padding: 80px 0;
            position: relative;
        }

        .special-offers::before {
            content: '';
            position: absolute;
            inset: 0;
            background: rgba(24, 19, 18, 0.85);
            z-index: 0;
        }

        .special-offers>* {
            position: relative;
            z-index: 1;
        }

        .special-offers h2 {
            font-family: 'Playfair Display', serif;
            font-size: 2.5rem;
            text-align: center;
            margin-bottom: 48px;
            background: linear-gradient(90deg, #fffbe6 0%, #ffe066 50%, #b99309 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .offers-grid {
            display: grid;
            /* grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); */
            grid-template-columns: repeat(auto-fit, minmax(296px, 1fr));
            gap: 32px;
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 24px;
        }

        .offer-card-luxury {
            position: relative;
            background: #000;
            border: 2px solid #fff;
            border-radius: 22px;
            box-shadow: 0 6px 32px rgba(231, 201, 169, 0.10);
            padding: 48px 32px 32px 32px;
            text-align: center;
            margin-bottom: 36px;
            overflow: visible;
            min-width: 260px;
            max-width: 340px;
            margin-left: auto;
            margin-right: auto;
            transition: box-shadow 0.3s, transform 0.3s;
        }

        .offer-card-luxury:hover {
            box-shadow: 0 12px 40px rgba(231, 201, 169, 0.18);
            transform: translateY(-6px) scale(1.03);
        }

        .offer-luxury-badge {
            position: absolute;
            top: -32px;
            left: 50%;
            transform: translateX(-50%);
            background: linear-gradient(to right, #efc83b, #fcf6ba, #efc83b, #fbf5b7, #efc83b);
            background-size: 200% 200%;
            color: #000;
            border-radius: 50%;
            width: 70px;
            height: 70px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.18rem;
            font-weight: bold;
            box-shadow: 0 2px 16px #fffcc;
            border: 2.5px solid #fff;
            z-index: 2;
            letter-spacing: 1px;
            transition: box-shadow 0.3s;
        }

        .offer-card-luxury:hover .offer-luxury-badge {
            box-shadow: 0 4px 32px #fffcc;
        }

        .offer-luxury-title {
            font-family: 'Playfair Display', serif;
            font-size: 1.22rem;
            font-weight: 700;
            margin-bottom: 12px;
            letter-spacing: 1px;
            margin-top: 18px;
            background: linear-gradient(90deg, #fffbe6 0%, #ffe066 50%, #b99309 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .offer-luxury-desc {
            color: #fff;
            font-size: 1.05rem;
            margin-bottom: 14px;
            min-height: 38px;
        }

        .offer-luxury-note {
            color: #785F37;
            font-size: 0.98rem;
            margin-bottom: 22px;
            font-style: italic;
        }

        .offer-btn-luxury {
            background: linear-gradient(160deg, #b47e11 33%, #b47e11 68%, #bc881b 69%, #b47e11 100%);
            background-size:200% 200%;
            color: #fff;
            border: none;
            padding: 13px 0;
            border-radius: 24px;
            font-size: 1.08rem;
            cursor: pointer;
            font-family: 'Lora', serif;
            font-weight: bold;
            letter-spacing: 1px;
            width: 100%;
            box-shadow: 0 2px 12px rgba(231, 201, 169, 0.10);
            transition: background 0.2s, color 0.2s, transform 0.2s;
        }

        .offer-btn-luxury:hover {
            background: #fff;
            color: #785F37;
            transform: translateY(-2px) scale(1.03);
        }

        .why-choose {
            background: #000;
            padding: 80px 0;
            text-align: center;
        }

        .why-choose h2 {
            font-family: 'Playfair Display', serif;
            font-size: 2.5rem;
            margin-bottom: 48px;
            background: linear-gradient(90deg, #fffbe6 0%, #ffe066 50%, #b99309 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .features-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
            gap: 32px;
            max-width: 1000px;
            margin: 0 auto;
            padding: 0 24px;
        }

        .why-card {
            /* background: #221916; */
            border: 2px solid #fff;
            border-radius: 20px;
            box-shadow: 0 4px 24px rgba(231, 201, 169, 0.10);
            padding: 38px 24px 32px 24px;
            text-align: center;
            transition: box-shadow 0.3s, transform 0.3s;
            position: relative;
            overflow: hidden;
        }

        .why-card:hover {
            box-shadow: 0 12px 40px rgba(231, 201, 169, 0.18);
            transform: translateY(-6px) scale(1.03);
        }

        .why-icon-bg {
            background: linear-gradient(90deg, #fff 0%, #785F37 100%);
            width: 64px;
            height: 64px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 18px auto;
            box-shadow: 0 2px 16px #fffcc;
            transition: box-shadow 0.3s;
        }

        .why-card:hover .why-icon-bg {
            box-shadow: 0 4px 32px #fffcc;
        }

        .why-icon {
            font-size: 2rem;
            color: #000;
        }

        .why-title {
            font-family: 'Playfair Display', serif;
            font-size: 1.18rem;
            font-weight: 700;
            margin-bottom: 10px;
            letter-spacing: 1px;
            background: linear-gradient(90deg, #fffbe6 0%, #ffe066 50%, #b99309 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .why-desc {
            color: #fff;
            font-size: 1.05rem;
            min-height: 38px;
        }

        .cta-section {
            background: linear-gradient(rgba(24, 19, 18, 0.95), rgba(24, 19, 18, 0.95)), url('../img/Waxing_Image_3.webp') center/cover no-repeat;
            padding: 80px 0;
            text-align: center;
            
            background-attachment: fixed;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            position: relative;
        }

        .cta-content h2 {
            font-family: 'Playfair Display', serif;
            font-size: 2.5rem;
            margin-bottom: 24px;
        }

        .cta-content p {
            font-size: 1.2rem;
            color: #fff;
            margin-bottom: 32px;
            max-width: 600px;
            margin-left: auto;
            margin-right: auto;
        }

        .cta-buttons {
            display: flex;
            gap: 24px;
            justify-content: center;
            flex-wrap: wrap;
        }

        .cta-btn {
            background: #fff;
            background-size: 200% 200%;
            color: #000!important;
            border: none;
            padding: 16px 32px;
            border-radius: 24px;
            font-size: 1.1rem;
            cursor: pointer;
            font-family: 'Lora', serif;
            font-weight: bold;
            letter-spacing: 1px;
            transition: all 0.3s;
            text-decoration: none;
        }
        .cta-btn a{
            color: #000;
            text-decoration: none;
        }
        .cta-btn a:hover{
            color: #000;
        }

        .cta-btn.secondary {
            background: transparent;
            color: #fff !important;
            border: 2px solid #fff;
            text-decoration: none;
        }
        
        .cta-btn:hover {
            transform: translateY(-4px);
           
        }

        .cta-btn.secondary:hover {
            background: #fff !important;
            color: #000!important;
        }

        .book-service-btn-outline {
            background: transparent;
            color: #fff !important;
            border: 2px solid #fff;
            padding: 10px 32px;
            border-radius: 24px;
            font-size: 1.08rem;
            cursor: pointer;
            font-family: 'Lora', serif;
            font-weight: bold;
            letter-spacing: 1px;
            margin-top: 8px;
            align-self: center;
            transition: background 0.2s, color 0.2s, border 0.2s, transform 0.2s;
            text-decoration: none;
        }

        .book-service-btn-outline:hover {
            background: #fff;
            color: #000 !important;
            border-color: #fff;
            transform: scale(1.04);
        }

        .glass-content {
            background: rgba(0 0 0 / 80%);
            border-radius: 18px;
            box-shadow: 0 4px 24px rgba(231, 201, 169, 0.10);
            backdrop-filter: blur(2.5px);
            padding: 28px 24px 32px 24px;
            margin: -40px 18px 0 18px;
            position: relative;
            z-index: 2;
        }

        .service-card-header {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 10px;
        }

        .service-title-float {
            font-family: 'Playfair Display', serif;
            font-size: 1.25rem;
            color: #fff;
            font-weight: 700;
            border-bottom: 2px solid #fff;
            padding-bottom: 2px;
            letter-spacing: 0.04em;
        }

        .service-price-circle {
            background: #fff;
            color: #000;
            border-radius: 30px;
            margin-left: 5px;
            width: 90px;
            height: 48px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.15rem;
            font-weight: bold;
            box-shadow: 0 2px 8px rgba(231, 201, 169, 0.10);
            border: 2px solid #fff;
        }

        .service-desc-float {
            color: #fff;
            font-size: 1.01rem;
            margin-bottom: 12px;
            line-height: 1.6;
        }

        .service-duration-float {
            color: #fff;
            font-size: 0.98rem;
            font-style: italic;
            margin-bottom: 18px;
        }
        
        
        
        @keyframes float {
            0%, 100% {
                transform: translateY(0px);
            }
            50% {
                transform: translateY(30px);
            }
            }
        @keyframes animate {
            0% {
                transform: translate(-25%, -75%) rotate(0deg);
            }

            100% {
                transform: translate(-25%, -75%) rotate(360deg);
            }
        }
         @keyframes slideBackgroundLeft {
            0% {
                background-position: 0% center;
            }
            100% {
                background-position: center center;
            }
            }
        
         @keyframes fadeInRight {
            0% {
                opacity: 0;
                transform: translateX(30px);
            }
            100% {
                opacity: 1;
                transform: translateX(0);
            }
            }
            
        @keyframes fadeInLeft {
            0% {
                opacity: 0;
                transform: translateX(-30px);
            }
            100% {
                opacity: 1;
            
                       opacity: 1;
                transform: translateX(0);
            }
            }
         @keyframes pulse {
              0% {
                transform: scale(1);
                box-shadow: 0 0 0 rgba(191, 161, 74, 0.4);
              }
              50% {
                transform: scale(1.1);
                box-shadow: 0 0 15px rgba(191, 161, 0, 0.6);
              }
              100% {
                transform: scale(1);
                box-shadow: 0 0 0 rgba(191, 161, 74, 0.4);
              }
            }  
        @keyframes slideInRight {
            0% {
                opacity: 0;
                transform: translateX(-50px);
            }
            100% {
                opacity: 1;
                transform: translateX(0);
            }
            }    
        @keyframes fadeInUp {
            0% {
                opacity: 0;
                transform: translateY(30px);
            }
            100% {
                opacity: 1;
                transform: translateY(0);
            }
            }    
         @keyframes slideInLeft {
            0% {
                opacity: 0;
                transform: translateX(-50px);
            }
            100% {
                opacity: 1;
                transform: translateX(0);
            }
            }    
            
            
            
/* =========================== CUSTOM SECTIONS CSS ====================================== */

/* About Feature Section */
.about-feature-section {
    display: flex;
    align-items: stretch;
    background: #000;
    color: #fff;
    padding: 0;
    margin: 0;
    min-height: 600px;
}

.about-feature-right {
    flex: 1;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    background: #000;
    min-height: 600px;
}

.about-feature-right .image-container {
    position: relative;
    width: 600px;
    height: 900px;
    max-width: 100%;
    max-height: 90vw;
}

.about-feature-right .image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
    display: block;
}

.about-working-hours {
    position: absolute;
    top: 110px;
    right: -202px;
    background: #000;
    color: #fff;
    padding: 60px 70px;
    border: 1px solid #fff;
    min-width: 220px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.18);
    z-index: 2;
}

.about-working-hours .title {
    font-weight: bold;
    letter-spacing: 0.12em;
    margin-bottom: 40px;
    text-align: center;
    font-size: 1.25rem;
}

.about-working-hours .time-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    font-weight: bold;
    letter-spacing: 0.08em;
    font-size: 1.1rem;
    border-bottom: 2px dashed #fff;
    padding-bottom: 20px;
}

.about-feature-left {
    flex: 1;
    /* padding: 60px 80px; */
    padding-left: 202px;
    padding-top: 80px;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    background: #000;
    min-height: 500px;
}

.about-feature-left h2 {
    font-size: 3.5rem;
    font-weight: 300;
    margin-bottom: 30px;
    line-height: 1.1;
    color: #fff;
    letter-spacing: -0.02em;
}

.about-feature-left p {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 40px;
    color: #fff;
    font-weight: 300;
    max-width: 500px;
}

.about-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.about-feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.about-feature-item .dot {
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
    flex-shrink: 0;
}

.about-feature-item span {
    font-size: 1rem;
    color: #fff;
    font-weight: 400;
}

/* Oil Massage Section */
.oil-massage-section {
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.oil-massage-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
}

.oil-massage-grid {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 600px;
    text-align: center;
}

.oil-massage-content {
    max-width: 1000px;
    padding: 60px 40px;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .about-feature-section {
        flex-direction: column;
    }
    
    .about-feature-right .image-container {
        width: 100%;
        height: 500px;
    }
    
    .about-feature-left {
        padding: 40px 40px;
    }
    
    .about-feature-left h2 {
        font-size: 2.5rem;
    }
}

@media (max-width: 768px) {
    .about-feature-left {
        padding: 30px 20px;
    }
    
    .about-feature-left h2 {
        font-size: 2rem;
    }
    
    .oil-massage-content {
        padding: 40px 20px;
    }
}
            
            
.offer-card-luxury .offer-btn-luxury {
    background: linear-gradient(90deg, #d4af37 0%, #ffd700 100%);
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 14px 38px;
    font-weight: bold;
    font-size: 1.1rem;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(212, 175, 55, 0.18);
    transition: background 0.2s, color 0.2s;
}
.offer-card-luxury .offer-btn-luxury:hover {
    background: linear-gradient(90deg, #ffd700 0%, #d4af37 100%);
    color: #fff;
}
           
.gold-button {
    background: #fff;
    color: #000 !important;
    font-size: 18px;
    font-weight: bold;
    padding: 15px 40px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: transform 0.2s ease;
    line-height: 1.7;
    animation: pulse 2.5s infinite ease-in-out;
    text-decoration: none;
}

.gold-button:hover {
       transform: scale(1.07);
    box-shadow: 0 15px 25px #fff;
    color: #000;
}
            
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 #fff;
    }
    50% {
        box-shadow: 0 0 15px #fff;
    }
    100% {
        box-shadow: 0 0 0 #fff;
    }
}

.gold-button a{
    color: #000;
    text-decoration: none;
}
.gold-button a:hover{
    color: #000;
    text-decoration: none;
}
.footer-list .menu-item a{
    color: #fff;
    font-size: 1.1em;
    font-family: inherit;
    text-decoration: none;
}


/*blog page*/

 .page-bg {
      position: fixed;
      inset: 0;
      z-index: 0;
      width: 100vw;
      height: 100vh;
      background: url('../img/img-1.jpg') center/cover no-repeat fixed;
      pointer-events: none;
    }
    .page-bg::after {
      content: '';
      position: absolute;
      inset: 0;
      background: rgba(0,0,0,0.88);
    }
    #app, .blog-main, .blog-hero {
      position: relative;
      z-index: 1;
    }
    .blog-hero {
      position: relative;
      background: none;
      min-height: 260px;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
      text-align: center;
      padding: 64px 0 32px 0;
    }
    .blog-hero-inner {
      position: relative;
      z-index: 1;
      width: 100%;
      max-width: 900px;
      margin: 0 auto;
      text-align: center;
      padding: 48px 24px 32px 24px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }
    .blog-hero-title {
      font-family: 'Playfair Display', serif;
      font-size: 2.7rem;
      font-weight: 700;
      margin-bottom: 18px;
      letter-spacing: 1.5px;
      color: #fff;
      text-shadow: 0 2px 24px #181312cc;
    }
    .blog-hero-desc {
      color: #fff;
      font-size: 1.25rem;
      font-family: 'Lora', serif;
      opacity: 0.97;
      margin-top: 18px;
      max-width: 600px;
      margin-left: auto;
      margin-right: auto;
      text-align: center;
      line-height: 1.6;
    }
    .blog-main {
      max-width: 1200px;
      margin: 0 auto 64px auto;
      padding: 0 24px;
      position: relative;
      z-index: 2;
    }
    .blog-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
      gap: 40px 32px;
      margin-top: 32px;
    }
    .blog-card {
      background: rgba(24,19,18,0.92);
      border: 2px solid #e7c9a9;
      border-radius: 24px;
      box-shadow: 0 8px 32px rgba(231,201,169,0.15);
      overflow: hidden;
      display: flex;
      flex-direction: column;
      transition: box-shadow 0.2s, border-color 0.2s, transform 0.2s;
      cursor: pointer;
      min-height: 420px;
    }
    .blog-card:hover {
      box-shadow: 0 16px 48px #e7c9a988, 0 1.5px 0 #e7c9a9;
      border-color: #fff;
      transform: translateY(-4px) scale(1.03);
    }
    .blog-card-img {
      width: 100%;
      height: 200px;
      object-fit: cover;
      display: block;
      border-radius: 22px 22px 0 0;
    }
    .blog-card-body {
      padding: 28px 22px 22px 22px;
      display: flex;
      flex-direction: column;
      flex: 1;
    }
    .blog-card-date {
      color: #fff;
      font-size: 1rem;
      font-family: 'Lora', serif;
      margin-bottom: 8px;
      opacity: 0.85;
    }
    .blog-card-title {
      font-family: 'Playfair Display', serif;
      font-size: 1.35rem;
      font-weight: 700;
      margin-bottom: 10px;
      color: #fff;
      letter-spacing: 0.5px;
    }
    .blog-card-excerpt {
      color: #fff;
      font-size: 1.08rem;
      margin-bottom: 18px;
      font-family: 'Lora', serif;
      flex: 1;
    }
    .blog-card-read {
       background: #fff;
            background-size: 200% 200%;
            color: #000 !important;
      border: none;
      padding: 12px 28px;
      border-radius: 24px;
      font-size: 1rem;
      cursor: pointer;
      font-family: 'Lora', serif;
      font-weight: bold;
      letter-spacing: 1px;
      box-shadow: 0 2px 8px rgba(231,201,169,0.15);
      transition: background 0.2s, color 0.2s;
      align-self: flex-start;
      text-decoration: none;
    }
    .blog-card-read:hover {
      background: #fff;
      color: #000 !important;
    }
   .blog-pagination {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin: 48px 0 0 0;
  flex-wrap: wrap;
}

.blog-pagination ul {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin: 48px 0 0 0;
  padding: 0;
  list-style: none;
  flex-wrap: wrap;
}

.blog-pagination li a,
.blog-pagination li span {
  display: inline-block;
  background: none;
  border: 1.5px solid #e7c9a9;
  color: #e7c9a9;
  font-family: 'Lora', serif;
  font-size: 1.1rem;
  border-radius: 8px;
  padding: 8px 18px;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}

.blog-pagination li span.current,
.blog-pagination li a:hover {
  background: linear-gradient(90deg, #e7c9a9 0%, #b48a78 100%);
  color: #181312;
  border-color: #fff;
}


    @media (max-width: 700px) {
      .blog-hero-title {
        font-size: 2rem;
      }
      .blog-main {
        padding: 0 4px;
      }
      .blog-card-body {
        padding: 18px 8px 12px 8px;
      }
      .blog-card-img {
        height: 140px;
      }
    }
    
    
    
    
    /*blog details page*/
    
     .blog-detail-main {
      max-width: 900px;
      margin: 64px auto 64px auto;
      padding: 0 18px;
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    .back-link {
      align-self: flex-start;
      color: #ffe066;
      text-decoration: none;
      font-size: 1rem;
      margin-bottom: 18px;
      font-family: 'Lora', serif;
      transition: color 0.2s;
      letter-spacing: 1px;
    }
    .back-link:hover {
      color: #b99309;
      text-decoration: underline;
    }
    .blog-title {
      font-family: 'Playfair Display', serif;
      font-size: 2.5rem;
      font-weight: 700;
      /*background: linear-gradient(90deg, #fffbe6 0%, #ffe066 50%, #b99309 100%);*/
      /*-webkit-background-clip: text;*/
      /*-webkit-text-fill-color: transparent;*/
      /*background-clip: text;*/
      /*text-fill-color: transparent;*/
      margin-bottom: 10px;
      text-align: center;
      letter-spacing: 1.5px;
    }
    .blog-meta {
      color: #e7c9a9;
      font-size: 1.08rem;
      margin-bottom: 32px;
      font-family: 'Lora', serif;
      text-align: center;
      letter-spacing: 1px;
    }
    .blog-featured-img {
      width: 100%;
      max-width: 900px;
      height: 340px;
      object-fit: cover;
      border-radius: 18px;
      margin-bottom: 38px;
      box-shadow: 0 4px 24px #b9930930;
      border: none;
      display: block;
    }
    .blog-content {
      font-size: 1.18rem;
      color: #fff;
      font-family: 'Lora', serif;
      line-height: 1.8;
      width: 100%;
      margin: 0 auto;
      position: relative;
      padding: 48px 32px 48px 40px;
      /*background: linear-gradient(90deg, rgba(255,251,230,0.03) 0%, rgba(185,147,9,0.07) 100%);*/
      border-left: 6px solid #ffe066;
      border-radius: 0 18px 18px 0;
      box-shadow: 0 2px 24px 0 #b9930920;
    }
    .blog-content h2, .blog-content h3 {
      font-family: 'Playfair Display', serif;
      color: #ffe066;
      margin-top: 44px;
      margin-bottom: 18px;
      font-weight: 700;
      letter-spacing: 1px;
    }
    .blog-content h2 {
      font-size: 2rem;
    }
    .blog-content h3 {
      font-size: 1.3rem;
    }
    .blog-content p {
      margin-bottom: 28px;
      font-size: 1.15rem;
      color: #fff;
      position: relative;
    }
    .blog-content p:first-of-type::first-letter {
      float: left;
      font-size: 2.7em;
      line-height: 1;
      font-family: 'Playfair Display', serif;
      color: #ffe066;
      font-weight: bold;
      margin-right: 12px;
      margin-top: 4px;
    }
    .blog-content img {
      width: 100%;
      max-width: 600px;
      border-radius: 12px;
      margin: 32px 0 36px 0;
      box-shadow: 0 2px 16px #b9930930;
      display: block;
      border: none;
    }
    /*.blog-content blockquote {*/
    /*  border-left: 4px solid #ffe066;*/
    /*  margin: 36px 0;*/
    /*  padding: 18px 28px;*/
    /*  background: rgba(255,251,230,0.07);*/
    /*  color: #ffe066;*/
    /*  font-family: 'Playfair Display', serif;*/
    /*  font-size: 1.25rem;*/
    /*  font-style: italic;*/
    /*  border-radius: 0 12px 12px 0;*/
    /*  box-shadow: 0 2px 8px #b9930930;*/
    /*}*/
    a {
      color: #ffe066;
      text-decoration: underline;
      transition: color 0.2s;
    }
    a:hover {
      color: #b99309;
    }
    @media (max-width: 1000px) {
      .blog-detail-main {
        max-width: 100vw;
        padding: 0 2vw;
      }
      .blog-featured-img {
        height: 180px;
      }
    }
    .minimal-blog-main {
  max-width: 700px;
  margin: 64px auto 64px auto;
  padding: 0 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.minimal-back-link {
  align-self: flex-start;
  color: #ffe066;
  text-decoration: none;
  font-size: 1rem;
  margin-bottom: 18px;
  font-family: 'Lora', serif;
  transition: color 0.2s;
  letter-spacing: 1px;
}
.minimal-back-link:hover {
  color: #b99309;
  text-decoration: underline;
}
.minimal-blog-title {
  font-family: 'Playfair Display', serif;
  font-size: 2.6rem;
  font-weight: 700;
  /*background: linear-gradient(90deg, #fffbe6 0%, #ffe066 50%, #b99309 100%);*/
  /*-webkit-background-clip: text;*/
  /*-webkit-text-fill-color: transparent;*/
  /*background-clip: text;*/
  /*text-fill-color: transparent;*/
  margin-bottom: 10px;
  text-align: center;
  letter-spacing: 1.5px;
}
.minimal-blog-meta {
  color: #e7c9a9;
  font-size: 1.08rem;
  margin-bottom: 32px;
  font-family: 'Lora', serif;
  text-align: center;
  letter-spacing: 1px;
}
.minimal-blog-img {
  width: 100%;
  max-width: 700px;
  height: 320px;
  object-fit: cover;
  border-radius: 16px;
  margin-bottom: 38px;
  box-shadow: none;
  border: none;
  display: block;
}
.minimal-blog-content {
  font-size: 1.25rem;
  color: #fff;
  font-family: 'Lora', serif;
  line-height: 2.05;
  width: 100%;
  margin: 0 auto;
  padding: 0 0 0 24px;
  background: none;
  border-left: 5px solid #ffe066;
  box-shadow: none;
  letter-spacing: 0.02em;
}
.minimal-blog-content h2, .minimal-blog-content h3 {
  font-family: 'Playfair Display', serif;
  color: #ffe066;
  margin-top: 48px;
  margin-bottom: 22px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.2;
}
.minimal-blog-content h2 {
  font-size: 2.2rem;
}
.minimal-blog-content h3 {
  font-size: 1.25rem;
  text-transform: uppercase;
  margin-top: 36px;
}
.minimal-blog-content p {
  margin-bottom: 32px;
  font-size: 1.18rem;
  color: #fff;
  position: relative;
  letter-spacing: 0.01em;
}
.minimal-blog-content p:first-of-type {
  color: #ffe066;
  font-style: italic;
  font-size: 1.3rem;
  margin-bottom: 36px;
  font-family: 'Lora', serif;
  letter-spacing: 0.04em;
}
.minimal-blog-content p:first-of-type::first-letter {
  float: none;
  font-size: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  margin: 0;
}
.minimal-blog-content blockquote {
  border: none;
  margin: 48px 0;
  padding: 0;
  background: none;
  color: #ffe066;
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  font-style: italic;
  text-align: center;
  border-radius: 0;
  box-shadow: none;
  letter-spacing: 0.04em;
}
@media (max-width: 800px) {
  .minimal-blog-main {
    max-width: 100vw;
    padding: 0 2vw;
  }
  .minimal-blog-img {
    height: 160px;
  }
}
  .modern-back-link {
    position: absolute;
    top: 170px;
    left: 32px;
    color: #fff !important;
    font-size: 1rem;
    text-decoration: none;
    z-index: 10;
    opacity: 0.85;
    transition: opacity 0.2s;
    text-decoration: none;
  }
  .modern-back-link:hover {
    opacity: 1;
    text-decoration: underline;
  }
  .modern-hero {
    position: relative;
    width: 100vw;
    max-width: 100vw;
    height: 340px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    overflow: hidden;
    margin-bottom: 0;
  }
  .modern-hero-img {
    width: 100vw;
    height: 380px;
    object-fit: cover;
    display: block;
    position: absolute;
    top: -20px; left: 0;
    z-index: 1;
    filter: brightness(0.5) blur(1.5px) scale(1.08);
    transition: filter 0.3s;
  }
  .modern-hero-overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    /*background: linear-gradient(90deg, rgba(24,19,18,0.92) 0%, rgba(24,19,18,0.7) 60%, rgba(24,19,18,0.5) 100%);*/
    z-index: 2;
  }
  .modern-hero-content {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    padding: 0 48px 38px 64px;
    width: 100vw;
    max-width: 1200px;
    margin: 0 auto;
  }
  .modern-hero-bar {
    width: 6px;
    height: 80px;
    background: #fff;
    border-radius: 3px;
    margin-right: 32px;
    opacity: 0.7;
  }
  .modern-hero-title {
    font-family: 'Playfair Display', serif;
    font-size: 2.7rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 8px;
    letter-spacing: 2px;
    text-align: left;
    text-transform: uppercase;
    line-height: 1.1;
  }
  .modern-hero-meta {
    color: #fff;
    font-size: 1.08rem;
    font-family: 'Lora', serif;
    letter-spacing: 1px;
    margin-bottom: 0;
    text-align: left;
    opacity: 0.8;
  }
  .modern-blog-main {
    max-width: 900px;
    margin: 64px auto 64px auto;
    padding: 0 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .modern-blog-content {
    font-size: 1.18rem;
    color: #fff;
    font-family: 'Lora', serif;
    line-height: 1.9;
    width: 80%;
    margin: 0 auto;
    position: relative;
    padding: 48px 32px 48px 40px;
    background: none;
    border-radius: 0;
    box-shadow: none;
  }
  .modern-blog-content h2, .modern-blog-content h3 {
    font-family: 'Playfair Display', serif;
    color: #fff;
    margin-top: 54px;
    margin-bottom: 22px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: left;
  }
  .modern-blog-content h2 {
    font-size: 2.2rem;
  }
  .modern-blog-content h3 {
    font-size: 1.25rem;
    margin-top: 36px;
  }
  .modern-blog-content p {
    margin-bottom: 32px;
    font-size: 1.18rem;
    color: #fff;
    position: relative;
    letter-spacing: 0.01em;
  }
  .modern-blog-content p:first-of-type {
    font-size: 1.25rem;
    font-style: italic;
    color: #fff;
    margin-bottom: 36px;
  }

  .modern-blog-content img {
    width: 100%;
    max-width: 600px;
    border-radius: 12px;
    margin: 32px 0 36px 0;
    box-shadow: 0 2px 16px #0005;
    display: block;
    border: none;
  }
  /*.modern-blog-content blockquote {*/
  /*  border-left: 6px solid #fff;*/
  /*  margin: 48px 0;*/
  /*  padding: 18px 32px;*/
    /*background: #785F37;*/
  /*  color: #fff;*/
  /*  font-family: 'Playfair Display', serif;*/
  /*  font-size: 1.5rem;*/
  /*  font-style: italic;*/
  /*  text-align: center;*/
  /*  border-radius: 0;*/
  /*  box-shadow: none;*/
  /*  letter-spacing: 0.04em;*/
  /*}*/
  .modern-divider {
    width: 60px;
    height: 2px;
    background: #fff;
    opacity: 0.18;
    margin: 36px auto 36px auto;
    border-radius: 1px;
  }
  a {
    color: #fff;
    text-decoration: underline;
    transition: color 0.2s;
  }
  a:hover {
    color: #fff;
    text-decoration: none;
  }
  @media (max-width: 900px) {
    .modern-blog-main {
      max-width: 100vw;
      padding: 0 2vw;
    }
  }
  @media (max-width: 700px) {
    .modern-title {
      font-size: 1.3rem;
    }
    .modern-blog-content {
      padding: 18px 2vw 18px 2vw;
    }
    .featured-img {
      height: 160px;
    }
  }
  body, .page-content {
    background: #000 !important;
  }
  .featured-img {
    width: 100%;
    max-width: 900px;
    height: 340px;
    object-fit: cover;
    border-radius: 22px;
    margin-bottom: 38px;
    box-shadow: 0 8px 40px #000a;
    border: none;
    display: block;
  }
  .modern-title {
    font-family: 'Playfair Display', serif;
    font-size: 2.7rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 10px;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.1;
  }
  .modern-meta {
    color: #fff;
    font-size: 1.08rem;
    font-family: 'Lora', serif;
    letter-spacing: 1px;
    margin-bottom: 32px;
    text-align: center;
    opacity: 0.8;
  }
  
  
  
  
  
  /*contact form css*/
  
input[type="submit"].wpcf7-submit.has-spinner {
  background: #fff;
  color: #000;
   border: 2px solid #fff;
  padding: 16px 0;
  border-radius: 16px;
  font-size: 1.13rem;
  font-family: 'Playfair Display', serif;
  font-weight: bold;
  letter-spacing: 1px;
  width: 100%;
  cursor: pointer;
  box-shadow: 0 2px 12px rgba(231, 201, 169, 0.10);
  transition: background 0.2s, color 0.2s, transform 0.2s;
  grid-column: 1 / -1;
}
  
  textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required{
      height: 50px;
  }
  input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.wpcf7-not-valid,textarea.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.wpcf7-not-valid{
       width: 100%;
            background: #000;
            border: 1.5px solid #fff;
            border-radius: 12px;
            color: #fff;
            font-size: 1.08rem;
            padding: 14px 16px;
            font-family: 'Lora', serif;
            resize: none;
            transition: border-color 0.2s, box-shadow 0.2s;
            box-sizing: border-box;
            margin-bottom: 0;
  }
  
  
          input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.wpcf7-not-valid:focus,
        textarea.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.wpcf7-not-valid:focus {
            border-color: #fff;
            box-shadow: 0 2px 12px #fff55;
            outline: none;
        }

       textarea.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.wpcf7-not-valid {
            min-height: 90px;
            grid-column: 1 / -1;
        }
/*footer form*/

#wpcf7-f312-o1 input.wpcf7-form-control.wpcf7-email.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-email,
#wpcf7-f312-o2 input.wpcf7-form-control.wpcf7-email.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-email {
    flex: 1;                          
    padding: 7px 7px;
    border: 1px solid #fff;
    border-radius: 0;
    font-size: 1.1rem;
    background: transparent;
    color: #fff;
    outline: none;
    font-family: 'Lora', serif;
    width: 260px;
}
#wpcf7-f312-o1 input.wpcf7-form-control.wpcf7-submit.has-spinner,
#wpcf7-f312-o2 input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: #fff;
    color: #000;
    border: none;
    padding: 9px 24px;
    font-size: 1.5rem;
    cursor: pointer;
    font-family: inherit;
    transition: background 0.2s;
    width: 70px;
     border-radius: 0 6px 6px 0;
}


#wpcf7-f312-o1 p,
#wpcf7-f312-o2 p {
  display: flex;
  align-items: center;
  gap: 0;
}




.input-bx p {
  margin: 0;
  padding: 0;
}

.input-bx label {
  display: block;
  margin: 0;
  padding: 0;
  line-height: 1.2;
  margin-top: 5px;
}
.input-bx input, .input-bx textarea {
  margin-top: 6px;
}

.input-bx br {
  display: none; /* optional: remove line breaks if spacing looks odd */
}
.input-bx-btn p {
  margin: 0;
  padding: 0;
  line-height: 0;
  align-items: center;
  justify-content: center;
  height: auto; 
}

.input-bx-btn input.wpcf7-submit {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 14px 24px; /* adjust if needed */
  box-sizing: border-box;
  line-height: 1;
  margin-top: 10px;
}

.gold-button-lrg {
    background: #fff;
    color: #000 !important;
    font-size: 18px;
    font-weight: bold;
    padding: 20px 40px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: transform 0.2s ease;
    line-height: 1.7;
    animation: pulse 2.5s infinite ease-in-out;
    text-decoration: none;
}
.gold-button-lrg a{
    color: #000 !important;
    text-decoration: none;
}
.gold-button-lrg a:hover{
    color: #000 !important;
    text-decoration: none;
}
.gold-button-lrg:hover {
       transform: scale(1.07);
    box-shadow: 0 15px 25px rgba(145, 107, 3, 0.4);
}
.logo-block img {
    height: 105px;
    width: 100%;
}

/*testimonials css */
.testimonials-section {
  padding: 40px 12px;
  background: #111;
  color: white;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  text-align: center;
}

.testimonials-section h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 30px;
}

.swiper {
  width: 100%;
  max-width: 1280px;
  padding: 0 40px 40px;
  margin: 0 auto;
  box-sizing: border-box;
}

.multi-slide {
  background: #181818;
  border: 1px solid white;
  border-radius: 20px;
  padding: 30px;
  text-align: left;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.multi-slide:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 24px rgba(255, 255, 255, 0.1);
  z-index: 10;
}

.multi-slide img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-bottom: 15px;
}

.multi-slide h4 {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: bold;
}

.multi-slide p {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
}

.swiper-pagination-bullet {
  background: #fff;
  opacity: 0.4;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}
