html,
body {
  margin: 0 !important;
  padding: 0 !important;
  font-family: 'Lexend Deca', sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: #222;
  width: 100%;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding-top: 79px !important;
}

@media (max-width: 768px) {
  body {
    padding-top: 58px !important;
  }
}

html.admin-bar {
  margin-top: 0px !important;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  font-weight: 700;
  color: #000;
  line-height: 1.4;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

p {
  margin-bottom: 1rem;
  color: #000;
}

ul,
ol {
  padding-left: 20px;
  margin-bottom: 1rem;
}

li {
  margin-bottom: 6px;
  color: #000;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  border: 0;
  vertical-align: middle;
}

a {
  text-decoration: none;
  transition: all 0.2s ease;
  color: #000;
  cursor: pointer;
}

a:hover {
  color: #8529cd;
}

body {
  -webkit-tap-highlight-color: transparent;
  overscroll-behavior: none;
}

@media (max-width: 520px) {
  .container {
    padding-left: 12px;
    padding-right: 12px;
  }
}


:root {
  --header-h: 60px;
  --logo-h: 44px;
}




/* thêm từ đây */

.team-section {
  padding: 40px 10px;
  background-color: #f7f7f7;
  text-align: center;
}

.team-section .team-content {
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.team-section .team-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
}


.team-section .desktop-img {
  display: block;
}

.team-section .mobile-img {
  display: none;
}

@media (max-width: 768px) {
  .team-section {
    padding: 20px 0;
  }

  .team-section .team-content {
    padding: 5px;
  }

  .team-section .mobile-img {
    display: block;
    max-height: 450px;
    object-fit: contain;
  }

  .team-section .desktop-img {
    display: none;
  }
}

/* gs-about*/
.gs-about {
  background: linear-gradient(180deg, #fff 0%, #fbfbff 100%);
  color: #222;
  padding: 64px 20px;
}

.gs-about .gs-container {
  max-width: 1200px;
  margin: 0 auto;
}

.gs-about .gs-hero {
  display: flex;
  gap: 36px;
  align-items: stretch;
}

.gs-about .gs-hero-text {
  flex: 1 1 52%;
  padding: 28px 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.gs-about .gs-hero-art {
  flex: 0 0 360px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: stretch;
  position: relative;
}

.gs-about .gs-title {
  font-size: clamp(30px, 4.2vw, 44px);
  line-height: 1.02;
  margin: 0 0 14px;
  font-weight: 900;
  display: flex;
  gap: 0.6rem;
  align-items: baseline;
}

.gs-about .gs-title-accent {
  background: #FFC0CB;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  padding-right: 6px;
}

.gs-about .gs-lead {
  font-size: 1.02rem;
  color: #6b6b6b;
  margin-bottom: 20px;
  max-width: 70ch;
}

.gs-about .gs-quick {
  display: flex;
  gap: 14px;
  margin-bottom: 22px;
  flex-wrap: wrap;
}

.gs-about .gs-quick-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  background: linear-gradient(180deg, rgba(133, 41, 205, 0.04), rgba(255, 122, 24, 0.03));
  padding: 10px 12px;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(14, 22, 36, 0.04);
  min-width: 220px;
}

.gs-about .gs-quick-item h3 {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 700;
  color: #222;
}

.gs-about .gs-quick-item p {
  margin: 0;
  font-size: 0.9rem;
  color: #6b6b6b;
}

.gs-about .gs-ico {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  fill: #FFC0CB;
  opacity: 0.95;
}

.gs-about .gs-cta-row {
  display: flex;
  gap: 12px;
  margin-top: 18px;
  align-items: center;
}

.gs-about .btn-primary {
  display: inline-block;
  text-decoration: none;
  padding: 10px 16px;
  border-radius: 10px;
  background: linear-gradient(90deg, #FFC0CB, #FFC0CB);
  color: #fff;
  font-weight: 700;
  box-shadow: 0 8px 20px rgba(133, 41, 205, 0.15);
}

.gs-about .btn-ghost {
  display: inline-block;
  text-decoration: none;
  padding: 10px 16px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  color: #222;
  font-weight: 600;
  background: transparent;
}

.gs-about .gs-card {
  background: #fff;
  padding: 18px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(30, 40, 60, 0.05);
  border: 1px solid rgba(14, 22, 36, 0.03);
}

.gs-about .gs-card h4 {
  margin: 0 0 8px;
  font-size: 1.05rem;
  color: #FFC0CB;
  font-weight: 800;
}

.gs-about .gs-card p {
  margin: 0;
  color: #6b6b6b;
  font-size: 0.95rem;
  line-height: 1.45;
}

.gs-about .gs-deco {
  position: absolute;
  right: -40px;
  bottom: -20px;
  width: 220px;
  height: 220px;
  pointer-events: none;
  opacity: 0.9;
  transform: translateZ(0);
}

@media (max-width: 980px) {
  .gs-about .gs-hero {
    flex-direction: column-reverse;
  }

  .gs-about .gs-hero-art {
    width: 100%;
    flex: unset;
    position: relative;
  }

  .gs-about .gs-deco {
    right: 10px;
    bottom: -60px;
    width: 160px;
    height: 160px;
    opacity: 0.6;
  }
}

@media (max-width: 520px) {
  .gs-about .gs-quick-item {
    min-width: unset;
    width: 100%;
  }

  .gs-about .gs-hero-text {
    padding: 10px 6px;
  }

  .gs-about .gs-card {
    padding: 14px;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .gs-about .gs-card {
    transform-origin: center right;
    transition: transform .6s cubic-bezier(.2, .9, .2, 1), box-shadow .4s;
  }

  .gs-about .gs-card:hover {
    transform: translateY(-6px) scale(1.01);
    box-shadow: 0 20px 40px rgba(18, 24, 40, 0.08);
  }

  .gs-about .gs-title {
    transition: transform .6s ease;
  }

  .gs-about .gs-title:hover {
    transform: translateX(4px);
  }
}


/* team-leadership-section */
.team-leadership-section {
  padding: 80px 20px;
  background-color: #ffffff;
  text-align: center;
  color: #000;
}

.team-leadership-section h1 {
  font-size: 2em;
  font-weight: 800;
  margin-bottom: 50px;
  letter-spacing: 1px;
  color: #FFC0CB;

}

.team-leadership-section .team-leaders-container {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  gap: 30px;
}

.team-leadership-section .leader-card {
  flex-basis: 300px;
  padding: 10px;
}

.team-leadership-section .leader-image-wrapper {
  width: 200px;
  height: 200px;
  background-color: #FFC0CB;
  border-radius: 50%;
  margin: 0 auto 20px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.team-leadership-section .leader-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.1);
}

.team-leadership-section .leader-name {
  font-size: 1em;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
  color: black;
}

.team-leadership-section .leader-title {
  font-size: 0.9em;
  font-weight: 700;
  color: #000;
  margin: 5px 0 5px;
}

.team-leadership-section .leader-position {
  font-size: 0.9em;
  font-weight: normal;
  margin: 0;
  color: #000;
}

@media (max-width: 768px) {
  .team-leadership-section {
    padding: 40px 10px;
  }

  .team-leadership-section h1 {
    font-size: 1.6em;
    margin-bottom: 30px;
  }

  .team-leadership-section .team-leaders-container {
    flex-direction: column;
    gap: 40px;
  }

  .team-leadership-section .leader-card {
    flex-basis: auto;
    max-width: 300px;
    margin: 0 auto;
  }
}

/* --- .journeys-section Styling --- */
.journeys-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 20px;
  color: #222;
  text-align: center;
}

.journeys-section__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.journeys-section__header h1 {
  font-size: 2.2em;
  font-weight: 800;
  color: #000;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.journeys-section__controls {
  display: flex;
  align-items: center;
  gap: 12px;
}

.journeys-section__arrow {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #1f2937, #111827);
  color: #fff;
  box-shadow: 0 12px 30px rgba(17, 24, 39, 0.18);
  cursor: pointer;
  transition: transform .12s ease, box-shadow .12s ease, opacity .12s;
}

.journeys-section__arrow i {
  font-size: 18px;
  line-height: 1;
}

.journeys-section__arrow:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(17, 24, 39, 0.25);
}

.journeys-section__arrow:active {
  transform: translateY(1px);
}

.journeys-section__slider {
  overflow: hidden;
}

.journeys-section__track {
  display: flex;
  transition: transform 0.3s ease-in-out;
}

.journeys-section__card {
  flex: 0 0 calc(33.333% - 20px);
  margin: 0 10px;
  padding: 35px 30px;
  background: #fff;
  border-radius: 16px;
  text-align: left;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  transition: transform .25s ease, box-shadow .25s ease;
}

.journeys-section__card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}

.journeys-section__card .quote {
  font-size: 1.1em;
  font-style: italic;
  color: #333;
  margin-bottom: 15px;
  min-height: 90px;
}

.journeys-section__card .rating {
  color: #f5b800;
  font-size: 1.2em;
  margin-bottom: 10px;
}

.journeys-section__card .customer-name {
  font-weight: 700;
  font-size: 1.05em;
  color: #000;
  margin-bottom: 4px;
}

.journeys-section__card .customer-info {
  color: #777;
  font-size: 0.9em;
}

.journeys-section__dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 35px;
  align-items: center;
  box-sizing: border-box;
  line-height: 0;
  /* tránh ảnh hưởng của line-height */
}

.journeys-section__dots .dot {
  -webkit-appearance: none;
  appearance: none;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 10px;
  height: 10px;
  min-width: 10px;
  min-height: 10px;
  padding: 0;
  margin: 0;
  background: #ccc;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  transition: background .25s ease, box-shadow .25s ease;
  transform: none !important;
  /* chặn transform ngoại lai */
}

/* hover state */
.journeys-section__dots .dot:hover {
  background: #999;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
}

/* active state - KHÔNG DÙNG scale để tránh méo */
.journeys-section__dots .dot.active {
  background: linear-gradient(90deg, #ff7a18, #FFC0CB);
  box-shadow: 0 0 10px rgba(133, 41, 205, 0.28);
  transform: none !important;
}

/* Nếu theme khác vẫn override, ưu tiên bằng selector mạnh hơn */
.journeys-section__dots .dot,
.journeys-section__dots .dot.active {
  border-radius: 50%;
  padding: 0;
  line-height: 0;
}


/* Responsive */
@media (max-width: 992px) {
  .journeys-section__card {
    flex: 0 0 calc(50% - 20px);
  }
}

@media (max-width: 768px) {
  .journeys-section {
    padding: 50px 10px;
  }

  .journeys-section__header {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }

  .journeys-section__card {
    flex: 0 0 100%;
    margin: 0;
  }

  .journeys-section__arrow {
    width: 42px;
    height: 42px;
  }
}

.breadcrumb-section {
  background: linear-gradient(to bottom, #ffffff, #f9f9f9);
  padding: 15px 0;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
  text-align: center;
  animation: fadeIn 1s ease-in;
}

.breadcrumb-container {
  font-size: 14px;
  color: #333;
  display: inline-block;
}

.breadcrumb-container a {
  color: #aa1e1e;
  text-decoration: none;
  transition: color 0.3s ease;
  font-size: 19px;

}

.breadcrumb-container a:hover {
  color: #cc0000;
  text-decoration: underline;
}

.breadcrumb-container span {
  margin: 0 5px;
  color: #555;
  font-size: 19px;

}

.breadcrumb-current {
  color: #000;
  font-weight: 500;
  text-transform: capitalize;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.studyhome-featured-section {
  padding: 60px 0;
  background: #fff;
}

.studyhome-featured-section .studyhome-title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 30px;
}

.studyhome-featured-section .studyhome-featured-grid {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.studyhome-featured-section .studyhome-featured-large {
  flex: 1 1 48%;
}

.studyhome-featured-section .studyhome-featured-small {
  flex: 1 1 48%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.studyhome-featured-section .studyhome-featured-item {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transition: all 0.3s ease;
  cursor: pointer;
}

.studyhome-featured-section .studyhome-featured-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
}

.studyhome-featured-section .studyhome-featured-item a img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}

.studyhome-featured-section .studyhome-featured-item:hover a img {
  transform: scale(1.03);
}

.studyhome-featured-section .studyhome-featured-content {
  padding: 16px;
}

.studyhome-featured-section .studyhome-tags {
  margin-bottom: 8px;
}

.studyhome-featured-section .studyhome-tags a {
  display: inline-block;
  margin-right: 6px;
}

.studyhome-featured-section .studyhome-tag {
  display: inline-block;
  background: #0027ff;
  color: #fff;
  padding: 2px 8px;
  border-radius: 6px;
  font-size: 12px;
  text-transform: uppercase;
  pointer-events: none;
  /* để tránh bị nhảy hover khi di chuột vào span bên trong */
}

.studyhome-featured-section .studyhome-tags a:hover .studyhome-tag {
  background: #001acc;
}

.studyhome-featured-section .studyhome-title-lg {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 6px;
}

.studyhome-featured-section .studyhome-title-lg a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}

.studyhome-featured-section .studyhome-title-lg a:hover {
  color: #0027ff;
}

.studyhome-featured-section .studyhome-title-sm {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 6px;
}

.studyhome-featured-section .studyhome-title-sm a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}

