@import url('https://fonts.googleapis.com/css2?family=Forum&family=Sarabun:wght@400;500;600;700&display=swap');



body {
  font-family: "Sarabun", sans-serif;
  color: #505050;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Forum, serif;
  font-weight: 400;
  color: rgb(0, 0, 0);
}

p {
  font-family: Sarabun, sans-serif;
  color: rgb(80, 80, 80);
  line-height: 1.9;
}

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

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

.navbar-brand {
  padding: 10px;
}

.hotel-navbar {
  width: 100%;
  background-color: rgb(255, 255, 255);
  padding: 22px 40px;
  border-top: 3px solid #111111;
  border-bottom: 1px solid #eeeeee;
  z-index: 99;
  border-top-width: 3px;
  border-top-style: solid;
  border-top-color: rgb(17, 17, 17);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgb(238, 238, 238);
}

.navbar-container {
  padding: 0;
}

.hotel-navbar .navbar-brand img {
  max-width: 175px;
  width: 175px;
}

.hotel-navbar .navbar-collapse {
  justify-content: space-between;
}

.hotel-nav-links {
  margin-left: 60px;
  gap: 48px;
  row-gap: 48px;
  column-gap: 48px;
}

.hotel-nav-links .nav-link {
  position: relative;
  color: rgb(17, 17, 17);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: capitalize;
  padding: 12px 0;
}

.hotel-nav-links .nav-link:hover, .hotel-nav-links .nav-link.active {
  color: rgb(17, 17, 17);
}

.hotel-nav-links .nav-link.active::after, .hotel-nav-links .nav-link:hover::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 4px;
  width: 100%;
  height: 1px;
  background-color: rgb(17, 17, 17);
}

.navbar-right-content {
  display: flex;
  align-items: center;
  gap: 38px;
  row-gap: 38px;
  column-gap: 38px;
}

.language-dropdown {
  position: relative;
}

.language-btn {
  color: rgb(17, 17, 17);
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  row-gap: 8px;
  column-gap: 8px;
}

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

.language-flag {
  width: 22px;
  height: 15px;
  object-fit: cover;
  display: inline-block;
}

.language-menu {
  border-radius: 0;
  border: 1px solid #111111;
  padding: 8px 0;
  min-width: 135px;
}

.language-menu .dropdown-item {
  font-size: 14px;
  letter-spacing: 1px;
  padding: 9px 18px;
  color: rgb(17, 17, 17);
  display: flex;
  align-items: center;
  gap: 10px;
  row-gap: 10px;
  column-gap: 10px;
}

.language-menu .dropdown-item:hover {
  background-color: rgb(11, 99, 84);
  color: rgb(255, 255, 255);
}

.book-now-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  padding: 24px 34px;
  border: 1px solid #0B6354;
  color: rgb(11, 99, 84);
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 5px;
  transition: all 0.3s ease;
}

.book-now-btn::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -5px;
  width: 100%;
  height: 1px;
  background-color: rgb(11, 99, 84);
  transition: all 0.3s ease;
}

.book-now-btn:hover {
  background-color: rgb(11, 99, 84);
  color: rgb(255, 255, 255);
  border-color: #0B6354;
}

.book-now-btn:hover::after {
  background-color: rgb(11, 99, 84);
}

.navbar-toggler {
  border: 1px solid #111111;
  border-radius: 0;
  padding: 8px 10px;
}

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

.carousel-item {
  position: relative;
}

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

.carousel-inner img {
  object-fit: cover;
  filter: brightness(0.6);
}

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

.carousel-content {
  max-width: 760px;
  margin-left: 90px;
}

