@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");

:root {
    --vinas-navy: #111729;
    --vinas-yellow: #ffc400;
    --vinas-pink: #f83383;
    --vinas-teal: #39bdb5;
    --vinas-teal-dark: #048c96;
    --vinas-green: #5ab232;
    --vinas-orange: #f47b20;
    --vinas-cream: #e8e4dc;
    --vinas-soft: #f7f5f1;
    --vinas-ink-soft: #4b5060;
}

html {
    scroll-padding-top: 120px;
}

body {
    color: var(--vinas-navy);
    font-family: "Segoe UI", Arial, sans-serif;
    letter-spacing: 0;
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
}

.section-pad {
    padding: 4rem 0;
}

.site-header {
    background: var(--vinas-cream);
    position: relative;
    z-index: 5;
}

.top-strip {
    background: var(--vinas-yellow);
    color: var(--vinas-navy);
    font-weight: 700;
    min-height: 58px;
    padding: 0.6rem 0;
}

.top-strip .container-fluid > .d-flex {
    flex-wrap: wrap;
}

.social-row {
    display: flex;
    gap: 1rem;
}

.social-row a,
.mini-icon,
.action-social a {
    align-items: center;
    background: var(--vinas-navy);
    border-radius: 50%;
    color: var(--vinas-yellow);
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 1.25rem;
    font-weight: 900;
    height: 2.35rem;
    justify-content: center;
    line-height: 1;
    width: 2.35rem;
}

.social-row a span,
.action-social a span,
.footer-contact .mini-icon {
    display: inline-block;
    line-height: 1;
}

.pin-icon {
    border-radius: 50% 50% 50% 0;
    height: 1.65rem;
    transform: rotate(-45deg);
    width: 1.65rem;
}

.pin-icon::after {
    background: #fff;
    border-radius: 50%;
    content: "";
    display: block;
    height: 1.52rem;
    width: 1.52rem;
}

.location-line,
.phone-link {
    align-items: center;
    color: var(--vinas-navy);
    display: flex;
    font-size: 1.25rem;
    gap: 0.6rem;
}

.location-line span:last-child {
    min-width: 0;
    overflow-wrap: anywhere;
}

.location-line .pin-icon {
    height: 1.75rem;
    width: 1.75rem;
}

.location-line .pin-icon::after {
    height: 0.5rem;
    width: 0.5rem;
}

.phone-link {
    font-size: 1.35rem;
    white-space: nowrap;
}

.main-nav {
    background: var(--vinas-cream);
    padding: 1.15rem 0;
}

.navbar-brand {
    margin-right: 1.5rem;
}

.navbar-brand img {
    display: block;
    height: 74px;
    object-fit: contain;
    width: 286px;
}

.main-nav .nav-link {
    border-radius: 0.55rem;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    min-width: 7rem;
    padding: 0.7rem 1rem;
    text-align: center;
}

.main-nav .nav-link:hover,
.main-nav .nav-link:focus {
    color: #fff;
    filter: brightness(0.95);
}

.main-nav .nav-link.active {
    color: #fff;
}
/* 
.main-nav .navbar-toggler {
    align-items: center;
    border: 2px solid var(--vinas-navy);
    display: inline-flex;
    height: 42px;
    justify-content: center;
    padding: 0;
    width: 48px;
}

.main-nav .navbar-toggler:focus {
    box-shadow: 0 0 0 0.18rem rgba(17, 23, 41, 0.18);
}

.main-nav .navbar-toggler-icon {
    background: var(--vinas-navy);
    background-image: none;
    height: 3px;
    position: relative;
    width: 24px;
}

.main-nav .navbar-toggler-icon::before,
.main-nav .navbar-toggler-icon::after {
    background: var(--vinas-navy);
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 24px;
}

.main-nav .navbar-toggler-icon::before {
    top: -8px;
}

.main-nav .navbar-toggler-icon::after {
    top: 8px;
} */

.nav-pink {
    background: var(--vinas-pink);
}

.nav-yellow {
    background: var(--vinas-yellow);
    color: var(--vinas-navy) !important;
}

.nav-teal {
    background: var(--vinas-teal);
}

.nav-green {
    background: var(--vinas-green);
}

.nav-orange {
    background: var(--vinas-orange);
}

