
:root {
    --text-white: #ffffff;
    --bg-primary: #D9B989;  
    --body-font: "Noto Sans", sans-serif;
    --footer-text: #3E1315;
    --text-blue:#003586;
    --text-heading:#292929;
    --bg-theme:#F7F2FF;
}
body,h1,h2,h3,h4,h5,h6{
    font-family: var(--body-font);
}
.text-white {
    color: var(--text-white);
}

.text-dark {
    color: var(--footer-text)!important;
}
.text-blue{
    color: var(--text-blue);
}
.text-heading{
    color: var(--text-heading);
}
.bg-theme{
    background: var(--bg-theme);
}

.fs-09 {
    font-size: .938em;
}

.fs-08 {
    font-size: .850em;
}

.lh-1-1 {
    line-height: 1.1;
}

.bgcolor-primary {
    background: var(--bg-primary);
}

.textcolor-primary {
    color: #9C7944;
}

img {
    max-width: 100%;
}

ul {
    margin: 0;
    list-style-type: none;
    padding: 0;
}

a {
    text-decoration: none;
}

.section-full-height {
    height: 100vh;
}

@supports (-webkit-touch-callout: none) {
    .section-full-height {
        height: 100dvh;
    }
    .hero-section .hero-video-wrapper {
        height: 100dvh;
    }
}

.py-6 {
    padding-top: 6em;
    padding-bottom: 6em;
}

.pt-6 {
    padding-top: 6em;
}

.pb-6 {
    padding-bottom: 6em;
}

p {
    font-size: 15px;
    margin-bottom: 0;
}

.py-6 {
    padding-top: 6em;
    padding-bottom: 6em;
}
.social-lists li{
    display: inline-block;
    margin:0 10px;
}
.social-lists li a img{
    height: 20px;
}

