/* =====================================================================
   NEW THEME: LA NON Skinlab & Spa
   Design matching the provided mockup
   ===================================================================== */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300..900;1,300..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Great+Vibes&display=swap');

/* =====================================================================
   CSS VARIABLES
   ===================================================================== */
:root {
  --green-primary: #4a6741;
  --green-medium: #5d6d34;
  --green-light: #6b8c42;
  --cream-bg: #f5f0e8;
  --cream-light: #faf7f2;
  --gold: #c8a84b;
  --text-dark: #333333;
  --text-medium: #555555;
  --text-light: #888888;
  --white: #ffffff;
  --font-heading: 'Playfair Display', serif;
  --font-body: 'Montserrat', sans-serif;
  --color-red: #c8a84b;
  --color-main: #4a6741;
  --color-medium-main: #5d6d34;
  --color-dark-main: #3a5231;
  --color-green: #4a6741;
  --color-dark-green: #3a5231;
}

body {
  font-family: var(--font-body);
  color: var(--text-dark);
  background-color: var(--white);
  line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-heading);
  color: var(--green-primary);
}

/* HEADER BAR */
#header {
  background-color: var(--white);
  border-bottom: 1px solid rgba(74, 103, 65, 0.1);
  height: 42px !important;
  line-height: 42px !important;
}

.header-left {
  gap: 25px;
}

.header-item {
  display: flex;
  align-items: center;
  gap: 7px;
}

