:root {
  --theme-color: #47b32d;
  --theme-color-light: #2f9916;
  --theme-color2: #ffcb24;
  --title-color: #010101;
  --body-color: #000000;
  --text-color: #4e4d4d;
  --text-color2: #cfcfcf;
  --smoke-color: #eff1f5;
  --secondary-color: #eef2fb;
  --bg1-color: #f9eeea;
  --bg2-color: #f5f5f5;
  --bg3-color: #1f2e21;
  --bg4-color: #fafafa;
  --bg4-color: #d9d9d9;
  --bg4-color: #f7f7f7;
  --bgSticky-color: #071c09;
  --black-color: #000000;
  --white-color: #ffffff;
  --yellow-color: #fec624;
  --rating-color: #edb500;
  --success-color: #28a745;
  --error-color: #dc3545;
  --vs-border-color: #c1c1c1;
  --vs-border-color2: #57794f;
  --vs-border-color3: #d5d5d5;
  --vs-border-color4: #e0e0e0;
  --vs-border-color5: #e4e4e4;
  --vs-border-color6: #d1d1d1;
  --vs-border-color7: #dcdcdc;
  --vs-border-color8: #dbd8d8;
  --vs-border-color9: #c2c2c2;
  --vs-border-color10: #c3c3c3;
  --bg-color2: #4e614a;
  --gray-color: #f6f6f6;
  --banner-color1: #fff1b7;
  --feature-bg: #fbfbfb;
  --banner-color2: #f9eeea;
  --bg-color1: #2b5022;
  --bg-color2-n: #072900;
  --title-font: "Red Hat Display", sans-serif;
  --body-font: "DM Sans", sans-serif;
  --icon-font: "Font Awesome 5 Pro";
  --main-container: 1320px;
  --container-gutters: 30px;
  --section-space: 120px;
  --section-space-mobile: 80px;
  --section-title-space: 60px;
  --ripple-ani-duration: 5s;
}

/*------------------- 1.4. Reset -------------------*/
html,
body {
  scroll-behavior: auto !important;
}

body {
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 400;
  color: var(--body-color);
  line-height: 26px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  /* Small devices */
}
@media (max-width: 767px) {
  body {
    line-height: 24px;
  }
}

iframe {
  border: none;
  width: 100%;
}

.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:focus {
  outline: none;
  box-shadow: none;
}

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

ul {
  list-style-type: disc;
}

ul li {
  font-size: 16px;
}

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%;
}

p:empty {
  display: none;
}

p {
  margin: 0 0 18px 0;
  color: var(--text-color);
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 1.63;
  /* Small devices */
}
@media (max-width: 767px) {
  p {
    line-height: 1.73;
  }
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 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 {
  font-family: var(--title-font);
  color: var(--title-color);
  text-transform: none;
  font-weight: 700;
  line-height: 1.42;
  margin: -0.14em 0 15px 0;
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5 {
  font-size: 32px;
}
/*------------------- 1.5. Responsive -------------------*/
/**
@include respond-above(sm) {
  .element {
    font-weight: bold;
  }
}

@media (min-width: 768px) {
  .element {
    font-weight: bold;
  }
}
**/
/**
@include respond-below(lg) {
  .element {
    font-weight: bold;
  }
}
@media (max-width: 767px) {
  .element {
    font-weight: bold;
  }
}
**/
/**
@include respond-between(sm, md) {
  .element {
    font-weight: bold;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .element {
    font-weight: bold;
  }
}
**/
/*------------------- 1.6. Wordpress Default -------------------*/

.blog-title {
  word-break: break-word;
}

.gallery {
  margin-bottom: 1.5em;
  width: 100%;
}

.logged-in .will-sticky .sticky-active.active,
.logged-in .preloader .vs-btn {
  top: 32px;
}
@media (max-width: 782px) {
  .logged-in .will-sticky .sticky-active.active,
  .logged-in .preloader .vs-btn {
    top: 46px;
  }
}
@media (max-width: 600px) {
  .logged-in .will-sticky .sticky-active.active,
  .logged-in .preloader .vs-btn {
    top: 0;
  }
}

.blog-single .wp-block-archives-dropdown {
  margin-bottom: 30px;
}
.blog-single.tag-sticky-2,
.blog-single.sticky {
  border-color: transparent;
  position: relative;
}
.blog-single.tag-sticky-2 .blog-content,
.blog-single.sticky .blog-content {
  background-color: var(--smoke-color);
  padding: 40px;
  border: none;
}
.blog-single.tag-sticky-2 .blog-content:before,
.blog-single.sticky .blog-content:before {
  display: none;
}
.blog-single.tag-sticky-2:before,
.blog-single.sticky:before {
  content: "\f0c1";
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  font-size: 5rem;
  opacity: 0.3;
  right: 15px;
  line-height: 1;
  top: 15px;
  color: var(--theme-color);
  z-index: 1;
}
.blog-single.tag-sticky-2::before,
.blog-single.sticky::before {
  content: "Featured";
  right: 0;
  top: 0;
  font-size: 18px;
  color: var(--white-color);
  background-color: var(--theme-color);
  font-family: var(--title-font);
  opacity: 1;
  text-transform: capitalize;
  padding: 10px 23px;
  font-weight: 400;
}
.blog-single .blog-content .wp-block-categories-dropdown.wp-block-categories,
.blog-single .blog-content .wp-block-archives-dropdown {
  display: block;
  margin-bottom: 30px;
}
.blog-details .blog-single.tag-sticky-2,
.blog-details .blog-single.sticky {
  box-shadow: none;
  border: none;
  background-color: transparent;
}
.blog-details .blog-single.tag-sticky-2:before,
.blog-details .blog-single.sticky:before {
  display: none;
}

.blog-short-img {
  height: 130px;
  width: 160px;
  object-fit: cover;
}

/* Large devices */
@media (max-width: 1199px) {
  .blog-single.tag-sticky-2:before,
  .blog-single.sticky:before {
    font-size: 14px;
    padding: 8px 16px;
  }
  .blog-single.tag-sticky-2 .blog-content,
  .blog-single.sticky .blog-content {
    padding: 30px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .blog-single.tag-sticky-2:before,
  .blog-single.sticky:before {
    font-size: 14px;
    padding: 8px 16px;
  }
  .blog-single.tag-sticky-2 .blog-content,
  .blog-single.sticky .blog-content {
    padding: 30px 15px;
  }
}
/*=================================
    02. Reset
==================================*/
/*------------------- 2.1. Container -------------------*/
@media only screen and (min-width: 1300px) {
  .container {
    max-width: calc(var(--main-container) + var(--container-gutters));
    padding-left: calc(var(--container-gutters) / 2);
    padding-right: calc(var(--container-gutters) / 2);
  }
}
/*------------------- 2.2. Grid -------------------*/
.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);
}

@media (min-width: 767px) {
  .row:not([class*="gx-"]) {
    --bs-gutter-x: 30px;
  }
}
/*------------------- 2.3. Input -------------------*/
select,
textarea,
input {
  height: 50px;
  padding: 0 30px 0 28px;
  padding-right: 45px;
  border: 1px solid #e0e0e0;
  color: var(--body-color);
  background-color: var(--white-color);
  border-radius: 9999px;
  border-radius: 0;
  font-size: 14px;
  width: 100%;
}
select:focus,
textarea:focus,
input:focus {
  outline: 0;
  box-shadow: none;
  background-color: var(--white-color);
}
select::-moz-placeholder,
textarea::-moz-placeholder,
input::-moz-placeholder {
  color: var(--body-color);
}
select::-moz-placeholder,
textarea::-moz-placeholder,
input::-moz-placeholder {
  color: var(--body-color);
}
select::placeholder,
textarea::placeholder,
input::placeholder {
  color: var(--body-color);
}

select {
  display: block;
  width: 100%;
  line-height: 1.5;
  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;
  cursor: pointer;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

textarea {
  min-height: 150px;
  padding-top: 16px;
  padding-bottom: 17px;
  border-radius: 0;
}

input[type="radio"] {
  visibility: hidden;
  opacity: 0;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  display: none;
}

textarea.is-invalid,
select.is-invalid,
input.is-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 {
  outline: 0;
  box-shadow: none;
}

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

.form-messages {
  display: none;
}
.form-messages.success {
  color: var(--success-color);
  display: block;
}
.form-messages.error {
  color: var(--error-color);
  display: block;
}

/*------------------- 2.4. Slick Slider -------------------*/
.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);
}

.slick-track {
  min-width: 100%;
}

.slick-slide img {
  display: inline-block;
}

.slick-dots {
  list-style-type: none;
  padding: 2px 0;
  margin: 40px 0 30px 0;
  line-height: 0;
  text-align: center;
  height: -moz-max-content;
  height: max-content;
}
.slick-dots li {
  display: inline-block;
  margin-right: 25px;
}
.slick-dots li:last-child {
  margin-right: 0;
}
.slick-dots button {
  font-size: 0;
  padding: 0;
  background-color: transparent;
  width: 8px;
  height: 8px;
  line-height: 0;
  border-radius: 9999px;
  border: none;
  background-color: var(--dots-bg, #000);
  transition: all ease 0.4s;
  position: relative;
}
.slick-dots button:hover {
  border-color: var(--theme-color);
}
.slick-dots button:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 30px;
  height: 30px;
  margin: -15px 0 0 -15px;
  border: 2px solid var(--theme-color);
  border-radius: 50%;
  transition: all ease 0.4s;
  opacity: 0;
  visibility: hidden;
}
.slick-dots .slick-active button {
  background-color: var(--theme-color);
}
.slick-dots .slick-active button::before {
  opacity: 1;
  visibility: visible;
}

.slick-arrow {
  display: inline-block;
  padding: 0;
  background-color: var(--white-color);
  position: absolute;
  top: 50%;
  border: 1px solid var(--smoke-color);
  left: var(--pos-x, -100px);
  width: var(--icon-size, 50px);
  height: var(--icon-size, 50px);
  font-size: var(--icon-font-size, 18px);
  margin-top: calc(var(--icon-size, 50px) / -2);
  z-index: 2;
  border-radius: 50%;
}
.slick-arrow.default {
  position: relative;
  --pos-x: 0;
  margin-top: 0;
}
.slick-arrow.slick-next {
  right: var(--pos-x, -100px);
  left: auto;
}
.slick-arrow:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
  border-color: transparent;
}

.arrow-margin .slick-arrow {
  top: calc(50% - 30px);
}

.arrow-wrap .slick-arrow {
  opacity: 0;
  visibility: hidden;
}
.arrow-wrap:hover .slick-arrow {
  opacity: 1;
  visibility: visible;
}

.dot-style2 .slick-dots {
  margin-top: 10px;
  margin-bottom: 30px;
}
.dot-style2 .slick-dots button {
  width: 10px;
  height: 10px;
  border-radius: 9999px;
  background-color: var(--theme-color);
}
.dot-style2 .slick-dots button:before {
  display: none;
}
.dot-style2 .slick-dots button:hover {
  background-color: var(--title-color);
}
.dot-style2 .slick-dots li {
  margin: 0 5px;
}
.dot-style2 .slick-dots li.slick-active button {
  width: 40px;
}

