﻿body {
    background-color: #fafafa;
    scroll-behavior: smooth;
}
/* Banner Section Strats */
.banner-section {
    height: 57.3vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

@media (min-width: 768px) {
    .banner-section {
        height: 100vh;
    }
}

.cloud {
    width: 250.625em;
    height: 93.5vh;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../media/cloud.png) 0 100% repeat-x;
    animation: cloudLoop 80s linear infinite;
    z-index: 1;
    pointer-events: none
}

@keyframes cloudLoop {
    0% {
        transform: translate3d(0, 0, 0)
    }

    100% {
        transform: translate3d(-50%, 0, 0)
    }
}
/* Banner Section Ends */

/* Nav Area Starts */
.nav-area {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
    transition: background-color 0.6s ease;
}

    .nav-area.nav-transparent {
        background-color: transparent;
    }

    .nav-area.nav-white {
        background-color: white;
        box-shadow: 0 0 3px 0 rgba(0, 0, 0, .1);
    }

    .nav-area .navbar {
        transition: padding 0.6s ease;
    }

    .nav-area.nav-transparent .navbar {
        padding: 0.5rem 0;
    }

    .nav-area.nav-white .navbar {
        padding: 0.3rem 0;
    }
/* @media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}
@media (min-width: 768px) {
    .container {
        width: 750px;
    }
} */
.logo {
    width: 125px;
    height: 65px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.nav-link.text-uppercase.fw-500 {
    font-size: 0.85rem;
}

.nav-item:not(:last-child) a {
    cursor: default;
}

    .nav-item:not(:last-child) a span {
        color: #ffffff;
        cursor: pointer;
        transition: color 0.3s cubic-bezier(0.12, 0.75, 0.4, 1);
        position: relative;
    }

.nav-area.nav-transparent .nav-item:not(:last-child) a span {
    color: #ffffff;
}

.nav-area.nav-white .nav-item:not(:last-child) a span {
    color: #ae8b39;
}

.nav-item:last-child {
    border: 1px solid rgba(174, 139, 57, .3);
    position: relative;
}

    .nav-item:last-child:hover {
        border: 1px solid rgba(255, 255, 255, 0.3);
    }

.nav-area.nav-transparent .nav-item:last-child {
    border: 1px solid rgba(174, 139, 57, .3);
}

    .nav-area.nav-transparent .nav-item:last-child:hover {
        border: 1px solid rgba(255, 255, 255, 0.3);
    }

.nav-area.nav-white .nav-item:last-child {
    border: 1px solid rgb(174, 139, 57, .3);
}

.nav-item:last-child a span {
    color: #ffffff;
    transition: color 0.3s cubic-bezier(0.12, 0.75, 0.4, 1);
}

.nav-item:last-child:hover a span {
    color: #ffffff;
}

.nav-area.nav-transparent .nav-item:last-child a span {
    color: #ffffff;
}

.nav-area.nav-white .nav-item:last-child a span {
    color: #ffffff;
}

.nav-item:not(:last-child) a span::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition: 0.3s;
    transition-timing-function: cubic-bezier(0.12, 0.75, 0.4, 1);
}

.nav-item:last-child::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #ae8b39;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transform: scaleX(1);
    transform-origin: 0 50%;
    transition: 0.3s;
    transition-timing-function: cubic-bezier(0.12, 0.75, 0.4, 1);
}

.nav-area.nav-transparent .nav-item:not(:last-child) a span::before {
    background-color: #ffffff;
}

.nav-area.nav-transparent .nav-item:last-child::before {
    background-color: #ae8b39;
}

.nav-area.nav-white .nav-item:not(:last-child) a span::before {
    background-color: #ae8b39;
}

.nav-area.nav-white .nav-item:last-child::before {
    background-color: #ae8b39;
}

.nav-item:not(:last-child) a span:hover::before {
    transform: scaleX(1);
}

.nav-item:last-child:hover::before {
    transform: scaleX(0);
}

.nav-item:not(:last-child) a span:hover {
    color: #ae8b39;
}

.nav-area.nav-transparent .nav-item:not(:last-child) a span:hover {
    color: #ae8b39;
}

.nav-area.nav-white .nav-item:not(:last-child) a span:hover {
    color: #ffffff;
}

.nav-area.nav-transparent .nav-item:last-child:hover a span {
    color: #ffffff;
}

.nav-area.nav-white .nav-item:last-child:hover a span {
    color: #ae8b39;
}

