.cluster-plan-image {
    max-width: 900px;
    margin: 0 auto;
}

.know-more-btn {
    margin: 25px auto 0;
}

.banner-text-overlay {
    position: absolute;
    bottom: 120px;
    left: 60px;
    top: auto;
    transform: none;
    z-index: 10;
}

.price-details{
    max-width: 500px;
    margin: 0 auto;
}

@media (max-width: 767px) {

    .banner-text-overlay {
        top: 42%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 90%;
        margin: 0;
    }

    .banner-text-overlay h1 {
        text-align: center;
    }

    .glass-banner {
        width: 100%;
        justify-content: center;
    }
}


* {
    font-family: 'Hanken Grotesk', sans-serif;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li {
    padding: 0;
    margin: 0;
}

.container-fluid {
    overflow: hidden;
}

.container,
.container-fluid {
    padding: 0 !important;
}

/* .container {z-index: 1;} */

body.modal-open {
    padding-right: 0px !important;
    overflow: hidden;
}



@font-face {
    font-family: Freight;
    src: url("../fonts/Freight/Freight-Big-Pro-Book-.otf");
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: Freight;
    src: url("../fonts/Freight/Freight-Disp-Pro-Light.otf");
    font-weight: 300;
    font-display: swap;
}



/* Root Css */

:root {
    --dropkicker: 'Hanken Grotesk', sans-serif;
    --montserrat: 'Hanken Grotesk', sans-serif;
    --freight: 'Hanken Grotesk', sans-serif;
    --primary-color: #2B4C7E;
}

.glass-banner {
    background: rgba(0, 0, 0, .35);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);

    border: none;
    box-shadow: none;

    border-radius: 0;

    padding: 18px 25px;
    width: 90%;
    max-width: 1100px;
}

.banner-text-overlay {
    position: absolute;
    left: 10px;
    bottom: 60px;
    top: auto;
    transform: none;
    z-index: 10;
    width: auto;
    max-width: 900px;
}



/* Common Css */


body {
    background-color: #FFF;
}

h3 {
    font-family: var(--dropkicker)
}

h1,
h2,
h4,
h5,
h6 {
    font-family: var(--freight);
}

body,
p,
a {
    font-family: var(--montserrat);
}

.pt-50 {
    padding-top: 50px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-70 {
    padding-top: 70px;
}

.p-60 {
    padding: 40px 0 60px;
}

.p-80 {
    padding: 70px 0 40px;
}

.p-100 {
    padding: 70px 0px 80px;
}

a {
    text-decoration: none !important;
}



p {
    letter-spacing: 1px;
    font-size: 13px;
    line-height: 26px;
}



.section-heading {
    position: relative;
    text-align: center;
    width: fit-content;
    margin: auto;
    padding: 0 50px;
    margin-bottom: 50px;
}

.section-heading::before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
    width: 100%;
    height: 30%;
    content: '';
    background: url('../images/bg/text-underline.svg') no-repeat center bottom;
    background-size: 100%;
    filter: brightness(0) saturate(100%) invert(32%) sepia(21%) saturate(1908%) hue-rotate(185deg) brightness(91%) contrast(89%);
}

.section-heading h2 {
    color: var(--primary-color);
    font-weight: 300;
    letter-spacing: 2px;
    font-size: 32px;
    line-height: 38px;
}



.section-subheading h4 {
    text-align: center;
    letter-spacing: 2.5px;
    width: 70%;
    margin: auto;
    color: #1A365D;
    font-size: 26px;
    font-weight: 300;
}

.section-subheading.dark-color h4 {
    color: #1A365D;
    letter-spacing: 3px;
    font-size: 32px;
    font-weight: 400;
}





/* a:hover{color: #fff !important;} */



/* Title head section */

.heading-section {
    text-align: center;
    position: relative;
    z-index: 99;
}

.heading-section .title-head {
    font-size: 28px;
    letter-spacing: 4px;
    line-height: 50px;
    margin: 0;
}

.heading-section .title-subhead {
    width: 50%;
    letter-spacing: 2px;
    color: var(--green-color);
    font-weight: 400;
    line-height: 35px;
    padding-top: 25px;
    margin: auto;
    font-size: 18px;
}



/* Navbar Section */

header.header {
    position: absolute;
    z-index: 999;
    width: 100%;
}

.header nav.navbar {
    width: 100%;
    justify-content: center;
    min-height: auto;
    /* display: none; */
}

.navbar.fixed {
    display: block !important;
}

.navbar.fixed nav.navbar {
    min-height: 110px;
}

button.nav-toggler {
    background: transparent;
    border: none;
}

img.nav-toggler.hamburger-icon {
    width: 30px;
}

.header a.banner-query-btn {
    text-decoration: none;
    color: #000;
    background: #fff;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 12px;
    letter-spacing: 1px;
    cursor: pointer;
}

.header a.banner-query-btn:hover {
    color: #000;
}

.header .project-logo {
    width: 120px;
    /* position: absolute; */
    left: unset;
    top: 65%;
    /* transform: translateY(-50%); */
}



.navbar-brand {
    padding: 0;
    margin: 0;
}

.project-logo.logo-light {
    display: none;
    /* filter: invert(1); */
}

.navbar.fixed .project-logo.logo-dark {
    display: block;
}

.navbar.fixed .project-logo.logo-light {
    /* display: none; */
    filter: none;
}

.navbar.fixed .openmenu img {
    filter: none;
}

.navbar.fixed {
    position: fixed;
    top: 0;
    background: #f8f4f0;
    transition: all .4s ease-in-out;
    z-index: 99;
    box-shadow: rgba(181, 181, 181, 0.7) 0 8px 6px -6px
}

.navbar.fixed .project-logo {
    width: 100px;
}

.navbar.fixed .openmenu {
    padding: 10px 28px;
}



.navbar.fixed a.banner-query-btn {
    text-decoration: none;
    color: #000;
    background: transparent;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 11px;
    letter-spacing: 1px;
    border: 1px solid #14693c;
    cursor: pointer;
}

.navbar.fixed a.banner-query-btn:hover {
    color: #000 !important;
}



.navbar .menu-dark {
    display: none;
}

.navbar .menu-light {
    display: block;
}

.navbar.fixed .menu-dark {
    display: block;
}

.navbar.fixed .menu-light {
    display: none;
}



.navbar .call-dark {
    display: none;
}

.navbar .call-light {
    display: block;
}

.navbar.fixed .call-dark {
    display: block;
}

.navbar.fixed .call-light {
    display: none;
}



.closemenu {
    display: none;
}

.openmenu {
    cursor: pointer;
    color: #222;

    letter-spacing: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    /* border: 1px solid #fff; */
    padding: 11px 28px;
    /* border-radius: 50px; */
    font-size: 21px;
}

.openmenu img {
    width: 26px;
    /* filter: invert(1); */
}



.closemenu {
    width: 18px;
}

.mobile-open .closemenu {
    display: block;
    position: absolute;
    right: 30px;
    top: 60px;
    padding: 10px;
    width: 36px;
    z-index: 999;
    cursor: pointer;
    transition: 0.3s ease-in;
    border: 1px solid;
    border-radius: 50%;
}

.mobile-open .openmenu {
    display: none;
}

.menu_section {
    position: fixed;
    max-width: 510px;
    right: -100%;
    top: 0;
    bottom: 0;
    z-index: 9;
    background: #fdfcee;
    transition: .7s ease-in-out;
    height: 100%;
    width: 100%;
    border-left: 1px solid #cac19e;
    overflow-y: scroll !important;
    overflow-x: hidden !important;
    z-index: 9999999;
}

.menu_logo img {
    width: 160px;
    padding: 20px;
}

.menu_logo {
    text-align: center;
}

