/* ==========================================================
   Font & Variables
   ========================================================== */
@font-face {
  font-family: 'Times new roman', times, serif;
/*   src:
    url("../fonts/ Heavent.woff2") format("woff2"),
    url("../fonts/heavent/DB Heavent.woff") format("woff"); */
  font-weight: normal;
  font-style: normal;
}

:root {
  --font-primary: 'Times new roman', times, serif;
  --color-primary: #00a7e1;
  --color-dark: rgb(41, 58, 90);
  --color-text: #455a64;
  --color-muted: #6f8ba4;
  --shadow-card: 0 0.5rem 1rem rgba(0, 102, 255, 0.08);
}

body {
  overflow-x: hidden;
}

/* ==========================================================
   Section: Slider Homepage
   ========================================================== */
.section-slider-homepage .flickity-page-dots li {
  width: 30px;
  height: 3px;
  margin: 0 3px;
}

.section-slider-homepage .flickity-page-dots .dot {
  border: 1px solid #111;
}

.section-slider-homepage
  .slider-nav-dots-dashes-spaced
  .flickity-page-dots
  .dot {
  height: 3px;
  width: 30px;
}

/* ==========================================================
   Section: Heading Box
   ========================================================== */
.section-heading-box .row,
.section-heading-box .row .col {
  padding: 0;
}

.section-heading-box .row .col p {
  margin: 0;
  text-transform: uppercase;
  line-height: 1.45rem;
  font-weight: 400;
  font-family: var(--font-primary);
}

/* ==========================================================
   Section: CTA
   ========================================================== */
.section-cta {
  border-bottom: 3px solid var(--color-primary);
}

.section-cta a:hover img {
  opacity: 0.8;
}

/* ==========================================================
   Section: SEO
   ========================================================== */
.section-seo h1 {
  font-weight: 300;
  padding: 16px;
  margin-bottom: 8px;
  font-size: 65px;
  line-height: 1.2em;
  font-family: var(--font-primary);
}

.section-seo h1 .color-primary {
  color: var(--color-primary);
}

.section-seo .row-seo {
  flex-wrap: wrap;
  margin-top: 1.5rem;
  justify-content: center;
  padding: 0 5% 0;
}

.section-seo .row-seo > .col {
  padding: 0;
}

.row-seo-heading .col {
  padding-bottom: 0;
}

.section-seo .row-seo-content .col-seo .col-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 0.25rem;
  height: 100%;
}

.section-seo .row-seo-content .col-seo .col-inner .box-ceo {
  flex: 1 1 auto;
  padding: 1.25rem;
}

.section-seo .row-seo-content .col-seo .col-inner .box-ceo img {
  width: 44px;
}

.section-seo .row-seo-content .col-seo .col-inner .box-ceo .icon-box-img {
  margin-bottom: 0;
}

.section-seo .row-seo-content .col-seo .col-inner .box-ceo h3 {
  color: var(--color-primary);
  font-size: 2.2rem;
  line-height: 2.3rem;
  font-family: var(--font-primary);
  padding-top: 1rem;
  padding-bottom: 0;
  margin: 0;
}

.section-seo .row-seo-content .col-seo .col-inner .box-ceo h5 {
  color: #343a40;
  font-size: 1.8rem;
  line-height: 1.9rem;
  font-family: var(--font-primary);
  font-weight: 300;
}

.section-seo .row-seo-content .col-seo .col-inner .box-ceo p {
  line-height: 30px;
  color: var(--color-text);
  font-size: 1.4rem;
  font-family: var(--font-primary);
}

/* ==========================================================
   Shared: Section Paddings
   ========================================================== */
.section-about .row,
.section-package-service .row-package-service,
.section-package-service .row-package-service-heading,
.section-calendar .row,
.section-number .row,
.section-clients .row,
.section-heading-box .row,
.row-link-service,
.section-reward .row-section-reward {
  padding-left: 5%;
  padding-right: 5%;
}

/* Shared heading styles */
.section-about h2,
.section-package-service .row-package-service-heading h2,
.section-calendar .row-calendar-heading h2 {
  margin-bottom: 0.25rem;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 50px;
  line-height: 2.5rem;
  font-family: var(--font-primary);
}

