:root {
  --ui-primary-color: #041b39;
  --ui-white-color: #fff;
  --ui-black-color: #000;
  --ui-brown-color: #cbb08f;
  --ui-article-color: rgba(0, 0, 0, 0.7);
  --ui-bg-primary-color: #041b39;
  --ui-bg-primary-hover-color: #021b38;
  --ui-bg-brown-color: #cbb08f;
  --ui-bg-white-color: #fff;
  --ui-bg-gray-color: #f4f4f4;
  --ui-primary-font: "FC Vision";
  --ui-transition-links: all 0.3s ease-in-out;
  --ui-transition-hover-img: all 0.6s;
  --ui-border-radius-none: 0;
  --ui-border-radius: 8px;
  --ui-border-radius-sm: 10px;
  --ui-border-radius-md: 12px;
  --ui-border-radius-lg: 18px;
  --ui-border-radius-xl: 20px;
  --ui-border-radius-xxl: 24px;
  --ui-border-radius-2xl: 28px;
  --ui-border-primary-color: #041b39;
  --ui-border-brown-color: #cbb08f;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-family: sans-serif;
  font-size: 10px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  margin-top: 0 !important;
}

body {
  margin: 0;
  padding: 0;
  font-family: var(--ui-primary-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  color: rgba(0, 0, 0, 0.7);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#wpadminbar {
  z-index: 99999;
  top: auto !important;
  bottom: 0 !important;
}

/* max-md:hidden → ซ่อนเมื่อหน้าจอ ≤ 768px */
@media (max-width: 768px) {
  #wpadminbar {
    display: none;
  }
}

#wpadminbar .ab-sub-wrapper {
  bottom: 32px;
  top: auto;
}

article,
aside,
picture,
footer,
header,
main,
menu,
nav,
section {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  vertical-align: baseline;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: border-color ease-in-out 0.2s;
  -o-transition: border-color ease-in-out 0.2s;
  transition: border-color ease-in-out 0.2s;
}

textarea,
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="email"] {
  -webkit-appearance: none;
  border-radius: var(--ui-border-radius-none);
}

picture {
  background-color: transparent;
}

textarea {
  resize: vertical;
}

button:focus,
textarea,
button,
fieldset {
  outline: 0;
}

fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

button:focus {
  outline: 0;
}

input:focus {
  outline: 0;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: transparent;
}

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

img {
  border: 0;
  max-width: 100%;
  vertical-align: middle;
}

a {
  cursor: pointer;
  color: inherit;
  text-decoration: none;
  transition: color ease-in-out 0.2s;
}

a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
}

a:focus {
  outline: 0;
  outline-offset: 0;
}

p {
  margin: 0;
  padding: 0;
  line-height: 170%;
  font-weight: 400;
}

a[href^="tel"] {
  outline: none;
  text-decoration: none;
  color: inherit;
  white-space: nowrap;
}

.navlink {
  cursor: pointer;
}

ul,
ol,
li {
  margin: 0;
  padding: 0;
}

strong,
.strong,
b {
  font-weight: 500;
}

.container {
  width: 100%;
  max-width: 1440px;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-family: var(--ui-primary-font);
  font-weight: 500;
}

h1,
h2 {
  line-height: 130%;
}

h3,
h4,
h5,
h6 {
  line-height: 170%;
}

.headline {
  margin-bottom: 40px;
}

.headline.xs {
  margin-bottom: 20px;
}

.headline.sm {
  margin-bottom: 30px;
}

.headline.md {
  margin-bottom: 50px;
}

.headline.lg {
  margin-bottom: 60px;
}

.headline.underline {
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.14);
}

.headline p {
  line-height: 180%;
}

.headline.flexbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sub-title {
  font-size: 18px;
  font-weight: 400;
  line-height: 180%;
}

.section {
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
}

#appointment-content {
  position: relative;
}

.entry-category {
  padding: 5px 16px 9px;
  color: var(--ui-primary-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  border-radius: 100px;
  background: #e5f1ff;
}

.entry-date {
  color: #8d8d8d;
  font-size: 12px;
  line-height: 130%;
}

.entry-info {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: nowrap;
}

.box-img {
  position: relative;
  display: block;
}

.card-blog {
  .box-img {
    max-height: 205px;
    min-height: 205px;
  }

  .box-img img,
  .box-img picture {
    max-height: 205px;
    min-height: 205px;
  }
}

.img-square {
  aspect-ratio: 1 / 1;
}

.box-img picture {
  position: relative;
}

.box-img img,
.box-img picture {
  width: 100%;
  height: 100%;
  z-index: 10;
  object-fit: cover;
}

.swiper-slide {
  height: auto;
}

.card-item {
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
  height: 100%;
}

.card-item a.pd-40 {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.card-item a.pd-40 .group {
  margin-top: auto;
}

.card-item .ic-plus {
  position: absolute;
  right: 0;
  bottom: 0;
}

.card-item:hover .textlink:after {
  right: 0;
  left: 0;
}

.card-white h3 {
  line-height: 170%;
}

.card-shadow {
  border: 1px solid rgba(27, 27, 27, 0.07);
  box-shadow: 0 7px 20px 0 rgba(33, 34, 38, 0.08);
}

.card-shadow-gray {
  box-shadow: 0 7px 22px 0 rgba(33, 34, 38, 0.4);
}

.card-shadow-white {
  transition: all 0.3s;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: var(--ui-bg-white-color) !important;
  box-shadow: 2.097px 4.194px 30px 0 rgba(0, 0, 0, 0.14);
}

.card-shadow-white:hover {
  transition: all 0.3s;
  box-shadow: 0 7px 22px 0 rgba(33, 34, 38, 0.2);
}

.card-item .box-img {
  position: relative;
  overflow: hidden;
}

.card-item .box-caption {
  display: flex;
  grid-gap: 14px;
  flex-direction: column;
}

.card-item .box-caption h3 {
  font-size: 18px;
  line-height: 150%;
}

.card-item .ic-plus {
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}

.card-item:hover .ic-plus {
  transform: scale(1.2);
  transition: all 0.3s ease-in-out;
}

.card-item-hover .box-img img {
  transition: all 0.3s ease-in-out;
}

.card-item-hover:hover .box-img img {
  transform: scale(1.05);
  transition: all 0.3s ease-in-out;
}

.card-item-hover:hover,
.card-item-hover-shadow:hover {
  box-shadow: 0 7px 20px 0 rgb(33 34 38 / 12%);
}

.main-content {
  padding-top: 90px;
}

.textlink {
  position: relative;
  display: inline-flex;
  font-size: 16px;
  color: var(--ui-primary-color);
}

.textlink:after {
  content: "";
  position: absolute;
  border-bottom: 1.5px solid var(--ui-primary-color);
  top: 100%;
  transition: all 0.4s;
}

.textlink:after {
  left: 50%;
  right: 50%;
}

.textlink svg {
  position: relative;
  top: 3px;
}

.textlink:hover:after {
  right: 0;
  left: 0;
}

.textlink.color-white {
  color: var(--ui-white-color);
}

.textlink.color-white:after {
  border-color: var(--ui-white-color);
}

.textlink.color-black {
  color: var(--ui-black-color);
}

.textlink.color-black:after {
  border-color: var(--ui-black-color);
}

.textlink.underline:after {
  right: 0;
  left: 0;
}

.textlink.underline:hover:after {
  left: 50%;
  right: 50%;
}

.ic-play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
  transform: translate(-50%, -50%);
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 28px 4px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  color: var(--ui-white-color);
  border-radius: 100px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: var(--ui-bg-primary-color);
  box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.1);
}

.block-content-absolute .block-content.align-content-spacebetween {
  align-content: space-between;
}

.btn-outline {
  color: var(--ui-primary-color);
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: transparent;
}

.btn-addline {
  min-width: 135px;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  color: var(--ui-white-color);
  padding: 0 20px 4px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  border-radius: 100px;
  background: #00b900;
  box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.1);
}

.btn-addline img {
  position: relative;
  top: 3px;
}

.btn:hover {
  color: var(--ui-white-color);
  background: var(--ui-bg-primary-color);
}

.btn-addline:hover {
  color: var(--ui-white-color);
}

.btn-outline:hover {
  color: var(--ui-white-color);
  background: var(--ui-bg-primary-hover-color);
}

.btn,
.btn-addline,
.btn-outline {
  height: 46px;
  white-space: nowrap;
}

.btn.btn-md,
.btn-outline.btn-md {
  height: 40px;
}

.btn-width-xs {
  min-width: 220px;
}

.btn-width-md {
  min-width: 250px;
}

.btn-white {
  color: var(--ui-primary-color);
  background: var(--ui-bg-white-color);
}

.btn-white:hover {
  color: var(--ui-primary-color);
  background: var(--ui-bg-white-color);
}

.card-press {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: flex-start;
  border: 1.4px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 7px 22px 0 rgba(33, 34, 38, 0.4);
}

.card-press .box-caption {
  padding: 30px;
  display: grid;
  height: 100%;
  align-content: space-between;
}

.card-press .box-caption h3 {
  line-height: 170%;
}

.card-press:hover .textlink.underline:after {
  right: 50%;
  left: 50%;
}

.is-desktop {
  display: block;
}

.is-mobile {
  display: none;
}

.bg-cover {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Pano */
.section-pano {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 700px;
  z-index: 100;
}

.section-pano .container {
  height: 100%;
}

.section-pano .pano-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 900;
}

.section-pano .box-content {
  position: relative;
  z-index: 200;
  max-width: 600px;
  padding-top: 155px;
  padding-bottom: 80px;
  display: grid;
  height: 100%;
  color: rgba(255, 255, 255, 0.8);
}

.section-pano .box-content h1 {
  color: var(--ui-white-color);
  font-size: 56px;
  font-weight: 500;
  line-height: 1.3;
}

.section-pano .box-content .sub-title {
  color: rgba(255, 255, 255, 0.8);
}

.section-pano .box-content .check-list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  list-style: none;
  color: var(--ui-white-color);
  padding: 5px 0;
}

.section-pano .box-content .check-list li svg {
  position: relative;
  top: 3px;
}

.section-pano.shadow-black:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  pointer-events: none;
  background:
    linear-gradient(
      270deg,
      rgba(4, 27, 57, 0) 51.07%,
      rgba(0, 0, 0, 0.8) 82.92%
    ),
    linear-gradient(0deg, rgba(0, 0, 0, 0) 72.11%, rgba(0, 0, 0, 0.4) 95.31%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
}

.section-pano.home-pano {
  height: 100vh;
}

.section-pano.home-pano:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  pointer-events: none;
  background: linear-gradient(
    259deg,
    rgba(4, 27, 57, 0) 38.43%,
    #041b39 76.25%
  );
}

