/* Buộc thanh scroll luôn hiện */
html {
  overflow-y: scroll;
  /* Thanh scroll luôn hiện, như Spawell */
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: #8B6F47;
  /* Màu nâu */
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #6F573A;
  /* Nâu đậm hơn khi hover */
}

body {
  font-family: "Plus Jakarta Sans", sans-serif;
  background-color: #EFE7DA;
  position: relative;
}

.overflow-x {
  overflow-x: hidden;
}

h1,
h2,
h3 {
  font-family: "Plus Jakarta Sans", sans-serif;
}

.highlight-italic {
  font-style: italic;
  font-weight: 400;
  font-family: "Lora", serif;
  color: #9c7b5b;
}

.text-brown {
  color: #9c7b5b;
  font-style: italic;
  font-family: 'Lora';
  font-weight: 900;
  font-size: 38px;
}

.margin-top-30 {
  margin-top: 30px;
}

/************************************/
/**** 	   Image hover		 ****/
/************************************/
.image-anime {
  position: relative;
  overflow: hidden;
}

.image-anime:after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, .3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}

.image-anime:hover:after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

.bg-section {
  width: 100%;
  max-width: calc(100% - 40px);
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
}

.reveal {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  visibility: hidden;
  overflow: hidden;
}

.reveal img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform-origin: left;
  transform-origin: left;
}

@media (max-width: 768px) {
  .bg-section {
    width: 100%;
    max-width: 100%;
    margin: 0;
    border-radius: 0;
  }
}

/************************************/
/**** 	   Button CSS		 ****/
/************************************/
.btn-default {
  position: relative;
  display: inline-block;
  background: #8E714F;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
  text-transform: capitalize;
  color: #F7F3ED;
  border: none;
  padding: 18px 58px 18px 30px;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  z-index: 0;
}

.btn-default:hover {
  color: #5A5044;
}

.btn-default:hover::before {
  transform: translate(-30px, -50%) rotate(45deg);
}

.btn-default:hover::after {
  transform: skewY(0deg) scaleY(2);
}

.btn-default:hover::before {
  filter: brightness(0.8) invert(0.8);
}

.btn-default::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 14px;
  height: 14px;
  background: url(../images/arrow-secondary.svg) no-repeat;
  background-position: center center;
  background-size: cover;
  transform: translate(-30px, -50%);
  transition: all 0.4s ease-in-out;
  z-index: 1;
}

.btn-default::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0%;
  width: 102%;
  height: 100%;
  background-color: #F7F3ED;
  transition: all 0.5s ease-in-out;
  z-index: -1;
  transform: skewY(9.3deg) scaleY(0);
}

.readmore-btn {
  position: relative;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  color: #8E714F;
  padding-right: 25px;
  transition: all 0.4s ease-in-out;
}

.readmore-btn:hover {
  color: #F7F3ED;
}

.readmore-btn::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  background-image: url('../images/arrow-accent.svg');
  background-repeat: no-repeat;
  background-size: cover;
  width: 14px;
  height: 14px;
  transform: translateY(-50%);
  transition: all 0.4s ease-in-out;
}

.readmore-btn:hover::before {
  filter: brightness(0.3) invert(0.3);
  transform: translateY(-50%) rotate(45deg);
}

/************************************/
/**** 	   Header CSS		 ****/
/************************************/
.main-logo {
  margin-left: 50px;
  width: 110px;
  height: 110px;
}

header.main-header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: transparent;
  z-index: 100;
  border-radius: 0;
}

header.main-header .header-sticky {
  position: relative;
  top: 0;
  width: 100%;
  max-width: 1480px;
  border-bottom: 1px solid #F7F3ED1A;
  margin: 0 auto;
  z-index: 100;
}

header.bg-section {
  width: 100%;
  max-width: calc(100% - 40px);
  margin: 0 20px;
}

.header-sticky .navbar {
  padding: 10px 0;
  align-items: center;
}

.main-menu .nav-menu-wrapper {
  flex: 1;
  margin: 0 20px;
  display: flex;
  justify-content: center;
}

/* Hamburger mặc định - màu vàng kim */
.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 215, 0, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Khi menu mở -> đổi icon thành dấu X màu vàng kim */
.navbar-toggler.collapsed-x .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 215, 0, 1%29' stroke-linecap='round' stroke-width='2' d='M6 6 L24 24 M6 24 L24 6'/%3e%3c/svg%3e");
}

/* Máy tính bảng */
@media (min-width: 768px) and (max-width: 991.98px) {
  .main-logo {
    margin-left: 15px;
    width: 90px;
    height: 90px;
  }

  .main-menu {
    background-color: #8E714F;
    text-align: center;
  }

  .main-menu .nav-menu-wrapper {
    margin: 0;
  }

  .main-menu .nav-menu-wrapper ul {
    width: 100%;
    padding: 0 20px;
    text-align: center;
    margin: 0;
  }

  .main-menu .nav-menu-wrapper ul li:not(:last-child) {
    margin-bottom: 10px;
    border-bottom: 1px solid #F7F3ED;
  }

  .main-menu .responsive-booking {
    display: none;
  }
}

