:root {
    --primary-red: #981b1e;
    --text-dark: #1c1c1c;
    --text-muted: #606060;
}
* {
    box-sizing: border-box;
}
body {
    font-family: "Montserrat", sans-serif;
    color: var(--text-dark);
    margin: 0;
    background: #ffffff;
}
img {
    max-width: 100%;
    height: auto;
    display: block;
}
h1,
h2,
h3 {
    font-family: "Montserrat", sans-serif;
    color: var(--text-dark);
    margin-bottom: 1rem;
    font-weight: 600;
}
header.top-header {
   background: url("../images/navBG.png") repeat-x center top;
padding: 0.75rem 0;
/* border-bottom: 1px solid #d9d9d9; */
overflow: visible;
position: fixed;
display: block;
z-index: 888;
width: 100%;
}
header .header-row {
    display: flex;
    align-items: center;
    gap: 2rem;
    position: relative;
}
header .brand {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-shrink: 0;
}
header .brand img {
    height: 90px;
    width: auto;
    transform: translateY(8px);
}
header .tagline {
    display: none;
}
header .nav-toggle {
    display: none;
    margin-left: auto;
    background: transparent;
    border: none;
    padding: 0.5rem;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    flex-direction: column;
}
header .nav-toggle span {
    display: block;
    width: 26px;
    height: 3px;
    background: #1c1c1c;
    transition: transform 0.25s ease, opacity 0.25s ease;
    border-radius: 2px;
}
header .nav-toggle span + span {
    margin-top: 5px;
}
header.nav-open .nav-toggle span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}
header.nav-open .nav-toggle span:nth-child(2) {
    opacity: 0;
}
header.nav-open .nav-toggle span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}
header .nav-toggle:focus-visible {
    outline: 2px solid var(--primary-red);
    outline-offset: 4px;
}
header .main-nav {
margin-left: auto;
display: flex;
align-items: center;
gap: 1.5rem;
margin-top: -50px;
}

header .main-nav a {
    color: #525252;
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 0.02em;
    transition: color 0.2s ease;
}
header .main-nav a:hover,
header .main-nav a:focus {
    color: var(--primary-red);
}
.hero {
    position: relative;
}
.hero-carousel .carousel-item {
    height: clamp(420px, 70vh, 720px);
}
.hero-carousel .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hero-carousel .carousel-indicators {
    bottom: 1.5rem;
}
.hero-carousel .carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 6px;
    background-color: rgba(255, 255, 255, 0.65);
}
.hero-carousel .carousel-indicators .active {
    background-color: #ffffff;
}
.hero-carousel .carousel-control-prev,
.hero-carousel .carousel-control-next {
    width: auto;
    padding: 0 1.5rem;
}
.hero-carousel .carousel-control-prev-icon,
.hero-carousel .carousel-control-next-icon {
    filter: invert(1);
}
.full-width-image {
    width: 100%;
    height: auto;
    display: block;
}
.intro {
    padding: 4rem 1rem 3.5rem;
}
.intro .lead {
    color: var(--text-muted);
    text-align: left;
    font-size: 1rem;
    max-width: 720px;
    margin: 0 auto 1.75rem;
    line-height: 1.8;
}
.feature-list {
    list-style: none;
    padding: 0;
    margin: 0 auto 2.5rem;
    display: grid;
    gap: 0.75rem;
    max-width: 480px;
    text-align: left;
    font-weight: bold;
}
.feature-list li {
    display: flex;
    gap: 0.65rem;
    align-items: flex-start;
    font-size: 0.98rem;
    color: var(--text-dark);
}
.feature-list .icon {
    width: 12px;
    height: 12px;
    margin-top: 0.35rem;
    border-radius: 50%;
    background: var(--primary-red);
    flex-shrink: 0;
}
.price {
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    color: var(--primary-red);
}
.photo-frame {
    border: 4px solid #0f0f0f;
    max-width: 520px;
    margin: 0 auto 4rem;
    background: #ffffff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}
.section-red {
    background: var(--primary-red);
    color: #ffffff;
    padding: 4rem 1rem;
    text-align: center;
}
.section-red p {
    max-width: 720px;
    margin: 0 auto 2rem;
    line-height: 1.85;
}
.section-red .btn {
    border-radius: 0;
    padding: 0.85rem 2.75rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    border: 2px solid #ffffff;
    color: #ffffff;
}
.section-red .btn:hover {
    background: #ffffff;
    color: var(--primary-red);
}
.site-plan-text,
.luxury-text {
    padding: 4rem 1rem;
    text-align: center;
}
.site-plan-text p,
.luxury-text p {
    max-width: 760px;
    margin: 0 auto 2rem;
    color: var(--text-muted);
    line-height: 1.85;
}
.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}
.cta-buttons .btn-dark {
    background: #101010;
    color: #ffffff;
    border: none;
    border-radius: 0;
    padding: 0.85rem 2.85rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 600;
}
.cta-buttons .btn-dark:hover {
    background: #2a2a2a;
}
.contact {
    padding: 4.5rem 1rem 5rem;
    background: #ffffff;
}
.contact h2 {
    text-align: center;
    margin-bottom: 3rem;
}
.contact .contact-card {
    max-width: 960px;
    margin: 0 auto;
}
.contact-grid {
    display: grid;
    gap: 2.5rem;
}
.contact-info-block {
    font-size: 0.95rem;
    line-height: 1.9;
    color: var(--text-muted);
    text-align: center;
}
.contact-info-block strong {
    display: block;
    font-size: 1.05rem;
    color: var(--text-dark);
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.contact-info-block .highlight {
    color: var(--primary-red);
    font-weight: 600;
}
.contact-info-block address {
    font-style: normal;
    margin-top: 1rem;
}
.contact-form .form-control {
    border-radius: 0;
    padding: 0.8rem;
    border-color: #d8d8d8;
    font-size: 0.95rem;
}
.contact-form .g-recaptcha {
    margin-top: 1rem;
}
.contact-form .form-control:focus {
    border-color: var(--primary-red);
    box-shadow: none;
}
.contact-form .btn-submit {
    background: #111111;
    color: #ffffff;
    border: none;
    border-radius: 0;
    padding: 0.85rem 2.75rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 600;
    margin: 1.5rem auto 0;
    display: block;
}
.contact-form .form-check-input {
    border-radius: 0;
    border-color: #bfbfbf;
}

@media (min-width: 768px) {
    header .tagline {
        font-size: 0.75rem;
    }
    .intro {
        padding: 5rem 1rem 4rem;
    }
    .section-red {
        padding: 5rem 1rem;
    }
    .site-plan-text,
    .luxury-text {
        padding: 5rem 1rem;
    }
}
@media (max-width: 992px) {
    header .header-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }
    header .nav-toggle {
        display: inline-flex;
        position: absolute;
        top: 0;
        right: 0;
    }
    header .main-nav {
        display: none;
        margin-left: 0;
        margin-top: 0;
        width: 100%;
        gap: 1.25rem;
        padding: 0.75rem 0 0;
        border-top: 1px solid #e6e6e6;
        flex-direction: column;
        background: #ffffff;
    }
    header.nav-open .main-nav {
        display: flex;
    }
    header .main-nav a {
        width: 100%;
        display: block;
    }
}
@media (max-width: 575.98px) {
    header .brand {
        flex-direction: column;
        align-items: flex-start;
    }
    header .brand img {
        height: 65px;
        transform: none;
    }
    header .tagline {
        white-space: normal;
        letter-spacing: 0.14em;
    }
    .cta-buttons {
        flex-direction: column;
    }
    .cta-buttons .btn-dark {
        width: 100%;
        text-align: center;
    }
    .hero-carousel .carousel-item {
        height: auto;
    }
    .hero-carousel .carousel-item img {
        height: auto;
        width: 100%;
        object-fit: contain;
    }
}