.menu_section ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.menu_section ul li a {
    text-decoration: none;
    font-size: 13px;
    font-weight: 400;
    line-height: 15.03px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.menu_section ul li a:hover {
    color: #000 !important;
}

.menu_in ul li a.closemenu {
    width: 100%;
}

.menu_section ul li {
    padding: 15px 0 10px;
    border-bottom: 1px solid #00000038
}

.menu_location p {
    font-size: 12px;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 1.4px;
}

.menu_location p img.map {
    filter: invert(1);
    width: 11px;
    margin-right: 5px;
}

.mobile-open .mobile-trigger {
    cursor: pointer;
    display: block;
    height: auto;
    line-height: normal;
    padding: 0;
    position: relative;
    right: -185px;
    width: auto;
    z-index: 99999
}

/* .mobile-trigger{cursor:pointer;display:block;height:auto;line-height:normal;padding:0;position:relative;right:15px;width:auto;z-index:99999} */

.mobile-trigger i,
.mobile-trigger i::after,
.mobile-trigger i::before {
    position: relative;
    top: 0;
    background-color: var(--primary-color);
    border-radius: 1px;
    display: block;
    height: 2px;
    width: 30px
}

.mobile-trigger i::after,
.mobile-trigger i::before {
    content: "";
    position: absolute
}

.mobile-trigger i::before {
    top: -10px
}

.mobile-trigger i::after {
    top: 10px
}

.mobile-open .mobile-trigger i::before {
    background-color: var(--primary-color);
    bottom: 0;
    top: 0;
    transform: rotate(-45deg);
    transition: bottom .3s cubic-bezier(0.23, 1, 0.32, 1), transform .3s cubic-bezier(0.23, 1, 0.32, 1) .3s
}

.mobile-open .mobile-trigger i::after {
    background-color: var(--primary-color);
    top: 0;
    transform: rotate(45deg);
    transition: top .3s cubic-bezier(0.23, 1, 0.32, 1), transform .3s cubic-bezier(0.23, 1, 0.32, 1) .3s
}

.mobile-open .mobile-trigger i {
    background-color: transparent
}

.menu_section {
    position: fixed;
    max-width: 510px;
    right: -100%;
    top: 0;
    bottom: 0;
    z-index: 9;
    background: #FFFFFF;
    transition: .7s ease-in-out;
    height: 100%;
    width: 100%;
    border-left: 1px solid #2B4C7E;
    overflow-y: scroll !important;
    overflow-x: hidden !important;
}

.mobile-open .menu_section {
    right: 0;
}

.menu_section .menu_in {
    padding: 20px 60px;
    position: relative;
    padding-top: 30px;
}

.menu_section .absLogo {
    content: '';
    position: absolute;
    bottom: -21%;
    right: -2%;
    height: 55%;
    width: 34%;
    z-index: -1;
    rotate: 288deg;
    opacity: 11%
}

.menu_section .absLogo img {
    height: 100%
}



.navbar-socila-links {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 25px;
    padding: 18px 0;
}

/* .navbar-socila-links .social_icon img {filter: invert(1) brightness(100);} */

.menu-section {
    display: flex;
    justify-content: center;
    column-fill: balance;
    align-items: center;
    gap: 10px;
}

.banner-call-section {
    padding: 8px 22px;
    border-radius: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
}

.banner-call-section img {
    width: 22px;
}

.banner-call-section .navbar-query-btn {
    position: relative;
    border: 1px solid #000;
    font-weight: 600;
}

.navbar.fixed .banner-call-section .navbar-query-btn {
    border: 1px solid #000;
    color: #000 !important;
}


.banner-call-section .navbar-query-btn span {
    color: #000000;
    font-size: 14px;
    letter-spacing: 1px;
}



.navbar.fixed .banner-call-section .navbar-query-btn span {
    color: #000000;
    font-weight: 500;
}


a.navbar-call-btn {
    text-decoration: none;
    color: #000;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 400
}

a.navbar-call-btn:hover {
    color: #000;
}

.navbar.fixed .banner-call-section {
    padding: 7px 16px;
    border-radius: 60px;
    background: transparent;
}





/* Banner Section */

.banner-section .banner-img {
    height: 100dvh;
    /* object-fit: cover; */
    position: relative;
}

.banner-container {
    position: relative;
}

.banner-section .carousel-inner::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.banner-content {
    position: absolute;
    bottom: 5%;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 60px 0;
    flex-direction: column;
    align-items: center;
    left: 50%;
    transform: translateX(-50%);
    gap: 40px;
}



.banner-typology {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}

.banner-typology img {
    width: 170px;
}

.banner-typology p {
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
}

.banner-section {
    position: relative;
}



.banner-pricing-section {
    position: absolute;
    bottom: 15%;
    left: 20%;
}

.banner-pricing-section .banner-price {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.banner-pricing-section .banner-price .ban-pr h3 {
    color: var(--primary-color);
    font-size: 22px;
    letter-spacing: 3px;
    line-height: 36px;
    font-weight: 400;
}



.banner-typology {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 25px;
}

.banner-typology img {
    width: 170px;
}

.banner-typology p {
    color: #fff;
    font-size: 16px;
    letter-spacing: 1.5px;
    width: 80%;
    text-align: center;
    font-weight: 300;
}

.banner-pricing-section .banner-price img {
    height: 210px;
}

.banner-pricing-section .banner-price .ban-pr {
    text-align: center;
}

.banner-pricing-section .banner-price .ban-pr h3 span.price-value {
    font-size: 38px;
    letter-spacing: 4px;
}

.banner-pricing-section .banner-price .ban-pr h3 span.wards {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 3px;
}



.banner-typology-section {
    position: absolute;
    bottom: 15%;
    right: 20%;
}

.banner-typo {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}

.banner-typology-section .banner-typo img {
    height: 210px;
}

.banner-typology-section .banner-typo .ban-pr {
    text-align: center;
}

.banner-typology-section .banner-typo .ban-pr h3 {
    color: var(--primary-color);
    font-size: 22px;
    letter-spacing: 3px;
    line-height: 36px;
    font-weight: 400;
}



.banner-tagline {
    position: relative;
    width: fit-content;
}

.banner-tagline::before {
    position: absolute;
    left: -30px;
    top: 0;
    width: 15px;
    height: 100%;
    content: "";
    background: url('/images/bg/banner-gradient.png') no-repeat;
}

.banner-tagline::after {
    position: absolute;
    right: -30px;
    top: 0;
    width: 15px;
    height: 100%;
    content: "";
    background: url('/images/bg/banner-gradient.png') no-repeat;
    transform: rotate(180deg);
}

.banner-tagline .tagline {
    font-size: 22px;
    letter-spacing: 3px;
    font-weight: 300;
    color: var(--primary-color);
    padding-top: 0px;
}







.banner-new-design {
    position: absolute;
    bottom: 3%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
    width: 82%;
}

.banner-new-design .banner_logo {
    margin: auto;
    display: block;
    width: 170px;
    filter: unset;
}

.banner-new-design .address {
    color: #ffffff;
    letter-spacing: 2px;
    font-weight: 300;
    text-align: center;
    padding: 25px 0;
    font-size: 20px;
    font-variant: lining-nums;
}

.banner-new-design .banner-details {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    border: 1px solid var(--primary-color);
    z-index: 99;
    background: #00000047;
    backdrop-filter: blur(20px);
    border-radius: 5px;
}

.banner-new-design .banner-details div:not(:last-child) {
    border-right: 1px solid var(--primary-color);
}



.banner-new-design .banner-details .banner-status,
.banner-new-design .banner-details .banner-typology,
.banner-new-design .banner-details .banner-price,
.banner-new-design .banner-details .banner-plan {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    padding: 20px 5px;
    position: relative;
    transition: 0.4s ease-in;
}



.banner-new-design .banner-details .banner-status h5,
.banner-new-design .banner-details .banner-typology h5,
.banner-new-design .banner-details .banner-price h5,
.banner-new-design .banner-details .banner-plan h5 {
    color: #fff;
    letter-spacing: 2px;
    font-weight: 300;
    font-size: 14px;
    padding-bottom: 10px;
    font-family: var(--montserrat);
    font-weight: 500;
}



.banner-new-design .banner-details .banner-status h5::after,
.banner-new-design .banner-details .banner-typology h5::after,
.banner-new-design .banner-details .banner-price h5::after,
.banner-new-design .banner-details .banner-plan h5::after {
    position: absolute;
    content: "";
    width: 170px;
    height: 1px;
    top: 50%;
    left: 50%;
    background: var(--primary-color);
    transform: translateX(-50%);
}



.banner-new-design .banner-details .banner-status h4,
.banner-new-design .banner-details .banner-typology h4,
.banner-new-design .banner-details .banner-price h4,
.banner-new-design .banner-details .banner-plan h4 {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
    text-align: center;
    font-family: var(--montserrat);
}



.banner-new-design .banner-details .banner-status,
.banner-new-design .banner-details .banner-price,
.banner-new-design .banner-details .banner-plan {
    flex: 1;
}

.banner-new-design .banner-details .banner-typology {
    flex: 1.8;
}



.banner-new-design .banner-details .banner-status:hover,
.banner-new-design .banner-details .banner-typology:hover,
.banner-new-design .banner-details .banner-price:hover,
.banner-new-design .banner-details .banner-plan:hover {
    background: #e7dbcf;
}

.banner-new-design .banner-details .banner-status:hover h5::after,
.banner-new-design .banner-details .banner-typology:hover h5::after,
.banner-new-design .banner-details .banner-price:hover h5::after,
.banner-new-design .banner-details .banner-plan:hover h5::after {
    background: #181818;
}

.banner-new-design .banner-details .banner-status:hover h5,
.banner-new-design .banner-details .banner-typology:hover h5,
.banner-new-design .banner-details .banner-price:hover h5,
.banner-new-design .banner-details .banner-plan:hover h5 {
    color: #000;
    font-weight: 500;
}

.banner-new-design .banner-details .banner-status:hover h4,
.banner-new-design .banner-details .banner-typology:hover h4,
.banner-new-design .banner-details .banner-price:hover h4,
.banner-new-design .banner-details .banner-plan:hover h4 {
    color: #000;
    font-weight: 500;
    font-family: var(--freight);
    font-family: var(--montserrat);
}



.banner-section .carousel-item {
    position: relative;
}

.banner-section .carousel-item p {
    position: absolute;
    left: 1%;
    bottom: 2%;
    color: #fff;
    font-size: 10px;
}





/* Our USP Section */



.section-head {
    position: relative;
    text-align: center;
}

.section-head::before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
    width: 100%;
    height: 30%;
    content: '';
    background: url('../images/bg/text-underline.svg') no-repeat center bottom;
    background-size: 42%;
    filter: brightness(0) saturate(100%) invert(32%) sepia(21%) saturate(1908%) hue-rotate(185deg) brightness(91%) contrast(89%);
}

.section-head h2 {
    color: var(--primary-color);
    font-weight: 300;
    letter-spacing: 2px;
    font-size: 28px;
    line-height: 38px;
}



.overview-left-side {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.overview-left-side .overview-usp .usp-img,
.overview-right-side .overview-usp .usp-img {
    position: relative;
    display: flex;
}

.overview-left-side .overview-usp .usp-img img,
.overview-right-side .overview-usp .usp-img img {
    border-radius: 10px;
}

.overview-left-side .overview-usp .usp-img p,
.overview-right-side .overview-usp .usp-img p {
    position: absolute;
    right: 15px;
    bottom: 5px;
    color: #fff;
    letter-spacing: 0.5px;
    font-size: 10px;
}

.overview-right-side {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}



.overview-points {
    display: flex;
    /* flex-wrap: wrap; */
    padding: 60px 0 60px;
    justify-content: space-evenly;
    gap: 40px 0px;
    margin-top: 20px;
}

.overview-points .points {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36%;
    gap: 10px;
    padding: 12px 0;
    transition: 0.4s ease-in-out;
}

.overview-points .points:not(:last-child) {
    border-right: 1px solid var(--primary-color)
}

.overview-points .points:hover {
    background: var(--primary-color);
}

.overview-points .points:hover h4 {
    color: #fff;
}

.overview-points .points img {
    width: 32px;
    display: none;
}

.overview-points .points h4 {
    font-weight: 300;
    letter-spacing: 2px;
    font-size: 24px;
    color: #000000;
}



.overview-usp.mobile {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}





/* project overview */


.project-details {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding-top: 20px;
}

.know-more-btn {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
    margin-bottom: 0px;
    width: fit-content;
    /* padding: 11px 16px; */
    border-bottom: 1px solid #fff;
    border: 1px solid #fff;
    /* border-radius: 4px; */
    transition: 0.4s ease-in-out;
    margin-top: 10px;
    background: #2B4C7E;
}

.know-more-btn a {
    color: #ffffff;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    padding: 11px 30px;
    display: flex;
    gap: 10px;
}

.know-more-btn img {
    width: 20px;
    filter: invert(1) brightness(108);
}



.know-more-btn:hover {
    background: var(--primary-color);
}

.know-more-btn:hover a {
    color: #fff;
}

.know-more-btn:hover img {
    filter: invert(1) brightness(100);
}



.project-overview-section .project-overview-image {
    padding: 50px 0 0;
    position: relative;
}

.project-overview-section .project-overview-image p {
    position: absolute;
    right: 15px;
    bottom: 5px;
    color: #fff;
    letter-spacing: 1px;
    font-size: 10px;
}





/* Highlight section */



.highlights-section .highlights-details {
    padding-top: 30px;
}

.highlights-section .highlights-details .highlight-image {
    width: 90%;
    position: relative;
}

.highlights-section .highlights-details .highlight-image p {
    position: absolute;
    right: 15px;
    bottom: 5px;
    color: #fff;
    letter-spacing: 1px;
    font-size: 10px;
}

.our-highlights {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.highlights-section .our-highlights .points {
    display: flex;
    align-items: center;
    gap: 20px;
}

.highlights-section .our-highlights .points p {
    font-size: 14px;
    font-weight: 400;
    color: #1A365D;
}

.highlight-details-sec {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: 100%;
    z-index: 99;
}


/* Amenity Section */

.lounge-section {
    background: #ffffff;
    position: relative;
}

.lounge-section .lounge-content {
    position: sticky;
    top: 30%;
    /* transform: translateY(-50%); */
}

.lounge-content .lounge-details {
    margin-bottom: 50px;
}

.lounge-content .lounge-details p {
    text-align: center;
    padding-top: 10px;
}

.lounge-content .know-more-btn {
    /* display: block; */
    margin: auto;
    /* padding: 11px 35px; */
}

.lounge-images {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.lounge-images .amn-img {
    width: 40%;
    position: relative;
}

.lounge-images .amn-img img {
    border-radius: 10px;
}

.lounge-images .amn-img p {
    position: absolute;
    right: 10px;
    top: 8px;
    color: #fff;
    font-size: 8px;
    line-height: normal;
}

.lounge-images .amn-img h4 {
    position: absolute;
    bottom: 5px;
    right: 5px;
    color: #fff;
    letter-spacing: 1.8px;
    font-weight: 300;
    background: #000000e8;
    padding: 6px 20px;
    border-radius: 5px;
    font-size: 18px;
    line-height: normal;
    white-space: nowrap;
}





/* Price Section */



.price-section {
    position: relative;
}

.cluster-plan-image {
    max-width: 900px;
    margin: 0 auto;
}

.know-more-btn {
    margin: 25px auto 0;
}

.banner-text-overlay {
    position: absolute;
    bottom: 120px;
    left: 60px;
    top: auto;
    transform: none;
    z-index: 10;
}

@media (max-width: 767px) {

    .banner-text-overlay {
        top: 42%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 90%;
        margin: 0;
    }

    .banner-text-overlay h1 {
        text-align: center;
    }

    .glass-banner {
        width: 100%;
        justify-content: center;
    }
}


* {
    font-family: 'Hanken Grotesk', sans-serif;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li {
    padding: 0;
    margin: 0;
}

.container-fluid {
    overflow: hidden;
}

.container,
.container-fluid {
    padding: 0 !important;
}

/* .container {z-index: 1;} */

body.modal-open {
    padding-right: 0px !important;
    overflow: hidden;
}



@font-face {
    font-family: Freight;
    src: url("../fonts/Freight/Freight-Big-Pro-Book-.otf");
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: Freight;
    src: url("../fonts/Freight/Freight-Disp-Pro-Light.otf");
    font-weight: 300;
    font-display: swap;
}



/* Root Css */

:root {
    --dropkicker: 'Hanken Grotesk', sans-serif;
    --montserrat: 'Hanken Grotesk', sans-serif;
    --freight: 'Hanken Grotesk', sans-serif;
    --primary-color: #2B4C7E;
}

.glass-banner {
    background: rgba(0, 0, 0, .35);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);

    border: none;
    box-shadow: none;

    border-radius: 0;

    padding: 18px 25px;
    width: 90%;
    max-width: 1100px;
}

.banner-text-overlay {
    position: absolute;
    left: 10px;
    bottom: 60px;
    top: auto;
    transform: none;
    z-index: 10;
    width: auto;
    max-width: 900px;
}



/* Common Css */


body {
    background-color: #FFF;
}

h3 {
    font-family: var(--dropkicker)
}

h1,
h2,
h4,
h5,
h6 {
    font-family: var(--freight);
}

body,
p,
a {
    font-family: var(--montserrat);
}

.pt-50 {
    padding-top: 50px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-70 {
    padding-top: 70px;
}

.p-60 {
    padding: 40px 0 60px;
}

.p-80 {
    padding: 70px 0 40px;
}

.p-100 {
    padding: 70px 0px 80px;
}

a {
    text-decoration: none !important;
}



p {
    letter-spacing: 1px;
    font-size: 13px;
    line-height: 26px;
}



.section-heading {
    position: relative;
    text-align: center;
    width: fit-content;
    margin: auto;
    padding: 0 50px;
    margin-bottom: 50px;
}

.section-heading::before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
    width: 100%;
    height: 30%;
    content: '';
    background: url('../images/bg/text-underline.svg') no-repeat center bottom;
    background-size: 100%;
    filter: brightness(0) saturate(100%) invert(32%) sepia(21%) saturate(1908%) hue-rotate(185deg) brightness(91%) contrast(89%);
}

.section-heading h2 {
    color: var(--primary-color);
    font-weight: 300;
    letter-spacing: 2px;
    font-size: 32px;
    line-height: 38px;
}



.section-subheading h4 {
    text-align: center;
    letter-spacing: 2.5px;
    width: 70%;
    margin: auto;
    color: #1A365D;
    font-size: 26px;
    font-weight: 300;
}

.section-subheading.dark-color h4 {
    color: #1A365D;
    letter-spacing: 3px;
    font-size: 32px;
    font-weight: 400;
}





/* a:hover{color: #fff !important;} */



/* Title head section */

.heading-section {
    text-align: center;
    position: relative;
    z-index: 99;
}

.heading-section .title-head {
    font-size: 28px;
    letter-spacing: 4px;
    line-height: 50px;
    margin: 0;
}

.heading-section .title-subhead {
    width: 50%;
    letter-spacing: 2px;
    color: var(--green-color);
    font-weight: 400;
    line-height: 35px;
    padding-top: 25px;
    margin: auto;
    font-size: 18px;
}



/* Navbar Section */

header.header {
    position: absolute;
    z-index: 999;
    width: 100%;
}

.header nav.navbar {
    width: 100%;
    justify-content: center;
    min-height: auto;
    /* display: none; */
}

.navbar.fixed {
    display: block !important;
}

.navbar.fixed nav.navbar {
    min-height: 110px;
}

button.nav-toggler {
    background: transparent;
    border: none;
}

img.nav-toggler.hamburger-icon {
    width: 30px;
}

.header a.banner-query-btn {
    text-decoration: none;
    color: #000;
    background: #fff;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 12px;
    letter-spacing: 1px;
    cursor: pointer;
}

.header a.banner-query-btn:hover {
    color: #000;
}

.header .project-logo {
    width: 120px;
    /* position: absolute; */
    left: unset;
    top: 65%;
    /* transform: translateY(-50%); */
}



.navbar-brand {
    padding: 0;
    margin: 0;
}

.project-logo.logo-light {
    display: none;
    /* filter: invert(1); */
}

.navbar.fixed .project-logo.logo-dark {
    display: block;
}

.navbar.fixed .project-logo.logo-light {
    /* display: none; */
    filter: none;
}

.navbar.fixed .openmenu img {
    filter: none;
}

.navbar.fixed {
    position: fixed;
    top: 0;
    background: #f8f4f0;
    transition: all .4s ease-in-out;
    z-index: 99;
    box-shadow: rgba(181, 181, 181, 0.7) 0 8px 6px -6px
}

.navbar.fixed .project-logo {
    width: 100px;
}

.navbar.fixed .openmenu {
    padding: 10px 28px;
}



.navbar.fixed a.banner-query-btn {
    text-decoration: none;
    color: #000;
    background: transparent;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 11px;
    letter-spacing: 1px;
    border: 1px solid #14693c;
    cursor: pointer;
}

.navbar.fixed a.banner-query-btn:hover {
    color: #000 !important;
}



.navbar .menu-dark {
    display: none;
}

.navbar .menu-light {
    display: block;
}

.navbar.fixed .menu-dark {
    display: block;
}

.navbar.fixed .menu-light {
    display: none;
}



.navbar .call-dark {
    display: none;
}

.navbar .call-light {
    display: block;
}

.navbar.fixed .call-dark {
    display: block;
}

.navbar.fixed .call-light {
    display: none;
}



.closemenu {
    display: none;
}

.openmenu {
    cursor: pointer;
    color: #222;

    letter-spacing: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    /* border: 1px solid #fff; */
    padding: 11px 28px;
    /* border-radius: 50px; */
    font-size: 21px;
}

.openmenu img {
    width: 26px;
    /* filter: invert(1); */
}



.closemenu {
    width: 18px;
}

.mobile-open .closemenu {
    display: block;
    position: absolute;
    right: 30px;
    top: 60px;
    padding: 10px;
    width: 36px;
    z-index: 999;
    cursor: pointer;
    transition: 0.3s ease-in;
    border: 1px solid;
    border-radius: 50%;
}

.mobile-open .openmenu {
    display: none;
}

.menu_section {
    position: fixed;
    max-width: 510px;
    right: -100%;
    top: 0;
    bottom: 0;
    z-index: 9;
    background: #fdfcee;
    transition: .7s ease-in-out;
    height: 100%;
    width: 100%;
    border-left: 1px solid #cac19e;
    overflow-y: scroll !important;
    overflow-x: hidden !important;
    z-index: 9999999;
}

.menu_logo img {
    width: 160px;
    padding: 20px;
}

.menu_logo {
    text-align: center;
}

.menu_section ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.menu_section ul li a {
    text-decoration: none;
    font-size: 13px;
    font-weight: 400;
    line-height: 15.03px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.menu_section ul li a:hover {
    color: #000 !important;
}

.menu_in ul li a.closemenu {
    width: 100%;
}

.menu_section ul li {
    padding: 15px 0 10px;
    border-bottom: 1px solid #00000038
}

.menu_location p {
    font-size: 12px;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 1.4px;
}

.menu_location p img.map {
    filter: invert(1);
    width: 11px;
    margin-right: 5px;
}

.mobile-open .mobile-trigger {
    cursor: pointer;
    display: block;
    height: auto;
    line-height: normal;
    padding: 0;
    position: relative;
    right: -185px;
    width: auto;
    z-index: 99999
}

/* .mobile-trigger{cursor:pointer;display:block;height:auto;line-height:normal;padding:0;position:relative;right:15px;width:auto;z-index:99999} */

.mobile-trigger i,
.mobile-trigger i::after,
.mobile-trigger i::before {
    position: relative;
    top: 0;
    background-color: var(--primary-color);
    border-radius: 1px;
    display: block;
    height: 2px;
    width: 30px
}

.mobile-trigger i::after,
.mobile-trigger i::before {
    content: "";
    position: absolute
}

.mobile-trigger i::before {
    top: -10px
}

.mobile-trigger i::after {
    top: 10px
}

.mobile-open .mobile-trigger i::before {
    background-color: var(--primary-color);
    bottom: 0;
    top: 0;
    transform: rotate(-45deg);
    transition: bottom .3s cubic-bezier(0.23, 1, 0.32, 1), transform .3s cubic-bezier(0.23, 1, 0.32, 1) .3s
}

.mobile-open .mobile-trigger i::after {
    background-color: var(--primary-color);
    top: 0;
    transform: rotate(45deg);
    transition: top .3s cubic-bezier(0.23, 1, 0.32, 1), transform .3s cubic-bezier(0.23, 1, 0.32, 1) .3s
}

.mobile-open .mobile-trigger i {
    background-color: transparent
}

.menu_section {
    position: fixed;
    max-width: 510px;
    right: -100%;
    top: 0;
    bottom: 0;
    z-index: 9;
    background: #FFFFFF;
    transition: .7s ease-in-out;
    height: 100%;
    width: 100%;
    border-left: 1px solid #2B4C7E;
    overflow-y: scroll !important;
    overflow-x: hidden !important;
}

.mobile-open .menu_section {
    right: 0;
}

.menu_section .menu_in {
    padding: 20px 60px;
    position: relative;
    padding-top: 30px;
}

.menu_section .absLogo {
    content: '';
    position: absolute;
    bottom: -21%;
    right: -2%;
    height: 55%;
    width: 34%;
    z-index: -1;
    rotate: 288deg;
    opacity: 11%
}

.menu_section .absLogo img {
    height: 100%
}



.navbar-socila-links {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 25px;
    padding: 18px 0;
}

/* .navbar-socila-links .social_icon img {filter: invert(1) brightness(100);} */

.menu-section {
    display: flex;
    justify-content: center;
    column-fill: balance;
    align-items: center;
    gap: 10px;
}

.banner-call-section {
    padding: 8px 22px;
    border-radius: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
}

.banner-call-section img {
    width: 22px;
}

.banner-call-section .navbar-query-btn {
    position: relative;
    border: 1px solid #000;
    font-weight: 600;
}

.navbar.fixed .banner-call-section .navbar-query-btn {
    border: 1px solid #000;
    color: #000 !important;
}


.banner-call-section .navbar-query-btn span {
    color: #000000;
    font-size: 14px;
    letter-spacing: 1px;
}



.navbar.fixed .banner-call-section .navbar-query-btn span {
    color: #000000;
    font-weight: 500;
}


a.navbar-call-btn {
    text-decoration: none;
    color: #000;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 400
}

a.navbar-call-btn:hover {
    color: #000;
}

.navbar.fixed .banner-call-section {
    padding: 7px 16px;
    border-radius: 60px;
    background: transparent;
}





/* Banner Section */

.banner-section .banner-img {
    height: 100dvh;
    /* object-fit: cover; */
    position: relative;
}

.banner-container {
    position: relative;
}

.banner-section .carousel-inner::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.banner-content {
    position: absolute;
    bottom: 5%;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 60px 0;
    flex-direction: column;
    align-items: center;
    left: 50%;
    transform: translateX(-50%);
    gap: 40px;
}



.banner-typology {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}

.banner-typology img {
    width: 170px;
}

.banner-typology p {
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
}

.banner-section {
    position: relative;
}



.banner-pricing-section {
    position: absolute;
    bottom: 15%;
    left: 20%;
}

.banner-pricing-section .banner-price {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.banner-pricing-section .banner-price .ban-pr h3 {
    color: var(--primary-color);
    font-size: 22px;
    letter-spacing: 3px;
    line-height: 36px;
    font-weight: 400;
}



.banner-typology {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 25px;
}

.banner-typology img {
    width: 170px;
}

.banner-typology p {
    color: #fff;
    font-size: 16px;
    letter-spacing: 1.5px;
    width: 80%;
    text-align: center;
    font-weight: 300;
}

.banner-pricing-section .banner-price img {
    height: 210px;
}

.banner-pricing-section .banner-price .ban-pr {
    text-align: center;
}

.banner-pricing-section .banner-price .ban-pr h3 span.price-value {
    font-size: 38px;
    letter-spacing: 4px;
}

.banner-pricing-section .banner-price .ban-pr h3 span.wards {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 3px;
}



.banner-typology-section {
    position: absolute;
    bottom: 15%;
    right: 20%;
}

.banner-typo {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}

.banner-typology-section .banner-typo img {
    height: 210px;
}

.banner-typology-section .banner-typo .ban-pr {
    text-align: center;
}

.banner-typology-section .banner-typo .ban-pr h3 {
    color: var(--primary-color);
    font-size: 22px;
    letter-spacing: 3px;
    line-height: 36px;
    font-weight: 400;
}



.banner-tagline {
    position: relative;
    width: fit-content;
}

.banner-tagline::before {
    position: absolute;
    left: -30px;
    top: 0;
    width: 15px;
    height: 100%;
    content: "";
    background: url('/images/bg/banner-gradient.png') no-repeat;
}

.banner-tagline::after {
    position: absolute;
    right: -30px;
    top: 0;
    width: 15px;
    height: 100%;
    content: "";
    background: url('/images/bg/banner-gradient.png') no-repeat;
    transform: rotate(180deg);
}

.banner-tagline .tagline {
    font-size: 22px;
    letter-spacing: 3px;
    font-weight: 300;
    color: var(--primary-color);
    padding-top: 0px;
}







.banner-new-design {
    position: absolute;
    bottom: 3%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
    width: 82%;
}

.banner-new-design .banner_logo {
    margin: auto;
    display: block;
    width: 170px;
    filter: unset;
}

.banner-new-design .address {
    color: #ffffff;
    letter-spacing: 2px;
    font-weight: 300;
    text-align: center;
    padding: 25px 0;
    font-size: 20px;
    font-variant: lining-nums;
}

.banner-new-design .banner-details {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    border: 1px solid var(--primary-color);
    z-index: 99;
    background: #00000047;
    backdrop-filter: blur(20px);
    border-radius: 5px;
}

.banner-new-design .banner-details div:not(:last-child) {
    border-right: 1px solid var(--primary-color);
}



.banner-new-design .banner-details .banner-status,
.banner-new-design .banner-details .banner-typology,
.banner-new-design .banner-details .banner-price,
.banner-new-design .banner-details .banner-plan {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    padding: 20px 5px;
    position: relative;
    transition: 0.4s ease-in;
}



.banner-new-design .banner-details .banner-status h5,
.banner-new-design .banner-details .banner-typology h5,
.banner-new-design .banner-details .banner-price h5,
.banner-new-design .banner-details .banner-plan h5 {
    color: #fff;
    letter-spacing: 2px;
    font-weight: 300;
    font-size: 14px;
    padding-bottom: 10px;
    font-family: var(--montserrat);
    font-weight: 500;
}



.banner-new-design .banner-details .banner-status h5::after,
.banner-new-design .banner-details .banner-typology h5::after,
.banner-new-design .banner-details .banner-price h5::after,
.banner-new-design .banner-details .banner-plan h5::after {
    position: absolute;
    content: "";
    width: 170px;
    height: 1px;
    top: 50%;
    left: 50%;
    background: var(--primary-color);
    transform: translateX(-50%);
}



.banner-new-design .banner-details .banner-status h4,
.banner-new-design .banner-details .banner-typology h4,
.banner-new-design .banner-details .banner-price h4,
.banner-new-design .banner-details .banner-plan h4 {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
    text-align: center;
    font-family: var(--montserrat);
}



.banner-new-design .banner-details .banner-status,
.banner-new-design .banner-details .banner-price,
.banner-new-design .banner-details .banner-plan {
    flex: 1;
}

.banner-new-design .banner-details .banner-typology {
    flex: 1.8;
}



.banner-new-design .banner-details .banner-status:hover,
.banner-new-design .banner-details .banner-typology:hover,
.banner-new-design .banner-details .banner-price:hover,
.banner-new-design .banner-details .banner-plan:hover {
    background: #e7dbcf;
}

.banner-new-design .banner-details .banner-status:hover h5::after,
.banner-new-design .banner-details .banner-typology:hover h5::after,
.banner-new-design .banner-details .banner-price:hover h5::after,
.banner-new-design .banner-details .banner-plan:hover h5::after {
    background: #181818;
}

.banner-new-design .banner-details .banner-status:hover h5,
.banner-new-design .banner-details .banner-typology:hover h5,
.banner-new-design .banner-details .banner-price:hover h5,
.banner-new-design .banner-details .banner-plan:hover h5 {
    color: #000;
    font-weight: 500;
}

.banner-new-design .banner-details .banner-status:hover h4,
.banner-new-design .banner-details .banner-typology:hover h4,
.banner-new-design .banner-details .banner-price:hover h4,
.banner-new-design .banner-details .banner-plan:hover h4 {
    color: #000;
    font-weight: 500;
    font-family: var(--freight);
    font-family: var(--montserrat);
}



.banner-section .carousel-item {
    position: relative;
}

.banner-section .carousel-item p {
    position: absolute;
    left: 1%;
    bottom: 2%;
    color: #fff;
    font-size: 10px;
}





/* Our USP Section */



.section-head {
    position: relative;
    text-align: center;
}

.section-head::before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
    width: 100%;
    height: 30%;
    content: '';
    background: url('../images/bg/text-underline.svg') no-repeat center bottom;
    background-size: 42%;
    filter: brightness(0) saturate(100%) invert(32%) sepia(21%) saturate(1908%) hue-rotate(185deg) brightness(91%) contrast(89%);
}

.section-head h2 {
    color: var(--primary-color);
    font-weight: 300;
    letter-spacing: 2px;
    font-size: 28px;
    line-height: 38px;
}



.overview-left-side {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.overview-left-side .overview-usp .usp-img,
.overview-right-side .overview-usp .usp-img {
    position: relative;
    display: flex;
}

.overview-left-side .overview-usp .usp-img img,
.overview-right-side .overview-usp .usp-img img {
    border-radius: 10px;
}

.overview-left-side .overview-usp .usp-img p,
.overview-right-side .overview-usp .usp-img p {
    position: absolute;
    right: 15px;
    bottom: 5px;
    color: #fff;
    letter-spacing: 0.5px;
    font-size: 10px;
}

.overview-right-side {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}



.overview-points {
    display: flex;
    /* flex-wrap: wrap; */
    padding: 60px 0 60px;
    justify-content: space-evenly;
    gap: 40px 0px;
    margin-top: 20px;
}

.overview-points .points {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36%;
    gap: 10px;
    padding: 12px 0;
    transition: 0.4s ease-in-out;
}

.overview-points .points:not(:last-child) {
    border-right: 1px solid var(--primary-color)
}

.overview-points .points:hover {
    background: var(--primary-color);
}

.overview-points .points:hover h4 {
    color: #fff;
}

.overview-points .points img {
    width: 32px;
    display: none;
}

.overview-points .points h4 {
    font-weight: 300;
    letter-spacing: 2px;
    font-size: 24px;
    color: #000000;
}



.overview-usp.mobile {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}





/* project overview */


.project-details {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding-top: 20px;
}

.know-more-btn {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
    margin-bottom: 0px;
    width: fit-content;
    /* padding: 11px 16px; */
    border-bottom: 1px solid #fff;
    border: 1px solid #fff;
    /* border-radius: 4px; */
    transition: 0.4s ease-in-out;
    margin-top: 10px;
    background: #2B4C7E;
}

.know-more-btn a {
    color: #ffffff;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    padding: 11px 30px;
    display: flex;
    gap: 10px;
}

.know-more-btn img {
    width: 20px;
    filter: invert(1) brightness(108);
}



.know-more-btn:hover {
    background: var(--primary-color);
}

.know-more-btn:hover a {
    color: #fff;
}

.know-more-btn:hover img {
    filter: invert(1) brightness(100);
}



.project-overview-section .project-overview-image {
    padding: 50px 0 0;
    position: relative;
}

.project-overview-section .project-overview-image p {
    position: absolute;
    right: 15px;
    bottom: 5px;
    color: #fff;
    letter-spacing: 1px;
    font-size: 10px;
}





/* Highlight section */



.highlights-section .highlights-details {
    padding-top: 30px;
}

.highlights-section .highlights-details .highlight-image {
    width: 90%;
    position: relative;
}

.highlights-section .highlights-details .highlight-image p {
    position: absolute;
    right: 15px;
    bottom: 5px;
    color: #fff;
    letter-spacing: 1px;
    font-size: 10px;
}

.our-highlights {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.highlights-section .our-highlights .points {
    display: flex;
    align-items: center;
    gap: 20px;
}

.highlights-section .our-highlights .points p {
    font-size: 14px;
    font-weight: 400;
    color: #1A365D;
}

.highlight-details-sec {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: 100%;
    z-index: 99;
}


/* Amenity Section */

.lounge-section {
    background: #ffffff;
    position: relative;
}

.lounge-section .lounge-content {
    position: sticky;
    top: 30%;
    /* transform: translateY(-50%); */
}

.lounge-content .lounge-details {
    margin-bottom: 50px;
}

.lounge-content .lounge-details p {
    text-align: center;
    padding-top: 10px;
}

.lounge-content .know-more-btn {
    /* display: block; */
    margin: auto;
    /* padding: 11px 35px; */
}

.lounge-images {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.lounge-images .amn-img {
    width: 40%;
    position: relative;
}

.lounge-images .amn-img img {
    border-radius: 10px;
}

.lounge-images .amn-img p {
    position: absolute;
    right: 10px;
    top: 8px;
    color: #fff;
    font-size: 8px;
    line-height: normal;
}

.lounge-images .amn-img h4 {
    position: absolute;
    bottom: 5px;
    right: 5px;
    color: #fff;
    letter-spacing: 1.8px;
    font-weight: 300;
    background: #000000e8;
    padding: 6px 20px;
    border-radius: 5px;
    font-size: 18px;
    line-height: normal;
    white-space: nowrap;
}





/* Price Section */



.price-section {
    position: relative;
}

.price-section .price-details {
    text-align: center;
    margin: 70px 75px 50px;
    padding: 40px 20px;
    border-radius: 15px;
    box-shadow: rgb(0 0 0 / 17%) 0px 5px 15px;
    background: #1A365D;
    min-height: 355px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 9;
    position: relative;
}

.price-section .price-sec-head {
    position: relative;
}

.price-section .price-sec-head::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/bg/text-underline.svg') no-repeat center bottom;
    background-size: 90%;
}

.price-section .price-sec-head h3 {
    color: #ffffff;
    font-weight: 400;
    letter-spacing: 1.5px;
    font-size: 30px;
    line-height: 38px;
    padding-bottom: 13px;
    font-variant: lining-nums;
}

.price-section .price-amount h4 {
    font-variant: lining-nums;
    font-size: 26px;
    letter-spacing: 2px;
    padding: 20px 0;
    color: #fff;
}

.price-section .price-amount h2 span.amount {
    font-size: 40px;
    letter-spacing: 3px;
    padding: 0 6px;
    color: #ffffff;
    font-weight: 500;
}

.price-section .price-amount h2 span.onwards {
    font-size: 20px;
    letter-spacing: 1px;
}

.price-section .price-size {
    padding: 0 0 30px;
}

.price-section .price-size p {
    font-size: 14px;
    color: #fff;
    line-height: 29px;
}

.price-section .price-size p span.size {
    font-size: 20px;
    letter-spacing: 2px;
    font-family: var(--freight);
    font-weight: 300
}

.price-details .know-more-btn {
    /* padding: 10px 36px; */
    margin: 0 auto;
}

.price-details h6 {
    padding-top: 10px;
    color: #fff;
}



/* Amenity Section  */

.owl-theme .owl-nav [class*='owl-']:hover {
    background: transparent !important;
    color: #FFF;
    text-decoration: none;
}

.owl-nav img {
    width: 80px;
    filter: brightness(0) saturate(100%) invert(32%) sepia(21%) saturate(1908%) hue-rotate(185deg) brightness(91%) contrast(89%);
}

.amenity-section .owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.amenity-section {
    background: #fff;
    position: relative;
}

.cluster-plan {
    position: relative;
}

.amenity-section .section-heading h2,
.amenity-section .section-subheading p {
    color: #2B4C7E !important;
    width: 70%;
    margin: 0 auto;
}







.amenity-details {
    width: 70%;
    margin: 50px auto 0;
}

.amenity-details .amnt-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px 60px 0;
    gap: 20px 40px;
}

.amenity-details .amnt-content .content {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    gap: 15px;
}

.amenity-details .amnt-content .content img {
    width: auto;
    display: none;
}

.amenity-details .amnt-img {
    position: relative;
}

.amenity-details .amnt-img img {
    border-radius: 10px;
}

.amenity-details .amnt-img p {
    position: absolute;
    right: 15px;
    bottom: 5px;
    color: #fff;
    letter-spacing: 1px;
    font-size: 10px;
}



.amenity-details .amnt-content .content p {
    font-size: 20px;
    text-transform: capitalize;
    color: #2B4C7E;
}



/* Cluster Plan */

.cluster-details {
    padding-top: 30px;
}

.cluster-plan-content {
    padding: 90px 0;
    display: flex;
    flex-direction: column;
    gap: 100px;
}

.cluster-plan-content .tower {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.cluster-plan-content .tower h2 {
    color: var(--primary-color);
    letter-spacing: 2px;
    font-size: 35px;
}

.cluster-plan-content .tower p {
    font-size: 16px;
    font-weight: 500;
    color: #2B4C7E;
}



.cluster-details .know-more-btn a {
    padding: 14px 40px;
}

.cluster-plan-image img.img-fluid {
    border-radius: 10px !important;
    border: 10px solid #e9ddd0;
}



.cluster-plan .owl-nav {
    position: absolute;
    bottom: 15%;
    display: flex;
    gap: 25px;
}

.cluster-plan .owl-nav img {
    width: 65px;
}





/* Floor Plan */

.floor-plan-section {
    background: #fff;
}

.floor-plan-details {
    position: relative;
}

.floor-plan-details .floor-plan-tabs {
    position: absolute;
    left: 0;
    top: 90px;
    z-index: 99;
    display: flex;
    gap: 100px;
}



.one-bed-residences-details {
    position: relative;
    padding-top: 40px;
}


.one-bed-residences-details .owl-nav {
    position: absolute;
    left: -75%;
    bottom: 12%;
    display: flex;
    gap: 20px;
}

.one-bed-residences-details .owl-nav img {
    width: 65px;
}

.bed-residences-image {
    text-align: -webkit-right;
    filter: blur(1px);
}

.bed-residences-image a img {
    height: auto;
    width: 80% !important;
    object-fit: contain;
    object-position: top;
    border: 10px solid #e9ddd0;

    border-radius: 10px;
    margin-right: 20px;
}



.one-bed-residences-content {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding-top: 170px;
}

.one-bed-residences-content .floor-details {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.one-bed-residences-content .floor-details .points {
    display: flex;
    align-items: center;
    gap: 20px;
}

.one-bed-residences-content .floor-details .points p {
    font-size: 14px;
}



.floor-plan-section .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #9e8061;
    letter-spacing: 0.6px;
    font-size: 15px;
    padding: 11px 30px;
    border-radius: 0;
}

.floor-plan-section .nav-link {
    display: block;
    padding: 11px 30px;
    color: #9e8061;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    border-top: 1px solid var(--primary-color);
    border-bottom: 1px solid var(--primary-color);
    border-radius: 0;
}





/* Gallery Section */

.gallery-section .gallery-images {
    padding-top: 30px;
}

.gallery-section .gallery-img {
    position: relative;
}

.gallery-section .gallery-img p {
    position: absolute;
    right: 15px;
    bottom: 5px;
    color: #fff;
    letter-spacing: 1px;
    font-size: 10px;
}

.gallery-section .gallery-img img {
    border-radius: 10px;
}



/* .gallery-details{width: 80%;margin: 0 auto 0;position: relative;} */

.gallery-details {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}



.gallery-details .amnt-img {
    position: relative;
}

.gallery-details .amnt-img img {
    border-radius: 10px;
    height: 550px;
    object-fit: cover;
}

.gallery-details .amnt-img p {
    position: absolute;
    right: 15px;
    bottom: 5px;
    color: #fff;
    letter-spacing: 1px;
    font-size: 10px;
}

.gallery-section .owl-nav img {
    width: 70px;
}

.gallery-section .owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.gallery-section {
    position: relative;
    background: #fff;
}





/* Location Section */

.location-flex {
    display: flex;
    flex-direction: column;
    gap: 30px;
    height: 100%;
    justify-content: center;
}

.loc-det {
    margin-top: 80px;
    position: relative;
    z-index: 99;
}

.location-details {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-right: 40px;
    height: 462px;
    overflow-y: scroll;
}

.location-details {
    height: 462px;
    overflow-y: auto;
    scrollbar-width: none;
    /* Firefox */
}

.location-details::-webkit-scrollbar {
    display: none;
    /* Chrome, Edge, Safari */
}

.location-content {
    display: flex;
    justify-content: space-between;
    padding-bottom: 8px;
    border-bottom: 1px solid var(--primary-color);
}

.location-content .content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.location-content .content p {
    font-size: 13px;
    color: #2B4C7E;
}

.location-content .distance p {
    font-size: 14px;
    font-weight: 500;
    color: var(--primary-color);
}

.location-section .location-map-img {
    padding: 0 30px;
    border-radius: 10px;
}



/* About Developer */

.developer-content {
    padding: 40px;
    text-align: center;
    /* color: #2B4C7E; */
}

.developer-content p {
    font-size: 12px;
    line-height: 28px;
    color: #000000;
}

.footer-img {
    margin: 10px 50px;
    position: relative;
}

.footer-img img {
    border-radius: 10px;
}

.footer-img p {
    position: absolute;
    right: 15px;
    bottom: 5px;
    color: #fff;
    letter-spacing: 1px;
    font-size: 10px;
}





/* Footer Form */




.footer-from {
    width: 75%;
    padding: 50px 50px 45px;
    border: 5px solid #e5c29a;
    background: #f8f4f0;
    border-radius: 5px;
}

.footer-from .form-group .form-control {
    border: none;
    background-color: transparent;
    border-bottom: 1px solid var(--primary-color);
    border-radius: 0;
    margin-bottom: 25px;
    padding-left: 10px;
}

.footer-from .form-group .form-control::placeholder {
    font-size: 12px;
    color: #202020;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer-from .form-group .form-control:focus {
    box-shadow: none;
}

.footer-from .form-check .form-check-input {
    accent-color: var(--primary-color);
}

.footer-from .form-check .form-check-input:checked {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    box-shadow: none;
}

.footer-from .form-check label {
    font-size: 10px;
    letter-spacing: 0.4px;
    line-height: 18px;
}

.footer-form-btn {
    border: 1px solid var(--primary-color);
    box-shadow: none;
    color: #fff;
    padding: 10px 34px;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 500;
    background: var(--primary-color);
    display: block;
    margin: auto;
    margin-top: 35px;
}



.footer-query-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 50px;
}

.footer-query-content .start-text {
    font-size: 66px;
    font-weight: 300;
    letter-spacing: 3px;
    line-height: 100px;
    color: #FFF;
}

.footer-query-content .end-text {
    font-size: 66px;
    font-weight: 300;
    letter-spacing: 3px;
    line-height: 60px;
    padding-left: 230px;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    color: #FFF;
}

.footer-query-content .end-text::before {
    position: absolute;
    content: '';
    left: 30px;
    top: 53%;
    width: 170px;
    height: 2px;
    background: var(--primary-color);
    background-size: 100%;
}





/* Footer section */

.footer-contact-number .ivr-number {
    text-align: center;
    padding: 8px;
    border-top: 1px solid var(--primary-color);
    border-bottom: 1px solid var(--primary-color);
    width: 70%;
    margin: auto;
}

.footer-section a {
    color: #000;
}

.footer-contact-number .ivr-number a {
    color: var(--primary-color);
    font-weight: 600;
    font-size: 40px;
    letter-spacing: 3px;
    font-family: var(--freight);
    font-variant: lining-nums;
}

.footer-rera-section {
    padding: 30px;
    text-align: center;
    color: #fff;
}

.discalimer {
    text-align: center;
}

.discalimer p {
    font-size: 12px;
    line-height: 24px;
    color: #000000;
}

.privacy-policy {
    padding-top: 20px;
    text-align: center;
    color: #fff;
}





/* Modal Section */

.popup-section .modal-content {
    background: #f8f4f0
}

.popup-section .form_section button.btn-close {
    position: absolute;
    right: 20px;
    top: 15px;
}

.popup-section .modal-dialog .popup_image img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

.popup-section .modal-dialog.modal-dialog-centered {
    max-width: 1000px;
}

.popup-section .modal-dialog .bg_logo {
    width: 230px;
    height: 230px;
    top: 32%;
}

.popup-section .modal-dialog .menu_logo {
    text-align: center
}

.popup-section .popup_image {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    position: relative;
}

.popup-section .popup_image::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 43%;
}

.popup-image-details {
    position: absolute;
    bottom: 0;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.popup-image-details .popup-typology p {
    font-size: 20px;
    letter-spacing: 4px;
    font-family: var(--dropkicker);
    font-weight: 300;
    padding-bottom: 12px;
    margin: 0;
}

.popup-pricing span {
    font-size: 12px;
    letter-spacing: 2px;
    font-family: 'Montserrat';
    font-weight: 300;
}

.popup-pricing p {
    font-size: 30px;
    letter-spacing: 5px;
    font-family: var(--dropkicker);
    font-weight: 300;
}

.popup-pricing {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.popup-section .popup-form {
    padding: 20px 40px;
}

.popup-section .form_section .form-control {
    border: none;
    border-bottom: 1px solid #00000057;
    padding: 15px 5px;
    margin-bottom: 10px;
    border-radius: 0;
    background-color: transparent;
    font-family: var(--primary-font);
    font-size: 14px;
    font-weight: 400;
    line-height: 15.58px;
    letter-spacing: 1px;
}

.popup-section .form_section .form-control::placeholder {
    font-family: var(--montserrat);
    font-size: 13px;
    letter-spacing: 1px;
}

.popup-section .submit_btn {
    border: 1px solid;
    width: fit-content;
    padding: 11px 32px;
    color: #fff;
    background: var(--primary-color);
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: var(--montserrat);
    font-size: 12px;
    display: block;
    margin: 20px auto 0;
}

.popup-section button.btn-close {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 99;
    border: 1px solid;
    border-radius: 50%;
    padding: 10px;
    font-size: 10px;
}

.popup-project-logo img {
    margin: auto;
    display: block;
    width: 140px;
    padding-bottom: 30px;
}

.popup-section .checkbox-section input {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    box-shadow: none;
    accent-color: var(--primary-color);
}



.popup-section.map-section .modal-dialog.modal-dialog-centered {

    max-width: 800px !important;

}

.popup-section.map-section .modal-body {

    padding: 40px;

}



.mobile-section {
    display: none;
}

/* .banner-mobile{min-height: 300px;} */

.banner-mobile {

    min-height: auto;

    height: auto;

    object-fit: inherit;
}

.checkbox-section {
    color: #555555e0;
    font-size: 8px;
    gap: 5px;
    margin-top: 13px;
    letter-spacing: 0.5px;
}

.mobile-section a:active {
    color: #fff;
}

.mobile-section a:hover {
    color: #ffffff;
}



.mobile-view {
    display: none;
}

/* .desk-view{display: block;} */

.m-view {
    display: none;
}

.d-view {
    display: block;
}

.builder-logo {
    text-align: center;
    padding-bottom: 20px;
}

.builder-logo img {
    width: 100px;
}



.whatsapp-section {
    position: fixed;
    bottom: 40px;
    width: 42px;
    right: 40px;
    z-index: 999;
}



h4.offer-banner {
    color: #000000;
    font-weight: 500;
    letter-spacing: 2px;
    width: fit-content;
    padding: 12px 60px;
    border-radius: 2px;
    margin: 0px auto 15px;
    background: #FFFFFF;
    backdrop-filter: blur(20px);
    font-family: var(--montserrat);
    border: 1px solid var(--primary-color);
    font-size: 13px;
    transition: 0.4s ease-in;
}

.offer-banner:hover {
    background: #FFFFFF;
    color: #000;
}



.mobileForm {
    border-top: 1px solid #c2bab16e;
    margin-top: 0px;
    padding: 30px 0;
}

.mobileForm .section-head {
    margin-bottom: 47px;
}

.mobileForm .footer_from {
    padding: 0 15px;
}

.mobileForm .form-group {
    margin-bottom: 14px;
}

.mobileForm .form-control {
    background: transparent;
    font-size: 16px;
    padding: 10px 14px;
    border: 0;
    border-bottom: 1px solid #cfbeac;
    border-radius: 0;
    font-family: 'Poppins', sans-serif;
}

.mobileForm .project-overview_btn {
    padding: 8px 40px;
    background: var(--primary-color);
    border: 0;
    border-radius: 4px;
    color: #fff;
}





.btn-floorplan {

    color: #fff;

    background-color: #00386b;

    letter-spacing: 0.6px;

    font-size: 15px;

    padding: 11px 30px;

    border: none;

    border-radius: 0;

    margin: 75px auto;

    display: block;
}



.floor-plan-section .f-plan {
    position: relative;
}



.floor-plan-section .f-plan img {
    background-color: #e9e9e9;
    padding: 10px;
}



.floor-plan-section .f-plan .inner-btn {
    position: absolute;
    display: grid;
    align-items: center;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    justify-content: center;
}

.floor-plan-section .f-plan .inner-btn button {
    width: 220px;
    background-color: var(--primary-color);
    padding: 8px 20px;
    border: none;

    color: #fff;
    font-size: 16px;
}







.project-details p {

    padding-bottom: 8px;

    /* column-count: 2; */
}



.amenity-section .section-subheading p {

    font-size: 16px;

    text-transform: capitalize;

    padding: 4px 0;

    text-align: center;

    color: #1A365D !important;
}

.usp-img {
    WIDTH: 50%;
}

button.accordion-button.collapsed {
    background: #1A365D;
    font-family: var(--montserrat);
    color: #fff;
    border-radius: 0 !important;
    margin-bottom: 6px;
    font-weight: 500;
}

.accordion-item {
    border-color: #1A365D;
}

.accordion-item:first-of-type .accordion-button,
.accordion-button:not(.collapsed) {
    font-family: var(--montserrat);
}

.accordion-item {
    border: none;
}

.accordion-button:not(.collapsed) {
    color: #1A365D;
}

.accordion-item {
    border-bottom: 1px solid #10223a;
    border-radius: 0 !important;
    border-top: 1px solid #10223a;
}

.accordion-button:not(.collapsed) {
    color: #fff;
    background: #D4AF37;
}

.accordion-header {
    background: transparent;
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../images/icons/download.svg);
    transform: rotate(-180deg);
}

.accordian_sec {
    background: #fff;
    padding: 60px 0;
}

div#accordionExample {
    max-width: 1000px;
    margin: 0 auto;
}

.accordion-body {
    font-size: 14px;
}

.accordion-item:last-of-type {
    border-bottom: none;
}

.accordion-button::after {

    background-image: url(../images/icons/download\ 1\ \(1\).svg);
}

.form-group select.form-control {
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    padding-right: 36px;
    cursor: pointer;
}

@media(max-width:1600px) {

    .container {
        max-width: 1240px;
    }





    /* Amenity */

    .amenity-details {
        width: 65%;
    }

    .amenity-details .amnt-content {
        padding: 20px 0px 0;
        gap: 15px 25px;
    }

    .amenity-section .owl-carousel .owl-nav {
        padding: 0 60px;
    }



    /* cluster plan */

    .cluster-plan-image {
        padding: 50px;
        padding-top: 0;
    }

    .cluster-plan-content {
        padding: 60px 0;
    }

    .location-flex {
        margin-left: 40px;
    }

    .location-details {
        margin-right: 0px;
    }

    .one-bed-residences-details .owl-nav {
        bottom: 3%;
    }



    .price-section .price-details {
        margin: 80px 60px 40px;
        padding: 40px 20px;
    }

    .banner-new-design .banner-details {
        padding: 5px;
    }

    .banner-new-design .banner-details .banner-status h5::after,
    .banner-new-design .banner-details .banner-typology h5::after,
    .banner-new-design .banner-details .banner-price h5::after,
    .banner-new-design .banner-details .banner-plan h5::after {
        top: 48%;
    }

    .banner-new-design .banner_logo {
        width: 130px;
    }

    .banner-new-design .address {
        padding: 20px 0;
        font-size: 18px;
    }

    .banner-call-section {
        padding: 7px 16px;
    }

    .banner-call-section img {
        width: 18px;
    }

    .banner-call-section .navbar-query-btn span {
        font-size: 12px;
    }



    .menu_section .menu_in {
        padding-top: 10px;
    }

    .menu_section {
        max-width: 460px;
    }

    .menu_section ul li {
        padding: 12px 0 10px;
    }

    .menu_section ul li a {
        font-size: 12px;
    }



    .cluster-plan-content .tower h2 {
        font-size: 26px;
    }

    .gallery-details {
        width: 70%;
    }

    .gallery-details .amnt-img img {
        height: 480px;
    }

    .gallery-section .owl-carousel .owl-nav {
        padding: 0 50px;
    }



    .lounge-images .amn-img h4 {
        font-size: 16px;
    }



}



@media(max-width:1367px) {

    .section-heading h2 {
        font-size: 28px;
        line-height: 30px;
    }

    p {
        font-size: 12px;
    }



    /* .container{max-width: 1200px !important;} */

    .amenity-details {
        width: 60%;
    }

    .amenity-section::before {
        background-size: 250px;
    }

    .amenity-section::after {
        background-size: 250px;
    }

    .amenity-section .owl-carousel .owl-nav {
        padding: 0 80px;
    }

    .amenity-details .amnt-content {
        gap: 10px 15px;
        padding-bottom: 14px;
    }

    .cluster-plan-content {
        padding: 60px 20px;
    }

    .cluster-plan .owl-nav {
        left: 20px;
    }



    .banner-new-design .banner-details {
        width: 85%;
        margin: auto;
        border-radius: 5px;
    }

    .lounge-content .lounge-details p {
        font-size: 12px;
        line-height: 24px;
    }

    .lounge-content .lounge-details {
        margin-bottom: 40px;
    }



    .banner-new-design .banner-details .banner-status h5,
    .banner-new-design .banner-details .banner-typology h5,
    .banner-new-design .banner-details .banner-price h5,
    .banner-new-design .banner-details .banner-plan h5 {
        font-size: 12px;
    }

    .banner-new-design .banner-details .banner-status h4,
    .banner-new-design .banner-details .banner-typology h4,
    .banner-new-design .banner-details .banner-price h4,
    .banner-new-design .banner-details .banner-plan h4 {
        font-size: 12px;
    }

    .overview-points .points h4 {
        font-size: 20px;
    }

    .overview-points {
        padding: 50px 0 40px;
    }

    .know-more-btn a {
        font-size: 12px;
        padding: 11px 22px;
    }

    .highlights-section .our-highlights .points p {
        font-size: 13px;
    }



    .price-section .price-details {
        margin: 50px 60px 40px;
    }

    .price-section .price-sec-head h3 {
        font-size: 26px;
    }

    .section-subheading h4 {
        font-size: 24px;
    }

    .amenity-section .owl-nav img {
        width: 65px;
    }

    .cluster-plan .owl-nav img {
        width: 60px;
    }

    .one-bed-residences-details .owl-nav img {
        width: 60px;
    }

    .one-bed-residences-content .floor-details .points p {
        font-size: 13px;
    }

    .section-subheading.dark-color h4 {
        font-size: 26px;
    }

    .builder-logo img {
        width: 80px;
    }

    .footer-query-content .start-text {
        font-size: 58px;
        line-height: 60px;
    }

    .footer-query-content .end-text {
        font-size: 58px;
        line-height: 60px;
    }



    h4.offer-banner {
        font-size: 12px;
    }

    .usp-img {
        WIDTH: 100%;
    }


}



@media screen and (max-width: 575px) {

    .mobile-view {
        display: block;
    }

    .desk-view {
        display: none;
    }







    .know-more-btn {
        margin: 0 auto;
        margin-top: 10px;
    }

    .floor-plan-section .f-plan {
        margin-bottom: 25px;
    }





    p {
        font-size: 11px;
        line-height: 24px;
    }

    .section-heading::before {
        height: 20%;
        width: 100%;
    }

    .section-heading {
        margin-bottom: 40px;
        padding: 0 40px;
    }

    .section-heading h2 {
        font-size: 28px;
        line-height: 38px;
    }

    .section-subheading h4 {
        width: 100%;
        font-size: 22px;
        line-height: 36px;
    }

    .container {
        max-width: 90%;
    }

    .p-100 {
        padding: 50px 0px 50px;
    }



    .navbar.fixed .project-logo {
        width: 80px;
    }

    .header nav.navbar {
        min-height: 55px;
        padding-top: 0;
    }

    .navbar.fixed .banner-call-section .navbar-query-btn span {
        display: none;
    }

    .navbar.fixed .banner-call-section {
        padding: 10px 10px;
        display: none;
    }

    .banner-call-section {
        gap: 0;
    }

    .menu-section {
        gap: 0px;
    }

    .navbar.fixed .openmenu {
        padding: 10px 10px 10px 20px;
    }

    .banner-call-section .navbar-query-btn span {
        display: none;
    }

    .header .project-logo {
        width: 70px;
        top: 50%;
    }

    .banner-call-section {
        padding: 10px 10px;
        display: none;
    }





    .banner-new-design {
        position: relative;
        bottom: unset;
        left: unset;
        transform: unset;
        margin-top: 15px;
    }

    .banner-new-design .banner_logo {
        width: 120px;
        filter: brightness(0) saturate(100%) invert(51%) sepia(50%) saturate(276%) hue-rotate(350deg) brightness(93%) contrast(85%);
    }

    .banner-new-design .address {
        padding: 15px 0;
        font-size: 14px;
        line-height: 21px;
        color: #ffffff;
        font-weight: 500;
    }

    .banner-new-design .banner-details div:not(:last-child) {
        border-right: none;
        border-bottom: 1px solid #c2b48e;
    }

    .banner-new-design .banner-details {
        flex-direction: column;
    }



    .banner-new-design .banner-details .banner-status:hover,
    .banner-new-design .banner-details .banner-price:hover {
        background: unset;
    }

    .banner-new-design .banner-details .banner-typology,
    .banner-new-design .banner-details .banner-plan {
        background: #FFFFFF;
    }

    .banner-new-design .banner-details .banner-status:hover h5,
    .banner-new-design .banner-details .banner-price:hover h5,
    .banner-new-design .banner-details .banner-status:hover h4,
    .banner-new-design .banner-details .banner-price:hover h4 {
        color: #ffffff;
        font-weight: 400;
    }

    .banner-new-design .banner-details .banner-typology h4,
    .banner-new-design .banner-details .banner-plan h4,
    .banner-new-design .banner-details .banner-typology h5,
    .banner-new-design .banner-details .banner-plan h5 {
        color: #000000;
        font-weight: 500;
    }

    .banner-new-design .banner-details .banner-status h4,
    .banner-new-design .banner-details .banner-typology h4,
    .banner-new-design .banner-details .banner-price h4,
    .banner-new-design .banner-details .banner-plan h4 {
        font-size: 12px;
        letter-spacing: 1.2px;
    }

    .banner-new-design .banner-details .banner-typology h5::after,
    .banner-new-design .banner-details .banner-plan h5::after {
        background: #0000009c;
    }

    .banner-new-design .banner-details {
        border: 1px solid #c2b48ec9;
    }

    .banner-new-design .banner-details .banner-status h5,
    .banner-new-design .banner-details .banner-typology h5,
    .banner-new-design .banner-details .banner-price h5,
    .banner-new-design .banner-details .banner-plan h5 {
        font-size: 12px;
        padding-bottom: 8px;
    }

    .price-ban {
        font-size: 18px !important;
    }





    .location-flex {

        height: 400px;



    }



    .section-head h2 {
        color: var(--primary-color);
        font-weight: 300;
        letter-spacing: 2px;
        font-size: 24px;
        line-height: 34px;
    }

    .section-head::before {
        height: 30%;
        background-size: 100%;
    }

    .overview-right-side {
        gap: 70px;
    }

    .overview-left-side .overview-usp .usp-img,
    .overview-right-side .overview-usp .usp-img {
        object-fit: cover;
    }

    .overview-left-side .overview-usp .usp-img img,
    .overview-right-side .overview-usp .usp-img img {
        border-radius: 10px;
        height: 250px;
        object-fit: cover;
    }

    .overview-usp.mobile {
        display: flex;
        flex-direction: column;
    }

    .overview-usp.mobile .mobile-view.points {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0px 20px 20px;
        gap: 5px;
        flex-wrap: wrap;
    }

    .overview-usp.mobile .mobile-view.points .points {
        color: #fff;
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: center;
        border-bottom: 1px solid #9e806187;
        transition: 0.4s ease-in-out;
        padding: 8px 0;
    }

    .overview-usp.mobile .mobile-view.points .points:hover {
        background: var(--primary-color);
    }

    .overview-usp.mobile .mobile-view.points .points:hover h4 {
        color: #fff;
    }

    .overview-usp.mobile .mobile-view.points img {
        width: 28px;
        display: none;
    }

    .overview-usp.mobile .mobile-view.points h4 {
        letter-spacing: 1.5px;
        line-height: 30px;
        font-size: 20px;
        color: #2B4C7E;
    }

    .overview-left-side {
        gap: 0px;
    }

    .usp-section {
        padding-bottom: 20px;
    }







    .project-details {
        padding-top: 10px;
        gap: 0px;
        text-align: center;
        align-items: center;
    }

    .project-overview-section .project-overview-image {
        padding: 30px 0 0;
    }

    .project-overview-image img {
        height: 300px;
        object-fit: cover;
        border-radius: 10px;
    }

    .highlights-section .highlights-details .highlight-image {
        width: 100%;
    }

    .our-highlights {
        gap: 16px;
        padding: 25px 0 20px;
    }

    .highlights-section .our-highlights .points {
        align-items: baseline;
    }

    .highlights-section .our-highlights .points p {
        font-size: 12px;
        font-weight: 400;
    }

    .highlight-details-sec::before {
        top: 10%;
        height: 70%;
        opacity: 0.04;
    }

    .lounge-content .lounge-details {
        margin-bottom: 30px;
    }

    .lounge-images .amn-img p {
        right: 10px;
        bottom: 2px;
        font-size: 8px;
    }

    .lounge-images {
        justify-content: space-evenly;
        gap: 15px;
        padding-top: 30px;
    }

    .lounge-images .amn-img {
        width: 45%;
    }

    .lounge-images .amn-img h4 {
        letter-spacing: 2px;
        font-weight: 300;
        background: #000000e8;
        padding: 6px 12px;
        font-size: 11px;
    }







    .price-section .price-details {
        margin: 40px 10px 0px;
    }

    .price-section::before {
        content: unset;
    }





    .amenity-details {
        width: 100%;
    }

    .amenity-section .owl-carousel .owl-nav {
        top: 110%;
        transform: translateY(-50%);
        margin: 0;
        display: flex;
        justify-content: center;
        padding: 0;
        gap: 25px;
    }

    .amenity-section .owl-carousel .owl-nav img {
        width: 60px;
    }



    .amenity-details .amnt-img img {
        height: 250px;
        object-fit: cover;
        border-radius: 10px;
    }

    .amenity-section {
        padding-bottom: 100px;
    }

    .amenity-section::before {
        content: unset;
    }

    .amenity-section::after {
        content: unset;
    }

    .amenity-details .amnt-content .content {
        gap: 10px;
    }





    .cluster-plan {
        padding-bottom: 80px;
    }

    .cluster-plan-content {
        padding: 0px 20px;
        text-align: center;
    }

    .cluster-plan-content .tower {
        gap: 10px;
    }

    .cluster-plan-content {
        gap: 30px;
        align-items: center;
    }

    .cluster-details .know-more-btn a {
        padding: 10px 30px;
    }

    .cluster-plan-image {
        padding: 10px;
        padding-top: 30px;
    }

    .cluster-details {
        padding-top: 10px;
    }

    .cluster-plan-content .tower h2 {
        font-size: 26px;
    }

    .cluster-plan-content .tower p {
        font-size: 15px;
    }

    .cluster-plan .owl-nav img {
        width: 55px;
    }

    .cluster-plan .owl-nav {
        position: absolute;
        bottom: -15%;
        display: flex;
        gap: 20px;
        justify-content: center;
        left: 0;
        width: 100%;
    }



    .floor-plan-details .floor-plan-tabs {
        position: absolute;
        left: 0;
        top: 20px;
        align-items: center;
        gap: 10px;
        justify-content: center;
        width: 100%;
    }

    .floor-plan-section .nav-pills .nav-link.active,
    .nav-pills .show>.nav-link {
        font-size: 12px;
        padding: 10px 15px;
    }

    .floor-plan-section .nav-link {
        padding: 10px 20px;
        font-size: 13px;
    }

    .one-bed-residences-details {
        padding-top: 0px;
        z-index: 99;
    }

    .one-bed-residences-content {
        gap: 20px;
        padding-top: 90px;
    }

    .one-bed-residences-content .floor-details {
        gap: 10px;
    }

    .one-bed-residences-content .floor-details .points {
        align-items: baseline;
        gap: 20px;
    }

    .one-bed-residences-content .floor-details .points p {
        font-size: 12px;
    }

    .bed-residences-image {
        padding-top: 20px;
    }

    .bed-residences-image a img {
        width: 100% !important;
    }

    .one-bed-residences-details .owl-nav {
        position: absolute;
        left: 62%;
        bottom: 99%;
        display: flex;
        gap: 10px;
    }

    .one-bed-residences-details .owl-nav img {
        width: 50px;
    }

    .one-bed-residences-details::before {
        width: 100%;
        height: 100%;
        top: 45%;
        left: 50%;
        opacity: 0.04;
        background-size: 310px;
        z-index: -9;
    }





    .gallery-details .amnt-img img {
        height: auto;
    }

    .gallery-details {
        width: 100%;
    }

    .gallery-section .gallery-images {
        padding-top: 10px;
    }

    .gallery-section {
        padding-bottom: 100px !important;
    }

    .gallery-section .owl-nav img {
        width: 56px;
    }

    .gallery-section .owl-carousel .owl-nav {
        bottom: -15%;
        top: unset;
        left: 50%;
        transform: translateX(-50%);
        width: unset;
        gap: 30px;
    }



    .loc-det {
        margin-top: 40px;
        position: relative;
        z-index: 99;
    }

    .location-flex {
        margin-left: 10px;
        gap: 30px;
    }

    .location-details {
        gap: 20px;
    }

    .location-content .content p {
        font-size: 12px;
    }

    .location-section .location-map-img {
        margin-top: 30px;
        padding: 0;
    }



    .section-subheading.dark-color h4 {
        font-size: 24px;
        font-weight: 300;
    }

    .developer-content {
        padding: 20px 0;
        text-align: center;
    }

    .footer-img {
        margin: 0px 0px;
    }

    .footer-img img {
        border-radius: 10px;
    }



    .footer-query-content .start-text {
        font-size: 42px;
        line-height: 50px;
    }

    .footer-query-content {
        padding-left: 20px;
    }

    .footer-query-content .end-text {
        font-size: 42px;
        line-height: 30px;
        padding-left: 130px;
    }

    .footer-query-content .end-text::before {
        left: 15px;
        top: 53%;
        width: 90px;
    }

    .footer-from {
        width: 100%;
        padding: 30px 20px 25px;
        margin-top: 30px;
    }

    .footer-form-btn {
        margin-top: 25px;
    }



    .footer-contact-number .ivr-number {
        width: 100%;
    }

    .footer-contact-number .ivr-number a {
        font-size: 32px;
    }

    .footer-rera-section {
        padding: 30px 0;
    }



    .popup-project-logo img {
        width: 120px;
        padding-bottom: 20px;
    }

    .popup-section .popup-form {
        padding: 20px 10px;
    }





    .banner-section .banner-img {
        height: 60vh;
    }

    .banner-content {
        position: relative;
    }

    .banner-content {
        position: absolute;
        bottom: 80px;
        width: 100%;
        display: flex;
        justify-content: center;
        padding: 60px 0;
        flex-direction: column;
        align-items: center;
        left: 50%;
        transform: translateX(-50%);
    }

    .banner-content .banner_logo {
        width: 225px;
        height: auto;
        margin-bottom: 10px;
        filter: invert(1) brightness(20);
    }

    .banner-content {
        position: absolute;
        bottom: 80px;
        width: 100%;
        display: flex;
        justify-content: center;
        padding: 60px 0;
        flex-direction: column;
        align-items: center;
        left: 50%;
        transform: translateX(-50%);
    }

    .banner-content .banner_logo {
        width: 225px;
        height: auto;
        margin-bottom: 10px;
        filter: invert(1) brightness(20);
    }



    .banner-new-design .banner-details {
        width: 100%;
    }

    .banner-new-design .banner-details {
        background: #a28567;
    }

    .banner-new-design .banner-details .banner-status h5::after,
    .banner-new-design .banner-details .banner-typology h5::after,
    .banner-new-design .banner-details .banner-price h5::after,
    .banner-new-design .banner-details .banner-plan h5::after {
        background: #ffffff63;
    }



    .menu_section .menu_in {
        padding: 0px 30px;
        padding-top: 10px;
    }

    .menu_section ul li {
        padding: 10px 0 5px;
    }

    .mobile-open .closemenu {
        top: 40px;
    }

    .menu_section ul li a {
        font-size: 11px;
        letter-spacing: 1.5px;
    }

    .menu_logo img {
        width: 140px;
        padding: 15px;
    }



    .d-view {
        display: none;
    }

    .m-view {
        display: block;
    }



    .loc-det::before {
        left: 50%;
        transform: translateX(-50%);
        height: 120%;
        background-size: 340px;
    }



    .mobile-section {
        position: fixed;
        bottom: 0;
        width: 100%;
        background: var(--primary-color);
        border-top: 1px solid #f8f5e761;
        z-index: 99;
        padding: 5px;
        display: block;
        display: flex;
    }

    .mobile-section a {
        text-align: center;
        color: #ffffff;
        padding: 5px;
        font-size: 12px;
        letter-spacing: 1px;
        flex: 1;
    }

    .mobile-section a:not(:last-child) {
        border-right: 1px solid #f8f5e8;
    }



    .developer-content p {
        font-size: 11px;
        line-height: 24px;
    }

    .builder-logo img {
        width: 80px;
    }

    .popup-section.map-section .modal-body {
        padding: 10px 10px;
    }



    h4.offer-banner {
        padding: 12px 40px;
        background: var(--primary-color);
        color: #fff;
    }

    .amenity-section .section-subheading p {

        font-size: 11px;

        padding: 2px 0;

        width: 100%;
    }



    .carousel-inner {

        min-height: auto;
    }

}


@media(max-width:967px) {
    .banner-section .carousel-inner::after {
        background: none;
    }

    .accordion-button {
        font-size: 13px;
        padding: 10px 14px;
        line-height: 22px;
    }

    .accordion-body {
        font-size: 13px;

    }

    .accordion-body {
        padding: 10px;
        font-size: 11px;
        line-height: 24px;
    }
}


#moreText {
    display: none;
}

.read-btn {
    border: none;
    background: none;
    color: #2B4C7E;
    font-weight: 600;
    cursor: pointer;
    margin-top: 5px;
}


div#about-developer {
    background: #fff;
}


.points img.img-fluid {
    filter: brightness(0) saturate(100%) invert(32%) sepia(21%) saturate(1908%) hue-rotate(185deg) brightness(91%) contrast(89%);
}

.content img {
    filter: brightness(0) saturate(100%) invert(32%) sepia(21%) saturate(1908%) hue-rotate(185deg) brightness(91%) contrast(89%);
}

.privacy-policy p {
    color: #000;
}

.footer-rera-section p {
    color: #000;
}

.price-section .know-more-btn {
    border-bottom: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    border: 1px solid #fff;
    background: #fff;
}

.price-section .know-more-btn a {
    color: #2B4C7E;
}

.banner-section .mobileForm {
    background: #fff;
}

label.invalid-data.existingCheck {
    font-size: 12px;
}

/* Enquiry Button */
.enquiry-btn {
    position: fixed;
    right: 0;
    top: 50%;
    text-transform: uppercase;
    letter-spacing: 1px;
    transform: translateY(-50%);
    background: #1A365D;
    color: #fff;
    padding: 31px 9px;
    cursor: pointer;
    font-size: 14px;
    z-index: 99;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    border-radius: 10px 0 0 10px;
}

@media(max-width:967px) {
    .project-logo.logo-light {
        display: block;
    }
}


html,
body {
    overflow-x: hidden;
    width: 100%;
}


.header,
.navbar {
    width: 100%;
    left: 0;
    right: 0;
}

/* Hide the next/previous slide preview */
#gallery-carousel .owl-stage-outer {
    overflow: hidden;
}

#gallery-carousel .item {
    width: 100%;
}

.gallery-details {
    width: 100%;
    margin: 0 auto;
}

.gallery-details .amnt-img img {
    width: 100%;
    display: block;
}

/* Visual Journey - Full Size Images */
.gallery-details {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto;
}

.amnt-img {
    width: 100%;
}

.amnt-img img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
}

