:root {
    --dark-orange: #60b824;
}

@font-face {
    font-family: Jost;
    src: url('../fonts/jost/Jost-Bold.ttf');
    font-weight: 700;
}

@font-face {
    font-family: Jost;
    src: url('../fonts/jost/Jost-SemiBold.ttf');
    font-weight: 600;
}

@font-face {
    font-family: Jost;
    src: url('../fonts/jost/Jost-Medium.ttf');
    font-weight: 500;
}

@font-face {
    font-family: Lexend;
    src: url('../fonts/lexend/Lexend-Light.ttf');
    font-weight: 300;
}

@font-face {
    font-family: Lexend;
    src: url('../fonts/lexend/Lexend-Regular.ttf');
    font-weight: 400;
}

@font-face {
    font-family: Lexend;
    src: url('../fonts/lexend/Lexend-Medium.ttf');
    font-weight: 500;
}

@font-face {
    font-family: Lexend;
    src: url('../fonts/lexend/Lexend-SemiBold.ttf');
    font-weight: 600;
}

@font-face {
    font-family: Lexend;
    src: url('../fonts/lexend/Lexend-Bold.ttf');
    font-weight: 700;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Jost';
    font-weight: 700;
}

html {
    overflow-x: hidden;
}

html.sidebar-open {
    overflow: hidden;
}

body {
    font-family: 'Lexend';
    font-weight: 300;
    letter-spacing: 0.5px;
    color: #000;
    overflow: hidden;
}

a,
a:hover,
a:focus,
a:active {
    color: #000;
    text-decoration: none;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

figure {
    margin: 0;
}

.btn,
.btn:hover,
.btn:focus,
.btn:active {
    box-shadow: none;
}

.btn {
    border-radius: 0;
    padding: 8px 25px;
    text-transform: uppercase;
    font-size: 14px;
}

.dark_btn {
    background: var(--dark-orange);
    color: #fff !important;
}

.dark_btn .icon {
    filter: invert(1);
    margin-right: 5px;
}

.form-control {
    min-height: 46px;
    border-radius: 0;
}

input::placeholder,
.form-control::placeholder {
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 0.5px;
}

.form-group {
    margin-bottom: 15px;
}

.sub_heading {
    color: var(--dark-orange) !important;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1px;
    position: relative;
    font-weight: 500;
    text-align: center;
}

.sub_heading.left {
    padding-left: 40px;
    text-align: left;
}

.sub_heading:before {
    position: absolute;
    content: '';
    height: 2px;
    background: var(--dark-orange);
    top: 50%;
    transform: translateY(-50%);
}

.sub_heading.left:before {
    width: 30px;
    left: 0;
}

.heading {
    font-size: 48px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 50px;
}

.heading.center {
    text-align: center;
}

.mx_-30 {
    margin-left: -30px !important;
    margin-right: -30px !important;
}

.mx_-80 {
    margin-left: -80px !important;
    margin-right: -80px !important;
}

.my_15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

.px_30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.px_80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
}

.mb_15 {
    margin-bottom: 15px !important;
}

.mb_30 {
    margin-bottom: 30px !important;
}


/* header */

