.qucl-footer-menu {
 padding: 3rem 0 15px;
}


.qucl-footer-menu {
  position: relative;
  overflow: hidden;
}

.qucl-footer-menu::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../images/bg/site-footer-bg-shape.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0.03;
  mix-blend-mode: luminosity;
  z-index: -1;
}

.footer-logo img {
  max-width: 130px;
  margin-bottom: 20px;
}

.footer-about {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 20px;
  color:#fff;
}

.footer-title {
 color: #fff;
    font-size: 19px;
    margin-bottom: 20px;
    font-weight: 500;
}
.test-nam-flex img{
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 50px;
}

.footer-links,
.footer-contact,
.social-links,
.footer-policy {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li,
.footer-contact li {
  margin-bottom: 12px;
  font-size: 15px;
  color:#fff;
}

.footer-links li a,
.footer-policy li a {
  color: #e6e6e6;
  text-decoration: none;
  transition: color 0.3s ease;
  font-size:15px;
}

.footer-links li a:hover,
.footer-policy li a:hover {
  color: #d1a039;
}

/* Social Links */
.social-links {
  display: flex;
  gap: 12px;
}

.social-links li a {
  width: 38px;
  height: 38px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.social-links li a:hover {
  background: #c8a97e;
  color: #000;
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  margin: 40px 0 0;
  padding-top:15px;
  font-size: 14px;
}

.footer-policy {
    display: flex;
    text-align: center;
    gap: 20px;
    justify-content: center;
}

.footer-bottom p{
    color:#fff;
    margin:0;
}

.footer-bg {
    background-color: var(--primary-color);
    position:relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}

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

.footer-contact li {
  display: flex;
 align-items: center;
  gap: 14px;
  margin-bottom: 18px;
  color: #cfcfcf;
  font-size: 14px;
  line-height: 1.6;
}

.contact-icon {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contact-icon i {
  font-size: 17px;
  color: #ffffff;
}

/* Text */
.contact-text {
  display: flex;
  flex-direction: column;
  color:#fff;
  font-size:15px;
}

.contact-text a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
   font-size:15px;
}

.contact-text a:hover {
  color: #c8a97e;
}

.social-links li a i{
   font-size: 15px;
    line-height: 10px;
}

.footer-bottom a{
    color:#fff;
    font-size:15px;
}

.scroll-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 999;
    background-color:#d1a039;
    width: 38px;
    height: 38px;
    line-height: 36px;
    border-radius: 50%;
    border: unset;
    transition: all 0.4s;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.scroll-top.active {
    visibility: visible;
    opacity: 1;
}

.scroll-top i {
    font-size: 12px;
    color: #fff;
    line-height: 0;
}

.whatsappicon {
    position: fixed;
    right: 0px;
    top: 50%;
    z-index: 9999;
}

.whatsappicon .call-icons, .sticky-contact {
    display: none;
}

.call-icons{
  display: block;
    background: #fff;
    width: fit-content;
    border-radius: 10px;
}




.bread-crumb-sec {
    position: relative;
     padding: 10rem 0 4rem;
    background: url("../images/bg/luxury-stays.webp") center center / cover no-repeat;
    z-index: 1;
}

.bread-crumb-sec::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgb(0 0 0 / 60%);;
    z-index: -1;
}

.bread-crumb-sec::after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: -5px;
    width: 100%;
    height: 153px;
    background: url(../images/services/shape-bottom-white.png) center bottom / cover no-repeat;
    z-index: -1;
}
.bread-crumb-sec .sec-big-title {
    font-size: 38px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 28px;
}