#gallery-carousel .owl-stage-outer {
    overflow: hidden;
}

#gallery-carousel .owl-item {
    width: 100%;
}




#gallery-carousel .gallery-details {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
}

#gallery-carousel .amnt-img {
    width: 100%;
}

#gallery-carousel .amnt-img img {
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 767px) {

    #visual-journey .container {
        max-width: 100%;
        padding-left: 8px !important;
        padding-right: 8px !important;
    }
}


header.header {
    z-index: 1030 !important;
}

.navbar {
    z-index: 1030 !important;
}






.project-stats {
    background: rgba(0, 0, 0, .25);
    backdrop-filter: blur(18px);
    border-radius: 12px;
    padding: 24px 28px;
    max-width: 900px;
    color: #fff;
}

.stats-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.stat-item {
    flex: 1;
    text-align: center;
}

.stat-item:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, .35);
}

.stat-number {
    display: block;
    font-size: clamp(28px, 3vw, 52px);
    font-weight: 700;
    color: #fff;
    line-height: 1;
}

.stat-label {
    display: block;
    font-size: clamp(12px, 1vw, 18px);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 8px;
}

.stats-divider {
    height: 1px;
    background: rgba(255, 255, 255, .35);
    margin: 18px 0;
}

.bottom-row .wide {
    flex: 1;
}