.navbar-toggler {
    border: none;
    padding: 0;
}

.hamburger-label {
    padding: 10px 2px;
    cursor: pointer;
}

.hamburger-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hamburger-label .hamburger-line {
    width: 25px;
    height: 1.5px;
    background-color: #ffffff;
    position: relative;
}

.nav-area.nav-transparent .hamburger-label .hamburger-line {
    background-color: #ffffff;
}

.nav-area.nav-white .hamburger-label .hamburger-line {
    background-color: #ae8b39;
}

.hamburger-label .hamburger-line::before {
    content: '';
    height: 1.5px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    transform: translateY(-500%);
    background-color: #ffffff;
}

.nav-area.nav-transparent .hamburger-label .hamburger-line::before {
    background-color: #ffffff;
}

.nav-area.nav-white .hamburger-label .hamburger-line::before {
    background-color: #ae8b39;
}

.hamburger-label .hamburger-line::after {
    content: '';
    height: 1.5px;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translateY(500%);
    background-color: #ffffff;
}

.nav-area.nav-transparent .hamburger-label .hamburger-line::after {
    background-color: #ffffff;
}

.nav-area.nav-white .hamburger-label .hamburger-line::after {
    background-color: #ae8b39;
}

.hamburger-label #menu-toggle:checked ~ .hamburger-line {
    background-color: transparent;
}

    .hamburger-label #menu-toggle:checked ~ .hamburger-line::before {
        transform: rotate(45deg) translateY(0);
    }

    .hamburger-label #menu-toggle:checked ~ .hamburger-line::after {
        transform: rotate(-45deg) translateY(0);
    }

.mobile-menu-overlay {
    position: fixed;
    top: 0;
    right: 0;
    background-color: #ae8b39;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
}

body:has(#menu-toggle:checked) {
    overflow: hidden;
}

.nav-area:has(#menu-toggle:checked) ~ .mobile-menu-overlay {
    bottom: 0;
    left: 0;
}

.mobile-menu-overlay .mobile-menu-list {
    padding: 0;
    display: none;
    transition: display 0.3s ease;
    transition-delay: 0.3s;
}

    .mobile-menu-overlay .mobile-menu-list li {
        list-style: none;
    }

.nav-area:has(#menu-toggle:checked) ~ .mobile-menu-overlay .mobile-menu-list {
    display: block;
}
/* Nav Area Ends */

/* Content Section Starts */
.intro-block {
    padding-bottom: 2rem;
}

.intro-heading {
    text-transform: capitalize;
    text-align: center;
    font-family: "PlayfairDisplay-Regular";
    -webkit-font-smoothing: antialiased;
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 2rem;
}

.intro-paragraph {
    text-align: center;
    text-transform: capitalize;
    font-family: "PlayfairDisplay-Regular";
    -webkit-font-smoothing: antialiased;
    font-weight: 500;
    margin-bottom: 2.25rem;
}

.stats {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 2rem;
}

@media (min-width: 768px) {
    .stats {
        flex-direction: row;
    }
}

.stats .stat-block:not(:first-child) .stat-number {
    border-left: 1px solid transparent;
    border-top: 1px solid #ae8b39;
}

@media (min-width: 768px) {
    .stats .stat-block:not(:first-child) .stat-number {
        border-top: 1px solid transparent;
        border-left: 1px solid #ae8b39;
    }
}

.stat-number {
    text-align: center;
    font-family: "PlayfairDisplay-Regular";
    -webkit-font-smoothing: antialiased;
    font-size: 2.5rem;
    color: #ae8b39;
    padding: 0 2rem;
}

.stat-label {
    padding: 0 2rem;
    text-align: center;
}

.content-section {
    position: relative;
    padding: 5rem 0;
}

.project-section {
    padding: 2rem 0;
    scroll-margin-top: 12.5rem;
}

.content-section .heading {
    text-transform: capitalize;
    text-align: center;
    font-family: "PlayfairDisplay-Regular";
    -webkit-font-smoothing: antialiased;
    font-size: 2.125rem;
    color: #ae8b39;
}

.content-section .sub-heading {
    text-align: center;
    color: #999;
    font-size: 1rem;
    margin-bottom: 3rem;
    margin-top: 0.9375rem;
}

.card {
    border: 1px solid #f1f1f1;
    border-radius: 0;
    text-decoration: none;
    margin: 1.25rem 0.25rem;
    user-select: none;
    background-color: none;
}

    .card:hover {
        box-shadow: 0 0 10px 3px rgba(0, 0, 0, .1);
    }