.hero-aerial {
    background-image: url("../assets/vinas/hero-aerial.jpeg");
    background-position: center;
    background-size: cover;
    height: 75vh;
}

.pink-decorator{
    height: 14px;
    background-color: var(--vinas-pink);
    position: relative;
}

.pink-decorator::after{
    height: 12px;
    width: 15%;
    position: absolute;
    top: 1px;
    right: 0; 
    content: "";
    z-index: 999;
    background-color: var(--vinas-cream);
}

.ready-banner {
    background-color: var(--vinas-teal);
    background-image: url(../assets/vinas/bird.png);
    background-size: cover;
    background-position: center;
    color: #fff;
    overflow: hidden;
    padding: 3.25rem 0;
    height: 55vh;
}

.ready-logo {
    background: var(--vinas-cream);
    border-radius: 0.45rem;
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.18);
    max-width: 365px;
    width: 100%;
}

.ready-banner h1 {
    color: #fff;
    font-size: 4.5rem;
    font-weight: 700;
    line-height: 1.08;
    margin-bottom: 1rem;
    text-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, 0.18);
}

.ready-banner p {
    font-size: 1.75rem;
    font-weight: 500;
    margin: 0;
}

.ready-banner p span{
    font-weight: 800;
}

.carousel-caption {
    bottom: 0;
    left: auto;
    right: 0;
    text-align: right;
    width: 100%;
    padding-right: 15%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.75), transparent);
}

.carousel-caption p {
    font-size: 4rem !important;
    margin: 0;
    text-transform: uppercase;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    width: 5rem;
    height: 5rem;
}
.carousel-control-prev, .carousel-control-next {
    width: 5%;
    background-color: rgba(0, 0, 0, 0.18);
}

.values-section {
    background: #fff;
}

.value-item {
    align-items: center;
    display: flex;
    flex-direction: column;
    min-height: 132px;
    justify-content: center;
}

.value-symbol {
    align-items: center;
    border: 4px solid var(--vinas-teal);
    border-radius: 50%;
    color: var(--vinas-teal);
    display: inline-flex;
    font-size: 1.6rem;
    font-weight: 900;
    height: 5.2rem;
    justify-content: center;
    line-height: 1;
    width: 5.2rem;
}

.value-item h2 {
    color: var(--vinas-teal);
    font-size: 2.5rem;
    font-weight: 700;
    margin-top: 0.8rem;
    text-transform: uppercase;
}

.value-item h3 {
    color: var(--vinas-pink);
    font-size: 4rem;
    font-weight: 700;
}

.main-title,
.section-title {
    color: var(--vinas-navy);
    font-size: 5rem;
    font-weight: 700;
    line-height: 1.18;
    text-align: center;
    text-transform: uppercase;
}

.main-title {
    text-transform: none;
    margin-top: 160px;
}

.main-title span,
.section-title span {
    color: var(--vinas-teal);
}

.location-section {
    padding-top: 1rem;
}

.map-pin-card {
    max-width: 920px;
    padding-top: 4.5rem;
    position: relative;
}

.pin-badge {
    align-items: center;
    background: var(--vinas-pink);
    border-radius: 50% 50% 50% 0;
    display: flex;
    height: 170px;
    justify-content: center;
    left: 18%;
    position: absolute;
    top: 0;
    transform: rotate(-45deg);
    width: 170px;
    z-index: 2;
}

.pin-badge .mini-icon {
    display: none;
}

.pin-badge img {
    border: 0.55rem solid var(--vinas-teal);
    border-radius: 50%;
    height: 104px;
    object-fit: cover;
    transform: rotate(45deg);
    width: 104px;
    background-color: var(--vinas-teal);
}

.location-map {
    position: relative;
}

.location-map img {
    display: block;
    width: 100%;
}

.map-label {
    background: var(--vinas-teal);
    color: #fff;
    font-size: 0.95rem;
    font-weight: 900;
    line-height: 1;
    padding: 0.45rem 0.7rem;
    position: absolute;
    text-transform: uppercase;
    white-space: nowrap;
}

.label-vinedos,
.label-plaza,
.label-uas,
.label-uaim {
    background: var(--vinas-pink);
}

.label-francisco {
    left: 1%;
    top: 38%;
}

.label-vinedos {
    left: 28%;
    top: 32%;
}

.label-presidio {
    left: 15%;
    top: 50%;
}

