@charset "UTF-8";
/* EKI-IVF Website Stylesheet */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;500;600;700;800;900&family=Noto+Sans+SC:wght@400;500;600;700;800;900&family=Noto+Sans+Thai:wght@400;500;600;700;800;900&display=swap");
@import url("animate.css");
@import url("aos.css");
@import url("swiper.min.css");
@import url("jquery.fancybox.min.css");
@import url("jquery-ui.css");
@import url("linear.css");
@import url("select2.min.css");
@import url("fontawesome.css");
@import url("flaticon-set-ivf.css");
@import url("flaticons-common.css");
@import url("tm-bs-mp.css");
@import url("tm-utility-classes.css");
@property --gradient-angle {
  syntax: "<angle>";
  initial-value: 90deg;
  inherits: false;
}
:root {
  --r: 30px; /* radius */
  --s: 50px; /* size of the inner curve*/
  --_m:/calc(2*var(--r)) calc(2*var(--r)) radial-gradient(#000 70%,#0000 72%) no-repeat;
  --theme-color1: #005453;
  --theme-color2: #121212;
  --theme-color3: #8aba9a;
  --theme-color4: #e0e7e5;
  --theme-color1-rgb: 0, 84, 83;
  --theme-color2-rgb: 18, 18, 18;
  --theme-color3-rgb: 138, 186, 154;
  --theme-color4-rgb: 224, 231, 229;
  --theme-color-accent: #ffbd59;
  --theme-color-accent-rgb: 255, 189, 89;
  --theme-color1-text-color: #ffffff;
  --theme-color2-text-color: #ffffff;
  --theme-color3-text-color: #ffffff;
  --theme-color4-text-color: #333333;
  --hover-theme-color: #005453;
  --theme-color-white: #ffffff;
  --theme-color-white-rgb: 255,255,255;
  --theme-color-light-gray: #f6f6f6;
  --theme-color-lighter: #f8f5f0;
  --theme-color-lighter2: #F6F6F6;
  --theme-color-silver: #eee;
  --review-color: #ffbd59;
  --theme-color-black: #000000;
  --theme-color-black-rgb: 0, 0, 0;
  --theme-color-dark: #333;
  --theme-color-dark2: #1B1F12;
  --theme-color-gray: #222222;
  --green-deep: #123c30;
  --green-primary: #1f5c46;
  --green-mid: #3f7f63;
  --green-soft: #6fa287;
  --sage-bg: #eef4ee;
  --sage-bg-2: #e3ede4;
  --cream: #faf8f2;
  --gold: #d99a3d;
  --gold-light: #f0c178;
  --ink: #1c2621;
  --ink-soft: #57655d;
  --line: #d7e2da;
  --white: #ffffff;
  --gradient-1: linear-gradient(90deg, #8aba9a 0%, #fff 100%);
  --gradient-2: linear-gradient(to left, rgba(var(--theme-color1-rgb), 1) 0%, rgba(var(--theme-color1-rgb), 0.7) 100%);
  --gradient-3: linear-gradient(180deg, var(--theme-color1) 0%, rgba(0, 0, 0, 0) 100%);
  --gradient-4: linear-gradient(180deg, rgba(138, 186, 154, 0) 0%, rgba(138, 186, 154, 0.5) 100%);
  --gradient-5: linear-gradient(180deg, var(--theme-color1) 0%, rgba(138, 186, 154, 0) 100%);
  --gradient-6: linear-gradient(180deg, #0a0a0a 0%, rgba(10, 10, 10, 0.3) 45%, #0a0a0a 90%);
  --gradient-7: linear-gradient(180deg, rgba(138, 186, 154, 0.7) 37.5%, rgba(255, 212, 212, 0) 100%);
  --text-color: #757575;
  --headings-color: #121212;
  --link-color: var(--theme-color1);
  --link-hover-color: var(--theme-color1);
  --body-font-family: "Noto Sans", "Noto Sans SC", "Noto Sans Thai", sans-serif;
  --heading-font-family: "Noto Sans", "Noto Sans SC", "Noto Sans Thai", sans-serif;
  --style-font-family: "Noto Sans", "Noto Sans SC", "Noto Sans Thai", sans-serif;
  --title-font: "Noto Sans", "Noto Sans SC", "Noto Sans Thai", sans-serif;
  --body-bg: #f0f6f4;
  --bg-color: #eef5f3;
  --body-font-size: 22px;
  --body-line-height: 1.9;
  --body-font-weight: 400;
  --line-height-heading-h1: 1.125em;
  --line-height-heading-h2: 1.2em;
  --line-height-heading: 1.4em;
  --line-height-heading-small: 1.5em;
  --h1-font-size: 80px;
  --h2-font-size: 50px;
  --h3-font-size: 30px;
  --h4-font-size: 24px;
  --h5-font-size: 20px;
  --h6-font-size: 16px;
  --h1-font-weight: 500;
  --h2-font-weight: 500;
  --h3-font-weight: 500;
  --h4-font-weight: 500;
  --h5-font-weight: 400;
  --h6-font-weight: 400;
  --sec-title-subtitle-color: #777777;
  --sec-title-subtitle-font-size: 20px;
  --sec-title-subtitle-font-family: var(--heading-font-family);
  --sec-title-subtitle-font-weight: 400;
  --sec-title-subtitle-line-height: 1.4;
  --sec-title-color: var(--headings-color);
  --sec-title-font-size: var(--h2-font-size);
  --sec-title-font-family: var(--heading-font-family);
  --sec-title-font-weight: var(--h2-font-weight);
  --sec-title-title-line-height: var(--line-height-heading-h2);
  --theme-light-background: #005252;
  --theme-light-background-text-color: var(--headings-color);
  --theme-black: #000000;
  --container-width: 1350px;

  /* ===== 字体规范变量（依据甲方《网站字体大小说明》）===== */
  --text-body: clamp(19px, 1.4vw, 22px);   /* 正文/小字：桌面≈22px，移动端收缩 */
  --text-btn: clamp(19px, 1.4vw, 22px);    /* 按钮文字 */
  --text-sub: clamp(20px, 1.8vw, 28px);    /* 副标题/说明文：桌面≈28px */

  /* ===== 圆角体系 ===== */
  --radius-sm: 8px;    /* 按钮、输入框、标签 */
  --radius-md: 16px;   /* 标准卡片、图片容器 */
  --radius-lg: 24px;   /* 大容器、弹窗、强调卡 */
  --radius-pill: 999px;/* 胶囊、悬浮按钮 */
}

/*
 * typography.scss
 * -----------------------------------------------
*/
::-moz-selection {
  background: var(--theme-color-dark);
  color: #fff;
  text-shadow: none;
}
::selection {
  background: var(--theme-color-dark);
  color: #fff;
  text-shadow: none;
}

:active,
:focus {
  outline: none !important;
}

::-webkit-input-placeholder {
  color: #fff;
}

::-moz-input-placeholder {
  color: #fff;
}

::-ms-input-placeholder {
  color: #fff;
}

html {
  scroll-behavior: smooth;
  /* 给固定吸顶导航预留高度，避免跳锚点时目标被导航遮挡 */
  scroll-padding-top: 50px;
}

body {
  background-color: var(--body-bg);
  background-attachment: fixed;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  counter-reset: my-sec-counter;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  color: var(--text-color);
  font-size: var(--body-font-size);
  font-family: var(--body-font-family);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
}
[data-tm-layout=lemon] body {
  background-color: var(--dark-color1);
}

p, .text {
  color: var(--text-color);
  font-size: var(--body-font-size);
  font-family: var(--body-font-family);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
}

/* -------- Headings ---------- */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  color: var(--headings-color);
  font-family: var(--heading-font-family);
  position: relative;
  line-height: var(--line-height-heading-);
  letter-spacing: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
h1 small,
h1 .small, .h1 small,
.h1 .small, h2 small,
h2 .small, .h2 small,
.h2 .small, h3 small,
h3 .small, .h3 small,
.h3 .small, h4 small,
h4 .small, .h4 small,
.h4 .small, h5 small,
h5 .small, .h5 small,
.h5 .small, h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: var(--headings-color);
}
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a {
  color: inherit;
  font-weight: inherit;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-bottom: 1rem;
}

h1, .h1 {
  font-size: var(--h1-font-size);
  font-weight: var(--h1-font-weight);
  line-height: var(--line-height-heading-h1);
}

h2, .h2 {
  font-size: var(--h2-font-size);
  font-weight: var(--h2-font-weight);
  line-height: var(--line-height-heading-h2);
  font-size: clamp(37px, 4vw, 50px);
  line-height: 1.2;
}

h3, .h3 {
  font-size: var(--h3-font-size);
  font-weight: var(--h3-font-weight);
  line-height: var(--line-height-heading);
}
@media (max-width: 1199.98px) {
  h3, .h3 {
    font-size: 26px;
  }
}
@media (max-width: 767.98px) {
  h3, .h3 {
    font-size: 25px;
  }
}
@media (max-width: 575.98px) {
  h3, .h3 {
    font-size: 22px;
  }
}

h4, .h4 {
  font-size: var(--h4-font-size);
  font-weight: var(--h4-font-weight);
  line-height: var(--line-height-heading);
}
@media (max-width: 1439.98px) {
  h4, .h4 {
    font-size: 22px;
  }
}
@media (max-width: 575.98px) {
  h4, .h4 {
    font-size: 20px;
  }
}

h5, .h5 {
  font-size: var(--h5-font-size);
  font-weight: var(--h5-font-weight);
  line-height: var(--line-height-heading-small);
}

h6, .h6 {
  font-size: var(--h6-font-size);
  font-weight: var(--h6-font-weight);
  line-height: var(--line-height-heading-small);
}

/* -------- Body Text ---------- */
table p {
  margin-bottom: 0;
}

p {
  margin-bottom: 20px;
}
p a:not(.button):not(.btn):hover, p a:not(.button):not(.btn):focus {
  text-decoration: underline;
}

/* -------- other ---------- */
a {
  color: var(--link-color);
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover, a:focus {
  color: inherit;
  text-decoration: none;
  outline: none;
}
a b, a strong {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a img {
  border: none;
}

pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset {
  margin-bottom: 10px;
}

ol, ul {
  list-style-position: inside;
  margin: 0;
  padding: 0;
}

b, strong {
  color: #333;
  font-weight: var(--body-font-weight-bold);
}

iframe {
  border: none !important;
}

/*
 * container.scss
 * -----------------------------------------------
*/
.row:not([class*=gx-], [class*=gy-], [class*=g-]) {
  --bs-gutter-x: 30px;
}

.gx-100 {
  --bs-gutter-x: 100px;
}

.gx-50 {
  --bs-gutter-x: 50px;
}

.gx-24 {
  --bs-gutter-x: 24px;
}

.gx-12 {
  --bs-gutter-x: 12px;
}

.container .container {
  width: 100%;
}

/* 全局图片响应式：默认自适应父容器宽度，避免固定像素宽导致变形 */
img {
  max-width: 100%;
  height: auto;
}

.container-fluid {
  padding-left: 5%;
  padding-right: 5%;
}

.container .container,
.container .container-fluid,
.container-fluid .container,
.container-fluid .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

section > .container,
section > .container-fluid {
  padding-top: var(--container-pt);
  padding-bottom: var(--container-pt);
}

/*=== Default Form ===*/
.form-control, .input-text {
  height: calc(2.25rem + 27px);
  padding: 14px 30px;
  outline: 0;
  background-color: #f4f5f8;
  border: 1px solid #f4f5f8;
  color: #111;
  font-size: 0.9rem;
  width: 100%;
}
.form-control::-webkit-input-placeholder, .input-text::-webkit-input-placeholder {
  color: #111;
  opacity: 1;
}
.form-control::-moz-placeholder, .input-text::-moz-placeholder {
  color: #111;
  opacity: 1;
}
.form-control:-ms-input-placeholder, .input-text:-ms-input-placeholder {
  color: #111;
  opacity: 1;
}
.form-control::-ms-input-placeholder, .input-text::-ms-input-placeholder {
  color: #111;
  opacity: 1;
}
.form-control::placeholder, .input-text::placeholder {
  color: #111;
  opacity: 1;
}
.form-control:-ms-input-placeholder, .input-text:-ms-input-placeholder {
  color: #111;
}
.form-control::-ms-input-placeholder, .input-text::-ms-input-placeholder {
  color: #111;
}

textarea.form-control {
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}

/* -------- Dark Theme Styling ---------- */
.dark-layout {
  background-color: var(--theme-color-dark) !important;
  --sec-title-color: var(--theme-color-light);
}
.dark-layout .sticky-header .main-menu .navigation > li > a,
.dark-layout h1, .dark-layout .h1, .dark-layout h2, .dark-layout .h2, .dark-layout h3, .dark-layout .h3, .dark-layout h4, .dark-layout .h4, .dark-layout h5, .dark-layout .h5, .dark-layout h6, .dark-layout .h6 {
  color: var(--theme-color-light);
}
.dark-layout .preloader {
  background-color: var(--theme-color-dark);
}
.dark-layout .preloader:after {
  background-image: url(../images/logo.png);
}
.dark-layout .sticky-header {
  background-color: var(--theme-color-dark);
}
.dark-layout .hidden-bar .upper-box {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.dark-layout .hidden-bar .social-links {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.dark-layout .hidden-bar .social-links li {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

/*** 

====================================================================
Reset
====================================================================

***/
* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
  font-size: 100%;
}

/*** 

====================================================================
Global Settings
====================================================================

***/
textarea {
  overflow: hidden;
  resize: none;
}

button {
  outline: none !important;
  cursor: pointer;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.title a {
  color: inherit;
}

.page-wrapper-shape .anim-icons {
  pointer-events: none;
}
.page-wrapper-shape .anim-icons .image-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.page-wrapper-shape .anim-icons .image-2 {
  position: absolute;
  bottom: 400px;
  left: 0;
  width: 100%;
  z-index: -1;
}

.color1 {
  color: var(--theme-color1);
}
[data-tm-layout=lemon] .color1 {
  color: var(--dark-color2);
}

.color1-1 {
  color: var(--theme-color1);
}

.color2 {
  color: var(--theme-color2);
}

.color3 {
  color: var(--theme-color3);
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow-x: hidden;
  z-index: 99;
}

.sticky-section {
  position: sticky;
  top: 120px;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.dropdown-toggle::after {
  display: none;
}

.fix {
  overflow: hidden;
}

.section-padding {
  padding: 120px 0;
}
@media (max-width: 991.98px) {
  .section-padding {
    padding: 80px 0;
  }
}

/*=======================
    Preloader
=======================*/
.preloader {
  background-color: #ffffff;
  height: 100%;
  left: 0px;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 999999;
}
.preloader:after {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-animation: pulse 1s infinite linear;
  animation: pulse 1s infinite linear;
  background-image: url(../images/logo.png);
  height: 110px;
  margin-left: -95px;
  margin-top: -60px;
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  width: 180px;
}
.preloader:before {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
  color: var(--theme-color-dark);
  font-weight: 600;
  font-size: 14px;
  font-family: var(--heading-font-family);
  letter-spacing: 2px;
  text-transform: uppercase;
  content: "Loading";
  -webkit-transition: none;
  transition: none;
}

.preloader-loaded {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.preloader-loaded.light .text-preloader-outer .text-preloading .text-split {
  color: #000;
}
.preloader-loaded.light .text-preloader-outer .text-preloading .text-split:before {
  color: var(--theme-color1);
}
.preloader-loaded.light .preloader-slide {
  background-color: #fff;
}
.preloader-loaded.loaded .text-preloader-outer {
  opacity: 0;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.preloader-loaded.loaded .preloader-slide.slide-left {
  -webkit-transform: translateX(-101%);
          transform: translateX(-101%);
  -webkit-transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
  transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
}
.preloader-loaded.loaded .preloader-slide.slide-right {
  -webkit-transform: translateX(101%);
          transform: translateX(101%);
  -webkit-transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
  transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
}
.preloader-loaded .text-preloader-outer {
  position: absolute;
  z-index: 100;
}
.preloader-loaded .text-preloader-outer .text-preloading {
  font-size: 80px;
  font-weight: 700;
  text-align: center;
  position: relative;
  padding-top: 180px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}
@media (max-width: 1199.98px) {
  .preloader-loaded .text-preloader-outer .text-preloading {
    font-size: 40px;
  }
}
.preloader-loaded .text-preloader-outer .text-preloading:before {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 70px;
  margin-left: -55px;
  margin-top: -70px;
  height: 70px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-animation: pulse 1s infinite linear;
  animation: pulse 1s infinite linear;
  background-image: url(../images/icons/preloader.png);
  content: "";
}
.preloader-loaded .text-preloader-outer .text-preloading .text-split {
  color: #fff;
  position: relative;
  display: inline-block;
}
.preloader-loaded .text-preloader-outer .text-preloading .text-split:before {
  color: var(--theme-color1);
  content: attr(data-text);
  -webkit-animation: text-split 4s infinite;
          animation: text-split 4s infinite;
  left: 0;
  top: 0;
  opacity: 0;
  position: absolute;
  -webkit-transform: rotateY(-90deg);
          transform: rotateY(-90deg);
}
.preloader-loaded .text-preloader-outer .text-preloading .text-split:nth-child(2):before {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.preloader-loaded .text-preloader-outer .text-preloading .text-split:nth-child(3):before {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.preloader-loaded .text-preloader-outer .text-preloading .text-split:nth-child(4):before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.preloader-loaded .text-preloader-outer .text-preloading .text-split:nth-child(5):before {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.preloader-loaded .text-preloader-outer .text-preloading .text-split:nth-child(6):before {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.preloader-loaded .text-preloader-outer .text-preloading .text-split:nth-child(7):before {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.preloader-loaded .text-preloader-outer .text-preloading .text-split:nth-child(8):before {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
.preloader-loaded .preloader-slide {
  background-color: #000;
  height: 100%;
  position: fixed;
  top: 0;
  width: calc(50% + 1px);
}
.preloader-loaded .preloader-slide.slide-left {
  left: 0;
}
.preloader-loaded .preloader-slide.slide-right {
  right: 0;
}

@-webkit-keyframes text-split {
  0%, 75%, 100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
            transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}

@keyframes text-split {
  0%, 75%, 100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
            transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}
/*=== List Style One ===*/
.list-style-one {
  position: relative;
}
.list-style-one li {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}
.list-style-one li i {
  position: relative;
  font-size: 17px;
  color: var(--theme-color1);
  margin-right: 5px;
}
.list-style-one li span {
  position: relative;
  font-size: 17px;
  font-weight: 500;
}

/*=== List Style Two ===*/
.list-style-two {
  position: relative;
}
.list-style-two li {
  position: relative;
  display: block;
  margin-bottom: 10px;
}
.list-style-two li:last-child {
  margin-bottom: 0;
}
.list-style-two li i {
  position: relative;
  color: var(--theme-color-white);
  margin-right: 5px;
}
.list-style-two li span {
  position: relative;
  color: var(--theme-color-white);
}

/*Social Icon One*/
.social-icon-one {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.social-icon-one li {
  position: relative;
  margin-left: 21px;
}
.social-icon-one li:first-child {
  margin-left: 0;
}
.social-icon-one li a {
  position: relative;
  display: block;
  line-height: 27px;
  text-align: center;
  font-size: 14px;
  color: var(--theme-color-dark);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.social-icon-one li a:hover {
  color: var(--theme-color1);
}
.social-icon-one.light li a {
  color: var(--theme-color-light);
}
.social-icon-one.light li a:hover {
  color: var(--theme-color1);
}

/*Social Icon Two*/
.social-icon-two {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.social-icon-two li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
}
.social-icon-two li:first-child {
  margin-left: 0;
}
.social-icon-two li a {
  position: relative;
  display: block;
  height: 36px;
  width: 36px;
  line-height: 36px;
  border-radius: 50%;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.social-icon-two li a i {
  position: relative;
}
.social-icon-two li a::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  background-color: var(--theme-color1);
  content: "";
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  border-radius: 50px;
}
.social-icon-two li a:hover {
  color: #fff;
}
.social-icon-two li a:hover:before {
  -webkit-transform: scale(1);
          transform: scale(1);
}

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

.bg-pattern-1 {
  background-image: url(../images/icons/pattern-1.png);
}

.bg-pattern-2 {
  background-image: url(../images/icons/pattern-2.png);
}

.bg-pattern-3 {
  background-image: url(../images/icons/pattern-3.png);
}

.bg-pattern-4 {
  background-image: url(../images/icons/pattern-4.png);
}

.bg-pattern-5 {
  background-image: url(../images/icons/pattern-5.png);
}

.bg-pattern-6 {
  background-image: url(../images/icons/pattern-6.png);
}

.devider {
  position: absolute;
  padding: 0;
  margin: 0;
  width: 80%;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 1199.98px) {
  .devider {
    width: 100%;
  }
}

/*======================
    Tabs Box
======================*/
.tabs-box {
  position: relative;
}

.tabs-box .tab {
  display: none;
}

.tabs-box .active-tab {
  display: block;
}

.play-btn {
  position: relative;
}
.play-btn:hover .icon {
  background-color: var(--theme-color1);
  color: var(--theme-color-dark);
}
.play-btn .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 90px;
  width: 90px;
  border-radius: 50%;
  font-size: 24px;
  color: var(--theme-color1);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.play-btn .circle-text img {
  position: relative;
  display: inline-block;
  -webkit-animation: fa-spin 60s infinite linear;
          animation: fa-spin 60s infinite linear;
}

.play-btn-two {
  position: relative;
}
.play-btn-two:hover .icon {
  background-color: var(--theme-color1);
  color: var(--theme-color-dark);
}
.play-btn-two .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 122px;
  width: 122px;
  border-radius: 50%;
  font-size: 24px;
  color: var(--theme-color1);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.play-btn-two .circle-text img {
  position: relative;
  display: inline-block;
  -webkit-animation: fa-spin 60s infinite linear;
          animation: fa-spin 60s infinite linear;
}

/*======================
    Media Play Button 
======================*/
.play-now {
  position: relative;
  display: block;
  z-index: 9;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.play-now:hover .icon {
  background-color: var(--theme-color1);
  color: var(--theme-color-light);
}
.play-now .icon {
  position: relative;
  display: inline-block;
  height: 100px;
  width: 100px;
  text-align: center;
  line-height: 100px;
  background-color: #ffffff;
  color: var(--theme-color-dark);
  z-index: 1;
  font-size: 22px;
  display: block;
  border-radius: 50%;
  -webkit-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
          box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.play-now .ripple,
.play-now .ripple:before,
.play-now .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 70px;
  width: 70px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.6);
  -webkit-animation: ripple 3s infinite;
          animation: ripple 3s infinite;
}
.play-now .ripple.light,
.play-now .ripple:before.light,
.play-now .ripple:after.light {
  -webkit-box-shadow: 0 0 0 0 rgb(255, 255, 255);
          box-shadow: 0 0 0 0 rgb(255, 255, 255);
}
.play-now .ripple.light:before, .play-now .ripple.light:after,
.play-now .ripple:before.light:before,
.play-now .ripple:before.light:after,
.play-now .ripple:after.light:before,
.play-now .ripple:after.light:after {
  -webkit-box-shadow: 0 0 0 0 rgb(255, 255, 255);
          box-shadow: 0 0 0 0 rgb(255, 255, 255);
}
.play-now .ripple:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}
.play-now .ripple:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 50px rgba(191, 168, 136, 0);
    box-shadow: 0 0 0 50px rgba(191, 168, 136, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(191, 168, 136, 0);
    box-shadow: 0 0 0 0 rgba(191, 168, 136, 0);
  }
}

@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 50px rgba(191, 168, 136, 0);
    box-shadow: 0 0 0 50px rgba(191, 168, 136, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(191, 168, 136, 0);
    box-shadow: 0 0 0 0 rgba(191, 168, 136, 0);
  }
}
.play-now-two {
  height: 150px;
  width: 150px;
  background-color: rgba(21, 21, 21, 0.5);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 34px;
  color: #ffffff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-animation: zoom-one 3s infinite linear;
          animation: zoom-one 3s infinite linear;
}
.play-now-two:hover {
  color: #ff9205;
  background-color: #ffffff;
}

/*======================
    Contact Info Button 
======================*/
.info-btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 15px;
  padding-left: 70px;
  text-align: left;
  font-weight: 700;
  line-height: 20px;
  min-height: 62px;
  font-family: var(--heading-font-family);
}
@media (max-width: 991.98px) {
  .info-btn {
    padding-left: 70px;
  }
}
.info-btn:hover .icon {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.info-btn small {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: var(--theme-color-dark);
  margin-bottom: 8px;
}
@media (max-width: 991.98px) {
  .info-btn small {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
.info-btn strong {
  font-size: 24px;
  font-weight: 700;
  color: var(--theme-color1);
}
@media (max-width: 991.98px) {
  .info-btn strong {
    font-size: 26px;
  }
}
@media (max-width: 575.98px) {
  .info-btn strong {
    font-size: 20px;
  }
}
.info-btn .icon {
  position: absolute;
  left: 0;
  top: 5px;
  width: 52px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  border-radius: 50%;
  font-size: 24px;
  color: var(--theme-color-light);
  background-color: var(--theme-color1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 991.98px) {
  .info-btn .icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}
.info-btn:hover {
  color: var(--theme-color1);
}

.info-btn-two {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 15px;
  text-align: left;
  font-weight: 700;
  line-height: 20px;
  min-height: 74px;
  padding: 0 42px;
  padding-left: 90px;
  border-radius: 50px;
  background-color: var(--theme-color-light);
  font-family: var(--heading-font-family);
}
@media (max-width: 991.98px) {
  .info-btn-two {
    padding-left: 70px;
  }
}
.info-btn-two small {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: var(--theme-color-dark);
  margin-bottom: 0;
}
.info-btn-two strong {
  font-size: var(--text-body);
  font-weight: 700;
  color: var(--theme-color-dark);
}
.info-btn-two .icon {
  position: absolute;
  left: 8px;
  top: 10px;
  width: 52px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  border-radius: 50%;
  font-size: 24px;
  color: var(--theme-color-light);
  background-color: var(--theme-color1);
}
.info-btn-two:hover {
  color: var(--theme-color1);
}

.styled-pagination {
  position: relative;
  max-width: 356px;
  margin: 12px auto;
  width: 100%;
  margin-top: 60px;
  background-color: transparent;
}
.styled-pagination .swiper-pagination-progressbar-fill {
  background: -webkit-gradient(linear, right top, left top, color-stop(-1.4%, rgba(217, 217, 217, 0)), to(#C2A74E));
  background: linear-gradient(270deg, rgba(217, 217, 217, 0) -1.4%, #C2A74E 100%);
}
.styled-pagination .swiper-pagination-progressbar-fill:before {
  position: absolute;
  top: -7px;
  height: 15px;
  width: 15px;
  background-color: var(--theme-color1);
  border-radius: 50%;
  content: "";
}

.swiper-horizontal {
  padding-bottom: 70px;
}

.swiper-horizontal > .styled-scrollbar {
  border-radius: 2px;
  height: 3px;
  width: 356px;
  bottom: 11px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: -webkit-gradient(linear, right top, left top, color-stop(-1.4%, rgba(217, 217, 217, 0)), to(#C2A74E));
  background: linear-gradient(270deg, rgba(217, 217, 217, 0) -1.4%, #C2A74E 100%);
}

.swiper-horizontal > .styled-scrollbar > .swiper-scrollbar-drag {
  background-color: var(--theme-color1);
  border-radius: 50%;
  height: 15px;
  max-width: 15px;
  top: -6px;
  cursor: pointer;
}

/*================================
    Progress Bar
=================================*/
.skills {
  position: relative;
}
.skills .skill-item {
  position: relative;
  margin-bottom: 35px;
}
.skills .skill-item:last-child {
  margin-bottom: 0px;
}
.skills .skill-item .skill-header {
  position: relative;
  margin-bottom: 6px;
  margin-top: 31px;
}
.skills .skill-item .skill-header .skill-title {
  font-size: 14px;
  color: var(--theme-color-dark);
  font-weight: 600;
  font-family: var(--body-font-family);
}
.skills .skill-item .skill-bar {
  position: relative;
  width: 100%;
  height: 6px;
  border-radius: 6px;
}
.skills .skill-item .skill-bar .bar-inner {
  position: relative;
  width: 100%;
  height: 6px;
}
.skills .skill-item .skill-bar .bar-inner .bar {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 5px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  background-color: var(--theme-color2);
}
.skills .skill-item .skill-bar .bar-inner .bar:before {
  border: 1px solid #d7d7d7;
  content: "";
  top: -4px;
  left: -3px;
  position: absolute;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}
.skills .skill-item .skill-bar .bar-inner .skill-percentage {
  position: absolute;
  right: 8px;
  bottom: 100%;
  margin-bottom: 15px;
  font-size: 14px;
  color: var(--theme-color2);
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  height: 26px;
  text-align: center;
}

/*========================
  Select2 Dropdown Plugin
========================*/
.select2-dropdown {
  border: 1px solid #eee;
}

.select2-results__option {
  padding: 0 10px;
  color: #7c858c;
  border: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #7c858c;
  padding-left: 0;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: var(--theme-color1);
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  height: 30px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  bottom: 1px;
  height: auto;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  color: #7c858c;
}

.select2-container--default .select2-selection--single .select2-selection__arrow:before {
  position: relative;
  content: "\f107";
  font-family: "Font Awesome 6 Pro";
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2-container--default .select2-selection--single {
  border-radius: 0;
}

.default-navs .owl-next,
.default-navs .owl-prev {
  display: block;
  margin: 0px 5px;
  height: 65px;
  width: 65px;
  color: var(--theme-color1);
  border-radius: 50%;
  -webkit-box-shadow: 0 0px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0px 30px rgba(0, 0, 0, 0.1);
  border: 1px solid #ffffff;
  font-size: 16px;
  line-height: 63px;
  font-weight: 700;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.default-navs .owl-next span,
.default-navs .owl-prev span {
  display: inline-block;
  background: var(--gradient-1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.default-navs .owl-next:hover,
.default-navs .owl-prev:hover {
  -webkit-box-shadow: 0;
          box-shadow: 0;
  border: 1px solid var(--theme-color2);
}

.custom-navs .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.custom-navs .owl-nav .owl-prev,
.custom-navs .owl-nav .owl-next {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  width: 87px;
  padding-left: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.custom-navs .owl-nav .owl-prev:before,
.custom-navs .owl-nav .owl-next:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
  background-color: var(--theme-color1);
  opacity: 0.1;
  content: "";
  border-radius: 50px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.custom-navs .owl-nav .owl-prev:hover,
.custom-navs .owl-nav .owl-next:hover {
  padding: 0 17px;
}
.custom-navs .owl-nav .owl-prev:hover:before,
.custom-navs .owl-nav .owl-next:hover:before {
  width: 100%;
}
.custom-navs .owl-nav .owl-next {
  padding-left: 0;
  padding-right: 20px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.custom-navs .owl-nav .owl-next:before {
  left: auto;
  right: 0;
}

.custom-navs-two .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  top: -55px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.custom-navs-two .owl-nav:before {
  border-top: 1px solid #000;
  content: "";
  position: absolute;
  left: calc(50% + 32px);
  width: 44.6%;
  opacity: 10%;
}
.custom-navs-two .owl-nav:after {
  border-top: 1px solid #000;
  content: "";
  position: absolute;
  right: calc(50% + 32px);
  width: 44.6%;
  opacity: 10%;
}
.custom-navs-two .owl-nav .owl-prev,
.custom-navs-two .owl-nav .owl-next {
  background-color: #F9F6F1;
  color: var(--theme-color-dark);
  font-size: 8px;
  position: relative;
  line-height: 16px;
  height: 16px;
  width: 16px;
  text-align: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  opacity: 1;
}
.custom-navs-two .owl-nav .owl-prev:hover,
.custom-navs-two .owl-nav .owl-next:hover {
  background-color: var(--theme-color1);
  color: var(--theme-color-light);
}
.custom-navs-two .owl-nav .owl-next {
  margin-left: 4px;
  padding-left: 0;
  padding-right: 0;
}

.disable-navs .owl-nav {
  display: none;
}

/*==========================
	Nav Style One
===========================*/
.nav-style-one {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9;
}
.nav-style-one .next,
.nav-style-one .prev {
  margin-right: 38px;
  padding: 18px 25px;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.nav-style-one .next .icon,
.nav-style-one .prev .icon {
  position: relative;
  display: inline-block;
}
.nav-style-one .next .icon:before,
.nav-style-one .prev .icon:before {
  position: absolute;
  top: 0;
  margin-top: -20px;
  right: -25px;
  height: 52px;
  width: 52px;
  border: 1px dotted #fff;
  border-radius: 100px;
  content: "";
  z-index: -1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.nav-style-one .next:hover .icon:before,
.nav-style-one .prev:hover .icon:before {
  background-color: rgba(255, 255, 255, 0.15);
  width: 125px;
}
.nav-style-one .prev {
  margin-right: 0;
  padding-left: 25px;
  padding-right: 0;
}
.nav-style-one .prev .icon:before {
  left: -25px;
  right: auto;
}
.nav-style-one .swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.nav-style-one.dark .next .icon:before,
.nav-style-one.dark .prev .icon:before {
  border: 1px solid #797979;
}

/*==========================
	Default Tabs
===========================*/
.default-tabs {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.default-tabs .tab-buttons {
  position: relative;
  margin-bottom: 30px;
}

.default-tabs .tab-buttons li {
  position: relative;
  float: left;
  font-weight: 600;
  font-size: 18px;
  padding: 15px 35px;
  color: var(--theme-color1);
  line-height: 20px;
  border-radius: 5px;
  background-color: #ffffff;
  cursor: pointer;
  margin-right: 20px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.default-tabs .tab-buttons li:last-child {
  margin-right: 0;
}

.default-tabs .tab-buttons li.active-btn {
  background: var(--gradient-1);
  color: #ffffff;
}

.default-tabs .tabs-content {
  position: relative;
  width: 100%;
}

.blockquote-style-one {
  position: relative;
  font-size: 14px;
  line-height: 24px;
  color: var(--theme-color-dark);
  padding: 0 0 0 25px;
  background-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-family: var(--heading-font-family);
  font-weight: 600;
  margin-bottom: 30px;
}
.blockquote-style-one:before {
  position: absolute;
  left: 0;
  top: 3px;
  bottom: 3px;
  width: 3px;
  z-index: 2;
  background-color: var(--theme-color1);
  content: "";
}

.box-shadow-none,
.box_shadow_none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.button-circle {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 30px;
}
.button-circle .inner {
  width: 140px;
  height: 140px;
  line-height: 153px;
  text-align: center;
}
.button-circle .inner .shape-circle1 {
  position: absolute;
  top: 0;
  left: 0;
}
.button-circle .inner .icon {
  width: 106px;
  height: 106px;
  text-align: center;
  line-height: 106px;
  border-radius: 50%;
  color: var(--theme-color-dark);
  background-color: var(--theme-color1);
  font-size: 34px;
}
.button-circle .inner .text-circle-box {
  position: relative;
}
.button-circle .inner .text-circle-box svg {
  fill: #fff;
  -webkit-transform-origin: 50% 50% 0;
          transform-origin: 50% 50% 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 12px;
  text-transform: uppercase;
}

/***

==================================================================
theme-btn
==================================================================

***/
.theme-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  white-space: nowrap;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.theme-btn .btn-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/***

==================================================================
btn-style-one
==================================================================

***/
.btn-style-one {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0px;
  position: relative;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  height: 56px;
  line-height: 56px;
  background: var(--theme-color1);
  color: var(--theme-color1-text-color);
  gap: 10px;
  border-radius: 40px;
  padding: 0 30px;
}
.btn-style-one:hover {
  padding: 0 30px;
  gap: 0;
}
.btn-style-one:hover .btn-arrow-left {
  scale: 1;
  left: 10px;
}
.btn-style-one:hover .btn-arrow-right {
  scale: 0;
}
.btn-style-one:hover .btn-title {
  color: var(--theme-color1-text-color);
}
.btn-style-one .btn-arrow-left {
  height: 40px;
  line-height: 40px;
  width: 40px;
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: var(--theme-color-white);
  color: var(--theme-color2);
  border-radius: 50%;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  text-align: center;
  scale: 0;
  left: 0;
  right: auto;
  position: absolute;
}
.btn-style-one .btn-arrow-left i {
  rotate: -30deg;
}
.btn-style-one .btn-arrow-right {
  height: 40px;
  line-height: 40px;
  width: 40px;
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: var(--theme-color-white);
  color: var(--theme-color2);
  border-radius: 50%;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  text-align: center;
}
.btn-style-one .btn-arrow-right i {
  rotate: -30deg;
}
.btn-style-one .btn-title {
  font-weight: 400;
  font-size: var(--text-btn);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

/***

==================================================================
btn-style-two
==================================================================

***/
.btn-style-two {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0px;
  position: relative;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  height: 56px;
  line-height: 56px;
  background: var(--theme-color-white);
  color: var(--theme-color2);
  gap: 10px;
  border-radius: 40px;
  padding-right: 10px;
  padding-left: 30px;
}
.btn-style-two:hover {
  padding-right: 38px;
  padding-left: 10px !important;
  gap: 0;
}
.btn-style-two:hover .btn-arrow-left {
  scale: 1;
  left: 10px;
}
.btn-style-two:hover .btn-arrow-right {
  scale: 0;
}
.btn-style-two:hover .btn-title {
  -webkit-transform: translateX(55px);
          transform: translateX(55px);
  color: var(--theme-color2);
}
.btn-style-two .btn-arrow-left {
  height: 40px;
  line-height: 40px;
  width: 40px;
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--theme-color1);
  color: var(--theme-color1-text-color);
  border-radius: 50%;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  text-align: center;
  scale: 0;
  left: 0;
  right: auto;
  position: absolute;
}
.btn-style-two .btn-arrow-left i {
  rotate: -30deg;
}
.btn-style-two .btn-arrow-right {
  height: 40px;
  line-height: 40px;
  width: 40px;
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--theme-color1);
  color: var(--theme-color1-text-color);
  border-radius: 50%;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  text-align: center;
}
.btn-style-two .btn-arrow-right i {
  rotate: -30deg;
}
.btn-style-two .btn-title {
  font-weight: 400;
  font-size: var(--text-btn);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

/***

==================================================================
btn-style-three
==================================================================

***/
.btn-style-three {
  position: relative;
  padding: 10px 20px;
  background-color: transparent;
  color: var(--theme-color2);
  font-size: var(--text-body);
  font-weight: 400;
  text-transform: capitalize;
  border: 1px solid rgba(18, 18, 18, 0.1019607843);
  border-radius: var(--radius-sm);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  z-index: 0;
}
.btn-style-three:before {
  background-color: var(--theme-color1);
  border-radius: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
          transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  z-index: -1;
}
.btn-style-three .btn-title {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.btn-style-three:hover {
  color: var(--theme-color1-text-color);
}
.btn-style-three:hover:before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}

/***

==================================================================
btn-style-five
==================================================================

***/
.btn-style-four {
  background: var(--theme-color1);
  border-radius: var(--radius-sm);
  color: var(--theme-color1-text-color);
  padding: 15px 30px 15px;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.6px;
  line-height: 19px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  overflow: hidden;
  text-transform: capitalize;
  z-index: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.btn-style-four:before {
  background-color: var(--theme-color2);
  border-radius: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
          transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  z-index: -1;
}
.btn-style-four .btn-title {
  text-transform: uppercase;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.btn-style-four:hover {
  color: var(--theme-color2-text-color);
}
.btn-style-four:hover:before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}

@-webkit-keyframes "moveArrow" {
  0%, 55% {
    opacity: 1;
    -webkit-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1);
  }
  25% {
    opacity: 0;
    -webkit-transform: translateX(13px) scale(0.9);
    transform: translateX(13px) scale(0.9);
  }
  26% {
    opacity: 0;
    -webkit-transform: translateX(-13px) scale(0.9);
    transform: translateX(-13px) scale(0.9);
  }
}

@keyframes "moveArrow" {
  0%, 55% {
    opacity: 1;
    -webkit-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1);
  }
  25% {
    opacity: 0;
    -webkit-transform: translateX(13px) scale(0.9);
    transform: translateX(13px) scale(0.9);
  }
  26% {
    opacity: 0;
    -webkit-transform: translateX(-13px) scale(0.9);
    transform: translateX(-13px) scale(0.9);
  }
}
.btn-plain-text-with-arrow-right {
  color: #31333e;
  font-size: 1rem;
  padding: 0;
  border: 0;
  text-transform: uppercase;
}
.btn-plain-text-with-arrow-right:after {
  color: var(--theme-color1);
  display: inline-block;
  content: "\f35a";
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  font-variant: normal;
  font-weight: 600;
  line-height: 1;
  margin-left: 10px;
  position: relative;
  text-shadow: none;
  text-transform: none;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.btn-plain-text-with-arrow-right:focus {
  color: var(--theme-color3);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-plain-text-with-arrow-right:focus:after {
  color: var(--theme-color3);
  -webkit-animation: moveArrow 1s;
  animation: moveArrow 1s;
}
.btn-plain-text-with-arrow-right:hover {
  color: var(--theme-color3);
}
.btn-plain-text-with-arrow-right:hover:after {
  color: var(--theme-color3);
  -webkit-animation: moveArrow 1s;
  animation: moveArrow 1s;
}

.btn-plain-text-with-arrow-right.focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-plain-text-with-arrow-right.text-white:after {
  color: #fff !important;
}

.btn-hover-bg-white:hover {
  color: var(--theme-color-dark) !important;
}
.btn-hover-bg-white:hover:before {
  background-color: #fff;
}
.btn-hover-bg-white:focus {
  color: var(--theme-color-dark) !important;
}
.btn-hover-bg-white:focus:before {
  background-color: #fff;
}

.accordion-box {
  position: relative;
}
.accordion-box .block {
  position: relative;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(var(--theme-color-black-rgb), 0.1);
  padding: 0 0 5px;
}
.accordion-box .block .acc-btn {
  position: relative;
  color: var(--headings-color);
  font-family: var(--heading-font-family);
  font-weight: var(--h4-font-weight);
  font-size: 20px;
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-bottom: 1px solid #fff;
  padding: 21px 0 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.accordion-box .block .acc-btn .icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background-color: #F3F3F3;
  border: 1px solid #eee;
  font-size: 12px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: center;
}
.accordion-box .block .acc-btn.active .icon {
  background-color: var(--theme-color1);
  color: var(--theme-color1-text-color);
  border-color: var(--theme-color1);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.accordion-box .block .acc-content {
  position: relative;
  display: none;
}
.accordion-box .block .acc-content .content {
  position: relative;
  margin-top: 4px;
}
.accordion-box .block .acc-content .content .text {
  display: block;
  font-size: var(--text-body);
  line-height: 30px;
  color: #808287;
  margin-bottom: 13px !important;
}
.accordion-box .block .acc-content.current {
  display: block;
}

@-webkit-keyframes borderanimate2 {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
            transform: translate(-50%, -50%) scale(0.8);
  }
  60% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(2.5);
            transform: translate(-50%, -50%) scale(2.5);
    opacity: 0;
  }
}

@keyframes borderanimate2 {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
            transform: translate(-50%, -50%) scale(0.8);
  }
  60% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(2.5);
            transform: translate(-50%, -50%) scale(2.5);
    opacity: 0;
  }
}
/*** 

====================================================================
  Anim Icons
====================================================================

***/
.reveal {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  visibility: hidden;
  overflow: hidden;
}
.reveal img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform-origin: left;
          transform-origin: left;
}

.anim-icons {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  pointer-events: none;
}
.anim-icons .shape-leaf1 {
  position: absolute;
  left: 39px;
  bottom: 0;
}
@media (max-width: 1599.98px) {
  .anim-icons .shape-leaf1 {
    display: none;
  }
}
.anim-icons .shape-leaf2 {
  position: absolute;
  right: 39px;
  bottom: 0;
}
@media (max-width: 1599.98px) {
  .anim-icons .shape-leaf2 {
    display: none;
  }
}
.anim-icons.align-top .shape-leaf1,
.anim-icons.align-top .shape-leaf2 {
  bottom: auto;
  top: 0;
}

[text-split] {
  opacity: 0;
}

.word {
  overflow: hidden;
  padding-bottom: 0;
  margin-bottom: -0.1em;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}

.anim-icons.full-width {
  max-width: 100%;
  pointer-events: none;
}

.anim-icons .icon {
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.icon-wheel-1 {
  width: 144px;
  height: 163px;
  background-image: url(../images/icons/icon-wheel-1.png);
}

.icon-wheel-2 {
  width: 144px;
  height: 163px;
  background-image: url(../images/icons/icon-wheel-2.png);
}

.icon-wheel-3 {
  width: 149px;
  height: 147px;
  background-image: url(../images/icons/icon-wheel-3.png);
}

.icon-wheel-5 {
  width: 144px;
  height: 163px;
  background-image: url(../images/icons/icon-wheel-5.png);
}

.icon-wheel-compass-1 {
  width: 171px;
  height: 176px;
  background-image: url(../images/icons/icon-wheel-compass-1.png);
}

.icon-wheel-compass-2 {
  width: 97px;
  height: 99px;
  background-image: url(../images/icons/icon-wheel-compass-2.png);
}

.icon-wheel-compass-3 {
  width: 103px;
  height: 106px;
  background-image: url(../images/icons/icon-wheel-compass-3.png);
}

.icon-anchor-1 {
  width: 138px;
  height: 136px;
  background-image: url(../images/icons/icon-anchor-1.png);
}

.icon-sailboat-line-1 {
  width: 431px;
  height: 705px;
  background-image: url(../images/icons/icon-sailboat-line-1.png);
}

.icon-sailboat-line-3 {
  width: 242px;
  height: 250px;
  background-image: url(../images/icons/icon-sailboat-line-3.png);
}

.icon-sailboat-line-4 {
  width: 369px;
  height: 728px;
  background-image: url(../images/icons/icon-sailboat-line-4.png);
}

.icon-big-boat-1 {
  width: 800px;
  height: 464px;
  background-image: url(../images/icons/icon-big-boat-1.png);
}

.icon-big-boat-2 {
  width: 229px;
  height: 739px;
  background-image: url(../images/icons/icon-big-boat-2.png);
}

.icon-big-boat-3 {
  width: 373px;
  height: 126px;
  background-image: url(../images/icons/icon-big-boat-3.png);
}

.icon-big-boat-5 {
  width: 229px;
  height: 739px;
  background-image: url(../images/icons/icon-big-boat-5.png);
}

.icon-pattern1 {
  width: 494px;
  height: 465px;
  background-image: url(../images/background/footer1-pattern1.png);
}

.icon-pattern2 {
  width: 247px;
  height: 477px;
  background-image: url(../images/background/footer1-pattern2.png);
}

.icon-plane-1 {
  width: 350px;
  height: 349px;
  background-image: url(../images/icons/icon-plane-1.png);
}

.icon-plane-2 {
  width: 106px;
  height: 640px;
  background-image: url(../images/icons/icon-plane-2.png);
}

.icon-plane-3 {
  width: 455px;
  height: 420px;
  background-image: url(../images/icons/icon-plane-3.png);
}

.icon-plane-4 {
  width: 301px;
  height: 336px;
  background-image: url(../images/icons/icon-plane-4.png);
}

.icon-plane-5 {
  width: 313px;
  height: 253px;
  background-image: url(../images/icons/icon-plane-5.png);
}

.icon-plane-6 {
  width: 188px;
  height: 110px;
  background-image: url(../images/icons/icon-plane-6.png);
}

.icon-plane-7 {
  width: 256px;
  height: 255px;
  background-image: url(../images/icons/icon-plane-7.png);
}

.icon-plane-8 {
  width: 374px;
  height: 194px;
  background-image: url(../images/icons/icon-plane-8.png);
}

.icon-plane-9 {
  width: 313px;
  height: 253px;
  background-image: url(../images/icons/icon-plane-9.png);
}

.icon-big-arrow {
  width: 1279px;
  height: 250px;
  background-image: url(../images/banner/icon-big-arrow.png);
}

.icon-arrow {
  width: 42px;
  height: 64px;
  background-image: url(../images/icons/icon-arrow.png);
}

.icon-arrow-2 {
  width: 92px;
  height: 35px;
  background-image: url(../images/icons/icon-arrow-2.png);
}

.icon-big-bus {
  width: 807px;
  height: 621px;
  background-image: url(../images/icons/icon-big-bus.png);
}

.icon-bus {
  width: 623px;
  height: 432px;
  background-image: url(../images/icons/icon-bus.png);
}

.icon-bus-2 {
  width: 218px;
  height: 198px;
  background-image: url(../images/icons/icon-bus-2.png);
}

.icon-bus-3 {
  width: 800px;
  height: 502px;
  background-image: url(../images/icons/icon-bus-3.png);
}

.overlay-1 {
  width: 200px;
  height: 204px;
  background-image: url(../images/icons/overlay-1.png);
}

.overlay-2 {
  width: 860px;
  height: 621px;
  background-image: url(../images/icons/overlay-2.png);
}

.overlay-3 {
  width: 491px;
  height: 500px;
  background-image: url(../images/icons/overlay-3.png);
}

.overlay-4 {
  width: 1078px;
  height: 621px;
  background-image: url(../images/icons/overlay-4.png);
}

.overlay-5 {
  width: 379px;
  height: 297px;
  background-image: url(../images/icons/overlay-5.png);
}

.overlay-6 {
  width: 1706px;
  height: 780px;
  background-image: url(../images/icons/overlay-6.png);
}

.icon-shapes {
  width: 92px;
  height: 144px;
  background-image: url(../images/icons/icon-box.png);
}

.icon-box-2 {
  width: 233px;
  height: 194px;
  background-image: url(../images/icons/icon-box-2.png);
}

.icon-border-3 {
  width: 137px;
  height: 18px;
  background-image: url(../images/icons/icon-border-3.png);
}

.icon-quote {
  width: 92px;
  height: 66px;
  background-image: url(../images/icons/icon-quote.png);
}

.icon-quote-2 {
  width: 137px;
  height: 99px;
  background-image: url(../images/icons/icon-quote-2.png);
}

.icon-container {
  width: 615px;
  height: 396px;
  background-image: url(../images/icons/icon-container.png);
}

.icon-dots {
  width: 730px;
  height: 565px;
  background-image: url(../images/icons/icon-dots.png);
}

.icon-dots-2 {
  width: 679px;
  height: 676px;
  background-image: url(../images/icons/icon-dots-2.png);
}

.icon-dots-3 {
  width: 611px;
  height: 547px;
  background-image: url(../images/icons/icon-dots-3.png);
}

.icon-dots-4 {
  width: 810px;
  height: 666px;
  background-image: url(../images/icons/icon-dots-4.png);
}

.icon-dots-5 {
  width: 580px;
  height: 376px;
  background-image: url(../images/icons/icon-dots-5.png);
}

.icon-dotted-map {
  width: 987px;
  height: 478px;
  background-image: url(../images/icons/icon-dotted-map.png);
}

.icon-dotted-map-2 {
  width: 987px;
  height: 478px;
  background-image: url(../images/icons/icon-dotted-map-2.png);
}

.icon-city {
  width: 919px;
  height: 348px;
  background-image: url(../images/icons/icon-city.png);
}

.icon-city-2 {
  width: 541px;
  height: 205px;
  background-image: url(../images/icons/icon-city-2.png);
}

.bg-lines {
  width: 1532px;
  height: 100%;
  background-image: url(../images/icons/bg-lines.jpg);
}

.icon-city-3 {
  width: 541px;
  height: 205px;
  background-image: url(../images/icons/icon-city-3.png);
}

.bounce-y {
  -webkit-animation: bounce-y 5s infinite linear;
          animation: bounce-y 5s infinite linear;
}

.bounce-x {
  -webkit-animation: bounce-x 10s infinite linear;
          animation: bounce-x 10s infinite linear;
}

.zoom-one {
  -webkit-animation: zoom-one 10s infinite linear;
          animation: zoom-one 10s infinite linear;
}

.zoom-two {
  -webkit-animation: zoom-two 5s infinite linear;
          animation: zoom-two 5s infinite linear;
}

.zoom-three {
  -webkit-animation: zoom-three 5s infinite linear;
          animation: zoom-three 5s infinite linear;
}

.reveal-left {
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  -webkit-transition: all 800ms ease;
  transition: all 800ms ease;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.reveal-left.animated {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.reveal-right {
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  -webkit-transition: all 800ms ease;
  transition: all 800ms ease;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.reveal-right.animated {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

@-webkit-keyframes float {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes float {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes bounce-y {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes bounce-y {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes bounce-x {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes bounce-x {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes zoom-one {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}
@keyframes zoom-one {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}
@-webkit-keyframes zoom-two {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoom-two {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes round-shape-anim {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(194, 167, 78, 0.08), 0 0 0 30px rgba(194, 167, 78, 0.08), 0 0 0 50px rgba(194, 167, 78, 0.08);
            box-shadow: 0 0 0 0 rgba(194, 167, 78, 0.08), 0 0 0 30px rgba(194, 167, 78, 0.08), 0 0 0 50px rgba(194, 167, 78, 0.08);
  }
  100% {
    -webkit-box-shadow: 0 0 0 30px rgba(194, 167, 78, 0.08), 0 0 0 50px rgba(194, 167, 78, 0.08), 0 0 0 70px rgba(194, 167, 78, 0);
            box-shadow: 0 0 0 30px rgba(194, 167, 78, 0.08), 0 0 0 50px rgba(194, 167, 78, 0.08), 0 0 0 70px rgba(194, 167, 78, 0);
  }
}
@keyframes round-shape-anim {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(194, 167, 78, 0.08), 0 0 0 30px rgba(194, 167, 78, 0.08), 0 0 0 50px rgba(194, 167, 78, 0.08);
            box-shadow: 0 0 0 0 rgba(194, 167, 78, 0.08), 0 0 0 30px rgba(194, 167, 78, 0.08), 0 0 0 50px rgba(194, 167, 78, 0.08);
  }
  100% {
    -webkit-box-shadow: 0 0 0 30px rgba(194, 167, 78, 0.08), 0 0 0 50px rgba(194, 167, 78, 0.08), 0 0 0 70px rgba(194, 167, 78, 0);
            box-shadow: 0 0 0 30px rgba(194, 167, 78, 0.08), 0 0 0 50px rgba(194, 167, 78, 0.08), 0 0 0 70px rgba(194, 167, 78, 0);
  }
}
.overlay-anim {
  position: relative;
}
.overlay-anim:after {
  background: rgba(255, 255, 255, 0.3);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  opacity: 1;
  z-index: 9;
  pointer-events: none;
}
.overlay-anim:hover:after {
  height: 100%;
  opacity: 0;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.overlay-anim-two {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}
.overlay-anim-two:hover:after {
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.overlay-anim-two:after {
  background: rgba(255, 255, 255, 0.3);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  right: 51%;
  top: 0;
  opacity: 1;
  pointer-events: none;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.animation__rotate {
  -webkit-animation: rotate 30s linear infinite;
          animation: rotate 30s linear infinite;
}

@-webkit-keyframes rotateY {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@keyframes rotateY {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
.animation__rotateY {
  -webkit-animation: rotateY 30s linear infinite;
          animation: rotateY 30s linear infinite;
}

@-webkit-keyframes rotateX {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotateX {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.animation__rotateX {
  -webkit-animation: rotateX 30s linear infinite;
          animation: rotateX 30s linear infinite;
}

@keyframes rotateX {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.rotateX {
  -webkit-animation: rotateX 30s linear infinite;
          animation: rotateX 30s linear infinite;
}

.circle {
  position: fixed;
  width: 10px;
  height: 10px;
  left: -10px;
  top: -10px;
  border-radius: 100%;
  z-index: 1;
  pointer-events: none;
  z-index: 10000;
  -webkit-transform: scale(1);
          transform: scale(1);
}
@supports (mix-blend-mode: difference) {
  .circle {
    background-color: white;
    mix-blend-mode: difference;
  }
}
@media only screen and (max-width: 1023px) {
  .circle {
    display: none !important;
  }
}

.circleZoom {
  -webkit-animation: circlezoomrotate 15s infinite linear;
          animation: circlezoomrotate 15s infinite linear;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}

.circle-follow {
  position: fixed;
  mix-blend-mode: difference;
  width: 30px;
  height: 30px;
  left: -21px;
  top: -21px;
  border-radius: 100%;
  z-index: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  z-index: 10000;
  -webkit-transform: scale(1);
          transform: scale(1);
}
@supports (mix-blend-mode: difference) {
  .circle-follow {
    border: 1px solid #fff;
    mix-blend-mode: difference;
  }
}
@media only screen and (max-width: 1023px) {
  .circle-follow {
    display: none !important;
  }
}

/* Animate 1 */
.owl-carousel .animate-7,
.owl-carousel .animate-6,
.owl-carousel .animate-5,
.owl-carousel .animate-4,
.owl-carousel .animate-3,
.owl-carousel .animate-2,
.owl-carousel .animate-1 {
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.owl-carousel .animate-x {
  opacity: 0;
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.owl-carousel .active .animate-7,
.owl-carousel .active .animate-6,
.owl-carousel .active .animate-5,
.owl-carousel .active .animate-4,
.owl-carousel .active .animate-3,
.owl-carousel .active .animate-2,
.owl-carousel .active .animate-1 {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.owl-carousel .active .animate-2 {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}
.owl-carousel .active .animate-3 {
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
}
.owl-carousel .active .animate-4 {
  -webkit-transition-delay: 900ms;
          transition-delay: 900ms;
}
.owl-carousel .active .animate-5 {
  -webkit-transition-delay: 1200ms;
          transition-delay: 1200ms;
}
.owl-carousel .active .animate-6 {
  -webkit-transition-delay: 1500ms;
          transition-delay: 1500ms;
}
.owl-carousel .active .animate-7 {
  -webkit-transition-delay: 1800ms;
          transition-delay: 1800ms;
}

/*** 

====================================================================
  Search Popup
====================================================================

***/
.search-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  overflow: hidden;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
.search-popup .search-back-drop {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: var(--theme-color-dark);
}
[data-tm-layout=lemon] .search-popup .search-back-drop {
  background-color: var(--dark-color1);
}
.search-popup .search-back-drop {
  opacity: 0.95;
}
.search-popup .close-search {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 26px;
  color: var(--theme-color-light);
}
[data-tm-layout=lemon] .search-popup .close-search {
  color: var(--headings-color);
}
.search-popup .close-search {
  z-index: 3;
  border-radius: 50%;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.search-popup .search-inner {
  position: relative;
  display: block;
  top: 40%;
  height: auto;
  z-index: 1;
  width: calc(100% - 60px);
  max-width: 800px;
  margin: auto;
  opacity: 0;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.search-popup .form-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.search-popup .form-group input[type=search],
.search-popup .form-group input[type=text] {
  position: relative;
  display: block;
  line-height: 20px;
  font-size: var(--text-body);
  width: 100%;
  height: 50px;
  border: 1px solid #e1e6dc;
  padding: 15px 20px;
  color: #707070;
  background: #ffffff;
}
[data-tm-layout=lemon] .search-popup .form-group input[type=search],
[data-tm-layout=lemon] .search-popup .form-group input[type=text] {
  background: var(--dark-color2);
}
.search-popup .form-group input[type=search],
.search-popup .form-group input[type=text] {
  border-radius: 5px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.search-popup .form-group input[type=search]:focus,
.search-popup .form-group input[type=text]:focus {
  border-color: var(--border-theme-color2);
}
.search-popup .form-group button {
  background: #ffffff;
  border-radius: 5px;
  color: var(--theme-color-dark);
}
[data-tm-layout=lemon] .search-popup .form-group button {
  background: var(--dark-color1);
  color: var(--dark-color2);
}
.search-popup .form-group button {
  display: block;
  font-size: 18px;
  font-weight: normal;
  height: 40px;
  line-height: 40px;
  position: absolute;
  right: 5px;
  top: 5px;
  width: 40px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.search-popup .form-group button:hover {
  color: var(--theme-color-dark);
}
[data-tm-layout=lemon] .search-popup .form-group button:hover {
  color: var(--dark-color2);
}
.search-popup textarea::-webkit-input-placeholder, .search-popup input::-webkit-input-placeholder {
  color: inherit;
}
.search-popup textarea::-moz-placeholder, .search-popup input::-moz-placeholder {
  color: inherit;
}
.search-popup textarea:-ms-input-placeholder, .search-popup input:-ms-input-placeholder {
  color: inherit;
}
.search-popup textarea::-ms-input-placeholder, .search-popup input::-ms-input-placeholder {
  color: inherit;
}
.search-popup textarea::placeholder,
.search-popup input::placeholder {
  color: inherit;
}

.moblie-search-active .search-popup {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
  border-radius: 0%;
}
.moblie-search-active .search-popup .search-inner {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}

/*** 

====================================================================
Main Header
====================================================================

***/
.main-header {
  position: relative;
  width: 100%;
  z-index: 999;
}

.header-top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-top .inner-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.header-top .top-left {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1439.98px) {
  .header-top .top-center {
    display: none;
  }
}
.header-top .top-right {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-top .useful-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
}
.header-top .useful-links li {
  position: relative;
  margin-right: 30px;
  font-size: 12px;
  font-weight: 500;
  color: #bdbdbd;
  line-height: 20px;
  font-family: var(--heading-font-family);
}
.header-top .useful-links li a {
  color: #bdbdbd;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.header-top .useful-links li a:hover {
  color: var(--theme-color1);
}

.main-header .logo {
  position: relative;
  display: block;
}
.main-header .logo img {
  max-width: 100%;
  height: auto;
}
.main-header .main-box {
  position: relative;
  left: 0px;
  top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 1023.98px) {
  .main-header .main-box {
    padding: 0;
  }
}
.main-header .main-box .nav-outer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1023.98px) {
  .main-header .main-box .nav-outer {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}
@media (max-width: 1024px) {
  .main-header .mobile-nav-toggler {
    display: block !important;
  }
}

.main-menu {
  position: relative;
}
@media (max-width: 1024px) {
  .main-menu {
    display: none;
  }
}

.main-menu .navbar-header {
  display: none;
}

.main-menu .navbar-collapse {
  padding: 0px;
}

.main-menu .navigation {
  position: relative;
  top: 0;
}

.main-menu .navigation > li {
  position: relative;
  float: left;
  padding: 5px 0;
  margin: 0 10px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  text-transform: capitalize;
}
@media (max-width: 1439.98px) {
  .main-menu .navigation > li {
    margin-right: 20px;
  }
}
.main-menu .navigation > li:hover:before, .main-menu .navigation > li.current:before {
  color: var(--theme-color1);
  left: 0;
  width: 100%;
}
.main-menu .navigation > li:last-child:after {
  display: none;
}
.main-menu .navigation > li > a {
  position: relative;
  display: block;
  text-align: center;
  opacity: 1;
  color: var(--theme-color-white);
  font-size: var(--text-btn);
  font-weight: 500;
  font-family: var(--body-font-family);
  text-transform: uppercase;
  line-height: 28px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-menu .navigation > li > a span.underline {
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 0;
  height: 3px;
  background-color: #ffffff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.main-menu .navigation > li:hover > a span.underline,
.main-menu .navigation > li.current > a span.underline {
  width: 80%;
}
.main-menu .navigation > li > a .icon {
  position: relative;
  font-size: 20px;
  line-height: 24px;
  margin-left: 10px;
}
.main-menu .navigation > li.dropdown > a:after {
  content: "\f107";
  display: none;
  font-family: "Font Awesome 6 Pro";
  font-size: 12px;
  font-weight: 900;
  height: 20px;
  line-height: 24px;
  margin-top: -2px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 10px;
  z-index: 5;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.main-menu .navigation > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  top: 100%;
  margin-top: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu .navigation > li > ul {
  position: absolute;
  left: 0px;
  top: 100%;
  width: 228px;
  z-index: 100;
  padding: 0;
  background-color: var(--theme-color-white);
  margin-top: 30px;
  opacity: 0;
  display: none;
  -webkit-box-shadow: 1px 1px 35px rgba(0, 0, 0, 0.08);
          box-shadow: 1px 1px 35px rgba(0, 0, 0, 0.08);
}
.main-menu .navigation > li > ul.from-right {
  left: auto;
  right: 0px;
}
.main-menu .navigation > li > ul > li {
  border-bottom: 1px solid var(--theme-color-lighter);
  position: relative;
  width: 100%;
}
.main-menu .navigation > li > ul > li:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 4px;
  background-color: var(--theme-color1);
  top: 0;
  left: 0;
  scale: 0;
  z-index: 1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-menu .navigation > li > ul > li:last-child {
  border-bottom: none;
}
.main-menu .navigation > li > ul > li > a {
  color: #333333;
  display: block;
  font-size: var(--text-body);
  font-weight: 400;
  font-family: var(--body-font-family);
  margin: 0 30px;
  padding: 10px 0px;
  line-height: 26.6px;
  position: relative;
  text-align: left;
  text-transform: capitalize;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.main-menu .navigation > li > ul > li > a .badge-menu {
  background-color: #336AEA;
  border-radius: 3px;
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  padding: 3.5px 5px 4.5px;
  display: inline-block;
  text-transform: capitalize;
  margin: 0 0 0 4px;
  position: relative;
  top: -3px;
  text-align: center;
}
.main-menu .navigation > li > ul > li > a .badge-menu.badge-color-red {
  background-color: #ff3838;
}
.main-menu .navigation > li > ul > li > a .badge-menu.badge-color-yellow {
  background-color: #ffaa17;
}
.main-menu .navigation > li > ul > li > a .badge-menu.badge-color-dark {
  background-color: #222429;
}
.main-menu .navigation > li > ul > li:hover {
  background-color: var(--theme-color-light-gray);
}
.main-menu .navigation > li > ul > li:hover:before {
  scale: 1;
}
.main-menu .navigation > li > ul > li.dropdown > a:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f105";
  position: absolute;
  right: 0;
  top: 11px;
  display: block;
  line-height: 24px;
  font-size: 11px;
  font-weight: 900;
  z-index: 5;
}
.main-menu .navigation > li > ul > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  top: 10px;
  margin-top: 20px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-menu .navigation > li > ul > li > ul {
  background-color: var(--theme-color-white);
  -webkit-box-shadow: 1px 1px 35px rgba(0, 0, 0, 0.08);
          box-shadow: 1px 1px 35px rgba(0, 0, 0, 0.08);
  display: none;
  left: 100%;
  margin-top: 10px;
  opacity: 0;
  padding: 0;
  position: absolute;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  top: 10px;
  width: 220px;
  z-index: 100;
}
.main-menu .navigation > li > ul > li > ul > li {
  border-bottom: 1px solid var(--theme-color-lighter);
  position: relative;
  width: 100%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-menu .navigation > li > ul > li > ul > li:last-child {
  border-bottom: none;
}
.main-menu .navigation > li > ul > li > ul > li:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 4px;
  background-color: var(--theme-color1);
  top: 0;
  left: 0;
  scale: 0;
  z-index: 1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-menu .navigation > li > ul > li > ul > li:hover {
  background-color: var(--theme-color-light-gray);
}
.main-menu .navigation > li > ul > li > ul > li:hover:before {
  scale: 1;
}
.main-menu .navigation > li > ul > li > ul > li > a {
  color: var(--headings-color);
  display: block;
  font-size: var(--text-body);
  font-weight: 400;
  font-family: var(--body-font-family);
  line-height: 26.6px;
  margin: 0 30px;
  padding: 10px 0;
  position: relative;
  text-align: left;
  text-transform: capitalize;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.main-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: 10px;
  top: 8px;
  width: 34px;
  height: 30px;
  border: 1px solid var(--theme-color-light);
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  color: var(--theme-color-light);
  cursor: pointer;
  z-index: 5;
  display: none;
}

.main-header .ui-btn {
  position: relative;
  display: block;
  line-height: 30px;
  text-align: center;
  background: none;
  font-size: 20px;
  color: var(--theme-color-dark);
  margin-left: 15px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-header .ui-btn:hover {
  color: var(--theme-color1);
}

.main-header .info-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 15px;
  padding-left: 70px;
  color: var(--theme-color-dark);
  text-align: left;
  font-weight: 700;
  line-height: 20px;
  min-height: 62px;
  font-family: var(--heading-font-family);
}
.main-header .info-btn small {
  display: block;
  font-size: 12px;
  line-height: 1em;
  font-weight: 400;
  color: #868686;
  margin-bottom: 0px;
}
.main-header .info-btn i {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -24px;
  line-height: 48px;
  height: 48px;
  width: 48px;
  text-align: center;
  border-radius: 50%;
  font-size: 22px;
  color: #fff;
  background-color: var(--theme-color1);
}
.main-header .info-btn i:after {
  position: absolute;
  top: -7px;
  right: -7px;
  bottom: -7px;
  left: -7px;
  background-color: var(--theme-color1);
  opacity: 0.1;
  border-radius: 50%;
  content: "";
}
.main-header .info-btn:hover {
  color: var(--theme-color1);
}

.contact-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-list li {
  position: relative;
  padding-left: 65px;
  margin-left: 35px;
}
.contact-list li .icon {
  position: absolute;
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
  background-color: rgba(255, 255, 255, 0.05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  color: var(--theme-color1);
}
.contact-list li .title {
  font-size: var(--text-body);
  line-height: 20px;
  color: #ffffff;
  font-weight: 600;
  font-family: var(--body-font-family);
  margin-bottom: 2px;
}
.contact-list li .text {
  font-size: var(--text-body);
  line-height: 24px;
  color: #cecece;
}
.contact-list li .text a {
  color: inherit;
}

.main-header .cart-btn {
  background-color: var(--theme-color1);
  position: relative;
  color: var(--theme-color-light);
  font-size: 30px;
  padding: 38.5px 10px;
  text-align: center;
  width: 100px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 1199.98px) {
  .main-header .cart-btn {
    padding: 28px 10px;
    width: 90px;
  }
}
.main-header .cart-btn:hover {
  background-color: var(--theme-color1);
  color: var(--theme-color-dark);
}
.main-header .cart-btn .count {
  position: absolute;
  top: 30px;
  right: 20px;
  height: 22px;
  width: 22px;
  line-height: 22px;
  font-size: 10px;
  border-radius: 50%;
  color: var(--theme-color-dark);
  background-color: var(--theme-color-white);
  font-weight: 500;
  text-align: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-header .cart-btn-two {
  position: relative;
  color: var(--theme-color-dark);
  font-size: 22px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-header .cart-btn-two:hover {
  color: var(--theme-color1);
}
.main-header .cart-btn-two .count {
  position: absolute;
  top: -7px;
  right: -12px;
  height: 22px;
  width: 22px;
  line-height: 22px;
  font-size: 10px;
  border-radius: 50%;
  color: var(--theme-color-white);
  background-color: var(--theme-color-dark);
  font-weight: 500;
  text-align: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.header-search {
  position: relative;
  width: 160px;
}
.header-search .form-group {
  position: relative;
}
.header-search .form-group .icon {
  position: absolute;
  top: 0px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 20px;
  font-size: 20px;
  padding: 5px 0;
  color: rgba(255, 255, 255, 0.6);
  background: none;
}

.main-header .search-btn {
  color: var(--theme-color-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  text-align: center;
}
.main-header .search-btn:hover {
  color: var(--theme-color1);
}
[data-tm-layout=lemon] .main-header .search-btn:hover {
  color: var(--dark-color2);
}
.main-header .search-btn:hover strong {
  color: var(--theme-color1);
}

.main-header .language-selector {
  position: relative;
  display: inline-block;
  margin-left: 15px;
}

.main-header .language-selector .lang-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: var(--radius-sm);
  color: var(--theme-color-white);
  font-size: 14px;
  cursor: pointer;
  transition: all 300ms ease;
}

.main-header .language-selector .lang-btn:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: var(--theme-color1);
}

.main-header .language-selector .lang-btn .lang-text {
  font-weight: 500;
}

.main-header .language-selector .lang-btn i {
  font-size: 12px;
}

.main-header .language-selector .lang-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  min-width: 140px;
  background-color: var(--theme-color-white);
  border-radius: var(--radius-sm);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  list-style: none;
  padding: 8px 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 300ms ease;
  z-index: 1000;
}

.main-header .language-selector:hover .lang-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.main-header .language-selector .lang-dropdown li {
  padding: 0 8px;
}

.main-header .language-selector .lang-dropdown li a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  color: var(--theme-color-black);
  text-decoration: none;
  font-size: 14px;
  transition: all 300ms ease;
  border-radius: 4px;
}

.main-header .language-selector .lang-dropdown li a:hover {
  background-color: rgba(0, 84, 83, 0.1);
  color: var(--theme-color1);
}

.main-header .language-selector .lang-dropdown li a .flag {
  width: 20px;
  height: 20px;
  object-fit: cover;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media (max-width: 1024px) {
  .main-header .language-selector {
    display: none;
  }
}

/*** 

====================================================================
    Header Style one
====================================================================

***/
.header-style-one {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  max-height: 115px;
}
.header-style-one .header-lower {
  position: relative;
  min-height: 100px;
  max-height: 115px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1024px) {
  .header-style-one {
    top: 20px;
    padding: 24.2px 0;
  }
}
.header-style-one .header-lower .inner-container {
  position: relative;
  max-width: none;
  padding: 0 30px;
  margin: 0 auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
.header-style-one .header-lower .inner-container .main-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-style-one .header-lower .inner-container .main-box .left-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px;
  width: 100%;
  max-width: 1067px;
}
@media (max-width: 1499.98px) {
  .header-style-one .header-lower .inner-container .main-box .left-box {
    max-width: 800px;
  }
}
@media (max-width: 1439.98px) {
  .header-style-one .header-lower .inner-container .main-box .left-box {
    max-width: 700px;
  }
}
@media (max-width: 1024px) {
  .header-style-one .header-lower .inner-container .main-box .left-box {
    gap: 0;
  }
}
.header-style-one .header-lower .inner-container .main-box .left-box .logo-box img {
  max-width: 181px;
  max-height: 92px;
  object-fit: contain;
}
.header-style-one .header-lower .inner-container .main-box .left-box .nav-outer {
  position: relative;
  border-radius: 50px;
  -webkit-box-shadow: 0px 0px 100px 0px rgba(5, 27, 5, 0.3490196078) inset;
          box-shadow: 0px 0px 100px 0px rgba(5, 27, 5, 0.3490196078) inset;
  padding: 0 20px;
}
@media (max-width: 1499.98px) {
  .header-style-one .header-lower .inner-container .main-box .left-box .nav-outer {
    padding: 0 30px;
  }
}
@media (max-width: 1439.98px) {
  .header-style-one .header-lower .inner-container .main-box .left-box .nav-outer {
    padding: 0 10px;
  }
}
.header-style-one .header-lower .inner-container .main-box .left-box .main-menu .navigation > li {
  padding: 8px 0px;
}
.header-style-one .header-lower .inner-container .main-box .right-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-style-one .header-lower .inner-container .main-box .right-box .social-icon-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media (max-width: 1024px) {
  .header-style-one .header-lower .inner-container .main-box .right-box .social-icon-list {
    display: none;
  }
}
.header-style-one .header-lower .inner-container .main-box .right-box .social-icon-list.one li a:hover {
  background-color: rgba(0, 0, 0, 0.031372549);
  color: var(--theme-color1);
}
.header-style-one .header-lower .inner-container .main-box .right-box .social-icon-list li {
  position: relative;
  line-height: 1;
}
.header-style-one .header-lower .inner-container .main-box .right-box .social-icon-list li a {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  background-color: var(--theme-color-white);
  font-size: 18px;
  font-weight: 400;
  color: var(--theme-color1);
}
.header-style-one .header-lower .inner-container .main-box .right-box .social-icon-list li a:hover {
  background-color: var(--theme-color3);
  color: var(--theme-color3-text-color);
}
@media (max-width: 1024px) {
  .header-style-one .header-lower .inner-container .main-box .right-box .theme-btn {
    display: none;
  }
}
.header-style-one .header-lower .inner-container .main-box .right-box .mobile-nav-toggler span {
  background-color: var(--theme-color-white);
}

/*** 

====================================================================
    Header Style Two
====================================================================

***/
.header-style-two {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: var(--theme-color-white);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
  max-height: 100px;
}
.header-style-two .header-lower {
  position: relative;
  min-height: 100px;
  max-height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1024px) {
  .header-style-two {
    padding: 24.2px 0;
  }
}
.header-style-two .header-lower .inner-container {
  position: relative;
  max-width: none;
  padding: 0 15px;
  margin: 0 auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
.header-style-two .header-lower .container {
  position: relative;
}
.header-style-two .header-lower .main-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
.header-style-two .header-lower .main-box .logo-box {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.header-style-two .header-lower .main-box .logo-box img {
  max-width: 180px;
  max-height: 92px;
  object-fit: contain;
}
.header-style-two .header-lower .main-box .nav-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-style-two .header-lower .main-box .main-menu .navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.header-style-two .header-lower .main-box .main-menu .navigation > li {
  padding: 5px 0px;
}
.header-style-two .header-lower .main-box .main-menu .navigation > li a {
  color: #222222;
}
.header-style-two .header-lower .main-box .right-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.header-style-two .header-lower .main-box .right-box .search-btn {
  position: 5px;
  margin-right: 27px;
}
@media (max-width: 1024px) {
  .header-style-two .header-lower .main-box .right-box .search-btn {
    display: none;
  }
}
.header-style-two .header-lower .main-box .right-box .search-btn:hover i {
  color: var(--theme-color1);
}
.header-style-two .header-lower .main-box .right-box .search-btn i {
  color: var(--theme-color-black);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 22px;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .header-style-two .header-lower .main-box .right-box .theme-btn {
    display: none;
  }
}
.mobile-nav-toggler {
  background-color: transparent;
  margin-left: 45px;
  width: 25px;
  display: none;
}
.mobile-nav-toggler span {
  background-color: var(--theme-color-black);
}
[data-tm-layout=dark] .mobile-nav-toggler span {
  background-color: var(--headings-color);
}
.mobile-nav-toggler span {
  display: block;
  height: 2px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  width: 25px;
}
.mobile-nav-toggler span:not(:last-child) {
  margin-bottom: 7px;
}
.mobile-nav-toggler span:nth-child(2) {
  width: 12px;
}
.mobile-nav-toggler:hover span {
  width: 12px;
}
.mobile-nav-toggler:hover span:nth-child(2) {
  width: 25px;
}

/***

====================================================================
    Sticky Header
====================================================================

***/
.sticky-header {
  display: none !important;
}
[data-tm-layout=lemon] .sticky-header {
  background: var(--theme-color2);
}
.sticky-header {
  left: 0px;
  opacity: 0;
  padding: 0px 0px;
  position: fixed;
  top: 0px;
  visibility: hidden;
  width: 100%;
  z-index: 99999;
}
.sticky-header .mobile-nav-toggler {
  display: none !important;
}
@media (max-width: 1024px) {
  .sticky-header .mobile-nav-toggler {
    display: block !important;
  }
}
.sticky-header .mobile-nav-toggler span {
  color: var(--theme-color-black);
}
.sticky-header .header-phone_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-right: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1024px) {
  .sticky-header .header-phone_box {
    display: none;
  }
}
.sticky-header .header-phone_box:hover .icon {
  -webkit-transform: rotateY(0);
          transform: rotateY(0);
}
.sticky-header .header-phone_box .icon {
  width: 45px;
  height: 45px;
  background-color: var(--theme-color1);
  border-radius: 50%;
  text-align: center;
  line-height: 45px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.sticky-header .header-phone_box i {
  color: var(--theme-color1-text-color);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: var(--text-body);
}
.sticky-header .header-phone_box .info {
  font-size: 14px;
  font-weight: 700;
  color: var(--theme-color-black);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 3px;
}
.sticky-header .header-phone_box .info strong {
  color: rgb(151, 151, 151);
  font-weight: 400;
  font-size: var(--text-body);
  font-family: var(--title-font);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  line-height: 21px;
}
.sticky-header .header-phone_box .info strong:hover {
  color: var(--theme-color1);
}
.sticky-header .mobile-nav-toggler {
  background-color: transparent;
  margin-left: 45px;
  width: 25px;
}
@media only screen and (max-width: 1699px) {
  .sticky-header .mobile-nav-toggler {
    margin-left: 95px;
  }
}
@media only screen and (max-width: 1400px) {
  .sticky-header .mobile-nav-toggler {
    margin-left: 95px;
  }
}
@media (max-width: 1439.98px) {
  .sticky-header .mobile-nav-toggler {
    margin-left: 50px;
  }
}
@media (max-width: 1023px) {
  .sticky-header .mobile-nav-toggler {
    display: block !important;
  }
}
.sticky-header .mobile-nav-toggler span {
  background-color: var(--theme-color-black);
}
[data-tm-layout=dark] .sticky-header .mobile-nav-toggler span {
  background-color: var(--headings-color);
}
.sticky-header .mobile-nav-toggler span {
  display: block;
  height: 2px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  width: 25px;
}
@media (max-width: 767.98px) {
  .sticky-header .mobile-nav-toggler span {
    background-color: var(--theme-color-black);
  }
}
.sticky-header .mobile-nav-toggler span:not(:last-child) {
  margin-bottom: 7px;
}
.sticky-header .mobile-nav-toggler span:nth-child(2) {
  width: 12px;
}
.sticky-header .mobile-nav-toggler:hover span {
  width: 12px;
}
.sticky-header .mobile-nav-toggler:hover span:nth-child(2) {
  width: 25px;
}

.sticky-header.fixed-header {
  opacity: 1;
  z-index: 9999;
  visibility: visible;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.35), 0 4px 6px -4px rgba(0, 0, 0, 0.2);
}

.sticky-header .logo {
  padding: 19px 0 20px;
}
.sticky-header .logo img {
  max-height: 46.5px;
}
.sticky-header .nav-outer {
  position: relative;
  background: none;
}
.sticky-header .inner-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sticky-header .main-menu .navigation > li {
  margin: 0;
  margin-left: 60px;
  padding: 34.5px 0px;
}

.sticky-header .main-menu .navigation.onepage-nav > li {
  margin-left: 35px;
}

.header-style-one.header-style-home5 .sticky-header .main-menu .navigation.onepage-nav > li {
  margin-right: 10px;
}

@media (max-width: 1499.98px) {
  .main-menu .navigation.onepage-nav > li,
  .sticky-header .main-menu .navigation.onepage-nav > li {
    margin-right: 28px;
  }
}
[data-tm-layout=lemon] .sticky-header .main-menu .navigation > li > a {
  color: var(--theme-color-dark);
}

.sticky-header .main-menu .navigation > li.current > a,
.sticky-header .main-menu .navigation > li > a,
.sticky-header .main-menu .navigation > li:hover > a {
  color: var(--theme-color-black);
}
[data-tm-layout=lemon] .sticky-header .main-menu .navigation > li.current > a,
[data-tm-layout=lemon] .sticky-header .main-menu .navigation > li > a,
[data-tm-layout=lemon] .sticky-header .main-menu .navigation > li:hover > a {
  color: var(--theme-color-dark);
}

.sticky-header .outer-box,
.sticky-header .navbar-header {
  display: none;
}

.sticky-header .mobile-nav-toggler {
  display: none;
}
@media (max-width: 1023.98px) {
  .sticky-header .mobile-nav-toggler {
    display: inline-block !important;
  }
}

@media only screen and (min-width: 768px) {
  .main-menu .navigation > li > ul,
  .main-menu .navigation > li > ul > li > ul {
    display: block !important;
    visibility: hidden;
    opacity: 0;
  }
}
.main-menu .navigation > li.dropdown ul li a {
  font-size: var(--text-body) !important;
}

.sticky-header .main-menu .navigation > li {
  margin: 0 0 0 32px;
}

/*** 

====================================================================
      Mobile Menu
====================================================================

***/
.mobile-nav-toggler {
  position: relative;
  cursor: pointer;
  display: none;
  top: 0px;
  margin-left: 25px;
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}
.mobile-nav-toggler.style-2 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.mobile-nav-toggler.style-2 span {
  display: block;
  width: 40px;
  height: 2px;
  background-color: var(--theme-color-white);
}
.mobile-nav-toggler.style-2 span:nth-child(2) {
  width: 30px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.mobile-nav-toggler.style-2 span:nth-child(3) {
  width: 20px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.mobile-nav-toggler.style-2:hover span:nth-child(2) {
  width: 40px;
}
.mobile-nav-toggler.style-2:hover span:nth-child(3) {
  width: 40px;
}

@media only screen and (max-width: 1023px) {
  .mobile-nav-toggler {
    display: block !important;
  }
}
.mobile-menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  max-width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
}
.mobile-menu .menu-backdrop {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
}
.mobile-menu .upper-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 20px 20px;
}
.mobile-menu .close-btn {
  position: relative;
  top: 5px;
  text-align: center;
  font-size: 30px;
  color: var(--theme-color-white);
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}
.mobile-menu .close-btn:hover {
  opacity: 0.5;
}
.mobile-menu .nav-logo {
  position: relative;
  text-align: left;
  width: 100%;
}
.mobile-menu .nav-logo img {
  max-height: 40px;
}
.mobile-menu .menu-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: var(--headings-color);
  padding: 0px 0px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  -webkit-transform: translateX(101%);
          transform: translateX(101%);
}

.mobile-menu-visible {
  overflow: hidden;
}
.mobile-menu-visible .mobile-menu {
  opacity: 1;
  visibility: visible;
}
.mobile-menu-visible .mobile-menu .menu-backdrop {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.mobile-menu-visible .mobile-menu .menu-box {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s ease 200ms;
  transition: all 0.4s ease 200ms;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.mobile-menu-visible .mobile-menu .close-btn {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.mobile-menu-visible .scroll-to-top {
  opacity: 0;
  visibility: hidden;
}

.mobile-menu .navigation {
  position: relative;
  display: block;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .navigation li {
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .navigation li > ul > li:last-child {
  border-bottom: none;
}
.mobile-menu .navigation li > ul > li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .navigation li > a {
  position: relative;
  display: block;
  line-height: 24px;
  padding: 10px 20px;
  font-size: var(--text-body);
  color: #ffffff;
  font-weight: 500;
  text-transform: capitalize;
}
.mobile-menu .navigation li:hover > a, .mobile-menu .navigation li.current > a {
  color: var(--theme-color1);
}
.mobile-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 44px;
  height: 44px;
  text-align: center;
  font-size: 17px;
  line-height: 44px;
  font-weight: 500;
  font-family: var(--title-font);
  color: #ffffff;
  cursor: pointer;
  z-index: 5;
}
.mobile-menu .navigation li.dropdown .dropdown-btn:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 10px;
  width: 1px;
  height: 24px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .navigation li.dropdown .dropdown-btn.active i:before {
  content: "\f106";
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul {
  display: none;
}

.mobile-menu .navigation li > ul > li {
  padding-left: 20px;
}

.contact-list-one {
  position: relative;
  padding: 30px 20px 20px;
}
.contact-list-one li {
  position: relative;
  margin-bottom: 20px;
}
.contact-list-one li:last-child {
  margin-right: 0;
}
.contact-list-one li .contact-info-box {
  position: relative;
  padding-left: 54px;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
}
.contact-list-one li .contact-info-box a {
  color: #ffffff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.contact-list-one li .contact-info-box .icon {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 34px;
  line-height: 50px;
  color: #fff;
}
.contact-list-one li .contact-info-box .title {
  display: block;
  font-size: 12px;
  color: #b2c1c0;
  font-weight: 400;
  text-transform: uppercase;
}

.mobile-menu .social-links {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: var(--bg-theme-color1);
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: auto;
}
.mobile-menu .social-links li {
  position: relative;
  text-align: center;
  width: 100%;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.mobile-menu .social-links li a {
  position: relative;
  display: block;
  line-height: 50px;
  height: 50px;
  font-size: 14px;
  text-align: center;
  background-color: var(--theme-color1);
  color: var(--theme-color1-text-color);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.mobile-menu .social-links li a:hover {
  background-color: var(--theme-color2);
  color: var(--theme-color2-text-color);
}

/***

==================================================================
gellary-section-h1
==================================================================

***/
.gellary-section-h1 {
  padding: 0 0 80px;
}
@media (max-width: 991.98px) {
  .gellary-section-h1 {
    padding: 0 0 40px;
  }
}
.gellary-section-h1 .outer-box {
  max-width: 1888px;
  margin: 0 auto;
  padding: 0 15px;
}
.gellary-section-h1 .outer-box .inner-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media (max-width: 575.98px) {
  .gellary-section-h1 .outer-box .inner-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px;
  }
}
.gellary-section-h1 .outer-box .inner-box .image {
  margin-bottom: 30px;
  overflow: hidden;
}
.gellary-section-h1 .outer-box .inner-box .image:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media (max-width: 767.98px) {
  .gellary-section-h1 .outer-box .inner-box .image {
    min-height: 200px;
  }
}
@media (max-width: 575.98px) {
  .gellary-section-h1 .outer-box .inner-box .image {
    height: 200px;
    margin-bottom: 0;
  }
}
.gellary-section-h1 .outer-box .inner-box .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 767.98px) {
  .gellary-section-h1 .outer-box .inner-box .image img {
    min-height: 200px;
  }
}
@media (max-width: 575.98px) {
  .gellary-section-h1 .outer-box .inner-box .image img {
    height: 200px;
  }
}

/***

==================================================================
gellary-section-h3
==================================================================

***/
.gellary-section-h3 {
  padding-top: 10px;
}
.gellary-section-h3 .outer-box {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 29px;
}
@media (max-width: 991.98px) {
  .gellary-section-h3 .outer-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
@media (max-width: 575.98px) {
  .gellary-section-h3 .outer-box {
    padding: 0 15px;
  }
}
@media (max-width: 991.98px) {
  .gellary-section-h3 .outer-box .gellary-block-h3 .inner-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
  }
}
@media (max-width: 575.98px) {
  .gellary-section-h3 .outer-box .gellary-block-h3 .inner-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.gellary-section-h3 .outer-box .gellary-block-h3 .inner-block .image {
  margin-bottom: 21px;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
@media (max-width: 1599.98px) {
  .gellary-section-h3 .outer-box .gellary-block-h3 .inner-block .image {
    height: 319px;
    width: 100%;
  }
}
@media (max-width: 1199.98px) {
  .gellary-section-h3 .outer-box .gellary-block-h3 .inner-block .image {
    height: 271px;
    width: 100%;
  }
}
.gellary-section-h3 .outer-box .gellary-block-h3 .inner-block .image:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.gellary-section-h3 .outer-box .gellary-block-h3 .inner-block .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 1599.98px) {
  .gellary-section-h3 .outer-box .gellary-block-h3 .inner-block .image img {
    height: 319px;
    width: 100%;
  }
}
@media (max-width: 1199.98px) {
  .gellary-section-h3 .outer-box .gellary-block-h3 .inner-block .image img {
    height: 271px;
    width: 100%;
  }
}
@media (max-width: 1599.98px) {
  .gellary-section-h3 .outer-box .gellary-block-h3 .inner-block .image.one {
    height: 663px;
    width: 100%;
  }
}
@media (max-width: 1199.98px) {
  .gellary-section-h3 .outer-box .gellary-block-h3 .inner-block .image.one {
    height: 563px;
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .gellary-section-h3 .outer-box .gellary-block-h3 .inner-block .image.one {
    height: 450px;
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 575.98px) {
  .gellary-section-h3 .outer-box .gellary-block-h3 .inner-block .image.one {
    height: 271px;
    width: 100%;
  }
}
@media (max-width: 1599.98px) {
  .gellary-section-h3 .outer-box .gellary-block-h3 .inner-block .image.one img {
    height: 663px;
    width: 100%;
  }
}
@media (max-width: 1199.98px) {
  .gellary-section-h3 .outer-box .gellary-block-h3 .inner-block .image.one img {
    height: 563px;
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .gellary-section-h3 .outer-box .gellary-block-h3 .inner-block .image.one img {
    height: 450px;
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .gellary-section-h3 .outer-box .gellary-block-h3 .inner-block .image.one img {
    height: 271px;
    width: 100%;
  }
}

/*** 

====================================================================
Section Title
====================================================================

***/
.sec-title {
  position: relative;
}
.sec-title.light .sub-title {
  background-color: rgba(var(--theme-color-white-rgb), 0.1);
}
.sec-title.light .sub-title.border-style {
  border: 1px solid rgba(255, 255, 255, 0.2784313725);
}
.sec-title.light .sub-title:before {
  background-color: var(--theme-color-white);
}
.sec-title.light .sub-title, .sec-title.light .title {
  color: var(--theme-color-white);
}
.sec-title .sub-title {
  position: relative;
  display: inline-block;
  z-index: 1;
  color: var(--sec-title-subtitle-color);
  font-size: var(--sec-title-subtitle-font-size);
  line-height: var(--sec-title-subtitle-line-height);
  font-family: var(--sec-title-subtitle-font-family);
  font-weight: var(--sec-title-subtitle-font-weight);
  text-transform: capitalize;
  letter-spacing: 0.1em;
  background-color: var(--theme-color-white);
  border-radius: 50px;
  padding: 9px 19px 4px 36px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.sec-title .sub-title.border-style {
  border: 1px solid rgba(18, 18, 18, 0.1019607843);
}
.sec-title .sub-title.style-two {
  border: 1px solid rgba(18, 18, 18, 0.1019607843);
  background-color: transparent;
}
.sec-title .sub-title:before {
  position: absolute;
  left: 18px;
  top: calc(50% - 4px);
  background-color: var(--theme-color1);
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 8px;
  margin-right: 10px;
  width: 8px;
}
.sec-title .title {
  position: relative;
  font-size: var(--sec-title-font-size);
  font-weight: var(--sec-title-font-weight);
  font-family: var(--sec-title-font-family);
  color: var(--sec-title-color);
  line-height: var(--sec-title-title-line-height);
  margin: 0;
  font-size: clamp(30px, 4vw, 50px);
  line-height: 1.2;
}
@media (max-width: 1439.98px) {
  .sec-title .title br {
    display: none;
  }
}

/*** 

====================================================================
    Banner Section One
====================================================================

***/
.banner-section {
  position: relative;
  padding: 20px 15px 0;
}
.banner-section .outer-box {
  position: relative;
  padding: 370px 0 0;
  border-radius: var(--radius-lg);
  max-width: 1880px;
  margin: 0 auto;
}
@media (max-width: 1199.98px) {
  .banner-section .outer-box {
    padding: 250px 0 0;
  }
}
@media (max-width: 767.98px) {
  .banner-section .outer-box {
    padding: 200px 0 0;
  }
}
.banner-section .outer-box:before {
  position: absolute;
  content: "";
  background-image: linear-gradient(264deg, rgba(0, 0, 0, 0.1490196078) 4%, #005453 82%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: var(--radius-lg);
  z-index: 1;
}
.banner-section .outer-box .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: var(--radius-lg);
  z-index: 0;
  overflow: hidden;
}
.banner-section .outer-box .bg-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-animation: growInfinite 100s linear infinite;
          animation: growInfinite 100s linear infinite;
}
.banner-section .outer-box .feature-box {
  position: relative;
  z-index: 2;
  border-top: 1px solid rgba(var(--theme-color-white-rgb), 0.17);
}
.banner-section .outer-box .feature-box .feature {
  position: relative;
  border-right: 1px solid rgba(var(--theme-color-white-rgb), 0.17);
}
@media (max-width: 767.98px) {
  .banner-section .outer-box .feature-box .feature {
    border-right: none;
  }
}
.banner-section .outer-box .feature-box .feature .inner {
  position: relative;
  padding: 30px 0;
  text-align: center;
}
@media (max-width: 767.98px) {
  .banner-section .outer-box .feature-box .feature .inner {
    padding: 25px 0;
  }
}
.banner-section .outer-box .feature-box .feature:last-child {
  border-right: none;
}
@media (max-width: 767.98px) {
  .banner-section .outer-box .feature-box .feature:last-child .inner {
    padding-bottom: 30px;
  }
}
.banner-section .outer-box .feature-box .feature span {
  color: var(--theme-color-white);
  display: block;
}
.banner-section .outer-box .feature-box .feature .call {
  text-decoration: underline;
}
.banner-section .outer-box .banner-content {
  position: relative;
  max-width: 1760px;
  margin: 0 auto;
  padding: 0 15px;
}
.banner-section .outer-box .banner-content .inner-content {
  position: relative;
  z-index: 2;
  max-width: 1100px;
  padding-bottom: 135px;
}
@media (max-width: 1199.98px) {
  .banner-section .outer-box .banner-content .inner-content {
    padding-bottom: 120px;
  }
}
@media (max-width: 991.98px) {
  .banner-section .outer-box .banner-content .inner-content {
    text-align: center;
  }
}
.banner-section .outer-box .banner-content .inner-content .sub-title {
  position: relative;
  margin-bottom: 10px;
}
.banner-section .outer-box .banner-content .inner-content .sub-title .rating {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
  margin-right: 15px;
}
@media (max-width: 575.98px) {
  .banner-section .outer-box .banner-content .inner-content .sub-title .rating {
    display: block;
  }
}
.banner-section .outer-box .banner-content .inner-content .sub-title .rating i {
  font-size: 15px;
  color: #f0ad4e;
  line-height: 1;
}
.banner-section .outer-box .banner-content .inner-content .sub-title span {
  color: var(--theme-color-white);
}
.banner-section .outer-box .banner-content .inner-content .banner-title {
  position: relative;
  font-family: var(--style-font-family);
  color: var(--theme-color-white);
  margin-bottom: 18px;
  font-size: clamp(40px, 5vw, 80px);
  line-height: 1.125;
}
@media (max-width: 1399.98px) {
  .banner-section .outer-box .banner-content .inner-content .banner-title {
    max-width: 80%;
  }
}
@media (max-width: 1299.98px) {
  .banner-section .outer-box .banner-content .inner-content .banner-title {
    max-width: 70%;
  }
}
@media (max-width: 991.98px) {
  .banner-section .outer-box .banner-content .inner-content .banner-title {
    max-width: none;
  }
}
.banner-section .outer-box .banner-content .inner-content .text {
  position: relative;
  color: var(--theme-color-white);
}

/*** 

====================================================================
    banner-section-two
====================================================================

***/
.banner-section-two {
  position: relative;
  padding: 60px 0 20px;
  margin-top: 60px;
  background: #f0f6f4;
  z-index: 1;
}
.banner-section-two .container-fluid {
  margin: 0 auto;
  padding-left: 5%;
  padding-right: 5%;
}
.banner-section-two > .container-fluid > .row {
  gap: 0;
  align-items: flex-end;
}

/* Left Panel */
.banner-section-two .banner-content-wrap {
  position: relative;
  z-index: 1;
  padding: 70px 15px 50px;
  height: 620px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  flex: 1;
}
/* 背景图：旋转 + 居中（贴近甲方效果），蒙版只作用于背景图本身 */
.banner-section-two .banner-content-wrap::before {
  content: "";
  position: absolute;
  top: 20%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%) rotate(-15deg);
  background: url("../images/background/hero_left_bg.png") no-repeat center center / contain;
  opacity: 0.38;
  z-index: 0;
  pointer-events: none;
  filter: hue-rotate(-25deg) saturate(0.85) brightness(1.08);
  -webkit-mask-image: radial-gradient(ellipse at 40% 50%, #000 25%, transparent 90%);
  mask-image: radial-gradient(ellipse at 40% 50%, #000 25%, transparent 90%);
}
.banner-section-two .banner-slide-content {
  display: none;
  opacity: 0;
}
.banner-section-two .banner-slide-content.active {
  display: block;
  opacity: 1;
}
/* stagger 入场动画 */
.banner-section-two .banner-slide-content.active .banner-slide-en {
  animation: bannerSlideIn 0.6s ease 0s both;
}
.banner-section-two .banner-slide-content.active .banner-title {
  animation: bannerSlideIn 0.6s ease 0.15s both;
}
.banner-section-two .banner-slide-content.active .banner-slide-desc {
  animation: bannerSlideIn 0.6s ease 0.3s both;
}
.banner-section-two .banner-actions-line {
  width: 40px;
  height: 2px;
  background: var(--theme-color1);
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
.banner-section-two .banner-actions {
  position: relative;
  z-index: 1;
  animation: bannerSlideIn 0.6s ease 0.45s both;
}
@keyframes bannerSlideIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}
/* 英文水印小字 */
.banner-section-two .banner-slide-en {
  font-family: var(--style-font-family);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: var(--theme-color3);
  text-transform: uppercase;
  margin-bottom: 16px;
}
/* 副标题描述 */
.banner-section-two .banner-slide-desc {
  font-family: var(--body-font-family);
  font-size: var(--text-body);
  font-weight: 400;
  line-height: 1.7;
  color: var(--text-color);
  margin: 0 0 8px;
  max-width: 420px;
}
.banner-section-two .banner-subtitle {
  display: inline-block;
  font-family: var(--heading-font-family);
  font-size: 18px;
  font-weight: 600;
  color: var(--theme-color1);
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--theme-color3);
}
.banner-section-two .banner-title {
  font-family: var(--heading-font-family);
  font-size: clamp(28px, 3.5vw, 48px);
  font-weight: 700;
  line-height: 1.2;
  color: var(--theme-color-dark);
  margin: 0 0 16px;
  letter-spacing: -0.01em;
}
.banner-section-two .banner-meta {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.banner-section-two .banner-meta .meta-item {
  font-size: 15px;
  font-weight: 500;
  color: var(--theme-color-dark);
}
.banner-section-two .banner-meta .meta-divider {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--theme-color1);
  opacity: 0.5;
}
.banner-section-two .banner-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 36px;
  flex-wrap: wrap;
}
.banner-section-two .banner-btn-primary {
  background: var(--theme-color1);
  border: 1px solid var(--theme-color1);
  color: #ffffff;
}
.banner-section-two .banner-btn-primary:before {
  background-color: var(--theme-color1);
}
.banner-section-two .banner-btn-primary:hover {
  background: #004443;
  border-color: #004443;
  color: #ffffff;
}
.banner-section-two .banner-btn-outline {
  background: #8aba9a;
  border: 1px solid #8aba9a;
  color: #ffffff;
}
.banner-section-two .banner-btn-outline:before {
  background-color: #8aba9a;
}
.banner-section-two .banner-btn-outline:hover {
  background: #7aa98a;
  border-color: #7aa98a;
  color: #ffffff;
}
.banner-section-two .banner-next-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #9ca3af;
  background: transparent;
  color: #9ca3af;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-left: 8px;
}
.banner-section-two .banner-next-btn:hover {
  background: #9ca3af;
  color: #ffffff;
}
.banner-section-two .banner-next-btn svg {
  width: 22px;
  height: 22px;
}

/* Right Panel */
.banner-section-two .banner-right {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 0;
}
.banner-section-two .banner-image-card {
  width: 100%;
  background: #ffffff;
  border-radius: var(--radius-lg);
  padding: 12px;
  border: 2px solid rgba(0, 84, 83, 0.18);
  overflow: hidden;
}
.banner-section-two .banner-image-card .carousel {
  position: relative;
}
.banner-section-two .banner-image-card .carousel-inner {
  border-radius: var(--radius-md);
  overflow: hidden;
  background-color: #ffffff;
}
.banner-section-two .banner-right .carousel-item {
  aspect-ratio: 16 / 10;
}
.banner-section-two .banner-right .carousel-item a {
  display: block;
  width: 100%;
  height: 100%;
}
.banner-section-two .banner-right .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--radius-md);
}
.banner-section-two .banner-indicators {
  position: relative;
  bottom: auto;
  left: auto;
  right: auto;
  margin: 20px 0 0;
  display: flex;
  justify-content: center;
  gap: 10px;
  z-index: 5;
}
.banner-section-two .banner-indicators button {
  width: 80px;
  height: 8px;
  border-radius: 4px;
  background: rgba(0, 84, 83, 0.2);
  border: none;
  padding: 0;
  cursor: pointer;
  flex: 0 0 auto;
  transition: width 0.35s ease, background-color 0.35s ease !important;
}
.banner-section-two .banner-indicators button.active {
  background: var(--theme-color1) !important;
  width: 120px;
}

/* Responsive */
@media (max-width: 1199.98px) {
  .banner-section-two .banner-content-wrap {
    padding: 60px 35px 40px;
    min-height: 480px;
  }
  .banner-section-two .banner-image-card {
  }
}
@media (max-width: 991.98px) {
  .banner-section-two {
    padding: 40px 0 60px;
  }
  .banner-section-two .banner-content-wrap {
    min-height: auto;
    padding: 40px 30px 30px;
    text-align: center;
    align-items: center;
    margin-left: 0;
    justify-content: center;
  }
  .banner-section-two .banner-right {
    width: 100%;
    padding-left: 0;
  }
  .banner-section-two .banner-image-card {
    margin-right: 0;
  }
  .banner-section-two .banner-actions {
    justify-content: center;
  }
}
@media (max-width: 767.98px) {
  .banner-section-two .banner-content-wrap {
    padding: 30px 24px 25px;
  }
  .banner-section-two .banner-title {
    font-size: clamp(24px, 6vw, 36px);
  }
  .banner-section-two .banner-subtitle {
    font-size: var(--text-body);
    margin-bottom: 18px;
  }
  .banner-section-two .banner-actions {
    gap: 12px;
  }
  .banner-section-two .banner-next-btn {
    width: 44px;
    height: 44px;
  }
  .banner-section-two .banner-indicators button {
    width: 30px;
  }
  .banner-section-two .banner-indicators button.active {
    width: 45px;
  }
}

/* about-tabs-section */
.about-tabs-section {
  position: relative;
  padding: 40px 0 80px;
  background: #f0f6f4;
}
.about-tabs-header-outer {
  position: relative;
  z-index: auto;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 20px;
}
.about-card-wrapper {
  position: relative;
  z-index: 2;
  max-width: none;
  margin: 0 5%;
  background: rgba(255, 255, 255, 0.5);
  border-radius: var(--radius-lg);
  padding: 45px 0 0;
  overflow: visible;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.35), 0 4px 6px -4px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 84, 83, 0.08);
  margin-top: calc(clamp(52px, 8vw, 110px) * 0.5 - 20px);
}
.about-tabs-section .container-fluid {
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}
.about-tabs-title-wrap {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.about-tabs-main-title {
  position: relative;
  z-index: 2;
  font-family: var(--heading-font-family);
  font-size: clamp(40px, 6vw, 72px);
  font-weight: 700;
  color: var(--theme-color1);
  margin: 0;
  letter-spacing: 0.05em;
}
.about-tabs-subtitle {
  position: absolute;
  top: 100%;
  bottom: auto;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  font-family: var(--heading-font-family);
  font-size: clamp(52px, 8vw, 110px);
  font-weight: 800;
  line-height: 1;
  color: rgba(0, 84, 83, 0.25);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  white-space: nowrap;
  pointer-events: none;
}
.about-tabs-nav {
  display: flex;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  gap: 16px;
  background: transparent;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
}
.about-tab-btn {
  flex: 1 1 0;
  font-family: var(--heading-font-family);
  font-size: var(--text-btn);
  font-weight: 500;
  color: var(--theme-color1);
  background: var(--bg-color);
  border: 1px solid rgba(0, 84, 83, 0.2);
  border-radius: 50px;
  padding: 14px 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 84, 83, 0.06);
}
.about-tab-btn:hover {
  background: var(--theme-color1);
  color: var(--theme-color-white);
  border-color: var(--theme-color1);
  box-shadow: 0 4px 14px rgba(0, 84, 83, 0.2);
}
.about-tab-btn.active {
  background: var(--theme-color1);
  color: var(--theme-color-white);
  border-color: var(--theme-color1);
  box-shadow: 0 4px 14px rgba(0, 84, 83, 0.2);
}
.about-tabs-body {
  position: relative;
  overflow: visible;
}
.about-tabs-content-card {
  background: var(--bg-color);
  border-radius: var(--radius-md);
  padding: 40px 40px 30px;
  margin: 20px 0 0 0;
  box-shadow: 0 10px 30px rgba(0, 84, 83, 0.08);
  border: 1px solid rgba(0, 84, 83, 0.1);
  overflow: visible;
}
.about-tab-panel {
  display: none;
  animation: tabFadeIn 0.5s ease;
}
.about-tab-panel.active {
  display: block;
}
@keyframes tabFadeIn {
  from { opacity: 0; transform: translateY(15px); }
  to { opacity: 1; transform: translateY(0); }
}
.about-tab-panel .col-xl-6,
.about-tab-panel .col-lg-6 {
  overflow: visible;
}
/* ===== 左侧：完全照搬 Fertilys image-column 结构 ===== */
.about-tab-panel .image-column {
  position: static;
  width: 100%;
}
.about-tab-panel .image-column .inner-column {
  position: relative;
  width: fit-content;
  max-width: 100%;
  margin-left: auto;
}
@media (max-width: 991.98px) {
  .about-tab-panel .image-column .inner-column {
    max-width: 700px;
    margin: 0 auto;
  }
}
.about-tab-panel .image-column .inner-column:before {
  position: absolute;
  content: "";
  background-color: var(--theme-color1);
  width: 16.68px;
  height: 244px;
  border-radius: 30px;
  top: 0;
  right: 114.32px;
  z-index: 0;
}
@media (max-width: 1439.98px) {
  .about-tab-panel .image-column .inner-column:before {
    right: 40px;
  }
}
@media (max-width: 767.98px) {
  .about-tab-panel .image-column .inner-column:before {
    display: none;
  }
}
.about-tab-panel .image-column .inner-column .image-box {
  position: relative;
  width: 100%;
  height: 100%;
}
.about-tab-panel .image-column .inner-column .image-box.one {
  padding-right: 178px;
}
@media (max-width: 1439.98px) {
  .about-tab-panel .image-column .inner-column .image-box.one {
    padding-right: 100px;
  }
}
@media (max-width: 767.98px) {
  .about-tab-panel .image-column .inner-column .image-box.one {
    padding-right: 0;
    max-height: 450px;
  }
  .about-tab-panel .image-column .inner-column .image-box.one .image,
  .about-tab-panel .image-column .inner-column .image-box.one .image img {
    max-height: 450px;
  }
}
.about-tab-panel .image-column .inner-column .image-box.two {
  margin-top: -210px;
  z-index: 1;
  padding-left: 262px;
  padding-right: 70px;
}
@media (max-width: 1439.98px) {
  .about-tab-panel .image-column .inner-column .image-box.two {
    padding-left: 200px;
    padding-right: 0;
  }
}
@media (max-width: 991.98px) {
  .about-tab-panel .image-column .inner-column .image-box.two {
    margin-top: -140px;
  }
}
@media (max-width: 767.98px) {
  .about-tab-panel .image-column .inner-column .image-box.two {
    display: none;
  }
}
.about-tab-panel .image-column .inner-column .image-box .image {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  border: 10px solid var(--theme-color-white);
}
.about-tab-panel .image-column .inner-column .image-box.one .image {
  max-width: 467px;
  max-height: 577px;
}
.about-tab-panel .image-column .inner-column .image-box.two .image {
  max-width: 313px;
  max-height: 261px;
}
.about-tab-panel .image-column .inner-column .image-box .image img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
  -o-object-fit: cover;
}
.about-tab-content {
  padding-left: 20px;
  align-items: flex-start;
}
.about-tab-title {
  font-family: var(--heading-font-family);
  font-size: clamp(32px, 3.6vw, 48px);
  font-weight: 500;
  line-height: 1.3;
  color: var(--theme-color1);
  margin: 0 0 24px;
}
.about-tab-desc {
  font-size: 22px;
  line-height: 1.8;
  color: var(--theme-color-text);
  margin: 0 0 30px;
  padding-right: 100px;
}
.about-tab-features {
  list-style: none;
  padding: 0;
  margin: 0 0 10px;
}
.about-tab-features li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 22px;
  line-height: 1.5;
  color: var(--theme-color-dark);
  padding: 10px 0;
}
.about-tab-features .check-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--theme-color1);
  color: var(--theme-color-white);
  font-size: 12px;
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 2px;
}
@media (max-width: 991.98px) {
  .about-tabs-section {
    padding: 40px 0 60px;
  }
  .about-card-wrapper {
    padding: 35px 0 0;
    border-radius: var(--radius-lg);
  }
  .about-tab-panel .image-column {
    height: auto;
    margin-bottom: 50px;
  }
  .about-tab-content {
    padding-left: 0;
  }
  .about-tabs-header-outer {
    padding-top: 20px;
    padding-bottom: 15px;
  }
  .about-card-wrapper {
    margin-top: calc(clamp(52px, 8vw, 110px) * 0.5 - 15px);
    padding-top: 35px;
  }
  .about-tabs-subtitle {
    top: 100%;
    bottom: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .about-tabs-content-card {
    padding: 25px 20px 20px;
    border-radius: var(--radius-md);
  }
  .about-tabs-nav {
    flex-wrap: wrap;
    gap: 10px;
    padding: 0;
    max-width: 100%;
  }
  .about-tab-btn {
    flex: 1 1 auto;
    padding: 12px 18px;
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  .about-tabs-main-title {
    font-size: 48px;
  }
}

@-webkit-keyframes growInfinite {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(2);
            transform: scale(2);
  }
}

@keyframes growInfinite {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(2);
            transform: scale(2);
  }
}
/***
====================================================================
    Projects Section
====================================================================
***/
/***

==================================================================
    Pricing Section
==================================================================

***/
.pricing-section {
  position: relative;
}
.pricing-section .bottom-box .inner-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 58px;
}
.pricing-section .bottom-box .inner-box .feature {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.price-block.pricing-active .inner-block:before {
  height: 100%;
  opacity: 1;
}
.price-block.pricing-active .inner-block .pricing-header .title-outer {
  border-color: rgba(255, 255, 255, 0.2);
}
.price-block.pricing-active .inner-block .pricing-header .title-outer .title-box .sub-title {
  color: #fff;
}
.price-block.pricing-active .inner-block .pricing-header .title-outer .title-box .pricing-plan-title {
  color: #fff;
}
.price-block.pricing-active .inner-block .pricing-header .title-outer .offer {
  background-color: rgba(255, 255, 255, 0.2);
  color: var(--theme-color1-text-color);
}
.price-block.pricing-active .inner-block .pricing-header .pricing-plan-pricing {
  color: #fff;
}
.price-block.pricing-active .inner-block .pricing-header .pricing-plan-postfix {
  color: #fff;
}
.price-block.pricing-active .inner-block .pricing-bottom {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(233, 244, 239, 0.1)), color-stop(96.24%, rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgba(233, 244, 239, 0.1) 0%, rgba(255, 255, 255, 0) 96.24%);
}
.price-block.pricing-active .inner-block .pricing-bottom .btn-style-pricing {
  background-color: #fff;
  color: var(--theme-color2);
}
.price-block.pricing-active .inner-block .pricing-bottom .btn-style-pricing:hover {
  color: #fff;
}
.price-block.pricing-active .inner-block .pricing-bottom .btn-style-pricing::before {
  background-color: var(--theme-color3);
}
.price-block.pricing-active .inner-block .features-list li {
  color: #fff;
}
.price-block.pricing-active .inner-block .features-list li span {
  color: #fff;
}
.price-block.pricing-active .inner-block .features-list li.no-action .icon {
  background-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.6);
}
.price-block.pricing-active .inner-block .features-list li.no-action span {
  color: rgba(255, 255, 255, 0.6);
}
.price-block .inner-block {
  background-color: #fff;
  border: 1px solid rgba(33, 38, 33, 0.1);
  border-radius: 40px;
  overflow: hidden;
  position: relative;
  margin-top: 30px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.price-block .inner-block:hover:before {
  height: 100%;
  opacity: 1;
}
.price-block .inner-block:hover .pricing-header .title-outer {
  border-color: rgba(255, 255, 255, 0.2);
}
.price-block .inner-block:hover .pricing-header .title-outer .title-box .sub-title {
  color: var(--theme-color-white);
}
.price-block .inner-block:hover .pricing-header .title-outer .title-box .pricing-plan-title {
  color: var(--theme-color-white);
}
.price-block .inner-block:hover .pricing-header .title-outer .offer {
  background: #fff;
  color: #121212;
}
.price-block .inner-block:hover .pricing-header .pricing-plan-pricing {
  color: var(--theme-color-white);
}
.price-block .inner-block:hover .pricing-header .pricing-plan-postfix {
  color: #fff;
}
.price-block .inner-block:hover .pricing-bottom {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(233, 244, 239, 0.1)), color-stop(96.24%, rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgba(233, 244, 239, 0.1) 0%, rgba(255, 255, 255, 0) 96.24%);
}
.price-block .inner-block:hover .pricing-bottom .btn-style-pricing {
  background-color: #fff;
  color: var(--theme-color2);
}
.price-block .inner-block:hover .features-list li {
  color: #fff;
}
.price-block .inner-block:hover .features-list li span {
  color: #fff;
}
.price-block .inner-block:hover .features-list li.no-action .icon {
  background-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.6);
}
.price-block .inner-block:hover .features-list li.no-action span {
  color: rgba(255, 255, 255, 0.6);
}
.price-block .inner-block:before {
  position: absolute;
  content: "";
  background: var(--theme-color1);
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  opacity: 0;
  pointer-events: none;
  z-index: 0;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.price-block .inner-block.active:before {
  height: 100%;
  opacity: 1;
}
.price-block .inner-block.active .pricing-header .title-outer {
  border-color: rgba(255, 255, 255, 0.2);
}
.price-block .inner-block.active .pricing-header .title-outer .title-box .sub-title {
  color: var(--theme-color-white);
}
.price-block .inner-block.active .pricing-header .title-outer .title-box .pricing-plan-title {
  color: var(--theme-color-white);
}
.price-block .inner-block.active .pricing-header .title-outer .offer {
  background: #fff;
  color: #121212;
}
.price-block .inner-block.active .pricing-header .pricing-plan-pricing {
  color: var(--theme-color-white);
}
.price-block .inner-block.active .pricing-header .pricing-plan-postfix {
  color: #fff;
}
.price-block .inner-block.active .pricing-bottom {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(233, 244, 239, 0.1)), color-stop(96.24%, rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgba(233, 244, 239, 0.1) 0%, rgba(255, 255, 255, 0) 96.24%);
}
.price-block .inner-block.active .features-list li {
  color: #fff;
}
.price-block .inner-block.active .features-list li span {
  color: #fff;
}
.price-block .inner-block.active .features-list li.no-action .icon {
  background-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.6);
}
.price-block .inner-block.active .features-list li.no-action span {
  color: rgba(255, 255, 255, 0.6);
}
.price-block .pricing-header {
  padding: 22px 24px 24px;
  position: relative;
  z-index: 1;
}
.price-block .pricing-header .title-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.price-block .pricing-header .title-outer .title-box .sub-title {
  margin-bottom: 4px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.price-block .pricing-header .title-outer .title-box .pricing-plan-title {
  color: var(--theme-color2);
  margin-top: 12px;
  margin-bottom: 0;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.price-block .pricing-header .title-outer .offer {
  background-color: #abbfb6;
  border-radius: 45px;
  color: #ffffff;
  display: inline-block;
  padding: 8px 19px;
  font-weight: 400;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.price-block .pricing-header .pricing-plan-pricing {
  color: var(--theme-color2);
  font-size: 60px;
  font-family: var(--heading-font-family);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.price-block .pricing-header .pricing-plan-pricing .price-normal {
  display: -ms-grid;
  display: grid;
}
.price-block .pricing-header .pricing-plan-pricing .price-normal .pricing-plan-postfix {
  font-size: var(--text-body);
  font-weight: 400;
  margin-top: -7px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.price-block .pricing-bottom {
  padding: 40px;
  border-radius: var(--radius-lg);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(171, 191, 182, 0.2)), color-stop(90.24%, rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgba(171, 191, 182, 0.2) 0%, rgba(255, 255, 255, 0) 90.24%);
  margin: 0 10px 10px 10px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.price-block .pricing-bottom .theme-btn {
  width: 100%;
  padding: 20px 17px;
  margin-top: 45px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.price-block .pricing-bottom .theme-btn:hover {
  color: var(--theme-color2);
}
.price-block .pricing-bottom .theme-btn:before {
  background-color: #fff;
}
.price-block .pricing-bottom .btn-style-pricing {
  position: relative;
  font-size: var(--text-body);
  font-weight: 600;
  line-height: 1;
  padding: 20px 17.5px;
  overflow: hidden;
  color: var(--theme-color1-text-color);
  background: var(--theme-color1);
  border-radius: 40px;
  text-transform: capitalize;
  z-index: 1;
}
.price-block .pricing-bottom .btn-style-pricing:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  z-index: -1;
  background-color: var(--theme-color3);
  border-radius: inherit;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left right;
          transform-origin: left right;
  transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
          transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.price-block .pricing-bottom .btn-style-pricing:hover:before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: right left;
          transform-origin: right left;
}
.price-block .pricing-bottom .btn-style-pricing:hover {
  color: var(--theme-color3-text-color);
}
.price-block .features-list li {
  position: relative;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  color: var(--theme-color2);
  margin-bottom: 12px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.price-block .features-list li .icon {
  color: #fff;
  background-color: #708f87;
  width: 16px;
  height: 16px;
  line-height: 16px;
  border-radius: 50%;
  font-size: 10px;
  text-align: center;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.price-block .features-list li.no-action .icon {
  background-color: #708f87;
  color: rgba(255, 255, 255, 0.5);
}
.price-block .features-list li.no-action span {
  color: rgba(33, 38, 33, 0.4);
}
.price-block .btn-style-pricing {
  color: var(--theme-color2);
  background: var(--theme-color-white);
}
.price-block .theme-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  white-space: nowrap;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.price-block .theme-btn .btn-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.price-block .btn-style-pricing {
  position: relative;
  font-size: var(--text-body);
  font-weight: 500;
  line-height: 1;
  padding: 12px 17.5px;
  overflow: hidden;
  color: var(--theme-color1-text-color);
  background: var(--theme-color1);
  border-radius: 40px;
  text-transform: capitalize;
  z-index: 1;
}
.price-block .btn-style-pricing:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  z-index: -1;
  background-color: var(--theme-color3);
  border-radius: inherit;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left right;
          transform-origin: left right;
  transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
          transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.price-block .btn-style-pricing:hover:before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: right left;
          transform-origin: right left;
}
.price-block .btn-style-pricing:hover {
  color: var(--theme-color3-text-color);
}

@media (max-width: 991.98px) {
  .price-block .pricing-header {
    padding: 22px 20px 24px;
  }
  .price-block .pricing-header .title-outer {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .price-block .pricing-header .title-outer .offer {
    padding: 8px 15px;
    font-size: 15px;
  }
}
@media (max-width: 575.98px) {
  .price-block .pricing-header .title-outer {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 10px;
  }
  .price-block .pricing-bottom {
    padding: 20px 15px;
  }
}
/***

==================================================================
    Pricing Section
==================================================================

***/
.pricing-section-two {
  position: relative;
}
.pricing-section-two .tabs-box {
  position: relative;
}
.pricing-section-two .tabs-box .tab-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  margin-bottom: 57px;
}
@media (max-width: 991.98px) {
  .pricing-section-two .tabs-box .tab-btns {
    margin-bottom: 30px;
  }
}
.pricing-section-two .tabs-box .tab-btns .tab-btn {
  font-size: 19px;
  font-weight: 400;
  letter-spacing: -0.2px;
  color: var(--text-color);
  background-color: transparent;
}
.pricing-section-two .tabs-box .tab-btns .tab-btn.one {
  position: relative;
}
.pricing-section-two .tabs-box .tab-btns .tab-btn.one.active-btn:before {
  right: -43px;
}
.pricing-section-two .tabs-box .tab-btns .tab-btn.one:before {
  position: absolute;
  content: "";
  background-color: var(--theme-color-white);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  right: -80px;
  top: calc(50% - 10px);
  z-index: 1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.pricing-section-two .tabs-box .tab-btns span {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 33px;
  border-radius: var(--radius-md);
  background-color: rgba(22, 28, 45, 0.15);
  z-index: 0;
}

.pricing-block-two {
  border-radius: 40px;
  overflow: hidden;
  padding-top: 20px;
  position: relative;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
@media (max-width: 1199.98px) {
  .pricing-block-two {
    margin-bottom: 30px;
  }
}
.pricing-block-two:hover:before {
  background-color: var(--theme-color1);
}
.pricing-block-two:hover:after {
  height: 100%;
}
.pricing-block-two:hover .pricing-plan-inner .pricing-plan-title {
  color: var(--theme-color1-text-color);
}
.pricing-block-two:hover .pricing-plan-inner .price {
  color: var(--theme-color3-text-color);
}
.pricing-block-two:hover .pricing-plan-inner .price::before {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.pricing-block-two:hover .pricing-plan-inner .price .pricing-plan-price {
  color: var(--theme-color3-text-color);
}
.pricing-block-two:hover .pricing-plan-inner .price .pricing-plan-prefix {
  color: var(--theme-color3-text-color);
}
.pricing-block-two:hover .pricing-plan-inner .price .pricing-plan-postfix {
  color: var(--theme-color3-text-color);
}
.pricing-block-two:before {
  background-color: var(--theme-color3);
  border-radius: 40px 40px 0 0;
  content: "";
  height: 110px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0px;
  width: 100%;
  z-index: 0;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.pricing-block-two:after {
  background-color: var(--theme-color1);
  border-radius: 40px 40px 0 0;
  content: "";
  height: calc(50% - 80px);
  position: absolute;
  right: 0;
  bottom: 50%;
  width: 100%;
  z-index: -1;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.pricing-block-two .pricing-plan-inner {
  background-color: var(--theme-color-lighter2);
  border: 1px solid rgba(var(--theme-color-white-rgb), 0.13);
  border-radius: 40px;
  margin-top: 30px;
  padding: 40px 40px 30px;
  position: relative;
  z-index: 0;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
@media (max-width: 767.98px) {
  .pricing-block-two .pricing-plan-inner {
    padding: 40px 20px 30px;
  }
}
.pricing-block-two .pricing-plan-inner:before {
  background-image: url(../images/icons/pricing-bg.png);
  content: "";
  height: 235px;
  opacity: 0.4;
  position: absolute;
  right: 0;
  top: 0;
  width: 205px;
  pointer-events: none;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.pricing-block-two .pricing-plan-inner .pricing-plan-title {
  color: #fff;
  left: 0;
  margin: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: -39px;
  width: 100%;
  z-index: -1;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.pricing-block-two .pricing-plan-inner .pricing-plan-pricing .price {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pricing-block-two .pricing-plan-inner .price {
  background-color: var(--theme-color1);
  border-radius: 50%;
  color: var(--theme-color1-text-color);
  height: 100px;
  line-height: normal;
  margin-bottom: 11px;
  display: block;
  overflow: hidden;
  padding-top: 22px;
  position: relative;
  text-align: center;
  width: 100px;
  z-index: 0;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.pricing-block-two .pricing-plan-inner .price:before {
  background-color: var(--theme-color3);
  bottom: 0;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: -1;
  -webkit-transform: scale(0);
          transform: scale(0);
  border-radius: 50%;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.pricing-block-two .pricing-plan-inner .price .pricing-plan-price {
  color: var(--theme-color1-text-color);
  display: block;
  font-family: var(--heading-font-family);
  font-weight: 500;
  font-size: 30px;
  line-height: 1.33;
  text-transform: capitalize;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.pricing-block-two .pricing-plan-inner .price .pricing-plan-prefix {
  color: var(--theme-color1-text-color);
  display: block;
  font-family: var(--heading-font-family);
  font-weight: 500;
  font-size: 30px;
  line-height: 1.33;
  text-transform: capitalize;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.pricing-block-two .pricing-plan-inner .price .pricing-plan-postfix {
  font-size: 14px;
  font-weight: 400;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.pricing-block-two .pricing-plan-inner .pricing-plan-subtitle {
  color: var(--headings-color);
  margin-bottom: 41px;
}
.pricing-block-two .pricing-plan-inner .features-list-title {
  margin-bottom: 30px;
  margin-top: 0;
}
.pricing-block-two .pricing-plan-inner .features-list {
  position: relative;
  margin-bottom: 36px;
}
.pricing-block-two .pricing-plan-inner .features-list li {
  position: relative;
  display: block;
  font-size: var(--text-body);
  line-height: 28px;
  font-weight: 400;
  border-bottom: 1px solid rgba(176, 159, 159, 0.2);
  color: #707070;
  margin-bottom: 0;
  padding: 11px 0;
}
.pricing-block-two .pricing-plan-inner .features-list li:first-child {
  padding-top: 0;
}
.pricing-block-two .pricing-plan-inner .features-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.pricing-block-two .pricing-plan-inner .features-list li i {
  margin-right: 10px;
  font-size: 15px;
  color: #0f0f0f;
  display: inline-block;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.pricing-block-two .pricing-plan-inner .features-list li svg {
  margin-right: 10px;
  font-size: 15px;
  color: #0f0f0f;
  display: inline-block;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  width: 16px;
}
.pricing-block-two .pricing-plan-inner .features-list li.no-action {
  color: #999;
}
.pricing-block-two .pricing-plan-inner .features-list li.no-action:before {
  color: #999;
  background: -webkit-gradient(linear, right top, left top, from(#ddd), to(#ddd));
  background: linear-gradient(to left, #ddd, #ddd);
}
.pricing-block-two .pricing-plan-inner .features-list li.line-through {
  color: #999;
}
.pricing-block-two .pricing-plan-inner .features-list li.line-through:before {
  color: #999;
  background: -webkit-gradient(linear, right top, left top, from(#ddd), to(#ddd));
  background: linear-gradient(to left, #ddd, #ddd);
}
.pricing-block-two .pricing-plan-inner .pricing-btn {
  background-color: var(--theme-color3);
  border-radius: 40px;
  border: none;
  color: #fff;
  font-family: var(--heading-font-family);
  font-weight: 500;
  overflow: hidden;
  padding: 11px 50px;
  position: relative;
  text-transform: capitalize;
  display: inline-block;
  text-align: center;
  width: 100%;
  z-index: 0;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.pricing-block-two .pricing-plan-inner .pricing-btn .btn-title {
  position: relative;
  z-index: 1;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.pricing-block-two .pricing-plan-inner .pricing-btn:before {
  border-radius: 40px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 101%;
  height: 101%;
  content: "";
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  background-color: var(--theme-color1);
  transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
          transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  z-index: -1;
}
.pricing-block-two .pricing-plan-inner .pricing-btn:hover {
  color: var(--theme-color-white);
}
.pricing-block-two .pricing-plan-inner .pricing-btn:hover .btn-title {
  color: var(--theme-color1-text-color);
}
.pricing-block-two .pricing-plan-inner .pricing-btn:hover:before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}

.pricing-block-two.tm-sc-pricing-plan.pricing-plan-hover-effect:hover {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.pricing-block-two.pricing-active:after {
  height: 100%;
}
.pricing-block-two.pricing-active .pricing-plan-inner .pricing-plan-title {
  color: var(--theme-color1-text-color);
}
.pricing-block-two.pricing-active .pricing-plan-inner .price {
  color: var(--theme-color3-text-color);
}
.pricing-block-two.pricing-active .pricing-plan-inner .price::before {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.pricing-block-two.pricing-active .pricing-plan-inner .price .pricing-plan-price {
  color: var(--theme-color3-text-color);
}
.pricing-block-two.pricing-active .pricing-plan-inner .price .pricing-plan-prefix {
  color: var(--theme-color3-text-color);
}
.pricing-block-two.pricing-active .pricing-plan-inner .price .pricing-plan-postfix {
  color: rgba(255, 255, 255, 0.7);
}

[data-tm-layout=dark] .pricing-block-two .pricing-plan-inner .features-list li i {
  color: #fff;
}
[data-tm-layout=dark] .pricing-block-two .pricing-plan-inner .features-list li svg {
  color: #fff;
}

/*** 

====================================================================
    Feature Block
====================================================================

***/
.features-block {
  position: relative;
}
@media (max-width: 1199.98px) {
  .features-block {
    margin-bottom: 20px;
  }
}
.features-block .inner {
  position: relative;
  padding: 35px 35px 25px;
  overflow: hidden;
  border-radius: var(--radius-md);
  background-color: var(--theme-color-white);
  z-index: 1;
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.features-block .inner:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0;
  z-index: -1;
  background-color: rgb(238, 245, 243);
  -webkit-transform: scale(0.2, 1);
          transform: scale(0.2, 1);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.features-block .inner:hover::before {
  opacity: 1;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.features-block .inner:hover .shape {
  opacity: 1;
  visibility: visible;
}
.features-block .inner:hover .icon {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  color: var(--theme-color-white);
  background-color: var(--theme-color1);
}
.features-block .inner:hover .btn-view-details .btn-plain-text-with-arrow-right {
  color: var(--theme-color2) !important;
}
.features-block .inner:hover .btn-view-details .btn-plain-text-with-arrow-right:after {
  color: var(--theme-color2) !important;
}
.features-block .inner .icon {
  position: relative;
  width: 80px;
  height: 80px;
  font-size: 44px;
  line-height: 94px;
  text-align: center;
  border-radius: var(--radius-sm);
  color: var(--theme-color1);
  background-color: #f3f3f4;
  font-family: "flaticon-finance";
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.features-block .inner .shape {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  background: url(../images/icons/shape-3.png);
  height: 269px;
  width: 186px;
}
.features-block .features-title {
  margin-top: 35px;
  margin-bottom: 0;
}
.features-block .features-title a {
  color: var(--theme-color1);
}
.features-block .features-details {
  position: relative;
  color: #4e595d;
  margin-top: 15px;
  margin-bottom: 25px;
}
.features-block .btn-view-details {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  margin-top: 18px;
}
.features-block .btn-view-details:hover .btn-plain-text-with-arrow-right {
  color: var(--theme-color2) !important;
}
.features-block .btn-view-details:hover .btn-plain-text-with-arrow-right:after {
  color: var(--theme-color2) !important;
}
.features-block .btn-view-details .btn-plain-text-with-arrow-right {
  position: relative;
  font-weight: 400 !important;
  font-size: 14px !important;
}
.features-block .btn-view-details .btn-plain-text-with-arrow-right::after {
  font-family: "FlaticonCommon" !important;
  content: "\f118";
  color: #222;
}

[data-tm-layout=dark] .features-block .inner:hover .icon {
  color: var(--theme-color1);
}
[data-tm-layout=dark] .features-block .inner:hover .btn-view-details .btn-plain-text-with-arrow-right {
  color: var(--theme-color2) !important;
}
[data-tm-layout=dark] .features-block .inner:hover .btn-view-details .btn-plain-text-with-arrow-right:after {
  color: var(--theme-color2) !important;
}
[data-tm-layout=dark] .features-block .inner .icon {
  background-color: #1d1d1d;
}
[data-tm-layout=dark] .features-block .btn-view-details:hover .btn-plain-text-with-arrow-right {
  color: var(--theme-color2) !important;
}
[data-tm-layout=dark] .features-block .btn-view-details:hover .btn-plain-text-with-arrow-right:after {
  color: var(--theme-color2) !important;
}
[data-tm-layout=dark] .features-block .btn-view-details .btn-plain-text-with-arrow-right {
  color: #a1a1a1 !important;
}
[data-tm-layout=dark] .features-block .btn-view-details .btn-plain-text-with-arrow-right::after {
  color: #a1a1a1 !important;
}

@media (max-width: 1399.98px) {
  .features-block .inner {
    padding: 35px 20px 25px;
  }
  .features-block .features-title {
    font-size: 20px;
  }
}
@media (max-width: 575.98px) {
  .features-block .inner {
    padding: 25px 25px;
  }
}
/*** 

====================================================================
   about- Section 
====================================================================

***/
.about-section {
  position: relative;
}
.about-section .image-column .inner-column {
  position: relative;
}
@media (max-width: 991.98px) {
  .about-section .image-column .inner-column {
    max-width: 700px;
  }
}
.about-section .image-column .inner-column:before {
  position: absolute;
  content: "";
  background-color: var(--theme-color4);
  width: 16.68px;
  height: 244px;
  border-radius: var(--radius-lg);
  top: 0;
  right: 114.32px;
}
@media (max-width: 1439.98px) {
  .about-section .image-column .inner-column:before {
    right: 40px;
  }
}
@media (max-width: 767.98px) {
  .about-section .image-column .inner-column:before {
    display: none;
  }
}
.about-section .image-column .inner-column .image-box {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
  will-change: transform;
}
.about-section .image-column .inner-column .image-box.one {
  padding-right: 178px;
}
@media (max-width: 1439.98px) {
  .about-section .image-column .inner-column .image-box.one {
    padding-right: 100px;
  }
}
@media (max-width: 767.98px) {
  .about-section .image-column .inner-column .image-box.one {
    padding-right: 0;
    max-height: 450px;
  }
  .about-section .image-column .inner-column .image-box.one .image {
    max-height: 450px;
  }
  .about-section .image-column .inner-column .image-box.one .image img {
    max-height: 450px;
  }
}
.about-section .image-column .inner-column .image-box.two {
  margin-top: -210px;
  z-index: 1;
  padding-left: 262px;
  padding-right: 70px;
}
@media (max-width: 1439.98px) {
  .about-section .image-column .inner-column .image-box.two {
    padding-left: 200px;
    padding-right: 0;
  }
}
@media (max-width: 767.98px) {
  .about-section .image-column .inner-column .image-box.two {
    display: none;
  }
}
.about-section .image-column .inner-column .image-box.two .image img {
  border-radius: 0;
}
.about-section .image-column .inner-column .image-box .image {
  width: 100%;
  height: 100%;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 10px solid var(--theme-color-white);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.about-section .image-column .inner-column .image-box:hover .image {
  transform: scale(1.02);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.about-section .image-column .inner-column .image-box.swapping .image {
  transition: none;
}
.about-section .image-column .inner-column .image-box .image img {
  width: 100%;
  height: 100%;
  border-radius: var(--radius-lg);
  -o-object-fit: cover;
     object-fit: cover;
}
.about-section .content-column .inner-column {
  position: relative;
  padding-left: 23px;
}
@media (max-width: 1199.98px) {
  .about-section .content-column .inner-column {
    padding-left: 0;
    margin-top: 30px;
  }
}
.about-section .content-column .inner-column .sec-title .text {
  position: relative;
  margin: 20px 0 35px;
}
@media (max-width: 767.98px) {
  .about-section .content-column .inner-column .sec-title .text {
    margin: 20px 0 25px;
  }
}
.about-section .content-column .inner-column .feature-box {
  position: relative;
  width: 100%;
  max-width: 575px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
@media (max-width: 767.98px) {
  .about-section .content-column .inner-column .feature-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.about-section .content-column .inner-column .feature-box .feature {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 11px;
}
@media (max-width: 575.98px) {
  .about-section .content-column .inner-column .feature-box .feature {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.about-section .content-column .inner-column .feature-box .feature:hover .icon {
  color: var(--theme-color1-text-color);
  text-align: center;
}
.about-section .content-column .inner-column .feature-box .feature:hover .icon:before {
  background-color: var(--theme-color1);
}
.about-section .content-column .inner-column .feature-box .feature .icon {
  position: relative;
  display: inline-block;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  line-height: 75px;
  font-size: 35px;
  font-weight: 400;
  border: 1px dotted var(--theme-color1);
  color: var(--theme-color3-text-color);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-align: center;
}
.about-section .content-column .inner-column .feature-box .feature .icon i {
  position: relative;
  z-index: 1;
}
.about-section .content-column .inner-column .feature-box .feature .icon:before {
  position: absolute;
  content: " ";
  background-color: var(--theme-color3);
  width: 55px;
  height: 55px;
  border-radius: 50%;
  top: 4px;
  left: 4px;
  z-index: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.about-section .content-column .inner-column .feature-box .feature .title {
  position: relative;
  margin-top: 12px;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .about-section .content-column .inner-column .feature-box .feature .title br {
    display: none;
  }
}
.about-section .content-column .inner-column .list-style-one {
  position: relative;
  margin: 30px 0 20px;
}
@media (max-width: 767.98px) {
  .about-section .content-column .inner-column .list-style-one {
    margin: 25px 0 20px;
  }
}

/*** 

====================================================================
   about- Section-two 
====================================================================

***/
.about-section-two {
  position: relative;
}
.about-section-two .image-column .inner-column {
  position: relative;
}
@media (max-width: 1199.98px) {
  .about-section-two .image-column .inner-column {
    padding-bottom: 0;
  }
}
.about-section-two .image-column .inner-column:before {
  position: absolute;
  content: "";
  background-color: var(--theme-color4);
  width: 20px;
  height: 200px;
  border-radius: var(--radius-sm);
  top: 0;
  right: 100px;
}
@media (max-width: 767.98px) {
  .about-section-two .image-column .inner-column:before {
    display: none;
  }
}
.about-section-two .image-column .inner-column .round-text {
  position: absolute;
  top: 80px;
  left: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: inline-block;
  width: 146px;
  height: 146px;
  border-radius: 50%;
  line-height: 146px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme-color4);
}
@media (max-width: 1499.98px) {
  .about-section-two .image-column .inner-column .round-text {
    -webkit-transform: translateX(-10%);
            transform: translateX(-10%);
  }
}
@media (max-width: 1199.98px) {
  .about-section-two .image-column .inner-column .round-text {
    display: none;
  }
}
.about-section-two .image-column .inner-column .round-text:before {
  position: absolute;
  content: "";
  background-color: var(--theme-color3);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 0;
}
.about-section-two .image-column .inner-column .round-text span svg {
  -webkit-animation: spin 10s linear infinite;
          animation: spin 10s linear infinite;
  width: 100%;
  height: calc(100% - 10px);
}
.about-section-two .image-column .inner-column .round-text span text {
  fill: var(--theme-color-white);
  font-size: 17px;
  text-transform: uppercase;
}
.about-section-two .image-column .inner-column .round-text span textPath {
  fill: var(--theme-color-white);
}
.about-section-two .image-column .inner-column .round-text .number {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  line-height: 1.4;
  color: var(--theme-color1-text-color);
  z-index: 1;
}
.about-section-two .image-column .inner-column .image-box {
  position: relative;
  width: 100%;
  height: 100%;
}
.about-section-two .image-column .inner-column .image-box.one {
  padding-right: 147px;
}
@media (max-width: 767.98px) {
  .about-section-two .image-column .inner-column .image-box.one {
    padding-right: 0;
  }
}
@media (max-width: 991.98px) {
  .about-section-two .image-column .inner-column .image-box.one .image, .about-section-two .image-column .inner-column .image-box.one img {
    max-height: 650px;
  }
}
.about-section-two .image-column .inner-column .image-box.two {
  position: absolute;
  bottom: 65px;
  right: 61px;
  width: 100%;
  max-width: 298px;
  max-height: 313px;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .about-section-two .image-column .inner-column .image-box.two {
    display: none;
  }
}
.about-section-two .image-column .inner-column .image-box.two .image {
  border: 10px solid var(--theme-color-white);
}
.about-section-two .image-column .inner-column .image-box.two .image img {
  border-radius: var(--radius-lg);
}
.about-section-two .image-column .inner-column .image-box .image {
  width: 100%;
  height: 100%;
  border-radius: var(--radius-lg);
  overflow: hidden;
}
.about-section-two .image-column .inner-column .image-box .image img {
  width: 100%;
  height: 100%;
  border-radius: var(--radius-lg);
  -o-object-fit: cover;
     object-fit: cover;
}
.about-section-two .content-column .inner-column {
  position: relative;
  margin-left: -3px;
}
@media (max-width: 1199.98px) {
  .about-section-two .content-column .inner-column {
    padding-left: 0;
    margin-left: 0;
    margin-top: 30px;
  }
}
.about-section-two .content-column .inner-column .sec-title .text {
  position: relative;
  margin: 20px 0 50px;
}
@media (max-width: 767.98px) {
  .about-section-two .content-column .inner-column .sec-title .text {
    margin: 20px 0 25px;
  }
}
.about-section-two .content-column .inner-column .feature-box {
  position: relative;
  width: 100%;
  max-width: 525px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
@media (max-width: 767.98px) {
  .about-section-two .content-column .inner-column .feature-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.about-section-two .content-column .inner-column .feature-box .feature {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about-section-two .content-column .inner-column .feature-box .feature:hover .icon i {
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}
.about-section-two .content-column .inner-column .feature-box .feature .icon {
  position: relative;
  font-size: 50px;
  font-weight: 400;
  line-height: 1;
  color: var(--theme-color3);
  padding-right: 40px;
}
.about-section-two .content-column .inner-column .feature-box .feature .icon i {
  position: relative;
  display: inline-block;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.about-section-two .content-column .inner-column .feature-box .feature .icon:before {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  background-color: #F2F3F6;
  border-radius: 50%;
  right: 20%;
  bottom: 10%;
  z-index: -1;
}
.about-section-two .content-column .inner-column .feature-box .feature .title {
  position: relative;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .about-section-two .content-column .inner-column .feature-box .feature .title br {
    display: none;
  }
}
.about-section-two .content-column .inner-column .list-style-one {
  position: relative;
  margin: 35px 0 23px;
}
@media (max-width: 767.98px) {
  .about-section-two .content-column .inner-column .list-style-one {
    margin: 25px 0 20px;
  }
}
.about-section-two .content-column .inner-column .list-style-one i {
  color: var(--theme-color4);
}
.about-section-two .content-column .inner-column .list-style-one span {
  font-size: var(--text-body);
  font-weight: 400;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/*** 

====================================================================
   Award Section
====================================================================

***/
.award-section {
  background-color: #f0f6f4;
}

.award-block-one {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.award-block-one .inner-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .award-block-one .inner-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.award-block-one .inner-box .content-box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid rgba(29, 33, 50, 0.0784313725);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 60px auto 60px auto;
  grid-template-columns: auto auto auto;
  gap: 60px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px 60px;
  position: relative;
  width: 100%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 991.98px) {
  .award-block-one .inner-box .content-box {
    gap: 40px;
    padding: 40px 30px 34px;
  }
}
@media (max-width: 767.98px) {
  .award-block-one .inner-box .content-box {
    display: block;
    gap: 20px;
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  .award-block-one .inner-box .content-box {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}
.award-block-one .inner-box .content-box .title-box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 60px;
}
@media (max-width: 767.98px) {
  .award-block-one .inner-box .content-box .title-box {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
    margin-bottom: 10px;
  }
}
.award-block-one .inner-box .content-box .title-box .year {
  color: #1B1F12;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  text-align: center;
}
.award-block-one .inner-box .content-box .title-box .title {
  color: #1B1F12;
  font-size: 30px;
  line-height: 39px;
  margin-bottom: 0;
}
.award-block-one .inner-box .content-box .category {
  position: relative;
}
.award-block-one .inner-box .content-box .icon {
  color: var(--theme-color2);
  font-size: 20px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.award-block-one .inner-box:hover {
  background-color: var(--theme-color1);
  cursor: pointer;
}
.award-block-one .inner-box:hover .icon {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.award-block-one:last-child .inner-box .content-box {
  border-bottom: 1px solid rgba(29, 33, 50, 0.0784313725);
}

/*** 

====================================================================
   award-section-one
====================================================================

***/
.award-section-one {
  position: relative;
  padding: 0 15px;
}
.award-section-one .outer-box {
  position: relative;
  max-width: 1840px;
  padding: 190px 0 120px;
  border-radius: var(--radius-lg);
  background-color: #f0f6f4;
  overflow: hidden;
  margin: -70px auto 0;
  z-index: 0;
}
@media (max-width: 991.98px) {
  .award-section-one .outer-box {
    padding: 150px 0 80px;
  }
}
.award-section-one .outer-box .shape-1 {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0.59;
}
@media (max-width: 1439.98px) {
  .award-section-one .outer-box .shape-1 {
    display: none;
  }
}
.award-section-one .outer-box .sec-title-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 60px;
  margin-bottom: 60px;
}
@media (max-width: 991.98px) {
  .award-section-one .outer-box .sec-title-box {
    margin-bottom: 35px;
  }
}
@media (max-width: 1024px) {
  .award-section-one .outer-box .sec-title-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
  }
}
.award-section-one .outer-box .sec-title-box .sec-title {
  max-width: 475px;
}
@media (max-width: 1024px) {
  .award-section-one .outer-box .sec-title-box .sec-title {
    max-width: 100%;
    text-align: center;
  }
}
.award-section-one .outer-box .sec-title-box .sec-title .title {
  margin-bottom: 0;
}
.award-section-one .outer-box .sec-title-box .text {
  max-width: 607px;
}
@media (max-width: 1024px) {
  .award-section-one .outer-box .sec-title-box .text {
    max-width: 100%;
    text-align: center;
  }
}
.award-section-one .outer-box .image-column {
  position: relative;
}
@media (max-width: 991.98px) {
  .award-section-one .outer-box .image-column {
    display: none;
  }
}
.award-section-one .outer-box .image-column .image {
  position: relative;
  margin-left: -94px;
  padding-right: 76px;
}
@media (max-width: 1366px) {
  .award-section-one .outer-box .image-column .image {
    margin-left: 0;
    padding-right: 0;
  }
}
.award-section-one .outer-box .content-column .inner-column {
  position: relative;
  padding-left: 24px;
}
@media (max-width: 1366px) {
  .award-section-one .outer-box .content-column .inner-column {
    padding-left: 0;
  }
}

.award-block {
  position: relative;
}
.award-block .inner-block {
  position: relative;
  z-index: 1;
  padding: 40px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  margin-bottom: 20px;
}
@media (max-width: 575.98px) {
  .award-block .inner-block {
    padding: 20px 0;
  }
}
.award-block .inner-block:hover {
  background: var(--theme-color1);
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 575.98px) {
  .award-block .inner-block:hover {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.award-block .inner-block:hover .left-side {
  gap: 30px;
}
@media (max-width: 575.98px) {
  .award-block .inner-block:hover .left-side {
    gap: 20px;
  }
}
.award-block .inner-block .left-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 70px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .award-block .inner-block .left-side {
    gap: 50px;
  }
}
.award-block .inner-block .left-side .count {
  font-size: 24px;
  font-weight: 500;
  line-height: 45.6px;
  color: var(--theme-color2);
}
.award-block .inner-block .left-side .title {
  margin-bottom: 0;
}
.award-block .inner-block .right-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 110px;
}
.award-block .inner-block .right-side .text {
  font-size: 18px;
}
.award-block .inner-block .right-side .link-btn {
  font-size: 36px;
  color: var(--theme-color1-text-color);
}
.award-block .inner-block .right-side .link-btn i {
  font-weight: 400;
}

/***

====================================================================
    Marquee Section
====================================================================

***/
.marquee-section {
  position: relative;
}
.marquee-section .marquee {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  gap: 0;
  -webkit-animation: scroll 15s linear infinite;
          animation: scroll 15s linear infinite;
}
.marquee-section .marquee.two {
  -webkit-animation: scroll-reverse 15s linear infinite;
          animation: scroll-reverse 15s linear infinite;
}
.marquee-section .marquee.two .marquee-group {
  -webkit-animation: scroll-reverse 15s linear infinite;
          animation: scroll-reverse 15s linear infinite;
  background-color: var(--theme-color1);
}
.marquee-section .marquee.two .marquee-group .text {
  color: var(--theme-color-white);
}
.marquee-section .marquee-group {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  gap: 0;
  min-width: 100%;
  -webkit-animation: scroll 15s linear infinite;
          animation: scroll 15s linear infinite;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 2.5px 0;
  background-color: var(--bg-color);
}
.marquee-section .marquee-group .text {
  position: relative;
  font-size: 50px;
  font-weight: 400;
  font-family: var(--heading-font-family);
  color: var(--headings-color);
  padding: 0 30px;
  text-transform: capitalize;
}
@media (max-width: 767.98px) {
  .marquee-section .marquee-group .text {
    font-size: 40px;
  }
}
.marquee-section .marquee-group .text.divider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-repeat: no-repeat;
  background-position: center;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-25%);
            transform: translateX(-25%);
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-25%);
            transform: translateX(-25%);
  }
}
@-webkit-keyframes scroll-reverse {
  0% {
    -webkit-transform: translateX(-25%);
            transform: translateX(-25%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes scroll-reverse {
  0% {
    -webkit-transform: translateX(-25%);
            transform: translateX(-25%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/*** 

====================================================================
  Main Slider
====================================================================

***/
/***

====================================================================
    Services Section
====================================================================

***/
.services-section {
  position: relative;
}
.services-section .outer-box {
  position: relative;
  max-width: 1860px;
  margin: 0 auto;
  border-radius: 40px;
  background-color: var(--theme-color-white);
}
.services-section .outer-container {
  position: relative;
  max-width: 1810px;
  padding: 0 15px;
  margin: 0 auto;
}
.services-section .outer-container .services-dot {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  z-index: 1;
  margin-top: 45px;
}
@media (max-width: 767.98px) {
  .services-section .outer-container .services-dot {
    margin-top: 30px;
  }
}
.services-section .outer-container .services-dot .swiper-pagination-bullet {
  position: relative;
  width: 50px;
  height: 5px;
  margin: 0;
  border-radius: var(--radius-sm);
  opacity: 1;
  background-color: #e7e7e7;
}
.services-section .outer-container .services-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--theme-color1);
}

.service-block .inner-block {
  position: relative;
  padding: 10px;
  background-color: #eef5f3;
  border-radius: var(--radius-lg);
}

.service-block .inner-block:hover .content-box .inner-box .service-title {
  color: var(--theme-color1);
}

.service-block .inner-block .content-box .inner-box {
  padding: 30px 20px 0;
  text-align: center;
}
.service-block .inner-block .content-box .inner-box .icon {
  margin-bottom: 33px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block .inner-block .content-box .inner-box .icon i {
  color: var(--theme-color1);
  font-size: 60px;
  line-height: 1;
}
.service-block .inner-block .content-box .inner-box .service-title {
  font-size: 28px;
  line-height: 1.5;
  margin-bottom: 11px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 3em;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block .inner-block .content-box .inner-box .service-details {
  color: rgba(44, 35, 29, 0.6);
  letter-spacing: -0.32px;
  margin-bottom: 31px;
  line-height: 1.7;
  text-align: left;
  font-size: var(--text-body);
}
.service-block .inner-block .content-box .inner-box .service-details p {
  text-indent: 2em;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.service-block .inner-block .content-box .inner-box .service-details p:last-child {
  margin-bottom: 0;
}
.service-block .inner-block .content-box .inner-box .link-btn-style {
  font-size: var(--text-body);
  font-family: var(--heading-font-family);
  color: var(--theme-color2);
  font-weight: 400;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  position: relative;
  z-index: 2;
}
.service-block .inner-block .content-box .inner-box .link-btn-style i {
  font-size: 14px;
  margin-left: 10px;
  position: relative;
  color: var(--theme-color2);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block .inner-block .content-box .inner-box .link-btn-style:hover {
  color: var(--theme-color1);
}
.service-block .inner-block .content-box .inner-box .link-btn-style:hover i {
  color: var(--theme-color1);
}
.service-block .inner-block .image {
  position: relative;
  border-radius: var(--radius-lg);
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4 / 3;
  margin-top: 0;
}
.service-block .inner-block .image img {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  -o-object-fit: cover;
     object-fit: cover;
}


@media (max-width: 1549.98px) {
  .service-block .inner-block .content-box .inner-box {
    padding: 30px 10px 0;
  }
}
@media (max-width: 1199.98px) {
  .service-block .inner-block .content-box .inner-box .link-btn-style {
    font-size: var(--text-body);
  }
}

/***

====================================================================
    services-section-two
====================================================================

***/
.services-section-two {
  position: relative;
  padding: 0 15px;
}
.services-section-two .outer-box {
  position: relative;
  max-width: 1840px;
  margin: 0 auto;
  border-radius: var(--radius-lg);
  background-color: var(--bg-color);
}
.services-section-two .outer-box .tabs-box {
  position: relative;
}
.services-section-two .outer-box .tabs-box .tab-btns {
  position: relative;
  margin-right: 44px;
}
@media (max-width: 1439.98px) {
  .services-section-two .outer-box .tabs-box .tab-btns {
    margin-right: 0;
  }
}
.services-section-two .outer-box .tabs-box .tab-btns .tab-btn {
  position: relative;
  width: 100%;
  padding: 11.5px 17px;
  border-radius: var(--radius-lg);
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: 0 20px 70px 0 rgba(17, 17, 37, 0.05);
          box-shadow: 0 20px 70px 0 rgba(17, 17, 37, 0.05);
  color: var(--theme-color3);
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.services-section-two .outer-box .tabs-box .tab-btns .tab-btn:hover, .services-section-two .outer-box .tabs-box .tab-btns .tab-btn.active-btn {
  background-color: var(--theme-color1);
  color: var(--theme-color-white);
}
.services-section-two .outer-box .tabs-box .tab-btns .tab-btn span {
  font-size: 20px;
  text-align: left;
}
.services-section-two .outer-box .tabs-box .tab-btns .tab-btn i {
  margin-right: 22px;
  font-size: 50px;
  line-height: 1;
}
@media (max-width: 991.98px) {
  .services-section-two .outer-box .tabs-box .tab-btns .tab-btn i {
    margin-right: 15px;
  }
}
.services-section-two .outer-box .content-box .inner-box {
  position: relative;
}
.services-section-two .outer-box .content-box .inner-box .image {
  position: relative;
  width: 100%;
  border-radius: var(--radius-lg);
  margin-bottom: 45px;
}
@media (max-width: 767.98px) {
  .services-section-two .outer-box .content-box .inner-box .image {
    min-height: 400px;
  }
}
.services-section-two .outer-box .content-box .inner-box .image img {
  width: 100%;
  height: 100%;
  border-radius: var(--radius-lg);
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767.98px) {
  .services-section-two .outer-box .content-box .inner-box .image img {
    min-height: 400px;
  }
}
.services-section-two .outer-box .content-box .inner-box .title {
  position: relative;
  margin-bottom: 24px;
}
.services-section-two .outer-box .content-box .inner-box .text {
  position: relative;
  margin-bottom: 40px;
}

/***

====================================================================
    Services Section-three
====================================================================

***/
.services-section-three {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 0 15px;
}
.services-section-three .outer-container {
  position: relative;
  max-width: 1840px;
  padding: 120px 0 0;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 20px 20px 0 0;
  background-color: var(--theme-color1);
}
@media (max-width: 991.98px) {
  .services-section-three .outer-container {
    padding: 80px 0 0;
  }
}
.services-section-three .outer-container .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.services-section-three .outer-container .bg-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.services-section-three .outer-container .sec-title .title {
  margin-bottom: 16px;
}
.services-section-three .outer-container .sec-title .text {
  max-width: 436px;
  margin-left: auto;
  padding-bottom: 55px;
  color: var(--theme-color-white);
}
@media (max-width: 1199.98px) {
  .services-section-three .outer-container .sec-title .text {
    margin-left: 0;
    max-width: 100%;
    padding-bottom: 0;
  }
}
.services-section-three .outer-box {
  overflow: hidden;
  position: relative;
  margin-right: -1px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: background-image 0.3s ease-in-out;
  transition: background-image 0.3s ease-in-out;
}
.services-section-three .outer-box:before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(18, 18, 18, 0)), to(#121212));
  background: linear-gradient(180deg, rgba(18, 18, 18, 0) 0%, #121212 100%);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.services-section-three .outer-box:hover .arrow-box {
  top: 30px;
}
.services-section-three .outer-box .swiper-horizontal {
  padding-bottom: 0;
}
.services-section-three .outer-box .arrow-box {
  position: absolute;
  top: -60px;
  right: 30px;
  z-index: 9;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.services-section-three .outer-box .arrow-box .slider-prev,
.services-section-three .outer-box .arrow-box .slider-next {
  background-color: var(--theme-color-white);
  border-radius: 3px;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  width: 50px;
}

.service-block-three .inner-box {
  border-right: 1px solid rgba(var(--theme-color-white-rgb), 0.2);
  overflow: hidden;
  position: relative;
  min-height: 636px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: self-end;
      -ms-flex-align: self-end;
          align-items: self-end;
  z-index: 1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 767.98px) {
  .service-block-three .inner-box {
    min-height: 600px;
  }
}
.service-block-three .inner-box:hover .content .btn-box, .service-block-three .inner-box.active .content .btn-box {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
  margin-bottom: 0;
}
.service-block-three .content {
  position: relative;
  padding: 60px 40px;
  width: 100%;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 1439.98px) {
  .service-block-three .content {
    padding: 43px 35px 47px;
  }
}
@media (max-width: 575.98px) {
  .service-block-three .content {
    padding: 30px 15px 60px;
  }
}
.service-block-three .content .sub-title {
  position: relative;
  margin-bottom: 16px;
}
.service-block-three .content .sub-title .text {
  position: relative;
  display: inline-block;
  padding: 3px 15px;
  border-radius: var(--radius-lg);
  background-color: rgba(255, 255, 255, 0.2);
  color: var(--theme-color-white);
}
.service-block-three .content .title {
  color: var(--theme-color-white);
  margin-bottom: 15px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .service-block-three .content .title {
    font-size: 24px;
  }
}
.service-block-three .content .text {
  color: rgba(var(--theme-color-white-rgb), 0.65);
}
.service-block-three .content .btn-box {
  padding-top: 16px;
  margin-bottom: -100px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

/***

==================================================================
 video-section
==================================================================

***/
.video-section {
  position: relative;
  padding: 0 15px;
}
.video-section .outer-box {
  position: relative;
  max-width: 1700px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  margin: 0 auto;
  margin-top: -240px;
}
.video-section .outer-box:before {
  position: absolute;
  content: "";
  background-color: rgba(var(--theme-color1-rgb), 0.88);
  width: 544px;
  height: 300px;
  border-radius: 270px 270px 0px 0px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
@media (max-width: 767.98px) {
  .video-section .outer-box:before {
    width: 100%;
  }
}
.video-section .outer-box .bg-image {
  position: absolute;
  border-radius: var(--radius-lg);
  width: 100%;
  height: 100%;
}
.video-section .outer-box .bg-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: var(--radius-lg);
}
.video-section .outer-box .video-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 331px 0 86px;
  z-index: 1;
  position: relative;
}
@media (max-width: 991.98px) {
  .video-section .outer-box .video-box {
    padding: 241px 0 86px;
  }
}
.video-section .outer-box .video-box .play-now-one {
  position: relative;
  width: 100px;
  height: 100px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme-color2);
  line-height: 100px;
  font-size: 26px;
  color: var(--theme-color1);
  margin-bottom: 48px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.video-section .outer-box .video-box .play-now-one:hover {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.video-section .outer-box .video-box .play-now-one:before {
  position: absolute;
  width: 125px;
  height: 125px;
  border-radius: 50%;
  background-color: transparent;
  content: "";
  border: 1px solid var(--theme-color-black);
  top: -12.5px;
  left: -12.5px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.video-section .outer-box .video-box .title {
  margin-bottom: 0;
  text-align: center;
  position: relative;
  z-index: 2;
  font-size: 48px;
}
@media (max-width: 767.98px) {
  .video-section .outer-box .video-box .title {
    font-size: 37.6px;
  }
}

/***

==================================================================
 video-section-two
==================================================================

***/
.video-section-two {
  position: relative;
  padding: 0 15px;
}
.video-section-two .outer-box {
  position: relative;
  max-width: 1880px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  margin: 0 auto;
  padding: 367px 0 100px;
  z-index: 3;
}
@media (max-width: 1024px) {
  .video-section-two .outer-box {
    padding: 400px 0 20px;
  }
}
.video-section-two .outer-box:before {
  position: absolute;
  content: "";
  background-color: var(--theme-color-black);
  width: 100%;
  height: 100%;
  border-radius: var(--radius-lg);
  top: 0;
  left: 0;
  opacity: 0.32;
  z-index: 1;
}
.video-section-two .outer-box .bg-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}

.video-block {
  position: relative;
}
.video-block .inner-block {
  position: relative;
  background-color: var(--theme-color-white);
  border-radius: var(--radius-sm);
  z-index: 3;
  max-width: 520px;
  overflow: hidden;
  margin-left: 5px;
}
@media (max-width: 767.98px) {
  .video-block .inner-block {
    max-width: 100%;
    margin-left: 0;
  }
}
.video-block .inner-block .content {
  position: relative;
  padding: 40px 30px;
}
@media (max-width: 575.98px) {
  .video-block .inner-block .content {
    padding: 30px 20px;
  }
}
.video-block .inner-block .content .title {
  position: relative;
  line-height: 36px;
  margin-bottom: 18px;
}
.video-block .inner-block .bottom-box {
  position: relative;
  padding: 10px 30px;
  background-color: var(--theme-color1);
  margin-top: 0;
}
@media (max-width: 575.98px) {
  .video-block .inner-block .bottom-box {
    padding: 10px 20px;
  }
}
.video-block .inner-block .bottom-box.btn-view-details .btn-plain-text-with-arrow-right::after {
  content: "\f0a9";
  font-size: 14px;
}

/*** 

====================================================================
   contact-section
====================================================================

***/
.contact-section {
  position: relative;
  margin: 0 15px;
}
.contact-section .outer-container {
  position: relative;
  max-width: 1840px;
  margin: 0 auto;
}
.contact-section .outer-container .image-column .inner-column {
  position: relative;
  border-radius: var(--radius-lg);
  height: 100%;
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .contact-section .outer-container .image-column .inner-column {
    min-height: 450px;
  }
}
.contact-section .outer-container .image-column .inner-column:before {
  position: absolute;
  content: "";
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(0, 84, 83, 0)), color-stop(90%, #005453));
  background-image: linear-gradient(180deg, rgba(0, 84, 83, 0) 20%, #005453 90%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: var(--radius-lg);
  z-index: 1;
}
.contact-section .outer-container .image-column .inner-column .image {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: var(--radius-lg);
  z-index: 0;
}
.contact-section .outer-container .image-column .inner-column .image img {
  width: 100%;
  height: 100%;
  border-radius: var(--radius-lg);
  -o-object-fit: cover;
     object-fit: cover;
}
.contact-section .outer-container .image-column .inner-column .content {
  position: absolute;
  bottom: 60px;
  left: 80px;
  z-index: 2;
  width: 100%;
  max-width: 700px;
}
@media (max-width: 1199.98px) {
  .contact-section .outer-container .image-column .inner-column .content {
    bottom: 40px;
    left: 20px;
  }
}
@media (max-width: 1199.98px) {
  .contact-section .outer-container .image-column .inner-column .content {
    width: calc(100% - 40px);
    left: 20px;
    right: 20px;
  }
}
.contact-section .outer-container .image-column .inner-column .content .title {
  position: relative;
  color: var(--theme-color-white);
  margin-bottom: 40px;
}
.contact-section .outer-container .image-column .inner-column .content .info {
  position: relative;
}
.contact-section .outer-container .image-column .inner-column .content .info span, .contact-section .outer-container .image-column .inner-column .content .info .info-title {
  position: relative;
  color: var(--theme-color-white);
}
.contact-section .outer-container .image-column .inner-column .content .info .info-title {
  margin-bottom: 0;
}
.contact-section .outer-container .content-column .inner-column {
  position: relative;
  border-radius: var(--radius-lg);
  background-color: var(--theme-color1);
  padding: 100px;
}
@media (max-width: 1439.98px) {
  .contact-section .outer-container .content-column .inner-column {
    padding: 100px 30px;
  }
}
@media (max-width: 991.98px) {
  .contact-section .outer-container .content-column .inner-column {
    padding: 80px 20px;
  }
}
.contact-section .outer-container .content-column .inner-column .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: var(--radius-lg);
  opacity: 0.02;
}
.contact-section .outer-container .content-column .inner-column .bg-image img {
  width: 100%;
  height: 100%;
  border-radius: var(--radius-lg);
  -o-object-fit: cover;
     object-fit: cover;
}
.contact-section .outer-container .content-column .inner-column .form-box .inner-box {
  position: relative;
}
.contact-section .outer-container .content-column .inner-column .form-box .inner-box .theme-btn {
  width: 100%;
  padding: 11px 30px;
  background-color: var(--theme-color3);
  color: var(--theme-color3-text-color);
  border-radius: var(--radius-md);
  margin-top: 4px;
}
.contact-section .outer-container .content-column .inner-column .form-box .inner-box .form-clt {
  position: relative;
  width: 100%;
}
.contact-section .outer-container .content-column .inner-column .form-box .inner-box .form-clt input,
.contact-section .outer-container .content-column .inner-column .form-box .inner-box .form-clt textarea {
  position: relative;
  width: 100%;
  background-color: transparent;
  padding-bottom: 15px;
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1019607843);
  color: var(--theme-color-white);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.contact-section .outer-container .content-column .inner-column .form-box .inner-box .form-clt input:focus,
.contact-section .outer-container .content-column .inner-column .form-box .inner-box .form-clt textarea:focus {
  border-color: var(--theme-color-white);
}
.contact-section .outer-container .content-column .inner-column .form-box .inner-box .form-clt input::-webkit-input-placeholder, .contact-section .outer-container .content-column .inner-column .form-box .inner-box .form-clt textarea::-webkit-input-placeholder {
  color: var(--theme-color-white);
}
.contact-section .outer-container .content-column .inner-column .form-box .inner-box .form-clt input::-moz-placeholder, .contact-section .outer-container .content-column .inner-column .form-box .inner-box .form-clt textarea::-moz-placeholder {
  color: var(--theme-color-white);
}
.contact-section .outer-container .content-column .inner-column .form-box .inner-box .form-clt input:-ms-input-placeholder, .contact-section .outer-container .content-column .inner-column .form-box .inner-box .form-clt textarea:-ms-input-placeholder {
  color: var(--theme-color-white);
}
.contact-section .outer-container .content-column .inner-column .form-box .inner-box .form-clt input::-ms-input-placeholder, .contact-section .outer-container .content-column .inner-column .form-box .inner-box .form-clt textarea::-ms-input-placeholder {
  color: var(--theme-color-white);
}
.contact-section .outer-container .content-column .inner-column .form-box .inner-box .form-clt input::placeholder,
.contact-section .outer-container .content-column .inner-column .form-box .inner-box .form-clt textarea::placeholder {
  color: var(--theme-color-white);
}
.contact-section .outer-container .content-column .inner-column .form-box .inner-box .form-clt textarea {
  height: 126px;
}

/*** 

====================================================================
   contact-section-two
====================================================================

***/
.contact-section-two {
  position: relative;
}
.contact-section-two .shape-1 {
  position: absolute;
  top: 0;
  right: 0;
}
.contact-section-two .shape-2 {
  position: absolute;
  left: 0;
  bottom: -160px;
}
.contact-section-two .content-column .inner-column {
  position: relative;
  max-width: 500px;
}
@media (max-width: 1199.98px) {
  .contact-section-two .content-column .inner-column {
    max-width: 100%;
  }
}
@media (max-width: 991.98px) {
  .contact-section-two .content-column .inner-column {
    margin-bottom: 40px;
  }
}
.contact-section-two .content-column .inner-column .sec-title .title {
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .contact-section-two .content-column .inner-column .sec-title .title {
    margin-bottom: 20px;
  }
}
.contact-section-two .content-column .inner-column .sec-title .text {
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .contact-section-two .content-column .inner-column .sec-title .text {
    margin-bottom: 20px;
  }
}
.contact-section-two .content-column .inner-column .info-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-right: -16px;
}
@media (max-width: 1199.98px) {
  .contact-section-two .content-column .inner-column .info-box {
    margin-right: 0;
  }
}
@media (max-width: 575.98px) {
  .contact-section-two .content-column .inner-column .info-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.contact-section-two .content-column .inner-column .info-box .info {
  position: relative;
  padding: 10px 20px 15px 30px;
  background-color: #F5F5F5;
  border-radius: var(--radius-md);
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: rgba(26, 35, 126, 0.1019607843);
  width: 50%;
}
@media (max-width: 1199.98px) {
  .contact-section-two .content-column .inner-column .info-box .info {
    padding: 10px 15px 15px;
  }
}
@media (max-width: 575.98px) {
  .contact-section-two .content-column .inner-column .info-box .info {
    width: 100%;
  }
}
.contact-section-two .content-column .inner-column .info-box .info:hover .sub-title i {
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}
.contact-section-two .content-column .inner-column .info-box .info .sub-title {
  position: relative;
  color: #0A192F;
}
.contact-section-two .content-column .inner-column .info-box .info .sub-title i {
  font-weight: 400;
  margin-right: 7px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.contact-section-two .content-column .inner-column .info-box .info .title {
  position: relative;
  margin-bottom: 0;
}
.contact-section-two .form-column .inner-column {
  position: relative;
  padding-left: 9px;
}
@media (max-width: 991.98px) {
  .contact-section-two .form-column .inner-column {
    padding-left: 0;
  }
}
.contact-section-two .form-column .inner-column .form-box .inner-box {
  position: relative;
}
.contact-section-two .form-column .inner-column .form-box .inner-box .form-clt {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}
.contact-section-two .form-column .inner-column .form-box .inner-box .form-clt textarea {
  height: 121px !important;
}
.contact-section-two .form-column .inner-column .form-box .inner-box .form-clt input,
.contact-section-two .form-column .inner-column .form-box .inner-box .form-clt select,
.contact-section-two .form-column .inner-column .form-box .inner-box .form-clt textarea {
  position: relative;
  width: 100%;
  background-color: var(--bg-color);
  border: 1px solid rgba(26, 35, 126, 0.1019607843);
  border-radius: var(--radius-lg);
  height: 60.8px;
  padding: 14px 20px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.contact-section-two .form-column .inner-column .form-box .inner-box .form-clt input:focus,
.contact-section-two .form-column .inner-column .form-box .inner-box .form-clt select:focus,
.contact-section-two .form-column .inner-column .form-box .inner-box .form-clt textarea:focus {
  border-color: var(--theme-color1);
}
.contact-section-two .form-column .inner-column .form-box .inner-box .theme-btn {
  border-radius: 60px;
  padding: 1.26rem 3.2rem;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  background-color: var(--theme-color3);
  color: var(--theme-color3-text-color);
}

/***

====================================================================
   cta-section
====================================================================

***/
.cta-section {
  position: relative;
  padding: 0 15px;
}
.cta-section .outer-box {
  position: relative;
  padding: 100px 0 195px;
  border-radius: var(--radius-lg);
  max-width: 1860px;
  margin: 0 auto -105px;
}
@media (max-width: 767.98px) {
  .cta-section .outer-box {
    padding: 80px 0 150px;
  }
}
.cta-section .outer-box .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: var(--radius-lg);
}
.cta-section .outer-box .bg-image img {
  width: 100%;
  height: 100%;
  border-radius: var(--radius-lg);
  -o-object-fit: cover;
     object-fit: cover;
}

.cta-block .inner-block {
  text-align: center;
}
@media (max-width: 767.98px) {
  .cta-block .inner-block {
    margin-bottom: 30px;
  }
}
.cta-block .inner-block .title {
  position: relative;
  margin-bottom: 10px;
}
.cta-block .inner-block span {
  position: relative;
  display: block;
}

/***

====================================================================
   cta-section-two
====================================================================

***/
.cta-section-two {
  position: relative;
  padding: 0 15px;
}
.cta-section-two .cta-block-two .inner-block {
  position: relative;
  border-radius: var(--radius-sm);
  padding: 62.5px 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 3;
  margin-bottom: -95px;
}
.cta-section-two .cta-block-two .inner-block .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: var(--radius-sm);
  z-index: 0;
}
.cta-section-two .cta-block-two .inner-block .bg-image:before {
  position: absolute;
  content: "";
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(92, 92, 92, 0.4196078431)), to(#353535));
  background-image: linear-gradient(270deg, rgba(92, 92, 92, 0.4196078431) 0%, #353535 100%);
  width: 100%;
  height: 100%;
  border-radius: var(--radius-sm);
  top: 0;
  left: 0;
  z-index: 1;
}
.cta-section-two .cta-block-two .inner-block .bg-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: var(--radius-sm);
}
@media (max-width: 1199.98px) {
  .cta-section-two .cta-block-two .inner-block {
    padding: 50px 40px;
  }
}
@media (max-width: 991.98px) {
  .cta-section-two .cta-block-two .inner-block {
    padding: 50px 20px;
  }
}
@media (max-width: 767.98px) {
  .cta-section-two .cta-block-two .inner-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.cta-section-two .cta-block-two .inner-block .left-side {
  position: relative;
  max-width: 610px;
  z-index: 2;
}
@media (max-width: 767.98px) {
  .cta-section-two .cta-block-two .inner-block .left-side {
    margin-bottom: 20px;
  }
}
.cta-section-two .cta-block-two .inner-block .left-side .title {
  position: relative;
  margin-bottom: 0;
  color: var(--theme-color-white);
  font-size: clamp(28px, 5vw, 30px);
  line-height: 1.2;
}
@media (max-width: 767.98px) {
  .cta-section-two .cta-block-two .inner-block .left-side .title {
    text-align: center;
  }
}
.cta-section-two .cta-block-two .inner-block .theme-btn {
  position: relative;
  z-index: 2;
}

/*** 

====================================================================
    faq-section
====================================================================

***/
.faq-section {
  position: relative;
  padding: 0 15px;
}
.faq-section .outer-box {
  position: relative;
  max-width: 1840px;
  margin: 0 auto;
  border-radius: var(--radius-lg);
  overflow: hidden;
}
.faq-section .outer-box .bg-image {
  width: 100%;
  height: 100%;
}
.faq-section .outer-box .bg-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.faq-section .faq-column .inner-column {
  position: relative;
  padding: 100px 30px 82px 100px;
  background-color: var(--theme-color1);
  margin-left: 140px;
}
@media (max-width: 1439.98px) {
  .faq-section .faq-column .inner-column {
    margin-left: 0;
    padding: 100px 40px 85px;
  }
}
@media (max-width: 1199.98px) {
  .faq-section .faq-column .inner-column {
    margin-left: -50px;
  }
}
@media (max-width: 991.98px) {
  .faq-section .faq-column .inner-column {
    margin-left: 0;
    padding: 80px 15px;
  }
}
.faq-section .faq-column .inner-column .shape-1 {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.02;
  top: 0;
  left: 0;
}
.faq-section .faq-column .inner-column .shape-1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.faq-section .faq-column .inner-column .sec-title {
  margin-bottom: 35px;
}
.faq-section .faq-column .inner-column .sec-title .title {
  max-width: 720px;
}
.faq-section .faq-column .inner-column .faq-box .inner-box {
  position: relative;
  max-width: 720px;
}
@media (max-width: 991.98px) {
  .faq-section .faq-column .inner-column .faq-box .inner-box {
    max-width: 100%;
  }
}
.faq-section .faq-column .inner-column .accordion-box .accordion {
  padding-bottom: 0;
  background-color: rgba(255, 255, 255, 0.1019607843);
  border-bottom: 1px solid rgba(var(--theme-color-black-rgb), 0.08);
  border-radius: var(--radius-sm);
  margin-bottom: 10px;
}
.faq-section .faq-column .inner-column .accordion-box .accordion.active-block .acc-btn {
  background-color: var(--theme-color3);
  color: var(--theme-color3-text-color);
}
.faq-section .faq-column .inner-column .accordion-box .accordion.active-block .acc-btn .icon {
  color: var(--theme-color3-text-color);
}
.faq-section .faq-column .inner-column .accordion-box .accordion .acc-btn {
  padding: 15px 30px 9px 30px;
  border-bottom: none;
  color: var(--theme-color-white);
  border-radius: 10px 10px 0 0;
}
@media (max-width: 767.98px) {
  .faq-section .faq-column .inner-column .accordion-box .accordion .acc-btn {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.faq-section .faq-column .inner-column .accordion-box .accordion .acc-btn .icon {
  background-color: transparent;
  border-color: transparent;
  color: var(--theme-color-white);
}
.faq-section .faq-column .inner-column .accordion-box .accordion .acc-content .content {
  margin-top: 0;
}
.faq-section .faq-column .inner-column .accordion-box .accordion .acc-content .content .text {
  padding: 22px 30px 0 30px;
  margin-bottom: 18px !important;
  color: rgba(var(--theme-color-white-rgb), 0.698);
}
@media (max-width: 767.98px) {
  .faq-section .faq-column .inner-column .accordion-box .accordion .acc-content .content .text {
    padding-right: 20px;
    padding-left: 20px;
  }
}

/*** 

====================================================================
funfact-section
====================================================================

***/
.funfact-section.section-padding.pt-0 {
  padding: 25px 0;
}
@media (max-width: 991.98px) {
  .funfact-section.section-padding.pt-0 {
    padding: 18px 0;
  }
}
.funfact-block .inner-block {
  position: relative;
  text-align: center;
}
@media (max-width: 767.98px) {
  .funfact-block .inner-block {
    margin-bottom: 30px;
  }
}
.funfact-block .inner-block:before {
  background-color: #dad9d9;
  content: "";
  height: 90px;
  position: absolute;
  right: -23px;
  width: 1px;
  top: 10%;
}
@media (max-width: 1199.98px) {
  .funfact-block .inner-block:before {
    display: none;
  }
}
.funfact-block .inner-block .counter-box .count-box {
  position: relative;
  margin-bottom: 3px;
  color: var(--theme-color1);
}

/*** 

====================================================================
    Testimonial Section
====================================================================

***/
.testimonial-section {
  position: relative;
  padding: 0 15px;
}
.testimonial-section .outer-box {
  position: relative;
  max-width: 1860px;
  margin: 0 auto;
  border-radius: 40px;
  background-color: var(--theme-color-white);
}
.testimonial-section .outer-box .shape-1 {
  position: absolute;
  top: 35px;
  right: 35px;
  -webkit-animation: spin 10s linear infinite;
          animation: spin 10s linear infinite;
}
@media (max-width: 1199.98px) {
  .testimonial-section .outer-box .shape-1 {
    display: none;
  }
}
.testimonial-section .outer-box .shape-2 {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0.52;
}

.testimonial-block-content2 {
  position: relative;
  max-width: 660px;
}
@media (max-width: 991.98px) {
  .testimonial-block-content2 {
    max-width: 100%;
  }
}
.testimonial-block-content2 .testi-slider-block-2 {
  max-width: 648px;
  margin-top: 70px;
}
@media (max-width: 1439.98px) {
  .testimonial-block-content2 .testi-slider-block-2 {
    margin-top: 40px;
  }
}
@media (max-width: 1199.98px) {
  .testimonial-block-content2 .testi-slider-block-2 {
    margin-top: 35px;
  }
}
.testimonial-block-content2 .testi-slider-block-2 .quote-icon {
  margin-bottom: 35px;
}
@media (max-width: 1199.98px) {
  .testimonial-block-content2 .testi-slider-block-2 .quote-icon {
    margin-bottom: 26px;
  }
}
.testimonial-block-content2 .testi-slider-block-2 p, .testimonial-block-content2 .testi-slider-block-2 .text {
  font-size: 22px;
}
@media (max-width: 575.98px) {
  .testimonial-block-content2 .testi-slider-block-2 p, .testimonial-block-content2 .testi-slider-block-2 .text {
    font-size: var(--text-body);
  }
}
.testimonial-block-content2 .testi-slider-block-2 .client-info {
  border-top: 1px solid rgba(12, 47, 37, 0.1);
  padding-top: 40px;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media (max-width: 575.98px) {
  .testimonial-block-content2 .testi-slider-block-2 .client-info {
    padding-top: 22px;
    margin-top: 22px;
  }
}
.testimonial-block-content2 .testi-slider-block-2 .client-info .client-img img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
}
.testimonial-block-content2 .testi-slider-block-2 .client-info .info-content .name {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 0;
}
.testimonial-block-content2 .array-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 99;
}
@media (max-width: 575.98px) {
  .testimonial-block-content2 .array-button {
    position: static;
    margin-top: 20px;
  }
}
.testimonial-block-content2 .array-button .array-prev, .testimonial-block-content2 .array-button .array-next {
  border: 1px solid rgba(12, 47, 37, 0.1);
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: var(--radius-sm);
  line-height: 40px;
  background: transparent;
  color: var(--theme-color2);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  background-color: var(--theme-color-white);
  -webkit-box-shadow: 0 1px 72px 0 rgba(var(--theme-color-black-rgb), 0.14);
          box-shadow: 0 1px 72px 0 rgba(var(--theme-color-black-rgb), 0.14);
}
.testimonial-block-content2 .array-button .array-prev:hover, .testimonial-block-content2 .array-button .array-next:hover {
  background-color: var(--theme-color1);
  color: var(--theme-color1-text-color);
  border: 1px solid var(--theme-color1);
}

.tetsimonial-image-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: -57px;
}
@media (max-width: 1439.98px) {
  .tetsimonial-image-items {
    margin-left: -30px;
  }
}
@media (max-width: 1199.98px) {
  .tetsimonial-image-items {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    gap: 30px;
    margin-left: 0;
  }
}
@media (max-width: 991.98px) {
  .tetsimonial-image-items {
    display: none;
  }
}
.tetsimonial-image-items .thumb {
  max-width: 451px;
  border-radius: var(--radius-lg);
  min-height: 634px;
}
@media (max-width: 575.98px) {
  .tetsimonial-image-items .thumb {
    max-width: initial;
    height: 480px;
    min-height: 0;
  }
}
.tetsimonial-image-items .thumb img {
  min-height: 634px;
  width: 100%;
  height: 100%;
  border-radius: var(--radius-lg);
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 575.98px) {
  .tetsimonial-image-items .thumb img {
    min-height: 0;
  }
}
.tetsimonial-image-items .testi-ratting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-right: 0;
}
@media (max-width: 575.98px) {
  .tetsimonial-image-items .testi-ratting {
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    gap: 30px;
    margin-top: 20px;
    margin-right: 0;
  }
}
@media (max-width: 355.98px) {
  .tetsimonial-image-items .testi-ratting {
    gap: 10px;
  }
}
.tetsimonial-image-items .testi-ratting .rattings .ratting-count {
  font-family: var(--body-font-family);
  font-size: 60px;
  color: var(--theme-color3);
  line-height: 1;
}
.tetsimonial-image-items .testi-ratting .rattings .star {
  color: var(--theme-color3);
}
.tetsimonial-image-items .testi-ratting .testi-line {
  width: 1px;
  height: 76px;
  background-color: rgba(12, 47, 37, 0.1);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media (max-width: 575.98px) {
  .tetsimonial-image-items .testi-ratting .testi-line {
    display: none;
  }
}
.tetsimonial-image-items .testi-ratting p {
  color: var(--theme-color2);
}

/*** 

====================================================================
    Testimonial Section
====================================================================

***/
.testimonial-block-two {
  position: relative;
}
.testimonial-block-two .image-box {
  position: relative;
  height: 100%;
  border-radius: var(--radius-lg);
  overflow: hidden;
}
.testimonial-block-two .image-box .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 767.98px) {
  .testimonial-block-two .image-box .image {
    position: relative;
    top: auto;
    left: auto;
    max-height: 462px;
    min-height: 400px;
  }
}
.testimonial-block-two .image-box .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonial-block-two .image-box .play-now-one {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 75px;
  height: 75px;
  border-radius: 50%;
  line-height: 75px;
  background-color: rgba(18, 18, 18, 0.4);
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  color: var(--theme-color-white);
  z-index: 3;
}
.testimonial-block-two .inner-box {
  border: 1px solid rgba(18, 18, 18, 0.1);
  border-radius: 40px;
  position: relative;
  background: #eef5f3;
  padding: 40px 35px 25px;
  z-index: 1;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.testimonial-block-two .inner-box:hover .info-box .thumb {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.testimonial-block-two .inner-box .author-info .info-box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 40px;
}
.testimonial-block-two .inner-box .author-info .info-box .thumb {
  background: var(--gradient-10);
  border-radius: 50%;
  margin: 0 14px 0 0;
  overflow: hidden;
  text-align: center;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.testimonial-block-two .inner-box .author-info .info-box .thumb img {
  height: 60px;
  width: 60px;
  border-radius: 50%;
}
.testimonial-block-two .inner-box .author-info .info-box .testimonial-name {
  margin-bottom: 0;
  margin-top: 0;
  text-transform: capitalize;
}
.testimonial-block-two .inner-box .author-info .testimonial-title {
  margin-top: 12px;
  color: var(--theme-color1);
}
.testimonial-block-two .inner-box .author-info .author-text {
  font-size: 20px;
  font-weight: 400;
  font-family: var(--heading-font-family);
  line-height: 32px;
  margin-bottom: 60px;
  color: rgb(18, 18, 18);
}
.testimonial-block-two .inner-box .content-box {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
}
.testimonial-block-two .inner-box .content-box .quote-icon {
  position: absolute;
  right: 12px;
  top: 0;
}
.testimonial-block-two .inner-box .content-box .quote-icon .icon {
  color: rgba(0, 82, 82, 0.1);
  font-size: 40px;
  line-height: 1;
}
.testimonial-block-two .inner-box .content-box .rating {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1px;
  margin-top: 0;
  margin-bottom: 30px;
}
.testimonial-block-two .inner-box .content-box .rating i {
  position: relative;
  font-size: 20px;
  color: var(--theme-color1);
}

@media (max-width: 991.98px) {
  .testimonial-block-two .inner-box {
    padding: 40px 30px 25px;
  }
}
@media (max-width: 575.98px) {
  .testimonial-block-two .inner-box {
    border-radius: var(--radius-lg);
    padding: 41px 15px 37px;
  }
  .testimonial-block-two .inner-box .author-info .info-box .thumb {
    display: inline-block;
    left: 0;
    margin-bottom: 0px;
    position: relative;
    top: 0;
  }
}
@media (min-width: 576px) {
  .testimonial-block-two .inner-box .author-info {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
/***

====================================================================
Process Section
====================================================================

***/
.process-box-layout4 .inner-box {
  background: var(--gradient-12);
  border: 1px solid rgba(var(--theme-color-white-rgb), 0.3);
  border-radius: var(--radius-lg);
  padding: 40px;
  position: relative;
}
.process-box-layout4 .inner-box .step {
  background: linear-gradient(39.66deg, #222B1C -21.47%, #070C0F 55.5%);
  border: 1px solid rgba(var(--theme-color-white-rgb), 0.3);
  border-radius: var(--radius-lg);
  color: var(--theme-color-white);
  display: inline-block;
  margin-bottom: 30px;
  padding: 0 20px;
}
.process-box-layout4 .inner-box .title {
  color: var(--theme-color-white);
  font-weight: 600;
}
.process-box-layout4 .inner-box .title a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.process-box-layout4 .inner-box .title a:hover {
  background-size: 100% 2px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--theme-color-white)), to(var(--theme-color-white)));
  background-image: linear-gradient(180deg, var(--theme-color-white) 0%, var(--theme-color-white) 100%);
}
.process-box-layout4 .inner-box .text {
  color: rgba(var(--theme-color-white-rgb), 0.6);
  font-weight: 600;
  margin-top: 10px;
}

/***

====================================================================
Process Section
====================================================================

***/
.process-section-two {
  padding: 120px 0;
}

.process-block-two:last-child .inner-block .content:before {
  height: calc(100% - 45px);
}
.process-block-two:last-child .inner-block:hover .content:after {
  height: calc(100% - 45px);
}
.process-block-two .inner-block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  z-index: 1;
}
@media (max-width: 575.98px) {
  .process-block-two .inner-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.process-block-two .inner-block:hover .step, .process-block-two .inner-block.active .step {
  background-color: var(--theme-color1);
  color: var(--text-color-theme-color1);
}
.process-block-two .inner-block:hover .content:after, .process-block-two .inner-block.active .content:after {
  height: calc(100% + 10px);
}
.process-block-two .inner-block .step {
  background-color: #1B1C2D;
  border-radius: 50%;
  color: var(--theme-color1);
  font-size: 24px;
  font-weight: 600;
  height: 60px;
  line-height: 60px;
  text-align: center;
  margin-right: 24px;
  margin-top: 10px;
  min-width: 60px;
  position: relative;
  width: 60px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .process-block-two .inner-block .step {
    margin-top: 0;
    margin-bottom: 30px;
    margin-right: 0;
  }
}
.process-block-two .inner-block .step span {
  display: inline-block;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.process-block-two .inner-block .step span:before {
  background-color: var(--theme-color1);
  border: 3px solid #1B1C2D;
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 15px);
  height: 20px;
  width: 20px;
  z-index: -1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .process-block-two .inner-block .step span:before {
    top: auto;
    bottom: -40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.process-block-two .inner-block .content {
  background-color: #131420;
  border: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
  border-radius: var(--radius-lg);
  padding: 30px 40px 33px;
  width: 100%;
  position: relative;
}
@media (max-width: 575.98px) {
  .process-block-two .inner-block .content {
    padding: 30px 15px 33px;
  }
}
.process-block-two .inner-block .content:before {
  background-color: #131420;
  content: "";
  position: absolute;
  top: 45px;
  left: -55px;
  height: calc(100% + 10px);
  width: 6px;
  z-index: -1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.process-block-two .inner-block .content:after {
  background: var(--gradient-1);
  content: "";
  position: absolute;
  top: 45px;
  left: -55px;
  height: 0;
  width: 6px;
  z-index: -1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.process-block-two .inner-block .content .title {
  color: var(--theme-color-white);
  margin-bottom: 15px;
}
.process-block-two .inner-block .content .text {
  color: rgba(var(--theme-color-white-rgb), 0.6);
  max-width: 509px;
}

/***

====================================================================
Process Section
====================================================================

***/
.process-section-three {
  padding: 120px 15px;
}
.process-section-three .outer-box {
  background-image: url(../images/icons/shape-7.png);
  border: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
  border-radius: var(--radius-lg);
  max-width: 1620px;
  margin: 0 auto;
  padding: 120px 15px;
}
@media (max-width: 575.98px) {
  .process-section-three .outer-box {
    padding: 120px 0;
  }
}

.process-block-three {
  margin-bottom: 20px;
}
.process-block-three:nth-child(2) .inner-block .step {
  background-color: #C936E5;
  color: #fff;
}
.process-block-three:nth-child(3) .inner-block .step {
  background-color: #B5F061;
  color: #000002;
}
.process-block-three:nth-child(4) .inner-block .step {
  background-color: #FFAD3E;
  color: #000002;
}
.process-block-three .inner-block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.process-block-three .inner-block:hover .content:before {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.4)), to(rgba(0, 0, 0, 0.4)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%);
}
.process-block-three .inner-block .step {
  background-color: var(--theme-color1);
  border-radius: 50%;
  color: var(--text-color-theme-color1);
  font-size: 24px;
  font-weight: 600;
  height: 60px;
  line-height: 60px;
  text-align: center;
  min-width: 60px;
  margin-bottom: -30px;
  position: relative;
  width: 60px;
  z-index: 1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.process-block-three .inner-block .step span {
  display: inline-block;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.process-block-three .inner-block .content {
  border: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
  border-radius: var(--radius-lg);
  padding: 50px 40px 43px;
  text-align: center;
  width: 100%;
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .process-block-three .inner-block .content {
    padding: 50px 15px 33px;
  }
}
.process-block-three .inner-block .content:before {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.1)), to(rgba(0, 0, 0, 0.1)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
  border-radius: var(--radius-lg);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.process-block-three .inner-block .content .shape-1 {
  position: absolute;
  bottom: -37px;
  left: 50%;
  z-index: -1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.process-block-three .inner-block .content .title {
  color: var(--theme-color-white);
  margin-bottom: 5px;
}
.process-block-three .inner-block .content .text {
  color: rgba(var(--theme-color-white-rgb), 0.6);
  margin: 0 auto;
  max-width: 509px;
}

/***

====================================================================
    Product Section
====================================================================

***/
/***

====================================================================
    Team Section
====================================================================

***/
.team-section {
  position: relative;
}

.team-block .inner-block {
  position: relative;
  margin-top: 30px;
}
.team-block .inner-block:hover .content,
.team-block.active .inner-block .content {
  background: rgba(255, 255, 255, 0.5);
}
.team-block .inner-block:hover .content .social-icon,
.team-block.active .inner-block .content .social-icon {
  margin-bottom: 0;
  opacity: 1;
  visibility: visible;
}

.team-block.active .inner-block .image {
  box-shadow: 0 0 0 3px var(--theme-color1);
}
.team-block .inner-block .image {
  position: relative;
  border-radius: var(--radius-sm);
}
.team-block .inner-block .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  top: 0;
  left: 0;
  border-radius: var(--radius-sm);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.team-block .inner-block .content {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(60px);
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  text-align: center;
  padding: 22px 25px 25px;
  overflow: hidden;
  border-radius: var(--radius-sm);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.team-block .inner-block .content .team-title {
  margin-bottom: 0;
  margin-top: 0;
}
.team-block .inner-block .content .team-subtitle {
  color: rgb(113, 113, 113);
}
.team-block .inner-block .content .social-icon {
  margin-top: 18px;
  margin-bottom: -60px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.team-block .inner-block .content .social-icon div {
  display: inline-block;
  margin: 0 3.5px;
  padding: 0;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.team-block .inner-block .content .social-icon div a {
  background-color: transparent;
  border: 1px solid rgba(18, 18, 18, 0.1);
  border-radius: var(--radius-md);
  display: inline-block;
  color: rgb(18, 18, 18);
  height: 36px;
  line-height: 36px;
  text-align: center;
  width: 36px;
}
.team-block .inner-block .content .social-icon div a:hover {
  background-color: var(--theme-color-white);
  color: var(--theme-color1);
}

@media (max-width: 575.98px) {
  .team-block .inner-block .content {
    padding: 22px 15px 25px;
  }
}
/***

====================================================================
    team-section-two
====================================================================

***/
.team-section-two {
  position: relative;
}
.team-section-two .team-slider-two-dot {
  padding-top: 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.team-section-two .team-slider-two-dot .swiper-pagination-bullet {
  position: relative;
  opacity: 1;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #e7e7e7;
}
.team-section-two .team-slider-two-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--theme-color1);
}

.team-block-two {
  position: relative;
  overflow: hidden;
  background-color: #eef5f3;
  margin-bottom: 30px;
  border-radius: var(--radius-sm);
}
.team-block-two .inner {
  display: -ms-grid;
  display: grid;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px;
  min-height: 360px;
}
.team-block-two .inner:before {
  position: absolute;
  content: "";
  right: 0px;
  top: -1px;
  width: 73px;
  height: 74px;
  z-index: 2;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  background: url(../images/icons/team-vector.png) no-repeat;
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7485%) hue-rotate(235deg) brightness(105%) contrast(104%);
          filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7485%) hue-rotate(235deg) brightness(105%) contrast(104%);
}
.team-block-two .inner:hover .member-image {
  width: 100%;
  height: 100%;
  border-radius: var(--radius-sm);
  -webkit-transform: translate(-50%) scale(1);
          transform: translate(-50%) scale(1);
}
.team-block-two .inner:hover::after {
  top: 60%;
  opacity: 1;
}
.team-block-two .inner:after {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  right: 0px;
  top: 120%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.team-block-two .inner .member-image {
  position: absolute;
  left: 50%;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transform: translate(-50%) scale(1);
          transform: translate(-50%) scale(1);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.team-block-two .inner .plus {
  position: absolute;
  right: 1px;
  top: 1px;
  width: 48px;
  height: 48px;
  z-index: 3;
  border-radius: 6px;
  line-height: 48px;
  text-align: center;
  display: inline-block;
  background-color: #eef5f3;
}
.team-block-two .content {
  position: relative;
  z-index: 3;
  padding: 22px;
}
.team-block-two .content .team-title {
  position: relative;
  margin: 0;
}
.team-block-two .content .team-title a {
  color: var(--theme-color1);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.team-block-two .content .team-subtitle {
  position: relative;
  color: #4e595d;
  margin-top: 5px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  margin-bottom: 0;
}

@media (max-width: 575.98px) {
  .team-block-two .inner .member-image {
    width: 170px;
    height: 170px;
  }
  .team-block-two .content .team-subtitle {
    font-size: 14px;
  }
}
/***

====================================================================
    Clients Section
====================================================================

***/
.client-section {
  position: relative;
  margin: 0 15px;
}
.client-section .outer-box {
  position: relative;
  max-width: 1880px;
  margin: 0 auto;
  background-color: var(--theme-color-lighter2);
}
.client-section .client-box {
  overflow: hidden;
}
.client-section .title-wrapper {
  position: relative;
}
.client-section .title-wrapper .title {
  position: relative;
  display: inline-block;
}
.client-section .title-wrapper .title:before {
  position: absolute;
  content: "";
  background-color: rgba(var(--theme-color-black-rgb), 0.34);
  width: 51.2px;
  height: 1px;
  left: -61.2px;
  top: calc(50% - 0.5px);
}
.client-section .title-wrapper .title:after {
  position: absolute;
  content: "";
  background-color: rgba(var(--theme-color-black-rgb), 0.34);
  width: 51.2px;
  height: 1px;
  right: -61.2px;
  top: calc(50% - 0.5px);
}
.client-section .title-wrapper .title span {
  color: rgb(51, 51, 51);
  font-weight: 600;
}

.client-section-two {
  position: relative;
  padding: 0 15px;
}
.client-section-two .outer-box {
  position: relative;
  max-width: 1860px;
  margin: 0 auto;
  padding: 70px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.0901960784);
}
.client-section-two .client-box {
  overflow: hidden;
}

.client-block {
  position: relative;
}
.client-block .inner-block {
  text-align: center;
}
.client-block .inner-block:hover .image img {
  -webkit-filter: brightness(0) invert(0);
          filter: brightness(0) invert(0);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.client-block .inner-block .image {
  position: relative;
}
.client-block .inner-block .image img {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

/*** 

====================================================================
    why-choose-us-section
====================================================================

***/
.why-choose-us-section {
  position: relative;
}
.why-choose-us-section .content-column .inner-column {
  position: relative;
  padding-right: 51px;
}
@media (max-width: 1199.98px) {
  .why-choose-us-section .content-column .inner-column {
    padding-right: 0;
    margin-bottom: 50px;
  }
}
.why-choose-us-section .content-column .inner-column .sec-title .title {
  margin-bottom: 35px;
}
.why-choose-us-section .content-column .inner-column .sec-title .text {
  position: relative;
  margin-bottom: 25px;
}
@media (max-width: 991.98px) {
  .why-choose-us-section .content-column .inner-column .accordion-box {
    max-width: 600px;
  }
}
.why-choose-us-section .content-column .inner-column .accordion-box .accordion .acc-btn {
  border: none;
  font-weight: 400;
  padding-top: 3.5px;
  padding-bottom: 3.5px;
}
.why-choose-us-section .content-column .inner-column .accordion-box .accordion .acc-btn.active .icon {
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
  color: var(--theme-color3);
}
.why-choose-us-section .content-column .inner-column .accordion-box .accordion .acc-btn .icon {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 20px;
  background-color: transparent;
  color: var(--theme-color1);
  border: none;
}
.why-choose-us-section .content-column .inner-column .accordion-box .accordion .acc-content .content .text {
  max-width: 505px;
  padding-left: 30px;
  margin-bottom: 24px !important;
}
.why-choose-us-section .image-column .inner-column {
  position: relative;
  margin-left: 12px;
}
@media (max-width: 1199.98px) {
  .why-choose-us-section .image-column .inner-column {
    margin-left: 0;
    height: 100%;
  }
}
.why-choose-us-section .image-column .inner-column .image {
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 594px;
  overflow: hidden;
  border-radius: var(--radius-lg);
  z-index: 0;
}
@media (max-width: 991.98px) {
  .why-choose-us-section .image-column .inner-column .image {
    min-height: 450px;
  }
}
.why-choose-us-section .image-column .inner-column .image:before {
  position: absolute;
  content: "";
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(45%, rgba(18, 18, 18, 0)), color-stop(88%, #121212));
  background-image: linear-gradient(180deg, rgba(18, 18, 18, 0) 45%, #121212 88%);
  width: 100%;
  height: 100%;
  border-radius: var(--radius-lg);
  top: 0;
  left: 0;
  opacity: 0.97;
}
.why-choose-us-section .image-column .inner-column .image img {
  width: 100%;
  height: 100%;
  max-height: 594px;
  border-radius: var(--radius-lg);
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991.98px) {
  .why-choose-us-section .image-column .inner-column .image img {
    min-height: 450px;
  }
}
.why-choose-us-section .image-column .inner-column .info {
  position: absolute;
  bottom: 50px;
  left: 50px;
  z-index: 2;
}
@media (max-width: 1199.98px) {
  .why-choose-us-section .image-column .inner-column .info {
    bottom: 30px;
    left: 20px;
    width: calc(100% - 40px);
  }
}
.why-choose-us-section .image-column .inner-column .info .title {
  position: relative;
  color: var(--theme-color-white);
  margin-bottom: 12px;
}
.why-choose-us-section .image-column .inner-column .info .list-info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 517px;
  gap: 20px;
}
@media (max-width: 767.98px) {
  .why-choose-us-section .image-column .inner-column .info .list-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.why-choose-us-section .image-column .inner-column .info .list-info .list-style-two {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

/*** 

====================================================================
    why-choose-us-section-two
====================================================================

***/
.why-choose-us-section-two {
  position: relative;
}
.why-choose-us-section-two .sec-title-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 20px;
  margin-bottom: 45px;
}
@media (max-width: 991.98px) {
  .why-choose-us-section-two .sec-title-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.why-choose-us-section-two .sec-title-box .sec-title {
  position: relative;
  max-width: 792px;
}
@media (max-width: 991.98px) {
  .why-choose-us-section-two .sec-title-box .sec-title {
    max-width: 100%;
  }
}
.why-choose-us-section-two .sec-title-box .theme-btn {
  position: relative;
  margin-bottom: 16px;
}
.why-choose-us-section-two .image-column .inner-column {
  position: relative;
  height: 100%;
  margin-right: -61px;
}
@media (max-width: 1199.98px) {
  .why-choose-us-section-two .image-column .inner-column {
    margin-right: 0;
  }
}
@media (max-width: 991.98px) {
  .why-choose-us-section-two .image-column .inner-column {
    margin-bottom: 40px;
  }
}
.why-choose-us-section-two .image-column .inner-column .image {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: var(--radius-lg);
}
@media (max-width: 991.98px) {
  .why-choose-us-section-two .image-column .inner-column .image {
    max-height: 500px;
  }
}
.why-choose-us-section-two .image-column .inner-column .image img {
  width: 100%;
  height: 100%;
  border-radius: var(--radius-lg);
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991.98px) {
  .why-choose-us-section-two .image-column .inner-column .image img {
    max-height: 500px;
  }
}
.why-choose-us-section-two .content-column .inner-column {
  position: relative;
  padding-left: 61px;
}
@media (max-width: 1199.98px) {
  .why-choose-us-section-two .content-column .inner-column {
    padding-left: 0;
  }
}

.wcu-block {
  position: relative;
}
.wcu-block .inner {
  position: relative;
  padding: 35px 35px 25px;
  overflow: hidden;
  border-radius: var(--radius-md);
  background-color: rgb(238, 245, 243);
  z-index: 1;
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.wcu-block .inner:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0;
  z-index: -1;
  background-color: var(--theme-color1);
  -webkit-transform: scale(0.2, 1);
          transform: scale(0.2, 1);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.wcu-block .inner:hover::before {
  opacity: 1;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.wcu-block .inner:hover .shape {
  opacity: 1;
  visibility: visible;
}
.wcu-block .inner:hover .icon {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  color: var(--theme-color1);
  background-color: var(--theme-color-white);
}
.wcu-block .inner:hover .features-title a {
  color: var(--theme-color-white);
}
.wcu-block .inner:hover .features-details {
  color: rgb(185, 185, 185);
}
.wcu-block .inner:hover .btn-view-details .btn-plain-text-with-arrow-right {
  color: var(--theme-color-white) !important;
}
.wcu-block .inner:hover .btn-view-details .btn-plain-text-with-arrow-right:after {
  color: var(--theme-color-white) !important;
}
.wcu-block .inner .icon {
  position: relative;
  width: 80px;
  height: 80px;
  font-size: 44px;
  line-height: 94px;
  text-align: center;
  border-radius: var(--radius-sm);
  color: var(--theme-color-white);
  background-color: var(--theme-color1);
  font-family: "flaticon-finance";
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.wcu-block .inner .shape {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  background: url(../images/icons/shape-4.png);
  height: 269px;
  width: 186px;
}
.wcu-block .features-title {
  margin-top: 35px;
  margin-bottom: 0;
}
.wcu-block .features-title a {
  color: var(--theme-color1);
}
.wcu-block .features-details {
  position: relative;
  color: #4e595d;
  margin-top: 15px;
  margin-bottom: 25px;
}
.wcu-block .btn-view-details {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  margin-top: 18px;
}
.wcu-block .btn-view-details:hover .btn-plain-text-with-arrow-right {
  color: var(--theme-color2) !important;
}
.wcu-block .btn-view-details:hover .btn-plain-text-with-arrow-right:after {
  color: var(--theme-color2) !important;
}
.wcu-block .btn-view-details .btn-plain-text-with-arrow-right {
  position: relative;
  font-weight: 400 !important;
  font-size: 14px !important;
}
.wcu-block .btn-view-details .btn-plain-text-with-arrow-right::after {
  font-family: "FlaticonCommon" !important;
  content: "\f118";
  color: #222;
}

[data-tm-layout=dark] .wcu-block .inner:hover .icon {
  color: var(--theme-color-white);
}
[data-tm-layout=dark] .wcu-block .inner:hover .features-title a {
  color: var(--theme-color-white);
}
[data-tm-layout=dark] .wcu-block .inner:hover .btn-view-details .btn-plain-text-with-arrow-right {
  color: var(--theme-color-white) !important;
}
[data-tm-layout=dark] .wcu-block .inner:hover .btn-view-details .btn-plain-text-with-arrow-right:after {
  color: var(--theme-color-white) !important;
}
[data-tm-layout=dark] .wcu-block .inner .icon {
  background-color: #1d1d1d;
}
[data-tm-layout=dark] .wcu-block .btn-view-details:hover .btn-plain-text-with-arrow-right {
  color: var(--theme-color2) !important;
}
[data-tm-layout=dark] .wcu-block .btn-view-details:hover .btn-plain-text-with-arrow-right:after {
  color: var(--theme-color2) !important;
}
[data-tm-layout=dark] .wcu-block .btn-view-details .btn-plain-text-with-arrow-right {
  color: #a1a1a1 !important;
}
[data-tm-layout=dark] .wcu-block .btn-view-details .btn-plain-text-with-arrow-right::after {
  color: #a1a1a1 !important;
}

@media (max-width: 1399.98px) {
  .wcu-block .inner {
    padding: 35px 20px 25px;
  }
  .wcu-block .features-title {
    font-size: 20px;
  }
}
@media (max-width: 575.98px) {
  .wcu-block .inner {
    padding: 25px 25px;
  }
}
/***

====================================================================
    Work Section
====================================================================

***/
.working-section {
  position: relative;
  padding: 0 15px;
}
.working-section .outer-box {
  position: relative;
  max-width: 1860px;
  margin: 0 auto;
  border-radius: var(--radius-lg);
  background-color: rgba(var(--theme-color1-rgb), 0.898);
}
.working-section .outer-box .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: var(--radius-lg);
  z-index: -1;
  pointer-events: none;
}
.working-section .outer-box .bg-image img {
  width: 100%;
  height: 100%;
  border-radius: var(--radius-lg);
  -o-object-fit: cover;
     object-fit: cover;
}
.working-section .outer-box .content-column .inner-column {
  position: relative;
  padding-right: 5px;
}
@media (max-width: 1199.98px) {
  .working-section .outer-box .content-column .inner-column {
    padding-right: 0;
    margin-bottom: 120px;
  }
}
@media (max-width: 767.98px) {
  .working-section .outer-box .content-column .inner-column {
    margin-bottom: 30px;
  }
}
.working-section .outer-box .content-column .inner-column .sec-title .title {
  margin-bottom: 35px;
}
.working-section .outer-box .content-column .inner-column .text {
  position: relative;
  color: var(--theme-color-white);
}
.working-section .outer-box .content-column .inner-column .text.two {
  margin: 23px 0 33px;
}
.working-section .outer-box .exp-column .inner-column {
  position: relative;
  margin-left: -20px;
}
@media (max-width: 1199.98px) {
  .working-section .outer-box .exp-column .inner-column {
    margin-left: 20px;
  }
}
@media (max-width: 767.98px) {
  .working-section .outer-box .exp-column .inner-column {
    margin-left: 0;
  }
}
.working-section .outer-box .exp-column .inner-column .title {
  position: relative;
  color: var(--theme-color-white);
  margin-bottom: 0;
  margin-top: 35px;
}
.working-section .outer-box .exp-column .inner-column .exp-details__progress {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 20px;
  width: 100%;
  margin-left: 56px;
}
@media (max-width: 1439.98px) {
  .working-section .outer-box .exp-column .inner-column .exp-details__progress {
    margin-left: 25px;
  }
}
@media (max-width: 767.98px) {
  .working-section .outer-box .exp-column .inner-column .exp-details__progress {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: 0;
  }
}
.working-section .outer-box .exp-column .inner-column .exp-details__progress .bar {
  position: relative;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  width: 221px;
  height: 80px;
  background-color: #eef0f6;
  border-radius: 100px;
  margin-bottom: 22px;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .working-section .outer-box .exp-column .inner-column .exp-details__progress .bar {
    height: 40px;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    width: 100%;
  }
}
.working-section .outer-box .exp-column .inner-column .exp-details__progress .bar-inner {
  position: relative;
  display: block;
  width: 0px;
  height: 80px;
  background-color: var(--theme-color3);
  -webkit-transition: all 1500ms ease;
  transition: all 1500ms ease;
}
@media (max-width: 767.98px) {
  .working-section .outer-box .exp-column .inner-column .exp-details__progress .bar-inner {
    height: 40px;
  }
}
.working-section .outer-box .exp-column .inner-column .exp-details__progress .count-text {
  position: absolute;
  right: 16px;
  bottom: 29px;
  color: var(--theme-color-white);
  line-height: 24px;
  font-size: 11px;
  text-align: center;
  font-weight: 400;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media (max-width: 767.98px) {
  .working-section .outer-box .exp-column .inner-column .exp-details__progress .count-text {
    bottom: 10px;
  }
}
.working-section .outer-box .exp-column .inner-column .exp-details__progress .bar-inner.counted .count-text {
  opacity: 1;
}
.working-section .outer-box .exp-column .inner-column .exp-details__progress .bar.marb-0 {
  margin-bottom: 0;
}
.working-section .outer-box .exp-column .inner-column .exp-details__progress-single {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 83px;
  margin-left: -110px;
  height: 220px;
}
@media (max-width: 767.98px) {
  .working-section .outer-box .exp-column .inner-column .exp-details__progress-single {
    margin-left: 0;
    height: auto;
    gap: 20px;
    display: block;
    width: 100%;
  }
}
.working-section .outer-box .exp-column .inner-column .exp-details__progress-title {
  line-height: 28px;
  color: var(--theme-color-white);
  margin-bottom: 6px;
}

/***

====================================================================
    working-section-two
====================================================================

***/
.working-section-two {
  position: relative;
  padding: 0 15px;
}
.working-section-two .outer-box {
  position: relative;
  max-width: 1840px;
  margin: 0 auto;
  border-radius: var(--radius-lg);
  background-color: var(--theme-color1);
}
.working-section-two .outer-box .shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.working-section-two .outer-box .shape-1 img {
  -webkit-animation: spin 10s linear infinite;
          animation: spin 10s linear infinite;
}
.working-section-two .outer-box .shape-2 {
  position: absolute;
  top: 25px;
  right: 0;
}
@media (max-width: 767.98px) {
  .working-section-two .outer-box .shape-2 {
    display: none;
  }
}
.working-section-two .outer-box .content-column .inner-column {
  position: relative;
  padding-bottom: 110px;
}
@media (max-width: 991.98px) {
  .working-section-two .outer-box .content-column .inner-column {
    padding-bottom: 80px;
  }
}
.working-section-two .outer-box .content-column .inner-column .sec-title .title {
  margin-bottom: 23px;
}
.working-section-two .outer-box .content-column .inner-column .sec-title .text {
  position: relative;
  color: var(--theme-color-white);
  max-width: 544px;
  margin-bottom: 40px;
}
.working-section-two .outer-box .content-column .inner-column .work-outer {
  position: relative;
  margin-right: -125px;
  z-index: 2;
}
@media (max-width: 1199.98px) {
  .working-section-two .outer-box .content-column .inner-column .work-outer {
    margin-right: 0;
  }
}
.working-section-two .outer-box .content-column .inner-column .bottom-box .inner-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  padding-top: 10px;
}
.working-section-two .outer-box .content-column .inner-column .bottom-box .inner-box span {
  color: var(--theme-color-white);
}
.working-section-two .outer-box .content-column .inner-column .bottom-box .inner-box .rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
}
.working-section-two .outer-box .content-column .inner-column .bottom-box .inner-box .rating i {
  color: var(--theme-color-white);
}
.working-section-two .outer-box .image-column .inner-column {
  position: relative;
  padding-left: 50px;
  margin-right: -90px;
  z-index: 0;
}
@media (max-width: 1199.98px) {
  .working-section-two .outer-box .image-column .inner-column {
    padding-left: 0;
    display: none;
  }
}
.working-section-two .outer-box .image-column .inner-column .image {
  bottom: -13px;
  height: 100%;
  position: relative;
  width: 100%;
}
.working-section-two .outer-box .image-column .inner-column .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.work-block .inner-box {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius-lg);
  position: relative;
  padding: 29px 29px 20px;
  border-radius: var(--radius-lg);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  margin-bottom: 30px;
}
.work-block .inner-box .active .icon-box {
  background-color: #fff;
}
.work-block .inner-box .active .icon-box i {
  color: var(--theme-color2);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.work-block .inner-box .active .icon-box svg {
  color: var(--theme-color2);
  fill: var(--theme-color1-text-color);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.work-block .inner-box:hover .icon-box {
  background-color: #fff;
}
.work-block .inner-box:hover .icon-box i {
  color: var(--theme-color2);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.work-block .inner-box:hover .icon-box svg {
  color: var(--theme-color2);
  fill: var(--theme-color1-text-color);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.work-block .inner-box .features-count {
  position: absolute;
  right: 29px;
  top: 19px;
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.1);
  text-stroke-color: rgba(255, 255, 255, 0.1);
}
.work-block .inner-box .icon-box {
  position: relative;
  width: 56px;
  height: 56px;
  line-height: 56px;
  border-radius: 50%;
  text-align: center;
  margin-bottom: 22px;
  display: inline-block;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  background-color: rgb(112, 143, 135);
}
.work-block .inner-box .icon-box i {
  display: inline-block;
  font-size: 30px;
  line-height: 66px;
  color: var(--theme-color-white);
  fill: var(--theme-color-white);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.work-block .inner-box .icon-box svg {
  display: inline-block;
  font-size: 30px;
  line-height: 66px;
  color: var(--theme-color-white);
  fill: var(--theme-color-white);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.work-block .inner-box .features-title {
  margin-bottom: 5px;
  margin-top: 0;
  color: #fff;
  z-index: 2;
  position: relative;
}
.work-block .inner-box .features-details {
  color: #bebebe;
}

/*** 

====================================================================
    Blog Section
====================================================================

***/
.blog-section {
  position: relative;
}

.blog-block {
  border-radius: var(--radius-lg);
  border: 1px solid rgba(12, 47, 37, 0.1);
  margin-top: 30px;
}
.blog-block .thumb {
  border-radius: var(--radius-lg);
  position: relative;
  overflow: hidden;
}
.blog-block .thumb .date {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: var(--theme-color1);
  color: var(--theme-color1-text-color);
  font-size: 30px;
  border-radius: var(--radius-sm);
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
}
.blog-block .thumb img {
  width: 100%;
  height: 100%;
  border-radius: var(--radius-lg);
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.blog-block .thumb img:first-child {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transform: translateX(50%) scaleX(2);
  transform: translate(50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.blog-block .content {
  padding: 30px 40px;
}
.blog-block .content .entry-title {
  margin-top: 0;
  margin-bottom: 14px;
}
.blog-block .content .entry-title a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.blog-block .content .entry-title a:hover {
  color: var(--theme-color1);
  background-size: 100% 2px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--theme-color1)), to(var(--theme-color1)));
  background-image: linear-gradient(180deg, var(--theme-color1) 0%, var(--theme-color1) 100%);
}
.blog-block .content .link-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 12px;
  color: var(--theme-color2);
  text-transform: capitalize;
  margin-top: 30px;
}
.blog-block .content .link-btn i {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  line-height: 32px;
  background-color: #f7f8ed;
  text-align: center;
  color: var(--theme-color3);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.blog-block .content .link-btn:hover i {
  background: var(--theme-color1);
  color: #fff;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.blog-block:hover .thumb img:first-child {
  -webkit-transform: translateX(0) scaleX(1);
  transform: translate(0) scaleX(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}
.blog-block:hover .thumb img:nth-child(2) {
  -webkit-transform: translateX(-50%) scaleX(2);
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

@media (max-width: 1399.98px) {
  .blog-block .content {
    padding: 30px 35px;
  }
}
@media (max-width: 991.98px) {
  .blog-block .content {
    padding: 30px;
  }
}
@media (max-width: 575.98px) {
  .blog-block .content {
    padding: 28px 30px;
    padding: 26px 28px;
  }
  .blog-block .content .entry-title {
    margin-bottom: 9px;
  }
  .blog-block .content .link-btn {
    margin-top: 18px;
  }
}
/*** 

====================================================================
    Blog Section
====================================================================

***/
.blog-section-two {
  position: relative;
  padding: 0 15px;
}
.blog-section-two .outer-box {
  position: relative;
  max-width: 1840px;
  margin: 0 auto;
  border-radius: var(--radius-lg);
  padding-bottom: 90px;
  background-color: var(--bg-color);
}
@media (max-width: 991.98px) {
  .blog-section-two .outer-box {
    padding-bottom: 50px;
  }
}

.blog-block-two {
  margin-bottom: 30px;
}
.blog-block-two .inner-block {
  position: relative;
  border-bottom: 3px solid var(--theme-color4);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.blog-block-two .inner-block:hover .image-box .image img:first-child {
  -webkit-transform: translateX(0) scaleX(1);
          transform: translateX(0) scaleX(1);
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
}
.blog-block-two .inner-block:hover .image-box .image img:nth-child(2) {
  -webkit-transform: translateX(-50%) scaleX(2);
          transform: translateX(-50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
}
.blog-block-two .image-box {
  position: relative;
  overflow: hidden;
}
.blog-block-two .image-box .image {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .blog-block-two .image-box .image {
    min-height: 400px;
  }
}
.blog-block-two .image-box .image img {
  position: relative;
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media (max-width: 767.98px) {
  .blog-block-two .image-box .image img {
    height: 100%;
    min-height: 400px;
  }
}
.blog-block-two .image-box .image img:first-child {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  -webkit-transform: translateX(50%) scaleX(2);
          transform: translateX(50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
}
.blog-block-two .image-box .date-box {
  position: absolute;
  bottom: 0;
  left: 30px;
  background-color: var(--theme-color1);
  width: 78px;
  height: 75px;
  text-align: center;
  line-height: 75px;
  z-index: 2;
  padding: 12px;
}
.blog-block-two .image-box .date-box .date {
  font-size: 30px;
  font-weight: 500;
  line-height: 30px;
  color: var(--theme-color1-text-color);
  font-family: var(--heading-font-family);
  margin-bottom: 2px;
}
.blog-block-two .image-box .date-box .month {
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  color: var(--theme-color1-text-color);
}
.blog-block-two .content-box {
  position: relative;
}
.blog-block-two .content-box .inner-box {
  position: relative;
  padding: 0 28px 20px;
}
@media (max-width: 767.98px) {
  .blog-block-two .content-box .inner-box {
    padding: 0 15px 20px;
  }
}
.blog-block-two .content-box .inner-box .meta-box {
  background-color: var(--theme-color4);
  padding: 5px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}
.blog-block-two .content-box .inner-box .meta-box li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.blog-block-two .content-box .inner-box .meta-box li i {
  font-size: 14px;
  color: var(--theme-color1);
  margin-right: 5px;
}
.blog-block-two .content-box .inner-box .meta-box li span {
  font-size: 14px;
  line-height: 26px;
  color: var(--theme-color4-text-color);
}
.blog-block-two .content-box .inner-box .title {
  margin-bottom: 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.blog-block-two .content-box .inner-box .title a:hover {
  color: var(--theme-color1);
}
.blog-block-two .content-box .inner-box .text {
  margin-bottom: 20px;
}
.blog-block-two .content-box .inner-box .read-more-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.blog-block-two .content-box .inner-box .read-more-btn:hover span {
  color: var(--theme-color1);
}
.blog-block-two .content-box .inner-box .read-more-btn i {
  font-size: 16px;
  color: var(--theme-color2);
}
.blog-block-two .content-box .inner-box .read-more-btn span {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #31333e;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

/***

==================================================================
	Main Footer
==================================================================

***/
.main-footer {
  position: relative;
  /* Widget Section */
}
.main-footer .widgets-section {
  padding: 120px 0 56px;
  position: relative;
}
@media (max-width: 991.98px) {
  .main-footer .widgets-section {
    padding: 90px 0 50px;
  }
}
.main-footer .footer-column {
  position: relative;
}
.main-footer .footer-widget {
  position: relative;
}
.main-footer .widget-title {
  color: var(--theme-color-white);
  margin-bottom: 26px;
  position: relative;
}
.main-footer .widget-content {
  position: relative;
}
.main-footer .widget-content .text {
  color: var(--theme-color-white);
}

.user-links {
  position: relative;
}
.user-links li {
  color: rgba(var(--theme-color-white-rgb), 0.55);
  font-size: var(--text-body);
  font-weight: 400;
  line-height: 30px;
  position: relative;
  margin-bottom: 10px;
}
.user-links li:last-child {
  margin-bottom: 0;
}
.user-links li a {
  position: relative;
  display: inline-block;
  color: var(--theme-color-white);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.user-links li a:hover {
  color: var(--theme-color1);
}
.user-links li a:before {
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 0;
  height: 1px;
  background-color: var(--bg-theme-color1);
  content: "";
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.user-links li a:hover:before {
  width: 100%;
}
.user-links.style-two li {
  padding-left: 0;
}
.user-links.style-two li:before {
  display: none;
}
.user-links.two-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.user-links.two-column li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  width: 50%;
}
@media (max-width: 475.98px) {
  .user-links.two-column li {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 100%;
  }
}

.subscribe-widget .subscribe-form-one {
  margin-bottom: 50px;
  position: relative;
}
.subscribe-widget .subscribe-form-one .form-group {
  position: relative;
}
.subscribe-widget .subscribe-form-one .form-group input[type=text],
.subscribe-widget .subscribe-form-one .form-group input[type=email] {
  background: rgba(102, 102, 102, 0.2);
  border-radius: 40px;
  color: var(--theme-color-white);
  display: block;
  font-size: var(--text-body);
  height: 60px;
  line-height: 30px;
  padding: 20px 65px 20px 35px;
  position: relative;
  width: 100%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.subscribe-widget .subscribe-form-one .form-group input[type=text]::-webkit-input-placeholder, .subscribe-widget .subscribe-form-one .form-group input[type=email]::-webkit-input-placeholder {
  color: #A0A0A0;
}
.subscribe-widget .subscribe-form-one .form-group input[type=text]::-moz-placeholder, .subscribe-widget .subscribe-form-one .form-group input[type=email]::-moz-placeholder {
  color: #A0A0A0;
}
.subscribe-widget .subscribe-form-one .form-group input[type=text]:-ms-input-placeholder, .subscribe-widget .subscribe-form-one .form-group input[type=email]:-ms-input-placeholder {
  color: #A0A0A0;
}
.subscribe-widget .subscribe-form-one .form-group input[type=text]::-ms-input-placeholder, .subscribe-widget .subscribe-form-one .form-group input[type=email]::-ms-input-placeholder {
  color: #A0A0A0;
}
.subscribe-widget .subscribe-form-one .form-group input[type=text]::placeholder,
.subscribe-widget .subscribe-form-one .form-group input[type=email]::placeholder {
  color: #A0A0A0;
}
.subscribe-widget .subscribe-form-one .form-group .theme-btn {
  background-color: var(--theme-color1);
  border-radius: 50%;
  color: var(--theme-color-white);
  font-size: 26px;
  height: 58px;
  line-height: 62px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 58px;
}
.subscribe-widget .subscribe-form-one .form-group .theme-btn:hover {
  background-color: var(--theme-color-dark);
  color: var(--theme-color-gray);
}
.subscribe-widget .text {
  color: rgba(var(--theme-color-white-rgb), 0.55);
  margin-bottom: 20px;
}

.recent-post {
  position: relative;
  margin-bottom: 30px;
}
.recent-post:last-child {
  margin-bottom: 0;
}
.recent-post .inner {
  position: relative;
}
.recent-post .inner .post-info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: var(--text-body);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #adadad;
  line-height: 30px;
  margin-bottom: 23px;
  padding-left: 25px;
}
.recent-post .inner .post-info i {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  margin-right: 10px;
  color: var(--theme-color1);
}
.recent-post .inner .post-title {
  color: var(--theme-color-white);
  letter-spacing: -0.8px;
  margin-bottom: 0;
}

.contacts-widget {
  text-align: start;
}
.contacts-widget .text {
  line-height: 45px;
}
.contacts-widget .contact-info-list li {
  margin-bottom: 12px;
}
.contacts-widget .contact-info-list li:last-child {
  margin-bottom: 0;
}
.contacts-widget .contact-info-list li a {
  color: rgba(var(--theme-color-white-rgb), 0.55);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contacts-widget .contact-info-list li a .icon {
  color: var(--theme-color-white);
  display: inline-block;
  margin-right: 8px;
  min-width: 18px;
  position: relative;
  top: 2px;
}
.contacts-widget .contact-info-list li a:hover {
  color: var(--theme-color1);
}

.timetable-widget .timetable li {
  color: rgba(var(--theme-color-white-rgb), 0.55);
  font-size: 18px;
  line-height: 35px;
}
.timetable-widget .timetable li.close {
  color: var(--theme-color1);
  font-weight: 600;
}
.timetable-widget .timetable li span {
  margin-left: 7px;
}

.social-widget .social-icon-list1 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.social-widget .social-icon-list1 li {
  margin-right: 5px;
  margin-left: 5px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.social-widget .social-icon-list1 li:first-child {
  margin-left: 0;
}
.social-widget .social-icon-list1 li:last-child {
  margin-right: 0;
}
.social-widget .social-icon-list1 li a {
  background-color: var(--theme-color-white);
  border-radius: 5px;
  color: var(--theme-color1);
  font-size: 18px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  position: relative;
  text-align: center;
  width: 40px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.social-widget .social-icon-list1 li a i {
  position: relative;
}
.social-widget .social-icon-list1 li a::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  background-color: var(--theme-color3);
  content: "";
  border-radius: 5px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.social-widget .social-icon-list1 li a:hover {
  background-color: var(--theme-color3);
  border-color: var(--theme-color3);
  color: var(--theme-color3-text-color);
}
.social-widget .social-icon-list1 li a:hover:before {
  -webkit-transform: scale(1);
          transform: scale(1);
}

/*** 

====================================================================
   footer-style-one
====================================================================

***/
.footer-style-one {
  position: relative;
  margin: 0 15px 30px;
}

.footer-area {
  position: relative;
}
.footer-area .outer-box {
  position: relative;
  max-width: 1860px;
  margin: 0 auto 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background-color: var(--theme-color1);
}
.footer-area .outer-box .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.footer-area .outer-box .bg-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.02;
}
@media (max-width: 1199.98px) {
  .footer-area .outer-box .footer-column {
    margin-bottom: 30px;
  }
}
.footer-area .outer-box .footer-column .about-widget {
  position: relative;
  margin-right: -5px;
}
@media (max-width: 1199.98px) {
  .footer-area .outer-box .footer-column .about-widget {
    margin-right: 0;
  }
}
.footer-area .outer-box .footer-column .about-widget .widget-content .logo {
  margin-bottom: 25px;
}
.footer-area .outer-box .footer-column .about-widget .widget-content .logo img {
  max-width: 200px;
}
.footer-area .outer-box .footer-column .about-widget .widget-content .text {
  max-width: 320px;
  margin-bottom: 35px;
}
@media (max-width: 1199.98px) {
  .footer-area .outer-box .footer-column .about-widget .widget-content .text {
    max-width: 100%;
  }
}
.footer-area .outer-box .footer-column .links-widget.style-two {
  margin-left: 57px;
}
@media (max-width: 1199.98px) {
  .footer-area .outer-box .footer-column .links-widget.style-two {
    margin-left: 0;
  }
}
.footer-area .outer-box .footer-column .contact-widget {
  position: relative;
}
.footer-area .outer-box .footer-column .contact-widget.style-two {
  margin-left: -16px;
}
@media (max-width: 1199.98px) {
  .footer-area .outer-box .footer-column .contact-widget.style-two {
    margin-left: 0;
  }
}
.footer-area .outer-box .footer-column .contact-widget.style-two .widget-title {
  margin-bottom: 20px;
}
.footer-area .outer-box .footer-column .contact-widget .text {
  position: relative;
  margin-bottom: 23px;
  max-width: 241px;
}
@media (max-width: 1199.98px) {
  .footer-area .outer-box .footer-column .contact-widget .text {
    max-width: 100%;
  }
}
.footer-area .outer-box .footer-column .contact-widget .info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.footer-area .outer-box .footer-column .contact-widget .info i {
  color: var(--theme-color-white);
  font-size: 20px;
  font-weight: 400;
  margin: 5px 15px 0px 0px;
}
.footer-area .outer-box .footer-column .contact-widget .info span {
  color: var(--theme-color-white);
}
.footer-area .outer-box .footer-column .newsletter-widget {
  position: relative;
}
.footer-area .outer-box .footer-column .newsletter-widget.style-two {
  margin-left: -36px;
}
@media (max-width: 1199.98px) {
  .footer-area .outer-box .footer-column .newsletter-widget.style-two {
    margin-left: 0;
  }
}
.footer-area .outer-box .footer-column .newsletter-widget.style-two .widget-title {
  margin-bottom: 20px;
}
.footer-area .outer-box .footer-column .newsletter-widget .text {
  position: relative;
  margin-bottom: 35px;
  color: var(--theme-color-white);
}
.footer-area .outer-box .footer-column .newsletter-widget .form-clt {
  width: 100%;
  position: relative;
}
.footer-area .outer-box .footer-column .newsletter-widget .form-clt input {
  position: relative;
  padding: 15px 30px;
  border-radius: 5px;
  background-color: var(--theme-color-white);
  height: 60.4px;
  width: 100%;
  max-width: 351.5px;
}
@media (max-width: 1199.98px) {
  .footer-area .outer-box .footer-column .newsletter-widget .form-clt input {
    max-width: 100%;
  }
}
.footer-area .outer-box .footer-column .newsletter-widget .form-clt input::-webkit-input-placeholder {
  color: var(--text-color);
}
.footer-area .outer-box .footer-column .newsletter-widget .form-clt input::-moz-placeholder {
  color: var(--text-color);
}
.footer-area .outer-box .footer-column .newsletter-widget .form-clt input:-ms-input-placeholder {
  color: var(--text-color);
}
.footer-area .outer-box .footer-column .newsletter-widget .form-clt input::-ms-input-placeholder {
  color: var(--text-color);
}
.footer-area .outer-box .footer-column .newsletter-widget .form-clt input::placeholder {
  color: var(--text-color);
}
.footer-area .outer-box .footer-column .newsletter-widget .form-clt .submit-btn {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 5px 5px 0;
  background-color: var(--theme-color3);
  color: var(--theme-color3-text-color);
  width: 100%;
  max-width: 58.8px;
  height: 100%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.footer-area .outer-box .footer-column .newsletter-widget .form-clt .submit-btn:hover {
  background-color: var(--theme-color2);
  color: var(--theme-color1);
}

.footer-area-two {
  position: relative;
}
.footer-area-two .outer-box {
  position: relative;
  max-width: 1840px;
  margin: 0 auto 40px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background-color: var(--theme-color1);
}
.footer-area-two .outer-box .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.footer-area-two .outer-box .bg-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.02;
}
.footer-area-two .outer-box .widgets-section {
  padding: 210px 0 95px;
}
@media (max-width: 991.98px) {
  .footer-area-two .outer-box .widgets-section {
    padding: 180px 0 50px;
  }
}
@media (max-width: 1199.98px) {
  .footer-area-two .outer-box .footer-column {
    margin-bottom: 30px;
  }
}
.footer-area-two .outer-box .footer-column .about-widget {
  position: relative;
  margin-right: -5px;
}
@media (max-width: 1199.98px) {
  .footer-area-two .outer-box .footer-column .about-widget {
    margin-right: 0;
  }
}
.footer-area-two .outer-box .footer-column .about-widget .widget-content .logo {
  margin-bottom: 25px;
}
.footer-area-two .outer-box .footer-column .about-widget .widget-content .logo img {
  max-width: 200px;
}
.footer-area-two .outer-box .footer-column .about-widget .widget-content .text {
  max-width: 320px;
  margin-bottom: 35px;
}
@media (max-width: 1199.98px) {
  .footer-area-two .outer-box .footer-column .about-widget .widget-content .text {
    max-width: 100%;
  }
}
.footer-area-two .outer-box .footer-column .links-widget.style-two {
  margin-left: 57px;
}
@media (max-width: 1199.98px) {
  .footer-area-two .outer-box .footer-column .links-widget.style-two {
    margin-left: 0;
  }
}
.footer-area-two .outer-box .footer-column .contact-widget {
  position: relative;
}
.footer-area-two .outer-box .footer-column .contact-widget.style-two {
  margin-left: -16px;
}
@media (max-width: 1199.98px) {
  .footer-area-two .outer-box .footer-column .contact-widget.style-two {
    margin-left: 0;
  }
}
.footer-area-two .outer-box .footer-column .contact-widget.style-two .widget-title {
  margin-bottom: 20px;
}
.footer-area-two .outer-box .footer-column .contact-widget .text {
  position: relative;
  margin-bottom: 23px;
  max-width: 241px;
}
@media (max-width: 1199.98px) {
  .footer-area-two .outer-box .footer-column .contact-widget .text {
    max-width: 100%;
  }
}
.footer-area-two .outer-box .footer-column .contact-widget .info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.footer-area-two .outer-box .footer-column .contact-widget .info i {
  color: var(--theme-color-white);
  font-size: 20px;
  font-weight: 400;
  margin: 5px 15px 0px 0px;
}
.footer-area-two .outer-box .footer-column .contact-widget .info span {
  color: var(--theme-color-white);
}
.footer-area-two .outer-box .footer-column .newsletter-widget {
  position: relative;
}
.footer-area-two .outer-box .footer-column .newsletter-widget.style-two {
  margin-left: -36px;
}
@media (max-width: 1199.98px) {
  .footer-area-two .outer-box .footer-column .newsletter-widget.style-two {
    margin-left: 0;
  }
}
.footer-area-two .outer-box .footer-column .newsletter-widget.style-two .widget-title {
  margin-bottom: 20px;
}
.footer-area-two .outer-box .footer-column .newsletter-widget .text {
  position: relative;
  margin-bottom: 35px;
  color: var(--theme-color-white);
}
.footer-area-two .outer-box .footer-column .newsletter-widget .form-clt {
  width: 100%;
  position: relative;
}
.footer-area-two .outer-box .footer-column .newsletter-widget .form-clt input {
  position: relative;
  padding: 15px 30px;
  border-radius: 5px;
  background-color: var(--theme-color-white);
  height: 60.4px;
  width: 100%;
  max-width: 351.5px;
}
@media (max-width: 1199.98px) {
  .footer-area-two .outer-box .footer-column .newsletter-widget .form-clt input {
    max-width: 100%;
  }
}
.footer-area-two .outer-box .footer-column .newsletter-widget .form-clt input::-webkit-input-placeholder {
  color: var(--text-color);
}
.footer-area-two .outer-box .footer-column .newsletter-widget .form-clt input::-moz-placeholder {
  color: var(--text-color);
}
.footer-area-two .outer-box .footer-column .newsletter-widget .form-clt input:-ms-input-placeholder {
  color: var(--text-color);
}
.footer-area-two .outer-box .footer-column .newsletter-widget .form-clt input::-ms-input-placeholder {
  color: var(--text-color);
}
.footer-area-two .outer-box .footer-column .newsletter-widget .form-clt input::placeholder {
  color: var(--text-color);
}
.footer-area-two .outer-box .footer-column .newsletter-widget .form-clt .submit-btn {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 5px 5px 0;
  background-color: var(--theme-color3);
  color: var(--theme-color3-text-color);
  width: 100%;
  max-width: 58.8px;
  height: 100%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.footer-area-two .outer-box .footer-column .newsletter-widget .form-clt .submit-btn:hover {
  background-color: var(--theme-color2);
  color: var(--theme-color1);
}

/*=== Footer Bottom ===*/
.footer-bottom {
  padding: 24.8px 0;
  position: relative;
  z-index: 3;
  border-top: 1px solid rgba(var(--theme-color-white-rgb), 0.12);
}
.footer-bottom .inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .footer-bottom .inner-container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
  }
}
@media (max-width: 534.98px) {
  .footer-bottom .inner-container {
    display: block;
  }
}
.footer-bottom .copyright-text {
  position: relative;
  margin-bottom: 0;
  color: #CCCCCC;
}
@media (max-width: 534.98px) {
  .footer-bottom .copyright-text {
    text-align: center;
  }
}
.footer-bottom .copyright-text a {
  color: inherit;
}
.footer-bottom .copyright-text a:hover {
  color: var(--theme-color-white);
}
.footer-bottom ul {
  gap: 25px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 575.98px) {
  .footer-bottom ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer-bottom ul li a {
  color: #CCCCCC;
}
.footer-bottom ul li a:hover {
  color: var(--theme-color-white);
}
.footer-bottom .icp-beian {
  color: #CCCCCC;
  font-size: 14px;
  margin-left: 20px;
  text-decoration: none;
}
.footer-bottom .icp-beian:hover {
  color: var(--theme-color-white);
}
.footer-bottom .copyright-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 534.98px) {
  .footer-bottom .copyright-wrapper {
    justify-content: center;
  }
}

/***
====================================================================
  Products details
====================================================================
***/
.product-details .bxslider .image-box {
  position: relative;
  display: block;
  margin-right: 30px;
  margin-bottom: 10px;
}
.product-details .bxslider .image-box img {
  width: 100%;
}
.product-details .bxslider .thumb-box li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
  margin-bottom: 15px;
  width: 100px;
  height: 100px;
}
.product-details .bxslider .thumb-box li:last-child {
  margin: 0px !important;
}
.product-details .bxslider .thumb-box li a {
  position: relative;
  display: inline-block;
}
.product-details .bxslider .thumb-box li a:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.product-details .bxslider .thumb-box li a.active:before {
  opacity: 1;
}
.product-details .bx-wrapper {
  margin-bottom: 30px;
}
.product-details .product-info .product-details__top {
  position: relative;
  display: block;
  margin-top: -8px;
}
.product-details .product-info .product-details__title {
  font-size: 40px;
  line-height: 44px;
  font-weight: 700;
  margin: 0;
}
.product-details .product-info .product-details__title span {
  position: relative;
  display: inline-block;
  color: var(--theme-color1);
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  margin-left: 20px;
  letter-spacing: 0;
}
.product-details .product-info .product-details__reveiw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 22px;
  padding-bottom: 20px;
  margin-bottom: 31px;
  border-bottom: 1px solid #e0e4e8;
}
.product-details .product-info .product-details__reveiw i {
  font-size: 16px;
  color: #ffc737;
}
.product-details .product-info .product-details__reveiw i + i {
  margin-left: 4px;
}
.product-details .product-info .product-details__reveiw span {
  position: relative;
  top: 1px;
  line-height: 1;
  font-size: var(--text-body);
  color: var(--theme-color2);
  margin-left: 18px;
}
.product-details .product-info .product-details__quantity-title {
  margin: 0;
  color: #222;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin-right: 20px;
}
.product-details .product-info .product-details__buttons {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .product-details .product-info .product-details__buttons {
    display: block;
  }
}
.product-details .product-info .product-details__buttons-1 {
  position: relative;
  display: block;
}
@media only screen and (max-width: 767px) {
  .product-details .product-info .product-details__buttons-1 {
    margin-bottom: 10px;
    margin-right: 10px;
  }
}
.product-details .product-info .product-details__buttons-1 .btn-title {
  color: var(--headings-color);
  text-transform: capitalize;
  font-weight: 500;
}
.product-details .product-info .product-details__buttons-2 {
  position: relative;
  display: block;
  margin-left: 10px;
}
.product-details .product-info .product-details__buttons-2 .thm-btn {
  background-color: var(--theme-color2);
}
.product-details .product-info .product-details__buttons-2 .thm-btn:before {
  background-color: var(--theme-color1);
}
.product-details .product-info .product-details__buttons-2 .thm-btn:after {
  background-color: var(--theme-color1);
}
@media only screen and (max-width: 767px) {
  .product-details .product-info .product-details__buttons-2 {
    margin-left: 0;
    margin-top: 0;
  }
}
.product-details .product-info .product-details__social {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.product-details .product-info .product-details__social .social-icon-one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  position: relative;
}
.product-details .product-info .product-details__social .social-icon-one li {
  margin-left: 0;
  position: relative;
}
.product-details .product-info .product-details__social .social-icon-one li:first-child {
  margin-left: 0;
}
.product-details .product-info .product-details__social .social-icon-one li a {
  background-color: var(--theme-color1);
  border-radius: 50%;
  color: var(--theme-color1-text-color);
  display: block;
  font-size: 12px;
  height: 40px;
  line-height: 40px;
  position: relative;
  text-align: center;
  width: 40px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.product-details .product-info .product-details__social .social-icon-one li a:hover {
  background-color: var(--theme-color2);
  color: var(--theme-color2-text-color);
}
.product-details .product-info .product-details__social .title {
  position: relative;
  display: block;
}
.product-details .product-info .product-details__social .title .h3 {
  color: #222;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
}
.product-details .product-info .product-details__social .social-icon-one {
  margin-left: 30px;
}
@media only screen and (max-width: 767px) {
  .product-details .product-info .product-details__social {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .product-details .product-info .product-details__social .social-icon-one {
    margin-left: 0;
  }
}

.product-details__quantity {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  position: relative;
}
.product-details__quantity .quantity-box {
  border-radius: var(--radius-sm);
  height: 60px;
  position: relative;
  width: 98px;
}
.product-details__quantity .quantity-box input {
  border: 1px solid #e0e4e8;
  border-radius: var(--radius-sm);
  color: var(--theme-color2);
  font-size: 18px;
  font-weight: 500;
  height: 60px;
  outline: none;
  padding-left: 30px;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  width: 98px;
}
.product-details__quantity .quantity-box button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  border-left: 1px solid #e0e4e8;
  border-top-right-radius: 10px;
  background-color: var(--theme-color1);
  color: var(--theme-color1-text-color);
  font-size: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 29px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  outline: none;
  position: absolute;
  right: 1px;
  top: 1px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  width: 29px;
}
.product-details__quantity .quantity-box button:hover {
  background-color: var(--theme-color2);
  color: var(--theme-color2-text-color);
}
.product-details__quantity .quantity-box button.sub {
  bottom: 1px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 10px;
  top: auto;
}

.product-discription {
  display: block;
  position: relative;
}
.product-discription .product-description__title {
  font-size: 30px;
  margin-bottom: 27px;
}
.product-discription .product-description__text1 {
  font-size: var(--text-body);
  line-height: 30px;
  margin: 0;
}
.product-discription .product-description__list {
  display: block;
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
}
.product-discription .product-description__list ul {
  display: block;
  position: relative;
}
.product-discription .product-description__list ul li {
  display: block;
  margin-bottom: 2px;
  position: relative;
}
.product-discription .product-description__list ul li:last-child {
  margin-bottom: 0px;
}
.product-discription .product-description__list ul li p {
  color: var(--headings-color);
  font-weight: 600;
  margin: 0;
}
.product-discription .product-description__list ul li p span:before {
  color: var(--theme-color1);
  display: inline-block;
  font-size: 17px;
  line-height: 17px;
  margin-right: 11px;
  position: relative;
  top: 2px;
}
.product-discription .tabs-content .text p {
  margin-bottom: 17px;
}
.product-discription .tabs-content .text p:last-child {
  margin-bottom: 0px;
}
.product-discription .tab-btn-box {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 60px;
}
.product-discription .tab-btn-box:before {
  position: absolute;
  content: "";
  background-color: #e1e8e4;
  width: 100%;
  height: 1px;
  left: 0px;
  top: 28px;
}
.product-discription .tab-btn-box .tab-btns li {
  position: relative;
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  color: #1e2434;
  text-align: center;
  padding: 14px 30px;
  background-color: #fff;
  border: 1px solid #e1e8e4;
  cursor: pointer;
  margin: 0px 8.5px;
  margin-bottom: 15px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.product-discription .tab-btn-box .tab-btns li.active-btn {
  background-color: var(--theme-color1);
  color: var(--theme-color1-text-color);
}
.product-discription .tab-btn-box .tab-btns li:last-child {
  margin-bottom: 0;
}
.product-discription .single-comment-box .inner-box {
  position: relative;
  display: block;
  background-color: #f4f5f4;
  padding: 34px 30px 34px 125px;
}
.product-discription .single-comment-box .inner-box .comment-thumb {
  position: absolute;
  left: 30px;
  top: 40px;
  border-radius: 50%;
  width: 80px;
}
.product-discription .single-comment-box .inner-box .comment-thumb img {
  width: 100%;
  border-radius: 50%;
}
.product-discription .single-comment-box .inner-box .rating {
  position: relative;
  display: block;
  margin-bottom: 2px;
}
.product-discription .single-comment-box .inner-box .rating li {
  position: relative;
  display: inline-block;
  font-size: 12px;
  float: left;
  margin-right: 4px;
  color: #fdc009;
}
.product-discription .single-comment-box .inner-box .rating li:last-child {
  margin: 0px !important;
}
.product-discription .single-comment-box .inner-box .h5 {
  display: block;
  font-size: var(--text-body);
  line-height: 26px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.product-discription .single-comment-box .inner-box .h5 span {
  font-weight: 400;
  text-transform: capitalize;
}
.product-discription .customer-comment {
  position: relative;
  display: block;
  margin-bottom: 60px;
}
.product-discription .comment-box {
  position: relative;
  display: block;
  background-color: #fff;
  padding: 51px 60px 60px 60px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}
.product-discription .comment-box .h3 {
  display: block;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 23px;
}
.product-discription .comment-box .form-group {
  position: relative;
  margin-bottom: 15px;
}
.product-discription .comment-box .form-group label {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #707582;
  margin-bottom: 8px;
}
.product-discription .comment-box .column:last-child .form-group {
  margin-bottom: 0px;
}
.product-discription .comment-box .review-box p {
  position: relative;
  float: left;
  margin-right: 10px;
}
.product-discription .comment-box .review-box .rating {
  position: relative;
  float: left;
}
.product-discription .comment-box .review-box .rating li {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 28px;
  float: left;
  margin-right: 4px;
  color: #fdc009;
}
.product-discription .comment-box .review-box .rating li:last-child {
  margin: 0px !important;
}
.product-discription .comment-box .review-box {
  position: relative;
  display: block;
  margin-top: 8px;
}
.product-discription .comment-box .custom-controls-stacked {
  position: relative;
  float: left;
}

.related-product .h3 {
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .product-details__img {
    margin-bottom: 50px;
  }
  .product-details__title span {
    margin-left: 0;
    display: block;
  }
  .product-details__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .product-details__buttons-2 {
    margin-left: 0;
    margin-top: 10px;
  }
  .product-details__social-link {
    margin-left: 0;
    margin-top: 20px;
  }
}
/***

====================================================================
 Categories Section
====================================================================

***/
.categories-section {
  position: relative;
  padding: 100px 0 70px;
}
.categories-section .bg-pattern {
  position: absolute;
  left: 0;
  top: -220px;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url(../images/icons/pattern-7.png);
  background-repeat: no-repeat;
  background-position: left top;
  z-index: -1;
}
.categories-section:before {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 300px;
  width: 100%;
  background: var(--theme-color3);
  content: "";
  z-index: 1;
}
.categories-section:after {
  position: absolute;
  left: 0;
  bottom: -50px;
  height: 70px;
  width: 100%;
  z-index: 2;
  content: "";
  background-image: url(../images/icons/pattern-3.png);
  background-repeat: no-repeat;
  background-position: center bottom;
}

.category-block {
  position: relative;
  margin-bottom: 30px;
  z-index: 9;
}
.category-block .inner-box {
  position: relative;
  text-align: center;
  background: #ffffff;
  padding: 40px 30px 30px;
  border-radius: var(--radius-sm);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.category-block .inner-box:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 190px;
  background-repeat: no-repeat;
  background-position: center bottom;
  content: "";
}
.category-block .inner-box:hover {
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.category-block .inner-box:hover .image img {
  -webkit-transform: rotate(10deg) scale(1.2);
  transform: rotate(10deg) scale(1.2);
}
.category-block .inner-box.cat-bg-1:before {
  background-image: url(../images/icons/cat-1-bg.png);
}
.category-block .inner-box.cat-bg-2:before {
  background-image: url(../images/icons/cat-2-bg.png);
}
.category-block .inner-box.cat-bg-3:before {
  background-image: url(../images/icons/cat-3-bg.png);
}
.category-block .inner-box.cat-bg-4:before {
  background-image: url(../images/icons/cat-4-bg.png);
}
.category-block .image {
  position: relative;
  display: inline-block;
  height: 180px;
  width: 180px;
  overflow: hidden;
  border-radius: 50%;
  margin-bottom: 15px;
}
.category-block .image img {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.category-block .h4 {
  font-size: 20px;
  color: var(--theme-color3);
  font-weight: 700;
  margin-bottom: 10px;
}
.category-block .h4 a {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.category-block .h4 a:hover {
  color: var(--theme-color1);
}
.category-block p {
  font-size: 14px;
  color: #797f7d;
  line-height: 26px;
  margin-bottom: 0px;
}

/***

====================================================================
    Categories Section Two
====================================================================

***/
.categories-section-two {
  position: relative;
  padding: 120px 0 90px;
}

.category-block-two {
  position: relative;
  padding-top: 70px;
  margin-bottom: 30px;
  z-index: 9;
}
.category-block-two .inner-box {
  position: relative;
  text-align: center;
  background: #ffffff;
  border-radius: var(--radius-sm);
  margin: 0 auto;
  padding: 18px;
}
.category-block-two .inner-box:before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 60px;
  width: 100%;
  border-radius: var(--radius-sm);
  background: #e3eee5;
  content: "";
}
.category-block-two .inner-box:hover .image:before {
  left: 100%;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
.category-block-two .inner-box:hover .image img {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.category-block-two .inner-box:hover .h4 a {
  color: var(--theme-color1);
}
.category-block-two .content {
  position: relative;
  background: #ffffff;
  border-radius: var(--radius-sm);
  padding: 0 40px 40px;
  z-index: 1;
  -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
}
.category-block-two .content:before {
  position: absolute;
  top: -88px;
  left: 0;
  width: 180px;
  height: 180px;
  right: 0;
  margin: 0 auto;
  border-radius: 50%;
  background: #e3eee5;
  content: "";
}
.category-block-two .content:after {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  font-size: 30px;
  line-height: 1em;
  color: #e8f3ea;
  height: 15px;
  overflow: hidden;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  content: attr(data-text);
}
.category-block-two .image {
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin-bottom: 25px;
  margin-top: -70px;
}
.category-block-two .image img {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.category-block-two .image:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 120%;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
  content: "";
  opacity: 0.3;
  left: -100%;
  pointer-events: none;
  z-index: 1;
}
.category-block-two .h4 {
  font-size: 22px;
  color: var(--theme-color3);
  font-weight: 700;
  margin-bottom: 15px;
}
.category-block-two .h4 a {
  color: var(--theme-color3);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.category-block-two p {
  font-size: var(--text-body);
  color: #797f7d;
  line-height: 26px;
  margin-bottom: 0px;
}
.category-block-two .link {
  position: relative;
  display: inline-block;
  height: 50px;
  width: 50px;
  background: #e8f3ea;
  border-radius: 50%;
  line-height: 50px;
  margin-top: 25px;
  color: #608174;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.category-block-two .link:hover {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.category-block-two.child-two .link {
  background: #f0e2e3;
}
.category-block-two.child-two .inner-box:before {
  background: #f0e2e3;
}
.category-block-two.child-two .inner-box:hover .h4 a {
  color: #e69da2;
}
.category-block-two.child-two .content:before {
  background: #f0e2e3;
}
.category-block-two.child-two .content:after {
  color: #f0e2e3;
}
.category-block-two.child-three .link {
  background: #f1ede1;
}
.category-block-two.child-three .inner-box:before {
  background: #f1ede1;
}
.category-block-two.child-three .inner-box:hover .h4 a {
  color: #c9b579;
}
.category-block-two.child-three .content:before {
  background: #f1ede1;
}
.category-block-two.child-three .content:after {
  color: #f1ede1;
}

/***

====================================================================
    Products Section
====================================================================

***/
.products-section {
  position: relative;
  padding: 120px 0;
}

.products-section .bg-image {
  position: absolute;
  left: 0;
  top: 0;
  height: 670px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

.products-section .bg-image:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #113629;
  opacity: 0.7;
  content: "";
}

.products-section .bg-image:after {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  width: 100%;
  background-image: url(../images/icons/pattern-8.png);
  background-position: center bottom;
  content: "";
}

.products-section .sec-title .h2 {
  font-size: 60px;
}

.products-section .sec-title .theme-btn {
  margin-top: 30px;
}

.products-box {
  max-width: 1530px;
  position: relative;
  padding: 120px 60px 90px;
  margin: 120px auto 0;
  background-color: #f7f5ee;
  overflow: hidden;
  border-radius: var(--radius-sm);
}

.products-box:before {
  position: absolute;
  left: -90px;
  bottom: 0;
  height: 70%;
  width: 100%;
  background: url(../images/icons/shape-7.png) top left no-repeat;
  content: "";
}

.products-box .sec-title {
  margin-bottom: 30px;
}

.products-box .outer-box {
  position: relative;
  padding-right: 400px;
}

.products-box .outer-box .banner-box-two {
  position: absolute;
  right: 0;
  top: 0;
}

.banner-box-two {
  position: relative;
}

.banner-box-two .inner-box:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(22, 67, 51)), to(rgba(229, 229, 229, 0)));
  background: linear-gradient(to bottom, rgb(22, 67, 51) 0%, rgba(229, 229, 229, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--theme-color3)', endColorstr='#00e5e5e5',GradientType=0 );
  content: "";
}

.banner-box-two .inner-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 370px;
  background: var(--theme-color3);
  border-radius: var(--radius-sm);
  min-height: 440px;
  text-align: center;
  overflow: hidden;
  padding: 20px 20px;
}

.banner-box-two .title {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 20px;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.banner-box-two .title strong {
  font-size: 60px;
  line-height: 1em;
  color: var(--theme-color2);
  font-weight: 400;
}

.banner-box-two .h4 {
  font-size: 30px;
  line-height: 1.2em;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}

.product-block-two {
  position: relative;
  margin-bottom: 30px;
}

.product-block-two .inner-box {
  position: relative;
  border: 2px solid transparent;
  border-radius: var(--radius-sm);
  background: #ffffff;
  padding: 20px 20px;
  padding-left: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 150px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.product-block-two .inner-box:hover {
  border: 2px solid var(--theme-color);
}

.product-block-two .image {
  position: absolute;
  left: 20px;
  top: 20px;
  border-radius: 50%;
  overflow: hidden;
  height: 110px;
  width: 110px;
  border: 1px solid #e4e1d6;
  margin-bottom: 0px;
}

.product-block-two .image img {
  width: auto;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.product-block-two .inner-box:hover .image img {
  -webkit-transform: scale(-1) rotate(180deg);
  transform: scale(-1) rotate(180deg);
}

.product-block-two .h4 {
  display: block;
  font-size: 22px;
  color: var(--theme-color3);
  font-weight: 700;
  margin-bottom: 5px;
}

.product-block-two .h4 a {
  color: var(--theme-color3);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.product-block-two .price {
  display: block;
  font-size: var(--text-body);
  line-height: 26px;
  color: var(--theme-color1);
  font-weight: 600;
}

.product-block-two .price del {
  display: inline-block;
  margin-left: 15px;
  font-size: var(--text-body);
  color: #ff0000;
  line-height: 27px;
  opacity: 0.3;
}

.product-block-two .rating {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  color: #ffc737;
}

/***

====================================================================
    Featured Products
====================================================================

***/
.featured-products {
  position: relative;
  padding: 120px 0 90px;
}

.featured-products .bg-shape {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: url(../images/icons/pattern-7.png) left bottom no-repeat;
  background-size: 700px;
}

/*=== Mixitup Gallery ===*/
.featured-products .filters {
  margin-bottom: 40px;
  text-align: center;
}

.featured-products .filters .filter-tabs {
  position: relative;
  display: inline-block;
}

.featured-products .filters li {
  position: relative;
  display: inline-block;
  line-height: 24px;
  padding: 0px 2px 10px;
  cursor: pointer;
  color: #797f7d;
  font-weight: 500;
  font-size: 18px;
  margin: 0 5px 0;
  padding: 5px 12px 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.featured-products .filters li:last-child {
  margin-right: 0;
}

.featured-products .filters .filter.active,
.featured-products .filters .filter:hover {
  background-color: var(--theme-color1);
  color: var(--theme-color1-text-color);
}

.featured-products .filters li:before {
  position: absolute;
  left: 0;
  bottom: 8px;
  height: 2px;
  width: 100%;
  content: "";
  background-color: #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: top right;
  transform-origin: top right;
  -webkit-transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1); /* easeInOutQuint */
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1); /* easeInOutQuint */
}

.featured-products .filters li.active:before,
.featured-products .filters li:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}

.product-block {
  position: relative;
  margin-bottom: 30px;
}

.product-block.mix {
  display: none;
}

.product-block .inner-box {
  position: relative;
  border: 2px solid #e4e1d5;
  border-radius: var(--radius-sm);
  text-align: center;
  background: #ffffff;
  overflow: hidden;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.product-block .inner-box:hover {
  border: 2px solid var(--theme-color1);
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}

.product-block .image {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  margin-bottom: 0px;
}

.product-block .image:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
  content: "";
  opacity: 0.3;
  left: -100%;
  pointer-events: none;
  z-index: 1;
}

.product-block .inner-box:hover .image:before {
  left: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.product-block .image img {
  width: auto;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.product-block .inner-box:hover .image img {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.product-block .content {
  position: relative;
  padding: 30px 30px 30px;
}

.product-block .h4 {
  display: block;
  font-size: 22px;
  color: var(--theme-color2);
  font-weight: 700;
  margin-bottom: 5px;
}

.product-block .h4 a {
  color: var(--theme-color2);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.product-block .h4 a:hover {
  color: var(--theme-color2);
}

.product-block .price {
  display: block;
  font-size: var(--text-body);
  line-height: 26px;
  color: var(--text-gray-silver);
  font-weight: 600;
}

.product-block .price del {
  display: inline-block;
  margin-left: 15px;
  font-size: var(--text-body);
  color: #ff0000;
  line-height: 27px;
  opacity: 0.3;
}

.product-block .rating {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  color: #ffc737;
}

.product-block .tag {
  position: absolute;
  top: 30px;
  left: 20px;
  font-size: 14px;
  line-height: 23px;
  color: #ffffff;
  background: #FD5F5C;
  font-weight: 400;
  padding: 0 12px;
  border-radius: 3px;
  z-index: 9;
  font-style: italic;
  text-transform: uppercase;
}

.product-block .icon-box {
  position: absolute;
  right: 20px;
  top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.product-block .inner-box:hover .icon-box {
  top: 20px;
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 300ms;
  transition-delay: 300ms;
}

.product-block .ui-btn {
  background-color: var(--theme-color1);
  border-radius: 50px;
  color: var(--theme-color1-text-color);
  cursor: pointer;
  display: block;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  margin-bottom: 10px;
  position: relative;
  text-align: center;
  width: 40px;
  z-index: 9;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.product-block .ui-btn:hover {
  background-color: var(--theme-color2);
  color: var(--theme-color2-text-color);
}

.product-block .cat {
  display: block;
  font-size: 18px;
  color: #707070;
  font-style: italic;
  margin-bottom: 5px;
}

/*
 * shop-catalog-layouts.scss
 * -----------------------------------------------
*/
table.tbl-shopping-cart .product-thumbnail, table.cart-total .product-thumbnail {
  min-width: 64px;
}
table.tbl-shopping-cart img, table.cart-total img {
  width: 64px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
table.tbl-shopping-cart th,
table.tbl-shopping-cart td, table.cart-total th,
table.cart-total td {
  vertical-align: middle;
  border-left: 1px solid #e3e3e3;
  padding: 20px 30px;
}
table.tbl-shopping-cart .product-name a, table.cart-total .product-name a {
  color: var(--headings-color);
}
table.tbl-shopping-cart .product-name .variation, table.cart-total .product-name .variation {
  font-size: 0.9rem;
  list-style: none;
}
table.tbl-shopping-cart .product-remove a, table.cart-total .product-remove a {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: var(--radius-lg);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  background-color: #757575;
  color: #ffffff;
  text-align: center;
}
table.tbl-shopping-cart .coupon-form .apply-button, table.cart-total .coupon-form .apply-button {
  position: relative;
  display: inline-block;
  color: #1e2434;
  background: #f4f5f4;
  padding: 15px 29px;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
table.tbl-shopping-cart .coupon-form .apply-button:hover, table.cart-total .coupon-form .apply-button:hover {
  background-color: var(--theme-color2);
}
table.tbl-shopping-cart .coupon-form .apply-button:hover span, table.cart-total .coupon-form .apply-button:hover span {
  color: var(--theme-color-white);
}

table.tbl-shopping-cart > thead > tr > th,
table.tbl-shopping-cart > tbody > tr > th,
table.tbl-shopping-cart > tfoot > tr > th {
  color: #444;
}

.payment-method .accordion-box .block .acc-content .payment-info {
  position: relative;
  display: block;
  background-color: #fff;
  padding: 30px 30px 10px 30px;
}
.payment-method .accordion-box .block {
  background: #f4f5f4;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 20px;
}
.payment-method .accordion-box .block:last-child {
  margin-bottom: 0px;
}
.payment-method .accordion-box .block .acc-btn {
  padding: 19px 30px 22px 30px;
}
.payment-method .accordion-box .block .acc-btn .icon-outer {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 30px;
  height: auto;
  /* line-height: 65px; */
  font-size: 28px;
  color: #1e2434;
}
.payment-method .accordion-box .block .acc-btn.active .icon-outer {
  color: var(--text-color-bg-theme-color2);
}
.payment-method .payment-method .h3 {
  margin-bottom: 32px;
}
.payment-method .accordion-box .block .acc-btn.active {
  background-color: var(--theme-color1);
  color: var(--theme-color1-text-color);
}

.shop-sidebar {
  display: block;
  position: relative;
}
.shop-sidebar .sidebar-search .search-form .form-group {
  margin: 0px;
  position: relative;
}
.shop-sidebar .sidebar-search .search-form .form-group input[type=search] {
  background-color: #F6F6F6;
  border: 1px solid var(--theme-light-background);
  border-radius: 5px;
  color: #646578;
  height: 52px;
  padding: 10px 60px 10px 20px;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  width: 100%;
}
.shop-sidebar .sidebar-search .search-form .form-group button {
  background-color: var(--theme-color1);
  border-radius: 3px;
  color: var(--theme-color1-text-color);
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  height: 42px;
  line-height: 42px;
  position: absolute;
  right: 5px;
  text-align: center;
  top: 5px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  width: 42px;
}
.shop-sidebar .sidebar-search .search-form .form-group button:hover {
  background-color: var(--theme-color2);
  color: var(--theme-color2-text-color);
}
.shop-sidebar .sidebar-search {
  margin-bottom: 30px;
}
.shop-sidebar .sidebar-widget {
  background-color: var(--theme-color-lighter);
  border-radius: 5px;
  display: block;
  margin-bottom: 30px;
  padding: 35px 30px 37px 30px;
  position: relative;
}
.shop-sidebar .sidebar-widget:last-child {
  margin-bottom: 0px;
}
.shop-sidebar .sidebar-widget .widget-title {
  display: block;
  margin-bottom: 16px;
  position: relative;
}
.shop-sidebar .category-widget .category-list li {
  display: block;
  margin-bottom: 14px;
  position: relative;
}
.shop-sidebar .category-widget .category-list li:last-child {
  margin-bottom: 0px;
}
.shop-sidebar .category-widget .category-list li a {
  color: #646578;
  display: inline-block;
  font-weight: 400;
  padding-left: 20px;
  position: relative;
}
.shop-sidebar .category-widget .category-list li a:before {
  position: absolute;
  content: "\f0da";
  font-family: "Font Awesome 6 Pro";
  left: 0px;
  top: 0px;
  font-size: 16px;
  font-weight: 600;
  color: var(--theme-color1);
}
.shop-sidebar .category-widget .category-list li a:hover {
  color: var(--theme-color2);
}
.shop-sidebar .price-filters .widget-title {
  margin-bottom: 28px;
}
.shop-sidebar .post-widget .post {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 23px;
  min-height: 108px;
  padding-left: 90px;
  padding-bottom: 24px;
  position: relative;
}
.shop-sidebar .post-widget .post:last-child {
  margin-bottom: 0px;
  border-bottom: none;
}
.shop-sidebar .post-widget .post .post-thumb {
  border: 1px solid #d0d4dd;
  border-radius: 5px;
  height: 70px;
  left: 0px;
  position: absolute;
  top: 7px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  width: 70px;
}
.shop-sidebar .post-widget .post .post-thumb img {
  width: 100%;
  border-radius: 5px;
}
.shop-sidebar .post-widget .post a {
  color: #646578;
  display: inline-block;
  font-size: var(--text-body);
  line-height: 26px;
  margin-bottom: 7px;
  position: relative;
}
.shop-sidebar .post-widget .post .price {
  color: #0a267a;
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  position: relative;
}
.shop-sidebar .post-widget .post:hover .post-thumb {
  border-color: var(--theme-color1);
}
.shop-sidebar .post-widget .post:hover a {
  color: var(--theme-color2);
}
.shop-sidebar .post-widget {
  padding-bottom: 9px;
}

.range-slider {
  position: relative;
}
.range-slider .title {
  display: inline-block;
  line-height: 26px;
  margin-right: 4px;
  position: relative;
}
.range-slider .title:before {
  color: #646578;
  content: "$";
  font-size: 18px;
  left: -5px;
  position: absolute;
  top: -19px;
}
.range-slider p {
  color: #646578;
  display: inline-block;
  margin-right: 10px !important;
  position: relative;
}
.range-slider .input {
  color: #646578;
  display: inline-block;
  font-size: 18px;
  margin-top: 5px;
  max-width: 75px;
  position: relative;
}
.range-slider .input input {
  background: none;
  color: #646578;
  font-size: 15px;
  text-align: left;
}
.range-slider .ui-widget.ui-widget-content {
  background-color: #d0d4dd;
  border-radius: 2px;
  border: none;
  height: 4px;
  margin-bottom: 14px;
}
.range-slider .ui-slider .ui-slider-range {
  background-color: var(--theme-color1);
  top: 0px;
  height: 4px;
}
.range-slider .ui-state-default {
  background-color: var(--theme-color1);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  height: 14px;
  margin-left: 0px;
  position: absolute;
  top: -5px;
  width: 14px;
}
.range-slider .ui-state-default:before {
  background-color: var(--theme-color1-text-color);
  border-radius: 50%;
  content: "";
  height: 6px;
  left: 4px;
  position: absolute;
  top: 4px;
  width: 6px;
}
.range-slider .ui-widget-content .ui-state-default {
  background-color: var(--theme-color1);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  height: 14px;
  margin-left: 0px;
  top: -5px;
  width: 14px;
}
.range-slider .ui-widget-content .ui-state-default:before {
  background-color: var(--theme-color1-text-color);
  border-radius: 50%;
  content: "";
  position: absolute;
  height: 6px;
  left: 4px;
  top: 4px;
  width: 6px;
}
.range-slider input[type=submit] {
  background: var(--theme-color1);
  border: none;
  border-radius: var(--radius-sm);
  color: var(--theme-color1-text-color);
  cursor: pointer;
  display: block;
  float: right;
  font-size: 14px;
  font-weight: 500;
  margin-top: 0;
  padding: 7px 20px;
  position: relative;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.range-slider input[type=submit]:hover {
  background-color: var(--theme-color2);
  color: var(--theme-color2-text-color);
}

/*** 

====================================================================
Page Title
====================================================================

***/
@-webkit-keyframes "ripple" {
  70% {
    -webkit-box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes "ripple" {
  70% {
    -webkit-box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
.page-title {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 0 0 0;
  min-height: 524px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-title:before {
  position: absolute;
  content: "";
  background-color: var(--theme-color1);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.9;
}
.page-title .title-outer {
  position: relative;
  z-index: 1;
}

.page-title .title {
  font-size: 82px;
  color: #ffffff;
  margin-bottom: 17px;
}

.page-title .subtitle-en {
  font-family: "Noto Sans", "Noto Sans SC", "Noto Sans Thai", sans-serif;
  font-size: clamp(64px, 9vw, 130px);
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.18);
  margin-top: -10px;
  pointer-events: none;
}

@media (max-width: 767.98px) {
  .page-title .subtitle-en {
    font-size: clamp(48px, 14vw, 80px);
    margin-top: -6px;
  }
}
@media only screen and (max-width: 768px) {
  .page-title .title {
    font-size: 46px;
  }
}
.page-title .text {
  position: relative;
  color: #ffffff;
  font-size: var(--text-body);
  line-height: 26px;
  letter-spacing: 0.05em;
  max-width: 520px;
}

.page-breadcrumb {
  position: relative;
  margin-top: 5px;
}
.page-breadcrumb li {
  position: relative;
  display: inline-block;
  margin-right: 12px;
  padding-right: 13px;
  color: #DDDDDD;
  font-size: 18px;
  font-weight: 400;
  text-transform: capitalize;
}
.page-breadcrumb li:after {
  position: absolute;
  content: "\f105";
  right: -6px;
  top: 5px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  font-family: "Font Awesome 6 Pro";
  color: #ffffff;
}
.page-breadcrumb li:last-child::after {
  display: none;
}
.page-breadcrumb li:last-child {
  padding-right: 0px;
  margin-right: 0px;
}
.page-breadcrumb li a {
  color: var(--theme-color-white);
  font-weight: 500;
  text-transform: capitalize;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.page-breadcrumb li a:hover {
  color: #ffffff;
}

.page-title.style-two {
  background-position: center center;
}
.page-title.style-two .page-breadcrumb-outer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 8;
}
.page-title.style-two .page-breadcrumb li {
  color: rgb(7, 7, 16);
  font-weight: 600;
}
.page-title.style-two .page-breadcrumb li:after {
  color: rgb(7, 7, 16);
}
.page-title.style-two .page-breadcrumb li a {
  color: rgba(7, 7, 16, 0.6);
}
.page-title.style-two .page-breadcrumb li a:hover {
  color: rgb(7, 7, 16);
}

.play-now {
  position: relative;
  display: block;
  z-index: 9;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.play-now .icon {
  position: relative;
  display: inline-block;
  height: 70px;
  width: 70px;
  text-align: center;
  line-height: 70px;
  background-color: #ffffff;
  color: #ff6d2e;
  z-index: 1;
  padding-left: 0px;
  font-size: 14px;
  display: block;
  border-radius: 50%;
  -webkit-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
  -ms-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
  -o-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
  box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
  -webkit-transform-origin: center;
  transform-origin: center;
}
.play-now .ripple {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 70px;
  width: 70px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}
.play-now .ripple:before {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 70px;
  width: 70px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}
.play-now .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 70px;
  width: 70px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

.background-image {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: repeat;
  background-position: center;
  background-size: cover;
}

.error-page__inner {
  position: relative;
  display: block;
  text-align: center;
}
.error-page__inner .error-page__title-box {
  position: relative;
  display: block;
}
.error-page__inner .error-page__title {
  position: relative;
  display: inline-block;
  font-size: 280px;
  line-height: 280px;
  margin-bottom: 0;
  color: var(--theme-color1);
}
.error-page__inner .error-page__sub-title {
  font-size: 40px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 50px;
  margin-top: -16px;
}
.error-page__inner .error-page__text {
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}
.error-page__inner .error-page__form {
  position: relative;
  display: block;
  margin: 42px auto 20px;
}
.error-page__inner .error-page__form input[type=search] {
  height: 60px;
  width: 100%;
  border: none;
  outline: none;
  background-color: #f5f5f5;
  font-size: 14px;
  color: #333;
  padding-left: 50px;
  padding-right: 75px;
  border-radius: 7px;
}
.error-page__inner .error-page__form button[type=submit] {
  background-color: transparent;
  font-size: 22px;
  position: absolute;
  top: 0;
  right: 0px;
  bottom: 0;
  width: 72px;
  outline: none;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}
.error-page__inner .error-page__form-input {
  position: relative;
  display: block;
  max-width: 570px;
  width: 100%;
  margin: 0 auto;
}

input::-webkit-input-placeholder {
  color: #cccccc;
  opacity: 1;
}

input::-moz-placeholder {
  color: #cccccc;
  opacity: 1;
}

input:-ms-input-placeholder {
  color: #cccccc;
  opacity: 1;
}

input::-ms-input-placeholder {
  color: #cccccc;
  opacity: 1;
}

input::placeholder {
  color: #cccccc;
  opacity: 1;
}
input:-ms-input-placeholder {
  color: #cccccc;
}
input::-ms-input-placeholder {
  color: #cccccc;
}

/***

====================================================================
        Contact
====================================================================

***/
.contact-details__info {
  position: relative;
  display: block;
  margin-top: 41px;
}
.contact-details__info li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.contact-details__info li .icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 80px;
  width: 80px;
  background-color: var(--theme-color1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.contact-details__info li .icon span {
  color: var(--theme-color1-text-color);
  font-size: 25px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.contact-details__info li:hover .icon {
  background-color: var(--theme-color2);
  color: var(--theme-color2-text-color);
}
.contact-details__info li:hover .icon span {
  color: var(--text-color-bg-theme-color2);
}
.contact-details__info li:hover .text a {
  color: var(--notech-base);
}
.contact-details__info li:hover .text a span {
  color: var(--notech-gray);
}
.contact-details__info li .text {
  margin-left: 30px;
}
.contact-details__info li .text p {
  font-size: 14px;
  line-height: 24px;
}
.contact-details__info li .text a {
  font-size: 18px;
  color: var(--notech-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.contact-details__info li .text span {
  font-size: 20px;
  color: var(--notech-black);
}
.contact-details__info li + li {
  margin-top: 19px;
}

.map {
  height: 550px;
}

/***
=============================================
    Services Details
=============================================
***/
.service-sidebar {
  position: relative;
  display: block;
  width: 100%;
}
.service-sidebar .service-sidebar-single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}
.service-sidebar .service-sidebar-single-services {
  position: relative;
  display: block;
  background: #f6f4ec;
  border-radius: var(--radius-sm);
  padding: 35px 30px 25px;
}
.service-sidebar .service-sidebar-single-services .title {
  position: relative;
  display: block;
  margin-bottom: 12px;
  padding-left: 20px;
}
.service-sidebar .service-sidebar-single-services .title h3 {
  color: var(--headings-color);
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.02em;
}
.service-sidebar .service-sidebar-single-services ul {
  position: relative;
  display: block;
  margin-top: 10px;
}
.service-sidebar .service-sidebar-single-services ul li {
  position: relative;
  display: block;
  margin-bottom: 5px;
  margin-top: -10px;
}
.service-sidebar .service-sidebar-single-services ul li:last-child {
  margin-bottom: 0;
}
.service-sidebar .service-sidebar-single-services ul li a {
  position: relative;
  display: block;
  color: var(--agriox-color-1, #687469);
  font-size: 18px;
  padding: 22px 20px 22px;
  border-radius: var(--radius-sm);
  background: transparent;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.service-sidebar .service-sidebar-single-services ul li a:hover {
  color: var(--headings-color);
}
.service-sidebar .service-sidebar-single-services ul li a:hover::before {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateX(0deg);
          transform: perspective(400px) rotateX(0deg);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.service-sidebar .service-sidebar-single-services ul li a:hover i {
  color: var(--theme-color1);
}
.service-sidebar .service-sidebar-single-services ul li a::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  z-index: -1;
  opacity: 1;
  -webkit-transform: perspective(400px) rotateX(90deg);
          transform: perspective(400px) rotateX(90deg);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  background: #ffffff;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  border-radius: var(--radius-sm);
}
.service-sidebar .service-sidebar-single-services ul li a i {
  font-size: 16px;
}
.service-sidebar .service-sidebar-single-services ul li.current a::before {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateX(0deg);
          transform: perspective(400px) rotateX(0deg);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.service-sidebar .service-sidebar-single-services ul li.current a i {
  color: var(--theme-color1);
}
.service-sidebar .service-sidebar-single-services ul li.current:first-child {
  margin-top: 20px;
}
.service-sidebar .service-sidebar-single-services ul li.current:last-child {
  margin-bottom: 35px;
}
.service-sidebar .service-sidebar-single-contact-box {
  position: relative;
  display: block;
  background-attachment: scroll;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: var(--radius-sm);
  padding: 50px 0px 44px;
  z-index: 1;
}
.service-sidebar .service-sidebar-single-contact-box::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(109, 140, 84, 0.93);
  border-radius: var(--radius-sm);
  content: "";
  z-index: -1;
}
.service-sidebar .service-sidebar-single-contact-box .icon {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 50%;
  background: var(--theme-color2);
}
.service-sidebar .service-sidebar-single-contact-box .icon:hover {
  background-color: var(--headings-color);
}
.service-sidebar .service-sidebar-single-contact-box .icon:hover span::before {
  color: #fff;
}
.service-sidebar .service-sidebar-single-contact-box .icon span::before {
  position: relative;
  display: inline-block;
  color: var(--headings-color);
  font-size: 30px;
  line-height: 60px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.service-sidebar .service-sidebar-single-contact-box .title {
  position: relative;
  display: block;
  margin-top: 20px;
  margin-bottom: 42px;
}
.service-sidebar .service-sidebar-single-contact-box .title h2 {
  color: #ffffff;
  font-size: 36px;
}
.service-sidebar .service-sidebar-single-contact-box .phone {
  font-size: 24px;
  line-height: 34px;
}
.service-sidebar .service-sidebar-single-contact-box .phone a {
  color: #ffffff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.service-sidebar .service-sidebar-single-contact-box .phone a:hover {
  color: var(--theme-color1);
}
.service-sidebar .service-sidebar-single-contact-box p {
  color: #ffffff;
  font-size: 14px;
  line-height: 22px;
}
.service-sidebar .service-sidebar-single-btn {
  position: relative;
  display: block;
}
.service-sidebar .service-sidebar-single-btn .thm-btn {
  font-size: var(--text-body);
  padding: 13px 50px 28px;
}
.service-sidebar .service-sidebar-single-btn .thm-btn span::before {
  position: relative;
  display: inline-block;
  top: 13px;
  color: #334b35;
  font-size: 40px;
  padding-right: 25px;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  font-weight: 500;
}
.service-sidebar .service-sidebar-single-btn .thm-btn:hover span::before {
  color: #ffffff;
}
.service-sidebar .banner-widget {
  position: relative;
  display: block;
  background: #fff;
  border-radius: var(--radius-sm);
  overflow: hidden;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
}
.service-sidebar .banner-widget .widget-content {
  position: relative;
  display: block;
  width: 100%;
  padding: 45px 30px 40px 30px;
  background-size: cover;
  background-repeat: no-repeat;
}
.service-sidebar .banner-widget .widget-content .shape {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 278px;
  background-repeat: no-repeat;
  background-size: cover;
}
.service-sidebar .banner-widget .content-box {
  position: relative;
  max-width: 200px;
  width: 100%;
}
.service-sidebar .banner-widget .content-box .icon-box {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 40px;
  background-color: var(--theme-color2);
  color: var(--text-color-bg-theme-color2);
  text-align: center;
  border-radius: 5px;
  margin-bottom: 23px;
}
.service-sidebar .banner-widget .content-box .icon-box .icon-shape {
  position: absolute;
  top: -15px;
  right: -38px;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
}
.service-sidebar .banner-widget .content-box h3 {
  display: block;
  font-size: 24px;
  line-height: 32px;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 22px;
}
.service-sidebar .banner-widget .content-box .theme-btn-two:hover {
  background: #0a267a;
}
.service-sidebar .service-sidebar-single-btn .theme-btn {
  padding: 20px 50px;
  background-color: var(--theme-color1);
  color: var(--theme-color1-text-color);
}
.service-sidebar .service-sidebar-single-btn .theme-btn .btn-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.service-sidebar .service-sidebar-single-btn .theme-btn span::before {
  position: relative;
  display: inline-block;
  font-size: 36px;
  padding-right: 25px;
  margin-top: 7px;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  font-weight: 500;
}

.services-details__content .feature-list .single-item {
  position: relative;
  display: block;
  border: 1px solid #e1e8e4;
  padding: 16px 30px 16px 53px;
  margin-bottom: 20px;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}
.services-details__content .feature-list .single-item .icon-box {
  color: var(--theme-color1);
  position: absolute;
  left: 20px;
  top: 16px;
  font-size: 18px;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}
.services-details__content .feature-list .single-item .title {
  display: block;
  margin: 0;
  font-size: var(--text-body);
  line-height: 32px;
  font-weight: 600;
  text-transform: uppercase;
}
.services-details__content .feature-list .single-item:hover {
  background-color: var(--theme-color2);
  color: var(--text-color-bg-theme-color2);
}
.services-details__content .feature-list .single-item:hover .icon-box {
  color: var(--text-color-bg-theme-color2);
}

.service-list li {
  position: relative;
  display: block;
  margin-bottom: 10px;
}
.service-list li:last-child {
  margin-bottom: 0px;
}
.service-list li a {
  position: relative;
  display: block;
  font-size: 18px;
  color: var(--headings-color);
  font-weight: 600;
  background-color: #fff;
  padding: 17px 20px 17px 50px;
  -webkit-box-shadow: 20px 5px 20px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 20px 5px 20px 0px rgba(0, 0, 0, 0.05);
}
.service-list li a:hover, .service-list li a.current {
  color: var(--text-color-bg-theme-color1);
  background-color: var(--theme-color1);
  padding-left: 80px;
}
.service-list li a:hover i, .service-list li a.current i {
  width: 60px;
  color: var(--text-color-bg-theme-color2);
  background-color: var(--theme-color2);
}
.service-list li i {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0px;
  top: 0px;
  width: 30px;
  height: 100%;
  background-color: #f6f4ec;
  text-align: center;
  font-size: var(--text-body);
  color: #707582;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.sidebar-service-list {
  margin: 0;
}
.sidebar-service-list li + li {
  margin-top: 10px;
}
.sidebar-service-list li a {
  font-size: 18px;
  font-weight: 700;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  display: block;
  background-color: #f5faff;
  color: var(--headings-color);
  border-radius: var(--radius-md);
  padding: 19px 40px;
}
.sidebar-service-list li a:hover {
  color: var(--theme-color2);
}
.sidebar-service-list li a:hover i {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: var(--theme-color1-text-color);
  background-color: var(--theme-color1);
}
.sidebar-service-list li a i {
  height: 32px;
  width: 45px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #191825;
  background-color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: var(--text-body);
  border-radius: var(--radius-md);
}
.sidebar-service-list li.current a {
  color: var(--theme-color2);
}
.sidebar-service-list li.current a i {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: var(--theme-color1-text-color);
  background-color: var(--theme-color1);
}

.service-details-help {
  background-color: var(--theme-color1);
  border-radius: var(--radius-md);
  display: block;
  margin-top: 30px;
  overflow: hidden;
  padding: 57px 55px 50px;
  position: relative;
  text-align: center;
  z-index: 1;
}

.help-shape-1 {
  position: absolute;
  bottom: -215px;
  left: -95px;
  width: 220px;
  height: 500px;
  background-color: #303030;
  mix-blend-mode: soft-light;
  border-radius: 150px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: -1;
}

.help-shape-2 {
  position: absolute;
  top: -118px;
  right: -130px;
  width: 180px;
  height: 350px;
  background-color: #fff;
  mix-blend-mode: soft-light;
  border-radius: 186px;
  -webkit-transform: rotate(48deg);
          transform: rotate(48deg);
}

.help-icon {
  height: 73px;
  width: 73px;
  background-color: #fff;
  color: #191825;
  font-size: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  margin: 0 auto 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.help-icon:hover {
  background-color: var(--theme-color1);
  color: #000;
}

.help-title {
  font-size: 38px;
  color: #fff;
  line-height: 40px;
  margin-bottom: 21px;
  font-weight: 700;
}

.help-contact {
  position: relative;
  display: block;
  margin-top: 21px;
}
.help-contact p {
  font-size: 14px;
  color: #fff;
  margin: 0;
  line-height: 32px;
  font-weight: 600;
  opacity: 0.7;
}
.help-contact a {
  font-size: 30px;
  color: #fff;
  font-weight: 600;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.help-contact a:hover {
  color: #000;
}

/*--------------------------------------------------------------
# Project Details
--------------------------------------------------------------*/
.project-details__img {
  display: block;
  margin-bottom: 30px;
  position: relative;
}
.project-details__img img {
  border-radius: var(--radius-sm);
  max-height: 650px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.project-details__content {
  position: relative;
  display: block;
}

.project-details__content-left {
  position: relative;
  display: block;
  margin-top: 31px;
}

.project-details__content-right {
  position: relative;
  display: block;
  margin-top: 40px;
}

.project-details__details-box {
  position: relative;
  border-radius: var(--radius-sm);
  background-color: #f5f5f5;
  padding: 43px 50px 50px;
  z-index: 1;
}

.project-details__details-list {
  position: relative;
  display: block;
}
.project-details__details-list li {
  position: relative;
  display: block;
}
.project-details__details-list li + li {
  margin-top: 24px;
}

.project-details__client {
  font-size: var(--text-body);
  color: #838d9e;
  line-height: 24px;
  margin: 0;
}

.project-details__name {
  font-size: var(--text-body);
  line-height: 24px;
}

.project-details__social {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.project-details__social a {
  background-color: var(--theme-color1);
  border-radius: 50%;
  color: var(--theme-color1-text-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  height: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  width: 40px;
  z-index: 1;
}
.project-details__social a:hover {
  background-color: var(--theme-color2);
  color: var(--theme-color-white);
}
.project-details__social a + a {
  margin-left: 10px;
}

.project-details__pagination-box {
  position: relative;
  display: block;
  text-align: center;
  border-top: 1px solid #ece9e0;
  border-bottom: 1px solid #ece9e0;
  padding: 30px 0;
  margin-top: 117px;
}

.project-details__pagination {
  position: relative;
  display: block;
}
.project-details__pagination li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.project-details__pagination li a {
  font-size: 14px;
  color: #757873;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.project-details__pagination li a:hover {
  color: var(--theme-color1);
}
.project-details__pagination li a:hover i {
  background-color: var(--theme-color1);
  color: var(--theme-color1-text-color);
  border: 2px solid var(--theme-color1);
}
.project-details__pagination li .content {
  position: relative;
  display: block;
}
.project-details__pagination li.next {
  float: left;
  position: relative;
}
.project-details__pagination li.next i {
  position: relative;
  height: 52px;
  width: 52px;
  border: 2px solid #0e2207;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  color: #0e2207;
  font-size: 16px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  margin-right: 20px;
  z-index: 1;
}
.project-details__pagination li.next .content {
  text-align: left;
}
.project-details__pagination li.previous {
  position: relative;
  float: right;
}
.project-details__pagination li.previous i {
  position: relative;
  height: 52px;
  width: 52px;
  border: 2px solid #0e2207;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  color: #0e2207;
  font-size: 16px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  margin-left: 20px;
  z-index: 1;
}
.project-details__pagination li.previous .content {
  text-align: right;
}

/***

====================================================================
    Blog Details
====================================================================

***/
.blog-details {
  position: relative;
  display: block;
}

.blog-details__left {
  position: relative;
  display: block;
}

.blog-details__img {
  position: relative;
  display: block;
  border-radius: var(--radius-sm);
}
.blog-details__img img {
  width: 100%;
  border-radius: var(--radius-sm);
}

.blog-details__date {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: var(--theme-color1);
  text-align: center;
  padding: 21px 24px 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.blog-details__date .day {
  font-size: var(--text-body);
  color: var(--theme-color1-text-color);
  font-weight: var(--body-font-weight-bold);
  line-height: 16px;
}
.blog-details__date .month {
  position: relative;
  display: block;
  font-size: 10px;
  font-weight: var(--body-font-weight-bold);
  color: var(--theme-color1-text-color);
  line-height: 12px;
  text-transform: uppercase;
}

.blog-details__content {
  position: relative;
  display: block;
  margin-top: 22px;
}

.blog-details__meta {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.blog-details__meta li + li {
  margin-left: 18px;
}
.blog-details__meta li a {
  font-size: 15px;
  color: #777;
  font-weight: 500;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.blog-details__meta li a:hover {
  color: var(--theme-color2);
}
.blog-details__meta li a i {
  color: var(--theme-color1);
  margin-right: 6px;
}

.blog-details__title {
  font-size: 30px;
  line-height: 40px;
  margin-top: 12px;
  margin-bottom: 21px;
  font-weight: var(--body-font-weight-bold);
}

.blog-details__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px 0 30px;
  margin-top: 49px;
  border-top: 1px solid #ece9e0;
}
@media only screen and (max-width: 767px) {
  .blog-details__bottom {
    gap: 30px;
  }
}
.blog-details__bottom p {
  margin: 0;
}

.blog-details__tags span {
  color: #0e2207;
  font-size: 20px;
  margin-right: 14px;
  font-weight: var(--body-font-weight-bold);
}
.blog-details__tags a {
  position: relative;
  font-size: 12px;
  background-color: var(--theme-color1);
  color: var(--theme-color1-text-color);
  display: inline-block;
  padding: 5px 30px 5px;
  font-weight: var(--body-font-weight-bold);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 35px;
}
.blog-details__tags a:hover {
  background-color: var(--theme-color2);
  color: var(--theme-color2-text-color);
  text-decoration: none;
}
.blog-details__tags a + a {
  margin-left: 6px;
}

.blog-details__social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.blog-details__social-list a {
  position: relative;
  height: 43px;
  width: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: var(--theme-color1-text-color);
  background-color: var(--theme-color1);
  font-size: 15px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}
.blog-details__social-list a:hover {
  color: var(--theme-color2-text-color);
}
.blog-details__social-list a:hover:after {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.blog-details__social-list a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: var(--theme-color2);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: all;
  transition-property: all;
  opacity: 1;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  z-index: -1;
}
.blog-details__social-list a + a {
  margin-left: 10px;
}

.blog-details__pagenation-box {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 53px;
}

.blog-details__pagenation {
  position: relative;
  display: block;
}
.blog-details__pagenation li {
  position: relative;
  float: left;
  font-size: 20px;
  color: #0e2207;
  font-weight: var(--body-font-weight-bold);
  color: var(--theme-light-background-text-color);
  background-color: var(--theme-light-background);
  line-height: 30px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  max-width: 370px;
  width: 100%;
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 52px;
  padding-bottom: 52px;
  border-radius: var(--radius-sm);
}
.blog-details__pagenation li:hover {
  background-color: var(--theme-color2);
  color: var(--text-color-bg-theme-color2);
}
.blog-details__pagenation li + li {
  margin-left: 30px;
}

/* Nav Links */
.nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 53px;
}
@media only screen and (max-width: 767px) {
  .nav-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.nav-links .prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: calc(50% - 15px);
  margin-right: 30px;
}
@media only screen and (max-width: 767px) {
  .nav-links .prev {
    width: 100%;
  }
}
.nav-links .prev .thumb {
  margin-right: 20px;
}
.nav-links .next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  width: calc(50% - 15px);
}
@media only screen and (max-width: 767px) {
  .nav-links .next {
    width: 100%;
  }
}
.nav-links .next .thumb {
  margin-left: 20px;
}
.nav-links > div {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.nav-links > div .thumb {
  display: inline-block;
  min-width: 60px;
  width: 60px;
  height: 60px;
  overflow: hidden;
}
.nav-links > div .thumb a {
  display: inline-block;
}
.nav-links > div > a {
  display: inline-block;
  word-wrap: break-word;
  white-space: -moz-pre-wrap;
  white-space: pre-wrap;
  font-size: 20px;
  line-height: 1.637;
  font-weight: var(--body-font-weight-bold);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: var(--theme-light-background-text-color);
  background-color: var(--theme-color-silver);
  padding: 52px 50px;
  border-radius: var(--radius-sm);
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .nav-links > div > a {
    padding: 30px;
  }
}
.nav-links > div > a:hover {
  color: #fff;
  background-color: var(--theme-color2);
}

.room-heading {
  position: relative;
}
.room-heading .title {
  line-height: 1;
  margin-top: 0;
}
.room-heading .kodelisting-room-basic-info {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0 30px;
}
@media (max-width: 575.98px) {
  .room-heading .kodelisting-room-basic-info {
    display: inline-block;
  }
}
.room-heading .kodelisting-room-basic-info li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 28px;
  padding: 5px 0;
  margin-right: 30px;
}
.room-heading .kodelisting-room-basic-info li i {
  color: var(--theme-color2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 25px;
  margin-right: 10px;
}
.room-heading .kodelisting-room-basic-info li .csrbi-text {
  font-size: 14px;
  white-space: nowrap;
}

.kodelisting-room-booking {
  background-color: var(--theme-color-white);
  position: relative;
}
.kodelisting-room-booking .kodelisting-room-booking-wrap {
  background: transparent;
  border-radius: var(--radius-sm);
  border: 1px solid var(--theme-color2);
  padding: 50px 45px 55px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (max-width: 575.98px) {
  .kodelisting-room-booking .kodelisting-room-booking-wrap {
    padding: 40px 15px;
  }
}
.kodelisting-room-booking .room-booking-title {
  margin-bottom: 32px;
}
.kodelisting-room-booking .room-booking-title .title {
  font-size: 24px;
  font-size: 1.875rem;
  line-height: 1.2;
  margin: 0;
}
.kodelisting-room-booking .room-booking-title .base-price {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
}
.kodelisting-room-booking .reservation-form .checkbox-row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 400px;
  padding: 10px 0;
  -webkit-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
.kodelisting-room-booking .reservation-form {
  /* Hide default checkbox */
}
.kodelisting-room-booking .reservation-form .custom-checkbox input[type=checkbox] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 17px;
  height: 17px;
  border: 1px solid rgba(var(--theme-color2-rgb), 0.3);
  background-color: var(--theme-color-white);
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  position: relative;
}
.kodelisting-room-booking .reservation-form {
  /* Checked style */
}
.kodelisting-room-booking .reservation-form .custom-checkbox input[type=checkbox]:checked::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 9px;
  height: 9px;
  background-color: var(--theme-color2); /* brownish color */
}
.kodelisting-room-booking .reservation-form .checkbox-label {
  color: var(--text-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.kodelisting-room-booking .reservation-form .checkbox-price {
  color: var(--text-color);
  font-size: 14px;
}
.kodelisting-room-booking .reservation-form .total-base-price .summary {
  padding: 15px 0;
}
.kodelisting-room-booking .reservation-form .total-base-price .price-content {
  color: var(--text-color);
  border-bottom: 1px dashed rgba(var(--theme-color-black-rgb), 0.1);
  border-top: 1px dashed rgba(var(--theme-color-black-rgb), 0.1);
  padding-bottom: 5px;
  padding-top: 8px;
}
.kodelisting-room-booking .reservation-form .total-base-price .price-content .label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}
.kodelisting-room-booking .reservation-form .total-base-price .price-content i {
  font-size: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
  cursor: pointer;
  height: 16px;
  font-style: normal;
  line-height: 16px;
  margin-left: 5px;
  text-align: center;
  width: 16px;
}
.kodelisting-room-booking .reservation-form .total-base-price .price-content .amount {
  font-size: 14px;
}
.kodelisting-room-booking .reservation-form .total-base-price .total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  font-size: var(--text-body);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
}
.kodelisting-room-booking .reservation-form .btn-style-one {
  background-color: var(--theme-color2);
  color: var(--theme-color-white);
}
.kodelisting-room-booking .reservation-form .btn-style-one:hover {
  color: var(--theme-color-dark);
}
.kodelisting-room-booking .reservation-form .btn-style-one:before {
  background: var(--theme-color1);
}
.kodelisting-room-booking .form-select,
.kodelisting-room-booking .form-control {
  background: none;
  border-color: rgba(var(--theme-color2-rgb), 0.3);
  border-style: solid;
  border-width: 1px;
  border-radius: 0;
  color: var(--text-color);
  font-size: 0.875rem;
  height: 48px;
  line-height: 35px;
}
.kodelisting-room-booking .form-select::-webkit-input-placeholder, .kodelisting-room-booking .form-control::-webkit-input-placeholder {
  font-size: 14px;
  color: #000;
}
.kodelisting-room-booking .form-select::-moz-placeholder, .kodelisting-room-booking .form-control::-moz-placeholder {
  font-size: 14px;
  color: #000;
}
.kodelisting-room-booking .form-select:-ms-input-placeholder, .kodelisting-room-booking .form-control:-ms-input-placeholder {
  font-size: 14px;
  color: #000;
}
.kodelisting-room-booking .form-select::-ms-input-placeholder, .kodelisting-room-booking .form-control::-ms-input-placeholder {
  font-size: 14px;
  color: #000;
}
.kodelisting-room-booking .form-select::placeholder,
.kodelisting-room-booking .form-control::placeholder {
  font-size: 14px;
  color: #000;
}
.kodelisting-room-booking .form-select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.kodelisting-room-booking .nice-select::before {
  top: 6px;
}

/*** 

====================================================================
Sidebar
====================================================================

***/
@media (max-width: 991px) {
  .sidebar {
    margin-top: 50px;
  }
}
.sidebar__single + .sidebar__single {
  margin-top: 30px;
}

.sidebar__title {
  margin: 0;
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: var(--h4-font-weight);
}

.sidebar__search {
  position: relative;
  display: block;
}

.sidebar__search-form {
  position: relative;
}
.sidebar__search-form input[type=search] {
  display: block;
  border: none;
  outline: none;
  background-color: var(--theme-color1);
  color: var(--theme-color1-text-color);
  font-size: var(--text-body);
  font-weight: 500;
  padding-left: 50px;
  height: 74px;
  width: 100%;
  padding-right: 80px;
  border-radius: var(--radius-sm);
}
.sidebar__search-form input[type=search]::-webkit-input-placeholder {
  color: var(--theme-color1-text-color);
  opacity: 1;
}
.sidebar__search-form input[type=search]::-webkit-input-placeholder, .sidebar__search-form input[type=search]:-ms-input-placeholder, .sidebar__search-form input[type=search]::-ms-input-placeholder, .sidebar__search-form input[type=search]::placeholder {
  color: var(--theme-color1-text-color);
  opacity: 1;
}
.sidebar__search-form input[type=search]::-webkit-input-placeholder {
  color: var(--theme-color1-text-color);
}
.sidebar__search-form input[type=search]::-moz-placeholder {
  color: var(--theme-color1-text-color);
}
.sidebar__search-form input[type=search]:-ms-input-placeholder {
  color: var(--theme-color1-text-color);
}
.sidebar__search-form input[type=search]::-ms-input-placeholder {
  color: var(--theme-color1-text-color);
}
.sidebar__search-form input[type=search]::placeholder {
  color: var(--theme-color1-text-color);
}
@media only screen and (max-width: 767px) {
  .sidebar__search-form input[type=search] {
    padding-left: 30px;
  }
}
.sidebar__search-form button[type=submit] {
  background-color: transparent;
  color: var(--theme-color1-text-color);
  font-size: 22px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 72px;
  outline: none;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .sidebar__search-form button[type=submit] {
    width: 42px;
  }
}

.sidebar__post {
  position: relative;
  display: block;
  padding: 46px 30px 30px;
  color: var(--theme-light-background-text-color);
  background-color: var(--theme-color-silver);
  border-radius: var(--radius-sm);
  overflow: hidden;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .sidebar__post {
    padding: 30px;
  }
}
.sidebar__post .sidebar__title {
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .sidebar__post .sidebar__title {
    margin-left: 0;
  }
}
.sidebar__post .sidebar__post-list {
  margin: 0;
}
.sidebar__post .sidebar__post-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 20px 17px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media only screen and (max-width: 767px) {
  .sidebar__post .sidebar__post-list li {
    padding: 16px 0;
  }
}
.sidebar__post .sidebar__post-list li:hover {
  background-color: #ffffff;
  border-radius: var(--radius-sm);
}
.sidebar__post .sidebar__post-list li + li {
  margin-top: 11px;
}
.sidebar__post .sidebar__post-list .sidebar__post-image {
  margin-right: 20px;
  -webkit-box-flex: 70px;
      -ms-flex: 70px 0 0px;
          flex: 70px 0 0;
}
.sidebar__post .sidebar__post-list .sidebar__post-image > img {
  width: 80px;
  border-radius: var(--radius-sm);
}
.sidebar__post .sidebar__post-list .sidebar__post-content {
  position: relative;
  top: -3px;
}
.sidebar__post .sidebar__post-list .sidebar__post-content .h3 {
  font-size: 18px;
  margin: 0;
  line-height: 26px;
  letter-spacing: 0;
}
.sidebar__post .sidebar__post-list .sidebar__post-content .h3 a {
  color: #0e2207;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  display: block;
  font-size: var(--text-body);
  font-weight: 700;
  line-height: 24px;
}
.sidebar__post .sidebar__post-list .sidebar__post-content-meta {
  font-size: 14px;
  font-weight: 500;
  color: #757873 !important;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.sidebar__post .sidebar__post-list .sidebar__post-content-meta i {
  color: var(--theme-color1);
  font-size: 14px;
  padding-right: 3px;
}

.sidebar__category {
  position: relative;
  display: block;
  color: var(--theme-light-background-text-color);
  background-color: var(--theme-color-silver);
  border-radius: var(--radius-sm);
  padding: 45px 30px 38px;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .sidebar__category {
    padding: 30px 15px 30px;
  }
}
.sidebar__category .sidebar__title {
  padding-left: 20px;
  margin-bottom: 9px;
}
.sidebar__category-list {
  margin: 0;
}
.sidebar__category-list li + li {
  margin-top: 4px;
}
.sidebar__category-list li a {
  color: #757873;
  font-size: var(--text-body);
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  display: block;
  background: none;
  padding: 12px 20px;
  font-weight: 500;
  border-radius: var(--radius-sm);
}
.sidebar__category-list li a:hover {
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  color: #0e2207;
  text-shadow: 1px 0 0 rgba(14, 34, 7, 0.5);
}
.sidebar__category-list li a:hover span {
  color: var(--theme-color1);
  -webkit-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
}
.sidebar__category-list li a span {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: var(--theme-color2);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: var(--text-body);
}
.sidebar__category-list li.active a {
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  color: #0e2207;
  border-radius: var(--radius-sm);
  text-shadow: 1px 0 0 rgba(14, 34, 7, 0.5);
}
.sidebar__category-list li.active a span {
  -webkit-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
  color: var(--theme-color1);
}

.sidebar__tags {
  position: relative;
  display: block;
  color: var(--theme-light-background-text-color);
  background-color: var(--theme-color-silver);
  padding: 46px 45px 50px;
  border-radius: var(--radius-sm);
  overflow: hidden;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .sidebar__tags {
    padding: 30px;
  }
}
.sidebar__tags .sidebar__title {
  margin-left: 5px;
  margin-bottom: 25px;
}

.sidebar__tags-list {
  margin-top: -10px;
}
.sidebar__tags-list a {
  font-size: 14px;
  color: #0e2207;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  background: #ffffff;
  display: inline-block;
  padding: 5px 28px 5px;
  margin-left: 5px;
  border-radius: var(--radius-lg);
}
.sidebar__tags-list a:hover {
  color: var(--theme-color1-text-color);
  background: var(--theme-color1);
}
.sidebar__tags-list a + a {
  margin-left: 5px;
  margin-top: 10px;
}

.sidebar__comments {
  position: relative;
  display: block;
  color: var(--theme-light-background-text-color);
  background-color: var(--theme-color-silver);
  padding: 46px 50px 43px;
  border-radius: var(--radius-sm);
  overflow: hidden;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .sidebar__comments {
    padding: 30px;
  }
}
.sidebar__comments .sidebar__title {
  margin-bottom: 25px;
}

.sidebar__comments-list {
  position: relative;
  display: block;
}
.sidebar__comments-list li {
  position: relative;
  display: block;
  padding-left: 65px;
}
.sidebar__comments-list li:hover .sidebar__comments-icon {
  background-color: var(--theme-color2);
  color: var(--theme-color2-text-color);
}
.sidebar__comments-list li + li {
  margin-top: 23px;
}

.sidebar__comments-icon {
  height: 45px;
  width: 45px;
  background-color: var(--theme-color1);
  border-radius: 50%;
  font-size: 15px;
  color: var(--theme-color1-text-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.sidebar__comments-text-box p {
  font-size: 15px;
  margin: 0;
  line-height: 26px;
  font-weight: 500;
}
.sidebar__comments-text-box p span {
  color: #0e2207;
}
.sidebar__comments-text-box .h5 {
  font-size: 15px;
  margin: 0;
  line-height: 26px;
  color: #757873;
  font-weight: 500;
  letter-spacing: 0;
}

/*** 

====================================================================
    Comments
====================================================================

***/
.comment-one .comment-one__title {
  margin-bottom: 30px;
}
.comment-one .comment-one__single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ece9e0;
  padding-bottom: 60px;
  margin-bottom: 60px;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
}
@media only screen and (max-width: 767px) {
  .comment-one .comment-one__single {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.comment-one .comment-one__content {
  position: relative;
  margin-left: 45px;
}
@media only screen and (max-width: 767px) {
  .comment-one .comment-one__content {
    margin-top: 20px;
    margin-left: 0;
  }
}
.comment-one .comment-one__content .h3 {
  margin: 0;
  font-size: 20px;
  color: var(--theme-black);
  margin-bottom: 24px;
}
.comment-one .comment-one__content p {
  font-size: var(--text-body);
  font-weight: 500;
}
.comment-one .comment-one__btn {
  padding: 5px 30px;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
}
.comment-one .comment-one__image {
  position: relative;
  display: block;
  border-radius: 50%;
  -webkit-box-flex: 100px;
      -ms-flex: 100px 0 0px;
          flex: 100px 0 0;
}
.comment-one .comment-one__image img {
  border-radius: 50%;
}

.comment-form .comment-form__title {
  margin-top: -7px;
}

/*--------------------------------------------------------------
# Team Details
--------------------------------------------------------------*/
.team-details {
  position: relative;
  display: block;
}

.team-details__top {
  padding: 0 0 120px;
}

.team-details-shape-1 {
  position: absolute;
  bottom: -270px;
  right: 0;
  opacity: 0.5;
  z-index: 2;
}
.team-details-shape-1 img {
  width: auto;
}

.team-details__top-left {
  position: relative;
  display: block;
  margin-right: 20px;
}

.team-details__top-img {
  position: relative;
  display: block;
  border-radius: var(--radius-lg);
}
.team-details__top-img img {
  width: 100%;
  border-radius: var(--radius-lg);
}

.team-details__big-text {
  font-size: 80px;
  line-height: 80px;
  text-transform: uppercase;
  color: #eef0f6;
  letter-spacing: 0.35em;
  font-weight: 400;
  position: absolute;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  top: 209px;
  left: -325px;
}

.team-details__top-right {
  position: relative;
  display: block;
  margin-left: 50px;
}
@media only screen and (max-width: 991px) {
  .team-details__top-right {
    margin-top: 70px;
    margin-left: 0;
  }
}

.team-details__top-content {
  position: relative;
  display: block;
  margin-top: -11px;
}

.team-details__top-name {
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 3px;
}

.team-details__top-title {
  font-size: var(--text-body);
  color: var(--theme-color2);
}

.team-details__social {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 28px;
}
.team-details__social a {
  position: relative;
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  background-color: var(--theme-color1);
  color: var(--theme-color1-text-color);
  font-size: 15px;
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.team-details__social a:hover {
  background-color: var(--theme-color2);
  color: var(--theme-color2-text-color);
}
.team-details__social a + a {
  margin-left: 10px;
}

.team-details__top-text-1 {
  font-size: 30px;
  color: var(--theme-color2);
  line-height: 45px;
  font-weight: 400;
  margin-bottom: 30px;
}

.team-details__top-text-2 {
  padding-top: 23px;
  padding-bottom: 35px;
}

.team-details__bottom {
  position: relative;
  display: block;
  border-top: 1px solid #e4e5ea;
  padding-top: 110px;
}

.team-details__bottom-left {
  position: relative;
  display: block;
  margin-right: 70px;
}

.team-details__bottom-left-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
}

.team-details__bottom-left-text {
  padding-top: 30px;
}

.team-details__bottom-right {
  position: relative;
  display: block;
  margin-left: 70px;
  margin-top: 1px;
}
@media only screen and (max-width: 991px) {
  .team-details__bottom-right {
    margin-left: 0;
  }
}

.team-details__progress {
  position: relative;
  display: block;
  width: 100%;
}
.team-details__progress .bar {
  position: relative;
  width: 100%;
  height: 13px;
  background-color: #eef0f6;
  border-radius: 7px;
  margin-bottom: 22px;
}
.team-details__progress .bar-inner {
  position: relative;
  display: block;
  width: 0px;
  height: 13px;
  border-radius: 7px;
  background-color: var(--theme-color1);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.team-details__progress .count-text {
  position: absolute;
  right: 0px;
  bottom: 21px;
  color: var(--theme-color2);
  line-height: 24px;
  font-size: 14px;
  text-align: center;
  font-weight: 500;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.team-details__progress .bar-inner.counted .count-text {
  opacity: 1;
}
.team-details__progress .bar.marb-0 {
  margin-bottom: 0;
}

.team-details__progress-single {
  position: relative;
  display: block;
}

.team-details__progress-title {
  font-size: var(--text-body);
  font-weight: 700;
  line-height: 28px;
  color: var(--headings-color);
  margin-bottom: 6px;
}

.team-contact-form {
  background-color: #eef0f6;
}
.team-contact-form input[type=text],
.team-contact-form input[type=email] {
  background-color: #fff;
  color: #111;
}
.team-contact-form input[type=text]::-webkit-input-placeholder, .team-contact-form input[type=email]::-webkit-input-placeholder {
  color: #111;
}
.team-contact-form input[type=text]::-moz-placeholder, .team-contact-form input[type=email]::-moz-placeholder {
  color: #111;
}
.team-contact-form input[type=text]:-ms-input-placeholder, .team-contact-form input[type=email]:-ms-input-placeholder {
  color: #111;
}
.team-contact-form input[type=text]::-ms-input-placeholder, .team-contact-form input[type=email]::-ms-input-placeholder {
  color: #111;
}
.team-contact-form input[type=text]::placeholder,
.team-contact-form input[type=email]::placeholder {
  color: #111;
}
.team-contact-form textarea {
  background-color: #fff;
  height: 180px;
}
.team-contact-form textarea::-webkit-input-placeholder {
  color: #111;
}
.team-contact-form textarea::-moz-placeholder {
  color: #111;
}
.team-contact-form textarea:-ms-input-placeholder {
  color: #111;
}
.team-contact-form textarea::-ms-input-placeholder {
  color: #111;
}
.team-contact-form textarea::placeholder {
  color: #111;
}
.team-contact-form .sec-title .sub-title {
  color: var(--text-color);
}
.team-contact-form .sec-title .section-title__title {
  color: var(--headings-color);
}

/* ========== Floating Dock (copy from floating-widget.html) ========== */
:root {
  --float-brand-dark: #003f3e;
  --float-brand: #005453;
  --float-brand-light: #3a7d7c;
  --float-brand-pale: #e6f0ee;
  --float-ink: #1c2b27;
  --float-ink-soft: #5b6f69;
  --float-line: #cfe0dd;
  --float-panel: #ffffff;
  --float-shadow: 0 18px 40px -12px rgba(0, 84, 83, 0.28);
}

.float-dock {
  position: fixed;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 200;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.dock-item {
  position: relative;
}

.dock-btn {
  width: 104px;
  height: 104px;
  border-radius: var(--radius-lg);
  background: var(--float-panel);
  border: 1px solid var(--float-line);
  box-shadow: 0 10px 24px -10px rgba(0, 84, 83, 0.25);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 6px;
  cursor: pointer;
  transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
  user-select: none;
}

.dock-btn:hover,
.dock-item.active .dock-btn {
  background: var(--float-brand);
  box-shadow: 0 14px 30px -10px rgba(0, 84, 83, 0.45);
  transform: translateX(-2px);
}

.dock-btn svg {
  width: 30px;
  height: 30px;
  stroke: var(--float-brand);
  transition: stroke 0.2s ease;
}

.dock-btn:hover svg,
.dock-item.active .dock-btn svg {
  stroke: #fff;
}

.dock-label {
  font-size: 22px;
  color: var(--float-ink-soft);
  transition: color 0.2s ease;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.dock-btn:hover .dock-label,
.dock-item.active .dock-label {
  color: #fff;
}

/* popover */

.popover {
  position: absolute;
  right: calc(100% + 14px);
  top: 50%;
  transform: translateY(-50%) translateX(8px);
  width: 480px;
  max-width: none;
  background: var(--float-panel);
  border: 1px solid var(--float-line);
  border-radius: var(--radius-md);
  box-shadow: var(--float-shadow);
  padding: 30px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.16s ease, transform 0.16s ease;
}

.dock-item.active .popover {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(-50%) translateX(0);
}

/* little arrow pointing to the button */
.popover::after {
  content: "";
  position: absolute;
  right: -6px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 12px;
  height: 12px;
  background: var(--float-panel);
  border-right: 1px solid var(--float-line);
  border-top: 1px solid var(--float-line);
}

.pop-title {
  font-size: 22px;
  font-weight: 700;
  color: var(--float-brand-dark);
  margin-bottom: 4px;
}

.pop-sub {
  font-size: 22px;
  color: var(--float-ink-soft);
  margin-bottom: 14px;
  line-height: 1.5;
}

/* --- Online consult popover content --- */
.wx-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  background: var(--float-brand-pale);
  border-radius: var(--radius-sm);
  margin-bottom: 10px;
}

.float-dock .avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--float-brand-light), var(--float-brand-dark));
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
}

.wx-meta .name {
  font-size: 22px;
  font-weight: 600;
  color: var(--float-ink);
}

.wx-meta .role {
  font-size: 22px;
  color: var(--float-ink-soft);
  margin-top: 2px;
}

.qr-box {
  width: 100%;
  aspect-ratio: 1;
  border-radius: var(--radius-sm);
  background: #f5f5f5;
  border: 1px solid var(--float-line);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 8px;
}

.qr-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: var(--radius-sm);
}

/* --- phone popover content --- */
.phone-row {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px;
  border-radius: var(--radius-sm);
  border: 1px solid var(--float-line);
  margin-bottom: 8px;
}

.phone-row .num {
  font-size: 22px;
  font-weight: 700;
  color: var(--float-brand-dark);
}

.phone-row .tag {
  font-size: 22px;
  color: var(--float-ink-soft);
}

.call-btn {
  display: block;
  width: 100%;
  text-align: center;
  background: var(--float-brand);
  color: #fff;
  border: none;
  border-radius: var(--radius-sm);
  padding: 16px;
  font-size: 22px;
  font-weight: 600;
  cursor: pointer;
  margin-top: 4px;
  text-decoration: none;
}

.call-btn:hover {
  color: #fff;
  background: var(--float-brand-dark);
}

/* --- package list popover content --- */
.pkg-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.pkg-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 16px;
  border-radius: var(--radius-sm);
  border: 1px solid var(--float-line);
  cursor: pointer;
  transition: border-color 0.15s ease, background 0.15s ease;
  text-decoration: none;
  color: inherit;
}

.pkg-item:hover {
  border-color: var(--float-brand-light);
  background: var(--float-brand-pale);
  text-decoration: none;
  color: inherit;
}

.pkg-item .pkg-name {
  font-size: 22px;
  color: var(--float-ink);
  font-weight: 600;
}

.pkg-item .pkg-price {
  font-size: 22px;
  color: var(--float-brand-dark);
  font-weight: 700;
}

@media (max-width: 640px) {
  .float-dock {
    right: 10px;
  }

  .dock-btn {
    width: 84px;
    height: 84px;
    border-radius: var(--radius-md);
  }

  .popover {
    width: 380px;
  }
}

/* Responsive Image Section */
.responsive-image-section {
  padding: 20px 0;
}

.responsive-image-section .image-wrapper {
  width: 100%;
  max-width: none;
  margin: 0 auto;
  overflow: hidden;
  border-radius: var(--radius-sm);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.responsive-image-section .responsive-img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 100%;
}

@media (max-width: 768px) {
  .responsive-image-section {
    padding: 10px 15px;
  }
  
  .responsive-image-section .image-wrapper {
    border-radius: 4px;
  }
}

/* Service Card Clickable */
.service-block .inner-block {
  position: relative;
}

.service-block .card-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.service-block .card-link:hover {
  background: rgba(0, 0, 0, 0.05);
}

/* Image Swap Animation */
.image-swap-container {
  position: relative;
  min-height: 400px;
}

.swap-image {
  cursor: pointer;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}

.swap-image:hover {
  transform: scale(1.03);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.swap-image.swapping-up {
  position: relative;
  z-index: 10;
  animation: swapUp 0.6s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.swap-image.swapping-down {
  position: relative;
  z-index: 10;
  animation: swapDown 0.6s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@keyframes swapUp {
  0% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
  25% {
    transform: translateY(-30px) scale(1.05);
    opacity: 0.95;
  }
  50% {
    transform: translateY(-100%) scale(0.95);
    opacity: 0.85;
  }
  75% {
    transform: translateY(-70%) scale(1.02);
    opacity: 0.95;
  }
  100% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}

@keyframes swapDown {
  0% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
  25% {
    transform: translateY(30px) scale(1.05);
    opacity: 0.95;
  }
  50% {
    transform: translateY(100%) scale(0.95);
    opacity: 0.85;
  }
  75% {
    transform: translateY(70%) scale(1.02);
    opacity: 0.95;
  }
  100% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}

/* Content Switcher */
.content-switcher {
  position: relative;
  min-height: 500px;
}

.content-panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateX(20px);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.content-panel.active {
  position: relative;
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

/* H1 Responsive Styles */
@media (max-width: 1199.98px) {
  h1, .h1, .page-title h1.title {
    font-size: 40px;
  }
}

@media (max-width: 767.98px) {
  h1, .h1, .page-title h1.title {
    font-size: 32px;
  }
}

@media (max-width: 575.98px) {
  h1, .h1, .page-title h1.title {
    font-size: 28px;
  }
}

.hero-section {
  padding: 60px 0;
  background: linear-gradient(135deg, #EEF5F3 0%, #F8F5F0 100%);
  border-radius: 0 0 40px 40px;
}

.hero-section .content-column {
  padding-right: 30px;
}

.hero-section .content-column .h5.sub-title,
.hero-section .content-column .h6.sub-title {
  font-size: var(--text-body);
  font-family: var(--heading-font-family);
  font-weight: 400;
  color: var(--theme-color1);
  margin-bottom: 15px;
  position: relative;
  padding-left: 60px;
}

.hero-section .content-column .h5.sub-title:before,
.hero-section .content-column .h6.sub-title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 2px;
  background-color: var(--theme-color1);
}

.hero-section .content-column .h2.title {
  font-size: var(--h2-font-size);
  font-family: var(--heading-font-family);
  font-weight: var(--h2-font-weight);
  color: var(--theme-color1);
  line-height: var(--line-height-heading-h2);
  margin-bottom: 25px;
}

.hero-section .content-column .gradient-title {
  background: linear-gradient(135deg, #005252 0%, var(--theme-color1) 30%, var(--theme-color3) 70%, #1B1F12 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-section .content-column .text {
  color: var(--text-color);
  font-size: var(--body-font-size);
  line-height: var(--body-line-height);
  margin-bottom: 30px;
}

.hero-section .content-column .text p {
  margin-bottom: 15px;
}

.hero-section .content-column .text p:last-child {
  margin-bottom: 0;
}

.hero-section .button-box {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.hero-section .button-box .theme-btn.btn-style-four {
  padding: 20px 45px;
  font-size: var(--text-body);
  font-weight: 500;
  border-radius: var(--radius-md);
}

.faq-section {
  background-color: var(--bg-color);
  padding: 30px;
  border-radius: var(--radius-md);
}

.doctor-hero-section {
  padding: 60px 0;
  background-color: #f8fbfa;
}

.doctor-hero-section .image-column {
  position: relative;
  padding-right: 30px;
}

.doctor-hero-section .image-column .image-box {
  position: relative;
}

.doctor-hero-section .image-column .image-box img {
  border-radius: var(--radius-md);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  width: 100%;
  height: auto;
}

.doctor-hero-section .image-column .stats-card {
  position: absolute;
  right: -20px;
  bottom: 30px;
  background-color: #005252;
  color: #ffffff;
  padding: 30px 25px;
  border-radius: var(--radius-md);
  text-align: center;
  box-shadow: 0 10px 30px rgba(1, 90, 47, 0.3);
}

.doctor-hero-section .image-column .stats-card .number {
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 8px;
}

.doctor-hero-section .image-column .stats-card .label {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.doctor-hero-section .content-column {
  padding-left: 30px;
}

.doctor-hero-section .content-column .h6.sub-title {
  font-size: 14px;
  font-family: var(--heading-font-family);
  font-weight: 500;
  color: var(--theme-color1);
  margin-bottom: 15px;
  position: relative;
  padding-left: 50px;
}

.doctor-hero-section .content-column .h6.sub-title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 2px;
  background-color: var(--theme-color1);
}

.doctor-hero-section .content-column .h1.title {
  font-size: var(--h2-font-size);
  font-family: var(--heading-font-family);
  font-weight: 600;
  color: var(--theme-color1);
  line-height: 1.2;
  margin-bottom: 25px;
}

.doctor-hero-section .content-column .text {
  color: var(--text-color);
  font-size: var(--body-font-size);
  line-height: var(--body-line-height);
  margin-bottom: 35px;
}

.doctor-hero-section .content-column .text p {
  margin-bottom: 0;
}

.doctor-hero-section .content-column .info-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-bottom: 35px;
}

.doctor-hero-section .content-column .info-grid .info-item {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 20px;
  border-radius: var(--radius-md);
}

.doctor-hero-section .content-column .info-grid .info-item .h6.label {
  font-size: 12px;
  font-weight: 600;
  color: var(--theme-color1);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 8px;
}

.doctor-hero-section .content-column .info-grid .info-item .value {
  font-size: 14px;
  color: var(--headings-color);
  font-weight: 500;
  line-height: 1.6;
}

@media (max-width: 991px) {
  .doctor-hero-section {
    padding: 40px 0;
  }
  
  .doctor-hero-section .image-column {
    padding-right: 15px;
    margin-bottom: 30px;
  }
  
  .doctor-hero-section .content-column {
    padding-left: 15px;
  }
  
  .doctor-hero-section .image-column .stats-card {
    position: static;
    margin-top: -40px;
    margin-right: 15px;
    display: inline-block;
  }
  
  .doctor-hero-section .content-column .h1.title {
    font-size: 36px;
  }
  
  .doctor-hero-section .content-column .info-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .doctor-hero-section .content-column .h1.title {
    font-size: 28px;
  }
}

.cta-section {
  padding: 80px 0;
  background: #f0f6f4;
  text-align: center;
}

.cta-section .content {
  max-width: 800px;
  margin: 0 auto;
}

.cta-section .h6.sub-title {
  display: inline-block;
  font-size: 13px;
  font-family: var(--heading-font-family);
  font-weight: 500;
  color: var(--theme-color1);
  background-color: rgba(0, 84, 83, 0.1);
  padding: 8px 20px;
  border-radius: var(--radius-lg);
  margin-bottom: 25px;
}

.cta-section .h2.title {
  font-size: var(--h2-font-size);
  font-family: var(--heading-font-family);
  font-weight: 600;
  color: #1B1F12;
  line-height: 1.3;
  margin-bottom: 20px;
}

.cta-section .description {
  font-size: var(--body-font-size);
  color: var(--text-color);
  line-height: var(--body-line-height);
  margin-bottom: 40px;
}

.cta-section .button-box {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.cta-section .btn-style-five {
  background-color: #005252;
  color: #ffffff;
  padding: 16px 40px;
  border-radius: var(--radius-sm);
  font-weight: 600;
  font-size: 15px;
  box-shadow: 0 8px 25px rgba(1, 90, 47, 0.3);
  transition: all 300ms ease;
}

.cta-section .btn-style-five:hover {
  background-color: #005453;
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(1, 90, 47, 0.4);
}

.cta-section .btn-style-six {
  background-color: transparent;
  color: var(--theme-color1);
  padding: 16px 40px;
  border-radius: var(--radius-sm);
  border: 2px solid var(--theme-color1);
  font-weight: 600;
  font-size: 15px;
  transition: all 300ms ease;
}

.cta-section .btn-style-six:hover {
  background-color: var(--theme-color1);
  color: var(--theme-color1-text-color);
}

/* CTA Form Card */
.cta-form-card {
  background: #ffffff;
  border-radius: var(--radius-lg);
  padding: 60px 80px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  margin: 0 auto;
  position: relative;
}

.cta-form {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.cta-label-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-bottom: 32px;
}

.cta-label-row .line {
  flex: 1;
  max-width: 180px;
  height: 1px;
  background-color: var(--theme-color1, #005453);
  opacity: 0.4;
}

.cta-label-row .label-badge {
  display: inline-block;
  background-color: var(--theme-color1, #005453);
  color: #ffffff;
  font-size: 28px;
  font-weight: 600;
  padding: 10px 44px;
  border-radius: 999px;
  letter-spacing: 1px;
  white-space: nowrap;
}

.cta-form-title {
  font-size: 48px;
  font-family: var(--heading-font-family);
  font-weight: 700;
  color: var(--theme-color1, #005453);
  text-align: center;
  margin: 0 0 14px;
  line-height: 1.35;
}

.cta-form-desc {
  font-size: 28px;
  color: var(--text-color, #555555);
  text-align: center;
  margin: 0 0 44px;
  line-height: 1.7;
}

.cta-form {
  width: 100%;
}

.cta-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px 40px;
  margin-bottom: 28px;
}

.cta-form-group {
  width: 100%;
}

.cta-input-label {
  display: block;
  font-size: 22px;
  font-weight: 500;
  color: #333333;
  margin-bottom: 10px;
}

.cta-form-input {
  width: 100%;
  height: 52px;
  padding: 0 20px;
  background-color: #86a8a7;
  color: #ffffff;
  border: none;
  border-radius: var(--radius-md);
  font-size: 22px;
  font-family: inherit;
  box-sizing: border-box;
  outline: none;
  transition: background-color 250ms ease, box-shadow 250ms ease;
  -webkit-appearance: none;
  appearance: none;
}

.cta-form-input::placeholder {
  color: rgba(255, 255, 255, 0.75);
}

.cta-form-input:focus {
  background-color: #6f9291;
  box-shadow: 0 0 0 3px rgba(0, 84, 83, 0.18);
}

select.cta-form-input {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 14px 14px;
  padding-right: 48px;
  cursor: pointer;
}

select.cta-form-input option {
  background-color: #ffffff;
  color: #333333;
}

.cta-form-submit {
  display: flex;
  justify-content: center;
  margin-top: 36px;
}

.cta-submit-btn {
  background-color: var(--theme-color1, #005453);
  color: #ffffff;
  font-size: 22px;
  font-weight: 400;
  padding: 14px 56px;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  font-family: inherit;
  letter-spacing: 1px;
  transition: all 300ms ease;
  box-shadow: 0 8px 24px rgba(0, 84, 83, 0.25);
}

.cta-submit-btn:hover {
  background-color: #006665;
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(0, 84, 83, 0.35);
}

.cta-submit-btn:active {
  transform: translateY(0);
}

/* Responsive */
@media (max-width: 991px) {
  .cta-form-card {
    padding: 48px 40px;
  }

  .cta-label-row .line {
    max-width: 100px;
  }
}

@media (max-width: 767px) {
  .cta-form-card {
    padding: 36px 24px;
    border-radius: var(--radius-lg);
  }

  .cta-label-row {
    gap: 14px;
    margin-bottom: 24px;
  }

  .cta-label-row .line {
    max-width: 60px;
  }

  .cta-label-row .label-badge {
    font-size: 22px;
    padding: 8px 28px;
  }

  .cta-form-title {
    font-size: 32px;
  }

  .cta-form-desc {
    margin-bottom: 32px;
    font-size: 22px;
  }

  .cta-form-row {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 20px;
  }

  .cta-form-input {
    height: 48px;
    font-size: 20px;
  }

  .cta-input-label {
    font-size: 20px;
  }

  .cta-form-submit {
    margin-top: 28px;
  }

  .cta-submit-btn {
    width: 100%;
    padding: 14px 32px;
    font-size: 15px;
  }
}

/* Success Cases Section */
.success-cases-section {
  padding: 60px 0;
}

.cases-card {
  background: #f6fbf9;
  border-radius: var(--radius-lg);
  padding: 48px 40px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.cases-header {
  text-align: center;
  margin-bottom: 40px;
}

.cases-title {
  font-size: 48px;
  font-family: var(--heading-font-family);
  font-weight: 700;
  color: var(--theme-color1, #005453);
  margin: 0 0 12px;
}

.cases-desc {
  font-size: 28px;
  color: var(--text-color, #555555);
  margin: 0;
  line-height: 1.6;
}

.cases-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.cases-item {
  display: block;
  text-decoration: none;
  color: inherit;
  background: #ffffff;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 84, 83, 0.06);
  transition: transform 300ms ease, box-shadow 300ms ease;
}

.cases-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0, 84, 83, 0.12);
}

.cases-img-box {
  width: calc(100% - 20px);
  aspect-ratio: 3 / 2;
  overflow: hidden;
  margin: 10px 10px 0;
  border-radius: var(--radius-md);
}

.cases-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 300ms ease;
}

.cases-item:hover .cases-img-box img {
  transform: scale(1.05);
}

.cases-body {
  padding: 18px 20px 22px;
  text-align: center;
}

.cases-item-title {
  font-size: 28px;
  font-weight: 600;
  color: #0f5e55;
  margin: 0 0 14px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 3em;
}

.cases-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 22px;
  font-weight: 400;
  color: #0f5e55;
  text-decoration: none;
  transition: gap 200ms ease;
}

.cases-more i {
  font-size: 22px;
}

.cases-item:hover .cases-more {
  gap: 10px;
}

.cases-footer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
  margin-top: 32px;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 84, 83, 0.08);
}

.cases-page-info {
  font-size: 13px;
  color: #555555;
}

.cases-pagination {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.cases-current-page {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  height: 32px;
  background: #0f5e55;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  border-radius: var(--radius-sm);
}

.cases-page-next {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #0f5e55;
  text-decoration: none;
  border-radius: var(--radius-sm);
  transition: background 200ms ease, color 200ms ease;
}

.cases-page-next:hover {
  background: rgba(15, 94, 85, 0.08);
  color: #0a4540;
}

.cases-all-link {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  color: var(--theme-color1, #005453);
  text-decoration: none;
  transition: gap 250ms ease;
}

.cases-all-link:hover {
  gap: 12px;
}

/* IVF Wiki Section */
.ivf-wiki-section {
  padding: 40px 0 60px;
}

.wiki-card {
  background: #f6fbf9;
  border-radius: var(--radius-lg);
  padding: 48px 40px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.wiki-header {
  text-align: center;
  margin-bottom: 40px;
}

.wiki-title {
  font-size: 48px;
  font-family: var(--heading-font-family);
  font-weight: 700;
  color: var(--theme-color1, #005453);
  margin: 0 0 12px;
}

.wiki-desc {
  font-size: 28px;
  color: var(--text-color, #555555);
  margin: 0;
  line-height: 1.6;
}

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

.wiki-item {
  display: flex;
  gap: 20px;
  text-decoration: none;
  color: inherit;
  background: #ffffff;
  border-radius: var(--radius-lg);
  padding: 16px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 84, 83, 0.06);
  transition: transform 300ms ease, box-shadow 300ms ease;
}

.wiki-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(0, 84, 83, 0.12);
}

.wiki-img-box {
  width: 160px;
  height: 160px;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: var(--radius-md);
}

.wiki-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 300ms ease;
}

.wiki-item:hover .wiki-img-box img {
  transform: scale(1.05);
}

.wiki-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}

.wiki-title-item {
  font-size: 28px;
  font-weight: 600;
  color: #0f5e55;
  margin: 0 0 12px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 3em;
}

.wiki-desc-item {
  font-size: var(--text-body);
  color: #555555;
  margin: 0 0 14px;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.wiki-date {
  font-size: 20px;
  line-height: 1.5;
  color: #777777;
}

.wiki-footer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
  margin-top: 32px;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 84, 83, 0.08);
}

.wiki-page-info {
  font-size: 13px;
  color: #555555;
}

.wiki-pagination {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.wiki-current-page {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  height: 32px;
  background: #0f5e55;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  border-radius: var(--radius-sm);
}

.wiki-page-next {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #0f5e55;
  text-decoration: none;
  border-radius: var(--radius-sm);
  transition: background 200ms ease, color 200ms ease;
}

.wiki-page-next:hover {
  background: rgba(15, 94, 85, 0.08);
  color: #0a4540;
}

.wiki-all-link {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  color: var(--theme-color1, #005453);
  text-decoration: none;
  transition: gap 250ms ease;
}

.wiki-all-link:hover {
  gap: 12px;
}

/* Responsive */
@media (max-width: 991px) {
  .cases-card,
  .wiki-card {
    padding: 36px 24px;
  }

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

@media (max-width: 767px) {
  .success-cases-section {
    padding: 40px 0;
  }

  .ivf-wiki-section {
    padding: 20px 0 40px;
  }

  .cases-card,
  .wiki-card {
    padding: 28px 20px;
    border-radius: var(--radius-lg);
  }

  .cases-title,
  .wiki-title {
    font-size: 32px;
  }

  .cases-desc,
  .wiki-desc {
    font-size: 22px;
  }

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

  .cases-img-box {
    aspect-ratio: 3 / 2;
  }

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

  .wiki-item {
    flex-direction: column;
  }

  .wiki-img-box {
    width: 100%;
    height: 160px;
  }
}

@media (max-width: 575px) {
  .cases-card,
  .wiki-card {
    padding: 24px 16px;
  }
}

/* News Card Section */
.blog-section {
  padding: 60px 0;
}

.news-card {
  background: #f6fbf9;
  border-radius: var(--radius-lg);
  padding: 48px 40px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.news-tabs {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
}

.news-tab {
  padding: 12px 40px;
  font-size: var(--text-btn);
  font-weight: 500;
  color: #666666;
  background-color: #ffffff;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  transition: all 250ms ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.news-tab:hover {
  color: var(--theme-color1, #005453);
  background-color: rgba(0, 84, 83, 0.06);
}

.news-tab.active {
  color: #ffffff;
  background-color: var(--theme-color1, #005453);
  box-shadow: 0 4px 16px rgba(0, 84, 83, 0.3);
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.news-item {
  display: block;
  text-decoration: none;
  color: inherit;
  background: #ffffff;
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
  transition: box-shadow 250ms ease, transform 250ms ease;
}

.news-item:hover {
  box-shadow: 0 8px 24px rgba(0, 84, 83, 0.1);
  transform: translateY(-2px);
}

.news-img-box {
  width: 100%;
  aspect-ratio: 3 / 2;
  overflow: hidden;
}

.news-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 300ms ease;
}

.news-item:hover .news-img-box img {
  transform: scale(1.05);
}

.news-title {
  font-size: 28px;
  font-weight: 600;
  color: #0f5e55;
  margin: 16px 20px 10px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 3em;
}

.news-desc {
  font-size: var(--text-body);
  color: #555555;
  margin: 0 20px 16px;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-more {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  width: calc(100% - 40px);
  font-size: 22px;
  font-weight: 400;
  color: #0f5e55;
  text-decoration: none;
  margin: 0 20px 20px;
  padding: 6px 0;
  transition: gap 200ms ease;
}

.news-more i {
  font-size: 22px;
}

.news-more:hover {
  gap: 10px;
  color: #0a4540;
}

.news-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 32px;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 84, 83, 0.08);
}

.news-count {
  font-size: 20px;
  line-height: 1.5;
  color: #666666;
}

.news-pagination {
  display: flex;
  align-items: center;
  gap: 8px;
}

.pagination-active {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  background-color: var(--theme-color1, #005453);
  border-radius: var(--radius-sm);
}

.pagination-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  font-size: 14px;
  color: #666666;
  text-decoration: none;
  border-radius: var(--radius-sm);
  transition: all 200ms ease;
}

.pagination-link:hover {
  color: var(--theme-color1, #005453);
  background-color: rgba(0, 84, 83, 0.08);
}

.pagination-next {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #666666;
  text-decoration: none;
  border-radius: var(--radius-sm);
  transition: all 200ms ease;
}

.pagination-next:hover {
  color: var(--theme-color1, #005453);
  background-color: rgba(0, 84, 83, 0.08);
}

/* Responsive */
@media (max-width: 1199px) {
  .news-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 991px) {
  .news-card {
    padding: 36px 24px;
  }

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

@media (max-width: 767px) {
  .blog-section {
    padding: 40px 0;
  }

  .news-card {
    padding: 28px 20px;
    border-radius: var(--radius-lg);
  }

  .news-tabs {
    gap: 12px;
    margin-bottom: 28px;
  }

  .news-tab {
    padding: 10px 24px;
    font-size: 14px;
  }

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

  .news-img-box {
    aspect-ratio: 3 / 2;
  }

  .news-footer {
    flex-direction: column;
    gap: 16px;
    margin-top: 24px;
  }

  .news-count {
    order: 2;
  }

  .news-pagination {
    order: 1;
  }
}

@media (max-width: 575px) {
  .news-card {
    padding: 24px 16px;
  }

  .news-tabs {
    flex-wrap: wrap;
  }
}

.treatment-philosophy-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #EEF5F3 0%, #F8F5F0 100%);
}

.treatment-philosophy-section .section-header {
  text-align: center;
  margin-bottom: 50px;
}

.treatment-philosophy-section .section-header .h3.title {
  font-size: var(--h3-font-size);
  font-family: var(--heading-font-family);
  font-weight: 600;
  color: var(--theme-color1);
  position: relative;
  display: inline-block;
  padding-bottom: 15px;
  margin-bottom: 30px;
}

.treatment-philosophy-section .section-header .h3.title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 2px;
  background-color: var(--theme-color1);
}

.treatment-philosophy-section .section-header .quote {
  font-size: 18px;
  font-style: italic;
  color: var(--text-color);
  line-height: 1.8;
  max-width: 800px;
  margin: 0 auto;
  quotes: "\201C""\201D";
}

.treatment-philosophy-section .section-header .quote:before {
  content: open-quote;
  color: var(--theme-color1);
  font-size: 36px;
  line-height: 0;
  margin-right: 10px;
}

.treatment-philosophy-section .philosophy-card {
  background-color: #ffffff;
  padding: 40px 30px;
  border-radius: var(--radius-md);
  text-align: center;
  transition: all 300ms ease;
}

.treatment-philosophy-section .philosophy-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.treatment-philosophy-section .philosophy-card .icon-box {
  width: 70px;
  height: 70px;
  background-color: rgba(0, 84, 83, 0.1);
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  font-size: 28px;
  color: var(--theme-color1);
}

.treatment-philosophy-section .philosophy-card .h4.title {
  font-size: 20px;
  font-family: var(--heading-font-family);
  font-weight: 600;
  color: #1B1F12;
  margin-bottom: 15px;
}

.treatment-philosophy-section .philosophy-card p {
  font-size: 14px;
  color: var(--text-color);
  line-height: 1.8;
  margin-bottom: 0;
}

/* EKI Services Section */
.eki-services-section {
  padding: 60px 0;
  background: #f0f6f4;
}

.eki-services-card {
  background: #f6fbf9;
  border-radius: var(--radius-lg);
  padding: 56px 40px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(0, 84, 83, 0.08);
}

.eki-services-section .section-header {
  margin-bottom: 50px;
}

.services-title {
  font-size: 48px;
  font-family: var(--heading-font-family);
  font-weight: 700;
  color: var(--theme-color1, #005453);
  margin: 0 0 16px;
  position: relative;
  display: inline-block;
  padding-bottom: 16px;
}

.services-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background-color: var(--theme-color1, #005453);
}

.services-subtitle {
  font-size: 28px;
  color: #666666;
  margin: 0;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.service-card {
  background-color: #ffffff;
  padding: 50px 30px 40px;
  border-radius: var(--radius-lg);
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  transition: all 300ms ease;
  border: 1px solid rgba(0, 84, 83, 0.08);
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
  border-color: rgba(0, 84, 83, 0.2);
}

.service-icon {
  width: 90px;
  height: 90px;
  background-color: rgba(0, 84, 83, 0.08);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
  font-size: 36px;
  color: var(--theme-color1, #005453);
  transition: all 300ms ease;
}

.service-card:hover .service-icon {
  background-color: var(--theme-color1, #005453);
  color: #ffffff;
  transform: scale(1.05);
}

.service-name {
  font-size: 28px;
  font-family: var(--heading-font-family);
  font-weight: 600;
  color: #1B1F12;
  margin: 0 0 12px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;        /* 标题最多两行 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 3em;              /* 固定两行高度，保证卡片等高 */
}

.service-desc {
  font-size: var(--text-body);
  color: #666666;
  line-height: 1.8;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;        /* 描述最多两行 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 3.6em;            /* 固定两行高度，保证卡片等高 */
}

/* EKI Services Responsive */
@media (max-width: 991px) {
  .eki-services-section {
    padding: 50px 0;
  }

  .eki-services-card {
    padding: 48px 30px;
  }

  .services-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .services-title {
    font-size: 36px;
  }

  .services-subtitle {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .eki-services-section {
    padding: 40px 0;
  }

  .eki-services-card {
    padding: 36px 20px;
    border-radius: var(--radius-lg);
  }

  .services-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .service-card {
    padding: 40px 24px 30px;
  }

  .service-icon {
    width: 70px;
    height: 70px;
    font-size: 28px;
    margin-bottom: 20px;
  }

  .service-name {
    font-size: 18px;
  }

  .services-title {
    font-size: 32px;
  }

  .services-subtitle {
    font-size: 22px;
  }
}

/* Value Packages Section */
.packages-section {
  padding: 60px 0;
  background: #f0f6f4;
}

.packages-card {
  background: #f6fbf9;
  border-radius: var(--radius-lg);
  padding: 56px 40px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(0, 84, 83, 0.08);
}

.packages-header {
  margin-bottom: 40px;
}

.packages-title {
  font-size: 36px;
  font-family: var(--heading-font-family);
  font-weight: 700;
  color: var(--theme-color1, #005453);
  margin: 0 0 16px;
  position: relative;
  display: inline-block;
  padding-bottom: 16px;
}

.packages-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background-color: var(--theme-color1, #005453);
}

.packages-subtitle {
  font-size: var(--text-body);
  color: #666666;
  margin: 0;
}

.packages-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 40px;
}

.package-card {
  background-color: #ffffff;
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  transition: all 300ms ease;
  border: 1px solid rgba(0, 84, 83, 0.06);
}

.package-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.package-thumb {
  position: relative;
  aspect-ratio: 3 / 2;
  overflow: hidden;
}

.package-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 400ms ease;
}

.package-card:hover .package-thumb img {
  transform: scale(1.05);
}

.package-tag {
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 6px 14px;
  font-size: 12px;
  font-weight: 500;
  color: #ffffff;
  background-color: #ff6b35;
  border-radius: 999px;
}

.package-tag.tag-featured {
  background-color: var(--theme-color1, #005453);
}

.package-content {
  padding: 20px 24px 24px;
}

.package-name {
  font-size: 28px;
  font-weight: 600;
  color: #1B1F12;
  margin: 0 0 8px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;        /* 标题最多两行 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 3em;              /* 固定两行高度，保证卡片等高 */
}

.package-desc {
  font-size: 20px;
  color: #666666;
  line-height: 1.5;
  margin: 0 0 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 3em;              /* 固定两行高度，保证卡片等高 */
}

.package-price {
  display: flex;
  align-items: baseline;
  gap: 4px;
}

.price-symbol {
  font-size: 14px;
  color: var(--theme-color1, #005453);
  font-weight: 500;
}

.price-amount {
  font-size: 24px;
  font-weight: 700;
  color: var(--theme-color1, #005453);
}

.price-unit {
  font-size: 13px;
  color: #999999;
}

.packages-footer {
  margin-top: 40px;
}

.packages-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 40px;
  font-size: var(--text-btn);
  font-weight: 500;
  color: #ffffff;
  background-color: var(--theme-color1, #005453);
  border-radius: 999px;
  text-decoration: none;
  transition: all 300ms ease;
  box-shadow: 0 4px 14px rgba(0, 84, 83, 0.3);
}

.packages-btn:hover {
  background-color: var(--theme-color2, #004040);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 84, 83, 0.4);
}

.packages-btn i {
  font-size: 14px;
  transition: transform 300ms ease;
}

.packages-btn:hover i {
  transform: translateX(4px);
}

/* Value Packages Responsive */
@media (max-width: 991px) {
  .packages-section {
    padding: 50px 0;
  }

  .packages-card {
    padding: 48px 30px;
  }

  .packages-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .packages-title {
    font-size: 28px;
  }

  .package-thumb {
    height: 160px;
  }
}

@media (max-width: 767px) {
  .packages-section {
    padding: 40px 0;
  }

  .packages-card {
    padding: 36px 20px;
    border-radius: var(--radius-lg);
  }

  .packages-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .packages-title {
    font-size: 24px;
  }

  .packages-header {
    margin-bottom: 30px;
  }

  .package-thumb {
    height: 180px;
  }

  .package-content {
    padding: 16px 20px 20px;
  }

  .package-name {
    font-size: var(--text-body);
  }

  .packages-btn {
    padding: 12px 32px;
    font-size: 14px;
  }
}

/* Old Treatment Philosophy (kept for reference) */
.treatment-philosophy-section {
  padding: 60px 0;
  background: linear-gradient(135deg, #f6fbf9 0%, #faf6f0 100%);
}

.treatment-philosophy-section .section-header {
  text-align: center;
  margin-bottom: 50px;
}

.treatment-philosophy-section .title {
  font-size: 32px;
  font-weight: 700;
  color: var(--theme-color1, #005453);
  margin-bottom: 20px;
}

.treatment-philosophy-section .quote {
  font-size: var(--text-body);
  font-style: italic;
  color: #555;
  line-height: 1.8;
  max-width: 800px;
  margin: 0 auto;
  padding: 20px 40px;
  border-left: 3px solid var(--theme-color1, #005453);
  border-right: 3px solid var(--theme-color1, #005453);
  background: rgba(255, 255, 255, 0.5);
  border-radius: 0 12px 12px 0;
}

.philosophy-card {
  background-color: #ffffff;
  padding: 50px 30px 40px;
  border-radius: var(--radius-md);
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  transition: all 300ms ease;
  height: 100%;
}

.philosophy-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.philosophy-card .icon-box {
  width: 70px;
  height: 70px;
  background-color: rgba(0, 84, 83, 0.08);
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
  font-size: 28px;
  color: var(--theme-color1, #005453);
}

.philosophy-card .title {
  font-size: 20px;
  font-weight: 600;
  color: #1B1F12;
  margin: 0 0 16px;
}

.philosophy-card p {
  font-size: 14px;
  color: #666666;
  line-height: 1.8;
  margin-bottom: 0;
}

/* About Section Redesign */
.about-section {
  padding: 60px 0;
}

.about-card {
  background: #f6fbf9;
  border-radius: var(--radius-lg);
  padding: 48px 40px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.about-tabs {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-bottom: 40px;
  /* 作为导航锚点落点时，避开吸顶 header 遮挡 */
  scroll-margin-top: 110px;
}

.about-tab {
  padding: 12px 40px;
  font-size: var(--text-btn);
  font-weight: 500;
  color: #666666;
  background-color: #ffffff;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  transition: all 250ms ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.about-tab:hover {
  color: var(--theme-color1, #005453);
  background-color: rgba(0, 84, 83, 0.06);
}

.about-tab.active {
  color: #ffffff;
  background-color: var(--theme-color1, #005453);
  box-shadow: 0 4px 16px rgba(0, 84, 83, 0.3);
}

.about-content {
  display: grid;
  grid-template-columns: 5fr 6fr;
  gap: 60px;
  align-items: start;
}

.about-main-title {
  font-size: 48px;
  font-family: var(--heading-font-family);
  font-weight: 700;
  color: var(--theme-color1, #005453);
  margin: 0 0 24px;
  line-height: 1.3;
}

.about-text {
  font-size: var(--text-body);
  color: var(--theme-color1, #005453);
  line-height: 1.8;
  margin: 0 0 16px;
}

.about-more-btn {
  display: block;
  width: fit-content;
  margin-top: 20px;
  margin-left: auto;
  padding: 14px 44px;
  font-size: var(--text-btn);
  font-weight: 600;
  color: #ffffff;
  background-color: var(--theme-color1, #005453);
  text-decoration: none;
  border-radius: var(--radius-sm);
  transition: all 300ms ease;
  box-shadow: 0 8px 24px rgba(0, 84, 83, 0.25);
}

.about-more-btn:hover {
  background-color: #006665;
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(0, 84, 83, 0.35);
}

.about-right {
  display: flex;
  justify-content: center;
}

.about-image {
  width: 100%;
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  border: 18px solid #fff;
  aspect-ratio: 16 / 10;
}

.about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* About Panel Tabs */
.about-left .about-panel,
.about-right .about-panel {
  display: none;
}

.about-left .about-panel.active,
.about-right .about-panel.active {
  display: block;
  animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* About Grid */
.about-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.about-grid-item {
  display: block;
  background-color: #ffffff;
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  border: 3px solid #fff;
  transition: all 0.3s ease;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}

.about-grid-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.about-grid-item img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
}

.about-grid-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 14px 10px 18px;
  text-align: center;
  background-color: #ffffff;
  gap: 4px;
}

.about-grid-title {
  display: -webkit-box;
  font-size: 20px;
  font-weight: 600;
  color: var(--theme-color1, #005453);
  text-align: center;
  line-height: 1.5;
  -webkit-line-clamp: 2;        /* 标题最多两行 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 3em;              /* 固定两行高度，保证卡片等高 */
}

.about-grid-more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 6px;
  font-size: 20px;
  font-weight: 500;
  color: var(--theme-color1, #005453);
  transition: color 0.2s ease;
}

.about-grid-more i {
  font-size: 16px;
}

.about-grid-item:hover .about-grid-title,
.about-grid-item:hover .about-grid-more {
  color: #003a39;
}

/* About Grid Section (below content) */
.about-grid-section {
  margin-top: 40px;
}

.about-grid-panel {
  display: none;
  animation: fadeIn 0.3s ease;
}

.about-grid-panel.active {
  display: block;
}

/* Horizontal Timeline */
.horizontal-timeline {
  width: 100%;
}

.timeline-h-wrapper {
  position: relative;
}

.timeline-h-viewport {
  position: relative;
  overflow: hidden;
  padding: 20px 0;
  /* 左右渐隐遮罩（只作用于时间线内容，箭头在遮罩之外） */
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
}

.timeline-h-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.95);
  color: var(--theme-color1, #005453);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
}

.timeline-h-arrow:hover {
  background-color: var(--theme-color1, #005453);
  color: #ffffff;
  box-shadow: 0 4px 16px rgba(0, 84, 83, 0.25);
}

.timeline-h-arrow.timeline-h-prev { left: 0; }
.timeline-h-arrow.timeline-h-next { right: 0; }

.timeline-horizontal {
  position: relative;
  display: flex;
  width: max-content;
  padding: 40px 0 20px;
  will-change: transform;
}

.timeline-horizontal::before {
  content: "";
  position: absolute;
  top: 72px;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, rgba(0, 84, 83, 0.2) 0%, rgba(0, 84, 83, 0.5) 50%, rgba(0, 84, 83, 0.2) 100%);
}

.timeline-h-item {
  position: relative;
  flex: 0 0 280px;
  text-align: center;
  padding: 0 16px;
}

.timeline-h-year {
  display: block;
  font-size: 24px;
  font-weight: 700;
  color: var(--theme-color1, #005453);
  margin-bottom: 16px;
}

.timeline-h-dot {
  position: absolute;
  top: 64px;
  left: 50%;
  transform: translateX(-50%);
  width: 16px;
  height: 16px;
  background-color: #ffffff;
  border: 3px solid var(--theme-color1, #005453);
  border-radius: 50%;
  z-index: 2;
}

.timeline-h-content {
  margin-top: 40px;
  background-color: #ffffff;
  padding: 20px 16px;
  border-radius: var(--radius-md);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  text-align: left;
  transition: all 0.3s ease;
}

.timeline-h-content:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  transform: translateY(-4px);
}

.timeline-h-content h4 {
  font-size: var(--text-body);
  font-weight: 600;
  color: var(--theme-color1, #005453);
  margin: 0 0 8px;
  text-align: center;
}

.timeline-h-content p {
  font-size: 20px;
  color: #666666;
  line-height: 1.5;
  margin: 0;
  text-align: center;
}

@media (max-width: 767px) {
  .timeline-h-arrow {
    width: 34px;
    height: 34px;
  }

  .timeline-h-arrow.timeline-h-prev { left: 0; }
  .timeline-h-arrow.timeline-h-next { right: 0; }
}

/* About Responsive */

.about-grid-title-bar {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  color: var(--theme-color1, #005453);
  margin: 0 0 24px;
  position: relative;
  padding: 0;
}

.about-grid-title-bar::before,
.about-grid-title-bar::after {
  content: "";
  display: inline-block;
  width: 60px;
  height: 2px;
  background-color: var(--theme-color1, #005453);
  opacity: 0.4;
  vertical-align: middle;
  margin: 0 16px;
}

/* About Responsive */
@media (max-width: 991px) {
  .about-card {
    padding: 36px 24px;
  }

  .about-content {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .about-image img {
    min-height: 240px;
  }

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

  .timeline-h-item {
    flex: 0 0 240px;
  }

  .about-grid-title-bar {
    font-size: 24px;
  }

  .about-main-title {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .about-section {
    padding: 40px 0;
  }

  .about-card {
    padding: 28px 20px;
    border-radius: var(--radius-lg);
  }

  .about-tabs {
    gap: 10px;
    margin-bottom: 28px;
  }

  .about-tab {
    padding: 10px 24px;
    font-size: 14px;
  }

  .about-main-title {
    font-size: 32px;
  }

  .about-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .about-grid-item img {
    aspect-ratio: 4 / 3;
  }

  .about-grid-body {
    padding: 12px 8px 14px;
  }

  .about-grid-title {
    font-size: 13px;
  }

  .about-grid-more {
    font-size: 12px;
    margin-top: 4px;
  }

  .timeline-h-item {
    flex: 0 0 200px;
    padding: 0 10px;
  }

  .timeline-h-year {
    font-size: 20px;
  }

  .timeline-h-content {
    padding: 16px 12px;
  }

  .timeline-h-content h4 {
    font-size: 15px;
  }

  .timeline-h-content p {
    font-size: 12px;
  }

  .about-grid-title-bar {
    font-size: 22px;
  }
}

.banner-cta-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #003d3c 0%, #005453 30%, #005453 70%, #005252 100%);
  text-align: center;
  position: relative;
  overflow: hidden;
}


.office-gallery-section {
  padding: 60px 0;
  position: relative;
}

.office-gallery-section .section-header {
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
}

.office-gallery-section .section-header::before {
  content: "OUR ENVIRONMENT";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 120px;
  font-weight: 700;
  color: rgba(0, 84, 83, 0.05);
  letter-spacing: 10px;
  z-index: -1;
}

.office-gallery-section .section-header .h2.title {
  font-size: 42px;
  font-family: var(--heading-font-family);
  font-weight: 600;
  color: var(--theme-color1);
  margin-bottom: 15px;
}

.office-gallery-section .section-header .decor-line {
  width: 60px;
  height: 3px;
  background-color: var(--theme-color1);
  margin: 0 auto 20px;
}

.office-gallery-section .section-header .description {
  font-size: var(--text-body);
  color: var(--text-color);
  line-height: 1.6;
  max-width: 600px;
  margin: 0 auto;
}

.slider-gallery {
  max-width: none;
  margin: 0 auto;
}

.slider-gallery-main-wrapper {
  position: relative;
  margin-bottom: 20px;
}

.slider-gallery-main {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-md);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

.slider-gallery-main li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.slider-gallery-main li.active {
  position: static;
  opacity: 1;
}

.slider-gallery-main img {
  width: 100%;
  height: auto;
  display: block;
  max-height: 500px;
  object-fit: cover;
}

.slider-prev,
.slider-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.slider-prev:hover,
.slider-next:hover {
  background-color: var(--theme-color1);
  color: white;
  transform: translateY(-50%) scale(1.1);
}

.slider-prev {
  left: 20px;
}

.slider-next {
  right: 20px;
}

.slider-prev .icon,
.slider-next .icon {
  font-size: 20px;
}

.slider-gallery-thumbs-wrapper {
  position: relative;
}

.slider-gallery-thumbs {
  display: flex;
  gap: 10px;
  overflow: hidden;
  padding: 0 50px;
  scroll-behavior: smooth;
}

.slider-gallery-thumbs li {
  flex-shrink: 0;
  width: calc(20% - 8px);
  cursor: pointer;
  opacity: 0.5;
  transition: all 0.3s ease;
  border-radius: var(--radius-sm);
  overflow: hidden;
}

.slider-gallery-thumbs li:hover,
.slider-gallery-thumbs li.active {
  opacity: 1;
  transform: scale(1.05);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.slider-gallery-thumbs img {
  width: 100%;
  height: 80px;
  object-fit: cover;
  display: block;
}

.thumbs-prev,
.thumbs-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.thumbs-prev:hover,
.thumbs-next:hover {
  background-color: var(--theme-color1);
  color: white;
}

.thumbs-prev {
  left: 0;
}

.thumbs-next {
  right: 0;
}

.thumbs-prev .icon,
.thumbs-next .icon {
  font-size: 16px;
}

@media (max-width: 767px) {
  .slider-gallery-main img {
    max-height: 300px;
  }
  
  .slider-prev,
  .slider-next {
    width: 40px;
    height: 40px;
  }
  
  .slider-prev {
    left: 10px;
  }
  
  .slider-next {
    right: 10px;
  }
  
  .slider-gallery-thumbs {
    padding: 0 40px;
  }
  
  .slider-gallery-thumbs li {
    width: calc(25% - 8px);
  }
  
  .slider-gallery-thumbs img {
    height: 60px;
  }
}

.certifications-section {
  padding: 60px 0;
  background: linear-gradient(135deg, #EEF5F3 0%, #F8F5F0 100%);
}

.certifications-slider-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}

.certifications-track {
  flex: 1;
  overflow: hidden;
}

.certifications-slider {
  display: flex;
  gap: 20px;
  transition: transform 0.5s ease;
}

.cert-item {
  flex-shrink: 0;
  width: calc(20% - 16px);
  text-align: center;
}

.cert-placeholder {
  width: 100%;
  aspect-ratio: 1;
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.cert-placeholder::after {
  content: "";
  width: 60%;
  height: 60%;
  border: 3px dashed rgba(0, 0, 0, 0.1);
  border-radius: var(--radius-sm);
}

.cert-item:hover .cert-placeholder {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.cert-label {
  font-size: 14px;
  font-weight: 500;
  color: var(--theme-color1);
  line-height: 1.4;
}

.cert-prev,
.cert-next {
  flex-shrink: 0;
  background-color: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.cert-prev:hover,
.cert-next:hover {
  background-color: var(--theme-color1);
  color: white;
  transform: scale(1.1);
}

.cert-prev .icon,
.cert-next .icon {
  font-size: 20px;
}

@media (max-width: 991px) {
  .cert-item {
    width: calc(25% - 15px);
  }
}

@media (max-width: 767px) {
  .certifications-section {
    padding: 40px 0;
  }
  
  .cert-item {
    width: calc(33.333% - 14px);
  }
  
  .cert-prev,
  .cert-next {
    width: 40px;
    height: 40px;
  }
  
  .cert-label {
    font-size: 12px;
  }
}

.banner-cta-section .content {
  position: relative;
  z-index: 1;
}

.banner-cta-section .h2.title {
  font-size: 48px;
  font-family: var(--heading-font-family);
  font-weight: 600;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 25px;
}

.banner-cta-section .h2.title span {
  display: block;
}

.banner-cta-section .h2.title .gradient-text {
  background: linear-gradient(135deg, #A8E6CF 0%, #88D8B0 50%, #B8F5D0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.banner-cta-section .description {
  font-size: var(--text-body);
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.8;
  max-width: 600px;
  margin: 0 auto 40px;
}

.banner-cta-section .button-box {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.banner-cta-section .btn-style-seven {
  background-color: #A8E6CF;
  color: #005252;
  padding: 16px 40px;
  border-radius: var(--radius-sm);
  font-weight: 600;
  font-size: 15px;
  transition: all 300ms ease;
}

.banner-cta-section .btn-style-seven:hover {
  background-color: #88D8B0;
  transform: translateY(-3px);
}

.banner-cta-section .btn-style-eight {
  background-color: transparent;
  color: #ffffff;
  padding: 16px 40px;
  border-radius: var(--radius-sm);
  border: 2px solid rgba(255, 255, 255, 0.5);
  font-weight: 600;
  font-size: 15px;
  transition: all 300ms ease;
}

.banner-cta-section .btn-style-eight:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: #ffffff;
}

@media (max-width: 767px) {
  .banner-cta-section {
    padding: 60px 0;
  }
  
  .banner-cta-section .h2.title {
    font-size: 32px;
  }
  
  .banner-cta-section .button-box {
    flex-direction: column;
    align-items: center;
  }
  
  .banner-cta-section .button-box .theme-btn {
    width: 100%;
    max-width: 280px;
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .cta-section {
    padding: 50px 0;
  }
  
  .cta-section .h2.title {
    font-size: 28px;
  }
  
  .cta-section .button-box {
    flex-direction: column;
    align-items: center;
  }
  
  .cta-section .button-box .theme-btn {
    width: 100%;
    max-width: 280px;
    justify-content: center;
  }
}

.hero-section .image-column .image-box img {
  border-radius: var(--radius-md);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  width: 100%;
  height: auto;
}

@media (max-width: 991px) {
  .hero-section {
    padding: 40px 0;
  }
  
  .hero-section .content-column {
    padding-right: 15px;
    margin-bottom: 30px;
  }
  
  .hero-section .content-column .h2.title {
    font-size: 36px;
  }
  
  .hero-section .button-box {
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .hero-section .content-column .h2.title {
    font-size: 28px;
  }
  
  .hero-section .button-box {
    flex-direction: column;
    align-items: center;
  }
  
  .hero-section .button-box .theme-btn {
    width: 100%;
    justify-content: center;
  }
}

/* ==========================================================================
   Home Page Styles (extracted from index.html)
   ========================================================================== */

    /* Header Background */
    .main-header,
    .main-header .header-lower,
    .main-header .header-lower .inner-container,
    .main-header .header-lower .main-box {
      background-color: #005453 !important;
    }

    /* Navigation Menu Colors */
    .main-menu .navigation>li>a {
      color: #ffffff !important;
    }

    .main-menu .navigation>li:hover>a,
    .main-menu .navigation>li.current>a {
      color: #ffffff !important;
    }

    /* Sticky Header */
    .sticky-header,
    .sticky-header .main-header,
    .sticky-header .header-lower {
      background-color: #005453 !important;
    }

    .sticky-header .main-menu .navigation>li>a,
    .sticky-header .main-menu .navigation>li:hover>a,
    .sticky-header .main-menu .navigation>li.current>a {
      color: #ffffff !important;
    }

    .sticky-header .search-btn,
    .sticky-header .search-btn i {
      color: #ffffff !important;
    }

    .sticky-header .theme-btn.btn-style-three {
      background-color: #ffffff !important;
      color: #005453 !important;
      border-color: #ffffff !important;
    }

    .sticky-header .theme-btn.btn-style-three:hover {
      background-color: #005453 !important;
      color: #ffffff !important;
      border-color: #ffffff !important;
    }

    /* Phone Box */
    .header-phone_box .info,
    .header-phone_box .info strong,
    .header-phone_box .info strong:hover {
      color: #ffffff !important;
    }

    .sticky-header .header-phone_box .info,
    .sticky-header .header-phone_box .info strong,
    .sticky-header .header-phone_box .info strong:hover {
      color: #ffffff !important;
    }

    /* Search Icon */
    .main-header .search-btn,
    .main-header .search-btn i {
      color: #ffffff !important;
    }

    /* Book Appointment Button */
    .main-header .theme-btn.btn-style-three {
      background-color: #ffffff !important;
      color: #005453 !important;
      border-color: #ffffff !important;
    }

    .main-header .theme-btn.btn-style-three:hover {
      background-color: #005453 !important;
      color: #ffffff !important;
      border-color: #ffffff !important;
    }
  </style>

    /* Services Section - Card Wrapper */
    .services-section {
      padding: 60px 0 80px;
    }
    .services-card-wrapper {
      max-width: none;
      margin: 60px 5% 0;
      background: #f0f7f4;
      border-radius: var(--radius-lg);
      padding: 40px 0 0;
      overflow: hidden;
      box-shadow: 0 20px 60px rgba(0, 84, 83, 0.22);
      border: 1px solid rgba(0, 84, 83, 0.08);
    }
    .services-header {
      position: relative;
      margin-bottom: 30px;
    }
    .services-watermark {
      position: absolute;
      top: -20px;
      left: 50%;
      transform: translateX(-50%);
      font-family: var(--heading-font-family);
      font-size: clamp(50px, 8vw, 120px);
      font-weight: 800;
      color: rgba(0, 84, 83, 0.25);
      text-transform: uppercase;
      letter-spacing: 0.1em;
      white-space: nowrap;
      line-height: 1;
      pointer-events: none;
    }
    .services-main-title {
      position: relative;
      font-size: clamp(40px, 6vw, 72px);
      font-weight: 600;
      color: var(--theme-color1);
      margin: 0;
      z-index: 1;
    }
    .services-carousel-wrap {
      position: relative;
      padding: 0 100px;
    }
    .services-slider {
      padding: 50px 0;
    }
    .services-slider .service-block .service-title {
      color: var(--theme-color1);
    }
    .services-slider .service-block .inner-block .content-box .inner-box .service-details {
      color: var(--theme-color1) !important;
      opacity: 0.85;
    }
    .services-slider .swiper-slide.center-slide {
      z-index: 2;
    }
    .services-slider .service-block .inner-block {
      background: var(--theme-color-white);
      border-radius: var(--radius-md);
      overflow: hidden;
      padding: 0;
      transform-origin: center center;
      will-change: transform;
      box-shadow: 0 8px 28px rgba(0, 84, 83, 0.1);
      height: 100%;
    }
    .services-slider .service-block .image {
      position: relative;
      aspect-ratio: 4 / 3;
      height: auto;
      overflow: hidden;
      padding: 0 24px 24px;
      border-radius: var(--radius-md);
    }
    .services-slider .service-block .image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: var(--radius-md);
      transition: transform 0.6s ease;
    }
    .services-slider .service-block .link-btn-style {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      font-size: 14px;
      font-weight: 500;
      color: var(--theme-color1);
      text-decoration: none;
      transition: gap 0.3s ease;
    }
    .services-slider .service-block .link-btn-style:hover {
      gap: 10px;
    }
    .services-dot {
      display: flex;
      justify-content: center;
      gap: 10px;
      margin-top: 50px;
    }
    .services-dot .swiper-pagination-bullet {
      width: 32px;
      height: 4px;
      border-radius: 0;
      background: rgba(0, 84, 83, 0.25);
      opacity: 1;
    }
    .services-dot .swiper-pagination-bullet-active {
      background: var(--theme-color1);
      width: 48px;
    }
    .services-control-bar {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 24px;
      margin-top: 30px;
    }
    .services-nav-btn {
      width: 52px;
      height: 52px;
      border-radius: 50%;
      border: 1px solid rgba(0, 84, 83, 0.25);
      background: transparent;
      color: var(--theme-color1);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: all 0.3s ease;
    }
    .services-nav-btn:hover {
      background: var(--theme-color1);
      color: #fff;
      border-color: var(--theme-color1);
    }
    .services-more-btn {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 15px 40px;
      border-radius: 50px;
      background: var(--theme-color1);
      color: #fff;
      font-size: var(--text-body);
      font-weight: 500;
      text-decoration: none;
      transition: all 0.3s ease;
    }
    .services-more-btn:hover {
      background: #003c3b;
      color: #fff;
    }
    @media (max-width: 991px) {
      .services-card-wrapper {
        padding: 40px 0 50px;
        border-radius: var(--radius-lg);
      }
      .services-slider .service-block .image {
        aspect-ratio: 4 / 3;
        height: auto;
        padding: 0 20px 20px;
      }
    }
    @media (max-width: 767px) {

    }

    /* Target Group Section - Simplified */
    .target-group-section {
      padding: 40px 0 80px;
      overflow-x: hidden;
    }
    .tg-inner {
      position: relative;
    }
    .tg-shape-dark {
      position: absolute;
      left: calc(-50vw + 50% - 15px);
      top: 5%;
      width: clamp(240px, 46vw, 900px);
      height: 70%;
      background: #005453;
      border-top: clamp(47px, 6.2vw, 93px) solid #8aba9a;
      border-right: clamp(47px, 6.2vw, 93px) solid #8aba9a;
      border-radius: 0 calc(120px + clamp(47px, 6.2vw, 93px)) 0 0;
      z-index: -1;
      box-sizing: border-box;
    }
    .tg-slogan {
      position: absolute;
      left: clamp(24px, 4vw, 80px);
      top: calc(25% - 40px);
      z-index: 1;
      color: #ffffff;
      font-size: clamp(17px, 2.2vw, 28px) !important;
      line-height: 1.6;
      pointer-events: none;
    }
    .tg-slogan p {
      margin: 0;
      color: #ffffff;
      font-size: inherit;
    }
    .tg-card-wrapper {
      position: relative;
      z-index: 1;
      padding: 230px 0 0;
    }
    .tg-header {
      position: relative;
      z-index: 3;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
      margin: 0 auto;
      margin-bottom: -20px;
      left: 200px;
      text-align: left;
    }
    .tg-main-title {
      position: relative;
      font-size: clamp(42px, 6vw, 72px);
      font-weight: 600;
      color: var(--theme-color1);
      margin: 0;
      z-index: 2;
    }
    .tg-watermark {
      display: inline-block;
      text-align: left;
      z-index: 1;
      font-family: var(--heading-font-family);
      font-size: clamp(50px, 8vw, 120px);
      font-weight: 800;
      color: rgba(0, 84, 83, 0.35);
      text-transform: uppercase;
      letter-spacing: 0.1em;
      white-space: nowrap;
      line-height: 1;
      margin-left: 0;
      pointer-events: none;
      margin-top: 4px;
    }
    .tg-card {
      position: relative;
      z-index: 2;
      width: 90%;
      margin: 0 auto;
      margin-top: calc(clamp(50px, 8vw, 120px) / -2);
      background: rgba(255, 255, 255, 0.5);
      border-radius: var(--radius-lg);
      padding: 50px 40px 40px;
      overflow: hidden;
      box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.35), 0 4px 6px -4px rgba(0, 0, 0, 0.2);
      border: 1px solid rgba(0, 84, 83, 0.12);
    }
    .tg-image-wrapper {
      border-radius: var(--radius-md);
      overflow: hidden;
      box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    }
    .tg-main-img {
      width: 100%;
      height: auto;
      display: block;
      object-fit: cover;
    }
    @media (max-width: 767px) {
      .tg-shape-dark,
      .tg-slogan {
        display: none;
      }
      .tg-card-wrapper {
        padding-top: 30px;
      }
      .tg-card {
        padding: 30px 20px;
        border-radius: var(--radius-lg);
      }
      .tg-watermark {
        top: -10px;
      }
    }

    /* Why Choose Us Section - 6 Cards */
    .why-choose-us-section {
      padding: 40px 0 80px;
    }
    .wcu-card-wrapper {
      max-width: none;
      margin: 0 5%;
      padding: 0;
    }
    .wcu-card {
      position: relative;
      background: #f6fbf9;
      border-radius: var(--radius-lg);
      padding: 60px 40px 50px;
      box-shadow: 0 10px 40px rgba(0, 84, 83, 0.2);
      border: 1px solid rgba(0, 84, 83, 0.12);
      overflow: hidden;
    }
    .wcu-header {
      position: relative;
      text-align: center;
      margin-bottom: 40px;
    }
    .wcu-main-title {
      position: relative;
      font-size: clamp(40px, 6vw, 72px);
      font-weight: 600;
      color: var(--theme-color1);
      margin: 0;
      z-index: 2;
    }
    .wcu-watermark {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-family: var(--heading-font-family);
      font-size: clamp(50px, 8vw, 120px);
      font-weight: 800;
      color: rgba(0, 84, 83, 0.25);
      text-transform: uppercase;
      letter-spacing: 0.1em;
      white-space: nowrap;
      line-height: 1;
      pointer-events: none;
    }
    .wcu-cards {
      display: grid;
      grid-template-columns: repeat(6, 1fr);
      gap: 12px;
      margin-bottom: 40px;
    }
    .wcu-card-item {
      background: var(--theme-color-white);
      border-radius: var(--radius-lg);
      overflow: hidden;
      box-shadow: 0 4px 20px rgba(0, 84, 83, 0.16);
      border: 1px solid rgba(0, 84, 83, 0.06);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      display: flex;
      flex-direction: column;
      padding: 24px 10px 0;
    }
    .wcu-card-item:hover {
      transform: translateY(-5px);
      box-shadow: 0 15px 40px rgba(0, 84, 83, 0.3);
    }
    .wcu-card-img {
      aspect-ratio: 1 / 1;
      height: auto;
      padding: 0;
      background: var(--theme-color-white);
      overflow: hidden;
      flex-shrink: 0;
    }
    .wcu-card-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: var(--radius-md);
      transition: transform 0.5s ease;
    }
    .wcu-card-item:hover .wcu-card-img img {
      transform: scale(1.05);
    }
    .wcu-card-body {
      padding: 22px 0 26px;
      display: flex;
      flex-direction: column;
      flex: 1;
    }
    .wcu-card-title {
      font-size: 28px;
      font-weight: 700;
      color: var(--theme-color1);
      margin: 0 0 14px;
      line-height: 1.5;
      text-align: center;
      white-space: nowrap;
    }
    .wcu-title-line1 {
      display: block;
      text-align: center;
    }
    .wcu-title-line2 {
      display: block;
      text-align: center;
    }
    .wcu-card-desc {
      font-size: 22px;
      font-weight: 400;
      line-height: 2;
      color: rgba(0, 84, 83, 0.9);
      margin: 0;
    }
    .wcu-footer {
      text-align: center;
    }
    .wcu-footer .theme-btn {
      font-size: var(--text-btn);
      font-weight: 500;
    }
    .wcu-footer .theme-btn:hover {
      padding: 0 30px;
    }
    .wcu-footer .theme-btn .btn-title {
      transform: none !important;
    }
    .wcu-footer .theme-btn .btn-arrow-left,
    .wcu-footer .theme-btn .btn-arrow-right {
      display: none;
    }
    @media (max-width: 1199px) {
      .wcu-cards {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
      }
      .wcu-card-item {
        padding: 20px 8px 0;
      }
      .wcu-card-img {
        aspect-ratio: 1 / 1;
        height: auto;
        padding: 0;
      }
      .wcu-card-body {
        padding: 18px 0 22px;
      }
      .wcu-card-title {
        font-size: var(--text-body);
        margin-bottom: 10px;
      }
      .wcu-card-desc {
        font-size: 16px;
      }
    }
    @media (max-width: 767px) {
      .wcu-card {
        padding: 40px 20px 30px;
        border-radius: var(--radius-lg);
      }
      .wcu-cards {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
      }
      .wcu-card-item {
        padding: 16px 6px 0;
      }
      .wcu-card-img {
        aspect-ratio: 1 / 1;
        height: auto;
        padding: 0;
      }
      .wcu-card-body {
        padding: 14px 0 18px;
      }
      .wcu-card-title {
        font-size: 14px;
        margin-bottom: 8px;
      }
      .wcu-card-desc {
        font-size: 14px;
        line-height: 1.8;
      }
      .wcu-watermark {
        top: 50%;
      }
    }

    /* Success Cases Section */
    .success-cases-section {
      padding: 40px 0 80px;
    }
    .sc-card-wrapper {
      max-width: none;
      margin: 0 5%;
      padding: 0;
    }
    .sc-outer-card {
      position: relative;
      background: var(--theme-color-white);
      border-radius: 36px;
      padding: 100px 0 0;
      box-shadow: 0 18px 50px rgba(0, 0, 0, 0.22);
      border: 1px solid rgba(0, 84, 83, 0.12);
      overflow: hidden;
    }
    .sc-card {
      position: relative;
      background: #f6fbf9;
      border-radius: 36px;
      margin: 0;
      padding: 50px 40px 40px;
      box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.12);
      overflow: hidden;
    }
    .sc-main {
      position: relative;
      z-index: 2;
      margin: 0;
      padding: 0 40px 40px;
    }
    .sc-header {
      position: relative;
      display: block;
      min-height: clamp(50px, 8vw, 120px);
      margin-bottom: 30px;
      padding-left: 0;
    }
    .sc-main-title {
      position: relative;
      display: inline-block;
      font-size: clamp(38px, 5vw, 72px);
      font-weight: 600;
      color: var(--theme-color1);
      margin: 0;
      padding-top: 32px;
      padding-left: 4px;
      z-index: 2;
    }
    .sc-watermark {
      position: absolute;
      top: 0;
      left: 0;
      transform: none;
      font-family: var(--heading-font-family);
      font-size: clamp(50px, 8vw, 120px);
      font-weight: 800;
      color: rgba(0, 84, 83, 0.25);
      text-transform: uppercase;
      letter-spacing: 0.1em;
      white-space: nowrap;
      line-height: 1;
      pointer-events: none;
    }
    .sc-case-details {
      position: relative;
      z-index: 2;
    }
    .sc-case-list {
      list-style: none;
      padding: 0;
      margin: 0 0 20px;
    }
    .sc-case-list li {
      font-size: 22px;
      line-height: 2;
      color: var(--theme-color1);
      font-weight: 400;
      display: flex;
      align-items: flex-start;
      gap: 10px;
    }
    .sc-case-list li i {
      flex-shrink: 0;
      margin-top: 3px;
      color: var(--theme-color-accent);
    }
    .sc-case-list li:nth-child(1) i {
      color: var(--theme-color-accent);
    }
    .sc-case-list li:nth-child(2) i,
    .sc-case-list li:nth-child(3) i {
      color: #2e9e4f;
    }
    .sc-case-list li:nth-child(4) i {
      color: #e23a4e;
    }
    .sc-case-tag {
      font-size: 22px;
      line-height: 2;
      color: var(--theme-color1);
      font-weight: 400;
      margin: 0 0 18px;
    }
    .sc-read-more {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 10px 22px;
      font-size: var(--text-btn);
      font-weight: 600;
      color: var(--theme-color1);
      background: var(--theme-color-white);
      border: 1px solid rgba(0, 84, 83, 0.25);
      border-radius: var(--radius-sm);
      text-decoration: none;
      box-shadow: 0 2px 8px rgba(0, 84, 83, 0.08);
      transition: all 0.3s ease;
    }
    .sc-read-more:hover {
      color: var(--theme-color-white);
      background: var(--theme-color1);
      border-color: var(--theme-color1);
      box-shadow: 0 6px 16px rgba(0, 84, 83, 0.2);
    }
    .sc-right {
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .sc-main-image {
      width: 100%;
      border-radius: var(--radius-md);
      overflow: hidden;
      box-shadow: 0 8px 30px rgba(0, 84, 83, 0.25);
      border: 12px solid var(--theme-color-white);
    }
    .sc-main-image img {
      width: 100%;
      aspect-ratio: 16 / 10;
      object-fit: cover;
      display: block;
    }
    .sc-case-thumb {
      aspect-ratio: 16 / 10;
      height: auto;
      overflow: hidden;
      border: 4px solid var(--theme-color-white);
      border-radius: var(--radius-md);
    }
    .sc-bottom {
      position: relative;
      z-index: 2;
      display: flex;
      align-items: center;
      gap: 16px;
      padding: 0 40px 0;
    }
    .sc-cases-slider.swiper-horizontal {
      flex: 1;
      min-width: 0;
      padding-bottom: 0;
    }
    .sc-cases-slider .swiper-slide {
      height: auto;
    }
    .sc-case-item {
      position: relative;
      background: var(--theme-color-white);
      border-radius: var(--radius-md);
      overflow: hidden;
      box-shadow: 0 4px 16px rgba(0, 84, 83, 0.16);
      border: 1px solid rgba(0, 84, 83, 0.06);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      height: auto;
    }
    .sc-case-item:hover {
      transform: translateY(-4px);
      box-shadow: 0 12px 32px rgba(0, 84, 83, 0.25);
    }
    .sc-case-thumb {
      aspect-ratio: 4 / 3;
      height: auto;
      overflow: hidden;
    }
    .sc-case-thumb img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.4s ease;
    }
    .sc-case-item:hover .sc-case-thumb img {
      transform: scale(1.05);
    }
    .sc-case-label {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      padding: 10px 12px;
      background: rgba(0, 84, 83, 0.75);
      text-align: center;
    }
    .sc-case-label span {
      font-size: 20px !important;
      font-weight: 500;
      color: #fff !important;
      line-height: 1.3;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      min-height: 52px;
    }
    .sc-nav-prev,
    .sc-nav-next {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      border: 1px solid rgba(0, 84, 83, 0.2);
      background: var(--theme-color-white);
      color: var(--theme-color1);
      display: flex;
      align-items: center;
      justify-content: center;
      align-self: center;
      cursor: pointer;
      transition: all 0.3s ease;
      flex-shrink: 0;
    }
    .sc-nav-prev:hover,
    .sc-nav-next:hover {
      background: var(--theme-color1);
      color: #fff;
    }
    .sc-more-btn-wrap {
      flex-shrink: 0;
      display: flex;
      align-items: center;
      align-self: center;
    }
    .sc-more-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      height: 44px;
      padding: 0 24px;
      background: var(--theme-color1);
      color: #fff;
      font-size: var(--text-btn);
      font-weight: 600;
      border-radius: var(--radius-sm);
      text-decoration: none;
      transition: all 0.3s ease;
      white-space: nowrap;
    }
    .sc-more-btn:hover {
      background: var(--theme-color2);
      transform: translateY(-2px);
      box-shadow: 0 8px 24px rgba(0, 84, 83, 0.4);
    }
    @media (max-width: 1199px) {
    }
    @media (max-width: 991px) {
      .sc-outer-card {
        padding: 80px 0 0;
      }
      .sc-card {
        padding: 40px 24px 30px;
        border-radius: var(--radius-lg);
      }
      .sc-main {
        margin: 0;
        padding: 0 0 30px;
      }
      .sc-bottom {
        padding: 0;
        flex-wrap: wrap;
      }
      .sc-right {
        margin-top: 30px;
      }
      .sc-more-btn-wrap {
        width: 100%;
        display: flex;
        justify-content: center;
      }
      .sc-more-btn {
        width: 100%;
        max-width: 260px;
      }
    }
    @media (max-width: 767px) {
      .sc-outer-card {
        padding: 60px 0 0;
        border-radius: var(--radius-lg);
      }
      .sc-card {
        padding: 30px 20px 24px;
        border-radius: var(--radius-lg);
      }
      .sc-main {
        padding: 0 0 24px;
      }
      .sc-bottom {
        padding: 0;
      }
      .sc-main-title {
        font-size: 30px;
        padding-top: 22px;
      }
      .sc-watermark {
        font-size: 50px;
      }
      .sc-case-list li {
        font-size: 15px;
        line-height: 1.8;
      }
      .sc-bottom {
        gap: 10px;
      }
      .sc-bottom-inner {
        gap: 10px;
      }
    }

    /* News Section */
    .news-section {
      padding: 40px 0 80px;
    }
    .news-card-wrapper {
      max-width: none;
      margin: 0 5%;
      padding: 0;
    }
    .news-card {
      position: relative;
      background: #f6fbf9;
      border-radius: var(--radius-lg);
      padding: 50px 40px 40px;
      box-shadow: 0 10px 40px rgba(0, 84, 83, 0.2);
      border: 1px solid rgba(0, 84, 83, 0.12);
      overflow: hidden;
    }
    .news-header {
      position: relative;
      text-align: center;
      margin-bottom: 40px;
      z-index: 2;
      min-height: clamp(60px, 8vw, 120px);
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .news-main-title {
      position: relative;
      font-size: clamp(38px, 5vw, 72px);
      font-weight: 600;
      color: var(--theme-color1);
      margin: 0;
      padding-top: 18px;
      text-align: center;
      z-index: 2;
    }
    .news-watermark {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-family: var(--heading-font-family);
      font-size: clamp(50px, 8vw, 120px);
      font-weight: 800;
      color: rgba(0, 84, 83, 0.25);
      text-transform: uppercase;
      letter-spacing: 0.1em;
      white-space: nowrap;
      line-height: 1;
      pointer-events: none;
    }
    .news-slider-wrap {
      position: relative;
      z-index: 2;
      margin-bottom: 12px;
    }
    .news-slider {
      padding: 10px 10px 30px;
    }
    .news-slider .swiper-slide {
      height: auto;
    }
    .news-item {
      background: var(--theme-color-white);
      border-radius: var(--radius-lg);
      overflow: hidden;
      box-shadow: 0 4px 18px rgba(0, 0, 0, 0.1);
      border: 1px solid rgba(0, 84, 83, 0.06);
      height: 100%;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    .news-item:hover {
      transform: translateY(-4px);
      box-shadow: 0 12px 34px rgba(0, 0, 0, 0.16);
    }
    .news-item-img {
      aspect-ratio: 4 / 3;
      overflow: hidden;
      margin: 12px 12px 0;
      border-radius: var(--radius-md);
      border: 4px solid var(--theme-color-white);
      box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
    }
    .news-item-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.5s ease;
    }
    .news-item:hover .news-item-img img {
      transform: scale(1.05);
    }
    .news-item-body {
      padding: 20px 22px 24px;
    }
    .news-item-title {
      font-size: 28px;
      font-weight: 600;
      color: var(--theme-color1);
      margin: 0 0 12px;
      line-height: 1.5;
      text-align: center;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      min-height: 3em;
    }
    .news-item-desc {
      font-size: 20px;
      line-height: 1.5;
      color: var(--theme-color-text);
      margin: 0;
      text-align: center;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }
    .news-footer {
      position: relative;
      z-index: 2;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 48px;
    }
    .news-nav-btn {
      width: 44px;
      height: 44px;
      border-radius: 50%;
      border: 1px solid rgba(0, 84, 83, 0.2);
      background: var(--theme-color-white);
      color: var(--theme-color1);
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: all 0.3s ease;
      flex-shrink: 0;
      box-shadow: 0 2px 8px rgba(0, 84, 83, 0.08);
    }
    .news-nav-btn:hover {
      background: var(--theme-color1);
      color: #fff;
      border-color: var(--theme-color1);
    }
    .news-read-more {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 16px 36px;
      background: var(--theme-color1);
      color: #fff;
      font-size: var(--text-btn);
      font-weight: 600;
      border-radius: var(--radius-sm);
      text-decoration: none;
      transition: all 0.3s ease;
      white-space: nowrap;
    }
    .news-read-more:hover {
      background: var(--theme-color2);
      transform: translateY(-2px);
      box-shadow: 0 8px 24px rgba(0, 84, 83, 0.4);
    }
    @media (max-width: 1199px) {
      .news-item-img {
        aspect-ratio: 4 / 3;
      }
    }
    @media (max-width: 991px) {
      .news-card {
        padding: 40px 24px 30px;
      }
      .news-item-img {
        aspect-ratio: 4 / 3;
      }
    }
    @media (max-width: 767px) {
      .news-card {
        padding: 30px 20px 24px;
        border-radius: var(--radius-lg);
      }
      .news-watermark {
        font-size: 50px;
      }
      .news-item-img {
        aspect-ratio: 4 / 3;
      }
      .news-item-title {
        font-size: 15px;
      }
      .news-item-desc {
        font-size: 12px;
      }
      .news-footer {
        gap: 16px;
      }
      .news-read-more {
        padding: 14px 24px;
        font-size: 14px;
      }
      .news-nav-btn {
        width: 40px;
        height: 40px;
      }
    }

    /* Gallery Section */
    .gallery-section {
      padding: 20px 0 40px;
    }
    .gallery-card-wrapper {
      max-width: none;
      margin: 0 5%;
      padding: 0;
    }
    .gallery-card {
      position: relative;
      background: #f6fbf9;
      border-radius: var(--radius-lg);
      padding: 24px 30px 30px;
      box-shadow: 0 10px 40px rgba(0, 84, 83, 0.2);
      border: 1px solid rgba(0, 84, 83, 0.12);
      overflow: hidden;
    }

    .gallery-tabs {
      position: relative;
      z-index: 2;
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 8px 40px;
      margin-bottom: 36px;
      border-bottom: 1px solid rgba(0, 84, 83, 0.1);
      padding-bottom: 16px;
    }
    .gallery-tab {
      position: relative;
      background: transparent;
      border: none;
      font-size: var(--text-btn);
      font-weight: 600;
      color: var(--theme-color-text);
      cursor: pointer;
      padding: 8px 0;
      transition: color 0.3s ease;
      white-space: nowrap;
      font-family: inherit;
    }
    .gallery-tab::after {
      content: "";
      position: absolute;
      bottom: -17px;
      left: 0;
      width: 100%;
      height: 3px;
      background: var(--theme-color1);
      border-radius: 2px;
      transform: scaleX(0);
      transition: transform 0.3s ease;
    }
    .gallery-tab:hover {
      color: var(--theme-color1);
    }
    .gallery-tab.active {
      color: var(--theme-color1);
    }
    .gallery-tab.active::after {
      transform: scaleX(1);
    }
    .gallery-slider-wrap {
      position: relative;
      z-index: 2;
      display: flex;
      align-items: center;
      gap: 20px;
    }
    .gallery-slider {
      flex: 1;
      min-width: 0;
    }
    .gallery-slider .swiper-slide {
      height: auto;
    }
    .gallery-item {
      border-radius: var(--radius-md);
      overflow: hidden;
      border: 4px solid var(--theme-color-white);
      box-shadow: 0 4px 20px rgba(0, 84, 83, 0.16);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    .gallery-item:hover {
      transform: translateY(-4px);
      box-shadow: 0 12px 36px rgba(0, 84, 83, 0.25);
    }
    .gallery-item img {
      width: 100%;
      aspect-ratio: 3 / 2;
      object-fit: cover;
      display: block;
      transition: transform 0.5s ease;
    }
    .gallery-item:hover img {
      transform: scale(1.03);
    }
    .gallery-nav-btn {
      width: 44px;
      height: 44px;
      border-radius: 50%;
      border: 1px solid rgba(0, 84, 83, 0.2);
      background: var(--theme-color-white);
      color: var(--theme-color1);
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: all 0.3s ease;
      flex-shrink: 0;
    }
    .gallery-nav-btn:hover {
      background: var(--theme-color1);
      color: #fff;
      border-color: var(--theme-color1);
    }
    @media (max-width: 1199px) {
    }
    @media (max-width: 991px) {
      .gallery-card {
        padding: 30px 24px;
      }
      .gallery-tabs {
        gap: 6px 28px;
      }
      .gallery-tab {
        font-size: var(--text-body);
      }
    }
    @media (max-width: 767px) {
      .gallery-card {
        padding: 24px 20px;
        border-radius: var(--radius-lg);
      }
      .gallery-tabs {
        gap: 4px 16px;
        justify-content: flex-start;
        overflow-x: auto;
        flex-wrap: nowrap;
        -webkit-overflow-scrolling: touch;
      }
      .gallery-tab {
        font-size: 15px;
        flex-shrink: 0;
      }
      .gallery-item img {
        aspect-ratio: 3 / 2;
      }
      .gallery-nav-btn {
        width: 38px;
        height: 38px;
      }
    }

    /* New Footer Styles */
    .new-footer {
      background: var(--theme-color1);
      color: rgba(255, 255, 255, 0.85);
    }
    .new-footer .footer-main {
      padding: 0;
    }
    .new-footer .container-fluid {
      padding-left: 5%;
      padding-right: 5%;
    }
    .new-footer .footer-logo-row {
      margin-bottom: 20px;
    }
    .new-footer .footer-logo img {
      max-width: 362px;
      max-height: 160px;
      object-fit: contain;
    }
    .new-footer .footer-content-row {
      align-items: flex-start;
    }
    .new-footer .footer-columns {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 24px;
    }
    .new-footer .footer-col-title {
      font-size: var(--text-body);
      font-weight: 600;
      color: #fff;
      margin-bottom: 18px;
      line-height: 1.3;
    }
    .new-footer .footer-links {
      list-style: none;
      padding: 0;
      margin: 0;
    }
    .new-footer .footer-links li {
      margin-bottom: 10px;
    }
    .new-footer .footer-links a {
      color: rgba(255, 255, 255, 0.7);
      text-decoration: none;
      font-size: var(--text-body);
      transition: color 0.3s ease;
    }
    .new-footer .footer-links a:hover {
      color: #fff;
    }
    .new-footer .footer-phones {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      gap: 22px;
    }
    .new-footer .contact-block {
      margin-bottom: 0;
    }
    .new-footer .contact-label {
      font-size: var(--text-body);
      color: rgba(255, 255, 255, 0.7);
      margin-bottom: 6px;
    }
    .new-footer .contact-phone {
      display: inline-block;
      font-size: 26px;
      font-weight: 700;
      color: var(--theme-color-accent);
      text-decoration: none;
      letter-spacing: 0.5px;
      line-height: 1.2;
      white-space: nowrap;
    }
    .new-footer .contact-phone:hover {
      opacity: 0.9;
    }
    .new-footer .footer-qr-address {
      display: flex;
      flex-direction: column;
      gap: 24px;
      align-items: flex-end;
      text-align: right;
    }
    .new-footer .footer-qr {
      display: flex;
      flex-direction: row;
      gap: 16px;
    }
    .new-footer .qr-item {
      text-align: center;
    }
    .new-footer .qr-img {
      width: 110px;
      height: 110px;
      background: #fff;
      border-radius: var(--radius-sm);
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 10px;
    }
    .new-footer .qr-img img {
      width: 100%;
      height: 100%;
      object-fit: contain;
    }
    .new-footer .qr-label {
      font-size: 20px;
      color: rgba(255, 255, 255, 0.7);
    }
    .new-footer .contact-address {
      font-size: var(--text-body);
      color: rgba(255, 255, 255, 0.75);
      line-height: 1.7;
    }
    .new-footer .footer-bottom {
      border-top: 1px solid rgba(255, 255, 255, 0.12);
      padding: 24px 0;
      margin-top: 40px;
    }
    .new-footer .footer-bottom-inner {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
      gap: 12px;
    }
    .new-footer .footer-email {
      font-size: var(--text-body);
      color: var(--theme-color-accent);
      text-decoration: none;
      font-weight: 500;
    }
    .new-footer .footer-email:hover {
      opacity: 0.9;
    }
    .new-footer .footer-copyright {
      font-size: 20px;
      color: rgba(255, 255, 255, 0.5);
    }
    .new-footer .footer-icp {
      font-size: 20px;
      color: rgba(255, 255, 255, 0.5);
      text-decoration: none;
    }
    .new-footer .footer-icp:hover {
      color: rgba(255, 255, 255, 0.8);
    }
    @media (max-width: 1199px) {
      .new-footer .container-fluid {
        padding-left: 5%;
        padding-right: 5%;
      }
      .new-footer .footer-columns {
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
      }
      .new-footer .qr-img {
        width: 90px;
        height: 90px;
      }
      .new-footer .contact-phone {
        font-size: 22px;
      }
    }
    @media (max-width: 991px) {
      .new-footer .footer-main {
        padding: 30px 0 0;
      }
      .new-footer .footer-columns {
        grid-template-columns: repeat(2, 1fr);
        gap: 28px;
      }
      .new-footer .footer-phones {
        margin-top: 24px;
      }
      .new-footer .footer-qr-address {
        margin-top: 24px;
      }
      .new-footer .qr-img {
        width: 100px;
        height: 100px;
      }
    }
    @media (max-width: 767px) {
      .new-footer .container-fluid {
        padding-left: 5%;
        padding-right: 5%;
      }
      .new-footer .footer-main {
        padding: 0;
      }
      .new-footer .footer-logo-row {
        margin-bottom: 18px;
      }
      .new-footer .footer-columns {
        grid-template-columns: 1fr;
        gap: 24px;
      }
      .new-footer .footer-col-title {
        font-size: var(--text-body);
        margin-bottom: 14px;
      }
      .new-footer .footer-links li {
        margin-bottom: 10px;
      }
      .new-footer .contact-phone {
        font-size: 20px;
      }
      .new-footer .footer-qr {
        flex-direction: row;
        gap: 16px;
      }
      .new-footer .qr-img {
        width: 90px;
        height: 90px;
      }
      .new-footer .footer-bottom {
        margin-top: 30px;
      }
      .new-footer .footer-bottom-inner {
        flex-direction: column;
        text-align: center;
        gap: 8px;
      }
    }

/* ===== Contact Section V2 ===== */
.contact-section-v2 {
  position: relative;
  padding: 40px 0 0;
  background-color: #f0f6f4;
}
.contact-section-v2 .container {
  max-width: none;
}

/* Left form */
.contact-section-v2 .contact-form-simple {
  position: relative;
}
.contact-section-v2 .contact-form-simple .form-title {
  font-size: 36px;
  font-weight: 700;
  color: #005453;
  margin-bottom: 36px;
}
.contact-section-v2 .form-row-inline {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
}
.contact-section-v2 .form-row-inline label {
  flex-shrink: 0;
  font-size: var(--text-body);
  color: #005453;
  font-weight: 500;
}
.contact-section-v2 .form-row-inline input {
  flex: 1;
  max-width: 60%;
  min-width: 0;
  height: 52px;
  padding: 0 18px;
  border: 1px solid rgba(0, 84, 83, 0.15);
  border-radius: var(--radius-lg);
  background-color: #e8f0ef;
  color: #005453;
  font-size: var(--text-body);
  outline: none;
  transition: all 0.3s ease;
}
.contact-section-v2 .form-row-inline input:focus {
  border-color: #005453;
  background-color: #fff;
  box-shadow: 0 0 0 3px rgba(0, 84, 83, 0.15);
}
.contact-section-v2 .form-row-inline input::placeholder {
  color: rgba(0, 84, 83, 0.45);
}
.contact-section-v2 .btn-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  padding: 0 40px;
  margin-top: 10px;
  border: none;
  border-radius: var(--radius-lg);
  background-color: #005453;
  color: #fff;
  font-size: var(--text-btn);
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}
.contact-section-v2 .btn-submit:hover {
  background-color: #007a78;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 84, 83, 0.25);
}

/* Right image card */
.contact-section-v2 .contact-image-card {
  position: relative;
  text-align: right;
  line-height: 0;
}
.contact-section-v2 .image-card-panel {
  display: block;
  width: 100%;
  background-color: #fff;
  padding: 32px 0 0 32px;
  border-radius: 24px 0 0 0;
  box-shadow: -8px -8px 20px rgba(0, 0, 0, 0.15), 0 -8px 20px rgba(0, 0, 0, 0.15);
}
.contact-section-v2 .image-card-panel img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
  border-top: 32px solid #005453;
  border-left: 32px solid #005453;
  border-bottom: none;
  border-top-left-radius: 24px;
}

@media (max-width: 1199px) {
  .contact-section-v2 {
    padding: 80px 0;
  }
}

@media (max-width: 991px) {
  .contact-section-v2 {
    padding: 60px 0;
  }
  .contact-section-v2 .contact-image-card {
    margin-top: 20px;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .contact-section-v2 {
    padding: 50px 0;
  }
  .contact-section-v2 .contact-form-simple .form-title {
    font-size: 28px;
    margin-bottom: 26px;
  }
  .contact-section-v2 .form-row-inline {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
  .contact-section-v2 .form-row-inline input {
    width: 100%;
  }
  .contact-section-v2 .btn-submit {
    width: 100%;
  }
  .contact-section-v2 .contact-image-card {
    margin-top: 16px;
    text-align: center;
  }
}

/*========================
  Booking Modal
========================*/
.modal-overlay{
  position:fixed;inset:0;z-index:300;
  background:rgba(10,26,20,.55);
  backdrop-filter:blur(3px);
  display:flex;align-items:center;justify-content:center;
  padding:24px;
  opacity:0;pointer-events:none;
  transition:opacity .28s ease;
}
.modal-overlay.open{opacity:1;pointer-events:auto;}
.modal-card{
  position:relative;width:100%;max-width:560px;
  background:var(--cream);border-radius:var(--radius-md);overflow:hidden;
  box-shadow:0 40px 80px -20px rgba(0,0,0,.5);
  transform:translateY(14px) scale(.97);opacity:0;
  transition:transform .32s cubic-bezier(.2,.8,.2,1), opacity .28s ease;
  max-height:88vh;overflow-y:auto;
}
.modal-overlay.open .modal-card{transform:translateY(0) scale(1);opacity:1;}

.modal-head{
  position:relative;padding:18px 24px 26px;
  background:linear-gradient(120deg,var(--green-deep) 0%,var(--green-primary) 60%,var(--green-mid) 100%);
  color:#fff;overflow:hidden;
}
.modal-head .bignum{
  position:absolute;right:-14px;top:-16px;
  font-family:"Noto Serif SC",serif;font-weight:900;font-size:96px;line-height:1;
  color:rgba(255,255,255,.07);pointer-events:none;
}
.modal-close{
  position:absolute;top:12px;right:12px;
  width:28px;height:28px;border-radius:50%;
  background:rgba(255,255,255,.14);border:none;color:#fff;
  display:flex;align-items:center;justify-content:center;cursor:pointer;
  font-size:15px;line-height:1;transition:background .2s;
}
.modal-close:hover{background:rgba(255,255,255,.28);}
.modal-head .eyebrow2{
  font-size:11px;letter-spacing:.22em;text-transform:uppercase;
  color:var(--gold-light);font-weight:600;margin-bottom:6px;position:relative;
}
.modal-head h3{
  font-family:"Noto Serif SC",serif;font-size:19px;font-weight:700;
  line-height:1.4;position:relative;max-width:320px;color:#fff;
}

.modal-body{padding:24px 28px 28px;margin-top:-24px;position:relative;}
.modal-form-panel{
  background:var(--white);border-radius:var(--radius-md);padding:22px 20px 6px;
  box-shadow:0 12px 28px -16px rgba(18,60,48,.25);
  border:1px solid var(--line);
}
.m-field{margin-bottom:15px;}
.m-field label{
  display:block;font-size:12px;color:var(--ink-soft);margin-bottom:6px;font-weight:500;
}
.m-field label .req{color:var(--gold);margin-left:2px;}
.m-field input,.m-field select,.m-field textarea{
  width:100%;padding:11px 13px;border-radius:var(--radius-sm);
  border:1px solid var(--line);background:var(--cream);
  font-size:14px;font-family:inherit;color:var(--ink);
}
.m-field input:focus,.m-field select:focus,.m-field textarea:focus{
  outline:none;border-color:var(--green-primary);
  box-shadow:0 0 0 3px rgba(31,92,70,.12);
}
.m-field textarea{resize:none;height:64px;}
.m-row{display:grid;grid-template-columns:1fr 1fr;gap:12px;}

.m-chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:2px;}
.m-chip{
  font-size:12.5px;padding:7px 13px;border-radius:999px;
  border:1px solid var(--line);background:var(--cream);color:var(--ink-soft);
  cursor:pointer;transition:all .18s;
}
.m-chip.active{
  background:var(--green-primary);border-color:var(--green-primary);color:#fff;
}
.m-select{margin-top:10px;}

.modal-submit{
  width:100%;justify-content:center;background:var(--gold);
  padding:13px;font-size:14.5px;margin:18px 0 20px;
}
.modal-submit:hover{background:var(--gold-light);color:var(--green-deep);}

.modal-alt{
  display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;
  font-size:12px;color:var(--ink-soft);margin-top:-6px;padding-bottom:20px;
}
.modal-alt b{color:var(--green-primary);font-family:"Noto Serif SC",serif;font-size:14px;}
.modal-alt .sep2{display:none;}

.modal-success{
  display:none;flex-direction:column;align-items:center;text-align:center;
  padding:50px 28px 44px;
}
.modal-success.show{display:flex;}
.modal-success .ok-ic{
  width:56px;height:56px;border-radius:50%;background:var(--sage-bg-2);
  display:flex;align-items:center;justify-content:center;margin-bottom:18px;color:var(--green-primary);
}
.modal-success h4{font-family:"Noto Serif SC",serif;font-size:19px;color:var(--green-deep);margin-bottom:8px;}
.modal-success p{font-size:13px;color:var(--ink-soft);}

@media (max-width: 576px) {
  .modal-card{max-width:100%;}
  .m-row{grid-template-columns:1fr;}
}

/* ===== 画廊灯箱 Lightbox ===== */
/* 移除 .modal 自身背景/模糊，改由 Bootstrap 原生 .modal-backdrop 提供暗色遮罩；
   强制 pointer-events 与超高 z-index（配合 JS 把灯箱移到 body 末尾），防止点击被拦截 */
#galleryLightbox.show {
  pointer-events: auto !important;
  z-index: 2147483000 !important;
}
#galleryLightbox .modal-content,
#galleryLightbox .lb-nav,
#galleryLightbox #lbImg {
  pointer-events: auto !important;
}
#galleryLightbox .lb-nav {
  z-index: 10 !important;
}
#galleryLightbox .modal-dialog {
  max-width: 90vw;
}

/* 关闭按钮：在大图下方居中 */
.lb-close {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: none;
  background: #fff;
  color: #005453;
  font-size: 22px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(0,0,0,0.25);
  transition: transform .2s;
}
.lb-close:hover {
  transform: scale(1.1);
}

.lb-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.92);
  color: #005453;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .2s, transform .2s;
  z-index: 5;
  box-shadow: 0 4px 16px rgba(0,0,0,0.15);
}
.lb-nav:hover {
  background: #fff;
  transform: translateY(-50%) scale(1.08);
}
.lb-prev { left: -26px; }
.lb-next { right: -26px; }

/* 灯箱大图统一尺寸：16:9 比例，小图放大、大图裁剪缩放 */
.lb-img-wrap {
  position: relative;
  width: 100%;
  max-width: min(1000px, calc(70vh * 16 / 9));
  margin: 0 auto;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: var(--radius-sm);
  background-color: #000;
}

#lbImg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 768px) {
  .lb-close { width: 42px; height: 42px; font-size: 18px; }
  .lb-nav { width: 42px; height: 42px; font-size: 15px; }
  .lb-prev { left: 6px; }
  .lb-next { right: 6px; }
  #galleryLightbox .modal-dialog { max-width: 96vw; }
}

/* 画廊缩略图悬浮效果 */
.gallery-item img {
  cursor: zoom-in;
  transition: transform .35s ease, box-shadow .35s ease;
  border-radius: var(--radius-sm);
  pointer-events: auto;
}
.gallery-item img:hover {
  transform: scale(1.04);
  box-shadow: 0 10px 30px rgba(0, 84, 83, 0.18);
}
.swiper-slide img[data-gallery-trigger] {
  pointer-events: auto !important;
}
.rounded-8 { border-radius: var(--radius-sm); }

/* ===================== 内页 Banner：中文垂直居中 + 英文水印下沉贴底边 ===================== */
.page-title {
  height: 524px;
  min-height: 524px;
  box-sizing: border-box;
  padding-top: 115px;
}
.page-title .container-fluid {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-title .title-outer {
  position: relative;
  z-index: 1;
}
.page-title .title {
  margin-bottom: 0;
}
.page-title .subtitle-en {
  font-family: "Noto Sans", "Noto Sans SC", "Noto Sans Thai", sans-serif;
  font-size: clamp(64px, 9vw, 130px);
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.18);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0.1em);
  margin: 0;
  pointer-events: none;
  white-space: nowrap;
  z-index: 0;
}
@media (max-width: 767.98px) {
  .page-title .subtitle-en {
    font-size: clamp(48px, 14vw, 80px);
  }
  .page-title {
    height: 420px;
    min-height: 420px;
  }
}

/* ===================== 头部导航「我们的服务」二级菜单（PC 端） ===================== */
@media (min-width: 1024px) {
  .main-menu .navigation > li.dropdown > ul.submenu,
  .sticky-header .navigation > li.dropdown > ul.submenu {
    position: absolute;
    top: 100%;
    left: 0;
    width: max-content;
    min-width: 240px;
    margin-top: 0;
    padding: 8px 0;
    background: var(--theme-color-white);
    border-radius: var(--radius-md);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
    z-index: 100;
  }
  .main-menu .navigation > li.dropdown:hover > ul.submenu,
  .sticky-header .navigation > li.dropdown:hover > ul.submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .main-menu .navigation > li.dropdown > ul.submenu > li,
  .sticky-header .navigation > li.dropdown > ul.submenu > li {
    position: relative;
  }
  .main-menu .navigation > li.dropdown > ul.submenu > li > a,
  .sticky-header .navigation > li.dropdown > ul.submenu > li > a {
    display: block;
    padding: 10px 20px;
    color: #333;
    font-size: 15px;
    white-space: nowrap;
    transition: color 0.2s ease, background 0.2s ease;
  }
  .main-menu .navigation > li.dropdown > ul.submenu > li > a:hover,
  .sticky-header .navigation > li.dropdown > ul.submenu > li > a:hover {
    color: var(--theme-color1);
    background: rgba(0, 84, 83, 0.06);
  }
  .main-menu .navigation > li.dropdown > ul.submenu > li.current > a,
  .sticky-header .navigation > li.dropdown > ul.submenu > li.current > a {
    color: var(--theme-color1);
    font-weight: 600;
  }
  /* PC 端隐藏移动端用的展开小箭头 */
  .navigation li.dropdown .dropdown-btn {
    display: none;
  }
}