@import url('https://fonts.googleapis.com/css2?family=Grand+Hotel&family=Great+Vibes&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Petit+Formal+Script&display=swap');@import url('https://fonts.googleapis.com/css2?family=Grand+Hotel&family=Great+Vibes&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: Inter;
    
}

@font-face {
    font-family: myFont;
    src: url(tan-pearl.otf);
}
body{ 
    background-color: rgb(247, 247, 247) !important;
    overflow-x: hidden;
}

@media (max-width:767px){
    body ,html{
        overflow-x: hidden !important;
    }
}
section{
    margin-top: 80px;
}

.navbar {
    padding: 1rem 1rem;
    background: #FFFFFF;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
}

.navbar-brand {
    margin-left: auto; /* Pushes logo to the right */
}

.navbar-toggler {
    width: 30px;
    height: 25px;
    position: relative;
    border: none;
    padding: 0;
    color: #222222 !important;
    background: transparent;
    cursor: pointer;
    z-index: 1001;
    outline: none !important;
    margin-right: auto; /* Keeps toggler on the left */
}

.navbar-toggler:focus {
    outline: none !important;
    box-shadow: none !important;
    color: #222222 !important;

}

.menu-line {
    width: 100%;
    height: 2px;
    background: #000;
    position: absolute;
    color: #222222 !important;
    left: 0;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1),
                opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1),
                background-color 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.line-1 { top: 0; }
.line-2 { top: 50%; transform: translateY(-50%); }
.line-3 { bottom: 0; }

.navbar-toggler.active .line-1 {
    transform: translateY(11.5px) rotate(45deg);
    color: #222222 !important;

}
.navbar span{
    background-color: #222222 !important;
}

.navbar-toggler.active .line-2 {
    opacity: 0;
}

.navbar-toggler.active .line-3 {
    transform: translateY(-11.5px) rotate(-45deg);
}

.menu-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    top: 40px;
    width: 100%;
    height: 100vh;
    pointer-events: none;
    z-index: 999;
}

.menu-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1b1b1b;
    transform-origin: top left;
    transform: scaleY(0);
}

.menu-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    opacity: 0;
    padding-left: 10%;
}

.menu-content {
    text-align: left;
    position: relative;
}

.menu-item {
    position: relative;
    display: block;
    margin: 1rem 0;
    font-family: myFont;
    text-decoration: none;
    color: #d9d9d9;
    font-size: 4.5rem;
    font-weight: 700;
    overflow: hidden;
    transform: translateY(100%);
    opacity: 0;
    transition:  0.5s ease !important;
}

.menu-item:hover{
    transform:translateX(30px) !important;
    transition:  0.5s ease !important;
}
.menu-wrapper.active {
    pointer-events: all;
}

@media (max-width: 768px) {
    .menu-item {
        font-size: 2.5rem;
    }
    
    .menu-container {
        padding-left: 2rem;
    }
}

/* button css */



/* main content css */
.text-container h1{
    text-align: center;
    font-weight: 900;
    font-size: 7.8vw;
    letter-spacing: 5px;
    font-family:myFont;
}
.text-container h6{
    text-align: center;
    margin-bottom: 60px;
    /* margin-top: 10px; */
    font-weight: 900;
    font-size: 1.6vw;
    color: #bd9d71;
    letter-spacing: 5px;
    font-family:myFont;
}
/* media query */
@media (min-width: 768px) and (max-width: 1199.98px) { 
    .experience-img{
        top: 10px !important;
    }
 }

@media (min-width: 360px) and (max-width: 767px) { 
    .experience-img{
        top: 0px !important;
        margin-top: 10px;
    }
 }

@media (min-width: 360px) and (max-width: 740px) { 
    .experience-container h1,.room-container h1,.facility-container h1{
        font-size: 10.5vw !important;
        line-height: 85px !important;
    }
 }

@media (min-width: 741px) and (max-width: 799px) { 
    .experience-container h1,.room-container h1,.facility-container h1,.more-facility-container h1{
        font-size: 10.0vw !important;
        line-height: 100px !important;
    }
 }