.label-rio {
    left: 18%;
    top: 75%;
}

.label-carretera {
    right: 15%;
    top: 8%;
}

.label-plaza {
    right: 12%;
    top: 55%;
}

.label-uas {
    bottom: 20%;
    right: 20%;
}

.label-uaim {
    bottom: 42%;
    left: 0%;
}

.label-rosales{
    bottom: 26%;
    left: 54%;
}

.address-pill {
    align-items: center;
    border: 3px solid var(--vinas-navy);
    border-radius: 0.6rem;
    color: var(--vinas-navy);
    display: flex;
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 700;
    gap: 0.65rem;
    justify-content: center;
    max-width: 750px;
    padding: 0.85rem 1.2rem;
    text-align: center;
}

.address-pill .pin-icon {
    height: 3.75rem;
    width: 3.75rem;
}

.nearby-section {
    background: var(--vinas-soft);
}

.amenity-grid {
    display: grid;
    gap: 0.6rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 2.2rem auto 0;
    max-width: 1280px;
}

.amenity-card,
.amenity-more {
    border-radius: 0;
    min-height: 190px;
    overflow: hidden;
}

.amenity-card img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.amenity-more {
    align-items: center;
    background: var(--vinas-teal);
    color: #fff;
    display: flex;
    justify-content: center;
    text-align: center;
}

.amenity-more strong {
    font-size: 5rem;
    line-height: 1.05;
    text-transform: uppercase;
}

.secure-section {
    background: #fff;
}

.secure-heading {
    background: var(--vinas-yellow);
    padding: 7rem 0 7rem;
    text-align: center;
    background-image: url(../assets/vinas/yellow-back.png), url(../assets/vinas/backdrop.png);
    background-position: left 42%, center;
    background-size: 30%, cover;
    background-repeat: no-repeat;
}

.secure-heading h2 {
    color: var(--vinas-navy);
    font-size: 3.5rem;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}

.secure-section > img {
    display: block;
    height: 75vh;
    object-fit: cover;
    width: 100%;
}

.models-intro .section-title {
    font-size: 7rem;
}

.models-decorator{
    height: 10px;
    width: 560px;
    background: var(--vinas-teal-dark);
    background: linear-gradient(90deg, var(--vinas-green) 33%, var(--vinas-pink) 33%, var(--vinas-pink) 66%, var(--vinas-teal) 66%);
}

.models-intro p,
.club-section p {
    color: var(--vinas-navy);
    font-size: 1.75rem;
    font-weight: 500;
    margin: 1.4rem auto 0;
    max-width: 1280px;
}

.models-intro p span{
    font-weight: 700;
}

.model-section {
    background: #fff;
}

.model-header {
    align-items: end;
    color: #fff;
    display: flex;
    gap: 0.35rem;
    justify-content: center;
    min-height: 78px;
    padding: 1rem;
    text-align: center;
    text-transform: uppercase;
    margin-top: 5rem;
    position: relative;
    z-index: 10;
}

.model-header span,
.model-header small {
    font-size: 2.5rem;
    font-weight: 700;
}

.model-header h2 {
    color: #fff;
    font-size: 5rem;
    font-weight: 900;
    margin: 0;
}

.model-merlot .model-header,
.model-merlot .price-box span,
.model-merlot .model-render, 
.model-merlot .img-wrapper::after{
    background: var(--vinas-green);
}

.model-cabernet .model-header,
.model-cabernet .price-box span,
.model-cabernet .model-render, 
.model-cabernet .img-wrapper::after{
    background: var(--vinas-pink);
}

.model-chardonnay .model-header,
.model-chardonnay .price-box span,
.model-chardonnay .model-render,
.model-chardonnay .img-wrapper::after{
    background: var(--vinas-teal);
}

.model-render {
    display: block;
    margin: 0 auto;
    max-height: 430px;
    object-fit: contain;
    width: 100%;
}

.img-wrapper{
    position: relative;
}

.img-wrapper::after{
    height: 50px;
    width: 100%;
    position: absolute;
    top: -50px;
    right: 0; 
    content: "";
    z-index: 9;
}

.model-section h3 {
    color: var(--vinas-navy);
    font-size: 1.5rem;
    font-weight: 900;
    text-transform: uppercase;
}

.feature-list {
    color: var(--vinas-ink-soft);
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.35;
    margin: 0;
    padding-left: 1.1rem;
}

