img {
    width: 100%;
    height: auto
}

.zoom-in {
    animation: zoomLoop 6s ease-in-out infinite
}

@keyframes zoomLoop {
    0% {
        transform: scale(1)
    }
    50% {
        transform: scale(1.2)
    }
    100% {
        transform: scale(1)
    }
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 90px
}

a {
    cursor: grabbing
}

button {
    cursor: grabbing
}

*,
::after,
::before {
    box-sizing: border-box
}

header,
nav {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

h2,
h5 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

ul {
    margin-top: 0;
    margin-bottom: 1rem
}

strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent
}

img {
    vertical-align: middle;
    border-style: none
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button,
input {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button {
    text-transform: none
}

[type=submit],
button {
    -webkit-appearance: button
}

[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

h2,
h5 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

h2 {
    font-size: 2rem
}

h5 {
    font-size: 1.25rem
}

small {
    font-size: 80%;
    font-weight: 400;
    text-align: center;
    color: #000
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.img-fluid {
    width: 100%;
    height: auto
}

.col-12,
.col-lg-5,
.col-lg-7,
.col-sm-12 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width:576px) {
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:992px) {
    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled {
    background-color: #e9ecef;
    opacity: 1
}

.form-group {
    margin-bottom: 1rem
}

.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: #212529;
    text-decoration: none
}

.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn:disabled {
    opacity: .65
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    position: relative;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .carousel-item {
        transition: none
    }
}

.carousel-item.active {
    display: block
}

.carousel-fade .carousel-item {
    -webkit-transform: none;
    transform: none
}

.carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1
}

.d-none {
    display: none !important
}

.d-block {
    display: block !important
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important
}

@media (min-width:768px) {
    .d-md-none {
        display: none !important
    }
    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }
}

.float-left {
    float: left !important
}

.overflow-hidden {
    overflow: hidden !important
}

.position-relative {
    position: relative !important
}

.w-100 {
    width: 100% !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mt-2 {
    margin-top: .5rem !important
}

.mt-3 {
    margin-top: 1rem !important
}

.text-danger {
    color: #dc3545 !important
}

/*! ADG Used from: https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.0/css/all.min.css */

.fa {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa {
    font-family: "Font Awesome 5 Free"
}

.fa {
    font-weight: 900
}

/*! ADG Used from: https://homesdecoded.com/godrej-thanisandra/css/jquery.magnify.css */

:fullscreen {
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important
}

/*! ADG Used from: https://homesdecoded.com/godrej-thanisandra/css/custom.css */

body {
    color: #fff;
    background-color: #fff;
    font: 400 14px/1.4 Outfit, sans-serif;
    overflow-x: hidden
}

ul {
    padding-left: 0;
    margin-bottom: 0
}

header {
    width: 100%;
    padding: 12px 60px;
    position: sticky;
    display: flex;
    align-items: center;
    justify-content: space-between;
    top: 0;
    z-index: 999;
    transition: all .3s ease-in-out;
    background: #fff
}

.logo {
    position: relative;
    transition: all .3s ease-in-out;
    overflow: hidden;
    padding: 0
}

.logo img {
    width: 150px;
    height: 100%;
    object-fit: contain
}

.mainHeader {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px
}

header .mainHeader .navi>ul {
    display: flex;
    align-items: center
}

header .mainHeader .navi>ul>li {
    position: relative
}

header .mainHeader .navi>ul>li>a {
    color: #000;
    padding: 15px 12px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 5px;
    transition: all .3s ease-in-out;
    position: relative;
    z-index: 1
}

header .mainHeader .navi>ul>li>a:hover {
    color: #c29a45
}

.menuBtn {
    padding: 8px;
    border: 0;
    border-radius: 0;
    background-color: #00000000;
    width: 40px;
    height: 40px;
    right: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
    position: relative;
    cursor: pointer
}

.menuBtn span {
    display: block;
    position: relative;
    width: 100%;
    height: 2px;
    margin: 4px 0;
    transition: all .6s cubic-bezier(.785, .135, .15, .86)
}

.menuBtn span::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    transform-origin: center center;
    transition: all .6s cubic-bezier(.785, .135, .15, .86)
}

.menuContainer {
    position: fixed;
    top: 0;
    width: 90%;
    right: 0;
    bottom: 0;
    height: 100%;
    overflow: auto;
    background-color: #fff;
    padding: 90px 20px 20px;
    display: none;
    z-index: 99
}

.menuContainer ul li a {
    display: block;
    font-size: 1.25rem;
    font-weight: 700;
    color: #000;
    padding: 10px;
    border-bottom: 1px solid rgb(0 0 0 / 10%)
}

.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0;
    background-color: #fff;
    min-width: 150px;
    height: 45px;
    font-size: 14px;
    letter-spacing: 1px;
    padding-left: 20px;
    padding-right: 20px;
    border: none;
    text-transform: uppercase;
    overflow: hidden;
    position: relative;
    outline: 0;
    z-index: 1
}

.btn:focus {
    box-shadow: none;
    outline: 0
}

.btn-gold {
    color: #000;
    background: var(--golden-grad2)
}

.btn-gold:hover {
    color: #000
}

.btn::after,
.btn::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(255, 255, 255, .25);
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
    -webkit-transition-timing-function: cubic-bezier(.75, 0, .125, 1);
    transition-timing-function: cubic-bezier(.75, 0, .125, 1);
    z-index: -1
}

.btn::after {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
    background-color: #fff
}

.btn-gold:before {
    background-color: rgba(0, 0, 0, .25)
}

.btn:hover::after,
.btn:hover::before {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.banner {
    width: 100%;
    height: 110vh;
    position: relative;
    background: #000;
    z-index: 1
}

.banner .carousel-inner,
.banner .carousel-inner .carousel-item {
    position: relative;
    height: 100%
}

.banner .carousel-inner .carousel-item {
    background: var(--gray) center no-repeat;
    background-size: cover;
    transition-duration: 1s;
    position: relative;
    z-index: 1
}

.banner .carousel-inner .carousel-item::before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    top: 0;
    z-index: -1
}