@media (min-width: 360px) and (max-width: 740px) { 
    .text-container h6{
        font-size: 3vw !important;
        line-height: 20px !important;
    }
 }
 @media (min-width: 741px) and (max-width: 799px) { 
    .text-container h6{
        font-size: 3vw !important;
        line-height: 30px !important;
    }
 }



@media (max-width:767px){
    .text-container h6{
        font-size: 3vw;
        line-height: 20px;
    }
    .about-us-container h2{
        font-size: 8vw  !important;
    }
    .about-us-container p{
        font-size: 20px !important;
    }

    .experience-container h6{
        text-align: center;
        margin-top: 140px !important;

    }
    .experience-container p{
        display: none;
    }
    .room-container h6{
        text-align: center;
    }
    .facility-container h6{
        text-align: center;
    }
    .more-facility-container h6{
        font-size: 24px;
        
    }
    .more-facility-container h1{
        font-size: 8vw !important;
    }
}


.about-us-container{
    margin-top: 150px;
    margin-bottom: 100px;
}

.about-us-container h2{
    font-family: myFont;
    font-weight: 700;
    font-size: 3.0vw;
    line-height: 66px;
}

.about-us-container p{
    font-size: 26px;
    color: #222222;
    text-align: justify;
    font-weight: 300;
    font-family: inter;
}



/* slider css */


.parallax-section {
    height: 70vh;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}



@media (max-width:767px){
    .parallax-section{
        height: 110vh;
    }
}
.section-2 {
    background-image: url("images/1B6A0824.JPG");
}

.experience-container{
    padding: 30px 0px;
}
.experience-container h6{
     color: #3f362b;
     letter-spacing: 5px;
     font-weight: 300;
     margin-top: 10px;
}

.experience-container h1{
    font-family: myFont;
    margin-top: 30px;
    font-weight: 700;
    font-size: 3.0vw;
    line-height: 66px;

}

.experience-container p{
    font-size: 24px;
    color: #222222;
    text-align: justify;
    margin-top: 20px;
    font-weight: 300;
    font-family: inter;
}
.experience-img{
    position: relative;
    top: 270px;
}

.img-cover{
    overflow: hidden;
}

.img-cover img{
    transition: 0.7s ease;
}
.img-cover img:hover{
    transform: scale(1.15);
    transition:  0.7s ease;
}
.img-cover2 img{
    transition: 0.7s ease;
}
.img-cover2 img:hover{
    transform: scale(0.9);
}

.room-container{
    padding: 100px 0px;
}
.room-container h6{
    color: #3f362b;
    letter-spacing: 5px;
    font-weight: 300;
   
}
.room-container h1 {
    font-family: myFont;
    margin-top: 30px;
    font-weight: 700;
    font-size: 3.0vw;
    line-height: 66px;
}

.card-container {
    position: relative;
    overflow: hidden;
    font-family: myFont !important;
    /* max-width: 400px; */
    /* height: 500px; */
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.card-image-wrapper {
    position: relative;
    overflow: hidden;
    padding-bottom: 133%; /* Maintain aspect ratio */
}

.card-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

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

.card-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1.5rem;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
    transform: translateY(20%);
    opacity: 0;
    transition: all 0.5s ease;
}

.card-container:hover .card-content {
    transform: translateY(0);
    opacity: 1;
}

.price {
    font-size: 0.9rem;
    color: #ffffff;
    opacity: 0.9;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: myFont !important;

}

.title {
    font-size: 1.5rem;
    color: #ffffff;
    margin-top: 0.5rem;
    font-weight: 500;
    font-family: myFont !important;
}