.stats-footer {
    text-align: center;
    margin-top: 18px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 1px;
}

@media (max-width: 767px) {

    /* Keep hero image large */
    .banner-mobile {
        width: 100%;
        height: 60vh !important;
        object-fit: cover;
    }

    /* Banner below image */
    .banner-text-overlay {
        position: static !important;
        transform: none !important;
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 0;
    }

    .glass-banner {
        width: 100%;
        max-width: 100%;
        padding: 20px 10px;
    }

    /* Smaller stats text */
    .stat-number {
        font-size: 32px !important;
        line-height: 1;
    }

    .stat-label {
        font-size: 12px !important;
        letter-spacing: 1px;
    }

    .stats-row {
        gap: 10px;
    }
}


.project-title-banner {
    position: absolute;
    left: 80px;
    bottom: 380px;
    /* title sits above stats */
    z-index: 20;
    width: 700px;
}

.project-title-banner h1 {
    margin: 0;
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.05;
    text-shadow: 0 4px 20px rgba(0, 0, 0, .5);
}

.project-title-banner h4 {
    margin: 0;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.05;
    text-shadow: 0 4px 20px rgba(0, 0, 0, .5);
}

.banner-text-overlay {
    position: absolute;
    left: 80px;
    bottom: 60px;
    z-index: 10;
}

