/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

div#comments.comments-area{
	display:none;
}
.tp-hero {
  position: relative;
  overflow: hidden;
  padding: 110px 20px;
  background: radial-gradient(circle at center, #1f6fff 0%, #174fd1 45%, #142b58 100%);
  color: #fff;
}

.tp-container {
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  align-items: center;
  gap: 70px;
}

.tp-badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 14px 26px;
  border-radius: 50px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.22);
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 30px;
}

.tp-badge span {
  width: 10px;
  height: 10px;
  background: #37d67a;
  border-radius: 50%;
}

.tp-hero h1 {
  font-size: 58px;
  color:#fff;
  line-height: 1.12;
  margin: 0 0 28px;
  font-weight: 900;
  letter-spacing: -2px;
}

.tp-hero h1 strong {
  color: #ffb21c;
}

.tp-hero p {
  max-width: 560px;
  font-size: 25px;
  line-height: 1.45;
  color: #d8e5ff;
  margin-bottom: 42px;
  font-weight: 600;
}

.tp-buttons {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  margin-bottom: 55px;
}

.tp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 70px;
  padding: 0 42px;
  border-radius: 18px;
  text-decoration: none;
  font-size: 22px;
  font-weight: 800;
}

.tp-btn-main {
  background: #ffa511;
  color: #fff;
  box-shadow: 0 12px 30px rgba(255,165,17,0.28);
}

.tp-btn-outline {
  background: rgba(255,255,255,0.08);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.25);
}

.tp-features {
  display: flex;
  gap: 38px;
  flex-wrap: wrap;
  color: #dbe7ff;
  font-size: 18px;
  font-weight: 700;
}

.tp-features div {
  display: flex;
  align-items: center;
  gap: 12px;
}