.banner .carousel-inner .carousel-item img {
    height: 100%
}

.slider-content {
    position: absolute;
    left: 40px;
    top: 5%;
    z-index: 9;
    width: 40%;
    padding: 20px
}

.scrollDown {
    position: absolute;
    left: 5vw;
    bottom: 50px;
    padding-left: 20px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    display: flex;
    align-items: center;
    cursor: pointer;
    color: #fff;
    z-index: 9
}

.scrollDown span {
    font-size: 13px;
    display: inline-block
}

.scrollDown i {
    position: absolute;
    left: 0;
    transform-origin: center center;
    font-size: 18px;
    z-index: 2;
    animation: updown 1.2s linear infinite
}

.py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem
}

.position-relative {
    z-index: 1
}

.bg-frwd-slash::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #203f20;
    clip-path: polygon(100% 0, 100% 100%, 75% 50%);
    z-index: -1
}

.heading {
    display: table;
    margin-bottom: 10px;
    position: relative;
    z-index: 1
}

.heading h2 {
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 0;
    color: var(--gold);
    background: var(--golden-grad);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    font-size: 1.8rem
}

h5 {
    font-weight: 600;
    text-align: center;
    margin: 5px 0 15px;
    color: #000
}

.contact-wrapper.bg-frwd-slash::before {
    background-color: rgb(0 0 0 / 10%)
}

.form-group {
    margin-bottom: 10px
}

.form-group .form-control {
    border-radius: 0;
    padding: 10px 0;
    background-color: #00000000 !important;
    border: none;
    border-bottom: 1px solid rgb(0 0 0 / 25%);
    color: #000;
    outline: 0
}

.form-group .form-control::placeholder {
    color: rgba(255, 255, 255, .8)
}

.form-group .form-control:focus {
    box-shadow: none;
    border-bottom-color: var(--gold)
}

.fixed-form {
    position: absolute;
    right: 30px;
    top: 60%;
    border-radius: 16px;
    width: 300px;
    padding: 10px 20px 20px;
    background: #fff;
    border: 2px solid rgb(255 255 255 / 70%);
    z-index: 1;
    transition: all .3s ease-in-out;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.fixed-form .formFooter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    top: auto
}

.fixed-form .formFooter button {
    width: -webkit-fill-available;
    height: 40px;
    color: #fff;
    line-height: 40px;
    font-weight: 500;
    border-radius: 20px;
    text-align: center;
    background: #faa61a;
    padding: 0;
    font-size: 14px;
    transition: all .3s ease-in-out;
    outline: 0
}

.button-top {
    background: rgba(29, 29, 29, .32);
    position: fixed;
    cursor: pointer;
    right: 20px;
    bottom: -20px;
    color: #fff;
    font-size: 13px;
    opacity: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    pointer-events: none;
    transition: all .5s ease;
    z-index: 9
}

.button-top:hover {
    background: var(--golden-grad2);
    color: #000
}

.enquiryBtn {
    display: none
}

@media (min-height:1024px) {
    .fixed-form {
        bottom: 50%
    }
}

@media (max-width:768px) {
    .banner {
        height: 600px
    }
    .slider-content {
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 23px 10px 10px;
        text-align: left;
        background: #fff
    }
    h5 {
        font-size: 2vw
    }
    .py-8 {
        padding-bottom: 1rem;
        padding-top: 1rem
    }
    .banner {
        margin-top: 103px
    }
}

@media (max-width:767px) {
    .phoneTel p {
        color: #fff;
        margin-bottom: 25px !important;
        margin-top: -28px !important
    }
    .fixed-form {
        display: none
    }
    .banner {
        margin-top: 50px;
        height: auto
    }
    .slider-content {
        text-align: center;
        width: auto;
        position: relative
    }
    .scrollDown {
        left: 0;
        bottom: 30px;
        z-index: 10
    }
    .heading h2 {
        font-size: 1.75rem
    }
    .enquiryBtn {
        position: fixed;
        bottom: 0;
        width: 100%;
        display: flex;
        justify-content: space-between;
        left: 0;
        z-index: 99;
        background: var(--gray);
        text-align: center;
        border-top: 1px solid #fff
    }
    .enquiryBtn a {
        color: #cca23d;
        text-align: center;
        display: block;
        width: 100%;
        padding: 10px 5px
    }
}

@media (max-width:425px) {
    body {
        font-size: 12px
    }
    header {
        padding: 12px 10px
    }
    .btn {
        min-width: 107px;
        font-size: 12px;
        letter-spacing: 0;
        padding-left: 5px;
        padding-right: 5px
    }
    .banner {
        height: auto;
        margin-top: 0
    }
    .slider-content {
        text-align: center;
        width: auto;
        position: relative
    }
    .scrollDown {
        display: none
    }
    h5 {
        font-size: 16px
    }
    .fixed-form .formFooter button {
        width: auto;
        min-width: 100%
    }
    .form-group .form-control {
        font-size: 15px
    }
    .heading h2 {
        font-size: 1.25rem;
        font-weight: 400
    }
}

small {
    font-size: 100%;
    font-weight: 400
}

/*! ADG Used from: Embedded */

i {
    transform: rotate(90deg)
}

.tilt-button {
    background-color: #0a4f39;
    color: #fff;
    font-size: 14px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 600;
    animation: tilt 2s infinite ease-in-out;
    transform-origin: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .2)
}

.gt-container {
    width: 330px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
    border: 1px solid #ddd;
    font-family: 'Segoe UI', sans-serif
}

@media (max-width:430px) {
    .gt-container {
        width: 100%
    }
}

.gt-header {
    background: #248135;
    color: #fff;
    text-align: center;
    padding: 10px;
    font-weight: 700;
    font-size: 19px
}

.gt-content {
    padding: 7px;
    text-align: center
}

.gt-content h2 {
    margin: 2px 0;
    font-size: 20px
}

.gt-content p {
    margin: 0;
    font-size: 14px;
    color: #666
}

.gt-details {
    margin: 4px 0;
    background: #f2f2f2;
    padding: 10px;
    border-radius: 6px;
    font-size: 14px
}

