/*
Theme Name: Marquis Hotels Theme
Author: Your Name
Description: Custom WordPress theme with video hero and luxury layout.
Version: 1.0.0
Text Domain: Marquis Hotels
*/

/* Reset & base */
* { box-sizing: border-box; }
html, body { margin:0; padding:0; }
body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol", sans-serif; color:#000000 !important; }
a { color:inherit; text-decoration:none !important; }

:root{
  /* background-color: #FFFAEB; */
}

a:hover {
    color: var(--color-accent-2) !important;
}

.font-lato{
  font-family: "Lato", sans-serif;
}
.font-delius{
  font-family: "Delius", cursive;
}

.font-inter{
  font-family: "Inter", sans-serif;
}


.color1{
  color: var(--color-accent-1);
}
.color2{
  color: #737171;
}

.color3{
  color:var(--color-accent-2);
}

.color4{
  /*color: #967B64;*/
    color:var(--color-accent-2);
}



.color5{
  color: #8D8D8D;
}

.gap-10{
  gap:10px;
}

.gap-20{
  gap:20px;
}
.gap-50{
  gap:50px;
}


 .hero-section {
      background-image: url('images/bg1.webp');
      background-size: cover;
      background-position: center;
      color: #fff;
      padding: 60px 20px;
      text-align: center;
      position: relative;
    }

    .hero-section::before {
      content: "";
      position: absolute;
      inset: 0;
      /* background: rgba(0, 0, 0, 0.4); */
    }

    .hero-content {
      position: relative;
      z-index: 2;
      /* max-width: 800px; */
      margin: auto;
    }


   
    /* Our Outlets Section */
    .outlets-section {
      text-align: center;
      padding: 70px 0;
    }

  

    .outlet-card {
      position: relative;
      overflow: hidden;
      color: #fff;
    }

    .outlet-card img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.4s ease;
    }

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

    .outlet-overlay {
 position: absolute;
    inset: 0;
    /* background: rgba(0, 0, 0, 0.55); */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: start;
    text-align: left;
    padding: 50px;
    transition: background 0.3s 
ease;
    }

    .outlet-overlay h5 {
    font-weight: 300;
      font-size: 38px;
      text-transform: capitalize;
    }

    .outlet-overlay h3 {
    font-weight: 700;
    font-size: 78px;
    line-height: 68px;
    text-transform: capitalize;
    letter-spacing: -1px;
    }

   
.icon-arrow-left:before {
    content: url(images/left-arrow.webp);
}
.icon-arrow-right:before {
    content: url(images/right-arrow.webp);
}






      .stats-section {
      text-align: center;
      padding: 50px 0;
    }

    .stat-item h2 {
      color: #C12C2A;
      font: 400 60px / 68px "Delius", cursive;
    }

    .stat-item p {
      margin: 0;
      color: #000;
          font: 400 22px / 32px "Lato", sans-serif;
    }

  
    @media (max-width: 767px) {
      .separator {
        /* display: none; */
      }
      .stat-item {
        margin-bottom: 30px;
      }
      
      .pl1-50{
          padding-left:20px!important;
      }
            .pr1-50{
          padding-right:20px!important;
      }
    }
    
          .pl1-50{
          padding-left:50px;
      }
      
                .pr1-50{
          padding-right:50px;
      }

    .top-badge{
  position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    transition: all 0.3s ease;
    z-index: 1000;
}



.icon-area{
  content:url('img/marquis/icons/area.webp');
}
.icon-person{
  content:url('img/marquis/icons/person.webp');
}
.icon-bed-icon{
  content:url('img/marquis/icons/bed.webp');
}
.icon-video{
  content:url('img/marquis/icons/video.webp');
}



.swiper-pagination-bullet-active{
  border: 1px solid var(--color-accent-1);
  /* z-index: -1; */
  transition: all 0.1s ease-out;
border-radius: 0;
  transform: rotate(45deg);
  background-color: transparent !important;
      width: 12px !important;
    height: 12px !important;
}

.swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background-color: var(--color-accent-1);
    opacity: 1;

}