.header-item img,
.header-item i {
  width: 16px;
  height: 16px;
  object-fit: contain;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-item p {
  font-size: 12.5px;
  color: var(--text-medium);
  font-weight: 400;
  font-family: var(--font-body);
}

.header-item p span {
  font-size: 13px;
  font-weight: 600;
  color: var(--text-dark);
}

.header-item:first-child p span {
  color: var(--green-primary);
}

.header-mxh {
  display: flex;
  align-items: center;
  gap: 6px;
}

.header-mxh li {
  margin-right: 0 !important;
}

.header-mxh li a {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: var(--gold);
  transition: all 0.3s ease;
  overflow: hidden;
}

.header-mxh li a:hover {
  background-color: var(--green-medium);
  transform: scale(1.1);
}

.header-mxh li a img,
.header-mxh li a i {
  width: 14px !important;
  height: 14px !important;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-lang {
  margin-left: 15px;
}

/* MENU */
#menu {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 99;
  background-color: var(--white);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
  padding: 0 !important;
}

.menu-main {
  background-color: var(--cream-bg) !important;
  border-radius: 15px !important;
  padding: 0 20px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  height: 80px;
  margin: 10px 0;
}

.menu-main .logo {
  position: relative !important;
  left: auto !important;
  top: auto !important;
  max-width: none !important;
  max-height: none !important;
  display: flex !important;
  align-items: center !important;
  gap: 12px;
  padding: 8px 0;
  text-decoration: none;
}

.menu-main .logo::before {
  display: none !important;
}

.menu-main .logo a {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.menu-main .logo img {
  width: auto !important;
  max-width: 60px !important;
  max-height: 68px !important;
  transform: none !important;
  position: relative !important;
  z-index: auto !important;
  object-fit: contain;
}

.menu-main .banner {
  display: none !important;
}

.menu-main>ul,
.menu-main ul:first-of-type {
  flex: 1 !important;
  justify-content: flex-end !important;
  height: auto !important;
  align-items: center !important;
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
  display: flex !important;
  gap: 0;
}

.menu-main ul li {
  position: relative;
  z-index: 99;
}

.menu-main ul li a {
  display: block;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 500;
  color: var(--text-dark) !important;
  text-decoration: none !important;
  padding: 8px 16px !important;
  border-radius: 0 !important;
  line-height: 1.4 !important;
  background: transparent !important;
  transition: color 0.25s ease;
  white-space: nowrap;
  text-transform: capitalize;
  position: relative;
}

.menu-main ul li a:hover,
.menu-main ul li:hover>a,
.menu-main ul li a.active {
  color: #000 !important;
  background: transparent !important;
}

.menu-main ul li ul {
  height: auto !important;
  position: absolute !important;
  min-width: 220px;
  top: 100%;
  left: 0;
  background: var(--white) !important;
  border-radius: 8px !important;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12) !important;
  border: 1px solid rgba(74, 103, 65, 0.1);
  display: flex;
  flex-direction: column;
  -webkit-transform: perspective(600px) rotateX(-90deg);
  transform: perspective(600px) rotateX(-90deg);
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}

.menu-main ul li:hover>ul {
  -webkit-transform: perspective(600px) rotateX(0);
  transform: perspective(600px) rotateX(0);
  opacity: 1;
  visibility: visible;
}

.menu-main ul li ul li a {
  color: var(--text-dark) !important;
  font-size: 13px !important;
  padding: 10px 15px !important;
  line-height: 1.4 !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
  border-radius: 0 !important;
  text-align: left !important;
}

.menu-main ul li ul li a::after {
  display: none;
}

.menu-main ul li ul li:last-child a {
  border-bottom: 0 !important;
}

.menu-main ul li ul li a:hover {
  color: var(--green-primary) !important;
  background-color: var(--cream-light) !important;
  padding-left: 20px !important;
}

.menu-main ul li ul li ul {
  top: 0 !important;
  left: 100% !important;
}

/* SLIDESHOW */
.slideshow {
  position: relative;
  background-color: var(--cream-bg);
  overflow: hidden;
}

.slideshow a img,
.video-mp4 video {
  width: 100%;
  height: auto !important;
  min-height: 420px !important;
  max-height: 580px !important;
  object-fit: cover;
  object-position: center top;
}

/* TITLES */
.muiten {
  display: none !important;
}

.title-index {
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}

.title-index h2 {
  font-family: var(--font-heading) !important;
  color: var(--green-primary) !important;
  font-size: clamp(26px, 3.5vw, 38px) !important;
  text-transform: none !important;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 10px;
}

.title-index h2 span {
  color: var(--gold) !important;
  font-style: italic;
}

.title-index p {
  font-family: var(--font-body) !important;
  font-size: 15px !important;
  color: var(--text-medium) !important;
  font-weight: 400 !important;
  margin: 8px 0 0 !important;
}

.title-main {
  position: relative;
  text-align: center;
  margin-bottom: 35px;
}

.title-main h2,
.title-main h1 {
  font-family: var(--font-heading) !important;
  color: var(--green-primary) !important;
  font-size: clamp(22px, 3vw, 32px) !important;
  font-weight: 700;
  text-transform: none !important;
}

/* DICHVU SECTION */
#dichvu {
  padding: 70px 0;
  background-color: var(--cream-light);
}

.dichvu-main {
  padding: 0 !important;
}

.dichvu-img {
  border-radius: 16px !important;
  overflow: hidden;
}

.dichvu-img img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.dichvu-item:hover .dichvu-img img {
  transform: scale(1.05);
}

.item-title {
  background-color: rgba(255, 255, 255, 0.95) !important;
  color: var(--green-primary) !important;
  border-color: var(--green-primary) !important;
  font-family: var(--font-body) !important;
  font-size: 14px !important;
  border-radius: 30px !important;
  transition: all 0.3s ease !important;
}

.dichvu-item:hover .item-title {
  background-color: var(--green-primary) !important;
  color: var(--white) !important;
}

.dichvu-slick {
  margin-right: -12px;
}

.dichvu-slick .slick-slide {
  margin-right: 12px;
}

.thammy-slick {
  margin-right: -12px;
}

.thammy-slick .slick-slide {
  margin-right: 12px;
}

/* TIEUCHI SECTION */
#tieuchi {
  padding: 70px 0;
  background-color: var(--white);
}

.tieuchi-main {
  padding: 0 0 40px !important;
}

.tieuchi-icon {
  border-color: var(--green-primary) !important;
  background-color: var(--cream-light) !important;
}