.bread-crumb-sec .bread-content {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.bread-crumb-sec .bread-items {
    display: flex;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.bread-crumb-sec .bread-items li {
    font-size: 18.5px;
    color: #fff;
    position: relative;
}
.bread-crumb-sec .bread-items li a {
    color: #fff;
    text-decoration: none;
}

.bread-crumb-sec .bread-items li.active {
    color: #fff;
     font-weight: 600;
}


.bread-crumb-sec .bread-items li:not(:last-child)::after {
    content: "›";
    margin-left: 10px;
    color: #fff;
}
.bread-crumb-sec .bread-ecr {
    max-width: 90%;
    margin: 0 auto;
}

.image-gallery-ecr{
    padding:3rem 0 0;
    position:relative;
}

.image-gallery-ecr .location-text {
    font-size: 15px;
    color: #555;
    font-weight:500;
}
.image-gallery-ecr .location-text i {
    font-size: 18px;
    color: #073a35;
}

.image-gallery-ecr .amith-place-pict {
    width: 100%;
    height: auto;
    padding: 1px;
     border-radius: 14px;
 position: relative;
  overflow: hidden;

}

.image-gallery-ecr .amith-place-pict img, .property-imagess img {
        width: 100%;
    border-radius: 14px;
    /*margin-bottom: 10px;*/
}
.amith-place-pict img{
    padding-left:1px;
}

.property-imagess img{
     width: 100%;
    border-radius: 14px;
        height: auto;
}




.palace-garden{
    margin-bottom:14px;
}

.more-photo::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  border-radius: 14px;
  z-index: 0;
    bottom: 16px;
    height: 100%;
}

.more-photo .more-count {
  position: absolute;
  inset: 0;
  z-index: 0;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/*.amith-place-pict:hover img {*/
/*    transform: scale(1.05);*/
/*}*/

.image-gallery-ecr .gallery-title {
    margin-bottom: 30px;
}
.image-gallery-ecr .gallery-title h2{
   font-size:30px;
   font-weight:500;
}


/* Overlay */
.share-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.6);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

/* Box */
.share-box {
    background: #fff;
    width: 420px;
    max-width: 90%;
    border-radius: 12px;
    padding: 15px;
    position: relative;
}
.share-close {
    position: absolute;
    top: 10px;
    right: 13px;
    font-size: 22px;
    cursor: pointer;
    background: #033631;
    border-radius: 50%;
    width: 24px;
    height: 24px;
  
    display: flex;
    align-items: center;
    justify-content: center;
   
    color: #fff;
}
.share-image img {
    width: 100%;
    border-radius: 10px;
}


.share-actions button{
    border: 1px solid #ddd;
    text-align: center;
}

.share-actions a {
    color: #000;
}
.luxry-vils{
position: relative;
    left: 89%;
    top: 10%;
    right: 0;
}

.share-actions {
    display: flex;
    gap: 12px;
    margin-top: 16px;
}

/* Common button styles */
.share-actions a {
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;                 /* Accessibility touch target */
    padding: 10px 12px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    text-decoration: none;
    color: #ffffff;
    transition: background-color 0.25s ease, transform 0.15s ease;
    will-change: transform;           /* Performance hint */
}

/* WhatsApp (Green) */
.share-actions .whatsapp-btn {
    background-color: #25d366;
}

.share-actions .copy-btn {
    background-color: #fff;
    border:1px solid #ccc;
    color:#000;
}

.share-actions a:hover,
.share-actions a:focus-visible {
    transform: translateY(-2px);
    outline: none;
}

/* Hover colors */
.share-actions a[href*="wa.me"]:hover,
.share-actions a[href*="wa.me"]:focus-visible {
    background-color: #1ebe5d;
}

.share-actions a[href^="tel:"]:hover,
.share-actions a[href^="tel:"]:focus-visible {
    background-color: #d32f2f;
}



.image-gallery-ecr .amith-swiper {
    width: 100%;
    height: 100%;
    position: relative;
}

.image-gallery-ecr .amith-swiper img {
    width: 100%;
    height: 400px;
    border-radius: 14px;
}
   .gallery-villas-special{
    display: flex;
    justify-content: flex-end;
    gap: 24px;
}
.gallery-villas-special .sec-big-title{
    font-size:30px;
}
.image-gallery-ecr .swiper-button-next,
.image-gallery-ecr .swiper-button-prev {
    background-color: rgb(3 54 49);
    width: 44px;
    height: 44px;
    border-radius: 50%;
}

.image-gallery-ecr .swiper-button-next::after,
.image-gallery-ecr .swiper-button-prev::after {
    font-size: 16px;
    color: #fff;
    font-weight:600;
}

.ecr-features {
        padding: 26px 0 10px;
}

.ecr-features .ecr-item {
    text-align: center;
    position: relative;
}

.ecr-features .ecr-item img {
    margin-bottom: 10px;
}

 .ecr-item h4 {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
   font-family: 'Cabin';
}

.ecr-features .ecr-item::after {
    content: "";
    position: absolute;
    top: 16%;
    right: -14px;
    width: 1px;
    height: 50px;
    background-color: #ddd;
}
.ecr-features > div:last-child .ecr-item::after {
    display: none;
}
.ovwerview-main-sec {
    padding: 33px 0;
    background: #fff;
}
.part-premium-luxury{
      border: 1px solid #e5e5e5;
    border-radius: 18px;
   padding: 0 15px 0 15px;
}
.common-tlt .sec-big-title {
    margin-bottom: 15px;
    font-size:25px;
    font-weight: 500;
}
.gallery-title .sec-big-titlee {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 27px;
}
.part-premium-luxury .menu-inlude {
    display: flex;
    gap: 24px;
    margin-bottom: 24px;
    position: sticky;
    top: 82px;
    z-index: 5;
    background: #ffffff;
    padding: 20px 0 10px;
}

.part-premium-luxury .menu-inlude li {
    list-style: none;
}

.menu-inlude a.active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 100%;
    height: 3px;
    background: #033631; 
}
.menu-inlude a {
    font-size: 18px;
    font-weight: 500;
    padding:0;
    display: inline-block;
    position: relative;
    transition: all 0.3s ease;
    border-radius: 7px;
     border-bottom: 2px solid transparent;
}

.common-cont.overview-title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
}

.overview-title {
    font-size: 22px;
    font-weight: 500;
    margin-bottom:20px;
}
.property-items .ecr-item h4 {
    margin: 0 0 6px;
    font-weight: 600;
    color: #033631;
}
.common-cont .ecr-item p strong {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Cabin';
    font-style: italic;
}

.property-items .ecr-item{
   display:flex;
   gap:14px;
  align-items: center;
}
.property-items .ecr-item img{
  filter: invert(16%) sepia(24%) saturate(694%) hue-rotate(128deg) brightness(92%) contrast(96%);

}
.highlight-item {
    background: #f6f5f1;
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 10px;
    margin: -5px 0 0 0;
}

.icon-circle2 {
    width: 45px;
    height: 45px;
    min-width: 45px;
    border-radius: 50%;
    background: #033631;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-circle2 img {
    filter: brightness(0) invert(1) !important;
    width: 30px;
    height: 30px;
   
}


/*.property-items .ecr-item:not(:last-child)::after{*/
/*    content: "";*/
/*    position: absolute;*/
/*    right: 0;*/
/*    top: 10px;*/
/*    height: calc(100% - 20px);*/
/*    width: 1px;*/
/*    background: #dcdcdc;*/
/*}*/