.gt-details-row {
    display: flex;
    justify-content: space-between;
    font-weight: 700
}

.gt-offers {
    background: #248135;
    color: #fff;
    padding: 15px 10px;
    border: 2px dashed #fff;
    border-radius: 5px;
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 20px
}

.gt-btn {
    background: #199c45;
    color: #fff;
    padding: 12px;
    border: none;
    width: 100%;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    border-radius: 6px;
    margin-bottom: 20px;
    border: 3px solid #fff;
    box-shadow: rgb(179 179 179 / 67%) 22px 0 60px 0
}

.gt-btn:hover {
    background: #248135
}

/*! CSS Used keyframes */

@keyframes updown {
    0% {
        transform: translateX(-10px)
    }
    50% {
        transform: translateX(0)
    }
    100% {
        transform: translateX(-10px)
    }
}

@keyframes tilt {
    0% {
        transform: rotate(0)
    }
    25% {
        transform: rotate(2deg)
    }
    50% {
        transform: rotate(-2deg)
    }
    75% {
        transform: rotate(2deg)
    }
    100% {
        transform: rotate(0)
    }
}

.callnow {
    background: #faa61a;
    border: 3px solid #fff;
    border-radius: 15px;
    padding: 0 15px;
    margin-left: 35px;
    line-height: 10px;
    border: 3px solid #fff;
    box-shadow: rgb(175 175 175 / 67%) 22px 0 60px 0
}

.callnow a {
    color: #fff !important
}

/*! ADG Used from: https://siddhaskyisland.com/styles/style.css */

.ovh p {
    font-size: 16px;
    color: #555;
    letter-spacing: 1px;
    line-height: 1.6;
    text-align: justify
}

.aisticy img {
    width: 75%;
    border-radius: 8px;
    box-shadow: rgb(205 205 205 / 67%) 22px 0 60px 0
}

* {
    padding: 0;
    margin: 0;
    --primary-color: #3b3b3b;
    --secondary-color: #000722;
    --white-color: #fff
}

a {
    text-decoration: none !important
}

.sectionpad {
    padding: 70px 0
}

h2,
p {
    margin: 0 !important
}

input[type=number] {
    -moz-appearance: textfield;
    appearance: textfield
}

#overview {
    background: url(https://www.sobhaprojectnoida.in/assets/img/home/overviewBg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.sectionHead {
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 8px !important;
    font-style: normal;
    color: var(--primary-color)
}

p {
    font-size: 14px
}

.sectionSubhead {
    color: var(--primary-color);
    font-size: 1.7rem;
    text-transform: uppercase
}

.overviewCardWrap {
    display: flex;
    align-items: center;
    margin: 10px 0
}

.overviewCardIcon {
    width: 40px;
    height: 40px
}

.clickBtn {
    background-color: #000;
    border: 3px solid #fff;
    box-shadow: rgb(179 179 179 / 67%) 22px 0 60px 0;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 33px
}

.overviewFormWrap {
    border: 3px solid #fff;
    box-shadow: rgb(179 179 179 / 67%) 22px 0 60px 0;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px
}

.formHead {
    color: var(--white-color);
    font-size: 14px;
    line-height: 24px;
    text-align: center
}

.inputField {
    padding: 10px 13px;
    color: #fff;
    border-radius: 5px;
    border: 3px solid #e5e5e5;
    width: 100%;
    font-size: 18px
}

::placeholder {
    color: #000 !important;
    opacity: 1
}

.submitBtn {
    background-color: #000;
    color: #fff;
    padding: 10px 13px;
    text-align: center;
    width: 100%;
    font-weight: 600;
    border-radius: 8px;
    border: none;
    text-transform: uppercase
}

.otploding_wrap {
    display: none;
    margin-bottom: 0 !important
}

.otp_box {
    display: none
}

@media only screen and (max-width:768px) {
    .sectionpad {
        padding: 20px 0 5px
    }
    #overview .row.rowCon tent {
        gap: 34px
    }
    .overviewFormWrap {
        width: 100%;
        margin-bottom: 20px
    }
    .sectionHead {
        font-size: 3rem
    }
    .sectionSubhead {
        font-size: 1.5rem
    }
    p {
        font-size: 15px
    }
}

@media only screen and (max-width:576px) {
    #overview .sectionHead {
        font-size: 2rem;
        margin-bottom: 0 !important
    }
    .sectionSubhead {
        text-align: center
    }
    .btnWrap {
        display: flex;
        justify-content: center
    }
    .sectionHead {
        font-size: 2rem;
        text-align: center;
        margin-bottom: 20px !important
    }
}

/*! ADG Used from: https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css */

*,
::after,
::before {
    box-sizing: border-box
}

h2 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    color: var(--bs-heading-color)
}

h2 {
    font-size: calc(1.325rem + .9vw)
}

@media (min-width:1200px) {
    h2 {
        font-size: 2rem
    }
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

a {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
    text-decoration: underline
}

img {
    vertical-align: middle
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

button,
input {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button {
    text-transform: none
}

[type=button],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

.container {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    #overview .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    #overview .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    #overview .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    #overview .container {
        max-width: 1140px
    }
}

@media (min-width:1400px) {
    #overview .container {
        max-width: 1320px
    }
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x))
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y)
}

.col-6 {
    flex: 0 0 auto;
    width: 50%
}

.col-12 {
    flex: 0 0 auto;
    width: 100%
}

@media (min-width:768px) {
    .col-md-12 {
        flex: 0 0 auto;
        width: 100%
    }
}

@media (min-width:992px) {
    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%
    }
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-control::placeholder {
    color: var(--bs-secondary-color);
    opacity: 1
}

.form-control:disabled {
    background-color: var(--bs-secondary-bg);
    opacity: 1
}

.d-block {
    display: block !important
}

.d-flex {
    display: flex !important
}

.justify-content-center {
    justify-content: center !important
}

.mt-3 {
    margin-top: 1rem !important;
    color: #000
}

.mt-4 {
    margin-top: 1.5rem !important
}

.ms-2 {
    margin-left: .5rem !important;
    text-align: left
}