.tieuchi-content {
  color: var(--green-primary) !important;
  background-image: none !important;
  font-family: var(--font-body);
  padding: 8px 0 !important;
}

.tieuchi-item:nth-child(even) .tieuchi-content {
  background-image: none !important;
}

.btn-tieuchi {
  background-color: var(--green-primary) !important;
  border-color: var(--green-primary) !important;
}

.btn-tieuchi:hover {
  color: var(--green-primary) !important;
}

.btn-tieuchi::before {
  background-color: var(--cream-light) !important;
}

/* CONTAINER INDEX */
#container-index {
  background-image: none !important;
}

#container-index::before {
  display: none !important;
}

/* ALBUM SECTION */
#album {
  padding: 70px 0;
  background-color: var(--cream-light);
}

.album-main {
  padding: 0 !important;
}

.album-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  grid-auto-rows: 280px;
}

.album-item {
  border-radius: 12px !important;
  overflow: hidden;
}

.album-item a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 12px !important;
}

.album-item a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.album-item:hover a img {
  transform: scale(1.06);
}

/* TINTUC SECTION */
#tintuc {
  padding: 70px 0;
  background-color: var(--white);
}

.tintuc-item {
  display: block;
  border-radius: 12px;
  overflow: hidden;
  background: var(--white);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.07);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.tintuc-item:hover {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  transform: translateY(-4px);
}

.tintuc-item img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.tintuc-item:hover img {
  transform: scale(1.04);
}

.tintuc-content {
  padding: 16px !important;
}

.tintuc-content h3 {
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 600;
  color: var(--text-dark);
  line-height: 1.5;
  margin-bottom: 10px;
}

.tintuc-content p {
  font-size: 13px;
  color: var(--green-primary);
  font-weight: 500;
}

.btn-tintuc {
  display: inline-block !important;
  background-color: var(--green-primary) !important;
  color: var(--white) !important;
  padding: 12px 32px !important;
  border-radius: 30px !important;
  font-family: var(--font-body) !important;
  font-weight: 600 !important;
  font-size: 13px !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  transition: all 0.3s ease !important;
  margin-top: 35px !important;
}

.btn-tintuc:hover {
  background-color: var(--gold) !important;
  color: var(--white) !important;
}

/* FOOTER */
#footer {
  background-color: var(--cream-bg);
  border-top: 1px solid rgba(74, 103, 65, 0.15);
  padding: 55px 0 0;
}

.footer-1 {
  flex: 2;
  min-width: 240px;
}

.footer-2 {
  flex: 1.5;
  min-width: 180px;
}

.footer-3 {
  flex: 1.5;
  min-width: 180px;
}

.logo-f {
  max-width: 80px !important;
  max-height: 90px !important;
  margin-bottom: 12px;
}

.logo-f img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.footer-tit {
  font-family: var(--font-body) !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  color: var(--green-primary) !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 16px !important;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--green-primary);
  display: inline-block;
}

.footer-content {
  font-family: var(--font-body);
  font-size: 13px;
  line-height: 1.8;
  color: var(--text-medium);
}

.footer-content p {
  margin-bottom: 8px;
}

.footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-list li {
  margin-bottom: 8px;
}

.footer-list li a {
  font-size: 13px;
  color: var(--text-medium);
  text-decoration: none;
  transition: color 0.25s;
  display: flex;
  align-items: center;
  gap: 6px;
}

.footer-list li a:hover {
  color: var(--green-primary);
}

.footer-bottom {
  background-color: var(--green-primary);
  padding: 14px 0;
  text-align: center;
}

.footer-bottom .copyright {
  font-family: var(--font-body);
  font-size: 14px;
  color: #000;
}

.footer-bottom .copyright span {
  font-weight: bold;
  color: #000;
}

.footer-bottom .copyright a {
  color: #000;
  text-decoration: none;
  font-weight: normal;
}

/* SCROLLBAR */
::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background: var(--cream-light);
}