/* Tablets & Large Mobile Devices */
@media (min-width: 768px) and (max-width: 1024px) {

    .project-title-banner {
        left: 50px;
        bottom: 320px;
        width: 650px;
        z-index: 20;
    }

    .project-title-banner h1 {
        font-size: 42px;
        line-height: 1.1;
    }

    .project-title-banner h4 {
        font-size: 22px;
        line-height: 1.1;
    }

    .banner-text-overlay {
        left: 50px;
        bottom: 50px;
    }

    .glass-banner {
        max-width: 650px;
    }
}


@media (max-width: 767px) {

    .project-title-banner {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 250px;
        /* Adjust if needed */
        width: 90%;
        text-align: center;
        z-index: 20;
    }

    .project-title-banner h1 {
        font-size: 34px;
        line-height: 1.15;
        font-weight: 700;
        color: #fff;
        margin: 0;
        text-shadow: 0 4px 20px rgba(0, 0, 0, .6);
    }

    .banner-text-overlay {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 40px;
        width: 90%;
        max-width: 420px;
    }

    .glass-banner {
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 767px) {

    .banner-text-overlay {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        max-width: 100%;
        transform: none;
        padding: 0;
        margin: 0;
    }

    .glass-banner {
        width: 100%;
        max-width: 100%;
        border-radius: 0;
        margin: 0;
    }
}


.price-sec-head h3,
.price-amount h4 {
    font-family: 'Hanken Grotesk', sans-serif !important;
    font-weight: 300 !important;
    letter-spacing: 0 !important;
}

@media (max-width:767px) {

    .price-sec-head h3 {
        font-size: 3rem !important;
        line-height: 1.1;
    }

    .price-amount h4 {
        font-size: 4rem !important;
        line-height: 1;
    }
}

@media (max-width: 767px) {

    .glass-banner {
        background: rgba(0, 0, 0, 0.6) !important;
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
    }

    .glass-banner .stat-number,
    .glass-banner .stat-label {
        color: #fff !important;
    }
}

/* Mobile Navbar Logo Fix */
@media (max-width: 767px) {

    .navbar {
        padding-top: 8px !important;
        padding-bottom: 8px !important;
    }

    .navbar-brand {
        margin: 0;
    }

    .project-logo,
    .header .project-logo,
    .navbar.fixed .project-logo {
        width: auto !important;
        max-height: 40px !important;
        height: 40px !important;
    }

    .openmenu img {
        width: 24px !important;
    }
}


@media (max-width: 575px) {

    .location-flex {
        height: auto !important;
    }

    .location-details {
        height: auto !important;
        max-height: none !important;
        overflow: visible !important;
    }
}

@media (max-width: 767px) {
    .privacy-policy {
        margin-bottom: 30px !important;
        display: block;
    }
}

.about-developer .developer-image img,
.about-developer img {
    width: 100%;
    max-width: 700px;
    height: auto;
    max-height: 450px;
    object-fit: cover;
    display: block;
    margin: 0 auto;
    border-radius: 12px;
}

.price-section .price-sec-head {
    position: relative;
}

.price-section .price-sec-head::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/bg/text-underline.svg') no-repeat center bottom;
    background-size: 90%;
}