.mw-unset{
  max-width: unset !important;
}

    .menu-section {
      display: flex;
      overflow: hidden;
    }

    /* Sidebar */
    .sidebar {
      /* width: 280px; */
      background: url("images/sidebarbg.webp")
        center/cover no-repeat;
      position: relative;
      color: white;
      border-top-right-radius: 60px;
      border-bottom-right-radius: 60px;
    }

    .sidebar::before {
      content: "";
      position: absolute;
      inset: 0;
      /* background: rgba(0, 0, 0, 0.7); */
      border-top-right-radius: 60px;
      border-bottom-right-radius: 60px;
    }

    .menu-content {
      position: relative;
      z-index: 2;
      padding: 100px 20px;
      text-align: center;
    }

    .menu-content h2 {
      margin-bottom: 30px;
    }

    .accordion {
      display: flex;
      flex-direction: column;
      gap: 10px;
    }

    .accordion button {
      background: transparent;
      color: #fff;
      border: none;
      font: 300 25px / 32px "Inter", sans-serif;
      padding: 20px 0;
      cursor: pointer;
      border-bottom: 1px solid rgba(255, 255, 255, 0.3);
      transition: all 0.3s ease;
    }

    .accordion button.active {
      /*color: #d54b3d;*/
      /* font-weight: 600; */
          color: white;
    background: #d54b3d;
    border-radius: 12px;
    padding: 12px;
    }

    .accordion button:hover {
      color:white;
    }

    /* Right Content */
    .main-content {
      flex: 1;
      padding: 40px;
      text-align: center;
      transition: all 0.4s ease;
    }

    .tab-content {
      display: none;
      animation: fadeIn 0.5s ease;
    }

    .tab-content.active {
      display: block;
    }

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

    @media (max-width: 768px) {
      .menu-section {
        flex-direction: column;
      }

      .sidebar {
        width: 100%;
        border-radius: 0;
      }
      
      
      .outlet-overlay {
         padding: 20px !important;
      }
      
    }


    footer li {
      font: 400 16px / 28px var(--font-secondary);
      padding-bottom: 5px;
    }

    footer p {
      font: 400 16px / 28px var(--font-secondary);
    }



    footer a {
      color: #737171;
      text-decoration: none;
    }
    footer a:hover {
      color: var(--color-accent-2);
    }
    .social-icons a {
      color: #fff;
      margin-right: 10px;
      font-size: 18px;
    }
    .footer-bottom {
      border-top: 1px solid #E5E5E5;
      padding: 20px 0px;
    }
    @media (max-width: 767px) {
      .footer-divider {
        display: none;
      }
      .footer-section {
        /* border-bottom: 1px solid #FFFFFF; */
        /* padding-bottom: 20px;
        margin-bottom: 20px; */
      }
    }



    .ft-300{
      font-weight:300;
    }

.lh-28{
  line-height: 28px;
}

.pt-70{
  padding-top:70px;
}

.pb-70{
  padding-bottom:70px;
}




.videos-section video {
    height: 90vh;
    width: 100%;
    object-fit: unset;
}







 
.text1{
  font-weight:400;
  font-size:47px;
  font-family: var(--font-primary);
  line-height: 60px;
}
.text2{
  font-weight:400;
  font-size:27px;
  font-family: var(--font-primary);
  line-height: 36px;
}
.text3{
  font-weight:400;
  font-size:22px;
  font-family: var(--font-secondary);
  line-height: 36px;
}

.text4{
    font-weight:400;
    font-size: 24px;
    font-family: var(--font-primary);
    line-height: 38px;
}
.text5{
  font-weight:600;
  font-size:25px;
  font-family: var(--font-secondary);
  line-height: 28px;
}

.text6{
  font-weight:400;
  font-size:20px;
  font-family: var(--font-secondary);
  line-height: 30px;
}



 
.text7{
  font-weight:400;
  font-size:52px;
  font-family: var(--font-primary);
  line-height: 60px;
}


.text8{
  font-weight:400;
  font-size:22px;
  font-family: var(--font-primary);
  line-height: 30px;
}

.text9 {
    font-weight: 400;
    font-size: 20px;
    font-family: var(--font-primary);
    line-height: 28px;
}

.text10{
  font-weight:700;
  font-size:16px;
  font-family: var(--font-secondary);
  line-height: 26px;
}
.text11{
  font-weight:400;
  font-size:17px;
  font-family: var(--font-secondary);
  line-height: 26px;
}