/* Mobile */
@media (max-width: 768px) {
  header.bg-section {
    width: 100%;
    max-width: 100%;
    margin: 0;
    border-radius: 0;
  }

  .main-logo {
    margin-left: 15px;
    width: 90px;
    height: 90px;
  }

  .header-sticky .navbar {
    padding: 0;
  }

  .main-menu {
    background-color: #8E714F;
    text-align: center;
    padding-top: 10px;
  }

  .main-menu .responsive-booking {
    display: none;
  }

  .main-menu .nav-menu-wrapper {
    margin: 0;
  }

  .main-menu .nav-menu-wrapper ul {
    width: 100%;
    padding: 0 20px;
    text-align: center;
    margin: 0;
  }

  .main-menu .nav-menu-wrapper ul li:not(:last-child) {
    margin-bottom: 10px;
    border-bottom: 1px solid #F7F3ED;
  }
}

.section-title h3 {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  font-style: italic;
  padding-left: 15px;
  margin-bottom: 10px;
  font-family: "Lora", serif;
  color: #5A5044;
}

.section-title h3::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #636A55;
  border-radius: 50%;
  width: 6px;
  height: 6px;
}

/************************************/
/**** 	   Hero CSS		 ****/
/************************************/

.hero {
  background-color: #5b5f48;
  background-image: url(../images/hero-bg.png);
  color: white;
  width: 100%;
  padding: 190px 0 75px;
  text-align: center;
  border-radius: 20px;
}

.hero-section {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
}

.hero h1 {
  font-weight: bold;
  font-size: 3rem;

}

.hero h1 span {
  font-weight: 400;
  font-style: italic;
  font-family: "Lora", serif;
}


.hero .italic {
  font-style: italic;
  font-family: 'Playfair Display', serif;

}

.btn-book {
  background-color: #9c7b5b;
  color: white;
}

.btn-book:hover {
  background-color: #7f6148;
  color: white;
}

.btn-outline-white {
  border: 1px solid white;
  color: white;
}

.btn-outline-white:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.hero-img {
  position: relative;
  height: 100%;
  align-content: end;
  padding: 0 140px 0 85px;
  z-index: 2;
}

.hero-img figure {
  display: block;
  margin: 0;
}

.hero-img figure img {
  width: 100%;
  aspect-ratio: 1 / 1.61;
  object-fit: cover;
  margin-bottom: -75px;
}

.hero-rating-box {
  position: absolute;
  bottom: 23%;
  right: 0;
  text-align: center;
  background-color: #F7F3ED;
  box-shadow: 0px 0px 20px 0px #1B24311A;
  border-radius: 20px;
  padding: 30px;
  overflow: hidden;
  z-index: 1;
}

.hero-rating-box::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #8E714F;
  border-radius: 999px 999px 0 0;
  width: 100%;
  height: 0;
  z-index: 0;
  transition: all 0.4s ease-in-out;
}

.hero-rating-box:hover::before {
  border-radius: 0;
  height: 100%;
}

.hero-rating-header,
.hero-rating-body {
  position: relative;
  z-index: 1;
}

.hero-rating-header {
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #5A50441A;
  margin-bottom: 20px;
  padding-bottom: 20px;
  transition: all 0.4s ease-in-out;
}

.hero-rating-header img {
  width: 100%;
  max-width: 30px;
  margin-right: 20px;
}

.hero-rating-header p,
.hero-rating-counter p {
  font-size: 18px;
  font-weight: 500;
  color: #5A5044;
  margin-bottom: 0;
  transition: all 0.4s ease-in-out;
}

.hero-rating-box:hover .hero-rating-header p,
.hero-rating-box:hover .hero-rating-counter p,
.hero-rating-box:hover .hero-rating-star i {
  color: #F7F3ED;
}

.hero-rating-star {
  margin-bottom: 15px;
}

.hero-rating-star i {
  color: #8E714F;
  transition: all 0.4s ease-in-out;
}

.btn-default.border-btn {
  background: transparent;
  border: 1px solid #F7F3ED;
  padding: 17px 58px 17px 30px;
}