.navbar {
    padding: 0;
    background: #F4F4F4;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}

.navbar .navbar-brand {
    padding: 0;
    margin: 0;
    max-width: 180px;
}

/* .navbar .navbar-toggler{background:var(--dark-orange); height:45px; width:45px; display:flex; align-items: center; justify-content: center;} */
.navbar .navbar-toggler {
    padding: 0;
    outline: none;
}

.navbar .navbar-toggler img {
    max-width: 28px;
}

.navbar .navbar-collapse {
    justify-content: flex-end;
}

.navbar .navbar-collapse .top,
.navbar .navbar-collapse .bottom {
    display: none;
}

.navbar .nav-link {
    padding: 20px 20px !important;
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 400;
}

.navbar .nav-item.active .nav-link {
    background: var(--dark-orange);
    color: #fff;
}

/* banner section */

.banner-section {
    padding-top: 85px;
    min-height: 100vh;
    position: relative;
    display: inline-grid;
    overflow: hidden;
}

.banner-section>div {
    height: 100%
}

.banner-section:before {
    position: absolute;
    content: '';
    height: 100%;
    top: 0;
    left: 0;
    width: 30%;
    background: #eef4ff;
}

.banner-section .left_col {
    max-width: 40%;
    flex: 0 0 40%;
    padding-top: 70px;
    padding-right: 0;
}

/* .banner-section div{height:100%;} */
.banner-section .carousel-item img {
    height: 100%;
    object-fit: cover;
}

.banner-section .call_number {
    display: flex;
    justify-content: flex-end;
}

.banner-section .call_number .icon {
    height: 80px;
    width: 80px;
    background: var(--dark-orange);
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-section .call_number .number {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 22px;
    background: #F4F4F4;
}

.banner-section .carousel {
    height: calc(100% - 0px);
    width: 100%;
}

.banner-section .carousel .carousel-inner,
.banner-section .carousel .carousel-inner div {
    height: 100%;
}

.banner-section .carousel_btns {
    position: absolute;
    bottom: 20px;
    right: -80px;
    z-index: 1;
    display: flex;
}

.banner-section .carousel_btns button {
    position: relative;
    height: 80px;
    width: 80px;
    opacity: 1;
}

.banner-section .carousel-control-prev {
    background: var(--dark-orange);
}

.banner-section .carousel-control-next {
    background: #F4F4F4;
}

.banner-section .carousel_btns img {
    max-width: 25px;
}

.banner-section .right_col {
    max-width: 60%;
    flex: 0 0 60%;
    padding-left: 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    width: 100%;
}

.banner-section .right_col div {
    height: auto;
}

.banner-section .right_col .top {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 20px 0;
}

.banner-section .top .contents {
    width: calc(100% - 400px);
    padding-left: 70px;
}

.banner-section .contents .project_logo {
    max-width: 200px;
    margin-bottom: 9px;
}

.banner-section .form_col .form {
    background: #F4F4F4;
    padding: 50px;
    max-width: 350px;
}

.banner-section .form_col .form_heading {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 20px;
    font-weight: 600;
}

.banner-section label {
    font-size: 14px;
    font-weight: 400;
}

.banner-section .form [type=submit] {
    width: 100%;
    font-size: 14px;
    letter-spacing: 0.5px;
    padding: 10px 15px;
    height: 50px;
}

.banner-section .project_name {
    margin: 25px 0 0;
    font-size: 55px;
    font-weight: 600;
}

.banner-section .typo {
    margin: 0;
    margin-top: 15px;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
}

.banner-section .unit {
    margin: 0;
    margin-top: 15px;
    font-size: 16px;
    font-weight: 500;
    width: max-content;
    padding: 4px 10px;
    background: #ebebeb;
}

.banner-section .unit .strike {
    text-decoration: line-through;
    color: red;
}

.banner-section .price {
    margin: 5px 0 20px;
    font-size: 38px;
    color: var(--dark-orange);
    font-weight: 600;
}

.banner-section .add {
    margin: 0;
    padding-left: 20px;
    margin-top: 30px;
}

.banner-section .add li {
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 400;
    list-style-type: circle;
}

.banner-section .bottom {
    padding: 30px 30px 30px 30px;
    background: var(--dark-orange);
    width: 100%;
}

.banner-section .other-points {
    display: flex;
    align-items: center;
}

.banner-section .other-points li {
    display: flex;
    align-items: center;
}

.banner-section .other-points li:not(:last-child) {
    margin-right: 50px;
}

.banner-section .other-points .icon {
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(255 255 255 / 30%);
}

.banner-section .other-points .icon img {
    filter: invert(1)
}

.banner-section .other-points .content {
    margin-left: 15px;
}

.banner-section .other-points p {
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 1px;
}

.banner-section .other-points .title {
    margin: 0;
    font-size: 15px;
    font-weight: 400;
}

/* overview */

.overview-section {
    padding: 100px 0;
    /*background:url('../images/overview-bg.png') no-repeat center center; background-size:cover;*/
}

.overview-section .heading {
    margin-bottom: 30px;
}

.overview-section .left_col {
    max-width: 45%;
    flex: 0 0 45%
}

.overview-section .left_col p {
    font-weight: 400;
    line-height: 26px;
    color: #333;
}

.overview-section .addHigh {
    position: absolute;
    left: calc(100% + 60px);
    bottom: 30px;
    z-index: 1;
    width: max-content;
}

.overview-section .addHigh li {
    display: flex;
    flex-wrap: wrap;
    background: #E7E7E7;
    padding: 20px 30px;
    align-items: center;
}

.overview-section .addHigh li.dark {
    background: var(--dark-orange);
    color: #fff;
}

.overview-section .addHigh li.dark p {
    color: #fff;
}

.overview-section .addHigh li:not(:last-child) {
    margin-bottom: 20px;
}

.overview-section .addHigh .icon {
    margin-right: 15px;
}

.overview-section .addHigh h4 {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
}

.overview-section .addHigh p {
    margin: 0;
}

.overview-section .otherImages {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    z-index: 1;
}

.overview-section .otherImages figure {
    max-width: calc(50% - 15px);
    height: 180px;
}

.overview-section .otherImages img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.overview-section .right_col {
    padding-left: 150px;
    max-width: 55%;
    flex: 0 0 55%
}

.overview-section figure {
    position: relative;
    width: 100%;
    height: 100%;
}

.overview-section .overviewImg {
    height: 100%;
    object-fit: cover;
    position: absolute;
}

/* highlight section */

.highlight_section {
    padding: 100px 0;
    position: relative;
    background: url('../images/highlights/highlights_bg.jpg') center center;
    background-size: cover;
}

.highlight_section:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background: rgb(217 217 217 / 40%);
    left: 0;
    top: 0;
}

.highlight_section .left_col {
    position: relative;
    z-index: 9;
}

.highlight_section .left_col img {
    height: 100%;
    object-fit: cover;
    object-fit: cover;
}

.highlight_section .single {
    background: #fff;
    padding: 30px;
    text-align: center;
    height: 100%;
}

.highlight_section .single .icon {
    max-width: 55px;
}

.highlight_section .single p {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    margin-top: 15px;
    line-height: 18px;
}

/* price section */

.price_section {
    padding: 100px 0;
}

.price_section .amenities {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.price_section .amenities .dot {
    height: 22px;
    width: 22px;
    background: #000;
    display: block;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    transition: all 300ms ease-in-out
}

.price_section .amenities .dot:before {
    position: absolute;
    content: '';
    height: 10px;
    width: 10px;
    display: block;
    background: #fff;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.price_section .amenities .active .dot,
.price_section .amenities li:hover .dot {
    background: var(--dark-orange);
    transition: all 300ms ease-in-out
}

.price_section .amenities .circle {
    margin: 25px 0 10px;
    position: relative;
}

.price_section .amenities .circle:after {
    position: absolute;
    content: '';
    height: 1px;
    width: 100%;
    border-bottom: 1px solid rgba(0 0 0 / 20%);
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transition: all 300ms ease-in-out
}

.price_section .amenities .active .circle:after,
.price_section .amenities li:hover .circle:after {
    border-color: var(--dark-orange);
}

.price_section .amenities p {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    transition: all 300ms ease-in-out
}

.price_section .amenities .single {
    display: inline-block;
}

.price_section .amenities li {
    max-width: 33.33%;
    flex: 0 0 33.33%;
    position: relative;
    margin: 20px 0;
}

.price_section .amenities .icon img {
    max-width: 55px;
    opacity: 0.85;
}

/* .price_section .amenities li img.yellowIcon,
.price_section .amenities li.active img,
.price_section .amenities li:hover img{display:none;} */
/* .price_section .amenities li.active img.yellowIcon,
.price_section .amenities li:hover img.yellowIcon{display:block; opacity:1;}
.price_section .amenities li.active p,
.price_section .amenities li:hover p{color:var(--dark-orange); transition:all 300ms ease-in-out} */
/* .price_section .amenityImg{max-height: 450px; width: 100%; object-fit: cover;} */

.price_section .price_lists {
    display: inline-block;
}

.price_section .price_lists li {
    background: #f3f3f3;
    position: relative;
    display: flex;
    height: 207px;
}

.price_section .price_lists li:not(:last-child) {
    margin-bottom: 20px;
}

.price_section .price_lists p {
    margin: 0;
}

.price_section .price_lists .size {
    background: var(--dark-orange);
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    letter-spacing: 2px;
    padding: 10px;
    font-size: 17px
}

.price_section .price_lists .cont {
    padding: 30px 30px 30px 80px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.price_section .price_lists .l {
    width: 100%;
}

.price_section .price_lists .icon {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.price_section .price_lists .icon img {
    max-width: 20px;
}

.price_section .price_lists .price {
    font-size: 30px;
    font-weight: 600;
    color: #111;
    margin-top: 15px;
}

.price_section .price_lists .typo {
    font-size: 18px;
    font-weight: 400;
    color: #333;
}

.price_section .price_lists .btn {
    font-size: 12px;
    padding: 0px 12px;
    letter-spacing: 0.5px;
}

.price_section .price_lists .cont .patch {
    position: absolute;
    top: -60px;
    right: 0;
}

.price_section .price_lists .cont .patch img {
    width: 200px;
}

/* amenity section */

/* .amenity_section{padding-bottom:0;} */
.amenity_section .amenityImg {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/* floor plan section */

.floorPlan_section .container {
    /*margin-right: 0; max-width: 100%; margin-left: 10%;*/
}

.floorPlan_section {
    background: #f4f4f4;
    position: relative;
    overflow: hidden;
}

.floorPlan_section:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: url('../images/floor-plan/bg_pattern.png');
}

/* .floorPlan_section:after{} */
.floorPlan_section .left_col {
    padding: 100px 15px;
}

.floorPlan_section .right_col .image_col {
    background: url('../images/floor-plan/bg.jpg') no-repeat 200px center;
    background-attachment: fixed;
    height: 100%;
    position: absolute;
    width: 40vw;
    top: 0;
    bottom: 0;
}

.floorPlan_section .fp_col {
    margin-bottom: 80px
}

.floorPlan_section .fp_col h4 {
    text-align: center;
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    background: transparent;
    padding: 10px;
    transition: all 300ms ease-in-out;
}

.floorPlan_section .fp_col:nth-child(2),
.floorPlan_section .fp_col:nth-child(5),
.floorPlan_section .fp_col:nth-child(8) {
    transform: translateY(25px);
}

.floorPlan_section .fp_col:nth-child(3),
.floorPlan_section .fp_col:nth-child(6),
.floorPlan_section .fp_col:nth-child(9) {
    transform: translateY(50px);
}

.floorPlan_section .fp_col .box {
    position: relative;
    transition: all 300ms ease-in-out;
}

.floorPlan_section .fp_col .box:before {
    position: absolute;
    content: '';
    height: 25px;
    width: 2px;
    background: rgba(0 0 0 / 50%);
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    transition: all 300ms ease-in-out;
}

.floorPlan_section .fp_col .box:hover {
    box-shadow: 0 10px 15px rgb(0 0 0 / 15%);
}

.floorPlan_section .fp_col .box:hover:before {
    height: 40px;
}

.floorPlan_section .fp_col .box:hover h4 {
    background: var(--dark-orange);
    color: #fff;
}

.floorPlan_section .image {
    border: 3px solid rgba(0 0 0 / 10%);
    display: inline-block;
    position: relative;
}

.floorPlan_section .image img {
    /*filter:blur(3px);*/
}

.floorPlan_section .image .btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 12px;
    padding: 6px 12px;
    opacity: 0.8
}

.floorPlan_section .image:hover .btn {
    opacity: 1;
}

/* location section */

.location_section {
    padding: 80px 0;
    position: relative;
}

.location_section:before {
    position: absolute;
    content: '';
    height: 100%;
    width: calc(40% + 10px);
    background: var(--dark-orange);
    top: 0;
    left: 0;
}

.location_section .left_col {
    padding-right: 70px;
    max-width: 40%;
    flex: 0 0 40%;
    display: flex;
    align-items: center;
}

.location_section .left_col ul {
    width: 100%;
}

.location_section .adv-points li {
    display: flex;
    align-items: center;
    padding: 12px 0;
}

.location_section .adv-points li:not(:last-child) {
    border-bottom: 1px dashed rgba(255 255 255 / 20%);
}

.location_section .adv-points .icon {
    height: 48px;
    width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    border: 3px solid rgba(255 255 255 / 50%);
}

.location_section .adv-points img {
    filter: invert(1);
    max-width: 28px;
}

.location_section .adv-points p {
    margin: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    width: calc(100% - 90px);
    position: relative;
}

/* .location_section .adv-points p:before{position:absolute; content:''; height:2px; width:50px; background:rgba(255 255 255 / 50%);} */

.location_section .right_col {
    padding: 0 70px;
    max-width: 60%;
    flex: 0 0 60%;
}

.location_section .right_col .mapImage {
    border-radius: 10px;
}

/* gallery section */

.gallery_section {
    padding: 100px 0;
}

.masonry {
    columns: 3;
    column-gap: 30px;
}

.masonry .grid {
    display: inline-block;
    margin-bottom: 30px;
    position: relative;
    width: 100%;
}

/* .masonry .grid:before { border-radius: 5px; content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background-color: rgba(0, 0, 0, 0.2); } */
.masonry .grid img {
    width: 100%;
    border-radius: 6px;
    /* border: 8px solid rgba(0 0 0 / 10%); */
}

.masonry .grid__title {
    font-size: 28px;
    font-weight: bold;
    margin: 0px 0px 10px 0px;
}

.masonry .grid__author {
    font-size: 14px;
    font-weight: 300;
}

.masonry .grid__link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.masonry .grid__body {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 30px 30px;
    color: #fff;
    display: flex;
    flex-direction: column;
}

.masonry .grid__tag {
    background-color: rgba(255, 255, 255, 0.8);
    color: #333;
    border-radius: 5px;
    padding: 5px 15px;
    margin-bottom: 5px;
}

/* footer_top section */

.footer_top {
    padding: 0px 0;
    position: relative;
    margin-top: 70px;
    z-index: 1;
}

.footer_top .heading {
    font-size: 50px;
    margin-bottom: 40px;
}

.footer_top .left_col {
    position: unset;
    padding-top: 0px;
    /* padding-bottom: 140px; */
    display: flex;
    align-items: center;
}

.footer_top .builderImage {
    position: absolute;
    left: 0;
    /* top: -70px; */
    height: 100%;
    width: 50%;
    object-fit: cover;
}

.footer_top .builderContent {
    position: relative;
    background: rgb(255 255 255 / 90%);
    padding: 50px;
    text-align: center;
}

.footer_top .builderContent p {
    font-weight: 400;
    line-height: 26px;
    color: #333;
    font-size: 14px;
}

.footer_top .builderContent .heading {
    margin-bottom: 30px;
}

.footer_top .right_col {
    padding-top: 80px;
    padding-bottom: 80px;
    position: unset;
    color: #fff;
}

.footer_top .dark_bg {
    background: #232323;
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    height: 100%;
    width: 60%;
    z-index: -1;
}

.footer_top .dark_bg:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background: url('../images/builderform_bg.png') repeat;
}

.footer_top .form-group {
    margin-bottom: 20px;
}

.footer_top button[type=submit] {
    height: 46px;
    margin-top: 5px;
}

/* footer */

footer {
    background: #244d9d;
    color: #f3f3f3;
    padding-top: 100px;
    padding-bottom: 20px;
    margin-top: -70px;
    text-align: center;
}

footer p {
    margin: 0;
    font-size: 14px;
    font-weight: 300;
}

footer p a {
    font-weight: 400;
    color: #fff !important;
}

#back_to_top {
    display: inline-block;
    background-color: var(--dark-orange);
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

#back_to_top.show {
    opacity: 1;
    visibility: visible;
}

#back_to_top img {
    filter: invert(1);
    max-width: 35px;
}

.backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0 0 0 / 50%);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all 200ms ease-in-out;
}