::-webkit-scrollbar-thumb {
  background-color: var(--green-primary);
  border-radius: 10px;
}

/* BREADCRUMBS */
.breadCrumbs {
  background-color: var(--cream-bg) !important;
}

.breadCrumbs .breadcrumb-item a {
  color: var(--text-dark) !important;
}

.breadCrumbs .breadcrumb-item a:hover {
  color: var(--green-primary) !important;
}

/* LINKS */
a {
  color: var(--green-primary);
  transition: color 0.25s ease;
}

a:hover {
  color: var(--green-medium);
  text-decoration: none !important;
}

.scale-img {
  overflow: hidden;
}

.scale-img img {
  transition: transform 0.5s ease;
}

.scale-img:hover img {
  transform: scale(1.05);
}

/* SLICK DOTS OVERRIDE */
.slick-dots {
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 20;
}

.slick-dots li {
  margin: 0 6px;
  width: auto;
  height: auto;
}

.slick-dots li button {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  border: none;
  padding: 0;
  color: transparent;
  font-size: 0;
  outline: none;
  transition: all 0.3s ease;
  cursor: pointer;
}

.slick-dots li button:before {
  display: none !important;
}

.slick-dots li.slick-active button {
  background-color: #ffffff;
}

/* WELCOME SECTION */
#welcome-section {
  padding: 160px 0 80px 0;
  background: linear-gradient(to bottom, #ffffff 0%, #f7ebe0 20%, #f7ebe0 100%);
  position: relative;
  z-index: 10;
}

#header,
#menu,
.header-left,
.header-right,
.menu-main {
  border: none !important;
  border-bottom: none !important;
  box-shadow: none !important;
}

.welcome-top-wave {
  position: absolute;
  top: -68px;
  left: 0;
  width: 100%;
  height: 70px;
  z-index: 10;
}

.welcome-top-wave svg {
  width: 100%;
  height: 100%;
  display: block;
}

.welcome-container {
  gap: 40px;
}

.welcome-left {
  width: 45%;
}

.welcome-images {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.welcome-col {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 50%;
}

.welcome-col-2 {
  margin-top: 50px;
}

.welcome-col img {
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  aspect-ratio: 4/4.2;
}

.welcome-wave {
  position: absolute;
  top: 50px;
  right: 50px;
  opacity: 0.8;
}

.welcome-right {
  width: 50%;
  padding-left: 20px;
  position: relative;
}

.welcome-text-1 {
  font-family: 'Great Vibes', cursive;
  font-size: 80px;
  color: #9e6b22;
  line-height: 0.7;
  margin-bottom: 5px;
  margin-left: -5px;
}

.welcome-text-2 {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 40px;
  color: inherit;
  margin-bottom: 15px;
  background: linear-gradient(to right, #a57c3e 0%, #e2be72 40%, #f4da97 50%, #e2be72 60%, #a57c3e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
}

.welcome-text-2 .lanon {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 40px;
  color: inherit;
  text-transform: uppercase;
}

.welcome-text-2 .skinlab {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 40px;
  color: inherit;
}

.welcome-line {
  width: 65%;
  height: 1px;
  background-color: #d7c5b1;
  margin: 25px 0;
}

.welcome-desc {
  font-family: var(--font-body);
  font-size: 14.5px;
  color: #666;
  line-height: 1.8;
  margin-bottom: 35px;
  padding-left: 0;
  list-style-type: none;
}

.welcome-desc li {
  margin-bottom: 12px;
  position: relative;
  padding-left: 20px;
}

.welcome-desc li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: 2px solid #9e6b22;
  background-color: transparent;
}

.btn-welcome-wrap {
  display: inline-block;
  position: relative;
  margin-top: 10px;
  margin-left: 10px;
}

.btn-welcome-wrap::before {
  content: '';
  position: absolute;
  top: -8px;
  left: -8px;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  border: 1.5px solid #a57c3e;
  z-index: 1;
}

.btn-welcome {
  display: inline-block;
  padding: 12px 35px;
  background-color: #a57c3e;
  color: #fff !important;
  border-radius: 8px;
  text-decoration: none !important;
  font-weight: 500;
  font-size: 15px;
  font-family: var(--font-body);
  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
}

.btn-welcome:hover {
  background-color: #7a562d;
}

/* WHY CHOOSE US SECTION */
#whychooseus-section {
  background: #ffffff;
  padding: 40px 0 100px 0;
}

