* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Jost, sans-serif;
}

img {
  max-width: 100%;
  height: auto;
}

.navbar-btn,
  .hero-btn,
  .choose-btn,
  .facilities-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 160px;
  padding: 14px 25px;
  border: 1px solid;
  border-radius: 4px;
  background-color: transparent;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s ease,
      border-color 0.3s ease,
      color 0.3s ease;
}

.navbar-btn,
  .hero-btn {
  border-color: #ffffff;
  color: #ffffff;
}

.navbar-btn {
  background-color: rgb(170, 132, 83);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  row-gap: 12px;
  column-gap: 12px;
  min-width: 160px;
  padding-top: 14px;
  padding-right: 25px;
  padding-bottom: 14px;
  padding-left: 25px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgb(255, 255, 255);
  border-right-color: rgb(255, 255, 255);
  border-bottom-color: rgb(255, 255, 255);
  border-left-color: rgb(255, 255, 255);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  transition-duration: 0.3s, 0.3s, 0.3s;
  transition-timing-function: ease, ease, ease;
  transition-delay: 0s, 0s, 0s;
  transition-property: background-color, border-color, color;
  color: rgb(255, 255, 255);
}

.choose-btn,
  .facilities-btn {
  border-color: #1a1a1a;
  color: #1a1a1a;
}

.choose-btn i,
  .facilities-btn i {
  font-size: 12px;
}

.navbar-btn:hover,
  .navbar-btn:focus,
  .hero-btn:hover,
  .hero-btn:focus,
  .choose-btn:hover,
  .choose-btn:focus,
  .facilities-btn:hover,
  .facilities-btn:focus {
  border-color: #aa8453;
  background-color: #aa8453;
  color: #ffffff;
}

.main-navbar {
  min-height: 100px;
  padding: 0;
  background-color: rgb(255, 255, 255);
  border-bottom: 1px solid #f1f1f1;
  position: relative;
  z-index: 1000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgb(241, 241, 241);
}

.navbar-container {
  min-height: 100px;
  padding: 0 6%;
}

.navbar img {
  max-width: 100px;
  height: auto;
}

.navbar-brand {
  padding: 10px;
  margin: 0;
  flex-shrink: 0;
}

.navbar-brand img {
  width: 100px;
  object-fit: contain;
}

.nav-content {
  align-items: center;
}

.navbar-menu {
  display: flex;
  align-items: center;
  gap: 38px;
  margin-left: auto;
  margin-right: auto;
  row-gap: 38px;
  column-gap: 38px;
}

.nav-link {
  color: rgb(17, 17, 17);
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  padding: 41px 0;
  position: relative;
  text-transform: uppercase;
  transition: color 0.3s ease;
}

.nav-link:hover,
  .nav-link:focus,
  .nav-link.active {
  color: #aa8453;
}

.nav-link::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 31px;
  width: 0px;
  height: 1px;
  background-color: rgb(170, 132, 83);
  transition: width 0.3s ease;
}

.nav-link:hover::after,
  .nav-link.active::after {
  width: 100%;
}

.language-dropdown {
  display: flex;
  align-items: center;
}

.language-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  color: rgb(17, 17, 17);
  font-size: 13px;
  font-weight: 600;
  padding: 41px 0;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.3s ease;
  row-gap: 6px;
  column-gap: 6px;
}

.language-btn:hover,
  .language-btn:focus {
  color: #aa8453;
}

.language-btn::after {
  display: none;
}

.language-btn i {
  font-size: 9px;
}

.language-menu {
  min-width: 175px;
  margin-top: 0px;
  padding: 8px 0;
  border: 0;
  border-radius: 0;
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.12) 0px 10px 35px;
}

.dropdown-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 18px;
  color: rgb(17, 17, 17);
  font-size: 13px;
  font-weight: 500;
  transition: color 0.3s ease, background-color 0.3s ease;
  row-gap: 10px;
  column-gap: 10px;
}

.dropdown-item:hover,
  .dropdown-item:focus {
  color: #aa8453;
  background-color: #f8f5f1;
}

.navbar .language-flag {
  width: 22px;
  max-width: 22px;
  height: 15px;
  object-fit: cover;
}

.navbar-toggler {
  padding: 8px;
  border: 1px solid #aa8453;
  border-radius: 0;
  box-shadow: none;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.hero-carousel .carousel-item {
  position: relative;
}

.hero-carousel .carousel-inner,
  .hero-carousel .carousel-inner img {
  height: 80vh;
}

.hero-carousel .carousel-inner img {
  width: 100%;
  object-fit: cover;
  object-position: center center;
  filter: brightness(0.55);
}

.hero-carousel .carousel-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  width: 100%;
  padding: 20px;
  transform: translate(-50%, -50%);
  color: rgb(255, 255, 255);
  text-align: center;
}

.carousel-content {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
}

.carousel-content span {
  display: block;
  margin-bottom: 18px;
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 4px;
  line-height: 1.5;
  text-transform: uppercase;
}

.carousel-content h2 {
  margin-bottom: 20px;
  color: rgb(255, 255, 255);
  font-family: "Cormorant Garamond", serif;
  font-size: 68px;
  font-weight: 500;
  line-height: 1.05;
}

.carousel-content p {
  max-width: 680px;
  margin: 0 auto 32px;
  color: rgb(255, 255, 255);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.8;
}

.hero-carousel .carousel-control-prev,
  .hero-carousel .carousel-control-next {
  top: 50%;
  bottom: auto;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 50%;
  background-color: transparent;
  transform: translateY(-50%);
  opacity: 1;
  transition: background-color 0.3s ease,
      border-color 0.3s ease;
}

.hero-carousel .carousel-control-prev {
  left: 35px;
}

.hero-carousel .carousel-control-next {
  right: 35px;
}

.hero-carousel .carousel-control-prev:hover,
  .hero-carousel .carousel-control-next:hover {
  border-color: #aa8453;
  background-color: #aa8453;
}

.hero-carousel .carousel-control-prev-icon,
  .hero-carousel .carousel-control-next-icon {
  width: 18px;
  height: 18px;
}

.choose-section {
  margin: 0;
  padding: 150px 5% 100px;
  background-color: rgb(248, 248, 246);
}

.choose-section .container-fluid {
  padding: 0;
}

.choose-section .row {
  min-height: 520px;
}

.choose-image {
  width: 82%;
  height: 500px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 22px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.choose-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.choose-content {
  padding: 50px 10% 50px 5%;
}

.choose-section .section-subtitle {
  display: block;
  margin-bottom: 22px;
  color: rgb(170, 132, 83);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 5px;
  line-height: 1.5;
  text-transform: uppercase;
}

.choose-content h2 {
  margin: 0 0 26px;
  color: rgb(26, 26, 26);
  font-family: "Cormorant Garamond", serif;
  font-size: 58px;
  font-weight: 400;
  line-height: 1.08;
}

.choose-content p {
  margin: 0 0 34px;
  color: rgb(101, 101, 101);
  font-size: 16px;
  line-height: 1.9;
}

.rooms-section {
  padding: 120px 4% 110px;
  background-color: rgb(255, 255, 255);
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
}

.rooms-section .container-fluid {
  padding: 0;
}

.rooms-heading {
  margin-bottom: 65px;
  text-align: center;
}

.rooms-heading span {
  display: block;
  margin-bottom: 22px;
  color: rgb(170, 132, 83);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 5px;
  line-height: 1.5;
  text-transform: uppercase;
}

.rooms-heading h2 {
  margin: 0;
  color: rgb(26, 26, 26);
  font-family: "Cormorant Garamond", serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 1.1;
}

.rooms-carousel {
  position: relative;
}

.room-image {
  height: 360px;
  overflow: hidden;
  border-radius: 3px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.room-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.room-content {
  padding: 30px 18px 10px;
}

.room-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  margin-bottom: 12px;
  row-gap: 25px;
  column-gap: 25px;
}

.room-title h3 {
  margin: 0;
  color: rgb(26, 26, 26);
  font-family: "Cormorant Garamond", serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 1.1;
}

.room-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 43px;
  height: 43px;
  flex-shrink: 0;
  border: 1px solid #aa8453;
  border-radius: 50%;
  color: rgb(170, 132, 83);
  font-size: 13px;
  text-decoration: none;
}

