 
/* Css For Destin */

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header
5. Main Slider 
6. About Section
7. Intro Section
9. Destin Highlight
8. Destin Details
10. Destin Feature
11. Gallery Section
12. Room Dimensions
14. Our Agent
15. Testimonial Section
16. News Section
19. Main Footer
20. Footer Bottom
21. Page Title
22. Tour Page
23. Video Tour
24. Faq Page
25. Faq Section
26. Error Page
27. Error Section
28. Service Page
29. Tour Page
30. Video Tour
31. Faq Page
32. Faq Sidebar
33. Faq Content
34. Error Section
35. About Page
36. Who We Are
37. Fact Counter
38. Gallery Section
39. Gallery Fluid
40. Blog Grid
41. Blog Standard
42. Blog Standard Content
43. Blog Sidebar Content
44. Blog Details
45. Blog Details Content
46. Contact Page
47. Google Map
48. Social Area
49. Contact Section


**********************************************/


/* use font link */






/* use style sheet */

@import url(font-awesome.css);
@import url(flaticon.css);
@import url(owl.css);
@import url(bootstrap.css);
@import url(jquery.fancybox.css);
@import url(animate.css);


        @font-face {
            font-family: 'Helvetica';
            src: url('../fonts/Helvetica.ttf') format('truetype'); /* Ensure this path is correct */
            font-weight: normal;
            font-style: normal;
            font-display: swap; /* Improve perceived performance by displaying fallback text */
        }
        @font-face {
            font-family: 'Playfair Display';
            src: url('../fonts/PlayfairDisplay-Regular.ttf') format('truetype'); /* Ensure this path is correct */
            font-weight: normal;
            font-style: normal;
            font-display: swap; /* Improve perceived performance by displaying fallback text */
        }        

/*** 

====================================================================
  Reset
====================================================================

 ***/
* {
  margin:0px;
  padding:0px;
  border:none;
  outline:none;
}


/*** 

====================================================================
  Global Settings
====================================================================

 ***/
html {
  width: 100%;
  max-width: 100vw;
  overflow-x: hidden;
}

body {
  font-size:15px;
  color:#888888;
  line-height:24px;
  font-weight:300;
  background:#f8f7f5;
  font-family: 'Inter', sans-serif;
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center top;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
  width: 100%;
  overflow-x: hidden;

  
}

  @media (min-width:1200px) {
  .container {
    max-width: 1170px;
    padding: 0px;
  }
}

.container-fluid{
  padding: 0px;
}
.auto-container{
  position:static;
  max-width:1200px;
  padding:0px 15px;
  margin:0 auto;
}

.small-container{
  max-width:680px;
  margin:0 auto;
}

.boxed_wrapper{
  position: relative;
  overflow-x: hidden;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  Margin-top:-35px;
}


a{
  text-decoration:none;
  position: relative;
  font-size: 15px;
  font-family: 'Inter',sans-serif;
  line-height: 24px;
  font-weight: 300;
  cursor:pointer;
  color:#888888;
  transition: all 500ms ease;
}

a:hover{
  text-decoration:none;
  outline:none;
  color: #144A87;
  transition: all 500ms ease;
}

input,button,select,textarea{
  font-family: 'Inter', sans-serif;
  font-weight: 300;
}
.submitbtn:hover{
    transition: all 0.3s ease;
transform: translateY(-2px);
box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
background-color:#afbd35 !important;
border:none !important;
}

.submitbtn{
    font-family: 'Inter'!important;
}

ul,li{
  list-style:none;
  padding:0px;
  margin:0px; 
}
h3{
    font-family:Helvetica !important;
    font-weight:800 !important;
    font-size:2.0rem !important;
}
input{
  transition: all 500ms ease;
}
button:focus,
input:focus,
textarea:focus{
  outline: none;
  box-shadow: none;
  transition: all 500ms ease;
}

p{
  position: relative;
  font-size: 15px;
  font-family: 'Inter', sans-serif;
  line-height: 24px;
  font-weight: 400;
  color: #888888;
  margin-bottom: 10px;
  font-style: normal;
  transition: all 500ms ease;
}

h1,h2,h3,h4,h5,h6 {
  position:relative;
  font-family: 'Inter', Sans-serif;
  font-weight: 600;
  margin-bottom: 0px;
  color: #222222;
  text-transform: uppercase;
  transition: all 500ms ease;
}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
  position:relative;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  margin-bottom: 0px;
  color: #222222;
  transition: all 500ms ease;
}

h1{
  font-size: 60px;
  line-height: 75px;
  font-weight: 700;
}

h2{
  font-size: 30px;
  line-height: 40px;
}
h3{
  font-size: 24px;
  line-height: 32px;
}
h4{
  font-size: 18px;
  line-height: 28px;
}
h5{
  font-size: 18px;
  line-height: 26px;
}
h6{
  font-size: 16px;
  line-height: 26px;
}


h2 a{
  font-size: 30px;
  line-height: 40px;
}

h3 a{
  font-size: 24px;
  line-height: 33px;
}
h4 a{
  font-size: 18px;
  line-height: 28px;
}


h3 a:hover,
h4 a:hover{
  color: #144A87;
}

.centred{
  text-align: center;
}
.sec-pad{
  padding: 92px 0px 100px 0px;
}


h2.sec-title{
  position: relative;
  margin-bottom: 5px;
  line-height: 37px;
}
.title-text{
  margin-bottom: 34px;
}
figure{
  margin: 0px;
}


/** button **/

.theme-btn {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-family: 'Inter', sans-serif;
  padding: 6px 24px 4px 24px;
  background: #144A87;
  line-height: 24px;
  border: 2px solid #144A87;
  color: #ffffff;
  transition: all 0.5s ease 0s;
  cursor: pointer;
  text-align: center;
  z-index: 1;
}
.theme-btn:hover{
  color: #144A87;
  background: transparent;
}


.pagination{
  position: relative;
  display: block;
  margin-top: 10px;
  float: right;
}
.pagination li{
  display: inline-block;
  margin: 0px 0px;
}
.pagination li a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  height: 28px;
  width: 22px;
  line-height: 28px;
  text-align: center;
  color: #222222;
  transition: all 500ms ease;
}
.pagination li a:hover,
.pagination li a.active{
  background: #144A87;
  color: #ffffff;
}
.pagination li i:before{
  color: #144A87;
  transition: all 500ms ease;
}
.pagination li a:hover i:before{
  color: #ffffff;
}

.preloader{
  position: fixed; 
  left:0px;
  top:0px;
  height:100%;
  width: 100%;
  z-index:999999;
  background-color:#ffffff;
  background-position:center center;
  background-repeat:no-repeat;
  background-image:url(../images/icons/preloader.gif);
}

.scroll-top {
  width: 45px;
  height: 45px;
  line-height: 45px;
  position: fixed;
  bottom: 50px;
  right: 50px;
  font-size: 16px;
  border-radius: 50%;
  z-index: 99;
  display: none;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  background: #144A87;
  transition: all 500ms ease;
  -webkit-animation: pulse 1s infinite;
  -o-animation: pulse 1s infinite;
  animation: pulse 1s infinite;
}
.scroll-top:hover{
  background: #222222;
}
.scroll-top:after {
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
  background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}
.scroll-top span{
  color: #fff;
}



/*** 

====================================================================
                        Home-Page-One
====================================================================

***/


/** main-header **/

.main-header{
  position:sticky;
  left:0px;
  top:0px;
  z-index:999;
  width:100%;
  background: rgba(0, 0, 0, 0.6);
  margin-bottom: -149px;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}