.ms-3 {
    margin-left: 1rem !important
}

.text-center {
    text-align: center !important
}

.text-white {
    --bs-text-opacity: 1;
    color: #fff !important
}

@media (min-width:768px) {
    .d-md-block {
        display: block !important
    }
}

.btnWrap img {
    width: 20px
}

.aisticy {
    top: 120px;
    position: sticky;
    height: 550px;
    text-align: right;
    display: ruby
}

/*! ADG Used from: https://www.godrej-bangalore.in/godrej-thanisandra/css/bootstrap.min.css */

*,
::after,
::before {
    box-sizing: border-box
}

section {
    display: block
}

h3 {
    margin-top: 0;
    margin-bottom: .5rem
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

h3 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit
}

h3 {
    font-size: 1.75rem
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.col-lg-3,
.col-md-6 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width:768px) {
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (min-width:992px) {
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:focus,
.btn:hover {
    text-decoration: none
}

.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
}

@media print {
    *,
    ::after,
    ::before {
        text-shadow: none !important;
        box-shadow: none !important
    }
    h3 {
        orphans: 3;
        widows: 3
    }
    h3 {
        page-break-after: avoid
    }
    .container {
        min-width: 992px !important
    }
}

.price_inner .know-more .btn:hover {
    color: #fff;
    font-weight: 800;
    border: 1px solid #000
}

/*! ADG Used from: https://www.godrej-bangalore.in/godrej-thanisandra/css/style.css */

.same-gap {
    margin: 30px 0 30px
}

.btn {
    background-color: #000c26;
    border-radius: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 600
}

.project-title h3 {
    font-family: sans-serif;
    margin-bottom: 36px;
    color: #000;
    font-size: 40px;
    letter-spacing: 2px;
    font-weight: 600;
    text-align: center;
    text-transform: capitalize
}

.know-more {
    text-align: center;
    margin: 15px 0
}

.price_inner {
    border: 1px solid rgb(54, 41, 110, 30%);
    background-color: #fff;
    position: relative;
    text-align: center;
    padding: 1rem;
    box-shadow: 0 0 5px gray;
    margin-bottom: 30px
}

.price_inner .rc_one {
    border-bottom: 1px solid rgb(54, 41, 110, 15%);
    line-height: 170%;
    padding-top: .9rem;
    padding-bottom: .9rem;
    text-transform: uppercase;
    font-size: .8rem;
    color: #262a29
}

.price_inner .rc_one span {
    display: block;
    font-size: 18px;
    font-weight: 600;
    text-transform: none
}

.know-more .btn {
    background-color: #fff;
    color: #000c26
}

.price_inner .know-more {
    margin: 25px 0 0 0
}

.price_inner .know-more .btn {
    background-color: #248135;
    border: 3px solid #fff;
    box-shadow: rgb(179 179 179 / 67%) 22px 0 60px 0;
    color: #fff;
    font-size: 12px;
    line-height: 30px;
    border-radius: 30px
}

@media only screen and (min-width:1500px) {
    .container {
        max-width: 1400px
    }
}

@media only screen and (max-width:1400px) {
    .project-title h3 {
        margin-bottom: 20px;
        font-size: 28px
    }
    .btn {
        font-size: 16px
    }
    .price_inner .rc_one span {
        font-size: 1rem
    }
}

@media only screen and (max-width:1199px) {
    .project-title h3 {
        margin-bottom: 15px;
        font-size: 22px
    }
    .same-gap {
        margin-bottom: 30px
    }
}

@media only screen and (max-width:991px) {
    .project-title h3 {
        font-size: 20px
    }
    .price_inner {
        margin-bottom: 20px
    }
}

@media (max-width:767px) {
    .price_inner .know-more .btn {
        width: 100%
    }
    .know-more .btn {
        width: 100%
    }
}

@media only screen and (max-width:575px) {
    .project-title h3 {
        font-size: 30px;
        margin-bottom: 23px
    }
    .same-gap {
        margin-bottom: 9px;
        margin-top: 25px
    }
}

#walkthrough {
    background: #f8f9fa;
    padding: 80px 0 32px 0
}

#walkthrough h2 {
    font-family: sans-serif;
    font-size: 40px;
    letter-spacing: 5px;
    font-weight: 600;
    color: #222;
    margin-bottom: 27px !important;
    text-align: center;
    line-height: 1.1
}

#walkthrough>div {
    max-width: 900px;
    margin: 0 auto;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .07);
    border-radius: 14px;
    overflow: hidden;
    background: #fff
}

#walkthrough iframe-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0
}

#walkthrough iframe {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 500px
}

.amenities-section {
    background: #f8f9fa;
    padding: 56px 0 32px 0;
    background-color: #fff8c8;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.amenities-section h2 {
    font-family: sans-serif;
    font-size: 40px;
    letter-spacing: 2px;
    font-weight: 600;
    color: #222;
    margin-bottom: 24px;
    text-align: center;
    line-height: 1.1
}

.amenities-section p {
    font-size: 16px;
    color: #555;
    letter-spacing: 1px;
    line-height: 1.6;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding: 9px 280px 33px
}

.amenities-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    justify-content: center;
    align-items: stretch;
    padding: 0 16px
}

.amenity-card {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .07);
    padding: 22px 18px;
    display: flex;
    align-items: center;
    gap: 18px
}

.amenity-icon {
    flex: 0 0 54px;
    display: flex;
    align-items: center;
    justify-content: center
}

.amenity-icon img {
    width: 48px;
    height: 48px;
    object-fit: contain;
    filter: brightness(0) saturate(100%)
}

.amenity-details {
    flex: 1
}

.amenity-title {
    font-size: 16px;
    font-weight: 500;
    color: #222;
    margin-bottom: 6px
}

.amenity-desc {
    font-size: 13px;
    color: #555
}

@media (max-width:600px) {
    .amenities-grid {
        grid-template-columns: 1fr !important;
        gap: 12px !important
    }
    #walkthrough>div {
        width: 368px;
        height: 100%
    }
}

.location-section {
    background: #fff;
    padding: 56px 0 30px 0
}