.sidebar-open .backdrop {
    opacity: 1;
    visibility: visible;
}

/* modal */

.modal-content {
    border-radius: 0;
}

.modal-body {
    padding: 10px;
    border-radius: 0;
    text-align: center;
}

.modal-body .close {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 50px;
    font-weight: 100;
    text-shadow: none;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.4;
}

.modal-body .logo {
    max-width: 160px;
}

.modal-body .form-group {
    text-align: left;
}

.modal-body .typo {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0;
}

.modal-body .price {
    font-size: 32px;
    font-weight: 600;
    margin: 0;
    margin-top: 10px;
    color: var(--dark-orange)
}

.modal-body .form_heading {
    font-weight: 500;
    font-size: 22px;
}

.mobile-section {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #1a1a1a;
    display: flex;
    z-index: 9;
}

.mobile-section .btn {
    padding: 7px 10px;
    font-size: 12px;
    text-align: center;
    flex-grow: 1;
    color: #fff;
    position: relative;
}

.mobile-section .btn:not(:last-child):before {
    position: absolute;
    content: '';
    height: 10px;
    width: 1px;
    background: #fff;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
}

/* float call */
.float_call {
    position: fixed;
    bottom: 30px;
    left: 20px;
    z-index: 999;
    display: flex;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: all 200ms ease-in-out
}

.float_call.show {
    opacity: 1;
    visibility: visible;
}

.float_call .icon {
    background: #5ea13d;
    height: 50px;
    width: 50px;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 2px 5px rgb(0 0 0 / 15%);
}

.float_call .icon img {
    max-width: 24px;
}

.float_call .number {
    background: #4d4d4d;
    height: 50px;
    display: flex;
    align-items: center;
    padding: 5px 20px;
    border-radius: 5px;
    font-weight: 400;
    margin-left: 5px;
    color: #fff;
    letter-spacing: 1px;
    font-size: 14px;
    box-shadow: 2px 2px 5px rgb(0 0 0 / 10%);
}

/* responsive */

h4.pricelist_heading_pricelist {
    margin-top: 20px;
    margin-bottom: 40px;
    font-size: 32px;
}

img.img-fluid.paymentplan_img {
    position: absolute;
    top: -24%;
    width: 39%;
    right: 16px;
}

.col-sm-12.col-md-4.col-lg-4.mb_30 {

    position: relative;
}

span.price_border {
    width: 53%;
    height: 2px;
    background-color: #f0f0f0;
    display: block;
}

@media(min-width:1500px) {
    .container {
        max-width: 1460px;
    }

    /* .floorPlan_section .container{max-width:calc(100% - 730px);} */
}

@media(max-width:1500px) {

    .form-control {
        min-height: 44px;
    }

    .dark_btn .icon {
        max-width: 25px;
    }

    .sub_heading {
        font-size: 16px;
    }

    .heading {
        font-size: 46px;
        margin-bottom: 40px;
    }

    .navbar .navbar-brand {
        /*max-width: 110px;*/
    }

    .navbar .nav-link {
        height: 80px;
        font-size: 15px;
        padding: 20px 15px !important;
    }

    .banner-section .left_col {
        padding-top: 30px;
    }

    .banner-section .call_number .icon {
        height: 60px;
        width: 60px;
    }

    .banner-section .call_number .icon img {
        max-width: 28px;
    }

    .banner-section .call_number .number {
        font-size: 18px;
    }

    .banner-section .form_col .form {
        max-width: 300px;
        padding: 20px;
    }

    .banner-section .top .contents {
        width: calc(100% - 320px);
        padding-left: 40px
    }

    .banner-section .form_col .form_heading {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 10px;
    }

    .banner-section label {
        font-size: 13px;
        margin-bottom: 3px;
    }

    .banner-section .contents .project_logo {
        max-width: 140px;
    }

    .banner-section .project_name {
        font-size: 42px;
        margin: 15px 0 0;
    }

    .banner-section .typo {
        font-size: 20px;
        margin-top: 13px;
    }

    .banner-section .price {
        font-size: 30px;
        letter-spacing: 0.5px;
    }

    .banner-section .other-points .title {
        font-size: 15px;
    }

    .banner-section .other-points p {
        font-size: 20px;
    }

    .banner-section .other-points .icon {
        height: 55px;
        width: 55px;
    }

    .banner-section .other-points .icon img {
        max-width: 24px;
    }

    .banner-section .carousel_btns {
        right: -60px;
    }

    .banner-section .carousel_btns button {
        height: 60px;
        width: 60px;
    }

    .banner-section .carousel {
        height: calc(100% - 0px);
    }

    .banner-section .form textarea {
        height: 44px;
    }

    .banner-section .form [type=submit] {
        height: 44px;
        font-size: 13px;
    }

    .banner-section .bottom {
        padding: 25px 25px 25px 100px;
    }

    .banner-section .carousel_btns img {
        max-width: 20px;
    }

    .banner-section .btn {
        padding: 10px 20px;
    }

    .overview-section .right_col {
        padding-left: 90px;
    }

    .overview-section .addHigh {
        left: calc(100% + 40px);
    }

    .overview-section .addHigh h4 {
        font-size: 22px;
    }

    .highlight_section .left_col {
        flex: 0 0 40%;
        max-width: 40%;
        display: flex;
        align-items: center;
    }

    .highlight_section .left_col img {
        height: 100%;
    }

    .highlight_section .right_col {
        flex: 0 0 60%;
        max-width: 60%;
    }

    .highlight_section .right_col .singleCol {
        /* max-width:33.33%; */
        /* flex:0 0 33.33%; */
    }

    .highlight_section .single .icon {
        max-width: 50px;
    }

    .price_section .amenities .icon img {
        max-width: 50px;
    }

    .price_section .amenities .circle {
        margin: 20px 0 10px;
    }

    .price_section .amenities .dot {
        height: 18px;
        width: 18px;
    }

    .price_section .amenities .dot:before {
        height: 7px;
        width: 7px;
    }

    .price_section .amenities p {
        font-size: 15px;
    }

    .price_section .price_lists .size {
        font-size: 16px;
        letter-spacing: 1px;
    }

    .price_section .price_lists .price {
        font-size: 26px;
    }

    .floorPlan_section .fp_col h4 {
        font-size: 19px;
    }

    .location_section .adv-points li {
        padding: 13px 0;
    }

    .location_section .adv-points p {
        font-size: 16px;
    }

    .footer_top .heading {
        font-size: 36px;
        margin-bottom: 30px;
    }

    #back_to_top {
        width: 45px;
        height: 45px;
    }
}

/* end of 1500 */