.b-tb {
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
}

.homevideowrap {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.homevideowrap video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: linear-gradient(180deg, rgba(0, 0, 0, 0.73) 0%, rgba(8, 1, 1, 0) 48%, rgba(33, 4, 4, 0.87) 98%);*/
    background: linear-gradient(180deg, rgb(0 0 0 / .7) 0%, rgb(11 11 15 / .2) 30%, rgb(18 23 27 / .15) 50%, rgb(0 0 0 / .35) 78%, rgb(11 11 14 / .6) 98%);
    z-index: 1;
}

/* Background overlay */
.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #000000;
    /*background: linear-gradient(180deg, rgba(0, 0, 0, 0.73) 0%, rgba(8, 1, 1, 0) 48%, rgba(33, 4, 4, 0.67) 98%);*/
    /*background: linear-gradient(180deg, rgb(0 0 0 / 70%) 0%, rgb(11 11 15 / 20%) 30%, rgb(18 23 27 / 0%) 50%, rgb(23 23 41 / 30%) 78%, rgb(18 18 30 / 50%) 98%);*/
    background: linear-gradient(180deg, rgb(0 0 0 / 70%) 0%, rgb(13 13 14 / 35%) 25%, rgb(0 0 0 / 4%) 50%, rgb(21 21 28 / 15%) 70%, rgb(18 18 30 / 20%) 98%);
    z-index: 1;
}

.video-overlay-new {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    /*background: linear-gradient(180deg, rgba(0, 0, 0, 0.09) 0%, rgba(8, 1, 1, 0.27) 48%, rgba(33, 4, 4, 0.7) 89%);*/
    /*background: linear-gradient(180deg, rgb(0 0 0 / 70%) 0%, rgb(11 11 15 / 20%) 30%, rgb(18 23 27 / 0%) 50%, rgb(23 23 41 / 30%) 78%, rgb(18 18 30 / 50%) 98%);*/
    background: linear-gradient(180deg, rgb(0 0 0 / 70%) 0%, rgb(13 13 14 / 35%) 25%, rgb(0 0 0 / 4%) 50%, rgb(21 21 28 / 15%) 70%, rgb(18 18 30 / 20%) 98%);
    z-index: 1;
}

.txt-shadow-overlay{
    text-shadow: 2px 2px 4px #1a1a1ad4;
}

/* Centered text */
.video-content {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 2;
    color: #fff;
    width:100%;
}

.video-content1 {
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    /*background:#193d7099;*/
    background:#0510207a;
}


.video-btn {
    display: inline-block;
    padding: 12px 28px;
    background: #0b2b5c; /* Your brand color */
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    border-radius: 4px;
    transition: 0.3s ease;
}

.video-btn:hover {
    background: #061b3a;
}






.room-card{
  border:1px solid #DDDDDD;
}


.br-1 {
    border-color: var(--color-accent-1);
}





.cta-wrapper1 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.room-tour {
  display: flex;
  align-items: center;
  gap: 8px;
  color:var(--color-accent-1);
  font-weight: 500;
  text-decoration: none;
  font-size: 16px;
}

.divider {
  width: 1px;
  height: 28px;
  background-color: var(--color-accent-1);
}


@media (max-width: 576px) {
  .cta-wrapper1 {
    flex-direction: row;
    gap: 12px;
  }

  .divider {
    display: none;
  }
}






.title-underline {
  display: block;
  width: 60px;
  height: 2px;
  background-color: var(--color-accent-2);
  margin: 0 auto;
}


.title-underline1 {
  display: block;
  width: 70px;
  height: 3px;
  background-color: var(--color-accent-2);
  margin: auto 0 auto auto;
}

/* ðŸ“± Responsive */
@media (max-width: 768px) {
  .title-underline {
    width: 45px;
  }
}






.js-room-slider .swiper-slide {
  height: auto;
  /*display: flex;*/
}

.room-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
}

.room-card > div:first-child {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3; 
  overflow: hidden;
}

.room-card > div:first-child img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.room-card .p-4 {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}




.float-div {
    position: absolute;
    bottom: 50px;
    width: 100%;
    color: white;
}




.grid-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr); 
  gap: 20px;
}


