:root {
  --vs-theme-color-1: #0A1F44;
  --vs-theme-color-2: #C9A646;
  --vs-theme-color-3: #C9A646;
  --vs-theme-color-4: #C9A646;
  --vs-theme-color-5: #C9A646;
  --vs-theme-color-6: #C9A646;
  --vs-theme-color-7: #FFE06F;
  --vs-theme-color-8: #F2F1ED;
  --vs-theme-color-9: #F8F9FA;
  --vs-theme-color-10: #0B0B3C;
  --vs-theme-color-11: #6060F6;
  --vs-theme-color-12: #F8F8FF;
  --vs-theme-color-13: #C9A646;
  --vs-theme-color-14: #293139;
  --vs-theme-color-15: #EFEFEF;
  --vs-theme-color-16: #2A3239;
  --vs-theme-color-17: #0A1F44;
  --vs-theme-color-18: #FACF61;
  --vs-theme-color-19: #F1F1F1;
  --vs-theme-color-20: #26265E;
  --gold: var(--vs-theme-color-18);
  --gold-line: rgba(250, 207, 97, 0.24);
  --vs-title-color: #0A1F44;
  --vs-title-color-rgb: 4, 42, 45;
  --vs-text-color: #2E2E2E;
  --vs-body-color: #2E2E2E;
  --vs-smoke-color: #eff1f5;
  --vs-black-color: #000000;
  --vs-black-color-2: #303030;
  --vs-black-color-3: #0f2a5c;
  --vs-white-color: #ffffff;
  --vs-white-color-rgb: 255, 255, 255;
  --vs-yellow-color: #fec624;
  --vs-success-color: #C9A646;
  --vs-error-color: #dc3545;
  --vs-border-color: #e0e0e0;
  --vs-gray-color: #2e2e2e;
  --vs-gray-color-2: #424241;
  --vs-gray-color-3: #565656;
   --vs-title-font: 'Miller Display', serif;
  --vs-body-font: 'Montserrat', sans-serif;
  --vs-subtitle-font: 'Raleway', sans-serif;
  --vs-footer-font: 'Montserrat', sans-serif;
  --vs-icon-font: 'Font Awesome 6 Pro';
  --vs-main-container: 1320px;
  --vs-container-gutters: 30px;
  --vs-section-space: 120px;
  --vs-section-space-mobile: 80px;
  --vs-section-title-space: 80px;
  --vs-ripple-duration: 5s;

  
    --font-logo: 'Montserrat', sans-serif;
    --font-title: 'Miller Display', serif;
    --font-subtitle: 'Raleway', sans-serif;
    --font-body: 'Montserrat', sans-serif;
    --font-light: 'Montserrat', sans-serif;

    --deep-blue:    #0A1F44;
      --blue-dark:    #060f24;
      --blue-mid:     #0d2654;
      --gold:         #C9A646;
      --gold-light:   #dfc070;
      --gold-dim:     rgba(201,166,70,0.13);
      --gold-line:    rgba(201,166,70,0.22);
      --violet:       #4B0082;
      --violet-soft:  rgba(75,0,130,0.28);
      --white:        #FFFFFF;
      --white-90:     rgba(255,255,255,0.90);
      --white-70:     rgba(255,255,255,0.70);
      --white-50:     rgba(255,255,255,0.50);
      --white-08:     rgba(255,255,255,0.06);
      --white-12:     rgba(255,255,255,0.09);

      --serif:   'Miller Display','Garamond','Georgia',serif;
      --ral:     'Raleway',sans-serif;
      --mono:    'Montserrat',sans-serif;

}

/*------------------- 1.5. Reset -------------------*/
:root {
  border: none;
}

html,
body {
  scroll-behavior: auto !important;
  border: none;
}

body {
  font-family: var(--vs-body-font);
  font-size: 16px;
  font-weight: 400;
  color: var(--vs-body-color);
  line-height: 1.63;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  /* Small devices */
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
    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]),
embed,
object,
video {
  max-width: 100%;
  height: auto;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

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

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

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

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

button {
  transition: all ease 0.4s;
}

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

ins {
  text-decoration: none;
}

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

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

p {
  color: var(--vs-body-color);
  /* Small devices */
}
@media (max-width: 767px) {
  p {
    line-height: 1.73;
  }
}

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

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  font-family: var(--vs-title-font);
  color: var(--vs-title-color);
  text-transform: none;
  font-weight: 700;
  line-height: 1.4;
}

h1,
.h1 {
  font-size: clamp(2.25rem, 1.45rem + 4vw, 6.25rem);
  line-height: 1.4em;
}

h2,
.h2 {
  font-size: clamp(2rem, 4vw + 0.5rem, 4.5rem);
  /* 32px - 72px */
  line-height: 1.25;
}

h3,
.h3 {
  font-size: clamp(1.8rem, 3vw + 0.5rem, 3.6rem);
  /* 28.8px - 57.6px */
  line-height: 1.3;
}

h4,
.h4 {
  font-size: clamp(1.75rem, 3vw + 0.5rem, 3rem);
  /* ~28px - 48px */
  line-height: 1.4;
}

h5,
.h5 {
  font-size: clamp(1.3rem, 2vw + 0.3rem, 2.3rem);
  /* 20.8px - 36.8px */
  line-height: 1.5;
}

h6,
.h6 {
  font-size: clamp(1.125rem, 1.5vw + 0.25rem, 1.5rem);
  /* 18px - 29.5px */
  line-height: 1.6;
}

/*------------------- 1.6. Responsive -------------------*/
/*-----------------
    3.2 Responsive Media Queries
-----------------*/
/*------------------- 1.7. Wordpress Default -------------------*/
p.has-drop-cap {
  margin-bottom: 20px;
}

.page--item p:last-child .alignright {
  clear: right;
}

.blog-title,
.pagi-title,
.breadcumb-title {
  word-break: break-word;
}

.blocks-gallery-caption,
.wp-block-embed figcaption,
.wp-block-image figcaption {
  color: var(--vs-body-color);
}

.bypostauthor,
.gallery-caption {
  display: block;
}

.page-links,
.clearfix {
  clear: both;
}

.page--item {
  margin-bottom: 30px;
}
.page--item p {
  line-height: 1.8;
}

.content-none-search {
  margin-top: 30px;
}

.wp-block-button.aligncenter {
  text-align: center;
}

.alignleft {
  display: inline;
  float: left;
  margin-bottom: 10px;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-bottom: 10px;
  margin-left: 1.5em;
  margin-right: 1em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

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

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  padding: 0 5px;
}

.wp-block-columns {
  margin-bottom: 1em;
}

figure.gallery-item {
  margin-bottom: 10px;
  display: inline-block;
}

figure.wp-block-gallery {
  margin-bottom: 14px;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
  font-size: 12px;
  color: var(--vs-body-color);
  line-height: 1.5;
  padding: 0.5em 0;
}

.wp-block-cover p:not(.has-text-color),
.wp-block-cover-image-text,
.wp-block-cover-text {
  color: var(--vs-white-color);
}

.wp-block-cover {
  margin-bottom: 15px;
}

.wp-caption-text {
  text-align: center;
}

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption .wp-caption-text {
  margin: 0.5em 0;
  font-size: 14px;
}

.wp-block-media-text,
.wp-block-media-text.alignwide,
figure.wp-block-gallery {
  margin-bottom: 30px;
}

.wp-block-media-text.alignwide {
  background-color: var(--vs-smoke-color);
}

.editor-styles-wrapper .has-large-font-size,
.has-large-font-size {
  line-height: 1.4;
}

.wp-block-latest-comments a {
  color: inherit;
}

.wp-block-button {
  margin-bottom: 10px;
}
.wp-block-button:last-child {
  margin-bottom: 0;
}
.wp-block-button .wp-block-button__link {
  color: #fff;
}
.wp-block-button .wp-block-button__link:hover {
  color: #fff;
  background-color: var(--vs-theme-color-1);
}
.wp-block-button.is-style-outline .wp-block-button__link {
  background-color: transparent;
  border-color: var(--vs-title-color);
  color: var(--vs-title-color);
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
  color: #fff;
  background-color: var(--vs-theme-color-1);
  border-color: var(--vs-theme-color-1);
}
.wp-block-button.is-style-squared .wp-block-button__link {
  border-radius: 0;
}

ol.wp-block-latest-comments li {
  margin: 15px 0;
}

ul.wp-block-latest-posts {
  padding: 0;
  margin: 0;
  margin-bottom: 15px;
}
ul.wp-block-latest-posts a {
  color: inherit;
}
ul.wp-block-latest-posts a:hover {
  color: var(--vs-theme-color-1);
}
ul.wp-block-latest-posts li {
  margin: 15px 0;
}

.wp-block-search {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.wp-block-search .wp-block-search__input {
  width: 100%;
  max-width: calc(100% - 120px);
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 50px;
  padding-left: 20px;
}
.wp-block-search .wp-block-search__button {
  margin: 0;
  width: 120px;
  border: none;
  height: 50px;
  color: #fff;
  background-color: var(--vs-theme-color-1);
}
.wp-block-search .wp-block-search__button:hover {
  background-color: var(--vs-title-color);
  opacity: 0.8;
}

ul.wp-block-rss a {
  color: inherit;
}

.wp-block-group.has-background {
  padding: 15px 15px 1px;
  margin-bottom: 30px;
}

.wp-block-table td,
.wp-block-table th {
  border-color: rgba(0, 0, 0, 0.1);
}

.wp-block-table.is-style-stripes {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

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

.post-password-form .theme-input-group {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  margin-top: 20px;
}
.post-password-form .theme-input-group .theme-input-style {
  width: 100%;
  max-width: calc(100% - 120px);
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 50px;
  padding-left: 20px;
}
.post-password-form .theme-input-group .submit-btn {
  margin: 0;
  width: 120px;
  border: none;
  height: 50px;
  color: #fff;
  background-color: var(--vs-theme-color-1);
}
.post-password-form .theme-input-group .submit-btn:hover {
  background-color: var(--vs-title-color);
  opacity: 0.8;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
  padding-top: 1em;
}
.page-links > .page-links-title {
  margin-right: 10px;
}
.page-links > span:not(.page-links-title):not(.screen-reader-text),
.page-links > a {
  display: inline-block;
  padding: 5px 13px;
  background-color: var(--vs-white-color);
  color: var(--vs-title-color);
  border: 1px solid rgba(0, 0, 0, 0.08);
  margin-right: 10px;
}
.page-links > span:not(.page-links-title):not(.screen-reader-text):hover,
.page-links > a:hover {
  opacity: 0.8;
  color: var(--vs-white-color);
  background-color: var(--vs-theme-color-1);
  border-color: transparent;
}
.page-links > span:not(.page-links-title):not(.screen-reader-text).current,
.page-links > a.current {
  background-color: var(--vs-theme-color-1);
  color: var(--vs-white-color);
  border-color: transparent;
}
.page-links span.screen-reader-text {
  display: none;
}

.blog-single .wp-block-archives-dropdown {
  margin-bottom: 30px;
}
.blog-single.format-quote, .blog-single.format-link, .blog-single.tag-sticky-2, .blog-single.sticky {
  border-color: transparent;
  position: relative;
}
.blog-single.format-quote .blog-content, .blog-single.format-link .blog-content, .blog-single.tag-sticky-2 .blog-content, .blog-single.sticky .blog-content {
  background-color: var(--vs-smoke-color);
  padding: 40px;
  border: none;
}
.blog-single.format-quote .blog-content:before, .blog-single.format-link .blog-content:before, .blog-single.tag-sticky-2 .blog-content:before, .blog-single.sticky .blog-content:before {
  display: none;
}
.blog-single.format-quote:before, .blog-single.format-link:before, .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(--vs-theme-color-1);
  z-index: 1;
}
.blog-single.tag-sticky-2::before, .blog-single.sticky::before {
  content: "Featured";
  right: 0;
  top: 0;
  font-size: 18px;
  color: var(--vs-white-color);
  background-color: var(--vs-theme-color-1);
  font-family: var(--vs-title-font);
  opacity: 1;
  text-transform: capitalize;
  padding: 10px 23px;
  font-weight: 400;
}
.blog-single.format-quote:before {
  content: "\f10e";
}
.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:before {
  display: none;
}
.blog-details .blog-single .blog-content {
  background-color: transparent;
  overflow: hidden;
}
.blog-details .blog-single.format-chat .blog-meta {
  margin-bottom: 20px;
}
.blog-details .blog-single.format-chat .blog-content > p:nth-child(2n) {
  background: var(--vs-smoke-color);
  padding: 5px 20px;
}
.blog-details .blog-single.tag-sticky-2, .blog-details .blog-single.sticky, .blog-details .blog-single.format-quote, .blog-details .blog-single.format-link {
  box-shadow: none;
  border: none;
  background-color: transparent;
}
.blog-details .blog-single.tag-sticky-2:before, .blog-details .blog-single.sticky:before, .blog-details .blog-single.format-quote:before, .blog-details .blog-single.format-link:before {
  display: none;
}

.vs-search {
  background-color: #f3f3f3;
  margin-bottom: 30px;
  border: 1px solid #f3f3f3;
}
.vs-search .search-grid-content {
  padding: 30px;
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-search .search-grid-content {
    padding: 20px;
  }
}
.vs-search .search-grid-title {
  font-size: 20px;
  margin-bottom: 5px;
  margin-top: -0.2em;
}
.vs-search .search-grid-title a {
  color: inherit;
}
.vs-search .search-grid-title a:hover {
  color: var(--vs-theme-color-1);
}
.vs-search .search-grid-meta > * {
  display: inline-block;
  margin-right: 15px;
  font-size: 14px;
}
.vs-search .search-grid-meta > *:last-child {
  margin-right: 0;
}
.vs-search .search-grid-meta a,
.vs-search .search-grid-meta span {
  color: var(--vs-body-color);
}

/* Large devices */
@media (max-width: 1199px) {
  .blog-single.format-quote:before, .blog-single.format-link:before, .blog-single.tag-sticky-2:before, .blog-single.sticky:before {
    font-size: 14px;
    padding: 8px 16px;
  }
  .blog-single.format-quote .blog-content, .blog-single.format-link .blog-content, .blog-single.tag-sticky-2 .blog-content, .blog-single.sticky .blog-content {
    padding: 30px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .blog-single.format-quote:before, .blog-single.format-link:before, .blog-single.tag-sticky-2:before, .blog-single.sticky:before {
    font-size: 14px;
    padding: 8px 16px;
  }
  .blog-single.format-quote .blog-content, .blog-single.format-link .blog-content, .blog-single.tag-sticky-2 .blog-content, .blog-single.sticky .blog-content {
    padding: 30px 15px;
  }
}
@media (max-width: 768px) {
  .wp-block-search .wp-block-search__input {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .wp-block-latest-comments {
    padding-left: 10px;
  }
  .page--content.clearfix + .vs-comment-form {
    margin-top: 24px;
  }
}
/*=================================
    02. Reset
==================================*/
/*------------------- 2.1. Container -------------------*/
@media only screen and (min-width: 1300px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: calc(var(--vs-main-container) + var(--vs-container-gutters));
    padding-left: calc(var(--vs-container-gutters) / 2);
    padding-right: calc(var(--vs-container-gutters) / 2);
  }
}
@media only screen and (max-width: 1600px) {
  .container-fluid.px-0 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .container-fluid.px-0 .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (min-width: 1399px) {
  .container-style2 {
    max-width: 1920px;
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
  }
}
.container-style3 {
  --vs-main-container: 1445px;
}

@media (min-width: 1500px) and (max-width: 1921px) {
  .container-style1 {
    max-width: 1576px;
    overflow: hidden;
    margin-right: 0;
    padding-right: 0;
  }
}
.container--custom {
  --vs-main-container: 1440px;
}

/*------------------- 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;
  }
}
.gy-gx {
  --bs-gutter-y: var(--bs-gutter-x);
}

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

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

@media (min-width: 1199px) {
  .gx-45 {
    --bs-gutter-x: 45px;
  }
  .gx-60 {
    --bs-gutter-x: 60px;
  }
  .gx-50 {
    --bs-gutter-x: 50px;
  }
  .gx-70 {
    --bs-gutter-x: 70px;
  }
  .gx-80 {
    --bs-gutter-x: 80px;
  }
}
@media (min-width: 1399px) {
  .gx-20 {
    --bs-gutter-x: 20px;
  }
  .gx-30 {
    --bs-gutter-x: 30px;
  }
  .gx-40 {
    --bs-gutter-x: 40px;
  }
}
/*------------------- 2.3. Input -------------------*/
/*------------------- 2.4. Swiper Slider -------------------*/
.it-carousel {
  overflow: hidden;
  width: 100%;
}
.it-carousel__wrapper {
  display: flex;
  will-change: transform;
  transform: translateX(0px);
}
.it-carousel__wrapper--style2 {
  gap: 82px;
}
.it-carousel__wrapper--style3 {
  gap: 40px;
}
.it-carousel__item {
  flex: 0 0 auto;
  overflow: hidden;
  height: 150px;
  transition: all 0.3s ease-in-out;
}
.it-carousel__item img {
  height: 150px;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}
.it-carousel__item:hover img {
  transform: scale(1.1);
  transition: all 0.3s ease-in-out;
}
.it-carousel__item.vs-rounded-125 {
  border-radius: 125px;
  width: 240px !important;
}
.it-carousel__item.vs-rounded-125 img {
  width: 240px;
}
.it-carousel__item.vs-rounded-full {
  width: 150px !important;
  border-radius: 100%;
}
.it-carousel__item > img {
  display: block;
  width: auto;
}
.it-carousel__item--style2, .it-carousel__item--style3, .it-carousel__item--style6 {
  height: auto;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
  color: var(--vs-white-color);
}
.it-carousel__item--style2 > img, .it-carousel__item--style3 > img, .it-carousel__item--style6 > img {
  height: auto;
  filter: none;
  transform: scale(1);
  will-change: transform;
  transform-origin: center center;
  transition: all 0.4s ease-in-out;
}
.it-carousel__item--style2:hover img, .it-carousel__item--style3:hover img, .it-carousel__item--style6:hover img {
  filter: invert(1%) sepia(27%) saturate(3217%) hue-rotate(18deg) brightness(104%) contrast(101%);
  transition: all 0.4s ease-in-out;
  transform: scale(1.05);
}
.it-carousel__item--style2 .it-carousel__item__text, .it-carousel__item--style3 .it-carousel__item__text, .it-carousel__item--style6 .it-carousel__item__text {
  color: var(--vs-white-color);
  transition: all 0.3s ease-in-out;
}
.it-carousel__item--style6:hover img {
  filter: brightness(0) saturate(100%) invert(97%) sepia(30%) saturate(6416%) hue-rotate(313deg) brightness(107%) contrast(96%);
}
.it-carousel__item--style3 {
  padding: 16px 20px;
}
.it-carousel__item--stroke .it-carousel__item__text {
  color: var(--vs-white-color);
  -webkit-text-fill-color: transparent;
  /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--vs-white-color);
  transition: all 0.3s ease-in-out;
}
.it-carousel__item--stroke:hover .it-carousel__item__text {
  -webkit-text-stroke-color: var(--vs-theme-color-2);
  transition: all 0.3s ease-in-out;
}
.it-carousel__item--stroke:hover img, .it-carousel__item--text:hover img {
  filter: none;
  transform: scale(1);
}
.it-carousel__item--text:hover .it-carousel__item__text {
  color: var(--vs-theme-color-2);
  transition: all 0.3s ease-in-out;
}

/*------------------- 2.5. Mobile Menu -------------------*/
.vs-menu-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: color-mix(in srgb, #000 60%, transparent);
  z-index: 999999;
  width: 0;
  width: 100%;
  height: 100%;
  transition: all ease 0.8s;
  opacity: 0;
  visibility: hidden;
}
.vs-menu-wrapper .mobile-logo {
  padding-bottom: 30px;
  padding-top: 40px;
  display: block;
  text-align: center;
  background-color: color-mix(in srgb, var(--vs-title-color) 80%, transparent);
}
.vs-menu-wrapper .mobile-logo svg {
  max-width: 185px;
}
.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%;
}
.vs-menu-wrapper .vs-menu-toggle::before {
  --icon-size: 42px;
}
.vs-menu-wrapper .vs-menu-toggle:hover, .vs-menu-wrapper .vs-menu-toggle.active {
  color: var(--vs-title-color);
}
.vs-menu-wrapper .vs-menu-toggle:hover::before, .vs-menu-wrapper .vs-menu-toggle.active::before {
  background-color: var(--vs-theme-color-7);
}
.vs-menu-wrapper .vs-menu-area {
  width: 100%;
  max-width: 310px;
  background-color: #fff;
  border-right: 3px solid var(--vs-theme-color-1);
  height: 100%;
  position: relative;
  left: -110%;
  opacity: 0;
  visibility: hidden;
  transition: all ease 1s;
  z-index: 1;
}
.vs-menu-wrapper.vs-body-visible {
  opacity: 1;
  visibility: visible;
}
.vs-menu-wrapper.vs-body-visible .vs-menu-area {
  left: 0;
  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 .new-label {
  margin-left: 5px;
  text-transform: capitalize;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.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(--vs-title-color);
}
.vs-mobile-menu ul li a:before {
  content: "\f105";
  font-family: var(--vs-icon-font);
  position: relative;
  left: 0;
  top: 0;
  margin-right: 10px;
  display: inline-block;
}
.vs-mobile-menu ul li.vs-active > a {
  color: var(--vs-theme-color-1);
}
.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(--vs-smoke-color);
  color: var(--vs-title-color);
  box-shadow: 0 0 20px -8px color-mix(in srgb, #ad8858 50%, transparent);
  border-radius: 50%;
}
.vs-mobile-menu ul .vs-item-has-children > a .vs-mean-expand:before {
  content: "\f067";
  font-family: var(--vs-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: 20px;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--vs-white-color);
  color: var(--vs-title-color);
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
.vs-menu-toggle::before {
  position: absolute;
  content: "";
  --icon-size: 55px;
  min-width: var(--icon-size);
  min-height: var(--icon-size);
  background-color: var(--vs-theme-color-2);
  border-radius: 50%;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transform-origin: center center;
  transition: all 0.3s ease-in-out;
}
.vs-menu-toggle i::before {
  display: block;
}
.vs-menu-toggle:hover::before, .vs-menu-toggle.active::before {
  transform: translate(-50%, -50%) scale(1);
  transition: all 0.3s ease-in-out;
}
.vs-menu-toggle:hover i::before, .vs-menu-toggle.active i::before {
  animation: toTopFromBottom 0.4s forwards;
}
.vs-menu-toggle.style3::before {
  background-color: var(--vs-theme-color-7);
}

@media (max-width: 400px) {
  .vs-menu-wrapper .vs-menu-area {
    width: 100%;
    max-width: 270px;
  }
  .vs-menu-wrapper .vs-menu-area .vs-menu-toggle::before {
    --icon-size: 34px;
  }
  .vs-menu-wrapper .vs-menu-area .mobile-logo img {
    max-width: 120px;
  }
  .vs-mobile-menu > ul {
    padding: 0 20px;
  }
}
.vs-3line-icon {
  position: relative;
  width: 24px;
  height: 18px;
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s ease;
}
.vs-3line-icon__line {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  transition: all 0.3s ease;
}
.vs-3line-icon__line--top {
  top: 0;
}
.vs-3line-icon__line--middle {
  top: 8px;
}
.vs-3line-icon__line--bottom {
  bottom: 0;
}
.active .vs-3line-icon__line--top {
  top: 8px;
  transform: rotate(45deg);
}
.active .vs-3line-icon__line--middle {
  opacity: 0;
}
.active .vs-3line-icon__line--bottom {
  bottom: 8px;
  transform: rotate(-45deg);
}

/*=================================
    03. Utilities
==================================*/
/*------------------- 3.1. Preloader -------------------*/
.preloader {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999999;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: color-mix(in srgb, var(--vs-theme-color-17) 100%, transparent);
}
.vs-home2 .preloader {
  background-color: color-mix(in srgb, var(--vs-theme-color-4) 100%, transparent);
}
.vs-home3 .preloader {
  background-color: color-mix(in srgb, var(--vs-theme-color-6) 100%, transparent);
}
.preloader-inner {
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content: center;
}
.preloader .vs-btn {
  padding: 15px 20px;
  border-radius: 0;
  font-size: 14px;
  position: absolute;
  left: 0;
  top: 0;
  /* background-color: var(--vs-theme-color-2); */
  color: var(--vs-theme-color-1);
}
.vs-home2 .preloader .vs-btn {
  background-color: var(--vs-theme-color-5);
}
.vs-home3 .preloader .vs-btn {
  background-color: var(--vs-theme-color-7);
}

/* From Uiverse.io by mrhyddenn */
.vs-loader {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
}

.vs-loader::before,
.vs-loader::after {
  content: "";
  position: absolute;
  border-radius: inherit;
}

.vs-loader::before {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, #0A1F44 0%, #C9A646 100%);
  animation: load012323 0.5s infinite linear;
}

.vs-loader::after {
  width: 85%;
  height: 85%;
  background-color: color-mix(in srgb, var(--vs-theme-color-1) 50%, transparent);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@keyframes load012323 {
  to {
    transform: rotate(360deg);
  }
}
/*------------------- 3.2. Buttons -------------------*/
.vs-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: none;
  text-transform: capitalize;
  text-align: center;
  background-color: var(--vs-theme-color-1);
  color: var(--vs-white-color);
  font-family: var(--vs-title-font);
  font-weight: 700;
  line-height: 1;
  padding: 22px 30px;
  z-index: 1;
  overflow: hidden;
  border-radius: 10px;
}
.vs-btn::after, .vs-btn::before {
  width: 100%;
  height: 100%;
  content: "";
  margin: auto;
  position: absolute;
  top: 0%;
  left: 0%;
  background: var(--vs-theme-color-2);
  transition: all ease 0.5s;
  z-index: -1;
  border-radius: inherit;
}
.vs-btn:before {
  transform: rotateX(90deg) scale(0);
}
.vs-btn:after {
  transform: rotateY(90deg) scale(0);
}
.vs-btn:hover {
  color: var(--vs-theme-color-1);
  background-color: var(--vs-theme-color-2);
}
.vs-btn:hover:before {
  transform: rotateX(0) scale(1);
}
.vs-btn:hover:after {
  transform: rotateY(0) scale(1);
}
.vs-btn--style2 {
  padding: 22px 30px;
  background-color: var(--vs-theme-color-2);
  color: var(--vs-title-color);
}
[data-theme=dark] .vs-btn--style2 {
  color: var(--vs-white-color);
}
.vs-btn--style2::before, .vs-btn--style2::after {
  background-color: var(--vs-theme-color-1);
}
.vs-btn--style2:hover {
  background-color: var(--vs-theme-color-1);
  color: var(--vs-white-color);
}
[data-theme=dark] .vs-btn--style2:hover {
  color: var(--vs-black-color);
}
.vs-btn--style3 {
  background-color: var(--vs-theme-color-4);
  color: #0A1F44; /* contraste elegante */
  transition: all 0.3s ease;
}

.vs-btn--style3:hover {
  background-color: #b8963d; /* dourado levemente mais escuro */
  transform: translateY(-2px);
}
.vs-btn--style3::before, .vs-btn--style3::after {
  background-color: var(--vs-theme-color-5);
}
.vs-btn--style3:hover {
  background-color: var(--vs-theme-color-5);
  color: var(--vs-white-color);
}
.vs-btn--gradient {
  background: linear-gradient(90deg, var(--vs-theme-color-4) 0%, var(--vs-theme-color-5) 100%);
}
.vs-btn--gradient::before, .vs-btn--gradient::after {
  background: linear-gradient(90deg, var(--vs-theme-color-5) 0%, var(--vs-theme-color-4) 100%);
}

/* Mission, Vision & Values section */
.mvv-section {
  padding: clamp(60px, 8vw, 110px) 0;
  background: radial-gradient(circle at top left, rgba(207, 165, 109, 0.16), transparent 28%),
              linear-gradient(180deg, #07141f 0%, #08182f 100%);
  color: #f4f7fb;
  position: relative;
  overflow: hidden;
}
.mvv-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(34, 120, 210, 0.14), transparent 22%);
  pointer-events: none;
}
.mvv-section__inner {
  position: relative;
  z-index: 1;
}
.mvv-section__header {
  max-width: 680px;
  margin-bottom: 3rem;
}
.mvv-section__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.28em;
  color: #c9a463;
  margin-bottom: 1rem;
}
.mvv-section__title {
  font-size: clamp(2.4rem, 4vw, 3.6rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
  margin-bottom: 1rem;
}
.mvv-section__subtitle {
  max-width: 620px;
  color: #cfd8ea;
  line-height: 1.9;
  font-size: clamp(1rem, 1.1vw, 1.08rem);
}
.mvv-layout {
  display: grid;
  grid-template-columns: minmax(320px, 1.6fr) minmax(280px, 1fr);
  gap: 1.75rem;
  align-items: start;
}
.mvv-stack {
  display: grid;
  gap: 1.75rem;
}
.mvv-card {
  position: relative;
  padding: 2.4rem;
  border-radius: 28px;
  background: rgba(10, 20, 36, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 32px 80px rgba(2, 10, 24, 0.24);
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
  overflow: hidden;
}
.mvv-card:hover {
  transform: translateY(-6px);
  border-color: rgba(207, 165, 109, 0.22);
  box-shadow: 0 44px 96px rgba(2, 10, 24, 0.28);
}
.mvv-card::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 55%);
}
.mvv-card--mission {
  min-height: 420px;
  display: grid;
  gap: 1.75rem;
  background: linear-gradient(180deg, rgba(10, 23, 44, 0.96), rgba(6, 13, 28, 0.96));
}
.mvv-card--vision {
  background: linear-gradient(180deg, rgba(13, 29, 55, 0.95), rgba(8, 17, 33, 0.95));
}
.mvv-card--values {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.12);
}
.mvv-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.mvv-card__icon {
  width: 72px;
  height: 72px;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(207, 165, 109, 0.24), rgba(255, 255, 255, 0.08));
  display: grid;
  place-items: center;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}
.mvv-card__icon span {
  width: 22px;
  height: 22px;
  border-radius: 8px;
  background: linear-gradient(135deg, #cfa56d, #f7e1ba);
  box-shadow: 0 12px 24px rgba(207, 165, 109, 0.22);
}
.mvv-card__tag,
.mvv-card__label {
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: #9fb7d0;
  font-size: 0.78rem;
}
.mvv-card__title {
  font-size: clamp(1.75rem, 2.4vw, 2.4rem);
  line-height: 1.1;
  margin-bottom: 1rem;
  color: #ffffff;
}
.mvv-card__text {
  line-height: 1.85;
  color: #d7e1ef;
  font-size: 1rem;
}
.mvv-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.85rem;
}
.mvv-list li {
  position: relative;
  padding-left: 1.6rem;
  color: #d8e0f0;
}
.mvv-list li::before {
  content: '';
  position: absolute;
  top: 0.8rem;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #cfa56d;
}
.mvv-values {
  display: grid;
  gap: 0.9rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.mvv-values span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0.95rem 1rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  color: #eef3fb;
  font-weight: 600;
  letter-spacing: 0.01em;
  transition: background 0.25s ease, transform 0.25s ease;
}
.mvv-values span:hover {
  background: rgba(207, 165, 109, 0.18);
  transform: translateY(-2px);
}

@media (max-width: 1024px) {
  .mvv-layout {
    grid-template-columns: 1fr;
  }
  .mvv-card--mission {
    min-height: auto;
  }
}

@media (max-width: 768px) {
  .mvv-section {
    padding: clamp(50px, 10vw, 80px) 0;
  }
  .mvv-section__header {
    margin-bottom: 2rem;
  }
  .mvv-section__title {
    font-size: clamp(2rem, 7vw, 2.8rem);
  }
  .mvv-values {
    grid-template-columns: 1fr;
  }
}

.vs-btn--gradient:hover {
  color: var(--vs-white-color);
}
.vs-btn--style4 {
  padding: 12px 20px;
  background-color: var(--vs-theme-color-4);
  color: #2e2e2e;
}
.vs-btn--style4::before, .vs-btn--style4::after {
  background: linear-gradient(90deg, var(--vs-theme-color-4) 0%, var(--vs-theme-color-5) 100%);
}
.vs-btn--style4:hover {
  background-color: var(--vs-theme-color-5);
  color: var(--vs-white-color);
}
.vs-btn--style5, .vs-btn--style6, .vs-btn--style7, .vs-btn--style9, .vs-btn--style11 {
  --icon-size: 50px;
  padding: 5px 5px 5px 20px;
  gap: 20px;
  background-color: var(--vs-theme-color-6);
}
.vs-btn--style5 i::before, .vs-btn--style6 i::before, .vs-btn--style7 i::before, .vs-btn--style9 i::before, .vs-btn--style11 i::before {
  display: block;
  transition: all 0.3s ease-in-out;
}
.vs-btn--style5::before, .vs-btn--style5::after, .vs-btn--style6::before, .vs-btn--style6::after, .vs-btn--style7::before, .vs-btn--style7::after, .vs-btn--style9::before, .vs-btn--style9::after, .vs-btn--style11::before, .vs-btn--style11::after {
  background-color: var(--vs-theme-color-7);
}
.vs-btn--style5 .vs-btn__icon, .vs-btn--style6 .vs-btn__icon, .vs-btn--style7 .vs-btn__icon, .vs-btn--style9 .vs-btn__icon, .vs-btn--style11 .vs-btn__icon {
  height: var(--icon-size);
  width: var(--icon-size);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--vs-theme-color-17);
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-color: transparent;
}
.vs-btn--style5 .vs-btn__icon::before, .vs-btn--style5 .vs-btn__icon::after, .vs-btn--style6 .vs-btn__icon::before, .vs-btn--style6 .vs-btn__icon::after, .vs-btn--style7 .vs-btn__icon::before, .vs-btn--style7 .vs-btn__icon::after, .vs-btn--style9 .vs-btn__icon::before, .vs-btn--style9 .vs-btn__icon::after, .vs-btn--style11 .vs-btn__icon::before, .vs-btn--style11 .vs-btn__icon::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--vs-theme-color-2);
  transform: scale(1) rotate(0deg);
  will-change: transform;
  transition: all 0.3s ease-in-out;
  z-index: -1;
  opacity: 1;
  visibility: visible;
}
.vs-btn--style5 .vs-btn__icon::after, .vs-btn--style6 .vs-btn__icon::after, .vs-btn--style7 .vs-btn__icon::after, .vs-btn--style9 .vs-btn__icon::after, .vs-btn--style11 .vs-btn__icon::after {
  background-color: var(--vs-theme-color-6);
  transform: scale(0) rotate(360deg);
  opacity: 0;
  visibility: hidden;
}
.vs-btn--style5:hover, .vs-btn--style6:hover, .vs-btn--style7:hover, .vs-btn--style9:hover, .vs-btn--style11:hover {
  background-color: var(--vs-theme-color-7);
  color: var(--vs-theme-color-17);
}
.vs-btn--style5:hover i::before, .vs-btn--style6:hover i::before, .vs-btn--style7:hover i::before, .vs-btn--style9:hover i::before, .vs-btn--style11:hover i::before {
  animation: toTopFromBottom 0.4s forwards;
}
.vs-btn--style5:hover .vs-btn__icon, .vs-btn--style6:hover .vs-btn__icon, .vs-btn--style7:hover .vs-btn__icon, .vs-btn--style9:hover .vs-btn__icon, .vs-btn--style11:hover .vs-btn__icon {
  color: var(--vs-theme-color-17);
}
.vs-btn--style5:hover .vs-btn__icon::after, .vs-btn--style6:hover .vs-btn__icon::after, .vs-btn--style7:hover .vs-btn__icon::after, .vs-btn--style9:hover .vs-btn__icon::after, .vs-btn--style11:hover .vs-btn__icon::after {
  transform: scale(1) rotate(0deg);
  opacity: 1;
  visibility: visible;
}
.vs-btn--style6, .vs-btn--style7, .vs-btn--style9, .vs-btn--style11 {
  background-color: color-mix(in srgb, var(--vs-white-color) 20%, transparent);
  border: 1px solid var(--vs-white-color);
  padding: 5px 5px 5px 30px;
  gap: 30px;
}
.vs-btn--style6:hover, .vs-btn--style7:hover, .vs-btn--style9:hover, .vs-btn--style11:hover {
  border: 1px solid var(--vs-theme-color-6);
}
.vs-btn--style7 {
  background-color: var(--vs-theme-color-2);
  border: 0;
}
.vs-btn--style7:hover {
  border: 0;
}
.vs-btn--style8, .vs-btn--style10 {
  background-color: var(--vs-theme-color-11);
}
.vs-btn--style8::before, .vs-btn--style8::after, .vs-btn--style10::before, .vs-btn--style10::after {
  background-color: var(--vs-theme-color-10);
}
.vs-btn--style8 .vs-btn__content, .vs-btn--style10 .vs-btn__content {
  display: flex;
  align-items: center;
  gap: 10px;
}
.vs-btn--style8 .vs-btn__content > span::before, .vs-btn--style10 .vs-btn__content > span::before {
  content: attr(data-label);
  display: inline-block;
}
.vs-btn--style8 .vs-btn__content > i::before, .vs-btn--style10 .vs-btn__content > i::before {
  display: inline-block;
}
.vs-btn--style8:hover, .vs-btn--style10:hover {
  background-color: var(--vs-theme-color-10);
  color: var(--vs-white-color);
}
.vs-btn--style8:hover .vs-btn__content > span::before, .vs-btn--style10:hover .vs-btn__content > span::before {
  animation: toRightFromLeft 0.8s forwards;
}
.vs-btn--style8:hover .vs-btn__content > i::before, .vs-btn--style10:hover .vs-btn__content > i::before {
  animation: toRightFromLeft 0.8s forwards;
}
.vs-btn--style9, .vs-btn--style11 {
  border-radius: 30px;
  padding: 4px 4px 4px 30px;
  background-color: var(--vs-theme-color-11);
  border: 1px solid var(--vs-theme-color-11);
}
.vs-btn--style9::before, .vs-btn--style9::after, .vs-btn--style11::before, .vs-btn--style11::after {
  background-color: var(--vs-theme-color-10);
  transition: 1s;
  border-radius: 30px;
  will-change: transform;
}
.vs-btn--style9 .vs-btn__icon, .vs-btn--style11 .vs-btn__icon {
  border-radius: 50%;
  color: var(--vs-white-color);
}
.vs-btn--style9 .vs-btn__icon::before, .vs-btn--style9 .vs-btn__icon::after, .vs-btn--style11 .vs-btn__icon::before, .vs-btn--style11 .vs-btn__icon::after {
  background-color: var(--vs-theme-color-11);
}
.vs-btn--style9 .vs-btn__icon::before, .vs-btn--style11 .vs-btn__icon::before {
  background-color: var(--vs-theme-color-10);
}
.vs-btn--style9:hover, .vs-btn--style11:hover {
  background-color: var(--vs-theme-color-11);
  border: 1px solid var(--vs-theme-color-11);
  color: var(--vs-white-color);
}
.vs-btn--style9:hover .vs-btn__icon, .vs-btn--style11:hover .vs-btn__icon {
  color: var(--vs-white-color);
}
.vs-btn--style9:hover .vs-btn__icon::before, .vs-btn--style9:hover .vs-btn__icon::after, .vs-btn--style11:hover .vs-btn__icon::before, .vs-btn--style11:hover .vs-btn__icon::after {
  background-color: var(--vs-theme-color-11);
}
.vs-btn--style10 {
  background-color: var(--vs-theme-color-13);
  color: var(--vs-title-color);
}
.vs-btn--style10::before, .vs-btn--style10::after {
  background-color: var(--vs-theme-color-13);
}
.vs-btn--style10:hover {
  background-color: transparent;
  color: var(--vs-title-color);
}
.vs-btn--style11 {
  border-radius: 10px;
  border-color: var(--vs-theme-color-14);
  background-color: var(--vs-theme-color-14);
}
.vs-btn--style11::before, .vs-btn--style11::after {
  border-radius: 10px;
  background-color: var(--vs-theme-color-13);
}
.vs-btn--style11 .vs-btn__icon {
  border-radius: 10px;
  color: var(--vs-theme-color-14);
}
.vs-btn--style11 .vs-btn__icon::before, .vs-btn--style11 .vs-btn__icon::after {
  background-color: var(--vs-theme-color-13);
}
.vs-btn--style11:hover {
  background-color: var(--vs-theme-color-13);
  border-color: var(--vs-theme-color-13);
  color: var(--vs-title-color);
}
.vs-btn--style11:hover .vs-btn__icon::before, .vs-btn--style11:hover .vs-btn__icon::after {
  background-color: var(--vs-theme-color-14);
}
.vs-btn--style12 {
  background-color: var(--vs-theme-color-18);
  color: var(--vs-title-color);
}
.vs-btn--style12::before, .vs-btn--style12::after {
  background-color: var(--vs-theme-color-17);
}
.vs-btn--style12:hover {
  background-color: var(--vs-theme-color-17);
  color: var(--vs-white-color);
}
.vs-btn--style13 {
  background-color: var(--vs-theme-color-17);
  color: var(--vs-white-color);
}
.vs-btn--style13::before, .vs-btn--style13::after {
  background-color: var(--vs-theme-color-18);
}
.vs-btn--style13:hover {
  background-color: var(--vs-theme-color-18);
  color: var(--vs-title-color);
}
.vs-btn--style14 {
  background-color: var(--vs-theme-color-18);
  color: var(--vs-title-color);
}
.vs-btn--style14::before, .vs-btn--style14::after {
  background-color: var(--vs-theme-color-17);
}
.vs-btn--style14:hover {
  background-color: var(--vs-theme-color-17);
  color: var(--vs-theme-color-18);
}

.icon-btn {
  display: inline-block;
  width: var(--btn-size, 67px);
  height: var(--btn-size, 67px);
  line-height: var(--btn-size, 67px);
  font-size: var(--btn-font-size, 20px);
  background-color: var(--vs-theme-color-1);
  color: var(--vs-white-color);
  border: none;
  text-align: center;
  border-radius: 50%;
  padding: 0;
}
.icon-btn.style2 {
  border: 2px solid var(--vs-white-color);
  color: var(--vs-white-color);
  background-color: transparent;
}
.icon-btn.style2:hover {
  background-color: var(--vs-theme-color-1);
  color: var(--vs-white-color);
}
.icon-btn.style4, .icon-btn.style3 {
  --btn-size: 55px;
  background-color: #f2f6ff;
  color: var(--vs-theme-color-1);
  border-radius: 5px;
}
.icon-btn.style4 {
  background-color: var(--vs-white-color);
}
.icon-btn.style5 {
  background-color: var(--vs-white-color);
  color: var(--vs-title-color);
  box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.08);
}
.icon-btn.style5:hover {
  background-color: var(--vs-theme-color-1);
  color: var(--vs-white-color);
  box-shadow: none;
}
.icon-btn.style6 {
  background-color: var(--vs-theme-color-1);
  color: var(--vs-white-color);
  --btn-size: 55px;
  --btn-font-size: 17px;
}
.icon-btn:hover {
  background-color: var(--vs-title-color);
  color: var(--vs-white-color);
  border-color: transparent;
}

.play-btn {
  display: inline-block;
  position: relative;
  z-index: 1;
  border: none;
  background-color: transparent;
  padding: 0;
}
.play-btn > i {
  display: inline-block;
  width: var(--icon-size, 124px);
  height: var(--icon-size, 124px);
  line-height: var(--icon-size, 124px);
  font-size: var(--vs-icon-font-size, 1.5em);
  text-align: center;
  background-color: var(--vs-theme-color-1);
  color: var(--vs-white-color);
  border-radius: 50%;
  z-index: 1;
  transition: all ease 0.4s;
}
.play-btn:after, .play-btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: var(--vs-theme-color-1);
  z-index: -1;
  border-radius: 50%;
  transition: all ease 0.4s;
  animation-duration: var(--vs-ripple-duration);
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-name: ripple;
}
.play-btn:after {
  animation-delay: 2s;
}
.play-btn.style3 i, .play-btn.style2 i {
  --icon-size: 60px;
  border-radius: 5px;
  --vs-icon-font-size: 18px;
}
.play-btn.style2:after, .play-btn.style2:before {
  border-radius: 5px;
}
.play-btn.style3 i {
  background-color: color-mix(in srgb, #0e59f2 70%, transparent);
}
.play-btn.style3:after, .play-btn.style3::before {
  display: none;
}
.play-btn.style4 {
  --icon-size: 120px;
  --vs-icon-font-size: 30px;
}
.play-btn.style4:after, .play-btn.style4:before,
.play-btn.style4 i {
  background-color: var(--vs-white-color);
  color: var(--vs-theme-color-1);
}
.play-btn.style5 i {
  border-radius: 0;
  --icon-size: 120px;
  --vs-icon-font-size: 30px;
}
.play-btn.style5:after, .play-btn.style5:before {
  border: 2px solid var(--vs-theme-color-1);
  background-color: transparent;
  border-radius: 0;
}
.play-btn.style6 {
  --icon-size: 60px;
  --vs-icon-font-size: 18px;
}
.play-btn:hover:after, .play-btn:hover::before,
.play-btn:hover i {
  background-color: var(--vs-title-color);
  color: var(--vs-white-color);
}

.link-btn {
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
  line-height: 0.8;
  position: relative;
  padding-bottom: 2px;
  margin-bottom: -2px;
  text-transform: uppercase;
}
.link-btn i {
  margin-left: 7px;
  font-size: 0.9rem;
}
.link-btn:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: var(--vs-theme-color-1);
  transition: all ease 0.4s;
}
.link-btn:hover {
  color: var(--vs-theme-color-1);
}
.link-btn:hover::before {
  width: 100%;
}

.scroll-btn {
  position: fixed;
  bottom: 300px;
  right: 30px;
  z-index: 94;
  opacity: 0;
  visibility: hidden;
  display: inline-block;
  border-radius: 50%;
}
.scroll-btn i {
  display: inline-block;
  background-color: var(--vs-theme-color-1);
  color: var(--vs-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(--vs-theme-color-1);
  animation: spin 13s infinite linear;
}
.scroll-btn:focus i, .scroll-btn:hover i {
  background-color: var(--vs-title-color);
  color: var(--vs-white-color);
}
.scroll-btn.show {
  bottom: 120px;
  opacity: 1;
  visibility: visible;
}
.scroll-btn {
  /* Small devices */
}
@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 */
@media (max-width: 1199px) {
  .play-btn.style4 {
    --icon-size: 80px;
    --vs-icon-font-size: 20px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .play-btn {
    --icon-size: 60px;
  }
  .scrollToTop {
    right: 20px;
  }
  .scrollToTop.show {
    bottom: 20px;
  }
}
/*------------------- 3.3. Titles -------------------*/
.title-area {
  margin-bottom: calc(var(--vs-section-title-space) - 30px);
  /* Large devices */
}
@media (max-width: 1199px) {
  .title-area {
    margin-bottom: calc(var(--vs-section-title-space) - 45px);
  }
}
.title-area__title {
  font-family: 'Miller Display', serif;
  text-transform: inherit;
  margin: -0.25em 0 30px 0;
  font-size: clamp(1rem, 1rem + 0.8vw, 2.2rem);
line-height: 1.25;
}
.title-area__title--sub {
  text-transform: inherit;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: var(--vs-theme-color-1);
  color: var(--vs-white-color);
  font-family: var(--vs-subtitle-font);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  margin: 0 0 30px 0;
  padding: 6px 20px;
  min-height: 40px;
  border-radius: 20px;
}
.title-area__title--sub > i {
  margin-right: 15px;
}
.title-area--white .title-area__title {
  color: var(--vs-white-color);
}
.title-area--white .title-area__title--sub {
  background-color: var(--vs-theme-color-2);
  color: var(--vs-title-color);
}
[data-theme=dark] .title-area--white .title-area__title--sub {
  color: var(--vs-white-color);
}
[data-theme=dark] .title-area--style2 .title-area__title, [data-theme=dark] .title-area--style3 .title-area__title, [data-theme=dark] .title-area--style4 .title-area__title, [data-theme=dark] .title-area--style5 .title-area__title, [data-theme=dark] .title-area--style6 .title-area__title, [data-theme=dark] .title-area--style7 .title-area__title {
  color: var(--vs-black-color-2);
}
.title-area--style2 .title-area__title--sub, .title-area--style3 .title-area__title--sub, .title-area--style4 .title-area__title--sub, .title-area--style5 .title-area__title--sub, .title-area--style6 .title-area__title--sub, .title-area--style7 .title-area__title--sub {
  background-color: transparent;
  color: var(--vs-title-color);
  padding: 0;
  position: relative;
  gap: 8px;
  min-height: auto;
  margin: 0 0 30px 0;
}
[data-theme=dark] .title-area--style2 .title-area__title--sub, [data-theme=dark] .title-area--style3 .title-area__title--sub, [data-theme=dark] .title-area--style4 .title-area__title--sub, [data-theme=dark] .title-area--style5 .title-area__title--sub, [data-theme=dark] .title-area--style6 .title-area__title--sub, [data-theme=dark] .title-area--style7 .title-area__title--sub {
  color: var(--vs-black-color-2);
}
.title-area--style2 .title-area__title--sub::before, .title-area--style3 .title-area__title--sub::before, .title-area--style4 .title-area__title--sub::before, .title-area--style5 .title-area__title--sub::before, .title-area--style6 .title-area__title--sub::before, .title-area--style7 .title-area__title--sub::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: var(--vs-theme-color-4);
  display: inline-block;
  border-radius: 50%;
}
.title-area--style2 .title-area__title--sub-center::after, .title-area--style3 .title-area__title--sub-center::after, .title-area--style4 .title-area__title--sub-center::after, .title-area--style5 .title-area__title--sub-center::after, .title-area--style6 .title-area__title--sub-center::after, .title-area--style7 .title-area__title--sub-center::after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: var(--vs-theme-color-4);
  display: inline-block;
  border-radius: 50%;
}
.title-area--style2.white-style .title-area__title, .title-area--style3.white-style .title-area__title, .title-area--style4.white-style .title-area__title, .title-area--style5.white-style .title-area__title, .title-area--style6.white-style .title-area__title, .title-area--style7.white-style .title-area__title {
  color: var(--vs-white-color);
}
[data-theme=dark] .title-area--style2.white-style .title-area__title, [data-theme=dark] .title-area--style3.white-style .title-area__title, [data-theme=dark] .title-area--style4.white-style .title-area__title, [data-theme=dark] .title-area--style5.white-style .title-area__title, [data-theme=dark] .title-area--style6.white-style .title-area__title, [data-theme=dark] .title-area--style7.white-style .title-area__title {
  color: var(--vs-black-color-2);
}
.title-area--style2.white-style .title-area__title--sub, .title-area--style3.white-style .title-area__title--sub, .title-area--style4.white-style .title-area__title--sub, .title-area--style5.white-style .title-area__title--sub, .title-area--style6.white-style .title-area__title--sub, .title-area--style7.white-style .title-area__title--sub {
  color: var(--vs-white-color);
}
[data-theme=dark] .title-area--style2.white-style .title-area__title--sub, [data-theme=dark] .title-area--style3.white-style .title-area__title--sub, [data-theme=dark] .title-area--style4.white-style .title-area__title--sub, [data-theme=dark] .title-area--style5.white-style .title-area__title--sub, [data-theme=dark] .title-area--style6.white-style .title-area__title--sub, [data-theme=dark] .title-area--style7.white-style .title-area__title--sub {
  color: var(--vs-black-color-2);
}
.title-area--style2.white-style .title-area__title--sub::before, .title-area--style3.white-style .title-area__title--sub::before, .title-area--style4.white-style .title-area__title--sub::before, .title-area--style5.white-style .title-area__title--sub::before, .title-area--style6.white-style .title-area__title--sub::before, .title-area--style7.white-style .title-area__title--sub::before {
  background-color: var(--vs-theme-color-5);
}
.title-area--style2.white-style .title-area__title--sub-center::after, .title-area--style3.white-style .title-area__title--sub-center::after, .title-area--style4.white-style .title-area__title--sub-center::after, .title-area--style5.white-style .title-area__title--sub-center::after, .title-area--style6.white-style .title-area__title--sub-center::after, .title-area--style7.white-style .title-area__title--sub-center::after {
  background-color: var(--vs-theme-color-5);
}
.title-area--style3 .title-area__title--sub, .title-area--style4 .title-area__title--sub, .title-area--style5 .title-area__title--sub, .title-area--style6 .title-area__title--sub, .title-area--style7 .title-area__title--sub {
  gap: 10px;
}
.title-area--style3 .title-area__title--sub::before, .title-area--style4 .title-area__title--sub::before, .title-area--style5 .title-area__title--sub::before, .title-area--style6 .title-area__title--sub::before, .title-area--style7 .title-area__title--sub::before {
  display: none;
}
.title-area--style4 .title-area__title--sub, .title-area--style5 .title-area__title--sub {
  color: var(--vs-theme-color-11);
}
.title-area--style5 .title-area__title--sub {
  color: var(--vs-title-color);
}
.title-area--style6 .title-area__title--sub, .title-area--style7 .title-area__title--sub {
  border-radius: 10px;
  color: var(--vs-white-color);
  background-color: var(--vs-theme-color-17);
  padding: 10px 20px;
}
.title-area--style7 .title-area__title--sub {
  background-color: var(--vs-theme-color-18);
  color: var(--vs-title-color);
}

.mb-title {
  margin-bottom: calc(var(--vs-section-title-space) - 20px);
  /* Large devices */
}
@media (max-width: 1199px) {
  .mb-title {
    margin-bottom: calc(var(--vs-section-title-space) - 45px);
  }
}

/*------------------- 3.4. Common -------------------*/
.image-scale-hover {
  overflow: hidden;
}
.image-scale-hover img {
  transition: all ease 0.4s;
  transform: scale(1.001);
}
.image-scale-hover:hover img {
  transform: scale(1.2);
}

.alert-dismissible .btn-close {
  font-size: 18px;
  line-height: 1;
}

.z-index-step1 {
  position: relative;
  z-index: 4 !important;
}

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

.z-index-n1 {
  z-index: -1;
}

.media-body {
  flex: 1;
}

.badge {
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  text-align: center;
  background-color: var(--vs-theme-color-1);
  color: var(--vs-white-color);
  padding: 0.35em 0.55em;
  border-radius: 50%;
}

.hr-style1 {
  background-color: var(--vs-white-color);
  margin: 20px 0 30px 0;
}

.new-label {
  font-size: 12px;
  background-color: var(--vs-error-color);
  color: var(--vs-white-color);
  line-height: 1;
  padding: 1px 5px;
  border-radius: 4px;
  text-transform: capitalize;
  position: relative;
  top: -1px;
}

.big-name {
  font-size: 450px;
  color: var(--vs-white-color);
  -webkit-text-stroke: 2px #eef0ff;
  line-height: 1;
  letter-spacing: -0.08em;
  font-weight: 400;
  position: relative;
  z-index: 31;
  text-align: right;
  margin: -234px 30px -59px 0;
}

.vs-rounded-full {
  border-radius: 100%;
}

.vs-rounded-125 {
  border-radius: 125px;
}

.vs-info {
  display: flex;
  align-items: center;
  gap: 20px;
}
.vs-info__icon--box {
  min-width: 60px;
}
.vs-info__title, .vs-info__label {
  color: var(--vs-white-color);
}
.vs-info__title {
  font-size: 16px;
  margin-bottom: 0;
}
.vs-info__label {
  font-family: var(--vs-title-font);
  font-weight: 700;
  font-size: clamp(1.5rem, 0.69rem + 0.1125vw, 1.05rem);
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-info__label {
    font-size: clamp(1.125rem, 0.5175rem + 0.084375vw, 0.7875rem);
  }
}
.vs-info a.vs-info__label:hover {
  color: var(--vs-theme-color-2);
}
.vs-info.style2 a.vs-info__label:hover, .vs-info.style4 a.vs-info__label:hover {
  color: var(--vs-theme-color-5);
}
.vs-info.style3 .vs-info__icon--box, .vs-info.style5 .vs-info__icon--box, .vs-info.style7 .vs-info__icon--box, .vs-info.style8 .vs-info__icon--box, .vs-info.style9 .vs-info__icon--box {
  --icon-size: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--icon-size);
  height: var(--icon-size);
  border: 2px solid var(--vs-theme-color-6);
  border-radius: 10px;
}
.vs-info.style3 .vs-info__content, .vs-info.style5 .vs-info__content, .vs-info.style7 .vs-info__content, .vs-info.style8 .vs-info__content, .vs-info.style9 .vs-info__content {
  gap: 6.5px;
  display: grid;
}
.vs-info.style3 .vs-info__title, .vs-info.style5 .vs-info__title, .vs-info.style7 .vs-info__title, .vs-info.style8 .vs-info__title, .vs-info.style9 .vs-info__title {
  color: var(--vs-theme-color-6);
  line-height: 1.3;
}
.vs-info.style3 .vs-info__label, .vs-info.style5 .vs-info__label, .vs-info.style7 .vs-info__label, .vs-info.style8 .vs-info__label, .vs-info.style9 .vs-info__label {
  color: var(--vs-title-color);
  font-size: 20px;
  line-height: 1;
  position: relative;
}
.vs-info.style3 .vs-info__label::before, .vs-info.style5 .vs-info__label::before, .vs-info.style7 .vs-info__label::before, .vs-info.style8 .vs-info__label::before, .vs-info.style9 .vs-info__label::before {
  position: absolute;
  content: "";
  background-color: var(--vs-theme-color-6);
  width: 0%;
  height: 2px;
  left: auto;
  right: 0;
  bottom: -5px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.vs-info.style3 .vs-info__label:hover, .vs-info.style5 .vs-info__label:hover, .vs-info.style7 .vs-info__label:hover, .vs-info.style8 .vs-info__label:hover, .vs-info.style9 .vs-info__label:hover {
  color: var(--vs-title-color);
}
.vs-info.style3 .vs-info__label:hover::before, .vs-info.style5 .vs-info__label:hover::before, .vs-info.style7 .vs-info__label:hover::before, .vs-info.style8 .vs-info__label:hover::before, .vs-info.style9 .vs-info__label:hover::before {
  width: 100%;
  opacity: 1;
  visibility: visible;
  right: auto;
  left: 0;
}
.vs-info.style4 a.vs-info__label:hover {
  color: var(--vs-theme-color-7);
}
.vs-info.style5 .vs-info__icon--box {
  border-radius: 50%;
  border: 0;
  background-color: var(--vs-theme-color-11);
  color: var(--vs-white-color);
}
.vs-info.style5 .vs-info__title,
.vs-info.style5 .vs-info__label {
  color: var(--vs-white-color);
}
.vs-info.style5 a.vs-info__label:hover {
  color: var(--vs-white-color);
}
.vs-info.style5 a.vs-info__label:hover::before {
  background-color: var(--vs-white-color);
}
.vs-info.style6 a.vs-info__label:hover {
  color: var(--vs-theme-color-11);
}
.vs-info.style7 .vs-info__icon--box {
  border-radius: 10px;
  border: 2px solid var(--vs-theme-color-13);
  background-color: var(--vs-theme-color-13);
  color: var(--vs-white-color);
}
.vs-info.style7 .vs-info__title,
.vs-info.style7 .vs-info__label {
  color: var(--vs-white-color);
}
.vs-info.style7 .vs-info__label::before {
  background-color: var(--vs-theme-color-13);
}
.vs-info.style7 .vs-info__label:hover {
  color: var(--vs-theme-color-13);
}
.vs-info.style8 .vs-info__icon--box, .vs-info.style9 .vs-info__icon--box {
  border-radius: 10px;
  border: 2px solid var(--vs-theme-color-18);
  background-color: var(--vs-theme-color-18);
  color: var(--vs-title-color);
}
.vs-info.style8 .vs-info__title,
.vs-info.style8 .vs-info__label, .vs-info.style9 .vs-info__title,
.vs-info.style9 .vs-info__label {
  color: var(--vs-white-color);
}
.vs-info.style8 .vs-info__label:hover, .vs-info.style9 .vs-info__label:hover {
  color: var(--vs-theme-color-18);
}
.vs-info.style8 .vs-info__label:hover::before, .vs-info.style9 .vs-info__label:hover::before {
  background-color: var(--vs-theme-color-18);
}
.vs-info.style9 .vs-info__icon--box {
  border: 2px solid var(--vs-theme-color-17);
  background-color: var(--vs-theme-color-17);
  color: var(--vs-theme-color-18);
}
.vs-info.style9 .vs-info__label {
  color: var(--vs-theme-color-17);
}
.vs-info.style9 .vs-info__label:hover {
  color: var(--vs-theme-color-17);
}
.vs-info.style9 .vs-info__label:hover::before {
  background-color: var(--vs-theme-color-17);
}
.vs-info.style9 .vs-info__title {
  color: var(--vs-title-color);
}

.vs-download--options .dropdown-toggle {
  display: flex;
  align-items: center;
  color: var(--vs-gray-color-2);
  font-weight: 600;
}
.vs-download--options .dropdown-toggle::after {
  margin-left: 5px;
}
.vs-download--options .globe-icon {
  margin-right: 10px;
}

.vs-image-effect {
  transform-style: preserve-3d;
}
.vs-image-effect__image {
  backface-visibility: hidden;
  will-change: transform;
}
.vs-image-effect__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  transform: scale(1);
  border-radius: 10px;
  mix-blend-mode: overlay;
  will-change: opacity, transform, filter, background-position;
  background: linear-gradient(120deg, hsla(182, 60%, 25%, 0.5) 0%, hsla(72, 100%, 48%, 0.5) 50%, hsla(53, 23%, 85%, 0.5) 90%);
  background-size: 200% 200%;
  animation: shimmer 5s linear infinite;
  filter: blur(5px);
}

@keyframes shimmer {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
.elements-of {
  position: absolute;
}
.elements-of--portfolio1, .elements-of--portfolio2 {
  --circle-size: 730px;
  width: var(--circle-size);
  height: var(--circle-size);
  z-index: -1;
  position: absolute;
  background: radial-gradient(50% 50% at 50% 50%, #C4F500 34.47%, #E1DFCF 100%);
  opacity: 0.1;
  border-radius: 50%;
}
.elements-of--portfolio1 {
  bottom: 0;
  left: -365px;
}
.elements-of--portfolio2 {
  top: 0;
  bottom: auto;
  right: -365px;
}

[data-ele-move] {
  will-change: transform;
}

.vs-list {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 0;
}
.vs-list li {
  position: relative;
  font-family: var(--vs-title-font);
  padding-left: 27px;
}
.vs-list li::before {
  position: absolute;
  content: "\f336";
  font-family: var(--vs-icon-font);
  left: 0;
  color: var(--vs-theme-color-1);
  font-size: 16px;
  top: 5px;
  line-height: 1;
  font-weight: 700;
}
.vs-list--column2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px 25px;
  padding: 0;
  list-style-position: inside;
  /* Medium devices */
}
@media (max-width: 991px) {
  .vs-list--column2 {
    grid-template-columns: 1fr;
  }
}
.vs-list--column2 li {
  padding-left: 60px;
  font-weight: 500;
  font-size: 20px;
}
.vs-list--column2 li::before {
  --icon-size: 40px;
  width: var(--icon-size);
  height: var(--icon-size);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--vs-theme-color-6);
  border-radius: 10px;
  color: var(--vs-theme-color-7);
  top: -4px;
}
.vs-list.style2, .vs-list.style3 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  /* Large devices */
}
@media (max-width: 1199px) {
  .vs-list.style2, .vs-list.style3 {
    display: flex;
  }
}
.vs-list.style3 li::before {
  color: var(--vs-theme-color-11);
}

.section-outer {
  padding-right: 40px;
  padding-left: 40px;
  margin-bottom: 30px;
  /* Extra large devices */
}
@media (max-width: 1500px) {
  .section-outer {
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
  }
}

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

.rounded-20 {
  border-radius: 20px;
}

.vs-ele {
  position: absolute;
}
.vs-ele--circle {
  width: 500px;
  height: 500px;
  background: radial-gradient(50% 50% at 50% 50%, #C9A646 34.47%, #042A2D 100%);
  opacity: 0.1;
  transform: matrix(1, 0, 0, -1, 0, 0);
  border-radius: 50%;
}
.vs-ele--circle--service1 {
  left: -250px;
  top: 0;
}
.vs-ele--circle--service2 {
  right: -250px;
  bottom: 0;
}
.vs-ele--ele1 {
  right: 120px;
  top: 0px;
}

/*------------------- 3.6. Font -------------------*/
.font-title {
  font-family: var(--vs-title-font);
}

.font-body {
  font-family: var(--vs-body-font);
}

.font-special {
  font-family: var(--vs-special-font);
}

.font-icon {
  font-family: var(--vs-icon-font);
}

.fw-light {
  font-weight: 300;
}

.fw-normal {
  font-weight: 400;
}

.fw-medium {
  font-weight: 500;
}

.fw-semibold {
  font-weight: 600;
}

.fw-bold {
  font-weight: 700;
}

.fw-extrabold {
  font-weight: 800;
}

.fs-md {
  font-size: 18px;
}

.fs-xs {
  font-size: 14px;
}

/*------------------- 3.7. Background -------------------*/
.bg-theme {
  background-color: var(--vs-theme-color-1);
}

.bg-theme-2 {
  background-color: var(--vs-theme-color-2);
}

.bg-theme-3 {
  background-color: var(--vs-theme-color-3);
}

.bg-theme-4 {
  background-color: var(--vs-theme-color-4);
}

.bg-theme-5 {
  background-color: var(--vs-theme-color-5);
}

.bg-theme-6 {
  background-color: var(--vs-theme-color-6);
}

.bg-theme-7 {
  background-color: var(--vs-theme-color-7);
}

.bg-theme-8 {
  background-color: var(--vs-theme-color-8);
}

.bg-theme-9 {
  background-color: var(--vs-theme-color-9);
}

.bg-theme-10 {
  background-color: var(--vs-theme-color-10);
}

.bg-theme-11 {
  background-color: var(--vs-theme-color-11);
}

.bg-theme-12 {
  background-color: var(--vs-theme-color-12);
}

.bg-theme-13 {
  background-color: var(--vs-theme-color-13);
}

.bg-theme-14 {
  background-color: var(--vs-theme-color-14);
}

.bg-theme-15 {
  background-color: var(--vs-theme-color-15);
}

.bg-theme-16 {
  background-color: var(--vs-theme-color-16);
}

.bg-theme-17 {
  background-color: var(--vs-theme-color-17);
}

.bg-theme-18 {
  background-color: var(--vs-theme-color-18);
}

.bg-theme-19 {
  background-color: var(--vs-theme-color-19);
}

.bg-theme-20 {
  background-color: var(--vs-theme-color-20);
}

.bg-white {
  background-color: var(--vs-white-color);
}

.bg-black {
  background-color: var(--vs-black-color);
}

.bg-black-2 {
  background-color: var(--vs-black-color-2);
}

.bg-black-3 {
  background-color: var(--vs-black-color-3);
}

.bg-title {
  background-color: #0A1A33;
}

.bg-body {
  background-color: var(--vs-body-color);
}

.bg-text {
  background-color: var(--vs-text-color);
}

.bg-smoke {
  background-color: var(--vs-smoke-color);
}

.bg-yellow {
  background-color: var(--vs-yellow-color);
}

.bg-success {
  background-color: var(--vs-success-color);
}

.bg-error {
  background-color: var(--vs-error-color);
}

.bg-gray {
  background-color: var(--vs-theme-color-3);
}

.bg-theme-color-1 {
  background-color: var(--vs-theme-color-1);
}

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

.bg-fluid {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}

.bg-auto {
  background-size: auto auto;
}

/*------------------- 3.8. Text Color -------------------*/
.text-theme {
  color: var(--vs-theme-color-1);
}
.text-theme:hover {
  color: var(--vs-theme-color-1);
}

.text-theme-2 {
  color: var(--vs-theme-color-2);
}
.text-theme-2:hover {
  color: var(--vs-theme-color-1);
}

.text-theme-3 {
  color: var(--vs-theme-color-3);
}
.text-theme-3:hover {
  color: var(--vs-theme-color-1);
}

.text-theme-4 {
  color: var(--vs-theme-color-4);
}
.text-theme-4:hover {
  color: var(--vs-theme-color-1);
}

.text-theme-5 {
  color: var(--vs-theme-color-5);
}
.text-theme-5:hover {
  color: var(--vs-theme-color-1);
}

.text-theme-6 {
  color: var(--vs-theme-color-6);
}
.text-theme-6:hover {
  color: var(--vs-theme-color-1);
}

.text-theme-7 {
  color: var(--vs-theme-color-7);
}
.text-theme-7:hover {
  color: var(--vs-theme-color-1);
}

.text-theme-8 {
  color: var(--vs-theme-color-8);
}
.text-theme-8:hover {
  color: var(--vs-theme-color-1);
}

.text-theme-9 {
  color: var(--vs-theme-color-9);
}
.text-theme-9:hover {
  color: var(--vs-theme-color-1);
}

.text-theme-10 {
  color: var(--vs-theme-color-10);
}
.text-theme-10:hover {
  color: var(--vs-theme-color-1);
}

.text-theme-11 {
  color: var(--vs-theme-color-11);
}
.text-theme-11:hover {
  color: var(--vs-theme-color-1);
}

.text-theme-12 {
  color: var(--vs-theme-color-12);
}
.text-theme-12:hover {
  color: var(--vs-theme-color-1);
}

.text-theme-13 {
  color: var(--vs-theme-color-13);
}
.text-theme-13:hover {
  color: var(--vs-theme-color-1);
}

.text-theme-14 {
  color: var(--vs-theme-color-14);
}
.text-theme-14:hover {
  color: var(--vs-theme-color-1);
}

.text-theme-15 {
  color: var(--vs-theme-color-15);
}
.text-theme-15:hover {
  color: var(--vs-theme-color-1);
}

.text-theme-16 {
  color: var(--vs-theme-color-16);
}
.text-theme-16:hover {
  color: var(--vs-theme-color-1);
}

.text-theme-17 {
  color: var(--vs-theme-color-17);
}
.text-theme-17:hover {
  color: var(--vs-theme-color-1);
}

.text-theme-18 {
  color: var(--vs-theme-color-18);
}
.text-theme-18:hover {
  color: var(--vs-theme-color-1);
}

.text-theme-19 {
  color: var(--vs-theme-color-19);
}
.text-theme-19:hover {
  color: var(--vs-theme-color-1);
}

.text-theme-20 {
  color: var(--vs-theme-color-20);
}
.text-theme-20:hover {
  color: var(--vs-theme-color-1);
}

.text-white {
  color: var(--vs-white-color);
}
.text-white:hover {
  color: var(--vs-theme-color-1);
}

.text-black {
  color: var(--vs-black-color);
}
.text-black:hover {
  color: var(--vs-theme-color-1);
}

.text-black-2 {
  color: var(--vs-black-color-2);
}
.text-black-2:hover {
  color: var(--vs-theme-color-1);
}

.text-black-3 {
  color: var(--vs-black-color-3);
}
.text-black-3:hover {
  color: var(--vs-theme-color-1);
}

.text-title {
  color: var(--vs-title-color);
}
.text-title:hover {
  color: var(--vs-theme-color-1);
}

.text-body {
  color: var(--vs-body-color);
}
.text-body:hover {
  color: var(--vs-theme-color-1);
}

.text-text {
  color: var(--vs-text-color);
}
.text-text:hover {
  color: var(--vs-theme-color-1);
}

.text-smoke {
  color: var(--vs-smoke-color);
}
.text-smoke:hover {
  color: var(--vs-theme-color-1);
}

.text-yellow {
  color: var(--vs-yellow-color);
}
.text-yellow:hover {
  color: var(--vs-theme-color-1);
}

.text-success {
  color: var(--vs-success-color);
}
.text-success:hover {
  color: var(--vs-theme-color-1);
}

.text-error {
  color: var(--vs-error-color);
}
.text-error:hover {
  color: var(--vs-theme-color-1);
}

.text-inherit {
  color: inherit;
}
.text-inherit:hover {
  color: var(--vs-theme-color-1);
}

a.text-theme:hover,
.text-reset:hover {
  text-decoration: underline;
}

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

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

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

.text-theme-color4 {
  color: var(--vs-theme-color-4);
}

.text-theme-color5 {
  color: var(--vs-theme-color-5);
}

/*------------------- 3.9. Overlay -------------------*/
[data-overlay=theme] {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: var(--vs-theme-color-1);
}

[data-overlay=theme-2] {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: var(--vs-theme-color-2);
}

[data-overlay=theme-3] {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: var(--vs-theme-color-3);
}

[data-overlay=theme-4] {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: var(--vs-theme-color-4);
}

[data-overlay=theme-5] {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: var(--vs-theme-color-5);
}

[data-overlay=theme-6] {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: var(--vs-theme-color-6);
}

[data-overlay=theme-7] {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: var(--vs-theme-color-7);
}

[data-overlay=theme-8] {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: var(--vs-theme-color-8);
}

[data-overlay=theme-9] {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: var(--vs-theme-color-9);
}

[data-overlay=theme-10] {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: var(--vs-theme-color-10);
}

[data-overlay=theme-11] {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: var(--vs-theme-color-11);
}

[data-overlay=theme-12] {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: var(--vs-theme-color-12);
}

[data-overlay=theme-13] {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: var(--vs-theme-color-13);
}

[data-overlay=theme-14] {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: var(--vs-theme-color-14);
}

[data-overlay=theme-15] {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: var(--vs-theme-color-15);
}

[data-overlay=theme-16] {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: var(--vs-theme-color-16);
}

[data-overlay=theme-17] {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: var(--vs-theme-color-17);
}

[data-overlay=theme-18] {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: var(--vs-theme-color-18);
}

[data-overlay=theme-19] {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: var(--vs-theme-color-19);
}

[data-overlay=theme-20] {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: var(--vs-theme-color-20);
}

[data-overlay=white] {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: var(--vs-white-color);
}

[data-overlay=black] {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: var(--vs-black-color);
}

[data-overlay=black-2] {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: var(--vs-black-color-2);
}

[data-overlay=black-3] {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: var(--vs-black-color-3);
}

[data-overlay=title] {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: var(--vs-title-color);
}

[data-overlay=body] {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: var(--vs-body-color);
}

[data-overlay=text] {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: var(--vs-text-color);
}

[data-overlay=smoke] {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: var(--vs-smoke-color);
}

[data-overlay=yellow] {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: var(--vs-yellow-color);
}

[data-overlay=success] {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: var(--vs-success-color);
}

[data-overlay=error] {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: var(--vs-error-color);
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.position-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

[data-overlay] {
  position: relative;
}
[data-overlay] [class^=col-],
[data-overlay] [class*=col-] {
  z-index: 1;
}

[data-overlay]::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

[data-opacity="1"]::before {
  opacity: 0.1;
}

[data-opacity="2"]::before {
  opacity: 0.2;
}

[data-opacity="3"]::before {
  opacity: 0.3;
}

[data-opacity="4"]::before {
  opacity: 0.4;
}

[data-opacity="5"]::before {
  opacity: 0.5;
}

[data-opacity="6"]::before {
  opacity: 0.6;
}

[data-opacity="7"]::before {
  opacity: 0.7;
}

[data-opacity="8"]::before {
  opacity: 0.8;
}

[data-opacity="9"]::before {
  opacity: 0.9;
}

[data-opacity="10"]::before {
  opacity: 1;
}

[data-opacity="0"] {
  opacity: 0;
}

[data-opacity="1"] {
  opacity: 0.01;
}

[data-opacity="2"] {
  opacity: 0.02;
}

[data-opacity="3"] {
  opacity: 0.03;
}

[data-opacity="4"] {
  opacity: 0.04;
}

[data-opacity="5"] {
  opacity: 0.05;
}

[data-opacity="6"] {
  opacity: 0.06;
}

[data-opacity="7"] {
  opacity: 0.07;
}

[data-opacity="8"] {
  opacity: 0.08;
}

[data-opacity="9"] {
  opacity: 0.09;
}

[data-opacity="10"] {
  opacity: 0.1;
}

[data-opacity="11"] {
  opacity: 0.11;
}

[data-opacity="12"] {
  opacity: 0.12;
}

[data-opacity="13"] {
  opacity: 0.13;
}

[data-opacity="14"] {
  opacity: 0.14;
}

[data-opacity="15"] {
  opacity: 0.15;
}

[data-opacity="16"] {
  opacity: 0.16;
}

[data-opacity="17"] {
  opacity: 0.17;
}

[data-opacity="18"] {
  opacity: 0.18;
}

[data-opacity="19"] {
  opacity: 0.19;
}

[data-opacity="20"] {
  opacity: 0.2;
}

[data-opacity="21"] {
  opacity: 0.21;
}

[data-opacity="22"] {
  opacity: 0.22;
}

[data-opacity="23"] {
  opacity: 0.23;
}

[data-opacity="24"] {
  opacity: 0.24;
}

[data-opacity="25"] {
  opacity: 0.25;
}

[data-opacity="26"] {
  opacity: 0.26;
}

[data-opacity="27"] {
  opacity: 0.27;
}

[data-opacity="28"] {
  opacity: 0.28;
}

[data-opacity="29"] {
  opacity: 0.29;
}

[data-opacity="30"] {
  opacity: 0.3;
}

[data-opacity="31"] {
  opacity: 0.31;
}

[data-opacity="32"] {
  opacity: 0.32;
}

[data-opacity="33"] {
  opacity: 0.33;
}

[data-opacity="34"] {
  opacity: 0.34;
}

[data-opacity="35"] {
  opacity: 0.35;
}

[data-opacity="36"] {
  opacity: 0.36;
}

[data-opacity="37"] {
  opacity: 0.37;
}

[data-opacity="38"] {
  opacity: 0.38;
}

[data-opacity="39"] {
  opacity: 0.39;
}

[data-opacity="40"] {
  opacity: 0.4;
}

[data-opacity="41"] {
  opacity: 0.41;
}

[data-opacity="42"] {
  opacity: 0.42;
}

[data-opacity="43"] {
  opacity: 0.43;
}

[data-opacity="44"] {
  opacity: 0.44;
}

[data-opacity="45"] {
  opacity: 0.45;
}

[data-opacity="46"] {
  opacity: 0.46;
}

[data-opacity="47"] {
  opacity: 0.47;
}

[data-opacity="48"] {
  opacity: 0.48;
}

[data-opacity="49"] {
  opacity: 0.49;
}

[data-opacity="50"] {
  opacity: 0.5;
}

[data-opacity="51"] {
  opacity: 0.51;
}

[data-opacity="52"] {
  opacity: 0.52;
}

[data-opacity="53"] {
  opacity: 0.53;
}

[data-opacity="54"] {
  opacity: 0.54;
}

[data-opacity="55"] {
  opacity: 0.55;
}

[data-opacity="56"] {
  opacity: 0.56;
}

[data-opacity="57"] {
  opacity: 0.57;
}

[data-opacity="58"] {
  opacity: 0.58;
}

[data-opacity="59"] {
  opacity: 0.59;
}

[data-opacity="60"] {
  opacity: 0.6;
}

[data-opacity="61"] {
  opacity: 0.61;
}

[data-opacity="62"] {
  opacity: 0.62;
}

[data-opacity="63"] {
  opacity: 0.63;
}

[data-opacity="64"] {
  opacity: 0.64;
}

[data-opacity="65"] {
  opacity: 0.65;
}

[data-opacity="66"] {
  opacity: 0.66;
}

[data-opacity="67"] {
  opacity: 0.67;
}

[data-opacity="68"] {
  opacity: 0.68;
}

[data-opacity="69"] {
  opacity: 0.69;
}

[data-opacity="70"] {
  opacity: 0.7;
}

[data-opacity="71"] {
  opacity: 0.71;
}

[data-opacity="72"] {
  opacity: 0.72;
}

[data-opacity="73"] {
  opacity: 0.73;
}

[data-opacity="74"] {
  opacity: 0.74;
}

[data-opacity="75"] {
  opacity: 0.75;
}

[data-opacity="76"] {
  opacity: 0.76;
}

[data-opacity="77"] {
  opacity: 0.77;
}

[data-opacity="78"] {
  opacity: 0.78;
}

[data-opacity="79"] {
  opacity: 0.79;
}

[data-opacity="80"] {
  opacity: 0.8;
}

[data-opacity="81"] {
  opacity: 0.81;
}

[data-opacity="82"] {
  opacity: 0.82;
}

[data-opacity="83"] {
  opacity: 0.83;
}

[data-opacity="84"] {
  opacity: 0.84;
}

[data-opacity="85"] {
  opacity: 0.85;
}

[data-opacity="86"] {
  opacity: 0.86;
}

[data-opacity="87"] {
  opacity: 0.87;
}

[data-opacity="88"] {
  opacity: 0.88;
}

[data-opacity="89"] {
  opacity: 0.89;
}

[data-opacity="90"] {
  opacity: 0.9;
}

[data-opacity="91"] {
  opacity: 0.91;
}

[data-opacity="92"] {
  opacity: 0.92;
}

[data-opacity="93"] {
  opacity: 0.93;
}

[data-opacity="94"] {
  opacity: 0.94;
}

[data-opacity="95"] {
  opacity: 0.95;
}

[data-opacity="96"] {
  opacity: 0.96;
}

[data-opacity="97"] {
  opacity: 0.97;
}

[data-opacity="98"] {
  opacity: 0.98;
}

[data-opacity="99"] {
  opacity: 0.99;
}

[data-opacity="100"] {
  opacity: 1;
}

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

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

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

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

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

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

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

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

.ripple-animation {
  animation-duration: var(--vs-ripple-duration);
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-name: ripple;
}

@keyframes ripple {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.4;
  }
  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 toTopFromBottom {
  49% {
    transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toRightFromLeft {
  49% {
    transform: translateX(100%);
  }
  50% {
    opacity: 0;
    transform: translateX(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes upDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(calc(100% - 40px));
  }
}
@keyframes leftDown {
  0%, 100% {
    left: 0%;
  }
  50% {
    left: 100%;
  }
}
@keyframes zoom {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes vsfadeInUp {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes vsfadeInRight {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes vsfadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-200px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/*------------------- 3.10. Animation -------------------*/
.searchBoxTggler,
.sideMenuToggler {
  --icon-size: 55px;
  min-width: var(--icon-size);
  min-height: var(--icon-size);
  border-radius: 50%;
  position: relative;
  border: 0;
  background-color: var(--vs-white-color);
  color: var(--vs-title-color);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-size: 24px;
  z-index: 1;
}
.searchBoxTggler i::before,
.sideMenuToggler i::before {
  display: block;
  transition: all 0.3s ease-in-out;
}
.searchBoxTggler::before,
.sideMenuToggler::before {
  position: absolute;
  content: "";
  --icon-size: 55px;
  min-width: var(--icon-size);
  min-height: var(--icon-size);
  background-color: var(--vs-theme-color-2);
  border-radius: 50%;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transform-origin: center center;
  transition: all 0.3s ease-in-out;
}
.searchBoxTggler:hover::before,
.sideMenuToggler:hover::before {
  transform: translate(-50%, -50%) scale(1);
  transition: all 0.3s ease-in-out;
}
.searchBoxTggler:hover i::before,
.sideMenuToggler:hover i::before {
  animation: toTopFromBottom 0.4s forwards;
}

.searchBoxTggler--style2 {
  font-size: 20px;
  border-radius: 10px;
  background-color: var(--vs-theme-color-4);
  color: var(--vs-white-color);
}
.searchBoxTggler--style2::before {
  background-color: var(--vs-theme-color-5);
  border-radius: 10px;
}
.searchBoxTggler--style3 {
  border-radius: 10px;
  background-color: var(--vs-theme-color-13);
}
.searchBoxTggler--style3::before {
  border-radius: 10px;
  background-color: var(--vs-theme-color-13);
}
.searchBoxTggler--style3:hover {
  background-color: transparent;
}
.searchBoxTggler--style3:hover::before {
  background-color: var(--vs-theme-color-13);
}
.searchBoxTggler--style4::before {
  background-color: var(--vs-theme-color-18);
}
.searchBoxTggler--style4:hover {
  background-color: transparent;
}
.searchBoxTggler--style4:hover::before {
  background-color: var(--vs-theme-color-18);
}

.sideMenuToggler.style2, .sideMenuToggler.style3 {
  border: 2px solid var(--vs-theme-color-6);
  color: var(--vs-theme-color-6);
  border-radius: 10px;
  --icon-size: 60px;
}
.sideMenuToggler.style2 svg, .sideMenuToggler.style3 svg {
  display: block;
  transition: all 0.3s ease-in-out;
}
.sideMenuToggler.style2::before, .sideMenuToggler.style2::after, .sideMenuToggler.style3::before, .sideMenuToggler.style3::after {
  --icon-size: 60px;
  background-color: var(--vs-theme-color-7);
  border-radius: 10px;
}
.sideMenuToggler.style2:hover, .sideMenuToggler.style3:hover {
  border: 2px solid var(--vs-theme-color-7);
}
.sideMenuToggler.style2:hover svg, .sideMenuToggler.style3:hover svg {
  animation: toTopFromBottom 0.4s forwards;
}
.sideMenuToggler.style3 {
  background-color: var(--vs-theme-color-11);
  border: 2px solid var(--vs-theme-color-11);
  color: var(--vs-white-color);
}
.sideMenuToggler.style3::before, .sideMenuToggler.style3::after {
  background-color: var(--vs-theme-color-11);
}
.sideMenuToggler.style3:hover {
  border: 2px solid var(--vs-theme-color-10);
  background-color: var(--vs-theme-color-10);
}
.sideMenuToggler.style3:hover::before, .sideMenuToggler.style3:hover::after {
  background-color: var(--vs-theme-color-10);
}
.sideMenuToggler.style3:hover svg {
  animation: toRightFromLeft 0.8s forwards;
}

/* Medium devices */
@media (max-width: 991px) {
  .searchBoxTggler,
  .sideMenuToggler {
    --icon-size: 50px;
  }
}
/*------------------- 3.10. Animation -------------------*/
.social-style {
  color: var(--vs-white-color);
  display: inline-flex;
  align-items: center;
}
.social-style__label {
  font-weight: 700;
  text-transform: capitalize;
  margin-right: 12px;
}
.social-style a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--vs-gray-color-2);
  font-size: 14px;
  margin-right: 20px;
  transition: all ease 0.4s;
}
.social-style a i::before {
  display: block;
  transition: all 0.3s ease-in-out;
}
.social-style a:last-child {
  margin-right: 0;
}
.social-style a:hover {
  color: var(--vs-theme-color-1);
}
.social-style a:hover i::before {
  animation: toTopFromBottom 0.4s forwards;
}
.social-style.style2, .social-style.style3, .social-style.style4, .social-style.style5, .social-style.style6, .social-style.style7 {
  gap: 10px;
}
.social-style.style2 a, .social-style.style3 a, .social-style.style4 a, .social-style.style5 a, .social-style.style6 a, .social-style.style7 a {
  --icon-size: 30px;
  font-size: 14px;
  min-width: var(--icon-size);
  min-height: var(--icon-size);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  color: var(--vs-white-color);
  border: 1px solid var(--vs-theme-color-2);
  overflow: hidden;
  position: relative;
  z-index: 1;
}
[data-theme=dark] .social-style.style2 a, [data-theme=dark] .social-style.style3 a, [data-theme=dark] .social-style.style4 a, [data-theme=dark] .social-style.style5 a, [data-theme=dark] .social-style.style6 a, [data-theme=dark] .social-style.style7 a {
  color: var(--vs-black-color);
}
.social-style.style2 a::before, .social-style.style3 a::before, .social-style.style4 a::before, .social-style.style5 a::before, .social-style.style6 a::before, .social-style.style7 a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--vs-theme-color-2);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  will-change: transform;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
}
.social-style.style2 a:hover, .social-style.style3 a:hover, .social-style.style4 a:hover, .social-style.style5 a:hover, .social-style.style6 a:hover, .social-style.style7 a:hover {
  color: var(--vs-theme-color-1);
  background-color: var(--vs-theme-color-2);
}
.social-style.style2 a:hover::before, .social-style.style3 a:hover::before, .social-style.style4 a:hover::before, .social-style.style5 a:hover::before, .social-style.style6 a:hover::before, .social-style.style7 a:hover::before {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}
.social-style.style3 a {
  border-color: var(--vs-theme-color-5);
}
.social-style.style3 a::before {
  background-color: var(--vs-theme-color-5);
}
.social-style.style3 a:hover {
  color: var(--vs-black-color-3);
}
.social-style.style4 a {
  border-color: var(--vs-theme-color-7);
}
.social-style.style4 a::before {
  background-color: var(--vs-theme-color-7);
}
.social-style.style4 a:hover {
  background-color: var(--vs-theme-color-7);
  color: var(--vs-theme-color-6);
}
.social-style.style5 a {
  border-color: var(--vs-theme-color-11);
}
.social-style.style5 a::before {
  background-color: var(--vs-theme-color-11);
}
.social-style.style5 a:hover {
  background-color: var(--vs-theme-color-11);
  color: var(--vs-white-color);
}
.social-style.style6 a {
  border-color: var(--vs-white-color);
}
.social-style.style6 a::before {
  background-color: var(--vs-theme-color-13);
}
.social-style.style6 a:hover {
  background-color: var(--vs-theme-color-13);
  color: var(--vs-theme-color-14);
  border-color: var(--vs-theme-color-13);
}
.social-style.style7 a {
  border-color: var(--vs-white-color);
}
.social-style.style7 a::before {
  background-color: var(--vs-theme-color-18);
}
.social-style.style7 a:hover {
  background-color: var(--vs-theme-color-18);
  color: var(--vs-theme-color-17);
  border-color: var(--vs-theme-color-18);
}

.social-clickable__toggle {
  padding: 20px 0 0 0;
  display: grid;
  gap: 10px;
}
.social-clickable__toggle li {
  transform: translateY(-100%) scale(0);
  opacity: 0;
  visibility: hidden;
  will-change: transform;
  transform-origin: top center;
  transition: all 0.4s linear;
}
.social-clickable__toggle li:nth-of-type(1) {
  transition-delay: 0.1s;
}
.social-clickable__toggle li:nth-of-type(2) {
  transition-delay: 0.2s;
}
.social-clickable__toggle li:nth-of-type(3) {
  transition-delay: 0.3s;
}
.social-clickable__toggle--active li {
  transform: translateY(0%) scale(1);
  opacity: 1;
  visibility: visible;
  will-change: transform;
  transform-origin: bottom center;
  transition: all 0.4s linear;
}
.social-clickable__toggle--active li:nth-of-type(1) {
  transition-delay: 0.1s;
}
.social-clickable__toggle--active li:nth-of-type(2) {
  transition-delay: 0.2s;
}
.social-clickable__toggle--active li:nth-of-type(3) {
  transition-delay: 0.3s;
}

/*------------------- 3.10. Animation -------------------*/
.will-sticky .sticky-active {
  position: fixed;
  top: -100%;
  right: 0;
  left: 0;
  background-color: var(--vs-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;
}

/*------------------- 3.10. Animation -------------------*/
:root {
  --cursor-size: 20px;
  --cursor-font-size: 14px;
  --cursor-bg: transparent;
  --cursor-text-color: #fff;
  --cursor-border-radius: 50%;
  --cursor-blend: difference;
}

#customCursor {
  position: fixed;
  top: 0;
  left: 0;
  width: var(--cursor-size);
  height: var(--cursor-size);
  background: var(--cursor-bg);
  color: var(--cursor-text-color);
  font-size: var(--cursor-font-size);
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  border: 2px solid currentColor;
  border-radius: var(--cursor-border-radius);
  mix-blend-mode: var(--cursor-blend);
  transform: translate(-50%, -50%) scale(1);
  transition: width 0.2s, height 0.2s, background 0.2s, color 0.2s, font-size 0.2s, transform 0.2s, border-radius 0.2s, mix-blend-mode 0.2s;
  z-index: 9999;
  opacity: 1;
  mix-blend-mode: var(--cursor-blend);
  /* Small devices */
}
@media (max-width: 767px) {
  #customCursor {
    display: none;
  }
}

#customCursor .cursor-icon-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--cursor-icon-gap, 0);
}

/*------------------- 3.10. Animation -------------------*/
.popup-search-box {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(10px);
  height: 0%;
  width: 100%;
  overflow: hidden;
  z-index: 999999;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
  padding: 0 20px;
  transition-delay: 0.9s;
}
.popup-search-box button.searchClose {
  width: 60px;
  height: 60px;
  line-height: 60px;
  position: absolute;
  top: 0px;
  right: auto;
  left: 50%;
  transform: translateX(-50%);
  border: none;
  background-color: var(--vs-theme-color2);
  color: var(--vs-white-color);
  font-size: 30px;
  border-radius: 50%;
  transition: all ease 0.4s;
  transition-delay: 0.5s;
}
.popup-search-box button.searchClose i {
  line-height: inherit;
  transition: all ease 1s;
  rotate: 360deg;
}
.popup-search-box button.searchClose:hover {
  color: var(--vs-white-color);
  background-color: var(--vs-theme-color1);
}
.popup-search-box button.searchClose:hover i {
  transition: all ease 1s;
  rotate: 0deg;
}
.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;
  padding: 0 20px;
  /* Large devices */
}
@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(--vs-theme-color2);
  background-color: rgba(18, 21, 31, 0.5);
  backdrop-filter: blur(10px);
  padding-left: 30px;
  color: var(--vs-white-color);
  border-radius: 50px;
  box-shadow: none;
  transition: all 0.3s ease-in-out;
}
.popup-search-box form input:focus {
  outline: none;
  border-color: var(--vs-theme-color2);
}
.popup-search-box form button {
  position: absolute;
  top: 50%;
  background-color: transparent;
  border: none;
  font-size: 20px;
  right: 45px;
  color: var(--vs-white-color);
  cursor: pointer;
  width: auto;
  height: auto;
  transition: all ease 0.4s;
  transform: scale(1.001) translateY(-50%);
}
.popup-search-box form button:hover {
  transform: scale(1.1) translateY(-50%);
  color: var(--vs-theme-color2);
}
.popup-search-box.show {
  opacity: 1;
  visibility: visible;
  height: 100%;
  transition: all ease 0.4s;
}
.popup-search-box.show button.searchClose {
  top: 40px;
  transition-delay: 0.5s;
}
.popup-search-box.show form {
  transition-delay: 0.5s;
  transform: translate(-50%, -50%) scale(1);
}

/*------------------- 3.10. Animation -------------------*/
/* Prevent jumping during slide transitions */
.swiper-slide {
  backface-visibility: hidden;
}

/* Instant animation start without delay */
.swiper-animation.vs-carousel .swiper-slide-active .vs-swiper-animation {
  animation-play-state: running;
}

.carousel-arrows {
  display: inline-flex;
  align-items: center;
  padding: 5px;
  background: var(--vs-theme-color-6);
  border-radius: 10px;
}
.carousel-arrows button {
  --icon-size: 50px;
  background-color: transparent;
  width: var(--icon-size);
  height: var(--icon-size);
  border-radius: 10px;
  border: 0;
  color: var(--vs-theme-color-7);
}
.carousel-arrows button i::before {
  display: block;
  transition: all 0.3s ease-in-out;
}
.carousel-arrows button:hover, .carousel-arrows button.active {
  background-color: var(--vs-theme-color-7);
  color: var(--vs-theme-color-6);
}
.carousel-arrows button:hover i::before, .carousel-arrows button.active i::before {
  animation: toTopFromBottom 0.4s forwards;
}
.carousel-arrows--portfolio {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-60px);
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.vs-carousel--portfolio:hover .carousel-arrows--portfolio {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0px);
}
.carousel-arrows.style2, .carousel-arrows.style3, .carousel-arrows.style4 {
  background-color: transparent;
  padding: 0;
  gap: 10px;
}
.carousel-arrows.style2 .carousel-arrows__prev,
.carousel-arrows.style2 .carousel-arrows__next, .carousel-arrows.style3 .carousel-arrows__prev,
.carousel-arrows.style3 .carousel-arrows__next, .carousel-arrows.style4 .carousel-arrows__prev,
.carousel-arrows.style4 .carousel-arrows__next {
  background-color: var(--vs-theme-color-10);
  color: var(--vs-white-color);
}
.carousel-arrows.style2 .carousel-arrows__prev:hover,
.carousel-arrows.style2 .carousel-arrows__next:hover, .carousel-arrows.style3 .carousel-arrows__prev:hover,
.carousel-arrows.style3 .carousel-arrows__next:hover, .carousel-arrows.style4 .carousel-arrows__prev:hover,
.carousel-arrows.style4 .carousel-arrows__next:hover {
  background-color: var(--vs-theme-color-11);
}
.carousel-arrows.style3 .carousel-arrows__prev,
.carousel-arrows.style3 .carousel-arrows__next {
  background-color: var(--vs-theme-color-14);
  color: var(--vs-white-color);
}
.carousel-arrows.style3 .carousel-arrows__prev:hover,
.carousel-arrows.style3 .carousel-arrows__next:hover {
  background-color: var(--vs-theme-color-13);
}
.carousel-arrows.style4 .carousel-arrows__prev,
.carousel-arrows.style4 .carousel-arrows__next {
  background-color: transparent;
  color: var(--vs-theme-color-17);
  border: 2px solid var(--vs-theme-color-17);
}
.carousel-arrows.style4 .carousel-arrows__prev:hover,
.carousel-arrows.style4 .carousel-arrows__next:hover {
  background-color: var(--vs-theme-color-17);
  color: var(--vs-theme-color-18);
}

.vs-carousel .swiper-pagination.swiper-pagination-bullets {
  left: 50%;
  max-width: calc(var(--vs-main-container) + var(--vs-container-gutters));
  padding-left: calc(var(--vs-container-gutters) / 2);
  padding-right: calc(var(--vs-container-gutters) / 2);
  transform: translateX(-50%);
  margin-right: auto;
  margin-left: auto;
  bottom: 50px;
  width: 100% !important;
  text-align: left;
  /* Large devices */
}
@media (max-width: 1199px) {
  .vs-carousel .swiper-pagination.swiper-pagination-bullets {
    text-align: right;
  }
}
.vs-carousel .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  transform: scale(1);
  opacity: 1;
  background-color: var(--vs-white-color);
  left: 0 !important;
  transition: all 0.3s ease-in-out;
}
.vs-carousel .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 60px;
  background-color: var(--vs-theme-color-7);
  border-radius: 10px;
}
.vs-carousel--style5 .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  background-color: var(--vs-white-color);
}
.vs-carousel--style5 .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--vs-theme-color-13);
}

.clientsCarouselH4-pagination {
  display: inline-flex;
  min-height: 40px;
  height: 40px;
  max-height: 40px;
  max-width: 100px;
  min-width: 100px;
  background-color: var(--vs-theme-color-11);
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  border-radius: 30px;
}
.clientsCarouselH4-pagination .swiper-pagination {
  position: relative;
  left: 0 !important;
  top: auto;
  bottom: 0;
  transform: none !important;
  display: flex;
  align-items: center;
}
.clientsCarouselH4-pagination .swiper-pagination .swiper-pagination-bullet {
  border: 1px solid transparent;
  width: 10px;
  min-width: 10px;
  height: 30px;
  transform: scale(1);
  opacity: 1;
  background-color: transparent;
  left: 0 !important;
  transition: all 0.3s ease-in-out;
}
.clientsCarouselH4-pagination .swiper-pagination .swiper-pagination-bullet::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background-color: var(--vs-white-color);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
}
.clientsCarouselH4-pagination .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: transparent;
  border: 1px solid var(--vs-white-color);
  border-radius: 50%;
  width: 30px;
  min-width: 30px;
  height: 30px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.clientsCarouselH4-pagination .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background-color: var(--vs-white-color);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
}

.swiper-pagination--portfolioCarouselH6 {
  position: relative;
  left: 0;
  transform: none;
  bottom: 0;
  text-align: center;
  padding-top: 60px;
  line-height: 1;
  height: auto;
  display: flex;
  justify-content: center;
  gap: 5px;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.swiper-pagination--portfolioCarouselH6 .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  transform: scale(1);
  opacity: 1;
  background-color: transparent;
  border: 2px solid var(--vs-theme-color-17);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  text-indent: -99999px;
  cursor: pointer;
}
.swiper-pagination--portfolioCarouselH6 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 60px;
  background-color: var(--vs-theme-color-17);
  border-radius: 10px;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/*=================================
    04. Template Style
==================================*/
/*------------------- 4.1. Widget  -------------------*/
.widget_nav_menu ul,
.widget_meta ul,
.widget_pages ul,
.widget_archive ul,
.widget_categories ul,
.widget_services ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget_nav_menu > ul,
.widget_meta > ul,
.widget_pages > ul,
.widget_archive > ul,
.widget_categories > ul,
.widget_services > ul {
  margin: 0 0 -38px 0;
}
.widget_nav_menu a,
.widget_meta a,
.widget_pages a,
.widget_archive a,
.widget_categories a,
.widget_services a {
  display: block;
  background-color: transparent;
  color: var(--vs-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,
.widget_meta a::before,
.widget_pages a::before,
.widget_archive a::before,
.widget_categories a::before,
.widget_services a::before {
  content: "\f178";
  position: absolute;
  right: 0;
  top: 0;
  font-family: var(--vs-icon-font);
  font-weight: 400;
  color: var(--vs-theme-color-1);
}
.widget_nav_menu a:hover,
.widget_meta a:hover,
.widget_pages a:hover,
.widget_archive a:hover,
.widget_categories a:hover,
.widget_services a:hover {
  color: var(--vs-theme-color-1);
}
.widget_nav_menu li,
.widget_meta li,
.widget_pages li,
.widget_archive li,
.widget_categories li,
.widget_services li {
  display: block;
  position: relative;
}
.widget_nav_menu li:last-child a,
.widget_meta li:last-child a,
.widget_pages li:last-child a,
.widget_archive li:last-child a,
.widget_categories li:last-child a,
.widget_services li:last-child a {
  border-bottom: none;
}
.widget_nav_menu li > span,
.widget_meta li > span,
.widget_pages li > span,
.widget_archive li > span,
.widget_categories li > span,
.widget_services 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,
.widget_meta li:hover > span,
.widget_pages li:hover > span,
.widget_archive li:hover > span,
.widget_categories li:hover > span,
.widget_services li:hover > span {
  color: var(--vs-theme-color-1);
}
.widget_nav_menu .children,
.widget_meta .children,
.widget_pages .children,
.widget_archive .children,
.widget_categories .children,
.widget_services .children {
  margin-left: 10px;
}

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

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

.wp-block-archives {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
.wp-block-archives a:not(:hover) {
  color: inherit;
}

.vs-blog ul.wp-block-archives li {
  margin: 5px 0;
}

/* Small devices */
@media (max-width: 767px) {
  .widget_nav_menu a,
  .widget_meta a,
  .widget_pages a,
  .widget_archive a,
  .widget_categories a {
    font-size: 14px;
  }
}
.widget {
  padding: 10px 10px 40px 10px;
  background-color: var(--vs-theme-color-19);
  position: relative;
  margin-bottom: 40px;
  border-radius: 20px;
}
.widget select,
.widget input {
  height: 55px;
  border: none;
  background-color: var(--vs-white-color);
  padding-left: 20px;
  font-weight: 400;
}
.widget label, .widget__heading,
.widget .wp-block-heading,
.widget h3 {
  display: flex;
  position: relative;
  align-items: center;
  background-color: var(--vs-theme-color-17);
  color: var(--vs-white-color);
  padding: 10px 10px 10px 30px;
  font-size: 30px;
  font-weight: 700;
  border-radius: 20px;
  font-family: var(--vs-title-font);
  margin-bottom: 0;
  /* Large devices */
}
@media (max-width: 1199px) {
  .widget label, .widget__heading,
  .widget .wp-block-heading,
  .widget h3 {
    font-size: 22px;
    padding: 10px 10px 10px 20px;
  }
}
.widget label::after, .widget__heading::after,
.widget .wp-block-heading::after,
.widget h3::after {
  content: "\f002";
  font-family: var(--vs-icon-font);
  margin-left: auto;
  min-width: 60px;
  min-height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--vs-theme-color-18);
  font-size: 26px;
  border-radius: 20px;
  color: var(--vs-theme-color-17);
}
.widget .wp-block-search__inside-wrapper {
  padding: 30px 30px 0 30px;
  /* Small devices */
}
@media (max-width: 767px) {
  .widget .wp-block-search__inside-wrapper {
    padding: 20px 0 0 0px;
  }
}
.widget_search form input, .widget_newsletter form input {
  display: block;
  width: 100%;
  border-radius: 10px;
  min-height: 60px;
  margin-bottom: 20px;
}
.widget_categories, .widget_services {
  padding: 10px 10px 24px 10px;
}
.widget_categories .widget__heading::after, .widget_services .widget__heading::after {
  content: "\f5fd";
}
.widget_categories .wp-block-categories, .widget_services .wp-block-categories {
  padding: 24px 30px 0 30px;
  margin: 0 0 0px 0;
  /* Large devices */
}
@media (max-width: 1199px) {
  .widget_categories .wp-block-categories, .widget_services .wp-block-categories {
    padding: 30px 15px 0 15px;
  }
}
.widget_categories .wp-block-categories, .widget_services .wp-block-categories {
  /* Medium devices */
}
@media (max-width: 991px) {
  .widget_categories .wp-block-categories, .widget_services .wp-block-categories {
    padding: 15px 15px 0 15px;
  }
}
.widget_categories a, .widget_services a {
  padding: 24px 0 24px 40px;
  font-size: 16px;
  font-weight: 700;
  font-family: var(--vs-title-font);
  text-transform: capitalize;
  color: var(--vs-title-color);
  margin: 0 0 0px 0;
  border-bottom: 1px solid var(--vs-theme-color-17);
  transition: all 0.3s ease-in-out;
}
.widget_categories a::before, .widget_services a::before {
  content: "\f101";
  left: 0;
  right: auto;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--vs-white-color);
  top: 50%;
  border-radius: 50%;
  border: 1px solid var(--vs-theme-color-17);
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  transform: translateY(-50%);
}
.widget_categories a:hover, .widget_services a:hover {
  color: var(--vs-theme-color-17);
}
.widget_categories a:hover::before, .widget_services a:hover::before {
  background-color: var(--vs-theme-color-17);
  color: var(--vs-theme-color-18);
}
.widget_services .widget__heading::after {
  content: "\e187";
}
.widget_rcp .widget__heading::after {
  content: "\f401";
}
.widget_rcp .recent-post-wrap {
  padding: 40px 30px 0 30px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .widget_rcp .recent-post-wrap {
    padding: 20px 15px 0 15px;
  }
}
.widget_newsletter {
  background-color: var(--vs-theme-color-17);
}
.widget_newsletter .wp-block-search__inside-wrapper {
  padding: 40px 30px 0 30px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .widget_newsletter .wp-block-search__inside-wrapper {
    padding: 30px 15px 0 15px;
  }
}
.widget_newsletter .widget__heading {
  background-color: var(--vs-theme-color-18);
  color: var(--vs-theme-color-17);
}
.widget_newsletter .widget__heading::after {
  background-color: var(--vs-theme-color-17);
  color: var(--vs-theme-color-18);
  content: "\f1d8";
}
.widget_newsletter .vs-btn::before, .widget_newsletter .vs-btn::after {
  background-color: var(--vs-white-color);
}
.widget_newsletter .vs-btn:hover {
  color: var(--vs-title-color);
}
.widget_about {
  padding: 40px 10px 40px 10px;
  background-color: var(--vs-theme-color-17);
  text-align: center;
}
.widget_about .widget__about {
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  border: 5px solid var(--vs-theme-color-18);
}
.widget_about .widget__about-name {
  font-size: 30px;
  color: var(--vs-white-color);
  /* Medium devices */
}
@media (max-width: 991px) {
  .widget_about .widget__about-name {
    font-size: 22px;
  }
}
.widget_about .widget__about-role {
  color: var(--vs-white-color);
  font-weight: 500;
  display: flex;
  margin: 0 0 12px 0;
  /* Medium devices */
}
@media (max-width: 991px) {
  .widget_about .widget__about-role {
    justify-content: center;
  }
}
.widget_about .widget__about-divider {
  display: flex;
  margin: 0 0 25px 0;
  /* Medium devices */
}
@media (max-width: 991px) {
  .widget_about .widget__about-divider {
    justify-content: center;
  }
}
.widget_about .widget__about-text {
  color: var(--vs-white-color);
  margin: 0 0 20px 0;
}
.widget_about .widget__content {
  text-align: left;
  padding: 20px 30px 0 30px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .widget_about .widget__content {
    padding: 20px 0px 0 0px;
    text-align: center;
  }
}
.widget_about .social-style a {
  min-width: 40px;
  min-height: 40px;
  background-color: var(--vs-white-color);
  margin-right: 10px;
}
.widget_about .social-style a:hover {
  background-color: var(--vs-theme-color-18);
  color: var(--vs-theme-color-17);
}

.widget_title {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  line-height: 1em;
  margin: -0.07em 0 35px 0;
  font-family: var(--vs-title-font);
}

.widget .search-form {
  position: relative;
  display: flex;
}
.widget .search-form input {
  flex: 1;
}
.widget .search-form button {
  border: none;
  background-color: var(--vs-theme-color-1);
  color: var(--vs-white-color);
  height: 55px;
  width: 55px;
  line-height: 55px;
  font-size: 17px;
}
.widget .search-form button:hover {
  background-color: var(--vs-title-color);
  color: var(--vs-white-color);
}

.wp-block-tag-cloud a,
.tagcloud a {
  display: inline-block;
  border: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  padding: 9.5px 16.5px;
  margin-right: 5px;
  margin-bottom: 10px;
  color: var(--vs-title-color);
  background-color: var(--vs-smoke-color);
  border-radius: 4px;
}
.wp-block-tag-cloud a:hover,
.tagcloud a:hover {
  background-color: var(--vs-theme-color-1);
  color: var(--vs-white-color) !important;
}

.tagcloud {
  margin-right: -5px;
  margin-bottom: -10px;
}
.tagcloud a {
  background-color: var(--vs-white-color);
  color: var(--vs-title-color);
}

.recent-post {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}
.recent-post:last-child {
  margin-bottom: 0;
}
.recent-post .media-img {
  margin-right: 20px;
  width: 100px;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}
.recent-post .media-img::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--vs-theme-color-17);
  opacity: 30%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.recent-post .media-img img {
  width: 100%;
  border-radius: 10px;
  transition: all ease 0.4s;
}
.recent-post .post-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 0px 0;
}
.recent-post .post-title a {
  color: var(--vs-title-color);
  display: block;
}
.recent-post .post-title:hover a {
  color: var(--vs-theme-color-17);
}
.recent-post .recent-post-meta a {
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
  color: var(--vs-gray-color-2);
  display: block;
  margin-bottom: 5px;
}
.recent-post .recent-post-meta a i {
  margin-right: 10px;
  color: var(--vs-theme-color-17);
}
.recent-post:hover .media-img img {
  transform: scale(1.1);
}
.recent-post.style2 .post-title {
  margin: 0 0 5px 0;
}
.recent-post.style2 .post-title a {
  color: var(--vs-white-color);
}
.recent-post.style2 .post-title a:hover {
  color: var(--vs-theme-color-5);
}
.recent-post.style2 .media-img::before {
  display: none;
}
.recent-post.style2 .recent-post-meta a {
  color: var(--vs-white-color);
}
.recent-post.style2 .recent-post-meta a i {
  color: var(--vs-theme-color-5);
}

.wp-block-calendar,
.calendar_wrap {
  position: relative;
  background-color: #fff;
  padding-bottom: 0;
  border: none;
}
.wp-block-calendar span[class*=wp-calendar-nav],
.calendar_wrap span[class*=wp-calendar-nav] {
  position: absolute;
  top: 8px;
  left: 20px;
  font-size: 14px;
  color: var(--vs-title-color);
  font-weight: 500;
  z-index: 1;
}
.wp-block-calendar span[class*=wp-calendar-nav] a,
.calendar_wrap span[class*=wp-calendar-nav] a {
  color: inherit;
}
.wp-block-calendar span.wp-calendar-nav-next,
.calendar_wrap span.wp-calendar-nav-next {
  left: auto;
  right: 20px;
}
.wp-block-calendar caption,
.calendar_wrap caption {
  caption-side: top;
  text-align: center;
  color: var(--vs-title-color);
  background-color: var(--vs-theme-color-1);
}
.wp-block-calendar th,
.calendar_wrap th {
  font-size: 14px;
  padding: 5px 5px;
  border: none;
  text-align: center;
  border-right: 1px solid var(--vs-white-color);
  color: #01133c;
  font-weight: 500;
}
.wp-block-calendar th a,
.calendar_wrap th a {
  color: inherit;
}
.wp-block-calendar td,
.calendar_wrap td {
  font-size: 14px;
  padding: 5px;
  color: #01133c;
  border: 1px solid #ededed;
  text-align: center;
  background-color: transparent;
  transition: all ease 0.4s;
}
.wp-block-calendar #today,
.calendar_wrap #today {
  color: var(--vs-theme-color-1);
  background-color: var(--vs-white-color);
  border-color: #ededed;
}
.wp-block-calendar thead,
.calendar_wrap thead {
  background-color: var(--vs-white-color);
}
.wp-block-calendar .wp-calendar-table,
.calendar_wrap .wp-calendar-table {
  margin-bottom: 0;
}
.wp-block-calendar .wp-calendar-nav .pad,
.calendar_wrap .wp-calendar-nav .pad {
  display: none;
}

.widget_shopping_cart {
  text-align: left;
}
.widget_shopping_cart ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.widget_shopping_cart .mini_cart_item {
  position: relative;
  border-bottom: 1px solid var(--vs-border-color);
  padding: 0 0 32px 110px;
  margin: 0 0 27px 0;
  min-height: 90px;
}
.widget_shopping_cart .remove {
  position: absolute;
  right: 0;
  top: 0;
  color: var(--vs-title-color);
  line-height: 1;
  font-size: 18px;
}
.widget_shopping_cart .remove:hover {
  color: var(--vs-theme-color-1);
}
.widget_shopping_cart .img {
  position: absolute;
  left: 0;
  top: 3px;
  width: 90px;
  height: 90px;
  display: inline-block;
  border: 1px solid var(--vs-border-color);
}
.widget_shopping_cart .product-title {
  font-size: 14px;
  color: var(--vs-title-color);
  font-weight: 400;
  margin-bottom: 0;
  display: inline-block;
}
.widget_shopping_cart .amount {
  display: block;
  font-weight: 600;
  color: var(--vs-title-color);
  font-size: 16px;
}
.widget_shopping_cart .quantity {
  display: inline-flex;
  margin-top: 12px;
}
.widget_shopping_cart .qut-btn {
  border: 1px solid var(--vs-border-color);
  background-color: transparent;
  display: inline-block;
  background-color: transparent;
  width: 25px;
  height: 25px;
  padding: 0;
  font-size: 12px;
  z-index: 1;
  position: relative;
}
.widget_shopping_cart .qut-btn:hover {
  background-color: var(--vs-title-color);
  border-color: transparent;
  color: var(--vs-white-color);
}
.widget_shopping_cart .qty-input {
  border: 1px solid var(--vs-border-color);
  text-align: center;
  width: -moz-max-content;
  width: max-content;
  min-width: 40px;
  font-size: 12px;
  padding: 0;
  height: 25px;
  margin: 0 -1px;
}
.widget_shopping_cart .subtotal {
  float: right;
  text-align: right;
  font-size: 12px;
  margin-top: 19px;
}
.widget_shopping_cart .subtotal > span:not(.amount) {
  color: var(--vs-body-color);
  font-weight: 300;
}
.widget_shopping_cart .subtotal .amount {
  font-size: 12px;
  display: inline-block;
}
.widget_shopping_cart .total {
  color: var(--vs-title-color);
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 25px;
  font-size: 18px;
}
.widget_shopping_cart .total .amount {
  font-size: inherit;
  display: inline-block;
  color: var(--vs-theme-color-1);
}
.widget_shopping_cart .vs-btn {
  border: 1px solid var(--vs-title-color);
  color: var(--vs-title-color);
  margin-right: 10px;
  text-transform: capitalize;
  height: 50px;
  line-height: 47px;
  padding: 0 35px;
  background-color: var(--vs-title-color);
  color: var(--vs-white-color);
  font-weight: 400;
}
.widget_shopping_cart .vs-btn:hover {
  background-color: transparent;
  color: var(--vs-title-color);
}
.widget_shopping_cart .buttons {
  margin: 0;
}

.sidebar-area {
  margin-bottom: 30px;
}
.sidebar-area ul.wp-block-latest-posts {
  margin-bottom: 0;
}
.sidebar-area ul.wp-block-latest-posts li:last-child {
  margin-bottom: 0;
}
.sidebar-area .newsletter-form button {
  width: 100%;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
  height: 60px;
  margin-top: 10px;
}
.sidebar-area .widget .wp-block-search {
  margin-bottom: 0;
}
.sidebar-area .wp-block-group__inner-container h2 {
  font-size: 20px;
  line-height: 1em;
  margin-bottom: 20px;
  margin-top: -0.07em;
}
.sidebar-area ol.wp-block-latest-comments {
  padding: 0;
  margin: 0;
}
.sidebar-area ol.wp-block-latest-comments li {
  line-height: 1.5;
  margin: 0 0 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 20px;
}
.sidebar-area ol.wp-block-latest-comments li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.recent-product {
  display: flex;
}
.recent-product .product-title {
  font-size: 16px;
}

.widget-workhours ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.widget-workhours li {
  background-color: var(--vs-white-color);
  padding: 14.5px 20px;
  margin: 0 0 15px 0;
  font-family: var(--vs-title-font);
  font-weight: 500;
}
.widget-workhours li:last-child {
  margin-bottom: 0;
}
.widget-workhours li i {
  margin-right: 10px;
}

.quote-box {
  position: relative;
  text-align: center;
  padding: 80px 30px;
  margin: 0 0 30px 0;
}
.quote-box:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(7, 26, 62, 0.7);
}
.quote-box__title {
  color: var(--vs-white-color);
  position: relative;
  z-index: 1;
  max-width: 200px;
  margin: -0.3em auto 25px auto;
}

/* Large devices */
@media (max-width: 1199px) {
  .widget {
    --widget-padding-y: 30px;
    --widget-padding-x: 30px;
  }
  .widget_title {
    font-size: 20px;
    margin-bottom: 25px;
  }
  .recent-post .media-img {
    margin-right: 15px;
    width: 80px;
  }
  .recent-post .post-title {
    font-size: 14px;
    line-height: 22px;
  }
  .recent-post .recent-post-meta a {
    font-size: 12px;
  }
  .widget-workhours li {
    padding: 14.5px 20px;
    font-size: 14px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .sidebar-area {
    padding-top: 30px;
  }
  .wp-block-tag-cloud a,
  .tagcloud a {
    padding: 10.5px 18px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .contact-widget .icon {
    --icon-size: 30px;
    --vs-icon-font-size: 12px;
    top: 5px;
  }
  .contact-widget .contact {
    padding: 0 0 0 45px;
    margin: 0 0 20px 0;
    border-bottom: none;
  }
  .sidebar-gallery {
    gap: 10px;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .widget {
    padding: 25px 15px;
  }
}
.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 27px 0;
}
.footer-widget.widget_meta, .footer-widget.widget_pages, .footer-widget.widget_archive, .footer-widget.widget_categories, .footer-widget.widget_nav_menu {
  margin-bottom: 40px;
}
.footer-widget.widget_meta a, .footer-widget.widget_pages a, .footer-widget.widget_archive a, .footer-widget.widget_categories a, .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_meta a:hover, .footer-widget.widget_pages a:hover, .footer-widget.widget_archive a:hover, .footer-widget.widget_categories a:hover, .footer-widget.widget_nav_menu a:hover {
  background-color: transparent;
  color: var(--vs-theme-color-1);
}
.footer-widget.widget_meta a:before, .footer-widget.widget_pages a:before, .footer-widget.widget_archive a:before, .footer-widget.widget_categories a:before, .footer-widget.widget_nav_menu a:before {
  display: none;
}
.footer-widget.widget_meta li > span, .footer-widget.widget_pages li > span, .footer-widget.widget_archive li > span, .footer-widget.widget_categories li > span, .footer-widget.widget_nav_menu li > span {
  width: auto;
  height: auto;
  position: relative;
  background-color: transparent;
  color: var(--vs-body-color);
  line-height: 1;
}
.footer-widget.widget_meta li:last-child a, .footer-widget.widget_pages li:last-child a, .footer-widget.widget_archive li:last-child a, .footer-widget.widget_categories li:last-child a, .footer-widget.widget_nav_menu li:last-child a {
  margin-bottom: 0;
}
.footer-widget .footer-links > ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.footer-widget .footer-links a {
  margin-bottom: 21px;
}

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

.footer-text {
  margin: -0.3em 0 25px 0;
  max-width: 285px;
}

.footer-info {
  display: flex;
}
.footer-info_group {
  display: flex;
  justify-content: center;
  border-right: 1px solid #152b54;
  padding: 60px 0 60px 0;
}
.footer-info_group:last-child {
  border-right: none;
}
.footer-info_group.style2 {
  border: none;
}
.footer-info_group.style2 .footer-info_icon {
  background-color: transparent;
  border: 1px solid #35496f;
}
.footer-info_icon {
  width: 85px;
  height: 85px;
  line-height: 85px;
  text-align: center;
  background-color: #152b54;
  color: var(--vs-white-color);
  font-size: 30px;
  margin: 0 25px 0 0;
  display: inline-block;
  border-radius: 5px;
}
.footer-info_label {
  color: var(--vs-white-color);
  font-size: 16px;
  font-weight: 600;
  font-family: var(--vs-title-font);
  text-transform: uppercase;
  display: block;
  margin: 0 0 5px 0;
}
.footer-info_link {
  max-width: 190px;
  color: #8a99b4;
  margin: 0 0 -0.15em 0;
}
.footer-info_link a {
  color: inherit;
}
.footer-info_link a:hover {
  color: var(--vs-theme-color-1);
}

.footer-number {
  border-top: 1px solid #14284f;
  padding: 43px 0 0 0;
  margin: 34px 0 0 0;
  position: relative;
}
.footer-number:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -60px;
  width: 9999px;
  height: 1px;
  border: inherit;
}
.footer-number .info {
  color: var(--vs-body-color);
  margin: 0;
  line-height: 1;
  display: inline-block;
}
.footer-number .info:hover {
  color: var(--vs-theme-color-1);
}
.footer-number .title {
  margin: 0 0 7px 0;
}

.footer-map {
  max-width: 400px;
  width: 100%;
}
.footer-map frame {
  max-width: 100%;
}

.footer-social .social-title {
  font-family: var(--vs-title-font);
  color: var(--vs-title-color);
  font-size: 20px;
  display: inline-block;
  margin-right: 20px;
  font-weight: 700;
}
.footer-social a {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  margin: 0 5px 0 0;
  color: var(--vs-white-color);
  background-color: #15284c;
  text-align: center;
  border-radius: 5px;
}
.footer-social a:last-child {
  margin-right: 0;
}
.footer-social a:hover {
  background-color: var(--vs-theme-color-1);
  color: var(--vs-white-color);
}
.footer-social.style2 a {
  background-color: var(--vs-white-color);
  outline: 2px solid #e7e8ec;
  outline-offset: -2px;
  color: var(--vs-body-color);
  box-shadow: 8px 13.856px 30px 0px color-mix(in srgb, rgb(132, 137, 154) 10%, transparent);
}
.footer-social.style2 a:hover {
  background-color: var(--vs-theme-color-1);
  color: var(--vs-white-color);
  outline-color: transparent;
}

.footer-newsletter {
  display: flex;
}
.footer-newsletter input {
  background-color: transparent;
  border-radius: 5px 0 0 5px;
  border: 1px solid #14284f;
  height: 55px;
  color: var(--vs-white-color);
  flex: 1;
}
.footer-newsletter input::-moz-placeholder {
  color: var(--vs-white-color);
}
.footer-newsletter input::placeholder {
  color: var(--vs-white-color);
}
.footer-newsletter .vs-btn {
  border-radius: 0 5px 5px 0;
}
.footer-newsletter .vs-btn:hover {
  background-color: var(--vs-theme-color-1);
  color: var(--vs-white-color);
}
.footer-newsletter .vs-btn:after, .footer-newsletter .vs-btn::before {
  display: none;
}

.footer-schedule table {
  border: none;
  margin: -0.3em 0 0 0;
}
.footer-schedule th,
.footer-schedule td {
  padding: 0 0 10px 0;
  color: var(--vs-body-color);
  border: none;
  font-weight: 400;
}

.footer-number1 {
  font-size: 30px;
  font-weight: 700;
  color: var(--vs-body-color);
  font-family: var(--vs-title-font);
  margin-bottom: 25px;
  display: block;
  width: -moz-max-content;
  width: max-content;
}

.footer-mail1,
.footer-address1 {
  padding-left: 25px;
  position: relative;
}
.footer-mail1 > i:first-child,
.footer-address1 > i:first-child {
  position: absolute;
  left: 0;
  top: 4px;
}

.footer-address1 {
  max-width: 250px;
}

.footer-mail1 {
  color: var(--vs-body-color);
  text-decoration: underline;
}
.footer-mail1 i:first-child {
  top: 2px;
}

.footer-info-list {
  margin: 35px 0 22px 0;
}
.footer-info-list .info {
  position: relative;
  margin-bottom: 21px;
  padding-left: 30px;
  max-width: 250px;
}
.footer-info-list .info i:first-child {
  position: absolute;
  left: 0;
  top: 4px;
  color: var(--vs-theme-color-1);
}
.footer-info-list .info a {
  color: inherit;
}

.newsletter-form2 .form_text {
  margin: -0.3em 0 22px 0;
  display: block;
  max-width: 300px;
}
.newsletter-form2 input {
  background-color: #ebecf1;
  margin-bottom: 15px;
  border-radius: 7px;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .menu-all-pages-container.footer-links {
    width: 330px;
    max-width: 100%;
  }
  .footer-number:before {
    display: none;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .footer-widget {
    margin-bottom: 40px;
  }
  .footer-widget .widget_title {
    font-size: 26px;
  }
  .footer-number {
    padding: 27px 0 0 0;
    margin: 17px 0 0 0;
  }
  .footer-info {
    display: block;
    text-align: center;
  }
  .footer-info_icon {
    margin: 0 0 20px 0;
  }
  .footer-info_group {
    padding: 0;
    border: none;
  }
}
@media (min-width: 991px) and (max-width: 1399px) {
  .footer-newsletter {
    display: block;
  }
  .footer-newsletter input {
    border-radius: 5px;
    margin-bottom: 20px;
  }
  .footer-newsletter .vs-btn {
    border-radius: 5px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .footer-widget .widget_title {
    font-size: 22px;
  }
  .footer-layout1 .footer-widget.widget_meta a,
  .footer-layout1 .footer-widget.widget_pages a,
  .footer-layout1 .footer-widget.widget_archive a,
  .footer-layout1 .footer-widget.widget_categories a,
  .footer-layout1 .footer-widget.widget_nav_menu a {
    margin-left: auto;
    margin-right: auto;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .footer-widget.widget_meta a,
  .footer-widget.widget_pages a,
  .footer-widget.widget_archive a,
  .footer-widget.widget_categories a,
  .footer-widget.widget_nav_menu a {
    font-size: 14px;
  }
  .footer-newsletter {
    display: block;
  }
  .footer-newsletter input {
    border-radius: 5px;
    margin-bottom: 20px;
  }
  .footer-newsletter .vs-btn {
    border-radius: 5px;
  }
}
.sidebar-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.sidebar-gallery .gallery-thumb {
  overflow: hidden;
  position: relative;
  border-radius: 5px;
  border: 0px solid color-mix(in srgb, #fff 70%, transparent);
  transition: all 0.3s ease-in-out;
}
.sidebar-gallery .gallery-thumb img {
  transition: all ease 0.4s;
  width: 100%;
  transform: scale(1.055);
}
.sidebar-gallery .gallery-thumb:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--vs-theme-color-1);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
}
.sidebar-gallery .gallery-thumb .gal-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  width: var(--icon-size, 35px);
  height: var(--icon-size, 35px);
  margin: calc(var(--icon-size, 35px) / -2) 0 0 calc(var(--icon-size, 35px) / -2);
  text-align: center;
  font-size: 18px;
  color: var(--vs-white-color);
  background-color: transparent;
  border-radius: 50%;
  transition: all ease 0.4s;
  opacity: 0;
  visibility: hidden;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.sidebar-gallery .gallery-thumb .gal-btn::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--vs-white-color);
  position: absolute;
  border-radius: 50%;
  z-index: -1;
  transform: scale(0);
  will-change: transform;
  transition: all 0.3s ease-in-out;
}
.sidebar-gallery .gallery-thumb .gal-btn:hover {
  color: var(--vs-theme-color-1);
}
.sidebar-gallery .gallery-thumb .gal-btn:hover::before {
  transform: scale(1);
  transition: all 0.3s ease-in-out;
  visibility: visible;
  opacity: 1;
}
.sidebar-gallery .gallery-thumb:hover {
  border-color: var(--vs-theme-color-2);
}
.sidebar-gallery .gallery-thumb:hover:before {
  opacity: 0.8;
  visibility: visible;
}
.sidebar-gallery .gallery-thumb:hover .gal-btn {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.1s;
}
.sidebar-gallery .gallery-thumb:hover img {
  transform: scale(1.011);
}
.sidebar-gallery.style2 .gallery-thumb::before {
  background-color: var(--vs-theme-color-6);
}
.sidebar-gallery.style3 .gallery-thumb::before {
  background-color: var(--vs-theme-color-11);
}

/*------------------- 4.2. Header  -------------------*/
.vs-header {
  position: absolute;
  z-index: 9999;
  right: 0;
  left: 0;
  top: 0;
}
.vs-header__top {
  padding: 9px 0;
}
.vs-header__top--right {
  display: flex;
  align-items: center;
  /* Medium devices */
}
@media (max-width: 991px) {
  .vs-header__top--right {
    justify-content: center;
  }
}
.vs-header__top--right__divider {
  height: 20px;
  width: 1px;
  background-color: var(--vs-gray-color-2);
  margin: 0 20px;
}
.vs-header__content {
  padding: 0 60px;
  background-color: var(--vs-theme-color-1);
  border-radius: 20px 20px;
  transition: all 0.3s ease-in-out;
  /* Extra large devices */
}
@media (max-width: 1500px) {
  .vs-header__content {
    padding: 0 15px;
  }
}
.vs-header__content {
  /* Large devices */
}
@media (max-width: 1199px) {
  .vs-header__content {
    padding: 0 15px;
  }
}
.vs-header__content {
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-header__content {
    padding: 0 15px;
  }
}
.vs-header__info {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--vs-white-color);
  font-weight: 600;
  font-family: var(--vs-title-font);
  transition: all 0.3s ease-in-out;
  line-height: 1;
}
.vs-header__info a,
.vs-header__info i {
  color: var(--vs-gray-color-2);
  transition: all 0.3s ease-in-out;
}
.vs-header__info i::before {
  display: block;
  transition: all 0.3s ease-in-out;
}
.vs-header__info:hover i {
  color: var(--vs-theme-color-1);
}
.vs-header__info:hover i::before {
  animation: toTopFromBottom 0.4s forwards;
}
.vs-header__logo {
  padding: 22px 0;
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-header__logo {
    max-width: 160px;
  }
}
.vs-header__action {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  gap: 10px;
}
.vs-header__action.style2 {
  gap: 20px;
}
.vs-header__action.style2 .vs-info.style3 {
  margin-right: 20px;
}
.vs-header--style2 .vs-sticky-header {
  padding-top: 80px;
  /* Extra large devices */
}
@media (max-width: 1500px) {
  .vs-header--style2 .vs-sticky-header {
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.vs-header--style2 .vs-sticky-header {
  /* Medium devices */
}
@media (max-width: 991px) {
  .vs-header--style2 .vs-sticky-header {
    padding-top: 15px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.vs-header--style2 .vs-header__content {
  background-color: var(--vs-title-color);
  border-right: 4px solid var(--vs-theme-color-5);
  border-left: 4px solid var(--vs-theme-color-5);
}
.vs-header--style3, .vs-header--style7 {
  position: relative;
  background-color: var(--vs-white-color);
}
.vs-header--style3 .vs-header__content, .vs-header--style7 .vs-header__content {
  padding: 0 0;
  background-color: transparent;
  border-radius: 0;
}
.vs-header--style3 .vs-sticky-header, .vs-header--style7 .vs-sticky-header {
  padding: 0 40px;
  background-color: var(--vs-white-color);
  /* Medium Large devices */
}
@media (max-width: 1399px) {
  .vs-header--style3 .vs-sticky-header, .vs-header--style7 .vs-sticky-header {
    padding: 0px 15px;
  }
}
.vs-header--style3 .vs-sticky-header.sticky, .vs-header--style7 .vs-sticky-header.sticky {
  padding: 0 40px;
  /* Medium Large devices */
}
@media (max-width: 1399px) {
  .vs-header--style3 .vs-sticky-header.sticky, .vs-header--style7 .vs-sticky-header.sticky {
    padding: 0 10px;
  }
}
.vs-header--style3 .vs-sticky-header.sticky.stickyon .vs-header__content, .vs-header--style7 .vs-sticky-header.sticky.stickyon .vs-header__content {
  background-color: var(--vs-white-color);
}
.vs-header--style4 .vs-header__content {
  margin: 0 75px;
  background-color: color-mix(in srgb, var(--vs-theme-color-13) 10%, transparent);
  backdrop-filter: blur(10px);
  border-right: 4px solid var(--vs-theme-color-17);
  border-left: 4px solid var(--vs-theme-color-17);
  /* Extra large devices */
}
@media (max-width: 1500px) {
  .vs-header--style4 .vs-header__content {
    margin: 0 0px;
  }
}
.vs-header--style4 .vs-header__action {
  gap: 20px;
}
.vs-header--style4 .vs-sticky-header {
  padding-top: 30px;
}
.vs-header--style4 .vs-sticky-header.sticky.stickyon .vs-header__content {
  background-color: color-mix(in srgb, var(--vs-theme-color-14) 100%, transparent);
}
.vs-header--style5, .vs-header--style6 {
  position: relative;
}
.vs-header--style5 .vs-header__content, .vs-header--style6 .vs-header__content {
  border-radius: 0;
  background-color: var(--vs-theme-color-17);
}

.vs-header--style3 .vs-menu-toggle.style2 {
  border: 2px solid var(--vs-theme-color-6);
  color: var(--vs-theme-color-6);
  border-radius: 10px;
  --icon-size: 60px;
}
.vs-header--style3 .vs-menu-toggle.style2:before {
  display: none;
}
.vs-header--style3 .vs-menu-toggle.style2.active, .vs-header--style3 .vs-menu-toggle.style2:hover {
  background-color: var(--vs-theme-color-7);
  border-color: transparent;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .vs-header--style3 {
    padding: 0 25px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .vs-header--style3 {
    padding: 0 0;
  }
}
.main-menu {
  text-align: right;
  padding-right: 100px;
  /* Extra large devices */
}
@media (max-width: 1500px) {
  .main-menu {
    padding: 0px 5px;
    text-align: center;
  }
}
.main-menu a {
  display: block;
  position: relative;
  font-family: var(--vs-title-font);
  font-weight: 700;
  font-size: 16px;
  color: var(--vs-title-color);
  text-transform: uppercase;
  letter-spacing: 0.8px;
}
.main-menu a:hover {
  color: var(--vs-theme-color-2);
}
.vs-header--style2 .main-menu a:hover {
  color: var(--vs-theme-color-5);
}
.main-menu > ul > li {
  margin: 0 18px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .main-menu > ul > li {
    margin: 0 13px;
  }
}
.main-menu > ul > li > a {
  padding: 37px 0;
  position: relative;
  z-index: 1;
  color: var(--vs-white-color);
}
[data-theme=dark] .main-menu > ul > li > a {
  color: var(--vs-black-color-2);
}
.main-menu > ul > li > a .new-label {
  position: absolute;
  top: -10px;
  right: -27px;
  font-size: 11px;
  border-radius: 3px;
}
.main-menu > ul > li > a .has-new-lable {
  position: relative;
}
.main-menu > ul > li > a.vs-svg-assets svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -54%);
  z-index: -1;
}
.main-menu > ul > li > a.vs-svg-assets svg path {
  transform-origin: right center;
  transform: scaleX(0);
  transition: transform 0.4s ease;
}
.main-menu > ul > li.active > a:hover, .main-menu > ul > li.active > a.active {
  color: var(--vs-theme-color-2);
}
.vs-header--style2 .main-menu > ul > li.active > a:hover, .vs-header--style2 .main-menu > ul > li.active > a.active {
  color: var(--vs-theme-color-5);
}
.main-menu > ul > li.active > a:hover svg path, .main-menu > ul > li.active > a.active svg path {
  transform: scaleX(1);
  transform-origin: left center;
}
.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(--vs-icon-font);
  margin-left: 5px;
  font-size: 0.8rem;
  display: none;
}
.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,
.main-menu ul li:hover ul.mega-menu {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
  z-index: 9;
}
.main-menu > ul {
  display: inline-flex;
}
.main-menu ul.sub-menu,
.main-menu ul.mega-menu {
  position: absolute;
  text-align: left;
  top: 100%;
  left: 0;
  background-color: var(--vs-white-color);
  box-shadow: 0 5px 10px 0 color-mix(in srgb, #000 10%, transparent);
  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(--vs-theme-color-1);
  box-shadow: 0px 10px 60px 0 color-mix(in srgb, #000 9%, transparent), 0px 3px 0px 0 color-mix(in srgb, rgb(231, 13, 60) 0.4%, transparent);
  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,
.main-menu ul.mega-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(--vs-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(--vs-theme-color-1);
  font-weight: 700;
  background-color: var(--vs-white-color);
  box-shadow: inset 0px 2px 4px 0 color-mix(in srgb, #ad8858 40%, transparent);
}
.main-menu ul.sub-menu li a:hover {
  color: var(--vs-theme-color-1);
}
.vs-header--style2 .main-menu ul.sub-menu li a:hover {
  color: var(--vs-theme-color-5);
}
.vs-header--style3 .main-menu ul.sub-menu li a:hover {
  color: var(--vs-theme-color-6);
  opacity: 0.8;
}
.vs-header--style7 .main-menu ul.sub-menu li a:hover {
  color: var(--vs-theme-color-11);
}
.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;
}
.main-menu .mega-menu-wrap {
  position: static;
}
.main-menu ul.mega-menu {
  display: flex;
  justify-content: space-between;
  text-align: left;
  width: 100%;
  max-width: var(--vs-main-container);
  padding: 20px 15px 23px 15px;
  left: 50%;
  transform: translateX(-50%);
}
.main-menu ul.mega-menu .main-menu ul.mega-menu > li > ul > li > a {
  position: relative;
}
.main-menu ul.mega-menu li {
  display: block;
  width: 100%;
  padding: 0 15px;
}
.main-menu ul.mega-menu li li {
  padding: 4px 0;
}
.main-menu ul.mega-menu li a {
  display: inline-block;
}
.main-menu ul.mega-menu > li > a {
  display: block;
  padding: 0;
  padding-bottom: 15px;
  margin-bottom: 10px;
  text-transform: capitalize;
  letter-spacing: 1px;
  font-weight: 700;
  color: var(--vs-title-color);
  border-color: var(--vs-theme-color-1);
}
.main-menu ul.mega-menu > li > a::after, .main-menu ul.mega-menu > li > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 15px;
  height: 1px;
  background-color: var(--vs-theme-color-1);
}
.main-menu ul.mega-menu > li > a::after {
  width: calc(100% - 20px);
  left: 20px;
}
.main-menu ul.mega-menu > li > a:hover {
  padding-left: 0;
}
.main-menu ul.mega-menu > li > ul > li > a:before {
  content: "\f105";
  font-family: var(--vs-icon-font);
  font-weight: 400;
  margin: 0 10px 0 0;
}
.main-menu--style2 {
  padding-right: 10px;
}
.main-menu--style2 > ul > li {
  margin: 0 12px;
  /* Extra large devices */
}
@media (max-width: 1500px) {
  .main-menu--style2 > ul > li {
    margin: 0 5px;
  }
}
.main-menu--style2 > ul > li > a {
  color: var(--vs-title-color);
  padding: 37px 12px;
  position: relative;
  /* Extra large devices */
}
@media (max-width: 1500px) {
  .main-menu--style2 > ul > li > a {
    padding: 37px 5px;
  }
}
.main-menu--style2 > ul > li > a::before {
  position: absolute;
  content: "";
  left: auto;
  right: 0;
  width: 0%;
  height: 40px;
  background-color: var(--vs-theme-color-6);
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.main-menu--style2 > ul > li > a:hover, .main-menu--style2 > ul > li > a.active {
  color: var(--vs-theme-color-7) !important;
}
.main-menu--style2 > ul > li > a:hover::before, .main-menu--style2 > ul > li > a.active::before {
  width: 100%;
  opacity: 1;
  visibility: visible;
  left: 0;
  right: auto;
}
.main-menu--style3 > ul > li > a {
  color: var(--vs-title-color);
}
.main-menu--style3 > ul > li > a.active, .main-menu--style3 > ul > li > a:hover {
  color: var(--vs-theme-color-11) !important;
}
.main-menu--style4 > ul > li > a {
  color: var(--vs-white-color);
}
.main-menu--style4 > ul > li > a.active, .main-menu--style4 > ul > li > a:hover {
  color: var(--vs-theme-color-13);
}
.main-menu--style4 > ul > li.active > a:hover, .main-menu--style4 > ul > li.active > a.active {
  color: var(--vs-theme-color-13) !important;
}
.main-menu--style5 a:hover {
  color: var(--vs-theme-color-18);
}
.main-menu--style5 > ul > li.active {
  transition: ease-in 0.4s;
}
.main-menu--style5 > ul > li.active > a {
  color: var(--vs-white-color);
}
.main-menu--style5 > ul > li.active > a.active, .main-menu--style5 > ul > li.active > a:hover {
  color: var(--vs-theme-color-18);
}
.main-menu--style5 > ul:hover > * {
  opacity: 0.4;
}
.main-menu--style5 > ul > *:hover {
  opacity: 1;
}

:root {
  --sticky-header-offset: 0px;
}

.vs-sticky-header {
  transition: all 0.3s ease-in-out;
}
.vs-sticky-header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  padding: 0 0;
  transition: all 0.3s ease-in-out;
}
.vs-sticky-header.sticky.stickyon {
  transform: translateY(var(--sticky-header-offset, -100px));
  transition: all 0.3s linear;
  opacity: 0;
  visibility: hidden;
  will-change: transform;
}
.vs-sticky-header.sticky.stickyon .vs-header__content {
  background-color: var(--vs-theme-color-1);
}
.vs-header--style6 .vs-sticky-header.sticky.stickyon .vs-header__content {
  background-color: var(--vs-theme-color-17);
}
.vs-sticky-header.sticky.stickyon.sticky-hold {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  transition: all 0.3s linear;
  will-change: transform;
}
.vs-sticky-header.sticky ul.mega-menu,
.vs-sticky-header.sticky ul.sub-menu {
  top: 100%;
}

.vs-header--style5 .vs-sticky-header.sticky.stickyon .vs-header__content {
  background-color: var(--vs-theme-color-17);
}

#sticky-placeholder {
  height: 0;
  transition: padding 0.2s ease, transform 0.2s ease;
  transition-duration: 0.5s;
  will-change: padding, transform;
}

@media (min-width: 1500px) {
  .main-menu--style2 {
    padding-right: 50px;
  }
}
/*------------------- 4.3. Footer  -------------------*/
[data-theme=dark] .vs-footer {
  /* background-color: var(--vs-smoke-color); */
}
.vs-footer__logo {
  /* Medium devices */
}
@media (max-width: 991px) {
  .vs-footer__logo {
    text-align: center;
  }
}
.vs-footer__desc {
  font-family: var(--vs-footer-font);
  font-weight: 400;
  line-height: 1.7;
  /* Medium devices */
}
@media (max-width: 991px) {
  .vs-footer__desc {
    text-align: center;
  }
}
.vs-footer__title {
  color: var(--vs-white-color);
  font-size: 24px;
  font-weight: 600;
  font-family: var(--vs-footer-font);
  line-height: 1.5;
  position: relative;
  margin: 0 0 35px 0;
}
[data-theme=dark] .vs-footer__title {
  color: var(--vs-black-color);
}
.vs-footer__title--dividers {
  display: flex;
  gap: 5px;
  padding: 15px 0 0 0;
}
.vs-footer__title--divider {
  --border-radius: 2px;
  height: 4px;
  background-color: var(--vs-theme-color-2);
  border-radius: var(--border-radius);
}
.vs-footer__title--divider:nth-child(1) {
  min-width: 52px;
}
.vs-footer__title--divider:nth-child(2) {
  min-width: 8px;
}
.vs-footer__title--divider:nth-child(3) {
  min-width: 4px;
}
.vs-footer__menu {
  -moz-column-count: 2;
       column-count: 2;
}
.vs-footer__menu--list {
  list-style: none;
  padding: 0 10px 0 0;
  margin: 0;
  overflow: hidden;
}
.vs-footer__menu--list > li {
  margin: 0 0 10px 0;
  transition: all 0.3s ease-in-out;
}
.vs-footer__menu--list > li:last-child {
  margin: 0 0 0 0;
}
.vs-footer__menu--list > li > a {
  color: var(--vs-white-color);
  font-size: 16px;
  font-weight: 400;
  transition: all 0.3s ease-in-out;
  display: block;
  position: relative;
  padding: 0 0 0 15px;
}
[data-theme=dark] .vs-footer__menu--list > li > a {
  color: var(--vs-black-color);
}
.vs-footer__menu--list > li > a::before {
  position: absolute;
  content: "\f105";
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
}
.vs-footer__menu--list > li > a:hover {
  color: var(--vs-theme-color-2);
}
.vs-footer__menu--list > li:hover {
  transform: translateX(5px);
}
.vs-footer__menu--list.style2 > li > a:hover {
  color: var(--vs-theme-color-5);
}
.vs-footer__menu--list.style3 > li > a:hover {
  color: var(--vs-theme-color-7);
}
.vs-footer__menu--list.style4 > li > a:hover {
  color: var(--vs-theme-color-11);
}
.vs-footer__menu--list.style5 > li > a:hover {
  color: var(--vs-theme-color-13);
}
.vs-footer__menu--list.style6 > li > a:hover {
  color: var(--vs-theme-color-18);
}
.vs-footer__middle {
  background-color: var(--vs-theme-color-1);
  border-width: 0px 5px;
  border-style: solid;
  border-color: var(--vs-theme-color-2);
  border-radius: 20px;
  padding: 20px 55px;
  /* Medium Large devices */
}
@media (max-width: 1399px) {
  .vs-footer__middle {
    padding: 20px 30px;
  }
}
.vs-footer__middle {
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-footer__middle {
    padding: 15px;
  }
}
.vs-footer__middle--row {
  display: flex;
  align-items: center;
  /* Large devices */
}
@media (max-width: 1199px) {
  .vs-footer__middle--row {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.vs-footer__middle--col {
  flex: auto;
  border-right: 1px solid var(--vs-white-color);
  margin-right: 60px;
  padding-right: 60px;
  /* Medium Large devices */
}
@media (max-width: 1399px) {
  .vs-footer__middle--col {
    margin-right: 20px;
    padding-right: 20px;
  }
}
.vs-footer__middle--col {
  /* Large devices */
}
@media (max-width: 1199px) {
  .vs-footer__middle--col {
    border-right: 0;
    margin-right: 0px;
    padding-right: 0px;
  }
}
.vs-footer__middle--col:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}
.vs-footer__bottom {
  padding: 30px 0;
}
.vs-footer__bottom--menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
  margin: 0;
  list-style: none;
  -moz-column-gap: 37px;
       column-gap: 37px;
}
.vs-footer__bottom--menu > li > a {
  color: var(--vs-text-color);
  font-weight: 700;
  letter-spacing: 0.48px;
  position: relative;
}
.vs-footer__bottom--menu > li > a::before {
  position: absolute;
  content: "";
  width: 0%;
  left: auto;
  right: 0;
  bottom: -2px;
  opacity: 0;
  visibility: hidden;
  height: 2px;
  background-color: var(--vs-theme-color-5);
  transition: all 0.3s ease-in-out;
}
.vs-footer__bottom--menu > li > a:hover {
  color: var(--vs-theme-color-5);
}
.vs-footer__bottom--menu > li > a:hover::before {
  left: 0;
  right: auto;
  opacity: 1;
  visibility: visible;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.vs-footer__copyright {
  color: var(--vs-white-color);
  font-weight: 300;
  font-family: var(--vs-footer-font);
  line-height: 1.7;
}
[data-theme=dark] .vs-footer__copyright {
  color: var(--vs-black-color);
}
.vs-footer__copyright {
  /* Medium devices */
}
@media (max-width: 991px) {
  .vs-footer__copyright {
    text-align: center;
  }
}
.vs-footer__copyright a {
  color: var(--vs-theme-color-2);
  position: relative;
}
.vs-footer__copyright a::before {
  position: absolute;
  content: "";
  width: 0%;
  left: auto;
  right: 0;
  bottom: -2px;
  opacity: 0;
  visibility: hidden;
  height: 2px;
  background-color: var(--vs-theme-color-2);
  transition: all 0.3s ease-in-out;
}
.vs-footer__copyright a:hover {
  color: var(--vs-theme-color-2);
}
.vs-footer__copyright a:hover::before {
  left: 0;
  right: auto;
  opacity: 1;
  visibility: visible;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
[data-theme=dark] .vs-footer--layout2 {
  background-color: transparent;
}
.vs-footer--layout2 .vs-footer__title--divider {
  background-color: var(--vs-theme-color-5);
}
.vs-footer--layout2 .vs-footer__middle {
  border-color: var(--vs-theme-color-5);
  background-color: var(--vs-black-color-3);
}
.vs-footer--layout2 .vs-footer__middle--col {
  border-color: var(--vs-title-color);
}
.vs-footer--layout2 .vs-footer__copyright a {
  color: var(--vs-theme-color-5);
}
.vs-footer--layout2 .vs-footer__copyright a::before {
  background-color: var(--vs-theme-color-5);
}
.vs-footer--layout3 .vs-footer__overlay, .vs-footer--layout4 .vs-footer__overlay {
  background: radial-gradient(50% 50% at 50% 50%, rgba(1, 67, 61, 0.9) 64.23%, #01433D 100%);
}
.vs-footer--layout3 .vs-footer__ele1,
.vs-footer--layout3 .vs-footer__ele2, .vs-footer--layout4 .vs-footer__ele1,
.vs-footer--layout4 .vs-footer__ele2 {
  position: absolute;
  opacity: 20%;
}
.vs-footer--layout3 .vs-footer__ele1, .vs-footer--layout4 .vs-footer__ele1 {
  left: 50px;
  top: 50px;
}
.vs-footer--layout3 .vs-footer__ele2, .vs-footer--layout4 .vs-footer__ele2 {
  right: 50px;
  bottom: 50px;
}
.vs-footer--layout3 .vs-footer__title--divider, .vs-footer--layout4 .vs-footer__title--divider {
  background-color: var(--vs-theme-color-7);
}
.vs-footer--layout3 .vs-footer__middle, .vs-footer--layout4 .vs-footer__middle {
  border-color: var(--vs-theme-color-7);
  background-color: color-mix(in srgb, var(--vs-white-color) 15%, transparent);
}
.vs-footer--layout3 .vs-footer__copyright a, .vs-footer--layout4 .vs-footer__copyright a {
  color: var(--vs-theme-color-7);
}
.vs-footer--layout3 .vs-footer__copyright a::before, .vs-footer--layout4 .vs-footer__copyright a::before {
  background-color: var(--vs-theme-color-7);
}
.vs-footer--layout4 .vs-footer__middle {
  border-color: var(--vs-theme-color-11);
}
.vs-footer--layout4 .vs-footer__bottom {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(20px);
  border-radius: 20px 20px 0px 0px;
}
.vs-footer--layout4 .vs-footer__overlay {
  background: radial-gradient(50% 50% at 50% 50%, rgba(11, 11, 60, 0.8) 64.23%, rgba(11, 11, 60, 0.95) 100%);
}
.vs-footer--layout4 .vs-footer__title--divider {
  background-color: var(--vs-theme-color-11);
}
.vs-footer--layout4 .vs-footer__copyright a {
  color: var(--vs-theme-color-11);
}
.vs-footer--layout4 .vs-footer__copyright a::before {
  background-color: var(--vs-theme-color-11);
}
.vs-footer--layout5 .vs-footer__overlay, .vs-footer--layout6 .vs-footer__overlay {
  background: radial-gradient(49.91% 49.91% at 50% 50.09%, rgba(41, 49, 57, 0.85) 47.45%, #293139 100%);
}
.vs-footer--layout5 .vs-footer__bottom, .vs-footer--layout6 .vs-footer__bottom {
  background: rgba(56, 198, 83, 0.1);
  backdrop-filter: blur(20px);
  border-radius: 20px 20px 0px 0px;
}
.vs-footer--layout5 .vs-footer__title--divider, .vs-footer--layout6 .vs-footer__title--divider {
  background-color: var(--vs-theme-color-13);
}
.vs-footer--layout5 .vs-footer__contact > ul, .vs-footer--layout6 .vs-footer__contact > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 20px;
}
.vs-footer--layout5 .vs-footer__contact > ul > li, .vs-footer--layout6 .vs-footer__contact > ul > li {
  padding-left: 25px;
  position: relative;
  color: var(--vs-white-color);
}
.vs-footer--layout5 .vs-footer__contact > ul > li > i, .vs-footer--layout6 .vs-footer__contact > ul > li > i {
  position: absolute;
  left: 0;
  top: 5px;
  color: var(--vs-theme-color-13);
}
.vs-footer--layout5 .vs-footer__contact > ul > li > a, .vs-footer--layout6 .vs-footer__contact > ul > li > a {
  color: var(--vs-white-color);
}
.vs-footer--layout5 .vs-footer__contact > ul > li > a:hover, .vs-footer--layout6 .vs-footer__contact > ul > li > a:hover {
  color: var(--vs-theme-color-13);
}
.vs-footer--layout5 .vs-footer__copyright a, .vs-footer--layout6 .vs-footer__copyright a {
  color: var(--vs-theme-color-13);
}
.vs-footer--layout5 .vs-footer__copyright a::before, .vs-footer--layout6 .vs-footer__copyright a::before {
  background-color: var(--vs-theme-color-13);
}
.vs-footer--layout6 .vs-footer__bottom {
  background: rgba(255, 254, 253, 0.1);
  backdrop-filter: blur(20px);
  border-radius: 20px 20px 0px 0px;
}
.vs-footer--layout6 .vs-footer__overlay {
  background: radial-gradient(49.91% 49.91% at 50% 50.09%, rgba(1, 78, 78, 0.85) 47.45%, #014E4E 100%);
}
.vs-footer--layout6 .vs-footer__title--divider {
  background-color: var(--vs-theme-color-18);
}
.vs-footer--layout6 .vs-footer__contact > ul > li > i {
  color: var(--vs-theme-color-18);
}
.vs-footer--layout6 .vs-footer__contact > ul > li > a:hover {
  color: var(--vs-theme-color-18);
}
.vs-footer--layout6 .vs-footer__copyright a {
  color: var(--vs-theme-color-18);
}
.vs-footer--layout6 .vs-footer__copyright a::before {
  background-color: var(--vs-theme-color-18);
}

/* Medium devices */
@media (max-width: 991px) {
  .vs-footer--layout5 .vs-footer__contact > ul,
  .vs-footer--layout6 .vs-footer__contact > ul {
    max-width: 280px;
  }
}
/*------------------- 4.4. Breadcumb  -------------------*/
.breadcrumb-wrapper {
  background-color: var(--vs-title-color);
 
  
}
.breadcrumb-wrapper .overlay {
  background: linear-gradient(269.57deg, #FACF61 0.38%, #014E4E 75.37%);
  opacity: 0.25;
  z-index: -1;
}
.breadcrumb-wrapper__ele1 {
  position: absolute;
  left: 0;
  bottom: 0;
}
.breadcrumb-wrapper__menu {
  max-width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
}
.breadcrumb-wrapper__menu--wrap {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 18px 40px;
  text-transform: capitalize;
  background-color: var(--vs-theme-color-17);
  border-radius: 10px 10px 0 0;
  border-top: 2px solid var(--vs-theme-color-18);
  /* Small devices */
}
@media (max-width: 767px) {
  .breadcrumb-wrapper__menu--wrap {
    padding: 18px 20px;
  }
}
.breadcrumb-wrapper__menu li {
  display: inline-block;
  list-style: none;
  position: relative;
  font-size: 20px;
  font-weight: 700;
}
.breadcrumb-wrapper__menu li:after {
  content: "//";
  position: relative;
  margin: 0 10px 0 10px;
  color: var(--vs-theme-color-18);
}
.breadcrumb-wrapper__menu li:last-child:after {
  display: none;
}
.breadcrumb-wrapper__menu li,
.breadcrumb-wrapper__menu a,
.breadcrumb-wrapper__menu span {
  white-space: normal;
  color: inherit;
  word-break: break-word;
  font-weight: 700;
  font-size: 20px;
  font-family: var(--vs-title-font);
  color: var(--vs-white-color);
}
.breadcrumb-wrapper__menu a:hover {
  color: var(--vs-theme-color-18);
}
.breadcrumb-wrapper__title {
  color: var(--vs-white-color);
  margin: 0em 0 0em 0;
  max-width: 100%;
  width: 100%;
  font-size: 50px;
  text-transform: uppercase;
  /* Large devices */
}
@media (max-width: 1199px) {
  .breadcrumb-wrapper__title {
    max-width: 100%;
  }
}
.breadcrumb-wrapper__title {
  /* Medium devices */
}
@media (max-width: 991px) {
  .breadcrumb-wrapper__title {
    max-width: 100%;
    font-size: 28px;
  }
}
.breadcrumb-wrapper__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 40px;
  position: relative;
  z-index: 1;
  padding: 197px 0;
  /* Medium devices */
}
@media (max-width: 991px) {
  .breadcrumb-wrapper__content {
    padding: 100px 0 150px;
  }
}
.breadcrumb-wrapper__content {
  /* Small devices */
}
@media (max-width: 767px) {
  .breadcrumb-wrapper__content {
    padding: 55px 0 100px;
  }
}

/*------------------- 4.5. Pagination  -------------------*/
.vs-pagination {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  padding: 30px 0 0 0;
}
.vs-pagination ul {
  margin: 0;
  padding: 0;
}
.vs-pagination li {
  display: inline-block;
  margin: 0 3px;
  list-style-type: none;
}
.vs-pagination li:last-child {
  margin-right: 0;
}
.vs-pagination li:first-child {
  margin-left: 0;
}
.vs-pagination span,
.vs-pagination a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--vs-title-font);
  color: var(--vs-title-color);
  text-align: center;
  position: relative;
  border: none;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-weight: 700;
  font-size: 16px;
  z-index: 1;
  background-color: var(--vs-theme-color-19);
  border-radius: 10px;
  border: 1px solid var(--vs-theme-color-17);
}
.vs-pagination span.active, .vs-pagination span:hover,
.vs-pagination a.active,
.vs-pagination a:hover {
  color: var(--vs-theme-color-18);
  background-color: var(--vs-theme-color-17);
  box-shadow: none;
}

.post-pagination {
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  padding: 30px 0;
  margin: 30px 0;
}

.post-pagi-box {
  display: flex;
  align-items: center;
}
.post-pagi-box > a {
  color: var(--vs-title-color);
  font-weight: 600;
  font-size: 16px;
  font-family: var(--vs-title-font);
}
.post-pagi-box > a:hover {
  color: var(--vs-theme-color-1);
}
.post-pagi-box img {
  width: 80px;
  margin-right: 25px;
}
.post-pagi-box.next {
  flex-direction: row-reverse;
}
.post-pagi-box.next img {
  margin-right: 0;
  margin-left: 25px;
}

.pagi-icon {
  color: #f0f0f0;
  font-size: 40px;
}

/* Small devices */
@media (max-width: 767px) {
  .vs-pagination span,
  .vs-pagination a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    padding: 0 10px;
  }
  .post-pagi-box > a {
    font-size: 12px;
  }
  .post-pagi-box img {
    width: 40px;
    margin-right: 15px;
  }
  .post-pagi-box.next img {
    margin-right: 0;
    margin-left: 15px;
  }
}
/*------------------- 4.6. Blog  -------------------*/
blockquote {
  display: block;
  position: relative;
  overflow: hidden;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  font-family: var(--vs-title-font);
  color: var(--vs-title-color);
  background-color: var(--quote-bg, #eff1f5);
  border-left: 4px solid var(--vs-theme-color-1);
  padding: 43px 50px 42px 35px;
  margin: 35px 0;
}
blockquote p {
  font-family: inherit;
  color: inherit;
  z-index: 3;
  width: 100%;
  margin-bottom: 0 !important;
  line-height: 1.5;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  color: var(--vs-text-color);
}
blockquote:before {
  content: "\f10e";
  font-family: var(--vs-icon-font);
  position: absolute;
  right: 40px;
  bottom: 30px;
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1;
  color: var(--vs-theme-color-1);
  opacity: 0.3;
}
blockquote p {
  margin-bottom: 0;
}
blockquote p a {
  color: inherit;
}
blockquote cite {
  color: var(--vs-theme-color-1);
  font-family: var(--vs-title-font);
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  position: relative;
  padding-left: 45px;
  line-height: 1;
  margin-top: 20px;
  font-style: normal;
}
blockquote cite:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 8px;
  width: 30px;
  height: 2px;
  border-top: 2px solid var(--vs-theme-color-1);
}

blockquote.vs-quote {
  text-align: center;
  padding: 40px 50px;
  border-left: 0px solid var(--vs-theme-color-1);
}
blockquote.vs-quote:before {
  position: relative;
  bottom: 0;
  right: 0;
  font-weight: 900;
  opacity: 1;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background-color: var(--vs-theme-color-18);
  color: var(--vs-theme-color-17);
  font-size: 50px;
  display: inline-block;
  margin: 0 0 28px 0;
  border-radius: 20px;
  border-top: 2px solid var(--vs-theme-color-17);
  border-bottom: 2px solid var(--vs-theme-color-17);
}
blockquote.vs-quote cite {
  padding: 0;
  margin-top: 0px;
  font-size: 16px;
  font-weight: 500;
  color: var(--vs-text-color);
}
blockquote.vs-quote cite::before {
  display: none;
}
blockquote.vs-quote span {
  display: block;
  margin-top: 25px;
}
blockquote.vs-quote .quote-author {
  display: block;
  font-size: 14px;
  color: #74787c;
  font-family: var(--vs-title-font);
  display: block;
  font-weight: 400;
}

.blog-meta span,
.blog-meta a {
  display: inline-block;
  margin-right: 16px;
  font-size: 16px;
  color: #8b919c;
}
.blog-meta span:last-child,
.blog-meta a:last-child {
  margin-right: 0;
}
.blog-meta span i,
.blog-meta a i {
  margin-right: 10px;
  color: var(--vs-theme-color-1);
}
.blog-meta a:hover {
  color: var(--vs-theme-color-1);
}

.blog-category {
  margin-bottom: -10px;
}
.blog-category a {
  display: inline-block;
  color: var(--vs-white-color);
  padding: 4.5px 24.5px;
  margin-right: 5px;
  margin-bottom: 10px;
  border: 1px solid transparent;
  background-color: var(--vs-theme-color-1);
}
.blog-category a:hover {
  background-color: var(--vs-white-color);
  color: var(--vs-body-color);
  border-color: var(--vs-theme-color-1);
}

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

.vs-blog {
  margin-bottom: 30px;
  height: 100%;
}
.vs-blog--style1, .vs-blog--style2, .vs-blog--style3, .vs-blog--style4, .vs-blog--style5, .vs-blog--style6, .vs-blog--style7, .vs-blog--single, .vs-blog--style8 {
  background-color: var(--vs-theme-color-3);
  padding: 20px;
  border-radius: 20px;
  transition: all 0.3s ease-in-out;
  /* Medium devices */
}
@media (max-width: 991px) {
  .vs-blog--style1, .vs-blog--style2, .vs-blog--style3, .vs-blog--style4, .vs-blog--style5, .vs-blog--style6, .vs-blog--style7, .vs-blog--single, .vs-blog--style8 {
    padding: 15px;
  }
}
.vs-blog--style1 .vs-blog__figure, .vs-blog--style2 .vs-blog__figure, .vs-blog--style3 .vs-blog__figure, .vs-blog--style4 .vs-blog__figure, .vs-blog--style5 .vs-blog__figure, .vs-blog--style6 .vs-blog__figure, .vs-blog--style7 .vs-blog__figure, .vs-blog--single .vs-blog__figure, .vs-blog--style8 .vs-blog__figure {
  border-radius: 20px;
  overflow: hidden;
  margin: 0 0 20px 0;
  position: relative;
}
.vs-blog--style1 .vs-blog__figure img, .vs-blog--style2 .vs-blog__figure img, .vs-blog--style3 .vs-blog__figure img, .vs-blog--style4 .vs-blog__figure img, .vs-blog--style5 .vs-blog__figure img, .vs-blog--style6 .vs-blog__figure img, .vs-blog--style7 .vs-blog__figure img, .vs-blog--single .vs-blog__figure img, .vs-blog--style8 .vs-blog__figure img {
  /* Large devices */
}
@media (max-width: 1199px) {
  .vs-blog--style1 .vs-blog__figure img, .vs-blog--style2 .vs-blog__figure img, .vs-blog--style3 .vs-blog__figure img, .vs-blog--style4 .vs-blog__figure img, .vs-blog--style5 .vs-blog__figure img, .vs-blog--style6 .vs-blog__figure img, .vs-blog--style7 .vs-blog__figure img, .vs-blog--single .vs-blog__figure img, .vs-blog--style8 .vs-blog__figure img {
    width: 100%;
  }
}
.vs-blog--style1 .vs-blog__figure__link, .vs-blog--style2 .vs-blog__figure__link, .vs-blog--style3 .vs-blog__figure__link, .vs-blog--style4 .vs-blog__figure__link, .vs-blog--style5 .vs-blog__figure__link, .vs-blog--style6 .vs-blog__figure__link, .vs-blog--style7 .vs-blog__figure__link, .vs-blog--single .vs-blog__figure__link, .vs-blog--style8 .vs-blog__figure__link {
  display: block;
}
.vs-blog--style1 .vs-blog__date, .vs-blog--style2 .vs-blog__date, .vs-blog--style3 .vs-blog__date, .vs-blog--style4 .vs-blog__date, .vs-blog--style5 .vs-blog__date, .vs-blog--style6 .vs-blog__date, .vs-blog--style7 .vs-blog__date, .vs-blog--single .vs-blog__date, .vs-blog--style8 .vs-blog__date {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2px;
  background-color: var(--vs-theme-color-1);
  border: 4px solid var(--vs-theme-color-2);
  color: var(--vs-white-color);
  min-width: 60px;
  min-height: 65px;
  font-size: 24px;
  font-weight: 700;
  font-family: var(--vs-title-font);
  border-radius: 15px;
  line-height: 1;
  transition: all 0.3s ease-in-out;
}
.vs-blog--style1 .vs-blog__date sub, .vs-blog--style2 .vs-blog__date sub, .vs-blog--style3 .vs-blog__date sub, .vs-blog--style4 .vs-blog__date sub, .vs-blog--style5 .vs-blog__date sub, .vs-blog--style6 .vs-blog__date sub, .vs-blog--style7 .vs-blog__date sub, .vs-blog--single .vs-blog__date sub, .vs-blog--style8 .vs-blog__date sub {
  bottom: 0;
  font-size: 16px;
  line-height: 1;
  transition: all 0.3s ease-in-out;
}
.vs-blog--style1 .vs-blog__meta, .vs-blog--style2 .vs-blog__meta, .vs-blog--style3 .vs-blog__meta, .vs-blog--style4 .vs-blog__meta, .vs-blog--style5 .vs-blog__meta, .vs-blog--style6 .vs-blog__meta, .vs-blog--style7 .vs-blog__meta, .vs-blog--single .vs-blog__meta, .vs-blog--style8 .vs-blog__meta {
  display: flex;
  align-items: center;
  gap: 30px;
  background-color: var(--vs-theme-color-1);
  color: var(--vs-white-color);
  border-radius: 10px;
  padding: 6px 30px;
  min-height: 40px;
  margin: 0 0 23px 0;
  transition: all 0.3s ease-in-out;
  /* Medium Large devices */
}
@media (max-width: 1399px) {
  .vs-blog--style1 .vs-blog__meta, .vs-blog--style2 .vs-blog__meta, .vs-blog--style3 .vs-blog__meta, .vs-blog--style4 .vs-blog__meta, .vs-blog--style5 .vs-blog__meta, .vs-blog--style6 .vs-blog__meta, .vs-blog--style7 .vs-blog__meta, .vs-blog--single .vs-blog__meta, .vs-blog--style8 .vs-blog__meta {
    gap: 10px;
  }
}
.vs-blog--style1 .vs-blog__meta, .vs-blog--style2 .vs-blog__meta, .vs-blog--style3 .vs-blog__meta, .vs-blog--style4 .vs-blog__meta, .vs-blog--style5 .vs-blog__meta, .vs-blog--style6 .vs-blog__meta, .vs-blog--style7 .vs-blog__meta, .vs-blog--single .vs-blog__meta, .vs-blog--style8 .vs-blog__meta {
  /* Large devices */
}
@media (max-width: 1199px) {
  .vs-blog--style1 .vs-blog__meta, .vs-blog--style2 .vs-blog__meta, .vs-blog--style3 .vs-blog__meta, .vs-blog--style4 .vs-blog__meta, .vs-blog--style5 .vs-blog__meta, .vs-blog--style6 .vs-blog__meta, .vs-blog--style7 .vs-blog__meta, .vs-blog--single .vs-blog__meta, .vs-blog--style8 .vs-blog__meta {
    padding: 6px 15px;
  }
}
.vs-blog--style1 .vs-blog__meta__text, .vs-blog--style2 .vs-blog__meta__text, .vs-blog--style3 .vs-blog__meta__text, .vs-blog--style4 .vs-blog__meta__text, .vs-blog--style5 .vs-blog__meta__text, .vs-blog--style6 .vs-blog__meta__text, .vs-blog--style7 .vs-blog__meta__text, .vs-blog--single .vs-blog__meta__text, .vs-blog--style8 .vs-blog__meta__text {
  color: var(--vs-white-color);
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease-in-out;
}
.vs-blog--style1 .vs-blog__content, .vs-blog--style2 .vs-blog__content, .vs-blog--style3 .vs-blog__content, .vs-blog--style4 .vs-blog__content, .vs-blog--style5 .vs-blog__content, .vs-blog--style6 .vs-blog__content, .vs-blog--style7 .vs-blog__content, .vs-blog--single .vs-blog__content, .vs-blog--style8 .vs-blog__content {
  padding: 0 20px 20px 20px;
  /* Medium Large devices */
}
@media (max-width: 1399px) {
  .vs-blog--style1 .vs-blog__content, .vs-blog--style2 .vs-blog__content, .vs-blog--style3 .vs-blog__content, .vs-blog--style4 .vs-blog__content, .vs-blog--style5 .vs-blog__content, .vs-blog--style6 .vs-blog__content, .vs-blog--style7 .vs-blog__content, .vs-blog--single .vs-blog__content, .vs-blog--style8 .vs-blog__content {
    padding: 0;
  }
}
.vs-blog--style1 .vs-blog__content, .vs-blog--style2 .vs-blog__content, .vs-blog--style3 .vs-blog__content, .vs-blog--style4 .vs-blog__content, .vs-blog--style5 .vs-blog__content, .vs-blog--style6 .vs-blog__content, .vs-blog--style7 .vs-blog__content, .vs-blog--single .vs-blog__content, .vs-blog--style8 .vs-blog__content {
  /* Large devices */
}
@media (max-width: 1199px) {
  .vs-blog--style1 .vs-blog__content, .vs-blog--style2 .vs-blog__content, .vs-blog--style3 .vs-blog__content, .vs-blog--style4 .vs-blog__content, .vs-blog--style5 .vs-blog__content, .vs-blog--style6 .vs-blog__content, .vs-blog--style7 .vs-blog__content, .vs-blog--single .vs-blog__content, .vs-blog--style8 .vs-blog__content {
    padding: 0 0 20px 0;
  }
}
.vs-blog--style1 .vs-blog__title, .vs-blog--style2 .vs-blog__title, .vs-blog--style3 .vs-blog__title, .vs-blog--style4 .vs-blog__title, .vs-blog--style5 .vs-blog__title, .vs-blog--style6 .vs-blog__title, .vs-blog--style7 .vs-blog__title, .vs-blog--single .vs-blog__title, .vs-blog--style8 .vs-blog__title {
  font-size: clamp(1.25rem, 1.159rem + 0.45vw, 1.5rem);
  line-height: 1.4166666667em;
  color: var(--vs-title-color);
  margin: 0 0 25px 0;
  transition: all 0.3s ease-in-out;
}
.vs-blog--style1 .vs-blog__title__link, .vs-blog--style2 .vs-blog__title__link, .vs-blog--style3 .vs-blog__title__link, .vs-blog--style4 .vs-blog__title__link, .vs-blog--style5 .vs-blog__title__link, .vs-blog--style6 .vs-blog__title__link, .vs-blog--style7 .vs-blog__title__link, .vs-blog--single .vs-blog__title__link, .vs-blog--style8 .vs-blog__title__link {
  display: inline-block;
  color: var(--vs-title-color);
  transition: all 0.3s ease-in-out;
}
.vs-blog--style1 .vs-blog__divider, .vs-blog--style2 .vs-blog__divider, .vs-blog--style3 .vs-blog__divider, .vs-blog--style4 .vs-blog__divider, .vs-blog--style5 .vs-blog__divider, .vs-blog--style6 .vs-blog__divider, .vs-blog--style7 .vs-blog__divider, .vs-blog--single .vs-blog__divider, .vs-blog--style8 .vs-blog__divider {
  opacity: 1;
  border-top: 1.5px dashed var(--vs-theme-color-1);
  margin: 0 0 30px 0;
  transition: all 0.3s ease-in-out;
}
.vs-blog--style1 .vs-blog__buttons, .vs-blog--style2 .vs-blog__buttons, .vs-blog--style3 .vs-blog__buttons, .vs-blog--style4 .vs-blog__buttons, .vs-blog--style5 .vs-blog__buttons, .vs-blog--style6 .vs-blog__buttons, .vs-blog--style7 .vs-blog__buttons, .vs-blog--single .vs-blog__buttons, .vs-blog--style8 .vs-blog__buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
   position: absolute;
  bottom: 20px;
  width: 100%;
}
.vs-blog--style1 .vs-blog__button, .vs-blog--style2 .vs-blog__button, .vs-blog--style3 .vs-blog__button, .vs-blog--style4 .vs-blog__button, .vs-blog--style5 .vs-blog__button, .vs-blog--style6 .vs-blog__button, .vs-blog--style7 .vs-blog__button, .vs-blog--single .vs-blog__button, .vs-blog--style8 .vs-blog__button {
  padding: 12px 30px;
}
.vs-blog--style1 .vs-blog__social__link, .vs-blog--style2 .vs-blog__social__link, .vs-blog--style3 .vs-blog__social__link, .vs-blog--style4 .vs-blog__social__link, .vs-blog--style5 .vs-blog__social__link, .vs-blog--style6 .vs-blog__social__link, .vs-blog--style7 .vs-blog__social__link, .vs-blog--single .vs-blog__social__link, .vs-blog--style8 .vs-blog__social__link {
  --icon-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: var(--icon-size);
  min-height: var(--icon-size);
  width: var(--icon-size);
  background-color: var(--vs-theme-color-2);
  font-size: 16px;
  color: #fff;
  border-radius: 10px;
  position: relative;
  z-index: 1;
}
.vs-blog--style1 .vs-blog__social__link::before, .vs-blog--style2 .vs-blog__social__link::before, .vs-blog--style3 .vs-blog__social__link::before, .vs-blog--style4 .vs-blog__social__link::before, .vs-blog--style5 .vs-blog__social__link::before, .vs-blog--style6 .vs-blog__social__link::before, .vs-blog--style7 .vs-blog__social__link::before, .vs-blog--single .vs-blog__social__link::before, .vs-blog--style8 .vs-blog__social__link::before {
  position: absolute;
  content: "";
  border-radius: 10px;
  width: 100%;
  height: 100%;
  background-color: var(--vs-theme-color-2);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transform: scale(0) rotateX(90deg);
  will-change: transform;
  transition: all 0.3s ease-in-out;
}
.vs-blog--style1 .vs-blog__social__link:hover, .vs-blog--style2 .vs-blog__social__link:hover, .vs-blog--style3 .vs-blog__social__link:hover, .vs-blog--style4 .vs-blog__social__link:hover, .vs-blog--style5 .vs-blog__social__link:hover, .vs-blog--style6 .vs-blog__social__link:hover, .vs-blog--style7 .vs-blog__social__link:hover, .vs-blog--single .vs-blog__social__link:hover, .vs-blog--style8 .vs-blog__social__link:hover {
  background-color: var(--vs-theme-color-2);
  color: var(--vs-theme-color-17);
}
.vs-blog--style1 .vs-blog__social__link:hover::before, .vs-blog--style2 .vs-blog__social__link:hover::before, .vs-blog--style3 .vs-blog__social__link:hover::before, .vs-blog--style4 .vs-blog__social__link:hover::before, .vs-blog--style5 .vs-blog__social__link:hover::before, .vs-blog--style6 .vs-blog__social__link:hover::before, .vs-blog--style7 .vs-blog__social__link:hover::before, .vs-blog--single .vs-blog__social__link:hover::before, .vs-blog--style8 .vs-blog__social__link:hover::before {
  transform: scale(1) rotateX(0deg);
  opacity: 1;
  visibility: visible;
}
.vs-blog--style1:hover, .vs-blog--style1.active, .vs-blog--style2:hover, .vs-blog--style2.active, .vs-blog--style3:hover, .vs-blog--style3.active, .vs-blog--style4:hover, .vs-blog--style4.active, .vs-blog--style5:hover, .vs-blog--style5.active, .vs-blog--style6:hover, .vs-blog--style6.active, .vs-blog--style7:hover, .vs-blog--style7.active, .vs-blog--single:hover, .vs-blog--single.active, .vs-blog--style8:hover, .vs-blog--style8.active {
  background-color: #2e2e2e;
}
.vs-blog--style1:hover .vs-blog__date, .vs-blog--style1.active .vs-blog__date, .vs-blog--style2:hover .vs-blog__date, .vs-blog--style2.active .vs-blog__date, .vs-blog--style3:hover .vs-blog__date, .vs-blog--style3.active .vs-blog__date, .vs-blog--style4:hover .vs-blog__date, .vs-blog--style4.active .vs-blog__date, .vs-blog--style5:hover .vs-blog__date, .vs-blog--style5.active .vs-blog__date, .vs-blog--style6:hover .vs-blog__date, .vs-blog--style6.active .vs-blog__date, .vs-blog--style7:hover .vs-blog__date, .vs-blog--style7.active .vs-blog__date, .vs-blog--single:hover .vs-blog__date, .vs-blog--single.active .vs-blog__date, .vs-blog--style8:hover .vs-blog__date, .vs-blog--style8.active .vs-blog__date {
  border-color: var(--vs-theme-color-1);
  background-color: var(--vs-theme-color-2);
  color: var(--vs-title-color);
}
.vs-blog--style1:hover .vs-blog__meta, .vs-blog--style1.active .vs-blog__meta, .vs-blog--style2:hover .vs-blog__meta, .vs-blog--style2.active .vs-blog__meta, .vs-blog--style3:hover .vs-blog__meta, .vs-blog--style3.active .vs-blog__meta, .vs-blog--style4:hover .vs-blog__meta, .vs-blog--style4.active .vs-blog__meta, .vs-blog--style5:hover .vs-blog__meta, .vs-blog--style5.active .vs-blog__meta, .vs-blog--style6:hover .vs-blog__meta, .vs-blog--style6.active .vs-blog__meta, .vs-blog--style7:hover .vs-blog__meta, .vs-blog--style7.active .vs-blog__meta, .vs-blog--single:hover .vs-blog__meta, .vs-blog--single.active .vs-blog__meta, .vs-blog--style8:hover .vs-blog__meta, .vs-blog--style8.active .vs-blog__meta {
  background-color: var(--vs-theme-color-2);
}
.vs-blog--style1:hover .vs-blog__meta__text, .vs-blog--style1.active .vs-blog__meta__text, .vs-blog--style2:hover .vs-blog__meta__text, .vs-blog--style2.active .vs-blog__meta__text, .vs-blog--style3:hover .vs-blog__meta__text, .vs-blog--style3.active .vs-blog__meta__text, .vs-blog--style4:hover .vs-blog__meta__text, .vs-blog--style4.active .vs-blog__meta__text, .vs-blog--style5:hover .vs-blog__meta__text, .vs-blog--style5.active .vs-blog__meta__text, .vs-blog--style6:hover .vs-blog__meta__text, .vs-blog--style6.active .vs-blog__meta__text, .vs-blog--style7:hover .vs-blog__meta__text, .vs-blog--style7.active .vs-blog__meta__text, .vs-blog--single:hover .vs-blog__meta__text, .vs-blog--single.active .vs-blog__meta__text, .vs-blog--style8:hover .vs-blog__meta__text, .vs-blog--style8.active .vs-blog__meta__text {
  color: var(--vs-title-color);
}
.vs-blog--style1:hover .vs-blog__meta__text:hover, .vs-blog--style1.active .vs-blog__meta__text:hover, .vs-blog--style2:hover .vs-blog__meta__text:hover, .vs-blog--style2.active .vs-blog__meta__text:hover, .vs-blog--style3:hover .vs-blog__meta__text:hover, .vs-blog--style3.active .vs-blog__meta__text:hover, .vs-blog--style4:hover .vs-blog__meta__text:hover, .vs-blog--style4.active .vs-blog__meta__text:hover, .vs-blog--style5:hover .vs-blog__meta__text:hover, .vs-blog--style5.active .vs-blog__meta__text:hover, .vs-blog--style6:hover .vs-blog__meta__text:hover, .vs-blog--style6.active .vs-blog__meta__text:hover, .vs-blog--style7:hover .vs-blog__meta__text:hover, .vs-blog--style7.active .vs-blog__meta__text:hover, .vs-blog--single:hover .vs-blog__meta__text:hover, .vs-blog--single.active .vs-blog__meta__text:hover, .vs-blog--style8:hover .vs-blog__meta__text:hover, .vs-blog--style8.active .vs-blog__meta__text:hover {
  color: var(--vs-theme-color-1);
}
.vs-blog--style1:hover .vs-blog__title__link, .vs-blog--style1.active .vs-blog__title__link, .vs-blog--style2:hover .vs-blog__title__link, .vs-blog--style2.active .vs-blog__title__link, .vs-blog--style3:hover .vs-blog__title__link, .vs-blog--style3.active .vs-blog__title__link, .vs-blog--style4:hover .vs-blog__title__link, .vs-blog--style4.active .vs-blog__title__link, .vs-blog--style5:hover .vs-blog__title__link, .vs-blog--style5.active .vs-blog__title__link, .vs-blog--style6:hover .vs-blog__title__link, .vs-blog--style6.active .vs-blog__title__link, .vs-blog--style7:hover .vs-blog__title__link, .vs-blog--style7.active .vs-blog__title__link, .vs-blog--single:hover .vs-blog__title__link, .vs-blog--single.active .vs-blog__title__link, .vs-blog--style8:hover .vs-blog__title__link, .vs-blog--style8.active .vs-blog__title__link {
  color: var(--vs-white-color);
}
.vs-blog--style1:hover .vs-blog__title__link:hover, .vs-blog--style1.active .vs-blog__title__link:hover, .vs-blog--style2:hover .vs-blog__title__link:hover, .vs-blog--style2.active .vs-blog__title__link:hover, .vs-blog--style3:hover .vs-blog__title__link:hover, .vs-blog--style3.active .vs-blog__title__link:hover, .vs-blog--style4:hover .vs-blog__title__link:hover, .vs-blog--style4.active .vs-blog__title__link:hover, .vs-blog--style5:hover .vs-blog__title__link:hover, .vs-blog--style5.active .vs-blog__title__link:hover, .vs-blog--style6:hover .vs-blog__title__link:hover, .vs-blog--style6.active .vs-blog__title__link:hover, .vs-blog--style7:hover .vs-blog__title__link:hover, .vs-blog--style7.active .vs-blog__title__link:hover, .vs-blog--single:hover .vs-blog__title__link:hover, .vs-blog--single.active .vs-blog__title__link:hover, .vs-blog--style8:hover .vs-blog__title__link:hover, .vs-blog--style8.active .vs-blog__title__link:hover {
  color: var(--vs-theme-color-2);
}
.vs-blog--style1:hover .vs-blog__divider, .vs-blog--style1.active .vs-blog__divider, .vs-blog--style2:hover .vs-blog__divider, .vs-blog--style2.active .vs-blog__divider, .vs-blog--style3:hover .vs-blog__divider, .vs-blog--style3.active .vs-blog__divider, .vs-blog--style4:hover .vs-blog__divider, .vs-blog--style4.active .vs-blog__divider, .vs-blog--style5:hover .vs-blog__divider, .vs-blog--style5.active .vs-blog__divider, .vs-blog--style6:hover .vs-blog__divider, .vs-blog--style6.active .vs-blog__divider, .vs-blog--style7:hover .vs-blog__divider, .vs-blog--style7.active .vs-blog__divider, .vs-blog--single:hover .vs-blog__divider, .vs-blog--single.active .vs-blog__divider, .vs-blog--style8:hover .vs-blog__divider, .vs-blog--style8.active .vs-blog__divider {
  border-color: var(--vs-theme-color-3);
}
.vs-blog--style1:hover .vs-blog__button, .vs-blog--style1.active .vs-blog__button, .vs-blog--style2:hover .vs-blog__button, .vs-blog--style2.active .vs-blog__button, .vs-blog--style3:hover .vs-blog__button, .vs-blog--style3.active .vs-blog__button, .vs-blog--style4:hover .vs-blog__button, .vs-blog--style4.active .vs-blog__button, .vs-blog--style5:hover .vs-blog__button, .vs-blog--style5.active .vs-blog__button, .vs-blog--style6:hover .vs-blog__button, .vs-blog--style6.active .vs-blog__button, .vs-blog--style7:hover .vs-blog__button, .vs-blog--style7.active .vs-blog__button, .vs-blog--single:hover .vs-blog__button, .vs-blog--single.active .vs-blog__button, .vs-blog--style8:hover .vs-blog__button, .vs-blog--style8.active .vs-blog__button {
  background-color: var(--vs-theme-color-2);
  color: var(--vs-title-color);
}
.vs-blog--style1:hover .vs-blog__button::before, .vs-blog--style1:hover .vs-blog__button::after, .vs-blog--style1.active .vs-blog__button::before, .vs-blog--style1.active .vs-blog__button::after, .vs-blog--style2:hover .vs-blog__button::before, .vs-blog--style2:hover .vs-blog__button::after, .vs-blog--style2.active .vs-blog__button::before, .vs-blog--style2.active .vs-blog__button::after, .vs-blog--style3:hover .vs-blog__button::before, .vs-blog--style3:hover .vs-blog__button::after, .vs-blog--style3.active .vs-blog__button::before, .vs-blog--style3.active .vs-blog__button::after, .vs-blog--style4:hover .vs-blog__button::before, .vs-blog--style4:hover .vs-blog__button::after, .vs-blog--style4.active .vs-blog__button::before, .vs-blog--style4.active .vs-blog__button::after, .vs-blog--style5:hover .vs-blog__button::before, .vs-blog--style5:hover .vs-blog__button::after, .vs-blog--style5.active .vs-blog__button::before, .vs-blog--style5.active .vs-blog__button::after, .vs-blog--style6:hover .vs-blog__button::before, .vs-blog--style6:hover .vs-blog__button::after, .vs-blog--style6.active .vs-blog__button::before, .vs-blog--style6.active .vs-blog__button::after, .vs-blog--style7:hover .vs-blog__button::before, .vs-blog--style7:hover .vs-blog__button::after, .vs-blog--style7.active .vs-blog__button::before, .vs-blog--style7.active .vs-blog__button::after, .vs-blog--single:hover .vs-blog__button::before, .vs-blog--single:hover .vs-blog__button::after, .vs-blog--single.active .vs-blog__button::before, .vs-blog--single.active .vs-blog__button::after, .vs-blog--style8:hover .vs-blog__button::before, .vs-blog--style8:hover .vs-blog__button::after, .vs-blog--style8.active .vs-blog__button::before, .vs-blog--style8.active .vs-blog__button::after {
  background-color: var(--vs-white-color);
}
.vs-blog--style1:hover .vs-blog__button:hover, .vs-blog--style1.active .vs-blog__button:hover, .vs-blog--style2:hover .vs-blog__button:hover, .vs-blog--style2.active .vs-blog__button:hover, .vs-blog--style3:hover .vs-blog__button:hover, .vs-blog--style3.active .vs-blog__button:hover, .vs-blog--style4:hover .vs-blog__button:hover, .vs-blog--style4.active .vs-blog__button:hover, .vs-blog--style5:hover .vs-blog__button:hover, .vs-blog--style5.active .vs-blog__button:hover, .vs-blog--style6:hover .vs-blog__button:hover, .vs-blog--style6.active .vs-blog__button:hover, .vs-blog--style7:hover .vs-blog__button:hover, .vs-blog--style7.active .vs-blog__button:hover, .vs-blog--single:hover .vs-blog__button:hover, .vs-blog--single.active .vs-blog__button:hover, .vs-blog--style8:hover .vs-blog__button:hover, .vs-blog--style8.active .vs-blog__button:hover {
  color: var(--vs-theme-color-1);
}
.vs-blog--style1:hover .vs-blog__social__link, .vs-blog--style1.active .vs-blog__social__link, .vs-blog--style2:hover .vs-blog__social__link, .vs-blog--style2.active .vs-blog__social__link, .vs-blog--style3:hover .vs-blog__social__link, .vs-blog--style3.active .vs-blog__social__link, .vs-blog--style4:hover .vs-blog__social__link, .vs-blog--style4.active .vs-blog__social__link, .vs-blog--style5:hover .vs-blog__social__link, .vs-blog--style5.active .vs-blog__social__link, .vs-blog--style6:hover .vs-blog__social__link, .vs-blog--style6.active .vs-blog__social__link, .vs-blog--style7:hover .vs-blog__social__link, .vs-blog--style7.active .vs-blog__social__link, .vs-blog--single:hover .vs-blog__social__link, .vs-blog--single.active .vs-blog__social__link, .vs-blog--style8:hover .vs-blog__social__link, .vs-blog--style8.active .vs-blog__social__link {
  background-color: var(--vs-theme-color-2);
  color: var(--vs-title-color);
}
.vs-blog--style1:hover .vs-blog__social__link:hover, .vs-blog--style1.active .vs-blog__social__link:hover, .vs-blog--style2:hover .vs-blog__social__link:hover, .vs-blog--style2.active .vs-blog__social__link:hover, .vs-blog--style3:hover .vs-blog__social__link:hover, .vs-blog--style3.active .vs-blog__social__link:hover, .vs-blog--style4:hover .vs-blog__social__link:hover, .vs-blog--style4.active .vs-blog__social__link:hover, .vs-blog--style5:hover .vs-blog__social__link:hover, .vs-blog--style5.active .vs-blog__social__link:hover, .vs-blog--style6:hover .vs-blog__social__link:hover, .vs-blog--style6.active .vs-blog__social__link:hover, .vs-blog--style7:hover .vs-blog__social__link:hover, .vs-blog--style7.active .vs-blog__social__link:hover, .vs-blog--single:hover .vs-blog__social__link:hover, .vs-blog--single.active .vs-blog__social__link:hover, .vs-blog--style8:hover .vs-blog__social__link:hover, .vs-blog--style8.active .vs-blog__social__link:hover {
  color: var(--vs-theme-color-1);
}
.vs-blog--style1:hover .vs-blog__social__link:hover::before, .vs-blog--style1.active .vs-blog__social__link:hover::before, .vs-blog--style2:hover .vs-blog__social__link:hover::before, .vs-blog--style2.active .vs-blog__social__link:hover::before, .vs-blog--style3:hover .vs-blog__social__link:hover::before, .vs-blog--style3.active .vs-blog__social__link:hover::before, .vs-blog--style4:hover .vs-blog__social__link:hover::before, .vs-blog--style4.active .vs-blog__social__link:hover::before, .vs-blog--style5:hover .vs-blog__social__link:hover::before, .vs-blog--style5.active .vs-blog__social__link:hover::before, .vs-blog--style6:hover .vs-blog__social__link:hover::before, .vs-blog--style6.active .vs-blog__social__link:hover::before, .vs-blog--style7:hover .vs-blog__social__link:hover::before, .vs-blog--style7.active .vs-blog__social__link:hover::before, .vs-blog--single:hover .vs-blog__social__link:hover::before, .vs-blog--single.active .vs-blog__social__link:hover::before, .vs-blog--style8:hover .vs-blog__social__link:hover::before, .vs-blog--style8.active .vs-blog__social__link:hover::before {
  background-color: var(--vs-white-color);
}
.vs-blog--style3, .vs-blog--style4, .vs-blog--style5, .vs-blog--style6 {
  background-color: transparent;
  border: 1px solid var(--vs-theme-color-4);
  border-bottom: 4px solid var(--vs-theme-color-4);
  height: 700px;
  box-shadow: 0 0 0 1px transparent;
}
.vs-blog--style3 .vs-blog__figure, .vs-blog--style4 .vs-blog__figure, .vs-blog--style5 .vs-blog__figure, .vs-blog--style6 .vs-blog__figure {
  clip-path: polygon(85% 0, 100% 15%, 100% 100%, 0 100%, 0 0);
}
.vs-blog--style3 .vs-blog__date, .vs-blog--style4 .vs-blog__date, .vs-blog--style5 .vs-blog__date, .vs-blog--style6 .vs-blog__date {
  right: 20px;
  top: 20px;
  bottom: auto;
  border-color: var(--vs-theme-color-8);
  border-radius: 20px;
  z-index: 1;
  min-height: 60px;
  transition: all 0.3s ease-in-out;
}
.vs-blog--style3 .vs-blog__meta, .vs-blog--style4 .vs-blog__meta, .vs-blog--style5 .vs-blog__meta, .vs-blog--style6 .vs-blog__meta {
  background-color: transparent;
  color: var(--vs-body-color);
  border-radius: 0px;
  padding: 0;
  min-height: auto;
  margin: 0 0 15px 0;
  transition: all 0.3s ease-in-out;
}
.vs-blog--style3 .vs-blog__meta__text, .vs-blog--style4 .vs-blog__meta__text, .vs-blog--style5 .vs-blog__meta__text, .vs-blog--style6 .vs-blog__meta__text {
  color: var(--vs-body-color);
}
.vs-blog--style3:hover, .vs-blog--style3.active, .vs-blog--style4:hover, .vs-blog--style4.active, .vs-blog--style5:hover, .vs-blog--style5.active, .vs-blog--style6:hover, .vs-blog--style6.active {
  background-color: #2e2e2e;
  border: 1px solid transparent;
  border-bottom: 4px solid var(--vs-theme-color-2);
}
.vs-blog--style3:hover .vs-blog__date, .vs-blog--style3.active .vs-blog__date, .vs-blog--style4:hover .vs-blog__date, .vs-blog--style4.active .vs-blog__date, .vs-blog--style5:hover .vs-blog__date, .vs-blog--style5.active .vs-blog__date, .vs-blog--style6:hover .vs-blog__date, .vs-blog--style6.active .vs-blog__date {
  border-color: var(--vs-title-color);
}
.vs-blog--style3:hover .vs-blog__meta, .vs-blog--style3.active .vs-blog__meta, .vs-blog--style4:hover .vs-blog__meta, .vs-blog--style4.active .vs-blog__meta, .vs-blog--style5:hover .vs-blog__meta, .vs-blog--style5.active .vs-blog__meta, .vs-blog--style6:hover .vs-blog__meta, .vs-blog--style6.active .vs-blog__meta {
  background-color: transparent;
  color: var(--vs-white-color);
}
.vs-blog--style3:hover .vs-blog__meta__text, .vs-blog--style3.active .vs-blog__meta__text, .vs-blog--style4:hover .vs-blog__meta__text, .vs-blog--style4.active .vs-blog__meta__text, .vs-blog--style5:hover .vs-blog__meta__text, .vs-blog--style5.active .vs-blog__meta__text, .vs-blog--style6:hover .vs-blog__meta__text, .vs-blog--style6.active .vs-blog__meta__text {
  color: var(--vs-white-color);
}
.vs-blog--style3 .vs-blog__date {
  background-color: var(--vs-theme-color-4);
}
.vs-blog--style3:hover .vs-blog__title__link:hover, .vs-blog--style3.active .vs-blog__title__link:hover {
  color: var(--vs-theme-color-5);
}
.vs-blog--style3:hover .vs-blog__date, .vs-blog--style3.active .vs-blog__date {
  background-color: var(--vs-theme-color-4);
  color: var(--vs-white-color);
}
.vs-blog--style3:hover .vs-blog__social__link, .vs-blog--style3.active .vs-blog__social__link {
  background-color: var(--vs-theme-color-5);
  color: var(--vs-title-color);
}
.vs-blog--style3:hover .vs-blog__button, .vs-blog--style3.active .vs-blog__button {
  background-color: var(--vs-theme-color-5);
  color: var(--vs-title-color);
}
.vs-blog--style3:hover .vs-blog__button::before, .vs-blog--style3:hover .vs-blog__button::after, .vs-blog--style3.active .vs-blog__button::before, .vs-blog--style3.active .vs-blog__button::after {
  background-color: var(--vs-white-color);
}
.vs-blog--style3:hover .vs-blog__button:hover, .vs-blog--style3.active .vs-blog__button:hover {
  color: var(--vs-theme-color-5);
}
.vs-blog--style3:hover .vs-blog__meta__text:hover, .vs-blog--style3.active .vs-blog__meta__text:hover {
  color: var(--vs-theme-color-5);
}
.vs-blog--style4, .vs-blog--style5, .vs-blog--style6 {
  border: 1px solid var(--vs-theme-color-6);
  border-bottom: 4px solid var(--vs-theme-color-6);
}
.vs-blog--style4 .vs-btn, .vs-blog--style5 .vs-btn, .vs-blog--style6 .vs-btn {
  gap: 20px;
  padding: 5px 5px 5px 20px;
  color: var(--vs-theme-color-17);
}
.vs-blog--style4 .vs-btn__icon, .vs-blog--style5 .vs-btn__icon, .vs-blog--style6 .vs-btn__icon {
  --icon-size: 30px;
}
.vs-blog--style4 .vs-blog__social__link, .vs-blog--style5 .vs-blog__social__link, .vs-blog--style6 .vs-blog__social__link {
  background-color: var(--vs-theme-color-6);
  color: var(--vs-theme-color-17);
}
.vs-blog--style4 .vs-blog__social__link:hover, .vs-blog--style5 .vs-blog__social__link:hover, .vs-blog--style6 .vs-blog__social__link:hover {
  color: var(--vs-theme-color-1);
}
.vs-blog--style4 .vs-blog__social__link:hover::before, .vs-blog--style5 .vs-blog__social__link:hover::before, .vs-blog--style6 .vs-blog__social__link:hover::before {
  background-color: var(--vs-white-color);
}
.vs-blog--style4:hover, .vs-blog--style4.active, .vs-blog--style5:hover, .vs-blog--style5.active, .vs-blog--style6:hover, .vs-blog--style6.active {
  border: 1px solid transparent;
  background-color: #2E2E2E;
  border-bottom: 4px solid var(--vs-theme-color-2);
}
.vs-blog--style4:hover .vs-blog__date, .vs-blog--style4.active .vs-blog__date, .vs-blog--style5:hover .vs-blog__date, .vs-blog--style5.active .vs-blog__date, .vs-blog--style6:hover .vs-blog__date, .vs-blog--style6.active .vs-blog__date {
  background-color: var(--vs-theme-color-7);
  border-color: var(--vs-theme-color-6);
}
.vs-blog--style4:hover .vs-blog__meta__text:hover, .vs-blog--style4.active .vs-blog__meta__text:hover, .vs-blog--style5:hover .vs-blog__meta__text:hover, .vs-blog--style5.active .vs-blog__meta__text:hover, .vs-blog--style6:hover .vs-blog__meta__text:hover, .vs-blog--style6.active .vs-blog__meta__text:hover {
  color: var(--vs-theme-color-7);
}
.vs-blog--style4:hover .vs-blog__social__link, .vs-blog--style4.active .vs-blog__social__link, .vs-blog--style5:hover .vs-blog__social__link, .vs-blog--style5.active .vs-blog__social__link, .vs-blog--style6:hover .vs-blog__social__link, .vs-blog--style6.active .vs-blog__social__link {
  background-color: var(--vs-theme-color-7);
  color: var(--vs-theme-color-17);
}
.vs-blog--style4:hover .vs-blog__button, .vs-blog--style4.active .vs-blog__button, .vs-blog--style5:hover .vs-blog__button, .vs-blog--style5.active .vs-blog__button, .vs-blog--style6:hover .vs-blog__button, .vs-blog--style6.active .vs-blog__button {
  background-color: var(--vs-theme-color-2);
  color: var(--vs-title-color);
}
.vs-blog--style4:hover .vs-blog__button::before, .vs-blog--style4:hover .vs-blog__button::after, .vs-blog--style4.active .vs-blog__button::before, .vs-blog--style4.active .vs-blog__button::after, .vs-blog--style5:hover .vs-blog__button::before, .vs-blog--style5:hover .vs-blog__button::after, .vs-blog--style5.active .vs-blog__button::before, .vs-blog--style5.active .vs-blog__button::after, .vs-blog--style6:hover .vs-blog__button::before, .vs-blog--style6:hover .vs-blog__button::after, .vs-blog--style6.active .vs-blog__button::before, .vs-blog--style6.active .vs-blog__button::after {
  background-color: var(--vs-white-color);
}
.vs-blog--style4:hover .vs-blog__button:hover, .vs-blog--style4.active .vs-blog__button:hover, .vs-blog--style5:hover .vs-blog__button:hover, .vs-blog--style5.active .vs-blog__button:hover, .vs-blog--style6:hover .vs-blog__button:hover, .vs-blog--style6.active .vs-blog__button:hover {
  color: var(--vs-theme-color-1);
}
.vs-blog--style4:hover .vs-blog__title__link:hover, .vs-blog--style4.active .vs-blog__title__link:hover, .vs-blog--style5:hover .vs-blog__title__link:hover, .vs-blog--style5.active .vs-blog__title__link:hover, .vs-blog--style6:hover .vs-blog__title__link:hover, .vs-blog--style6.active .vs-blog__title__link:hover {
  color: var(--vs-theme-color-7);
}
.vs-blog--style4:hover .vs-btn, .vs-blog--style4.active .vs-btn, .vs-blog--style5:hover .vs-btn, .vs-blog--style5.active .vs-btn, .vs-blog--style6:hover .vs-btn, .vs-blog--style6.active .vs-btn {
  background-color: var(--vs-theme-color-7);
  color: var(--vs-theme-color-17);
}
.vs-blog--style4:hover .vs-btn__icon, .vs-blog--style4.active .vs-btn__icon, .vs-blog--style5:hover .vs-btn__icon, .vs-blog--style5.active .vs-btn__icon, .vs-blog--style6:hover .vs-btn__icon, .vs-blog--style6.active .vs-btn__icon {
  --icon-size: 30px;
  color: var(--vs-theme-color-7);
}
.vs-blog--style4:hover .vs-btn__icon::before, .vs-blog--style4:hover .vs-btn__icon::after, .vs-blog--style4.active .vs-btn__icon::before, .vs-blog--style4.active .vs-btn__icon::after, .vs-blog--style5:hover .vs-btn__icon::before, .vs-blog--style5:hover .vs-btn__icon::after, .vs-blog--style5.active .vs-btn__icon::before, .vs-blog--style5.active .vs-btn__icon::after, .vs-blog--style6:hover .vs-btn__icon::before, .vs-blog--style6:hover .vs-btn__icon::after, .vs-blog--style6.active .vs-btn__icon::before, .vs-blog--style6.active .vs-btn__icon::after {
  background-color: var(--vs-theme-color-6);
}
.vs-blog--style4:hover .vs-btn::before, .vs-blog--style4:hover .vs-btn::after, .vs-blog--style4.active .vs-btn::before, .vs-blog--style4.active .vs-btn::after, .vs-blog--style5:hover .vs-btn::before, .vs-blog--style5:hover .vs-btn::after, .vs-blog--style5.active .vs-btn::before, .vs-blog--style5.active .vs-btn::after, .vs-blog--style6:hover .vs-btn::before, .vs-blog--style6:hover .vs-btn::after, .vs-blog--style6.active .vs-btn::before, .vs-blog--style6.active .vs-btn::after {
  background-color: var(--vs-white-color);
}
.vs-blog--style5, .vs-blog--style6 {
  border: 1px solid var(--vs-theme-color-11);
  border-bottom: 4px solid var(--vs-theme-color-11);
}
.vs-blog--style5 .vs-blog__date, .vs-blog--style6 .vs-blog__date {
  background-color: var(--vs-theme-color-11);
  border-color: var(--vs-white-color);
  color: var(--vs-white-color);
}
.vs-blog--style5 .vs-blog__social__link, .vs-blog--style6 .vs-blog__social__link {
  background-color: var(--vs-theme-color-11);
  color: var(--vs-white-color);
}
.vs-blog--style5 .vs-btn, .vs-blog--style6 .vs-btn {
  background-color: var(--vs-theme-color-11);
  color: var(--vs-white-color);
  border-radius: 30px;
}
.vs-blog--style5 .vs-btn__icon, .vs-blog--style6 .vs-btn__icon {
  --icon-size: 30px;
  border-radius: 50%;
  color: var(--vs-white-color);
}
.vs-blog--style5 .vs-btn__icon::before, .vs-blog--style6 .vs-btn__icon::before {
  background-color: var(--vs-theme-color-10);
}
.vs-blog--style5:hover, .vs-blog--style5.active, .vs-blog--style6:hover, .vs-blog--style6.active {
  border: 1px solid var(--vs-theme-color-10);
  border-bottom: 4px solid var(--vs-theme-color-11);
  background-color: var(--vs-theme-color-10);
}
.vs-blog--style5:hover .vs-blog__date, .vs-blog--style5.active .vs-blog__date, .vs-blog--style6:hover .vs-blog__date, .vs-blog--style6.active .vs-blog__date {
  background-color: var(--vs-theme-color-11);
  border-color: var(--vs-theme-color-10);
  color: var(--vs-white-color);
}
.vs-blog--style5:hover .vs-blog__meta__text:hover, .vs-blog--style5.active .vs-blog__meta__text:hover, .vs-blog--style6:hover .vs-blog__meta__text:hover, .vs-blog--style6.active .vs-blog__meta__text:hover {
  color: var(--vs-theme-color-7);
}
.vs-blog--style5:hover .vs-blog__social__link, .vs-blog--style5.active .vs-blog__social__link, .vs-blog--style6:hover .vs-blog__social__link, .vs-blog--style6.active .vs-blog__social__link {
  background-color: var(--vs-theme-color-11);
  color: var(--vs-theme-color-10);
}
.vs-blog--style5:hover .vs-blog__title__link:hover, .vs-blog--style5.active .vs-blog__title__link:hover, .vs-blog--style6:hover .vs-blog__title__link:hover, .vs-blog--style6.active .vs-blog__title__link:hover {
  color: var(--vs-theme-color-7);
}
.vs-blog--style5:hover .vs-btn, .vs-blog--style5.active .vs-btn, .vs-blog--style6:hover .vs-btn, .vs-blog--style6.active .vs-btn {
  background-color: var(--vs-theme-color-11);
  color: var(--vs-white-color);
}
.vs-blog--style5:hover .vs-btn__icon, .vs-blog--style5.active .vs-btn__icon, .vs-blog--style6:hover .vs-btn__icon, .vs-blog--style6.active .vs-btn__icon {
  --icon-size: 30px;
  color: var(--vs-white-color);
}
.vs-blog--style5:hover .vs-btn__icon::before, .vs-blog--style5:hover .vs-btn__icon::after, .vs-blog--style5.active .vs-btn__icon::before, .vs-blog--style5.active .vs-btn__icon::after, .vs-blog--style6:hover .vs-btn__icon::before, .vs-blog--style6:hover .vs-btn__icon::after, .vs-blog--style6.active .vs-btn__icon::before, .vs-blog--style6.active .vs-btn__icon::after {
  background-color: var(--vs-theme-color-6);
}
.vs-blog--style5:hover .vs-btn::before, .vs-blog--style5:hover .vs-btn::after, .vs-blog--style5.active .vs-btn::before, .vs-blog--style5.active .vs-btn::after, .vs-blog--style6:hover .vs-btn::before, .vs-blog--style6:hover .vs-btn::after, .vs-blog--style6.active .vs-btn::before, .vs-blog--style6.active .vs-btn::after {
  background-color: var(--vs-white-color);
}
.vs-blog--style5 .vs-btn__icon::before {
  background-color: var(--vs-theme-color-10);
}
.vs-blog--style5:hover .vs-blog__social__link, .vs-blog--style5.active .vs-blog__social__link {
  color: var(--vs-white-color);
}
.vs-blog--style5:hover .vs-blog__social__link:hover, .vs-blog--style5.active .vs-blog__social__link:hover {
  color: var(--vs-theme-color-11);
}
.vs-blog--style5:hover .vs-btn:hover, .vs-blog--style5.active .vs-btn:hover {
  color: var(--vs-theme-color-11);
}
.vs-blog--style5:hover .vs-btn:hover .vs-btn__icon::before, .vs-blog--style5:hover .vs-btn:hover .vs-btn__icon::after, .vs-blog--style5.active .vs-btn:hover .vs-btn__icon::before, .vs-blog--style5.active .vs-btn:hover .vs-btn__icon::after {
  background-color: var(--vs-theme-color-10);
}
.vs-blog--style5:hover .vs-blog__meta__text:hover, .vs-blog--style5.active .vs-blog__meta__text:hover {
  color: var(--vs-theme-color-11);
}
.vs-blog--style5:hover .vs-blog__title__link:hover, .vs-blog--style5.active .vs-blog__title__link:hover {
  color: var(--vs-theme-color-11);
}
.vs-blog--style6, .vs-blog--style7, .vs-blog--style8 {
  background-color: var(--vs-theme-color-15);
  border: 0;
}
.vs-blog--style6 .vs-blog__figure, .vs-blog--style7 .vs-blog__figure, .vs-blog--style8 .vs-blog__figure {
  clip-path: none;
}
.vs-blog--style6 .vs-blog__date, .vs-blog--style7 .vs-blog__date, .vs-blog--style8 .vs-blog__date {
  top: auto;
  bottom: 20px;
  right: 20px;
  background-color: var(--vs-theme-color-13);
}
.vs-blog--style6 .vs-blog__social__link, .vs-blog--style7 .vs-blog__social__link, .vs-blog--style8 .vs-blog__social__link {
  background-color: var(--vs-theme-color-14);
  color: var(--vs-theme-color-13);
}
.vs-blog--style6 .vs-btn, .vs-blog--style7 .vs-btn, .vs-blog--style8 .vs-btn {
  background-color: var(--vs-theme-color-14);
  border-radius: 10px;
}
.vs-blog--style6 .vs-btn__icon, .vs-blog--style7 .vs-btn__icon, .vs-blog--style8 .vs-btn__icon {
  border-radius: 10px;
  background-color: var(--vs-theme-color-13);
  color: var(--vs-white-color);
}
.vs-blog--style6 .vs-btn__icon::before, .vs-blog--style7 .vs-btn__icon::before, .vs-blog--style8 .vs-btn__icon::before {
  background-color: var(--vs-theme-color-13);
}
.vs-blog--style6 .vs-btn::before, .vs-blog--style6 .vs-btn::after, .vs-blog--style7 .vs-btn::before, .vs-blog--style7 .vs-btn::after, .vs-blog--style8 .vs-btn::before, .vs-blog--style8 .vs-btn::after {
  background-color: var(--vs-theme-color-13);
}
.vs-blog--style6:hover, .vs-blog--style6.active, .vs-blog--style7:hover, .vs-blog--style7.active, .vs-blog--style8:hover, .vs-blog--style8.active {
  border: 0;
  background-color: var(--vs-theme-color-14);
}
.vs-blog--style6:hover .vs-blog__date, .vs-blog--style6.active .vs-blog__date, .vs-blog--style7:hover .vs-blog__date, .vs-blog--style7.active .vs-blog__date, .vs-blog--style8:hover .vs-blog__date, .vs-blog--style8.active .vs-blog__date {
  background-color: var(--vs-theme-color-14);
  border-color: var(--vs-theme-color-13);
}
.vs-blog--style6:hover .vs-btn, .vs-blog--style6.active .vs-btn, .vs-blog--style7:hover .vs-btn, .vs-blog--style7.active .vs-btn, .vs-blog--style8:hover .vs-btn, .vs-blog--style8.active .vs-btn {
  background-color: var(--vs-theme-color-13);
  color: var(--vs-theme-color-14);
}
.vs-blog--style6:hover .vs-btn::before, .vs-blog--style6:hover .vs-btn::after, .vs-blog--style6.active .vs-btn::before, .vs-blog--style6.active .vs-btn::after, .vs-blog--style7:hover .vs-btn::before, .vs-blog--style7:hover .vs-btn::after, .vs-blog--style7.active .vs-btn::before, .vs-blog--style7.active .vs-btn::after, .vs-blog--style8:hover .vs-btn::before, .vs-blog--style8:hover .vs-btn::after, .vs-blog--style8.active .vs-btn::before, .vs-blog--style8.active .vs-btn::after {
  background-color: var(--vs-white-color);
}
.vs-blog--style6:hover .vs-blog__social__link, .vs-blog--style6.active .vs-blog__social__link, .vs-blog--style7:hover .vs-blog__social__link, .vs-blog--style7.active .vs-blog__social__link, .vs-blog--style8:hover .vs-blog__social__link, .vs-blog--style8.active .vs-blog__social__link {
  background-color: var(--vs-theme-color-13);
  color: var(--vs-theme-color-14);
}
.vs-blog--style7, .vs-blog--style8 {
  background-color: var(--vs-white-color);
}
.vs-blog--style7 .vs-blog__date, .vs-blog--style8 .vs-blog__date {
  background-color: var(--vs-theme-color-17);
  border: 4px solid var(--vs-theme-color-18);
}
.vs-blog--style7 .vs-blog__meta, .vs-blog--style8 .vs-blog__meta {
  background-color: var(--vs-theme-color-17);
}
.vs-blog--style7 .vs-blog__button, .vs-blog--style8 .vs-blog__button {
  background-color: var(--vs-theme-color-17);
}
.vs-blog--style7 .vs-blog__social__link, .vs-blog--style8 .vs-blog__social__link {
  background-color: var(--vs-theme-color-17);
  color: var(--vs-white-color);
}
.vs-blog--style7:hover, .vs-blog--style7.active, .vs-blog--style8:hover, .vs-blog--style8.active {
  background-color: var(--vs-theme-color-17);
}
.vs-blog--style7:hover .vs-blog__date, .vs-blog--style7.active .vs-blog__date, .vs-blog--style8:hover .vs-blog__date, .vs-blog--style8.active .vs-blog__date {
  background-color: var(--vs-theme-color-18);
  border-color: var(--vs-theme-color-17);
}
.vs-blog--style7:hover .vs-blog__meta, .vs-blog--style7.active .vs-blog__meta, .vs-blog--style8:hover .vs-blog__meta, .vs-blog--style8.active .vs-blog__meta {
  background-color: var(--vs-theme-color-18);
}
.vs-blog--style7:hover .vs-blog__meta__text:hover, .vs-blog--style7.active .vs-blog__meta__text:hover, .vs-blog--style8:hover .vs-blog__meta__text:hover, .vs-blog--style8.active .vs-blog__meta__text:hover {
  color: var(--vs-theme-color-17);
}
.vs-blog--style7:hover .vs-blog__button, .vs-blog--style7.active .vs-blog__button, .vs-blog--style8:hover .vs-blog__button, .vs-blog--style8.active .vs-blog__button {
  background-color: var(--vs-theme-color-18);
}
.vs-blog--style7:hover .vs-blog__social__link, .vs-blog--style7.active .vs-blog__social__link, .vs-blog--style8:hover .vs-blog__social__link, .vs-blog--style8.active .vs-blog__social__link {
  background-color: var(--vs-theme-color-18);
  color: var(--vs-title-color);
}
.vs-blog--style7:hover .vs-blog__title__link:hover, .vs-blog--style7.active .vs-blog__title__link:hover, .vs-blog--style8:hover .vs-blog__title__link:hover, .vs-blog--style8.active .vs-blog__title__link:hover {
  color: var(--vs-theme-color-18);
}
.vs-blog--style8 {
  background-color: var(--vs-theme-color-19);
}
.vs-blog--style1, .vs-blog--single {
  padding: 40px;
  background-color: var(--vs-theme-color-19);
  height: auto;
  /* Large devices */
}
@media (max-width: 1199px) {
  .vs-blog--style1, .vs-blog--single {
    padding: 15px;
  }
}
.vs-blog--style1 .vs-blog__figure, .vs-blog--single .vs-blog__figure {
  margin: 0px 0px 50px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .vs-blog--style1 .vs-blog__figure, .vs-blog--single .vs-blog__figure {
    margin: 0px 0px 30px;
  }
}
.vs-blog--style1 .vs-blog__title, .vs-blog--single .vs-blog__title {
  font-size: 30px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .vs-blog--style1 .vs-blog__title, .vs-blog--single .vs-blog__title {
    font-size: 24px;
  }
}
.vs-blog--style1 .vs-blog__divider, .vs-blog--single .vs-blog__divider {
  margin: 0 0 40px 0;
}
.vs-blog--style1 .vs-blog__meta, .vs-blog--single .vs-blog__meta {
  background-color: var(--vs-theme-color-17);
  flex-wrap: wrap;
}
.vs-blog--style1 .vs-blog__date, .vs-blog--single .vs-blog__date {
  background-color: var(--vs-theme-color-17);
  border: 4px solid var(--vs-theme-color-18);
}
.vs-blog--style1 .vs-blog__divider, .vs-blog--single .vs-blog__divider {
  border-top: 1.5px dashed var(--vs-theme-color-17);
}
.vs-blog--style1 .vs-blog__social__link, .vs-blog--single .vs-blog__social__link {
  --icon-size: 60px;
  font-size: 21px;
  background-color: var(--vs-theme-color-17);
}
.vs-blog--style1 .vs-btn, .vs-blog--single .vs-btn {
  padding: 22px 30px;
  background-color: var(--vs-theme-color-17);
}
.vs-blog--style1:hover, .vs-blog--single:hover {
  background-color: var(--vs-theme-color-17);
}
.vs-blog--style1:hover .vs-blog__date, .vs-blog--single:hover .vs-blog__date {
  background-color: var(--vs-theme-color-18);
  border: 4px solid var(--vs-theme-color-17);
}
.vs-blog--style1:hover .vs-blog__title__link:hover, .vs-blog--single:hover .vs-blog__title__link:hover {
  color: var(--vs-theme-color-18);
}
.vs-blog--style1:hover .vs-blog__meta, .vs-blog--single:hover .vs-blog__meta {
  background-color: var(--vs-theme-color-18);
}
.vs-blog--style1:hover .vs-blog__social__link, .vs-blog--single:hover .vs-blog__social__link {
  background-color: var(--vs-theme-color-18);
}
.vs-blog--style1:hover .vs-btn, .vs-blog--single:hover .vs-btn {
  background-color: var(--vs-theme-color-18);
}
.vs-blog--single {
  padding: 0;
  border-bottom: 4px solid var(--vs-theme-color-17);
}
.vs-blog--single .vs-blog__figure {
  border-radius: 20px 20px 0 0;
}
.vs-blog--single .vs-blog__figure .overlay {
  background-color: var(--vs-theme-color-17);
  opacity: 20%;
}
.vs-blog--single .vs-blog__content {
  padding: 0px 40px 40px;
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-blog--single .vs-blog__content {
    padding: 0px 15px 40px;
  }
}
.vs-blog--single .vs-blog__title {
  font-size: 48px;
  line-height: 1.2;
  margin: 0 0 40px 0;
  /* Medium devices */
}
@media (max-width: 991px) {
  .vs-blog--single .vs-blog__title {
    font-size: 35px;
  }
}
.vs-blog--single .vs-blog__title {
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-blog--single .vs-blog__title {
    font-size: 26px;
    margin: 0 0 20px 0;
  }
}
.vs-blog--single .vs-blog__title__link:hover {
  color: var(--vs-title-color);
}
.vs-blog--single h4 {
  font-size: 30px;
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-blog--single h4 {
    font-size: 22px;
  }
}
.vs-blog--single .vs-list.style2 {
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-blog--single .vs-list.style2 {
    grid-template-columns: 1fr;
  }
}
.vs-blog--single .vs-blog__divider {
  border-style: solid;
  margin: 50px 0 40px 0;
}
.vs-blog--single .vs-blog__footer {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 15px;
}
.vs-blog--single .vs-blog__footer--list {
  display: flex;
  align-items: center;
  gap: 10px;
}
.vs-blog--single .vs-blog__footer--links {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 10px;
  background-color: var(--vs-white-color);
  line-height: 1.1;
  border-radius: 6px;
}
.vs-blog--single .vs-blog__footer--links:hover {
  background-color: var(--vs-theme-color-17);
  color: var(--vs-theme-color-18);
}
.vs-blog--single .vs-blog__footer--title {
  text-transform: capitalize;
  font-size: 20px;
  font-family: var(--vs-title-font);
  color: var(--vs-title-color);
  font-weight: 700;
}
.vs-blog--single .vs-blog__footer--cloud {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.vs-blog--single .vs-blog__footer--share {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.vs-blog--single .vs-blog__footer--share__list {
  padding-left: 0;
  display: flex;
  align-items: center;
  list-style: none;
  margin-bottom: 0;
  gap: 10px;
}
.vs-blog--single .vs-blog__footer--share__list a {
  width: 40px;
  height: 40px;
  background-color: var(--vs-theme-color-17);
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--vs-theme-color-18);
  border-radius: 50%;
}
.vs-blog--single .vs-blog__footer--share__list a:hover {
  background-color: var(--vs-theme-color-18);
  color: var(--vs-theme-color-17);
}
.vs-blog--single .vs-blog__video {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.vs-blog--single .vs-blog__video .overlay {
  background-color: var(--vs-theme-color-17);
  opacity: 40%;
}
.vs-blog--single .vs-blog__video .vs-portfolio__button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.vs-blog--single .vs-list {
  gap: 12px;
}
.vs-blog--single .vs-list li {
  font-weight: 500;
}
.vs-blog--single .vs-list li::before {
  color: var(--vs-theme-color-17);
}
.vs-blog--single blockquote.vs-quote {
  margin-top: 0;
  margin-bottom: 0;
  padding: 35px 50px 40px;
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-blog--single blockquote.vs-quote {
    padding: 35px 0 40px;
  }
}
.vs-blog--single .vs-portfolio__button {
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-blog--single .vs-portfolio__button {
    --icon-size: 110px;
  }
}
.vs-blog--single:hover {
  background-color: var(--vs-theme-color-19);
}
.vs-blog--single:hover .vs-blog__date {
  background-color: var(--vs-theme-color-18);
  border: 4px solid var(--vs-theme-color-17);
}
.vs-blog--single:hover .vs-blog__title__link {
  color: var(--vs-title-color);
}
.vs-blog--single:hover .vs-blog__title__link:hover {
  color: var(--vs-title-color);
}
.vs-blog--single:hover .vs-blog__meta {
  background-color: var(--vs-theme-color-17);
}
.vs-blog--single:hover .vs-blog__meta__text {
  color: var(--vs-white-color);
}
.vs-blog--single:hover .vs-blog__meta__text:hover {
  color: var(--vs-theme-color-18);
}
.vs-blog--single:hover .vs-blog__social__link {
  background-color: var(--vs-theme-color-18);
}
.vs-blog--single:hover .vs-blog__divider {
  border-color: var(--vs-theme-color-17);
}
.vs-blog--single:hover .vs-btn {
  background-color: var(--vs-theme-color-18);
}
.vs-blog--style8 {
  background-color: var(--vs-theme-color-19);
}
.vs-blog--style8 .vs-blog__date {
  background-color: var(--vs-theme-color-17);
  border-color: var(--vs-theme-color-18);
  border-radius: 20px;
  z-index: 1;
}
.vs-blog--style8 .overlay {
  background-color: var(--vs-theme-color-17);
  opacity: 30%;
}
.vs-blog--style8 .vs-blog__meta {
  background-color: var(--vs-theme-color-17);
  flex-wrap: wrap;
}
.vs-blog--style8 .vs-btn {
  background-color: var(--vs-theme-color-17);
}
.vs-blog--style8 .vs-blog__social__link {
  background-color: var(--vs-theme-color-17);
}
.vs-blog--style8 .vs-blog__img {
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}
.vs-blog--style8:hover {
  background-color: var(--vs-theme-color-17);
}
.vs-blog--style8:hover .vs-blog__img {
  transform: scale(1.1);
  transition: all 0.3s ease-in-out;
}
.vs-blog--style8:hover .vs-btn {
  background-color: var(--vs-theme-color-18);
}
.vs-blog--style8:hover .vs-blog__social__link {
  background-color: var(--vs-theme-color-18);
}
.vs-blog--style8:hover .vs-blog__title__link:hover {
  color: var(--vs-theme-color-18);
}
.vs-blog--style8:hover .vs-blog__date {
  background-color: var(--vs-theme-color-18);
  border-color: var(--vs-theme-color-17);
}
.vs-blog--style8:hover .vs-blog__meta {
  background-color: var(--vs-theme-color-18);
}
.vs-blog--style8:hover .vs-blog__meta__text:hover {
  color: var(--vs-theme-color-17);
}

.blog-inner-title {
  font-size: 30px;
  margin-top: -0.2em;
  margin-bottom: 8px;
}

.blog-single {
  position: relative;
  margin-bottom: 40px;
  background: var(--vs-white-color);
  box-shadow: 0px 10px 31px rgba(169, 177, 193, 0.17);
  border-radius: 5px;
  padding: 0.1px 0 0.1px 0;
}
.blog-single .blog-meta {
  margin: -0.2em 0 10px 0;
}
.blog-single .blog-title {
  font-size: 30px;
  margin-bottom: 17px;
}
.blog-single .link-btn {
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin-top: 26px;
}
.blog-single .blog-date {
  color: var(--vs-body-color);
}
.blog-single .blog-date i {
  color: var(--vs-theme-color-1);
  margin: 0 10px 0 0;
}
.blog-single .share-links-title {
  font-size: 16px;
  font-weight: 600;
  color: var(--vs-title-color);
  font-family: var(--vs-title-font);
  margin: 0 15px 0 0;
  display: inline-block;
}
.blog-single .share-links {
  margin: 16px 0 0 0;
}
.blog-single .share-links .row {
  align-items: center;
  --bs-gutter-y: 15px;
}
.blog-single .share-links .tagcloud {
  display: inline-block;
}
.blog-single .share-links .tagcloud a {
  padding: 0;
  border-radius: 0;
  color: var(--vs-body-color);
}
.blog-single .share-links .tagcloud a:not(:last-child):after {
  content: ",";
}
.blog-single .social-links {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
}
.blog-single .social-links li {
  display: inline-block;
  margin-right: 13px;
}
.blog-single .social-links li:last-child {
  margin-right: 0;
}
.blog-single .social-links a {
  line-height: 1;
  font-size: 16px;
  color: var(--vs-body-color);
  text-align: center;
  display: block;
}
.blog-single .social-links a:hover {
  color: var(--vs-theme-color-1);
}
.blog-single .blog-content {
  margin: var(--blog-space-y, 40px) var(--blog-space-x, 40px) var(--blog-space-y, 40px) var(--blog-space-x, 40px);
  padding: 0;
  position: relative;
  border-radius: 0 0 5px 5px;
}
.blog-single .blog-audio {
  line-height: 1;
}
.blog-single .blog-audio,
.blog-single .blog-img {
  position: relative;
  background-color: var(--vs-smoke-color);
}
.blog-single .blog-audio img,
.blog-single .blog-audio > *,
.blog-single .blog-img img,
.blog-single .blog-img > * {
  border-radius: 5px 5px 0 0;
}
.blog-single .blog-img .slick-arrow {
  --pos-x: 30px;
  border: none;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: var(--vs-theme-color-1);
  color: var(--vs-white-color);
  border-radius: 5px;
}
.blog-single .blog-img .slick-arrow:hover {
  background-color: var(--vs-theme-color-1);
  color: var(--vs-white-color);
}
.blog-single .blog-img .play-btn {
  --icon-size: 80px;
  --vs-icon-font-size: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: calc(var(--icon-size) / -2) 0 0 calc(var(--icon-size) / -2);
}
.blog-single:hover .blog-img .slick-arrow {
  opacity: 1;
  visibility: visible;
}

.blog-author {
  background-color: var(--vs-smoke-color);
  padding: 30px;
  display: flex;
  align-items: center;
  margin: var(--blog-space-y, 60px) 0;
}
.blog-author .media-img {
  width: 189px;
  margin: 0 30px 0 0;
}
.blog-author .author-name {
  font-size: 24px;
  font-weight: 700;
  margin: -0.3em 0 0px 0;
}
.blog-author .author-degi {
  color: var(--vs-theme-color-1);
}
.blog-author .author-text {
  margin: 0 0 -0.1em 0;
}

.blog-details .blog-single {
  background: transparent;
  box-shadow: none;
  padding: 0;
}
.blog-details .blog-img {
  margin: 0 0 40px 0;
}
.blog-details .blog-img img {
  border-radius: 0;
}
.blog-details .blog-content {
  margin: 0;
}

/* Large devices */
@media (max-width: 1199px) {
  blockquote {
    font-size: 20px;
    padding: 23px 30px 26px 30px;
  }
  blockquote cite {
    font-size: 16px;
  }
  .blog-single {
    --blog-space-y: 40px;
    --blog-space-x: 30px;
  }
  .blog-single .blog-title {
    font-size: 24px;
  }
  .blog-meta span,
  .blog-meta a {
    font-size: 14px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  blockquote.vs-quote {
    padding: 40px 15px;
  }
  blockquote.vs-quote p {
    line-height: 1.8;
  }
  blockquote.vs-quote cite {
    padding: 0;
    margin-top: 10px;
  }
  .blog-inner-title {
    font-size: 26px;
  }
  .blog-single {
    --blog-space-y: 40px;
    --blog-space-x: 20px;
  }
  .blog-single .blog-title {
    font-size: 20px;
  }
  .blog-single .blog-img .play-btn {
    --icon-size: 60px;
    --vs-icon-font-size: 20px;
  }
  .blog-author {
    display: block;
    padding: 30px 15px;
  }
  .blog-author .media-img {
    margin: 0 0 30px 0;
    width: 100%;
  }
  .blog-author .media-img img {
    width: 100%;
  }
  .blog-author .author-name {
    font-size: 18px;
  }
  .blog-author .author-degi {
    margin-bottom: 10px;
  }
}
/*------------------- 4.7. Comments  -------------------*/
.blog-inner-title {
  font-size: 48px;
  padding-bottom: 17px;
  margin-bottom: 50px;
  position: relative;
}
.blog-inner-title::after, .blog-inner-title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 10px;
  width: 69px;
  background-color: var(--vs-theme-color-6);
  clip-path: path("M 0 2 C 0 0.89543 0.895431 0 2 0 H 59.1716 C 59.702 0 60.2107 0.210714 60.5858 0.585786 L 66.5858 6.58579 C 67.8457 7.84572 66.9534 10 65.1716 10 H 2 C 0.89543 10 0 9.10457 0 8 V 2 Z");
  border-radius: 2px;
}
.blog-inner-title:after {
  left: 74px;
  width: 45px;
  background-color: var(--vs-theme-color-7);
  clip-path: path("M 0.589991 3.41421 C -0.669938 2.15428 0.222399 0 2.00421 0 H 36.3474 C 36.8778 0 37.3865 0.210714 37.7616 0.585786 L 43.7616 6.58579 C 45.0215 7.84572 44.1292 10 42.3474 10 H 8.00421 C 7.47377 10 6.96507 9.78929 6.58999 9.41421 L 0.589991 3.41421 Z");
}

.comment-respond {
  margin: var(--blog-space-y, 60px) 0 30px 0;
  position: relative;
  padding: 40px 40px 40px 40px;
  background-color: var(--vs-theme-color-19);
  border-radius: 20px;
}
.comment-respond .form-title a#cancel-comment-reply-link {
  font-size: 0.7em;
  text-decoration: underline;
}
.comment-respond .custom-checkbox.notice {
  margin-top: 10px;
  margin-bottom: 25px;
}
.comment-respond .row {
  --bs-gutter-x: 20px;
}
.comment-respond .form-control {
  background-color: var(--vs-white-color);
  border: none;
  height: 60px;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 20px;
}
.comment-respond textarea {
  padding-top: 20px;
  min-height: 150px;
}
.comment-respond .form-group > i {
  top: 20.5px;
}
.comment-respond label {
  display: inline;
}
.comment-respond input[type=checkbox] {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  position: relative;
  margin-right: 5px;
  top: -2px;
}
.comment-respond .blog-inner-title {
  margin-bottom: 20px;
}
.comment-respond .form-text {
  margin-bottom: 25px;
}
.comment-respond .form-inner {
  background-color: var(--vs-smoke-color);
  padding: 30px;
}

.question-form .comment-respond,
.review-form .comment-respond {
  margin: 0 0 20px 0;
}
.question-form .form-control,
.review-form .form-control {
  background-color: transparent;
  border: 1px solid #e4e4e4;
}
.question-form .rating-select,
.review-form .rating-select {
  display: flex;
  align-items: center;
}
.question-form .rating-select label,
.review-form .rating-select label {
  font-weight: 500;
  color: var(--vs-title-color);
}

.review-form {
  display: none;
}

.vs-comments-wrap {
  margin: var(--blog-space-y, 60px) 0 var(--blog-space-y, 60px) 0;
  padding: 40px 40px 10px 40px;
  background-color: var(--vs-theme-color-19);
  border-radius: 20px;
}
.vs-comments-wrap .description p:last-child {
  margin-bottom: 0;
}
.vs-comments-wrap .comment-respond {
  margin: 30px 0;
}
.vs-comments-wrap pre {
  background: #ededed;
  color: #666;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.vs-comments-wrap blockquote {
  background-color: #eaf8f9;
}
.vs-comments-wrap li {
  margin: 0;
}
.vs-comments-wrap .vs-post-comment {
  background-color: var(--vs-white-color);
  position: relative;
  display: flex;
  position: relative;
  padding: 30px;
  border-radius: 30px;
  margin: 30px 0 30px 0;
}
.vs-comments-wrap ul.comment-list {
  list-style: none;
  margin: -10px 0 0 0;
  padding: 0;
}
.vs-comments-wrap ul.comment-list ul ul,
.vs-comments-wrap ul.comment-list ul ol,
.vs-comments-wrap ul.comment-list ol ul,
.vs-comments-wrap ul.comment-list ol ol {
  margin-bottom: 0;
}
.vs-comments-wrap .comment-avater {
  width: 130px;
  height: 130px;
  margin-right: 20px;
  overflow: hidden;
  background-color: var(--vs-white-color);
  border-radius: 20px;
}
.vs-comments-wrap .comment-avater img {
  width: 100%;
}
.vs-comments-wrap .comment-content {
  flex: 1;
  position: relative;
}
.vs-comments-wrap .commented-on {
  font-size: 14px;
  display: block;
  margin-bottom: 12px;
  margin-top: -0.25em;
  font-weight: 400;
  color: var(--vs-body-color);
  font-family: var(--vs-title-font);
}
.vs-comments-wrap .commented-on i {
  color: var(--vs-theme-color-1);
  margin-right: 7px;
  font-size: 0.9rem;
}
.vs-comments-wrap .name {
  margin-bottom: 7px;
  font-size: 24px;
  font-weight: 700;
}
.vs-comments-wrap .comment-top {
  display: flex;
  justify-content: space-between;
}
.vs-comments-wrap .text:last-of-type {
  margin-bottom: 0;
}
.vs-comments-wrap .children {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-left: 70px;
}
.vs-comments-wrap .reply_and_edit {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 1;
}
.vs-comments-wrap .replay-btn {
  font-weight: 700;
  font-size: 16px;
  display: inline-block;
  font-family: var(--vs-title-font);
  padding: 12px 26px;
  background-color: var(--vs-theme-color-1);
  color: var(--vs-white-color);
  border-radius: 10px;
}
.vs-comments-wrap .replay-btn i {
  margin-right: 7px;
  font-size: 0.8em;
}
.vs-comments-wrap .replay-btn:hover {
  color: var(--vs-title-color);
  background-color: var(--vs-theme-color-18);
}
.vs-comments-wrap .star-rating {
  font-size: 12px;
  margin-bottom: 10px;
  position: absolute;
  top: 5px;
  right: 0;
  width: 80px;
}

.vs-comments-wrap.vs-comment-form {
  margin: 0;
}

/* Large devices */
@media (max-width: 1199px) {
  .blog-inner-title {
    font-size: 36px;
  }
  .blog-inner-title:before, .blog-inner-title::after {
    height: 5px;
  }
  .comment-respond {
    padding: 40px 20px;
  }
  .vs-comments-wrap {
    padding: 40px 20px 10px 20px;
  }
  .vs-comments-wrap .reply_and_edit {
    position: relative;
    margin-top: 20px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .blog-inner-title {
    font-size: 30px;
  }
  .comment-respond .form-control {
    height: 50px;
    font-size: 14px;
    padding-left: 25px;
  }
  .vs-comments-wrap .comment-avater {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .vs-comments-wrap .vs-post-comment {
    display: block;
    padding: 20px;
  }
  .vs-comments-wrap .children {
    margin-left: 30px;
  }
}
/*------------------- 4.8. Hero Area  -------------------*/
.vs-hero--padding {
  padding: 260px 0 160px 0;
  /* Large devices */
}
@media (max-width: 1199px) {
  .vs-hero--padding {
    padding: 200px 0 160px 0;
  }
}
.vs-hero.background-image {
  background-attachment: fixed;
}
[data-theme=dark] .vs-hero.background-image {
  background-color: var(--vs-white-color);
}
.vs-hero__ele {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  /* Large devices */
}
@media (max-width: 1199px) {
  .vs-hero__ele {
    display: none;
  }
}
.vs-hero__ele--left {
  left: 20%;
}
.vs-hero__ele--left img {
  animation: zoom 0.8s linear infinite;
}
.vs-hero__ele--right {
  right: 20%;
}
.vs-hero__ele--right img {
  animation: zoom 1s linear infinite;
}
.vs-hero__title {
  font-family: 'Montserrat', sans-serif;
  margin: 0 0 7px 0;
  line-height: 1.2;
}
.vs-hero__title span {
  color: var(--vs-theme-color-1);
}
.vs-hero__text {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: var(--vs-gray-color);
}
.vs-hero__text span {
  color: var(--vs-black-color-2);
}
.vs-hero__content {
  margin: 0 0 100px 0;
  /* Large devices */
}
@media (max-width: 1199px) {
  .vs-hero__content {
    margin: 0 0 50px 0;
  }
}
.vs-hero__form {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  place-content: center;
  place-items: center;
  padding-top: 50px;
}
.vs-hero__form--input {
  min-width: 397px;
  min-height: 60px;
  padding: 14px 30px;
  border: 2px solid var(--vs-theme-color-1);
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-hero__form--input {
    min-width: 100%;
  }
}
.vs-hero__form--input::-moz-placeholder {
  color: var(--vs-gray-color-2);
  opacity: 1;
  visibility: visible;
  transform: scaleX(1);
  transform-origin: left center;
  will-change: transform;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.vs-hero__form--input::placeholder {
  color: var(--vs-gray-color-2);
  opacity: 1;
  visibility: visible;
  transform: scaleX(1);
  transform-origin: left center;
  will-change: transform;
  transition: all 0.3s ease-in-out;
}
.vs-hero__form--input:focus::-moz-placeholder {
  border-color: var(--vs-theme-color-2);
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
}
.vs-hero__form--input:focus::placeholder {
  border-color: var(--vs-theme-color-2);
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
}
.vs-hero__form--btn {
  min-height: 60px;
  padding: 14px 30px;
  background-color: var(--vs-theme-color-1);
  border: none;
  border-radius: 10px;
  color: var(--vs-white-color);
  font-family: var(--vs-title-font);
  font-weight: 700;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.vs-hero__form--btn::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background-color: var(--vs-theme-color-2);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(30);
  will-change: transform;
  transition: all 0.3s ease-in-out;
  z-index: -1;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
}
.vs-hero__form--btn:hover {
  color: var(--vs-theme-color-1);
  background-color: var(--vs-theme-color-2);
}
.vs-hero__form--btn:hover::before {
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.3s ease-in-out;
  opacity: 1;
  visibility: visible;
}
.vs-hero--home2, .vs-hero--home3, .vs-hero--home6 {
  padding: 40px 40px 0 40px;
  /* Extra large devices */
}
@media (max-width: 1500px) {
  .vs-hero--home2, .vs-hero--home3, .vs-hero--home6 {
    padding: 15px 15px 0 15px;
  }
}
.vs-hero--home2, .vs-hero--home3, .vs-hero--home6 {
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-hero--home2, .vs-hero--home3, .vs-hero--home6 {
    padding: 5px 5px 0 5px;
  }
}
.vs-hero--home2 .vs-hero__bg, .vs-hero--home3 .vs-hero__bg, .vs-hero--home6 .vs-hero__bg {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  z-index: 1;
  padding: 350px 0 203px 0;
  /* Extra large devices */
}
@media (max-width: 1500px) {
  .vs-hero--home2 .vs-hero__bg, .vs-hero--home3 .vs-hero__bg, .vs-hero--home6 .vs-hero__bg {
    padding: 280px 0 203px 0;
  }
}
.vs-hero--home2 .vs-hero__bg, .vs-hero--home3 .vs-hero__bg, .vs-hero--home6 .vs-hero__bg {
  /* Medium devices */
}
@media (max-width: 991px) {
  .vs-hero--home2 .vs-hero__bg, .vs-hero--home3 .vs-hero__bg, .vs-hero--home6 .vs-hero__bg {
    padding: 270px 0 80px 0;
  }
}
.vs-hero--home2 .vs-hero__bg, .vs-hero--home3 .vs-hero__bg, .vs-hero--home6 .vs-hero__bg {
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-hero--home2 .vs-hero__bg, .vs-hero--home3 .vs-hero__bg, .vs-hero--home6 .vs-hero__bg {
    padding: 160px 0 60px 0;
  }
}
.vs-hero--home2 .vs-hero__bg::before, .vs-hero--home3 .vs-hero__bg::before, .vs-hero--home6 .vs-hero__bg::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(285.98deg, rgba(4, 42, 45, 0.6) 2.69%, var(--vs-title-color) 100%);
  opacity: 0.9;
  z-index: -1;
}
.vs-hero--home2 .vs-hero__content, .vs-hero--home3 .vs-hero__content, .vs-hero--home6 .vs-hero__content {
  margin: 0;
}
.vs-hero--home2 .vs-hero__title, .vs-hero--home3 .vs-hero__title, .vs-hero--home6 .vs-hero__title {
  font-size: clamp(1.875rem, 1.45rem + 2.13vw, 4rem);
  font-weight: 600;
  color: var(--vs-white-color);
  margin: 0 0 40px 0;
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-hero--home2 .vs-hero__title, .vs-hero--home3 .vs-hero__title, .vs-hero--home6 .vs-hero__title {
    line-height: 1.4;
    margin: 0 0 30px 0;
  }
}
[data-theme=dark] .vs-hero--home2 .vs-hero__title, [data-theme=dark] .vs-hero--home3 .vs-hero__title, [data-theme=dark] .vs-hero--home6 .vs-hero__title {
  color: var(--vs-black-color-2);
}
.vs-hero--home2 .vs-hero__title span.text-gradient, .vs-hero--home3 .vs-hero__title span.text-gradient, .vs-hero--home6 .vs-hero__title span.text-gradient {
  background: linear-gradient(90deg, var(--vs-theme-color-4) 0%, #71E97B 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* For Safari and Chrome */
  background-clip: text;
  /* Optional for Firefox with extra config */
  color: transparent;
}
.vs-hero--home2 .vs-hero__title-sub, .vs-hero--home3 .vs-hero__title-sub, .vs-hero--home6 .vs-hero__title-sub {
  background: linear-gradient(90deg, var(--vs-theme-color-4) 0%, #71E97B 100%);
  color: var(--vs-white-color);
  padding: 10px 30px;
  font-size: clamp(1.25rem, 0.575rem + 0.09375vw, 0.875rem);
  font-family: var(--vs-title-font);
  font-weight: 700;
  border-radius: 6px;
  display: inline-flex;
  gap: 10px;
  margin: 0 0 35px 0;
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-hero--home2 .vs-hero__title-sub, .vs-hero--home3 .vs-hero__title-sub, .vs-hero--home6 .vs-hero__title-sub {
    font-size: clamp(1rem, 0.46rem + 0.075vw, 0.7rem);
    padding: 10px 15px;
  }
}
.vs-hero--home2 .vs-hero__text, .vs-hero--home3 .vs-hero__text, .vs-hero--home6 .vs-hero__text {
  color: var(--vs-white-color);
  font-weight: 400;
  margin: 0 0 40px 0;
}
[data-theme=dark] .vs-hero--home2 .vs-hero__text, [data-theme=dark] .vs-hero--home3 .vs-hero__text, [data-theme=dark] .vs-hero--home6 .vs-hero__text {
  color: var(--vs-black-color-2);
}
.vs-hero--home3, .vs-hero--home6 {
  padding: 0px 40px 0 40px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .vs-hero--home3, .vs-hero--home6 {
    padding: 0px 15px 0 15px;
  }
}
.vs-hero--home3 .vs-hero__single-img,
.vs-hero--home3 .vs-hero__ele-illus, .vs-hero--home6 .vs-hero__single-img,
.vs-hero--home6 .vs-hero__ele-illus {
  position: absolute;
  bottom: 0;
  right: 14%;
  z-index: -1;
}
.vs-hero--home3 .vs-hero__ele-illus, .vs-hero--home6 .vs-hero__ele-illus {
  left: 70px;
  top: 90px;
}
.vs-hero--home3, .vs-hero--home6 {
  /* Large devices */
}
@media (max-width: 1199px) {
  .vs-hero--home3 .vs-hero__single-img, .vs-hero--home6 .vs-hero__single-img {
    position: relative;
    right: 0;
    margin-top: 30px;
  }
}
.vs-hero--home3 .vs-hero__bg, .vs-hero--home6 .vs-hero__bg {
  padding: 200px 0 283px 0;
  background-color: var(--vs-theme-color-6);
  /* Medium Large devices */
}
@media (max-width: 1399px) {
  .vs-hero--home3 .vs-hero__bg, .vs-hero--home6 .vs-hero__bg {
    padding: 130px 70px 0px 50px;
  }
}
.vs-hero--home3 .vs-hero__bg, .vs-hero--home6 .vs-hero__bg {
  /* Medium devices */
}
@media (max-width: 991px) {
  .vs-hero--home3 .vs-hero__bg, .vs-hero--home6 .vs-hero__bg {
    padding: 70px 20px 0px 20px;
  }
}
.vs-hero--home3 .vs-hero__bg-img, .vs-hero--home6 .vs-hero__bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  animation: zoom 20s ease-in-out infinite;
}
.vs-hero--home3 .vs-hero__bg::before, .vs-hero--home6 .vs-hero__bg::before {
  display: none;
}
.vs-hero--home3 .vs-hero__title > span, .vs-hero--home6 .vs-hero__title > span {
  color: var(--vs-white-color);
}
.vs-hero--home3 .vs-hero__title-sub, .vs-hero--home6 .vs-hero__title-sub {
  background: transparent;
  padding: 0 0;
  margin: 0 0 20px 0;
}
.vs-hero--home3 .vs-hero__bg {
  padding: 200px 0 283px 0;
  /* Large devices */
}
@media (max-width: 1199px) {
  .vs-hero--home3 .vs-hero__bg {
    padding: 200px 0 0px 0;
  }
}
.vs-hero--home3 .vs-hero__bg {
  /* Medium devices */
}
@media (max-width: 991px) {
  .vs-hero--home3 .vs-hero__bg {
    padding: 110px 0 0px 0;
  }
}
.vs-hero--home3 .vs-hero__single-img {
  /* Extra large devices */
}
@media (max-width: 1500px) {
  .vs-hero--home3 .vs-hero__single-img {
    right: 0;
  }
}
.vs-hero .swiper-slide-active:not(.swiper-slide-duplicate) .vs-swiper-animation {
  opacity: 1;
  will-change: transform;
  animation-fill-mode: both;
  animation-name: vsfadeInLeft;
  animation-timing-function: ease-out;
  animation-duration: 5s;
}
.vs-hero .swiper-slide-active:not(.swiper-slide-duplicate) .vs-swiper-animation.manimated {
  animation-duration: 1s;
}
.vs-hero .swiper-slide-active:not(.swiper-slide-duplicate) .vs-swiper-animation.vs-hero__single-img {
  animation-name: vsfadeInRight;
}
.vs-hero--home4 .vs-hero__content, .vs-hero--home5 .vs-hero__content {
  margin: 0 0 0 0;
  position: relative;
  z-index: 3;
  /* Large devices */
}
@media (max-width: 1199px) {
  .vs-hero--home4 .vs-hero__content, .vs-hero--home5 .vs-hero__content {
    padding: 120px 120px 0;
  }
}
.vs-hero--home4 .vs-hero__content, .vs-hero--home5 .vs-hero__content {
  /* Medium devices */
}
@media (max-width: 991px) {
  .vs-hero--home4 .vs-hero__content, .vs-hero--home5 .vs-hero__content {
    padding: 80px 0px 0;
  }
}

.vs-hero--home4 .vs-hero__ele2, .vs-hero--home5
.vs-hero--home5 .vs-hero__ele2 {
  position: absolute;
  z-index: 2;
}
.vs-hero--home4 .vs-hero--home5 {
  top: 118px;
  right: 200px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .vs-hero--home4  .vs-hero--home5 {
    right: 0;
    display: none;
  }
}
.vs-hero--home4 .vs-hero__ele2, .vs-hero--home5 .vs-hero__ele2 {
  left: 0;
  bottom: 0;
}
.vs-hero--home4 .vs-hero__title, .vs-hero--home5 .vs-hero__title {
  color: var(--vs-white-color);
  font-size: clamp(1.5rem, 1rem + 2.5vw, 4rem);
  font-weight: 600;
  margin: 0 0 40px 0;
}
.vs-hero--home4 .vs-hero__title-sub, .vs-hero--home5 .vs-hero__title-sub {
  display: inline-flex;
  align-items: center;
  /* background: linear-gradient(90deg, #6060F6 30.75%, rgba(11, 11, 60, 0) 100%); */
  border-radius: 6px;
  font-size: 20px;
  font-weight: 700;
  font-family: var(--vs-title-font);
  color: var(--vs-white-color);
  gap: 10px;
  padding: 3px 30px;
  min-height: 40px;
  margin-bottom: 18px;
}
.vs-hero--home4 .vs-hero__text, .vs-hero--home5 .vs-hero__text {
  color: var(--vs-white-color);
  font-weight: 400;
  margin-bottom: 30px;
}
.vs-hero--home4 .vs-hero__footer, .vs-hero--home5 .vs-hero__footer {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
.vs-hero--home4 {
  /* background: linear-gradient(268.6deg, rgba(11, 11, 56, 0.85) 1.88%, #26265E 74.2%); */
  z-index: -1;
}
.vs-hero--home5 {
  z-index: auto;
}
.vs-hero--home4 .vs-hero__bg-img, .vs-hero--home5 .vs-hero__bg-img {
  position: absolute;
  right: 0;
  top: 0;
  left: auto;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding-left: 220px;
  z-index: -2;
}
.vs-hero--home4 .vs-hero__bg-img img, .vs-hero--home5 .vs-hero__bg-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.vs-hero--home4 .vs-hero__single-figure, .vs-hero--home5 .vs-hero__single-figure {
  padding: 70px 0 0 0;
  position: relative;
  z-index: 1;
}
.vs-hero--home4 .vs-hero__single-figure__bg, .vs-hero--home5 .vs-hero__single-figure__bg {
  position: absolute;
  min-width: 420px;
  height: 100%;
  left: 66%;
  top: 0;
  /* Medium devices */
}
@media (max-width: 991px) {
  .vs-hero--home4 .vs-hero__single-figure__bg, .vs-hero--home5 .vs-hero__single-figure__bg {
    left: 45%;
  }
}
.vs-hero--home4 .vs-hero__single-figure__bg, .vs-hero--home5 .vs-hero__single-figure__bg {
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-hero--home4 .vs-hero__single-figure__bg, .vs-hero--home5 .vs-hero__single-figure__bg {
    display: none;
  }
}
.vs-hero--home4 .vs-hero__single-figure__bg span, .vs-hero--home5 .vs-hero__single-figure__bg span {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
}
.vs-hero--home4 .vs-hero__single-figure__bg span:nth-child(1), .vs-hero--home5 .vs-hero__single-figure__bg span:nth-child(1) {
  background: linear-gradient(180deg, #6060F6 0%, rgba(96, 96, 246, 0) 100%);
  opacity: 0.2;
  width: 120px;
}
.vs-hero--home4 .vs-hero__single-figure__bg span:nth-child(2), .vs-hero--home5 .vs-hero__single-figure__bg span:nth-child(2) {
  width: 180px;
  left: 120px;
  background: linear-gradient(180deg, #6060F6 0%, rgba(96, 96, 246, 0.2) 100%);
  opacity: 0.35;
}
.vs-hero--home4 .vs-hero__single-figure__bg span:nth-child(3), .vs-hero--home5 .vs-hero__single-figure__bg span:nth-child(3) {
  width: 120px;
  left: 300px;
  background: linear-gradient(180deg, #6060F6 0%, rgba(96, 96, 246, 0) 100%);
  opacity: 0.2;
}
.vs-hero--home4 {
  background: linear-gradient(255.44deg, #0B0B38 38.64%, #26265E 99.28%);
}
.vs-hero--home5 {
  position: relative;
  background: 
    linear-gradient(rgba(10, 31, 68, 0.5)
    ),
    url('../img/hero/her33.jpg');
    
  background-size: cover;
  background-position: center;
  color: #FFFFFF;
}
.vs-hero--home5 .vs-hero__bg {
  padding: 205px 0 205px;
}
/* .vs-hero--home5 .vs-hero__bg-overlay {
  background: linear-gradient(268.6deg, rgba(42, 50, 57, 0.6) 38.44%, #2A3239 98.8%);
  opacity: 0.6;
  z-index: 3;
} */
/* .vs-hero--home5 .vs-hero__ele1 {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  display: block;
}
.vs-hero--home5 .vs-hero__ele1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
} */
.page.vs-home1 .vs-hero--home5 .vs-hero__single-figure {
  display: none !important;
}
.vs-hero--home5 .vs-hero__ele2 {
  position: absolute;
  content: "";
  min-height: 511px;
  background: linear-gradient(270deg, rgba(29, 104, 42, 0) 49.52%, rgba(57, 206, 84, 0.5) 100%);
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: none;
}
.vs-hero--home5 .vs-hero__content {
  padding: 80px 0 80px 0;
  z-index: unset;
  /* Extra large devices */
}
@media (max-width: 1500px) {
  .vs-hero--home5 .vs-hero__content {
    padding: 80px 60px 80px 0;
  }
}
.vs-hero--home5 .vs-hero__content {
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-hero--home5 .vs-hero__content {
    padding: 80px 0px 80px 0;
  }
}
.vs-hero--home5 .vs-hero__content-inner {
  position: relative;
  z-index: 5;
  /* Large devices */
}
@media (max-width: 1199px) {
  .vs-hero--home5 .vs-hero__content-inner {
    max-width: 65%;
  }
}
.vs-hero--home5 .vs-hero__content-inner {
  /* Medium devices */
}
@media (max-width: 991px) {
  .vs-hero--home5 .vs-hero__content-inner {
    max-width: 100%;
  }
}
.vs-hero--home5 .vs-hero__single-figure {
  z-index: 1;
  padding: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  max-width: 100%;
  width: 100%;
  border-radius: 0;
  overflow: hidden;
  /* Large devices */
}
@media (max-width: 1199px) {
  .vs-hero--home5 .vs-hero__single-figure {
    max-width: 40%;
  }
}
.vs-hero--home5 .vs-hero__single-figure {
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-hero--home5 .vs-hero__single-figure {
    display: block;
    position: relative;
    width: 100%;
    max-width: 100%;
    right: auto;
    left: auto;
    top: auto;
    bottom: auto;
    margin-top: 30px;
  }
}
.vs-hero--home5 .vs-hero__single-figure > img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0;
}
.page.vs-home1 .vs-hero--home5 .vs-hero__single-figure {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.page.vs-home1 .vs-hero--home5 .vs-hero__single-figure > img {
  height: 100%;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}
.page.vs-home1 .vs-hero--home5 .vs-hero__bg-img,
.page.vs-home1 .vs-hero--home5 .vs-hero__bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}
.vs-hero--home5 .vs-hero__title-sub {
  background: transparent;
  padding: 0;
  min-height: auto;
}
.vs-hero--home6 {
  padding: 0px 0px 0 0px;
}
.vs-hero--home6 .vs-hero__bg {
  border-radius: 0;
  /* Medium Large devices */
}
@media (max-width: 1399px) {
  .vs-hero--home6 .vs-hero__bg {
    padding: 200px 0 125px 0;
  }
}
.vs-hero--home6 .vs-hero__bg {
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-hero--home6 .vs-hero__bg {
    padding: 80px 0 65px 0;
  }
}
.vs-hero--home6 .vs-hero__single-img {
  right: 0;
  top: 84px;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
  /* Extra large devices */
}
@media (max-width: 1500px) {
  .vs-hero--home6 .vs-hero__single-img {
    max-width: 50%;
  }
}
.vs-hero--home6 .vs-hero__single-img {
  /* Large devices */
}
@media (max-width: 1199px) {
  .vs-hero--home6 .vs-hero__single-img {
    max-width: 100%;
    width: 100%;
    top: 0;
  }
}
.vs-hero--home6 .overlay {
  background: linear-gradient(352.94deg, #FACF61 5.51%, #014E4E 72.74%);
  opacity: 0.25;
}
.vs-hero .swiper-slide-active:not(.swiper-slide-duplicate) .vs-hero__anim.manimated {
  animation-fill-mode: both;
  animation-name: fadeInUp;
  opacity: 1;
  animation-duration: 1s;
}

/* Large devices */
@media (max-width: 1199px) {
  .vs-hero--home6 .vs-hero__bg {
    padding: 75px 0 125px 0;
  }
  .vs-hero--home4 .vs-hero__single-figure__bg {
    display: none;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .vs-hero--home5 .vs-hero__content {
    padding: 40px 0px 40px 0;
  }
  .vs-hero--home5 .vs-hero__ele2 {
    min-height: 380px;
  }
  .vs-hero--home5 .vs-hero__bg {
    padding: 150px 0 150px;
  }
  .vs-hero--home5 .vs-hero__title {
    margin: 0 0 20px 0;
  }
}
/*------------------- 4.9. Error  -------------------*/
/*------------------- 4.10. Feature  -------------------*/
.vs-features__wrapper {
  background-color: transparent;
  border-radius: 30px;
  padding: 80px 80px 30px 80px;
  position: relative;
  /* Large devices */
}
@media (max-width: 1199px) {
  .vs-features__wrapper {
    padding: 80px 40px 30px 40px;
  }
}
.vs-features__wrapper {
  /* Medium devices */
}
@media (max-width: 991px) {
  .vs-features__wrapper {
    background-color: var(--vs-theme-color-13);
  }
}
.vs-features__img {
  margin-bottom: 60px;
  text-align: center;
}
.vs-features__charging {
  margin-bottom: 60px;
}
.vs-features__charging-text {
  margin-bottom: 0;
  color: var(--vs-title-color);
}
.vs-features__charging-icon {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--vs-white-color);
  font-size: 40px;
  color: var(--vs-title-color);
  border-radius: 50%;
  margin: 0 0 20px 0;
}
.vs-features__charging-icon > i {
  display: flex;
}
.vs-features__charging-title {
  font-size: 24px;
  margin: 0 0 10px 0;
}
.vs-features__charging--right {
  text-align: right;
}
.vs-features__charging--right .vs-features__charging-icon {
  margin-left: auto;
}

/* Medium devices */
@media (max-width: 991px) {
  .vs-features__charging {
    text-align: center;
  }
  .vs-features__charging-icon {
    margin: 0 auto 20px auto;
  }
  .vs-features__img {
    margin-bottom: 0;
  }
}
/*------------------- 4.11. About  -------------------*/
.vs-about__text {
  margin-bottom: 0;
  background-color: color-mix(in srgb, var(--vs-theme-color-1) 10%, transparent);
  color: var(--vs-theme-color-1);
  font-size: clamp(1.25rem, 0.575rem + 0.09375vw, 0.875rem);
  font-weight: 700;
  font-family: var(--vs-body-font);
  padding: 20px 30px;
  border-radius: 20px;
  border: 3px solid var(--vs-theme-color-1);
  line-height: 1.45em;
}
.vs-about__text.style2 {
  background-color: var(--vs-theme-color-17);
  border-right: 4px solid var(--vs-theme-color-18);
  border-left: 4px solid var(--vs-theme-color-18);
  border-top: 1px solid var(--vs-theme-color-18);
  border-bottom: 1px solid var(--vs-theme-color-18);
}
.vs-about__card {
  display: flex;
  gap: 20px;
  flex: none;
  max-width: 275px;
}
.vs-about__card-icon {
  height: 100%;
  min-width: 45px;
}
.vs-about__card-content {
  margin-top: -5px;
}
.vs-about__card-title {
  font-size: clamp(1.25rem, 0.575rem + 0.09375vw, 0.875rem);
  margin-bottom: 5px;
}
.vs-about__card-text {
  margin-bottom: 0;
}
.vs-about__card.style2, .vs-about__card.style3 {
  align-items: center;
}
.vs-about__card.style2 .vs-about__card-icon, .vs-about__card.style3 .vs-about__card-icon {
  --icon-size: 60px;
  background-color: var(--vs-theme-color-11);
  min-width: var(--icon-size);
  min-height: var(--icon-size);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.vs-about__card.style2 .vs-about__card-icon > i, .vs-about__card.style3 .vs-about__card-icon > i {
  display: inline-flex;
}
.vs-about__card.style2 .vs-about__card-title, .vs-about__card.style3 .vs-about__card-title {
  margin-bottom: 0;
}
.vs-about__card.style3 .vs-about__card-icon {
  font-size: 30px;
  color: var(--vs-theme-color-13);
  background-color: var(--vs-theme-color-14);
  border: 2px dashed var(--vs-white-color);
}
.vs-about__cards {
  display: flex;
  gap: 29px;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .vs-about__cards {
    flex-direction: column;
    align-items: flex-start;
  }
}
.vs-about__cards {
  /* Medium devices */
}
@media (max-width: 991px) {
  .vs-about__cards {
    flex-direction: row;
  }
}
.vs-about__cards {
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-about__cards {
    flex-direction: column;
    align-items: flex-start;
  }
}
.vs-about__cards-divider {
  height: 60px;
  width: 5px;
  display: flex;
  position: relative;
  flex: none;
  /* Medium Large devices */
}
@media (max-width: 1399px) {
  .vs-about__cards-divider {
    display: none;
  }
}
.vs-about__cards-divider {
  /* Large devices */
}
@media (max-width: 1199px) {
  .vs-about__cards-divider {
    height: 5px;
    width: 60px;
  }
}
.vs-about__cards-divider {
  /* Medium devices */
}
@media (max-width: 991px) {
  .vs-about__cards-divider {
    height: 60px;
    width: 5px;
  }
}
.vs-about__cards-divider {
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-about__cards-divider {
    height: 5px;
    width: 60px;
  }
}
.vs-about__cards-divider::before, .vs-about__cards-divider::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.vs-about__cards-divider::before {
  width: 1px;
  height: 100%;
  background-color: var(--vs-body-color);
  z-index: 1;
  /* Large devices */
}
@media (max-width: 1199px) {
  .vs-about__cards-divider::before {
    width: 100%;
    height: 1px;
  }
}
.vs-about__cards-divider::before {
  /* Medium devices */
}
@media (max-width: 991px) {
  .vs-about__cards-divider::before {
    width: 1px;
    height: 100%;
  }
}
.vs-about__cards-divider::before {
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-about__cards-divider::before {
    width: 100%;
    height: 1px;
  }
}
.vs-about__cards-divider::after {
  width: 5px;
  height: 5px;
  border: 1.5px solid var(--vs-theme-color-1);
  z-index: 2;
  background-color: var(--vs-theme-color-2);
  border-radius: 50%;
  animation: ballUpDown 8s ease-in-out infinite;
}
.vs-about__cards-divider.home6::after {
  background-color: var(--vs-theme-color-18);
}
.vs-about__cards-divider.home6::before {
  background-color: var(--vs-white-color);
}
.vs-about__footer {
  display: flex;
  align-items: center;
  gap: 30px;
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-about__footer {
    align-items: flex-start;
    gap: 20px;
    flex-direction: column;
  }
}
.vs-about__facts {
  display: flex;
  align-items: center;
  gap: 15px;
}
.vs-about__facts-number {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  font-family: var(--vs-title-font);
  color: var(--vs-title-color);
}
.vs-about__facts-number p {
  margin-bottom: 0;
  color: var(--vs-title-color);
}
.vs-about__facts-images {
  display: flex;
  align-items: center;
  padding: 0 15px;
}
.vs-about__facts-img {
  margin: 0 -15px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  border: 2px solid var(--vs-white-color);
  transition: all 0.3s ease-in-out;
}
.vs-about__facts-img::before, .vs-about__facts-img::after {
  position: absolute;
  content: "";
}
.vs-about__facts-img::after {
  content: "+";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--vs-theme-color-2);
  font-size: 30px;
  height: -webkit-fill-available;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.vs-about__facts-img::before {
  width: 100%;
  height: 100%;
  background-color: color-mix(in srgb, var(--vs-theme-color-1) 70%, transparent);
  border-radius: 50%;
  transform: scale(0);
  will-change: transform;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.vs-about__facts-img.vs-active.active {
  z-index: 4;
  transition: all 0.3s ease-in-out;
}
.vs-about__facts-img.vs-active.active::before {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.vs-about__facts-img.vs-active.active::after {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease-in-out;
}
.vs-about__text + .vs-about__footer {
  padding-top: 40px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .vs-about__text + .vs-about__footer {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
.vs-about__image {
  overflow: hidden;
  height: 420px;
  border-radius: 10px;
}
.vs-about__image img {
  margin-top: -150px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.vs-about__image--two {
  height: 450px;
}
.vs-about__images {
  display: flex;
  align-items: end;
  gap: 30px;
  position: relative;
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-about__images {
    display: grid;
  }
}
.vs-about__images-one, .vs-about__images-two {
  border-radius: 20px;
  overflow: hidden;
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-about__images-one img, .vs-about__images-two img {
    width: 100%;
  }
}
.vs-about__images .vs-about__review {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 338px;
  min-height: 200px;
  display: flex;
  align-items: stretch;
  /* Large devices */
}
@media (max-width: 1199px) {
  .vs-about__images .vs-about__review {
    top: -90px;
  }
}
.vs-about__images .vs-about__review {
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-about__images .vs-about__review {
    position: relative;
    min-width: auto;
  }
}
.vs-about__images .vs-about__review::before, .vs-about__images .vs-about__review::after {
  position: absolute;
  content: "";
  border-radius: 20px;
  top: 0;
  left: 0;
}
.vs-about__images .vs-about__review::after {
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #019297 0%, #4EC057 100%);
  z-index: 2;
}
.vs-about__images .vs-about__review::before {
  width: 100%;
  height: 224px;
  background-color: var(--vs-theme-color-8);
  left: 30px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .vs-about__images .vs-about__review::before {
    display: none;
  }
}
.vs-about__images .vs-about__review-content {
  position: relative;
  z-index: 3;
  padding: 30px;
  width: 100%;
}
.vs-about__images .vs-about__review-radius {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-about__images .vs-about__review-radius {
    display: none;
  }
}
.vs-about__images .vs-about__review-radius::before, .vs-about__images .vs-about__review-radius::after {
  position: absolute;
  content: "";
  --circle-size: 62px;
  width: var(--circle-size);
  height: var(--circle-size);
  border-radius: 20px;
  box-shadow: inset -20px 30px 0 0 var(--vs-theme-color-8);
  transform: rotate(270deg);
  bottom: -66px;
  right: 29px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .vs-about__images .vs-about__review-radius::before, .vs-about__images .vs-about__review-radius::after {
    right: 100px;
    display: none;
  }
}
.vs-about__images .vs-about__review-radius::after {
  top: -20px;
  right: -62px;
}
.vs-about__images .vs-about__review .vs-clients__rating {
  color: var(--vs-white-color);
  margin-bottom: 15px;
}
.vs-about__images .vs-about__review-text {
  color: var(--vs-white-color);
  display: block;
  margin-bottom: 25px;
  font-family: var(--vs-title-font);
  letter-spacing: 0.48px;
}
.vs-about__images .vs-about__review-text > span {
  font-weight: 700;
}
.vs-about__images .vs-about__review .vs-about__facts-img {
  max-width: 51px;
  border-width: 3px;
  margin: 0 -10px;
}
.vs-about__images .vs-about__review .vs-about__facts-img::before, .vs-about__images .vs-about__review .vs-about__facts-img::after {
  display: none;
}
.vs-about__images .vs-about__review .vs-about__facts-content {
  z-index: 2;
  min-width: 51px;
  min-height: 51px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid var(--vs-white-color);
  background-color: var(--vs-theme-color-4);
  border-radius: 50%;
  color: var(--vs-white-color);
  margin: 0 -10px;
}
.vs-about__images .vs-about__review .vs-about__facts-number {
  color: var(--vs-white-color);
  font-family: var(--vs-title-font);
  font-size: 16px;
}
.vs-about__images .vs-about__review .vs-about__facts-number p {
  color: var(--vs-white-color);
  font-family: var(--vs-title-font);
  font-size: 16px;
}
.vs-about__images.style3 {
  display: block;
}
.vs-about__images.style3 .vs-ex {
  position: absolute;
  z-index: 1;
  right: 35px;
  top: 60px;
}
.vs-about__images.style3 .vs-about__img1 > img {
  border-radius: 20px;
}
.vs-about__images.style3 .vs-about__img1,
.vs-about__images.style3 .vs-about__img2 {
  display: inline-flex;
}
.vs-about__images.style3 .vs-about__img2 {
  margin-top: -370px;
  margin-left: auto;
  display: block;
  text-align: right;
  max-width: 480px;
}
.vs-about__images.style3 .vs-about__img2 > img {
  border-radius: 999px 999px 0 0;
  border: 10px solid var(--vs-white-color);
}
.vs-about__images.style3 .vs-about__img2-overlay {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 80%;
}
.vs-about__images.style3 .vs-about__img2-overlay > img {
  width: 100%;
}
.vs-about__images.style3 .vs-about__img3 {
  position: absolute;
  bottom: 60px;
  z-index: -1;
  left: -56px;
}
.vs-about--story__tab {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  -moz-column-gap: 27px;
       column-gap: 27px;
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-about--story__tab {
    gap: 15px;
  }
}
.vs-about--story__tab .nav-tabs {
  border-bottom: 0;
  background-color: var(--vs-theme-color-1);
  padding: 10px;
  border-radius: 10px;
  gap: 10px;
}
.vs-about--story__tab .nav-tabs button {
  padding: 10px 20px;
  border-radius: 10px;
  background-color: var(--vs-white-color);
  line-height: 1;
  font-weight: 700;
  color: var(--vs-title-color);
  border-color: transparent;
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-about--story__tab .nav-tabs button {
    padding: 10px 15px;
  }
}
.vs-about--story__tab .nav-tabs button.active {
  background-color: var(--vs-title-color);
  color: var(--vs-white-color);
  border-color: transparent;
}
.vs-about--story__tab .nav-tabs button:hover {
  background-color: var(--vs-theme-color-5);
  color: var(--vs-title-color);
  border-color: transparent;
}
.vs-about--story__tab-content {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-bottom: 40px;
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-about--story__tab-content {
    align-items: flex-start;
    flex-direction: column;
  }
}
.vs-about__video {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 10px;
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-about__video {
    width: 100%;
  }
}
.vs-about__video::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: color-mix(in srgb, var(--vs-title-color) 60%, transparent);
  z-index: 1;
}
.vs-about__video img {
  transform: scale(1);
  will-change: transform;
  transform-origin: center center;
  transition: all 0.3s ease-in-out;
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-about__video img {
    width: 100%;
  }
}
.vs-about__video .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.vs-about__video .play-btn::before, .vs-about__video .play-btn::after {
  background: linear-gradient(270deg, var(--vs-theme-color-4) 0%, var(--vs-theme-color-5) 100%);
}
.vs-about__video .play-btn > i {
  --icon-size: 50px;
  --vs-icon-font-size: 20px;
  background: linear-gradient(270deg, var(--vs-theme-color-4) 0%, var(--vs-theme-color-5) 100%);
  transition: all 0.3s ease-in-out;
}
.vs-about__video:hover img {
  transform: scale(1.1);
}
.vs-about--layout4 .vs-about__ele1,
.vs-about--layout4 .vs-about__ele2,
.vs-about--layout4 .vs-about__ele3 {
  position: absolute;
}
.vs-about--layout4 .vs-about__ele3 {
  top: 0;
  right: 0;
}
.vs-about--layout4 .vs-about__ele1 {
  bottom: 10px;
  right: 140px;
  animation: zoom 0.8s linear infinite;
  /* Medium devices */
}
@media (max-width: 991px) {
  .vs-about--layout4 .vs-about__ele1 {
    right: 0;
  }
}
.vs-about--layout4 .vs-about__ele1 {
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-about--layout4 .vs-about__ele1 {
    display: none;
  }
}
.vs-about--layout4 .vs-about__ele2 {
  top: 80px;
  left: 130px;
  animation: zoom 0.8s linear infinite;
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-about--layout4 .vs-about__ele2 {
    display: none;
  }
}
.vs-about--layout4 .vs-about__content {
  padding-left: 20px;
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-about--layout4 .vs-about__content {
    padding-left: 0;
  }
}
.vs-about--layout4 .vs-about__images {
  flex-direction: column;
  align-items: center;
}
.vs-about--layout4 .vs-about__img1,
.vs-about--layout4 .vs-about__img2 {
  overflow: hidden;
}
.vs-about--layout4 .vs-about__img1 {
  margin-right: 20px;
  border-radius: 22px;
  margin-left: auto;
  /* Medium devices */
}
@media (max-width: 991px) {
  .vs-about--layout4 .vs-about__img1 {
    margin: 0 auto;
  }
}
.vs-about--layout4 .vs-about__img1 > img {
  border-radius: 20px;
}
.vs-about--layout4 .vs-about__img2 {
  border-radius: 22px;
  margin-left: auto;
}
.vs-about--layout4 .vs-about__img2 > img {
  border-radius: 22px;
}
.vs-about--layout4 .vs-about__img3 {
  position: absolute;
  left: 0;
  top: 247px;
  padding: 10px 10px 0 0;
  border-radius: 22px;
  background-color: var(--vs-white-color);
}
.vs-about--layout4 .vs-about__img3 > img {
  border-radius: 22px;
}
.vs-about--layout4 .vs-about__img3 {
  /* Medium devices */
}
@media (max-width: 991px) {
  .vs-about--layout4 .vs-about__img3 {
    position: static;
  }
}
.vs-about--layout4 .vs-ex {
  position: absolute;
  bottom: 165px;
  left: 217px;
  z-index: 1;
  box-shadow: none;
  max-width: 260px;
  padding: 20px;
  background-color: var(--vs-theme-color-11);
  /* Large devices */
}
@media (max-width: 1199px) {
  .vs-about--layout4 .vs-ex {
    bottom: 0;
    left: 0;
  }
}
.vs-about--layout4 .vs-ex {
  /* Medium devices */
}
@media (max-width: 991px) {
  .vs-about--layout4 .vs-ex {
    left: auto;
    right: 0;
  }
}
.vs-about--layout4 .vs-ex__counter-icon {
  background-color: var(--vs-theme-color-10);
}
.vs-about--layout4 .vs-ex__counter-number {
  font-size: 30px;
  color: var(--vs-white-color);
  margin-bottom: 6px;
}
.vs-about--layout5 .vs-about__right-img {
  right: 30px;
  /* Extra large devices */
}
@media (max-width: 1500px) {
  .vs-about--layout5 .vs-about__right-img {
    display: none;
  }
}
.vs-about__imgs-h6 {
  position: relative;
}
.vs-about__imgs-h6__img1, .vs-about__imgs-h6__img2, .vs-about__imgs-h6__img3 {
  margin-bottom: 30px;
  overflow: hidden;
}
.vs-about__imgs-h6__img1 {
  border-radius: 130px 30px;
}
.vs-about__imgs-h6__img1 > img {
  /* Medium devices */
}
@media (max-width: 991px) {
  .vs-about__imgs-h6__img1 > img {
    width: 100%;
  }
}
.vs-about__imgs-h6__img2 {
  border-radius: 130px 30px;
}
.vs-about__imgs-h6__img2 > img {
  /* Medium devices */
}
@media (max-width: 991px) {
  .vs-about__imgs-h6__img2 > img {
    width: 100%;
  }
}
.vs-about__imgs-h6__img3 {
  border-radius: 30px 30px 130px 30px;
}
.vs-about__imgs-h6__img3 > img {
  /* Medium devices */
}
@media (max-width: 991px) {
  .vs-about__imgs-h6__img3 > img {
    width: 100%;
  }
}

.vs-ex {
  padding: 30px;
  background: var(--vs-theme-color-1);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .vs-ex {
    padding: 15px;
  }
}
.vs-ex__counter {
  display: flex;
  align-items: center;
  gap: 20px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .vs-ex__counter {
    flex-wrap: wrap;
  }
}
.vs-ex__counter-icon {
  --icon-size: 80px;
  min-width: var(--icon-size);
  min-height: var(--icon-size);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--vs-theme-color-2);
  border-radius: 10px;
}
.vs-ex__counter-number {
  display: flex;
  align-items: center;
  font-size: clamp(2.5rem, 1.15rem + 0.1875vw, 1.75rem);
  color: var(--vs-theme-color-2);
  font-weight: 700;
  font-family: var(--vs-title-font);
  line-height: 1;
  margin-bottom: 2px;
}
.vs-ex__counter-title {
  color: var(--vs-white-color);
  font-weight: 700;
  font-family: var(--vs-title-font);
  line-height: 1.3;
  display: inline-block;
}
.vs-ex__text {
  margin-bottom: 0;
  color: var(--vs-white-color);
  font-size: clamp(0.875rem, 0.4025rem + 0.065625vw, 0.6125rem);
  padding-top: 25px;
}
.vs-ex.style2 {
  z-index: 1;
  box-shadow: none;
  max-width: 260px;
  padding: 20px;
  background-color: var(--vs-theme-color-13);
}
.vs-ex.style2 .vs-ex__counter-icon {
  background-color: var(--vs-theme-color-14);
}
.vs-ex.style2 .vs-ex__counter-number {
  font-size: 30px;
  color: var(--vs-title-color);
  margin-bottom: 6px;
}
.vs-ex.style2 .vs-ex__counter-title {
  color: var(--vs-title-color);
}
.vs-ex.style3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 160px;
  padding: 32px 25px;
  text-align: center;
  border-radius: 30px;
  border-right: 1px solid var(--vs-theme-color-18);
  border-left: 1px solid var(--vs-theme-color-18);
  border-top: 3px solid var(--vs-theme-color-18);
  border-bottom: 3px solid var(--vs-theme-color-18);
  background-color: var(--vs-theme-color-17);
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-ex.style3 {
    left: 0;
    transform: translate(0%, -50%);
  }
}
.vs-ex.style3 .vs-ex__counter-number {
  justify-content: center;
  margin-bottom: 10px;
  font-size: 30px;
  color: var(--vs-theme-color-18);
}
.vs-ex.style3 .vs-ex__counter-title {
  line-height: 1.6;
}

@keyframes ballUpDown {
  0%, 100% {
    transform: translate(-50%, -50%) translateY(30px) scale(2);
  }
  50% {
    transform: translate(-50%, -50%) translateY(-30px) scale(1);
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .vs-about--layout4 .vs-about__ele3 {
    display: none;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .vs-about__images .vs-about__review {
    top: 0;
  }
}
/*------------------- 4.12. Service  -------------------*/
.vs-service__grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -moz-column-gap: 30px;
       column-gap: 30px;
  transition: all 1.1s ease;
  /* Extra small devices */
}
@media (max-width: 425px) {
  .vs-service__grid {
    gap: 0px;
  }
}
.vs-service__grid-item {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-column: span 3;
  transition: all 1s ease;
  /* Medium devices */
}
@media (max-width: 991px) {
  .vs-service__grid-item {
    grid-template-columns: auto;
    grid-column: span 6;
  }
}
.vs-service__grid-item {
  /* Extra small devices */
}
@media (max-width: 425px) {
  .vs-service__grid-item {
    grid-column: span 12;
  }
}
.vs-service__grid-item:hover .vs-service__card-content {
  background-color: var(--vs-theme-color-1);
}
.vs-service__grid-item:hover .vs-service__card-title {
  color: var(--vs-white-color);
}
.vs-service__grid-item:hover .vs-service__card-title__link {
  color: var(--vs-white-color);
}
.vs-service__grid-item:hover .vs-service__card-title__link:hover {
  color: var(--vs-theme-color-2);
}
.vs-service__grid-item:hover .vs-service__card-text, .vs-service__grid-item:hover .vs-service__card-link {
  color: var(--vs-white-color);
}
.vs-service__grid-item:hover .vs-service__card-link:hover {
  color: var(--vs-theme-color-2);
}
.vs-service__grid-item:hover .vs-service__card-icon {
  background-color: var(--vs-theme-color-2);
  color: var(--vs-title-color);
}
.vs-service__grid-row1 .vs-service__grid-item, .vs-service__grid-row2 .vs-service__grid-item {
  margin-bottom: 30px;
  /* Extra small devices */
}
@media (max-width: 425px) {
  .vs-service__grid-row1 .vs-service__grid-item, .vs-service__grid-row2 .vs-service__grid-item {
    margin-bottom: 0;
  }
}
.vs-service__card {
  display: grid;
  grid-template-columns: auto 1fr;
  transition: all 1s ease;
  align-items: stretch;
  position: relative;
  min-height: 224px;
  border-radius: 20px;
  overflow: hidden;
  /* Extra small devices */
}
@media (max-width: 425px) {
  .vs-service__card {
    grid-template-columns: auto;
  }
}
.vs-service__card-figure {
  width: 0;
  transition: width 1.1s ease;
  overflow: hidden;
  position: relative;
}
.vs-service__card-figure__inner {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 318px;
  transform-origin: right;
  transform: scaleX(0);
  transition: all 1s ease;
  will-change: transform;
  display: flex;
  align-items: center;
  justify-content: center;
  /* Medium Large devices */
}
@media (max-width: 1399px) {
  .vs-service__card-figure__inner {
    width: 230px;
  }
}
.vs-service__card-figure__inner {
  /* Extra small devices */
}
@media (max-width: 425px) {
  .vs-service__card-figure__inner {
    width: 100%;
    height: 224px;
    transform: scaleY(0);
    transform-origin: bottom;
  }
}
.vs-service__card-img:not([draggable]) {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: all 1.1s ease;
  /* Extra small devices */
}
@media (max-width: 425px) {
  .vs-service__card-img:not([draggable]) {
    width: 100%;
  }
}
.vs-service__card-img-link {
  display: block;
  height: 100%;
  transition: transform 1s ease;
  /* Extra small devices */
}
@media (max-width: 425px) {
  .vs-service__card-img-link {
    width: 100%;
  }
}
.vs-service__card-content {
  padding: 40px 30px 40px 30px;
  display: flex;
  flex-direction: column;
  position: relative;
  background-color: var(--vs-white-color);
  border-radius: 20px;
  transition: all 1s ease;
  /* Large devices */
}
@media (max-width: 1199px) {
  .vs-service__card-content {
    padding: 20px 20px 30px 20px;
  }
}
.vs-service__card-title {
  font-size: clamp(1.5rem, 0.69rem + 0.1125vw, 1.05rem);
  flex-grow: 1;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s ease-in-out;
  /* Medium Large devices */
}
@media (max-width: 1399px) {
  .vs-service__card-title {
    font-size: clamp(1.25rem, 0.575rem + 0.09375vw, 0.875rem);
  }
}
.vs-service__card-title {
  /* Large devices */
}
@media (max-width: 1199px) {
  .vs-service__card-title {
    font-size: clamp(1.125rem, 0.5175rem + 0.084375vw, 0.7875rem);
  }
}
.vs-service__card-title__link {
  color: var(--vs-title-color);
  transition: all 0.3s ease-in-out;
}
.vs-service__card-text {
  flex-grow: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: wrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 20px;
  font-size: 14px;
  max-width: 252px;
  min-height: 68.44px;
  transition: all 0.3s ease-in-out;
  /* Large devices */
}
@media (max-width: 1199px) {
  .vs-service__card-text {
    line-clamp: 4;
    -webkit-line-clamp: 4;
  }
}
.vs-service__card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  color: var(--vs-title-color);
  transition: all 0.3s ease-in-out;
}
.vs-service__card-icon {
  --icon-size: 50px;
  --radius-and-position: 10px;
  position: absolute;
  right: var(--radius-and-position);
  bottom: var(--radius-and-position);
  width: var(--icon-size);
  height: var(--icon-size);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--vs-theme-color-1);
  border-radius: var(--radius-and-position);
  transition: all 0.3s ease-in-out;
  color: var(--vs-theme-color-2);
  font-size: 30px;
}
.vs-service__card-icon > i {
  display: inline-flex;
  align-items: center;
}
.vs-service__grid-item.active {
  grid-column: span 6;
  transition: all 1s ease;
  /* Medium devices */
}
@media (max-width: 991px) {
  .vs-service__grid-item.active {
    grid-column: span 12;
  }
}
.vs-service__grid-item.active {
  /* Extra small devices */
}
@media (max-width: 425px) {
  .vs-service__grid-item.active {
    margin-top: 15px;
  }
}
.vs-service__grid-item.active .vs-service__card-figure {
  width: 200px;
  transition: width 1s ease;
  /* Medium Large devices */
}
@media (max-width: 1399px) {
  .vs-service__grid-item.active .vs-service__card-figure {
    width: 230px;
  }
}
.vs-service__grid-item.active .vs-service__card-figure {
  /* Extra small devices */
}
@media (max-width: 425px) {
  .vs-service__grid-item.active .vs-service__card-figure {
    width: 100%;
    height: 224px;
    transition: height 1s ease;
  }
}
.vs-service__grid-item.active .vs-service__card-figure__inner {
  transform: scaleX(1);
  transform-origin: left;
  transition: transform 1s ease;
  /* Extra small devices */
}
@media (max-width: 425px) {
  .vs-service__grid-item.active .vs-service__card-figure__inner {
    width: 100%;
    transform: scaleY(1);
    transform-origin: top;
  }
}
.vs-service__grid-item.active .vs-service__card-content {
  border-radius: 0 20px 20px 0;
  /* Extra small devices */
}
@media (max-width: 425px) {
  .vs-service__grid-item.active .vs-service__card-content {
    border-radius: 0 0px 20px 0;
  }
}
.vs-service__biz {
  border-top: 1px solid rgba(var(--vs-white-color-rgb), 20%);
  border-right: 1px solid rgba(var(--vs-white-color-rgb), 20%);
  position: relative;
  z-index: 1;
  
  /* Medium devices */
}
@media (max-width: 991px) {
  .vs-service__biz {
    border-right: 0;
  }
}
.vs-service__biz::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 20px;
  background-color: var(--vs-theme-color-5);
  right: -1px;
  top: 0;
  animation: upDown 10s linear infinite;
  /* Medium devices */
}
@media (max-width: 991px) {
  .vs-service__biz::after {
    display: none;
  }
}
.vs-service__biz:nth-child(1)::after {
  top: 10%;
  animation: upDown 15s linear infinite;
}
.vs-service__biz:nth-child(2)::after {
  top: 35%;
  animation: upDown 20s linear infinite;
}
.vs-service__biz:nth-child(3)::after {
  top: 65%;
  animation: upDown 25s linear infinite;
}
.vs-service__biz:last-child {
  border-right: 0;
}
.vs-service__biz:last-child::after {
  display: none;
}
.vs-service__biz-contain {
  padding: 40px;
  position: relative;
  z-index: 1;
  height: 100%;
  /* Large devices */
}
@media (max-width: 1199px) {
  .vs-service__biz-contain {
    padding: 15px;
  }
}
.vs-service__biz-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: var(--vs-black-color-3);
  z-index: -1;
  border-radius: 0 0 20px 20px;
  transform: rotateX(-90deg);
  transform-origin: top center;
  transition: transform 0.8s cubic-bezier(0.65, 0, 0.35, 1);
  backface-visibility: hidden;
}
.vs-service__biz-bg::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  background-color: var(--vs-theme-color-5);
  top: 0;
  left: 0;
  right: 0;
}
.vs-service__biz-icon {
  --icon-size: 80px;
  min-width: var(--icon-size);
  min-height: var(--icon-size);
  background-color: var(--vs-black-color-3);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: 0 0 25px 0;
}
.vs-service__biz-icon::before {
  position: absolute;
  content: "";
  background: linear-gradient(270deg, var(--vs-theme-color-5) 0%, var(--vs-theme-color-4) 100%);
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  will-change: transform;
  transition: all 0.3s ease-in-out;
}
.vs-service__biz-icon img {
  filter: none;
  transition: all 0.3s ease-in-out;
}
.vs-service__biz-heading {
  font-size: clamp(1.25rem, 0.575rem + 0.09375vw, 0.875rem);
  margin: 0 0 15px 0;
  /* Large devices */
}
@media (max-width: 1199px) {
  .vs-service__biz-heading {
    font-size: clamp(1.125rem, 0.5175rem + 0.084375vw, 0.7875rem);
  }
}
.vs-service__biz-heading__link {
  color: var(--vs-white-color);
}
[data-theme=dark] .vs-service__biz-heading__link {
  color: var(--vs-black-color-2);
}
.vs-service__biz-heading:hover > a {
  color: var(--vs-theme-color-5);
}
.vs-service__biz-text {
  color: var(--vs-white-color);
  margin: 0 0 20px 0;
  font-size: 14px;
  line-height: 24px;
}
[data-theme=dark] .vs-service__biz-text {
  color: var(--vs-black-color-2);
}
.vs-service__biz:hover .vs-service__biz-bg, .vs-service__biz.active .vs-service__biz-bg {
  transform: rotateX(0deg);
}
.vs-service__biz:hover .vs-service__biz-icon::before, .vs-service__biz.active .vs-service__biz-icon::before {
  transform: scale(1);
  border-radius: 10px;
  visibility: visible;
  opacity: 1;
}
.vs-service__biz:hover .vs-service__biz-icon img, .vs-service__biz.active .vs-service__biz-icon img {
  filter: brightness(0) saturate(100%) invert(14%) sepia(11%) saturate(2874%) hue-rotate(136deg) brightness(93%) contrast(99%);
}
.vs-service__divider {
  opacity: 20%;
  border-color: var(--vs-white-color);
  margin: 0 0 60px 0;
}
[data-theme=dark] .vs-service__divider {
  border-color: var(--vs-black-color-2);
}
.vs-service__energy {
  background-color: var(--vs-white-color);
  border-radius: 20px;
  border-top: 2px solid var(--vs-theme-color-6);
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.vs-service__energy-content {
  padding: 40px 30px 30px 30px;
}
.vs-service__energy-heading {
  font-size: clamp(1rem, 0.9rem + 0.5vw, 1.5rem);
  margin-bottom: 0;
  line-height: 1.25em;
}
.vs-service__energy-heading__link {
  display: block;
  color: var(--vs-title-color);
}
.vs-service__energy-icon {
  position: relative;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 15px 0;
  color: var(--vs-theme-color-6);
  transition: all 0.3s ease-in-out;
}
.vs-service__energy-icon span {
  position: absolute;
  color: var(--vs-theme-color-7);
  font-family: var(--vs-title-font);
  font-weight: 500;
  line-height: 1;
  transition: all 0.3s ease-in-out;
}
.vs-service__energy-img {
  position: relative;
  overflow: hidden;
}
.vs-service__energy-img::before, .vs-service__energy-img::after {
  position: absolute;
  content: "";
  z-index: 1;
  --circle-size: 45px;
  width: var(--circle-size);
  height: var(--circle-size);
  border-radius: 23px;
  box-shadow: inset 16px 31px 0 -5px var(--vs-white-color);
  transform: rotate(90deg);
  top: -13px;
  right: 32px;
  transition: all 0.3s ease-in-out;
}
.vs-service__energy-img::after {
  top: 23px;
  right: -14px;
  transform: rotate(63deg);
  z-index: 0;
  box-shadow: inset 26px 25px 0 0 var(--vs-white-color);
  --circle-size: 50px;
}
.vs-service__energy-img__figure {
  overflow: hidden;
  border-radius: 20px;
  clip-path: polygon(85% 0, 100% 15%, 100% 100%, 0 100%, 0 0);
}
.vs-service__energy-img__main {
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.vs-service__energy-link {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  background-color: var(--vs-theme-color-6);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 1;
  border: 5px solid var(--vs-white-color);
  color: var(--vs-theme-color-7);
}
.vs-service__energy-link i::before {
  display: block;
  transition: all 0.3s ease-in-out;
}
.vs-service__energy-link:hover {
  background-color: var(--vs-theme-color-7);
}
.vs-service__energy-link:hover i::before {
  animation: toTopFromBottom 0.4s forwards;
}
.vs-service__energy:hover, .vs-service__energy.active {
  background-color: var(--vs-theme-color-6);
  border-top: 2px solid var(--vs-theme-color-7);
}
.vs-service__energy:hover .vs-service__energy-icon, .vs-service__energy.active .vs-service__energy-icon {
  color: var(--vs-theme-color-7);
}
.vs-service__energy:hover .vs-service__energy-icon span, .vs-service__energy.active .vs-service__energy-icon span {
  color: var(--vs-theme-color-6);
}
.vs-service__energy:hover .vs-service__energy-heading__link, .vs-service__energy.active .vs-service__energy-heading__link {
  color: var(--vs-white-color);
}
.vs-service__energy:hover .vs-service__energy-heading__link:hover, .vs-service__energy.active .vs-service__energy-heading__link:hover {
  color: var(--vs-theme-color-7);
}
.vs-service__energy:hover .vs-service__energy-link, .vs-service__energy.active .vs-service__energy-link {
  background-color: var(--vs-theme-color-7);
  border: 5px solid var(--vs-theme-color-6);
  color: var(--vs-theme-color-6);
}
.vs-service__energy:hover .vs-service__energy-img::before, .vs-service__energy.active .vs-service__energy-img::before {
  box-shadow: inset 16px 31px 0 -5px var(--vs-theme-color-6);
}
.vs-service__energy:hover .vs-service__energy-img::after, .vs-service__energy.active .vs-service__energy-img::after {
  box-shadow: inset 26px 25px 0 0 var(--vs-theme-color-6);
}
.vs-service__energy:hover .vs-service__energy-img__main, .vs-service__energy.active .vs-service__energy-img__main {
  transform: scale(1.1);
}
.vs-service__dental {
  background-color: var(--vs-theme-color-17);
  overflow: hidden;
  border-radius: 20px;
  border-bottom: 4px solid #2e2e2e;
  transition: all 0.3s ease-in-out;
}
.vs-service__dental-img {
  position: relative;
  overflow: hidden;
}
.vs-service__dental-img__main {
  transition: all 0.3s ease-in-out;
  will-change: transform;
  transform: scale(1);
  /* Large devices */
}
@media (max-width: 1199px) {
  .vs-service__dental-img__main {
    width: 100%;
  }
}
.vs-service__dental-icon {
  --icon-size: 80px;
  position: relative;
  top: 20px;
  left: 20px;
  width: var(--icon-size);
  height: var(--icon-size);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--vs-theme-color-13);
  border-radius: 20px;
  border-top: 2px solid var(--vs-white-color);
  border-bottom: 2px solid var(--vs-white-color);
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.vs-service__dental-content {
  padding: 40px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .vs-service__dental-content {
    padding: 24px;
  }
}
.vs-service__dental-heading {
  font-size: 24px;
  margin: 0 0 15px 0;
  font-family: 'Raleway', sans-serif;
}
.vs-service__dental-heading__link {
  color: var(--vs-white-color);
}
.vs-service__dental-heading__link:hover {
  color: #2e2e2e;
}
.vs-service__dental-text {
  font-family: var(--vs-body-font);
  color: var(--vs-white-color);
  margin: 0 0 25px 0;
}
.vs-service__dental .vs-btn {
  --icon-size: 30px;
  gap: 20px;
  padding: 5px 5px 5px 20px;
  background-color: var(--vs-white-color);
  color: var(--vs-theme-color-10);
  border: 0;
}
.vs-service__dental .vs-btn__icon {
  background-color: var(--vs-theme-color-11);
}
.vs-service__dental:hover, .vs-service__dental.active {
  background-color: #2e2e2e;
  border-bottom: 4px solid var(--vs-theme-color-17);
}
.vs-service__dental:hover .vs-service__dental-img__main, .vs-service__dental.active .vs-service__dental-img__main {
  transform: scale(1.1);
}
.vs-service__dental:hover .vs-service__dental-icon, .vs-service__dental.active .vs-service__dental-icon {
  background-color: var(--vs-theme-color-13);
  border-top: 2px solid var(--vs-theme-color-17);
  border-bottom: 2px solid var(--vs-theme-color-17);
  transition: all 0.3s ease-in-out;
}
.vs-service__dental:hover .vs-btn, .vs-service__dental.active .vs-btn {
  background-color: var(--vs-theme-color-11);
  color: var(--vs-white-color);
}
.vs-service__dental:hover .vs-btn:hover, .vs-service__dental.active .vs-btn:hover {
  background-color: var(--vs-white-color);
  color: var(--vs-theme-color-11);
}
.vs-service__dental:hover .vs-btn:hover::before, .vs-service__dental:hover .vs-btn:hover::after, .vs-service__dental.active .vs-btn:hover::before, .vs-service__dental.active .vs-btn:hover::after {
  background-color: var(--vs-white-color);
}
.vs-service__charging {
  background-color: var(--vs-white-color);
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  overflow: hidden;
  padding: 40px;
  /* Large devices */
}
.vs-service__charging:hover {
  transform: translateY(-5px);
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}
@media (max-width: 1199px) {
  .vs-service__charging {
    padding: 15px;
  }
}
.vs-service__charging-header {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-bottom: 30px;
  margin-bottom: 25px;
  border-bottom: 1px solid var(--vs-theme-color-15);
}
.vs-service__charging-icon {
  min-width: 60px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--vs-theme-color-13);
  font-size: 40px;
  color: var(--vs-title-color);
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}
.vs-service__charging-icon > i {
  display: flex;
  align-items: center;
}
.vs-service__charging-img {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.vs-service__charging-img__link {
  display: inline-block;
  width: 100%;
}
.vs-service__charging-img__main {
  width: 100%;
  border-radius: 20px;
  transform: scale(1);
  will-change: transform;
  transition: transform 0.8s cubic-bezier(0.65, 0, 0.35, 1);
  width: 100%;
}
.vs-service__charging-text {
  margin-bottom: 30px;
  font-family: var(--vs-body-font);
}
.vs-service__charging-heading {
  font-size: 24px;
  margin-bottom: 0;
}
.vs-service__charging-heading__link {
  color: var(--vs-title-color);
  display: block;
}
.vs-service__charging-heading__link:hover {
  color: var(--vs-theme-color-13);
}
.vs-service__charging .vs-btn {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateX(0);
  white-space: nowrap;
  padding: 4px 4px 4px 20px;
  gap: 20px;
  background-color: var(--vs-theme-color-13);
  border-color: var(--vs-theme-color-13);
  color: var(--vs-theme-color-14);
  opacity: 0;
  visibility: hidden;
}
.vs-service__charging .vs-btn__icon {
  width: 30px;
  height: 30px;
  background-color: var(--vs-theme-color-14);
  color: var(--vs-white-color);
}
.vs-service__charging .vs-btn__icon::before, .vs-service__charging .vs-btn__icon::after {
  background-color: var(--vs-theme-color-14);
}
.vs-service__charging:hover .vs-service__charging-img__main {
  transform: scale(1.2);
}
.vs-service__charging:hover .vs-service__charging-icon {
  background-color: var(--vs-title-color);
  color: var(--vs-white-color);
}
.vs-service__charging:hover .vs-btn {
  transform: translateX(-50%) translateY(30px);
  opacity: 1;
  visibility: visible;
}
.vs-service--layout5 {
  opacity: 1;
}
.vs-service--layout5 .vs-service__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 70%;
  background-color: var(--vs-theme-color-15);
  z-index: -1;
}
.vs-service__financial {
  --icon-size: 80px;
  background-color: var(--vs-theme-color-19);
  padding: 40px 30px;
  border-radius: 20px;
  border-bottom: 2px solid var(--vs-theme-color-17);
  position: relative;
  transition: all 0.3s ease-in-out;
  height: 100%;
}
.vs-service__financial-icon {
  width: var(--icon-size);
  height: var(--icon-size);
  background-color: var(--vs-theme-color-17);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 40px;
  color: var(--vs-theme-color-18);
  transition: all 0.3s ease-in-out;
}
.vs-service__financial-icon > i {
  display: inline-flex;
}
.vs-service__financial-heading {
  font-size: 24px;
  margin-bottom: 0;
  line-height: 1.45;
  transition: all 0.3s ease-in-out;
}
.vs-service__financial-heading__link {
  color: var(--vs-title-color);
  display: inline;
  padding-bottom: 0;
  transition: all 0.3s ease-in-out;
  background-image: linear-gradient(to bottom, currentColor 0%, currentColor 98%);
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: left 100%;
}
.vs-service__financial-heading:hover .vs-service__financial-heading__link {
  background-size: 100% 2px;
}
.vs-service__financial-icon + .vs-service__financial-heading {
  margin-top: 30px;
  /* Medium Large devices */
}
@media (max-width: 1399px) {
  .vs-service__financial-icon + .vs-service__financial-heading {
    font-size: 20px;
  }
}
.vs-service__financial-text {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.vs-service__financial-heading + .vs-service__financial-text {
  margin-top: 15px;
}
.vs-service__financial-arrow {
  --icon-size: 40px;
  width: var(--icon-size);
  min-width: var(--icon-size);
  height: var(--icon-size);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: var(--vs-white-color);
  border: 1px solid var(--vs-theme-color-17);
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.vs-service__financial-arrow > i::before {
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
.vs-service__financial-arrow::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--vs-theme-color-18);
  border-radius: 50%;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transform: scale(0) rotate(360deg);
  transition: all 0.3s ease-in-out;
}
.vs-service__financial-arrow:hover::before {
  opacity: 1;
  visibility: visible;
  transform: scale(1) rotate(0deg);
  transition: all 0.3s ease-in-out;
}
.vs-service__financial-arrow:hover i::before {
  transform: rotate(-45deg);
  transition: all 0.3s ease-in-out;
}
.vs-service__financial:hover, .vs-service__financial.active {
  background-color: var(--vs-theme-color-17);
  border-bottom: 2px solid var(--vs-theme-color-18);
  transition: all 0.3s ease-in-out;
  transform: translateY(-8px);
}
.vs-service__financial:hover .vs-service__financial-icon, .vs-service__financial.active .vs-service__financial-icon {
  background-color: var(--vs-theme-color-18);
  color: var(--vs-theme-color-17);
}
.vs-service__financial:hover .vs-service__financial-heading__link, .vs-service__financial.active .vs-service__financial-heading__link {
  color: var(--vs-white-color);
}
.vs-service__financial:hover .vs-service__financial-text, .vs-service__financial.active .vs-service__financial-text {
  color: var(--vs-white-color);
}

.vs-divider-line {
  width: 100%;
  height: 1px;
  background-color: var(--vs-white-color);
  opacity: 0.2;
}

/* Medium devices */
@media (max-width: 991px) {
  .vs-service__divider {
    margin-bottom: 0;
  }
}
/*------------------- 4.13. Counter  -------------------*/
.vs-counter--layout1 {
  margin-bottom: -104.5px;
  position: relative;
  z-index: 4;
}
.vs-counter__inner {
  background-color: #2e2e2e;
  border-radius: 30px;
  overflow: hidden;
}
.vs-counter__inner.style2 {
  background-color: var(--vs-theme-color-6);
  border-right: 4px solid var(--vs-theme-color-7);
  border-left: 4px solid var(--vs-theme-color-7);
}
.vs-counter__inner.style3 {
  background-color: var(--vs-theme-color-14);
  border-right: 4px solid var(--vs-theme-color-13);
  border-left: 4px solid var(--vs-theme-color-13);
}
.vs-counter__inner.style3 .vs-brand__ele {
  background: radial-gradient(50% 50% at 50% 50%, #4B0082 34.47%, #C9A646 100%);
  opacity: 0.1;
}
.vs-counter__inner.style4 {
  background-color: var(--vs-theme-color-17);
  border-top: 1px solid var(--vs-theme-color-18);
  border-bottom: 1px solid var(--vs-theme-color-18);
  border-left: 6px solid var(--vs-theme-color-18);
  border-right: 6px solid var(--vs-theme-color-18);
}
.vs-counter__inner.style4 .vs-brand__ele {
  background: radial-gradient(50% 50% at 50% 50%, #FACF61 34.47%, #4B0082 100%);
  opacity: 0.1;
}
.vs-counter__inner.style4 .vs-counter__col::after {
  border: 2.5px solid var(--vs-theme-color-18);
}
.vs-counter__col {
  border-right: 2px solid var(--vs-white-color);
  position: relative;
  /* Medium devices */
}
@media (max-width: 991px) {
  .vs-counter__col {
    border-right: 0;
    border-bottom: 2px solid var(--vs-white-color);
  }
}
.vs-counter__col::after {
  position: absolute;
  content: "";
  min-width: 10px;
  min-height: 10px;
  background-color: var(--vs-theme-color-1);
  border: 2.5px solid var(--vs-theme-color-2);
  right: -6.5px;
  top: 60px;
  border-radius: 50%;
  animation: upDown 10s linear infinite;
}
.vs-counter--layout2 .vs-counter__col::after {
  border: 2.5px solid var(--vs-theme-color-7);
}
.vs-counter__col::after {
  /* Medium devices */
}
@media (max-width: 991px) {
  .vs-counter__col::after {
    right: auto;
    left: 20%;
    top: auto;
    border-radius: 50%;
    bottom: -6.5px;
    animation: leftDown 10s linear infinite;
  }
}
.vs-counter__col:nth-child(2)::after {
  animation-duration: 15s;
  /* Medium devices */
}
@media (max-width: 991px) {
  .vs-counter__col:nth-child(2)::after {
    top: auto;
  }
}
.vs-counter__col:nth-child(3)::after {
  animation-duration: 20s;
  /* Medium devices */
}
@media (max-width: 991px) {
  .vs-counter__col:nth-child(3)::after {
    top: auto;
  }
}
.vs-counter__col:last-child {
  border-right: none;
  /* Medium devices */
}
@media (max-width: 991px) {
  .vs-counter__col:last-child {
    border-bottom: none;
  }
}
.vs-counter__col:last-child::after {
  display: none;
}
.vs-counter__box {
  text-align: center;
  padding: 65px 15px;
  background-color: transparent;
}
.vs-counter__header {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(3rem, 1.38rem + 0.225vw, 2.1rem);
  color: var(--vs-white-color);
  font-weight: 700;
  font-family: var(--vs-title-font);
  line-height: 1;
  margin: 0 0 5px 0;
}
.vs-counter__number {
  margin-bottom: 0;
  font-size: clamp(3rem, 1.38rem + 0.225vw, 2.1rem);
  color: var(--vs-theme-color-2);
  line-height: 1;
  display: flex;
  align-items: center;
}
.vs-counter__number p {
  color: var(--vs-theme-color-2);
  margin-bottom: 0;
}
.vs-counter__title {
  margin-bottom: 0;
  font-size: clamp(1.25rem, 0.575rem + 0.09375vw, 0.875rem);
  color: var(--vs-white-color);
}
.vs-counter--layout2 {
  margin-top: -100px;
}
.vs-counter__box--style-dental {
  padding: 0;
}
.vs-counter__box--style-dental .vs-counter__title {
  color: var(--vs-body-color);
}
.vs-counter__box--style-dental .vs-counter__number {
  color: var(--vs-title-color);
}
.vs-counter__box--style-dental .vs-counter__number > p {
  color: var(--vs-title-color);
}
.vs-counter__box--style-dental .vs-counter__icon {
  --icon-size: 100px;
  width: var(--icon-size);
  height: var(--icon-size);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2.5px dashed var(--vs-theme-color-11);
  margin: 0 auto 20px auto;
}

/*------------------- 4.14. Team  -------------------*/
.vs-team__item {
  background-color: var(--vs-theme-color-3);
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  margin-bottom: 30px;
}
.vs-team__item-figure {
  margin: 0 0 0px 0;
  overflow: hidden;
}
.vs-team__item-img {
  transform: scale(1);
  transform-origin: center center;
  will-change: transform;
  transition: all 0.3s ease-in-out;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.vs-team__item-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 25px 30px;
  gap: 15px;
}
.vs-team__item-name {
  margin-bottom: 5px;
  font-size: clamp(1.5rem, 0.69rem + 0.1125vw, 1.05rem);
}
.vs-team__item-name a {
  color: var(--vs-title-color);
}
.vs-team__item-role {
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  color: var(--vs-body-color);
}
.vs-team__item-social {
  --icon-size: 40px;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.vs-team__item-social a,
.vs-team__item-social button {
  min-width: var(--icon-size);
  min-height: var(--icon-size);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--vs-theme-color-1);
  border-radius: 50%;
  position: relative;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.vs-team__item-social a::before,
.vs-team__item-social button::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--vs-theme-color-2);
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  transform-origin: center center;
  will-change: transform;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}
.vs-team__item-social a i::before,
.vs-team__item-social button i::before {
  display: block;
  transition: all 0.3s ease-in-out;
}
.vs-team__item:hover, .vs-team__item.active {
  background-color: var(--vs-theme-color-1);
}
.vs-team__item:hover .vs-team__item-img, .vs-team__item.active .vs-team__item-img {
  transform: scale(1.1);
}
.vs-team__item:hover .vs-team__item-role, .vs-team__item:hover .vs-team__item-name > a, .vs-team__item.active .vs-team__item-role, .vs-team__item.active .vs-team__item-name > a {
  color: var(--vs-white-color);
}
.vs-team__item:hover .vs-team__item-role:hover, .vs-team__item:hover .vs-team__item-name > a:hover, .vs-team__item.active .vs-team__item-role:hover, .vs-team__item.active .vs-team__item-name > a:hover {
  color: var(--vs-theme-color-2);
}
.vs-team__item:hover .vs-team__item-social a,
.vs-team__item:hover .vs-team__item-social button, .vs-team__item.active .vs-team__item-social a,
.vs-team__item.active .vs-team__item-social button {
  color: var(--vs-theme-color-2);
  border-color: var(--vs-theme-color-2);
}
.vs-team__item:hover .vs-team__item-social a:hover,
.vs-team__item:hover .vs-team__item-social button:hover, .vs-team__item.active .vs-team__item-social a:hover,
.vs-team__item.active .vs-team__item-social button:hover {
  color: var(--vs-theme-color-1);
  background-color: var(--vs-theme-color-2);
}
.vs-team__item:hover .vs-team__item-social a:hover::before,
.vs-team__item:hover .vs-team__item-social button:hover::before, .vs-team__item.active .vs-team__item-social a:hover::before,
.vs-team__item.active .vs-team__item-social button:hover::before {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.vs-team__item:hover .vs-team__item-social a:hover i::before,
.vs-team__item:hover .vs-team__item-social button:hover i::before, .vs-team__item.active .vs-team__item-social a:hover i::before,
.vs-team__item.active .vs-team__item-social button:hover i::before {
  animation: toTopFromBottom 0.4s forwards;
}
.vs-team__item--style2, .vs-team__item--style6 {
  background-color: var(--vs-theme-color-8);
  text-align: center;
  border-bottom: 3px solid transparent;
}
.vs-team__item--style2 .vs-team__item-figure, .vs-team__item--style6 .vs-team__item-figure {
  clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
  transition: all 0.3s ease-in-out;
}
.vs-team__item--style2 .vs-team__item-social a, .vs-team__item--style6 .vs-team__item-social a {
  border: 2px solid var(--vs-theme-color-4);
  color: var(--vs-theme-color-4);
}
.vs-team__item--style2 .vs-team__item-social a::before, .vs-team__item--style6 .vs-team__item-social a::before {
  background-color: var(--vs-theme-color-5);
}
.vs-team__item--style2 .vs-team__item-body, .vs-team__item--style6 .vs-team__item-body {
  justify-content: center;
  padding: 25px 30px 30px 30px;
  gap: 25px;
  /* Extra large devices */
}
@media (max-width: 1500px) {
  .vs-team__item--style2 .vs-team__item-body, .vs-team__item--style6 .vs-team__item-body {
    padding: 25px 15px 30px 15px;
  }
}
.vs-team__item--style2 .vs-team__item-body, .vs-team__item--style6 .vs-team__item-body {
  /* Large devices */
}
@media (max-width: 1199px) {
  .vs-team__item--style2 .vs-team__item-body, .vs-team__item--style6 .vs-team__item-body {
    flex-direction: column;
  }
}
.vs-team__item--style2:hover, .vs-team__item--style2.active, .vs-team__item--style6:hover, .vs-team__item--style6.active {
  background-color: var(--vs-black-color-3);
  border-bottom: 3px solid var(--vs-theme-color-5);
}
.vs-team__item--style2:hover .vs-team__item-figure, .vs-team__item--style2.active .vs-team__item-figure, .vs-team__item--style6:hover .vs-team__item-figure, .vs-team__item--style6.active .vs-team__item-figure {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  transition: all 0.3s ease-in-out;
}
.vs-team__item--style2:hover .vs-team__item-social a, .vs-team__item--style2.active .vs-team__item-social a, .vs-team__item--style6:hover .vs-team__item-social a, .vs-team__item--style6.active .vs-team__item-social a {
  border: 2px solid var(--vs-theme-color-4);
  color: var(--vs-theme-color-4);
}
.vs-team__item--style2:hover .vs-team__item-social a:hover, .vs-team__item--style2.active .vs-team__item-social a:hover, .vs-team__item--style6:hover .vs-team__item-social a:hover, .vs-team__item--style6.active .vs-team__item-social a:hover {
  color: var(--vs-title-color);
  border: 2px solid var(--vs-theme-color-5);
}
.vs-team__item--style2:hover .vs-team__item-name a:hover {
  color: var(--vs-theme-color-5);
}
.vs-team__item--style2:hover .vs-team__item-role:hover {
  color: var(--vs-theme-color-5);
}
.vs-team__item--style3, .vs-team__item--style4, .vs-team__item--style5 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.vs-team__item--style3::before, .vs-team__item--style4::before, .vs-team__item--style5::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(4, 42, 45, 0.2) 0%, #042A2D 100%);
  opacity: 0.5;
  border-radius: 20px;
  z-index: 1;
}
.vs-team__item--style3 .vs-team__item-social, .vs-team__item--style4 .vs-team__item-social, .vs-team__item--style5 .vs-team__item-social {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 2;
}
.vs-team__item--style3 .vs-team__item-social__list, .vs-team__item--style4 .vs-team__item-social__list, .vs-team__item--style5 .vs-team__item-social__list {
  margin-bottom: 0;
  padding-left: 0;
}
.vs-team__item--style3 .vs-team__item-social ul, .vs-team__item--style4 .vs-team__item-social ul, .vs-team__item--style5 .vs-team__item-social ul {
  list-style: none;
}
.vs-team__item--style3 .vs-team__item-social button, .vs-team__item--style4 .vs-team__item-social button, .vs-team__item--style5 .vs-team__item-social button {
  background-color: var(--vs-theme-color-6);
  border: 2px solid var(--vs-theme-color-7);
  color: var(--vs-theme-color-7);
}
.vs-team__item--style3 .vs-team__item-social button.social-clickable__button--active::before, .vs-team__item--style4 .vs-team__item-social button.social-clickable__button--active::before, .vs-team__item--style5 .vs-team__item-social button.social-clickable__button--active::before {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.vs-team__item--style3 .vs-team__item-social a, .vs-team__item--style4 .vs-team__item-social a, .vs-team__item--style5 .vs-team__item-social a {
  background-color: var(--vs-white-color);
  border: 2px solid var(--vs-theme-color-6);
}
.vs-team__item--style3 .vs-team__item-body, .vs-team__item--style4 .vs-team__item-body, .vs-team__item--style5 .vs-team__item-body {
  position: absolute;
  bottom: 0;
  padding: 0;
  right: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  z-index: 2;
}
.vs-team__item--style3 .vs-team__item-content, .vs-team__item--style4 .vs-team__item-content, .vs-team__item--style5 .vs-team__item-content {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(40px);
  border-radius: 20px;
  width: 100%;
  padding: 22px 15px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.vs-team__item--style3 .vs-team__item-name a,
.vs-team__item--style3 .vs-team__item-role, .vs-team__item--style4 .vs-team__item-name a,
.vs-team__item--style4 .vs-team__item-role, .vs-team__item--style5 .vs-team__item-name a,
.vs-team__item--style5 .vs-team__item-role {
  color: var(--vs-white-color);
}
.vs-team__item--style3:hover .vs-team__item-social button, .vs-team__item--style4:hover .vs-team__item-social button, .vs-team__item--style5:hover .vs-team__item-social button {
  background-color: var(--vs-theme-color-6);
  border: 2px solid var(--vs-theme-color-7);
  color: var(--vs-theme-color-7);
}
.vs-team__item--style3:hover .vs-team__item-social button.social-clickable__button--active, .vs-team__item--style3:hover .vs-team__item-social button:hover, .vs-team__item--style4:hover .vs-team__item-social button.social-clickable__button--active, .vs-team__item--style4:hover .vs-team__item-social button:hover, .vs-team__item--style5:hover .vs-team__item-social button.social-clickable__button--active, .vs-team__item--style5:hover .vs-team__item-social button:hover {
  border: 2px solid var(--vs-theme-color-6);
  background-color: var(--vs-theme-color-6);
  color: var(--vs-theme-color-6);
}
.vs-team__item--style3:hover .vs-team__item-social button.social-clickable__button--active::before, .vs-team__item--style3:hover .vs-team__item-social button:hover::before, .vs-team__item--style4:hover .vs-team__item-social button.social-clickable__button--active::before, .vs-team__item--style4:hover .vs-team__item-social button:hover::before, .vs-team__item--style5:hover .vs-team__item-social button.social-clickable__button--active::before, .vs-team__item--style5:hover .vs-team__item-social button:hover::before {
  background-color: var(--vs-theme-color-7);
}
.vs-team__item--style3:hover .vs-team__item-social a, .vs-team__item--style4:hover .vs-team__item-social a, .vs-team__item--style5:hover .vs-team__item-social a {
  background-color: var(--vs-white-color);
  color: var(--vs-theme-color-6);
  border: 2px solid var(--vs-theme-color-6);
}
.vs-team__item--style3:hover .vs-team__item-social a:hover, .vs-team__item--style4:hover .vs-team__item-social a:hover, .vs-team__item--style5:hover .vs-team__item-social a:hover {
  background-color: var(--vs-theme-color-7);
  border: 2px solid var(--vs-theme-color-7);
  color: var(--vs-theme-color-7);
}
.vs-team__item--style3:hover .vs-team__item-social a:hover::before, .vs-team__item--style4:hover .vs-team__item-social a:hover::before, .vs-team__item--style5:hover .vs-team__item-social a:hover::before {
  background-color: var(--vs-theme-color-6);
}
.vs-team__item--style3:hover .vs-team__item-content, .vs-team__item--style4:hover .vs-team__item-content, .vs-team__item--style5:hover .vs-team__item-content {
  border: 1px solid var(--vs-theme-color-7);
}
.vs-team__item--style3:hover .vs-team__item-name a,
.vs-team__item--style3:hover .vs-team__item-role, .vs-team__item--style4:hover .vs-team__item-name a,
.vs-team__item--style4:hover .vs-team__item-role, .vs-team__item--style5:hover .vs-team__item-name a,
.vs-team__item--style5:hover .vs-team__item-role {
  color: var(--vs-white-color);
}
.vs-team__item--style3:hover .vs-team__item-name a:hover,
.vs-team__item--style3:hover .vs-team__item-role:hover, .vs-team__item--style4:hover .vs-team__item-name a:hover,
.vs-team__item--style4:hover .vs-team__item-role:hover, .vs-team__item--style5:hover .vs-team__item-name a:hover,
.vs-team__item--style5:hover .vs-team__item-role:hover {
  color: var(--vs-theme-color-7);
}
.vs-team__item--style4, .vs-team__item--style5 {
  background-color: transparent;
}
.vs-team__item--style4::before, .vs-team__item--style5::before {
  display: none;
}
.vs-team__item--style4 .vs-team__item-figure, .vs-team__item--style5 .vs-team__item-figure {
  margin-bottom: 10px;
  border-radius: 20px;
  overflow: hidden;
}
.vs-team__item--style4 .vs-team__item-body, .vs-team__item--style5 .vs-team__item-body {
  position: relative;
  padding: 0;
  background-color: var(--vs-theme-color-11);
  border-radius: 20px;
  overflow: hidden;
}
.vs-team__item--style4 .vs-team__item-social button, .vs-team__item--style5 .vs-team__item-social button {
  background-color: var(--vs-theme-color-11);
  border: 2px solid var(--vs-white-color);
  color: var(--vs-white-color);
}
.vs-team__item--style4 .vs-team__item-social a, .vs-team__item--style5 .vs-team__item-social a {
  background-color: var(--vs-white-color);
  border: 2px solid var(--vs-theme-color-6);
}
.vs-team__item--style4:hover, .vs-team__item--style5:hover {
  background-color: transparent;
}
.vs-team__item--style4:hover .vs-team__item-name a:hover,
.vs-team__item--style4:hover .vs-team__item-role:hover, .vs-team__item--style5:hover .vs-team__item-name a:hover,
.vs-team__item--style5:hover .vs-team__item-role:hover {
  color: var(--vs-theme-color-10);
}
.vs-team__item--style4:hover .vs-team__item-social button, .vs-team__item--style5:hover .vs-team__item-social button {
  background-color: var(--vs-theme-color-11);
  border: 2px solid var(--vs-white-color);
  color: var(--vs-white-color);
}
.vs-team__item--style4:hover .vs-team__item-social button.social-clickable__button--active, .vs-team__item--style4:hover .vs-team__item-social button:hover, .vs-team__item--style5:hover .vs-team__item-social button.social-clickable__button--active, .vs-team__item--style5:hover .vs-team__item-social button:hover {
  border: 2px solid var(--vs-theme-color-11);
  background-color: var(--vs-theme-color-10);
  color: var(--vs-white-color);
}
.vs-team__item--style4:hover .vs-team__item-social button.social-clickable__button--active::before, .vs-team__item--style4:hover .vs-team__item-social button:hover::before, .vs-team__item--style5:hover .vs-team__item-social button.social-clickable__button--active::before, .vs-team__item--style5:hover .vs-team__item-social button:hover::before {
  background-color: var(--vs-theme-color-10);
}
.vs-team__item--style4:hover .vs-team__item-social a, .vs-team__item--style5:hover .vs-team__item-social a {
  background-color: var(--vs-white-color);
  border: 2px solid var(--vs-theme-color-10);
}
.vs-team__item--style4:hover .vs-team__item-social a:hover, .vs-team__item--style5:hover .vs-team__item-social a:hover {
  border: 2px solid var(--vs-theme-color-11);
  background-color: var(--vs-theme-color-10);
  color: var(--vs-white-color);
}
.vs-team__item--style4:hover .vs-team__item-social a:hover::before, .vs-team__item--style5:hover .vs-team__item-social a:hover::before {
  background-color: var(--vs-theme-color-10);
}
.vs-team__item--style4:hover .vs-team__item-content {
  border: 1px solid transparent;
  background-color: var(--vs-theme-color-10);
}
.vs-team__item--style4:hover .vs-team__item-name a:hover {
  color: var(--vs-theme-color-11);
}
.vs-team__item--style4:hover .vs-team__item-role:hover {
  color: var(--vs-theme-color-11);
}
.vs-team__item--style5 .vs-team__item-social button {
  background-color: var(--vs-theme-color-13);
  border: 2px solid var(--vs-white-color);
  color: var(--vs-theme-color-14);
}
.vs-team__item--style5 .vs-team__item-social a {
  background-color: var(--vs-white-color);
  border: 2px solid var(--vs-theme-color-6);
}
.vs-team__item--style5 .vs-team__item-figure {
  margin-bottom: 0;
}
.vs-team__item--style5 .vs-team__item-body {
  position: absolute;
  bottom: 0;
  padding: 0;
  right: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  z-index: 2;
  background-color: transparent;
}
.vs-team__item--style5 .vs-team__item-content {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(40px);
  border-radius: 20px;
  width: 100%;
  padding: 22px 15px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.vs-team__item--style5 .vs-team__item-figure {
  position: relative;
}
.vs-team__item--style5 .vs-team__item-figure::before {
  position: absolute;
  content: "";
  background: linear-gradient(180deg, rgba(4, 42, 45, 0.2) 0%, #042A2D 100%);
  opacity: 0.5;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.vs-team__item--style5 .vs-team__item-role:hover {
  color: var(--vs-theme-color-13);
}
.vs-team__item--style5:hover .vs-team__item-role:hover {
  color: var(--vs-theme-color-13);
}
.vs-team__item--style5:hover .vs-team__item-content {
  border: 1px solid var(--vs-theme-color-13);
}
.vs-team__item--style5:hover .vs-team__item-social button {
  background-color: var(--vs-theme-color-14);
  border: 2px solid var(--vs-white-color);
  color: var(--vs-white-color);
}
.vs-team__item--style5:hover .vs-team__item-social button.social-clickable__button--active, .vs-team__item--style5:hover .vs-team__item-social button:hover {
  border: 2px solid var(--vs-theme-color-13);
  background-color: var(--vs-theme-color-14);
  color: var(--vs-white-color);
}
.vs-team__item--style5:hover .vs-team__item-social button.social-clickable__button--active::before, .vs-team__item--style5:hover .vs-team__item-social button:hover::before {
  background-color: var(--vs-theme-color-14);
}
.vs-team__item--style5:hover .vs-team__item-social a {
  background-color: var(--vs-white-color);
  border: 2px solid var(--vs-theme-color-10);
}
.vs-team__item--style5:hover .vs-team__item-social a:hover {
  border: 2px solid var(--vs-theme-color-13);
  background-color: var(--vs-theme-color-14);
  color: var(--vs-white-color);
}
.vs-team__item--style5:hover .vs-team__item-social a:hover::before {
  background-color: var(--vs-theme-color-14);
}
.vs-team__item--style5:hover .vs-team__item-name:hover a {
  color: var(--vs-theme-color-13);
}
.vs-team__item--style6 .vs-team__item-social a {
  border: 2px solid var(--vs-theme-color-17);
  color: var(--vs-theme-color-17);
}
.vs-team__item--style6 .vs-team__item-social a::before {
  background-color: var(--vs-theme-color-18);
}
.vs-team__item--style6:hover, .vs-team__item--style6.active {
  background-color: var(--vs-theme-color-17);
  border-bottom: 3px solid var(--vs-theme-color-18);
}
.vs-team__item--style6:hover .vs-team__item-name a:hover, .vs-team__item--style6.active .vs-team__item-name a:hover {
  color: var(--vs-theme-color-18);
}
.vs-team__item--style6:hover .vs-team__item-role:hover, .vs-team__item--style6.active .vs-team__item-role:hover {
  color: var(--vs-theme-color-18);
}
.vs-team__item--style6:hover .vs-team__item-social a, .vs-team__item--style6.active .vs-team__item-social a {
  border: 2px solid var(--vs-theme-color-18);
  color: var(--vs-theme-color-18);
}
.vs-team__item--style6:hover .vs-team__item-social a:hover, .vs-team__item--style6.active .vs-team__item-social a:hover {
  border: 2px solid var(--vs-theme-color-18);
  background-color: var(--vs-theme-color-18);
}
.vs-team__big-img {
  border-radius: 20px;
  overflow: hidden;
}
.vs-team__big-img img {
  width: 100%;
}
.vs-team__details-header {
  background-color: var(--vs-theme-color-17);
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  border-radius: 20px;
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-team__details-header {
    flex-direction: column;
    text-align: center;
  }
}
.vs-team__details-content h4 {
  font-size: 24px;
}
.vs-team__details-content table {
  width: 100%;
  max-width: 600px;
  border-collapse: collapse;
  border: 0px solid var(--vs-border-color);
}
.vs-team__details-content th,
.vs-team__details-content td {
  text-align: left;
  padding: 8px 5px;
  border: none;
}
.vs-team__details-content th {
  font-weight: bold;
  width: 180px;
  color: #0d2c2e;
}
.vs-team__details-content td {
  color: #444;
}
.vs-team__details-desig {
  padding: 20px 0 20px 40px;
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-team__details-desig {
    padding: 20px 10px 20px 20px;
  }
}
.vs-team__details-name {
  color: var(--vs-white-color);
  font-size: 36px;
  margin-bottom: 0;
}
.vs-team__details-role {
  color: var(--vs-white-color);
}
.vs-team__details-social {
  display: flex;
  padding: 10px 40px;
  background-color: var(--vs-theme-color-18);
  position: relative;
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-team__details-social {
    padding: 20px 15px;
    text-align: center;
    justify-content: center;
  }
}
.vs-team__details-social::before {
  position: absolute;
  content: "";
  width: 25%;
  height: 110%;
  background-color: var(--vs-theme-color-18);
  top: 0;
  left: -20px;
  clip-path: polygon(30% 0, 100% 0, 100% 100%, 0% 100%);
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-team__details-social::before {
    display: none;
  }
}
.vs-team__details-social .social-style a {
  --icon-size: 50px;
  border-color: var(--vs-theme-color-17);
  background-color: var(--vs-theme-color-17);
  color: var(--vs-theme-color-18);
}
.vs-team__details-social .social-style a:hover {
  border-color: var(--vs-theme-color-17);
}
.vs-team__describe h4 {
  font-size: 40px;
}

.progress-box.style2 .progress-box__title {
  color: var(--vs-theme-color-17);
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 400;
}
.progress-box.style2 .progress-box__progress {
  height: 20px;
  background-color: var(--vs-theme-color-17);
  border-radius: 4px;
  border: 0;
  padding: 5px;
}
.progress-box.style2 .progress-box__bar {
  height: 100%;
  border-radius: 2px;
  background-color: var(--vs-theme-color-18);
}
.progress-box.style2 .progress-box__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 15px 0px;
}
.progress-box.style2 .progress-box__title {
  margin: 0 0 0 0;
  font-size: 16px;
  font-weight: 700;
  color: var(--vs-title-color);
}
.progress-box.style2 .progress-box__number {
  font-size: 16px;
  color: var(--vs-gray-color-3);
  font-weight: 400;
  display: inline-flex;
  line-height: 1;
}

/*------------------- 4.15. Process  -------------------*/
/*------------------- 4.16. Accordion  -------------------*/
/*------------------- 4.17. Simple Sections  -------------------*/
/*------------------- 4.18. Testimonial  -------------------*/
.vs-clients__item {
  background-color: var(--vs-theme-color-3);
  padding: 40px;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  /* Medium Large devices */
}
@media (max-width: 1399px) {
  .vs-clients__item {
    padding: 30px;
  }
}
.vs-clients__item {
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-clients__item {
    text-align: center;
  }
}
.vs-clients__item.style2 {
  background-color: var(--vs-white-color);
}
.vs-clients__item.style2 .vs-clients__quote-title span {
  color: var(--vs-theme-color-13);
}
.vs-clients__item.style3 {
  background-color: var(--vs-white-color);
}
.vs-clients__item.style3 .vs-clients__quote-title span {
  background-color: var(--vs-theme-color-17);
  color: var(--vs-theme-color-18);
}
.vs-clients__item.style3 .vs-clients__author-img {
  border-color: var(--vs-theme-color-17);
}
.vs-clients__author {
  display: flex;
  gap: 20px;
  align-items: center;
  margin: 0 0 25px 0;
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-clients__author {
    flex-direction: column;
    align-items: center;
  }
}
.vs-clients__author-img {
  border: 2px solid var(--vs-theme-color-1);
  padding: 5px;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  display: inline-block;
}
.vs-clients__item.style2 .vs-clients__author-img {
  border: 2px solid var(--vs-theme-color-13);
}
.vs-clients__avatar {
  border-radius: 10px;
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-clients__avatar {
    width: 100%;
  }
}
.vs-clients__rating {
  font-size: 15px;
  color: var(--vs-theme-color-1);
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 0px auto 15px auto;
  transition: all 0.3s ease-in-out;
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-clients__rating {
    justify-content: center;
  }
}
.vs-clients__item.style2 .vs-clients__rating {
  color: var(--vs-theme-color-13);
}
.vs-clients__details {
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-clients__details {
    text-align: center;
  }
}
.vs-clients__name {
  font-size: clamp(1.5rem, 0.69rem + 0.1125vw, 1.05rem);
  font-weight: 700;
  color: var(--vs-title-color);
  display: inline-block;
  line-height: 1.1;
  margin: 0 0 5px 0;
  transition: all 0.3s ease-in-out;
}
.vs-clients__role {
  font-weight: 500;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.vs-clients__quote {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.vs-clients__quote-title {
  font-size: clamp(1.25rem, 0.575rem + 0.09375vw, 0.875rem);
  font-weight: 700;
  margin: 0 0 20px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  transition: all 0.3s ease-in-out;
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-clients__quote-title {
    justify-content: center;
  }
}
.vs-clients__quote-title span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background-color: var(--vs-theme-color-1);
  border-radius: 10px;
  color: var(--vs-theme-color-2);
  transition: all 0.3s ease-in-out;
}
.vs-clients__item.style2 .vs-clients__quote-title span {
  background-color: var(--vs-theme-color-14);
}
.vs-clients__carousel .swiper-wrapper {
  transition-timing-function: linear !important;
}
.vs-clients .swiper-slide.swiper-slide-active .vs-clients__item {
  background-color: var(--vs-theme-color-1);
}
.vs-clients .swiper-slide.swiper-slide-active .vs-clients__item .vs-clients__author-img {
  border-color: var(--vs-theme-color-2);
}
.vs-clients .swiper-slide.swiper-slide-active .vs-clients__item .vs-clients__name,
.vs-clients .swiper-slide.swiper-slide-active .vs-clients__item .vs-clients__role,
.vs-clients .swiper-slide.swiper-slide-active .vs-clients__item .vs-clients__quote,
.vs-clients .swiper-slide.swiper-slide-active .vs-clients__item .vs-clients__quote-title {
  color: var(--vs-white-color);
}
.vs-clients .swiper-slide.swiper-slide-active .vs-clients__item .vs-clients__quote-title span {
  background-color: var(--vs-white-color);
  color: var(--vs-theme-color-1);
}
.vs-clients .swiper-slide.swiper-slide-active .vs-clients__item .vs-clients__rating {
  color: var(--vs-theme-color-2);
}
.vs-clients .swiper-slide.swiper-slide-active .vs-clients__item.style2 {
  background-color: var(--vs-theme-color-14);
}
.vs-clients .swiper-slide.swiper-slide-active .vs-clients__item.style2 .vs-clients__author-img {
  border-color: var(--vs-theme-color-13);
}
.vs-clients .swiper-slide.swiper-slide-active .vs-clients__item.style2 .vs-clients__rating {
  color: var(--vs-theme-color-13);
}
.vs-clients .swiper-slide.swiper-slide-active .vs-clients__item.style2 .vs-clients__quote-title span {
  color: var(--vs-theme-color-13);
}
.vs-clients .swiper-slide.swiper-slide-active .vs-clients__item.style3 {
  background-color: var(--vs-theme-color-17);
}
.vs-clients .swiper-slide.swiper-slide-active .vs-clients__item.style3 .vs-clients__rating {
  color: var(--vs-theme-color-18);
}
.vs-clients .swiper-slide.swiper-slide-active .vs-clients__item.style3 .vs-clients__quote-title span {
  background-color: var(--vs-theme-color-18);
  color: var(--vs-theme-color-17);
}
.vs-clients .swiper-slide.swiper-slide-active .vs-clients__item.style3 .vs-clients__author-img {
  border-color: var(--vs-theme-color-18);
}
.vs-clients__carousel-h3 {
  background-color: var(--vs-theme-color-6);
  border-radius: 20px;
}
.vs-clients__carousel-h3.vs-carousel .swiper-pagination.swiper-pagination-bullets {
  position: absolute;
  right: 60px;
  left: auto;
  max-width: -moz-max-content !important;
  max-width: max-content !important;
  margin: 0;
  transform: translateX(0px);
  padding: 0;
  bottom: 60px;
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-clients__carousel-h3.vs-carousel .swiper-pagination.swiper-pagination-bullets {
    right: 15px;
    bottom: 15px;
  }
}
.vs-clients__carousel-h3.vs-carousel .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}
.vs-clients__carousel-h3.vs-carousel .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 20px;
}
.vs-clients__item--style2 {
  text-align: center;
  background-color: var(--vs-black-color-3);
  padding: 60px;
  border-radius: 20px;
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-clients__item--style2 {
    padding: 55px 15px 30px 15px;
  }
}
.vs-clients .swiper-slide.swiper-slide-active .vs-clients__item--style2 {
  background-color: var(--vs-title-color);
}
.vs-clients .swiper-slide.swiper-slide-active .vs-clients__item--style2 .vs-clients__name {
  color: var(--vs-theme-color-5);
}
.vs-clients .swiper-slide.swiper-slide-active .vs-clients__item--style2 .vs-clients__rating {
  color: var(--vs-theme-color-5);
}
.vs-clients__item--style2 .vs-clients__quote {
  color: var(--vs-white-color);
}
.vs-clients__item--style2 .vs-clients__quote-icon {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.vs-clients__item--style2 .vs-clients__rating,
.vs-clients__item--style2 .vs-clients__author {
  justify-content: center;
  text-align: left;
}
.vs-clients__item--style2 .vs-clients__rating {
  margin-bottom: 30px;
  font-size: 20px;
  color: var(--vs-theme-color-4);
}
.vs-clients__item--style2 .vs-clients__author {
  margin-bottom: 0;
  color: var(--vs-white-color);
}
.vs-clients__item--style2 .vs-clients__author-img {
  padding: 0;
  border: 0;
}
.vs-clients__item--style2 .vs-clients__name {
  font-size: clamp(1.5rem, 0.69rem + 0.1125vw, 1.05rem);
}
.vs-clients__item--style2 .vs-clients__role,
.vs-clients__item--style2 .vs-clients__name {
  color: var(--vs-white-color);
}
.vs-clients__item--style2 .vs-clients__quote + .vs-clients__author {
  padding-top: 40px;
  color: var(--vs-white-color);
}
.vs-clients__item--style3, .vs-clients__item--style4 {
  padding: 30px;
  display: flex;
  align-items: stretch;
  gap: 50px;
  background-color: var(--vs-theme-color-6);
  /* Medium Large devices */
}
@media (max-width: 1399px) {
  .vs-clients__item--style3, .vs-clients__item--style4 {
    gap: 15px;
  }
}
.vs-clients__item--style3, .vs-clients__item--style4 {
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-clients__item--style3, .vs-clients__item--style4 {
    flex-direction: column;
    padding: 15px;
  }
}
.vs-clients .swiper-slide.swiper-slide-active .vs-clients__item--style3, .vs-clients .swiper-slide.swiper-slide-active .vs-clients__item--style4 {
  background-color: var(--vs-theme-color-6);
}
.vs-clients__item--style3 .vs-clients__rating, .vs-clients__item--style4 .vs-clients__rating {
  align-self: center;
  font-size: 18px;
  margin-bottom: 30px;
}
.swiper-slide.swiper-slide-active .vs-clients__item--style3 .vs-clients__rating, .swiper-slide.swiper-slide-active .vs-clients__item--style4 .vs-clients__rating {
  color: var(--vs-theme-color-7);
}
.vs-clients__item--style3 .vs-clients__quote, .vs-clients__item--style4 .vs-clients__quote {
  margin: 0 0 28px 0;
  padding-right: 44px;
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-clients__item--style3 .vs-clients__quote, .vs-clients__item--style4 .vs-clients__quote {
    padding-right: 0;
  }
}
.vs-clients__item--style3 .vs-clients__item-contents, .vs-clients__item--style4 .vs-clients__item-contents {
  align-self: center;
}
.vs-clients__item--style3 .vs-clients__author, .vs-clients__item--style4 .vs-clients__author {
  margin-bottom: 0;
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-clients__item--style3 .vs-clients__author, .vs-clients__item--style4 .vs-clients__author {
    align-items: flex-start;
  }
}
.vs-clients__item--style3 .vs-clients__author-img, .vs-clients__item--style4 .vs-clients__author-img {
  flex: 0 0 256px;
  padding: 0;
  border: 0;
}
.vs-clients__item--style3 {
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-clients__item--style3 {
    padding: 20px;
  }
}
.vs-clients__item--style3 .vs-clients__avatar {
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-clients__item--style3 .vs-clients__avatar {
    width: 100%;
  }
}
.swiper-slide.swiper-slide-visible.swiper-slide-fully-visible.swiper-slide-active .vs-clients__item--style3 .vs-clients__rating {
  color: var(--vs-theme-color-7);
}
.vs-clients__item--style4 {
  gap: 30px;
  background-color: var(--vs-theme-color-10);
}
.swiper-slide.swiper-slide-visible.swiper-slide-fully-visible.swiper-slide-active .vs-clients__item--style4 {
  background-color: var(--vs-theme-color-10);
}
.vs-clients__item--style4 .vs-clients__quote {
  padding-right: 7px;
}
.swiper-slide.swiper-slide-visible.swiper-slide-fully-visible.swiper-slide-active .vs-clients__item--style4 .vs-clients__rating {
  color: var(--vs-theme-color-11);
}
.vs-clients__card-review {
  background-color: var(--vs-theme-color-6);
  padding: 40px;
  text-align: center;
  border-radius: 20px;
  min-height: 316px;
  display: grid;
  text-align: center;
  justify-content: center;
  align-items: center;
  /* Medium Large devices */
}
@media (max-width: 1399px) {
  .vs-clients__card-review {
    padding: 15px;
  }
}
.vs-clients__card-review {
  /* Medium devices */
}
@media (max-width: 991px) {
  .vs-clients__card-review {
    padding: 60px 25px;
  }
}
.vs-clients__card-review .vs-clients__rating,
.vs-clients__card-review .vs-about__facts {
  justify-content: center;
}
.vs-clients__card-review__logo {
  margin: 0 auto 27px auto;
}
.vs-clients__card-review .vs-about__review-text {
  display: block;
  color: var(--vs-white-color);
  margin: 0 0 15px 0;
}
.vs-clients__card-review .vs-about__review-text span {
  color: var(--vs-theme-color-7);
}
.vs-clients__card-review .vs-clients__rating {
  display: inline-flex;
  padding: 10px 30px;
  background-color: var(--vs-theme-color-7);
  border-radius: 10px;
  color: var(--vs-theme-color-6);
  margin-bottom: 15px;
  width: -moz-max-content;
  width: max-content;
}
.vs-clients__card-review .vs-clients__rating i {
  font-size: 18px;
}
.vs-clients__card-review.style2 {
  padding: 80px 40px;
}
.vs-clients__carousel-h4 {
  overflow: visible;
  padding: 0 85px;
  pointer-events: none;
  /* Medium devices */
}
@media (max-width: 991px) {
  .vs-clients__carousel-h4 {
    padding: 0 30px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .vs-clients__item--style4 .vs-clients__quote {
    padding-right: 0;
    margin-bottom: 15px;
  }
  .vs-clients__item--style4 .vs-clients__author {
    align-items: center;
    margin-bottom: 20px;
  }
}
/*------------------- 4.19. Popup Side Menu  -------------------*/
/*------------------- 4.20. Price Plan  -------------------*/
/*------------------- 4.21. Forms Style  -------------------*/
.form-style1 {
  background-color: var(--vs-theme-color-1);
  --bs-gutter-x: 20px;
  padding: 70px 80px 80px 80px;
}
.form-style1 .form-title {
  color: var(--vs-white-color);
  text-align: center;
  margin: 0 0 27px 0;
  padding: 0 0 17px 0;
  position: relative;
}
.form-style1 .form-title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-radius: 5px;
  background-color: #0844bc;
  background-color: var(--vs-white-color);
  opacity: 0.3;
}
.form-style1 .vs-btn {
  width: 100%;
}
.form-style1 textarea,
.form-style1 input {
  height: 55px;
  background-color: var(--vs-white-color);
  font-size: 16px;
  font-family: var(--vs-body-font);
  color: var(--vs-body-color);
  border-radius: 5px;
}
.form-style1 textarea {
  min-height: 180px;
  resize: none;
}

.vs-form-valid + .form-messages {
  margin: 20px 0 20px 0;
  background-color: transparent;
  border: none;
  padding: 0;
  color: var(--vs-black-color-2);
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.vs-subscribe {
  display: flex;
  align-items: center;
  background-color: var(--vs-white-color);
  padding: 5px 5px 5px 30px;
  border-radius: 10px;
  gap: 0px;
  flex-wrap: wrap;
  /* Extra large devices */
}
@media (max-width: 1500px) {
  .vs-subscribe {
    padding: 5px 5px 5px 20px;
  }
}
.vs-subscribe {
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-subscribe {
    padding: 5px 5px 5px 20px;
  }
}
.vs-subscribe__field {
  flex: 1;
  border: 0;
  color: var(--vs-gray-color-2);
  padding: 13px 0;
}
[data-theme=dark] .vs-subscribe__field {
  background-color: var(--vs-white-color);
}
.vs-subscribe__field::-moz-placeholder {
  color: var(--vs-gray-color-2);
  opacity: 1;
  visibility: visible;
  transform: scaleX(1);
  transform-origin: left center;
  will-change: transform;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.vs-subscribe__field::placeholder {
  color: var(--vs-gray-color-2);
  opacity: 1;
  visibility: visible;
  transform: scaleX(1);
  transform-origin: left center;
  will-change: transform;
  transition: all 0.3s ease-in-out;
}
.vs-subscribe__field:focus::-moz-placeholder {
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
}
.vs-subscribe__field:focus::placeholder {
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
}
.vs-subscribe__btn {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 17px 30px;
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  background-color: var(--vs-theme-color-1);
  border-radius: 10px;
  color: var(--vs-theme-color-2);
}
.vs-subscribe__btn span {
  /* Extra large devices */
}
@media (max-width: 1500px) {
  .vs-subscribe__btn span {
    display: none;
  }
}
.vs-subscribe__btn span {
  /* Medium devices */
}
@media (max-width: 991px) {
  .vs-subscribe__btn span {
    display: block;
  }
}
.vs-subscribe__btn span {
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-subscribe__btn span {
    display: none;
  }
}
.vs-subscribe__btn {
  /* Extra large devices */
}
@media (max-width: 1500px) {
  .vs-subscribe__btn {
    justify-content: center;
  }
}
.vs-subscribe__btn i {
  margin-left: 0;
}
.vs-subscribe__btn::before, .vs-subscribe__btn::after {
  background-color: var(--vs-theme-color-2);
}
.vs-subscribe__btn:hover {
  color: var(--vs-theme-color-1);
  background-color: var(--vs-theme-color-2);
}
.vs-subscribe--style2 {
  background-color: var(--vs-black-color-3);
}
.vs-subscribe--style2 input {
  background-color: var(--vs-black-color-3);
  color: var(--vs-white-color);
}
.vs-subscribe--style2 input::-moz-placeholder {
  color: var(--vs-white-color);
}
.vs-subscribe--style2 input::placeholder {
  color: var(--vs-white-color);
}
.vs-subscribe--style2 .vs-subscribe__btn {
  background-color: var(--vs-theme-color-4);
  color: var(--vs-white-color);
}
.vs-subscribe--style2 .vs-subscribe__btn::before, .vs-subscribe--style2 .vs-subscribe__btn::after {
  background-color: var(--vs-theme-color-5);
}
.vs-subscribe--style3 .vs-subscribe__btn, .vs-subscribe--style4 .vs-subscribe__btn {
  background-color: var(--vs-theme-color-6);
  color: var(--vs-theme-color-7);
}
.vs-subscribe--style3 .vs-subscribe__btn::before, .vs-subscribe--style3 .vs-subscribe__btn::after, .vs-subscribe--style4 .vs-subscribe__btn::before, .vs-subscribe--style4 .vs-subscribe__btn::after {
  background-color: var(--vs-theme-color-7);
}
.vs-subscribe--style3 .vs-subscribe__btn:hover, .vs-subscribe--style4 .vs-subscribe__btn:hover {
  background-color: var(--vs-theme-color-7);
  color: var(--vs-theme-color-6);
}
.vs-subscribe--style4 .vs-subscribe__btn {
  background-color: var(--vs-theme-color-10);
  color: var(--vs-white-color);
}
.vs-subscribe--style4 .vs-subscribe__btn::before, .vs-subscribe--style4 .vs-subscribe__btn::after {
  background-color: var(--vs-theme-color-11);
}
.vs-subscribe--style4 .vs-subscribe__btn:hover {
  background-color: var(--vs-theme-color-11);
  color: var(--vs-white-color);
}
.vs-subscribe--style5 .vs-subscribe__btn {
  background-color: var(--vs-theme-color-13);
  color: var(--vs-theme-color-14);
}
.vs-subscribe--style5 .vs-subscribe__btn::before, .vs-subscribe--style5 .vs-subscribe__btn::after {
  background-color: var(--vs-theme-color-14);
}
.vs-subscribe--style5 .vs-subscribe__btn:hover {
  background-color: var(--vs-theme-color-14);
  color: var(--vs-white-color);
}
.vs-subscribe--style6 .vs-subscribe__btn {
  background-color: var(--vs-theme-color-17);
  color: var(--vs-theme-color-18);
}
.vs-subscribe--style6 .vs-subscribe__btn::before, .vs-subscribe--style6 .vs-subscribe__btn::after {
  background-color: var(--vs-theme-color-18);
}
.vs-subscribe--style6 .vs-subscribe__btn:hover {
  background-color: var(--vs-theme-color-18);
  color: var(--vs-title-color);
}

.form-style .form-control {
  display: block;
  width: 100%;
  min-height: 60px;
  padding: 10px 21px;
  color: var(--vs-gray-color-3);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid transparent;
  border-radius: 10px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  box-shadow: none;
}
.form-style .form-control:focus {
  border: 1px solid var(--vs-theme-color-17);
}
.form-style .vs-btn {
  margin-top: 24px;
}
.form-style .form-group {
  position: relative;
}
.form-style .form-group i {
  position: absolute;
  top: 20px;
  right: 30px;
}

/*------------------- 4.22. Portfolio  -------------------*/
.vs-portfolio__tabs {
  position: relative;
  padding: 20px 40px;
  background-color: var(--vs-theme-color-1);
  border-radius: 40px;
  z-index: 1;
  margin-bottom: calc(var(--vs-section-title-space) - 20px);
  /* Large devices */
}
@media (max-width: 1199px) {
  .vs-portfolio__tabs {
    margin-bottom: calc(var(--vs-section-title-space) - 45px);
    padding: 15px 15px;
  }
}
.vs-portfolio__tabs {
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-portfolio__tabs {
    padding: 5px 5px;
    flex-direction: column;
    border-radius: 24px;
  }
}
.vs-portfolio__tabs--style2 {
  margin-left: 47px;
  margin-right: 47px;
  position: relative;
  background-color: transparent;
  z-index: 1;
}
.vs-portfolio__tabs--style2 .vs-portfolio__indicator {
  background-color: var(--vs-theme-color-5);
}
.vs-portfolio__tabs--style2 .vs-portfolio__indicator:hover {
  color: var(--vs-theme-color-5);
}
.vs-portfolio__tabs--style2 .vs-portfolio__tab:hover {
  color: var(--vs-white-color);
}
.vs-portfolio__tabs--style2 {
  /* Large devices */
}
@media (max-width: 1199px) {
  .vs-portfolio__tabs--style2 {
    margin-right: 0;
    margin-left: 0;
  }
}
.vs-portfolio__tabs--style2 {
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-portfolio__tabs--style2 {
    flex-direction: column;
  }
}
.vs-portfolio__tabs--style2::before, .vs-portfolio__tabs--style2::after {
  position: absolute;
  content: "";
  width: 50%;
  height: 100%;
  z-index: -1;
  top: 0;
  border-style: solid;
  border-image-slice: 1;
  border-width: 1px;
  border-left: 0;
  border-right: 0;
}
.vs-portfolio__tabs--style2::before {
  left: 0;
  background: linear-gradient(90deg, rgba(4, 42, 45, 0.15) 1.42%, rgba(78, 192, 87, 0.15) 49.5%);
  border-image-source: linear-gradient(90deg, #042A2D 5%, #4EC057 60%);
}
.vs-portfolio__tabs--style2::after {
  right: 0;
  background: linear-gradient(-90deg, rgba(4, 42, 45, 0.15) 1.42%, rgba(78, 192, 87, 0.15) 49.5%);
  border-image-source: linear-gradient(-90deg, #042A2D 5%, #4EC057 60%);
}
.vs-portfolio__indicator {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  background-color: var(--vs-theme-color-2);
  border-radius: 30px;
  z-index: 0;
  pointer-events: none;
  opacity: 0;
  transform: scale(0);
  border: 1px dashed var(--vs-theme-color-1);
}
.vs-portfolio__tab {
  position: relative;
  font-weight: 700;
  letter-spacing: 0.48px;
  font-family: var(--vs-title-font);
  background-color: transparent;
  border: 0;
  color: var(--vs-white-color);
  padding: 6px 20px;
  min-height: 40px;
  cursor: pointer;
  z-index: 2;
  /* Large devices */
}
@media (max-width: 1199px) {
  .vs-portfolio__tab {
    padding: 6px 15px;
  }
}
.vs-portfolio__tab {
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-portfolio__tab {
    padding: 6px 4px;
  }
}
.vs-portfolio__tab:hover {
  color: var(--vs-theme-color-2);
}
.vs-portfolio__tab.active {
  color: var(--vs-theme-color-1);
}
.vs-portfolio__grids.row:not([class*=gx-]) {
  --bs-gutter-y: 30px;
}
.vs-portfolio__item, .vs-portfolio__content {
  overflow: hidden;
  border-radius: 0 20px;
}
.vs-portfolio__content {
  position: relative;
}
.vs-portfolio__overlay {
  border-radius: 0px 20px;
  background: linear-gradient(180deg, rgba(25, 53, 45, 0) 0%, rgba(25, 53, 45, 0.8) 66.77%);
  border-radius: 0px 20px;
  background-position: 0 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.vs-portfolio__img {
  transform: scale(1) rotate(0deg);
  transform-origin: center center;
  will-change: transform;
  transition: transform 0.4s ease;
  width: 100%;
}
.vs-portfolio__button {
  --icon-size: 140px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: var(--icon-size);
  height: var(--icon-size);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: transparent;
  color: #fff;
  border: none;
  font-family: sans-serif;
  font-weight: 700;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(1);
  z-index: 91;
  /* Medium devices */
}
@media (max-width: 991px) {
  .vs-portfolio__button {
    top: 0;
    transform: translate(-50%, 0%) scale(1);
  }
}
.vs-portfolio__button::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(196, 245, 0, 0.1);
  opacity: 0.9;
  backdrop-filter: blur(10px);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
.vs-portfolio__button::after {
  content: "";
  position: absolute;
  inset: 0;
  padding: 4px;
  border-radius: inherit;
  background: linear-gradient(180deg, #c4f500 0%, #196164 73%, #196164 95%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
          mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  pointer-events: none;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.vs-portfolio__button i {
  font-size: 24px;
  color: var(--vs-theme-color-2);
}
.vs-portfolio__item:hover .vs-portfolio__overlay {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease-in-out;
}
.vs-portfolio__item:hover .vs-portfolio__img {
  transform: scale(1.3) rotate(0.5deg);
  will-change: transform;
  transition: transform 0.4s ease;
}
.vs-portfolio__item--style2 .vs-portfolio__content, .vs-portfolio__item--style3 .vs-portfolio__content {
  border-radius: 20px;
  overflow: hidden;
}
.vs-portfolio__item--style2 .vs-portfolio__content::before, .vs-portfolio__item--style3 .vs-portfolio__content::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0%;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  background: linear-gradient(180deg, rgba(4, 42, 45, 0.2) 0%, rgba(78, 192, 87, 0.8) 67.31%);
  border-radius: 20px;
  z-index: 1;
  transform: rotateY(-90deg);
  will-change: transform;
  transform-origin: center center;
  transition: all 0.6s ease-in-out;
}
.vs-portfolio__item--style2 .vs-portfolio__item-tag, .vs-portfolio__item--style3 .vs-portfolio__item-tag {
  display: inline-block;
  color: var(--vs-white-color);
  font-family: var(--vs-title-font);
  margin: 0 0 5px 0;
}
.vs-portfolio__item--style2 .vs-portfolio__item-tag:hover, .vs-portfolio__item--style3 .vs-portfolio__item-tag:hover {
  color: var(--vs-theme-color-5);
}
.vs-portfolio__item--style2 .vs-portfolio__item-overlay, .vs-portfolio__item--style3 .vs-portfolio__item-overlay {
  position: absolute;
  padding: 20px;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
  overflow: hidden;
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-portfolio__item--style2 .vs-portfolio__item-overlay, .vs-portfolio__item--style3 .vs-portfolio__item-overlay {
    padding: 15px;
  }
}
.vs-portfolio__item--style2 .vs-portfolio__item-text, .vs-portfolio__item--style3 .vs-portfolio__item-text {
  background-color: var(--vs-title-color);
  border-right: 3px solid var(--vs-theme-color-5);
  border-left: 3px solid var(--vs-theme-color-5);
  padding: 30px;
  border-radius: 10px;
  position: relative;
  transform: translateY(-140%) scale(0);
  transition: all 0.8s ease-in-out;
  will-change: transform;
  opacity: 0;
  visibility: hidden;
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-portfolio__item--style2 .vs-portfolio__item-text, .vs-portfolio__item--style3 .vs-portfolio__item-text {
    padding: 15px;
  }
}
.vs-portfolio__item--style2 .vs-portfolio__item-heading, .vs-portfolio__item--style3 .vs-portfolio__item-heading {
  font-size: clamp(1.25rem, 0.575rem + 0.09375vw, 0.875rem);
  font-weight: 700;
  color: var(--vs-white-color);
  margin-bottom: 0;
}
.vs-portfolio__item--style2 .vs-portfolio__item-heading__link, .vs-portfolio__item--style3 .vs-portfolio__item-heading__link {
  color: var(--vs-white-color);
}
.vs-portfolio__item--style2 .vs-portfolio__item-heading__link:hover, .vs-portfolio__item--style3 .vs-portfolio__item-heading__link:hover {
  color: var(--vs-theme-color-5);
}
.vs-portfolio__item--style2 .vs-portfolio__item-view, .vs-portfolio__item--style3 .vs-portfolio__item-view {
  --icon-size: 40px;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: var(--icon-size);
  height: var(--icon-size);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  border-radius: 50%;
  overflow: hidden;
  color: var(--vs-title-color);
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-portfolio__item--style2 .vs-portfolio__item-view, .vs-portfolio__item--style3 .vs-portfolio__item-view {
    position: relative;
    right: 0;
    top: 0;
    transform: translateY(0%);
    margin-left: 0;
    margin-top: 20px;
  }
}
.vs-portfolio__item--style2 .vs-portfolio__item-view::before, .vs-portfolio__item--style2 .vs-portfolio__item-view::after, .vs-portfolio__item--style3 .vs-portfolio__item-view::before, .vs-portfolio__item--style3 .vs-portfolio__item-view::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--vs-theme-color-5);
  z-index: -1;
  border-radius: 50%;
  transform: scale(1) rotate(0deg);
  transition: all 0.4s ease-in-out;
}
.vs-portfolio__item--style2 .vs-portfolio__item-view::after, .vs-portfolio__item--style3 .vs-portfolio__item-view::after {
  transform: scale(0) rotate(-360deg);
  opacity: 0;
  visibility: hidden;
}
.vs-portfolio__item--style2 .vs-portfolio__item-view:hover, .vs-portfolio__item--style3 .vs-portfolio__item-view:hover {
  color: var(--vs-white-color);
}
.vs-portfolio__item--style2 .vs-portfolio__item-view:hover::before, .vs-portfolio__item--style3 .vs-portfolio__item-view:hover::before {
  transform: scale(0) rotate(-360deg);
  transition: all 0.4s ease-in-out;
}
.vs-portfolio__item--style2 .vs-portfolio__item-view:hover::after, .vs-portfolio__item--style3 .vs-portfolio__item-view:hover::after {
  transform: scale(1) rotate(0deg);
  opacity: 1;
  visibility: visible;
  background-color: var(--vs-theme-color-4);
  transition: all 0.4s ease-in-out;
}
.vs-portfolio__item--style2:hover .vs-portfolio__content::before, .vs-portfolio__item--style3:hover .vs-portfolio__content::before {
  top: 0;
  bottom: auto;
  opacity: 1;
  visibility: visible;
  height: 100%;
  transform: rotateY(0deg);
  transition: all 0.6s ease-in-out;
}
.vs-portfolio__item--style2:hover .vs-portfolio__item-text, .vs-portfolio__item--style3:hover .vs-portfolio__item-text {
  opacity: 1;
  visibility: visible;
  transition: all 0.8s ease-in-out;
  transform: translateY(0) scale(1);
}
.vs-portfolio__item--style3 .vs-portfolio__content::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--vs-theme-color-17);
  opacity: 30%;
  left: 0;
  top: 0;
}
.vs-portfolio__item--style3 .vs-portfolio__content::before {
  background: linear-gradient(180deg, rgba(4, 42, 45, 0.2) 0%, rgba(1, 78, 78, 0.6) 67.31%);
}
.vs-portfolio__item--style3 .vs-portfolio__item-text {
  background-color: var(--vs-theme-color-17);
  border-color: var(--vs-theme-color-18);
}
.vs-portfolio__item--style3 .vs-portfolio__item-view {
  color: var(--vs-title-color);
}
.vs-portfolio__item--style3 .vs-portfolio__item-view::before {
  background-color: var(--vs-theme-color-18);
}
.vs-portfolio__item--style3 .vs-portfolio__item-view:hover::after {
  background-color: var(--vs-title-color);
}
.vs-portfolio__item--style3 .vs-portfolio__item-heading:hover a:hover {
  color: var(--vs-theme-color-18);
}
.vs-portfolio--layout3 {
  padding-top: 209px;
  margin-top: -109px;
  padding-bottom: 120px;
}
.vs-portfolio__style3, .vs-portfolio__style4 {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  z-index: 1;
}
.vs-portfolio__style3::before, .vs-portfolio__style4::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--vs-title-color);
  opacity: 40%;
  z-index: 1;
}
.vs-portfolio__style3 .vs-portfolio__figure img, .vs-portfolio__style4 .vs-portfolio__figure img {
  transition: all 0.8s ease-in-out;
}
.vs-portfolio__style3 .vs-portfolio__body, .vs-portfolio__style4 .vs-portfolio__body {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 30px;
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-portfolio__style3 .vs-portfolio__body, .vs-portfolio__style4 .vs-portfolio__body {
    position: relative;
    padding: 15px;
    background-color: var(--vs-theme-color-17);
  }
}
.vs-portfolio__style3 .vs-portfolio__content, .vs-portfolio__style4 .vs-portfolio__content {
  padding: 40px 30px;
  background-color: color-mix(in srgb, var(--vs-white-color) 10%, transparent);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(40px);
  border-radius: 20px;
  max-width: 380px;
  z-index: 2;
}
.vs-carousel--portfolio .swiper-slide.swiper-slide-visible.swiper-slide-fully-visible.swiper-slide-active .vs-portfolio__style3 .vs-portfolio__content, .vs-carousel--portfolio .swiper-slide.swiper-slide-visible.swiper-slide-fully-visible.swiper-slide-active .vs-portfolio__style4 .vs-portfolio__content {
  border: 1px solid var(--vs-theme-color-7);
}
.vs-portfolio__style3 .vs-portfolio__content-box, .vs-portfolio__style4 .vs-portfolio__content-box {
  overflow: hidden;
}
.vs-portfolio__style3 .vs-portfolio__heading, .vs-portfolio__style4 .vs-portfolio__heading {
  font-size: 20px;
  color: var(--vs-white-color);
  margin-bottom: 12px;
}
.vs-portfolio__style3 .vs-portfolio__heading-link, .vs-portfolio__style4 .vs-portfolio__heading-link {
  color: var(--vs-white-color);
}
.vs-portfolio__style3 .vs-portfolio__text, .vs-portfolio__style4 .vs-portfolio__text {
  color: var(--vs-white-color);
  margin-bottom: 0px;
}
.vs-portfolio__style3 .vs-portfolio__bottom, .vs-portfolio__style4 .vs-portfolio__bottom {
  margin-bottom: -60px;
  transition: all 0.3s ease-in-out;
}
.vs-carousel--portfolio .swiper-slide.swiper-slide-visible.swiper-slide-fully-visible.swiper-slide-active .vs-portfolio__style3 .vs-portfolio__bottom, .vs-carousel--portfolio .swiper-slide.swiper-slide-visible.swiper-slide-fully-visible.swiper-slide-active .vs-portfolio__style4 .vs-portfolio__bottom {
  margin-bottom: 0px;
}
.vs-portfolio__style3 .vs-btn, .vs-portfolio__style4 .vs-btn {
  padding: 5px 5px 5px 20px;
  margin-top: 20px;
  gap: 20px;
}
.vs-portfolio__style3 .vs-btn__icon, .vs-portfolio__style4 .vs-btn__icon {
  --icon-size: 30px;
}
.vs-portfolio__style3:hover .vs-portfolio__bottom, .vs-portfolio__style4:hover .vs-portfolio__bottom {
  margin-bottom: 0px;
}
.vs-portfolio__style3:hover .vs-portfolio__figure img, .vs-portfolio__style4:hover .vs-portfolio__figure img {
  transform: scale(1.1);
}
.vs-portfolio__style3 {
  /* Medium devices */
}
@media (max-width: 991px) {
  .vs-portfolio__style3 .vs-portfolio__body {
    background-color: var(--vs-theme-color-6);
  }
  .vs-portfolio__style3 .vs-portfolio__content {
    max-width: 100%;
    background-color: transparent;
    backdrop-filter: none;
  }
  .vs-portfolio__style3 .vs-btn {
    border: 1px solid var(--vs-theme-color-7);
  }
}
.vs-portfolio__style4 .vs-portfolio__content {
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-portfolio__style4 .vs-portfolio__content {
    padding: 20px 15px;
  }
}
.vs-carousel--portfolio .swiper-slide.swiper-slide-visible.swiper-slide-fully-visible.swiper-slide-active .vs-portfolio__style4 .vs-portfolio__content {
  border: 1px solid var(--vs-theme-color-18);
}
.vs-portfolio__style4 .vs-btn {
  padding: 12px 20px;
  background-color: var(--vs-theme-color-18);
  color: var(--vs-title-color);
}
.vs-portfolio__style4 .vs-btn::before, .vs-portfolio__style4 .vs-btn::after {
  background-color: var(--vs-theme-color-17);
}
.vs-portfolio__style4 .vs-btn:hover {
  color: var(--vs-white-color);
  background-color: var(--vs-theme-color-17);
}
.vs-portfolio--single .vs-blog__title {
  font-size: 40px;
}

/* Medium devices */
@media (max-width: 991px) {
  .vs-portfolio__style3 .vs-portfolio__body,
  .vs-portfolio__style4 .vs-portfolio__body {
    position: relative;
  }
  .vs-portfolio__style3 .vs-portfolio__bottom,
  .vs-portfolio__style4 .vs-portfolio__bottom {
    margin-bottom: 0;
  }
  .vs-portfolio__style4:hover .vs-portfolio__figure img {
    transform: scale(1);
  }
  .vs-portfolio__style4::before {
    z-index: -1;
    opacity: 1;
  }
  .vs-portfolio__style4 .vs-portfolio__content {
    max-width: 100%;
  }
  .vs-portfolio__style3 .vs-portfolio__content {
    background-color: color-mix(in srgb, var(--vs-white-color) 10%, transparent);
  }
}
/*------------------- 4.23. Contact  -------------------*/
.vs-contact__block {
  background-color: var(--vs-theme-color-19);
  position: relative;
  z-index: 1;
  padding: 40px 30px 40px 30px;
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  /* Large devices */
}
@media (max-width: 1199px) {
  .vs-contact__block {
    padding: 40px 15px 40px 15px;
    min-height: 218px;
  }
}
.vs-contact__block-heading {
  font-size: 30px;
  max-width: 60%;
  margin: 0 0 12px 0;
  color: var(--vs-theme-color-17);
  transition: all 0.3s ease-in-out;
  /* Extra large devices */
}
@media (max-width: 1500px) {
  .vs-contact__block-heading {
    font-size: 20px;
  }
}
.vs-contact__block-text {
  max-width: 76%;
  margin-bottom: 0;
  display: block;
  transition: all 0.3s ease-in-out;
  color: var(--vs-gray-color-3);
  /* Extra large devices */
}
@media (max-width: 1500px) {
  .vs-contact__block-text {
    max-width: 100%;
  }
}
.vs-contact__block a.vs-contact__block-text {
  position: relative;
  display: inline-block;
}
.vs-contact__block a.vs-contact__block-text::before {
  position: absolute;
  content: "";
  width: 0%;
  left: auto;
  right: 0;
  height: 1px;
  background-color: var(--vs-theme-color-18);
  bottom: 0;
}
.vs-contact__block a.vs-contact__block-text:hover {
  color: var(--vs-theme-color-18);
}
.vs-contact__block a.vs-contact__block-text:hover::before {
  left: 0;
  right: auto;
  opacity: 1;
  visibility: visible;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.vs-contact__block-icon1 {
  --icon-size: 80px;
  position: absolute;
  top: 30px;
  right: 30px;
  display: inline-flex;
  align-items: center;
  width: var(--icon-size);
  height: var(--icon-size);
  min-width: var(--icon-size);
  min-height: var(--icon-size);
  background-color: var(--vs-white-color);
  border: 2px solid var(--vs-theme-color-18);
  justify-content: center;
  border-radius: 50%;
  font-size: 40px;
  color: var(--vs-theme-color-17);
  transition: all 0.3s ease-in-out;
  /* Extra large devices */
}
@media (max-width: 1500px) {
  .vs-contact__block-icon1 {
    --icon-size: 70px;
  }
}
.vs-contact__block-icon1 i {
  display: inline-flex;
  line-height: 1;
}
.vs-contact__block-icon2 {
  position: absolute;
  bottom: -15px;
  right: 82px;
  font-size: 120px;
  display: inline-flex;
  line-height: 1;
  z-index: -1;
  opacity: 10%;
  transition: all 0.3s ease-in-out;
}
.vs-contact__block-icon2 i {
  display: inline-flex;
}
.vs-contact__block:hover {
  background-color: var(--vs-theme-color-17);
}
.vs-contact__block:hover .vs-contact__block-heading {
  color: var(--vs-white-color);
}
.vs-contact__block:hover .vs-contact__block-icon1 {
  background-color: var(--vs-theme-color-18);
}
.vs-contact__block:hover .vs-contact__block-icon2 {
  color: var(--vs-theme-color-18);
}
.vs-contact__block:hover .vs-contact__block-text {
  color: var(--vs-white-color);
}
.vs-contact__wrapper {
  padding: 100px 80px;
  background-color: var(--vs-theme-color-19);
  border-radius: 20px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .vs-contact__wrapper {
    padding: 50px 20px;
  }
}

.vs-map .mapouter {
  filter: grayscale(80%);
}
.vs-map .mapouter {
  position: relative;
  text-align: right;
  width: 100%;
  height: 447px !important;
}
.vs-map .gmap_canvas {
  overflow: hidden;
  background: none !important;
  width: 100%;
  height: 447px !important;
  position: relative;
}
.vs-map .gmap_canvas__credit {
  position: absolute;
  bottom: 0;
  left: 15%;
  color: var(--bg-color);
  text-transform: capitalize;
}
.vs-map .gmap_canvas__credit:hover {
  color: var(--vs-theme-color);
}
.vs-map .gmap_iframe {
  height: 447px !important;
}

/*------------------- 4.24. Event  -------------------*/
/*------------------- 4.25. CTA  -------------------*/
/*------------------- 4.25. CTA  -------------------*/
.vs-brand {
  margin-top: -100px;
  position: relative;
  z-index: 3;
}
.vs-brand__container {
  --vs-main-container: 1520px;
}
.vs-brand__content {
  padding: 0 100px;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  overflow: hidden;
  z-index: 1;
  /* Medium devices */
}
@media (max-width: 991px) {
  .vs-brand__content {
    padding: 0 50px;
    min-height: 140px;
  }
}
.vs-brand__content {
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-brand__content {
    padding: 0 20px;
  }
}
.vs-brand__content--style2 {
  border-left: 4px solid var(--vs-theme-color-5);
  border-right: 4px solid var(--vs-theme-color-5);
}
.vs-brand__ele {
  position: absolute;
  --circle-size: 250px;
  height: var(--circle-size);
  width: var(--circle-size);
  background: radial-gradient(50% 50% at 50% 50%, #C4F500 34.47%, #196164 100%);
  opacity: 0.1;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  border-radius: 50%;
}
.vs-brand__ele--left {
  left: -125px;
}
.vs-brand__ele--right {
  right: -125px;
}
.vs-brand__ele--style2 {
  --circle-size: 200px;
  background: radial-gradient(50% 50% at 50% 50%, #4EC057 34.47%, #0f2a5c 100%);
  opacity: 0.1;
}
.vs-brand__ele--style2.vs-brand__ele--left {
  left: -100px;
}
.vs-brand__ele--style2.vs-brand__ele--right {
  right: -100px;
}
.vs-brand--layout2 {
  margin-top: 0;
}
.vs-brand--layout3 {
  margin-top: 0;
}
.vs-brand--layout4 {
  margin-top: 0;
}
.vs-brand--layout4 .vs-brand__ele {
  background: radial-gradient(50% 50% at 50% 50%, #FACF61 34.47%, #014E4E 100%);
  opacity: 0.1;
}

/*------------------- 4.25. CTA  -------------------*/
.vs-facts--layout1 {
  padding-top: 224px;
}
.vs-facts__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  z-index: -1;
}
.vs-facts__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  /* background: var(--vs-title-color); */
  opacity: 95%;
}
.vs-facts__video-button {
  pointer-events: visible;
  /* Medium devices */
}
@media (max-width: 991px) {
  .vs-facts__video-button {
    position: relative;
    top: 0;
    transform: translate(-50%, 0%) scale(1);
  }
}
.vs-facts__video-button:hover {
  color: var(--vs-theme-color-2);
}
.vs-facts__video-button.style3 {
  position: relative;
  top: 0;
  left: 0;
  transform: translate(0%, 0%) scale(1);
  margin: 0 auto;
  gap: 3px;
}
.vs-facts__video-button.style3 i {
  color: var(--vs-theme-color-7);
}
.vs-facts__video-button.style3::before {
  background: var(--vs-white-color);
  opacity: 20%;
}
.vs-facts__video-button.style3::after {
  background: linear-gradient(180deg, var(--vs-theme-color-7) 0%, var(--vs-theme-color-6) 73%, var(--vs-theme-color-6) 95%);
}
.vs-facts__video-button.style3:hover {
  color: var(--vs-theme-color-7);
}
.vs-facts__video-button.style5::after {
  background: linear-gradient(180deg, #C9A646 0%, #293139 77%, #293139 95%);
}
.vs-facts__video-button.style5 i {
  color: var(--vs-theme-color-13);
}
.vs-facts__video-button.style5:hover {
  color: var(--vs-theme-color-13);
}
.vs-facts--layout3 {
  padding-bottom: 220px;
}
.vs-facts--layout3 .vs-facts__bg::before {
  background-color: var(--vs-theme-color-6);
  opacity: 0.85;
}
.vs-facts--layout4 {
  padding-bottom: 220px;
}
.vs-facts--layout4 .vs-facts__bg::before {
  background-color: #013A3A;
  opacity: 0.85;
}

/* Medium devices */
@media (max-width: 991px) {
  a.vs-portfolio__button.vs-facts__video-button.style5.popup-video {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
/*------------------- 4.25. CTA  -------------------*/
.vs-choose--dental {
  padding-bottom: 125px;
}
.vs-choose__list {
  padding-left: 25px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .vs-choose__list {
    padding-left: 0;
  }
}
.vs-choose__item {
  display: flex;
  gap: 30px;
  background-color: color-mix(in srgb, var(--vs-theme-color-11) 11%, transparent);
  padding: 40px 30px;
  border-top: 1px solid var(--vs-theme-color-11);
  backdrop-filter: blur(2px);
}
.vs-choose__item:last-child {
  border-bottom: 1px solid var(--vs-theme-color-11);
}
.vs-choose__item:nth-child(2) {
  background-color: color-mix(in srgb, var(--vs-theme-color-11) 35%, transparent);
}
.vs-choose__item-title {
  font-size: 20px;
  margin: 0 0 15px 0;
  color: var(--vs-white-color);
}
.vs-choose__item-text {
  margin-bottom: 0px;
  color: var(--vs-white-color);
}
.vs-choose__item-icon {
  --icon-size: 60px;
  min-width: var(--icon-size);
  width: var(--icon-size);
  height: var(--icon-size);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--vs-theme-color-11);
  border-radius: 50%;
  border: 2px solid var(--vs-white-color);
  transition: all 0.3s ease-in-out;
}
.vs-choose__center-img {
  /* Large devices */
}
@media (max-width: 1199px) {
  .vs-choose__center-img {
    text-align: center;
  }
}

/*------------------- 4.25. CTA  -------------------*/
.vs-faq__right-img {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  bottom: 0;
  max-width: 800px;
  border-radius: 60px 0px 0px 60px;
  overflow: hidden;
  /* Large devices */
}
@media (max-width: 1199px) {
  .vs-faq__right-img {
    max-width: 50%;
  }
}
.vs-faq__right-img {
  /* Medium devices */
}
@media (max-width: 991px) {
  .vs-faq__right-img {
    max-width: 100%;
    position: relative;
    margin-bottom: 30px;
    margin-top: -80px;
  }
}
.vs-faq__right-img .overlay {
  background-color: var(--vs-theme-color-14);
  opacity: 40%;
}
.vs-faq__right-img > img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.vs-faq__kit1 {
  /* Medium devices */
}
@media (max-width: 991px) {
  .vs-faq__kit1 {
    display: none;
  }
}

.accordion .accordion-item {
  margin: 0 0 20px 0;
  border-radius: 30px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: 1px solid var(--vs-theme-color-11);
}
.accordion .accordion-item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 25%;
  background-color: var(--vs-theme-color-11);
  opacity: 0;
  visibility: hidden;
  border-radius: 0 0 30px 30px;
  transition: all 0.3s ease-in-out;
  /* Large devices */
}
@media (max-width: 1199px) {
  .accordion .accordion-item::before {
    height: 18%;
  }
}
.accordion .accordion-item--active::before {
  opacity: 1;
  visibility: visible;
}
.accordion .accordion-item:last-child {
  margin-bottom: 0;
}
.accordion .accordion-item:first-of-type .accordion-button {
  border-radius: 30px;
}
.accordion .accordion-item:last-of-type .accordion-button.collapsed,
.accordion .accordion-item:last-of-type .accordion-collapse {
  border-radius: 0px;
}
.accordion .accordion-item:not(:first-of-type) {
  border-top: 1px solid var(--vs-theme-color-11);
}
.accordion .accordion-header {
  margin: 0;
}
.accordion .accordion-button {
  background: var(--vs-theme-color-12);
  border: none;
  border-radius: 0;
  padding: 5px 5px 5px 30px;
  font-size: 20px;
  font-weight: 700;
  font-family: var(--vs-title-font);
  color: var(--vs-title-color);
  text-align: left;
  text-transform: capitalize;
  box-shadow: none;
  line-height: 1.3;
  /* Large devices */
}
@media (max-width: 1199px) {
  .accordion .accordion-button {
    padding: 10px 5px 10px 30px;
  }
}
.accordion .accordion-button {
  /* Medium devices */
}
@media (max-width: 991px) {
  .accordion .accordion-button {
    font-size: 18px;
  }
}
.accordion .accordion-button:after {
  content: "+";
  font-family: var(--vs-icon-font);
  font-weight: 400;
  color: var(--vs-white-color);
  width: 50px;
  height: 50px;
  background-image: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--vs-theme-color-11);
  border: 0;
  border-radius: 50%;
}
.accordion .accordion-button:focus {
  box-shadow: none;
}
.accordion .accordion-button:not(.collapsed) {
  color: var(--vs-white-color);
  background-color: var(--vs-theme-color-11);
  border-radius: 30px;
}
.accordion .accordion-button:not(.collapsed):after {
  color: var(--vs-white-color);
  content: "\f068";
  background-color: var(--vs-theme-color-10);
}
.accordion .accordion-body {
  padding: 18px 25px 35px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  color: var(--vs-body-color);
  /* Medium devices */
}
@media (max-width: 991px) {
  .accordion .accordion-body {
    padding: 18px 25px 20px;
  }
}
.accordion .accordion-body p:last-child {
  margin-bottom: 0;
}
.accordion .accordion-collapse {
  border: none;
}
.accordion__reaction {
  display: flex;
  align-items: center;
  max-width: 485px;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 700;
  text-transform: capitalize;
  background: rgba(18, 21, 31, 0.7);
  box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.15);
  border-radius: 29.5px;
  padding: 0 30px;
  min-height: 55px;
  margin-top: 39px;
  color: var(--body-color);
}
.accordion__reaction--btns {
  display: flex;
  align-items: center;
}
.accordion__reaction--btn {
  padding-right: 22px;
  margin-right: 22px;
  position: relative;
}
.accordion__reaction--btn::after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 36px;
  width: 1px;
  opacity: 15%;
  background-color: #d9d9d9;
  border-radius: 100%;
}
.accordion__reaction--btn:last-child {
  padding-right: 0;
  margin-right: 0;
}
.accordion__reaction--btn:last-child::after {
  display: none;
}
.accordion__reaction--btn:hover {
  color: var(--vs-theme-color);
}
.accordion.style2 .accordion-button:not(.collapsed) {
  background-color: var(--vs-theme-color-13);
  color: var(--vs-theme-color-14);
}
.accordion.style2 .accordion-item {
  border-radius: 10px;
  border: 1px solid var(--vs-theme-color-13);
}
.accordion.style2 .accordion-item::before {
  background-color: var(--vs-theme-color-13);
}
.accordion.style2 .accordion-item:not(:first-of-type) {
  border-top: 1px solid var(--vs-theme-color-13);
}
.accordion.style2 .accordion-item:first-of-type .accordion-button {
  border-radius: 10px;
}
.accordion.style2 .accordion-button::after {
  border-radius: 10px;
  background-color: var(--vs-theme-color-13);
}
.accordion.style2 .accordion-button:not(.collapsed) {
  border-radius: 10px;
}
.accordion.style2 .accordion-button:not(.collapsed):after {
  background-color: var(--vs-theme-color-14);
}
.accordion.style2 .accordion-body {
  padding: 18px 25px 22px;
  font-size: 14px;
}
.accordion.style3 .accordion-button:not(.collapsed) {
  background-color: var(--vs-theme-color-18);
  color: var(--vs-title-color);
}
.accordion.style3 .accordion-item {
  border: 1px solid var(--vs-theme-color-17);
}
.accordion.style3 .accordion-item::before {
  background-color: var(--vs-theme-color-17);
}
.accordion.style3 .accordion-item:not(:first-of-type) {
  border-top: 1px solid var(--vs-theme-color-17);
}
.accordion.style3 .accordion-item--active {
  background-color: var(--vs-theme-color-17);
}
.accordion.style3 .accordion-item--active .accordion-body {
  color: var(--vs-white-color);
}
.accordion.style3 .accordion-body {
  font-size: 14px;
  padding: 15px 25px 15px;
  font-weight: 400;
}
.accordion.style3 .accordion-button {
  background-color: var(--vs-theme-color-19);
  color: var(--vs-title-color);
}
.accordion.style3 .accordion-button::after {
  background-color: var(--vs-theme-color-17);
  color: var(--vs-theme-color-18);
}

/* Medium devices */
@media (max-width: 991px) {
  .vs-faq__right-img {
    border-radius: 0;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .accordion .accordion-button {
    font-size: 16px;
    padding: 10px 10px 10px 10px;
  }
}
/*------------------- 4.25. CTA  -------------------*/
.vs-appointment {
  padding: 20px;
  border-radius: 30px;
  border-right: 6px solid var(--vs-theme-color-11);
  border-left: 6px solid var(--vs-theme-color-11);
  padding: 60px 80px 50px;
  margin-top: -125px;
  position: relative;
  z-index: 2;
  /* Large devices */
}
@media (max-width: 1199px) {
  .vs-appointment {
    padding: 40px 35px 40px;
  }
}
.vs-appointment {
  /* Large devices */
}
@media (max-width: 1199px) {
  .vs-appointment {
    padding: 30px 20px 25px;
  }
}
.vs-appointment__form {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 768px) {
  .vs-appointment__form {
    grid-template-columns: 1fr;
  }
}
.vs-appointment__field {
  position: relative;
}
.vs-appointment .vs-btn {
  min-height: 60px;
}
.vs-appointment__input, .vs-appointment__select {
  width: 100%;
  padding: 12px 40px 12px 20px;
  border: none;
  border-radius: 30px;
  outline: none;
  font-size: 14px;
  background: var(--vs-white-color);
  color: var(--vs-body-color);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  min-height: 60px;
}
.vs-appointment__icon {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  color: #555;
  font-size: 16px;
  pointer-events: none;
}
.vs-appointment__btn {
  background-color: #615bff;
  color: #fff;
  padding: 12px 25px;
  border: none;
  border-radius: 30px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s ease;
  text-align: center;
}
.vs-appointment__btn:hover {
  background-color: #4b44d1;
}

/*=================================
    05. Spacing
==================================*/
/*-- Padding Left And Right --*/
.px-5 {
  padding-right: 5px;
  padding-left: 5px;
}

.px-10 {
  padding-right: 10px;
  padding-left: 10px;
}

.px-15 {
  padding-right: 15px;
  padding-left: 15px;
}

.px-20 {
  padding-right: 20px;
  padding-left: 20px;
}

.px-25 {
  padding-right: 25px;
  padding-left: 25px;
}

.px-30 {
  padding-right: 30px;
  padding-left: 30px;
}

.px-35 {
  padding-right: 35px;
  padding-left: 35px;
}

.px-40 {
  padding-right: 40px;
  padding-left: 40px;
}

.px-45 {
  padding-right: 45px;
  padding-left: 45px;
}

.px-50 {
  padding-right: 50px;
  padding-left: 50px;
}

.px-55 {
  padding-right: 55px;
  padding-left: 55px;
}

.px-60 {
  padding-right: 60px;
  padding-left: 60px;
}

.px-65 {
  padding-right: 65px;
  padding-left: 65px;
}

.px-70 {
  padding-right: 70px;
  padding-left: 70px;
}

.px-75 {
  padding-right: 75px;
  padding-left: 75px;
}

.px-80 {
  padding-right: 80px;
  padding-left: 80px;
}

.px-85 {
  padding-right: 85px;
  padding-left: 85px;
}

.px-90 {
  padding-right: 90px;
  padding-left: 90px;
}

.px-95 {
  padding-right: 95px;
  padding-left: 95px;
}

.px-100 {
  padding-right: 100px;
  padding-left: 100px;
}

.px-105 {
  padding-right: 105px;
  padding-left: 105px;
}

.px-110 {
  padding-right: 110px;
  padding-left: 110px;
}

.px-115 {
  padding-right: 115px;
  padding-left: 115px;
}

.px-120 {
  padding-right: 120px;
  padding-left: 120px;
}

.px-125 {
  padding-right: 125px;
  padding-left: 125px;
}

.px-130 {
  padding-right: 130px;
  padding-left: 130px;
}

.px-135 {
  padding-right: 135px;
  padding-left: 135px;
}

.px-140 {
  padding-right: 140px;
  padding-left: 140px;
}

.px-145 {
  padding-right: 145px;
  padding-left: 145px;
}

.px-150 {
  padding-right: 150px;
  padding-left: 150px;
}

/*-- Padding Top And Bottom --*/
.py-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.py-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.py-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.py-35 {
  padding-top: 35px;
  padding-bottom: 35px;
}

.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.py-45 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.py-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.py-55 {
  padding-top: 55px;
  padding-bottom: 55px;
}

.py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.py-65 {
  padding-top: 65px;
  padding-bottom: 65px;
}

.py-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.py-75 {
  padding-top: 75px;
  padding-bottom: 75px;
}

.py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.py-85 {
  padding-top: 85px;
  padding-bottom: 85px;
}

.py-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.py-95 {
  padding-top: 95px;
  padding-bottom: 95px;
}

.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.py-105 {
  padding-top: 105px;
  padding-bottom: 105px;
}

.py-110 {
  padding-top: 110px;
  padding-bottom: 110px;
}

.py-115 {
  padding-top: 115px;
  padding-bottom: 115px;
}

.py-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.py-125 {
  padding-top: 125px;
  padding-bottom: 125px;
}

.py-130 {
  padding-top: 130px;
  padding-bottom: 130px;
}

.py-135 {
  padding-top: 135px;
  padding-bottom: 135px;
}

.py-140 {
  padding-top: 140px;
  padding-bottom: 140px;
}

.py-145 {
  padding-top: 145px;
  padding-bottom: 145px;
}

.py-150 {
  padding-top: 150px;
  padding-bottom: 150px;
}

/*-- Padding Top --*/
.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-105 {
  padding-top: 105px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-125 {
  padding-top: 125px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-135 {
  padding-top: 135px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-145 {
  padding-top: 145px;
}

.pt-150 {
  padding-top: 150px;
}

/*-- Padding Bottom --*/
.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-105 {
  padding-bottom: 105px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-135 {
  padding-bottom: 135px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-145 {
  padding-bottom: 145px;
}

.pb-150 {
  padding-bottom: 150px;
}

/*-- Padding Left --*/
.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-55 {
  padding-left: 55px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-65 {
  padding-left: 65px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-75 {
  padding-left: 75px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-85 {
  padding-left: 85px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-95 {
  padding-left: 95px;
}

.pl-100 {
  padding-left: 100px;
}

.pl-105 {
  padding-left: 105px;
}

.pl-110 {
  padding-left: 110px;
}

.pl-115 {
  padding-left: 115px;
}

.pl-120 {
  padding-left: 120px;
}

.pl-125 {
  padding-left: 125px;
}

.pl-130 {
  padding-left: 130px;
}

.pl-135 {
  padding-left: 135px;
}

.pl-140 {
  padding-left: 140px;
}

.pl-145 {
  padding-left: 145px;
}

.pl-150 {
  padding-left: 150px;
}

/*-- Padding Right --*/
.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-55 {
  padding-right: 55px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-65 {
  padding-right: 65px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-75 {
  padding-right: 75px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-85 {
  padding-right: 85px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-95 {
  padding-right: 95px;
}

.pr-100 {
  padding-right: 100px;
}

.pr-105 {
  padding-right: 105px;
}

.pr-110 {
  padding-right: 110px;
}

.pr-115 {
  padding-right: 115px;
}

.pr-120 {
  padding-right: 120px;
}

.pr-125 {
  padding-right: 125px;
}

.pr-130 {
  padding-right: 130px;
}

.pr-135 {
  padding-right: 135px;
}

.pr-140 {
  padding-right: 140px;
}

.pr-145 {
  padding-right: 145px;
}

.pr-150 {
  padding-right: 150px;
}

/*-- Margin Left And Right --*/
.mx-5 {
  margin-right: 5px;
  margin-left: 5px;
}

.mx-10 {
  margin-right: 10px;
  margin-left: 10px;
}

.mx-15 {
  margin-right: 15px;
  margin-left: 15px;
}

.mx-20 {
  margin-right: 20px;
  margin-left: 20px;
}

.mx-25 {
  margin-right: 25px;
  margin-left: 25px;
}

.mx-30 {
  margin-right: 30px;
  margin-left: 30px;
}

.mx-35 {
  margin-right: 35px;
  margin-left: 35px;
}

.mx-40 {
  margin-right: 40px;
  margin-left: 40px;
}

.mx-45 {
  margin-right: 45px;
  margin-left: 45px;
}

.mx-50 {
  margin-right: 50px;
  margin-left: 50px;
}

.mx-55 {
  margin-right: 55px;
  margin-left: 55px;
}

.mx-60 {
  margin-right: 60px;
  margin-left: 60px;
}

.mx-65 {
  margin-right: 65px;
  margin-left: 65px;
}

.mx-70 {
  margin-right: 70px;
  margin-left: 70px;
}

.mx-75 {
  margin-right: 75px;
  margin-left: 75px;
}

.mx-80 {
  margin-right: 80px;
  margin-left: 80px;
}

.mx-85 {
  margin-right: 85px;
  margin-left: 85px;
}

.mx-90 {
  margin-right: 90px;
  margin-left: 90px;
}

.mx-95 {
  margin-right: 95px;
  margin-left: 95px;
}

.mx-100 {
  margin-right: 100px;
  margin-left: 100px;
}

.mx-105 {
  margin-right: 105px;
  margin-left: 105px;
}

.mx-110 {
  margin-right: 110px;
  margin-left: 110px;
}

.mx-115 {
  margin-right: 115px;
  margin-left: 115px;
}

.mx-120 {
  margin-right: 120px;
  margin-left: 120px;
}

.mx-125 {
  margin-right: 125px;
  margin-left: 125px;
}

.mx-130 {
  margin-right: 130px;
  margin-left: 130px;
}

.mx-135 {
  margin-right: 135px;
  margin-left: 135px;
}

.mx-140 {
  margin-right: 140px;
  margin-left: 140px;
}

.mx-145 {
  margin-right: 145px;
  margin-left: 145px;
}

.mx-150 {
  margin-right: 150px;
  margin-left: 150px;
}

/*-- margin Top And Bottom --*/
.my-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.my-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.my-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.my-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.my-25 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.my-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.my-35 {
  margin-top: 35px;
  margin-bottom: 35px;
}

.my-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.my-45 {
  margin-top: 45px;
  margin-bottom: 45px;
}

.my-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.my-55 {
  margin-top: 55px;
  margin-bottom: 55px;
}

.my-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.my-65 {
  margin-top: 65px;
  margin-bottom: 65px;
}

.my-70 {
  margin-top: 70px;
  margin-bottom: 70px;
}

.my-75 {
  margin-top: 75px;
  margin-bottom: 75px;
}

.my-80 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.my-85 {
  margin-top: 85px;
  margin-bottom: 85px;
}

.my-90 {
  margin-top: 90px;
  margin-bottom: 90px;
}

.my-95 {
  margin-top: 95px;
  margin-bottom: 95px;
}

.my-100 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.my-105 {
  margin-top: 105px;
  margin-bottom: 105px;
}

.my-110 {
  margin-top: 110px;
  margin-bottom: 110px;
}

.my-115 {
  margin-top: 115px;
  margin-bottom: 115px;
}

.my-120 {
  margin-top: 120px;
  margin-bottom: 120px;
}

.my-125 {
  margin-top: 125px;
  margin-bottom: 125px;
}

.my-130 {
  margin-top: 130px;
  margin-bottom: 130px;
}

.my-135 {
  margin-top: 135px;
  margin-bottom: 135px;
}

.my-140 {
  margin-top: 140px;
  margin-bottom: 140px;
}

.my-145 {
  margin-top: 145px;
  margin-bottom: 145px;
}

.my-150 {
  margin-top: 150px;
  margin-bottom: 150px;
}

/*-- margin Top --*/
.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-105 {
  margin-top: 105px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-115 {
  margin-top: 115px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-125 {
  margin-top: 125px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-135 {
  margin-top: 135px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-145 {
  margin-top: 145px;
}

.mt-150 {
  margin-top: 150px;
}

/*-- margin Bottom --*/
.mb-5 {
  margin-bottom: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*-- margin Left --*/
.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-55 {
  margin-left: 55px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-65 {
  margin-left: 65px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-75 {
  margin-left: 75px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-85 {
  margin-left: 85px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-95 {
  margin-left: 95px;
}

.ml-100 {
  margin-left: 100px;
}

.ml-105 {
  margin-left: 105px;
}

.ml-110 {
  margin-left: 110px;
}

.ml-115 {
  margin-left: 115px;
}

.ml-120 {
  margin-left: 120px;
}

.ml-125 {
  margin-left: 125px;
}

.ml-130 {
  margin-left: 130px;
}

.ml-135 {
  margin-left: 135px;
}

.ml-140 {
  margin-left: 140px;
}

.ml-145 {
  margin-left: 145px;
}

.ml-150 {
  margin-left: 150px;
}

/*-- margin Right --*/
.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-55 {
  margin-right: 55px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-65 {
  margin-right: 65px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-75 {
  margin-right: 75px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-85 {
  margin-right: 85px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-95 {
  margin-right: 95px;
}

.mr-100 {
  margin-right: 100px;
}

.mr-105 {
  margin-right: 105px;
}

.mr-110 {
  margin-right: 110px;
}

.mr-115 {
  margin-right: 115px;
}

.mr-120 {
  margin-right: 120px;
}

.mr-125 {
  margin-right: 125px;
}

.mr-130 {
  margin-right: 130px;
}

.mr-135 {
  margin-right: 135px;
}

.mr-140 {
  margin-right: 140px;
}

.mr-145 {
  margin-right: 145px;
}

.mr-150 {
  margin-right: 150px;
}

.mt-n1 {
  margin-top: -0.25rem;
}

.mt-n2 {
  margin-top: -0.5rem;
}

.mt-n3 {
  margin-top: -1rem;
}

.mt-n4 {
  margin-top: -1.5rem;
}

.mt-n5 {
  margin-top: -3rem;
}

.mb-n1 {
  margin-bottom: -0.25rem;
}

.mb-n2 {
  margin-bottom: -0.5rem;
}

.mb-n3 {
  margin-bottom: -1rem;
}

.mb-n4 {
  margin-bottom: -1.5rem;
}

.mb-n5 {
  margin-bottom: -3rem;
}

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

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

.space,
.space-top {
  padding-top: 120px;
}

.space,
.space-bottom {
  padding-bottom: 120px;
}

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

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

/* Medium devices */
@media (max-width: 991px) {
  .space,
  .space-top {
    padding-top: var(--vs-section-space-mobile);
  }
  .space,
  .space-bottom {
    padding-bottom: var(--vs-section-space-mobile);
  }
  .space-extra,
  .space-extra-top {
    padding-top: calc(var(--vs-section-space-mobile) - 30px);
  }
  .space-extra,
  .space-extra-bottom {
    padding-bottom: calc(var(--vs-section-space-mobile) - 30px);
  }
  .space-top-md-none {
    padding-top: 0;
  }
}
/*=================================
    06. Components
==================================*/
.icon-call {
  display: flex;
  align-items: center;
}
.icon-call__icon {
  --icon-size: 52px;
  font-size: 20px;
  margin-right: 14px;
  position: relative;
  min-width: var(--icon-size);
  min-height: var(--icon-size);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--vs-white-color);
  background-color: var(--vs-theme-color-2);
  transition: all ease 0.4s;
  border: 3px dashed rgba(255, 255, 255, 0.4);
}
.icon-call__title {
  display: block;
  color: var(--vs-text-color);
  font-size: 16px;
  letter-spacing: 0.48px;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0 0 3px 0;
}
.icon-call__number {
  display: block;
  color: var(--vs-white-color);
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  font-family: var(--vs-title-font);
}
.icon-call__number:hover {
  color: var(--vs-theme-color-2);
}

.sidemenu-wrapper {
  position: fixed;
  z-index: 999999;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: color-mix(in srgb, var(--vs-theme-color-1) 30%, transparent);
  backdrop-filter: blur(20px);
  visibility: hidden;
  /* Hidden initially for GSAP animation */
}
.sidemenu-wrapper .sidemenu-content {
  --sidebarPosition: 589px;
  background-color: color-mix(in srgb, var(--vs-theme-color-1) 60%, transparent);
  /* #196164 with 60% transparency */
  width: var(--sidebarPosition);
  margin-left: auto;
  padding: 40px 55px 55px 55px;
  height: 100%;
  overflow-y: auto;
  position: relative;
  right: calc(-1 * var(--sidebarPosition));
  cursor: auto;
  transform-origin: right;
  backdrop-filter: blur(50px);
  /* GSAP control */
  /* Small devices */
}
@media (max-width: 767px) {
  .sidemenu-wrapper .sidemenu-content {
    --sidebarPosition: 300px;
    padding: 20px 15px;
  }
}
.sidemenu-wrapper .sidemenu-content {
  /* width */
}
.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar {
  width: 5px;
}
.sidemenu-wrapper .sidemenu-content {
  /* Track */
}
.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px var(--vs-white-color);
  border-radius: 0px;
}
.sidemenu-wrapper .sidemenu-content {
  /* Handle */
}
.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar-thumb {
  background: var(--vs-white-color);
  border-radius: 10px;
}
.sidemenu-wrapper .sidemenu-content {
  /* Handle on hover */
}
.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar-thumb:hover {
  background: var(--vs-theme-color2);
}
.sidemenu-wrapper .sidemenu-logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sidemenu-wrapper .closeButton {
  display: inline-block;
  border: none;
  color: var(--vs-white-color);
  background-color: transparent;
  font-size: 40px;
  padding: 0;
  border-radius: 50%;
  transform: rotate(0);
  transition: all ease 0.4s;
  font-family: var(--title-font);
  font-weight: 700;
  cursor: pointer;
}
.sidemenu-wrapper .closeButton:hover {
  color: var(--vs-white-color);
  transform: rotate(180deg);
}
.sidemenu-wrapper .sidemenu-hr {
  height: 4px;
  border-top: 1px solid var(--vs-white-color);
  border-bottom: 1px solid var(--vs-white-color);
  opacity: 1;
  margin: 30px 0 35px;
}
.sidemenu-wrapper .sidemenu-inner {
  display: flex;
  flex-direction: column;
  height: 75vh;
  justify-content: space-between;
}
.sidemenu-wrapper .sidemenu-title {
  font-size: clamp(1rem, 0.75rem + 1.25vw, 2.25rem);
  color: var(--vs-white-color);
  text-transform: uppercase;
  margin: -0.23em 0 30px 0;
  letter-spacing: 0.9px;
}
.sidemenu-wrapper .sidemenu-subtitle {
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
  color: var(--vs-white-color);
  letter-spacing: 0.2px;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.sidemenu-wrapper .sidemenu-subtitle::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 4px;
  bottom: 0;
  left: 0;
  background-color: var(--vs-white-color);
}
.sidemenu-wrapper .sidemenu-text {
  color: var(--vs-white-color);
  font-size: 15px;
  font-weight: 600;
  font-family: var(--title-font);
  margin-bottom: 0;
}
.sidemenu-wrapper .sidemenu-footer {
  padding-bottom: 30px;
}
.sidemenu-wrapper .email-subscription__form {
  background-color: var(--vs-white-color);
  border-radius: 10px;
}
.sidemenu-wrapper .email-subscription__right::before {
  width: 5px;
  height: 40px;
  background-color: transparent;
  border: 1px solid #383c4a;
  left: -5px;
  border-radius: 4px;
  /* Small devices */
}
@media (max-width: 767px) {
  .sidemenu-wrapper .email-subscription__right::before {
    display: none;
  }
}
.sidemenu-wrapper .email-subscription__input {
  color: var(--body-color);
  font-family: var(--title-font);
  padding: 10px 20px 10px 20px;
  text-align: left;
}
.sidemenu-wrapper .email-subscription__input::-moz-placeholder {
  color: var(--body-color);
}
.sidemenu-wrapper .email-subscription__input::placeholder {
  color: var(--body-color);
}
.sidemenu-wrapper .email-subscription__btn {
  background-color: var(--vs-white-color);
  clip-path: none;
  padding: 13px 27px 13px 17px;
  /* Small devices */
}
@media (max-width: 767px) {
  .sidemenu-wrapper .email-subscription__btn {
    padding: 0 0;
    background-color: transparent;
    width: auto;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
.sidemenu-wrapper .email-subscription__btn::before, .sidemenu-wrapper .email-subscription__btn::after {
  clip-path: none;
}
.sidemenu-wrapper .email-subscription__btn svg path {
  transition: all 0.3s ease-in-out;
}
.sidemenu-wrapper .email-subscription__btn:hover svg path {
  fill: var(--vs-white-color);
}
.sidemenu-wrapper .footer-social span {
  color: var(--vs-white-color);
  font-weight: 700;
  font-family: var(--title-font);
  text-transform: uppercase;
  margin-right: auto;
  display: none;
}
.sidemenu-wrapper .footer-social a {
  background-color: var(--vs-white-color);
  color: var(--vs-theme-color1);
}
.sidemenu-wrapper .footer-social a:hover {
  background-color: var(--vs-theme-color2);
  color: var(--vs-white-color);
}
.sidemenu-wrapper .sidemenu-item {
  opacity: 0;
}
.sidemenu-wrapper.show .sidemenu-content {
  right: 0;
  opacity: 1;
  visibility: visible;
}

.sidemenu-contact ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 30px;
  display: grid;
  gap: 10px;
}
.sidemenu-contact ul li a {
  color: var(--vs-white-color);
}
.sidemenu-contact ul li a:hover {
  color: var(--vs-theme-color-18);
}

.back-to-top {
  --back-to-top-size: 65px;
  position: fixed;
  left: 20px;
  width: var(--back-to-top-size);
  height: var(--back-to-top-size);
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1000;
  bottom: -30px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.4s ease;
}
.back-to-top .progress-circle {
  display: inline-block;
  width: var(--back-to-top-size);
  height: var(--back-to-top-size);
  transform: rotate(-90deg);
  background: var(--vs-theme-color-1);
  border-radius: 50%;
}
.back-to-top .progress-circle svg {
  width: 100%;
  height: 100%;
}
.back-to-top .progress-circle circle {
  fill: none;
  stroke-width: 4;
  stroke-linecap: round;
}
.back-to-top .progress-circle .bg {
  stroke: rgba(255, 255, 36, 0.2);
  fill: var(--vs-theme-color-1);
}
.back-to-top .progress-circle .progress {
  stroke: var(--vs-theme-color-2);
  stroke-dasharray: 251.2;
  /* Circumference = 2 * PI * R (R=40) */
  stroke-dashoffset: 251.2;
  transition: stroke-dashoffset 0.2s linear;
}
.back-to-top .progress-percentage {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  color: var(--vs-white-color);
  pointer-events: none;
  font-size: 15px;
  font-weight: 700;
  padding: 8px;
  transition: color 0.2s linear;
}
.back-to-top:hover .progress-percentage {
  color: var(--vs-theme-color-2);
}
.back-to-top.visible {
  opacity: 1;
  pointer-events: auto;
  bottom: 115px;
  visibility: visible;
  transition: all 0.4s ease;
}

/*=================================
    06. Color Plate
==================================*/
[data-theme=dark] {
  --vs-title-color: #0A1F44;
  --vs-text-color: #d3d3d3;
  --vs-body-color: #d3d3d3;
  --vs-smoke-color: #121212;
  --vs-black-color: #ffffff;
  --vs-black-color-2: #f0f0f0;
  --vs-white-color: #1a1a1a;
  --vs-border-color: #2c2c2c;
  --vs-gray-color: #b0b0b0;
  --vs-gray-color-2: #d0d0d0;
  --vs-theme-color-3: #010707;
  --vs-theme-color-8: #001b1b;
  --vs-success-color: #4ade80;
  --vs-error-color: #f87171;
}

.offcanvas {
  background-color: var(--vs-white-color);
  color: var(--vs-text-color);
  transition: background-color var(--vs-transition-smooth) ease;
  z-index: 99999;
}

.offcanvas-header {
  border-bottom-color: var(--vs-border-color);
  transition: border-color var(--vs-transition-smooth) ease;
}

.offcanvas-title {
  color: var(--vs-title-color);
  transition: color var(--vs-transition-smooth) ease;
}

.settings-section {
  padding: 0.75rem 0;
}
.settings-section h6 {
  color: var(--vs-title-color);
  margin-bottom: 0.75rem;
}
.settings-section h6 i {
  color: var(--vs-theme-color-1);
}

.form-check-input:checked {
  background-color: var(--vs-theme-color-1);
  border-color: var(--vs-theme-color-1);
}
.form-check-input:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 97, 100, 0.25);
}

.form-check-label {
  color: var(--vs-text-color);
  transition: color var(--vs-transition-smooth) ease;
}

.me-2 {
  margin-inline-end: 0.5rem !important;
  margin-inline-start: 0 !important;
}

.ms-2 {
  margin-inline-start: 0.5rem !important;
  margin-inline-end: 0 !important;
}

#settingsButton {
  inset-inline-end: 20px;
  inset-inline-start: auto;
}

.offcanvas-end {
  inset-inline-end: 0;
  inset-inline-start: auto;
}

* {
  transition-property: background-color, color, border-color, box-shadow;
  transition-duration: var(--vs-transition-smooth);
  transition-timing-function: ease;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
@media (max-width: 768px) {
  #settingsButton {
    width: 50px;
    height: 50px;
    right: 15px;
  }
  #settingsButton i {
    font-size: 1rem;
  }
  .offcanvas {
    width: 280px !important;
  }
}
[data-theme=dark] .vs-home1 {
  background-color: var(--vs-white-color);
}
[data-theme=dark] .vs-facts__bg::before {
  background-color: var(--vs-smoke-color);
}
[data-theme=dark] .title-area--white .title-area__title {
  color: var(--vs-black-color);
}
/*# sourceMappingURL=style.css.map */


@keyframes floatSmooth {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-12px);
  }
  100% {
    transform: translateY(0px);
  }
}

.img-float {
  animation: floatSmooth 4s ease-in-out infinite;
}

.img-float-delay {
  animation: floatSmooth 4s ease-in-out infinite;
  animation-delay: 2s;
}

/* Blog carousel - continuous, linear, never-stopping slide */
.vs-blog--layout1 .swiper-wrapper {
  transition-timing-function: linear !important;
}

/* Services carousel - continuous, linear, never-stopping slide */
.vs-service .swiper-wrapper {
  transition-timing-function: linear !important;
}

/* =========================
   BASE
========================= */

.whyus {
  background: var(--vs-theme-color-9);
  width: 100%;
    padding: 120px 40px;
    overflow: hidden;
    font-family: var(--font-body);
    color: var(--white);
    position: relative;
  }

  /* dot grid texture */
  .whyus::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, rgba(250,207,97,0.08) 1px, transparent 1px);
    background-size: 40px 40px;
    pointer-events: none;
  }

  .whyus-container {
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }

  /* ===== HEADER ===== */
  .whyus-header {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: end;
    margin-bottom: 60px;
    padding-bottom: 40px;
    border-bottom: 1px solid var(--gold-line);
  }

  .whyus-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--gold);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 20px;
  }

  .whyus-eyebrow::before {
    content: '';
    display: block;
    width: 24px;
    height: 1px;
    background: var(--gold);
  }

  .whyus-title {
    font-family: var(--font-title);
    font-size: clamp(2.8rem, 4.5vw, 4rem);
    font-weight: 300;
    line-height: 1.1;
    letter-spacing: -0.5px;
  }

  .whyus-title em {
    font-style: italic;
    color: var(--gold);
  }

  .whyus-header-count {
    font-family: var(--font-subtitle);
    font-size: 8rem;
    font-weight: 300;
    line-height: 1;
    color: rgba(201,169,110,0.07);
    letter-spacing: -4px;
    user-select: none;
  }

  /* ===== PANELS ===== */
  .whyus-panels {
    display: flex;
    height: 460px;
    /* border: 1px solid var(--vs-theme-color-17); */
    background-color: var(--vs-theme-color-17);
    border-right: 4px solid var(--vs-theme-color-18);
    border-left: 4px solid var(--vs-theme-color-18);
    border-top: 1px solid var(--vs-theme-color-18);
    border-bottom: 1px solid var(--vs-theme-color-18);
    color: #fff;
    border-radius: 16px;
    overflow: hidden;
  }

  .panel {
    flex: 1;
    position: relative;
    overflow: hidden;
    background: var(--bg-panel);
    cursor: pointer;
    transition: flex var(--transition);
    border-right: 1px solid var(--vs-theme-color-18);
  }

  .panel:last-child { border-right: none; }
  .panel:hover { flex: 3.5; }

  /* gold top accent */
  .panel::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 2;
  }
  .panel:hover::before { opacity: 1; }

  .panel::after {
    position: absolute;
    content: "";
    display: block;
    width: 2px;
    height: 20px;
    background-color: var(--gold);
    right: 0;
    top: 0;
    animation: upDown 10s linear infinite;
    z-index: 2;
  }
  .panel:nth-child(1)::after {
    top: 10%;
    animation-duration: 15s;
  }
  .panel:nth-child(2)::after {
    top: 35%;
    animation-duration: 20s;
  }
  .panel:nth-child(3)::after {
    top: 65%;
    animation-duration: 25s;
  }
  .panel:last-child::after {
    display: none;
  }
  @media (max-width: 991px) {
    .panel::after {
      display: none;
    }
  }

  /* radial glow */
  .panel-bg {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at bottom left, rgba(250,207,97,0.12), transparent 65%);
    opacity: 0;
    transition: opacity 0.6s ease;
  }
  .panel:hover .panel-bg { opacity: 1; }

  /* shine sweep */
  .panel-shine {
    position: absolute;
    inset: -100%;
    background: linear-gradient(115deg, transparent 40%, rgba(255,255,255,0.025) 50%, transparent 60%);
    animation: shine 8s infinite linear;
    pointer-events: none;
  }
  @keyframes shine {
    0%   { transform: translateX(-60%) translateY(-60%); }
    100% { transform: translateX(60%) translateY(60%); }
  }

  /* collapsed state */
  .panel-collapsed {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 36px 0 32px;
    transition: opacity 0.25s ease;
  }
  .panel:hover .panel-collapsed { opacity: 0; pointer-events: none; }

  .panel-number {
    font-family: var(--serif);
    font-size: 0.9rem;
    color: var(--gold);
    letter-spacing: 1px;
  }

  .panel-label-v {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(180deg);
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #ffffff;
    font-family: var(--vs-subtitle-font);
    flex: 1;
    display: flex;
    align-items: center;
    margin: 14px 0;
  }

  .panel-dot {
    width: 4px; height: 4px;
    border-radius: 50%;
    background: var(--gold-line);
  }

  /* expanded content */
  .panel-content {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 40px 36px;
    opacity: 0;
    transform: translateX(-10px);
    transition: opacity 0.4s ease 0.18s, transform 0.4s ease 0.18s;
    pointer-events: none;
    min-width: 260px;
  }
  .panel:hover .panel-content {
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
  }

  .panel-icon {
    width: 44px; height: 44px;
    border: 1px solid var(--gold-line);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 28px;
    background: rgba(201,169,110,0.05);
  }
  .panel-icon svg {
    width: 20px; height: 20px;
    stroke: var(--gold);
    fill: none;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .panel-num-big {
    font-family: var(--vs-subtitle-font);
    font-size: 0.9rem;
    color: var(--gold);
    letter-spacing: 1px;
    margin-bottom: 10px;
    display: block;
  }

  .panel-title {
    font-family: var(--vs-subtitle-font);
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 1.2;
    color: var(--white);
    margin-bottom: 14px;
  }

  .panel-desc {
    font-family: var(--vs-body-font);
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 1.75;
    color: #ffffff;
    max-width: 300px;
  }

  .panel-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 24px;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--gold);
    border: none;
    background: none;
    cursor: pointer;
    padding: 0;
    font-family: var(--sans);
    opacity: 0;
    transform: translateY(8px);
    transition: opacity 0.3s ease 0.32s, transform 0.3s ease 0.32s, gap 0.2s ease;
  }
  .panel:hover .panel-cta { opacity: 1; transform: translateY(0); }
  .panel-cta:hover { gap: 14px; }
  .panel-cta svg {
    width: 13px; height: 13px;
    stroke: currentColor; fill: none;
    stroke-width: 2;
    stroke-linecap: round; stroke-linejoin: round;
    transition: transform 0.2s ease;
  }
  .panel-cta:hover svg { transform: translateX(3px); }

  /* ===== RESPONSIVE ===== */
  @media (max-width: 900px) {
    .whyus { padding: 80px 24px; }
    .whyus-header { grid-template-columns: 1fr; }
    .whyus-header-count { display: none; }

    .whyus-panels {
      flex-direction: column;
      height: auto;
    }

    .panel {
      height: 72px;
      transition: height 0.55s cubic-bezier(0.77,0,0.175,1);
    }
    .panel:hover, .panel:focus { height: 290px; flex: unset; }

    .panel-collapsed {
      flex-direction: row;
      padding: 0 24px;
    }
    .panel-label-v {
      writing-mode: horizontal-tb;
      transform: none;
      font-size: 11px;
    }
    .panel-dot { display: none; }

    .panel-content {
      justify-content: flex-start;
      padding: 28px 24px 24px;
      min-width: unset;
    }
    .panel-icon { margin-bottom: 14px; }
    .panel-title { font-size: 1.5rem; }
  }

  @media (max-width: 480px) {
    .whyus-title { font-size: 2.3rem; }
  }

  .mv-wrap {
      font-family: var(--font-body);
      background: linear-gradient(135deg, #0b1632 0%, #0f2450 100%);
      color: #f8f7f3;
      padding: 5rem 2rem 4rem;
      overflow: hidden;
      position: relative;
    }

    .mv-bg-grain {
      position: absolute;
      inset: 0;
      background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
      pointer-events: none;
      z-index: 0;
    }

    .mv-accent-line {
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 1px;
      height: 80px;
      background: linear-gradient(to bottom, transparent, #f5c560);
      z-index: 0;
    }

    .mv-inner {
      position: relative;
      z-index: 1;
      max-width: 900px;
      margin: 0 auto;
    }

    .mv-eyebrow {
      text-align: center;
      font-family: 'DM Sans', sans-serif;
      font-size: 10px;
      letter-spacing: 4px;
      text-transform: uppercase;
      color: #f5c560;
      margin-bottom: 1.2rem;
      opacity: 0;
      animation: fadeUp 0.8s ease 0.2s forwards;
    }

    .mv-headline {
      font-family: 'Cormorant Garamond', serif;
      font-weight: 300;
      font-size: clamp(2.8rem, 7vw, 5rem);
      text-align: center;
      line-height: 1.05;
      letter-spacing: -0.5px;
      color: #f8f7f3;
      margin: 0 0 1rem;
      opacity: 0;
      animation: fadeUp 0.9s ease 0.4s forwards;
    }

    .mv-headline em {
      font-style: italic;
      color: #f5c560;
    }

    .mv-divider {
      width: 40px;
      height: 1px;
      background: #f5c560;
      margin: 0 auto 4rem;
      opacity: 0;
      animation: fadeUp 0.8s ease 0.6s forwards;
    }

    .mv-grid {
      display: grid;
      grid-template-columns: 1fr 1px 1fr 1px 1fr;
      gap: 0;
      align-items: start;
    }

    .mv-sep {
      background: rgba(245, 197, 96, 0.18);
      height: 100%;
      min-height: 280px;
      align-self: stretch;
    }

    .mv-card {
      padding: 0 2.5rem 1rem;
      opacity: 0;
      transform: translateY(24px);
    }

    .mv-card:nth-child(1) { animation: fadeUp 0.9s ease 0.7s forwards; }
    .mv-card:nth-child(3) { animation: fadeUp 0.9s ease 0.9s forwards; }
    .mv-card:nth-child(5) { animation: fadeUp 0.9s ease 1.1s forwards; }

    .mv-card:first-child { padding-left: 0; }
    .mv-card:last-child  { padding-right: 0; }

    .mv-num {
      font-family: var(--font-title);
      font-size: 5rem;
      font-weight: 300;
      color: rgba(245, 197, 96, 0.14);
      line-height: 1;
      margin-bottom: -0.8rem;
      display: block;
      user-select: none;
    }

    .mv-tag {
      /* font-size: 9px; */
      font-family: var(--font-subtitle);
      letter-spacing: 3.5px;
      text-transform: uppercase;
      color: #f8f7f3;
      margin-bottom: 0.9rem;
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .mv-tag::after {
      content: '';
      display: block;
      flex: 1;
      height: 1px;
      background: rgba(245, 197, 96, 0.25);
      max-width: 32px;
    }

    .mv-title {
      font-family: 'Cormorant Garamond', serif;
      font-size: 2rem;
      font-weight: 400;
      color: #f8f7f3;
      margin: 0 0 1rem;
      line-height: 1.15;
    }

    .mv-body {
      font-family: var(--font-body);
      font-size: 13.5px;
      font-weight: 300;
      line-height: 1.8;
      color: #ffffff;
      margin: 0;
    }

    .mv-bottom {
      margin-top: 4.5rem;
      display: flex;
      align-items: center;
      gap: 2rem;
      opacity: 0;
      animation: fadeUp 0.9s ease 1.3s forwards;
    }

    .mv-bottom-line {
      flex: 1;
      height: 1px;
      background: rgba(245, 197, 96, 0.20);
    }

    .mv-bottom-quote {
      font-family: 'Cormorant Garamond', serif;
      font-style: italic;
      font-size: 1rem;
      color: rgba(248, 247, 243, 0.65);
      text-align: center;
      flex: 2;
      letter-spacing: 0.2px;
    }

    @keyframes fadeUp {
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    @media (max-width: 680px) {
      .mv-grid {
        grid-template-columns: 1fr;
      }
      .mv-sep {
        display: none;
      }
      .mv-card {
        padding: 0 0 2.5rem !important;
        border-bottom: 1px solid rgba(201, 169, 110, 0.12);
      }
      .mv-card:last-child {
        border-bottom: none;
        padding-bottom: 0 !important;
      }
      .mv-bottom {
        flex-direction: column;
        gap: 0.8rem;
      }
    }

   
/* ─── SECTION ─── */
  .priva {
    margin-bottom: 56px;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
  }
 
  .priva.visible {
    opacity: 1;
    transform: translateY(0);
  }
 
  .priva-header {
    display: flex;
    align-items: baseline;
    gap: 16px;
    margin-bottom: 20px;
  }
 
  .priva-number {
    font-family: var(--serif);
    font-size: 13px;
    color: var(--accent);
    letter-spacing: 0.05em;
    min-width: 28px;
    font-style: italic;
  }
 
  .priva h2 {
    font-family: var(--serif);
    font-size: 26px;
    color: var(--ink);
    letter-spacing: -0.02em;
    line-height: 1.2;
  }
 
  .priva-body {
    padding-left: 44px;
  }
 
  .priva p {
    color: var(--ink-muted);
    margin-bottom: 12px;
    font-weight: 300;
  }
 
  .priva p:last-child {
    margin-bottom: 0;
  }
 
  .priva ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
 
  .priva li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: var(--ink-muted);
    font-weight: 300;
  }
 
  .priva li::before {
    content: '';
    width: 5px;
    height: 5px;
    min-width: 5px;
    border-radius: 50%;
    background: var(--accent);
    margin-top: 10px;
  }
 
  /* ─── HIGHLIGHT BOX ─── */
  .highlight-box {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 28px 32px;
    position: relative;
    overflow: hidden;
  }
 
  .highlight-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: var(--accent);
    border-radius: 4px 0 0 4px;
  }
 
  .highlight-box .shield-icon {
    width: 40px;
    height: 40px;
    background: var(--accent-yellow);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    color: var(--accent);
  }
 
  .highlight-box p {
    color: var(--ink-muted) !important;
    font-size: 15px;
  }
 
  /* ─── EMAIL CHIP ─── */
  .email-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 100px;
    padding: 8px 16px 8px 12px;
    font-size: 14px;
    font-weight: 500;
    color: var(--ink);
    text-decoration: none;
    margin-top: 12px;
    transition: border-color 0.2s, box-shadow 0.2s;
  }
 
  .email-chip:hover {
    border-color: var(--accent);
    box-shadow: 0 0 0 3px var(--accent-light);
  }
 
  .email-chip svg {
    color: var(--accent);
  }
 
  /* ─── DIVIDER ─── */
  .divider {
    height: 1px;
    background: var(--border);
    margin-bottom: 56px;
  }
 
  /* ─── SIDEBAR / TOC ─── */
  .sidebar {
    position: sticky;
    top: 88px;
    padding-top: 16px;
  }
 
  .toc-label {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--ink-faint);
    margin-bottom: 16px;
  }
 
  .toc-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 2px;
  }
 
  .toc-list a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 7px 10px;
    text-decoration: none;
    color: var(--ink-muted);
    font-size: 13px;
    border-radius: 8px;
    transition: background 0.15s, color 0.15s;
    line-height: 1.3;
  }
 
  .toc-list a::before {
    content: '';
    width: 4px;
    height: 4px;
    min-width: 4px;
    border-radius: 50%;
    background: var(--ink-faint);
    transition: background 0.15s;
  }
 
  .toc-list a:hover,
  .toc-list a.active {
    color: var(--ink);
    background: var(--bg-alt);
  }
 
  .toc-list a.active::before {
    background: var(--accent-yellow);
  }
 
   
  /* ─── RESPONSIVE ─── */
  @media (max-width: 900px) {
    .page-wrapper {
      grid-template-columns: 1fr;
      gap: 0;
    }
 
    .sidebar {
      display: none;
    }
 
    .hero::before {
      display: none;
    }
  }
 
  @media (max-width: 600px) {
    .priva-body {
      padding-left: 0;
    }
 
    .priva-header {
      flex-direction: column;
      gap: 4px;
    }
  }


  .processo {
  background: #f5f7fa;
  padding: 80px 20px;
  text-align: center;
}

.processo h2 {
  color: #0a1f44;
  font-size: 36px;
  margin-bottom: 10px;
}

.subtitulo {
  color: #2e2e2e;
  margin-bottom: 50px;
  font-size: 16px;
}

.timeline {
  display: flex;
  justify-content: space-between;
  position: relative;
  max-width: 1000px;
  margin: auto;
}

.timeline::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #c9a646;
  z-index: 0;
}

.fase {
  position: relative;
  width: 22%;
  z-index: 1;
}

.numero {
  width: 60px;
  height: 60px;
  background: #0a1f44;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  font-weight: bold;
  border: 3px solid #c9a646;
}

.fase h3 {
  margin-top: 15px;
  color: #0a1f44;
}

.fase p {
  font-size: 14px;
  color: #2e2e2e;
}

.vs-hero--home5 {
    
    /* Altura responsiva */
    min-height: 100vh;

    /* Melhor renderização */
    display: flex;
    align-items: center;
}

/* Tablets */
@media (max-width: 992px) {
    .vs-hero--home5 {
        min-height: 80vh;
        background-position: center;
        
        background-image: url('../img/hero/her33.jpg');
    }
}

/* Mobile */
@media (max-width: 576px) {
    .vs-hero--home5 {
        min-height: 70vh;
        background-position: top center;

        /* Opcional: imagem mais leve */
        background-image: url('../img/hero/her33.jpg');
    }
}

/* --- Variante sólida (padrão) --- */
    .btn-cta {
      display: inline-block;
      background-color: #0A3D62;
      color: #FFD700;
      font-size: 17px;
      font-weight: 600;
      padding: 14px 32px;
      border-radius: 6px;
      text-decoration: none;
      border: 2px solid transparent;
      letter-spacing: 0.02em;
      cursor: pointer;
      transition: background-color 0.25s ease,
                  color 0.25s ease,
                  border-color 0.25s ease,
                  transform 0.15s ease;
    }
    .btn-cta:hover {
      background-color: #FFD700;
      color: #0A3D62;
      border-color: #0A3D62;
      transform: translateY(-2px);
    }
    .btn-cta:active {
      transform: translateY(0px) scale(0.98);
    }
    .btn-cta:focus-visible {
      outline: 3px solid #FFD700;
      outline-offset: 3px;
    }

    /* --- Variante outline (fundo claro) --- */
    .btn-cta-outline {
      display: inline-block;
      background-color: transparent;
      color: #0A3D62;
      font-size: 17px;
      font-weight: 600;
      padding: 13px 31px;
      border-radius: 6px;
      text-decoration: none;
      border: 2px solid #0A3D62;
      letter-spacing: 0.02em;
      cursor: pointer;
      transition: background-color 0.25s ease,
                  color 0.25s ease,
                  transform 0.15s ease;
    }
    .btn-cta-outline:hover {
      background-color: #0A3D62;
      color: #FFD700;
      transform: translateY(-2px);
    }
    .btn-cta-outline:active {
      transform: translateY(0px) scale(0.98);
    }
    .btn-cta-outline:focus-visible {
      outline: 3px solid #0A3D62;
      outline-offset: 3px;
    }

    /* --- Variante ghost (para fundos escuros) --- */
    .btn-cta-ghost {
      display: inline-block;
      background-color: transparent;
      color: #FFD700;
      font-size: 17px;
      font-weight: 600;
      padding: 13px 31px;
      border-radius: 6px;
      text-decoration: none;
      border: 2px solid #FFD700;
      letter-spacing: 0.02em;
      cursor: pointer;
      transition: background-color 0.25s ease,
                  color 0.25s ease,
                  transform 0.15s ease;
    }
    .btn-cta-ghost:hover {
      background-color: #FFD700;
      color: #0A3D62;
      transform: translateY(-2px);
    }
    .btn-cta-ghost:active {
      transform: translateY(0px) scale(0.98);
    }
    .btn-cta-ghost:focus-visible {
      outline: 3px solid #FFD700;
      outline-offset: 3px;
    }

    /* ============================================
       WRAPPER / ALINHAMENTO (opcional)
    ============================================ */
    .botao_cta {
      text-align: center;
      margin: 40px 0;
    }


    /* ── SECTION WRAPPER ── */
    /* .section {
      position: relative;
      padding: 120px 0 160px;
      overflow: hidden;
    } */

    /* ── BACKGROUND GLOW ORBS ── */
    .orb {
      position: absolute;
      border-radius: 50%;
      filter: blur(100px);
      pointer-events: none;
    }
    .orb-1 {
      width: 600px; height: 600px;
      background: radial-gradient(circle, rgba(212,168,67,.12), transparent 70%);
      top: -100px; left: -200px;
      animation: drift1 18s ease-in-out infinite alternate;
    }
    .orb-2 {
      width: 500px; height: 500px;
      background: radial-gradient(circle, rgba(31,191,184,.09), transparent 70%);
      bottom: -80px; right: -150px;
      animation: drift2 22s ease-in-out infinite alternate;
    }
    .orb-3 {
      width: 350px; height: 350px;
      background: radial-gradient(circle, rgba(232,85,42,.07), transparent 70%);
      top: 45%; left: 50%;
      animation: drift3 15s ease-in-out infinite alternate;
    }
    @keyframes drift1 { to { transform: translate(60px, 80px); } }
    @keyframes drift2 { to { transform: translate(-50px, -60px); } }
    @keyframes drift3 { to { transform: translate(80px, -40px); } }

    /* ── GRID LINES BACKGROUND ── */
    .grid-bg {
      position: absolute; inset: 0;
      background-image:
        linear-gradient(rgba(212,168,67,.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(212,168,67,.03) 1px, transparent 1px);
      background-size: 80px 80px;
      pointer-events: none;
    }



    /* ── header_met ── */
    .header_met {
      text-align: center;
      margin-bottom: 100px;
      opacity: 0;
      transform: translateY(30px);
      transition: opacity .9s ease, transform .9s ease;
    }
    .header_met.visible { opacity: 1; transform: translateY(0); }

    .eyebrow {
      display: inline-flex; align-items: center; gap: 14px;
      font-size: 11px; letter-spacing: .35em; text-transform: uppercase;
      color: var(--gold); font-weight: 700;
      margin-bottom: 28px;
    }
    .eyebrow::before, .eyebrow::after {
      content: '';
      display: block; width: 40px; height: 1px;
      background: linear-gradient(90deg, transparent, var(--gold));
    }
    .eyebrow::after { background: linear-gradient(90deg, var(--gold), transparent); }

    h2.title {
      font-family: var(--font-title);
      font-size: clamp(46px, 6vw, 82px);
      font-weight: 300;
      line-height: 1.08;
      color: var(--text);
      letter-spacing: -.02em;
    }
    h2.title em {
      font-style: italic;
      color: var(--gold);
      font-weight: 300;
    }
    .subtitle {
      font-family: var(--font-subtitle);
      margin-top: 20px;
      font-size: 15px;
      color: var(--muted);
      max-width: 480px;
      margin-left: auto; margin-right: auto;
      line-height: 1.7;
      font-weight: 400;
    }

    /* ── STEPS LAYOUT ── */
    .steps-track {
      position: relative;
    }

    /* SVG connector path */
    .connector-svg {
      position: absolute;
      top: 0; left: 0;
      width: 100%; height: 100%;
      pointer-events: none;
      z-index: 0;
      overflow: visible;
    }
    .connector-path {
      fill: none;
      stroke: url(#lineGrad);
      stroke-width: 1.5;
      stroke-dasharray: 4000;
      stroke-dashoffset: 4000;
      transition: stroke-dashoffset 3s cubic-bezier(.4,0,.2,1);
    }
    .connector-path.draw { stroke-dashoffset: 0; }

    /* ── STEP CARD ── */
    .step {
      display: grid;
      grid-template-columns: 1fr 80px 1fr;
      align-items: center;
      gap: 0;
      margin-bottom: 0;
      opacity: 0;
      transform: translateY(50px);
      transition: opacity .7s ease, transform .7s ease;
      position: relative; z-index: 2;
    }
    .step.visible { opacity: 1; transform: translateY(0); }

    /* even steps flip the layout */
    .step:nth-child(even) .step-card  { order: 3; }
    .step:nth-child(even) .step-node  { order: 2; }
    .step:nth-child(even) .step-empty { order: 1; }

    .step-empty { /* spacer on alternating side */ }

    .step-node {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 0;
    }

    .node-circle {
      width: 64px; height: 64px;
      border-radius: 50%;
      background: var(--card);
      border: 1.5px solid var(--border);
      display: flex; align-items: center; justify-content: center;
      position: relative;
      cursor: default;
      transition: border-color .4s, box-shadow .4s;
    }
    .node-circle::before {
      content: '';
      position: absolute; inset: -5px;
      border-radius: 50%;
      border: 1px solid transparent;
      background: linear-gradient(135deg, var(--gold), transparent, var(--teal)) border-box;
      -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
      -webkit-mask-composite: destination-out;
      mask-composite: exclude;
      opacity: 0;
      transition: opacity .4s;
    }
    .step:hover .node-circle::before { opacity: 1; }
    .step:hover .node-circle { border-color: var(--gold); box-shadow: 0 0 30px rgba(212,168,67,.25); }

    .node-num {
      font-family: var(--font-body);
      font-size: 22px;
      font-weight: 600;
      color: var(--gold);
      line-height: 1;
    }

    .node-line {
      width: 1.5px;
      height: 90px;
      background: linear-gradient(to bottom, var(--gold), rgba(212,168,67,.1));
    }
    .step:last-child .node-line { display: none; }

    /* ── CARD ── */
    .step-card {
      background: var(--card);
      border: 1px solid var(--border);
      border-radius: 2px;
      padding: 44px 48px;
      position: relative;
      overflow: hidden;
      cursor: default;
      transition: border-color .4s, transform .4s;
      margin: 24px 24px;
    }
    .step-card::after {
      content: '';
      position: absolute; inset: 0;
      background: linear-gradient(135deg, rgba(212,168,67,.05), transparent 60%);
      opacity: 0;
      transition: opacity .4s;
    }
    .step:hover .step-card {
      border-color: rgba(212,168,67,.4);
      transform: translateY(-4px);
    }
    .step:hover .step-card::after { opacity: 1; }

    /* accent bar */
    .card-bar {
      position: absolute; top: 0; left: 0; right: 0;
      height: 2px;
      background: linear-gradient(90deg, var(--gold), var(--teal));
      transform: scaleX(0);
      transform-origin: left;
      transition: transform .5s cubic-bezier(.4,0,.2,1);
    }
    .step:hover .card-bar { transform: scaleX(1); }

    .card-tag {
      font-size: 10px; letter-spacing: .3em; text-transform: uppercase;
      color: var(--gold); font-weight: 700;
      margin-bottom: 16px;
      display: flex; align-items: center; gap: 10px;
    }
    .card-tag::after {
      content: ''; flex: 1; max-width: 60px; height: 1px;
      background: linear-gradient(90deg, var(--gold), transparent);
    }

    .card-title {
      font-family: var(--font-subtitle);
      font-size: clamp(26px, 3vw, 36px);
      font-weight: 400;
      line-height: 1.2;
      color: var(--text);
      margin-bottom: 16px;
      letter-spacing: -.01em;
    }

    .card-body {
      font-size: 14px;
      color: var(--muted);
      line-height: 1.8;
      font-weight: 400;
      font-family: var(--font-body);
    }

    .card-pills {
      display: flex; flex-wrap: wrap; gap: 8px;
      margin-top: 24px;
    }
    .pill {
      font-size: 11px; letter-spacing: .08em;
      padding: 5px 14px;
      border: 1px solid var(--border);
      border-radius: 100px;
      color: var(--muted);
      background: rgba(212,168,67,.04);
      transition: border-color .3s, color .3s;
    }
    .step:hover .pill {
      border-color: rgba(212,168,67,.3);
      color: var(--gold-2);
    }

    /* big ghost number */
    .card-ghost-num {
      position: absolute;
      bottom: -20px; right: 16px;
      font-family: var(--font-subtitle);
      font-size: 130px;
      font-weight: 700;
      line-height: 1;
      color: rgba(212,168,67,.05);
      pointer-events: none;
      user-select: none;
      transition: color .4s;
    }
    .step:hover .card-ghost-num { color: rgba(212,168,67,.09); }

    /* ── ICON ── */
    .card-icon {
      width: 46px; height: 46px;
      border-radius: 12px;
      background: rgba(212,168,67,.08);
      border: 1px solid rgba(212,168,67,.15);
      display: flex; align-items: center; justify-content: center;
      margin-bottom: 24px;
      transition: background .4s, border-color .4s;
    }
    .step:hover .card-icon {
      background: rgba(212,168,67,.15);
      border-color: rgba(212,168,67,.4);
    }
    .card-icon svg { width: 22px; height: 22px; stroke: var(--gold); }

    /* ── BOTTOM CTA ── */
    .cta-wrap {
      text-align: center;
      margin-top: 100px;
      opacity: 0;
      transform: translateY(30px);
      transition: opacity .9s ease .3s, transform .9s ease .3s;
    }
    .cta-wrap.visible { opacity: 1; transform: translateY(0); }

    .cta-label {
      font-size: 12px; letter-spacing: .3em; text-transform: uppercase;
      color: var(--muted); margin-bottom: 28px;
    }

    .cta-btn {
      display: inline-flex; align-items: center; gap: 14px;
      padding: 18px 40px;
      background: transparent;
      border: 1px solid var(--gold);
      color: var(--gold);
      font-family: var(--font-body);
      font-size: 13px; letter-spacing: .15em; text-transform: uppercase;
      font-weight: 700;
      cursor: pointer;
      border-radius: 2px;
      position: relative; overflow: hidden;
      transition: color .4s;
      text-decoration: none;
    }
    .cta-btn::before {
      content: '';
      position: absolute; inset: 0;
      background: var(--gold);
      transform: translateX(-101%);
      transition: transform .4s cubic-bezier(.4,0,.2,1);
    }
    .cta-btn:hover::before { transform: translateX(0); }
    .cta-btn:hover { color: var(--ink); }
    .cta-btn span, .cta-btn svg { position: relative; z-index: 1; }
    .cta-btn svg { width: 18px; height: 18px; transition: transform .3s; }
    .cta-btn:hover svg { transform: translateX(6px); }

    /* ── MARQUEE BAND ── */
    .marquee-band {
      border-top: 1px solid var(--border);
      border-bottom: 1px solid var(--border);
      overflow: hidden;
      padding: 18px 0;
      margin-top: 80px;
      white-space: nowrap;
    }
    .marquee-inner {
      display: inline-flex;
      animation: marquee 28s linear infinite;
    }
    .marquee-item {
      display: inline-flex; align-items: center; gap: 16px;
      font-size: 11px; letter-spacing: .3em; text-transform: uppercase;
      color: var(--muted); font-weight: 600;
      padding: 0 40px;
    }
    .marquee-dot {
      width: 5px; height: 5px; border-radius: 50%;
      background: var(--gold); flex-shrink: 0;
    }
    @keyframes marquee {
      from { transform: translateX(0); }
      to   { transform: translateX(-50%); }
    }

    /* ── RESPONSIVE ── */
    @media (max-width: 900px) {
      .step {
        grid-template-columns: 48px 1fr !important;
        grid-template-rows: auto auto;
      }
      .step .step-card  { order: 2 !important; grid-column: 2; }
      .step .step-node  { order: 1 !important; grid-column: 1; }
      .step .step-empty { display: none !important; }
      .step-card { margin: 16px 8px; padding: 32px 28px; }
      .container { padding: 0 24px; }
      .node-line { height: 60px; }
    }

    .vs-botao {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: auto;
}


.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #25d366;
    color: white;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    z-index: 1000;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
    text-decoration: none;

    /* animação */
    animation: float 3s ease-in-out infinite, pulse 2s infinite;
    transition: all 0.3s ease;
}

/* Movimento suave para cima e para baixo */
@keyframes float {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-8px); }
    100% { transform: translateY(0px); }
}

/* Efeito de pulsar */
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.6);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

/* Hover mais moderno */
.whatsapp-float:hover {
    transform: scale(1.1);
    background-color: #1ebe5d;
}

.centralizar{
   text-align: center;
  max-width: 1200px;
  margin: 20px auto;
}

.fundo{
  color: #fff;
  font-family: var(--vs-body-font);
}

.vs-modal {
  position: fixed;
  inset: 0;
  background: rgba(10, 31, 68, 0.9); /* azul overlay */
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.vs-modal-content {
  background: #FFFFFF;
  padding: 40px;
  border-radius: 12px;
  width: 90%;
  max-width: 500px;
  position: relative;
  text-align: center;
}

.vs-modal-content h2 {
  font-family: 'Miller Display', serif;
  margin-bottom: 20px;
  color: #0A1F44;
}

.vs-modal-content input,
.vs-modal-content textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  font-family: 'Montserrat', sans-serif;
}

.vs-modal-close {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 22px;
  cursor: pointer;
}

  .reveal {
      opacity: 0;
      transform: translateY(30px);
      transition: opacity 0.85s ease, transform 0.85s cubic-bezier(0.22,0.61,0.36,1);
    }
    .reveal.in { opacity: 1; transform: translateY(0); }
    .reveal-d1 { transition-delay: 0.10s; }
    .reveal-d2 { transition-delay: 0.22s; }
    .reveal-d3 { transition-delay: 0.34s; }
    .reveal-d4 { transition-delay: 0.46s; }
    .reveal-d5 { transition-delay: 0.58s; }

    /* ─────── shared eyebrow ─────── */
    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      font-family: var(--ral);
      font-size: 0.62rem;
      font-weight: 700;
      letter-spacing: 0.26em;
      text-transform: uppercase;
      color: var(--gold);
    }
    .eyebrow::before, .eyebrow::after {
      content: '';
      display: block;
      width: 30px; height: 1px;
      background: var(--gold);
      opacity: 0.5;
    }

    /* ════════════════════════════════════════════
       SECTION 4 — DIFERENCIAIS ESTRATÉGICOS
    ════════════════════════════════════════════ */
    .diff-section {
      position: relative;
      background: #0A1F44;
      padding: 110px 40px 120px;
      overflow: hidden;
      isolation: isolate;
    }

    /* Atmosphere */
    .diff-section::before {
      content: '';
      position: absolute; inset: 0;
      background:
        radial-gradient(ellipse 70% 55% at 0% 30%,   rgba(75,0,130,0.14) 0%, transparent 55%),
        radial-gradient(ellipse 60% 50% at 100% 70%,  rgba(201,166,70,0.07) 0%, transparent 55%);
      z-index: 0; pointer-events: none;
    }

    /* Diagonal grid lines */
    .diff-section::after {
      content: '';
      position: absolute; inset: 0;
      background-image: repeating-linear-gradient(
        -45deg, transparent, transparent 48px,
        rgba(255,255,255,0.016) 48px, rgba(255,255,255,0.016) 49px
      );
      z-index: 0; pointer-events: none;
    }

    .diff-inner {
      position: relative; z-index: 1;
      max-width: 1240px; margin: 0 auto;
    }

    /* ── Header ── */
    .diff-header {
      display: grid;
      grid-template-columns: 1fr 1px 1fr;
      gap: 0 56px;
      margin-bottom: 80px;
      align-items: start;
    }

    .diff-header-sep {
      background: linear-gradient(to bottom, var(--gold-line), transparent);
      align-self: stretch;
    }

    .diff-header-left { padding-right: 0; }
    .diff-header-right { padding-left: 0; }

    .diff-header-left .eyebrow { margin-bottom: 20px; }

    .diff-main-title {
      font-family: var(--serif);
      font-size: clamp(2rem, 3.8vw, 3.2rem);
      font-weight: 400;
      color: #fff;
      line-height: 1.18;
      letter-spacing: -0.01em;
    }
    .diff-main-title em { font-style: italic; color: var(--gold); }

    .diff-header-ornament {
      display: flex;
      align-items: center;
      gap: 10px;
      margin: 22px 0;
    }
    .diff-header-ornament span {
      display: block; height: 1px; flex: 1;
      background: linear-gradient(90deg, var(--gold-line), transparent);
    }
    .diff-ornament-diamond {
      width: 5px; height: 5px;
      background: var(--gold);
      transform: rotate(45deg);
      flex-shrink: 0;
    }

    .diff-intro-text {
      font-family: var(--mono);
      font-size: 0.94rem;
      font-weight: 300;
      color: #fff;
      line-height: 1.80;
      letter-spacing: 0.01em;
    }
    .diff-intro-text + .diff-intro-text { margin-top: 14px; }

    /* Sectors strip */
    .diff-sectors {
      margin-top: 28px;
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
    }
    .diff-sector-tag {
      font-family: var(--ral);
      font-size: 0.60rem;
      font-weight: 600;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      color:#fff;
      padding: 6px 14px;
      border: 1px solid var(--gold-line);
      border-radius: 2px;
      background: var(--gold-dim);
      white-space: nowrap;
      transition: border-color 0.3s, background 0.3s;
    }
    .diff-sector-tag:hover {
      border-color: rgba(75, 0, 130, 0.08);
      background: rgba(201,166,70,0.20);
    }

    /* ── Methodology / ESG cards ── */
    .diff-cards {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 28px;
    }

    .diff-card {
      position: relative;
      background: var(--white-08);
      border: 1px solid var(--gold-line);
      border-radius: 3px;
      padding: 48px 44px 48px;
      overflow: hidden;
      transition:
        transform 0.42s cubic-bezier(0.22,0.61,0.36,1),
        box-shadow 0.42s ease,
        border-color 0.42s ease,
        background 0.42s ease;
    }

    .diff-card::before {
      content: '';
      position: absolute; top: 0; left: 0; right: 0; height: 2px;
      background: linear-gradient(90deg, transparent, var(--gold) 40%, var(--gold) 60%, transparent);
      opacity: 0.35;
      transition: opacity 0.4s;
    }
    .diff-card::after {
      content: '';
      position: absolute;
      bottom: -60px; right: -60px;
      width: 200px; height: 200px;
      background: radial-gradient(circle, var(--violet-soft) 0%, transparent 70%);
      opacity: 0;
      transition: opacity 0.5s;
      pointer-events: none;
    }
    .diff-card:hover {
      transform: translateY(-7px);
      background: var(--white-12);
      border-color: rgba(75,0,130,0.55);
      box-shadow:
        0 22px 55px rgba(0,0,0,0.45),
        0 0 0 1px rgba(75,0,130,0.25),
        inset 0 0 50px rgba(201,166,70,0.03);
    }
    .diff-card:hover::before { opacity: 1; }
    .diff-card:hover::after  { opacity: 1; }

    /* Large icon area */
    .diff-card-icon {
      width: 60px; height: 60px;
      border-radius: 50%;
      border: 1px solid var(--gold-line);
      background: var(--gold-dim);
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 30px;
      transition: border-color 0.4s, background 0.4s, box-shadow 0.4s;
    }
    .diff-card:hover .diff-card-icon {
      border-color: var(--gold);
      background: rgba(201,166,70,0.20);
      box-shadow: 0 0 20px rgba(201,166,70,0.25);
    }
    .diff-card-icon svg {
      color: var(--gold);
      transition: transform 0.4s cubic-bezier(0.22,0.61,0.36,1);
    }
    .diff-card:hover .diff-card-icon svg { transform: scale(1.15); }

    .diff-card-label {
      font-family: var(--ral);
      font-size: 0.60rem;
      font-weight: 700;
      letter-spacing: 0.24em;
      text-transform: uppercase;
      color: var(--gold);
      margin-bottom: 12px;
      display: inline-flex;
      align-items: center;
      gap: 8px;
    }
    .diff-card-label::after {
      content: '';
      display: block; width: 22px; height: 1px;
      background: var(--gold); opacity: 0.45;
    }

    .diff-card-title {
      font-family: var(--serif);
      font-size: 1.65rem;
      font-weight: 400;
      color: #fff;
      line-height: 1.20;
      margin-bottom: 12px;
    }
    .diff-card-title em { font-style: italic; color: var(--gold-light); }

    .diff-card-rule {
      width: 28px; height: 1px;
      background: var(--gold); opacity: 0.40;
      margin-bottom: 16px;
      transition: width 0.4s, opacity 0.4s;
    }
    .diff-card:hover .diff-card-rule { width: 48px; opacity: 0.75; }

    .diff-card-text {
      font-family: var(--mono);
      font-size: 0.88rem;
      font-weight: 300;
      color: #fff;
      line-height: 1.80;
    }

    /* ════════════════════════════════════════════
       SECTION 6 — COMPROMISSO COM AGENDAS GLOBAIS
    ════════════════════════════════════════════ */
    .ag-section {
      position: relative;
      background: #2e2e2e;
      padding: 110px 40px 120px;
      overflow: hidden;
      isolation: isolate;
    }

    /* Horizontal beam of light */
    .ag-beam {
      position: absolute;
      top: 50%;
      left: -10%;
      width: 120%;
      height: 1px;
      background: linear-gradient(90deg, transparent, rgba(201,166,70,0.08) 30%, rgba(201,166,70,0.08) 70%, transparent);
      transform: translateY(-50%) rotate(-2deg);
      pointer-events: none; z-index: 0;
    }

    /* Glowing centre dot */
    .ag-glow {
      position: absolute;
      top: 50%; left: 50%;
      transform: translate(-50%,-50%);
      width: 600px; height: 600px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(75,0,130,0.10) 0%, transparent 65%);
      pointer-events: none; z-index: 0;
    }

    .ag-inner {
      position: relative; z-index: 1;
      max-width: 1240px; margin: 0 auto;
    }

    /* ── Header ── */
    .ag-header {
      text-align: center;
      margin-bottom: 72px;
    }
    .ag-header .eyebrow { margin-bottom: 20px; }

    .ag-title {
      font-family: var(--serif);
      font-size: clamp(2rem, 3.8vw, 3rem);
      font-weight: 400;
      color: var(--white);
      line-height: 1.18;
      margin-bottom: 24px;
    }
    .ag-title em { font-style: italic; color: var(--gold); }

    .ag-subtitle {
      font-family: var(--mono);
      font-size: 0.94rem;
      font-weight: 300;
      color: var(--white-70);
      line-height: 1.78;
      max-width: 640px;
      margin: 0 auto;
    }

    /* ── Agenda framework tiles ── */
    .ag-frameworks {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 2px;
      margin-bottom: 60px;
      border: 1px solid var(--gold-line);
      border-radius: 4px;
      overflow: hidden;
    }

    .ag-frame {
      background: var(--white-08);
      padding: 44px 38px 44px;
      position: relative;
      overflow: hidden;
      transition: background 0.4s ease;
      cursor: default;
    }

    .ag-frame:not(:last-child) {
      border-right: 1px solid var(--gold-line);
    }

    .ag-frame:hover {
      background: rgba(255,255,255,0.09);
    }

    /* Numbered top-left watermark */
    .ag-frame-watermark {
      position: absolute;
      top: -12px; right: 16px;
      font-family: var(--serif);
      font-size: 7rem;
      font-weight: 400;
      color: rgba(201,166,70,0.05);
      line-height: 1;
      user-select: none;
      pointer-events: none;
      transition: color 0.4s;
    }
    .ag-frame:hover .ag-frame-watermark { color: rgba(201,166,70,0.09); }

    .ag-frame-icon {
      width: 52px; height: 52px;
      border-radius: 50%;
      border: 1px solid var(--gold-line);
      background: var(--gold-dim);
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 24px;
      transition: border-color 0.4s, box-shadow 0.4s, background 0.4s;
    }
    .ag-frame:hover .ag-frame-icon {
      border-color: var(--gold);
      background: rgba(201,166,70,0.18);
      box-shadow: 0 0 18px rgba(201,166,70,0.22);
    }
    .ag-frame-icon svg { color: var(--gold); }

    .ag-frame-sig {
      font-family: var(--serif);
      font-size: 2rem;
      font-weight: 400;
      color: var(--gold);
      letter-spacing: 0.02em;
      line-height: 1;
      margin-bottom: 8px;
    }

    .ag-frame-label {
      font-family: var(--ral);
      font-size: 0.62rem;
      font-weight: 700;
      letter-spacing: 0.22em;
      text-transform: uppercase;
      color: var(--white-70);
      margin-bottom: 14px;
    }

    .ag-frame-rule {
      width: 24px; height: 1px;
      background: var(--gold); opacity: 0.35;
      margin-bottom: 14px;
      transition: width 0.4s, opacity 0.4s;
    }
    .ag-frame:hover .ag-frame-rule { width: 40px; opacity: 0.70; }

    .ag-frame-desc {
      font-family: var(--mono);
      font-size: 0.84rem;
      font-weight: 300;
      color: var(--white-70);
      line-height: 1.75;
    }

    /* ── ODS badge cluster ── */
    .ag-ods-block {
      background: var(--white-08);
      border: 1px solid var(--gold-line);
      border-radius: 3px;
      padding: 40px 44px;
      display: grid;
      grid-template-columns: 1fr auto;
      gap: 36px;
      align-items: center;
    }

    .ag-ods-left-label {
      font-family: var(--ral);
      font-size: 0.60rem;
      font-weight: 700;
      letter-spacing: 0.24em;
      text-transform: uppercase;
      color: var(--gold);
      margin-bottom: 10px;
      display: inline-flex;
      align-items: center;
      gap: 8px;
    }
    .ag-ods-left-label::after {
      content: '';
      display: block; width: 20px; height: 1px;
      background: var(--gold); opacity: 0.45;
    }

    .ag-ods-title {
      font-family: var(--serif);
      font-size: 1.45rem;
      font-weight: 400;
      color: var(--white);
      line-height: 1.25;
      margin-bottom: 16px;
    }
    .ag-ods-title em { font-style: italic; color: var(--gold-light); }

    .ag-ods-text {
      font-family: var(--mono);
      font-size: 0.86rem;
      font-weight: 300;
      color: var(--white-70);
      line-height: 1.78;
    }

    /* ODS number bubbles */
    .ag-ods-bubbles {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      justify-content: flex-end;
      min-width: 220px;
    }

    .ag-ods-bubble {
      width: 56px; height: 56px;
      border-radius: 50%;
      border: 1px solid var(--gold-line);
      background: var(--gold-dim);
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 1px;
      transition: border-color 0.35s, background 0.35s, transform 0.35s, box-shadow 0.35s;
      cursor: default;
    }
    .ag-ods-bubble:hover {
      border-color: var(--gold);
      background: rgba(201,166,70,0.22);
      transform: translateY(-3px) scale(1.08);
      box-shadow: 0 8px 20px rgba(0,0,0,0.3), 0 0 14px rgba(201,166,70,0.20);
    }
    .ag-ods-bubble-num {
      font-family: var(--serif);
      font-size: 1.1rem;
      font-weight: 400;
      color: var(--gold);
      line-height: 1;
    }
    .ag-ods-bubble-lbl {
      font-family: var(--ral);
      font-size: 0.42rem;
      font-weight: 700;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: var(--gold);
      opacity: 0.65;
    }

    /* ISO strip */
    .ag-iso-strip {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-top: 16px;
    }
    .ag-iso-chip {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      padding: 7px 14px;
      border: 1px solid rgba(201,166,70,0.25);
      border-radius: 2px;
      background: var(--gold-dim);
      font-family: var(--ral);
      font-size: 0.60rem;
      font-weight: 700;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      color: var(--gold);
      transition: border-color 0.3s, background 0.3s;
    }
    .ag-iso-chip:hover {
      border-color: rgba(201,166,70,0.60);
      background: rgba(201,166,70,0.20);
    }
    .ag-iso-chip svg { color: var(--gold); flex-shrink: 0; }

    /* ════════════════════════════════════════════
       SECTION 7 — CTA BANNER
    ════════════════════════════════════════════ */
    /* ════════════════════════════════════════════
   CTA SECTION — ESTILOS COMPLETOS
   Variáveis necessárias no :root do projecto:
   --deep-blue: #0A1F44
   --gold:      #C9A646
   --violet:    rgba(75,0,130,0.30)
   --serif:     'Miller Display','Garamond','Georgia',serif
   --ral:       'Raleway',sans-serif
   --mono:      'Montserrat',sans-serif
════════════════════════════════════════════ */

/* ── Wrapper ── */
.cta-section {
  position: relative;
  background: linear-gradient(110deg, #06102a 0%, #0c1e40 40%, #0e2248 70%, #07112c 100%);
  padding: 100px 40px 110px;
  overflow: hidden;
  isolation: isolate;
}

/* ── Shimmer line across the top ── */
.cta-shimmer {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(201,166,70,0.0)  20%,
    rgba(201,166,70,0.9)  50%,
    rgba(201,166,70,0.0)  80%,
    transparent 100%
  );
  animation: cta-shimmer-pass 4s ease-in-out infinite;
  z-index: 1;
  pointer-events: none;
}
@keyframes cta-shimmer-pass {
  0%   { left: -100%; }
  100% { left:  100%; }
}

/* ── Central gold glow ── */
.cta-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 900px;
  height: 400px;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(201,166,70,0.07) 0%, transparent 65%);
  pointer-events: none;
  z-index: 0;
}

/* ── Orbiting decorative ring ── */
.cta-orbit {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 700px;
  height: 700px;
  border-radius: 50%;
  border: 1px solid rgba(201,166,70,0.06);
  animation: cta-orbit-spin 50s linear infinite;
  pointer-events: none;
  z-index: 0;
}
.cta-orbit::after {
  content: '';
  position: absolute;
  top: 50%;
  left: -4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #C9A646;
  opacity: 0.5;
  transform: translateY(-50%);
  box-shadow: 0 0 12px #C9A646;
}
@keyframes cta-orbit-spin {
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

/* ── Dot grid corners ── */
.cta-dots {
  position: absolute;
  width: 120px;
  height: 120px;
  opacity: 0.12;
  pointer-events: none;
  z-index: 0;
}
.cta-dots-tl { top: 40px;    left: 40px; }
.cta-dots-br { bottom: 40px; right: 40px; transform: rotate(180deg); }

/* ── Inner content ── */
.cta-inner {
  position: relative;
  z-index: 2;
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}

/* ── Eyebrow ── */
.cta-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--ral);
  font-size: 0.60rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #C9A646;
  margin-bottom: 24px;
}
.cta-eyebrow::before,
.cta-eyebrow::after {
  content: '';
  display: block;
  width: 28px;
  height: 1px;
  background: #C9A646;
  opacity: 0.50;
}

/* ── Heading ── */
.cta-title {
  font-family: var(--vs-subtitle-font);
  font-size: clamp(2rem, 4.5vw, 3.4rem);
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1.18;
  letter-spacing: -0.01em;
  margin-bottom: 28px;
}
.cta-title em {
  color: #C9A646;
}

/* ── Ornament ── */
.cta-ornament {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 28px;
}
.cta-ornament-line {
  width: 50px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #C9A646);
}
.cta-ornament-line:last-child {
  background: linear-gradient(90deg, #C9A646, transparent);
}
.cta-ornament-diamond {
  width: 5px;
  height: 5px;
  background: #C9A646;
  transform: rotate(45deg);
  flex-shrink: 0;
}

/* ── Body text ── */
.cta-body {
  font-family: var(--vs-body-font);
  font-size: 1rem;
  font-weight: 300;
  color: rgba(255,255,255,0.70);
  line-height: 1.75;
  max-width: 560px;
  margin: 0 auto 44px;
}

/* ── Button wrapper ── */
.cta-btn-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}

/* ── Button ── */
.cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 18px 44px;
  background: transparent;
  border: 1px solid #C9A646;
  color: #C9A646;
  font-family: var(--ral);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.20em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  border-radius: 2px;
  position: relative;
  overflow: hidden;
  transition: color 0.45s ease, box-shadow 0.45s ease;
}

/* Fill sweep on hover */
.cta-btn::before {
  content: '';
  position: absolute;
  inset: 0;
  background: #C9A646;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.45s cubic-bezier(0.22,0.61,0.36,1);
  z-index: 0;
}
.cta-btn:hover::before {
  transform: scaleX(1);
}
.cta-btn:hover {
  color: #0A1F44;
  box-shadow:
    0 10px 40px rgba(201,166,70,0.30),
    0 0 0 4px rgba(201,166,70,0.10);
}

.cta-btn-text {
  position: relative;
  z-index: 1;
}
.cta-btn-arrow {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  transition: transform 0.35s cubic-bezier(0.22,0.61,0.36,1);
}
.cta-btn:hover .cta-btn-arrow {
  transform: translateX(5px);
}

/* ── Sub-note ── */
.cta-note {
  font-family: var(--mono);
  font-size: 0.72rem;
  font-weight: 300;
  letter-spacing: 0.06em;
  color: rgba(255,255,255,0.50);
}

/* ── Trust signals row ── */
.cta-trust {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  margin-top: 52px;
  padding-top: 36px;
  border-top: 1px solid rgba(201,166,70,0.10);
  flex-wrap: wrap;
}
.cta-trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--ral);
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.50);
}
.cta-trust-item svg {
  color: #C9A646;
  opacity: 0.60;
  flex-shrink: 0;
}
.cta-trust-dot {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #C9A646;
  opacity: 0.25;
  flex-shrink: 0;
}

/* ── Reveal utility (se não tiver globalmente) ── */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.85s ease, transform 0.85s cubic-bezier(0.22,0.61,0.36,1);
}
.reveal.in        { opacity: 1; transform: translateY(0); }
.reveal-d2        { transition-delay: 0.18s; }
.reveal-d3        { transition-delay: 0.32s; }
.reveal-d4        { transition-delay: 0.46s; }
.reveal-d5        { transition-delay: 0.60s; }

/* ── Responsive ── */
@media (max-width: 768px) {
  .cta-section { padding: 80px 32px 90px; }
  .cta-dots    { display: none; }
}
@media (max-width: 480px) {
  .cta-section  { padding: 64px 24px 72px; }
  .cta-trust    { gap: 14px; }
  .cta-trust-dot{ display: none; }
  .cta-btn      { width: 100%; justify-content: space-between; }
}

        /* ═══════════════════════════════════════
       PILLARS SECTION
    ═══════════════════════════════════════ */
    .pillars {
      position: relative;
      background: var(--vs-theme-color-9);
      padding: 100px 80px 120px;
      overflow: hidden;
      isolation: isolate;
    }

    .pillars::before {
      content: '';
      position: absolute; inset: 0;
      background:
        radial-gradient(ellipse 60% 50% at 0% 30%,   rgba(75,0,130,0.10) 0%, transparent 55%),
        radial-gradient(ellipse 50% 40% at 100% 70%,  rgba(201,166,70,0.05) 0%, transparent 55%);
      pointer-events: none; z-index: 0;
    }

    .pillars-inner {
      position: relative; z-index: 1;
      max-width: 1240px; margin: 0 auto;
    }

    /* Section header */
    .pillars-header {
      text-align: center;
      margin-bottom: 64px;
    }
    .pillars-eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      font-family: var(--ral);
      font-size: 0.60rem;
      font-weight: 700;
      letter-spacing: 0.28em;
      text-transform: uppercase;
      color: var(--gold);
      margin-bottom: 16px;
    }
    .pillars-eyebrow::before, .pillars-eyebrow::after {
      content: ''; display: block;
      width: 28px; height: 1px;
      background: var(--gold); opacity: 0.50;
    }
    .pillars-heading {
      font-family: var(--vs-title-font);
      font-size: clamp(1.6rem, 3vw, 2.4rem);
      font-weight: 400;
      color: #2E2E2E;
      line-height: 1.20;
    }
    

    /* ── 3-column grid ── */
    .pillars-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
    }

    /* ── Single Pillar Card ── */
    .pillar-card {
      position: relative;
      background: var(--vs-theme-color-17);
      border: 1px solid var(--gold-line);
      box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
      border-radius: 20px;
      padding: 50px;
      display: flex;
      flex-direction: column;
      gap: 0;
      overflow: hidden;
      transition:
        transform 0.42s cubic-bezier(0.22,0.61,0.36,1),
        box-shadow 0.42s ease,
        border-color 0.42s ease,
        background 0.42s ease;
    }

    /* Top gold bar */
    .pillar-card::before {
      content: '';
      position: absolute;
      top: 0; left: 0; right: 0; height: 2px;
      background: linear-gradient(90deg, transparent, var(--gold) 40%, var(--gold) 60%, transparent);
      opacity: 0.30;
      transition: opacity 0.40s;
    }

    /* Violet corner glow */
    .pillar-card::after {
      content: '';
      position: absolute;
      bottom: -60px; right: -60px;
      width: 200px; height: 200px;
      border-radius: 50%;
      background: radial-gradient(circle, var(--violet-soft) 0%, transparent 70%);
      opacity: 0;
      transition: opacity 0.50s;
      pointer-events: none;
    }

    .pillar-card:hover {
      transform: translateY(-8px);
      background: #2e2e2e;
      border-color: rgba(75,0,130,0.45);
      box-shadow:
        0 24px 60px rgba(0,0,0,0.45),
        0 0 0 1px rgba(75,0,130,0.22),
        inset 0 0 50px rgba(201,166,70,0.025);
    }
    .pillar-card:hover::before { opacity: 1; }
    .pillar-card:hover::after  { opacity: 1; }

    /* Icon */
    .pillar-icon {
      width: 60px; height: 60px;
      border-radius: 50%;
      border: 1px solid var(--gold-line);
      background: var(--gold-dim);
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 32px;
      flex-shrink: 0;
      transition: border-color 0.40s, background 0.40s, box-shadow 0.40s;
    }
    .pillar-card:hover .pillar-icon {
      border-color: var(--gold);
      background: rgba(201,166,70,0.20);
      box-shadow: 0 0 22px rgba(201,166,70,0.24);
    }
    .pillar-icon svg {
      color: var(--gold);
      transition: transform 0.40s cubic-bezier(0.22,0.61,0.36,1);
    }
    .pillar-card:hover .pillar-icon svg { transform: scale(1.12); }

    /* Card label */
    .pillar-label {
      font-family: var(--ral);
      font-size: 0.58rem;
      font-weight: 700;
      letter-spacing: 0.24em;
      text-transform: uppercase;
      color: var(--gold);
      margin-bottom: 10px;
      display: inline-flex;
      align-items: center;
      gap: 8px;
    }
    .pillar-label::after {
      content: ''; display: block;
      width: 20px; height: 1px;
      background: var(--gold); opacity: 0.40;
      transition: width 0.40s, opacity 0.40s;
    }
    .pillar-card:hover .pillar-label::after { width: 34px; opacity: 0.75; }

    /* Card title */
    .pillar-title {
      font-family: var(--vs-title-font);
      font-size: 1.40rem;
      font-weight: 400;
      color: var(--white);
      line-height: 1.25;
      margin-bottom: 10px;
    }
    .pillar-title em { color: var(--gold-light); }

    /* Rule */
    .pillar-rule {
      width: 24px; height: 1px;
      background: var(--gold); opacity: 0.35;
      margin-bottom: 16px;
      transition: width 0.40s, opacity 0.40s;
    }
    .pillar-card:hover .pillar-rule { width: 42px; opacity: 0.70; }

    /* Card text */
    .pillar-text {
      font-family: var(--vs-body-font);
      font-size: 0.86rem;
      font-weight: 300;
      color: var(--white-70);
      line-height: 1.78;
      flex: 1;
      margin-bottom: 28px;
    }

    /* CTA link */
    .pillar-cta {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      font-family: var(--ral);
      font-size: 0.62rem;
      font-weight: 700;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      color: var(--gold);
      text-decoration: none;
      border-bottom: 2px solid var(--violet);
      padding-bottom: 4px;
      align-self: flex-start;
      transition: border-color 0.35s, gap 0.35s;
    }
    .pillar-cta:hover { border-color: var(--gold); gap: 14px; }
    .pillar-cta svg { transition: transform 0.35s cubic-bezier(0.22,0.61,0.36,1); }
    .pillar-cta:hover svg { transform: translateX(4px); }

    /* ── Featured article tag (Blog card only) ── */
    .pillar-recent {
      background: var(--gold-dim);
      border: 1px solid var(--gold-line);
      border-radius: 2px;
      padding: 14px 18px;
      margin-bottom: 24px;
      display: flex;
      flex-direction: column;
      gap: 4px;
      transition: border-color 0.35s;
    }
    .pillar-card:hover .pillar-recent { border-color: rgba(201,166,70,0.40); }

    .pillar-recent-badge {
      font-family: var(--ral);
      font-size: 0.50rem;
      font-weight: 700;
      letter-spacing: 0.22em;
      text-transform: uppercase;
      color: var(--gold);
      opacity: 0.75;
    }
    .pillar-recent-title {
      font-family: var(--playfair);
      font-size: 0.95rem;
      font-weight: 400;
      font-style: italic;
      color: var(--white-90);
      line-height: 1.35;
    }


    /* ═══════════════════════════════════════
       RESPONSIVE
    ═══════════════════════════════════════ */
    @media (max-width: 1024px) {
      .hero    { padding: 100px 48px 88px; min-height: auto; }
      .pillars { padding: 80px 48px 96px; }
      .pillars-grid { grid-template-columns: 1fr 1fr; gap: 20px; }
      .pillars-grid .pillar-card:last-child {
        grid-column: 1 / -1;
        max-width: 520px; margin: 0 auto; width: 100%;
      }
    }

    @media (max-width: 680px) {
      .hero    { padding: 88px 24px 72px; min-height: auto; }
      .pillars { padding: 72px 24px 80px; }
      .pillars-grid { grid-template-columns: 1fr; }
      .pillars-grid .pillar-card:last-child { grid-column: auto; max-width: 100%; }
      .pillar-card { padding: 40px 28px 36px; }
      .hero-scroll { display: none; }
    }

    /* =========================================================
   🎨 DESIGN SYSTEM – CORES
========================================================= */
:root {
  --vs-primary-blue: #0A1F44;
  --vs-vision-purple: #4B0082;
  --vs-gold: #C9A646;
  --vs-graphite: #2E2E2E;
  --vs-white: #FFFFFF;
}

/* =========================================================
   🧱 BASE ESTRUTURAL
========================================================= */
.section-with-overlay {
  position: relative;
  overflow: hidden;
}

.overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.section-content {
  position: relative;
  z-index: 2;
}

/* =========================================================
   🎯 HERO (30%–40% – impacto forte)
========================================================= */
.overlay-hero {
  background: linear-gradient(
    135deg,
    rgba(10, 31, 68, 0.85),
    rgba(10, 31, 68, 0.6)
  );
}

/* =========================================================
   🏢 SOBRE NÓS (20%–30%)
========================================================= */
.overlay-about {
  background: linear-gradient(
    135deg,
    rgba(10, 31, 68, 0.6),
    rgba(10, 31, 68, 0.3)
  );
}

/* =========================================================
   ⚙️ SERVIÇOS (25%–35% – técnico)
========================================================= */
.overlay-services {
  background: linear-gradient(
    135deg,
    rgba(10, 31, 68, 0.75),
    rgba(75, 0, 130, 0.25)
  );
}

/* =========================================================
   🧠 INSIGHTS (15%–25% – leve e conceptual)
========================================================= */
.overlay-insights {
  background: linear-gradient(
    135deg,
    rgba(10, 31, 68, 0.4),
    rgba(75, 0, 130, 0.3)
  );
}

/* =========================================================
   📞 CONTACTOS (20%–30%)
========================================================= */
.overlay-contact {
  background: linear-gradient(
    135deg,
    rgba(10, 31, 68, 0.65),
    rgba(10, 31, 68, 0.35)
  );
}

/* =========================================================
   🟣 GRADIENTE GLOBAL (reutilizável)
========================================================= */
.overlay-gradient {
  --opacity-start: 0.7;
  --opacity-end: 0.3;

  background: linear-gradient(
    135deg,
    rgba(10, 31, 68, var(--opacity-start)),
    rgba(75, 0, 130, var(--opacity-end))
  );
}

/* =========================================================
   🧠 TIPOGRAFIA BASE
========================================================= */
body {
  font-family: 'Montserrat', sans-serif;
  color: var(--vs-graphite);
  line-height: 1.7;
}

h1, h2 {
  font-family: 'Miller Display', serif;
  color: var(--vs-primary-blue);
}

h3, h4 {
  font-family: 'Raleway', sans-serif;
}

/* =========================================================
   📐 CENTRALIZAÇÃO PREMIUM
========================================================= */
.center-section {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 70vh;
  padding: 40px 20px;
}

.center-section .content {
  max-width: 700px;
}

/* =========================================================
   🟡 BOTÕES (CTA)
========================================================= */
.vs-btn--gold {
  background-color: var(--vs-gold);
  color: var(--vs-primary-blue);
  border: none;
  transition: all 0.3s ease;
}

.vs-btn--gold:hover {
  transform: translateY(-3px);
  box-shadow: 0px 10px 30px rgba(0,0,0,0.25);
}

/* =========================================================
   🧱 CARDS HOVER (com borda violeta animada)
========================================================= */
.vs-service__charging {
  position: relative;
  overflow: hidden;
  transition: all 0.35s ease;
  border-radius: 20px;
  background: var(--vs-white);
}

.vs-service__charging:hover {
  transform: translateY(-6px);
  box-shadow: 0px 20px 50px rgba(0,0,0,0.25);
}

.vs-service__charging::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid var(--vs-vision-purple);
  border-radius: 20px;
  opacity: 0;
  transform: scale(0.95);
  transition: all 0.35s ease;
}

.vs-service__charging:hover::after {
  opacity: 1;
  transform: scale(1);
}

/* =========================================================
   🟡 ÍCONES
========================================================= */
.vs-service__icon i {
  font-size: 28px;
  color: var(--vs-gold);
}

/* =========================================================
   📊 TEXTO CENTRAL CONTROLADO
========================================================= */
.center-text {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}

/* =========================================================
   ⚠️ CORREÇÕES IMPORTANTES
========================================================= */

/* Evitar cortes de conteúdo */
.no-overflow {
  overflow: visible !important;
}

/* =========================================================
   📧 FORMULÁRIO DE CONTACTO - MELHORIAS
========================================================= */

/* Alinhar o formulário com os cards de localização */
.vs-contact__wrapper .col-lg-6:last-child form {
  display: flex;
  flex-direction: column;
}

.vs-contact__wrapper .col-lg-6:last-child form .row {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.vs-contact__wrapper .col-lg-6:last-child form .form-group:last-of-type {
  flex: 1;
}

.vs-contact__wrapper .col-lg-6:last-child form textarea {
  min-height: 150px;
}

/* Melhorar o estilo do select */
.form-control {
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  padding: 12px 16px;
  font-size: 14px;
  transition: all 0.3s ease;
}

.form-control:focus {
  border-color: var(--vs-gold);
  box-shadow: 0 0 0 3px rgba(201, 166, 70, 0.1);
}

.form-label {
  color: var(--vs-title-color);
  font-weight: 600;
  margin-bottom: 8px;
  font-size: 14px;
}

/* Responsivo */
@media (max-width: 991px) {
  .vs-contact__wrapper .col-lg-6 {
    margin-bottom: 30px;
  }
}

/*