@media(max-width:1400px) {
    .form-control {
        min-height: 40px;
    }

    .form-control::placeholder {
        font-size: 13px;
    }

    .btn {
        padding: 10px 20px;
    }

    .dark_btn .icon {
        max-width: 23px;
    }

    .sub_heading {
        font-size: 14px;
    }

    .sub_heading.left:before {
        width: 25px;
    }

    .sub_heading.left {
        padding-left: 35px;
    }

    .heading {
        font-size: 35px;
        margin-bottom: 30px;
    }

    .navbar .nav-link {
        height: 75px;
        font-size: 14px;
    }

    .banner-section .form_col .form {
        padding: 20px;
        max-width: 280px;
    }

    .banner-section {
        padding-top: 75px;
    }

    .banner-section .left_col {
        padding-top: 20px;
    }

    .banner-section .right_col .top {
        padding: 15px 0;
    }

    .banner-section .form_col .form_heading {
        font-size: 22px;
        line-height: 28px;
    }

    .banner-section label {
        margin-bottom: 3px;
        font-size: 13px;
    }

    .banner-section .contents .project_logo {
        max-width: 149px;
    }

    .banner-section .project_name {
        margin: 15px 0 0;
        font-size: 34px;
    }

    .banner-section .typo {
        font-size: 20px;
        margin-top: 12px;
    }

    .banner-section .price {
        font-size: 27px;
        margin: 1px 0 15px;
    }

    .banner-section .call_number .icon {
        height: 55px;
        width: 55px;
    }

    .banner-section .call_number .icon img {
        max-width: 26px;
    }

    .banner-section .bottom {
        padding: 30px 30px 30px 120px;
    }

    .banner-section .carousel {
        height: calc(100% - 0px);
    }

    .banner-section .top .contents {
        width: calc(100% - 300px);
    }

    .banner-section .other-points .icon {
        height: 55px;
        width: 55px;
    }

    .banner-section .bottom {
        padding: 20px 20px 20px 120px;
    }

    .banner-section .carousel_btns button {
        height: 50px;
        width: 50px;
    }

    .banner-section .carousel_btns {
        bottom: 55px;
        right: -50px;
    }

    .banner-section .other-points .title {
        font-size: 15px;
    }

    .banner-section .other-points p {
        font-size: 18px;
    }

    .banner-section .form [type=submit] {
        margin-top: 5px;
        font-size: 12px;
        height: 40px;
        padding: 5px 15px;
    }

    .banner-section .btn {
        padding: 8px 15px;
        font-size: 13px;
    }

    .overview-section,
    .highlight_section,
    .price_section,
    .floorPlan_section .left_col,
    .location_section,
    .gallery_section {
        padding: 80px 0;
    }

    .overview-section .addHigh h4 {
        font-size: 20px;
    }

    .overview-section .addHigh p {
        font-size: 15px;
    }

    .overview-section .addHigh li:not(:last-child) {
        margin-bottom: 15px;
    }

    .highlight_section .single {
        padding: 20px;
    }

    .highlight_section .single .icon {
        max-width: 45px;
    }

    .highlight_section .single p {
        font-size: 13px;
        line-height: 19px;
    }

    .price_section .amenities .icon img {
        max-width: 45px;
    }

    /* .price_section .price_lists .price{font-size: 24px;} */
    .price_section .price_lists .price {
        font-size: 22px;
    }

    .price_section .price_lists .typo {
        font-size: 16px;
        line-height: 20px;
    }

    .footer_top .builderContent .heading {
        margin-bottom: 25px;
    }

    #back_to_top img {
        max-width: 30px;
    }

    .price_section .price_lists .cont .patch img {
        width: 140px;
    }

    .price_section .price_lists .cont .patch {
        top: -40px;
    }

}

@media(max-width:1280px) {
    .price_section .price_lists .cont .patch img {
        width: 140px;
    }
}

/* end of 1400px */

@media(max-width:1199px) {

    .navbar {
        padding: 12px 0;
    }

    .navbar .navbar-toggler {
        display: block !important;
    }

    .navbar .navbar-collapse {
        display: block;
        position: absolute;
        left: -400px;
        top: 0;
        width: 100%;
        max-width: 400px;
        height: 100vh;
        background: #fff;
        padding: 50px;
        z-index: 9999;
        transition: all 400ms ease-in-out
    }

    .navbar .navbar-collapse.show {
        left: 0;
    }

    .navbar .navbar-collapse .nav-link {
        height: auto;
        justify-content: flex-start;
        font-size: 16px;
        font-weight: 300;
    }

    .navbar .navbar-collapse .top {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
        position: relative;
    }

    .navbar .navbar-collapse .top:before {
        position: absolute;
        content: '';
        height: 1px;
        bottom: -20px;
        left: 0;
        width: 100%;
        background: rgba(0 0 0 / 08%);
    }

    .navbar .navbar-collapse .top .logo {
        max-width: 110px;
    }

    .navbar .navbar-collapse .top .close {
        margin-left: auto;
        font-size: 40px;
        font-weight: normal;
        text-shadow: none;
    }

    .navbar .navbar-collapse .nav-item {
        margin-bottom: 5px;
    }

    .banner-section .top .contents {
        width: calc(100% - 270px);
        padding-left: 30px;
    }

    .navbar .navbar-collapse .bottom {
        display: flex;
        align-items: center;
    }

    .navbar .navbar-collapse .bottom p {
        margin: 0;
        font-size: 14px;
    }

    .navbar .navbar-collapse .navbar-nav {
        height: calc(100vh - 100px - 160px);
        margin: 20px 0;
        overflow: auto;
        display: inline-block;
        width: 100%;
    }

    .banner-section .form_col .form {
        max-width: 250px;
    }

    .banner-section .contents .project_logo {
        max-width: 130px;
    }

    .banner-section .project_name {
        font-size: 35px;
    }

    .banner-section .typo {
        font-size: 18px;
    }

    .banner-section .price {
        font-size: 30px;
        line-height: 35px;
    }

}

/* end of 1199px */