.studyhome-featured-section .studyhome-title-sm a:hover {
  color: #0027ff;
}

.studyhome-featured-section .studyhome-excerpt {
  font-size: 14px;
  color: #555;
  margin-bottom: 8px;
}

.studyhome-featured-section .studyhome-meta {
  font-size: 13px;
  color: #999;
}

@media (max-width: 992px) {
  .studyhome-featured-section .studyhome-featured-grid {
    flex-direction: column;
  }

  .studyhome-featured-section .studyhome-featured-small {
    grid-template-columns: 1fr;
  }
}

/* studyhome-latest-section */
.studyhome-latest-section {
  padding: 60px 0;
  background-color: #fff;
}

.studyhome-section-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}

.studyhome-latest-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}

.studyhome-latest-item {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
  cursor: pointer;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.studyhome-latest-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.studyhome-latest-item img {
  width: 100%;
  height: auto;
  display: block;
}

.studyhome-content {
  padding: 16px;
}

.studyhome-tags {
  margin-bottom: 8px;
}

.studyhome-tag {
  display: inline-block;
  background: #0027ff;
  color: #fff;
  padding: 2px 8px;
  border-radius: 6px;
  font-size: 12px;
  margin-right: 6px;
  text-transform: uppercase;
}

.studyhome-title {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 6px;
}

.studyhome-meta {
  font-size: 13px;
  color: #888;
}

/* studyhome-newsletter-section */
.studyhome-newsletter-section {
  padding: 40px 0;
  background: #fff;
}

.studyhome-newsletter-box {
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 30px 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.studyhome-newsletter-left {
  flex: 1 1 50%;
}

.studyhome-newsletter-title,
.studyhome-title {
  font-size: 24px;
  font-weight: bold;
  color: #001d5b;
  margin-bottom: 10px;
}

.studyhome-description {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
}

.studyhome-newsletter-right {
  flex: 1 1 35%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.studyhome-newsletter-form {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.studyhome-newsletter-form input[type="email"] {
  padding: 12px 14px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 15px;
  flex: 1 1 auto;
  min-width: 250px;
}

.studyhome-newsletter-form button {
  background: #ff9130;
  border: none;
  color: #fff;
  font-weight: bold;
  padding: 12px 20px;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.studyhome-newsletter-form button:hover {
  background: #e57b18;
}

/* Responsive */
@media (max-width: 768px) {
  .studyhome-newsletter-box {
    flex-direction: column;
    align-items: flex-start;
  }

  .studyhome-newsletter-right {
    width: 100%;
    justify-content: flex-start;
  }

  .studyhome-newsletter-form {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }

  .studyhome-newsletter-form input {
    width: 100%;
  }

  .studyhome-newsletter-form button {
    width: 100%;
  }
}

/* studyhome-destination-section */
.studyhome-destination-section {
  padding: 60px 0;
  background: #fff;
}

.studyhome-destination-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

.studyhome-title {
  font-size: 24px;
  font-weight: bold;
  margin: 0;
}

.studyhome-more-btn {
  font-size: 14px;
  font-weight: 600;
  color: #0027ff;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.studyhome-icon {
  font-size: 18px;
  margin-left: 4px;
  transition: transform 0.3s ease;
}

.studyhome-more-btn:hover .studyhome-icon {
  transform: translateX(4px);
}

/* Lưới ngang chính */
.studyhome-destination-grid {
  display: flex;
  flex-wrap: nowrap;
  gap: 30px;
  align-items: flex-start;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

.studyhome-left {
  flex: 1 1 60%;
  max-width: 60%;
}

.studyhome-right {
  flex: 1 1 40%;
  max-width: 40%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Bài viết lớn */
.studyhome-featured-post {
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
}

.studyhome-featured-post:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.studyhome-featured-post img {
  width: 100%;
  height: auto;
  display: block;
}

.studyhome-content {
  padding: 16px;
  box-sizing: border-box;
}

.studyhome-tags {
  margin-bottom: 6px;
}

.studyhome-tag {
  background: #0027ff;
  color: #fff;
  font-size: 12px;
  padding: 3px 8px;
  border-radius: 6px;
  margin-right: 6px;
  display: inline-block;
  text-transform: uppercase;
  white-space: nowrap;
}

.studyhome-title-lg {
  font-size: 18px;
  font-weight: bold;
  margin: 8px 0;
}

.studyhome-excerpt {
  font-size: 14px;
  color: #555;
  margin-bottom: 6px;
}

.studyhome-meta {
  font-size: 13px;
  color: #999;
}

/* Bài nhỏ bên phải */
.studyhome-post-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  overflow: hidden;
  transition: 0.3s;
  max-width: 100%;
  box-sizing: border-box;
}

.studyhome-post-item:hover {
  transform: translateY(-2px);
}

.studyhome-post-item img {
  width: 110px;
  height: 75px;
  object-fit: cover;
  border-radius: 8px;
  flex-shrink: 0;
  background-color: #eee;
}

.studyhome-post-info {
  flex: 1;
  min-width: 0;
  /* Bắt buộc để không tràn */
}

.studyhome-title-sm {
  font-size: 15px;
  font-weight: 600;
  margin: 4px 0;
  word-break: break-word;

  /* Optional: giới hạn 2 dòng */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.studyhome-meta {
  font-size: 13px;
  color: #999;
}

/* Responsive */
@media (max-width: 992px) {
  .studyhome-destination-grid {
    flex-direction: column;
  }

  .studyhome-left,
  .studyhome-right {
    max-width: 100%;
    flex: 1 1 100%;
  }

  .studyhome-post-item {
    flex-direction: column;
    align-items: stretch;
  }

  .studyhome-post-item img {
    width: 100%;
    height: auto;
  }
}

/* studyhome-finance-section */
.studyhome-finance-section {
  padding: 60px 0;
  background: #fff;
}

.studyhome-finance-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

.studyhome-title {
  font-size: 24px;
  font-weight: bold;
  margin: 0;
}

.studyhome-more-btn {
  font-size: 14px;
  font-weight: 600;
  color: #0027ff;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.studyhome-icon {
  font-size: 18px;
  margin-left: 4px;
  transition: transform 0.3s ease;
}

.studyhome-more-btn:hover .studyhome-icon {
  transform: translateX(4px);
}

.studyhome-finance-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.studyhome-finance-item {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transition: all 0.3s ease;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.studyhome-finance-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
}

.studyhome-finance-thumb {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  /* 16:9 ratio */
  overflow: hidden;
}

.studyhome-finance-thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.studyhome-content {
  padding: 16px;
  flex: 1;
}

.studyhome-tag {
  background: #0027ff;
  color: #fff;
  font-size: 12px;
  padding: 3px 8px;
  border-radius: 6px;
  display: inline-block;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.studyhome-title-sm {
  font-size: 15px;
  font-weight: 600;
  margin: 6px 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.studyhome-meta {
  font-size: 13px;
  color: #999;
}

/* Responsive */
@media (max-width: 992px) {
  .studyhome-finance-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .studyhome-finance-grid {
    grid-template-columns: 1fr;
  }
}

/* studyhome-banner-section  */
.studyhome-banner-section {
  margin-bottom: 20px;
  padding: 60px 0;
  color: #fff;
}

.studyhome-banner-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
  background: #071c44;
  padding: 40px;
  border-radius: 12px;
}

.studyhome-banner-left {
  flex: 0 0 55%;
}

.studyhome-logo {
  height: 40px;
  margin-bottom: 20px;
}

.studyhome-subtitle {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 0;
}

.studyhome-desc {
  font-size: 14px;
  margin: 4px 0 24px;
  text-transform: uppercase;
}

.studyhome-title-highlight {
  font-size: 28px;
  font-weight: 700;
  color: #f26522;
  line-height: 1.4;
  margin-bottom: 10px;
}

.studyhome-info {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
}

.studyhome-banner-btn {
  background: #f26522;
  color: #fff;
  padding: 10px 22px;
  border-radius: 20px;
  font-weight: bold;
  font-size: 14px;
  display: inline-block;
  transition: 0.3s;
  text-decoration: none;
}

.studyhome-banner-btn:hover {
  background: #d84d0b;
  transform: translateY(-2px);
}

.studyhome-banner-right {
  flex: 0 0 40%;
  text-align: center;
}

.studyhome-image-right {
  max-width: 100%;
  height: auto;
}

.studyhome-image-frame {
  border-radius: 24px;
  padding: 20px;
  display: inline-block;
  max-width: 100%;
}

.studyhome-image-frame:hover {
  transform: scale(1.03);
}

.studyhome-image-frame img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}


/* Responsive */
@media (max-width: 992px) {
  .studyhome-banner-box {
    flex-direction: column;
    text-align: center;
  }

  .studyhome-banner-left,
  .studyhome-banner-right {
    flex: 1 1 100%;
  }

  .studyhome-banner-btn {
    margin-top: 20px;
  }
}

/* phan trang */
.custom-pagination {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.custom-pagination ul {
  display: inline-flex;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.custom-pagination ul li a,
.custom-pagination ul li span {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  color: #001858;
  font-weight: bold;
  text-decoration: none;
  transition: 0.3s ease;
}

.custom-pagination ul li span.current {
  background-color: #001858;
  color: #fff;
}

@media (max-width: 768px) {
  .studyhome-finance-grid {
    grid-template-columns: 1fr;
  }
}

/* news-subcategory-list */
.news-subcategory-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.news-subcategory-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 20px 0;
  justify-content: center;
}

.subcategory-item {
  display: inline-block;
  padding: 6px 16px;
  border: 1px solid var(--main-color-1);
  border-radius: 20px;
  color: var(--main-color-1);
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s ease;
  background: white;
}

.subcategory-item:hover {
  background: var(--main-color-1);
  color: white;
}

@media (max-width: 768px) {
  .news-subcategory-list {
    flex-wrap: nowrap;
    padding: 0 15px;
    justify-content: flex-start;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .subcategory-item {
    white-space: nowrap;
    scroll-snap-align: start;
    font-size: 13px;
    flex: 0 0 auto;
  }
}

/* cta-banner-section */
.laundry-hero {
  position: relative;
  height: 85vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-align: center;
  color: #2c3e50;
  background: linear-gradient(135deg, #fff5f8 0%, #ffe0eb 100%);
}

.laundry-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 192, 203, 0.4), rgba(255, 255, 255, 0.3));
  z-index: 1;
}

.laundry-hero__content {
  position: relative;
  z-index: 3;
  max-width: 800px;
  padding: 0 20px;
}

.laundry-hero__title {
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 1rem;
  color: #1c1c1e;
}

.laundry-hero__title span {
  color: #ff4fa3;
  text-shadow: 0 0 10px rgba(255, 105, 180, 0.5);
}

.laundry-hero__desc {
  font-size: 1.1rem;
  color: #333;
  margin-bottom: 2rem;
  opacity: 0.85;
}

.laundry-hero__btn {
  display: inline-block;
  background-color: #FFC0CB;
  color: #fff;
  padding: 14px 40px;
  border-radius: 30px;
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  box-shadow: 0 6px 20px rgba(255, 105, 180, 0.4);
}

.laundry-hero__btn:hover {
  background-color: #ff8fb1;
  transform: scale(1.05);
}

/* Background image (Kite) */
.laundry-hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 2;
}

.laundry-hero__kite {
  position: absolute;
  width: 120px;
  bottom: 15%;
  right: 10%;
  opacity: 0.9;
  animation: kite-float 3s ease-in-out infinite, kite-swing 1.8s ease-in-out infinite;
}

/* Hiệu ứng rung & bay nhẹ */
@keyframes kite-float {

  0%,
  100% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-8px);
  }
}

@keyframes kite-swing {

  0%,
  100% {
    transform: rotate(3deg);
  }

  50% {
    transform: rotate(-3deg);
  }
}

/* Responsive */
@media (max-width: 768px) {
  .laundry-hero {
    height: 70vh;
    padding: 60px 15px;
  }

  .laundry-hero__title {
    font-size: 2rem;
  }

  .laundry-hero__desc {
    font-size: 0.95rem;
    margin-bottom: 1.5rem;
  }

  .laundry-hero__kite {
    width: 80px;
    bottom: 5%;
    right: 5%;
    opacity: 0.8;
  }
}

/* contact-section */
.contact-section .contact-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  overflow: hidden;
  background-color: #ffffff;
}

.contact-section .contact-form-card {
  flex: 1;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.contact-section .contact-form-card .section-subtitle {
  font-size: 1em;
  font-weight: bold;
  color: #FFC0CB;
  margin-bottom: 5px;
  padding: 2px 10px;
  border: 1px solid#FFC0CB;
  border-radius: 20px;
  display: inline-block;
  background-color: white;
}

.contact-section .contact-form-card .section-title {
  font-size: 2em;
  color: #5d3f9e;
  margin-top: 0;
  margin-bottom: 40px;
  font-weight: 600;
}

.contact-section .write-message-box {
  width: 100%;
  max-width: 450px;
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  text-align: left;
}

.contact-section .write-message-box .box-title {
  font-size: 1.5em;
  color: #5d3f9e;
  margin-top: 0;
  margin-bottom: 25px;
  font-weight: 500;
}

.contact-section .contact-form {
  display: flex;
  flex-direction: column;
}

.contact-section .form-group {
  margin-bottom: 20px;
}

.contact-section .form-group label {
  display: block;
  font-size: 0.9em;
  color: #888888;
  margin-bottom: 5px;
  font-weight: 500;
}

.contact-section .form-group input[type="text"],
.contact-section .form-group input[type="email"],
.contact-section .form-group textarea {
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #dddddd;
  border-radius: 5px;
  box-sizing: border-box;
  font-size: 1em;
  color: #333333;
  transition: border-color 0.3s;
}

.contact-section .form-group input:focus,
.contact-section .form-group textarea:focus {
  border-color: #FFC0CB;
  outline: none;
}

.contact-section .form-group textarea {
  resize: vertical;
}

.contact-section .submit-btn {
  background-color: #FFC0CB;
  color: white;
  padding: 12px 25px;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  transition: background-color 0.3s, transform 0.2s;
  width: 150px;
  align-self: flex-start;
}

.contact-section .submit-btn:hover {
  background-color: #00a0b8;
  transform: translateY(-2px);
}

.contact-section .contact-image-box {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f0f8ff;
  padding: 20px;
}

.contact-section .contact-image-box img {
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

@media (max-width: 768px) {
  .contact-section .contact-container {
    flex-direction: column;
    box-shadow: none;
  }

  .contact-section .contact-form-card {
    padding: 30px 20px;
    order: 2;
  }

  .contact-section .contact-image-box {
    padding: 0;
    order: 1;
    max-height: 300px;
    overflow: hidden;
    border-radius: 15px 15px 0 0;
  }

  .contact-section .section-title {
    font-size: 1.5em;
    margin-bottom: 20px;
  }

  .contact-section .write-message-box {
    padding: 20px;
  }

  .contact-section .submit-btn {
    width: 100%;
    align-self: center;
  }
}



/* follow-us-section  */
.follow-us-section {
  padding: 80px 20px;
  text-align: center;
  background: linear-gradient(to bottom, #f0f8ff, #ffffff);
}

.follow-us-section .follow-us-container {
  max-width: 1200px;
  margin: 0 auto;
}

.follow-us-section .section-subtitle {
  font-size: 1em;
  font-weight: bold;
  color: #FFC0CB;
  margin-bottom: 5px;
  padding: 2px 10px;
  border: 1px solid#FFC0CB;
  border-radius: 20px;
  display: inline-block;
  background-color: white;
}

.follow-us-section .section-title {
  font-size: 2.2em;
  color: #5d3f9e;
  margin-top: 20px;
  margin-bottom: 60px;
  font-weight: 600;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.3;
}

.follow-us-section .social-links-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  padding: 0 40px;
}

.follow-us-section .social-card {
  background-color: #ffffff;
  padding: 30px 20px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s, box-shadow 0.3s;
}

.follow-us-section .social-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.follow-us-section .social-link {
  text-decoration: none;
  color: #5d3f9e;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.follow-us-section .icon-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #e0f7fa;
  color: #FFC0CB;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
  border: 1px solid#FFC0CB;
}

/* Tùy chỉnh màu icon cho sát với ảnh gốc (nếu có thể) */
.follow-us-section .social-card:nth-child(4) .icon-placeholder {
  /* Đây là icon email/chat, giữ màu mặc định */
}

.follow-us-section .social-name {
  margin: 0;
  font-size: 1.1em;
  font-weight: 600;
}

.follow-us-section .social-name.email-text {
  word-break: break-all;
  font-size: 1em;
  font-weight: normal;
  color: #333333;
}

/* Media Query cho thiết bị di động và tablet */
@media (max-width: 992px) {
  .follow-us-section .social-links-grid {
    grid-template-columns: repeat(2, 1fr);
    padding: 0 20px;
  }

  .follow-us-section .section-title {
    font-size: 1.8em;
    margin-bottom: 40px;
  }
}

@media (max-width: 576px) {
  .follow-us-section .social-links-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .follow-us-section .social-card {
    padding: 20px 15px;
  }
}

/* find-us-section */
.find-us-section {
  padding: 80px 20px;
  background: linear-gradient(to bottom right, #f0f8ff, #ffffff);
  position: relative;
  overflow: hidden;
}

.find-us-section::before {
  content: '';
  position: absolute;
  top: 50px;
  right: 50px;
  width: 80px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  filter: blur(20px);
  z-index: 1;
}

.find-us-section .find-us-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
}

.find-us-section .section-subtitle {
  font-size: 1em;
  font-weight: bold;
  color: #FFC0CB;
  margin-bottom: 5px;
  padding: 2px 10px;
  border: 1px solid#FFC0CB;
  border-radius: 20px;
  display: inline-block;
  background-color: white;
}

.find-us-section .section-title {
  font-size: 2.2em;
  color: #5d3f9e;
  margin-top: 20px;
  margin-bottom: 50px;
  font-weight: 600;
}

.find-us-section .location-content {
  display: flex;
  gap: 30px;
  align-items: flex-start;
  text-align: left;
}

.find-us-section .map-box {
  flex: 2;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  min-height: 400px;
  overflow: hidden;
}

.find-us-section .google-map-embed {
  width: 100%;
  height: 450px;
}

.find-us-section .google-map-embed iframe {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 10px;
}

.find-us-section .info-card {
  flex: 1;
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.find-us-section .info-card .info-group {
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eeeeee;
}

.find-us-section .info-card .info-group:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.find-us-section .info-card .info-title {
  font-size: 1.2em;
  color: #5d3f9e;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 600;
}

.find-us-section .info-card p {
  margin: 5px 0;
  color: #333333;
  font-size: 1em;
}

.find-us-section .info-card .holiday-note {
  font-size: 0.9em;
  color: #888888;
}

.find-us-section .info-card .phone-number {
  font-weight: bold;
  color: #FFC0CB;
}

@media (max-width: 992px) {
  .find-us-section .location-content {
    flex-direction: column;
    gap: 20px;
  }

  .find-us-section .map-box {
    min-height: 300px;
  }

  .find-us-section .google-map-embed {
    height: 300px;
  }

  .find-us-section .section-title {
    font-size: 1.8em;
  }
}

/* main-footer */
.main-footer {
  position: relative;
  overflow: hidden;
  background-color: #000000;
  padding: 60px 20px 30px;
  text-align: center;
  color: #ffffff;
  z-index: 0;
}

.main-footer .balloon-wrap {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.main-footer .balloon {
  position: absolute;
  bottom: -150px;
  border-radius: 50%;
  width: var(--size);
  height: calc(var(--size) * 1.2);
  background: linear-gradient(180deg, rgba(255, 182, 193, 0.95), rgba(255, 105, 180, 0.95));
  opacity: var(--opacity);
  transform: translateY(0) rotate(var(--rotate));
  animation: floatUp var(--duration) linear var(--delay) both;
  filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.25));
}

.main-footer .balloon::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -8px;
  width: 6px;
  height: 10px;
  background: rgba(255, 105, 180, 0.95);
  border-radius: 2px;
}

.main-footer .balloon::before {
  content: "";
  position: absolute;
  top: 14%;
  left: 18%;
  width: 18%;
  height: 18%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
  transform: rotate(-20deg);
}

@keyframes floatUp {
  0% {
    transform: translateY(0) translateX(0) rotate(var(--rotate));
    opacity: var(--opacity);
  }

  20% {
    transform: translateY(-20vh) translateX(calc(var(--drift) * 0.25)) rotate(calc(var(--rotate) + 5deg));
  }

  50% {
    transform: translateY(-50vh) translateX(calc(var(--drift) * 0.6)) rotate(calc(var(--rotate) - 5deg));
  }

  80% {
    transform: translateY(-85vh) translateX(calc(var(--drift) * 0.85)) rotate(calc(var(--rotate) + 3deg));
  }

  100% {
    transform: translateY(-120vh) translateX(calc(var(--drift))) rotate(calc(var(--rotate) + 10deg));
    opacity: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .main-footer .balloon {
    animation: none !important;
    transform: translateY(0) !important;
    opacity: 0.6;
  }
}

.main-footer .footer-content-top {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  padding-bottom: 40px;
  position: relative;
  z-index: 1;
}

.main-footer .footer-item {
  flex-basis: 30%;
  padding: 0 15px;
  text-align: left;
}

.main-footer .footer-item .item-title {
  font-size: 1.4em;
  color: #ffffff;
  margin: 0 0 5px 0;
  font-weight: 700;
}

.main-footer .footer-item .item-subtitle {
  font-size: 0.9em;
  color: #cccccc;
  margin: 0;
  line-height: 1.4;
}

.main-footer .company-info {
  text-align: left;
  color: #ffffff;
}

.main-footer .contact-email,
.main-footer .contact-phone {
  text-align: center;
  color: #ffffff;
}

.main-footer .footer-divider {
  max-width: 1200px;
  border: 0;
  border-top: 1px solid #333333;
  margin: 20px auto;
  position: relative;
  z-index: 1;
}

.main-footer .footer-content-bottom {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}

.main-footer .copyright-text {
  font-size: 0.8em;
  color: #bbbbbb;
  margin: 10px 0 0;
}

@media (max-width: 768px) {
  .main-footer .footer-content-top {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .main-footer .footer-item {
    flex-basis: 100%;
    max-width: 300px;
    text-align: center;
    padding: 0;
  }

  .main-footer .company-info,
  .main-footer .contact-email,
  .main-footer .contact-phone {
    text-align: center;
  }

  .main-footer .footer-divider {
    margin: 40px auto 20px;
  }
}

/* ironing-section */

.ironing-section .page-wrapper,
.container {
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
  box-sizing: border-box;
}

@media (max-width: 991px) {

  .ironing-section .page-wrapper,
  .container {
    padding: 0 15px;
  }
}

.ironing-section {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.ironing-section .top-gradient-bar {
  width: 100%;
}

.image-container {
  width: 100%;
  height: 250px;

  margin-top: 0;
  overflow: hidden;
}

.image-container img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  max-width: 100%;

}

/* services-section */
.section-services {
  box-sizing: border-box;
  padding: 80px 0;
  background: #ffffff;
}

.section-services .container {
  box-sizing: border-box;
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.section-services .services-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 48px;
  gap: 20px;
}

.section-services .service-card .icon img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  display: block;
}

.section-services .services-header .subtitle {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  color: #ff69b4;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 2px solid #ff69b4;
  border-radius: 30px;
  padding: 6px 16px;
  background: rgba(255, 192, 203, 0.02);
  margin-bottom: 12px;
  white-space: nowrap;
}

.section-services .services-header-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  flex-wrap: wrap;
}

.section-services .services-header-content .title {
  flex: 0 1 48%;
  min-width: 0;
  font-size: 42px;
  font-weight: 700;
  color: #4b0082;
  line-height: 1.25;
  margin: 0;
  word-break: break-word;
}

.section-services .services-header-content .lead {
  flex: 0 1 48%;
  min-width: 0;
  color: #555;
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
  text-align: right;
}

.section-services .services-cards {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 16px;
}

.section-services .service-card {
  box-sizing: border-box;
  background: linear-gradient(145deg, rgba(255, 192, 203, 0.002), rgba(255, 192, 203, 0.004));
  border-radius: 24px;
  padding: 32px 24px;
  flex: 0 1 calc(33.333% - 20px);
  min-width: 0;
  margin: 0;
  box-shadow: 0 12px 30px rgba(255, 192, 203, 0.18);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  border: 1px solid rgba(255, 105, 180, 0.12);
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.section-services .service-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 22px 50px rgba(255, 105, 180, 0.22);
}

.section-services .service-card:nth-child(2) {
  margin-top: 24px;
}

.section-services .service-card:nth-child(3) {
  margin-top: 48px;
}

.section-services .service-card .icon {
  width: 60px;
  height: 60px;
  color: #ff69b4;
  margin-bottom: 8px;
  background: rgba(255, 192, 203, 0.02);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.25s ease, background 0.25s ease;
  flex-shrink: 0;
}

.section-services .service-card:hover .icon {
  background: #ff69b4;
  color: #fff;
  transform: scale(1.12);
}

.section-services .service-card .card-title {
  margin: 8px 0 6px;
  font-size: 22px;
  font-weight: 700;
  color: #4b0082;
}

.section-services .service-card .card-text {
  margin: 0;
  font-size: 16px;
  color: #666;
  line-height: 1.6;
}

.section-services .service-card svg,
.section-services .service-card img {
  max-width: 100%;
  height: auto;
  display: block;
}

.section-services .service-card,
.section-services .services-header-content .title,
.section-services .services-header-content .lead {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

@media (max-width: 991px) {
  .section-services {
    padding: 56px 0;
  }

  .section-services .services-header {
    margin-bottom: 36px;
  }

  .section-services .services-header-content .title,
  .section-services .services-header-content .lead {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }

  .section-services .services-header-content .lead {
    text-align: center;
    margin-top: 12px;
  }

  .section-services .services-cards {
    gap: 20px;
    flex-direction: column;
    align-items: stretch;
  }

  .section-services .service-card {
    flex: 0 0 100%;
    width: 100%;
    padding: 22px;
    border-radius: 18px;
    box-shadow: 0 8px 22px rgba(255, 192, 203, 0.12);
  }

  .section-services .service-card:nth-child(2),
  .section-services .service-card:nth-child(3) {
    margin-top: 0;
  }

  /* icon center on mobile */
  .section-services .service-card .icon {
    margin: 0 auto 12px;
  }

  .section-services .service-card .card-title,
  .section-services .service-card .card-text {
    text-align: center;
  }
}

/* small phones: slightly smaller typograhy */
@media (max-width: 520px) {
  .section-services .services-header .subtitle {
    padding: 6px 12px;
    font-size: 12px;
  }

  .section-services .services-header-content .title {
    font-size: 28px;
  }

  .section-services .service-card {
    padding: 18px;
  }

  .section-services .service-card .card-title {
    font-size: 18px;
  }

  .section-services .service-card .card-text {
    font-size: 14px;
  }
}


/* video-section */
.video-section {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.video-section .top-gradient-bar {
  /* height: 10px; */
  width: 100%;
  /* background: linear-gradient(to right, #b3e0ff, #ffffff, #b3f0ff); */
}

.video-section .video-container {
  width: 100%;
  height: 500px;
  background-image: url('/assets/images/5hb5t.png');
  background-size: cover;
  background-position: center center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-section .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.video-section .play-button-wrapper {
  position: relative;
  z-index: 10;
}

.video-section .play-button {
  background-color: transparent;
  border: 2px solid white;
  border-radius: 50%;
  padding: 10px;
  cursor: pointer;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;

  transition: transform 0.3s ease-out;
}

.video-section .play-button:hover {
  cursor: pointer;
}

.video-section .play-button svg {
  margin-left: 5px;
}



.video-section .modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
}

.video-section .modal-content {
  background-color: transparent;
  margin: 10% auto;
  padding: 20px;
  width: 80%;
  max-width: 800px;
  position: relative;
}

.video-section .video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  background: black;
}

.video-section .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-section .close-button {
  color: #fff;
  font-size: 35px;
  font-weight: bold;
  position: absolute;
  top: -30px;
  right: 0px;
  cursor: pointer;
  z-index: 1001;
}

.video-section .close-button:hover,
.close-button:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* how-it-works-section */
.how-it-works-section {
  background: white;
  padding: 80px 0 0 0;
}

.how-it-works-section .how-it-works-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.how-it-works-section .header-text-wrapper {
  text-align: left;
  max-width: 800px;
  margin-bottom: 40px;
  position: relative;
}

.how-it-works-section .tag {
  display: inline-block;
  color: #FF69B4;
  background-color: #ffe4ec;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}

.how-it-works-section .title {
  font-size: 40px;
  font-weight: 700;
  color: #4b0082;
  margin: 0;
}

.how-it-works-section .feather-icon {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 60px;
  opacity: 0.6;
  pointer-events: none;
}

.how-it-works-section .image-grid-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 80px;
}

.how-it-works-section .grid-item {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.how-it-works-section .image-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(255, 192, 203, 0.2);
  transition: all 0.4s ease;
  height: 380px;
}

.how-it-works-section .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}


.how-it-works-section .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 105, 180, 0.85);
  padding: 20px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 0.4s ease, transform 0.4s ease;
  border-radius: 20px;
}

.how-it-works-section .image-wrapper:hover .image-overlay {
  opacity: 1;
  transform: translateY(0);
}

.how-it-works-section .image-wrapper:hover img {
  transform: scale(1.05);
}

.how-it-works-section .overlay-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #fff;
}

.how-it-works-section .overlay-description {
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
}

.how-it-works-section .grid-item-caption {
  text-align: center;
  font-size: 22px;
  color: #555;
  background: #fff;
  padding: 8px 12px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(255, 105, 180, 0.15);
  line-height: 1.5;
}

@media (max-width: 768px) {
  .how-it-works-section .image-grid-wrapper {
    grid-template-columns: 1fr;
  }

  .how-it-works-section .grid-item-caption {
    font-size: 13px;
    padding: 6px 10px;
  }
}


/* cta-banner-section */
.section-cta-banner {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.section-cta-banner__top-bar,
.section-cta-banner__bottom-bar {
  width: 100%;
}

.section-cta-banner__content-container {
  width: 100%;
  height: 400px;
  background-size: cover;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: rgba(0, 0, 0, 0.2);
  background-blend-mode: overlay;
}

.section-cta-banner__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  max-width: 1100px;
  padding: 0 20px;
}

.section-cta-banner__title {
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  margin: 0;
  text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.4);
  flex-grow: 1;
  padding-right: 40px;
}