.price-section .price-sec-head h3 {
    color: #ffffff;
    font-weight: 400;
    letter-spacing: 1.5px;
    font-size: 30px;
    line-height: 38px;
    padding-bottom: 13px;
    font-variant: lining-nums;
}

.price-section .price-amount h4 {
    font-variant: lining-nums;
    font-size: 26px;
    letter-spacing: 2px;
    padding: 20px 0;
    color: #fff;
}

.price-section .price-amount h2 span.amount {
    font-size: 40px;
    letter-spacing: 3px;
    padding: 0 6px;
    color: #ffffff;
    font-weight: 500;
}

.price-section .price-amount h2 span.onwards {
    font-size: 20px;
    letter-spacing: 1px;
}

.price-section .price-size {
    padding: 0 0 30px;
}

.price-section .price-size p {
    font-size: 14px;
    color: #fff;
    line-height: 29px;
}

.price-section .price-size p span.size {
    font-size: 20px;
    letter-spacing: 2px;
    font-family: var(--freight);
    font-weight: 300
}

.price-details .know-more-btn {
    /* padding: 10px 36px; */
    margin: 0 auto;
}

.price-details h6 {
    padding-top: 10px;
    color: #fff;
}



/* Amenity Section  */

.owl-theme .owl-nav [class*='owl-']:hover {
    background: transparent !important;
    color: #FFF;
    text-decoration: none;
}

.owl-nav img {
    width: 80px;
    filter: brightness(0) saturate(100%) invert(32%) sepia(21%) saturate(1908%) hue-rotate(185deg) brightness(91%) contrast(89%);
}

.amenity-section .owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.amenity-section {
    background: #fff;
    position: relative;
}

.cluster-plan {
    position: relative;
}

.amenity-section .section-heading h2,
.amenity-section .section-subheading p {
    color: #2B4C7E !important;
    width: 70%;
    margin: 0 auto;
}







.amenity-details {
    width: 70%;
    margin: 50px auto 0;
}

.amenity-details .amnt-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px 60px 0;
    gap: 20px 40px;
}

.amenity-details .amnt-content .content {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    gap: 15px;
}

.amenity-details .amnt-content .content img {
    width: auto;
    display: none;
}

.amenity-details .amnt-img {
    position: relative;
}

.amenity-details .amnt-img img {
    border-radius: 10px;
}

.amenity-details .amnt-img p {
    position: absolute;
    right: 15px;
    bottom: 5px;
    color: #fff;
    letter-spacing: 1px;
    font-size: 10px;
}



.amenity-details .amnt-content .content p {
    font-size: 20px;
    text-transform: capitalize;
    color: #2B4C7E;
}



/* Cluster Plan */

.cluster-details {
    padding-top: 30px;
}

.cluster-plan-content {
    padding: 90px 0;
    display: flex;
    flex-direction: column;
    gap: 100px;
}

.cluster-plan-content .tower {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.cluster-plan-content .tower h2 {
    color: var(--primary-color);
    letter-spacing: 2px;
    font-size: 35px;
}

.cluster-plan-content .tower p {
    font-size: 16px;
    font-weight: 500;
    color: #2B4C7E;
}



.cluster-details .know-more-btn a {
    padding: 14px 40px;
}

.cluster-plan-image img.img-fluid {
    border-radius: 10px !important;
    border: 10px solid #e9ddd0;
}



.cluster-plan .owl-nav {
    position: absolute;
    bottom: 15%;
    display: flex;
    gap: 25px;
}

.cluster-plan .owl-nav img {
    width: 65px;
}





/* Floor Plan */

.floor-plan-section {
    background: #fff;
}

.floor-plan-details {
    position: relative;
}

.floor-plan-details .floor-plan-tabs {
    position: absolute;
    left: 0;
    top: 90px;
    z-index: 99;
    display: flex;
    gap: 100px;
}



.one-bed-residences-details {
    position: relative;
    padding-top: 40px;
}


.one-bed-residences-details .owl-nav {
    position: absolute;
    left: -75%;
    bottom: 12%;
    display: flex;
    gap: 20px;
}

.one-bed-residences-details .owl-nav img {
    width: 65px;
}

.bed-residences-image {
    text-align: -webkit-right;
    filter: blur(1px);
}

.bed-residences-image a img {
    height: auto;
    width: 80% !important;
    object-fit: contain;
    object-position: top;
    border: 10px solid #e9ddd0;

    border-radius: 10px;
    margin-right: 20px;
}



.one-bed-residences-content {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding-top: 170px;
}

.one-bed-residences-content .floor-details {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.one-bed-residences-content .floor-details .points {
    display: flex;
    align-items: center;
    gap: 20px;
}

.one-bed-residences-content .floor-details .points p {
    font-size: 14px;
}



.floor-plan-section .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #9e8061;
    letter-spacing: 0.6px;
    font-size: 15px;
    padding: 11px 30px;
    border-radius: 0;
}

.floor-plan-section .nav-link {
    display: block;
    padding: 11px 30px;
    color: #9e8061;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    border-top: 1px solid var(--primary-color);
    border-bottom: 1px solid var(--primary-color);
    border-radius: 0;
}





/* Gallery Section */

.gallery-section .gallery-images {
    padding-top: 30px;
}

.gallery-section .gallery-img {
    position: relative;
}

.gallery-section .gallery-img p {
    position: absolute;
    right: 15px;
    bottom: 5px;
    color: #fff;
    letter-spacing: 1px;
    font-size: 10px;
}

.gallery-section .gallery-img img {
    border-radius: 10px;
}



/* .gallery-details{width: 80%;margin: 0 auto 0;position: relative;} */

.gallery-details {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}



.gallery-details .amnt-img {
    position: relative;
}

.gallery-details .amnt-img img {
    border-radius: 10px;
    height: 550px;
    object-fit: cover;
}

.gallery-details .amnt-img p {
    position: absolute;
    right: 15px;
    bottom: 5px;
    color: #fff;
    letter-spacing: 1px;
    font-size: 10px;
}

.gallery-section .owl-nav img {
    width: 70px;
}

.gallery-section .owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.gallery-section {
    position: relative;
    background: #fff;
}





/* Location Section */

.location-flex {
    display: flex;
    flex-direction: column;
    gap: 30px;
    height: 100%;
    justify-content: center;
}

.loc-det {
    margin-top: 80px;
    position: relative;
    z-index: 99;
}

.location-details {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-right: 40px;
    height: 462px;
    overflow-y: scroll;
}

.location-details {
    height: 462px;
    overflow-y: auto;
    scrollbar-width: none;
    /* Firefox */
}

.location-details::-webkit-scrollbar {
    display: none;
    /* Chrome, Edge, Safari */
}

.location-content {
    display: flex;
    justify-content: space-between;
    padding-bottom: 8px;
    border-bottom: 1px solid var(--primary-color);
}

.location-content .content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.location-content .content p {
    font-size: 13px;
    color: #2B4C7E;
}

.location-content .distance p {
    font-size: 14px;
    font-weight: 500;
    color: var(--primary-color);
}

.location-section .location-map-img {
    padding: 0 30px;
    border-radius: 10px;
}



/* About Developer */

.developer-content {
    padding: 40px;
    text-align: center;
    /* color: #2B4C7E; */
}

.developer-content p {
    font-size: 12px;
    line-height: 28px;
    color: #000000;
}

.footer-img {
    margin: 10px 50px;
    position: relative;
}

.footer-img img {
    border-radius: 10px;
}

.footer-img p {
    position: absolute;
    right: 15px;
    bottom: 5px;
    color: #fff;
    letter-spacing: 1px;
    font-size: 10px;
}





/* Footer Form */




.footer-from {
    width: 75%;
    padding: 50px 50px 45px;
    border: 5px solid #e5c29a;
    background: #f8f4f0;
    border-radius: 5px;
}

.footer-from .form-group .form-control {
    border: none;
    background-color: transparent;
    border-bottom: 1px solid var(--primary-color);
    border-radius: 0;
    margin-bottom: 25px;
    padding-left: 10px;
}

.footer-from .form-group .form-control::placeholder {
    font-size: 12px;
    color: #202020;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer-from .form-group .form-control:focus {
    box-shadow: none;
}

.footer-from .form-check .form-check-input {
    accent-color: var(--primary-color);
}

.footer-from .form-check .form-check-input:checked {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    box-shadow: none;
}

.footer-from .form-check label {
    font-size: 10px;
    letter-spacing: 0.4px;
    line-height: 18px;
}

.footer-form-btn {
    border: 1px solid var(--primary-color);
    box-shadow: none;
    color: #fff;
    padding: 10px 34px;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 500;
    background: var(--primary-color);
    display: block;
    margin: auto;
    margin-top: 35px;
}



.footer-query-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 50px;
}

.footer-query-content .start-text {
    font-size: 66px;
    font-weight: 300;
    letter-spacing: 3px;
    line-height: 100px;
    color: #FFF;
}

.footer-query-content .end-text {
    font-size: 66px;
    font-weight: 300;
    letter-spacing: 3px;
    line-height: 60px;
    padding-left: 230px;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    color: #FFF;
}

.footer-query-content .end-text::before {
    position: absolute;
    content: '';
    left: 30px;
    top: 53%;
    width: 170px;
    height: 2px;
    background: var(--primary-color);
    background-size: 100%;
}





/* Footer section */

.footer-contact-number .ivr-number {
    text-align: center;
    padding: 8px;
    border-top: 1px solid var(--primary-color);
    border-bottom: 1px solid var(--primary-color);
    width: 70%;
    margin: auto;
}

.footer-section a {
    color: #000;
}

.footer-contact-number .ivr-number a {
    color: var(--primary-color);
    font-weight: 600;
    font-size: 40px;
    letter-spacing: 3px;
    font-family: var(--freight);
    font-variant: lining-nums;
}

.footer-rera-section {
    padding: 30px;
    text-align: center;
    color: #fff;
}

.discalimer {
    text-align: center;
}

.discalimer p {
    font-size: 12px;
    line-height: 24px;
    color: #000000;
}

.privacy-policy {
    padding-top: 20px;
    text-align: center;
    color: #fff;
}





/* Modal Section */

.popup-section .modal-content {
    background: #f8f4f0
}

.popup-section .form_section button.btn-close {
    position: absolute;
    right: 20px;
    top: 15px;
}

.popup-section .modal-dialog .popup_image img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

.popup-section .modal-dialog.modal-dialog-centered {
    max-width: 1000px;
}

.popup-section .modal-dialog .bg_logo {
    width: 230px;
    height: 230px;
    top: 32%;
}

.popup-section .modal-dialog .menu_logo {
    text-align: center
}

.popup-section .popup_image {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    position: relative;
}

.popup-section .popup_image::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 43%;
}