/* Máy tính bảng */
@media (min-width: 768px) and (max-width: 991.98px) {
  .hero {
    padding: 150px 0 50px;
    margin: 0;
    border-radius: 0;
    margin-top: 0;
  }

  .bg-section {
    width: 100%;
    max-width: calc(100% - 40px);
    margin: 0 20px;
  }

  .hero h1 {
    font-size: 2.5rem;
  }

  .hero-img {
    padding: 0 70px;
    margin-top: -30px;
  }

  .hero-img figure img {
    margin-bottom: -50px;
  }

  .hero-rating-box {
    bottom: 20%;
    right: 0;
    padding: 20px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .hero {
    padding: 120px 20px 50px;
    margin: 0;
    border-radius: 0;
    margin-top: 0;
  }

  .bg-section {
    width: 100%;
    max-width: 100%;
  }

  .hero h1 {
    font-size: 2rem;
  }

  .hero-img {
    padding: 0;
    margin-top: -30px;
  }

  .hero-img figure img {
    margin-bottom: -50px;
  }

  .hero-rating-box {
    bottom: 15%;
    right: 0;
    padding: 10px;
  }
}

/************************************/
/**** 	   About CSS		 ****/
/************************************/
.about-section {
  background-color: #f4eade;
}

.about-section h2 {
  font-size: 1.75rem;
  margin: 0 230px 0;
}

.about-highlight {
  font-style: italic;
  color: #a07a55;
}

.about-btn {
  background-color: #a07a55;
  color: white;
}

.about-us-item {
  background: #F7F3ED;
  border-radius: 20px;
  text-align: center;
  height: calc(100% - 30px);
  margin-bottom: 30px;
  padding: 40px;
}

.about-item-content h3 {
  margin: 0;
  font-weight: 700;
  line-height: 1.2em;
  color: #5A5044;
  font-size: 20px;
  margin-bottom: 15px;
}

.about-item-content p {
  margin-bottom: 0;
}

.about-us-image {
  width: 100%;
  max-width: 180px;
  margin: 0 auto 40px;
}

.about-us-image figure {
  display: block;
  mask-size: auto;
  mask-position: center center;
  mask-repeat: no-repeat;
  border-radius: 30px;
  width: 100%;
  height: 100%;
}

.about-box-1 .about-us-image figure {
  mask-image: url(../images/about-bg-shape-1.svg);
  background-image: url(../images/about-bg-shape-1.svg);
}

.about-box-2 .about-us-image figure {
  mask-image: url(../images/about-bg-shape-2.svg);
  background-image: url(../images/about-bg-shape-2.svg);
}

.about-box-3 .about-us-image figure {
  mask-image: url(../images/about-bg-shape-3.svg);
  background-image: url(../images/about-bg-shape-3.svg);
}

.about-us-image figure img {
  width: 100%;
}

.about-img {
  width: 120px;
  height: 120px;
  object-fit: cover;
}

/* Máy tính bảng */
@media (min-width: 768px) and (max-width: 991.98px) {
  .about-section {
    padding: 50px 0;
  }

  .about-section h2 {
    margin: 0 50px;
    font-size: 1.75rem;
  }

  .about-us-image figure {
    width: 100%;
    height: auto;
  }

  .about-box-1 .about-us-image figure,
  .about-box-2 .about-us-image figure,
  .about-box-3 .about-us-image figure {
    width: 100%;
    height: auto;
  }

}

/* Mobile */
@media (max-width: 768px) {
  .about-section {
    padding: 20px 0;
  }

  .about-section h2 {
    margin: 0 20px;
    font-size: 1.5rem;
  }

  .about-us-image figure {
    width: 100%;
    height: auto;
  }

  .about-box-1 .about-us-image figure,
  .about-box-2 .about-us-image figure,
  .about-box-3 .about-us-image figure {
    width: 100%;
    height: auto;
  }

  .about-img {
    width: 80px;
    height: 80px;
  }
}

/************************************/
/**** 	   Booking CSS		 ****/
/************************************/
.book-section {
  background-color: #f4eade;
  margin-bottom: 30px;
}

.book-section h2 {
  font-size: 1.75rem;
  margin: 0 225px 0;
}

.highlight-text {
  font-style: italic;
  font-weight: 400;
  font-family: "Lora", serif;
  color: #a07a55;
}

.appointment-image {
  position: relative;
  height: 100%;
}

.appointment-image figure {
  display: block;
  height: 100%;
  border-radius: 20px;
}

.appointment-image figure img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 0.6;
  object-fit: cover;
  border-radius: 20px;
}

.appointment-timing-box {
  position: absolute;
  bottom: 30px;
  left: 30px;
  background-color: #F7F3ED1A;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  border-radius: 10px;
  padding: 10px 15px;
  z-index: 1;
}

.appointment-timing-box ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.appointment-timing-box ul li {
  line-height: 1.5em;
  color: #F7F3ED;
  margin-bottom: 4px;
}

.appointment-timing-box ul li:last-child {
  margin-bottom: 0;
}

.book-btn {
  background-color: #a07a55;
  color: white;
  font-weight: 600;
}

.book-btn:hover {
  background-color: #8d6b49;
}

.form-control,
.form-select {
  background-color: #fcf9f5;
  border: 1px solid #eee;
}

form {
  display: flex;
  flex-direction: column;
}

label {
  margin: 10px 0 5px;
  font-weight: 600;
}

input {
  width: 100%;
  padding: 12px;
  border: 1px solid #9c7b5b;
  border-radius: 10px;
  font-size: 16px;
  background-color: #f1f1f1;
  transition: border-color 0.3s ease;
}

input:focus {
  border-color: #9c7b5b;
  outline: none;
  background-color: #a49f9a;
}

/* SELECT TÙY CHỈNH */
.custom-select {
  position: relative;
  font-family: 'Quicksand', sans-serif;
  user-select: none;
}

.custom-select .selected {
  background-color: #f1f1f1;
  color: #333;
  padding: 12px;
  border: 1px solid #9c7b5b;
  border-radius: 10px;
  cursor: pointer;
  transition: border-color 0.3s ease;
}

.custom-select .selected.placeholder {
  color: #262626;
  border-color: #9c7b5b;
  width: 100%;
}