.section-cta-banner__button {
  background-color: #FFC0CB;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 14px 36px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  text-transform: capitalize;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.section-cta-banner__button:hover {
  background-color: #009fb5;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 188, 212, 0.3);
}

@media (max-width: 768px) {
  .section-cta-banner__content-container {
    height: 280px;
  }

  .section-cta-banner__content {
    flex-direction: column;
    text-align: center;
    width: 90%;
  }

  .section-cta-banner__title {
    font-size: 28px;
    padding-right: 0;
    margin-bottom: 20px;
  }
}

/* pricing-section */
.pricing-section {
  padding: 80px 0;
  background: linear-gradient(to bottom right, #f8f8ff, #ffffff);
}

.pricing-section .pricing-container {
  max-width: 600px;
  margin: 0 auto;
  padding: 0 20px;
}

.pricing-section .pricing-header {
  font-size: 30px;
  font-weight: 700;
  color: #4b0082;
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

.pricing-section .price-list {
  display: flex;
  flex-direction: column;
}

.pricing-section .price-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}

.pricing-section .price-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  padding-top: 25px;
}

.pricing-section .item-name {
  font-size: 18px;
  color: #333;
  font-weight: 400;
}

.pricing-section .price-value {
  font-size: 18px;
  color: #FFC0CB;
  font-weight: 600;
}

