/* =========================================
   HEADER
   ========================================= */
/* header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    padding: 0;
    border-bottom: 1px solid #E8E4DC4D;
}

.header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-logo {
    font-family: var(--font-heading);
    font-size: 24px;
    color: var(--color-primary);
}

.header-logo img {
    max-height: 80px;
    width: auto;
    display: block;
}

.head-nav-links {
    color: var(--color-text-light);
    display: flex;
    gap: 32px;
}


.header-contact {
    color: var(--color-text-light);
    display: flex;
    align-items: center;
    gap: 16px;
}

.head-btn-wrap .btn {
    padding: 12px 19px;
    border: 1px solid var(--color-text-light);
} */


/* =========================================
   CUSTOM FONTS
   ========================================= */
@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,300;1,9..144,300&display=swap');

@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/Satoshi/Satoshi-Light.woff2') format('woff2'),
        url('../fonts/Satoshi/Satoshi-Light.woff') format('woff'),
        url('../fonts/Satoshi/Satoshi-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


/* =========================================
   GLOBAL VARIABLES
   ========================================= */
:root {
    /* Colors */
    --color-primary: #D4AA68;
    /* Gold/Tan color from the button */
    --color-primary-hover: #b8975d;
    --color-text-dark: #050A16;
    --color-text-light: #F4F3F3;
    --color-text-golden: #F4D289;
    /* --color-text-dark: #9F9FA0; */
    --color-medium-gray: #9F9FA0;
    --color-section-bg: #F4F3F30F;
    --color-divider: #C09B4A;
    --background-color-section: #131823;
    --color-bg-dark: #050A16;

    /* Fonts */
    --font-body: 'Satoshi', sans-serif;
    --font-heading: 'Fraunces', serif;

    /* Spacing */
    --container-width: 1360px;
}

/* =========================================
   GLOBAL RESET & TYPOGRAPHY
   ========================================= */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: var(--font-body);
    background-color: var(--color-bg-dark);
}
img{
	display:block;
	height:100%;
	width:100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-heading);
    font-weight: 300;
    color: var(--color-text-light);
}

h1 {
    font-size: 60px;
    line-height: 120%;
    letter-spacing: -1px;
}

h2 {
    font-size: 56px;
    line-height: 120%;
}

h3 {
    font-size: 44px;
    line-height: 130%;
}

h4 {
    font-size: 22px;
    line-height: 130%;
}

h5 {
    font-size: 20px;
    line-height: 130%;
}

.body-1 {
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 130%;
    word-spacing: 1.4px;
    font-weight: 400;
    opacity: 0.8;
}

.body-2 {
    font-family: var(--font-body);
    font-size: 14px;
    line-height: 130%;
    font-weight: 300;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.heading-text {
    font-family: var(--font-heading);
    font-style: italic;
    font-size: 20px;
    line-height: 140%;
    font-weight: 300;
}

.sub-head {
    font-family: var(--font-body);
    font-size: 14px;
    line-height: 130%;
    font-weight: 400;
    letter-spacing: 20%;
    text-transform: uppercase;
    color: var(--color-text-golden);
}

.b2-bold {
    font-family: var(--font-body);
    font-size: 14px;
    line-height: 130%;
    font-weight: 500;
}

a {
    text-decoration: none;
    color: inherit;
}

.container {
    max-width: var(--container-width);
    margin: 0 auto;
    width: 100%;
}

.italic-heading {
    font-style: italic;
    font-weight: 300;
}

.colored-italic-head {
    color: var(--color-text-golden);
    font-weight: 600;
}

.center__divider {
    display: block;
    width: 40px;
    height: 1px;
    background: var(--color-primary);
    margin: 0 auto;
}

/* =========================================
   GLOBAL BUTTONS
   ========================================= */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
}

.btn-primary {
    padding: 14px 28px;
    background-color: var(--color-primary);
    color: #000;
}

.btn-primary:hover {
    background-color: var(--color-primary-hover);
}

.btn-outline-btm {
    padding: 13.5px 8px;
    background-color: transparent;
    color: var(--color-text-light);
    border-bottom: 1px solid var(--color-primary);
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    transition: color 0.3s ease, border-color 0.3s ease;
}