/* Header Block Starts */
.header-block{
    position: fixed;
    z-index: 99999;
    width: 100%;
    top: 0;
    left: 0;
}
.header-block .logo{
    width: 200px;
}
.header-block .sticky-logo{
    display: none;
}
.header-block.sticky{
    background-color: var(--text-white);
}
.header-block.sticky .logo{
    display: none;
}
.header-block.sticky .sticky-logo{
    display: inline-block;
    width: 155px;
}
.header-block.sticky .contact-item{
    color: #000000!important;
}
.contact-item img{
    width: 16px;
}
/* Banner Block Starts */
.banner-block{
    background-image: url(../images/banner-web.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.banner-block .banner-top-details {
    padding: 15% 0;
}
.banner-block .banner-logo{
    width: 125px;
}
.banner-block ul{
    color: var(--text-white);
}
.banner-block ul li{
    display: inline-block;
    width: 45%;
    margin: 0 5px;
}
.banner-block ul li h6 span:first-child{
    color: #944593;
    background: #FFFFFF;
    font-size: 12px;
    padding: 5px;
    display: inline-block;
}
.banner-block ul li h6 span:last-child{
    display: block;
    background: #944593;
    padding: 10px;
    color: #FFFFFF;
    font-size: 13px;
}
.banner-enquire {
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    text-align: center;
    z-index: 99;
    width: 280px;
    color: #ffffff;
    background: transparent linear-gradient(180deg, #684997 0%, #4B3188 100%);
    text-transform: uppercase;
    font-size: 16px;
    padding: 6px 5px;
    font-weight: 700;
    height: 36px;
    letter-spacing: 1px;
}
.banner-enquire:before {
    content: "";
    position: absolute;
    left: -20px;
    top: 0;
    width: 21px;
    height: 36px;
    background: linear-gradient(180deg, #684997 0%, #4B3188 100%);
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.banner-enquire:after {
    content: "";
    position: absolute;
    right: -20px;
    top: 0;
    width: 20px;
    height: 36px;
    background: linear-gradient(180deg, #684997 0%, #4B3188 100%);
    clip-path: polygon(0 0, 0 100%, 100% 100%);
}
.banner-block .rera-block{
    bottom: 1em;
    right: 1em;
    width: 260px;
}
.banner-block .rera-block img {
    width: 38px;
    display: inline-block;
    vertical-align: top;
}
.banner-block .rera-block small{
    font-size: 12px;
    display: inline-block;
    width: 79%;
    margin-left: 5px;
    line-height: 1;
    vertical-align: top;
}
.banner-block h1,h2,h3{
    font-weight: 900;
}
h2{
    letter-spacing: 1px;
}
.comfort-block p{
    font-family: "Montserrat", sans-serif;
    color: #313133;
    font-weight: 400;
}
.icon-item{
    text-align: center;
}
.icon-item img{
    height: 40px;
    margin: 0 auto 1em;
}
.icon-item h6{
    font-size: 14px;
    text-align: center;
    font-family: "Figtree", sans-serif;
    color: #3E1315;
    letter-spacing: 1;
    margin-bottom: 0;
}
/* Global Block Starts */
.global-block .condor-lp{ 
    width: 200px;
}
.global-block h2{
    line-height: .9;
}
.global-block p{
    color: #313133;
    margin-bottom: 1em;
    font-family: "Montserrat", sans-serif;
}
.global-block p:last-child{
    margin-bottom: 0;
}
/* location-block style */
.location-block{
    background-color: #F5F5F5;
}
.map-btn {
    background: #5d4092;
    border: 1px solid #5d4092;
    color: #F8F5F3;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 10px 25px;
    margin: 2em 0;
    display: inline-block;
}
.location-block .location-spec-items{
    padding-bottom: 3em;
}
.slick-dots li{
    display: inline-block;
    margin: 0 4px;
}
.slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
}
.slick-dots li button {
    width: 8px;
    height: 8px;
    border: 0;
    line-height: 0;
    color: transparent;
    padding: 0;
    border-radius: 50%;
    opacity: .6;
    background: #5F0E25;
}
li.slick-active button{
	opacity: 1;
}
.slick-slide{
    height: auto;
}
/* Projects Block Starts */
.primrose-project{
    background: #FFF4D4;
}
.primrose-project .enquire-btn{
    background: #CFA867;
}
.iris-project{
    background: #E2E6FF;
}
.iris-project .enquire-btn{
    background: #003586;
}
.location-pin {
    width: 30px;
    vertical-align: top;
}
.project-details{
    width: 90%;
    vertical-align: top;
    padding-left: 1em;
}
.project-details h4{
    color: #AA772A;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
}
.project-details p{
    font-family: "Montserrat", sans-serif;
    color: #313133;
    font-weight: 400;
    margin-bottom: 1em;
}
.project-details small{
    color: #707070;
    font-style: 12px;
}
.project-details small span{
    color: #AA772A;
    font-weight: 500;
}
.proj-stats small{
    line-height: 1;
    color: #313133;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 10px;
}
.proj-stats h5{
    color: #313133;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    font-size: 1em;
}
.col-with-line{
    position: relative;
}
.col-with-line::after{
    position: absolute;
    content: '';
    width: 1px;
    height: 40px;
    top: 7px;
    background: #b2915b;
    right: -10px;
}
.enquire-btn {
    /* background: #944593; */
    color: #fff;
    padding: 12px 20px;
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    cursor: pointer;
    font-weight: 500;
}
.enquire-btn img{
    margin-left: 10px;
    width: 35px;
}
.project-item .rera-details{
    top: 2em;
    right: 1em;
}
.project-item .rera-details img {
    width: 45px;
    display: inline-block;
    vertical-align: middle;
}
.project-item .rera-details small {
    color: #fff;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    padding-left: 5px;
    font-family: "Montserrat", sans-serif;
}
.project-item .rera-details small strong{
    font-size: 13px;
    margin: 2px 0;
    display: inline-block;
    font-weight: 600;
}
/* Button */
.enq{
  display: inline-flex;
  align-items: center;
  gap: 12px;                
  background: #944593;
  color: #fff;
  font-weight: 600;
  padding: 12px 22px;
  line-height: 1;
}
.enq:focus-visible{
  outline: 3px solid #ffffff;
  outline-offset: 3px;
}
.enq .enq-arrow{
  width: 18px;
  height: 18px;
  margin-left: 12px;
  transition: transform .2s ease;
}
/* Contact Block Starts */
.contact-block label{
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: 700;
}
.contact-block input[type="text"],
.contact-block input[type="email"]{
    border: 1px solid #CECECE;
    background: transparent;
    padding: 10px;
    font-size: 14px;
    /* font-weight: 700; */
    color: #000000;
    width: 100%;
}
.contact-block input:focus-visible{
    outline: none;
}
.contact-block input::placeholder{
    color: #000000;
    text-transform: uppercase;
    opacity: .5;
}
.contact-block input::-moz-placeholder{
    color: #000000;
    text-transform: uppercase;
    opacity: .5;
}
.contact-block input::-webkit-input-placeholder{
    color: #000000;
    text-transform: uppercase;
    opacity: .5;
}
.contact-block button{
    background: #944593;
    border:1px solid #944593;
    color: #F8F5F3;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 10px 0;
    min-width: 250px;
    margin: 1em 0 0;
}
.intl-tel-input{
    width: 100%;
}
.intl-tel-input .selected-flag{
    height: 41px;
}
/* Footer Block Starts */
.footer-block small{
    color: #313133;
    line-height: 1.1;
}
/* Modal Block Starts */

.modal-body {
    padding: 4em 1em 0;
}

.modal-body label{
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: 700;
}
.modal-body input[type="text"],
.modal-body input[type="email"]{
    border: 1px solid #CECECE;
    background: transparent;
    padding: 10px;
    font-size: 14px;
    /* font-weight: 700; */
    color: #000000;
    width: 100%;
}
.modal-body input:focus-visible{
    outline: none;
}
.modal-body input::placeholder{
    color: #000000;
    text-transform: uppercase;
    opacity: .5;
}
.modal-body input::-moz-placeholder{
    color: #000000;
    text-transform: uppercase;
    opacity: .5;
}
.modal-body input::-webkit-input-placeholder{
    color: #000000;
    text-transform: uppercase;
    opacity: .5;
}
.modal-body button[type="submit"]{
    background: #944593;
    border:1px solid #944593;
    color: #F8F5F3;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 10px 0;
    min-width: 250px;
    margin: 1em 0 0;
}

.modal {
    z-index: 999999999;
}

.modal-close {
    position: absolute;
    right: 2em;
    top: 2em;
    background: transparent;
    border: none;
    color: #000;
    font-size: 15px;
    padding: 0;
    text-transform: uppercase;
    z-index: 999999999;
}
.modal-body h2{
    font-size: 1.5em!important;
}

/* Modal Block Ends */
/* Sliding Form */

#instant-callback-div {
    position: fixed;
    vertical-align: top;
    right: -245px;
    top: 16%;
    z-index: 999999999;
}

#instant-callback-div .instant-switch {
    background: url(../images/enquire.png) no-repeat scroll 0 0 #fff;
    background-size: 42px;
    box-shadow: 0 0 4px 0 rgba(51, 51, 51, 0.2);
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 204px;
    cursor: pointer;
    margin-top: 6em;
    border-radius: 5px;
}

#instant-callback-div .instant-switch.search-switch {
    background: url(../images/enq-now-btn.png) no-repeat scroll 0 0 #fff;
}

#instant-callback-div .instant-switch.get-switch {
    background: url(../images/enq-now-btn.png) no-repeat scroll 0 0 #fff;
}

#instant-callback-div .content-switcher {
    display: inline-block;
    width: 280px;
    margin: 0 0 0 -4px;
    vertical-align: top;
    border-radius: 6px;
    background: #fefefe;
    padding: 2em 1em;
}

