@import url("https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap");

/* Base */

:root {
  --pcb-primary: #125895;
  --pcb-primary-dark: #0b3c69;
  --pcb-primary-light: #eaf4fc;
  --pcb-secondary: #dea938;
  --pcb-secondary-dark: #b9851d;
  --pcb-heading: #123a60;
  --pcb-text: #465c6f;
  --pcb-muted: #7d8e9d;
  --pcb-white: #ffffff;
  --pcb-background: #f7fbfe;
  --pcb-background-soft: #eef6fb;
  --pcb-surface-dark: #0b3157;
  --pcb-border: #d9e6ef;
  --pcb-border-strong: #bfd1df;
  --pcb-danger: #d64b4b;
  --pcb-font-heading: "Manrope", "Be Vietnam Pro", sans-serif;
  --pcb-font-body: "Be Vietnam Pro", Arial, sans-serif;
  --pcb-fs-h1: clamp(1.9rem, 3.2vw, 3rem);
  --pcb-fs-h2: clamp(1.4rem, 2.25vw, 2.05rem);
  --pcb-fs-body: clamp(0.9rem, 0.98vw, 0.98rem);
  --pcb-fs-small: 0.78rem;
  --pcb-radius-sm: 10px;
  --pcb-radius-md: 16px;
  --pcb-radius-lg: 22px;
  --pcb-shadow-sm: 0 10px 28px rgba(18, 88, 149, 0.09);
  --pcb-shadow-md: 0 20px 50px rgba(18, 88, 149, 0.13);
  --pcb-transition: 0.28s cubic-bezier(0.22, 1, 0.36, 1);
  --pcb-button-height: 48px;
  --fs-color-primary: #125895;
  --fs-color-secondary: #dea938;
  --fs-color-success: #2f8f66;
  --fs-color-alert: #d64b4b;
  --fs-color-base: #465c6f;
  --fs-experimental-link-color: #125895;
  --fs-experimental-link-color-hover: #b9851d;
}

body {
  color: var(--pcb-text);
  font-family: var(--pcb-font-body);
  font-size: 15px;
  line-height: 1.72;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--pcb-heading);
  font-family: var(--pcb-font-heading);
  font-weight: 700;
  letter-spacing: -0.018em;
}

b,
strong {
  font-weight: 700;
}

.page-wrapper {
  padding: 0;
}

.box-text {
  padding: 0;
  font-size: 100%;
}

.box-text h1,
.box-text h2,
.box-text h3,
.box-text h4,
.box-text h5,
.box-text h6,
.box-text p {
  margin: 0;
}

a {
  color: var(--pcb-primary);
}

a:hover {
  color: var(--pcb-secondary-dark);
}

.header-main .nav > li {
  margin: 0 15px;
}

.header-main .nav > li > a {
  font-size: 16px;
  text-transform: none;
  font-weight: 600;
}

body .header-main .header-button > .button:not(.is-outline) {
  background-color: #0b3c69 !important;
  height: 42px;
  line-height: 38px;
  font-size: 16px;
  font-weight: 600;
}

.nav-line-bottom > li > a:before {
  width: 80%;
  height: 2px;
}