@media (max-width: 1024px) {
  .grid-container {
    grid-template-columns: repeat(2, 1fr);
  }
}


@media (max-width: 600px) {
  .grid-container {
    grid-template-columns: repeat(2, 1fr);
  }
}



.iconsize1 {
    font-size: 65px;
    line-height: 60px;
}

.iconsize2 {
    font-size: 40px;
    line-height: 40px;
}


.iconsize3 {
    font-size: 25px;
    line-height: 30px;
        vertical-align: inherit;
}
.iconsize4 {
    font-size: 35px;
    line-height: 30px;
    vertical-align: inherit;
}

.bg-sec::before{
    content: url(images/transparent-logo.webp);
    position: absolute;
    left: -80px;
    top: 140px;
    z-index: -1;
}


.bg-sec1::before{
    content: url(images/transparent-logo.webp);
    position: absolute;
    z-index: -1;
    left:50%;
    top: 20%;
    transform: translate(-50%, -50%);
}
.bg-sec2::before{
    content: url(images/transparent-logo.webp);
    position: absolute;
    z-index: -1;
    right:0;
    top: -150px;
}

.bg-sec3::before {
    content: url(images/transparent-logo.webp);
    position: absolute;
    left: -80px;
    top: -90px;
    z-index:-1;
}
.bg-sec4::before {
    content: url(images/transparent-logo.webp);
    position: absolute;
    right: 0px;
    top: -40px;
    z-index: -1;
}
.bg-sec5::before {
    content: url(img/marquis/single-layer.webp);
    position: absolute;
    right: 0px;
    top: -50px;
    z-index: -1;
}
.bg-gold-logo::before{
    /*content: url(images/marquis-gold-bg.webp);*/
    content: url(images/icon/Rooms.svg);
    position: absolute;
    right: 0;
    /*top: -70px;*/
    top: -40px;
    z-index: -1;
}

.bg-vertical::before{
    /*content: url(images/transparent-vertical.webp);*/
    content: url(images/icon/transparent-vertical.svg);
    position: absolute;
    /*right: 120px;*/
    right:50px;
    top: 95px;
    /*z-index: 9999;*/
    top: 50%;
    transform: translate(-50%, -50%);
}











.contact-section {
  position: relative;
}

.contact-bg {
  min-height: 450px;
  object-fit: cover;
}

.contact-overlay {
  position: absolute;
  inset: 0;
  /* background: rgba(0, 0, 0, 0.45); */
  display: flex;
  align-items: center;
}


.contact-form-wrapper {
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}

/* CF7 input styles */
.form-input {
  background: transparent !important;
  border: none !important;
  border-bottom: 1px solid #fff !important;
  color: #fff !important;
  font-size: 16px;
  padding: 12px 5px;
  width: 100%;
}

.form-input::placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.wpcf7-form textarea.form-input {
  resize: none;
  height: 50px;
}

.wpcf7-form input[type="submit"] {
    background: transparent;
    color: var(--color-accent-1);
    border: 2px solid var(--color-accent-1);
    padding: 10px 32px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.3s ease;
    width: fit-content;
    margin-top: 20px;
}

.wpcf7-form input[type="submit"]:hover {
    background-color: var(--color-accent-1) !important;
    border-color: transparent;
    color: white !important;
}


@media (max-width: 768px) {
  .contact-overlay {
    padding: 40px 15px;
  }
}









.floatingbtn {
    position: fixed;
    bottom: 160px;
    right: -15px;
    z-index: 8;
    transition: all 0.3s;
}

.floatingbtn1 {
    position: fixed;
    bottom: 110px;
    right: -15px;
    z-index: 8;
    transition: all 0.3s;
}

.floating-book-btn {
  position: fixed;
  right: 0;
  top: 65%;
  transform: translateY(-50%);
  z-index: 8;

}