.section-pano.home-pano .box-content {
  align-content: space-between;
}

.section-pano.home-pano .box-content h1 {
  font-size: 58px;
}

.users-credits {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.3em;
}

.users-credits-cards {
  margin: 0;
  display: flex;
}

.users-credits-cards li {
  list-style: none;
}

.users-credit-item {
  display: flex;
  align-items: center;
}

.users-credits-cards figure {
  margin: 0;
  padding: 0;
}

.users-credits-cards .avatar-name {
  width: 60px;
}

.circle-avatar-img {
  width: 100%;
  display: block;
  height: auto;
  aspect-ratio: 1 / 1;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.17);
}

.users-credits-cards li:nth-child(n + 2) {
  margin-left: -1em;
}

.users-credits-number {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--ui-white-color);
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  margin-left: -1em;
  z-index: 100;
  background: var(--ui-bg-primary-color);
  border: 2px solid rgba(255, 255, 255, 0.17);
}

.section-pano .users-credits-data {
  display: grid;
  grid-gap: 12px;
}

.section-pano .users-credits-data p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}

.section-pano.home-pano .container {
  position: relative;
}

.label-box {
  position: absolute;
  z-index: 800;
}

.inner-label-box {
  width: 250px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 8px 8px 16px;
  font-size: 14px;
  color: var(--ui-white-color);
  border-radius: var(--ui-border-radius-sm);
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
}

.inner-label-box h3,
.inner-label-box .label-name {
  font-size: 14px;
}

.label-box-01 {
  right: 20px;
  top: 50%;
  margin-top: -50px;
  transform: translateY(-50%);
}

.label-box-02 {
  left: 50%;
  bottom: 144px;
  margin-left: 110px;
  transform: translateX(-50%);
}

/* Accordion */
.accordion {
  padding: 10px 0;
  position: relative;
  border-radius: var(--ui-border-radius-xl);
  border: 1px solid rgba(0, 0, 0, 0.06);
  background: var(--ui-bg-white-color);
  box-shadow: 0 7px 40px 0 rgba(33, 34, 38, 0.13);
}

.accordion .accordion-item {
  overflow: hidden;
  padding: 0 20px 0 35px;
  border-bottom: 1px solid rgb(0 0 0 / 10%);
}

.accordion .accordion-item:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
}

.accordion h3 {
  position: relative;
  display: flex;
  align-items: center;
  text-align: left;
  width: 100%;
  padding: 20px 50px 20px 0;
  line-height: 150%;
  font-weight: 500;
  font-size: 16px;
  color: var(--ui-primary-color);
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.accordion-item .ic-arw {
  position: absolute;
  right: 0;
  top: 20px;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: var(--ui-bg-gray-color);
  transition: 0.3s ease-in;
}

.accordion-item h3.active path:last-of-type {
  display: none;
}

.accordion-content {
  display: none;
  overflow: hidden;
  font-family: var(--ui-primary-font);
  font-weight: 400;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.8);
  padding: 0 30px 15px 0;
}

.accordion-content p {
  margin-bottom: 15px;
  line-height: 180%;
}

.accordion-content ul,
.accordion-content ol {
  margin: 0 0 20px 25px;
  padding: 0;
}

.accordion-content ul li {
  list-style: disc !important;
  margin-bottom: 5px;
}

.accordion-content ol li {
  list-style: decimal;
  margin-bottom: 5px;
}

.accordion2 {
  border: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.accordion2 .accordion-item {
  border-radius: var(--ui-border-radius-xl);
  background: var(--ui-bg-gray-color);
  border-bottom: 0;
  margin-bottom: 18px;
}

.accordion2 .accordion-item .ic-arw {
  background: var(--ui-bg-white-color);
}

.accordion2 .accordion-item h3.active .ic-arw {
  background: var(--ui-bg-primary-color);
}

.accordion2 .accordion-item h3.active .ic-arw svg path {
  stroke: #fff;
}

.accordion-features .accordion-content {
  display: block;
}

.swiper-item-media .swiper-slide {
  padding-right: 30px;
  width: 530px;
  height: auto;
}

.swiper-item-media .card-item,
.swiper-item-media .box-img,
.swiper-item-media .popup-youtube {
  display: block;
  width: 100%;
  height: 100%;
}

.swiper-item-press {
  margin: 0 -15px;
  overflow: hidden;
}

.swiper-item-press .swiper-slide {
  padding-right: 15px;
  padding-left: 15px;
}

.swiper-item-press .swiper-navigation {
  margin-right: 15px;
}

.swiper-item-press .logo-brand {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 85px;
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--ui-bg-white-color);
  filter: drop-shadow(0 7px 40px rgba(33, 34, 38, 0.4));
}

.swiper-item-press .logo-brand img {
  width: 55px;
  height: auto;
}

.swiper-item-service {
  margin: 0 -10px;
  overflow: visible;
}

.swiper-item-service .swiper-slide {
  width: 490px;
  padding-right: 10px;
  padding-left: 10px;
}

.swiper-item-ourservice .swiper-slide {
  padding-right: 16px;
}

.card-item .text-num {
  padding-bottom: 3px;
  color: var(--ui-white-color);
  font-size: 18px;
  line-height: 120%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}

.box-gradient {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 38.55%, #021b38 81.58%);
  box-shadow: 0 3.766px 40px 0 rgba(0, 0, 0, 0.06);
}

.box-gradient-gray {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.6) 90%
  );
}

.card-media {
  max-height: 280px;
}

.card-icon {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  flex-direction: column;
  padding: 50px;
  border-radius: var(--ui-border-radius-xl);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: var(--ui-bg-gray-color);
}

.card-icon.bg-transparent {
  padding: 0;
  background: transparent;
}

.card-icon h3 {
  color: var(--ui-primary-color);
  font-size: 22px;
  font-weight: 500;
  line-height: 150%;
}

.card-icon p {
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
}

.card-icon .icon {
  display: flex;
  align-items: center;
  height: 55px;
  width: auto;
}

.card-icon .icon.sm {
  height: 32px;
}

.card-icon .icon.sm img {
  height: 100%;
  width: auto;
}

.card-icon .icon.md {
  height: 50px;
}

.card-icon .icon img {
  width: auto;
  height: 100%;
  object-fit: contain;
}

.card-transparent {
  background: transparent;
}

.card-video {
  height: 510px;
  overflow: hidden;
  border-radius: 28px;
  box-shadow: 0 3.766px 40px 0 rgba(0, 0, 0, 0.06);
}

.card-video:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 300;
  top: 0;
  border-radius: var(--ui-border-radius-xl);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 41.32%, #021b38 80.79%);
}

.card-video .ic-plus {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.card-video .box-video {
  overflow: hidden;
  padding-top: 108%;
}

.card-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: -1;
  object-position: center;
  object-fit: cover;
}

.card-video.right video {
  object-fit: cover;
  object-position: 15% center;
}

.card-video .box-caption {
  height: 100%;
  z-index: 700;
  display: grid;
  align-content: flex-end;
  align-items: flex-start;
  grid-gap: 8px;
  padding-right: 80px;
}

.card-video .card-expand {
  position: absolute;
  top: 0;
  left: 0;
  padding: 30px;
  width: 100%;
  height: 100%;
  z-index: 800;
  display: grid;
  grid-gap: 12px;
  align-items: center;
  align-content: space-between;
  background: var(--ui-bg-white-color);
  opacity: 0;
  overflow: hidden;
  -webkit-border-radius: 28px;
  -webkit-border-bottom-right-radius: 26px;
  -webkit-border-bottom-left-radius: 26px;
  -moz-border-radius: 28px;
  -moz-border-radius-bottomright: 26px;
  -moz-border-radius-bottomleft: 26px;
  border-radius: 28px;
  border-bottom-right-radius: 26px;
  border-bottom-left-radius: 26px;
  transform: scale(0.92) translateY(60px);
  pointer-events: none;
  transition:
    opacity 0.35s ease,
    transform 0.45s cubic-bezier(0.22, 0.8, 0.2, 1);
}

.card-video .card-expand .ic-close {
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: 0;
  cursor: pointer;
}

.card-video .card-expand h4 {
  font-size: 24px;
  margin-bottom: 20px;
}

.card-video .card-expand ul {
  margin: 0 0 0 20px;
  display: grid;
  grid-gap: 4px;
}

.card-video .card-expand ul li {
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
}

.card-video .card-expand ul li strong {
  font-weight: 600;
  color: var(--ui-primary-color);
}

.card-video.is-open .card-expand {
  opacity: 1;
  transform: scale(1) translateY(0);
  pointer-events: all;
}

.card-video .card-expand .group {
  overflow-y: auto;
  height: 100%;
  margin-bottom: 20px;
}

.card-video a svg {
  transition: all 0.3s;
}

.card-video a:hover svg {
  transform: scale(1.15);
}

.card-video.is-open::after {
  opacity: 0;
}

.sc-service-overview {
  min-height: 500px;
}

.sc-service-overview .box-content {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  grid-gap: 20px;
  text-align: center;
  justify-content: center;
  flex-direction: column;
}

.sc-service-overview .box-content p {
  color: rgba(0, 0, 0, 0.7);
  font-size: 18px;
  font-weight: 400;
}

.-absolute {
  height: 520px;
  border-radius: var(--ui-border-radius-xl);
}

.block-content-absolute:before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  z-index: 1;
  content: "";
  pointer-events: none;
  background: linear-gradient(270deg, rgba(4, 27, 57, 0) 18.4%, #041b39 76.23%);
}

.block-content-absolute .block-content {
  max-width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  padding: 50px 0 50px 50px;
  display: grid;
  align-items: center;
  align-content: center;
  grid-gap: 20px;
}

.block-content-absolute {
  border-radius: var(--ui-border-radius-xl);
}

.block-content-absolute .block-content p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
  margin-bottom: 20px;
}

.block-content-absolute .block-content h3 {
  color: var(--ui-white-color);
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
}

.card-gray-blur {
  min-height: 400px;
  border-radius: var(--ui-border-radius-xl);
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
}

.card-gray-blur .box-caption {
  padding: 30px;
}

/* swiper */
.swiper-pagination {
  width: auto !important;
  position: relative;
  right: 0;
  left: 0;
  bottom: 0 !important;
  padding: 16px 20px;
  display: inline-flex;
  justify-content: flex-end;
  border-radius: 32px;
  background: var(--ui-bg-gray-color);
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.11) inset;
  backdrop-filter: blur(3.5px);
  -webkit-backdrop-filter: blur(3.5px);
  transition: all 0.4s ease;
}

.swiper-pagination .pagination-white {
  background: var(--ui-bg-white-color);
}

.swiper-pagination-bullet {
  overflow: hidden;
  text-indent: -999999px;
}