.pricing-section .price-item.special-item {
  border-bottom: none;
}

.pricing-section .special-price {
  font-size: 18px;
  color: #FFC0CB;
  font-weight: 600;
}

/* benefits-section-banner */
.benefits-section-banner {
  width: 100%;
  padding: 60px 0;
  background: linear-gradient(to right, #ffc0cb, #ffffff, #ffc0cb);
  overflow: hidden;
}

.benefits-section-banner .benefits-inner-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.benefits-section-banner .benefit-img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  margin: 0 auto 15px auto;
  display: block;
}


.benefits-section-banner .benefit-column {
  flex: 1;
  text-align: center;
  padding: 0 30px;
  position: relative;
}

.benefits-section-banner .benefits-inner-container .benefit-column:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  background-color: #d3f0f0;
}

.benefits-section-banner .benefit-icon {
  font-size: 30px;
  color: #4b0082;
  display: block;
  margin-bottom: 10px;
}

.benefits-section-banner .benefit-title {
  font-size: 22px;
  font-weight: 600;
  color: #36454f;
  margin: 0 0 10px 0;
}

.benefits-section-banner .benefit-description {
  font-size: 16px;
  color: #555;
  line-height: 1.4;
  max-width: 250px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .benefits-section-banner {
    padding: 40px 0;
  }

  .benefits-section-banner .benefits-inner-container {
    flex-direction: column;
    gap: 30px;
  }

  .benefits-section-banner .benefit-column {
    padding: 0;
  }

  .benefits-section-banner .benefits-inner-container .benefit-column:not(:first-child)::before {
    content: none;
  }
}

