@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/inter-v19-latin-regular.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: italic;
    font-weight: 700;
    src: url('../fonts/inter-v19-latin-700italic.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: italic;
    font-weight: 800;
    src: url('../fonts/inter-v19-latin-800italic.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/SourceSansPro-Regular.woff2') format('woff2');
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: #353535;
    background-color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

h1,
h2,
h3,
h5,
h6,
p {
    margin: 0;
}

h4 {
    padding: 10px 0px 6px 0px;
    font-size: 20px;
}

a {
    display: inline-block;
}

address {
    font-style: normal;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}


.container {
    max-width: 1484px;
    width: 100%;
    padding: 0 32px;
}

@media screen and (max-width:768px) {
    .container {
        padding: 0 22px;
    }
}

/* header */
@media screen and (max-width:992px) {
    header {
        padding: 10px 0 15px;
    }
}

.header-menu-top {
    padding: 20px 0 60px;
    background-color: #FFF;
}

@media screen and (max-width:992px) {
    .header-menu-top {
        justify-content: center !important;
        padding: 0;
        margin-bottom: 16px;
    }
}

.header-menu-top a {
    color: #412C1D;
    font-family: Inter;
    font-size: 21px;
    text-transform: uppercase;
    transition: all 0.4s;
    text-decoration: none;
}

.header-menu-top a:hover {
    color: #D31327;
}

@media screen and (max-width:992px) {
    .link_top {
        display: none;
    }
}

.mobile-menu-open {
    display: none;
}

@media screen and (max-width:992px) {
    .mobile-menu-open {
        display: block;
        background-color: transparent;
        border: none;
        width: 29px;
        height: 26px;
        padding: 0;
    }
}

.header-menu-bottom-wrapper {
    bottom: -85px;
}

@media screen and (max-width:992px) {


    .menu-opened main {
        position: relative;
    }

    .menu-opened main::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: #282724;
        opacity: 0.8;
        z-index: 80;
    }


    @media screen and (max-width: 992px) {
        .header-menu-bottom-text {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            border-radius: 0 0 15px 15px;
            z-index: 5;
            padding: 12px 16px;
            background-color: rgba(65, 44, 29, 0.8); /* darkened for contrast on hero bg */
        }

        .hero {
            position: relative; /* so the absolute quote anchors here */
            padding-top: 100px; /* extra space to accommodate the quote */
        }
    }


    .header-menu-bottom-wrapper {
        width: 100%;
        min-width: 100vw;
        margin: 20px 0px;

        bottom: 0 !important;
        top: 120px;
        z-index: 90;
        opacity: 0;
        visibility: hidden;

        transition: 0.2s linear;
    }

    .header-menu-bottom-wrapper.opened {
        opacity: 1;
        visibility: visible;
    }

    .header-menu-bottom {
        border-radius: 0 !important;
    }


    .header-menu-bottom-wrapper ul {
        flex-direction: column;
        padding: 16px 24px;
    }

    .header-menu-bottom li {
        width: 100%;
        text-align: center;
    }

    .header-menu-bottom .hightlight a {
        color: black;
        background: #fff;
        width: 100%;
        text-align: center;
        border-radius: 15px;
    }

    .header-menu-bottom li:not(.hightlight) a {
        color: #a18d76;
        padding-top: 8px;
        padding-bottom: 16px;
    }

    .header-menu-bottom li:not(.hightlight):not(:last-child) {
        border-bottom: 1px solid #e6dbcd;
        padding-top: 0;
    }
}

@media screen and (max-width:380px) {
    .header-menu-bottom-wrapper {
        top: 110px;
    }




}


.header-menu-bottom {
    background-color: #FAF1E6;
    padding: 5px 10px;
    border-radius: 20px;
    gap: 16px;
}

.header-menu-bottom a {
    padding: 22px 22px;
    color: #412C1D;
    font-family: Inter;
    font-size: 18px;
    text-transform: uppercase;
    transition: all 0.4s;
    text-decoration: none;
}

.header-menu-bottom a:hover {
    color: #D31327;
}

.header-menu-bottom a.active {
    color: #FFF;
    background-color: #A18D76;
    border-radius: 15px;
}

.header-menu-bottom-text {
    padding: 17px 10px 13px;
    background-color: rgba(65, 44, 29, 0.36);
    width: 750px;
    border-radius: 0 0 15px 15px;
}