.room-link:hover,
  .room-link:focus {
  background-color: #aa8453;
  color: #ffffff;
}

.room-price {
  display: flex;
  align-items: baseline;
  gap: 18px;
  margin-bottom: 25px;
  row-gap: 18px;
  column-gap: 18px;
}

.room-price span {
  color: rgb(53, 53, 53);
  font-size: 15px;
}

.room-price strong {
  color: rgb(170, 132, 83);
  font-family: "Cormorant Garamond", serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 1.2;
}

.room-details {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
  color: rgb(119, 119, 119);
  row-gap: 0px;
  column-gap: 0px;
}

.room-details span {
  position: relative;
  padding: 0 15px;
  font-size: 14px;
  line-height: 1.5;
}

.room-details span:first-child {
  padding-left: 0px;
}

.room-details span:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  width: 1px;
  height: 18px;
  background-color: rgb(170, 170, 170);
  transform: translateY(-50%);
}

.rooms-carousel .owl-nav {
  margin: 0;
}

.rooms-carousel .owl-nav .owl-prev,
  .rooms-carousel .owl-nav .owl-next {
  position: absolute;
  top: 168px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 60px;
  margin: 0;
  border: 0;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.9);
  color: #1a1a1a;
  font-size: 18px;
  text-decoration: none;
  transform: translateY(-50%);
}

.rooms-carousel .owl-nav .owl-prev {
  left: 10px;
}

.rooms-carousel .owl-nav .owl-next {
  right: 10px;
}

.rooms-carousel .owl-nav .owl-prev:hover,
  .rooms-carousel .owl-nav .owl-next:hover {
  background-color: #aa8453;
  color: #ffffff;
}

.rooms-carousel .owl-nav .disabled {
  opacity: 0;
  pointer-events: none;
}

.rooms-carousel .owl-dots {
  display: none;
}

.experience-banner {
  min-height: 500px;
  padding: 100px 5%;
  background: url("image/image6.jpeg");
  background-color: rgba(0, 0, 0, 0.59);
  background-attachment: scroll;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("https://api.intermedia-web.com/getSavedAsset/elmareboutiquehotel/elmarehotel.al/elmarehotel.al_2026-07-25_08-58-47-200/img/20260724_102429_29.webp");
  background-origin: initial;
  background-clip: initial;
  background-position-x: center;
  background-position-y: center;
}

.experience-banner-content {
  max-width: 950px;
  margin: 0 auto;
  text-align: center;
}

.experience-banner-content span {
  display: block;
  margin-bottom: 22px;
  color: rgb(255, 255, 255);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 5px;
  line-height: 1.5;
  text-transform: uppercase;
}

.experience-banner-content h2 {
  margin: 0;
  color: rgb(255, 255, 255);
  font-family: "Cormorant Garamond", serif;
  font-size: 66px;
  font-weight: 400;
  line-height: 1.1;
}

.testimonials-section {
  padding: 120px 5% 110px;
  background-color: rgb(248, 248, 246);
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
}

.testimonials-section .container-fluid {
  padding: 0;
}

.testimonials-heading {
  max-width: 850px;
  margin: 0 auto 65px;
  text-align: center;
}

.testimonials-heading > span {
  display: block;
  margin-bottom: 20px;
  color: rgb(170, 132, 83);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 5px;
  line-height: 1.5;
  text-transform: uppercase;
}

.testimonials-heading h2 {
  margin: 0 0 22px;
  color: rgb(26, 26, 26);
  font-family: "Cormorant Garamond", serif;
  font-size: 62px;
  font-weight: 400;
  line-height: 1.1;
}

.testimonials-heading p {
  max-width: 680px;
  margin: 0 auto;
  color: rgb(111, 111, 111);
  font-size: 16px;
  line-height: 1.8;
}

.testimonial-card {
  min-height: 350px;
  padding: 42px 35px 35px;
  border: 1px solid #ebe5de;
  border-radius: 18px;
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(38, 31, 25, 0.06) 0px 15px 45px;
  display: flex;
  flex-direction: column;
}

.testimonial-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 28px;
  row-gap: 20px;
  column-gap: 20px;
}

.testimonial-top > i {
  color: rgb(170, 132, 83);
  font-size: 38px;
}

.testimonial-stars {
  display: flex;
  align-items: center;
  gap: 4px;
  row-gap: 4px;
  column-gap: 4px;
}

.testimonial-stars i {
  color: rgb(170, 132, 83);
  font-size: 13px;
}

.testimonial-text {
  margin: 0 0 32px;
  color: rgb(85, 85, 85);
  font-family: "Cormorant Garamond", serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 1.55;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: auto;
  padding-top: 25px;
  border-top: 1px solid #eeeeee;
  row-gap: 15px;
  column-gap: 15px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgb(238, 238, 238);
}

.testimonial-avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 53px;
  height: 53px;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: rgb(240, 231, 220);
  color: rgb(170, 132, 83);
  font-family: "Cormorant Garamond", serif;
  font-size: 20px;
  font-weight: 600;
}

.testimonial-author-info h3 {
  margin: 0 0 4px;
  color: rgb(26, 26, 26);
  font-family: "Cormorant Garamond", serif;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.1;
}

.testimonial-author-info span {
  color: rgb(133, 133, 133);
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.testimonials-carousel .owl-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 45px;
  row-gap: 12px;
  column-gap: 12px;
}

.testimonials-carousel .owl-nav .owl-prev,
  .testimonials-carousel .owl-nav .owl-next {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 47px;
  height: 47px;
  margin: 0;
  border: 1px solid #aa8453;
  border-radius: 50%;
  background-color: transparent;
  color: #aa8453;
  font-size: 14px;
  text-decoration: none;
  transition: background-color 0.3s ease,
      color 0.3s ease;
}

.testimonials-carousel .owl-nav .owl-prev:hover,
  .testimonials-carousel .owl-nav .owl-next:hover {
  background-color: #aa8453;
  color: #ffffff;
}

.testimonials-carousel .owl-nav .disabled {
  opacity: 0.4;
  pointer-events: none;
}

.testimonials-carousel .owl-dots {
  display: none;
}

.facilities-section {
  padding: 120px 5% 110px;
  background-color: rgb(248, 248, 246);
}

.facilities-section .container-fluid {
  padding: 0;
}

.facilities-heading {
  max-width: 850px;
  margin: 0 auto 65px;
  text-align: center;
}

.facilities-heading > span {
  display: block;
  margin-bottom: 20px;
  color: rgb(170, 132, 83);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 5px;
  line-height: 1.5;
  text-transform: uppercase;
}

.facilities-heading h2 {
  margin: 0 0 22px;
  color: rgb(26, 26, 26);
  font-family: "Cormorant Garamond", serif;
  font-size: 62px;
  font-weight: 400;
  line-height: 1.1;
}

.facilities-heading p {
  max-width: 680px;
  margin: 0 auto;
  color: rgb(109, 109, 109);
  font-size: 16px;
  line-height: 1.8;
}

.facilities-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  row-gap: 28px;
  column-gap: 28px;
}

.facility-box {
  min-height: 320px;
  padding: 42px 35px;
  border: 1px solid #e8e1d9;
  border-radius: 18px;
  background-color: rgb(255, 255, 255);
  text-align: center;
}

.facility-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 76px;
  margin: 0 auto 28px;
  border: 1px solid #aa8453;
  border-radius: 50%;
  background-color: rgb(248, 243, 237);
  color: rgb(170, 132, 83);
}

.facility-icon i {
  font-size: 27px;
}

.facility-box h3 {
  margin: 0 0 16px;
  color: rgb(26, 26, 26);
  font-family: "Cormorant Garamond", serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.15;
}

.facility-box p {
  margin: 0;
  color: rgb(112, 112, 112);
  font-size: 15px;
  line-height: 1.8;
}

.facilities-action {
  margin-top: 55px;
  text-align: center;
}

.footer-section {
  padding-top: 90px;
  background-color: rgb(27, 27, 27);
  color: rgb(255, 255, 255);
}

.footer-main {
  padding-bottom: 75px;
  row-gap: 50px;
}

.footer-box {
  height: 100%;
}

.footer-box h3 {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 0 0 35px;
  color: rgb(255, 255, 255);
  font-family: "Cormorant Garamond", serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
  row-gap: 18px;
  column-gap: 18px;
}