.hero-subtitle {
  display: inline-block;
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.carousel-content h2 {
  color: rgb(255, 255, 255);
  font-family: Forum, serif;
  font-size: 68px;
  font-weight: 400;
  line-height: 1.15;
  margin-bottom: 25px;
}

.carousel-content p {
  color: rgb(255, 255, 255);
  font-family: Sarabun, sans-serif;
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 0px;
}

.hero-circle-btn {
  position: absolute;
  right: 70px;
  bottom: 35px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  color: rgb(17, 17, 17);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 5;
  transition: all 0.3s ease;
}

.hero-circle-btn:hover {
  background-color: rgb(11, 99, 84);
  color: rgb(255, 255, 255);
}

.carousel-control-prev, .carousel-control-next {
  width: 55px;
}

.exclusive-offer-section {
  position: relative;
  padding: 0 0 220px;
  margin-top: 0px;
  background-color: rgb(255, 255, 255);
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
}

.exclusive-offer-bg {
  position: relative;
  width: 49%;
  min-height: 1050px;
  margin: 0 auto;
  background-color: rgb(232, 247, 248);
}

.offer-content {
  max-width: 720px;
  margin: 0 auto;
  padding: 110px 20px 80px;
  text-align: center;
}

.offer-line {
  width: 1px;
  height: 55px;
  background-color: rgb(183, 183, 183);
  margin: 0 auto 28px;
}

.offer-subtitle {
  display: inline-block;
  color: rgb(11, 99, 84);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.offer-content h2 {
  color: rgb(0, 0, 0);
  font-family: Forum, serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 1.35;
  margin-bottom: 28px;
}

.offer-content p {
  color: rgb(77, 93, 97);
  font-family: Sarabun, sans-serif;
  font-size: 17px;
  line-height: 1.95;
  margin: 0 auto 30px;
}

.offer-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 175px;
  padding: 22px 35px;
  margin-top: 18px;
  border: 1px solid #0B6354;
  color: rgb(11, 99, 84);
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 5px;
  transition: all 0.3s ease;
}

.offer-btn::after {
  content: "";
  position: absolute;
  left: -1px;
  bottom: -5px;
  width: calc(100% + 2px);
  height: 1px;
  background-color: rgb(11, 99, 84);
  transition: all 0.3s ease;
}

.offer-btn:hover {
  background-color: rgb(11, 99, 84);
  color: rgb(255, 255, 255);
  border-color: #0B6354;
}

.offer-btn:hover::after {
  background-color: rgb(11, 99, 84);
}

.offer-left-image {
  position: absolute;
  left: -370px;
  top: 355px;
  width: 385px;
  z-index: 2;
}

.offer-left-image img, .offer-right-image img, .offer-leaves img {
  width: 100%;
  height: auto;
  display: block;
}

.offer-right-image {
  position: absolute;
  right: -395px;
  bottom: -110px;
  width: 420px;
  z-index: 2;
}

.offer-leaves {
  position: absolute;
  right: -245px;
  top: 405px;
  width: 165px;
  z-index: 3;
}

.offer-leaves img:first-child {
  width: 75px;
  margin-left: 20px;
  margin-bottom: 25px;
}

.offer-leaves img:last-child {
  width: 100px;
  margin-left: 70px;
}

.amenities-section {
  background-color: rgb(255, 255, 255);
  padding: 90px 0 130px;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
}

.amenities-container {
  width: 86%;
  margin: 0 auto;
}

.amenities-title-box {
  position: relative;
  display: inline-block;
  margin-bottom: 85px;
}

.amenities-title-box img {
  position: absolute;
  right: -125px;
  top: 55px;
  width: 130px;
  height: auto;
}

.amenities-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 90px;
  row-gap: 78px;
}

.amenities-title-box h2 {
  color: rgb(207, 196, 192);
  font-family: Forum, serif;
  font-size: 130px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0px;
}

.amenity-item h3 {
  color: rgb(0, 0, 0);
  font-family: Forum, serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 26px;
}

.amenity-item p {
  color: rgb(80, 80, 80);
  font-family: Sarabun, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.9;
  margin-bottom: 0px;
}

.banner-section {
  position: relative;
  min-height: 520px;
  background-image: url("https://api.intermedia-web.com/getSavedAsset/jermevila/villa-verde.al/villa-verde.al_2026-07-08_13-39-34-147/img/20260708_075438_P1429245.JPG");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-position-x: center;
  background-position-y: center;
  overflow-x: hidden;
  overflow-y: hidden;
}

.banner-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.45);
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.banner-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  padding: 0 20px;
  text-align: center;
}

.banner-subtitle {
  display: inline-block;
  color: rgb(255, 255, 255);
  font-family: Sarabun, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 22px;
}

.banner-content h2 {
  color: rgb(255, 255, 255);
  font-family: Forum, serif;
  font-size: 62px;
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 38px;
}

.banner-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 170px;
  padding: 23px 36px;
  border: 1px solid #0B6354;
  color: rgb(11, 99, 84);
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  font-family: Sarabun, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 5px;
  transition: all 0.3s ease;
}