.wcu-container {
  /* removed gap to allow 32% and 68% widths to fit horizontally */
}

.wcu-left {
  width: 32%;
  padding-right: 20px;
}

.wcu-subtitle {
  margin-bottom: 20px;
}

.wcu-line {
  flex: 1;
  height: 1px;
  background-color: #d7c5b1;
  max-width: 50px;
}

.wcu-subtext {
  font-family: var(--font-body);
  font-size: 14px;
  color: #a57c3e;
  font-weight: 500;
  letter-spacing: 2px;
  margin: 0 15px;
  text-transform: uppercase;
}

.wcu-title {
  font-family: 'Playfair Display', serif;
  font-size: 54px;
  font-weight: 700;
  color: #111;
  line-height: 1.1;
  margin: 0;
}

.wcu-right {
  width: 68%;
  /* remove gap to avoid wrap, or use small gap with calc */
  display: flex;
  justify-content: space-between;
}

.wcu-item {
  width: 32%;
  padding: 0 10px;
}

.wcu-icon {
  font-size: 40px;
  color: #6a6a6a;
  margin-bottom: 20px;
  height: 50px;
  display: flex;
  align-items: center;
}

.wcu-item-title {
  font-family: 'Playfair Display', serif;
  font-size: 24px;
  font-weight: 600;
  color: #222;
  margin-bottom: 15px;
}

.wcu-item-desc {
  font-family: var(--font-body);
  font-size: 14.5px;
  color: #555;
  line-height: 1.6;
}

/* DICH VU SECTION */
#dichvu-section {
  background: linear-gradient(to bottom, #f7ebe0 0%, #ffffff 20%, #ffffff 100%);
  padding: 80px 0 100px 0;
}

/* BANG GIA SECTION */
#banggia-section {
  background: linear-gradient(to bottom, #ffffff 0%, #f7ebe0 20%, #f7ebe0 100%);
  padding: 80px 0 100px 0;
}

/* SAN PHAM SECTION */
#sanpham-section {
  background: linear-gradient(to bottom, #f7ebe0 0%, #ffffff 20%, #ffffff 100%);
  padding: 80px 0 100px 0;
}

/* ALBUM SECTION */
#album-section {
  background: #ffffff;
  padding: 80px 0 100px 0;
  position: relative;
  overflow: hidden;
}

.album-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: repeat(2, 280px);
  gap: 20px;
  margin-top: 40px;
}

.album-item {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.album-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.album-item:hover img {
  transform: scale(1.05);
}

.album-item-1 {
  grid-column: 1 / 2;
  grid-row: 1 / 3;
}

.album-item-2 {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
}

.album-item-3 {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
}

.album-item-4 {
  grid-column: 3 / 4;
  grid-row: 1 / 3;
}

/* VUNG DA SECTION */
#vungda-section {
  background: #ffffff;
  padding: 80px 0 100px 0;
  position: relative;
}

.vungda-grid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.vungda-item {
  width: 25%;
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.vungda-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.vungda-item:hover img {
  transform: scale(1.1);
}

.vungda-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}

.vungda-item:hover .vungda-overlay {
  background: rgba(0, 0, 0, 0.4);
}

.vungda-title {
  color: #fff;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  padding: 0 15px;
}

/* BOOKING SECTION */
#booking-section {
  position: relative;
  padding: 80px 0;
  background: #fdfbf8;
  overflow: hidden;
}

.booking-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  z-index: 0;
}

.booking-bg-left {
  flex: 1.35;
  background: #fdfbf8;
}