.carousel {
position: relative;
padding-top: 70px;
}


.whiteTxt {
    color: #FFF!important;
}

.txtLft {
    text-align: left;
}


.section-red .btn {
border-radius: 0;
padding: 0.85rem 2.75rem;
font-weight: 600;
letter-spacing: 0.1em;
border: 0px solid #ffffff;
color: #ffffff;
}

.name {
    color: #AA1A1A;
    font-weight: bold;
    font-size: 20px;
}


.highlight a {
    text-decoration: none;
        color: #AA1A1A;
}



footer {
    padding: 11% 0px 4% 0px;
    margin: 0px 0px 0px 0px;
    background-color: #000;
    text-align: center;
    color: #FFF;
}

@media only screen and (max-width: 768px) {
    footer {
        padding: 30% 0px 4% 0px;
        margin: 0px 0px 0px 0px;
        background-image: url('../images/footerBG.png');
        background-position: top center;
        background-size: cover;
        background-repeat: no-repeat;
        background-color: #FFF;
        text-align: center;
        color: #FFF;
    }

}

footer p {
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-size: 15px;
    line-height: 1.7;
}

footer a {
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-size: 15px;
    line-height: 1.7;
    color: #FFF;
    text-decoration: none;
}


.CBLogo {
    float: left;
    width: 100%;
    max-width: 128px;
    margin: 0px 0px 20px 0px;
}

@media only screen and (max-width: 768px) {
    .CBLogo {
        float: none;
        margin: 20px 0px 30px 0px;
    }
}

.RealtorLogo {
    float: right;
}

@media only screen and (max-width: 768px) {
    .RealtorLogo {
        float: none;
        margin: 0px 0px 30px 0px;
    }
}

p.copyrighttxt {
    color: #FFF;
    font-weight: normal;
    margin: 0;
    font-size: 12px;
    line-height: 1.5em;
    font-family: "Comfortaa", sans-serif;
}

a.theAddress {
    color: #FFF;
}


.fb {
    width: 26px;
    height: 26px;
    margin: 0px 10px;
}


@media only screen and (max-width: 768px) {
    .fb {
        width: 26px;
        height: 26px;
        margin: -15px 10px auto auto;
    }
}


.icons {
    width: 65px;
    height: auto;
    margin: 0px 0px 0px 0px;
    display: block;
    float: left;
}

@media only screen and (max-width: 768px) {
    .icons {
        width: 85px;
        height: auto;
        margin: 40px 0px 0px 0px;
        display: block;
        float: left;
    }
}


.contact-form .btn-submit {
background: #111111;
color: #ffffff;
border: none;
border-radius: 0;
padding: 0.85rem 2.75rem;
text-transform: uppercase;
letter-spacing: 0.1em;
font-weight: 600;
margin: 1.5rem auto 0;
display: block;
}
