@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.2/css/fontawesome.min.css');




:root {
    --theme-clr: #e1b771;
    --link-clr: #e1b771;
    --text-dark: #000000;
    --text-light: #232323;
    --btn-bg: #e1b771;
    --btn-bg-hover: #111111;
    --primary-textclr: #111111;
    --bgdark: #1e1b54;
    --bglight:#f9f9f9;
    --whiteclr: #ffffff;
    --borderclr: #eee;
    --tgreen:#1e1b54;
    --primary-font: 'League Spartan', sans-serif;
    --secondary-font:  'Inter', sans-serif;
    --fsbody: 15px;
     --gold-300: #f5dfa0;
    --gold-400: #e8c55a;
    --gold-500: #d4a932;
    --gold-600: #b8922d;
    /* Gradients */
    --gradient-gold: linear-gradient(135deg, #d4a932 0%, #f5dfa0 50%, #d4a932 100%);
    --gradient-brand: linear-gradient(135deg, var(--brand-blue) 0%, var(--brand-coral) 100%);
  }
  

  @media (prefers-color-scheme: dark) {
   
 
}


.tcolor{color: var(--link-clr);}
.bg-site {background-color: var(--bgdark);color: var(--whiteclr);}
.bg-light{ background-color: var(--bglight) !important;} 
.bg-dark {background-color: var(--bgdark) !important; color: var(--whiteclr);} 
.text-light{color:var(--text-light);} 
.bg-theme{background-color: var(--theme-clr);} 
.fs-20{font-size: 20px;}
.fs-30{font-size: 30px;}
.tgreen{color: var(--tgreen);}

body{ font-family: var(--secondary-font);  font-size: var(--fsbody); font-weight: 400;color: var(--primary-textclr); 
  line-height: 1.7; padding-top: 0;}


a{color: var(--link-clr);text-decoration:none;outline: none;}

a,
.btn,
button{-webkit-transition: all .3s;-moz-transition: all .3s;-o-transition: all .3s;transition: all .3s; }
a:hover {color: var(--btn-bg-hover); text-decoration: none;}
.fancybox-button{min-width: auto;} 

h1, h2, h3, h4, h5, h6{ font-family: var(--primary-font); font-weight: 700; line-height: 1.2;  
margin-bottom: 20px; color: var(--text-dark);}
.main-section a.link {word-break: break-all;overflow: hidden;display: inline-block;}
a.link i {font-size: 11px;}
h1{font-size: 45px;}
h2,
.heading-h2{font-size: 45px; }
h3{font-size: 40px;}
h4{font-size: 30px;}
h5{font-size: 22px;}
h6{font-size: 16px;}
img{max-width: 100%;}
button, .btn, input[type="submit"]{
  min-width: 137px;
  padding: 12px 20px;
  cursor: pointer;
  position: relative;
  font-family: var(--secondary-font);
  box-shadow: none !important;
  color: var(--whiteclr);
  background: var(--btn-bg);
  letter-spacing: 0;
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
  border-radius: 25px;
  text-transform: capitalize;
  border: 0px;
  }


@-webkit-keyframes slideinleft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideinleft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

[type=reset]:hover, [type=submit]:hover, button:hover, .btn:hover, html [type=button]:hover  {
  background: var(--btn-bg-hover);  color: var(--whiteclr);  cursor: pointer;}
[type=reset]:focus, 
[type=submit]:focus,
button:focus, 
.btn:focus, 
html [type=button]:focus { outline: 0; box-shadow: none;}
input[type="file"] { font-size: 16px;   -webkit-appearance: none;}

.field {margin-bottom: 20px; width: 100%; float: left;}
.field-sm { float: left;  width: 50%;  padding: 0px 10px;}
.field .field-sm:first-child { padding-left: 0px;}
.field .field-sm:last-child { padding-right: 0px;}
form{display: inline-block;width: 100%;}
.form-control {outline: none !important;padding: 14px 15px;border-radius: 4px;
  border: 1px solid var(--bgdark); background: var(--whiteclr);box-shadow:none !important;
  font-size: 17px;font-weight: 400;color: var(--text-dark);  font-family: var(--secondary-font);}
textarea.form-control { min-height: 91px;}
.form-control:focus {  background-color: transparent;  border-color: inherit;} 
select.form-control:not([size]):not([multiple]) { height: 49px; -webkit-appearance: none;   background-image: url(../images/select-arrow.png);
    background-position: 95% center;    background-repeat: no-repeat;}
blockquote { padding: 25px 48px 25px 25px;  border-left: 4px solid #000;
   background: var(--bgdark);   font-weight: 400;   position: relative;  line-height: 28px; }
blockquote strong{font-weight:500;}
blockquote:before {content: "";  position: absolute;   top: 0;   right: 0;   border-style: solid;  border-width: 0 41px 41px 0;  
    border-color: #ddd #fff;   transition: all ease .5s;}
.form-group label {display: block;  margin-bottom: 10px;}
.sm-container{padding: 0px 85px;}
.vam { vertical-align: middle;}

 /* nochange*/
 
.font-medium{ font-weight: 500;}
.underline {text-decoration: underline;}
 strong { font-weight: 700;}
.font-light{font-weight: 300;}
.font-semi-bold{font-weight: 600;}
button i { vertical-align: middle;}
.br-5{border-radius: 5px;}
.br-10{border-radius: 10px;}
.box-shadow{ box-shadow: 5px 5px 10px rgb(0 0 0 / 6%);}
.object-fit {overflow: hidden;}
.object-fit img { width: 100% !important; height: 100% !important;  object-fit: cover;}
.zoom-hover img {-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    transition: all .5s;}
.zoom-hover:hover img {transform: scale(1.1);}
.list-style {padding: 0px; list-style: none;}
.list-style li { display: inline-block;}
 

.white-placeholder .form-control::placeholder {  color:var(--whiteclr); opacity: 1;  }
.white-placeholder .form-control::-webkit-input-placeholder { color:var(--whiteclr); opacity: 1;}
.white-placeholder .form-control::-moz-placeholder {color:var(--whiteclr); opacity:1;}
.white-placeholder .form-control:-ms-input-placeholder {color:var(--whiteclr); opacity: 1;}
.white-placeholder .form-control:-moz-placeholder {color:var(--whiteclr); opacity: 1;}


.main-section{padding:60px 0px; background-size: cover !important; background-repeat: no-repeat !important; background-position: center center !important;position: relative;}
.main-section .container{position:relative;}
.main-section:before{content:""; position:absolute; left:0px; top:0px; width:100% !important; height:100% !important; background:transparent; }
 
 

  


/* header */

.header {  background-color:var(--whiteclr); position: relative; z-index: 99; width: 100%;}
.offer-tagline { line-height: 1;} 

.help-btn a.btn i {vertical-align: middle;}
.list-style li.header-social-icon { display: flex;  align-items: center;  gap: 10px;}
.list-style li.header-social-icon a {  font-size: 14px;   width: 30px;
    height: 30px;    display: flex;    align-items: center;    justify-content: center;    background: var(--whiteclr);
    border-radius: 100%;}
.list-style li.header-social-icon a i {  font-size: 14px;}
.list-style li.header-social-icon a:hover {   background-color: var(--theme-clr);}
.site-logo {max-width: 130px;}
 .header-nav {display: flex; justify-content: center; align-items: center;  gap: 30px; flex-wrap: wrap;}
.menu ul.list-style li {margin-right: 10px;font-size: 13px;     -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;    transition: all 300ms ease;} 
.menu ul.list-style li:last-child { margin-right: 0; } 
.menu ul.list-style li a {color: var(--primary-textclr); text-transform: uppercase;} 
.menu ul.list-style > li > a { padding: 12px 10px; display: inline-block; }
 
.header-nav{position: relative;}
.menu ul.list-style li > ul {    border-top: 3px solid var(--btn-bg); border-radius: 20px; position: absolute; left: 0px; width: 200px; padding: 0px; text-align: left; 
  background: #fff; top: 100%; opacity: 0; pointer-events: none; padding: 15px 10px; box-shadow: 0 1px 7px 0 rgb(0 0 0 / 40%);     -webkit-transform: scaleY(0);
    transform: scaleY(0);    -webkit-transition: var(--transition);    transition: var(--transition); -webkit-transform-origin: bottom;
    transform-origin: bottom;} 
.menu ul.list-style li:hover > ul{ opacity: 1; pointer-events: all;     visibility: visible;
    -webkit-transform: scaleY(1);    transform: scaleY(1);}  
.menu ul.list-style li ul li { margin: 0px; display: inline-block; width: 100%; } 
.menu ul.list-style li ul li a { display: inline-block; width: 100%; padding: 5px 10px; border-radius: 4px; 
color: var(--text-dark);} 
.menu ul.list-style li ul li:hover > a { color: var(--link-clr); }

/* for header iundeline and bg*/
.header-main .container-inner {   padding-inline: 30px;}
.header-main { background-color: var(--bgdark) !important; } 
.header_right {
    justify-content: space-between;
}
.menu ul.list-style > li > a { color: var(--whiteclr); align-items: center; display: flex; } 
.header-nav, 
.header-nav .menu, 
.menu > ul, 
.menu > ul li, 
.menu > ul > li > a { height: 100%; }

.menu ul.list-style > li > a{
    position:relative;
    overflow:hidden;
    transition:.3s;
}

.menu ul.list-style > li > a:before{
    content:"";
    position:absolute;
    top:0;
    left:-100%;
    width:100%;
    height:100%;
    background:rgba(255,255,255,.08);
    transition:.4s;
}

.menu ul.list-style > li:hover > a:before{
    left:0;
}
.menu ul.list-style > li > a { position: relative; } 


@media (max-width: 1024.98px){ 


.mobile-menu { background: var(--bgdark) !important;    color: var(--whiteclr);}
.mobile-menu * {  color: var(--whiteclr) !important;}
.cross span { background: var(--whiteclr) !important;}
.header-nav .menu { align-items: center; display: flex; }
.toggle-mobile span { background:var(--whiteclr) !important;}

}

@media (max-width: 767.98px){ 

.header-main .container-inner { padding-inline: 15px;}

}

/*end header underline bg*/

.header-main .container-inner{padding-inline-start: 30px;}

 .header_right {    border-radius: 50px 0px 0px 50px; background: var(--bgdark); padding: 10px 35px 10px 20px; 
    display: flex; align-items: center; gap: 45px; min-width: 290px; box-sizing: border-box; } 
.header_call { display: flex; align-items: center; justify-content: center; gap: 10px; position: relative; 
        flex-wrap: wrap; color: var(--whiteclr);} 
.userIconMain { display: flex ; flex-direction: column; align-items: center; } 
.call_icon { display: flex ; align-items: center; justify-content: center; background: var(--whiteclr); border-radius: 50%; width: 32px; 
    height: 32px; } 
.header_call:after { position: relative; right: -22.5px; content: ''; width: 0.5px; height: 32px; background: var(--whiteclr); } 
.header_call p span { font-size: 15px; font-weight: 500; line-height: normal; letter-spacing: 1.125px; } 
header .header_call p small { font-size: 12px; font-weight: 400; line-height: normal; display:block } 
h5.loginHead { color: var(--whiteclr); font-weight: 500; margin-top: 10px;    font-size: 15px; } 
.header_right .user_icon { width: 52px; height: 52px; border-radius: 50%; background: #002259; display: flex; 
    align-items: center; justify-content: center; } 
.header_right .user_icon img { width: 28px; height: 28px; filter: brightness(0) invert(1); } 
.header_right * { margin-block-end: 0px; }

@keyframes slide-down{
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }
    100% {
        opacity: 0.9;
        transform: translateY(0);
    }
}

/* ==========================================
   ULTRA MODERN LUXURY HERO SLIDER
========================================== */

.hero-section{
    position:relative;
    height:calc(100vh - 120px);
    min-height:650px;
    overflow:hidden;
    background:#000;
}

.heroSwiper,
.hero-slide{
    width:100%;
    height:100%;
}

.hero-slide{
    position:relative;
    overflow:hidden;
}

.hero-slide img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:transform 10s ease;
}

.swiper-slide-active img{
    transform:scale(1.12);
}

/* Premium Overlay */

.hero-overlay{
    position:absolute;
    inset:0;
    background:
    linear-gradient(
        90deg,
        rgba(0,0,0,.85) 0%,
        rgba(0,0,0,.55) 35%,
        rgba(0,0,0,.25) 100%
    );
    z-index:1;
    pointer-events:none;
}

.hero-content{
    position:absolute;
    inset:0;
    z-index:2;
    display:flex;
    align-items:center;
     padding:40px 0; /* top & bottom gap */
}

.hero-content .container{
    max-width:1320px;
}

.hero-content-inner{
    max-width:650px;

    backdrop-filter:blur(12px);
    background:rgba(255,255,255,.08);

    border:1px solid rgba(255,255,255,.15);

    padding:50px;
    border-radius:30px;

    opacity:0;
    transform:translateY(50px);

    transition:all .9s ease;
}

.swiper-slide-active .hero-content-inner{
    opacity:1;
    transform:translateY(0);
}

/* Tag */

.hero-tag{
    display:inline-flex;
    align-items:center;
    gap:10px;

    padding:10px 18px;

    border-radius:50px;

    background:rgba(212,175,55,.15);

    border:1px solid rgba(212,175,55,.4);

    color:#d4af37;

    font-size:14px;
    font-weight:600;

    margin-bottom:25px;
}

/* Heading */