/* quick-cta-section  */
.quick-cta-section {
  width: 100%;
  height: 400px;
  padding: 0;
  overflow: hidden;
  background: linear-gradient(to right, #fff0f5, #ffffff 50%, #ffe4e1);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
}


.quick-cta-section .quick-cta-content {
  max-width: 650px;
  padding: 0 20px;
  z-index: 10;
}

.quick-cta-section .main-title {
  font-size: 70px;
  font-weight: 800;
  color: #36454f;
  line-height: 1.1;
  margin-bottom: 20px;
}

.quick-cta-section .subtitle {
  font-size: 16px;
  color: #555;
  margin-bottom: 30px;
}

.quick-cta-section .cta-button {
  display: inline-block;
  color: rgb(255, 255, 255);
  font-weight: 600;
  padding: 14px 40px;
  background: rgb(255, 192, 203);
  border-radius: 50px;
  text-decoration: none;
  transition: background 0.25s, transform 0.18s;
}

.quick-cta-section .cta-button:hover {
  background-color: #fff;
  color: #000;
  border: 2px solid #000;
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .quick-cta-section {
    height: 400px;
  }

  .quick-cta-section .main-title {
    font-size: 48px;
  }

  .quick-cta-section .cta-button {
    padding: 12px 25px;
    font-size: 16px;
  }
}

/* hero-services */
.section-hero-services {
  position: relative;
  background-size: cover;
  background-position: center;
  padding: 120px 0 100px;
  overflow: hidden;
}

.section-hero-services .hero-services__overlay {
  position: absolute;
  inset: 0;
  background: rgba(255, 192, 203, 0.15);
  /* Màu hồng nhạt */
}

.section-hero-services .hero-services__inner {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.section-hero-services .hero-services__header {
  position: relative;
  display: inline-block;
  margin-bottom: 60px;
}

.section-hero-services .hero-services__title {
  font-size: 92px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.12;
  margin: 0;
}

.section-hero-services .hero-services__title .accent {
  color: #FFC0CB;
  /* Màu hồng */
}

.section-hero-services .hero-services__sub {
  font-size: 20px;
  margin: 18px 0 30px;
  color: #333;
  max-width: 760px;
}

.section-hero-services .hero-services__cta {
  display: inline-block;
  padding: 14px 40px;
  background: #FFC0CB;
  /* Màu hồng */
  color: #fff;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  transition: background .25s ease, transform .18s ease;
}

.section-hero-services .hero-services__cta:hover {
  background-color: #fff;
  color: #000;
  border: 2px solid #000;
  transform: translateY(-2px);
}

.section-hero-services .hero-services__feather {
  position: absolute;
  width: 80px;
  height: auto;
  animation: swing 3s ease-in-out infinite alternate;
  z-index: 1;
  pointer-events: none;
}

.section-hero-services .hero-services__feather.left {
  top: -40px;
  left: -100px;
}

.section-hero-services .hero-services__feather.right {
  top: 40px;
  right: -100px;
}

@keyframes swing {
  0% {
    transform: rotate(0deg) translateY(0);
  }

  50% {
    transform: rotate(5deg) translateY(8px);
  }

  100% {
    transform: rotate(-5deg) translateY(-8px);
  }
}

.section-hero-services .hero-services__gallery {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 40px;
  margin-top: 18px;
  z-index: 2;
}

.section-hero-services .hero-services__card {
  flex: 1;
  text-align: center;
  max-width: 340px;
  transition: transform .32s ease, box-shadow .28s ease;
}

.section-hero-services .hero-services__card--center {
  transform: translateY(40px);
}

.section-hero-services .hero-services__card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12);
}

.section-hero-services .hero-services__img {
  width: 100%;
  height: auto;
  max-width: 340px;
  border-radius: 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  display: block;
  object-fit: cover;
}

@media (max-width: 992px) {
  .section-hero-services {
    padding: 100px 0 80px;
  }

  .section-hero-services .hero-services__title {
    font-size: 40px;
  }

  .section-hero-services .hero-services__gallery {
    gap: 20px;
  }

  .section-hero-services .hero-services__img {
    max-width: 260px;
  }
}

@media (max-width: 768px) {
  .section-hero-services {
    padding: 60px 0 40px;
  }

  .section-hero-services .hero-services__gallery {
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    gap: 10px;
    margin-top: 30px;
    flex-wrap: nowrap;
  }

  .section-hero-services .hero-services__card {
    max-width: 30%;
    flex-basis: calc(33.333% - 10px);
  }

  .section-hero-services .hero-services__card--center {
    transform: translateY(20px);
  }

  .section-hero-services .hero-services__card:hover {
    transform: none;
    box-shadow: none;
  }

  .section-hero-services .hero-services__img {
    width: 100%;
    max-width: none;
    height: 120px;
    border-radius: 10px;
    object-fit: cover;
  }

  .section-hero-services .hero-services__feather {
    display: none;
  }

  .section-hero-services .hero-services__title {
    font-size: 32px;
    line-height: 1.2;
  }

  .section-hero-services .hero-services__inner {
    text-align: center;
  }

  .section-hero-services .hero-services__sub {
    font-size: 16px;
    padding: 0 15px;
  }
}

/* about-sectio */
.about-section {
  background: white;
  padding: 100px 20px;
  box-sizing: border-box;
}

.about-section__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 60px;
  position: relative;
}

.about-section__visual {
  position: relative;
  width: 100%;
  height: 520px;
}

.about-section__img {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}

.about-section__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.about-section__img--single {
  width: 500px;
  height: 500px;
  margin: 0 auto;
  display: block;
  z-index: 2;
}

.about-section__dot {
  position: absolute;
  border-radius: 50%;
  background: #FFC0CB;
  opacity: 0.15;
  z-index: 1;
}

.about-section__dot--small {
  width: 80px;
  height: 80px;
  top: -20px;
  right: 40px;
}

.about-section__dot--large {
  width: 180px;
  height: 180px;
  bottom: -40px;
  left: 0;
}


.about-section__content {
  text-align: left;
}

.about-section__kicker {
  display: inline-block;
  background: rgba(255, 192, 203, 0.2);
  color: #ff69b4;
  padding: 8px 16px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 18px;
}

.about-section__title {
  font-size: 42px;
  line-height: 1.1;
  color: #111827;
  font-weight: 800;
  margin-bottom: 20px;
}

.about-section__text {
  color: #5b6170;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 28px;
  max-width: 440px;
}

.about-section__cta {
  display: inline-block;
  background: linear-gradient(90deg, #ffc0cb, #ff69b4);
  color: #fff;
  padding: 12px 30px;
  border-radius: 30px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 10px 20px rgba(255, 192, 203, 0.3);
  transition: all 0.3s ease;
}

.about-section__cta:hover {
  background: #fff !important;
  color: #000;
  border: 2px solid #000;
  transform: translateY(-2px);
}

.about-section__img img:hover {
  transform: scale(1.05);
  transition: transform 0.6s ease;
}


@media (max-width: 1024px) {
  .about-section__inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .about-section__visual {
    height: auto;
    margin-bottom: 40px;
  }

  .about-section__img--single {
    width: 300px;
    height: 400px;
  }

  .about-section__title {
    font-size: 34px;
  }

  .about-section__text {
    margin: 0 auto 24px;
    max-width: 600px;
  }
}

@media (max-width: 600px) {
  .about-section {
    padding: 60px 20px;
  }

  .about-section__img--single {
    width: 240px;
    height: 320px;
  }

  .about-section__title {
    font-size: 28px;
  }

  .about-section__text {
    font-size: 15px;
  }
}

/* section-cta-banner */
.environment-section {
  padding: 100px 0;
  background: rgba(255, 192, 203, 0.15);
  overflow: hidden;
  position: relative;
}

.environment-section .environment-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 50px;
}

.environment-section .content-box {
  flex: 1;
  max-width: 500px;
  padding-top: 50px;
}

.environment-section .tag {
  display: inline-block;
  color: #FF69B4;
  background-color: #ffe4ec;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}

.environment-section .title {
  font-size: 40px;
  font-weight: 800;
  color: #c71585;
  line-height: 1.1;
  margin-bottom: 20px;
}

.environment-section .description {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
  margin-bottom: 30px;
}

.environment-section .cta-button {
  background-color: #ff69b4;
  color: white;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 30px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.environment-section .cta-button:hover {
  background-color: #ff1493;
  /* hồng đậm hơn khi hover */
}

.environment-section .image-box.single-image {
  flex: 1;
  position: relative;
  max-width: 500px;
  padding-bottom: 500px;
  height: 0;
  overflow: visible;
}

.environment-section .image-box.single-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 992px) {
  .environment-section .environment-container {
    flex-direction: column;
    gap: 30px;
  }

  .environment-section .content-box {
    max-width: 100%;
    padding-top: 0;
    text-align: center;
  }

  .environment-section .image-box.single-image {
    max-width: 100%;
    width: 100%;
    padding-bottom: 60%;
    margin-top: 20px;
  }

  .environment-section .image-box.single-image img {
    object-fit: cover;
  }

  .environment-section .content-box .description {
    text-align: center;
  }
}

.testimonials-section {
  padding: 80px 0;
  background: #ffffff;
  overflow: hidden;
  position: relative;
}

.testimonials-section>.content-wrapper {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
}

.testimonials-section .testimonials-header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 60px;
}

.testimonials-section .header-text-block {
  max-width: 550px;
}

.testimonials-section .tag {
  display: inline-block;
  color: #ff69b4;
  background-color: #ffe4ec;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}

.testimonials-section .title {
  font-size: 40px;
  font-weight: 700;
  color: #4b0082;
  line-height: 1.1;
  margin: 0;
}

.testimonials-section .testimonials-slider {
  position: relative;
}

.testimonials-section .ts-viewport {
  overflow: hidden;
  width: 100%;
}

.testimonials-section .ts-track {
  display: flex;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  gap: 20px;
}

.testimonials-section .ts-slide {
  flex: 0 0 calc((100% - 60px) / 4);
  display: flex;
  box-sizing: border-box;
}

.testimonials-section .testimonial-card {
  background-color: #fff0f5;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(75, 0, 130, 0.05);
  text-align: center;
  position: relative;
  transition: all 0.4s ease;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.testimonials-section .testimonial-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(255, 105, 180, 0.25);
}

.testimonials-section .quote-icon {
  font-size: 40px;
  color: #ffb6c1;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  font-family: serif;
  font-weight: 900;
  opacity: 0.8;
}

.testimonials-section .feedback-text {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
  margin: 40px 0 20px 0;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonials-section .rating {
  font-size: 16px;
  margin-bottom: 10px;
  color: #ffc107;
}

.testimonials-section .client-info {
  font-size: 15px;
  color: #4b0082;
  font-weight: 600;
  margin: 0;
}

.testimonials-section .ts-btn {
  position: absolute;
  top: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #f0eef5;
  color: #4b0082;
  border: none;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.2s ease;
  z-index: 10;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  font-weight: 900;
  line-height: 1;
  padding: 0;
}

.testimonials-section .ts-prev {
  left: 0;
}

.testimonials-section .ts-next {
  right: 0;
}

.testimonials-section .ts-btn:hover {
  transform: translateY(-50%) scale(1.1);
  background: #e7d6ef;
}

.testimonials-section .ts-btn:active {
  transform: translateY(-50%) scale(0.95);
}

.testimonials-section .ts-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
  background: #f0f0f5;
  box-shadow: none;
  transform: translateY(-50%) scale(1);
}

.testimonials-section .ts-dots {
  display: flex;
  justify-content: center;
  margin-top: 25px;
  gap: 10px;
}

.testimonials-section .ts-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #e7d6ef;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
}

.testimonials-section .ts-dot[aria-selected="true"] {
  background: #7b4ad6;
  transform: scale(1.2);
}