.booking-label {
    position: absolute;
    color: #222222;
    backdrop-filter: blur(7px) saturate(180%);
    -webkit-backdrop-filter: blur(7px) saturate(180%);
    background-color: rgba(255, 255, 255, 0.39);
    border-radius: 12px;
    border: 1px solid rgba(209, 213, 219, 0.3);
    top: 1rem;
    font-family: myFont !important;
    right: 1rem;
    /* background: rgba(255, 255, 255, 0.9); */
    padding: 0.5rem 1rem;
    border-radius: 4px;
    font-size: 0.8rem;
    font-weight: 900 !important;
}




.facility-container{
    padding: 100px 0px;
}

.facility-container h6{
    color: #3f362b;
    letter-spacing: 5px;
    font-weight: 300;
   
}

.facility-container h1{
    font-family: myFont;
    margin-top: 30px;
    font-weight: 700;
    font-size: 3.0vw;
    line-height: 66px;
}
.custom-card {
    border: 1px solid #e0e0e0;
    box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    /* background-color: #fff; */
    backdrop-filter: blur(18px) saturate(180%);
    -webkit-backdrop-filter: blur(18px) saturate(180%);
    background-color: rgba(255, 255, 255, 0.53);
    border-radius: 12px;
    border: 1px solid rgba(209, 213, 219, 0.3);
    height: 100%;
  }
  .custom-card .icon-wrapper {
    display: inline-block;
    width: 60px;
    height: 60px;
    border: 2px dashed #c2a680;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
  }
  .custom-card i {
    font-size: 24px;
    color: #c2a680;
  }
  .custom-card h5 {
    font-size: 20px;
    font-family: myFont;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .custom-card p {
    color: #6c757d;
    margin: 0;
  }
  .custom-card .bg-icon {
    font-size: 100px;
    color: #eaeaea;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }

  .testimonial-section {
    /* background-color: #333; */
    padding: 50px;
    border-radius: 10px;
    position: relative;
    max-width: 700px;
    color: #ffffff;
    text-shadow: #000000;
    background-color: rgb(0, 0, 0); 
    opacity: .5;
}
.testimonial-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    /* opacity: 0.3; */
    border-radius: 10px;
}
.testimonial-content {
    position: relative;
    z-index: 1;
}
.testimonial-header {
    font-size: 12px;
    letter-spacing: 2px;
    margin-bottom: 10px;
}
.testimonial-title {
    font-size: 36px;
    margin-bottom: 20px;
    font-family: myFont;
}
.testimonial-text {
    font-size: 16px;
    margin-bottom: 30px;
}
.testimonial-author {
    display: flex;
    align-items: center;
}
.testimonial-author img {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    margin-right: 15px;
}
.testimonial-author-info {
    display: flex;
    flex-direction: column;
}
.testimonial-author-name {
    font-size: 16px;
    font-weight: bold;
}
.testimonial-author-role {
    font-size: 14px;
    color: #ccc;
}
.testimonial-rating {
    color: #f39c12;
    margin-bottom: 5px;
}

.more-facility-container{
    padding: 100px 0px;
}
.facility-img img{
    transition: 0.7s ease;
}

.facility-img img:hover{
    transform: scale(1.2);
}
.facility-img{
    overflow: hidden;
}

.more-facility-container h6{
    color: #3f362b;
    letter-spacing: 5px;
    font-weight: 300;
}
.more-facility-container h1{
    font-family: myFont;
    margin-top: 30px;
    font-weight: 700;
    font-size: 3.0vw;
    line-height: 66px;
}

.more-facility-container p{
    font-size: 19px;
    color: #222222;
    text-align: justify;
    margin-top: 20px;
    font-weight: 300;
    font-family: inter;
}

/* button css */
/* From Uiverse.io by mrhyddenn */ 
.button {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    background: none;
    color: #0f1923;
    font-family: myFont;
    cursor: pointer;
    position: relative;
    padding: 8px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    transition: all .15s ease;
  }
  
  .button::before,
  .button::after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    height: calc(50% - 5px);
    border: 1px solid #7D8082;
    transition: all .15s ease;
  }
  
  .button::before {
    top: 0;
    border-bottom-width: 0;
  }
  
  .button::after {
    bottom: 0;
    border-top-width: 0;
  }
  
  .button:active,
  .button:focus {
    outline: none;
  }
  
  .button:active::before,
  .button:active::after {
    right: 3px;
    left: 3px;
  }
  
  .button:active::before {
    top: 3px;
  }
  
  .button:active::after {
    bottom: 3px;
  }
  
  .button_lg {
    position: relative;
    display: block;
    padding: 10px 20px;
    color: #fff;
    background-color: #0f1923;
    overflow: hidden;
    box-shadow: inset 0px 0px 0px 1px transparent;
  }
  
  .button_lg::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 2px;
    background-color: #0f1923;
  }
  
  .button_lg::after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 4px;
    height: 4px;
    background-color: #0f1923;
    transition: all .2s ease;
  }
  
  .button_sl {
    display: block;
    position: absolute;
    top: 0;
    bottom: -1px;
    left: -8px;
    width: 0;
    color: #000 !important;
    background-color:#e7cc8b;
    transform: skew(-15deg);
    transition: all .2s ease;
  }
  
  .button_text {
    position: relative;
  }
  
  .button:hover {
    color: #090909 !important;
  }
  
  .button:hover .button_sl {
    width: calc(100% + 15px);
  }
  
  .button:hover .button_lg::after {
    background-color: #fff;
  }
  

  /* footer css */
  .footer {
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 60px 0;
}
.footer h3 {
    color: #ffffff;
    font-family: myfont;
    font-size: 24px;
    margin-bottom: 20px;
}
.footer p, .footer a {
    color: #888;
    text-decoration: none;
    line-height: 1.8;
}
.footer a:hover {
    color: #ffffff;
}
.footer-links {
    list-style: none;
    padding: 0;
}
.footer-links li {
    margin-bottom: 10px;
}