.common-cont{
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 24px;
    margin-bottom: 24px;
}
.premium-ameni-sec {
    padding: 0;
    position:relative;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 24px;
    margin-bottom: 24px;
   
}
.premium-ameni-sec .gallery-title .sec-big-title {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 30px;
}

.ami-sun-sec {
    position: relative;
  
    display: flex;
    gap: 9px;
    align-items: center;
}
.row.amenities-wrapper {
    row-gap:30px;
}
.ami-sun-sec p {
    margin: 0;
}

.check-outin p{
    margin:0;
}
.premium-ameni-sec .amenities-box {
        width: 42px;
    height: 42px;
    min-width: 42px;
    background-color: #033631;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.premium-ameni-sec .amenities-box img {
    width: 28px;
    height: 28px;
    filter: brightness(0) invert(1);
}

.tooltip-amenity .amenity-tooltip {
       position: absolute;
  left: 57%;
    bottom: 68px;
    transform: translateX(-50%) translateY(10px);
    background: #fff;
    padding: 10px;
    border-radius: 7px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    width: 200px;
    opacity: 0;
    transition: all 0.3s ease;
    visibility: hidden;
}

.amenity-tooltip::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -18px;
    transform: translateX(-50%);
    border-width: 10px;
    border-style: solid;
    border-color: #f6f5f1 transparent transparent transparent;
}

.tooltip-amenity:hover .amenity-tooltip {
    opacity: 1;
    transform: translateX(-50%) translateY(20px);
    visibility: visible;
}

.amenity-tooltip p {
    font-size: 16px;
    color: #555;
}

.premium-ameni-sec .ameni-title {
    font-size: 17px;
    font-weight: 500;
    margin: 0;
    font-family: 'Cabin';
}
.amenities-wrapper > .col-lg-6:nth-child(n+5) {
    display: none;
}

.amenities-toggle-btn {
    background: #033631;
    color: #fff;
    border: none;
    padding: 9px 24px;
    border-radius: 30px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
}
.plus-icon {
    font-size: 20px;
    transition: transform 0.3s ease;
}
.amenities-toggle-btn.active .plus-icon {
    transform: rotate(45deg);
}
.guest-services-sec .gallery-title .sec-big-title{
    font-size:25px;
    font-weight:500;
    margin:0 0 10px;
}
.guest-services-sec .icon-wrap img{
filter: invert(15%) sepia(42%) saturate(1100%) hue-rotate(138deg) brightness(90%) contrast(95%);
    width: 20px;
    height: 20px;
}
.guest-services-sec .guest-box {
    display:flex;
    align-items: center;
    gap: 14px;
     padding: 12px 0 15px;
    transition: all 300ms ease;
}
.guest-services-sec .icon-wrap {
       width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
     transition: all 300ms ease;
}
.guest-services-sec .guest-box h4 {
    margin: 0;
    font-size: 17px;
    font-weight: 500;
    font-family: 'Cabin';
}
.guest-services-sec .guest-box:hover .icon-wrap{
    background: #033631;
    /*transform: rotate(360deg) scale(1.05);*/
}
.guest-services-sec .guest-box:hover .icon-wrap img{
    filter: brightness(0) invert(1);
}
.show-more{
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 37px;
    margin-bottom: 20px;
}
.guest-services-sec p{
    margin:0;
}
.guest-services-sec{
 border-bottom: 1px solid #dcdcdc;
   padding-bottom: 24px;
   margin-bottom: 24px;
}

