@font-face {
    font-family: "Futura";
    font-display: swap;
    src: url("../fonts/Futura.woff2") format("woff2"),
        url("../fonts/Futura.otf") format("opentype");
}

@font-face {
    font-family: "Futura_Bt_book";
    font-display: swap;
    src: url("../fonts/Futura_BT_Book.woff2") format("woff2"),
        url("../fonts/Futura_BT_Book.ttf") format("truetype");
}

@font-face {
    font-family: "Futura_Bt_medium";
    font-display: swap;
    src: url("../fonts/Futura_BT_Medium.woff2") format("woff2"),
        url("../fonts/Futura_BT_Medium.ttf") format("truetype");
}

:root{
    --color1:#C08107;
    --color2:#001829;
    --color3:#CBC5B9;
    --color4:#d7ad38;
    --color5:#FFBF00;
     --color6:#fff;
    --futura_font:'Roboto';
    --futura_bt_book:'Roboto';
    --futura_bt_medium:'Roboto';
}

html{
    /* overflow-x:hidden; */
}

body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden!important;
    color:#fff;
    background:var(--color2);
    font-family: var(--futura_bt_medium);
    font-weight: 300;
    
}

.btn{
    box-shadow: none!important;
}

.form-control,
.form-control:focus{
    box-shadow: none;
}

.overflow-hidden{
    overflow: hidden !important;
}

ul{
    list-style-type: none;
}

p{
    font-family: var(--futura_bt_book);
}


.mx_-30{
    margin-left: -30px;
    margin-right:-30px;
}

.mx_-60{
    margin-left: -60px;
    margin-right:-60px;
}

.mx_-100{
    margin-left: -100px;
    margin-right:-100px;
}

.px_30{
    padding-left: 30px;
    padding-right:30px;
}

.px_60{
    padding-left: 60px;
    padding-right:60px;
}

.px_100{
    padding-left: 100px;
    padding-right:100px;
}

.form_style2 label{
    font-size: 14px;
    color: #333;
}

.form_style2 .form-control {
    background: transparent;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #989898;
    padding: 10px 0;
}

.form_style2 .enquire_btn {
    background: var(--color2);
    color: #fff;
    width: 100%;
    height: 50px;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 20px;
}

.section{
    padding:120px 0;
}

.btn{
    border-radius:0;
}
.margin-50px-top{margin-top: 50px;}
.padding-50px-top{padding-top: 50px;}
.padding-50px-bottom{padding-bottom: 50px;}
.margin-50px-bottom{margin-bottom: 50px;}
.btn_style1{
    border:1px solid #fff;
    color:#fff;
    padding:12px 30px;
    background:transparent;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
}

.sec_heading {
    margin-bottom: 40px;
}

.sec_heading.center{
    text-align: center;
}

.sec_heading .mini{
    text-transform: uppercase;
    font-family:var(--futura_font);
    letter-spacing: 4px;
    font-size:16px;
    display: inline-block;
    position: relative;
    margin-bottom: 30px;
}

.sec_heading .mini:before{
    position:absolute;
    content:'';
    width:65px;
    height:3px;
    background:url('../images/icons/h_arrow.svg') no-repeat center center;
    background-size: contain;
    left: calc(100% + 10px);
    top: 50%;
    transform: translateY(-50%);
}

.sec_heading .title{
    text-transform: uppercase;
    color:var(--color1);
    font-size: 48px;
    letter-spacing: 0px;
    font-weight: 700;
}

.sec_heading.center .title{
    max-width: 60%;
    display: table;
    margin-left: auto;
    margin-right: auto;
}

/* header */

.navbar{
    position:absolute;
    width: 100%;
    z-index: 991;
    padding:15px 0;
    transition:all 0.3s ease-in-out;
}

.navbar.fixed{
    position:fixed;
    left:0;
    top:0;
    width:100%;
    background:var(--color2);
}

.navbar .navbar-brand{
    transition:all 0.3s ease-in-out;
}

.navbar.fixed .navbar-brand{
    max-width: 170px;
    padding: 0;
}

.navbarBackdrop{
    position: fixed;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0 0 0 / 10%);
    z-index: 999;
    animation: fades 300ms;
}

.navbar .right_content{
    display: flex;
    align-items: center;
    gap: 50px;
}

.navbar .navbar-collapse{
    display: block;
    position: fixed;
    opacity:0;
    visibility: hidden;
    /* right: -450px; */
    right:0;
    top: 0;
    width: 100%;
    max-width: 100%;
    height: 100vh;
    background: var(--color2);
    /* padding: 40px 50px; */
    z-index: 9999;
    /* outline: 1px solid #d7ad3861; */
    /* outline-offset: -8px; */
    /* box-shadow: 0px 0 60px #182d2aa3; */
    /* background-image:linear-gradient(0deg, #192927, #35544f);
    background-image:linear-gradient(0deg, #9d6746, #c39067e3);
    background-image: linear-gradient(0deg, #795733fa, #795733f2); */
    transition: all 400ms ease-in-out;
}

.navbar .navbar-collapse.show{
    opacity:1;
    visibility: visible;
}

.navbar .navbar-collapse > .container,
.navbar .navbar-collapse > .container > .row{
    height:100%;
}

.navbar .navbar-collapse .left_col{
    position:unset;
}