.footer-box h3::after {
  content: "";
  width: 45px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.65);
}

.footer-contact p {
  margin: 0 0 13px;
  color: rgb(213, 213, 213);
  font-size: 15px;
  line-height: 1.7;
}

.footer-contact p:last-child {
  margin-bottom: 0px;
}

.footer-contact a {
  color: rgb(255, 255, 255);
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-contact a:hover,
  .footer-contact a:focus {
  color: #aa8453;
}

.footer-address p {
  margin: 0;
  color: rgb(213, 213, 213);
  font-size: 15px;
  line-height: 1.9;
}

.footer-links {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: none;
}

.footer-links li {
  margin-bottom: 14px;
}

.footer-links li:last-child {
  margin-bottom: 0px;
}

.footer-links a {
  color: rgb(213, 213, 213);
  font-size: 15px;
  line-height: 1.5;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-links a:hover,
  .footer-links a:focus {
  color: #aa8453;
}

.footer-map {
  height: 220px;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
}

.footer-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.footer-bottom {
  padding: 25px 0;
  border-top: 1px solid #303030;
  text-align: center;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgb(48, 48, 48);
}

.footer-bottom p {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0;
  color: rgb(197, 197, 197);
  font-size: 16px;
  line-height: 1.6;
  row-gap: 6px;
  column-gap: 6px;
}

.footer-bottom a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.footer-bottom img {
  max-width: 100px;
  height: auto;
}

.about-page-hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 460px;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.59);
  background-image: url("https://api.intermedia-web.com/getSavedAsset/elmareboutiquehotel/elmarehotel.al/elmarehotel.al_2026-07-25_08-58-47-200/img/20260724_092654_image15.webp");
  background-attachment: scroll;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  overflow-x: hidden;
  overflow-y: hidden;
  background-position-x: center;
  background-position-y: center;
}

.rooms-page-hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 460px;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.59);
  background-image: url("https://api.intermedia-web.com/getSavedAsset/elmareboutiquehotel/elmarehotel.al/elmarehotel.al_2026-07-25_08-58-47-200/img/20260724_131042_35.png");
  background-attachment: scroll;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  overflow-x: hidden;
  overflow-y: hidden;
  background-position-x: center;
  background-position-y: center;
}

.restaurant-page-hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 460px;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.589);
  background-image: url("image/restauranthero.jpeg");
  background-attachment: scroll;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
}

.gallery-page-hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 460px;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.59);
  background-image: url("https://api.intermedia-web.com/getSavedAsset/elmareboutiquehotel/elmarehotel.al/elmarehotel.al_2026-07-25_08-58-47-200/img/20260724_125757_image24.jpg");
  background-attachment: scroll;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  overflow-x: hidden;
  overflow-y: hidden;
  background-position-x: center;
  background-position-y: center;
}

.contact-page-hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 460px;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.59);
  background-image: url("https://api.intermedia-web.com/getSavedAsset/elmareboutiquehotel/elmarehotel.al/elmarehotel.al_2026-07-25_08-58-47-200/img/20260724_125329_39.png");
  background-attachment: scroll;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  overflow-x: hidden;
  overflow-y: hidden;
  background-position-x: center;
  background-position-y: center;
}

.page-hero-content {
  padding: 80px 0;
  text-align: center;
}

.page-hero-content h1 {
  margin: 0;
  color: rgb(255, 255, 255);
  font-family: "Cormorant Garamond", serif;
  font-size: 72px;
  font-weight: 500;
  line-height: 1.05;
}

.rooms-list-section {
  padding: 120px 0;
  background-color: rgb(255, 255, 255);
}

.rooms-list-heading {
  max-width: 1000px;
  margin: 0 auto 75px;
  text-align: center;
}

.rooms-list-heading span {
  display: block;
  margin-bottom: 20px;
  color: rgb(170, 132, 83);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 5px;
  line-height: 1.5;
  text-transform: uppercase;
}

.rooms-list-heading h2 {
  margin: 0;
  color: rgb(26, 26, 26);
  font-family: "Cormorant Garamond", serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 1.1;
}

.rooms-list-card {
  margin-bottom: 48px;
  overflow: hidden;
  border: 1px solid #dddddd;
  border-radius: 6px;
  background-color: rgb(255, 255, 255);
  overflow-x: hidden;
  overflow-y: hidden;
}

.rooms-list-card:last-child {
  margin-bottom: 0px;
}

.rooms-list-card .row {
  min-height: 420px;
}

.rooms-list-image {
  height: 100%;
  min-height: 420px;
}

.rooms-list-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.rooms-list-content {
  height: 100%;
  padding: 48px 55px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.rooms-list-content h3 {
  margin: 0 0 14px;
  color: rgb(26, 26, 26);
  font-family: "Cormorant Garamond", serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.1;
}

.rooms-list-price {
  display: flex;
  align-items: baseline;
  gap: 18px;
  margin-bottom: 20px;
  row-gap: 18px;
  column-gap: 18px;
}

.rooms-list-price span {
  color: rgb(53, 53, 53);
  font-size: 15px;
}

.rooms-list-price strong {
  color: rgb(170, 132, 83);
  font-family: "Cormorant Garamond", serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.2;
}

.rooms-list-content > p {
  max-width: 650px;
  margin: 0 0 24px;
  color: rgb(107, 107, 107);
  font-size: 15px;
  line-height: 1.9;
}

.rooms-list-details {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
  color: rgb(119, 119, 119);
}

.rooms-list-details span {
  position: relative;
  padding: 0 16px;
  font-size: 14px;
  line-height: 1.5;
}

.rooms-list-details span:first-child {
  padding-left: 0px;
}

.rooms-list-details span:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  width: 1px;
  height: 18px;
  background-color: rgb(170, 170, 170);
  transform: translateY(-50%);
}

.rooms-list-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  gap: 12px;
  min-width: 160px;
  padding: 14px 25px;
  border: 1px solid #1a1a1a;
  border-radius: 4px;
  background-color: transparent;
  color: rgb(26, 26, 26);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s ease,
      border-color 0.3s ease,
      color 0.3s ease;
  row-gap: 12px;
  column-gap: 12px;
}

.rooms-list-btn i {
  font-size: 12px;
}

.rooms-list-btn:hover,
  .rooms-list-btn:focus {
  border-color: #aa8453;
  background-color: #aa8453;
  color: #ffffff;
}

.restaurant-intro-section {
  padding: 120px 5%;
  background-color: #ffffff;
}

.restaurant-intro-section .container-fluid {
  padding: 0;
}

.restaurant-intro-heading {
  max-width: 1150px;
  margin: 0 auto 70px;
  text-align: center;
}

.restaurant-intro-heading > span {
  display: block;
  margin-bottom: 25px;
  color: rgb(170, 132, 83);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 5px;
  line-height: 1.5;
  text-transform: uppercase;
}

.restaurant-intro-heading h2 {
  margin: 0 0 28px;
  color: rgb(26, 26, 26);
  font-family: "Cormorant Garamond", serif;
  font-size: 62px;
  font-weight: 400;
  line-height: 1.12;
}

.restaurant-intro-heading p {
  max-width: 720px;
  margin: 0 auto 35px;
  color: rgb(107, 107, 107);
  font-size: 16px;
  line-height: 1.9;
}

.restaurant-intro-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 160px;
  padding: 14px 25px;
  border: 1px solid #1a1a1a;
  border-radius: 4px;
  background-color: transparent;
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s ease,
      border-color 0.3s ease,
      color 0.3s ease;
}

.restaurant-intro-btn i {
  font-size: 12px;
}

.restaurant-intro-btn:hover,
  .restaurant-intro-btn:focus {
  border-color: #aa8453;
  background-color: #aa8453;
  color: #ffffff;
}

.restaurant-images {
  max-width: 1050px;
  margin: 0 auto;
  row-gap: 24px;
}

.restaurant-image {
  width: 94%;
  height: 420px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 16px;
}

.restaurant-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.restaurant-hours-section {
  padding: 120px 0 110px;
  background-color: #f8f8f6;
}

.restaurant-hours-heading {
  max-width: 950px;
  margin: 0 auto 70px;
  text-align: center;
}