.booking-bg-right {
  flex: 1;
  background: #e8dcb8;
  border-top-left-radius: 60px;
}

.booking-container {
  position: relative;
  z-index: 2;
}

.booking-left {
  width: 65%;
  padding-right: 40px;
}

.booking-right {
  width: 35%;
  padding-left: 20px;
}

.booking-card {
  background: #fff;
  border-radius: 20px;
  padding: 40px 50px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
}

.booking-icon {
  font-size: 35px;
  color: #333;
}

.booking-title {
  font-family: var(--font-body);
  font-size: 24px;
  font-weight: 800;
  color: #222;
  margin-bottom: 5px;
}

.booking-subtitle {
  font-size: 13px;
  color: #777;
  margin: 0;
}

.booking-form-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.booking-input-wrap {
  width: calc(50% - 15px);
}

.booking-form .form-control {
  border: none;
  border-bottom: 1px solid #eaeaea;
  border-radius: 0;
  padding: 15px 0 15px 5px;
  box-shadow: none !important;
  font-size: 14px;
  background: transparent;
  color: #333;
  margin-bottom: 15px;
  width: 100%;
}

.booking-form .form-control:focus {
  border-bottom-color: #d8b26e;
  outline: none;
}

.btn-booking-submit {
  background: #e8dcb8;
  color: #333;
  font-weight: 700;
  font-size: 13px;
  padding: 14px 30px;
  border-radius: 30px;
  border: none;
  cursor: pointer;
  transition: all 0.3s;
}

.btn-booking-submit:hover {
  background: #d8b26e;
  color: #fff;
}

.booking-phone {
  font-size: 12px;
  color: #555;
}

.booking-phone i {
  font-size: 16px;
  color: #888;
}

/* Right Side Contact */
.contact-info-block {
  padding: 20px 0;
}

.contact-info-title {
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 15px;
}

.contact-info-title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #c3b590;
}

.contact-info-item {
  margin-bottom: 25px;
}

.contact-icon {
  font-size: 24px;
  color: #444;
  margin-top: 2px;
}

.contact-text h5 {
  font-size: 15px;
  font-weight: 700;
  color: #222;
  margin-bottom: 8px;
}

.contact-text p {
  font-size: 13px;
  color: #444;
  line-height: 1.6;
  margin: 0;
}

.contact-footer {
  border-top: 1px solid #c3b590;
  padding-top: 15px;
  margin-top: 30px;
}

.cf-brand {
  font-size: 12px;
  color: #333;
  line-height: 1.5;
}

/* REVIEW SECTION */
#review-section {
  padding: 80px 0;
  background: linear-gradient(to bottom, #fdfbf8 0%, #ffffff 100%);
  position: relative;
  overflow: hidden;
}

.title-main.text-gold {
  font-size: 40px;
  text-transform: uppercase;
}

.review-slider {
  margin: 0 -15px;
}

.review-item-wrap {
  padding: 0 15px;
}

.review-card {
  background: #fcfcfc;
  border: 1px solid #eaeaea;
  border-radius: 15px;
  padding: 30px 25px 25px 25px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
  overflow: hidden;
}

.review-title {
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
}

.review-desc {
  font-family: var(--font-body);
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 20px;
  min-height: 90px;
}

.review-line {
  height: 1px;
  background: #eaeaea;
  margin-bottom: 20px;
}

.review-images {
  border-radius: 10px;
  overflow: hidden;
}

/* Slick Arrows & Dots custom */
#review-section .slick-prev,
#review-section .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: transparent;
  border: none;
  font-size: 30px;
  color: #bbb;
  z-index: 2;
  cursor: pointer;
  transition: 0.3s;
}

#review-section .slick-prev:hover,
#review-section .slick-next:hover {
  color: #d8b26e;
}

#review-section .slick-prev {
  left: -40px;
}

#review-section .slick-next {
  right: -40px;
}

#review-section .slick-dots {
  position: relative !important;
  bottom: auto !important;
  display: flex !important;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 40px 0 0 0 !important;
}