.navbar .navbar-collapse .img_col{
    position:absolute;
    left:0;
    top:0;
    width: 35%;
    height: 100%;

    background:url('../images/menus/main_img.png') no-repeat calc(100% + 180px) center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar .navbar-collapse .img_col:before{
    position:absolute;
    content:'';
    height:100%;
    width:100%;
    background:rgb(0 0 0 / 74%);
}

.navbar .navbar-collapse .img_col .txt{
    position: relative;
    margin: 0;
    padding: 0;
}

.navbar .navbar-collapse .img_col .txt li{
    text-align: center;
    text-transform: uppercase;
    color: var(--color1);
    letter-spacing: 4px;
    margin: 30px;
    font-size: 24px;
}


.navbar .navbar-collapse .img_col img{
    /* height:100%;
    object-fit: cover; */
}

.navbar .navbar-collapse .right_col{
    max-width: 65%;
    flex: 0 0 65%;
    margin-left: auto;
    padding-left: 80px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.navbar .navbar-collapse .top{
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgb(255 255 255 / 30%);
    padding: 30px 0;
    z-index: 9;
    /* padding-bottom: 30px;
    margin-bottom: 25px; */
}

.navbar .navbar-collapse .logo{
    max-width: 250px;
}

.navbar .navbar-collapse .close{
    margin-left: auto;
    font-size: 40px;
    font-weight: normal;
    cursor: pointer;
    text-shadow: none;
    color: #fff;
    opacity: 1;
}

.navbar .navbar-collapse .navbar-nav{
    flex-wrap: wrap;
    gap:unset;
    margin: 60px 0;
    justify-content: space-between;
    /* overflow: auto; 
    height: calc(100% - 120px); 
    display: block; */
}

.navbar .navbar-collapse .nav-item{
    margin: 10px 0;
    max-width: calc(50% - 50px);
    flex: 0 0 50%;
}

.navbar .navbar-collapse .nav-link{
    padding: 10px 0;
    color: #fff;
    font-weight: 500;
    font-size: 30px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 2px;
}


.navbar .navbar-collapse .bottom{
    border-top: 1px solid rgb(255 255 255 / 30%);
    padding: 50px 0;
}

.navbar .navbar-collapse .bottom .location{
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.navbar .navbar-collapse .social_links{
    margin:0;
    padding:0;
    display: flex;
    align-items: center;
}

.navbar .navbar-collapse .social_links li{
    margin-right:20px;
}

.navbar .navbar-collapse .social_links img{
    width: 16px;
    filter:invert(1);
}

.navbar .navbar-nav{
    display:flex;
    flex-direction: unset;
    align-items: center;
    gap: 50px;
}

.navbar .navbar-nav a{
    color:#fff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.navbar .navbar-nav .icon{
    margin-right:10px;
    width: 22px;
    display: inline-block;
}

.navbar .navbar-nav .connect_btn{
    background: transparent;
    padding: 8px 25px;
    color: #fff;
    border: 1px solid #ffffff;
    border-radius: 100px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.navbar .navbar-toggler {
    border:none;
    outline:none;
    padding:0;
}

.navbar .navbar-toggler span{
    width:36px;
    height:2px;
    background-color:#D9D9D9;
    display:block;
    margin:8px 0;
    margin-left: auto;
}

.navbar .navbar-toggler span:nth-child(2){
    width:26px;
}

/* hero section */

.hero_section{
    position:relative;
    height:100vh;
    background:url('../images/exotica-one32-banner.webp') no-repeat center left;
    background-size:cover;
    padding-top: 150px;
    padding-bottom: 100px;
}

.hero_section:before{
    position:absolute;
    content:'';
    height:100%;
    width:100%;
    /* background-image: radial-gradient(circle at 70% center, #0000004d, black); */
    /* background-image:radial-gradient(circle at 70% center, #1e0c0c80, #0e0c07cf); */
    /* background-image: radial-gradient(circle at 80% center, #1e0c0c00, #0e0c07a8); */
    background-image: radial-gradient(circle at 80% center, #1e0c0c00, #0e0c07a8);
    background-color: rgb(0 0 0 / 30%);
    top: 0;
    left: 0;
}

.hero_section:after{
    position: absolute;
    content: '';
    height: 300px;
    width: 100%;
    background-image: linear-gradient(180deg, transparent, var(--color2));
    bottom: 0;
    z-index: 0;
}

.hero_section .container{
    position: relative;
    z-index: 1;
    height: 100%;
}

.hero_section .container > .row{
    height: 100%;
}

.hero_section .left_col{
    flex: 0 0 80%;
    max-width: 80%;
    height: 100%;
}

.hero_section .left_col_content{
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    flex-direction: row-reverse;
}

.hero_section .left_col .content{
    color: #fff;
    position: relative;
    z-index: 9;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-right: 20px;
    /* padding-top: 200px; */
    max-width: 55%;
    flex: 0 0 55%;
}

.hero_section .image{
    border-radius: 1000px;
    border: 1px solid var(--color1);
    padding: 10px;
    max-width: 45%;
    flex: 0 0 45%;
    position: relative;
    z-index: 9;
}

.hero_section .image .leas{
    position: absolute;
    right: calc(100% - 55px);
    top: 58%;
    transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    font-size: 34px;
    line-height: 35px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000;
    background:#d7ad38;
    z-index: 1;
    width: max-content;
    padding: 25px 15px 50px;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 30px), 50% 100%, 0 calc(100% - 30px));
    text-align: center;
    letter-spacing: 0px;
    font-family: var(--futura_bt_medium);
}

.hero_section .image .leas span{
    display:block;
    font-size: 18px;
    letter-spacing: 2px;
    color:#fff;
}

.hero_section .image .render{
    /* background: url(../images/hero/main_img6.jpg) no-repeat calc(100% + 440px) bottom; */
    background: url(../images/center.jpg) no-repeat center;
    height: 100%;
    width: 100%;
    border-radius: 1000px;
    background-size: cover;
}

/* .hero_section .image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 1000px;
} */

.hero_section .mini_title{
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 20px;
}

.hero_section .title{
    margin-bottom: 60px!important;
    font-size: 70px;
    font-weight: 900;
    text-transform: uppercase;
    color: var(--color6);
    letter-spacing:0.1px;
    /* max-width: 55%; */
}

.hero_section .title span{
    display:block;
}

.hero_section .bottom{
    /* border-top: 1px solid rgb(255 255 255 / 100%);
    padding-top: 30px; */
}

.hero_section .bottom .row{
    gap:50px;
}

.hero_section .bottom .price_col{
    flex-grow:1;
}

.hero_section .bottom .price_col{
    display:flex;
    flex-grow: inherit;
    gap: 80px;
}

.hero_section .bottom .price_col > div{
    position:relative;
}

.hero_section .bottom .price_col > div:first-child:before{
    /* position:absolute;
    content:'';
    height:40px;
    width:1px;
    background:#ddd;
    right:-40px; */
}

.hero_section .bottom .price_col > div{
    display:flex;
    align-items: center;
}

.hero_section .bottom .typology{
    margin: 0;
    font-size: 20px;
    /* text-transform: uppercase; */
    position: relative;
    letter-spacing: 1px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 600;
    padding-left: 90px;
    margin-bottom: 60px!important;
}

.hero_section .bottom .typology:before{
    position: absolute;
    content: '';
    height: 2px;
    width: 50px;
    left: 0;
    top: 10px;
    background: var(--color1);
}

.hero_section .bottom .icon{
    width: 35px;
    height: 35px;
    margin-right: 10px;
}

.hero_section .bottom .icon img{
    height: 100%;
}

.hero_section .bottom .txt small{
    width: max-content;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 12px;
}

.hero_section .bottom .txt p{
    width: max-content;
    margin: 0;
    font-size: 20px;
    font-family: var(--futura_bt_medium);
    margin-top: 8px;
}

.hero_section .bottom .txt p span{
    display: block;
    font-size: 15px;
}

.hero_section .enquire_btn{
    margin-top:30px;
    background: var(--color3);
    color: #222;
    border: none;
    font-family: var(--futura_bt_medium);
}

.hero_section .right_col{
    flex: 0 0 20%;
    max-width: 20%;
}

.hero_section .right_col .content{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

.hero_section .right_col .content p{
    margin: 20px 0 30px;
    text-align: center;
    line-height: initial;
    font-size: 16px;
    letter-spacing: 0.5px;
}

.hero_section .right_col .content p span{
    display: block;
    line-height: 24px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 2px;
    font-family: var(--futura_bt_medium);
}

.hero_section .offer{
    margin-bottom:35px;
    text-transform: uppercase;
    color:var(--color1);
    font-family: var(--futura_bt_medium);
    font-size: 24px;
    width: max-content;
    letter-spacing: 1px;
}

.hero_section .right_col .img_sm_col{
    height: 250px;
    border-radius: 1000px;
    overflow: hidden;
    border-bottom-right-radius: 0;
}

.hero_section .right_col .img_sm_col img{
    height:100%;

}

/* about_section */

.about_section{
    position:relative;
    background-size:cover;
}
.about_section1{
    position:relative;
    background-size:cover;
}
.about_section:before{
    position: absolute;
    content: '';
    height: 200px;
    width: 100%;
 /*   background-image: linear-gradient(0deg, transparent, #07090b); */
    top: 0;
    z-index: 0;
}

.about_section:after{
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    /* background:rgb(7 10 12 / 90%);*/
    top:0;
    left:0;
}

.about_section .container{
    position: relative;
    z-index: 1;
}

.about_section .left_col {
    flex:0 0 55%;
    max-width:55%;
}

.about_section .sec_heading{
    margin-left: 0;
}

.about_section .left_col .img_col{
    height:100%;
}

.about_section .left_col .img_col img{
    height:100%;
    width:100%;
    object-fit: cover;
}

.about_section .right_col{
    position:unset;
    flex:0 0 45%;
    max-width: 45%;
}
.floorplans span{text-transform: uppercase;font-size:16px;letter-spacing:2px;display: block;margin-bottom: 10px;color:var(--color1)}
.floorplans h4{margin-top: 30px;line-height: 1.5; color:var(--color6);}
.about_section .right_col .img_col {
    position:relative;
}


.about_section .right_col .img_col img{
    max-height: 700px;
    object-fit: cover;
    width: 100%;
   border-radius: 50px !important
}
.bd50{border-radius: 25px !important}
.about_section p{
    font-size: 18px;
    line-height: 32px;
}

.about_section .enquire_btn{
    margin-top:30px;
}

/* .about_section .img_col img{
    height:100%;
    width:100%;
    object-fit: cover;
} */


/* end of about_section */

/* start specification_section */

.specification_section{
    /* background:url('../images/mermaid.webp') no-repeat center; */
    position:relative;
    background-size:cover;
    z-index: 9;
}

.specification_section .mermaid_img{
    position: absolute;
    left: 50%;
    width: 40%;
    bottom: 80px;
    opacity: 0.1;
    transform: translateX(-50%);
    z-index: 0;
}

.specification_section:before{
    position: absolute;
    content: '';
    height: 100px;
    width: 100%;
    top: -100px;
    left: 0;
    /* background: rgb(7 9 11 / 85%); */
    background-image: linear-gradient(0, #07090b, #0c363300);
}

.specification_section .right_col{
    display:flex;
    align-items: flex-end;
}

.specification_section .content_col{
    margin:0;
    padding:0;
    padding-left: 40px;
    position: relative;
}

.specification_section .content_col:before{
    position:absolute;
    content:'';
    top:0;
    left:-58px;
    height:100%;
    /* background:rgba(255 255 255 / 20%); */
    display: block;
    width: 1px;
    border-left: 4px dotted #ffffff7a;
}

.specification_section .content_col li{
    display:flex;
    align-items: center;
    position:relative;
}

.specification_section .content_col li:not(:last-child){
    margin-bottom:40px;
}

.specification_section .content_col li:before{
    position: absolute;
    content: '';
    height: 7px;
    width: 7px;
    background: var(--color1);
    border-radius: 100%;
    left: -100px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.specification_section .content_col li:after{
    position:absolute;
    content:'';
    height:21px;
    width:21px;
    border:1px solid var(--color1);
    border-radius: 100%;
    left:-107px;
    top:50%;
    transform:translateY(-50%);
    background:var(--color2);
}

.specification_section .content_col .icon{
    height:55px;
    width:55px;
    border:1px solid var(--color1);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 25px;
}

.specification_section .content_col .icon img{
    height: 32px;
    width: 32px;

}

.specification_section .content_col p{
    margin:0;
    font-size: 18px;
    letter-spacing: 0px;
    width: calc(100% - 80px);
}

/* end of specification_section */

/* start amenities_section */

.amenities_section{
    position:relative;
}

.amenities_section .item{
    position:relative;
    height:95vh;
}

.amenities_section .item:before{
    position: absolute;
    content: '';
    height: 100px;
    width: 100%;
    background-image: linear-gradient(0deg, transparent, #07090B);
    top: 0;
    z-index: 2;
}

.amenities_section .item:after{
    position: absolute;
    content: '';
    height: 100px;
    width: 100%;
    background-image: linear-gradient(0deg, #07090B, transparent);
    bottom: 0;
    z-index: 2;
}

.amenities_section .item > img{
    width: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    bottom: -130px;
    height:calc(100% + 130px);
}

.amenities_section .caption{
    position: absolute;
    top: 100px;
    width: 100%;
    z-index: 2;
    color: #fff;
    text-align: right;
}

.amenities_section .caption .count{
    font-size: 34px;
    opacity: 0.8;
    margin-bottom: 30px;
}
.modal-dialog {
    top: 100px;
}
.amenities_section .caption .title{
    text-transform: uppercase;
    color: var(--color6);
    font-size: 48px;
    max-width: 50%;
    font-weight: 700;
    letter-spacing:0px;
    margin-left: auto;
}

.amenities_section .amenity_btns{
    margin-top:70px;
}

.amenities_section .amenity_btns button{
    height:80px;
    width:80px;
    border:1px solid var(--color1)!important;
    border-radius: 100%;
    margin-right:40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.amenities_section .amenity_btns button:last-child{
    margin-right:0;
}

.amenities_section .amenity_btns button img{
    width:35px;
}

/* end of amenities_section */

/* start price list */

.pricelist_section{
    position: relative;
    overflow:hidden;
}

/* .pricelist_section:before{
    position: absolute;
    content: '';
    height: 50px;
    width: 50px;   
    background: url('../images/price_bg.png');
    border-radius: 100%;
    left: 0%;
    top: 0%;
} */

.pricelist_section .mermaid_img{
    position: absolute;
    width: 559px;
    right: -100px;
    top: 50px;
    z-index: -14;
    opacity: 0.1;
}

/* .pricelist_section .shadow{
    height: 1px;
    width: 1px;
    display: block;
    background: #cea37659;
    border-radius: 100px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    top: 60%;
    z-index: 0;
    box-shadow: 0 0 190px 210px #cea37654;
} */

.pricelist_section .price_lists{
    display: inline-block;
    width: 100%;
    border-top:1px solid rgb(206 163 118 / 40%);
    padding:0;
    margin-bottom: 0;
}

.pricelist_section .price_lists li{
    padding:30px 60px;
    border-bottom:1px solid rgb(206 163 118 / 40%);
}

.pricelist_section .col{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.pricelist_section .col .title{
    width:100%;
    display:block;
    font-size:36px;
    color:var(--color1);
}

.pricelist_section .col p{
    margin:0;
    font-size:16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    /* color:var(--color1); */
}

.pricelist_section .col .price{
    color:var(--color1);
    font-size:36px;
    font-family: var(--futura_bt_medium);
}

.pricelist_section .col .btn{
    margin-top:20px;
}

.pricelist_section .col:nth-child(2){
    max-width: 200px;
}

.pricelist_section .col:nth-child(3){
    align-items: flex-end;
}

/* location advantages*/

.location_map_section{
    position: relative;
}

.location_map_section .container{
    position:relative;
}

/* .location_map_section:before{
    position:absolute;
    content:'';
    height:200px;
    width:100%;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, #07090b, rgb(7 9 11 / 50%), transparent);
    z-index: 1;
} */

/* .location_map_section:after{
    position:absolute;
    content:'';
    height:200px;
    width:100%;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, transparent, rgb(7 9 11 / 50%), #07090b);
    z-index: 1;
} */

.location_map_section .badge{
    position: absolute;
    right: 30%;
    top: 100px;
    z-index: 9;
    cursor: pointer;
}

.location_map_section .badge a{
    text-transform: uppercase;
    color: #fff;
    font-family: var(--futura_bt_book);
    letter-spacing: 2px;
    display: block;
    text-decoration: none;
    border: 1px solid var(--color1);
    padding: 11px 20px;
}

.location_map_section .badge img{
    width:35px;
    margin-right: 5px;
}

.location_map_section .left_col{
    position:unset;
    z-index: 1;
}

.location_map_section .main_location{
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: right;
    margin-bottom: 50px;
    font-size: 16px;
    max-width: 40%;
    letter-spacing: 1.5px;
    font-family: var(--futura_bt_book);
}

.location_map_section .main_location .logo{
    display: table;
    margin-left: auto;
    max-width: 120px;
    margin-bottom: 25px;
}

.location_map_section .main_location span{
    display:block;
    color:var(--color1);
    font-size: 24px;
    line-height: 32px;
    margin-top: 15px;
    letter-spacing: 0px;
    font-family: var(--futura_bt_medium);
}

.location_map_section .location_points{
    padding:0;
    margin:0;
    padding-top: 70px;
    display: inline-block;
    position:relative;
    width:100%;
}

.location_map_section .location_points:before{
    position:absolute;
    content:'';
    height:1px;
    width:calc(100% + 20vw);
    background:rgba(255 255 255 / 15%);
    top:0;
    left:-20vw;
}

.location_map_section .location_points li{
    /* margin-bottom:30px; */
    /* padding-bottom: 60px; */
    display: flex;
}

.location_map_section .distance{
    width:80px;
    display: inline-block;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 15px;
    color: #ffffff;
    padding-top: 3px;
}

.location_map_section .location{
    position:relative;
    padding-left: 45px;
    margin-left: 15px;
    font-weight: 600;
    padding-bottom: 45px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: .50px;
    /* font-family: var(--futura_bt_book); */
    font-size: 18px;
    color:var(--color1);
}

.location_map_section .location:before{
    position: absolute;
    content: '';
    left: 0;
    height: 4px;
    width: 4px;
    background: var(--color1);
    border-radius: 50%;
    top: 10px;
    z-index: 1;
    /* transform: translateY(-50%);
    -webkit-transform: translateY(-50%); */
}

.location_map_section .location:after{
    position: absolute;
    content: '';
    left: -6px;
    height: 16px;
    width: 16px;
    border: 1px solid var(--color1);
    border-radius: 50%;
    top: 4px;
    background: #0b0e15;
    /* transform: translateY(-50%);
    -webkit-transform: translateY(-50%); */
}

.location_map_section .location .icon{
    width: 40px;
    display: block;
    filter: invert(1);
    margin-bottom: 10px;
}

.location_map_section .location .line{
    position: absolute;
    height: calc(100% - 16px);
    left: 0;
    width: 1px;
    border-left: 4px dotted #ffffff7a;
    top: 16px;
}

.location_map_section .right_col{
    position:unset;
}

.location_map_section .map_col{
    position: absolute;
    right: 0;
    height: 100%;
    top: 0;
    width: 55%;
    display: flex;
    align-items: center;
}

.location_map_section .yt_btn_col{
    position: absolute;
    right: 30%;
    top: 50px;
    z-index: 1;
}

.location_map_section .yt_btn_col .yt_btn{
    background: #fff;
    border-radius: 100%;
    height: 80px;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.location_map_section .yt_btn_col .yt_btn img{
    max-width: 30px;
}

/* .location_map_section .map_col:before{
    position: absolute;
    content:'';
    height:100%;
    width:200px;
    background-image: linear-gradient(90deg, #07090b, rgb(7 9 11 / 50%), transparent);
    
} */

.location_map_section .map_col img{
    /* width:100%;
    height:100%;
    object-fit: cover; */
}

/* gallery section */

.gallery_section {
    position:relative;
    overflow:hidden
}

.gallery_section .gallery_slider_sec{
    position:relative;
}

.gallery_section .gallery_carousel{
    max-width: 70%;
    margin:auto;
    margin-top: 100px;
    position:unset;
}

.gallery_section .gallery_carousel:before,
.gallery_section .gallery_carousel:after{
    position:absolute;
    content:'';
    width: 200px;
    height: 100%;
    top:0;
    z-index: 1;
}

.gallery_section .gallery_carousel:before{
    left: 0;
    background: linear-gradient(90deg, #07090b, rgb(7 9 11 / 60%), transparent);
}

.gallery_section .gallery_carousel:after{
    right: 0;
    background: linear-gradient(90deg, transparent, rgb(7 9 11 / 60%), #07090b);
}

.gallery_section .gallery_carousel .owl-stage-outer{
    overflow:visible;
}

.gallery_section .item{
    opacity:0.3;
}

.gallery_section .item img{
    height: 650px;
    object-fit: cover;
}

.gallery_section .owl-item.active .item{
    opacity: 1;
}

.gallery_section .owl-nav button{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    height: 80px;
    width: 80px;
    border:1px solid var(--color1)!important;
    border-radius: 100%;
    left:60px;
    background:transparent;
    z-index: 1;
    cursor: pointer;
}

.gallery_section .owl-nav button.owl-next{
    right: 60px;
    left: unset;
}

/* end of gallery section */

/* about_developer */

.about_developer{
    position:relative;
    background: url(../images/about-bg.jpg) no-repeat right bottom;
    background-attachment: fixed;
    overflow: hidden;
    background-size: cover;
}

.about_developer:before{
    position: absolute;
    top: 0;
    content: '';
    height: 100px;
    left: 0;
    width: 100%;
    background-image: linear-gradient(0, transparent, var(--color2));
    z-index: 1;
}

.about_developer:after{
    position:absolute;
    bottom:0;
    content:'';
    height:100px;
    left:0;
    width:100%;
    background-image: linear-gradient(0,var(--color2), transparent);
}

.about_developer .left_col{
    max-width: 60%;
    flex:0 0 60%;
}

.about_developer .right_col{
    max-width: 40%;
    flex:0 0 40%;
}

.about_developer .content{
    position:relative;
    padding:100px 0;
}

.about_developer .content:before{
    position:absolute;
    top:0;
    content:'';
    height:100%;
    left:0;
    width:100%;
    background: rgb(7 9 11 / 10%);
    z-index: 0;
}

.about_developer .container{
    position:relative;
    z-index: 1;
}

.about_developer .content p{
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 1.8;
}

.about_developer .content .btn{
    margin: 50px 0 0;
}

.about_developer .content .logos{
    display:flex;
    margin:0;
    padding:0;
    gap: 15px;
    margin-top: 50px;
}

.about_developer .content .logos li{
    background: #fff;
    height: 80px;
    width: 80px;
    border: 1px solid #fff;
}

.about_developer .content .logos li:not(:last-child){
    padding:10px;
}

.about_developer .content .logos img{
    /* max-width: 70px; */
    height: 100%;
    object-fit: contain;
}

.about_developer .form {
    background: #fff;
    padding: 60px 60px;
    border-radius: 25px;    background: var(--color1);
}

.about_developer .form .title {
    text-transform: uppercase;
    margin-bottom: 30px;
    color: #333;

    font-family: var(--futura_bt_medium);
}

.about_developer .form .enquire_btn{
    margin-top:20px;
}



/* end of about_developer */

/* footer */

    footer {
        padding: 30px 0;
        position: relative;
        line-height: 22px;
    }

  /* footer:before {
    position: absolute;
    content: '';
    height: 1px;
    width: 80%;
    background: #ddd;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  } */
  footer p {
    text-align: center;
    margin: 0;
    font-size: 12px;
    letter-spacing: 0px;
    color: #e3e3e3;
  }

  footer .disclaimer{
    line-height: initial;
    margin-bottom: 8px;
  }

  footer strong,
  footer a{
    font-family: var(--futura_bt_medium);
    font-weight: 400;
  }
  footer p a {
    color: #fff;
  }
  footer .form {
    margin-top: 60px;
    max-width: 1000px;
    display: table;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  footer .form .form-group {
    margin-bottom: 25px;
  }
  footer .form label {
    font-size: 13px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
  }
  footer .form-control {
    height: 50px;
    border-radius: 4px;
    box-shadow: none;
  }
  footer .form .form-control::placeholder {
    font-size: 14px;
  }
  footer .form-control:focus {
    box-shadow: none;
    outline: inherit;
  }
  footer .custom_checkbox .check {
    font-size: 12px;
  }
  footer .btn_style2 {
    max-width: 300px;
    display: table;
    margin: auto;
    margin-top: 40px;
  }

  /* enquire_fixed_btn */
.enquire_fixed_btn {
    position: fixed;
    right: -28px;
    top: 35%;
    z-index: 99;
    background: var(--color4);
    color: #fff !important;
    box-shadow: none !important;
    border-radius: 5px 0 0px 5px;
    font-size: 8px;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 110px;
    visibility: hidden;
    opacity: 0;
    /* opacity:1;
    visibility: visible; */
    transition:opacity 0.3s ease-in-out;
  }
  
  .enquire_fixed_btn.show{
    opacity:1;
    visibility: visible;
  }

  .enquire_fixed_btn .side-b{
    text-align: center;
  }

  .enquire_fixed_btn .side-b:not(:last-child){
    border-bottom: 1px solid #00000025;
  }

  .enquire_fixed_btn a {
    color: #fff;
    text-decoration: none;
  }
  .enquire_fixed_btn .side-b a{
    color: #fff;
    font-size: 10px;
    letter-spacing: 0;
    line-height: initial;
    width: 100%;
    padding: 16px 0px;
    display: block;
  }
  
  .enquire_fixed_btn .side-b .icon{
    width: 20px;
    margin-bottom: 6px;
  }
  .enquire_fixed_btn .side-b p{
    margin-bottom: unset;
    color:#000;
      font-weight:500;
  }
  
  .side-b.whatsapp-button {
      width: 82px;
      /* padding: 15px 0px 10px 0px; */
  }
  .side-b.down-load-brochure {
    width: 82px;
  }
  .side-b.instant-call {
    width: 82px;
  }
  .side-b.get-in-touch {
    width: 82px;
  }

/* modal */

.modal h1,
.modal h2,
.modal h3,
.modal h4,
.modal h5,
.modal h6{
    font-family: var(--futura_bt_book);
}

/* enquire_modal */

.custom_modal{
    height:100vh;
    background:var(--color2);
    padding:0!important;
}

.custom_modal .modal-dialog{
    height: 100%;
    max-width: 100%;
    margin: 0;
}

.custom_modal .modal-content{
    background:none;
    height: 100%;
}

.custom_modal .modal_nav{
    padding: 25px 0;
}

.custom_modal .modal_nav .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.custom_modal .modal_nav .logo{
    max-width: 180px;
}

.custom_modal .modal_nav .close{
    color: #fff;
    text-shadow: none;
    box-shadow: none;
    opacity: 1;
    font-weight: 100;
    font-size: 40px;
}

.custom_modal .modal-body{
    padding:0;
    height: calc(100% - 98px);
    padding-bottom: 50px;
}

.custom_modal .modal-body > .container,
.custom_modal .modal-body > .container > .row{
    height:100%;
}

.custom_modal .left_col{
    display:flex;
    align-items: flex-start;
}

.custom_modal .left_col .title{
    text-transform: uppercase;
    font-size: 80px;
    margin-bottom: 50px;
    line-height: 1.1;
    font-weight:700;
    color: var(--color1);
}

.custom_modal .left_col .sub_title{
    font-size: 22px;
    letter-spacing: 1px;
}

.custom_modal .right_col{
    display: flex;
    align-items: flex-start;
}

.custom_modal .content{
    width:100%;
}

.custom_modal form{
    width:100%;
    text-align: right;
}

.custom_modal .form-group{
    margin-bottom:30px;
}

.custom_modal .form-control{
    background:transparent;
    border-radius: 0;
    border:none;
    border-bottom:1px solid #ffffffcf;
    height:50px;
    padding:10px 0;
    color:#fff;
    font-family: var(--futura_bt_book);
    letter-spacing: 1px;
}

.custom_modal .form-control::placeholder{
    color:#ffffff89;
    font-family: var(--futura_bt_book);
    letter-spacing: 0.8px;
}


.custom_modal form .submit_btn{
    margin-top:50px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 10px 30px;
    font-family: var(--futura_bt_medium);
}

.custom_modal .contact{
    margin:0;
    padding:0;
    display: flex;
    margin-top: 60px;
    justify-content: flex-end;
    gap: 60px;
    border-top:1px solid #ffffff24;
    padding-top:60px;
}

.custom_modal .contact li{
    text-align: right;
}

.custom_modal .contact h6{
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    font-family: var(--futura_bt_medium);
    color: #ffffffab;
}

.custom_modal .contact p,
.custom_modal .contact p a{
    margin:0;
    color:#fff;
    font-size: 18px;
    text-decoration: unset;
}
  
  
/* video modal */

.video_modal .modal-body{
    padding:0;
}

.video_modal .close{
    color: #fff;
    text-shadow: none;
    opacity: 1;
    box-shadow: none;
    font-weight: 100;
    font-size: 30px;
    margin-bottom: 10px;
    outline:none;

}

.video_modal .modal-dialog{
    max-width: 700px;
}

.video_modal .modal-content{
    background:transparent;
}

.video_modal .modal-body iframe{
    display:flex;
    width:100%;
    height:400px;
    object-fit: contain;
}

/* common_form */

.common_form{
    /* color:#333; */
}

.common_form .modal-content{
    background:var(--color1)
}

.common_form .modal-content {
    border-radius: 10px;
}

.common_form .modal-body {
    padding: 40px;
    background:url('../assets/images/bg_pattern.html')
}
  
  .common_form .modal-body .project_logo{width: 160px;margin: 15px auto;display: block;}
  
  .common_form .title {
    text-align: center;
    font-weight: 600;
    font-size: 30px;
    margin-bottom:15px;
  }
  .common_form .sub_title {
    font-size: 18px;
    text-align: center;
  }
  .common_form .form {
    margin-top: 20px;
  }
  .common_form .form .form-control {
    border: none;
    border-bottom: 1px solid #ddd;
    background:transparent;
    border-radius: 0;
    padding: 10px 0;
    box-shadow: none;
    font-size: 18px;
    color: #fff;
  }
  .common_form .form .form-control::placeholder {
    font-size: 15px;
    color:#fff;
    font-weight: 400;
  }
  .common_form .form select.form-control {
    padding: 0;
  }
  .common_form .form .custom_checkbox {
    position: relative;
    padding-left: 20px;
  }
  .common_form .form input[type='checkbox'] {
    position: absolute;
    top: 5px;
    left: 0;
  }
  .common_form .form .check {
    font-size: 11px;
    line-height: 15px;
    display: inline-block;
  }

  .common_form .form .btn{
    margin-top:30px;
  }

  .common_form .form .btn_style2 {
    margin-top: 10px;
  }
  .common_form .form .btn{
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--color2);
    color: #fff;
    height: 50px;
  }
  .common_form .close {
    position: absolute;
    right: 8px;
    top: 8px;
    background: var(--color2);
    height: 40px;
    width: 40px;
    opacity: 1;
    color: #fff;
      line-height: 40px;
    text-shadow: none;
    font-weight: 400;
    border-radius: 20px;
  }



/* =========================================================
   EXOTICA ONE32 - SMOOTH UX / LUXURY MOTION LAYER
   Only animation, transitions, smoothness
   No color / shape / layout changes
========================================================= */

/* ---------- Base smoothness ---------- */
html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* ---------- Global transition layer ---------- */
a,
button,
.btn,
img,
input,
textarea,
select,
.navbar,
.navbar-toggler,
.navbar-brand img,
.nav-link,
.navbar-collapse,
.navbarBackdrop,
.hero_section,
.section,
.about_section,
.walkthrough-section,
.specification_section,
.amenities_section,
.location_map_section,
.gallery_section,
.about_developer,
.form-control,
.modal,
.modal-dialog,
.modal-content,
.owl-carousel .owl-item,
.owl-carousel .item,
.gallery_carousel .item img,
.amenity_carousel .item img,
.floorplans img,
.enquire_fixed_btn,
.enquire_fixed_btn .side-b,
.social_links li a,
.location_points li,
.content,
.sec_heading,
.sec_heading .title,
.sec_heading .mini,
.title,
.mini_title,
.offer,
.typology,
.price_col,
.location,
.map_col img,
.img_col img,
.render,
.logos li img,
footer,
footer a {
  transition:
    transform 0.6s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.6s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.8s cubic-bezier(0.22, 1, 0.36, 1),
    background-color 0.45s ease,
    border-color 0.45s ease,
    visibility 0.45s ease;
}

/* ---------- Better rendering / prevent jitter ---------- */
img,
.navbar,
.navbar-collapse,
.modal-dialog,
.modal-content,
.owl-stage,
.owl-item,
.item,
.section,
.content,
.form-control,
.btn,
.nav-link {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
  will-change: transform, opacity;
}

/* ---------- Clickable elements feel smoother ---------- */
a,
button,
.btn,
.nav-link,
.navbar-toggler,
.social_links a,
.gallery_btns button,
.amenity_btns button,
.enquire_fixed_btn a {
  -webkit-tap-highlight-color: transparent;
}

/* ---------- Premium hover without changing design ---------- */
.btn:hover,
button:hover,
.nav-link:hover,
.social_links a:hover,
.gallery_btns button:hover,
.amenity_btns button:hover,
.enquire_fixed_btn .side-b:hover,
.logos li:hover {
  transform: translateY(-2px);
}

.btn:active,
button:active,
.nav-link:active,
.enquire_fixed_btn .side-b:active {
  transform: translateY(0);
  transition-duration: 0.2s;
}

/* ---------- Navbar smoother fixed state ---------- */
.navbar {
  transition:
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    background-color 0.45s ease,
    box-shadow 0.45s ease,
    padding 0.45s ease,
    opacity 0.45s ease;
}

.navbar.fixed {
  animation: navReveal 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

/* ---------- Mobile menu smoother ---------- */
.navbar-collapse {
  transition:
    transform 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.45s ease,
    visibility 0.45s ease;
}

.navbar .navbar-collapse.show {
  animation: menuSlideIn 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.navbarBackdrop {
  animation: fadeSoft 0.35s ease forwards;
}

/* ---------- Toggler smoother ---------- */
.navbar-toggler span {
  transition:
    transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.35s ease,
    width 0.35s ease;
}

/* ---------- Section smooth entry base ---------- */
.hero_section,
.about_section,
.walkthrough-section,
.specification_section,
.amenities_section,
.location_map_section,
.gallery_section,
.about_developer,
footer {
  position: relative;
}

/* ---------- Headings / copy smoother ---------- */
.sec_heading .title,
.title,
.mini_title,
.offer,
.typology,
.content p,
.location_points li,
.content_col li,
.floorplans h4,
.main_location,
.contact li,
footer p {
  transition:
    transform 0.6s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

/* ---------- Image smoothness ---------- */
.img_col,
.map_col,
.gallery_carousel .item,
.amenity_carousel .item,
.floorplans .col-md-4,
.left_col_content .image,
.render {
  overflow: hidden;
}

.img_col img,
.map_col img,
.gallery_carousel img,
.amenity_carousel img,
.floorplans img,
.logos img {
  transition:
    transform 1.1s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

.img_col:hover img,
.map_col:hover img,
.floorplans .col-md-4:hover img,
.gallery_carousel .item:hover img,
.amenity_carousel .item:hover img {
  transform: scale(1.02);
}

/* ---------- Highpoints list smoother ---------- */
.content_col li,
.location_points li,
.social_links li,
.logos li {
  transition:
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.45s ease;
}

.content_col li:hover,
.location_points li:hover {
  transform: translateX(4px);
}

/* ---------- Form smoothness ---------- */
.form-control {
  transition:
    transform 0.3s ease,
    box-shadow 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.35s ease,
    background-color 0.35s ease;
}

.form-control:focus {
  transform: translateY(-1px);
}

/* ---------- Modal luxury smoothness ---------- */
.modal.fade .modal-dialog {
  transition:
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.4s ease;
}

.modal.show .modal-dialog {
  animation: modalRise 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.modal-content {
  animation: fadeSoft 0.45s ease;
}

/* ---------- Fixed CTA buttons smoother ---------- */
.enquire_fixed_btn {
  transition:
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.45s ease;
}

.enquire_fixed_btn.show {
  animation: floatInRight 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.enquire_fixed_btn .side-b {
  transition:
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.35s ease,
    box-shadow 0.35s ease;
}

.enquire_fixed_btn .side-b:hover {
  transform: translateY(-2px);
}

/* ---------- Video section iframe smooth feel ---------- */
.walkthrough-section iframe {
  transition:
    transform 0.8s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.6s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.6s ease;
}

.walkthrough-section iframe:hover {
  transform: translateY(-2px);
}

/* ---------- Carousel smoothness ---------- */
.owl-carousel .owl-stage {
  transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1) !important;
}

.gallery_carousel .owl-item,
.amenity_carousel .owl-item {
  opacity: 0.65;
  transition:
    opacity 0.6s ease,
    transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.gallery_carousel .owl-item.active,
.amenity_carousel .owl-item.active {
  opacity: 1;
}

/* ---------- Gallery popup zoom smoother ---------- */
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.9;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

/* ---------- Scroll reveal helper classes ---------- */
.reveal-up {
  opacity: 0;
  transform: translateY(38px);
}

.reveal-left {
  opacity: 0;
  transform: translateX(-38px);
}

.reveal-right {
  opacity: 0;
  transform: translateX(38px);
}

.reveal-scale {
  opacity: 0;
  transform: scale(0.985);
}

.reveal-visible {
  opacity: 1 !important;
  transform: none !important;
  transition:
    transform 0.9s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1) !important;
}

/* ---------- Soft stagger helper ---------- */
.reveal-delay-1 { transition-delay: 0.08s !important; }
.reveal-delay-2 { transition-delay: 0.16s !important; }
.reveal-delay-3 { transition-delay: 0.24s !important; }
.reveal-delay-4 { transition-delay: 0.32s !important; }
.reveal-delay-5 { transition-delay: 0.4s !important; }

/* ---------- Keyframes ---------- */
@keyframes navReveal {
  from {
    opacity: 0.85;
    transform: translateY(-18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes menuSlideIn {
  from {
    opacity: 0;
    transform: translateX(26px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes modalRise {
  from {
    opacity: 0;
    transform: translateY(28px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes fadeSoft {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes floatInRight {
  from {
    opacity: 0;
    transform: translateX(18px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* ---------- Reduce rough effects on mobile ---------- */
@media (max-width: 767px) {
  .btn:hover,
  button:hover,
  .nav-link:hover,
  .social_links a:hover,
  .gallery_btns button:hover,
  .amenity_btns button:hover,
  .enquire_fixed_btn .side-b:hover,
  .logos li:hover {
    transform: translateY(-1px);
  }

  .img_col:hover img,
  .map_col:hover img,
  .floorplans .col-md-4:hover img,
  .gallery_carousel .item:hover img,
  .amenity_carousel .item:hover img {
    transform: scale(1.01);
  }
}

/* ---------- Accessibility ---------- */
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}

form label {display: none;}