@media(max-width:991px) {

    .d_md_none {
        display: none !important;
    }

    .d_md_block {
        display: block !important;
    }

    .d_md_flex {
        display: flex !important;
    }

    .px_md_50 {
        padding-left: 50px !important;
        padding-right: 50px !important;
    }

    .px_md_30 {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .mx_md_-50 {
        margin-left: -50px !important;
        margin-right: -50px !important;
    }

    .mx_md_-30 {
        margin-left: -30px !important;
        margin-right: -30px !important;
    }

    .banner-section .left_col {
        padding-top: 0px;
        display: flex;
        flex-wrap: wrap;
    }

    .banner-section .left_col,
    .banner-section .right_col {
        max-width: 100%;
        flex: 0 0 100%
    }

    .banner-section .carousel {
        order: 1;
        height: auto;
    }

    .banner-section .call_number {
        order: 2;
        justify-content: flex-start;
        margin-bottom: 20px;
    }

    .banner-section .carousel_btns {
        right: 15px;
    }

    .banner-section .top .contents {
        padding-left: 40px;
        padding-right: 40px;
    }

    .banner-section .call_number .icon {
        height: 50px;
        width: 50px;
    }

    .banner-section .call_number .number {
        padding: 0 20px;
        font-size: 18px;
    }

    .banner-section .call_number .icon img {
        max-width: 26px;
    }

    .overview-section .left_col,
    .overview-section .right_col {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .overview-section .overviewImg {
        position: relative;
        object-fit: unset;
    }

    .overview-section .right_col {
        padding: 0 15px;
        margin-top: 30px;
    }

    .highlight_section .left_col,
    .highlight_section .right_col {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .highlight_section .left_col img {
        width: 100%
    }

    .highlight_section .right_col {
        position: relative;
        z-index: 9;
        margin-top: 40px;
    }

    .highlight_section .sub_heading {
        color: #fff !important;
    }

    .highlight_section .sub_heading.left:before {
        background: #fff;
    }

    .price_section .right_col {
        margin-top: 40px;
    }

    .price_section .price_lists {
        width: 100%;
    }

    .floorPlan_section .fp_col:nth-child(2),
    .floorPlan_section .fp_col:nth-child(4),
    .floorPlan_section .fp_col:nth-child(6),
    .floorPlan_section .fp_col:nth-child(8),
    .floorPlan_section .fp_col:nth-child(10) {
        transform: translateY(50px)
    }

    .floorPlan_section .fp_col:nth-child(3),
    .floorPlan_section .fp_col:nth-child(5),
    .floorPlan_section .fp_col:nth-child(7),
    .floorPlan_section .fp_col:nth-child(9) {
        transform: translateY(25px)
    }

    .floorPlan_section .fp_col {
        margin-bottom: 60px;
    }

    .location_section .sub_heading {
        color: #fff !important;
    }

    .location_section .sub_heading:before {
        background: #fff;
    }

    .location_section .heading {
        color: #fff;
    }

    .location_section:before {
        width: 100%;
    }

    .location_section .left_col {
        max-width: 100%;
        flex: 0 0 100%;
        order: 2;
    }

    .location_section .right_col {
        max-width: 100%;
        flex: 0 0 100%;
        order: 1;
        padding: 0 15px;
    }

    .location_section .left_col {
        margin-top: 40px;
        padding: 0 15px;
    }

    .footer_top {
        margin-top: 20px;
    }

    .footer_top .left_col {
        padding-bottom: 60px;
    }

    .footer_top .right_col {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .footer_top .heading {
        font-size: 30px;
    }

    .footer_top .builderContent {
        padding: 20px;
    }

    .footer_top .builderImage {
        top: -30px;
    }

}

/* end of 991px */

@media(max-width:767px) {
    .d_sm_block {
        display: block !important;
    }

    .d_sm_flex {
        display: flex !important;
    }

    .d_sm_none {
        display: none !important;
    }

    .d_xs_none {
        display: none !important;
    }

    .btn {
        padding: 12px 20px;
    }

    .banner-section {
        min-height: unset;
    }

    .banner-section:before {
        width: 100%;
        background: #eef4ff;
    }

    .banner-section .left_col,
    .banner-section .right_col {
        padding-left: 15px;
        padding-right: 15px;
    }

    .banner-section .right_col .top {
        flex-wrap: wrap;
        padding: 40px 0;
    }

    .banner-section .top .contents {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    /* .banner-section .call_number{justify-content: center;} */
    .banner-section .form_col {
        padding: 0 20px;
        margin-top: 30px;
        width: 100%;
    }

    .banner-section .form_col .form {
        max-width: 100%;
        background: #fff;
    }

    .banner-section .form_col .form_heading {
        font-size: 24px;
    }

    .banner-section .add li {
        font-size: 16px;
    }

    .banner-section .carousel_btns {
        bottom: 0px;
        right: 0px;
    }

    .banner-section .carousel-item img {
        height: auto;
        object-fit: unset;
    }

    .banner-section .contents .project_logo {
        max-width: 150px;
    }

    .banner-section .project_name {
        font-size: 40px;
    }

    .banner-section .typo {
        font-size: 22px
    }

    .banner-section .price {
        font-size: 40px;
        line-height: 50px;
    }

    .banner-section .call_number .icon {
        height: 60px;
        width: 60px;
    }

    .banner-section .call_number .icon img {
        max-width: 30px;
    }

    .banner-section .call_number .number {
        font-size: 22px;
        background: #fff;
    }

    .banner-section .bottom {
        padding: 20px;
    }

    .banner-section .other-points {
        justify-content: space-between;
    }

    .banner-section .other-points li:not(:last-child) {
        margin: 0;
    }

    .banner-section .other-points li {
        max-width: calc(50% - 15px);
        flex: 0 0 calc(50% - 15px);
    }

    .banner-section .other-points p {
        font-size: 20px;
    }

    /* .footer_top */

    .footer_top {
        margin-top: 0;
    }

    .footer_top .left_col,
    .footer_top .right_col {
        position: relative;
    }

    .footer_top .left_col {
        padding: 40px 20px;
    }

    .footer_top .builderImage {
        width: 100%;
        top: 0;
    }

    .footer_top .builderContent {
        padding: 40px;
    }

    .footer_top .builderContent p {
        margin: 0;
    }

    .footer_top .dark_bg {
        width: 100%;
    }

    footer {
        padding-bottom: 40px;
    }

    #back_to_top {
        bottom: 50px;
        right: 20px;
    }


}

/* end of 767px */

@media(max-width:575px) {
    .heading {
        font-size: 34px;
        margin-bottom: 25px;
    }

    .btn {
        padding: 10px 15px;
    }

    p {
        font-size: 14px;
    }

    .navbar {
        padding: 10px 15px;
    }

    .navbar .navbar-brand {
        max-width: 70px;
    }

    .navbar .navbar-collapse {
        padding: 30px;
    }

    .navbar .navbar-collapse .navbar-nav {
        height: calc(100vh - 210px);
    }

    .banner-section {
        padding-top: 55px;
    }

    .banner-section .carousel_btns button {
        height: 45px;
        width: 55px;
    }

    .banner-section .carousel_btns img {
        max-width: 20px;
    }

    .banner-section .right_col .top {
        padding: 30px 0;
    }

    .banner-section .contents .project_logo {
        max-width: 130px;
    }

    .banner-section .project_name {
        font-size: 30px;
    }

    .banner-section .typo {
        font-size: 18px;
    }

    .banner-section .price {
        font-size: 24px;
        line-height: 36px;
    }

    .banner-section .call_number .icon {
        height: 50px;
        width: 50px;
    }

    .banner-section .call_number .icon img {
        max-width: 26px;
    }

    .banner-section .call_number .number {
        font-size: 18px;
    }

    .banner-section .form_col .form {
        padding: 30px;
    }

    .banner-section .form [type=submit] {
        height: 46px;
    }

    .banner-section .other-points {
        flex-wrap: wrap;
    }

    .banner-section .other-points li {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .banner-section .other-points li:not(:last-child) {
        margin-bottom: 20px;
        position: relative;
    }

    .banner-section .other-points li:not(:last-child):before {
        position: absolute;
        content: '';
        height: 1px;
        width: 100%;
        background: rgba(255 255 255 / 20%);
        bottom: -10px;
        left: 0;
    }

    .banner-section .other-points .title {
        font-size: 14px;
    }

    .banner-section .other-points p {
        font-size: 18px;
    }

    .banner-section .other-points .icon {
        height: 50px;
        width: 50px;
    }

    .banner-section .other-points .icon img {
        max-width: 22px;
    }

    .overview-section,
    .highlight_section,
    .price_section,
    .floorPlan_section .left_col,
    .location_section,
    .gallery_section {
        padding: 60px 0;
    }

    .overview-section .otherImages {
        display: none;
    }

    .highlight_section .sub_heading {
        color: #000 !important;
    }

    .highlight_section .sub_heading.left:before {
        background: #000;
    }

    .highlight_section .right_col .singleCol {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .highlight_section .single {
        padding: 15px;
    }

    .price_section .amenities {
        margin-bottom: 30px;
    }

    .price_section .amenities li {
        max-width: 50%;
        flex: 0 0 50%;
    }

    .price_section .price_lists li {
        height: 170px;
    }

    .price_section .price_lists .cont {
        padding: 20px 20px 20px 70px;
    }

    .price_section .price_lists .price {
        font-size: 24px;
    }

    .price_section .price_lists .typo {
        font-size: 16px;
        line-height: 20px;
    }

    .price_section .price_lists .btn {
        line-height: 10px;
    }

    .floorPlan_section .fp_col {
        transform: unset !important;
    }

    .location_section .left_col {
        margin-top: 30px;
    }

    .location_section .adv-points .icon {
        height: 55px;
        width: 55px;
        margin-right: 10px;
    }

    .location_section .adv-points img {
        max-width: 25px;
    }

    .location_section .adv-points p {
        width: calc(100% - 65px);
        font-size: 14px;
    }

    .location_section .adv-points li {
        padding: 15px 0;
    }

    .masonry {
        columns: 1;
    }

    .masonry .heading {
        margin-bottom: 20px;
    }

    .masonry .grid {
        margin-bottom: 20px;
    }

    .masonry .grid img {
        border-radius: 5px;
        border: 5px solid rgba(0 0 0 / 10%);
    }

    .footer_top .builderContent {
        padding: 30px;
    }

    .footer_top button[type=submit] {
        height: 42px;
    }

    .footer_top .form-group label {
        font-size: 13px;
        margin-bottom: 3px;
        font-weight: 400;
    }
    footer p {
        font-size: 12px;
    }

    footer {
        margin-top: 0;
        padding: 10px 0 40px;
    }

    #back_to_top {
        width: 35px;
        height: 35px;
    }

    #back_to_top img {
        max-width: 25px;
    }

    .modal-body {
        padding: 20px;
    }

    .modal-body .logo {
        max-width: 130px;
    }

    .modal-body .typo {
        font-size: 16px;
    }

    .modal-body .price {
        font-size: 28px;
    }

    .modal-body .form_heading {
        font-size: 20px;
    }

    img.img-fluid.paymentplan_img {
        position: absolute;
        top: -15%;
        width: 37%;
        right: 16px;
    }


}

/* end of 575px */


@media(max-width:991px) {
    .img-none {
        display: none;
    }
}

@media(max-width:767px) {
    .img-none {
        display: none;
    }
}


@media(max-width:575px) {
    .img-none {
        display: none;
    }
}

.d-view {
    display: block;
}

.m-view {
    display: none;
}

@media(max-width:500px) {
    .d-view {
        display: none;
    }

    .m-view {
        display: block;
    }
    .hero-content-wrapper {
        padding: 80px 0!important;
    }
}

/* BASE */
.hero-bg-slider {
  position: relative;
  overflow: hidden;
}

/* BACKGROUND SLIDER */
.hero-bg-slider .carousel,
.hero-bg-slider .carousel-inner,
.hero-bg-slider .carousel-item {
  position: absolute;
  inset: 0;
}

.hero-bg-slider .carousel-item {
  background-size: cover;
  background-position: center;
}

/* OVERLAY */
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0,0,0,0.85) 0%,
    rgba(0,0,0,0.6) 55%,
    rgba(0,0,0,0.35) 100%
  );
  z-index: 1;
}

/* WRAPPER */
.hero-content-wrapper {
  position: relative;
  z-index: 2;
}

/* ===== CONTENT STYLING ===== */

.hero-content-styled {
  max-width: 620px;
}

.luxury-badge {
  display: inline-block;
  background: rgba(255,255,255,0.15);
  padding: 6px 18px;
  border-radius: 30px;
  font-size: 13px;
  letter-spacing: 1px;
  margin-bottom: 25px;
}

.hero-content-styled h1 {
  font-size: 46px;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 15px;
}

.hero-content-styled h1 span {
  color: #60b824;
}

.hero-tagline {
  font-size: 18px;
  margin-bottom: 25px;
  opacity: 0.9;
}
/* CTA */
.hero-cta {
  display: flex;
  gap: 15px;
}

/* FEATURES */
.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 25px;
  margin-bottom: 35px;
}

.feature-grid div {
  position: relative;
  padding-left: 18px;
}

.feature-grid div::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #60b824;
  font-size: 20px;
}

/* LOCATION STRIP */
.location-strip {
  display: flex;
  gap: 30px;
  opacity: 0.9;
}

.location-strip div {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* CALL */
.floating-call {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 35px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}

/* FORM */
.hero-form {
  background: #fff;
  padding: 26px;
  border-radius: 18px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.35);
}

.hero-form .form-control {
  margin-bottom: 12px;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .hero-content-styled h1 {
    font-size: 25px;
  }

  .hero-cta {
    flex-direction: column;
  }

  .feature-grid {
    grid-template-columns: 1fr;
  }

  .location-strip {
    flex-direction: column;
    gap: 12px;
  }

  .hero-form {
    margin-top: 20px;
  }
}
.hero-content-styled {
  max-width: 650px;
}

/* BADGE */
.luxury-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255,255,255,0.15);
  padding: 7px 20px;
  border-radius: 40px;
  font-size: 13px;
  letter-spacing: 1px;
  margin-bottom: 28px;
}

.luxury-badge .dot {
  width: 8px;
  height: 8px;
  background: #60b824;
  border-radius: 50%;
}

/* TITLE */
.hero-title {
  font-size: 52px;
  font-weight: 800;
  line-height: 1.05;
  margin-bottom: 15px;
}

.hero-title span {
  color: #60b824;
}

.hero-title small {
  display: block;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 2px;
  margin-top: 6px;
  opacity: 0.85;
}

