@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
* {
  padding: 0;
  margin: 0;
}

:root {
  --white: #ffffff;
  --white-5: rgb(255, 255, 255, 0.05);
  --white-10: rgb(255, 255, 255, 0.1);
  --white-12: rgb(255, 255, 255, 0.12);
  --white-15: rgb(255, 255, 255, 0.15);
  --white-20: rgb(255, 255, 255, 0.2);
  --white-60: rgb(255, 255, 255, 0.6);
  --white-70: rgb(255, 255, 255, 0.7);
  --white-80: rgb(255, 255, 255, 0.8);
  --black: #000000;
  --button: #ff521c;
  --button-5: rgba(255, 82, 28, 0.05);
  --button-16: rgba(255, 82, 28, 0.16);
  --title-text: #0e191e;
  --para-text: #5b5b5b;
  --white-para: #cfd1d2;
  --frame: #f6f6f6;
  --stroke: #f5f5f5;
  --black-stroke: #e7e8e8;
  --white-stroke: #3c4548;
  --bg: #fff9ee;
  --icon-color: #103e13;
  --frame-border: #f2f2f2;
  --process-one: #1a2529;
  --sidebar-text: #0e191e;
  --sidebar-active: #f6f6f6;
  --scroll-track: #efefef;
  --scroll-thumb: #dadada;
  --title-text-10: rgba(14, 25, 30, 0.1);
  --neutrals-100: #e8ebed;
  --warning-50: #fefce8;
  --success-500: #22c55e;
  --success-100: #dcfce7;
  --task-progress: #7a5af8;
  --task-done: #12b76a;
  --task-pending: #fd8900;
  --task-review: #007aff;
  --task-label-bg-1: #e5f0fb;
  --task-label-text-1: #007aff;
  --task-label-bg-2: rgb(255 136 0 / 10%);
  --task-label-text-2: #fd8900;
  --task-label-bg-3: rgb(18 183 106 / 10%);
  --task-label-text-3: #12b76a;
  --color2-10: rgb(253 182 0 / 10%);
  --green-10: rgb(18 183 106 / 10%);
  --color1-10: rgb(253 76 0 / 10%);
  --main-color-10: rgb(0 122 255 / 10%);
  --purple-10: rgb(122 90 248 / 10%);
  --badge-deactivate-bg: #ececec;
  --badge-deactivate-text: rgba(14, 25, 30, 0.4);
  --badge-open-bg: rgba(59, 83, 240, 0.1);
  --badge-open-text: #3b53f0;
  --badge-pending-bg: rgba(255, 82, 28, 0.08);
  --badge-pending-text: #ff521c;
  --badge-closed-bg: rgba(255, 82, 28, 0.2);
  --badge-closed-text: #ff521c;
  --badge-trashed-bg: rgba(230, 124, 0, 0.1);
  --badge-trashed-text: #e67c00;
  --badge-working-bg: rgba(255, 82, 28, 0.08);
  --badge-working-text: #ff521c;
  --badge-trackOrder-bg: rgba(255, 183, 28, 0.08);
  --badge-trackOrder-text: #ffb71c;
}

.theme-two {
  --button: #4caf4f;
  --button-5: rgba(76, 175, 79, 0.05);
  --button-16: rgba(76, 175, 79, 0.16);
  --title-text: #263238;
  --para-text: #717171;
  --white-para: #bec1c3;
  --frame: #f5f7fa;
  --black-stroke: #e0e2e5;
  --white-stroke: #747c80;
  --bg: #f5f7fa;
  --process-one: #3b464c;
}

.theme-three {
  --button: #794aff;
  --button-5: rgba(121, 74, 255, 0.05);
  --button-16: rgba(121, 74, 255, 0.16);
  --title-text: #101828;
  --para-text: #70747e;
  --white-para: #cfd1d4;
  --frame: #f9fafb;
  --black-stroke: #e2e3e6;
  --white-stroke: #3e4451;
  --bg: #ffffff;
}

/* Font size */
.fs-0 {
  font-size: 0rem !important;
}

.fs-10 {
  font-size: 0.625rem !important;
}

.fs-11 {
  font-size: 0.6875rem !important;
}

.fs-12 {
  font-size: 0.75rem !important;
}

.fs-13 {
  font-size: 0.8125rem !important;
}

.fs-14 {
  font-size: 0.875rem !important;
}

.fs-15 {
  font-size: 0.9375rem !important;
}

.fs-16 {
  font-size: 1rem !important;
}

.fs-17 {
  font-size: 1.0625rem !important;
}

.fs-18 {
  font-size: 1.125rem !important;
}

.fs-19 {
  font-size: 1.1875rem !important;
}

.fs-20 {
  font-size: 1.25rem !important;
}

.fs-21 {
  font-size: 1.3125rem !important;
}

.fs-22 {
  font-size: 1.375rem !important;
}

.fs-23 {
  font-size: 1.4375rem !important;
}

.fs-24 {
  font-size: 1.5rem !important;
}

.fs-25 {
  font-size: 1.5625rem !important;
}

.fs-26 {
  font-size: 1.625rem !important;
}

.fs-27 {
  font-size: 1.6875rem !important;
}

.fs-28 {
  font-size: 1.75rem !important;
}

.fs-29 {
  font-size: 1.8125rem !important;
}

.fs-30 {
  font-size: 1.875rem !important;
}

.fs-31 {
  font-size: 1.9375rem !important;
}

.fs-32 {
  font-size: 2rem !important;
}

@media screen and (min-width: 576px) {
  .fs-sm-0 {
    font-size: 0rem !important;
  }
}

/* Font weight */
.fw-100 {
  font-weight: 100;
}

.fw-200 {
  font-weight: 200;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}

.fw-1000 {
  font-weight: 1000;
}

/* Line Height */
.lh-0 {
  line-height: 0rem !important;
}

.lh-10 {
  line-height: 0.625rem !important;
}

.lh-11 {
  line-height: 0.6875rem !important;
}

.lh-12 {
  line-height: 0.75rem !important;
}

.lh-13 {
  line-height: 0.8125rem !important;
}

.lh-14 {
  line-height: 0.875rem !important;
}

.lh-15 {
  line-height: 0.9375rem !important;
}

.lh-16 {
  line-height: 1rem !important;
}

.lh-17 {
  line-height: 1.0625rem !important;
}

.lh-18 {
  line-height: 1.125rem !important;
}

.lh-19 {
  line-height: 1.1875rem !important;
}

.lh-20 {
  line-height: 1.25rem !important;
}

.lh-21 {
  line-height: 1.3125rem !important;
}

.lh-22 {
  line-height: 1.375rem !important;
}

.lh-23 {
  line-height: 1.4375rem !important;
}

.lh-24 {
  line-height: 1.5rem !important;
}

.lh-25 {
  line-height: 1.5625rem !important;
}

.lh-26 {
  line-height: 1.625rem !important;
}

.lh-27 {
  line-height: 1.6875rem !important;
}

.lh-28 {
  line-height: 1.75rem !important;
}

.lh-29 {
  line-height: 1.8125rem !important;
}

.lh-30 {
  line-height: 1.875rem !important;
}

.lh-31 {
  line-height: 1.9375rem !important;
}

.lh-32 {
  line-height: 2rem !important;
}

.lh-33 {
  line-height: 2.0625rem !important;
}

.lh-34 {
  line-height: 2.125rem !important;
}

.lh-35 {
  line-height: 2.1875rem !important;
}

.lh-36 {
  line-height: 2.25rem !important;
}

.lh-37 {
  line-height: 2.3125rem !important;
}

.lh-38 {
  line-height: 2.375rem !important;
}

@media screen and (min-width: 576px) {
  .lh-sm-0 {
    line-height: 0rem !important;
  }
}

/* Letter Spacing */
.ls-1 {
  letter-spacing: 0.0625rem;
}

/* text justify */
.text-justify {
  text-align: justify;
}

.text-white {
  color: var(--white) !important;
}

.text-white-5 {
  color: var(--white-5) !important;
}

.text-white-10 {
  color: var(--white-10) !important;
}

.text-white-15 {
  color: var(--white-15) !important;
}

.text-white-20 {
  color: var(--white-20) !important;
}

.text-white-60 {
  color: var(--white-60) !important;
}

.text-white-70 {
  color: var(--white-70) !important;
}

.text-white-80 {
  color: var(--white-80) !important;
}

.text-black {
  color: var(--black) !important;
}

.text-button {
  color: var(--button) !important;
}

.text-button-5 {
  color: var(--button-5) !important;
}

.text-button-16 {
  color: var(--button-16) !important;
}

.text-title-text {
  color: var(--title-text) !important;
}

.text-para-text {
  color: var(--para-text) !important;
}

.text-white-para {
  color: var(--white-para) !important;
}

.text-frame {
  color: var(--frame) !important;
}

.text-stroke {
  color: var(--stroke) !important;
}

.text-black-stroke {
  color: var(--black-stroke) !important;
}

.text-white-stroke {
  color: var(--white-stroke) !important;
}

.text-bg {
  color: var(--bg) !important;
}

.text-icon-color {
  color: var(--icon-color) !important;
}

.text-process-one {
  color: var(--process-one) !important;
}

.text-sidebar-text {
  color: var(--sidebar-text) !important;
}

.text-sidebar-active {
  color: var(--sidebar-active) !important;
}

.text-scroll-track {
  color: var(--scroll-track) !important;
}

.text-scroll-thumb {
  color: var(--scroll-thumb) !important;
}

.text-title-text-10 {
  color: var(--title-text-10) !important;
}

.text-task-progress {
  color: var(--task-progress) !important;
}

.text-task-done {
  color: var(--task-done) !important;
}

.text-task-pending {
  color: var(--task-pending) !important;
}

.text-task-review {
  color: var(--task-review) !important;
}

.text-task-label-bg-1 {
  color: var(--task-label-bg-1) !important;
}

.text-task-label-text-1 {
  color: var(--task-label-text-1) !important;
}

.text-task-label-bg-2 {
  color: var(--task-label-bg-2) !important;
}

.text-task-label-text-2 {
  color: var(--task-label-text-2) !important;
}

.text-task-label-bg-3 {
  color: var(--task-label-bg-3) !important;
}

.text-task-label-text-3 {
  color: var(--task-label-text-3) !important;
}

.text-color2-10 {
  color: var(--color2-10) !important;
}

.text-green-10 {
  color: var(--green-10) !important;
}

.text-color1-10 {
  color: var(--color1-10) !important;
}

.text-main-color-10 {
  color: var(--main-color-10) !important;
}

.text-purple-10 {
  color: var(--purple-10) !important;
}

.text-badge-deactivate-bg {
  color: var(--badge-deactivate-bg) !important;
}

.text-badge-deactivate-text {
  color: var(--badge-deactivate-text) !important;
}

.text-badge-open-bg {
  color: var(--badge-open-bg) !important;
}

.text-badge-open-text {
  color: var(--badge-open-text) !important;
}

.text-badge-pending-bg {
  color: var(--badge-pending-bg) !important;
}

.text-badge-pending-text {
  color: var(--badge-pending-text) !important;
}

.text-badge-closed-bg {
  color: var(--badge-closed-bg) !important;
}

.text-badge-closed-text {
  color: var(--badge-closed-text) !important;
}

.text-badge-trashed-bg {
  color: var(--badge-trashed-bg) !important;
}

.text-badge-trashed-text {
  color: var(--badge-trashed-text) !important;
}

.text-badge-working-bg {
  color: var(--badge-working-bg) !important;
}

.text-badge-working-text {
  color: var(--badge-working-text) !important;
}

.text-badge-trackOrder-bg {
  color: var(--badge-trackOrder-bg) !important;
}

.text-badge-trackOrder-text {
  color: var(--badge-trackOrder-text) !important;
}

/* Background Color */
.bg-white {
  background-color: var(--white) !important;
}

.bg-white-5 {
  background-color: var(--white-5) !important;
}

.bg-white-10 {
  background-color: var(--white-10) !important;
}

.bg-white-15 {
  background-color: var(--white-15) !important;
}

.bg-white-20 {
  background-color: var(--white-20) !important;
}

.bg-white-60 {
  background-color: var(--white-60) !important;
}

.bg-white-70 {
  background-color: var(--white-70) !important;
}

.bg-white-80 {
  background-color: var(--white-80) !important;
}

.bg-black {
  background-color: var(--black) !important;
}

.bg-button {
  background-color: var(--button) !important;
}

.bg-button-5 {
  background-color: var(--button-5) !important;
}

.bg-button-16 {
  background-color: var(--button-16) !important;
}

.bg-title-text {
  background-color: var(--title-text) !important;
}

.bg-para-text {
  background-color: var(--para-text) !important;
}

.bg-white-para {
  background-color: var(--white-para) !important;
}

.bg-frame {
  background-color: var(--frame) !important;
}

.bg-stroke {
  background-color: var(--stroke) !important;
}

.bg-black-stroke {
  background-color: var(--black-stroke) !important;
}

.bg-white-stroke {
  background-color: var(--white-stroke) !important;
}

.bg-bg {
  background-color: var(--bg) !important;
}

.bg-icon-color {
  background-color: var(--icon-color) !important;
}

.bg-process-one {
  background-color: var(--process-one) !important;
}

.bg-sidebar-text {
  background-color: var(--sidebar-text) !important;
}

.bg-sidebar-active {
  background-color: var(--sidebar-active) !important;
}

.bg-scroll-track {
  background-color: var(--scroll-track) !important;
}

.bg-scroll-thumb {
  background-color: var(--scroll-thumb) !important;
}

.bg-title-text-10 {
  background-color: var(--title-text-10) !important;
}

.bg-task-progress {
  background-color: var(--task-progress) !important;
}

.bg-task-done {
  background-color: var(--task-done) !important;
}

.bg-task-pending {
  background-color: var(--task-pending) !important;
}

.bg-task-review {
  background-color: var(--task-review) !important;
}

.bg-task-label-bg-1 {
  background-color: var(--task-label-bg-1) !important;
}

.bg-task-label-text-1 {
  background-color: var(--task-label-text-1) !important;
}

.bg-task-label-bg-2 {
  background-color: var(--task-label-bg-2) !important;
}

.bg-task-label-text-2 {
  background-color: var(--task-label-text-2) !important;
}

.bg-task-label-bg-3 {
  background-color: var(--task-label-bg-3) !important;
}

.bg-task-label-text-3 {
  background-color: var(--task-label-text-3) !important;
}

.bg-color2-10 {
  background-color: var(--color2-10) !important;
}

.bg-green-10 {
  background-color: var(--green-10) !important;
}

.bg-color1-10 {
  background-color: var(--color1-10) !important;
}

.bg-main-color-10 {
  background-color: var(--main-color-10) !important;
}

.bg-purple-10 {
  background-color: var(--purple-10) !important;
}

.bg-badge-deactivate-bg {
  background-color: var(--badge-deactivate-bg) !important;
}

.bg-badge-deactivate-text {
  background-color: var(--badge-deactivate-text) !important;
}

.bg-badge-open-bg {
  background-color: var(--badge-open-bg) !important;
}

.bg-badge-open-text {
  background-color: var(--badge-open-text) !important;
}

.bg-badge-pending-bg {
  background-color: var(--badge-pending-bg) !important;
}

.bg-badge-pending-text {
  background-color: var(--badge-pending-text) !important;
}

.bg-badge-closed-bg {
  background-color: var(--badge-closed-bg) !important;
}

.bg-badge-closed-text {
  background-color: var(--badge-closed-text) !important;
}

.bg-badge-trashed-bg {
  background-color: var(--badge-trashed-bg) !important;
}

.bg-badge-trashed-text {
  background-color: var(--badge-trashed-text) !important;
}

.bg-badge-working-bg {
  background-color: var(--badge-working-bg) !important;
}

.bg-badge-working-text {
  background-color: var(--badge-working-text) !important;
}

.bg-badge-trackOrder-bg {
  background-color: var(--badge-trackOrder-bg) !important;
}

.bg-badge-trackOrder-text {
  background-color: var(--badge-trackOrder-text) !important;
}

/* Border Color */
.bd-c-white {
  border-color: var(--white) !important;
}

.bd-c-white-5 {
  border-color: var(--white-5) !important;
}

.bd-c-white-10 {
  border-color: var(--white-10) !important;
}

.bd-c-white-15 {
  border-color: var(--white-15) !important;
}

.bd-c-white-20 {
  border-color: var(--white-20) !important;
}

.bd-c-white-60 {
  border-color: var(--white-60) !important;
}

.bd-c-white-70 {
  border-color: var(--white-70) !important;
}

.bd-c-white-80 {
  border-color: var(--white-80) !important;
}

.bd-c-black {
  border-color: var(--black) !important;
}

.bd-c-button {
  border-color: var(--button) !important;
}

.bd-c-button-5 {
  border-color: var(--button-5) !important;
}

.bd-c-button-16 {
  border-color: var(--button-16) !important;
}

.bd-c-title-text {
  border-color: var(--title-text) !important;
}

.bd-c-para-text {
  border-color: var(--para-text) !important;
}

.bd-c-white-para {
  border-color: var(--white-para) !important;
}

.bd-c-frame {
  border-color: var(--frame) !important;
}

.bd-c-stroke {
  border-color: var(--stroke) !important;
}

.bd-c-black-stroke {
  border-color: var(--black-stroke) !important;
}

.bd-c-white-stroke {
  border-color: var(--white-stroke) !important;
}

.bd-c-bg {
  border-color: var(--bg) !important;
}

.bd-c-icon-color {
  border-color: var(--icon-color) !important;
}

.bd-c-process-one {
  border-color: var(--process-one) !important;
}

.bd-c-sidebar-text {
  border-color: var(--sidebar-text) !important;
}

.bd-c-sidebar-active {
  border-color: var(--sidebar-active) !important;
}

.bd-c-scroll-track {
  border-color: var(--scroll-track) !important;
}

.bd-c-scroll-thumb {
  border-color: var(--scroll-thumb) !important;
}

.bd-c-title-text-10 {
  border-color: var(--title-text-10) !important;
}

.bd-c-task-progress {
  border-color: var(--task-progress) !important;
}

.bd-c-task-done {
  border-color: var(--task-done) !important;
}

.bd-c-task-pending {
  border-color: var(--task-pending) !important;
}

.bd-c-task-review {
  border-color: var(--task-review) !important;
}

.bd-c-task-label-bg-1 {
  border-color: var(--task-label-bg-1) !important;
}

.bd-c-task-label-text-1 {
  border-color: var(--task-label-text-1) !important;
}

.bd-c-task-label-bg-2 {
  border-color: var(--task-label-bg-2) !important;
}

.bd-c-task-label-text-2 {
  border-color: var(--task-label-text-2) !important;
}

.bd-c-task-label-bg-3 {
  border-color: var(--task-label-bg-3) !important;
}

.bd-c-task-label-text-3 {
  border-color: var(--task-label-text-3) !important;
}

.bd-c-color2-10 {
  border-color: var(--color2-10) !important;
}

.bd-c-green-10 {
  border-color: var(--green-10) !important;
}

.bd-c-color1-10 {
  border-color: var(--color1-10) !important;
}

.bd-c-main-color-10 {
  border-color: var(--main-color-10) !important;
}

.bd-c-purple-10 {
  border-color: var(--purple-10) !important;
}

.bd-c-badge-deactivate-bg {
  border-color: var(--badge-deactivate-bg) !important;
}

.bd-c-badge-deactivate-text {
  border-color: var(--badge-deactivate-text) !important;
}

.bd-c-badge-open-bg {
  border-color: var(--badge-open-bg) !important;
}

.bd-c-badge-open-text {
  border-color: var(--badge-open-text) !important;
}

.bd-c-badge-pending-bg {
  border-color: var(--badge-pending-bg) !important;
}

.bd-c-badge-pending-text {
  border-color: var(--badge-pending-text) !important;
}

.bd-c-badge-closed-bg {
  border-color: var(--badge-closed-bg) !important;
}

.bd-c-badge-closed-text {
  border-color: var(--badge-closed-text) !important;
}

.bd-c-badge-trashed-bg {
  border-color: var(--badge-trashed-bg) !important;
}

.bd-c-badge-trashed-text {
  border-color: var(--badge-trashed-text) !important;
}

.bd-c-badge-working-bg {
  border-color: var(--badge-working-bg) !important;
}

.bd-c-badge-working-text {
  border-color: var(--badge-working-text) !important;
}

.bd-c-badge-trackOrder-bg {
  border-color: var(--badge-trackOrder-bg) !important;
}

.bd-c-badge-trackOrder-text {
  border-color: var(--badge-trackOrder-text) !important;
}

.z-index-1 {
  z-index: 1;
}

.z-index-2 {
  z-index: 2;
}

.z-index-3 {
  z-index: 3;
}

.z-index-4 {
  z-index: 4;
}

.z-index-5 {
  z-index: 5;
}

/* Padding */
.p-0 {
  padding: 0rem !important;
}

.p-1 {
  padding: 0.0625rem !important;
}

.p-2 {
  padding: 0.125rem !important;
}

.p-3 {
  padding: 0.1875rem !important;
}

.p-4 {
  padding: 0.25rem !important;
}

.p-5 {
  padding: 0.3125rem !important;
}

.p-6 {
  padding: 0.375rem !important;
}

.p-7 {
  padding: 0.4375rem !important;
}

.p-8 {
  padding: 0.5rem !important;
}

.p-9 {
  padding: 0.5625rem !important;
}

.p-10 {
  padding: 0.625rem !important;
}

.p-11 {
  padding: 0.6875rem !important;
}

.p-12 {
  padding: 0.75rem !important;
}

.p-13 {
  padding: 0.8125rem !important;
}

.p-14 {
  padding: 0.875rem !important;
}

.p-15 {
  padding: 0.9375rem !important;
}

.p-16 {
  padding: 1rem !important;
}

.p-17 {
  padding: 1.0625rem !important;
}

.p-18 {
  padding: 1.125rem !important;
}

.p-19 {
  padding: 1.1875rem !important;
}

.p-20 {
  padding: 1.25rem !important;
}

.p-21 {
  padding: 1.3125rem !important;
}

.p-22 {
  padding: 1.375rem !important;
}

.p-23 {
  padding: 1.4375rem !important;
}

.p-24 {
  padding: 1.5rem !important;
}

.p-25 {
  padding: 1.5625rem !important;
}

.p-26 {
  padding: 1.625rem !important;
}

.p-27 {
  padding: 1.6875rem !important;
}

.p-28 {
  padding: 1.75rem !important;
}

.p-29 {
  padding: 1.8125rem !important;
}

.p-30 {
  padding: 1.875rem !important;
}

@media screen and (min-width: 576px) {
  .p-sm-25 {
    padding: 1.5625rem !important;
  }
}

@media screen and (min-width: 576px) {
  .p-sm-30 {
    padding: 1.875rem !important;
  }
}

@media screen and (min-width: 768px) {
  .p-md-25 {
    padding: 1.5625rem !important;
  }
}

@media screen and (min-width: 768px) {
  .p-md-30 {
    padding: 1.875rem !important;
  }
}

@media screen and (min-width: 992px) {
  .p-lg-0 {
    padding: 0rem !important;
  }
}

/* Padding top & bottom */
.py-0 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}

.py-1 {
  padding-top: 0.0625rem !important;
  padding-bottom: 0.0625rem !important;
}

.py-2 {
  padding-top: 0.125rem !important;
  padding-bottom: 0.125rem !important;
}

.py-3 {
  padding-top: 0.1875rem !important;
  padding-bottom: 0.1875rem !important;
}

.py-4 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-5 {
  padding-top: 0.3125rem !important;
  padding-bottom: 0.3125rem !important;
}

.py-6 {
  padding-top: 0.375rem !important;
  padding-bottom: 0.375rem !important;
}

.py-7 {
  padding-top: 0.4375rem !important;
  padding-bottom: 0.4375rem !important;
}

.py-8 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-9 {
  padding-top: 0.5625rem !important;
  padding-bottom: 0.5625rem !important;
}

.py-10 {
  padding-top: 0.625rem !important;
  padding-bottom: 0.625rem !important;
}

.py-11 {
  padding-top: 0.6875rem !important;
  padding-bottom: 0.6875rem !important;
}

.py-12 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.py-13 {
  padding-top: 0.8125rem !important;
  padding-bottom: 0.8125rem !important;
}

.py-14 {
  padding-top: 0.875rem !important;
  padding-bottom: 0.875rem !important;
}

.py-15 {
  padding-top: 0.9375rem !important;
  padding-bottom: 0.9375rem !important;
}

.py-16 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-17 {
  padding-top: 1.0625rem !important;
  padding-bottom: 1.0625rem !important;
}

.py-18 {
  padding-top: 1.125rem !important;
  padding-bottom: 1.125rem !important;
}

.py-19 {
  padding-top: 1.1875rem !important;
  padding-bottom: 1.1875rem !important;
}

.py-20 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.py-21 {
  padding-top: 1.3125rem !important;
  padding-bottom: 1.3125rem !important;
}

.py-22 {
  padding-top: 1.375rem !important;
  padding-bottom: 1.375rem !important;
}

.py-23 {
  padding-top: 1.4375rem !important;
  padding-bottom: 1.4375rem !important;
}

.py-24 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-25 {
  padding-top: 1.5625rem !important;
  padding-bottom: 1.5625rem !important;
}

.py-26 {
  padding-top: 1.625rem !important;
  padding-bottom: 1.625rem !important;
}

.py-27 {
  padding-top: 1.6875rem !important;
  padding-bottom: 1.6875rem !important;
}

.py-28 {
  padding-top: 1.75rem !important;
  padding-bottom: 1.75rem !important;
}

.py-29 {
  padding-top: 1.8125rem !important;
  padding-bottom: 1.8125rem !important;
}

.py-30 {
  padding-top: 1.875rem !important;
  padding-bottom: 1.875rem !important;
}

@media screen and (min-width: 576px) {
  .py-sm-52 {
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important;
  }
}

/* Padding left & right */
.px-0 {
  padding-left: 0rem !important;
  padding-right: 0rem !important;
}

.px-1 {
  padding-left: 0.0625rem !important;
  padding-right: 0.0625rem !important;
}

.px-2 {
  padding-left: 0.125rem !important;
  padding-right: 0.125rem !important;
}

.px-3 {
  padding-left: 0.1875rem !important;
  padding-right: 0.1875rem !important;
}

.px-4 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.px-5 {
  padding-left: 0.3125rem !important;
  padding-right: 0.3125rem !important;
}

.px-6 {
  padding-left: 0.375rem !important;
  padding-right: 0.375rem !important;
}

.px-7 {
  padding-left: 0.4375rem !important;
  padding-right: 0.4375rem !important;
}

.px-8 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.px-9 {
  padding-left: 0.5625rem !important;
  padding-right: 0.5625rem !important;
}

.px-10 {
  padding-left: 0.625rem !important;
  padding-right: 0.625rem !important;
}

.px-11 {
  padding-left: 0.6875rem !important;
  padding-right: 0.6875rem !important;
}

.px-12 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.px-13 {
  padding-left: 0.8125rem !important;
  padding-right: 0.8125rem !important;
}

.px-14 {
  padding-left: 0.875rem !important;
  padding-right: 0.875rem !important;
}

.px-15 {
  padding-left: 0.9375rem !important;
  padding-right: 0.9375rem !important;
}

.px-16 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.px-17 {
  padding-left: 1.0625rem !important;
  padding-right: 1.0625rem !important;
}

.px-18 {
  padding-left: 1.125rem !important;
  padding-right: 1.125rem !important;
}

.px-19 {
  padding-left: 1.1875rem !important;
  padding-right: 1.1875rem !important;
}

.px-20 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}

.px-21 {
  padding-left: 1.3125rem !important;
  padding-right: 1.3125rem !important;
}

.px-22 {
  padding-left: 1.375rem !important;
  padding-right: 1.375rem !important;
}

.px-23 {
  padding-left: 1.4375rem !important;
  padding-right: 1.4375rem !important;
}

.px-24 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.px-25 {
  padding-left: 1.5625rem !important;
  padding-right: 1.5625rem !important;
}

.px-26 {
  padding-left: 1.625rem !important;
  padding-right: 1.625rem !important;
}

.px-27 {
  padding-left: 1.6875rem !important;
  padding-right: 1.6875rem !important;
}

.px-28 {
  padding-left: 1.75rem !important;
  padding-right: 1.75rem !important;
}

.px-29 {
  padding-left: 1.8125rem !important;
  padding-right: 1.8125rem !important;
}

.px-30 {
  padding-left: 1.875rem !important;
  padding-right: 1.875rem !important;
}

@media screen and (min-width: 576px) {
  .px-sm-25 {
    padding-left: 1.5625rem !important;
    padding-right: 1.5625rem !important;
  }
}

/* Padding top */
.pt-0 {
  padding-top: 0rem !important;
}

.pt-1 {
  padding-top: 0.0625rem !important;
}

.pt-2 {
  padding-top: 0.125rem !important;
}

.pt-3 {
  padding-top: 0.1875rem !important;
}

.pt-4 {
  padding-top: 0.25rem !important;
}

.pt-5 {
  padding-top: 0.3125rem !important;
}

.pt-6 {
  padding-top: 0.375rem !important;
}

.pt-7 {
  padding-top: 0.4375rem !important;
}

.pt-8 {
  padding-top: 0.5rem !important;
}

.pt-9 {
  padding-top: 0.5625rem !important;
}

.pt-10 {
  padding-top: 0.625rem !important;
}

.pt-11 {
  padding-top: 0.6875rem !important;
}

.pt-12 {
  padding-top: 0.75rem !important;
}

.pt-13 {
  padding-top: 0.8125rem !important;
}

.pt-14 {
  padding-top: 0.875rem !important;
}

.pt-15 {
  padding-top: 0.9375rem !important;
}

.pt-16 {
  padding-top: 1rem !important;
}

.pt-17 {
  padding-top: 1.0625rem !important;
}

.pt-18 {
  padding-top: 1.125rem !important;
}

.pt-19 {
  padding-top: 1.1875rem !important;
}

.pt-20 {
  padding-top: 1.25rem !important;
}

.pt-21 {
  padding-top: 1.3125rem !important;
}

.pt-22 {
  padding-top: 1.375rem !important;
}

.pt-23 {
  padding-top: 1.4375rem !important;
}

.pt-24 {
  padding-top: 1.5rem !important;
}

.pt-25 {
  padding-top: 1.5625rem !important;
}

.pt-26 {
  padding-top: 1.625rem !important;
}

.pt-27 {
  padding-top: 1.6875rem !important;
}

.pt-28 {
  padding-top: 1.75rem !important;
}

.pt-29 {
  padding-top: 1.8125rem !important;
}

.pt-30 {
  padding-top: 1.875rem !important;
}

@media screen and (min-width: 576px) {
  .pt-sm-0 {
    padding-top: 0rem !important;
  }
}

/* Padding bottom */
.pb-40 {
  padding-bottom: 2.5rem !important;
}

.pb-50 {
  padding-bottom: 3.125rem !important;
}

.pb-1 {
  padding-bottom: 0.0625rem !important;
}

.pb-2 {
  padding-bottom: 0.125rem !important;
}

.pb-3 {
  padding-bottom: 0.1875rem !important;
}

.pb-4 {
  padding-bottom: 0.25rem !important;
}

.pb-5 {
  padding-bottom: 0.3125rem !important;
}

.pb-6 {
  padding-bottom: 0.375rem !important;
}

.pb-7 {
  padding-bottom: 0.4375rem !important;
}

.pb-8 {
  padding-bottom: 0.5rem !important;
}

.pb-9 {
  padding-bottom: 0.5625rem !important;
}

.pb-10 {
  padding-bottom: 0.625rem !important;
}

.pb-11 {
  padding-bottom: 0.6875rem !important;
}

.pb-12 {
  padding-bottom: 0.75rem !important;
}

.pb-13 {
  padding-bottom: 0.8125rem !important;
}

.pb-14 {
  padding-bottom: 0.875rem !important;
}

.pb-15 {
  padding-bottom: 0.9375rem !important;
}

.pb-16 {
  padding-bottom: 1rem !important;
}

.pb-17 {
  padding-bottom: 1.0625rem !important;
}

.pb-18 {
  padding-bottom: 1.125rem !important;
}

.pb-19 {
  padding-bottom: 1.1875rem !important;
}

.pb-20 {
  padding-bottom: 1.25rem !important;
}

.pb-21 {
  padding-bottom: 1.3125rem !important;
}