.location-section h2 {
    font-family: sans-serif;
    font-size: 40px;
    letter-spacing: 2px;
    font-weight: 600;
    color: #222;
    margin-bottom: 24px;
    text-align: center;
    line-height: 1.1
}

.location-section p {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
    text-align: center;
    letter-spacing: 1px;
    margin-left: auto;
    margin-right: auto;
    padding: 8px 275px 33px
}

.location-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    padding: 0 16px;
    gap: 32px
}

.map-container {
    flex: 1 1 500px;
    min-width: 300px
}

.map-wrapper {
    width: 100%;
    height: 0;
    padding-bottom: 75%;
    position: relative;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .07);
    border-radius: 14px;
    overflow: hidden
}

.map-wrapper iframe {
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.accordion-container {
    padding: 0;
    flex: 1 1 500px;
    min-width: 300px
}

.accordion {
    margin-bottom: 16px
}

.accordion-header {
    background: #0557a8;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .07);
    padding: 18px 24px;
    text-align: left;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.accordion-header h3 {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    margin: 0;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    line-height: 1.1
}

.accordion-header i {
    margin-right: 10px
}

.accordion-icon {
    font-size: 1.5rem;
    color: #fff;
    transition: transform .3s
}

.accordion-content {
    display: none;
    background: #fff;
    border-radius: 0 0 12px 12px;
    padding: 0 24px;
    overflow: hidden;
    max-height: 0;
    transition: max-height .3s ease-out
}

.accordion-content ul {
    list-style-position: inside;
    padding: 16px 0;
    margin: 0;
    font-size: 1.05rem;
    color: #444;
    line-height: 1.8
}

.accordion-content li span {
    color: #248135;
    font-weight: 600
}

/*! ADG Used from: https://www.godrejngroups.com/bangalore/godrej-plots-doddaballapur/css/bootstrap.min.css */

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

section {
    display: block
}

h2 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

h2 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit
}

h2 {
    font-size: 2rem
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.col-12 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.text-center {
    text-align: center !important
}

@media print {
    *,
    :after,
    :before {
        text-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }
    img {
        page-break-inside: avoid
    }
    h2,
    p {
        orphans: 3;
        widows: 3
    }
    h2 {
        page-break-after: avoid
    }
}

/*! ADG Used from: https://www.godrejngroups.com/bangalore/godrej-plots-doddaballapur/css/style.css */

::selection {
    background: #000;
    color: #fff
}

h2 {
    font-family: Muli, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"
}

.section-title {
    color: #000;
    font-size: 40px;
    font-weight: 900;
    line-height: 1.2
}

@media (max-width:991.98px) {
    .section-title {
        font-size: 30px !important
    }
}

h2 {
    font-size: 40px;
    margin-bottom: 5px;
    color: #333
}

#floor-plan {
    padding: 40px 20px;
    text-align: center
}

#floor-plan h2 {
    margin-bottom: 0;
    font-family: sans-serif;
    color: #000;
    font-size: 40px;
    letter-spacing: 2px;
    font-weight: 600
}

.floor-plan-images {
    max-width: 1200px;
    margin: 0 auto;
    padding: 27px 20px !important
}

.floor-plans-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center
}

.floor-plan-item {
    flex: 1 1 calc(33.333% - 20px);
    min-width: 280px;
    max-width: 350px;
    box-sizing: border-box;
    text-align: center;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
    cursor: pointer;
    transition: transform .2s ease-in-out, box-shadow .2s ease-in-out
}

.floor-plan-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, .2)
}

.image-wrapper {
    position: relative;
    height: 300px;
    overflow: hidden;
    border-radius: 8px 8px 0 0
}

.floor-plan-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(5px);
    display: block;
    transition: filter .3s ease-in-out
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    cursor: pointer;
    border-radius: inherit
}

.overlay p {
    color: #fff;
    font-size: 1.2em;
    font-weight: 700;
    text-align: center;
    padding: 10px 20px !important;
    border: 2px solid #fff;
    border-radius: 5px
}

.floor-plan-item:hover img {
    filter: blur(5px)
}

.floor-plan-item:hover .overlay {
    opacity: 1
}

.floor-name {
    font-size: 14px;
    font-weight: 700;
    background-color: #248135;
    color: #fff;
    margin: 0;
    padding: 16px 0 !important;
    border-radius: 0 0 8px 8px
}

@media (max-width:992px) {
    .floor-plan-item {
        flex: 1 1 calc(50% - 20px)
    }
}

@media (max-width:768px) {
    .floor-plan-item {
        flex: 1 1 calc(50% - 20px);
        max-width: none
    }
    .image-wrapper {
        height: 250px
    }
    .overlay p {
        font-size: 1.1em;
        padding: 8px 15px
    }
}

@media (max-width:480px) {
    .floor-plan-item {
        flex: 1 1 100%;
        max-width: none
    }
    .image-wrapper {
        height: 200px
    }
    .overlay p {
        font-size: 1em;
        padding: 6px 12px
    }
}

/*! ADG Used from: https://siddhaskyisland.com/styles/style.css */

* {
    padding: 0;
    margin: 0;
    --primary-color: #3b3b3b;
    --secondary-color: #000722;
    --white-color: #000000
}

a {
    text-decoration: none !important
}

p {
    font-size: 14px
}

::placeholder {
    color: #000;
    opacity: 1
}

.footerSection {
    background-color: #0557a8;
    padding-top: 40px
}

.privacyText {
    text-decoration: underline !important
}

.callTextInfo {
    font-size: 25px;
    font-weight: 600
}

@media only screen and (max-width:768px) {
    p {
        font-size: 15px
    }
}

/*! ADG Used from: https://siddhaskyisland.com/styles/NewUpdateStyles.css */

.disc {
    color: #fff;
    margin: 1rem 0 0 0;
    font-size: .75rem;
    text-align: center
}

.footer-copyright {
    color: #fff;
    text-align: center
}

.phoneTel p {
    color: #fff;
    margin-top: 1px
}

footer hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: #fff solid;
    opacity: .25
}