.btn-outline-btm::after {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M12.025 4.94165L17.0834 9.99998L12.025 15.0583' stroke='%23D4AA68' stroke-width='1.25' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M2.91669 10H16.9417' stroke='%23D4AA68' stroke-width='1.25' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    transition: transform 0.3s ease;
}

.btn-outline-btm:hover::after {
    transform: translateX(4px);
}

.btn-outline {
    background-color: transparent;
    color: var(--color-text-light);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.btn-outline:hover {
    border-color: var(--color-text-light);
    background-color: rgba(255, 255, 255, 0.1);
}

/* Mobile Menu Toggle Button (Hidden on Desktop) */
.menu-toggle {
    display: none;
    position: relative;
    background: transparent;
    border: none;
    cursor: pointer;
    flex-direction: column;
    gap: 6px;
    z-index: 1001;
    /* Ensure above overlay */
}

.hamburger-line {
    display: block;
    width: 28px;
    height: 2px;
    background-color: var(--color-text-light);
    transition: all 0.3s ease;
}

/* Stop body scrolling when menu is open */
body.menu-open {
    overflow: hidden;
}

.divider {
    display: block;
    width: 40px;
    height: 1px;
    background: var(--color-primary);
    /* margin-bottom: 24px; */
}





/* =========================================
   HERO SECTION FOR ALL OTHER PAGES
   ========================================= */
.hero-banner {
    position: relative;
    min-height: 955px;
	height:100vh;
    display: flex;
    align-items: center;
    /* Offset for absolute header */
    /* padding-top: 120px; */
    /* background-image: linear-gradient(90deg, rgba(5, 10, 22, 0.88) 0%, rgba(5, 10, 22, 0.55) 55%, rgba(5, 10, 22, 0.15) 100%); */
    background-size: cover;
    background-position: center right;
}

.hero-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,
            rgba(5, 10, 22, 0.88) 0%,
            rgba(5, 10, 22, 0.55) 55%,
            rgba(5, 10, 22, 0.15) 100%);
    z-index: 1;
}

.hero-banner .hero-wrapper {
    max-width: 100%;
    position: relative;
    z-index: 2;
    padding-top: 19px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.subheading {
    color: var(--color-primary);
    display: block;
    margin-bottom: 12px;
    letter-spacing: 2.8px;
}

.hero-banner h1 {
    margin-bottom: 16px;
}

.hero-banner p {
    color: var(--color-text-light);
    margin-bottom: 32px;
    max-width: 680px;
}

.hero-buttons {
    display: flex;
    gap: 20px;
    margin-bottom: 0;
    align-items: center;
}

.hero-scroll {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    color: var(--color-text-light);
    opacity: 0.7;
    z-index: 2;
}

.hero-scroll span {
    font-family: var(--font-body);
    font-size: 12px;
    line-height: 130%;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--color-text-light);
}

.scroll-line {
    width: 1px;
    height: 48px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8), transparent);
}
.head-email{
	display:none;
}



/* =========================================
   FAQ SECTION
   ========================================= */
.faq {
    background: var(--background-color-section);
}

.faq__wrapper {
    display: flex;
    align-items: start;
    justify-content: space-between;
}

.faq__intro {
    position: sticky;
    top: 120px;
    display: flex;
    flex-direction: column;
    max-width: 35%;
    width: 100%;
}

.faq__intro .subheading {
    margin-bottom: 12px;
}

.faq__title {
    color: var(--color-text-light);
    margin-bottom: 12px;
}

.faq__text {
    color: var(--color-text-light);
    max-width: 385px;
    opacity: 1;
}

.faq__list {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 57%;
}

.faq__item {
    border-top: 1px solid rgba(232, 228, 220, 0.30);
}

.faq__question {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 32px;
    padding-block: 24px;
    background: transparent;
    border: none;
    color: var(--color-medium-gray);
    text-align: left;
    cursor: pointer;
    transition: color 0.3s ease;
}

.faq__question:hover {
    color: var(--color-text-light);
}

.faq__item.is-active .faq__question {
    color: var(--color-text-light);
}

.faq__icon {
    position: relative;
    flex-shrink: 0;
    width: 14px;
    height: 14px;
    margin-top: 3px;
}

.faq__icon::before,
.faq__icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background: var(--color-primary);
    transition: transform 0.3s ease;
}