.custom-select .options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  border: 1px solid #9c7b5b;
  border-radius: 10px;
  max-height: 200px;
  overflow-y: auto;
  display: none;
  z-index: 10;
}

.custom-select .options div {
  padding: 10px;
  cursor: pointer;
}

.custom-select .options div:hover {
  background-color: #f4eade;
}

/* NGÀY & GIỜ */
.date-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 10px;
}

.date-option {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #262626;
  background-color: #f1f1f1;
  border: 1px solid #9c7b5b;
  padding: 8px;
  border-radius: 10px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  min-height: 60px;
  word-break: keep-all;
  white-space: nowrap;
  font-size: 14px;
}

.date-option .day {
  font-size: 12px;
  line-height: 1.2;
}

.date-option .date {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
}

.date-option:hover,
.date-option.selected {
  background-color: #9c7b5b;
  color: #fefefe;
}

.time-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 10px;
}

.time-slot {
  background-color: #f1f1f1;
  border: 1px solid #9c7b5b;
  padding: 10px;
  text-align: center;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.time-slot:hover,
.time-slot.selected {
  background-color: #9c7b5b;
  color: #fefefe;
  border-color: #9c7b5b;
  ;
}

#toast-booking {
  display: none;
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  padding: 12px 20px;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  z-index: 9999;
  font-size: 15px;
  min-width: 200px;
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

#toast-booking.show {
  display: block;
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.toast-success {
  background-color: #4CAF50;
}

.toast-error {
  background-color: #f44336;
}

.toast-warning {
  background-color: #ff9800;
}

.toast-info {
  background-color: #2196F3;
}

/* Máy tính bảng */
@media (min-width: 768px) and (max-width: 991.98px) {
  .book-section {
    padding: 50px 0;
  }

  .book-section h2 {
    margin: 0 50px;
    font-size: 1.75rem;
  }

  .hours-box {
    padding: 30px;
  }

  .form-control,
  .form-select {
    width: calc(50% - 10px);
    margin-bottom: 15px;
    display: inline-block;
  }

  .custom-select .selected {
    width: calc(50% - 10px);
  }
}

/* Mobile */
@media (max-width: 768px) {
  .book-section {
    padding: 20px 0;
  }

  .appointment-timing-box {
    left: 15px;
  }

  .appointment-timing-box ul li {
    font-size: 14px;
  }

  .book-section h2 {
    margin: 0 20px;
    font-size: 1.5rem;
  }

  .hours-box {
    padding: 20px;
  }

  .form-control,
  .form-select {
    width: 100%;
    margin-bottom: 15px;
  }

  .custom-select .selected {
    width: 100%;
  }
}

/************************************/
/**** 	   Why us CSS		 ****/
/************************************/
.why-section {
  background-color: #f4eade;
}

.highlight {
  font-style: italic;
  font-weight: 400;
  font-family: "Lora", serif;
  color: #a07a55;
}

.why-choose-item-list {
  border-top: 1px solid #5A50441A;
  padding-top: 40px;
}

.why-choose-item {
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
}

.why-choose-item:last-child {
  margin-bottom: 0;
}

.why-choose-item-header {
  width: 50%;
  display: flex;
  align-items: center;
}

.why-choose-item-header .icon-box {
  position: relative;
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #8E714F;
  border-radius: 50%;
  margin-right: 20px;
}

.why-choose-item-header .icon-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #5A5044;
  border-radius: 50%;
  transform: scale(0);
  transition: all 0.4s ease-in-out;
  z-index: 0;
}

.why-choose-item:hover .why-choose-item-header .icon-box::before {
  transform: scale(1);
}

.why-choose-item-header .icon-box img {
  position: relative;
  width: 100%;
  max-width: 24px;
  z-index: 1;
}

.why-choose-item-title {
  width: calc(100% - 70px);
}

.why-choose-item-title h3 {
  font-size: 20px;
  line-height: 1.3em;
}

.why-choose-item-content {
  width: calc(50% - 20px);
  border-left: 1px solid #5A50441A;
  padding-left: 20px;
  margin-left: 20px;
}

.why-choose-item-content p {
  margin-bottom: 0;
}