.social-icons a {
    color: #888;
    margin-right: 15px;
    font-size: 18px;
}
.social-icons a:hover {
    color: #ffffff;
}
.contact-info {
    color: #888;
}
.phone-number {
    color: #ffffff;
    font-size: 20px;
    margin: 10px 0;
}



/* gsap img slider css */
.ant-marquee-container {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
/*            background: #f5f5f5;*/
}

.ant-marquee-track {
    position: absolute;
    display: flex;
    gap: 20px;
    padding: 20px;
    will-change: transform;
}

.ant-marquee-item {
    flex-shrink: 0;
    width: 300px;
    height: 200px;
    border-radius: 8px;
    overflow: hidden;
}

.ant-marquee-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

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

@media (max-width: 768px) {
    .ant-marquee-item {
        width: 200px;
        height: 200px;
    }

    .ant-marquee-container {
        height: 250px;
    }
}

@media (max-width: 480px) {
    .ant-marquee-item {
        width: 150px;
        height: 150px;
    }

    .ant-marquee-container {
        height: 200px;
    }
}

/* video slider css start */
.video-container {
    position: relative;
    width: 100%;
    height: 90vh;
    overflow: hidden;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.776);
    
}

.main-vd {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: auto;
    transform: translateX(-50%) translateY(-50%);
    object-fit: cover;
    z-index: -1;
}

.text-slider {
    position: absolute;
    width: 100%;
    padding: 20px;
    color: white;
    text-align: center;
    opacity: 0;
}