.faq__icon::before {
    width: 14px;
    height: 1px;
    transform: translate(-50%, -50%);
}

.faq__icon::after {
    width: 1px;
    height: 14px;
    transform: translate(-50%, -50%);
}

.faq__item.is-active .faq__icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
    opacity: 0;
}

.faq__answer {
    display: grid;
    grid-template-rows: 0fr;
    opacity: 0;
    transition: grid-template-rows .4s ease-out, opacity .4s ease-out;
}

.faq__answer p {
    min-height: 0;
    overflow: hidden;
    color: var(--color-medium-gray);
    padding-bottom: 0;
    padding-right: 40px;
    margin: 0;
    transition: padding-bottom .4s ease-out;
}

.faq__item.is-active .faq__answer {
    grid-template-rows: 1fr;
    opacity: 1;
}

.faq__item.is-active .faq__answer p {
    padding-bottom: 24px;
}

/* =========================================
   BRANDS SECTION
   ========================================= */
.brands__header {
    text-align: center;
}

.brands__slider {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.brands__track {
    display: flex;
    align-items: center;
    width: max-content;
    gap: 130px;
    padding: 0 80px;
}

.brands__item {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.brands__item img {
    width: auto;
    object-fit: contain;
    opacity: 1;
}

/* =========================================
   SERVICE AREA SECTION
   ========================================= */
.service-area {
    background: var(--color-bg-dark);
}

.service-area__wrapper {
    display: flex;
    gap: 80px;
    align-items: center;
}
.service-area__wrapper .service-area__content p{
	color:var(--color-text-light);
}

.service-area__content {
    padding-block: 88px;
    max-width: 100%;
    width: 100%;
}

.service-area__map {
    max-width: 100%;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.service-area__map img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.service-area__content .subheading {
    margin-bottom: 12px;
}

.service-area__title {
    color: var(--color-text-light);
    margin-bottom: 12px;
}

.service-area__content>p {
    color: var(--color-text-light);
    margin-bottom: 24px;
    opacity: 1;
}

.service-area__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
	margin-top:24px;
}

.service-area__tag {
    display: inline-flex;
    align-items: center;
    padding: 10px 20px;
    border: 1px solid var(--color-medium-gray);
    color: var(--color-medium-gray);
    letter-spacing: 0.5px;
    white-space: nowrap;
    /* transition: border-color 0.3s ease, color 0.3s ease, background-color 0.3s ease; */
}

.service-area__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: stretch;
}

.service-area__map {
    height: 100%;
    min-height: 100%;
    overflow: hidden;
}

.service-area__map iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

.service-area__map[data-louis-map] {
    position: relative;
    background: var(--background-color-section);
}

.service-area__map-fallback {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 32px;
    text-align: center;
}

.service-area__map[data-louis-map] iframe {
    position: relative;
    z-index: 2;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.service-area__map[data-louis-map].is-loaded iframe {
    opacity: 1;
}

.service-area__map[data-louis-map].is-loaded .service-area__map-fallback {
    display: none;
}

/* .service-area__tag:hover {
    border-color: var(--color-primary);
    color: var(--color-primary);
    background-color: rgba(244, 210, 137, 0.06);
} */

/* =========================================
   HOW IT WORKS SECTION
   ========================================= */
.how-it-works {
    background: var(--background-color-section);
}

.how-it-works__title {
    color: var(--color-text-light);
}

.how-it-works__steps {
    list-style: none;
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
}


.how-it-works__step {
    position: relative;
    z-index: 2;
    padding-right: 40px;
}

.how-it-works__step:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 30px;
    left: 64px;
    width: calc(100% + -1px - 60px);
    height: 1px;
    background: rgba(232, 228, 220, 0.30);
    z-index: 1;
}

.how-it-works__number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16.5px 26px;
    border: 1px solid var(--color-primary);
    border-radius: 50%;
    color: var(--color-primary);
    font-family: var(--font-heading);
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 32px;
}

.how-it-works__step-title {
    color: var(--color-text-light);
    margin-bottom: 8px;
}

.how-it-works__step-text {
    max-width: 100%;
    opacity: 1;
    color: var(--color-medium-gray);
}

