/* #BD922A */
/* #731315 */
body {
    font-family: "Lato", sans-serif;
}

img {
    width: 100%;
}

.navbar-container {
    width: 100%;
    /* padding: 10px 20px; */
    background: transparent;
    border-bottom: 1px solid #ddd;
    position: relative;
}

.navbar {
    display: flex;
    align-items: center;
    padding: 26px 0 0 0;
}

.untitled-list {
    list-style: none;
    display: flex;
    gap: 25px;
}

.untitled-list li a {
    text-decoration: none;
    color: #333;
    font-size: 17px;
    font-weight: 600;
}

.logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0px;
    z-index: 99;
}

.logo img {
    max-width: 80%;
}

.btn-header {
    position: absolute;
    right: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    top: 22px;
}

.call-btn,
.email-btn {
    background: transparent;
    color: #000;
    padding: 8px 14px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    font-size: 17px;
}

.call-btn,
.email-btn a {
    color: black;
}

.call-icon {
    display: none;
    font-size: 24px;
    text-decoration: none;
}

/* Hamburger Menu */
.menu-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 28px;
    cursor: pointer;
}

#mobileMenu {
    display: flex;
}

.mobile-contact {
    display: none;
}

.banner-section {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.banner-section video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1;
}

.banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    z-index: 2;
}

.form-banner {
    position: absolute;
    top: 83%;
    /* left: 50%; 
    transform: translate(-50%, -50%); */
    text-align: center;
    color: #fff;
    z-index: 2;
    width: 100%;
    padding: 30px;
    background: rgba(0, 0, 0, 0.4);
}

.banner-content h1 {
    font-size: 60px;
    font-weight: bold;
    margin-bottom: 20px;
}

.banner-content p {
    font-size: 22px;
    line-height: 1.4;
}

.btn-bnner {
    margin-top: 30%;
    background-color: #BD922A;
    border: none;
    padding: 10px;
    margin-left: 30px;
    width: 100%;
}

/* .btn-bnner :hover {
    background-color: #BD922A !important;
} */

.pd-100 {
    padding: 100px 0;
}

.subheading {
    color: #BD922A;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 700;
}

.mainheading {
    color: #731315;
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Roboto Slab', serif;
}

.para-abt {
    font-size: 18px;
    font-weight: 500;
}

.content__item::before {
    color: var(--color-number);
    position: absolute;
    top: 0;
    left: 0;
    content: "";
}

.button {
    pointer-events: auto;
    cursor: pointer;
    background: #e7e7e7;
    border: none;
    padding: 1.5rem 3rem;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    position: relative;
    display: inline-block;
}

.button::before,
.button::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.button--pan {
    font-family: aktiv-grotesk-extended, sans-serif;
    font-weight: 700;
    border: 2px solid #BD922A;
    border-radius: 3rem;
    overflow: hidden;
    color: #000;
    font-size: 16px;
}

.button--pan span {
    position: relative;
}

.button--pan::before {
    content: '';
    background: #BD922A;
    transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
}

.button--pan:hover::before {
    transform: translate3d(0, -100%, 0);
}

.about-image-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(2, 1fr);
    gap: 10px;
    height: 500px;
}

.small-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    transition: transform 0.4s ease;
    cursor: pointer;
}

.small-img:nth-of-type(1) {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
}

.small-img:nth-of-type(2) {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
}

.large-img {
    grid-column: 2 / 3;
    grid-row: 1 / 3;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.img-container {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    overflow: hidden;
}

.small-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
    cursor: pointer;
    border-radius: 0;
}

.small-img:hover {
    transform: scale(1.1);
    z-index: 2;
}

.pd-101 {
    padding: 100px 0;
    background-color: #F4E9D7;
}

.choose-item {
    padding: 20px;
    border-radius: 12px;
    border: #ddd 1px solid;
    margin-top: 35px;
}

.choose-icon {
    font-size: 40px;
    color: #731315;
    margin-bottom: 15px;
}

.choose-item h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #333;
}

.choose-item p {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
}

.slick-slide {
    margin: 0 !important;
}

