@charset "UTF-8";
:root {
  --theme-color: #FF3D00;
  --title-color: #1C1C1C;
  --body-color: #7B7E86;
  --smoke-color: #F3F3F3;
  --smoke-color2: #F6F6F7;
  --smoke-color3: #F5F5F6;
  --smoke-color4: #F4F4F4;
  --smoke-color5: #F0F2F4;
  --black-color: #202020;
  --gray-color: #303030;
  --white-color: #ffffff;
  --light-color: #9fa2ad;
  --yellow-color: #FFB539;
  --success-color: #28a745;
  --error-color: #dc3545;
  --border-color: #E3E3E3;
  --title-font: "Kanit", sans-serif;
  --body-font: "Kumbh Sans", sans-serif;
  --icon-font: "FontAwesome";
  --main-container: 1220px;
  --container-gutters: 24px;
  --section-space: 100px;
  --section-space-mobile: 80px;
  --section-title-space: 60px;
  --ripple-ani-duration: 5s;
  --icon-fill: #F41E1E;
}

/*------------------- Typography -------------------*/
html,
body {
  scroll-behavior: smooth !important;
  font-family: var(--body-font);
  font-size: 16px;
  overflow-x: hidden;
}

body {
  font-family: var(--body-font);
  font-weight: 400;
  color: var(--body-color);
  line-height: 26px;
  -webkit-font-smoothing: antialiased;
  /***scroll-bar***/
}
body::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
body::-webkit-scrollbar-track {
  background: rgba(251, 212, 81, 0.1);
}
body::-webkit-scrollbar-thumb {
  background: var(--theme-color);
  border-radius: 0px;
}
body.overflow-hidden {
  overflow: hidden !important;
  touch-action: none; 
  scrollbar-gutter: stable;
}
.slick-slide:focus,
button:focus,
a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
  outline: none;
}

input:disabled,
textarea:disabled,
select:disabled,
button:disabled {
  background-color: #ccc;
}
input:focus {
  outline: none;
  box-shadow: none;
}

img:not([draggable]),
embed,
object,
video {
  max-width: 100%;
  height: auto;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid var(--border-color);
}

th {
  font-weight: 700;
  color: var(--title-color);
}

td,
th {
  border: 1px solid var(--border-color);
  padding: 9px 12px;
}

a {
  color: var(--theme-color);
  text-decoration: none;
  outline: 0;
  transition: all ease 0.4s;
}
a:hover {
  color: var(--title-color);
}
a:active, a:focus, a:hover, a:visited {
  text-decoration: none;
  outline: 0;
}

button {
  transition: all ease 0.4s;
}

img {
  border: none;
  max-width: 100%;
}

ins {
  text-decoration: none;
}

pre {
  font-family: var(--body-font);
  background: #f5f5f5;
  color: #666;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
}

span.ajax-loader:empty,
p:empty {
  display: none;
}