.tp-features span {
  width: 40px;
  height: 40px;
  background: rgba(255,255,255,0.12);
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.tp-hero-image {
  position: relative;
}

.tp-hero-image img {
  width: 100%;
  height: 460px;
  object-fit: cover;
  border-radius: 28px;
  border: 7px solid rgba(255,255,255,0.22);
  box-shadow: 0 28px 70px rgba(0,0,0,0.25);
}

.tp-tag {
  position: absolute;
  background: #fff;
  color: #40516b;
  padding: 14px 22px;
  border-radius: 16px;
  font-weight: 800;
  box-shadow: 0 15px 35px rgba(0,0,0,0.18);
}

.tp-tag-top {
  top: 70px;
  right: -30px;
}

.tp-tag-rating {
  left: -55px;
  top: 150px;
  color: #6d7d95;
}

.tp-tag-rating {
  color: #ffb21c;
}

.tp-tag-bottom {
  bottom: -22px;
  left: 50%;
  transform: translateX(-50%);
  color: #1765db;
}

.tp-social {
  position: fixed;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  display: grid;
  gap: 14px;
  z-index: 99;
}

.tp-social a {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #1d9bf0;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 25px rgba(0,0,0,0.25);
}

.tp-social a:nth-child(2) {
  background: #25d366;
}

.tp-social a:nth-child(3) {
  background: #1683ff;
}

@media (max-width: 991px) {
  .tp-hero {
    padding: 70px 18px;
  }

  .tp-container {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .tp-hero h1 {
    font-size: 42px;
  }

  .tp-hero p {
    font-size: 20px;
  }

  .tp-btn {
    width: 100%;
    padding: 0 24px;
    font-size: 19px;
  }

  .tp-hero-image img {
    height: 320px;
  }

  .tp-tag-top,
  .tp-tag-rating {
    right: auto;
    left: 15px;
  }

  .tp-tag-rating {
    top: 95px;
  }

  .tp-social {
    display: none;
  }
}
.tp-btn i {
  margin-right: 12px;
}

.tp-tag i {
  margin-right: 8px;
}

.tp-tag-rating i {
  color: #ffb21c;
  margin-right: 2px;
}

.tp-tag-bottom i {
  color: #37d67a;
  font-size: 12px;
}

.tp-social a i {
  font-size: 22px;
}

.tp-features span i {
  font-size: 18px;
}
@media (max-width: 767px) {
  .tp-hero {
    padding: 35px 15px 45px;
    min-height: auto;
  }

  .tp-container {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  .tp-hero-content {
    width: 100%;
  }

  .tp-badge {
    max-width: 100%;
    padding: 10px 16px;
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 22px;
  }

  .tp-hero h1 {
    font-size: 34px;
    line-height: 1.08;
    letter-spacing: -1px;
    margin-bottom: 18px;
  }

  .tp-hero p {
    font-size: 16px;
    line-height: 1.55;
    margin-bottom: 28px;
  }

  .tp-buttons {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 30px;
  }

  .tp-btn {
    width: 100%;
    min-height: 58px;
    padding: 0 18px;
    font-size: 15px;
    border-radius: 14px;
  }

  .tp-features {
    display: none;
  }

  .tp-hero-image {
    width: 100%;
  }

  .tp-hero-image img {
    width: 100%;
    height: 260px;
    border-radius: 22px;
  }

  .tp-tag {
    display: none;
  }

  .tp-social {
    display: none;
  }
}
.tp-hotline-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  height:64px;
  padding:0 34px 0 12px;
  border-radius:999px;
  background:linear-gradient(135deg,#ffc928 0%,#f5a400 100%);
  color:#fff;
  text-decoration:none;
  font-weight:900;
  box-shadow:0 12px 28px rgba(245,164,0,.28);
  white-space:nowrap;
  max-width:100%;
}

.tp-hotline-icon{
  width:46px;
  height:46px;
  min-width:46px;
  border-radius:50%;
  background:#fff;
  color:#f5a400;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:18px;
}

.tp-hotline-number{
  font-size:24px;
  line-height:1;
  letter-spacing:.3px;
  color:#fff;
}

.tp-hotline-btn:hover{
  transform:translateY(-2px);
}

/* Desktop nằm trong header */
.header .tp-hotline-btn,
.site-header .tp-hotline-btn{
  height:54px;
  padding:0 24px 0 8px;
}

.header .tp-hotline-icon,
.site-header .tp-hotline-icon{
  width:40px;
  height:40px;
  min-width:40px;
}

.header .tp-hotline-number,
.site-header .tp-hotline-number{
  font-size:20px;
}

/* Mobile chỉ hiện icon tròn, không làm vỡ menu */
@media(max-width:767px){
  .tp-hotline-btn{
    width:48px;
    height:48px;
    padding:0;
    gap:0;
    border-radius:50%;
  }

  .tp-hotline-icon{
    width:48px;
    height:48px;
    min-width:48px;
    background:linear-gradient(135deg,#ffc928 0%,#f5a400 100%);
    color:#fff;
  }

  .tp-hotline-number{
    display:none;
  }
}
/* Ẩn trên desktop */
.tp-mobile-call{
    display:none;
}

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

    .tp-mobile-call{
        position:fixed;
        left:12px;
        right:12px;
        bottom:12px;
        z-index:999;
        height:48px;
        display:flex;
        align-items:center;
        justify-content:center;
        gap:8px;
        background:linear-gradient(135deg,#ffc928 0%,#ea580c 100%);
        color:#ffffff;
        text-decoration:none;
        font-size:13px;
        font-weight:800;
        letter-spacing:0.3px;
        border:2px solid rgba(255,255,255,0.2);
        border-radius:4px;
        box-shadow:0 8px 25px rgba(0,0,0,0.25);
    }

    .tp-mobile-call i{
        font-size:12px;
    }

}
.tp-booking-steps{
  padding:90px 20px;
  background:
    radial-gradient(circle at 10% 90%, rgba(37,99,235,.08), transparent 32%),
    radial-gradient(circle at 90% 10%, rgba(245,158,11,.08), transparent 28%),
    #ffffff;
}

.tp-steps-container{
  max-width:1360px;
  margin:0 auto;
}

.tp-section-heading{
  text-align:center;
  max-width:820px;
  margin:0 auto 70px;
}

.tp-section-heading span{
  display:block;
  margin-bottom:14px;
  color:#2563eb;
  font-size:16px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:2px;
}

.tp-section-heading h2{
  margin:0;
  color:#1f2937;
  font-size:42px;
  line-height:1.2;
  font-weight:900;
}

.tp-section-heading h2 strong{
  color:#2563eb;
}

.tp-section-heading p{
  margin:18px 0 0;
  color:#64748b;
  font-size:20px;
  line-height:1.5;
}

.tp-steps-grid{
  position:relative;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:55px;
}

.tp-steps-grid:before{
  content:"";
  position:absolute;
  top:112px;
  left:12%;
  right:12%;
  height:2px;
  background:linear-gradient(90deg,#bfdbfe,#bbf7d0,#fde68a);
  z-index:0;
}

.tp-step-item{
  position:relative;
  z-index:1;
  text-align:center;
}

.tp-step-number{
  position:absolute;
  top:-10px;
  right:18%;
  width:42px;
  height:42px;
  border-radius:13px;
  color:#fff;
  font-size:15px;
  font-weight:900;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 8px 18px rgba(0,0,0,.16);
}

.tp-step-number.blue{background:#26aeea;}
.tp-step-number.green{background:#20c997;}
.tp-step-number.orange{background:#ff9518;}

.tp-step-icon{
  width:96px;
  height:96px;
  border-radius:26px;
  margin:0 auto 34px;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 14px 28px rgba(15,23,42,.08);
}

.tp-step-icon i{
  font-size:34px;
}

.tp-step-icon.blue-light{
  background:#eff6ff;
  color:#3b82f6;
}

.tp-step-icon.green-light{
  background:#ecfdf5;
  color:#10b981;
}

.tp-step-icon.orange-light{
  background:#fffbeb;
  color:#f59e0b;
}

.tp-step-item h3{
  margin:0 0 18px;
  color:#1f2937;
  font-size:25px;
  font-weight:900;
}

.tp-step-item p{
  max-width:430px;
  margin:0 auto;
  color:#64748b;
  font-size:17px;
  line-height:1.7;
}

@media(max-width:991px){
  .tp-booking-steps{
    padding:65px 16px;
  }

  .tp-section-heading{
    margin-bottom:45px;
  }

  .tp-section-heading h2{
    font-size:32px;
  }

  .tp-section-heading p{
    font-size:17px;
  }

  .tp-steps-grid{
    grid-template-columns:1fr;
    gap:35px;
  }

  .tp-steps-grid:before{
    display:none;
  }

  .tp-step-item{
    padding:28px 18px;
    border-radius:24px;
    background:#fff;
    box-shadow:0 12px 35px rgba(15,23,42,.08);
  }

  .tp-step-number{
    top:18px;
    right:18px;
  }

  .tp-step-icon{
    margin-bottom:24px;
  }
}
.tp-stats-section{
  padding:80px 20px;
  background:linear-gradient(115deg,#10285b 0%,#1d55d8 100%);
}

.tp-stats-container{
  max-width:1360px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:50px;
  text-align:center;
}

.tp-stat-item{
  color:#ffffff;
}

.tp-stat-icon{
  width:70px;
  height:70px;
  margin:0 auto 24px;
  border-radius:18px;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.15);
  display:flex;
  align-items:center;
  justify-content:center;
}

.tp-stat-icon i{
  font-size:28px;
  color:#fbbf24;
}

.tp-stat-number{
  font-size:56px;
  line-height:1;
  font-weight:900;
  letter-spacing:-1px;
  color:#ffffff;
  margin-bottom:14px;
}

.tp-stat-number span{
  color:#fbbf24;
}

.tp-stat-item p{
  max-width:270px;
  margin:0 auto;
  color:#eaf1ff;
  font-size:17px;
  line-height:1.45;
  font-weight:700;
}

@media(max-width:991px){
  .tp-stats-section{
    padding:60px 18px;
  }

  .tp-stats-container{
    grid-template-columns:repeat(2,1fr);
    gap:36px 24px;
  }

  .tp-stat-number{
    font-size:42px;
  }

  .tp-stat-item p{
    font-size:15px;
  }
}

@media(max-width:575px){
  .tp-stats-container{
    grid-template-columns:1fr;
  }
}

.tp-why-section{
  position:relative;
  overflow:hidden;
  padding:100px 20px;
  background:
  radial-gradient(circle at top left, rgba(37,99,235,.05), transparent 30%),
  radial-gradient(circle at bottom right, rgba(249,115,22,.05), transparent 30%),
  #ffffff;
}

.tp-why-section:before{
  content:"";
  position:absolute;
  inset:0;
  background-image:
  radial-gradient(rgba(37,99,235,.08) 1px, transparent 1px);
  background-size:24px 24px;
  pointer-events:none;
}

.tp-why-container{
  position:relative;
  z-index:2;
  max-width:1400px;
  margin:0 auto;
}

.tp-why-heading{
  text-align:center;
  max-width:850px;
  margin:0 auto 70px;
}

.tp-why-heading span{
  display:block;
  margin-bottom:16px;
  color:#2563eb;
  font-size:16px;
  font-weight:700;
  letter-spacing:2px;
  text-transform:uppercase;
}

/* ĐỒNG BỘ FONT VỚI SECTION TRƯỚC */
.tp-why-heading h2{
  margin:0;
  color:#1e293b;
  font-size:42px;
  line-height:1.2;
  font-weight:900;
}

.tp-why-heading h2 strong{
  color:#2563eb;
}

.tp-why-heading p{
  margin:18px 0 0;
  color:#64748b;
  font-size:20px;
  line-height:1.5;
}

.tp-why-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:30px;
}

.tp-why-card{
  position:relative;
  padding:38px 34px;
  border-radius:30px;
  background:#ffffff;
  border:1px solid #e8eefb;
  box-shadow:
  0 10px 35px rgba(15,23,42,.05);
  transition:.35s ease;
}

.tp-why-card:hover{
  transform:translateY(-8px);

  box-shadow:
  0 18px 45px rgba(15,23,42,.08);
}

.tp-why-icon{
  width:72px;
  height:72px;
  border-radius:22px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:34px;
}

.tp-why-icon i{
  font-size:30px;
}

.tp-why-icon.blue{
  background:#eef4ff;
  color:#2563eb;
}

.tp-why-icon.purple{
  background:#f4edff;
  color:#7c3aed;
}

.tp-why-icon.green{
  background:#ebfbf4;
  color:#10b981;
}

.tp-why-icon.orange{
  background:#fff7e8;
  color:#f59e0b;
}

/* ĐỒNG BỘ FONT */
.tp-why-card strong{
  margin:0 0 18px;
  color:#1e293b;
  font-size:19px;
  line-height:1.4;
  font-weight:700;
}

.tp-why-card p{
  margin:0;

  color:#64748b;

  font-size:17px;
  line-height:1.7;
}

.tp-line{
  display:block;
  width:62px;
  height:5px;
  border-radius:30px;
  margin-top:30px;
}

.blue-line{
  background:#7cc7ff;
}

.purple-line{
  background:#b794f4;
}

.green-line{
  background:#72dbc1;
}

.orange-line{
  background:#f4b266;
}

@media(max-width:1199px){

  .tp-why-grid{
    grid-template-columns:repeat(2,1fr);
  }

}

@media(max-width:767px){

  .tp-why-section{
    padding:70px 16px;
  }

  .tp-why-heading{
    margin-bottom:45px;
  }

  /* ĐỒNG BỘ MOBILE */
  .tp-why-heading h2{
    font-size:32px;
  }

  .tp-why-heading p{
    font-size:17px;
  }

  .tp-why-grid{
    grid-template-columns:1fr;
    gap:22px;
  }

  .tp-why-card{
    padding:28px 24px;
    border-radius:24px;
  }

  .tp-why-icon{
    width:64px;
    height:64px;
    margin-bottom:24px;
  }

  .tp-why-icon i{
    font-size:26px;
  }

  .tp-why-card h3{
    font-size:24px;
    margin-bottom:16px;
  }

  .tp-why-card p{
    font-size:16px;
    line-height:1.7;
  }
}
.tp-destination-section{
  padding:100px 20px;
  background:#ffffff;
}

.tp-destination-container{
  max-width:1400px;
  margin:0 auto;
}

.tp-destination-heading{
  text-align:center;
  max-width:850px;
  margin:0 auto 70px;
}

.tp-destination-heading span{
  display:block;
  margin-bottom:16px;
  color:#2563eb;
  font-size:16px;
  font-weight:900;
  letter-spacing:2px;
  text-transform:uppercase;
}

.tp-destination-heading h2{
  margin:0;
  color:#1e293b;
  font-size:42px;
  line-height:1.2;
  font-weight:900;
}

.tp-destination-heading h2 strong{
  color:#2563eb;
}

.tp-destination-heading p{
  margin:18px 0 0;
  color:#64748b;
  font-size:20px;
  line-height:1.5;
}

.tp-destination-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:26px;
}

.tp-destination-card{
  position:relative;
  overflow:hidden;
  height:290px;
  border-radius:26px;
  text-decoration:none;
  box-shadow:
  0 10px 35px rgba(15,23,42,.08);
  transition:.35s ease;
}

.tp-destination-card:hover{
  transform:translateY(-8px);
}

.tp-destination-card img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:.5s ease;
}

.tp-destination-card:hover img{
  transform:scale(1.06);
}

.tp-destination-overlay{
  position:absolute;
  inset:0;
  background:
  linear-gradient(to top,
  rgba(0,0,0,.75) 0%,
  rgba(0,0,0,.25) 45%,
  rgba(0,0,0,.05) 100%);
}

.tp-hot-badge{
  position:absolute;
  top:16px;
  right:16px;
  height:34px;
  padding:0 14px;
  border-radius:50px;
  background:#ffae00;
  color:#ffffff;
  font-size:13px;
  font-weight:900;
  display:flex;
  align-items:center;
  justify-content:center;
  z-index:3;
}

.tp-destination-content{
  position:absolute;
  left:28px;
  right:28px;
  bottom:28px;
  z-index:2;
}

.tp-destination-content h3{
  margin:0 0 10px;

  color:#ffffff;

  font-size:34px;
  line-height:1.25;
  font-weight:900;
}

.tp-destination-content p{
  margin:0;

  color:rgba(255,255,255,.88);

  font-size:17px;
  line-height:1.6;
}


@media(max-width:1199px){

  .tp-destination-grid{
    grid-template-columns:repeat(2,1fr);
  }

}

@media(max-width:767px){

  .tp-destination-section{
    padding:70px 16px;
  }

  .tp-destination-heading{
    margin-bottom:40px;
  }

  .tp-destination-heading h2{
    font-size:32px;
  }

  .tp-destination-heading p{
    font-size:17px;
  }

  .tp-destination-grid{
    grid-template-columns:1fr;
    gap:20px;
  }

  .tp-destination-card{
    height:240px;
    border-radius:22px;
  }

  .tp-destination-content{
    left:22px;
    right:22px;
    bottom:22px;
  }

  .tp-destination-content h3{
    font-size:26px;
  }

  .tp-destination-content p{
    font-size:15px;
    line-height:1.5;
  }

}
.tp-review-section{
  padding:100px 20px;
  background:#ffffff;
}

.tp-review-container{
  max-width:1400px;
  margin:0 auto;
}

.tp-review-heading{
  text-align:center;
  max-width:850px;
  margin:0 auto 70px;
}

.tp-review-heading span{
  display:block;
  margin-bottom:16px;
  color:#2563eb;
  font-size:16px;
  font-weight:700;
  letter-spacing:2px;
  text-transform:uppercase;
}

.tp-review-heading h2{
  margin:0;
  color:#1e293b;
  font-size:42px;
  line-height:1.2;
  font-weight:900;
}

.tp-review-heading h2 strong{
  color:#2563eb;
}

.tp-review-heading p{
  margin:18px 0 0;
  color:#64748b;
  font-size:20px;
  line-height:1.5;
}

.tp-review-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:28px;
}

.tp-review-card{
  position:relative;
  padding:42px 34px 28px;
  border-radius:18px;
  background:#ffffff;
  border:1px solid #e8eefb;
  box-shadow:0 10px 35px rgba(15,23,42,.05);
}

.tp-quote{
  position:absolute;
  top:-16px;
  left:28px;
  width:38px;
  height:38px;
  border-radius:11px;
  color:#ffffff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:17px;
  box-shadow:0 8px 18px rgba(15,23,42,.12);
}

.tp-quote.blue,
.tp-avatar.blue{
  background:#2faeea;
}

.tp-quote.purple,
.tp-avatar.purple{
  background:#9657e8;
}

.tp-quote.green,
.tp-avatar.green{
  background:#20c5a0;
}

.tp-quote.orange,
.tp-avatar.orange{
  background:#ff961c;
}

.tp-quote.pink,
.tp-avatar.pink{
  background:#f04f7f;
}

.tp-stars{
  color:#fbbf24;
  font-size:16px;
  letter-spacing:5px;
  font-weight:900;
  margin-bottom:22px;
}

.tp-review-text{
  margin:0 0 28px;
  min-height:112px;
  color:#64748b;
  font-size:17px;
  line-height:1.7;
  font-weight:500;
}

.tp-review-info{
  border-top:1px solid #e8eefb;
  padding-top:20px;
  display:grid;
  grid-template-columns:48px 1fr auto;
  align-items:center;
  gap:14px;
}

.tp-avatar{
  width:48px;
  height:48px;
  border-radius:12px;
  color:#ffffff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:19px;
  font-weight:900;
}

.tp-review-name{
  margin-bottom:4px;
  color:#1e293b;
  font-size:16px;
  font-weight:700;
  line-height:1.3;
}

.tp-review-info p{
  margin:0;
  color:#64748b;
  font-size:14px;
}

.tp-review-info span{
  padding:8px 12px;
  border-radius:50px;
  background:#f8fafc;
  color:#64748b;
  font-size:13px;
  font-weight:700;
  white-space:nowrap;
}

@media(max-width:1199px){
  .tp-review-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:767px){
  .tp-review-section{
    padding:70px 16px;
  }

  .tp-review-heading{
    margin-bottom:45px;
  }

  .tp-review-heading h2{
    font-size:32px;
  }

  .tp-review-heading p{
    font-size:17px;
  }

  .tp-review-grid{
    grid-template-columns:1fr;
    gap:26px;
  }

  .tp-review-card{
    padding:38px 24px 24px;
  }

  .tp-review-text{
    min-height:auto;
    font-size:16px;
  }

  .tp-review-info{
    grid-template-columns:46px 1fr;
  }

  .tp-review-info span{
    grid-column:1 / -1;
    width:max-content;
  }
}
.tp-faq-section{
  padding:100px 20px;

  background:
  radial-gradient(circle at top left, rgba(37,99,235,.05), transparent 30%),
  #f8fbff;

  font-family:Arial,Helvetica,sans-serif;
}

.tp-faq-container{
  max-width:960px;
  margin:0 auto;
}

.tp-faq-heading{
  text-align:center;
  margin-bottom:60px;
}

.tp-faq-heading span{
  display:block;
  margin-bottom:16px;

  color:#2563eb;

  font-size:16px;
  font-weight:900;

  letter-spacing:2px;
  text-transform:uppercase;
}

.tp-faq-heading h2{
  margin:0;

  color:#1e293b;

  font-size:42px;
  line-height:1.2;
  font-weight:900;
}

.tp-faq-heading h2 strong{
  color:#2563eb;
}

.tp-faq-heading p{
  margin:18px 0 0;

  color:#64748b;

  font-size:20px;
  line-height:1.5;
}

.tp-faq-list{
  display:flex;
  flex-direction:column;
  gap:16px;
}

.tp-faq-item{
  overflow:hidden;
  border-radius:18px;
  background:#ffffff;
  border:1px solid #e8eefb;
  box-shadow:
  0 10px 30px rgba(15,23,42,.04);
}

.tp-faq-item summary{
  min-height:82px;
  padding:0 32px 0 28px;
  display:flex;
  align-items:center;
  gap:18px;
  cursor:pointer;
  list-style:none;
}

.tp-faq-item summary::-webkit-details-marker{
  display:none;
}

.tp-faq-icon{
  width:36px;
  height:36px;
  min-width:36px;
  border-radius:12px;
  background:#eff6ff;
  color:#2563eb;
  display:flex;
  align-items:center;
  justify-content:center;

  font-size:15px;
}

.tp-faq-question{
  margin:0;
  color:#1e293b;
  font-size:18px;
  line-height:1.4;
  font-weight:900;
}

.tp-faq-answer{
  padding:0 32px 28px 82px;

  color:#64748b;

  font-size:16px;
  line-height:1.7;
}

.tp-faq-item[open] .tp-faq-icon i{
  transform:rotate(45deg);
}

.tp-faq-icon i{
  transition:.25s ease;
}

@media(max-width:767px){

  .tp-faq-section{
    padding:70px 16px;
  }

  .tp-faq-heading{
    margin-bottom:40px;
  }

  .tp-faq-heading h2{
    font-size:32px;
  }

  .tp-faq-heading p{
    font-size:17px;
  }

  .tp-faq-item summary{
    min-height:74px;

    padding:18px;

    align-items:flex-start;
  }

  .tp-faq-question{
    font-size:16px;
  }

  .tp-faq-answer{
    padding:0 18px 24px 68px;

    font-size:15px;
  }

}
.tp-cta-section{
  padding:100px 20px;
  background:
  radial-gradient(circle at top left, rgba(255,255,255,.08), transparent 30%),
  linear-gradient(115deg,#10285b 0%,#1d5bea 100%);
  font-family:Arial,Helvetica,sans-serif;
  color:#ffffff;
  text-align:center;
}

.tp-cta-container{
  max-width:900px;
  margin:0 auto;
}

.tp-cta-badge{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:11px 24px;
  margin-bottom:28px;
  border-radius:50px;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.22);
  color:#ffffff;
  font-size:16px;
  font-weight:700;
}

.tp-cta-badge span{
  width:9px;
  height:9px;
  border-radius:50%;
  background:#37d67a;
}

.tp-cta-section h2{
  margin:0;
  font-size:58px;
  line-height:1.12;
  font-weight:900;
  letter-spacing:-1.5px;
color:#fff;
}

.tp-cta-section h2 strong{
  display:block;
  color:#ffb21c;
}

.tp-cta-section p{
  max-width:760px;
  margin:30px auto 48px;
  color:#dbe7ff;
  font-size:23px;
  line-height:1.55;
  font-weight:500;
}

.tp-cta-buttons{
  display:flex;
  justify-content:center;
  gap:18px;
  flex-wrap:wrap;
}

.tp-cta-btn{
  min-width:260px;
  min-height:72px;
  padding:0 38px;
  border-radius:18px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  text-decoration:none;
  font-size:22px;
  font-weight:700;
  transition:.3s ease;
}

.tp-cta-call{
  background:#ffffff;
  color:#1d4ed8;
  box-shadow:0 16px 35px rgba(0,0,0,.14);
}

.tp-cta-zalo{
  background:rgba(255,255,255,.08);
  color:#ffffff;
  border:2px solid rgba(255,255,255,.22);
}

.tp-cta-btn:hover{
  transform:translateY(-3px);
}

@media(max-width:767px){
  .tp-cta-section{
    padding:70px 16px;
  }

  .tp-cta-badge{
    font-size:14px;
    padding:10px 18px;
  }

  .tp-cta-section h2{
    font-size:36px;
    letter-spacing:-.5px;
  }

  .tp-cta-section p{
    margin:22px auto 34px;
    font-size:17px;
  }

  .tp-cta-buttons{
    flex-direction:column;
  }

  .tp-cta-btn{
    width:100%;
    min-width:0;
    min-height:60px;
    font-size:18px;
    border-radius:15px;
  }
}
.social-floating{
    position: fixed;
    right: 18px;
    bottom: 120px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.social-btn{
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 25px rgba(0,0,0,0.18);
    position: relative;
    overflow: hidden;
    transition: 0.3s ease;
    animation: shake 2s infinite;
}

.social-btn img{
    width: 42px;
    height: 42px;
    object-fit: contain;
    position: relative;
    z-index: 2;
}

.zalo-btn{
    border: 3px solid #1e88ff;
}

.messenger-btn{
    border: 3px solid #b14cff;
}

/* hiệu ứng lan tỏa */
.social-btn::before{
    content: "";
    position: absolute;
    inset: -8px;
    border-radius: 50%;
    background: rgba(255,255,255,0.25);
    animation: pulse 2s infinite;
}

/* hover */
.social-btn:hover{
    transform: scale(1.08);
}

/* rung lắc */
@keyframes shake{
    0%{
        transform: rotate(0deg);
    }
    10%{
        transform: rotate(-10deg);
    }
    20%{
        transform: rotate(10deg);
    }
    30%{
        transform: rotate(-10deg);
    }
    40%{
        transform: rotate(10deg);
    }
    50%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(0deg);
    }
}

/* glow */
@keyframes pulse{
    0%{
        transform: scale(1);
        opacity: .7;
    }
    70%{
        transform: scale(1.5);
        opacity: 0;
    }
    100%{
        transform: scale(1.5);
        opacity: 0;
    }
}

/* mobile */
@media(max-width:768px){
    .social-floating{
        right: 12px;
        bottom: 90px;
    }
    .social-btn{
        width: 56px;
        height: 56px;
    }
    .social-btn img{
        width: 36px;
        height: 36px;
    }

}