/* TAGLINE */
.hero-tagline {
  font-size: 18px;
  margin-bottom: 30px;
  opacity: 0.9;
}

/* ACTION ROW */
.hero-action-row {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

/* PRICE */
.price-highlight {
  background: linear-gradient(
    135deg,
    rgba(255,255,255,0.18),
    rgba(255,255,255,0.05)
  );
  padding: 18px 28px;
  border-left: 4px solid #60b824;
  backdrop-filter: blur(6px);
}

.price-highlight .label {
  font-size: 13px;
  letter-spacing: 1px;
  opacity: 0.85;
}

.price-highlight strong {
  display: block;
  font-size: 30px;
  margin-top: 4px;
}

/* CTA BUTTONS */
.hero-cta {
  display: flex;
  gap: 15px;
}

/* FEATURES */
.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px 35px;
  margin-bottom: 40px;
}

.feature-grid div {
  position: relative;
  padding-left: 22px;
  font-size: 15px;
}

.feature-grid div span {
  position: absolute;
  left: 0;
  top: 7px;
  width: 10px;
  height: 10px;
  border: 2px solid #60b824;
  border-radius: 50%;
}

/* LOCATION */
.location-strip {
  display: flex;
  gap: 30px;
  margin-bottom: 35px;
  opacity: 0.9;
}

.location-strip div {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* CALL CTA */
.cta-call.edge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 14px 26px;
  border-left: 4px solid #60b824;
  background: rgba(0,0,0,0.45);
  backdrop-filter: blur(8px);
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.35s ease;
}

.cta-call.edge:hover {
  transform: translateX(6px);
  background: rgba(0,0,0,0.7);
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .hero-title {
    font-size: 36px;
  }

  .feature-grid {
    grid-template-columns: 1fr;
  }

  .hero-action-row {
    gap: 20px;
  }

  .hero-cta {
    flex-direction: column;
    width: 100%;
  }

  .location-strip {
    flex-direction: column;
    gap: 14px;
  }
}

.highlight-cards {
  display: flex;
  gap: 22px;
  margin-top: 30px;
}

.info-card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 26px;
  background: rgba(255,255,255,0.12);
  border-left: 4px solid #60b824;
  border-radius: 14px;
  backdrop-filter: blur(8px);
  font-weight: 600;
}

.info-card img {
  width: 30px;
}

/* Responsive */
@media (max-width: 768px) {
  .highlight-cards {
    flex-direction: column;
  }
  .cta-call.edge span {
      font-size: 25px!important;
  }
}

/* SECTION BASE */
.overview-section {
  background: #f6f7f9;
  overflow: hidden;
}

/* WRAPPER */
.overview-wrapper {
  min-height: 520px;
}

/* LEFT CONTENT */
.overview-left {
  background: linear-gradient(135deg, #ffffff, #f3f4f6);
  display: flex;
  align-items: center;
  padding: 80px 60px;
}

.overview-content-box {
  max-width: 620px;
}

.sub_heading.left {
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #777;
  margin-bottom: 10px;
  position: relative;
  margin-top: 1rem;
}

.sub_heading.left::after {
  content: "";
  display: block;
  width: 45px;
  height: 2px;
  background: #60b824;
  margin-top: 6px;
}

.heading {
  font-size: 40px;
  font-weight: 700;
  color: #111;
  margin-bottom: 22px;
  line-height: 1.2;
}

.overview-content-box p {
  font-size: 16px;
  line-height: 1.9;
  color: #555;
}

/* RIGHT IMAGE */
.overview-right {
  position: relative;
}

.overview-image-wrap {
  height: 100%;
  width: 100%;
}

.overview-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .overview-left {
    padding: 60px 30px;
  }

  .heading {
    font-size: 32px;
  }

  .overview-wrapper {
    min-height: auto;
  }

  .overview-image-wrap img {
    height: 420px;
  }
}

@media (max-width: 576px) {
  .overview-left {
    padding: 40px 20px;
  }

  .heading {
    font-size: 28px;
  }

  .overview-content-box p {
    font-size: 15px;
  }

  .overview-image-wrap img {
    height: 320px;
  }
}
/* SECTION BASE */
.highlight_section {
  padding: 90px 0;
  background: linear-gradient(180deg, #f8f9fb, #ffffff);
  overflow: hidden;
}

/* IMAGE WRAPPER */
.highlight-image-wrap {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 30px 70px rgba(0,0,0,0.25);
  transform: translateY(-20px);
}

/* IMAGE */
.highlight-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* GOLD ACCENT FRAME */
.highlight-image-wrap .image-accent {
  position: absolute;
  inset: -10px;
  border: 2px solid #60b824;
  border-radius: 24px;
  z-index: -1;
}

/* REMOVE DARK/GREEN OVERLAY ISSUE */
.highlight-image-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0,0,0,0.15),
    rgba(0,0,0,0)
  );
}

.sub_heading.left {
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #777;
  margin-bottom: 10px;
}

.sub_heading.left::after {
  content: "";
  display: block;
  width: 45px;
  height: 2px;
  background: #60b824;
  margin-top: 6px;
}

.heading {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 35px;
  color: #111;
}

/* GRID */
.highlight-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

/* CARD */
.highlight-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 20px 15px;
  display: flex;
  align-items: center;
  gap: 16px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
  transition: all 0.35s ease;
  border-left: 4px solid transparent;
}

.highlight-card img {
  width: 36px;
  height: 36px;
}

.highlight-card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: #444;
}

/* HOVER */
.highlight-card:hover {
  transform: translateY(-6px);
  border-left-color: #60b824;
  box-shadow: 0 25px 60px rgba(0,0,0,0.15);
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .highlight-content {
    padding-left: 0;
  }

  .highlight-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .highlight-image-wrap {
    transform: none;
  }
}

@media (max-width: 576px) {
  .highlight_section {
    padding: 60px 0;
  }

  .highlight-grid {
    grid-template-columns: 1fr;
  }

  .heading {
    font-size: 28px;
  }
}
/* MODAL BACKDROP */
.modal-backdrop.show {
  background: rgba(0, 0, 0, 0.55);
}

/* MODAL CONTENT */
.enquire-modal .modal-content {
  border-radius: 20px;
  border: none;
  background: #ffffff;
  box-shadow: 0 30px 80px rgba(0,0,0,0.25);
  position: relative;
}

/* CLOSE BUTTON */
.modal-close {
  position: absolute;
  top: 18px;
  right: 22px;
  background: none;
  border: none;
  font-size: 30px;
  color: #333;
  cursor: pointer;
}

/* HEADER */
.modal-header-content h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 4px;
  color: #111;
}

.modal-header-content .typo {
  font-size: 14px;
  color: #777;
  margin-bottom: 20px;
}

/* FORM HEADING */
.form_heading {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 18px;
  color: #222;
}

/* FORM */
.contact_form .form-control {
  height: 46px;
  border-radius: 10px;
  border: 1px solid #ddd;
  padding: 10px 14px;
  font-size: 14px;
}

.contact_form textarea.form-control {
  height: auto;
  resize: none;
}

/* INPUT FOCUS */
.contact_form .form-control:focus {
  border-color: #519e1f!important;
  box-shadow: 0 0 0 3px rgba(202,162,77,0.15);
}

/* SUBMIT BUTTON */
.btn-submit {
  width: 100%;
  margin-top: 10px;
  padding: 12px;
  border-radius: 12px;
  background: linear-gradient(135deg, #60b824, #60b824);
  border: none;
  color: #ffffff;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.3s ease;
}

/* RESPONSIVE */
@media (max-width: 576px) {
  .enquire-modal .modal-content {
    padding: 15px 20px;
  }

  .modal-header-content h2 {
    font-size: 22px;
  }
}
/* SECTION BASE */
.price_section {
  padding: 80px 0 50px;
  background: #f9f9f9;
}

.sub_heading {
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #777;
  margin-bottom: 8px;
  text-align: center;
}

.heading.center {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 50px;
  color: #111;
}

/* PRICE CARD WRAPPER */
.price-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 30px 20px;
  text-align: center;
  box-shadow: 0 15px 50px rgba(0,0,0,0.08);
  transition: all 0.35s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}

/* CARD HOVER */
.price-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 25px 60px rgba(0,0,0,0.15);
}

/* CARD HEADER */
.price-card-header {
  display: flex;
  align-items: center;
  gap: 10px;
}

.price-card-header .icon {
  width: 36px;
  height: 36px;
}

.price-card-header .size-text {
  font-size: 16px;
  font-weight: 600;
  color: #111;
}

/* CARD BODY */
.price-card-body h3.price {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 6px;
  color: #60b824;
}

.price-card-body p.typo {
  font-size: 14px;
  color: #555;
}

/* ENQUIRE BUTTON */
.btn-price {
  padding: 12px 25px;
  border-radius: 12px;
  background: linear-gradient(135deg, #60b824, #e6c873);
  border: none;
  color: #111;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-price:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 40px rgba(202,162,77,0.4);
}

/* RESPONSIVE GRID */
@media (max-width: 991px) {
  .price-card {
    padding: 25px 18px;
  }
}

@media (max-width: 576px) {
  .heading.center {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .price-card {
    gap: 14px;
  }
}
/* SECTION BASE */
.price_section {
  padding: 80px 0 50px;
  background: #f8f9fb;
}

.sub_heading {
  font-size: 14px;
  color: #60b824;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px;
  text-align: center;
}

.heading.center {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 50px;
  text-align: center;
  color: #111;
}

/* PRICE CARDS */
.price-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 25px 20px;
  text-align: center;
  box-shadow: 0 20px 50px rgba(0,0,0,0.08);
  transition: all 0.35s ease;
  position: relative;
  border-top: 4px solid #60b824;
}

.price-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 60px rgba(96,184,36,0.25);
  border-top: 4px solid #60b824;
}

