@media(max-width:1300px) {
    .floorplan-details .floorplan-name h3 {
        font-size: 36px;
    }
    .floorplan-details .floorplan-name ul li {
        font-size: 18px;
    }
    .floorplan-floors h4 {
        font-size: 16px;
    }
}

@media(max-width:1200px) {
    .navbar .navbar-brand {
        width: 150px;
        height: 150px;
    }
    .navbar .navbar-brand img {
        width: 100px;
    }
    .navbar li.nav-item a {
        font-size: 14px;
        padding: 30px 15px !important;
    }
    .homepage-contact .blue-box {
        padding: 20px 40px;
    }
    .homepage-contact .blue-box li {
        font-size: 16px;
    }
    .homepage-contact .blue-box h4 {
        font-size: 20px;
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .lifestyle-contact {
        height: auto;
    }
}

@media(max-width:1100px) {
    .navbar .navbar-brand {
        width: 120px;
        height: 120px;
        left: 15px;
    }
    .navbar .navbar-brand img {
        width: 100px;
    }
    .navbar li.nav-item a {
        font-size: 14px;
        padding: 20px 15px !important;
    }
}

@media(max-width:992px) {
    body.flexpanel-left .flexpanel .flex-btn {
        top: 10px;
        background-color: #fdbd5c;
    }
    .navbar .dropdown-menu,
    .navbar .dropdown:hover .dropdown-menu {
        width: 100%;
        flex-direction: column;
        display: flex;
        background-color: #fdbd5c;
        padding: 0;
        margin: 0;
        margin-bottom: 10px;
    }
    .navbar .nav-item .dropdown-menu a {
        flex-direction: row;
        padding: 10px !important;
        gap: 5px;
        display: flex !important;
        margin: 5px;
    }
    .navbar-nav .nav-link.active,
    .navbar-nav .nav-link.show {
        color: #fff;
    }
    .navbar .dropdown-menu a img {
        width: 40px;
    }
    .navbar .dropdown-menu a h5 {
        font-size: 18px;
        text-align: left;
    }
    .navbar .dropdown-menu a p {
        text-align: left;
    }
    .navbar .dropdown-menu div.line {
        width: 100%;
        height: 2px;
    }
    .navigation-top {
        display: none;
    }
    .navbar {
        position: fixed !important;
        height: 50px;
        background-color: #fff;
        width: 100%;
        z-index: 110;
        top: 0;
        box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    }
    .navbar .navbar-brand {
        width: 120px;
        height: 120px;
        left: 50%;
        transform: translateX(-50%);
    }
    .banner-box .banner-box-content h2 {
        font-size: 36px;
        line-height: 36px;
        margin: 0;
    }
    .homepage-banner {
        margin-top: 50px;
    }
    .whats-available {
        background-position: center;
    }
    footer p {
        width: 90%;
    }
    .contact-form {
        margin-top: 50px;
    }
    .inner-banner {
        margin-top: 50px;
    }
    .contact-form h2 {
        font-size: 80px;
    }
    .contact-form h4 {
        font-size: 24px;
    }
    .application-form-main .application-header {
        font-size: 30px;
    }
    .application-form-main .application-header span {
        font-size: 16px;
    }
    .lifestyle-map .tab-pane li a {
        flex-direction: column;
    }
    .lifestyle-map .tab-pane li a>div {
        width: 100% !important;
        align-items: start !important;
    }
}

@media(max-width:768px) {
    .py-80 {
        padding-bottom: 40px;
        padding-top: 40px;
    }
    .px-50 {
        padding-left: 20px;
        padding-right: 20px;
    }
    .live-here-section h2,
    .homepage-floorplans h2 {
        color: #fdbd5c;
        font-size: 60px;
    }
    .live-here-section h5,
    .homepage-floorplans h5 {
        font-size: 24px;
        color: #737373;
    }
    .thoughtfully-curated h4 {
        font-size: 24px;
    }
    .thoughtfully-curated h4 span {
        font-size: 50px;
    }
    .whats-available {
        background-position: right;
    }
    .contact-form-card .nav-tabs button {
        width: 100%;
    }
    .application-form-main ol li span {
        position: relative;
        left: 0;
        padding-right: 15px;
    }
    .application-form-main ol li,
    .application-form-main p,
    .application-form-main label {
        font-size: 16px;
        white-space: initial !important;
    }
    .application-form-main .application-header {
        font-size: 24px;
    }
    .application-form-main .application-header span {
        display: block;
        font-size: 16px;
    }
    .application-form-main .grey-block {
        flex-direction: column;
        align-items: start;
        gap: 5px;
    }
    .inner-banner h2 {
        font-size: 48px;
        color: #fff;
    }
    .inner-banner h5 {
        font-size: 18px;
    }
    .application-form-main .signature-pad {
        height: 200px;
    }
}

@media(max-width:567px) {
    .navbar .navbar-brand {
        width: 100px;
        height: 100px;
        left: 50%;
        transform: translateX(-50%);
    }
    .navbar .navbar-brand img {
        width: 80px;
    }
    .floorplan-features {
        flex-wrap: wrap;
        gap: 10px;
    }
    .floorplan-features li {
        width: 30%;
    }
    .floorplans-btns {
        flex-direction: column;
        gap: 5px;
    }
    .application-form-main .form-check {
        padding: 0;
    }
    .lifestyle-map {
        height: auto;
    }
    .lifestyle-map .accordion-collapse {
        width: 100%;
    }
    .lifestyle-map .tab-content {
        max-width: 100%;
        height: 300px;
        overflow: auto;
    }
    .lifestyle-map ul.nav {
        flex-direction: row !important;
        flex-wrap: nowrap;
        width: 100%;
    }
    .lifestyle-map .accordion-button {
        width: auto;
    }
    .lifestyle-map .accordion-button img {
        transform: rotate(-90deg);
    }
    .lifestyle-map .accordion-button.collapsed img {
        transform: rotate(90deg);
    }
    .lifestyle-map #lifestyle-map {
        height: 300px;
        border-top-right-radius: 0px;
    }
    .lifestyle-map .nav-link {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .lifestyle-map-container {
        padding: 0;
    }
    .lifestyle-map-container h3 {
        width: 80%;
        margin: 0 auto;
    }
    .lifestyle-map-container>p {
        width: 80%;
        margin: 0 auto;
    }
}