.how-it-works__footer-divider {
    display: block;
    width: 100%;
    height: 1px;
    background: rgba(232, 228, 220, 0.30);
    margin-bottom: 24px;
}

.how-it-works__footer-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.how-it-works__footer-text {
    font-family: var(--font-heading);
    font-size: 20px;
    line-height: 140%;
    color: var(--color-text-light);
    font-size: 20px;
}

.testimonials {
    background: var(--background-color-section);
}


.testimonials__title {
    color: var(--color-text-light);
}

.testimonials__slider {
    overflow: hidden;
}

.testimonials__track {
    display: flex;
    gap: 24px;
    width: 100%;
}

.testimonials__slide {
    flex: 0 0 calc(50% - 12px);
    min-width: calc(50% - 12px);
    display: flex;
}

.testimonials__card {
    border: 1px solid rgba(255, 255, 255, 0.12);
    padding: 32px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}

.testimonials__quote {
    display: inline-flex;
    margin-bottom: 24px;
}

.testimonials__stars {
    display: inline-flex;
    gap: 4px;
    margin-bottom: 16px;
}

.testimonials__text {
    color: var(--color-text-light);
    margin-bottom: 32px;
}

.testimonials__author {
    color: var(--color-medium-gray);
    letter-spacing: 1px;
    font-style: italic;
}

.testimonials__dashes {
    display: flex;
    gap: 10px;
    margin-top: 32px;
    align-items: center;
}

.testimonials__pause {
    margin-left: auto;
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: transparent;
    color: var(--color-text-light);
    padding: 8px 12px;
    font: inherit;
    cursor: pointer;
}

.testimonials__pause:focus-visible {
    outline: 2px solid #d4aa68;
    outline-offset: 3px;
}

.testimonials__dash {
    position: relative;
    width: 56px;
    height: 2px;
    background: rgba(255, 255, 255, 0.15);
    border: none;
    padding: 0;
    cursor: pointer;
    overflow: hidden;
}

.testimonials__dash-fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0%;
    background: var(--color-primary);
}

/* =========================================
   CTA SECTION
   ========================================= */
.cta {
    background: var(--color-bg-dark);
}

.cta__banner {
    position: relative;
    width: 100%;
    padding: 198px 0;
    overflow: hidden;
}

.cta__bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 0;
}

.cta__banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg,
            rgba(5, 10, 22, 0.65) 0%,
            rgba(5, 10, 22, 0.65) 100%);
    z-index: 1;
    pointer-events: none;
}

.cta__banner .container {
    position: relative;
    z-index: 2;
}

.cta__content {
    position: relative;
    z-index: 2;
    max-width: 100%;
    margin-inline: auto;
    padding: 0 24px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.cta__title {
    color: var(--color-text-light);
    /* margin-top: 12px; */
    margin-bottom: 12px;
}

.cta__text {
    color: var(--color-text-light);
    opacity: 1;
    max-width: 38%;
    margin-top: 16px;
    margin-bottom: 32px;
}

.cta__actions {
    display: flex;
    align-items: center;
    gap: 20px;
}

.cta__phone {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--color-text-light);
}

.cta__phone-arrow {
    display: inline-flex;
    align-items: center;
    transition: transform 0.3s ease;
}

.cta__phone:hover .cta__phone-arrow {
    transform: translateX(4px);
}

/* =========================================
   STATS SECTION
   ========================================= */
.stats {
    background: var(--background-color-section);
    padding-block: 64px;
}

.stats__wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
}

.stats__item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
    padding: 32px 40px;
}

.stats__item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-50%);
}

.stats__number {
    color: var(--color-primary);
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.stats__number--rating {
    gap: 8px;
    flex-direction: row !important;
    align-items: center;
}

.stats__star {
    width: clamp(20px, 1.8vw, 28px);
    height: clamp(20px, 1.8vw, 28px);
    color: var(--color-primary);
}

.stats__label {
    color: var(--color-text-light);
    letter-spacing: 1px;
}

.diff-bg-color {
    background-color: transparent;
}

/* =========================================
   WHY CHOOSE OUR WINDOWS SECTION
   ========================================= */

.benefits__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.benefits__card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    padding: 40px;
    border: 0.5px solid #E8E4DC4D;
}