.main-header .header-content{
  position: relative;
  /*background: #144A87;*/
  padding: 0px 50px 0px 31px;
  margin-top: 0px;
}
.sticky-header{
  position:fixed;
  opacity:0;
  visibility:hidden;
  left:0px;
  top:0px;
  width:100%;
  background:#144A87;
  z-index:0;
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.40);
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.fixed-header .sticky-header{
  z-index:999;
  opacity:1;
  visibility:visible;
  -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -ms-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.main-header .logo-box{
  position: relative;
  display: inline-block;
  margin-top: -10px;
}
.main-header .logo-box img{
  width: 100%;
}
.main-header .logo-box a{
  position: relative;display: inline-block;
}


/** main-menu **/

.main-menu{
  position: relative;
  margin-left: 70px;
}
.main-menu .navbar-collapse{
  padding:0px;  
}

.main-menu .navigation{
  position:relative;
  margin:0px;
  left:300px;
}

.main-menu .navigation > li{
  position:relative;
  float:left;
  margin: 0px 18px;
}
.main-menu .navigation > li > a{
  position:relative;
  display:block;
  font-size:16px;
  font-family: 'Inter', sans-serif;
  color:#ffffff;
  line-height:30px;
  font-weight:600;
  opacity:1;
  text-transform:uppercase;
  padding: 28px 10px 27px 10px;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.main-menu .navigation > li:hover > a:after{
  opacity:1;
}

.main-menu .navigation > li > ul{
  position:absolute;
  left:0px;
  top: 100%;
  width:250px;
  z-index:100;
  display:none;
  background:#ffffff;
  border-bottom: 3px solid #144A87;
}

.main-menu .navigation > li > ul > li{
  position:relative;
  width:100%;
  padding: 7px 30px;
  border-bottom: 1px solid #144A87;
  transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li:last-child{
  border-bottom:none; 
}

.main-menu .navigation > li > ul > li > a{
  position:relative;
  display:block;
  font-family: 'Inter', sans-serif;
  padding:6px 0px;
  line-height:24px;
  font-size:15px;
  color:#232323;
  font-weight: 600;
  text-align:left;
  text-transform:capitalize;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}
.main-menu .navigation > li > ul > li:hover > a{
  color: #fff;
}
.main-menu .navigation > li > ul > li:hover{
  background: #144A87;
}

.main-menu .navigation > li.dropdown:hover > ul{
  visibility:visible;
  opacity:1;
}
.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn{
  position:absolute;
  right: 0px;
  top: 0px;
  font-size:18px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  color:#ffffff;
  width: 50px;
  height: 47px;
  line-height: 47px;
  text-align: center;
  cursor:pointer;
  z-index:5;
  display: none;
}
.navbar-header {
  display: none;
}

/** stricky-header **/

.sticky-header .header-content{
  margin-top: 0px;
  border-bottom: 0px;
  background: rgba(0, 0, 0, 0.5);
}
.sticky-header .main-menu .navigation > li{
  margin: 0px;
}
.sticky-header .main-menu .navigation > li > a{
  padding: 24px 30px 26px 30px;
}
.sticky-header .main-menu .navigation > li.current > a,
.sticky-header .main-menu .navigation > li:hover > a{
  background: #ffffff;
  color: #144A87;
}
.sticky-header .main-menu{
  margin-left: 40px;
}
.main-header .small-logo-box{
  margin-top: 18px;
}


/** main slider **/

.main-slider {
  min-height: 100%;
}
.main-slider .container-fluid {
  padding: 0px;
}
.main-slider .slider-wrapper {
  position: relative;
}
.main-slider .slider-wrapper .image img {
  min-height: 850px;
  width: 100%;
  max-width: none;
}
.main-slider .slider-caption {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
}
.main-slider .slider-caption .inner-box {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}
.main-slider .slide-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.20);
  z-index: 3;
}
.main-slider .slider-content .title{
  position: relative;
  display: block;
  font-size: 30px;
  font-family: 'Inter', sans-serif;
  line-height: 33px;
  font-weight: 600;
  color: #B0BE36;
  text-transform: uppercase;
}
.main-slider .slider-content .text{
  position: relative;
  display: block;
  font-size: 16px;
  font-family: 'Inter', sans-serif;
  color: #ffffff;
  line-height: 23px;
  margin-bottom: 32px;
}
.main-slider .slider-content .list li{
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-family: 'Inter', sans-serif;
  color: #B0BE36;
  line-height: 26px;
  text-align: center !important;
  margin: 0px 4px;
}
.main-slider .slider-content .list span{
  position: relative;
  display: block;
  font-size: 16px;
  color: #ffffff;
  font-family: 'Inter', sans-serif;
  line-height: 26px;
  margin-top: 9px;
}

.main-slider .slider-content .price{
  position: relative;
  display: inline-block;
  font-size: 1.7rem;
  line-height: 55px;
  font-family: 'Inter', sans-serif;
  color: #ffffff;
  font-weight: 600;
  margin-top: 27px;
  -webkit-animation: pulse 2s infinite;
  -o-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
}
.main-slider .slider-content .link{
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.main-slider .slider-content a{
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-family: 'Inter', sans-serif;
  color: #ffffff;
  background: #144A87;
  padding: 14px 15px 14px 15px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 26px;
  transition: all 500ms ease !important;
}
.main-slider .slider-content a:hover{
  background: #000000;
}
.main-slider .slider-content{
  position: relative;
  display: inline-block;
  padding: 50px 70px 48px 40px;
  background: rgb(0, 0, 0, 0.6);
  margin-top: 148px;
}

/* slide nav */

.slide-nav .owl-nav {
  padding: 0px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  transform: scale(0.97);
  transition: .5s ease;
}
.slide-nav:hover .owl-nav {
  transform: scale(1);
  opacity: 1;
}
.slide-nav .owl-controls .owl-nav [class*="owl-"] {
  background: rgba(255, 255, 255, 0.50);
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 30px;
  color: #ffffff;
  transition: all 500ms ease;
}
.slide-nav .carousel-outer:hover .owl-nav .owl-next,
.slide-nav .carousel-outer:hover .owl-nav .owl-prev {
  opacity: 1;
  visibility: visible;
}
.slide-nav .owl-nav .owl-prev {
  left: 50px;
  float:  left;
}
.slide-nav .owl-nav .owl-next {
  right: 50px;
  float:  right;
}

.slide-nav .owl-dots{
  display: none !important;
}

/* slide animation */
.main-slider .owl-item .slider-caption * {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.main-slider .owl-item.active .slider-caption .slider-content {
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}


/** about-section **/


.about-section{
  position: relative;
  padding: 100px 0px 32px 0px;
}
.about-section .img-box{
  position: relative;
  padding: 37px 0px 41px 0px;
  margin-right: 50px;
  margin-left: 70px;
}
.about-section .img-box:before{
  position: absolute;
  content: '';
  background: #f7f7f7;
  width: 130%;
  height: 90%;
  left: -170px;
  top: 15px;
  z-index: -1;
}

@media (max-width: 992px) {
    .modal-dialog{
        bottom:40px;
    }
  .about-section .img-box img{
  width: 100% !important;
  position: relative;
  left:-0% !important;
  bottom:40px;
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  padding:0px !important;
}
.shotat{
    left:1px !important;
}
.about-section .about-content{
    padding:0px !important;
}
    
}
.about-section .img-box img{
  width: 135%;
  position: relative;
  left:-30%;
  bottom:40px;
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.about-section .img-box img:hover{
    transform: scale(1.05);
}
.about-section .about-content{
  position: relative;
  padding: 32px 0px 85px 0px;
}
.about-section .about-content h2{
  margin-bottom: 9px;
}
.shotat{
    top:-70px;
    left:-125px;
    color:#fff;
    letter-spacing:1px;
    background:rgba(0,0,0,0.18);
    padding:10px;
    font-size:0.5rem;
    font-family:Inter;
    position:relative;
    
}
.shotat-gallery{
    top:-30px;
    left:0px;
    color:#fff;
    letter-spacing:1px;
    background:rgba(0,0,0,0.18);
    padding:7px;
    font-size:0.8rem;
    font-family:Inter;
    position:relative;
    
}
a:hover {
  text-decoration: none !important;
  color: #fff !important;
}

/** intro-section **/

.intro-section{
  position: relative;
  padding: 0px 0px 100px 0px;
}
.intro-section .intro-content .single-item{
  position: relative;
  display: inline-block;
  float: left;
  width: 20%;
  transition: all 500ms ease;
}
.intro-section .intro-content .single-item .content-box{
  position: relative;
  display: inline-block;
  padding: 32px 0px 12px 0px;
  width: 170px;
  text-align: center;
  border-bottom: 1px solid #f7f7f7;
  transition: all 500ms ease;
}
.intro-section .intro-content .single-item .content-box:hover{
  background: #f7f7f7;
}
.intro-section .intro-content .single-item .icon-box{
  margin-bottom: 21px;
}
.intro-section .intro-content .single-item .icon-box i:before{
  font-size: 46px;
  color: #144A87;
  margin: 0px;
}
.intro-section .intro-content .single-item .text{
  position: relative;
  font-size: 18px;
  line-height: 28px;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 11px;
}
.intro-section .intro-content .single-item .number{
  position: relative;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 24px;
  font-family: 'Inter', sans-serif;
  color: #454035;
}


/** property-highlight **/


.property-highlight{
  position: relative;
  background: #f7f7f7;
}
.property-highlight .img-box{
  position: relative;
  float: left;
  max-width: 100%;
}
.property-highlight .highlight-content{
  padding: 97px 0px 76px 0px;
}
.property-highlight .highlight-content h3{
  margin-bottom: 6px;
}
.property-highlight .highlight-content .top-text{
  margin-bottom: 18px;
}
.property-highlight .highlight-content .content-box h4 a{
  display: inline-block;
  color: #144A87;
  margin-bottom: 7px;
}
.property-highlight .highlight-content .content-box h4 a:hover{
  color: #222222;
}
.property-highlight .highlight-content .content-box .single-item{
  margin-bottom: 28px;
}


/** destin-details **/


.destin-details{
  padding-top: 92px;
}
.destin-details .tab-title{
  margin-bottom: 60px;
}
.destin-details .tab-title li{
  position: relative;
  display: inline-block;
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  line-height: 27px;
  color: #144A87;
  font-weight: 600;
  padding: 12px 22px 12px 22px;
  text-align: center;
  background: #f7f7f7;
  text-transform: uppercase;
  margin-right: 32px;
  cursor: pointer;
  transition: all 500ms ease;
}
.destin-details .tab-title li.active{
  background: #144A87;
  color: #ffffff;
}
.destin-details .tab-title li:last-child{
  margin-right: 0px;
}
.destin-details .tab-content{
  position: relative;
  background: #f7f7f7;
}
.destin-details .tab-content .img-box img{
  width: 100%;
}
.destin-details .tab-content .content-box h4{
  color: #144A87;
  margin-bottom: 6px;
}
.destin-details .tab-content .content-box .text{
  color: #222222;
  margin-bottom: 29px;
}
.destin-details .tab-content .content-box{
  position: relative;
  padding: 20px 50px 77px 35px;
}
.destin-details .tab-content .content-box .list li{
  position: relative;
  display: inline-block;
  width: 32%;
  margin-bottom: 16px;
  padding: 0px 0px 0px 25px;
}
.destin-details .tab-content .content-box .list li:before{
  position: absolute;
  content: "\f00c";
  font-size: 16px;
  font-family: 'FontAwesome';
  color: #144A87;
  left: 0px;
  top: 0px;
}

/** features-section **/

.features-section{
  position: relative;
  padding: 92px 0px 70px 0px;
}
.features-section .single-item{
  position: relative;
  padding: 0px 0px 0px 70px;
  margin-bottom: 27px;
}
.features-section .single-item .icon-box{
  position: absolute;
  left: 0px;
  top: 14px;
}
.features-section .single-item .icon-box i:before{
  font-size: 40px;
  color: #000000;
  margin: 0px;
  transition: all 500ms ease;
}
.features-section .single-item:hover .icon-box i:before{
  color: #144A87;
}
.features-section .single-item h4,
.features-section .single-item h4 a{
  line-height: 26px;
}
.features-section .title-text{
  margin-bottom: 50px;
}


/** gallery-section **/


.gallery-section{
  position: relative;
  padding-bottom: 70px;
  background: #f7f7f7;
}
.gallery-section .title-text{
  margin-bottom: 29px;
}
.gallery-section .single-item{
  position: relative;
  margin-bottom: 30px;
}
.gallery-section .overlay-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  border: 30px solid transparent;
  color: #ffffff;
  text-align: center;
  opacity: 0;
  transition: all 700ms ease;
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
}

.gallery-section .single-item:hover .overlay-box {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}

.gallery-section .overlay-inner {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: table;
  padding: 15px;
  vertical-align: middle;
  background: rgba(113, 177, 0, 0.70);
}
.gallery-section .overlay-content {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}
.gallery-section .overlay-content h4 a{
  display: inline-block;
  color: #ffffff;
  margin-bottom: 15px;
}
.gallery-section .single-item img{
  width: 100%;
}
.gallery-section .filter-tabs{
  margin-bottom: 23px;
}
.gallery-section .filter-tabs li{
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0px 13px;
  cursor: pointer;
  transition: all 500ms ease;
}
.gallery-section .filter-tabs li.active{
  color: #144A87;
}
.gallery-section .filter-tabs li.active:before {
  position: absolute;
  content: '';
  background: #144A87;
  width: 100%;
  height: 1px;
  left: 0px;
  bottom: -3px;
}
.gallery-section .overlay-content .list li{
  display: inline-block;
  margin: 0px 3px;
}
.gallery-section .overlay-content .list li a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #144A87;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #ffffff;
  border-radius: 50%;
  text-align: center;
  transition: all 500ms ease;
}
.gallery-section .overlay-content .list li a:hover{
  background: #000000;
  color: #ffffff;
}


/** droom-dimensions **/


.room-dimensions{
  position: relative;
  padding: 42px 0px;
}
.room-dimensions .tab-content .img-box{
  position: relative;
  padding: 34px 0px 37px 0px;
  margin-left: 39px;
}
.room-dimensions .tab-content .img-box:before {
  position: absolute;
  content: '';
  background: #f7f7f7;
  width: 100%;
  height: 100%;
  left: -39px;
  top: 0px;
  z-index: -1;
}
.room-dimensions .tab-content .img-box img{
  width: 100%;
}
.room-dimensions .custom-tab-title-one{
  margin-bottom: 56px;
}
.room-dimensions .tab-title li{
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  color: #222222;
  cursor: pointer;
  margin: 0px 17px;
}
.room-dimensions .tab-title li.active{
  color: #144A87;
}
.room-dimensions .content-box{
  position: relative;
  padding: 88px 0px 77px 0px;
}
.room-dimensions .tab-content .content-box h4{
  color: #144A87;
  margin-bottom: 6px;
}
.room-dimensions .tab-content .content-box .text{
  color: #222222;
  margin-bottom: 29px;
}
.room-dimensions .tab-content .content-box .list li{
  position: relative;
  display: inline-block;
  margin-bottom: 16px;
  width: 32%;
  padding: 0px 0px 0px 25px;
}
.room-dimensions .tab-content .content-box .list li:before{
  position: absolute;
  content: "\f00c";
  font-size: 16px;
  font-family: 'FontAwesome';
  color: #144A87;
  left: 0px;
  top: 0px;
}
.room-dimensions .title-text{
  margin-bottom: 30px;
}

/** our-agent **/


.our-agent{
  padding-bottom: 100px;
}
.our-agent .single-item{
  position: relative;
  overflow: hidden;
}
.our-agent .single-item .agent-social{
  position: absolute;
  top: 0px;
  right: -37px;
  z-index: 1;
  transition: all 500ms ease;
}
.our-agent .single-item:hover .agent-social{
  right: 0px;
}
.our-agent .single-item .agent-social li{
  position: relative;
  margin-bottom: 10px;
}
.our-agent .single-item .agent-social li a{
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #ffffff;
  background: #144A87;
  width: 37px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  transition: all 500ms ease;
}
.our-agent .single-item .agent-social li a:hover{
  background: #000000;
}
.our-agent .single-item .img-box{
  position: relative;
  overflow: hidden;
  background: #f7f7f7;
}
.our-agent .single-item .img-box img{
  width: 100%;
  transition: all 500ms ease;
  transform: scale(1.0);
}
.our-agent .single-item:hover .img-box img{
  transform: scale(1.1);
}
.our-agent .single-item .lower-content{
  padding: 12px 0px 9px 0px;
  border: 1px solid #f7f7f7;
  border-top: none;
  background: transparent;
  transition: all 500ms ease;
}
.our-agent .single-item:hover .lower-content{
  background: #144A87;
}
.our-agent .single-item .lower-content h4 a{
  display: block;
  margin-bottom: -5px;
}
.our-agent .single-item .lower-content .text{
  font-size: 14px;
  font-weight: 300;
  transition: all 500ms ease;
}
.our-agent .single-item:hover .lower-content h4 a,
.our-agent .single-item:hover .lower-content .text{
  color: #ffffff;
}
.our-agent .title-text{
  margin-bottom: 56px;
}


/** testimonial-section**/

.testimonial-section{
  position: relative;
  padding-bottom: 95px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.testimonial-section:before{
  position: absolute;
  content: '';
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}
.testimonial-section h2.sec-title,
.testimonial-section .title-text{
  position: relative;
  color: #ffffff;
}
.testimonial-section .testimonial-content .author-thumb{
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 97px;
  height: 97px;
  margin-bottom: 7px;
  border-radius: 50%;
}
.testimonial-section .testimonial-content .author-thumb img{
  width: 100%;
  border-radius: 50%;
}
.testimonial-section .testimonial-content .author-info{
  margin-bottom: 15px;
}
.testimonial-section .testimonial-content .author-info h4{
  color: #ffffff;
  text-transform: capitalize;
}
.testimonial-section .testimonial-content .text{
  font-size: 14px;
  color: #ffffff;
}
.testimonial-section .owl-nav{
  display: none;
}
.testimonial-section .title-text{
  margin-bottom: 56px;
}
.testimonial-section .owl-dots{
  display: inline-block;
  margin-top: 17px;
}


/** news-section **/

.news-section{
  position: relative;
  padding-bottom: 73px;
}
.news-section .news-content .img-box{
  position: relative;
  overflow: hidden;
}
.news-section .news-content .img-box img{
  width: 100%;
  transition: all 500ms ease;
  transform: scale(1.0);
}
.news-section .news-content:hover .img-box img{
  transform: scale(1.1);
}
.news-section .news-content .lower-content{
  position: relative;
  padding: 13px 0px 25px 0px;
}
.news-section .news-content .lower-content h4 a{
  display: inline-block;
  margin-bottom: 7px;
}
.news-section .news-content .lower-content:before{
  position: absolute;
  content: '';
  border-bottom: 1px solid #144A87;
  left: 50%;
  margin-left: -25px;
  bottom: 0px;
  width: 0%;
  height: 1px;
  transition: all 500ms ease;
}
.news-section .news-content:hover .lower-content:before{
  left: 0%;
  margin-left: 0px;
  width: 100%;
}
.news-section .news-content .lower-content .date{
  position: absolute;
  left: 0px;
  top: -40px;
  background: #144A87;
  color: #ffffff;
  width: 76px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.news-section .title-text{
  margin-bottom: 56px;
}

/** main-footer **/


.main-footer{
  position: relative;
  padding: 91px 0px 89px 0px;
  background: #f6f6f6;
}
.main-footer .footer-title{
  margin-bottom: 32px;
}
.main-footer .about-widget .text{
  font-size: 14px;
  margin-bottom: 27px;
}
.main-footer .about-widget .contact-info .single-item .text{
  margin-bottom: 0px;
  line-height: 28px;
}
.main-footer .about-widget .contact-info .single-item .text span{
  font-weight: 600;
}
.main-footer .about-widget .contact-info .single-item{
  position: relative;
  padding: 0px 0px 0px 20px;
  margin-bottom: 3px;
}
.main-footer .about-widget .contact-info .single-item .icon-box{
  position: absolute;
  left: 0px;
  top: 2px;
}
.main-footer .footer-post .single-post{
  position: relative;
  margin-bottom: 26px;
}
.main-footer .footer-post .single-post .time{
  font-size: 13px;
  color: #144A87;
  font-style: italic;
  margin-bottom: 1px;
}
.main-footer .footer-post .single-post .text a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
  color: #888888;
}
.main-footer .footer-post .single-post .text a:hover{
  color: #144A87;
}
.main-footer .footer-post .footer-title{
  margin-bottom: 25px;
}
.main-footer .link-widget{
  margin-left: 70px;
}
.main-footer .link-widget li{
  position: relative;
  padding: 0px 0px 0px 26px;
  margin-bottom: 18px;
}
.main-footer .link-widget li:before{
  position: absolute;
  content: "\f0a9";
  font-size: 13px;
  font-family: 'FontAwesome';
  color: #888888;
  left: 0px;
  top: 1px;
}
.main-footer .link-widget li a{
  position: relative;
  font-size: 14px;
}
.main-footer .link-widget .footer-title{
  margin-bottom: 26px;
}
.form-group{
  position: relative;
  margin: 0px;
}
.main-footer .subscribe-form i{
  position: absolute;
  top: 6px;
  right: 20px;
  z-index: 1;
}
.main-footer .subscribe-form input[type='text'],
.main-footer .subscribe-form input[type='email']{
  position: relative;
  width: 100%;
  height: 35px;
  margin-bottom: 28px;
  padding: 6px 40px 6px 15px;
  background: #ffffff;
  font-style: italic;
  border-radius: 5px;
  border: 1px solid #ffffff;
  transition: all 500ms ease;
}
.main-footer .subscribe-form input[type='text']:focus,
.main-footer .subscribe-form input[type='email']:focus{
  border: 1px solid #144A87;
}
.main-footer .subscribe-form button{
  position: relative;
  display: block;
  width: 100%;
  font-size: 14px;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  background: #144A87;
  border: 1px solid #144A87;
  border-radius: 5px;
  text-align: center;
  padding: 5px 15px 4px 15px;
  margin-top: 7px;
  cursor: pointer;
  transition: all 500ms ease;
}
.main-footer .subscribe-form button:hover{
  background: transparent;
  color: #144A87;
}
.main-footer .subscribe-form{
  margin-bottom: 46px;
}
.main-footer .subscribe-widget .footer-title{
  margin-bottom: 37px;
}
.main-footer .subscribe-widget .footer-social{
  position: relative;
}
.main-footer .subscribe-widget .footer-social li{
  display: inline-block;
  margin-right: 6px;
}
.main-footer .subscribe-widget .footer-social li a{
  position: relative;
  display: inline-block;
  font-size: 13px;
  width: 41px;
  height: 41px;
  line-height: 41px;
  text-align: center;
  background: #dedede;
  color: #777777;
  border-radius: 50%;
  transition: all 500ms ease;
}
.main-footer .subscribe-widget .footer-social li a:hover{
  background: #144A87;
  color: #ffffff;
}

/** footer-bottom **/




/*** 

====================================================================
                        Service-Page
====================================================================

***/

.page-title{
  position: relative;
  padding: 331px 0px 0px 0px;
}
.page-title .content-box{
  position: relative;
  display: inline-block;
  background: #144A87;
  padding: 27px 46px 26px 46px;
  top: 48px;
  box-shadow: 0 5px 20px 5px rgba(214, 214, 214, 0.50);
  z-index: 1;
}
.page-title .content-box h2{
  color: #ffffff;
}
.destin-style-two{
  padding: 140px 0px 100px 0px;
}
.room-style-two{
  padding-top: 0px;
}
.features-style-two{
  padding-bottom: 61px;
}


/*** 

====================================================================
                        Tour-Page
====================================================================

***/

.video-gallery {
  text-align: center;
  position: relative;
  overflow: hidden;
}
.video-gallery img {
  width: 100%;
}
.video-gallery .overlay-gallery {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 500ms ease;
}
.video-gallery .overlay-gallery .icon-holder{
  display: table;
  height: 100%;
  width: 100%;    
}
.video-gallery .overlay-gallery .icon-holder .icon{
  display: table-cell;
  vertical-align: middle;    
}
.video-gallery .overlay-gallery .icon-holder .icon a{
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: 90px;
  color: #144A87;
  transform: scale(1.0);
  transition: all 0.5s ease 0s;
}
.video-gallery .overlay-gallery .icon-holder .icon a:hover{
  transform: scale(1.1);
}
.video-tour .owl-dots{
  display: none !important;
}
.video-tour{
  position: relative;
  background: #f7f7f7;
}
.video-tour .owl-theme .owl-controls .owl-nav .owl-prev{
  position: absolute;
  top: 35%;
  left: 0px;
}
.video-tour .owl-theme .owl-controls .owl-nav .owl-next{
  position: absolute;
  top: 35%;
  right: 0px;
}
.video-tour .single-item .img-box img{
  width: 100%;
}
.video-tour .title-text{
  margin-bottom: 56px;
}


/*** 

====================================================================
                        Faq-Page
====================================================================

***/


.faq-section{
  position: relative;
  padding: 148px 0px 90px 0px;
}
.faq-section .faq-sidebar .categories-list{
  position: relative;
  margin-bottom: 46px;
}
.faq-section .faq-sidebar .categories-list li{
  position: relative;
  display: block;
  margin-bottom: 10px;
}
.faq-section .faq-sidebar .categories-list li a{
  position: relative;
  display: block;
  background: #f4f4f4;
  padding: 6px 20px 9px 20px;
}
.faq-section .faq-sidebar .categories-list li a:before{
  position: absolute;
  content: "\f105";
  font-family: 'FontAwesome';
  font-size: 16px;
  color: #222222;
  top: 7px;
  right: 10px;
  transition: all 500ms ease;
}
.faq-section .faq-sidebar .categories-list li a:hover:before{
  color: #ffffff;
}
.faq-section .faq-sidebar .categories-list li a:hover{
  color: #ffffff;
  background: #144A87;
}
.faq-section .faq-sidebar .download-file li{
  position: relative;
  display: block;
  margin-bottom: 10px;
}
.faq-section .faq-sidebar .download-file li a{
  position: relative;
  display: block;
  color: #144A87;
  padding: 11px 20px 13px 20px;
  border: 1px solid #f7f7f7;
}
.faq-section .faq-sidebar .download-file li a:hover{
  color: #ffffff;
  background: #144A87;
  border: 1px solid #144A87;
}
.faq-section .faq-sidebar .download-file li a:before{
  position: absolute;
  content: "\f019";
  font-family: 'FontAwesome';
  font-size: 20px;
  color: #144A87;
  top: 15px;
  right: 9px;
  transition: all 500ms ease;
}
.faq-section .faq-sidebar .download-file li a:hover:before{
  color: #ffffff;
}
.faq-section .faq-sidebar .download-file li i:before{
  font-size: 25px;
  margin-right: 19px;
}

/** accrodian box **/


.accordion {
  position: relative;
  margin-bottom: 10px;
}
.accordion .acc-btn{
  position: relative;
}
.accordion .acc-btn .toggle-icon {
  position: absolute;
  right: 17px;
  top: 9px;
  cursor: pointer;
}
.accordion .acc-btn .toggle-icon span:before{
  font-size: 16px;
  color: #676767;
  transition: all 500ms ease;
}
.accordion .acc-btn .toggle-icon span.fa-plus{
  position: relative;
  left: 6px;
}
.accordion .acc-btn .toggle-icon span.fa-minus{
  position: relative;
  left: -6px;
}
.accordion-box .accordion .acc-btn.active .toggle-icon .minus{
  position: absolute;
  right: 12px;
}
.accordion-box .accordion .acc-btn.active .toggle-icon .plus {
  opacity: 0;
}
.accordion-box .accordion .acc-btn .toggle-icon .minus{
  opacity: 0;
}
.accordion-box .accordion .acc-btn.active .toggle-icon .minus {
  opacity: 1;
}
.accordion-box .accordion .acc-content {
  display: none;
  padding: 15px 15px 7px 20px;
}
.accordion-box .accordion .acc-content.collapsed {
  display: block;
}
.accordion-box .accordion .acc-btn .title{
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 400;
  box-shadow: 0 4px 5px 0px #e1e1e1;
  color: #222222;
  background: #f7f7f7;
  padding: 5px 60px 10px 20px;;
  cursor: pointer;
  transition: all 500ms ease;
}
.accordion-box .accordion .acc-content p{
  margin-bottom: 0px;
}
.faq-section .faq-content .top-content h4{
  margin-bottom: 11px;
}
.faq-section .faq-content .top-content{
  margin-bottom: 25px;
}
.faq-section .faq-content{
  margin-top: -7px;
}
.faq-section .faq-sidebar{
  margin-bottom: 72px;
}


/*** 

====================================================================
                        Error-Page
====================================================================

***/

.error-section{
  position: relative;
  padding: 129px 0px 95px 0px;
}
.error-section .error-title{
  position: relative;
  display: block;
  font-size: 300px;
  line-height: 250px;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  color: #144A87;
  margin-bottom: 30px;
}
.error-section .error-text{
  position: relative;
  display: block;
  font-size: 60px;
  font-family: 'Inter', sans-serif;
  font-weight: 800;
  line-height: 65px;
  color: #888888;
  margin-bottom: 22px;
}
.error-section .text,
.error-section .text a{
  position: relative;
  font-size: 14px;
  font-family: 'Inter', sans-serif;
  color: #222222;
  font-weight: 500;
  line-height: 26px;
}
.error-section .text a{
  color: #144A87;
}
.error-section .text a:hover{
  color: #222222;
}


/*** 

====================================================================
                        About-Page
====================================================================

***/

/** who-we-are **/


.who-we-are{
  position: relative;
  padding: 140px 0px 82px 0px;
}
.who-we-are h2.sec-title{
  margin-bottom: 16px;
}
.who-we-are .title-text{
  margin-bottom: 56px;
}
.who-we-are .img-box{
  position: relative;
  overflow: hidden;
}
.who-we-are .img-box img{
  width: 100%;
  transition: all 500ms ease;
  transform: scale(1.0);
}
.who-we-are .single-item:hover .img-box img{
  transform:scale(1.1);
}
.who-we-are .single-item .lower-content{
  position: relative;
  padding: 23px 0px 15px 0px;
}
.who-we-are .single-item .lower-content h4 a{
  display: inline-block;
  color: #144A87;
  margin-bottom: 5px;
}
.who-we-are .single-item .lower-content h4 a:hover{
  color: #222222;
}
.who-we-are .single-item .lower-content:before {
  position: absolute;
  content: '';
  border-bottom: 1px solid #144A87;
  left: 50%;
  bottom: 0px;
  width: 0%;
  height: 1px;
  transition: all 500ms ease;
}
.who-we-are .single-item:hover .lower-content:before{
  width: 100%;
  left: 0%;
}

/** fact-counter **/

.fact-counter{
  position: relative;
  padding: 100px 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.fact-counter:before{
  position: absolute;
  content: '';
  background: rgba(0, 0, 0, 0.42);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}
.single-counter-content{
  position: relative;
  display: block;
  background: rgba(113, 177, 0, 0.60);
  padding: 24px 36px 25px 38px;
}
.single-counter-content .count-outer span{
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 39px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 19px;
}
.single-counter-content .text{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  color: #ffffff;
  text-transform: capitalize;
}
.single-counter-content .content-box{
  position: relative;
  display: block;
  background: rgba(113, 177, 0, 0.60);
  padding: 25px 0px 24px 0px;
  transition: all 500ms ease;
}
.single-counter-content:hover .content-box{
  background: #144A87;
}


/*** 

====================================================================
                        Gallery-Page
====================================================================

***/


.gallery-page{
  padding: 140px 0px 70px 0px;
  background: transparent;
}
.gallery-fluid{
  padding-bottom: 100px;
}
.gallery-fluid .default-portfolio-item{
  padding: 0px;
  position: relative;
}
.gallery-fluid .single-item{
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 0px;
}
.gallery-fluid .filter-tabs li a{
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  color: #888888;
}
.gallery-fluid h2.sec-title{
  margin-bottom: 6px;
}
.gallery-fluid .title-text{
  margin-bottom: 30px;
}


/*** 

====================================================================
                        Blog-Page
====================================================================

***/


.blog-grid{
  padding: 140px 0px 100px 0px;
}
.blog-grid .link{
  position: relative;
  margin-top: 31px;
}
.blog-grid .link a{
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-family: 'Inter', sans-serif;
  color: #144A87;
  font-weight: 500;
  text-transform: uppercase;
  background: #f7f7f7;
  padding: 12px 23px 11px 23px;
  transition: all 500ms ease;
}
.blog-grid .link a:hover{
  background: #144A87;
  color: #ffffff;
}
.sidebar-page-container{
  padding: 148px 0px 100px 0px;
}
.sidebar-page-container .default-blog-content .news-content .lower-content:before{
  display: none;
}
.sidebar-page-container .default-blog-content .news-content{
  position: relative;
  margin-bottom: 40px;
  border-bottom: 1px dashed #e0e0e0;
}
.sidebar-page-container .default-blog-content .news-content .lower-content .text{
  font-size: 14px;
}
.sidebar-page-container .default-blog-content .news-content .lower-content h4 a{
  margin-bottom: 6px;
}
.sidebar-page-container .default-blog-content .news-content .lower-content {
  padding: 13px 0px 36px 0px;
}
.blog-sidebar .sidebar-search{
  margin-bottom: 62px;
}
.blog-sidebar .sidebar-search .form-group{
  position: relative;
}
.blog-sidebar .sidebar-search .form-group input[type='search']{
  position: relative;
  width: 100%;
  height: 52px;
  font-size: 12px;
  font-weight: 400;
  border: 2px solid #f5f5f5;
  padding: 10px 65px 10px 15px;
  transition: all 500ms ease;
}
.blog-sidebar .sidebar-search .form-group input[type='search']:focus{
  border: 2px solid #144A87;
}
.blog-sidebar .sidebar-search .form-group button{
  position: absolute;
  top: 0px;
  right: 0px;
  height: 52px;
  width: 55px;
  line-height: 52px;
  text-align: center;
  color: #ffffff;
  background: #144A87;
  font-size: 15px;
  cursor: pointer;
}
.blog-sidebar .sidebar-title{
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 3px;
}
.blog-sidebar .sidebar-title:before{
  position: absolute;
  content: '';
  background: #144A87;
  width: 84px;
  height: 1px;
  left: 0px;
  bottom: 0px;
}
.blog-sidebar .sidebar-categories .list li{
  position: relative;
  display: block;
}
.blog-sidebar .sidebar-categories .list li a:before{
  position: absolute;
  content: "\f0da";
  font-family: 'FontAwesome';
  font-size: 16px;
  color: #888888;
  left: 0px;
  top: 1px;
  transition: all 500ms ease;
}
.blog-sidebar .sidebar-categories .list li a:hover:before{
  color: #144A87;
}
.blog-sidebar .sidebar-categories .list li a{
  position: relative;
  display: inline-block;
  padding: 0px 0px 0px 22px;
  margin-bottom: 10px;
  font-size: 14px;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
}
.blog-sidebar .sidebar-categories{
  margin-bottom: 40px;
}
.blog-sidebar .sidebar-post .single-post{
  position: relative;
  padding: 14px 0px 0px 119px;
  margin-bottom: 34px;
}
.blog-sidebar .sidebar-post .single-post .img-box{
  position: absolute;
  overflow: hidden;
  left: 0px;
  top: 0px;
  width: 98px;
  height: 70px;
}
.blog-sidebar .sidebar-post .single-post .img-box img{
  width: 100%;
  transition: all 500ms ease;
  transform: scale(1.0);
}
.blog-sidebar .sidebar-post .single-post:hover .img-box img{
  transform: scale(1.1);
}
.blog-sidebar .sidebar-post .single-post .text a{
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.blog-sidebar .sidebar-post .sidebar-title{
  margin-bottom: 45px;
}
.blog-sidebar .sidebar-post{
  margin-bottom: 57px;
}
.blog-sidebar .sidebar-tag .tag-list{
  margin: 0px -5px;
}
.blog-sidebar .sidebar-tag .tag-list li{
  position: relative;
  display: inline-block;
  margin: 0px 5px;
  margin-bottom: 10px;
  float: left;
}
.blog-sidebar .sidebar-tag .tag-list li a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  padding: 4px 21px 3px 22px;
  border: 1px solid #f7f7f7;
}
.blog-sidebar .sidebar-tag .tag-list li a:hover{
  background: #f7f7f7;
}
.blog-sidebar .sidebar-tag .sidebar-title{
  margin-bottom: 33px;
}
.blog-single .blog-single-content .blog-content .img-box img{
  width: 100%;
}
.blog-single .blog-single-content .blog-content .img-box{
  margin-bottom: 14px;
}
.blog-single .blog-single-content .blog-content .meta-content{
  margin-bottom: 9px;
}
.blog-single .blog-single-content .blog-content .meta-content li{
  position: relative;
  display: inline-block;
  font-weight: 400;
  margin-right: 20px;
}
.blog-single .blog-single-content .blog-content .meta-content li span{
  color: #144A87;
}
.blog-single .blog-single-content .blog-content h4{
  margin-bottom: 6px;
}
.blog-single .blog-single-content .blog-content blockquote{
  position: relative;
  background: #f1f1f1;
  font-style: italic;
  padding: 22px 15px 21px 33px;
  margin: 15px 0px 14px 0px;
  border-left: 2px solid #e5e5e5;
}
.blog-single .blog-single-content .blog-content .text{
  font-size: 14px;
}
.blog-single .blog-single-content .blog-content{
  margin-bottom: 48px;
}
.blog-single-content .post-share{
  position: relative;
  display: block;
  padding: 5px 0px 5px 0px;
  margin: 47px 0px 44px 0px;
  border-bottom: 1px solid #e6e6e6;
}
.blog-single-content .post-share h4{
  display: inline-block;
  margin-top: 7px;
}
.blog-single-content .post-share .post-social{
  position: relative;
  display: inline-block;
  float: right;
}
.blog-single-content .post-share .post-social li{
  display: inline-block;
  margin-right: 10px;
}
.blog-single-content .post-share .post-social li a{
  position: relative;
  display: inline-block;
  font-size: 18px;
  width: 38px;
  height: 38px;
  line-height: 38px;
  color: #222222;
  background: #f7f7f7;
  text-align: center;
}
.blog-single-content .post-share .post-social li a:hover{
  background: #144A87;
  color: #ffffff;
}
.blog-single .blog-single-content .comment-area{
  margin-bottom: 43px;
}
.blog-single .blog-single-content .comment-area .single-comment{
  position: relative;
  padding: 12px 0px 0px 120px;
}
.blog-single .blog-single-content .comment-area .single-comment .thumb-box{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 101px;
  height: 96px;
  border-radius: 5px;
}
.blog-single .blog-single-content .comment-area .single-comment .thumb-box img{
  width: 100%;
}
.blog-single .blog-single-content .comment-area .single-comment .replay{
  position: relative;
  display: inline-block;
  margin-top: -7px;
  float: right;
}
.blog-single .blog-single-content .comment-area .single-comment .replay a{
  position: relative;
  display: inline-block;
  font-size: 12px;
  text-transform: lowercase;
  color: #ffffff;
  background: #6a6a6a;
  padding: 1px 10px 2px 9px;
}
.blog-single .blog-single-content .comment-area .single-comment .replay a:hover{
  background: #144A87;
}
.blog-single .blog-single-content .comment-area .single-comment .admin{
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-family: 'Inter', sans-serif;
  color: #222222;
  font-weight: 600;
}
.blog-single .blog-single-content .comment-area .single-comment .comment-time{
  position: relative;
  font-size: 13px;
  font-weight: 400;
  color: #222222;
  margin-top: -4px;
  margin-bottom: 9px;
}
.blog-single .blog-single-content .comment-area .single-comment .text{
  line-height: 20px;
}
.blog-single .blog-single-content .comment-form .title{
  position: relative;
  display: inline-block;
  margin-bottom: 25px;
  padding-bottom: 8px;
  border-bottom: 1px dashed #efefef;
}
.blog-single .blog-single-content .comment-form .form-group input[type='text'],
.blog-single .blog-single-content .comment-form .form-group input[type='email'],
.blog-single .blog-single-content .comment-form .form-group textarea{
  position: relative;
  width: 100%;
  height: 33px;
  background: #f4f4f4;
  border: 1px solid #f4f4f4;
  padding: 5px 15px 5px 15px;
  margin-bottom: 30px;
  transition: all 500ms ease;
}
.blog-single .blog-single-content .comment-form .form-group textarea{
  height: 160px;
  resize: none;
}
.blog-single .blog-single-content .comment-form .form-group input[type='text']:focus,
.blog-single .blog-single-content .comment-form .form-group input[type='email']:focus,
.blog-single .blog-single-content .comment-form .form-group textarea:focus{
  border: 1px solid #144A87;
}


/*** 

====================================================================
                        Contact-Page
====================================================================

***/


.google-map-area {
  position: relative;
}
#contact-google-map {
  height: 630px;
  width: 100%;
}

/** social-area **/


.social-area{
  position: relative;
  background: #ffffff;
  padding: 68px 0px 64px 0px;
  box-shadow: 0 3px 2px #f7f7f7;
}
.social-area .social-list li{
  position: relative;
  display: inline-block;
  width: 24%;
}
.social-area .social-list li a{
  position: relative;
  display: inline-block;
  font-size: 50px;
  line-height: 50px;
  color: #144A87;
}
.social-area .social-list li a:hover{
  color: #222222;
}
.contact-section .contact-info .title{
  margin-bottom: 23px;
}
.contact-section .contact-info .single-item{
  position: relative;
  padding: 7px 0px 0px 59px;
  margin-bottom: 48px;
}
.contact-section .contact-info .single-item .icon-box{
  position: absolute;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  background: #144A87;
  left: 0px;
  top: 0px;
  box-shadow: 0 5px 5px 0px rgba(113, 177, 0, 0.40);
}
.contact-section .contact-info .single-item .text{
  font-size: 14px;
  font-weight: 500;
}
.contact-section .contact-info .single-item .icon-box i:before{
  font-size: 20px;
  color: #ffffff;
}
.contact-section .contact-form-area .default-form input[type='text'],
.contact-section .contact-form-area .default-form input[type='email'],
.contact-section .contact-form-area .default-form textarea,
.contact-section .contact-form-area .default-form select{
  position: relative;
  width: 100%;
  height: 35px;
  background: #f7f7f7;
  font-size: 12px;
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  color: #888888;
  padding: 5px 15px;
  margin-bottom: 22px;
  border: 1px solid #f7f7f7;
  transition: all 500ms ease;
}
.contact-section .contact-form-area .default-form select{
  cursor: pointer;
}
.contact-section .contact-form-area .default-form textarea{
  height: 121px;
  border: 1px solid #d1d1d1;
  resize: none;
  background: transparent;
  margin-bottom: 19px;
}
.contact-section .contact-form-area .default-form input[type='text']:focus,
.contact-section .contact-form-area .default-form input[type='email']:focus,
.contact-section .contact-form-area .default-form textarea:focus,
.contact-section .contact-form-area .default-form select:focus{
  border: 1px solid #144A87;
}
.contact-section .contact-form-area .title h4{
  margin-bottom: 17px;
}
.contact-section .contact-form-area .text{
  font-size: 14px;
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  margin-bottom: 36px;
}
.contact-section .contact-form-area .theme-btn{
  padding: 1px 25px 1px 26px;
  font-size: 12px;
  border-radius: 3px;
  text-transform: uppercase;
}

        /* Hero Section */
        /* Default (desktop) images */
.slide-1 {
  background-image: url('../images/main-slider/2.jpg');
}
.slide-2 {
  background-image: url('../images/main-slider/1.jpg');
}
.slide-3 {
  background-image: url('../images/main-slider/3.jpg');
}

/* Mobile overrides */
/* -------------------------------------- */
/* ✅ Mobile-Only Hero Layout Adjustment  */
/* -------------------------------------- */


@media (max-width: 768px) {

  /* Keep desktop untouched */
  .hero-section {
    position: relative;
    overflow: hidden;
  }

  /* Stack slides vertically for mobile */
  .hero-slide {
    display: flex;
    flex-direction: column;
    width: 100%;
    background: none !important; /* remove existing image/blue combo */
  }

  /* Separate image container */
  .hero-image {
    width: 100%;
    height: 60vh; /* Adjust height of image section */
    background-size: cover;
    background-repeat: no-repeat;
    
  }

  /* Assign mobile images */
  .slide-1 .hero-image {
    background-image: url('../images/main-slider/1-m.jpg');
  }
  .slide-2 .hero-image {
    background-image: url('../images/main-slider/2-m.jpg');
  }
  .slide-3 .hero-image {
    background-image: url('../images/main-slider/3-m.jpg');
  }

  /* Content Section (Blue background) */
  .hero-content {
    background-color: #fff; /* Solid blue base */
    color: #2d2d2d;
    text-align: center;
    padding: 32px 21px !important;
    height:60vh;
    animation: fadeIn 2.0s ease forwards !important;
    top:0% !important;
    left:0% !important;
  }

  .hero-left {
    font-size: 0.85rem;
    opacity: 0.8;
    letter-spacing: 2px;
    margin-bottom: 12px;
    
  }

  .hero-title {
    font-size: 1.8rem;
    line-height: 1.3;
    font-weight: 700;
    bottom:20px;
  }

  .hero-title span {
    color: #afbd35 !important; /* accent color */
  }

  .hero-subtitle {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.85);
    margin: 12px 0 25px;
  }

  .main-cta-button {
    display: inline-block;
    background: linear-gradient(180deg, #C5B16E 0%, #B89D57 100%);
    color: #fff;
    padding: 12px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    top:20px;
  }

  .main-cta-button:hover {
    background: #b3c47c;
    transform: translateY(-2px);
  }

  /* Hide the desktop overlay */
  .hero-overlay {
    display: none !important;
  }

  /* Remove any leftover pseudo elements */
  .hero-slide::after {
    background: none !important;
    content: none !important;
  }
}







    .hero-section {
      position: relative;
      height: 100vh;
      overflow: hidden;
      color: white;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0 8%;
    }

    .hero-slide {
      position: absolute;
      inset: 0;
      background-size: cover;
      background-position: center;
      opacity: 0;
      transition: opacity 1.2s ease-in-out;
    }



    .hero-slide.active {
      opacity: 1;
      z-index: 1;
    }

    .hero-overlay {
      position: absolute;
      inset: 0;
      /*background: linear-gradient(90deg, rgba(13, 39, 69, 0.45), rgba(20, 53, 94, 0.45));*/
      z-index: 1;
    }

    /* Left Label */
.hero-left {
  position: absolute;
  top: -380px;              /* distance from top */
  right:75px;  /* distance from right */
  z-index: 2;

  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 0.75);
  font-weight: 500;

  animation: fadeUp 1.2s ease forwards;
  text-align: right;
    /*animation-delay: 2.8s;*/ /* 🕓 delay fade-in until 4s after page load */

}

    /* Right Content */
    .hero-right {
      position: relative;
      z-index: 2;
      text-align: right;
      max-width: 620px;
      margin-left: auto;
      animation: fadeUp 1.2s ease forwards;
      margin-right:55px;
      top:55%;
      
      /*animation-delay: 2.8s;*/ /* 🕓 delay fade-in until 4s after page load */

    }
.hero-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(18, 72, 134, 0.05) 0%,    /* faint bluish tint on the left */
    rgba(18, 72, 134, 0.15) 45%,   /* soft tint through mid */
    rgba(18, 72, 134, 0.35) 75%,   /* gentle deep tone */
    rgba(18, 72, 134, 0.55) 100%   /* rich, smooth vignette on right */
  );
  z-index: 0;
  pointer-events: none;
}



    .hero-title {
      font-family: Helvetica, sans-serif;
      font-size: 2.5rem;
      font-weight: 700;
      margin-bottom: 18px;
      line-height: 1.2;
    }

    .hero-title span {
      color: #d7e55c;
    }

    .hero-subtitle {
      font-size: 0.9rem;
      color: #f0f0f0;
      margin-bottom: 28px;
      line-height: 1.5;
    }
