/* gioi-thieu-phan-hoi.css */
/* Extracted from gioi-thieu-phan-hoi.html - 3 blocks */

/* --- Block 1 --- */
/* CSS cho Dropdown Ngôn ngữ */
    .lang-selector {
      position: relative;
      display: inline-block;
      margin-right: 15px;
      vertical-align: middle;
    }

    .dropdown-lang {
      position: relative;
      display: inline-block;
    }

    .dropbtn-lang {
      background-color: transparent;
      color: #fff;
      padding: 6px 12px;
      font-size: 14px;
      border: 1px solid rgba(255, 255, 255, 0.4);
      border-radius: 4px;
      cursor: pointer;
      display: flex;
      align-items: center;
      gap: 6px;
      text-transform: uppercase;
      font-family: inherit;
      font-weight: 600;
      transition: all 0.2s;
    }

    .dropbtn-lang:hover {
      background-color: rgba(255, 255, 255, 0.15);
    }

    .dropbtn-lang i {
      font-size: 10px;
      transition: transform 0.2s;
      display: inline-block;
    }

    .dropdown-content-lang {
      display: none;
      position: absolute;
      background-color: #fff;
      min-width: 50px;
      box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.12);
      z-index: 9999;
      border-radius: 8px;
      right: 50%;
      transform: translateX(50%);
      top: 100%;
      margin-top: 5px;
      border: 1px solid rgba(0, 0, 0, 0.08);
      padding: 8px 0;
    }

    .dropdown-content-lang.show {
      display: block;
    }

    .dropdown-content-lang a {
      padding: 6px 12px;
      text-decoration: none;
      display: flex;
      justify-content: center;
      align-items: center;
      transition: background-color 0.2s;
    }

    .dropdown-content-lang a:hover {
      background-color: rgba(0, 0, 0, 0.05);
    }

    .flag-img {
      width: 24px;
      height: 18px;
      object-fit: cover;
      border-radius: 2px;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    }

    /* Custom Hero CSS */
    .custom-hero {
      position: relative;
      min-height: 680px;
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.5) 40%, rgba(0, 0, 0, 0) 55%), url('https://cha-chinglive.com:2201/webp/TxVYFNbgU9eqUtc9CJ.webp');
      background-size: cover;
      background-position: center;
      display: flex;
      align-items: center;
      color: #fff;
      font-family: 'Montserrat', sans-serif;
      padding-top: 140px;
      padding-bottom: 60px;
    }

    .hero-content {
      z-index: 2;
      width: 100%;
    }

    .hero-subtitle {
      font-family: 'Dancing Script', cursive !important;
      color: #caa169 !important;
      font-size: 38px !important;
      margin-bottom: 15px !important;
      display: block !important;
      text-transform: none !important;
      font-weight: 500 !important;
    }

    .hero-title {
      font-family: 'Lora', serif !important;
      font-size: 78px !important;
      font-weight: 500 !important;
      line-height: 1.05 !important;
      margin: 0 !important;
      letter-spacing: 2px !important;
      color: #ffffff !important;
      text-transform: uppercase !important;
    }

    .hero-title-sub {
      font-family: 'Montserrat', sans-serif !important;
      font-size: 16px !important;
      font-weight: 500 !important;
      letter-spacing: 8px !important;
      color: rgba(255, 255, 255, 0.9) !important;
      margin-top: 5px !important;
      margin-bottom: 30px !important;
      text-transform: uppercase !important;
    }

    .hero-desc {
      font-family: 'Montserrat', sans-serif !important;
      font-size: 15px !important;
      line-height: 1.8 !important;
      color: rgba(255, 255, 255, 0.85) !important;
      margin-bottom: 35px !important;
      max-width: 580px !important;
    }

    .hero-btn {
      background-color: #caa169 !important;
      color: #000 !important;
      border: none !important;
      border-radius: 6px !important;
      padding: 12px 30px !important;
      font-weight: 600 !important;
      font-size: 13px !important;
      text-transform: uppercase !important;
      letter-spacing: 1px !important;
      display: inline-flex !important;
      align-items: center !important;
      gap: 8px !important;
      text-decoration: none !important;
      transition: all 0.3s ease !important;
    }

    .hero-btn:hover {
      background-color: #b89058 !important;
      transform: translateY(-2px) !important;
      box-shadow: 0 4px 15px rgba(202, 161, 105, 0.4) !important;
    }

    /* Inline transparent icons directly on background */
    .hero-icons-inline {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      margin-top: 50px !important;
      gap: 15px;
      flex-wrap: wrap;
    }

    .hero-icon-item {
      display: flex;
      align-items: center;
      gap: 12px;
      color: #ffffff;
    }

    .hero-icon-item i {
      color: #caa169 !important;
      font-size: 24px !important;
    }

    .hero-icon-text {
      display: flex;
      flex-direction: column;
      line-height: 1.3;
    }

    .hero-icon-text strong {
      font-family: 'Montserrat', sans-serif !important;
      font-size: 13px !important;
      font-weight: 600 !important;
      color: #ffffff !important;
      text-transform: none !important;
    }

    .hero-icon-text span {
      font-family: 'Montserrat', sans-serif !important;
      font-size: 12px !important;
      font-weight: 400 !important;
      color: rgba(255, 255, 255, 0.75) !important;
      text-transform: none !important;
    }

    .hero-icon-divider {
      width: 1px;
      height: 25px;
      background-color: rgba(255, 255, 255, 0.2);
    }

    @media (max-width: 991px) {
      .custom-hero {
        height: auto;
        padding-top: 120px;
        padding-bottom: 40px;
      }

      .hero-title {
        font-size: 48px !important;
      }

      .hero-icons-inline {
        justify-content: center;
        gap: 20px;
        margin-top: 40px !important;
      }

      .hero-icon-divider {
        display: none;
      }
    }

    /* Mobile Hero: Stacked layout (image on top, content below) */
    @media (max-width: 767px) {
      .custom-hero {
        display: block !important;
        min-height: unset !important;
        background: none !important;
        padding: 0 !important;
      }

      /* Top image block */
      .hero-mobile-image-block {
        display: block;
        width: 100%;
        height: 280px;
        background-image: url('https://cha-chinglive.com:2201/webp/TxVYFNbgU9eqUtc9CJ.webp');
        background-size: cover;
        background-position: center top;
        position: relative;
      }

      /* Logo overlay on top of image */
      .hero-mobile-logo-overlay {
        position: absolute;
        inset: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.15) 100%);
      }

      .hero-mobile-logo-overlay .logo-text-big {
        font-family: 'Lora', serif !important;
        font-size: 38px !important;
        font-weight: 500 !important;
        color: #fff !important;
        letter-spacing: 4px !important;
        line-height: 1.1 !important;
        text-align: center;
      }

      .hero-mobile-logo-overlay .logo-text-sub {
        font-family: 'Montserrat', sans-serif !important;
        font-size: 9px !important;
        font-weight: 500 !important;
        letter-spacing: 3px !important;
        color: rgba(255, 255, 255, 0.88) !important;
        text-align: center;
        margin-top: 4px;
      }

      /* Bottom content panel: dark bg */
      .hero-content {
        background-color: #0b1012 !important;
        padding: 32px 24px 36px 24px !important;
      }

      .hero-content .container {
        padding: 0 !important;
      }

      .hero-subtitle {
        font-size: 26px !important;
        margin-bottom: 10px !important;
      }

      .hero-title {
        font-size: 46px !important;
      }

      .hero-title-sub {
        font-size: 11px !important;
        letter-spacing: 5px !important;
        margin-bottom: 18px !important;
      }

      .hero-desc {
        font-size: 14px !important;
        line-height: 1.75 !important;
        margin-bottom: 24px !important;
      }

      .hero-btn {
        font-size: 12px !important;
        padding: 11px 24px !important;
      }

      .hero-icons-inline {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        gap: 16px 12px !important;
        margin-top: 28px !important;
        justify-items: start;
      }

      .hero-icon-divider {
        display: none !important;
      }

      .hero-icon-item {
        align-items: flex-start !important;
      }
    }

    /* Hide mobile image block on desktop */
    @media (min-width: 768px) {
      .hero-mobile-image-block {
        display: none !important;
      }
    }

    /* About Section Custom styles */
    .about-container {
      padding-top: 80px;
      padding-bottom: 20px;
    }

    @media (max-width: 767px) {
      .about-container {
        padding-top: 36px !important;
        padding-bottom: 10px !important;
      }
    }

    .about-text-col {
      padding-right: 40px;
    }

    .about-subtitle-gold {
      font-family: 'Montserrat', sans-serif !important;
      color: #caa169 !important;
      font-size: 13px !important;
      font-weight: 600 !important;
      letter-spacing: 2px !important;
      text-transform: uppercase !important;
      margin-bottom: 12px !important;
      display: block !important;
    }

    .about-title-serif {
      font-family: 'Lora', serif !important;
      font-size: 42px !important;
      font-weight: 500 !important;
      color: #11151a !important;
      line-height: 1.25 !important;
      margin-bottom: 25px !important;
    }

    .about-desc-p {
      font-family: 'Montserrat', sans-serif !important;
      font-size: 14px !important;
      line-height: 1.85 !important;
      color: #555555 !important;
      margin-bottom: 20px !important;
    }

    .about-signature {
      font-family: 'Dancing Script', cursive !important;
      color: #caa169 !important;
      font-size: 36px !important;
      margin-top: 25px !important;
      font-weight: 600 !important;
    }

    .about-cards-row {
      display: flex;
      gap: 20px;
    }

    .about-card-item {
      flex: 1;
      display: flex;
      flex-direction: column;
      gap: 15px;
    }

    .about-card-img-wrapper {
      position: relative;
      width: 100%;
      aspect-ratio: 3 / 4;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    }

    .about-card-img-wrapper img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    }

    .about-card-item:hover .about-card-img-wrapper img {
      transform: scale(1.08);
    }

    .about-card-caption {
      font-family: 'Lora', serif !important;
      font-size: 15px !important;
      font-weight: 500 !important;
      color: #222222 !important;
      line-height: 1.45 !important;
      text-align: center;
      margin-top: 5px;
    }

    @media (max-width: 991px) {
      .about-text-col {
        padding-right: 0;
        margin-bottom: 40px;
      }

      .about-cards-row {
        flex-direction: column;
        gap: 30px;
      }
    }

    /* Services Section Custom Styles */
    .services-container {
      padding-top: 20px;
      padding-bottom: 30px;
    }

    @media (max-width: 767px) {
      .services-container {
        padding-top: 8px !important;
        padding-bottom: 16px !important;
      }
    }

    .services-title-block {
      text-align: center;
      margin-bottom: 50px;
    }

    .services-subtitle-gold {
      font-family: 'Montserrat', sans-serif !important;
      color: #caa169 !important;
      font-size: 13px !important;
      font-weight: 600 !important;
      letter-spacing: 2px !important;
      text-transform: uppercase !important;
      margin-bottom: 12px !important;
      display: block !important;
    }

    @media (max-width: 767px) {
      .services-subtitle-gold {
        font-size: 24px !important;
        letter-spacing: 1.5px !important;
        margin-bottom: 8px !important;
        margin-top: 20px !important;
      }
    }

    .services-title-serif {
      font-family: 'Lora', serif !important;
      font-size: 36px !important;
      font-weight: 500 !important;
      color: #11151a !important;
      margin-bottom: 20px !important;
    }

    .services-intro-p {
      font-family: 'Montserrat', sans-serif !important;
      font-size: 14px !important;
      line-height: 1.8 !important;
      color: #555555 !important;
      max-width: 750px;
      margin: 0 auto !important;
    }

    .services-grid-row {
      display: flex;
      flex-wrap: wrap;
      margin-right: -10px;
      margin-left: -10px;
    }

    .services-grid-col {
      flex: 0 0 16.666667%;
      max-width: 16.666667%;
      padding-right: 10px;
      padding-left: 10px;
      margin-bottom: 30px;
    }

    .service-card-item {
      background-color: #fcfbfa;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
      transition: all 0.4s ease;
      height: 100%;
      display: flex;
      flex-direction: column;
      border: 1px solid rgba(202, 161, 105, 0.1);
    }

    .service-card-item:hover {
      transform: translateY(-8px);
      box-shadow: 0 12px 30px rgba(202, 161, 105, 0.12);
      border-color: rgba(202, 161, 105, 0.3);
    }

    .service-card-img-wrapper {
      position: relative;
      width: 100%;
      height: 150px;
      overflow: hidden;
      background-color: rgba(202, 161, 105, 0.05);
    }

    .service-card-img-wrapper img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.5s ease;
    }

    .service-card-item:hover .service-card-img-wrapper img {
      transform: scale(1.08);
    }

    .service-card-body {
      padding: 20px 15px;
      display: flex;
      flex-direction: column;
      flex-grow: 1;
      justify-content: space-between;
    }

    .service-card-title-wrap {
      min-height: 48px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 12px;
    }

    .service-card-title {
      font-family: 'Lora', serif !important;
      font-size: 14px !important;
      font-weight: 700 !important;
      color: #11151a !important;
      text-align: center !important;
      text-transform: uppercase !important;
      margin: 0 !important;
      line-height: 1.3 !important;
    }

    .service-card-desc-wrap {
      min-height: 72px;
      margin-bottom: 15px;
    }

    .service-card-desc {
      font-family: 'Montserrat', sans-serif !important;
      font-size: 12px !important;
      line-height: 1.6 !important;
      color: #666666 !important;
      text-align: justify !important;
      margin: 0 !important;
    }

    .service-card-btn {
      width: 28px;
      height: 28px;
      border-radius: 50%;
      background-color: #caa169;
      color: #ffffff !important;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      text-decoration: none !important;
      transition: all 0.3s ease;
      border: none;
      align-self: flex-start;
    }

    .service-card-btn i {
      font-size: 13px;
      line-height: 1;
    }

    .service-card-btn:hover {
      background-color: #b89058;
      transform: scale(1.15);
      color: #ffffff !important;
    }

    @media (max-width: 1199px) {
      .services-grid-col {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
      }
    }

    @media (max-width: 767px) {
      .services-grid-col {
        flex: 0 0 50%;
        max-width: 50%;
      }
    }

    @media (max-width: 480px) {
      .services-grid-col {
        flex: 0 0 100%;
        max-width: 100%;
      }
    }

    /* Menu Đặc Sắc Section Custom Styles */
    .menu-section-container {
      padding-top: 10px;
      padding-bottom: 60px;
    }

    @media (max-width: 767px) {
      .menu-section-container {
        padding-top: 8px !important;
        padding-bottom: 30px !important;
      }
    }

    .menu-title-block {
      text-align: left;
      margin-bottom: 35px;
    }

    .menu-subtitle-gold {
      font-family: 'Montserrat', sans-serif !important;
      color: #caa169 !important;
      font-size: 13px !important;
      font-weight: 600 !important;
      letter-spacing: 2px !important;
      text-transform: uppercase !important;
      margin-bottom: 12px !important;
      display: block !important;
    }

    .menu-title-serif {
      font-family: 'Lora', serif !important;
      font-size: 32px !important;
      font-weight: 500 !important;
      color: #11151a !important;
      margin-bottom: 0 !important;
    }

    .menu-grid-row {
      display: flex;
      flex-wrap: wrap;
      margin-right: -10px;
      margin-left: -10px;
      align-items: stretch;
    }

    .menu-grid-col {
      flex: 0 0 16.666667%;
      max-width: 16.666667%;
      padding-right: 10px;
      padding-left: 10px;
      margin-bottom: 20px;
    }

    .menu-img-card {
      position: relative;
      width: 100%;
      height: 100%;
      min-height: 250px;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    }

    .menu-img-card img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.5s ease;
    }

    .menu-img-card:hover img {
      transform: scale(1.08);
    }

    .menu-text-card {
      background-color: #faf7f2;
      border-radius: 12px;
      padding: 25px 20px;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
      border: 1px solid rgba(202, 161, 105, 0.2);
      position: relative;
      overflow: hidden;
    }

    .menu-text-card::before {
      content: '';
      position: absolute;
      right: 0;
      bottom: 0;
      width: 140px;
      height: 140px;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' fill='%23caa169' opacity='0.08'%3E%3Cpath d='M90,95 Q75,60 92,20 Q75,45 65,65 Q52,40 40,15 Q55,55 30,95 Q48,72 58,66 Q68,72 90,95 Z'/%3E%3Cpath d='M75,95 Q62,70 75,35 Q62,55 54,70 Q43,50 32,30 Q45,62 25,95 Q38,76 47,71 Q56,76 75,95 Z'/%3E%3C/svg%3E");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: bottom right;
      pointer-events: none;
    }

    .menu-text-subtitle {
      font-family: 'Lora', serif !important;
      color: #caa169 !important;
      font-size: 16px !important;
      font-weight: 500 !important;
      letter-spacing: 0.5px !important;
      text-transform: uppercase !important;
      margin-bottom: 15px !important;
    }

    .menu-text-desc {
      font-family: 'Montserrat', sans-serif !important;
      font-size: 13px !important;
      line-height: 1.6 !important;
      color: #555555 !important;
      margin-bottom: 25px !important;
    }

    .menu-pill-btn {
      background-color: #111111;
      color: #ffffff;
      border-radius: 50px;
      padding: 10px 20px !important;
      font-family: 'Montserrat', sans-serif !important;
      font-weight: 600 !important;
      font-size: 11px !important;
      letter-spacing: 1px !important;
      text-transform: uppercase !important;
      display: inline-flex !important;
      align-items: center !important;
      gap: 10px !important;
      text-decoration: none !important;
      transition: all 0.3s ease !important;
      align-self: flex-start;
      border: none !important;
      white-space: nowrap !important;
    }

    .menu-pill-btn:hover {
      background-color: #caa169 !important;
      color: #000000 !important;
      transform: translateY(-2px) !important;
      box-shadow: 0 4px 12px rgba(202, 161, 105, 0.3) !important;
    }

    @media (max-width: 1199px) {
      .menu-grid-col {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
      }

      .menu-img-card {
        aspect-ratio: 4 / 5;
      }
    }

    @media (max-width: 767px) {
      .menu-grid-col {
        flex: 0 0 50%;
        max-width: 50%;
      }
    }

    @media (max-width: 480px) {
      .menu-grid-col {
        flex: 0 0 100%;
        max-width: 100%;
      }
    }

