/*
 font-size: 16px;
 "color-primary": "#0023BB",
 "color-second": "#00CCB8",
 "bg-color": "#fff",
 "text-color": "#333",
 "title-text-color": "#1D1D1D",
 "button-radius": 0,
 "btn-hover": "#0023BB",
 "font-family": "'Inter', sans-serif;",
 "title-font-family": "'Inter', sans-serif;"
*/

/* @font-face {
  font-family: 'Inter';
  src: url('https://okki-shop.oss-cn-hangzhou.aliyuncs.com/tpl-common/common/css/advanced_fonts/Inter/Inter-Regular.ttf')
    format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Inter_medium';
  src: url('https://okki-shop.oss-cn-hangzhou.aliyuncs.com/tpl-common/common/css/advanced_fonts/Inter/Inter-Medium.ttf')
    format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Inter_semibold';
  src: url('https://okki-shop.oss-cn-hangzhou.aliyuncs.com/tpl-common/common/css/advanced_fonts/Inter/Inter-SemiBold.ttf')
    format('truetype');
  font-weight: 600;
  font-style: normal;
} */

/* 
@font-face {
  font-family: 'Inter_bold';
  src: url('https://okki-shop.oss-cn-hangzhou.aliyuncs.com/tpl-common/common/css/advanced_fonts/Inter/Inter-Bold.ttf')
    format('truetype');
  font-weight: 700;
  font-style: normal;
} */

/* Regular - 标准体 */
@font-face {
  font-family: 'Montserrat';
  src: url('https://okki-shop.oss-cn-hangzhou.aliyuncs.com/tpl-common/common/css/advanced_fonts/Montserrat/Montserrat-Regular.TTF')
    format('truetype');
  font-weight: 400;
  font-style: normal;
}

/* Medium - 中等 */
@font-face {
  font-family: 'Montserrat';
  src: url('https://okki-shop.oss-cn-hangzhou.aliyuncs.com/tpl-common/common/css/advanced_fonts/Montserrat/Montserrat-Medium.TTF')
    format('truetype');
  font-weight: 500;
  font-style: normal;
}

/* Semi Bold - 半粗体 */
@font-face {
  font-family: 'Montserrat';
  src: url('https://okki-shop.oss-cn-hangzhou.aliyuncs.com/tpl-common/common/css/advanced_fonts/Montserrat/Montserrat Semi Bold.OTF')
    format('opentype');
  font-weight: 600;
  font-style: normal;
}

/* Bold - 粗体 */
@font-face {
  font-family: 'Montserrat';
  src: url('https://okki-shop.oss-cn-hangzhou.aliyuncs.com/tpl-common/common/css/advanced_fonts/Montserrat/Montserrat-Bold.otf')
    format('opentype');
  font-weight: 700;
  font-style: normal;
}

html {
  font-size: 16px;
}

:root {
  --title-font-family: 'Montserrat';
  --primary-gradient-270: linear-gradient(
    270deg,
    rgba(11, 98, 193, 1) 0%,
    rgba(84, 219, 204, 1) 100%
  );
  --second-gradient-270: linear-gradient(
    270deg,
    rgba(84, 219, 204, 1) 0%,
    rgba(11, 98, 193, 1) 100%
  );

  --primary-gradient-180: linear-gradient(
    180deg,
    rgba(84, 219, 204, 1) 0%,
    rgba(11, 98, 193, 1) 100%
  );

  --header-height: 85.2px;

  /* 标题大号字体 */
  --font-size-h1: 3.5rem;
  --font-size-h2: 2.875rem;
  --font-size-h3: 2rem;
  --font-size-h4: 1.375rem;

  --font-size-subtitle: 1.125rem;

  /* 字体大小 */
  --font-size-md: 1rem;
  --font-size-lg: 1.125rem;
  --font-size-xl: 1.375rem;

  --font-weight-base: 400;
  --font-weight-md: 500;
  --font-weight-lg: 600;
  --font-weight-xl: 700;

  /* 文字颜色 */
  --text-color-primary: var(--text-color);
  --text-color-second: #666;

  --text-color-light: #fff;
  --text-color-dark: var(--text-color);

  /* container */
  --container-spacing: 10rem;

  /* spacing */
  --spacing-sm: 0.625rem; /* 10px */
  --spacing-md: 0.75rem; /* 12px */
  --spacing-lg: 0.9375rem; /* 15px */
  --spacing-xl: 1.25rem; /* 20px */
  --spacing-2xl: 1.5625rem; /* 25px */
  --spacing-3xl: 1.875rem; /* 30px */
  --spacing-4xl: 2.25rem; /* 30px */
  --spacing-5xl: 3rem;

  --spacing-9xl: 7.5rem; /* 120px*/
}

.container {
  padding-left: var(--container-spacing);
  padding-right: var(--container-spacing);
  max-width: 1920px;
  /* max-width: 100%; */
  margin: 0 auto;
  width: 100%;
}

h1 {
  color: var(--text-color);
  font-size: var(--font-size-h1, 3.5rem);
  font-family: var(--title-font-family);
  font-weight: var(--font-weight-xl);
  line-height: 116%;
  font-style: normal;
}

h2 {
  color: var(--text-color);
  font-size: var(--font-size-h2, 2.875rem);
  font-family: var(--title-font-family);
  line-height: 130%;
  font-weight: 700;
}