.card-view {
    height: 14.3125rem;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.card-view-no-overlay {
    height: 14.3125rem;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.card-view::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(rgba(174, 139, 57, .3) 25%, rgba(174, 139, 57, .6) 75%);
    transform: scaleY(0);
    transform-origin: bottom;
    transition: 0.5s;
}

.card:hover .card-view::before {
    transform: scaleY(1);
}

.card-content {
    padding: 1.375rem 1.5625rem;
    color: #999;
    position: relative;
    padding-top: 2.5rem;
}

.project-tab {
    display: flex;
    justify-content: center;
    gap: 2rem;
}

    .project-tab li {
        list-style: none;
    }

    .project-tab .tab-link {
        text-decoration: none;
        color: #666666;
        position: relative;
    }

        .project-tab .tab-link::before {
            content: "";
            position: absolute;
            bottom: -5px;
            left: 0;
            height: 1px;
            width: 0;
            background-color: #ae8b39;
            transition: width 0.3s ease;
        }

        .project-tab .tab-link:hover::before {
            width: 100%;
        }

        .project-tab .tab-link.active::before {
            width: 100%;
        }

.project-table {
    border-collapse: collapse;
    width: 100%;
}

.table-wrapper {
    padding-top: 2rem;
}

.project-table th,
.project-table td {
    border: 1px solid #ae8b39;
    padding: 0 5px;
}

.project-table thead th {
    background-color: #ae8b39;
    color: white;
}

.project-table tbody tr:nth-child(even) {
    background-color: #fff8e7;
}

.project-table tbody tr:nth-child(odd) {
    background-color: #fffcf3;
}

.project-name {
    font-family: "PlayfairDisplay-Regular";
    font-size: 1.125rem;
    color: #ae8b39;
    word-wrap: break-word;
}

.project-location {
    color: #666;
}

    .project-location i {
        color: #ae8b39;
    }

.content-section .view-more-button {
    text-align: center;
}

.load-more {
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #ae8b39;
    padding: 0.9375rem 2rem;
    position: relative;
}

    .load-more:hover {
        color: #ae8b39;
    }

    .load-more::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: #ae8b39;
        z-index: -1;
        transition: right 0.3s cubic-bezier(0.12, 0.75, 0.4, 1);
    }

    .load-more.animated::before {
        animation: fillFromLeft 0.6s ease forwards;
    }

    .load-more:hover::before {
        right: 100%;
    }

@keyframes fillFromLeft {
    0% {
        right: 100%;
    }

    100% {
        right: 0;
    }
}

.experience-section {
    padding: 2rem 0;
    scroll-margin-top: 12.5rem;
}

.event-section {
    padding: 2rem 0;
    scroll-margin-top: 12.5rem;
}

.carousel-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.carousel-button {
    border: 3px solid #ae8b39;
    color: #ae8b39;
    background-color: transparent;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
}

.carousel-window {
    width: calc(100% - 120px);
    overflow: hidden;
}

.carousel-track {
    width: 100%;
    display: flex;
    transition: transform 0.4s ease-in-out;
}

.carousel-slide {
    flex: 0 0 calc(100% / 1);
    padding: 10px;
}

@media (min-width: 768px) {
    .carousel-slide {
        flex: 0 0 calc(100% / 2);
        padding: 10px;
    }
}

@media (min-width: 992px) {
    .carousel-slide {
        flex: 0 0 calc(100% / 3);
        padding: 10px;
    }
}

.carousel-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    color: #ae8b39;
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, .1);
}

    .carousel-content img {
        width: 100%;
    }

.carousel-text {
    padding: 1rem;
    font-weight: 500;
}

.carousel-grid-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.carousel-grid-button {
    border: 2px solid #ae8b39;
    color: #ae8b39;
    background-color: transparent;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    cursor: pointer;
}

.carousel-grid-window {
    width: calc(100% - 80px);
    overflow: hidden;
}

.carousel-grid-track {
    display: flex;
    transition: transform 0.4s ease-in-out;
}

.carousel-grid-page {
    flex: 0 0 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    box-sizing: border-box;
}

.carousel-grid-slide {
    padding: 10px;
}

.carousel-grid-content {
    display: flex;
    /*justify-content: center;*/
    align-items: center;
    /*background-color: #ffffff;*/
    color: #ae8b39;
    /*box-shadow: 0 0 10px 0px rgba(0, 0, 0, .1);*/
}

    .carousel-grid-content img {
        width: 100%;
        height: auto;
    }