/* Extra large devices */
@media (max-width: 1500px) {
  .slick-arrow {
    --arrow-horizontal: -20px;
  }
}
/* Medium Large devices */
@media (max-width: 1399px) {
  .slick-arrow {
    --arrow-horizontal: 40px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .slick-arrow {
    --icon-size: 40px;
    margin-right: 40px;
  }
  .slick-arrow.slick-next {
    margin-right: 0;
    margin-left: 40px;
  }
  .slick-dots {
    margin: 8px 0 38px 0;
  }
}
.vs-carousel.style2 .slick-dots button {
  background-color: var(--title-color);
}
.vs-carousel.style2 .slick-dots button::before {
  border-color: var(--title-color);
}
.vs-carousel.style2 .slick-dots .slick-active button {
  background-color: var(--theme-color);
}
.vs-carousel.style2 .slick-dots .slick-active button::before {
  border-color: var(--theme-color);
}

/*------------------- 2.5. Mobile Menu -------------------*/
.vs-menu-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999999;
  width: 0;
  width: 100%;
  height: 100%;
  transition: all ease 0.8s;
  opacity: 0;
  visibility: hidden;
}
.vs-menu-wrapper .vs-menu-toggle {
  border: none;
  font-size: 22px;
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 0;
  line-height: 1;
  width: 33px;
  height: 33px;
  line-height: 33px;
  font-size: 18px;
  z-index: 1;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.vs-menu-wrapper .vs-menu-toggle:hover {
  background-color: var(--theme-color2);
  color: var(--title-color);
}
.vs-menu-wrapper.vs-body-visible {
  opacity: 1;
  visibility: visible;
}

.vs-mobile-menu {
  overflow-y: scroll;
  max-height: calc(100vh - 200px);
  padding-bottom: 40px;
  margin-top: 33px;
  text-align: left;
}
.vs-mobile-menu ul {
  margin: 0;
  padding: 0 0;
}
.vs-mobile-menu ul li {
  border-bottom: 1px solid #fdedf1;
  list-style-type: none;
}
.vs-mobile-menu ul li li:first-child {
  border-top: 1px solid #fdedf1;
}
.vs-mobile-menu ul li a {
  display: block;
  position: relative;
  padding: 12px 0;
  line-height: 1;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--title-color);
}
.vs-mobile-menu ul li a:before {
  content: "\f105";
  font-family: var(--icon-font);
  position: relative;
  left: 0;
  top: 0;
  margin-right: 10px;
  display: inline-block;
}
.vs-mobile-menu ul li.vs-active > a {
  color: var(--theme-color);
}
.vs-mobile-menu ul li.vs-active > a:before {
  transform: rotate(90deg);
}
.vs-mobile-menu ul li ul li {
  padding-left: 10px;
}
.vs-mobile-menu ul li ul li:last-child {
  border-bottom: none;
}
.vs-mobile-menu ul .vs-item-has-children > a .vs-mean-expand {
  position: absolute;
  right: 0;
  top: 50%;
  font-weight: 400;
  font-size: 12px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  margin-top: -12.5px;
  display: inline-block;
  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%;
  transition: all 0.3s ease-in-out;
}
.vs-mobile-menu ul .vs-item-has-children > a .vs-mean-expand:before {
  content: "\f067";
  font-family: var(--icon-font);
}
.vs-mobile-menu ul .vs-item-has-children.vs-active > a .vs-mean-expand:before {
  content: "\f068";
}
.vs-mobile-menu > ul {
  padding: 0 40px;
}
.vs-mobile-menu > ul > li:last-child {
  border-bottom: none;
}

.vs-menu-toggle {
  width: 50px;
  height: 50px;
  padding: 0;
  font-size: 24px;
  border: none;
  display: inline-block;
  background-color: #f2f6ff;
  color: var(--theme-color);
  border-radius: 5px;
}
.vs-menu-toggle.style2 {
  background-color: var(--theme-color);
  border-radius: 50%;
  color: var(--white-color);
  width: 55px;
  height: 55px;
}

@media (max-width: 400px) {
  .vs-mobile-menu > ul {
    padding: 0 20px;
  }
}
.menu-item-has-children.vs-item-has-children.vs-active .vs-mean-expand {
  background-color: var(--theme-color);
  transition: all 0.3s ease-in-out;
}

/*=================================
    03. Utilities
==================================*/
/*------------------- 3.1. Preloader -------------------*/
.preloader {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  background-color: var(--title-color);
}
.preloader .vs-btn {
  padding: 15px 20px;
  border-radius: 0;
  font-size: 14px;
}