.restaurant-hours-heading span {
  display: block;
  margin-bottom: 28px;
  color: rgb(170, 132, 83);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 5px;
  line-height: 1.5;
  text-transform: uppercase;
}

.restaurant-hours-heading h2 {
  margin: 0;
  color: rgb(26, 26, 26);
  font-family: "Cormorant Garamond", serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 1.1;
}

.restaurant-hours-row {
  justify-content: center;
  row-gap: 45px;
}

.restaurant-hour-box {
  max-width: 380px;
  margin: 0 auto;
  padding: 0 18px;
  text-align: center;
}

.restaurant-hour-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 84px;
  height: 84px;
  margin: 0 auto 30px;
  border-radius: 50%;
  background-color: #aa8453;
  color: #ffffff;
}

.restaurant-hour-icon i {
  font-size: 31px;
}

.restaurant-hour-box h3 {
  margin: 0 0 22px;
  color: rgb(26, 26, 26);
  font-family: "Cormorant Garamond", serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.1;
}

.restaurant-hour-box p {
  margin: 0;
  color: rgb(116, 116, 116);
  font-size: 15px;
  line-height: 1.9;
}

.restaurant-hour-box strong {
  color: rgb(26, 26, 26);
  font-weight: 500;
}

.gallery-section {
  padding: 120px 0 110px;
  background-color: rgb(248, 248, 246);
}

.gallery-heading {
  max-width: 950px;
  margin: 0 auto 70px;
  text-align: center;
}

.gallery-heading span {
  display: block;
  margin-bottom: 24px;
  color: rgb(170, 132, 83);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 5px;
  line-height: 1.5;
  text-transform: uppercase;
}

.gallery-heading h2 {
  max-width: 900px;
  margin: 0 auto;
  color: rgb(26, 26, 26);
  font-family: "Cormorant Garamond", serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 1.08;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 230px;
  gap: 24px;
  row-gap: 24px;
  column-gap: 24px;
}

.gallery-item {
  display: block;
  grid-row: span 2;
  overflow: hidden;
  text-decoration: none;
  grid-row-start: span 2;
  grid-row-end: auto;
  overflow-x: hidden;
  overflow-y: hidden;
}

.gallery-item-wide {
  grid-column: span 2;
  grid-column-start: span 2;
  grid-column-end: auto;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.contact-section {
  padding: 120px 0 110px;
  background-color: rgb(248, 248, 246);
}

.contact-heading {
  max-width: 850px;
  margin: 0 auto 70px;
  text-align: center;
}

.contact-heading > span {
  display: block;
  margin-bottom: 22px;
  color: rgb(170, 132, 83);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 5px;
  line-height: 1.5;
  text-transform: uppercase;
}

.contact-heading h2 {
  margin: 0 0 22px;
  color: rgb(26, 26, 26);
  font-family: "Cormorant Garamond", serif;
  font-size: 62px;
  font-weight: 400;
  line-height: 1.1;
}

.contact-heading p {
  max-width: 680px;
  margin: 0 auto;
  color: rgb(109, 109, 109);
  font-size: 16px;
  line-height: 1.8;
}

.contact-row {
  row-gap: 35px;
}

.contact-information {
  height: 100%;
  padding: 45px 40px;
  background-color: rgb(255, 255, 255);
  border: 1px solid #e4e0da;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 22px;
  padding: 28px 0;
  border-bottom: 1px solid #e8e5e0;
  row-gap: 22px;
  column-gap: 22px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgb(232, 229, 224);
}

.contact-item:first-child {
  padding-top: 0px;
}

.contact-item:last-child {
  padding-bottom: 0px;
  border-bottom: 0;
  border-bottom-width: 0px;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
}

.contact-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  flex-shrink: 0;
  border: 1px solid #aa8453;
  border-radius: 50%;
  color: rgb(170, 132, 83);
}

.contact-icon i {
  font-size: 20px;
}

.contact-item-content > span {
  display: block;
  margin-bottom: 7px;
  color: rgb(170, 132, 83);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.contact-item-content h3 {
  margin: 0 0 7px;
  color: rgb(26, 26, 26);
  font-family: "Cormorant Garamond", serif;
  font-size: 27px;
  font-weight: 500;
  line-height: 1.2;
}

.contact-item-content h3 a {
  color: rgb(26, 26, 26);
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-item-content h3 a:hover,
  .contact-item-content h3 a:focus {
  color: #aa8453;
}

.contact-item-content p {
  margin: 0;
  color: rgb(116, 116, 116);
  font-size: 14px;
  line-height: 1.7;
}

.contact-map {
  height: 100%;
  min-height: 520px;
  overflow: hidden;
  background-color: rgb(255, 255, 255);
  overflow-x: hidden;
  overflow-y: hidden;
}

.contact-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 520px;
  border: 0;
}

.hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  row-gap: 12px;
  column-gap: 12px;
  min-width: 160px;
  padding-top: 14px;
  padding-right: 25px;
  padding-bottom: 14px;
  padding-left: 25px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgb(255, 255, 255);
  border-right-color: rgb(255, 255, 255);
  border-bottom-color: rgb(255, 255, 255);
  border-left-color: rgb(255, 255, 255);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: transparent;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  transition-duration: 0.3s, 0.3s, 0.3s;
  transition-timing-function: ease, ease, ease;
  transition-delay: 0s, 0s, 0s;
  transition-property: background-color, border-color, color;
  color: rgb(255, 255, 255);
}

.choose-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  row-gap: 12px;
  column-gap: 12px;
  min-width: 160px;
  padding-top: 14px;
  padding-right: 25px;
  padding-bottom: 14px;
  padding-left: 25px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgb(26, 26, 26);
  border-right-color: rgb(26, 26, 26);
  border-bottom-color: rgb(26, 26, 26);
  border-left-color: rgb(26, 26, 26);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: transparent;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  transition-duration: 0.3s, 0.3s, 0.3s;
  transition-timing-function: ease, ease, ease;
  transition-delay: 0s, 0s, 0s;
  transition-property: background-color, border-color, color;
  color: rgb(26, 26, 26);
}

.facilities-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  row-gap: 12px;
  column-gap: 12px;
  min-width: 160px;
  padding-top: 14px;
  padding-right: 25px;
  padding-bottom: 14px;
  padding-left: 25px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgb(26, 26, 26);
  border-right-color: rgb(26, 26, 26);
  border-bottom-color: rgb(26, 26, 26);
  border-left-color: rgb(26, 26, 26);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: transparent;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  transition-duration: 0.3s, 0.3s, 0.3s;
  transition-timing-function: ease, ease, ease;
  transition-delay: 0s, 0s, 0s;
  transition-property: background-color, border-color, color;
  color: rgb(26, 26, 26);
}

.choose-btn i, .facilities-btn i {
  font-size: 12px;
}

.navbar-btn:hover {
  border-top-color: rgb(170, 132, 83);
  border-right-color: rgb(170, 132, 83);
  border-bottom-color: rgb(170, 132, 83);
  border-left-color: rgb(170, 132, 83);
  background-color: rgb(170, 132, 83);
  color: rgb(255, 255, 255);
}

.navbar-btn:focus {
  border-top-color: rgb(170, 132, 83);
  border-right-color: rgb(170, 132, 83);
  border-bottom-color: rgb(170, 132, 83);
  border-left-color: rgb(170, 132, 83);
  background-color: rgb(170, 132, 83);
  color: rgb(255, 255, 255);
}

.hero-btn:hover {
  border-top-color: rgb(170, 132, 83);
  border-right-color: rgb(170, 132, 83);
  border-bottom-color: rgb(170, 132, 83);
  border-left-color: rgb(170, 132, 83);
  background-color: rgb(170, 132, 83);
  color: rgb(255, 255, 255);
}

.hero-btn:focus {
  border-top-color: rgb(170, 132, 83);
  border-right-color: rgb(170, 132, 83);
  border-bottom-color: rgb(170, 132, 83);
  border-left-color: rgb(170, 132, 83);
  background-color: rgb(170, 132, 83);
  color: rgb(255, 255, 255);
}

.choose-btn:hover {
  border-top-color: rgb(170, 132, 83);
  border-right-color: rgb(170, 132, 83);
  border-bottom-color: rgb(170, 132, 83);
  border-left-color: rgb(170, 132, 83);
  background-color: rgb(170, 132, 83);
  color: rgb(255, 255, 255);
}