@media (max-width: 768px) {
    .carousel-grid-page {
        grid-template-columns: 1fr;
    }
}

.project-highlights {
    padding: 2rem 0;
    scroll-margin-top: 12.5rem;
}

.details-grid {
    row-gap: 1rem;
}

.details-card {
    background-color: #ffffff;
    box-shadow: 0px 0px 8px -6px gray;
    padding: 1rem;
}

    .details-card h5.project-sts {
        color: #ae8b39;
        font-weight: bold;
    }

    .details-card h5 {
        text-align: center;
    }

    .details-card p {
        text-align: center;
        margin-bottom: 0;
    }

.gallery {
    padding: 2rem 0;
    scroll-margin-top: 12.5rem;
}

.site-plans-section {
    padding: 2rem 0;
    scroll-margin-top: 12.5rem;
}

.site-plan-name {
    color: #666666;
}

.site-plans-wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    justify-content: center;
}

.qr-code-container {
    text-align: center;
}

.accordion-item {
    background-color: transparent;
}

.accordion-button {
    background-color: transparent;
}

    .accordion-button:focus {
        box-shadow: none;
    }

    .accordion-button:not(.collapsed) {
        background: none;
        box-shadow: none;
    }

.amenities-section {
    padding: 2rem 0;
    scroll-margin-top: 12.5rem;
}

.amenity-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 0;
}

.amenity-icon {
    width: 50px;
    min-width: 50px;
    height: 50px;
    min-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #ae8b39;
    border-radius: 100%;
}

    .amenity-icon svg {
        width: 25px;
        fill: #ae8b39;
    }

.amenity-label {
    color: #666666;
}

.location-section {
    padding: 2rem 0;
    scroll-margin-top: 12.5rem;
}

.carousel-indicators {
    list-style: none;
    margin-bottom: -2rem;
}

    .carousel-indicators [data-bs-target] {
        background-color: #ae8b3975;
    }
/* Content Section Ends */

/* Footer Section Starts */
.footer-section {
    position: relative;
    padding: 1.5rem;
    background-color: #ffffff;
    box-shadow: 0px -5px 10px -5px #00000050;
}

    .footer-section ul li {
        list-style: none;
        padding: 0.25rem 0;
    }

@media (min-width: 767px) {
    .footer-section {
        padding: 2.8125rem;
    }
}

.footer-section a {
    text-decoration: none;
    color: #ae8b39;
}
/*@media (min-width: 768px) {
    .footer-section a {
        font-size: 1.125rem;
    }
}*/
.footer-section .heading {
    color: #ae8b39;
    text-transform: uppercase;
    padding-bottom: 1.25rem;
    font-weight: 500;
}

.heading .mask {
    position: relative;
}

    .heading .mask::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 0;
        background-color: #ae8b39;
    }

    .heading .mask.animated::before {
        animation: maskEffect 0.6s ease;
    }

@keyframes maskEffect {
    0% {
        right: 100%;
        width: 0;
    }

    50% {
        right: 0;
        width: 100%;
    }

    100% {
        width: 0;
    }
}

.logo-section {
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
    aspect-ratio: 3 / 1;
    height: 100%;
    width: 100%;
}

.contact-section a {
    display: block;
}

.contact-section-col {
    border-top: 1px solid #e3e3e3;
    border-right: 1px solid transparent;
    border-bottom: 1px solid #e3e3e3;
    border-left: 1px solid transparent;
}

.navigation-section-col {
    border-right: 1px solid transparent;
    border-bottom: 1px solid #e3e3e3;
}

@media (min-width: 992px) {
    .contact-section-col {
        border-top: 1px solid transparent;
        border-right: 1px solid #e3e3e3;
        border-bottom: 1px solid transparent;
        border-left: 1px solid #e3e3e3;
    }

    .navigation-section-col {
        border-right: 1px solid #e3e3e3;
        border-bottom: 1px solid transparent;
    }
}

.footer-section .contact-section ul li a i {
    animation: headShakeS 0.6s ease forwards;
}

.footer-section .contact-section ul li:nth-child(1) a i {
    animation-delay: 0.2s;
}

.footer-section .contact-section ul li:nth-child(2) a i {
    animation-delay: 0.4s;
}

.footer-section .contact-section ul li:nth-child(3) a i {
    animation-delay: 0.6s;
}