.header-menu-bottom-text p {
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    width: fit-content;
}

/* hero */
.hero {
    padding: 190px 0 126px;
    background-image: url(../image/Hero.png);
}

@media screen and (max-width:768px) {
    .hero {
        padding: 70px 0;
        background-image: url(../image/hero-mobile.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: bottom;
    }

    .header-menu-bottom-text {
        display: none !important;
    }
}

.hero-wrapper h2 {
    max-width: 630px;
    color: #000;
    font-size: 72px;
    font-family: Inter;
}

@media screen and (max-width: 1293px) {
    .hero-wrapper h2 {
        max-width: 100%;
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    .hero-wrapper h2 {
        max-width: 100%;
        text-align: center;
        font-size: 32px;
    }
}

.hero-wrapper h2 strong {
    display: inline-flex;
    font-style: italic;
    font-weight: 700;
    font-family: Inter;
}

.hero-wrapper h2 strong span {
    font-style: italic;
    font-weight: 700;
    font-size: 20px;
    font-family: Inter;
}

@media screen and (max-width: 768px) {
    .hero-wrapper h2 strong span {
        font-size: 10px;
    }
}

/* about */
.about {
    background-color: #E0D6CA;
    padding: 66px 0 36px;
}

@media screen and (max-width:768px) {
    .about {
        padding: 28px 0 30px;
    }
}

@media screen and (max-width:1293px) {
    .about .container {
        justify-content: center;
        align-items: center;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
}

@media screen and (max-width:768px) {
    .about .container {
        gap: 35px;
    }
}

.about-wrapper {
    max-width: 640px;
}

.about-wrapper h2 {
    color: #353535;
    font-family: Inter;
    font-size: 33px;
    line-height: 49.8px;
    margin-bottom: 30px;
}

@media screen and (max-width:768px) {
    .about-wrapper h2 {
        font-size: 16px;
        line-height: 29px;
        margin-bottom: 28px;
    }
}

.about-wrapper h2 span {
    color: #D31529;
}

.about-wrapper p {
    color: #353535;
    font-family: "Source Sans Pro";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    margin-bottom: 40px;
}

@media screen and (max-width:768px) {
    .about-wrapper p {
        font-size: 15px;
        line-height: 24.375px;
        margin-bottom: 33px;
    }
}

.about-wrapper a {
    margin: 0 auto;
    text-align:center;
    color: #FFF;
    font-family: Inter;
    font-size: 20px;
    line-height: 37px;
    text-decoration: none;
    padding: 10px 60px;
    max-width: 480px;
    background-image: url(../image/VectorSmartObject.png);
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.4s;
}

@media screen and (max-width: 1294px) {
    .about-wrapper a {
        font-size: 17px;
        line-height: 25.6px;
        padding: 30px 15px 30px 44px;
        max-width: 285px;
        background-image: url(../image/VectorSmartObjectMobile.png);
    }
}

.about-wrapper a:hover {
    background-image: url(../image/VectorSmartObjectwhite.png);
    color: #000;
}

@media screen and (max-width: 550px) {
    .about-wrapper a:hover {
        background-image: url(../image/VectorSmartObjectMobileWhite.png);
    }
}

.about-scroll {
    background-image: url(../image/Scroll.png);
    background-position: center;

    @media screen and (min-width: 768px) and (max-width: 1294px) {
        .about-wrapper a {
            margin-bottom: 25px !important;
        }
    }

    @media screen and (min-width: 768px) and (max-width: 992px) {
        .hero {
            padding: 70px 0;
        }
    }


    @media screen and (max-width: 550px) {
        .about-wrapper a {
            display: block; /* ensures it's treated as a block for centering */
            margin: 0 auto; /* centers horizontally */
            font-size: 17px;
            line-height: 25.6px;
            padding: 30px 15px 30px 44px;
            max-width: 285px;
            background-image: url(../image/VectorSmartObjectMobile.png);
            background-repeat: no-repeat;
            background-size: contain; /* or '120%' or 'cover' or '300px auto' */
            background-position: left center;
        }
    }

    .about-wrapper a:hover {
    background-image: url(../image/VectorSmartObjectwhite.png);
    color: #000;
}

@media screen and (max-width: 550px) {
    .about-wrapper a:hover {
        background-image: url(../image/VectorSmartObjectMobileWhite.png);
    }
}

    background-repeat: no-repeat;
    padding: 68px 90px 106px;
    max-width: 660px;
    width: 100%;
    bottom: 0;
    right: 0;
    position: absolute;
}

@media screen and (max-width:1293px) {
    .about-scroll {
        position: relative;
    }
}

@media screen and (max-width:650px) {
    .about-scroll {
        max-width: calc(100% + 42px);
        width: calc(100% + 42px);
        background-image: url(../image/Scroll-mobile.png);
        background-size: cover;
        padding: 46px 16px 84px;
    }
}

.about-scroll-price {
    padding: 30px 22px 24px;
    background-color: #D41427;
    border-radius: 0 0 15px 15px;
}

@media screen and (max-width:650px) {
    .about-scroll-price {
        padding: 24px 16px 20px;
    }
}

.about-scroll-price p {
    color: #FFF;
    font-family: Inter;
    font-size: 35px;
}

@media screen and (max-width:650px) {
    .about-scroll-price p {
        font-size: 26px;
    }
}

.about-scroll-price p span {
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
}

@media screen and (max-width:650px) {
    .about-scroll-price p span {
        font-size: 12px;
    }
}

.about-scroll-text {
    color: #353535;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.8px;
    text-transform: uppercase;
    max-width: 140px;
    margin-left: 20px;
}

@media screen and (max-width:650px) {
    .about-scroll-text {
        font-size: 12px;
        line-height: 16.9px;
        margin-left: 16px;
    }
}

.about-scroll img {
    margin-left: auto;
}

@media screen and (max-width:650px) {
    .about-scroll img {
        margin-left: 17px;
    }
}

.about-scroll-list {
    gap: 20px;
    margin-top: 30px;
    padding-top: 60px;
    border-top: 1px solid #707070;
    margin-bottom: 42px;
    max-width: 430px;
}

@media screen and (max-width:650px) {
    .about-scroll-list {
        margin-top: 28px;
        padding-top: 30px;
        margin-bottom: 36px;
    }
}

.about-scroll-list li {
    color: #262626;
    font-family: Inter;
    font-size: 21px;
    line-height: 32px;
    padding-left: 60px;
}

@media screen and (max-width:650px) {
    .about-scroll-list li {
        padding-left: 34px;
        font-size: 14px;
        line-height: 20.4px;
    }
}

.about-scroll-list li::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 38px;
    height: 33px;
    background-image: url(../image/list-chek.svg);
    content: '';
}

@media screen and (max-width:650px) {
    .about-scroll-list li::after {
        width: 22px;
        height: 19px;
        background-size: cover;
    }
}

.about-scroll-list li span {
    color: #787878;
    font-family: Inter;
    font-size: 16px;
    line-height: 27px;
}

@media screen and (max-width:650px) {
    .about-scroll-list li span {
        font-size: 14px;
        line-height: 20.4px;
    }
}

.about-scroll a {
    color: #FEFEFE;
    font-family: Inter;
    font-size: 23px;
    padding: 30px 32px;
    background-color: #D41427;
    border-radius: 15px;
    text-decoration: none;
    transition: all 0.4s;
}

@media screen and (max-width:650px) {
    .about-scroll a {
        padding: 18px 20px;
        font-size: 13px;
    }
}

.about-scroll a:hover {
    background-color: #000;
    text-decoration: none;
}

/* cta */
.cta {
    padding: 156px 0 150px;
    background-image: url(../image/BG-Building.png);
    background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
    .cta {
        padding: 40px 0 30px;
        background-image: url(../image/BG-Building-mobile.png);
    }
}

.cta-wrapper {
    gap: 20px;
}

@media screen and (max-width:992px) {
    .cta-wrapper {
        flex-direction: column;
    }
}

@media screen and (max-width:768px) {
    .cta-wrapper {
        gap: 28px;
    }
}

.cta-wrapper-text {
    gap: 34px;
}

@media screen and (max-width:768px) {
    .cta-wrapper-text {
        gap: 20px;
    }
}

.cta-wrapper-text h2 {
    color: #353535;
    font-family: Inter;
    font-size: 30px;
}

@media screen and (max-width:768px) {
    .cta-wrapper-text h2 {
        font-size: 22px;
        line-height: 33.3px;
    }
}

.cta-wrapper-text p {
    color: #353535;
    font-family: Inter;
    font-size: 21px;
}

@media screen and (max-width:768px) {
    .cta-wrapper-text p {
        font-size: 14px;
        line-height: 25.4px;
    }
}

.cta-wrapper a {
    padding: 26px 30px;
    border-radius: 15px;
    color: #D31327;
    font-family: Inter;
    font-size: 20px;
    border: 3px solid #D41427;
    text-decoration: none;
    transition: all 0.4s;
}

@media screen and (max-width:768px) {
    .cta-wrapper a {
        padding: 20px;
        font-size: 13px;
    }
}

.cta-wrapper a:hover {
    color: #000;
    border: 3px solid #000;
}

/* footer */
footer {
    padding: 60px 0;
    background-color: #efefef;
}

@media screen and (max-width:768px) {
    footer {
        padding: 32px 0;
    }

    footer .container {
        flex-direction: column-reverse;
        gap: 12px;
    }
}

footer p {
    font-size: 15px;
    font-family: Inter, sans-serif;
    color: #353535;
    text-decoration: none;
}

@media screen and (max-width:768px) {
    footer p {
        font-size: 12px;
    }
}

footer a {
    color: #353535;
    text-decoration: none;
    font-family: Inter;
    font-size: 17px!important;
    transition: all 0.4s;
    text-align: right;
}

@media screen and (max-width: 768px) {
    footer .row {
        flex-direction: column;
        text-align: center;
    }

    footer .footer-item {
        margin-bottom: 10px;
    }

        footer .footer-item:last-child {
            margin-bottom: 0;
        }
}

footer a:hover {
    color: #D31327;
    text-decoration: none;
}

footer p a {
    color: #D31327;
    font-family: Inter;
    font-size: 17px;
    transition: all 0.4s;
    text-decoration: none;
    text-align: justify;
}

@media screen and (max-width:768px) {
    footer p a {
        font-size: 12px;
    }
}

footer p a:hover {
    color: #353535;
}

@media screen and (max-width:768px) {
    .footer-item {
        width: 100%;
    }
}

@media screen and (max-width: 991.98px) {
    .header-menu-bottom-text {
        width: 100% !important;
        padding: 12px 16px;
        background-color: rgba(65, 44, 29, 0.36);
        text-align: center;
        border-radius: 0 0 15px 15px;
    }

        .header-menu-bottom-text p {
            font-size: 14px;
            margin: 0;
            color: white;
        }
}

@media screen and (min-width: 993px) and (max-width: 1293px) {
    .header-menu-bottom-wrapper {
        top: 130px !important; /* Or 110px, adjust to your eye */
        bottom: auto !important; /* Cancel out any bottom: -85px */
    }
}

.invisible-spacer {
    display: inline-block;
    width: 80px; /* Match width of original links */
    height: 1px;
}

@media screen and (max-width: 992px) and (min-width: 769px) {
    .hero {
        padding: 120px 0 80px;
    }
}
/* For interior pages */
.hero-separator {
    background-image: url(../image/Hero.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 150px;
    position: relative;
    z-index: 1;
}


    .hero-separator::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 40px;
        background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, #fff 100%);
        z-index: 2;
    }

.feature-benefits ul {
    list-style-type: disc;
    padding-left: 20px;
    margin-bottom: 1rem;
}

.feature-card h5 {
    margin-top: 0;
    font-size: 14px;
    font-weight: bold;
}

.btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}
::placeholder {
    font-size: 0.775rem; /* approx 14px */
    color: #999; /* optional: lighter tone */
    font-family: 'Inter', sans-serif; /* match your form font */
}
@media screen and (max-width: 992px) {
    .hero-separator {
        height: 130px; /* reduce from 150px */
        background-size: cover;
        background-position: center;
    }
}

@media (max-width: 991.98px) {
    .interior-sublines-container {
        margin-top: -110px; /* adjust as needed */
        position: relative;
        z-index: 2; /* must be higher than .hero-separator */
    }

    .hero-separator {
        z-index: 1;
        position: relative;
    }
}

@media screen and (max-width: 992px) {
    body.interior-page .header-menu-bottom-text {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .interior-sublines-container {
        margin-top: -50px; /* adjust as needed */
        position: relative;
        z-index: 2;
    }

    .hero-separator {
        z-index: 1;
        position: relative;
    }
}