.section-about h5,
.section-package-service .row-package-service-heading h5 {
  color: #343a40;
  margin-bottom: 1.5rem;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.9rem;
  font-family: var(--font-primary);
}

/* ==========================================================
   Section: About
   ========================================================== */
.section-about {
  padding: 40px 0 0;
}

.section-about .row-about-heading .col {
  padding-bottom: 0;
}

.row-about-content .col-about-heading {
  padding: 0 5px 30px;
}

.row-about-content .slick-list {
  padding: 0 !important;
}

.row-about-content .col-about-heading .box {
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-card);
}

/* Image — tỉ lệ 4:6 */
.row-about-content .col-about-heading .box-image {
  position: relative;
  width: 100%;
  padding-bottom: 150%;
  overflow: hidden;
  height: auto;
}

.row-about-content .col-about-heading .box-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.row-about-content .col-about-heading .box-image a {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
}

.row-about-content .col-about-heading .box-text {
  position: absolute !important;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  padding: 0 !important;
  text-align: left;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0) 50%
  );
  transition: background 0.3s ease;
}

.row-about-content .col-about-heading .box-text .box-text-inner {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 20px 16px;
}

.row-about-content .col-about-heading .box-text h4 {
  color: #fff;
  font-weight: 300;
  margin: 0;
  font-size: 2rem;
  line-height: 2.1rem;
  font-family: var(--font-primary);
}

.row-about-content .col-about-heading .box-text p {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.45rem;
  margin: 5px 0 0;
  opacity: 0;
  max-height: 0;
  visibility: hidden;
  overflow: hidden;
  font-family: var(--font-primary);
  transition: all 0.4s ease-in-out;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.row-about-content .col-about-heading .box:hover .box-text {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.row-about-content .col-about-heading .box:hover .box-text p {
  opacity: 1;
  max-height: 500px;
  visibility: visible;
}

/* ==========================================================
   Section: Package Service
   ========================================================== */
.row-package-service .slick-prev {
  left: -30px;
  z-index: 2;
}

.row-package-service .slick-next {
  right: 0;
}

.row-package-service .slick-prev::before,
.row-package-service .slick-next::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background: #fff url("../images/left_777.svg") center / 30px 30px no-repeat;
  border-radius: 10px;
  opacity: 0.9;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.08) !important;
}

.row-package-service .slick-next::before {
  transform: rotate(180deg);
}

.row-package-service .col-package-service .box {
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-card);
}

/* Image — tỉ lệ 1:1 */
.row-package-service .col-package-service .box-image {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
  height: auto !important;
  display: block;
  transition: all 0.4s ease;
}

.row-package-service .col-package-service .box-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.row-package-service
  .col-package-service:not(.slick-center)
  .box:hover
  .box-image {
  width: 106%;
  padding-bottom: 103%;
}

.row-package-service .col-package-service .box-text {
  position: absolute !important;
  inset: 0;
  z-index: 5;
  pointer-events: none;
  padding: 0 !important;
  text-align: left !important;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0) 50%
  );
  transition: background 0.3s ease-in-out;
}

.row-package-service .col-package-service .box-text .box-text-inner {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 20px;
}

.row-package-service .col-package-service .box-text h4 {
  color: #fff;
  font-weight: 300;
  margin: 0;
  font-size: 2rem;
  text-align: center;
  line-height: 2.1rem;
  font-family: var(--font-primary);
}

.row-package-service .col-package-service .box-text p {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.45rem;
  margin: 5px 0 0;
  opacity: 0;
  max-height: 0;
  visibility: hidden;
  overflow: hidden;
  font-family: var(--font-primary);
  transition: all 0.4s ease-in-out;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: relative;
}

.row-package-service .col-package-service .box-text .box-text-inner p::after {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 25px;
  height: 25px;
  background: url("../images/plus.svg") center / contain no-repeat;
}