.feature-list li + li {
    margin-top: 0.3rem;
}

.price-box {
    border-radius: 0.35rem;
    color: #fff;
    margin-top: 0;
    padding: 1rem 1.15rem;
}

.price-box span,
.price-box strong {
    display: inline;
}


.price-box span {
    font-size: 2.5rem;
    font-weight: 500;
    padding: 10px 40px;
    margin-left: 20px;
    margin-bottom: 20px;
}

.price-box strong {
    font-size: 2.5rem;
    text-transform: uppercase;
}
.price-box strong span{
    color: #fff;
}

.model-merlot .price-box strong {
    color: var(--vinas-green);
    font-weight: 700;
}

.model-cabernet .price-box strong {
    color: var(--vinas-pink);
    font-weight: 700;
}

.model-chardonnay .price-box strong {
    color: var(--vinas-teal);
    font-weight: 700;
}

.floor-row {
    margin-top: 2rem;
}

.floor-row img {
    display: block;
    margin: 0 auto;
    max-height: 650px;
    object-fit: contain;
    width: auto;
}

.meters {
    align-items: center;
    color: #8f8f8f;
    display: flex;
    flex-direction: column;
    font-size: 2rem;
    font-weight: 800;
    gap: 2rem;
    height: 100%;
    justify-content: center;
    line-height: 1;
    margin: 0 auto;
    max-height: 100%;
    min-width: 74px;
}