.choose-btn:focus {
  border-top-color: rgb(170, 132, 83);
  border-right-color: rgb(170, 132, 83);
  border-bottom-color: rgb(170, 132, 83);
  border-left-color: rgb(170, 132, 83);
  background-color: rgb(170, 132, 83);
  color: rgb(255, 255, 255);
}

.facilities-btn:hover {
  border-top-color: rgb(170, 132, 83);
  border-right-color: rgb(170, 132, 83);
  border-bottom-color: rgb(170, 132, 83);
  border-left-color: rgb(170, 132, 83);
  background-color: rgb(170, 132, 83);
  color: rgb(255, 255, 255);
}

.facilities-btn:focus {
  border-top-color: rgb(170, 132, 83);
  border-right-color: rgb(170, 132, 83);
  border-bottom-color: rgb(170, 132, 83);
  border-left-color: rgb(170, 132, 83);
  background-color: rgb(170, 132, 83);
  color: rgb(255, 255, 255);
}

.nav-link:hover {
  color: rgb(170, 132, 83);
}

.nav-link:focus {
  color: rgb(170, 132, 83);
}

.nav-link.active {
  color: rgb(170, 132, 83);
}

.nav-link:hover::after {
  width: 100%;
}

.nav-link.active::after {
  width: 100%;
}

.language-btn:hover {
  color: rgb(170, 132, 83);
}

.language-btn:focus {
  color: rgb(170, 132, 83);
}

.dropdown-item:hover {
  color: rgb(170, 132, 83);
  background-color: rgb(248, 245, 241);
}

.dropdown-item:focus {
  color: rgb(170, 132, 83);
  background-color: rgb(248, 245, 241);
}

.hero-carousel .carousel-inner, .hero-carousel .carousel-inner img {
  height: 80vh;
}

.hero-carousel .carousel-control-prev, .hero-carousel .carousel-control-next {
  top: 50%;
  bottom: auto;
  width: 48px;
  height: 48px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.75);
  border-right-color: rgba(255, 255, 255, 0.75);
  border-bottom-color: rgba(255, 255, 255, 0.75);
  border-left-color: rgba(255, 255, 255, 0.75);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: transparent;
  transform: translateY(-50%);
  opacity: 1;
  transition-duration: 0.3s, 0.3s;
  transition-timing-function: ease, ease;
  transition-delay: 0s, 0s;
  transition-property: background-color, border-color;
}

.hero-carousel .carousel-control-prev:hover, .hero-carousel .carousel-control-next:hover {
  border-top-color: rgb(170, 132, 83);
  border-right-color: rgb(170, 132, 83);
  border-bottom-color: rgb(170, 132, 83);
  border-left-color: rgb(170, 132, 83);
  background-color: rgb(170, 132, 83);
}

.hero-carousel .carousel-control-prev-icon, .hero-carousel .carousel-control-next-icon {
  width: 18px;
  height: 18px;
}

.room-link:hover {
  background-color: rgb(170, 132, 83);
  color: rgb(255, 255, 255);
}

.room-link:focus {
  background-color: rgb(170, 132, 83);
  color: rgb(255, 255, 255);
}

.rooms-carousel .owl-nav .owl-prev, .rooms-carousel .owl-nav .owl-next {
  position: absolute;
  top: 168px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 60px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  background-color: rgba(255, 255, 255, 0.9);
  color: rgb(26, 26, 26);
  font-size: 18px;
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  transform: translateY(-50%);
}

.rooms-carousel .owl-nav .owl-prev:hover, .rooms-carousel .owl-nav .owl-next:hover {
  background-color: rgb(170, 132, 83);
  color: rgb(255, 255, 255);
}

.testimonials-carousel .owl-nav .owl-prev, .testimonials-carousel .owl-nav .owl-next {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 47px;
  height: 47px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgb(170, 132, 83);
  border-right-color: rgb(170, 132, 83);
  border-bottom-color: rgb(170, 132, 83);
  border-left-color: rgb(170, 132, 83);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: transparent;
  color: rgb(170, 132, 83);
  font-size: 14px;
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  transition-duration: 0.3s, 0.3s;
  transition-timing-function: ease, ease;
  transition-delay: 0s, 0s;
  transition-property: background-color, color;
}

.testimonials-carousel .owl-nav .owl-prev:hover, .testimonials-carousel .owl-nav .owl-next:hover {
  background-color: rgb(170, 132, 83);
  color: rgb(255, 255, 255);
}

.footer-contact a:hover, .footer-contact a:focus {
  color: rgb(170, 132, 83);
}

.footer-links a:hover, .footer-links a:focus {
  color: rgb(170, 132, 83);
}

.contact-item-content h3 a:hover, .contact-item-content h3 a:focus {
  color: rgb(170, 132, 83);
}

.cropped-image {
  object-fit: cover !important;
  object-position: center !important;
  max-width: none !important;
  max-height: none !important;
  min-width: 0 !important;
  min-height: 0 !important;
  display: block !important;
}

.cropped-image-parent,
*:has(.cropped-image) {
  overflow: hidden !important;
  position: relative !important;
}

.cropped-image-parent, :has(.cropped-image) {
  overflow-x: hidden !important;
  overflow-y: hidden !important;
  position: relative !important;
}

.rooms-list-btn:hover {
  border-top-color: rgb(170, 132, 83);
  border-right-color: rgb(170, 132, 83);
  border-bottom-color: rgb(170, 132, 83);
  border-left-color: rgb(170, 132, 83);
  background-color: rgb(170, 132, 83);
  color: rgb(255, 255, 255);
}

.rooms-list-btn:focus {
  border-top-color: rgb(170, 132, 83);
  border-right-color: rgb(170, 132, 83);
  border-bottom-color: rgb(170, 132, 83);
  border-left-color: rgb(170, 132, 83);
  background-color: rgb(170, 132, 83);
  color: rgb(255, 255, 255);
}

@media (max-width: 1199px) {
  .navbar-container {
    padding: 0 4%;
  }
  .navbar-menu {
    gap: 24px;
    row-gap: 24px;
    column-gap: 24px;
  }
  .nav-link,
  .language-btn {
    font-size: 12px;
  }
  .choose-section {
    padding: 120px 4% 90px;
  }
  .choose-image {
    width: 88%;
    height: 470px;
  }
  .choose-content {
    padding: 40px 6% 40px 3%;
  }
  .choose-content h2 {
    font-size: 52px;
  }
  .rooms-section {
    padding: 100px 4% 90px;
  }
  .rooms-heading h2 {
    font-size: 56px;
  }
  .room-image {
    height: 340px;
  }
  .room-title h3 {
    font-size: 40px;
  }
  .rooms-carousel .owl-nav .owl-prev,
  .rooms-carousel .owl-nav .owl-next {
    top: 158px;
  }
  .testimonials-section {
    padding: 100px 4% 90px;
  }
  .testimonials-heading h2 {
    font-size: 55px;
  }
  .testimonial-card {
    padding: 38px 30px 32px;
  }
  .testimonial-text {
    font-size: 21px;
  }
  .facilities-section {
    padding: 100px 4% 90px;
  }
  .facilities-heading h2 {
    font-size: 55px;
  }
  .facility-box {
    padding: 38px 28px;
  }
  .rooms-list-section {
    padding: 100px 0;
  }
  .rooms-list-heading {
    margin-bottom: 60px;
  }
  .rooms-list-heading h2 {
    font-size: 56px;
  }
  .rooms-list-card .row,
  .rooms-list-image {
    min-height: 390px;
  }
  .rooms-list-content {
    padding: 42px 40px;
  }
  .rooms-list-content h3 {
    font-size: 44px;
  }
  .restaurant-intro-section {
    padding: 100px 4%;
  }
  .restaurant-intro-heading {
    margin-bottom: 60px;
  }
  .restaurant-intro-heading h2 {
    font-size: 54px;
  }
  .restaurant-image {
    height: 440px;
  }
  .restaurant-hours-section {
    padding: 100px 0 90px;
  }
  .restaurant-hours-heading h2 {
    font-size: 56px;
  }
  .restaurant-hour-box {
    padding: 0 12px;
  }
  .gallery-section {
    padding: 100px 0 90px;
  }
  .gallery-heading {
    margin-bottom: 60px;
  }
  .gallery-heading h2 {
    font-size: 56px;
  }
  .gallery-grid {
    grid-auto-rows: 210px;
    gap: 20px;
    row-gap: 20px;
    column-gap: 20px;
  }
  .contact-section {
    padding: 100px 0 90px;
  }
  .contact-heading h2 {
    font-size: 55px;
  }
  .contact-information {
    padding: 40px 32px;
  }
  .rooms-carousel .owl-nav .owl-prev, .rooms-carousel .owl-nav .owl-next {
    top: 158px;
  }
  .rooms-list-image, .rooms-list-card .row {
    min-height: 390px;
  }
}