.hero-content h1{
    font-size:59px;
    line-height:1.1;
    font-weight:800;
    color:#fff;
    margin-bottom:25px;
}

.hero-content h1 span{
    display:block;

    background:linear-gradient(
    90deg,
    #d4af37,
    #f9e27d,
    #d4af37
    );

    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

.hero-content p{
    font-size:17px;
    line-height:1.8;
    color:rgba(255,255,255,.9);
    margin-bottom:35px;
}

/* Buttons */

.hero-buttons{
    display:flex;
    gap:15px;
    flex-wrap:wrap;
}

.hero-btn{
    padding:15px 34px;
    border-radius:60px;
    font-weight:600;
    text-decoration:none;
    transition:.4s;
}

.primary-btn{
    background:linear-gradient(
    135deg,
    #d4af37,
    #f4d76d
    );
    color:#111;
}

.primary-btn:hover{
    transform:translateY(-5px);
    color:#111;
}

.secondary-btn{
    border:1px solid rgba(255,255,255,.3);
    color:#fff;
}

.secondary-btn:hover{
    background:#fff;
    color:#000;
}

/* Stats */

.hero-stats{
    display:flex;
    gap:20px;
    margin-top:40px;
    flex-wrap:wrap;
}

.stat-box{
    min-width:130px;

    background:rgba(255,255,255,.08);

    border:1px solid rgba(255,255,255,.12);

    padding:18px 22px;

    border-radius:18px;
}

.stat-box h3{
    margin:0;
    color:#d4af37;
    font-size:28px;
    font-weight:700;
}

.stat-box span{
    color:#fff;
    font-size:14px;
}

/* Modern Pagination */

.swiper-pagination{
    bottom:40px !important;
}

.swiper-pagination-bullet{
    width:12px;
    height:12px;
    background:#fff;
    opacity:.4;
}

.swiper-pagination-bullet-active{
    width:35px;
    border-radius:20px;
    background:#d4af37;
    opacity:1;
}

/* Navigation Arrows */

.swiper-button-next,
.swiper-button-prev{
    width:50px;
    height:50x;
    border-radius:50%;
    /* background:rgba(255,255,255,.12);
    backdrop-filter:blur(10px); */
}

.swiper-button-next:after,
.swiper-button-prev:after{
    font-size:18px;
    color:#fff;
    font-weight:700;
}

/* Responsive */

/* ==========================================
   TABLET
========================================== */

@media(max-width:992px){

    .hero-section{
        min-height:600px;
    }

    .hero-content{
        padding:30px 0;
    }

    .hero-content-inner{
        max-width:100%;
        padding:35px;
    }

    .hero-content h1{
        font-size:46px;
    }

    .hero-content p{
        font-size:16px;
        line-height:1.7;
    }

    .hero-stats{
        gap:15px;
    }

    .stat-box{
        min-width:110px;
        padding:15px;
    }

    .swiper-button-next,
    .swiper-button-prev{
        width:45px;
        height:45px;
    }
}


/* ==========================================
   MOBILE
========================================== */

@media(max-width:767px){

    .hero-section{
        height:70vh;
        min-height:450px;
    }

    .hero-content{
        padding:20px 15px;
        justify-content:center;
        text-align:center;
    }

    /* Hide extra content */

    .hero-tag,
    .hero-content p,
    .hero-buttons,
    .hero-stats{
        display:none;
    }

    .hero-content-inner{
        max-width:100%;
        padding:0;
        border:none;
        background:transparent;
        backdrop-filter:none;
        box-shadow:none;
    }

    .hero-content h1{
        font-size:32px;
        line-height:1.2;
        margin:0;
        text-align:center;
    }

    .hero-content h1 span{
        display:block;
    }

    .swiper-button-next,
    .swiper-button-prev{
        display:none;
    }

    .swiper-pagination{
        bottom:20px !important;
    }
}


/* ==========================================
   SMALL MOBILE
========================================== */

@media(max-width:576px){

    .hero-section{
        height:65vh;
        min-height:400px;
    }

    .hero-content{
        padding:15px;
    }

    .hero-content h1{
        font-size:26px;
        line-height:1.25;
        padding:0 10px;
    }

    .swiper-pagination-bullet{
        width:10px;
        height:10px;
    }

    .swiper-pagination-bullet-active{
        width:28px;
    }
}


/* ==========================================
   EXTRA SMALL MOBILE
========================================== */

@media(max-width:380px){

    .hero-section{
        min-height:350px;
    }

    .hero-content h1{
        font-size:22px;
    }
}
.offer-bx { position: absolute; width: 150px; height: 150px; border-radius: 100%; background: var(--bgdark); color: var(--whiteclr); 
  display: flex; align-items: center; justify-content: center; flex-direction: column; font-weight: 500; font-size: 18px; 
  border: 2px dotted var(--whiteclr); } 
.offer-bx span { font-size: 25px; }

.d-grid-3{ grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px;}
.grid-item { border: 1px solid var(--borderclr); padding: 25px; border-radius: 15px; } 
.gitem_icon { flex: 0 0 45px; font-size: 30px; line-height: 1.2; } 
.grid-item-content h5 { font-weight: 400; margin-block-end: 5px; } 
.grid-item-content p:last-child { margin-block-end: 0px; }
.small-image {border-radius: 100%;overflow: hidden;width: 250px;height: 250px;}

.location_item.object-fit { height: 280px; width: 100%; position: relative; overflow: hidden;} 
.location_item_overlay { position: absolute; inset: 0; display: flex; align-items: flex-end; justify-content: center; 
       background: linear-gradient(0deg, rgb(0 0 0 / 38%), transparent);} 
.location_item_overlay h5 { font-size: 16px;  padding: 20px; }


.year-box{position:relative; aspect-ratio: 1;  background-color: var(--whiteclr);}
@property --angle {  syntax: "<percentage>";  inherits: false;  initial-value: 0%;}
.year-box::after {width: 100%;content: '';
    position: absolute;    background-image: conic-gradient(from 0deg, var(--btn-bg)  var(--angle), transparent 0 100%);
    border-radius: inherit;    padding: 5px;    z-index: -1;    box-sizing: content-box;
    height: 100%;    left: 50%;    translate: -50% -50%;    top: 50%;
    animation-name:move;    animation-iteration-count:1;    animation-duration:2s;    animation-timing-function:linear;
    animation-fill-mode: forwards; }
@keyframes move {
  to{
    --angle :70%;
  }
}
 
 




.cta-section video {  position: absolute;  inset: 0;   object-fit: cover;   height: 100%;    width: 100%;}
.cta-section h3 { font-size: 55px;   font-weight: 900;  text-shadow: 1px 2px 2px var(--primary-textclr);}
.item.video_item { position: relative;  width: 100%;  height: 250px;    overflow: hidden;   border-radius: 5px;}
.item.video_item iframe { position: absolute; width: 100%;  height: 100%;}

.year-box { margin: auto; width: 170px; height: 170px; line-height: 170px; text-align: center; 
  display: flex; align-items: center;  border-radius: 100%; flex-wrap: wrap; 
  flex-direction: column; justify-content: center; } 
.year-box h4, 
.year-box h3 { margin: 0px; color: var(--link-clr); } 
.tablist-section .nav-tabs .nav-link { border: 0px !important; background: transparent !important; font-weight: 700; color: var(--primary-textclr); } 
.tablist-section .nav-tabs .nav-link.active { color: var(--link-clr); }
.year-box:before{background-color:  var(--borderclr);content: "";position: absolute;border-radius: 100%;box-sizing: content-box;padding: 5px;width: 100%;height: 100%;top: 50%;left: 50%;transform: translate(-50%,  -50%);z-index: -1;}



/* properties page */

.post-item { padding: 15px; } 
.article-post { background: #fff; -webkit-transition: all .35s; transition: all .35s; max-width: 500px; 
  margin: 0 auto 30px; padding: 15px; -webkit-box-shadow: 0px 10px 20px 0px rgb(76 76 76 / 10%); 
  box-shadow: 0px 10px 20px 0px rgb(76 76 76 / 10%); border: 1px solid rgba(0,0,0,.036); border-radius: 10px; } 
.post-img { height: 272px; position: relative; border-radius: 8px; }
 
.article-post-content { position: relative; padding: 15px 20px 15px; -ms-word-wrap: break-word; word-wrap: break-word; } 
.article-post-content h4 { font-size: 22px; font-weight: 700; }
.shortdec a.link { color: #82828a; font-size: 12px; } 
.shortdec a.link i { color: #e66a23; vertical-align: middle; } 
.shortdec a.link:hover { letter-spacing: 1.5px; } 



/*   ====   Contact Page  =======   */

.inner-baner-container {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    position: relative;
    min-height: 446px;
}
.inner-contact-wrap .container {
    max-width: 1170px;
    padding-left: 15px;
    padding-right: 15px;
}
 
.inner-baner-container:before {
    content: "";
    display: block;
    opacity: 0.65;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
}

.inner-banner-content { padding-top: 220px;  padding-bottom: 150px;  position: relative;  color: var(--whiteclr); min-height: 436px;}
h1.page-title {color: var(--whiteclr);  line-height: 1.1;  text-transform: uppercase;  margin-bottom: 0;   font-size: 60px;  font-weight: 800;}
.inner-contact-wrap {  padding-bottom: 55px;}
.section-heading {margin-bottom: 45px;}
.section-heading .sub-title { color: #e66a23;  font-size: 14px;  font-weight: 500;   margin-bottom: 10px;}
.section-heading .section-title { margin-bottom: 10px;    text-transform: uppercase;    font-size: 40px;
    font-weight: 800; color: #223645;}
.section-heading p { font-size: 16px;   color: #626672;   line-height: 24px;}
.social-icon ul {margin: 0;  padding: 0;   font-size: 0;}
.social-icon li { display: inline-block;   list-style: none;    margin: 0 5px;}
.inner-contact-wrap .social-icon li { margin: 0 5px;}
.inner-contact-wrap .social-icon a {
    font-size: 16px;
    transition: color 0.4s;
    color: #ffffff !important;
    margin-right: 10px;
    background-color: #ee82c8;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    display: block;
    text-align: center;
    width: 35px;
    height: 35px;
    line-height: 35px;
}

.fab {font-family: "Font Awesome 5 Brands";}
.fa-facebook-f:before {
    content: "\f39e";
}
.fa-twitter:before {
    content: "\f099";
}
.fa-youtube:before {
    content: "\f167";
}
.fa-instagram:before {
    content: "\f16d";
}
.fa-pinterest:before {
    content: "\f0d2";
}
.inner-contact-wrap .contact-map {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    overflow: hidden;
}
iframe {
    display: block;
    width: 100%;
}
.inner-contact-wrap .contact-map iframe {
    display: block;
}
.primary-bg {
    background-color: #4bebff;
}
.contact-from-wrap {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    padding: 60px 40px;
}
form {
    display: inline-block;
    position: relative;
    width: 100%;
}
.contact-from-wrap .contact-from p {
    margin: 0 0 15px;
    margin-bottom: 30px;
    line-height: 1.6;
    word-wrap: break-word;
}
.contact-from-wrap .contact-from label {
    color: #ffffff;
    margin-bottom: 8px;
        display: inline-block;
        font-weight: normal;
}
input[type=email], input[type=text] {      height: 55px;  background-color: #F8F8F8;     border: 1px solid #d9d9d9;     -webkit-border-radius: 25px; -moz-border-radius: 25px; -ms-border-radius: 25px;
    border-radius: 25px; font-size: 14px; padding: 0 15px;}
.contact-from-wrap .contact-from input:not([type=submit]):not([type=checkbox]):not([type=radio]) {
    width: 100%;
}
textarea {
    background-color: #F8F8F8;
    border: 1px solid #d9d9d9;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    font-size: 14px;
    padding: 20px 10px;
    width: 100%;
        overflow: auto;
        line-height: 1.15;
}
.contact-from-wrap .contact-from p:last-child {
    margin-bottom: 0;
}
.contact-from-wrap .contact-from input[type=submit] {    font-weight: 400;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -ms-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
background-color: #e66a23;
    color: #ffffff;
border: 2px solid #ffffff;
    width: 100%;
    padding: 15px 30px;
    text-align: center;
cursor: pointer;}
.contact-from-wrap .contact-from input[type=submit]:hover {
    border-color: #174B90;
        background-color: #174B90;
}
input[type=email]:focus, input[type=text]:focus, textarea:focus{border-color: #e66a23;
    outline: 0 !important;}
    .bg-light-grey {
    background-color: #F8F8F8;
}
    .contact-details-section {
    padding-top: 100px;
    padding-bottom: 70px;
}
.icon-box {
    text-align: center;
    padding: 0 40px;
/*    margin-bottom: 40px;*/
}
.contact-details-section .border-icon-box {
    border: 1px solid rgba(58, 120, 201, 0.16);
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    padding-top: 40px;
    padding-bottom: 40px;
}
.icon-box-content h4 {
    margin: 0 0 15px;
    line-height: 1.2;
    font-size: 25px;
    font-weight: 600;
    color: #223645;
}
.contact-details-section .icon-box ul {
    margin: 0;
    padding: 0;
    list-style: disc;
}
.contact-details-section .icon-box li {
    list-style: none;
    margin-bottom: 5px;
    color: #626672;
}
.contact-details-section .icon-box li:last-child {
    margin-bottom: 0;
}
.contact-details-section .icon-box li a {
    color: #626672;
        text-decoration: none;
            -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}





.youtube-section{background: url(../images/ashwem-banner.jpg); background-attachment: fixed !important;}
.before-none:before{display: none;}
.min-container {max-width: 820px; margin-inline: auto;}
.youtube-section .min-container{border: 20px solid var(--whiteclr); border-radius: 5px;}

/*==============================
LUXURY FOOTER strat
==============================*/

.luxury-footer{
    position:relative;
    background: radial-gradient(circle at left top, #1e1b54 0%, transparent 35%), 
    radial-gradient(circle at right top, #1e1b54 0%, transparent 35%), #041325;
    color:#fff;
    padding:80px 0 30px;
    overflow:hidden;
}

.luxury-footer::before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(
        90deg,
        rgba(212,160,23,.03),
        transparent,
        rgba(212,160,23,.03)
    );
    pointer-events:none;
}

.luxury-footer .container{
    position:relative;
    z-index:2;
}

/*==============================
TOP AREA
==============================*/

.footer-top{
    text-align:center;
    max-width:800px;
    margin:auto;
}

.footer-logo img{
    max-height:100px;
    margin-bottom:20px;
}

.footer-top h2{
    font-size:30px;
    font-weight:500;
    text-transform: uppercase;
    text-align:center;
    margin:15px 0;

    background:linear-gradient(
        180deg,
        #ffe27a 0%,
        #f7d449 35%,
        #f2ca29 60%,
        #dca80c 100%
    );

    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    background-clip:text;
}

.footer-tagline{
    color:#d4a017;
    letter-spacing:4px;
    font-size:12px;
    display:block;
    margin-bottom:20px;
}

.footer-description{
    color:#bfc7d8;
    line-height:1.9;
    max-width:700px;
    margin:auto;
}

.footer-divider{
    height:1px;
    background:rgba(255,255,255,.08);
    margin:50px 0;
}

/*==============================
FOOTER CONTENT
==============================*/

.footer-content h5{
    color:#fff;
    margin-bottom:25px;
    font-size:22px;
    font-weight:600;
}

.footer-content ul{
    margin:0;
    padding:0;
    list-style:none;
}

.footer-content ul li{
    margin-bottom:14px;
}

.footer-content ul li a{
    color:#bfc7d8;
    text-decoration:none;
    transition:.3s;
}

.footer-content ul li a:hover{
    color:#d4a017;
    padding-left:6px;
}

.contact-info li{
    color:#bfc7d8;
    line-height:1.8;
}

.social-text{
    color:#bfc7d8;
    margin-bottom:20px;
}

/*==============================
SOCIAL ICONS
==============================*/

.footer-social{
    display:flex;
    gap:12px;
    flex-wrap:wrap;
}

.footer-social a{
     width:50px;
    height:50px;
    border-radius:50%;
    background:rgba(255,255,255,.04);
    border:1px solid rgba(242,202,41,.25);
    display:flex;
    align-items:center;
    justify-content:center;
    
}

.footer-social a i{
    font-size:20px;
     background:linear-gradient(
        180deg,
        #ffe27a 0%,
        #f7d449 35%,
        #f2ca29 60%,
        #dca80c 100%
    );
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    background-clip:text;
    font-size:22px;
}

.footer-social a:hover{
    background:#d4a017;
    color:#000;
    transform:translateY(-5px);
}

/*==============================
CONTACT CARDS
==============================*/

.footer-contact-cards{
    margin-top:60px;
    padding-top:50px;
    border-top:1px solid rgba(255,255,255,.08);
}

.contact-card{
    position:relative;
    background:rgba(255,255,255,.02);
    border:1px solid rgba(242,202,41,.25);
    border-radius:16px;
    padding:35px 25px;
    text-align:center;
    height:100%;
    transition:.4s ease;
    overflow:hidden;
}

.contact-card:before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:3px;

    background:linear-gradient(
        90deg,
        #ffe27a,
        #f7d449,
        #f2ca29,
        #dca80c
    );
}

.contact-card:hover{
    transform:translateY(-8px);

    border-color:#f2ca29;

    box-shadow:
        0 15px 40px rgba(0,0,0,.35),
        0 0 25px rgba(242,202,41,.15);
}

.contact-card.featured{
    background:
    linear-gradient(
        180deg,
        rgba(242,202,41,.08),
        rgba(242,202,41,.02)
    );
}

.icon-box{
    width:70px;
    height:70px;
    margin:0 auto 20px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;

    background:linear-gradient(
        180deg,
        #ffe27a 0%,
        #f7d449 35%,
        #f2ca29 60%,
        #dca80c 100%
    );

    box-shadow:0 10px 25px rgba(242,202,41,.25);
}

.icon-box i{
    color:#fff;
    font-size:30px;
}

.contact-card h4{
    font-size:24px;
    margin-bottom:15px;
    font-weight:700;

    background:linear-gradient(
        180deg,
        #ffe27a,
        #f7d449,
        #f2ca29,
        #dca80c
    );

    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    background-clip:text;
}

.contact-card p{
    color:#d8d8d8;
    line-height:1.8;
}

.contact-card:hover p{
    color:#f4e2a1;
}



/*==============================
BOTTOM
==============================*/

.footer-bottom{
    border-top:1px solid rgba(255,255,255,.08);
    padding-top:25px;
    text-align:center;
}

.footer-bottom p{
    margin:0;
    color:#aeb8cc;
    font-size:14px;
}

/*==============================
RESPONSIVE
==============================*/

@media(max-width:991px){

    .footer-content > div{
        margin-bottom:35px;
    }

    .footer-top h2{
        font-size:32px;
    }

    .footer-contact-cards{
        margin-top:30px;
    }
}

@media(max-width:767px){

    .luxury-footer{
        padding:60px 0 20px;
    }

    .footer-top h2{
        font-size:26px;
    }

    .footer-content{
        text-align:center;
    }

    .footer-social{
        justify-content:center;
    }

    .contact-card{
        padding:30px 20px;
    }

    .contact-card h4{
        font-size:20px;
    }

    .icon-box{
        width:60px;
        height:60px;
    }

    .icon-box i{
        font-size:24px;
    }

    .footer-payment img{
        max-width:260px;
    }
}
 
@media (max-width: 767px){

    .footer-content{
        display:flex;
        flex-wrap:wrap;
    }

    .footer-content > div{
        width:50%;
        max-width:50%;
        flex:0 0 50%;
        text-align:center;
        margin-bottom:30px;
    }

    .footer-content > div:nth-child(3),
    .footer-content > div:nth-child(4){
        width:100%;
        max-width:100%;
        flex:0 0 100%;
    }

}

<!--------End of Footer----------->



.whatsapp-btn { display: inline-block; max-width: 155px; position: fixed; bottom: 20px; z-index: 11; 
  left: 30px;} 



/* breadcrumb */

 .cont-item {position: relative;padding: 25px 18px 25px 93px;  border: 1px solid #d8e1da;      border-radius: 10px;
      transition: all .5s;     margin-block-end: 50px;    min-height: 170px;} 
.citem-icon { position: absolute; top: -15px; left: 20px; width: 58px; height: 80px; line-height: 80px; font-size: 30px; text-align: center; border-radius: 5px; background: var(--bglight); } 
.cntitem-txt h3 { font-size: 20px; margin-block-end: 5px; } 
.cntitem-txt p:last-child { margin-block-end: 0px; } 
.cont-item:hover { transform: translateY(-15px); border-color: var(--btn-bg); } 
.bg1 {color: #fa5f1c;background-color: #fee7dd;} 
.bg2 { color: var(--btn-bg); background-color: #d9f7f0; } 
.bg3 { color: #ffb300; background-color: #fff4d9; }
.bg4 {  color: #de6593;   background-color: #eaabc1;}
.cntitem-txt a{color: var(--primary-textclr); font-size: 16px;     word-wrap: break-word;}
.cntitem-txt a:hover{color: var(--link-clr);}
.contact-form { position: relative;  z-index: 1;  border: 1px solid #dcd7d7;  padding: 40px 30px; border-radius: 10px;  max-width: 870px; margin-left: auto;  margin-right: auto;}
.cont-item:hover .citem-icon {  background-color: var(--btn-bg);    color: #fff !important;}


 


@keyframes fadeInTop {
  from {
    opacity: 0;
    transform: translate3d(0, 20%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}


ul.amenities { padding: 0px; margin: 0px; list-style: none; display: flex; max-width: 700px; flex-wrap: wrap; } 
ul.amenities li { display: inline-block; padding: 10px 20px; text-align: center; } 
ul.amenities li img { width: 35px; height: 30px; }
.prp-item-img img { width: 100%;  height: 589px;  object-fit: cover;}
.prpSlider .slick-list.draggable{padding: 0px 15% !important;}


 .prp-item-img { position: relative;}
.ovrview-section{background: url(../images/clubbg.svg); background-position: top center !important;}

.ovr-item { margin: auto; text-align: center; } 
.ovr-item-img { margin-bottom: 15px; position: relative; text-align: center; transition: transform 0.8s; transform-style: preserve-3d; } 
.ovr-item h5 { font-weight: 700; } 
.ovr-item:hover .ovr-item-img { transform: rotateY(180deg); }
 
 .propertySlider .slick-list.draggable{padding: 0px 15% !important;}
.property-item img { width: 100%;  height: 589px;  object-fit: cover;}
.slick-next:before,
.slick-prev:before { content: "\ea64"; font-family: remixicon!important; line-height: 45px; transform: none !important; width: 100%;}
.slick-next:before {content: "\ea6e";}
.slick-arrow { background: var(--btn-bg-hover);min-width: auto;   width: 45px;    height: 45px;
    display: flex;    align-items: center;    justify-content: center;}
.slick-arrow:before { background: transparent !important;}
button.slick-next { right: 10px;}
button.slick-prev {left: 20px; z-index: 1;}

/*.banner-overlay:before {background: linear-gradient(45deg, black, transparent);}*/
ul.type_list li::before {   content: '#';    position: absolute;    color: var(--tgreen);
    width: 10px;    height: 10px;    left: 0;    top: -4px;    font-size: 20px;}
ul.type_list li {  padding-left: 20px;  padding-bottom: 10px;  position: relative;}
ul.type_list { list-style: none; padding-left: 0; }
.plan-section{background: url(../images/packages-bg.jpg);}
.alternet-img { width: 100%;  border-radius: 13px;  box-shadow: 0 0 15px 0 rgb(0 0 0 / 20%);}


.pricing-block{ position: relative; padding: 0 30px; margin-bottom: 40px; } 
.pricing-block .inner-box{ position: relative; background-color: var(--whiteclr); box-shadow: 0 20px 40px rgba(0,0,0,0.08); 
    padding: 0 0 30px; max-width: 370px; margin: 0 auto; border-bottom: 20px solid #40cbb4; border-radius: 2rem; 
    box-shadow: 0px 0px 10px white; } 
.pricing-block .icon-box{ position: relative; padding: 50px 30px 0; background-color: #40cbb4; text-align: center; 
    border-radius: 2rem; box-shadow: 0px 0px 10px white; } 
.pricing-block .icon-box:before{ position: absolute; left: 0; bottom: 0; height: 75px; width: 100%; 
    border-radius: 50% 50% 0 0; background-color: #ffffff; content: ""; } 
.pricing-block .icon-box .icon-outer{ position: relative; height: 150px; width: 150px; background-color: var(--whiteclr); 
    border-radius: 50%; margin: 0 auto; padding: 10px; } 
.pricing-block .icon-box i{ position: relative; display: block; height: 130px; width: 130px; line-height: 120px; 
    border: 5px solid #40cbb4; border-radius: 50%; font-size: 50px; color: #40cbb4; -webkit-transition:all 600ms ease; 
    -ms-transition:all 600ms ease; -o-transition:all 600ms ease; -moz-transition:all 600ms ease; transition:all 600ms ease; } 
.pricing-block .inner-box:hover .icon-box i{ transform:rotate(360deg); } 
.pricing-block .price-box{ position: relative; 
        text-align: center; padding: 10px 20px; } 
.pricing-block .title{ position: relative; display: block; font-size: 24px; 
            line-height: 1.2em; color: #222222; font-weight: 600; } 
.pricing-block .price{ display: block; font-size: 30px; color: #222222; font-weight: 700; color: #40cbb4; } 
.pricing-block .features{ position: relative; max-width: 330px; margin: 0 auto 20px; } 
.pricing-block .features li{ position: relative; display: block; font-size: 14px; line-height: 30px; color: #848484; 
    font-weight: 500; padding: 5px 0; padding-left: 26px; border-bottom: 1px dashed #dddddd; } 
.pricing-block .features li:before { position: absolute; left: 0; top: 50%; font-size: 16px; color: #2bd40f; 
    -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; display: inline-block; font-style: normal; 
    font-variant: normal; text-rendering: auto; line-height: 1; font-family: remixicon !important;
    content: "\eb81";     margin-top: -8px; } 
.pricing-block .features li.false:before{ color: #e1137b; content: "\eb97";} 
.pricing-block .features li a{ color: #848484; } .pricing-block .features li:last-child{ border-bottom: 0; } 
.pricing-block .btn-box{ position: relative; text-align: center; } 
.pricing-block .btn-box a{ position: relative; display: inline-block; font-size: 14px; line-height: 25px; color: #ffffff; 
font-weight: 500; padding: 8px 30px; background-color: #40cbb4; border-radius: 10px; border-top:2px solid transparent; 
border-bottom:2px solid transparent; -webkit-transition: all 400ms ease; -moz-transition: all 400ms ease; 
-ms-transition: all 400ms ease; -o-transition: all 400ms ease; transition: all 300ms ease; } 
.pricing-block .btn-box a:hover{ color: #ffffff; } 
.pricing-block .inner-box:hover .btn-box a{ color:#40cbb4; background:none; border-radius:0px; border-color:#40cbb4; } 
.pricing-block:nth-child(2) .icon-box i, .pricing-block:nth-child(2) .inner-box{ border-color: #1d95d2; } 
.pricing-block:nth-child(2) .btn-box a, .pricing-block:nth-child(2) .icon-box{ background-color: #1d95d2; } 
.pricing-block:nth-child(2) .inner-box:hover .btn-box a{ color:#1d95d2; background:none; border-radius:0px; 
    border-color:#1d95d2; } .pricing-block:nth-child(2) .icon-box i, .pricing-block:nth-child(2) .price{ color: #1d95d2; } 
.pricing-block:nth-child(3) .icon-box i, .pricing-block:nth-child(3) .inner-box{ border-color: #ffc20b; } 
.pricing-block:nth-child(3) .btn-box a, .pricing-block:nth-child(3) .icon-box{ background-color: #ffc20b; } 
.pricing-block:nth-child(3) .icon-box i, .pricing-block:nth-child(3) .price{ color: #ffc20b; } 
.pricing-block:nth-child(3) .inner-box:hover .btn-box a{ color:#ffc20b; background:none; border-radius:0px; border-color:#ffc20b; }

.slider > div {display:block; width:100%;text-align: center;}
.slider-nav { text-align: center; }
.slider-nav  div { display:inline-block;  width:80px; height: 80px; margin: 0 5px; padding: 3px 0;
  text-align: center;   cursor: pointer;}
.slider-nav > div img{width: 100%; height: 100%; object-fit: cover;}
.slider-nav { padding-top: 30px; } 
.slider-nav  .prp-item-img { position: relative; border-radius: 5px; overflow: hidden; padding: 0; } 
.slider-nav .prp-item-img:before { content: ""; position: absolute; inset: 0; background: rgb(0 0 0 / 64%); 
    transition: all .5s; } 
.slider-nav .prp-item-img { width: 100%; height: 100%; object-fit: cover; line-height: 0; } 
.prp-item.slick-active .prp-item-img:before { opacity: 0.2; }
.slider .prp-item-img { width: 100%; height: 450px; } 
.slider .prp-item-img img { width: 100%; height: 100%; object-fit: cover; }
.spc_head { display: flex; align-items: center; justify-content: center; background-color: rgb(221 221 221 / 54%); 
    padding: 20px; gap: 20px; margin-block-end: 30px; border-radius: 5px; } 
.spc_head h5 { margin-block-end: 0px; }
.datatable table { width: 100%; } 
.datatable table tr td { border: 1px solid #ddd; padding: 15px; } 
.datatable table tr td:first-child { width: 30%; } 
.datatable table tr td ul { list-style: none; display: flex; width: 100%; flex-wrap: wrap; gap: 10px; align-items: center; 
    justify-content: start; } 
.datatable table tr td ul li { flex: 0 0 calc(33.33% - 10px); display: flex; align-items: center; gap: 5px; } 
.datatable table tr td ul li span.material-symbols-outlined { font-size: 18px; line-height: 1; }


.rightsidebar { padding: 10px; border-radius: 5px; background: #eee; height: calc(100% - 450px); overflow-x: auto; position: sticky; top: 110px; }
.post_detail .post-img { height: 200px; margin-block-end: 10px; } 
.widget_box .widget:not(:last-child)  { margin-block-end: 30px; }
 


.scrollbar::-webkit-scrollbar {  width: 0px;}
.scrollbar::-webkit-scrollbar-track { box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);}
.scrollbar::-webkit-scrollbar-thumb {  background-color: #ddd;  outline: 1px solid slategrey;}



.tab-section ul.nav-tabs { position: absolute; top: -30px; z-index: 8; width: 270px; display: flex; flex-direction: column; 
    background: var(--whiteclr); inset-inline-start: 50px; padding: 10px 0px 0px 0px; border-radius: 10px;
     box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, .09); overflow: hidden;    border: none; }
.tab-section ul.nav-tabs .nav-item .nav-link { font-size: 16px; position: relative; font-weight: 700; line-height: 28px; 
    padding: 20px; border: 0px; border-bottom: 1px solid #ddd; background: transparent; border-radius: 0px; display: block; 
    width: 100%; color: var(--primary-textclr); text-align: left; transition: all .5s; } 
.tab-section ul.nav-tabs .nav-item .nav-link:hover, 
.tab-section ul.nav-tabs .nav-item .nav-link.active{ color: var(--theme-clr); padding-inline-start:25px }
.cta-bx.bg-theme a { display: flex; align-items: center; justify-content: center; gap: 20px; padding: 16px; font-size: 19px;
 font-weight: 500; color: var(--whiteclr); line-height: 21px; font-family: var(--primary-font); } 
.cta-bx.bg-theme.text-white { border-top-left-radius: 10px; border-top-right-radius: 10px; } 
.call-icon { display: flex; align-items: center; justify-content: center; width: 50px; height: 50px; background: var(--whiteclr); 
    border-radius: 100%; color: var(--theme-clr); font-weight: 400; font-size: 25px; }

 .tab-section .tab-content { min-height: 550px; background-size: cover !important; background-repeat: no-repeat !important; 
    background-position: center center !important; border-radius: 10px; display: flex; position: relative; overflow: hidden; 
    align-items: flex-end;   } .tab-content:before { content: ""; width: 100%; height: 100%; 
        background: linear-gradient(to top, #223476 2%, rgba(0, 0, 0, 0) 129%); position: absolute; } 
.tab-section  .tc-box { position: relative; z-index: 1; color: var(--whiteclr); padding: 50px 50px 50px 350px; } 
.tab-section  .tc-box .tabhead h4 { color: var(--whiteclr); font-size: 45px; } 
.tc-box .tabhead p { font-size: 25px; }

.fade {transition: opacity .3s linear;}

 
 
.gallery-item.object-fit { border-radius: 10px;}
.d-grid{display: grid;  }
.gallery-container { grid-gap: 50px;  grid-template-columns: repeat(2, 1fr);}
.gallery-container .gallery-item:nth-child(2)  {  grid-row: 1/3;    grid-column: 2/3;} 
.gallery-container .gallery-item:nth-child(6) {  grid-row: 4/6;    grid-column: 1/2;}
.properties-single .inner-banner-wrap {  margin-bottom: 30px;}
.slider-nav {  display: flex; justify-self: center; align-items: center;}


@media (min-width: 575px){
.gallery-container {  grid-template-columns: 1fr 1.2fr 1fr;    grid-gap: 20px;}

}

@-webkit-keyframes movingX {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes movingX {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

/* container */

.container-left {
    padding-left: calc(50% - 570px);
}
 
@media (min-width: 767px){ 
.container { max-width: 100%;}
.lg-hide{display: none;}
}


@media (min-width: 768px){
.container {max-width: 720px;}
}

@media (min-width: 992px){
.container {max-width: 960px;}
.menu ul.list-style li ul.mega-menu { width: 100%; } 
.menu ul.list-style li ul.mega-menu ul { padding: 0px; display: flex; flex-wrap: wrap; } 
.menu ul.list-style li ul.mega-menu ul li { width: 25%; font-size: 14px; padding: 0px 5px; margin-bottom: 2px; } 
.menu ul.list-style li ul.mega-menu ul li a { color: var(--text-dark); border-bottom: 1px dotted var(--btn-bg); border-radius: 0px; } 
.mega-menu-list { max-height: 300px; overflow-y: auto; }
.mega-menu-list::-webkit-scrollbar {width: 6px;}
.mega-menu-list::-webkit-scrollbar-track {background: #fff;  }
.mega-menu-list::-webkit-scrollbar-thumb {background: #E6E6E6; border-radius: 10px;}
.menu ul.list-style li ul li:hover > a {  color: var(--link-clr) !important;}
}
 

@media (min-width: 1200px){
.container {max-width: 1170px;  }
.container-fluid {padding-left: 15px;  padding-right: 15px;}

}
 
@media (min-width: 1400px){
.container, .container-lg{  max-width: 1320px;}

}


/*****************review*******************/
   
     .customerreviews-container {
  width: 100vw;
  min-height: 100vh;
  background: url('https://www.luxuryrosewoodholidays.com/assets/images/testimonial/testimonial-bg.jpg') no-repeat center center/cover;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 40px 20px;
  box-sizing: border-box;
}

.customerreviews-container::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.customerreviews-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1300px;
}

.customerreviews-title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
}

.swiper {
  width: 100%;
  padding-bottom: 50px;
}

.swiper-slide {
  display: flex;
  justify-content: center;
}

.customerreviews-card {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 16px;
  padding: 25px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  width: 100%;
  max-width: 400px;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-sizing: border-box;
}

.customerreviews-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-bottom: 15px;
  object-fit: cover;
}

.customerreviews-name {
  font-weight: 600;
  margin-bottom: 8px;
  font-size: 1.2rem;
}

.customerreviews-star {
  color: #f39c12;
  margin-bottom: 12px;
  font-size: 1.2rem;
}

.customerreviews-text {
  font-size: 1rem;
  color: #444;
  overflow-wrap: break-word;
}

/* Swiper arrows and bullets */
.swiper-button-next,
.swiper-button-prev {
  color: #fff;
}

.swiper-pagination-bullet-active {
  background: #f39c12;
}

/* ===== Responsive Adjustments ===== */
@media (max-width: 1024px) {
  .customerreviews-title {
    font-size: 2rem;
  }
  .customerreviews-card {
    max-width: 320px;
  }
}

@media (max-width: 768px) {
  .customerreviews-title {
    font-size: 1.8rem;
  }
  .customerreviews-card {
    max-width: 280px;
    padding: 20px;
  }
}

@media (max-width: 480px) {
  .customerreviews-title {
    font-size: 1.6rem;
  }
  .customerreviews-card {
    max-width: 90%;
    padding: 15px;
  }
}

  /* Core styling for iframe */
.video-slide iframe {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}

/* Main video card container */
.video-card {
  width: 430px;
  height: 310px;
  overflow: hidden;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.6);
  transition: transform 0.3s ease;
}

.video-card:hover {
  transform: scale(1.05);
}

/* Wrapper for iframe */
.video-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 16px;
}

.video-wrapper iframe {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 16px;
}

/* Responsive Styles */
@media (max-width: 992px) {
  .video-card {
    width: 360px;
    height: 260px;
  }
}

@media (max-width: 768px) {
  .video-card {
    width: 300px;
    height: 220px;
  }
}

@media (max-width: 576px) {
  .video-card {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
  }

  .video-wrapper {
    height: auto;
    aspect-ratio: 16 / 9;
  }

  .video-wrapper iframe {
    height: 100%;
  }
}
/********************end review********/



/* Masonry Gallery Layout */
.masonry-gallery {
  column-count: 4;
  column-gap: 1rem;
  padding: 0 15px;
}

.gallery-img {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 8px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  display: inline-block;
  break-inside: avoid;
  object-fit: cover;
}

.gallery-img:hover {
  transform: scale(1.03);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

/* Modal (Lightbox) Layout */
.modal-dialog {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  width: auto;
  max-width: 90vw;
}

.modal-content {
  background: transparent;
  border: none;
  padding: 0;
  display: inline-block;
  width: auto;
  max-width: 100%;
  animation: fadeIn 0.4s ease-in-out;
}

.modal-body {
  padding: 0;
  text-align: center;
  background: transparent;
  position: relative;
}

#modalImage {
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 90vh;
  object-fit: contain;
  border-radius: 10px;
  display: inline-block;
}

/* Navigation Buttons (Prev/Next) */
.nav-btn {
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  border: none;
  font-size: 2rem;
  padding: 0.3rem 0.75rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1056;
  transition: background-color 0.3s ease;
}

#prevBtn {
  left: 10px;
}

#nextBtn {
  right: 10px;
}

.nav-btn:hover {
  background-color: rgba(0, 0, 0, 0.9);
}

/* Fade-In Animation */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* Responsive Tweaks */
@media (max-width: 1200px) {
  .masonry-gallery {
    column-count: 3;
  }
}

@media (max-width: 768px) {
  h2 {
    font-size: 1.5rem;
  }

  .masonry-gallery {
    column-count: 2;
  }

  .gallery-img:hover {
    transform: scale(1.02);
  }

  #modalImage {
    max-height: 70vh;
  }

  .nav-btn {
    font-size: 1.5rem;
    padding: 0.2rem 0.6rem;
  }
}

@media (max-width: 576px) {
  .masonry-gallery {
    column-count: 1;
  }
}
/********************end gallery********/

/***************  Diwali Popup Styles *************/
/* ================================
   DIWALI FESTIVE SALE MODAL (ENLARGED)
   ================================ */

/* Dialog size — slightly larger now */
.diwali-dialog {
  max-width: 1020px; /* increased from 880px */
  width: 95%;
  margin: auto;
}

/* Modal content — gradient frame around image */
.diwali-modal-content {
  position: relative;
  background: linear-gradient(45deg, #ffb703, #fb8500, #ff006e);
  padding: 5px; /* slightly thicker frame */
  border: none;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 0 40px rgba(255, 111, 0, 0.5);
  animation: popupScale 0.6s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* Image — fits snugly inside border */
.diwali-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 13px; /* inner match */
  object-fit: cover;
  margin: 0;
  transition: transform 0.3s ease-in-out;
}

.diwali-image:hover {
  transform: scale(1.02);
}

/* Close button - top right */
.diwali-close {
  position: absolute;
  top: 10px;
  right: 14px;
  z-index: 10;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 34px;
  font-weight: 400;
  line-height: 1;
  opacity: 0.9;
  cursor: pointer;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease-in-out;
}

.diwali-close:hover {
  color: #ffcc00;
  text-shadow: 0 0 10px #ff6600, 0 0 25px #ff4500;
  transform: scale(1.15);
  opacity: 1;
}

/* Popup animation */
@keyframes popupScale {
  0% {
    transform: scale(0.7);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

/* Responsive adjustments */
@media (max-width: 1200px) {
  .diwali-dialog {
    max-width: 95%;
  }
  .diwali-modal-content {
    padding: 4px;
    border-radius: 16px;
  }
  .diwali-image {
    border-radius: 12px;
  }
}

@media (max-width: 768px) {
  .diwali-dialog {
    max-width: 94%;
  }
  .diwali-close {
    font-size: 28px;
    top: 8px;
    right: 10px;
  }
}

@media (max-width: 576px) {
  .diwali-dialog {
    max-width: 96%;
  }
  .diwali-close {
    font-size: 26px;
    top: 6px;
    right: 8px;
  }
}



/***************  Diwali Popup Styles end *************/


/* MODAL BASE */
.membershipModal .modal-dialog {
  max-width: 950px;
  width: 100%;
  margin: auto;
}

.membership-modal-content {
  border-radius: 20px;
  overflow: hidden;
  border: none;
  box-shadow: 0 25px 70px rgba(0,0,0,0.25);
}

.membership-modal-wrapper {
  display: flex;
  min-height: 500px;
}

/* LEFT IMAGE */
.membership-left {
  flex: 1;
  background: url("https://www.luxuryrosewoodholidays.com/assets/images/cardpopup.png") center/cover no-repeat;
  position: relative;
}

.left-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(0,0,0,0.2), transparent);
}

/* RIGHT FORM */
.membership-right {
  flex: 1;
  padding: 40px 35px;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* HEADER */
.membership-header {
  text-align: center;
  margin-bottom: 25px;
}

.membership-logo {
  height: 40px;
  margin-bottom: 15px;
}

.membership-header h2 {
  font-size: 20px;
  font-weight: 600;
  color: #222;
  line-height: 1.4;
}

/* FORM */
.form-group {
  margin-bottom: 15px;
}

.form-control {
  height: 48px;
  border-radius: 12px;
  border: 1px solid #ddd;
  padding: 10px 15px;
  font-size: 14px;
  transition: 0.3s;
}

.form-control:focus {
  border-color: #000;
  box-shadow: 0 0 0 3px rgba(0,0,0,0.08);
}

/* BUTTON */
.membership-submit {
  width: 100%;
  background: #000;
  color: #fff;
  height: 50px;
  border-radius: 30px;
  border: none;
  font-size: 15px;
  margin-top: 10px;
  transition: 0.3s;
}

.membership-submit:hover {
  background: #333;
}

/* CLOSE BUTTON */
.modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: #000;
  color: #fff;
  border: none;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
}

/* ================= MOBILE ================= */
@media (max-width: 768px) {

  .membership-modal-wrapper {
    flex-direction: column;
  }

  .membership-left {
    height: 200px;
  }

  .membership-right {
    padding: 25px 20px;
  }

  .membership-header h2 {
    font-size: 16px;
  }

}

/* EXTRA SMALL */
@media (max-width: 480px) {

  .membership-modal-content {
    border-radius: 15px;
  }

  .membership-left {
    height: 160px;
  }

  .form-control {
    height: 45px;
  }

  .membership-submit {
    height: 45px;
    font-size: 14px;
  }

}



/* ==========================================
   MODERN OVERVIEW SECTION
========================================== */

.overview-section{

    position:relative;

    overflow:hidden;

    padding:70px 0;

    background:
linear-gradient(
135deg,
#090909 0%,
#111111 35%,
#1a1408 70%,
#090909 100%
);
}

/* Decorative Glow */

.overview-section:before{

    content:"";

    position:absolute;

    width:700px;
    height:700px;

    top:50%;
    left:50%;

    transform:translate(-50%,-50%);

    background:#d4af37;

    opacity:.12;

    filter:blur(220px);

    border-radius:50%;
}

.overview-section .container{
    position:relative;
    z-index:2;
}

/* Tag */

.overview-tag{

    display:inline-block;

    padding:8px 18px;

    border-radius:50px;

    background:rgba(212,175,55,.12);

    border:1px solid rgba(212,175,55,.25);

    color:#d4af37;

    font-size:12px;

    font-weight:600;

    letter-spacing:2px;

    margin-bottom:20px;
}

/* Heading */

.overview-title{

    font-size:58px;

    line-height:1.1;

    font-weight:700;

    color:#ffffff;

    background:none;

    -webkit-text-fill-color:initial;

    margin-bottom:25px;

    font-family:'Playfair Display', serif;
    /* background: linear-gradient(180deg, #ffe27a 0%, #070707 35%, #080704 60%, #0e0c06 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text; */
    
}

.overview-title span{
    
    display:block;
    font-style:italic;
    color:#d4af37;

    background:none;

    -webkit-text-fill-color:initial;
    /* background: linear-gradient(180deg, #ffe27a 0%, #f7d449 35%, #f2ca29 60%, #dca80c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text; */

}

/* Content */

.overview-desc{

    color:rgba(255,255,255,.75);

    font-size:15px;
    margin-bottom:20px;
}

/* Button */

.overview-btn{

    display:inline-block;

    margin-top:15px;

    padding:15px 35px;

    border-radius:60px;

    text-decoration:none;

    font-weight:600;

    color:#111;

    background:
    linear-gradient(
    135deg,
    #d4af37,
    #f5d977
    );

    transition:.3s;
}

.overview-btn:hover{

    transform:translateY(-3px);

    color:#111;
}

/* Stats */

.overview-stats{

    display:flex;

    gap:20px;

    margin-top:40px;

    flex-wrap:wrap;
}

.stat-box{

    min-width:150px;

    background:
    linear-gradient(
    135deg,
    rgba(255,255,255,.05),
    rgba(255,255,255,.02)
    );

    border:1px solid rgba(212,175,55,.18);

    backdrop-filter:blur(10px);

    box-shadow:none;
    text-align:center;
}

.stat-box h3{

    margin:0;

    color:#d4af37;

    font-size:30px;

    font-weight:700;
}

.stat-box span{

   color:#ffffff;

    font-size:14px;
}

/* Image */

.overview-image-wrapper{

    position:relative;
}

.main-image{

    overflow:hidden;

    border-radius:30px;

    box-shadow:
    0 25px 60px rgba(0,0,0,.12);
}

.main-image img{

    width:100%;

    height:650px;

    object-fit:cover;

    display:block;
}

/* Floating Card */

.floating-card{

    position:absolute;

    bottom:30px;

    left:-40px;

    max-width:260px;

   background:
    linear-gradient(
    135deg,
    rgba(15,15,15,.95),
    rgba(25,25,25,.95)
    );

    border:1px solid rgba(212,175,55,.25);

    padding:25px;

    border-radius:24px;

    box-shadow:
    0 20px 40px rgba(0,0,0,.12);
}

.floating-card h4{

    position:relative;

    margin:0 0 3px;

    padding-bottom:12px;

    color:#f5d977;

    font-size:20px;

    font-weight:700;

    line-height:1.2;
}

.floating-card p{

    margin:0;

    color:rgba(255,255,255,.75);

    font-size:13px;

    line-height:1.7;
}

/* Responsive */

@media(max-width:991px){

    .overview-title{
        font-size:44px;
    }

    .main-image img{
        height:500px;
    }

    .floating-card{
        left:20px;
    }
}

@media(max-width:767px){

    .overview-section{
        padding:70px 0;
    }

    .overview-title{
        font-size:34px;
    }

    .overview-desc{
        font-size:16px;
    }

    .overview-stats{
        justify-content:center;
    }

    .stat-box{
        flex:1;
        min-width:110px;
    }

    .main-image img{
        height:350px;
    }

    .floating-card{

        position:relative;

        left:auto;
        bottom:auto;

        margin-top:20px;

        max-width:100%;
    }
}
/* ==========================================
   MEMBERSHIP BENEFITS SECTION
========================================== */

.membership-benefits{
    position:relative;
    overflow:hidden;
    padding:100px 0;

  background: radial-gradient(circle at top left, rgba(255, 196, 0, 0.22), transparent 32%), radial-gradient(circle at bottom right, rgba(0, 140, 255, 0.20), transparent 35%), linear-gradient(135deg, #000000 0%, #04142c 35%, #07295c 65%, #03101f 100%);
}

/* Blue Glow */

.membership-benefits:before{
    content:"";
    position:absolute;

    width:500px;
    height:500px;

    top:-150px;
    right:-150px;

    background:#0d6efd;
    opacity:.08;

    filter:blur(180px);

    border-radius:50%;
}

.membership-benefits:after{
    content:"";
    position:absolute;

    width:400px;
    height:400px;

    bottom:-150px;
    left:-150px;

    background:#d4af37;
    opacity:.05;

    filter:blur(180px);

    border-radius:50%;
}

.membership-benefits .container{
    position:relative;
    z-index:2;
}

/* Section Heading */

.section-title{
    max-width:800px;
    margin:auto;
}

.section-title .sub-title{
    display:inline-block;

    padding:8px 18px;

    border-radius:30px;

    background:rgba(212,175,55,.12);

    border:1px solid rgba(212,175,55,.25);

    color:#d4af37;

    font-size:12px;
    font-weight:600;

    letter-spacing:2px;

    margin-bottom:20px;

    text-transform:uppercase;
}

.section-title h2{
    font-size:52px;
    font-weight:700;
    line-height:1.2;

   background: linear-gradient(to right, #ffffff, #ffd54f, #ffffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    margin-bottom:20px;
}

.section-title h2 span{
    display:block;

    color:#d4af37;
    font-style:italic;
    font-family:Georgia, serif;
    font-weight:500;
}

.section-title p{
    font-size:17px;
    line-height:1.9;

    color:rgba(255,255,255,.75);
}

/* Cards */

.benefit-card{
    height:100%;

    padding:35px 30px;

    border-radius:24px;

    text-align:center;

    background:
    linear-gradient(
    135deg,
    rgba(255,255,255,.06),
    rgba(255,255,255,.02)
    );

    border:1px solid rgba(255,255,255,.08);

    backdrop-filter:blur(12px);

    transition:.4s ease;

    position:relative;

    overflow:hidden;
}

.benefit-card:hover{
    transform:translateY(-10px);

    border-color:rgba(212,175,55,.35);

    box-shadow:
    0 20px 50px rgba(0,0,0,.35);
}

.benefit-card:before{
    content:"";

    position:absolute;

    top:0;
    left:0;

    width:100%;
    height:3px;

    background:
    linear-gradient(
    90deg,
    transparent,
    #d4af37,
    transparent
    );

    opacity:0;

    transition:.4s;
}

.benefit-card:hover:before{
    opacity:1;
}

/* Icons */

.benefit-icon{
    width:85px;
    height:85px;

    margin:auto auto 25px;

    border-radius:50%;

    display:flex;
    align-items:center;
    justify-content:center;

    background:
    linear-gradient(
    135deg,
    #d4af37,
    #f5d977
    );

    box-shadow:
    0 10px 25px rgba(212,175,55,.25);
}

.benefit-icon i{
    font-size:32px;
    color:#fff;
}

/* Card Text */

.benefit-card h4{
    font-size:24px;
    font-weight:700;

    color:#ffffff;

    margin-bottom:15px;
}

.benefit-card p{
    color:rgba(255,255,255,.70);

    font-size:15px;

    line-height:1.8;

    margin:0;
}

/* Hover */

.benefit-card:hover h4{
    color:#d4af37;
}

/* Responsive */

@media(max-width:991px){

    .membership-benefits{
        padding:80px 0;
    }

    .section-title h2{
        font-size:40px;
    }

    .section-title p{
        font-size:16px;
    }

    .benefit-card{
        padding:30px 25px;
    }
}

@media(max-width:767px){

    .membership-benefits{
        padding:60px 0;
    }

    .section-title h2{
        font-size:30px;
    }

    .section-title p{
        font-size:15px;
    }

    .benefit-card{
        padding:25px;
    }

    .benefit-icon{
        width:70px;
        height:70px;
    }

    .benefit-icon i{
        font-size:28px;
    }

    .benefit-card h4{
        font-size:20px;
    }
}

/* =========================
   TRAVEL EXPERIENCE SECTION
========================= */

.travel-experience-section{
    position:relative;

    padding:120px 0;

    background:#000000;

    overflow:hidden;
}

/* Background Glow */
.travel-glow{
    position:absolute;

    border-radius:50%;

    filter:blur(90px);

    z-index:0;
}

.glow-1{
    width:420px;
    height:420px;

    top:120px;
    left:-120px;

    background:rgba(255,196,0,0.12);
}

.glow-2{
    width:380px;
    height:380px;

    bottom:50px;
    right:-100px;

    background:rgba(0,140,255,0.12);
}

/* Container */
.travel-container{
    width:100%;
    max-width:1280px;

    margin:auto;

    padding:0 20px;

    position:relative;
    z-index:2;
}

/* Heading */
.travel-heading{
    text-align:center;

    max-width:850px;

    margin:0 auto 70px;
}

.travel-tag{
    display:inline-block;

    font-size:13px;
    font-weight:600;

    letter-spacing:5px;

    color:#ffd54f;

    margin-bottom:20px;
}

.travel-heading h2{
    font-size:72px;
    font-weight:300;

    line-height:1.1;

    color:#ffffff;

    margin-bottom:25px;
}

.travel-heading h2 span{
    color:#ffd54f;

    font-style:italic;

    font-family:Georgia, serif;
}

.travel-heading p{
    color:#bdbdbd;

    font-size:22px;

    line-height:1.8;
}

/* Grid */
.experience-grid{
    display:grid;

    grid-template-columns:1.1fr 1fr;

    gap:30px;

    align-items:stretch;
}

/* Common Card */
.experience-card{
    position:relative;

    border-radius:36px;

    overflow:hidden;

    background:#0b0b0b;

    border:1px solid rgba(255,255,255,0.06);

    transition:0.45s ease;
}

.experience-card:hover{
    transform:translateY(-8px);

    box-shadow:
        0 20px 40px rgba(0,0,0,0.45),
        0 0 25px rgba(255,196,0,0.08);
}

/* Images */
.experience-card img{
    width:100%;
    height:100%;

    object-fit:cover;

    display:block;

    transition:0.6s ease;
}

.experience-card:hover img{
    transform:scale(1.05);
}

/* Large Card */
.large-card{
    min-height:720px;
}

/* Overlay */
.experience-overlay{
    position:absolute;

    left:0;
    right:0;
    bottom:0;

    padding:40px;

    background:
        linear-gradient(
            to top,
            rgba(0,0,0,0.92),
            rgba(0,0,0,0.1)
        );
}

/* Card Tag */
.card-tag{
    display:inline-block;

    font-size:12px;
    font-weight:600;

    letter-spacing:4px;

    color:#ffd54f;

    margin-bottom:18px;
}

/* Overlay Text */
.experience-overlay h3,
.text-card h3,
.glass-card h3{
    font-size:42px;
    font-weight:500;

    color:#ffffff;

    line-height:1.2;

    margin-bottom:18px;
}

.text-card h3 span{
    color:#ffd54f;

    font-style:italic;

    font-family:Georgia, serif;
}

.experience-overlay p,
.text-card p,
.glass-card p{
    color:#bdbdbd;

    font-size:18px;

    line-height:1.8;
}

/* Right Side */
.experience-right{
    display:flex;
    flex-direction:column;

    gap:30px;
}

/* Glass Card */
.glass-card{
    padding:50px;

    min-height:290px;

    background:
        linear-gradient(
            135deg,
            rgba(255,196,0,0.04),
            rgba(0,140,255,0.04)
        );

    backdrop-filter:blur(16px);
}

.glass-shape{
    position:absolute;

    width:120px;
    height:120px;

    border-radius:50%;

    top:-40px;
    right:-30px;

    background:
        radial-gradient(
            circle,
            rgba(255,196,0,0.22),
            transparent 70%
        );

    filter:blur(10px);
}

/* Bottom Grid */
.bottom-grid{
    display:grid;

    grid-template-columns:1fr 1fr;

    gap:30px;
}

/* Image Card */
.image-card{
    min-height:380px;
}

/* Text Card */
.text-card{
    padding:50px 40px;

    background:
        linear-gradient(
            180deg,
            rgba(255,196,0,0.05),
            rgba(0,0,0,0.9)
        );
}

/* Button */
.explore-btn{
    display:inline-flex;

    align-items:center;
    justify-content:center;

    padding:14px 28px;

    margin-top:30px;

    border-radius:50px;

    text-decoration:none;

    color:#000000;

    font-weight:600;

    background:#ffd54f;

    transition:0.35s ease;
}

.explore-btn:hover{
    transform:translateY(-3px);

    background:#ffffff;
}



/* =========================
   TABLET
========================= */

@media(max-width:991px){

    .travel-heading h2{
        font-size:54px;
    }

    .travel-heading p{
        font-size:18px;
    }

    .experience-grid{
        grid-template-columns:1fr;
    }

    .large-card{
        min-height:600px;
    }
}



/* =========================
   MOBILE
========================= */

@media(max-width:768px){

    .travel-experience-section{
        padding:80px 0;
    }

    .travel-heading{
        margin-bottom:50px;
    }

    .travel-heading h2{
        font-size:42px;
    }

    .travel-heading p{
        font-size:16px;
    }

    .bottom-grid{
        grid-template-columns:1fr;
    }

    .glass-card,
    .text-card{
        padding:35px 28px;
    }

    .experience-overlay{
        padding:28px;
    }

    .experience-overlay h3,
    .text-card h3,
    .glass-card h3{
        font-size:30px;
    }

    .experience-overlay p,
    .text-card p,
    .glass-card p{
        font-size:15px;
    }

    .large-card{
        min-height:480px;
    }

    .image-card{
        min-height:320px;
    }
}



/* =========================
   SMALL MOBILE
========================= */

@media(max-width:480px){

    .travel-heading h2{
        font-size:34px;
    }

    .travel-tag{
        font-size:11px;
        letter-spacing:3px;
    }

    .glass-card,
    .text-card{
        padding:28px 22px;
    }

    .experience-card{
        border-radius:28px;
    }

    .experience-overlay h3,
    .text-card h3,
    .glass-card h3{
        font-size:26px;
    }
}




/* ==========================================
   DESTINATIONS SECTION
========================================== */

.destinations-section{
    position:relative;
    overflow:hidden;
    padding:100px 0;

    background:
    linear-gradient(
    135deg,
    #020812 0%,
    #051a2f 35%,
    #071427 70%,
    #000000 100%
    );
}

/* Premium Glow Effects */

.destinations-section:before{
    content:"";
    position:absolute;

    width:500px;
    height:500px;

    top:-200px;
    right:-200px;

    background:#0d6efd;
    opacity:.08;

    filter:blur(180px);

    border-radius:50%;
}

.destinations-section:after{
    content:"";
    position:absolute;

    width:400px;
    height:400px;

    bottom:-150px;
    left:-150px;

    background:#d4af37;
    opacity:.05;

    filter:blur(180px);

    border-radius:50%;
}

.destinations-section .container-fluid{
    position:relative;
    z-index:2;
}

/* ==========================================
   SECTION TITLE
========================================== */

.section-title{
    max-width:850px;
    margin:auto;
}

.section-title .sub-title{
    display:inline-block;

    padding:8px 18px;

    border-radius:30px;

    background:rgba(212,175,55,.12);

    border:1px solid rgba(212,175,55,.25);

    color:#d4af37;

    font-size:12px;
    font-weight:600;

    letter-spacing:2px;
    text-transform:uppercase;

    margin-bottom:18px;
}

.section-title h2{
    color:#fff;
    font-size:52px;
    font-weight:700;
    margin-bottom:20px;
}

.section-title h2 span{
    color:#d4af37;
    font-style:italic;
    font-family:Georgia, serif;
    font-weight:500;
}

.section-title p{
    color:rgba(255,255,255,.72);
    font-size:17px;
    line-height:1.9;
}

/* ==========================================
   CATEGORY HEADING
========================================== */

.destination-heading{
    margin-bottom:30px;
}

.destination-heading h3{
    color:#fff;
    font-size:32px;
    font-weight:700;
    margin:0;

    display:inline-flex;
    align-items:center;
    gap:15px;
}

.destination-heading h3:before{
    content:"";

    width:45px;
    height:3px;

    background:#d4af37;

    border-radius:5px;
}

/* ==========================================
   CARD
========================================== */

.hotel-card-up{

    background:
    linear-gradient(
    135deg,
    rgba(255,255,255,.06),
    rgba(255,255,255,.02)
    );

    border:1px solid rgba(255,255,255,.08);

    backdrop-filter:blur(12px);

    border-radius:24px;

    overflow:hidden;

    transition:.4s ease;

    height:100%;
}

.hotel-card-up:hover{
    transform:translateY(-10px);

    border-color:rgba(212,175,55,.35);

    box-shadow:
    0 20px 50px rgba(0,0,0,.35);
}

/* ==========================================
   IMAGE
========================================== */

.hotel-img-wrap{
    position:relative;
    height:280px;
    overflow:hidden;
}

.hotel-img-wrap img{
    width:100% !important;
    height:100% !important;
    object-fit:cover;

    transition:transform .8s ease;
}

.hotel-card-up:hover .hotel-img-wrap img{
    transform:scale(1.08);
}

/* ==========================================
   BADGES
========================================== */

.destination-badge{
    position:absolute;

    top:15px;
    left:15px;

    padding:7px 14px;

    border-radius:30px;

    font-size:12px;
    font-weight:600;

    z-index:2;
}

.domestic{
    background:#16a34a;
    color:#fff;
}

.international{
    background:#d4af37;
    color:#111;
}

/* ==========================================
   CONTENT
========================================== */

.hotel-content{
    padding:20px;

    display:flex;
    justify-content:space-between;
    align-items:center;

    background:transparent;
}

.hotel-name{
    margin:0;

    color:#fff;

    font-size:18px;
    font-weight:700;

    letter-spacing:.5px;
}

.view-hotel-btn{
    color:#d4af37;

    text-decoration:none;

    font-size:14px;
    font-weight:600;

    display:flex;
    align-items:center;
    gap:8px;

    transition:.3s;
}

.view-hotel-btn:hover{
    color:#f5d977;
}

.view-hotel-btn span{
    transition:.3s;
}

.view-hotel-btn:hover span{
    transform:translateX(5px);
}

/* ==========================================
   OWL NAVIGATION
========================================== */

.packages-carousel{
    position:relative;
}

.packages-carousel .owl-nav{
    position:absolute;

    top:45%;
    left:0;

    width:100%;

    transform:translateY(-50%);

    display:flex !important;
    justify-content:space-between;

    z-index:10;
}

.packages-carousel .owl-nav button{

    width:55px;
    height:55px;

    border-radius:50% !important;

    /* background:rgba(255,255,255,.08) !important;

    backdrop-filter:blur(10px); */

    border:1px solid rgba(255,255,255,.15) !important;

    transition:.3s;

    position:relative;
}

.packages-carousel .owl-nav button:hover{
    /* background:#d4af37 !important; */
}

.packages-carousel .owl-nav button span{
    display:none;
}

.packages-carousel .owl-prev::before,
.packages-carousel .owl-next::before{

    content:"";

    position:absolute;

    top:50%;
    left:50%;

    width:10px;
    height:10px;

    border-top:2px solid #fff;
    border-right:2px solid #fff;
}

.packages-carousel .owl-prev::before{
    transform:translate(-50%,-50%) rotate(-135deg);
}

.packages-carousel .owl-next::before{
    transform:translate(-50%,-50%) rotate(45deg);
}

/* ==========================================
   SPACING
========================================== */

.destination-block + .destination-block{
    margin-top:80px;
}

/* ==========================================
   RESPONSIVE
========================================== */

@media(max-width:991px){

    .destinations-section{
        padding:80px 0;
    }

    .section-title h2{
        font-size:42px;
    }

    .destination-heading h3{
        font-size:28px;
    }

    .hotel-img-wrap{
        height:240px;
    }
}

@media(max-width:767px){

    .destinations-section{
        padding:60px 0;
    }

    .section-title h2{
        font-size:30px;
    }

    .section-title p{
        font-size:15px;
    }

    .destination-heading h3{
        font-size:22px;
    }

    .hotel-img-wrap{
        height:220px;
    }

    .hotel-content{
        flex-direction:column;
        gap:10px;
        text-align:center;
        padding:15px;
    }

    .hotel-name{
        font-size:15px;
    }

    .view-hotel-btn{
        font-size:13px;
    }

    .destination-block + .destination-block{
        margin-top:50px;
    }
}

/* ==========================================
MEMBERSHIP PLANS
========================================== */

.membership-plans-section{
padding:100px 0;
background:
linear-gradient(
135deg,
#020812 0%,
#051a2f 35%,
#071427 70%,
#000000 100%
);
}

.plan-card{
position:relative;

height:100%;

padding:40px 30px;

text-align:center;

border-radius:24px;

background:
linear-gradient(
135deg,
rgba(255,255,255,.06),
rgba(255,255,255,.02)
);

border:1px solid rgba(255,255,255,.08);

backdrop-filter:blur(12px);

transition:.4s;

}

.plan-card:hover{
transform:translateY(-10px);
border-color:rgba(212,175,55,.35);

box-shadow:
0 20px 50px rgba(0,0,0,.35);

}

.plan-card h3{
color:#fff;
font-size:30px;
font-weight:700;
}

.plan-duration{
color:#d4af37;

font-size:22px;
font-weight:700;

margin:15px 0 25px;


}

.plan-card ul{
list-style:none;
padding:0;
margin:0 0 30px;
}

.plan-card ul li{
color:rgba(255,255,255,.75);
padding:10px 0;
border-bottom:1px solid rgba(255,255,255,.08);
}

.plan-btn{
display:inline-block;

padding:14px 30px;

border-radius:50px;

text-decoration:none;

font-weight:600;

color:#111;

background:
linear-gradient(
135deg,
#d4af37,
#f5d977
);

transition:.3s;


}

.plan-btn:hover{
transform:translateY(-3px);
color:#111;
}

.featured{
border:2px solid #d4af37;
transform:scale(1.05);
}

.featured:hover{
transform:scale(1.05) translateY(-10px);
}

.recommended{
position:absolute;
top:-12px;
left:50%;

transform:translateX(-50%);

background:#d4af37;

color:#111;

font-size:12px;
font-weight:700;

padding:8px 18px;

border-radius:30px;


}

.plan-price{
    margin:20px 0 30px;

    font-size:42px;
    font-weight:800;

    color:#ffffff;

    line-height:1;
}

.plan-price span{
    display:block;

    margin-top:10px;

    font-size:15px;
    font-weight:500;

    color:#d4af37;
}

.featured .plan-price{
    color:#d4af37;
}

.plan-card h3{
    font-size:30px;
    font-weight:700;
    color:#fff;
    margin-bottom:10px;
}

.plan-card ul{
    list-style:none;
    padding:0;
    margin:0 0 30px;
}

.plan-card ul li{
    padding:12px 0;

    color:rgba(255,255,255,.75);

    border-bottom:1px solid rgba(255,255,255,.08);
}

.plan-card ul li:last-child{
    border-bottom:none;
}

@media(max-width:991px){


.featured{
    transform:none;
}

.featured:hover{
    transform:translateY(-10px);
}


}

@media(max-width:767px){


.membership-plans-section{
    padding:60px 0;
}

.plan-card{
    padding:30px 20px;
}

.plan-card h3{
    font-size:24px;
}


}


/* ==========================================
MODERN TESTIMONIAL SECTION
========================================== */

.testimonials-section{
    position:relative;
    overflow:hidden;
    padding:100px 0;

    background:
        linear-gradient(
            rgba(5,18,35,.82),
            rgba(5,18,35,.82)
        ),
        url('../images/premium-resorts.jpg');

    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    background-attachment:fixed;
}

.testimonials-section:before{

    content:"";

    position:absolute;

    width:650px;
    height:650px;

    top:-220px;
    left:-220px;

    background:#d4af37;

    opacity:.12;

    filter:blur(180px);

    border-radius:50%;
}

.testimonials-section:after{

    content:"";

    position:absolute;

    width:550px;
    height:550px;

    bottom:-180px;
    right:-180px;

    background:#d4af37;

    opacity:.10;

    filter:blur(170px);

    border-radius:50%;
}

.testimonials-section .container{
position:relative;
z-index:2;
}

/* Cards */

.testimonial-card{

    height:100%;

    padding:35px;

    border-radius:28px;

    background:rgba(7,20,39,.72);

    border:1px solid rgba(255,255,255,.12);

    backdrop-filter:blur(18px);

    transition:.4s ease;

    overflow:hidden;

}
.testimonials-section::after{
    content:"";

    position:absolute;
    inset:0;

    background:
        linear-gradient(
            rgba(0,0,0,.08),
            rgba(0,0,0,.15)
        );

    pointer-events:none;
}

.testimonial-card:hover{
transform:
translateY(-10px);

border-color:rgba(212,175,55,.35);

box-shadow:
0 20px 50px rgba(0,0,0,.35);

}

/* Quote Icon */

.quote-icon{

width:65px;
height:65px;

border-radius:18px;

display:flex;
align-items:center;
justify-content:center;

margin-bottom:25px;

background:
linear-gradient(
135deg,
#d4af37,
#f5d977
);

}

.quote-icon i{
color:#111;
font-size:28px;
}

/* Destination Badge */

.destination-tag{
display:inline-block;

padding:8px 16px;

border-radius:30px;

margin-bottom:20px;

background:rgba(212,175,55,.12);

border:1px solid rgba(212,175,55,.25);

color:#d4af37;

font-size:12px;
font-weight:600;

text-transform:uppercase;
letter-spacing:1px;

}

/* Content */

.testimonial-content p{

color:rgba(255,255,255,.80);

font-size:16px;

line-height:1.9;

margin-bottom:35px;

}

/* Footer */

.testimonial-footer{

display:flex;
align-items:center;
gap:15px;

}

.user-img{

width:65px;
height:65px;

border-radius:50%;

background:
linear-gradient(
135deg,
#d4af37,
#f5d977
);

display:flex;
align-items:center;
justify-content:center;

color:#111;

font-size:18px;
font-weight:700;

flex-shrink:0;

}

.user-info{
flex:1;
}

.user-info h5{
color:#fff;
margin:0;
font-size:18px;
font-weight:600;
}

.user-info span{
color:#d4af37;
font-size:13px;
}

.rating{
color:#d4af37;

font-size:15px;

letter-spacing:2px;

}

/* Navigation */

.testimonials-carousel .owl-nav{
display:flex !important;

justify-content:center;

gap:18px;

margin-top:50px;

}

.testimonials-carousel .owl-nav button{
width:60px;
height:60px;

border-radius:20px !important;

background:
linear-gradient(
135deg,
rgba(255,255,255,.08),
rgba(255,255,255,.03)
) !important;

border:1px solid rgba(212,175,55,.25) !important;

position:relative;

transition:.35s;

}

.testimonials-carousel .owl-nav button:hover{
    background:transparent !important;
    border-color:#d4af37 !important;
}

.testimonials-carousel .owl-nav button span{
display:none;
}

.testimonials-carousel .owl-prev:before{
content:"←";
position:absolute;

top:50%;
left:50%;

transform:translate(-50%,-50%);

color:#d4af37;

font-size:22px;

}

.testimonials-carousel .owl-next:before{
content:"→";
position:absolute;

top:50%;
left:50%;

transform:translate(-50%,-50%);

color:#d4af37;

font-size:22px;

}

.testimonials-carousel .owl-nav button:hover:before

/* Responsive */

@media(max-width:991px){
.testimonials-section{
    padding:80px 0;
}

}

@media(max-width:767px){
.testimonials-section{
    padding:60px 0;
}

.testimonial-card{
    padding:25px;
}

.testimonial-content p{
    font-size:15px;
}

.user-img{
    width:55px;
    height:55px;
    font-size:16px;
}

.user-info h5{
    font-size:16px;
}

.rating{
    display:none;
}

.testimonials-carousel .owl-nav button{
    width:50px;
    height:50px;
}

}


/* ==========================================
ABOUT PAGE OVERVIEW SECTION
========================================== */

.about-overview-section{
    position:relative;
    overflow:hidden;
    padding:120px 0;
    background:
    linear-gradient(
    rgba(0,0,0,.75),
    rgba(0,0,0,.75)
    ),
    url('../images/overview-bg.jpg');

    background-size:cover;
    background-position:center;
}

.about-overview-overlay{
    position:absolute;
    inset:0;

    background:
    linear-gradient(
    90deg,
    rgba(0,0,0,.65),
    rgba(0,0,0,.45)
    );
}

.about-overview-glow{
    position:absolute;
    width:700px;
    height:700px;

    top:50%;
    left:50%;

    transform:translate(-50%,-50%);

    background:#d4af37;
    opacity:.15;

    filter:blur(180px);
    border-radius:50%;
}

.about-overview-section .container{
    position:relative;
    z-index:2;
}

/* Tag */

.about-overview-tag{
    display:inline-block;
    padding:10px 20px;

    border:1px solid rgba(212,175,55,.45);
    border-radius:50px;

    color:#d4af37;
    font-size:12px;
    letter-spacing:3px;

    margin-bottom:25px;
}

/* Heading */

.about-overview-title{
    font-size:68px;
    line-height:1.05;

    color:#fff;
    margin-bottom:25px;

    font-family:'Playfair Display',serif;
}

.about-overview-title span{
    display:block;
    color:#d4af37;
    font-style:italic;
}

/* Divider */

.about-overview-divider{
    width:280px;
    height:2px;

    background:
    linear-gradient(
    90deg,
    #d4af37,
    transparent
    );

    margin-bottom:35px;
}

/* Content */

.about-overview-content p{
    color:rgba(255,255,255,.85);
    
    margin-bottom:20px;
}

.about-overview-content strong{
    color:#d4af37;
}

/* Highlight Box */

.about-overview-highlight{
    display:flex;
    gap:20px;

    margin-top:35px;
    padding:30px;

    border-radius:25px;

    background:rgba(0,0,0,.35);

    border:1px solid rgba(212,175,55,.25);

    backdrop-filter:blur(10px);

    color:#fff;
}

.about-overview-icon{
    width:60px;
    height:60px;

    border-radius:50%;

    display:flex;
    align-items:center;
    justify-content:center;

    border:1px solid rgba(212,175,55,.5);

    color:#d4af37;

    flex-shrink:0;
    font-size:22px;
}

/* Button */

.about-overview-btn{
    display:inline-flex;
    align-items:center;
    gap:10px;

    margin-top:35px;
    padding:16px 34px;

    border-radius:14px;
    text-decoration:none;

    font-weight:600;

    background:#d4af37;
    color:#111;

    transition:.3s;
}

.about-overview-btn:hover{
    transform:translateY(-4px);
    color:#111;
    box-shadow:0 15px 35px rgba(212,175,55,.25);
}

/* Right Image */

.about-overview-image{
    position:relative;
}

.about-overview-image img{
    width:100%;
    height:720px;

    object-fit:cover;

    border-radius:30px;

    border:1px solid rgba(212,175,55,.4);
}

/* Floating Stats */

.about-overview-stats{
    position:absolute;

    bottom:40px;
    left:32px;

    width:280px;

    padding:25px;

    border-radius:25px;

    background:rgba(5,18,35,.92);

    border:1px solid rgba(212,175,55,.3);

    backdrop-filter:blur(12px);
}

.about-overview-stat{
    padding:15px 0;
    border-bottom:1px solid rgba(255,255,255,.08);
}

.about-overview-stat:last-child{
    border-bottom:none;
}

.about-overview-stat h3{
    color:#d4af37;
    font-size:36px;
    margin-bottom:5px;
}

.about-overview-stat span{
    color:#fff;
    font-size:15px;
}

/* Responsive */

@media(max-width:991px){

    .about-overview-title{
        font-size:48px;
    }

    .about-overview-image img{
        height:500px;
    }

    .about-overview-stats{
        position:relative;

        left:auto;
        bottom:auto;

        width:100%;

        margin-top:20px;
    }
}

@media(max-width:767px){

    .about-overview-section{
        padding:70px 0;
    }

    .about-overview-title{
        font-size:34px;
    }

    .about-overview-content p{
        font-size:16px;
    }

    .about-overview-highlight{
        flex-direction:column;
    }

    .about-overview-image img{
        height:350px;
    }

    .about-overview-stats{
        padding:20px;
    }

    .about-overview-stat h3{
        font-size:28px;
    }

    .about-overview-btn{
        width:100%;
        justify-content:center;
    }
}

/******************Home Slider****************************/

/* ===== Keyframe Animations ===== */
.htext-gradient-gold {
    background: var(--gradient-gold);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}


@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-15px);
    }
}

@keyframes shimmer {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.7;
    }
}

@keyframes progress {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}



/* ===== Hero Section ===== */
#homehero {
    position: relative;
    min-height:700px;
    height:100vh;
    height:100svh;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.home-hero-media {
    position: absolute;
    inset: 0;
}

.home-hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-hero-slider {
    position: absolute;
    inset: 0;
}

.home-hero-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    background-size: cover;
    background-position: center;
    transition: opacity 1.5s ease;
}

.home-hero-slide.active {
    opacity: 1;
}

.home-hero-overlay {
    position: absolute;
    pointer-events:none;
    inset: 0;
    background: linear-gradient(135deg, rgba(7,13,21,0.7) 0%, rgba(7,13,21,0.5) 50%, rgba(7,13,21,0.7) 100%);
}

.home-hero-overlay::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(212, 169, 50, 0.05) 0%, transparent 50%);
}

.home-hero-content {
    position: relative;
    z-index: 10;
    text-align: center;
    width:100%;
    max-width:900px;
    margin:auto;
    padding:0 20px;
    
}

.home-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.6rem 1.5rem;
    margin-bottom: 1.5rem;
    background: rgba(212, 169, 50, 0.15);
    border: 1px solid rgba(212, 169, 50, 0.4);
    border-radius: 3rem;
    animation: slideUp 0.8s ease 0.2s both;
}

.home-hero-badge i {
    color: var(--gold-500);
}

.home-hero-badge span {
    font-size: 0.8rem;
    letter-spacing: 0.2em;
    color: var(--gold-300);
    text-transform: uppercase;
}

.home-hero-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2.5rem, 7vw, 5rem);
    font-weight: 400;
    line-height: 1.15;
    margin-bottom: 1.5rem;
    animation: slideUp 0.8s ease 0.4s both;
    color: white;
}

.home-hero-title span {
    font-weight: 600;
    font-style: italic;
}

.home-hero-subtitle {
    font-size: clamp(1rem, 2vw, 1.2rem);
    color: rgba(255,255,255,0.8);
    font-weight: 300;
    max-width: 650px;
    margin: 0 auto 2.5rem;
    animation: slideUp 0.8s ease 0.6s both;
}

.home-hero-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    animation: slideUp 0.8s ease 0.8s both;
}

.nhero-btn {
    padding: 1rem 2rem;
    font-size: 0.9rem;
}

.home-hero-decor {
    position: absolute;
    border: 1px solid rgba(212, 169, 50, 0.3);
    border-radius: 50%;
    animation: float 5s ease-in-out infinite;
}

.home-hero-decor-1 {
    top: 15%;
    left: 5%;
    width: 100px;
    height: 100px;
}

.home-hero-decor-2 {
    bottom: 20%;
    right: 8%;
    width: 80px;
    height: 80px;
    animation-delay: -2s;
}

/*=====================================
HOME HERO SLIDER DOTS
=====================================*/

.home-hero-slider-dots{
    position:absolute;
    left:50%;
    bottom:8rem;
    transform:translateX(-50%);
    display:flex;
    align-items:center;
    justify-content:center;
    gap:12px;
    z-index:100;
}

/* Reset Bootstrap button styles */
.home-hero-slider-dots button.hslider-dot{
    -webkit-appearance:none;
    appearance:none;

    display:block;

    width:40px;
    height:4px;

    padding:0;
    margin:0;

    min-width:40px;
    max-width:40px;

    border:none !important;
    outline:none !important;
    box-shadow:none !important;

    border-radius:30px;

    background:rgba(255,255,255,.30) !important;

    cursor:pointer;

    overflow:hidden;

    transition:all .35s ease;

    position:relative;
}

.home-hero-slider-dots button.hslider-dot:hover{
    background:rgba(255,255,255,.45) !important;
}

.home-hero-slider-dots button.hslider-dot.active{
    width:60px;
    min-width:60px;
    max-width:60px;

    background:rgba(255,255,255,.30) !important;
}

.home-hero-slider-dots button.hslider-dot:focus,
.home-hero-slider-dots button.hslider-dot:active{
    outline:none !important;
    box-shadow:none !important;
}

/* Progress Bar */

.home-hero-slider-dots .hslider-dot-fill{
    position:absolute;
    left:0;
    top:0;

    width:0;
    height:100%;

    background:#d4af37;

    border-radius:30px;
}

.home-hero-slider-dots button.hslider-dot.active .hslider-dot-fill{
    animation:heroDotProgress 6s linear forwards;
}

@keyframes heroDotProgress{

    from{
        width:0%;
    }

    to{
        width:100%;
    }

}

.hscroll-indicator {
    position: absolute;
    bottom: 2.5rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    z-index: 20;
}

.hscroll-indicator span {
    font-size: 0.7rem;
    letter-spacing: 0.2em;
    color: rgba(255,255,255,0.6);
    text-transform: uppercase;
}

.hscroll-line {
    width: 1px;
    height: 40px;
    background: linear-gradient(180deg, var(--gold-500), transparent);
    animation: float 1.5s ease-in-out infinite;
}





/* ===== Buttons ===== */
.home-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.7rem 1.5rem;
    font-size: 0.85rem;
    font-weight: 600;
    border-radius: 0.4rem;
    transition: all 0.3s;
}

.nbtn-gold {
    background: var(--gradient-gold);
    color: var(--navy-950);
    box-shadow: 0 4px 15px rgba(212, 169, 50, 0.3);
}

.nbtn-gold:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(212, 169, 50, 0.4);
}

.btn-outline {
    border: 1px solid var(--gold-500);
    color: var(--gold-400);
}

.btn-outline:hover {
    background: var(--gold-500);
    color: var(--navy-950);
}

.btn-brand {
    background: var(--gradient-brand);
    color: #fff;
    box-shadow: 0 4px 15px rgba(30, 75, 142, 0.3);
}

.btn-brand:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(30, 75, 142, 0.4);
}

@media (max-width:991px){

    #homehero{
        min-height:650px;
    }

    .home-hero-title{
        font-size:3.5rem;
    }

    .home-hero-subtitle{
        max-width:600px;
    }

    .home-hero-slider-dots{
        bottom:7rem;
    }

}

@media (max-width:767px){

    #homehero{
        min-height:600px;
        padding:90px 0;
    }

    .home-hero-title{
        font-size:2.4rem;
        line-height:1.2;
    }

    .home-hero-subtitle{
        font-size:15px;
        margin-bottom:30px;
    }

    .home-hero-buttons{
        flex-direction:column;
        width:100%;
    }

    .home-hero-buttons .home-btn{
        width:100%;
    }

    .home-hero-slider-dots{
        bottom:110px;
    }

    .hscroll-indicator{
        bottom:30px;
    }

}
@media (max-width:480px){

    #homehero{
        min-height:550px;
    }

    .home-hero-title{
        font-size:2rem;
    }

    .home-hero-subtitle{
        font-size:14px;
    }

    .home-hero-badge{
        padding:8px 16px;
    }

    .home-hero-badge span{
        font-size:11px;
        letter-spacing:1px;
    }

    .home-hero-slider-dots{
        bottom:95px;
        gap:8px;
    }

    .home-hero-slider-dots button.hslider-dot{
        width:30px;
    }

    .home-hero-slider-dots button.hslider-dot.active{
        width:45px;
    }

}
@media (max-height:500px){

    #homehero{
        min-height:500px;
    }

    .home-hero-title{
        font-size:2rem;
    }

    .home-hero-slider-dots{
        bottom:70px;
    }

    .hscroll-indicator{
        display:none;
    }

}



/*==================================================
                TRAVEL PARTNERS
==================================================*/

.travel-partners-area{
    padding:20px 0;
    position:relative;
    overflow:hidden;
    background:
        linear-gradient(rgba(5,18,35,.82),rgba(5,18,35,.82)),
        url("../images/premium-resorts.jpg");
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
}

@media(min-width:992px){
    .travel-partners-area{
        background-attachment:fixed;
    }
}

/*==================================================
                    HEADING
==================================================*/

.tp-heading{
    text-align:center;
    margin-bottom:55px;
}

.tp-heading span{

    display:inline-block;
    padding:8px 18px;
    border-radius:30px;

    background:rgba(212,175,55,.12);

    border:1px solid rgba(212,175,55,.25);

    color:#d4af37;

    font-size:12px;

    font-weight:600;

    letter-spacing:2px;

    text-transform:uppercase;

    margin-bottom:18px;
}

.tp-heading h2{

    font-size:clamp(30px,4vw,40px);

    font-weight:700;

    line-height:1.2;

    margin-bottom:18px;

    background:
    linear-gradient(
        to right,
        #ffffff,
        #ffd54f,
        #ffffff
    );

    -webkit-background-clip:text;

    -webkit-text-fill-color:transparent;
}

.tp-heading p{

    max-width:720px;

    margin:auto;

    padding:0 15px;

    color:#c6d0db;

    font-size:16px;

    line-height:1.8;
}

/*==================================================
                    BOX
==================================================*/

.tp-box{

    display:flex;

    align-items:center;

    gap:25px;

    /* background:#ffffff; */
     background: linear-gradient(rgb(240 248 255 / 82%), rgb(131 164 199 / 82%));

    border-radius:18px;

    padding:22px;

    margin-bottom:25px;

    position:relative;

    overflow:hidden;

    box-shadow:
        0 12px 35px rgba(0,0,0,.08);

    transition:.35s;
}

.tp-box:hover{

    transform:translateY(-5px);

    box-shadow:
        0 20px 40px rgba(0,0,0,.12);
}

/*==================================================
            GRADIENT LEFT BORDER
==================================================*/

.travel-box::before,
.airline-box::before,
.brand-box::before{

    content:"";

    position:absolute;

    left:0;
    top:0;

    width:6px;

    height:100%;
}

.travel-box::before{

    background:linear-gradient(
        to bottom,
        #60a5fa,
        #2563eb,
        #1e3a8a
    );
}

.airline-box::before{

    background:linear-gradient(
        to bottom,
        #fde68a,
        #f59e0b,
        #b45309
    );
}

.brand-box::before{

    background:linear-gradient(
        to bottom,
        #6ee7b7,
        #10b981,
        #065f46
    );
}

/*==================================================
            LEFT CONTENT
==================================================*/

.tp-left{

    flex:0 0 170px;

    text-align:center;
}

.tp-icon{

    width:64px;

    height:64px;

    margin:0 auto 14px;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:24px;

    transition:.35s;
}

.travel-box .tp-icon{

    background:#edf4ff;

    color:#2563eb;
}

.airline-box .tp-icon{

    background:#fff4da;

    color:#d97706;
}

.brand-box .tp-icon{

    background:#eafaf4;

    color:#059669;
}

.tp-box:hover .tp-icon{

    transform:scale(1.08) rotate(8deg);
}

.tp-left h4{

    margin:0;

    font-size:18px;

    font-weight:700;

    line-height:1.4;

    color:#1e293b;
}

/*==================================================
                SLIDER
==================================================*/

.tp-slider{

    flex:1;

    min-width:0;

    position:relative;

    overflow:hidden;
}

.tp-slider .owl-stage-outer{

    overflow:hidden;

    padding:8px 0;
}

.tp-slider .owl-stage{

    display:flex;

    align-items:center;
}

.tp-slider .owl-item{

    display:flex;

    justify-content:center;
}

/*==================================================
                LOGO CARD
==================================================*/

.tp-logo{

    width:100%;

    max-width:170px;

    min-height:95px;

    margin:8px auto;

    padding:16px;

    border-radius:14px;

    background:#fff;

    border:1px solid #e5e7eb;

    display:flex;

    align-items:center;

    justify-content:center;

    transition:.35s;
}

.tp-logo:hover{

    transform:translateY(-5px);

    box-shadow:
        0 15px 25px rgba(0,0,0,.10);

    border-color:#d4af37;
}

.tp-logo img{

    width:auto;

    height:auto;

    max-width:100%;

    max-height:60px;

    object-fit:contain;

    transition:.35s;
}

.tp-logo:hover img{

    transform:scale(1.08);
}

/*==================================================
                OWL
==================================================*/

/* Hide Navigation */

.tp-slider .owl-nav{

    display:none !important;
}

/* Dots */

.tp-slider .owl-dots{

    margin-top:18px;

    text-align:center;
}

.tp-slider .owl-dot{

    display:inline-block;
}

.tp-slider .owl-dot span{

    width:10px;

    height:10px;

    margin:5px;

    border-radius:30px;

    background:#cbd5e1 !important;

    transition:.35s;
}

.tp-slider .owl-dot.active span{

    width:26px;

    background:#0d6efd !important;
}
/*==================================================
                LARGE LAPTOP
==================================================*/

@media (max-width:1200px){

    .travel-partners-area{
        padding:65px 0;
    }

    .tp-heading{
        margin-bottom:50px;
    }

    .tp-left{
        flex:0 0 155px;
    }

    .tp-left h4{
        font-size:17px;
    }

    .tp-logo{
        max-width:160px;
        min-height:90px;
        padding:15px;
    }

    .tp-logo img{
        max-height:56px;
    }

}

/*==================================================
                    TABLET
==================================================*/

@media (max-width:991px){

    .travel-partners-area{
        padding:60px 0;
        background-attachment:scroll;
    }

    .tp-heading{
        margin-bottom:45px;
    }

    .tp-heading p{
        max-width:100%;
    }

    .tp-box{

        flex-direction:column;

        text-align:center;

        gap:22px;

        padding:24px 20px;
    }

    .tp-left{

        flex:unset;

        width:100%;
    }

    .tp-icon{

        width:60px;
        height:60px;
        font-size:22px;
    }

    .tp-slider{

        width:100%;
    }

    .tp-logo{

        max-width:150px;

        min-height:88px;
    }

    .tp-logo img{

        max-height:52px;
    }

}

/*==================================================
                    TABLET SMALL
==================================================*/

@media (max-width:768px){

    .travel-partners-area{
        padding:55px 0;
    }

    .tp-heading{
        margin-bottom:40px;
    }

    .tp-heading span{

        font-size:11px;

        padding:7px 16px;
    }

    .tp-heading h2{

        font-size:34px;
    }

    .tp-heading p{

        font-size:15px;

        line-height:1.7;
    }

    .tp-box{

        padding:20px 18px;
    }

    .tp-icon{

        width:56px;
        height:56px;
        font-size:20px;
    }

    .tp-left h4{

        font-size:17px;
    }

    .tp-logo{

        max-width:140px;

        min-height:82px;

        padding:14px;
    }

    .tp-logo img{

        max-height:46px;
    }

}

/*==================================================
                    MOBILE
==================================================*/

@media (max-width:576px){

    .travel-partners-area{

        padding:50px 0;
    }

    .tp-heading{

        margin-bottom:35px;
    }

    .tp-heading h2{

        font-size:30px;
    }

    .tp-heading p{

        font-size:14px;
    }

    .tp-box{

        padding:18px 15px;

        border-radius:16px;
    }

    .tp-left{

        margin-bottom:5px;
    }

    .tp-icon{

        width:52px;
        height:52px;
        font-size:18px;
    }

    .tp-left h4{

        font-size:16px;
    }

    .tp-logo{

        max-width:125px;

        min-height:76px;

        padding:12px;

        margin:6px auto;
    }

    .tp-logo img{

        max-height:40px;
    }

    .tp-slider .owl-dot span{

        width:8px;
        height:8px;
    }

    .tp-slider .owl-dot.active span{

        width:22px;
    }

}

/*==================================================
                EXTRA SMALL
==================================================*/

@media (max-width:400px){

    .travel-partners-area{

        padding:45px 0;
    }

    .tp-heading h2{

        font-size:26px;
    }

    .tp-heading span{

        letter-spacing:1px;

        padding:6px 14px;
    }

    .tp-heading p{

        font-size:13px;
    }

    .tp-box{

        padding:16px 14px;
    }

    .tp-icon{

        width:48px;
        height:48px;
        font-size:17px;
    }

    .tp-left h4{

        font-size:15px;
    }

    .tp-logo{

        max-width:110px;

        min-height:70px;

        padding:10px;
    }

    .tp-logo img{

        max-width:90%;

        max-height:36px;
    }

}

/*==================================================
                VERY SMALL DEVICES
==================================================*/

@media (max-width:320px){

    .travel-partners-area{

        padding:40px 0;
    }

    .tp-heading h2{

        font-size:24px;
    }

    .tp-box{

        padding:15px 12px;
    }

    .tp-logo{

        max-width:100px;

        min-height:65px;
    }

    .tp-logo img{

        max-height:32px;
    }

}