.floating-book-btn a {
  display: block;
  background: linear-gradient(135deg, #26477C, #132E5B);
  color: #fff;
  box-shadow: 0 6px 15px rgba(19, 46, 91, 0.4);
  font-family: var(--font-secondary);
  padding:25px 8px;
  font-size: 16px;
  /*font-weight: 700;*/
  text-decoration: none;
  writing-mode: sideways-lr;
  text-orientation: mixed;
  letter-spacing: 1px;
  transition: background 0.3s ease;
  /*text-shadow: 0px 0px 7px #ffffffa6;*/
  
  right: 0;
    top: 90px;
    padding: 15px 10px;
    width: 40px;
    height: auto;
    text-align: center;
    font-weight: 500;
}

.booknow-btn {
  /*background: linear-gradient(135deg, #26477C, #132E5B);*/
  /*background:#092145;*/
  background:#113970;
  color: #fff;
  padding: 10px 15px;
  font-size: 15px !important;
}

.booknow-btn:hover {
  /*background: linear-gradient(135deg, #26477C, #132E5B);*/
  background:#092145;
  color: #fff;
  padding: 10px 15px;
  font-size: 15px !important;
}

.header.is-sticky .desktopNav__item .booknow-btn {
  background: linear-gradient(135deg, #26477C, #132E5B);
  color: #fff !important;
}


@media (max-width: 768px) {
  .floating-book-btn a {
    font-size: 14px;
    /*padding: 12px 14px;*/
  }
}




.flex-container {
  display: flex; 
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.flex-container li {
    width: calc(20% - 10px);
    margin: 0px 0px 50px 0px;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    font-family: var(--font-secondary);
    line-height: 30px;
}



.icon-list li{
      font-weight: 400;
    font-size: 16px;
    font-family: var(--font-secondary);
    line-height: 30px;
    vertical-align: middle;
    margin-bottom: 10px;
}


.featured-img img {
  width: 100%;
  height: auto;
  aspect-ratio: 6 / 4;
  object-fit: cover;
}















    .gallery-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 15px;
    }

    .gallery-main img,
    .gallery-small img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      /* border-radius: 14px; */
      display: block;
          aspect-ratio: 4 / 3;
    }

    .gallery-main {
      height: 100%;
    }


    .img1{
        border-top-left-radius: 60px;
    }

     .img2{
        border-top-right-radius: 50px;
    }

    .img3{
        border-bottom-left-radius: 50px;
    }

    .img4{
        border-top-left-radius: 50px;
    }


    
    .img5{
        border-bottom-right-radius: 50px;
    }

    .gallery-small {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: repeat(2, 1fr);
      gap: 15px;
    }

    /* Tablet */
    @media (max-width: 991px) {
      .gallery-grid {
        grid-template-columns: 1fr;
      }

      .gallery-main {
        height: auto;
      }

      .gallery-small {
        grid-template-columns: repeat(2, 1fr);
      }

      .contact-bg {
        min-height: 750px;
        object-fit: cover;
      }

      .flex-container li{
          width: calc(33.33% - 10px) !important;
      }

        .video-content1 {
            position: relative;
            background: #193d70;
           
        }
        
        .text1 {
            font-size: 40px;
            line-height: 42px;
        }
        


    }

    /* Mobile */
    @media (max-width: 576px) {
      .gallery-small {
        grid-template-columns: 1fr;
      }
      .flex-container li{
          width: calc(50% - 10px) !important;
      }
      .section-video {
          height: auto !important;
        }
    }














.masonry-gallery {
  /*column-count: 3;*/
  /*column-gap: 16px;*/
    display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

@media (max-width: 992px) {
  .masonry-gallery { 
      /*column-count: 3; */
      grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .masonry-gallery { 
      /*column-count: 2; */
      grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .masonry-gallery { 
      /*column-count: 1; */
      grid-template-columns: repeat(1, 1fr);
  }
  
}

.masonry-gallery a {
  display: inline-block;
  width: 100%;
  margin-bottom: 40px;
  break-inside: avoid;
}

.gallery-item {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3; /* Change to 1/1 or 16/9 if needed */
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.12);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.gallery-item img {
  /*width: 100%;*/
  /*height: 100%;*/
  aspect-ratio: 2 / 2;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.gallery-item:hover {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 18px 40px rgba(0,0,0,0.2);
}

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


.ratio-1{
    aspect-ratio: 16 / 20;
    object-fit: cover;
}



.ratio-2{
    aspect-ratio: 16 / 16;
    object-fit: cover;
}


.ratio-3{
    aspect-ratio: 4 / 3;
    object-fit: cover;
}
.ratio-4{
    aspect-ratio: 2 / 2;
    object-fit: cover;
}
.ratio-5{
    aspect-ratio: 4 / 2;
    object-fit: cover;
}
.ratio-6{
    aspect-ratio: 2 / 1;
    object-fit: cover;
}
.br1{
    border-top-left-radius:50px;
}

.form-white input[type="password"],.form-white input[type="email"],.form-white input[type="tel"],.form-white input[type="number"],.form-white input[type="text"],.form-white input[type="file"],.form-white textarea {
    color: white !important;
    border-bottom: 1px solid white !important;
}


.form-white input::placeholder,.form-white textarea::placeholder {
  color: white;
}

.form-white input[type="submit"] {
    background: var(--color-accent-1)  !important;
    color: white !important;
    border: 2px solid var(--color-accent-1);
    padding: 10px 32px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.3s ease;
    width: fit-content;
    margin-top: 20px;
}


.banner-video {
  height: 100vh;
  width: 100%;
  object-fit: cover;
}
.section-video {
  height: 100vh;
  width: 100%;
  object-fit: cover;
}


.mt-80{
    margin-top:80px;
}


.js-resturant-pagination {
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
}

.js-resturant-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 4px;
  border-radius: 4px;
  background-color: var(--color-accent-2);
  transition: all 0.3s ease;
}

.js-resturant-pagination .swiper-pagination-bullet-active {
  width: 15px !important;
  height: 4px !important;
  transform: none !important;
  border-radius: 4px;
  background-color: transparent;
  border:1px solid var(--color-accent-2);
}



.js-resturant-slider,
.js-resturant-slider .swiper-wrapper,
.js-resturant-slider .swiper-slide {
  height: auto !important;
}














/* Slide base animation */
.js-resturant-slider .swiper-slide {
  opacity: 0;
  transform: scale(0.96);
  transition: opacity 0.9s ease, transform 0.9s ease;
}

.js-resturant-slider .swiper-slide-active {
  opacity: 1;
  transform: scale(1);
}

/* Text stagger animation */
.js-resturant-slider .swiper-slide .text1,
.js-resturant-slider .swiper-slide .text2,
.js-resturant-slider .swiper-slide p,
.js-resturant-slider .swiper-slide button {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease;
}

.js-resturant-slider .swiper-slide-active .text1 {
  transition-delay: 0.2s;
  opacity: 1;
  transform: translateY(0);
}

.js-resturant-slider .swiper-slide-active .text2 {
  transition-delay: 0.4s;
  opacity: 1;
  transform: translateY(0);
}

.js-resturant-slider .swiper-slide-active p {
  transition-delay: 0.6s;
  opacity: 1;
  transform: translateY(0);
}

.js-resturant-slider .swiper-slide-active button {
  transition-delay: 0.8s;
  opacity: 1;
  transform: translateY(0);
}











.js-about-slider .swiper-button-prev,
.js-about-slider .swiper-button-next {
  width: 44px;
  height: 44px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  color: #fff;
  transition: all 0.3s ease;
}

.js-about-slider .swiper-button-prev::after,
.js-about-slider .swiper-button-next::after {
  font-size: 16px;
  font-weight: 700;
}

.js-about-slider .swiper-button-prev:hover,
.js-about-slider .swiper-button-next:hover {
  background: #000;
  transform: scale(1.05);
}

/* Position arrows */
.js-about-slider .swiper-button-prev {
  left: 15px;
}

.js-about-slider .swiper-button-next {
  right: 15px;
}






.js-about-pagination {
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
}

.js-about-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 4px;
  border-radius: 4px;
  background-color: var(--color-accent-2);
  transition: all 0.3s ease;
}

.js-about-pagination .swiper-pagination-bullet-active {
  width: 15px !important;
  height: 4px !important;
  transform: none !important;
  border-radius: 4px;
  background-color: transparent;
  border:1px solid var(--color-accent-2);
}



.js-about-slider,
.js-about-slider .swiper-wrapper,
.js-about-slider .swiper-slide {
  height: auto !important;
}


.bx-shadow1{
    box-shadow: 0 6px 15px rgba(19, 46, 91, 0.4);
}






.js-ambience-pagination {
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
}

.js-ambience-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 4px;
  border-radius: 4px;
  background-color: var(--color-accent-2);
  transition: all 0.3s ease;
}

.js-ambience-pagination .swiper-pagination-bullet-active {
  width: 15px !important;
  height: 4px !important;
  transform: none !important;
  border-radius: 4px;
  background-color: transparent;
  border:1px solid var(--color-accent-2);
}



.js-ambience-slider,
.js-ambience-slider .swiper-wrapper,
.js-ambience-slider .swiper-slide {
  height: auto !important;
}


.MbsSearchWidget {
    background: transparent !important;
}



.gallery-main {
  height: 100%;
}


.btlr{
    border-top-left-radius:70px;
}

.bblr{
    border-bottom-left-radius:70px;
}

.bbrr{
    border-bottom-right-radius:70px;
}
.btrr{
    border-top-right-radius:70px;
}



.gallery-img-1 { border-top-left-radius:70px; }
.gallery-img-2 { border-bottom-right-radius:70px;}
.gallery-img-3 { border-top-left-radius:70px; }
.gallery-img-4 { border-bottom-left-radius:70px; }



.asr1{
    aspect-ratio: 5 / 9;
    object-fit: cover;
}
.asr2{
    aspect-ratio: 4 / 2;
    object-fit: cover;
}
.asr3{
    aspect-ratio: 39 / 60;
    object-fit: cover;
}




.js-room-pagination {
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
}

.js-room-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 4px;
  border-radius: 4px;
  background-color: var(--color-accent-2);
  transition: all 0.3s ease;
}

.js-room-pagination .swiper-pagination-bullet-active {
  width: 15px !important;
  height: 4px !important;
  transform: none !important;
  border-radius: 4px;
  background-color: transparent;
  border:1px solid var(--color-accent-2);
}



.js-room-slider,
.js-room-slider .swiper-wrapper,
.js-room-slider .swiper-slide {
  height: auto !important;
}


.facility-row {
    display: flex;
    flex-wrap: wrap;
}

.facility-row > [class*="col-"] {
    display: flex;
}

.facility-card-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    
    background-image: url(images/bg-facility.webp);
    background-repeat: no-repeat;
    background-size: cover;

    border-top-left-radius: 70px;
    border-bottom-right-radius: 70px;

    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);

    padding: 30px 20px;
    margin: 20px 0;
}