.price-card .size {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.price-card .size .icon img {
  width: 24px;
  height: 24px;
}

.price-card .price-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.price-card .price-text .price {
  font-size: 22px;
  font-weight: 700;
  color: #60b824;
  margin-bottom: 4px;
}

.price-card .price-text .typo {
  font-size: 14px;
  color: #555;
}

/* ENQUIRE BUTTON */
.price-card .btn-enquire {
  padding: 10px 18px;
  border-radius: 12px;
  background: #60b824;
  border: none;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
}

.price-card .btn-enquire:hover {
  background: #4d981e;
  transform: translateY(-2px);
  box-shadow: 0 12px 35px rgba(96,184,36,0.35);
}

/* RESPONSIVE GRID */
@media (max-width: 991px) {
  .price_cards {
    gap: 25px;
  }
}

@media (max-width: 576px) {
  .heading.center {
    font-size: 28px;
  }

  .price-card {
    padding: 20px 15px;
  }

  .price-card .price-text .price {
    font-size: 20px;
  }
}
/* MODAL BACKDROP */
.modal-backdrop.show {
  background: rgba(0,0,0,0.55);
}

/* MODAL CONTENT */
.enquire-modal .modal-content {
  border-radius: 20px;
  padding: 20px 30px;
  border: none;
  background: #fff;
  box-shadow: 0 25px 80px rgba(0,0,0,0.25);
  position: relative;
}

/* MODAL HEADER */
.enquire-modal .modal-header {
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: none;
  padding-bottom: 0;
}

.enquire-modal .modal-header .modal-title {
  font-size: 24px;
  font-weight: 700;
  color: #111;
  text-align: center;
}

.enquire-modal .modal-header .close {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 28px;
  color: #333;
  opacity: 1;
}

/* TYPO TEXT */
.enquire-modal .typo {
  font-size: 14px;
  color: #777;
  margin-bottom: 15px;
}

/* FORM HEADING */
.form_heading {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #111;
}

/* FORM INPUTS */
.contact_form .form-control {
  height: 48px;
  border-radius: 12px;
  border: 1px solid #ddd;
  padding: 10px 15px;
  font-size: 14px;
  transition: all 0.3s ease;
}

.contact_form textarea.form-control {
  height: auto;
  resize: none;
  padding-top: 10px;
  padding-bottom: 10px;
}

.contact_form .form-control:focus {
  border-color: #519e1f!important;
  box-shadow: 0 0 0 3px rgba(96,184,36,0.15);
  outline: none;
}

/* SUBMIT BUTTON */
.btn-submit {
  width: 100%;
  padding: 12px;
  margin-top: 10px;
  border-radius: 14px;
  background: #60b824;
  border: none;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.3s ease;
}

/* RESPONSIVE */
@media (max-width: 576px) {
  .enquire-modal .modal-content {
    padding: 25px 20px;
  }

  .enquire-modal .modal-header .modal-title {
    font-size: 20px;
  }

  .form_heading {
    font-size: 16px;
  }
}
/* SECTION BASE */
.location-section {
  padding: 80px 0;
  background: rgba(217,217,217,0.4);
}

/* HEADINGS */
.sub_heading {
  font-size: 14px;
  color: #60b824;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.heading {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #111;
}

.location-description {
  font-size: 15px;
  color: #555;
  margin-bottom: 30px;
  line-height: 1.7;
}

/* LEFT ICON LIST */
.left-location .location-points {
  list-style: none;
  padding: 0;
  margin: 0;
}

.left-location .location-points li {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 18px 25px;
  margin-bottom: 18px;
  border-radius: 15px;
  background: linear-gradient(135deg, #60b824 0%, #4d981e 100%);
  color: #fff;
  box-shadow: 0 15px 35px rgba(0,0,0,0.1);
  transition: all 0.35s ease;
  position: relative;
}

/* Hover Effect */
.left-location .location-points li:hover {
  transform: translateY(-5px);
  box-shadow: 0 25px 60px rgba(96,184,36,0.3);
}

/* ICON STYLING */
.left-location .location-points li .loc-icon {
  flex-shrink: 0;
  background: #fff;
  border-radius: 50%;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  transition: all 0.35s ease;
}

.left-location .location-points li .loc-icon img {
  width: 28px;
  height: 28px;
}

.left-location .location-points li:hover .loc-icon {
  background: #60b824;
}

.left-location .location-points li p {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
}

/* RIGHT CONTENT MAP */
.right-location .map-image {
  width: 100%;
  border-radius: 15px;
  margin-top: 20px;
  transition: transform 0.3s ease;
}

.right-location .map-link:hover .map-image {
  transform: scale(1.03);
  box-shadow: 0 15px 50px rgba(0,0,0,0.15);
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .left-location, .right-location {
    margin-bottom: 30px;
  }

  .heading {
    font-size: 28px;
  }
}

@media (max-width: 576px) {
  .left-location .location-points li {
    flex-direction: row;
    gap: 12px;
    padding: 12px 15px;
  }

  .heading {
    font-size: 24px;
  }

  .sub_heading {
    font-size: 13px;
  }
}
/* SECTION BASE */
.gallery_section {
  padding: 80px 0;
  background: #f8f9fb;
}

.sub_heading.left {
  font-size: 14px;
  color: #60b824;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.heading {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 40px;
  text-align: center;
  color: #111;
}

/* MASONRY LAYOUT */
.gallery-masonry {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 20px;
}

/* GALLERY ITEM */
.gallery-masonry .grid {
  overflow: hidden;
  border-radius: 15px;
  position: relative;
  transition: all 0.3s ease;
  box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

.gallery-masonry .grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease, filter 0.5s ease;
  display: block;
  border-radius: 15px;
}

/* HOVER EFFECT */
.gallery-masonry .grid:hover img {
  transform: scale(1.05);
  filter: brightness(1.1);
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .gallery-masonry {
    gap: 15px;
  }
}

@media (max-width: 576px) {
  .heading {
    font-size: 28px;
  }

  .gallery-masonry {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 12px;
  }
}
/* SECTION BASE */
.footer_top {
  padding: 80px 0;
  background: #111; /* Dark background */
  color: #fff;
  position: relative;
}

/* LEFT COLUMN */
.left_col .builder-wrapper {
  position: relative;
  text-align: left;
}

.builderImage {
  width: 100%;
  border-radius: 15px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.3);
  margin-bottom: 20px;
  transition: transform 0.4s ease;
}

.builderImage:hover {
  transform: scale(1.03);
}

.builderContent h2 {
  font-size: 28px;
  color: #60b824;
  margin-bottom: 15px;
}

.builderContent p {
  font-size: 15px;
  line-height: 1.7;
  color: #ddd;
}

/* RIGHT COLUMN */
.right_col .form-box {
  background: rgba(0,0,0,0.75);
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.3);
  transition: transform 0.3s ease;
}

.right_col .form-box:hover {
  transform: translateY(-5px);
}

.right_col .heading {
  font-size: 26px;
  color: #60b824;
  margin-bottom: 20px;
  text-align: left;
}