h3 {
  color: var(--text-color);
  font-size: var(--font-size-h3);
  font-family: var(--title-font-family);
  line-height: 150%;
  font-weight: 500;
}

h4 {
  color: var(--text-color);
  font-size: var(--font-size-h4);
  font-family: var(--title-font-family);
  line-height: 150%;
  font-style: normal;
  font-weight: 500;
}

.weilan-subtitle {
  font-size: var(--font-size-subtitle);
  font-weight: 400;
  text-transform: uppercase;
  line-height: 166%;
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

.weilan-subtitle::before,
.weilan-subtitle::after {
  content: '';
  width: 3.75rem;
  height: 1px;
  background-color: var(--color-second);
}

.weilan-subtitle::before {
  background: linear-gradient(270deg, #00ccb8 0%, rgba(0, 204, 184, 0) 100%);
}

.weilan-subtitle::after {
  background: linear-gradient(270deg, rgba(0, 204, 184, 0) 0%, #00ccb8 100%);
}

.weilan-card {
  padding-bottom: 7.5rem;
}

@media screen and (max-width: 1440px) {
  :root {
    /* container */
    --container-spacing: 7.5rem;
  }
}

@media screen and (max-width: 1024px) {
  html {
    --header-height: 68.25px;
  }
  :root {
    /* container */
    --container-spacing: 60px;

    /* 标题大号字体 - 平板端适配（基于14px基准） */
    /* 在1024px时：html font-size = 14px */
    --font-size-h1: 3rem; /* 42px */
    --font-size-h2: 2.5rem; /* 35px */
    --font-size-h3: 1.714rem; /* 24px */
    --font-size-h4: 1.286rem; /* 18px */

    --font-size-subtitle: 1rem; /* 14px */

    /* 字体大小 - 平板端适配（基于14px基准） */
    --font-size-md: 1rem; /* 14px */
    --font-size-lg: 1.143rem; /* 16px */
    --font-size-xl: 1.286rem; /* 18px */
  }
}

@media screen and (max-width: 768px) {
  :root {
    /* 标题大号字体 - 移动端适配（基于12px基准） */
    /* 在768px时：html font-size = 12px */
    --font-size-h1: 2.667rem; /* 32px */
    --font-size-h2: 2.167rem; /* 26px */
    --font-size-h3: 1.5rem; /* 18px */
    --font-size-h4: 1.167rem; /* 14px */

    --font-size-subtitle: 0.917rem; /* 11px */

    /* 字体大小 - 移动端适配（基于12px基准） */
    --font-size-md: 1rem; /* 12px */
    --font-size-lg: 1.083rem; /* 13px */
    --font-size-xl: 1.25rem; /* 15px */
  }
}

@media screen and (max-width: 576px) {
  :root {
    /* container */
    --container-spacing: 20px;
  }
}

.weilan-btn {
  padding: var(--spacing-md, 0.75rem) var(--spacing-xl, 1.25rem);
  color: #fff !important;
  /* 按钮文字 */
  font-family: var(--font-family);
  font-size: var(--font-size-md);
  font-style: normal;
  font-weight: 400;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  background: linear-gradient(90deg, #54dbcc 0%, #0b62c1 100%);
  transition: all 0.3s ease;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.weilan-btn::before {
  content: '';
  position: absolute;
  left: 0px;
  height: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #54dbcc 0%, #0b62c1 100%);
  z-index: 0;
  visibility: visible;
  opacity: 1;
  transition: all 0.3s;
}

.weilan-btn::after {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #0b62c1 0%, #54dbcc 100%);
  z-index: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}

.weilan-btn:hover::before,
.weilan-btn:active::before {
  visibility: hidden;
  opacity: 0;
}

.weilan-btn:hover::after,
.weilan-btn:active::after {
  visibility: visible;
  opacity: 1;
}

.weilan-btn * {
  color: #fff;
  /* 按钮文字 */
  font-family: var(--font-family);
  font-size: var(--font-size-md);
  font-style: 187%;
  font-weight: 500;
  z-index: 1;
  text-transform: capitalize;
}

.navigation-btn {
  position: relative;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 6px;
  cursor: pointer;
  z-index: 10;
  pointer-events: all;
  transition: all 0.3s ease;
  overflow: hidden;
  background: transparent;
}

.navigation-btn::after {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  background: linear-gradient(
    180deg,
    var(--color-primary) 0%,
    var(--color-second) 100%
  );
  transition: all 0.3s;
  z-index: 0;
}

.navigation-btn:not(.swiper-button-disabled):hover::after {
  visibility: visible;
  opacity: 1;
}

.navigation-btn * {
  position: relative;
  color: #fff;
  z-index: 1;
}

.navigation-btn:not(.swiper-button-disabled):hover {
  border-color: transparent !important;
}

.navigation-btn:not(.swiper-button-disabled):hover * {
  opacity: 1;
  visibility: visible;
  color: #fff !important;
  fill: #fff !important;
  z-index: 1;
}

.navigation-btn.swiper-button-disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

@media (max-width: 767px) {
    .privacy-content.container {
        padding-top: 45px!important;
    }

    .okki-chat-widget-holder {
      z-index: 9999999!important;
    }
}