/* .sliding-form label {
    font-size: .875em;
    color: var(--text-dark);
    font-weight: normal;
    display: block;
} */

label.error {
    color: red;
}

/* .sliding-form input {
    border: 1px solid #000;
    font-size: 15px;
} */


/* .sliding-form input,
.sliding-form textarea {
    padding: 0;
    border: 0;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    height: 30px;
    width: 100%;
    font-weight: var(--fw-semibold);
    font-size: 14px;
} */

/* .sliding-form input:focus-visible,
.sliding-form textarea:focus-visible {
    outline: none;
} */

/* .sliding-form textarea {
    resize: none;
} */

/* .sliding-form input[type="submit"] {
    color: #fff;
    background-color: var(--bg-primary);
    border: 1px solid var(--bg-primary);
    width: auto;
    padding: 8px 20px;
    text-transform: uppercase;
    height: auto;
    font-size: 15px;
} */

#hide {
    background-color: var(--bg-primary);
    border-radius: 50%;
    position: absolute;
    right: 7px;
    top: 7px;
    cursor: pointer;
    font-size: 16px;
    line-height: 13px;
    margin-bottom: 0;
}

#switch-for-mobile,
#switch-panel-mobile {
    display: none;
}

#open-link {
    position: fixed;
    cursor: pointer;
    z-index: 999999999;
    bottom: 0;
    background-repeat: no-repeat;
    width: 100%;
    background: #AA772A;
    text-align: center;
    padding: 6px 0;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    animation: breathe 3s ease-in-out infinite;
}

@keyframes breathe {
    0%,
    100% {
        box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.15);
    }
    50% {
        box-shadow: 0 -4px 14px rgba(0, 0, 0, 0.25);
    }
}

.up-arrow {
    animation: upBounce 1s ease-in-out infinite;
    font-weight: 500;
}

@keyframes upBounce {
    0%,
    100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-6px);
    }
    60% {
        transform: translateY(-3px);
    }
}

#switch-panel-mobile {
    padding: 2.65em 1em 1em;
    width: 100%;
    right: 0;
    position: fixed;
    bottom: 0;
    z-index: 999999999;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    box-sizing: border-box;
    background: #fefefe;
}

#close-link {
    background-color: var(--bg-primary);
    border-radius: 50%;
    position: absolute;
    right: 7px;
    top: 7px;
    cursor: pointer;
    font-size: 16px;
    line-height: 13px;
    margin-bottom: 0;
}