.title h6 {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 10px;
  color: var(--pcb-primary, #125895);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.3;
  text-transform: uppercase;
}

.title h6::before {
  width: 24px;
  height: 2px;
  border-radius: 999px;
  background: var(--pcb-secondary, #dea938);
  content: "";
}

.title h6::after {
  width: 24px;
  height: 2px;
  border-radius: 999px;
  background: var(--pcb-secondary, #dea938);
  content: "";
}

.title h2 {
  margin: 0 0 10px;
  font-size: clamp(1.65rem, 2.5vw, 2.35rem);
  line-height: 1.2;
}

.sec_blogs .title h6 {
  justify-content: center;
}

.home-price {
  padding-top: 68px;
  padding-bottom: 68px;
}

.home-price .title h6 {
  justify-content: center;
}

.about1 .button,
.home-price .text-center .button:first-of-type {
  margin: 0 !important;
  margin-top: 30px !important;
  min-height: 44px;
  border-radius: 12px;
  background: linear-gradient(
    135deg,
    #e8b94c 0%,
    var(--pcb-secondary) 58%,
    #cc961e 100%
  );
  color: #fff;
  box-shadow: 0 10px 24px rgba(222, 169, 56, 0.24);
  font-family: var(--pcb-font-body);
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.018em;
  text-transform: none;
  line-height: 44px;
}

.about1 .button {
  margin-top: 0 !important;
}

.home1 {
  position: relative;
}

.about1.home2 {
  padding-top: 200px;
}

.home1 > .container {
  position: absolute;
  bottom: -210px;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
}

.rowSlider .flickity-prev-next-button:disabled,
.rowSlider button.flickity-prev-next-button[disabled],
.productSlider .flickity-prev-next-button:disabled,
.productSlider button.flickity-prev-next-button[disabled] {
  opacity: 0.5 !important;
  background-color: #fff !important;
}

.rowSlider .flickity-prev-next-button,
.productSlider .flickity-prev-next-button {
  opacity: 1;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 99px;
  border: 1px solid #dce8f0;
}

.rowSlider .flickity-prev-next-button svg,
.productSlider .flickity-prev-next-button svg {
  width: 30px;
  height: 30px;
}

.home3.about3 {
  background: linear-gradient(180deg, #f7fbfe 0%, #eef6fb 100%);
}

.sec_blogs {
  padding-top: 68px;
  padding-bottom: 68px;
}

.sec_blogs .title {
  margin-bottom: 20px;
}

.about2.home4 {
  padding-top: 68px;
  padding-bottom: 48px;
}

/* Page Title */
.pcb-page-title {
  --pcb-page-title-bg: none;

  position: relative;
  display: flex;
  align-items: center;
  min-height: clamp(260px, 26vw, 340px);
  overflow: hidden;
  isolation: isolate;

  background:
    linear-gradient(
      100deg,
      rgba(5, 39, 72, 0.98) 0%,
      rgba(9, 61, 108, 0.96) 38%,
      rgba(18, 88, 149, 0.88) 65%,
      rgba(18, 88, 149, 0.56) 100%
    ),
    var(--pcb-page-title-bg) center / cover no-repeat;
}

/* Ánh sáng + chiều sâu nền */
.pcb-page-title::before {
  position: absolute;
  inset: 0;
  z-index: 0;

  content: "";
  pointer-events: none;

  background:
    radial-gradient(
      ellipse at 82% 15%,
      rgba(255, 255, 255, 0.16) 0%,
      rgba(255, 255, 255, 0.05) 24%,
      transparent 52%
    ),
    radial-gradient(
      ellipse at 15% 110%,
      rgba(222, 169, 56, 0.16) 0%,
      transparent 38%
    ),
    linear-gradient(90deg, rgba(3, 27, 50, 0.18) 0%, transparent 55%);
}

/* Đường chuyển động đặc trưng ngành xe */
.pcb-page-title::after {
  position: absolute;
  right: -6%;
  bottom: 30px;
  z-index: 1;

  width: min(48vw, 720px);
  height: 110px;

  content: "";
  pointer-events: none;

  background:
    linear-gradient(
      174deg,
      transparent 0 42%,
      rgba(255, 255, 255, 0.13) 42.3% 43%,
      transparent 43.3% 100%
    ),
    linear-gradient(
      174deg,
      transparent 0 56%,
      rgba(222, 169, 56, 0.72) 56.2% 57.2%,
      transparent 57.4% 100%
    ),
    linear-gradient(
      174deg,
      transparent 0 69%,
      rgba(255, 255, 255, 0.2) 69.2% 69.7%,
      transparent 70% 100%
    );

  transform: rotate(-2deg);
  opacity: 0.95;
}

/* Lớp phủ để chữ luôn dễ đọc */
.pcb-page-title__overlay {
  position: absolute;
  inset: 0;
  z-index: 0;

  pointer-events: none;

  background: linear-gradient(
    90deg,
    rgba(3, 26, 48, 0.32) 0%,
    rgba(3, 26, 48, 0.15) 42%,
    transparent 72%
  );
}

.pcb-page-title__inner {
  position: relative;
  z-index: 3;
  width: 100%;
  padding: clamp(54px, 7vw, 82px) 0;
}

.pcb-page-title__breadcrumb {
  position: relative;
  z-index: 2;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  width: fit-content;
  max-width: 100%;
  margin-bottom: 17px;
  color: rgba(255, 255, 255, 0.72);
  font-family: var(--pcb-font-body);
  font-size: var(--pcb-fs-small);
  font-weight: 600;
  letter-spacing: 0.015em;
  text-transform: none;
}

.pcb-page-title__breadcrumb a {
  color: rgba(255, 255, 255, 0.82);
  transition: color var(--pcb-transition);
}

.pcb-page-title__breadcrumb a:hover,
.pcb-page-title__breadcrumb span[aria-current="page"] {
  color: #ffffff;
}

.pcb-page-title__separator {
  color: #f5c95f;
  font-weight: 700;
}

.pcb-page-title__content {
  position: relative;
  z-index: 2;
  max-width: 760px;
}

.pcb-page-title__content h1 {
  margin: 0;
  max-width: 760px;
  color: #ffffff;
  font-size: clamp(2.2rem, 4vw, 3.65rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.045em;
  text-transform: none;
  text-shadow: 0 6px 24px rgba(3, 29, 52, 0.2);
}

.pcb-page-title__content h1::after {
  display: block;
  width: 96px;
  height: 4px;
  margin-top: 20px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    #f5cd6a 0%,
    var(--pcb-secondary) 55%,
    rgba(222, 169, 56, 0.15) 100%
  );
  box-shadow: 22px 0 26px rgba(222, 169, 56, 0.22);
  content: "";
}

.pcb-page-title__content p {
  max-width: 680px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: var(--pcb-fs-body);
  line-height: 1.75;
  text-shadow: 0 3px 16px rgba(3, 29, 52, 0.16);
}

.pcb-page-title__inner::after {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  content: "KHANH NGOC TRAVEL";
  color: rgba(255, 255, 255, 0.055);
  font-family: var(--pcb-font-heading);
  font-size: clamp(5.8rem, 13vw, 4rem);
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 0.8;
  white-space: nowrap;
  pointer-events: none;
}

/* Blog Archive & Cards */

body.category .archive-page-header {
  display: none;
}

body.category .page-wrapper {
  background: linear-gradient(
    180deg,
    #ffffff 0%,
    var(--pcb-background) 55%,
    #ffffff 100%
  );
  background-size: auto;
}

.pcb-blog-layout {
  padding-top: 30px;
}

.post-item {
  display: flex;
}

.post-item > .col-inner {
  display: flex;
  width: 100%;
}

.post-item .box {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  border: 1px solid var(--pcb-border);
  border-radius: 18px;
  background: var(--pcb-white);
  box-shadow: 0 10px 30px rgba(18, 88, 149, 0.07);
  transition:
    transform var(--pcb-transition),
    border-color var(--pcb-transition),
    box-shadow var(--pcb-transition);
  border-color: #dee9f1;
}

.post-item .box::before {
  position: absolute;
  top: 14px;
  left: 18px;
  z-index: 4;
  width: 42px;
  height: 3px;
  background: linear-gradient(90deg, var(--pcb-secondary), #f3c967);
  content: "";
  transition: width var(--pcb-transition);
  border-radius: 999px;
}

.post-item .box:hover {
  border-color: rgba(18, 88, 149, 0.22);
  box-shadow: 0 18px 42px rgba(18, 88, 149, 0.13);
}

.post-item .box:hover::before {
  width: 68px;
}

.post-item .box-image {
  width: 100%;
  overflow: hidden;
  border-radius: 0;
  background: var(--pcb-primary-light);
}

.post-item .box-image .image-cover {
  padding-top: 62.5% !important;
  background: var(--pcb-background-soft);
}

.post-item .box-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: none;
  transition:
    transform 0.45s ease,
    filter 0.45s ease;
}

.post-item .box:hover .box-image img {
  transform: scale(1.045);
  filter: saturate(1.04);
}

.post-item .box-text {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 22px 22px 24px;
  text-align: left;
}

.post-item .box-text-inner {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  width: 100%;
}

.post-item .post-title {
  margin-bottom: 12px;
}

.post-item .post-title a {
  display: -webkit-box;
  min-height: 2.8em;
  margin: 0;
  overflow: hidden;
  color: var(--pcb-heading);
  font-size: clamp(1.02rem, 1.18vw, 1.16rem);
  line-height: 1.48;
  letter-spacing: -0.012em;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-weight: 700;
}

.post-item .post-title a {
  color: inherit;
  transition: color var(--pcb-transition);
}

.post-item .post-title a:hover {
  color: var(--pcb-primary);
}

.post-item .post-meta {
  order: -1;
  margin: 0 0 8px;
  color: var(--pcb-primary);
  font-size: 0.73rem;
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: 0.018em;
  text-transform: none;
}

.post-item .is-divider {
  width: 42px;
  max-width: none;
  height: 2px;
  margin: 12px 0 11px;
  background: var(--pcb-secondary);
  border-radius: 999px;
}

.post-item .from_the_blog_excerpt {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  color: var(--pcb-text);
  font-size: 0.87rem;
  line-height: 1.65;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.nav-pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin: 26px 0 0;
}

.nav-pagination > li {
  margin: 0;
}

.nav-pagination > li > a,
.nav-pagination > li > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  margin: 0;
  padding: 0 11px;
  border: 1px solid var(--pcb-border-strong);
  border-radius: 999px;
  background: var(--pcb-white);
  color: var(--pcb-heading);
  box-shadow: none;
  font-family: var(--pcb-font-body);
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1;
  transition:
    transform var(--pcb-transition),
    border-color var(--pcb-transition),
    background var(--pcb-transition),
    color var(--pcb-transition);
  border-color: var(--pcb-border);
}

.nav-pagination > li > a:hover {
  transform: translateY(-2px);
  border-color: var(--pcb-primary);
  background: var(--pcb-primary);
  color: var(--pcb-white);
}

.nav-pagination > li > span.current,
.nav-pagination > li > a.current {
  border-color: var(--pcb-secondary);
  background: var(--pcb-secondary);
  color: var(--pcb-primary-dark);
}

/* Single Post & Sidebar */
.blog-single .pcb-page-title__content {
  max-width: 960px;
}

.pcb-page-title__content h1 {
  max-width: 960px;
}

.blog-single.page-wrapper {
  background: linear-gradient(
    180deg,
    #ffffff 0%,
    var(--pcb-background) 55%,
    #ffffff 100%
  );
  background-size: auto;
}

.pcb-single-post-layout {
  padding-top: 30px;
}

.entry-content.single-page {
  padding: 20px;
}

.blog-single > .row {
  align-items: flex-start;
}

.blog-single .row-divided > .large-9 {
  padding-right: 32px;
  border-right: 0;
}

.blog-single .article-inner {
  overflow: hidden;
  border: 1px solid var(--pcb-border);
  border-top: 1px solid var(--pcb-border);
  border-radius: 22px;
  background: var(--pcb-white);
  box-shadow: var(--pcb-shadow-sm);
}

.blog-single .entry-header {
  margin: 0;
}

.blog-single .entry-header-text {
  display: none;
}

.blog-single .entry-category {
  margin: 0 0 10px;
  color: var(--pcb-primary);
  font-family: var(--pcb-font-body);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.025em;
  line-height: 1.3;
  text-transform: none;
}

.blog-single .entry-category a {
  color: inherit;
}

.blog-single .entry-title {
  max-width: 820px;
  margin: 0;
  color: var(--pcb-heading);
  font-family: var(--pcb-font-heading);
  font-size: clamp(1.75rem, 2.8vw, 2.65rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.22;
}

.blog-single .entry-header .is-divider {
  width: 54px;
  max-width: none;
  height: 3px;
  margin: 17px 0 13px;
  background: var(--pcb-secondary);
  border-radius: 999px;
}

.blog-single .entry-meta {
  margin: 0;
  color: var(--pcb-muted);
  font-family: var(--pcb-font-body);
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.045em;
  line-height: 1.5;
}

.blog-single .entry-image {
  margin: 0;
  border-top: 1px solid var(--pcb-border);
  border-bottom: 1px solid var(--pcb-border);
  background: var(--pcb-background-soft);
}

.blog-single .entry-image img {
  display: block;
  width: 100%;
}

.blog-single .widget-area {
  position: sticky;
  top: 110px;
}

.blog-single .widget-area .widget {
  margin: 0 0 18px;
  padding: 22px;
  border: 1px solid var(--pcb-border);
  border-top: 1px solid var(--pcb-border);
  border-radius: 16px;
  background: var(--pcb-white);
  box-shadow: 0 10px 28px rgba(18, 88, 149, 0.07);
}

.blog-single .widget-area .widget:last-child {
  margin-bottom: 0;
}

.blog-single .widget-area .searchform {
  margin: 0;
}

.blog-single .widget-area .searchform .flex-row {
  overflow: hidden;
  border: 1px solid var(--pcb-border-strong);
  border-radius: 12px;
  background: #f9fcfe;
  border-color: var(--pcb-border);
}

.blog-single .widget-area .searchform .search-field {
  height: 42px;
  margin: 0;
  padding: 0 12px;
  border: 0;
  background: transparent;
  color: var(--pcb-heading);
  box-shadow: none;
  font-family: var(--pcb-font-body);
  font-size: 0.86rem;
}

.blog-single .widget-area .searchform .search-field:focus {
  outline: 0;
  background: var(--pcb-white);
  box-shadow:
    inset 0 0 0 1px var(--pcb-primary),
    0 0 0 3px rgba(18, 88, 149, 0.08);
}

.blog-single .widget-area .searchform .ux-search-submit {
  width: 42px;
  min-width: 42px;
  height: 42px;
  min-height: 42px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: var(--pcb-primary);
  color: var(--pcb-white);
  box-shadow: none;
}

.blog-single .widget-area .searchform .ux-search-submit:hover {
  background: var(--pcb-secondary);
  transform: none;
  color: var(--pcb-primary-dark);
}

.blog-single .widget-area .widget_nav_menu .menu {
  margin: 0;
}

.blog-single .widget-area .widget_nav_menu .menu > li {
  margin: 0;
  border-bottom: 1px solid var(--pcb-border);
}

.blog-single .widget-area .widget_nav_menu .menu > li:last-child {
  border-bottom: 0;
}

.blog-single .widget-area .widget_nav_menu .menu > li > a {
  position: relative;
  display: block;
  padding: 11px 20px 11px 0;
  color: var(--pcb-heading);
  font-size: 0.86rem;
  font-weight: 600;
  line-height: 1.45;
}

.blog-single .widget-area .widget_nav_menu .menu > li > a::after {
  position: absolute;
  top: 50%;
  right: 2px;
  color: var(--pcb-secondary);
  content: "→";
  transform: translateY(-50%);
  transition: transform var(--pcb-transition);
}

.blog-single .widget-area .widget_nav_menu .menu > li > a:hover {
  color: var(--pcb-secondary);
}

.blog-single .widget-area .widget_nav_menu .menu > li > a:hover::after {
  transform: translate(3px, -50%);
}

.post_comments,
.widget .is-divider {
  display: none;
}

.recent-blog-posts {
  padding: 10px 0;
  align-items: center !important;
}

.recent-blog-posts-li .badge,
.recent-blog-posts-li .badge-inner {
  width: 100px;
  height: 70px;
  border-radius: 12px;
}

.recent-blog-posts-li .flex-col.flex-grow {
  max-width: calc(100% - 100px);
}

.recent-blog-posts a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  line-height: 1.4;
  color: var(--fs-color-base);
  margin: 0;
  font-weight: 400;
}

.recent-blog-posts .badge::after {
  display: none !important;
}

.box-blog-post .is-divider {
  display: none;
}

/* Contact & Forms */

.pcb-contact-section {
  position: relative;
  padding: 68px 0 42px;
  background:
    radial-gradient(
      circle at 9% 12%,
      rgba(222, 169, 56, 0.09),
      transparent 24%
    ),
    radial-gradient(
      circle at 92% 18%,
      rgba(18, 88, 149, 0.09),
      transparent 30%
    ),
    linear-gradient(180deg, #ffffff 0%, var(--pcb-background) 100%);
  background-size: auto;
}

.pcb-contact-row {
  align-items: stretch;
}

.pcb-contact-company,
.pcb-contact-form-column {
  display: flex;
}

.pcb-contact-company > .col-inner,
.pcb-contact-form-column > .col-inner {
  width: 100%;
}

.pcb-contact-company > .col-inner {
  padding-right: clamp(16px, 3vw, 40px);
}

.pcb-contact-company .text > p:first-child {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 9px;
  color: var(--pcb-secondary-dark);
  font-family: var(--pcb-font-body);
  font-size: var(--pcb-fs-small);
  font-weight: 700;
  letter-spacing: 0.035em;
  text-transform: none;
}

.pcb-contact-company .text > p:first-child::before {
  width: 26px;
  height: 3px;
  background: currentColor;
  content: "";
  border-radius: 999px;
}

.pcb-contact-company h2,
.pcb-contact-form-column h2 {
  margin-bottom: 16px;
  color: var(--pcb-heading);
  font-size: var(--pcb-fs-h2);
  line-height: 1.25;
  letter-spacing: -0.025em;
  text-transform: none;
}

.pcb-contact-company .text > p:not(:first-child) {
  color: var(--pcb-text);
  font-size: var(--pcb-fs-body);
  line-height: 1.68;
}

.pcb-contact-company .text > p:last-child {
  margin-bottom: 0;
}

.pcb-contact-details {
  display: grid;
  gap: 11px;
  margin-top: 26px;
}

.pcb-contact-details__item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px 17px;
  border: 1px solid var(--pcb-border);
  border-left: 1px solid var(--pcb-border);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 7px 20px rgba(18, 88, 149, 0.05);
  transition:
    border-color var(--pcb-transition),
    box-shadow var(--pcb-transition),
    transform var(--pcb-transition);
}

.pcb-contact-details__item:hover {
  border-color: rgba(18, 88, 149, 0.24);
  border-left-color: rgba(18, 88, 149, 0.24);
  box-shadow: 0 14px 34px rgba(18, 88, 149, 0.1);
  transform: translateY(-2px);
}

.pcb-contact-details__icon {
  display: flex;
  flex: 0 0 44px;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(222, 169, 56, 0.38);
  border-radius: 14px;
  background: linear-gradient(145deg, #fffaf0, #eef6fb);
  flex-basis: 46px;
}

.pcb-contact-details__icon p {
  margin: 0;
  padding: 4px;
  color: var(--pcb-primary);
  font-family: var(--pcb-font-body);
  font-size: 0.56rem;
  font-weight: 700;
  line-height: 1.05;
  text-align: center;
  text-transform: none;
}

.pcb-contact-details__content {
  min-width: 0;
}

.pcb-contact-details__content h3 {
  margin: 0 0 3px;
  color: var(--pcb-heading);
  font-size: 0.98rem;
  line-height: 1.4;
  letter-spacing: -0.01em;
  text-transform: none;
}

.pcb-contact-details__content p {
  margin: 0;
  color: var(--pcb-text);
  font-size: 0.88rem;
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.pcb-contact-details__content a {
  color: var(--pcb-primary);
  font-weight: 700;
  transition: color var(--pcb-transition);
}

.pcb-contact-details__content a:hover {
  color: var(--pcb-secondary-dark);
}

.pcb-contact-form-column > .col-inner {
  position: relative;
  height: 100%;
  padding: clamp(26px, 3.6vw, 40px);
  overflow: hidden;
  border: 1px solid var(--pcb-border);
  border-top: 1px solid var(--pcb-border);
  border-radius: 22px;
  background: var(--pcb-white);
  box-shadow: var(--pcb-shadow-md);
}

.pcb-contact-form-column > .col-inner::before {
  position: absolute;
  top: 0;
  right: 34px;
  width: 58px;
  height: 4px;
  background: var(--pcb-secondary);
  content: "";
  clip-path: none;
  border-radius: 0 0 999px 999px;
}

.pcb-contact-form-column .dawp-form-container {
  margin-top: 22px;
}

.dawp-form-container form {
  margin: 0;
}

.dawp-form-container .row {
  margin-right: -6px;
  margin-left: -6px;
}

.dawp-form-container .col {
  padding-right: 6px;
  padding-bottom: 12px;
  padding-left: 6px;
}

.dawp-form-container label {
  display: block;
  margin: 0;
  color: var(--pcb-heading);
  font-size: 0.83rem;
  font-weight: 600;
  line-height: 1.45;
}

.dawp-form-container
  input:not([type="hidden"]):not([type="submit"]):not([type="checkbox"]):not(
    [type="radio"]
  ),
.dawp-form-container select,
.dawp-form-container textarea {
  width: 100%;
  margin: 5px 0 0;
  border: 1px solid var(--pcb-border);
  border-radius: 11px;
  background: #fbfdff;
  color: var(--pcb-heading);
  box-shadow: none;
  font-family: var(--pcb-font-body);
  font-size: 0.89rem;
  font-weight: 400;
  transition:
    border-color var(--pcb-transition),
    box-shadow var(--pcb-transition);
  border-color: var(--pcb-border);
}

.dawp-form-container
  input:not([type="hidden"]):not([type="submit"]):not([type="checkbox"]):not(
    [type="radio"]
  ),
.dawp-form-container select {
  height: 47px;
  padding: 0 14px;
}

.dawp-form-container textarea {
  min-height: 112px;
  padding: 12px 14px;
  resize: vertical;
}

.dawp-form-container input:focus,
.dawp-form-container select:focus,
.dawp-form-container textarea:focus {
  border-color: var(--pcb-primary) !important;
  outline: 0;
  box-shadow: 0 0 0 3px rgba(18, 88, 149, 0.1) !important;
  background: var(--pcb-white);
}

.dawp-form-container .dawp-captcha-wrap,
.dawp-form-container .dawp-captcha-reload,
.dawp-form-container .dawp-captcha-input {
  margin-top: 0;
}

.dawp-captcha-wrap {
  margin: 0 !important;
}

.dawp-captcha-wrap label {
  margin-bottom: 4px !important;
}

.dawp-captcha-input {
  margin: 0 !important;
  margin-bottom: 10px !important;
}

.dawp-captcha-reload {
  margin: 0;
  min-width: unset;
  min-height: unset;
}

.dawp-form-container .dawp-captcha-input {
  margin-bottom: 15px;
}

.pcb-contact-support-section {
  padding: 8px 0 64px;
  background: linear-gradient(180deg, var(--pcb-background) 0%, #ffffff 100%);
}

.pcb-contact-support-section .row {
  align-items: stretch;
}

.pcb-contact-support-section .col {
  display: flex;
}

.pcb-contact-support-section .col > .col-inner {
  width: 100%;
  height: 100%;
  padding: 24px;
  border: 1px solid var(--pcb-border);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(18, 88, 149, 0.06);
  transition:
    transform var(--pcb-transition),
    border-color var(--pcb-transition),
    box-shadow var(--pcb-transition);
}

.pcb-contact-support-section .col > .col-inner:hover {
  transform: translateY(-4px);
  border-color: rgba(18, 88, 149, 0.22);
  box-shadow: 0 18px 38px rgba(18, 88, 149, 0.11);
}

.pcb-contact-support-section h3 {
  margin: 0 0 9px;
  font-size: 1.08rem;
  line-height: 1.35;
  letter-spacing: -0.015em;
}

.pcb-contact-support-section p {
  margin: 0 0 8px;
  color: var(--pcb-text);
  font-size: 0.9rem;
  line-height: 1.65;
}

.pcb-contact-support-section strong {
  color: var(--pcb-primary);
}

.pcb-contact-cta-section {
  padding: 0 0 72px;
  background: #ffffff;
}

.pcb-contact-cta-section .row {
  position: relative;
  overflow: hidden;
  align-items: center;
  padding: 32px 36px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  background: linear-gradient(
    135deg,
    var(--pcb-primary-dark) 0%,
    var(--pcb-primary) 72%,
    #1b6eae 100%
  );
  box-shadow: 0 20px 45px rgba(11, 60, 105, 0.18);
}

.pcb-contact-cta-section .row::after {
  position: absolute;
  right: -80px;
  bottom: -120px;
  width: 330px;
  height: 220px;
  border: 1px solid rgba(222, 169, 56, 0.35);
  border-radius: 50%;
  content: "";
  transform: rotate(-8deg);
}

.pcb-contact-cta-section h2 {
  margin: 0 0 7px;
  color: #ffffff;
  font-size: clamp(1.45rem, 2.4vw, 2.15rem);
  line-height: 1.2;
  letter-spacing: -0.03em;
}

.pcb-contact-cta-section p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
}

.pcb-contact-cta-section .button.pcb-contact-call-button {
  position: relative;
  z-index: 2;
  min-height: 48px;
  margin: 0;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #f0c45f, var(--pcb-secondary));
  color: var(--pcb-primary-dark);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.14);
  font-family: var(--pcb-font-body);
  font-weight: 700;
  letter-spacing: 0;
}

.pcb-contact-map-section {
  padding: 0;
  overflow: hidden;
  border-top: 1px solid var(--pcb-border);
  background: var(--pcb-background-soft);
}

.pcb-contact-map-section > .section-content,
.pcb-contact-map-section .ux-html {
  padding: 0;
  margin: 0;
}

.pcb-contact-map {
  width: 100%;
  margin: 0;
  line-height: 0;
}

.pcb-contact-map iframe {
  display: block;
  width: 100%;
  height: 460px;
  margin: 0;
  border: 0;
  filter: saturate(0.95) contrast(1.02);
}

.dawp-form-container .dawp-form-submit {
  min-height: 48px;
  border-radius: 12px;
  background: linear-gradient(
    135deg,
    #e8b94c 0%,
    var(--pcb-secondary) 58%,
    #cc961e 100%
  );
  color: #fff;
  box-shadow: 0 10px 24px rgba(222, 169, 56, 0.24);
  font-family: var(--pcb-font-body);
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.018em;
  text-transform: none;
  margin: 0;
  width: 100%;
}

.dawp-form-container .dawp-form-submit:hover {
  filter: brightness(1.03);
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(222, 169, 56, 0.31);
}

.dawp-form-container .dawp-form-submit:active {
  transform: translateY(0);
  box-shadow: 0 7px 18px rgba(222, 169, 56, 0.24);
}

.pcb-contact-map-section p {
  margin: 0;
}

/* Responsive */

@media screen and (max-width: 849px) {
  .blog-single .row-divided > .large-9 {
    padding-right: 15px;
  }

  .blog-single .widget-area {
    position: static;
  }

  .pcb-page-title {
    min-height: 250px;
  }

  .pcb-page-title__inner {
    padding: 50px 0;
  }

  .pcb-page-title::after {
    right: -170px;
    bottom: -150px;
    width: 620px;
    height: 250px;
    opacity: 0.8;
  }

  .pcb-page-title__inner::after {
    right: -8px;
    font-size: clamp(5rem, 16vw, 4rem);
  }

  .post-item .box-text {
    padding: 18px;
  }

  .pcb-contact-section {
    padding-top: 52px;
    padding-bottom: 26px;
  }

  .pcb-contact-company {
    padding-bottom: 34px;
  }

  .pcb-contact-company > .col-inner {
    padding-right: 0;
  }

  .pcb-contact-form-column > .col-inner {
    height: auto;
  }

  .pcb-contact-map iframe {
    height: 400px;
  }
}

@media screen and (max-width: 549px) {
  .blog-single.page-wrapper {
    background-size: 34px 34px;
  }

  .blog-single .article-inner {
    border-radius: var(--pcb-radius-md);
  }

  .blog-single .entry-header-text {
    padding: 23px 18px 21px;
  }

  .blog-single .entry-header-text::before {
    width: 54px;
    height: 8px;
  }

  .blog-single .entry-title {
    font-size: clamp(1.45rem, 7vw, 1.85rem);
    line-height: 1.12;
  }

  .blog-single .entry-header .is-divider {
    margin-top: 14px;
  }

  .blog-single .widget-area .widget {
    padding: 17px;
  }

  body {
    font-size: 14.5px;
  }

  .pcb-page-title {
    min-height: 225px;
  }

  .pcb-page-title::after {
    right: -190px;
    bottom: -120px;
    width: 470px;
    height: 190px;
    opacity: 0.7;
  }

  .pcb-page-title__inner {
    padding: 40px 0;
  }

  .pcb-page-title__inner::before {
    top: 40px;
    left: 0;
    width: 4px;
    height: 52px;
  }

  .pcb-page-title__inner::after {
    right: -6px;
    bottom: -4px;
    font-size: 2rem;
    opacity: 0.72;
  }

  .pcb-page-title__breadcrumb {
    margin-bottom: 13px;
    font-size: 0.7rem;
  }

  .pcb-page-title__content h1 {
    font-size: clamp(1.9rem, 9vw, 2.7rem);
    line-height: 1.1;
  }

  .pcb-page-title__content h1::after {
    width: 74px;
    height: 3px;
    margin-top: 16px;
  }

  .pcb-page-title__content p {
    margin-top: 13px;
    font-size: 0.88rem;
    line-height: 1.68;
  }

  .post-item .box-text {
    padding: 18px 18px 20px;
  }

  .post-item .post-title {
    min-height: 0;
    font-size: 0.98rem;
    line-height: 1.42;
  }

  .post-item .from_the_blog_excerpt {
    font-size: 0.84rem;
    line-height: 1.6;
  }

  .nav-pagination {
    gap: 6px;
    margin-top: 20px;
  }

  .nav-pagination > li > a,
  .nav-pagination > li > span {
    min-width: 37px;
    height: 37px;
    padding: 0 9px;
    font-size: 0.76rem;
  }

  .pcb-contact-section {
    padding-top: 46px;
    padding-bottom: 16px;
    background-size: auto;
  }

  .pcb-contact-company {
    padding-bottom: 30px;
  }

  .pcb-contact-form-column > .col-inner {
    padding: 23px 17px;
    border-radius: 18px;
  }

  .pcb-contact-form-column > .col-inner::before {
    width: 52px;
    height: 9px;
  }

  .pcb-contact-details {
    margin-top: 21px;
  }

  .pcb-contact-details__item {
    padding: 13px;
  }

  .pcb-contact-details__icon {
    flex-basis: 40px;
    width: 40px;
    height: 40px;
  }

  .dawp-form-container .col {
    padding-bottom: 11px;
  }

  .pcb-contact-map iframe {
    height: 320px;
  }

  .post-item .box {
    border-radius: 15px;
  }

  .pcb-contact-support-section .col > .col-inner {
    padding: 20px;
    border-radius: 16px;
  }

  .pcb-contact-cta-section .row {
    padding: 24px 18px;
    border-radius: 18px;
    text-align: center;
  }
}

/* =========================================================
   FOOTER
   Khánh Ngọc Travel
   ========================================================= */

.footer1 {
  position: relative;
  overflow: hidden;
  padding: 64px 0 48px;
  background:
    radial-gradient(
      circle at 12% 8%,
      rgba(222, 169, 56, 0.18),
      transparent 26%
    ),
    radial-gradient(
      circle at 88% 18%,
      rgba(18, 88, 149, 0.22),
      transparent 30%
    ),
    linear-gradient(145deg, #04182b 0%, #072744 48%, #0b3c69 100%);
  color: rgba(255, 255, 255, 0.74);
}

.footer1::before {
  position: absolute;
  top: -180px;
  right: -130px;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.footer1::after {
  position: absolute;
  right: 8%;
  bottom: 0;
  width: 240px;
  height: 3px;
  background: linear-gradient(
    90deg,
    transparent,
    var(--pcb-secondary, #dea938),
    transparent
  );
  content: "";
  opacity: 0.7;
}

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

/* =========================================================
   TEXT CHUNG
   ========================================================= */

.footer1 h3,
.footer1 h4,
.footer1 h5,
.footer1 h6 {
  color: #fff;
}

.footer1 p {
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.77rem;
  line-height: 1.7;
}

.footer1 strong {
  color: rgba(255, 255, 255, 0.92);
}

.footer1 a {
  color: rgba(255, 255, 255, 0.72);
  transition:
    color 0.2s ease,
    padding-left 0.2s ease;
}

.footer1 a:hover {
  color: var(--pcb-secondary, #dea938);
}

/* =========================================================
   BRAND
   ========================================================= */

.footer1-brand {
  padding-right: 34px;
}

.footer1-brand h3 {
  position: relative;
  margin: 0 0 15px;
  padding-bottom: 13px;
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.footer1-brand h3::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 46px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--pcb-secondary, #dea938), #f2c96a);
  content: "";
}

.footer1-brand p {
  max-width: 390px;
}

.footer1-brand p strong {
  color: #f1c96f;
  font-size: 0.76rem;
}

/* =========================================================
   HOTLINE
   ========================================================= */

.footer1-contact {
  margin-top: 22px;
  padding: 15px 17px;
  border: 1px solid rgba(222, 169, 56, 0.2);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.055);
  backdrop-filter: blur(7px);
}

.footer1-contact h6 {
  margin: 0 0 5px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.63rem;
  font-weight: 700;
  letter-spacing: 0.07em;
}

.footer1-contact h3 {
  margin: 0;
  font-size: 1.22rem;
  line-height: 1.2;
}

.footer1-contact h3 a {
  color: #f0c968;
}

.footer1-contact h3 a:hover {
  color: #fff;
}

/* =========================================================
   BUTTONS
   ========================================================= */

.footer1-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.footer1-buttons .button {
  min-height: 40px;
  margin: 0;
  padding: 0 14px;
  border-radius: 10px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 40px;
  text-transform: none;
}

.footer1-buttons .button.primary {
  border-color: var(--pcb-secondary, #dea938);
  background: var(--pcb-secondary, #dea938);
  color: #fff;
  box-shadow: 0 8px 18px rgba(222, 169, 56, 0.16);
}

.footer1-buttons .button.primary:hover {
  border-color: #f1c765;
  background: #f1c765;
  color: #fff;
}

.footer1-buttons .button.is-outline {
  border-color: rgba(255, 255, 255, 0.3);
  color: #fff;
}

.footer1-buttons .button.is-outline:hover {
  border-color: #fff;
  background: #fff;
  color: var(--pcb-primary-dark, #0b3c69);
}

/* =========================================================
   MENU
   ========================================================= */

.footer1-menu,
.footer1-info {
  padding-top: 3px;
}

.footer1-menu h4,
.footer1-info h4 {
  position: relative;
  margin: 0 0 19px;
  padding-bottom: 11px;
  font-size: 0.88rem;
  font-weight: 800;
}

.footer1-menu h4::after,
.footer1-info h4::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 2px;
  border-radius: 999px;
  background: var(--pcb-secondary, #dea938);
  content: "";
}

.footer1-menu p {
  position: relative;
  margin: 0 0 7px;
  padding-left: 13px;
  line-height: 1.55;
}

.footer1-menu p::before {
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(222, 169, 56, 0.75);
  content: "";
}

.footer1-menu p a:hover {
  padding-left: 3px;
}

/* =========================================================
   CONTACT INFO
   ========================================================= */

.footer1-info h6 {
  margin: 15px 0 4px;
  color: #e9bd59;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.footer1-info h6:first-of-type {
  margin-top: 0;
}

.footer1-info p {
  margin-bottom: 7px;
}

.footer1-info a strong {
  color: #fff;
}

.footer1-info a:hover strong {
  color: var(--pcb-secondary, #dea938);
}

/* =========================================================
   FOOTER BOTTOM
   ========================================================= */

.footer2 {
  padding: 15px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  background: #031321;
}

.footer2 p {
  margin: 0;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.67rem;
  line-height: 1.6;
}

.footer2 strong {
  color: rgba(255, 255, 255, 0.76);
}

.footer2 a {
  color: rgba(255, 255, 255, 0.58);
}

.footer2 a:hover {
  color: var(--pcb-secondary, #dea938);
}

.footer2-policy {
  text-align: right;
}

/* =========================================================
   TABLET
   ========================================================= */

@media screen and (max-width: 849px) {
  .footer1 {
    padding: 52px 0 36px;
  }

  .footer1-brand {
    margin-bottom: 24px;
    padding-right: 0;
  }

  .footer1-brand p {
    max-width: 620px;
  }

  .footer1-contact {
    max-width: 360px;
  }

  .footer1-menu,
  .footer1-info {
    margin-top: 8px;
  }

  .footer2-policy {
    text-align: left;
  }
}

/* =========================================================
   MOBILE
   ========================================================= */

@media screen and (max-width: 549px) {
  .footer1 {
    padding: 42px 0 28px;
  }

  .footer1 .col {
    padding-bottom: 24px;
  }

  .footer1-brand {
    margin-bottom: 0;
  }

  .footer1-brand h3 {
    font-size: 1.08rem;
  }

  .footer1-brand p {
    font-size: 0.73rem;
  }

  .footer1-contact {
    margin-top: 18px;
  }

  .footer1-contact h3 {
    font-size: 1.12rem;
  }

  .footer1-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .footer1-buttons .button {
    width: 100%;
    padding: 0 10px;
    text-align: center;
  }

  .footer1-menu h4,
  .footer1-info h4 {
    margin-bottom: 14px;
  }

  .footer1-menu p {
    margin-bottom: 6px;
  }

  .footer2 {
    padding: 16px 0;
  }

  .footer2-copyright,
  .footer2-policy {
    text-align: center;
  }

  .footer2-policy {
    margin-top: 7px;
  }

  .footer2-policy p {
    line-height: 1.9;
  }
}