/*! ADG Used from: https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css */

*,
::after,
::before {
    box-sizing: border-box
}

hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: var(--bs-border-width) solid;
    opacity: .25
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

strong {
    font-weight: bolder
}

a {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
    text-decoration: underline
}

.container {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

@media (min-width:1400px) {
    .container {
        max-width: 1320px
    }
}

.mt-3 {
    margin-top: 10px !important
}

.pb-3 {
    padding-bottom: 1rem !important
}

.text-center {
    text-align: center !important
}

.desk-hide {
    display: none !important
}

.mob-hide {
    display: block
}

@media (max-width:767px) {
    .desk-hide {
        display: block !important
    }
    .mob-hide {
        display: none
    }
}

@media (max-width:767px) {
    .amenities-section p {
        padding: 15px 15px !important;
        text-align: justify;
        font-size: 15px;
        text-align-last: center;
        line-height: 28px
    }
    .amenities-section h2 {
        font-size: 34px !important
    }
    .location-section p {
        padding: 15px 15px !important;
        text-align: justify;
        font-size: 15px;
        text-align-last: center;
        line-height: 28px
    }
    .location-section h2 {
        font-size: 21px !important
    }
    #walkthrough h2 {
        font-size: 34px !important
    }
    .aisticy {
        top: unset !important;
        position: unset !important;
        height: unset !important
    }
    #walkthrough iframe {
        height: 280px !important;
        padding: 8px !important;
        border-radius: 22px
    }
    .location-section {
        padding: 35px 0 0 0 !important
    }
    #floor-plan {
        padding: 20px 9px !important
    }
    .accordion-header {
        padding: 10px 14px !important
    }
    #walkthrough {
        padding: 20px 0 12px 0 !important
    }
    .amenities-section {
        padding: 20px 0 15px 0 !important
    }
    .ovh p {
        font-size: 15px;
        line-height: 30px;
        margin-bottom: -9px !important
    }
    .row,
    .row>* {
        margin-right: 0 !important;
        margin-left: 0 !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
        gap: 10px
    }
    .overviewContentWrap .col-6 {
        width: 48%
    }
    .ms-3 {
        font-size: 14px
    }
    .ovh {
        margin-bottom: 36px
    }
    .disc p {
        text-align: justify;
        text-align-last: center;
        margin-top: -35px !important
    }
    .developer_para p {
        padding: 0 0 0 !important;
        text-align: justify !important
    }
}

button.close span:hover {
    color: #fff
}

.btn,
.form-control {
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.9em + .75rem + 2px);
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    outline: 0
}

.form-control:disabled {
    background-color: #e9ecef;
    opacity: 1
}

.btn {
    display: inline-block;
    color: #212529;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.btn:hover {
    color: #212529
}

.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn:disabled {
    opacity: .65
}

button.close {
    background-color: transparent
}

.close:hover {
    text-decoration: none
}

.fade {
    transition: opacity .15s linear
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    margin-top: -38px;
    margin-right: -32px
}

.close:hover {
    color: #000
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: .75
}

button.close {
    padding: 0;
    border: 0
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal-content {
    width: 100%;
    position: relative
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px)
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    content: ""
}

.modal-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.rounded-0 {
    border-radius: 0 !important
}

.d-block {
    display: block !important
}

.modal-body .d-flex {
    display: -ms-flexbox !important;
    display: flex !important
}

.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.text-center {
    text-align: center !important
}

.text-danger {
    color: #dc3545 !important
}

.micro-form-field {
    font-size: 1.1vw;
    border-top: none;
    border-left: none;
    border-right: none
}

.micro-form-btn {
    font-size: 1.2vw;
    padding: .3vw 2vw
}

.mi {
    font-family: micon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 18px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.mi-support-call:before {
    content: "\e90f"
}

.mi-support-price:before {
    content: "\e910"
}

.mi-support-visit:before {
    content: "\e911"
}

.mi-call:before {
    content: "\e900"
}

.popup-logo {
    padding-top: 21px;
    width: 595px;
    max-width: 20vw !important;
    height: 5vw !important
}

.submitBtn {
    margin-top: 20px !important;
    margin-bottom: 10px
}

.modal-head {
    border-radius: 3px 3px 0 0
}

.popup-logo img {
    margin-top: 10px !important;
    width: 160px;
    height: 100%;
    object-fit: contain
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }
    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content
    }
}

@media (min-width:992px) {
    .d-lg-block {
        display: block !important
    }
}

@media (prefers-reduced-motion:reduce) {
    .btn,
    .fade,
    .form-control,
    .modal.fade .modal-dialog {
        transition: none
    }
}

@media only screen and (min-width:992px) {
    .modal-body {
        padding: 0
    }
    .form-side {
        padding: 0 1vw
    }
    .modal-dialog.enq-modal {
        max-width: 36vw;
        border-radius: 3px
    }
    .close {
        position: absolute;
        right: 1vw;
        top: .3vw
    }
    .modal-head {
        background-color: var(--colorPrimary)
    }
    .modal-title {
        display: block;
        font-size: 1.5vw;
        text-transform: capitalize;
        font-weight: 600;
        color: var(--colorBtn);
        padding: 1.2vw 0
    }
    .modal-title-secondary {
        display: block;
        font-size: 1vw;
        text-transform: capitalize;
        font-weight: 600;
        padding: 1vw 0 .5vw
    }
    .modal-highlight-bg {
        background-color: #f9f9f9;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        vertical-align: top;
        border-top-left-radius: 15px
    }
    .modal-highlight-title {
        display: block;
        text-align: center;
        font-size: 1.3vw;
        font-weight: 500;
        padding: 25px 0 .1vw;
        color: var(--colorPrimary)
    }
    .modal-highlight {
        list-style: none;
        padding: 10px 0;
        margin-bottom: 0;
        width: 11vw
    }
    .modal-highlight li i {
        display: inline-block;
        font-size: 2.8vw;
        color: #248135
    }
    .modal-highlight li span {
        display: block;
        font-size: .9vw;
        color: #000;
        padding: 0 0 1.3vw
    }
    .modal-call-btn,
    .modal-call-btn:hover {
        display: block;
        background-color: var(--colorPrimary);
        color: var(--colorBtn);
        text-decoration: none;
        font-size: 1.3vw;
        border-radius: 0 0 3px 3px
    }
}