.slider-container {
    position: relative;
    height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

@media (max-width: 768px) {
    .text-slider {
        font-size: 0.9em;
        padding: 15px;
    }
}

@media (max-width: 480px) {
    .text-slider {
        font-size: 0.8em;
        padding: 10px;
    }
}
/* video slide css end */



.availability-form {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    position: relative;
    font-family:myFont !important;
    bottom: 110px;
    z-index: 99;
    /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
    box-shadow: rgb(60, 60, 60) 0px 20px 30px -10px;
  }
  .btn-custom {
    background-color: #b99869;
    color: #fff;
    font-weight: bold;
    border: none;
  }
  .btn-custom:hover {
    background-color: #a6896b;
  }

  /* room page css */
  .parallax {
    position: relative;
    background: url('https://augustine.qodeinteractive.com/wp-content/uploads/2020/11/Room-single-02.jpg') no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
    transform: scale(1);
    /* background-position: top; */
    height: 60vh;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .parallax .centered-text {
    font-size: 4rem;
    font-weight: bold;
    color: #eaeaea;
    font-family:myFont;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.7);
  }

  .room-page-container{
    margin-top:70px ;
    margin-bottom: 60px;
  }
  .room-page-container h1{
    font-family: myFont;
    font-size: 6vh;
    font-weight: 600;
  }
  .room-page-container h2,h3{
    font-family: myFont;
    margin: 30px 0px;
    font-size: 3vh;
    font-weight: 500;
  }

  .room-page-container p{
    max-width: 600px;
    font-family: Inter;
    font-size: 20px;
    font-weight: 300;
    color: #252323;
    text-align: justify;
  }
  .shadow-container {
    position: relative;
    background: #f8f9fa;
    border-radius: 10px; 
    margin: auto;
    overflow: hidden;
  }

   .shadow-container:before,
    .shadow-container:after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      width: 30px;
      background: linear-gradient(to right, rgb(230, 230, 230), rgba(255, 255, 255, 0));
      z-index: 1;
      pointer-events: none;
    }

    .shadow-container:before {
      left: 0;
    }

    .shadow-container:after {
      right: 0;
      background: linear-gradient(to left, rgb(230, 230, 230), rgba(255, 255, 255, 0));
    }
  .shadow-container .content {
    position: relative;
    z-index: 1;
  
  }

  .room-facility-container {
    margin-top:100px ;
    margin-bottom: 60px;
  }

  .room-facility-container h5{
    font-family: myFont;
    font-size: 3.5vh;
    font-weight: 600;

  }
  .room-facility-container svg{
    height: 70px;
  }
  .room-facility-container p{
    font-family: myFont;
    font-size: 2.5vh;
  }



  /* pagetitle container css */
  .page-name-container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    overflow: hidden;
}

.page-name-image {
    position: relative;
    flex: 1 1 50%;
    max-height: 200px;
    overflow: hidden;
}

.page-name-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-name-image::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 30%; /* fade width */
    height: 100%;
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, white 100%);
}

.page-name-text {
    flex: 1 1 50%;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0);
}

.page-name-text h1 {
    font-size: 2rem;
    font-family: myfont;
    font-weight: bold;
    text-align: center;
}

/* Responsive for small screens */
@media (max-width: 768px) {
    .page-name-container {
        flex-direction: column;
    }
    .page-name-image, .page-name-text {
        flex: 1 1 100%;
        max-height: none;
    }
    .page-name-image::after {
        width: 100%;
        height: 30%;
        top: auto;
        bottom: 0;
        background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, white 100%);
    }
}