@media (max-width: 991px) {
  .main-navbar,
  .navbar-container {
    min-height: 82px;
  }
  .navbar-container {
    padding: 0 25px;
    min-height: 82px;
  }
  .navbar-brand img {
    width: 90px;
  }
  .nav-content {
    position: absolute;
    top: 82px;
    left: 0px;
    width: 100%;
    max-height: calc(-82px + 100vh);
    padding: 20px 25px 28px;
    overflow-y: auto;
    background-color: rgb(255, 255, 255);
    border-top: 1px solid #eeeeee;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 15px 30px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgb(238, 238, 238);
  }
  .navbar-menu {
    align-items: flex-start;
    gap: 0;
    margin: 0 0 20px;
    row-gap: 0px;
    column-gap: 0px;
  }
  .nav-item {
    width: 100%;
    border-bottom: 1px solid #eeeeee;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(238, 238, 238);
  }
  .nav-link,
  .language-btn {
    width: 100%;
    padding: 16px 0;
  }
  .nav-link::after {
    display: none;
  }
  .language-dropdown {
    display: block;
  }
  .language-menu {
    width: 100%;
    margin-bottom: 12px;
    border: 1px solid #eeeeee;
    box-shadow: none;
  }
  .hero-carousel .carousel-inner,
  .hero-carousel .carousel-inner img {
    height: 72vh;
    min-height: 560px;
  }
  .carousel-content {
    max-width: 680px;
  }
  .carousel-content h2 {
    font-size: 52px;
  }
  .carousel-content p {
    max-width: 580px;
    font-size: 16px;
  }
  .hero-carousel .carousel-control-prev {
    left: 20px;
  }
  .hero-carousel .carousel-control-next {
    right: 20px;
  }
  .choose-section {
    padding: 100px 4% 80px;
  }
  .choose-section .row {
    min-height: auto;
  }
  .choose-image {
    width: 90%;
    height: 480px;
  }
  .choose-content {
    width: 90%;
    margin: 0 auto;
    padding: 55px 0 0;
  }
  .choose-content h2 {
    font-size: 48px;
  }
  .rooms-section {
    padding: 90px 3% 80px;
  }
  .rooms-heading {
    margin-bottom: 50px;
  }
  .rooms-heading h2 {
    font-size: 50px;
  }
  .room-image {
    height: 360px;
  }
  .rooms-carousel .owl-nav .owl-prev,
  .rooms-carousel .owl-nav .owl-next {
    top: 168px;
  }
  .experience-banner {
    min-height: 450px;
    padding: 90px 5%;
  }
  .experience-banner-content {
    max-width: 750px;
  }
  .experience-banner-content h2 {
    font-size: 54px;
  }
  .testimonials-section {
    padding: 90px 3% 80px;
  }
  .testimonials-heading {
    margin-bottom: 50px;
  }
  .testimonials-heading h2 {
    font-size: 49px;
  }
  .testimonial-card {
    min-height: 335px;
  }
  .facilities-section {
    padding: 90px 4% 80px;
  }
  .facilities-heading {
    margin-bottom: 50px;
  }
  .facilities-heading h2 {
    font-size: 49px;
  }
  .facilities-grid {
    grid-template-columns: repeat(2, minmax(0px, 1fr));
    gap: 24px;
    row-gap: 24px;
    column-gap: 24px;
  }
  .footer-section {
    padding-top: 75px;
  }
  .footer-main {
    padding-bottom: 60px;
    row-gap: 50px;
  }
  .footer-map {
    height: 250px;
  }
  .about-page-hero,
  .rooms-page-hero,
  .restaurant-page-hero,
  .gallery-page-hero,
  .contact-page-hero {
    min-height: 400px;
  }
  .page-hero-content h1 {
    font-size: 62px;
  }
  .rooms-list-section {
    padding: 90px 0;
  }
  .rooms-list-heading {
    margin-bottom: 50px;
  }
  .rooms-list-heading h2 {
    font-size: 50px;
  }
  .rooms-list-card .row {
    min-height: auto;
  }
  .rooms-list-image {
    height: 460px;
    min-height: auto;
  }
  .rooms-list-content {
    padding: 45px;
  }
  .restaurant-intro-section {
    padding: 90px 4%;
  }
  .restaurant-intro-heading {
    margin-bottom: 50px;
  }
  .restaurant-intro-heading h2 {
    font-size: 48px;
  }
  .restaurant-images {
    max-width: 850px;
  }
  .restaurant-image {
    width: 96%;
    height: 360px;
  }
  .restaurant-hours-section {
    padding: 90px 0 80px;
  }
  .restaurant-hours-heading {
    margin-bottom: 55px;
  }
  .restaurant-hours-heading h2 {
    font-size: 50px;
  }
  .restaurant-hour-box {
    max-width: 430px;
  }
  .gallery-section {
    padding: 90px 0 80px;
  }
  .gallery-heading {
    margin-bottom: 50px;
  }
  .gallery-heading h2 {
    font-size: 48px;
  }
  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0px, 1fr));
    grid-auto-rows: 220px;
  }
  .gallery-item-wide {
    grid-column: span 2;
    grid-column-start: span 2;
    grid-column-end: auto;
  }
  .contact-section {
    padding: 90px 0 80px;
  }
  .contact-heading {
    margin-bottom: 50px;
  }
  .contact-heading h2 {
    font-size: 49px;
  }
  .contact-map,
  .contact-map iframe {
    min-height: 450px;
  }
  .hero-carousel .carousel-inner, .hero-carousel .carousel-inner img {
    height: 72vh;
    min-height: 560px;
  }
  .rooms-carousel .owl-nav .owl-prev, .rooms-carousel .owl-nav .owl-next {
    top: 168px;
  }
  .contact-map, .contact-map iframe {
    min-height: 450px;
  }
}