.popup-image-details {
    position: absolute;
    bottom: 0;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.popup-image-details .popup-typology p {
    font-size: 20px;
    letter-spacing: 4px;
    font-family: var(--dropkicker);
    font-weight: 300;
    padding-bottom: 12px;
    margin: 0;
}

.popup-pricing span {
    font-size: 12px;
    letter-spacing: 2px;
    font-family: 'Montserrat';
    font-weight: 300;
}

.popup-pricing p {
    font-size: 30px;
    letter-spacing: 5px;
    font-family: var(--dropkicker);
    font-weight: 300;
}

.popup-pricing {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.popup-section .popup-form {
    padding: 20px 40px;
}

.popup-section .form_section .form-control {
    border: none;
    border-bottom: 1px solid #00000057;
    padding: 15px 5px;
    margin-bottom: 10px;
    border-radius: 0;
    background-color: transparent;
    font-family: var(--primary-font);
    font-size: 14px;
    font-weight: 400;
    line-height: 15.58px;
    letter-spacing: 1px;
}

.popup-section .form_section .form-control::placeholder {
    font-family: var(--montserrat);
    font-size: 13px;
    letter-spacing: 1px;
}

.popup-section .submit_btn {
    border: 1px solid;
    width: fit-content;
    padding: 11px 32px;
    color: #fff;
    background: var(--primary-color);
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: var(--montserrat);
    font-size: 12px;
    display: block;
    margin: 20px auto 0;
}

.popup-section button.btn-close {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 99;
    border: 1px solid;
    border-radius: 50%;
    padding: 10px;
    font-size: 10px;
}

.popup-project-logo img {
    margin: auto;
    display: block;
    width: 140px;
    padding-bottom: 30px;
}

.popup-section .checkbox-section input {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    box-shadow: none;
    accent-color: var(--primary-color);
}



.popup-section.map-section .modal-dialog.modal-dialog-centered {

    max-width: 800px !important;

}

.popup-section.map-section .modal-body {

    padding: 40px;

}



.mobile-section {
    display: none;
}

/* .banner-mobile{min-height: 300px;} */

.banner-mobile {

    min-height: auto;

    height: auto;

    object-fit: inherit;
}

.checkbox-section {
    color: #555555e0;
    font-size: 8px;
    gap: 5px;
    margin-top: 13px;
    letter-spacing: 0.5px;
}

.mobile-section a:active {
    color: #fff;
}

.mobile-section a:hover {
    color: #ffffff;
}



.mobile-view {
    display: none;
}

/* .desk-view{display: block;} */

.m-view {
    display: none;
}

.d-view {
    display: block;
}

.builder-logo {
    text-align: center;
    padding-bottom: 20px;
}

.builder-logo img {
    width: 100px;
}



.whatsapp-section {
    position: fixed;
    bottom: 40px;
    width: 42px;
    right: 40px;
    z-index: 999;
}



h4.offer-banner {
    color: #000000;
    font-weight: 500;
    letter-spacing: 2px;
    width: fit-content;
    padding: 12px 60px;
    border-radius: 2px;
    margin: 0px auto 15px;
    background: #FFFFFF;
    backdrop-filter: blur(20px);
    font-family: var(--montserrat);
    border: 1px solid var(--primary-color);
    font-size: 13px;
    transition: 0.4s ease-in;
}

.offer-banner:hover {
    background: #FFFFFF;
    color: #000;
}



.mobileForm {
    border-top: 1px solid #c2bab16e;
    margin-top: 0px;
    padding: 30px 0;
}

.mobileForm .section-head {
    margin-bottom: 47px;
}

.mobileForm .footer_from {
    padding: 0 15px;
}

.mobileForm .form-group {
    margin-bottom: 14px;
}

.mobileForm .form-control {
    background: transparent;
    font-size: 16px;
    padding: 10px 14px;
    border: 0;
    border-bottom: 1px solid #cfbeac;
    border-radius: 0;
    font-family: 'Poppins', sans-serif;
}

.mobileForm .project-overview_btn {
    padding: 8px 40px;
    background: var(--primary-color);
    border: 0;
    border-radius: 4px;
    color: #fff;
}





.btn-floorplan {

    color: #fff;

    background-color: #00386b;

    letter-spacing: 0.6px;

    font-size: 15px;

    padding: 11px 30px;

    border: none;

    border-radius: 0;

    margin: 75px auto;

    display: block;
}



.floor-plan-section .f-plan {
    position: relative;
}



.floor-plan-section .f-plan img {
    background-color: #e9e9e9;
    padding: 10px;
}



.floor-plan-section .f-plan .inner-btn {
    position: absolute;
    display: grid;
    align-items: center;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    justify-content: center;
}

.floor-plan-section .f-plan .inner-btn button {
    width: 220px;
    background-color: var(--primary-color);
    padding: 8px 20px;
    border: none;

    color: #fff;
    font-size: 16px;
}







.project-details p {

    padding-bottom: 8px;

    /* column-count: 2; */
}



.amenity-section .section-subheading p {

    font-size: 16px;

    text-transform: capitalize;

    padding: 4px 0;

    text-align: center;

    color: #1A365D !important;
}

.usp-img {
    WIDTH: 50%;
}

button.accordion-button.collapsed {
    background: #1A365D;
    font-family: var(--montserrat);
    color: #fff;
    border-radius: 0 !important;
    margin-bottom: 6px;
    font-weight: 500;
}

.accordion-item {
    border-color: #1A365D;
}

.accordion-item:first-of-type .accordion-button,
.accordion-button:not(.collapsed) {
    font-family: var(--montserrat);
}

.accordion-item {
    border: none;
}

.accordion-button:not(.collapsed) {
    color: #1A365D;
}

.accordion-item {
    border-bottom: 1px solid #10223a;
    border-radius: 0 !important;
    border-top: 1px solid #10223a;
}

.accordion-button:not(.collapsed) {
    color: #fff;
    background: #D4AF37;
}

.accordion-header {
    background: transparent;
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../images/icons/download.svg);
    transform: rotate(-180deg);
}

.accordian_sec {
    background: #fff;
    padding: 60px 0;
}

div#accordionExample {
    max-width: 1000px;
    margin: 0 auto;
}

.accordion-body {
    font-size: 14px;
}

.accordion-item:last-of-type {
    border-bottom: none;
}

.accordion-button::after {

    background-image: url(../images/icons/download\ 1\ \(1\).svg);
}

.form-group select.form-control {
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    padding-right: 36px;
    cursor: pointer;
}

@media(max-width:1600px) {

    .container {
        max-width: 1240px;
    }





    /* Amenity */

    .amenity-details {
        width: 65%;
    }

    .amenity-details .amnt-content {
        padding: 20px 0px 0;
        gap: 15px 25px;
    }

    .amenity-section .owl-carousel .owl-nav {
        padding: 0 60px;
    }



    /* cluster plan */

    .cluster-plan-image {
        padding: 50px;
        padding-top: 0;
    }

    .cluster-plan-content {
        padding: 60px 0;
    }

    .location-flex {
        margin-left: 40px;
    }

    .location-details {
        margin-right: 0px;
    }

    .one-bed-residences-details .owl-nav {
        bottom: 3%;
    }



    .price-section .price-details {
        margin: 80px 60px 40px;
        padding: 40px 20px;
    }

    .banner-new-design .banner-details {
        padding: 5px;
    }

    .banner-new-design .banner-details .banner-status h5::after,
    .banner-new-design .banner-details .banner-typology h5::after,
    .banner-new-design .banner-details .banner-price h5::after,
    .banner-new-design .banner-details .banner-plan h5::after {
        top: 48%;
    }

    .banner-new-design .banner_logo {
        width: 130px;
    }

    .banner-new-design .address {
        padding: 20px 0;
        font-size: 18px;
    }

    .banner-call-section {
        padding: 7px 16px;
    }

    .banner-call-section img {
        width: 18px;
    }

    .banner-call-section .navbar-query-btn span {
        font-size: 12px;
    }



    .menu_section .menu_in {
        padding-top: 10px;
    }

    .menu_section {
        max-width: 460px;
    }

    .menu_section ul li {
        padding: 12px 0 10px;
    }

    .menu_section ul li a {
        font-size: 12px;
    }



    .cluster-plan-content .tower h2 {
        font-size: 26px;
    }

    .gallery-details {
        width: 70%;
    }

    .gallery-details .amnt-img img {
        height: 480px;
    }

    .gallery-section .owl-carousel .owl-nav {
        padding: 0 50px;
    }



    .lounge-images .amn-img h4 {
        font-size: 16px;
    }



}



@media(max-width:1367px) {

    .section-heading h2 {
        font-size: 28px;
        line-height: 30px;
    }

    p {
        font-size: 12px;
    }



    /* .container{max-width: 1200px !important;} */

    .amenity-details {
        width: 60%;
    }

    .amenity-section::before {
        background-size: 250px;
    }

    .amenity-section::after {
        background-size: 250px;
    }

    .amenity-section .owl-carousel .owl-nav {
        padding: 0 80px;
    }

    .amenity-details .amnt-content {
        gap: 10px 15px;
        padding-bottom: 14px;
    }

    .cluster-plan-content {
        padding: 60px 20px;
    }

    .cluster-plan .owl-nav {
        left: 20px;
    }



    .banner-new-design .banner-details {
        width: 85%;
        margin: auto;
        border-radius: 5px;
    }

    .lounge-content .lounge-details p {
        font-size: 12px;
        line-height: 24px;
    }

    .lounge-content .lounge-details {
        margin-bottom: 40px;
    }



    .banner-new-design .banner-details .banner-status h5,
    .banner-new-design .banner-details .banner-typology h5,
    .banner-new-design .banner-details .banner-price h5,
    .banner-new-design .banner-details .banner-plan h5 {
        font-size: 12px;
    }

    .banner-new-design .banner-details .banner-status h4,
    .banner-new-design .banner-details .banner-typology h4,
    .banner-new-design .banner-details .banner-price h4,
    .banner-new-design .banner-details .banner-plan h4 {
        font-size: 12px;
    }

    .overview-points .points h4 {
        font-size: 20px;
    }

    .overview-points {
        padding: 50px 0 40px;
    }

    .know-more-btn a {
        font-size: 12px;
        padding: 11px 22px;
    }

    .highlights-section .our-highlights .points p {
        font-size: 13px;
    }



    .price-section .price-details {
        margin: 50px 60px 40px;
    }

    .price-section .price-sec-head h3 {
        font-size: 26px;
    }

    .section-subheading h4 {
        font-size: 24px;
    }

    .amenity-section .owl-nav img {
        width: 65px;
    }

    .cluster-plan .owl-nav img {
        width: 60px;
    }

    .one-bed-residences-details .owl-nav img {
        width: 60px;
    }

    .one-bed-residences-content .floor-details .points p {
        font-size: 13px;
    }

    .section-subheading.dark-color h4 {
        font-size: 26px;
    }

    .builder-logo img {
        width: 80px;
    }

    .footer-query-content .start-text {
        font-size: 58px;
        line-height: 60px;
    }

    .footer-query-content .end-text {
        font-size: 58px;
        line-height: 60px;
    }



    h4.offer-banner {
        font-size: 12px;
    }

    .usp-img {
        WIDTH: 100%;
    }


}