@media only screen and (max-width:991px) {
    .modal-title {
        font-weight: 600
    }
    .desktop {
        display: block !important
    }
    .modal-highlight,
    .modal-highlight-title {
        display: none
    }
    .modal-title,
    .modal-title-secondary {
        text-transform: capitalize;
        display: block
    }
    .micro-form-btn {
        font-size: 16px;
        padding: 4px 15px;
        margin: auto;
        display: block
    }
    .modal-title {
        font-size: 18px;
        color: var(--colorBtn)
    }
    .mi {
        margin-right: 5px
    }
    .close {
        position: absolute;
        right: 10px;
        top: 3px;
        margin-right: -10px
    }
    .modal-head {
        background-color: var(--colorPrimary)
    }
    .modal-body {
        padding: 0
    }
    .modal-title {
        padding: 10px 0
    }
    .modal-title-secondary {
        font-size: 15px;
        font-weight: 600;
        padding: 20px 0 5px;
        color: #000
    }
    .modal-call-btn,
    .modal-call-btn:hover {
        display: block;
        background-color: var(--colorPrimary);
        color: var(--colorBtn);
        padding: 5px 0;
        text-decoration: none;
        font-size: 16px
    }
    .micro-form-field {
        font-size: 16px
    }
    .numeric {
        padding-left: 27px !important
    }
}

@media only screen and (max-width:320px) {
    .logo {
        max-width: 235px
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .close {
        font-size: 35px
    }
}

@media only screen and (min-width:1281px) {
    .numeric {
        padding-left: 27px !important
    }
}

.d-block {
    display: block !important
}

img {
    vertical-align: middle;
    border-style: none
}

.fade {
    transition: opacity .15s linear
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.mi {
    font-family: micon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 18px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.mi-support-call:before {
    content: "\e90f"
}

.mi-support-price:before {
    content: "\e910"
}

.mi-support-visit:before {
    content: "\e911"
}

.mi-call:before {
    content: "\e900"
}

.form-control::placeholder {
    color: #acacac;
    font-weight: 400
}

@media only screen and (min-width:992px) {
    .popcallbtn {
        display: block !important
    }
    .popmodal .modal-highlight-bg {
        background-color: #fff
    }
    .popbox-left .poplogo {
        width: 150px;
        height: 100%;
        object-fit: contain
    }
    .popbox-left .modal-highlight-title {
        display: block;
        text-align: center;
        font-size: 1.2vw;
        padding: 25px 0 1vw;
        color: #95635a;
        font-weight: 700
    }
    .popbox-right .modal-head,
    .popbox-right .submitBtn,
    .popmodal .popcallbtn {
        background-color: #248135;
        color: #fff
    }
    .popbox-left li {
        padding: 0 5px;
        display: flex;
        align-items: center;
        margin-bottom: 1.5vw
    }
    button.close {
        padding-top: 12px
    }
    .popbox-left .modal-highlight li span {
        padding: 0;
        text-align: left;
        margin-left: 10px;
        font-size: .9vw;
        line-height: 1.1vw;
        font-weight: 500
    }
    .popbox-left .modal-highlight li i {
        font-size: 2vw
    }
    .popbox-left .modal-highlight {
        padding: 10px 10px 0 20px
    }
    .popleftinner {
        background: #f8f8f8;
        margin: 0 0 1vh .5vw;
        border-radius: 10px;
        padding-bottom: 2px
    }
    .popbox-right {
        margin: 10px 0 0
    }
    .popbox-right .micro-form-field {
        font-weight: 700
    }
    .popmodal .popcallbtn {
        display: block !important;
        padding: .8rem 2.6rem;
        text-decoration: none;
        border-radius: 0;
        font-size: 1.2vw;
        margin: 0
    }
    .popbox-right .btn {
        font-size: 12px;
        font-weight: 600
    }
    .popmodal .popcallbtn .mi {
        font-size: 1vw
    }
    .popbox-right .modal-head {
        display: inline-block;
        padding: .7vw .3vw;
        width: 94%
    }
    .popbox-right .form-control {
        height: calc(1.9em + .75rem + 3px);
        padding: .375rem .3rem
    }
    .popbox-right select.my_country_name.form-control.rounded-0.micro-form-field {
        padding: .375rem 0
    }
    .text-left {
        text-align: left
    }
    .popmodal .modal-body {
        padding: 5px 0 0
    }
    .popbox-right .modal-title-secondary {
        padding: 1.5vw .5vw 2vw 1.3vw;
        color: #000
    }
    .popbox-right .modal-title {
        display: initial;
        text-transform: capitalize;
        padding: 0;
        font-size: 1.4vw;
        line-height: 20px
    }
}

@media only screen and (max-width:992px) {
    .popcallbtn {
        display: block;
        color: #fff;
        background: #248135
    }
}

@media only screen and (max-width:768px) {
    .form-side {
        width: 90%;
        margin: auto
    }
}

@media only screen and (max-width:991px) {
    .popbox-right .submitBtn {
        background-color: #248135;
        color: #fff
    }
}

.desktop {
    display: none
}

/*! ADG Used from: Embedded */

select.my_country_name.form-control.rounded-0.micro-form-field {
    float: left;
    display: inline-block;
    width: 40%;
    padding-left: 8px
}

input#modal_my_mobile {
    width: 60%
}

/*! ADG Used from: https://www.greenreservesnoida.com/lnt-green-reserve-noida/assets/css/chatv25.css */

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem
}

.popbox-right .submitBtn:hover {
    color: #000
}

/*! ADG Used from: https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css */

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-search-plus:before {
    content: "\f00e"
}

/*! ADG Used from: https://www.godrej-bangalore.in/godrej-thanisandra/css/bootstrap.min.css */

*,
::after,
::before {
    box-sizing: border-box
}

section {
    display: block
}

h3 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

h3 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit
}