.right_col .form-group label {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.right_col .form-control {
  background: #222;
  color: #fff;
  border: 1px solid #444;
  border-radius: 8px;
  padding: 10px 15px;
  transition: all 0.3s ease;
}

.right_col .form-control:focus {
  border-color: #519e1f!important;
  box-shadow: 0 0 10px rgba(96,184,36,0.4);
  background: #222;
  color: #fff;
}

.btn-submit {
  margin-top: 15px;
  padding: 12px 25px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 14px;
  background: #60b824;
  color: #fff;
  border: none;
  transition: all 0.3s ease;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .footer-wrapper {
    flex-direction: column;
  }

  .builderContent h2,
  .right_col .heading {
    text-align: center;
  }
}

@media (max-width: 576px) {
  .builderContent p,
  .right_col .form-control {
    font-size: 14px;
  }

  .btn-submit {
    width: 100%;
  }
}
/* FOOTER BASE */
.footer-section {
    background: #60b824; /* Dark background */
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}

/* RERA NUMBER */
.footer-section .rera {
    color: #fff; /* Primary color */
    font-weight: 600;
    margin-bottom: 15px;
    text-align: center;
}

/* COPYRIGHT TEXT */
.footer-section .copyright {
    text-align: center;
    margin-bottom: 20px;
    font-size: 15px;
    color: #fff;
}

/* DISCLAIMER / MOBILE TEXT */
.footer-section .disclaimer {
    font-size: 13px;
    color: #fff;
    margin-bottom: 25px;
    text-align: justify;
}

/* LINKS */
.footer-section .footer-links {
    text-align: center;
    font-size: 14px;
}

.footer-section .footer-links a {
    color: #60b824; /* Primary color */
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.footer-section .footer-links a:hover {
    text-decoration: underline;
    color: #a6e65a;
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .footer-section {
        padding: 40px 20px;
        font-size: 13px;
    }
}

@media (max-width: 576px) {
    .footer-section .disclaimer {
        font-size: 12px;
    }

    .footer-section .footer-links {
        font-size: 13px;
    }
}
/* DISCLAIMER SECTION */
.disclaimer-section {
    background-color: #111; /* Dark background */
    color: #ddd; /* Light text for readability */
    padding: 100px 20px;
    font-family: 'Poppins', sans-serif;
    line-height: 1.8;
}

.disclaimer-section .heading {
    font-size: 32px;
    font-weight: 700;
    color: #60b824; /* Primary color */
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}

.disclaimer-section .heading::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background-color: #60b824;
    margin: 10px auto 0;
    border-radius: 2px;
}

.disclaimer-section .disclaimer-text {
    font-size: 15px;
    color: #ccc;
    text-align: justify;
    margin-bottom: 20px;
}

.disclaimer-section .disclaimer-note {
    font-size: 14px;
    color: #fff;
    text-align: center;
    font-weight: 500;
}

/* RESPONSIVE DESIGN */
@media (max-width: 991px) {
    .disclaimer-section {
        padding: 50px 15px;
    }

    .disclaimer-section .heading {
        font-size: 28px;
    }

    .disclaimer-section .disclaimer-text {
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .disclaimer-section .heading {
        font-size: 24px;
    }

    .disclaimer-section .disclaimer-text {
        font-size: 13px;
    }

    .disclaimer-section .disclaimer-note {
        font-size: 12px;
    }
}
/* PRIVACY POLICY SECTION */
.privacy-section {
    background-color: #111; /* Dark background */
    color: #ddd;            /* Light text for readability */
    padding: 60px 20px;
    font-family: 'Poppins', sans-serif;
    line-height: 1.8;
}

.privacy-section .heading {
    font-size: 32px;
    font-weight: 700;
    color: #60b824; /* Primary color */
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}

.privacy-section .heading::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background-color: #60b824;
    margin: 10px auto 0;
    border-radius: 2px;
}

.privacy-section .sub-heading {
    font-size: 20px;
    font-weight: 600;
    color: #60b824; /* Primary color for headings */
    margin-top: 25px;
    margin-bottom: 10px;
}

.privacy-section .privacy-text {
    font-size: 15px;
    color: #ccc;
    text-align: justify;
    margin-bottom: 20px;
}

/* RESPONSIVE DESIGN */
@media (max-width: 991px) {
    .privacy-section {
        padding: 50px 15px;
    }

    .privacy-section .heading {
        font-size: 28px;
    }

    .privacy-section .sub-heading {
        font-size: 18px;
    }

    .privacy-section .privacy-text {
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .privacy-section .heading {
        font-size: 24px;
    }

    .privacy-section .sub-heading {
        font-size: 16px;
    }

    .privacy-section .privacy-text {
        font-size: 13px;
    }
}
/* TERMS & CONDITIONS SECTION */
.terms-section {
    background-color: #111; /* Dark background */
    color: #ddd;            /* Light text for readability */
    padding: 60px 20px;
    font-family: 'Poppins', sans-serif;
    line-height: 1.8;
}

.terms-section .heading {
    font-size: 32px;
    font-weight: 700;
    color: #60b824; /* Primary color */
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}

.terms-section .heading::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background-color: #60b824;
    margin: 10px auto 0;
    border-radius: 2px;
}

.terms-section .sub-heading {
    font-size: 20px;
    font-weight: 600;
    color: #60b824; /* Primary color */
    margin-top: 25px;
    margin-bottom: 10px;
}

.terms-section .terms-text {
    font-size: 15px;
    color: #ccc;
    text-align: justify;
    margin-bottom: 20px;
}

/* RESPONSIVE DESIGN */
@media (max-width: 991px) {
    .terms-section {
        padding: 50px 15px;
    }

    .terms-section .heading {
        font-size: 28px;
    }

    .terms-section .sub-heading {
        font-size: 18px;
    }

    .terms-section .terms-text {
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .terms-section .heading {
        font-size: 24px;
    }

    .terms-section .sub-heading {
        font-size: 16px;
    }

    .terms-section .terms-text {
        font-size: 13px;
    }
}
.hero-cta-vertical {
  display: flex;
  flex-direction: column;
  gap: 14px;               /* clean spacing */
  max-width: 260px;        /* prevents over-stretch */
}

/* DOWNLOAD CTA (PRIMARY) */
.cta-download {
  font-weight: 600;
  padding: 12px 20px;
  box-shadow: 0 10px 25px rgba(255,255,255,0.25);
}

/* CALL CTA (SECONDARY) */
.cta-call {
  font-weight: 600;
  padding: 11px 20px;
}

/* HOVER ENHANCEMENT */
.hero-cta-vertical .btn:hover {
  transform: translateY(-1px);
}

/* MOBILE OPTIMIZATION */
@media (max-width: 768px) {
  .hero-cta-vertical {
    max-width: 100%;
  }
}
/* Button hover */
.thankyou-content .btn:hover {
    background: #4d981e;
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(96,184,36,0.35);
    color: #fff;
}

/* Responsive */
@media(max-width: 576px){
    .thankyou-content h1 {
        font-size: 36px;
    }
    .thankyou-content p {
        font-size: 16px;
    }
    .thankyou-content {
        padding: 25px;
    }
}
.btngreen {
    background: #60b824;
    color: #fff;
}
.privacy-highlight {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    margin-top: 12px;
    background: rgba(96, 184, 36, 0.12); /* light green highlight */
    border: 1px solid rgba(96, 184, 36, 0.35);
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
    color: #60b824;
    letter-spacing: 0.3px;
}

.privacy-highlight .icon {
    font-size: 16px;
    line-height: 1;
}

.privacy-highlight strong {
    color: #ffffff;
    background: #60b824;
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 13px;
}

/* Mobile friendly */
@media (max-width: 576px) {
    .privacy-highlight {
        font-size: 13px;
        padding: 6px 12px;
    }
}
/* MOBILE CTA BAR */
.mobile-cta-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #111;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 9999;
    box-shadow: 0 -8px 25px rgba(0,0,0,0.4);
    border-top: 1px solid rgba(255,255,255,0.08);
}

/* COMMON CTA STYLE */
.mobile-cta {
    flex: 1;
    text-align: center;
    padding: 14px 8px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
}

/* DIVIDER LINE */
.mobile-cta:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 20%;
    height: 60%;
    width: 1px;
    background: rgba(255,255,255,0.15);
}

/* ENQUIRE BUTTON */
.mobile-cta.enquire {
    background: linear-gradient(135deg, #60b824, #4d981e);
}

/* WHATSAPP BUTTON */
.mobile-cta.whatsapp {
    background: #1f1f1f;
}

/* CALL BUTTON */
.mobile-cta.call {
    background: #000;
}

/* HOVER / ACTIVE */
.mobile-cta:hover,
.mobile-cta:active {
    color: #fff;
    transform: translateY(-2px);
}

/* TEXT */
.mobile-cta span {
    display: block;
    letter-spacing: 0.4px;
}

/* MOBILE ONLY */
@media (min-width: 768px) {
    .mobile-cta-bar {
        display: none !important;
    }
}

/* SAFE AREA FOR iOS */
@supports (padding-bottom: env(safe-area-inset-bottom)) {
    .mobile-cta-bar {
        padding-bottom: env(safe-area-inset-bottom);
    }
}
/* SELECT WRAPPER */
.custom-select-wrap {
    position: relative;
    margin-bottom: 18px;
}

/* SELECT FIELD */
.custom-select-wrap select {
    width: 100%;
    padding: 10px 40px 10px 10px;
    font-size: 12px;
    font-weight: 500;
    color: #000;
    background-color: transparent;
    border: 1px solid #ced4da;
    border-radius: 8px;
    outline: none;
    appearance: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* PLACEHOLDER STYLE */
.custom-select-wrap select option[disabled] {
    color: #aaa;
}

/* DROPDOWN OPTIONS */
.custom-select-wrap select option {
    background: #fff;
    color: #000;
    font-size: 14px;
    width: 100%;
}

/* HOVER & FOCUS */
.custom-select-wrap select:hover {
    border-color: #60b824;
}

.custom-select-wrap select:focus {
    border-color: #60b824;
    box-shadow: 0 0 0 2px rgba(96, 184, 36, 0.25);
}

/* CUSTOM ARROW */
.custom-select-wrap::after {
    content: "▾";
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    color: #60b824;
    font-size: 18px;
    pointer-events: none;
}

/* INVALID STATE */
.custom-select-wrap select:invalid {
    color: #818181;
}

/* MOBILE OPTIMIZATION */
@media (max-width: 575px) {
    .custom-select-wrap select {
        padding: 12px 40px 12px 14px;
        font-size: 14px;
    }
}
/* ===== TOP NAVBAR FIX ===== */

.top_navbar {
    width: 100%;
    background-color: #60b824;   /* Change color if needed */
    color: #fff;
    text-align: center;
    padding: 8px 0;
    font-size: 14px;
    position: relative;
    z-index: 9999;
}

.top_navbar p {
    margin: 0;
}

/* If main navbar is fixed, push it down */
.navbar.fixed-top {
    top: 40px;  /* height of top_navbar */
}
.form-disclaimer {
    background: #f8f9fa;
    border-left: 4px solid #60b824;
    padding: 12px 15px;
    margin-top: 15px;
    font-size: 14px;
    color: #333;
    border-radius: 4px;
}
.form-disclaimer p {
    margin: 0;
}
.footer-company-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    margin-bottom: 25px;
}

.footer-company-grid h5 {
    margin-bottom: 10px;
    font-size: 16px;
}

.footer-company-grid p {
    margin: 5px 0;
    font-size: 14px;
}

.footer-company-grid a {
    text-decoration: none;
}