#review-section .slick-dots li {
  margin: 0 5px;
}

#review-section .slick-dots li button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #ccc;
  background: transparent;
  font-size: 0;
  padding: 0;
  cursor: pointer;
  transition: 0.3s;
}

#review-section .slick-dots li.slick-active button {
  background: #d8b26e;
  border-color: #d8b26e;
}

/* TINTUC SECTION */
#tintuc-section {
  padding: 60px 0;
}

.tintuc-slider, .review-slider {
  margin: 0 -15px;
  padding: 0 25px;
}

.tintuc-item-wrap {
  padding: 15px;
}

.tintuc-card {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.03);
  display: block;
  transition: transform 0.3s;
}

.tintuc-card:hover {
  transform: translateY(-5px);
  text-decoration: none;
}

.tintuc-img {
  overflow: hidden;
}

.tintuc-img img {
  width: 100%;
  transition: transform 0.5s;
}

.tintuc-card:hover .tintuc-img img {
  transform: scale(1.05);
}

.tintuc-info {
  padding: 25px;
}

.tintuc-date {
  font-size: 13px;
  color: #888;
  margin-bottom: 10px;
}

.tintuc-title {
  font-family: var(--font-body);
  font-size: 18px;
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
  line-height: 1.4;
  transition: color 0.3s;
}

.tintuc-card:hover .tintuc-title {
  color: #d8b26e;
}

.tintuc-desc {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}

/* Slick Arrows for Tintuc */
#tintuc-section .slick-prev,
#tintuc-section .slick-next,
#review-section .slick-prev,
#review-section .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #eaeaea;
  font-size: 18px;
  color: #666;
  z-index: 2;
  cursor: pointer;
  transition: 0.3s;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 0;
  outline: none;
}

#tintuc-section .slick-prev:hover,
#tintuc-section .slick-next:hover,
#review-section .slick-prev:hover,
#review-section .slick-next:hover {
  color: #d8b26e;
  border-color: #d8b26e;
}

#tintuc-section .slick-prev, #review-section .slick-prev {
  left: 0;
}
#tintuc-section .slick-prev i, #review-section .slick-prev i {
  margin: 0;
}

#tintuc-section .slick-next, #review-section .slick-next {
  right: 0;
}
#tintuc-section .slick-next i, #review-section .slick-next i {
  margin: 0;
}

.sanpham-grid {
  gap: 20px;
}

.product-card {
  width: calc(25% - 15px);
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  padding: 0 0 20px 0;
  text-align: center;
}

.product-img-wrap {
  position: relative;
  background: #f5f5f5;
  padding-top: 100%;
  border-radius: 15px 15px 0 0;
}

.product-img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px 15px 0 0;
}

.discount-badge {
  position: absolute;
  top: -5px;
  right: 15px;
  background: #b22222;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  width: 36px;
  height: 45px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 8px;
  z-index: 2;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 85%, 0 100%);
}

.product-info {
  padding: 20px 15px 10px 15px;
}

.product-name {
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
  line-height: 1.4;
}

.product-price {
  margin-bottom: 15px;
}

.price-new {
  font-size: 20px;
  font-weight: 800;
  color: #d8b26e;
  margin-right: 10px;
}

.price-old {
  font-size: 14px;
  color: #999;
  text-decoration: line-through;
}

.product-sold {
  display: inline-block;
  width: 80%;
  margin: 0 auto;
}

.product-sold-progress {
  position: relative;
  background: #f0f0f0;
  border-radius: 20px;
  height: 24px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.progress-bar-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: linear-gradient(to right, #e8c678, #fbf5df, #e8c678);
  border-radius: 20px;
  z-index: 1;
  transition: width 0.5s ease;
}

.product-sold-progress span {
  position: relative;
  z-index: 2;
  font-size: 12px;
  color: #555;
  font-weight: 600;
}

.custom-pagination a,
.custom-pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  margin: 0 5px;
  color: #555;
  font-weight: bold;
  text-decoration: none;
  font-size: 14px;
  background: transparent;
  border-radius: 50%;
}