.pb-22 {
  padding-bottom: 1.375rem !important;
}

.pb-23 {
  padding-bottom: 1.4375rem !important;
}

.pb-24 {
  padding-bottom: 1.5rem !important;
}

.pb-25 {
  padding-bottom: 1.5625rem !important;
}

.pb-26 {
  padding-bottom: 1.625rem !important;
}

.pb-27 {
  padding-bottom: 1.6875rem !important;
}

.pb-28 {
  padding-bottom: 1.75rem !important;
}

.pb-29 {
  padding-bottom: 1.8125rem !important;
}

.pb-30 {
  padding-bottom: 1.875rem !important;
}

@media screen and (min-width: 576px) {
  .pb-lg-9 {
    padding-bottom: 0.5625rem !important;
  }
}

@media screen and (min-width: 576px) {
  .pb-md-34 {
    padding-bottom: 2.125rem !important;
  }
}

@media screen and (min-width: 576px) {
  .pb-sm-0 {
    padding-bottom: 0rem !important;
  }
}

/* Padding Left */
.pl-0 {
  padding-left: 0rem !important;
}

.pl-1 {
  padding-left: 0.0625rem !important;
}

.pl-2 {
  padding-left: 0.125rem !important;
}

.pl-3 {
  padding-left: 0.1875rem !important;
}

.pl-4 {
  padding-left: 0.25rem !important;
}

.pl-5 {
  padding-left: 0.3125rem !important;
}

.pl-6 {
  padding-left: 0.375rem !important;
}

.pl-7 {
  padding-left: 0.4375rem !important;
}

.pl-8 {
  padding-left: 0.5rem !important;
}

.pl-9 {
  padding-left: 0.5625rem !important;
}

.pl-10 {
  padding-left: 0.625rem !important;
}

.pl-11 {
  padding-left: 0.6875rem !important;
}

.pl-12 {
  padding-left: 0.75rem !important;
}

.pl-13 {
  padding-left: 0.8125rem !important;
}

.pl-14 {
  padding-left: 0.875rem !important;
}

.pl-15 {
  padding-left: 0.9375rem !important;
}

.pl-16 {
  padding-left: 1rem !important;
}

.pl-17 {
  padding-left: 1.0625rem !important;
}

.pl-18 {
  padding-left: 1.125rem !important;
}

.pl-19 {
  padding-left: 1.1875rem !important;
}

.pl-20 {
  padding-left: 1.25rem !important;
}

.pl-21 {
  padding-left: 1.3125rem !important;
}

.pl-22 {
  padding-left: 1.375rem !important;
}

.pl-23 {
  padding-left: 1.4375rem !important;
}

.pl-24 {
  padding-left: 1.5rem !important;
}

.pl-25 {
  padding-left: 1.5625rem !important;
}

.pl-26 {
  padding-left: 1.625rem !important;
}

.pl-27 {
  padding-left: 1.6875rem !important;
}

.pl-28 {
  padding-left: 1.75rem !important;
}

.pl-29 {
  padding-left: 1.8125rem !important;
}

.pl-30 {
  padding-left: 1.875rem !important;
}

@media screen and (min-width: 1200px) {
  .pl-xl-0 {
    padding-left: 0rem !important;
  }
}

@media screen and (min-width: 576px) {
  .pl-sm-20 {
    padding-left: 1.25rem !important;
  }
}

/* Padding Right */
.pr-0 {
  padding-right: 0rem !important;
}

.pr-1 {
  padding-right: 0.0625rem !important;
}

.pr-2 {
  padding-right: 0.125rem !important;
}

.pr-3 {
  padding-right: 0.1875rem !important;
}

.pr-4 {
  padding-right: 0.25rem !important;
}

.pr-5 {
  padding-right: 0.3125rem !important;
}

.pr-6 {
  padding-right: 0.375rem !important;
}

.pr-7 {
  padding-right: 0.4375rem !important;
}

.pr-8 {
  padding-right: 0.5rem !important;
}

.pr-9 {
  padding-right: 0.5625rem !important;
}

.pr-10 {
  padding-right: 0.625rem !important;
}

.pr-11 {
  padding-right: 0.6875rem !important;
}

.pr-12 {
  padding-right: 0.75rem !important;
}

.pr-13 {
  padding-right: 0.8125rem !important;
}

.pr-14 {
  padding-right: 0.875rem !important;
}

.pr-15 {
  padding-right: 0.9375rem !important;
}

.pr-16 {
  padding-right: 1rem !important;
}

.pr-17 {
  padding-right: 1.0625rem !important;
}

.pr-18 {
  padding-right: 1.125rem !important;
}

.pr-19 {
  padding-right: 1.1875rem !important;
}

.pr-20 {
  padding-right: 1.25rem !important;
}

.top-10 {
  top: 10px;
}

.right-10 {
  right: 10px;
}

/* Shadow */
.sf-shadow {
  box-shadow: 0 0.25rem 1rem 0 var(--title-text-10);
}

/* Margin Left & Right */
.mx-0 {
  margin-left: 0rem !important;
  margin-right: 0rem !important;
}

/* Margin top */
.mt-0 {
  margin-top: 0rem !important;
}

.mt-1 {
  margin-top: 0.0625rem !important;
}

.mt-2 {
  margin-top: 0.125rem !important;
}

.mt-3 {
  margin-top: 0.1875rem !important;
}

.mt-4 {
  margin-top: 0.25rem !important;
}

.mt-5 {
  margin-top: 0.3125rem !important;
}

.mt-6 {
  margin-top: 0.375rem !important;
}

.mt-7 {
  margin-top: 0.4375rem !important;
}

.mt-8 {
  margin-top: 0.5rem !important;
}

.mt-9 {
  margin-top: 0.5625rem !important;
}

.mt-10 {
  margin-top: 0.625rem !important;
}

.mt-11 {
  margin-top: 0.6875rem !important;
}

.mt-12 {
  margin-top: 0.75rem !important;
}

.mt-13 {
  margin-top: 0.8125rem !important;
}

.mt-14 {
  margin-top: 0.875rem !important;
}

.mt-15 {
  margin-top: 0.9375rem !important;
}

.mt-16 {
  margin-top: 1rem !important;
}

.mt-17 {
  margin-top: 1.0625rem !important;
}

.mt-18 {
  margin-top: 1.125rem !important;
}

.mt-19 {
  margin-top: 1.1875rem !important;
}

.mt-20 {
  margin-top: 1.25rem !important;
}

.mt-21 {
  margin-top: 1.3125rem !important;
}

.mt-22 {
  margin-top: 1.375rem !important;
}

.mt-23 {
  margin-top: 1.4375rem !important;
}

.mt-24 {
  margin-top: 1.5rem !important;
}

.mt-25 {
  margin-top: 1.5625rem !important;
}

.mt-26 {
  margin-top: 1.625rem !important;
}

.mt-27 {
  margin-top: 1.6875rem !important;
}

.mt-28 {
  margin-top: 1.75rem !important;
}

.mt-29 {
  margin-top: 1.8125rem !important;
}

.mt-30 {
  margin-top: 1.875rem !important;
}

/* Margin right */
.mr-0 {
  margin-right: 0rem !important;
}

.mr-1 {
  margin-right: 0.0625rem !important;
}

.mr-2 {
  margin-right: 0.125rem !important;
}

.mr-3 {
  margin-right: 0.1875rem !important;
}

.mr-4 {
  margin-right: 0.25rem !important;
}

.mr-5 {
  margin-right: 0.3125rem !important;
}

.mr-6 {
  margin-right: 0.375rem !important;
}

.mr-7 {
  margin-right: 0.4375rem !important;
}

.mr-8 {
  margin-right: 0.5rem !important;
}

.mr-9 {
  margin-right: 0.5625rem !important;
}

.mr-10 {
  margin-right: 0.625rem !important;
}

.mr-11 {
  margin-right: 0.6875rem !important;
}

.mr-12 {
  margin-right: 0.75rem !important;
}

.mr-13 {
  margin-right: 0.8125rem !important;
}

.mr-14 {
  margin-right: 0.875rem !important;
}

.mr-15 {
  margin-right: 0.9375rem !important;
}

.mr-16 {
  margin-right: 1rem !important;
}

.mr-17 {
  margin-right: 1.0625rem !important;
}

.mr-18 {
  margin-right: 1.125rem !important;
}

.mr-19 {
  margin-right: 1.1875rem !important;
}

.mr-20 {
  margin-right: 1.25rem !important;
}

/* Margin bottom */
.mb-36 {
  margin-bottom: 2.25rem !important;
}

.mb-40 {
  margin-bottom: 2.5rem !important;
}

.mb-1 {
  margin-bottom: 0.0625rem !important;
}

.mb-2 {
  margin-bottom: 0.125rem !important;
}

.mb-3 {
  margin-bottom: 0.1875rem !important;
}

.mb-4 {
  margin-bottom: 0.25rem !important;
}

.mb-5 {
  margin-bottom: 0.3125rem !important;
}

.mb-6 {
  margin-bottom: 0.375rem !important;
}

.mb-7 {
  margin-bottom: 0.4375rem !important;
}

.mb-8 {
  margin-bottom: 0.5rem !important;
}

.mb-9 {
  margin-bottom: 0.5625rem !important;
}

.mb-10 {
  margin-bottom: 0.625rem !important;
}

.mb-11 {
  margin-bottom: 0.6875rem !important;
}

.mb-12 {
  margin-bottom: 0.75rem !important;
}

.mb-13 {
  margin-bottom: 0.8125rem !important;
}

.mb-14 {
  margin-bottom: 0.875rem !important;
}

.mb-15 {
  margin-bottom: 0.9375rem !important;
}

.mb-16 {
  margin-bottom: 1rem !important;
}

.mb-17 {
  margin-bottom: 1.0625rem !important;
}

.mb-18 {
  margin-bottom: 1.125rem !important;
}

.mb-19 {
  margin-bottom: 1.1875rem !important;
}

.mb-20 {
  margin-bottom: 1.25rem !important;
}

.mb-21 {
  margin-bottom: 1.3125rem !important;
}

.mb-22 {
  margin-bottom: 1.375rem !important;
}

.mb-23 {
  margin-bottom: 1.4375rem !important;
}

.mb-24 {
  margin-bottom: 1.5rem !important;
}

.mb-25 {
  margin-bottom: 1.5625rem !important;
}

.mb-26 {
  margin-bottom: 1.625rem !important;
}

.mb-27 {
  margin-bottom: 1.6875rem !important;
}

.mb-28 {
  margin-bottom: 1.75rem !important;
}

.mb-29 {
  margin-bottom: 1.8125rem !important;
}

.mb-30 {
  margin-bottom: 1.875rem !important;
}

/* Margin left */
.ml-0 {
  margin-left: 0rem !important;
}

.ml-1 {
  margin-left: 0.0625rem !important;
}

.ml-2 {
  margin-left: 0.125rem !important;
}

.ml-3 {
  margin-left: 0.1875rem !important;
}

.ml-4 {
  margin-left: 0.25rem !important;
}

.ml-5 {
  margin-left: 0.3125rem !important;
}

.ml-6 {
  margin-left: 0.375rem !important;
}

.ml-7 {
  margin-left: 0.4375rem !important;
}

.ml-8 {
  margin-left: 0.5rem !important;
}

.ml-9 {
  margin-left: 0.5625rem !important;
}

.ml-10 {
  margin-left: 0.625rem !important;
}

.ml-11 {
  margin-left: 0.6875rem !important;
}

.ml-12 {
  margin-left: 0.75rem !important;
}

.ml-13 {
  margin-left: 0.8125rem !important;
}

.ml-14 {
  margin-left: 0.875rem !important;
}

.ml-15 {
  margin-left: 0.9375rem !important;
}

.ml-16 {
  margin-left: 1rem !important;
}

.ml-17 {
  margin-left: 1.0625rem !important;
}

.ml-18 {
  margin-left: 1.125rem !important;
}

.ml-19 {
  margin-left: 1.1875rem !important;
}

.ml-20 {
  margin-left: 1.25rem !important;
}

/* Gap */
.g-0 {
  gap: 0px;
}

.g-1 {
  gap: 0.0625rem !important;
}

.g-2 {
  gap: 0.125rem !important;
}

.g-3 {
  gap: 0.1875rem !important;
}

.g-4 {
  gap: 0.25rem !important;
}

.g-5 {
  gap: 0.3125rem !important;
}

.g-6 {
  gap: 0.375rem !important;
}

.g-7 {
  gap: 0.4375rem !important;
}

.g-8 {
  gap: 0.5rem !important;
}

.g-9 {
  gap: 0.5625rem !important;
}

.g-10 {
  gap: 0.625rem !important;
}

.g-11 {
  gap: 0.6875rem !important;
}

.g-12 {
  gap: 0.75rem !important;
}

.g-13 {
  gap: 0.8125rem !important;
}

.g-14 {
  gap: 0.875rem !important;
}

.g-15 {
  gap: 0.9375rem !important;
}

.g-16 {
  gap: 1rem !important;
}

.g-17 {
  gap: 1.0625rem !important;
}

.g-18 {
  gap: 1.125rem !important;
}

.g-19 {
  gap: 1.1875rem !important;
}

.g-20 {
  gap: 1.25rem !important;
}

.g-21 {
  gap: 1.3125rem !important;
}

.g-22 {
  gap: 1.375rem !important;
}

.g-23 {
  gap: 1.4375rem !important;
}

.g-24 {
  gap: 1.5rem !important;
}

.g-25 {
  gap: 1.5625rem !important;
}

.g-26 {
  gap: 1.625rem !important;
}

.g-27 {
  gap: 1.6875rem !important;
}

.g-28 {
  gap: 1.75rem !important;
}

.g-29 {
  gap: 1.8125rem !important;
}

.g-30 {
  gap: 1.875rem !important;
}

/* Row Gap */
.rg-0 {
  row-gap: 0px;
}

.rg-1 {
  row-gap: 0.0625rem !important;
}

.rg-2 {
  row-gap: 0.125rem !important;
}

.rg-3 {
  row-gap: 0.1875rem !important;
}

.rg-4 {
  row-gap: 0.25rem !important;
}

.rg-5 {
  row-gap: 0.3125rem !important;
}

.rg-6 {
  row-gap: 0.375rem !important;
}

.rg-7 {
  row-gap: 0.4375rem !important;
}

.rg-8 {
  row-gap: 0.5rem !important;
}

.rg-9 {
  row-gap: 0.5625rem !important;
}

.rg-10 {
  row-gap: 0.625rem !important;
}

.rg-11 {
  row-gap: 0.6875rem !important;
}

.rg-12 {
  row-gap: 0.75rem !important;
}

.rg-13 {
  row-gap: 0.8125rem !important;
}

.rg-14 {
  row-gap: 0.875rem !important;
}

.rg-15 {
  row-gap: 0.9375rem !important;
}

.rg-16 {
  row-gap: 1rem !important;
}

.rg-17 {
  row-gap: 1.0625rem !important;
}

.rg-18 {
  row-gap: 1.125rem !important;
}

.rg-19 {
  row-gap: 1.1875rem !important;
}

.rg-20 {
  row-gap: 1.25rem !important;
}

.rg-21 {
  row-gap: 1.3125rem !important;
}

.rg-22 {
  row-gap: 1.375rem !important;
}

.rg-23 {
  row-gap: 1.4375rem !important;
}

.rg-24 {
  row-gap: 1.5rem !important;
}

.rg-25 {
  row-gap: 1.5625rem !important;
}

.rg-26 {
  row-gap: 1.625rem !important;
}

.rg-27 {
  row-gap: 1.6875rem !important;
}

.rg-28 {
  row-gap: 1.75rem !important;
}

.rg-29 {
  row-gap: 1.8125rem !important;
}

.rg-30 {
  row-gap: 1.875rem !important;
}

@media screen and (min-width: 576px) {
  .rg-xl-54 {
    row-gap: 3.375rem !important;
  }
}

/* Column gap */
.cg-35 {
  column-gap: 35px;
}

.cg-40 {
  column-gap: 40px;
}

.cg-1 {
  column-gap: 0.0625rem !important;
}

.cg-2 {
  column-gap: 0.125rem !important;
}

.cg-3 {
  column-gap: 0.1875rem !important;
}

.cg-4 {
  column-gap: 0.25rem !important;
}

.cg-5 {
  column-gap: 0.3125rem !important;
}

.cg-6 {
  column-gap: 0.375rem !important;
}

.cg-7 {
  column-gap: 0.4375rem !important;
}

.cg-8 {
  column-gap: 0.5rem !important;
}

.cg-9 {
  column-gap: 0.5625rem !important;
}

.cg-10 {
  column-gap: 0.625rem !important;
}

.cg-11 {
  column-gap: 0.6875rem !important;
}

.cg-12 {
  column-gap: 0.75rem !important;
}

.cg-13 {
  column-gap: 0.8125rem !important;
}

.cg-14 {
  column-gap: 0.875rem !important;
}

.cg-15 {
  column-gap: 0.9375rem !important;
}

.cg-16 {
  column-gap: 1rem !important;
}

.cg-17 {
  column-gap: 1.0625rem !important;
}

.cg-18 {
  column-gap: 1.125rem !important;
}

.cg-19 {
  column-gap: 1.1875rem !important;
}

.cg-20 {
  column-gap: 1.25rem !important;
}

.cg-21 {
  column-gap: 1.3125rem !important;
}

.cg-22 {
  column-gap: 1.375rem !important;
}

.cg-23 {
  column-gap: 1.4375rem !important;
}

.cg-24 {
  column-gap: 1.5rem !important;
}

.cg-25 {
  column-gap: 1.5625rem !important;
}

.cg-26 {
  column-gap: 1.625rem !important;
}

.cg-27 {
  column-gap: 1.6875rem !important;
}

.cg-28 {
  column-gap: 1.75rem !important;
}

.cg-29 {
  column-gap: 1.8125rem !important;
}

.cg-30 {
  column-gap: 1.875rem !important;
}

/* Minimum width */
.min-w-auto {
  min-width: auto !important;
}

.min-w-0 {
  min-width: 0rem;
}

/* Maximum width */
.max-w-26 {
  max-width: 1.625rem;
}

.max-w-50 {
  max-width: 3.125rem;
}

.max-w-150 {
  max-width: 9.375rem;
}

.max-w-282 {
  max-width: 17.625rem;
}

.max-w-374 {
  max-width: 23.375rem;
}

.max-w-432 {
  max-width: 27rem;
}

.max-w-446 {
  max-width: 27.875rem;
}

.max-w-456 {
  max-width: 28.5rem;
}

.max-w-482 {
  max-width: 30.125rem;
}

.max-w-487 {
  max-width: 30.4375rem;
}

.max-w-498 {
  max-width: 31.125rem;
}

.max-w-510 {
  max-width: 31.875rem;
}

.max-w-519 {
  max-width: 32.4375rem;
}

.max-w-536 {
  max-width: 33.5rem;
}

.max-w-551 {
  max-width: 34.4375rem;
}

.max-w-576 {
  max-width: 36rem;
}

.max-w-599 {
  max-width: 37.4375rem;
}

.max-w-650 {
  max-width: 40.625rem;
}

.max-w-663 {
  max-width: 41.4375rem;
}

.max-w-692 {
  max-width: 43.25rem;
}

.max-w-675 {
  max-width: 42.1875rem;
}

.max-w-713 {
  max-width: 44.5625rem;
}

.max-w-728 {
  max-width: 45.5rem;
}

.max-w-892 {
  max-width: 55.75rem;
}

.max-w-894 {
  max-width: 55.875rem;
}

/* Width */
.w-16 {
  width: 1rem !important;
}

.w-24 {
  width: 1.5rem !important;
}

.w-25 {
  width: 1.5625rem !important;
}

.w-26 {
  width: 1.625rem !important;
}

.w-30 {
  width: 1.875rem !important;
}

.w-32 {
  width: 2rem !important;
}

.w-41 {
  width: 2.5625rem !important;
}

.w-48 {
  width: 3rem !important;
}

.w-105 {
  width: 6.5625rem !important;
}

/* Minimum Height */
.min-h-0 {
  min-height: 0rem !important;
}

/* Maximum Height */
.max-h-50 {
  max-height: 3.125rem;
}

/* Height */
.h-16 {
  height: 1rem !important;
}

.h-24 {
  height: 1.5rem !important;
}

.h-25 {
  height: 1.5625rem !important;
}

.h-26 {
  height: 1.625rem !important;
}

.h-30 {
  height: 1.875rem !important;
}

.h-32 {
  height: 2rem !important;
}

.h-41 {
  height: 2.5625rem !important;
}

.h-48 {
  height: 3rem !important;
}

.h-105 {
  height: 6.5625rem !important;
}

.h-157 {
  height: 9.8125rem !important;
}

/* Border */
.bd-one {
  border-width: 0.0625rem !important;
  border-style: solid;
}

/* Border top */
.bd-t-zero {
  border-top-width: 0rem !important;
  border-top-style: solid;
}

.bd-t-one {
  border-top-width: 0.0625rem !important;
  border-top-style: solid;
}

/* Border Bottom */
.bd-b-one {
  border-bottom-width: 0.0625rem !important;
  border-bottom-style: solid;
}

/* Border right */
.bd-r-one {
  border-right-width: 0.0625rem !important;
  border-right-style: solid;
}

/* Border left */
.bd-l-one {
  border-left-width: 0.0625rem !important;
  border-left-style: solid;
}

/* Border Radius */
.bd-ra-0 {
  border-radius: 0rem !important;
}

.bd-ra-1 {
  border-radius: 0.0625rem !important;
}

.bd-ra-2 {
  border-radius: 0.125rem !important;
}

.bd-ra-3 {
  border-radius: 0.1875rem !important;
}

.bd-ra-4 {
  border-radius: 0.25rem !important;
}

.bd-ra-5 {
  border-radius: 0.3125rem !important;
}

.bd-ra-6 {
  border-radius: 0.375rem !important;
}

.bd-ra-7 {
  border-radius: 0.4375rem !important;
}

.bd-ra-8 {
  border-radius: 0.5rem !important;
}

.bd-ra-9 {
  border-radius: 0.5625rem !important;
}

.bd-ra-10 {
  border-radius: 0.625rem !important;
}

.bd-ra-11 {
  border-radius: 0.6875rem !important;
}

.bd-ra-12 {
  border-radius: 0.75rem !important;
}

.bd-ra-13 {
  border-radius: 0.8125rem !important;
}

.bd-ra-14 {
  border-radius: 0.875rem !important;
}

.bd-ra-15 {
  border-radius: 0.9375rem !important;
}

.bd-ra-16 {
  border-radius: 1rem !important;
}

.bd-ra-17 {
  border-radius: 1.0625rem !important;
}

.bd-ra-18 {
  border-radius: 1.125rem !important;
}

.bd-ra-19 {
  border-radius: 1.1875rem !important;
}

.bd-ra-20 {
  border-radius: 1.25rem !important;
}

/* Border Top left Radius */
.bd-tl-ra-0 {
  border-top-left-radius: 0rem !important;
}

/* Border Top right Radius */
.bd-tr-ra-0 {
  border-top-right-radius: 0rem !important;
}

/* Border bottom left Radius */
.bd-bl-ra-0 {
  border-bottom-left-radius: 0rem !important;
}

/* Border bottom right Radius */
.bd-br-ra-0 {
  border-bottom-right-radius: 0rem !important;
}

