* {
    scrollbar-color: #462308 #FFFBF1;
    scrollbar-width: thin;
}
*::-webkit-scrollbar {
    width: 10px;
}
*::-webkit-scrollbar-thumb {
    background: #888;
}
*::-webkit-scrollbar-track {
    background: #f1f1f1;
}
:root {
    --primary-brown: #462308;
    --bg-cream: #FFFBF1;
    --font-title: 'Inria Sans', sans-serif;
    --font-body: 'Instrument Sans', sans-serif;
    --card-height: 480px;
    --top-offset: 65px;
    --bottom-offset: 65px;
    --stack-total-height: 480px;
}
body {
    font-family: var(--font-body);
    background-color: var(--bg-cream);
    overflow-x: hidden;
    max-width:100%;
    position:relative;
    color: var(--primary-brown);
}
a {
    text-decoration: none;
}
header .dropdown-toggle::after {
    display: none;
}
.site-header {
    background: var(--bg-cream);
    padding: 16px 40px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03);
}
.site-header .dropdown-menu.show {
    background: var(--bg-cream);
    padding: 0;
    transform: translate(10px, 65%);
}
.site-header .dropdown-menu.show li:hover a {
    background: var(--primary-brown);
    color: #fff;
}
.site-header .dropdown-menu.show a {
    color: var(--primary-brown);
    font-size: 18px;
    padding: 0 15px;
    margin: 5px 0;
}
.header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo-container {
    /* position: absolute; */
    flex-shrink: 0;
    /* margin-right: 20px; */
}
.logo-container img {
    height: 96px;
    object-fit: contain;
}
.logo-container .light-logo {
    display: none;
}
.main-nav-bar {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.nav-links {
    display: flex;
    align-items: center;
    gap: 65px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.nav-item {
    text-decoration: none;
    color: var(--primary-brown);
    font-size: 22px;
    font-family: var(--font-body);
    line-height: 2.5;
    letter-spacing: 0.3px;
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    transition: color 0.2s;
}
.nav-item:hover {
    /* font-weight: 500; */
    transform: scale(1.03);
    transition: all 0.1s;
}
.nav-item.active {
    font-weight: 600;
}
.nav-chevron {
    font-size: 12px;
    stroke-width: 2px;
}
.action-icons.light {
    display: none;
}
.action-icons {
    display: flex;
    align-items: center;
    gap: 25px;
    color: var(--primary-brown);
}
.action-icons img {
    max-height: 22px;
    cursor: pointer;
    transition: transform 0.2s;
}
.action-icons a:hover img {
    transform: scale(1.1);
    transition: all 0.2s;
}
.product-head {
    display: none;
}
.action-icon:hover {
    transform: scale(1.1);
}
.site-header .dropdown-menu.mega-menu.show {
    width: 60vw;
    padding: 30px 15px;
    background-color: var(--bg-cream);
    border: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    transform: translateX(-30%) !important;
    inset: 45px auto auto 0 !important;
}
.site-header .dropdown-menu.mega-menu.show .mega-menu-item {
    padding: 0;
    margin: 0;
    display: block;
    text-decoration: none;
}
.site-header .dropdown-menu.mega-menu.show .mega-menu-item .card {
    border: none;
    background-color: transparent;
}
.site-header .dropdown-menu.mega-menu.show .mega-menu-item .card-body {
    padding: 0;
}
.site-header .dropdown-menu.mega-menu.show .mega-menu-item .card-title {
    color: var(--primary-brown);
}
.site-header .dropdown-menu.mega-menu.show .mega-menu-item .card-img-top {
    border-radius: 10px;
    margin-bottom: 5%;
}
.site-header .dropdown-menu.mega-menu.show .mega-menu-item:hover .card-title {
    font-weight: 600;
    transition: all 0.2s;
}
.site-header .dropdown-menu.mega-menu.show .mega-menu-item:hover .card-img-top {
    width: 105%;
    height: 105%;
    margin-bottom: 0;
    transition: all 0.2s;
}
.hero-carousel {
    cursor: grab;
    height: 100vh;
    width: 100%;
    overflow: hidden;
}
.hero-carousel .carousel-item {
    height: 100vh;
    background-color: var(--bg-cream);
}
.hero-carousel .slides {
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.hero-carousel .slides:before {
    content: '';
    background: #ffffffb0;
    height: 100%;
    position: absolute;
    top: 0;
}
.hero-carousel .slides .caption {}
.hero-carousel .legacy .caption {
    max-width: 38%;
    animation: fadeInRight 1.5s ease-out forwards;
    z-index: 9;
}
.hero-carousel .legacy:before {
    width: 45%;
    margin-left: auto;
    right: 0;
}
.hero-carousel .pristine .caption {
    max-width: 40%;
    animation: fadeInTop 1.5s ease-out forwards;
}
.hero-carousel .pristine:before {
    width: 45%;
    margin-right: auto;
    left: 0;
}
.hero-carousel .radiant .caption {
    max-width: 40%;
    animation: fadeInRight 1.5s ease-out forwards;
}
.hero-carousel .radiant:before {
    width: 45%;
    margin-right: auto;
    left: 0;
}
.hero-carousel .kosmic .caption {
    max-width: 40%;
    animation: fadeInTop 1.5s ease-out forwards;
}
.hero-carousel .kosmic:before {
    width: 45%;
    margin-right: auto;
    left: 0;
}
.hero-carousel .legacy {
    background-image: url('assets/images/slide1.jpg');
    align-items: end;
    padding-right: 5%;
}
.hero-carousel .pristine {
    background-image: url('assets/images/slide2.jpg');
    align-items: start;
    padding-left: 5%;
    text-align: center;
}
.hero-carousel .radiant {
    background-image: url('assets/images/slide3.jpg');
    align-items: start;
    padding-left: 5%;
}
.hero-carousel .kosmic {
    background-image: url('assets/images/slide4.jpg');
    align-items: start;
    padding-left: 5%;
    text-align: center;
}
.hero-carousel .caption img {
    max-width: 220px;
    margin-bottom: 30px;
}
.hero-carousel .carousel-indicators [data-bs-target] {
    height: 30px;
    border-radius: 50%;
    transform: scale(0.7);
}
.hero-carousel .carousel-indicators .active {
    transform: scale(1);
}
.hero-carousel .hero-title {
    font-size: 60px;
    font-family: var(--font-title);
    font-weight: 700;
    color: var(--primary-brown);
    line-height: 1.1;
    margin-bottom: 1.5rem;
}
.hero-carousel .hero-subtitle {
    font-family: var(--font-body);
    font-size: 36px;
    font-weight: 400;
    color: var(--primary-brown);
    margin-bottom: 0;
}
.hero-carousel .btn-hero {
    border: 1px solid var(--primary-brown);
    color: var(--primary-brown);
    background: transparent;
    border-radius: 50px;
    padding: 12px 40px;
    font-family: var(--font-body);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 18px;
    margin-top: 30px;
}
.hero-carousel .btn-hero:hover {
    background: url('assets/images/title-bg.jpg') no-repeat center;
    color: #fff;
}
@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(100%);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-100%);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
@keyframes fadeInTop {
    from {
        opacity: 0;
        transform: translateY(-100%);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/*homepage category*/
.category-section {
    padding: 80px 0 50px;
    background-color: var(--bg-cream);
}
.category-title {
    text-align: center;
    font-size: 60px;
    color: transparent;
    background: url('assets/images/title-bg.jpg') no-repeat center;
    -webkit-background-clip: text;
    margin-bottom: 50px;
    font-family: var(--font-title);
    font-weight: 700;
}
.category-nav-tabs {
    border-bottom: 2px solid #b4333138;
    display: flex;
    justify-content: space-evenly;
    gap: 80px;
    margin-bottom: 40px;
    position: relative;
    z-index: 100;
}
.nav-slider {
    position: absolute;
    bottom: -1px;
    height: 2px;
    background-color: var(--primary-brown);
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.category-nav-tabs .nav-link {
    border: none !important;
    background: transparent !important;
    color: var(--primary-brown) !important;
    font-size: 24px;
    font-family: var(--font-body);
    padding: 15px 0;
    position: relative;
    opacity: 0.5;
    transition: all 0.3s;
    cursor: pointer;
}
.category-nav-tabs .nav-link:hover {
    opacity: 1;
}
.category-nav-tabs .nav-link.active {
    font-weight: 600;
    opacity: 1;
}
.stack-wrapper {
    position: relative;
    width: 100%;
    height: var(--stack-total-height);
    border-radius: 40px 40px 0 0;
    overflow: hidden;
}
.custom-pane {
    position: absolute;
    width: 100%;
    height: var(--card-height);
    left: 0;
    background-color: #fff;
    background-size: cover;
    background-position: center;
    border-radius: 40px 40px 0 0;
    overflow: hidden;
    box-shadow: 0 -8px 25px rgba(0, 0, 0, 0.15);
    transition: top 0.7s cubic-bezier(0.65, 0, 0.35, 1), background-image 0.4s ease-in-out;
}
.custom-pane:before {
    content: '';
    background: linear-gradient(180deg, black, transparent, transparent, transparent, transparent, transparent);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
#pane-finish {
    z-index: 1;
    top: 0;
}
#pane-substrate {
    z-index: 2;
}
#pane-type {
    z-index: 3;
}
.glass-strip {
    position: absolute;
    top: 2%;
    width: 100%;
    padding: 20px 0;
    display: flex;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.5s ease 0.3s;
}
.is-selected .glass-strip {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}
.glass-strip-content {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
}
.pill-slider {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: rgba(255, 255, 255, 0.25);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 39%);
    border-radius: 10px;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    z-index: 0;
}
.sub-pill {
    color: #fff;
    padding: 5px 20px;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.3s;
    font-size: 24px;
    position: relative;
    z-index: 1;
}
.sub-pill.active-pill {
    font-weight: 600;
}
button.nav-link.thin-line:before {
    content: '';
    background: #B4333180;
    width: 150px;
    height: 2px;
    position: absolute;
    left: -5rem;
}
/*homepage product section*/
.product-showcase-section {
    background-image: url('assets/images/gloss.jpg');
    background-size: cover;
    background-position: center;
    padding: 40px 0;
    color: #fff;
    position: relative;
    overflow: hidden;
}
.product-showcase-section {
    padding: 0;
}
.productsec .product-nav {
    position: absolute;
    top: 40px;
    width: 100%;
    margin-bottom: 0;
}
.productsec #productTabContent .product-content {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}
.productsec .product-bg img {
    width: 100%;
}
.productsec #productTabContent .product-content .row.desc-row {
    padding-top: 15%;
}
.product-nav {
    display: flex;
    justify-content: center;
    gap: 100px;
    margin-bottom: 80px;
    position: relative;
    z-index: 2;
    border-bottom: none;
}
.product-nav-link {
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: var(--font-body);
    font-size: 22px;
    padding: 10px 0;
    font-weight: 700;
    border-radius: 10px;
    padding-left: 20px;
    padding-right: 20px;
    transition: all 0.3s ease;
}
.product-nav-link:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.25);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 39%);
    border-radius: 10px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}