@media (max-width: 1200px) {
  .testimonials-section .ts-slide {
    flex: 0 0 calc((100% - 20px) / 2);
  }
}

@media (max-width: 768px) {
  .testimonials-section .testimonials-header-wrapper {
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 40px;
  }

  .testimonials-section .header-text-block {
    max-width: 100%;
  }

  .testimonials-section .ts-slide {
    flex: 0 0 100%;
    padding: 0;
  }

  .testimonials-section .testimonial-card {
    padding: 25px;
    border-radius: 15px;
  }

  .testimonials-section .ts-prev {
    left: 0;
  }

  .testimonials-section .ts-next {
    right: 0;
  }

  .testimonials-section .ts-btn {
    width: 32px;
    height: 32px;
    font-size: 18px;
  }
}


/* faq-section */
.faq-section {
  padding: 80px 0;
  background: white;
  overflow: hidden;
  position: relative;
}

.faq-section .faq-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}

.faq-section .faq-content-box {
  flex: 1;
  max-width: 50%;
}

.faq-section .tag {
  display: inline-block;
  color: #FF69B4;
  background-color: #ffe4ec;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}

.faq-section .title {
  font-size: 36px;
  font-weight: 800;
  color: #4b0082;
  line-height: 1.1;
  margin-bottom: 5px;
}

.faq-section .subtitle {
  font-size: 14px;
  color: #555;
  margin-bottom: 30px;
}

.faq-section .questions-list {
  border-top: 1px solid #eee;
}

.faq-section .question-item {
  border-bottom: 1px solid #eee;
  cursor: pointer;
}

.faq-section .question-header {
  display: flex;
  align-items: center;
  padding: 15px 0;
}

.faq-section .plus-icon {
  font-size: 20px;
  color: #4b0082;
  margin-right: 15px;
  line-height: 1;
}

.faq-section .question-text {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin: 0;
}

.faq-section .answer-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
  padding: 0 0 0 35px;
}

.faq-section .answer-content .content-faq {
  font-size: 14px;
  color: #666;
  margin-top: 0;
  margin-bottom: 5px !important;
  text-align: justify;
}

.faq-section .faq-image-box.single-image-wrapper {
  flex: 1;
  max-width: 50%;
  position: relative;
  padding: 20px;
  overflow: visible;
  display: flex;
  justify-content: center;
  align-items: center;
}

.faq-section .faq-image-box.single-image-wrapper img {
  width: 80%;
  height: auto;
  object-fit: contain;
  border-radius: 10px;
  display: block;
  margin-top: 0;
}


@media (max-width: 992px) {
  .faq-section .faq-container {
    flex-direction: column;
    gap: 30px;
  }

  .faq-section .faq-content-box {
    max-width: 100%;
    text-align: center;
  }

  .faq-section .faq-image-box.single-image-wrapper {
    max-width: 100%;
    width: 100%;
    margin-top: 20px;
  }

  .faq-section .faq-image-box.single-image-wrapper img {
    margin-top: 0;
  }

  .faq-section .subtitle {
    text-align: center;
  }

  .faq-section .plus-icon,
  .faq-section .question-text {
    text-align: left;
  }
}

/* main-header */
.main-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background: rgba(255, 192, 203, 0.15);
  transition: background 0.25s ease, padding 0.25s ease;
  padding: 15px 0;
}

.main-header.scrolled {
  padding: 8px 0;
  background: white !important;
}

@media (max-width: 768px) {
  body {
    padding-top: 58px;
  }
}

.main-header__logo {
  display: inline-block;
  flex: 1;
}

.main-header__logo img {
  max-height: 50px;
  width: auto;
  display: block;
  transition: transform 0.3s ease;
}

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

.main-header.scrolled {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255, 192, 203, 0.15);
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.12);
  padding: 10px 0;
}

.main-header__navbar {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-header__logo {
  font-size: 24px;
  font-weight: 800;
  color: #4b0082;
  text-decoration: none;
  flex: 1;
}

.main-header__nav {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: center;
  flex: 2;
}

.main-header__item {
  position: relative;
  margin: 0 15px;
}

.main-header__link {
  text-decoration: none;
  color: black;
  font-size: 16px;
  font-weight: 700;
  transition: color 0.3s;
}

.main-header__link:hover {
  color: #FFC0CB;
}

.main-header__item--dropdown>.main-header__link::after {
  content: "▾";
  display: inline-block;
  margin-left: 8px;
  font-size: 12px;
  vertical-align: middle;
  color: #4b0082;
  transition: transform 0.18s ease;
}

.main-header__item--dropdown:hover>.main-header__link::after {
  transform: rotate(180deg);
}

.main-header__dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  min-width: 220px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s ease;
  z-index: 50;
}

.main-header__item--dropdown:hover .main-header__dropdown {
  display: block;
  opacity: 1;
  visibility: visible;
}

.main-header__dropdown-item {
  list-style: none;
}

.main-header__dropdown-item a {
  display: block;
  padding: 10px 18px;
  color: #333;
  font-size: 14px;
  text-decoration: none;
}

.main-header__dropdown-item a:hover {
  background-color: #f0f8ff;
  color: #4b0082;
}

.main-header__cta {
  flex: 1;
  text-align: right;
}

.main-header__call {
  background-color: #FFC0CB;
  color: black;
  padding: 8px 18px;
  border-radius: 25px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.main-header__call:hover {
  background-color: black;
  color: white;
}

/* === Ẩn header desktop trên mobile === */
@media (max-width: 991px) {
  .main-header {
    display: none;
  }
}

/* menu mobile */

.mobile-header {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1300;
}

.mobile-logo {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.mobile-logo img {
  max-height: 42px;
  width: auto;
  display: block;
  transition: transform 0.3s ease;
}

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

.mobile-navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 20px;
  background: #fff;
  position: relative;
}

.mobile-logo {
  font-size: 20px;
  font-weight: 700;
  color: #FFC0CB;
  text-decoration: none;
}

.mobile-nav-toggle {
  position: absolute;
  left: -9999px;
  opacity: 0;
}

.mobile-nav-btn {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 34px;
  height: 22px;
  cursor: pointer;
  z-index: 1400;
}

.mobile-nav-btn span {
  display: block;
  height: 3px;
  width: 100%;
  background: #333;
  border-radius: 3px;
  transition: transform .3s ease, opacity .2s ease;
}

.mobile-nav-toggle:checked+.mobile-nav-btn span:nth-child(1) {
  transform: rotate(45deg) translateY(8px);
}

.mobile-nav-toggle:checked+.mobile-nav-btn span:nth-child(2) {
  opacity: 0;
}

.mobile-nav-toggle:checked+.mobile-nav-btn span:nth-child(3) {
  transform: rotate(-45deg) translateY(-8px);
}

.mobile-nav-links {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.97);
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-top: 64px;
  gap: 0;
  transform: translateY(-8px);
  opacity: 0;
  visibility: hidden;
  transition: opacity .28s ease, transform .28s ease, visibility .28s;
  z-index: 1200;
  pointer-events: none;
  margin: 0;
  padding-left: 0;
  list-style: none;
  box-sizing: border-box;
}

.mobile-nav-toggle:checked~.mobile-nav-links {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.mobile-nav-item {
  list-style: none;
  border-bottom: 1px solid #f0eef6;
  position: relative;
}

.mobile-nav-link {
  display: block;
  padding: 16px 22px;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  text-decoration: none;
}

.mobile-nav-link:hover {
  color: #FFC0CB;
  background: #fff7fb;
}

.mobile-cta a {
  display: block;
  margin: 12px 20px;
  padding: 14px 20px;
  background: #FFC0CB;
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  border-radius: 8px;
}

.mobile-has-dropdown .mobile-dropdown-toggle {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: transparent;
  border: none;
  font-size: 20px;
  color: #FFC0CB;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.mobile-dropdown-toggle::before {
  content: "+";
  transition: transform .3s ease;
}

.mobile-has-dropdown.open .mobile-dropdown-toggle::before {
  content: "–";
}

.mobile-dropdown {
  max-height: 0;
  overflow: hidden;
  flex-direction: column;
  transition: max-height .3s ease;
  background: #fff;
  margin: 0;
  padding-left: 0;
  list-style: none;
  box-sizing: border-box;
}

.mobile-has-dropdown.open .mobile-dropdown {
  max-height: 420px;
}

.mobile-dropdown-item a {
  display: block;
  padding: 12px 44px;
  color: #555;
  font-size: 15px;
  text-decoration: none;
}

body.mobile-menu-open {
  overflow: hidden;
}

@media (max-width: 991px) {
  .mobile-header {
    display: block;
  }
}


/* cate tin tức */
.sh-finance-section {
  --primary: #8529cd;
  padding: 60px 0;
  background: linear-gradient(180deg, rgba(133, 41, 205, 0.03), rgba(133, 41, 205, 0.01));
}

.sh-finance-section .sh-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
}

.sh-finance-section .sh-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  align-items: start;
  width: 100%;
}

.sh-finance-section .sh-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(10, 10, 10, 0.06);
  transition: transform .26s, box-shadow .26s;
  display: flex;
  flex-direction: column;
}

.sh-finance-section .sh-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 36px rgba(10, 10, 10, 0.10);
}

.sh-finance-section .sh-thumb {
  display: block;
  width: 100%;
  aspect-ratio: 16/11;
  overflow: hidden;
  background: #f6f6f8;
  flex-shrink: 0;
}

.sh-finance-section .sh-thumb-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .6s cubic-bezier(.2, .9, .2, 1);
}

.sh-finance-section .sh-card:hover .sh-thumb-img {
  transform: scale(1.05);
}

.sh-finance-section .sh-body {
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 82px;
}

.sh-finance-section .sh-category {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  color: var(--primary);
  background: rgba(133, 41, 205, 0.06);
  padding: 5px 9px;
  border-radius: 999px;
}

.sh-finance-section .sh-title {
  margin: 0;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
}

.sh-finance-section .sh-title a {
  color: #111;
  text-decoration: none;
  display: inline-block;
}

.sh-finance-section .sh-meta {
  font-size: 13px;
  color: #666;
  margin-top: auto;
}

.sh-finance-section .sh-empty {
  text-align: center;
  color: #666;
  padding: 36px 0;
}

.sh-finance-section .sh-pagination {
  margin-top: 30px;
  text-align: center;
}

@media (max-width: 1024px) {
  .sh-finance-section .sh-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
}

@media (max-width: 820px) {
  .sh-finance-section .sh-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .sh-finance-section .sh-thumb {
    aspect-ratio: 4/3;
  }
}

@media (max-width: 520px) {
  .sh-finance-section {
    padding: 40px 0;
  }

  .sh-finance-section .sh-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .sh-finance-section .sh-container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .sh-finance-section .sh-thumb {
    aspect-ratio: 16/9;
  }

  .sh-finance-section .sh-body {
    padding: 12px;
  }

  .sh-finance-section .sh-title {
    font-size: 15px;
  }
}

/* chi tiết post */
.da-section {
  --primary: #8529cd;
  padding: 64px 0;
  background: #fff;
  color: #111;
  box-sizing: border-box;
}

.da-section .container {
  max-width: 1100px !important;
  margin: 0 auto;
  padding: 0 18px;
  box-sizing: border-box;
  width: 100%;
}

.da-article {
  background: #fff;
  border-radius: 12px;
  padding: 28px;
  box-shadow: 0 10px 30px rgba(15, 15, 15, 0.04);
  box-sizing: border-box;
  overflow: hidden;
}

.da-header {
  margin-bottom: 18px;
}

.da-title {
  margin: 0 0 12px 0;
  font-size: 32px;
  line-height: 1.18;
  font-weight: 800;
  color: #0b1220;
  word-break: break-word;
}

.da-meta {
  display: flex;
  gap: 18px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.da-author {
  display: flex;
  gap: 10px;
  align-items: center;
}

.da-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}