p {
  font-family: var(--body-font);
  margin: 0 0 18px 0;
  color: var(--body-color);
  line-height: 1.75;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
p a,
span a {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  font-family: var(--title-font);
  color: var(--title-color);
  text-transform: none;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 15px 0;
}

.h1,
h1 {
  font-size: 60px;
  line-height: 1.167;
}

.h2,
h2 {
  font-size: 48px;
  line-height: 1.227;
}

.h3,
h3 {
  font-size: 36px;
  line-height: 1.278;
}

.h4,
h4 {
  font-size: 24px;
  line-height: 1.333;
}

.h5,
h5 {
  font-size: 1.25rem;
  line-height: 1.417;
}

.h6,
h6 {
  font-size: 18px;
  line-height: 1.5;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .h1,
  h1 {
    font-size: 48px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .h1,
  h1 {
    font-size: 44px;
    line-height: 1.3;
  }
  .h2,
  h2 {
    font-size: 40px;
    line-height: 1.25;
  }
  .h3,
  h3 {
    font-size: 30px;
  }
  .h4,
  h4 {
    font-size: 24px;
  }
  .h5,
  h5 {
    font-size: 1.25rem;
  }
  .h6,
  h6 {
    font-size: 16px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .h1,
  h1 {
    font-size: 40px;
  }
  .h2,
  h2 {
    font-size: 34px;
    line-height: 1.3;
  }
  .h3,
  h3 {
    font-size: 26px;
  }
  .h4,
  h4 {
    font-size: 22px;
  }
  .h5,
  h5 {
    font-size: 18px;
  }
  .h6,
  h6 {
    font-size: 16px;
  }
  h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .h1,
  h1 {
    font-size: 34px;
    line-height: 1.35;
  }
  .h2,
  h2 {
    font-size: 30px;
  }
}
/* Extra small devices */
@media (max-width: 375px) {
  .h1,
  h1 {
    font-size: 32px;
  }
}
@media (max-width: 1399px) {
  :root {
    --main-container: 1250px;
  }
}
.container2 {
  max-width: 1330px;
  margin: auto;
}

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: calc(var(--main-container) + var(--container-gutters));
  }
  .container2 {
    max-width: 1330px;
  }
}
@media only screen and (min-width: 1300px) {
  .container2.px-0,
  .container-xxl.px-0,
  .container-xl.px-0,
  .container-lg.px-0,
  .container-md.px-0,
  .container-sm.px-0,
  .container.px-0 {
    max-width: var(--main-container);
  }
  .container2 {
    max-width: 1330px;
  }
}
/* Medium Large devices */
@media (max-width: 1399px) {
  .container2 {
    max-width: 1140px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .container2 {
    max-width: 960px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .container2 {
    max-width: 720px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .container2 {
    max-width: 540px;
  }
}
@media only screen and (max-width: 1600px) {
  .container-fluid.px-0 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .container-fluid.px-0 .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .container2 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
.slick-track > [class*=col] {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

.gy-30 {
  --bs-gutter-y: 30px;
}

.gy-40 {
  --bs-gutter-y: 40px;
}

.gy-50 {
  --bs-gutter-y: 50px;
}

.gy-80 {
  --bs-gutter-y: 80px;
}

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

@media (min-width: 1299px) {
  .gx-60 {
    --bs-gutter-x: 60px;
  }
}
@media (min-width: 1399px) {
  .gx-30 {
    --bs-gutter-x: 30px;
  }
  .gx-25 {
    --bs-gutter-x: 25px;
  }
  .gx-40 {
    --bs-gutter-x: 40px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .gy-80 {
    --bs-gutter-y: 40px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .gy-50 {
    --bs-gutter-y: 40px;
  }
}
select,
.single-select,
.form-control,
.form-select,
textarea,
input {
  height: 60px;
  padding: 0 30px;
  border: 1px solid transparent;
  color: var(--body-color);
  background-color: transparent;
  font-size: 1rem;
  width: 100%;
  font-family: var(--body-font);
  transition: 0.4s ease-in-out;
  padding-right: 45px;
  border-radius: 5px;
}
select:focus,
.single-select:focus,
.form-control:focus,
.form-select:focus,
textarea:focus,
textarea.form-control:focus,
select.form-control:focus,
input.form-control:focus,
input {
  outline: none;
  box-shadow: none;
  border-color: var(--white-color);
  background-color: transparent;
}
select::-moz-placeholder,
.single-select::-moz-placeholder,
.form-control::-moz-placeholder,
.form-select::-moz-placeholder,
textarea::-moz-placeholder,
input::-moz-placeholder {
  color: var(--body-color);
}
select::-webkit-input-placeholder,
.single-select::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder,
.form-select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: var(--body-color);
}
select:-ms-input-placeholder,
.single-select:-ms-input-placeholder,
.form-control:-ms-input-placeholder,
.form-select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: var(--body-color);
}
select::placeholder,
.single-select::placeholder,
.form-control::placeholder,
.form-select::placeholder,
textarea::placeholder,
input::placeholder {
  color: var(--body-color);
}

select.style-white,
.single-select.style-white,
.form-control.style-white,
.form-select.style-white,
textarea.style-white,
input.style-white {
  background: var(--white-color);
}

.single-select.style-border,
.form-control.style-border,
textarea.style-border,
input.style-border {
  border: 1px solid #404040;
  border-radius: 0;
  color: var(--white-color);
}
select.form-select.style-border {
  color: var(--body-color);
}

.form-text {
  font-size: 1rem;
}
.form-text a {
  color: var(--title-color);
  font-weight: 500;
}

.single-select,
.form-select,
select {
  display: block;
  width: 100%;
  line-height: 60px;
  cursor: pointer;
  background: transparent;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
  background-position: right 26px center;
  background-repeat: no-repeat;
  background-size: 16px 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.single-select:after,
.form-select:after,
select:after {
  right: 30px;
  height: 8px;
  width: 8px;
}
.single-select .list,
.form-select .list,
select .list {
  width: 100%;
}

textarea.form-control,
textarea {
  min-height: 150px;
  padding-top: 16px;
  padding-bottom: 17px;
}

.form-group {
  margin-bottom: 20px;
  position: relative;
}

.form-group.radius-group input {
  border-radius: 100px;
}
select.form-control option {
  background-color: var(--title-color);
  color: var(--white-color);
}
/*
option:checked, option:focus, option:hover {
  color: var(--white-color);
}
*/

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}

input[type=checkbox] {
  visibility: hidden;
  opacity: 0;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  display: none;
  border-radius: 10px;
}
input[type=checkbox]:checked ~ label:before {
  content: "\f00c";
  color: var(--white-color);
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
input[type=checkbox] ~ label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: block;
}
input[type=checkbox] ~ label:before {
  content: "";
  font-family: var(--icon-font);
  font-weight: 700;
  position: absolute;
  left: 0px;
  top: 3.5px;
  background-color: var(--white-color);
  border: 1px solid var(--theme-color);
  height: 18px;
  width: 18px;
  line-height: 18px;
  text-align: center;
  font-size: 12px;
}
input[type=checkbox].style2 ~ label {
  color: #8B929C;
  padding-left: 23px;
  margin-bottom: -0.5em;
}
input[type=checkbox].style2 ~ label:before {
  background-color: white;
  border: 1px solid rgb(247, 204, 215);
  height: 14px;
  width: 14px;
  line-height: 14px;
  border-radius: 3px;
  top: 6px;
}
input[type=checkbox].style2:checked ~ label:before {
  color: var(--theme-color);
}

input[type=radio] {
  vertical-align: middle;
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
}
.form-radio {
  border: 1px solid #404040;
  height: 60px;
  padding: 0 30px;
  font-size: 1rem;
  transition: 0.4s ease-in-out;
}
.form-radio:hover{
  border-color: var(--white-color);
}
label {
  margin-bottom: 0.5em;
  margin-top: -0.3em;
  display: block;
  color: var(--smoke-color4);
  font-family: var(--body-font);
  font-size: 1rem;
}

textarea.is-invalid,
select.is-invalid,
input.is-invalid,
.was-validated input:invalid {
  border: 1px solid var(--error-color) !important;
  background-position: right calc(0.375em + 0.8875rem) center;
  background-image: none;
}
textarea.is-invalid:focus,
select.is-invalid:focus,
input.is-invalid:focus,
.was-validated input:invalid:focus {
  outline: 0;
  box-shadow: none;
}

textarea.is-invalid {
  background-position: top calc(0.375em + 0.5875rem) right calc(0.375em + 0.8875rem);
}

.row.no-gutters > .form-group {
  margin-bottom: 0;
}

.form-messages {
  display: none;
}
.form-messages.mb-0 * {
  margin-bottom: 0;
}
.form-messages.success {
  color: var(--success-color);
  display: block;
}
.form-messages.error {
  color: var(--error-color);
  display: block;
}
.form-messages pre {
  padding: 0;
  background-color: transparent;
  color: inherit;
}
.media-body {
  flex: 1;
}
/*------------------- Buttons -------------------*/
.icon-btn {
  display: inline-block;
  width: var(--btn-size, 46px);
  height: var(--btn-size, 46px);
  line-height: var(--btn-size, 46px);
  font-size: var(--btn-font-size, 1rem);
  background-color: var(--theme-color);
  color: var(--white-color);
  text-align: center;
  border-radius: 6px;
  border: none;
  transition: 0.4s ease-in-out;
}
.icon-btn:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}
.icon-btn.btn-border {
  background: transparent;
  border: 2px solid var(--theme-color);
  color: var(--theme-color);
}
.icon-btn.btn-border:hover {
  background: var(--theme-color);
  color: var(--white-color);
}
.header-button {
  height: 100px;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.btn {
  position: relative;
  z-index: 1;
  vertical-align: middle;
  display: inline-block;
  border: none;
  text-align: center;
  background-color: transparent;
  color: var(--white-color);
  font-family: var(--title-font);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  padding: 18.5px 35px 20.5px;
}
.btn::before {
  position: absolute;
  content: "";
  left: 3px;
  top: 0;
  width: 97%;
  height: 100%;
  background: var(--theme-color);
  border: none;
  z-index: -1;
  transition: 0.4s;
  border-radius: 10px;
  transform: skewX(-10deg);
}
.navbar-right {
  gap: 1rem;
}
.navbar-right .searchBoxToggler {
  z-index: 1;
  border: 1px solid var(--white-color);
  background-color: transparent;
  border-radius: 6px;
  color: var(--white-color);
}
.header-pages .navbar-right .searchBoxToggler {
  color: var(--title-color);
  border-color: var(--title-color);
}
.navbar-right .goodnesspack-icon {
  width: 16px;
  height: 16px;
}
.navbar-right .icon-btn {
  line-height: unset;
}
.navbar-right button {
  width: var(--btn-size, 46px);
  height: var(--btn-size, 46px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn:focus, .btn:hover, .btn:active {
  color: var(--white-color);
  box-shadow: none;
}
.btn:focus:before, .btn:hover:before, .btn:active:before {
  background: var(--black-color);
  width: 97%;
  transform: skewX(10deg);
}
.btn.style2:hover {
  color: var(--title-color);
}
.btn.style2:hover:before {
  background-color: var(--white-color);
}
.btn.btn-border {
  color: var(--title-color);
  padding: 19.5px 21px 19.5px 25px;
}
.btn.btn-border:before {
  background: transparent;
  border: 1px solid var(--black-color);
}
.btn.btn-border:active, .btn.btn-border:focus, .btn.btn-border:hover {
  color: var(--white-color);
}
.btn.btn-border:active:before, .btn.btn-border:focus:before, .btn.btn-border:hover:before {
  background-color: var(--black-color);
}
.btn.btn-border3 {
  color: var(--white-color);
  padding: 19.5px 21px 19.5px 25px;
}
.btn.btn-border3:before {
  background: transparent;
  border: 1px solid var(--white-color);
}
.btn.btn-border3:active, .btn.btn-border3:focus, .btn.btn-border3:hover {
  color: var(--theme-color);
}
.btn.btn-border3:active:before, .btn.btn-border3:focus:before, .btn.btn-border3:hover:before {
  background-color: var(--white-color);
}
.btn.btn-border4 {
  color: var(--title-color);
  border: 1px solid var(--title-color);
  border-radius: 0;
  font-family: var(--title-font);
}
.link-btn {
  font-size: 1rem;
  font-weight: 600;
  display: inline-flex;
  line-height: 0.8;
  position: relative;
  padding-bottom: 2px;
  margin-bottom: -2px;
  text-transform: uppercase;
  color: var(--theme-color);
  align-items: center;
  justify-content: center;
}
.link-btn:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: var(--theme-color);
  transition: all ease 0.4s;
}
.link-btn:hover {
  color: var(--theme-color);
}
.link-btn:hover::before {
  width: 100%;
}
.btn-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px 30px;
}

.scroll-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 13;
  opacity: 0;
  visibility: hidden;
  transform: translateY(45px);
  transition: all 300ms linear;
}
.scroll-top:after {
  content: ""; 
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath d='M214.6 9.4c-12.5-12.5-32.8-12.5-45.3 0l-160 160c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L160 109.3 160 480c0 17.7 14.3 32 32 32s32-14.3 32-32l0-370.7 105.4 105.4c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-160-160z'/%3E%3C/svg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath d='M214.6 9.4c-12.5-12.5-32.8-12.5-45.3 0l-160 160c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L160 109.3 160 480c0 17.7 14.3 32 32 32s32-14.3 32-32l0-370.7 105.4 105.4c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-160-160z'/%3E%3C/svg%3E") no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;

  background-color: var(--theme-color);
  z-index: 2;
  transition: all 300ms linear;
}
.scroll-top svg {
  color: var(--theme-color);
  border-radius: 50%;
  background: var(--white-color);
  border: 2px solid var(--theme-color);
  overflow: visible;
  box-shadow: none;
}
.scroll-top svg path {
  fill: none;
}
.scroll-top .progress-circle path {
  stroke: var(--theme-color);
  stroke-width: 10px;
  box-sizing: border-box;
  transition: all 400ms linear;
}
.scroll-top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.whatsapp-button-link {
  position: relative;
}
.whatsapp-button-link img {
  height: 55px;
}
/*-- margin Top --*/
.mt-30 {
  margin-top: 30px;
}
.mt-40 {
  margin-top: 40px;
}
/*------------------- Titles -------------------*/
.sec-title {
  margin-bottom: calc(var(--section-title-space) - 43px);
  /*margin-top: -0.23em;*/
  font-weight: 600;
  line-height: 58px;
}

.sub-title {
  display: inline-block;
  line-height: 1.2;
  color: var(--theme-color);
  text-transform: uppercase;
  font-size: 0.875rem;
  position: relative;
  padding: 8px 20px 6px;
  font-weight: 500;
  font-family: var(--title-font);
  margin-bottom: 26px;
  letter-spacing: 0.05em;
  background: var(--white-color);
  box-shadow: 0px 8px 19px rgba(0, 0, 0, 0.07);
  border-radius: 50px;
}
.sub-title.style2 {
  background: transparent;
  box-shadow: none;
  padding: 0;
  margin-top: -0.2em;
  display: block;
}

.box-title {
  font-size: 24px;
  line-height: 1.417;
  font-weight: 600;
  margin-top: -0.3em;
}
.box-title a {
  color: inherit;
}
.box-title a:hover {
  color: var(--theme-color);
}

.sec-text {
  font-size: 1rem;
  margin-top: 30px;
  line-height: 1.667;
  margin-bottom: 0;
}
.title-area {
  margin-bottom: calc(var(--section-title-space) - 17px);
  position: relative;
  z-index: 2;
}
.title-area.mb-0 .sec-title {
  margin-bottom: 17px;
}
.title-area .btn {
  margin-top: 36px;
}
.title-area .checklist {
  margin-top: 30px;
}

.white-title {
  color: #fff;
  font-weight: 700;
  position: relative;
  padding-bottom: 9px;
  margin-bottom: 19px;
}
.white-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  height: 2px;
  width: 50px;
}

.page-title {
  font-size: 40px;
  font-weight: 500;
  margin-top: -0.3em;
}

.page-subtitle {
  font-size: 30px;
  font-weight: 500;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .sec-title {
    font-size: 45px;
    line-height: 1.2;
  }
  .sec-text {
    margin-top: 0px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .title-area,
  .sec-title {
    --section-title-space: 60px;
  }
  .title-area.mb-45,
  .sec-title.mb-45 {
    margin-bottom: 36px;
  }
  .title-area.mb-50,
  .sec-title.mb-50 {
    margin-bottom: 40px;
  }
  .sec-btn,
  .title-line {
    --section-title-space: 55px;
  }
  .sec-text {
    font-size: 1rem;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .title-area,
  .sec-title {
    --section-title-space: 50px;
  }
  .title-area.mb-45,
  .sec-title.mb-45 {
    margin-bottom: 35px;
  }
  .sec-btn,
  .title-line {
    --section-title-space: 50px;
  }
  .sub-title {
    font-size: 12px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .sec-title {
    font-size: 34px;
  }
}
@media (max-width: 390px) {
  .sec-title {
    font-size: 30px;
  }
}
/*-------------------  Mobile Menu -------------------*/
.mobile-menu-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 21;
  width: 0;
  width: 100%;
  height: 100%;
  transition: all ease 0.8s;
  opacity: 0;
  visibility: hidden;
}
.mobile-menu-wrapper .mobile-logo {
  padding-bottom: 15px;
  padding-top: 20px;
  display: block;
  text-align: center;
  background-color: rgba(28, 28, 28, 0.9);
}
.mobile-menu-wrapper .mobile-logo img {
  height: 35px;
}
.mobile-menu-wrapper .mobile-logo svg {
  max-width: 185px;
}
.mobile-menu-wrapper .menu-toggle {
  border: none;
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  right: -16.5px;
  top: 25px;
  padding: 0;
  width: 33px;
  height: 33px;
  z-index: 1;
  color: var(--white-color);
  background-color: var(--theme-color);
  border-radius: 50%;
}
.mobile-menu-wrapper .menu-toggle:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}
.mobile-menu-wrapper .mobile-menu-area {
  width: 100%;
  max-width: 310px;
  background-color: #fff;
  border-right: 3px solid var(--theme-color);
  height: 100%;
  position: relative;
  left: -110%;
  opacity: 0;
  visibility: hidden;
  transition: all ease 1s;
  z-index: 1;
}
.mobile-menu-wrapper.body-visible {
  opacity: 1;
  visibility: visible;
}
.mobile-menu-wrapper.body-visible .mobile-menu-area {
  left: 0;
  opacity: 1;
  visibility: visible;
}

.mobile-menu {
  /*overflow-y: scroll;
  max-height: calc(100vh - 200px);*/
  padding-bottom: 25px;
  margin-top: 25px;
  text-align: left;
}
.mobile-menu ul {
  margin: 0;
  padding: 0 0;
}
.mobile-menu ul li {
  border-bottom: 1px solid var(--smoke-color2);
  list-style-type: none;
}
.mobile-menu ul li li:first-child {
  border-top: 1px solid var(--smoke-color2);
}
.mobile-menu ul li a {
  display: block;
  position: relative;
  padding: 12px 0;
  line-height: 1.4;
  font-size: 14px;
  text-transform: capitalize;
  color: var(--title-color);
  padding-left: 18px;
  display: flex;
  align-items: center;
}
.mobile-menu ul li a:before {
  content: "\2610";
  position: absolute;
  left: 0;
  display: inline-block;
  transition: all ease 0.4s;
}
.mobile-menu ul li.active-class > a {
  color: var(--theme-color);
}
.mobile-menu ul li.active-class > a:before {
  transform: rotate(360deg);
  transition: all ease 0.4s;
}
.mobile-menu ul li ul li {
  padding-left: 20px;
}
.mobile-menu ul li ul li:last-child {
  border-bottom: none;
}
.mobile-menu ul .submenu-item-has-children > a .mean-expand-class {
  position: absolute;
  right: 0;
  font-weight: 300;
  font-size: 18px;
  width: 30px;
  height: 30px;
  line-height: 27px;
  text-align: center;
  background-color: var(--smoke-color);
  color: var(--title-color);
  box-shadow: 0 0 20px -8px rgba(173, 136, 88, 0.5);
  border-radius: 50%;
}
.mobile-menu ul .submenu-item-has-children > a .mean-expand-class:before {
  content: "+";
}
.mobile-menu ul .submenu-item-has-children.active-class > a .mean-expand-class:before {
  content: "-";
}
.mobile-menu > ul {
  padding: 0 20px;
}
.mobile-menu > ul > li:last-child {
  border-bottom: none;
}
.mobile-menu-wrapper .mobile-menu-area .mobile-menu-content {
  max-height: calc(100vh - 70px);
  overflow-y: auto;
}
.mobile-menu-wrapper .mobile-menu-area .contact {
  padding: 1rem;
  text-align: left;
}
.mobile-menu-wrapper .mobile-menu-area .contact h4 {
  font-weight: 400;
}
.mobile-menu-wrapper .mobile-menu-area .contact .social-btn,
.mobile-menu-wrapper .mobile-menu-area .contact .whatsapp,
.mobile-menu-wrapper .mobile-menu-area .contact .tagcloud {
  margin-bottom: 1rem;
}
.mobile-menu-wrapper .mobile-menu-area .contact .tagcloud a {
  font-size: 12px;
  font-weight: 300;
  padding: 2px 8px;
  margin-right: 3px;
  margin-bottom: 5px;
  box-shadow: none;
}
.mobile-menu-wrapper .mobile-menu-area .contact .tagcloud a img {
  height: 1rem;
}
@media (max-width: 400px) {
  .mobile-menu-wrapper .mobile-menu-area {
    width: 100%;
    max-width: 270px;
  }
  .mobile-menu > ul {
    padding: 0 10px;
  }
}
/*------------------- widget  -------------------*/
.widget {
  margin-bottom: 30px;
  position: relative;
  padding: var(--widget-padding-x, 40px);
  background: var(--smoke-color2);
  border-radius: 20px;
}
.footer-widget {
  margin-bottom: 50px !important;
}
.footer-widget,
.footer-widget .widget {
  padding: 0;
  border: none;
  padding-bottom: 0;
  background-color: transparent;
  box-shadow: none;
}
.widget-about .footer-logo {
  margin-bottom: 37px;
}
.widget-about .about-text {
  max-width: 350px;
  margin-top: -0.65em;
  margin-bottom: 27px;
}

/*------------------- social  -------------------*/
.social-btn {
  display: flex;
  gap: 10px;
}
.social-btn a {
  height: 35px;
  width: 35px;
  line-height: 35px;
  border-radius: 7px;
  display: inline-block;
  background-color: var(--smoke-color4);
  color: var(--title-color);
  text-align: center;
  font-size: 12px;
}
.social-btn a:hover {
  background: var(--theme-color);
  color: var(--white-color);
}
.social-links a {
  font-size: 1rem;
  display: inline-block;
  color: var(--body-color);
  margin: 0 5px 0 0;
}
.social-links a:last-child {
  margin-right: 0;
}
.social-links a:hover {
  color: var(--theme-color);
}
/*------------------- goodnesspack icons  -------------------*/
.goodnesspack-icon {
  font-weight: 400;
  transition: all 0.3s;
  width: 1rem;
  height: 1rem;
  fill: currentColor;
  vertical-align: middle;
}
/*------------------- Popup Side Menu  -------------------*/
.sidemenu-wrapper {
  position: fixed;
  z-index: 21;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  visibility: hidden;
  transition: all ease 1s;
}
.sidemenu-wrapper .closeButton {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: var(--title-color);
  border: 2px solid;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  padding: 0;
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: var(--white-color);
  border-radius: 50%;
  transform: rotate(0);
  transition: all ease 0.4s;
  z-index: 31;
}
.sidemenu-wrapper .closeButton:hover {
  color: var(--theme-color);
  border-color: var(--theme-color);
  transform: rotate(90deg);
}
.sidemenu-wrapper .sidemenu-content {
  background-color: var(--title-color);
  width: 100%;
  margin-left: auto;
  padding: 80px 30px;
  height: 100%;
  overflow-y: auto;
  position: relative;
  right: -100%;
  cursor: auto;
  transition-delay: 1s;
  transition: right ease 0.8s;
}
.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
  background: rgba(251, 212, 81, 0.1);
}
.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar {
  width: 10px;
}
.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar-thumb {
  background: var(--theme-color);
}
.sidemenu-wrapper .widget {
  padding: 0;
  border: none;
  background-color: transparent;
}
.sidemenu-wrapper.show {
  opacity: 1;
  visibility: visible;
  transition: all ease 0.5s;
}
.sidemenu-wrapper.show .sidemenu-content {
  right: 0;
  opacity: 1;
  visibility: visible;
}

/* Small devices */
@media (max-width: 767px) {
  .sidemenu-wrapper .sidemenu-content {
    width: 100%;
    padding: 20px 10px;
  }
}
/*-------------------  Language Switch  -------------------*/
.header-top .language-switch {
  margin-right: 1rem;
}
.header-top .language-switch a {
  color: var(--body-color);
  font-family: var(--title-font);
  font-size: 0.875rem;
  font-weight: 300;
}
.header-top .language-switch a:hover {
  color: var(--theme-color);
}
.header-top .language-switch a > img {
  height: 1rem;
  margin-inline-end: 2px;
}
.dropdown-menu {
  position: absolute;
  text-align: left;
  display: unset;
  top: 100%;
  left: 0;
  background-color: var(--white-color);
  visibility: hidden;
  min-width: 10rem;
  width: max-content;
  padding: 7px;
  left: -0.875rem;
  opacity: 0;
  z-index: 5;
  border: 0;
  box-shadow: 0px 4px 15px rgba(1, 15, 28, 0.06);
  border-radius: 10px;
  transform: scaleY(0);
  transform-origin: top center;
  transition: all 0.4s ease 0s;
}
@media (min-width: 1299px) {
    .header-top .language-switch .dropdown-menu a:hover {
      color: var(--theme-color);
    }
    .dropdown.language-switch:hover>.dropdown-menu {
      visibility: visible;
      opacity: 1;
      transform: scaleY(1) !important;
      z-index: 9;
    }
    .dropdown.language-switch>.dropdown-toggle:active {
      pointer-events: none;
    }
}
.dropdown-menu.show {
  visibility: visible;
  opacity: 1;
  transform: scaleY(1) !important;
  z-index: 9;
  margin: unset !important;
  inset: unset !important;
  left: -0.875rem !important;
}

.header-top .language-switch .dropdown-menu a {
  color: var(--title-color);
  font-weight: 400;
}
/*-------------------  quote  -------------------*/
.quote-form {
  background: var(--title-color);
  border: 1px solid #2D2D2D;
  border-radius: 15px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.18);
  padding: 60px;
}
.quote-area .quote-form .form-title {
  color: var(--white-color);
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 2rem;
  text-transform: uppercase;
  margin-top: -0.35em;
}
.quote-form .title-area .sub-title {
  margin-bottom: 0;
}
.form-group textarea {
  resize: none;
}
/*-------------------  Header  -------------------*/
.main-menu a {
  display: block;
  position: relative;
  font-weight: 500;
  font-family: var(--title-font);
  font-size: 1rem;
  color: var(--title-color);
  text-transform: uppercase;
}
.main-menu a:hover {
  color: var(--theme-color);
}
.main-menu > ul > li {
  margin: 0 0.875rem;
}
.main-menu > ul > li > a {
  padding: 1rem 0;
  color: var(--white-color);
}
.header-pages .main-menu > ul > li > a {
  padding: 1rem 0;
  color: var(--title-color);
}
.main-menu > ul > li > a:hover {
  color: var(--theme-color);
}
.main-menu ul {
  margin: 0;
  padding: 0;
}
.main-menu ul li {
  list-style-type: none;
  display: inline-block;
  position: relative;
}
.main-menu > ul > li:hover > a > .goodnesspack-icon {
  transform: rotate(180deg);
}
.main-menu > ul > li.menu-item-has-children > a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  text-decoration: none
}
.main-menu ul li:last-child {
  margin-right: 0 !important;
}
.main-menu ul li:first-child {
  margin-left: 0 !important;
}
.main-menu ul li:hover > ul.sub-menu,
.main-menu ul li:hover > ul.language-sub-menu {
  visibility: visible;
  opacity: 1;
  transform: scaleY(1);
  z-index: 9;
}
.main-menu ul.sub-menu,
.main-menu ul.language-sub-menu {
  position: absolute;
  text-align: left;
  top: 100%;
  left: 0;
  background-color: var(--white-color);
  visibility: hidden;
  min-width: 190px;
  width: max-content;
  padding: 7px;
  left: -14px;
  opacity: 0;
  z-index: -1;
  border: 0;
  box-shadow: 0px 4px 15px rgba(1, 15, 28, 0.06);
  border-radius: 10px;
  transform: scaleY(0);
  transform-origin: top center;
  transition: all 0.4s ease 0s;
}
.main-menu ul.sub-menu a,
.main-menu ul.language-sub-menu a {
  font-size: 1rem;
  font-weight: 300;
  line-height: 30px;
}
.main-menu ul.sub-menu a span {
  font-size: 12px;
  padding: 0px 5px;
  margin-left: 4px;
  background-color: var(--theme-color);
  color: var(--white-color);
  padding: 2px 5px;
  border-radius: 4px;
  position: relative;
  top: -1px;
}
.main-menu ul.sub-menu,
.main-menu ul.language-sub-menu {
  padding: 18px 20px 18px 18px;
  left: -27px;
}
.main-menu ul.sub-menu li,
.main-menu ul.language-sub-menu li {
  display: block;
  margin: 0 0;
  padding: 0px 9px;
}
.main-menu ul.sub-menu li.menu-item-has-children > a:after {
  content: "+";
  float: right;
  top: 1px;
}
.main-menu ul.sub-menu li.menu-item-has-children:hover > a:after {
  content: "\f068";
}
.main-menu ul.sub-menu li a,
.main-menu ul.language-sub-menu li a {
  position: relative;
  padding-left: 0px;
  text-transform: capitalize;
}
.main-menu ul.sub-menu li a:before {
  content: ""; /* 必须保留 content，但设置为空 */
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  display: inline-block;
  opacity: 0;
  transition: 0.3s;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M439.1 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L371.2 256 233.9 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160zm-352 160l160-160c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L179.2 256 41.9 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0z'/%3E%3C/svg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M439.1 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L371.2 256 233.9 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160zm-352 160l160-160c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L179.2 256 41.9 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0z'/%3E%3C/svg%3E") no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: var(--theme-color); 
}

.main-menu ul.sub-menu li a:hover:before {
  opacity: 1;
  left: 0;
  transform: translateY(-50%);
}
.main-menu ul.sub-menu li a:hover {
  padding-left: 20px;
}

.main-menu ul.language-sub-menu li a img {
  width: 1.5rem;
  height: auto;
  transform: scale(1);
  margin-right: 0.5rem;
  transition: all 0.2s ease 0s;
}
.main-menu ul.language-sub-menu li:hover a img {
  transform: scale(1.2);
  transition: all 0.2s ease 0s;
}
.main-menu ul.sub-menu li ul.sub-menu {
  left: 100%;
  right: auto;
  top: 0;
  margin: 0 0;
  margin-left: 20px;
}
.main-menu ul.sub-menu li ul.sub-menu li ul {
  left: 100%;
  right: auto;
}
.nav-header {
  position: relative;
  z-index: 11;
}
.sticky-wrapper {
  transition: 0.4s ease-in-out;
  padding: 45px 38px 0;
}

.header-home .sticky-wrapper {
  left: 0;
  right: 0;
  position: absolute;
}
.header-pages .sticky-wrapper {
}
.sticky-wrapper.sticky {
  top: -50px;
  left: 0;
  right: 0;
  position: fixed;
  animation: stickyAni 0.4s ease-in-out;
}
.header-home .sticky-wrapper.sticky {
  background: rgba(28, 28, 28, 0.9);
  backdrop-filter: blur(10px);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
.header-pages .sticky-wrapper.sticky {
  background-color: var(--white-color);
  backdrop-filter: blur(10px);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
}
.header-pages .sticky-wrapper.sticky ~ .sticky-placeholder {
  height: 0px;
  position: unset;
}
.sticky-placeholder {
  position: absolute;
}
@keyframes stickyAni {
  0% {
    transform: translate3d(0, -40px, 0) scaleY(0.8);
    opacity: 0.7;
  }
  100% {
    transform: translate3d(0, 0, 0) scaleY(1);
    opacity: 1;
  }
}
.header-logo {
  padding-top: 15px;
  padding-bottom: 15px;
}
.header-home .header-top {
  background: rgba(255, 255, 255, 0.11);
  backdrop-filter: blur(10px);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 11.5px 108px;
  z-index: 2;
  --body-color: #fff;
}
.header-pages .header-top {
  background: transparent;
  border-bottom: 1px solid rgb(0 0 0 / 4%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 11.5px 38px;
}

.header-links > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  align-items: center;
}
.header-links li {
  display: inline-block;
  position: relative;
  font-size: 0.875rem;
  font-weight: 300;
}
.header-links li:not(:last-child) {
  margin: 0 40px 0 0;
}
.header-links li > svg {
  margin-right: 10px;
}

.header-links li,
.header-links span,
.header-links p,
.header-links a {
  color: var(--body-color);
  font-family: var(--title-font);
}
.header-links a:hover {
  color: var(--theme-color);
}
.header-home .main-menu {
  margin-left: 0px;
  padding-left: 0px;
  position: relative;
}
/*-------------------  space  -------------------*/
.space,
.space-top {
  padding-top: var(--section-space);
}

.space,
.space-bottom {
  padding-bottom: var(--section-space);
}

.space-extra,
.space-extra-top {
  padding-top: calc(var(--section-space) - 30px);
}

.space-extra,
.space-extra-bottom {
  padding-bottom: calc(var(--section-space) - 30px);
}

.space-extra2,
.space-extra2-top {
  padding-top: calc(var(--section-space) - 40px);
}

.space-extra2,
.space-extra2-bottom {
  padding-bottom: calc(var(--section-space) - 40px);
}

/* Medium devices */
@media (max-width: 1024px) {
  .space,
  .space-top {
    padding-top: var(--section-space-mobile);
  }
  .space,
  .space-bottom {
    padding-bottom: var(--section-space-mobile);
  }
  .space-extra,
  .space-extra-top {
    padding-top: calc(var(--section-space-mobile) - 30px);
  }
  .space-extra,
  .space-extra-bottom {
    padding-bottom: calc(var(--section-space-mobile) - 30px);
  }
  .space-top-md-none {
    padding-top: 0;
  }
  .space-extra2,
  .space-extra2-top {
    padding-top: 70px;
  }
  .space-extra2,
  .space-extra2-bottom {
    padding-bottom: 70px;
  }
  .pb-105 {
    padding-bottom: 65px;
  }
  .pt-105 {
    padding-top: 65px;
  }
}
@media (max-width: 1024px) {
  .space,
  .space-top {
    padding-top: calc(var(--section-space-mobile) - 30px);
  }
  .space,
  .space-bottom {
    padding-bottom: calc(var(--section-space-mobile) - 30px);
  }
}
/*------------------- footer -------------------*/
.widget {
  margin-bottom: 30px;
  position: relative;
  padding: var(--widget-padding-x, 40px);
  background: var(--smoke-color2);
  border-radius: 20px;
}
.widget_title {
  position: relative;
  font-size: 24px;
  font-weight: 500;
  font-family: var(--title-font);
  line-height: 1em;
  margin: -0.12em 0 25px 0;
}
.footer-widget {
  margin-bottom: 50px !important;
}
.footer-widget .widget_title {
  max-width: 270px;
  color: var(--white-color);
  border-bottom: none;
  margin: -0.04em 0 50px 0;
  font-size: 22px;
  font-weight: 500;
  position: relative;
}
.footer-widget .widget_title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 3px;
  width: 41px;
  background: #D9D9D9;
}
.footer-widget,
.footer-widget .widget {
  padding: 0;
  border: none;
  padding-bottom: 0;
  background-color: transparent;
  box-shadow: none;
}
.widget-about .footer-logo {
  margin-bottom: 37px;
}
.widget-about .about-text {
  max-width: 350px;
  margin-top: -0.65em;
  margin-bottom: 27px;
}
.copyright-wrap {
  padding: 1rem 0;
}
.widget-area {
  padding: 100px 0 50px;
}
.copyright-text {
  margin: 0;
  color: var(--white-color);
  font-weight: 500;
  font-family: sans-serif;
}
.copyright-text a {
  color: var(--white-color);
}
.copyright-text a:hover {
  color: var(--theme-color);
}
.footer-widget.widget_nav_menu .menu {
  margin-bottom: -5px;
}
.footer-widget.widget_nav_menu ul {
  margin-top: -5px;
}
.widget_nav_menu .menu {
  margin: -3px 0 0px 0;
}
.widget_nav_menu ul {
  list-style: none;
  padding: 0;
  margin: 0 0 0 0;
}
.footer-widget.widget_nav_menu li {
  border: 0 !important;
  padding-bottom: 0 !important;
}
.widget_nav_menu li {
  display: block;
  position: relative;
}
.footer-widget.widget_nav_menu a {
  font-size: 1rem;
  line-height: 1.313;
  font-weight: 400;
  padding: 0 0 0 1.25rem;
  margin-bottom: 1rem;
  font-family: var(--body-font);
  color: var(--body-color);
  display: inline-flex;
  max-width: 100%;
  width: max-content;
  background-color: transparent;
  border: none;
  position: relative;
  align-items: center;
}
.footer-widget.widget_nav_menu a:before {
  content: "";
  font-weight: 500;
  left: 0;
  transform: translateY(0);
  width: 0.75rem;
  height: 1rem;
  display: inline-block;
  border: none;
  color: inherit;
  transition: 0.2s;
  position: absolute;
  opacity: 1;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M439.1 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L371.2 256 233.9 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160zm-352 160l160-160c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L179.2 256 41.9 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0z'/%3E%3C/svg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M439.1 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L371.2 256 233.9 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160zm-352 160l160-160c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L179.2 256 41.9 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0z'/%3E%3C/svg%3E") no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;

  background-color: var(--body-color); 
}
.footer-widget.widget_nav_menu a:hover:before {
  background-color: var(--theme-color);
}
.footer-widget.widget_meta a:hover, .footer-widget.widget_pages a:hover, .footer-widget.widget_archive a:hover, .footer-widget.widget_recent_entries a:hover, .footer-widget.widget_categories a:hover, .footer-widget.widget_nav_menu a:hover {
  background-color: transparent;
  color: var(--theme-color);
}
.footer-widget.widget_meta a:hover:before, .footer-widget.widget_pages a:hover:before, .footer-widget.widget_archive a:hover:before, .footer-widget.widget_recent_entries a:hover:before, .footer-widget.widget_categories a:hover:before, .footer-widget.widget_nav_menu a:hover:before {
  color: var(--theme-color);
}
.footer-widget.widget_meta li:last-child a, .footer-widget.widget_pages li:last-child a, .footer-widget.widget_archive li:last-child a, .footer-widget.widget_recent_entries li:last-child a, .footer-widget.widget_categories li:last-child a, .footer-widget.widget_nav_menu li:last-child a {
  margin-bottom: 0;
}
.footer-layout1 {
  position: relative;
  background-color: var(--title-color);
}
.footer-works ul {
  padding: 0;
  list-style: none;
  margin-top: -5px;
  margin-bottom: -5px;
}
.footer-works ul li {
  border: 0 !important;
  padding-bottom: 0 !important;
  display: block;
  position: relative;
}
.footer-works ul li:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
  font-weight: bold;
}
.footer-works ul li a, .footer-works ul li span {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 1rem;
  font-family: var(--body-font);
  color: var(--body-color);
  display: block;
  max-width: 100%;
  width: max-content;
  background-color: transparent;
  border: none;
  position: relative;
}
.footer-works ul li a:hover {
  color: var(--theme-color);
}
.footer-works ul li a:hover i {
  color: var(--theme-color);
}
.footer-works .goodnesspack-icon{
  margin-inline-end: 0.75rem;
}
/*------------------- Popup Search  -------------------*/
.popup-search-box {
  position: fixed;
  top: 0;
  left: 50%;
  background-color: rgba(0, 0, 0, 0.90);
  height: 0;
  width: 0;
  overflow: hidden;
  z-index: 21;
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  transform: translateX(-50%);
  transition: all ease 0.4s;
}
.popup-search-box button.searchClose {
  width: 50px;
  height: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 52px;
  position: absolute;
  top: 40px;
  right: 40px;
  background-color: var(--theme-color);
  font-size: 22px;
  border-radius: 10px;
  transform: rotate(0);
  transition: all ease 0.4s;
  color: var(--white-color);
  border: 0;
}
.popup-search-box button.searchClose:hover {
  color: var(--body-color);
  background-color: #fff;
  border-color: transparent;
  border-color: transparent;
  transform: rotate(90deg);
}
.popup-search-box form {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  padding-bottom: 40px;
  cursor: auto;
  width: 100%;
  max-width: 700px;
  transform: translate(-50%, 50%) scale(0);
  transition: transform ease 0.4s;
  /* Large devices */
}
@media (max-width: 1199px) {
  .popup-search-box form {
    max-width: 600px;
  }
}
.popup-search-box form input {
  font-size: 1.125rem;
  height: 70px;
  width: 100%;
  border: none;
  background-color: var(--white-color);
  border: 2px solid var(--theme-color);
  padding: 0 70px 0 30px;
  color: var(--title-color);
  border-radius: 50px;
}
.popup-search-box form input::-moz-placeholder {
  color: var(--theme-color);
}
.popup-search-box form input::-webkit-input-placeholder {
  color: var(--theme-color);
}
.popup-search-box form input:-ms-input-placeholder {
  color: var(--theme-color);
}
.popup-search-box form input::placeholder {
  color: var(--theme-color);
}
.popup-search-box form button {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  top: 0px;
  background-color: transparent;
  border: none;
  color: var(--theme-color);
  font-size: 24px;
  right: 8px;
  cursor: pointer;
  width: 70px;
  height: 70px;
  transition: all ease 0.4s;
  transform: scale(1.001);
}
.popup-search-box form button .goodnesspack-icon {
  width: 1.5rem;
  height: 1.5rem;
}
.popup-search-box form button .goodnesspack-icon path {
  stroke: #ffffff !important;
  stroke-width: 18px !important;
  stroke-linejoin: round;
}
.popup-search-box form button:hover {
  transform: scale(1.1);
}
.popup-search-box.show {
  opacity: 1;
  visibility: visible;
  width: 100%;
  height: 100%;
  transition: all ease 0.4s;
  border-radius: 0;
}
.popup-search-box.show form {
  transition-delay: 0.3s;
  transform: translate(-50%, -50%) scale(1);
}

/* Small devices */
@media (max-width: 767px) {
  .popup-search-box form {
    width: 80%;
  }
  .popup-search-box form input {
    height: 60px;
  }
  .popup-search-box form button {
    width: 60px;
    line-height: 62px;
    height: 60px;
  }
}
/* ======= lazyload =======*/
.lazyload {
    opacity: 0;
    filter: blur(5px); 
    transition: opacity 0.3s ease, filter 0.3s ease;
}

.lazyloading {
    opacity: 0.5;
    filter: blur(10px);
}

.lazyloaded {
    opacity: 1;
    filter: blur(0);
}

.loading-spinner {
  position: absolute;
  top: 50%;
  inset-inline-start: 50%;
  transform: translate(-50%, -50%); 
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: block;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

.loading-spinner::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border-left: 4px solid var(--theme-color);
  border-bottom: 4px solid transparent;
  animation: rotation-only 0.5s linear infinite reverse;
}

@keyframes rotation {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes rotation-only {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.lazyloading ~ .loading-spinner {
    display: block;
    z-index: 2;
}

.lazyloaded ~ .loading-spinner {
    display: none;
}

/*-------------------  Overlay Effect Bg image  -------------------*/
[data-overlay-dark] {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}
[data-overlay-dark]:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    inset-inline-start: 0;
    z-index: 0;
}
[data-overlay-dark]:before {
    background: #000;
}
[data-overlay-dark="0"]:before {
    opacity: 0;
}
[data-overlay-dark="1"]:before {
    opacity: 0.1;
}
[data-overlay-dark="2"]:before {
    opacity: 0.2;
}
[data-overlay-dark="3"]:before {
    opacity: 0.3;
}
[data-overlay-dark="4"]:before {
    opacity: 0.4;
}
[data-overlay-dark="5"]:before {
    opacity: 0.5;
}
[data-overlay-dark="6"]:before {
    opacity: 0.6;
}
[data-overlay-dark="7"]:before {
    opacity: 0.7;
}
[data-overlay-dark="8"]:before {
    opacity: 0.8;
}
[data-overlay-dark="9"]:before {
    opacity: 0.9;
}
[data-overlay-dark="10"]:before {
    opacity: 1;
}
.movingX {
  animation: movingX 8s linear infinite;
}

@keyframes movingX {
  0% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
  50% {
    transform: translateX(50px);
    -webkit-transform: translateX(50px);
  }
  100% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
}
.moving {
  animation: moving 8s linear infinite;
}

@keyframes moving {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-50px);
  }
  100% {
    transform: translateX(0);
  }
}
.jump {
  animation: jumpAni 7s linear infinite;
}