.why-choose-image {
  position: relative;
  margin: 0 85px 50px;
  padding: 20px;
  background: linear-gradient(#EFE7DA, #EFE7DA) padding-box, linear-gradient(180deg, rgba(99, 106, 85, 0.4) 0%, rgba(99, 106, 85, 0) 65.25%) border-box;
  border: 1px solid transparent;
  border-radius: 999px;
}

.why-choose-image figure {
  display: block;
  border-radius: 999px;
}

.why-choose-image figure img {
  width: 100%;
  aspect-ratio: 1 / 1.471;
  object-fit: cover;
  border-radius: 999px;
}

.contact-us-circle {
  position: absolute;
  left: 50%;
  bottom: -45px;
  transform: translateX(-50%);
  z-index: 1;
}

.contact-us-circle a {
  display: inline-block;
  border: 2px solid #F7F3ED;
  border-radius: 50%;
}

.contact-us-circle a img {
  width: 100%;
  max-width: 180px;
  border-radius: 50%;
  animation: infiniterotate 25s infinite linear;
}

@keyframes infiniterotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

/* Máy tính bảng */
@media (min-width: 768px) and (max-width: 991.98px) {
  .why-choose-item {
    flex-direction: column;
  }

  .why-choose-item-header {
    width: 100%;
    margin-bottom: 20px;
  }

  .why-choose-item-content {
    border-top: 1px solid #5A50441A;
    width: 100%;
    border-left: none;
    padding: 10px 0 0;
    margin: 10px 0 0;
  }

  .why-choose-image {
    margin: 0 auto;
    padding: 10px;
    width: calc(100% - 40px);
  }

  .why-choose-image figure img {
    max-width: 100%;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .why-choose-item {
    flex-direction: column;
  }

  .why-choose-item-header {
    width: 100%;
    margin-bottom: 20px;
  }

  .why-choose-item-content {
    border-top: 1px solid #5A50441A;
    width: 100%;
    border-left: none;
    padding: 10px 0 0;
    margin: 10px 0 0;
  }

  .why-choose-image {
    margin: 0 auto;
    padding: 10px;
    width: calc(100% - 40px);
  }

  .why-choose-image figure img {
    max-width: 100%;
  }
}

/************************************/
/**** 	   Featured CSS		 ****/
/************************************/
.featured-section {
  background-color: #5b5f48;
  border-radius: 20px;
  margin-bottom: 30px;
}

.featured-section .section-title h3 {
  color: #F7F3ED;
}

.featured-section .section-title h3::before {
  background-color: #F7F3ED;
}

.our-services {
  padding: 20px 20px;
}

.our-services .section-title h2 {
  font-size: 1.75rem;
  margin: 0 225px 0;
  color: #F7F3ED;
}

.our-services .section-title p {
  color: #F7F3ED !important;
}

.service-item {
  position: relative;
  background: #F7F3ED;
  border-radius: 20px;
  height: calc(100% - 30px);
  margin-bottom: 30px;
  padding: 40px;
  overflow: hidden;
}

.service-item::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #8E714F;
  border-radius: 999px 999px 0 0;
  width: 100%;
  height: 0;
  z-index: 0;
  transition: all 0.4s ease-in-out;
}

.service-item.active::before,
.service-item:hover::before {
  border-radius: 0;
  height: 100%;
}

.service-item .icon-box {
  position: relative;
  width: 60px;
  height: 60px;
  background-color: #8E714F;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  transition: all 0.4s ease-in-out;
  z-index: 1;
}

.service-item.active .icon-box,
.service-item:hover .icon-box {
  background: #F7F3ED;
}

.service-item .icon-box img {
  position: relative;
  width: 100%;
  max-width: 28px;
  transition: all 0.4s ease-in-out;
  z-index: 1;
}

.service-item.active .icon-box img,
.service-item:hover .icon-box img {
  filter: brightness(0) invert(0.2);
}

.service-content,
.service-item-list {
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}

.service-content h3 {
  font-size: 20px;
  margin-bottom: 15px;
  transition: all 0.4s ease-in-out;
}

.service-content h3 a {
  color: inherit;
  text-decoration: none;
}

.service-content p {
  margin-bottom: 0;
  transition: all 0.4s ease-in-out;
}

.service-item-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-item-list ul li {
  position: relative;
  line-height: 1.5em;
  padding-left: 30px;
  margin-bottom: 15px;
  transition: all 0.4s ease-in-out;
}

.service-item-list ul li:last-child {
  margin-bottom: 0;
}

.service-item-list ul li:before {
  content: '\f058';
  position: absolute;
  font-family: 'Font Awesome 6 Free';
  top: 0;
  left: 0;
  font-weight: 900;
  font-size: 18px;
  color: #8E714F;
  transition: all 0.4s ease-in-out;
}

.service-item.active .service-content h3,
.service-item:hover .service-content h3,
.service-item.active .service-content p,
.service-item:hover .service-content p,
.service-item.active .service-item-list ul li,
.service-item:hover .service-item-list ul li,
.service-item.active .service-item-list ul li::before,
.service-item:hover .service-item-list ul li::before,
.service-item.active .service-btn a,
.service-item:hover .service-btn a {
  color: #F7F3ED;
}

.service-item.active .service-btn a::before,
.service-item:hover .service-btn a::before {
  filter: brightness(0) invert(1);
}

.section-footer-text {
  margin-top: 30px;
  text-align: center;
}

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

.dark-section .section-footer-text p {
  color: #F7F3ED;
}

.section-footer-text span {
  font-size: 14px;
  font-weight: 600;
  color: #F7F3ED;
  background: #8E714F;
  padding: 3px 10px;
  border-radius: 100px;
  margin-right: 10px;
}

.section-footer-text p a {
  font-weight: 400;
  font-style: italic;
  text-decoration: underline;
  color: #5A5044;
  transition: all 0.3s ease-in-out;
}

.dark-section .section-footer-text p a {
  color: #F7F3ED;
}

.section-footer-text p a:hover {
  color: #8E714F;
}

.feature-list {
  width: 100%;
  max-width: 1050px;
  margin: 30px auto 0;
}

.feature-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 30px 40px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.feature-list ul li {
  color: #5A5044;
  border: 1px solid #5A50441A;
  border-radius: 100px;
  padding: 10px 24px;
}

/* Máy tính bảng */
@media (min-width: 768px) and (max-width: 991.98px) {
  .our-services .section-title h2 {
    margin: 0 20px;
    font-size: 1.5rem;
  }

  .service-item {
    padding: 30px;
    height: auto;
  }

  .service-item .icon-box {
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
  }

  .service-item .icon-box img {
    max-width: 24px;
  }

  .service-content h3 {
    font-size: 18px;
  }

  .service-item-list ul li {
    padding-left: 20px;
    font-size: 14px;
  }

  .feature-list ul {
    gap: 20px;
  }

  .feature-list ul li {
    font-size: 14px;
    padding: 6px 10px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  /* .our-services {
    padding: 20px 0px;
  } */

  .our-services .section-title h2 {
    margin: 0 20px;
    font-size: 1.5rem;
  }

  .service-item {
    padding: 20px;
    height: auto;
  }

  .service-item .icon-box {
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
  }

  .service-item .icon-box img {
    max-width: 24px;
  }

  .service-content h3 {
    font-size: 18px;
  }

  .service-item-list ul li {
    padding-left: 20px;
    font-size: 14px;
  }

  .feature-list ul {
    gap: 10px;
  }

  .feature-list ul li {
    font-size: 14px;
    padding: 6px 10px;
  }
}

/************************************/
/**** 	   Join us CSS		 ****/
/************************************/
.join-section {
  border-radius: 20px;
}

.join-section .section-title h2 {
  font-size: 1.75rem;
}

.join-us-image {
  height: 100%;
  background: url('../images/join-us-bg-circle.png') no-repeat;
  background-position: top center;
  background-size: contain;
  padding: 80px 35px 0;
  margin: 0 65px;
}

.join-us-image img {
  width: 100%;
  aspect-ratio: 1 / 1.58;
  object-fit: cover;
  margin-bottom: -16px;
}

.join-us-item-box {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.join-us-item {
  width: calc(50% - 15px);
  font-family: "Plus Jakarta Sans", sans-serif;
  background: #F7F3ED;
  border-radius: 20px;
  text-align: center;
  align-content: center;
  padding: 40px;
}

.join-us-item h3 {
  font-size: 20px;
  margin-bottom: 15px;
}

.join-us-item p {
  margin-bottom: 30px;
}

.join-us-item ul {
  text-align: left;
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}

.join-us-item ul li {
  position: relative;
  line-height: 1.5em;
  padding-left: 30px;
  margin-bottom: 15px;
  transition: all 0.4s ease-in-out;
}

.join-us-item ul li:last-child {
  margin-bottom: 0;
}

.join-us-item ul li:before {
  content: '\f058';
  position: absolute;
  font-family: 'Font Awesome 6 Free';
  top: 0;
  left: 0;
  font-weight: 900;
  font-size: 18px;
  color: #8E714F;
  transition: all 0.4s ease-in-out;
}

.join-live-chat {
  display: flex;
  align-items: center;
}

.join-live-chat .icon-box {
  border: 1px solid #5A5044;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}

.join-live-chat .icon-box img {
  max-width: 30px;
}

.join-live-chat-content {
  text-align: left;
}

.join-live-chat-content h3 {
  font-size: 20px;
  margin-bottom: 5px;
}

.join-live-chat-content p {
  margin: 0;
}

/* Máy tính bảng */
@media (min-width: 768px) and (max-width: 991.98px) {
  .join-section {
    padding: 40px 0;
  }

  .join-section .section-title h2 {
    font-size: 1.5rem;
  }

  .join-us-item {
    padding: 30px;
    text-align: center;
  }

  .join-us-image img {
    margin-bottom: -56px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .join-section {
    padding: 20px 0;
  }

  .join-section .section-title h2 {
    font-size: 18px;
  }

  .join-us-item {
    width: 100%;
    padding: 20px;
    text-align: left;
  }

  .join-us-image img {
    margin-bottom: -36px;
  }
}

/************************************/
/**** 	   Testiomnials CSS		 ****/
/************************************/
.testimonial-section {
  background-color: #636A55;
  background-image: url(../images/testimonials-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  color: #F7F3ED;
  padding: 45px 0;
  margin: auto;
}

.testimonial-section .section-title h3 {
  color: #F7F3ED;
}

.testimonial-section .section-title h3::before {
  background-color: #F7F3ED;
}

.testimonial-section .section-title {
  text-align: left;
  margin-left: 20px;
}

.testimonial-section .section-title h2 {
  font-size: 1.75rem;
  color: #F7F3ED;
}

.testimonial-section .section-title p {
  color: #F7F3ED !important;
}

.testimonial-image figure {
  display: block;
  border-radius: 20px;
}

.goolge-rating-box {
  position: absolute;
  bottom: 30px;
  left: 30px;
  background: #F7F3ED1A;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  border-radius: 20px;
  display: flex;
  align-items: center;
  padding: 10px 20px;
  z-index: 1;
}

.goolge-rating-box .icon-box {
  margin-right: 15px;
}

.goolge-rating-box .icon-box img {
  max-width: 40px;
}

.goolge-rating-content .icon-rating {
  display: flex;
  align-items: center;
  gap: 3px;
  margin-bottom: 5px;
}

.goolge-rating-content .icon-rating p {
  font-size: 30px;
  font-weight: 600;
  line-height: 1em;
  margin-right: 2px;
}

.quote-icon {
  font-size: 50px;
  background-image: url(../images/testimonial-quote.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50px;
  right: 0;
  opacity: 0.8;
}

.carousel-testimonial {
  height: 400px;
  overflow: hidden;
}

.carousel-testimonial .carousel-inner .carousel-item strong {
  font-size: 34px;

}

.testimonial-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: end;
  align-items: center;
  margin-top: 30px;
  z-index: 1;
}

.testimonial-section .carousel-control-prev,
.carousel-control-next {
  position: relative;
  width: 40px;
  height: 40px;
  background: #8E714F;
  border-radius: 10px;
  transition: 0.4s ease-in-out;
  margin-right: 15px;
}

.testimonial-section .carousel-control-prev .carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.testimonial-section .carousel-control-next {
  margin-right: 0px;
}

.review-avatars img {
  width: 62px;
  height: 62px;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid #5a6853;
  margin-left: -25px;
}

.logoipsum {
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 10px;
}

.logoipsum img {
  width: 90px;
}

/* Máy tính bảng */
@media (min-width: 768px) and (max-width: 991.98px) {

  .carousel-control-prev,
  .carousel-control-next {
    bottom: 10px;
    padding: 6px 10px;
    font-size: 14px;
  }

  .quote-icon {
    font-size: 36px;
  }
}

/* Mobile */
@media (max-width: 768px) {

  .testimonial-section .section-title {
    margin-left: 0;
  }

  .carousel-control-prev,
  .carousel-control-next {
    bottom: 10px;
    padding: 6px 10px;
    font-size: 14px;
  }

  .testimonial-title {
    font-size: 28px;
  }

  .testimonial-subtitle {
    font-size: 14px;
  }

  .quote-icon {
    font-size: 36px;
  }
}

/************************************/
/**** 	   FAQs CSS		 ****/
/************************************/
.our-faqs {
  background-color: #F7F3ED;
  padding: 20px 0;
  border-radius: 20px;
  margin-bottom: 30px;
}

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

.faq-accordion .accordion-item {
  position: relative;
  border-radius: 0;
  margin-bottom: 30px;
}

.faq-accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.faq-accordion .accordion-header .accordion-button {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3em;
  background: transparent;
  border-bottom: 1px solid #5A50441A;
  color: #5A5044;
  padding: 0 30px 20px 0;
  margin: 0;
  transition: all 0.3s ease-in-out;
}

.faq-accordion .accordion-header .accordion-button.collapsed {
  color: #5A5044;
  background: transparent;
  padding-bottom: 30px;
}

.faq-accordion .accordion-item:last-child .accordion-button.collapsed {
  border-bottom: none;
  padding-bottom: 0;
}

.faq-accordion .accordion-item .accordion-button::after,
.faq-accordion .accordion-item .accordion-button.collapsed::after {
  content: '\f107';
  font-family: 'FontAwesome';
  position: absolute;
  right: 0;
  top: 0;
  font-size: 20px;
  color: #5A5044;
  transition: all 0.3s ease-in-out;
}

.faq-accordion .accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
  color: #5A5044;
}

.faq-accordion .accordion-item .accordion-body {
  padding: 20px 30px 0 0;
}

.faq-accordion .accordion-item .accordion-body p {
  color: #868686;
  margin: 0;
}

.faqs-image-box {
  position: relative;
}

.faq-image figure {
  display: block;
  border-radius: 20px;
}

.faq-image img {
  width: 100%;
  aspect-ratio: 1 / 1.065;
  object-fit: cover;
  border-radius: 20px;
}

.faqs-cta-box {
  position: absolute;
  bottom: 40px;
  left: 40px;
  width: 260px;
  background-color: #F7F3ED;
  border-radius: 10px;
  padding: 20px;
  overflow: hidden;
  z-index: 1;
}

.faqs-cta-box:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background: #8E714F;
  z-index: 0;
  transition: all 0.4s ease-in-out;
}

.faqs-cta-box:hover:before {
  height: 100%;
}

.faqs-cta-box .icon-box {
  position: relative;
  margin-bottom: 20px;
  z-index: 1;
}

.faqs-cta-box .icon-box img {
  width: 100%;
  max-width: 50px;
  transition: all 0.4s ease-in-out;
}

.faqs-cta-box:hover .icon-box img {
  filter: brightness(0) invert(1);
}

.faqs-cta-box-content {
  position: relative;
  z-index: 1;
}

.faqs-cta-box-content h3 {
  font-size: 20px;
  line-height: 1.3em;
  text-transform: capitalize;
  transition: all 0.4s ease-in-out;
}

.faqs-cta-box:hover .faqs-cta-box-content h3 {
  color: #F7F3ED;
}

/* Máy tính bảng */
@media (min-width: 768px) and (max-width: 991.98px) {
  .faqs-content .section-title {
    margin-bottom: 40px;
  }

  .faq-accordion .accordion-item {
    margin-bottom: 20px;
  }

  .faq-accordion .accordion-header .accordion-button {
    font-size: 16px;
    padding: 0 20px 15px 0;
  }

  .faq-accordion .accordion-item:last-child .accordion-button.collapsed {
    padding-bottom: 20px;
  }

  .faqs-content {
    margin-bottom: 30px;
  }

  .faq-image img {
    aspect-ratio: 1 / 1.2;
  }

  .faqs-cta-box {
    width: calc(100% - 30px);
    left: 15px;
    bottom: 15px;
  }
}

/* Mobile */
@media (max-width: 768px) {

  .faqs-cta-box {
    padding: 10px;
    width: 135px;
    left: 20px;
    bottom: 20px;
  }

  .faqs-cta-box .icon-box {
    margin-bottom: 10px;
  }

  .faqs-cta-box-content h3 {
    font-size: 14px;
  }

  .faq-image img {
    aspect-ratio: 1 / 1.2;
  }

  .faqs-content {
    margin-bottom: 30px;
  }
}

/************************************/
/**** 	   Footer CSS		 ****/
/************************************/
.footer-section {
  background-color: #5a6853;
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
  color: white;
  padding: 20px 20px;
  margin: auto;
}

.about-footer {
  margin-right: 80px;
}

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

.footer-logo img {
  width: 100%;
  max-width: 100px;
}

.about-footer-content {
  margin-bottom: 30px
}

.about-footer-content p {
  color: #F7F3ED;
  margin: 0;
}

.footer-contact-details {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 40px;
}

.footer-contact-item {
  display: flex;
  align-items: center;
}

.footer-contact-item .icon-box {
  position: relative;
  background: #8E714F;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  overflow: hidden;
}

.footer-contact-item .icon-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #5A5044;
  border-radius: 50%;
  transform: scale(0);
  transition: all 0.4s ease-in-out;
  z-index: 0;
}

.footer-contact-item:hover .icon-box::before {
  transform: scale(1);
}

.footer-contact-item .icon-box img {
  position: relative;
  max-width: 24px;
  z-index: 1;
}

.footer-contact-item-content h3 {
  font-size: 20px;
  color: #F7F3ED;
  margin-bottom: 5px;
}

.footer-contact-item-content p {
  color: #F7F3ED;
  margin: 0;
}

.footer-contact-item-content p a {
  color: inherit;
  transition: all 0.3s ease-in-out;
}

.footer-contact-item-content p a:hover {
  color: #8E714F;
}

.footer-copyright {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-top: 1px solid #F7F3ED1A;
  margin-top: 20px;
  padding: 10px 0;
}

.footer-copyright-text p {
  color: #F7F3ED;
  text-align: right;
  margin: 0;
}

.google-map {
  margin-top: 20px;
}

.google-map iframe {
  width: 100%;
  height: 300px;
  border-radius: 20px;
  filter: grayscale(1);
  transition: all 0.4s ease-in-out;
}

.google-map iframe:hover {
  filter: grayscale(0);
}

/* Mobile */
@media (max-width: 768px) {
  .footer-section {
    padding: 20px;
  }

  .about-footer {
    margin-right: 0;
    margin-bottom: 30px;
  }

  .footer-contact-item {
    margin-bottom: 20px;
  }

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

  .google-map iframe {
    height: 300px;
  }
}


















/************************************/
/**** 	   Preloader CSS		 ****/
/************************************/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #636A55;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  /* Mượt như Spawell */
}

.preloader.loaded {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}



.loading-container,
.loading {
  height: 100px;
  position: relative;
  width: 100px;
  border-radius: 100%;
}

.loading-container {
  margin: 40px auto;
}

.loading {
  border: 1px solid transparent;
  border-color: transparent #F7F3ED transparent #F7F3ED;
  animation: rotate-loading 1.5s linear 0s infinite normal;
  transform-origin: 50% 50%;
}

.loading-container:hover .loading,
.loading-container .loading {
  transition: all 0.5s ease-in-out;
}

#loading-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 66px;
  transform: translate(-50%, -50%);
}

/* Nội dung chính */
#content {
  min-height: 100vh;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

/* Khi đã tải xong */
#content.loaded {
  opacity: 1;
  visibility: visible;
}

body.preloader-active {
  overflow: hidden;
  padding-right: 8px;
}

@keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/************************************/
/**** 	   Dialog cảnh báo chuyển link CSS		 ****/
/************************************/
/* Overlay nền mờ */
.dialog-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(5, 5, 5, 0.5);
  display: none;
  /* Ẩn mặc định */
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* Hộp thoại */
.dialog-box {
  padding: 40px 20px;
  max-width: 90%;
  width: 620px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  text-align: center;
  background-color: #5b5f48;
  background-image: url(../images/hero-bg.png);
  color: white;
  text-align: center;
  border-radius: 20px;
}

.dialog-box button {
  margin-right: 10px;
}

/* Responsive cho mobile */
@media (max-width: 500px) {
  .dialog-box {
    width: 90%;
    font-size: 14px;
  }

  .dialog-actions button {
    width: 100%;
    margin: 8px 0;
  }
}


/************************************/
/**** 	   Hiệu ứng động CSS		 ****/
/************************************/