.row-package-service .col-package-service .box:hover .box-text {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.row-package-service .col-package-service .box:hover .box-text p {
  opacity: 1;
  max-height: 500px;
  visibility: visible;
}

.row-package-service .col-package-service.slick-slide {
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box;
}

.row-package-service .col-package-service:not(.slick-center) .col-inner {
  padding: 40px 30px;
}

.row-package-service .slick-track {
  display: flex !important;
  align-items: stretch !important;
}

.row-package-service .slick-slide {
  height: auto !important;
}

.row-package-service .slick-slide > div,
.row-package-service .slick-slide .col-inner {
  height: 100%;
}

.row-link-service .col {
  padding: 0;
}

.link-package-service a {
  font-size: 1.1rem;
  line-height: 1.1rem;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0.65rem 1rem;
  text-transform: uppercase;
  border-radius: 25px;
  border: 2px solid transparent;
  transition: all 0.35s ease;
  color: #fff;
  background-color: #00a0e4;
  font-family: var(--font-primary);
}

.link-package-service a::after {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 15px;
  height: 15px;
  background: url("../images/left_white.svg") center / contain no-repeat;
  transform: rotate(180deg);
}

/* ==========================================================
   Section: Clients
   ========================================================== */
.section-clients .row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  padding-top: 48px;
  padding-bottom: 10px;
}

.section-clients .row .col {
  display: flex;
}

.section-clients .row .col .col-inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-top: 10px;
  border-radius: 20px;
  border: 1px solid rgba(0, 102, 255, 0.08);
  box-shadow: var(--shadow-card);
}