@keyframes headShakeS {
    0% {
        transform: translateX(0) rotateZ(0deg);
    }

    20% {
        transform: translateX(-5px) rotateZ(-5deg);
    }

    40% {
        transform: translateX(5px) rotateZ(5deg);
    }

    60% {
        transform: translateX(-4px) rotateZ(-4deg);
    }

    80% {
        transform: translateX(4px) rotateZ(4deg);
    }

    100% {
        transform: translateX(0) rotateZ(0deg);
    }
}

.media-section a {
    margin: 0 1rem;
    font-size: 1.3rem;
}

.media-section ul {
    display: flex;
    gap: 1rem;
}

    .media-section ul li {
        background-color: #ae8b39;
        width: 2.5rem;
        height: 2.5rem;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 8px;
        padding: 0;
        transition: transform 0.3s ease;
    }

.footer-section .media-section ul li:hover {
    transform: scale(1.25) !important;
}

.footer-section .media-section ul li {
    animation: fadeTop 0.6s ease forwards;
    opacity: 0;
}

    .footer-section .media-section ul li:nth-child(1) {
        animation-delay: 0.2s;
    }

    .footer-section .media-section ul li:nth-child(2) {
        animation-delay: 0.4s;
    }

    .footer-section .media-section ul li:nth-child(3) {
        animation-delay: 0.6s;
    }

    .footer-section .media-section ul li:nth-child(4) {
        animation-delay: 0.8s;
    }

    .footer-section .media-section ul li:nth-child(5) {
        animation-delay: 1s;
    }