/* contact page css */
 .info-box {
      text-align: left;
      display: flex;
      align-items: center;
      margin-bottom: 30px;
    }
    .icon-circle {
      width: 60px;
      height: 60px;
      background: radial-gradient(circle, #d5bda5, #c4a484);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: 15px;
      flex-shrink: 0;
    }
    .icon-circle i {
      font-size: 22px;
      color: black;
    }
    .info-title {
      font-weight: 600;
      font-family: myfont;
      font-size: 18px;
    }
    .info-text {
      font-size: 14px;
      font-family: inter;
      margin: 0;
      color: #222222;
    }

     .map-container iframe {
      width: 100%;
      height: 100%;
      min-height: 350px;
      border: none;
      border-radius: 10px;
    }
    .form-container {
      background: #e1984b51;
      font-family: myfont !important;
      padding: 20px;
      border-radius: 10px;
    }
    .form-container label{
        font-size: 13px;
        font-weight: 600;
        font-family: myfont;
    }
    .form-container input{
        background-color: transparent;
    }
    
    .form-control:focus, 
    .form-select:focus, 
    textarea:focus {
      box-shadow: none !important;
      border-color: #ced4da !important;
      background-color: transparent;
    }
  

    /* about us page css */
     .facility {
            text-align: center;
            padding: 20px;
        }
        .facility p{
            font-family: myfont;
        }
        .facility i {
            font-size: 40px;
            margin-bottom: 10px;
            display: block;
            color: #d2b17c;
        }
        .divider {
            border-left: 1px solid #dcad62;
            height: 50px;
            margin: auto;
        }
        @media (max-width: 767px) {
            .divider {
                display: none;
            }
        }

/* roooms page css */
 .room-details h2 {
            font-size: 2rem;
            font-weight: 600;
            font-family: myfont;
        }
        .room-details p {
            font-size: 0.95rem;
            color: #222222;
        }
        .room-details strong {
            color: #BB914F;
            font-family: myfont;
        }
        .book-btn {
            text-transform: uppercase;
            letter-spacing: 2px;
            font-weight: 500;
            border: none;
            border-bottom: 1px solid black;
            background: none;
            padding: 5px 0;
        }
        .carousel-inner img {
            height: 100%;
            object-fit: cover;
            border-radius: 5px;
        }


/* room detail page css */
 .room-title {
      font-size: 2.5rem;
      font-family: myfont;
      font-weight: bold;
    }
    .room-info {
      font-size: 0.95rem;
      color: #777;
    }
    .icon-text {
      display: flex;
      align-items: center;
      gap: 5px;
      color: #a06c41;
      font-weight: 500;
    }
    .reserve-box {
      border: 1px solid #ca7a24;
      padding: 20px;
      border-radius: 8px;
      background: #fff;
      font-family: myfont;
    }
    .reserve-box h5 {
      font-size: 1.3rem;
      font-weight: bold;
      font-family: myfont !important;
    }
    .reserve-box label{
        font-family: myfont;
        font-size: 12px;
    }
    .form-control, .form-select {
      border: 1px solid #e4d4c3;
      border-radius: 5px;
    }
    .extra-services {
      margin-top: 20px;
    }
    .extra-item {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 5px 0;
    }
    .extra-item label {
      display: flex;
      align-items: center;
      gap: 10px;
      margin: 0;
    }
    .extra-services span{
        font-family: myfont;
        font-size: 11px;
        font-weight: bold;
    }
    .room-img {
      width: 100%;
      border-radius: 6px;
      object-fit: cover;
      margin-top: 30px;
    }
    @media (max-width: 992px) {
      .room-title {
        font-size: 2rem;
      }
    }

    .room-desc h5{
        margin-top: 20px;
        font-family: myfont;
        font-weight: 900;
        font-size: 20px;
    }

    .room-desc p{
        color: #222222;
        font-size: 15px;
        margin-top: 40px;
    }



    /*call us poster css  */
     .poster {
      position: relative;
      border: 5px solid #CFA96E !important;
      height: 300px;
      border-radius: 20px;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
    }

    /* Background image with blur */
    .poster::before {
      content: "";
      position: absolute;
      inset: 0;
      background: url("images/1B6A0824.JPG") center/cover no-repeat;
      filter: blur(6px) brightness(0.5);
      transform: scale(1.05); /* Avoid edge blur cut */
    }

    .content {
      position: relative;
      z-index: 2;
      
      color: white;
      padding: 20px 20px;
      border-radius: 15px;
    }

    .content h2 {
      font-weight: bold;
      font-family: myfont;
      margin-bottom: 20px;
      line-height: 40px;
    }

    .contact-item {
      font-size: 1.2rem;
      display: flex;
      align-items: center;
      gap: 10px;
      justify-content: center;
      margin-bottom: 10px;
    }

    .contact-item i {
      font-size: 1.4rem;
      color: #fffdef;
    }

    .contact-item a {
      color: white;
      font-size: 15px;
      text-decoration: none;
      font-weight: 500;
      font-family: myfont;
    }

    .contact-item a:hover {
      color: #CFA96E;
    }

    @media (max-width: 768px) {
      .poster {
        height: auto;
        padding: 40px 0;
      }
      .content {
        max-width: 90%;
      }
    }


/* floating button css */
/* Floating Check In Button */
       /* Floating Check In Button */
        .floating-button {
            position: fixed;
            bottom: 30px;
            right: 30px;
            z-index: 1000;
            cursor: pointer;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            opacity: 0;
            transform: translateY(100px);
            pointer-events: none;
        }

        .floating-button.show {
            opacity: 1;
            transform: translateY(0);
            pointer-events: auto;
        }

        .check-in-btn {
            background: linear-gradient(135deg, #efa73c, #94641a);
            color: white;
            border: none;
            padding: 12px 17px;
            border-radius: 50px;
            font-size: 12px;
            font-family: myfont !important;
            font-weight: 600;
            box-shadow: 0 8px 15px rgba(238, 90, 82, 0.4);
            display: flex;
            align-items: center;
            gap: 10px;
            text-decoration: none;
            position: relative;
            overflow: hidden;
            min-width: 140px;
            justify-content: center;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }

        /* Pulsing animation */
        .floating-button::before {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            width: 100%;
            height: 100%;
            background: #CFA96E;
            border-radius: 50px;
            transform: translate(-50%, -50%) scale(1);
            animation: pulse 2s infinite;
            z-index: -1;
        }

        @keyframes pulse {
            0% {
                transform: translate(-50%, -50%) scale(1);
                opacity: 1;
            }
            50% {
                transform: translate(-50%, -50%) scale(1.3);
                opacity: 0.5;
            }
            100% {
                transform: translate(-50%, -50%) scale(1.6);
                opacity: 0;
            }
        }

        /* Floating bounce animation - only when visible */
        .floating-button.show {
            animation: float 3s ease-in-out infinite;
        }

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

        /* Hover effects - only when visible */
        .floating-button.show:hover {
            transform: translateY(-15px) scale(1.05);
        }

        .floating-button.show:hover .check-in-btn {
            background: linear-gradient(135deg, #CFA96E, #CFA96E);
            box-shadow: 0 12px 35px #CFA96E;
        }

        .floating-button.show:active {
            transform: translateY(-12px) scale(0.98);
        }

        /* Icon animation */
        .check-icon {
            font-size: 18px;
            transition: transform 0.3s ease;
        }

        .floating-button.show:hover .check-icon {
            transform: rotate(360deg);
        }

        /* Ripple effect */
        .check-in-btn::after {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            width: 0;
            height: 0;
            background: rgba(255, 255, 255, 0.3);
            border-radius: 50%;
            transform: translate(-50%, -50%);
            transition: width 0.3s, height 0.3s;
        }

        .check-in-btn:active::after {
            width: 300px;
            height: 300px;
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            .floating-button {
                bottom: 20px;
                right: 20px;
            }
            
            .check-in-btn {
                padding: 16px 20px;
                font-size: 14px;
                min-width: 120px;
            }
            
            .check-icon {
                font-size: 16px;
            }
        }

        @media (max-width: 480px) {
            .floating-button {
                bottom: 15px;
                right: 15px;
            }
            
            .check-in-btn {
                padding: 14px 18px;
                font-size: 13px;
                min-width: 110px;
            }
            
            .check-icon {
                font-size: 14px;
            }
        }

        /* Extra small screens */
        @media (max-width: 320px) {
            .check-in-btn {
                padding: 12px 16px;
                font-size: 12px;
                min-width: 100px;
            }
        }

        /* Accessibility improvements */
        .check-in-btn:focus {
            outline: 3px solid rgba(255, 255, 255, 0.5);
            outline-offset: 2px;
        }

        @media (prefers-reduced-motion: reduce) {
            .floating-button.show::before,
            .floating-button.show,
            .check-icon {
                animation: none;
            }
            
            .floating-button.show:hover {
                transform: none;
            }
        }