.price-line {
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff; /* or your accent color */
  letter-spacing: 0.5px;
  margin-top:16px;
  font-family:Inter;
}
    

    .main-cta-button {
      display: inline-block;
      background: linear-gradient(180deg, #C5B16E 0%, #B89D57 100%);
      color: #fff !important;
      padding: 12px 30px;
      border-radius: 8px;
      text-decoration: none;
      font-weight: 400;
      font-size: 0.95rem;
      transition: all 0.3s ease;
      letter-spacing:1px;
      font-family:Inter;
      animation-delay: 2.5s;
    }

    .main-cta-button:hover {
      background: #b3c47c;
      transform: translateY(-2px) scale(1.03);
    }

    /* Slider Dots */
    .slider-controls {
      position: absolute;
      bottom: 40px;
      left: 50%;
      transform: translateX(-50%);
      display: flex;
      gap: 12px;
      z-index: 3;
    }

    .slider-dot {
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.4);
      cursor: pointer;
      transition: all 0.3s ease;
    }

    .slider-dot.active {
      background: #9CAB6A;
      transform: scale(1.2);
    }

    /* Animations */
    @keyframes fadeUp {
      from {
        opacity: 0;
        transform: translateY(25px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    /* Responsive */
    @media (max-width: 992px) {
        .price-line {
        font-size: 0.9rem;
        color:#2d2d2d;
        bottom:10px;
        }
      .hero-section {
        flex-direction: column;
        justify-content: center;
        text-align: center;
        padding: 0 5%;
      }

      .hero-left {
        align-self: center;
        margin-bottom: 15px;
        order: 1;
        left:10%;
        top:-86%;
        right:9px !important;
        font-size:0.5rem;
        
        
      }

      .hero-right {
        text-align: center;
        max-width: 100%;
        order: 2;
        margin-right:0px;
        top:44px;
      }

      .hero-title {
        font-size: 2.2rem;
      }

      .hero-subtitle {
        font-size: 1rem;
      }

    }
  @media (max-width: 667px) {
      .hero-section {
        height: 100vh;
        width:auto;
      }

      .hero-title {
        font-size: 1.8rem;
      }
            .slider-controls {
        bottom: 378px;
      }

    }
/* =================== */
/* Clubhouse start      */
/* =================== */

.clubhouse-section{
  position: relative;
  padding: 60px 0px 70px 0px;
}
   .clubhouse-container {
      position: relative;
      padding: 0 60px;
      margin: 0 auto;
      max-width: 1500px;
      display: flex;
      align-items: center;
    }
    .clubhouse-row-photo {
      display: flex;
      flex-wrap: nowrap;
      overflow-x: auto;
      overflow-y: visible;
      padding: 0 4px;
      justify-content: flex-start;
      scrollbar-width: none; /* Firefox */
      -ms-overflow-style: none; /* IE and Edge */
      
      flex-grow: 1;
    }
    /* Hide scrollbar for Chrome, Safari, Opera */
    .clubhouse-row-photo::-webkit-scrollbar {
      display: none;
    }

    .scroll-button {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: rgba(255, 255, 255, 0.7);
      color: #afbd35;
      border: 1px solid #afbd35;
      padding: 0;
      cursor: pointer;
      font-size: 1.8rem;
      z-index: 10;
      border-radius: 50%;
      opacity: 0.9;
      transition: opacity 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
      box-shadow: 0 2px 8px rgba(0,0,0,0.05);
      width: 50px;
      height: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 900;
    }

    .scroll-button:hover {
      opacity: 1;
      background-color: #afbd35;
      color: white;
      border-color: #afbd35;
      box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    }

    .scroll-button.left {
      left: 0;
    }
    .scroll-button.right {
      right: 0;
    }

    /* Column and image styling */
    .column {
      flex: 0 0 calc(100% / 3);
      max-width: calc(100% / 3);
      padding: 0 4px;
      box-sizing: border-box;
      display: flex;
      flex-direction: column;
    }

    /* Media query for mobile view (max-width: 600px) */
    @media screen and (max-width: 600px) {
        .scroll-button {
            top:51%;
        }
      .clubhouse-container {
        padding: 0 20px;
      }
      .scroll-button {
        width: 40px;
        height: 40px;
        font-size: 1.5rem;
      }
      .column {
        flex: 0 0 100%;
        max-width: 100%;
        min-width: 90vw;
      }
      .clubhouse-image-title { /* Renamed from .image-title */
        font-size: 1.2rem;
      }
  
    }

    /* Media query for tablets/smaller desktops (max-width: 1000px, changed from 800px for better transition) */
    @media screen and (max-width: 1000px) and (min-width: 601px) {
      .column {
        flex: 0 0 50%;
        max-width: 50%;
        min-width: unset;
      }
    }

    .clubhouse-image-wrapper { /* Renamed from .image-wrapper */
      position: relative;
      width: 100%;
      margin-top: 12px;
      overflow: hidden;
      border-radius: 0px;
    }
    .clubhouse-image-wrapper img { /* Renamed from .image-wrapper img */
      display: block;
      width: 102%;
      height: auto;
      border-radius: 0;
      transition: transform 0.35s cubic-bezier(.44,1.08,.68,1.01);
    }
    .clubhouse-image-wrapper:hover img { /* Renamed from .image-wrapper:hover img */
      transform: scale(1.09);
      
    }
    .clubhouse-image-overlay { /* Renamed from .image-overlay */
      position: absolute;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background: rgba(0,0,0,0.28);
      z-index: 1;
      border-radius: 4px;
    }
    .clubhouse-image-title { /* Renamed from .image-title */
      position: absolute;
      bottom: 15px;
      left: 16px;
      color: #fff;
      font-weight: 600;
      font-size: 1.45rem;
      z-index: 2;
      text-align: left;
      letter-spacing: 0.02em;
      font-family:'Inter', Arial, sans-serif;
      text-shadow: 0 2px 8px rgba(0,0,0,0.14);
    }
    
      .shotat-image-title { /* Renamed from .image-title */
      position: absolute;
      top: 1px;
      padding:8px;
      left: 0px;
      color: #fff;
      letter-spacing:1px;
      font-weight: 300;
      font-size: 0.6rem;
      z-index: 2;
      text-align: left;
      letter-spacing: 0.02em;
      font-family:'Inter', Arial, sans-serif;
      background:rgba(0,0,0,0.18);

    }
   
/* =================== */
/* Clubhouse end      */

/* =================== */
/* Amenities Section   Start   */
.amenities-section{
  position: relative;
  padding: 40px 0px 100px 0px;
}
  .underline {
    width: 60px;
    height: 3px;
    background: #afbd35;
    margin: 0 auto 40px;
  }

  .tabs {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 40px;
    font-size: 18px;
    font-family:Inter !important;
  }

  .tab {
    cursor: pointer;
    color: #555;
    position: relative;
    transition: color 0.3s ease;
    font-family:Inter;
  }

  .tab.active {
    color: #afbd35;
    font-weight: 600;
  }

  .tab.active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 100%;
    height: 2px;
    background: #afbd35;
  }

  p.desc {
    max-width: 700px;
    margin: 0 auto 50px;
    color: #555;
    line-height: 1.8;
    font-size: 16px;
  }

  .icon-box {
    text-align: center;
    transition: transform 0.3s ease;
    margin-bottom: 40px;
  }

  .icon-box img {
    width: 55px;
    height: 55px;
    object-fit: contain;
    transition: transform 0.3s ease;
  }

  .icon-box:hover img {
    transform: scale(1.1);
  }

  .icon-box p {
    margin-top: 10px;
    font-weight: 500;
    color: #333;
    font-size: 15px;
  }

  /* FADE ANIMATION (smooth cross fade) */
.icons-container {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease, transform 1s ease;
}

.icons-container.fade-in {
  opacity: 1 !important;
  transform: translateY(0) !important;
  transition: opacity 1s ease, transform 1s ease !important;
  display: block !important;
}

.icons-container.fade-out {
  opacity: 0 !important;
  transform: translateY(15px) !important;
  transition: opacity 1s ease, transform 1s ease !important;
}

.icons-container.hidden {
  opacity: 0;
  transform: translateY(15px);
  pointer-events: none;
  display: none;
  transition: opacity 1s ease, transform 1s ease;
}


  /* Wrapper to prevent layout jump */
  .icons-wrapper {
    position: relative;
    min-height:400px;
    max-width:990px;
    margin: 0 auto;
  }



  @media (max-width: 768px) {
      .shotat-image-title{
         font-size:0.5rem;
         padding:7px;
      }
      .clubhouse-image-title{
          font-size:1.0rem;
      }
      .amenities-section{
          padding-top:0px !important;
      }
    
    .tabs { gap: 25px; }
  }

/* =================== */
/* Amenities Section  End    */

/* =================== */
/* Highlights  Start      */

     /* Section Title */
    .section-title {
      text-align: center;
      font-family: "Helvetica", Helvetica, Arial, sans-serif;
      font-weight: 700;
      font-size: 2.2rem;
      color:#2d2d2d;
      margin-bottom: 3.5rem;
      letter-spacing: -0.3px;
      position: relative;
    }

    .section-title::after {
      content: "";
      width: 70px;
      height: 3px;
      background:#afbd35;
      display: block;
      margin: 1rem auto 0;
      border-radius: 2px;
    }

    /* Highlight Card */
    .highlighted-luxury-item {
      position: relative;
      text-align: center;
      background: #fff;
      border-radius: 14px;
      padding: 3rem 2rem;
      box-shadow: 0 6px 25px rgba(0, 0, 0, 0.04);
      border: 1px solid rgba(0, 0, 0, 0.03);
      transition: transform 0.4s ease, box-shadow 0.4s ease;
      height: 100%;
    }

    .highlighted-luxury-item:hover {
      transform: translateY(-6px);
      box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08), 0 0 0 3px rgba(175,189,53,0.05);
    }

    /* Top Accent Line */
    .highlighted-luxury-item::before {
      content: "";
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 80px;
      height: 3px;
      background: #afbd35;
      border-radius: 3px;
      transition: width 0.3s ease, background 0.3s ease;
    }

    .highlighted-luxury-item:hover::before {
      width: 120px;
      background: #9daa2f;
    }

    /* Icon */
    .highlighted-icon-wrapper {
      margin-bottom: 1.4rem;
      height: 70px;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .highlighted-icon-wrapper img {
      width: 4.3rem;
      height: 4.3rem;
      opacity: 0.65;
      transition: transform 0.4s ease, opacity 0.3s ease;
    }

    .highlighted-luxury-item:hover .highlighted-icon-wrapper img {
      transform: scale(1.06) translateY(-3px);
      opacity: 0.9;
      
    }

    /* Label */
    .highlighted-text-label {
      font-family: "Inter", sans-serif;
      font-size: 0.85rem;
      color: #7b7b73;
      text-transform: uppercase;
      letter-spacing: 0.11em;
      font-weight: 500;
      margin-bottom: 0.6rem;
      line-height: 1.2;
    }

    /* Main Value */
    .highlighted-value {
      font-family: "Helvetica", Helvetica, Arial, sans-serif;
      font-weight: 700;
      font-size: 1.9rem;
      color: #2d2d2d;
      margin: 0;
      transition: color 0.3s ease;
      line-height: 1.3;
      letter-spacing:1.1px;
    }

    .highlighted-value.is-numeric {
      font-size: 2.3rem;
      font-weight: 700;
      color:#2d2d2d;
    }

    .highlighted-value.is-numeric .unit {
      font-family: "Inter", sans-serif;
      font-weight: 500;
      font-size: 0.8rem;
      color: #7b7b73;
      margin-left: 5px;
    }

    /* Hover Effect */
    .highlighted-luxury-item:hover .highlighted-value {
      color: #afbd35;
    }
    .highlighted-value.is-numeric .unit:hover .highlighted-value {
        color: #afbd35;
    }

    @media (max-width: 767px) {
      .highlighted-luxury-item {
        padding: 2rem 1.2rem;
      }
    }
/* =================== */
/* Highlights  End      */
/* =================== */
/* Connectivity  End      */

    /* -------- Layout -------- */
    .location-container {
      display: flex;
      justify-content: center;
      align-items: flex-start;
      gap: 60px;
      max-width: 1200px;
      margin: 0 auto 80px;
      padding: 0 20px;
    }

    .map-container {
      flex: 1;
      border: 1px solid #eee;
      box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
      overflow: hidden;
      background: #fafafa;
      transition: box-shadow 0.6s ease;
    }

    iframe {
      width: 100%;
      height: 450px;
      border: none;
      display: block;
    }

    .map-container:hover {
      box-shadow: 0 8px 28px rgba(0, 0, 0, 0.08);
    }

    /* -------- Accordion -------- */
    .accordion {
      flex: 1;
      display: flex;
      flex-direction: column;
      gap: 14px;
    }

    .accordion-item {
      background: #fff;
      border-left: 3px solid rgba(175, 189, 53, 0.4);
      box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
      padding: 23px 24px;
      transition: all 0.7s cubic-bezier(0.25, 1, 0.5, 1);
      cursor: pointer;
      position: relative;
    }

    .accordion-item:hover {
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
      transform: translateY(-1px);
    }

    .accordion-item.active {
      border-left: 3px solid #a6b45f;
      background: linear-gradient(to right, #ffffff, #f8f8f5);
      box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
    }

    .accordion-header {
      font-weight: 600;
      font-size: 1.05rem;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .accordion-icon {
      font-size: 1.4rem;
      color: #a6b45f;
      transition: transform 0.5s ease, opacity 0.5s ease;
      transform-origin: center;
      display: inline-block;
      opacity: 0.9;
    }

    /* -------- Content -------- */
    .accordion-content {
      max-height: 0;
      overflow: hidden;
      color: #000;
      transition:
        max-height 1.2s cubic-bezier(0.4, 0, 0.2, 1),
        opacity 0.8s ease,
        padding 0.8s ease;
      opacity: 0;
      padding: 0;
    }

    .accordion-item.active .accordion-content {
      max-height: 600px;
      opacity: 1;
      padding: 15px 0;
    }

    .accordion-content ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .accordion-content li {
      display: flex;
      justify-content: space-between;
      padding: 12px 0;
      border-bottom: 1px solid #eee;
      font-size: 0.95rem;
      opacity: 0;
      transform: translateY(15px);
      transition: opacity 0.7s ease, transform 0.7s ease;
    }

    .accordion-item.active .accordion-content li {
      opacity: 1;
      transform: translateY(0);
    }

    .accordion-item.active .accordion-content li:nth-child(1) { transition-delay: 0.25s; }
    .accordion-item.active .accordion-content li:nth-child(2) { transition-delay: 0.35s; }
    .accordion-item.active .accordion-content li:nth-child(3) { transition-delay: 0.45s; }
    .accordion-item.active .accordion-content li:nth-child(4) { transition-delay: 0.55s; }
    .accordion-item.active .accordion-content li:nth-child(5) { transition-delay: 0.65s; }

    .accordion-content li span:last-child {
      color: #a6b45f;
      font-weight: 500;
    }

    @media(max-width: 992px) {
      .location-container {
        flex-direction: column;
        gap: 40px;
      }
      .accordion{
          padding-top:20px;
      }
      .map-container{
          
      }
    }

/* =================== */
/* Connectivity  End      */
    /* ===== NAVBAR ===== */
nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 70px;
  background: transparent;
  background-size: 200% 200%;
  background-position: 0% 50%;

  z-index: 1000;
  transition: background-position 1s ease, box-shadow 0.4s ease;
}

nav.scrolled {
  background-position: 100% 50%;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.35);
}


    .nav-logo img {
      height: 110px;
      width: auto;
      object-fit: contain;
      transition: transform 0.4s ease;
      margin-bottom:10px;
    }

    .nav-logo img:hover {
      transform: scale(1.05);
    }

    nav ul {
      list-style: none;
      display: flex;
      align-items: center;
      gap: 45px;
      margin-top:15px;
    }

    nav ul li a {
      text-decoration: none;
      color: #f5f5f5;
      font-weight: 500;
      font-size: 1rem;
      letter-spacing: 0.3px;
      position: relative;
      transition: color 0.4s ease;
    }

    nav ul li a::after {
      content: "";
      position: absolute;
      bottom: -4px;
      left: 0;
      width: 0%;
      height: 2px;
      background-color: #9CAB6A;
      transition: width 0.3s ease;
      text-decoration: none;
    }

    nav ul li a:hover {
      color: #9CAB6A;
      text-decoration: none;
    }

    nav ul li a:hover::after {
      width: 100%;
    }
    
/* Clean sticky logo — bright, premium glass effect */
.logo-sticker {
  position: fixed;
  top: 30px;
  left: 30px;
  z-index: 9000;
  
 
 /* background: #ffffff;

  
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 8px;


  box-shadow:
    0 4px 8px rgba(0, 0, 0, 0.12),
    0 8px 24px rgba(0, 0, 0, 0.18);*/

  transition: all 0.3s ease;
}


/* Hover – subtle lift and glow, still white */
.logo-sticker:hover {
  transform: scale(1.03);
  background: #ffffff; /* stays white */
  box-shadow:
    0 12px 32px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.6);
  border-color: rgba(0, 0, 0, 0.08);
}


.logo-sticker img {
  height: 74px;
  width: auto;
  display: block;
  filter: brightness(1.1) contrast(1.1);
}

@media (max-width: 768px) {
  .logo-sticker {
    top: 15px;
    left: 15px;
    padding:0;
    border-radius: 10px;
  }
  .logo-sticker img {
    height: 72px;
  }
}   








    /* ===== MOBILE MENU TOGGLE ===== */
    .menu-toggle {
      display: none;
      font-size: 1.8rem;
      color: #fff;
      cursor: pointer;
      z-index: 1001;
    }

    /* ===== HERO ===== */
    .hero {
      height: 100vh;
      background: url('images/main-slider/1.jpg') center/cover no-repeat;
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      color: white;
      position: relative;
    }

    .hero::after {
      content: "";
      position: absolute;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background: rgba(0, 0, 0, 0.45);
    }

    .hero-content {
      position: relative;
      z-index: 1;
      max-width: 700px;
      padding: 0 20px;
      animation: fadeUp 1.2s ease forwards;
      top:60%;
      left:50%;
    }

    .hero h1 {
      font-size: 3rem;
      font-weight: 700;
      margin-bottom: 15px;
      letter-spacing: 0.6px;
    }

    .hero p {
      font-weight: 300;
      font-size: 1.1rem;
      color: #f0f0f0;
    }

    @keyframes fadeUp {
      from { opacity: 0; transform: translateY(30px); }
      to { opacity: 1; transform: translateY(0); }
    }

    /* ===== SECTIONS ===== */
    section {
      padding: 100px 10%;
    }

    .section-light {
      background: linear-gradient(to bottom right, #fbfaf8, #f6f5f2);
    }

    .section-warm {
      background: linear-gradient(to bottom right, #f6f5f2, #edece8);
    }

    h2 {
      font-size: 1.8rem;
      font-weight: 700;
      margin-bottom: 12px;
      position: relative;
    }

    h2::after {
      content: "";
      width: 60px;
      height: 2px;
      background: #9CAB6A;
      display: block;
      margin-top: 6px;
    }

    /* ===== MOBILE MENU OVERLAY ===== */
    .mobile-menu {
      position: fixed;
      top: 0;
      right: 0;
      width: 100vw;
      height: 100vh;
      background: linear-gradient(180deg, #14355e, #0d2745);
      backdrop-filter: blur(8px);
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 40px;
      transform: translateX(100%);
      opacity: 0;
      pointer-events: none;
      transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
      z-index: 999;
    }

    .mobile-menu.active {
      transform: translateX(0);
      opacity: 1;
      pointer-events: all;
    }

    .mobile-menu a {
      color: #fff;
      font-size: 1.3rem;
      font-weight: 500;
      opacity: 0;
      transform: translateY(20px);
      transition: all 0.4s ease;
    }

    .mobile-menu.active a {
      opacity: 1;
      transform: translateY(0);
    }

    .mobile-menu a:nth-child(1) { transition-delay: 0.15s; }
    .mobile-menu a:nth-child(2) { transition-delay: 0.25s; }
    .mobile-menu a:nth-child(3) { transition-delay: 0.35s; }
    .mobile-menu a:nth-child(4) { transition-delay: 0.45s; }

    /* ===== RESPONSIVE ===== */
    @media(max-width: 992px) {
      nav {
        padding: 0 30px;
        height: 70px;
      }

      .nav-logo img {
        height: 65px;
      }

      nav ul {
        display: none;
      }

      .menu-toggle {
        display: block;
      }
    }
    /* ===== FOOTER STYLES ===== */
    .footer-new {
      background: linear-gradient(90deg, #0d2745, #14355e);
      color: #f5f5f5;
      font-family: 'Inter', sans-serif;
      padding: 0px 2% 10px;
      display: flex;
      flex-direction: column;
      gap: 50px;
    }

    .footer-container {
      display: flex;
      justify-content: space-between;
      align-items: center; /* ✅ Centers vertically */
      flex-wrap: wrap;
      gap: 50px;
    }

    /* ----- Left Section ----- */
    .footer-left {
      flex: 1;
      min-width: 300px;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .footer-logo {
      height: 110px;
      object-fit: contain;
      margin-bottom: 20px;
      transition: transform 0.3s ease;
      margin-right:500px;
    }

    .footer-logo:hover {
      transform: scale(1.05);
    }

    .address {
      color: #cfd3da;
      font-size: 0.95rem;
      line-height: 1.8;
      letter-spacing: 0.3px;
      font-weight: 400;
      margin-left: 30px;
    }

    .address strong {
      color: #ffffff;
      font-weight: 500;
      display: block;
      margin-bottom: 4px;
    }

    /* ----- Right Section ----- */
    .footer-right {
      flex: 1;
      min-width: 300px;
      text-align: right;
      display: flex;
      flex-direction: column;
      justify-content: center; /* ✅ Balances height with left */
      
    }

    .footer-right h4 {
      color: #fff;
      font-size: 1.05rem;
      font-weight: 600;
      margin-bottom: 12px;
      border-bottom: 1px solid rgba(255,255,255,0.12);
      display: inline-block;
      padding-bottom: 6px;
      margin-top:40px;
    }

    .rera-list {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .rera-list li {
      font-size: 0.95rem;
      color: #d8d8d8;
      margin-bottom: 10px;
      line-height: 1.6;
      font-weight: 400;
    }

    .rera-list strong {
      font-weight: 600;
      color: #ffffff;
    }

    /* ----- Bottom Section ----- */
    .footer-bottom {
      text-align: center;
      border-top: 1px solid rgba(255, 255, 255, 0.1);
      padding-top: 0px;
      font-size: 0.9rem;
      color: #bcbcbc;
      line-height: 1.8;
    }

    .footer-bottom .highlight {
      color: #9CAB6A;
      font-weight: 500;
    }

    .footer-bottom span {
      color: #9CAB6A;
      font-weight: 500;
    }

    /* ----- Responsive Design ----- */
@media (max-width: 768px) {
  .footer-new {
    padding: 40px 5% 25px;
    text-align: center;
  }

  .footer-container {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px; /* balanced spacing between logo/address/RERA */
  }

  .footer-left,
  .footer-right {
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
  }

  .footer-logo {
    height: 90px; /* smaller logo for mobile */
    margin: 0 auto 10px auto;
  }

  .address {
    margin-left: 0;
    margin-bottom: 20px;
    font-size: 0.9rem;
    line-height: 1.6;
  }

  .footer-right h4 {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .rera-list {
    text-align: center;
  }

  .rera-list li {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-bottom: 6px;
  }

  .footer-bottom {
    margin-top: 20px;
    padding-top: 15px;
    font-size: 0.85rem;
  }
}

    /* ===== RESPONSIVE ===== */
    @media(max-width: 992px) {
      .nav {
        padding: 0 30px;
        height: 70px;
      }

      .nav-logo img {
        height: 90px;
        margin-left:-26px;
        
      }

      .nav ul {
        gap: 26px;
      }

      .hero h1 {
        font-size: 2.2rem;
      }

      .footer-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
      }

      .footer-right {
        text-align: center;
      }
      .address {
          margin-left:0px !important;
      }
        .footer-bottom p {
   padding:5px;
    flex-direction: column;
    align-items: center;
    gap: 4px;
  }

  .footer-bottom span {
    display: inline-block;
  }
}

   /* ===== CTA BAR ===== */
    .cta-bar {
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      background: linear-gradient(90deg, #14355e, #0d2745);
      border-top: 1px solid rgba(255, 255, 255, 0.08);
      backdrop-filter: blur(12px);
      padding: 16px 4%;
      box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.25);
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 9999;
      transition: all 0.6s ease;
      opacity: 0;
      transform: translateY(100%);
      pointer-events: none;
    }

    .cta-bar.visible {
      opacity: 1;
      transform: translateY(0);
      pointer-events: auto;
    }

    .cta-bar.fade-out {
      opacity: 0;
      transform: translateY(40%);
    }

    .cta-inner {
      width: 100%;
      max-width: 1200px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 14px;
      flex-wrap: wrap;
    }

    .cta-text {
      color: #e8e8e8;
      font-size: 0.95rem;
      font-weight: 400;
      flex: 1;
      min-width: 200px;
      top:10px;
    }

    .cta-buttons {
      display: flex;
      gap: 12px;
      flex-shrink: 0;
    }

    .cta-buttons button {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      border: none;
      border-radius: 8px;
      padding: 12px 22px;
      font-family: 'Inter', sans-serif;
      font-size: 0.95rem;
      font-weight: 400;
      cursor: pointer;
      transition: all 0.3s ease;
      box-shadow: 0 3px 10px rgba(255,255,255,0.08);
      white-space: nowrap;
      letter-spacing:1px;
    }

    .cta-btn-download {
      background: linear-gradient(180deg, #C5B16E 0%, #B89D57 100%);

      color: #fff;
    }

    .cta-btn-download:hover {
      background: #afbd35;
      color: #fff;
transition: all 0.3s ease;
transform: translateY(-2px);
box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);

    }

    .cta-btn-call {
      background: linear-gradient(180deg, #C5B16E 0%, #B89D57 100%);

      color: #fff;
    }

    .cta-btn-call:hover {
      background: #afbd35;
      color: #fff;
transition: all 0.3s ease;
transform: translateY(-2px);
box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);

    }

    /* ===== MOBILE ===== */
    @media (max-width: 768px) {
         .cta-bar {
             padding:10px 6%;
         }
      .cta-inner {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 10px;
      }

      .cta-text {
        font-size: 0.8rem;
        line-height: 1.4;
        display:none;
      }

      .cta-buttons {
        flex-direction: row;
        justify-content: center;
        width: 91%;
        gap: 10px;
      }

      .cta-buttons button {
        flex: 1;
        font-size: 0.65rem;
        padding: 10px;
        border-radius: 10px;
      }
        i[data-lucide] {
    width: 14px;
    height: 14px;
  }
    }
    
     /* ========== GALLERY CONTAINER ========== */
    .villa-gallery-wrapper {
      position: relative;
      width: 90%;
      max-width: 850px;
      height: 480px;
      overflow: hidden;
      border-radius: 10px;
      box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
      background-color: #000;
      margin: 0 auto; /* ✅ Centers the gallery horizontally */
  display: block; /* ensure it’s treated as block element */
    }

    .villa-gallery-slide {
      position: absolute;
      width: 100%;
      height: 100%;
      opacity: 0;
      transition: opacity 1s ease;
      background-size: cover;
      background-position: center;
      border-radius: 8px;
      cursor: pointer;
      pointer-events: none;
    }

    .villa-gallery-slide.active-slide {
      opacity: 1;
      pointer-events: auto;
    }

    .villa-gallery-caption {
      position: absolute;
      bottom: 20px;
      left: 50%;
      transform: translateX(-50%);
      color: #fff;
      background: rgba(0, 0, 0, 0.35);
      padding: 10px 18px;
      border-radius: 8px;
      font-size: 0.7rem;
      
      text-align: center;
      
      max-width: 420px;
      Font-family:Inter;
      font-weight:400;
    }

    /* ========== ARROWS ========== */
    .villa-gallery-controls {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 100%;
      display: flex;
      justify-content: space-between;
      padding: 0 20px;
      z-index: 5;
    }

    .villa-gallery-nav-btn {
      background: rgba(255, 255, 255, 0.25);
      border: none;
      border-radius: 50%;
      width: 45px;
      height: 45px;
      color: #fff;
      font-size: 22px;
      cursor: pointer;
      transition: background 0.3s ease, transform 0.2s ease;
      backdrop-filter: blur(8px);
    }

    .villa-gallery-nav-btn:hover {
      background: rgba(255, 255, 255, 0.4);
      transform: scale(1.05);
    }

    /* ========== MOBILE VIEW ========== */
    @media (max-width: 768px) {
      .villa-gallery-wrapper {
        height: 280px;
        max-width: 95%;
      }

      .villa-gallery-controls {
        top: 46%;
        justify-content: center;
        gap: 220px;
      }

      .villa-gallery-nav-btn {
        width: 60px;
        height: 33px;
        font-size: 20px;
      }

      .villa-gallery-caption {
        bottom: 10px;
        font-size: 0.5rem;
        padding: 8px 12px;
      }
    }

  /* ========== LIGHTBOX ========== */
.villa-lightbox {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
  justify-content: center;
  align-items: center;
  flex-direction: column;
  animation: fadeIn 0.5s ease;
}

.villa-lightbox.active-lightbox {
  display: flex;
}

.villa-lightbox-img {
  position:relative;
  Bottom:40px;
  max-width: 90%;
  max-height: 80%;
  border-radius: 10px;
  box-shadow: 0 0 40px rgba(255, 255, 255, 0.15);
  opacity: 0;
  transform: scale(0.97);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.villa-lightbox-img.show-lightbox-img {
  opacity: 1;
  transform: scale(1);
}

/* ======= LIGHTBOX ARROWS ======= */
.villa-lightbox-controls {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transform: translateY(-50%);
  padding: 0 60px; /* pushes arrows outward */
  z-index: 10;
}

.villa-lightbox-btn {
  background: rgba(255, 255, 255, 0.25);
  border: none;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  color: #fff;
  font-size: 26px;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.2s ease;
  backdrop-filter: blur(8px);
}

.villa-lightbox-btn:hover {
  background: rgba(255, 255, 255, 0.4);
  transform: scale(1.1);
}

.villa-lightbox-close {
  position: absolute;
  top: 25px;
  right: 35px;
  color: #fff;
  font-size: 32px;
  cursor: pointer;
  font-weight: 300;
  transition: transform 0.3s ease;
}

.villa-lightbox-close:hover {
  transform: rotate(90deg);
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {
  .villa-lightbox-controls {
    position: static;
    transform: none;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
    padding: 0;
  }

  .villa-lightbox-btn {
    width: 45px;
    height: 45px;
    font-size: 22px;
  }

  .villa-lightbox-close {
    top: 20px;
    right: 25px;
    font-size: 28px;
  }
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

    /* ===== LEGAL SECTION ===== */
    .legal-section {
      background-color: #fafafa;
      font-family:Inter;
      padding: 40px 18px;
      border-top: 1px solid #e5e5e5;
    }

    .legal-content {
      max-width: 820px;
      margin: 0 auto;
      line-height: 1.6;
    }

    .legal-content h2 {
      font-size: 1rem;
      margin-bottom: 8px;
      color: #111;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.4px;
    }

    .legal-content p {
      font-size: 0.85rem;
      margin-bottom: 22px;
      color: #555;
    }

    .legal-content em {
      font-style: italic;
      color: #444;
    }

    .legal-content strong {
      font-weight: 600;
      color: #000;
    }

    @media (max-width: 600px) {
      .legal-section {
        padding: 30px 14px;
      }

      .legal-content h2 {
        font-size: 0.95rem;
      }

      .legal-content p {
        font-size: 0.8rem;
      }
    }
  </style>
/* =================== */
/* =================== */
/* ZOOM ANIMATION      */
/* =================== */
@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(1, 1);
    }
    to {
        -webkit-transform: scale(1.03, 1.03);
    }
}

@keyframes zoom {
    from {
        transform: scale(1, 1);
    }
    to {
        transform: scale(1.03, 1.03);
    }
}

.animate__slideInDown {
  animation-duration: 5s;  /* Change 2s to your preferred speed */
}
@keyframes fadeInLeftSimple {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.animate__fadeInLeft {
  animation-name: fadeInLeftSimple;
  animation-duration: 1.5s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}

@keyframes fadeInRightSimple {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.animate__fadeInRight {
  animation-name: fadeInRightSimple;
  animation-duration: 1.5s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}

@keyframes fadeInUpSimple {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}

.animate__fadeInUp {
  animation-name: fadeInUpSimple;
  animation-duration: 1.5s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}


@keyframes fadeInDownSimple {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate__fadeInDown {
  animation-name: fadeInDownSimple;
  animation-duration: 1.5s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}

@keyframes fadeIn{
  from {
    opacity: 0;
    
  }
  to {
    opacity: 1;
    
  }
}

.animate__fadeIn {
  animation-name: fadeIn;
  animation-duration: 2.5s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
        
    /* ========= Preloader ========= */
    #preloader {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #0d2745; /* Deep navy luxury tone */
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      z-index: 9999;
      overflow: hidden;
    }

    #preloader img {
      width: 120px;
      opacity: 0;
      transform: scale(0.9);
      animation: logoFade 2s ease forwards;
    }

    @keyframes logoFade {
      0% { opacity: 0; transform: scale(0.9); }
      60% { opacity: 1; transform: scale(1.05); }
      100% { opacity: 1; transform: scale(1); }
    }

    .loading-bar {
      width: 150px;
      height: 3px;
      background: rgba(255,255,255,0.1);
      margin-top: 25px;
      border-radius: 2px;
      overflow: hidden;
      position: relative;
    }

    .loading-bar::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 0%;
      height: 100%;
      background: #B0BE36; /* Gold-green accent */
      animation: loadProgress 2.5s ease-in-out forwards;
    }

    @keyframes loadProgress {
      0% { width: 0%; }
      100% { width: 100%; }
    }

    /* Fade-out animation for preloader */
    .fade-out {
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.8s ease, visibility 0.8s ease;
    } 
    