@keyframes fadeTop {
    0% {
        transform: translateY(3rem);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.media-section ul li {
    color: #ffffff;
}

.footer-sub-section {
    background-color: #ae8b39;
    padding: 0.9375rem 0;
}

    .footer-sub-section ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 0;
    }

        .footer-sub-section ul li {
            list-style: none;
            color: #23527c;
            font-size: 0.85rem;
            padding: 0 0.8rem;
        }

            .footer-sub-section ul li a {
                color: #999;
                text-decoration: none;
            }

                .footer-sub-section ul li a:hover, .footer-sub-section ul li a:active {
                    color: #23527c;
                }
/* Footer Section Ends */

/* Just Like Bootstrap Starts */
.ml-auto {
    margin-left: auto;
}

.fw-500 {
    font-weight: 500;
}
/* Just Like Bootstrap Ends */

/* About Us Statrs */
.about-section {
    padding-bottom: 2rem;
    scroll-margin-top: 12.5rem;
}

.vision {
    height: 250px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    animation: fadeInOut 1s ease forwards;
}

@keyframes fadeInOut {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@media (min-width: 768px) {
    .vision {
        height: 300px;
    }
}

@media (min-width: 992px) {
    .vision {
        height: 500px;
    }
}

.vision-content {
    position: relative;
}

.slider-content {
    width: 100%;
    background-color: #fff;
    box-shadow: 0.8px 3px 30px 0 rgba(0, 0, 0, .1);
    padding-bottom: 1.5rem;
}

@media (min-width: 992px) {
    .slider-content {
        position: absolute;
        top: 50px;
        left: -120px;
    }
}

.control-button {
    width: fit-content;
    background-color: #22438a;
    color: #fff;
    position: absolute;
    bottom: 1.5rem;
    right: 0;
}

@media (min-width: 992px) {
    .control-button {
        left: -1.125rem;
    }
}

.control-button ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

    .control-button ul li {
        padding: 1rem;
    }

.family-section {
    padding-top: 2rem;
    padding-bottom: calc(2rem + 15px);
}

.family-image {
    height: 250px;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
}

@media (min-width: 768px) {
    .family-image {
        height: 500px;
    }
}

@media (min-width: 992px) {
    .family-image {
        height: 593px;
    }
}

.family-content {
    position: relative;
}

@media (min-width: 992px) {
    .family-content {
        border: 1px solid #e3e3e3;
        border-left: none;
    }
}

.content {
    background-color: #fff;
    box-shadow: .8px 3px 30px 0 rgba(0, 0, 0, .1);
    min-height: 100%;
    padding: 2.1875rem 2.8125rem;
}

@media (min-width: 992px) {
    .content {
        width: calc(100% - 15px);
        margin-top: 15px;
    }
}

.family-content .content .heading h4 {
    text-transform: inherit;
    font-family: "PlayfairDisplay-Regular";
    font-size: 20px;
    line-height: 30px;
    color: #ae8b39;
    text-align: left;
}

@media (min-width: 768px) {
    .family-content .content .heading h4 {
        font-size: 26px;
        line-height: 36px;
    }
}

@media (min-width: 992px) {
    .family-content .content .heading h4 {
        font-size: 30px;
        line-height: 40px;
    }
}
/* About Us Ends */

/* Contact Us & Enquery Starts */
.map-container, .form-container {
    position: relative;
    margin-top: 4.375rem;
    min-height: 80vh;
    ;
}

.our-location-container {
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
}

@media (min-width: 992px) {
    .our-location-container {
        position: absolute;
        top: -1.875rem;
        right: 20%;
        transform: translate(20%, 0%);
        width: 24.0625rem;
        min-height: auto;
        padding: 3.125rem 0;
    }
}

.place {
    background-color: #ae8b39;
    color: #fff;
    padding: 1.25rem;
}

@media (min-width: 992px) {
    .place {
        display: inline-block;
        transform: translateX(-35%);
    }
}

.place-heading, .place-info {
    margin-bottom: 0;
}

.our-location-container ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .our-location-container ul li {
        padding: 0.9375rem 0;
        cursor: pointer;
        text-transform: capitalize;
        text-align: center;
        text-align: center;
    }

        .our-location-container ul li:nth-child(2) {
            border-top: 1px solid #e5e5e5;
            border-bottom: 1px solid #e5e5e5;
        }

        .our-location-container ul li:nth-child(3) {
            border-bottom: 1px solid #e5e5e5;
        }

@media (min-width: 768px) {
    .our-location-container ul li {
        padding: 1.25rem 0;
    }
}

@media (min-width: 992px) {
    .our-location-container ul li {
        padding: 1.875rem 0;
    }
}

.modal-header, .modal-footer {
    border: none;
}

.enquery-modal-title {
    text-transform: uppercase;
    text-align: center;
    color: #ae8b39;
}

.enquery-modal-description {
    text-transform: capitalize;
    text-align: center;
    color: gray;
}

#enqueryModal .close {
    border: none;
    background-color: transparent;
    color: gray;
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    transform: translate(50%, -50%);
}

.modal-submit {
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #ae8b39;
    padding: 0.5rem 2rem;
    background-color: #ae8b39;
}

.contact-form {
    margin: 0 10%;
}

@media (min-width: 992px) {
    .contact-form {
        margin-left: 50%;
    }
}

.lbl {
    color: gray;
}

.input-bx {
    width: 100%;
    border-style: solid;
    border-width: 1px;
    border-color: #b9b9b9;
    border-radius: 4px;
    display: flex;
    gap: 5px;
    padding: 0 5px;
}

    .input-bx input {
        color: #004000;
        border-style: None;
        height: 1.5625rem;
        width: 100%;
    }

        .input-bx input:focus {
            outline: none;
        }

    .input-bx textarea {
        color: #004000;
        border-style: None;
        width: 25rem;
        height: 3.875rem;
    }

        .input-bx textarea:focus {
            outline: none;
        }

.btn.btn-default.btn-lg {
    text-transform: uppercase;
    color: #22438a;
    border: 1px solid #e3e3e3;
    border-radius: 0.1rem;
    padding: 0.9375rem 2rem;
    margin: 1.5625rem 0 1.875rem 0;
}

@media (min-width: 992px) {
    .btn--lg__showmore {
        margin: 5rem 0 4.375rem 0;
    }
}

.form-group {
    margin-bottom: 0.9375rem;
}
/* Contact Us & Enquery Ends */
.project-Status {
    position: absolute;
    background: #ae8b39db;
    color: #fff;
    top: 0;
    right: 0;
    border-radius: 50px 0 0 50px;
    padding: 0 11px;
    transform: translateY(10px);
    font-weight: 500;
}

.Project-bhk-size {
    display: flex;
    gap: 10px;
    padding-top: 10px;
    align-items: center;
}

.bhkNumber {
    font-size: 1.3rem;
    font-weight: 700;
    text-align: center;
}

.size-label {
    font-size: 1.3rem;
    font-weight: 700;
}

.size-value {
    font-size: 1.3rem;
    font-weight: 700;
}

.Project-bhk {
    border-right: 1.5px solid gray;
    padding-right: 10px;
}

.bhkLabel {
    text-align: center;
    color: #000;
}

.our-places-list.email {
    text-transform: none !important
}

.Project-size {
    font-size: 14px;
}
