@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
@import url('https://api.fontshare.com/v2/css?f[]=satoshi@900,700,500,300,400&display=swap');

:root {
    --primary-color: #B88A3B;
    /* Deep Gold */
    --secondary-color: #3C2A21;
    /* Warm dark brown/black */
    --bg-color: #FBF1DF;
    --card-bg: #FFFFFF;
    --text-color: #333333;
    --border-color: #E8E0D5;
    --accent-color: #D4AF37;
    /* Lighter gold */
    --e-global-color: #FBF1DF;
    --e-global-color: #FF8000;
    --e-global-color: #FFC61E;
    --e-global-color: #000000;
    --font-heading: 'Cormorant Garamond', serif;
    --font-body: 'Inter', sans-serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Satoshi', sans-serif;
    /* fallback for Neue Montreal */
    background: #FBF1DF;
    color: var(--text-dark);
    overflow-x: hidden;
    line-height: 1.6;
}


/* Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    letter-spacing: -0.03em;
}

.section-heading {
    font-size: clamp(2rem, 4vw, 2.5rem);
    font-weight: 700;
    line-height: 1.2;
}

/* top_headerr */
.top-bar-custom {
    background: linear-gradient(100deg, #ffa500, #864e00);
    padding: 5px 0;
}

/* top_headerr */


/* ========================================
    HEADER & NAVBAR
======================================== */

/* top-header */
.container-fulid {
    /*! max-width: 90%; */
    margin: 0 auto;
}

.top_header {
    /*! background: radial-gradient(circle at 0% 0%, rgb(0, 67, 122) 0%, rgb(0, 30, 80) 100%); */
    padding: 6px 0;
    background: #007688;
}

.top_social {
    padding: 0;
    margin: 0;
    text-align: right;
}

.top_social li {
    list-style: none;
    display: inline-block;
}

.top_social li a {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    /*! background: rgba(255, 255, 255, 0.05); */
    width: 31px;
    text-align: center;
    border-radius: 3px;
    margin: 0 0 0 5px;
}

.top_info {
    padding: 0;
    margin: 0;
}

.top_info li {
    list-style: none;
    display: inline-block;
}

.top_info li a {
    display: inline-block;
    color: #fff;
    margin: 0 27px 0 0;
    font-weight: 400;
    font-size: 15px;
}

.top_info li a i {
    display: inline-block;
    color: #fff;
    margin: 0 3px 0 0;
}

.top_header {
    color: #000;
}

.calldv a {
    margin: 0 10px 0 0;
    color: #fff;
}

.calldv a i {
    font-size: 12px;
    margin: 0 4px 0 0;
}




/* top-header */

.alert svg {
    width: 1.25rem;
    height: 1.25rem;
}


/* header */
header {
    border-bottom: none;
    transition: 0.4s;
}

header .container-fluid {
    max-width: 90%;
}

.navbar-light .navbar-brand {
    width: 285px;
    padding: 0;
    margin: 0 30px 0 0;
}

.navbar {
    padding: 0;
    border-bottom: none;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #d50202;
}

.navbar-expand-xl .navbar-nav .nav-link {
    display: block;
    padding: 38px 19px;
    text-decoration: none;
    color: #fff;
    position: relative;
    white-space: nowrap;
    text-transform: uppercase;
    transition: 0.4s;
    font-size: 14px;
    letter-spacing: 0;
    font-weight: bold;
}

.navbar-expand-xl .navbar-nav .nav-link:last-child::before {
    display: none;
}

.navbar-expand-xl .navbar-nav .active .nav-link {
    color: #F00101;
}

.RiGhT_nav {
    text-align: right;
}

.navbar-expand-xl .RiGhT_nav .nav-link {
    font-size: 1.125rem !important;
    font-weight: 300;
}

header {
    position: fixed;
    z-index: 999;
    padding: 0 60px;
    top: 0;
    left: 0;
    width: 100%;
    background: transparent;
    /* backdrop-filter: blur(2px); */
    border-radius: 0;
}

.dropdown-item {
    font-size: 18px;
    font-weight: 500;
    display: block;
    padding: 12px 16px;
    text-decoration: none;
    border-radius: 0;
    color: rgb(0, 0, 0);
    position: relative;
    white-space: nowrap;
    border-radius: 0;
    text-transform: capitalize;
    border-bottom: 1px solid #f1f1f1;
}

.dropdown-item span {
    width: 40px;
    height: 40px;
    display: inline-block;
    background: #dff9f2;
    border-radius: 6px;
    text-align: center;
    line-height: 37px;
    margin: 0 9px 0 0;
}

.dropdown-item img {
    /* width: 170px; */
    display: inline-block;
    margin: 0 auto;
    margin-bottom: 12px;
    height: 108px;
}

.bTn_OrDeR i {
    font-size: 1.5625rem;
    margin: 0 0.75rem 0 0;
    color: var(--main);
}

.bTn_OrDeR p {
    margin: 0 0 7px 0;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #d50202;
    text-decoration: none;
    background-color: transparent;
    /* border-color: var(--main); */
}

.fixed {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    transition: 0.4s;
    border-radius: 0;
    background: #FBF1DF;
    box-shadow: 1px 3px 3px rgba(0, 0, 0, .1);
}

.nav-link.h_social_ico {
    color: #fff !important;
    transition: 0.4s;
    background: var(--main);
    text-align: center;
    border-radius: 0.3125rem;
    font-size: 1.125rem !important;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0 !important;
    margin: 0 0 0 0.3125rem;
}

.navbar-expand-xl .navbar-nav .dropdown-menu.megaheader {
    position: absolute;
    border-radius: 0;
    border: none;
    box-shadow: 0 1.2rem 1rem rgba(0, 0, 0, .15) !important;
    padding: 0.5rem 1.25rem;
    margin: 0px 0 0 0;
    padding-bottom: 0.8125rem;
    min-width: 70%;
    background: #fff;
}

.navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
    border-radius: 0;
    border: none;
    box-shadow: 0 1.2rem 1rem rgba(0, 0, 0, .15) !important;
    padding: 0;
    margin: 1px 0 0 0;
    padding-bottom: 0;
    min-width: 30vh;
    padding-top: 0;
}

.nav-link.header_btn {
    border: 1px solid #25d366 !important;
    transition: 0.4s;
    text-align: center;
    padding: 10px 25px !important;
    border-radius: 50px;
    color: #fff !important;
    margin-left: 0.625rem;
    background: linear-gradient(90deg, #25d366 0%, #25d366 100%);
    line-height: normal;
    margin: 0;
    font-size: 16px !important;
    text-transform: capitalize !important;
    /* font-weight: 600 !important; */
}

.nav-link.header_btn:hover {
    color: var(--white) !important;
    transition: 0.4s;
    /* box-shadow: rgba(11, 43, 158, 0.24) 0px 6px 1.25rem -6px; */
    /*! transform: scale(1.04); */
    background: #25d366;
    border-color: #25d366 !important;
}

.nav-link.header_outline_btn {
    border: 2px solid var(--main) !important;
    transition: 0.4s;
    text-align: center;
    padding: 0.25rem 1.5625rem !important;
    border-radius: 0.25rem;
    /*! font-size: 0.8125rem !important; */
    height: 2.5rem;
    color: var(--main) !important;
    /*! font-weight: 400 !important; */
    margin-left: 0.625rem;
    background: #0263e00a;
}

.nav-link.header_outline_btn:hover {
    border-color: var(--main);
    color: var(--white) !important;
    background: var(--main);
    transition: 0.4s;
}

.header_outline_btn:focus,
.header_btn:focus {
    outline-width: 2px;
    outline-style: solid;
    outline-color: var(--main);
    outline-offset: 2px;
    -moz-outline-radius: 0.25rem;
    background: var(--main);
    color: #000 !important;
}

.navbar-nav {
    align-items: center;
}

.nav_topXS {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 0.5rem;
    padding: 0 0.9375rem;
    align-items: center;
}

.nav_topXS .navbar-brand {
    padding: 6px 0;
}

/* drop_down */


.dropdown-menu .menu_heading h5 {
    font-size: 1rem;
    padding-bottom: 0.8125rem;
    margin-bottom: 0.8125rem;
    border-bottom: 1px solid #efefef;
    font-weight: 500;
    color: var(--heading_color);
}

.dropdown-menu ul {
    padding: 0;
}

.dropdown-menu ul li {
    padding: 0;
    margin: 0;
    list-style: none;
    border-radius: 0.3125rem;
    break-inside: avoid;
}

.megaheader ul li {
    padding: 10px;
}

.dropdown-menu ul li:hover {
    transition: 0.3s;
    /*! background: rgb(245, 249, 254); */
}

.dropdown-menu ul li:hover h6 {
    color: var(--main);
    transition: 0.3s;
}

.dropdown-menu ul li:hover p {
    color: var(--main);
    transition: 0.3s;
}


.dropdown-menu ul li .mega_link_item {
    display: flex;
    width: 100%;
    padding: 0.9375rem 1.25rem;
}

.color_logo {
    display: none;
}

.fixed .color_logo {
    display: block !important;
}

.fixed .white_logo {
    display: none !important;
}

.fixed .navbar-expand-xl .navbar-nav .nav-link {
    color: rgb(43, 42, 42);
    /*! padding: 2rem 15px; */
}

.blcall {
    display: none;
}

.fixed .blcall {
    display: block;
}

.fixed .whitecall {
    display: none;
}

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


/* .dropdown-menu::before{
  content: '';
  width: 120pc;
  height: 100vh;
  background: #000;
  position: absolute;
  left: -33pc;
  top: 0;
  opacity: 0.3;
  z-index: -1; 
} */
.mega_links_info {
    width: 100%;
}

.mega_links_info h6 {
    font-size: 0.875rem;
    font-weight: 500;
    margin-bottom: 0.3125rem;
    color: #2a364d;
}

.mega_links_info p {
    margin-bottom: 0;
    line-height: normal;
    font-size: 0.8125rem;
    color: #686868;
    font-weight: 300;
}

.navbar-expand-xl .navbar-nav .dropdown-mega .dropdown-menu {
    border: none;
    left: 50%;
    transform: translateX(-50%);
    padding: 20px;
}

.resources_drpdown {
    padding: 0 !important;
}

.link_mainHeilight {
    padding: 1.875rem;
    background: var(--main);
}

.link_mainHeilight .mega_links_info p {
    color: #ffffffa3;
}

.link_mainHeilight .mega_links_info h6 {
    font-size: 0.9375rem;
    color: #fff;
}

.link_mainHeilight .menu_heading h5 {
    font-size: 1rem;
    padding-bottom: 0.8125rem;
    margin-bottom: 2px;
    border-bottom: 1px solid #efefef45;
    font-weight: 500;
    color: var(--white);
}

.resources_drpdown ul li:hover {
    transition: 0.3s;
    background: rgba(245, 249, 254, 0.15);
}

.resources_drpdown ul li:hover h6 {
    color: var(--white);
    transition: 0.3s;
}

.resources_drpdown ul li:hover p {
    color: #ffffffa3;
    transition: 0.3s;
}

.blog_top_main {
    padding: 1.25rem 1.25rem;
}

.top_blogItem {
    margin-bottom: 1.5625rem;
    display: block;
}

.top_blogItem .image {
    min-height: 11.25rem;
    max-height: 11.25rem;
    border-radius: 0.3125rem;
    margin-bottom: 6px;
    position: relative;
    overflow: hidden;
}

.top_blogItem .image .blog_label {
    position: absolute;
    right: 0.9375rem;
    top: 0.9375rem;
    background: #fff;
    color: #000;
    font-size: 0.75rem;
    font-weight: 300;
    border-radius: 0.25rem;
    height: 1.5625rem;
    z-index: 1;
    padding: 0 0.875rem;
}

.blog__caption h3 {
    font-size: 0.9375rem;
    color: var(--heading_color);
    font-weight: 500;
    font-family: var(--B-family);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.dropdown-menu.dropdown-menu-end.logindrp {
    padding: 0.625rem 1.25rem;
}

.bhBVsT {
    background-color: rgb(255, 255, 255);
    border-top: 1px solid rgb(239, 243, 253);
    display: flex;
    -moz-box-pack: center;
    justify-content: center;
    padding: 12px 0px;
    margin-top: 1.3rem;
}



/* drop_down */
.megaheaderbookapbx {
    padding: 0;
    column-count: initial !important;
}

.megaheaderbookapbx ul {
    padding: 0;
    column-count: initial !important;
}

.megaheaderbookapbx ul li {
    list-style: none;
}

.megaheaderbookapbx li a {
    border-radius: 11px;
    display: flex;
    flex-direction: column;
    margin-top: 2px;
    padding: 16px;
    transition: 0.3s;
    /*! overflow: hidden; */
    position: relative;
    margin-bottom: 15px;
    background: #fff;
    border: 2px solid #f3f5f7;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.megaheaderbookapbx li a span {
    z-index: 2;
    position: relative;
}

.megaheaderbookapbx li a span:first-of-type {
    color: rgb(36, 51, 90);
    font-size: 18px;
    font-weight: 600;
}

.megaheaderbookapbx li a span:last-of-type {
    color: rgb(77, 91, 124);
    display: initial;
    display: block;
}

.megaheaderbookapbx li a:hover {
    background: rgba(0, 123, 196, 0.08);
    transition: 0.3s;
    border-color: var(--main);
}

.megaheaderbookapbx li a:hover span:first-of-type {
    color: var(--main);
    transition: 0.3s;
}

.megaheaderbookapbx li a img {
    position: absolute;
    right: -10px;
    top: -17px;
    object-fit: contain;
    z-index: 0;
    width: 119px;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "\F282";
    border-top: none;
    border-right: none;
    border-bottom: 0;
    border-left: none;
    font-family: bootstrap-icons !important;
    position: absolute;
    top: 39%;
    font-size: 12px;
}

.softwareSec h4 {
    font-size: 30px;
    color: var(--main);
    font-weight: 600;
}

.nav-link.dropdown-toggle {
    padding-right: 40px !important;
}


.megaheader .dropdown-item {
    font-size: 14px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    font-weight: 600;
    letter-spacing: 1px;
    border: none;
    /*! border: 1px solid #ddd; */
    /* margin: 9px; */
    box-shadow: rgb(128, 128, 128) 0px 0px 0px 1px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}


.megaheader h6 {
    font-size: 26px;
    color: rgb(0, 0, 0);
    font-weight: bold;
}

.about_Dropdown ul {
    column-count: 3;
}

.col-lg-3.bglight {
    padding: 30px;
    background: #fafefd;
    border-radius: 10px;
}

.d-flex.mainfetursss {
    margin: 0 0 27px 0;
    font-size: 22px;
}

.d-flex.mainfetursss span {
    margin: 0 15px 0 0;
    color: #fff;
    font-size: 18px;
    letter-spacing: 0px;
    font-weight: 400;
}

.d-flex.mainfetursss span i {
    margin: 0 6px 0 0;
    color: #f2c9d1;
}

.navbar-brand {
    width: 250px;
}

.container.border-bottom {
    border-color: rgba(255, 255, 255, 0.2) !important;
    padding-bottom: 10px;
}

.top_header_phone ul {
    padding: 0 90px 0 0;
    display: flex;
    margin: 0;
    justify-content: center;
}

.top_header_phone ul li {
    padding: 0;
    list-style: none;
    display: flex;
    text-align: left;
    align-items: center;
    margin: 0 30px 0 0;
}

.top_header_phone ul li p {
    margin: 0;
    color: #fff;
    font-size: 15px;
    opacity: 0.8;
    line-height: normal;
}

.top_header_phone ul li h6 {
    font-size: 18px;
    margin: 0;
    line-height: normal;
}

.top_header_phone ul li img {
    margin: 0 12px 0 0;
}








/* header */

.carousel-item img {
    height: 100vh;
    object-fit: cover;
}



















/* SPIRITUAL MANDALA BACKGROUNDS */
.mandala-bg {
    position: relative;
    background-color: var(--bg-color);
}

.mandala-bg::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url('data:image/svg+xml;utf8,<svg width="100" height="100" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><g fill="%23B88A3B" fill-opacity="0.05"><path d="M50 0C50 27.6 27.6 50 0 50C27.6 50 50 72.4 50 100C50 72.4 72.4 50 100 50C72.4 50 50 27.6 50 0Z"/></g></svg>');
    background-size: 200px 200px;
    z-index: 0;
    opacity: 0.6;
}

.mandala-bg-dark {
    position: relative;
    background-color: var(--secondary-color);
}

.mandala-bg-dark::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url('data:image/svg+xml;utf8,<svg width="100" height="100" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><g fill="%23D4AF37" fill-opacity="0.05"><path d="M50 0C50 27.6 27.6 50 0 50C27.6 50 50 72.4 50 100C50 72.4 72.4 50 100 50C72.4 50 50 27.6 50 0Z"/></g></svg>');
    background-size: 300px 300px;
    z-index: 0;
    opacity: 0.8;
}

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