/* Section Common */
.section-gap {
  padding: 7.5rem 0;
}
@media screen and (max-width: 991px) {
  .section-gap {
    padding: 5rem 0;
  }
}
@media screen and (max-width: 575px) {
  .section-gap {
    padding: 3.125rem 0;
  }
}
.section-gap-top {
  padding-top: 7.5rem;
}
@media screen and (max-width: 991px) {
  .section-gap-top {
    padding-top: 5rem;
  }
}
@media screen and (max-width: 575px) {
  .section-gap-top {
    padding-top: 3.125rem;
  }
}
.section-gap-bottom {
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 991px) {
  .section-gap-bottom {
    padding-bottom: 5rem;
  }
}
@media screen and (max-width: 575px) {
  .section-gap-bottom {
    padding-bottom: 3.125rem;
  }
}
.section-content-wrap {
  padding-bottom: 3.75rem;
}
@media screen and (max-width: 575px) {
  .section-content-wrap {
    padding-bottom: 1.875rem;
  }
}
.section-subtitle {
  padding: 0.625rem 1.5rem;
  border: 0.0625rem solid var(--black-stroke);
  border-radius: 3.125rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.84;
  color: var(--title-text);
  letter-spacing: 0.9em;
}
@media screen and (max-width: 767px) {
  .section-subtitle {
    letter-spacing: 0.4em;
  }
}
.section-subtitle .bar {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--button);
  margin-right: 0.875rem;
  margin-left: 0.1875rem;
}
.section-title {
  padding-top: 1.6875rem;
  font-size: 2.875rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--title-text);
}
.section-title span {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .section-title {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 575px) {
  .section-title {
    font-size: 2rem;
  }
}
.section-title-alt {
  padding-top: 1.6875rem;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.25;
  color: var(--title-text);
}
.section-title-alt span {
  font-weight: 700;
}
@media screen and (max-width: 575px) {
  .section-title-alt {
    font-size: 1.375rem;
    text-align: center;
  }
}
.section-info {
  padding-top: 1.625rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.625rem;
  color: var(--title-text);
}
.section-breadcrumb {
  background-color: var(--title-text);
  margin-top: calc(-1 * 6.4375rem);
  padding: 11.75rem 0 5.875rem;
}
@media screen and (max-width: 991px) {
  .section-breadcrumb {
    padding: 9.375rem 0 3.75rem;
  }
}
.section-breadcrumb-content .title {
  text-align: center;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
  color: var(--white);
  padding-bottom: 0.4375rem;
}
@media screen and (max-width: 991px) {
  .section-breadcrumb-content .title {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 575px) {
  .section-breadcrumb-content .title {
    font-size: 1.875rem;
  }
}
.section-faq {
  padding-bottom: 6.25rem;
}
.section-testimonial-two .container {
  max-width: 85.5rem;
  overflow: hidden;
}
.section-testimonial-two .section-content-wrap {
  padding-bottom: 0;
}
.section-testimonial-two .testimonialSliderTwo {
  overflow: visible;
  padding: 3.75rem 0;
}
@media screen and (max-width: 767px) {
  .section-testimonial-two .testimonialSliderTwo {
    padding: 0 0 3.125rem;
  }
}
.section-testimonial-two .testimonialSliderTwo .swiper-pagination-bullet {
  width: 1.75rem;
  height: 0.375rem;
  display: inline-block;
  border-radius: 2.5rem;
  background: var(--black-stroke);
  opacity: 1;
  transition: all 0.3s;
}
.section-testimonial-two .testimonialSliderTwo .swiper-pagination-bullet-active {
  width: 3.25rem;
  background: var(--button);
}
.section-testimonial-three {
  overflow: hidden;
}
.section-testimonial-three .testimonialSliderThree {
  overflow: visible;
  padding-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .section-testimonial-three .testimonialSliderThree {
    padding: 0 0 3.125rem;
  }
}
.section-testimonial-three .testimonialSliderThree .swiper-pagination-bullet {
  width: 1.75rem;
  height: 0.375rem;
  display: inline-block;
  border-radius: 2.5rem;
  background: var(--black-stroke);
  opacity: 1;
  transition: all 0.3s;
}
.section-testimonial-three .testimonialSliderThree .swiper-pagination-bullet-active {
  width: 3.25rem;
  background: var(--button);
}
.section-innerWrap {
  max-width: 49.625rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 2.6875rem;
}
@media screen and (max-width: 575px) {
  .section-innerWrap {
    gap: 1.25rem;
  }
}
.section-innerWrap .blockItem .title {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.25;
  color: var(--title-text);
  padding-bottom: 1.4375rem;
}
@media screen and (max-width: 575px) {
  .section-innerWrap .blockItem .title {
    font-size: 1.375rem;
    padding-bottom: 1.125rem;
  }
}
.section-innerWrap .blockItem .text-content {
  display: flex;
  flex-direction: column;
  gap: 1.625rem;
}
@media screen and (max-width: 575px) {
  .section-innerWrap .blockItem .text-content {
    gap: 1.25rem;
  }
}
.section-innerWrap .blockItem .text-content p {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.625rem;
  color: var(--para-text);
}
.section-innerWrap .blockItem .text-content ul {
  padding-left: 2rem;
}
.section-innerWrap .blockItem .text-content ul li {
  list-style-type: disc;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.625rem;
  color: var(--para-text);
  padding-bottom: 0.625rem;
}
.section-innerWrap .blockItem .text-content ul li::marker {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.625rem;
  color: var(--title-text);
}
.section-innerWrap .blockItem .text-content ul li span {
  color: var(--title-text) !important;
}
.section-innerWrap .blockItem .text-content ul li:last-child {
  padding-bottom: 0;
}
.section-innerWrap .blockItem .text-content ol {
  padding-left: 1.25rem;
}
.section-innerWrap .blockItem .text-content ol li {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.625rem;
  color: var(--para-text);
  padding-bottom: 1.125rem;
}
.section-innerWrap .blockItem .text-content ol li::marker {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.625rem;
  color: var(--title-text);
}
.section-innerWrap .blockItem .text-content ol li span {
  color: var(--title-text) !important;
}
.section-innerWrap .blockItem .text-content ol li:last-child {
  padding-bottom: 0;
}
.section-innerWrap .blockItem .text-content-alt ul {
  padding-left: 2rem;
}
.section-innerWrap .blockItem .text-content-alt ul li {
  list-style-type: square;
}
.section-innerWrap .blockItem .text-content-alt ul li::marker {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.625rem;
  color: var(--title-text);
}
.section-innerWrap .blockItem-alt .text-content ul {
  padding-left: 1.25rem;
}
.section-innerWrap .blockItem-alt .text-content ul li {
  list-style-type: none;
  position: relative;
}
.section-innerWrap .blockItem-alt .text-content ul li::before {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: calc(-1 * 1.25rem);
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 0.0625rem;
  background-color: var(--button);
  transform: rotate(45deg);
}

/* Dropdown */
.notifyDropdown .dropdown-toggle .notify_no {
  position: absolute;
  top: calc(-1 * 0.1875rem);
  right: calc(-1 * 0.1875rem);
  width: 1.0625rem;
  height: 1.0625rem;
  border-radius: 50%;
  background-color: var(--button);
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1rem;
  color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
}
.notifyDropdown .dropdown-toggle::after {
  display: none;
}
.notifyDropdown .dropdown-menu {
  min-width: 28.125rem;
  max-width: 28.125rem;
  max-height: 21.875rem;
  overflow-y: auto;
  padding: 1.25rem 1.875rem;
  background-color: var(--white);
  border: 0.03125rem solid var(--black-stroke);
  border-radius: 0.9375rem;
  transform: translate3d(0, 3.75rem, 0);
}
@media screen and (max-width: 575px) {
  .notifyDropdown .dropdown-menu {
    min-width: 15rem;
    max-width: 15rem;
  }
}
.notifyDropdown .dropdown-menu.show {
  top: 10% !important;
}
.notifyDropdown .dropdown-menu > * {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.dropdown-after-hide::after {
  display: none !important;
}

.dropdownItem-one {
  min-width: 7.8125rem !important;
  padding: 0.875rem !important;
  border: 0.0625rem solid var(--black-stroke) !important;
  border-radius: 0.375rem !important;
  box-shadow: 0px 11px 30px 10px rgba(163, 177, 204, 0.1607843137);
}
.dropdownItem-one li {
  padding-bottom: 0.5rem;
}
.dropdownItem-one li:last-child {
  padding-bottom: 0;
}
.dropdownItem-one a {
  border-radius: 0.4375rem;
}
.dropdownItem-one a:hover p, .dropdownItem-one a.active p {
  color: var(--button) !important;
}
.dropdownItem-two {
  min-width: 8.75rem !important;
  padding: 1rem 0.875rem !important;
  border: 0.0625rem solid var(--stroke) !important;
  border-radius: 0.375rem !important;
  box-shadow: 0px 11px 30px 10px rgba(163, 177, 204, 0.1607843137);
}
.dropdownItem-two li {
  padding-bottom: 0.625rem;
}
.dropdownItem-two li:last-child {
  padding-bottom: 0;
}
.dropdownItem-two a > div,
.dropdownItem-two button > div {
  flex: 0 0 auto;
  max-width: 0.9375rem;
  width: 100%;
}
.dropdownItem-two a:hover p, .dropdownItem-two a.active p,
.dropdownItem-two button:hover p,
.dropdownItem-two button.active p {
  color: var(--button) !important;
}
.dropdownItem-two a:hover svg path, .dropdownItem-two a.active svg path,
.dropdownItem-two button:hover svg path,
.dropdownItem-two button.active svg path {
  fill: var(--button);
}
.dropdownItem-three {
  min-width: 13.3125rem !important;
  padding: 1rem !important;
  border: 0.0625rem solid var(--black-stroke) !important;
  border-radius: 0.375rem !important;
  box-shadow: 0px 11px 30px 10px rgba(163, 177, 204, 0.1607843137);
}
.dropdownItem-three li {
  padding-bottom: 0.625rem;
  margin-bottom: 0.625rem;
  border-bottom: 0.0625rem solid var(--black-stroke);
}
.dropdownItem-three li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.dropdownItem-three a > div {
  flex: 0 0 auto;
  max-width: 0.9375rem;
  width: 100%;
}
.dropdownItem-three a:hover p, .dropdownItem-three a.active p {
  color: var(--button) !important;
}
.dropdownItem-three a:hover svg path, .dropdownItem-three a.active svg path {
  fill: var(--button);
}
.dropdownItem-four {
  min-width: 8.75rem !important;
  padding: 0.75rem 0.875rem !important;
  border: 0.0625rem solid var(--black-stroke) !important;
  border-radius: 0.375rem !important;
  box-shadow: 0px 11px 30px 10px rgba(163, 177, 204, 0.1607843137);
}
.dropdownItem-four li {
  padding-bottom: 0.625rem;
}
.dropdownItem-four li:last-child {
  padding-bottom: 0;
}
.dropdownItem-four button {
  border: none;
  padding: 0;
  background: transparent;
  width: 100%;
  text-align: left;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.0625rem;
  color: var(--para-text);
}
.dropdownItem-four button:hover, .dropdownItem-four button.active {
  color: var(--button) !important;
}
.dropdownItem-invoice {
  min-width: 9.375rem !important;
  padding: 1rem 0.875rem !important;
  border: 0.0625rem solid var(--stroke) !important;
  border-radius: 0.375rem !important;
  box-shadow: 0px 11px 30px 10px rgba(163, 177, 204, 0.1607843137);
}
.dropdownItem-invoice li {
  padding-bottom: 0.625rem;
}
.dropdownItem-invoice li:last-child {
  padding-bottom: 0;
}
.dropdownItem-invoice a > div,
.dropdownItem-invoice button > div {
  flex: 0 0 auto;
  max-width: 0.9375rem;
  width: 100%;
}
.dropdownItem-invoice a:hover p, .dropdownItem-invoice a.active p,
.dropdownItem-invoice button:hover p,
.dropdownItem-invoice button.active p {
  color: var(--button) !important;
}
.dropdownItem-invoice a:hover svg path, .dropdownItem-invoice a.active svg path,
.dropdownItem-invoice button:hover svg path,
.dropdownItem-invoice button.active svg path {
  fill: var(--button);
}

/* Lists */
.notify-list {
  padding: 0 0 0.625rem !important;
}
.notify-list li {
  padding: 0.9375rem 0;
  border-bottom: 0.0625rem solid var(--black-stroke);
}
.notify-list li:first-child {
  padding-top: 0;
}
.notify-list li:last-child {
  border-bottom: none;
}
.notify-list ~ .link {
  display: inline-block;
  padding: 0.53125rem 1.875rem;
  border: none;
  border-radius: 0.3125rem;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.75rem;
  color: var(--title-text);
  background-color: var(--button);
  transition: all 0.3s;
}
.notify-list ~ .link:hover {
  background-color: var(--button);
  color: var(--white) !important;
}

/* Lists */
.zList-pb-5 li {
  padding-bottom: 0.3125rem;
}
.zList-pb-5 li:last-child {
  padding-bottom: 0;
}
.zList-pb-12 li {
  padding-bottom: 0.75rem;
}
.zList-pb-12 li:last-child {
  padding-bottom: 0;
}
.zList-pb-16 li {
  padding-bottom: 1rem;
}
.zList-pb-16 li:last-child {
  padding-bottom: 0;
}
.zList-pb-18 li {
  padding-bottom: 1.125rem;
}
.zList-pb-18 li:last-child {
  padding-bottom: 0;
}
.zList-pb-20 li {
  padding-bottom: 1.25rem;
}
.zList-pb-20 li:last-child {
  padding-bottom: 0;
}
@media screen and (max-width: 1199px) {
  .zList-three {
    display: flex;
    align-items: center;
    gap: 0.625rem 1.25rem;
    flex-wrap: wrap;
  }
}
.zList-three li {
  padding: 1.5625rem 0;
  border-bottom: 0.0625rem solid var(--black-stroke);
}
@media screen and (max-width: 1199px) {
  .zList-three li {
    position: relative;
    padding: 0;
    border-bottom: none;
  }
}
.zList-three li::before {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(-1 * 0.625rem);
  transform: translateY(-50%);
  width: 0.0625rem;
  height: 1.375rem;
  background-color: var(--black-stroke);
  display: none;
}
@media screen and (max-width: 1199px) and (min-width: 576px) {
  .zList-three li::before {
    display: block;
  }
}
.zList-three li:first-child {
  padding-top: 0;
}
.zList-three li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.zList-three li:last-child::before {
  display: none;
}
.zList-four li a {
  border-bottom: 0.125rem solid transparent;
}
.zList-four li a.active, .zList-four li a:hover {
  border-bottom: 0.125rem solid var(--button);
}
.zList-four li a.active svg circle, .zList-four li a:hover svg circle {
  stroke: var(--button);
}
.zList-four li a.active svg path, .zList-four li a:hover svg path {
  fill: var(--button);
}
.zList-four li a.active span, .zList-four li a:hover span {
  color: var(--button) !important;
}

/* Search */
.search-one {
  position: relative;
  flex: 1 1 auto;
  display: flex;
}
.search-one input {
  width: 100%;
  height: 2.8125rem;
  border: 0.0625rem solid var(--stroke);
  border-radius: 0.75rem;
  background-color: var(--white);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  color: var(--title-text);
  padding: 0.9375rem 1.5rem;
}
.search-one input:focus {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  color: var(--title-text);
  border-color: var(--button);
}
.search-one input::placeholder {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  color: var(--para-text);
}
.search-one .icon {
  position: absolute;
  top: 50%;
  right: 1.125rem;
  transform: translateY(-50%);
  display: flex;
  max-width: 1.125rem;
  border: none;
  padding: 0;
  background-color: transparent;
}

/* Badges */
.zBadge {
  display: inline-block;
  padding: 0.3125rem 0.625rem;
  border-radius: 0.1875rem;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.25rem;
  color: var(--white);
  background-color: var(--button);
  white-space: nowrap;
}
.zBadge-paid, .zBadge-succeed, .zBadge-complete, .zBadge-completed, .zBadge-active {
  background-color: var(--success-100);
  color: var(--success-500) !important;
}
.zBadge-pending, .zBadge-progress, .zBadge-processing {
  background-color: var(--badge-pending-bg);
  color: var(--badge-pending-text) !important;
}
.zBadge-open {
  background-color: var(--badge-open-bg);
  color: var(--badge-open-text) !important;
}
.zBadge-inactive, .zBadge-deactivate {
  background-color: var(--badge-deactivate-bg);
  color: var(--badge-deactivate-text) !important;
}
.zBadge-trashed {
  background-color: var(--badge-trashed-bg);
  color: var(--badge-trashed-text) !important;
}
.zBadge-working {
  background-color: var(--badge-working-bg);
  color: var(--badge-working-text) !important;
}
.zBadge-closed, .zBadge-cancel, .zBadge-cancelled {
  background-color: var(--badge-closed-bg);
  color: var(--badge-closed-text) !important;
}

/* Notification */
.notifyList-head {
  background-color: var(--button);
  border-radius: 0.25rem;
  padding: 0.6875rem 1.5625rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.notifyList-head *:first-child {
  flex: 1 0 auto;
}
.notifyList-head *:last-child {
  max-width: 6.5rem;
}
.notifyList-body .item {
  border-bottom: 0.0625rem solid var(--black-stroke);
  padding: 1.375rem 0;
  display: flex;
  justify-content: space-between;
  gap: 0.625rem;
}
.notifyList-body .item:last-child {
  border: none;
  padding-bottom: 0;
}
.notifyList-body .item .content {
  flex: 1 1 auto;
  padding-left: 1.5625rem;
  max-width: 45rem;
}
.notifyList-body .item .content button {
  display: inline-block;
  padding: 0.3125rem 0.625rem;
  border: none;
  border-radius: 0.1875rem;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.25rem;
  color: var(--title-text);
  background-color: var(--button);
}
.notifyList-body .item .info {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.0625rem;
  color: var(--para-text);
  min-width: 6.5rem;
  max-width: 6.5rem;
  flex: 1 0 auto;
}

/* Slider */
.sliderControls {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
}
.sliderControls .swiper-button-next,
.sliderControls .swiper-button-prev,
.sliderControls .swiper-pagination {
  position: relative;
}
.sliderControls .swiper-button-next, .sliderControls .swiper-button-prev {
  flex-shrink: 0;
  top: 0;
  margin-top: 0;
  width: 3.75rem;
  height: 3.75rem;
  border: 0.0625rem solid var(--white-stroke);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.sliderControls .swiper-button-next svg, .sliderControls .swiper-button-prev svg {
  width: 20px;
}
.sliderControls .swiper-button-next svg path, .sliderControls .swiper-button-prev svg path {
  transition: all 0.3s;
}
.sliderControls .swiper-button-next::after, .sliderControls .swiper-button-prev::after {
  display: none;
}
.sliderControls .swiper-button-next:hover, .sliderControls .swiper-button-prev:hover {
  border-color: var(--button);
  background-color: var(--button);
}
.sliderControls .swiper-button-next:hover svg path, .sliderControls .swiper-button-prev:hover svg path {
  fill: var(--white);
}
.sliderControls .swiper-button-prev {
  left: 0;
}
.sliderControls .swiper-button-next {
  right: 0;
}

.pricingSliderWrap-one .container {
  max-width: 86.875rem;
}
.pricingSliderWrap-one .container .pricingSliderOne {
  padding: 0 1.1875rem;
}
@media screen and (max-width: 767px) {
  .pricingSliderWrap-one .container .pricingSliderOne {
    padding: 0 0.625rem;
  }
}
.pricingSliderWrap-one .container .pricingSliderOne .swiper-button-lock {
  display: none;
}
.pricingSliderWrap-one .container .pricingSliderOne .swiper-slide {
  height: auto;
}

.pricingSliderOne .swiper-button-next, .pricingSliderOne .swiper-button-prev {
  flex-shrink: 0;
  margin-top: calc(-1 * 3.5rem);
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--white);
  transition: all 0.3s;
}
@media screen and (max-width: 991px) {
  .pricingSliderOne .swiper-button-next, .pricingSliderOne .swiper-button-prev {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.pricingSliderOne .swiper-button-next svg, .pricingSliderOne .swiper-button-prev svg {
  width: 20px;
}
.pricingSliderOne .swiper-button-next svg path, .pricingSliderOne .swiper-button-prev svg path {
  transition: all 0.3s;
}
.pricingSliderOne .swiper-button-next::after, .pricingSliderOne .swiper-button-prev::after {
  display: none;
}
.pricingSliderOne .swiper-button-next:hover, .pricingSliderOne .swiper-button-prev:hover {
  border-color: var(--button);
  background-color: var(--button);
}
.pricingSliderOne .swiper-button-next:hover svg path, .pricingSliderOne .swiper-button-prev:hover svg path {
  fill: var(--white);
}
.pricingSliderOne .swiper-button-prev {
  left: 0;
  box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.1);
}
.pricingSliderOne .swiper-button-next {
  right: 0;
  box-shadow: -2px 2px 7px rgba(0, 0, 0, 0.1);
}

/* Blog Item */
.blog-item-one {
  display: block;
  padding-top: 1.75rem;
  border-top: 0.0625rem solid var(--black-stroke);
}
.blog-item-one .authorDate {
  padding-bottom: 1.3125rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.blog-item-one .authorDate .item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.blog-item-one .authorDate .item .icon {
  flex-shrink: 0;
  display: flex;
}
.blog-item-one .authorDate .item .icon svg path {
  stroke: var(--para-text);
}
.blog-item-one .authorDate .item .text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.625rem;
  color: var(--para-text);
  font-style: italic;
}
.blog-item-one .title {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 2rem;
  color: var(--title-text);
  padding-bottom: 2.0625rem;
}
.blog-item-one .img {
  border-radius: 0.75rem;
  overflow: hidden;
  height: 17.5rem;
}
.blog-item-one .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-item-two {
  display: block;
  padding: 2.25rem 2.5rem;
  border-radius: 0.75rem;
  background-color: var(--white);
}
@media screen and (max-width: 575px) {
  .blog-item-two {
    padding: 1.25rem;
  }
}
.blog-item-two .authorDate {
  padding-bottom: 1.3125rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.blog-item-two .authorDate .item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.blog-item-two .authorDate .item .icon {
  flex-shrink: 0;
  display: flex;
}
.blog-item-two .authorDate .item .icon svg path {
  stroke: var(--para-text);
}
.blog-item-two .authorDate .item .text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.625rem;
  color: var(--para-text);
  font-style: italic;
}
.blog-item-two .title {
  display: block;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 2rem;
  color: var(--title-text);
  margin-bottom: 1.125rem !important;
}
@media screen and (max-width: 575px) {
  .blog-item-two .title {
    font-size: 20px;
  }
}
.blog-item-two .link {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.625rem;
  color: var(--title-text);
}
.blog-item-three {
  min-height: 36.25rem;
  max-height: 36.25rem;
  border-radius: 1.25rem;
  padding: 1.5rem;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 575px) {
  .blog-item-three {
    padding: 0.625rem;
  }
}
.blog-item-three .content-wrap {
  max-width: 37.5rem;
  padding: 2.25rem 2.5rem;
  border-radius: 0.75rem;
  background-color: var(--button);
}
@media screen and (max-width: 575px) {
  .blog-item-three .content-wrap {
    padding: 1.25rem;
  }
}
.blog-item-three .content-wrap .authorDate {
  padding-bottom: 1.3125rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.blog-item-three .content-wrap .authorDate .item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.blog-item-three .content-wrap .authorDate .item .icon {
  flex-shrink: 0;
  display: flex;
}
.blog-item-three .content-wrap .authorDate .item .icon svg path {
  stroke: var(--white);
}
.blog-item-three .content-wrap .authorDate .item .text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.625rem;
  color: var(--white);
  font-style: italic;
}
.blog-item-three .content-wrap .authorDate .seperate {
  color: var(--white);
}
.blog-item-three .content-wrap .title {
  display: block;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.36;
  color: var(--white);
  padding-bottom: 1.5rem;
  margin-bottom: 2rem !important;
  border-bottom: 0.0625rem solid var(--white-10);
}
@media screen and (max-width: 575px) {
  .blog-item-three .content-wrap .title {
    font-size: 20px;
    padding-bottom: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
.blog-item-three .content-wrap .info {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75rem;
  color: var(--white);
}
.blog-item-four {
  display: block;
  background-color: var(--frame);
  border-radius: 0.75rem;
  box-shadow: 0 0.25rem 1rem 0 var(--title-text-10);
}
.blog-item-four .text-content {
  padding: 2.25rem 2rem;
}
@media screen and (max-width: 1350px) {
  .blog-item-four .text-content {
    padding: 1.875rem 1.25rem;
  }
}
.blog-item-four .authorDate {
  padding-bottom: 1.3125rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 1199px) {
  .blog-item-four .authorDate {
    gap: 0.625rem;
  }
}
.blog-item-four .authorDate .item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
@media screen and (max-width: 1199px) {
  .blog-item-four .authorDate .item {
    gap: 0.3125rem;
  }
}
.blog-item-four .authorDate .item .icon {
  flex-shrink: 0;
  display: flex;
}
.blog-item-four .authorDate .item .icon svg path {
  stroke: var(--para-text);
}
.blog-item-four .authorDate .item .text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.625rem;
  color: var(--para-text);
  font-style: italic;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .blog-item-four .authorDate .item .text {
    font-size: 0.875rem;
  }
}
.blog-item-four .authorDate .seperate {
  color: var(--para-text);
}
.blog-item-four .title {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 2rem;
  color: var(--title-text);
  padding-bottom: 0rem;
}
.blog-item-four .img {
  overflow: hidden;
  height: 18.0625rem;
  border-radius: 0.75rem;
}
.blog-item-four .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-item-five {
  display: block;
  border-radius: 0.75rem;
}
.blog-item-five .text-content {
  background-color: var(--frame);
  padding: 2.25rem 2rem;
  border-radius: 0.75rem;
}
@media screen and (max-width: 1350px) {
  .blog-item-five .text-content {
    padding: 1.875rem 1.25rem;
  }
}
.blog-item-five .authorDate {
  padding-bottom: 1.3125rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 1199px) {
  .blog-item-five .authorDate {
    gap: 0.625rem;
  }
}
.blog-item-five .authorDate .item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
@media screen and (max-width: 1199px) {
  .blog-item-five .authorDate .item {
    gap: 0.3125rem;
  }
}
.blog-item-five .authorDate .item .icon {
  flex-shrink: 0;
  display: flex;
}
.blog-item-five .authorDate .item .icon svg path {
  stroke: var(--para-text);
}
.blog-item-five .authorDate .item .text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.625rem;
  color: var(--para-text);
  font-style: italic;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .blog-item-five .authorDate .item .text {
    font-size: 0.875rem;
  }
}
.blog-item-five .authorDate .seperate {
  color: var(--para-text);
}
.blog-item-five .title {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 2rem;
  color: var(--title-text);
  padding-bottom: 0rem;
}
.blog-item-five .img {
  overflow: hidden;
  height: 18.0625rem;
  border-radius: 0.75rem;
  margin-bottom: 0.5rem;
}
.blog-item-five .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-items-wrap {
  padding-bottom: 3.75rem;
}
.blog-items-wrap .row {
  row-gap: 3.75rem;
}
.blog-pagination nav .pagination {
  background-color: var(--frame);
  padding: 0.5rem;
  border-radius: 5rem;
  display: flex;
  justify-content: start !important;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.9375rem;
}
@media screen and (max-width: 1199px) {
  .blog-pagination nav .pagination {
    border-radius: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .blog-pagination nav .pagination {
    justify-content: center;
  }
}
.blog-pagination nav .pagination .page-item:first-child .page-link, .blog-pagination nav .pagination .page-item:last-child .page-link {
  padding: 0 2.5rem;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 2rem;
  color: var(--title-text);
  display: flex;
  align-items: center;
  gap: 1rem;
  border: none;
  background-color: transparent;
  box-shadow: none !important;
}
@media screen and (max-width: 1199px) {
  .blog-pagination nav .pagination .page-item:first-child .page-link, .blog-pagination nav .pagination .page-item:last-child .page-link {
    padding: 0 1.25rem;
  }
}
.blog-pagination nav .pagination .page-item.disabled .page-link {
  opacity: 0.5;
}
.blog-pagination nav .pagination .page-item:first-child .page-link {
  border-right: 0.0625rem solid var(--black-stroke);
}
.blog-pagination nav .pagination .page-item:last-child .page-link {
  border-left: 0.0625rem solid var(--black-stroke);
}
.blog-pagination nav .pagination .prev,
.blog-pagination nav .pagination .next {
  padding: 0 2.5rem;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 2rem;
  color: var(--title-text);
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 1199px) {
  .blog-pagination nav .pagination .prev,
  .blog-pagination nav .pagination .next {
    padding: 0 1.25rem;
  }
}
.blog-pagination nav .pagination .prev {
  border-right: 0.0625rem solid var(--black-stroke);
}
.blog-pagination nav .pagination .next {
  border-left: 0.0625rem solid var(--black-stroke);
}
.blog-pagination nav .pagination .page-item:not(.blog-pagination nav .pagination .page-item:first-child, .blog-pagination nav .pagination .page-item:last-child) .page-link {
  width: 3.25rem;
  height: 3.25rem;
  border: 0.0625rem solid transparent !important;
  border-radius: 50%;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.75rem;
  color: var(--para-text);
  box-shadow: none !important;
  transition: all 0.3s;
}
@media screen and (max-width: 1199px) {
  .blog-pagination nav .pagination .page-item:not(.blog-pagination nav .pagination .page-item:first-child, .blog-pagination nav .pagination .page-item:last-child) .page-link {
    width: 1.875rem;
    height: 1.875rem;
  }
}
.blog-pagination nav .pagination .page-item:not(.blog-pagination nav .pagination .page-item:first-child, .blog-pagination nav .pagination .page-item:last-child) .page-link:hover {
  background-color: var(--button);
  color: var(--white);
}
.blog-pagination nav .pagination .page-item:not(.blog-pagination nav .pagination .page-item:first-child, .blog-pagination nav .pagination .page-item:last-child).active .page-link {
  background-color: var(--button);
  color: var(--white);
}
.blog-details .thumbnail {
  margin-bottom: 2.5rem;
  border-radius: 1.25rem;
}
@media screen and (max-width: 575px) {
  .blog-details .thumbnail {
    margin-bottom: 1.25rem;
  }
}
.blog-details .thumbnail img {
  width: 100%;
}
.blog-details .authorDate {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.625rem;
  padding-bottom: 1.25rem;
  border-bottom: 0.0625rem solid var(--black-stroke);
}
.blog-details .authorDate .author {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
.blog-details .authorDate .author .img {
  flex-shrink: 0;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  overflow: hidden;
}
.blog-details .authorDate .author .name {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 2rem;
  color: var(--title-text);
  padding-bottom: 0.3125rem;
}
@media screen and (max-width: 575px) {
  .blog-details .authorDate .author .name {
    font-size: 1.25rem;
  }
}
.blog-details .authorDate .author .info {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.625rem;
  color: var(--para-text);
}
.blog-details .authorDate .dateWrap {
  display: flex;
  align-items: center;
  gap: 0.6875rem;
}
.blog-details .authorDate .dateWrap p {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.625rem;
  color: var(--para-text);
}
.blog-details .authorDate .dateWrap .bar {
  width: 1.875rem;
  height: 0.0625rem;
  background-color: var(--para-text);
}
.blog-details .innerContent {
  display: flex;
  flex-direction: column;
  gap: 3.125rem;
  padding: 3.125rem 0 0rem;
}
@media screen and (max-width: 991px) {
  .blog-details .innerContent {
    padding: 3.125rem 0;
    gap: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .blog-details .innerContent {
    padding: 1.875rem 0;
    gap: 1.25rem;
  }
}
.blog-details .blockItem .title {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.25;
  color: var(--title-text);
  padding-bottom: 1.4375rem;
}
@media screen and (max-width: 575px) {
  .blog-details .blockItem .title {
    font-size: 1.375rem;
    padding-bottom: 1.125rem;
  }
}
.blog-details .blockItem .title-alt {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3125;
  color: var(--title-text);
  padding-bottom: 1rem;
}
@media screen and (max-width: 575px) {
  .blog-details .blockItem .title-alt {
    font-size: 1.25rem;
  }
}
.blog-details .blockItem .text-content p {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.625rem;
  color: var(--para-text);
  padding-bottom: 1.125rem;
}
.blog-details .blockItem .text-content p:last-child {
  padding-bottom: 0;
}
.blog-details .quoteWrap {
  background-color: var(--button);
  border-radius: 1.25rem;
  padding: 1.875rem 2rem;
}
@media screen and (max-width: 575px) {
  .blog-details .quoteWrap {
    padding: 1.25rem;
  }
}
.blog-details .quoteWrap .text {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 2.25rem;
  color: var(--white);
  padding-bottom: 2.6875rem;
}
@media screen and (max-width: 575px) {
  .blog-details .quoteWrap .text {
    font-size: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
.blog-details .quoteWrap .author {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.blog-details .quoteWrap .author .bar {
  width: 1.875rem;
  height: 0.0625rem;
  background-color: var(--white);
}
.blog-details .quoteWrap .author .name {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.875rem;
  color: var(--white);
}
@media screen and (max-width: 575px) {
  .blog-details .quoteWrap .author .name {
    font-size: 1rem;
  }
}
.blog-details .blogShare {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.blog-details .blogShare .title {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.375rem;
  color: var(--para-text);
  letter-spacing: 0.5em;
}
.blog-details .commentWrap {
  display: flex;
  flex-direction: column;
  gap: 3.125rem;
  padding-top: 3.125rem;
}
.blog-details .commentWrap .blockItem .title {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3125;
  color: var(--title-text);
  padding-bottom: 2rem;
}
@media screen and (max-width: 991px) {
  .blog-details .commentWrap .blockItem .title {
    font-size: 1.625rem;
    padding-bottom: 1.25rem;
  }
}
@media screen and (max-width: 575px) {
  .blog-details .commentWrap .blockItem .title {
    font-size: 1.25rem;
  }
}
.blog-social-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-color: var(--frame);
  transition: all 0.3s;
}
.blog-social-link svg path {
  fill: var(--title-text);
}
.blog-social-link:hover {
  background-color: var(--button);
}
.blog-social-link:hover svg path {
  fill: var(--white);
}
.blog-comment-list {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media screen and (max-width: 991px) {
  .blog-comment-list {
    gap: 1.875rem;
  }
}
@media screen and (max-width: 575px) {
  .blog-comment-list {
    gap: 1.25rem;
  }
}
.blog-comment-list .item {
  padding-bottom: 2.5rem;
  border-bottom: 0.0625rem solid var(--black-stroke);
  display: flex;
  gap: 1.75rem;
}
@media screen and (max-width: 991px) {
  .blog-comment-list .item {
    padding-bottom: 1.875rem;
  }
}
@media screen and (max-width: 575px) {
  .blog-comment-list .item {
    padding-bottom: 1.25rem;
    gap: 1.25rem;
  }
}
.blog-comment-list .item .img {
  flex-shrink: 0;
  width: 7.5rem;
  height: 7.5rem;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .blog-comment-list .item .img {
    width: 5rem;
    height: 5rem;
  }
}
@media screen and (max-width: 575px) {
  .blog-comment-list .item .img {
    width: 3.125rem;
    height: 3.125rem;
  }
}
.blog-comment-list .item .name {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 2rem;
  color: var(--title-text);
  padding-bottom: 0.5625rem;
}
.blog-comment-list .item .text {
  max-width: 34.4375rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.625rem;
  color: var(--para-text);
}
.blog-sidebar {
  max-width: 26.625rem;
  background-color: var(--frame);
  padding: 2rem;
  border-radius: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 3.1875rem;
}
@media screen and (max-width: 991px) {
  .blog-sidebar {
    padding: 1.875rem;
    gap: 1.875rem;
  }
}
@media screen and (max-width: 575px) {
  .blog-sidebar {
    padding: 1.25rem;
    gap: 1.25rem;
  }
}
.blog-sidebar .item .title {
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.36;
  color: var(--title-text);
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 575px) {
  .blog-sidebar .item .title {
    font-size: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
.blog-popularPost {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.blog-popularPost .item {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
.blog-popularPost .item .img {
  flex-shrink: 0;
  width: 7.25rem;
  height: 8.0625rem;
  border-radius: 0.5rem;
  overflow: hidden;
}
.blog-popularPost .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-popularPost .item .title {
  font-size: 1.0625rem;
  font-weight: 600;
  line-height: 1.75rem;
  color: var(--title-text);
  padding-bottom: 0.5625rem;
}
.blog-popularPost .item .date {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.625rem;
  color: var(--para-text);
}
.blog-categories {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  padding-left: 1.25rem;
}
.blog-categories li {
  list-style-type: disc;
}
.blog-categories li::marker {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.625rem;
  color: var(--para-text);
}
.blog-categories .item {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.625rem;
  color: var(--para-text);
}

/* Testimonials */
.testimonial-item-one {
  background-color: var(--white-5);
  padding: 3rem 2.5rem;
  border-radius: 1rem;
}
@media screen and (max-width: 575px) {
  .testimonial-item-one {
    padding: 1.25rem;
  }
}
.testimonial-item-one .sub-title {
  display: inline-block;
  padding: 0.375rem 1.75rem;
  border: 0.0625rem solid var(--white-stroke);
  border-radius: 6.25rem;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.75rem;
  color: var(--button);
}
@media screen and (max-width: 575px) {
  .testimonial-item-one .sub-title {
    padding: 0.375rem 1.25rem;
  }
}
.testimonial-item-one .text {
  padding: 2rem 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75rem;
  color: var(--white);
  max-width: 31.125rem;
}
@media screen and (max-width: 575px) {
  .testimonial-item-one .text {
    padding: 1.25rem 0;
    font-size: 1rem;
  }
}
.testimonial-item-one .author {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.testimonial-item-one .author .img {
  flex-shrink: 0;
  width: 4.125rem;
  height: 4.125rem;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 575px) {
  .testimonial-item-one .author .img {
    width: 3.125rem;
    height: 3.125rem;
  }
}
.testimonial-item-one .author .name {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 2.125rem;
  color: var(--white);
}
@media screen and (max-width: 575px) {
  .testimonial-item-one .author .name {
    font-size: 1.125rem;
  }
}
.testimonial-item-one .author .degi {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.625rem;
  color: var(--white-para);
}
@media screen and (max-width: 575px) {
  .testimonial-item-one .author .degi {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 575px) {
  .testimonial-item-one .quoteIcon {
    display: none;
  }
}
.testimonial-item-one .quoteIcon svg path {
  stroke: var(--white);
}
.testimonial-item-two {
  background-color: var(--white);
  border-radius: 1rem;
  box-shadow: 0 0.25rem 1rem 0 var(--title-text-10);
}
.testimonial-item-two .content {
  padding: 2.5rem 2rem 2rem;
}
.testimonial-item-two .content .icon {
  padding-bottom: 2rem;
  max-width: 40px;
}
.testimonial-item-two .content .icon svg path {
  fill: var(--button);
}
.testimonial-item-two .content .text {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.75rem;
  color: var(--para-text);
}
.testimonial-item-two .author {
  padding: 1.5rem 2rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  border-top: 0.0625rem solid var(--black-stroke);
}
.testimonial-item-two .author .img {
  flex-shrink: 0;
  width: 4.125rem;
  height: 4.125rem;
  border-radius: 50%;
}
.testimonial-item-two .author .title {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.875rem;
  color: var(--title-text);
}
.testimonial-item-two .author .info {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.625rem;
  color: var(--para-text);
}
.testimonial-item-three {
  max-width: 40.6875rem;
  margin: 0 auto;
  background-color: var(--white);
  border-radius: 1rem;
  box-shadow: 0 0.25rem 1rem 0 var(--title-text-10);
}
.testimonial-item-three .authorRating {
  border-bottom: 0.0625rem solid var(--black-stroke);
  padding: 2.5rem;
  display: flex;
  justify-content: space-between;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .testimonial-item-three .authorRating {
    padding: 1.25rem;
  }
}
.testimonial-item-three .authorRating .author {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.testimonial-item-three .authorRating .author .img {
  flex-shrink: 0;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .testimonial-item-three .authorRating .author .img {
    width: 3.125rem;
    height: 3.125rem;
  }
}
.testimonial-item-three .authorRating .author .title {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 2rem;
  color: var(--title-text);
  padding-bottom: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .testimonial-item-three .authorRating .author .title {
    font-size: 1.125rem;
  }
}
.testimonial-item-three .authorRating .author .info {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.625rem;
  color: var(--para-text);
}
@media screen and (max-width: 767px) {
  .testimonial-item-three .authorRating .author .info {
    font-size: 0.875rem;
  }
}
.testimonial-item-three .authorRating .review i {
  color: var(--button);
}
.testimonial-item-three .text {
  padding: 2.0625rem 2.5rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  color: var(--title-text);
}
@media screen and (max-width: 767px) {
  .testimonial-item-three .text {
    padding: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .testimonial-item-three .text {
    font-size: 1rem;
  }
}

/* Membership Benefits */
.membership-benefits-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.0625rem;
  background-color: var(--black-stroke);
  border-radius: 1.25rem;
}
@media screen and (max-width: 991px) {
  .membership-benefits-items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 575px) {
  .membership-benefits-items {
    grid-template-columns: repeat(1, 1fr);
  }
}
.membership-benefits-items .item {
  position: relative;
  background-color: var(--bg);
  padding: 3.75rem 3.75rem 3.375rem 2.5rem;
  cursor: pointer;
  transition: all 0.3s;
}
@media screen and (max-width: 1300px) {
  .membership-benefits-items .item {
    padding: 3.125rem 2.5rem;
  }
}
@media screen and (max-width: 1200px) {
  .membership-benefits-items .item {
    padding: 2.5rem 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .membership-benefits-items .item {
    padding: 1.875rem;
  }
}
@media screen and (max-width: 575px) {
  .membership-benefits-items .item {
    padding: 1.25rem;
  }
}
.membership-benefits-items .item:nth-child(1) {
  border-top-left-radius: 1.25rem;
}
@media screen and (max-width: 575px) {
  .membership-benefits-items .item:nth-child(1) {
    border-radius: 1.25rem 1.25rem 0 0;
  }
}
@media screen and (min-width: 576px) and (max-width: 991px) {
  .membership-benefits-items .item:nth-child(2) {
    border-top-right-radius: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  .membership-benefits-items .item:nth-child(3) {
    border-top-right-radius: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  .membership-benefits-items .item:nth-child(4) {
    border-bottom-left-radius: 1.25rem;
  }
}
@media screen and (min-width: 576px) and (max-width: 991px) {
  .membership-benefits-items .item:nth-child(5) {
    border-bottom-left-radius: 1.25rem;
  }
}
.membership-benefits-items .item:nth-child(6) {
  border-bottom-right-radius: 1.25rem;
}
@media screen and (max-width: 575px) {
  .membership-benefits-items .item:nth-child(6) {
    border-radius: 0 0 1.25rem 1.25rem;
  }
}
.membership-benefits-items .item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background-color: var(--button);
  transition: all 0.3s;
}
.membership-benefits-items .item .icon {
  position: relative;
  width: 72px;
  height: 72px;
}
@media screen and (max-width: 575px) {
  .membership-benefits-items .item .icon svg {
    max-width: 3.125rem;
    max-height: 3.125rem;
  }
}
.membership-benefits-items .item .icon svg path,
.membership-benefits-items .item .icon svg rect {
  transition: all 0.3s;
}
.membership-benefits-items .item .text-content {
  position: relative;
  padding-top: 1.9375rem;
}
@media screen and (max-width: 575px) {
  .membership-benefits-items .item .text-content {
    padding-top: 1.25rem;
  }
}
.membership-benefits-items .item .text-content .title {
  max-width: 15.625rem;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 2rem;
  color: var(--title-text);
  padding-bottom: 0.8125rem;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .membership-benefits-items .item .text-content .title {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}
.membership-benefits-items .item .text-content .info {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.625rem;
  color: var(--para-text);
  transition: all 0.3s;
}
.membership-benefits-items .item:hover {
  z-index: 1;
}
.membership-benefits-items .item:hover::before {
  transform: translate(-50%, -50%) scale(1.1);
}
.membership-benefits-items .item:hover .icon svg path,
.membership-benefits-items .item:hover .icon svg rect {
  fill: var(--white);
}
.membership-benefits-items .item:hover .title,
.membership-benefits-items .item:hover .info {
  color: var(--white) !important;
}
.membership-benefits-items-two {
  border-radius: 1rem;
}
.membership-benefits-items-two .item {
  background-color: var(--white);
  text-align: center;
}
.membership-benefits-items-two .item:nth-child(1) {
  border-top-left-radius: 1rem;
}
@media screen and (max-width: 575px) {
  .membership-benefits-items-two .item:nth-child(1) {
    border-radius: 1rem 1rem 0 0;
  }
}
@media screen and (min-width: 576px) and (max-width: 991px) {
  .membership-benefits-items-two .item:nth-child(2) {
    border-top-right-radius: 1rem;
  }
}
@media screen and (min-width: 992px) {
  .membership-benefits-items-two .item:nth-child(3) {
    border-top-right-radius: 1rem;
  }
}
@media screen and (min-width: 992px) {
  .membership-benefits-items-two .item:nth-child(4) {
    border-bottom-left-radius: 1rem;
  }
}
@media screen and (min-width: 576px) and (max-width: 991px) {
  .membership-benefits-items-two .item:nth-child(5) {
    border-bottom-left-radius: 1rem;
  }
}
.membership-benefits-items-two .item:nth-child(6) {
  border-bottom-right-radius: 1rem;
}
@media screen and (max-width: 575px) {
  .membership-benefits-items-two .item:nth-child(6) {
    border-radius: 0 0 1rem 1rem;
  }
}
.membership-benefits-items-two .item::before {
  border-radius: 0.5rem;
}
.membership-benefits-items-two .item .text-content .title {
  max-width: 15.625rem;
  margin: 0 auto;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 2rem;
  color: var(--title-text);
}
.membership-benefits-items-two .item:hover::before {
  transform: translate(-50%, -50%) scale(0.95);
}
.membership-benefits-item-three {
  height: 100%;
  position: relative;
  background-color: var(--white);
  border-radius: 1rem;
  padding: 3.75rem 2.4375rem 3.375rem;
  box-shadow: 0 0.25rem 1rem 0 var(--title-text-10);
  overflow: hidden;
  text-align: center;
  transition: all 0.3s;
}
.membership-benefits-item-three::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background-color: var(--button);
  transition: all 0.3s;
}
.membership-benefits-item-three .icon {
  position: relative;
  max-width: 72px;
  margin: 0 auto;
}
@media screen and (max-width: 575px) {
  .membership-benefits-item-three .icon svg {
    max-width: 3.125rem;
    max-height: 3.125rem;
  }
}
.membership-benefits-item-three .icon svg path,
.membership-benefits-item-three .icon svg rect {
  transition: all 0.3s;
}
.membership-benefits-item-three .text-content {
  position: relative;
  padding-top: 1.9375rem;
}
@media screen and (max-width: 575px) {
  .membership-benefits-item-three .text-content {
    padding-top: 1.25rem;
  }
}
.membership-benefits-item-three .text-content .title {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 2rem;
  color: var(--title-text);
  padding-bottom: 1.0625rem;
  transition: all 0.3s;
}
@media screen and (max-width: 991px) {
  .membership-benefits-item-three .text-content .title {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .membership-benefits-item-three .text-content .title {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}
.membership-benefits-item-three .text-content .info {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.625rem;
  color: var(--para-text);
  transition: all 0.3s;
}
.membership-benefits-item-three:hover {
  z-index: 1;
}
.membership-benefits-item-three:hover::before {
  transform: translate(-50%, -50%) scale(1);
}
.membership-benefits-item-three:hover .icon svg path,
.membership-benefits-item-three:hover .icon svg rect {
  fill: var(--white);
}
.membership-benefits-item-three:hover .title,
.membership-benefits-item-three:hover .info {
  color: var(--white) !important;
}
.membership-benefits-alt .row > div {
  padding: 0;
}
@media screen and (min-width: 992px) {
  .membership-benefits-alt .row > div:nth-last-child(1) .item, .membership-benefits-alt .row > div:nth-last-child(2) .item, .membership-benefits-alt .row > div:nth-last-child(3) .item {
    border-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .membership-benefits-alt .row > div:nth-child(1) .item, .membership-benefits-alt .row > div:nth-child(2) .item, .membership-benefits-alt .row > div:nth-child(3) .item {
    border-bottom: 1px solid var(--black-stroke);
  }
}
@media screen and (min-width: 992px) {
  .membership-benefits-alt .row > div:nth-child(1) .item, .membership-benefits-alt .row > div:nth-child(4) .item {
    border-left: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .membership-benefits-alt .row > div:last-child .item, .membership-benefits-alt .row > div:nth-last-child(2) .item {
    border-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .membership-benefits-alt .row > div:last-child .item {
    border-bottom: 0;
  }
}
.membership-benefits-alt .item {
  height: 100%;
  position: relative;
  background-color: var(--bg);
  border-bottom: 1px solid var(--black-stroke);
  border-left: 1px solid var(--black-stroke);
  padding: 3.75rem 3.75rem 3.375rem 2.5rem;
  cursor: pointer;
  transition: all 0.3s;
}
@media screen and (max-width: 1300px) {
  .membership-benefits-alt .item {
    padding: 3.125rem 2.5rem;
  }
}
@media screen and (max-width: 1200px) {
  .membership-benefits-alt .item {
    padding: 2.5rem 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .membership-benefits-alt .item {
    padding: 1.875rem;
  }
}
@media screen and (max-width: 575px) {
  .membership-benefits-alt .item {
    padding: 1.25rem;
  }
}
.membership-benefits-alt .item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background-color: var(--button);
  transition: all 0.3s;
}
.membership-benefits-alt .item .icon {
  position: relative;
}
@media screen and (max-width: 575px) {
  .membership-benefits-alt .item .icon svg {
    max-width: 3.125rem;
    max-height: 3.125rem;
  }
}
.membership-benefits-alt .item .icon svg path,
.membership-benefits-alt .item .icon svg rect {
  transition: all 0.3s;
}
.membership-benefits-alt .item .text-content {
  position: relative;
  padding-top: 1.9375rem;
}
@media screen and (max-width: 575px) {
  .membership-benefits-alt .item .text-content {
    padding-top: 1.25rem;
  }
}
.membership-benefits-alt .item .text-content .title {
  max-width: 15.625rem;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 2rem;
  color: var(--title-text);
  padding-bottom: 0.8125rem;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .membership-benefits-alt .item .text-content .title {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}
.membership-benefits-alt .item .text-content .info {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.625rem;
  color: var(--para-text);
  transition: all 0.3s;
}
.membership-benefits-alt .item:hover {
  z-index: 1;
}
.membership-benefits-alt .item:hover::before {
  transform: translate(-50%, -50%) scale(1.1);
}
.membership-benefits-alt .item:hover .icon svg path,
.membership-benefits-alt .item:hover .icon svg rect {
  fill: var(--white);
}
.membership-benefits-alt .item:hover .title,
.membership-benefits-alt .item:hover .info {
  color: var(--white) !important;
}

/* Price Item */
.price-item-one {
  background-color: var(--white);
  padding: 0.5rem;
  border-radius: 1.25rem;
}
.price-item-one .info-content {
  background-color: var(--frame);
  border-radius: 0.75rem;
  padding: 2.5rem 2rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.4375rem;
}
@media screen and (max-width: 575px) {
  .price-item-one .info-content {
    padding: 1.25rem;
  }
}
.price-item-one .info-content .icon {
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  background-color: var(--button);
  display: flex;
  justify-content: center;
  align-items: center;
}
.price-item-one .info-content .title {
  padding-bottom: 0.3125rem;
}
.price-item-one .info-content .info {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.625rem;
  color: var(--para-text);
}
.price-item-one .title {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 2rem;
  color: var(--title-text);
}
.price-item-one .price {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
  color: var(--title-text);
}
.price-item-one .price span {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
  color: var(--title-text);
  letter-spacing: -1px;
}
@media screen and (max-width: 575px) {
  .price-item-one .price span {
    font-size: 2rem;
  }
}
.price-item-one .link {
  width: 100%;
  padding: 0.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.75rem;
  color: var(--title-text);
  background-color: var(--white);
  border-radius: 3.125rem;
  text-align: center;
  transition: all 0.3s;
}
.price-item-one .link:hover {
  background-color: var(--button);
  color: var(--white);
}
.price-item-one .list-wrap {
  padding: 2rem;
}
@media screen and (max-width: 575px) {
  .price-item-one .list-wrap {
    padding: 1.25rem;
  }
}
.price-item-one .list-wrap .title {
  padding-bottom: 1.4375rem;
}
@media screen and (max-width: 575px) {
  .price-item-one .list-wrap .title {
    padding-bottom: 0.9375rem;
  }
}
.price-item-one .list-wrap .list li {
  padding-bottom: 1.875rem;
}
@media screen and (max-width: 575px) {
  .price-item-one .list-wrap .list li {
    padding-bottom: 0.625rem;
  }
}
.price-item-one .list-wrap .list li:last-child {
  padding-bottom: 0;
}
.price-item-one .list-wrap .list li.item {
  display: flex;
  align-items: center;
  gap: 0.875rem;
}
.price-item-one .list-wrap .list li.item .icon {
  flex-shrink: 0;
  display: flex;
}
.price-item-one .list-wrap .list li.item .icon svg path {
  stroke: var(--title-text);
}
.price-item-one .list-wrap .list li.item .text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.625rem;
  color: var(--title-text);
}
.price-item-two {
  background-color: var(--frame);
  border-radius: 1.25rem;
  transition: all 0.3s;
}
.price-item-two .info-content {
  padding: 2.5rem 2.5rem 2.375rem;
  border-bottom: 0.0625rem solid var(--black-stroke);
  display: flex;
  flex-direction: column;
  gap: 1.4375rem;
}
@media screen and (max-width: 575px) {
  .price-item-two .info-content {
    padding: 1.25rem;
  }
}
.price-item-two .info-content .icon {
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  background-color: var(--button);
  display: flex;
  justify-content: center;
  align-items: center;
}
.price-item-two .info-content .icon svg path,
.price-item-two .info-content .icon svg ellipse {
  fill: var(--white);
  transition: all 0.3s;
}
.price-item-two .info-content .title {
  padding-bottom: 1.25rem;
}
.price-item-two .info-content .info {
  padding-top: 0.4375rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.625rem;
  color: var(--para-text);
}
.price-item-two .title {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 2rem;
  color: var(--title-text);
}
.price-item-two .price {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
  color: var(--title-text);
}
.price-item-two .price span {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
  color: var(--title-text);
  letter-spacing: -1px;
}
@media screen and (max-width: 575px) {
  .price-item-two .price span {
    font-size: 2rem;
  }
}
.price-item-two .link {
  width: 100%;
  padding: 0.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.75rem;
  color: var(--white);
  background-color: var(--button);
  border-radius: 3.125rem;
  text-align: center;
  transition: all 0.3s;
}
.price-item-two .list-wrap {
  padding: 2.5rem;
}
@media screen and (max-width: 575px) {
  .price-item-two .list-wrap {
    padding: 1.25rem;
  }
}
.price-item-two .list-wrap .list:has(~ .link) {
  padding-bottom: 2.75rem;
}
.price-item-two .list-wrap .list li {
  padding-bottom: 1.875rem;
}
@media screen and (max-width: 575px) {
  .price-item-two .list-wrap .list li {
    padding-bottom: 0.625rem;
  }
}
.price-item-two .list-wrap .list li:last-child {
  padding-bottom: 0;
}
.price-item-two .list-wrap .list li.item {
  display: flex;
  align-items: center;
  gap: 0.875rem;
}
.price-item-two .list-wrap .list li.item .icon {
  flex-shrink: 0;
  display: flex;
}
.price-item-two .list-wrap .list li.item .icon svg path {
  stroke: var(--title-text);
  transition: all 0.3s;
}
.price-item-two .list-wrap .list li.item .text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.625rem;
  color: var(--title-text);
  transition: all 0.3s;
}
.price-item-two:hover {
  background-color: var(--button);
}
.price-item-two:hover .info-content {
  border-bottom-color: var(--white-20);
}
.price-item-two:hover .info-content .icon {
  background-color: var(--white);
}
.price-item-two:hover .info-content .icon svg path,
.price-item-two:hover .info-content .icon svg ellipse {
  fill: var(--button);
}
.price-item-two:hover .title,
.price-item-two:hover .info,
.price-item-two:hover .price,
.price-item-two:hover .price span {
  color: var(--white) !important;
}
.price-item-two:hover .list .item .icon svg path {
  stroke: var(--white) !important;
}
.price-item-two:hover .list .item .text {
  color: var(--white) !important;
}
.price-item-two:hover .link {
  color: var(--title-text) !important;
  background-color: var(--white);
}
.price-item-three {
  background-color: var(--button-5);
  backdrop-filter: blur(2.5rem);
  border-radius: 1rem;
  padding: 2.5rem;
  transition: all 0.3s;
}
.price-item-three .info-content {
  border-bottom: 0.0625rem solid var(--white-10);
  padding-bottom: 3rem;
  display: flex;
  flex-direction: column;
  gap: 1.4375rem;
}
@media screen and (max-width: 575px) {
  .price-item-three .info-content {
    padding-bottom: 1.25rem;
  }
}
.price-item-three .info-content .icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-color: var(--button);
  display: flex;
  justify-content: center;
  align-items: center;
}
.price-item-three .info-content .icon svg path,
.price-item-three .info-content .icon svg ellipse {
  fill: var(--white);
  transition: all 0.3s;
}
.price-item-three .info-content .info {
  padding-top: 1.3125rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.625rem;
  color: var(--white-80);
}
.price-item-three .title {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 2rem;
  color: var(--white);
}
.price-item-three .price {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.625rem;
  color: var(--white-70);
}
.price-item-three .price span {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
  color: var(--white);
  letter-spacing: -1px;
}
@media screen and (max-width: 575px) {
  .price-item-three .price span {
    font-size: 2rem;
  }
}
.price-item-three .link {
  width: 100%;
  padding: 0.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.75rem;
  color: var(--white);
  background-color: var(--white-5);
  border-radius: 3.125rem;
  text-align: center;
  transition: all 0.3s;
}
.price-item-three .list-wrap {
  padding-top: 2rem;
}
.price-item-three .list-wrap .title {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.75rem;
  color: var(--white);
  padding-bottom: 1.3125rem;
}
.price-item-three .list-wrap .list li {
  padding-bottom: 1.875rem;
}
@media screen and (max-width: 575px) {
  .price-item-three .list-wrap .list li {
    padding-bottom: 0.625rem;
  }
}
.price-item-three .list-wrap .list li:last-child {
  padding-bottom: 0;
}
.price-item-three .list-wrap .list li.item {
  display: flex;
  align-items: center;
  gap: 0.875rem;
}
.price-item-three .list-wrap .list li.item .icon {
  flex-shrink: 0;
  display: flex;
}
.price-item-three .list-wrap .list li.item .icon svg path {
  stroke: var(--white-70);
  transition: all 0.3s;
}
.price-item-three .list-wrap .list li.item .text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.625rem;
  color: var(--white-70);
  transition: all 0.3s;
}
.price-item-three:hover {
  background-color: var(--button-16);
}
.price-item-three:hover .info-content .icon {
  background-color: var(--button);
}
.price-item-three:hover .info-content .icon svg path,
.price-item-three:hover .info-content .icon svg ellipse {
  fill: var(--white);
}
.price-item-three:hover .title,
.price-item-three:hover .price span {
  color: var(--white) !important;
}
.price-item-three:hover .list .item .icon svg path {
  stroke: var(--white) !important;
}
.price-item-three:hover .list .item .text {
  color: var(--white) !important;
}
.price-item-three:hover .link {
  color: var(--white) !important;
  background-color: var(--button);
}

.zPrice-plan-annually {
  display: none;
}

/* Choose Us */
.choose-item-one {
  height: 100%;
  padding: 3rem 1.0625rem 2.625rem;
  background-color: var(--bg);
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.9375rem;
}
.choose-item-one .icon {
  flex-shrink: 0;
  margin: 0 auto;
  width: 2.75rem;
  height: 2.75rem;
}
.choose-item-one .title {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 2rem;
  color: var(--title-text);
  padding-bottom: 0.5625rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .choose-item-one .title {
    font-size: 1.25rem;
  }
}
.choose-item-one .info {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.625rem;
  color: var(--para-text);
  text-align: center;
}
.choose-item-two {
  height: 100%;
  padding: 2.5rem;
  background-color: var(--white);
  border-radius: 0.75rem;
  transition: all 0.3s;
}
@media screen and (max-width: 1199px) {
  .choose-item-two {
    padding: 1.5625rem;
  }
}
.choose-item-two .icon {
  width: 5rem;
  height: 5rem;
  border-radius: 0.5rem;
  background-color: var(--bg);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.9375rem;
  transition: all 0.3s;
}
.choose-item-two .icon img {
  max-width: 44px;
}
.choose-item-two .title {
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.36;
  color: var(--title-text);
  padding-bottom: 0.75rem;
  transition: all 0.3s;
}
@media screen and (max-width: 1199px) {
  .choose-item-two .title {
    font-size: 1.5625rem;
  }
}
@media screen and (max-width: 767px) {
  .choose-item-two .title {
    font-size: 1.25rem;
  }
}
.choose-item-two .info {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.625rem;
  color: var(--para-text);
  transition: all 0.3s;
}
.choose-item-two:hover {
  background-color: var(--button) !important;
}
.choose-item-two:hover .icon {
  background-color: var(--white);
}
.choose-item-two:hover .title,
.choose-item-two:hover .info {
  color: var(--white);
}

/* Portfolio Item */
.portfolio-items {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.portfolio-items .item {
  padding-bottom: 2rem;
  border-bottom: 0.0625rem solid var(--black-stroke);
}
.portfolio-items .item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.portfolio-items-two {
  max-width: 53.125rem;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  gap: 3.25rem;
}
@media screen and (max-width: 991px) {
  .portfolio-items-two {
    gap: 2rem;
    max-width: 100%;
  }
}
.portfolio-item-one .portfolio-item-tag {
  display: inline-flex;
  padding: 0.375rem 1.75rem;
  border: 0.0625rem solid var(--black-stroke);
  border-radius: 6.25rem;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.375rem;
  color: var(--title-text);
}
@media screen and (max-width: 575px) {
  .portfolio-item-one .portfolio-item-tag {
    padding: 0.375rem 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .portfolio-item-one .portfolio-item-info {
    text-align: center;
  }
}
.portfolio-item-one .portfolio-item-info .text-content {
  padding: 1.375rem 0 2.125rem;
}
@media screen and (min-width: 992px) {
  .portfolio-item-one .portfolio-item-info .text-content {
    max-width: 29.875rem;
  }
}
.portfolio-item-one .portfolio-item-info .text-content .title {
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.625rem;
  color: var(--title-text);
  padding-bottom: 1rem;
}
@media screen and (max-width: 991px) {
  .portfolio-item-one .portfolio-item-info .text-content .title {
    font-size: 1.5625rem;
  }
}
.portfolio-item-one .portfolio-item-info .text-content .info {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.625rem;
  color: var(--para-text);
}
.portfolio-item-one .portfolio-item-info .link {
  display: inline-flex;
  align-items: center;
}
.portfolio-item-one .portfolio-item-info .link span {
  display: inline-block;
  padding: 0.75rem 2.25rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.75rem;
  color: var(--title-text);
  background-color: var(--white);
  box-shadow: 0 0.25rem 1rem 0 var(--title-text-10);
  border-radius: 6.25rem;
  transition: all 0.3s;
}
.portfolio-item-one .portfolio-item-info .link .icon {
  flex-shrink: 0;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 50%;
  background-color: var(--white);
  box-shadow: 0 0.25rem 1rem 0 var(--title-text-10);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.portfolio-item-one .portfolio-item-info .link .icon svg path {
  fill: var(--title-text);
  transition: all 0.3s;
}
.portfolio-item-one .portfolio-item-info .link:hover span {
  background-color: var(--button);
  color: var(--white) !important;
}
.portfolio-item-one .portfolio-item-info .link:hover .icon {
  background-color: var(--button);
}
.portfolio-item-one .portfolio-item-info .link:hover .icon svg path {
  fill: var(--white);
}
.portfolio-item-one .portfolio-item-img {
  border-radius: 0.75rem;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .portfolio-item-one .portfolio-item-img {
    max-width: 42rem;
    margin-left: auto;
  }
}
.portfolio-item-two .portfolio-item-tag {
  display: inline-flex;
  padding: 0.375rem 1.75rem;
  border: 0.0625rem solid var(--black-stroke);
  border-radius: 6.25rem;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.375rem;
  color: var(--title-text);
}
@media screen and (max-width: 575px) {
  .portfolio-item-two .portfolio-item-tag {
    padding: 0.375rem 1.25rem;
  }
}
.portfolio-item-two .portfolio-item-info {
  padding-top: 3.25rem;
}
@media screen and (max-width: 991px) {
  .portfolio-item-two .portfolio-item-info {
    padding-top: 2rem;
  }
}
.portfolio-item-two .portfolio-item-info .text-content {
  padding-top: 1.625rem;
}
@media screen and (max-width: 991px) {
  .portfolio-item-two .portfolio-item-info .text-content {
    padding-top: 1.25rem;
  }
}
.portfolio-item-two .portfolio-item-info .text-content .title {
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.625rem;
  color: var(--title-text);
}
@media screen and (max-width: 991px) {
  .portfolio-item-two .portfolio-item-info .text-content .title {
    font-size: 1.5625rem;
  }
}
.portfolio-item-two .portfolio-item-img {
  border-radius: 1.25rem;
  overflow: hidden;
  height: 31.25rem;
}
@media screen and (max-width: 991px) {
  .portfolio-item-two .portfolio-item-img {
    height: 21.875rem;
  }
}
.portfolio-item-two .portfolio-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.portfolio-item-three {
  position: relative;
  height: 28.75rem;
  border-radius: 1rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .portfolio-item-three {
    height: 22.5rem;
  }
}
.portfolio-item-three .content-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 1rem;
  transition: all 0.3s;
}
.portfolio-item-three .content-wrap .portfolio-item-tag {
  display: inline-flex;
  padding: 0.375rem 1.75rem;
  border: 0.0625rem solid var(--black-stroke);
  border-radius: 6.25rem;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.375rem;
  color: var(--title-text);
}
@media screen and (max-width: 575px) {
  .portfolio-item-three .content-wrap .portfolio-item-tag {
    padding: 0.375rem 1.25rem;
  }
}
.portfolio-item-three .content-wrap .portfolio-item-info {
  padding: 2rem 1.5rem 1.5625rem;
  background-color: var(--white);
  border-radius: 0.75rem;
}
@media screen and (max-width: 575px) {
  .portfolio-item-three .content-wrap .portfolio-item-info {
    padding: 1.25rem;
  }
}
.portfolio-item-three .content-wrap .portfolio-item-info .title {
  display: block;
  margin-top: 0.9375rem;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 2rem;
  color: var(--title-text);
}
@media screen and (max-width: 991px) {
  .portfolio-item-three .content-wrap .portfolio-item-info .title {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .portfolio-item-three .content-wrap .portfolio-item-info .title {
    text-align: center;
  }
}
@media screen and (max-width: 575px) {
  .portfolio-item-three .content-wrap .portfolio-item-info .title {
    font-size: 1.125rem;
  }
}

/* Service Item */
.service-items-three {
  background-color: var(--title-text);
  border: 0.0625rem solid var(--white-5);
  border-radius: 1.5rem;
  overflow: hidden;
  box-shadow: 0 0.25rem 1rem 0 var(--white-5);
}
.service-items-three .item {
  position: relative;
  background-color: var(--title-text);
  padding: 2.5rem 2.5rem 2.9375rem;
  text-align: center;
  transition: all 0.3s;
}
@media screen and (max-width: 1300px) {
  .service-items-three .item {
    padding: 2.5rem;
  }
}
@media screen and (max-width: 1200px) {
  .service-items-three .item {
    padding: 2.5rem 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .service-items-three .item {
    padding: 1.875rem;
  }
}
@media screen and (max-width: 575px) {
  .service-items-three .item {
    padding: 1.25rem;
  }
}
.service-items-three .item > .icon {
  position: relative;
  width: 10rem;
  height: 10rem;
  margin: 0 auto 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.service-items-three .item > .icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: var(--button-5);
  transition: all 0.3s;
}
.service-items-three .item > .icon img {
  max-width: 100px;
}
.service-items-three .item .sub-title {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.625rem;
  color: var(--white-70);
  padding-bottom: 0.8125rem;
}
.service-items-three .item .title {
  max-width: 18.3125rem;
  margin: 0 auto;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 2rem;
  color: var(--white);
  padding-bottom: 1.625rem;
  transition: all 0.3s;
}
@media screen and (max-width: 991px) {
  .service-items-three .item .title {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .service-items-three .item .title {
    font-size: 1.125rem;
  }
}
.service-items-three .item .link {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.625rem;
  color: var(--white);
}
.service-items-three .item .link svg path {
  fill: var(--white);
  transition: all 0.3s;
}
.service-items-three .item:hover > .icon::before {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: var(--button-16);
}
.service-item-one {
  height: 100%;
  padding: 0.5rem 0.5rem 1.1875rem;
  background-color: var(--white);
  border-radius: 1rem;
  box-shadow: 0 0.25rem 1rem 0 var(--title-text-10);
  transition: all 0.3s;
}
.service-item-one .text-content {
  position: relative;
  border-radius: 0.5rem;
  background-color: var(--frame);
  padding: 2.5rem 2rem 2.125rem;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .service-item-one .text-content {
    padding: 1.875rem 1.25rem;
  }
}
.service-item-one .text-content .overlay-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  border-radius: 0.5rem;
  transition: all 0.3s;
}
.service-item-one .text-content .icon {
  position: relative;
  width: 4.5rem;
  height: 4.5rem;
  transition: all 0.3s;
}
.service-item-one .text-content .title {
  position: relative;
  padding: 1.9375rem 0 0.8125rem;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 2rem;
  color: var(--title-text);
  transition: all 0.3s;
}
.service-item-one .text-content .info {
  position: relative;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.625rem;
  color: var(--para-text);
  transition: all 0.3s;
}
.service-item-one .linkWrap {
  max-width: 14.5rem;
  margin: 0 auto;
  padding-top: 1.0625rem;
}
.service-item-one .linkWrap .link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.625rem;
  color: var(--title-text);
}
.service-item-one .linkWrap .link svg path {
  fill: var(--title-text);
  transition: all 0.3s;
}
.service-item-one:hover {
  background-color: var(--button);
}
.service-item-one:hover .text-content .overlay-img {
  transform: translate(-50%, -50%) scale(1);
}
.service-item-one:hover .text-content .title,
.service-item-one:hover .text-content .info {
  color: var(--white) !important;
}
.service-item-one:hover .link {
  color: var(--white) !important;
}
.service-item-one:hover .link svg path {
  fill: var(--white);
}
.service-item-two {
  height: 100%;
  padding: 3.25rem 1.3125rem 2.9375rem;
  background-color: var(--white-10);
  border-radius: 1rem;
  box-shadow: 0 0.25rem 1rem 0 var(--title-text-10);
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.3s;
}
.service-item-two > .icon {
  width: 6.9375rem;
  height: 6.9375rem;
  border-radius: 50%;
  background-color: var(--white-12);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.service-item-two > .icon img {
  max-width: 60px;
}
.service-item-two .text-content {
  padding: 2.125rem 0 1.6875rem;
}
.service-item-two .text-content .title {
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 2rem;
  color: var(--white);
  padding-bottom: 0.9375rem;
  text-align: center;
  transition: all 0.3s;
}
.service-item-two .text-content .info {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.625rem;
  color: var(--white);
  text-align: center;
  transition: all 0.3s;
}
.service-item-two .link {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.625rem;
  color: var(--white);
}
.service-item-two .link svg path {
  fill: var(--white);
  transition: all 0.3s;
}
.service-item-two:hover {
  background-color: var(--button);
}

/* About Statistics */
.aboutStatics-wrap {
  padding-top: 3.375rem;
  border-top: 0.0625rem solid var(--black-stroke);
}
.aboutStatics-wrap-two .statistics-item-one .title,
.aboutStatics-wrap-two .statistics-item-one .info {
  color: var(--white);
}
.aboutStatics-section-two {
  background-color: var(--button);
  padding: 3.75rem 0;
}
@media screen and (max-width: 991px) {
  .aboutStatics-section-two {
    padding: 2.5rem 0;
  }
}
@media screen and (max-width: 575px) {
  .aboutStatics-section-two {
    padding: 1.875rem 0;
  }
}

.statistics-item-one {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
.statistics-item-one .icon {
  flex-shrink: 0;
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 0.5rem;
  background-color: var(--frame);
  display: flex;
  justify-content: center;
  align-items: center;
}
.statistics-item-one .icon img {
  max-width: 2.5rem;
}
@media screen and (max-width: 575px) {
  .statistics-item-one .icon {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.statistics-item-one .title {
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.625rem;
  color: var(--title-text);
}
@media screen and (max-width: 575px) {
  .statistics-item-one .title {
    font-size: 1.5rem;
  }
}
.statistics-item-one .info {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.625rem;
  color: var(--title-text);
}
@media screen and (max-width: 575px) {
  .statistics-item-one .info {
    font-size: 0.875rem;
  }
}
.statistics-item-two {
  display: flex;
  flex-direction: column;
  gap: 1.625rem;
}
@media screen and (max-width: 991px) {
  .statistics-item-two {
    align-items: center;
    text-align: center;
  }
}
.statistics-item-two .icon {
  flex-shrink: 0;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 0.375rem;
  background-color: var(--white);
  box-shadow: 0 0.25rem 1rem 0 var(--title-text-10);
  display: flex;
  justify-content: center;
  align-items: center;
}
.statistics-item-two .icon img {
  max-width: 1.75rem;
}
@media screen and (max-width: 575px) {
  .statistics-item-two .icon {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.statistics-item-two .title {
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.625rem;
  color: var(--title-text);
  padding-bottom: 0.25rem;
}
@media screen and (max-width: 575px) {
  .statistics-item-two .title {
    font-size: 1.5rem;
  }
}
.statistics-item-two .info {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.625rem;
  color: var(--para-text);
}
@media screen and (max-width: 575px) {
  .statistics-item-two .info {
    font-size: 0.875rem;
  }
}

.aboutUs-wrap-two {
  padding: 3.25rem 3rem 2.8125rem;
  background-color: var(--frame);
  border-radius: 1.25rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1199px) {
  .aboutUs-wrap-two {
    padding: 2.5rem 1.25rem;
  }
}
@media screen and (max-width: 991px) {
  .aboutUs-wrap-two {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 1.5rem;
  }
}
@media screen and (max-width: 575px) {
  .aboutUs-wrap-two {
    grid-template-columns: repeat(1, 1fr);
  }
}
.aboutUs-wrap-two .item {
  height: 100%;
  border-right: 0.0625rem solid var(--black-stroke);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.1875rem;
}
@media screen and (max-width: 575px) {
  .aboutUs-wrap-two .item {
    border-right: none;
  }
}
@media screen and (max-width: 991px) {
  .aboutUs-wrap-two .item:nth-child(2) {
    border-right: none;
  }
}
.aboutUs-wrap-two .item:last-child {
  border-right: none;
}
@media screen and (max-width: 991px) and (min-width: 576px) {
  .aboutUs-wrap-two .item:last-child {
    grid-column: 1/3;
  }
}
.aboutUs-wrap-two .item .icon {
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 0.5rem;
  background-color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
}
.aboutUs-wrap-two .item .title {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.5;
  color: var(--title-text);
  text-align: center;
  max-width: 18rem;
  margin: 0 auto;
}
@media screen and (max-width: 1199px) {
  .aboutUs-wrap-two .item .title {
    max-width: 15rem;
    font-size: 1.125rem;
  }
}
.aboutUs-three-img {
  max-width: 31.25rem;
  border-radius: 1rem;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .aboutUs-three-img {
    margin: 0 auto;
  }
}
.aboutUs-three-content {
  padding-bottom: 3.1875rem;
  margin-bottom: 2.5rem;
  border-bottom: 0.0625rem solid var(--black-stroke);
}
@media screen and (max-width: 991px) {
  .aboutUs-three-content {
    text-align: center;
  }
}
.aboutUs-three-content .title {
  padding-top: 1.8125rem;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.25;
  color: var(--title-text);
}
@media screen and (max-width: 1350px) {
  .aboutUs-three-content .title {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 1199px) {
  .aboutUs-three-content .title {
    font-size: 1.875rem;
  }
}
.aboutUs-three-content .title span {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .aboutUs-img-wrap {
    padding-top: 3.1875rem;
  }
}
.aboutUs-img-one {
  border-radius: 1rem;
  max-height: 520px;
  overflow: hidden;
}
.aboutUs-img-one img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Hero Banner */
.hero-banner-one {
  overflow: hidden;
  padding: 7.5rem 0 5rem;
  background-color: var(--title-text);
}
@media screen and (max-width: 991px) {
  .hero-banner-one {
    padding: 5rem 0;
  }
}
@media screen and (max-width: 575px) {
  .hero-banner-one {
    padding: 3.125rem 0;
  }
}
.hero-banner-one-content-wrap {
  padding-bottom: 5.375rem;
}
@media screen and (max-width: 575px) {
  .hero-banner-one-content-wrap {
    padding-bottom: 3.125rem;
  }
}
@media screen and (max-width: 991px) {
  .hero-banner-one-left {
    text-align: center;
  }
}
.hero-banner-one-left .section-subtitle {
  border-color: var(--white-stroke);
  color: var(--white);
}
.hero-banner-one-left .section-title {
  font-size: 4.5rem;
  font-weight: 400;
  line-height: 1.195;
  color: var(--white);
}
.hero-banner-one-left .section-title span {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .hero-banner-one-left .section-title {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 575px) {
  .hero-banner-one-left .section-title {
    font-size: 2rem;
  }
}
.hero-banner-one-left .link-wrap {
  padding-top: 2.125rem;
}
.hero-banner-one-right {
  max-width: 32.8125rem;
  margin-left: auto;
}
@media screen and (max-width: 991px) {
  .hero-banner-one-right {
    max-width: 34.3125rem;
    margin: 0 auto;
    text-align: center;
  }
}
.hero-banner-one-right .logoWrap {
  display: flex;
  align-items: center;
  gap: 1.25rem 2rem;
}
@media screen and (max-width: 991px) {
  .hero-banner-one-right .logoWrap {
    justify-content: center;
  }
}
.hero-banner-one-right .section-info {
  color: var(--white);
  padding-bottom: 2.125rem;
}
.hero-banner-one-right .link {
  display: inline-flex;
  align-items: center;
}
.hero-banner-one-right .link span {
  display: inline-block;
  padding: 0.75rem 2.25rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.75rem;
  color: var(--white);
  background-color: var(--button);
  border-radius: 6.25rem;
  transition: all 0.3s;
}
.hero-banner-one-right .link .icon {
  flex-shrink: 0;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 50%;
  background-color: var(--button);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.hero-banner-one-right .link .icon svg path {
  fill: var(--white);
  transition: all 0.3s;
}
.hero-banner-one-right .link:hover span {
  background-color: var(--white);
  color: var(--title-text) !important;
}
.hero-banner-one-right .link:hover .icon {
  background-color: var(--white);
}
.hero-banner-one-right .link:hover .icon svg path {
  fill: var(--title-text);
}
.hero-banner-two {
  background-color: var(--white);
  padding: 6rem 0 7.5rem;
}
@media screen and (max-width: 1500px) {
  .hero-banner-two {
    padding: 1.875rem 0 7.5rem;
  }
}
@media screen and (max-width: 991px) {
  .hero-banner-two {
    padding: 3.75rem 0;
  }
}
.hero-banner-two-content-wrap {
  padding-bottom: 0;
}
.hero-banner-two-left .section-subtitle {
  border-color: var(--white-stroke);
  color: var(--white);
}
.hero-banner-two-left .section-title {
  font-size: 4.5rem;
  font-weight: 400;
  line-height: 1.195;
  color: var(--white);
}
.hero-banner-two-left .section-title span {
  font-weight: 700;
}
@media screen and (max-width: 1199px) {
  .hero-banner-two-left .section-title {
    font-size: 3.3125rem;
  }
}
@media screen and (max-width: 767px) {
  .hero-banner-two-left .section-title {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 575px) {
  .hero-banner-two-left .section-title {
    font-size: 2rem;
  }
}
.hero-banner-two-right .banner-imgWrap {
  max-width: 35.5rem;
}
@media screen and (min-width: 992px) {
  .hero-banner-two-right .banner-imgWrap {
    margin-left: auto;
  }
}
@media screen and (max-width: 991px) {
  .hero-banner-two-right .banner-imgWrap {
    margin: 0 auto;
  }
}
.hero-banner-three {
  background-color: var(--frame);
  padding: 6rem 0 7.5rem;
}
@media screen and (max-width: 1199px) {
  .hero-banner-three[data-background] {
    background-image: none !important;
  }
}
@media screen and (max-width: 991px) {
  .hero-banner-three {
    padding: 3.75rem 0;
  }
}
.hero-banner-three-content-wrap {
  padding-bottom: 0;
}
.hero-banner-three-left {
  max-width: 48.1875rem;
  margin: 0 auto;
  text-align: center;
}
.hero-banner-three-left .section-subtitle {
  border-color: var(--white-stroke);
  color: var(--white);
}
.hero-banner-three-left .section-title {
  font-size: 4.5rem;
  font-weight: 400;
  line-height: 1.195;
  color: var(--white);
}
.hero-banner-three-left .section-title span {
  font-weight: 700;
  color: var(--button);
}
@media screen and (max-width: 1199px) {
  .hero-banner-three-left .section-title {
    font-size: 3.3125rem;
  }
}
@media screen and (max-width: 767px) {
  .hero-banner-three-left .section-title {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 575px) {
  .hero-banner-three-left .section-title {
    font-size: 2rem;
  }
}
.hero-banner-three-left .link-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
}
@media screen and (max-width: 575px) {
  .hero-banner-three-left .link-wrap {
    flex-direction: column;
  }
}
.hero-banner-three-left .link-wrap .banner-altBtn span {
  background-color: var(--white);
  border-color: var(--white);
  box-shadow: 0 0.25rem 1rem 0 var(--title-text-10);
  color: var(--title-text) !important;
}
.hero-banner-three-left .link-wrap .banner-altBtn .icon {
  background-color: var(--white);
  border-color: var(--white);
  box-shadow: 0 0.25rem 1rem 0 var(--title-text-10);
}
.hero-banner-three-left .link-wrap .banner-altBtn .icon svg path {
  fill: var(--title-text);
}

.companyWrap-one {
  position: relative;
}
.companyWrap-one::before {
  content: "";
  position: absolute;
  top: 12.5rem;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--button);
}
.companyWrap-one .company-images {
  position: relative;
  max-width: 101.25rem;
  margin-left: auto;
  padding-bottom: 5rem;
}
.companyWrap-one .company-images .swiper {
  overflow: visible;
}
.companyWrap-one .company-images-item {
  position: relative;
  width: 100%;
  border-radius: 1rem;
  overflow: hidden;
}
.companyWrap-one .company-images-item .link {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 8.75rem;
  height: 8.75rem;
  border-radius: 50%;
  background-color: var(--white-60);
  backdrop-filter: blur(16px);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0.625rem;
  transition: all 0.3s;
}
.companyWrap-one .company-images-item .link svg path {
  fill: var(--title-text);
}
.companyWrap-one .company-images-item .link .text {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  color: var(--title-text);
}
.companyWrap-one .company-images-item:hover .link {
  transform: translate(-50%, -50%) scale(1);
}

/* Working process */
@media screen and (max-width: 991px) {
  .workProcess-wrap-two {
    margin: 0 auto;
  }
}
.workProcess-items-wrap-one > .row > div {
  padding: 0;
}
.workProcess-item-one {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
}
@media screen and (max-width: 575px) {
  .workProcess-item-one {
    gap: 1.5625rem;
  }
}
.workProcess-item-one .icon {
  flex-shrink: 0;
  width: 6.25rem;
  height: 6.25rem;
  border-radius: 0.75rem;
  background-color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  box-shadow: 0 0.25rem 1rem 0 var(--title-text-10);
}
.workProcess-item-one .icon img {
  max-width: 66px;
}
.workProcess-item-one .no {
  position: relative;
  width: 100%;
}
.workProcess-item-one .no::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 0.0625rem;
  background-color: var(--white-10);
}
.workProcess-item-one .no span {
  position: relative;
  display: inline-block;
  width: 2.5625rem;
  height: 2.5625rem;
  margin: 0 auto;
  border: 0.0625rem solid var(--white-10);
  border-radius: 50%;
  background-color: var(--process-one);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.75rem;
  color: var(--white);
  box-shadow: 0 0.25rem 1rem 0 var(--title-text-10);
}
@media screen and (min-width: 576px) {
  .workProcess-item-one .text-content {
    max-width: 18.3125rem;
  }
}
.workProcess-item-one .title {
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.5;
  color: var(--white);
  padding-bottom: 1rem;
  text-align: center;
}
@media screen and (max-width: 575px) {
  .workProcess-item-one .title {
    font-size: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
.workProcess-item-one .info {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.625rem;
  color: var(--white);
  opacity: 80%;
  text-align: center;
}
.workProcess-item-two {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
}
@media screen and (max-width: 575px) {
  .workProcess-item-two {
    gap: 1.5625rem;
  }
}
.workProcess-item-two .icon {
  flex-shrink: 0;
  width: 6.25rem;
  height: 6.25rem;
  border-radius: 0.75rem;
  background-color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  box-shadow: 0 0.25rem 1rem 0 var(--title-text-10);
}
.workProcess-item-two .icon img {
  max-width: 66px;
}
.workProcess-item-two .no {
  position: relative;
  width: 100%;
}
.workProcess-item-two .no::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 0.0625rem;
  background-color: var(--black-stroke);
}
.workProcess-item-two .no span {
  position: relative;
  display: inline-block;
  width: 2.5625rem;
  height: 2.5625rem;
  margin: 0 auto;
  border: 0.0625rem solid var(--black-stroke);
  border-radius: 50%;
  background-color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.75rem;
  color: var(--title-text);
  box-shadow: 0 0.25rem 1rem 0 var(--title-text-10);
}
@media screen and (min-width: 576px) {
  .workProcess-item-two .text-content {
    max-width: 18.3125rem;
  }
}
.workProcess-item-two .title {
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.5;
  color: var(--title-text);
  padding-bottom: 0.875rem;
  text-align: center;
}
@media screen and (max-width: 575px) {
  .workProcess-item-two .title {
    font-size: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
.workProcess-item-two .info {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.625rem;
  color: var(--para-text);
  opacity: 80%;
  text-align: center;
}
.workProcess-wrap-two .img {
  padding-top: 3.1875rem;
}

/* Features item */
.feature-item-one {
  height: 100%;
  padding: 3.25rem 2.5rem 2.875rem;
  background-color: var(--white-10);
  border: 0.0625rem solid var(--white-15);
  border-radius: 0.75rem;
}
@media screen and (max-width: 1199px) {
  .feature-item-one {
    padding: 2.5rem 1.25rem;
  }
}
.feature-item-one .content {
  padding-bottom: 1.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.feature-item-one .content .icon {
  flex-shrink: 0;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background-color: var(--white-12);
  display: flex;
  justify-content: center;
  align-items: center;
}
.feature-item-one .content .icon img {
  max-width: 3.25rem;
}
@media screen and (max-width: 1199px) {
  .feature-item-one .content .icon {
    width: 3.75rem;
    height: 3.75rem;
  }
  .feature-item-one .content .icon img {
    max-width: 2.625rem;
  }
}
.feature-item-one .content .title {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.5;
  color: var(--white);
}
@media screen and (max-width: 1199px) {
  .feature-item-one .content .title {
    font-size: 1.125rem;
  }
}
.feature-item-one .info {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.625rem;
  color: var(--white);
}

/* Team Member */
.team-member-one .imgWrap {
  position: relative;
  background-color: var(--bg);
  border-radius: 1rem;
  height: 24.25rem;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.team-member-one .imgWrap img {
  max-height: 17.5rem;
}
.team-member-one .imgWrap .social-icons {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 2rem 0.625rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.625rem 1.25rem;
}
.team-member-one .imgWrap .social-icons .item {
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  border: 0.0625rem solid var(--black-stroke);
  border-radius: 50%;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  color: var(--title-text);
}
.team-member-one .imgWrap .social-icons .item:hover {
  background-color: var(--button);
  border-color: var(--button);
  color: var(--white);
}
.team-member-one .text-content {
  text-align: center;
  padding-top: 1.125rem;
}
.team-member-one .title {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 2.625rem;
  color: var(--title-text);
}
.team-member-one .info {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.625rem;
  color: var(--para-text);
}

/* Mission Vision Goal */
.missionVisionGoal-one-wrap {
  position: relative;
  padding-top: 7.5rem;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .missionVisionGoal-one-wrap {
    padding-top: 0;
  }
}
.missionVisionGoal-one-wrap .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 56rem;
  height: 100%;
  max-height: 38rem;
  border-radius: 1rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .missionVisionGoal-one-wrap .img {
    display: none;
  }
}
.missionVisionGoal-one-wrap .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.missionVisionGoal-one-content {
  position: relative;
  width: 100%;
  max-width: 43.75rem;
  margin-left: auto;
  padding: 3.75rem 2.5rem;
  background-color: var(--white);
  border-radius: 1rem;
  box-shadow: 0 0.25rem 1rem 0 var(--title-text-10);
}
@media screen and (max-width: 767px) {
  .missionVisionGoal-one-content {
    padding: 1.875rem;
  }
}
@media screen and (max-width: 575px) {
  .missionVisionGoal-one-content {
    padding: 0.9375rem;
  }
}
.missionVisionGoal-one-innerContent .title {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.315;
  color: var(--title-text);
  padding-bottom: 0.75rem;
}
@media screen and (max-width: 575px) {
  .missionVisionGoal-one-innerContent .title {
    font-size: 1.5rem;
  }
}
.missionVisionGoal-one-innerContent .info {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
  color: var(--para-text);
}

/* Journey Item */
.journey-item-one {
  height: 100%;
  border-radius: 1rem;
  background-color: var(--frame);
  padding: 1.5625rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.25rem;
}
@media screen and (max-width: 991px) {
  .journey-item-one {
    padding: 1.25rem;
  }
}
.journey-item-one .title {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
  color: var(--title-text);
}
@media screen and (max-width: 991px) {
  .journey-item-one .title {
    font-size: 1rem;
  }
}
.journey-item-one .no {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
  color: var(--title-text);
}
@media screen and (max-width: 991px) {
  .journey-item-one .no {
    font-size: 2.125rem;
  }
}
.journey-item-two {
  height: 100%;
  border-radius: 1rem;
  background-color: var(--button);
  padding: 1.5625rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.25rem;
}
@media screen and (max-width: 991px) {
  .journey-item-two {
    padding: 1.25rem;
  }
}
.journey-item-two .title {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
  color: var(--white);
}
@media screen and (max-width: 991px) {
  .journey-item-two .title {
    font-size: 1rem;
  }
}
.journey-item-two .no {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
  color: var(--white);
}
@media screen and (max-width: 991px) {
  .journey-item-two .no {
    font-size: 2.125rem;
  }
}

@media screen and (max-width: 767px) {
  .journeyImg-wrap {
    max-height: 14.125rem;
  }
}

/* project details */
.project-details-thumb {
  padding-bottom: 3.75rem;
}
@media screen and (max-width: 991px) {
  .project-details-thumb {
    padding-bottom: 2.5rem;
  }
}
@media screen and (max-width: 575px) {
  .project-details-thumb {
    padding-bottom: 1.25rem;
  }
}
.project-details-thumb .img {
  border-radius: 1.25rem;
  height: 33.75rem;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .project-details-thumb .img {
    height: 22.5rem;
  }
}
@media screen and (max-width: 575px) {
  .project-details-thumb .img {
    height: 9.375rem;
  }
}
.project-details-thumb .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.project-details-content {
  max-width: 45.3125rem;
}
.project-details-sidebar {
  max-width: 27.5rem;
  background-color: var(--frame);
  border-radius: 1.25rem;
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media screen and (min-width: 1200px) {
  .project-details-sidebar {
    margin-left: auto;
  }
}
@media screen and (max-width: 991px) {
  .project-details-sidebar {
    padding: 1.875rem;
    gap: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .project-details-sidebar {
    padding: 1.25rem;
    gap: 1.25rem;
  }
}
@media screen and (max-width: 575px) {
  .project-details-sidebar {
    padding: 0.9375rem;
    gap: 0.9375rem;
  }
}
.project-details-sidebar .item {
  padding-bottom: 2.5rem;
  border-bottom: 0.0625rem solid var(--black-stroke);
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
@media screen and (max-width: 991px) {
  .project-details-sidebar .item {
    padding-bottom: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .project-details-sidebar .item {
    padding-bottom: 1.25rem;
  }
}
@media screen and (max-width: 575px) {
  .project-details-sidebar .item {
    padding-bottom: 0.9375rem;
  }
}
.project-details-sidebar .item .icon {
  flex-shrink: 0;
  width: 4.375rem;
  height: 4.375rem;
  border-radius: 50%;
  background-color: var(--button);
  display: flex;
  justify-content: center;
  align-items: center;
}
.project-details-sidebar .item .title {
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 2.375rem;
  color: var(--title-text);
}
@media screen and (max-width: 767px) {
  .project-details-sidebar .item .title {
    font-size: 1.25rem;
  }
}
.project-details-sidebar .item .info {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.625rem;
  color: var(--para-text);
}
.project-details-sidebar .item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

/* Our Approach */
.ourApproach-wrap .section-title-alt {
  padding-bottom: 2.6875rem;
}
.ourApproach-item-one {
  background-color: var(--process-one);
  padding: 2.5rem 2rem 2.0625rem;
  border-radius: 0.75rem;
}
.ourApproach-item-one .iconStep {
  display: flex;
  justify-content: space-between;
  gap: 1.25rem;
}
.ourApproach-item-one .iconStep .icon {
  flex-shrink: 0;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background-color: var(--white-5);
  display: flex;
  justify-content: center;
  align-items: center;
}
.ourApproach-item-one .iconStep .step {
  align-self: flex-start;
  border: 0.0625rem solid var(--white-stroke);
  border-radius: 2.25rem;
  padding: 0.25rem 1.25rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5rem;
  color: var(--white);
}
.ourApproach-item-one .text-content {
  padding-top: 1.4375rem;
}
.ourApproach-item-one .title {
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 2.375rem;
  color: var(--white);
  padding-bottom: 1rem;
}
.ourApproach-item-one .info {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
  color: var(--white-80);
}

.aboutService-one {
  background-color: var(--button);
  border-radius: 1.125rem;
  box-shadow: 0 0.25rem 1rem 0 var(--title-text-10);
}

.touchpoint-item-one {
  padding: 2.75rem 2.5rem 2.375rem;
  border-radius: 1rem;
  text-align: center;
  background-color: var(--white);
  box-shadow: 0 0.25rem 1rem 0 var(--title-text-10);
}
.touchpoint-item-one .icon {
  width: 5.5rem;
  height: 5.5rem;
  margin: 0 auto;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--button);
}
.touchpoint-item-one .text-content {
  padding-top: 1.9375rem;
}
.touchpoint-item-one .title {
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 2.375rem;
  color: var(--title-text);
  padding-bottom: 1rem;
}
.touchpoint-item-one .info {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.625rem;
  color: var(--para-text);
}

/* Contact */
.contact-wrap-one {
  border: 0.0625rem solid var(--black-stroke);
  border-radius: 1rem;
}
.contact-one-left {
  padding: 3.1875rem 3.25rem;
}
@media screen and (max-width: 1199px) {
  .contact-one-left {
    padding: 2.5rem;
  }
}
@media screen and (max-width: 1199px) {
  .contact-one-left {
    padding: 1.25rem;
  }
}
.contact-one-left .title {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2.125rem;
  color: var(--title-text);
  padding-bottom: 2.0625rem;
}
.contact-one-left .info {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.625rem;
  color: var(--title-text);
  padding: 2rem 0 2.375rem;
}
.contact-one-right {
  height: 100%;
  border-radius: 1rem;
  border-left: 0.0625rem solid var(--black-stroke);
  padding: 3.1875rem 3.75rem 3.75rem;
}
@media screen and (max-width: 1199px) {
  .contact-one-right {
    padding: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .contact-one-right {
    border-left: none;
    border-top: 0.0625rem solid var(--black-stroke);
  }
}
@media screen and (max-width: 1199px) {
  .contact-one-right {
    padding: 1.25rem;
  }
}
.contact-one-right .title {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2.125rem;
  color: var(--title-text);
  padding-bottom: 3.6875rem;
}
.contact-item-one {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.contact-item-one .item {
  display: flex;
  align-items: center;
  gap: 1.125rem;
}
.contact-item-one .item .icon {
  flex-shrink: 0;
  width: 3.5rem;
  height: 3.5rem;
  border: 0.0625rem solid var(--black-stroke);
  border-radius: 50%;
  background-color: var(--bg);
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-item-one .item .icon svg path {
  fill: var(--button);
}
.contact-item-one .item .text-content {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.625rem;
  color: var(--para-text);
}

.ourApproachSliderOne {
  overflow: visible;
}

.ourTechnology-wrap {
  position: relative;
  border-radius: 1rem;
  background-color: var(--frame);
  padding: 5rem 0;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .ourTechnology-wrap {
    padding: 3.125rem 0;
  }
}
@media screen and (max-width: 575px) {
  .ourTechnology-wrap {
    padding: 1.875rem 0;
  }
}
.ourTechnology-wrap .item {
  padding-bottom: 2rem;
}
@media screen and (max-width: 575px) {
  .ourTechnology-wrap .item {
    padding-bottom: 1.25rem;
  }
}
.ourTechnology-wrap .item:last-child {
  padding-bottom: 0;
}
.ourTechnology-wrap::before, .ourTechnology-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  max-width: 14.25rem;
  height: 100%;
}
.ourTechnology-wrap::before {
  left: 0;
  background: linear-gradient(270deg, rgba(246, 246, 246, 0) 0%, #f6f6f6 56.7%);
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .ourTechnology-wrap::before {
    max-width: 5rem;
  }
}
.ourTechnology-wrap::after {
  right: 0;
  background: linear-gradient(270deg, rgba(246, 246, 246, 0) 0%, #f6f6f6 56.7%);
  transform: rotate(180deg);
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .ourTechnology-wrap::after {
    max-width: 5rem;
  }
}
.ourTechnology-item {
  padding: 0.75rem;
  background-color: var(--white);
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.ourTechnology-item .icon {
  flex-shrink: 0;
  width: 7.25rem;
  height: 7.25rem;
  border-radius: 0.5rem;
  padding: 1.125rem;
  background-color: var(--frame);
  display: flex;
  justify-content: center;
  align-items: center;
}
.ourTechnology-item .title {
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.5;
  color: var(--title-text);
}
.ourTechnology-item .info {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
  color: var(--para-text);
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: linear;
}

.partner-list-2 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.partner-list-2 img {
  width: 100%;
}

/* Message */
.content-chat-message-user-wrap {
  max-width: 100%;
  width: 100%;
  overflow: hidden;
}
.content-chat-message-user-wrap .content-chat-message-user .body-chat-message-user {
  display: flex;
  flex-direction: column;
  gap: 1.5625rem;
  box-sizing: border-box;
  padding: 1.5625rem 1.25rem 0;
  height: 580px;
  overflow-y: auto;
  scrollbar-gutter: stable both-edges;
  scrollbar-width: thin;
}
@media screen and (max-width: 767px) {
  .content-chat-message-user-wrap .content-chat-message-user .body-chat-message-user {
    padding: 0.9375rem;
  }
}
.content-chat-message-user-wrap .content-chat-message-user .body-chat-message-user::-webkit-scrollbar {
  width: 6px;
}
.content-chat-message-user-wrap .content-chat-message-user .body-chat-message-user::-webkit-scrollbar-track {
  background: var(--scroll-track);
  border-radius: 3.125rem;
}
.content-chat-message-user-wrap .content-chat-message-user .body-chat-message-user::-webkit-scrollbar-thumb {
  background: var(--scroll-thumb);
  border-radius: 3.125rem;
}
.content-chat-message-user-wrap .content-chat-message-user .body-chat-message-user .message-user-left {
  display: flex;
  align-items: end;
  gap: 0.3125rem;
}
.content-chat-message-user-wrap .content-chat-message-user .body-chat-message-user .message-user-left .message-user-left-text {
  position: relative;
  max-width: 25rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
@media screen and (max-width: 575px) {
  .content-chat-message-user-wrap .content-chat-message-user .body-chat-message-user .message-user-left .message-user-left-text {
    gap: 0.3125rem;
  }
}
.content-chat-message-user-wrap .content-chat-message-user .body-chat-message-user .message-user-left .message-user-left-text .text {
  padding: 0.375rem 0.75rem;
  background-color: var(--white);
  border: 0.0625rem solid var(--stroke);
  border-radius: 0.625rem;
}
.content-chat-message-user-wrap .content-chat-message-user .body-chat-message-user .message-user-left .message-user-left-text .text > p {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.25rem;
  color: var(--title-text);
  padding-bottom: 0.5rem;
}
.content-chat-message-user-wrap .content-chat-message-user .body-chat-message-user .message-user-left .message-user-left-text .text .time-read {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.25rem;
}
.content-chat-message-user-wrap .content-chat-message-user .body-chat-message-user .message-user-left .message-user-left-text .text .time-read .time {
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1rem;
  color: var(--title-text);
}
.content-chat-message-user-wrap .content-chat-message-user .body-chat-message-user .message-user-left .message-user-left-text .share-icon {
  opacity: 0;
  visibility: hidden;
  flex-shrink: 0;
  width: 2.1875rem;
  height: 2.1875rem;
  border: none;
  border-radius: 50%;
  padding: 0;
  background-color: var(--frame);
  display: flex;
  justify-content: center;
  align-items: center;
}
.content-chat-message-user-wrap .content-chat-message-user .body-chat-message-user .message-user-left .message-user-left-text .share-icon img {
  max-width: 0.9375rem;
}
.content-chat-message-user-wrap .content-chat-message-user .body-chat-message-user .message-user-left .message-user-left-text:hover .share-icon {
  opacity: 1;
  visibility: visible;
}
.content-chat-message-user-wrap .content-chat-message-user .body-chat-message-user .message-user-left .message-user-img {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  overflow: hidden;
}
.content-chat-message-user-wrap .content-chat-message-user .body-chat-message-user .message-user-right {
  display: flex;
  justify-content: end;
  align-items: end;
  gap: 0.3125rem;
}
.content-chat-message-user-wrap .content-chat-message-user .body-chat-message-user .message-user-right .message-user-right-text {
  position: relative;
  max-width: 25rem;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 0.75rem;
}
@media screen and (max-width: 575px) {
  .content-chat-message-user-wrap .content-chat-message-user .body-chat-message-user .message-user-right .message-user-right-text {
    gap: 0.3125rem;
  }
}
.content-chat-message-user-wrap .content-chat-message-user .body-chat-message-user .message-user-right .message-user-right-text .text {
  padding: 0.375rem 0.75rem;
  background-color: var(--frame);
  border-radius: 0.625rem;
}
.content-chat-message-user-wrap .content-chat-message-user .body-chat-message-user .message-user-right .message-user-right-text .text > p {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.25rem;
  color: var(--title-text);
  padding-bottom: 0.5rem;
}
.content-chat-message-user-wrap .content-chat-message-user .body-chat-message-user .message-user-right .message-user-right-text .text .time-read {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.25rem;
}
.content-chat-message-user-wrap .content-chat-message-user .body-chat-message-user .message-user-right .message-user-right-text .text .time-read .time {
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1rem;
  color: var(--title-text);
}
.content-chat-message-user-wrap .content-chat-message-user .body-chat-message-user .message-user-right .message-user-right-text:hover .share-icon {
  opacity: 1;
  visibility: visible;
}
.content-chat-message-user-wrap .content-chat-message-user .body-chat-message-user .message-user-right .message-user-img {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  overflow: hidden;
}
.content-chat-message-user-wrap .content-chat-message-user .body-chat-message-user:has(.no-chat) {
  justify-content: center;
  align-items: center;
}
.content-chat-message-user-wrap .content-chat-message-user .body-chat-message-user .no-chat {
  text-align: center;
}
.content-chat-message-user-wrap .content-chat-message-user .body-chat-message-user .no-chat .img {
  padding-bottom: 0.625rem;
}
.content-chat-message-user-wrap .content-chat-message-user .body-chat-message-user .no-chat p {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.25rem;
  color: var(--title-text);
}
.content-chat-message-user-wrap .footer-chat-message-user {
  padding: 0.9375rem 1.25rem 1.5625rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.content-chat-message-user-wrap .footer-chat-message-user:has(#files-area #filesList #files-names .file-block) #files-area {
  max-width: calc(100% - 7.5rem);
  background-color: green;
  border: 0.0625rem solid var(--white);
  border-bottom: 0;
  border-radius: 0.625rem 0.625rem 0 0;
  padding: 1.25rem;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .content-chat-message-user-wrap .footer-chat-message-user:has(#files-area #filesList #files-names .file-block) #files-area {
    max-width: 100%;
    padding-left: 0.8125rem;
    padding-right: 0.75rem;
  }
}
.content-chat-message-user-wrap .footer-chat-message-user:has(#files-area #filesList #files-names .file-block) #files-area #filesList {
  display: block;
  border-bottom: 0.0625rem solid var(--stroke);
  padding-bottom: 0.9375rem;
}
.content-chat-message-user-wrap .footer-chat-message-user:has(#files-area #filesList #files-names .file-block) #files-area #filesList #files-names .file-block {
  background-color: var(--white);
  margin-top: 0;
}
.content-chat-message-user-wrap .footer-chat-message-user:has(#files-area #filesList #files-names .file-block) .message-user-send input {
  border-top: 0 !important;
  border-radius: 0 0 0.625rem 0.625rem;
}
.content-chat-message-user-wrap .footer-chat-message-user .footer-inputs {
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .content-chat-message-user-wrap .footer-chat-message-user .footer-inputs {
    position: relative;
    gap: 0;
    height: 3.125rem;
    background-color: var(--frame);
    border-radius: 3.125rem;
  }
}
@media screen and (max-width: 767px) {
  .content-chat-message-user-wrap .footer-chat-message-user {
    padding: 0.9375rem 0.625rem 1.5625rem;
  }
}
.content-chat-message-user-wrap .footer-chat-message-user .message-user-send {
  flex: 1 1 auto;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .content-chat-message-user-wrap .footer-chat-message-user .message-user-send {
    order: 1;
  }
}
.content-chat-message-user-wrap .footer-chat-message-user .message-user-send input {
  box-sizing: border-box;
  width: 100%;
  padding: 0.8125rem 1.25rem;
  border: 0.0625rem solid var(--white) !important;
  border-radius: 3.125rem;
  outline: none;
  border: none;
  background-color: var(--frame);
}
@media screen and (max-width: 767px) {
  .content-chat-message-user-wrap .footer-chat-message-user .message-user-send input {
    padding: 0.8125rem 3.4375rem;
  }
}
.content-chat-message-user-wrap .footer-chat-message-user button {
  flex: 0 0 auto;
  border: none;
  padding: 0;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content-chat-message-user-wrap .footer-chat-message-user button.emoji-btn,
.content-chat-message-user-wrap .footer-chat-message-user button.send-btn {
  flex: 0 0 auto;
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  border: none;
  background-color: var(--button);
  cursor: pointer;
}
.content-chat-message-user-wrap .footer-chat-message-user button.emoji-btn:hover,
.content-chat-message-user-wrap .footer-chat-message-user button.send-btn:hover {
  background-color: var(--button);
}
@media screen and (max-width: 767px) {
  .content-chat-message-user-wrap .footer-chat-message-user button.emoji-btn,
  .content-chat-message-user-wrap .footer-chat-message-user button.send-btn {
    z-index: 1;
    order: 2;
    width: 1.9375rem;
    height: 1.9375rem;
    background-color: var(--button);
    position: absolute;
    top: 50%;
    right: 0.8125rem;
    transform: translateY(-50%);
  }
  .content-chat-message-user-wrap .footer-chat-message-user button.emoji-btn img,
  .content-chat-message-user-wrap .footer-chat-message-user button.send-btn img {
    max-width: 0.8125rem;
  }
}

.atta-btn label {
  width: 3.125rem;
  height: 3.125rem;
  border: 0.0625rem solid var(--stroke) !important;
  border-radius: 50%;
  border: none;
  background-color: var(--white);
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .atta-btn label {
    z-index: 1;
    width: 1.9375rem;
    height: 1.9375rem;
    position: absolute;
    top: 50%;
    left: 0.8125rem;
    transform: translateY(-50%);
  }
  .atta-btn label img {
    max-width: 0.8125rem;
  }
}

.message-file-save {
  width: 1.875rem;
  height: 1.875rem;
  padding: 0 !important;
  border: 0.0625rem solid var(--stroke);
  border-radius: 50%;
  background-color: transparent;
}

.sf-popup-gallery {
  width: 110px;
  height: 110px;
  overflow: hidden;
}
.sf-popup-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.journeyImg-wrap,
.journey-slide-img {
  max-height: 520px;
  border-radius: 1rem;
  overflow: hidden;
}
.journeyImg-wrap img,
.journey-slide-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.files-names {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
}
.files-names:has(.file-block) {
  padding: 0.625rem 0;
}
.files-names .file-block {
  position: relative;
  flex: 0 0 auto;
  min-width: 4.375rem;
  max-width: 9.375rem;
  padding: 0.625rem;
  border: 0.0625rem solid var(--stroke);
  border-radius: 0.625rem;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.files-names .file-block .file-icon {
  display: inline-flex;
  font-size: 1rem;
  color: var(--para-text);
}
.files-names .file-block .name {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.0625rem;
  color: var(--title-text);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.files-names .file-block .file-delete {
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
  flex: 0 0 auto;
  width: 0.84375rem;
  height: 0.84375rem;
  border: 1px solid var(--para-text);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.625rem;
  color: var(--para-text);
  cursor: pointer;
}

@media screen and (min-width: 992px) {
  .tab-wrap-one {
    position: sticky;
    top: 114px;
  }
}

.landing-page-icon-item,
.landing-page-image-item,
.about-us-item {
  border-bottom: 0.0625rem solid var(--stroke);
  padding-bottom: 15px;
}

#our-landing-page-icon-block,
#our-landing-page-image-block,
#about-us-block {
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
}
#our-landing-page-icon-block .landing-page-icon-item:last-child,
#our-landing-page-icon-block .landing-page-image-item:last-child,
#our-landing-page-icon-block .about-us-item:last-child,
#our-landing-page-image-block .landing-page-icon-item:last-child,
#our-landing-page-image-block .landing-page-image-item:last-child,
#our-landing-page-image-block .about-us-item:last-child,
#about-us-block .landing-page-icon-item:last-child,
#about-us-block .landing-page-image-item:last-child,
#about-us-block .about-us-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.sf-btn-primary {
  display: inline-flex;
  border: 0.0625rem solid var(--button);
  border-radius: 3.125rem;
  padding: 0.75rem 2.25rem;
  background-color: var(--button);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.75rem;
  color: var(--white) !important;
  transition: all 0.3s;
}
.sf-btn-primary:hover {
  background-color: transparent;
  color: var(--button) !important;
}
.sf-icon-btn {
  display: inline-flex;
  align-items: center;
}
.sf-icon-btn span {
  display: inline-block;
  padding: 0.6875rem 2.1875rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.75rem;
  color: var(--white);
  background-color: var(--button);
  border: 0.0625rem solid var(--button);
  border-radius: 6.25rem;
  transition: all 0.3s;
}
.sf-icon-btn .icon {
  flex-shrink: 0;
  width: 3.25rem;
  height: 3.25rem;
  border: 0.0625rem solid var(--button);
  border-radius: 50%;
  background-color: var(--button);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.sf-icon-btn .icon svg path {
  fill: var(--white);
  transition: all 0.3s;
}
.sf-icon-btn:hover span {
  background-color: transparent;
  border-color: var(--button);
  color: var(--button) !important;
}
.sf-icon-btn:hover .icon {
  background-color: transparent;
  border-color: var(--button);
}
.sf-icon-btn:hover .icon svg path {
  fill: var(--button);
}

.submitButton {
  width: 100%;
  padding: 1rem;
  background-color: var(--button);
  text-align: center;
  border: none;
  border-radius: 3.75rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.625rem;
  color: var(--white);
}

.zMain-signLog-content {
  max-width: 47.3125rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .zMain-signLog-content {
    height: 100vh;
  }
}
@media screen and (max-width: 991px) {
  .zMain-signLog-content {
    min-height: 100vh;
  }
}

.signLog-section {
  display: flex;
  background-color: #fff;
  overflow-y: hidden;
}
@media screen and (min-width: 992px) {
  .signLog-section {
    height: 100vh;
  }
}
@media screen and (max-width: 991px) {
  .signLog-section {
    min-height: 100vh;
    padding: 3.125rem 0;
  }
}
.signLog-section .left,
.signLog-section .right {
  width: 50%;
  height: 100%;
}
.signLog-section .left {
  padding: 30px;
  border-radius: 1.25rem;
}
@media screen and (max-width: 991px) {
  .signLog-section .left {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .signLog-section .left {
    padding: 10px;
  }
}
.signLog-section .left .wrap {
  height: 100%;
}
.signLog-section .right {
  position: relative;
}
@media screen and (max-width: 991px) {
  .signLog-section .right {
    display: none;
  }
}

/*  */
.sign-up-page {
  overflow-x: hidden;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .sign-up-page {
    grid-template-columns: repeat(1, 1fr);
  }
}

.sign-up-left-content,
.sign-up-right-content {
  min-height: 80vh;
  height: 100%;
}

.sign-up-left-content {
  max-width: 51.375rem;
  padding: 2rem 0 2rem 2rem;
}
@media screen and (max-width: 1199px) {
  .sign-up-left-content {
    display: none;
  }
}
.sign-up-left-content .wrap {
  min-height: 55rem;
  border-radius: 1.25rem;
  padding: 1.5rem;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 1500px) {
  .sign-up-left-content .wrap {
    min-height: 37.8125rem;
  }
}
.sign-up-left-content .wrap .content {
  width: 100%;
  background-color: var(--button);
  padding: 3.125rem 1.25rem;
  border-radius: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3.75rem;
}
.sign-up-left-content .wrap .content .logo {
  flex-shrink: 0;
  max-width: 10.1875rem;
}
.sign-up-left-content .wrap .content .title {
  max-width: 25.3125rem;
  padding-left: 3.75rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.625rem;
  color: var(--white);
  border-left: 0.0625rem solid var(--white);
}
.sign-up-right-content {
  display: flex;
  align-items: center;
  padding: 0 2rem;
}
@media screen and (max-width: 1199px) {
  .sign-up-right-content {
    padding: 2rem 1.25rem;
  }
}
.sign-up-right-content .wrap {
  width: 100%;
  max-width: 49.125rem;
  margin: 0 auto;
}
.sign-up-right-content .wrap .text-content {
  padding-bottom: 2.125rem;
}
.sign-up-right-content .wrap .text-content .title {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 3.125rem;
  color: var(--title-text);
  padding-bottom: 0.9375rem;
}
.sign-up-right-content .wrap .text-content .info {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.625rem;
  color: var(--title-text);
}
.sign-up-right-content .wrap .text-content .info .link {
  color: var(--button) !important;
  text-decoration: underline;
}

/* Rember Forgot */
.remeberForgot {
  padding: 1.25rem 0 2.375rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.remeberForgot .forgotPass {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.625rem;
  color: var(--button);
  text-decoration: underline;
}

/* passShowHide */
.passShowHide {
  position: relative;
}
.passShowHide button {
  border: none;
  padding: 0;
  background-color: transparent;
  position: absolute;
  bottom: 1.125rem;
  right: 1.5625rem;
  color: var(--para-text);
  font-weight: 400;
}

/* OTP */
.otp-input-fields {
  display: flex;
  gap: 0.625rem;
}
.otp-input-fields input {
  flex: 1 1 auto;
  max-width: 7.3125rem;
  width: 100%;
  height: 3.25rem;
  border: 0.0625rem solid var(--black-stroke);
  border-radius: 0.3125rem;
  background-color: var(--white);
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 2.875rem;
  color: var(--para-text);
  text-align: center;
}
@media screen and (max-width: 575px) {
  .otp-input-fields input {
    height: 4.375rem;
  }
}
.otp-input-fields input:focus, .otp-input-fields input:hover {
  border-color: var(--button);
}
.otp-input-fields input::-webkit-outer-spin-button, .otp-input-fields input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

/* Other Auth */
.otherAuthWrap {
  padding-bottom: 2.125rem;
}
.otherAuthWrap .text {
  position: relative;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.625rem;
  color: var(--para-text);
}
.otherAuthWrap .text span {
  position: relative;
  display: inline-block;
  background-color: var(--white);
  padding: 0 2rem;
}
.otherAuthWrap .text::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 0.0625rem;
  background-color: var(--black-stroke);
}
.otherAuthWrap .authList {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  padding-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .otherAuthWrap .authList li {
    width: 100%;
  }
}
.otherAuthWrap .authList .item {
  width: 100%;
  padding: 1.125rem;
  border-radius: 3.75rem;
  background-color: var(--frame);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
.otherAuthWrap .authList .item img {
  max-width: 1.5rem;
}
.otherAuthWrap .authList .item span {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.625rem;
  color: var(--title-text);
}
@media screen and (max-width: 767px) {
  .otherAuthWrap .authList .item span {
    display: none;
  }
}

body {
  font-family: "Plus Jakarta Sans", sans-serif;
  background-color: var(--white);
  color: var(--para-text);
}

iframe {
  border: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0 !important;
}

p {
  margin: 0 !important;
}

a,
b,
div,
ul,
li {
  transition: all 0.3s linear;
}

input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active,
select:focus,
select:hover {
  outline: none;
  box-shadow: none;
}

button,
button:hover,
button:focus,
button:active {
  outline: none;
  box-shadow: none;
}

embed,
object,
video {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  outline: 0;
}

a:active,
a:focus,
a:hover,
a:visited {
  text-decoration: none;
  outline: 0;
}

:focus {
  outline: none;
}

img {
  border: none;
  max-width: 100%;
  height: auto;
}

button:focus {
  outline: none;
  box-shadow: none !important;
}

.btn.focus,
.btn:focus {
  border: 1px solid transparent;
}

.form-control:focus,
.btn.focus,
.btn:focus {
  color: #495057;
  background-color: #fff;
  outline: 0;
  box-shadow: none;
}

a:focus {
  outline: 0px solid;
}

a {
  text-decoration: none;
}

a:hover {
  color: var(--primary-color);
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0 none;
  color: var(--hover-color);
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

::-moz-selection {
  background: var(--brand-primary);
  text-shadow: none;
}

::selection {
  background: var(--button);
  text-shadow: none;
  color: #ffffff;
}

.container {
  max-width: 84.375rem;
}

[data-background] {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.zSidebar-logo {
  display: inline-block;
  width: 100%;
  padding: 1.5625rem 0.9375rem 0.9375rem;
  border-bottom: 0.0625rem solid var(--white-20);
}
.zSidebar-logo img {
  max-width: 10.4375rem;
  max-height: 2.1875rem;
}
.zSidebar-menu > li {
  position: relative;
  padding: 0 0.75rem;
}
.zSidebar-menu > li.sidebar-divider {
  border-top: 0.0625rem solid var(--white-20);
  padding: 0.625rem 0.6875rem 0.5625rem 1.4375rem;
  margin: 0.5rem 0.8125rem 0 0.25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.zSidebar-menu > li:not(.zSidebar-menu > li.sidebar-divider) {
  margin-bottom: 0.3125rem;
}
.zSidebar-menu > li:first-child.sidebar-divider {
  padding-top: 0;
  margin-top: 0;
  border-top: none;
}
.zSidebar-menu > li:last-child {
  margin-bottom: 0;
}
.zSidebar-menu > li svg {
  max-width: 16px;
  max-height: 16px;
}
.zSidebar-menu > li > a {
  position: relative;
  padding: 0.8125rem 0.9375rem;
  border-radius: 0.5rem;
}
.zSidebar-menu > li > a svg path,
.zSidebar-menu > li > a svg circle,
.zSidebar-menu > li > a svg rect {
  fill: var(--frame);
}
.zSidebar-menu > li > a span {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.125rem;
  color: var(--white-80);
}
.zSidebar-menu > li > a::before {
  position: absolute;
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-color: var(--frame);
  right: 1em;
  transform: rotate(135deg) translate(0, -50%);
  transform-origin: top;
  top: 50%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out;
}
.zSidebar-menu > li > a ~ div .zSidebar-submenu {
  padding: 0.625rem 0 0.625rem 2.5rem;
}
.zSidebar-menu > li > a ~ div .zSidebar-submenu li {
  padding-bottom: 0.375rem;
}
.zSidebar-menu > li > a ~ div .zSidebar-submenu li:last-child {
  padding-bottom: 0;
}
.zSidebar-menu > li > a ~ div .zSidebar-submenu li a {
  position: relative;
  padding-left: 0.75rem;
  display: block;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 0.9375rem;
  color: var(--frame);
}
.zSidebar-menu > li > a ~ div .zSidebar-submenu li a::before {
  content: "";
  position: absolute;
  top: 0.3125rem;
  left: 0;
  width: 0.3125rem;
  height: 0.3125rem;
  border-radius: 50%;
  background-color: var(--frame);
}
.zSidebar-menu > li > a ~ div .zSidebar-submenu li a.active::before {
  background-color: var(--button);
}
.zSidebar-menu > li > a.has-subMenu-arrow::before {
  opacity: 1;
  visibility: visible;
}
.zSidebar-menu > li > a:has(~ div ul.zSidebar-submenu li)::before {
  opacity: 1;
  visibility: visible;
}
.zSidebar-menu > li > a[aria-expanded=true]::before {
  transform: rotate(227deg);
}
.zSidebar-menu > li > a.active {
  background-color: var(--sidebar-active);
}
.zSidebar-menu > li > a.active svg path,
.zSidebar-menu > li > a.active svg circle,
.zSidebar-menu > li > a.active svg rect {
  fill: var(--sidebar-text);
}
.zSidebar-menu > li > a.active span {
  color: var(--sidebar-text);
}
.zSidebar-menu > li > a.active::before {
  border-color: var(--sidebar-text);
}
.zSidebar-fixed {
  max-height: calc(100% - 5.3125rem);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow-y: scroll;
  scrollbar-width: none;
  padding-top: 0.625rem;
}
.zSidebar-fixed::-webkit-scrollbar {
  display: none !important;
}

.zTab-reset {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0;
  --bs-nav-link-font-weight: 400;
  --bs-nav-link-color: #fff;
  --bs-nav-tabs-border-width: 0;
  --bs-nav-tabs-border-color: #fff;
  --bs-nav-tabs-border-radius: 0;
  --bs-nav-tabs-link-active-color: #fff;
  --bs-nav-tabs-link-active-bg: #fff;
  flex-wrap: nowrap;
  border-bottom: none;
}
.zTab-wrap {
  display: flex;
  justify-content: center;
  margin-top: calc(-1 * 3.0625rem);
}
.zTab-one {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 991px) {
  .zTab-one {
    margin-bottom: 1.25rem;
  }
}
@media screen and (max-width: 575px) {
  .zTab-one {
    gap: 1rem 0.625rem;
  }
}
.zTab-one .nav-link {
  position: relative;
  padding: 0.75rem 2.4375rem;
  background-color: var(--white);
  border-radius: 3.5rem;
  white-space: nowrap;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.75rem;
  color: var(--title-text);
  box-shadow: 0px 4px 16px 0px var(--title-text-10);
  transition: all 0.3s;
}
@media screen and (max-width: 991px) {
  .zTab-one .nav-link {
    padding: 0.75rem 1.25rem;
  }
}
@media screen and (max-width: 575px) {
  .zTab-one .nav-link {
    padding: 0.625rem 0.9375rem;
    font-size: 0.875rem;
  }
}
.zTab-one .nav-link.active {
  background-color: var(--button);
  color: var(--white) !important;
  box-shadow: none;
}
.zTab-two {
  padding: 0.375rem;
  background-color: transparent;
  border: 0.0625rem solid var(--black-stroke);
  border-radius: 4rem;
}
.zTab-two .nav-link {
  width: 100%;
  padding: 0.75rem 2.5rem;
  background-color: transparent;
  border-radius: 3.75rem;
  white-space: nowrap;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.75rem;
  color: var(--para-text);
}
@media screen and (max-width: 991px) {
  .zTab-two .nav-link {
    padding: 0.75rem 1.25rem;
  }
}
.zTab-two .nav-link.active {
  background-color: var(--button);
  color: var(--white) !important;
}
.zTab-three {
  padding: 0.375rem;
  background-color: transparent;
  border: 0.0625rem solid var(--white-stroke);
  border-radius: 4rem;
}
.zTab-three .nav-link {
  width: 100%;
  padding: 0.75rem 2.5rem;
  background-color: transparent;
  border-radius: 3.75rem;
  white-space: nowrap;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.75rem;
  color: var(--para-text);
}
@media screen and (max-width: 991px) {
  .zTab-three .nav-link {
    padding: 0.75rem 1.25rem;
  }
}
.zTab-three .nav-link.active {
  background-color: var(--button);
  color: var(--white) !important;
}
.zTab-four {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1.625rem;
}
@media screen and (max-width: 991px) {
  .zTab-four {
    margin-bottom: 1.25rem;
  }
}
.zTab-four .nav-link {
  position: relative;
  padding: 0.75rem 2.25rem;
  background-color: var(--white);
  border: 0.0625rem solid var(--black-stroke);
  border-radius: 3.5rem;
  white-space: nowrap;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.75rem;
  color: var(--title-text);
  transition: all 0.3s;
}
@media screen and (max-width: 991px) {
  .zTab-four .nav-link {
    padding: 0.75rem 1.25rem;
  }
}
@media screen and (max-width: 575px) {
  .zTab-four .nav-link {
    padding: 0.625rem 0.9375rem;
    font-size: 0.875rem;
  }
}
.zTab-four .nav-link.active {
  border-color: var(--button);
  background-color: var(--button);
  color: var(--white) !important;
  box-shadow: none;
}
@media screen and (max-width: 575px) {
  .zTab-five {
    justify-content: center;
    gap: 0.625rem;
    padding-bottom: 1.25rem;
  }
}
.zTab-five .nav-link {
  position: relative;
  padding: 0rem 0.9375rem 1.8125rem;
  background-color: transparent;
  border-radius: 0;
  white-space: nowrap;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.5rem;
  color: var(--para-text);
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
@media screen and (max-width: 575px) {
  .zTab-five .nav-link {
    padding: 0.625rem;
    background-color: var(--white);
    border-radius: 0.3125rem;
  }
}
.zTab-five .nav-link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 0.125rem;
  background-color: var(--button);
  transition: all 0.3s;
}
@media screen and (max-width: 575px) {
  .zTab-five .nav-link::before {
    display: none;
  }
}
.zTab-five .nav-link.active {
  background-color: transparent;
  color: var(--button);
}
@media screen and (max-width: 575px) {
  .zTab-five .nav-link.active {
    background-color: var(--button) !important;
    color: var(--white);
  }
}
.zTab-five .nav-link.active::before {
  width: 100%;
}
.zTab-five .nav-link.active svg circle {
  stroke: var(--button);
}
.zTab-five .nav-link.active svg path {
  fill: var(--button);
}

/* Modal */
.modal-backdrop {
  --bs-backdrop-opacity: 0.4;
  background-color: var(--title-text);
}

/* Start Table Styles */
.zTable {
  width: 100% !important;
  font-size: 0.875rem !important;
  font-weight: 500 !important;
  color: var(--button) !important;
  margin-bottom: 0;
  border-color: var(--black-stroke);
  border-bottom: none !important;
}
.zTable > :not(caption):first-child > * > * {
  border-bottom: none;
  padding: 0 !important;
}
.zTable > :not(caption):first-child > * > * > * {
  background-color: var(--frame);
}
.zTable > :not(caption):first-child > * > *:first-child {
  padding-left: 0 !important;
}
.zTable > :not(caption):first-child > * > *:first-child > * {
  border-radius: 0.25rem 0 0 0.25rem;
}
.zTable > :not(caption):first-child > * > *:last-child {
  padding-right: 0 !important;
}
.zTable > :not(caption):first-child > * > *:last-child > * {
  border-radius: 0 0.25rem 0.25rem 0;
}
.zTable > :not(caption):first-child > * > * > * {
  padding: 0.71875rem 1.25rem !important;
}
.zTable > :not(caption):last-child > *:last-child > td {
  padding-bottom: 0 !important;
  border-bottom-color: transparent !important;
}
.zTable > :not(caption) > * {
  position: relative;
}
.zTable > :not(caption) > * > * {
  padding: 1.375rem 1.25rem !important;
  border-bottom-color: var(--black-stroke) !important;
  vertical-align: middle;
}
.zTable > :not(caption) > * > *:first-child {
  padding-left: 1.25rem !important;
}
.zTable > :not(caption) > * > *:last-child {
  padding-right: 1.25rem !important;
}
.zTable thead tr th {
  font-size: 0.875rem !important;
  font-weight: 500 !important;
  line-height: 1.0625rem;
  color: var(--title-text);
}
.zTable tbody tr td {
  font-size: 0.75rem !important;
  font-weight: 500 !important;
  line-height: 0.9375rem;
  color: var(--para-text);
}
.zTable > tbody > tr > * {
  transition: all 0.3s;
}
@media screen and (min-width: 1024px) {
  .zTable-responsive {
    overflow: hidden;
  }
}
@media screen and (max-width: 1023px) {
  .zTable-responsive {
    padding-bottom: 1.25rem;
  }
}
.zTable-last-item-right > :not(caption) > *:not(.zTable-last-item-right > :not(caption) > *.child) > * {
  position: relative;
}
.zTable-last-item-right > :not(caption) > *:not(.zTable-last-item-right > :not(caption) > *.child) > *:last-child {
  text-align: right;
}
.zTable-last-item-border > :not(caption):last-child > *:last-child > td {
  padding-bottom: 1.375rem !important;
  border-bottom-color: var(--black-stroke) !important;
}
.zTable .sf-select-without-search {
  min-width: 135px;
  padding-left: 0.625rem !important;
}
.zTable .sf-select-without-search::after {
  right: 5px;
}
.zTable .sf-select-without-search.open .list li {
  white-space: normal !important;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control {
  padding-left: 2.5rem !important;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control::before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control::before {
  top: 50%;
  left: 0.25rem;
  transform: translateY(-50%);
  height: 1rem;
  width: 1rem;
  display: block;
  position: absolute;
  color: var(--white);
  border: 0.125rem solid var(--para-text);
  border-radius: 50%;
  text-align: center;
  line-height: 0.875rem;
  box-shadow: 0 0 0.1875rem var(--black);
  box-sizing: content-box;
  content: "+";
  background-color: var(--para-text);
  transition: all 0.3s;
}

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th.dtr-control:before {
  content: "-";
}

table.dataTable.dtr-inline.collapsed > tbody > tr:last-child > td.dtr-control::before {
  transform: translateY(0px);
}

.dtr-details {
  display: block !important;
}
.dtr-details li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 5px;
}

table.dataTable td.dataTables_empty {
  text-align: center !important;
}

/* End Table Styles */
/* Form */
.zForm-label {
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25rem;
  color: var(--title-text);
}
.zForm-label span {
  color: var(--button);
}
.zForm-label-alt {
  margin-bottom: 0.6875rem;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5rem;
  color: var(--title-text);
}
.zForm-label-alt span {
  color: var(--button);
}
.zForm-label-frontend {
  margin-bottom: 0.6875rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.875rem;
  color: var(--title-text);
}
.zForm-label-frontend span {
  color: var(--button);
}

.zForm-control {
  display: block;
  width: 100%;
  padding: 0.8125rem 1.25rem 0.9375rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.375rem;
  color: var(--title-text);
  background-color: var(--white);
  background-clip: padding-box;
  border: 0.0625rem solid var(--black-stroke);
  border-radius: 0.5rem;
  appearance: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.zForm-control:focus, .zForm-control:hover {
  border: 0.0625rem solid var(--button);
  color: var(--title-text) !important;
  background-color: var(--white) !important;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.zForm-control::placeholder {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.375rem;
  color: var(--para-text);
}
.zForm-control-alt {
  display: block;
  width: 100%;
  padding: 1rem 1rem 1rem 2.5rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.625rem;
  color: var(--title-text);
  background-color: var(--frame);
  background-clip: padding-box;
  border: 0.0625rem solid var(--frame);
  border-radius: 3.75rem;
  appearance: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.zForm-control-alt:focus, .zForm-control-alt:hover {
  border: 0.0625rem solid var(--button);
  color: var(--para-text) !important;
  background-color: var(--frame) !important;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.zForm-control-alt::placeholder {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.625rem;
  color: var(--para-text);
}
.zForm-control-frontend {
  display: block;
  width: 100%;
  padding: 0.75rem 1.5625rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.75rem;
  color: var(--title-text);
  background-color: var(--white);
  background-clip: padding-box;
  border: 0.0625rem solid var(--black-stroke);
  border-radius: 0.3125rem;
  appearance: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.zForm-control-frontend:focus, .zForm-control-frontend:hover {
  border: 0.0625rem solid var(--button);
  color: var(--title-text) !important;
  background-color: var(--white) !important;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.zForm-control-frontend::placeholder {
  font-size: 1.125rem;
  font-weight: 500;
  color: var(--para-text);
}

textarea.zForm-control-alt {
  resize: none;
  min-height: 10rem;
}

.form-select,
.form-select-lg {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.375rem;
  color: var(--title-text);
  padding: 0.8125rem 1.875rem 0.9375rem 1.25rem;
}

/* Checkbox */
.zForm-wrap-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
}
.zForm-wrap-checkbox input.form-check-input {
  margin-top: 0.5rem;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  border: 0.0625rem solid var(--para-text);
  border-radius: 0.125rem;
  background-color: var(--white);
}
.zForm-wrap-checkbox input.form-check-input:checked {
  background-color: var(--button) !important;
  border-color: var(--button) !important;
}
.zForm-wrap-checkbox label {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.75rem;
  color: var(--para-text);
}
.zForm-wrap-checkbox label a {
  color: var(--button);
}
.zForm-wrap-checkbox.rememberMe-checkbox input.form-check-input {
  margin-top: 0.3125rem;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  border: 0.0625rem solid var(--title-text);
  border-radius: 50%;
  background-color: var(--white);
}
.zForm-wrap-checkbox.rememberMe-checkbox input.form-check-input:checked {
  background-color: var(--button) !important;
  border-color: var(--button) !important;
}
.zForm-wrap-checkbox.rememberMe-checkbox label {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.625rem;
  color: var(--title-text);
}
.zForm-wrap-checkbox.rememberMe-checkbox label a {
  text-decoration: underline;
}
.zForm-wrap-checkbox-img {
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
}
.zForm-wrap-checkbox-img input.form-check-input {
  margin-top: 0.3125rem;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  border: 0.0625rem solid var(--para-text);
  border-radius: 0.125rem;
  background-color: var(--white);
}
.zForm-wrap-checkbox-img input.form-check-input:checked {
  background-color: var(--button) !important;
  border-color: var(--button) !important;
}
.zForm-wrap-checkbox-img label {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 0rem;
  color: var(--para-text);
}
.zForm-wrap-checkbox-img label a {
  color: var(--button);
}

/* Radio */
.zForm-wrap-radio {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.zForm-wrap-radio input.form-check-input {
  margin-top: 0;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  border: 0.125rem solid var(--black-stroke);
  background-color: var(--white);
  background-size: 0.5rem;
}
.zForm-wrap-radio input.form-check-input:checked {
  --bs-form-check-bg-image: url("../images/icon/radio-circle.svg");
  background-color: var(--button);
  border-color: var(--button);
}
.zForm-wrap-radio label {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5rem;
  color: var(--para-text);
}

/* Switch */
.zCheck.form-switch {
  min-height: 27px;
}
.zCheck.form-switch input.form-check-input {
  width: 53px;
  height: 27px;
  margin-top: 0;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  border: 1px solid var(--scroll-track);
  border-radius: 100px;
  background-color: var(--scroll-track);
  background-image: url(../images/icon/switch-circle.svg);
  background-size: 23px;
  background-position-x: 3px;
}
.zCheck.form-switch input.form-check-input:checked {
  background-color: var(--badge-open-text);
  border-color: var(--badge-open-text);
  background-position-x: 26px;
}
.zCheck label {
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  color: #000;
}

/* Accordion */
.zAccordion-reset .accordion-item {
  border: none;
  border-radius: 0;
}
.zAccordion-reset .accordion-body {
  padding: 0;
}
.zAccordion-reset .accordion-button {
  border-radius: 0 !important;
  box-shadow: none !important;
  background-color: transparent !important;
  padding: 0 !important;
}
.zAccordion-one {
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
  max-width: 66.25rem;
  margin: 0 auto;
}
.zAccordion-one .accordion-item {
  position: relative;
  width: 100%;
  border: none;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0px 4px 16px 0px rgba(14, 25, 30, 0.1019607843);
}
.zAccordion-one .accordion-item:not(:has(.accordion-header .accordion-button.collapsed)) {
  background-color: var(--button);
}
.zAccordion-one .accordion-body {
  padding: 0rem 5.5rem 2.125rem 3rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.625rem;
  color: var(--white);
}
@media screen and (max-width: 575px) {
  .zAccordion-one .accordion-body {
    padding: 0rem 4.375rem 1.25rem 1.25rem !important;
  }
}
.zAccordion-one .accordion-body p {
  max-width: 50rem;
}
.zAccordion-one .accordion-button {
  padding: 1.75rem 2.5rem !important;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.9;
  color: var(--title-text);
  column-gap: 3.125rem;
}
@media screen and (max-width: 575px) {
  .zAccordion-one .accordion-button {
    font-size: 1rem;
    padding: 1.25rem !important;
  }
}
.zAccordion-one .accordion-button.collapsed::after {
  background-image: url(../images/icon/accordion-icon-1.svg);
  outline-color: var(--frame-border);
  background-color: var(--frame-border);
}
.zAccordion-one .accordion-button:not(.zAccordion-one .accordion-button.collapsed) {
  color: var(--white);
}
.zAccordion-one .accordion-button::after {
  width: 3.125rem;
  height: 3.125rem;
  background-size: 3.75rem;
  outline: 0.0625rem solid var(--white);
  outline-offset: 0.1875rem;
  background-color: var(--white);
  border-radius: 50%;
  background-image: url(../images/icon/accordion-icon-2.svg);
  transform: rotate(0deg);
  background-size: 1.5rem;
  background-position: center;
}
@media screen and (max-width: 575px) {
  .zAccordion-one .accordion-button::after {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.zAccordion-two {
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
}
@media screen and (max-width: 991px) {
  .zAccordion-two {
    max-width: 31.25rem;
    margin: 0 auto;
  }
}
.zAccordion-two .accordion-header {
  display: flex;
  gap: 1.25rem;
}
@media screen and (max-width: 575px) {
  .zAccordion-two .accordion-header {
    gap: 0.9375rem;
  }
}
.zAccordion-two .accordion-header .icon {
  flex-shrink: 0;
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--white-12);
}
.zAccordion-two .accordion-header .icon img {
  max-width: 2.5rem;
}
.zAccordion-two .accordion-item {
  position: relative;
  width: 100%;
  border: none;
  border-radius: 0.75rem;
  overflow: hidden;
  padding: 2rem 2.5rem;
  background-color: var(--white-10);
}
@media screen and (max-width: 767px) {
  .zAccordion-two .accordion-item {
    padding: 1.25rem;
  }
}
.zAccordion-two .accordion-item:not(:has(.accordion-header .accordion-button.collapsed)) {
  background-color: var(--button);
}
.zAccordion-two .accordion-body {
  padding-top: 0.875rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.625rem;
  color: var(--white);
}
@media screen and (min-width: 992px) {
  .zAccordion-two .accordion-body {
    padding-left: 5rem;
  }
}
.zAccordion-two .accordion-button {
  padding: 0 !important;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.5;
  color: var(--white);
  column-gap: 1.25rem;
}
@media screen and (max-width: 991px) {
  .zAccordion-two .accordion-button {
    font-size: 1.3125rem;
  }
}
.zAccordion-two .accordion-button.collapsed::after {
  background-image: url(../images/icon/accordion-icon-1.svg);
  outline-color: var(--frame-border);
  background-color: var(--frame-border);
}
.zAccordion-two .accordion-button::after {
  width: 2.5rem;
  height: 2.5rem;
  background-size: 2.5rem;
  background-color: var(--white);
  border-radius: 50%;
  background-image: url(../images/icon/accordion-icon-2.svg);
  transform: rotate(0deg);
  background-size: 1.5rem;
  background-position: center;
}
@media screen and (max-width: 575px) {
  .zAccordion-two .accordion-button::after {
    width: 1.875rem;
    height: 1.875rem;
    background-size: 1.25rem;
  }
}

/* Main content */
.zSidebar {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 15.625rem;
  background-color: var(--sidebar-text);
  z-index: 1001;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1023px) {
  .zSidebar {
    left: calc(-1 * 15.625rem);
  }
}

.zMainContent {
  position: relative;
  left: 15.625rem;
  width: calc(100% - 15.625rem);
  min-height: 80vh;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1023px) {
  .zMainContent {
    left: 0;
    width: 100%;
  }
}
.zMainContent .main-header {
  position: relative;
  padding: 1rem 1.875rem;
  background-color: var(--frame);
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
@media screen and (max-width: 575px) {
  .zMainContent .main-header {
    padding: 0.625rem;
  }
}

.mobileMenu {
  display: none;
}
@media screen and (max-width: 1023px) {
  .mobileMenu {
    display: block;
  }
}

.zSidebar .zSidebar-overlay {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.zSidebar .zSidebar-leftBar {
  position: absolute;
  left: 30px;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: var(--black-stroke);
}
@media screen and (max-width: 1023px) {
  .zSidebar.menuClose {
    left: 0;
  }
}
.zSidebar.menuClose .zSidebar-overlay {
  opacity: 1;
  visibility: visible;
  width: calc(100% - 15.625rem);
}

.zSidebar-overlay {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}

.tableTop {
  padding-bottom: 1.25rem;
}
.tableTop .row {
  row-gap: 0.625rem;
}

.tableBottom {
  padding-top: 1.25rem;
}

@media screen and (max-width: 575px) {
  .tableLengthInput {
    float: none !important;
  }
}
.tableLengthInput label {
  display: flex;
  align-items: center;
  gap: 13px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.0625rem;
  color: var(--button);
}
@media screen and (max-width: 575px) {
  .tableLengthInput label {
    justify-content: center;
  }
}
.tableLengthInput select {
  border: 0.0625rem solid var(--black-5) !important;
  border-radius: 0.5rem !important;
  background-color: var(--colorThree) !important;
  padding: 0.6875rem 0.9375rem !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.375rem;
  color: var(--button) !important;
  text-align: center;
}

.tableInfo .dataTables_info {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.1875rem;
  color: var(--para-text);
  padding-top: 0;
}

.tablePagi .paginate_button {
  padding: 0.4375rem 0.6875rem 0.375rem !important;
  color: var(--para-text) !important;
  border: 0.0625rem solid var(--black-stroke) !important;
  border-radius: 50% !important;
  background: var(--white) !important;
  width: 2.25rem;
  height: 2.25rem;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 2 !important;
  margin-left: 0.5rem !important;
}
.tablePagi .paginate_button.current, .tablePagi .paginate_button:hover {
  color: var(--white) !important;
  background: var(--button) !important;
  border-color: var(--button) !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  color: var(--para-text) !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.previous,
.dataTables_wrapper .dataTables_paginate .paginate_button.next {
  font-size: 0.625rem !important;
  color: var(--para-text) !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  color: var(--white) !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
  color: var(--white) !important;
}

.dataTables_wrapper .tableSearch {
  position: relative;
  max-width: 22.3125rem;
  width: 100%;
}
@media screen and (max-width: 575px) {
  .dataTables_wrapper .tableSearch {
    max-width: 100%;
  }
}
.dataTables_wrapper .tableSearch .dataTables_filter {
  position: relative;
  width: 100%;
}
.dataTables_wrapper .tableSearch .dataTables_filter label {
  width: 100%;
}
.dataTables_wrapper .tableSearch .dataTables_filter .searchIcon {
  position: absolute;
  top: 50%;
  left: 1.125rem;
  display: flex;
  max-height: 1.125rem;
  transform: translateY(-50%);
}
.dataTables_wrapper .tableSearch .dataTables_filter input {
  width: 100%;
  border: 0.0625rem solid var(--button);
  border-radius: 6.875rem !important;
  padding: 0.875rem 1.125rem 0.8125rem 2.8125rem !important;
  background-color: var(--button) !important;
  margin-left: 0 !important;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.0625rem;
  color: var(--button) !important;
}
.dataTables_wrapper .tableSearch .dataTables_filter input::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
  height: 0.8125rem;
  width: 0.8125rem;
  background-image: url(../images/icon/delete.svg);
  background-size: 0.8125rem 0.8125rem;
}
.dataTables_wrapper .tableSearch .dataTables_filter input:focus {
  border-color: var(--button) !important;
}
.dataTables_wrapper .tableSearch .dataTables_filter input::-webkit-input-placeholder {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.0625rem;
  color: var(--button) !important;
}
.dataTables_wrapper .tableSearch .dataTables_filter input::-moz-placeholder {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.0625rem;
  color: var(--button) !important;
}
.dataTables_wrapper .tableSearch .dataTables_filter input:-ms-input-placeholder {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.0625rem;
  color: var(--button) !important;
}
.dataTables_wrapper .tableSearch .dataTables_filter input::-ms-input-placeholder {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.0625rem;
  color: var(--button) !important;
}
.dataTables_wrapper .tableSearch .dataTables_filter input::placeholder {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.0625rem;
  color: var(--button) !important;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  appearance: textfield;
}

.sf-select-checkbox ~ .btn-group,
.sf-select-checkbox-search ~ .btn-group {
  width: 100%;
}
.sf-select-checkbox-btn,
.sf-select-checkbox-search-btn {
  display: block;
  width: 100%;
  padding: 0.625rem 1.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5rem;
  letter-spacing: -0.03em;
  color: var(--para-text);
  background-image: url(../images/icon/multi-select-dropdown-arrow.svg);
  background-size: 0.625rem 0.75rem;
  background-color: var(--white);
  background-clip: padding-box;
  border: 0.0625rem solid var(--black-stroke);
  border-radius: 0.3125rem;
  text-align: left !important;
  appearance: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.sf-select-checkbox-btn:focus, .sf-select-checkbox-btn:hover,
.sf-select-checkbox-search-btn:focus,
.sf-select-checkbox-search-btn:hover {
  border-color: var(--button);
  background-color: var(--white) !important;
}
.sf-select-checkbox-btn:focus,
.sf-select-checkbox-search-btn:focus {
  color: var(--title-text) !important;
}
.sf-select-checkbox-btn ~ .multiselect-container,
.sf-select-checkbox-search-btn ~ .multiselect-container {
  width: 100%;
  transform: translate(0, 3.5rem);
  border-color: var(--black-stroke);
  border-radius: 0.3125rem;
  padding: 0.9375rem;
  box-shadow: 0rem 0.25rem 0.375rem 0rem rgba(0, 0, 0, 0.05);
}
.sf-select-checkbox-btn ~ .multiselect-container .multiselect-filter,
.sf-select-checkbox-search-btn ~ .multiselect-container .multiselect-filter {
  margin-bottom: 20px;
}
.sf-select-checkbox-btn ~ .multiselect-container .multiselect-search,
.sf-select-checkbox-search-btn ~ .multiselect-container .multiselect-search {
  border: 0.0625rem solid var(--black-stroke) !important;
  border-radius: 0.5rem !important;
  padding: 0.5625rem 0.5625rem 0.5625rem 2.8125rem !important;
  font-size: 0.875rem !important;
  font-weight: 400 !important;
  line-height: 1.375rem !important;
  color: var(--title-text) !important;
}
.sf-select-checkbox-btn ~ .multiselect-container .multiselect-search:focus, .sf-select-checkbox-btn ~ .multiselect-container .multiselect-search:hover,
.sf-select-checkbox-search-btn ~ .multiselect-container .multiselect-search:focus,
.sf-select-checkbox-search-btn ~ .multiselect-container .multiselect-search:hover {
  border: 0.0625rem solid var(--button) !important;
  color: var(--para-text) !important;
  background-color: var(--white) !important;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.sf-select-checkbox-btn ~ .multiselect-container .multiselect-search::placeholder,
.sf-select-checkbox-search-btn ~ .multiselect-container .multiselect-search::placeholder {
  font-size: 0.75rem !important;
  font-weight: 400 !important;
  color: var(--para-text) !important;
}
.sf-select-checkbox-btn ~ .multiselect-container .multiselect-group,
.sf-select-checkbox-search-btn ~ .multiselect-container .multiselect-group {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25rem;
  color: var(--title-text);
  padding: 1.25rem 0.625rem 0.6875rem;
  margin-top: 0.625rem;
  border-top: 0.0625rem solid var(--black-stroke);
}
.sf-select-checkbox-btn ~ .multiselect-container .multiselect-group:nth-child(2),
.sf-select-checkbox-search-btn ~ .multiselect-container .multiselect-group:nth-child(2) {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.sf-select-checkbox-btn ~ .multiselect-container .multiselect-group:hover,
.sf-select-checkbox-search-btn ~ .multiselect-container .multiselect-group:hover {
  background-color: transparent !important;
}
.sf-select-checkbox-btn ~ .multiselect-container .multiselect-option,
.sf-select-checkbox-search-btn ~ .multiselect-container .multiselect-option {
  padding: 0;
  border-radius: 0;
  margin-bottom: 0.4375rem;
}
.sf-select-checkbox-btn ~ .multiselect-container .multiselect-option:last-child,
.sf-select-checkbox-search-btn ~ .multiselect-container .multiselect-option:last-child {
  margin-bottom: 0;
}
.sf-select-checkbox-btn ~ .multiselect-container .multiselect-option .form-check,
.sf-select-checkbox-search-btn ~ .multiselect-container .multiselect-option .form-check {
  padding: 0;
  min-height: auto;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.sf-select-checkbox-btn ~ .multiselect-container .multiselect-option .form-check input,
.sf-select-checkbox-search-btn ~ .multiselect-container .multiselect-option .form-check input {
  margin-left: 0;
  width: 1.125rem;
  height: 1.125rem;
  margin-top: 0;
  border-color: var(--black-stroke);
  border-radius: 0;
}
.sf-select-checkbox-btn ~ .multiselect-container .multiselect-option .form-check input:checked,
.sf-select-checkbox-search-btn ~ .multiselect-container .multiselect-option .form-check input:checked {
  border-color: var(--button);
  background-color: var(--button);
}
.sf-select-checkbox-btn ~ .multiselect-container .multiselect-option .form-check input[type=radio],
.sf-select-checkbox-search-btn ~ .multiselect-container .multiselect-option .form-check input[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.sf-select-checkbox-btn ~ .multiselect-container .multiselect-option .form-check label,
.sf-select-checkbox-search-btn ~ .multiselect-container .multiselect-option .form-check label {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.75rem;
  color: var(--para-text);
}
.sf-select-checkbox-btn ~ .multiselect-container .multiselect-option:hover, .sf-select-checkbox-btn ~ .multiselect-container .multiselect-option.active, .sf-select-checkbox-btn ~ .multiselect-container .multiselect-option:focus, .sf-select-checkbox-btn ~ .multiselect-container .multiselect-option:not(.multiselect-active-item-fallback):active,
.sf-select-checkbox-search-btn ~ .multiselect-container .multiselect-option:hover,
.sf-select-checkbox-search-btn ~ .multiselect-container .multiselect-option.active,
.sf-select-checkbox-search-btn ~ .multiselect-container .multiselect-option:focus,
.sf-select-checkbox-search-btn ~ .multiselect-container .multiselect-option:not(.multiselect-active-item-fallback):active {
  background-color: transparent !important;
}

@media screen and (min-width: 1200px) {
  .count-item-one .row > div {
    flex: 1 0 auto;
  }
}
.count-item-one .row > div:first-child .item::before {
  display: none;
}
.count-item-one .item {
  position: relative;
}
.count-item-one .item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30%;
  transform: translateY(-50%);
  width: 0.0625rem;
  height: 2.5rem;
  background-color: var(--stroke);
}
@media screen and (max-width: 1650px) {
  .count-item-one .item::before {
    left: -20%;
  }
}
@media screen and (max-width: 1350px) {
  .count-item-one .item::before {
    left: -15%;
  }
}
@media screen and (max-width: 1300px) {
  .count-item-one .item::before {
    display: none;
  }
}

.summernoteOne ~ .note-editor {
  border: 0.0625rem solid var(--black-stroke) !important;
  border-radius: 0.3125rem;
}
.summernoteOne ~ .note-editor .note-toolbar {
  padding: 0 5px;
  background-color: var(--frame);
  border-bottom: none !important;
  border-radius: 0.3125rem;
}
.summernoteOne ~ .note-editor .note-toolbar > div {
  margin-top: 0;
}
.summernoteOne ~ .note-editor .note-toolbar > .note-btn-group {
  position: relative;
}
.summernoteOne ~ .note-editor .note-toolbar > .note-btn-group::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: var(--black-stroke);
}
.summernoteOne ~ .note-editor .note-toolbar > .note-btn-group:last-child::before {
  display: none;
}
.summernoteOne ~ .note-editor .note-toolbar .note-btn {
  color: var(--para-text);
  border: none;
  background-color: transparent;
  border-radius: 0;
}
.summernoteOne ~ .note-editor .note-toolbar .note-btn::after {
  display: none;
}
.summernoteOne ~ .note-editor .note-toolbar .note-btn-group.note-color .note-btn {
  border-radius: 8px 0 0 8px;
  margin-right: 0;
}
.summernoteOne ~ .note-editor .note-toolbar .note-btn-group.note-color .note-btn.dropdown-toggle {
  border-radius: 0 8px 8px 0;
}
.summernoteOne ~ .note-editor .note-statusbar {
  display: none;
}

.zImage-upload-details {
  position: relative;
}
.zImage-upload-details .zImage-inside {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.zImage-upload-details label {
  z-index: 10 !important;
}
.zImage-upload-details .upload-img-box {
  background-color: var(--white);
  border: 0.125rem dashed var(--black-stroke);
  border-radius: 0.75rem;
  height: 11.5625rem;
  position: relative;
  overflow: hidden;
}
.zImage-upload-details .upload-img-box img {
  background-color: var(--white);
}

.profileImage-upload {
  background-color: transparent;
  border: none;
  border-radius: 0;
  height: 5rem;
  max-width: 5rem;
  position: relative;
}
.profileImage-upload > img {
  background-color: var(--button);
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
}
.profileImage-upload .icon {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1.5625rem;
  height: 1.5625rem;
  border: 1px solid var(--white);
  border-radius: 50%;
  background-color: var(--button);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  cursor: pointer;
}
.profileImage-upload .icon img {
  position: relative;
  max-width: 0.8125rem;
  max-height: 0.6875rem;
  top: auto;
  left: auto;
  transform: translate(0);
}
.profileImage-upload input {
  top: auto !important;
  left: auto !important;
  max-width: 2.375rem;
  height: 2.375rem;
  border: 0.0625rem solid #fff;
  border-radius: 50%;
  background-color: var(--button);
  cursor: pointer;
}

.headerUserDropdown {
  background-color: var(--white);
  padding: 0.25rem 1.25rem 0.25rem 0.25rem;
  border: 0.0625rem solid var(--stroke);
  border-radius: 3.5rem;
}
@media screen and (max-width: 767px) {
  .headerUserDropdown {
    padding: 0.25rem;
  }
}
.headerUserDropdown .dropdown-toggle .user-content {
  display: flex;
  align-items: center;
  column-gap: 0.625rem;
}
.headerUserDropdown .dropdown-toggle .user-content .wrap {
  position: relative;
}
.headerUserDropdown .dropdown-toggle .user-content .img {
  position: relative;
  width: 2.0625rem;
  height: 2.0625rem;
}
.headerUserDropdown .dropdown-toggle .user-content .img img {
  border-radius: 50%;
}
.headerUserDropdown .dropdown-toggle .user-content .img .active {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 10px;
  height: 10px;
  border: 0.0625rem solid var(--white);
  border-radius: 50%;
  background-color: green;
}
.headerUserDropdown .dropdown-toggle .user-content .img .deactivate {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 10px;
  height: 10px;
  border: 0.0625rem solid var(--white);
  border-radius: 50%;
  background-color: var(--para-text);
}
.headerUserDropdown .dropdown-toggle::after {
  display: none;
}
.headerUserDropdown .dropdown-menu {
  --bs-position: end;
  transform: translate3d(0, 3.75rem, 0);
  max-width: 100%;
  transition: all 0.3s;
}
.headerUserDropdown .dropdown-menu.show {
  top: 30% !important;
  transform: translate3d(0, 2.5rem, 0) !important;
  transition: all 0.3s;
}

.lanDropdown {
  width: 2.5625rem;
  height: 2.5625rem;
  border: 0.0625rem solid var(--stroke);
  border-radius: 50%;
  background-color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
}
.lanDropdown .dropdown-toggle img {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  overflow: hidden;
}
.lanDropdown .dropdown-toggle::after {
  display: none;
}
.lanDropdown .dropdown-menu {
  --bs-position: end;
  transform: translate3d(0, 2.5rem, 0);
}
.lanDropdown .dropdown-menu.show {
  top: 30% !important;
  transform: translate3d(0, 2.5rem, 0) !important;
}

.sf-select-without-search {
  background-color: var(--white) !important;
  border-radius: 0.5rem !important;
  border: 0.0625rem solid var(--black-stroke) !important;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 0.875rem !important;
  font-weight: 500 !important;
  color: var(--para-text) !important;
  outline: none;
  padding: 0.8125rem 1.25rem 0.9375rem !important;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: 100% !important;
  margin-bottom: 0 !important;
  line-height: 1.5 !important;
  height: 3.25rem;
}
.sf-select-without-search.empty {
  color: var(--title-text) !important;
}
.sf-select-without-search:hover {
  border-color: var(--button) !important;
}
.sf-select-without-search .option.selected {
  font-weight: normal !important;
}
.sf-select-without-search::after {
  width: 10px;
  height: 6px;
  right: 20px;
  border: none;
  background-image: url(../images/icon/arrow-fill-down.svg);
  transform: translateY(-50%) rotate(0deg);
  background-repeat: no-repeat;
  margin-top: 0;
}
.sf-select-without-search.open::after {
  transform: rotate(0deg) !important;
}
.sf-select-without-search:active, .sf-select-without-search.open, .sf-select-without-search:focus {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
.sf-select-without-search .list {
  width: 100% !important;
  scrollbar-width: thin;
}
.sf-select-without-search .list::-webkit-scrollbar {
  width: 0.375rem;
}
.sf-select-without-search .list::-webkit-scrollbar-track {
  background: var(--scroll-track);
  border-radius: 3.125rem;
}
.sf-select-without-search .list::-webkit-scrollbar-thumb {
  background: var(--scroll-thumb);
  border-radius: 3.125rem;
}
.sf-select-without-search.open .list {
  opacity: 1;
  pointer-events: auto;
  width: 100%;
  border-radius: 0.5rem;
  border: 0.0625rem solid var(--black-stroke);
  box-shadow: 0 0 0.625rem rgba(76, 76, 76, 0.12);
  background-color: var(--white);
  padding: 0.625rem 0;
  max-height: 12.5rem;
  overflow-y: auto;
  z-index: 10001;
}
.sf-select-without-search.open .list li {
  padding: 0.3125rem 0.9375rem;
  margin-bottom: 0.4375rem;
  border-radius: 0;
  font-size: 0.8125rem;
  font-weight: 500 !important;
  line-height: 1rem;
  color: var(--title-text);
  min-height: inherit;
  transition: all 0.3s;
}
.sf-select-without-search.open .list li:last-child {
  margin-bottom: 0;
}
.sf-select-without-search.open .list li.focus, .sf-select-without-search.open .list li.selected, .sf-select-without-search.open .list li:hover {
  background-color: transparent !important;
  color: var(--button) !important;
}
.sf-select-without-search.open::after {
  transform: rotate(45deg);
}

.select2-container,
.select2-dropdown,
.select2-search,
.select2-results {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.select2-container {
  width: 100% !important;
}
.select2-container:focus-visible {
  outline: none;
}
.select2-container .selection:focus-visible {
  outline: none;
}
.select2-container .selection .select2-selection:focus-visible {
  outline: none;
}
.select2-container .selection .select2-selection .select2-selection__rendered:focus-visible {
  outline: none;
}

.select2-selection {
  outline: none !important;
}

.sf-select-section {
  min-height: 52px !important;
  border-radius: 8px !important;
  padding-bottom: 0 !important;
  padding-right: 0 !important;
}
.sf-select-section.select2-selection--single {
  background-color: var(--white);
  border: 1px solid var(--black-stroke) !important;
  border-radius: 8px !important;
  padding-bottom: 0 !important;
  padding-right: 0 !important;
  min-height: 52px;
}
.sf-select-section.select2-selection--single:focus, .sf-select-section.select2-selection--single:hover {
  border: 1px solid var(--button) !important;
}
.sf-select-section.select2-selection--single .select2-selection__rendered {
  color: var(--para-text);
  line-height: 52px;
  font-size: 14px;
  font-weight: 500;
  padding-left: 17px;
}
.sf-select-section.select2-selection--single .select2-selection__arrow {
  height: 52px !important;
  top: 0 !important;
  right: 11px !important;
}
.sf-select-section.select2-selection--single .select2-selection__arrow b {
  border-width: 0 !important;
  background-image: url(../images/icon/arrow-fill-down.svg);
  width: 12px !important;
  height: 9px !important;
  background-size: 0.6875rem 0.4375rem;
  background-repeat: no-repeat;
  transform: rotate(0deg);
  transition: all 0.3s;
}
.sf-select-section.select2-selection--multiple {
  border: 1px solid #dadee7 !important;
}
.sf-select-section.select2-selection--multiple:not(.sf-select-section.select2-selection--multiple:has(ul.select2-selection__rendered li)) .select2-search.select2-search--inline .select2-search__field {
  margin-top: 0;
  margin-left: 0;
  height: 3.125rem;
  padding-left: 0.625rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 3.125rem;
  color: var(--para-text);
}
.sf-select-section.select2-selection--multiple:not(.sf-select-section.select2-selection--multiple:has(ul.select2-selection__rendered li)) .select2-search.select2-search--inline .select2-search__field::placeholder {
  font-size: 14px;
  font-weight: 500;
  color: var(--para-text);
}
.sf-select-section.select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  margin-top: 9px;
  margin-bottom: 5px;
  background-color: var(--frame) !important;
  border: 0;
  border-color: var(--frame) !important;
  border-radius: 24px;
  color: var(--title-text) !important;
}
.sf-select-section.select2-selection--multiple .select2-selection__rendered .select2-selection__choice:not(:first-child) {
  margin-left: 0.625rem;
}
.sf-select-section.select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
  border-color: transparent !important;
  color: red;
  line-height: 1.1;
}

.sf-select-dropdown {
  border-color: var(--black-stroke) !important;
  border-radius: 0.75rem !important;
  background-color: var(--white);
  box-shadow: 0 0 0.625rem rgba(76, 76, 76, 0.12);
  padding: 0.5625rem;
  z-index: 1057;
}
.sf-select-dropdown .select2-search--dropdown {
  padding: 0;
  margin: 0.625rem;
  margin-top: 0;
}
.sf-select-dropdown .select2-search--dropdown .select2-search__field {
  border-color: var(--black-stroke);
  border-radius: 0.75rem;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1rem;
  color: var(--para-text);
  padding: 0.625rem;
}
.sf-select-dropdown .select2-search--dropdown .select2-search__field:focus {
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1rem;
  color: var(--button);
}
.sf-select-dropdown .select2-results__options::-webkit-scrollbar {
  width: 6px;
}
.sf-select-dropdown .select2-results__options::-webkit-scrollbar-track {
  background: #efefef;
  border-radius: 50px;
}
.sf-select-dropdown .select2-results__options::-webkit-scrollbar-thumb {
  background: #dadada;
  border-radius: 50px;
}
.sf-select-dropdown .select2-results__options .select2-results__option {
  padding: 7px 15px;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: var(--para-text);
  border-radius: 4px;
  margin-bottom: 4px;
}
.sf-select-dropdown .select2-results__options .select2-results__option:last-child {
  margin-bottom: 0;
}
.sf-select-dropdown .select2-results__options .select2-results__option.select2-results__option--highlighted, .sf-select-dropdown .select2-results__options .select2-results__option.select2-results__option--selected {
  background-color: var(--frame);
  color: var(--title-text);
}

.select2-container .select2-search--inline .select2-search__field {
  margin-top: 0;
  height: 30px;
}

.breadcrumb.sf-breadcrumb {
  --bs-breadcrumb-margin-bottom: 0;
  --bs-breadcrumb-divider-color: var(--title-text);
  --bs-breadcrumb-item-active-color: var(--button);
  justify-content: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.625rem;
  color: var(--title-text) !important;
}
@media screen and (max-width: 767px) {
  .breadcrumb.sf-breadcrumb {
    display: none;
  }
}
.breadcrumb.sf-breadcrumb a {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.625rem;
  color: var(--title-text);
}
.breadcrumb.sf-breadcrumb li {
  white-space: nowrap;
}
.breadcrumb.sf-breadcrumb li.breadcrumb-item + .breadcrumb-item::before {
  content: var(--bs-breadcrumb-divider, "/");
}
.breadcrumb.sf-breadcrumb li.active a {
  color: var(--button) !important;
}
@media screen and (max-width: 575px) {
  .breadcrumb.sf-breadcrumb li:nth-child(3) {
    white-space: nowrap;
    max-width: 150px;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
.breadcrumb.inner-breadcrumb {
  --bs-breadcrumb-margin-bottom: 0;
  --bs-breadcrumb-divider-color: var(--white);
  --bs-breadcrumb-item-active-color: var(--button);
  justify-content: center;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.75rem;
  color: var(--white) !important;
}
@media screen and (max-width: 575px) {
  .breadcrumb.inner-breadcrumb {
    display: flex;
    flex-wrap: nowrap;
  }
}
.breadcrumb.inner-breadcrumb a {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.75rem;
  color: var(--white) !important;
}
.breadcrumb.inner-breadcrumb li.breadcrumb-item + .breadcrumb-item::before {
  content: var(--bs-breadcrumb-divider, "/");
}
.breadcrumb.inner-breadcrumb li.active a {
  color: var(--button) !important;
}

.servicePhotoUpload label {
  max-width: 24.125rem;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 576px) {
  .servicePhotoUpload label {
    width: 100%;
    flex: 1 0 auto;
  }
}
.servicePhotoUpload label p:first-child {
  flex: 1 1 auto;
  border: 0.0625rem solid var(--black-stroke);
  border-right: 0;
  padding: 0.9375rem 0.9375rem 0.875rem;
  border-radius: 0.3125rem 0 0 0.3125rem;
}
@media screen and (max-width: 575px) {
  .servicePhotoUpload label p:first-child {
    flex: 0 0 auto;
    border-radius: 0.3125rem 0.3125rem 0 0;
    border-bottom: 0;
    border-right: 0.0625rem solid var(--black-stroke);
    width: 100%;
    text-align: center;
  }
}
.servicePhotoUpload label p:last-child {
  border-radius: 0 0.3125rem 0.3125rem 0;
  background-color: var(--title-text);
  padding: 0.9375rem 2.375rem 0.875rem;
}
@media screen and (max-width: 575px) {
  .servicePhotoUpload label p:last-child {
    border-radius: 0 0 0.3125rem 0.3125rem;
    width: 100%;
    text-align: center;
  }
}

.file-upload-one label {
  display: flex;
}
@media screen and (max-width: 575px) {
  .file-upload-one label {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 576px) {
  .file-upload-one label {
    width: 100%;
    flex: 1 0 auto;
  }
}
.file-upload-one label p.fileName {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.file-upload-one label p:first-child {
  flex: 1 1 auto;
  border: 0.0625rem solid var(--black-stroke);
  border-right: 0;
  padding: 0.625rem 1.25rem;
  border-radius: 0.3125rem 0 0 0.3125rem;
}
@media screen and (max-width: 575px) {
  .file-upload-one label p:first-child {
    flex: 0 0 auto;
    border-radius: 0.3125rem 0.3125rem 0 0;
    border-bottom: 0;
    border-right: 0.0625rem solid var(--black-stroke);
    width: 100%;
    text-align: center;
  }
}
.file-upload-one label p:last-child {
  border-radius: 0.3125rem;
  background-color: var(--title-text);
  padding: 0.625rem 1.875rem;
}
@media screen and (min-width: 576px) {
  .file-upload-one label p:last-child {
    flex-shrink: 0;
  }
}
@media screen and (max-width: 575px) {
  .file-upload-one label p:last-child {
    border-radius: 0 0 0.3125rem 0.3125rem;
    width: 100%;
    text-align: center;
  }
}
@media screen and (min-width: 576px) {
  .file-upload-one-alt label {
    height: 3.25rem;
  }
}
@media screen and (min-width: 576px) {
  .file-upload-one-alt label p:first-child {
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 576px) {
  .file-upload-one-alt label p:last-child {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.dropdown-selectService .dropdown-toggle {
  border: 0.0625rem solid var(--black-stroke);
  border-radius: 0.5rem;
  padding: 0.875rem 1.25rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: var(--white);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.375rem;
  color: var(--para-text);
}
.dropdown-selectService .dropdown-toggle::after {
  content: "";
  border: 0;
  background-image: url(../images/icon/arrow-fill-down.svg);
  width: 0.625rem;
  height: 0.375rem;
  background-repeat: no-repeat;
  margin: 0;
  right: calc(-1 * 0.3125rem);
  position: relative;
}
.dropdown-selectService .dropdown-menu {
  --bs-position: end;
  transform: translate3d(0, 3.75rem, 0);
  width: 100%;
  transition: all 0.3s;
  padding: 1.25rem 0;
  background-color: var(--white);
  border: 0.0625rem solid var(--black-stroke);
  border-radius: 0.375rem;
  box-shadow: 0px 20px 90px 10px rgba(163, 177, 204, 0.0705882353);
}
.dropdown-selectService .dropdown-menu.show {
  top: 30% !important;
  transform: translate3d(0, 2.5rem, 0) !important;
  transition: all 0.3s;
}
.dropdown-selectService .dropdown-menu li {
  padding-left: 1.3125rem;
  padding-bottom: 0.75rem;
  margin-bottom: 0.75rem;
  border-bottom: 0.0625rem solid var(--black-stroke);
}
.dropdown-selectService .dropdown-menu li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.dropdown-one .dropdown-toggle::after {
  display: none;
}
.dropdown-one .dropdown-menu {
  transform: translate3d(0, 2.5rem, 0);
}
.dropdown-one .dropdown-menu.show {
  top: 0% !important;
}
.dropdown-two .dropdown-toggle {
  width: 100%;
  min-width: 6.25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dropdown-two .dropdown-toggle .images {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.dropdown-two .dropdown-toggle .images img {
  flex-shrink: 0;
  width: 1.875rem;
  height: 1.875rem;
  border: 0.0625rem solid var(--white);
  border-radius: 50%;
  overflow: hidden;
}
.dropdown-two .dropdown-toggle .images img:not(:first-child) {
  margin-left: calc(-1 * 0.6875rem);
}
.dropdown-two .dropdown-toggle .images img:not(:nth-child(1), :nth-child(2)) {
  display: none;
}
.dropdown-two .dropdown-toggle .images .iconPlus {
  flex-shrink: 0;
  width: 1.875rem;
  height: 1.875rem;
  border: 0.0625rem solid var(--white);
  border-radius: 50%;
  margin-left: calc(-1 * 0.6875rem);
  background-color: #f9f9ff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--button);
}
.dropdown-two .dropdown-toggle::after {
  flex-shrink: 0;
  width: 25px;
  height: 25px;
  border: 1px solid var(--stroke);
  border-radius: 50%;
  margin: 0;
  vertical-align: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../images/icon/angle-down.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.625rem;
  transition: all 0.3s;
}
.dropdown-two .dropdown-menu {
  transform: translate3d(0, 2.5rem, 0);
}
.dropdown-two .dropdown-menu.show {
  top: 0% !important;
}

#files-names {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
}
#files-names .file-block {
  position: relative;
  margin-top: 0.625rem;
  flex: 0 0 auto;
  min-width: 4.375rem;
  max-width: 9.375rem;
  padding: 0.625rem;
  border: 0.0625rem solid var(--black-stroke);
  border-radius: 0.625rem;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
#files-names .file-block .file-icon {
  display: inline-flex;
  font-size: 1rem;
  color: var(--para-text);
}
#files-names .file-block .name {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.0625rem;
  color: var(--title-text);
  word-wrap: break-word;
}
#files-names .file-block .file-delete {
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
  flex: 0 0 auto;
  width: 0.84375rem;
  height: 0.84375rem;
  border: 1px solid var(--para-text);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.625rem;
  color: var(--para-text);
  cursor: pointer;
}

/* Note list */
.note-list > li {
  padding: 0.875rem 1.375rem;
  margin-bottom: 0.75rem;
  background-color: var(--button);
  border-radius: 0.625rem;
}
.note-list > li:last-child {
  margin-bottom: 0;
}
.note-list > li .title {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.3125rem;
  color: var(--white);
}
.note-list > li button {
  border: none;
  padding: 0;
  background-color: transparent;
}
.note-list > li button.dropdown-toggle {
  font-size: 1.125rem;
  color: var(--white);
}
.note-list > li.bg-note-self {
  background-color: var(--frame);
}
.note-list > li.bg-note-self .title {
  color: var(--para-text) !important;
}

.cta-section {
  position: relative;
  margin-bottom: -120px;
}
.cta-content {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 2.75rem;
}
.cta-content::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 82.5rem;
  height: 100%;
  max-height: 31.625rem;
  background-color: var(--bg);
  border-radius: 1.25rem;
}
@media screen and (max-width: 1199px) {
  .cta-content::before {
    max-height: 100%;
  }
}
.cta-content .left {
  position: relative;
  z-index: 1;
  padding: 5rem 0 5rem 5rem;
  max-width: 35.3125rem;
}
@media screen and (max-width: 1199px) {
  .cta-content .left {
    max-width: 44.375rem;
    padding: 4.375rem;
    margin: 0 auto;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .cta-content .left {
    padding: 1.875rem;
  }
}
.cta-content .left .section-info {
  padding-bottom: 2.5rem;
}
.cta-content .left .link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0.75rem 1.875rem;
  border-radius: 0.3125rem;
  background-color: var(--button);
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.75rem;
  color: var(--title-text);
}
.cta-content .right {
  position: relative;
  z-index: 1;
  max-width: 45.5625rem;
}
@media screen and (max-width: 1199px) {
  .cta-content .right {
    display: none;
  }
}
.cta-content-three {
  border-radius: 1.25rem;
  padding: 5rem 1.25rem;
}
@media screen and (max-width: 991px) {
  .cta-content-three {
    padding: 3.75rem 1.25rem;
  }
}
.cta-content-three::before {
  display: none;
}
.cta-content-three .left {
  max-width: 31rem;
  margin: 0 auto;
  padding: 0 !important;
  text-align: center;
}
.cta-content-three .left .section-subtitle {
  border-color: var(--white-10);
  color: var(--white);
}
.cta-content-three .left .section-subtitle .bar {
  background-color: var(--white);
}
.cta-content-three .left .section-title, .cta-content-three .left .section-info {
  color: var(--white);
}
.cta-content-three .left .sf-icon-btn span {
  border: 0.0625rem solid var(--white);
  background-color: var(--white);
  color: var(--title-text) !important;
}
.cta-content-three .left .sf-icon-btn .icon {
  border: 0.0625rem solid var(--white);
  background-color: var(--white);
}
.cta-content-three .left .sf-icon-btn .icon svg path {
  fill: var(--title-text);
}
.cta-content-three .left .sf-icon-btn:hover span {
  background-color: transparent;
  color: var(--white) !important;
}
.cta-content-three .left .sf-icon-btn:hover .icon {
  background-color: transparent;
}
.cta-content-three .left .sf-icon-btn:hover .icon svg path {
  fill: var(--white);
}

/* */
.section-overlay-wrap {
  position: relative;
}
.section-overlay-wrap .container {
  position: relative;
}
.section-overlay-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 47.1875rem;
  background-color: var(--button);
}

@media screen and (max-width: 1023px) {
  .home-about-section .section-overlay-content {
    max-height: 100%;
  }
}

.ld-header-section {
  padding: 1.5rem 0;
  background-color: var(--title-text);
  border-bottom: 0.0625rem solid var(--white-stroke);
}
.ld-header-section-two {
  background-color: var(--white);
}
@media screen and (min-width: 992px) {
  .ld-header-section-two {
    border-bottom: none;
  }
}
.ld-header-section-three {
  background-color: var(--frame);
}
@media screen and (min-width: 992px) {
  .ld-header-section-three {
    border-bottom: none;
  }
}
.ld-header-section.sticky-on {
  top: 0;
  width: 100%;
  z-index: 20;
  position: fixed;
  animation-duration: 0.7s;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-timing-function: ease;
  box-shadow: 0 0.1875rem 1.125rem rgba(2, 21, 78, 0.09);
  transition: 0.3s all ease-in-out;
}
.ld-header-inner {
  position: relative;
  background-color: transparent;
}
.ld-header-inner.sticky-on {
  background-color: var(--title-text);
}
.ld-header-logo {
  display: inline-block;
  max-width: 12.25rem;
}

.menu-dropdown-toggle::after {
  background-image: url(../images/icon/arrow-down-header.svg);
  border: none;
  background-size: 0.75rem;
  width: 0.75rem;
  height: 0.4375rem;
  background-repeat: no-repeat;
  position: absolute;
  top: 0.625rem;
}
@media screen and (max-width: 991px) {
  .menu-dropdown-toggle::after {
    background-image: url(../images/icon/arrow-down-header-white.svg);
  }
}
.menu-dropdown-toggle ~ .dropdown-menu {
  border: none;
}
.menu-dropdown-toggle ~ .dropdown-menu li {
  padding-bottom: 0.625rem;
}
.menu-dropdown-toggle ~ .dropdown-menu li:last-child {
  padding-bottom: 0;
}
.menu-dropdown-toggle ~ .dropdown-menu li a {
  padding: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.625rem;
  color: var(--title-text);
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
@media screen and (max-width: 991px) {
  .menu-dropdown-toggle ~ .dropdown-menu li a {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.75rem;
    color: var(--white);
  }
}
.menu-dropdown-toggle ~ .dropdown-menu li a:hover, .menu-dropdown-toggle ~ .dropdown-menu li a.active {
  background-color: transparent;
  color: var(--button) !important;
}
@media screen and (min-width: 992px) {
  .menu-dropdown-toggle ~ .dropdown-menu {
    display: block;
    top: 40px;
    border: 0.0625rem solid var(--black-stroke);
    border-radius: 0.3125rem;
    opacity: 0;
    visibility: hidden;
    margin-top: 0;
    padding: 15px;
    box-shadow: 5px 5px 25px 0px rgba(57, 64, 72, 0.1019607843);
    transition: all 0.3s ease-in;
  }
}
@media screen and (max-width: 991px) {
  .menu-dropdown-toggle ~ .dropdown-menu {
    border-radius: 0;
    background-color: var(--button);
    padding-left: 1.25rem;
  }
}
.menu-dropdown-toggle ~ .dropdown-menu li {
  position: relative;
}
.menu-dropdown-toggle ~ .dropdown-menu li a {
  position: relative;
}
.menu-navbar-nav li .nav-link {
  transition: all 0.3s;
}
@media screen and (max-width: 991px) {
  .menu-navbar-nav li .nav-link {
    color: var(--white) !important;
  }
}
@media screen and (min-width: 992px) {
  .menu-navbar-nav li .nav-link:hover, .menu-navbar-nav li .nav-link.active {
    color: var(--button) !important;
  }
}
@media screen and (min-width: 992px) {
  .menu-navbar-nav li:hover .dropdown-toggle ~ .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 30px;
  }
}
.menu-navbar-nav li:has(.dropdown-item.active) .dropdown-toggle {
  color: var(--button) !important;
}
.menu-navbar-nav-two li .nav-link {
  color: var(--title-text) !important;
}
@media screen and (max-width: 991px) {
  .menu-navbar-nav-two li .nav-link {
    color: var(--white) !important;
  }
}
@media screen and (max-width: 991px) {
  .menu-navbar-collapse {
    background-color: var(--button);
    padding: 2.5rem 1.875rem;
    height: 100vh;
  }
}

.menu-navbar-toggler {
  border-color: var(--button);
  color: var(--button);
}

.footer-section {
  padding: 12.875rem 0 1.25rem;
  background-color: var(--title-text);
}
.footer-section .topArea {
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .footer-section .topArea {
    padding-bottom: 2.5rem;
  }
}
.footer-section .bottomArea {
  padding-top: 1.125rem;
  border-top: 0.0625rem solid var(--white-20);
}
.footer-title {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 2.625rem;
  color: var(--white);
  padding-bottom: 1.25rem;
}
.footer-info {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.625rem;
  color: var(--white-para);
  padding-bottom: 2.125rem;
}
.footer-menu li {
  padding-bottom: 1.125rem;
}
.footer-menu li:last-child {
  padding-bottom: 0;
}
.footer-menu li a {
  position: relative;
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
  color: var(--white-para);
  transition: all 0.3s;
}
.footer-menu li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 0.0625rem;
  background-color: var(--button);
  background-position: bottom right;
  transition: all 0.3s;
}
.footer-menu li a:hover {
  color: var(--button) !important;
}
.footer-menu li a:hover::before {
  width: 100%;
  background-position: bottom left;
}
.footer-contact-items li {
  padding-bottom: 1.375rem;
}
.footer-contact-items li:last-child {
  padding-bottom: 0;
}
.footer-contact-item {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
}
.footer-contact-item .text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
  color: var(--white-para);
}
.footer-contact-item svg path {
  fill: var(--button);
}
.footer-logo {
  display: flex;
  max-width: 10.1875rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .footer-logo {
    margin: 0 auto;
  }
}
.footer-copywrite {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.375rem;
  color: var(--white);
  text-align: center;
}
.footer-copywrite .link {
  color: var(--white);
  text-decoration: underline;
}
.footer-social-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-color: var(--white-5);
  transition: all 0.3s;
}
.footer-social-link svg path {
  fill: var(--white);
}
.footer-social-link:hover {
  background-color: var(--button);
}

/* Task */
.task-column-title {
  position: relative;
  padding: 0.875rem;
  padding-top: 1.25rem;
  border: 0.0625rem solid var(--stroke);
  border-radius: 0.125rem;
  background-color: var(--white);
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.07);
  margin-bottom: 0.625rem;
}
.task-column-title .title {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.1875rem;
  color: var(--button) !important;
}
.task-column-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.375rem;
  background-color: var(--button);
}
.task-column-title-pending .title {
  color: var(--task-pending) !important;
}
.task-column-title-pending::before {
  background-color: var(--task-pending);
}
.task-column-title-progress .title {
  color: var(--task-progress) !important;
}
.task-column-title-progress::before {
  background-color: var(--task-progress);
}
.task-column-title-review .title {
  color: var(--task-review) !important;
}
.task-column-title-review::before {
  background-color: var(--task-review);
}
.task-column-title-done .title {
  color: var(--task-done) !important;
}
.task-column-title-done::before {
  background-color: var(--task-done);
}
.task-column-items {
  min-height: 50rem;
}
@media screen and (max-width: 991px) {
  .task-column-items {
    min-height: 10rem;
  }
}
.task-column-item {
  border: 0.0625rem solid var(--stroke);
  border-radius: 0.375rem;
  padding: 0.9375rem;
}

.task-modalBody-height {
  max-height: calc(100vh - 11.875rem);
}

.taskModalContent {
  cursor: pointer;
}

.taskProgress-wrap {
  position: relative;
}
.taskProgress-wrap::before {
  content: "";
  position: absolute;
  top: 41%;
  left: 0;
  transform: translate(0, -50%);
  width: 100%;
  height: 6px;
  background-color: black;
}

.taskProgress {
  --thumb-height: 1.125em;
  --track-height: 5px;
  --track-color: rgba(255, 255, 255, 0.5);
  --brightness-down: 80%;
  --clip-edges: 0.125em;
  position: relative;
  background: rgba(255, 255, 255, 0) !important;
  overflow: hidden;
  font-size: 1.5rem;
  width: 100%;
  color: #f07167;
}
.taskProgress:active {
  cursor: grabbing;
}
.taskProgress:active::-webkit-slider-thumb {
  cursor: grabbing;
}
.taskProgress::-webkit-slider-runnable-track, .taskProgress::-webkit-slider-thumb {
  position: relative;
}
.taskProgress::-webkit-slider-thumb {
  --thumb-radius: calc((var(--thumb-height) * 0.5) - 1px);
  --clip-top: calc(
      (var(--thumb-height) - var(--track-height)) * 0.5 - 0.5px
  );
  --clip-bottom: calc(var(--thumb-height) - var(--clip-top));
  --clip-further: calc(100% + 1px);
  --box-fill: calc(-100vmax - var(--thumb-width, var(--thumb-height))) 0 0
      100vmax var(--button);
  width: var(--thumb-width, var(--thumb-height));
  background: var(--white);
  background-color: var(--white);
  box-shadow: var(--box-fill);
  border: 4px solid var(--button);
  border-radius: var(--thumb-width, var(--thumb-height));
  filter: brightness(100%);
  clip-path: polygon(100% -1px, var(--clip-edges) -1px, 0 var(--clip-top), -100vmax var(--clip-top), -100vmax var(--clip-bottom), 0 var(--clip-bottom), var(--clip-edges) 100%, var(--clip-further) var(--clip-further));
}
.taskProgress:hover::-webkit-slider-thumb {
  cursor: grab;
}
.taskProgress::-webkit-slider-runnable-track {
  background: linear-gradient(var(--track-color) 0 0) scroll no-repeat center/100% calc(var(--track-height) + 1px) !important;
}
.taskProgress:disabled::-webkit-slider-thumb {
  cursor: not-allowed;
}

.taskProgress,
.taskProgress::-webkit-slider-runnable-track,
.taskProgress::-webkit-slider-thumb {
  -webkit-appearance: none;
  transition: all ease 100ms;
  height: var(--thumb-height);
}

#taskProgress-txt {
  width: 37px;
  flex-shrink: 0;
}

.taskProgressImage {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.taskProgressImage img {
  flex-shrink: 0;
  width: 1.875rem;
  height: 1.875rem;
  border: 0.0625rem solid var(--white);
  border-radius: 50%;
  overflow: hidden;
}
.taskProgressImage img:not(:first-child) {
  margin-left: calc(-1 * 0.6875rem);
}
.taskProgressImage .iconPlus {
  flex-shrink: 0;
  width: 1.875rem;
  height: 1.875rem;
  border: 0.0625rem solid var(--white);
  border-radius: 50%;
  margin-left: calc(-1 * 0.6875rem);
  background-color: #f9f9ff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: black;
}

.taskChatWrap {
  padding-right: 0.5rem;
}

.taskBoard-modal-chatBody {
  height: 17.5rem !important;
}

/* Checkout */
.checkout-section {
  background-color: var(--button);
  padding: 7.6875rem;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1399px) {
  .checkout-section {
    padding: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .checkout-section {
    padding: 3.125rem;
  }
}
@media screen and (max-width: 575px) {
  .checkout-section {
    padding: 1.25rem;
  }
}
.checkout-wrap {
  width: 100%;
  padding: 4.375rem 3rem;
  background-color: var(--frame);
  border-radius: 0.625rem;
}
@media screen and (max-width: 767px) {
  .checkout-wrap {
    padding: 1.875rem;
  }
}
@media screen and (max-width: 575px) {
  .checkout-wrap {
    padding: 0.9375rem;
  }
}
.checkout-wrap-inner {
  max-width: 49.875rem;
  width: 100%;
  margin: 0 auto;
  padding: 8.9375rem 1.25rem;
  background-color: var(--frame);
  border-radius: 0.625rem;
}
.checkout-service-items {
  display: flex;
  flex-wrap: wrap;
}
.checkout-service-items .item {
  flex: 1 1 auto;
  max-width: 11.125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 0.0625rem solid var(--stroke);
  border-radius: 0.5rem;
  padding: 1.875rem 2.8125rem;
}
@media screen and (max-width: 1199px) {
  .checkout-service-items .item {
    padding: 1.25rem;
  }
}

.payment-item.active {
  border-color: var(--button) !important;
}
.payment-item.active button {
  background-color: var(--button) !important;
  border-color: var(--button) !important;
  color: var(--white) !important;
}
.payment-item button:hover {
  background-color: var(--button) !important;
  border-color: var(--button) !important;
  color: var(--white) !important;
}

/* Cookie consent */
.cookie-consent-wrap {
  position: fixed;
  bottom: 0;
  width: 100%;
  max-width: 550px;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1001;
}

.cookie-consent-wrap .cookie-consent {
  padding: 20px !important;
}

.cookie-consent-wrap .js-cookie-consent-agree {
  margin-top: 15px;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  z-index: 9999;
}
#preloader img {
  max-width: 22rem;
}

#preloader-status {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.theme-img-preview img {
  width: 100%;
  max-height: 600px;
  height: 100%;
}

.direction-rtl {
  direction: rtl;
  /* Header dropdown */
  /* Breadcrumb */
  /* Table */
  /* Data table */
  /* Nice select */
  /* Switch */
  /* Input Group */
  /* Membership Benefits */
  /* Mission Vision Goal */
}
.direction-rtl .zSidebar {
  top: 0;
  left: auto;
  right: 0;
  height: 100%;
  width: 15.625rem;
  background-color: var(--sidebar-text);
  z-index: 1001;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1023px) {
  .direction-rtl .zSidebar {
    right: calc(-1 * 15.625rem);
  }
}
@media screen and (max-width: 1023px) {
  .direction-rtl .zSidebar.menuClose {
    left: auto;
    right: 0;
  }
}
@media screen and (max-width: 1023px) {
  .direction-rtl .zSidebar-overlay {
    left: 0;
    right: auto;
  }
}
.direction-rtl .zSidebar-menu > li > a::before {
  right: auto;
  left: 1em;
  transform: rotate(-45deg) translate(0, 0);
}
.direction-rtl .zSidebar-menu > li > a ~ div .zSidebar-submenu {
  padding: 0.625rem 2.5rem 0.625rem 0;
}
.direction-rtl .zSidebar-menu > li > a ~ div .zSidebar-submenu li a {
  padding-left: 0;
  padding-right: 0.75rem;
}
.direction-rtl .zSidebar-menu > li > a ~ div .zSidebar-submenu li a::before {
  top: 0.4375rem;
  left: auto;
  right: 0;
}
.direction-rtl .zSidebar-menu > li > a[aria-expanded=true]::before {
  transform: rotate(-135deg);
}
.direction-rtl .zMainContent {
  position: relative;
  left: auto;
  right: 15.625rem;
  width: calc(100% - 15.625rem);
  transition: all 0.5s ease;
}
@media screen and (max-width: 1023px) {
  .direction-rtl .zMainContent {
    right: 0;
    width: 100%;
  }
}
.direction-rtl .headerUserDropdown .dropdown-toggle .user-content .img .active {
  right: auto;
  left: 0;
}
.direction-rtl .headerUserDropdown {
  padding: 4px 4px 4px 20px;
}
.direction-rtl .headerUserDropdown .dropdown-menu {
  --bs-position: start;
}
.direction-rtl .headerUserDropdown .dropdown-toggle::after {
  left: -5px;
  right: auto;
}
.direction-rtl .notifyDropdown .dropdown-toggle .notify_no {
  right: auto;
  left: 0;
}
.direction-rtl .menu-navbar-toggler.ms-auto {
  margin-left: 0 !important;
  margin-right: auto !important;
}
.direction-rtl .right-10 {
  right: auto;
  left: 10px;
}
.direction-rtl .breadcrumb.sf-breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: 0;
  padding-right: var(--bs-breadcrumb-item-padding-x);
}
.direction-rtl .breadcrumb.sf-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  float: right;
  padding-left: var(--bs-breadcrumb-item-padding-x);
}
.direction-rtl .zTable > :not(caption):first-child > * > *:first-child > * {
  border-radius: 0 0.625rem 0.625rem 0;
}
.direction-rtl .zTable > :not(caption):first-child > * > *:last-child > * {
  border-radius: 0.625rem 0 0 0.625rem;
}
.direction-rtl .zTable > :not(caption):first-child > * > * > * {
  text-align: right;
}
.direction-rtl .zTable-last-item-right > :not(caption) > *:not(.direction-rtl .zTable-last-item-right > :not(caption) > *.child) > *:last-child {
  text-align: left;
}
.direction-rtl .zTable-last-item-right > :not(caption) > *:not(.direction-rtl .zTable-last-item-right > :not(caption) > *.child) > *:last-child div {
  text-align: left;
}
.direction-rtl .zTable-section-setting > :not(caption) > *:not(.direction-rtl .zTable-section-setting > :not(caption) > *.child) > *:last-child {
  text-align: right !important;
}
.direction-rtl .zTable-section-setting > :not(caption) > *:not(.direction-rtl .zTable-section-setting > :not(caption) > *.child) > *:last-child div {
  text-align: right !important;
}
.direction-rtl .dataTables_wrapper .dataTables_info {
  float: right;
}
.direction-rtl .dataTables_wrapper .dataTables_paginate {
  float: left;
}
.direction-rtl table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control,
.direction-rtl table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control {
  padding-left: inherit !important;
  padding-right: 2.5rem !important;
}
.direction-rtl table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control::before,
.direction-rtl table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control::before {
  left: auto;
  right: 0.25rem;
}
.direction-rtl .tablePagi .paginate_button.next, .direction-rtl .tablePagi .paginate_button.previous {
  transform: rotate(180deg);
}
.direction-rtl .fa-solid.fa-angle-right {
  transform: rotate(180deg);
}
.direction-rtl .fa-solid.fa-angle-left {
  transform: rotate(-180deg);
}
.direction-rtl .select2-selection.sf-select-section,
.direction-rtl .sf-select-dropdown {
  direction: rtl;
}
.direction-rtl .sf-select-section.select2-selection--single .select2-selection__arrow {
  right: auto !important;
  left: 11px !important;
}
.direction-rtl .sf-select-section.select2-selection--multiple:not(.sf-select-section.select2-selection--multiple:has(ul.select2-selection__rendered li)) .select2-search.select2-search--inline .select2-search__field {
  padding-left: 0;
  padding-right: 0.625rem;
}
.direction-rtl .sf-select-without-search {
  float: right;
  text-align: right !important;
}
.direction-rtl .sf-select-without-search::after {
  right: auto;
  left: 15px;
}
.direction-rtl .sf-select-without-search .option {
  text-align: right !important;
}
.direction-rtl .content-chat-message-user-wrap .footer-chat-message-user button.send-btn img {
  transform: rotate(180deg);
}
.direction-rtl .dropdown-menu-end {
  --bs-position: start;
}
.direction-rtl .select2-container--default .select2-selection--multiple .select2-selection__choice {
  margin-left: 0;
  margin-right: 10px;
}
.direction-rtl .fa-long-arrow-left,
.direction-rtl .fa-long-arrow-right {
  transform: rotate(180deg);
}
.direction-rtl .servicePhotoUpload label p:first-child {
  border-radius: 0 0.3125rem 0.3125rem 0;
  border-right: 0.0625rem solid var(--black-stroke);
}
@media screen and (max-width: 575px) {
  .direction-rtl .servicePhotoUpload label p:first-child {
    flex: 0 0 auto;
    border-radius: 0.3125rem 0.3125rem 0 0;
    border-bottom: 0;
    width: 100%;
    text-align: center;
  }
}
.direction-rtl .servicePhotoUpload label p:last-child {
  border-radius: 0.3125rem 0 0 0.3125rem;
}
@media screen and (min-width: 576px) {
  .direction-rtl .file-upload-one label p:first-child {
    border-radius: 0 0.3125rem 0.3125rem 0;
    border-right: 0.0625rem solid var(--stroke) !important;
    border-left: 0;
  }
}
.direction-rtl .end-0 {
  right: auto !important;
  left: 0 !important;
}
.direction-rtl .text-end {
  text-align: left !important;
}
@media (min-width: 768px) {
  .direction-rtl .text-md-start {
    text-align: right !important;
  }
}
.direction-rtl .invoiceTotal.text-end {
  text-align: right !important;
}
.direction-rtl .zCheck.form-switch {
  padding-left: 0;
  padding-right: 2.5em;
}
.direction-rtl .zCheck.form-switch input.form-check-input {
  margin-left: 0;
  margin-right: -2.5em;
}
.direction-rtl .menu-dropdown-toggle {
  padding-right: 0 !important;
}
.direction-rtl .menu-dropdown-toggle::after {
  margin-left: 0;
  margin-right: 0.255em;
}
.direction-rtl .summernoteOne ~ .note-editor .note-toolbar > .note-btn-group::before {
  right: auto;
  left: 0;
}
.direction-rtl .search-one .icon {
  left: 1.125rem;
  right: auto;
}
.direction-rtl .dropdown.dropdown-one button.ms-auto {
  margin-left: 0 !important;
  margin-right: auto !important;
}
.direction-rtl #files-names .file-block .file-delete {
  left: 0.625rem;
  right: auto;
}
@media screen and (min-width: 576px) {
  .direction-rtl .pl-sm-20 {
    padding-right: 1.25rem !important;
  }
}
.direction-rtl .taskProgress::-webkit-slider-thumb {
  --box-fill: calc(-100vmax - var(--thumb-width, var(--thumb-height)))
      0 0 100vmax var(--black);
}
.direction-rtl .taskProgress::-webkit-slider-runnable-track {
  background: linear-gradient(var(--button) 0 0) scroll no-repeat center/100% calc(var(--track-height) + 1px) !important;
}
.direction-rtl .form-select {
  background-position: left 0.75rem center;
  padding: 0.375rem 0.75rem 0.375rem 2.25rem;
}
.direction-rtl .input-group input {
  border-top-right-radius: 0.375rem !important;
  border-bottom-right-radius: 0.5rem !important;
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
  margin-left: -1px;
}
.direction-rtl .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  border-top-left-radius: 0.375rem !important;
  border-bottom-left-radius: 0.375rem !important;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.direction-rtl .profileImage-upload .icon {
  left: 0;
  right: auto;
}
.direction-rtl .profileImage-upload input {
  left: 0 !important;
  right: auto !important;
}
.direction-rtl .ps-3 {
  padding-right: 1rem !important;
}
.direction-rtl .zAccordion-one .accordion-item::before {
  right: auto;
  left: 4.625rem;
}
@media screen and (max-width: 575px) {
  .direction-rtl .zAccordion-one .accordion-item::before {
    right: auto;
    left: 3.75rem;
  }
}
.direction-rtl .zAccordion-one .accordion-button::after {
  margin-left: 0;
  margin-right: auto;
  transform: rotate(180deg);
}
.direction-rtl .zAccordion-one .accordion-button:not(.direction-rtl .zAccordion-one .accordion-button.collapsed)::after {
  transform: rotate(0deg);
}
.direction-rtl .aboutUs-wrap-two .item {
  border-right: 0;
  border-left: 0.0625rem solid var(--black-stroke);
}
@media screen and (max-width: 575px) {
  .direction-rtl .aboutUs-wrap-two .item {
    border-left: none;
  }
}
@media screen and (max-width: 991px) {
  .direction-rtl .aboutUs-wrap-two .item:nth-child(2) {
    border-left: none;
  }
}
.direction-rtl .aboutUs-wrap-two .item:last-child {
  border-left: none;
}
@media screen and (max-width: 991px) and (min-width: 576px) {
  .direction-rtl .aboutUs-wrap-two .item:last-child {
    grid-column: 1/3;
  }
}
.direction-rtl .membership-benefits-items .item:nth-child(1) {
  border-top-left-radius: 0;
  border-top-right-radius: 1.25rem;
}
@media screen and (max-width: 575px) {
  .direction-rtl .membership-benefits-items .item:nth-child(1) {
    border-radius: 1.25rem 1.25rem 0 0;
  }
}
@media screen and (min-width: 576px) and (max-width: 991px) {
  .direction-rtl .membership-benefits-items .item:nth-child(2) {
    border-top-right-radius: 0;
    border-top-left-radius: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  .direction-rtl .membership-benefits-items .item:nth-child(3) {
    border-top-right-radius: 0;
    border-top-left-radius: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  .direction-rtl .membership-benefits-items .item:nth-child(4) {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 1.25rem;
  }
}
@media screen and (min-width: 576px) and (max-width: 991px) {
  .direction-rtl .membership-benefits-items .item:nth-child(5) {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 1.25rem;
  }
}
.direction-rtl .membership-benefits-items .item:nth-child(6) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 1.25rem;
}
@media screen and (max-width: 575px) {
  .direction-rtl .membership-benefits-items .item:nth-child(6) {
    border-radius: 0 0 1.25rem 1.25rem;
  }
}
.direction-rtl .cta-content .left {
  position: relative;
  z-index: 1;
  padding: 5rem 5rem 5rem 0;
}
.direction-rtl .missionVisionGoal-one-wrap .img {
  left: auto;
  right: 0;
}
.direction-rtl .dropdownItem-four li a {
  text-align: right;
}

.settings-sidebar a.active span,
.settings-sidebar a.active div, .settings-sidebar a:hover span,
.settings-sidebar a:hover div {
  color: var(--button) !important;
}

/*# sourceMappingURL=style.css.map */