.private-events-ecr .events-club{
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 15px;
}
.private-events-ecr .events-club img{
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
       transition: transform 0.5s ease;
}
.private-events-ecr .events-club:hover img{
      transform: scale(1.1);
}
.private-events-ecr .events-club::before{
    content: "";
    width: 100%;
    height: 100%;
    border-radius: inherit;
      background: linear-gradient(0deg, #1d1d1d 0%, rgba(29, 29, 29, 0) 80%);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.private-events-ecr .events-club .club-content {
    position: absolute;
    bottom: 25px;
    left: 15px;
     right: 15px;
    z-index: 2;
   
}
.club-title{
    font-size: 20px;
     color: #fff;
}
.private-events-ecr .events-club p{
    margin: 0;
    font-size: 16px;
    color:#fff;
}.eventsSwiper {
    position: relative;
    padding-bottom: 60px; /* space for arrows */
}

/* Common arrow styles */
.eventsSwiper .events-prev,
.eventsSwiper .events-next {
    position: absolute;
    bottom: 15px;      /* fixed at bottom */
    top: 10%;

    width: 38px;
    height: 38px;
    background: rgb(3 54 49);
    border-radius: 50%;
    z-index: 30;

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

/* Right side placement */
.eventsSwiper .events-next {
    right: 2px;
}

.eventsSwiper .events-prev {
       left: 88%;
}

/* Arrow icon */
.events-prev::after,
.events-next::after {
    font-size: 16px! important;
    color: #fff;
}
.eventsSwiper .swiper-wrapper {
margin-top:60px;
}

.private-events-ecr.row > .col-lg-4:last-child .events-club{
    margin-bottom: 0;
}
.private-events-ecr{
    border-bottom: 1px solid #dcdcdc;
   padding-bottom: 24px;
    margin-bottom: 24px;
    
}
.private-events-ecr .sec-big-titlee{
  margin-bottom: 13px;
      font-size: 25px;
    font-weight: 500;
}
.privacy-lux-sec .quality-box:hover img{
      transform: scale(1.1);
}
.privacy-lux-sec .quality-box img{
   transition: transform 0.5s ease;
    border-radius: 12px;
}
.privacy-lux-sec{
    border-bottom: 1px solid #dcdcdc;
     padding: 24px 0;
    margin-bottom: 24px;
}
.privacy-lux-sec p{
    margin:0;
}
.nearby-palce-sec {
   border-bottom: 1px solid #dcdcdc;
    padding-bottom: 24px;
    margin-bottom: 24px;
}
.nearby-palce-sec .main-tab-buttons {
    display: flex;
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 24px 0 16px;
   
}
.nearby-palce-sec  .main-tab-buttons li {
    padding: 12px 13px;
    cursor: pointer;
    font-weight: 500;
    position: relative;
    transition: color 0.3s;
    background: #f6f5f1;
    border-radius: 12px;
    color: #000;
}
.nearby-palce-sec  .main-tab-buttons li.active {
    background: #033631;;
    color: #fff;
}
.nearby-palce-sec  .main-tab-content {
    padding: 10px 0;
}
.nearby-palce-sec  .main-tab-pane {
    display: none;
}
.nearby-palce-sec  .main-tab-pane.active {
    display: block;
}
   .rooms-typeee {
    list-style: none; 
    padding-left: 0;
    margin: 0;
}

.rooms-typeee li {
     position: relative;
    padding-left: 24px;
    margin-bottom: 11px;
    line-height: 1.6;
    font-size: 15px;
}


.rooms-typeee li::before {
   content: "\f131";
    font-family: 'flaticon_normal-icon' !important;
    position: absolute;
    left: 2px;
    top: 3px;
    color: #033631;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 900;
}



.favorite-tour {
    list-style: none;
    padding: 0;
    margin: 0;
}
.favorite-tour-item {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 20px;
}
.tour-places img {
    object-fit: cover;
    border-radius: 10px;
    min-width: 100px;
    height: auto;
}
.cave-places h4 {
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Cabin';
}
.cave-places p {
    margin: 0;
}

.villas-why-sec .why-boxxs {
    text-align: center;
}
.villas-why-sec .why-boxxs .icon-circle {
        width: 45px;
    height: 45px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background-color: #033631; 
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.4s ease;
}
.villas-why-sec .why-boxxs .icon-circle img {
    filter: brightness(0) invert(1);
    width: 26px;
    height: 26px;
  
    transition: filter 0.4s ease;
}
.villas-why-sec .why-boxxs h4 {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 12px;
      font-family: 'Cabin';
}
.villas-why-sec .why-boxxs p {
    margin: 0;
        font-size: 15px;
}
.favorite-tour-item:last-child {
   margin: 0;
}

.why-boxxs:hover .icon-circle {
    background-color: #fff;
    border:2px solid #033631;
} 
.why-boxxs:hover .icon-circle img {
    filter: invert(15%) sepia(42%) saturate(1100%) hue-rotate(138deg) brightness(90%) contrast(95%);
}
.frequentlu-main-sec {
   border-top: 1px solid #ddd;
    margin-top: 27px;
}
.frequentlu-main-sec .gallery-title .sec-big-titlee {
    margin:24px 0 24px;
}
.frequentlu-main-sec .accordion-item {
  border-bottom: 1px solid #03363136 !important;
}
.frequentlu-main-sec .accordion-item,
.frequentlu-main-sec .accordion-button,
.frequentlu-main-sec .accordion-collapse,
.frequentlu-main-sec .accordion-body {
  background: transparent !important;
  border: none;
  box-shadow: none !important;
}
.frequentlu-main-sec  .accordion-button::after {
  display: none !important;
}
.frequentlu-main-sec  .faq-question {
  width: 100%;
  padding: 22px 0;
  font-size: 19px;
  font-weight: 500;
 text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.frequentlu-main-sec  .faq-question:focus {
  outline: none;
  box-shadow: none;
}
.frequentlu-main-sec  .faq-answer {
  padding: 0 0 24px 0;
  font-size: 16px;
}
.frequentlu-main-sec  .accordion-button:not(.collapsed) {
    color: inherit !important; 
}
.frequentlu-main-sec .faq-icon {
  width: 19px;
  height: 19px;
  background: url("../images/svg/faq-up-arrow.svg") no-repeat center;
  background-size: contain;
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}
.frequentlu-main-sec .faq-question:not(.collapsed) .faq-icon {
  transform: rotate(0deg);
}

.frequentlu-main-sec .accordion-item:last-child {
    border-bottom: none !important;
}


.booking-card {
  border-radius: 10px;
  padding: 20px;
  border: 1px solid #ddd;
  position: sticky;
  top: 85px;
  background: #fff;
}

/* TITLE */
.booking-card .title {
  font-size: 22px;
  margin-bottom: 15px;
  text-align: center;
}

/* PRICE ROW */
.booking-card .price {
  text-align: center;
  margin-bottom: 20px;
}

.booking-card .price-split {
  display: flex;
  align-items: center;
  gap: 25px;
  justify-content: center;
}

/* make whole block clickable */
.booking-card .price-split .price-item {
  text-align: left;
  padding: 6px 10px;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.15s ease, box-shadow 0.15s ease;
  display: inline-block;
}

/* label wraps radio + text */
.booking-card .price-split .price-item label {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}

/* radio styling */
.booking-card .price-split input[type="radio"] {
  width: 16px;
  height: 16px;
  accent-color: #033631;
  cursor: pointer;
}

/* text styles */
.booking-card .price-split .label {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: #000;
  margin-bottom: 2px;
}

.booking-card .price-split .amount {
  font-size: 22px;
  font-weight: 700;
  color: #033631;
}

.booking-card .price-split small {
  display: block;
  font-size: 13px;
  color: #666;
  margin-top: 2px;
}

/* highlight selected price item (weekend/weekday) */
.booking-card .price-split .price-item input[type="radio"]:checked + .label ~ .amount,
.booking-card .price-split .price-item input[type="radio"]:checked + .label {
  color: #033631;
}

.booking-card .price-split .price-item input[type="radio"]:checked
  ~ .amount,
.booking-card .price-split .price-item input[type="radio"]:checked
  ~ small {
  color: #033631;
}

.booking-card .price-split .price-item input[type="radio"]:checked
  ~ small {
  opacity: 0.9;
}

.booking-card .price-split .price-item input[type="radio"]:checked
  ~ .amount {
  font-weight: 700;
}

/* DATE RANGE */
.date-range {
  display: flex;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 12px;
}

.date-box {
  flex: 1;
  padding: 10px;
  border-right: 1px solid #ddd;
}

.date-box:last-child {
  border-right: none;
}

.date-box span {
  display: block;
  font-size: 12px;
  color: #777;
  margin-bottom: 4px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.date-box input {
  border: none;
  width: 100%;
  font-size: 14px;
  outline: none;
  cursor: pointer;
}

/* GUEST DROPDOWN */
.guest-dropdown {
  position: relative;
  margin-bottom: 15px;
}

.guest-header {
  border: 1px solid #ddd;
  padding: 8px 10px;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.guest-text {
  margin: 0 auto 0 0;
}

.guest-header span {
  font-size: 12px;
  color: #777;
  display: block;
}

.guest-panel {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  border: 1px solid #ddd;
  display: none;
  z-index: 10;
}

.guest-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
  border-bottom: 1px solid #eee;
}

.guest-row small {
  display: block;
  font-size: 11px;
  color: #777;
}

.counter {
  display: flex;
  align-items: center;
  gap: 10px;
}

.counter button {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid #ccc;
  background: #fff;
  cursor: pointer;
}

.guest-footer {
  padding: 10px;
  text-align: right;
}

.guest-footer button {
  background: #033631;
  color: #fff;
  border: none;
  padding: 6px 14px;
  border-radius: 4px;
  cursor: pointer;
}

/* ARROW */
.guest-arrow {
  width: 22px;
  height: 22px;
  position: relative;
  flex-shrink: 0;
}

.guest-arrow::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/svg/faq-up-arrow.svg") no-repeat center;
  background-size: 14px;
  transition: transform 0.3s ease;
}

.guest-header.open .guest-arrow::before {
  transform: rotate(180deg);
}

/* TOTAL + EXTRA */
.booking-card .extra,
.booking-card .tax,
.booking-card .total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 12px 0;
  font-size: 14px;
}

.booking-card .extra input {
  margin-right: 6px;
}

.booking-card .total {
  border-top: 1px solid #eee;
  padding-top: 12px;
  font-size:17px;
}

.booking-card .total strong {
  font-size: 18px;
  color: #000;
}

/* NOTE */
.booking-card .note {
  font-size: 11px;
  text-align: center;
  margin: 15px 0;
}

/* BUTTONS */
.booking-card .side-menu {
    display: flex;
    gap: 7px;
    justify-content: center;
    flex-direction: column;
}

.side-menu p{
    margin: 0;
    text-align: center;
}

.side-menu .medium-btns {
    background: #033631;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
}

.booking-popup .medium-btns::before{
    background:#d1a039;
    z-index:-1;
}

.booking-popup .medium-btns{
    z-index:1;
}


.side-menu .medium-btns:hover,
.side-menu .medium-btns:focus {
  color: #fff !important;
}

.side-menu .medium-btns::before {
  display: none;
}
.whatsapp-number{
        display: flex;
    gap: 2px;
    align-items: center;
    justify-content: center;

}


.lux-icon {
    width: 44px;
    height: 44px;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.3s ease;
}

.lux-icon:hover {
    background: #000;
    transform: scale(1.05);
}

.lux-icon:hover img {
    filter: invert(1);
}



.booking-popup {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.booking-popup.active {
  display: flex;
}

.popup-content {
  background: #fff;
  padding: 25px;
  width: 100%;
  max-width: 420px;
  border-radius: 10px;
  position: relative;
}

.popup-content h3 {
  margin-bottom: 15px;
}

.form-group {
  margin-bottom: 12px;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 6px;
}

.close-popup {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 22px;
  cursor: pointer;
}

.private-events-ecr .gallery-title {
    max-width: 80%;
    margin-bottom: -49px;
}
.image-gallery-ecr .col-6{
    padding:0 11px;
}

/*-- Occasion --*/

.intro-occasion-sec{
    padding:5rem 0;
}
.intro-occasion-sec .intro-occasion-fav{
    position:relative;
    height:100%;
}
.intro-occasion-sec .intro-occasion-fav:before{
    position: absolute;
    content: "";
    background-image: url(../images/bg/arrow-shape.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 288px;
    width: 100%;
    top: 0;
    right: 0;
}
.intro-occasion-sec .occation-key-img{
    margin-top:2rem;
}
.intro-occasion-sec .key-box-occasi .counters-sec:not(:last-child){
    margin-bottom:30px;
}
.key-box-occasi .counters-sec h4{
    font-weight: 600;
    font-size: 56px; 
}

.key-box-occasi .counters-sec{
    padding:0;
}

.key-img-occasi img{
    border-radius:10px;
}

.intro-occasion-sec .book-wedding{
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    border-radius: 50%;
    border: 1px solid transparent;
    background: #d1a039;
    color: #ffffff;
    transition: all 0.4s;
    min-width: 120px;
    height: 120px;
    width:120px;
    margin-left: auto;
}

.intro-occasion-sec .book-wedding i{
    transform: rotate(-45deg);
    transition: all 0.4s;
    font-size:20px;
}

.intro-occasion-sec .book-wedding:hover {
    border-color:#d1a039;
    background: #fff;
    color:  #000;
}

.amenties-sec{
    padding:0 0 5rem;
    position:relative;
}
.amenties-sec .container > .row{
    gap:30px 0;
}
.ament-box-card{
    display: flex;
    gap: 20px;
    align-items: center;
}
.ament-box-card p{
    margin:0;
}
.ament-box-card .ament-box-icon img{
    min-width:80px;
}

.why-occation-box{
    position: relative;
    overflow: hidden;
    border: 1px solid #e7eeee;
    padding: 25px;
    text-align: center;
    border-radius: 20px;
    height:100%;
}

.why-occation-box p{
    margin:0;
}

.why-occation-box:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background-color: var(--primary-color);
    transition: all 0.4s ease-in-out;
    z-index: -1;
}
.why-occation-box:hover:before{
    height: 100%;
    border-radius: 0;
}

.why-occation-sec{
    padding:0 0 4rem;
    position:relative;
}

.why-occation-box .why-occationicon-icon {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 90px;
    height: 90px;
    background-color:#e2e2e252;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
}
.why-occation-box .why-occationicon-icon img{
    position:relative;
    transition: all 0.5s ease-in-out;
    filter: invert(16%) sepia(35%) saturate(953%) hue-rotate(124deg) brightness(96%) contrast(100%);
}
.why-occation-box:hover .why-occationicon-icon img{
    transform: scale(-1) rotate(180deg);
}

.why-occation-box h4{
    font-size: 20px;
    line-height: 1.4em;
    margin-bottom: 15px;
    text-transform: capitalize;
    position:relative;
    padding-bottom:10px;
}
.why-occation-box h4:before{
    content: "";
    height: 2px;
    width: 30px;
    background: #daa520;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    z-index: 1;
    animation: move-left-center 3s alternate infinite; 
}
@keyframes move-left-center {
    0% {
        left: -60px;
    }

    50% {
        left: 0;
    }

    100% {
        left: 60px;
    }
}
.why-occation-box h4:after{
        content: "";
    height: 2px;
    width: 90px;
    background:#275550;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}

.why-occation-box:hover h4, .why-occation-box:hover p{
    color:#fff !important;
}

.why-occation-box p{
    margin:0;
}

.why-occationiconswiper .swiper-wrapper{
    margin-bottom:50px;
}

.why-occationiconswiper .swiper-pagination-bullet-active{
     width: 40px;
  height: 6px;
  border-radius: 10px;
  background:#d1a039;
  box-shadow: 0 0 8px rgba(212, 175, 55, 0.6);
}
.why-occationiconswiper .swiper-pagination-clickable .swiper-pagination-bullet{
    transition: all 0.4s ease;
}
.why-occationiconswiper .swiper-slide{
    height:auto;
}



.perfect-occation-box {
    position:relative;
    overflow:hidden;
}

.perfect-occation-box .cs_card_overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(42, 42, 42, 0.5) 0%, rgba(42, 42, 42, 0) 30%);
    border-radius: inherit;
    left: 0;
    top: 0;
    z-index: 1;
}
.perfect-occation-box, .perfect-occation-box img{
    border-radius: 20px;
}

.perfect-occation-box img{
    height:350px;
    width:100%;
    object-fit:cover;
    transition: all 0.8s ease;
    border-radius:20px;
}
.perfect-occation-box:hover img{
    transform: scale(1.06);
}
.perfect-occation-box h4{
   position: absolute;
    /* top: 25px; */
    left: 0;
    right: 0px;
    text-align: center;
    font-size: 17px;
    color: #fff;
    z-index: 4;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
    bottom: 0px;
    background: #00000082;
    margin: 0;
    padding: 10px 5px;

}

.perfect-occation-sec{
    padding:0 0 5rem;
}
.perfect-occation-sec .per-car-left{
    position:relative;
}
.perfect-occation-sec .per-car-left img{
       height: 445px;
    width: 100%;
    object-fit: cover;
}
.per-car-right img{
    height:319px;
    object-fit: cover;
}
.perfect-occationiconswiper .swiper-button-prev:after,
.perfect-occationiconswiper  .swiper-button-next:after {
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff !important;
    line-height: 40px;
    text-align: center;
    background: var(--primary-color);
    font-size: 12px;
}
.perfect-occationicon-m{
    position:relative;
        padding: 65px 0;
}
.perfect-occationicon-m:before{
       content: "";
    position: absolute;
    background-color: #f6f5f1;
    top: 50%;
    left: 50%;
    height: 100%;
    width: 90%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.perpect-lis{
    padding:0;
    list-style:none;
}
.perpect-lis li{
    position: relative;
    padding-left: 1.5rem;
    font-size: 17px;
    margin-bottom: 0.5rem;
}
.perpect-lis li:before{
    font-family: flaticon_normal-icon !important;
    content: "\f130";
    position: absolute;
    left: 0;
    color: var(--primary-color);
}
.perfect-occationicon-main{
    position:relative;
}
.perfect-occationicon-main .perfect-occationiconswiper{
   position: static;
}
.perfect-occationiconswiper .swiper-button-prev{
      left:-20px;
      top: 60%;
}
.perfect-occationiconswiper .swiper-button-next{
    right:-20px;
    top: 60%;
}

.stays-villa-occation-sec .stays-card-box .car-titld{
    margin-bottom:15px;
}

.stays-villa-occation-sec .stays-card-box .medium-btns{
    font-size: 15px;
    padding: 6px 14px;
}

.stays-villa-occation-sec{
    padding:0 0 5rem;
    position:relative;
}
.occation-stay-carousel .swiper-button-next, .occation-stay-carousel .swiper-button-prev{
   font-size: 15px;
    width: 30px;
    height: 30px;
    border-radius: 20px;
    background: #ffffffc9;
    color: var(--primary-color);
}
.occation-stay-carousel .swiper-button-next:after, .occation-stay-carousel .swiper-button-prev:after{
       font-size: 11px;
}
.stays-card-box .occation-stay-carousel .stayimages-occation img{
    width: 100%;
    height: 100%;
}

.stays-card-box .occation-stay-carousel .stayimages-occation {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    border-radius: 15px;
}

.occation-cta-sec .occation-cta-content{
    position:relative;
}

.occation-cta-sec .testimonial-occation{
    background:#fff;
    padding: 30px;
    border-radius: 10px;
    position:relative;
}
.occation-cta-sec .testimonial-occation:before{
    position:absolute;
    content:"";
    width:70px;
    height:70px;
    right:20px;
    top:20px;
    background-image:url(../images/svg/testimonial.svg);
    background-size:contain;
    background-repeat:no-repeat;
}
.occation-cta-sec .testimonial-occation .testimonial-occation-swiper{
    position:static;
}

.testimonial-occation .testimonial-occation-swiper .swiper-pagination{
    bottom:-35px;
}
.testimonial-occation .testimonial-occation-swiper .swiper-pagination-bullet-active{
    border: 1px solid #fff;
    background-color:rgba(0, 0, 0, 0.45) !important;
}

.testimonial-occation .testimonial-occation-swiper .swiper-pagination-bullet{
    width:12px;
    height:12px;
    background-color:#fff;
    opacity:1;
}

.occation-faq-sec{
    padding:5rem 0;
}

.occation-faq-sec .frequentlu-main-sec{
    border-top: unset;
    margin-top: 0;
}

.faq-poin-occation{
    margin:10px 0;
    padding:0;
}

.faq-poin-occation li{
    padding-left:25px;
    position:relative;
    list-style-type: none;
}

.faq-poin-occation li:before{
    position:absolute;
    content: "\f131";
    font-size:14px;
    left:0;
    top:0;
    bottom:0;
    margin:auto 0;
    font-family: flaticon_normal-icon !important;
}

.celebrities-occation-sec{
    padding:0 0 5rem;
}
.celebrities-occation-sec .sec-big-title{
    font-size:43px;
}
.celebrities-box .celebrities-items:not(:last-child){
    margin-bottom:50px;
}

.celebrities-box .celebrities-items{
    position: relative;
    display: flex;
    justify-content: center;
}

.celebrities-box .sec-big-title{
    margin-bottom:50px;
}

.celebrities-box .grp-img{
  display: flex;
  justify-content: space-between;
  gap: 25px;
}
.celebrities-box .grp-img .squre-small-img, 
.celebrities-box .grp-img .medium-squre-img{
    margin-bottom:0;
}
.celebrities-box .grp-img .medium-squre-img{
    max-width: 219px;
    width: 100%;
}
.celebrities-box .squre-small-img{
    max-width: 164px;
    width: 100%;
    justify-content: center;
    margin: 0 auto;
}
.celebrities-box .squre-big-img{
    max-width: 528px;
    margin: 0 auto;
}

.celebrities-box .squre-big-img{
    max-width: 528px;
    margin: 0 auto;
}

.celebrities-box  .squre-img{
    max-width: 250px;
    width: 100%;
    margin: 0 auto;
}

.occation-cta-sec .sec-big-title{
    font-size:37px !important;
}

.celebrities-occation-sec .section-title{
    margin-bottom:30px;
}

.luxury-title .sec-big-title{
    display:none;
    font-size: 25px;
}

.why-occation-box:hover .why-occationicon-icon{
    background-color:#e2e2e2;
}


/* SECTION SPACING */
.list-property-intro {
  padding: 80px 0 20px;
  background: #ffffff;
}

.list-property-intro .main-lsit-sec {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* IMAGE SIDE */
.property-image {
  border-radius: 28px;
  overflow: hidden;
}

.property-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 28px;
}

.luxury-contact {
    background: #faf7f2;
    border-radius: 28px;
    padding: 29px 35px;
    margin-left: 10px;
   height: 100%;
}

/* TITLE */
.luxury-contact .sec-big-title {
  font-size: 35px;
  font-weight: 500;
  color: #2b1b17;
  line-height: 1.25;
  margin-bottom: 18px;
}

/* DESCRIPTION */
.luxury-contact p {
  font-size: 16px;
  color: #555;
  margin-bottom: 35px;
  max-width: 90%;
}

/* BUTTONS */
.contact-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.phone-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 26px;
  background: #ffffff;
  border-radius: 50px;
  font-weight: 500;
  color: #222;
  text-decoration: none;
  box-shadow: 0 6px 16px rgba(0,0,0,0.12);
}

.phone-btn i {
  color: #000;
  font-size: 15px;
  padding-top: 4px;
}

.callback-btn {
  padding: 14px 32px;
  background: #033631;
  color: #ffffff;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.villa-management {
    padding:3rem 0;
}

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

.villa-management .section-title{
    text-align:center;
    
}

.villa-management h4{
    font-family: 'Cabin';
    font-size: 19px
}

.villa-management .section-title{
    margin-bottom:30px;
}

.villa-management .row{
    row-gap:20px;
}

.form-property {
  padding: 60px 0;
}

.list-form {
  background: #faf7f2;
  padding: 40px;
  border-radius: 12px;
}

.list-form .sec-big-title {
  font-size: 26px;
  margin-bottom: 25px;
  font-weight: 600;
}

.form-control,
.form-select {
  height: 52px;
  border-radius: 6px;
  border: 1px solid #ddd;
}

textarea.form-control {
  height: auto;
}

.country-code {
  width: 90px;
}

.form-property .submit-btn {
  background: #033631;
  color: #fff;
  height: 56px;
  border-radius: 8px;
  font-size: 16px;
}

.list-form .row{
    row-gap:15px
}


.property-img {
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
}

.propertySwiper {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}

.propertySwiper img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 16px;
}

.booking-btn {
   display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-align: center;
    text-wrap: nowrap;
    line-height: 1.57em;
    background: #033631;
    color: #fff;
    border: 0;
    outline: 0;
    padding: 9px 18px;
    font-size:14px;
    border: 1px solid #1D1D1D;
    position: relative;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.58, 0, 0.88, 1);
    max-height: fit-content;
    border-radius: 10px;
}