.jump1 {
  animation: jumpAni 6s linear infinite;
}

.jump2 {
  animation: jumpAni 5s linear infinite;
}

.jump3 {
  animation: jumpAni 4s linear infinite;
}

@keyframes jumpAni {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0);
  }
}
.jump-reverse {
  animation: jumpReverseAni 7s linear infinite;
}

@keyframes jumpReverseAni {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(30px);
  }
  100% {
    transform: translateY(0);
  }
}
.spin {
  animation: spin 15s linear infinite;
}

.spin-slow {
  animation: spin 50s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-positive {
  0% {
    width: 0;
  }
}
.scalein.slider-animated {
  --animation-name: scalein;
}

.slidetopleft.slider-animated {
  --animation-name: slidetopleft;
}

.slidebottomright.slider-animated {
  --animation-name: slidebottomright;
}

.slideinleft.slider-animated {
  --animation-name: slideinleft;
}

.slideinright.slider-animated {
  --animation-name: slideinright;
}

.slideinup.slider-animated {
  --animation-name: slideinup;
}

.slideindown.slider-animated {
  --animation-name: slideindown;
}

.rollinleft.slider-animated {
  --animation-name: rollinleft;
}

.rollinright.slider-animated {
  --animation-name: rollinright;
}

.scalein,
.slidetopleft,
.slidebottomright,
.slideinleft,
.slideinright,
.slideindown,
.slideinup,
.rollinleft,
.rollinright {
  opacity: 0;
  animation-fill-mode: both;
  animation-iteration-count: 1;
  animation-duration: 1s;
  animation-delay: 0.3s;
  animation-name: var(--animation-name);
}

.slider-animated {
  opacity: 1;
}

@keyframes slideinup {
  0% {
    opacity: 0;
    transform: translateY(70px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slideinright {
  0% {
    opacity: 0;
    transform: translateX(70px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slideindown {
  0% {
    opacity: 0;
    transform: translateY(-70px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slideinleft {
  0% {
    opacity: 0;
    transform: translateX(-70px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slidebottomright {
  0% {
    opacity: 0;
    transform: translateX(100px) translateY(100px);
  }
  100% {
    transform: translateX(0) translateY(0);
  }
}
@keyframes slidetopleft {
  0% {
    opacity: 0;
    transform: translateX(-100px) translateY(-100px);
  }
  100% {
    transform: translateX(0) translateY(0);
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
  0% {
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-top-color: transparent;
    border-left-color: transparent;
  }
  75% {
    border-top-color: #fff;
    border-left-color: #fff;
    border-right-color: #fff;
    border-bottom-color: transparent;
  }
  100% {
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-top-color: transparent;
    border-left-color: transparent;
  }
}
.upDown {
  -webkit-animation: upDown 1.3S infinite alternate;
          animation: upDown 1.3S infinite alternate;
}

@-webkit-keyframes upDown {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes upDown {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@media (max-width: 1299px) {
  html, body {
    font-size: 14px;
  }
  .header-home .header-top,
  .header-pages .header-top {
    padding: 11.5px 38px;
  }
  .header-home .sticky-wrapper,
  .header-pages .sticky-wrapper {
    padding: 50px 38px 0;
  }
  .btn {
    font-weight: 400;
    padding: 1rem 2.25rem 1rem;
  }
  .btn.btn-border,
  .btn.btn-border3 {
    padding: 1rem 1rem 1rem 1.5rem;
  }
  .main-menu a {
    font-weight: 400;
  }
  .sec-title {
    font-size: 2rem;
    font-weight: 500;
  }
  .link-btn {
    font-weight: 500;
  }
  .whatsapp-button-link img {
    height: 42px;
  }
  .quote-form .sec-text {
    margin-top: 20px;
  }
}
.breadcumb-menu {
  max-width: 100%;
  padding: 0;
  list-style-type: none;
  position: relative;
  margin: 21px 0 -0.4em;
}
.breadcumb-menu li {
  display: inline-block;
  padding-right: 3px;
  list-style: none;
  position: relative;
}
.breadcumb-menu li:after {
  content: "/";
  position: relative;
  margin-left: 7px;
  font-weight: 400;
  font-size: 16px;
  color: var(--white-color);
}
.breadcumb-menu li:last-child {
  padding-right: 0;
  margin-right: 0;
}
.breadcumb-menu li:last-child:after {
  display: none;
}
.breadcumb-menu li,
.breadcumb-menu a,
.breadcumb-menu span {
  white-space: normal;
  color: inherit;
  word-break: break-word;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1rem;
  font-family: var(--title-font);
  color: var(--white-color);
}
.breadcumb-menu a:hover {
  color: var(--theme-color);
}

.breadcumb-title {
  color: var(--white-color);
  margin: -0.25em 0 -0.2em 0;
  line-height: 1.1;
  font-size: 3.75rem;
  font-weight: 600;
  z-index: 1;
  position: relative;
}

.breadcumb-wrapper {
  background-size: cover;
  padding: 158px 0;
  overflow: hidden;
  text-align: center;
  position: relative;
  z-index: auto;
}
.breadcumb-wrapper:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(14, 9, 9, 0.60);
}
.pages-layout {
  padding: 80px 38px;
}

.pagination-area {
  margin-top: 40px;
}
.pagination {
  margin-bottom: 30px;
  margin-top: 1rem;
  padding: 0;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.pagination ul {
  margin: 0;
  padding: 0;
}
.pagination li {
  display: inline-block;
  margin: 0 3px;
  list-style-type: none;
}
.pagination li:last-child {
  margin-right: 0;
}
.pagination li:first-child {
  margin-left: 0;
}
.pagination span,
.pagination a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  color: var(--title-color);
  background-color: var(--smoke-color3);
  width: 50px;
  height: 50px;
  line-height: 50px;
  z-index: 1;
  font-size: 16px;
  font-weight: 700;
  border-radius: 5px;
}
.pagination span i,
.pagination a i {
  font-size: 14px;
}
.pagination span.active,
.pagination a.active,
.pagination a:hover {
  color: var(--white-color);
  background-color: var(--theme-color);
  border-color: var(--theme-color);
  box-shadow: none;
}

.mobile-pagination-btns {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 15px; /* 与下方数字行的间距 */
}

.mobile-pagination-btns a,
.mobile-pagination-btns button {
    flex: 1;
    text-align: center;
    padding: 6px;
    font-size: 1rem;
    background: var(--theme-color);
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
}
.mobile-pagination-btns a > .goodnesspack-icon, .mobile-pagination-btns button > .goodnesspack-icon {
  margin-top: -3px;
}
.mobile-pagination-btns button:disabled {
    background-color: #e3e3e3;
    color: #7B7E86;
    cursor: not-allowed;
    opacity: 0.6;
    border: 1px solid #9fa2ad;
}

.pagination .nav-arrow {
    display: none !important;
}
.tagcloud a {
  display: inline-block;
  border: 1px solid #EDEDED;
  font-size: 1rem;
  font-weight: 400;
  font-family: var(--title-font);
  padding: 0.5rem 1rem;
  margin-right: 5px;
  margin-bottom: 1rem;
  color: var(--body-color);
  background-color: var(--white-color);
  box-shadow: 0px 16px 51px rgba(0, 0, 0, 0.07);
  border-radius: 5px;
}
.tagcloud a .goodnesspack-icon {
  margin-top: -1px;
  height: 1rem;
}
.tagcloud a.active,
.tagcloud a:hover {
  background-color: var(--theme-color);
  color: var(--white-color) !important;
  border-color: var(--theme-color);
}

@media (min-width: 768px) {
    .mobile-pagination-btns {
        display: none;
    }
    .pagination .nav-arrow {
        display: inline-block !important;
    }
}

@media (max-width: 1024px) {
  .main-menu > ul > li {
    margin: 0 0.5rem;
  }
  .btn {
    padding: 1rem 2rem 1rem;
  }
  .breadcumb-wrapper {
    padding: 98px 0;
  }
  .form-control, .form-select, textarea, input {
    height: 45px;
    padding: 0 20px;
  }
  .single-select, .form-select, select {
    line-height: 45px;
  }
  .quote-form .form-group .form-radio {
    height: 45px;
  }
}
@media (max-width: 991px) {
  html, body {
    font-size: 14px;
  }
  .header-home .sticky-wrapper,
  .header-pages .sticky-wrapper {
      padding: 10px;
  }
  .header-home .sticky-wrapper.sticky,
  .header-pages .sticky-wrapper.sticky {
    top: 0;
  }
  .breadcumb-wrapper {
    padding: 38px 0;
  }
  .breadcumb-title {
    font-size: 2rem;
    font-weight: 500;
  }
  .breadcumb-menu li, .breadcumb-menu a, .breadcumb-menu span {
    font-weight: 400;
  }
  .breadcumb-menu {
    margin-top: 1rem;
  }
  [data-overlay-dark] {
    background-attachment: scroll !important;
  }
  body.overflow-hidden {
    scrollbar-gutter: unset;
  }
  .whatsapp-button-link img {
    height: 39px;
  }
  .footer-wrapper .sec-shape-top {
    transform: translateY(-2px);
  }
  .quote-form {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  html, body {
    font-size: 14px;
  }
  .pages-layout {
    padding: 80px 10px;
  }
  .pages-layout .row.gy-40 {
    --bs-gutter-y: 1rem;
    --bs-gutter-x: 0.5rem;
  }
  .product-card .product-content {
    padding: 0.5rem 0;
  }
  .product-card .product-title a {
    font-size: 12px;
  }
  .pagination span, .pagination a {
    width: 35px;
    height: 35px;
    font-size: 12px;
    font-weight: 600;
  }
  .widget-area {
    padding: 50px 0 0 0;
  }
  .footer-widget {
    margin-bottom: 30px !important;
  }
  .quote-area{
    max-width: 100%;
  }
  .quote-form #captchaImg {
    height: 45px;
  }
}
@media (max-width: 576px) {
  .header-home .sticky-wrapper {
    padding: 0 10px;
  }
  .quote-form {
    padding: 0px;
    border: none;
    background-color: transparent;
    box-shadow: none;
  }
  .quote-form .form-group label,
  .quote-form .form-group .form-radio,
  .quote-form .form-group input,
  .quote-form .form-group select,
  .quote-form .form-group textarea {
    font-size: 12px;
  }
  .quote-form .form-group .form-radio {
    height: 45px;
  }
  .btn-wrap {
    gap: 20px 10px;
  }
}
/*
@media (min-width: 1399px) {
  body {
    font-size: 16px;
  }
}
@media (min-width: 1399px) {
  body {
    font-size: 16px;
  }
}
@media (min-width: 1199px) {
  body {
    font-size: 16px;
  }
}
@media (min-width: 991px) {
  body {
    font-size: 16px;
  }
}
@media (min-width: 767px) {
  body {
    font-size: 16px;
  }
}

  }
*/