.product-nav .nav-link.active,
.product-nav-link.active {
    color: #fff;
    border: 0;
    background: rgba(255, 255, 255, 0.25);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 39%);
    border-radius: 10px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    border-color: transparent;
}
.product-content {
    z-index: 1;
}
.product-content .heading .sub-heading {
    font-family: var(--font-body);
    font-size: 22px;
    color: rgba(255, 255, 255, 0.7);
}
.product-content .heading .main-heading {
    font-family: var(--font-title);
    font-weight: 700;
    font-size: 50px;
    line-height: 1.5;
    letter-spacing: -1px;
}
.product-can-image {
    max-height: 350px;
    filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.3));
    transition: transform 0.3s ease;
}
.product-can-image:hover {
    transform: translateY(-10px);
}
.product-info h3 {
    font-family: var(--font-title);
    font-weight: 700;
    font-size: 26px;
}
.product-info p {
    font-size: 18px;
    line-height: 1.3;
    max-width: 400px;
    color: rgba(255, 255, 255, 0.8);
}
.btn-view-details {
    border: 1px solid rgba(255, 255, 255, 0.8);
    color: #fff;
    background: transparent;
    border-radius: 50px;
    padding: 10px 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: var(--font-body);
    font-size: 16px;
    transition: all 0.3s;
}
.btn-view-details:hover {
    background: #fff;
    color: var(--primary-brown);
}
.view-more-products {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 15px;
}
/*homepage gallery section*/
.gallery-section {
    padding: 80px 0;
    text-align: center;
    overflow: hidden;
    max-width: 90%;
    margin: 0 auto;
}
.gallery-title {
    font-family: var(--font-title);
    font-weight: 700;
    color: transparent;
    background: url('assets/images/title-bg.jpg') no-repeat center;
    background-size: cover;
    -webkit-background-clip: text;
    font-size: 60px;
    margin-bottom: 50px;
}
.gallery-section .swiper {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}
.gallery-section .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 320px;
    height: auto;
    border-radius: 75px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.gallery-section .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* .gallery-section .swiper-slide:not(.gallery-section .swiper-slide-active) {
    opacity: 0.5;
} */
.gallery-section .swiper-slide:before {
    content: '';
    background: #7777779f;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.gallery-section .swiper-slide-active {
    position: relative;
}
.gallery-section .swiper-slide-active:before {
    display: none;
}
.gallery-section .swiper-slide-active::after {
    content: '';
    background: url('assets/images/icons/bookmark.png');
    position: absolute;
    top: 35px;
    right: 45px;
    color: #fff;
    width: 20px;
    height: 25px;
    z-index: 10;
}
.gallery-section .swiper-pagination {
    position: static;
    margin-top: 20px;
}
.gallery-section .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #d1c7b8;
    opacity: 1;
    transition: all 0.3s;
}
.gallery-section .swiper-pagination-bullet-active {
    background-color: var(--primary-brown);
    transform: scale(1.2);
}
.swiper-button-prev {
    background: var(--primary-brown);
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    left: 20px;
}
.swiper-button-next {
    background: var(--primary-brown);
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    right: 20px;
}
.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 15px;
    line-height: 30px;
    font-weight: bold;
}
/*homepage architect section*/
.architect-title {
    font-family: var(--font-title);
    font-weight: 700;
    font-size: 60px;
    color: #fff;
    margin-bottom: 10px;
}
.stories-section .header-row {
    margin-bottom: -60px;
}
.stories-section .subtitle {
    font-family: var(--font-body);
    font-size: 18px;
    color: #fff;
}
.stories-section {
    padding-top: 80px;
    background-image: url('assets/images/architect-bg.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
}
.architect-slider-wrapper {
    margin: 0 80px;
    position: relative;
    overflow: hidden;
}
.architect-slider-wrapper .bg {
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    height: 100%;
    background: #4D1F0BCC;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}
.architect-slider-container {
    position: relative;
    padding: 0 120px;
    padding-bottom: 40px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}
.architect-row {
    padding-bottom: 60px;
}
.architect-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px 0 0 10px;
}
.architect-info {
    background: #fff;
    padding: 30px 40px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.architect-info h3 {
    font-family: var(--font-title);
    font-size: 28px;
    color: #333;
    margin-bottom: 10px;
}
.architect-info .location {
    color: #888;
    margin-bottom: 20px;
    font-size: 18px;
}
.architect-info .bio {
    font-size: 16px;
    color: #555;
    line-height: 1.2;
    max-height: 14vh;
    overflow-y: auto;
    margin-bottom: 0;
}
.architect-info .bio a {
    color: var(--primary-brown);
    text-decoration: underline;
    font-weight: 500;
}
.stories-section .social-icons {
    margin-top: 20px;
    display: flex;
    gap: 10px;
}
.architect-nav {
    position: absolute;
    left: 3%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    color: #fff;
    font-size: 40px;
    display: flex;
    flex-direction: column;
}
.architect-nav-prev {
    top: 45%;
}
.architect-nav-next {
    top: 55%;
}
.architect-slider-wrapper .scroller-row .col-lg-5 {
    background: #c4bdb9;
    margin: 25px 0;
}
.scroller-row {
    margin-top: -60px;
    position: relative;
    z-index: 9;
    max-width: 60%;
}
.architect-slider-scrollbar {
    margin: 0;
    position: relative;
    height: 8px;
    width: 100%;
    background: #c4bdb9;
    border-radius: 10px;
}
.architect-slider-scrollbar .swiper-scrollbar-drag {
    height: 100%;
    background: #fff;
    border-radius: 10px;
}
.btn-view-all {
    display: inline-block;
    margin-top: 25px;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 30px;
    padding: 10px 30px;
    text-decoration: none;
    transition: all 0.3s ease;
}
.btn-view-all:hover {
    background-color: #fff;
    color: #4A2B23;
}
.gallery-slider-wrapper {
    height: 100%;
    padding: 0 50px;
}
.gallery-slider {
    flex-grow: 1;
}
.gallery-slider .swiper-slide video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gallery-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto;
    max-width: 35%;
    gap: 15px;
}
.gallery-nav {
    color: #fff;
    cursor: pointer;
}
.gallery-pagination {
    display: flex;
    justify-content: center;
}
.gallery-pagination .swiper-pagination-bullet {
    background-color: rgba(255, 255, 255, 0.2);
    width: 20px;
    height: 5px;
    border-radius: 5px;
    opacity: 1;
    border: 1px solid #fff;
}
.gallery-pagination .swiper-pagination-bullet-active {
    background-color: #fff;
}
/*homepage community section*/
.community-section {
    background-color: var(--bg-cream);
    padding: 250px 0;
    margin-top: 60px;
    padding-bottom: 60px;
    position: relative;
    text-align: center;
    overflow: hidden;
    min-height: 85vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.community-content {
    position: relative;
    z-index: 10;
    max-width: 50%;
    margin: 0 auto;
}
.community-content h2 {
    font-family: var(--font-title);
    color: var(--primary-brown);
    font-size: 50px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 1.5rem;
}
.community-content p {
    color: var(--primary-brown);
    font-size: 18px;
    line-height: 1.7;
    max-width: 400px;
    margin: 0 auto 2.5rem auto;
}
.community-content img {
    max-width: 80px;
}
.btn-join-us {
    border: 1.5px solid var(--primary-brown);
    color: var(--primary-brown);
    background: transparent;
    border-radius: 50px;
    padding: 14px 40px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 20px;
    font-weight: 500;
    transition: all 0.3s;
    text-decoration: none;
}
.btn-join-us:hover {
    background: url('assets/images/title-bg.jpg') no-repeat center;
    color: #fff;
}
.community-images {
    /* position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; */
}
.community-img-wrapper {
    position: absolute;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
.community-img-wrapper:hover {
    transform: scale(1.05) !important;
    z-index: 5;
}
.community-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.img-1 {
    top: 5%;
    left: 5%;
    width: 9%;
    height: 25%;
}
.img-2 {
    top: 0;
    left: 15%;
    width: 9%;
    height: 25%;
}
.img-3 {
    top: 32%;
    left: 5%;
    width: 9%;
    height: 25%;
}
.img-4 {
    top: 27%;
    left: 15%;
    width: 9%;
    height: 25%;
}
.img-5 {
    top: 15%;
    left: 25%;
    width: 9%;
    height: 25%;
}
.img-6 {
    top: 2%;
    left: 35%;
    width: 9%;
    height: 25%;
}
.img-7 {
    top: 10%;
    left: 45%;
    width: 9%;
    height: 25%;
}
.img-8 {
    top: 2%;
    left: 55%;
    width: 9%;
    height: 25%;
}
.img-9 {
    top: 15%;
    left: 65%;
    width: 9%;
    height: 25%;
}
.img-10 {
    top: 5%;
    right: 15%;
    width: 9%;
    height: 25%;
}
.img-11 {
    top: 0;
    right: 5%;
    width: 9%;
    height: 25%;
}
.img-12 {
    top: 32%;
    right: 15%;
    width: 9%;
    height: 25%;
}
.img-13 {
    top: 27%;
    right: 5%;
    width: 9%;
    height: 25%;
}
/*homepage testimonial section*/
.testimonial-section {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    border-left: 30px solid var(--primary-brown);
}
.testimonial-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: -30px;
    width: 50%;
    height: 25px;
    background-color: var(--primary-brown);
    z-index: -1;
    border-radius: 20px;
}
.testimonial-section::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: -30px;
    width: 50%;
    height: 25px;
    background-color: var(--primary-brown);
    z-index: -1;
    border-radius: 20px;
}
.bg-circles .circle1,
.bg-circles .circle2,
.bg-circles .circle3,
.bg-circles .circle4,
.bg-circles .circle5 {
    position: absolute;
    border-radius: 50%;
    z-index: 1;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation: floatDiagonal 7s infinite;
}
@keyframes floatDiagonal {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(15px, -15px);
    }
    100% {
        transform: translate(0, 0);
    }
}
.bg-circles .circle1 {
    width: 70px;
    height: 70px;
    background-color: #d4c0f3b7;
    top: 15%;
    left: 55%;
}
.bg-circles .circle2 {
    width: 50px;
    height: 50px;
    background-color: #dbc191d2;
    top: 85%;
    right: 45%;
}
.bg-circles .circle3 {
    width: 50px;
    height: 50px;
    background-color: #fccfcfa9;
    top: 25%;
    left: 45%;
}
.bg-circles .circle4 {
    width: 80px;
    height: 80px;
    background-color: #a2f0e99c;
    bottom: 25%;
    right: 20%;
}
.bg-circles .circle5 {
    width: 50px;
    height: 50px;
    background-color: #a0d39ba4;
    bottom: 20%;
    right: 20%;
}
.testimonial-section .container {
    z-index: 9;
    position: relative;
}
.section-title {
    font-size: 40px;
    font-family: var(--font-title);
    color: #4A2B23;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 60px;
    padding-left: 20px;
}
.testimonial-nav-area {
    display: flex;
    align-items: center;
    height: 450px;
    position: relative;
}
.testimonial-image-rotator {
    position: absolute;
    left: 0;
    top: 0;
    width: 60%;
    height: 100%;
}
/* SVG Curve Connector */
.connector-svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-60%, -50%);
    width: 150px;
    height: 300px;
    z-index: 1;
}
.connector-svg path {
    stroke: #C9A9A6;
    stroke-width: 1.5;
    fill: none;
}
.testimonial-user-image {
    position: absolute;
    cursor: pointer;
    z-index: 2;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.testimonial-user-image img {
    border-radius: 50%;
    object-fit: cover;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.active-user-info {
    position: absolute;
    left: 38%;
    top: 53%;
    transform: translateY(-50%);
}
.user-name {
    color: var(--primary-brown);
    font-weight: 500;
    margin-bottom: 8px;
    font-size: 30px;
    font-family: var(--font-title);
}
.user-location {
    color: var(--primary-brown);
    font-size: 24px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}
.location-icon {
    margin-right: 10px;
}
.pos-center {
    transform: translate(-50%, -50%);
    left: 40%;
    top: 52%;
}
.pos-center img {
    width: 140px;
    height: 140px;
}
.pos-top {
    transform: translate(-50%, -50%);
    left: 8%;
    top: 6%;
}
.pos-top img {
    width: 80px;
    height: 80px;
}
.pos-bottom {
    transform: translate(-50%, -50%);
    left: 8%;
    top: 92%;
}
.pos-bottom img {
    width: 80px;
    height: 80px;
}
.btn-view-more {
    border: 1px solid #4A2B23;
    border-radius: 30px;
    padding: 10px 30px;
    color: #4A2B23;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}
.btn-view-more:hover {
    background: url('assets/images/title-bg.jpg') no-repeat center;
    color: #fff;
}
.testimonial-swiper {
    width: 100%;
    padding: 20px 0;
}
.testimonial-content {
    color: #4A2B23;
    font-size: 24px;
    line-height: 1.8;
}
.quote-icon {
    font-size: 120px;
    font-style: italic;
    color: var(--primary-brown);
    font-weight: 700;
    line-height: 1;
}
.testimonial-content p {
    margin-left: 80px;
}
.read-more {
    color: #4A2B23;
    text-decoration: underline;
}
/*homepage contact section*/
.contact-section {
    color: #fff;
    overflow: hidden;
    padding: 120px 0;
}
.image-pane {
    position: relative;
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('assets/images/architect-bg.jpg');
    background-size: cover;
    background-position: center;
    min-height: 650px;
    padding: 4rem;
    display: flex;
    align-items: flex-end;
}
.luxury-text {
    font-size: 30px;
    font-family: var(--font-title);
    font-weight: 700;
    letter-spacing: 1px;
    position: relative;
    z-index: 2;
}
.form-pane {
    background-color: var(--primary-brown);
    padding: 3rem;
    transform: translateY(-8%);
    box-shadow: 2px 3px 5px rgb(0 0 0 / 57%);
}
.form-pane h2 {
    font-size: 45px;
    font-weight: 400;
    margin-bottom: 2.5rem;
}
.form-label {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0.5rem;
}
.form-control {
    background-color: #9A8A83;
    border: none;
    border-radius: 12px;
    padding: 0.9rem 1rem;
    color: #fff;
    font-size: 1rem;
}
.form-control::placeholder {
    color: #e0d9d7;
    opacity: 0.7;
}
.form-control:focus {
    background-color: #9A8A83;
    box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.15);
    color: #fff;
}
.custom-select {
    background-color: #9A8A83;
    color: #fff;
    border-radius: 12px;
    font-size: 1rem;
    position: relative;
}
.custom-select-header {
    padding: 0.9rem 1rem;
    cursor: pointer;
    user-select: none;
}
.arrow-icon {
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
    margin-bottom: 2px;
    position: absolute;
    right: 15px;
    top: 20px;
}
.custom-select.open .arrow-icon {
    transform: rotate(-135deg);
    margin-bottom: -2px;
}
.custom-select-options {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #6f4f37;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.custom-select-options .option {
    padding: 10px;
    cursor: pointer;
}
.custom-select-options .option:hover {
    background-color: #5f3b28;
    color: #f0f0f0;
}
.custom-select:hover .custom-select-options {
    display: block;
}
.btn-submit {
    font-size: 22px;
    font-family: var(--font-title);
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 50px;
    padding: 0.6rem 2.5rem;
    font-weight: 500;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    margin-top: 2rem;
}
.btn-submit:hover {
    background-color: #fff;
    color: #4A2B23;
    border-color: #fff;
}
@media (max-width: 991px) {
    .image-pane {
        min-height: 400px;
    }
    .form-pane {
        padding: 3rem 2rem;
    }
    .form-pane h2 {
        font-size: 2.5rem;
    }
}
.contact-section .form-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
}
/* --- Footer --- */
footer.footer-light {
    display: none;
}
footer {
    padding: 60px 0 0;
}
footer .social-icons a {
    text-align: center;
}
footer .social-icons a img {
    max-width: 25px;
}
.footer-links h6 {
    color: var(--primary-brown);
    font-family: var(--font-title);
    font-size: 24px;
    font-weight: 400;
}
.footer-links a {
    color: var(--primary-brown);
    text-decoration: none;
    display: block;
    margin-bottom: 12px;
    font-size: 16px;
    transition: color 0.2s;
}
footer .footer-links:nth-child(3) {
    padding-left: 8%;
    position: relative;
}
footer .footer-links:nth-child(3):before {
    content: '';
    position: absolute;
    left: 0;
    top: 50px;
    height: 65%;
    width: 2px;
    background: #4D1F0BE5;
}
footer .footer-links:nth-child(3):after {
    content: '';
    position: absolute;
    right: 20px;
    top: 50px;
    height: 65%;
    width: 2px;
    background: #4D1F0BE5;
}
.scroll-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: #fff;
    color: #000;
    width: 50px;
    height: 50px;
    font-size: 30px;
    line-height: 50px;
    border-radius: 30px;
    text-align: center;
    cursor: pointer;
    z-index: 99999;
}
.continued-text {
    display: none;
    /* Hide the continued text initially */
}
/* Base fade state */
.fade {
    opacity: 0;
    transform: translate(0, 0);
    transition: opacity .8s ease, transform .8s ease;
    pointer-events: none;
    width:calc(100% - 50px);
    height:calc(100% - 50px);
}
/* Directions */
.fade-up {
    transform: translateY(50px);
}
.fade-down {
    transform: translateY(-50px);
}
.fade-left {
    transform: translateX(50px);
}
.fade-right {
    transform: translateX(-50px);
}
/* Active state */
.fade.show {
    opacity: 1;
    transform: translate(0, 0);
    pointer-events: auto;
    width:100%;
    height:100%;
}
.modal .btn-close {
    position: absolute;
    right: 10px;
    top: 10px;
    margin: 0;
    padding: 0;
}
#snackbar {
    visibility: hidden;
    min-width: 300px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 8px;
    padding: 16px;
    position: fixed;
    z-index: 9999;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
#snackbar.show {
    visibility: visible;
    animation: fadein 0.5s, fadeout 0.5s 3.5s;
}
#snackbar.success {
    background-color: #28a745;
}
#snackbar.error {
    background-color: #dc3545;
}
@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }
    to {
        bottom: 30px;
        opacity: 1;
    }
}
@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }
    to {
        bottom: 0;
        opacity: 0;
    }
}
/**//**//*/**/
.sizes-section .price{
    display:none;
}