@media (max-width: 767px) {
  .hero-carousel .carousel-inner,
  .hero-carousel .carousel-inner img {
    height: 68vh;
    min-height: 520px;
  }
  .hero-carousel .carousel-caption {
    padding-right: 60px;
    padding-left: 60px;
  }
  .carousel-content span {
    margin-bottom: 14px;
    font-size: 11px;
    letter-spacing: 3px;
  }
  .carousel-content h2 {
    margin-bottom: 16px;
    font-size: 42px;
  }
  .carousel-content p {
    margin-bottom: 25px;
    font-size: 15px;
    line-height: 1.7;
  }
  .hero-carousel .carousel-control-prev,
  .hero-carousel .carousel-control-next {
    width: 40px;
    height: 40px;
  }
  .hero-carousel .carousel-control-prev {
    left: 12px;
  }
  .hero-carousel .carousel-control-next {
    right: 12px;
  }
  .choose-section {
    padding: 80px 20px 65px;
  }
  .choose-image {
    width: 100%;
    height: 400px;
    border-radius: 18px;
  }
  .choose-content {
    width: 100%;
    padding-top: 42px;
  }
  .choose-section .section-subtitle {
    margin-bottom: 18px;
    font-size: 11px;
    letter-spacing: 4px;
  }
  .choose-content h2 {
    margin-bottom: 22px;
    font-size: 40px;
  }
  .choose-content p {
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 1.8;
  }
  .rooms-section {
    padding: 75px 15px 65px;
  }
  .rooms-heading {
    margin-bottom: 40px;
  }
  .rooms-heading span {
    margin-bottom: 16px;
    font-size: 11px;
    letter-spacing: 4px;
  }
  .rooms-heading h2 {
    font-size: 42px;
  }
  .room-image {
    height: 390px;
  }
  .room-content {
    padding: 25px 10px 10px;
  }
  .room-title h3 {
    font-size: 39px;
  }
  .rooms-carousel .owl-nav .owl-prev,
  .rooms-carousel .owl-nav .owl-next {
    top: 182px;
    width: 44px;
    height: 52px;
  }
  .experience-banner {
    min-height: 400px;
    padding: 75px 25px;
  }
  .experience-banner-content span {
    margin-bottom: 18px;
    font-size: 11px;
    letter-spacing: 4px;
  }
  .experience-banner-content h2 {
    font-size: 43px;
  }
  .testimonials-section {
    padding: 75px 15px 65px;
  }
  .testimonials-heading {
    margin-bottom: 40px;
  }
  .testimonials-heading > span {
    margin-bottom: 16px;
    font-size: 11px;
    letter-spacing: 4px;
  }
  .testimonials-heading h2 {
    margin-bottom: 18px;
    font-size: 42px;
  }
  .testimonials-heading p {
    font-size: 15px;
  }
  .testimonial-card {
    min-height: auto;
    padding: 35px 28px 30px;
  }
  .testimonial-text {
    font-size: 21px;
  }
  .testimonials-carousel .owl-nav {
    margin-top: 32px;
  }
  .facilities-section {
    padding: 75px 20px 65px;
  }
  .facilities-heading {
    margin-bottom: 40px;
  }
  .facilities-heading > span {
    margin-bottom: 16px;
    font-size: 11px;
    letter-spacing: 4px;
  }
  .facilities-heading h2 {
    margin-bottom: 18px;
    font-size: 42px;
  }
  .facilities-heading p {
    font-size: 15px;
  }
  .facilities-grid {
    grid-template-columns: 1fr;
  }
  .facility-box {
    min-height: auto;
    padding: 38px 30px;
  }
  .facility-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 24px;
  }
  .facility-icon i {
    font-size: 24px;
  }
  .footer-section {
    padding-top: 65px;
  }
  .footer-main {
    padding-bottom: 50px;
    row-gap: 42px;
  }
  .footer-box h3 {
    margin-bottom: 28px;
    font-size: 26px;
  }
  .footer-map {
    height: 250px;
  }
  .footer-bottom {
    padding: 22px 0;
  }
  .about-page-hero,
  .rooms-page-hero,
  .restaurant-page-hero,
  .gallery-page-hero,
  .contact-page-hero {
    min-height: 350px;
  }
  .page-hero-content {
    padding: 65px 0;
  }
  .page-hero-content h1 {
    font-size: 50px;
  }
  .rooms-list-section {
    padding: 75px 0;
  }
  .rooms-list-heading {
    margin-bottom: 40px;
  }
  .rooms-list-heading span {
    margin-bottom: 16px;
    font-size: 11px;
    letter-spacing: 4px;
  }
  .rooms-list-heading h2 {
    font-size: 42px;
  }
  .rooms-list-card {
    margin-bottom: 35px;
  }
  .rooms-list-image {
    height: 380px;
  }
  .rooms-list-content {
    padding: 38px 30px;
  }
  .rooms-list-content h3 {
    font-size: 40px;
  }
  .rooms-list-price strong {
    font-size: 32px;
  }
  .restaurant-intro-section {
    padding: 75px 20px;
  }
  .restaurant-intro-heading {
    margin-bottom: 42px;
  }
  .restaurant-intro-heading > span {
    margin-bottom: 18px;
    font-size: 11px;
    letter-spacing: 4px;
  }
  .restaurant-intro-heading h2 {
    margin-bottom: 22px;
    font-size: 41px;
  }
  .restaurant-intro-heading p {
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 1.8;
  }
  .restaurant-image {
    width: 100%;
    height: 400px;
    border-radius: 14px;
  }
  .restaurant-hours-section {
    padding: 75px 0 65px;
  }
  .restaurant-hours-heading {
    margin-bottom: 45px;
  }
  .restaurant-hours-heading span {
    margin-bottom: 20px;
    font-size: 11px;
    letter-spacing: 4px;
  }
  .restaurant-hours-heading h2 {
    font-size: 42px;
  }
  .restaurant-hours-heading h2 br {
    display: none;
  }
  .restaurant-hours-row {
    row-gap: 50px;
  }
  .restaurant-hour-icon {
    width: 76px;
    height: 76px;
    margin-bottom: 25px;
  }
  .restaurant-hour-icon i {
    font-size: 27px;
  }
  .restaurant-hour-box h3 {
    margin-bottom: 18px;
    font-size: 36px;
  }
  .gallery-section {
    padding: 75px 0 65px;
  }
  .gallery-heading {
    margin-bottom: 40px;
  }
  .gallery-heading span {
    margin-bottom: 18px;
    font-size: 11px;
    letter-spacing: 4px;
  }
  .gallery-heading h2 {
    font-size: 42px;
  }
  .gallery-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 300px;
    gap: 18px;
    row-gap: 18px;
    column-gap: 18px;
  }
  .gallery-item {
    grid-row: span 1;
    grid-row-start: span 1;
    grid-row-end: auto;
  }
  .gallery-item-wide {
    grid-column: span 1;
    grid-column-start: span 1;
    grid-column-end: auto;
  }
  .contact-section {
    padding: 75px 0 65px;
  }
  .contact-heading {
    margin-bottom: 40px;
  }
  .contact-heading > span {
    margin-bottom: 16px;
    font-size: 11px;
    letter-spacing: 4px;
  }
  .contact-heading h2 {
    margin-bottom: 18px;
    font-size: 42px;
  }
  .contact-heading p {
    font-size: 15px;
  }
  .contact-information {
    padding: 35px 28px;
  }
  .contact-map,
  .contact-map iframe {
    min-height: 390px;
  }
  .hero-carousel .carousel-inner, .hero-carousel .carousel-inner img {
    height: 68vh;
    min-height: 520px;
  }
  .hero-carousel .carousel-control-prev, .hero-carousel .carousel-control-next {
    width: 40px;
    height: 40px;
  }
  .rooms-carousel .owl-nav .owl-prev, .rooms-carousel .owl-nav .owl-next {
    top: 182px;
    width: 44px;
    height: 52px;
  }
  .contact-map, .contact-map iframe {
    min-height: 390px;
  }
}

