body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

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

.video-thumbnail-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #af8e70;
  opacity: 0.5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-thumbnail {
  width: 100%;
  height: 320px;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.video-play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 77px;
  height: 77px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background-color: rgba(245, 241, 238, 0.89);
}
.video iframe {
  width: 100%;
  height: 320px;
  border-radius: 20px;
}

.header {
  position: fixed;
  top: 20px;
  left: 0;
  right: 0;
  z-index: 1000;
}
.header .btn-primary {
  height: 49px;
  min-width: 135px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
}
.btn-primary {
  background-color: #7e4820 !important;
  border: none !important;
  font-size: 16px;
  color: #ffffff;
  padding: 13px 25px;
}

.container {
  max-width: 1228px;
}

.nav-link {
  color: #7e4820 !important;
  font-size: 16px;
}

.text-primary{
  color: #7e4820 !important;
    
}

.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 35px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 12px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}

.hero-item {
  height: 752px;
  display: flex;
  align-items: end;
  color: #ffffff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-item-container {
  width: 100%;
  height: 434px;
  background: transparent linear-gradient(180deg, #ffffff00 0%, #7e4820 100%) 0%
    0% no-repeat padding-box;

  display: flex;
  align-items: end;
  justify-content: center;
}
.hero-item-container .container {
  padding-bottom: 42px;
  position: relative;
  z-index: 1;
}
.about-section {
  margin-top: 120px;
}

.sub-title {
  background-color: #af8e701f;
  color: #af8e70;
  font-size: 15px;
  font-weight: 400;
  padding: 4px 9px;
  display: inline-block;
  border-radius: 7px;
}
h2 {
  font-size: 32px;
  font-weight: 600;
  color: #af8e70;
}

p {
  color: #332619;
  font-size: 16px;
  font-weight: 500;
}

.rooms-section {
  background-color: #fbfbfb;
  padding: 84px 0;
  margin-top: 200px;
}

.room-item {
  width: 100%;
  background-color: #ffffff;
}
.room-img {
  position: relative;
}

.room-img img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  object-position: center;
  border-radius: 10px 10px 0 0;
}

.room-img span {
  background-color: #f2eeea;
  color: #af8e70;
  font-size: 16px;
  font-weight: 400;
  padding: 4px 10px;
  display: inline-block;
  border-radius: 7px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%, 50%);
  min-width: 230px;
  text-align: center;
}
.room-content {
  margin: 0;
  margin-top: 24px;
  padding: 0 16px;
}
.room-content li {
  display: flex;
  align-items: center;
  gap: 10px;
  list-style: none;
  margin-bottom: 15px;
}

.room-content-img {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f2eee9;
  border-radius: 5px;
}

.room-item .btn-primary {
  width: 100%;
  border-radius: 0 0 10px 10px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  padding: 10px;
}

.room-item {
  height: 416px;
  overflow: hidden;
  transition: height 0.3s ease-in-out;
}

.room-item:hover {
  height: 474px;
}

.footer-content {
  background-color: #322619;
  color: #ffffff;
}

.footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #af8e70;
  border-radius: 5px;
  padding: 20px 40px;
  gap: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  transform: translateY(-50%);
}

.footer-top h2 {
  color: #ffffff;
}

.info-card-img {
  background-color: #ffffff;
  width: 53px;
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}

.info-card {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.info-card p {
  margin-bottom: 0;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
}
.info-card p b {
  font-weight: 500;
  font-size: 16px;
}
footer {
  margin-top: 160px;
  position: relative;
}

.footer-info-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10%;
  padding-top: 45px;
}

.footer-info {
  width: 100%;
  max-width: 213px;
  padding: 35px 14px;
  background-color: #605348;
  border: 1px solid #70707012;
  color: #ffffff;
}
.footer-info p {
  font-size: 14px;
  font-weight: 200;
  color: #dee0e2;
  line-height: 18px;
}

.footer-links li a {
  color: #dee0e2;
  font-size: 14px;
  font-weight: 200;
  text-decoration: none;
}

.footer-links li {
  list-style: none;
  margin-bottom: 17px;
}

.footer-links ul {
  padding: 0;
  margin: 0;
}
.footer-links h3 {
  font-size: 16px;
  font-weight: 600;
  color: #dee0e2;
  margin-bottom: 15px;
}

.footer-links {
  padding-top: 20px;
}

.footer-bottom {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
}

.footer-bottom p {
  margin-bottom: 0;
}

.footer-bottom {
  padding: 22px 0;
}