.custom-pagination a.active {
  background: #f4d081;
  border-radius: 50%;
  color: #111;
}

.dichvu-deco {
  -webkit-mask-image: linear-gradient(to right, black 0%, black 20%, transparent 35%, transparent 65%, black 80%, black 100%);
  mask-image: linear-gradient(to right, black 0%, black 20%, transparent 35%, transparent 65%, black 80%, black 100%);
}

.title-main h1,
.title-main h2 {
  font-family: var(--font-body);
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
  background: linear-gradient(to right, #9c7a3f 0%, #e2be72 40%, #f4da97 50%, #e2be72 60%, #9c7a3f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
}

.subtitle .subtext {
  font-family: var(--font-body);
  font-size: 22px;
  color: #111;
  font-weight: normal;
  margin: 0 20px;
}

.subtitle .line {
  flex: 1;
  height: 1px;
  background-color: #d7c5b1;
  max-width: 60px;
}

.service-card {
  width: 32%;
  position: relative;
  padding: 12px;
  border: 2px solid #d8b26e;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  margin-bottom: 60px;
  transition: transform 0.3s ease;
}

.service-card:hover {
  transform: translateY(-5px);
}

.service-card-img-wrap {
  flex: 1;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 25px;
}

.service-card-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 3/4.2;
}

.service-card-btn {
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 24px);
  background: linear-gradient(to right, #b88a44, #e8c678, #b88a44);
  color: #111 !important;
  font-weight: 800;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  padding: 14px 0;
  border-radius: 8px;
  text-decoration: none !important;
  font-family: var(--font-body);
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.service-card-btn:hover {
  background: linear-gradient(to right, #a3793a, #dfbb6e, #a3793a);
  color: #000 !important;
}

/* FOOTER REDESIGN */
#footer {
  background: #f9f9f9;
  position: relative;
  border-top: 1px solid #eaeaea;
}

.footer-top {
  padding: 60px 0 40px 0;
  background-image: none !important;
}

.footer-1 {
  width: 38%;
  padding-right: 30px;
  align-items: flex-start !important;
  text-align: left !important;
}

.footer-2 {
  width: 25%;
}

.footer-3 {
  width: 35%;
}

.logo-f {
  margin-bottom: 25px;
}

.logo-f img {
  max-width: 350px;
  height: auto;
}

.footer-1 .footer-tit {
  display: none;
}

.footer-content {
  color: #333;
  line-height: 1.8;
  font-family: var(--font-body);
  font-size: 14.5px;
}

.footer-content p {
  margin-bottom: 12px;
}

.footer-tit {
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000 !important;
  margin-bottom: 30px;
  border-bottom: none !important;
  text-decoration: none !important;
}

.footer-tit::after,
.footer-tit::before {
  display: none !important;
}

.footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-list li {
  margin-bottom: 18px;
}

.footer-list li a {
  color: #444;
  font-size: 14.5px;
  transition: 0.3s;
}

.footer-list li a:hover {
  color: #d8b26e;
}

.footer-bottom {
  text-align: center;
  padding: 10px 0;
  background: #ffffff;
  border-top: 1px solid #eaeaea;
}

.copyright {
  font-family: var(--font-body);
  font-size: 14px;
  color: #000;
  margin: 0;
}

.copyright span {
  font-weight: 700;
  color: #000;
}

.copyright a {
  font-weight: normal;
  color: #000;
  text-decoration: none;
}

.copyright a:hover {
  text-decoration: underline;
}

/* FOOTER MAP */
.footer-map-container {
  width: 100%;
  display: block;
}

.footer-map-container iframe {
  width: 100% !important;
  height: 400px !important;
  border: none;
  display: block;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  #header {
    height: auto !important;
    line-height: 1 !important;
    padding: 8px 0;
  }

  .header-left {
    gap: 12px;
  }

  .album-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    grid-auto-rows: 200px;
  }
}