@media (max-width: 575px) {
  .navbar-btn,
  .hero-btn,
  .choose-btn,
  .facilities-btn,
  .rooms-list-btn,
  .restaurant-intro-btn {
    min-width: 148px;
    padding: 12px 20px;
    font-size: 13px;
  }
  .navbar-container {
    padding: 0 15px;
  }
  .nav-content {
    padding-right: 15px;
    padding-left: 15px;
  }
  .hero-carousel .carousel-inner,
  .hero-carousel .carousel-inner img {
    height: 65vh;
    min-height: 500px;
  }
  .hero-carousel .carousel-caption {
    padding-right: 45px;
    padding-left: 45px;
  }
  .carousel-content h2 {
    font-size: 34px;
  }
  .carousel-content p {
    font-size: 14px;
  }
  .hero-carousel .carousel-control-prev,
  .hero-carousel .carousel-control-next {
    width: 36px;
    height: 36px;
  }
  .hero-carousel .carousel-control-prev-icon,
  .hero-carousel .carousel-control-next-icon {
    width: 14px;
    height: 14px;
  }
  .choose-section {
    padding: 65px 15px 55px;
  }
  .choose-image {
    height: 330px;
    border-radius: 15px;
  }
  .choose-content {
    padding-top: 35px;
  }
  .choose-content h2 {
    font-size: 34px;
  }
  .rooms-section {
    padding: 65px 7px 55px;
  }
  .rooms-heading {
    padding: 0 10px;
  }
  .rooms-heading h2 {
    font-size: 36px;
  }
  .room-image {
    height: 330px;
  }
  .room-title {
    gap: 15px;
    row-gap: 15px;
    column-gap: 15px;
  }
  .room-title h3 {
    font-size: 35px;
  }
  .room-price {
    gap: 12px;
    row-gap: 12px;
    column-gap: 12px;
  }
  .room-price strong {
    font-size: 30px;
  }
  .room-details {
    row-gap: 8px;
  }
  .room-details span {
    padding: 0 10px;
    font-size: 13px;
  }
  .rooms-carousel .owl-nav .owl-prev,
  .rooms-carousel .owl-nav .owl-next {
    top: 152px;
  }
  .experience-banner {
    min-height: 360px;
    padding: 65px 20px;
  }
  .experience-banner-content h2 {
    font-size: 36px;
  }
  .testimonials-section {
    padding: 65px 7px 55px;
  }
  .testimonials-heading {
    padding: 0 10px;
  }
  .testimonials-heading h2 {
    font-size: 36px;
  }
  .testimonial-card {
    padding: 30px 24px 28px;
    border-radius: 15px;
  }
  .testimonial-top > i {
    font-size: 32px;
  }
  .testimonial-text {
    font-size: 20px;
  }
  .testimonial-author-info h3 {
    font-size: 21px;
  }
  .facilities-section {
    padding: 65px 15px 55px;
  }
  .facilities-heading h2 {
    font-size: 36px;
  }
  .facilities-grid {
    gap: 20px;
    row-gap: 20px;
    column-gap: 20px;
  }
  .facility-box {
    padding: 34px 24px;
    border-radius: 15px;
  }
  .facility-box h3 {
    font-size: 29px;
  }
  .facilities-action {
    margin-top: 40px;
  }
  .footer-section {
    padding-top: 55px;
  }
  .footer-main {
    padding-bottom: 42px;
    row-gap: 38px;
  }
  .footer-box h3 {
    gap: 14px;
    font-size: 24px;
    row-gap: 14px;
    column-gap: 14px;
  }
  .footer-box h3::after {
    width: 38px;
  }
  .footer-contact p,
  .footer-address p,
  .footer-links a {
    font-size: 14px;
  }
  .footer-map {
    height: 220px;
  }
  .footer-bottom p {
    font-size: 13px;
  }
  .footer-bottom img {
    max-width: 68px;
  }
  .about-page-hero,
  .rooms-page-hero,
  .restaurant-page-hero,
  .gallery-page-hero,
  .contact-page-hero {
    min-height: 320px;
  }
  .page-hero-content {
    padding: 55px 0;
  }
  .page-hero-content h1 {
    font-size: 42px;
  }
  .rooms-list-section {
    padding: 65px 0;
  }
  .rooms-list-heading {
    padding: 0 10px;
  }
  .rooms-list-heading h2 {
    font-size: 36px;
  }
  .rooms-list-image {
    height: 310px;
  }
  .rooms-list-content {
    padding: 32px 24px;
  }
  .rooms-list-content h3 {
    font-size: 36px;
  }
  .rooms-list-price {
    gap: 11px;
    row-gap: 11px;
    column-gap: 11px;
  }
  .rooms-list-price strong {
    font-size: 29px;
  }
  .rooms-list-details {
    row-gap: 8px;
  }
  .rooms-list-details span {
    padding: 0 10px;
    font-size: 13px;
  }
  .restaurant-intro-section {
    padding: 65px 15px;
  }
  .restaurant-intro-heading h2 {
    font-size: 35px;
  }
  .restaurant-image {
    height: 320px;
    border-radius: 12px;
  }
  .restaurant-hours-section {
    padding: 65px 0 55px;
  }
  .restaurant-hours-heading {
    padding: 0 10px;
  }
  .restaurant-hours-heading h2 {
    font-size: 36px;
  }
  .restaurant-hour-box {
    padding: 0 10px;
  }
  .restaurant-hour-box h3 {
    font-size: 33px;
  }
  .restaurant-hour-box p {
    font-size: 14px;
    line-height: 1.8;
  }
  .gallery-section {
    padding: 65px 0 55px;
  }
  .gallery-heading {
    padding: 0 10px;
    margin-bottom: 35px;
  }
  .gallery-heading h2 {
    font-size: 36px;
  }
  .gallery-grid {
    grid-auto-rows: 230px;
  }
  .contact-section {
    padding: 65px 0 55px;
  }
  .contact-heading {
    padding: 0 10px;
  }
  .contact-heading h2 {
    font-size: 36px;
  }
  .contact-information {
    padding: 30px 22px;
  }
  .contact-item {
    gap: 16px;
    padding: 24px 0;
    row-gap: 16px;
    column-gap: 16px;
  }
  .contact-icon {
    width: 50px;
    height: 50px;
  }
  .contact-icon i {
    font-size: 17px;
  }
  .contact-item-content h3 {
    font-size: 23px;
  }
  .contact-item-content h3 a {
    overflow-wrap: anywhere;
  }
  .contact-map,
  .contact-map iframe {
    min-height: 330px;
  }
  .hero-btn {
    min-width: 148px;
    padding-top: 12px;
    padding-right: 20px;
    padding-bottom: 12px;
    padding-left: 20px;
    font-size: 13px;
  }
  .choose-btn {
    min-width: 148px;
    padding-top: 12px;
    padding-right: 20px;
    padding-bottom: 12px;
    padding-left: 20px;
    font-size: 13px;
  }
  .facilities-btn {
    min-width: 148px;
    padding-top: 12px;
    padding-right: 20px;
    padding-bottom: 12px;
    padding-left: 20px;
    font-size: 13px;
  }
  .hero-carousel .carousel-inner, .hero-carousel .carousel-inner img {
    height: 65vh;
    min-height: 500px;
  }
  .hero-carousel .carousel-control-prev, .hero-carousel .carousel-control-next {
    width: 36px;
    height: 36px;
  }
  .hero-carousel .carousel-control-prev-icon, .hero-carousel .carousel-control-next-icon {
    width: 14px;
    height: 14px;
  }
  .rooms-carousel .owl-nav .owl-prev, .rooms-carousel .owl-nav .owl-next {
    top: 152px;
  }
  .footer-contact p, .footer-address p, .footer-links a {
    font-size: 14px;
  }
  .contact-map, .contact-map iframe {
    min-height: 330px;
  }
}

@media (max-width: 390px) {
  .carousel-content h2 {
    font-size: 30px;
  }
  .carousel-content p {
    font-size: 13px;
    line-height: 1.6;
  }
  .hero-carousel .carousel-caption {
    padding-right: 40px;
    padding-left: 40px;
  }
  .choose-image {
    height: 280px;
  }
  .choose-content h2,
  .rooms-heading h2,
  .testimonials-heading h2,
  .facilities-heading h2,
  .rooms-list-heading h2,
  .restaurant-intro-heading h2,
  .restaurant-hours-heading h2,
  .gallery-heading h2,
  .contact-heading h2 {
    font-size: 32px;
  }
  .room-image {
    height: 285px;
  }
  .room-title h3 {
    font-size: 31px;
  }
  .experience-banner-content h2 {
    font-size: 32px;
  }
  .testimonial-card {
    padding: 28px 20px 25px;
  }
  .facility-box {
    padding: 30px 20px;
  }
  .page-hero-content h1 {
    font-size: 36px;
  }
  .rooms-list-image {
    height: 270px;
  }
  .rooms-list-content {
    padding: 28px 20px;
  }
  .rooms-list-content h3 {
    font-size: 32px;
  }
  .rooms-list-price {
    flex-wrap: wrap;
  }
  .rooms-list-details span:not(:last-child)::after,
  .room-details span:not(:last-child)::after {
    display: none;
  }
  .rooms-list-details,
  .room-details {
    gap: 8px 14px;
  }
  .rooms-list-details span,
  .room-details span {
    padding: 0;
  }
  .restaurant-image {
    height: 280px;
  }
  .gallery-grid {
    grid-auto-rows: 200px;
  }
  .contact-information {
    padding: 26px 18px;
  }
  .contact-item {
    flex-direction: column;
    gap: 14px;
    row-gap: 14px;
    column-gap: 14px;
  }
  .contact-map,
  .contact-map iframe {
    min-height: 290px;
  }
  .footer-bottom p {
    gap: 4px;
    row-gap: 4px;
    column-gap: 4px;
  }
  .choose-content h2, .rooms-heading h2, .testimonials-heading h2, .facilities-heading h2, .rooms-list-heading h2, .restaurant-intro-heading h2, .restaurant-hours-heading h2, .gallery-heading h2, .contact-heading h2 {
    font-size: 32px;
  }
  .rooms-list-details span:not(:last-child)::after, .room-details span:not(:last-child)::after {
    display: none;
  }
  .rooms-list-details span, .room-details span {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .contact-map, .contact-map iframe {
    min-height: 290px;
  }
}