.swiper-pagination-bullet-active {
  width: 32px;
  border-radius: 999px;
  background: #000;
  transition:
    width 0.4s ease,
    background 0.3s ease;
}

.swiper-navigation {
  margin-top: 30px;
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  align-items: center;
}

.swiper-navigation .swiper-arw {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  width: 45px;
  height: 45px;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: var(--ui-border-radius-sm);
  background: var(--ui-bg-primary-color);
  transform: translate(0);
  transition: all 0.3s;
}

.swiper-arw.swiper-button-disabled {
  opacity: 100%;
  background: var(--ui-bg-gray-color);
}

.swiper-arw.swiper-button-disabled svg path {
  fill: #000;
}

.swiper-navigation .swiper-arw:after {
  display: none;
}

.swiper-navigation .swiper-white {
  background: var(--ui-bg-white-color);
}

.swiper-navigation .swiper-white svg path {
  fill: #000;
}

.swiper-white.swiper-button-disabled {
  opacity: 100%;
  background: rgba(239, 239, 239, 0.2);
}

.swiper-navigation .swiper-white.swiper-button-disabled svg {
  opacity: 100%;
}

.swiper-navigation .swiper-white.swiper-button-disabled svg path {
  fill: #fff;
}

.pagination-white {
  border-radius: 32px;
  background: var(--ui-bg-white-color);
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.11) inset;
  backdrop-filter: blur(3.5px);
  -webkit-backdrop-filter: blur(3.5px);
}

.isMobile {
  display: none;
}

.grid-item {
  display: grid;
  grid-gap: 18px;
  grid-template-columns: repeat(2, 1fr);
}

.grid-item .item {
  position: relative;
  height: 240px;
  overflow: hidden;
  border-radius: 16px;
}

.grid-item .box-img {
  height: 100%;
}

.grid-item .box-img img {
  width: 100%;
  object-fit: cover;
}

.grid-item .item .box-caption {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 300;
  padding: 24px 20px 30px 30px;
  width: 100%;
  height: 100%;
}

.grid-item .box-caption:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(
    210deg,
    rgba(0, 0, 0, 0) 31.18%,
    rgba(0, 0, 0, 0.8) 85.64%
  );
}

.grid-item .item .box-caption h3 {
  font-size: 22px;
  line-height: 160%;
}

.grid-item .box-caption h3,
.grid-item .box-caption p {
  position: relative;
  z-index: 400;
}

.grid-item .p-num {
  font-size: 60px;
  font-weight: 500;
  line-height: 160%;
}

.box-video-container {
  position: relative;
  max-width: 1078px;
  margin: 0 auto;
  border-radius: var(--ui-border-radius-xl);
  overflow: hidden;
}

.box-video-container .box-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.box-video-container .popup-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 600;
  display: block;
  text-indent: -99999px;
  pointer-events: all;
}

.box-video-container .block-content {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  display: grid;
  align-items: flex-end;
  align-content: flex-end;
  justify-content: center;
  padding: 35px 30px;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 36.13%,
    rgba(0, 4, 8, 0.17) 43.68%,
    #011933 81.68%
  );
  z-index: 700;
}

.box-video-container .btn,
.box-video-container .btn-addline {
  pointer-events: all;
  position: relative;
  z-index: 900;
}

.box-video-container .ic-play {
  z-index: 400;
  margin-top: -40px;
}

.box-video-container .block-content h2 {
  font-size: 34px;
}

.swiper-item-service-2 {
  margin: 0 -10px;
  overflow: visible;
}

.swiper-item-service-2 {
  align-items: stretch;
}

.swiper-item-service-2 .swiper-slide {
  width: 412px;
  height: auto;
  display: flex;
  padding: 0 10px;
}

/* 3 */
.swiper-item-service-3 {
  margin: 0 -10px;
  overflow: visible;
}

.swiper-item-service-3 {
  align-items: stretch;
}

.swiper-item-service-3 .swiper-slide {
  width: 412px;
  height: auto;
  display: flex;
  padding: 0 10px;
}

.card-item-service-detail {
  position: relative;
  border-radius: var(--ui-border-radius-md);
  display: flex;
  flex-direction: column;
  width: 100%;
}

.card-item-service-detail .box-caption {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 100;
  display: flex;
  flex-direction: column;
  z-index: 10;
  padding: 38px 30px 38px 38px;
  align-items: flex-start;
  align-content: flex-start;
}

.card-item-service-detail .box-caption h3 {
  font-size: 20px;
}

.card-item-service-detail .box-caption p {
  font-size: 16px;
}

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

.width-md {
  max-width: 775px;
  margin: 0 auto;
}

.row-group-item {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: repeat(5, 1fr);
}

.row-item {
  display: flex;
  gap: 18px;
  flex-direction: column;
}

.row-item .box-img {
  border-radius: var(--ui-border-radius-xl);
}

.row-item .box-caption {
  display: flex;
  gap: 12px;
  flex-direction: column;
}

.row-item .box-caption h3 {
  font-size: 16px;
  color: var(--ui-primary-color);
  line-height: 150%;
}

.row-item .box-caption p {
  color: rgba(0, 0, 0, 0.7);
}

.row-group-content {
  display: flex;
  gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}

.block-shadow {
  border-radius: var(--ui-border-radius-xl);
  border: 1px solid rgba(0, 0, 0, 0.06);
  background: var(--ui-bg-white-color);
  box-shadow: 0 7px 40px 0 rgba(33, 34, 38, 0.13);
}

.row-group-content.block-shadow {
  padding: 25px;
}

.row-group-content .block-content,
.row-group-content .block-img {
  flex: 1;
}

.asset-leading {
  line-height: 30px !important;
}

.sc-global {
  padding-bottom: 70px;
}

.sc-corporate {
  padding-top: 70px;
}

.row-group-content .block-img {
  border-radius: var(--ui-border-radius-md);
  overflow: hidden;
}

.row-group-content .block-content h2 {
  font-size: 22px;
  line-height: 140%;
  margin-bottom: 20px;
}

.row-group-content .block-content p {
  margin-bottom: 20px;
  line-height: 170%;
}

.row-group-content .block-content strong {
  color: var(--ui-primary-color);
}

.row-group-content .block-content ul {
  margin: 0 0 0 20px;
}

.row-group-content .block-content ul li {
  margin-top: 6px;
  margin-bottom: 6px;
  line-height: 170%;
}

.box-label {
  position: absolute;
  right: 20px;
  bottom: 20px;
  padding: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 146px;
  height: 146px;
  color: var(--ui-primary-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  border-radius: 50%;
  background: var(--ui-bg-white-color);
}

.block-list h3 {
  font-size: 24px;
  margin-bottom: 16px;
}

.block-list ul {
  margin: 0;
}

.block-list ul li {
  display: grid;
  grid-gap: 4px;
  padding: 18px 0;
  list-style: none;
  border-top: 1px solid rgba(0, 0, 0, 0.14);
}

.block-list ul li:last-of-type {
  padding-bottom: 0;
}

.block-list ul li h4 {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--ui-primary-color);
  font-size: 22px;
  font-weight: 500;
  line-height: 140%;
}

.block-list ul li h4 img {
  position: relative;
  top: 2px;
}

.block-list ul li p {
  color: rgba(0, 0, 0, 0.7);
}

.block-compare {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}

.col-compare {
  width: 260px;
}

.col-compare h3 {
  font-size: 22px;
  height: 70px;
  padding-top: 10px;
  display: flex;
  align-content: center;
  align-items: center;
}

.col-compare li {
  min-height: 65px;
  padding-top: 14px;
  padding-bottom: 14px;
  list-style: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.14);
  color: rgba(0, 0, 0, 0.7);
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
}

.col-compare li:last-of-type {
  border-bottom: 0;
}

.col-compare:first-of-type li {
  font-weight: 500;
  color: var(--ui-primary-color);
  padding-left: 10px;
  padding-right: 10px;
}

.col-compare:first-of-type h3 {
  padding-left: 10px;
  padding-right: 10px;
}

.col-compare:nth-child(2) {
  width: 320px;
  border-radius: var(--ui-border-radius-xl);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: var(--ui-bg-primary-color);
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
}

.col-compare:nth-child(2) h3 {
  height: 69px;
  padding-top: 10px;
  color: var(--ui-brown-color);
  padding-left: 40px;
  padding-right: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.col-compare:nth-child(2) li {
  display: flex;
  gap: 12px;
  align-items: center;
  color: var(--ui-white-color);
  padding-left: 40px;
  padding-right: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.col-compare:nth-child(2) li span {
  display: none;
}

.col-compare:nth-child(2) li:last-of-type {
  padding-bottom: 30px;
}

.col-compare:last-of-type h3,
.col-compare:last-of-type li {
  padding-left: 50px;
}

.col-compare:last-of-type li {
  font-size: 16px;
  font-weight: 400;
}

.col-compare:last-of-type h3 {
  font-weight: 400;
}

.list-num {
  width: 25px;
  height: 25px;
  padding-bottom: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--ui-bg-primary-hover-color);
  color: var(--ui-white-color);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  margin-right: 6px;
}

.sc-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 800;
}

.sc-inner.relative {
  position: relative;
}

.section-jarallax .sc-inner {
  padding: 80px 0;
}

.section-jarallax.sc-service {
  height: 760px;
  position: relative;
  overflow: hidden;
}

.section-jarallax.sc-service::after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(0, 0, 0, 0.7) 100%
  );
}

.section-jarallax.sc-service .headline {
  margin-bottom: 50px;
}

.section-jarallax.sc-service .container {
  position: relative;
  z-index: 200;
}

.bg-cover-jarallax {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.3s;
}