/* TYPOGRAPHY */
.hero-headline {
    font-size: 5rem;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: -1px;
}

@media (max-width: 991px) {
    .hero-headline {
        font-size: 3.5rem;
    }
}

@media (max-width: 767px) {
    .hero-headline {
        font-size: 2.5rem;
    }
}

.section-title {
    font-size: 3rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.subtitle {
    font-size: 1.2rem;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
}

/* BUTTONS */
.btn-luxury {
    background: linear-gradient(135deg, #d4af37 0%, #aa7c11 100%);
    color: #fff;
    font-family: var(--font-button);
    border: none;
    border-radius: 5px;
    /* Boxier for spiritual vibe */
    padding: 12px 30px;
    font-weight: 500;
    letter-spacing: 0.5px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 10px 20px rgba(184, 138, 59, 0.2);
}

.btn-luxury:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 25px rgba(184, 138, 59, 0.3);
    color: #fff;
}

.btn-luxury-outline {
    background: transparent;
    color: var(--primary-color);
    font-family: var(--font-button);
    border: 1px solid var(--primary-color);
    border-radius: 5px;
    padding: 12px 30px;
    font-weight: 500;
    transition: all 0.4s ease;
}

.btn-luxury-outline:hover {
    background: var(--primary-color);
    color: #fff;
    transform: translateY(-3px);
}

.btn-luxury-outline-light {
    background: transparent;
    color: #fff;
    font-family: var(--font-button);
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 12px 30px;
    font-weight: 500;
    transition: all 0.4s ease;
}

.btn-luxury-outline-light:hover {
    background: #fff;
    color: var(--secondary-color);
    transform: translateY(-3px);
}

/* HEADER & NAVBAR */
.top-bar {
    background-color: var(--secondary-color);
    color: #fff;
    padding: 10px 0;
    font-size: 0.9rem;
}

.top-bar a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.top-bar a:hover {
    color: var(--primary-color);
}

.top-bar .social-icons a {
    margin-left: 15px;
}

.luxury-navbar {
    background-color: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 15px 0;
    transition: all 0.3s ease;
}

.luxury-navbar.sticky-nav-active {
    padding: 10px 0;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.luxury-navbar .nav-link {
    font-family: var(--font-body);
    font-weight: 500;
    color: var(--secondary-color);
    margin: 0 5px;
    position: relative;
    text-transform: capitalize;
    font-size: 0.95rem;
    letter-spacing: 0.5px;
}

.luxury-navbar .nav-link:hover,
.luxury-navbar .nav-link.active {
    color: var(--primary-color);
}

/* DROPDOWN MENU */
@media (min-width: 992px) {
    .dropdown:hover>.dropdown-menu {
        display: block;
        margin-top: 0;
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .dropdown-menu {
        border: none;
        border-radius: 0 0 10px 10px;
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
        border-top: 2px solid var(--primary-color);
        display: block;
        opacity: 0;
        visibility: hidden;
        transform: translateY(15px);
        transition: all 0.3s ease;
    }
}

.dropdown-item {
    padding: 10px 20px;
    font-weight: 500;
    font-size: 0.9rem;
    color: var(--text-color);
    transition: all 0.3s ease;
}

.dropdown-item:hover {
    background-color: var(--bg-color);
    color: var(--primary-color);
    padding-left: 25px;
}

/* HERO SECTION */
.hero-slider {
    height: calc(100vh - 120px);
    min-height: 600px;
    position: relative;
}

.hero-slide {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
}

.hero-slide::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.3) 100%);
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    color: #fff;
}

.hero-content .hero-headline {
    color: #fff;
}

.hero-content .subtitle {
    color: rgba(255, 255, 255, 0.9);
}

/* MANDIR DESIGN CARDS (SWIPER) */
.design-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid var(--border-color);
    transition: all 0.4s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
}

.design-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(184, 138, 59, 0.1);
    border-color: var(--primary-color);
}

.design-card .img-wrapper {
    overflow: hidden;
    height: 250px;
}

.design-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s ease;
}

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

.design-card .content {
    padding: 20px;
    text-align: center;
}

.design-card h4 {
    font-family: var(--font-heading);
    font-weight: 700;
    color: var(--secondary-color);
    margin-bottom: 10px;
}

.design-card p {
    color: #666;
    font-size: 0.9rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 15px;
}

/* PROCESS SECTION */
.process-step {
    text-align: center;
    padding: 30px 20px;
    position: relative;
}

.process-step .step-num {
    font-family: var(--font-heading);
    font-size: 3rem;
    font-weight: 700;
    color: rgba(184, 138, 59, 0.15);
    line-height: 1;
    margin-bottom: 10px;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
}

.process-step h5 {
    position: relative;
    z-index: 1;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 25px;
    color: var(--primary-color);
}

.process-step p {
    position: relative;
    z-index: 1;
    color: var(--text-color);
    font-size: 0.9rem;
}

/* FOOTER */
.luxury-footer {
    background-color: var(--secondary-color);
}

.luxury-footer .footer-text {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.95rem;
    line-height: 1.8;
}

.luxury-footer .footer-links li {
    margin-bottom: 10px;
}

.luxury-footer .footer-links a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: all 0.3s ease;
}

.luxury-footer .footer-links a:hover {
    color: var(--primary-color);
    padding-left: 5px;
}

/* UTILITIES */
.spacer-100 {
    height: 100px;
}

.spacer-50 {
    height: 50px;
}

@media (max-width: 767px) {
    .spacer-100 {
        height: 60px;
    }
}

/* ========================================
    LUXURY HERO CAROUSEL & LEFT OVERLAY
======================================== */
.hero-carousel-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #0E0906;
}

.hero-carousel-wrapper .carousel-item {
    position: relative;
    height: 92vh;
    min-height: 100vh;
    max-height: 100vh;
    overflow: hidden;
    background-color: #0E0906;
}

/* Background image with subtle Ken Burns zoom */
.hero-slide-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center right;
    transform: scale(1);
    transition: transform 7s cubic-bezier(0.25, 1, 0.5, 1);
    z-index: 1;
}

.carousel-item.active .hero-slide-bg {
    transform: scale(1.06);
}

/* Elegant Multi-layered Left-Heavy Cinematic Overlay */
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg,
            rgba(10, 7, 4, 0.94) 0%,
            rgba(16, 11, 7, 0.88) 35%,
            rgba(20, 14, 8, 0.65) 60%,
            rgba(10, 7, 4, 0.25) 100%);
    z-index: 2;
}

/* Divine Warm Radial Glow Overlay */
.hero-overlay-glow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:
        radial-gradient(circle at 18% 45%, rgba(212, 175, 55, 0.16) 0%, transparent 50%),
        linear-gradient(to top, rgba(10, 7, 4, 0.85) 0%, transparent 25%);
    pointer-events: none;
    z-index: 3;
}

/* Caption Left Positioning inside Container */
.carousel-caption.hero-caption-left {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    padding: 130px 0 70px;
    z-index: 5;
}

/* Creative Glassmorphic Hero Content Box */
.hero-content-card {
    position: relative;
}

/* Eyebrow badge */
.hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 6px 0;
    border-radius: 50px;
    margin-bottom: 1.25rem;
}

.hero-eyebrow .eyebrow-icon {
    color: #F8D376;
    font-size: 0.9rem;
}

.hero-eyebrow .eyebrow-text {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: #F8E2A0;
}

.hero-eyebrow .eyebrow-dash {
    width: 20px;
    height: 1px;
    background: rgba(212, 175, 55, 0.6);
}

/* Headline */
.hero-headline {
    font-family: 'Cormorant Garamond', 'Cinzel', serif;
    font-size: clamp(2.3rem, 4.2vw, 3.8rem);
    font-weight: 700;
    line-height: 1.15;
    color: #FFFFFF;
    margin-bottom: 1.2rem;
    letter-spacing: -0.01em;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.6);
}

.text-gradient-gold {
    background: linear-gradient(135deg, #FFF4D9 0%, #E6BA54 45%, #D4AF37 70%, #F5CE68 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline;
}

/* Description */
.hero-description {
    font-family: 'Plus Jakarta Sans', 'Inter', sans-serif;
    font-size: clamp(0.95rem, 1.15vw, 1.1rem);
    color: rgba(247, 241, 230, 0.88);
    line-height: 1.7;
    margin-bottom: 1.5rem;
    max-width: 620px;
    font-weight: 300;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.7);
}

/* Feature tags */
.hero-feature-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 1.75rem;
}