.banner-btn::after {
  content: "";
  position: absolute;
  left: -1px;
  bottom: -5px;
  width: calc(100% + 2px);
  height: 1px;
  background-color: rgb(11, 99, 84);
  transition: all 0.3s ease;
}

.banner-btn:hover {
  background-color: rgb(11, 99, 84);
  color: rgb(255, 255, 255);
  border-color: #0B6354;
}

.banner-btn:hover::after {
  background-color: rgb(11, 99, 84);
}

.rooms-section {
  position: relative;
  background-color: rgb(255, 255, 255);
  padding: 120px 0 145px;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
}

.rooms-background-box {
  position: absolute;
  top: 0px;
  left: 50%;
  width: 49%;
  height: 100%;
  background-color: rgb(232, 247, 248);
  transform: translateX(-50%);
  z-index: 1;
}

.rooms-container {
  position: relative;
  z-index: 2;
  width: 86%;
  margin: 0 auto;
}

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

.rooms-subtitle {
  display: inline-block;
  color: rgb(11, 99, 84);
  font-family: Sarabun, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.rooms-heading h2 {
  color: rgb(0, 0, 0);
  font-family: Forum, serif;
  font-size: 55px;
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 24px;
}

.rooms-heading p {
  color: rgb(80, 80, 80);
  font-family: Sarabun, sans-serif;
  font-size: 18px;
  line-height: 1.9;
  margin-bottom: 0px;
}

.rooms-grid {
  display: grid;
  grid-template-columns: repeat(3, 30%);
  justify-content: center;
  gap: 32px;
  row-gap: 32px;
  column-gap: 32px;
}

.room-card {
  background-color: rgb(255, 255, 255);
}

.room-image img {
  width: 100%;
  height: 370px;
  object-fit: cover;
  display: block;
}

.room-info {
  padding: 34px 26px 38px;
  text-align: center;
  border: 1px solid #eeeeee;
  border-top: 0;
}

.room-info h3 {
  color: rgb(0, 0, 0);
  font-family: Forum, serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 18px;
}

.room-info p {
  color: rgb(80, 80, 80);
  font-family: Sarabun, sans-serif;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 18px;
}

.room-info span {
  display: block;
  color: rgb(11, 99, 84);
  font-family: Sarabun, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 28px;
}

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

.rooms-view-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  padding: 20px 34px;
  border: 1px solid #0B6354;
  color: rgb(11, 99, 84);
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  font-family: Sarabun, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 5px;
  transition: all 0.3s ease;
}

.rooms-view-btn::after {
  content: "";
  position: absolute;
  left: -1px;
  bottom: -5px;
  width: calc(100% + 2px);
  height: 1px;
  background-color: rgb(11, 99, 84);
  transition: all 0.3s ease;
}

.rooms-view-btn:hover {
  background-color: rgb(11, 99, 84);
  color: rgb(255, 255, 255);
  border-color: #0B6354;
}

.rooms-view-btn:hover::after {
  background-color: rgb(11, 99, 84);
}

.rooms-bottom-action img {
  display: block;
  width: 120px;
  height: auto;
  margin: 38px auto 0;
}

.testimonials-section {
  background-color: rgb(232, 247, 248);
  padding: 135px 0;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
}

.testimonials-container {
  width: 86%;
  margin: 0 auto;
}

.testimonials-carousel {
  position: relative;
}