.eventsSwiper {
    z-index:0 !important;
}

.contact-new-page{
    padding:3rem 0 3rem;
    position:relative;
}

.contact-box-new .contact-box-icon{
       width: 80px;
    height: 80px;
    line-height: 75px;
    border: 2px solid #fff;
    transition: 0.3s;
    background: #033631;
    border-radius: 50%;
    margin: 0 auto 20px;
}
.contact-box-new:hover .contact-box-icon{
    background: #fff;
    border: 2px solid #033631;
}
.contact-box-new{
    text-align:center;
}
.contact-box-new:hover .contact-box-icon img{
    filter:unset;
}
.contact-box-new .contact-box-icon img{
    filter: brightness(0.5) invert(1);
}

.contact-box-new h4{
    font-size:20px;
    font-weight:600;
}

.contact-page-map{
    position: relative;
    
}
.contact-page-map .contact-img-box{
    position: relative;
    z-index: 1;
    padding: 8rem 0;
}
.contact-page-map .contact-img-box:before{
    background-image: url(../images/bg/ecr-empire-anand-villa.webp);
    position:absolute;
    content:"";
    background-size: cover;
    background-position: center;
    height:100%;
    width:100%;
    top:0;
    left:0;
    z-index: -1;
}

.contact-page-map .container-fluid{
    padding:0;
}