@media screen and (max-width: 575px) {

    .mobile-view {
        display: block;
    }

    .desk-view {
        display: none;
    }







    .know-more-btn {
        margin: 0 auto;
        margin-top: 10px;
    }

    .floor-plan-section .f-plan {
        margin-bottom: 25px;
    }





    p {
        font-size: 11px;
        line-height: 24px;
    }

    .section-heading::before {
        height: 20%;
        width: 100%;
    }

    .section-heading {
        margin-bottom: 40px;
        padding: 0 40px;
    }

    .section-heading h2 {
        font-size: 28px;
        line-height: 38px;
    }

    .section-subheading h4 {
        width: 100%;
        font-size: 22px;
        line-height: 36px;
    }

    .container {
        max-width: 90%;
    }

    .p-100 {
        padding: 50px 0px 50px;
    }



    .navbar.fixed .project-logo {
        width: 80px;
    }

    .header nav.navbar {
        min-height: 55px;
        padding-top: 0;
    }

    .navbar.fixed .banner-call-section .navbar-query-btn span {
        display: none;
    }

    .navbar.fixed .banner-call-section {
        padding: 10px 10px;
        display: none;
    }

    .banner-call-section {
        gap: 0;
    }

    .menu-section {
        gap: 0px;
    }

    .navbar.fixed .openmenu {
        padding: 10px 10px 10px 20px;
    }

    .banner-call-section .navbar-query-btn span {
        display: none;
    }

    .header .project-logo {
        width: 70px;
        top: 50%;
    }

    .banner-call-section {
        padding: 10px 10px;
        display: none;
    }





    .banner-new-design {
        position: relative;
        bottom: unset;
        left: unset;
        transform: unset;
        margin-top: 15px;
    }

    .banner-new-design .banner_logo {
        width: 120px;
        filter: brightness(0) saturate(100%) invert(51%) sepia(50%) saturate(276%) hue-rotate(350deg) brightness(93%) contrast(85%);
    }

    .banner-new-design .address {
        padding: 15px 0;
        font-size: 14px;
        line-height: 21px;
        color: #ffffff;
        font-weight: 500;
    }

    .banner-new-design .banner-details div:not(:last-child) {
        border-right: none;
        border-bottom: 1px solid #c2b48e;
    }

    .banner-new-design .banner-details {
        flex-direction: column;
    }



    .banner-new-design .banner-details .banner-status:hover,
    .banner-new-design .banner-details .banner-price:hover {
        background: unset;
    }

    .banner-new-design .banner-details .banner-typology,
    .banner-new-design .banner-details .banner-plan {
        background: #FFFFFF;
    }

    .banner-new-design .banner-details .banner-status:hover h5,
    .banner-new-design .banner-details .banner-price:hover h5,
    .banner-new-design .banner-details .banner-status:hover h4,
    .banner-new-design .banner-details .banner-price:hover h4 {
        color: #ffffff;
        font-weight: 400;
    }

    .banner-new-design .banner-details .banner-typology h4,
    .banner-new-design .banner-details .banner-plan h4,
    .banner-new-design .banner-details .banner-typology h5,
    .banner-new-design .banner-details .banner-plan h5 {
        color: #000000;
        font-weight: 500;
    }

    .banner-new-design .banner-details .banner-status h4,
    .banner-new-design .banner-details .banner-typology h4,
    .banner-new-design .banner-details .banner-price h4,
    .banner-new-design .banner-details .banner-plan h4 {
        font-size: 12px;
        letter-spacing: 1.2px;
    }

    .banner-new-design .banner-details .banner-typology h5::after,
    .banner-new-design .banner-details .banner-plan h5::after {
        background: #0000009c;
    }

    .banner-new-design .banner-details {
        border: 1px solid #c2b48ec9;
    }

    .banner-new-design .banner-details .banner-status h5,
    .banner-new-design .banner-details .banner-typology h5,
    .banner-new-design .banner-details .banner-price h5,
    .banner-new-design .banner-details .banner-plan h5 {
        font-size: 12px;
        padding-bottom: 8px;
    }

    .price-ban {
        font-size: 18px !important;
    }





    .location-flex {

        height: 400px;



    }



    .section-head h2 {
        color: var(--primary-color);
        font-weight: 300;
        letter-spacing: 2px;
        font-size: 24px;
        line-height: 34px;
    }

    .section-head::before {
        height: 30%;
        background-size: 100%;
    }

    .overview-right-side {
        gap: 70px;
    }

    .overview-left-side .overview-usp .usp-img,
    .overview-right-side .overview-usp .usp-img {
        object-fit: cover;
    }

    .overview-left-side .overview-usp .usp-img img,
    .overview-right-side .overview-usp .usp-img img {
        border-radius: 10px;
        height: 250px;
        object-fit: cover;
    }

    .overview-usp.mobile {
        display: flex;
        flex-direction: column;
    }

    .overview-usp.mobile .mobile-view.points {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0px 20px 20px;
        gap: 5px;
        flex-wrap: wrap;
    }

    .overview-usp.mobile .mobile-view.points .points {
        color: #fff;
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: center;
        border-bottom: 1px solid #9e806187;
        transition: 0.4s ease-in-out;
        padding: 8px 0;
    }

    .overview-usp.mobile .mobile-view.points .points:hover {
        background: var(--primary-color);
    }

    .overview-usp.mobile .mobile-view.points .points:hover h4 {
        color: #fff;
    }

    .overview-usp.mobile .mobile-view.points img {
        width: 28px;
        display: none;
    }

    .overview-usp.mobile .mobile-view.points h4 {
        letter-spacing: 1.5px;
        line-height: 30px;
        font-size: 20px;
        color: #2B4C7E;
    }

    .overview-left-side {
        gap: 0px;
    }

    .usp-section {
        padding-bottom: 20px;
    }







    .project-details {
        padding-top: 10px;
        gap: 0px;
        text-align: center;
        align-items: center;
    }

    .project-overview-section .project-overview-image {
        padding: 30px 0 0;
    }

    .project-overview-image img {
        height: 300px;
        object-fit: cover;
        border-radius: 10px;
    }

    .highlights-section .highlights-details .highlight-image {
        width: 100%;
    }

    .our-highlights {
        gap: 16px;
        padding: 25px 0 20px;
    }

    .highlights-section .our-highlights .points {
        align-items: baseline;
    }

    .highlights-section .our-highlights .points p {
        font-size: 12px;
        font-weight: 400;
    }

    .highlight-details-sec::before {
        top: 10%;
        height: 70%;
        opacity: 0.04;
    }

    .lounge-content .lounge-details {
        margin-bottom: 30px;
    }

    .lounge-images .amn-img p {
        right: 10px;
        bottom: 2px;
        font-size: 8px;
    }

    .lounge-images {
        justify-content: space-evenly;
        gap: 15px;
        padding-top: 30px;
    }

    .lounge-images .amn-img {
        width: 45%;
    }

    .lounge-images .amn-img h4 {
        letter-spacing: 2px;
        font-weight: 300;
        background: #000000e8;
        padding: 6px 12px;
        font-size: 11px;
    }







    .price-section .price-details {
        margin: 40px 10px 0px;
    }

    .price-section::before {
        content: unset;
    }





    .amenity-details {
        width: 100%;
    }

    .amenity-section .owl-carousel .owl-nav {
        top: 110%;
        transform: translateY(-50%);
        margin: 0;
        display: flex;
        justify-content: center;
        padding: 0;
        gap: 25px;
    }

    .amenity-section .owl-carousel .owl-nav img {
        width: 60px;
    }



    .amenity-details .amnt-img img {
        height: 250px;
        object-fit: cover;
        border-radius: 10px;
    }

    .amenity-section {
        padding-bottom: 100px;
    }

    .amenity-section::before {
        content: unset;
    }

    .amenity-section::after {
        content: unset;
    }

    .amenity-details .amnt-content .content {
        gap: 10px;
    }





    .cluster-plan {
        padding-bottom: 80px;
    }

    .cluster-plan-content {
        padding: 0px 20px;
        text-align: center;
    }

    .cluster-plan-content .tower {
        gap: 10px;
    }

    .cluster-plan-content {
        gap: 30px;
        align-items: center;
    }

    .cluster-details .know-more-btn a {
        padding: 10px 30px;
    }

    .cluster-plan-image {
        padding: 10px;
        padding-top: 30px;
    }

    .cluster-details {
        padding-top: 10px;
    }

    .cluster-plan-content .tower h2 {
        font-size: 26px;
    }

    .cluster-plan-content .tower p {
        font-size: 15px;
    }

    .cluster-plan .owl-nav img {
        width: 55px;
    }

    .cluster-plan .owl-nav {
        position: absolute;
        bottom: -15%;
        display: flex;
        gap: 20px;
        justify-content: center;
        left: 0;
        width: 100%;
    }



    .floor-plan-details .floor-plan-tabs {
        position: absolute;
        left: 0;
        top: 20px;
        align-items: center;
        gap: 10px;
        justify-content: center;
        width: 100%;
    }

    .floor-plan-section .nav-pills .nav-link.active,
    .nav-pills .show>.nav-link {
        font-size: 12px;
        padding: 10px 15px;
    }

    .floor-plan-section .nav-link {
        padding: 10px 20px;
        font-size: 13px;
    }

    .one-bed-residences-details {
        padding-top: 0px;
        z-index: 99;
    }

    .one-bed-residences-content {
        gap: 20px;
        padding-top: 90px;
    }

    .one-bed-residences-content .floor-details {
        gap: 10px;
    }

    .one-bed-residences-content .floor-details .points {
        align-items: baseline;
        gap: 20px;
    }

    .one-bed-residences-content .floor-details .points p {
        font-size: 12px;
    }

    .bed-residences-image {
        padding-top: 20px;
    }

    .bed-residences-image a img {
        width: 100% !important;
    }

    .one-bed-residences-details .owl-nav {
        position: absolute;
        left: 62%;
        bottom: 99%;
        display: flex;
        gap: 10px;
    }

    .one-bed-residences-details .owl-nav img {
        width: 50px;
    }

    .one-bed-residences-details::before {
        width: 100%;
        height: 100%;
        top: 45%;
        left: 50%;
        opacity: 0.04;
        background-size: 310px;
        z-index: -9;
    }





    .gallery-details .amnt-img img {
        height: auto;
    }

    .gallery-details {
        width: 100%;
    }

    .gallery-section .gallery-images {
        padding-top: 10px;
    }

    .gallery-section {
        padding-bottom: 100px !important;
    }

    .gallery-section .owl-nav img {
        width: 56px;
    }

    .gallery-section .owl-carousel .owl-nav {
        bottom: -15%;
        top: unset;
        left: 50%;
        transform: translateX(-50%);
        width: unset;
        gap: 30px;
    }



    .loc-det {
        margin-top: 40px;
        position: relative;
        z-index: 99;
    }

    .location-flex {
        margin-left: 10px;
        gap: 30px;
    }

    .location-details {
        gap: 20px;
    }

    .location-content .content p {
        font-size: 12px;
    }

    .location-section .location-map-img {
        margin-top: 30px;
        padding: 0;
    }



    .section-subheading.dark-color h4 {
        font-size: 24px;
        font-weight: 300;
    }

    .developer-content {
        padding: 20px 0;
        text-align: center;
    }

    .footer-img {
        margin: 0px 0px;
    }

    .footer-img img {
        border-radius: 10px;
    }



    .footer-query-content .start-text {
        font-size: 42px;
        line-height: 50px;
    }

    .footer-query-content {
        padding-left: 20px;
    }

    .footer-query-content .end-text {
        font-size: 42px;
        line-height: 30px;
        padding-left: 130px;
    }

    .footer-query-content .end-text::before {
        left: 15px;
        top: 53%;
        width: 90px;
    }

    .footer-from {
        width: 100%;
        padding: 30px 20px 25px;
        margin-top: 30px;
    }

    .footer-form-btn {
        margin-top: 25px;
    }



    .footer-contact-number .ivr-number {
        width: 100%;
    }

    .footer-contact-number .ivr-number a {
        font-size: 32px;
    }

    .footer-rera-section {
        padding: 30px 0;
    }



    .popup-project-logo img {
        width: 120px;
        padding-bottom: 20px;
    }

    .popup-section .popup-form {
        padding: 20px 10px;
    }





    .banner-section .banner-img {
        height: 60vh;
    }

    .banner-content {
        position: relative;
    }

    .banner-content {
        position: absolute;
        bottom: 80px;
        width: 100%;
        display: flex;
        justify-content: center;
        padding: 60px 0;
        flex-direction: column;
        align-items: center;
        left: 50%;
        transform: translateX(-50%);
    }

    .banner-content .banner_logo {
        width: 225px;
        height: auto;
        margin-bottom: 10px;
        filter: invert(1) brightness(20);
    }

    .banner-content {
        position: absolute;
        bottom: 80px;
        width: 100%;
        display: flex;
        justify-content: center;
        padding: 60px 0;
        flex-direction: column;
        align-items: center;
        left: 50%;
        transform: translateX(-50%);
    }

    .banner-content .banner_logo {
        width: 225px;
        height: auto;
        margin-bottom: 10px;
        filter: invert(1) brightness(20);
    }



    .banner-new-design .banner-details {
        width: 100%;
    }

    .banner-new-design .banner-details {
        background: #a28567;
    }

    .banner-new-design .banner-details .banner-status h5::after,
    .banner-new-design .banner-details .banner-typology h5::after,
    .banner-new-design .banner-details .banner-price h5::after,
    .banner-new-design .banner-details .banner-plan h5::after {
        background: #ffffff63;
    }



    .menu_section .menu_in {
        padding: 0px 30px;
        padding-top: 10px;
    }

    .menu_section ul li {
        padding: 10px 0 5px;
    }

    .mobile-open .closemenu {
        top: 40px;
    }

    .menu_section ul li a {
        font-size: 11px;
        letter-spacing: 1.5px;
    }

    .menu_logo img {
        width: 140px;
        padding: 15px;
    }



    .d-view {
        display: none;
    }

    .m-view {
        display: block;
    }



    .loc-det::before {
        left: 50%;
        transform: translateX(-50%);
        height: 120%;
        background-size: 340px;
    }



    .mobile-section {
        position: fixed;
        bottom: 0;
        width: 100%;
        background: var(--primary-color);
        border-top: 1px solid #f8f5e761;
        z-index: 99;
        padding: 5px;
        display: block;
        display: flex;
    }

    .mobile-section a {
        text-align: center;
        color: #ffffff;
        padding: 5px;
        font-size: 12px;
        letter-spacing: 1px;
        flex: 1;
    }

    .mobile-section a:not(:last-child) {
        border-right: 1px solid #f8f5e8;
    }



    .developer-content p {
        font-size: 11px;
        line-height: 24px;
    }

    .builder-logo img {
        width: 80px;
    }

    .popup-section.map-section .modal-body {
        padding: 10px 10px;
    }



    h4.offer-banner {
        padding: 12px 40px;
        background: var(--primary-color);
        color: #fff;
    }

    .amenity-section .section-subheading p {

        font-size: 11px;

        padding: 2px 0;

        width: 100%;
    }



    .carousel-inner {

        min-height: auto;
    }

}


@media(max-width:967px) {
    .banner-section .carousel-inner::after {
        background: none;
    }

    .accordion-button {
        font-size: 13px;
        padding: 10px 14px;
        line-height: 22px;
    }

    .accordion-body {
        font-size: 13px;

    }

    .accordion-body {
        padding: 10px;
        font-size: 11px;
        line-height: 24px;
    }
}


#moreText {
    display: none;
}

.read-btn {
    border: none;
    background: none;
    color: #2B4C7E;
    font-weight: 600;
    cursor: pointer;
    margin-top: 5px;
}


div#about-developer {
    background: #fff;
}


.points img.img-fluid {
    filter: brightness(0) saturate(100%) invert(32%) sepia(21%) saturate(1908%) hue-rotate(185deg) brightness(91%) contrast(89%);
}

.content img {
    filter: brightness(0) saturate(100%) invert(32%) sepia(21%) saturate(1908%) hue-rotate(185deg) brightness(91%) contrast(89%);
}

.privacy-policy p {
    color: #000;
}

.footer-rera-section p {
    color: #000;
}

.price-section .know-more-btn {
    border-bottom: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    border: 1px solid #fff;
    background: #fff;
}

.price-section .know-more-btn a {
    color: #2B4C7E;
}

.banner-section .mobileForm {
    background: #fff;
}

label.invalid-data.existingCheck {
    font-size: 12px;
}

/* Enquiry Button */
.enquiry-btn {
    position: fixed;
    right: 0;
    top: 50%;
    text-transform: uppercase;
    letter-spacing: 1px;
    transform: translateY(-50%);
    background: #1A365D;
    color: #fff;
    padding: 31px 9px;
    cursor: pointer;
    font-size: 14px;
    z-index: 99;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    border-radius: 10px 0 0 10px;
}

@media(max-width:967px) {
    .project-logo.logo-light {
        display: block;
    }
}


html,
body {
    overflow-x: hidden;
    width: 100%;
}


.header,
.navbar {
    width: 100%;
    left: 0;
    right: 0;
}

/* Hide the next/previous slide preview */
#gallery-carousel .owl-stage-outer {
    overflow: hidden;
}

#gallery-carousel .item {
    width: 100%;
}

.gallery-details {
    width: 100%;
    margin: 0 auto;
}

.gallery-details .amnt-img img {
    width: 100%;
    display: block;
}

/* Visual Journey - Full Size Images */
.gallery-details {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto;
}

.amnt-img {
    width: 100%;
}

.amnt-img img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
}

#gallery-carousel .owl-stage-outer {
    overflow: hidden;
}

#gallery-carousel .owl-item {
    width: 100%;
}




#gallery-carousel .gallery-details {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
}

#gallery-carousel .amnt-img {
    width: 100%;
}

#gallery-carousel .amnt-img img {
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 767px) {

    #visual-journey .container {
        max-width: 100%;
        padding-left: 8px !important;
        padding-right: 8px !important;
    }
}


header.header {
    z-index: 1030 !important;
}

.navbar {
    z-index: 1030 !important;
}






.project-stats {
    background: rgba(0, 0, 0, .25);
    backdrop-filter: blur(18px);
    border-radius: 12px;
    padding: 24px 28px;
    max-width: 900px;
    color: #fff;
}

.stats-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.stat-item {
    flex: 1;
    text-align: center;
}

.stat-item:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, .35);
}

.stat-number {
    display: block;
    font-size: clamp(28px, 3vw, 52px);
    font-weight: 700;
    color: #fff;
    line-height: 1;
}

.stat-label {
    display: block;
    font-size: clamp(12px, 1vw, 18px);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 8px;
}

.stats-divider {
    height: 1px;
    background: rgba(255, 255, 255, .35);
    margin: 18px 0;
}

.bottom-row .wide {
    flex: 1;
}

.stats-footer {
    text-align: center;
    margin-top: 18px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 1px;
}

@media (max-width: 767px) {

    /* Keep hero image large */
    .banner-mobile {
        width: 100%;
        height: 60vh !important;
        object-fit: cover;
    }

    /* Banner below image */
    .banner-text-overlay {
        position: static !important;
        transform: none !important;
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 0;
    }

    .glass-banner {
        width: 100%;
        max-width: 100%;
        padding: 20px 10px;
    }

    /* Smaller stats text */
    .stat-number {
        font-size: 32px !important;
        line-height: 1;
    }

    .stat-label {
        font-size: 12px !important;
        letter-spacing: 1px;
    }

    .stats-row {
        gap: 10px;
    }
}


.project-title-banner {
    position: absolute;
    left: 80px;
    bottom: 380px;
    /* title sits above stats */
    z-index: 20;
    width: 700px;
}

.project-title-banner h1 {
    margin: 0;
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.05;
    text-shadow: 0 4px 20px rgba(0, 0, 0, .5);
}

.project-title-banner h4 {
    margin: 0;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.05;
    text-shadow: 0 4px 20px rgba(0, 0, 0, .5);
}

.banner-text-overlay {
    position: absolute;
    left: 80px;
    bottom: 60px;
    z-index: 10;
}

/* Tablets & Large Mobile Devices */
@media (min-width: 768px) and (max-width: 1024px) {

    .project-title-banner {
        left: 50px;
        bottom: 320px;
        width: 650px;
        z-index: 20;
    }

    .project-title-banner h1 {
        font-size: 42px;
        line-height: 1.1;
    }

    .project-title-banner h4 {
        font-size: 22px;
        line-height: 1.1;
    }

    .banner-text-overlay {
        left: 50px;
        bottom: 50px;
    }

    .glass-banner {
        max-width: 650px;
    }
}


@media (max-width: 767px) {

    .project-title-banner {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 250px;
        /* Adjust if needed */
        width: 90%;
        text-align: center;
        z-index: 20;
    }

    .project-title-banner h1 {
        font-size: 34px;
        line-height: 1.15;
        font-weight: 700;
        color: #fff;
        margin: 0;
        text-shadow: 0 4px 20px rgba(0, 0, 0, .6);
    }

    .banner-text-overlay {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 40px;
        width: 90%;
        max-width: 420px;
    }

    .glass-banner {
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 767px) {

    .banner-text-overlay {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        max-width: 100%;
        transform: none;
        padding: 0;
        margin: 0;
    }

    .glass-banner {
        width: 100%;
        max-width: 100%;
        border-radius: 0;
        margin: 0;
    }
}


.price-sec-head h3,
.price-amount h4 {
    font-family: 'Hanken Grotesk', sans-serif !important;
    font-weight: 300 !important;
    letter-spacing: 0 !important;
}

@media (max-width:767px) {


    .price-sec-head h3 {
        font-size: 2rem !important;
        line-height: 1.1;
    }

    .price-amount h4 {
        font-size: 2rem !important;
        line-height: 1;
    }
}

@media (max-width: 767px) {

    .glass-banner {
        background: rgba(0, 0, 0, 0.6) !important;
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
    }

    .glass-banner .stat-number,
    .glass-banner .stat-label {
        color: #fff !important;
    }
}

/* Mobile Navbar Logo Fix */
@media (max-width: 767px) {

    .navbar {
        padding-top: 8px !important;
        padding-bottom: 8px !important;
    }

    .navbar-brand {
        margin: 0;
    }

    .project-logo,
    .header .project-logo,
    .navbar.fixed .project-logo {
        width: auto !important;
        max-height: 40px !important;
        height: 40px !important;
    }

    .openmenu img {
        width: 24px !important;
    }
}


@media (max-width: 575px) {

    .location-flex {
        height: auto !important;
    }

    .location-details {
        height: auto !important;
        max-height: none !important;
        overflow: visible !important;
    }
}

@media (max-width: 767px) {
    .privacy-policy {
        margin-bottom: 30px !important;
        display: block;
    }
}

.about-developer .developer-image img,
.about-developer img {
    width: 100%;
    max-width: 700px;
    height: auto;
    max-height: 450px;
    object-fit: cover;
    display: block;
    margin: 0 auto;
    border-radius: 12px;
}