.sc-join-team {
  position: relative;
  height: 576px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.sc-join-team .container {
  position: relative;
  height: 100%;
}

.sc-join-team .block-content h2 {
  grid-column: span 3;
}

.sc-join-team .block-content {
  position: relative;
  z-index: 300;
  width: 50%;
  height: 100%;
  display: grid;
  grid-gap: 30px 16px;
  grid-template-columns: 155px 155px 155px;
  align-content: flex-end;
}

.sc-join-team .box {
  width: 155px;
  height: 120px;
  padding: 14px;
  display: grid;
  align-content: space-between;
  border-radius: var(--ui-border-radius-sm);
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 30px 50px 0 rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
}

.sc-join-team .box h3 {
  color: var(--ui-white-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
}

.sc-join-team .block-info {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.sc-join-team .box-info {
  width: 410px;
  padding: 40px 30px;
  border-radius: var(--ui-border-radius-xl);
  background: var(--ui-bg-white-color);
  display: grid;
  grid-gap: 24px;
  align-items: flex-start;
}

.sc-join-team .block-info h3 {
  color: var(--ui-primary-color);
  font-size: 26px;
  font-weight: 500;
  line-height: 1;
}

.sc-join-team .block-info ul {
  margin: 0;
}

.sc-join-team .block-info ul li {
  list-style: none;
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  line-height: 170%;
}

/* list check */
.list-check li {
  position: relative;
  margin: 6px 0;
  list-style: none;
  padding-left: 36px;
}

.list-check li:before {
  content: "";
  width: 22px;
  height: 22px;
  position: absolute;
  left: 0;
  top: 4px;
  background-position: center;
  background-image: url(../img/design/icon/check-brown.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.list-check-primary {
  margin: 0 !important;
}

.list-check-primary > li {
  position: relative;
  margin: 6px 0;
  list-style: none !important;
  padding-left: 32px;
}

.list-check-primary li:before {
  content: "";
  width: 22px;
  height: 22px;
  position: absolute;
  left: 0;
  top: 4px;
  background-image: url(../img/design/icon/check.svg);
  background-repeat: no-repeat;
}

.list-check-brown li:before {
  background-image: url(../img/design/icon/check-blue-brown.svg);
}

/* Accordion Autoplay */
.sc-accordion-autoplay {
  overflow: hidden;
}

.sc-accordion-autoplay .grid-block {
  display: grid;
  align-items: flex-start;
  grid-template-columns: 1fr;
  background: var(--ui-bg-primary-color);
}

.sc-accordion-autoplay .block-img {
  position: relative;
  width: 100%;
  height: 100%;
}

.sc-accordion-autoplay .block-content {
  position: relative;
}

.sc-accordion-autoplay .inr-box {
  /* position: absolute;
    top: 0;
    left: 0; */
  padding: 50px 80px 0 80px;
}

.sc-accordion-autoplay .block-content h2 {
  margin-bottom: 20px;
}

.sc-accordion-autoplay .accordion-header {
  position: relative;
  padding: 20px 0 0 0;
  display: flex;
  align-items: center;
  gap: 20px;
  transition: all 0.4s ease;
}

.sc-accordion-autoplay .accordion-header h3 {
  position: relative;
  font-size: 22px;
  line-height: 160%;
  color: var(--ui-white-color);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sc-accordion-autoplay .accordion-header .icon {
  width: 58px;
  height: 58px;
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}

.sc-accordion-autoplay .accordion-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.sc-accordion-autoplay .accordion-content {
  color: rgba(255, 255, 255, 0.6);
  font-size: 18px;
  line-height: 160%;
  opacity: 0;
  padding: 0;
  transition: all 0.6s ease;
  max-height: 0;
}

.sc-accordion-autoplay .accordion-content p {
  margin: 0;
  line-height: 160%;
}

.sc-accordion-autoplay .accordion-content ul {
  margin: 0 0 20px 20px;
  padding: 0;
}

.sc-accordion-autoplay .accordion-content ul li {
  list-style: square;
}

.sc-accordion-autoplay .accordion-content.open {
  opacity: 1;
  max-height: 400px;
  padding-top: 20px;
}

.sc-accordion-autoplay .accordion-header.active h3 {
  color: var(--ui-white-color);
  opacity: 100%;
}

.sc-accordion-autoplay .accordion-header.active .icon {
  background: var(--ui-bg-brown-color);
}

.sc-accordion-autoplay .accordion-header.active .icon svg path {
  fill: #041b39;
}

.sc-accordion-autoplay .accordion-container {
  position: relative;
  overflow: hidden;
  padding-bottom: 40px;
}

.sc-accordion-autoplay .item-progress {
  position: relative;
  width: 100%;
  height: 1px;
  margin-top: 24px;
  background: rgba(255, 255, 255, 0.12);
}

.sc-accordion-autoplay .m-box-img {
  margin: 20px 0;
}

.sc-accordion-autoplay .m-box-img img {
  width: 100%;
}

.sc-accordion-autoplay .item-progress-fill {
  position: absolute;
  left: 0;
  top: -1px;
  height: 3px;
  width: 0%;
  background: var(--ui-bg-brown-color);
  transition: width linear;
}

.sc-accordion-autoplay .block-img {
  display: none;
}

.block-content-corporate-f {
  flex: 1;
  padding-left: 30px;
  padding-top: 30px;
}

.block-content-corporate-f p {
  padding-top: 10px;
}

.list-line-corporate {
  padding-left: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  line-height: 30px;
  font-size: 16px;
}

.block-img-corporate {
  max-width: 524px;
  min-height: 570px;
}

.block-img-corporate-s {
  max-width: 524px;
  min-height: 491px;
}

/* Modal */
.modal {
  position: relative;
  z-index: 800;
  padding: 40px 60px 40px;
  width: 100%;
  max-width: 1078px;
  margin: 0 auto;
  pointer-events: all;
  border-radius: var(--ui-border-radius-xl);
  background: var(--ui-bg-white-color);
}

.modal-video {
  padding: 0;
  border-radius: var(--ui-border-radius-none);
  background: transparent;
}

.modal-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.modal-content {
  position: relative;
}

.modal-content .overflow-y-auto {
  max-height: 480px;
  min-height: 200px;
}

.modal-content h2,
.modal-content h3 {
  color: var(--ui-primary-color);
  font-weight: 500;
}

.modal-content h2 {
  font-size: 24px;
  line-height: 130%;
  margin-bottom: 20px;
}

.modal-content h3 {
  font-size: 16px;
  line-height: 170%;
  margin-bottom: 10px;
}

.modal-content p {
  margin-bottom: 20px;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  border: 0;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 1046;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 40px;
  height: 40px;
  position: fixed;
  z-index: 12000;
  right: 20px;
  top: 20px;
  text-decoration: none;
  text-align: center;
  outline: none;
  opacity: 1;
  margin: 0 !important;
  background: transparent;
}

.mfp-close:focus {
  top: 20px !important;
  margin: 0 !important;
}

.mfp-close:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  opacity: 1;
  background-image: url(../img/design/icon/close-o.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.white-popup {
  max-width: 600px;
}

.white-popup .mfp-close {
  position: absolute;
  z-index: 400;
}

.modal.modal-video .mfp-close,
.mfp-iframe-scaler .mfp-close {
  position: absolute !important;
  width: 40px !important;
  height: 40px !important;
  top: -40px !important;
  left: inherit !important;
  right: -40px !important;
  z-index: 900 !important;
}

/* Magnific Popup */
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  transition: all 0.2s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.2s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.9;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/* keyframes */
@-webkit-keyframes fadeinout {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeinout {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fillProgress {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

@keyframes fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fade-out {
  0% {
    transform: translateY(30px);
  }

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

.sc-testimonial {
  overflow: hidden;
}

.sc-testimonial .card {
  width: 1000px;
  display: flex;
  border-radius: var(--ui-border-radius-xl);
  overflow: hidden;
  background: var(--ui-bg-white-color);
}

.row-testimonial {
  display: flex;
}

.testimonial-marquee {
  overflow: hidden;
  position: relative;
}

.sc-testimonial .card {
  flex-shrink: 0;
}

.testimonial-marquee {
  overflow: hidden;
}

.row-testimonial {
  display: flex;
  width: max-content;
}

/* Social */
.social-list {
  display: grid;
  grid-gap: 12px;
}

.social-list ul {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: flex-start;
}

.social-list ul li {
  list-style: none;
}

.social-list ul li a {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--ui-bg-white-color);
  border-radius: 50%;
}

/* tag page */
.list-all-tag {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 40px;
}

.tag-item {
  padding: 6px 18px 10px;
  color: var(--ui-primary-color);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  border-radius: 100px;
  background: var(--ui-bg-gray-color);
}

.tag-item:hover,
.tag-item.is-active {
  background: var(--ui-bg-primary-color);
  border-color: var(--ui-bg-primary-color);
  color: #fff;
}

/* blog media */
.filter-wrap {
  position: relative;
  display: grid;
  grid-gap: 20px;
  margin: 50px 0;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.filter-form .clear-filter {
  position: absolute;
  top: -8px;
  right: 0;
  border: 0;
  color: var(--ui-primary-color);
  font-size: 18px;
  line-height: 160%;
  text-decoration: underline;
  background: transparent;
}

.filter-form {
  display: flex;
  align-items: center;
  gap: 20px;
}

.filter-form h3 {
  position: relative;
  padding-right: 18px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--ui-primary-color);
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}

.filter-form h3:after {
  position: absolute;
  right: 0;
  top: 4px;
  content: "";
  width: 1px;
  height: 15px;
  background: var(--ui-bg-primary-color);
}

.filter-form h3 img {
  position: relative;
  top: 2px;
}

.filter-form .group {
  display: flex;
  align-items: center;
  gap: 20px;
}

.filter-form ul {
  display: flex;
  gap: 30px;
  align-items: center;
}

.filter-form ul li {
  list-style: none;
}

.filter-form .form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.filter-form .form-group label {
  position: relative;
  cursor: pointer;
  color: var(--ui-primary-color);
  font-size: 18px;
}

.filter-form .form-group label:before {
  content: "";
  position: relative;
  top: -1px;
  width: 16px;
  height: 16px;
  -webkit-appearance: none;
  background-color: transparent;
  border-radius: 3px;
  border: 1px solid var(--ui-border-primary-color);
  background: transparent;
  box-shadow:
    0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 8px;
}

.form-group input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 7px;
  width: 4px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.form-group input:checked + label::before {
  background: var(--ui-bg-primary-color);
}

.list-all-tag {
  margin-bottom: 30px;
}

.filter-tags {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  /* min-height: 36px; */
}

.filter-tag {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  color: var(--ui-primary-color);
  justify-content: center;
  font-family: var(--ui-primary-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  padding: 8px 14px;
  border: 0;
  cursor: pointer;
  border-radius: 100px;
  background: #e5f1ff;
  transition: background 0.2s;

  span {
    position: relative;
    top: -2px;
  }
}

.filter-tag:hover {
  background: #cde3ff;
}

/* Skeleton loading */
@keyframes skeleton-shimmer {
  0% {
    background-position: -600px 0;
  }
  100% {
    background-position: 600px 0;
  }
}

.card-skeleton {
  overflow: hidden;
  pointer-events: none;
}

.skeleton-img {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: var(--ui-border-radius-xl) var(--ui-border-radius-xl) 0 0;
  background: linear-gradient(90deg, #e8e8e8 25%, #f5f5f5 50%, #e8e8e8 75%);
  background-size: 600px 100%;
  animation: skeleton-shimmer 1.4s infinite linear;
}

.skeleton-line {
  height: 14px;
  border-radius: 6px;
  margin-bottom: 10px;
  background: linear-gradient(90deg, #e8e8e8 25%, #f5f5f5 50%, #e8e8e8 75%);
  background-size: 600px 100%;
  animation: skeleton-shimmer 1.4s infinite linear;
  width: 100%;
}

.skeleton-line-short {
  width: 45%;
}
.skeleton-line-mid {
  width: 70%;
}
.skeleton-line-xs {
  width: 30%;
}

/* No results */
.blog-no-results {
  grid-column: 1 / -1;
  text-align: center;
  padding: 60px 0;
  color: var(--ui-primary-color);
  font-size: 18px;
  opacity: 0.6;
}

.highlight-blog .label-highlight {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--ui-primary-color);
  font-size: 16px;
  padding: 6px 12px;
  font-weight: 500;
  line-height: 1;
  border-radius: 100px;
  border: 1px solid var(--ui-border-primary-color);
  background: var(--ui-bg-white-color);
  box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.1);
}

.highlight-blog .card-item {
  overflow: visible;
}

.highlight-blog .card-item a {
  padding: 14px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-radius: var(--ui-border-radius-md);
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: var(--ui-bg-white-color);
  box-shadow: 2.097px 4.194px 30px 0 rgba(0, 0, 0, 0.14);
}

.highlight-blog .card-item .box-img {
  border-radius: 14px;
}

.highlight-blog .card-item .box-caption {
  padding: 40px 80px;
  grid-gap: 20px;
  align-items: flex-start;
}

.highlight-blog .card-item .box-caption h3 {
  color: var(--ui-primary-color);
  font-size: 40px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 20px;
}

/* article */
.article-wrap {
  position: relative;
  margin: 0 auto;
  display: grid;
  grid-gap: 40px;
  max-width: 100%;
}

.article-headline {
  margin-bottom: 50px;
}

.article-headline h1 {
  font-size: 56px;
  line-height: 130%;
  color: var(--ui-primary-color);
}

.article-imgcover {
  border-radius: 8px;
  overflow: hidden;
  text-align: center;
}

.article-imgcover img {
  width: 100%;
}

.article-img {
  margin: 30px 0;
}

.article-main {
  padding-bottom: 40px;
}

.widget-tags {
  display: flex;
  gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.widget-tags ul {
  display: flex;
  gap: 8px 10px;
  flex-wrap: wrap;
}

.widget-tags ul li {
  list-style: none;
}

.widget-tags ul li a {
  padding: 6px 18px 10px;
  color: var(--ui-primary-color);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  border-radius: 100px;
  background: var(--ui-bg-gray-color);
}

.widget-tags ul li a:hover {
  color: var(--ui-white-color);
  background: var(--ui-primary-color);
}

.widget-tags h4 {
  color: var(--ui-primary-color);
  font-size: 18px;
  font-weight: 500;
  line-height: 200%;
}

.article-container {
  padding-top: 20px;
}

.article-container .article-wrap {
  margin: 0 auto 0 0;
}

.wp-block-separator {
  border-top: 1px solid color-mix(in oklab, #000 10%, transparent) !important;
}

.article-heading h1 {
  color: #1e0650;
  font-family: var(--ui-primary-font);
  font-size: 24px;
  font-weight: 700;
  line-height: 160%;
}

.article-content {
  position: relative;
  color: rgba(0, 0, 0, 0.7);
  font-family: var(--ui-primary-font);
  font-size: 18px;
  line-height: 180%;
}

.article-content,
.article-content p {
  font-size: 18px;
  line-height: 180%;
}

.article-content h1,
.article-content h2,
.article-content h3,
.article-content h4 {
  color: var(--ui-primary-color) !important;
  font-family: var(--ui-primary-font);
  line-height: 150%;
  margin: 20px 0;
}

.article-content h2 {
  font-size: 30px;
}

.article-content h3 {
  color: var(--ui-black-color);
  font-family: var(--ui-primary-font);
  font-size: 24px;
  line-height: 1.3;
}

.article-content h4 {
  margin: 0;
  padding: 0;
  font-family: var(--ui-article-font);
  color: var(--ui-primary-color);
  font-weight: 500;
  line-height: 150%;
}

.article-content strong {
  font-family: var(--ui-article-font);
  font-weight: 500;
  color: inherit;
}

.article-content a {
  color: var(--ui-primary-color);
  text-decoration: underline;
}

.article-content p {
  margin-top: 15px;
  margin-bottom: 15px;
}

.article-content h3 {
  margin-top: 20px;
}

.article-content .entry-date {
  color: var(--ui-black-color);
}

.article-content > ul,
.article-content > ol {
  margin: 10px 0 0 30px;

  li {
    ol,
    ul {
      margin: 0 0 0 30px !important;
    }
  }
}

.article-content ul li,
.article-content ol li {
  margin-bottom: 10px;
}

.article-content ul li {
  list-style: disc;
}

.article-content > img {
  width: 100%;
}

.article-content figure {
  margin-left: 0 !important;
  margin-right: 0 !important;

  img {
    border-radius: 20px;
  }
}

.article-content .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;

  iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
  }
}

.article-social {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  pointer-events: all;
}

.article-social .group {
  display: inline-flex;
  gap: 12px;
  align-items: center;
}

.article-social strong {
  color: var(--ui-black-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
}

.article-social a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: var(--ui-bg-white-color);
  box-shadow: 0 3.429px 12px 0 rgba(0, 0, 0, 0.1);
}

.article-social a:hover {
  border: 1px solid transparent;
  background: var(--ui-bg-primary-color);
  transition: background 0.4s;
}

.article-social a:hover svg path {
  fill: #fff;
}

.article-box-ref {
  padding: 30px 20px 30px 20px;
  border-radius: var(--ui-border-radius-xl);
  background: var(--ui-bg-gray-color);
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 30px !important;
}

.article-box-ref h3,
.article-box-ref .txt-ref {
  color: var(--ui-primary-color);
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
  margin-bottom: 10px;
}

.article-box-ref ul {
  margin: 0 0 0 20px;
}

.article-box-ref ul li a {
  color: var(--ui-primary-color);
  text-decoration: none;
  word-break: break-all;
  text-decoration: underline;
}

.article-grid {
  display: grid;
  grid-gap: 40px;
  align-items: flex-start;
  grid-template-columns: 1fr;
}

.article-info {
  padding: 30px 0 18px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(4, 27, 57, 0.12);
}

.article-info .entry-date {
  color: var(--ui-primary-color);
  text-align: right;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}

/* Our Service */
.sc-ourservice h2 {
  font-size: 30px;
  margin-bottom: 40px;
}

.sc-ourservice .ourservice-wrap {
  display: grid;
  grid-gap: 60px;
}

.sc-ourservice .ourservice-group {
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.14);
}

.sc-ourservice .ourservice-group:last-of-type {
  border-bottom: 0;
}

.sc-ourservice .card-item .box-caption {
  display: grid;
  grid-gap: 12px;
  align-items: flex-end;
  align-content: flex-end;
  height: 100%;
}

.sc-ourservice .card-item .box-caption p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.sc-ourservice .card-flexbox {
  display: grid;
  grid-gap: 20px;
  padding: 24px;
  grid-template-columns: repeat(2, 1fr);
}

.sc-ourservice .card-flexbox .box-img {
  border-radius: 15px;
  box-shadow: 0 3.169px 33.66px 0 rgba(0, 0, 0, 0.06);
}

.sc-ourservice .card-flexbox .box-caption {
  height: 100%;
  align-items: center;
  align-content: space-between;
}

.sc-ourservice .card-flexbox .box-caption h3 {
  font-size: 24px;
}

/* about */
.about-gallery-item {
  clear: both;
  position: relative;
  overflow: hidden;
}

.swiper-about-gallery {
  position: relative;
}

.swiper-about-gallery .swiper-wrapper {
  transition-timing-function: linear !important;
}

.swiper-about-gallery .box-img {
  border-radius: var(--ui-border-radius-xl);
  overflow: hidden;
  margin: 0 10px;
}

.card-team .btn {
  min-width: auto;
  position: absolute;
  z-index: 600;
  height: 30px;
  bottom: 30px;
  right: 20px;
  padding: 0 20px 3px;
  color: var(--ui-primary-color);
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  border-radius: 100px;
  background: var(--ui-bg-white-color);
  box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.1);
}

.card-team {
  overflow: hidden;
  border-radius: var(--ui-border-radius-xl);
}

.card-team .box-caption {
  width: 100%;
  display: grid;
  align-content: flex-end;
  align-items: flex-start;
  grid-gap: 2px;
  padding-right: 80px;
  height: 50%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 41.32%, #021b38 80.79%);
}

.card-team .box-caption h3 {
  font-size: 18px;
}

.swiper-about-gallery-blue .swiper-slide {
  width: 524px;
}

.card-blue {
  min-height: 440px;
  border-radius: var(--ui-border-radius-md);
  background: linear-gradient(180deg, #09274e 31.39%, #041b39 100%);
}

.card-blue .box-caption {
  padding: 30px;
}

.card-blue .box-caption h3 {
  color: var(--ui-brown-color);
  font-size: 22px;
  font-weight: 500;
  line-height: 150%;
}

.card-blue .text-num {
  width: 34px;
  height: 34px;
  font-size: 22px;
  color: var(--ui-primary-color);
  background: var(--ui-bg-brown-color);
}

.sc-about-img-content .row-group-content {
  max-width: 100%;
  width: 100%;
  align-items: center;
}

.sc-about-img-content .row-group-content .block-content {
  padding: 0;
}

.sc-about-img-content .row-group-content .block-content h2 {
  font-size: 38px;
  line-height: 180%;
  margin-bottom: 0;
}

.sc-about-img-content .row-group-content .block-content p {
  color: rgba(0, 0, 0, 0.7);
  font-size: 20px;
  line-height: 190%;
}

/* about team */
.sc-about-team {
  padding-bottom: 80px;
}

.about-headline {
  position: relative;
  margin-bottom: 20px;
}

.about-headline h1 {
  color: var(--ui-primary-color);
  font-size: 30px;
  font-weight: 500;
  line-height: 140%;
}

.about-headline p {
  color: var(--ui-primary-color);
  font-size: 20px;
  font-weight: 500;
  line-height: 170%;
}

.about-profile {
  margin: 0 0 0 auto;
  overflow: hidden;
  padding: 100px 20px 30px 20px;
}

.about-content-main {
  position: relative;
}

.about-content {
  position: relative;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
  padding: 5px 60px 50px 60px;
  border-radius: var(--ui-border-radius-md);
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: var(--ui-bg-white-color);
  box-shadow: 2px 4px 30px 0 rgba(0, 0, 0, 0.14);
}

.about-content h3 {
  color: var(--ui-primary-color);
  font-size: 22px;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 10px;
}

.about-content ul {
  margin: 0 0 0 20px;
}

.about-content > ul > li {
  list-style: disc;
}

.about-content a {
  word-break: break-all;
  border-bottom: 1px solid var(--ui-border-brown-color);
}

.about-content u {
  text-decoration: none;
  border-bottom: 1px solid var(--ui-border-brown-color);
}

.sc-about-team .about-img {
  position: sticky;
  top: 90px;
  height: fit-content;
}

.sc-about-team .about-img img {
  border-radius: 0 20px 0 0;
}

.sc-about-team .about-sticky {
  position: sticky;
  top: 110px;
}

.about-group {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.14);
}

.about-group:last-of-type {
  border-bottom: 0;
}

.btn-print {
  position: absolute;
  height: 40px;
  top: 30px;
  right: 30px;
  z-index: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 16px 4px 16px;
  color: var(--ui-primary-color);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  border-radius: 100px;
  border: 1px solid var(--ui-border-primary-color);
  background: var(--ui-bg-white-color);
  box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.1);
}

.btn-print:hover {
  color: var(--ui-white-color);
  background: var(--ui-bg-primary-color);
}

.btn-print:hover svg path {
  fill: #fff;
}

@media print {
  .header,
  .footer,
  .site-footer {
    display: none !important;
  }
  .main-content > *:not(.sc-about-team) {
    display: none !important;
  }
  .btn-print {
    display: none !important;
  }
  .sc-about-team {
    display: none !important;
  }

  #printAbout {
    display: block !important;
  }
  .about-img {
    display: none !important;
  }
  .about-profile,
  .about-content-main,
  .about-content {
    box-shadow: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    border: none !important;
  }
  .about-group {
    border: none !important;
  }
}

.about-blockquote {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px 50px 30px 50px;
}

.about-blockquote h3:before {
  content: " “ ";
  height: 60px;
  position: relative;
  left: -15px;
  color: var(--ui-white-color);
  font-size: 100px;
  font-weight: 500;
  line-height: 1;
}

.about-blockquote h3 {
  display: grid;
  color: var(--ui-white-color);
  font-size: 36px;
  font-weight: 500;
  line-height: 140%;
}

.about-grid-2 {
  display: grid;
  align-items: flex-start;
  grid-template-columns: 2fr 4fr;
}

.sc-about-corevalues .block-content {
  padding: 60px 80px;
  color: var(--ui-white-color);
}

.sc-about-corevalues .list-check {
  display: grid;
  grid-gap: 40px 60px;
  grid-template-columns: repeat(2, 1fr);
}

.sc-about-corevalues .list-check li {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  font-weight: 400;
  line-height: 190%;
  display: grid;
  grid-gap: 12px;
}

.sc-about-corevalues .list-check h3 {
  color: var(--ui-brown-color);
  font-size: 22px;
  font-weight: 500;
  line-height: 1.3;
}

.sc-about-corevalues .list-check li:before {
  background-image: url(../img/design/icon/check-blue-brown.svg);
}

.sc-about-corevalues .block-img img {
  width: 100%;
}

.sc-about-history .grid-block {
  position: relative;
  max-width: 1300px;
  margin: 0 auto;
  display: grid;
  align-items: center;
  grid-template-columns: 3fr 6fr;
  border-radius: var(--ui-border-radius-xl);
}

.sc-about-history .grid-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  height: 100%;
  pointer-events: none;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background: linear-gradient(270deg, rgba(4, 27, 57, 0) 40%, #041b39 67.64%);
}

.sc-about-history .block-content {
  z-index: 200;
  display: grid;
  grid-gap: 30px;
  overflow: hidden;
  padding: 60px 0 60px 70px;
}

.sc-about-history .block-img {
  height: 100%;
  overflow: visible;
}

.sc-about-history .block-img picture {
  height: 100%;
}

.sc-about-history .block-img picture img {
  height: 100%;
  -webkit-border-top-right-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  -moz-border-radius-topright: 20px;
  -moz-border-radius-bottomright: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  object-fit: cover;
}

.sc-about-history .bx-ceo {
  position: absolute;
  width: 270px;
  z-index: 700;
}

.sc-about-history .bx-inner {
  padding: 16px 20px;
  border-radius: var(--ui-border-radius-sm);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(50px);
}

.sc-about-history .bx-ceo p {
  margin-bottom: 16px;
}

.sc-about-history .bx-ceo.one {
  bottom: 140px;
  left: 80px;
}

.sc-about-history .bx-ceo.two {
  bottom: 30px;
  right: 40px;
}

.sc-about-history .btn {
  min-width: auto;
  height: 30px;
  padding: 0 16px 4px 16px;
}

.sc-about-history .btn:hover {
  color: var(--ui-white-color);
  background: var(--ui-bg-primary-color);
}

.btn-mail {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--ui-bg-white-color);
  transition: all 0.3s;
}

.btn-mail:hover {
  background: var(--ui-bg-primary-color);
}

.btn-mail:hover svg path {
  fill: #fff;
}

/* faqs */
.sc-faqs .faqs-group h2 {
  font-size: 28px;
  margin-bottom: 20px;
}

.faqs-grid {
  display: grid;
  grid-gap: 40px;
  align-items: flex-start;
  grid-template-columns: 1fr;
}

.faqs-category {
  background: var(--ui-bg-white-color);
}

.faqs-category ul {
  margin: 0;
  display: none;
}

.faqs-category h3 {
  font-size: 20px;
  padding: 20px 0;
}

.faqs-category ul li {
  list-style: none;
  padding: 12px 18px;
  border-top: 1px solid rgba(0, 0, 0, 0.14);
}

.faqs-category ul li a {
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.faqs-category a.active {
  font-weight: 500;
  color: var(--ui-primary-color);
}

.faq-dropdown {
  position: relative;
}

.dropdown-toggle {
  display: none;
}

.faqs-topgroup {
  display: none;
}

.sc-appointment {
  max-width: 1078px;
  margin: 0 auto;
  border: 1px solid #eee;
  background: var(--ui-bg-white-color);
  overflow: hidden;
}

.sc-appointment h3 {
  color: var(--ui-black-color);
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
  margin-bottom: 36px;
}

.sc-appointment .appt-grid {
  height: 100%;
  display: grid;
  align-items: flex-start;
  grid-template-columns: 4fr 3fr;
}

.sc-appointment .appt-left {
  padding: 50px 30px;
  height: 100%;
  display: grid;
  align-items: flex-start;
  grid-template-columns: 4fr 2fr;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.sc-appointment .appt-right {
  padding: 50px 40px;
}

.sc-appointment .bx-name h4 {
  color: var(--ui-black-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 160%;
}

.sc-appointment .bx-name p {
  color: rgba(0, 0, 0, 0.7);
  font-size: 12px;
  font-weight: 400;
  line-height: 160%;
}

.sc-appointment .appt-schedule {
  display: grid;
  grid-gap: 8px;
}

.sc-appointment .appt-schedule li {
  position: relative;
  list-style: none;
  color: var(--ui-primary-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
  padding-left: 30px;
}

.sc-appointment .appt-schedule li svg {
  position: absolute;
  left: 0;
  top: 5px;
}

.sc-appointment .avatar-img {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 12px;
}

.sc-appointment .group-list {
  display: flex;
  flex-direction: column;
  grid-gap: 30px;
}

/* modal appointment */
.modal-appointment {
  max-width: 1300px;
  padding: 0 !important;
}

.modal-appointment .sc-appointment {
  border: 0;
  max-width: inherit;
}

.modal-appointment .sc-appointment .appt-left {
  padding: 60px;
}

.modal-appointment .sc-appointment .appt-right {
  padding: 60px 40px;
}

.sc-service-img-content-bgcolor {
  padding: 80px 0;
}

.sc-service-img-content-bgcolor .grid-block {
  grid-gap: 100px;
  align-items: flex-start;
}

.sc-service-img-content-bgcolor .container {
  max-width: 1100px;
  margin: 0 auto;
}

.sc-service-img-content-bgcolor .block-content {
  display: grid;
  align-items: flex-start;
  grid-gap: 40px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
}

.sc-service-img-content-bgcolor .block-content p {
  margin-bottom: 20px;
}

.sc-service-img-content-bgcolor .block-content h3 {
  color: var(--ui-white-color);
  font-size: 16px;
  font-weight: 500;
  line-height: 170%;
}

.sc-service-img-content-bgcolor .block-img {
  position: relative;
}

.sc-service-img-content-bgcolor .block-img img {
  border-radius: var(--ui-border-radius-xl);
  overflow: hidden;
}

.sc-service-img-content-bgcolor .inner-label-box h3 {
  font-size: 14px;
}

.sc-service-img-content-bgcolor .label-box-01 {
  left: -60px;
  margin-top: 100px;
}

.sc-service-img-content-bgcolor .label-box-02 {
  right: 0;
  left: inherit;
  bottom: 60px;
}

.sc-scroll-content {
  height: 100vh;
  padding-bottom: 60px;
  overflow: hidden;
  background-color: var(--ui-bg-primary-color);
  background-image: url(../img/design/img-step-m.webp);
  background-position: center top;
  background-size: cover;
}

.sc-scroll-content .block-content {
  position: relative;
  z-index: 800;
  display: grid;
  grid-gap: 20px;
  max-width: 600px;
  margin-bottom: 60px;
}

.sc-scroll-content .block-content.width-full p {
  padding-top: 16px;
}

.sc-scroll-content .block-content p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
}

.sc-scroll-content .container-scroll {
  height: 100%;
  align-items: flex-end;
  align-content: flex-end;
}

.sc-scroll-content .timeline-wrap {
  position: relative;
}

.sc-scroll-content .steps {
  display: flex;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}

.sc-scroll-content .dot {
  position: relative;
  z-index: 400;
  width: 32px;
  height: 32px;
  padding-bottom: 5px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
  background-color: #545f6b;
}

.sc-scroll-content .dot span {
  color: var(--ui-white-color);
  font-size: 20px;
  font-weight: 500;
  line-height: 200%;
}

.sc-scroll-content .step {
  min-width: 380px;
  display: grid;
  align-items: flex-start;
  grid-gap: 30px;
}

.sc-scroll-content .step .content {
  display: grid;
  align-items: flex-start;
  grid-gap: 12px;
  color: rgba(255, 255, 255, 0.7);
}

.sc-scroll-content .step h3 {
  font-size: 20px;
  transition: all 0.4s;
}

.sc-scroll-content .step.active .dot {
  background: var(--ui-bg-brown-color);
  transform: scale(1.2);
}

.sc-scroll-content .step.active h3 {
  opacity: 1;
  color: var(--ui-brown-color);
  transform: translateY(0);
}

.sc-scroll-content .timeline-box {
  position: relative;
}

.sc-scroll-content .line-wrap {
  position: absolute;
  top: 16px;
  z-index: 1;
  height: 1.4px;
  width: 100%;
  background: rgba(255, 255, 255, 0.2);
}

.sc-scroll-content .progress-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 1.4px;
  z-index: 1;
  width: 0%;
  background: var(--ui-bg-brown-color);
}

.sc-scroll-content .step.active ~ .sc-scroll-content .progress-line {
  background: var(--ui-bg-brown-color);
}

.scroll-content-service {
  height: 85vh;
  padding-bottom: 20px !important;
  background-image: none !important;
}

.scroll-content-service-global {
  height: 90vh;
  padding-bottom: 20px !important;
  background-image: none !important;
}

.scroll-content-service .block-content {
  margin-top: 40px;
  margin-bottom: 80px;
  max-width: 100%;
}

.scroll-content-service .step {
  align-items: flex-start;
  align-content: flex-start;
  padding: 30px;
  min-width: 400px;
  height: 350px;
  border-right: 1.074px solid rgba(255, 255, 255, 0.14);
}

.scroll-content-service .step:last-of-type {
  border-right: 0;
}

.scroll-content-service .progress-line:after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: -4px;
  background: var(--ui-bg-brown-color);
}

.scroll-content-service .timeline-wrap {
  border-top: 1.074px solid rgba(255, 255, 255, 0.14);
}

.scroll-content-service .line-wrap {
  bottom: -3px;
  height: 3px !important;
  top: inherit;
  z-index: 400;
}

.sc-scroll-content p {
  color: rgba(255, 255, 255, 0.7);
}

.sc-scroll-content .progress-line {
  height: 3px !important;
}

.scroll-content-service .dot {
  width: 38px;
  height: 38px;
}

.scroll-content-service .dot svg {
  position: relative;
  top: 4px;
}

.scroll-content-service .steps {
  margin-left: -26px;
}

.scroll-content-service .content {
  color: rgba(255, 255, 255, 0.3);
}

.scroll-content-service .step.active .content {
  color: rgba(255, 255, 255, 0.7);
}

/* jarallax */
.jarallax {
  position: relative;
  z-index: 0;
  height: 100%;
}

.jarallax > .jarallax-img {
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.jarallax > .jarallax-img {
  object-fit: cover;
}

.jarallax {
  overflow: hidden;
}

.jarallax video {
  object-fit: cover;
}

.jarallax-keep-img > .jarallax-img {
  position: relative;
  display: block;
  max-width: 100%;
  height: auto;
  z-index: -100;
}

span[data-jarallax-element] {
  display: inline-block;
}

/* Testimonials */
.card-testimonials {
  margin: 0 15px;
  width: 600px;
  height: 380px;
  overflow: hidden;
  padding: 30px 50px;
  border-radius: var(--ui-border-radius-xl);
  background: var(--ui-bg-white-color);
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.05);
}

.card-testimonials.img {
  width: 585px;
  padding: 0;
  border-radius: var(--ui-border-radius-xl);
}

.card-testimonials.img .box-img {
  height: 100%;
}

.card-testimonials .box-content {
  color: var(--ui-primary-color);
  font-size: 20px;
  font-weight: 400;
  line-height: 170%;
}

.card-testimonials .box-content p {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.swiper-item-testimonials .swiper-slide {
  width: auto;
}

.swiper-item-testimonials .swiper-wrapper {
  transition-timing-function: linear !important;
}

.parallax-row {
  padding: 15px 0;
  will-change: transform;
}

.card-testimonials {
  display: grid;
}

.card-testimonials .author-container {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-top: auto;
}

.card-testimonials .author-img {
  width: 72px;
  height: 72px;
  background-color: #eeecec;
  border-radius: 50%;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
}

.card-testimonials .author-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-testimonials .author-name {
  display: grid;
  grid-gap: 6px;
  color: var(--ui-black-color);
}

.card-testimonials .author-name h3 {
  font-size: 18px;
  font-weight: 500;
}

.card-testimonials .author-name p {
  font-size: 14px;
  line-height: 160%;
}

/* Form */
.grid-form {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr;
}

.labelform {
  display: block;
  color: #000;
  font-family: var(--ui-primary-font);
  font-size: 16px;
  font-weight: 600;
  line-height: 180%;
  padding-bottom: 4px;
}

.labelform small {
  font-weight: 400;
}

.labelform span {
  color: #f00;
}

.form-styles {
  display: grid;
  align-items: flex-start;
  grid-gap: 20px;
}

.form-styles .textinput {
  width: 100%;
  height: 50px;
  display: block;
  font-family: var(--ui-primary-font);
  font-weight: 400;
  font-size: 16px;
  color: #000;
  padding: 10px 15px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  background: var(--ui-bg-white-color);
}

.form-styles textarea.textinput {
  height: 155px;
  padding: 15px 15px 5px;
}

.form-styles input::-webkit-input-placeholder {
  font-family: var(--ui-primary-font);
  font-weight: 400;
  font-size: 16px;
  color: #000;
}

.form-styles input:-ms-input-placeholder {
  font-family: var(--ui-primary-font);
  font-weight: 400;
  font-size: 16px;
  color: #000;
}

.form-styles input::placeholder {
  font-family: var(--ui-primary-font);
  font-weight: 400;
  font-size: 16px;
  color: #000;
}

.form-styles textarea::placeholder {
  font-family: var(--ui-primary-font);
  font-weight: 400;
  font-size: 16px;
  color: #000;
}

.form-styles input[type="button"] {
  width: 100%;
  height: 50px;
  padding: 0 45px 5px;
  color: #fff;
  text-align: center;
  font-family: var(--ui-primary-font);
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  border: 0;
  cursor: pointer;
  border-radius: 100px;
  background: var(--ui-bg-primary-color);
  box-shadow: 0 30px 50px 0 rgba(0, 0, 0, 0.1);
}

.form-styles input[type="checkbox"] {
  position: relative;
  top: -2px;
  width: 18px !important;
  height: 18px;
  margin: 0 6px 0 0;
  padding: 0;
  background: var(--ui-bg-white-color);
  vertical-align: middle;
  border: 1px solid #fff;
}

.form-styles .textinput:focus {
  border-color: #e5f1ff;
  box-shadow: 0px 0px 3px 0 rgba(0, 0, 0, 0.1);
}
.form-styles .textinput.is-invalid {
  border-color: #d63638;
}
.form-message.is-error {
  display: none;
  font-size: 13px;
  color: #d63638;
  margin-top: 6px;
}

.field-checkbox {
  font-size: 16px;
  display: inline-block;
}

.field-checkbox a {
  text-decoration: underline;
}

.upload-box {
  display: block;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.06);
  background: var(--ui-bg-white-color);
  border-radius: 10px;
  padding: 60px 20px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.upload-box input[type="file"] {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
  background: var(--ui-bg-white-color);
}

.upload-content {
  display: grid;
  grid-gap: 4px;
}

.upload-content h3 {
  color: #000;
  font-family: var(--ui-primary-font);
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}

.upload-content p {
  font-size: 14px;
  color: #000;
}

.file-name {
  display: block;
  margin-top: 15px;
  font-size: 16px;
  color: #000;
  border-radius: 8px;
  background: var(--ui-bg-gray-color);
}

/* Form career */
.joinus-overview {
  display: grid;
  align-items: flex-start;
  grid-gap: 50px;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.14);
}

.joinus-overview .block-content {
  max-width: 960px;
  font-size: 18px;
  display: grid;
  grid-gap: 20px;
}

.joinus-form-wrap {
  display: grid;
  overflow: hidden;
  grid-template-columns: 6fr 4fr;
  border-radius: 20px;
  background: #e5f1ff;
}

.joinus-form-wrap .headline {
  margin-bottom: 30px;
}

.joinus-form-wrap .bx-inner {
  padding: 40px 60px;
}

.joinus-form-wrap .block-img {
  text-align: center;
}

.joinus-form-wrap .block-img picture {
  height: 100%;
}

.joinus-form-wrap .block-img picture img {
  height: 100%;
  width: auto;
  object-fit: cover;
}

.career-content-block {
  display: grid;
  grid-gap: 60px;
  align-items: flex-start;
  grid-template-columns: 6fr 4fr;
}

.career-content-block ul {
  margin: 0 0 0 20px;
}

.career-content-block ul li {
  list-style: disc;
}

.career-content-block .block-content {
  font-size: 18px;
  line-height: 180%;
}

.sc-career-cover .container {
  position: relative;
}

.sc-career-cover .block-header {
  position: absolute;
  top: 0;
  padding-top: 80px;
}

.box-shadow-blue {
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(50px);
}

.box-shadow-blue ul {
  margin: 0 0 0 20px;
  display: grid;
  grid-gap: 8px;
}

.box-shadow-blue li {
  list-style: disc;
  line-height: 180%;
}

/* ompare-insurance */
.sc-compare-insurance .block-compare-insurance {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  color: rgba(0, 0, 0, 0.7);
  font-size: 18px;
  font-weight: 400;
  line-height: 180%;
}

.sc-compare-insurance .col-compare-insurance {
  width: 31%;
}

.sc-compare-insurance .col-compare-insurance h3 {
  font-size: 22px;
  height: 100px;
  padding-top: 10px;
  display: flex;
  align-content: center;
  align-items: center;
}

.sc-compare-insurance .col-compare-insurance li {
  position: relative;
  min-height: 160px;
  margin: 0;
  padding: 30px 0;
  align-items: flex-start;
  list-style: none;
  border-top: 1px solid rgba(0, 0, 0, 0.14);
  color: rgba(0, 0, 0, 0.7);
  font-size: 18px;
  font-weight: 400;
  line-height: 180%;
}

.sc-compare-insurance .col-compare-insurance li::before {
  left: 40px;
  top: 36px;
}

.sc-compare-insurance .col-compare-insurance li:last-of-type {
  border-bottom: 1px solid rgba(0, 0, 0, 0.14);
}

.sc-compare-insurance .col-compare-insurance li:first-of-type {
  padding-right: 20px;
}

.sc-compare-insurance .col-compare-insurance:nth-child(2) {
  width: 38%;
  border-radius: var(--ui-border-radius-xl);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: var(--ui-bg-primary-color);
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
}

.sc-compare-insurance .col-compare-insurance:nth-child(2) h3 {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 40px;
  padding-right: 40px;
}

.sc-compare-insurance .col-compare-insurance:nth-child(2) li {
  display: flex;
  gap: 12px;
  color: var(--ui-white-color);
  padding-left: 75px;
  padding-right: 40px;
  padding-bottom: 60px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.sc-compare-insurance .col-compare-insurance:last-of-type h3,
.sc-compare-insurance .col-compare-insurance:last-of-type li {
  padding-left: 40px;
}

.sc-compare-insurance .col-compare-insurance:last-of-type li {
  font-size: 16px;
  font-weight: 400;
}

.sc-compare-insurance .col-compare-insurance:last-of-type h3 {
  font-weight: 400;
}

.wrap-compare-insurance {
  max-width: 1080px;
  margin: 0 auto;
}

.wrap-head-sticky {
  display: none;
}

.pagination-wrap {
  margin-top: 40px;
}

.pagination {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 4px;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.pagination li {
  list-style: none;
}

.pagination li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  width: 35px;
  height: 35px;
  font-size: 16px;
  padding-bottom: 4px;
  font-weight: 600;
  color: var(--ui-black-color);
  border-radius: 100px;
  transition: all 0.3s;
  background: transparent;
}

.pagination li a.active,
.pagination li a:hover {
  color: var(--ui-white-color);
  background: var(--ui-bg-primary-color);
}

.pagination li a.pagin-next {
  padding-bottom: 0;
}

.leading-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 20px;
}

.list-line-height {
  padding-left: 20px;
  line-height: 30px;
}

.sc-service-overview-second {
  min-height: 400px;
}

.sc-service-overview-second .box-content {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  grid-gap: 20px;
  text-align: center;
  justify-content: center;
  flex-direction: column;
}

.swiper-wrapper-center {
  display: flex;
  align-items: center;
}

@media (min-width: 992px) {
  .swiper-wrapper-center {
    justify-content: center;
  }
}

.faqs-spacing-bottom {
  padding-bottom: 30px;
}

.allocation-heading {
  font-size: 38px;
  color: #041b39;
  text-align: center;
  padding-bottom: 60px;
}

.box-img-retirement {
  max-width: 593px;
}

.retirement-flex-col-2 {
  display: flex;
  gap: 40px;
}

.retirement-child h3 {
  font-size: 24px;
}

.retirement-child p {
  font-size: 16px;
  padding: 30px 0;
}

.spacing-top {
  padding-top: 30px;
}

.retirement-box-child {
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

.not-found {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 80vh;
  overflow: hidden;
}

.not-found h1 {
  font-size: 200px;
  color: #041b39;
  font-weight: bold;
}

.not-found a {
  background: #041b39;
  padding: 10px 30px;
  border-radius: 100px;
  color: #fff;
  font-weight: bold;
}

.background {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}

.background img {
  max-width: 100%;
  height: auto;
}

.not-found h3 {
  padding-top: 20px;
  padding-bottom: 60px;
  font-size: 24px;
  color: #000;
}

.card-expand .group h4 {
  padding-bottom: 20px;
  font-size: 24px;
  color: #021b38;
}

.card-expand .group ul {
  font-size: 16px;
}

.card-expand .group ul li.list-style-none,
.card-expand .group ul li::marker {
  color: #041b39;
  list-style: none;
}

/* Testimonial Modal */
.modal-testimonial {
  max-width: 900px;
  margin: 40px auto;
  padding: 60px 80px;
  background: #fff;
  border-radius: 20px;
  position: relative;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}

.modal-testimonial .box-content {
  color: var(--ui-primary-color);
  font-size: 20px;
  font-weight: 400;
  line-height: 170%;
  margin-bottom: 40px;
  background: transparent;
  padding: 0;
}

.modal-testimonial .box-content p {
  -webkit-line-clamp: unset;
  line-clamp: unset;
  display: block;
}

.modal-testimonial .author-container {
  display: flex;
  gap: 20px;
  align-items: center;
  background: transparent;
  padding: 0;
}

.modal-testimonial .author-img {
  width: 72px;
  height: 72px;
  background-color: #eeecec;
  border-radius: 50%;
  display: flex;
  overflow: hidden;
}

.modal-testimonial .author-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 999px;
}

.modal-testimonial .author-name h3 {
  color: var(--ui-primary-color);
  font-size: 20px;
  font-weight: 500;
}

.modal-testimonial .author-name p {
  color: var(--ui-black-70-color);
  font-size: 16px;
  font-weight: 400;
}

.card-testimonials[data-type="content"] {
  cursor: pointer;
}

/* Blurred Overlay */
.mfp-bg.mfp-fade {
  background: rgba(4, 27, 57, 0.4);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  opacity: 0;
  transition: all 0.3s ease-out;
}

.mfp-bg.mfp-fade.mfp-ready {
  opacity: 1;
}

.mfp-bg.mfp-fade.mfp-removing {
  opacity: 0;
}

.mfp-wrap.mfp-fade .mfp-content {
  opacity: 0;
  transition: all 0.3s ease-out;
  transform: translateY(20px);
}

.mfp-wrap.mfp-fade.mfp-ready .mfp-content {
  opacity: 1;
  transform: translateY(0);
}

.mfp-wrap.mfp-fade.mfp-removing .mfp-content {
  opacity: 0;
  transform: translateY(20px);
}

.section-services-main {
  padding: 100px 0;
}

.text-subtle img,
.text-subtle svg {
  display: none !important;
}

.headline-md-faqs {
  font-size: 38px;
  line-height: 140%;
}

.custom-toast {
  position: fixed;
  top: 30px;
  left: 50%;
  transform: translateX(-50%) translateY(-20px);
  background: #2271b1;
  color: white;
  padding: 16px 24px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  font-size: 14px;
  font-weight: 500;
  z-index: 999999;
  opacity: 0;
  transition: all 0.3s ease;
  pointer-events: none;
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}
.custom-toast .toast-icon {
  display: flex;
  flex-shrink: 0;
}
.custom-toast .toast-icon svg {
  width: 20px;
  height: 20px;
}
.custom-toast.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
  pointer-events: auto;
}
.custom-toast.success {
  background: #00a32a;
}
.custom-toast.error {
  background: #d63638;
}

/* Tooltip Components */

/* animation */
@keyframes tooltip-in {
  from {
    opacity: 0;
    scale: 0.95;
  }
  to {
    opacity: 1;
    scale: 1;
  }
}

/* parent */
.tooltip {
  position: relative;
  cursor: pointer;
}

/* hover show */
.tooltip:hover .tooltip-text-top,
.tooltip:hover .tooltip-text-bottom,
.tooltip:hover .tooltip-text-left,
.tooltip:hover .tooltip-text-right {
  display: block;
}

/* base styles */
.tooltip .tooltip-text-top,
.tooltip .tooltip-text-bottom,
.tooltip .tooltip-text-left,
.tooltip .tooltip-text-right {
  position: absolute;
  z-index: 10;
  display: none;

  background-color: #ffffff;
  color: #000000;

  padding: 0.375rem 0.5rem;
  font-size: 14px;
  white-space: nowrap;

  border-radius: 0.5rem;
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.1));

  animation: tooltip-in 0.15s ease-out forwards;
}

/* arrow */
.tooltip .tooltip-text-top::before,
.tooltip .tooltip-text-bottom::before,
.tooltip .tooltip-text-left::before,
.tooltip .tooltip-text-right::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background-color: #ffffff;
}

/* Top */
.tooltip .tooltip-text-top {
  top: -2.2rem;
  left: 50%;
  transform: translateX(-50%);
  transform-origin: bottom center;
}
.tooltip .tooltip-text-top::before {
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}

/* Bottom */
.tooltip .tooltip-text-bottom {
  bottom: -2.2rem;
  left: 50%;
  transform: translateX(-50%);
  transform-origin: top center;
}
.tooltip .tooltip-text-bottom::before {
  top: -4px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}

/* Left */
.tooltip .tooltip-text-left {
  top: 50%;
  right: calc(100% + 0.6rem);
  transform: translateY(-50%);
  transform-origin: right center;
}
.tooltip .tooltip-text-left::before {
  top: 50%;
  right: -4px;
  transform: translateY(-50%) rotate(45deg);
}

/* Right */
.tooltip .tooltip-text-right {
  top: 50%;
  left: calc(100% + 0.6rem);
  transform: translateY(-50%);
  transform-origin: left center;
}
.tooltip .tooltip-text-right::before {
  top: 50%;
  left: -4px;
  transform: translateY(-50%) rotate(45deg);
}

.w-full {
  width: 100%;
}

.h-full {
  height: 100%;
}

.z-901 {
  z-index: 901 !important;
}

.group-btn-admin {
  position: relative;

  .position-btn {
    z-index: 20;
    position: absolute;
    display: flex;

    &.top-right {
      top: 10px;
      right: 10px;
    }

    &.bottom-right {
      bottom: 10px;
      right: 10px;
    }

    .opacity-0 {
      opacity: 0;
      display: flex;
    }
  }
  &:hover .position-btn .opacity-0 {
    opacity: 1;
  }
}

.btn-edit-admin {
  position: relative;

  background-color: var(--ui-bg-primary-color);
  border-radius: 999px;
  padding: 4px;

  &.bg-white {
    background-color: var(--ui-bg-white-color) !important;

    .icon-edit {
      path {
        fill: var(--ui-bg-primary-color) !important;
      }
    }
  }
}

.icon-edit {
  width: 20px;
  height: 20px;
  display: flex;
}

.btn-line-float {
  position: fixed;
  right: 12px;
  bottom: 12px;
  transition: all 0.3s ease;
  z-index: 901;

  .icon {
    border-radius: 999px;
    overflow: hidden;
    width: 56px;
    height: 56px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);

    &:hover {
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    }
  }
}

/* ============================================
   Gutenberg Table Block
   ============================================ */
.wp-block-table {
  width: 100%;
  margin-bottom: 2rem;
  overflow-x: auto;
}

.wp-block-table table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.6rem;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.7);
}

