@charset "utf-8";
/* CSS Document */

  body { background-color: #FDF6E3;
  font-family: 'Lato', sans-serif;
}

h1, h2, h3, h4, h5, h6,
.navbar-brand,
.nav-link,
.top-banner,
.btn-availability {
  font-family: 'Playfair Display', serif;
}

    .top-banner {
      background-color: #FDF6E3;
      font-size: 0.9rem;
      color: #5B2C2C;
      padding: 5px 0;
      text-align: center;
    }

    .top-banner a {
      background-color: #5B2C2C;
      color: #fff;
      padding: 5px 10px;
      border-radius: 3px;
      text-decoration: none;
      margin-left: 10px;
    }

    .top-header {
      background-color: #5B2C2C;
      color: #fff;
      font-size: 0.9rem;
      padding: 5px 15px;
    }

    .top-header i {
      margin-right: 5px;
      color: #D4AF37;
    }

    .top-header .right-links a {
      color: #fff;
      margin-left: 20px;
      text-decoration: none;
    }

    .navbar {
      background-color: #fff;
      border-top: 5px solid #5B2C2C;
      border-bottom: 1px solid #eee;
      padding: 0.5rem 1rem;
    }

    .navbar-nav .nav-link {
      color: #5B2C2C;
      font-weight:500;
      padding: 0.75rem 1rem;
    }

    .navbar-nav .nav-link:hover,
    .navbar-nav .nav-link.active {
      background-color: #5B2C2C;
      color: #fff;
    }

    .btn-availability {
      background-color: #5B2C2C;
      color: #fff;
      border: none;
     font-weight:500;
      padding: 8px 15px;
    }

    .btn-availability i {
      margin-right: 5px;
    }

    .btn-availability:hover {
      background-color: #2E2E2E;
	  color:#FFFFFF !important;
    }

    .logo {
      max-height: 60px;
    }
	.phone-link {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.phone-link:hover {
  color: #D4AF37;
}
@media only screen and (min-width:600px) and (max-width:1024px)
{
	    .logo {
      max-height:20px !important;
    }
	.navbar {
      background-color: #fff;
      border-top: 5px solid #5B2C2C;
      border-bottom: 1px solid #eee;
      padding: 0.5rem 0.25rem;
    }

    .navbar-nav .nav-link {
      color: #5B2C2C;
      font-weight:normal;
	  font-size:12px !important;
      padding: 0.25rem 0.25rem;
    }

    .navbar-nav .nav-link:hover,
    .navbar-nav .nav-link.active {
      background-color: #5B2C2C;
      color: #fff;
    }}
	@media only screen and (min-width:800px) and (max-width:1280px)
{
	    .logo {
      max-height:55px;
    }
	.navbar {
      background-color: #fff;
      border-top: 5px solid #5B2C2C;
      border-bottom: 1px solid #eee;
      padding: 0.5rem 0.25rem;
    }

    .navbar-nav .nav-link {
      color: #5B2C2C;
      font-weight:normal;
	  font-size:12px !important;
      padding: 0.25rem 0.25rem;
    }

    .navbar-nav .nav-link:hover,
    .navbar-nav .nav-link.active {
      background-color: #5B2C2C;
      color: #fff !important;
    }}
	@media only screen and (min-width:320px) and (max-width:768px)
{    .reservation-box {
      background-color: #FDF6E3;
      border: 2px solid #5B2C2C;
      border-radius: 15px;
      padding: 20px;
      max-width: 1200px;
	  margin-top:500px !important;
      box-shadow: 0 0 15px rgba(0,0,0,0.1);
    }

    .reservation-box label {
      font-weight: bold;
      color: #5B2C2C;
    }

	}

    .carousel-item {
      height: auto;
      background-size: cover;
      background-position: center;
      transition: transform 1s ease-in-out;
    }

    .carousel-item.active {
      transform: scale(1.05);
    }

    .carousel-caption {
      bottom: 25%;
      color: #fff !important;
    }

    .carousel-caption h2 {
      font-weight: 700;
      font-size: 2rem;
      text-transform: uppercase;
    }

    .carousel-caption p {
      font-size: 1.1rem;
      margin-bottom: 20px;
    }

    .btn-outline-dark {
      margin: 5px;
      padding: 10px 20px;
      font-weight: 600;
      border-radius: 0;
      transition: all 0.3s ease;
	  color:#FFFFFF !important;
    }

    .btn-outline-dark:hover {
      background-color: #5B2C2C;
      color: #fff;
      border-color: #5B2C2C;
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
      background-color: #2E2E2E;
      border-radius: 50%;
      padding: 20px;
    }

    .reservation-box {
      background-color: #FDF6E3;
      border: 2px solid #5B2C2C;
      border-radius: 15px;
      padding: 20px;
      max-width: 1200px;
	  margin-top:600px;
      box-shadow: 0 0 15px rgba(0,0,0,0.1);
    }

    .reservation-box label {
      font-weight: bold;
      color: #5B2C2C;
    }

    .reservation-box .form-control,
    .reservation-box .form-select {
      border-radius: 8px;
      border: 1px solid #ccc;
    }

    .btn-book {
      background-color: #5B2C2C;
      color: #fff;
      font-weight: bold;
      padding: 10px 25px;
      border-radius: 8px;
      transition: background-color 0.3s ease;
      width: 100%;
    }

    .btn-book:hover {
      background-color: #2E2E2E;
	  color:#FFF !important;
    }

    @media (max-width: 767px) {
      .reservation-box .row > div {
        margin-bottom: 15px;
      }
    }

    .about-section {
      background-color: #FDF6E3;
      padding: 60px 0;
    }

    .about-title {
      font-family: 'Playfair Display', serif;
      font-size: 2.5rem;
      color: #5B2C2C;
      font-weight: 700;
    }

    .about-text {
      font-family: 'Lato', sans-serif;
      color: #5B2C2C;
      font-size: 1.1rem;
      line-height: 1.7;
    }

    .about-img {
      width: 100%;
      border-radius: 12px;
      overflow: hidden;
      transition: transform 0.4s ease;
    }

    .about-img:hover {
      transform: scale(1.03);
    }

    .btn-readmore {
      background-color: #D4AF37;
      color: #2E2E2E;
      font-weight: bold;
      border-radius: 8px;
      margin-top: 20px;
    }

    .btn-readmore:hover {
      background-color: #5B2C2C;
      color: #fff;
    }
@media only screen and (min-width:320px) and (max-width:768px)
{	
	    .about-title {
      font-family: 'Playfair Display', serif;
      font-size: 1.5rem;
      color: #5B2C2C;
      font-weight: 700;
    }
	    .section-title {
      font-size:1.5rem !important;
    }
	 .about-section {
      background-color: #FDF6E3;
      padding: 60px 0;
	  margin-top:-550px !important;
    }
	}

    .rooms-wrap { max-width: 1200px; margin: 40px auto; position: relative; }

    .scroll-container {
      display: flex;
      gap: 16px;
      overflow-x: auto;
      scroll-snap-type: x mandatory;
      scroll-behavior: smooth;
      -webkit-overflow-scrolling: touch;
      padding: 2px;
    }
    .scroll-container::-webkit-scrollbar { display: none; }
    .scroll-container { scrollbar-width: none; }

    .room-card {
      scroll-snap-align: center;
      flex: 0 0 100%; /* mobile default */
      background: #fff;
      border-radius: 16px;
      box-shadow: 0 8px 24px rgba(0,0,0,.08);
      padding: 24px 20px;
      text-align: center;
    }
    .room-img {
      width: 100%;
      height: 180px;
      border-radius: 12px;
      object-fit: cover;
      display: block;
      margin: 0 auto 14px;
    }

    .scroll-btn {
      width: 46px; height: 46px; border-radius: 50%;
      border: none; color: #fff; background: #000;
      display: inline-flex; align-items: center; justify-content: center;
      cursor: pointer; font-size: 18px;
      position: absolute; top: 50%; transform: translateY(-50%);
      z-index: 5;
    }
    .scroll-btn:hover { background: #666; }
    .scroll-btn:disabled { opacity: .5; cursor: not-allowed; }
    #prevBtn { left: -1px; }
    #nextBtn { right: -1px; }

    /* Responsive cards per view */
    @media (min-width: 576px) {
      .room-card { flex: 0 0 80%; }
    }
    @media (min-width: 768px) {
      .room-card { flex: 0 0 48%; }  /* 2 cards */
    }
    @media (min-width: 992px) {
      .room-card { flex: 0 0 24%; }  /* 4 cards */
	  @media (min-width: 1200px) {
      .room-card { flex: 0 0 24%; }  /* 4 cards */
    }

  body {
    font-family: 'Lato', sans-serif;
    background-color: #FDF6E3;
  }

  .section-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.8rem;
    color: #2E2E2E;
    margin-bottom: 1.5rem;
    font-weight: 600;
  }

  .amenities-list i {
    color: #5B2C2C;
    min-width: 30px;
  }

  .amenities-item {
    padding: 10px 0;
    border-bottom: 1px dashed #ccc;
    transition: all 0.3s ease;
  }

  .amenities-item:hover {
    background-color: #fff;
    padding-left: 10px;
  }

  .events-box {
    background: #f1f1f1;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    min-height: 180px;
    position: relative;
  }

  .events-box i {
    color: #bbb;
    font-size: 2rem;
    position: absolute;
    top: 20px;
    left: 20px;
  }

  .inquire-link {
    font-weight: 600;
    display: inline-block;
    margin-top: 1rem;
    text-decoration: none;
    color: #5B2C2C;
    transition: color 0.3s;
  }

  .inquire-link:hover {
    color: #D4AF37;
  }

  body {
    font-family: 'Segoe UI', sans-serif;
  }

  .section-bg {
    background: linear-gradient(145deg, #f8f9fa, #fff);
    padding: 60px 0;
  }

  .section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 40px;
    text-align: center;
  }

  .review-box {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    padding: 25px;
    transition: all 0.3s ease-in-out;
  }

  .review-box:hover {
    transform: translateY(-5px);
  }

  .review-stars {
    color: #f0c14b;
    margin-bottom: 15px;
  }

  .review-line {
    height:10px;
    background: #ddd;
    border-radius: 5px;
    margin-bottom: 8px;
    width: 100%;
    max-width:90%;
  }

  .gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 120px;
    gap: 10px;
  }

  .gallery-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    transition: transform 0.3s ease-in-out;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  }

  .gallery-grid img:hover {
    transform: scale(1.08);
  }

  .modal-content {
    background-color: transparent;
    border: none;
  }

  .modal-img {
    max-width: 100%;
    border-radius: 10px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.6);
    transition: transform 0.3s ease;
  }

  .modal-btn {
    background: rgba(0, 0, 0, 0.7);
    border: none;
    color: #fff;
    padding: 10px 15px;
    border-radius: 50%;
    font-size: 20px;
  }

  @media (max-width: 768px) {
    .gallery-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  body {
    scroll-behavior: smooth;
  }

  .footer-custom {
    background-color: #5B2C2C;
    color: #FDF6E3;
    font-family: 'Lato', sans-serif;
    position: relative;
  }

  .footer-custom h4, 
  .footer-custom h5 {
    font-family: 'Playfair Display', serif;
    color: #D4AF37;
  }

  .footer-custom a {
    color: #FDF6E3;
    text-decoration: none;
  }

  .footer-custom a:hover {
    color: #D4AF37;
    text-decoration: underline;
  }

  .footer-social a {
    color: #FDF6E3;
    border: 1px solid #FDF6E3;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
  }

  .footer-social a:hover {
    background-color: #D4AF37;
    color: #2E2E2E;
  }

  .footer-custom .form-control,
  .footer-custom .btn {
    border-radius: 0;
  }

  .footer-custom .btn-primary {
    background-color: #D4AF37;
    color: #2E2E2E;
    border: none;
  }

  .footer-custom .btn-primary:hover {
    background-color: #c9a332;
    color: #000;
  }

  .footer-bottom a {
    color: #FDF6E3;
  }

  .footer-bottom a:hover {
    color: #D4AF37;
  }

  /* Back to Top */
  .back-to-top {
    position: fixed;
    bottom: 30px;
    right: 25px;
    z-index: 999;
    background-color: #D4AF37;
    color: #2E2E2E;
    border: none;
    padding: 10px 14px;
    border-radius: 50%;
    font-size: 18px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    transition: background-color 0.3s ease, transform 0.3s ease;
  }

  .back-to-top:hover {
    background-color: #b9982c;
    transform: translateY(-3px);
  }
  #more {display: none;}

    body {
      background-color: #FDF6E3;
      color: #5B2C2C;
      font-family: Georgia, serif;
    }
    .heading {
      color: #5B2C2C;
      font-weight: bold;
    }
    .card-custom {
      background-color: #fffdf5;
      border: none;
      transition: transform 0.3s, box-shadow 0.3s;
    }
    .card-custom:hover {
      transform: scale(1.02);
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    }
    .read-more {
      color: #5B2C2C;
      font-weight: bold;
      font-size: 0.9rem;
    }
    .read-more:hover {
      color: #D4AF37;
      text-decoration: underline;
    }
    .section-title {
      font-size: 2rem;
    }
    .desc-text {
      font-size: 1.05rem;
    }

    body {
      background-color: #FDF6E3;
      font-family: 'Segoe UI', sans-serif;
    }
    .contact-left {
      background-color: #5B2C2C;
      color: #ffffff;
      border-radius: 15px 0 0 15px;
      padding: 40px;
    }
    .contact-left h4 {
      font-weight: bold;
      margin-top: 20px;
    }
    .contact-left p,
    .contact-left a {
      color: #eee;
      font-size: 14px;
    }
    .contact-icon {
      width: 50px;
      height: 50px;
      background-color: #2E2E2E;
      color: #D4AF37;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 20px;
      margin-right: 15px;
    }
    .form-control:focus {
      border-color: #D4AF37;
      box-shadow: 0 0 0 0.2rem rgba(212, 175, 55, 0.25);
    }
    .contact-right {
      background-color: white;
      padding: 40px;
      border-radius: 0 15px 15px 0;
    }
    .btn-send {
      background-color: #5B2C2C;
      color: #fff;
      border-radius: 30px;
      padding: 10px 30px;
      transition: background-color 0.3s ease;
    }
    .btn-send:hover {
      background-color: #D4AF37;
      color: #2E2E2E;
    }
	.contact-left a {
  color: #eee;
  text-decoration: none;
  display: block;
}
.contact-left a:hover {
  color: #D4AF37;
  text-decoration: underline;
}

    .btn-meetings {
      background-color: #5B2C2C;
      color: #ffffff;
      padding: 12px 30px;
      border: none;
      font-weight: 600;
      font-size: 16px;
      border-radius: 50px;
      transition: all 0.3s ease;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
      text-transform: uppercase;
      letter-spacing: 1px;
    }
    .btn-meeting-and-event:hover {
      background-color: #D4AF37;
      color: #2E2E2E;
    }
	    .reservation-box {
      background: #fff;
      padding: 20px;
      border-radius: 10px;
      box-shadow: 0 5px 15px rgba(0,0,0,0.3);
      position: absolute;
      bottom: -160px;
      left: 50%;
      transform: translateX(-50%);
      width: 90%;
      max-width: 1100px;
      z-index: 10;

    }

    .form-select, .form-control {
      border-radius: 5px;
    }
	.col-6 {
    flex: 0 0 auto;
    width: 100% !important;
	margin:auto;
	text-align:center;}	
	.col-61 {
    flex: 0 0 auto;
    width:50% !important;
	margin:auto;
	text-align:center;
}
@media only screen and (min-width:320px) and (max-width:480px)
{	    .reservation-box {
      background: #fff;
      padding: 20px;
      border-radius: 10px;
      box-shadow: 0 5px 15px rgba(0,0,0,0.3);
      position: relative;
	  top:-510px !important;
      bottom:10px;
      left: 50%;
      transform: translateX(-50%);
      width: 90%;
      max-width: 1100px;
      z-index: 10;

    }}
	@media only screen and (min-width:481px) and (max-width:768px)
{	    .reservation-box {
      background: #fff;
      padding: 20px;
      border-radius: 10px;
      box-shadow: 0 5px 15px rgba(0,0,0,0.3);
      position: relative;
	  top:-510px !important;
      bottom:10px;
      left: 50%;
      transform: translateX(-50%);
      width: 90%;
      max-width: 1100px;
      z-index: 10;

    }}
	@media only screen and (min-width:769px) and (max-width:1024px)
{	    .reservation-box {
      background: #fff;
      padding: 20px;
      border-radius: 10px;
      box-shadow: 0 5px 15px rgba(0,0,0,0.3);
      position: absolute;
      bottom:-60px;
      left: 50%;
      transform: translateX(-50%);
      width: 90%;
      max-width: 1100px;
      z-index: 10;

    }}
		@media only screen and (min-width:800px) and (max-width:1180px)
{	    .reservation-box {
      background: #fff;
      padding: 20px;
      border-radius: 10px;
      box-shadow: 0 5px 15px rgba(0,0,0,0.3);
      position: relative;
	  margin-top:-100px;
      bottom:0px;
      left: 50%;
      transform: translateX(-50%);
      width: 90%;
      max-width: 1100px;
      z-index: 10;

    }}
	@media only screen and (min-width:800px) and (max-width:1280px)
{	    .reservation-box {
      background: #fff;
      padding: 20px;
      border-radius: 10px;
      box-shadow: 0 5px 15px rgba(0,0,0,0.3);
      position: relative;
	  margin-top:-100px;
      bottom:0px;
      left: 50%;
      transform: translateX(-50%);
      width: 90%;
      max-width: 1100px;
      z-index: 10;

    }}

    .marquee-container {
      color: #000;
      overflow: hidden;
      white-space: nowrap;
      position: relative;
      height:40px;
      display: flex;
      align-items: center;
    }

    .marquee-text {
      display: inline-block;
      padding-left: 100%;
      animation: scroll-left 60s linear infinite;
      font-weight: bold;
      font-size: 16px;
    }

    @keyframes scroll-left {
      0% {
        transform: translateX(0%);
      }
      100% {
        transform: translateX(-100%);
      }
    }
	@media (max-width: 767px) {
  .navbar-brand {
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
  }

  .navbar-brand img {
    max-height: 60px; /* adjust size if needed */
  }
}
@media (max-width: 767px) {
  .top-header {
    text-align: center !important;
    display: block !important;
  }
  .top-header div {
    margin: 3px 0; /* spacing between address and phone */
  }
}
    .info-section {
      background-color: #fdf5e6;
      padding: 40px 20px;
    }
    .info-section h2 {
      font-weight: bold;
      margin-bottom: 20px;
      color: #5c3b28;
    }
    .read-btn {
      background-color: #c9a74d;
      border: none;
      color: #fff;
      padding: 6px 15px;
      border-radius: 4px;
      text-decoration: none;
      display: inline-block;
      transition: 0.3s;
    }
    .read-btn:hover {
      background-color: #a68435;
      color: #fff;
      transform: translateY(-2px);
    }
    .area-card {
      background: #fff;
      border-radius: 8px;
      padding: 15px;
      margin-bottom: 15px;
      box-shadow: 0 2px 5px rgba(0,0,0,0.1);
      transition: transform 0.3s ease-in-out;
    }
    .area-card:hover {
      transform: translateY(-5px);
    }
    .area-card img {
      width: 100%;
      height: auto;
      border-radius: 6px;
      margin-bottom: 10px;
    }
    .room-section {
      padding: 50px 0;
    }
    .room-info h2 {
      font-weight: bold;
    }
    .room-info ul {
      list-style: none;
      padding: 0;
    }
    .room-info ul li {
      margin-bottom: 10px;
      font-size: 16px;
    }
    .room-info ul li i {
      color: #00aaff;
      margin-right: 8px;
    }
    .btn-book {
      background-color: #00aaff;
      color: #fff;
      border-radius: 6px;
      padding: 10px 25px;
      font-size: 16px;
      font-weight: bold;
    }
    .btn-book:hover {
      background-color: #0077cc;
      color: #fff;
    }

    /* Make carousel control buttons visible */
    .carousel-control-prev-icon,
    .carousel-control-next-icon {
      background-color: rgba(0, 0, 0, 0.6); /* dark circle background */
      border-radius: 50%;
      padding: 20px; /* increase size */
      background-size: 50% 50%;
    }

    .room-section {
      padding: 50px 0;
    }
    .room-info h2 {
      font-weight: bold;
    }
    .room-info ul {
      list-style: none;
      padding: 0;
    }
    .room-info ul li {
      margin-bottom: 10px;
      font-size: 16px;
    }
    .room-info ul li i {
      color: #00aaff;
      margin-right: 8px;
    }
    .btn-book {
      background-color: #00aaff;
      color: #fff;
      border-radius: 6px;
      padding: 10px 25px;
      font-size: 16px;
      font-weight: bold;
    }
    .btn-book:hover {
      background-color: #0077cc;
      color: #fff;
    }

    /* Carousel control styling */
    .carousel-control-prev-icon,
    .carousel-control-next-icon {
      background-color: rgba(0, 0, 0, 0.6);
      border-radius: 50%;
      padding: 20px;
      background-size: 50% 50%;
    }