.testimonial-box {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.testimonial-stars {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 35px;
  row-gap: 12px;
  column-gap: 12px;
}

.testimonial-stars span {
  color: rgb(11, 99, 84);
  font-size: 28px;
  line-height: 1;
}

.testimonial-box p {
  color: rgb(0, 0, 0);
  font-family: Forum, serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.35;
  margin: 0 auto 42px;
}

.testimonial-box h3 {
  color: rgb(11, 99, 84);
  font-family: Sarabun, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.gallery-carousel-section {
  background-color: rgb(255, 255, 255);
  padding: 115px 0 120px;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
}

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

.gallery-carousel-heading span {
  display: inline-block;
  color: rgb(11, 99, 84);
  font-family: Sarabun, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.gallery-carousel-heading h2 {
  color: rgb(0, 0, 0);
  font-family: Forum, serif;
  font-size: 58px;
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 0px;
}

.gallery-carousel {
  width: 92%;
  margin: 0 auto;
}

.gallery-carousel-image img {
  width: 100%;
  height: 290px;
  object-fit: cover;
  display: block;
}

.footer-section {
  position: relative;
  background: url("image/hero3.jpg");
  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;
  padding: 105px 0 28px;
  overflow: hidden;
  background-image: url("https://api.intermedia-web.com/getSavedAsset/jermevila/villa-verde.al/villa-verde.al_2026-07-08_13-39-34-147/img/20260708_085613_DJI_20260623203832_0163_D.JPG");
  background-origin: initial;
  background-clip: initial;
  background-position-x: center;
  background-position-y: center;
  overflow-x: hidden;
  overflow-y: hidden;
}

.footer-main {
  row-gap: 45px;
}

.footer-box {
  padding-right: 35px;
}

.footer-logo {
  margin-bottom: 28px;
}

.footer-logo img {
  width: 170px;
  height: auto;
}

.footer-box h3 {
  color: rgb(255, 255, 255);
  font-family: Forum, serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 32px;
}

.footer-box p {
  color: rgb(215, 215, 215);
  font-family: Sarabun, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.9;
  margin-bottom: 0px;
}

.footer-center {
  text-align: center;
  padding-right: 0px;
}

.footer-links {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
  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(215, 215, 215);
  font-family: Sarabun, sans-serif;
  font-size: 17px;
  font-weight: 400;
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer-links a:hover {
  color: rgb(255, 255, 255);
}

.footer-contact-box {
  padding-right: 0px;
  text-align: center;
}

.footer-contact {
  margin-bottom: 28px;
  text-align: center;
}

.footer-contact p {
  color: rgb(215, 215, 215);
  font-family: Sarabun, sans-serif;
  font-size: 17px;
  line-height: 1.8;
  margin-bottom: 10px;
  text-align: center;
}

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

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  margin-top: 75px;
  padding-top: 25px;
  text-align: center;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.22);
}

.footer-bottom p {
  color: rgb(255, 255, 255);
  font-family: Sarabun, sans-serif;
  font-size: 17px;
  line-height: 1;
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex-wrap: wrap;
  row-gap: 6px;
  column-gap: 6px;
}

.footer-bottom a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  line-height: 1;
}

.footer-bottom img {
  width: 100px;
  height: auto;
  display: block;
  margin-left: 4px;
  transform: translateY(3px);
}

.footer-map {
  width: 100%;
  display: flex;
  justify-content: center;
}

.page-hero-section {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
  background-image: url("https://api.intermedia-web.com/getSavedAsset/jermevila/villa-verde.al/villa-verde.al_2026-07-08_13-39-34-147/img/20260708_130042_DJI_20260623203759_0161_D.JPG");
}

.page-hero-about {
  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;
  background-origin: initial;
  background-clip: initial;
  background-position-x: center;
  background-position-y: center;
}

.page-hero-contact {
  background-image: url("https://api.intermedia-web.com/getSavedAsset/jermevila/villa-verde.al/villa-verde.al_2026-07-08_13-39-34-147/img/20260708_130042_DJI_20260623203759_0161_D.JPG");
  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;
  background-origin: initial;
  background-clip: initial;
  background-position-x: center;
  background-position-y: center;
}

.page-hero-gallery {
  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;
  background-image: url("https://api.intermedia-web.com/getSavedAsset/jermevila/villa-verde.al/villa-verde.al_2026-07-08_13-39-34-147/image/image5.jpg");
  background-origin: initial;
  background-clip: initial;
  background-position-x: center;
  background-position-y: center;
}

.page-hero-rooms {
  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;
  background-image: url("https://api.intermedia-web.com/getSavedAsset/jermevila/villa-verde.al/villa-verde.al_2026-07-08_13-39-34-147/image/rooms-hero.jpg");
  background-origin: initial;
  background-clip: initial;
  background-position-x: center;
  background-position-y: center;
}

.page-hero-section .container {
  position: relative;
  z-index: 2;
}

.page-hero-content {
  max-width: 850px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

.page-hero-content span {
  display: inline-block;
  color: rgb(255, 255, 255);
  font-family: Sarabun, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.page-hero-content h1 {
  color: rgb(255, 255, 255);
  font-family: Forum, serif;
  font-size: 78px;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 24px;
}

.page-breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  row-gap: 13px;
  column-gap: 13px;
}

.page-breadcrumb a,
  .page-breadcrumb span,
  .page-breadcrumb p {
  color: #ffffff;
  font-family: "Sarabun", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0;
  text-decoration: none;
}

.page-breadcrumb a:hover {
  color: rgb(232, 247, 248);
}

.rooms-list-section {
  position: relative;
  background-color: rgb(255, 255, 255);
  padding: 110px 0 125px;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
}

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

.rooms-list-heading span {
  display: inline-block;
  color: rgb(11, 99, 84);
  font-family: Sarabun, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.rooms-list-heading h2 {
  color: rgb(0, 0, 0);
  font-family: Forum, serif;
  font-size: 58px;
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 24px;
}

.rooms-list-heading p {
  color: rgb(80, 80, 80);
  font-family: Sarabun, sans-serif;
  font-size: 18px;
  line-height: 1.9;
  margin-bottom: 0px;
}

.rooms-list-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 72px 38px;
  row-gap: 72px;
  column-gap: 38px;
}

.room-list-card {
  position: relative;
}

.room-list-image img {
  width: 100%;
  height: 470px;
  object-fit: cover;
  display: block;
}

.room-list-content {
  padding-top: 32px;
}

.room-list-content h3 {
  color: rgb(0, 0, 0);
  font-family: Forum, serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 16px;
}

.room-list-details {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
  margin-bottom: 20px;
  row-gap: 22px;
  column-gap: 22px;
}

.room-list-details span {
  color: rgb(80, 80, 80);
  font-family: Sarabun, sans-serif;
  font-size: 18px;
  line-height: 1.6;
}

.room-list-details span::first-letter {
  text-transform: uppercase;
}

.room-list-content p {
  color: rgb(80, 80, 80);
  font-family: Sarabun, sans-serif;
  font-size: 18px;
  line-height: 1.9;
  margin-bottom: 28px;
}

.room-list-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 155px;
  padding: 18px 30px;
  border: 1px solid #0B6354;
  color: rgb(11, 99, 84);
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  font-family: Sarabun, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 5px;
  transition: all 0.3s ease;
}

.room-list-btn::after {
  content: "";
  position: absolute;
  left: -1px;
  bottom: -5px;
  width: calc(100% + 2px);
  height: 1px;
  background-color: rgb(11, 99, 84);
  transition: all 0.3s ease;
}

.room-list-btn:hover {
  background-color: rgb(11, 99, 84);
  color: rgb(255, 255, 255);
  border-color: #0B6354;
}

.room-list-btn:hover::after {
  background-color: rgb(11, 99, 84);
}

.rooms-decor-leaf {
  position: absolute;
  height: auto;
  z-index: 1;
  pointer-events: none;
}

.rooms-decor-leaf-left {
  left: 100px;
  top: 145px;
  width: 120px;
}

.rooms-decor-leaf-right {
  right: 20px;
  bottom: 100px;
  width: 150px;
}

.gallery-page-section {
  background-color: rgb(255, 255, 255);
  padding: 110px 0 120px;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
}

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

.gallery-page-heading span {
  display: inline-block;
  color: rgb(11, 99, 84);
  font-family: Sarabun, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.gallery-page-heading h2 {
  color: rgb(0, 0, 0);
  font-family: Forum, serif;
  font-size: 58px;
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 24px;
}

.gallery-page-heading p {
  color: rgb(80, 80, 80);
  font-family: Sarabun, sans-serif;
  font-size: 18px;
  line-height: 1.9;
  margin-bottom: 0px;
}

.gallery-page-grid {
  row-gap: 28px;
}

.gallery-page-item {
  width: 100%;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
}

.gallery-page-item a {
  display: block;
  text-decoration: none;
}

.gallery-page-item img {
  width: 100%;
  height: 390px;
  object-fit: cover;
  display: block;
}

.contact-page-section {
  position: relative;
  background-color: rgb(255, 255, 255);
  padding: 110px 0 125px;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
}

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

.contact-page-heading span {
  display: inline-block;
  color: rgb(11, 99, 84);
  font-family: Sarabun, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.contact-page-heading h2 {
  color: rgb(0, 0, 0);
  font-family: Forum, serif;
  font-size: 58px;
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 24px;
}

.contact-page-heading p {
  color: rgb(80, 80, 80);
  font-family: Sarabun, sans-serif;
  font-size: 18px;
  line-height: 1.9;
  margin-bottom: 0px;
}

.contact-info-row {
  row-gap: 30px;
  margin-bottom: 80px;
}

.contact-info-card {
  height: 100%;
  padding: 48px 32px;
  background-color: rgb(232, 247, 248);
  text-align: center;
}

.contact-info-card i {
  color: rgb(11, 99, 84);
  font-size: 38px;
  margin-bottom: 25px;
}

.contact-info-card h3 {
  color: rgb(0, 0, 0);
  font-family: Forum, serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 16px;
}

.contact-info-card p {
  color: rgb(80, 80, 80);
  font-family: Sarabun, sans-serif;
  font-size: 17px;
  line-height: 1.8;
  margin-bottom: 0px;
}

.contact-map-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: 34% 66%;
  background-color: rgb(232, 247, 248);
}

.contact-map-text {
  padding: 70px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact-map-text span {
  display: inline-block;
  color: rgb(11, 99, 84);
  font-family: Sarabun, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.contact-map-text h3 {
  color: rgb(0, 0, 0);
  font-family: Forum, serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 20px;
}

.contact-map-text p {
  color: rgb(80, 80, 80);
  font-family: Sarabun, sans-serif;
  font-size: 17px;
  line-height: 1.9;
  margin-bottom: 0px;
}

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

.contact-decor-leaf {
  position: absolute;
  height: auto;
  pointer-events: none;
  z-index: 1;
}

.contact-leaf-left {
  left: 100px;
  top: 185px;
  width: 100px;
}

body {
  font-family: Sarabun, sans-serif;
  color: rgb(80, 80, 80);
}

.carousel-control-prev {
  width: 55px;
}

.carousel-control-next {
  width: 55px;
}

.page-breadcrumb a, .page-breadcrumb span, .page-breadcrumb p {
  color: rgb(255, 255, 255);
  font-family: Sarabun, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0px;
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
}

.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;
}

@media (max-width: 1399px) {
  .exclusive-offer-bg {
    width: 58%;
  }
  .offer-left-image {
    left: -290px;
    width: 335px;
  }
  .offer-right-image {
    right: -300px;
    width: 360px;
  }
  .offer-leaves {
    right: -190px;
  }
}

@media (max-width: 1199px) {
  .exclusive-offer-bg {
    width: 70%;
  }
  .offer-left-image {
    left: -180px;
    width: 285px;
  }
  .offer-right-image {
    right: -190px;
    width: 310px;
  }
  .offer-leaves {
    right: -130px;
  }
  .offer-content h2 {
    font-size: 40px;
  }
  .amenities-title-box h2 {
    font-size: 105px;
  }
  .amenities-title-box img {
    right: -105px;
    top: 45px;
    width: 110px;
  }
  .amenities-grid {
    column-gap: 50px;
  }
  .rooms-background-box {
    width: 76%;
    height: 100%;
  }
  .rooms-container {
    width: 90%;
  }
  .rooms-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    row-gap: 25px;
    column-gap: 25px;
  }
  .room-image img {
    height: 300px;
  }
}

@media (max-width: 991px) {
  .hotel-navbar {
    padding: 16px 20px;
  }
  .hotel-navbar .navbar-brand img {
    max-width: 125px;
    width: 125px;
  }
  .hotel-navbar .navbar-collapse {
    margin-top: 20px;
  }
  .hotel-nav-links {
    margin-left: 0px;
    gap: 0;
    row-gap: 0px;
    column-gap: 0px;
  }
  .hotel-nav-links .nav-link {
    padding: 12px 0;
  }
  .navbar-right-content {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
    margin-top: 20px;
    row-gap: 18px;
    column-gap: 18px;
  }
  .book-now-btn {
    padding: 16px 28px;
    min-width: 145px;
  }
  .carousel-inner, .carousel-inner img {
    height: 75vh;
  }
  .carousel-content {
    max-width: 620px;
    margin-left: 35px;
    margin-right: 35px;
  }
  .carousel-content h2 {
    font-size: 48px;
  }
  .hero-circle-btn {
    right: 35px;
    bottom: 25px;
    width: 135px;
    height: 135px;
    font-size: 11px;
  }
  .exclusive-offer-section {
    padding: 80px 20px;
  }
  .exclusive-offer-bg {
    width: 100%;
    min-height: auto;
  }
  .offer-content {
    padding: 70px 25px;
  }
  .offer-content h2 {
    font-size: 36px;
  }
  .offer-content p {
    font-size: 16px;
  }
  .offer-left-image, .offer-right-image, .offer-leaves {
    position: static;
    width: 100%;
    max-width: 420px;
    margin: 30px auto 0;
  }
  .offer-leaves {
    display: flex;
    justify-content: center;
    gap: 25px;
    position: static;
    width: 100%;
    max-width: 420px;
    margin-top: 30px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    row-gap: 25px;
    column-gap: 25px;
  }
  .offer-leaves img:first-child, .offer-leaves img:last-child {
    width: 75px;
    margin: 0;
  }
  .amenities-section {
    padding: 75px 0 100px;
  }
  .amenities-container {
    width: 90%;
  }
  .amenities-title-box {
    margin-bottom: 60px;
  }
  .amenities-title-box h2 {
    font-size: 78px;
  }
  .amenities-title-box img {
    right: -80px;
    top: 32px;
    width: 85px;
  }
  .amenities-grid {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 45px;
    row-gap: 55px;
  }
  .banner-section {
    min-height: 460px;
  }
  .banner-content h2 {
    font-size: 48px;
  }
  .rooms-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .room-image img {
    height: 320px;
  }
  .testimonials-section {
    padding: 100px 0;
  }
  .testimonial-box {
    max-width: 720px;
  }
  .testimonial-box p {
    font-size: 30px;
  }
  .gallery-carousel-section {
    padding: 90px 0 95px;
  }
  .gallery-carousel-heading h2 {
    font-size: 44px;
  }
  .gallery-carousel-image img {
    height: 360px;
  }
  .footer-section {
    padding: 80px 0 28px;
  }
  .footer-box {
    padding-right: 0px;
    text-align: center;
  }
  .footer-center {
    text-align: center;
  }
  .footer-bottom {
    margin-top: 55px;
  }
  .footer-box {
    text-align: center;
    padding-right: 0;
  }
  .footer-logo {
    text-align: center;
  }
  .footer-logo img {
    margin-left: auto;
    margin-right: auto;
  }
  .page-hero-section {
    min-height: 430px;
  }
  .page-hero-content h1 {
    font-size: 60px;
  }
  .rooms-list-section {
    padding: 85px 0 100px;
  }
  .rooms-list-heading h2 {
    font-size: 44px;
  }
  .rooms-list-heading p {
    font-size: 16px;
  }
  .rooms-list-grid {
    gap: 55px 28px;
    row-gap: 55px;
    column-gap: 28px;
  }
  .room-list-image img {
    height: 370px;
  }
  .room-list-content h3 {
    font-size: 34px;
  }
  .rooms-decor-leaf-left {
    left: 20px;
    width: 70px;
  }
  .rooms-decor-leaf-right {
    right: 20px;
    width: 85px;
  }
  .gallery-page-section {
    padding: 85px 0 95px;
  }
  .gallery-page-heading h2 {
    font-size: 44px;
  }
  .gallery-page-heading p {
    font-size: 16px;
  }
  .gallery-page-item img {
    height: 340px;
  }
  .contact-page-section {
    padding: 85px 0 100px;
  }
  .contact-page-heading h2 {
    font-size: 44px;
  }
  .contact-page-heading p {
    font-size: 16px;
  }
  .contact-map-wrapper {
    grid-template-columns: 1fr;
  }
  .contact-map-text {
    padding: 55px 35px;
    text-align: center;
  }
  .contact-map iframe {
    height: 430px;
  }
  .contact-leaf-left {
    left: 25px;
    width: 70px;
  }
  .contact-leaf-right {
    right: 25px;
    width: 85px;
  }
}

@media (max-width: 767px) {
  .rooms-section {
    padding: 80px 0 100px;
  }
  .rooms-background-box {
    width: 100%;
    height: 520px;
  }
  .rooms-heading h2 {
    font-size: 40px;
  }
  .rooms-heading p {
    font-size: 16px;
  }
  .rooms-grid {
    grid-template-columns: 1fr;
  }
  .room-image img {
    height: 300px;
  }
  .rooms-list-grid {
    grid-template-columns: 1fr;
  }
  .room-list-image img {
    height: 330px;
  }
}

@media (max-width: 575px) {
  .carousel-inner, .carousel-inner img {
    height: 70vh;
  }
  .carousel-caption {
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }
  .carousel-content {
    max-width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .hero-subtitle {
    font-size: 12px;
    letter-spacing: 2px;
  }
  .carousel-content h2 {
    font-size: 36px;
  }
  .carousel-content p {
    font-size: 15px;
  }
  .hero-circle-btn {
    display: none;
  }
  .exclusive-offer-section {
    padding: 60px 15px;
  }
  .offer-content {
    padding: 55px 18px;
  }
  .offer-subtitle {
    font-size: 12px;
    letter-spacing: 3px;
  }
  .offer-content h2 {
    font-size: 30px;
  }
  .offer-btn {
    min-width: 155px;
    padding: 18px 28px;
    letter-spacing: 4px;
  }
  .amenities-section {
    padding: 60px 0 80px;
  }
  .amenities-title-box h2 {
    font-size: 55px;
  }
  .amenities-title-box img {
    right: -55px;
    top: 22px;
    width: 60px;
  }
  .amenities-grid {
    grid-template-columns: 1fr;
    row-gap: 42px;
  }
  .amenity-item h3 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .amenity-item p {
    font-size: 15px;
  }
  .banner-section {
    min-height: 400px;
  }
  .banner-subtitle {
    font-size: 12px;
    letter-spacing: 3px;
  }
  .banner-content h2 {
    font-size: 34px;
  }
  .banner-btn {
    min-width: 150px;
    padding: 18px 28px;
    letter-spacing: 4px;
  }
  .rooms-container {
    width: 92%;
  }
  .rooms-heading h2 {
    font-size: 34px;
  }
  .room-info h3 {
    font-size: 28px;
  }
  .room-info p {
    font-size: 15px;
  }
  .testimonials-section {
    padding: 75px 0;
  }
  .testimonials-container {
    width: 92%;
  }
  .testimonial-stars span {
    font-size: 22px;
  }
  .testimonial-box p {
    font-size: 25px;
  }
  .testimonial-box h3 {
    font-size: 12px;
    letter-spacing: 3px;
  }
  .gallery-carousel-section {
    padding: 70px 0 80px;
  }
  .gallery-carousel-heading h2 {
    font-size: 34px;
  }
  .gallery-carousel {
    width: 94%;
  }
  .gallery-carousel-image img {
    height: 300px;
  }
  .footer-section {
    padding: 65px 0 25px;
  }
  .footer-logo img {
    width: 145px;
  }
  .footer-box h3 {
    font-size: 30px;
    margin-bottom: 22px;
  }
  .footer-box p, .footer-contact p, .footer-links a {
    font-size: 16px;
  }
  .footer-map iframe {
    height: 165px;
  }
  .footer-bottom img {
    width: 62px;
  }
  .page-hero-section {
    min-height: 360px;
  }
  .page-hero-content span {
    font-size: 12px;
    letter-spacing: 3px;
  }
  .page-hero-content h1 {
    font-size: 44px;
  }
  .page-breadcrumb a,
  .page-breadcrumb span,
  .page-breadcrumb p {
    font-size: 14px;
  }
  .rooms-list-section {
    padding: 70px 0 85px;
  }
  .rooms-list-heading h2 {
    font-size: 36px;
  }
  .room-list-content h3 {
    font-size: 31px;
  }
  .room-list-content p {
    font-size: 16px;
  }
  .rooms-decor-leaf-left, .rooms-decor-leaf-right {
    display: none;
  }
  .gallery-page-section {
    padding: 70px 0 80px;
  }
  .gallery-page-heading h2 {
    font-size: 36px;
  }
  .gallery-page-item img {
    height: 300px;
  }
  .contact-page-section {
    padding: 70px 0 85px;
  }
  .contact-page-heading h2 {
    font-size: 36px;
  }
  .contact-info-card {
    padding: 38px 24px;
  }
  .contact-info-card h3 {
    font-size: 30px;
  }
  .contact-map-text h3 {
    font-size: 34px;
  }
  .contact-map iframe {
    height: 350px;
  }
  .contact-decor-leaf {
    display: none;
  }
  .page-breadcrumb a, .page-breadcrumb span, .page-breadcrumb p {
    font-size: 14px;
  }
}