h3 {
    font-size: 1.75rem
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col-md-4 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width:768px) {
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
}

@media print {
    *,
    ::after,
    ::before {
        text-shadow: none !important;
        box-shadow: none !important
    }
    a:not(.btn) {
        text-decoration: underline
    }
    img {
        page-break-inside: avoid
    }
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h3 {
        page-break-after: avoid
    }
    .container {
        min-width: 992px !important
    }
}

/*! ADG Used from: https://www.godrej-bangalore.in/godrej-thanisandra/css/style.css */

.same-gap {
    margin-bottom: 50px
}

.project-title h3 {
    margin-bottom: 25px;
    color: #000;
    font-size: 37px;
    text-align: center;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 2px
}

.portfolio-overlay {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .7);
    width: 100%;
    height: 100%;
    text-align: center;
    visibility: hidden;
    transition: all .5s;
    transform: scale(0);
    display: flex;
    align-items: center;
    justify-content: center
}

.portfolio-overlay::before {
    content: "";
    width: 0;
    height: 0;
    border-width: 0;
    position: absolute;
    left: 10%;
    top: 10%;
    transition: 50ms height ease 150ms;
    z-index: 1
}

.portfolio-overlay::after {
    content: "";
    width: 0;
    height: 0;
    border-width: 0;
    position: absolute;
    right: 10%;
    bottom: 10%;
    transition: .1s width ease .2s;
    z-index: 1
}

.portfolio-item:hover .portfolio-overlay::before {
    width: 80%;
    height: 80%;
    border-top: 1px solid #262a29;
    border-right: 1px solid #262a29;
    transition: width .1s ease .3s, height .1s ease .5s
}

.portfolio-item:hover .portfolio-overlay::after {
    width: 80%;
    height: 80%;
    border-bottom: 1px solid #262a29;
    border-left: 1px solid #262a29;
    transition: width .1s ease .6s, height .1s ease .7s
}

.portfolio-item {
    position: relative
}

.portfolio-item:hover .portfolio-overlay {
    visibility: visible;
    transform: scale(1)
}

.portfolio-overlay .magnify-icon {
    height: 40px;
    width: 40px;
    border-radius: 20px;
    margin-top: 57px;
    background-color: #262a2c;
    margin: 30px 5px;
    padding: 23px;
    cursor: pointer;
    display: contents;
    transition: all .25s
}

.portfolio-overlay .magnify-icon i {
    font-size: 15px;
    color: #fff;
    line-height: 40px;
    cursor: pointer;
    position: relative;
    top: 0
}

.portfolio-item .overlay-content {
    position: relative;
    z-index: 9;
    background: #fff;
    padding: 12px;
    border-radius: 109px;
    height: 40px
}

@media only screen and (min-width:1500px) {
    .container {
        max-width: 1400px
    }
}

@media only screen and (max-width:1400px) {
    .project-title h3 {
        margin-bottom: 20px;
        font-size: 28px
    }
}

@media only screen and (max-width:1199px) {
    .project-title h3 {
        margin-bottom: 15px;
        font-size: 22px
    }
    .same-gap {
        margin-bottom: 30px
    }
}

@media only screen and (max-width:991px) {
    .project-title h3 {
        font-size: 20px
    }
}

@media only screen and (max-width:575px) {
    .project-title h3 {
        font-size: 30px
    }
    .same-gap {
        margin-bottom: 20px
    }
}

.mobile-section .btn p {
    font-size: 13px;
    margin-bottom: 0;
    text-transform: capitalize;
    margin-top: 0 !important;
    font-family: sans-serif
}

.mobile-section {
    position: fixed;
    height: 55px;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #248135;
    z-index: 999;
    display: none
}

.mobile-section .btn {
    padding: 3px 10px;
    font-size: 15px;
    text-align: center;
    flex-grow: 1;
    color: #fff;
    position: relative;
    font-family: sans-serif;
    letter-spacing: .2px;
    border-right: 1px solid #fff
}

.mobile-section .btn:not(:last-child):before {
    position: absolute;
    content: '';
    height: 33px;
    background: #fff;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: none;
    width: 1px
}

@media (max-width:575px) {
    .aisticy {
        text-align: center;
        margin-top: 10px
    }
    .mobile-section {
        display: flex
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #fff;
    border-radius: 27px;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.mobile-section .btn:nth-child(2) {
    border-right: unset
}

span.divied {
    display: inline-block;
    background: #95635adb;
    width: 129px;
    position: relative;
    top: -11px
}

.developer_para p {
    line-height: 1.7;
    text-align: center;
    color: #000;
    padding: 14px 0 50px
}

.Lodha_Developer .elementor-icon-box-content .elementor-icon-box-title {
    margin: 19px 0 10px
}

.Lodha_Developer .elementor-icon-box-content .elementor-icon-box-title span {
    font-weight: 800;
    font-size: 80px;
    line-height: 80px;
    color: #0557a8;
    display: flex;
    align-items: center;
    justify-content: center
}

.Lodha_Developer .elementor-icon-box-content .elementor-icon-box-title span span {
    font-size: 28px;
    line-height: 27px;
    text-transform: uppercase;
    text-align: left;
    padding-left: 10px;
    padding-top: 9px;
    max-width: 110px
}

.Lodha_Developer .elementor-icon-box-content {
    text-align: center
}

.Lodha_Developer .elementor-icon-box-content p.elementor-icon-box-description {
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
    color: #3a3a3a
}

@media only screen and (max-width:1320px) {
    .container {
        max-width: 1230px
    }
}

@media only screen and (max-width:1199px) {
    h2 {
        font-size: 34px;
        line-height: 49px
    }
    .ptb-80 {
        padding-top: 50px;
        padding-bottom: 50px
    }
    .Lodha_Developer .elementor-icon-box-content .elementor-icon-box-title span {
        font-size: 65px;
        line-height: 70px
    }
    .Lodha_Developer .elementor-icon-box-content .elementor-icon-box-title span span {
        font-size: 22px;
        line-height: 27px
    }
}

.fixed-form h5 {
    font-size: 17px;
    line-height: 25px
}