.feature-tag {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 30px;
    padding: 6px 14px;
    font-size: 0.8rem;
    color: #F0EAE1;
    font-weight: 500;
    letter-spacing: 0.02em;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

.feature-tag i {
    color: #E8C15A;
    font-size: 0.85rem;
}

/* Dual CTA group */
.hero-cta-group {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
}

.btn-luxury-gold {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #D4AF37 0%, #F3D078 50%, #C49826 100%);
    color: #1A1108;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 700;
    font-size: 0.95rem;
    padding: 13px 28px;
    border-radius: 50px;
    border: none;
    text-decoration: none;
    box-shadow: 0 8px 24px rgba(212, 175, 55, 0.35);
    transition: all 0.35s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.btn-luxury-gold:hover {
    background: linear-gradient(135deg, #F3D078 0%, #FFE69E 50%, #D4AF37 100%);
    color: #000;
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(212, 175, 55, 0.55);
}

.btn-luxury-outline {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.06);
    color: #FFFFFF;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 600;
    font-size: 0.95rem;
    padding: 13px 26px;
    border-radius: 50px;
    border: 1.5px solid rgba(212, 175, 55, 0.55);
    text-decoration: none;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transition: all 0.35s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.btn-luxury-outline:hover {
    background: rgba(212, 175, 55, 0.2);
    border-color: #F8D376;
    color: #FFF;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(212, 175, 55, 0.25);
}

/* Custom Indicators (Luxury Numbered Bars) */
.custom-indicators {
    position: absolute;
    bottom: 35px;
    left: auto;
    right: 6%;
    margin: 0;
    display: flex;
    gap: 16px;
    z-index: 10;
    justify-content: flex-end;
}

.custom-indicators button {
    background: transparent;
    border: none;
    padding: 6px 0;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    opacity: 0.5;
    transition: all 0.35s ease;
}

.custom-indicators button .indicator-num {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    color: #EDE5D8;
    letter-spacing: 0.1em;
}

.custom-indicators button .indicator-line {
    width: 32px;
    height: 3px;
    background: rgba(255, 255, 255, 0.35);
    border-radius: 3px;
    transition: all 0.35s ease;
}

.custom-indicators button.active {
    opacity: 1;
}

.custom-indicators button.active .indicator-num {
    color: #F3D078;
}

.custom-indicators button.active .indicator-line {
    width: 60px;
    background: linear-gradient(90deg, #D4AF37, #F8E2A0);
    box-shadow: 0 0 10px rgba(212, 175, 55, 0.6);
}

/* Custom Sleek Carousel Nav Arrows */
.custom-carousel-nav {
    width: 60px;
    height: 60px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    z-index: 10;
    transition: all 0.35s ease;
    border: none;
    background: transparent;
}

.custom-carousel-nav.carousel-control-prev {
    left: 25px;
}

.custom-carousel-nav.carousel-control-next {
    right: 25px;
}

.hero-carousel-wrapper:hover .custom-carousel-nav {
    opacity: 0.85;
}

.custom-carousel-nav:hover {
    opacity: 1 !important;
}

.nav-control-circle {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(20, 14, 8, 0.6);
    border: 1px solid rgba(212, 175, 55, 0.4);
    backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #F8E2A0;
    font-size: 0.95rem;
    transition: all 0.3s ease;
}

.custom-carousel-nav:hover .nav-control-circle {
    background: rgba(212, 175, 55, 0.9);
    color: #160F08;
    border-color: #FFE69E;
    box-shadow: 0 0 20px rgba(212, 175, 55, 0.5);
    transform: scale(1.1);
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .hero-carousel-wrapper .carousel-item {
        height: auto;
        min-height: 580px;
        padding-top: 100px;
        padding-bottom: 70px;
    }

    .carousel-caption.hero-caption-left {
        position: relative;
        padding: 40px 0 20px;
    }

    .hero-content-card {
        padding: 1.75rem 1.5rem;
    }

    .custom-indicators {
        bottom: 15px;
        right: 50%;
        transform: translateX(50%);
    }

    .custom-carousel-nav {
        display: none;
    }
}

@media (max-width: 575px) {
    .hero-headline {
        font-size: 1.95rem;
    }

    .hero-cta-group {
        flex-direction: column;
        align-items: stretch;
    }

    .btn-luxury-gold,
    .btn-luxury-outline {
        justify-content: center;
        width: 100%;
    }
}

/* ========================================
    CREATIVE ABOUT US SECTION & PHONE BOX
======================================== */
.about-luxury-section {
    background-color: #FDF9F2;
    position: relative;
    padding: 100px 0;
}

/* Ambient Sacred Glows */
.about-ambient-glow {
    position: absolute;
    width: 450px;
    height: 450px;
    border-radius: 50%;
    filter: blur(100px);
    pointer-events: none;
    z-index: 1;
}

.about-ambient-glow.glow-top-left {
    top: -50px;
    left: -50px;
    background: radial-gradient(circle, rgba(212, 175, 55, 0.15) 0%, transparent 70%);
}

.about-ambient-glow.glow-bottom-right {
    bottom: -50px;
    right: -50px;
    background: radial-gradient(circle, rgba(184, 138, 59, 0.12) 0%, transparent 70%);
}

/* Visual Stack & Frame */
.about-visual-stack {
    position: relative;
    padding: 20px 20px 40px 20px;
}

.about-gold-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 90%;
    height: 92%;
    border: 2px dashed rgba(212, 175, 55, 0.45);
    border-radius: 28px;
    transform: rotate(-2deg);
    z-index: 1;
    transition: transform 0.5s ease;
}

.about-visual-stack:hover .about-gold-frame {
    transform: rotate(0deg) scale(1.02);
}

.about-main-image-wrap {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 25px 50px rgba(60, 42, 33, 0.16);
    border: 1px solid rgba(212, 175, 55, 0.3);
    z-index: 2;
    background-color: #EDE5D8;
}

.about-main-img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    transition: transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.about-visual-stack:hover .about-main-img {
    transform: scale(1.04);
}

/* Inset Quality Badge */
.about-quality-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgba(18, 12, 7, 0.85);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(212, 175, 55, 0.4);
    border-radius: 50px;
    padding: 8px 18px 8px 12px;
    display: flex;
    align-items: center;
    gap: 12px;
    color: #FFF;
    z-index: 3;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.about-quality-badge .badge-icon {
    width: 32px;
    height: 32px;
    background: linear-gradient(135deg, #D4AF37, #F3D078);
    color: #1A1108;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
}

.about-quality-badge .badge-text h6 {
    font-size: 0.82rem;
    font-weight: 700;
    margin: 0;
    color: #F8E2A0;
    line-height: 1.2;
}

.about-quality-badge .badge-text small {
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.75);
}

/* Floating Secondary Preview Card */
.about-float-card {
    position: absolute;
    bottom: 10px;
    right: -10px;
    background: #FFFFFF;
    border: 1.5px solid rgba(212, 175, 55, 0.35);
    border-radius: 18px;
    padding: 10px 14px 10px 10px;
    display: flex;
    align-items: center;
    gap: 12px;
    z-index: 4;
    box-shadow: 0 20px 40px rgba(60, 42, 33, 0.18);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.about-float-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 45px rgba(212, 175, 55, 0.25);
}

.float-card-img-wrap {
    position: relative;
    width: 58px;
    height: 58px;
    border-radius: 12px;
    overflow: hidden;
}

.float-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.glow-indicator {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 8px;
    height: 8px;
    background-color: #28a745;
    border-radius: 50%;
    box-shadow: 0 0 8px #28a745;
}

.float-card-content .float-tag {
    font-size: 0.68rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #B88A3B;
    display: block;
}

.float-card-content .float-title {
    font-size: 0.88rem;
    font-weight: 700;
    color: #2C1B10;
    margin: 0;
    white-space: nowrap;
}

/* Experience Floating Badge */
.about-exp-badge {
    position: absolute;
    bottom: -15px;
    left: 5px;
    background: linear-gradient(135deg, #1F150E 0%, #2F1E14 100%);
    border: 1px solid rgba(212, 175, 55, 0.5);
    border-radius: 16px;
    padding: 14px 20px;
    display: flex;
    align-items: center;
    gap: 14px;
    z-index: 4;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.35);
}

.about-exp-badge .exp-icon-wrap {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(212, 175, 55, 0.15);
    border: 1px solid rgba(212, 175, 55, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #F8D376;
    font-size: 1.25rem;
}

.about-exp-badge .exp-num {
    display: block;
    font-family: 'Cinzel', 'Cormorant Garamond', serif;
    font-size: 1.5rem;
    font-weight: 800;
    color: #F8E2A0;
    line-height: 1;
}

.about-exp-badge .exp-sub {
    font-size: 0.72rem;
    color: rgba(255, 255, 255, 0.8);
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

/* Right Column Content Styles */
.about-eyebrow-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(184, 138, 59, 0.1);
    border: 1px solid rgba(184, 138, 59, 0.3);
    padding: 6px 16px;
    border-radius: 50px;
    margin-bottom: 1.25rem;
}

.about-eyebrow-pill .eyebrow-icon-star {
    color: #B88A3B;
    font-size: 0.85rem;
}

.about-eyebrow-pill .eyebrow-pill-title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: #8C6422;
}

.about-heading {
    font-family: 'Cormorant Garamond', 'Cinzel', serif;
    font-size: clamp(2.2rem, 3.8vw, 3.2rem);
    font-weight: 700;
    line-height: 1.2;
    color: #23160D;
    letter-spacing: -0.02em;
}

.about-title-highlight {
    background: linear-gradient(135deg, #A87622 0%, #D4AF37 50%, #8C6422 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline;
}

.about-lead-desc {
    font-size: 1.05rem;
    color: #4A3A2F;
    line-height: 1.75;
    font-weight: 400;
}

.about-sub-desc {
    font-size: 0.95rem;
    color: #6C5A4E;
    line-height: 1.7;
}

/* Pillars Bento Grid */
.about-pillars-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.pillar-card {
    background: #FFFFFF;
    border: 1px solid #EBDDC8;
    border-radius: 14px;
    padding: 16px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    transition: all 0.35s ease;
    box-shadow: 0 4px 15px rgba(60, 42, 33, 0.04);
}

.pillar-card:hover {
    border-color: #D4AF37;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(184, 138, 59, 0.12);
}

.pillar-icon-box {
    width: 38px;
    height: 38px;
    min-width: 38px;
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.15) 0%, rgba(184, 138, 59, 0.25) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9C7026;
    font-size: 0.95rem;
    transition: all 0.3s ease;
}

.pillar-card:hover .pillar-icon-box {
    background: linear-gradient(135deg, #B88A3B 0%, #D4AF37 100%);
    color: #FFF;
    transform: rotate(5deg) scale(1.08);
}

.pillar-info h6 {
    font-size: 0.92rem;
    font-weight: 700;
    color: #23160D;
    margin-bottom: 4px;
}

.pillar-info p {
    font-size: 0.78rem;
    color: #7A695C;
    margin: 0;
    line-height: 1.45;
}

/* Bottom Action Row with Creatively Placed Phone Box */
.about-cta-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
    margin-top: 1.5rem;
}

.btn-about-story {
    padding: 14px 30px;
    font-size: 0.95rem;
}

/* Creative Luxury Phone Call Box */
.about-phone-box {
    display: inline-block;
}

.phone-box-inner {
    display: flex;
    align-items: center;
    gap: 14px;
    background: #FFFFFF;
    border: 1.5px solid #E5D5BA;
    border-radius: 50px;
    padding: 8px 22px 8px 10px;
    text-decoration: none;
    box-shadow: 0 8px 25px rgba(60, 42, 33, 0.08);
    transition: all 0.35s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.phone-box-inner:hover {
    border-color: #D4AF37;
    background: #FFFDF8;
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(184, 138, 59, 0.22);
}

.phone-pulse-icon {
    position: relative;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: linear-gradient(135deg, #B88A3B 0%, #D4AF37 50%, #8C6422 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: 1rem;
    box-shadow: 0 4px 15px rgba(184, 138, 59, 0.4);
    transition: transform 0.3s ease;
}

.phone-box-inner:hover .phone-pulse-icon {
    transform: scale(1.08) rotate(-10deg);
}

/* Radar pulse wave effect */
.radar-pulse {
    position: absolute;
    top: -4px;
    left: -4px;
    right: -4px;
    bottom: -4px;
    border: 2px solid #D4AF37;
    border-radius: 50%;
    animation: radarRipple 2s infinite cubic-bezier(0.25, 1, 0.5, 1);
    pointer-events: none;
}

@keyframes radarRipple {
    0% {
        transform: scale(0.95);
        opacity: 0.9;
    }

    100% {
        transform: scale(1.45);
        opacity: 0;
    }
}

.phone-details {
    display: flex;
    flex-direction: column;
}

.phone-tag {
    display: flex;
    align-items: center;
    gap: 6px;
}

.live-dot {
    width: 7px;
    height: 7px;
    background-color: #28a745;
    border-radius: 50%;
    box-shadow: 0 0 6px #28a745;
    animation: pulseDot 1.5s infinite ease-in-out;
}

@keyframes pulseDot {

    0%,
    100% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0.4;
        transform: scale(0.85);
    }
}

.tag-label {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #9C7026;
}

.phone-digits {
    font-family: 'Plus Jakarta Sans', 'Inter', sans-serif;
    font-size: 1.05rem;
    font-weight: 800;
    color: #23160D;
    line-height: 1.2;
    transition: color 0.3s ease;
}

.phone-box-inner:hover .phone-digits {
    color: #A87622;
}

/* ========================================
    RESPONSIVE MEDIA QUERIES (ABOUT SECTION)
======================================== */
@media (max-width: 1199px) {
    .about-main-img {
        height: 460px;
    }

    .about-float-card {
        right: 0;
    }
}

@media (max-width: 991px) {
    .about-luxury-section {
        padding: 70px 0;
    }

    .about-visual-stack {
        max-width: 520px;
        margin: 0 auto;
        padding: 10px 10px 30px 10px;
    }

    .about-main-img {
        height: 420px;
    }

    .about-heading {
        font-size: 2.3rem;
    }

    .about-pillars-grid {
        gap: 12px;
    }
}

@media (max-width: 575px) {
    .about-luxury-section {
        padding: 50px 0;
    }

    .about-visual-stack {
        padding: 0;
    }

    .about-main-img {
        height: 340px;
        border-radius: 18px;
    }

    .about-gold-frame {
        display: none;
    }

    .about-float-card {
        position: relative;
        bottom: auto;
        right: auto;
        margin-top: -25px;
        margin-left: auto;
        margin-right: 15px;
        max-width: 220px;
    }

    .about-exp-badge {
        position: relative;
        bottom: auto;
        left: auto;
        margin-top: 15px;
        width: 100%;
        justify-content: center;
    }

    .about-quality-badge {
        top: 10px;
        right: 10px;
        padding: 6px 12px;
    }

    .about-quality-badge .badge-text h6 {
        font-size: 0.72rem;
    }

    .about-quality-badge .badge-text small {
        display: none;
    }

    .about-heading {
        font-size: 1.85rem;
    }

    .about-pillars-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .about-cta-row {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }

    .btn-about-story {
        width: 100%;
        justify-content: center;
    }

    .about-phone-box {
        width: 100%;
    }

    .phone-box-inner {
        width: 100%;
        justify-content: center;
        border-radius: 16px;
        padding: 10px 16px;
    }
}

/* ========================================
    MANDIR COLLECTIONS SHOWCASE SLIDER
======================================== */
.mandir-collections-section {
    background: linear-gradient(180deg, #F8F3EA 0%, #FAF5EE 50%, #F5EFE4 100%);
    position: relative;
    padding: 100px 0 90px;
}

/* Ambient Radial Glows */
.collections-glow-bg {
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    filter: blur(120px);
    pointer-events: none;
    z-index: 1;
}

.collections-glow-bg.top-right {
    top: -100px;
    right: -100px;
    background: radial-gradient(circle, rgba(212, 175, 55, 0.18) 0%, transparent 70%);
}

.collections-glow-bg.bottom-left {
    bottom: -100px;
    left: -100px;
    background: radial-gradient(circle, rgba(184, 138, 59, 0.14) 0%, transparent 70%);
}

/* Eyebrow & Titles */
.collections-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(184, 138, 59, 0.1);
    border: 1px solid rgba(184, 138, 59, 0.3);
    padding: 6px 16px;
    border-radius: 50px;
}

.collections-eyebrow .eyebrow-sparkle {
    color: #B88A3B;
    font-size: 0.85rem;
}

.collections-eyebrow .eyebrow-label {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: #8C6422;
}

.collections-main-title {
    font-family: 'Cormorant Garamond', 'Cinzel', serif;
    font-size: clamp(2.2rem, 3.8vw, 3.2rem);
    font-weight: 700;
    line-height: 1.2;
    color: #23160D;
    letter-spacing: -0.02em;
    margin: 10px 0 14px;
}

.collections-lead {
    font-size: 1.02rem;
    color: #6C5A4E;
    line-height: 1.65;
    max-width: 620px;
}

/* Swiper Circular Navigation Buttons */
.swiper-nav-buttons {
    display: flex;
    align-items: center;
}

.swiper-btn-circle {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #FFFFFF;
    border: 1.5px solid #E5D5BA;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3C2A21;
    font-size: 0.95rem;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(60, 42, 33, 0.08);
    transition: all 0.35s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.swiper-btn-circle:hover {
    background: linear-gradient(135deg, #B88A3B 0%, #D4AF37 100%);
    color: #FFF;
    border-color: #D4AF37;
    box-shadow: 0 8px 22px rgba(184, 138, 59, 0.35);
    transform: translateY(-2px);
}

.swiper-btn-circle:active {
    transform: scale(0.95);
}

.swiper-btn-circle.swiper-button-disabled {
    opacity: 0.45;
    cursor: not-allowed;
    pointer-events: none;
}

/* ========================================
    LUXURY PRODUCT CARD STYLING
======================================== */
.luxury-product-card {
    background: #FFFFFF;
    border: 1px solid #EBDDC8;
    border-radius: 22px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 10px 30px rgba(60, 42, 33, 0.06);
    transition: all 0.45s cubic-bezier(0.2, 0.8, 0.2, 1);
    position: relative;
}

.luxury-product-card:hover {
    transform: translateY(-8px);
    border-color: #D4AF37;
    box-shadow: 0 22px 45px rgba(184, 138, 59, 0.18), 0 0 25px rgba(212, 175, 55, 0.08);
}

/* Image Stage */
.card-image-stage {
    position: relative;
    width: 100%;
    height: 280px;
    overflow: hidden;
    background-color: #1A120B;
}

.product-highlight-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.luxury-product-card:hover .product-highlight-img {
    transform: scale(1.08);
}

.stage-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(14, 9, 6, 0.3) 0%, rgba(14, 9, 6, 0) 40%, rgba(14, 9, 6, 0.65) 100%);
    pointer-events: none;
    z-index: 1;
}

/* Category Badge on Top-Left */
.badge-mandir-type {
    position: absolute;
    top: 14px;
    left: 14px;
    background: rgba(18, 12, 7, 0.82);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(212, 175, 55, 0.45);
    border-radius: 30px;
    padding: 6px 14px;
    color: #F8E2A0;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    z-index: 2;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
    gap: 6px;
}

.badge-mandir-type i {
    color: #E8C15A;
    font-size: 0.75rem;
}

/* Quick Action Zoom Button on Top-Right */
.stage-quick-actions {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 2;
}

.btn-stage-action {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(212, 175, 55, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2C1B10;
    font-size: 0.85rem;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.btn-stage-action:hover {
    background: #D4AF37;
    color: #FFF;
    transform: scale(1.1);
}

/* Card Content Body */
.card-content-body {
    padding: 22px 20px 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.product-meta-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 10px;
}

.meta-tag {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.72rem;
    font-weight: 600;
    color: #8C6422;
    background: rgba(212, 175, 55, 0.12);
    border-radius: 6px;
    padding: 3px 8px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.meta-tag i {
    font-size: 0.7rem;
    color: #B88A3B;
}

.product-title {
    font-family: 'Cormorant Garamond', 'Cinzel', serif;
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 8px;
}

.product-title a {
    color: #23160D;
    text-decoration: none;
    transition: color 0.3s ease;
}

.product-title a:hover {
    color: #A87622;
}

.product-desc {
    font-size: 0.85rem;
    color: #6C5A4E;
    line-height: 1.5;
    margin-bottom: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-specs-row {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 10px 0;
    border-top: 1px dashed #EAE0D0;
    border-bottom: 1px dashed #EAE0D0;
    margin-bottom: 16px;
}

.spec-item {
    font-size: 0.75rem;
    font-weight: 600;
    color: #4A3A2F;
    display: flex;
    align-items: center;
    gap: 6px;
}

.spec-item i {
    color: #28a745;
    font-size: 0.75rem;
}

/* Card Action Footer */
.card-footer-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: auto;
}

.btn-card-explore {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 16px;
    border-radius: 12px;
    background: #FFFDF9;
    border: 1.5px solid #E2D1B3;
    color: #2C1B10;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.82rem;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.35s ease;
}

.btn-card-explore:hover {
    background: linear-gradient(135deg, #B88A3B 0%, #D4AF37 100%);
    color: #FFF;
    border-color: #D4AF37;
    box-shadow: 0 4px 15px rgba(184, 138, 59, 0.3);
}

.btn-card-whatsapp {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 12px;
    background: #25D366;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.25);
}

.btn-card-whatsapp:hover {
    background: #1EBE5D;
    color: #FFF;
    transform: scale(1.08) rotate(-8deg);
    box-shadow: 0 6px 18px rgba(37, 211, 102, 0.4);
}

/* Custom Gold Swiper Bullet Pagination */
.design-swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #D8C7A8;
    opacity: 0.6;
    margin: 0 5px;
    transition: all 0.35s ease;
    border-radius: 10px;
}

.design-swiper-pagination .swiper-pagination-bullet-active {
    width: 28px;
    background: linear-gradient(135deg, #B88A3B 0%, #D4AF37 100%);
    opacity: 1;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(184, 138, 59, 0.4);
}

/* ========================================
    RESPONSIVE MEDIA QUERIES (COLLECTIONS)
======================================== */
@media (max-width: 991px) {
    .mandir-collections-section {
        padding: 70px 0 60px;
    }

    .card-image-stage {
        height: 250px;
    }

    .collections-main-title {
        font-size: 2.2rem;
    }
}

@media (max-width: 575px) {
    .mandir-collections-section {
        padding: 50px 0 40px;
    }

    .collections-main-title {
        font-size: 1.85rem;
    }

    .card-image-stage {
        height: 220px;
    }

    .card-content-body {
        padding: 16px 14px 16px;
    }

    .product-title {
        font-size: 1.2rem;
    }

    .product-specs-row {
        gap: 8px;
    }

    .spec-item {
        font-size: 0.7rem;
    }
}

/* ========================================
    WHY CHOOSE THE TEMPLE HUB (LUXURY)
======================================== */
.why-choose-luxury-section {
    background: #FAF7F2;
    position: relative;
    padding: 100px 0 95px;
}

/* Ambient Radial Glows */
.why-ambient-glow {
    position: absolute;
    width: 550px;
    height: 550px;
    border-radius: 50%;
    filter: blur(130px);
    pointer-events: none;
    z-index: 1;
}

.why-ambient-glow.glow-top-center {
    top: -120px;
    left: 50%;
    transform: translateX(-50%);
    background: radial-gradient(circle, rgba(212, 175, 55, 0.16) 0%, transparent 70%);
}

.why-ambient-glow.glow-bottom-right {
    bottom: -100px;
    right: -80px;
    background: radial-gradient(circle, rgba(184, 138, 59, 0.14) 0%, transparent 70%);
}

/* Header & Eyebrow */
.why-eyebrow-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(184, 138, 59, 0.1);
    border: 1px solid rgba(184, 138, 59, 0.3);
    padding: 6px 18px;
    border-radius: 50px;
}

.why-eyebrow-pill .eyebrow-star {
    color: #B88A3B;
    font-size: 0.85rem;
}

.why-eyebrow-pill .eyebrow-text {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: #8C6422;
}

.why-main-title {
    font-family: 'Cormorant Garamond', 'Cinzel', serif;
    font-size: clamp(2.2rem, 3.8vw, 3.2rem);
    font-weight: 700;
    line-height: 1.25;
    color: #23160D;
    letter-spacing: -0.02em;
    margin: 8px auto 14px;
    max-width: 820px;
}

.why-subtitle {
    font-size: 1.05rem;
    color: #6C5A4E;
    line-height: 1.6;
    max-width: 680px;
}

/* ========================================
    WHY FEATURE CARDS (BENTO)
======================================== */
.why-feature-card {
    background: #FFFFFF;
    border: 1.5px solid #EBDDC8;
    border-radius: 24px;
    padding: 36px 30px 32px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 10px 30px rgba(60, 42, 33, 0.05);
    transition: all 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
    z-index: 2;
}

.why-feature-card:hover {
    transform: translateY(-8px);
    border-color: #D4AF37;
    box-shadow: 0 22px 45px rgba(184, 138, 59, 0.18), 0 0 25px rgba(212, 175, 55, 0.08);
}

/* Watermark Number in Card Corner */
.card-watermark-num {
    position: absolute;
    top: 15px;
    right: 22px;
    font-family: 'Cormorant Garamond', serif;
    font-size: 3.8rem;
    font-weight: 700;
    line-height: 1;
    color: #B88A3B;
    opacity: 0.14;
    pointer-events: none;
    transition: all 0.4s ease;
}

.why-feature-card:hover .card-watermark-num {
    opacity: 0.3;
    transform: scale(1.1) translateY(-2px);
    color: #D4AF37;
}

/* Card Icon Header */
.card-icon-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 22px;
}

.why-icon-box {
    width: 62px;
    height: 62px;
    border-radius: 18px;
    background: linear-gradient(135deg, #FFFDF9 0%, #F5EADA 100%);
    border: 1.5px solid #E2D1B3;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #B88A3B;
    font-size: 1.5rem;
    box-shadow: 0 6px 18px rgba(184, 138, 59, 0.12);
    transition: all 0.35s ease;
}

.why-feature-card:hover .why-icon-box {
    background: linear-gradient(135deg, #B88A3B 0%, #D4AF37 100%);
    color: #FFFFFF;
    border-color: #D4AF37;
    transform: scale(1.08) rotate(-4deg);
    box-shadow: 0 8px 24px rgba(184, 138, 59, 0.35);
}

.why-category-pill {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #8C6422;
    background: rgba(184, 138, 59, 0.08);
    border: 1px solid rgba(184, 138, 59, 0.22);
    padding: 5px 12px;
    border-radius: 30px;
}

/* Card Titles & Typography */
.why-card-title {
    font-family: 'Cormorant Garamond', 'Cinzel', serif;
    font-size: 1.32rem;
    font-weight: 700;
    line-height: 1.35;
    color: #23160D;
    margin-bottom: 12px;
    letter-spacing: -0.01em;
}

.why-title-sub {
    font-size: 0.95rem;
    font-weight: 500;
    color: #8C6422;
}

.why-card-desc {
    font-size: 0.92rem;
    color: #6C5A4E;
    line-height: 1.65;
    margin-bottom: 20px;
    flex-grow: 1;
}

/* Card Tags / Micro Badges */
.why-card-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: auto;
    padding-top: 14px;
    border-top: 1px dashed #EAE0D0;
}

.why-tag {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    color: #4A3A2F;
    background: #F8F3EA;
    border-radius: 8px;
    padding: 5px 10px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.why-tag i {
    color: #28a745;
    font-size: 0.72rem;
}

/* Sub-features list on Card 4 */
.why-subfeatures-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: auto;
    padding-top: 14px;
    border-top: 1px dashed #EAE0D0;
}

.subfeature-item {
    font-size: 0.82rem;
    font-weight: 600;
    color: #3C2A21;
    display: flex;
    align-items: center;
    gap: 8px;
}

.subfeature-item i {
    color: #B88A3B;
    font-size: 0.85rem;
}

/* ========================================
    BOTTOM CONSULTATION ACTION CAPSULE
======================================== */
.why-bottom-consultation {
    background: linear-gradient(135deg, #1C120C 0%, #2B1B12 100%);
    border: 1.5px solid rgba(212, 175, 55, 0.4);
    border-radius: 26px;
    padding: 35px 40px;
    box-shadow: 0 20px 45px rgba(28, 18, 12, 0.35);
    position: relative;
    overflow: hidden;
}

.why-bottom-consultation::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
    height: 100%;
    background: radial-gradient(circle, rgba(212, 175, 55, 0.15) 0%, transparent 70%);
    pointer-events: none;
}

.badge-consultation-pulse {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #25D366;
    display: inline-block;
    box-shadow: 0 0 10px #25D366;
    animation: livePulse 2s infinite;
}

.consultation-heading {
    font-family: 'Cormorant Garamond', 'Cinzel', serif;
    font-size: 1.55rem;
    font-weight: 700;
    color: #FFFFFF;
    letter-spacing: -0.01em;
}

.consultation-subtext {
    font-size: 0.92rem;
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.6;
}

/* ========================================
    RESPONSIVE MEDIA QUERIES (WHY CHOOSE US)
======================================== */
@media (max-width: 991px) {
    .why-choose-luxury-section {
        padding: 70px 0 65px;
    }

    .why-main-title {
        font-size: 2.3rem;
    }

    .why-feature-card {
        padding: 28px 24px;
    }

    .why-bottom-consultation {
        padding: 28px 24px;
    }
}

@media (max-width: 767px) {
    .why-bottom-consultation .btn {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 575px) {
    .why-choose-luxury-section {
        padding: 50px 0 45px;
    }

    .why-main-title {
        font-size: 1.85rem;
    }

    .why-subtitle {
        font-size: 0.95rem;
    }

    .why-feature-card {
        padding: 24px 20px;
        border-radius: 20px;
    }

    .card-watermark-num {
        font-size: 2.8rem;
        top: 10px;
        right: 15px;
    }

    .why-icon-box {
        width: 52px;
        height: 52px;
        border-radius: 14px;
        font-size: 1.25rem;
    }

    .why-card-title {
        font-size: 1.18rem;
    }

    .why-card-desc {
        font-size: 0.88rem;
    }

    .why-bottom-consultation {
        padding: 24px 18px;
        border-radius: 20px;
    }

    .consultation-heading {
        font-size: 1.3rem;
    }

    .consultation-subtext {
        font-size: 0.85rem;
    }
}

/* ========================================
    HOW IT WORKS (DARK LUXURY SECTION)
======================================== */
.how-it-works-dark-section {
    background: linear-gradient(180deg, #120B08 0%, #1A100B 50%, #0F0906 100%);
    position: relative;
    padding: 110px 0 100px;
    color: #FFFFFF;
    z-index: 1;
    position: relative;
}

.how-it-works-dark-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url(../images/bgdarkkpng.png);
    background-size: cover;
    background-position: center;
    z-index: -1;
    opacity: 1;
}


/* Ambient Radial Glows & Background Watermark */
.process-glow-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(140px);
    pointer-events: none;
    z-index: 1;
}

.process-glow-orb.process-glow-top {
    top: -150px;
    left: 50%;
    transform: translateX(-50%);
    width: 700px;
    height: 500px;
    background: radial-gradient(circle, rgba(212, 175, 55, 0.2) 0%, transparent 70%);
}

.process-glow-orb.process-glow-bottom {
    bottom: -150px;
    right: 5%;
    width: 600px;
    height: 500px;
    background: radial-gradient(circle, rgba(184, 138, 59, 0.16) 0%, transparent 70%);
}

.process-mandala-watermark {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, rgba(212, 175, 55, 0.03) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
    z-index: 1;
}

/* Header & Eyebrow */
.process-eyebrow-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(212, 175, 55, 0.12);
    border: 1px solid rgba(212, 175, 55, 0.35);
    padding: 6px 18px;
    border-radius: 50px;
}

.process-eyebrow-pill .eyebrow-sparkle {
    color: #F3E5AB;
    font-size: 0.85rem;
}

.process-eyebrow-pill .eyebrow-text {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: #F3E5AB;
}

.process-main-title {
    font-family: 'Cormorant Garamond', 'Cinzel', serif;
    font-size: clamp(2.2rem, 3.8vw, 3.2rem);
    font-weight: 700;
    line-height: 1.25;
    color: #FFFFFF;
    letter-spacing: -0.02em;
    margin: 8px auto 14px;
    max-width: 850px;
}

.process-subtitle {
    font-size: 1.05rem;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.6;
    max-width: 720px;
}

/* Desktop Connecting Conduit Track */
.process-conduit-line {
    position: absolute;
    top: 24px;
    left: 8%;
    right: 8%;
    height: 2px;
    /* background: linear-gradient(90deg, 
        rgba(212, 175, 55, 0.15) 0%, 
        rgba(212, 175, 55, 0.6) 50%, 
        rgba(212, 175, 55, 0.15) 100%
    ); */
    z-index: 0;
}

.conduit-pulse-runner {
    position: absolute;
    top: -3px;
    left: 0;
    width: 40px;
    height: 8px;
    border-radius: 4px;
    background: #FFE89E;
    box-shadow: 0 0 12px #FFE89E, 0 0 20px rgba(212, 175, 55, 0.8);
    animation: conduitRun 6s infinite ease-in-out;
}

@keyframes conduitRun {
    0% {
        left: 0%;
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
        left: 95%;
        opacity: 0;
    }
}

/* Process Dark Cards */
.process-dark-card {
    background: #fff;
    border: 1.5px solid rgba(212, 175, 55, 0.22);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-radius: 22px;
    padding: 32px 20px 26px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    z-index: 2;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.45);
    transition: all 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.process-dark-card:hover {
    transform: translateY(-9px);
    background: rgb(251 241 223);
    border-color: rgba(212, 175, 55, 0.75);
    box-shadow: 0 22px 45px rgba(0, 0, 0, 0.6), 0 0 25px rgba(212, 175, 55, 0.25);
}

.process-dark-card.highlight-card {
    /* border-color: rgba(212, 175, 55, 0.45); */
    /* background: linear-gradient(180deg, rgba(212, 175, 55, 0.08) 0%, rgba(255, 255, 255, 0.03) 100%); */
}

/* Step Number Indicator */
.process-step-indicator {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #D4AF37;
    border: 2px solid #D4AF37;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 20px;
    box-shadow: 0 0 14px rgba(212, 175, 55, 0.35);
    transition: all 0.35s ease;
    margin-top: -70px;
}

.process-step-indicator .step-num-text {
    font-family: 'Satoshi', sans-serif;
    font-size: 1.25rem;
    font-weight: 900;
    color: #2b1e17;
    line-height: 1;
    /* width: 60px; */
}

.process-dark-card:hover .process-step-indicator {
    background: #D4AF37;
    box-shadow: 0 0 22px rgba(212, 175, 55, 0.8);
    transform: scale(1.1);
}

.process-dark-card:hover .process-step-indicator .step-num-text {
    color: #120B08;
}

/* Icon Wrapper */
.process-icon-wrapper {
    width: 58px;
    height: 58px;
    display: none;
    border-radius: 16px;
    background: rgb(0 0 0 / 10%);
    /* border: 1px solid rgba(212, 175, 55, 0.25); */
    display: flex;
    align-items: center;
    justify-content: center;
    color: #5e4f12;
    font-size: 1.45rem;
    display: none;
    margin-bottom: 16px;
    transition: all 0.35s ease;
}

.process-dark-card:hover .process-icon-wrapper {
    background: rgba(212, 175, 55, 0.22);
    border-color: #D4AF37;
    color: #FFFFFF;
    transform: scale(1.08) rotate(-4deg);
}

/* Titles & Descriptions */
.process-step-title {
    font-family: 'Satoshi', sans-serif;
    font-size: 1.25rem;
    font-weight: 900;
    color: #190f0a;
    margin-bottom: 4px;
    letter-spacing: -0.01em;
}

.process-step-phase {
    font-family: 'Santoshi', sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #D4AF37;
    margin-bottom: 12px;
    display: block;
}

.process-step-desc {
    font-size: 0.88rem;
    color: rgb(0 0 0 / 72%);
    line-height: 1.6;
    margin-bottom: 18px;
    flex-grow: 1;
}

/* Micro Trust Pill */
.process-trust-pill {
    background: rgb(0 0 0 / 8%);
    border: 1px solid rgba(212, 175, 55, 0.22);
    border-radius: 20px;
    padding: 4px 12px;
    font-size: 0.74rem;
    font-weight: 600;
    color: #794716;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: auto;
}

.process-trust-pill i {
    color: #28a745;
    font-size: 0.72rem;
}

/* Bottom Action Capsule */
.process-action-pill {
    background: rgba(255, 255, 255, 0.04);
    border: 1.5px solid rgba(212, 175, 55, 0.35);
    backdrop-filter: blur(14px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
}

.text-gold-accent {
    color: #D4AF37 !important;
}

/* ========================================
    RESPONSIVE MEDIA QUERIES (HOW IT WORKS)
======================================== */
@media (max-width: 991px) {
    .how-it-works-dark-section {
        padding: 75px 0 70px;
    }

    .process-main-title {
        font-size: 2.3rem;
    }

    .process-dark-card {
        padding: 28px 20px 24px;
    }
}

@media (max-width: 575px) {
    .how-it-works-dark-section {
        padding: 55px 0 50px;
    }

    .process-main-title {
        font-size: 1.85rem;
    }

    .process-subtitle {
        font-size: 0.95rem;
    }

    .process-dark-card {
        padding: 24px 18px;
        border-radius: 20px;
    }

    .process-icon-wrapper {
        width: 50px;
        height: 50px;
        font-size: 1.25rem;
    }

    .process-step-title {
        font-size: 1.15rem;
    }

    .process-step-desc {
        font-size: 0.85rem;
    }

    .process-action-pill {
        border-radius: 20px !important;
        padding: 18px 16px !important;
        width: 100%;
    }

    .process-action-pill .btn {
        width: 100%;
    }
}

/* ========================================
    7. SEE IT BEFORE YOU BUY (STUDIO EXPERIENCE)
======================================== */
.experience-studio-luxury-section {
    background: #FAF7F2;
    position: relative;
    padding: 105px 0 95px;
}

/* Ambient Radial Glows */
.studio-ambient-glow {
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    filter: blur(130px);
    pointer-events: none;
    z-index: 1;
}

.studio-ambient-glow.glow-top-left {
    top: -100px;
    left: -80px;
    background: radial-gradient(circle, rgba(212, 175, 55, 0.18) 0%, transparent 70%);
}

.studio-ambient-glow.glow-bottom-right {
    bottom: -100px;
    right: -80px;
    background: radial-gradient(circle, rgba(184, 138, 59, 0.14) 0%, transparent 70%);
}

/* Left Column: Visual Stack */
.studio-visual-stack {
    padding: 15px 15px 25px 0;
}

.studio-gold-frame {
    position: absolute;
    inset: -14px 14px 14px -14px;
    border: 2px solid rgba(212, 175, 55, 0.4);
    border-radius: 28px;
    pointer-events: none;
    z-index: 1;
}

.studio-main-img-wrap {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 25px 55px rgba(43, 30, 23, 0.14);
    z-index: 2;
}

.studio-main-img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    display: block;
    transition: transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.studio-main-img-wrap:hover .studio-main-img {
    transform: scale(1.04);
}

.studio-img-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(26, 17, 12, 0.1) 0%, rgba(26, 17, 12, 0.45) 100%);
    pointer-events: none;
}

/* Floating Live Radar Badge */
.studio-live-badge {
    position: absolute;
    top: 22px;
    left: 22px;
    background: rgba(26, 17, 12, 0.85);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(212, 175, 55, 0.45);
    border-radius: 50px;
    padding: 8px 18px 8px 14px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    gap: 12px;
    z-index: 3;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
}

.live-radar-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #28a745;
    position: relative;
    box-shadow: 0 0 10px #28a745;
}

.live-radar-dot::after {
    content: '';
    position: absolute;
    inset: -4px;
    border-radius: 50%;
    border: 2px solid #28a745;
    animation: pulseDot 2s infinite ease-out;
}

.studio-live-badge .badge-text span {
    font-size: 0.82rem;
    letter-spacing: 0.02em;
    color: #FFFFFF;
}

.studio-live-badge .badge-text small {
    font-size: 0.68rem;
    color: #F3E5AB;
    display: block;
    line-height: 1.1;
}

/* Floating Secondary Preview Card */
.studio-float-card {
    position: absolute;
    bottom: 25px;
    right: -20px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1.5px solid rgba(212, 175, 55, 0.35);
    border-radius: 20px;
    padding: 16px 20px;
    box-shadow: 0 20px 45px rgba(43, 30, 23, 0.16);
    z-index: 4;
    max-width: 320px;
    transition: transform 0.35s ease;
}

.studio-float-card:hover {
    transform: translateY(-5px);
}

.float-icon-gold {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: linear-gradient(135deg, #FAF4E6 0%, #F5E6CC 100%);
    border: 1px solid rgba(212, 175, 55, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8A6421;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.float-card-info .float-title {
    font-family: 'Satoshi', sans-serif;
    font-weight: 800;
    font-size: 0.92rem;
    color: #190F0A;
    line-height: 1.2;
}

.float-card-info .float-desc {
    font-size: 0.74rem;
    color: #66554D;
    line-height: 1.3;
    display: block;
    margin-top: 2px;
}

.float-rating i {
    font-size: 0.72rem;
}

/* Floating Swatch Badge */
.studio-swatch-badge {
    position: absolute;
    bottom: -15px;
    left: 20px;
    background: #190F0A;
    color: #F3E5AB;
    border: 1.5px solid rgba(212, 175, 55, 0.45);
    border-radius: 30px;
    padding: 8px 18px;
    font-size: 0.78rem;
    font-weight: 700;
    z-index: 4;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

/* Right Column: Editorial & Value Checkpoints */
.studio-eyebrow-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(184, 138, 59, 0.1);
    border: 1px solid rgba(212, 175, 55, 0.35);
    border-radius: 50px;
    padding: 6px 16px;
}

.studio-eyebrow-pill .eyebrow-icon {
    color: #8A6421;
    font-size: 0.82rem;
}

.studio-eyebrow-pill .eyebrow-text {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.76rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: #8A6421;
}

.studio-main-title {
    font-family: 'Cormorant Garamond', 'Cinzel', serif;
    font-size: clamp(2.1rem, 3.4vw, 3rem);
    font-weight: 700;
    line-height: 1.22;
    color: #190F0A;
    letter-spacing: -0.015em;
    margin-bottom: 16px;
}

.studio-lead-desc {
    font-size: 1.02rem;
    color: #55443B;
    line-height: 1.7;
}

/* 3 Pillars List */
.studio-pillar-item {
    background: #FFFFFF;
    border: 1px solid rgba(212, 175, 55, 0.2);
    border-radius: 16px;
    padding: 16px 18px;
    box-shadow: 0 6px 20px rgba(43, 30, 23, 0.03);
    transition: all 0.3s ease;
}

.studio-pillar-item:hover {
    transform: translateX(6px);
    border-color: rgba(212, 175, 55, 0.55);
    box-shadow: 0 10px 25px rgba(212, 175, 55, 0.12);
}

.pillar-icon-box {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(212, 175, 55, 0.12);
    border: 1px solid rgba(212, 175, 55, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8A6421;
    font-size: 1.15rem;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.studio-pillar-item:hover .pillar-icon-box {
    background: #D4AF37;
    color: #190F0A;
    transform: scale(1.08);
}

.pillar-heading {
    font-family: 'Satoshi', sans-serif;
    font-size: 0.98rem;
    font-weight: 800;
    color: #190F0A;
}

.pillar-desc {
    font-size: 0.85rem;
    color: #66554D;
    line-height: 1.5;
}

/* Studio Quick Info */
.studio-quick-info {
    background: rgba(212, 175, 55, 0.08);
    border: 1px dashed rgba(212, 175, 55, 0.45);
}

/* ========================================
    RESPONSIVE MEDIA QUERIES (STUDIO EXPERIENCE)
======================================== */
@media (max-width: 991px) {
    .experience-studio-luxury-section {
        padding: 75px 0 70px;
    }

    .studio-visual-stack {
        max-width: 520px;
        margin: 0 auto 30px;
        padding: 0;
    }

    .studio-main-img {
        height: 420px;
    }

    .studio-main-title {
        font-size: 2.2rem;
    }

    .studio-float-card {
        right: 10px;
        bottom: 20px;
    }
}

@media (max-width: 575px) {
    .experience-studio-luxury-section {
        padding: 55px 0 50px;
    }

    .studio-gold-frame {
        display: none;
    }

    .studio-main-img {
        height: 330px;
        border-radius: 18px;
    }

    .studio-live-badge {
        top: 14px;
        left: 14px;
        padding: 6px 14px;
    }

    .studio-live-badge .badge-text span {
        font-size: 0.75rem;
    }

    .studio-live-badge .badge-text small {
        display: none;
    }

    .studio-float-card {
        position: relative;
        right: auto;
        bottom: auto;
        margin-top: -30px;
        margin-left: auto;
        margin-right: 15px;
        max-width: 240px;
        padding: 12px 15px;
    }

    .studio-swatch-badge {
        position: relative;
        bottom: auto;
        left: auto;
        margin-top: 12px;
        width: 100%;
        justify-content: center;
    }

    .studio-main-title {
        font-size: 1.85rem;
    }

    .studio-lead-desc {
        font-size: 0.92rem;
    }

    .studio-pillar-item {
        padding: 14px 14px;
    }

    .pillar-heading {
        font-size: 0.92rem;
    }

    .pillar-desc {
        font-size: 0.82rem;
    }

    .studio-cta-row {
        flex-direction: column;
        align-items: stretch;
    }

    .studio-cta-row .btn {
        width: 100%;
        justify-content: center;
    }
}

/* ========================================
    8. LUXURY CREATIVE FAQ SECTION
======================================== */
.luxury-faq-section {
    background: #f1ebe0;
    position: relative;
    padding: 50px 0 95px;
}

.faq-ambient-glow {
    position: absolute;
    width: 480px;
    height: 480px;
    border-radius: 50%;
    filter: blur(140px);
    pointer-events: none;
    z-index: 1;
}

.faq-ambient-glow.glow-top-right {
    top: -80px;
    right: -80px;
    background: radial-gradient(circle, rgba(212, 175, 55, 0.16) 0%, transparent 70%);
}

.faq-ambient-glow.glow-bottom-left {
    bottom: -80px;
    left: -80px;
    background: radial-gradient(circle, rgba(184, 138, 59, 0.12) 0%, transparent 70%);
}

.faq-eyebrow-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(184, 138, 59, 0.1);
    border: 1px solid rgba(212, 175, 55, 0.35);
    border-radius: 50px;
    padding: 6px 16px;
}

.faq-eyebrow-pill .eyebrow-icon {
    color: #8A6421;
    font-size: 0.85rem;
}

.faq-eyebrow-pill .eyebrow-text {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.76rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: #8A6421;
}

.faq-main-title {
    font-family: 'Cormorant Garamond', 'Cinzel', serif;
    font-size: clamp(2.2rem, 3.4vw, 3rem);
    font-weight: 700;
    line-height: 1.2;
    color: #190F0A;
    margin-bottom: 18px;
}

.faq-subtitle {
    color: #55443B;
    font-size: 1.02rem;
    line-height: 1.7;
}

/* Specialist Help Card */
.faq-support-card {
    background: linear-gradient(145deg, #1D120C 0%, #2A1A12 100%);
    border: 1.5px solid rgba(212, 175, 55, 0.4);
    box-shadow: 0 20px 45px rgba(25, 15, 10, 0.22);
}

.support-live-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #28a745;
    box-shadow: 0 0 10px #28a745;
    animation: pulseDot 2s infinite ease-out;
}

.support-status-text {
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #F3E5AB;
}

.support-card-title {
    font-family: 'Satoshi', sans-serif;
    font-weight: 800;
    font-size: 1.05rem;
    color: #FFFFFF;
}

.support-card-desc {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.55;
}

/* FAQ Accordion Item Styling */
.faq-card-item {
    background: #FFFFFF;
    border: 1.5px solid rgba(212, 175, 55, 0.22);
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.35s cubic-bezier(0.2, 0.8, 0.2, 1);
    box-shadow: 0 5px 20px rgba(43, 30, 23, 0.03);
}

.faq-card-item:hover {
    border-color: rgba(212, 175, 55, 0.55);
    box-shadow: 0 12px 30px rgba(212, 175, 55, 0.12);
    transform: translateY(-2px);
}

.faq-card-header {
    background: transparent;
    border: none;
    padding: 22px 24px;
    cursor: pointer;
    gap: 16px;
}

.faq-num {
    font-family: 'Cinzel', serif;
    font-size: 1rem;
    font-weight: 700;
    color: #B88A3B;
    background: rgba(212, 175, 55, 0.12);
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.faq-q-title {
    font-family: 'Satoshi', sans-serif;
    font-size: 1.02rem;
    font-weight: 700;
    color: #190F0A;
    line-height: 1.4;
    transition: color 0.3s ease;
}

.faq-toggle-icon {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(212, 175, 55, 0.1);
    border: 1px solid rgba(212, 175, 55, 0.25);
    color: #8A6421;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    flex-shrink: 0;
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), background 0.3s, color 0.3s;
}

.faq-card-header:not(.collapsed) .faq-toggle-icon {
    transform: rotate(45deg);
    background: #D4AF37;
    color: #190F0A;
    box-shadow: 0 0 12px rgba(212, 175, 55, 0.5);
}

.faq-card-header:not(.collapsed) .faq-q-title {
    color: #8A6421;
}

.faq-card-header:not(.collapsed) .faq-num {
    background: #190F0A;
    color: #F3E5AB;
}

.faq-card-body {
    padding: 0 24px 22px 76px;
    color: #55443B;
    font-size: 0.94rem;
    line-height: 1.7;
}

/* ========================================
    10. CREATIVE MASTER CTA SECTION
======================================== */
.master-cta-luxury-section {
    background: #0E0805;
    position: relative;
    padding: 100px 0 95px;
}

.master-cta-glow.glow-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 650px;
    height: 450px;
    background: radial-gradient(circle, rgba(212, 175, 55, 0.22) 0%, transparent 70%);
    filter: blur(140px);
    pointer-events: none;
    z-index: 1;
}

.master-cta-card {
    background: linear-gradient(135deg, rgba(26, 17, 12, 0.92) 0%, rgba(42, 27, 19, 0.88) 100%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 2px solid rgba(212, 175, 55, 0.45);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.6);
}

.cta-eyebrow-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(212, 175, 55, 0.15);
    border: 1px solid rgba(212, 175, 55, 0.4);
    border-radius: 50px;
    padding: 6px 18px;
}

.cta-eyebrow-pill .eyebrow-icon {
    color: #F3E5AB;
    font-size: 0.82rem;
}

.cta-eyebrow-pill .eyebrow-text {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: #F3E5AB;
}

.master-cta-title {
    font-family: 'Cormorant Garamond', 'Cinzel', serif;
    font-size: clamp(2.2rem, 3.8vw, 3.4rem);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.01em;
}

.master-cta-desc {
    max-width: 680px;
    font-size: 1.08rem;
    line-height: 1.7;
}

.cta-trust-pill {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(212, 175, 55, 0.3);
    border-radius: 50px;
    padding: 8px 18px;
    color: #F3E5AB;
    font-size: 0.86rem;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    backdrop-filter: blur(8px);
}

/* ========================================
    11. CREATIVE LUXURY FOOTER
======================================== */
.luxury-master-footer {
    background: #080402;
    color: #A89B93;
    border-top: 1px solid rgba(212, 175, 55, 0.2);
}

.footer-ambient-glow {
    position: absolute;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
    width: 600px;
    height: 300px;
    background: radial-gradient(circle, rgba(212, 175, 55, 0.12) 0%, transparent 70%);
    filter: blur(120px);
    pointer-events: none;
    z-index: 1;
}

.footer-tagline {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.72rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #D4AF37;
    display: block;
    font-weight: 700;
}

.footer-text {
    color: #A89B93;
    font-size: 0.9rem;
    line-height: 1.7;
}

.cert-badge {
    background: rgba(212, 175, 55, 0.08);
    border: 1px solid rgba(212, 175, 55, 0.25);
    border-radius: 30px;
    padding: 5px 12px;
    font-size: 0.75rem;
    color: #F3E5AB;
    font-weight: 600;
}

.social-icons-footer a {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(212, 175, 55, 0.3);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #D4AF37;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    text-decoration: none;
}

.social-icons-footer a:hover {
    background: #D4AF37;
    color: #080402;
    transform: translateY(-3px);
    box-shadow: 0 0 15px rgba(212, 175, 55, 0.4);
}

.footer-column-title {
    font-family: 'Cinzel', serif;
    font-size: 1.12rem;
    font-weight: 700;
    color: #FFFFFF;
    position: relative;
    padding-bottom: 12px;
    letter-spacing: 0.04em;
}

.footer-column-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 28px;
    height: 2px;
    background: linear-gradient(90deg, #D4AF37, transparent);
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: #A89B93;
    text-decoration: none;
    font-size: 0.88rem;
    transition: all 0.25s ease;
    display: inline-block;
}

.footer-links a:hover {
    color: #D4AF37;
    transform: translateX(4px);
}

.footer-contact-item {
    font-size: 0.88rem;
}

.footer-bottom-strip {
    border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
}

.footer-bottom-links a {
    color: #A89B93;
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-bottom-links a:hover {
    color: #D4AF37;
}

/* ========================================
    RESPONSIVE MEDIA QUERIES (FAQ, CTA & FOOTER)
======================================== */
@media (max-width: 991px) {

    .luxury-faq-section,
    .master-cta-luxury-section {
        padding: 75px 0 70px;
    }

    .faq-intro-wrap {
        position: static !important;
        margin-bottom: 30px;
    }

    .faq-main-title {
        font-size: 2.2rem;
    }

    .master-cta-title {
        font-size: 2.2rem;
    }

    .master-cta-card {
        padding: 32px 20px !important;
    }
}

@media (max-width: 575px) {

    .luxury-faq-section,
    .master-cta-luxury-section {
        padding: 55px 0 50px;
    }

    .faq-main-title {
        font-size: 1.85rem;
    }

    .faq-card-header {
        padding: 16px 16px;
    }

    .faq-q-title {
        font-size: 0.94rem;
    }

    .faq-card-body {
        padding: 0 16px 16px 58px;
        font-size: 0.86rem;
    }

    .master-cta-title {
        font-size: 1.75rem;
    }

    .master-cta-desc {
        font-size: 0.95rem;
    }

    .cta-trust-badges-row {
        gap: 8px !important;
    }

    .cta-trust-pill {
        font-size: 0.75rem;
        padding: 6px 12px;
    }

    .master-cta-card .btn {
        width: 100%;
        justify-content: center;
    }
}

/* ========================================
    9. LUXURY SINGLE-SLIDE REVIEWS SHOWCASE
======================================== */
.luxury-reviews-master-section {
    background: #FAF7F2;
    position: relative;
    padding: 95px 0 90px;
}

.review-ambient-glow.glow-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    height: 400px;
    background: radial-gradient(circle, rgba(212, 175, 55, 0.14) 0%, transparent 70%);
    filter: blur(130px);
    pointer-events: none;
    z-index: 1;
}

.review-eyebrow-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(184, 138, 59, 0.1);
    border: 1px solid rgba(212, 175, 55, 0.35);
    border-radius: 50px;
    padding: 6px 18px;
}

.review-eyebrow-pill .eyebrow-icon {
    font-size: 0.82rem;
}

.review-eyebrow-pill .eyebrow-text {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.76rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: #8A6421;
}

.review-section-title {
    font-family: 'Cormorant Garamond', 'Cinzel', serif;
    font-size: clamp(2.2rem, 3.5vw, 3.1rem);
    font-weight: 700;
    line-height: 1.2;
    color: #190F0A;
}

.review-trust-summary {
    border: 1px solid rgba(212, 175, 55, 0.3);
    box-shadow: 0 4px 20px rgba(43, 30, 23, 0.05);
}

.luxury-single-review-card {
    background: #FFFFFF;
    border: 2px solid rgba(212, 175, 55, 0.35);
    border-radius: 32px;
    box-shadow: 0 20px 60px rgba(43, 30, 23, 0.07);
    overflow: hidden;
    transition: all 0.35s ease;
}

.luxury-single-review-card:hover {
    border-color: rgba(212, 175, 55, 0.6);
    box-shadow: 0 25px 70px rgba(212, 175, 55, 0.15);
}

.review-watermark-quote {
    position: absolute;
    right: 40px;
    top: -20px;
    font-family: 'Cinzel', 'Cormorant Garamond', serif;
    font-size: 13rem;
    line-height: 1;
    color: rgba(212, 175, 55, 0.09);
    user-select: none;
    pointer-events: none;
    z-index: 1;
}

.review-verified-pill {
    background: rgba(40, 167, 69, 0.1);
    border: 1px solid rgba(40, 167, 69, 0.3);
    color: #1e7e34;
    font-size: 0.82rem;
    font-weight: 700;
    border-radius: 30px;
    padding: 5px 14px;
}

.review-project-badge {
    background: rgba(212, 175, 55, 0.1);
    border: 1px solid rgba(212, 175, 55, 0.3);
    color: #8A6421;
    font-size: 0.82rem;
    font-weight: 700;
    border-radius: 30px;
    padding: 5px 14px;
}

.review-quote-text {
    font-family: 'Cormorant Garamond', 'Cinzel', serif;
    font-size: clamp(1.35rem, 2.3vw, 1.85rem);
    font-weight: 600;
    line-height: 1.6;
    color: #190F0A;
    font-style: italic;
    margin: 0;
    letter-spacing: 0.01em;
}

.review-author-avatar-initials {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: linear-gradient(135deg, #190F0A 0%, #3D261A 100%);
    border: 2px solid #D4AF37;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #F3E5AB;
    font-family: 'Cinzel', serif;
    font-weight: 700;
    font-size: 1.15rem;
    flex-shrink: 0;
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.25);
}

.review-author-name {
    font-family: 'Satoshi', sans-serif;
    font-weight: 800;
    font-size: 1.12rem;
    color: #190F0A;
}

.review-author-loc {
    font-size: 0.88rem;
    color: #6C5D53 !important;
}

.review-author-footer {
    border-top: 1px solid rgba(212, 175, 55, 0.22);
}

.review-highlight-chip {
    background: rgba(212, 175, 55, 0.08);
    border: 1px solid rgba(212, 175, 55, 0.3);
    border-radius: 50px;
    padding: 8px 18px;
    color: #8A6421;
    font-size: 0.85rem;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
}

/* Custom Navigation Controls */
.review-nav-control-bar {
    padding: 10px 0;
}

.btn-review-nav {
    background: #FFFFFF;
    border: 1.5px solid rgba(212, 175, 55, 0.4);
    color: #190F0A;
    font-size: 0.88rem;
    font-weight: 700;
    border-radius: 50px;
    padding: 11px 24px;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
    cursor: pointer;
}

.btn-review-nav:hover {
    background: linear-gradient(135deg, #D4AF37 0%, #AA771C 100%);
    color: #100906;
    border-color: #D4AF37;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(212, 175, 55, 0.35);
}

.luxury-review-dot {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: rgba(212, 175, 55, 0.3);
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    display: inline-block;
    margin: 0 4px;
}

.luxury-review-dot.swiper-pagination-bullet-active {
    width: 34px;
    background: linear-gradient(90deg, #D4AF37, #AA771C);
    box-shadow: 0 0 10px rgba(212, 175, 55, 0.4);
}

/* ========================================
    RESPONSIVE MEDIA QUERIES (REVIEWS SECTION)
======================================== */
@media (max-width: 991px) {
    .luxury-reviews-master-section {
        padding: 70px 0 65px;
    }

    .review-quote-text {
        font-size: 1.35rem;
    }

    .review-watermark-quote {
        font-size: 9rem;
        right: 20px;
    }
}

@media (max-width: 575px) {
    .luxury-reviews-master-section {
        padding: 50px 0 45px;
    }

    .review-section-title {
        font-size: 1.85rem;
    }

    .luxury-single-review-card {
        padding: 22px 18px !important;
        border-radius: 22px;
    }

    .review-quote-text {
        font-size: 1.12rem;
        line-height: 1.55;
    }

    .review-watermark-quote {
        font-size: 6rem;
        right: 15px;
        top: -10px;
    }

    .review-author-footer {
        flex-direction: column;
        align-items: flex-start !important;
        gap: 15px !important;
    }

    .review-highlight-chip {
        font-size: 0.78rem;
        padding: 6px 12px;
        width: 100%;
        justify-content: center;
    }

    .btn-review-nav {
        padding: 8px 14px;
        font-size: 0.8rem;
    }

    .btn-review-nav span {
        display: none;
    }
}

/* =========================================================
   ECOSYSTEM MULTI-PAGE LUXURY COMPONENT STYLES
========================================================= */

/* Filter Buttons */
.btn-filter {
    background: #F8F5EE;
    color: #4A3A2C;
    border: 1px solid rgba(212, 175, 55, 0.25);
    font-size: 0.88rem;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-filter:hover {
    background: rgba(212, 175, 55, 0.15);
    color: #8C6422;
    border-color: #D4AF37;
}

.btn-filter.active {
    background: linear-gradient(135deg, #1C1612, #2B1E16);
    color: #D4AF37;
    border-color: #D4AF37;
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.25);
}

/* Luxury Comparison Table */
.comparison-luxury-table {
    font-size: 0.92rem;
}

.table-header-luxury {
    background: linear-gradient(135deg, #1C1612, #2A1D16);
}

.highlight-col {
    background: rgba(212, 175, 55, 0.15) !important;
}

.highlight-cell {
    background: rgba(212, 175, 55, 0.06);
}

/* Product Design Cards */
.product-design-card {
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.product-design-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 36px rgba(28, 22, 18, 0.12) !important;
    border-color: rgba(212, 175, 55, 0.5) !important;
}

.product-img-wrap img {
    transition: transform 0.6s ease;
}

.product-design-card:hover .product-img-wrap img {
    transform: scale(1.05);
}

.product-badge-top {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 2;
}

/* Service Card Luxury */
.service-card-luxury {
    transition: all 0.35s ease;
}

.service-card-luxury:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 36px rgba(28, 22, 18, 0.1) !important;
}

.service-tag-pill {
    position: absolute;
    top: 14px;
    right: 14px;
    background: rgba(28, 22, 18, 0.85);
    backdrop-filter: blur(8px);
    color: #D4AF37;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 4px 12px;
    border-radius: 50px;
    border: 1px solid rgba(212, 175, 55, 0.35);
}

/* Luxury Input Forms */
.luxury-input {
    border-radius: 12px;
    border: 1px solid rgba(212, 175, 55, 0.3);
    padding: 12px 16px;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.luxury-input:focus {
    border-color: #D4AF37;
    box-shadow: 0 0 0 4px rgba(212, 175, 55, 0.15);
    outline: none;
}

/* Contact Channel Cards */
.contact-channel-card {
    transition: all 0.3s ease;
}

.contact-channel-card:hover {
    transform: translateX(6px);
    background: #FFF !important;
    border-color: #D4AF37 !important;
    box-shadow: 0 8px 24px rgba(212, 175, 55, 0.15);
}

.hover-gold:hover {
    color: #D4AF37 !important;
    padding-left: 4px;
    transition: all 0.25s ease;
}















/* ::::::::::::::::::::::::::::: responsive css ::::::::::::::::::::::::: */


/* ::::::::::::::::::::::::::::: responsive css ::::::::::::::::::::::::: */

@media only screen and (min-width:0px) and (max-width:1199px) {

    header {
        padding: 8px 11px;
    }

    .navbar-collapse {
        position: absolute;
        top: 53px;
        z-index: 9999;
        background: #fff;
        width: 107%;
        left: -12px;
        max-height: 600px;
        overflow-x: hidden;
        overflow-y: scroll;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
        border-top: 1px solid #ddd;
    }

    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='1' stroke-width='1' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
        width: 45px;
        height: 45px;
    }

    .navbar-toggler {
        border: none;
        margin: 0;
        border-radius: 5px;
        padding: 0;
        width: 55px;
        height: 51px;
        background: #fbf1df;
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        font-size: 20px !important;
        padding: 12px 20px;
        border-radius: 0;
        white-space: normal !important;
        border-bottom: 1px solid #ececec69;
        width: 100%;
        color: #000;
        /* display: flex; */
        /* align-items: center; */
        /* justify-content: space-between; */
    }

    .dropdown-toggle::after {
        font-size: 16px;
        position: absolute;
        right: 36px;
    }

    .dropdown-item {
        font-size: 16px;
        padding: 6px 35px;
    }

    header .container {
        padding: 0;
    }

    .dropdown-menu::before {
        display: none;
    }

    .navbar-light .navbar-brand {
        width: 250px;
        margin: 0 0 0 8px;
        padding: 0;
        border: none;
    }

    .btn_login span {
        width: 24px;
        height: 24px;
        margin: 0 6px 0 0;
    }

    .navbar-expand-xl .navbar-nav {
        align-items: initial;
    }

    .fixed {
        padding: 10px 11px;
    }

    /* banner */

    .banner_main {
        padding: 33px 0 0 0;
        min-height: auto;
        border-radius: 0 0 30px 30px;
        margin: 0;
        height: 50vh;
        background-position: -377px -46px;
        background-size: 256%;
    }

    .banner_main h1 {
        font-size: 35px;
        margin: 0;
    }

    .banner_content {
        text-align: center;
        transform: translateY(92px);
        text-shadow: 1px 1px 7px #000;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .btn_login {
        padding: 8px 16px !important;
        /*! border: 2px solid var(--main); */
        border-radius: 38px;
        font-weight: 600;
        font-size: 15px;
    }


    h2 {
        font-size: 24px;
        font-weight: 600;
    }

    .hero-modern-container {
        height: 45vh;
    }

    .hero-modern-section {
        min-height: 53vh;
        border-radius: 0 0 20px 20px;
    }

    .hero-modern-container h1 {
        font-size: 39px;
        letter-spacing: -1px;
        line-height: 47px;
    }

    .hero-mobile-buttons {
        max-width: 290px;
        margin: 0 auto;
    }

    .col-lg-7.text-start.aos-init.aos-animate {
        text-align: center !important;
    }

    .hero-modern-container p {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .about-badge {
        padding: 3px 17px;
    }

    .about-reveal-heading {
        font-size: clamp(1.7rem, 4vw, 3rem);
        line-height: 35px;
    }

    .performance-section.text-center.py-5 {
        padding: 0 !important;
    }

    .stat-number {
        font-size: 1.5rem;
    }

    .popular-destinations-section {
        padding: 21px 0;
    }

    .final-cta-bg {
        background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/cta-bg.png') center/cover;
        border-radius: 30px;
        background-attachment: fixed;
        padding: 0 !important;
        text-align: center !important;
    }

    .final-cta-bg {
        padding: 30px 0 !important;
        text-align: center !important;
    }

    .final-cta-bg .text-start {
        padding: 0 !important;
        text-align: center !important;
        box-shadow: none !important;
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: static;
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        box-shadow: none !important;
    }

    .breadcrumb {
        display: none !important;
    }

    .inner-page-banner p {
        display: none;
    }

    .inner-page-banner {
        min-height: auto;
        padding: 20px 0;
    }

    #btnTrack i {
        display: none;
    }

    .py-5.my-4 {
        padding-top: 0 !important;
    }

    .inner-page-banner h1 {
        font-size: 25px;
        text-align: center;
    }

    .min-vh-40 {
        min-height: auto;
    }

    .hero-cta-group {
        flex-direction: inherit;
        flex-wrap: nowrap;
        gap: 10px;
    }

    .btn-luxury-outline {
        font-size: 0.95rem;
        padding: 6px 14px;
    }

    .hero-content-card {
        padding: 1.75rem 1.5rem;
        text-align: center;
    }

    .hero-headline {
        font-size: 2.95rem;
    }








}

/* ==========================================================================
   Bespoke Architectural Services Section & Dedicated Pages Styling
   ========================================================================== */

.services-showcase-section {
    background-color: #faf7f2;
    position: relative;
    overflow: hidden;
}

.services-ambient-glow {
    position: absolute;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    filter: blur(140px);
    opacity: 0.15;
    pointer-events: none;
    z-index: 1;
}

.glow-service-top {
    top: -200px;
    left: 50%;
    transform: translateX(-50%);
    background: radial-gradient(circle, #D4AF37 0%, transparent 70%);
}

.glow-service-bottom {
    bottom: -200px;
    right: -100px;
    background: radial-gradient(circle, #c5a059 0%, transparent 70%);
}

.service-card-item {
    background: #ffffff;
    border: 1px solid rgba(212, 175, 55, 0.22);
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: flex;
    flex-direction: column;
    height: 100%;
    box-shadow: 0 8px 24px rgba(28, 22, 18, 0.04);
    position: relative;
}

.service-card-item:hover {
    transform: translateY(-8px);
    border-color: #D4AF37;
    box-shadow: 0 22px 48px rgba(28, 22, 18, 0.12), 0 0 20px rgba(212, 175, 55, 0.15);
}

.service-card-img-wrap {
    position: relative;
    height: 250px;
    overflow: hidden;
    background: #1c1612;
}

.service-card-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.service-card-item:hover .service-card-img-wrap img {
    transform: scale(1.08);
}

.service-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(28, 22, 18, 0.6) 100%);
    pointer-events: none;
}

.service-floating-pill {
    position: absolute;
    top: 14px;
    left: 14px;
    background: rgba(28, 22, 18, 0.85);
    backdrop-filter: blur(8px);
    color: #D4AF37;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    padding: 5px 12px;
    border-radius: 50px;
    border: 1px solid rgba(212, 175, 55, 0.4);
    z-index: 2;
}

.service-card-body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.service-card-title {
    font-family: 'Cinzel', serif;
    font-size: 1.28rem;
    font-weight: 700;
    color: #1c1612;
    margin-bottom: 10px;
    transition: color 0.3s ease;
}

.service-card-item:hover .service-card-title {
    color: #b89028;
}

.service-card-desc {
    color: #666059;
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 16px;
    flex-grow: 1;
}

.service-feature-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 20px;
}

.service-feature-chip {
    background: #f8f5f0;
    border: 1px solid rgba(212, 175, 55, 0.25);
    color: #554d42;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 3px 10px;
    border-radius: 6px;
}

.service-card-footer-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: auto;
    padding-top: 14px;
    border-top: 1px solid #eee8df;
}

.btn-service-view {
    flex-grow: 1;
    background: #1c1612;
    color: #ffffff !important;
    border: 1px solid #1c1612;
    border-radius: 10px;
    padding: 10px 16px;
    font-size: 0.86rem;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.btn-service-view:hover {
    background: #D4AF37;
    border-color: #D4AF37;
    color: #1c1612 !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(212, 175, 55, 0.3);
}

.btn-service-whatsapp {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: #25D366;
    color: #ffffff !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    text-decoration: none;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.btn-service-whatsapp:hover {
    background: #1ebd5a;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(37, 211, 102, 0.35);
}

/* Service Detail Page Rich Elements */
.service-spec-table {
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid rgba(212, 175, 55, 0.25);
    border-radius: 14px;
    overflow: hidden;
    width: 100%;
}

.service-spec-table th {
    background: #1c1612;
    color: #D4AF37;
    font-family: 'Cinzel', serif;
    font-size: 0.88rem;
    padding: 14px 18px;
    border-bottom: 2px solid #D4AF37;
}

.service-spec-table td {
    padding: 14px 18px;
    border-bottom: 1px solid #f0e9df;
    font-size: 0.9rem;
}

.service-spec-table tr:last-child td {
    border-bottom: none;
}

.service-spec-table tr:nth-child(even) {
    background: #faf8f5;
}

.service-feature-card {
    background: #ffffff;
    border: 1px solid rgba(212, 175, 55, 0.22);
    border-radius: 16px;
    padding: 24px;
    height: 100%;
    transition: all 0.3s ease;
}

.service-feature-card:hover {
    transform: translateY(-4px);
    border-color: #D4AF37;
    box-shadow: 0 12px 28px rgba(28, 22, 18, 0.08);
}

.service-step-card {
    background: #ffffff;
    border: 1px solid rgba(212, 175, 55, 0.22);
    border-radius: 16px;
    padding: 24px;
    position: relative;
    height: 100%;
}

.service-step-number {
    display: inline-block;
    background: #1c1612;
    color: #D4AF37;
    font-family: 'Cinzel', serif;
    font-size: 0.8rem;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 50px;
    margin-bottom: 12px;
    border: 1px solid rgba(212, 175, 55, 0.4);
}

.service-gallery-card {
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(212, 175, 55, 0.25);
    height: 240px;
    position: relative;
}

.service-gallery-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.service-gallery-card:hover img {
    transform: scale(1.06);
}

section.page-hero-banner {
    background: url(../images/inner_bg.jpg);
    background-size: cover;
    min-height: 60vh;
    display: flex;
    align-items: center;
}

.breadcrumb-item a {
    color: #fff;
}

section.page-hero-banner h1 {
    color: #fff;
}

.page-eyebrow-pill {
    color: #fff;
}

.page-hero-subtitle {
    display: none;
}

.product-catalog-grid .product-img-wrap img {
    height: 250px;
    object-fit: cover;

}

.img_dv a {
    display: block;
    overflow: hidden;
    border-radius: 16px;
    position: relative;
    border: 1px solid rgba(212, 175, 55, 0.25);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
    transition: all 0.35s ease;
    cursor: pointer;
    background: #f8f9fa;
}

.img_dv a:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
    border-color: rgba(212, 175, 55, 0.6);
}

.img_dv img {
    height: 290px;
    object-fit: cover;
    width: 100%;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    display: block;
}

.img_dv a:hover img {
    transform: scale(1.06);
}

@media only screen and (min-width:0px) and (max-width:767px) {

    section.page-hero-banner {
        min-height: 26vh !important;
    }

    body {
        padding-bottom: 74px !important;
        overflow: hidden;
        overflow-y: scroll;
    }

    .page-eyebrow-pill {
        display: none !important;
    }
}

/* ==========================================================================
   MOBILE FIXED BOTTOM ACTION BAR (Contact & WhatsApp)
   ========================================================================== */
.mobile-fixed-bottom-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1040;
    padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
    background: rgba(18, 14, 11, 0.94);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-top: 1px solid rgba(212, 175, 55, 0.35);
    box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.45);
}

.mobile-bar-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    max-width: 480px;
    margin: 0 auto;
}

.mobile-action-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 11px 16px;
    border-radius: 50px;
    font-size: 0.92rem;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.25s ease;
    letter-spacing: 0.3px;
}

.mobile-action-btn i {
    font-size: 1.15rem;
}

/* Contact Us Button - Luxury Atelier Theme */
.btn-mobile-contact {
    background: linear-gradient(135deg, #2a221b 0%, #1a1512 100%);
    color: #e5c378 !important;
    border: 1px solid rgba(229, 195, 120, 0.6);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}

.btn-mobile-contact:active,
.btn-mobile-contact:hover {
    background: linear-gradient(135deg, #382c23 0%, #241c17 100%);
    color: #ffffff !important;
    border-color: #e5c378;
    transform: scale(0.98);
}

/* WhatsApp Button - Premium Emerald & Green */
.btn-mobile-whatsapp {
    background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow: 0 4px 14px rgba(37, 211, 102, 0.35);
}

.btn-mobile-whatsapp:active,
.btn-mobile-whatsapp:hover {
    background: linear-gradient(135deg, #20ba5a 0%, #0e7266 100%);
    color: #ffffff !important;
    transform: scale(0.98);
}
.text-gradient-gold { 
    text-transform: capitalize;
}

.product-title { 
    text-transform: capitalize;
}
 .font-heading {
text-transform: capitalize;
}