.da-author-info {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  color: #333;
}

.da-author-label {
  font-weight: 600;
  opacity: 0.85;
  font-size: 13px;
}

.da-author-name {
  font-weight: 700;
  color: #111;
}

.da-dates {
  display: flex;
  gap: 12px;
  color: #666;
  font-size: 13px;
  align-items: center;
}

.da-tags {
  margin: 10px 0 16px 0;
}

.da-tags-scroll {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 6px;
}

.da-tags-scroll::-webkit-scrollbar {
  height: 6px;
  display: none;
}

.da-tag {
  display: inline-block;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(133, 41, 205, 0.06);
  color: var(--primary);
  font-weight: 700;
  font-size: 13px;
  text-decoration: none;
  white-space: nowrap;
}

.da-excerpt {
  margin: 6px 0 18px 0;
  color: #333;
  font-size: 16px;
  line-height: 1.6;
}

.da-content {
  font-size: 16px;
  line-height: 1.85;
  color: #222;
  word-break: break-word;
}

.da-content img,
.da-content iframe,
.da-content embed,
.da-content video {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 18px 0;
  border-radius: 8px;
}

.da-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 18px 0;
  overflow: auto;
  display: block;
}

.da-content th,
.da-content td {
  border: 1px solid #e6e9ef;
  padding: 10px;
  font-size: 14px;
  text-align: left;
}

.da-content h2,
.da-content h3,
.da-content h4 {
  margin: 18px 0 10px 0;
  color: #0b1220;
  line-height: 1.25;
  font-weight: 700;
}

.da-content blockquote {
  padding: 12px 16px;
  border-left: 4px solid var(--primary);
  background: rgba(133, 41, 205, 0.04);
  margin: 18px 0;
  border-radius: 6px;
  color: #222;
}

.da-content pre {
  font-size: 14px;
  background: #0f1724;
  color: #e6eef8;
  padding: 12px;
  border-radius: 8px;
  overflow: auto;
  margin: 18px 0;
}

.da-footer {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}

.da-section,
.da-section .container,
.da-article,
.da-content,
.da-content * {
  box-sizing: border-box;
  max-width: 100%;
}

/* responsive */
@media (max-width: 991px) {
  .da-section {
    padding: 40px 0;
  }

  .da-article {
    padding: 20px;
  }

  .da-title {
    font-size: 26px;
  }

  .da-excerpt {
    font-size: 15px;
    line-height: 1.6;
  }

  .da-meta {
    gap: 12px;
  }
}

@media (max-width: 520px) {
  .da-section {
    padding: 28px 0;
  }

  .container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .da-article {
    padding: 16px;
    border-radius: 10px;
  }

  .da-title {
    font-size: 20px;
    line-height: 1.15;
  }

  .da-author-info {
    font-size: 13px;
  }

  .da-dates {
    font-size: 12px;
    gap: 8px;
  }

  .da-tags-scroll {
    gap: 8px;
  }

  .da-content {
    font-size: 15px;
    line-height: 1.7;
  }
}

.da-content iframe,
.da-content embed {
  width: 100%;
  max-width: 100%;
}

.breadcrumb-section {
  background: linear-gradient(to bottom, #ffffff, #f9f9f9);
  padding: 15px 0;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
  text-align: center;
  animation: fadeIn 1s ease-in;
}

.breadcrumb-container {
  font-size: 14px;
  color: #333;
  display: inline-block;
}

.breadcrumb-container a {
  color: #aa1e1e;
  text-decoration: none;
  transition: color 0.3s ease;
  font-size: 19px;

}

.breadcrumb-container a:hover {
  color: #cc0000;
  text-decoration: underline;
}

.breadcrumb-container span {
  margin: 0 5px;
  color: #555;
  font-size: 19px;

}

.breadcrumb-current {
  color: #000;
  font-weight: 500;
  text-transform: capitalize;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* policy-page */
.policy-page {
  padding: 48px 20px;
  box-sizing: border-box;
  background: #f9f9f9;
}

.policy-page .policy-header {
  max-width: 980px;
  margin: 0 auto 28px;
  text-align: left;
}

.policy-page .breadcrumb {
  font-size: 14px;
  color: #666;
  margin-bottom: 8px;
}

.policy-page .breadcrumb__item {
  color: #4b0082;
  text-decoration: none;
}

.policy-page .breadcrumb__current {
  color: #333;
  font-weight: 600;
}

.policy-page .policy-title {
  font-size: 28px;
  margin: 6px 0 10px;
  color: #1c1c1c;
  font-weight: 700;
}

.policy-page .policy-meta {
  font-size: 13px;
  color: #777;
  margin-bottom: 22px;
}

.policy-page .meta-label {
  font-weight: 600;
  margin-right: 6px;
}

.policy-page .policy-body {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 36px;
  max-width: 1180px;
  margin: 0 auto;
}

.policy-page .policy-content {
  background: #fff;
  padding: 22px 26px;
  border-radius: 10px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.04);
  line-height: 1.75;
  color: #222;
  font-size: 16px;
}

.policy-page .policy-content p {
  margin: 0 0 16px;
}

.policy-page .policy-content h2,
.policy-page .policy-content h3 {
  margin-top: 20px;
  margin-bottom: 12px;
}

.policy-page .policy-content ul,
.policy-page .policy-content ol {
  margin: 0 0 16px 20px;
}

.policy-page .policy-content a {
  color: #4b0082;
  text-decoration: underline;
}

.policy-page .policy-sidebar .policy-actions {
  position: sticky;
  top: 84px;
  align-self: start;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.policy-page .btn {
  display: inline-block;
  padding: 10px 14px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  text-align: center;
  transition: all 0.2s ease;
}

.policy-page .btn:hover {
  opacity: 0.85;
}

.policy-page .btn-back {
  background: transparent;
  color: #4b0082;
  border: 1px solid #f0e9f7;
}

.policy-page .btn-contact {
  background: #FFC0CB;
  color: #fff;
}

.policy-page .share {
  margin-top: 6px;
  font-size: 14px;
  color: #555;
}

.policy-page .share__item {
  display: inline-block;
  margin-left: 8px;
  color: #4b0082;
  text-decoration: none;
}

.policy-page .share__item:hover {
  color: #FFC0CB;
}

/* Responsive */
@media (max-width: 991px) {
  .policy-page .policy-body {
    display: flex;
    flex-direction: column;
    /* chuyển sang cột */
    gap: 18px;
    padding-bottom: 40px;
  }

  .policy-page .policy-sidebar .policy-actions {
    position: static;
    /* tắt sticky */
    top: auto;
    flex-direction: row;
    /* nút nằm ngang */
    gap: 8px;
    overflow: visible;
    /* tránh cắt */
  }

  .policy-page .policy-content {
    width: 100%;
  }

  .policy-page .btn {
    padding: 10px 12px;
    font-size: 14px;
  }
}


/* Print friendly */
@media print {

  .policy-page .policy-header,
  .policy-page .policy-sidebar,
  .policy-page .btn,
  .policy-page .share {
    color: #000 !important;
  }

  .policy-page .policy-body {
    box-shadow: none;
  }

  body {
    background: #fff;
  }
}

/* secOneImage */
.secOneImage {
  padding: 20px 0;
}

.secOneImage .one-image {
  width: 100%;
  display: flex;
  justify-content: center;
}

.secOneImage .one-image img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}


.laundry-footer {
  background-color: rgba(255, 192, 203, 0.15);
  position: relative;
  overflow: hidden;
  color: #825b3c;
  padding: 60px 20px 30px;
  font-size: 15px;
}

.laundry-footer__container {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}

.laundry-footer__top {
  display: grid;
  grid-template-columns: 300px 1fr 360px;
  gap: 32px;
}

/* Logo + intro */
.laundry-footer__logo-img {
  height: 200px;
  width: auto;
  margin-bottom: 16px;
}

.laundry-footer__intro {
  line-height: 1.6;
  color: black;
}

/* Content */
.laundry-footer__content {
  background: #ffc0cb;
  border: 2px solid #ffc0cb;
  border-radius: 16px;
  padding: 20px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.laundry-footer__row {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.footer-socials {
  margin-top: 15px;
  display: flex;
  gap: 10px;
}

.footer-socials .social-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #333;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
}

.footer-socials .social-link svg {
  width: 20px;
  height: 20px;
  fill: #fff;
}

.footer-socials .social-link.facebook {
  background: #1877f2;
}

.footer-socials .social-link.instagram {
  background: #e4405f;
}

.footer-socials .social-link.youtube {
  background: #ff0000;
}

.footer-socials .social-link:hover {
  transform: scale(1.1);
  opacity: 0.9;
}


.laundry-footer__col {
  flex: 1;
  min-width: 180px;
}

.laundry-footer__col p {
  margin-bottom: 5px;
}

.laundry-footer__col--full {
  flex: 100%;
}

.laundry-footer__title {
  font-weight: 700;
  margin-bottom: 12px;
  color: black;
}

.laundry-footer__col a {
  color: black;
}

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

.laundry-footer__col p {
  color: black;
}

.laundry-footer__list a {
  color: black;
}

.laundry-footer__link {
  color: black;
  text-decoration: none;
}

.laundry-footer__map {
  height: 250px;
  overflow: hidden;
}

.laundry-footer__map-embed,
.laundry-footer__iframe {
  width: 100%;
  height: 100%;
  min-height: 0;
  border: 0;
  border-radius: 14px;
  background: #f6eee6;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* context */
.laundry-footer {
  position: relative;
  overflow: visible;
}

.laundry-footer__orbs {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 999;
}

.orb {
  --size: 40px;
  --delay: 0s;
  position: absolute;
  bottom: 6px;
  width: var(--size);
  height: var(--size);
  left: 10%;
  border-radius: 50%;
  pointer-events: none;

  background:
    radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.45) 35%, rgba(255, 255, 255, 0.06) 60%),
    radial-gradient(circle at 70% 70%, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0) 55%);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18), inset 0 2px 6px rgba(255, 255, 255, 0.22);
  opacity: 0;

  animation: orbRiseByBottom 6.5s linear infinite;
  animation-delay: var(--delay);
}

.orb::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: radial-gradient(circle at 40% 28%, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.25) 30%, rgba(255, 255, 255, 0) 60%);
  pointer-events: none;
  filter: blur(.6px);
  opacity: .95;
}

@keyframes orbRiseByBottom {
  0% {
    bottom: 6px;
    opacity: 0;
    transform: none;
  }

  10% {
    opacity: 0.9;
  }

  40% {
    bottom: calc(40%);
    opacity: 1;
  }

  75% {
    bottom: calc(85%);
    opacity: 0.9;
  }

  100% {
    bottom: calc(100% - var(--size) - 6px);
    opacity: 0;
  }
}

@media (max-width:768px) {
  .orb {
    --size: 26px;
    animation-duration: 5.5s;
  }
}


/* Footer bottom */
.laundry-footer__bottom {
  margin-top: 30px;
  text-align: center;
  font-size: 14px;
  color: #654d3c;
}

/* Tablet */
@media (max-width: 1024px) {
  .laundry-footer__top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .laundry-footer__map {
    order: 0;
    /* giữ map bên phải */
  }
}