.js-facilities-pagination {
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
}

.js-facilities-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 4px;
  border-radius: 4px;
  background-color: var(--color-accent-2);
  transition: all 0.3s ease;
}

.js-facilities-pagination .swiper-pagination-bullet-active {
  width: 15px !important;
  height: 4px !important;
  transform: none !important;
  border-radius: 4px;
  background-color: transparent;
  border:1px solid var(--color-accent-2);
}



.js-facilities-slider,
.js-facilities-slider .swiper-wrapper,
.js-facilities-slider .swiper-slide {
  height: auto !important;
}





/*.facilities-section {*/
/*  padding: 80px 20px;*/
/*  background: #ffffff;*/
/*}*/

.container {
  max-width: 1200px;
  margin: 0 auto;
}

.facilities-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

/* Card */
.facility-card {
  background-image: url('images/bg-facility.webp');
  padding: 40px 25px;
  text-align: center;
  border-radius: 25px 25px 60px 25px;
  position: relative;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  transition: 0.3s ease;
}

.facility-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

.facility-icon {
  font-size: 40px;
  margin-bottom: 20px;
  color: #b28b67;
}

.facility-card h3 {
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: 500;
}

.facility-card p {
  font-size: 15px;
  color: #777;
  line-height: 1.6;
}

.blog-sidebar{
  padding: 30px !important;
  border-top-left-radius: 70px;
  border-bottom-right-radius: 70px;   
}
.blog-item{
    background-image: url(images/bg-facility.webp);
    background-repeat: no-repeat;
    background-size: cover;
    border-top-left-radius: 70px;
    border-bottom-right-radius: 70px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    padding: 20px ;
   
}