.benefits__icon {
/*     width: 64px;
    height: 64px; */
	padding:14px;
    border-radius: 50%;
    border: 1px solid var(--color-primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.benefits__icon svg {
    width: 34px;
    height: 34px;
    stroke: var(--color-primary);
}

.benefits-content {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}

.benefits__card-description {
    color: var(--color-medium-gray);
}

/* =========================================
   WHY REPLACE SECTION
   ========================================= */

.why-replace {
    overflow: hidden;
}

.why-replace .container {
    display: flex;
    align-items: center;
    gap: 80px;
}

.why-replace .why-replace-content {
    width: 44.10%;
/*     padding-bottom: 110px; */
}

.why-replace .why-replace-media {
    width: 55.90%;
    margin-right: calc(-1 * (100vw - 100%) / 2);
    flex: 1;
}

.why-replace-heading {
    margin-bottom: 12px;
}

.why-replace-description {
    color: var(--color-medium-gray);
    margin-top: 16px;
}

.why-replace-media img {
    display: block;
    width: 100%;
	height:100%;
	max-height:91vh;
	object-fit:cover;
}

/* =========================================
   COLLECTION SECTION
   ========================================= */
.collections {
    background-color: var(--color-section-bg);
}

.collections_header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 240px;
}

.collections_intro {
    width: 60%;
}

.collection-content {
    width: 40%;
}

/* .collection-subheading,
.benefits-subheading {
    margin-bottom: 16px;
} */

.collections_description {
    color: var(--color-medium-gray);
}

.collections__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    row-gap: 48px;
    margin-top: 48px;
}

.collections__card {
    border: 1px solid rgba(232, 228, 220, 0.30);
    background-color: var(--color-bg-dark);
}

.collections__media img {
    display: block;
    width: 100%;
	height:auto;
}

.collections__card-content {
    padding: 24px 16px;
}

.collections__card-description {
    color: var(--color-medium-gray);
    margin-top: 8px;
}



/* =========================================
   PORTFOLIO SECTION
   ========================================= */
.portfolio__grid {
    position: relative;
    width: 100%;
    padding-top: 110.15%;
    /* border-top: 1px solid #E8E4DC4D; */
    /* margin-top: 48px; */
}

.portfolio__item {
    position: absolute;
    left: var(--l);
    top: var(--t);
    width: var(--w);
    height: var(--h);
    overflow: hidden;
    cursor: pointer;
}

.portfolio__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
	transform: scale(1);
    transition: transform 0.4s ease;
}

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

.portfolio__heading {
    border-bottom: 1px solid rgba(232, 228, 220, 0.30);
}

/* Desktop bento values, set once via custom properties */
.portfolio__item:nth-child(1) {
    --l: 0%;
    --t: 0%;
    --w: 25.744%;
    --h: 25.533%;
    margin-top: 50px;
}

.portfolio__item:nth-child(2) {
    --l: 32.143%;
    --t: 0%;
    --w: 34.226%;
    --h: 35.111%;
}

.portfolio__item:nth-child(3) {
    --l: 73.958%;
    --t: 0%;
    --w: 25.893%;
    --h: 28.9%;
    margin-top: 49.5px;
}

.portfolio__item:nth-child(4) {
    --l: 0%;
    --t: 33.328%;
    --w: 25.744%;
    --h: 31.718%;
}

.portfolio__item:nth-child(5) {
    --l: 32.143%;
    --t: 40.163%;
    --w: 26.190%;
    --h: 25.583%;
}

.portfolio__item:nth-child(6) {
    --l: 65.030%;
    --t: 40.163%;
    --w: 34.077%;
    --h: 25.583%;
}

.portfolio__item:nth-child(7) {
    --l: 0%;
    --t: 70.042%;
    --w: 34.077%;
    --h: 32.758%;
}

.portfolio__item:nth-child(8) {
    --l: 41.220%;
    --t: 71.973%;
    --w: 25.744%;
    --h: 29.147%;
}

.portfolio__item:nth-child(9) {
    --l: 74.107%;
    --t: 70.042%;
    --w: 25.744%;
    --h: 25.435%;
}

.portfolio__overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 4px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.70) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.portfolio__item:hover .portfolio__overlay {
    opacity: 1;
}

.portfolio__item-title {
    color: var(--color-text-light);
}