.wp-block-table thead tr {
  background-color: var(--ui-bg-primary-color, #041b39);
  color: var(--ui-white-color, #fff);
}

.wp-block-table thead th {
  padding: 12px 16px;
  text-align: left;
  font-weight: 600;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.wp-block-table tbody tr {
  background-color: #fff;
  transition: background-color 0.2s ease;
}

.wp-block-table tbody tr:nth-child(even) {
  background-color: var(--ui-bg-gray-color, #f4f4f4);
}

.wp-block-table tbody tr:hover {
  background-color: #eef1f5;
}

.wp-block-table tbody td {
  padding: 12px 16px;
  border: 1px solid #e0e0e0;
  vertical-align: top;
}

.wp-block-table tfoot tr {
  background-color: var(--ui-bg-gray-color, #f4f4f4);
  font-weight: 600;
}

.wp-block-table tfoot td {
  padding: 12px 16px;
  border: 1px solid #e0e0e0;
  color: var(--ui-primary-color, #041b39);
}

.wp-block-table.has-fixed-layout table {
  table-layout: fixed;
}

.form-message.is-error {
  color: #d63638;
}

.field-checkbox {
  accent-color: var(--ui-bg-primary-color);
}

.btn-submit {
  width: 100%;
  font-family: "FC Vision";
  font-size: 18px;

  &.btn-lg {
    height: 50px !important;
  }
}