/* --- Block 2 --- */
.reviews-section-wrapper {
        background-color: #fcfbfa;
        border-top: 1px solid rgba(202, 161, 105, 0.15);
        border-bottom: 1px solid rgba(202, 161, 105, 0.15);
        padding: 70px 0;
      }

      .reviews-section {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 15px;
        overflow: hidden;
      }

      .reviews-title h2 {
        font-family: 'Lora', serif !important;
        font-size: 24px !important;
        font-weight: 600 !important;
        letter-spacing: 2px;
        color: #caa169 !important;
        margin-bottom: 45px !important;
        text-transform: uppercase;
        text-align: center;
      }

      .reviews-slider-container {
        position: relative;
        overflow: hidden;
        width: 100%;
        cursor: grab;
      }

      .reviews-slider-container:active {
        cursor: grabbing;
      }

      .reviews-slider-track {
        display: flex;
        gap: 24px;
        transition: transform 0.5s ease-in-out;
        will-change: transform;
      }

      .review-card {
        flex: 0 0 calc(33.333% - 16px);
        background-color: #fff;
        border: 1px solid rgba(202, 161, 105, 0.12);
        border-radius: 12px;
        padding: 26px;
        box-shadow: 0 6px 18px rgba(0, 0, 0, 0.02);
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        min-height: 260px;
        transition: all 0.3s ease;
        user-select: none;
      }

      .review-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 12px 25px rgba(202, 161, 105, 0.1);
        border-color: #caa169;
      }

      .review-header {
        display: flex;
        align-items: center;
        margin-bottom: 16px;
        gap: 12px;
      }

      .review-avatar {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        object-fit: cover;
        border: 2px solid #caa169;
      }

      .review-meta {
        flex-grow: 1;
        display: flex;
        flex-direction: column;
      }

      .review-name {
        font-family: 'Lora', serif !important;
        font-size: 16px !important;
        font-weight: 700 !important;
        color: #111 !important;
        margin: 0 !important;
      }

      .review-date {
        font-family: 'Montserrat', sans-serif !important;
        font-size: 11.5px !important;
        color: #888 !important;
        margin-top: 2px;
      }

      .review-stars {
        color: #ffc107;
        font-size: 13px;
        display: flex;
        gap: 2px;
      }

      .review-comment {
        font-family: 'Montserrat', sans-serif !important;
        font-size: 13.5px !important;
        line-height: 1.6 !important;
        color: #555 !important;
        text-align: left;
        margin: 0 !important;

        /* Giới hạn text tối đa 4 dòng */
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        max-height: 6.4em;
        /* line-height 1.6 * 4 dòng */
      }

      .reviews-pagination {
        display: flex;
        justify-content: center;
        gap: 8px;
        margin-top: 35px;
      }

      .review-dot {
        width: 9px;
        height: 9px;
        border-radius: 50%;
        background-color: #d1cbc4;
        cursor: pointer;
        transition: all 0.3s ease;
      }

      .review-dot.active {
        background-color: #caa169;
        transform: scale(1.25);
      }

      /* Modal Review overlay */
      .review-modal-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(11, 21, 34, 0.65);
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
        z-index: 110000;
        /* Đảm bảo nổi lên trên tất cả mọi thứ */
        display: flex;
        justify-content: center;
        align-items: center;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease, visibility 0.3s ease;
      }

      .review-modal-overlay.active {
        opacity: 1;
        visibility: visible;
      }

      .review-modal-content {
        background-color: #fff;
        border: 1px solid rgba(202, 161, 105, 0.2);
        border-radius: 16px;
        max-width: 550px;
        width: 90%;
        max-height: 85vh;
        /* Giới hạn chiều cao trên màn hình điện thoại */
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
        position: relative;
        transform: scale(0.85);
        transition: transform 0.3s ease;
        display: flex;
        flex-direction: column;
        overflow: hidden;
      }

      .review-modal-overlay.active .review-modal-content {
        transform: scale(1);
      }

      .review-modal-close {
        position: absolute;
        top: 15px;
        right: 20px;
        background: none;
        border: none;
        font-size: 32px;
        color: #999;
        cursor: pointer;
        line-height: 1;
        transition: color 0.2s;
        z-index: 10;
      }

      .review-modal-close:hover {
        color: #caa169;
      }

      .review-modal-body {
        padding: 35px 30px;
        overflow-y: auto;
        /* Cho phép cuộn nội dung bên trong modal */
        flex-grow: 1;
        display: flex;
        flex-direction: column;
      }

      .review-modal-body .review-header {
        margin-bottom: 20px;
        display: flex;
        align-items: center;
        gap: 12px;
      }

      .review-modal-body .review-comment {
        display: block !important;
        -webkit-line-clamp: unset !important;
        font-size: 14.5px !important;
        line-height: 1.7 !important;
        color: #444 !important;
      }

      @media (max-width: 991px) {
        .review-card {
          flex: 0 0 calc(50% - 12px);
        }
      }

      @media (max-width: 767px) {
        .review-card {
          flex: 0 0 100%;
        }

        .reviews-title h2 {
          font-size: 20px !important;
        }

        .reviews-section-wrapper {
          padding: 35px 0;
        }

        /* Services Mobile Swipe */
        .services-grid-row {
          display: flex !important;
          flex-wrap: nowrap !important;
          overflow-x: auto !important;
          scroll-snap-type: x mandatory !important;
          scroll-behavior: smooth !important;
          -webkit-overflow-scrolling: touch !important;
          gap: 16px !important;
          padding: 10px 15px 20px 15px !important;
          margin: 0 -15px !important;
          scrollbar-width: none !important;
        }

        .services-grid-row::-webkit-scrollbar {
          display: none !important;
        }

        .services-grid-col {
          flex: 0 0 75% !important;
          max-width: 75% !important;
          scroll-snap-align: center !important;
          margin-bottom: 0 !important;
          padding: 0 !important;
        }

        /* Menu Mobile Swipe */
        .menu-grid-row {
          display: flex !important;
          flex-wrap: nowrap !important;
          overflow-x: auto !important;
          scroll-snap-type: x mandatory !important;
          scroll-behavior: smooth !important;
          -webkit-overflow-scrolling: touch !important;
          gap: 16px !important;
          padding: 10px 15px 20px 15px !important;
          margin: 0 -15px !important;
          scrollbar-width: none !important;
        }

        .menu-grid-row::-webkit-scrollbar {
          display: none !important;
        }

        .menu-grid-col {
          flex: 0 0 75% !important;
          max-width: 75% !important;
          scroll-snap-align: center !important;
          margin-bottom: 0 !important;
          padding: 0 !important;
        }

        .menu-img-card,
        .menu-text-card {
          height: 100% !important;
          aspect-ratio: 4 / 5 !important;
        }

        /* Ẩn card text "Xem toàn bộ menu" bên trong swipe trên mobile */
        .menu-grid-col:last-child {
          display: none !important;
        }

        /* Nút xem toàn bộ menu bên dưới */
        .menu-view-all-mobile {
          display: flex;
          justify-content: center;
          margin-top: 20px;
          padding: 0 15px;
        }

        .menu-view-all-btn {
          background-color: #caa169 !important;
          color: #000 !important;
          border-radius: 50px !important;
          padding: 12px 32px !important;
          font-family: 'Montserrat', sans-serif !important;
          font-weight: 700 !important;
          font-size: 12px !important;
          letter-spacing: 1.5px !important;
          text-transform: uppercase !important;
          text-decoration: none !important;
          display: inline-flex !important;
          align-items: center !important;
          gap: 8px !important;
          transition: all 0.25s ease !important;
          box-shadow: 0 4px 15px rgba(202, 161, 105, 0.3) !important;
        }

        .menu-view-all-btn:hover {
          background-color: #b89058 !important;
          transform: translateY(-2px) !important;
          box-shadow: 0 6px 20px rgba(202, 161, 105, 0.45) !important;
        }
      }

      /* Ẩn nút xem toàn bộ menu trên desktop */
      @media (min-width: 768px) {
        .menu-view-all-mobile {
          display: none !important;
        }
      }