.meters::before,
.meters::after {
    background: linear-gradient(#8f8f8f, #8f8f8f) center / 4px 100% no-repeat;
    content: "";
    display: block;
    flex: 1 1 0;
    width: 34px;
}

.meters::before {
    border-top: 4px solid #8f8f8f;
}

.meters::after {
    border-bottom: 4px solid #8f8f8f;
}

.meters span {
    display: block;
    white-space: nowrap;
}

.front-meters {
    align-items: center;
    color: #8f8f8f;
    display: flex;
    font-size: 2rem;
    font-weight: 800;
    gap: 1rem;
    justify-content: center;
    line-height: 1;
    margin: 1rem auto 0;
    max-width: 420px;
    width: 100%;
    overflow: hidden;
}

.front-meters::before,
.front-meters::after {
    background: #8f8f8f;
    content: "";
    display: block;
    flex: 1 1 0;
    height: 4px;
    min-width: 70px;
    position: relative;
}

.front-meters::before {
    box-shadow: -170px 0px 0px 12px #8f8f8f;
}

.front-meters::after {
    box-shadow: 170px 0px 0px 12px #8f8f8f;
}

.front-meters span {
    display: block;
    white-space: nowrap;
}

.price-note {
    color: var(--vinas-pink);
    font-size: 0.95rem;
    font-weight: 800;
}

.club-section {
    background: #fff;
}

.club-hero {
    display: block;
    height: 520px;
    object-fit: cover;
    width: 100%;
}

.club-section p {
    max-width: 560px !important;
}

.club-section .carousel-caption p {
    max-width: inherit !important;
    color: #fff;
}

.contact-section h2::after,
.submit-btn::after {
    background: linear-gradient(90deg, var(--vinas-green) 0 33%, var(--vinas-pink) 33% 66%, var(--vinas-teal) 66% 100%);
    content: "";
    display: block;
    height: 5px;
    margin: 1.25rem auto 0;
    width: 260px;
}

.visit-section {
    background: var(--vinas-cream);
}

.visit-heading {
    padding: 3rem 0 2rem;
    text-align: center;
}

.visit-heading h2 {
    color: #050914;
    font-size: 5rem;
    font-weight: 900;
    margin: 0;
    text-transform: uppercase;
}

.visit-section > img {
    display: block;
    height: 520px;
    object-fit: cover;
    width: 100%;
}

.visit-section .models-decorator{
    background: var(--vinas-pink) !important;
}

.contact-section {
    background: #fff;
}

.contact-section h2 {
    color: #242633;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.25;
    margin: 0;
    text-transform: uppercase;
}

.contact-section h2::after,
.submit-btn::after {
    background: var(--vinas-pink);
    height: 4px;
    margin-top: 0.7rem;
    width: 125px;
}

.contact-form {
    max-width: 480px;
}

.contact-form .form-control {
    border: 1px solid #d9d9d9;
    border-radius: 50rem;
    color: var(--vinas-navy);
    min-height: 42px;
    padding: 0.55rem 1.1rem;
}

.contact-form .form-control:focus {
    border-color: var(--vinas-teal);
    box-shadow: 0 0 0 0.2rem rgba(57, 189, 181, 0.18);
}

.submit-btn {
    color: #151822;
    display: block;
    font-size: 1.3rem;
    font-weight: 900;
    margin: 0 auto;
    padding: 0.35rem 1.5rem;
    position: relative;
    text-transform: uppercase;
}

.submit-btn:hover,
.submit-btn:focus {
    color: var(--vinas-pink);
}

.brochure-btn {
    background: var(--vinas-pink);
    border: 0;
    border-radius: 50rem;
    color: #fff;
    font-size: 1.5rem;
    letter-spacing: 6px;
    font-weight: 900;
    min-width: 275px;
    padding: 0.85rem 5rem;
    text-transform: uppercase;
}

.brochure-btn:hover,
.brochure-btn:focus {
    background: #d92772;
    color: #fff;
}

.contact-actions {
    margin-top: 4rem;
}

.action-card {
    align-items: center;
    border-radius: 0.9rem;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    justify-content: center;
    min-height: 96px;
    padding: 1rem;
    text-align: center;
}

.action-card:hover,
.action-card:focus {
    color: #fff;
    filter: brightness(0.96);
}

.action-card strong {
    font-size: 2rem;
    line-height: 1;
    text-transform: uppercase;
}

.action-card span {
    font-size: 1.25rem;
    font-weight: 400;
}

.action-card .mini-icon {
    font-size: 0.58rem;
    height: 1.45rem;
    margin-right: 0.25rem;
    width: 1.45rem;
}

.action-phone {
    background: var(--vinas-pink);
}

.action-mail {
    background: var(--vinas-teal);
}

.action-social {
    background: var(--vinas-yellow);
    color: var(--vinas-navy);
}

.action-social:hover,
.action-social:focus {
    color: var(--vinas-navy);
}

.action-social span {
    display: flex;
    gap: 0.65rem;
}

.map-section {
    background: var(--vinas-green);
    text-align: center;
}

.map-heading {
    color: #fff;
    padding: 1.25rem 1rem 1rem;
}

.map-heading h2 {
    font-size: 3rem;
    font-weight: 900;
    margin: 0;
    text-transform: uppercase;
}

.map-heading p {
    border-bottom: 3px solid #fff;
    display: inline-block;
    font-size: 1.75rem;
    font-weight: 900;
    margin: 0.3rem 0 0;
}

.map-section > img {
    display: block;
    height: 360px;
    object-fit: cover;
    width: 100%;
}

.site-footer {
    background: var(--vinas-teal);
}

.footer-contact {
    background: var(--vinas-pink);
    color: #fff;
    padding: 1rem 0;
}

.footer-contact img {
    display: block;
    max-width: 280px;
}

.footer-contact a,
.footer-contact strong {
    color: #fff;
    font-weight: 700;
    font-size: 1.5rem;
}

.footer-contact a + a {
    margin-left: 0.5rem;
}

.footer-links {
    background: var(--vinas-teal);
    padding: 2.2rem 0;
}

.footer-links a {
    color: var(--vinas-navy);
    display: block;
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.footer-links a:hover,
.footer-links a:focus {
    color: #fff;
}

.footer-bottom {
    background: var(--vinas-yellow);
    height: 44px;
}

@media (max-width: 1199.98px) {
    .navbar-brand img {
        height: 64px;
        width: 248px;
    }

    .main-nav .nav-link {
        font-size: 1rem;
        min-width: 6rem;
    }
}

@media (max-width: 991.98px) {
    html {
        scroll-padding-top: 82px;
    }

    .main-nav .navbar-toggler {
        display: inline-flex !important;
    }

    .main-nav .navbar-collapse {
        /* display: block !important; */
        flex-basis: 100%;
    }

    .top-strip .container-fluid > .d-flex {
        justify-content: center !important;
        text-align: center;
    }

    .location-line {
        order: 3;
        width: 100%;
        justify-content: center;
        padding: 0 0.75rem;
    }

    .main-nav .navbar-collapse {
        padding-top: 1rem;
    }

    .main-nav .nav-link {
        margin: 0.3rem 0;
    }

    .hero-aerial,
    .gallery-section .carousel-item img,
    .club-section .carousel-item img,
    .club-hero,
    .visit-section > img {
        height: 420px;
    }

    .ready-banner {
        text-align: center;
        background-position: center left;
    }

    .ready-banner h1 {
        font-size: 2.45rem;
    }

    .carousel-caption p {
        font-size: 1.45rem;
    }

    .section-pad {
        padding: 3.2rem 0;
    }

    .pin-badge {
        left: 31%;
    }

    .model-render {
        max-height: 360px;
    }

    .footer-contact,
    .footer-contact img {
        text-align: center;
    }

    .footer-contact img {
        margin: 0 auto;
    }

    .carousel-caption {
        padding-right: 0;
    }

    .carousel-caption p{
        text-align: center;
    }

    .secure-heading {
        background-image: url(../assets/vinas/backdrop.png);
        background-position: center;
        background-size: cover;
    }

    .secure-heading h2 {
        font-size: 2.5rem;
    }
    .models-intro .section-title {
        font-size: 3.5rem;
    }

}

@media (max-width: 767.98px) {
    .top-strip {
        min-height: auto;
    }

    .location-line,
    .phone-link {
        font-size: 0.95rem;
    }

    .phone-link {
        width: 100%;
        justify-content: center;
    }

    .navbar-brand img {
        height: 54px;
        width: 210px;
    }

    .hero-aerial {
        background-position: center;
        height: 330px;
    }

    .ready-banner {
        padding: 2.4rem 0;
    }

    .ready-banner h1,
    .visit-heading h2 {
        font-size: 2.05rem;
    }

    .ready-logo {
        max-width: 300px;
    }

    .carousel-caption {
        left: 0;
        right: 0;
        text-align: center;
    }

    .carousel-caption p{
        font-size: 2rem !important;
    }

    .ready-banner p {
        font-size: 1rem;
    }

    .gallery-section .carousel-item img,
    .club-section .carousel-item img,
    .club-hero,
    .visit-section > img,
    .secure-section > img {
        height: 330px;
    }

    .main-title,
    .section-title {
        font-size: 1.85rem;
    }

    .value-symbol {
        font-size: 1.25rem;
        height: 4.2rem;
        width: 4.2rem;
    }

    .map-pin-card {
        padding-top: 2.5rem;
    }

    .pin-badge {
        height: 112px;
        left: 28%;
        width: 112px;
    }

    .pin-badge img {
        border-width: 0.35rem;
        height: 70px;
        width: 70px;
    }

    .map-label {
        font-size: 0.65rem;
        padding: 0.3rem 0.4rem;
    }

    .address-pill {
        align-items: flex-start;
        font-size: 0.92rem;
        padding: 0.75rem 0.9rem;
    }

    .amenity-grid {
        grid-template-columns: 1fr;
    }

    .amenity-card,
    .amenity-more {
        min-height: 210px;
    }

    .model-header {
        flex-wrap: wrap;
    }

    .model-header h2 {
        font-size: 2rem;
    }

    .model-header span,
    .model-header small{
        font-size: 1.25rem;
    }

    .floor-row img {
        max-height: 560px;
    }

    .contact-section h2 {
        font-size: 1.55rem;
    }

    .brochure-btn {
        min-width: 220px;
    }

    .map-section > img {
        height: 280px;
    }
}

@media (max-width: 575.98px) {
    .location-line span:last-child {
        max-width: 260px;
    }

    .ready-logo {
        max-width: 270px;
    }

    .ready-banner h1 {
        font-size: 1.75rem;
        margin-left: auto;
        margin-right: auto;
        max-width: 300px;
    }

    .ready-banner p {
        font-size: 0.9rem;
        margin-left: auto;
        margin-right: auto;
        max-width: 300px;
    }

    .main-title,
    .section-title {
        font-size: 2.5rem;
    }
}

@media (max-width: 420px) {
    .navbar-brand img {
        height: 46px;
        width: 178px;
    }

    .value-item h2 {
        font-size: 0.95rem;
    }

    .social-row {
        gap: 0.55rem;
    }

    .social-row a,
    .mini-icon,
    .action-social a {
        height: 2rem;
        width: 2rem;
    }

    .map-label {
        display: none;
    }
}