.image-container {
    position: relative;
    width: 100%;
    height: 324px;
    overflow: hidden;
    /* border-radius: 12px; */
}

.image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.image-container:hover img {
    transform: scale(1.1);
}

.overlay-text {
    position: absolute;
    bottom: 60px;
    left: 20px;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
}

.book-now-btn {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
    background-color: #BD922A;
    padding: 8px 18px;
    border-radius: 25px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: background-color 0.3s ease, color 0.3s ease;
    cursor: pointer;
}

.book-now-btn:hover {
    background-color: #fff;
    color: #BD922A !important;
    text-decoration: none;
}

.book-now-btn:hover::after {
    content: " →";
    margin-left: 8px;
    font-weight: 700;
    transition: margin-left 0.3s ease;
}

.key-point {
    font-size: 14px;
    color: #555;
    margin-top: 8px;
    line-height: 1.4;
}

.stat-item i {
    color: #731315;
    margin-bottom: 15px;
}

.number {
    font-size: 48px;
    font-weight: 700;
    color: #333;
    margin-bottom: 8px;
}

.label {
    font-size: 18px;
    color: #666;
}

.offer-card {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
    margin-top: 30px;
}

.offer-image-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.offer-image {
    width: 100%;
    height: 350px;
    object-fit: cover;
    transition: transform 0.5s ease;
    border-radius: 10px;
}

.offer-image-wrapper:hover .offer-image {
    transform: scale(1.1);
}

.vertical-text {
    position: absolute;
    left: 0px;
    top: 109%;
    transform: translateY(-50%) rotate(-90deg);
    transform-origin: left top;
    font-family: 'Arial', sans-serif;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 0;
    background: #fff;
    color: #000;
    width: 100%;
    text-align: center;
    border-radius: 0 10px 10px 0;
    box-shadow: 2px 0 6px rgba(0, 0, 0, 0.1);
    user-select: none;
    pointer-events: none;
    z-index: 10;
}

.offer-image-wrapper:hover .vertical-text {
    background-color: #BD922A;
    color: #fff;
}

.testimonial-card {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

.testimonial-content p {
    font-size: 16px;
    color: #444;
    line-height: 1.7;
    margin-bottom: 15px;
}

.stars {
    color: #f1b24a;
    font-size: 20px;
    margin-bottom: 20px;
}

.guest-info {
    display: flex;
    align-items: center;
    gap: 15px;
}

.guest-info img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.guest-info h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

.guest-info span {
    font-size: 14px;
    color: #666;
}

.testinomial-section {
    background-image: url(../image/dj.jpg);
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.testinomial-section::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1;
}

.swiper {
    z-index: 99 !important;
}

.pd-102 {
    padding-top: 100px;
}

.bg-shape {
    background-image: url(../image/bg.png);
    background-repeat: no-repeat;
    /* background-position: left; */
    width: 100%;
    height: auto;
}

.logo-ftr img {
    max-width: 100%;
}

.ftr-link {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.ftr-link li {
    list-style: none;

}

.ftr-link li a {
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}

.ftr-heading {
    margin-left: 32px;
    margin-bottom: 33px;
    color: #fff;
}


.contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-list li {
    margin-bottom: 12px;
}

.contact-list a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    transition: 0.3s ease;
    display: flex;
    align-items: center;
    font-weight: 700;
}

.contact-list a:hover {
    color: #fff;
    padding-left: 4px;
}

.contact-list i {
    font-size: 18px;
    margin-right: 10px;
    color: #f9a825;
    background: white;
    padding: 10px;
    border-radius: 25px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.18);
}

.social-icons {
    margin-top: 20px;
    border-top: 1px solid #ddd;
    padding-top: 50px;
}

.social-icons a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    margin: 0 8px;
    background: white;
    border-radius: 50%;
    color: #333;
    font-size: 20px;
    text-decoration: none;
    transition: 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.social-icons a:hover {
    transform: translateY(-4px);
    color: #f9a825;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
}

.para-abt {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 20px;
}

.hotel-key-points {
    list-style: none;
    padding: 0;
    margin: 0;
}

.hotel-key-points li {
    font-size: 16px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    color: #333;
}