/* --- Block 3 --- */
.custom-footer a:hover {
      color: #caa169 !important;
    }

    .btn-gold-pill:hover {
      background-color: #b89058 !important;
      transform: translateY(-2px);
      box-shadow: 0 4px 15px rgba(202, 161, 105, 0.4);
    }

    .footer-social-icons a:hover {
      color: #caa169 !important;
      transform: scale(1.15);
    }

    .footer-social-icons a {
      transition: all 0.2s ease;
    }

    .floating-contact-buttons {
      position: fixed;
      right: 20px;
      bottom: 150px;
      z-index: 99999;
      display: flex;
      flex-direction: column;
      gap: 12px;
    }

    .floating-contact-buttons a {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 50px;
      height: 50px;
      position: relative;
      overflow: hidden;

      border-radius: 50%;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
      background-color: #fff;
      transition: all 0.2s ease;
    }

    .floating-contact-buttons a:hover {
      transform: scale(1.15);
    }

    .floating-contact-buttons img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .tiktok-zoom {
      transform: scale(1.7) !important;
      object-fit: cover !important;
    }

    .phone-wrapper {
      position: relative;
      overflow: visible !important;
    }

    .phone-text {
      position: absolute;
      right: 60px;
      top: 50%;
      transform: translateY(-50%);
      background: #fff;
      color: #111;
      padding: 8px 14px;
      border-radius: 999px;
      font-size: 14px;
      white-space: nowrap;
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
      opacity: 1;
      visibility: visible;
      animation: hideAfter5s 5s ease forwards;
      pointer-events: none;
    }

    .phone-text::after {
      content: "";
      position: absolute;
      right: -6px;
      top: 50%;
      transform: translateY(-50%);
      border-width: 6px;
      border-style: solid;
      border-color: transparent transparent transparent #fff;
    }

    .phone-wrapper:hover .phone-text {
      opacity: 1;
      visibility: visible;
      transform: translateY(-50%) translateX(-4px);
      animation: none;
    }

    @keyframes hideAfter5s {
      0% {
        opacity: 1;
        visibility: visible;
      }

      80% {
        opacity: 1;
      }

      100% {
        opacity: 0;
        visibility: hidden;
      }
    }

    /* CCCHAT WIDGET STYLES */
    .ccchat-popupchat-container {
      position: fixed;
      right: 20px;
      bottom: 90px;
      overflow: hidden;
      z-index: 99999;
      display: flex;
      flex-direction: column;
      border-radius: 12px;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
      border: 1px solid rgba(202, 161, 105, 0.2);
      background-color: #ffffff;
    }

    .ccchat-ai-popupchat-toggle-btn {
      position: fixed;
      bottom: 90px;
      right: 20px;
      width: 50px;
      height: 50px;
      cursor: pointer;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
      border-radius: 50%;
      z-index: 10000;
      transition: all 0.2s ease;
      background-color: #000;
    }

    .ccchat-ai-popupchat-toggle-btn:hover {
      transform: scale(1.15);
    }

    .ccchat-toggle-wrapper {
      position: fixed;
      bottom: 90px;
      right: 20px;
      z-index: 10001;
    }

    .ccchat-toggle-text {
      position: absolute;
      right: 60px;
      top: 50%;
      transform: translateY(-50%);
      background: #fff;
      color: #111;
      padding: 8px 14px;
      border-radius: 999px;
      font-size: 14px;
      white-space: nowrap;
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
      opacity: 1;
      visibility: visible;
      pointer-events: none;
      animation: ccchatHideAfter5s 5s ease forwards;
      transition: opacity 0.15s ease, transform 0.15s ease;
    }

    .ccchat-toggle-text::after {
      content: "";
      position: absolute;
      right: -6px;
      top: 50%;
      transform: translateY(-50%);
      border-width: 6px;
      border-style: solid;
      border-color: transparent transparent transparent #fff;
    }

    .ccchat-toggle-wrapper:hover .ccchat-toggle-text {
      opacity: 1;
      visibility: visible;
      transform: translateY(-50%) translateX(-4px);
      animation: none;
    }

    @keyframes ccchatHideAfter5s {
      0% {
        opacity: 1;
        visibility: visible;
      }

      80% {
        opacity: 1;
      }

      100% {
        opacity: 0;
        visibility: hidden;
      }
    }

    .chat-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 12px 18px;
      background-color: #ffffff;
      border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    }

    .chat-title {
      margin: 0;
      font-family: 'Lora', serif !important;
      font-size: 16px !important;
      font-weight: 700 !important;
      color: #11151a !important;
    }

    .chat-close-btn {
      background-color: #caa169;
      color: #fff;
      font-size: 12px;
      padding: 5px 12px;
      border: none;
      border-radius: 20px;
      cursor: pointer;
      font-family: 'Montserrat', sans-serif !important;
      font-weight: 600;
      transition: background-color 0.2s;
    }

    .chat-close-btn:hover {
      background-color: #b89058;
    }

    .ccchat-ai-popupchat-dev-msg {
      background-color: #fcfbfa;
      height: 380px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding: 30px;
      text-align: center;
    }

    .dev-msg-icon {
      font-size: 45px;
      color: #caa169;
      margin-bottom: 15px;
      animation: spin-gear 4s linear infinite;
    }

    @keyframes spin-gear {
      from {
        transform: rotate(0deg);
      }

      to {
        transform: rotate(360deg);
      }
    }

    .ccchat-ai-popupchat-dev-msg h4 {
      font-family: 'Lora', serif !important;
      font-size: 16px !important;
      font-weight: 600 !important;
      color: #11151a !important;
      margin-bottom: 10px !important;
    }

    .ccchat-ai-popupchat-dev-msg p {
      font-family: 'Montserrat', sans-serif !important;
      font-size: 12px !important;
      line-height: 1.6 !important;
      color: #666666 !important;
      margin: 0 !important;
    }

    @media (min-width: 769px) {
      .ccchat-popupchat-container {
        width: 360px;
      }
    }

    @media (max-width: 768px) {
      .ccchat-popupchat-container {
        width: calc(100% - 40px);
        right: 20px;
      }

      .floating-contact-buttons {
        bottom: 140px;
        gap: 10px;
      }

      .floating-contact-buttons a {
        width: 40px;
        height: 40px;
      }

      .ccchat-ai-popupchat-toggle-btn,
      .ccchat-toggle-wrapper {
        bottom: 80px;
        width: 40px;
        height: 40px;
      }

      .ccchat-popupchat-container {
        bottom: 80px;
      }

      .phone-text,
      .ccchat-toggle-text {
        display: none !important;
      }
    }