.preloader-inner {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.preloader-inner img {
  display: block;
  width: 50%;
  margin: 0 auto 10px auto;
}

.loader {
  animation: loaderspin 1.5s infinite;
  height: 50px;
  width: 50px;
  display: block;
  margin: 0 auto;
}
.loader:before,
.loader:after {
  border-radius: 50%;
  content: "";
  display: block;
  height: 20px;
  width: 20px;
}
.loader:before {
  animation: ball1 1.5s infinite;
  background-color: var(--theme-color2);
  box-shadow: 30px 0 0 var(--theme-color);
  margin-bottom: 10px;
}
.loader:after {
  animation: ball2 1.5s infinite;
  background-color: var(--theme-color);
  box-shadow: 30px 0 0 var(--title-color);
}

@keyframes loaderspin {
  0% {
    transform: rotate(0deg) scale(0.8);
  }
  50% {
    transform: rotate(360deg) scale(1);
  }
  100% {
    transform: rotate(720deg) scale(0.8);
  }
}
@keyframes ball1 {
  0% {
    box-shadow: 30px 0 0 var(--theme-color);
  }
  50% {
    box-shadow: 0 0 0 var(--theme-color);
    margin-bottom: 0;
    transform: translate(15px, 15px);
  }
  100% {
    box-shadow: 30px 0 0 var(--theme-color);
    margin-bottom: 10px;
  }
}
@keyframes ball2 {
  0% {
    box-shadow: 30px 0 0 var(--title-color);
  }
  50% {
    box-shadow: 0 0 0 var(--title-color);
    margin-top: -20px;
    transform: translate(15px, 15px);
  }
  100% {
    box-shadow: 30px 0 0 var(--title-color);
    margin-top: 0;
  }
}
@keyframes spin {
  0% {
    transform: translate(2px, 1px) rotate(0deg);
  }
  10% {
    transform: translate(-1px, -3px) rotate(36deg);
  }
  20% {
    transform: translate(-2px, 0px) rotate(72deg);
  }
  30% {
    transform: translate(1px, 2px) rotate(108deg);
  }
  40% {
    transform: translate(1px, -1px) rotate(144deg);
  }
  50% {
    transform: translate(-1px, 3px) rotate(180deg);
  }
  60% {
    transform: translate(-1px, 1px) rotate(216deg);
  }
  70% {
    transform: translate(3px, 1px) rotate(252deg);
  }
  80% {
    transform: translate(-2px, -1px) rotate(288deg);
  }
  90% {
    transform: translate(2px, 1px) rotate(324deg);
  }
  100% {
    transform: translate(1px, -2px) rotate(360deg);
  }
}
@keyframes speed {
  0% {
    transform: translate(2px, 1px) rotate(0deg);
  }
  10% {
    transform: translate(-1px, -3px) rotate(-1deg);
  }
  20% {
    transform: translate(-2px, 0px) rotate(1deg);
  }
  30% {
    transform: translate(1px, 2px) rotate(0deg);
  }
  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    transform: translate(-1px, 3px) rotate(-1deg);
  }
  60% {
    transform: translate(-1px, 1px) rotate(0deg);
  }
  70% {
    transform: translate(3px, 1px) rotate(-1deg);
  }
  80% {
    transform: translate(-2px, -1px) rotate(1deg);
  }
  90% {
    transform: translate(2px, 1px) rotate(0deg);
  }
  100% {
    transform: translate(1px, -2px) rotate(-1deg);
  }
}
@keyframes strikes {
  from {
    left: 25px;
  }
  to {
    left: -80px;
    opacity: 0;
  }
}
@keyframes dots {
  from {
    width: 0px;
  }
  to {
    width: 15px;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation: fadeIn 0.4s both;
}

/*------------------- 3.2. Buttons -------------------*/
.vs-btn {
  position: relative;
  display: inline-block;
  border: none;
  text-transform: capitalize;
  text-align: center;
  background-color: var(--theme-color);
  color: var(--white-color);
  font-family: var(--title-font);
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  padding: 10px 30px;
  border-radius: 40px;
  z-index: 1;
  overflow: hidden;
}
.vs-btn::after,
.vs-btn::before {
  width: 100%;
  height: 100%;
  content: "";
  margin: auto;
  position: absolute;
  top: 0%;
  left: 0%;
  background: var(--theme-color2);
  transition: all ease 0.5s;
  z-index: -1;
  border-radius: inherit;
}
.vs-btn:before {
  transform: rotateX(90deg);
}
.vs-btn:after {
  transform: rotateY(90deg);
}
.vs-btn > i {
  margin-left: 40px;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--white-color);
  color: var(--title-color);
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
.vs-btn.style1,
.vs-btn.style3 {
  padding: 9px 9px 9px 40px;
}
.vs-btn.style2 {
  padding: 21px 54px;
}
.vs-btn.style3 {
  padding: 7px 7px 7px 37px;
}
.vs-btn.style3 > i {
  background-color: var(--theme-color2);
  color: var(--title-color);
  margin-left: 26px;
}
.vs-btn:hover {
  color: var(--title-color);
  background-color: var(--theme-color2);
}
.vs-btn:hover i {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.vs-btn:hover:before {
  transform: rotateX(0);
}
.vs-btn:hover:after {
  transform: rotateY(0);
}

.scroll-btn {
  position: fixed;
  bottom: 300px;
  right: 30px;
  z-index: 94;
  opacity: 0;
  visibility: hidden;
  display: inline-block;
  border-radius: 50%;
  /* Small devices */
}
.scroll-btn i {
  display: inline-block;
  background-color: var(--theme-color);
  color: var(--white-color);
  text-align: center;
  font-size: 16px;
  width: var(--btn-size, 50px);
  height: var(--btn-size, 50px);
  line-height: var(--btn-size, 50px);
  z-index: 2;
  border-radius: inherit;
  position: relative;
  transition: all ease 0.8s;
}
.scroll-btn:before {
  content: "";
  position: absolute;
  left: var(--extra-shape, -6px);
  top: var(--extra-shape, -6px);
  right: var(--extra-shape, -6px);
  bottom: var(--extra-shape, -6px);
  background-color: transparent;
  border-radius: inherit;
  z-index: 1;
  border: 2px dashed var(--theme-color);
  animation: spin 13s infinite linear;
}
.scroll-btn:focus i,
.scroll-btn:hover i {
  background-color: var(--title-color);
  color: var(--white-color);
}
.scroll-btn.show {
  bottom: 120px;
  opacity: 1;
  visibility: visible;
}
@media (max-width: 767px) {
  .scroll-btn {
    --btn-size: 40px;
    --extra-shape: -4px;
    right: 15px;
    bottom: 50px;
  }
  .scroll-btn.show {
    bottom: 15px;
  }
}

.scrollToTop {
  position: fixed;
  right: 60px;
  bottom: 500px;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
  z-index: 96;
}
.scrollToTop.show {
  bottom: 60px;
  opacity: 1;
  visibility: visible;
}

/* Large devices */
/* Small devices */
@media (max-width: 767px) {
  .scrollToTop {
    right: 20px;
  }
  .scrollToTop.show {
    bottom: 20px;
  }
}
/*------------------- 3.3. Titles -------------------*/
.sec-icon {
  display: inline-block;
  position: relative;
  z-index: 1;
  margin: -0.07em 0 20px 0;
}
.sec-icon::before {
  position: absolute;
  content: "";
  height: 1px;
  background-color: var(--theme-color);
  width: 182px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.sec-title {
  text-transform: capitalize;
  line-height: 1.2;
  margin: -0.25em 0 18px 0;
}

.sec-subtitle {
  text-transform: uppercase;
  display: block;
  color: var(--theme-color);
  font-family: var(--title-font);
  font-size: 16px;
  font-weight: 800;
  margin: -0.25em 0 15px 0;
  letter-spacing: 0.12em;
}
.sec-subtitle.style2 {
  color: var(--title-color);
}

.title-area {
  margin-bottom: calc(var(--section-title-space) - 20px);
}

.title-area2 {
  margin-bottom: calc(var(--section-title-space) - 0px);
}

/* Medium Large devices */
/* Large devices */
/* Medium devices */
@media (max-width: 991px) {
  .sec-title.h1 {
    font-size: 36px;
  }
  .title-area {
    margin-bottom: 40px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .sec-title.h1 {
    font-size: 30px;
  }
  .sec-subtitle {
    font-size: 16px;
  }
}
/*------------------- 3.4. Common -------------------*/

.z-index-common {
  position: relative;
  z-index: 3;
}

.media-body {
  flex: 1;
}

/* Hight Resoulation devices */
/* Extra large devices */
/* Medium Large devices */
/* Large devices */
/* Medium devices */
/* Small devices */
.bg-one {
  background-color: var(--bg2-color);
}

.round-30 {
  border-radius: 30px;
}

/*------------------- 3.6. Font -------------------*/

/*------------------- 3.7. Background -------------------*/

.background-image,
[data-bg-src] {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

/*------------------- 3.8. Text Color -------------------*/

.text-white {
  color: var(--white-color) !important;
}

/*------------------- 3.9. Overlay -------------------*/

/*------------------- 3.10. Animation -------------------*/
.fadeInUp {
  animation-name: fadeInUp;
}

.wow-animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.fadein {
  --animation-name: fadein-custom;
}

.animated {
  animation-fill-mode: both;
  animation-iteration-count: 1;
  animation-duration: 1s;
  animation-delay: 0.3s;
  animation-name: var(--animation-name);
}

@keyframes ripple {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.4;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes ripple2 {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes slideinup {
  0% {
    opacity: 0;
    transform: translateY(70px);
  }
  100% {
    transform: translateY(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 slideinright {
  0% {
    opacity: 0;
    transform: translateX(70px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes fadein-custom {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes vsZoomOut {
  from {
    opacity: 0;
    transform: scale3d(10, 10, 10);
  }
  50% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
/*------------------- 3.11. Range Slider -------------------*/
.calc-range {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  flex-wrap: wrap;
  gap: 15px;
}
.calc-range .range-title {
  flex: none;
  margin-bottom: 0;
  font-weight: 700;
  margin-right: 29px;
  padding-top: 7px;
}
.calc-range #slider-range-min,
.calc-range #slider-range-min2 {
  min-width: 358px;
  height: 16px;
}
@media (max-width: 767px) {
  .calc-range #slider-range-min,
  .calc-range #slider-range-min2 {
    min-width: 100%;
  }
}
.calc-range #slider-range-min .ui-widget-content,
.calc-range #slider-range-min2 .ui-widget-content {
  border: 2px solid white;
  background-color: transparent;
}
.calc-range #slider-range-min .ui-widget.ui-widget-content,
.calc-range #slider-range-min2 .ui-widget.ui-widget-content {
  border: 2px solid #fff;
}
.calc-range #slider-range-min .ui-state-default,
.calc-range #slider-range-min .ui-widget-content .ui-state-default,
.calc-range #slider-range-min2 .ui-state-default,
.calc-range #slider-range-min2 .ui-widget-content .ui-state-default {
  border: 0;
  background-color: var(--theme-color);
  border-radius: 50%;
  outline: none;
  box-shadow: none;
}
.calc-range .ui-corner-all,
.calc-range .ui-corner-bottom,
.calc-range .ui-corner-right,
.calc-range .ui-corner-br {
  border-bottom-right-radius: 7.82px;
}
.calc-range .ui-corner-all,
.calc-range .ui-corner-bottom,
.calc-range .ui-corner-left,
.calc-range .ui-corner-bl {
  border-bottom-left-radius: 7.82px;
}
.calc-range .ui-corner-all,
.calc-range .ui-corner-top,
.calc-range .ui-corner-right,
.calc-range .ui-corner-tr {
  border-top-right-radius: 7.82px;
}
.calc-range .ui-corner-all,
.calc-range .ui-corner-top,
.calc-range .ui-corner-left,
.calc-range .ui-corner-tl {
  border-top-left-radius: 7.82px;
}
.calc-range .ui-widget.ui-widget-content {
  border: 2px solid #fff;
  background-color: transparent;
}
.calc-range .ui-slider .ui-slider-handle {
  width: 26px;
  height: 26px;
}
.calc-range .ui-slider-horizontal .ui-slider-handle {
  top: -7px;
  margin-left: -16px;
}
.calc-range .ui-widget-header {
  background: var(--theme-color);
  margin: -2px -2px;
  height: 16px;
}
.calc-range .range-amount {
  padding: 0;
  min-width: auto;
  flex: 1;
  background-color: transparent;
  border: 0;
  height: auto;
  font-size: 16px;
  font-weight: 700;
  margin-left: 16px;
}

/*=================================
    04. Template Style
==================================*/
/*------------------- 4.1. Widget  -------------------*/
.widget_nav_menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget_nav_menu > ul {
  margin: 0 0 -38px 0;
}
.widget_nav_menu a {
  display: block;
  background-color: transparent;
  color: var(--body-color);
  margin: 0 0 18px 0;
  padding: 0 0 17px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  border-bottom: 1px solid #dadfec;
}
.widget_nav_menu a::before {
  content: "\f178";
  position: absolute;
  right: 0;
  top: 0;
  font-family: var(--icon-font);
  font-weight: 400;
  color: var(--theme-color);
}
.widget_nav_menu a:hover {
  color: var(--theme-color);
}
.widget_nav_menu li {
  display: block;
  position: relative;
}
.widget_nav_menu li:last-child a {
  border-bottom: none;
}
.widget_nav_menu li > span {
  text-align: center;
  position: absolute;
  right: 0;
  top: -4.5px;
  font-size: 16px;
  transition: all ease 0.4s;
}
.widget_nav_menu li:hover > span {
  color: var(--theme-color);
}

.widget_nav_menu a {
  padding-right: 20px;
}

.widget_nav_menu .sub-menu {
  margin-left: 10px;
}

/* Small devices */
@media (max-width: 767px) {
  .widget_nav_menu a {
    font-size: 14px;
  }
}
/*------------------- 4.1. Widget  -------------------*/
.widget {
  padding: var(--widget-padding-y, 40px) var(--widget-padding-x, 40px);
  background-color: var(--smoke-color);
  position: relative;
  margin-bottom: 30px;
  border-radius: 30px;
  border: 1px solid var(--vs-border-color5);
}
.widget:last-child {
  margin-bottom: 0;
}
.widget select,
.widget input {
  height: 55px;
  border: none;
  background-color: #fff;
  padding-left: 20px;
  font-weight: 400;
}

.widget_title {
  position: relative;
  font-size: 26px;
  font-weight: 700;
  line-height: 1em;
  margin: -0.07em 0 30px 0;
  font-family: var(--title-font);
  padding: 0 0 10px 0;
}
.widget_title::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 4px;
  background-color: var(--theme-color);
  bottom: 0;
  left: 0;
}

/* Large devices */
@media (max-width: 1199px) {
  .widget {
    --widget-padding-y: 30px;
    --widget-padding-x: 30px;
  }
  .widget_title {
    font-size: 20px;
    margin-bottom: 25px;
  }
}
/* Medium devices */
/* Small devices */
/* Extra small devices */
@media (max-width: 575px) {
  .widget {
    padding: 30px 20px;
  }
}
.widget.form {
  background-color: var(--bg3-color);
}

/*------------------- 4.1. Widget  -------------------*/
.footer-widget {
  margin-bottom: 40px;
}
.footer-widget,
.footer-widget .widget {
  padding: 0;
  border: none;
  padding-bottom: 0;
  background-color: transparent;
}
.footer-widget .widget_title {
  margin: 0 0 45px 0;
  font-size: 20px;
  font-family: var(--body-font);
  font-weight: 800;
}
.footer-widget .widget_title.style2,
.footer-widget .widget_title.style3 {
  color: var(--white-color);
}
@media (max-width: 1199px) {
  .footer-widget .widget_title.style2,
  .footer-widget .widget_title.style3 {
    font-size: 18px;
  }
}
.footer-widget.widget_nav_menu {
  margin-bottom: 40px;
}
.footer-widget.widget_nav_menu a {
  width: -moz-max-content;
  width: max-content;
  display: block;
  border: none;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 16px;
  max-width: 100%;
  padding: 0;
}
.footer-widget.widget_nav_menu a:hover {
  background-color: transparent;
  color: var(--theme-color);
}
.footer-widget.widget_nav_menu a:before {
  display: none;
}
.footer-widget.widget_nav_menu li > span {
  width: auto;
  height: auto;
  position: relative;
  background-color: transparent;
  color: var(--body-color);
  line-height: 1;
}
.footer-widget.widget_nav_menu li:last-child a {
  margin-bottom: 0;
}

.footer-logo {
  margin-bottom: 25px;
}

.footer-logo img {
  background: var(--white-color);
  padding: 15px;
  border-radius: 15px;
}

.footer-text {
  max-width: 80%;
  line-height: 30px;
}
@media (max-width: 1199px) {
  .footer-text {
    max-width: 100%;
  }
}
.footer-text.style2,
.footer-text.style3 {
  color: var(--white-color);
}

.footer-info {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  text-align: left;
}
.footer-info:last-child {
  margin-bottom: 0;
}
.footer-info__icon {
  min-width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: var(--theme-color2);
  color: var(--white-color);
  font-size: 30px;
  margin: 0 17px 0 0;
  border-radius: 50%;
}
.footer-info__label {
  font-size: 16px;
  font-weight: 700;
  font-family: var(--body-font);
  display: block;
  margin: 0 0 0px 0;
}
.footer-info__link {
  color: var(--black-color);
  margin: 0 0 -0.15em 0;
  padding-right: 0px;
}
.footer-info__link p {
  margin-bottom: 0;
}
.footer-info__link a {
  color: inherit;
}
.footer-info__link a:hover {
  color: var(--theme-color);
}
.footer-info.style2 .footer-info__link,
.footer-info.style2 .footer-info__label,
.footer-info.style3 .footer-info__link,
.footer-info.style3 .footer-info__label {
  color: var(--white-color);
}
.footer-info.style2 .footer-info__link p,
.footer-info.style2 .footer-info__link a,
.footer-info.style2 .footer-info__label p,
.footer-info.style2 .footer-info__label a,
.footer-info.style3 .footer-info__link p,
.footer-info.style3 .footer-info__link a,
.footer-info.style3 .footer-info__label p,
.footer-info.style3 .footer-info__label a {
  color: var(--white-color);
}
.footer-info.style2 .footer-info__link a:hover,
.footer-info.style2 .footer-info__label a:hover,
.footer-info.style3 .footer-info__link a:hover,
.footer-info.style3 .footer-info__label a:hover {
  color: var(--theme-color2);
}
.footer-info.style3 {
  padding-right: 50px;
}
@media (max-width: 1199px) {
  .footer-info.style3 {
    padding-right: 0;
  }
}
.footer-info.style3 .footer-info__link a:hover,
.footer-info.style3 .footer-info__label a:hover {
  color: var(--theme-color2);
}
.footer-social a {
  display: inline-flex;
  align-items: center;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  margin: 0 5px 0 0;
  color: var(--black-color);
  background-color: var(--white-color);
  text-align: center;
  border-radius: 50%;
  justify-content: center;
  border: 1px solid var(--vs-border-color);
  box-shadow: 0px 21px 10px 0px rgba(4, 4, 4, 0.05);
}
.footer-social a:last-child {
  margin-right: 0;
}
.footer-social a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
  border: 1px solid var(--theme-color);
}
.footer-social.style2,
.footer-social.style3 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}
.footer-social.style2 a,
.footer-social.style3 a {
  background-color: transparent;
  outline-offset: -2px;
  color: var(--white-color);
  border: 1px solid var(--white-color);
  margin: 0 0 0 0;
}
.footer-social.style2 a:hover,
.footer-social.style3 a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
  border-color: var(--theme-color);
}
.footer-social.style3 {
  justify-content: flex-start;
}

/* Medium Large devices */
/* Large devices */
@media (max-width: 1199px) {
  .footer-widget {
    margin-bottom: 40px;
  }
  .footer-widget .widget_title {
    font-size: 26px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .footer-widget .widget_title {
    font-size: 22px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .footer-widget.widget_nav_menu a {
    font-size: 14px;
  }
}
.footer-menu--style > ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  text-align: left;
  -moz-column-count: 2;
  column-count: 2;
}
.footer-menu--style > ul > li {
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .footer-menu--style > ul > li {
    margin-bottom: 10px;
  }
}
.footer-menu--style > ul > li > a {
  font-size: 16px;
  color: var(--black-color);
  display: inline-block;
  position: relative;
  padding-left: 20px;
  font-weight: 400;
}
@media (max-width: 1199px) {
  .footer-menu--style > ul > li > a {
    padding-left: 15px;
    font-size: 15px;
  }
}
.footer-menu--style > ul > li > a::before {
  position: absolute;
  content: "\f105";
  font-family: var(--icon-font);
  top: calc((100% - 32px) / 2);
  left: 0;
  line-height: 30px;
  color: var(--theme-color);
  font-size: 17px;
}
.footer-menu--style > ul > li > a:hover {
  color: var(--theme-color);
  transform: translateX(10px);
}
.footer-menu--style > ul > li > a:hover::before {
  border-color: transparent transparent transparent var(--theme-color);
}
.footer-menu--style.style2 > ul > li > a,
.footer-menu--style.style3 > ul > li > a {
  color: var(--white-color);
}
.footer-menu--style.style2 > ul > li > a::before,
.footer-menu--style.style3 > ul > li > a::before {
  color: var(--white-color);
}
.footer-menu--style.style2 > ul > li > a:hover,
.footer-menu--style.style3 > ul > li > a:hover {
  color: var(--theme-color2);
}
.footer-menu--style.style2 > ul > li > a:hover::before,
.footer-menu--style.style3 > ul > li > a:hover::before {
  color: var(--theme-color2);
}

.footer-widget.widget_nav_menu {
  margin-bottom: 0;
}
.footer-widget.widget_nav_menu .menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  row-gap: 15px;
}
@media (max-width: 767px) {
  .footer-widget.widget_nav_menu .menu {
    flex-direction: column;
    text-align: center;
  }
}
.footer-widget.widget_nav_menu .menu > li > a {
  margin-bottom: 0;
  background-color: transparent;
  color: var(--black-color);
  font-family: var(--title-font);
  font-weight: 700;
  font-size: 16px;
  text-transform: capitalize;
  padding-left: 20px;
  margin-left: 20px;
  border-left: 1px solid var(--vs-border-color);
}
.footer-widget.widget_nav_menu .menu > li > a:hover {
  color: var(--theme-color);
}
@media (max-width: 767px) {
  .footer-widget.widget_nav_menu .menu > li > a {
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
    display: block;
    width: 100%;
  }
}
.footer-widget.widget_nav_menu .menu > li:first-child > a {
  padding-left: 0;
  margin-left: 0;
  border-left: 0;
}
.footer-widget.widget_nav_menu.style2 .menu > li > a {
  color: var(--white-color);
  border-color: var(--white-color);
}
.footer-widget.widget_nav_menu.style2 .menu > li > a:hover {
  color: var(--theme-color2);
}
.footer-widget.widget_nav_menu.style3 .menu > li > a {
  border-color: var(--title-color);
  position: relative;
}
.footer-widget.widget_nav_menu.style3 .menu > li > a span {
  position: relative;
}
.footer-widget.widget_nav_menu.style3 .menu > li > a span::after {
  position: absolute;
  content: "";
  width: 0%;
  height: 1px;
  background-color: var(--title-color);
  bottom: -2px;
  right: 0;
  transition: all 0.3s ease-in-out;
}
.footer-widget.widget_nav_menu.style3 .menu > li > a:hover {
  color: var(--title-color);
}
.footer-widget.widget_nav_menu.style3 .menu > li > a:hover span::after {
  width: 100%;
  left: 0;
}

/*------------------- 4.2. Header  -------------------*/
.vs-header {
  position: relative;
  z-index: 41;
}

.header-logo .logo {
  background: var(--white-color);
  padding: 15px;
  border-radius: 15px;
}

.header-logo {
  padding: 20px 0;
}
@media (max-width: 767px) {
  .header-logo {
    max-width: 150px;
  }
}

.will-sticky .sticky-active {
  position: fixed;
  top: -100%;
  right: 0;
  left: 0;
  background-color: var(--white-color);
  transition: all ease 0.8s;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
}
.will-sticky .sticky-active.active {
  top: 0;
}

.main-menu {
  text-align: center;
}
.main-menu a {
  display: block;
  position: relative;
  font-weight: 700;
  font-size: 18px;
  color: var(--title-color);
  /* Large devices */
}
@media (max-width: 1199px) {
  .main-menu a {
    font-size: 16px;
  }
}
.main-menu a:hover {
  color: var(--theme-color);
}
.main-menu > ul > li {
  margin: 0 18px;
}
@media (max-width: 1399px) {
  .main-menu > ul > li {
    margin: 0 10px;
  }
}
.main-menu > ul > li > a {
  padding: 37px 0;
}
.main-menu ul {
  margin: 0;
  padding: 0;
}
.main-menu ul li {
  list-style-type: none;
  display: inline-block;
  position: relative;
}
.main-menu ul li.menu-item-has-children > a:after {
  content: "\f078";
  position: relative;
  font-family: var(--icon-font);
  margin-left: 5px;
  font-size: 0.8rem;
}
.main-menu ul li:last-child {
  margin-right: 0;
}
.main-menu ul li:first-child {
  margin-left: 0;
}
.main-menu ul li:hover > ul.sub-menu {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
  z-index: 9;
}
.main-menu ul.sub-menu {
  position: absolute;
  text-align: left;
  top: 100%;
  left: 0;
  background-color: var(--white-color);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  visibility: hidden;
  min-width: 190px;
  width: -moz-max-content;
  width: max-content;
  padding: 7px;
  left: -14px;
  margin-top: 50px;
  opacity: 0;
  z-index: -1;
  border-bottom: 3px solid var(--theme-color);
  box-shadow:
    0px 10px 60px 0px rgba(0, 0, 0, 0.09),
    0px 3px 0px 0px rgba(231, 13, 60, 0.004);
  transform-origin: top center;
  transition:
    margin-top 0.4s ease-in-out 0s,
    visibility 0.4s ease-in-out 0s,
    opacity 0.4s ease-in-out 0s,
    z-index 0s;
}
.main-menu ul.sub-menu a {
  font-size: 16px;
  line-height: 30px;
}
.main-menu ul.sub-menu {
  padding: 18px 20px;
  left: -27px;
}
.main-menu ul.sub-menu:before {
  content: "";
  position: absolute;
  left: 34.5px;
  top: 30px;
  width: 1px;
  background-color: #ededed;
  height: calc(100% - 60px);
  opacity: 0;
}
.main-menu ul.sub-menu li {
  display: block;
  margin: 0 0;
  padding: 3px 9px;
}
.main-menu ul.sub-menu li.menu-item-has-children > a:after {
  content: "\f105";
  float: right;
  top: 3px;
}
.main-menu ul.sub-menu li a {
  position: relative;
  padding-left: 21px;
}
.main-menu ul.sub-menu li a:before {
  content: "\f111";
  position: absolute;
  top: 9px;
  left: 0;
  font-family: var(--icon-font);
  width: 11px;
  height: 11px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  font-size: 0.2em;
  line-height: 11.5px;
  color: var(--theme-color);
  font-weight: 700;
  background-color: var(--white-color);
  box-shadow: inset 0px 2px 4px 0px rgba(173, 136, 88, 0.4);
}
.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;
}

.menu-style2 a {
  color: var(--white-color);
  font-size: 18px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .menu-style2 a {
    font-size: 16px;
  }
}
.menu-style2 ul.sub-menu a {
  color: var(--title-color);
}
.menu-style2 ul.sub-menu a:hover {
  color: var(--theme-color);
}

.header-text {
  margin: 0;
  display: flex;
  align-items: center;
  color: var(--text-color);
  font-weight: 600;
}
.header-text span {
  font-weight: 800;
  padding-left: 5px;
}
.header-text i {
  margin-right: 14px;
  font-size: 36px;
  display: inline-flex;
}
.header-text.style2 {
  color: var(--white-color);
  font-weight: 400;
}
.header-text.style2 i {
  color: var(--theme-color2);
}

.header-search {
  display: inline-flex;
  max-width: 100%;
  align-items: flex-end;
  margin-right: 31px;
  transition: all 0.3s ease-in-out;
}
.header-search input {
  flex: 1;
  border: none;
  padding: 10px 0px 0 12px;
  height: 25px;
  width: 68px;
  border-radius: 0;
  transition: all ease 0.4s;
  font-size: 16px;
  font-weight: 500;
}
.header-search button {
  border: none;
  background-color: transparent;
  display: inline-flex;
  align-items: center;
  padding: 0;
  font-size: 22px;
}
.header-search.style2 input {
  background-color: transparent;
  color: var(--white-color);
}
.header-search.style2 input::-moz-placeholder {
  color: var(--white-color);
}
.header-search.style2 input::placeholder {
  color: var(--white-color);
}
.header-search.style2 button {
  color: var(--white-color);
}

.header-social {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0px 16px;
}
@media (max-width: 991px) {
  .header-social {
    justify-content: center;
  }
}
.header-social a {
  display: inline-flex;
  color: var(--title-color);
  width: 37px;
  height: 37px;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 50%;
}
.header-social a:hover {
  background-color: var(--title-color);
  color: var(--theme-color2);
}
.header-social.style2 a {
  background-color: rgba(255, 255, 255, 0.21);
  color: var(--white-color);
}
.header-social.style2 a:hover {
  background-color: var(--theme-color2);
  color: var(--title-color);
}

.header-call {
  display: flex;
  align-items: center;
  color: var(--text-color);
}
.header-call i {
  font-size: 36px;
  margin-right: 10px;
}
.header-call span {
  font-size: 16px;
  font-weight: 600;
}
.header-call a {
  color: var(--text-color);
  margin-left: 5px;
  font-weight: 700;
}
.header-call a:hover {
  color: var(--theme-color);
}
.header-call.style2 {
  color: var(--white-color);
}
.header-call.style2 a {
  color: var(--white-color);
  font-weight: 400;
}
.header-call.style2 a:hover {
  color: var(--theme-color2);
}
.header-call.style2 i {
  color: var(--theme-color2);
}

.header-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.header-btns button,
.header-btns a {
  position: relative;
  height: 56px;
  width: 56px;
  border: 1px solid var(--vs-border-color);
  font-size: 22px;
  border-radius: 50%;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  color: var(--body-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .header-btns button,
  .header-btns a {
    width: 50px;
    height: 50px;
  }
}
.header-btns button:hover,
.header-btns a:hover {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
  color: var(--white-color);
}
.header-btns.style2 button,
.header-btns.style2 a {
  color: var(--white-color);
}

.header-btns .sideCartToggler {
  background-color: var(--theme-color);
  color: var(--white-color);
  border-color: var(--theme-color);
  width: 100%;
  font-size: 16px;
  height: auto;
  padding: 10px 20px;
  border-radius: 50px;
}

.header-btns .sideCartToggler span {
  position: absolute;
  top: -5px;
  right: 0;
  width: 20px;
  height: 20px;
  background-color: var(--title-color);
  font-size: 12px;
  border-radius: 50%;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-family: var(--title-font);
  color: var(--white-color);
  transition: all 0.3s ease-in-out;
}
.header-btns .sideCartToggler:hover span {
  background-color: var(--theme-color2);
  color: var(--title-color);
}
.header-btns .sideCartToggler.style2 span {
  background-color: var(--theme-color2);
}

.header-dropdown > .dropdown-toggle {
  color: var(--title-color);
}
.header-dropdown > .dropdown-toggle i {
  margin: 0 10px 0 0;
}
.header-dropdown > .dropdown-toggle:after {
  content: "\f107";
  font-family: var(--icon-font);
  border: none;
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin-left: 5px;
}
.header-dropdown > .dropdown-toggle:hover {
  color: var(--theme-color);
}
.header-dropdown ul.dropdown-menu {
  padding: 10px 15px;
  border: none;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.07);
  margin: 0;
  margin-left: -15px !important;
  margin-top: 15px !important;
  width: -moz-max-content;
  width: max-content;
  min-width: auto;
  position: relative;
  z-index: 1;
  border: none;
}
.header-dropdown ul.dropdown-menu li {
  margin-bottom: 10px;
}
.header-dropdown ul.dropdown-menu li:last-child {
  margin-bottom: 0;
}
.header-dropdown ul.dropdown-menu a {
  display: block;
  margin: 0 0;
  width: -moz-max-content;
  width: max-content;
  padding: 2px 10px;
  color: var(--title-color);
  font-weight: 400;
  font-size: 14px;
}
.header-dropdown ul.dropdown-menu a:hover {
  color: var(--theme-color);
}
.header-dropdown ul.dropdown-menu a:first-child {
  margin-top: 0;
  padding-top: 0;
}
.header-dropdown ul.dropdown-menu a:last-of-type,
.header-dropdown ul.dropdown-menu a:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.header-dropdown ul.dropdown-menu:before {
  content: "";
  position: absolute;
  left: 47px;
  top: -7px;
  width: 14px;
  height: 14px;
  background-color: var(--white-color);
  z-index: -1;
  transform: rotate(45deg);
  border-top: 1px solid #ededed;
  border-left: 1px solid #ededed;
}
.header-dropdown.style-white > .dropdown-toggle {
  color: var(--white-color);
}
.header-dropdown.style-white > .dropdown-toggle:hover {
  text-decoration: underline;
  color: rgba(255, 255, 255, 0.7);
}

.login-tab {
  display: flex;
  border-radius: 9999px;
  position: relative;
  z-index: 1;
}
.login-tab:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  border-radius: inherit;
  border: 2px solid var(--theme-color);
  z-index: -1;
}
.login-tab a {
  display: inline-block;
  color: var(--theme-color);
  background-color: transparent;
  font-family: var(--title-font);
  text-transform: capitalize;
  font-weight: 600;
  font-size: 18px;
  padding: 18.5px 37px;
  line-height: 1;
  border-radius: inherit;
}
.login-tab a:hover,
.login-tab a.active {
  color: var(--white-color);
}
.login-tab .indicator {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 0;
  background-color: var(--theme-color);
  z-index: -1;
  transition: all ease 0.4s;
  border-radius: inherit;
}

.header-layout2 {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
.header-layout2 .header-top {
  padding: 10px 0;
}
.header-layout2 .sticky-wrapper {
  border-top: 1.5px solid rgba(255, 255, 255, 0.15);
  border-bottom: 1.5px solid rgba(255, 255, 255, 0.15);
}
.header-layout2 .will-sticky .sticky-active {
  background-color: var(--bgSticky-color);
}

.header-top.style3 {
  padding: 10px 0;
}

.sticky-wrapper.style3 {
  background-color: var(--white-color);
  box-shadow: 0px 21px 25px 0px rgba(4, 4, 4, 0.05);
  border-radius: 50px;
  padding: 0 36px;
}
@media (max-width: 1399px) {
  .sticky-wrapper.style3 {
    padding: 0 10px;
  }
}
.sticky-wrapper.style3.will-sticky .sticky-active.active {
  padding: 0 30px;
}

/*------------------- 4.3. Footer  -------------------*/
.widget-area {
  padding: 253px 0 80px 0;
}
.widget-area.style2 {
  padding: 205px 0 80px 0;
}
@media (max-width: 991px) {
  .widget-area.style2 {
    padding: 150px 0 20px 0;
  }
}
.widget-area.style3 {
  padding: 120px 0 160px 0;
  background-color: var(--bg3-color);
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .widget-area.style3 {
    padding: 80px 0 110px 0;
  }
}
.widget-area.style3 .footer-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
@media (max-width: 1199px) {
  .widget-area.style3 .footer-overlay {
    display: none;
  }
}

.copyright-wrap {
  padding: 37px 0;
}
.copyright-wrap.style2 {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.copyright-text {
  margin: 0;
}
.copyright-text a {
  font-weight: 700;
  color: var(--black-color);
  position: relative;
}
.copyright-text a::after {
  position: absolute;
  content: "";
  width: 0%;
  height: 1px;
  background-color: var(--title-color);
  bottom: -2px;
  right: 0;
  transition: all 0.3s ease-in-out;
}
.copyright-text a:hover {
  color: var(--title-color);
}
.copyright-text a:hover::after {
  width: 100%;
  left: 0;
}
.copyright-text.style3 {
  color: var(--title-color);
}
.copyright-text.style3 a {
  color: var(--title-color);
  position: relative;
}
.copyright-text.style3 a::after {
  position: absolute;
  content: "";
  width: 0%;
  height: 1px;
  background-color: var(--title-color);
  bottom: -2px;
  right: 0;
  transition: all 0.3s ease-in-out;
}
.copyright-text.style3 a:hover {
  color: var(--title-color);
}
.copyright-text.style3 a:hover::after {
  width: 100%;
  left: 0;
}
.copyright-text.style2 {
  color: var(--white-color);
}
.copyright-text.style2 a {
  color: var(--white-color);
}
.copyright-text.style2 a::after {
  background-color: var(--theme-color2);
}
.copyright-text.style2 a:hover {
  color: var(--theme-color2);
}

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

/* Medium devices */

/*------------------- 4.4. Breadcrumb  -------------------*/

/* Medium devices */

/*------------------- 4.5. Pagination  -------------------*/

/* Small devices */
.vs-pagination span.active,
.vs-pagination a.active {
  color: var(--title-color);
  border-color: rgba(0, 0, 0, 0);
}
.vs-pagination span.active::before,
.vs-pagination a.active::before {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

/*------------------- 4.6. Blog  -------------------*/

.blog-title a {
  color: inherit;
}
.blog-title a:hover {
  color: var(--theme-color);
}

.vs-blog {
  margin-bottom: 40px;
  border: 1px solid var(--vs-border-color3);
  border-radius: 50px;
}
.vs-blog:last-child {
  margin-bottom: 30px;
}
.vs-blog .blog-date {
  width: 100px;
  height: 100px;
  background: var(--theme-color2);
  font-size: 40px;
  font-weight: 700;
  font-family: var(--body-font);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  flex-direction: column;
  border-radius: 30px;
  line-height: 1;
  margin: -75px 0 30px 45px;
}
.vs-blog .blog-date span {
  display: block;
  font-size: 13px;
  line-height: 1;
}
.vs-blog .blog-img {
  border-radius: 50px;
  overflow: hidden;
  margin: -1px;
}
.vs-blog .blog-img .img {
  border-radius: 50px;
}
.vs-blog .blog-title {
  margin: -0.14em 0 19px 0;
  max-width: 89%;
  line-height: 1.3;
  /* Large devices */
}
@media (max-width: 1199px) {
  .vs-blog .blog-title {
    max-width: 100%;
  }
}
.vs-blog .blog-title br {
  /* Large devices */
}
@media (max-width: 1199px) {
  .vs-blog .blog-title br {
    display: none;
  }
}
.vs-blog .blog-text {
  margin-bottom: 0;
}
.vs-blog .blog-content {
  padding: 0 45px 55px 45px;
}
.vs-blog .vs-btn {
  font-size: 18px;
  padding: 21px 45px;
}
.blog-single .blog-img .slick-arrow {
  --pos-x: 30px;
  border: none;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: var(--theme-color);
  color: var(--white-color);
  border-radius: 5px;
}
.blog-single .blog-img .slick-arrow:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.blog-single:hover .blog-img .slick-arrow {
  opacity: 1;
  visibility: visible;
}
.blog-details .blog-img {
  margin: 0 0 40px 0;
}
.blog-details .blog-img img {
  border-radius: 0;
}
.blog-details .blog-content {
  margin: 0;
}

.blog-tab-area {
  position: relative;
}
.blog-tab-area .vs-slider-tab {
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  gap: 20px;
  z-index: 9;
}
@media (max-width: 1199px) {
  .blog-tab-area .vs-slider-tab {
    gap: 10px;
  }
}
@media (max-width: 991px) {
  .blog-tab-area .vs-slider-tab {
    position: static;
    justify-content: center;
  }
}
.blog-tab-area .vs-slider-tab .tab-btn {
  border: 3px solid var(--white-color);
  background: transparent;
  padding: 0;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1199px) {
  .blog-tab-area .vs-slider-tab .tab-btn {
    max-width: 130px;
  }
}
@media (max-width: 991px) {
  .blog-tab-area .vs-slider-tab .tab-btn {
    max-width: 100%;
  }
}
.blog-tab-area .vs-slider-tab .tab-btn::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--theme-color);
  opacity: 0.8;
  transform: scale(0) rotate(180deg);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
}
.blog-tab-area .vs-slider-tab .tab-btn.active::before {
  visibility: visible;
  transform: scale(1) rotate(0);
  transition: all 0.3s ease-in-out;
}

.blog-style2 {
  border: 0;
}
.blog-style2 .blog-img img {
  border-radius: 30px;
}
.blog-style2 .blog-content {
  padding: 45px 68px 45px 50px;
  border: 2px solid var(--theme-color2);
  border-radius: 30px;
  margin-left: 90px;
  margin-top: -134px;
  background-color: var(--white-color);
  box-shadow: 0px 21px 10px 0px rgba(4, 4, 4, 0.05);
}
@media (max-width: 1399px) {
  .blog-style2 .blog-content {
    padding: 45px 30px 45px 45px;
    margin-left: 30px;
  }
}
@media (max-width: 1199px) {
  .blog-style2 .blog-content {
    padding: 15px;
  }
}
@media (max-width: 991px) {
  .blog-style2 .blog-content {
    margin-left: 0;
    margin-top: 0;
  }
}
.blog-style2 .blog-meta-list {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 21px;
}
@media (max-width: 767px) {
  .blog-style2 .blog-meta-list {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.blog-style2 .blog-date {
  display: inline-flex;
  font-size: 16px;
  font-weight: 600;
  background: var(--theme-color2);
  padding: 10px 25px 6px;
  line-height: 1;
  align-items: center;
  border-radius: 999px;
  width: auto;
  height: auto;
  margin: 0;
}
.blog-style2 .blog-meta-comment {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--title-color);
  font-weight: 600;
}
.blog-style2 .blog-meta-comment i {
  color: var(--theme-color);
}
.blog-style2 .blog-title {
  font-size: 26px;
  line-height: 36px;
  max-width: 100%;
}
.blog-style2 .blog-text {
  margin-bottom: 0;
}

/* Large devices */
/* Small devices */

/*------------------- 4.7. Comments  -------------------*/

/* Large devices */
/* Small devices */
/*------------------- 4.8. Hero Area  -------------------*/
.hero-style1 .slick-dots {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin: 0;
  transform: translateX(-50%);
}
.hero-style1 .slick-dots li button {
  background-color: var(--title-color);
}
.hero-text {
  font-size: 20px;
  font-weight: 600;
  color: var(--text-color);
  padding-right: 50px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .hero-text {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .hero-text {
    font-size: 20px;
  }
}
.hero-title {
  font-weight: 800;
  line-height: 1.15;
  margin: -0.14em 0 25px 0;
}
.hero-leaf2 {
  position: absolute;
}
@media (max-width: 767px) {
  .hero-leaf2 {
    display: none;
  }
}
.hero-leaf2 {
  top: 48px;
  left: 0;
}
@media (max-width: 991px) {
  .hero-leaf2 {
    display: none;
  }
}

.hero-style2 .hero-content {
  padding: 315px 0 170px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .hero-style2 .hero-content {
    padding: 210px 0 80px;
  }
}
.hero-style2 .hero-content .hero-title {
  margin-bottom: 25px;
  font-size: 60px;
  /* Small devices */
}
@media (max-width: 767px) {
  .hero-style2 .hero-content .hero-title {
    font-size: 36px;
  }
}
.hero-style2 .hero-content .hero-text {
  margin-bottom: 30px;
  max-width: 80%;
  font-weight: 400;
}
@media (max-width: 767px) {
  .hero-style2 .hero-content .hero-text {
    max-width: 100%;
  }
}

.hero-carousel2 {
  position: relative;
}
.hero-carousel2 .slick-dots {
  position: absolute;
  bottom: 40px;
  max-width: calc(var(--main-container) + var(--container-gutters));
  padding-left: calc(var(--container-gutters) / 2);
  padding-right: calc(var(--container-gutters) / 2);
  margin-right: auto;
  margin-left: auto;
  right: 0;
  left: 0;
  text-align: left;
}
.hero-carousel2 .slick-dots button {
  background-color: var(--dots-bg, #fff);
}
.hero-carousel2 .slick-dots .slick-active button {
  background-color: var(--white-color);
}
.hero-carousel2 .slick-dots .slick-active button::before {
  border-color: var(--white-color);
}
.hero-carousel2 .hero-leaf1,
.hero-carousel2 .hero-leaf2 {
  position: absolute;
}
.hero-carousel2 .hero-leaf1 {
  top: 216px;
  left: 227px;
}
.hero-carousel2 .hero-leaf2 {
  bottom: 160px;
  top: auto;
  left: 66px;
}
.hero-style3 .slick-dots {
  margin: 20px 0 0 0;
}

.hero-content.style3 {
  margin-bottom: 30px;
}
.hero-content.style3 .hero-title {
  font-size: 60px;
  line-height: 83px;
  margin-bottom: 25px;
  /* Extra large devices */
}
@media (max-width: 1500px) {
  .hero-content.style3 .hero-title {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .hero-content.style3 .hero-title {
    font-size: 30px;
    line-height: 40px;
  }
}
.hero-content.style3 .hero-text {
  margin-bottom: 40px;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5;
}

/*------------------- 4.9. Error  -------------------*/

/*------------------- 4.10. Feature  -------------------*/

.feature-item {
  margin-bottom: 30px;
}
.feature-item .feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 89px;
  height: 89px;
  z-index: 1;
  position: relative;
  background-color: var(--white-color);
  border: 3px solid var(--theme-color);
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
.feature-item .feature-icon img {
  filter: none;
  transition: all 0.3s ease-in-out;
}
.feature-item .feature-title {
  font-size: 22px;
  margin-bottom: 15px;
}
.feature-item .feature-title a {
  color: var(--title-color);
}
.feature-item .feature-title a:hover {
  color: var(--theme-color);
}
.feature-item .feature-text {
  margin-bottom: 0;
  padding-right: 30px;
}
.feature-item:hover .feature-icon {
  background-color: var(--theme-color);
  border-color: var(--theme-color-light);
  transition: all 0.3s ease-in-out;
}
.feature-item:hover .feature-icon img {
  filter: brightness(0) invert(1);
  transition: all 0.3s ease-in-out;
}
.feature-item.style2 {
  padding: 76px 60px 55px;
  border: 2px solid var(--vs-border-color);
  border-radius: 30px;
  position: relative;
  background-color: var(--white-color);
  margin-bottom: 65px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .feature-item.style2 {
    margin-bottom: 40px;
  }
}
@media (max-width: 1399px) {
  .feature-item.style2 {
    padding: 76px 35px 55px;
  }
}
.feature-item.style2::before {
  position: absolute;
  content: "";
  width: 90%;
  border: 2px solid var(--vs-border-color);
  height: 100%;
  border-radius: 30px;
  z-index: -1;
  left: 50%;
  top: 12px;
  transform: translateX(-50%);
  transition: all 0.3s ease-in-out;
}

.feature-layout2 .filter-item {
  position: relative;
  z-index: 1;
}
.feature-item.style2 .feature-text {
  padding-right: 0;
}
.feature-item.style2:hover {
  border-color: var(--theme-color);
}
.feature-item.style2:hover::before {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
  transition: all 0.3s ease-in-out;
}
.feature-item.style3 {
  display: flex;
  gap: 29px;
  max-width: 84%;
  margin-bottom: 52px;
}
@media (max-width: 1199px) {
  .feature-item.style3 {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .feature-item.style3 {
    flex-direction: column;
  }
}
.feature-item.style3:last-child {
  margin-bottom: 0;
}
.feature-item.style3 .feature-icon {
  --icon-size: 140px;
  width: var(--icon-size);
  min-width: var(--icon-size);
  height: var(--icon-size);
  position: relative;
  box-shadow: 0px 21px 10px 0px rgba(4, 4, 4, 0.05);
}
@media (max-width: 1199px) {
  .feature-item.style3 .feature-icon {
    --icon-size: 125px;
  }
}
@media (max-width: 991px) {
  .feature-item.style3 .feature-icon {
    --icon-size: 115px;
  }
}
.feature-item.style3 .feature-title {
  font-size: 26px;
}
.feature-item.style3 .feature-text {
  padding-right: 0;
  line-height: 30px;
}
.feature-item.style3 .feature-number {
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--theme-color2);
  --icon-size: 40px;
  min-width: var(--icon-size);
  width: var(--icon-size);
  height: var(--icon-size);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14.67px;
  font-weight: 800;
}
.feature-item.style3:hover .feature-icon {
  background-color: var(--white-color);
}
.feature-item.style3:hover .feature-icon img {
  filter: none;
}

.filter-item:nth-child(1),
.filter-item:nth-child(3) {
  margin-top: 70px;
}
@media (max-width: 991px) {
  .filter-item:nth-child(1),
  .filter-item:nth-child(3) {
    margin-top: 0;
  }
}
.filter-item:nth-child(5) {
  margin-top: -70px;
}
@media (max-width: 991px) {
  .filter-item:nth-child(5) {
    margin-top: 0;
  }
}

.keyf {
  background-color: rgba(31, 46, 33, 0.9);
  padding: 70px;
  border-radius: 50px;
  position: relative;
}
@media (max-width: 1199px) {
  .keyf {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .keyf {
    max-width: 520px;
  }
}
@media (max-width: 767px) {
  .keyf {
    max-width: 100%;
    border-radius: 0;
  }
}
.keyf-title {
  color: var(--white-color);
  margin: -0.14em 0 25px 0;
}
.keyf-text {
  color: var(--white-color);
  font-size: 18px;
  max-width: 91%;
  margin: 0 0 25px 0;
}
.keyf .keyf-element1 {
  position: absolute;
  right: 42px;
  bottom: 60px;
}

.list-style3 {
  margin-bottom: 40px;
}
.list-style3 ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.list-style3 ul li {
  font-size: 18px;
  color: var(--white-color);
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}
.list-style3 ul li:last-child {
  margin-bottom: 0;
}
.list-style3 ul li::before {
  position: absolute;
  content: "";
  min-width: 14px;
  width: 14px;
  height: 14px;
  background-color: var(--theme-color);
  left: 0;
  top: 4px;
  border-radius: 50%;
}

.img-box7 {
  position: relative;
  border: 3px dashed var(--theme-color2);
  padding: 10px;
  border-radius: 50%;
}
.img-box7 .img1 {
  border-radius: 50%;
  width: 100%;
}
@media (max-width: 1199px) {
  .img-box7 .img1 {
    max-width: 360px;
  }
}
@media (max-width: 991px) {
  .img-box7 .img1 {
    max-width: 100%;
  }
}
.img-box7 .img2,
.img-box7 .img3,
.img-box7 .img4 {
  position: absolute;
}
.img-box7 .img4 {
  left: -62px;
  bottom: -25px;
}
@media (max-width: 767px) {
  .img-box7 .img4 {
    max-width: 120px;
    left: 0;
    bottom: 0;
  }
}
.img-box7 .img3 {
  left: -50px;
  top: 169px;
}
.img-box7 .img2 {
  left: -100px;
  top: 0;
}

.feature-element1 {
  position: absolute;
  right: 0;
  top: 67px;
}
@media (max-width: 1199px) {
  .feature-element1 {
    display: none;
  }
}

.feature-layout2 {
  padding-bottom: 65px;
  background-color: var(--feature-bg);
  /* Medium devices */
}
@media (max-width: 991px) {
  .feature-layout2 {
    padding-bottom: 40px;
  }
}

/*------------------- 4.11. About  -------------------*/

.list-style2 ul {
  padding-left: 0;
  margin-bottom: 0;
}

.list-style2 ul li {
  /* display: unset; */
  align-items: center;
  margin-bottom: 12px;
  list-style: none;
  font-size: 18px;
  gap: 16px;
  color: var(--text-color);
}

.list-style2 ul li:last-child {
  margin-bottom: 0;
}

.list-style2 ul li img {
  margin-right: 5px;
}

.list-style2 ul li i {
  width: 51px;
  height: 51px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--theme-color2);
  border-radius: 50%;
  border: 3px solid #f0bb10;
}

.about-text {
  line-height: 32px;
  padding-right: 10px;
}

.img-box3 {
  padding-left: 80px;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-left: auto;
}
.img-box3::before {
  position: absolute;
  content: "";
  width: 412px;
  height: 374.98px;
  left: auto;
  right: -17px;
  background-color: var(--theme-color2);
  border-radius: 0 30px 0 0;
  z-index: -1;
  top: -17px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .img-box3::before {
    display: none;
  }
}
@media (max-width: 1399px) {
  .img-box3 {
    padding-left: 0;
  }
}

.img-box3i {
  display: inline-block;
  position: relative;
  width: 456px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .img-box3i {
    width: 100%;
  }
}
.img-box3i::before {
  position: absolute;
  content: "";
  width: 246px;
  height: 310px;
  background-color: var(--theme-color2);
  top: 50%;
  transform: translateY(-50%);
  left: -14px;
  z-index: -1;
  border-radius: 40px 0 0 40px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .img-box3i::before {
    display: none;
  }
}

.about-content2 {
  padding-left: 94px;
}
@media (max-width: 1199px) {
  .about-content2 {
    padding-left: 0;
  }
}

.simple-link {
  font-weight: 700;
  color: var(--black-color);
  margin-right: 25px;
}
.simple-link:hover {
  color: var(--theme-color);
}

.about-layout2 .ele1 {
  position: absolute;
  bottom: 85px;
  right: 130px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .about-layout2 .ele1 {
    display: none;
  }
}

/*------------------- 4.12. Service  -------------------*/

/*------------------- 4.13. Counter  -------------------*/
.offer-counter {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: center;
  background: var(--white-color);
  margin-bottom: 36px;
  min-height: 110px;
  align-items: center;
  flex-wrap: wrap;
}
.offer-counter > li {
  line-height: 1;
  padding: 16px 30px 16px 30px;
  position: relative;
}
.offer-counter > li::before {
  content: "";
  position: absolute;
  height: 37px;
  width: 1px;
  background: var(--grey-color);
  right: -1px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 0.49px;
}
@media (max-width: 767px) {
  .offer-counter > li::before {
    display: none;
  }
}
.offer-counter > li:first-child {
  padding-left: 0;
}
.offer-counter > li:last-child {
  padding-right: 0;
  margin-right: 0;
}
.offer-counter > li:last-child::before {
  display: none;
}
@media (max-width: 767px) {
  .offer-counter > li {
    padding-right: 0;
    padding-left: 0;
  }
}

.counter-media {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 30px;
  align-items: center;
}

/*------------------- 4.14. Team  -------------------*/

/*------------------- 4.15. Process  -------------------*/
/*------------------- 4.16. Accordion  -------------------*/
.accordion-style1 .accordion-item:last-of-type .accordion-button.collapsed,
.accordion-style1 .accordion-item:last-of-type .accordion-collapse,
.accordion-style2 .accordion-item:last-of-type .accordion-button.collapsed,
.accordion-style2 .accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0rem;
  border-bottom-left-radius: 0rem;
}
.accordion-style1 .accordion-button.collapsed::before,
.accordion-style2 .accordion-button.collapsed::before {
  content: "\f067";
}
.accordion-style1 .accordion-collapse,
.accordion-style2 .accordion-collapse {
  border: none;
}
.accordion-style2 .accordion-item:last-of-type .accordion-button.collapsed {
  border-radius: 40px;
}
.accordion-style2 .accordion-item .accordion-button.collapsed {
  background-color: var(--bg2-color);
  border-color: var(--bg2-color);
}

/*------------------- 4.17. Simple Sections  -------------------*/

.instagram-feed {
  position: relative;
  z-index: 1;
}
.instagram-feed::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--theme-color);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.instagram-feed .instagram-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0) rotate(180deg);
  z-index: 1;
  color: var(--white-color);
  font-size: 40px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.instagram-feed > img {
  width: 100%;
}
.instagram-feed:hover::before {
  opacity: 0.9;
  visibility: visible;
  transition: all 0.3s ease-in-out;
}
.instagram-feed:hover .instagram-icon {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1) rotate(0deg);
  transition: all 0.3s ease-in-out;
}
.instagram-feed:hover .instagram-icon:hover {
  color: var(--title-color);
}

.insta-layout3 {
  margin-top: -80px;
  position: relative;
  z-index: 2;
}

/*------------------- 4.18. Testimonial  -------------------*/
.testimonials-layout2 .slick-dots {
  margin: 75px 0 24px 0;
}

/*------------------- 4.19. Popup Side Menu  -------------------*/
.sidemenu-wrapper {
  position: fixed;
  z-index: 99999;
  right: 0;
  top: 0;
  height: 100%;
  width: 0;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.8s;
}
.sidemenu-wrapper .widget {
  padding: 0;
  border: none;
  margin: 0 0 40px 0;
  background-color: transparent;
}
.sidemenu-wrapper .widget_title {
  border-bottom: 1px solid var(--theme-color2);
  padding: 0 0 20px 0;
  margin: 0 0 25px 0;
}
.sidemenu-wrapper.show {
  opacity: 1;
  visibility: visible;
  width: 100%;
  transition: all ease 0.8s;
}
.sidemenu-wrapper.show .sidemenu-content {
  right: 0;
  opacity: 1;
  visibility: visible;
}
.offcanvas-wrapper.show {
  opacity: 1;
  visibility: visible;
  width: 100%;
  transition: all ease 0.8s;
}
.offcanvas-wrapper.show .sidemenu-content {
  right: 0;
  opacity: 1;
  visibility: visible;
}

.popup-search-box {
  position: fixed;
  top: 0;
  left: 50%;
  background-color: rgba(0, 0, 0, 0.95);
  height: 0;
  width: 0;
  overflow: hidden;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  transform: translateX(-50%);
  transition: all ease 0.4s;
}

.popup-search-box button.searchClose {
  width: 60px;
  height: 60px;
  line-height: 60px;
  position: absolute;
  top: 40px;
  right: 40px;
  border: none;
  background-color: var(--theme-color);
  color: var(--white-color);
  font-size: 30px;
  border-radius: 50%;
  transition: all ease 0.4s;
}

.popup-search-box button.searchClose i {
  line-height: inherit;
}

.popup-search-box button.searchClose:hover {
  background-color: var(--theme-color2);
  color: var(--title-color);
}

.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;
}

@media (max-width: 1199px) {
  .popup-search-box form {
    max-width: 600px;
  }
}
.popup-search-box form input {
  font-size: 14px;
  height: 70px;
  width: 100%;
  border: 2px solid var(--theme-color);
  background-color: rgba(0, 0, 0, 0);
  padding-left: 30px;
  color: #fff;
  border-radius: 50px;
}

.popup-search-box form input::-moz-placeholder {
  color: #fff;
}

.popup-search-box form input::placeholder {
  color: #fff;
}

.popup-search-box form button {
  position: absolute;
  top: 0px;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  color: #fff;
  font-size: 20px;
  right: 13px;
  color: var(--white-color);
  cursor: pointer;
  width: 70px;
  height: 70px;
  transition: all ease 0.4s;
  transform: scale(1.001);
}

.popup-search-box form button:hover {
  transform: scale(1.1);
}

.popup-search-box.show {
  opacity: 1;
  visibility: visible;
  width: 100.1%;
  height: 100%;
  transition: all ease 0.4s;
  border-radius: 0;
}

.popup-search-box.show form {
  transition-delay: 0.5s;
  transform: translate(-50%, -50%) scale(1);
}

/*------------------- 4.24. Event  -------------------*/
/*------------------- 4.25. CTA  -------------------*/
/*------------------- 4.25. CTA  -------------------*/
.cate-style.style2.slick-slide.slick-active {
  border-right: 1px solid var(--vs-border-color6);
}

/*------------------- 4.26. Woocommerce  -------------------*/

.rating-select {
  margin-top: -1em;
  margin-bottom: 15px;
}
.rating-select .stars {
  margin-bottom: 0;
  line-height: 1;
  display: inline-block;
}
.rating-select .stars a {
  position: relative;
  height: 14px;
  width: 18px;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
}
.rating-select .stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 14px;
  line-height: 1;
  font-family: var(--icon-font);
  content: "\f005";
  font-weight: 600;
  text-indent: 0;
  color: var(--theme-color);
}
.rating-select .stars a:hover ~ a::before {
  content: "\f005";
  font-weight: 400;
}
.rating-select .stars:hover a::before {
  content: "\f005";
  font-weight: 700;
}
.rating-select .stars.selected a.active::before {
  content: "\f005";
  font-weight: 700;
}
.rating-select .stars.selected a.active ~ a::before {
  content: "\f005";
  font-weight: 400;
}
.rating-select .stars.selected a:not(.active)::before {
  content: "\f005";
  font-weight: 700;
}

/* Medium devices */
/* Small devices */

/*------------------- 4.27. Shop  -------------------*/

.product-style4 {
  background-color: var(--white-color);
  border-radius: 30px;
  margin-bottom: 30px;
  border: 1px solid var(--white-color);
  transition: all 0.3s ease-in-out;
  position: relative;
}

.product-style4 .product-img {
  padding-top: 15px;
}

.product-style4 .product-img .img {
  height: 280px;
  -o-object-fit: contain;
  object-fit: contain;
}

.product-style4 .product-tag2 {
  position: absolute;
  top: 0;
}

.product-style4 .product-tag2 {
  top: 20px;
  left: 20px;
  font-size: 12px;
  font-weight: 600;
  background-color: var(--theme-color);
  color: var(--white-color);
  padding: 1px 14px;
  font-family: var(--title-font);
  border-radius: 15px;
  border: 1px solid #299310;
}

.product-style4 .product-content {
  position: relative;
  margin-top: 10px;
  padding: 0 30px 30px 30px;
}
@media (max-width: 1199px) {
  .product-style4 .product-content {
    padding: 0 15px 15px 15px;
  }
}

.product-style4 .vs-btn {
  font-size: 14px;
  padding: 11px 59px 11px 22px;
  margin-right: -47px;
  transform: scaleX(0);
  transform-origin: right;
  opacity: 0;
  visibility: hidden;
}

.product-style4 .product-title {
  font-size: 18px;
  margin-bottom: 10px;
  padding-right: 15px;
}

.product-style4 .product-title a {
  color: var(--title-color);
}

.product-style4 .product-title a:hover {
  color: var(--theme-color);
}

.product-style4 .product-cate {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: var(--text-color);
  margin-bottom: 5px;
}

.product-style4:hover {
  border: 1px solid var(--theme-color2);
  box-shadow: 0px 21px 10px 0px rgba(4, 4, 4, 0.05);
}

.product-style4:hover .vs-btn {
  opacity: 1;
  visibility: visible;
  transform: scaleX(1);
}

.product-style4 {
  text-align: center;
  border-radius: 0;
  border: 0;
  margin-bottom: 17px;
}
@media (max-width: 991px) {
  .product-style4 {
    padding: 30px;
    border-radius: 20px;
    margin-bottom: 30px;
  }
}
.product-style4 .product-content {
  padding: 0 40px 0px 40px;
}
@media (max-width: 1399px) {
  .product-style4 .product-content {
    padding: 0 10px;
  }
}
.product-style4:hover {
  border: 0;
  box-shadow: none;
}

.product-col {
  border-right: 1px solid var(--vs-border-color);
}
@media (max-width: 991px) {
  .product-col {
    border: 0;
  }
}
.product-col:last-child {
  border-right: 0;
}
.product-layout2 .slick-dots button {
  background-color: var(--white-color);
}
.product-carousel .slick-dots {
  margin: 40px 0 90px 0;
}

.product-tab-menu {
  margin-bottom: -30px;
}
.product-tab-menu .nav-tabs {
  border-bottom: 0;
  justify-content: center;
  gap: 27px;
}
.product-tab-menu .nav-tabs .nav-link {
  display: flex;
  align-items: center;
  gap: 17px;
  background-color: var(--white-color);
  border-radius: 30px;
  padding: 3px 17px 3px 3px;
  font-size: 16px;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  border: 1px solid var(--vs-border-color3);
}
.product-tab-menu .nav-tabs .nav-link span {
  min-width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  background-color: var(--smoke-color);
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
.product-tab-menu .nav-tabs .nav-link:hover,
.product-tab-menu .nav-tabs .nav-link.active {
  background-color: var(--theme-color);
  color: var(--white-color);
  border: 1px solid var(--theme-color);
}
.product-tab-menu .nav-tabs .nav-link:hover span,
.product-tab-menu .nav-tabs .nav-link.active span {
  background-color: var(--white-color);
}

.product-tab-body {
  background-color: var(--white-color);
  box-shadow: 0px 21px 10px 0px rgba(4, 4, 4, 0.05);
  padding: 78px 0 41px 0;
  border-radius: 30px;
}
@media (max-width: 991px) {
  .product-tab-body {
    background-color: transparent;
    box-shadow: none;
    padding-bottom: 0;
  }
}
.product-thumb-slide .slick-current.slick-active .thumb {
  border-color: var(--theme-color2);
}

.product-slider1 .slick-slide.slick-current.slick-active .product-img::before {
  background-color: var(--theme-color);
}

.product-layout3i .ele1 {
  position: absolute;
  right: 0;
  top: 25%;
}

/*------------------- 4.28. Banner  -------------------*/

/*------------------- 4.29. Banner  -------------------*/

/*------------------- 4.30. Banner  -------------------*/
.step-item {
  margin-bottom: 30px;
}
.step-img img {
  border-radius: 50%;
}
.step-item .step-img {
  position: relative;
  display: inline-flex;
  padding: 10px;
  border: 3px dashed var(--theme-color2);
  border-radius: 50%;
  margin-bottom: 30px;
}
.step-item .step-number {
  position: absolute;
  bottom: 5px;
  left: 5px;
  min-width: 60px;
  min-height: 60px;
  background-color: var(--theme-color2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 800;
  border-radius: 50%;
  padding: 5px;
}
.step-item .step-title {
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 15px;
}
.step-item .step-text {
  line-height: 30px;
  margin-bottom: 0;
  padding-right: 15px;
}

/*------------------- 4.31. Banner  -------------------*/

/*------------------- 4.32. Banner  -------------------*/
.vs-sort-bar .nice-select {
  width: 100%;
  min-width: 250px;
  padding-right: 50px;
  padding-left: 26px;
  height: 60px;
  line-height: 64px;
  border-radius: 40px;
  font-size: 16px;
  font-family: var(--body-font);
  border: 1px solid var(--vs-border-color4);
  /* Small devices */
}
.vs-sort-bar .nice-select .current {
  font-weight: 700;
}
.vs-sort-bar .nice-select .list {
  width: 100%;
  border-radius: 0;
  margin-top: 0px;
  border: 1px solid var(--vs-border-color4);
  box-shadow: none;
  z-index: 2;
  border-radius: 30px;
}
.vs-sort-bar .nice-select::before {
  content: "";
  width: 36px;
  height: 36px;
  background: var(--theme-color2);
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}
.vs-sort-bar .nice-select::after {
  border-bottom: 2px solid var(--title-color);
  border-right: 2px solid var(--title-color);
  height: 8px;
  margin-top: -4px;
  right: 25px;
  width: 8px;
}
@media (max-width: 767px) {
  .vs-sort-bar .nice-select {
    margin-left: auto;
    margin-right: auto;
  }
}
.vs-sort-bar .nav-tabs {
  border-bottom: 0;
  gap: 5px;
}
.vs-sort-bar .nav-link {
  --icon-size: 60px;
  min-width: var(--icon-size);
  min-height: var(--icon-size);
  width: var(--icon-size);
  height: var(--icon-size);
  background-color: transparent;
  border: 1px solid var(--vs-border-color4);
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  padding: 5px;
  font-size: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.vs-sort-bar .nav-link:hover {
  background-color: var(--theme-color2);
  color: var(--title-color);
  border-color: var(--theme-color2);
}
.vs-sort-bar .nav-link.active {
  border-color: var(--theme-color2);
  background-color: var(--theme-color2);
  color: var(--title-color);
}
.vs-sort-bar .nav-link.active:hover {
  background-color: var(--theme-color2);
  color: var(--title-color);
  border-color: var(--theme-color2);
}

/*------------------- 4.33. Banner  -------------------*/
.woocommerce-checkout .nice-select .list {
  width: 100%;
}

.shipping_address {
  display: none;
}

/*=================================
    05. Spacing
==================================*/
/*-- Padding Left And Right --*/

/*-- Padding Top And Bottom --*/

/*-- Padding Top --*/

/*-- Padding Bottom --*/

/*-- Padding Left --*/

/*-- Padding Right --*/

/*-- margin Left And Right --*/

/*-- margin Top And Bottom --*/

/*-- margin Top --*/

/*-- margin Bottom --*/

.mb-30 {
  margin-bottom: 30px;
}

/*-- margin Left --*/

/*-- margin Right --*/

.mb-40 {
  margin-bottom: 40px;
}

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

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

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

/* Medium devices */
@media (max-width: 991px) {
  .space,
  .space-top {
    padding-top: var(--section-space-mobile);
  }
  .space,
  .space-bottom {
    padding-bottom: var(--section-space-mobile);
  }

  .space-extra-bottom {
    padding-bottom: calc(var(--section-space-mobile) - 30px);
  }
}
/*=================================
    06. Color Plate
==================================*/
/* Color Plate */
.vs-color-plate {
  position: fixed;
  display: block;
  z-index: 91;
  padding: 20px;
  width: 240px;
  background: #fff;
  left: 0;
  text-align: left;
  top: 30%;
  transition: all 0.4s ease;
  box-shadow: -3px 0px 10px -2px rgba(0, 0, 0, 0.1);
  direction: ltr;
  transform: translateX(-100%);
}
.vs-color-plate.open {
  transform: translateX(0);
}
.vs-color-plate h4 {
  display: block;
  font-size: 18px;
  margin-bottom: 0px;
  font-weight: 500;
}
.vs-color-plate p {
  font-size: 12px;
  margin-bottom: 15px;
  line-height: 20px;
}
.vs-color-plate input[type="color"] {
  border: none;
  padding: 0;
}

/* Marquee Text */

.herbal-marquee {
  background: var(--theme-color);
  width: 100%;
  border-top: 2px solid var(--rating-color);
  border-bottom: 2px solid var(--rating-color);
  overflow: hidden;
  padding: 20px 0;
}

.marquee-track {
  display: flex;
  gap: 60px;
  white-space: nowrap;
  animation: scroll-marquee 25s linear infinite;
}

.marquee-track span {
  color: var(--white-color);
  font-family: var(--title-font);
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.marquee-track span::after {
  content: "•";
  margin-left: 60px;
  color: var(--theme-color2);
}

@keyframes scroll-marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

i.fas.fa-heart.love {
  color: red;
  animation: heartBeat 1s infinite;
  display: inline-block;
}

@keyframes heartBeat {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.2);
  }
  40% {
    transform: scale(1);
  }
  60% {
    transform: scale(1.25);
  }
  100% {
    transform: scale(1);
  }
}

@media (min-width: 767px) {
  img.logo.footer-logo {
    width: 60%;
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  body,
  section,
  footer,
  header {
    overflow-x: hidden;
  }
  .vs-btn.style2 {
    padding: 21px 40px;
  }
  .product-tab-menu .nav-tabs {
    gap: 15px;
  }
  .product-tab-menu .nav-tabs .nav-link {
    font-size: 12px;
  }
  .contact-form {
    max-width: 100% !important;
    padding: 30px !important;
  }
  section.blog.space.space-extra-bottom {
    overflow-y: hidden;
  }
}
.contact-us {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
  padding-top: 20px;
  overflow-x: clip;
}

.contact-form {
  max-width: 580px;
  width: 100%;
  background-color: var(--bg-color2-n);
  padding: 60px;
  border: 2px solid var(--vs-border-color);
  border-radius: 10px;
  margin: -40px 0 0 auto;
}

.contact-form .form-content {
  position: relative;
  z-index: 1;
}

.contact-form .form-content-top h3 {
  font-weight: 500;
  font-size: 36px;
  line-height: 48px;
  color: var(--white-color);
  margin-bottom: 15px;
}

.contact-form .form-content-top h3 span {
  color: var(--theme-color);
}

.contact-form .form-content-top p {
  width: 100%;
  font-size: 17px;
  line-height: 28px;
  color: var(--white-color);
  opacity: 0.9;
  margin-bottom: 30px;
}

.contact-form .shape {
  position: absolute;
  top: -220px;
  right: -210px;
  z-index: -1;
  pointer-events: none;
}

.contact-us .shape-6 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.contact-us .shape-7 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.e-primary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--title-font);
  font-weight: 600;
  font-size: 17px;
  line-height: 100%;
  color: var(--bg-color2-n);
  padding: 16px 25px;
  background: var(--theme-color2);
  border-radius: 100px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

@media (min-width: 1400px) and (max-width: 1700px) {
  .e-primary-btn {
    font-size: 16px;
  }
}

.contact-form button {
  border: none;
}

.e-primary-btn.has-icon {
  padding: 5px 5px 5px 25px;
  gap: 15px;
}

.e-primary-btn:before {
  content: "";
  position: absolute;
  left: -110%;
  top: 50%;
  width: 200%;
  height: 200%;
  background: var(--theme-color);
  z-index: -1;
  transform: translateX(-50%) translateY(-50%);
  border-radius: 200px;
  transition: all 0.3s linear;
}

.e-primary-btn.is-hover-white:before {
  background: var(--white-color);
}

.e-primary-btn .icon-wrap {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  background: var(--bg-color2-n);
  color: var(--white-color);
  border-radius: 100%;
  transition: all 0.3s linear;
}

.e-primary-btn .icon-wrap .icon {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 15px;
  overflow: hidden;
}

.e-primary-btn .icon-wrap .icon i {
  flex: none;
  transition: all 0.3s linear;
}

.e-primary-btn:hover:before {
  left: -10%;
  transform: translateX(0%) translateY(-50%);
}

.e-primary-btn.is-hover-white:hover .icon-wrap {
  background: var(--theme-color2);
  color: var(--theme-color);
}

.e-primary-btn:hover .icon-wrap .icon i {
  transform: translateX(100%);
}

.contact-form input,
.contact-form textarea {
  background: rgba(255, 255, 255, 0.08);
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  padding: 14px 20px;
  resize: none;
  width: 100%;
  font-size: 17px;
  line-height: 28px;
  transition: all 0.3s linear;
  color: var(--white-color);
  font-family: var(--body-font);
}

.contact-form textarea {
  height: 120px;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--theme-color2);
  outline: none;
  box-shadow: 0 0 0 3px rgba(255, 203, 36, 0.2);
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: var(--white-color);
  opacity: 0.7;
}

.contact-form input::-webkit-input-placeholder,
.contact-form textarea::-webkit-input-placeholder {
  color: var(--white-color);
  opacity: 0.7;
}

.contact-form input:-ms-input-placeholder,
.contact-form textarea:-ms-input-placeholder {
  color: var(--white-color);
}

.contact-form input::-ms-input-placeholder,
.contact-form textarea::-ms-input-placeholder {
  color: var(--white-color);
}

/* ==============================
   Ayurveda Dosha Tabs Section
============================== */
.ayd-section {
  position: relative;
}
.ayd-leaf-ele {
  position: absolute;
  top: 40px;
  left: 0;
  width: 120px;
  opacity: 0.5;
  z-index: -1;
}
.ayd-tab-nav {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.ayd-tab-nav .ayd-tab-link {
  display: flex;
  align-items: center;
  gap: 18px;
  width: 100%;
  background-color: var(--white-color);
  border: 1px solid var(--vs-border-color3);
  border-radius: 16px;
  padding: 16px 22px;
  text-align: left;
  font-family: var(--title-font);
  font-size: 18px;
  font-weight: 700;
  color: var(--title-color);
  transition: all 0.3s ease-in-out;
}
.ayd-tab-nav .ayd-tab-link .ayd-tab-icon {
  min-width: 52px;
  height: 52px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--smoke-color);
  color: var(--theme-color);
  font-size: 20px;
  transition: all 0.3s ease-in-out;
}
.ayd-tab-nav .ayd-tab-link .ayd-tab-arrow {
  margin-left: auto;
  opacity: 0;
  transform: translateX(-8px);
  transition: all 0.3s ease-in-out;
  font-size: 14px;
}
.ayd-tab-nav .ayd-tab-link:hover,
.ayd-tab-nav .ayd-tab-link.active {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
  color: var(--white-color);
  box-shadow: 0px 15px 30px rgba(71, 179, 45, 0.25);
  transform: translateY(-2px);
}
.ayd-tab-nav .ayd-tab-link:hover .ayd-tab-icon,
.ayd-tab-nav .ayd-tab-link.active .ayd-tab-icon {
  background-color: var(--white-color);
  color: var(--theme-color);
}
.ayd-tab-nav .ayd-tab-link:hover .ayd-tab-arrow,
.ayd-tab-nav .ayd-tab-link.active .ayd-tab-arrow {
  opacity: 1;
  transform: translateX(0);
}
.ayd-tab-content-card {
  position: relative;
  height: 100%;
  background-color: var(--white-color);
  border-radius: 24px;
  padding: 50px;
  box-shadow: 0px 21px 40px rgba(4, 4, 4, 0.06);
  overflow: hidden;
}
.ayd-tab-content-card .ayd-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: rgba(71, 179, 45, 0.1);
  color: var(--theme-color);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 8px 18px;
  border-radius: 30px;
  margin-bottom: 22px;
}
.ayd-tab-content-card h3 {
  margin-bottom: 18px;
}
.ayd-tab-content-card p {
  margin-bottom: 16px;
}
.ayd-tab-content-card p:last-child {
  margin-bottom: 0;
}
.ayd-tab-content-card .ayd-tab-watermark {
  position: absolute;
  right: -20px;
  bottom: -30px;
  font-size: 180px;
  line-height: 1;
  color: var(--theme-color);
  opacity: 0.05;
  pointer-events: none;
}
@media (max-width: 991px) {
  .ayd-tab-nav {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .ayd-tab-nav .ayd-tab-link {
    width: calc(50% - 8px);
  }
  .ayd-tab-content-card {
    padding: 32px 24px;
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .ayd-tab-nav .ayd-tab-link {
    width: 100%;
  }
}