.section-clients .row .col .col-inner .box {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.section-clients .row .col .col-inner .box-image {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin: 5px auto 10px;
}

.section-clients .row .col .col-inner .box-image img {
  width: 100%;
  height: 70px;
  object-fit: contain;
}

.section-clients .row .col .col-inner .box-text {
  flex: 1;
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 0 16px 16px;
}

.section-clients .row .col .col-inner .box-text .box-text-inner {
  color: #6f8ba4;
  font-weight: 300;
  line-height: 1.45rem;
  font-size: 1.4rem;
  font-family: var(--font-primary);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.section-clients .row .col .col-inner .box-text p {
  margin: 0;
}

.section-clients .slick-track {
  display: flex !important;
  align-items: stretch !important;
}

.section-clients .slick-slide {
  display: flex !important;
  height: auto !important;
  flex-direction: column;
}

.section-clients .slick-slide > div {
  display: flex;
  flex: 1;
  width: 100%;
}

.section-clients .slick-slide .col {
  display: flex;
  width: 100% !important;
}

.section-clients .slick-slide .col-inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.section-clients .slick-slide .box {
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 100%;
}

.section-clients .slick-slide .box-text {
  flex: 1;
  display: flex;
  justify-content: center;
}

.section-clients .slick-prev {
  left: 60px;
  margin-left: 10px;
}

.section-clients .slick-next {
  right: 60px;
  margin-right: 10px;
}

.section-clients .slick-list {
  margin: 0 48px;
}

.section-clients .slick-prev::before,
.section-clients .slick-next::before {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  background: url("../images/left.svg") center / contain no-repeat;
}

.section-clients .slick-next::before {
  transform: rotate(180deg);
}

/* ==========================================================
   Section: Calendar
   ========================================================== */
.section-calendar {
  padding: 50px 0 0;
}

.content-calendar-heading {
  font-family: var(--font-primary);
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  border-radius: 0.25rem;
  padding: 1.25rem;
  line-height: 1.45rem;
  font-weight: 400;
  font-size: 1.4rem;
  color: var(--color-text);
  margin-top: 10px;
}

.content-calendar-heading .mb-3 {
  margin-bottom: 1rem;
}

.content-calendar-heading ul {
  margin: 0 0 1rem;
  padding-left: 40px;
}

.content-calendar-heading ul li {
  margin: 0;
}

.row-content-calender {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.row-content-calender .col-content-calender .col-inner {
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  border-radius: 0.25rem;
}

.row-content-calender .col-content-calender .col-inner a {
  flex: 1 1 auto;
  font-size: 1.4rem;
  padding: 1.25rem;
}

.col-content-calender .icon-box-center .icon-box-img {
  margin-bottom: 5px;
}

.row-content-calender .col-content-calender .col-inner p {
  color: var(--color-muted);
  font-family: var(--font-primary);
  line-height: 30px;
  transition: color 0.35s ease;
}

.row-content-calender .col-content-calender .col-inner p:hover {
  color: #03659d;
}

/* ==========================================================
   Section: Number / Counter
   ========================================================== */
.section-number .col-counter-number {
  padding-bottom: 0;
}

.section-number .col-counter-number p {
  color: #343a40;
  font-family: var(--font-primary);
  text-align: center;
  padding: 55px 0 40px;
  position: relative;
  margin-bottom: 0;
  line-height: 1.45rem;
  font-size: 1.4rem;
}

.section-number .col-counter-number p .counter-number {
  color: var(--color-primary);
  font-family: var(--font-primary);
  font-weight: 700;
  font-size: 4rem;
}

/* ==========================================================
   Section: Reward
   ========================================================== */
.section-reward .row-section-reward .row-section-reward-content .box-image {
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-reward .row-section-reward .row-section-reward-content img {
  max-width: 110px;
  height: 110px;
  object-fit: cover;
  background: #fff;
  padding: 10px;
  transition:
    max-width 0.2s ease,
    height 0.2s ease;
}

.section-reward .row-section-reward .row-section-reward-content img:hover {
  max-width: 120px;
  height: 120px;
}

.section-reward
  .row-section-reward
  .row-section-reward-content
  .box-text.text-center {
  padding: 8px 0;
  color: var(--color-text);
  font-size: 1.4rem;
  font-family: var(--font-primary);
}

.row-section-reward .col {
  padding: 0;
}

.reward-heading h2 {
  color: var(--color-dark);
  font-size: 50px;
  line-height: 2.5rem;
  font-weight: 300;
  font-family: var(--font-primary);
  margin-bottom: 8px;
}

.reward-heading p {
  color: var(--color-dark);
  line-height: 1.45rem;
  font-size: 1.4rem;
  font-family: var(--font-primary);
  word-wrap: break-word;
}

/* ==========================================================
   Section: Banner Quick
   ========================================================== */
.section-banner-quick {
  position: absolute;
  width: 220px !important;
  right: 20px;
  margin-top: 0;
  top: 15vh;
  background: #fff;
  z-index: 2;
  border-radius: 10px;
  overflow: hidden;
  display: block;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.section-banner-quick > .col {
  padding: 0;
}

.section-banner-quick .icon-box {
  align-items: center;
  padding: 10px 15px;
  position: relative;
  width: auto;
  border-bottom: 1px solid #eee;
}

.section-banner-quick .icon-box .icon-box-text {
  line-height: 1.45rem;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: left;
  font-family: var(--font-primary);
}

.section-banner-quick a:hover .icon-box-text {
  color: #03659d;
}

.section-banner-quick .icon-box .icon-box-img {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}

.section-banner-quick a:hover {
  transition: all 0.35s ease;
}

.section-banner-quick a:hover .icon-box {
  background: #eee;
}

.section-banner-quick .icon-box .icon-box-img .icon {
  background: #00a7e1;
  color: #fff;
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
}

.section-banner-quick .icon-box .icon-box-img .icon .icon-inner {
  width: 24px;
}

/* ==========================================================
   GVJ Category Accordion
   ========================================================== */

/* ── Layout ─────────────────────────────────────────────── */
.section-posts {
  box-shadow: var(--shadow-card) !important;
}

.section-posts .row-section-posts {
  padding-left: 5%;
  padding-right: 5%;
}

.gvj-category-accordion {
  width: 100%;
}

.gvj-acc-posts.slick-initialized {
  display: block !important;
  grid-template-columns: unset !important;
}

.gvj-acc-posts.slick-initialized .gvj-acc-post-item {
  height: auto;
}

.gvj-acc-layout {
  display: flex;
  align-items: flex-start;
}

/* ── Sidebar trái ───────────────────────────────────────── */
.gvj-acc-sidebar {
  min-width: 180px;
  padding: 0 15px;
  flex: 0 0 25%;
  max-width: 25%;
}

.gvj-acc-title {
  font-size: 50px;
  line-height: 2.5rem;
  font-family: var(--font-primary);
  font-weight: 300;
  color: var(--color-dark);
}

/* ── Menu danh mục ──────────────────────────────────────── */
.gvj-acc-menu {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  box-shadow: var(--shadow-card) !important;
}

.gvj-acc-menu-item {
  display: flex;
  font-weight: 400;
  align-items: center;
  justify-content: space-between;
  padding: 8px 16px;
  margin-left: 0 !important;
  margin-bottom: 0;
  cursor: pointer;
  font-size: 16px;
  line-height: 1.45rem;
  color: #333;
  border-bottom: 1px solid #eee;
  background: #fff;
  transition:
    background 0.25s ease,
    color 0.25s ease;
  user-select: none;
}

.gvj-acc-menu-item:first-child {
  border-radius: 5px 5px 0 0;
}

.gvj-acc-menu-item:last-child {
  border-radius: 0 0 5px 5px;
}

.gvj-acc-menu-item:hover {
  background: #e8f4fb;
}

.gvj-acc-menu-item.active {
  color: #fff;
  font-weight: 400;
}

.gvj-acc-menu-arrow {
  font-size: 1.6rem;
  line-height: 1;
  color: #999;
  transition: color 0.25s ease;
}

.gvj-acc-menu-item.active .gvj-acc-menu-arrow {
  color: #fff;
}

/* ── Nút xem tất cả ─────────────────────────────────────── */
.gvj-acc-view-all {
  display: block;
  text-align: center;
  padding: 10px 20px;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 500;
  text-decoration: none;
  transition: opacity 0.2s ease;
  margin-top: 8px;
  width: 100%;
  border-radius: 20px !important;
}

.gvj-acc-view-all:hover {
  opacity: 0.85;
  text-decoration: none;
  color: #fff !important;
}

/* ── Nội dung bên phải ──────────────────────────────────── */
.gvj-acc-content {
  min-width: 0;
  padding: 0 15px;
  position: relative;
  flex: 0 0 75%;
  max-width: 75%;
}

/* ── Grid bài viết ──────────────────────────────────────── */
.gvj-acc-posts {
  display: grid;
  transition: opacity 0.2s ease;
}

.gvj-acc-posts[data-columns="2"] {
  grid-template-columns: repeat(2, 1fr);
}

.gvj-acc-posts[data-columns="3"] {
  grid-template-columns: repeat(3, 1fr);
}

.gvj-acc-posts[data-columns="4"] {
  grid-template-columns: repeat(4, 1fr);
}

/* ── Post card ──────────────────────────────────────────── */
.gvj-acc-post-item {
  background: #fff;
  margin-bottom: 30px;
  min-height: 240px;
  margin-left: 7px;
  margin-right: 7px;
  overflow: hidden;
  border-bottom-left-radius: 1.6rem;
  border-bottom-right-radius: 1.6rem;
  box-shadow: var(--shadow-card) !important;
  transition:
    box-shadow 0.25s ease,
    transform 0.25s ease;
}

/* ── Post image ─────────────────────────────────────────── */
.gvj-acc-post-link {
  display: block;
  text-decoration: none;
}

.gvj-acc-post-image {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #f0f0f0;
}

.gvj-acc-post-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.gvj-acc-post-item .gvj-acc-post-image img:hover {
  opacity: 0.8;
}

.gvj-acc-no-image {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #e8f4fb, #f5f5f5);
}

/* ── Post body ──────────────────────────────────────────── */
.gvj-acc-post-body {
  padding: 20px;
  min-height: 250px;
  display: flex;
  flex-direction: column;
}

.gvj-acc-post-title {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.gvj-acc-post-title a {
  color: var(--color-dark);
  text-decoration: none;
  font-size: 16px;
  transition: color 0.2s ease;
}

.gvj-acc-post-title a:hover {
  text-decoration: none;
}

.gvj-acc-post-excerpt {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
  margin: 0 0 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.gvj-acc-readmore {
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  align-self: flex-end;
  gap: 4px;
  transition: opacity 0.2s ease;
}

.gvj-acc-readmore:hover {
  text-decoration: none;
  opacity: 0.8;
}

/* ── Empty state ────────────────────────────────────────── */
.gvj-acc-empty {
  color: #999;
  font-size: 1.3rem;
  grid-column: 1 / -1;
  text-align: center;
  padding: 40px 0;
}

/* ── Loading spinner ────────────────────────────────────── */
.gvj-acc-loading {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 10px;
  z-index: 10;
}

.gvj-acc-spinner {
  width: 36px;
  height: 36px;
  border: 3px solid #e0e0e0;
  border-top-color: var(--color-primary);
  border-radius: 50%;
  animation: gvj-spin 0.7s linear infinite;
}

@keyframes gvj-spin {
  to {
    transform: rotate(360deg);
  }
}

.gvj-acc-posts.is-loading {
  opacity: 0.4;
  pointer-events: none;
}

/* ==========================================================
   Responsive
   ========================================================== */
@media (max-width: 992px) {
  .section-about .row,
  .section-package-service .row-package-service,
  .section-package-service .row-package-service-heading,
  .section-calendar .row,
  .section-number .row,
  .section-clients .row,
  .section-heading-box .row,
  .row-link-service,
  .section-reward .row-section-reward,
  .section-posts .row-section-posts {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }

  .section-clients .slick-next {
    right: 0;
  }

  .section-clients .slick-prev {
    left: 0;
  }

  .section-seo h1 {
    font-size: 40px;
    line-height: 1em;
  }

  .section-seo h1 span {
    display: block;
  }

  .section-seo .row-seo {
    padding-right: 15px;
    padding-left: 15px;
  }

  .row-seo > .col {
    flex-basis: 100%;
    max-width: 100%;
  }

  .row-seo-content .col-seo {
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 24px;
    padding-bottom: 0;
  }

  .section-about h2,
  .section-package-service .row-package-service-heading h2,
  .section-calendar .row-calendar-heading h2 {
    font-size: 38px;
    line-height: 1em;
  }

  .section-package-service .row-package-service-heading h2 {
    margin-top: 24px;
  }

  .row-about-content .col-about-heading {
    padding-bottom: 0;
  }

  .link-package-service {
    text-align: center !important;
  }

  .section-package-service .row-package-service .col {
    padding-bottom: 0;
  }

  .row-calendar-heading > .col {
    padding: 0;
  }

  .row-calendar-heading-2 h2 {
    margin-top: 3rem;
    margin-bottom: 10px;
  }

  .row-content-calender .col-content-calender {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .section-calendar .row-content-calender {
    padding: 0;
  }

  .gvj-acc-layout {
    flex-wrap: wrap;
  }

  .gvj-acc-sidebar,
  .gvj-acc-posts {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }

  .gvj-acc-content {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .gvj-acc-title {
    font-size: 38px;
    line-height: 1em;
  }

  .row-section-posts-content > .col {
    padding: 0;
  }

  .section-number .col-counter-number {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .section-banner-quick {
    display: flex;
    flex-wrap: wrap;
    border-radius: 0;
    position: static;
    margin-top: 0 !important;
    width: 100% !important;
  }

  .section-banner-quick .col {
    flex: 0 0 50%;
    position: relative;
  }

  .section-banner-quick .col:last-child .icon-box {
    border-bottom: 0;
  }
}

@media (max-width: 900px) {
  .gvj-acc-layout {
    flex-direction: column;
  }

  .gvj-acc-sidebar {
    flex: none;
    width: 100%;
  }

  .gvj-acc-menu {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }

  .gvj-acc-menu-item {
    flex: 0 0 100%;
    padding: 8px 14px;
    font-size: 1rem;
    flex: 0 0 100%;
  }
}

@media (max-width: 768px) {
  .row-content-calender .col-content-calender {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .gvj-acc-title {
    font-size: 38px !important;
    text-align: center;
  }

  .section-number .col-counter-number {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .content-calendar-heading ul {
    padding-left: 20px;
  }
}

@media (max-width: 600px) {
  .gvj-acc-posts[data-columns="3"],
  .gvj-acc-posts[data-columns="4"] {
    grid-template-columns: repeat(2, 1fr);
  }

  .gvj-acc-posts[data-columns="2"] {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 400px) {
  .gvj-acc-posts {
    grid-template-columns: 1fr !important;
  }
}