.sliding-form .wpcf7-spinner {
    display: block;
}

@media only screen and (orientation: landscape) {
    #switch-panel-mobile {
        height: 150px;
        overflow: scroll;
    }
}

/* Sliding Form Ends*/
/* Floating Icon */
.floating-container {
    position: fixed;
    left: 10px;
    top: 40%;
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 9999;
}
.float-btn {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 18px rgba(0,0,0,0.18);
    cursor: pointer;
    text-decoration: none;
    color: white;
    transition: transform .18s ease, box-shadow .18s ease;
    animation: bob 2s ease-in-out infinite alternate;
}
@keyframes bob {
    to { transform: translateY(-6px); }
}
.float-btn.whatsapp {
    background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
}
.float-btn.call {
    background: linear-gradient(135deg, #684997 0%, #4B3188 100%);
}
.float-btn svg {
    width: 22px;
    height: 22px;
    fill: #fff;
}
@media (min-width: 768px) and (max-width: 992px) {
    .banner-block .banner-top-details{
        padding: 5% 0;
    }
    .banner-block ul li{
        width: 45%;
        margin: 0;
    }
    .proj-stats small{
        font-size: 11px;
    }
    .proj-stats h5{
        font-size: 12px;
    }
    .enquire-btn{
        font-size: 15px;
    }
    .enquire-btn img{
        width: 30px;
    }
}

@media (max-width: 992px) {
    
}

@media (max-width: 767.98px) {
    .floating-container{
        left: 5px;
        gap: 5px;
    }
    .float-btn{
        width: 40px;
        height: 40px;
    }
    .section-full-height {
        height: 85vh;
        padding: 5em 0 3em;
    }
    .banner-block{
        background-image: url(../images/banner-mbl.jpg);
    }
    .py-6{
        padding-top: 3em;
        padding-bottom: 3em;
    }
    h2{
        font-size: 2em!important;
    }
    h2 br{
        display: none;
    }
    @supports (-webkit-touch-callout: none) {
        .section-full-height {
            height: auto;
        }
    }  
    .header-block .contact-item{
        display: block!important;
        font-size: 12px;
        word-break: break-all;
    }
    .header-block .contact-item:first-child{
        margin:0 0 2px!important;
    }
    .banner-enquire{
        display: none;
        width: 155px;
        height: auto;
        font-size: 14px;
    }
    .banner-enquire:before,
    .banner-enquire:after{
        height: 33px;
    }
    .banner-block .banner-top-details{
        padding:0;
    }
    .banner-block .banner-top-details h1,
    .banner-block .banner-top-details h5{
        display: none;
    }
    .banner-block .banner-logo{
        width: 100px;
        margin-bottom: 1em !important;
    }
    .banner-block ul{
        margin-bottom: 1em;
    }
    .left-lists li h6 span:last-child{
        margin-left: 2em;
    }
    .right-lists li h6 span:last-child{
        margin-right: 2em;
    }
    .banner-block ul li{
        width:100%;
        margin:0;
    }
    .banner-block ul li h6 span:last-child{
        font-size: 11px;
    }
    .banner-block .banner-middle{
        padding: 0 0 18em;
        display: none;
    }
    .banner-block .rera-block{
        bottom: 0;
        left: 0;
        right: 0;
        background: rgb(0 0 0 / 47%);
        width: 100%;
        margin: auto;
        text-align: center;
        padding: 10px;
    }
    .banner-block .rera-block small{
        text-align: left;
    }
    h5.fs-6{
        font-size: 14px!important;
    }
    .global-block .condor-lp{
        width: 170px;
    }
    .global-block h4{
        margin-bottom: 1em !important;
    }
    .icon-item{
        margin-bottom: 2em;
    }
    .location-pin{
        width: 25px;
    }
    .project-details{
        width: 80%;
        padding-left: 10px;
    }
    .project-details small,
    .project-details p{
        word-break: break-all;
    }
    .project-item .proj-img img.img-fluid{
        /* height: 200px;
        object-fit: cover; */
        margin-top: 0 !important;
    }
    .project-item .rera-details{
        top: 10px;
        right: 10px;
    }
    .col-with-line::after{
        display: none
    }
    .proj-stats{
        text-align: center;
    }
    .proj-stats h5{
        margin-bottom: 2em;
    }
    .enquire-btn{
        font-size: 16px;
    }
    .enquire-btn img {
        width: 30px;
    }
    .contact-block button{
        font-size: 16px;
        min-width: 185px;
    }
    .footer-block{
        text-align: center;
        padding-bottom: 5em !important;
    }
    .footer-block .contact-item{
        display: block;
    }
    .footer-block ul{
        margin: 1em 0;
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) {
    
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) {
    
}