.hotel-key-points li i {
    color: #f9a825;
    margin-right: 10px;
    font-size: 18px;
}

/* index end */

.hero-banner.about-hero {
    position: relative;
    width: 100%;
    height: 400px;
    background: url('../image/hall.jpg') center center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    overflow: hidden;
}

.hero-banner.about-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
}

.hero-banner.about-hero .container {
    position: relative;
    z-index: 2;
}

.hero-banner.about-hero h1 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 15px;
}

.hero-banner.about-hero p {
    font-size: 20px;
    line-height: 1.6;
    max-width: 700px;
    margin: 0 auto;
}

.main-text {
    margin-left: -245px;
    width: 100%;
    background: rgba(252, 252, 252, 0.95);
    padding: 92px 98px 98px 96px;
    border-radius: 5px;
    margin-top: 80px;
}

.main-text-1 {
    margin-left: 250px;
    width: 100%;
    background: rgba(252, 252, 252, 0.95);
    padding: 92px 98px 98px 96px;
    border-radius: 5px;
    margin-top: 100px;
    position: relative;
    z-index: 99;
}

.main-image img {
    width: 100%;
    height: 672px;
    object-fit: cover;
}
.footer-section{
    background: #731315;
}
.para-abt-1 {
    font-size: 16px;
    line-height: 1.8;
    color: #fff;
    margin-bottom: 20px;
}
.room-card {
    width: 300px;
    border: 1px solid #e2e2e2;
    border-radius: 8px;
    overflow: hidden;
    background: white;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    transition: box-shadow 0.3s ease;
    cursor: pointer;
}

.room-card:hover {
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.room-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.room-card:hover img {
    transform: scale(1.05);  
}

.room-content {
    padding: 15px;
}

.room-content h3 {
    margin: 0;
    font-size: 20px;
    color: #000;
    font-weight: 800;
    transition: color 0.3s ease;
}

.room-card:hover .room-content h3 {
    color: #BD922A;  
}

.price {
    margin-top: 8px;
    font-size: 18px;
    font-weight: bold;
    color: #000;
}

.price span {
    color: gray;
    font-size: 14px;
}
.modal {
  display: none; 
  position: fixed;
  z-index: 1000;
  padding-top: 80px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.5);
}

.modal-content {
  background-color: #fff;
  margin: auto;
  padding: 25px;
  border-radius: 8px;
  width: 90%;
  max-width: 500px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
  position: relative;
}

.close {
  color: #aaa;
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.close:hover {
  color: #000;
}

.modal-content h2 {
  margin-top: 0;
}

.modal-content input[type="text"],
.modal-content input[type="email"],
.modal-content input[type="date"] {
  width: 100%;
  padding: 8px;
  margin-top: 5px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.gallery-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.gallery-img:hover {
    transform: scale(1.05);
}

.lightbox-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.lightbox-overlay img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
    object-fit: contain;
}
.box-item{
    margin-top: 30px;
}
/* contct */
 

  .info-footer {
    background-color: #F4E9D7;
     padding: 40px 20px;
   /* display: flex;
    justify-content: center;
    gap: 50px;
    flex-wrap: wrap;
    margin-top: 50px; */
  }
  .info-item {
    text-align: center;
    max-width: 220px;
  }
  .info-icon {
    background-color: #BD922A;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin: 0 auto 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
  }
  .info-icon svg {
    width: 32px;
    height: 32px;
    fill: white;
  }
  .info-item h3 {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 8px;
  }
  .info-item p {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.4;
    margin: 0;
  }
  .info-item p a {
  color: #333333;
  text-decoration: none;
  font-weight: 500;
  }
  .pd-201{
    background-color: #e2e2e2;
    padding: 80px 0px;
  }
.logo-slider .slick-track {
    display: flex !important;
    gap: 30px;
    align-items: center;
}

.logo-slider .slick-slide {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.logo-slider img {
    width: 200px;
    height: auto;
    object-fit: contain;
    opacity: 0.6;
    transition: opacity 0.3s ease;
}

.logo-slider img:hover {
    opacity: 1;
}