.social-links a {
  color: #2a3141ba;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

.social-links {
  display: flex;
  align-items: center;
  gap: 20px;
}

.blog-item {
  width: 100%;
  height: 100%;
}

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

.blog-content {
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(270deg, #af8e70 0%, #af8e70 100%);
  padding: 10px;
  border-radius: 10px;
  color: #fff;
  width: 85%;
}

.blog-content p {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}
.blog-content h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.section-title {
  text-align: center;
  position: relative;
}

.blog-section {
  margin-top: 150px;
}

.section-title span {
  color: #af8e70;
  font-size: 16px;
  font-weight: 400;
  background-color: #af8e701f;
  display: inline-block;
  padding: 4px 9px;
  border-radius: 7px;
  margin-bottom: 15px;
}

.section-title {
  margin-bottom: 60px;
}

.hero-section p {
  font-size: 18px;
  color: #ffffff;
  line-height: 27px;
}

.page-header {
  height: 387px;
  background-image: url("../images/page-header-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: end;
  justify-content: center;
  text-align: center;
  padding-bottom: 80px;
}

.page-header h1 {
  color: #af8e70;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 10px;
}

.breadcrumb {
  justify-content: center;
}

.room-features {
  background-color: #af8e70;
  color: #fff;
  padding: 25px;
  border-radius: 10px;
}

.room-features h2 {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 0 7px;
  border-bottom: 2px solid #ffffff;
  padding-bottom: 12px;
}

.room-feature-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.room-feature-item-icon {
  width: 50px;
  height: 50px;
  border-radius: 5px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.room-feature-item {
  padding: 25px 7px;
  border-bottom: 1px solid #ffffff3d;
}
.room-feature-item p {
  font-size: 16px;
  margin-bottom: 0;
  color: #fff;
}

.features {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 34px 26px;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.feature-item-icon {
  background-color: #f5f1ee;
  border-radius: 19px 19px 0 19px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.feature-item p {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 0;
  color: #322619;
}
.profile-details-head {
  display: flex;
  align-items: center;
  gap: 10px;
}
.profile-links-item {
  display: flex;
  gap: 10px;
  text-decoration: none;
  color: #3f4358;
  font-size: 13px;
  padding: 9px 10px;
  background-color: #fafbfd;
  border: 1px solid #eeefee;
  margin-bottom: 12px;
  align-items: center;
}
.profile-link-icon {
  width: 29px;
  min-width: 29px;
  height: 29px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #757575;
  color: #fff;
  font-size: 18px;
}

.profile-name {
  font-size: 14px;
  font-weight: 600;
  color: #322619;
  margin-bottom: 0;
}
.profile-title {
  font-size: 14px;
  color: #677894;
  font-weight: 400;
  margin-bottom: 0;
}
.primary-badge {
  background-color: #af8e70;
  display: flex;
  padding: 7px 23px;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.profile-details {
  background-color: #ffffff;
  border: 1px solid #efefef;
  padding: 22px 20px;
  border-radius: 5px;
}

.profile-details-head {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 14px;
}

.about-content {
  padding: 21px 26px;
  background-color: #ffffff;
  border: 1px solid #f3f3f3;
  border-radius: 5px;
}

.content-card-title {
  font-size: 14px;
  color: #322619;
  border-bottom: 1px solid #322619;
  padding-bottom: 4px;
}

.other-links {
  padding: 0;
  margin: 0;
}
.other-links li {
  list-style: none;
}
.other-links li a {
  text-decoration: none;
  color: #322619;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 7px;
  border-bottom: 1px solid #3226191c;
  margin-bottom: 11px;

  padding-bottom: 9px;
}
.other-links li a img {
  width: 10px;
  height: 10px;
  display: none;
}
.other-links li a.active {
  text-decoration: underline;
}
.other-links li a.active img {
  display: block;
}

.content-card {
  background-color: #ffffff;
  border-radius: 5px;
  border: 1px solid #efefef;
  padding: 23px 20px;
}

.profile-avatar {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  overflow: hidden;
}
.profile-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.blog-filter {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.filter-item a {
  color: #282828;
  font-size: 16px;
  text-decoration: none;
  background-color: #eff1fa;
  padding: 10px 32px;
  border-radius: 8px;
}
.filter-item {
  margin-bottom: 15px;
}

.card-img-top {
  height: 230px;
  object-fit: cover;
}
.card-body {
  padding: 32px 24px;
}
.card-info {
  font-size: 14px;
  color: #656c7b;
}
.card-title {
  font-size: 22px;
}
.card-text {
  font-size: 16px;
  line-height: 22px;
  color: #656c7b;
}
.card-text:last-child {
  margin-bottom: 0;
}

.blog-main-img {
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: start;
  text-align: start;
  margin: 150px 0 20px 0;
  border-radius: 10px;
  overflow: hidden;
}

.blog-main-img h1 {
  color: #ffffff;
  font-size: 36px;
  font-weight: 600;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  max-width: 800px;
  line-height: 1.3;
}

.blog-section-content {
  max-width: 800px;
  margin: 40px auto;
  padding: 0 20px;
}

.blog-section-content h2 {
  color: #af8e70;
  font-size: 28px;
  font-weight: 600;
  margin: 40px 0 20px 0;
}

.blog-section-content h3 {
  color: #af8e70;
  font-size: 22px;
  font-weight: 600;
  margin: 30px 0 15px 0;
}

.blog-section-content p {
  color: #332619;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
}

.blog-section-content ul {
  margin: 20px 0;
  padding-left: 20px;
}

.blog-section-content li {
  color: #332619;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 10px;
}

.blog-section-content img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 30px 0;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.blog-main-img {
  width: 100%;
  height: 480px;
  border-radius: 30px;
  color: #fff;
  padding: 50px 100px;
  display: flex;
  align-items: end;
}
.blog-main-img h1 {
  font-size: 44px;
}

.blog-section-content {
  max-width: 736px;
  margin-top: 50px;
}

.contact-info-section {
  background-color: #07133b;
  width: 100%;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #fff;
  padding: 45px 30px;
}
.contact-info-title {
  color: #fff;
  font-size: 40px;
  line-height: 40px;
  font-weight: 600;
}
.contact-information-element {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  margin-top: 40px;
  width: 337px;
}

.contact-form-section {
  background-color: #fff;
  width: 100%;
  padding: 46px 74px;
  justify-content: space-between;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 24px;
}
.contact-section .contact-form-title {
  font-size: 24px;
  font-weight: 500;
  color: #2d3b4b;
  margin-bottom: 40px;
}
.form-label {
  font-size: 16px;
  color: #04272f;
  margin-bottom: 4px;
}

.form-control {
  box-shadow: none !important;
  padding: 10px 10px;
  font-size: 12px;
}

.form-control:focus {
  border-color: #af8e70;
}
.breadcrumb-item {
  position: relative;
}
.breadcrumb-item.active {
  padding-left: 30px;
}
.breadcrumb-item.active,
.breadcrumb-item a {
  color: #af8e70;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  line-height: normal !important;
}
.breadcrumb-item + .breadcrumb-item::before {
  position: absolute;
  left: 11px;
  top: 0;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: " ";
  background-image: url("../images/icons/breadcrumb-right.svg");
  background-size: contain;
  display: flex;
  width: 8px;
  height: 14px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  transform: translateY(6px);
}

.product-details {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 14px 18px;
  box-shadow: 0px 3px 6px #0000000d;
}

.room-features-card {
  padding: 21px 24px;
  background-color: #fbfbfb;
  border-radius: 10px;
  box-shadow: 0px 3px 6px #0000000d;
}

.product-details .swiper-slide img {
  height: 433px;
}

.room-details-section {
  position: relative;
  z-index: 1;
  top: -23px;
}

.btn-light {
  padding: 14px;
  color: #af8e70;
}

.room-features .btn-light {
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.room-features-button {
  padding: 0 7px;
}

.hero-section-buttons {
  display: flex;
  align-items: center;
  background-color: #fff;
  width: fit-content;
  padding: 20px 20px 19px 20px;
  border-radius: 10px 10px 0 0;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.hero-section-buttons button {
  background-color: transparent;
  border: none;
  color: #af8e70;
  font-size: 16px;
  font-weight: 500;
  font-size: 22px;
}
.hero-section-buttons span {
  font-size: 22px;
  color: #af8e70;
  font-weight: 500;
  display: inline-block;
  margin: 0 30px;
}

.about-section .btn-primary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.swiper-buttons button {
  background-color: #af8e701f;
  color: #af8e70;
  border: none;
  width: 52px;
  height: 52px;
  border-radius: 7px;
  font-size: 22px;
}
.swiper-buttons {
  display: flex;
  align-items: center;
  gap: 20px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.swiper-buttons .swiper-button-disabled {
  color: #af8e7045;
}

.link-btn {
  color: #af8e70;
  text-decoration: none;
}

.room-description-section {
  background-color: #fbfbfb;
  padding: 50px 0;
  margin-top: 80px;
}
.about-content p {
  color: #707070;
  font-size: 16px;
  font-weight: 500;
}
.about-container {
  position: relative;
  top: -23px;
}

.maps-section {
  margin-top: 40px;
}

.maps-title {
  font-size: 28px;
  font-weight: 600;
  color: #af8e70;
  margin-bottom: 30px;
  text-align: center;
}

.maps-container {
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.maps-container iframe {
  width: 100%;
  height: 400px;
  border: none;
  border-radius: 15px;
}

.about-title {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 20px;
  gap: 10px;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 15px;
}

.mobile-menu-toggle {
  display: none;
}

.mobile-menu-overlay {
  display: none;
}

.mobile-menu {
  display: none;
}