/* Mobile */
@media (max-width: 768px) {
  .laundry-footer__top {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .laundry-footer__map {
    order: 99;
    /* map xuống cuối */
    height: 200px;
  }

  .laundry-footer__content {
    padding: 16px;
  }

  .laundry-footer__row {
    flex-direction: column;
    gap: 16px;
  }

  .laundry-footer__logo-img {
    height: 100px;
    margin: 0 auto;
  }

  .laundry-footer__title {
    font-size: 16px;
  }

  .laundry-footer__link {
    font-size: 14px;
  }

  .laundry-footer__intro {
    font-size: 14px;
  }

  .laundry-footer__bottom {
    font-size: 13px;
  }
}

/* Small mobile */
@media (max-width: 480px) {
  .laundry-footer {
    padding: 40px 15px 20px;
  }

  .laundry-footer__map {
    height: 180px;
  }
}

.home-full-banner {
  height: 420px;
  overflow: hidden;
}

.home-full-banner__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

@media (max-width: 768px) {
  .home-full-banner {
    height: 250px;
  }

  .home-full-banner__img {
    object-position: center center;
  }
}

@media (max-width: 480px) {
  .home-full-banner {
    height: 180px;
  }
}

/* image-grid-section */
.image-grid-section {
  padding: 40px 0;
  background-color: #f7f7f7;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.image-grid-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
  z-index: 2;
}

.image-grid-section .image-grid {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  align-items: flex-start;
}

.image-grid-section .grid-item {
  flex: 1 1 22%;
  max-width: 25%;
  text-align: center;
  box-sizing: border-box;
}

.image-grid-section .grid-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.image-grid-section .image-wrapper {
  overflow: hidden;
  border-radius: 10px;
  background-color: #e0e0e0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  display: block;
  transition: 0.3s ease;
  position: relative;
}

.image-grid-section .image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  transition: 0.4s ease;
}

.image-grid-section .image-wrapper:hover img {
  transform: scale(1.05) rotate(1deg);
}

.image-grid-section .image-wrapper:hover {
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.image-grid-section .item-title {
  margin-top: 15px;
  font-size: 18px;
  font-weight: bold;
  color: #c0392b;
  text-transform: uppercase;
}

.image-grid-section .bubble-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 5;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.image-grid-section .image-wrapper:hover .bubble-container {
  opacity: 1;
}

.bubble-container .bubble {
  position: absolute;
  bottom: -50px;
  border-radius: 50%;
  background-color: rgba(192, 215, 240, 0.4);
  box-shadow: inset 0 0 8px rgba(255, 255, 255, 0.8);
  animation: bubble-rise linear infinite;
}

@keyframes bubble-rise {
  0% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateY(-100vh) scale(1.2);
    opacity: 0;
  }
}

@media (max-width: 992px) {
  .image-grid-section .grid-item {
    flex: 1 1 45%;
    max-width: 48%;
  }
}

@media (max-width: 576px) {
  .image-grid-section .image-grid {
    flex-direction: column;
    align-items: center;
  }

  .image-grid-section .grid-item {
    flex: 1 1 90%;
    max-width: 90%;
    margin-bottom: 20px;
  }
}


/* policy-archive */
.policy-archive {
  max-width: 1100px;
  margin: 40px auto;
  padding: 0 20px;
  color: #111;
}

.policy-archive .policy-archive__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  gap: 12px;
}

.policy-archive .policy-archive__title {
  font-size: 28px;
  font-weight: 700;
  margin: 0;
  color: #111;
}

.policy-archive .policy-archive__intro {
  color: #555;
  font-size: 14px;
}

.policy-archive .policy-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.policy-archive .policy-item {
  background: #fff;
  border: 1px solid #f1c4db;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: transform .18s ease, box-shadow .18s ease;
}

.policy-archive .policy-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 30px rgba(255, 79, 163, 0.25);
}

.policy-archive .policy-thumb {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: #ffe4f2;
  display: block;
}

.policy-archive .policy-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.policy-archive .policy-content {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1 1 auto;
}

.policy-archive .policy-meta {
  font-size: 12px;
  color: #888;
}

.policy-archive .policy-title {
  font-size: 18px;
  margin: 0;
  line-height: 1.3;
  color: #111;
}

.policy-archive .policy-excerpt {
  color: #444;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 6px;
  flex-grow: 1;
}

.policy-archive .policy-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
}

.policy-archive .policy-readmore {
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  background: #ff4fa3;
  color: #fff;
  padding: 6px 12px;
  border-radius: 6px;
  display: inline-block;
}

.policy-archive .policy-readmore:hover {
  background: #111;
}

.policy-archive .policy-pagination {
  margin-top: 28px;
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}

.policy-archive .policy-pagination a,
.policy-archive .policy-pagination span {
  display: inline-block;
  padding: 8px 12px;
  border-radius: 6px;
  border: 1px solid #ddd;
  color: #111;
  text-decoration: none;
}

.policy-archive .policy-pagination .current {
  background: #111;
  color: #fff;
  border-color: #111;
}

@media (max-width: 992px) {
  .policy-archive .policy-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 620px) {
  .policy-archive {
    margin: 20px 12px;
  }

  .policy-archive .policy-list {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .policy-archive .policy-archive__title {
    font-size: 22px;
  }
}

.thank-you-container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 30px 15px;
  background: #ffe6f2;
}

.thank-you-box {
  background: #fff;
  padding: 40px 45px;
  border-radius: 18px;
  text-align: center;
  max-width: 420px;
  width: 100%;
  box-shadow: 0 10px 28px rgba(255, 105, 180, 0.25);
  animation: fadeIn 0.5s ease;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
}

.thank-you-icon {
  font-size: 60px;
  margin-bottom: 20px;
  animation: popIn 0.5s ease;
}

.thank-you-box h1 {
  font-size: 26px;
  color: #d63384;
  margin-bottom: 12px;
}

.thank-you-box p {
  font-size: 16px;
  color: #555;
  margin-bottom: 25px;
  line-height: 1.5;
}

.back-home {
  display: inline-block;
  padding: 13px 26px;
  background: #ff69b4;
  color: #fff;
  font-weight: 600;
  border-radius: 10px;
  text-decoration: none;
  transition: 0.3s;
}

.back-home:hover {
  background: #d63384;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes popIn {
  0% {
    opacity: 0;
    transform: scale(0.6);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@media (max-width: 480px) {
  .thank-you-box {
    padding: 28px 22px;
    border-radius: 14px;
  }

  .thank-you-box h1 {
    font-size: 22px;
  }

  .thank-you-box p {
    font-size: 15px;
  }

  .back-home {
    padding: 11px 20px;
    font-size: 15px;
  }
}

/* price-section */
.price-section {
  padding: 60px 20px;
  background-color: #fcfaff;
  text-align: center;
}

.price-section .section-title {
  font-size: 32px;
  color: black;
  margin-bottom: 40px;
}

.price-section .price-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  max-width: 1400px;
  margin: 0 auto;
  align-items: stretch;
}

.price-section .price-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  width: calc(25% - 15px);
}

.price-section .price-item .item-image-wrap {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: #FFC0CB;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  flex-shrink: 0;
}

.price-section .price-item .item-image-wrap .item-image {
  width: 90%;
  height: 90%;
  object-fit: contain;
  border-radius: 50%;
}

.price-section .price-item .item-details {
  padding: 0 10px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}

.price-section .price-item .item-details .content-top {
  max-height: 100px;
}


.price-section .price-item .item-details .item-name {
  color: black;
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: bold;
}

.price-section .price-item .item-details .item-description {
  color: #666;
  font-size: 14px;
  min-height: 40px;
}

.price-section .price-item .item-details .item-price {
  margin: 15px 0 20px 0;
}

.price-section .price-item .item-details .item-price .price-value {
  color: red;
  font-size: 48px;
  font-weight: bold;
  display: block;
}

.price-section .price-item .item-details .item-price .price-unit {
  color: black;
  font-size: 16px;
  display: block;
  margin-top: -10px;
}

.price-section .price-item .item-details .item-buttons {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 15px;
  flex-shrink: 0;
}

.price-section .price-item .item-details .btn {
  padding: 10px 25px;
  border-radius: 8px;
  font-size: 16px;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s;
}

.price-section .price-item .item-details .btn-primary {
  background-color: #b62027;
  color: white;
  border: 2px solid #b62027;
  border-radius: 6px;
  padding: 10px 20px;
  transition: all 0.3s ease;
  font-weight: 700;
}

.price-section .price-item .item-details .btn-primary:hover {
  background-color: #fff;
  color: #b62027;
  border-color: #b62027;
}

.price-section .price-item .item-details .btn-secondary {
  background-color: black;
  color: white;
  border: 2px solid black;
  border-radius: 6px;
  padding: 10px 20px;
  transition: all 0.3s ease;
  font-weight: 700;
}

.price-section .price-item .item-details .btn-secondary:hover {
  background-color: #fff;
  color: red;
  border-color: red;
}

/* Cố định chiều cao ghi chú - ĐẢM BẢO CUỐI KHỐI ĐỒNG NHẤT */
.price-section .price-item .item-details .item-note,
.price-section .price-item .item-details .item-extra-note {
  font-size: 12px;
  color: #666;
  /* Đổi màu nếu cần */
  min-height: 30px;
  margin-top: 5px;
  flex-shrink: 0;
}

/* Đảm bảo ghi chú trống vẫn giữ chiều cao và ẩn chữ */
.price-section .price-item .item-details .item-note.empty-note {
  color: transparent;
}

/* --- Mobile View (max-width: 768px) --- */
@media (max-width: 768px) {
  .price-section {
    padding: 30px 15px;
  }

  .price-section .price-list {
    flex-direction: column;
    gap: 15px;
  }

  .price-section .price-item {
    width: 100%;
    flex-direction: column;
    padding: 20px 15px;
    text-align: center;
    align-items: center;
  }

  .price-section .price-item .item-image-wrap {
    width: 150px;
    height: 150px;
    margin-right: 0;
    margin-bottom: 15px;
  }

  .price-section .price-item .item-details {
    padding: 0;
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
  }

  /* Tắt chiều cao cố định trên mobile */
  .price-section .price-item .item-details .item-description {
    min-height: auto;
    margin-bottom: 10px;
  }

  .price-section .price-item .item-details .item-note,
  .price-section .price-item .item-details .item-extra-note {
    min-height: auto;
  }
}

/* FIXED CONTACT */
.fixed-contact {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  padding: 10px;
}

.fixed-contact .contact-hotline {
  background-color: #FF0000;
  color: #fff;
  padding: 10px 15px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

/* benefits-section-banner */
.service-process {
  padding: 80px 20px;
  background-color: #fff;
  text-align: center;
}

.service-process .section-heading {
  font-size: 36px;
  color: black;
  margin-bottom: 50px;
  font-weight: bold;
}

.service-process .process-steps {
  display: flex;
  justify-content: center;
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.service-process .step-item {
  width: 25%;
  padding: 15px;
  text-align: center;
}

.service-process .step-icon-box {
  width: 80px;
  height: 80px;
  margin: 0 auto 25px;
  background-color: #FFC0CB;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.service-process .step-icon-box i {
  font-size: 40px;
  color: #fff;
}

.service-process .step-title {
  font-size: 24px;
  color: black;
  font-weight: bold;
  margin-bottom: 15px;
}

.service-process .step-description {
  font-size: 14px;
  color: #333;
  line-height: 1.6;
  min-height: 120px;
}

@media (max-width: 768px) {
  .service-process {
    padding: 40px 15px;
    text-align: left;
  }

  .service-process .section-heading {
    font-size: 28px;
    margin-bottom: 30px;
    text-align: center;
  }

  .service-process .process-steps {
    flex-direction: column;
    gap: 20px;
  }

  .service-process .step-item {
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 15px;
    text-align: left;
    padding: 0;
  }

  .service-process .step-icon-box {
    width: 60px;
    height: 60px;
    min-width: 60px;
    margin: 0;
    border-radius: 10px;
  }

  .service-process .step-icon-box i {
    font-size: 30px;
  }

  .service-process .step-content {
    display: flex;
    flex-direction: column;
  }

  .service-process .step-title {
    font-size: 20px;
    margin: 0 0 5px 0;
    font-weight: 700;
  }

  .service-process .step-description {
    font-size: 13px;
    min-height: auto;
    margin: 0;
  }
}