@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@font-face {
    font-family: 'alba-super';
    src: url('../fonts/alba_super.ttf') format('truetype');
}

@font-face {
    font-family: 'brooklyn';
    src: url('../fonts/Brooklyn-Normal.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'brooklyn-bold';
    src: url('../fonts/Brooklyn-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'brooklyn-semibold';
    src: url('../fonts/Brooklyn-SemiBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'brooklyn-heavy';
    src: url('../fonts/Brooklyn-Heavy.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserrat-bold';
    src: url('../fonts/Montserrat-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserrat-medium';
    src: url('../fonts/Montserrat-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.universal-blank-modal {
    height: 450px;
    width: 100%;
    background-color: black;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* Hide the number input spinner in WebKit browsers */
    /* Hide the number input spinner in Firefox */
}

* input[type='number']::-webkit-inner-spin-button,
* input[type='number']::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

* input[type='number'] {
    -moz-appearance: textfield;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10;
    display: none;
}

body>* {
    overflow: hidden;
}

.side-button {
    position: fixed;
    padding: 8px 40px 8px 40px;
    background-color: #0C1E38;
    right: -90px;
    bottom: 30vh;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    border-radius: 10px 10px 0px 0px;
    cursor: pointer;
    z-index: 9999;
}

.side-button:hover {
    opacity: 0.8;
}

.side-button .text {
    font-family: 'brooklyn', 'roboto';
    font-size: 1rem;
    color: white;
    padding: 0;
    margin: 0;
}

.logo {
    width: 105px;
    height: auto;
}

.navbar.fixed-top {
    padding-top: 0.35rem;
    padding-bottom: 0.35rem;
}

.navbar.fixed-top .p-2 {
    padding: 0.5rem 0.5rem !important;
}

.navbar-brand {
    padding-top: 0.15rem;
    padding-bottom: 0.15rem;
    margin-right: 0.75rem;
}

.nav-link-custom {
    font-family: 'brooklyn', 'roboto';
    color: black !important;
    font-size: 14px;
}

.navbar-toggler .navbar-toggler-icon svg {
    height: 100%;
    width: 100%;
    fill: #0C1E38;
}

.heading-style {
    width: auto;
    margin: 0 auto;
}

.download-bro-button {
    background-color: #0C1E38;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 16px;
    border-radius: 6px;
    cursor: pointer;
}

.download-bro-button:hover {
    opacity: 0.9;
}

.call-button {
    background-color: #BFA26A;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 16px;
    border-radius: 6px;
    cursor: pointer;
}

.call-button:hover {
    opacity: 0.9;
}

.button-icons {
    width: 15px;
    height: auto;
    margin-right: 10px;
}

.button-text {
    font-family: 'brooklyn-semibold', 'roboto';
    font-size: 14px;
    margin: 0px;
    color: white;
}

.carousel-inner {
    margin-top: 5rem !important;
}



.hero-section {
    z-index: 1;
    overflow: hidden;
    height: calc(100vh - 95px);
    width: 100%;
    border-radius: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
}

.hero-section .back-imgs {
    position: absolute;
    width: 100%;
    height: 105%;
    z-index: -1;
}

.hero-section .back-imgs img {
    position: inherit;
    width: 100%;
}

.hero-section .back-imgs img.building {
    bottom: 0;
}

.hero-section .back-imgs img.sky {
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-filter: brightness(0.8);
    filter: brightness(0.8);
    height: 100%;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: rgb(0, 0, 0);
    background: linear-gradient( 45deg, rgba(0, 0, 0, 0.7988445378) 0%, rgba(9, 9, 121, 0) 24%, rgba(0, 212, 255, 0) 100%);
}

.hero-section .govt-icon-container {
    position: absolute;
    left: 20px;
    bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.hero-section .govt-icon-container .icon {
    width: 60px;
    height: auto;
}

.hero-section .govt-icon-container .desc-con {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 10px;
}

.hero-section .govt-icon-container .desc-con .h1 {
    font-family: 'brooklyn-bold', 'roboto';
    color: white;
    font-size: 20px;
    padding: 0;
    margin: 0;
}

.hero-section .govt-icon-container .desc-con .h2 {
    font-family: 'brooklyn', 'roboto';
    color: white;
    font-size: 14px;
    padding: 0;
    margin: 0;
}

.hero-section .hero-innter-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.hero-section .hero-innter-container .title {
    font-family: 'alba-super', 'arial';
    color: white;
    font-size: 4rem;
    margin: 0px;
}

.hero-section .hero-innter-container .desc {
    font-family: 'brooklyn-heavy', 'roboto';
    font-size: 22px;
    color: white;
    margin: 0px;
}

.hero-section .hero-innter-container .location-icon {
    width: 30px;
    height: auto;
    margin-right: 10px;
}

.hero-section .hero-innter-container .form-container {
    width: 60%;
}

.hero-section .hero-innter-container .submit-button {
    margin-top: 15px;
    background-color: #0C1E38;
    padding: 10px 15px;
    border-radius: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.hero-section .hero-innter-container .submit-button .button-text {
    font-family: 'brooklyn-bold', 'roboto';
    font-size: 12px;
    text-align: center;
    width: 100%;
}

.hero-section .hero-innter-container .submit-button:hover {
    opacity: 0.9;
}

.hero-section .hero-innter-container .form-item {
    margin-top: 15px;
    background-color: white;
    padding: 5px 10px;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.hero-section .hero-innter-container .form-item .input-icon {
    width: 15px;
    height: auto;
    margin-right: 10px;
}

.hero-section .hero-innter-container .form-item .input-box {
    border: 0px;
    font-family: 'brooklyn', 'roboto';
    font-size: 14px;
    padding: 5px;
    outline: none;
    width: 100%;
}

.hero-section .hero-innter-container .form-item-text {
    margin-top: 15px;
    background-color: white;
    padding: 5px 10px;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.hero-section .hero-innter-container .form-item-text .input-icon {
    width: 15px;
    height: auto;
    margin-right: 10px;
    margin-top: 10px;
}

.hero-section .hero-innter-container .form-item-text .input-box {
    border: 0px;
    font-family: 'brooklyn', 'roboto';
    font-size: 14px;
    padding: 5px;
    outline: none;
    width: 100%;
}


.usp-section{
    /* padding: 20px 0; */
}



.overview-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 90px 0px;
    background: url('../img/bg/overview_section.webp');
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}


.usp-section{
    padding: 40px 0;
}


.usp-section .internal-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}



.overview-section .internal-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.usp-section .internal-container .icon-item-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.usp-section .internal-container .icon-item-container .icon {
    width: 50px;
    height: auto;
    margin-bottom: 20px;
}

.usp-section .internal-container .icon-item-container .title {
    font-family: 'brooklyn-heavy', 'roboto';
    color: #0C1E38;
    font-size: 18px;
    text-align: center;
}

.usp-section .internal-container .icon-item-container .desc {
    font-family: 'brooklyn-bold', 'roboto';
    font-size: 12px;
}

.usp-section .title-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.usp-section .title-container .main-title-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.usp-section .title-container .main-title-container .little-title {
    font-family: 'brooklyn-semibold', 'roboto';
    font-size: 1.2rem;
    color: #BFA26A;
    padding: 0px;
    margin: 0;
}

.usp-section .title-container .main-title-container .little-hr {
    border: 1px solid #BFA26A;
    width: 100%;
    opacity: 1;
}

.usp-section .title-container .little-desc {
     font-family: "Poppins", sans-serif;
    font-size: 2.5rem;
    color: #0C1E38;
}

.overview-section .internal-container .small-container-left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 3rem;
}

.overview-section .internal-container .small-container-right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 3rem;
}

.overview-section .internal-container .top-title-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.overview-section .internal-container .top-title-container .title {
    font-family: 'brooklyn-semibold', 'roboto';
    font-size: 20px;
    color: #BFA26A;
    margin-right: 20px;
}

.overview-section .internal-container .top-title-container .horizontal-line {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 1px solid #BFA26A;
    opacity: 1;
}

.overview-section .internal-container .image-overview {
    width: 100%;
    height: auto;
}

.overview-section .internal-container .small-title {
     font-family: "Poppins", sans-serif;
    font-size: 2.3rem;
    color: #0C1E38;
}

.overview-section .internal-container .desc-text {
    font-family: 'brooklyn', 'roboto';
    font-size: 1rem;
    margin-top: 15px;
    text-align: justify;
}

.overview-section .internal-container .flat-desc-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 20px;
}

.overview-section .internal-container .flat-desc-container .devider {
    height: 60px;
    width: 1px;
    background-color: black;
}

.overview-section .internal-container .flat-desc-container .flat-desc-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.overview-section .internal-container .flat-desc-container .flat-desc-item .title {
    font-family: 'montserrat-bold', 'roboto';
    color: #BFA26A;
    font-size: 2rem;
}

.overview-section .internal-container .flat-desc-container .flat-desc-item .desc {
    font-family: 'montserrat-medium', 'roboto';
    color: black;
    font-size: 1.2rem;
}

.flex-1 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.gallery-section {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 80px 0px;
    background: url('../img/bg/gallery_background.webp');
    background-position: center;
}

.gallery-section .title-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.gallery-section .title-container .main-title-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.gallery-section .title-container .main-title-container .little-title {
    font-family: 'brooklyn-semibold', 'roboto';
    font-size: 1.2rem;
    color: #BFA26A;
    padding: 0px;
    margin: 0;
    margin-right: 15px;
}

.gallery-section .title-container .main-title-container .little-hr {
    border: 1px solid #BFA26A;
    opacity: 1;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.gallery-section .title-container .little-desc {
     font-family: "Poppins", sans-serif;
    font-size: 2.5rem;
    color: #0C1E38;
}

.gallery-section .desc-text {
    font-family: 'brooklyn-semiBold', 'roboto';
    font-size: 1rem;
    width: 60%;
    margin: 0 auto;
}

.gallery-section .tab-contaier {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
}

.gallery-section .tab-contaier .tab {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-family: 'brooklyn-semiBold', 'roboto';
    font-size: 1rem;
    padding: 15px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f6f6f6;
    cursor: pointer;
}

.gallery-section .tab-contaier .selected {
    background-color: #0C1E38;
    color: white;
}

.gallery-section .tab-body {
    padding: 40px 0px;
}

.gallery-section .tab-image-container {
    width: 100%;
    height: 30rem;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
}

.gallery-section .tab-image-container .tab-image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.gallery-section .tab-image-container .image-link {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.gallery-section .tab-image-container .image-link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-section .tab-image-container .button {
    display: none;
}

.gallery-section .tab-image-container .button .imgs {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    -o-object-fit: contain;
    object-fit: contain;
}

.gallery-section .tab-image-container .button .text {
    color: black;
    font-family: 'brooklyn', 'roboto';
    font-size: 15px;
    padding: 0;
    margin: 0;
}

.gallery-section .outline-button {
    border: 1px solid #0C1E38;
    color: #0C1E38;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 30px;
    background-color: transparent;
    border-radius: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}

.gallery-section .outline-button:hover {
    opacity: 0.9;
}

.gallery-section .outline-button .button-text {
    font-family: 'brooklyn-semibold', 'roboto';
    font-size: 12px;
    margin: 0px;
    color: white;
}

.gallery-section .internal-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.gallery-section .internal-container .left-container {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.gallery-section .internal-container .right-container {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.gallery-section .internal-container .right-container .map-image {
    width: 90%;
    height: auto;
}

.gallery-section .internal-container .image {
    width: 100%;
    height: auto;
}

.enlarge-btn {
    background-color: rgb(255, 255, 255);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    position: absolute;
    bottom: 23px;
    right: 10px;
    border-radius: 5px;
    padding: 10px;
    border: 1px solid #0C1E38;
    max-width: 15rem;
}

.enlarge-btn .imgs {
    width: 20px !important;
    height: 20px;
    margin-right: 10px;
    -o-object-fit: contain;
    object-fit: contain;
}

.enlarge-btn .text {
    color: black;
    font-family: 'brooklyn', 'roboto';
    font-size: 15px;
    padding: 0;
    margin: 0;
}

.enlarge-btn.enlarge-btn--centered {
    left: 50%;
    -webkit-transform: translate(-50%, 15px);
    transform: translate(-50%, 15px);
}

.video-section {
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
}

.video-section .video-element {
    width: 100%;
}

.video-section .video-element::-webkit-media-controls {
    display: none !important;
}

.video-section .video-element::-moz-media-controls {
    display: none !important;
}

.video-section .video-element::-ms-media-controls {
    display: none !important;
}

.video-section .video-element::-o-media-controls {
    display: none !important;
}

.video-section .video-element::media-controls {
    display: none !important;
}

.video-section .volume-icon-container {
    position: absolute;
    bottom: 20px;
    left: 15px;
    background-color: white;
    border-radius: 50px;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.video-section .volume-icon-container .icon {
    width: 20px;
    height: 20px;
    -o-object-fit: contain;
    object-fit: contain;
}

.video-section .volume-icon-container:hover {
    opacity: 0.6;
}

.position-section {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 120px 0px;
    background-color: #fffcef;
}

.position-section .internal-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.position-section .internal-container .left-container {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-right: 60px;
}

.position-section .internal-container .left-container .title-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.position-section .internal-container .left-container .title-container .title-text {
    font-size: 20px;
    font-family: 'brooklyn', 'roboto';
    color: #0C1E38;
}

.position-section .internal-container .left-container .title-container .title-border {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 1px solid #0C1E38;
    opacity: 1;
}

.position-section .internal-container .left-container .main-title {
     font-family: "Poppins", sans-serif;
    font-size: 2.5rem;
    color: #BFA26A;
}

.position-section .internal-container .left-container .main-desc {
    font-family: 'brooklyn', 'roboto';
    font-size: 16px;
    text-align: left;
}

.position-section .internal-container .right-container {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template-columns: 1fr 1fr;
    padding-left: 30px;
    row-gap: 40px;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    border-left: 2px solid #0C1E38;
}

.position-section .internal-container .right-container .grid-item .title {
    font-family: 'brooklyn-bold', 'roboto';
    color: #BFA26A;
    font-size: 1.2rem;
}

.position-section .internal-container .right-container .grid-item .red-color {
    color: #BFA26A;
}

.position-section .internal-container .right-container .grid-item .items {
    font-family: 'brooklyn-bold', 'roboto';
    font-size: 16px;
    padding: 0;
    margin: 0;
}

.location-map-section {
    padding-top: 80px;
    padding-bottom: 20px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.location-map-section .internal-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.location-map-section .internal-container .left-container {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.location-map-section .internal-container .left-container .player {
    width: 90%;
    height: 700px;
    border-radius: 20pxf;
}

.location-map-section .internal-container .right-container {
    max-height: 700px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
}

.location-map-section .internal-container .right-container .map-image {
    width: 75%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    float: right;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

.blueprint-section {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: url('../img/bg/plan_background.webp');
    background-position: top top;
    padding-top: 100px;
    padding-bottom: 100px;
    z-index: 2;
}

.blueprint-section::before {
    z-index: -1;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.6);
    /* Adjust the opacity */
}

.blueprint-section .title-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.blueprint-section .title-container .main-title-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.blueprint-section .title-container .main-title-container .little-title {
    font-family: 'brooklyn-semibold', 'roboto';
    font-size: 1.2rem;
    color: #BFA26A;
    padding: 0px;
    margin: 0;
    margin-right: 15px;
}

.blueprint-section .title-container .main-title-container .little-hr {
    border: 1px solid #BFA26A;
    width: 100%;
    opacity: 1;
}

.blueprint-section .title-container .little-desc {
     font-family: "Poppins", sans-serif;
    font-size: 2.5rem;
    color: #0C1E38;
}

.blueprint-section .tab-contaier {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
}

.blueprint-section .tab-contaier .tab {
    font-family: 'brooklyn-semiBold', 'roboto';
    font-size: 1rem;
    padding: 10px 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 8px;
    background-color: #f6f6f6;
    margin: 0px 10px;
    cursor: pointer;
}

.blueprint-section .tab-contaier .selected {
    border: 1px solid #0C1E38;
    background-color: #fcf7f2;
}

.blueprint-section .internal-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.blueprint-section .internal-container .left-container {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.blueprint-section .internal-container .right-container {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.blueprint-section .internal-container .right-container .map-image {
    width: 90%;
    height: auto;
}

.blueprint-section .internal-container .image {
    width: 100%;
    height: auto;
}

.blueprint-section-floor .img-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.blueprint-section-floor .img-wrapper img {
    max-width: 45rem;
}

.blueprint-section-floor__pills {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
}

.blueprint-section-floor__pills .nav-link {
    font-family: 'brooklyn-semiBold', 'roboto';
    font-size: 1rem;
    padding: 10px 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 8px;
    background-color: #f6f6f6;
    cursor: pointer;
    color: black;
}

.blueprint-section-floor__pills .nav-link.active {
    border: 1px solid #0C1E38;
    background-color: #fcf7f2;
    color: black;
}

.extra-horizontal-space {
    padding-left: 50px !important;
    padding-right: 50px !important;
}

.secondary-button {
    background-color: #0C1E38;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 30px;
    border-radius: 6px;
    cursor: pointer;
    border: 0px;
}

.secondary-button:hover {
    opacity: 0.9;
}

.secondary-button .button-text {
    font-family: 'brooklyn-semibold', 'roboto';
    font-size: 12px;
    margin: 0px;
    color: white;
}

.logo-about {
    width: 300px;
    height: auto;
}

.footer {
    background-color: #fffcef;
}

.footer-main-info {
    padding-right: 3rem;
}

.footer-main-contact {
    padding-left: 3rem;
}

.footer .relative {
    position: relative;
}

.footer .scroll-to-top-container {
    height: 80px;
    width: 80px;
    position: absolute;
    bottom: 70px;
    right: -40px;
    border-radius: 100px;
    border: 1px solid #0C1E38;
    background-color: #fffcef;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer .scroll-to-top-container .icon {
    height: 30px;
    width: auto;
}

.footer .more-padding {
    padding-top: 80px !important;
    padding-bottom: 20px !important;
}

.footer .vertical-line {
    border-right: 1px solid #0C1E38;
}

.footer .about-title {
     font-family: "Poppins", sans-serif;
    font-size: 2rem;
}

.footer .text-registration {
    font-family: 'brooklyn-bold', 'roboto';
    font-size: 14px;
    padding: 0;
    margin: 0;
}

.footer .copyright {
    font-family: 'brooklyn', 'roboto';
    font-size: 12px;
    color: black;
    margin: 0;
    padding: 0;
}

.footer .footer-links-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.footer .footer-links-wrapper .separator {
    color: #999;
    font-size: 12px;
    user-select: none;
}

.footer .botton-text-link {
    font-family: 'brooklyn', 'roboto';
    font-size: 13px;
    color: #333;
    margin: 0;
    padding: 6px 12px;
    text-decoration: none;
    border-radius: 4px;
    transition: color 0.3s ease, background-color 0.3s ease;
    letter-spacing: 0.3px;
}

.footer .botton-text-link:hover {
    color: #BFA26A;
    background-color: rgba(191, 162, 106, 0.08);
}

.footer .botton-text-link:active {
    color: #8A7340;
}

/* Footer links responsive */
@media (max-width: 767.98px) {
    .carousel-inner {
    margin-top: 6rem !important;
}
    .footer .footer-links-wrapper {
        justify-content: center;
        gap: 6px;
    }

    .footer .botton-text-link {
        font-size: 12px;
        padding: 5px 10px;
    }
}

@media (max-width: 575.98px) {
    .footer .footer-links-wrapper {
        flex-direction: column;
        align-items: center;
        gap: 4px;
    }

    .footer .footer-links-wrapper .separator {
        display: none;
    }

    .footer .botton-text-link {
        font-size: 12px;
        padding: 6px 16px;
        width: 100%;
        text-align: center;
    }
}

.footer .vi-logo {
    width: 40%;
    height: auto;
}

.footer .text {
    font-family: 'brooklyn', 'roboto';
    font-size: 13px;
    text-align: justify;
    line-height: 25px;
}

.footer .project-title {
    font-family: 'brooklyn-semibold';
    color: #BFA26A;
    font-size: 2rem;
}

.footer .location-icon {
    height: 20px;
    -o-object-fit: contain;
    object-fit: contain;
}

.footer .call-icon {
    width: 20px;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
}

.footer .call-number-text {
    font-family: 'brooklyn', 'roboto';
    font-size: 16px;
    padding: 0;
    margin: 0;
    margin-left: 10px;
}

.footer .location-text {
    font-family: 'brooklyn', 'roboto';
    font-size: 16px;
}

.footer .content-us-title {
    font-family: 'brooklyn-semibold', 'roboto';
    font-size: 15px;
    color: grey;
    padding: 0;
    margin: 0;
    margin-bottom: 15px;
}

.footer .social-icons {
    width: 30px;
    height: auto;
}

.footer .download-b {
    margin-top: 20px;
    background-color: transparent;
    border: 1px solid black;
    border-radius: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 15px;
    cursor: pointer;
}

.footer .download-b .icon {
    width: 15px;
    height: auto;
    margin-right: 10px;
}

.footer .download-b .text {
    color: black;
    font-family: 'brooklyn', 'roboto';
    font-size: 14px;
    padding: 0;
    margin: 0;
}

/*//////// footer style end////////////// */

.letstalk-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 4rem 0px;
}

.letstalk-container .internal-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.letstalk-container .internal-container .left-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 4rem;
    border-right: 2px solid #0C1E38;
    padding-top: 30px;
    padding-bottom: 30px;
}

.letstalk-container .internal-container .left-container .left-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.letstalk-container .internal-container .left-container .left-items .icon-container {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.letstalk-container .internal-container .left-container .left-items .icon-container .icon {
    width: 10rem;
    height: auto;
}

.letstalk-container .internal-container .left-container .left-items p {
    font-family: 'brooklyn-semibold', 'roboto';
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
}

.letstalk-container .internal-container .right-container {
    padding-left: 4rem;
    padding-top: 30px;
    padding-bottom: 30px;
}

.letstalk-container .internal-container .right-container .form-container {
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.letstalk-container .internal-container .right-container .form-container .book-title {
    font-family: 'brooklyn-heavy', 'roboto';
    font-size: 1.2rem;
    text-align: center;
    color: black;
}

.letstalk-container .internal-container .right-container .form-container .form-con {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #d2d6da;
    border-radius: 5px;
    padding: 5px 20px;
    position: relative;
    background-color: #f6f6f6;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.letstalk-container .internal-container .right-container .form-container .form-con .img-ico {
    width: 20px;
    height: auto;
}

.letstalk-container .internal-container .right-container .form-container .form-con .input-st {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: transparent;
    outline: none;
    border: 0px;
    padding: 10px 20px !important;
    font-family: 'brooklyn-semibold', 'roboto';
    font-size: 16px;
    color: black;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.letstalk-container .internal-container .right-container .form-container .form-con .drop-down-special {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="grey"><path d="M7 10l5 5 5-5z"/></svg>');
    /* Custom down arrow icon in SVG */
    background-repeat: no-repeat;
    background-position: right 10px top 50%;
    background-size: 16px;
}

.letstalk-container .internal-container .right-container .form-container .book-desc-container {
    width: 100%;
}

.letstalk-container .internal-container .right-container .form-container .book-desc-container .desclamer-container {
    position: relative;
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
}

.letstalk-container .internal-container .right-container .form-container .book-desc-container .desclamer-container .checkbox-container {
    padding: 0px 10px 0px 5px;
    /* Hide the browser's default checkbox */
    /* Create a custom checkbox */
    /* On mouse-over, add a grey background color */
    /* When the checkbox is checked, add a blue background */
    /* Create the checkmark/indicator (hidden when not checked) */
    /* Show the checkmark when checked */
    /* Style the checkmark/indicator */
}

.letstalk-container .internal-container .right-container .form-container .book-desc-container .desclamer-container .checkbox-container .container {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.letstalk-container .internal-container .right-container .form-container .book-desc-container .desclamer-container .checkbox-container .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.letstalk-container .internal-container .right-container .form-container .book-desc-container .desclamer-container .checkbox-container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
}

.letstalk-container .internal-container .right-container .form-container .book-desc-container .desclamer-container .checkbox-container .container:hover input~.checkmark {
    background-color: #ccc;
}

.letstalk-container .internal-container .right-container .form-container .book-desc-container .desclamer-container .checkbox-container .container input:checked~.checkmark {
    background-color: #0C1E38;
}

.letstalk-container .internal-container .right-container .form-container .book-desc-container .desclamer-container .checkbox-container .checkmark:after {
    content: '';
    position: absolute;
    display: none;
}

.letstalk-container .internal-container .right-container .form-container .book-desc-container .desclamer-container .checkbox-container .container input:checked~.checkmark:after {
    display: block;
}

.letstalk-container .internal-container .right-container .form-container .book-desc-container .desclamer-container .checkbox-container .container .checkmark:after {
    left: 8px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.letstalk-container .internal-container .right-container .form-container .book-desc-container .desclamer-container .collapsible-container {
    position: relative;
}

.letstalk-container .internal-container .right-container .form-container .book-desc-container .desclamer-container .collapsible-container .disclimer-text {
    font-family: 'brooklyn', 'roboto';
    font-size: 11px;
    font-weight: 300;
    text-align: left;
    padding: 0;
    margin: 0;
}

.letstalk-container .internal-container .right-container .form-container .book-desc-container .read-more-link {
    text-align: right;
    font-family: 'brooklyn', 'roboto';
    font-size: 10px;
    font-weight: 300;
    text-decoration: none;
    color: #0C1E38;
    width: 100%;
    cursor: pointer;
    padding: 0px;
    margin: 0px;
}

.letstalk-image-container:first-child::after {
    content: '';
    position: absolute;
    top: 10px;
    right: -5px;
    /* Adjust this value to position the line */
    height: 100%;
    width: 2px;
    /* Line thickness */
    background-color: #0C1E38;
    /* Line color */
    opacity: 0.3;
}

.letstalk-image-container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.letstalk-land {
    font-weight: 700;
    letter-spacing: 3px;
}

.letstalk-text-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 72%;
}

.facility-container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fffcef;
    padding-top: 100px;
    padding-bottom: 100px;
    background: url('../img/bg/facility_background.webp');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.facility-container::before {
    z-index: -1;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 239, 242, 0.4);
    /* Adjust the opacity */
}

.facility-container-line {
    color: #0C1E38;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'brooklyn-semibold', 'roboto';
    font-size: 24px;
}

.facility-specifications {
     font-family: "Poppins", sans-serif;
    color: #BFA26A;
    font-size: 2.5rem;
    line-height: 1.2;
}

.facility-container-line::before {
    content: 'Facilities';
    margin-right: 10px;
}

.facility-container-line::after {
    content: '';
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 1px;
    background-color: #0C1E38;
}

.facility-content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 10px;
}

.facility-content-item {
    font-family: 'brooklyn-semibold', 'roboto';
    padding: 20px;
    font-size: 30px;
    text-align: left;
    font-size: 20px;
    line-height: 30px;
}

.text-red {
    color: #BFA26A;
}

.facility-content-item-title {
    color: #BFA26A;
    font-family: 'brooklyn-bold', 'roboto';
    font-size: 20px;
    text-transform: uppercase;
    word-wrap: break-word;
}

.facility-content-item-text {
    font-family: 'brooklyn-semibold', 'roboto';
    font-size: 16px;
    padding: 0;
    margin: 0;
}

.nav-tabs .nav-link.active {
    border: 1px solid #0C1E38;
    color: #0C1E38;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 20px;
    background-color: transparent;
    border-radius: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}

.nav-tabs .nav-link.active .button-text {
    font-family: 'brooklyn-semibold', 'roboto';
    font-size: 15px;
    margin: 0px;
    color: #0C1E38;
}

.nav-tabs .nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 20px;
    background-color: transparent;
    border-radius: 10px;
    margin-bottom: 10px;
}

.nav-tabs .nav-link .button-text {
    font-family: 'brooklyn-semibold', 'roboto';
    font-size: 15px;
    margin: 0px;
    color: #7e7e7e;
}

.nav-tabs .nav-link:hover {
    opacity: 0.9;
}

.gallery-section .nav-pills .nav-link.active {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-family: 'brooklyn-semiBold', 'roboto';
    font-size: 1rem;
    padding: 15px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #0C1E38;
    color: white;
    cursor: pointer;
    border-radius: 0px;
}

.gallery-section .nav-pills .nav-link {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-family: 'brooklyn-semiBold', 'roboto';
    font-size: 1rem;
    padding: 15px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: black;
    background-color: #f6f6f6;
    cursor: pointer;
    border-radius: 0px;
}

@media screen and (min-width: 769px) {
    .gallery-section .tab-contaier {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 1rem;
    }
    .gallery-section .nav-pills .nav-link,
    .gallery-section .nav-pills .nav-link.active {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        min-width: 220px;
        padding: 12px 32px;
    }
}

.phone-link {
    text-decoration: none;
    color: black;
}

.phone-link:hover {
    color: #0C1E38;
}

.phone {
    font-family: 'brooklyn-semibold', 'roboto';
    font-size: 15px;
    padding: 0;
    margin: 0;
}

.video-img-box {
    height: 100%;
    width: 100%;
    position: relative;
    cursor: pointer;
}

.video-img-box::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    background-color: rgba(0, 0, 0, 0.3058823529);
    height: 100%;
    width: 100%;
}

.video-img-box-thumb {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-filter: blur(5px);
    filter: blur(5px);
}

.video-img-box:hover .video-img-box-play {
    height: 80px;
    width: 80px;
}

.video-img-box-play {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    fill: white;
    position: absolute;
    height: 70px;
    width: 70px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 100;
}

.privacy-policy-container {
    margin-top: 100px;
    margin-bottom: 50px;
}

.privacy-policy-container a {
    text-decoration: none;
    color: grey;
}

.privacy-policy-container a:hover {
    text-decoration: underline;
}

.privacy-policy-container .left-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.privacy-policy-container .left-container .title {
    font-family: 'brooklyn-bold', 'roboto';
    font-size: 25px;
    color: black;
    margin: 0;
    padding: 0;
}

.privacy-policy-container .right-container .heading {
    font-family: 'brooklyn-semibold', 'roboto';
    color: grey;
    font-size: 16px;
}

.privacy-policy-container .right-container .text {
    font-family: 'brooklyn', 'roboto';
    color: grey;
    font-size: 12px;
    margin: 0;
    padding: 0;
}

.form-container-modal {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px;
}

.form-container-modal .button-container {
    width: 80%;
}

.form-container-modal .model-title {
    font-family: 'brooklyn-semibold', 'roboto';
    font-size: 20px;
    text-align: center;
    padding: 0;
    margin: 0;
    padding-bottom: 20px;
}

.form-container-modal .close-button {
    position: absolute;
    right: 0;
    top: 0;
}

.form-container-modal .form-controller {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #d2d6da;
    border-radius: 5px;
    padding: 5px 20px;
    /* margin-bottom: 20px; */
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
}

.form-container-modal .form-controller .img-ico {
    width: 20px;
    height: auto;
}

.form-container-modal .form-controller .drop-down-special {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="grey"><path d="M7 10l5 5 5-5z"/></svg>');
    /* Custom down arrow icon in SVG */
    background-repeat: no-repeat;
    background-position: right 10px top 50%;
    background-size: 16px;
}

.form-container-modal .form-controller .input-st {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    outline: none;
    background-color: transparent;
    border: 0px;
    padding: 5px 20px;
    font-family: 'brooklyn', 'roboto';
    color: black;
    font-size: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-container-modal .form-controller .input-st::-webkit-input-placeholder {
    color: black;
    opacity: 1;
    /* Firefox */
    font-family: 'brooklyn', 'roboto';
    font-size: 16px;
}

.form-container-modal .form-controller .input-st::-moz-placeholder {
    color: black;
    opacity: 1;
    /* Firefox */
    font-family: 'brooklyn', 'roboto';
    font-size: 16px;
}

.form-container-modal .form-controller .input-st:-ms-input-placeholder {
    color: black;
    opacity: 1;
    /* Firefox */
    font-family: 'brooklyn', 'roboto';
    font-size: 16px;
}

.form-container-modal .form-controller .input-st::-ms-input-placeholder {
    color: black;
    opacity: 1;
    /* Firefox */
    font-family: 'brooklyn', 'roboto';
    font-size: 16px;
}

.form-container-modal .form-controller .input-st::placeholder {
    color: black;
    opacity: 1;
    /* Firefox */
    font-family: 'brooklyn', 'roboto';
    font-size: 16px;
}

.form-container-modal .desclamer-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 20px;
    padding-right: 20px;
}

.form-container-modal .desclamer-container .checkbox-container {
    padding: 2px 10px 0px 5px;
    /* Hide the browser's default checkbox */
    /* Create a custom checkbox */
    /* On mouse-over, add a grey background color */
    /* When the checkbox is checked, add a blue background */
    /* Create the checkmark/indicator (hidden when not checked) */
    /* Show the checkmark when checked */
    /* Style the checkmark/indicator */
}

.form-container-modal .desclamer-container .checkbox-container .container {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.form-container-modal .desclamer-container .checkbox-container .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.form-container-modal .desclamer-container .checkbox-container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
}

.form-container-modal .desclamer-container .checkbox-container .container:hover input~.checkmark {
    background-color: #ccc;
}

.form-container-modal .desclamer-container .checkbox-container .container input:checked~.checkmark {
    background-color: #0C1E38;
}

.form-container-modal .desclamer-container .checkbox-container .checkmark:after {
    content: '';
    position: absolute;
    display: none;
}

.form-container-modal .desclamer-container .checkbox-container .container input:checked~.checkmark:after {
    display: block;
}

.form-container-modal .desclamer-container .checkbox-container .container .checkmark:after {
    left: 8px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.form-container-modal .desclamer-container .collapsible-container {
    position: relative;
}

.form-container-modal .desclamer-container .collapsible-container .disclimer-text {
    font-family: 'brooklyn', 'roboto';
    font-size: 10px;
    font-weight: 300;
    text-align: left;
    padding: 0;
    margin: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.form-container-modal .desclamer-container .collapsible-container .read-more-link {
    text-align: right;
    font-family: 'brooklyn', 'roboto';
    font-size: 10px;
    font-weight: 300;
    text-decoration: none;
    color: #0C1E38;
    width: 100%;
    cursor: pointer;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0;
    margin: 0;
}

.form-container-modal .button-container .button-text {
    font-size: 13px;
}

.modal-content--custom {
    border: none;
    background-color: transparent;
}

.modal-content--custom .modal-header {
    border-bottom: 0;
}

.modal-content--custom .btn-close {
    margin-bottom: -87px;
    background-color: white;
    border-radius: 50%;
    z-index: 100;
}

.modal-video {
    height: 50vh;
}

@media screen and (max-width: 1200px) {
    .overview-section .internal-container .small-container-right,
    .overview-section .internal-container .small-container-left {
        padding-left: 0;
        padding-right: 0;
    }
    .overview-section__main.internal-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        grid-gap: 2rem;
    }
    .gallery-section .desc-text {
        width: 100%;
    }
    .position-section .internal-container,
    .letstalk-container .internal-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 1rem;
    }
    .position-section .internal-container .left-container,
    .position-section .internal-container .right-container,
    .letstalk-container .internal-container .left-container,
    .letstalk-container .internal-container .right-container {
        padding-right: 0;
        padding-left: 0;
        width: 100%;
    }
    .position-section .internal-container .main-desc {
        margin-bottom: 1rem;
    }
    .position-section .internal-container .right-container {
        text-align: center;
        border-left: 0;
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left;
    }
    .facility-container .facility-content {
        -ms-grid-columns: 1fr 1rem 1fr;
        grid-template-columns: 1fr 1fr;
        padding: 0;
        -webkit-column-gap: 1rem;
        -moz-column-gap: 1rem;
        column-gap: 1rem;
    }
    .facility-container .facility-content-item {
        padding-right: 0;
        padding-left: 0;
    }
    .letstalk-container .internal-container .left-container {
        border-right: 0;
    }
}

@media screen and (max-width: 992px) {
    .navbar .nav-item {
        text-align: left;
    }
    .side-button {
        display: none;
    }
    .hero-section {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: calc(100vh - 95px);
    }
    .hero-section .flex-1:first-child {
        display: none;
    }
    .hero-section .flex-1.hero-innter-container {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
    .position-section {
        padding: 60px 0;
    }
    .location-map-section .internal-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .location-map-section .internal-container .left-container {
        width: 100%;
    }
    .location-map-section .internal-container .left-container .player {
        width: 100%;
        height: 13rem;
    }
    .location-map-section .internal-container .right-container .map-image {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .form-wrap {
        margin-bottom: 50px;
    }
    .overview-section{
        padding-top: 0px;
        padding-bottom: 90px;
    }
    .hero-section {
        height: calc(100vh - 200px);
    }
    .hero-section .back-imgs .building {
        height: 80%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: -8rem 2rem;
        object-position: -8rem 2rem;
    }
    .overview-section__feature.internal-container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .overview-section__feature.internal-container .icon-item-container {
        width: 50%;
    }
    .video-section .player {
        height: 13rem;
    }
    .gallery-section .nav.nav-pills {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .gallery-section .nav.nav-pills .nav-link {
        min-width: 170px;
    }
    .gallery-section-contant {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .gallery-section-contant-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        gap: 1.5rem;
    }
    .gallery-section-contant__menu {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
        overflow-x: scroll;
    }
    .gallery-section-contant__menu .nav-link p {
        text-wrap: nowrap;
    }
    .position-section .internal-container .right-container {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        row-gap: 2rem;
    }
    .facility-container {
        padding: 60px 0;
    }
    .facility-container .facility-content {
        display: block;
    }
    .blueprint-section .internal-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .blueprint-section-floor .img-wrapper img {
        width: 100%;
    }
    .letstalk-container .internal-container .right-container {
        border-right: 0;
    }
    .letstalk-container .internal-container .right-container .form-container-row {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
        margin-top: 0 !important;
    }
    .letstalk-container .internal-container .right-container .form-container-row .form-con {
        width: 100%;
        margin-right: 0 !important;
        margin-bottom: 1rem;
    }
    .footer-main {
        text-align: center;
    }
    .footer-main-info {
        border-right: 0 !important;
        padding-right: 15px;
    }
    .footer-main-info__logos {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .footer-main-info .text {
        text-align: center;
    }
    .footer-main-info .copyright {
        display: none;
    }
    .footer-main-contact {
        padding-left: 15px;
    }
    .footer-main-contact.more-padding {
        padding-top: 0 !important;
    }
    .footer-main-contact-ct {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
        margin-bottom: 1rem;
        /* gap: 2rem; */
    }
    .footer-main-contact-ct .contact-info-one,
    .footer-main-contact-ct .contact-info-two {
        width: 100%;
    }
    .footer-main-contact-ct .contact-social {
        gap: 2rem;
    }
    .footer-main-contact-location {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .footer-main-contact-location img {
        margin-top: -18px;
    }
    .footer-main-contact-number {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .footer-main .scroll-to-top-container {
        display: none;
    }
}

@media screen and (max-width: 576px) {
    .hero-section .hero-innter-container .title {
        font-size: 40px;
        padding: 0 15px;
        margin-top: -150px;
    }
    .hero-section .hero-innter-container .desc {
        font-size: 15px;
    }
    .hero-section .back-imgs .building {
        height: 58%;
        -o-object-position: -5rem 2rem;
        object-position: -5rem 2rem;
    }
    .navbar-brand img {
        width: 150px;
    }
    .navbar .call-button {
        padding: 2px 10px;
    }
    .navbar .call-button .button-text {
        font-size: 12px;
    }
    .navbar-collapse .navbar-nav {
        padding: 1.5rem 1rem;
    }
    .blueprint-section-plan1__pill {
        width: 100%;
    }
    .blueprint-section-plan1__pills {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
        gap: 10px;
        -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
        justify-content: stretch;
    }
    .blueprint-section-floor__pills {
        gap: 10px;
    }
    .blueprint-section-floor__pills li,
    .blueprint-section-floor__pills li button {
        width: 100%;
    }
}

@media screen and (max-width: 430px) {
    .hero-section .back-imgs .building {
        -o-object-position: -3rem 2rem;
        object-position: -3rem 2rem;
    }
    .enlarge-btn {
        max-width: 20rem;
        width: 50%;
    }
    .enlarge-btn .text {
        font-size: 12px;
    }
    .enlarge-btn .imgs {
        width: 15px !important;
        height: 15px;
        margin-right: 5px;
        -o-object-fit: contain;
        object-fit: contain;
    }
    .small-center {
        left: 50%;
        -webkit-transform: translate(-50%, 15px);
        transform: translate(-50%, 15px);
    }
}

@media screen and (max-width: 380px) {
    .call-button {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        padding: 8px 10px !important;
    }
    .button-text {
        font-family: 'brooklyn-semibold', 'roboto';
        font-size: 10px !important;
        margin: 0px;
        color: white;
    }
    img.logo {
        width: 65px;
        height: auto;
    }
    .overview-section .internal-container .flat-desc-container .flat-desc-item .title {
        font-size: 1.5rem;
    }
    .overview-section .internal-container .flat-desc-container .flat-desc-item .desc {
        font-size: 1rem;
    }
}

@media screen and (min-width: 576px) {
    .icon-container--project .icon {
        width: 15rem !important;
    }
}

#kenytChatBubble.style1 {
    bottom: 63px !important;
    margin-right: 2px !important;
}
.form-error{
    display: none;
    color: rgb(234, 12, 12);
}
.input-group1{
    margin-bottom: 20px;
}
#pageloader {
  background: rgba(255, 255, 255, 0.9);
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 9999999;
  top: 0;
}

#pageloader img {
  left: 50%;
  width: 100px;
  margin-left: -32px;
  margin-top: -32px;
  position: absolute;
  top: 50%;
}

 /* chatbot  */


 #kenytChatBubble{
   margin-bottom: 3px !important;
 }

/* About Us Section */
.aboutus-section {
    padding: 80px 0;
    background: #faf8f4;
}

.aboutus-section .title-container {
    display: flex;
    flex-direction: column;
}

.aboutus-section .title-container .main-title-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.aboutus-section .title-container .main-title-container .little-title {
    font-family: 'brooklyn-semibold', 'roboto';
    font-size: 1.2rem;
    color: #BFA26A;
    padding: 0;
    margin: 0;
    margin-right: 15px;
}

.aboutus-section .title-container .main-title-container .little-hr {
    border: 1px solid #BFA26A;
    width: 100%;
    opacity: 1;
}

.aboutus-section .title-container .little-desc {
     font-family: "Poppins", sans-serif;
    font-size: 2.5rem;
    color: #0C1E38;
    text-align: center;
}

.aboutus-content {
    max-width: 900px;
    margin: 30px auto 50px;
    text-align: center;
}

.aboutus-text {
    font-family: 'brooklyn', 'roboto';
    font-size: 1.05rem;
    line-height: 1.8;
    color: #444;
    text-align: justify;
}

.aboutus-text strong {
    color: #BFA26A;
}

.aboutus-highlights {
    margin-top: 10px;
}

.aboutus-card {
    text-align: center;
    padding: 40px 25px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    border-bottom: 3px solid transparent;
}

.aboutus-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 30px rgba(12, 30, 56, 0.15);
    border-bottom: 3px solid #0C1E38;
}

.aboutus-card-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0C1E38, #1A2F4F);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.aboutus-card-icon i {
    font-size: 28px;
    color: #fff;
}

.aboutus-card-title {
    font-family: 'brooklyn-semibold', 'roboto';
    font-size: 1.15rem;
    color: #1a1a1a;
    margin-bottom: 12px;
}

.aboutus-card-text {
    font-family: 'brooklyn', 'roboto';
    font-size: 0.95rem;
    color: #666;
    line-height: 1.6;
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .aboutus-section {
        padding: 50px 0;
    }

    .aboutus-section .title-container .little-desc {
        font-size: 1.8rem;
    }

    .aboutus-card {
        margin-bottom: 20px;
    }
}

/* Desktop Fixed Enquire Now Button */
.web-enquire-btn {
    position: fixed;
    left: 20px;
    bottom: 30px;
    background: #0C1E38;
    color: #fff;
    padding: 14px 28px;
    border-radius: 10px;
    cursor: pointer;
    z-index: 9999;
    font-size: 16px;
    font-family: 'brooklyn', sans-serif;
    display: flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 4px 15px rgba(12, 30, 56, 0.4);
    animation: enquirePulse 2s ease-in-out infinite;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.web-enquire-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 25px rgba(12, 30, 56, 0.6);
    animation: none;
}

@keyframes enquirePulse {
    0% {
        box-shadow: 0 4px 15px rgba(12, 30, 56, 0.4);
        transform: scale(1);
    }
    50% {
        box-shadow: 0 4px 30px rgba(12, 30, 56, 0.8);
        transform: scale(1.05);
    }
    100% {
        box-shadow: 0 4px 15px rgba(12, 30, 56, 0.4);
        transform: scale(1);
    }
}

@media (max-width: 768px) {
    .web-enquire-btn {
        display: none;
    }
}

/* Mobile Fixed Bottom CTA Bar */
.mob-cta {
    display: none;
}

@media (max-width: 768px) {
    .mob-cta {
        display: block !important;
    }

    .mob-btn {
        background: #0C1E38;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        display: flex;
        width: 100%;
        padding: 10px 0;
        justify-content: space-around;
        align-items: center;
        z-index: 9999;
    }

    .mob-btn-item {
        font-size: 14px;
        color: #fff;
        cursor: pointer;
        display: flex;
        align-items: center;
        gap: 6px;
        font-family: 'brooklyn', sans-serif;
    }

    .mob-btn-item a {
        color: #fff;
        text-decoration: none;
        display: flex;
        align-items: center;
        gap: 6px;
    }

    .mob-btn-divider {
        height: 24px;
        background-color: #fff;
        width: 1px;
    }

    #kenytChatBubble {
        margin-bottom: 50px !important;
    }
}

/* Magnific Popup image size */
.mfp-img {
    max-height: 80vh !important;
    max-width: 80vw !important;
    object-fit: contain;
}

.mfp-figure figure {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* ========== Privacy Policy Modal Start ========== */

.pp-modal-content {
    border: none;
    border-radius: 12px;
    overflow: hidden;
}

.pp-modal-header {
    background-color: #BFA26A;
    padding: 24px 30px;
    border-bottom: none;
}

.pp-modal-title {
    font-weight: 700;
    letter-spacing: 0.5px;
    margin: 0;
}

.pp-modal-body {
    padding: 30px;
    font-size: 15px;
    line-height: 1.8;
    color: #333;
    max-height: 70vh;
    overflow-y: auto;
}

.pp-section-title {
    color: #BFA26A;
    font-weight: 700;
    margin-top: 24px;
    margin-bottom: 10px;
    border-left: 4px solid #0C1E38;
    padding-left: 12px;
}

.pp-link {
    color: #0C1E38;
    font-weight: 600;
    text-decoration: none;
}

.pp-link:hover {
    color: #BFA26A;
    text-decoration: underline;
}

.pp-list {
    padding-left: 20px;
}

.pp-list li {
    margin-bottom: 8px;
}

.pp-contact-box {
    background-color: #fffcef;
    padding: 16px 20px;
    border-radius: 8px;
    margin-top: 10px;
    border: 1px solid #0C1E38;
}

.pp-modal-footer {
    border-top: 1px solid #eee;
    padding: 16px 30px;
    background-color: #f6f6f6;
}

.pp-close-btn {
    background-color: #BFA26A;
    color: #fff;
    padding: 8px 28px;
    border-radius: 6px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.pp-close-btn:hover {
    background-color: #8A7340;
    color: #fff;
}

@media (max-width: 575px) {
    .pp-modal-header {
        padding: 18px 20px;
    }

    .pp-modal-body {
        padding: 20px;
        font-size: 14px;
        line-height: 1.7;
    }

    .pp-modal-footer {
        padding: 12px 20px;
    }
}

/* ========== Privacy Policy Modal End ========== */
@media (min-width: 768px)  {
  .w-only-md-100 {
    width: 100% !important;
  }
}
.blur-img{
    filter: blur(6px);

    border: 2px solid #1A2F4F;
}

/* ========== Form Wrap (Enquire Now) ========== */
.form-wrap {
    background: linear-gradient(145deg, #fffcef, #fcf7f2);
    border: 1px solid rgba(12, 30, 56, 0.25);
    border-radius: 16px;
    padding: 35px 30px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08), 0 2px 8px rgba(12, 30, 56, 0.1);
    position: relative;
    overflow: hidden;
}

.form-wrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #BFA26A, #0C1E38);
    border-radius: 16px 16px 0 0;
}

.form-wrap .model-title {
    font-family: 'brooklyn-semibold', 'roboto';
    font-size: 22px;
    text-align: center;
    color: #BFA26A;
    padding: 0;
    margin: 0 0 25px 0;
    letter-spacing: 1.5px;
}

.form-wrap .input-group1 {
    margin-bottom: 16px;
}

.form-wrap .form-controller {
    display: flex;
    flex-direction: row;
    align-items: center;
    border: 1px solid #d2d6da;
    border-radius: 8px;
    padding: 6px 16px;
    background-color: #fff;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    margin-right: 0 !important;
}

.form-wrap .form-controller:focus-within {
    border-color: #0C1E38;
    box-shadow: 0 0 0 3px rgba(12, 30, 56, 0.12);
}

.form-wrap .form-controller .img-ico {
    width: 18px;
    height: auto;
    opacity: 0.55;
    flex-shrink: 0;
}

.form-wrap .form-controller .input-st {
    flex: 1;
    outline: none;
    background-color: transparent;
    border: 0;
    padding: 8px 14px;
    font-family: 'brooklyn', 'roboto';
    color: #333;
    font-size: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-wrap .form-controller .input-st::placeholder {
    color: #999;
    font-family: 'brooklyn', 'roboto';
    font-size: 14px;
}

.form-wrap .form-controller .input-st::-webkit-input-placeholder {
    color: #999;
    font-family: 'brooklyn', 'roboto';
    font-size: 14px;
}

.form-wrap .form-controller .input-st::-moz-placeholder {
    color: #999;
    font-family: 'brooklyn', 'roboto';
    font-size: 14px;
}

.form-wrap .form-error {
    display: none;
    color: rgb(234, 12, 12);
    font-size: 12px;
    margin-top: 4px;
    padding-left: 16px;
}

.form-wrap .desclamer-container {
    display: flex;
    flex-direction: row;
    text-align: center;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 18px;
    padding-right: 10px;
}

.form-wrap .desclamer-container .checkbox-container {
    margin-right: 8px;
    margin-top: 2px;
}

.form-wrap .desclamer-container .checkbox-container .container {
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    padding-left: 22px;
    height: 18px;
}

.form-wrap .desclamer-container .checkbox-container .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.form-wrap .desclamer-container .checkbox-container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #eee;
    border-radius: 3px;
    transition: background-color 0.2s ease;
}

.form-wrap .desclamer-container .checkbox-container .container:hover input~.checkmark {
    background-color: #ccc;
}

.form-wrap .desclamer-container .checkbox-container .container input:checked~.checkmark {
    background-color: #0C1E38;
}

.form-wrap .desclamer-container .checkbox-container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.form-wrap .desclamer-container .checkbox-container .container input:checked~.checkmark:after {
    display: block;
}

.form-wrap .desclamer-container .checkbox-container .container .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.form-wrap .desclamer-container .collapsible-container {
    flex: 1;
}

.form-wrap .desclamer-container .collapsible-container .disclimer-text {
    font-family: 'brooklyn', 'roboto';
    font-size: 11px;
    color: #666;
    margin: 0;
    line-height: 1.5;
}

.form-wrap .desclamer-container .collapsible-container .read-more-link {
    font-family: 'brooklyn-semibold', 'roboto';
    font-size: 11px;
    color: #0C1E38;
    cursor: pointer;
    margin: 0;
}

.form-wrap .button-container {
    width: 100%;
}

.form-wrap .secondary-button {
    background: linear-gradient(135deg, #0C1E38, #1A2F4F);
    padding: 12px 30px;
    border-radius: 8px;
    border: 0;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.form-wrap .secondary-button:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 15px rgba(12, 30, 56, 0.35);
    opacity: 1;
}

.form-wrap .secondary-button .button-text {
    font-family: 'brooklyn-semibold', 'roboto';
    font-size: 13px;
    margin: 0;
    color: white;
    letter-spacing: 1px;
}

/* Form Wrap Responsive */
@media (max-width: 767px) {
    .form-wrap {
        padding: 28px 20px;
        border-radius: 12px;
        margin-top: 30px;
    }

    .form-wrap .model-title {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .form-wrap .form-controller {
        padding: 5px 12px;
    }

    .form-wrap .form-controller .input-st {
        font-size: 14px;
        padding: 7px 10px;
    }

    .form-wrap .secondary-button {
        padding: 11px 20px;
    }
}

@media (max-width: 575px) {
    .form-wrap {
        padding: 24px 16px;
        margin-top: 25px;
    }

    .form-wrap .model-title {
        font-size: 16px;
        letter-spacing: 1px;
        margin-bottom: 18px;
    }

    .form-wrap .input-group1 {
        margin-bottom: 12px;
    }

    .form-wrap .form-controller .input-st {
        font-size: 13px;
    }

    .form-wrap .form-controller .input-st::placeholder {
        font-size: 13px;
    }

    .form-wrap .desclamer-container .collapsible-container .disclimer-text {
        font-size: 10px;
    }
}
/* ========== Form Wrap End ========== */
.book-title {
    margin-bottom: 30px
}
.floor-btn-wrap .enlarge-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    bottom: unset;
    transform: translate(-50%, -50%);
    background-color: #0C1E38;
}
.floor-btn-wrap .enlarge-btn p{
    color: #fff !important;
    font-weight: 500;
}

/* Project Snapshot (replaces DEVELOPED BY / LAND OWNED BY logos in contact section) */
.project-snapshot {
    width: 100%;
    padding: 10px 0;
}

.project-snapshot__head {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 22px;
}

.project-snapshot__name {
    font-family: "Poppins", sans-serif;
    font-size: 2.6rem;
    font-weight: 600;
    letter-spacing: 0.25rem;
    color: #0C1E38;
    margin: 0;
    line-height: 1;
}

.project-snapshot__rule {
    display: block;
    width: 80px;
    height: 2px;
    background: linear-gradient(90deg, #BFA26A 0%, rgba(191, 162, 106, 0.2) 100%);
    margin: 12px 0 10px;
    border-radius: 2px;
}

.project-snapshot__sub {
    font-family: 'brooklyn-semibold', 'roboto';
    font-size: 0.95rem;
    letter-spacing: 0.1rem;
    color: #BFA26A;
    text-transform: uppercase;
    margin: 0;
}

.project-snapshot__tagline {
    font-family: "Poppins", sans-serif;
    font-size: 1.05rem;
    color: #0C1E38;
    line-height: 1.55;
    margin: 0 0 26px;
    font-weight: 400;
}

.project-snapshot__stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px 20px;
    margin-bottom: 26px;
}

.project-snapshot__stat {
    display: flex;
    flex-direction: column;
    padding: 12px 14px;
    border-left: 3px solid #BFA26A;
    background: rgba(191, 162, 106, 0.06);
    border-radius: 0 4px 4px 0;
}

.project-snapshot__stat-value {
    font-family: "Poppins", sans-serif;
    font-size: 1.05rem;
    font-weight: 600;
    color: #0C1E38;
    line-height: 1.2;
    margin-bottom: 4px;
}

.project-snapshot__stat-label {
    font-family: 'brooklyn-semibold', 'roboto';
    font-size: 0.75rem;
    letter-spacing: 0.05rem;
    color: #4a5568;
    text-transform: uppercase;
}

.project-snapshot__quote {
    font-family: "Poppins", sans-serif;
    font-style: italic;
    font-size: 1rem;
    color: #0C1E38;
    margin: 0;
    padding-top: 18px;
    border-top: 1px solid rgba(12, 30, 56, 0.12);
    line-height: 1.5;
}

@media (max-width: 991px) {
    .project-snapshot {
        padding: 0;
        text-align: left;
    }
    .project-snapshot__name {
        font-size: 2.2rem;
    }
    .project-snapshot__stats {
        gap: 14px;
    }
    .project-snapshot__stat {
        padding: 10px 12px;
    }
    .project-snapshot__stat-value {
        font-size: 0.95rem;
    }
}

@media (max-width: 575px) {
    .project-snapshot__stats {
        grid-template-columns: 1fr;
    }
}