a#rateModalBtn.rateModalBtn {
    top: 170px !important;
    color: white !important;
    background: linear-gradient(135deg, #26477C, #132E5B) !important;
}

.room-title-wrap{
    min-height:100px;
}


@media (max-width: 576px) {
    .Configure-quickBook-Widget .MbsSearchWidget .guestsearchTxt {
        display: none;
    }
    
}



.bottom-right {
position: absolute;
    bottom: 15px;
    right: 15px;
    border-radius: 16px 0 16px 0;
    line-height: 0.65;
    padding: 15px 10px;
    display: flex;
    flex-direction: column;
    background-image: url(images/bg-facility.webp);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    color:black;
    line-height: 24px;
    margin: 0px 10px;
}
.bottom-right:hover {
    color:black;
}


.rr1{
    aspect-ratio: 3 / 2;
    object-fit: cover;
}
.rr2{
    aspect-ratio: 6 / 8;
    object-fit: cover;
}
.rr3{
    aspect-ratio: 6 / 9;
    object-fit: cover;
}




.custom-hollow-list li{
  list-style: circle; 
  color:white;
   padding-bottom: 10px;
   text-align:left;
}

.custom-hollow-list, ul {
    padding-left: 1rem;
}


.tabbtn{
    padding:10px 20px;
    color: #B99476;
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    font-family: var(--font-secondary);
    /*border-bottom: 1px solid #B99476;*/
}


