*{ margin:0; padding:0; box-sizing: border-box;}
::-webkit-scrollbar {
  width: 3px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #000; 
}

body, html {max-width:100%;}

@font-face {
    font-family: 'Georgia';
    src: url('../fonts/Georgia-Italic.eot');
    src: url('../fonts/Georgia-Italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Georgia-Italic.woff') format('woff'),
        url('../fonts/Georgia-Italic.ttf') format('truetype'),
        url('../fonts/Georgia-Italic.svg#Georgia-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Light.eot');
    src: url('../fonts/Poppins-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Light.woff') format('woff'),
        url('../fonts/Poppins-Light.ttf') format('truetype'),
        url('../fonts/Poppins-Light.svg#Poppins-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Optima';
    src: url('../fonts/Optima-Regular.eot');
    src: url('../fonts/Optima-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Optima-Regular.woff2') format('woff2'),
        url('../fonts/Optima-Regular.woff') format('woff'),
        url('../fonts/Optima-Regular.ttf') format('truetype'),
        url('../fonts/Optima-Regular.svg#Optima-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}




ul{list-style:none;}
a, a:hover,a:focus,a:focus-visible {text-decoration: none; outline: none;}
body { font-family: 'Optima'; /*background:#FCF9EC;*/ font-weight:normal;}

h1,h2,h3,h4,h5,h6 {font-family: 'Optima'; color: #000; margin-bottom:25px; font-weight:normal;}
p {font-size: 16px; line-height: 2; color: #231f20;}
p:last-child{ margin-bottom:0;}

.f_40{font-size:34px;}
.f_41{
        display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    line-height: 3rem;
}
.f_40 span{color:#f8ab1a;}
.f_41 span{
    font-size:62px;
}
.bggrey {background:#f0efef;}
.bggrey2{background:#F8E8CB;}
.pad80{padding:80px 0;}
.padt80{padding-top:80px;}

.animated {visibility: visible; -webkit-animation-fill-mode: both; -moz-animation-fill-mode: both; -ms-animation-fill-mode: both; -o-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-duration: 1s; -moz-animation-duration: 1s; -ms-animation-duration: 1s; -o-animation-duration: 1s; animation-duration: 1s; -webkit-animation-play-state: running; -moz-animation-play-state: running; -ms-animation-play-state: running; -o-animation-play-state: running; animation-play-state: running;}
@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}
.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}

@-webkit-keyframes navbar-animation{0%{opacity:0;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}
@keyframes navbar-animation{0%{opacity:0;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}

/*loader*/
.spinner-fixed{width:100%;height:100vh;position:fixed;top:0;left:0;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;z-index:9999;background:rgba(255,255,255,.9)}
.spinner{margin:0 auto;width:30px;height:30px;border-radius:50%;background-color:#025178;-webkit-animation:2s infinite spinner-ease;animation:2s infinite spinner-ease}@-webkit-keyframes spinner-ease{0%,100%{transform:rotateX(0)}32.5%,57.5%,7.5%,82.5%{background-color:#1f3f6e}32.51%,57.51%,7.51%,82.51%{background-color:#f9f5f2}25%{transform:rotateX(180deg)}50%{transform:rotateZ(180deg)}75%{transform:rotateY(180deg)}}
@keyframes spinner-ease{0%,100%{transform:rotateX(0)}32.5%,57.5%,7.5%,82.5%{background-color:#1f3f6e}32.51%,57.51%,7.51%,82.51%{background-color:#f9f5f2}25%{transform:rotateX(180deg)}50%{transform:rotateZ(180deg)}75%{transform:rotateY(180deg)}}
.overlay:after{content: ''; width: 100%; height: 100%; position: absolute; bottom: 0; left: 0; background: linear-gradient(to top, #000000a3 20%, transparent 70%);}
.navbar{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2705882353);
  transition: all ease-in-out 0.5s;
  /*background:#f0efef;*/
  background:rgba(0,0,0,0.4);
}
.nav_fixed{
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 20;
  background:#000;
  /*background:#FCF9EC;*/
   -webkit-animation:navbar-animation .6s;animation:navbar-animation .6s;
}
nav.navbar {
  padding:15px 0px;
  border-bottom:1px solid #7c7c7c30;
}
.navbar-toggler {
  border: none;
  background: transparent !important;
}
.navbar-toggler:hover {
  background: transparent !important;
}
.navbar-toggler:focus {
  outline: none;
}
.navbar-toggler .icon-bar {
  height: 2px;
  width: 26px;
  background-color: #fff;
  border-radius: 1px;
  display: block;
  margin-top: 6px;
  transition: all 0.2s;
}
.navbar-toggler .top-bar {
  transform: rotate(45deg);
  transform-origin: 6% 50%;
}
.navbar-toggler .middle-bar {
  opacity: 0;
}
.navbar-toggler .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 7% 90%;
}
.navbar-toggler.collapsed .top-bar {
  transform: rotate(0);
}
.navbar-toggler.collapsed .middle-bar {
  opacity: 1;
}
.navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0);
}
.n_dsk{display:none;}
.navbar-nav{margin:0;}
.navbar .navbar-brand{ margin:0;display: flex
;
    align-items: center;}
    .logosvg1{
        display: inline-block;
    margin-right: 20px;
    padding-right: 20px;
    /* width: 120px; */
    border-right: 1px solid #efa51973;
    }
    .logosvg1 .logo {
    width: 120px;
}
    
.navbar .navbar-nav .nav-item{ /*margin-right:24px;*/ margin:0;}
.navbar .navbar-nav .nav-item:last-child{ margin-right:0; margin-left: 0;}
.navbar .navbar-nav .nav-item .nav-link{/*color:#7C7C7C;*/ color:#fff; font-size:12px; position:relative; padding:10px 0; font-weight:bold; letter-spacing:1px;}
/*.navbar .navbar-nav .nav-item .nav-link:after{ content:""; background:#7C7C7C; width:1.5px; height:12px; position:absolute; right:-29px; top:13px;}*/
.navbar .navbar-nav .nav-item:last-child .nav-link:after{display:none;}
.navbar .navbar-nav .nav-item .nav-link:before{content: ''; position: absolute; right: 0px; bottom: 7px; width: 0px; background: #fff; height: 0.5px; transition: all 0.5s ease 0s;}
.navbar .navbar-nav .nav-item .nav-link:hover:before{ width:100%; right:unset; left:0;}
.logo{ width:75px;}
.navbar .logosvg svg.cls-2 {fill: #fff;}
.navbar .navbar-nav .nav-item .nav-link.nvbtn{border:1px solid rgba(0,0,0,0.4); padding:12px 15px; position:relative;}
.navbar .navbar-nav .nav-item .nav-link.nvbtn:before {position:absolute; right:0px; bottom:0px; width:0%; content:''; height:100%; background:#000000; transition:all 0.5s ease 0s; z-index:-1;}
.navbar .navbar-nav .nav-item .nav-link.nvbtn:hover{color:#fff; border-color:#000000; background:transparent;}
.navbar .navbar-nav .nav-item .nav-link.nvbtn:hover::before {width:100%; right:unset; left:0;}

/*.nav_fixed .navbar-nav .nav-item .nav-link{color:#000}*/
/*.nav_fixed .navbar-nav .nav-item .nav-link:before{background: #000;}*/

#navbarCollapse .navbar-nav {
    display: flex;
    flex: 1;
    gap:50px;
    align-items: center;
}

#navbarCollapse .navbar-brand {
    flex: 0 0 auto;
    text-align: center;
}

/*#navbarCollapse > .navbar-nav:first-child,*/
/*#navbarCollapse > .navbar-nav:last-child {*/
/*    flex: 1;*/
/*    justify-content: space-around;*/
/*}*/

#navbarCollapse .navbar-brand {
    flex: 0 0 120px;
    display: flex;
    justify-content: center;
}

@media (max-width: 991.98px) {
    #navbarCollapse {
        flex-direction: column;
    }

    #navbarCollapse .navbar-nav {
        justify-content: center;
        margin: 10px 0;
    }

    #navbarCollapse .navbar-brand {
        margin: 10px 0;
    }
}

.nvright{justify-content:end;}

.banner{ width:100%; height:100vh; position:relative; overflow:hidden;}
.ban_img{ width:100%; height:100vh;}
.ban_img img{ width:100%; height: 100%; object-position: center; object-fit:cover;}
.ban_img video{ width:100%; height: 100%; object-fit:cover;}
.rewarifixed{position:absolute; bottom:5em; right:5em; display:flex; align-items:center; justify-content:center; width:700px; z-index:2;}
.rewarifixed img{ width:100%;}
.golden_img{ width:100%; overflow:hidden;}
.golden_img img{ width:100%; height:100%; object-fit:cover;  transition:all 0.85s ease; transform:scale(1);}
.golden_img:hover img{transform:scale(1.1);}

.galley_golden_img{ width:100%; overflow:hidden; margin-top:70px}
.galley_golden_img img{ width:100%; height:100%; object-fit:cover;  transition:all 0.85s ease; transform:scale(1);}
.galley_golden_img:hover img{transform:scale(1.1);}

.goldenlife_slider .slick-list{margin:0 -12px;}
.goldenlife_slider .slick-slide{margin:0 12px;}

.standardwrap{ width:100%; height:100vh; overflow:hidden; position:relative; margin-top: 70px;}
.standardwrap img{ width:100%; height:100%;}
.shapesvg{width:50%; height:100%; background:url('../images/shape.svg') no-repeat; background-size:auto; position:absolute; top:0;}
.textshap{ position:absolute; top:0; left:10%; width:60%; height:100%; display:flex; align-items:center; justify-content:center; text-align:center; flex-direction: column;}

.linkbtn{width: auto; display: inline-flex; background:transparent; border:none; letter-spacing:2px; position: relative; padding: 12px 35px; text-transform: uppercase; font-size:13px; color: #000; transition: all 0.85s ease; z-index:1; margin-top:20px;}
.linkbtn::before {position:absolute; right:0px; bottom:0px; width:0%; content:''; height:100%; background:#bf9033; transition:all 0.5s ease 0s; z-index:-1;}
.linkbtn:hover{color:#fff; background:transparent;}
.linkbtn:hover::before {width:100%; right:unset; left:0;}

.btnpos{position:absolute; bottom:30px; left: 50%; transform: translateX(-50%); background:#000; color:#fff;}

.icon_grid{ width:100%; display:flex; justify-content: center; position: relative;}
.icon_grid:after{ content:''; width:1px; height:100%; background:#00000066; opacity:0.3; position:absolute; right:-16px; top:0;}
.lastafter:after {display: none;}
.icon_grid img{ width:auto; margin-right:20px;  transition:all 0.85s ease; transform:scale(1);}
.icon_grid:hover img{transform:scale(1.1);} 

.map_location{ width:100%; height:90vh; overflow:hidden; margin:50px 0px 0;}
.map_location img{ width:100%; height:100%; object-fit:cover;  transition:all 0.85s ease; transform:scale(1);}
.map_location:hover img{transform:scale(1.1);} 

/*.floor_grid{padding:5px; position:relative;}*/
/*.floor_grid h3{display:inline-block; border-bottom:1px solid rgba(0,0,0,0.09); margin-bottom:20px; padding-bottom:20px; font-size:32px;}*/
/*.floor_grid p{font-size:13px;}*/
/*.bordertop{*/
/*    margin-top: 40px;*/
/*}*/


/* Styling for the new floorplan tabs */
.floorplan-tabs {
    border-bottom: 0;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
.floorplan-tabs .nav-item {
    
    
    margin: 0px 15px;
}
.floorplan-tabs .nav-link {
    border: 0;
    border-bottom: 2px solid transparent;
    color: #6c757d;
    font-size: 18px;
    font-weight: 600;
    padding: 5px 0px;
    transition: all 0.3s ease-in-out;
}
.floorplan-tabs .nav-link.active,
.floorplan-tabs .nav-link:hover {
    color: #000 !important;
    background-color: transparent;
    border-bottom: 2px solid #000 !important;
}
.bordertop {
    margin-top: 40px;
}
.floor_grid {
    padding: 5px;
    position: relative;
}
.floor_grid img {
    width: 100%;
    transition: all 0.85s ease;
    transform: scale(1);
    overflow: hidden;
}
.floor_grid:hover img {
    transform: scale(1.1);
}


/* UPDATED CSS SELECTORS FOR SLICK DOTS */
/* Target both slider classes by separating them with a comma */
.floorplan_slider_phase1,
.floorplan_slider_phase2 {
    margin: 0 !important;
}
.floorplan_slider_phase1 ul.slick-dots,
.floorplan_slider_phase2 ul.slick-dots {
    display: flex;
    align-items: center;
    list-style: none;
    bottom: 0px;
    width: 100%;
    justify-content: center;
    margin: 0;
    padding-bottom: 0px;
    padding-top: 10px;
    padding-left: 0;
    z-index: 22;
}
.floorplan_slider_phase1 ul.slick-dots li,
.floorplan_slider_phase2 ul.slick-dots li {
    margin: 0 10px !important
}
.floorplan_slider_phase1 ul.slick-dots li button,
.floorplan_slider_phase2 ul.slick-dots li button {
    display: block;
    width: 8px;
    height: 8px;
    padding: 0;
    border: none;
    border-radius: 2px;
    background-color: #f0efef;
    text-indent: -9999px;
    position: relative;
    transition: .5s
}
.floorplan_slider_phase1 ul.slick-dots li button:before,
.floorplan_slider_phase2 ul.slick-dots li button:before {
    width: 20px !important;
    height: 20px !important;
    content: '•';
    border: 1px solid #f0efef;
    border-radius: 4px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: .5s
}
.floorplan_slider_phase1 ul.slick-dots li.slick-active button,
.floorplan_slider_phase2 ul.slick-dots li.slick-active button {
    background-color: #000;
    border-color: #000
}
.floorplan_slider_phase1 ul.slick-dots li.slick-active button:before,
.floorplan_slider_phase2 ul.slick-dots li.slick-active button:before {
    border-color: #000
}
.floorplan_slider_phase2{
    margin-bottom: 80px !important;
}

/*.floor_grid:after{content:''; width:1px; height:100%; background:rgba(0,0,0,0.3); opacity:0.3; position:absolute; right:-15px; top:0;}*/
/*.bordertop{border-top:1px solid rgba(0,0,0,0.09);}*/
/*.borderbotto{border-bottom:1px solid rgba(0,0,0,0.09);}*/
/*.floor_grid img{ width:100%;  transition:all 0.85s ease; transform:scale(1); overflow:hidden;}*/
/*.floor_grid:hover img{transform:scale(1.1);} */

/*.floorplan_slider{margin:0 !important;}*/
/*.floorplan_slider ul.slick-dots{display:flex;align-items:center;list-style:none; bottom:0px; width:100%;justify-content:center; margin: 0px 0 10px 0; padding-bottom: 50px; padding-top: 10px; padding-left:0; z-index:22;}*/
/*.floorplan_slider ul.slick-dots li{margin:0 10px!important}*/
/*.floorplan_slider ul.slick-dots li button{display:block;width:8px;height:8px;padding:0;border:none;border-radius:2px;background-color:#f0efef;text-indent:-9999px;position:relative;transition:.5s}*/
/*.floorplan_slider ul.slick-dots li button:before{width:20px!important;height:20px!important;content:'ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢';border:1px solid #f0efef;border-radius:4px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:.5s}*/
/*.floorplan_slider ul.slick-dots li.slick-active button{background-color:#000;border-color:#000}*/
/*.floorplan_slider ul.slick-dots li.slick-active button:before{border-color:#000}*/


.master_plan{ width:100%; height:100vh; overflow:hidden;}
.master_plan img{ width:100%; height:100%; object-fit:contain;  transition:all 0.85s ease; transform:scale(1);}
.master_plan:hover img{transform:scale(1.1);} 

.zoommap{ padding:12px; display:flex; align-items:center; justify-content:center; background:#fff; position:absolute; right:40px; bottom:40px; cursor:pointer;}
.zoommap svg{ width:20px; height:20px; fill:#000; transition:all 0.85s ease; transform:scale(1);}
.zoommap:hover svg{transform:scale(1.1);}

.des_grid_text{width:100%; height:100%;  border:1px solid rgba(0,0,0,0.09); text-align:center; position: relative; overflow:hidden; box-shadow:inset 0 0 0 0 #000; transition:all 0.85s ease;}
.des_grid_text a{display:block;}
.des_grid_text h3{margin:0;}
.des_grid_text h3,.des_grid_text p{transition:all 0.85s ease;}
.des_grid_text svg.undericon{ width:20px; height:20px; text-align:center; margin:20px auto; fill:#000; transition:all 0.85s ease;}
.des_grid_text:hover{box-shadow:inset 0 -502px 0 0 #10171d}
.des_grid_text:hover svg.undericon{fill:#fff}
.des_grid_text:hover h3,.des_grid_text:hover p{color:#fff;}

.desbtn{ width:100%; display:flex; position:absolute; bottom:40px; left:50%; transform:translateX(-50%); justify-content: center;}
.desbtn span{display:block; background:transparent; color:#000; padding:8px 0px; font-size:14px; transition:all 0.85s ease; text-transform: uppercase; position:relative;}
.desbtn span:after,.desbtn span:before{content:''; width:20px; height:2px; background:#000; position:absolute; top: 50%; transform: translateY(-50%); transition:all 0.85s ease}
.desbtn span:after{left:0; opacity:0; width:0px;}
.desbtn span:before{right:-25px;}
.des_grid_text:hover .desbtn span:after{width:20px; left:-25px; opacity:1;  background:#fff;}
.des_grid_text:hover .desbtn span:before{ width:0px; right:0;}
.des_grid_text:hover .desbtn span,.des_grid_text:hover .desbtn span {background:transparent; color:#fff; border-color:#fff; margin-left:28px;}

.cursor_logo{ width:100%; height:100% !important; min-height:500px; padding:40px; transition:all 0.85s ease;}
.cursor_logo{ cursor: url(../images/Plus.png), auto;}
.cursor_logo img{width:250px; margin:0 auto; transition: transform 0.5s;}
.cursor_logo:after{content:''; width:100%; height:0%; background:transparent; position:absolute; bottom:0; left:0; z-index:-1; transition:all 0.5s ease;}
.cursor_logo:hover:after{height:100%;}

.destination_slider .slick-slide {margin: 0 25px;}
.destination_slider .slick-list {margin: 0 -25px; padding-left:0px !important;}

.destination_slider{margin:0 !important;}
.destination_slider ul.slick-dots{display:flex;align-items:center;list-style:none; bottom:0px; width:100%;justify-content:center; margin: 0px 0 10px 0; padding-top: 40px; padding-left:0; z-index:22;}
.destination_slider ul.slick-dots li{margin:0 10px!important}
.destination_slider ul.slick-dots li button{display:block;width:8px;height:8px;padding:0;border:none;border-radius:2px;background-color:#BDA161;text-indent:-9999px;position:relative;transition:.5s}
.destination_slider ul.slick-dots li button:before{width:20px!important;height:20px!important;content:'ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢';border:1px solid #BDA161;border-radius:4px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:.5s}
.destination_slider ul.slick-dots li.slick-active button{background-color:#000;border-color:#000}
.destination_slider ul.slick-dots li.slick-active button:before{border-color:#000}
 
/*.bodyoverlayback {content: ''; position: fixed; width: 100%; height: 100%; left: 0; top:0; background-color: rgb(0 0 0 / 25%); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); filter: blur(10px);  transition: all 0.8s ease; z-index: 2; opacity:0; visibility:hidden; z-index:9999;}*/
/*.bodyoverlayback.dtvisible {opacity:1; visibility:visible;}*/

.detailsopen{position: fixed; top: 0; right: 0; width: 100vw; height: 100vh; background:#f0efef; opacity:1; visibility:hidden; z-index:22; transition:all 0.85s ease; transform:translateX(100%); overflow-x: hidden;}
.detailsopen.open_show{opacity:1; visibility:visible; transform:translateX(0px); overflow-y: auto}

.closeamenities{ cursor:pointer; width:40px; height:40px; background:#000; display:flex; align-items:center; justify-content:center; position:absolute; top:80px; right:5%;}
.closeamenities img{ width:40px;}

.inner_amenities{ width:100%; position:relative; margin-top:30px;}
.inner_amenities h4{font-size:16px; margin-top:15px;}
.amenities_img{width:100%; height:100%; overflow:hidden; position:relative;}
.amenities_img img{ width:100%; height:100%; transition:all 0.85s ease; transform:scale(1);}
.inner_amenities:hover .amenities_img img{transform:scale(1.1);} 


hr{border-color: rgba(0, 0, 0, 0.3); margin:0;}   
    
/*Form Css*/
.cform .form-control {background: transparent; border: 0px; border-bottom: 1px solid #ccc; border-radius: 0px; padding-left: 0px; font-size: 15px; box-shadow:none;}
.cform .form-group  {margin-bottom:40px;}
.cform .form-control::placeholder {color:#8b8989;}
.cform .form-check-input {top:2px;}
.cform .form-check-label {font-size:15px; color:#8b8989;}
.form-check-input[type=checkbox]{border-radius:0;}
.form-check-input{ width:30px; height:30px; background-color: transparent;}
.form-check-input:checked {background-color: #000; border-color: #000;}
.cform .form-check-label {font-size: 12px; color: #8b8989; width: auto; padding-left: 20px; display: inherit; position: relative; top: 3px;}
.form-check-input:focus{box-shadow:none;}
.form-check {display: flex; align-items: center;}
.form-check-input:focus{border-color:#00000040;}
label.error{
    color:red;
    font-size: 12px
}
/*.form-check-input:checked[type=checkbox] {*/
/*   background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='#23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3E%3C/svg%3E");*/
/*}*/
.custom-control-label {color: #A5A5A5;}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {background-color: #A5A5A5;}
.custom-control-input:checked ~ .custom-control-label::before {color: #fff;background-color: #A5A5A5;}
.custom-contro l-input:focus ~ .custom-control-label::before {-webkit-box-shadow: none;box-shadow: none;}
.custom-checkbox .custom-control-label::before {border-radius: 0px; top:5px;}
button.brahma-btn{background:#1f3f6e; font-size:16px; border:0; border-bottom:1px solid #f4ede6; position:relative; padding: 7px 19px; color:#fff; cursor:pointer; font-family: 'TiemposHeadline-Regular'; outline:none;}
/*button.brahma-btn:hover:after{width:100%;left:0;}*/

button.brahma-btn .fa{left:0px;position:relative;transition: all ease-in-out 0.3s; margin-left:6px;}
button.brahma-btn:hover .fa{left:2px;}
.rightbtn{text-align:right;}
.rightbtn button{background:#000; color:#fff;}


footer{position:relative;}
.copyright_wrap{ width:100%; background:#000; padding:10px 0px; display:flex;}
.copyright_text{align-items: center; display: flex;justify-content: center;}
.copyright_text p{ width:auto; color:#fff; font-size:12px; margin:0;}

.modal-header{margin:0;text-align:center}
.modal-body{padding:30px 45px;margin:0}
.modal-content{box-shadow:none;border:0;border-radius:0}
.modal-content h4{text-transform:uppercase}
.modal-header .close{padding:0;margin:0;background:#000; border-color:#000; width:40px;height:40px; border:none; opacity:1;position:absolute;right:2px;top:3px;display:flex;align-items:center;justify-content:center;transition:.5s}
/*.modal-header .close:hover{background:#000; border-color:#000;}*/
.modal-header .close:before {position:absolute; left:0px; bottom:0px; width:100%; content:''; height:0; background:#000; transition:all 0.3s ease 0s; z-index:-1;}
.modal-header .close:hover:before {height:100%;}
.modal-header .close img{width:20px}
.modal-header .close:focus{outline:0}
.modal-open{padding:0!important}
#enquirepop .modal-header {padding: 0;}
#enquirepop .modal-header .close{ z-index:222; cursor:pointer;}
#enquirepop .modal-header .close img {width: 40px;}
#enquirepop .form_wrap .form-group lable{font-size:14px; margin-bottom: 5px;}

.contactwrap

#topbtns{display:inline-block;background-color:transparent; border:none; text-align:center;border-radius:100px;position:absolute;bottom:35px;right:5px; display: flex; align-items: center; justify-content: center; transition:background-color .3s, opacity .5s, visibility .5s;opacity:0;visibility:hidden;z-index:1000}
#topbtns svg{width:40px;height:40px;fill: #00558F; stroke: #fff;display: inline-block;margin-left: 15px; padding: 0px; transition:all 0.5s ease-in-out; transform: rotate(-90deg); /*background: url(../images/uparrow.png) center no-repeat; background-size: 50%;*/}
#topbtns:hover svg{cursor:pointer;/*background-color:#e69b01;*/ fill: #00558F; stroke: #ffffff;}
#topbtns:hover svg .cls-1{stroke: #00558F !important;}
#topbtns.shows{opacity:1;visibility:visible}


.ai-badge{
 position: absolute;
    bottom: 10px;
    right: 10px;
    /*background: #f7aa1a;*/
    color: #fff;
    text-transform: uppercase;
    padding:0;
    font-size: 8px;
    letter-spacing:.4px;
}


  .image-showcase-container {
            width: 100%;
            margin: 70px auto 0;
        }
        /* UPDATED CLASS NAME */
        .image-showcase img {
            width: 100%;
            height: auto;
        }
        /* UPDATED the selector to target the slider's generated slides */
        .image-showcase .slick-slide {
            padding: 0 8px;
            box-sizing: border-box; /* Important for padding to work correctly */
        }
        .image-showcase .slick-list {
    margin: 0 -16px;
    padding-left: 0px !important;
}

  .anemity-data .d-flex {
            display: flex;
            /* align-items: stretch; is the default, so we can remove the old rule */
            /* No align-items rule needed here to achieve stretching */
        }

        /* Each direct child (image div, text div) takes up 50% of the width */
        .anemity-data .d-flex > div {
            width: 50%;
            /* height: 100% is not needed on the div because stretch does the work */
        }

        /* --- Image Styling --- */
        .anemity-data img {
            display: block;
            width: 100%; /* Ensure image is responsive within its container */
            height: 100%; /* This is crucial: make the image fill the stretched container */
            object-fit: cover; /* Prevents the image from being distorted */
        }

        /* --- Text Container Styling --- */
        .amenity-data {
            padding: 3.5rem;
            box-sizing: border-box; /* Ensures padding is included in the width calculation */

            /* NEW: Use flex to center the content vertically inside this now-taller box */
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

.address-main{
    border-top: 0.5px solid #f8ab1a38;
    border-bottom: 0.5px solid #f8ab1a38;
}

       
        
        .expercience-main{
            margin-top: 70px;
        }
         .expercience-main-inner {
            background-color: #ffffff; /* Clean white card background */
            padding: 0px 30px 0px;
            text-align: center;
            height: 100%; /* Ensures all cards in a row have the same height */
            box-sizing: border-box;
            transition: transform 0.3s ease-in-out, background-color 0.3s ease;
        }

        /* --- INTERACTIVE HOVER EFFECT --- */
        .expercience-main-inner:hover {
            transform: translateY(-10px); /* Lifts the card up on hover */
        }

        /* --- Content Styling --- */
        .expercience-main-inner img {
            width: 60px; /* Consistent icon size */
            height: 60px;
            margin-bottom: 20px;
            object-fit: contain; /* Ensures icons are not distorted */
        }

        /* --- CUSTOM HR STYLING --- */
        .expercience-main-inner hr {
    border: none;
    height: 3px;
    width: 30%;
    background-color: #f8ab1a;
    margin: 0 auto 20px auto;
}

        .expercience-main-inner p {
            
            line-height: 1.6;
           
           
        }
        
        
        .image-showcase-container {
    position: relative; /* Needed for absolute positioning of children */
}

.contol_custom {
    position: absolute;
    bottom: 20px;
    right: 15px;
    display: flex;
    z-index: 10; /* Ensure controls are above the images */
}

.contol_custom span {
    width: 50px;
    height: 50px;
     background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all ease-in-out .3s;
}

.contol_custom span:hover {
    background: #fff;
}

.contol_custom span:hover svg {
    stroke: #000;
}

.contol_custom span.slide-right {
    margin-left: 8px;
}

.contol_custom span svg {
    width: 15px;
    height: 15px;
    fill: none;
    stroke: #fff;
    transition: stroke ease-in-out .3s; /* Smooth color transition for SVG */
}

#enqireknow{
    position: fixed;
    right: -91px;
    top: 48%;
    
    background: #efa519;
    display: flex
;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all ease-in-out .3s;
    padding: 8px 24px;
    z-index: 1;
    color: #fff;
    transform: rotate(270deg);
    font-size: 14px;
    letter-spacing: 0.4px;
}
       #enqireknow:hover{
           background:#000;
       }
       
       .navbar.nav_fixed .navbar-nav .nav-item .nav-link.nvbtn{
           background:#fff;
           color:#000;
       }
        