.contact-page-map .container-fluid  .col-lg-6{
   padding:0; 
}

.contact-img-box .new-cont-gg{
     padding: 50px;
    background: #ffff;
    border-radius: 20px;
    width: 70%;
    margin: 0 auto;
}

.contact-img-box .new-cont-gg form input, 
.contact-img-box .new-cont-gg form select, 
.contact-img-box .new-cont-gg form textarea{
    padding: 13px 15px 12px;
    color: #434343;
    border: 1px solid #d1d1d1;
    width:100%;
    border-radius:10px;
    margin-bottom:15px;
}

.contact-page-map .map-location{
    height:100%;
}

.contact-img-box .new-cont-gg form .medium-btns{
    z-index:1;
}
.contact-img-box .new-cont-gg form .medium-btns:before{
    z-index:-1;
}

.map-location iframe{
    filter: brightness(120%) grayscale(0.6);
}

.listing-section-villa{
    padding: 40px 0 8px 0px;
}


.villas-celebration-video {
  padding: 90px 0;
  background: linear-gradient(180deg, #f9f9f9, #ffffff);
}



/* Video box */
.video-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 ratio */
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
  background: #000;
}

.video-wrapper iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.hide-robot{
display:none !important;
}

label.error{
    color:red;
}

.celebrity-section{
        padding: 0px 0 2rem;
}

.celebrity-section img {
    height: unset;
}

.celebrity-section .swiper-button-prev {
    left: 13px;
    top: 50%;
}


.celebrity-section .swiper-button-next {
    right: 16px;
    top: 50%;
}

.tab-section {
    z-index: 0;
    position: relative;
    padding-bottom: 20px;
}

#celeberities-section.tab-section .sec-big-title {
    font-size:25px !important;
}

.celebrity-section:before{
    display:none;
}

#celeberities-section.tab-section{
border-bottom: 1px solid #dcdcdc;
}

.booking-popup.active {
  display: flex;
}

/* Disable sticky menu when popup open */
body.modal-open .part-premium-luxury .menu-inlude {
  position: static !important;
  z-index: auto !important;
}

body.modal-open {
  overflow: hidden;
}

 .form-error {
  color: #e63946;
  font-size: 13px;
  margin-top: 6px;
}

.input-error {
  border: 1px solid #e63946 !important;
}
.error-pp-sec{
    padding:4rem 0;
}