.mb-110{
    margin-bottom:110px;
}


.btm-div{
    width: 100%;
    position: fixed;
    bottom: -5px;
    z-index: 999999;
    border-bottom: 1px solid #2a405d;
}


.caption-outer-div{
    position: relative;
    display: flex;
    justify-content: center;
}

.caption-div{
    position: absolute;
    bottom: -30px;
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-image: url(images/bg-facility.webp);
    background-repeat: no-repeat;
    background-size: cover;
    /*background-color: #193d70cc;*/
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    padding: 10px 20px;
    text-align: center;
    color:black;
    /*border-radius:16px;*/
    /*color:white;*/
    /*border:3px solid var(--color-accent-2);*/
    /*margin-top:1px;*/
    /*font-weight: 400;*/
    /*font-size: 19px;*/
    /*font-family: var(--font-primary);*/
    /*line-height: 24px;*/
        border-top-left-radius: 70px;
    border-bottom-right-radius: 70px;
    
}


.bbb1{
    border:3px solid var(--color-accent-2);
}


.Configure-quickBook-Widget .MbsSearchWidget {
    padding: 10px !important;
}

.Configure-quickBook-Widget .MbsSearchWidget {
    background: transparent !important;
}










.desktopNav__item a {
  position: relative;
  text-decoration: none;
  padding-bottom: 4px;
}


.desktopNav__item a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: var(--color-accent-2);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}


.desktopNav__item a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}


.wpcf7-not-valid-tip {
    font-size: 12px !important;
    line-height: 18px !important;
}



.facility-card-section1 {
    width: 100%;
    display: flex;
    gap:20px;
    /* flex-direction: column; */
    /* justify-content: center; */
    background-image: url(images/bg-facility.webp);
    background-repeat: no-repeat;
    background-size: cover;
    border-top-left-radius: 70px;
    border-bottom-right-radius: 70px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    padding: 30px 20px;
    /*margin: 20px 0;*/
    background-position: center;
    align-items:center;
}


.form-white input::placeholder {
  background:transparent !important;
}



@media (max-width: 991px) {
  .jcm{
    justify-content: flex-end !important;
  }
}

  .jcm{
    justify-content: flex-end !important;
  }

@media (max-width: 575px) {
  .jcm{
     justify-content: center !important;
  }
}


.ft-600{
    font-weight:600;
}

.sec1 p{
   color: #737171 !important;
}


.blog-excerpt{
    color: #737171;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    font-family: var(--font-secondary);
}


.goverlay{
    background: rgba(0, 0, 0, .72) !important;
}
    
.mqr1{
    aspect-ratio: 10 / 10;
    object-fit: cover;
}   

.blog-content p{
    color: #737171;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    font-family: var(--font-secondary);  
}
  
  
/* Popup background */
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

/* Popup box */
.popup-box {
    background: #fff;
    padding: 30px;
    width: 400px;
    max-width: 90%;
    border-radius: 8px;
    text-align: center;
    position: relative;
}

/* Close button */
.popup-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 20px;
    cursor: pointer;
}  
    
.grecaptcha-badge{
   visibility: hidden;
}    
    