.portfolio__item-location {
    color: var(--color-text-light);
    opacity: 0.75;
}

.portfolio__grid {
    margin-bottom: 42px;
}

/* =========================================
   SHOWROOM SECTION
   ========================================= */
.showroom {
    background: var(--color-bg-dark);
}

.showroom__wrapper {
    display: flex;
    flex-direction: column;
    gap: 64px;
    align-items: center;
}

.showroom__content {
    padding-block: 122px !important;
}

/* Map side */
.showroom__map {
    width: 100%;
    height: 520px;
    border-radius: 4px;
    overflow: hidden;
}

.showroom__map-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* Content side */
.showroom__label {
    display: block;
    margin-bottom: 16px;
}

.showroom__title {
    color: var(--color-text-light);
    margin-bottom: 12px;
}

/* Info grid */
.showroom__info .btn {
    margin-top: 40px;
}

.showroom__info-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    row-gap: 40px;
}

/* Content side */
.showroom__label {
    display: block;
    margin-bottom: 12px;
}

/* Info grid */
.showroom__info .btn {
    margin-top: 40px;
}

.showroom__info-col {
    display: grid;
    grid-template-columns: 1.9fr 1fr;
    width: 100%;
    row-gap: 40px;
}

.showroom__info-label {
    display: block;
    color: var(--color-medium-gray);
    margin-bottom: 8px;
}

.showroom__info-day {
    color: var(--color-medium-gray);
    margin-bottom: 0;
}

.showroom__info-value {
    font-family: var(--font-body);
    font-size: 18px;
    font-weight: 400;
    line-height: 130%;
    color: var(--color-text-light);
    margin-bottom: 12px;
}

.showroom__info-value:last-child {
    margin-bottom: 0;
}

.showroom__info-link {
    color: var(--color-text-light);
    transition: color .3s ease;
}

.showroom__info-link:hover {
    color: var(--color-primary);
}


/* =========================================
   ACTIVE NAVIGATION LINKS
   ========================================= */
.head-nav-links a:hover {
    color: var(--color-text-golden);
}

.head-nav-links a.active,
.footer__links a.active,
.color-text-golden {
    color: var(--color-text-golden) !important;
}
.footer-logo-badge{
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}


.policy_container {
    width: 100%;
    max-width: 880px;
    margin: 0 auto;
    padding-top: 190px;
    padding-bottom: 110px;
}

.policy__header .policy__effective-date {
    margin: 8px 0 40px 0;
}

.policy p,
.policy ul li {
    color: #CCCCCC;
    word-spacing: 0;
}

.policy_block .policy_divider {
    margin: 30px 0;
    border-bottom: 1px solid #E8E4DC4D;
}

.policy_block .policy_content_title {
    margin-bottom: 16px;
}

.policy_block .policy_text:not(:last-child) {
    margin-bottom: 12px;
}

.policy_block ul {
    margin-left: 20px;
    padding-top: 12px;
}

.policy_block ul li:not(:last-child) {
    padding-bottom: 4px;
}

.policy_text_space {
    margin-top: 24px;
}
.policy-title{
    padding-bottom: 30px;
}



.wpcf7-response-output{
	width: 100%;
    grid-column: span 2;
    color: #fff;
    padding: 0;
}

img:is([sizes=auto i],[sizes^="auto," i]) {
    contain-intrinsic-size: 500px 1500px !important;
}
.collections__media img{
	    aspect-ratio: 4 / 3.3;
}

.gform_required_legend{
	display:none;	
}
.consultation__form-shell .gform_wrapper .ginput_complex{
	column-gap:0 !important;
}
.gform-field-label__text{
	color:#FEFEFE !important;
}
.gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message{
	background:none !important;
	border:none !important;
	padding:0 !important;
}
.gform_wrapper.gravity-theme .gfield_description{
	font-size:13px !important;
}
.gform_wrapper.gravity-theme .gform_validation_errors{
	background:none !important;
}
.gform_wrapper.gravity-theme .gform_validation_errors{
	margin-bottom:20px !important;
}

.error-404 .page-content{
	padding-block:150px;
	text-align: center;
}
.error-404 h2{
	margin-bottom:50px;
}
.error-404 .page-title{
	    margin-bottom: 20px;
}