/*
Template Name: Kliniko - Medical & Health HTML5 Template
Template URL: https://html.vecuro.com/kliniko
Description: Kliniko - Medical & Health HTML5 Template
Author: vecuro
Author URI: https://themeforest.net/user/vecuro_themes
Version: 1.0.0
*/
/*=================================
    CSS Index Here
==================================*/
/*

01. Theme Base
    1.1. Mixin
    1.2. Function
    1.3. Variable
    1.4. Responsive
    1.5. Color Plate
    1.6. reset
    1.7. Wordpress Default
02. Reset
    2.1. Container
    2.2. Grid
    2.3. Input
    2.4. Slick Slider
    2.5. Mobile Menu
03. Utilities
    3.1. Preloader
    3.2. Buttons
    3.3. Titles
    3.4. Common
    3.6. Font
    3.7. Background
    3.8. Text Color
    3.9. Sticky
    3.10. Social
    3.11. icons
    3.12. Animation
    3.13. Error Page
    3.14. Pagination
04. Template Style
    4.1. Widget
    4.2. Header
    4.3. Footer
    4.4. Breadcumb
    4.5. About
    4.6. Hero Area
    4.7. Popup search
    4.8. Blog
    4.9. Case    
    4.10. Contact
    4.11. Doctors
    4.12. Instagram
    4.13. Service
    4.14. testimonial
    4.15. videoCount
05. Spacing
06. Components

*/
/*=================================
    CSS Index End
==================================*/
/*=================================
   01. Theme Base
==================================*/
/*------------------- 1.1. Mixin -------------------*/
/*------------------- 1.2. Function -------------------*/
/*------------------- 1.3. Variable-------------------*/
:root {
  --vs-theme-color1: #E5A51A;
  --vs-theme-color1-rgb: 229, 165, 26;
  --vs-theme-color2: #181410;
  --vs-theme-color2-rgb: 24, 20, 16;
  --vs-theme-color3: #F7E27D;
  --vs-theme-color3-rgb: 247, 226, 125;
  --vs-theme-color4: #F0C24B;
  --vs-theme-color4-rgb: 240, 194, 75;
  --vs-theme-color5: #9A6510;
  --vs-theme-color5-rgb: 154, 101, 16;
  --vs-title-color: #181410;
  --vs-title-color-rgb: 24, 20, 16;
  --vs-body-color: #5F554A;
  --vs-body-color-rgb: 95, 85, 74;
  --vs-smoke-color: #eff1f5;
  --vs-black-color: #000000;
  --vs-white-color: #ffffff;
  --vs-white-color-rgb: 255, 255, 255;
  --vs-yellow-color: #fec624;
  --vs-success-color: #28a745;
  --vs-error-color: #dc3545;
  --vs-img-bg-color: #FFF7D8;
  --vs-title-font: "DM Sans", sans-serif;
  --vs-body-font: "Fira Sans", sans-serif;
  --vs-special-font: "Poppins", sans-serif;
  --vs-icon-font: 'Font Awesome 6 Pro';
  --vs-main-container: 1320px;
  --vs-container-gutters: 30px;
  --vs-section-space: 40px;
  --vs-section-space-mobile: 80px;
  --vs-section-title-space: 48px;
  --ripple-ani-duration: 5s;
}

/*------------------- 1.4. Reset -------------------*/
/* IMPORTANT */
html, body {
  scroll-behavior: auto !important;
}

body {
  font-family: var(--vs-body-font);
  font-size: 16px;
  font-weight: 500;
  color: var(--vs-body-color);
  line-height: 26px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  /* Small devices */
}
@media (max-width: 767px) {
  body {
    font-size: 16px;
    line-height: 26px;
  }
}

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;
}

select:focus,
input:focus {
  outline: none;
  box-shadow: none;
}

img:not([draggable]),
embed,
object,
video {
  max-width: 100%;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

table {
  width: 100%;
}

a {
  color: var(--vs-theme-color1);
  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%;
}

span.ajax-loader:empty,
p:empty {
  display: none;
}

p {
  color: var(--vs-body-color);
  line-height: 26px;
  font-weight: 400;
}

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: capitalize;
  font-weight: 700;
  line-height: 1.4;
}

h1,
.h1 {
  font-size: clamp(2.5rem, 4vw + 1rem, 4.15rem);
  /* 40px - 64px */
  line-height: 1.2;
}

h2,
.h2 {
  font-size: clamp(1.5rem, 3vw + 0.5rem, 3rem);
  /* 24px - 48px */
  line-height: 1.25;
}

h3,
.h3 {
  font-size: clamp(1.25rem, 1.5vw + 0.5rem, 1.875rem);
  /* 20px - 24px */
  line-height: 1.3;
}

h4,
.h4 {
  font-size: clamp(1.125rem, 1.2vw + 0.5rem, 1.375rem);
  /* 18px - 22px */
  line-height: 1.4;
}

h5,
.h5 {
  font-size: clamp(1rem, 1.1vw + 0.3rem, 1.125rem);
  /* 16px - 18px */
  line-height: 1.5;
}

h6,
.h6 {
  font-size: clamp(0.875rem, 1vw + 0.25rem, 1rem);
  /* 14px - 16px */
  line-height: 1.6;
}

/*------------------- 1.5. Responsive -------------------*/
/*-----------------
    3.2 Responsive Media Queries
-----------------*/
/*------------------- 1.6. Responsive -------------------*/
body {
  transition: background-color 0.3s, color 0.3s;
}
body.light-mode {
  background-color: #ffffff;
  color: #222;
}
body.dark-mode {
  background-color: var(--vs-title-color);
  color: var(--vs-white-color);
}
body.dark-mode .main-menu a {
  color: var(--vs-white-color);
}
body.dark-mode .main-menu ul.sub-menu,
body.dark-mode .main-menu ul.mega-menu {
  background-color: var(--vs-title-color);
}
body.color-mode {
  color: #2a2a2a;
}

.theme-toggle-icon {
  position: fixed;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: var(--vs-title-color);
  color: var(--vs-white-color);
  padding: 12px 14px;
  cursor: pointer;
  z-index: 999;
  font-size: 20px;
  transition: all 0.3s ease;
  border-radius: 50%;
  width: 57px;
  height: 57px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.theme-toggle-icon:hover {
  background: var(--vs-theme-color1);
}

.theme-panel {
  position: fixed;
  top: 50%;
  right: -250px;
  transform: translateY(-50%);
  background: #fff;
  border-radius: 10px 0 0 10px;
  padding: 20px;
  width: 220px;
  box-shadow: -4px 4px 20px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: right 0.35s ease;
  z-index: 999;
}
.theme-panel.open {
  right: 0;
}
.theme-panel .close-btn {
  align-self: flex-end;
  border: none;
  background: transparent;
  font-size: 18px;
  cursor: pointer;
  margin-bottom: 8px;
  padding: 2px;
}
.theme-panel .mode-btn,
.theme-panel .reset-btn {
  background: #f3f3f3;
  border: none;
  padding: 10px;
  border-radius: 6px;
  cursor: pointer;
  text-align: left;
  transition: background 0.3s;
}
.theme-panel .mode-btn:hover,
.theme-panel .reset-btn:hover {
  background: #e1e1e1;
}
.theme-panel .color-mode-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
}
.theme-panel .color-mode-label input[type=color] {
  width: 30px;
  height: 30px;
  border: none;
  cursor: pointer;
}

/*------------------- 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-color1);
}
.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-color1);
  border-color: var(--vs-theme-color1);
}
.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-color1);
}
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 {
  border: 1.5px solid rgba(var(--vs-title-color-rgb), 0.1);
  height: 65px;
  padding-left: 24px;
  flex: 1;
  min-width: 0;
  border-radius: 12px 0 0 12px;
  font-size: 16px;
  font-weight: 600;
  font-family: var(--vs-body-font), serif;
  color: var(--vs-title-color);
}
.wp-block-search .wp-block-search__input::placeholder {
  color: var(--vs-title-color);
}
.wp-block-search .wp-block-search__button {
  margin: 0;
  border: none;
  height: 65px;
  width: 59px;
  color: var(--vs-white-color);
  background-color: var(--vs-theme-color2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  border-radius: 0 12px 12px 0;
}
.wp-block-search .wp-block-search__button:hover {
  background-color: var(--vs-theme-color1);
  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(var(--vs-title-color-rgb), 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-color1);
}
.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(var(--vs-title-color-rgb), 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-color1);
  border-color: transparent;
}
.page-links > span:not(.page-links-title):not(.screen-reader-text).current,
.page-links > a.current {
  background-color: var(--vs-theme-color1);
  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-color1);
  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-color1);
  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-color1);
}
.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: 0px;
  }
  .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;
  }
}
/*------------------- 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;
}

.gy-20 {
  --bs-gutter-y: 20px;
}

.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 -------------------*/
input[type=email] {
  text-transform: lowercase;
}
input[type=email]::placeholder {
  text-transform: capitalize;
}

/*------------------- 2.4. Slick Slider -------------------*/
.slick-track > [class*=col] {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

.slick-track {
  min-width: 100%;
}

.slick-slide img {
  display: inline-block;
}

.slick-dots {
  list-style-type: none;
  padding: 2px 0;
  margin: 38px 0 38px 0;
  line-height: 0;
  text-align: center;
  height: max-content;
}
.slick-dots li {
  display: inline-block;
  margin-right: 25px;
}
.slick-dots li:last-child {
  margin-right: 0;
}
.slick-dots button {
  font-size: 0;
  padding: 0;
  background-color: transparent;
  width: 8px;
  height: 8px;
  line-height: 0;
  border-radius: 9999px;
  border: none;
  background-color: var(--dots-bg, #d8d8d8);
  transition: all ease 0.4s;
  position: relative;
}
.slick-dots button:hover {
  border-color: var(--vs-theme-color1);
}
.slick-dots button:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 30px;
  height: 30px;
  margin: -15px 0 0 -15px;
  border: 2px solid var(--vs-theme-color1);
  border-radius: 50%;
  transition: all ease 0.4s;
  opacity: 0;
  visibility: hidden;
}
.slick-dots .slick-active button {
  background-color: var(--vs-theme-color1);
}
.slick-dots .slick-active button::before {
  opacity: 1;
  visibility: visible;
}

.slick-arrow {
  display: inline-block;
  padding: 0;
  background-color: var(--vs-white-color);
  position: absolute;
  top: 50%;
  border: 1px solid var(--vs-smoke-color);
  left: var(--pos-x, -100px);
  width: var(--icon-size, 50px);
  height: var(--icon-size, 50px);
  font-size: var(--vs-icon-font-size, 18px);
  margin-top: calc(var(--icon-size, 50px) / -2);
  z-index: 2;
  border-radius: 50%;
}
.slick-arrow.default {
  position: relative;
  --pos-x: 0;
  margin-top: 0;
}
.slick-arrow.slick-next {
  right: var(--pos-x, -100px);
  left: auto;
}
.slick-arrow:hover {
  background-color: var(--vs-theme-color1);
  color: var(--vs-white-color);
  border-color: transparent;
}

.arrow-margin .slick-arrow {
  top: calc(50% - 30px);
}

.arrow-wrap .slick-arrow {
  opacity: 0;
  visibility: hidden;
}
.arrow-wrap:hover .slick-arrow {
  opacity: 1;
  visibility: visible;
}

/* Extra large devices */
@media (max-width: 1500px) {
  .slick-arrow {
    --arrow-horizontal: -20px;
  }
}
/* Medium Large devices */
@media (max-width: 1399px) {
  .slick-arrow {
    --arrow-horizontal: 40px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .slick-arrow {
    --icon-size: 40px;
    margin-right: 40px;
  }
  .slick-arrow.slick-next {
    margin-right: 0;
    margin-left: 40px;
  }
  .slick-dots {
    margin: 8px 0 38px 0;
  }
}
.vs-navigation {
  position: absolute;
  width: 120px;
  height: 60px;
  border-radius: 50px;
  border: 1px solid rgba(var(--vs-theme-color1-rgb), 0.5);
  background-color: var(--vs-white-color);
  bottom: 0;
  top: auto;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
}
.vs-navigation .swiper-prevBtn,
.vs-navigation .swiper-nextBtn {
  --circle-size: 50px;
  background-color: #F1F7F3;
  width: var(--circle-size);
  height: var(--circle-size);
  min-width: var(--circle-size);
  min-height: var(--circle-size);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 18px;
  color: var(--vs-title-color);
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
.vs-navigation .swiper-prevBtn:hover,
.vs-navigation .swiper-nextBtn:hover {
  background-color: var(--vs-theme-color1);
  color: var(--vs-white-color);
}
.vs-navigation.style2 {
  position: relative;
  left: auto;
  transform: none;
  bottom: -20px;
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-navigation.style2 {
    display: none;
  }
}
.vs-navigation.style3 {
  position: relative;
  left: auto;
  transform: none;
  bottom: -20px;
  border-color: rgba(var(--vs-theme-color3-rgb), 0.3);
}
.vs-navigation.style3 .swiper-prevBtn,
.vs-navigation.style3 .swiper-nextBtn {
  background: rgba(var(--vs-theme-color3-rgb), 0.2);
}
.vs-navigation.style3 .swiper-prevBtn:hover,
.vs-navigation.style3 .swiper-nextBtn:hover {
  background-color: var(--vs-theme-color3);
}
.vs-navigation.style3 {
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-navigation.style3 {
    display: none;
  }
}
.vs-navigation.style4 {
  position: relative;
  left: auto;
  transform: none;
  bottom: -20px;
  border-color: rgba(var(--vs-theme-color4-rgb), 0.18);
}
.vs-navigation.style4 .swiper-prevBtn,
.vs-navigation.style4 .swiper-nextBtn {
  background: rgba(var(--vs-theme-color4-rgb), 0.1);
}
.vs-navigation.style4 .swiper-prevBtn:hover,
.vs-navigation.style4 .swiper-nextBtn:hover {
  background-color: var(--vs-theme-color4);
}
.vs-navigation.style4 {
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-navigation.style4 {
    display: none;
  }
}

/*------------------- 2.5. Mobile Menu -------------------*/
.vs-menu-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999999;
  width: 0;
  width: 100%;
  height: 100%;
  transition: all ease 0.8s;
  opacity: 0;
  visibility: hidden;
}
.vs-menu-wrapper .vs-header__right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background-color: var(--vs-title-color);
}
.vs-menu-wrapper .mobile-logo {
  display: block;
  width: 160px;
}
.vs-menu-wrapper .vs-menu-toggle {
  border: none;
  font-size: 20px;
  position: absolute;
  right: 20px;
  top: 22px;
  width: 40px;
  height: 40px;
  z-index: 1;
  color: var(--vs-white-color);
  background-color: var(--vs-theme-color1);
  border-radius: 50%;
}
.vs-menu-wrapper .vs-menu-toggle:hover {
  background-color: var(--vs-theme-color2);
  transform: rotate(90deg);
}
.vs-menu-wrapper .searchBoxTggler {
  position: relative;
  border: 0;
  background-color: var(--vs-title-color);
  width: 40px;
  height: 40px;
  border-radius: 8px;
}
.vs-menu-wrapper .searchBoxTggler:hover {
  color: var(--vs-theme-color2);
}
.vs-menu-wrapper .vs-menu-area {
  width: 100%;
  max-width: 310px;
  background-color: #fff;
  border-right: 3px solid var(--vs-theme-color1);
  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;
  overflow-y: auto;
}

.vs-mobile-menu {
  overflow-y: scroll;
  max-height: calc(100vh - 70px);
  padding-bottom: 0;
  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 rgba(0, 0, 0, 0.1);
  list-style-type: none;
}
.vs-mobile-menu ul li li:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.vs-mobile-menu ul li a {
  display: block;
  position: relative;
  padding: 12px 0;
  line-height: 1;
  font-size: 17px;
  text-transform: capitalize;
  color: var(--vs-title-color);
  font-weight: 600;
  transition: all 0.5s ease-in-out;
}
.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;
  transition: all 0.5s ease-in-out;
}
.vs-mobile-menu ul li.vs-active > a {
  color: var(--vs-theme-color2);
}
.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;
  color: var(--vs-title-color);
  box-shadow: 0 0 20px -8px rgba(112, 22, 126, 0.5);
  border-radius: 50%;
  transition: all 0.5s ease-in-out;
}
.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 {
  color: var(--vs-theme-color1);
}
.vs-mobile-menu ul .vs-item-has-children.vs-active > a .vs-mean-expand:before {
  content: "\f068";
  color: var(--vs-theme-color1);
}
.vs-mobile-menu > ul {
  padding: 0 20px;
}
.vs-mobile-menu > ul > li:last-child {
  border-bottom: none;
}

.vs-menu-toggle {
  padding: 0;
  font-size: 40px;
  border: none;
  background-color: transparent;
  color: var(--vs-white-color);
  border-radius: 0;
}

.home-five .vs-menu-toggle {
  color: var(--vs-title-color);
}

/* Extra small devices */
@media (max-width: 575px) {
  .vs-menu-toggle {
    position: absolute;
    right: -45px;
  }
}
@media (max-width: 400px) {
  .vs-menu-wrapper .vs-menu-area {
    width: 100%;
    max-width: 270px;
  }
  .vs-mobile-menu > ul {
    padding: 0 20px;
  }
}
/*=================================
    03. Utilities
==================================*/
/*------------------- 3.1. Preloader -------------------*/
.preloader {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  background-color: var(--vs-black-color);
}
.preloader .vsBtn {
  margin: 15px;
}
.preloader .vsBtn:hover {
  background-color: var(--vs-theme-color2);
}

.preloader-inner {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.preloader-inner img {
  display: block;
  margin: 0 auto 20px auto;
}

.content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.content .pill {
  width: 55px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transform: rotate(180deg);
  animation: spin 4s linear 0s infinite;
}
.content .pill .medicine {
  position: absolute;
  width: 50px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  overflow: hidden;
}
.content .pill .medicine i {
  width: 9px;
  height: 9px;
  background: #7E4B4E;
  border-radius: 100%;
  position: absolute;
  animation: medicine-dust 1.75s ease 0s infinite alternate;
}
.content .pill .medicine i:nth-child(2n+2) {
  width: 10px;
  height: 10px;
  margin-top: 40px;
  margin-right: -14px;
  animation-delay: -0.2s;
}
.content .pill .medicine i:nth-child(3n+3) {
  width: 15px;
  height: 15px;
  margin-top: 35px;
  margin-right: 20px;
  animation-delay: -0.33s;
}
.content .pill .medicine i:nth-child(4) {
  margin-top: -45px;
  margin-right: 20px;
  animation-delay: -0.4s;
}
.content .pill .medicine i:nth-child(5) {
  margin-top: 45px;
  margin-right: -35px;
  animation-delay: -0.5s;
}
.content .pill .medicine i:nth-child(6) {
  margin-top: 0px;
  margin-right: -30px;
  animation-delay: -0.66s;
}
.content .pill .medicine i:nth-child(7) {
  margin-top: -10px;
  margin-right: 20px;
  animation-delay: -0.7s;
}
.content .pill .medicine i:nth-child(8) {
  margin-top: 54px;
  margin-right: -10px;
  animation-delay: -0.8s;
}
.content .pill .medicine i:nth-child(9) {
  margin-top: 36px;
  margin-right: -20px;
  animation-delay: -0.99s;
}
.content .pill .medicine i:nth-child(10) {
  margin-top: -54px;
  margin-right: 0px;
  animation-delay: -1.11s;
}
.content .pill .medicine i:nth-child(1n+10) {
  width: 5px;
  height: 5px;
}
.content .pill .medicine i:nth-child(11) {
  margin-top: 50px;
  margin-right: 20px;
  animation-delay: -1.125s;
}
.content .pill .medicine i:nth-child(12) {
  margin-top: -50px;
  margin-right: -20px;
  animation-delay: -1.275s;
}
.content .pill .side {
  background: #DB9FA1;
  position: relative;
  overflow: hidden;
  width: 50px;
  height: 60px;
  border-radius: 40px 40px 0 0;
}
.content .pill .side:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 90px;
  bottom: 0;
  right: 1.5vmin;
  background: rgba(255, 255, 255, 0.1333333333);
  border-radius: 10px 10px 0 0;
  animation: shine 1s ease-out -1s infinite alternate-reverse;
}
.content .pill .side:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  border-radius: 6vmin 6vmin 0 0;
  border: 10px solid rgba(0, 0, 0, 0.13);
  border-bottom-color: rgba(255, 255, 255, 0);
  border-bottom-width: 0vmin;
  border-top-width: 10px;
  animation: shadow 1s ease -1s infinite alternate-reverse;
}
.content .pill .side + .side {
  background: #5D3538;
  border-radius: 0 0 40px 40px;
  border-top: 5px solid #D8698A;
  animation: open 2s ease-in-out 0s infinite;
}
.content .pill .side + .side:before {
  bottom: inherit;
  top: 0;
  border-radius: 0 0 10px 10px;
}
.content .pill .side + .side:after {
  bottom: inherit;
  top: 0;
  border-radius: 0 0 40px 40px;
  border-top-color: rgba(255, 255, 255, 0);
  border-top-width: 0px;
  border-bottom-width: 9px;
}

@keyframes spin {
  100% {
    transform: rotate(-540deg);
  }
}
@keyframes open {
  0%, 20%, 80%, 100% {
    margin-top: 0;
  }
  30%, 70% {
    margin-top: 40px;
  }
}
@keyframes shine {
  0%, 46% {
    right: 1.5vmin;
  }
  54%, 100% {
    right: 7.5vmin;
  }
}
@keyframes shadow {
  0%, 49.999% {
    transform: rotateY(0deg);
    left: 0;
  }
  50%, 100% {
    transform: rotateY(180deg);
    left: -3vmin;
  }
}
@keyframes medicine-dust {
  0%, 100% {
    transform: translate3d(0vmin, 0vmin, -0.1vmin);
  }
  25% {
    transform: translate3d(0.25vmin, 5vmin, 0vmin);
  }
  75% {
    transform: translate3d(-0.1vmin, -4vmin, 0.25vmin);
  }
}
/*------------------- 3.2. Buttons -------------------*/
.vsBtn {
  position: relative;
  overflow: hidden;
  display: inline-block;
  padding: 15px 30px;
  background-color: var(--vs-theme-color1);
  color: var(--vs-white-color);
  text-transform: capitalize;
  text-decoration: none;
  border: none;
  border-radius: 50px;
  font-family: var(--vs-title-font);
  font-size: 16px;
  font-weight: 600;
  transition: 0.5s;
  z-index: 1;
}
.vsBtn span {
  position: absolute;
  width: 0;
  height: 0;
  border-radius: inherit;
  background-color: var(--vs-title-color);
  transition: width 0.8s, height 0.8s;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.vsBtn:hover {
  color: var(--vs-white-color);
  background-color: transparent;
}
.vsBtn:hover span {
  width: 225%;
  height: 500px;
}

.home-two .vsBtn span {
  background-color: var(--vs-theme-color2);
}

.vsBtn.style2 {
  background-color: var(--vs-title-color);
}
.vsBtn.style2 span {
  background-color: var(--vs-theme-color1);
}
.vsBtn.style2:hover {
  color: var(--vs-white-color);
  background-color: transparent;
}
.vsBtn.style2:hover span {
  width: 225%;
  height: 500px;
}

.vsBtn.style3 {
  background-color: var(--vs-theme-color3);
}

.vsBtn.style4 {
  background-color: var(--vs-theme-color4);
}

.home4 .vsBtn {
  background-color: var(--vs-title-color);
  color: var(--vs-white-color);
}
.home4 .vsBtn span {
  background-color: rgba(var(--vs-white-color-rgb), 0.3);
}
.home4 .vsBtn:hover {
  color: var(--vs-title-color);
  background-color: transparent;
}

.home5 .vsBtn {
  background-color: var(--vs-theme-color4);
  color: var(--vs-white-color);
}
.home5 .vsBtn:hover {
  color: var(--vs-white-color);
  background-color: var(--vs-title-color);
}

.vs-btn {
  display: inline-flex;
  padding: 15px 25px;
  background-color: var(--vs-theme-color1);
  text-transform: uppercase;
  text-decoration: none;
  font-family: var(--vs-title-font);
  font-size: 16px;
  font-weight: 600;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.vs-btn a {
  color: var(--vs-white-color);
  text-decoration: none;
}

.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-color1);
  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-color1);
  color: var(--vs-white-color);
}
.icon-btn.style4, .icon-btn.style3 {
  --btn-size: 55px;
  background-color: #f2f6ff;
  color: var(--vs-theme-color1);
  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-color1);
  color: var(--vs-white-color);
  box-shadow: none;
}
.icon-btn.style6 {
  background-color: var(--vs-theme-color1);
  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;
}

.vs-hero__btn {
  display: flex;
  align-items: center;
  gap: 25px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .vs-hero__btn {
    justify-content: center;
  }
}

.vs-video {
  width: 100%;
  height: 600px;
  display: flex;
  align-items: center;
}
.vs-video .video_btn {
  display: flex;
  justify-content: center;
}
.vs-video .play-btn {
  --icon-size: 120px;
}
.vs-video .play-btn i {
  --icon-size: 120px;
  font-size: 32px;
  background: rgba(var(--vs-white-color-rgb), 0.2);
  border: 2px solid var(--vs-white-color);
}
.vs-video .play-btn:hover:after, .vs-video .play-btn:hover::before,
.vs-video .play-btn:hover i {
  background-color: var(--vs-theme-color2);
}

.play-btn {
  --icon-size: 70px;
  width: var(--icon-size);
  height: var(--icon-size);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  background-color: transparent;
  border-radius: 50%;
}
.play-btn i {
  --icon-size: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--icon-size);
  height: var(--icon-size);
  line-height: var(--icon-size);
  font-size: 16px;
  text-align: center;
  background: linear-gradient(90deg, var(--vs-theme-color2) 0%, var(--vs-theme-color1) 70%);
  color: var(--vs-white-color);
  border-radius: 50%;
  position: relative;
  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: rgba(var(--vs-white-color-rgb), 0.3);
  z-index: -1;
  border-radius: 50%;
  transition: all ease 0.4s;
}
.play-btn:after {
  animation-delay: 2s;
}
.play-btn:hover:after, .play-btn:hover::before,
.play-btn:hover i {
  background-color: var(--vs-theme-color1);
  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-color1);
  transition: all ease 0.4s;
}
.link-btn:hover {
  color: var(--vs-theme-color1);
}
.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-color1);
  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-color1);
  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;
}

/* Small devices */
@media (max-width: 767px) {
  .scrollToTop {
    right: 20px;
  }
  .scrollToTop.show {
    bottom: 20px;
  }
}
/*------------------- 3.3. Titles -------------------*/
.vs-title {
  margin-bottom: var(--vs-section-title-space);
}
@media (max-width: 350px) {
  .vs-title {
    margin-bottom: 15px;
  }
}
.vs-title__main {
  margin: 0;
  font-family: var(--vs-title-font);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.18;
}
.vs-service__txt h3,
.why-choose-us__card h3,
.why-choose-us__stat h3,
.test-admin h3,
.vs-appoint--style4 h2,
.vs-footer__wrapper-title {
  font-family: var(--vs-title-font);
  font-weight: 600;
  letter-spacing: 0;
}
.vs-title__main span {
  color: var(--vs-theme-color2);
}
.vs-title__sub {
  color: var(--vs-title-color);
  text-transform: capitalize;
  font-size: 20px;
  font-family: var(--vs-title-font);
  font-weight: bold;
  display: block;
  margin-bottom: 20px;
}
.vs-title__sub img {
  padding-right: 10px;
}
.vs-title {
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-title {
    margin-bottom: 38px;
  }
  .vs-title__sub {
    margin-bottom: 15px;
  }
}
.vs-title {
  /* Extra small devices */
}
@media (max-width: 575px) {
  .vs-title__main {
    font-size: 30px !important;
    max-width: 270px;
  }
}

/*------------------- 3.4. Common -------------------*/
.alert-dismissible .bvs-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;
}

.z-index-n2 {
  z-index: 2;
}

.media-body {
  flex: 1;
}

/*------------------- 3.6. Font -------------------*/
.font-icon {
  font-family: var(--vs-icon-font);
}

.font-title {
  font-family: var(--vs-title-font);
}

.font-body {
  font-family: var(--vs-body-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;
}

.lh-xl {
  line-height: 60px;
}

/*------------------- 3.7. Background -------------------*/
.bg-theme {
  background-color: var(--vs-theme-color1) !important;
}

.bg-smoke {
  background-color: var(--vs-smoke-color) !important;
}

.bg-white {
  background-color: var(--vs-white-color) !important;
}

.bg-black {
  background-color: var(--vs-black-color) !important;
}

.bg-title {
  background-color: var(--vs-title-color) !important;
}

.bg-gray {
  background-color: var(--vs-body-color);
}

.bg-smoke {
  background-color: #ECF0F4;
}

.bg-ash {
  background-color: #EDF9F9;
}

.bg-title {
  background-color: var(--vs-title-color);
}

.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-fixed {
  background-attachment: fixed;
}

.bg-color1 {
  background-color: var(--vs-theme-color1) !important;
}

.bg-color2 {
  background-color: var(--vs-theme-color2);
}

.bg-color3 {
  background-color: var(--vs-theme-color3);
}

.bg-color4 {
  background-color: var(--vs-theme-color4);
}

.bg-color5 {
  background-color: var(--vs-theme-color5);
}

.bg-img-color {
  background-color: var(--vs-img-bg-color);
}

/*------------------- 3.8. Text Color -------------------*/
.text-theme {
  color: var(--vs-theme-color1) !important;
}

.text-title {
  color: var(--vs-title-color) !important;
}

.text-body {
  color: var(--vs-body-color) !important;
}

.text-white {
  color: var(--vs-white-color) !important;
}

.text-yellow {
  color: var(--vs-yellow-color) !important;
}

.text-success {
  color: var(--vs-success-color) !important;
}

.text-error {
  color: var(--vs-error-color) !important;
}

.text-inherit {
  color: inherit;
}
.text-inherit:hover {
  color: var(--vs-theme-color1);
}

a.text-theme:hover,
.text-reset:hover {
  text-decoration: underline;
}

.text-theme-color1 {
  color: var(--vs-theme-color1) !important;
}

.text-theme-color2 {
  color: var(--vs-theme-color2) !important;
}

.text-theme-color3 {
  color: var(--vs-theme-color3) !important;
}

.text-theme-color4 {
  color: var(--vs-theme-color4) !important;
}

/*------------------- 3.9. Animation -------------------*/
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.wow-animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  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;
}

.spin {
  --animation-name: spin;
}

.animated {
  animation-fill-mode: both;
  animation-iteration-count: 1;
  animation-duration: 1s;
  animation-delay: 0.3s;
  animation-name: var(--animation-name);
}

.ripple-animation, .play-btn:after, .play-btn:before {
  animation-duration: var(--ripple-ani-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;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(90deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes zoom {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.vs-fade-animation {
  opacity: 0;
  transform: translateY(30px);
}

.vs-x-anim {
  animation-name: vs-x-anim;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes vs-x-anim {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
}
@keyframes toTopFromBottom {
  49% {
    transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
/*------------------- 3.10. icons -------------------*/
.searchBoxTggler {
  width: 60px;
  height: 60px;
  background-color: var(--vs-title-color);
  color: var(--vs-theme-color1);
  font-size: 20px;
  border: 0;
  position: relative;
  top: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.5s;
}
.searchBoxTggler:hover {
  color: var(--vs-white-color);
  background-color: var(--vs-theme-color1);
}

.searchBoxTggler.style2 {
  background-color: var(--vs-theme-color2);
  color: var(--vs-white-color);
}
.searchBoxTggler.style2:hover {
  background-color: var(--vs-theme-color1);
}

.home4 .searchBoxTggler {
  background-color: var(--vs-title-color);
  color: var(--vs-white-color);
}
.home4 .searchBoxTggler:hover {
  color: var(--vs-title-color);
  background-color: rgba(var(--vs-white-color-rgb), 0.3);
}

.home5 .searchBoxTggler {
  background-color: var(--vs-theme-color5);
  color: var(--vs-white-color);
}
.home5 .searchBoxTggler:hover {
  color: var(--vs-white-color);
  background-color: var(--vs-title-color);
}

.rating-select {
  display: flex;
  align-items: center;
  margin-top: -0.4em;
}
.rating-select label {
  font-weight: 500;
  color: var(--vs-title-color);
  margin: 0 10px 0 0;
  display: inline-block;
}
.rating-select p.stars {
  padding: 0;
  margin-bottom: 0;
  line-height: 1;
  display: inline-block;
}
.rating-select p.stars a {
  position: relative;
  height: 14px;
  width: 18px;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
  /* Medium devices */
}
@media (max-width: 991px) {
  .rating-select p.stars a {
    width: 14px;
  }
}
.rating-select p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 14px;
  line-height: 1;
  font-family: var(--vs-icon-font);
  content: "\f005";
  font-weight: 400;
  text-indent: 0;
  color: var(--vs-theme-color2);
}
.rating-select p.stars a:hover ~ a::before {
  content: "\f005";
  font-weight: 400;
}
.rating-select p.stars:hover a::before {
  content: "\f005";
  font-weight: 700;
}
.rating-select p.stars.selected a.active::before {
  content: "\f005";
  font-weight: 700;
}
.rating-select p.stars.selected a.active ~ a::before {
  content: "\f005";
  font-weight: 400;
}
.rating-select p.stars.selected a:not(.active)::before {
  content: "\f005";
  font-weight: 700;
}

/*------------------- 3.11. social -------------------*/
.social-style {
  display: inline-flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.social-style span.home4 {
  font-family: var(--vs-title-font);
  color: var(--vs-white-color);
  font-size: 16px;
  line-height: 20px;
  text-transform: capitalize;
  margin-right: 20px;
  padding-right: 15px;
  border-right: 2px solid rgba(var(--vs-white-color-rgb), 0.3);
  position: relative;
}
.social-style span.home4::after {
  content: "";
  width: 1px;
  height: 14px;
  background-color: rgba(var(--vs-white-color-rgb), 0.3);
  position: absolute;
  right: -6px;
  top: 3px;
}
.social-style a {
  --icon-size: 40px;
  background-color: var(--vs-white-color);
  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-title-color);
  border: 1px solid rgba(var(--vs-theme-color1-rgb), 0.3);
  font-size: 14px;
  margin-right: 5px;
  transition: all ease 0.4s;
}
.social-style a:hover {
  color: var(--vs-white-color);
  background-color: var(--vs-theme-color1);
}
.social-style.style2 a {
  font-size: 13px;
  color: var(--vs-white-color);
  background-color: rgba(var(--vs-white-color-rgb), 0.15);
  border: 2px solid var(--vs-white-color);
}
.social-style.style2 a:hover {
  color: var(--vs-theme-color3);
}

.social-style.mobileMenu {
  margin-top: 100px;
}
.social-style.mobileMenu a {
  color: var(--vs-white-color);
  background-color: var(--vs-title-color);
}
.social-style.mobileMenu a:last-child {
  margin-right: 0;
}
.social-style.mobileMenu a:hover {
  color: var(--vs-white-color);
  background-color: var(--vs-theme-color2);
}

.social-style.mobileMenu.style2 {
  margin-top: 100px;
}
.social-style.mobileMenu.style2 a {
  background-color: var(--vs-title-color);
}
.social-style.mobileMenu.style2 a:last-child {
  margin-right: 0;
}
.social-style.mobileMenu.style2 a:hover {
  color: var(--vs-white-color);
  background-color: var(--vs-theme-color3);
}

/*------------------- 3.12. sticky -------------------*/
.will-sticky .sticky-active {
  position: fixed;
  top: -100%;
  right: 0;
  left: 0;
  background: linear-gradient(90deg, var(--vs-title-color) 0%, var(--vs-theme-color1) 50%, var(--vs-theme-color2) 100%);
  transition: all ease 0.8s;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
}
.will-sticky .sticky-active.active {
  top: 0;
}
.will-sticky .sticky-active {
  /* Large devices */
}
@media (max-width: 1199px) {
  .will-sticky .sticky-active {
    background: linear-gradient(90deg, var(--vs-title-color) 0%, var(--vs-theme-color2) 100%);
  }
}

/*------------------- 3.13. backtoptop -------------------*/
.back-to-top {
  --back-to-top-size: 57px;
  position: fixed;
  right: 16px;
  width: var(--back-to-top-size);
  height: var(--back-to-top-size);
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1000;
  bottom: 20px;
  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: rgba(var(--vs-theme-color1-rgb), 0.9);
  border-radius: 50%;
}
.back-to-top .progress-circle svg {
  width: 100%;
  height: 100%;
}
.back-to-top .progress-circle circle {
  fill: none;
  stroke-width: 5;
  stroke-linecap: round;
}
.back-to-top .progress-circle .progress {
  stroke: var(--vs-white-color);
  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-title-color);
  pointer-events: none;
  font-size: 16px;
  font-weight: bold;
  font-family: var(--vs-title-font);
  transition: color 0.2s linear;
}
.back-to-top:hover .progress-percentage {
  color: var(--vs-white-color);
}
.back-to-top.visible {
  opacity: 1;
  pointer-events: auto;
  bottom: 20px;
  visibility: visible;
  transition: all 0.4s ease;
}
@media (max-width: 1400px) {
  .back-to-top.visible {
    bottom: 65px;
  }
}

/*------------------- 3.14. error page -------------------*/
.error-area__content h2 {
  max-width: 700px;
  margin: 0 auto 20px;
}
.error-area__content p.animate__fadeInUp {
  max-width: 600px;
  margin: 0 auto 30px;
}
.error-area .vsBtn {
  padding: 15px 50px;
}

/*------------------- 3.15. pagination page -------------------*/
.vs-pagination {
  padding-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
.vs-pagination ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.vs-pagination li {
  display: inline-block;
  margin: 0 0px;
  list-style-type: none;
}
.vs-pagination a {
  display: inline-block;
  font-family: var(--vs-title-font);
  color: var(--vs-title-color);
  min-width: 60px;
  height: 60px;
  font-size: 17px;
  font-weight: bold;
  background-color: var(--vs-img-bg-color);
  z-index: 1;
  border-radius: 10px;
  position: relative;
  border: 1px solid rgba(var(--vs-theme-color1-rgb), 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}
.vs-pagination a.active, .vs-pagination a:hover {
  box-shadow: none;
  color: var(--vs-white-color);
  background-color: var(--vs-theme-color1);
}
.vs-pagination a {
  /* Extra small devices */
}
@media (max-width: 575px) {
  .vs-pagination a {
    min-width: 40px;
    height: 40px;
    font-size: 15px;
  }
}

/*=================================
    04. Template Style
==================================*/
/*------------------- 4.1. Widget  -------------------*/
.widget {
  position: relative;
  margin-bottom: 30px;
  background-color: var(--vs-img-bg-color);
  border-radius: 20px;
  overflow: hidden;
}
.widget h3,
.widget .wp-block-heading {
  color: var(--vs-white-color);
  background-color: var(--vs-theme-color1);
  padding: 20px 30px;
  margin: 0;
}
.widget .services-nav {
  padding: 30px;
}
.widget .services-nav button,
.widget .services-nav a {
  position: relative;
  font-size: 16px;
  background-color: var(--vs-white-color);
  color: var(--vs-title-color);
  border: none;
  height: 50px;
  line-height: 50px;
  display: block;
  width: 100%;
  text-align: left;
  padding: 0 15px;
  border-radius: 8px;
  font-family: var(--vs-title-font);
  font-weight: bold;
  margin-bottom: 10px;
  transition: 0.5s;
}
.widget .services-nav button::after,
.widget .services-nav a::after {
  content: "";
  position: absolute;
  left: 37px;
  top: 13px;
  width: 1px;
  height: 25px;
  background-color: var(--vs-theme-color1);
  opacity: 0.2;
}
.widget .services-nav button i,
.widget .services-nav a i {
  font-size: 14px;
  margin-right: 15px;
  color: var(--vs-theme-color1);
}
.widget .services-nav button.active, .widget .services-nav button:hover,
.widget .services-nav a.active,
.widget .services-nav a:hover {
  background-color: var(--vs-title-color);
  color: var(--vs-white-color);
}
.widget .services-nav button.active i, .widget .services-nav button:hover i,
.widget .services-nav a.active i,
.widget .services-nav a:hover i {
  color: var(--vs-white-color);
}
.widget.search-widget form {
  padding: 0px 30px;
  color: var(--vs-white-color);
}
.widget.search-widget form input {
  width: 100%;
  padding: 20px;
  border: none;
  outline: none;
  font-size: 16px;
  background-color: var(--vs-white-color);
  border: 1px solid rgba(var(--vs-theme-color1-rgb), 0.2);
  color: var(--vs-title-color);
  text-transform: capitalize;
  border-radius: 10px;
  margin-top: 30px;
}
.widget.search-widget form button {
  width: 135px;
  padding: 15px;
  font-family: var(--vs-title-font);
  background-color: var(--vs-title-color);
  border: none;
  color: var(--vs-white-color);
  font-weight: bold;
  border-radius: 30px;
  cursor: pointer;
  text-transform: capitalize;
  font-size: 16px;
  margin: 20px 0 30px;
  transition: 0.5s;
}
.widget.search-widget form button:hover {
  background-color: var(--vs-theme-color1);
}
.widget.newsletter-widget {
  background-color: var(--vs-theme-color1);
}
.widget.newsletter-widget h3 {
  background-color: var(--vs-title-color);
}
.widget.newsletter-widget p {
  padding: 15px 30px;
  color: var(--vs-white-color);
  margin: 0;
}
.widget.newsletter-widget form {
  padding: 0px 30px;
  color: var(--vs-white-color);
}
.widget.newsletter-widget form input {
  width: 100%;
  padding: 18px 20px;
  border: none;
  outline: none;
  font-size: 14px;
  background-color: var(--vs-white-color);
  color: var(--vs-title-color);
  text-transform: capitalize;
  border-radius: 10px;
}
.widget.newsletter-widget form button {
  width: 155px;
  padding: 18px 20px;
  font-family: var(--vs-title-font);
  background-color: var(--vs-title-color);
  border: none;
  color: var(--vs-white-color);
  font-weight: bold;
  border-radius: 10px;
  cursor: pointer;
  text-transform: capitalize;
  font-size: 16px;
  margin: 20px 0 30px;
  transition: 0.5s;
}
.widget.newsletter-widget form button:hover {
  color: var(--vs-title-color);
  background-color: var(--vs-white-color);
}
.widget.latestNews-widget .latestNews-wrap {
  padding: 30px;
}
.widget.latestNews-widget .latestNews-wrap .latestNews {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.widget.latestNews-widget .latestNews-wrap .latestNews:last-child {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}
.widget.latestNews-widget .latestNews-wrap .latestNews .media-img {
  margin-right: 15px;
  width: 100px;
  overflow: hidden;
  border-radius: 10px;
}
.widget.latestNews-widget .latestNews-wrap .latestNews .media-img img {
  width: 100%;
  transition: all ease 0.4s;
}
.widget.latestNews-widget .latestNews-wrap .latestNews .latestNews-meta {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}
.widget.latestNews-widget .latestNews-wrap .latestNews .latestNews-meta i {
  color: var(--vs-theme-color1);
  margin-right: 10px;
}
.widget.latestNews-widget .latestNews-wrap .latestNews .post-title {
  font-family: var(--vs-title-font);
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  margin: 0 0 0px 0;
  text-transform: capitalize;
}
.widget.latestNews-widget .latestNews-wrap .latestNews .post-title a {
  color: var(--vs-title-color);
  display: inline-block;
}
.widget.latestNews-widget .latestNews-wrap .latestNews .post-title a:hover {
  color: var(--vs-theme-color1);
}
.widget.latestNews-widget .latestNews-wrap .latestNews:hover .media-img img {
  transform: scale(1.08);
}

@media (max-width: 1300px) {
  .widget.latestNews-widget .latestNews-wrap .latestNews .post-title {
    font-size: 18px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .widget {
    --widget-padding-y: 30px;
    --widget-padding-x: 30px;
  }
  .widget.search-widget form {
    padding: 0px 20px;
  }
  .widget .services-nav {
    padding: 20px;
  }
  .widget .services-nav button,
  .widget .services-nav a {
    padding: 0 10px;
  }
  .widget.latestNews-widget .latestNews-wrap {
    padding: 20px;
  }
  .widget.latestNews-widget .latestNews-wrap .latestNews .media-img {
    width: 75px;
  }
  .widget.latestNews-widget .latestNews-wrap .latestNews .latestNews-meta {
    margin: 0 0 5px;
    font-size: 14px;
  }
  .widget.latestNews-widget .latestNews-wrap .latestNews .post-title {
    font-size: 16px;
    line-height: 24px;
  }
  .widget_title {
    font-size: 20px;
    margin-bottom: 25px;
  }
}
.vs-side-form__group {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 0 10px;
  background-color: #fff;
}
.vs-side-form__group--inline {
  display: flex;
  gap: 10px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .vs-side-form__group--inline {
    flex-wrap: wrap;
  }
}
.vs-side-form__group--checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  border: none;
  padding: 0;
  background: none;
}
.vs-side-form__plan {
  width: 100%;
  border: 0;
  min-height: 56px;
  text-transform: capitalize;
  font-weight: 700;
  color: var(--vs-title-color);
  padding: 0 20px;
  outline: none;
  cursor: pointer;
  background-color: transparent;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
  background-position: right 26px center;
  background-repeat: no-repeat;
  background-size: 16px 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.vs-side-form__plan option {
  padding: 10px;
}
.vs-side-form__pricing {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0 24px 0;
  margin-bottom: 25px;
  border-bottom: 1px solid rgba(var(--vs-title-color-rgb), 0.2);
}
.vs-side-form__pricing--amount {
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: var(--vs-title-font);
  color: var(--vs-title-color);
}
.vs-side-form__pricing--name {
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0.48px;
  color: var(--vs-body-color);
}
.vs-side-form__total {
  margin-bottom: 25px;
  display: grid;
  gap: 10px;
}
.vs-side-form__total--text, .vs-side-form__total--amount {
  display: block;
  font-weight: 700;
  color: var(--vs-title-color);
}
.vs-side-form__total--text span, .vs-side-form__total--amount span {
  color: #25283E;
}
.vs-side-form__icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 30px;
  padding-right: 10px;
  border-right: 1px solid rgba(var(--vs-title-color-rgb), 0.2);
  color: rgba(var(--vs-body-color-rgb), 0.8);
  font-size: 16px;
}
.vs-side-form__input {
  flex: 1;
  padding: 16px 10px;
  border: none;
  outline: none;
  font-size: 16px;
  background-color: transparent;
  letter-spacing: 0.48px;
  font-weight: 500;
  text-transform: capitalize;
}
.vs-side-form__input::placeholder {
  color: var(--vs-body-color);
}
.vs-side-form__input--half {
  width: 100%;
}
.vs-side-form__group--checkbox {
  border: none;
  background: none;
  padding: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
.vs-side-form__checkbox-label {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
  letter-spacing: 0.48px;
  position: relative;
  gap: 10px;
  user-select: none;
  font-weight: 500;
  text-transform: capitalize;
  flex-wrap: wrap;
}
.vs-side-form__checkbox {
  display: none;
}
.vs-side-form__checkbox:checked + .vs-side-form__custom-box::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 0px;
  width: 6px;
  height: 12px;
  border: solid var(--vs-white-color);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.vs-side-form__checkbox:checked + .vs-side-form__custom-box {
  background-color: var(--vs-theme-color2);
}
.vs-side-form__custom-box {
  min-width: 20px;
  width: 20px;
  height: 20px;
  background-color: var(--vs-white-color);
  border: 2px solid var(--vs-theme-color2);
  border-radius: 4px;
  position: relative;
  transition: all 0.3s;
  margin-top: -3px;
}
.vs-side-form__submit {
  width: 100%;
  padding: 14px 15px;
  font-family: var(--vs-title-font);
  background-color: var(--vs-theme-color2);
  border: none;
  color: var(--vs-white-color);
  font-weight: 700;
  border-radius: 8px;
  cursor: pointer;
  text-transform: capitalize;
  font-size: 20px;
}
.vs-side-form__submit:hover {
  background-color: var(--vs-theme-color1);
}

.author-sidebar__content {
  padding: 30px 30px 40px 30px;
}
.author-sidebar__title {
  font-size: 24px;
  text-transform: capitalize;
  text-align: left;
}
.author-sidebar__schedule {
  margin-bottom: 20px;
}
.author-sidebar__schedule--list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}
.author-sidebar__schedule--list li {
  padding: 5px 0;
  font-weight: 700;
}
.author-sidebar__schedule--list li:last-child {
  border-bottom: none;
}
.author-sidebar__timing {
  color: var(--vs-title-color);
}
.author-sidebar .icon-call {
  margin-bottom: 14px;
}
.author-sidebar .icon-call:last-child {
  margin-bottom: 0;
}
.author-sidebar .icon-call__number {
  color: var(--vs-body-color);
  font-size: 18px;
}
.author-sidebar .icon-call__icon {
  --icon-size: 45px;
  font-size: 14px;
}

/*------------------- 4.2. Header  -------------------*/
.vs-header {
  position: relative;
  z-index: 41;
}
.vs-header.bg-fixed {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.vs-header .sticky-wrapper {
  background-color: rgba(var(--vs-theme-color1-rgb), 0.3);
}
.vs-header .menu-container {
  margin-left: -180px;
  margin-right: -180px;
}
@media (max-width: 1800px) {
  .vs-header .menu-container {
    margin-left: -80px;
    margin-right: -80px;
  }
}
@media (max-width: 1600px) {
  .vs-header .menu-container {
    margin-left: auto;
    margin-right: auto;
  }
}
.vs-header__action {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-left: 100px;
  align-items: center;
}
@media (max-width: 1600px) {
  .vs-header__action {
    gap: 10px;
    margin-left: 0px;
  }
}
.vs-header__action p {
  font-family: var(--vs-title-font);
  color: var(--vs-white-color);
  font-size: 20px;
  text-transform: capitalize;
  font-weight: bold;
  margin: 0 10px 0 0;
  line-height: 0px;
  padding-left: 20px;
  position: relative;
  transition: 0.5s;
}
.vs-header__action p:hover {
  color: var(--vs-title-color);
}
.vs-header__action p:hover span {
  color: var(--vs-white-color);
}
.vs-header__action p span {
  font-size: 16px;
  color: var(--vs-white-color);
  display: block;
  margin-bottom: 30px;
}
.vs-header__action .call-icon {
  width: 60px;
  height: 60px;
  background-color: var(--vs-title-color);
  color: var(--vs-theme-color1);
  font-size: 26px;
  position: relative;
  top: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.5s;
}
.vs-header__action .H-call:hover .call-icon {
  background-color: var(--vs-theme-color1);
  color: var(--vs-white-color);
}
.vs-header__logo {
  padding: 20px 0;
  /* Large devices */
}
@media (max-width: 1199px) {
  .vs-header__logo {
    margin: 0 30px;
  }
}
@media (max-width: 500px) {
  .vs-header__logo {
    max-width: 180px;
    margin: 0;
  }
}
.vs-header.home-two .sticky-wrapper {
  background-color: rgba(var(--vs-title-color-rgb), 0.9);
  border-bottom: 2px solid rgba(var(--vs-white-color-rgb), 0.6);
}
.vs-header.home-two .sticky-wrapper .sticky-active.active {
  background: rgba(var(--vs-title-color-rgb), 0.95);
}
.vs-header.home-three .sticky-wrapper {
  background-color: rgba(var(--vs-theme-color1-rgb), 0.4);
  border-bottom: 2px solid rgba(var(--vs-white-color-rgb), 0.6);
}
.vs-header.home-three .sticky-wrapper .sticky-active.active {
  background: var(--vs-title-color);
}
.vs-header.home-four .sticky-wrapper {
  background-color: rgba(var(--vs-theme-color3-rgb), 0.9);
  border-bottom: 3px solid rgba(var(--vs-white-color-rgb), 0.2);
}
.vs-header.home-four .sticky-wrapper .sticky-active.active {
  background: var(--vs-theme-color3);
  border-bottom: 3px solid rgba(var(--vs-white-color-rgb), 0.2);
}
.vs-header.home-five .sticky-wrapper {
  background-color: rgba(var(--vs-theme-color4-rgb), 0.1);
  border-bottom: 3px solid rgba(var(--vs-theme-color4-rgb), 0.2);
}
.vs-header.home-five .sticky-wrapper .sticky-active.active {
  background: linear-gradient(90deg, var(--vs-theme-color5) 0%, var(--vs-white-color) 40%, var(--vs-theme-color4) 100%);
  border-bottom: 3px solid rgba(var(--vs-theme-color4-rgb), 0.2);
}

.main-menu {
  margin-right: 100px;
}
@media (max-width: 1800px) {
  .main-menu {
    margin-right: 0px;
  }
}
@media (max-width: 1400px) {
  .main-menu {
    margin-right: 80px;
  }
}
.main-menu a {
  display: block;
  position: relative;
  font-weight: bold;
  font-size: 16px;
  color: var(--vs-white-color);
  font-family: var(--vs-title-font);
  text-transform: capitalize;
}
.main-menu ul {
  margin: 0;
  padding: 0;
}
.main-menu ul li {
  list-style-type: none;
  display: inline-block;
  position: relative;
  margin: 0;
}
.main-menu ul li a {
  position: relative;
  padding: 37px 20px;
}
@media (max-width: 1600px) {
  .main-menu ul li a {
    padding: 35px 15px;
  }
}
.main-menu ul li a::after {
  content: "";
  position: absolute;
  width: 0%;
  left: 0;
  bottom: 0;
  height: 3px;
  background: var(--vs-white-color);
  transition: 0.3s;
  border-radius: 2px;
  opacity: 0;
}
.main-menu ul li a:hover::after {
  width: 100%;
  opacity: 1;
}
.main-menu ul li.active a {
  background-color: rgba(var(--vs-title-color-rgb), 0.8);
}
.main-menu ul li.active a::after {
  width: 100%;
  opacity: 1;
}
.main-menu ul li.menu-item-has-children.mega-menu-wrap.active a {
  background-color: transparent;
}
.main-menu ul li.menu-item-has-children.mega-menu-wrap.active a::after {
  content: "";
  width: 0%;
  opacity: 0;
}
.main-menu ul li.menu-item-has-children.mega-menu-wrap.active a:hover::after {
  width: 100%;
  opacity: 1;
}
.main-menu ul li:last-child {
  margin-right: 0;
}
.main-menu ul li:first-child {
  margin-left: 0;
}
.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 rgba(0, 0, 0, 0.1);
  visibility: hidden;
  min-width: 210px;
  width: max-content;
  padding: 7px;
  left: -14px;
  margin-top: 50px;
  opacity: 0;
  z-index: -1;
  border-bottom: 4px solid var(--vs-title-color);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.09), 0px 3px 0px 0px rgba(231, 13, 60, 0.004);
  transform-origin: top center;
  transition: margin-top 0.4s ease-in-out 0s, visibility 0.4s ease-in-out 0s, opacity 0.4s ease-in-out 0s, z-index 0s;
}
.main-menu ul.sub-menu li,
.main-menu ul.mega-menu li {
  margin: 0 0 5px;
}
.main-menu ul.sub-menu a,
.main-menu ul.mega-menu a {
  color: var(--vs-title-color);
  font-size: 16px;
  line-height: 25px;
  text-transform: capitalize;
  background-color: transparent;
}
.main-menu ul.sub-menu {
  padding: 25px 20px;
  left: -20px;
  display: grid;
  gap: 3px;
}
.main-menu ul.sub-menu li {
  display: block;
  margin: 0 0 5px;
}
.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: 5px 0;
  display: inline-block;
  background-color: transparent;
  font-weight: 700;
}
.main-menu ul.sub-menu li a::before {
  content: "\f101";
  font-family: var(--vs-icon-font);
  font-weight: 400;
  margin: 0 10px 0 0;
  color: var(--vs-theme-color1);
  font-size: 14px;
}
.main-menu ul.sub-menu li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0%;
  border-bottom: 2px solid var(--vs-title-color);
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease;
  z-index: -1;
  pointer-events: none;
}
.main-menu ul.sub-menu li a.active, .main-menu ul.sub-menu li a:hover {
  transform: translateX(10px);
}
.main-menu ul.sub-menu li a.active::after, .main-menu ul.sub-menu li a:hover::after {
  width: 100%;
  left: 10px;
  opacity: 1;
  visibility: visible;
  transition: all 0.6s ease;
  transform: translateX(-10px);
}
.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: grid;
  grid-template-columns: repeat(4, 1fr);
  text-align: left;
  width: 100%;
  padding: 25px;
  left: 50%;
  max-width: var(--vs-main-container);
  transform: translateX(-50%);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.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 ul {
  margin-top: 20px;
}
.main-menu ul.mega-menu li ul li {
  padding: 0px 20px 0 0;
}
.main-menu ul.mega-menu li ul li.active a.active, .main-menu ul.mega-menu li ul li.active a:hover {
  transform: translateX(10px);
}
.main-menu ul.mega-menu li ul li.active a.active::after, .main-menu ul.mega-menu li ul li.active a:hover::after {
  width: 100%;
  left: 10px;
  opacity: 1;
  visibility: visible;
  transition: all 0.6s ease;
  transform: translateX(-10px);
}
.main-menu ul.mega-menu li a {
  display: block;
  padding: 5px 0px;
  position: relative;
  z-index: 1;
}
.main-menu ul.mega-menu > li span {
  display: inline-block;
  padding-bottom: 5px;
  margin-bottom: 10px;
  text-transform: capitalize;
  font-weight: 700;
  color: var(--vs-theme-color1);
  border-bottom: 2px solid var(--vs-theme-color1);
  font-family: var(--vs-title-font);
}
.main-menu ul.mega-menu > li > ul {
  display: grid;
  gap: 3px;
}
.main-menu ul.mega-menu > li > ul > li > a {
  z-index: 1;
  font-weight: 700;
  position: relative;
  display: inline-block;
}
.main-menu ul.mega-menu > li > ul > li > a:before {
  content: "\f101";
  font-family: var(--vs-icon-font);
  font-weight: 400;
  margin: 0 10px 0 0;
  font-size: 14px;
  color: var(--vs-theme-color1);
}
.main-menu ul.mega-menu > li > ul > li > a::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0%;
  background: transparent;
  border-bottom: 2px solid var(--vs-title-color);
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease;
  z-index: -1;
  pointer-events: none;
}
.main-menu ul.mega-menu > li > ul > li > a:hover {
  transform: translateX(15px);
}
.main-menu ul.mega-menu > li > ul > li > a:hover::after {
  width: 100%;
  left: 10px;
  opacity: 1;
  visibility: visible;
  transition: all 0.6s ease;
  transform: translateX(-15px);
}
.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;
}

@media (max-width: 1800px) {
  .home-two .main-menu {
    margin-right: 80px;
  }
}
.home-two .main-menu ul li a::after {
  height: 2px;
}
.home-two .main-menu ul li.active a {
  background-color: rgba(var(--vs-theme-color1-rgb), 0.3);
}
.home-two .main-menu ul.sub-menu li a {
  background: transparent;
}
.home-two .main-menu ul.sub-menu li a::after {
  height: 2px;
  border-color: var(--vs-title-color);
}

@media (max-width: 1800px) {
  .home-three .main-menu {
    margin-right: 80px;
  }
}
.home-three .main-menu ul li a::after {
  height: 3px;
  border-color: var(--vs-theme-color1);
}
.home-three .main-menu ul li.active a {
  background-color: rgba(var(--vs-white-color-rgb), 0.1);
}
.home-three .main-menu ul.sub-menu li a {
  background: transparent;
}
.home-three .main-menu ul.sub-menu li a::after {
  height: 2px;
  border-color: var(--vs-title-color);
}

@media (max-width: 1800px) {
  .home-four .main-menu {
    margin-right: 80px;
  }
}
.home-four .main-menu ul li a::after {
  height: 3px;
  bottom: -3px;
  background: var(--vs-title-color);
}
.home-four .main-menu ul li.active a {
  background-color: rgba(var(--vs-white-color-rgb), 0.1);
}
.home-four .main-menu ul.sub-menu li a {
  background: transparent;
}
.home-four .main-menu ul.sub-menu li a::after {
  height: 2px;
  bottom: 0;
  background: none;
  border-color: var(--vs-title-color);
}
.home-four .main-menu ul.sub-menu li a::before {
  color: var(--vs-theme-color3);
}
.home-four .main-menu ul.mega-menu span {
  color: var(--vs-theme-color3);
  border-color: var(--vs-theme-color3);
}
.home-four .main-menu ul.mega-menu li > ul > li > a::before {
  color: var(--vs-theme-color3);
}

@media (max-width: 1800px) {
  .home-five .main-menu {
    margin-right: 80px;
  }
}
.home-five .main-menu ul li a {
  color: var(--vs-title-color);
}
.home-five .main-menu ul li a::after {
  height: 3px;
  bottom: -3px;
  background: var(--vs-theme-color5);
}
.home-five .main-menu ul li.active a {
  background-color: transparent;
}
.home-five .main-menu ul.sub-menu li a {
  background: transparent;
}
.home-five .main-menu ul.sub-menu li a::after {
  height: 2px;
  bottom: 0;
  background: none;
  border-color: var(--vs-title-color);
}
.home-five .main-menu ul.sub-menu li a::before {
  color: var(--vs-theme-color5);
}
.home-five .main-menu ul.mega-menu span {
  color: var(--vs-theme-color4);
  border-color: var(--vs-theme-color5);
}
.home-five .main-menu ul.mega-menu li > ul > li > a::before {
  color: var(--vs-theme-color5);
}

/*------------------- 4.3. Footer  -------------------*/
.vs-footer {
  overflow: hidden;
  background-color: #212354;
}
.vs-footer__contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 20px;
  padding: 40px;
}
.vs-footer__contact .contact_box {
  display: flex;
  align-items: center;
  gap: 20px;
}
.vs-footer__contact .contact_box .con-icon {
  width: 90px;
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--vs-title-color);
  color: var(--vs-white-color);
  font-size: 44px;
  border-radius: 10px;
  transition: 0.5s;
}
.vs-footer__contact .contact_box .con-txt p {
  font-family: var(--vs-title-font);
  color: var(--vs-white-color);
  text-transform: capitalize;
  font-weight: bold;
  margin: 0;
  transition: 0.5s;
}
.vs-footer__contact .contact_box .con-txt h3,
.vs-footer__contact .contact_box .con-txt h2 {
  max-width: 225px;
  font-size: 24px;
  color: var(--vs-white-color);
  margin: 0;
  transition: 0.5s;
}
.vs-footer__contact .contact_box .con-txt h3:hover,
.vs-footer__contact .contact_box .con-txt h2:hover {
  color: var(--vs-title-color);
}
.vs-footer__wrapper {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: start;
  margin-top: 80px;
}
.vs-footer__wrapper-title {
  color: var(--vs-white-color);
  margin: 0;
  position: relative;
  padding-bottom: 15px;
}
.vs-footer__wrapper-title:after {
  content: "";
  width: 92px;
  height: 3px;
  background-color: var(--vs-theme-color1);
  position: absolute;
  bottom: 0;
  left: 0;
}
.vs-footer__wrapper-content {
  margin-top: 25px;
}
.vs-footer__wrapper-content p {
  color: var(--vs-white-color);
  max-width: 360px;
}

.vs-footer__wrapper-content .footer-map {
  display: block;
  width: min(250px, 100%);
  max-width: 100%;
  height: 200px;
  border-radius: 8px;
}

@media (max-width: 1300px) {
  .vs-footer__wrapper-content p {
    max-width: 260px;
  }
}
.vs-footer__wrapper-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.vs-footer__wrapper-content ul li {
  font-family: var(--vs-body-font);
  text-transform: capitalize;
  font-weight: 400;
  margin-bottom: 8px;
}
.vs-footer__wrapper-content ul li a {
  color: var(--vs-white-color);
  transition: all 0.5s ease-in-out;
  display: block;
  position: relative;
}
.vs-footer__wrapper-content ul li a:after {
  content: "";
  width: 6px;
  height: 6px;
  background-color: var(--vs-theme-color1);
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 0;
  transition: all 0.5s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.vs-footer__wrapper-content ul li a:hover {
  padding-left: 20px;
}
.vs-footer__wrapper-content ul li a:hover:after {
  opacity: 1;
  visibility: visible;
}
.vs-footer__wrapper-content .subscribe input {
  width: 100%;
  padding: 10px 25px;
  border: 2px solid var(--vs-theme-color1);
  outline: none;
  border-radius: 10px;
  margin-bottom: 15px;
  background-color: rgba(var(--vs-white-color-rgb), 0.1);
  color: var(--vs-white-color);
}
.vs-footer__wrapper-content .subscribe input::placeholder {
  color: var(--vs-white-color);
}
.vs-footer__wrapper-content .subscribe button {
  padding: 10px 25px;
  border: none;
  outline: none;
  border-radius: 10px;
  background: var(--vs-theme-color1);
  color: var(--vs-white-color);
  font-weight: 500;
  transition: all 0.5s ease-in-out;
  text-transform: capitalize;
}
.vs-footer__wrapper-content .subscribe button:hover {
  color: var(--vs-theme-color1);
  background: var(--vs-white-color);
}
.vs-footer__bottom {
  background-color: rgba(var(--vs-white-color-rgb), 0.1);
  padding: 20px 0;
}
.vs-footer__bottom--menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
  margin: 0;
  list-style: none;
  column-gap: 37px;
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-footer__bottom--menu {
    justify-content: center;
  }
}
.vs-footer__bottom--menu > li > a {
  color: var(--vs-white-color);
  font-weight: 400;
  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-color1);
  transition: all 0.5s ease-in-out;
}
.vs-footer__bottom--menu > li > a:hover {
  color: var(--vs-theme-color1);
}
.vs-footer__bottom--menu > li > a:hover::before {
  left: 0;
  right: auto;
  opacity: 1;
  visibility: visible;
  width: 100%;
  transition: all 0.5s ease-in-out;
}
.vs-footer__copyright {
  color: var(--vs-white-color);
  font-weight: 400;
  letter-spacing: 0.48px;
  text-transform: capitalize;
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-footer__copyright {
    text-align: center;
  }
}
.vs-footer__copyright a {
  color: var(--vs-theme-color1);
  position: relative;
  font-weight: bold;
}
.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-color1);
  transition: all 0.5s ease-in-out;
}
.vs-footer__copyright a:hover {
  color: var(--vs-theme-color1);
}
.vs-footer__copyright a:hover::before {
  left: 0;
  right: auto;
  opacity: 1;
  visibility: visible;
  width: 100%;
  transition: all 0.5s ease-in-out;
}
.vs-footer {
  /* Large devices */
}
@media (max-width: 1199px) {
  .vs-footer__logo {
    width: 150px;
  }
  .vs-footer__contact .contact_box {
    gap: 10px;
  }
  .vs-footer__contact .contact_box .con-icon {
    width: 70px;
    height: 65px;
    font-size: 36px;
  }
  .vs-footer__contact .contact_box .con-txt h3,
  .vs-footer__contact .contact_box .con-txt h2 {
    max-width: 180px;
    font-size: 20px;
  }
  .vs-footer__wrapper {
    gap: 30px;
  }
  .vs-footer__wrapper-title {
    font-size: 20px;
  }
  .vs-footer__wrapper-content p {
    max-width: 300px;
    font-size: 14px;
  }
  .vs-footer__wrapper-content ul {
    width: 160px;
  }
}
.vs-footer {
  /* Medium devices */
}
@media (max-width: 991px) {
  .vs-footer .contact_box {
    flex-direction: column;
    gap: 15px;
    align-items: baseline;
  }
  .vs-footer .contact_box .con-icon {
    width: 90px;
    height: 85px;
    font-size: 44px;
  }
  .vs-footer__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.vs-footer {
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-footer__contact {
    flex-direction: column;
    gap: 20px;
    align-items: baseline;
  }
  .vs-footer__contact .contact_box {
    flex-direction: row;
    align-items: center;
  }
  .vs-footer__contact .contact_box .con-icon {
    width: 70px;
    height: 70px;
    font-size: 30px;
  }
  .vs-footer__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.vs-footer {
  /* Extra small devices */
}
@media (max-width: 575px) {
  .vs-footer__wrapper {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 400px) {
  .vs-footer__contact {
    padding: 20px;
  }
  .vs-footer__contact .contact_box {
    gap: 10px;
  }
  .vs-footer__contact .contact_box .con-icon {
    width: 70px;
    height: 65px;
    font-size: 36px;
  }
  .vs-footer__contact .contact_box .con-txt h3 {
    max-width: 180px;
    font-size: 20px;
  }
}
.vs-footer.style2 .vs-footer__logo {
  margin-right: 115px;
}
.vs-footer.style2 .vs-footer__contact {
  border-bottom: 2px dotted rgba(var(--vs-white-color-rgb), 0.2);
  border-radius: 0;
  padding: 0 0 50px;
}
.vs-footer.style2 .vs-footer__contact .contact_box .con-icon {
  width: 50px;
  height: 50px;
  font-size: 20px;
  border: 2px solid var(--vs-white-color);
  border-radius: 50%;
  transition: all 0.5s ease-in-out;
}
.vs-footer.style2 .vs-footer__contact .contact_box .con-txt h3 {
  max-width: 180px;
  font-size: 20px;
  transition: all 0.5s ease-in-out;
}
.vs-footer.style2 .vs-footer__contact .contact_box:hover .con-icon {
  color: var(--vs-theme-color3);
  border-color: var(--vs-theme-color3);
}
.vs-footer.style2 .vs-footer__contact .contact_box:hover .con-txt h3 {
  color: var(--vs-theme-color3);
}
.vs-footer.style2 .vs-footer__wrapper {
  margin-top: 30px;
}
.vs-footer.style2 .vs-footer__wrapper-title:after {
  background-color: var(--vs-theme-color3);
}
.vs-footer.style2 .vs-footer__wrapper-content p {
  max-width: 340px;
}
.vs-footer.style2 .vs-footer__wrapper-content ul li a:after {
  background-color: var(--vs-theme-color3);
}
.vs-footer.style2 .vs-footer__wrapper-content .subscribe input {
  border: 2px solid var(--vs-theme-color3);
}
.vs-footer.style2 .vs-footer__wrapper-content .subscribe button {
  background: var(--vs-theme-color3);
  color: var(--vs-white-color);
}
.vs-footer.style2 .vs-footer__wrapper-content .subscribe button:hover {
  color: var(--vs-theme-color3);
  background: var(--vs-white-color);
}
.vs-footer.style2 .vs-footer__bottom {
  background-color: rgba(var(--vs-theme-color3-rgb), 0.2);
}
.vs-footer.style2 .vs-footer__bottom--menu > li > a::before {
  background-color: var(--vs-theme-color3);
}
.vs-footer.style2 .vs-footer__bottom--menu > li > a:hover {
  color: var(--vs-theme-color3);
}
.vs-footer.style2 .vs-footer__copyright a {
  color: var(--vs-theme-color3);
}
.vs-footer.style2 .vs-footer__copyright a::before {
  background-color: var(--vs-theme-color3);
}
.vs-footer.style2 .vs-footer__copyright a:hover {
  color: var(--vs-theme-color3);
}
@media (max-width: 1300px) {
  .vs-footer.style2 .vs-footer__logo {
    margin-right: 35px;
  }
  .vs-footer.style2 .vs-footer__wrapper-title {
    font-size: 22px;
  }
}
.vs-footer.style2 {
  /* Large devices */
}
@media (max-width: 1199px) {
  .vs-footer.style2 .vs-footer__logo {
    width: 180px;
  }
  .vs-footer.style2 .vs-footer__contact .contact_box .con-txt h3 {
    font-size: 16px;
  }
  .vs-footer.style2 .vs-footer__contact .contact_box .con-txt p {
    font-size: 14px;
  }
}
.vs-footer.style2 {
  /* Medium devices */
}
@media (max-width: 991px) {
  .vs-footer.style2 .vs-footer__contact {
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
  }
  .vs-footer.style2 .vs-footer__contact .contact_box {
    flex-direction: row;
    align-items: center;
  }
}
.vs-footer.style2 {
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-footer.style2 .social-style span.home4 {
    margin-right: 15px;
    padding-right: 10px;
  }
}
.vs-footer.style3 {
  background-color: var(--vs-theme-color5);
}
.vs-footer.style3 .vs-footer__logo {
  margin-right: 115px;
}
.vs-footer.style3 .vs-footer__contact {
  border-bottom: 2px dotted rgba(var(--vs-white-color-rgb), 0.2);
  border-radius: 0;
  padding: 0 0 50px;
}
.vs-footer.style3 .vs-footer__contact .contact_box .con-icon {
  width: 50px;
  height: 50px;
  font-size: 20px;
  border: 2px solid var(--vs-white-color);
  background: transparent;
  border-radius: 50%;
  transition: all 0.5s ease-in-out;
}
.vs-footer.style3 .vs-footer__contact .contact_box .con-txt h3 {
  max-width: 180px;
  font-size: 20px;
  transition: all 0.5s ease-in-out;
}
.vs-footer.style3 .vs-footer__contact .contact_box:hover .con-icon {
  color: var(--vs-theme-color4);
  border-color: var(--vs-theme-color4);
}
.vs-footer.style3 .vs-footer__contact .contact_box:hover .con-txt h3 {
  color: var(--vs-theme-color4);
}
.vs-footer.style3 .vs-footer__wrapper {
  margin-top: 30px;
}
.vs-footer.style3 .vs-footer__wrapper-title:after {
  background-color: var(--vs-theme-color4);
}
.vs-footer.style3 .vs-footer__wrapper .style2 a:hover {
  color: var(--vs-theme-color4);
}
.vs-footer.style3 .vs-footer__wrapper-content p {
  max-width: 340px;
}
.vs-footer.style3 .vs-footer__wrapper-content ul li a:after {
  background-color: var(--vs-theme-color4);
}
.vs-footer.style3 .vs-footer__wrapper-content .subscribe input {
  border: 2px solid var(--vs-theme-color4);
}
.vs-footer.style3 .vs-footer__wrapper-content .subscribe button {
  background: var(--vs-theme-color4);
  color: var(--vs-white-color);
}
.vs-footer.style3 .vs-footer__wrapper-content .subscribe button:hover {
  color: var(--vs-theme-color4);
  background: var(--vs-white-color);
}
.vs-footer.style3 .vs-footer__bottom {
  background-color: rgba(var(--vs-theme-color4-rgb), 0.15);
  backdrop-filter: blur(5px);
}
.vs-footer.style3 .vs-footer__bottom--menu > li > a::before {
  background-color: var(--vs-theme-color4);
}
.vs-footer.style3 .vs-footer__bottom--menu > li > a:hover {
  color: var(--vs-theme-color4);
}
.vs-footer.style3 .vs-footer__copyright a {
  color: var(--vs-theme-color4);
}
.vs-footer.style3 .vs-footer__copyright a::before {
  background-color: var(--vs-theme-color4);
}
.vs-footer.style3 .vs-footer__copyright a:hover {
  color: var(--vs-theme-color4);
}
@media (max-width: 1300px) {
  .vs-footer.style3 .vs-footer__logo {
    margin-right: 35px;
  }
  .vs-footer.style3 .vs-footer__wrapper-title {
    font-size: 22px;
  }
}
.vs-footer.style3 {
  /* Large devices */
}
@media (max-width: 1199px) {
  .vs-footer.style3 .vs-footer__logo {
    width: 180px;
  }
  .vs-footer.style3 .vs-footer__contact .contact_box .con-txt h3 {
    font-size: 16px;
  }
  .vs-footer.style3 .vs-footer__contact .contact_box .con-txt p {
    font-size: 14px;
  }
}
.vs-footer.style3 {
  /* Medium devices */
}
@media (max-width: 991px) {
  .vs-footer.style3 .vs-footer__contact {
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
  }
  .vs-footer.style3 .vs-footer__contact .contact_box {
    flex-direction: row;
    align-items: center;
  }
}
.vs-footer.style3 {
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-footer.style3 .social-style span.home4 {
    margin-right: 15px;
    padding-right: 10px;
  }
}

/*------------------- 4.4. Breadcumb  -------------------*/
.vs-breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 130px 0;
}
.vs-breadcrumb__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
  bottom: 0;
  pointer-events: none;
}
.vs-breadcrumb__bg > img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.vs-breadcrumb__content {
  position: relative;
  z-index: 1;
  text-align: left;
}
.vs-breadcrumb h1 {
  font-size: 64px;
  text-transform: capitalize;
  color: var(--vs-white-color);
  margin-bottom: 15px;
}
.vs-breadcrumb__menu {
  max-width: 100%;
  margin: -0.35em 0 -0.35em 0;
  padding: 0;
  list-style-type: none;
}
.vs-breadcrumb__menu ul {
  list-style: none;
  position: relative;
  padding: 5px 0 0;
}
.vs-breadcrumb__menu ul li {
  display: inline-block;
  color: var(--vs-theme-color1);
  padding: 5px 5px 0 0;
  font-family: var(--vs-title-font);
  text-transform: capitalize;
  font-weight: bold;
  font-size: 30px;
}
.vs-breadcrumb__menu ul li::after {
  content: "//";
  display: inline-block;
  font-family: var(--vs-title-font);
  color: var(--vs-white-color);
  margin-left: 10px;
}
.vs-breadcrumb__menu ul li:last-child::after {
  content: "";
}
.vs-breadcrumb__menu ul li a {
  color: var(--vs-white-color);
}
.vs-breadcrumb__menu ul li a:hover {
  color: var(--vs-theme-color1);
}
.vs-breadcrumb {
  /* Extra small devices */
}
@media (max-width: 575px) {
  .vs-breadcrumb h1 {
    font-size: 50px;
  }
  .vs-breadcrumb__menu ul li {
    font-size: 20px;
  }
}

/*------------------- 4.5. Hero Area  -------------------*/
.vs-hero {
  position: relative;
  z-index: 9;
}
.vs-hero__wrap {
  position: relative;
}
.vs-hero .star {
  position: absolute;
  left: 0;
  right: 0;
  z-index: -1;
  color: rgba(var(--vs-white-color-rgb), 0.1);
}
.vs-hero .star img {
  width: 100%;
  height: 100%;
  opacity: 0.1;
}
.vs-hero .star.icon_one {
  right: -18%;
  left: auto;
  top: 150px;
  width: 180px;
  transform: translate(-18%, 0px);
}
.vs-hero .star.icon_two {
  top: auto;
  right: -15%;
  left: auto;
  bottom: 70px;
  width: 80px;
  transform: translate(-15%, 0px);
}
.vs-hero .star.icon_three {
  left: -18%;
  top: 150px;
  width: 95px;
  transform: translate(-18%, 0px);
}
.vs-hero .star.icon_four {
  left: -15%;
  bottom: 70px;
  width: 80px;
  transform: translate(-15%, 0px);
}
.vs-hero .star.icon_five {
  left: 29%;
  top: 200px;
  width: 25px;
  transform: translate(29%, 0px);
}
.vs-hero .star.icon_six {
  left: 48%;
  right: auto;
  top: 50%;
  width: 80px;
  transform: translate(48%, 50%);
}
.vs-hero__bg {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.vs-hero__content {
  padding: 320px 0 210px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .vs-hero__content {
    padding: 250px 0 160px;
  }
}
.vs-hero__content {
  /* Medium devices */
}
@media (max-width: 991px) {
  .vs-hero__content {
    padding: 200px 0 50px;
    text-align: center;
  }
}
.vs-hero__title--main {
  font-size: 64px;
  line-height: 75px;
  text-transform: capitalize;
  color: var(--vs-white-color);
  font-family: var(--vs-title-font);
  font-weight: bold;
}
.vs-hero__title--main span {
  color: var(--vs-theme-color1);
}
@media (max-width: 1300px) {
  .vs-hero__title--main {
    font-size: 50px;
    line-height: 55px;
  }
}
.vs-hero__title--main {
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-hero__title--main {
    font-size: 46px;
  }
}
.vs-hero__title--sub {
  font-size: 20px;
  font-weight: 400;
  color: var(--vs-white-color);
  text-transform: capitalize;
  font-family: var(--vs-body-font);
  line-height: 1.1;
  margin: 0 0 20px 0;
  display: block;
}
.vs-hero__title--para {
  font-size: 18px;
  font-weight: 400;
  font-family: var(--vs-body-font);
  color: var(--vs-white-color);
  text-transform: capitalize;
  max-width: 570px;
  margin: 20px 0 40px 0;
  /* Medium devices */
}
@media (max-width: 991px) {
  .vs-hero__title--para {
    margin: 20px auto 40px;
  }
}
.vs-hero__title--para {
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-hero__title--para {
    font-size: 16px;
  }
}
.vs-hero__shape-bgImg {
  position: absolute;
  right: 0;
  left: auto;
  top: 12%;
  animation: slideinup 2s ease-in-out;
}
.vs-hero__shape-bgImg img {
  width: 100%;
  height: 800px;
  object-fit: cover;
}
.vs-hero__shape-bgImg {
  /* Large devices */
}
@media (max-width: 1199px) {
  .vs-hero__shape-bgImg {
    right: -22%;
    top: 20%;
  }
  .vs-hero__shape-bgImg img {
    width: 75%;
    height: auto;
  }
}
.vs-hero__shape-bgImg {
  /* Medium devices */
}
@media (max-width: 991px) {
  .vs-hero__shape-bgImg {
    position: relative;
    max-width: 500px;
    margin: 0 auto;
    top: 0;
    right: 0;
    left: 0;
  }
  .vs-hero__shape-bgImg img {
    width: 100%;
  }
}
.vs-hero__anim1 {
  animation-name: slideinright;
  animation-duration: 3s;
}
.vs-hero.style2 .vs-hero__content {
  padding: 250px 0 160px;
}
.vs-hero.style2 .vs-hero__shape-bgImg {
  right: -130px;
  top: 17%;
}
.vs-hero.style2 .hero-box {
  padding: 65px 0 65px 65px;
  border-radius: 30px;
  background-size: auto;
  background-position: left;
  animation: slideinleft 2s ease-in-out;
}
.vs-hero.style2 .hero-box .eCall {
  font-family: var(--vs-title-font);
  color: var(--vs-white-color);
  font-size: 20px;
  text-transform: capitalize;
  font-weight: bold;
  margin: 0 10px 0 0;
  line-height: 0px;
  padding-left: 20px;
  position: relative;
  transition: 0.5s;
}
.vs-hero.style2 .hero-box .eCall:hover {
  color: var(--vs-theme-color1);
}
.vs-hero.style2 .hero-box .eCall:hover span {
  color: var(--vs-white-color);
}
.vs-hero.style2 .hero-box .eCall span {
  font-size: 16px;
  display: block;
  margin-bottom: 30px;
  color: var(--vs-white-color);
}
.vs-hero.style2 .hero-box .call-icon {
  width: 60px;
  height: 60px;
  background-color: var(--vs-white-color);
  color: var(--vs-theme-color1);
  font-size: 26px;
  position: relative;
  top: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.5s;
}
@media (max-width: 1600px) {
  .vs-hero.style2 .vs-hero__shape-bgImg {
    right: -70px;
  }
}
@media (max-width: 1500px) {
  .vs-hero.style2 .vs-hero__shape-bgImg img {
    width: 90%;
    object-fit: contain;
  }
}
.vs-hero.style2 {
  /* Large devices */
}
@media (max-width: 1199px) {
  .vs-hero.style2 .vs-hero__shape-bgImg {
    position: relative;
    max-width: 500px;
    margin: 0 auto;
    top: 0;
    right: 0;
    left: 0;
  }
  .vs-hero.style2 .vs-hero__shape-bgImg img {
    width: 100%;
  }
  .vs-hero.style2 .vs-hero__content {
    padding: 200px 0 50px;
  }
  .vs-hero.style2 .hero-box {
    background-size: contain;
  }
}
.vs-hero.style2 {
  /* Medium devices */
}
@media (max-width: 991px) {
  .vs-hero.style2 .hero-box {
    padding: 40px;
  }
}
.vs-hero.style2 {
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-hero.style2 .hero-box {
    background-size: cover;
    padding: 20px;
  }
  .vs-hero.style2 .vs-hero__title--main {
    font-size: 40px;
  }
}
.vs-hero.style2 {
  /* Extra small devices */
}
@media (max-width: 575px) {
  .vs-hero.style2 .vs-hero__title--main {
    font-size: 36px;
  }
  .vs-hero.style2 .hero-box {
    background-image: none !important;
  }
}
.vs-hero.style4 .vs-hero__content {
  padding: 240px 0 150px;
}
.vs-hero.style4 .vs-hero__title--main {
  color: var(--vs-title-color);
}
.vs-hero.style4 .vs-hero__title--sub {
  font-weight: bold;
  font-family: var(--vs-title-font);
}
.vs-hero.style4 .vs-hero__title--para {
  text-transform: capitalize;
  color: var(--vs-body-color);
  max-width: 655px;
  margin: 25px 0 40px 0;
}
.vs-hero.style4 .vs-hero__btn .vsBtn {
  background-color: var(--vs-theme-color3);
}
.vs-hero.style4 .vs-hero__btn .play-btn {
  --icon-size: 70px;
  width: var(--icon-size);
  height: var(--icon-size);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  background-color: transparent;
  border-radius: 50%;
}
.vs-hero.style4 .vs-hero__btn .play-btn i {
  background: linear-gradient(90deg, var(--vs-theme-color3) 0%, rgba(216, 105, 138, 0.5) 70%);
}
.vs-hero.style4 .vs-hero__btn .play-btn:after, .vs-hero.style4 .vs-hero__btn .play-btn:before {
  background-color: rgba(var(--vs-theme-color3-rgb), 0.5);
}
.vs-hero.style4 .vs-hero__btn .play-btn:hover:after, .vs-hero.style4 .vs-hero__btn .play-btn:hover::before,
.vs-hero.style4 .vs-hero__btn .play-btn:hover i {
  color: var(--vs-title-color);
}
.vs-hero.style4 .vs-hero__shape-bgImg {
  right: 0px;
  top: 30%;
}
.vs-hero.style4 .vs-hero__shape-bgImg .main-img {
  width: 455px;
  height: 780px;
  position: absolute;
  right: 40px;
  bottom: 0;
}
.vs-hero.style4 .vs-hero__shape-bgImg .shape-img {
  width: auto;
  height: auto;
}
.vs-hero.style4 .hero-box {
  padding: 55px 0 55px 60px;
  border-radius: 30px;
  background-size: auto;
  background-position: left;
  margin-left: -60px;
  animation: slideinright 2s ease-in-out;
}
@media (max-width: 1500px) {
  .vs-hero.style4 .hero-box {
    padding: 50px 0 50px 40px;
    margin-left: -15px;
  }
}
@media (max-width: 1400px) {
  .vs-hero.style4 .vs-hero__title--main {
    font-size: 60px;
  }
  .vs-hero.style4 .hero-box {
    margin-left: 0;
  }
}
@media (max-width: 1300px) {
  .vs-hero.style4 .vs-hero__title--main {
    font-size: 50px;
  }
  .vs-hero.style4 .vs-hero__title--para {
    max-width: 550px;
  }
  .vs-hero.style4 .vs-hero__shape-bgImg {
    max-width: 480px;
  }
  .vs-hero.style4 .vs-hero__shape-bgImg .main-img {
    width: auto;
    height: 700px;
  }
}
.vs-hero.style4 {
  /* Large devices */
}
@media (max-width: 1199px) {
  .vs-hero.style4 .vs-hero__content {
    padding: 180px 0 150px;
  }
  .vs-hero.style4 .vs-hero__shape-bgImg {
    margin: 0 auto;
    position: relative;
  }
}
.vs-hero.style4 {
  /* Medium devices */
}
@media (max-width: 991px) {
  .vs-hero.style4 .vs-hero__title--para {
    margin: 25px auto 40px;
  }
}
.vs-hero.style4 {
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-hero.style4 .vs-hero__content {
    padding: 200px 0 150px;
  }
  .vs-hero.style4 .vs-hero__title--main {
    font-size: 40px;
  }
  .vs-hero.style4 .hero-box {
    padding: 30px;
  }
}
.vs-hero.style4 {
  /* Extra small devices */
}
@media (max-width: 575px) {
  .vs-hero.style4 .vs-hero__content {
    padding: 150px 0 80px;
  }
  .vs-hero.style4 .vs-hero__title--main {
    font-size: 36px;
  }
  .vs-hero.style4 .hero-box {
    background-image: none !important;
  }
  .vs-hero.style4 .vs-hero__shape-bgImg {
    max-width: 300px;
  }
  .vs-hero.style4 .vs-hero__shape-bgImg .main-img {
    height: 430px;
    right: 25px;
  }
}
.vs-hero.style5 .bg-right {
  position: absolute;
  right: 0;
  width: 43.5%;
  top: 0;
  bottom: 0;
  background-color: rgba(var(--vs-theme-color4-rgb), 0.08);
}
.vs-hero.style5 .vs-hero__content {
  padding: 190px 0 200px;
  position: relative;
}
.vs-hero.style5 .vs-hero__content .ele1 {
  position: absolute;
  top: 70px;
  left: -30%;
}
.vs-hero.style5 .vs-hero__content .ele2 {
  position: absolute;
  top: 15%;
  left: 35%;
}
.vs-hero.style5 .vs-hero__content .ele3 {
  position: absolute;
  top: 5%;
  right: 10%;
}
.vs-hero.style5 .vs-hero__content .ele4 {
  position: absolute;
  bottom: 6%;
  right: 60px;
}
.vs-hero.style5 .vs-hero__content .ele5 {
  position: absolute;
  bottom: 10%;
  left: -30%;
}
.vs-hero.style5 .vs-hero__content .ele6 {
  position: absolute;
  bottom: 15%;
  right: 40%;
}
.vs-hero.style5 .vs-hero__content .ele7 {
  position: absolute;
  bottom: 31%;
  right: 60px;
}
.vs-hero.style5 .vs-hero__content .ele8 {
  position: absolute;
  top: 50%;
  left: -15%;
}
.vs-hero.style5 .vs-hero__title--main {
  color: var(--vs-title-color);
  margin-bottom: 20px;
}
.vs-hero.style5 .vs-hero__title--sub {
  font-weight: 500;
}
.vs-hero.style5 .vs-hero__title--para {
  color: var(--vs-body-color);
  text-transform: none;
  max-width: 625px;
}
.vs-hero.style5 .play-btn:after, .vs-hero.style5 .play-btn:before {
  background-color: rgba(var(--vs-theme-color1-rgb), 0.3);
}
.vs-hero.style5 .play-btn:hover:after, .vs-hero.style5 .play-btn:hover::before,
.vs-hero.style5 .play-btn:hover i {
  background-color: var(--vs-theme-color1);
  color: var(--vs-white-color);
}
.vs-hero.style5 .vs-hero__rightImg {
  position: absolute;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin: 30px;
}
.vs-hero.style5 .vs-hero__rightImg .rightImg {
  overflow: hidden;
  border-radius: 20px;
  display: flex;
}
.vs-hero.style5 .vs-hero__rightImg .rightImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.vs-hero.style5 .vs-hero__rightImg .rightImg.main-img {
  grid-column: 1/span 2;
  height: 400px;
}
.vs-hero.style5 .vs-hero__rightImg .rightImg.sub-img {
  grid-column: 1/2;
  height: 310px;
}
.vs-hero.style5 .vs-hero__rightImg .rightImg.sub-img2 {
  grid-column: 2/3;
  height: 310px;
}
.vs-hero.style5 .vs-hero__rightImg .circle {
  position: absolute;
  width: 200px;
  height: 200px;
  left: 38%;
  top: 41%;
  border-radius: 50%;
  background-color: var(--vs-theme-color4);
}
.vs-hero.style5 .vs-hero__rightImg .circle .circle-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--vs-white-color);
  border-radius: 50%;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vs-hero.style5 .vs-hero__rightImg .circle .circle-logo img {
  width: 50px;
}
.vs-hero.style5 .vs-hero__rightImg .circle .rotating-svg {
  width: 100%;
  height: 100%;
  padding: 8px;
  animation: spin 25s linear infinite;
}
.vs-hero.style5 .vs-hero__rightImg .circle text {
  font-size: 11px;
  font-family: var(--vs-title-font);
  font-weight: bold;
  text-transform: capitalize;
  fill: var(--vs-white-color);
  letter-spacing: 1px;
  word-spacing: 2px;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@media (max-width: 1400px) {
  .vs-hero.style5 .vs-hero__title--main {
    font-size: 60px;
    max-width: 675px;
  }
}
@media (max-width: 1300px) {
  .vs-hero.style5 .vs-hero__title--main {
    font-size: 50px;
    max-width: 570px;
  }
  .vs-hero.style5 .vs-hero__title--para {
    max-width: 570px;
  }
}
.vs-hero.style5 {
  /* Large devices */
}
@media (max-width: 1199px) {
  .vs-hero.style5 .bg-right {
    width: 0%;
  }
  .vs-hero.style5 .vs-hero__content {
    padding: 100px 0 20px;
  }
  .vs-hero.style5 .vs-hero__rightImg {
    position: relative;
    margin-bottom: 80px;
  }
}
.vs-hero.style5 {
  /* Medium devices */
}
@media (max-width: 991px) {
  .vs-hero.style5 .vs-hero__content .ele1,
  .vs-hero.style5 .vs-hero__content .ele2,
  .vs-hero.style5 .vs-hero__content .ele3,
  .vs-hero.style5 .vs-hero__content .ele4,
  .vs-hero.style5 .vs-hero__content .ele5,
  .vs-hero.style5 .vs-hero__content .ele6,
  .vs-hero.style5 .vs-hero__content .ele7 {
    display: none;
  }
  .vs-hero.style5 .vs-hero__title--main {
    max-width: none;
  }
}
.vs-hero.style5 {
  /* Extra small devices */
}
@media (max-width: 575px) {
  .vs-hero.style5 .vs-hero__title--main {
    font-size: 40px;
  }
  .vs-hero.style5 .vs-hero__rightImg {
    display: block;
  }
  .vs-hero.style5 .vs-hero__rightImg .rightImg.main-img, .vs-hero.style5 .vs-hero__rightImg .rightImg.sub-img, .vs-hero.style5 .vs-hero__rightImg .rightImg.sub-img2 {
    margin-bottom: 20px;
    height: auto;
  }
  .vs-hero.style5 .vs-hero__rightImg .circle {
    display: none;
  }
}

/*------------------- 4.6. PopUpSearch  -------------------*/
.popup-search-box {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(var(--vs-title-color-rgb), 0.9);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  height: 100%;
  width: 0%;
  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: 50px;
  right: 50px;
  left: auto;
  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: 0;
  right: 0;
  display: inline-block;
  padding-bottom: 40px;
  cursor: auto;
  width: 100%;
  max-width: 700px;
  transform: translateY(-50%);
  transition: transform ease 0.4s;
  padding: 0 20px;
  margin: 0 auto;
  /* 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-color1);
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  padding-left: 30px;
  color: var(--vs-white-color);
  border-radius: 50px;
  box-shadow: none;
  transition: all 0.5s ease-in-out;
}
.popup-search-box form input::placeholder {
  color: var(--vs-white-color);
}
.popup-search-box form input:focus {
  outline: none;
  border-color: var(--vs-theme-color1);
}
.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-color1);
}
.popup-search-box.show {
  opacity: 1;
  visibility: visible;
  width: 100%;
  transition: all ease 0.4s;
}
.popup-search-box.show button.searchClose {
  top: 40px;
  transition-delay: 0.2s;
}
.popup-search-box.show form {
  transition-delay: 0.2s;
  transform: translateY(50%);
}

/*------------------- 4.7. About Part -------------------*/
.vs-about .vs-title__main {
  max-width: 630px;
}
@media (max-width: 1300px) {
  .vs-about .vs-title__main {
    max-width: 600px;
  }
}
.vs-about .vs-title__main {
  /* Large devices */
}
@media (max-width: 1199px) {
  .vs-about .vs-title__main {
    font-size: 40px;
  }
}
.vs-about__wrap {
  position: relative;
}
.vs-about__wrap .vsBtn {
  padding: 15px 55px;
}
.vs-about__wrap .ab-experience {
  width: 195px;
  height: 202px;
  background-color: var(--vs-title-color);
  text-align: center;
  padding: 20px;
  border-radius: 15px;
  margin-top: 33px;
}
.vs-about__wrap .ab-experience h2,
.vs-about__wrap .ab-experience h1 {
  font-size: 74px;
  background: linear-gradient(90deg, var(--vs-theme-color2) 0%, var(--vs-theme-color1) 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.vs-about__wrap .ab-experience p {
  font-size: 20px;
  font-weight: bold;
  text-transform: capitalize;
  color: var(--vs-white-color);
  font-family: var(--vs-title-font);
}
.vs-about__wrap .ab-img {
  position: absolute;
  right: 30px;
  bottom: 0;
}
.vs-about__wrap .ab-img img {
  border-radius: 20px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .vs-about__wrap .ab-img img {
    height: 280px;
    object-fit: cover;
  }
}
@media (max-width: 1300px) {
  .vs-about__wrap .ab-img {
    width: 390px;
  }
}
.vs-about__wrap .ab-img {
  /* Large devices */
}
@media (max-width: 1199px) {
  .vs-about__wrap .ab-img {
    width: 290px;
  }
}
.vs-about .abImg img {
  border-radius: 20px;
}
@media (max-width: 1300px) {
  .vs-about .abImg img {
    height: 400px;
    object-fit: cover;
  }
}
.vs-about .abImg img {
  /* Large devices */
}
@media (max-width: 1199px) {
  .vs-about .abImg img {
    height: 373px;
  }
}
.vs-about .abImg p {
  margin: 30px 0 0;
  text-transform: capitalize;
  font-weight: 400;
}
.vs-about {
  /* Medium devices */
}
@media (max-width: 991px) {
  .vs-about .vs-title__main {
    font-size: 44px;
  }
  .vs-about__wrap .ab-img {
    right: 0;
    width: auto;
  }
  .vs-about__wrap .ab-img img {
    height: auto;
  }
  .vs-about .abImg {
    margin-top: 30px;
  }
  .vs-about .abImg img {
    width: 100%;
    height: auto;
  }
}
.vs-about {
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-about .vs-title__main {
    font-size: 38px;
  }
  .vs-about__wrap .ab-img {
    width: 290px;
  }
  .vs-about__wrap .ab-img img {
    width: 100%;
    height: 280px;
  }
  .vs-about .abImg img {
    width: 100%;
    height: auto;
  }
}
.vs-about {
  /* Extra small devices */
}
@media (max-width: 575px) {
  .vs-about .ab-img {
    display: none;
  }
}
.vs-about.style2 .abImg {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
  overflow: hidden;
}
.vs-about.style2 .abImg .para-img {
  width: 420px;
  height: 540px;
  overflow: hidden;
  border-radius: 20px;
}
.vs-about.style2 .abImg .para-img img {
  transition: none !important;
  will-change: transform;
}
.vs-about.style2 .abImg img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.vs-about.style2 .abImg.style2 {
  display: block;
  position: relative;
}
.vs-about.style2 .abImg.style2 img {
  mask-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjQ1IiBoZWlnaHQ9IjYzMiIgdmlld0JveD0iMCAwIDY0NSA2MzIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0zOTAgMjM5QzM5MCAyNTAuMDQ2IDM5OC45NTQgMjU5IDQxMCAyNTlINjI1QzYzNi4wNDYgMjU5IDY0NSAyNjcuOTU0IDY0NSAyNzlWNjEyQzY0NSA2MjMuMDQ2IDYzNi4wNDYgNjMyIDYyNSA2MzJIMjEwQzE5OC45NTQgNjMyIDE5MCA2MjMuMDQ2IDE5MCA2MTJWNTI3QzE5MCA0ODAuMDU2IDE1MS45NDQgNDQyIDEwNSA0NDJIMjBDOC45NTQzIDQ0MiAwIDQzMy4wNDYgMCA0MjJWMjBDMCA4Ljk1NDMgOC45NTQzMSAwIDIwIDBIMzcwQzM4MS4wNDYgMCAzOTAgOC45NTQzIDM5MCAyMFYyMzlaIiBmaWxsPSIjRDlEOUQ5Ii8+CjxtYXNrIGlkPSJtYXNrMF8yNzczNV8xNDMiIHN0eWxlPSJtYXNrLXR5cGU6YWxwaGEiIG1hc2tVbml0cz0idXNlclNwYWNlT25Vc2UiIHg9IjAiIHk9IjAiIHdpZHRoPSI2NDUiIGhlaWdodD0iNjMyIj4KPHBhdGggZD0iTTM5MCAyMzlDMzkwIDI1MC4wNDYgMzk4Ljk1NCAyNTkgNDEwIDI1OUg2MjVDNjM2LjA0NiAyNTkgNjQ1IDI2Ny45NTQgNjQ1IDI3OVY2MTJDNjQ1IDYyMy4wNDYgNjM2LjA0NiA2MzIgNjI1IDYzMkgyMTBDMTk4Ljk1NCA2MzIgMTkwIDYyMy4wNDYgMTkwIDYxMlY1MjdDMTkwIDQ4MC4wNTYgMTUxLjk0NCA0NDIgMTA1IDQ0MkgyMEM4Ljk1NDMgNDQyIDAgNDMzLjA0NiAwIDQyMlYyMEMwIDguOTU0MyA4Ljk1NDMxIDAgMjAgMEgzNzBDMzgxLjA0NiAwIDM5MCA4Ljk1NDMgMzkwIDIwVjIzOVoiIGZpbGw9IiNEOUQ5RDkiLz4KPC9tYXNrPgo8ZyBtYXNrPSJ1cmwoI21hc2swXzI3NzM1XzE0MykiPgo8cmVjdCBvcGFjaXR5PSIwLjIiIHdpZHRoPSI2NDUiIGhlaWdodD0iNjMyIiBmaWxsPSIjMEUxRDRDIi8+CjwvZz4KPC9zdmc+Cg==);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: cover;
  z-index: 1;
  position: relative;
}
.vs-about.style2 .abImg.style2 .vs-about__wrap {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.vs-about.style2 .abImg.style2 .vs-about__wrap .ab-experience {
  width: 225px;
  height: 230px;
  padding: 30px;
}
.vs-about.style2 .abImg.style2 .circle {
  position: absolute;
  width: 160px;
  height: 160px;
  left: 0;
  bottom: 0;
  border-radius: 50%;
  background-color: var(--vs-theme-color1);
}
.vs-about.style2 .abImg.style2 .circle .circle-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--vs-white-color);
  border-radius: 50%;
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vs-about.style2 .abImg.style2 .circle .circle-logo img {
  width: 45px;
  mask-image: none;
}
.vs-about.style2 .abImg.style2 .circle .rotating-svg {
  width: 100%;
  height: 100%;
  padding: 8px;
  animation: spin 25s linear infinite;
}
.vs-about.style2 .abImg.style2 .circle text {
  font-size: 11px;
  font-family: var(--vs-title-font);
  font-weight: bold;
  text-transform: uppercase;
  fill: var(--vs-white-color);
  letter-spacing: 0.9px;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.vs-about.style2 .vs-about__wrap .ab-experience {
  margin: 0 0 27px;
}
.vs-about.style2 .vs-about__wrap .ab-experience p {
  font-size: 20px;
  font-weight: bold;
  margin: 0;
}
.vs-about.style2 .vs-about__right .ab-Box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.vs-about.style2 .vs-about__right .ab-Box .question {
  background-color: var(--vs-img-bg-color);
  padding: 22px 10px 25px 25px;
  border-radius: 15px;
}
.vs-about.style2 .vs-about__right .ab-Box .question h3 {
  font-size: 24px;
  margin: 0 0 10px;
}
.vs-about.style2 .vs-about__right .ab-Box .question p {
  font-size: 14px;
  margin: 0;
}
.vs-about.style2 .vs-about__right .ab-Box .call-icon {
  position: relative;
  margin-right: 15px;
  margin-top: 15px;
}
.vs-about.style2 .vs-about__right .ab-Box .call-icon i {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 26px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--vs-white-color);
}
.vs-about.style2 .vs-about__right .ab-Box p.e-call {
  color: var(--vs-title-color);
  font-family: var(--vs-title-font);
  font-weight: bold;
  font-size: 20px !important;
  margin-top: 15px !important;
  transition: 0.5s;
}
.vs-about.style2 .vs-about__right .ab-Box p.e-call:hover {
  color: var(--vs-theme-color1);
}
.vs-about.style2 .vs-about__right .ab-Box p.e-call:hover span {
  color: var(--vs-body-color);
}
.vs-about.style2 .vs-about__right .ab-Box p.e-call span {
  display: block;
  color: var(--vs-body-color);
  font-size: 16px !important;
}
.vs-about.style2 .vs-about__right .ab-Box ul {
  margin: 0 0 25px;
  padding: 0 0 0 10px;
  list-style: none;
}
.vs-about.style2 .vs-about__right .ab-Box ul li {
  font-weight: 400;
  margin-bottom: 8px;
}
.vs-about.style2 .vs-about__right .ab-Box ul li i {
  color: var(--vs-theme-color1);
  margin-right: 10px;
}
.vs-about.style2 .vs-about__right .ab-Box .vsBtn {
  padding: 15px 50px;
  margin-left: 10px;
}
@media (max-width: 1400px) {
  .vs-about.style2 .vs-title__main {
    max-width: 570px;
    font-size: 45px;
  }
  .vs-about.style2 .abImg .para-img img {
    width: 100%;
    height: 540px;
    object-fit: cover;
  }
  .vs-about.style2 .vs-about__right .ab-Box p.e-call {
    font-size: 18px !important;
  }
}
@media (max-width: 1300px) {
  .vs-about.style2 .vs-title.home3 {
    margin: 0 0 30px !important;
  }
  .vs-about.style2 .vs-title__main {
    max-width: 510px;
    font-size: 40px;
  }
  .vs-about.style2 .abImg .para-img img {
    width: 100%;
    height: 540px;
    object-fit: cover;
  }
  .vs-about.style2 .abImg.style2 .vs-about__wrap .ab-experience {
    width: 200px;
    height: 200px;
    padding: 20px;
  }
  .vs-about.style2 .abImg.style2 .circle {
    width: 140px;
    height: 140px;
  }
  .vs-about.style2 .abImg.style2 .circle .circle-logo {
    width: 80px;
    height: 80px;
  }
  .vs-about.style2 .vs-about__right .ab-Box {
    gap: 10px;
  }
  .vs-about.style2 .vs-about__right .ab-Box .question {
    padding: 22px 10px;
  }
  .vs-about.style2 .vs-about__right .ab-Box .question h3 {
    font-size: 20px;
  }
  .vs-about.style2 .vs-about__right .ab-Box .question p {
    font-size: 13px;
  }
  .vs-about.style2 .vs-about__right .ab-Box .call-icon {
    margin-right: 10px;
    margin-top: 10px;
  }
  .vs-about.style2 .vs-about__right .ab-Box .call-icon svg {
    width: 50px;
  }
  .vs-about.style2 .vs-about__right .ab-Box .call-icon i {
    font-size: 20px;
  }
  .vs-about.style2 .vs-about__right .ab-Box p.e-call {
    font-size: 16px !important;
  }
  .vs-about.style2 .vs-about__right .ab-Box ul li {
    font-size: 15px;
    margin-bottom: 5px;
  }
  .vs-about.style2 .vs-about__right .ab-Box ul li i {
    margin-right: 3px;
  }
}
.vs-about.style2 {
  /* Large devices */
}
@media (max-width: 1199px) {
  .vs-about.style2 .vs-title.home3 {
    margin: 50px 0 30px !important;
  }
  .vs-about.style2 .abImg {
    margin-bottom: 30px;
  }
  .vs-about.style2 .abImg .para-img {
    width: 100%;
  }
  .vs-about.style2 .abImg .para-img img {
    transform: none !important;
  }
  .vs-about.style2 .abImg.style2 {
    max-width: 625px;
  }
  .vs-about.style2 .abImg.style2 .vs-about__wrap .ab-experience {
    width: 220px;
    height: 220px;
    padding: 40px;
  }
  .vs-about.style2 .abImg.style2 .circle {
    width: 160px;
    height: 160px;
  }
  .vs-about.style2 .abImg.style2 .circle .circle-logo {
    width: 90px;
    height: 90px;
  }
  .vs-about.style2 .vs-about__right .ab-Box {
    gap: 20px;
  }
  .vs-about.style2 .vs-about__right .ab-Box .question {
    padding: 30px;
  }
  .vs-about.style2 .vs-about__right .ab-Box .question h3 {
    font-size: 24px;
  }
  .vs-about.style2 .vs-about__right .ab-Box .question p {
    font-size: 15px;
  }
  .vs-about.style2 .vs-about__right .ab-Box .call-icon {
    margin-right: 15px;
    margin-top: 15px;
  }
  .vs-about.style2 .vs-about__right .ab-Box .call-icon svg {
    width: auto;
  }
  .vs-about.style2 .vs-about__right .ab-Box .call-icon i {
    font-size: 22px;
  }
  .vs-about.style2 .vs-about__right .ab-Box p.e-call {
    font-size: 20px !important;
  }
  .vs-about.style2 .vs-about__right .ab-Box ul li {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .vs-about.style2 .vs-about__right .ab-Box ul li i {
    margin-right: 10px;
  }
}
.vs-about.style2 {
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-about.style2 .abImg.style2 .vs-about__wrap .ab-experience {
    width: 190px;
    height: 190px;
    padding: 20px;
  }
  .vs-about.style2 .abImg.style2 .circle {
    width: 140px;
    height: 140px;
  }
  .vs-about.style2 .abImg.style2 .circle .circle-logo {
    width: 80px;
    height: 80px;
  }
  .vs-about.style2 .vs-about__right .ab-Box {
    grid-template-columns: 1fr;
  }
}
.vs-about.style2 {
  /* Extra small devices */
}
@media (max-width: 575px) {
  .vs-about.style2 .abImg {
    display: block;
  }
  .vs-about.style2 .abImg.style2 {
    max-width: 425px;
  }
  .vs-about.style2 .abImg.style2 .vs-about__wrap .ab-experience {
    width: 146px;
    height: 145px;
    padding: 10px;
    margin: 0;
  }
  .vs-about.style2 .abImg.style2 .vs-about__wrap .ab-experience h1 {
    font-size: 50px;
  }
  .vs-about.style2 .abImg.style2 .vs-about__wrap .ab-experience p {
    font-size: 16px;
    line-height: 20px;
  }
  .vs-about.style2 .abImg.style2 .circle {
    width: 110px;
    height: 110px;
  }
  .vs-about.style2 .abImg.style2 .circle .circle-logo {
    width: 55px;
    height: 55px;
  }
  .vs-about.style2 .abImg.style2 .circle .circle-logo img {
    width: 30px;
  }
  .vs-about.style2 .vs-about__wrap .ab-experience {
    margin: 20px 0 27px;
    width: 100%;
  }
  .vs-about.style2 .vs-about__wrap img {
    display: none;
  }
}
@media (max-width: 420px) {
  .vs-about.style2 .abImg.style2 {
    max-width: none;
  }
  .vs-about.style2 .abImg.style2 img {
    mask-image: none;
  }
  .vs-about.style2 .abImg.style2 .vs-about__wrap,
  .vs-about.style2 .abImg.style2 .circle {
    display: none;
  }
}
.vs-about.style4 .vs-about__wrap {
  position: initial;
}
.vs-about.style4 .vs-about__wrap .vsBtn {
  padding: 15px 55px;
}
.vs-about.style4 .vs-about__wrap .ab-experience {
  position: absolute;
  top: 50px;
  left: 0;
  width: 200px;
  height: 200px;
  background-color: var(--vs-white-color);
  border: 10px solid var(--vs-theme-color3);
}
.vs-about.style4 .vs-about__wrap .ab-experience::after {
  content: "";
  position: absolute;
  width: 115px;
  height: 60px;
  background-color: var(--vs-theme-color3);
  left: -1px;
  bottom: -55px;
  z-index: -1;
  transform: rotate(45deg);
}
.vs-about.style4 .vs-about__wrap .ab-experience h1,
.vs-about.style4 .vs-about__wrap .ab-experience h2 {
  font-size: 64px;
  line-height: 70px;
  color: var(--vs-theme-color3);
  background: none;
  -webkit-text-fill-color: var(--vs-theme-color3);
}
.vs-about.style4 .vs-about__wrap .ab-experience p {
  margin: 0;
  font-weight: bold;
  color: var(--vs-title-color);
}
.vs-about.style4 .vs-about__wrap img {
  position: absolute;
  right: 0;
  bottom: -50px;
  mask-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzE3IiBoZWlnaHQ9IjM4MCIgdmlld0JveD0iMCAwIDMxNyAzODAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0wIDIwMEMwIDg5LjU0MzEgODkuNTQzIDAgMjAwIDBIMjk3QzMwOC4wNDYgMCAzMTcgOC45NTQzMSAzMTcgMjBWMzYwQzMxNyAzNzEuMDQ2IDMwOC4wNDYgMzgwIDI5NyAzODBIMjBDOC45NTQzIDM4MCAwIDM3MS4wNDYgMCAzNjBWMjAwWiIgZmlsbD0iI0Q5RDlEOSIvPgo8L3N2Zz4K);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: cover;
  z-index: 1;
}
.vs-about.style4 .vs-about__wrap:after {
  content: "";
  width: 337px;
  height: 390px;
  background: linear-gradient(145deg, var(--vs-theme-color3) 0%, rgba(255, 255, 255, 0.6) 60%);
  position: absolute;
  right: -9px;
  bottom: -50px;
  mask-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzM3IiBoZWlnaHQ9IjM5MCIgdmlld0JveD0iMCAwIDMzNyAzOTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0wIDIwMEMwIDg5LjU0MzEgODkuNTQzMSAwIDIwMCAwSDMxN0MzMjguMDQ2IDAgMzM3IDguOTU0MzEgMzM3IDIwVjM5MEgwVjIwMFoiIGZpbGw9InVybCgjcGFpbnQwX2xpbmVhcl8yNzkwOV8xMSkiLz4KPGRlZnM+CjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQwX2xpbmVhcl8yNzkwOV8xMSIgeDE9IjMzNyIgeTE9IjM5OS43NSIgeDI9IjU3LjY0MTkiIHkyPSIyNS44MzI1IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+CjxzdG9wIG9mZnNldD0iMC41MzM1NjYiIHN0b3AtY29sb3I9IndoaXRlIi8+CjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI0Q4Njk4QSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8L2RlZnM+Cjwvc3ZnPgo=);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: cover;
  z-index: 0;
}
.vs-about.style4 .abImg {
  position: relative;
}
.vs-about.style4 .abImg img {
  margin-left: 80px;
}
.vs-about.style4 .abImg::after {
  content: "";
  position: absolute;
  top: -30px;
  right: 80px;
  width: 200px;
  height: 200px;
  border-radius: 20px;
  background-color: rgba(var(--vs-theme-color3-rgb), 0.2);
  z-index: -1;
}
.vs-about.style4 .vs-about__right .ab-qoute {
  background-color: rgba(var(--vs-theme-color3-rgb), 0.12);
  border-left: 5px solid var(--vs-theme-color4);
  border-radius: 8px;
  padding: 22px 28px 22px 28px;
  margin: 25px 0 30px;
  display: flex;
  align-items: center;
}
.vs-about.style4 .vs-about__right .ab-qoute p {
  color: var(--vs-title-color);
  font-family: var(--vs-title-font);
  font-weight: 700;
  border-left: none;
  padding: 0;
  margin: 0;
  font-size: clamp(1.1rem, 2vw, 2.25rem);
  line-height: 1.45;
  letter-spacing: -0.03em;
}
.vs-about.style4 .vs-about__right .ab-Box .abTxt {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 60px;
}
.vs-about.style4 .vs-about__right .ab-Box .abTxt li {
  font-weight: 400;
  margin-bottom: 8px;
}
.vs-about.style4 .vs-about__right .ab-Box .abTxt li i {
  color: var(--vs-theme-color3);
  margin-right: 10px;
}
.vs-about.style4 .vs-about__right .ab-Box .vsBtn {
  padding: 15px 50px;
  margin-left: 10px;
}
.vs-about.style4.style5 .ele1 {
  position: absolute;
  bottom: -40px;
  right: -15%;
}
.vs-about.style4.style5 .ele2 {
  position: absolute;
  top: 42%;
  right: -60px;
}
.vs-about.style4.style5 .ele4 {
  position: absolute;
  top: -70px;
  right: -10%;
}
.vs-about.style4.style5 .ele5 {
  position: absolute;
  bottom: -30px;
  left: -12%;
}
.vs-about.style4.style5 .ele6 {
  position: absolute;
  top: -25px;
  left: -15%;
}
.vs-about.style4.style5 .vs-about__wrap img {
  margin: 0 !important;
  position: absolute;
  right: 5px;
  bottom: 35px;
  mask-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUzIiBoZWlnaHQ9IjI4MCIgdmlld0JveD0iMCAwIDI1MyAyODAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0wIDIzNi4xMzNDMCAxMDUuNzIgMTA1LjcyIDAgMjM2LjEzMyAwQzI0NS40NDkgMCAyNTMgNy41NTE0NiAyNTMgMTYuODY2N1YyNjBDMjUzIDI3MS4wNDYgMjQ0LjA0NiAyODAgMjMzIDI4MEgxOC42NjY3QzguMzU3MzYgMjgwIDAgMjcxLjY0MyAwIDI2MS4zMzNWMjM2LjEzM1oiIGZpbGw9InVybCgjcGFpbnQwX2xpbmVhcl8yODA5OF82NikiLz4KPGRlZnM+CjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQwX2xpbmVhcl8yODA5OF82NiIgeDE9IjI1MyIgeTE9IjE0MCIgeDI9IjAiIHkyPSIxNDAiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj4KPHN0b3Agc3RvcC1jb2xvcj0iI0VERjlGOSIvPgo8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IndoaXRlIi8+CjwvbGluZWFyR3JhZGllbnQ+CjwvZGVmcz4KPC9zdmc+Cg==);
}
.vs-about.style4.style5 .vs-about__wrap:after {
  width: 253px;
  height: 280px;
  background: linear-gradient(90deg, #EDF9F9 100%, rgba(255, 255, 255, 0.5) 100%);
  bottom: 20px;
  mask-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUzIiBoZWlnaHQ9IjI4MCIgdmlld0JveD0iMCAwIDI1MyAyODAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0wIDIzNi4xMzNDMCAxMDUuNzIgMTA1LjcyIDAgMjM2LjEzMyAwQzI0NS40NDkgMCAyNTMgNy41NTE0NiAyNTMgMTYuODY2N1YyNjBDMjUzIDI3MS4wNDYgMjQ0LjA0NiAyODAgMjMzIDI4MEgxOC42NjY3QzguMzU3MzYgMjgwIDAgMjcxLjY0MyAwIDI2MS4zMzNWMjM2LjEzM1oiIGZpbGw9InVybCgjcGFpbnQwX2xpbmVhcl8yODA5OF82NikiLz4KPGRlZnM+CjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQwX2xpbmVhcl8yODA5OF82NiIgeDE9IjI1MyIgeTE9IjE0MCIgeDI9IjAiIHkyPSIxNDAiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj4KPHN0b3Agc3RvcC1jb2xvcj0iI0VERjlGOSIvPgo8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IndoaXRlIi8+CjwvbGluZWFyR3JhZGllbnQ+CjwvZGVmcz4KPC9zdmc+Cg==);
}
.vs-about.style4.style5 .abImg .para-img3 {
  width: 530px;
  height: 650px;
  overflow: hidden;
  border-radius: 20px;
}
.vs-about.style4.style5 .abImg img {
  margin-left: auto;
  margin-right: 100px;
  transition: none !important;
  will-change: transform;
}
.vs-about.style4.style5 .abImg::after {
  content: "";
  position: absolute;
  top: 40px;
  right: 0px;
  width: 20px;
  height: 180px;
  border-radius: 20px;
  background-color: rgba(var(--vs-theme-color4-rgb), 0.9);
  z-index: 0;
}
.vs-about.style4.style5 .abImg::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0px;
  width: 20px;
  height: 30px;
  border-radius: 20px;
  background-color: rgba(var(--vs-theme-color4-rgb), 0.9);
  z-index: 0;
}
.vs-about.style4.style5 .vs-about__right .ab-qoute {
  background-color: rgba(var(--vs-theme-color4-rgb), 0.1);
}

.vs-about.style4.style5 .vs-about__right .ab-Box .abTxt li i {
  color: var(--vs-theme-color5);
  margin-right: 10px;
}
@media (max-width: 1400px) {
  .vs-about.style4 .vs-title__main {
    max-width: 561px;
    font-size: 44px;
  }
}
@media (max-width: 1300px) {
  .vs-about.style4 .vs-title__main {
    max-width: 510px;
    font-size: 40px;
  }
  .vs-about.style4 .vs-about__wrap img {
    width: auto !important;
    height: auto !important;
  }
  .vs-about.style4 .vs-about__right .ab-Box .abTxt li {
    font-size: 13px;
    margin-bottom: 2px;
  }
  .vs-about.style4 .vs-about__right .ab-Box .vsBtn {
    padding: 13px 45px;
  }
  .vs-about.style4 .abImg img {
    height: 575px;
    width: 420px;
  }
  .vs-about.style4 .abImg::after {
    top: -25px;
    right: 25px;
  }
  .vs-about.style4.style5 .abImg .para-img3 {
    width: 480px;
    height: 630px;
  }
  .vs-about.style4.style5 .abImg img {
    width: 100%;
    height: 630px;
    margin-right: 0;
  }
}
.vs-about.style4 {
  /* Large devices */
}
@media (max-width: 1199px) {
  .vs-about.style4 .vs-about__right .ab-Box .abTxt li {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .vs-about.style4 .vs-about__right .ab-Box .vsBtn {
    padding: 15px 50px;
  }
  .vs-about.style4 .abImg {
    max-width: 680px;
    margin-bottom: 100px;
    margin-top: 0;
  }
  .vs-about.style4 .abImg img {
    height: 680px;
    width: 80%;
  }
  .vs-about.style4 .abImg::after {
    top: -25px;
    right: 30px;
  }
  .vs-about.style4.style5 .abImg {
    max-width: 570px;
  }
}
.vs-about.style4 {
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-about.style4 .vs-about__wrap .ab-experience {
    width: 160px;
    height: 160px;
  }
  .vs-about.style4 .vs-about__wrap .ab-experience h1,
  .vs-about.style4 .vs-about__wrap .ab-experience h2 {
    font-size: 50px;
    line-height: 50px;
  }
  .vs-about.style4 .vs-about__wrap .ab-experience p {
    font-size: 14px;
    line-height: 20px;
  }
  .vs-about.style4 .vs-about__right .ab-Box .abTxt li {
    font-size: 13px;
    margin-bottom: 2px;
  }
  .vs-about.style4 .abImg img {
    height: 600px;
  }
  .vs-about.style4 .abImg::after {
    top: -25px;
    right: 0px;
  }
}
.vs-about.style4 {
  /* Extra small devices */
}
@media (max-width: 575px) {
  .vs-about.style4 .vs-about__wrap {
    display: none;
  }
  .vs-about.style4 .vs-about__right .ab-Box .abTxt {
    grid-template-columns: 1fr;
  }
  .vs-about.style4 .vs-about__right .ab-Box .abTxt li {
    font-size: 16px;
    margin-bottom: 6px;
  }
  .vs-about.style4 .vs-about__right .ab-qoute p {
    font-size: 14px;
    line-height: 24px;
  }
  .vs-about.style4 .abImg {
    margin-bottom: 30px;
  }
  .vs-about.style4 .abImg img {
    width: 100%;
    height: 100%;
    margin-left: 0;
  }
  .vs-about.style4 .abImg::after {
    display: none;
  }
  .vs-about.style4.style5 .abImg .para-img3,
  .vs-about.style4.style5 .abImg img {
    width: 100%;
    height: auto;
  }
  .vs-about.style4.style5 .abImg::before {
    display: none;
  }
}

.vs-choose {
  background-position: left center;
  position: relative;
}
.vs-choose .vs-title__main {
  max-width: 715px;
}
@media (max-width: 1300px) {
  .vs-choose .vs-title__main {
    max-width: 625px;
  }
}
.vs-choose .vs-title__main {
  /* Large devices */
}
@media (max-width: 1199px) {
  .vs-choose .vs-title__main {
    font-size: 40px;
  }
}
.vs-choose .vs-title__main {
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-choose .vs-title__main {
    font-size: 38px;
    max-width: 510px;
  }
}
.vs-choose .chooseImg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
@media (max-width: 1700px) {
  .vs-choose .chooseImg {
    width: 620px;
  }
  .vs-choose .chooseImg img {
    width: 100%;
    height: 1100px;
    object-fit: cover;
  }
}
@media (max-width: 1500px) {
  .vs-choose .chooseImg {
    width: 520px;
  }
}
@media (max-width: 1300px) {
  .vs-choose .chooseImg {
    width: 470px;
  }
}
.vs-choose .chooseImg {
  /* Large devices */
}
@media (max-width: 1199px) {
  .vs-choose .chooseImg {
    width: 400px;
  }
}
.vs-choose__wrap {
  position: relative;
  z-index: 1;
}
.vs-choose__wrap .choose-content {
  display: flex;
  align-items: center;
  background: rgba(var(--vs-theme-color1-rgb), 0.2);
  border-radius: 15px;
  border-right: 2px solid var(--vs-theme-color1);
  border-left: 2px solid var(--vs-theme-color1);
  padding: 20px;
  gap: 20px;
  max-width: 665px;
  margin-bottom: 20px;
  transition: all 0.5s ease-in-out;
}
.vs-choose__wrap .choose-content:last-child {
  margin: 0;
}
.vs-choose__wrap .choose-content .choose-icon {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  background-color: var(--vs-theme-color1);
  color: var(--vs-white-color);
  transition: all 0.5s ease-in-out;
  /* Large devices */
}
@media (max-width: 1199px) {
  .vs-choose__wrap .choose-content .choose-icon {
    width: 80px;
    height: 70px;
  }
}
.vs-choose__wrap .choose-content .choose-txt h3 {
  font-size: 24px;
  color: var(--vs-white-color);
  font-weight: bold;
}
.vs-choose__wrap .choose-content .choose-txt p {
  color: var(--vs-white-color);
  max-width: 500px;
  margin: 0;
}
.vs-choose__wrap .choose-content .choose-txt {
  /* Large devices */
}
@media (max-width: 1199px) {
  .vs-choose__wrap .choose-content .choose-txt h3 {
    font-size: 20px;
  }
  .vs-choose__wrap .choose-content .choose-txt p {
    font-size: 13px;
    line-height: 20px;
  }
}
.vs-choose__wrap .choose-content:hover {
  background: linear-gradient(90deg, var(--vs-theme-color2) 0%, var(--vs-theme-color1) 100%);
  border-color: var(--vs-white-color);
}
.vs-choose__wrap .choose-content:hover .choose-icon {
  background-color: var(--vs-title-color);
}
.vs-choose .vs-counter {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1480px;
  height: 245px;
  gap: 30px;
  margin: 0 auto;
  border-radius: 20px;
  z-index: 1;
  position: relative;
  bottom: -120px;
}
@media (max-width: 1600px) {
  .vs-choose .vs-counter {
    width: auto;
    margin: 0 20px;
  }
}
.vs-choose .vs-counter .counter-body {
  position: relative;
}
.vs-choose .vs-counter .counter-body::before, .vs-choose .vs-counter .counter-body::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-color: var(--vs-white-color);
  transition: all 0.5s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.vs-choose .vs-counter .counter-body::before {
  top: 10px;
  right: 10px;
  border-top: 2px solid var(--vs-white-color);
  border-right: 2px solid var(--vs-white-color);
  transition: all 0.5s ease-in-out;
}
.vs-choose .vs-counter .counter-body::after {
  right: 10px;
  bottom: 10px;
  border-right: 2px solid var(--vs-white-color);
  border-bottom: 2px solid var(--vs-white-color);
  transition: all 0.5s ease-in-out;
}
.vs-choose .vs-counter .counter-body:hover::before, .vs-choose .vs-counter .counter-body:hover::after {
  opacity: 1;
  visibility: visible;
}
.vs-choose .vs-counter .counter-body:hover::before {
  top: 0;
  right: 0;
}
.vs-choose .vs-counter .counter-body:hover::after {
  right: 0;
  bottom: 0;
}
.vs-choose .vs-counter .counter-txt {
  background-color: rgba(var(--vs-title-color-rgb), 0.2);
  text-align: center;
  width: 308px;
  padding: 20px;
  position: relative;
}
.vs-choose .vs-counter .counter-txt h2 {
  color: var(--vs-white-color);
}
.vs-choose .vs-counter .counter-txt h3 {
  font-size: 24px;
  color: var(--vs-white-color);
}
@media (max-width: 1400px) {
  .vs-choose .vs-counter .counter-txt {
    width: 250px;
    padding: 10px;
  }
  .vs-choose .vs-counter .counter-txt h3 {
    font-size: 20px;
  }
}
.vs-choose .vs-counter .counter-txt {
  /* Large devices */
}
@media (max-width: 1199px) {
  .vs-choose .vs-counter .counter-txt {
    width: 200px;
  }
  .vs-choose .vs-counter .counter-txt h3 {
    font-size: 16px;
  }
}
.vs-choose .vs-counter .counter-txt::before, .vs-choose .vs-counter .counter-txt::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-color: var(--vs-white-color);
  transition: all 0.5s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.vs-choose .vs-counter .counter-txt::before {
  top: 10px;
  left: 10px;
  border-top: 2px solid var(--vs-white-color);
  border-left: 2px solid var(--vs-white-color);
  transition: all 0.5s ease-in-out;
}
.vs-choose .vs-counter .counter-txt::after {
  left: 10px;
  bottom: 10px;
  border-left: 2px solid var(--vs-white-color);
  border-bottom: 2px solid var(--vs-white-color);
  transition: all 0.5s ease-in-out;
}
.vs-choose .vs-counter .counter-txt:hover::before, .vs-choose .vs-counter .counter-txt:hover::after {
  opacity: 1;
  visibility: visible;
}
.vs-choose .vs-counter .counter-txt:hover::before {
  top: 0;
  left: 0;
}
.vs-choose .vs-counter .counter-txt:hover::after {
  left: 0;
  bottom: 0;
}
.vs-choose {
  /* Medium devices */
}
@media (max-width: 991px) {
  .vs-choose__wrap .choose-content {
    max-width: none;
  }
  .vs-choose .chooseImg {
    position: relative;
    width: 100%;
    margin-top: 40px;
  }
  .vs-choose .chooseImg img {
    width: 100%;
    height: auto;
  }
  .vs-choose .vs-counter {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    position: absolute;
    height: auto;
    left: 0;
    right: 0;
    padding: 30px;
  }
  .vs-choose .vs-counter .counter-txt {
    width: auto;
    padding: 20px;
  }
  .vs-choose .vs-counter .counter-txt h3 {
    font-size: 20px;
  }
}
.vs-choose {
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-choose .vs-title__main {
    font-size: 34px;
  }
  .vs-choose__wrap .choose-content .choose-txt p {
    max-width: 345px;
    height: 40px;
    overflow: hidden;
  }
  .vs-choose .vs-counter .counter-txt {
    padding: 20px 10px;
  }
  .vs-choose .vs-counter .counter-txt h3 {
    font-size: 20px;
  }
}
.vs-choose {
  /* Extra small devices */
}
@media (max-width: 575px) {
  .vs-choose__wrap .choose-content {
    display: block;
  }
  .vs-choose__wrap .choose-content .choose-txt {
    margin-top: 20px;
  }
  .vs-choose__wrap .choose-content .choose-txt p {
    max-width: none;
    height: auto;
  }
  .vs-choose .chooseImg {
    display: none;
  }
  .vs-choose .vs-counter {
    position: relative;
    grid-template-columns: 1fr;
    padding: 25px;
  }
}
.vs-choose.style2 .chooseImg {
  position: relative;
  top: 0;
  overflow: hidden;
  border-radius: 20px;
  width: 100%;
  height: 744px;
}
.vs-choose.style2 .chooseImg img {
  border-radius: 20px;
  width: 100%;
  height: 744px;
  object-fit: cover;
  transition: none !important;
  will-change: transform;
}
.vs-choose.style2 .patient {
  display: flex;
  align-items: center;
  border-top: 1px solid rgba(var(--vs-title-color-rgb), 0.2);
  padding-top: 40px;
  position: relative;
}
.vs-choose.style2 .patient::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 250px;
  border-top: 2px solid var(--vs-theme-color1);
}
.vs-choose.style2 .vsBtn {
  padding: 15px 50px;
}
.vs-choose.style2 .patient-box {
  display: flex;
  align-items: center;
  padding-left: 30px;
}
.vs-choose.style2 .patient-box .patient-txt {
  margin-left: 20px;
}
.vs-choose.style2 .patient-box .patient-txt h3 {
  font-size: 20px;
  margin: 0;
}
.vs-choose.style2 .patient-box .patient-txt p {
  text-transform: capitalize;
}
.vs-choose.style2 .chose-bottom {
  display: flex;
  align-items: center;
  margin-top: 35px;
  max-width: 1100px;
  margin-left: -345px;
  border-radius: 20px;
  border: 1px solid rgba(var(--vs-title-color-rgb), 0.1);
  overflow: hidden;
}
.vs-choose.style2 .chose-bottom .choose-box {
  background-color: var(--vs-img-bg-color);
  padding: 37px 40px;
  transition: all 0.5s ease-in-out;
}
.vs-choose.style2 .chose-bottom .choose-box:nth-child(2) {
  border-left: 1px solid rgba(var(--vs-title-color-rgb), 0.1);
  border-right: 1px solid rgba(var(--vs-title-color-rgb), 0.1);
}
.vs-choose.style2 .chose-bottom .choose-box .choose-icon span {
  display: inline-block;
  width: 60px;
  height: 60px;
  background: var(--vs-white-color);
  color: var(--vs-theme-color1);
  border: 1px solid rgba(var(--vs-title-color-rgb), 0.1);
  border-radius: 10px;
  font-family: var(--vs-title-font);
  font-size: 30px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-in-out;
}
.vs-choose.style2 .chose-bottom .choose-box .choose-txt {
  margin-top: 25px;
}
.vs-choose.style2 .chose-bottom .choose-box .choose-txt h3 {
  font-size: 20px;
  margin: 0 0 15px;
  transition: all 0.5s ease-in-out;
}
.vs-choose.style2 .chose-bottom .choose-box .choose-txt h3:hover {
  color: var(--vs-theme-color1);
}
.vs-choose.style2 .chose-bottom .choose-box .choose-txt p {
  margin: 0;
}
.vs-choose.style2 .chose-bottom .choose-box:hover {
  background-color: var(--vs-white-color);
}
.vs-choose.style2 .chose-bottom .choose-box:hover .choose-icon span {
  background: var(--vs-img-bg-color);
}
@media (max-width: 1300px) {
  .vs-choose.style2 .vs-title__main {
    max-width: 625px;
    font-size: 42px;
  }
  .vs-choose.style2 .chose-bottom .choose-box {
    padding: 33px 35px;
  }
  .vs-choose.style2 .chose-bottom .choose-box .choose-txt h3 {
    font-size: 19px;
  }
}
.vs-choose.style2 {
  /* Large devices */
}
@media (max-width: 1199px) {
  .vs-choose.style2 .vs-title__main {
    max-width: 535px;
    font-size: 40px;
  }
  .vs-choose.style2 .chooseImg {
    height: auto;
  }
  .vs-choose.style2 .chooseImg img {
    height: auto;
    transform: none !important;
  }
  .vs-choose.style2 .chose-bottom {
    margin-left: -404px;
  }
  .vs-choose.style2 .chose-bottom .choose-box {
    padding: 20px;
  }
  .vs-choose.style2 .chose-bottom .choose-box .choose-txt {
    margin-top: 20px;
  }
  .vs-choose.style2 .chose-bottom .choose-box .choose-txt h3 {
    font-size: 20px;
  }
}
.vs-choose.style2 {
  /* Medium devices */
}
@media (max-width: 991px) {
  .vs-choose.style2 .chooseImg {
    margin-bottom: 30px;
  }
  .vs-choose.style2 .chose-bottom {
    margin-left: 0;
  }
}
.vs-choose.style2 {
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-choose.style2 .vs-title__main {
    font-size: 34px;
  }
  .vs-choose.style2 .chose-bottom {
    display: block;
  }
  .vs-choose.style2 .chose-bottom .choose-box:nth-child(2) {
    border-top: 1px solid rgba(var(--vs-title-color-rgb), 0.1);
    border-bottom: 1px solid rgba(var(--vs-title-color-rgb), 0.1);
    border-left: none;
    border-right: none;
  }
}
.vs-choose.style2 {
  /* Extra small devices */
}
@media (max-width: 575px) {
  .vs-choose.style2 .patient-box {
    display: none;
  }
}

/*------------------- 4.8. Service Part -------------------*/
.vs-service .vs-title__main {
  max-width: 630px;
  margin: 0 auto;
}
@media (max-width: 1300px) {
  .vs-service .vs-title__main {
    max-width: 603px;
    font-size: 45px;
  }
}
.vs-service .swiper-wrapper {
  padding-bottom: 120px;
}
.vs-service__wrap {
  position: relative;
  background-color: var(--vs-white-color);
  padding: 30px;
  border-radius: 20px;
  transition: 0.5s;
}
.vs-service__wrap:hover {
  background-color: var(--vs-title-color);
}
.vs-service__wrap:hover .vs-service__icon {
  margin-bottom: 33px;
}
.vs-service__wrap:hover .vs-service__icon .ser_icon {
  background: linear-gradient(90deg, var(--vs-theme-color2) 0%, var(--vs-theme-color1) 70%);
}
.vs-service__wrap:hover .vs-service__txt h3,
.vs-service__wrap:hover .vs-service__txt h2 {
  color: var(--vs-white-color);
}
.vs-service__wrap:hover .vs-service__txt p {
  color: var(--vs-white-color);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.vs-service__icon {
  margin-bottom: 33px;
}
.vs-service__icon .ser_icon {
  width: 120px;
  height: 120px;
  background: var(--vs-theme-color1);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  transition: 0.5s;
}
.vs-service__icon .ser_number {
  font-family: var(--vs-title-font);
  font-size: 40px;
  color: rgba(var(--vs-theme-color1-rgb), 0.2);
  position: absolute;
  top: 30px;
  right: 30px;
  font-weight: bold;
}
.vs-service__txt h3,
.vs-service__txt h2 {
  display: inline;
  font-size: 30px;
  transition: 0.5s;
  position: relative;
  display: inline;
  background-image: linear-gradient(var(--vs-white-color), var(--vs-white-color));
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0 2px;
}
.vs-service__txt h3:hover,
.vs-service__txt h2:hover {
  background-size: 100% 2px;
}
.vs-service__txt p {
  margin: 20px 0 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(var(--vs-title-color-rgb), 0.07);
  transition: 0.5s;
}
.vs-service__txt .ser_btn {
  display: flex;
  width: 145px;
  height: 40px;
  justify-content: center;
  align-items: center;
  background: var(--vs-theme-color1);
  color: var(--vs-white-color);
  text-transform: capitalize;
  font-family: var(--vs-title-font);
  font-weight: bold;
  border-radius: 50px;
  transition: 0.5s;
}
.vs-service__txt .ser_btn:hover {
  background: linear-gradient(90deg, var(--vs-theme-color2) 0%, var(--vs-theme-color1) 100%);
}
.vs-service {
  /* Large devices */
}
@media (max-width: 1199px) {
  .vs-service__wrap {
    padding: 30px 20px;
  }
  .vs-service__icon .ser_icon {
    width: 90px;
    height: 90px;
  }
  .vs-service__icon .ser_icon img {
    width: 50px;
  }
  .vs-service__txt h3 {
    font-size: 24px;
  }
  .vs-service__txt p {
    font-size: 14px;
  }
}
.vs-service {
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-service .vs-title__main {
    font-size: 38px;
  }
  .vs-service__wrap {
    padding: 30px;
  }
  .vs-service__txt h3 {
    font-size: 30px;
  }
  .vs-service__txt p {
    font-size: 16px;
  }
}
@media (max-width: 400px) {
  .vs-service__icon .ser_icon {
    width: 70px;
    height: 70px;
  }
  .vs-service__icon .ser_icon img {
    width: 40px;
  }
  .vs-service__txt h3 {
    font-size: 24px;
  }
  .vs-service__txt p {
    font-size: 16px;
  }
}
.vs-service.style2 .services-tab {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 30px;
}
.vs-service.style2 .services-tab .services-nav {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.vs-service.style2 .services-tab .services-nav .nav-item {
  background: var(--vs-white-color);
  border: 1px solid rgba(var(--vs-theme-color1-rgb), 0.2);
  border-radius: 20px;
  padding: 25px 35px;
  height: 80px;
  font-size: 24px;
  font-family: var(--vs-title-font);
  font-weight: bold;
  text-align: left;
  color: var(--vs-title-color);
  cursor: pointer;
  transition: all 0.7s ease;
}
.vs-service.style2 .services-tab .services-nav .nav-item .num {
  margin-right: 8px;
}
.vs-service.style2 .services-tab .services-nav .nav-item:hover, .vs-service.style2 .services-tab .services-nav .nav-item.active {
  background: linear-gradient(90deg, var(--vs-theme-color2) 0%, var(--vs-theme-color1) 100%);
  color: var(--vs-white-color);
}
.vs-service.style2 .services-tab .services-content {
  flex-grow: 1;
}
.vs-service.style2 .services-tab .services-content .vs-service__wrap {
  background-color: var(--vs-title-color);
}
.vs-service.style2 .services-tab .services-content .vs-service__icon .ser_icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(90deg, var(--vs-theme-color2) 0%, var(--vs-theme-color1) 100%);
}
.vs-service.style2 .services-tab .services-content .vs-service__icon .ser_icon img {
  width: 40px;
}
.vs-service.style2 .services-tab .services-content .vs-service__txt p {
  margin-bottom: 40px;
  padding-bottom: 30px;
  max-width: 335px;
  color: var(--vs-white-color);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.vs-service.style2 .services-tab .services-content .vs-service__txt .ser_btn {
  height: 60px;
  background: linear-gradient(90deg, var(--vs-theme-color2) 0%, var(--vs-theme-color1) 100%);
  transition: 0.7s;
}
.vs-service.style2 .services-tab .services-content .vs-service__txt .ser_btn:hover {
  background: var(--vs-theme-color1);
}
.vs-service.style2 .services-tab .services-content .content-panel {
  display: none;
  gap: 30px;
  height: 100%;
}
.vs-service.style2 .services-tab .services-content .content-panel.active {
  display: flex;
}
.vs-service.style2 .services-tab .services-content .image-box img {
  width: 420px;
  height: 480px;
  object-fit: cover;
  border-radius: 20px;
}
@media (max-width: 1300px) {
  .vs-service.style2 .services-tab {
    gap: 20px;
  }
  .vs-service.style2 .services-tab .services-nav .nav-item {
    padding: 25px;
    font-size: 22px;
  }
  .vs-service.style2 .services-tab .services-content .vs-service__icon {
    margin-bottom: 25px;
  }
  .vs-service.style2 .services-tab .services-content .vs-service__txt p {
    font-size: 15px;
    margin-bottom: 30px;
    padding-bottom: 25px;
  }
  .vs-service.style2 .services-tab .services-content .image-box {
    border-radius: 20px;
    overflow: hidden;
  }
}
.vs-service.style2 .services-tab {
  /* Large devices */
}
@media (max-width: 1199px) {
  .vs-service.style2 .services-tab .services-nav .nav-item {
    padding: 22px 25px;
    font-size: 18px;
    height: 70px;
  }
  .vs-service.style2 .services-tab .services-content .vs-service__icon .ser_icon {
    width: 70px;
    height: 70px;
  }
  .vs-service.style2 .services-tab .services-content .vs-service__txt p {
    font-size: 14px;
    margin-bottom: 28px;
    padding-bottom: 22px;
  }
  .vs-service.style2 .services-tab .services-content .vs-service__txt p span {
    display: none;
  }
  .vs-service.style2 .services-tab .services-content .image-box img {
    height: 430px;
  }
}
.vs-service.style2 .services-tab {
  /* Medium devices */
}
@media (max-width: 991px) {
  .vs-service.style2 .services-tab {
    grid-template-columns: 1fr;
  }
  .vs-service.style2 .services-tab .services-nav .nav-item {
    font-size: 22px;
    height: 80px;
  }
}
.vs-service.style2 .services-tab {
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-service.style2 .services-tab {
    grid-template-columns: 1fr;
  }
  .vs-service.style2 .services-tab .services-nav .nav-item {
    font-size: 20px;
    height: 70px;
  }
  .vs-service.style2 .services-tab .services-content .vs-service__txt p {
    max-width: none;
  }
  .vs-service.style2 .services-tab .services-content .vs-service__txt p span {
    display: inline;
  }
  .vs-service.style2 .services-tab .services-content .image-box {
    margin-top: 30px;
  }
  .vs-service.style2 .services-tab .services-content .image-box img {
    width: 100%;
    height: auto;
  }
  .vs-service.style2 .services-tab .services-content .content-panel.active {
    display: block;
  }
}
@media (max-width: 400px) {
  .vs-service.style2 .services-tab .services-nav .nav-item {
    font-size: 17px;
    height: 50px;
    padding: 10px 20px;
  }
}
.vs-service.style3 .vs-service__wrap {
  padding: 0;
}
.vs-service.style3 .vs-service__wrap:hover .vs-service__img .serImg {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.vs-service.style3 .vs-service__wrap:hover .ser_icon {
  background: var(--vs-theme-color2);
}
.vs-service.style3 .vs-service__img {
  position: relative;
  background-color: var(--vs-img-bg-color);
  margin-bottom: 33px;
}
.vs-service.style3 .vs-service__img .serImg {
  border-radius: 20px;
  mask-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDIwIiBoZWlnaHQ9IjMwMCIgdmlld0JveD0iMCAwIDQyMCAzMDAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0zMDAgMEMzMTEuMDQ2IDAgMzIwIDguOTU0MzEgMzIwIDIwVjgwQzMyMCA5MS4wNDU3IDMyOC45NTQgMTAwIDM0MCAxMDBINDAwQzQxMS4wNDYgMTAwIDQyMCAxMDguOTU0IDQyMCAxMjBWMzAwSDBWMjBDMCA4Ljk1NDMgOC45NTQzMSAwIDIwIDBIMzAwWiIgZmlsbD0id2hpdGUiLz4KPG1hc2sgaWQ9Im1hc2swXzI3Nzc0XzIxMiIgc3R5bGU9Im1hc2stdHlwZTphbHBoYSIgbWFza1VuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeD0iMCIgeT0iMCIgd2lkdGg9IjQyMCIgaGVpZ2h0PSIzMDAiPgo8cGF0aCBkPSJNMzAwIDBDMzExLjA0NiAwIDMyMCA4Ljk1NDMxIDMyMCAyMFY4MEMzMjAgOTEuMDQ1NyAzMjguOTU0IDEwMCAzNDAgMTAwSDQwMEM0MTEuMDQ2IDEwMCA0MjAgMTA4Ljk1NCA0MjAgMTIwVjMwMEgwVjIwQzAgOC45NTQzIDguOTU0MzEgMCAyMCAwSDMwMFoiIGZpbGw9IndoaXRlIi8+CjwvbWFzaz4KPGcgbWFzaz0idXJsKCNtYXNrMF8yNzc3NF8yMTIpIj4KPHJlY3Qgd2lkdGg9IjQyMCIgaGVpZ2h0PSIzMDAiIGZpbGw9IiMwRTFENEMiIGZpbGwtb3BhY2l0eT0iMC4yIi8+CjwvZz4KPC9zdmc+);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: cover;
  z-index: 1;
  position: relative;
}
.vs-service.style3 .vs-service__img .ser_icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  background: var(--vs-theme-color1);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  transition: 0.5s;
}
.vs-service.style3 .vs-service__txt {
  padding: 0 30px 40px;
}
.vs-service.style3 .vs-service__txt h3 {
  display: inline;
}
.vs-service.style3 .vs-service__txt .ser_btn {
  margin-top: 20px;
}
@media (max-width: 1300px) {
  .vs-service.style3 .vs-service__img .ser_icon {
    width: 75px;
    height: 75px;
  }
}
.vs-service.style3 {
  /* Large devices */
}
@media (max-width: 1199px) {
  .vs-service.style3 .vs-service__img .serImg {
    width: 100%;
  }
  .vs-service.style3 .vs-service__img .ser_icon {
    width: 90px;
    height: 90px;
  }
}
.vs-service.style3 {
  /* Medium devices */
}
@media (max-width: 991px) {
  .vs-service.style3 .vs-title__main {
    max-width: 520px;
    font-size: 40px;
  }
  .vs-service.style3 .vs-service__img .ser_icon {
    width: 70px;
    height: 70px;
  }
}
.vs-service.style3 {
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-service.style3 .vs-service__img .ser_icon {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 500px) {
  .vs-service.style3 .vs-service__img .ser_icon {
    width: 85px;
    height: 85px;
  }
}
@media (max-width: 420px) {
  .vs-service.style3 .vs-service__img .ser_icon {
    width: 65px;
    height: 65px;
  }
}
.vs-service--style4 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  padding-bottom: 100px;
}
.vs-service--style4 .vs-service__wrap {
  position: relative;
  background-color: var(--vs-white-color);
  padding: 30px;
  border-radius: 20px;
  transition: 0.7s;
}
.vs-service--style4 .vs-service__wrap:hover {
  background-color: rgba(var(--vs-theme-color3-rgb), 0.1);
}
.vs-service--style4 .vs-service__wrap:hover .vs-service__icon {
  margin-bottom: 25px;
}
.vs-service--style4 .vs-service__wrap:hover .vs-service__icon .ser_icon {
  background: var(--vs-white-color);
}
.vs-service--style4 .vs-service__wrap:hover .vs-service__txt p {
  color: var(--vs-title-color);
  border-color: rgba(var(--vs-title-color-rgb), 0.07);
}
.vs-service--style4 .vs-service__wrap:hover .vs-service__txt .ser_btn {
  background: var(--vs-white-color);
  color: var(--vs-title-color);
}
.vs-service--style4 .vs-service__icon {
  margin-bottom: 25px;
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 25px;
}
.vs-service--style4 .vs-service__icon .ser_icon {
  width: 80px;
  height: 80px;
  background: rgba(var(--vs-theme-color3-rgb), 0.1);
}
.vs-service--style4 .vs-service__icon h3 {
  margin: 0;
}
.vs-service--style4 .vs-service__txt p {
  border-bottom: 1px dashed rgba(var(--vs-title-color-rgb), 0.07);
}
.vs-service--style4 .vs-service__txt .ser_btn {
  align-items: center;
  background: var(--vs-theme-color3);
}
.vs-service--style4 .vs-service__btn {
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  left: 0;
  right: 0;
  width: 540px;
  height: 60px;
  margin: 0 auto 110px;
  background: var(--vs-white-color);
  border: 1px dashed rgba(var(--vs-title-color-rgb), 0.1);
  padding-left: 40px;
  border-radius: 50px;
}
.vs-service--style4 .vs-service__btn p {
  color: var(--vs-title-color);
  margin: 0;
}
.vs-service--style4 .vs-service__btn .vsBtn {
  padding: 15px 40px;
  background-color: var(--vs-theme-color3);
  text-transform: capitalize;
  text-decoration: none;
  border: none;
  border-radius: 50px;
}
@media (max-width: 1400px) {
  .vs-service--style4 .vs-service__wrap {
    padding: 30px 25px;
  }
  .vs-service--style4 .vs-service__icon h3 {
    font-size: 26px;
  }
}
@media (max-width: 1300px) {
  .vs-service--style4 .vs-service__txt p span {
    display: none;
  }
}
.vs-service--style4 {
  /* Large devices */
}
@media (max-width: 1199px) {
  .vs-service--style4 .vs-service__icon {
    grid-template-columns: 1fr;
  }
}
.vs-service--style4 {
  /* Medium devices */
}
@media (max-width: 991px) {
  .vs-service--style4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.vs-service--style4 {
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-service--style4 {
    grid-template-columns: 1fr;
    padding: 0;
  }
  .vs-service--style4 .vs-service__btn {
    display: none;
  }
  .vs-service--style4 .vs-service__txt p span {
    display: inline;
  }
}
.vs-service--style5 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  padding-bottom: 100px;
}
.vs-service--style5 .vs-service__wrap {
  position: relative;
  background-color: rgba(var(--vs-theme-color4-rgb), 0.1);
  padding: 20px;
  border-radius: 20px;
  transition: 0.7s;
}
.vs-service--style5 .vs-service__wrap:hover {
  background-color: var(--vs-theme-color5);
}
.vs-service--style5 .vs-service__wrap:hover .vs-service__img .ser_icon {
  background: var(--vs-theme-color4);
}
.vs-service--style5 .vs-service__wrap:hover .vs-service__txt p,
.vs-service--style5 .vs-service__wrap:hover .vs-service__txt h3 {
  color: var(--vs-white-color);
  text-decoration: none;
  border: none;
}
.vs-service--style5 .vs-service__wrap:hover .vs-service__txt .ser_btn {
  background: var(--vs-theme-color4);
}
.vs-service--style5 .vs-service__wrap:hover .vs-service__txt .ser_btn::before {
  background: var(--vs-white-color);
}
.vs-service--style5 .vs-service__wrap:hover .vs-service__txt .ser_btn i {
  background-color: var(--vs-white-color);
  color: var(--vs-title-color);
}
.vs-service--style5 .vs-service__img {
  position: relative;
}
.vs-service--style5 .vs-service__img img {
  border-radius: 20px;
}
.vs-service--style5 .vs-service__img .ser_icon {
  width: 70px;
  height: 70px;
  background: var(--vs-theme-color5);
  border: 3px solid var(--vs-white-color);
  border-radius: 10px;
  position: absolute;
  right: 20px;
  top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease-in-out;
}
.vs-service--style5 .vs-service__txt {
  padding: 20px;
}
.vs-service--style5 .vs-service__txt p {
  margin: 0 0 5px;
  border: none;
  transition: all 0.5s ease-in-out;
}
.vs-service--style5 .vs-service__txt h3 {
  font-size: 24px;
  border: none;
  margin-bottom: 15px;
  transition: all 0.5s ease-in-out;
}
.vs-service--style5 .vs-service__txt .ser_btn {
  font-size: 18px;
  width: auto;
  height: 55px;
  background: var(--vs-theme-color5);
  justify-content: initial;
  padding: 20px;
  border-radius: 10px;
  position: relative;
}
.vs-service--style5 .vs-service__txt .ser_btn::before {
  content: "";
  position: absolute;
  top: 0;
  right: 30px;
  width: 60px;
  height: 100%;
  background: var(--vs-theme-color4);
  transform: skewX(-30deg);
  transform-origin: right;
  transition: all 0.5s ease-in-out;
}
.vs-service--style5 .vs-service__txt .ser_btn i {
  width: 75px;
  background-color: var(--vs-theme-color4);
  color: var(--vs-white-color);
  text-align: center;
  height: 55px;
  line-height: 55px;
  font-size: 20px;
  position: absolute;
  right: 0;
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
  transition: all 0.5s ease-in-out;
}
.vs-service--style5 .vs-service__btn {
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  left: 0;
  right: 0;
  width: 540px;
  height: 60px;
  margin: 0 auto 110px;
  background: rgba(var(--vs-theme-color4-rgb), 0.1);
  border: 1px dashed rgba(var(--vs-theme-color4-rgb), 0.2);
  padding-left: 40px;
  border-radius: 50px;
}
.vs-service--style5 .vs-service__btn p {
  color: var(--vs-title-color);
  margin: 0;
}
.vs-service--style5 .vs-service__btn .vsBtn {
  padding: 15px 40px;
  background-color: var(--vs-theme-color5);
  text-transform: capitalize;
  text-decoration: none;
  border: none;
  border-radius: 50px;
}
.vs-service--style5 {
  /* Large devices */
}
@media (max-width: 1199px) {
  .vs-service--style5 .vs-service__txt h3 {
    font-size: 22px;
  }
}
.vs-service--style5 {
  /* Medium devices */
}
@media (max-width: 991px) {
  .vs-service--style5 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.vs-service--style5 {
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-service--style5 {
    grid-template-columns: 1fr;
    padding: 0;
  }
  .vs-service--style5 .vs-service__btn {
    display: none;
  }
  .vs-service--style5 .vs-service__img img {
    width: 100%;
  }
  .vs-service--style5 .vs-service__img .ser_icon img {
    width: auto;
  }
}
.vs-service.service-page .vs-service__wrap {
  background-color: var(--vs-img-bg-color);
  margin-bottom: 30px;
  padding: 40px;
}
.vs-service.service-page .vs-service__wrap:hover {
  background-color: var(--vs-title-color);
}
.vs-service.service-page .vs-service__icon .ser_number {
  top: 40px;
}
.vs-service.service-page {
  /* Large devices */
}
@media (max-width: 1199px) {
  .vs-service.service-page .vs-service__wrap {
    padding: 30px;
  }
  .vs-service.service-page h2 {
    font-size: 24px;
  }
}
.vs-service.service-Dpage .content-panel {
  display: none;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s ease;
}
.vs-service.service-Dpage .content-panel.active {
  display: block;
  opacity: 1;
  transform: translateY(0);
  animation: fadeUp 0.5s ease;
}
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.vs-service.service-Dpage .vs-service__wrap {
  background-color: var(--vs-img-bg-color);
  padding: 0;
  border-bottom: 4px solid var(--vs-theme-color2);
}
.vs-service.service-Dpage .vs-service__wrap:hover {
  background-color: var(--vs-img-bg-color);
}
.vs-service.service-Dpage .vs-service__Dtxt {
  padding: 40px;
}
.vs-service.service-Dpage .vs-service__Dtxt h2 {
  font-size: 40px;
  margin-bottom: 20px;
}
.vs-service.service-Dpage .vs-service__Dtxt svg {
  margin-bottom: 35px;
}
.vs-service.service-Dpage .vs-service__Dtxt h3 {
  margin: 30px 0 20px;
}
.vs-service.service-Dpage .vs-service__Dtxt ul {
  list-style: none;
  margin: 30px 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.vs-service.service-Dpage .vs-service__Dtxt ul li {
  margin-bottom: 10px;
}
.vs-service.service-Dpage .vs-service__Dtxt ul li i {
  color: var(--vs-theme-color1);
  margin-right: 6px;
  font-size: 18px;
}
.vs-service.service-Dpage .vs-service__Dtxt .image-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.vs-service.service-Dpage .vs-service__Dtxt .image-box img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: 20px;
}
@media (max-width: 1300px) {
  .vs-service.service-Dpage .vs-service__Dtxt ul li {
    font-size: 14px;
  }
  .vs-service.service-Dpage .vs-service__Dtxt ul li i {
    font-size: 16px;
  }
}
.vs-service.service-Dpage {
  /* Large devices */
}
@media (max-width: 1199px) {
  .vs-service.service-Dpage .vs-service__Dtxt {
    padding: 30px;
  }
  .vs-service.service-Dpage .vs-service__Dtxt ul {
    grid-template-columns: 1fr;
  }
  .vs-service.service-Dpage .vs-service__Dtxt ul li {
    font-size: 16px;
  }
  .vs-service.service-Dpage .vs-service__Dtxt ul li i {
    font-size: 18px;
  }
  .vs-service.service-Dpage .vs-service__Dtxt h2 {
    font-size: 36px;
  }
}
.vs-service.service-Dpage {
  /* Extra small devices */
}
@media (max-width: 575px) {
  .vs-service.service-Dpage .vs-service__Dtxt {
    padding: 20px;
  }
  .vs-service.service-Dpage .vs-service__Dtxt ul li {
    font-size: 14px;
  }
  .vs-service.service-Dpage .vs-service__Dtxt ul li i {
    font-size: 16px;
  }
  .vs-service.service-Dpage .vs-service__Dtxt h2 {
    font-size: 30px;
  }
  .vs-service.service-Dpage .vs-service__Dtxt .image-box {
    grid-template-columns: 1fr;
  }
}

.vs-process .vs-title__main {
  max-width: 525px;
}
.vs-process p {
  max-width: 410px;
}
.vs-process_navigation {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-bottom: 50px;
  background: var(--vs-white-color);
  border-radius: 50px;
}
.vs-process_navigation .processNav {
  margin-left: 0;
}
.vs-process_navigation .processNav .swiper-slide {
  position: relative;
  border-radius: 60px;
  overflow: hidden;
  background: transparent;
  width: 210px !important;
  height: 80px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--vs-title-font);
  color: var(--vs-title-color);
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.5s;
}
.vs-process_navigation .processNav .swiper-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(var(--vs-theme-color1-rgb), 0.2);
  border-radius: inherit;
  transform: translateX(-102%);
  transition: transform 0.6s;
  z-index: -1;
}
.vs-process_navigation .processNav .swiper-slide-thumb-active::after {
  transform: translateX(0);
}
.vs-process_navigation .vs-navigation {
  height: 80px;
  border: none;
  background-color: var(--vs-white-color);
  top: 0;
  right: 15px;
}
.vs-process_navigation .vs-navigation .swiper-prevBtn,
.vs-process_navigation .vs-navigation .swiper-nextBtn {
  --circle-size: 60px;
  background-color: var(--vs-theme-color1);
  color: var(--vs-white-color);
}
.vs-process_navigation .vs-navigation .swiper-prevBtn:hover,
.vs-process_navigation .vs-navigation .swiper-nextBtn:hover {
  background-color: var(--vs-title-color);
}
.vs-process__wrap .swiper-slide.swiper-slide-active .process-box .vs-service__wrap .vs-service__icon .ser_icon {
  background: var(--vs-theme-color1);
}
.vs-process__wrap .process-box {
  display: flex;
  gap: 40px;
}
.vs-process__wrap .process-box .process-img {
  width: 310px;
  height: 310px;
  object-fit: cover;
  border-radius: 22px;
  overflow: hidden;
}
.vs-process__wrap .process-box .process-img img {
  width: 100%;
  border-radius: 22px;
}
.vs-process__wrap .process-box .vs-service__wrap {
  padding: 0;
  border-radius: none;
  background-color: transparent;
}
.vs-process__wrap .process-box .vs-service__wrap .vs-service__icon .ser_icon {
  background: var(--vs-title-color);
}
.vs-process__wrap .process-box .vs-service__wrap .vs-service__txt h3:hover {
  color: var(--vs-theme-color1) !important;
}
.vs-process__wrap .process-box .vs-service__wrap:hover {
  background-color: transparent;
}
.vs-process__wrap .process-box .vs-service__wrap:hover .vs-service__icon .ser_icon {
  background: var(--vs-theme-color1);
}
.vs-process__wrap .process-box .vs-service__wrap:hover .vs-service__txt h3 {
  background-size: 0;
  color: var(--vs-title-color);
}
.vs-process__wrap .process-box .vs-service__wrap:hover .vs-service__txt p {
  color: var(--vs-title-color);
  border-bottom: none;
}
.vs-process__wrap .process-box .vs-service__icon .ser_icon {
  width: 80px;
  height: 80px;
  border-radius: 20px;
}
.vs-process__wrap .process-box .vs-service__icon .ser_number {
  top: 20px;
}
.vs-process__wrap .process-box .vs-service__txt h3 {
  margin-bottom: 15px;
  font-size: 24px;
}
.vs-process__wrap .process-box .vs-service__txt p {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
  max-width: 290px;
}
@media (max-width: 1300px) {
  .vs-process__wrap .process-box {
    gap: 20px;
  }
  .vs-process__wrap .process-box .process-img img {
    width: 100%;
    height: 275px;
    object-fit: cover;
  }
  .vs-process__wrap .process-box .vs-service__icon {
    margin-bottom: 20px;
  }
  .vs-process__wrap .process-box .vs-service__txt p {
    font-size: 14px;
  }
}
.vs-process {
  /* Large devices */
}
@media (max-width: 1199px) {
  .vs-process .vs-title__main {
    max-width: 475px;
    font-size: 44px;
  }
  .vs-process .vs-process_navigation .processNav .swiper-slide {
    width: 140px !important;
  }
  .vs-process .vs-process__wrap .process-box .process-img {
    height: auto;
  }
  .vs-process .vs-process__wrap .process-box .process-img img {
    width: 100%;
    height: 235px;
    border-radius: 22px;
  }
  .vs-process .vs-process__wrap .process-box .vs-service__txt h3 {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .vs-process .vs-process__wrap .process-box .vs-service__txt p {
    font-size: 15px;
    height: 100px;
    overflow: hidden;
  }
}
.vs-process {
  /* Medium devices */
}
@media (max-width: 991px) {
  .vs-process p {
    display: none;
  }
  .vs-process .vs-process_navigation .processNav .swiper-slide {
    width: 100px !important;
    height: 60px;
  }
  .vs-process .vs-process_navigation .vs-navigation {
    height: 60px;
    right: 0px;
  }
  .vs-process .vs-process_navigation .vs-navigation .swiper-prevBtn,
  .vs-process .vs-process_navigation .vs-navigation .swiper-nextBtn {
    --circle-size: 50px;
  }
  .vs-process .vs-process__wrap .process-box .process-img img {
    height: 240px;
  }
  .vs-process .vs-process__wrap .process-box .vs-service__txt h3 {
    font-size: 22px;
  }
  .vs-process .vs-process__wrap .process-box .vs-service__txt p {
    display: block;
    max-width: 320px;
  }
}
.vs-process {
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-process .vs-title__main {
    max-width: 525px;
  }
}
.vs-process {
  /* Extra small devices */
}
@media (max-width: 575px) {
  .vs-process .vs-process_navigation {
    border-radius: 30px;
  }
  .vs-process .vs-process_navigation .processNav {
    margin-left: auto;
  }
  .vs-process .vs-process_navigation .processNav .swiper-wrapper {
    flex-wrap: wrap;
  }
  .vs-process .vs-process_navigation .processNav .swiper-slide {
    width: 140px !important;
    margin: 0 auto;
  }
  .vs-process .vs-process__wrap .vs-service__wrap {
    padding: 30px 20px 0;
  }
  .vs-process .vs-process__wrap .process-box {
    display: block;
  }
  .vs-process .vs-process__wrap .process-box .process-img {
    width: 100%;
  }
  .vs-process .vs-process__wrap .process-box .process-img img {
    width: 100%;
    height: auto;
  }
  .vs-process .vs-process__wrap .process-box .ser_number {
    top: 30px;
  }
  .vs-process .vs-process__wrap .process-box .vs-service__txt p {
    max-width: none;
  }
}

/*------------------- 4.9. Doctors Part -------------------*/
.vs-doctors {
  padding-top: 230px;
}
.vs-doctors .vs-title__main {
  max-width: 660px;
  margin: 0 auto;
}
@media (max-width: 1300px) {
  .vs-doctors .vs-title__main {
    max-width: 630px;
    font-size: 45px;
  }
}
.vs-doctors__wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.vs-doctors__wrap-content {
  position: relative;
  background-color: var(--vs-img-bg-color);
  padding: 10px;
  border-radius: 20px;
  transition: 0.7s;
}
.vs-doctors__wrap-content .doctor_img {
  position: relative;
  margin-bottom: 24px;
  border-radius: 25px;
}
.vs-doctors__wrap-content .doctor_img img {
  border-radius: 25px;
}
.vs-doctors__wrap-content .doctor_txt {
  padding: 0 12px 10px 20px;
}
@media (max-width: 1300px) {
  .vs-doctors__wrap-content .doctor_txt {
    padding: 0 5px 10px;
  }
}
.vs-doctors__wrap-content .doctor_txt .dr-txt {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.vs-doctors__wrap-content .doctor_txt h3,
.vs-doctors__wrap-content .doctor_txt h2 {
  font-size: 24px;
  transition: all 0.5s ease-in-out;
}
.vs-doctors__wrap-content .doctor_txt p {
  transition: all 0.5s ease-in-out;
  margin: 0;
}
.vs-doctors__wrap-content .doctor_txt .social button {
  color: var(--vs-white-color);
  transition: all 0.5s ease-in-out;
  display: block;
  background: var(--vs-theme-color2);
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  font-size: 16px;
  border: none;
  cursor: pointer;
  transition: 0.5s;
}
.vs-doctors__wrap-content .doctor_txt .social button:hover {
  background: linear-gradient(90deg, var(--vs-theme-color2) 0%, var(--vs-theme-color1) 100%);
}
.vs-doctors__wrap-content .doctor_txt .social ul {
  position: absolute;
  right: 20px;
  padding: 0;
  top: 20px;
  list-style: none;
  z-index: 1;
  margin: 0;
  opacity: 0;
  transform: translateY(20px);
  transition: 0.5s;
  visibility: hidden;
}
.vs-doctors__wrap-content .doctor_txt .social ul li {
  padding-bottom: 8px;
}
.vs-doctors__wrap-content .doctor_txt .social ul li a {
  color: var(--vs-title-color);
  transition: all 0.5s ease-in-out;
  display: block;
  background-color: var(--vs-white-color);
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
  font-size: 14px;
}
.vs-doctors__wrap-content .doctor_txt .social ul li a:hover {
  background-color: var(--vs-theme-color1);
  color: var(--vs-white-color);
}
.vs-doctors__wrap-content .doctor_txt .social.active ul {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
.vs-doctors__wrap-content:hover {
  background-color: var(--vs-title-color);
}
.vs-doctors__wrap-content:hover .doctor_txt p,
.vs-doctors__wrap-content:hover .doctor_txt h3,
.vs-doctors__wrap-content:hover .doctor_txt h2 {
  color: var(--vs-white-color);
}
.vs-doctors__wrap {
  /* Large devices */
}
@media (max-width: 1199px) {
  .vs-doctors__wrap {
    gap: 20px;
  }
  .vs-doctors__wrap .doctor_txt {
    padding: 0 0 10px;
  }
  .vs-doctors__wrap .doctor_txt h3 {
    font-size: 20px;
    line-height: 20px;
  }
  .vs-doctors__wrap .doctor_txt p {
    font-size: 14px;
    line-height: 20px;
  }
}
.vs-doctors__wrap {
  /* Medium devices */
}
@media (max-width: 991px) {
  .vs-doctors__wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .vs-doctors__wrap .doctor_img img {
    width: 100%;
  }
  .vs-doctors__wrap .doctor_txt {
    padding: 0 20px 20px;
  }
  .vs-doctors__wrap .doctor_txt h3 {
    font-size: 24px;
    line-height: 26px;
  }
  .vs-doctors__wrap .doctor_txt p {
    font-size: 16px;
    line-height: 26px;
  }
}
.vs-doctors {
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-doctors .vs-title__main {
    font-size: 36px;
    max-width: 510px;
  }
  .vs-doctors .doctor_txt {
    padding: 0 5px 10px;
  }
  .vs-doctors .doctor_txt h3 {
    font-size: 20px;
    line-height: 24px;
  }
  .vs-doctors .doctor_txt p {
    font-size: 14px;
    line-height: 20px;
  }
}
.vs-doctors {
  /* Extra small devices */
}
@media (max-width: 575px) {
  .vs-doctors .vs-title__main {
    font-size: 29px !important;
  }
  .vs-doctors__wrap {
    grid-template-columns: auto;
  }
  .vs-doctors .doctor_txt {
    padding: 0 15px 15px;
  }
  .vs-doctors .doctor_txt h3 {
    font-size: 24px;
    line-height: 26px;
  }
  .vs-doctors .doctor_txt p {
    font-size: 16px;
    line-height: 20px;
  }
}
.vs-doctors.style3 .vs-doctors__wrap-content {
  position: relative;
  background-color: transparent;
  padding: 30px 0 0;
  border-radius: 0;
  transition: 0.7s;
  text-align: center;
}
.vs-doctors.style3 .vs-doctors__wrap-content .doctor_img .imgBox {
  position: relative;
  max-width: 240px;
  margin: 0 auto;
}
.vs-doctors.style3 .vs-doctors__wrap-content .doctor_img .imgBox img {
  border-radius: 50%;
}
.vs-doctors.style3 .vs-doctors__wrap-content .doctor_img .imgBox::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: linear-gradient(180deg, var(--vs-theme-color2) 0%, var(--vs-theme-color1) 100%);
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.vs-doctors.style3 .vs-doctors__wrap-content .doctor_img .shape-circle {
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
  height: 155px;
  background: var(--vs-theme-color1);
  border-radius: 170px 170px 0 0;
  z-index: 0;
  transition: all 0.5s ease-in-out;
}
.vs-doctors.style3 .vs-doctors__wrap-content .doctor_img .social {
  position: absolute;
  bottom: -35px;
  left: 50%;
  cursor: default;
  transform: translate(-50%, -50%);
}
.vs-doctors.style3 .vs-doctors__wrap-content .doctor_img .social .share {
  background: var(--vs-theme-color1);
  color: var(--vs-white-color);
  transition: all 0.5s ease-in-out;
  border: none;
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  font-size: 16px;
  cursor: pointer;
}
.vs-doctors.style3 .vs-doctors__wrap-content .doctor_img .social ul {
  position: absolute;
  list-style: none;
  padding: 0;
  right: 0;
  top: auto;
  bottom: 40px;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.5s ease-in-out;
}
.vs-doctors.style3 .vs-doctors__wrap-content .doctor_img .social ul li {
  padding-bottom: 8px;
  opacity: 0;
  transition: 0.5s;
  transform: translateY(20px);
}
.vs-doctors.style3 .vs-doctors__wrap-content .doctor_img .social ul li a {
  color: var(--vs-title-color);
  transition: all 0.5s ease-in-out;
  display: block;
  background-color: var(--vs-white-color);
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
  font-size: 14px;
}
.vs-doctors.style3 .vs-doctors__wrap-content .doctor_img .social ul li a:hover {
  background: var(--vs-title-color);
  color: var(--vs-white-color);
}
.vs-doctors.style3 .vs-doctors__wrap-content .doctor_img .social:hover {
  transform: translate(-50%, -25%);
  padding-top: 40px;
}
.vs-doctors.style3 .vs-doctors__wrap-content .doctor_img .social:hover .share {
  background: var(--vs-theme-color2);
}
.vs-doctors.style3 .vs-doctors__wrap-content .doctor_img .social:hover ul {
  visibility: visible;
  transform: translateY(0) !important;
}
.vs-doctors.style3 .vs-doctors__wrap-content .doctor_img .social:hover ul li {
  visibility: visible;
  opacity: 1 !important;
  transform: translateY(0) !important;
}
.vs-doctors.style3 .vs-doctors__wrap-content .doctor_txt {
  position: relative;
  padding: 10px 15px 0;
}
.vs-doctors.style3 .vs-doctors__wrap-content .doctor_txt .dr-txt {
  display: block;
}
.vs-doctors.style3 .vs-doctors__wrap-content:hover {
  background-color: transparent;
}
.vs-doctors.style3 .vs-doctors__wrap-content:hover .doctor_img .shape-circle {
  background: var(--vs-title-color);
}
.vs-doctors.style3 .vs-doctors__wrap-content:hover .doctor_img .imgBox::after {
  opacity: 0.5;
  visibility: visible;
}
.vs-doctors.style3 .vs-doctors__wrap-content:hover .doctor_img ul li {
  opacity: 0 !important;
  transform: none !important;
}
.vs-doctors.style3 .vs-doctors__wrap-content:hover .doctor_txt p,
.vs-doctors.style3 .vs-doctors__wrap-content:hover .doctor_txt h3 {
  color: var(--vs-title-color);
}
@media (max-width: 1300px) {
  .vs-doctors.style3 .vs-doctors__wrap-content .doctor_img .imgBox {
    max-width: 210px;
  }
  .vs-doctors.style3 .vs-doctors__wrap-content .doctor_img .shape-circle {
    top: -24px;
    height: 140px;
  }
}
.vs-doctors.style3 .vs-doctors__wrap-content {
  /* Large devices */
}
@media (max-width: 1199px) {
  .vs-doctors.style3 .vs-doctors__wrap-content .doctor_img .imgBox {
    max-width: 180px;
  }
  .vs-doctors.style3 .vs-doctors__wrap-content .doctor_img .shape-circle {
    top: -20px;
    height: 120px;
  }
}
.vs-doctors.style3 .vs-doctors__wrap-content {
  /* Medium devices */
}
@media (max-width: 991px) {
  .vs-doctors.style3 .vs-doctors__wrap-content .doctor_img .imgBox {
    max-width: 240px;
  }
  .vs-doctors.style3 .vs-doctors__wrap-content .doctor_img .shape-circle {
    top: -30px;
    height: 155px;
    right: 0;
    width: 90%;
    margin: 0 auto;
  }
}
.vs-doctors.style3 .vs-doctors__wrap-content {
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-doctors.style3 .vs-doctors__wrap-content .vs-title__main {
    font-size: 37px;
  }
  .vs-doctors.style3 .vs-doctors__wrap-content .doctor_img .imgBox {
    max-width: 190px;
  }
  .vs-doctors.style3 .vs-doctors__wrap-content .doctor_img .shape-circle {
    top: -25px;
    height: 135px;
    width: 100%;
  }
}
.vs-doctors.style3 .vs-doctors__wrap-content {
  /* Extra small devices */
}
@media (max-width: 575px) {
  .vs-doctors.style3 .vs-doctors__wrap-content {
    max-width: 300px;
    margin: 0 auto;
  }
}
.vs-doctors.style4 .vs-doctors__wrap-content {
  position: relative;
  background-color: transparent;
  padding: 0;
  border-radius: 0;
  transition: 0.7s;
  text-align: center;
}
.vs-doctors.style4 .vs-doctors__wrap-content .doctor_img {
  margin-bottom: 10px;
  position: relative;
}
.vs-doctors.style4 .vs-doctors__wrap-content .doctor_img img {
  width: 100%;
  height: 290px;
  object-fit: cover;
}
.vs-doctors.style4 .vs-doctors__wrap-content .doctor_img .social {
  position: absolute;
  bottom: 20px;
  right: 20px;
  cursor: default;
}
.vs-doctors.style4 .vs-doctors__wrap-content .doctor_img .social .share {
  background: var(--vs-theme-color3);
  color: var(--vs-white-color);
  transition: all 0.5s ease-in-out;
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  font-size: 16px;
  border: none;
  cursor: pointer;
}
.vs-doctors.style4 .vs-doctors__wrap-content .doctor_img .social .share:hover {
  background: var(--vs-title-color);
}
.vs-doctors.style4 .vs-doctors__wrap-content .doctor_img .social ul {
  list-style: none;
  position: absolute;
  right: 0;
  padding: 0;
  top: auto;
  bottom: 30px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.5s ease-in-out;
}
.vs-doctors.style4 .vs-doctors__wrap-content .doctor_img .social ul li {
  padding-bottom: 8px;
  transition: 0.5s;
}
.vs-doctors.style4 .vs-doctors__wrap-content .doctor_img .social ul li a {
  width: 40px;
  height: 40px;
  line-height: 43px;
  color: var(--vs-title-color);
  transition: all 0.5s ease-in-out;
  display: block;
  background-color: var(--vs-white-color);
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
}
.vs-doctors.style4 .vs-doctors__wrap-content .doctor_img .social ul li a:hover {
  background: var(--vs-theme-color3);
  color: var(--vs-white-color);
}
.vs-doctors.style4 .vs-doctors__wrap-content .doctor_img .social.active ul {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
.vs-doctors.style4 .vs-doctors__wrap-content .doctor_txt {
  position: relative;
  padding: 20px;
  background-color: rgba(var(--vs-theme-color3-rgb), 0.2);
  border-radius: 10px;
  text-align: left;
  transition: all 0.5s ease-in-out;
}
.vs-doctors.style4 .vs-doctors__wrap-content .doctor_txt .dr-txt {
  display: block;
}
.vs-doctors.style4 .vs-doctors__wrap-content .doctor_txt .dr-txt p {
  margin: 0;
}
.vs-doctors.style4 .vs-doctors__wrap-content:hover {
  background-color: transparent;
}
.vs-doctors.style4 .vs-doctors__wrap-content:hover .doctor_img .shape-circle {
  background: var(--vs-title-color);
}
.vs-doctors.style4 .vs-doctors__wrap-content:hover .doctor_img .imgBox::after {
  opacity: 0.5;
  visibility: visible;
}
.vs-doctors.style4 .vs-doctors__wrap-content:hover .doctor_txt {
  background-color: var(--vs-theme-color3);
}
.vs-doctors.style4 .vs-doctors__wrap-content:hover .doctor_txt p,
.vs-doctors.style4 .vs-doctors__wrap-content:hover .doctor_txt h3 {
  color: var(--vs-white-color);
}
.vs-doctors.style4.style5 .vs-doctors__wrap-content .doctor_img .social .share {
  background: var(--vs-theme-color5);
}
.vs-doctors.style4.style5 .vs-doctors__wrap-content .doctor_img .social ul li a:hover {
  background: var(--vs-theme-color4);
}
.vs-doctors.style4.style5 .vs-doctors__wrap-content .doctor_txt {
  background-color: #EDF9F9;
}
.vs-doctors.style4.style5 .vs-doctors__wrap-content:hover {
  background-color: transparent;
}
.vs-doctors.style4.style5 .vs-doctors__wrap-content:hover .doctor_txt {
  background-color: var(--vs-theme-color4);
}
@media (max-width: 1300px) {
  .vs-doctors.style4 .vs-doctors__wrap-content .doctor_txt h3 {
    font-size: 22px;
  }
}
.vs-doctors.style4 {
  /* Medium devices */
}
@media (max-width: 991px) {
  .vs-doctors.style4 .vs-title__main {
    max-width: 545px;
    font-size: 40px;
    margin-right: 30px;
  }
  .vs-doctors.style4 .vs-doctors__wrap-content .doctor_img img {
    height: 100%;
  }
  .vs-doctors.style4 .vs-doctors__wrap-content .doctor_img .social ul li a {
    width: 35px;
    height: 35px;
    line-height: 38px;
  }
  .vs-doctors.style4 .vs-doctors__wrap-content .doctor_txt h3 {
    font-size: 20px;
  }
}
.vs-doctors.style4 {
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-doctors.style4 .vs-title__main {
    max-width: none;
    font-size: 38px;
    margin-right: 0;
  }
}
.vs-doctors.style4 {
  /* Extra small devices */
}
@media (max-width: 575px) {
  .vs-doctors.style4 .vs-title__main {
    font-size: 28px !important;
  }
  .vs-doctors.style4 .vs-doctors__wrap-content .doctor_img .social ul li a {
    width: 40px;
    height: 40px;
    line-height: 43px;
  }
  .vs-doctors.style4 .vs-doctors__wrap-content .doctor_txt h3 {
    font-size: 24px;
  }
}
.vs-doctors {
  /* Large devices */
}
@media (max-width: 1199px) {
  .vs-doctors.doctors-page .vs-doctors__wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}
.vs-doctors {
  /* Medium devices */
}
@media (max-width: 991px) {
  .vs-doctors.doctors-page .vs-doctors__wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
.vs-doctors {
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-doctors.doctors-page .vs-doctors__wrap {
    gap: 20px;
  }
  .vs-doctors.doctors-page .vs-doctors__wrap-content .doctor_txt h2 {
    font-size: 18px;
  }
}
.vs-doctors {
  /* Extra small devices */
}
@media (max-width: 575px) {
  .vs-doctors.doctors-page .vs-doctors__wrap {
    grid-template-columns: 1fr;
  }
  .vs-doctors.doctors-page .vs-doctors__wrap-content .doctor_txt h2 {
    font-size: 24px;
  }
}

.doctor-Dpage {
  position: relative;
}
.doctor-Dpage__widget {
  background-color: var(--vs-img-bg-color);
  border: 1px solid rgba(var(--vs-theme-color1-rgb), 0.3);
  padding: 20px;
  border-radius: 25px;
}
.doctor-Dpage__widget .Dpage_txt {
  padding: 20px;
}
.doctor-Dpage__widget .doctor_img img {
  width: 100%;
  border-radius: 25px;
}
.doctor-Dpage__widget .specialist {
  width: 125px;
  height: 40px;
  line-height: 40px;
  background-color: var(--vs-theme-color1);
  color: var(--vs-white-color);
  text-align: center;
  font-family: var(--vs-title-font);
  font-weight: bold;
  text-transform: capitalize;
  border-radius: 30px;
  margin-top: 30px;
}
.doctor-Dpage__widget h2 {
  font-size: 36px;
  margin: 20px 0;
}
.doctor-Dpage__widget svg {
  margin-bottom: 15px;
}
.doctor-Dpage__widget .vs-appoint__box {
  display: block;
  margin-bottom: 30px;
}
.doctor-Dpage__widget .vs-appoint__box .appoint-content {
  justify-content: left;
  margin-top: 20px;
}
.doctor-Dpage__widget .vs-appoint__box .appoint-content .appoint-icon {
  width: 40px;
  height: 40px;
  font-size: 16px;
}
.doctor-Dpage__widget .vs-appoint__box .appoint-content .appoint-icon::after {
  width: 50px;
  height: 50px;
  border: 2px dashed var(--vs-theme-color1);
}
.doctor-Dpage__widget .vs-appoint__box .appoint-content .appoint-txt p {
  font-size: 20px;
  color: var(--vs-title-color);
}
.doctor-Dpage__widget .vs-appoint__box .appoint-content .appoint-txt p span {
  font-size: 16px;
  color: var(--vs-body-color);
  margin-bottom: 0;
}
.doctor-Dpage__widget .vs-appoint__box .appoint-content:hover .appoint-icon::after {
  border: 2px dashed var(--vs-theme-color1);
}
.doctor-Dpage__widget .vs-appoint__box .appoint-content:hover .appoint-txt p {
  color: var(--vs-theme-color1);
}
.doctor-Dpage__widget .vs-appoint__box .appoint-content:hover .appoint-txt p span {
  color: var(--vs-body-color);
}
.doctor-Dpage__widget h3 {
  margin: 20px 0;
}
.doctor-Dpage__widget .doctor-shedule {
  list-style: none;
  padding: 0;
  margin: 15px 0 30px;
}
.doctor-Dpage__widget .doctor-shedule li {
  font-weight: 400;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-transform: capitalize;
  border-bottom: 1px solid rgba(var(--vs-title-color-rgb), 0.1);
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.doctor-Dpage__widget .doctor-shedule li:last-child {
  border-bottom: 0;
  padding: 0;
  margin: 0;
}
.doctor-Dpage__content h2 {
  line-height: 38px;
  margin-bottom: 40px;
}
.doctor-Dpage__content ul {
  list-style: none;
  margin: 30px 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.doctor-Dpage__content ul li {
  margin-bottom: 10px;
  font-weight: 400;
}
.doctor-Dpage__content ul li i {
  color: var(--vs-theme-color2);
  margin-right: 6px;
  font-size: 18px;
}
.doctor-Dpage__content .vs-appoint__form {
  padding: 40px;
  background-color: var(--vs-img-bg-color);
  border-radius: 20px;
  border: 1px solid rgba(var(--vs-theme-color1-rgb), 0.3);
}
.doctor-Dpage__content .vs-appoint__form h2 {
  font-size: 40px;
}
.doctor-Dpage__content .vs-appoint__form .appoint_form select,
.doctor-Dpage__content .vs-appoint__form .appoint_form input {
  border: 1px solid rgba(var(--vs-theme-color1-rgb), 0.3);
  background-color: var(--vs-white-color);
  color: var(--vs-title-color);
  font-size: 15px;
  font-weight: 400;
}
.doctor-Dpage__content .vs-appoint__form .appoint_form select::placeholder,
.doctor-Dpage__content .vs-appoint__form .appoint_form input::placeholder {
  color: var(--vs-title-color);
}
.doctor-Dpage__content .vs-appoint__form .appoint_form select:hover,
.doctor-Dpage__content .vs-appoint__form .appoint_form input:hover {
  background-color: var(--vs-white-color);
  color: var(--vs-title-color);
}
.doctor-Dpage__content .vs-appoint__form .appoint_form select:hover::placeholder,
.doctor-Dpage__content .vs-appoint__form .appoint_form input:hover::placeholder {
  color: var(--vs-title-color);
}
.doctor-Dpage__content .vs-appoint__form .appoint_form input[type=date]::-webkit-calendar-picker-indicator {
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23000000'><path d='M19 4h-1V2h-2v2H8V2H6v2H5c-1.1 0-2 .9-2 2v13c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 15H5V9h14v10z'/></svg>") no-repeat center;
  transition: 0.5s;
}
.doctor-Dpage__content .vs-appoint__form .appoint_form select {
  color: var(--vs-title-color);
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
}
.doctor-Dpage__content .vs-appoint__form textarea {
  border: 1px solid rgba(var(--vs-theme-color1-rgb), 0.3);
  background-color: var(--vs-white-color);
  color: var(--vs-title-color);
}
.doctor-Dpage__content .vs-appoint__form textarea::placeholder {
  color: var(--vs-title-color);
}
.doctor-Dpage__content .vs-appoint__form .appoint_btn {
  background: var(--vs-title-color);
}
.doctor-Dpage__content .skills-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin: 30px 0 50px;
}
@media (max-width: 767px) {
  .doctor-Dpage__content .skills-grid {
    grid-template-columns: 1fr;
  }
}
.doctor-Dpage__content .skills-grid .skill-item .skill-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
.doctor-Dpage__content .skills-grid .skill-item .skill-header span {
  font-size: 16px;
  font-family: var(--vs-title-font);
}
.doctor-Dpage__content .skills-grid .skill-item .skill-header span:first-child {
  font-weight: bold;
  color: var(--vs-title-color);
}
.doctor-Dpage__content .skills-grid .skill-item .skill-header span:last-child {
  color: var(--vs-body-color);
}
.doctor-Dpage__content .skills-grid .progress-bar {
  width: 100%;
  height: 20px;
  background: var(--vs-img-bg-color);
  border-radius: 3px;
  overflow: hidden;
}
.doctor-Dpage__content .skills-grid .progress-fill {
  height: 10px;
  width: 0;
  background: linear-gradient(90deg, var(--vs-theme-color2) 0%, var(--vs-theme-color1) 100%);
  transition: width 1.5s ease;
}
@media (max-width: 1300px) {
  .doctor-Dpage__widget .Dpage_txt {
    padding: 0px;
  }
  .doctor-Dpage__widget h2 {
    font-size: 32px;
  }
}
.doctor-Dpage {
  /* Large devices */
}
@media (max-width: 1199px) {
  .doctor-Dpage__widget h2 {
    font-size: 28px;
  }
  .doctor-Dpage__widget .vs-appoint__box .appoint-content .appoint-txt p {
    font-size: 17px;
  }
  .doctor-Dpage__content ul li {
    font-size: 15px;
  }
}
.doctor-Dpage {
  /* Small devices */
}
@media (max-width: 767px) {
  .doctor-Dpage__content ul {
    grid-template-columns: 1fr;
  }
  .doctor-Dpage__content .vs-appoint__form {
    padding: 30px;
  }
  .doctor-Dpage__content .vs-appoint__form .appoint_form {
    grid-template-columns: 1fr;
  }
}
.doctor-Dpage {
  /* Extra small devices */
}
@media (max-width: 575px) {
  .doctor-Dpage__content .vs-appoint__form {
    padding: 20px;
  }
}

.vs-appoint {
  position: relative;
}
.vs-appoint .vs-title__main {
  max-width: 610px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1300px) {
  .vs-appoint .vs-title__main {
    font-size: 44px;
  }
}
.vs-appoint .appointImg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.vs-appoint .appointImg img {
  width: 100%;
}
@media (max-width: 1800px) {
  .vs-appoint .appointImg {
    width: 45%;
  }
  .vs-appoint .appointImg img {
    height: 1000px;
  }
}
.vs-appoint__button.play-btn {
  position: absolute;
  top: 45%;
  left: 40%;
  --icon-size: 120px;
}
.vs-appoint__button.play-btn i {
  --icon-size: 120px;
  font-size: 32px;
  background: rgba(var(--vs-white-color-rgb), 0.2);
  border: 2px solid var(--vs-white-color);
}
.vs-appoint__button.play-btn:hover:after, .vs-appoint__button.play-btn:hover::before,
.vs-appoint__button.play-btn:hover i {
  background-color: var(--vs-theme-color2);
}
.vs-appoint__wrap {
  padding-left: 80px;
}
.vs-appoint__box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  position: relative;
  z-index: 2;
}
.vs-appoint__box .appoint-content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.vs-appoint__box .appoint-content .appoint-icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--vs-theme-color1);
  color: var(--vs-white-color);
  font-size: 26px;
  margin: 5px;
  border-radius: 10px;
  position: relative;
  transition: 0.5s;
}
.vs-appoint__box .appoint-content .appoint-icon::after {
  content: "";
  position: absolute;
  border: 2px dashed var(--vs-theme-color1);
  border-radius: 10px;
  width: 70px;
  height: 70px;
  transition: 0.5s;
}
.vs-appoint__box .appoint-content .appoint-txt p {
  font-family: var(--vs-title-font);
  font-size: 24px;
  color: var(--vs-white-color);
  text-transform: capitalize;
  font-weight: bold;
  margin: 0;
  transition: 0.5s;
}
.vs-appoint__box .appoint-content .appoint-txt p span {
  font-size: 20px;
  color: var(--vs-white-color);
  display: block;
  margin-bottom: 10px;
}
@media (max-width: 1300px) {
  .vs-appoint__box .appoint-content .appoint-icon {
    width: 50px;
    height: 50px;
    font-size: 22px;
  }
  .vs-appoint__box .appoint-content .appoint-icon::after {
    width: 60px;
    height: 60px;
  }
  .vs-appoint__box .appoint-content .appoint-txt p {
    font-size: 20px;
  }
  .vs-appoint__box .appoint-content .appoint-txt p span {
    font-size: 18px;
    margin-bottom: 5px;
  }
}
.vs-appoint__box .appoint-content:hover .appoint-icon {
  background: linear-gradient(90deg, var(--vs-theme-color2) 0%, var(--vs-theme-color1) 100%);
}
.vs-appoint__box .appoint-content:hover .appoint-icon::after {
  border-color: linear-gradient(90deg, var(--vs-theme-color2) 0%, var(--vs-theme-color1) 100%);
}
.vs-appoint__box .appoint-content:hover .appoint-txt p {
  color: var(--vs-theme-color1);
}
.vs-appoint__box .appoint-content:hover .appoint-txt p span {
  color: var(--vs-white-color);
}
.vs-appoint__form {
  position: relative;
  z-index: 2;
  padding: 50px 0 0;
}
.vs-appoint__form .appoint_form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.vs-appoint__form .appoint_form select,
.vs-appoint__form .appoint_form input {
  border: 2px solid var(--vs-theme-color1);
  padding: 15px;
  border-radius: 10px;
  text-transform: capitalize;
  background-color: rgba(var(--vs-white-color), 0.06);
  color: var(--vs-white-color);
  transition: 0.5s;
}
.vs-appoint__form .appoint_form select::placeholder,
.vs-appoint__form .appoint_form input::placeholder {
  color: var(--vs-white-color);
  transition: 0.5s;
}
.vs-appoint__form .appoint_form select:hover,
.vs-appoint__form .appoint_form input:hover {
  background-color: var(--vs-white-color);
  color: var(--vs-title-color);
}
.vs-appoint__form .appoint_form select:hover::placeholder,
.vs-appoint__form .appoint_form input:hover::placeholder {
  color: var(--vs-title-color);
}
.vs-appoint__form .appoint_form input[type=date]::-webkit-calendar-picker-indicator {
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ffffff'><path d='M19 4h-1V2h-2v2H8V2H6v2H5c-1.1 0-2 .9-2 2v13c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 15H5V9h14v10z'/></svg>") no-repeat center;
  transition: 0.5s;
}
.vs-appoint__form .appoint_form input[type=date]:hover::-webkit-calendar-picker-indicator {
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23000000'><path d='M19 4h-1V2h-2v2H8V2H6v2H5c-1.1 0-2 .9-2 2v13c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 15H5V9h14v10z'/></svg>") no-repeat center;
}
.vs-appoint__form .appoint_form select {
  color: var(--vs-white-color);
  appearance: none;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
  background-position: right 15px center;
  background-repeat: no-repeat;
  background-size: 16px 13px;
  transition: 0.5s;
}
.vs-appoint__form .appoint_form select:hover {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
}
.vs-appoint__form textarea {
  border: 2px solid var(--vs-theme-color1);
  padding: 20px;
  border-radius: 10px;
  text-transform: capitalize;
  background-color: rgba(var(--vs-white-color), 0.06);
  width: 100%;
  height: 100px;
  margin-top: 20px;
  color: var(--vs-white-color);
  transition: all 0.5s ease-in-out;
}
.vs-appoint__form textarea::placeholder {
  color: var(--vs-white-color);
  transition: all 0.5s ease-in-out;
}
.vs-appoint__form textarea:hover {
  background-color: var(--vs-white-color);
  color: var(--vs-title-color);
}
.vs-appoint__form textarea:hover::placeholder {
  color: var(--vs-title-color);
}
.vs-appoint__form .appoint_btn {
  border: 0;
  width: 100%;
  font-family: var(--vs-title-font);
  text-transform: capitalize;
  color: var(--vs-white-color);
  background: var(--vs-theme-color1);
  border-radius: 50px;
  font-weight: bold;
  padding: 18px;
  font-size: 16px;
  transition: all 0.5s ease-in-out;
}
.vs-appoint__form .appoint_btn:hover {
  background: linear-gradient(90deg, var(--vs-theme-color2) 0%, var(--vs-theme-color1) 100%);
  transition: all 0.5s ease-in-out;
}
.vs-appoint {
  /* Large devices */
}
@media (max-width: 1199px) {
  .vs-appoint__wrap {
    padding-left: 40px;
  }
  .vs-appoint__box {
    display: none;
  }
  .vs-appoint__form {
    padding: 0;
  }
}
.vs-appoint {
  /* Medium devices */
}
@media (max-width: 991px) {
  .vs-appoint .vs-title__main {
    font-size: 48px;
  }
  .vs-appoint__wrap {
    padding-left: 0px;
    margin-top: 450px;
  }
  .vs-appoint .appointImg {
    height: 500px;
    width: 100%;
  }
  .vs-appoint .appointImg img {
    height: 500px;
    width: 100%;
    object-fit: cover;
  }
  .vs-appoint__box {
    display: grid;
  }
  .vs-appoint__box .appoint-content .appoint-icon {
    width: 60px;
    height: 60px;
    font-size: 26px;
  }
  .vs-appoint__box .appoint-content .appoint-icon::after {
    width: 70px;
    height: 70px;
  }
  .vs-appoint__box .appoint-content .appoint-txt p {
    font-size: 24px;
  }
  .vs-appoint__box .appoint-content .appoint-txt p span {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .vs-appoint__form {
    padding: 50px 0 0;
  }
}
.vs-appoint {
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-appoint__box {
    display: none;
  }
  .vs-appoint__form {
    padding: 0;
  }
}
.vs-appoint {
  /* Extra small devices */
}
@media (max-width: 575px) {
  .vs-appoint__form .appoint_form {
    grid-template-columns: auto;
  }
}
.vs-appoint--style2 {
  padding: 100px 80px;
  margin-left: -80px;
  margin-right: -80px;
  margin-bottom: -85px;
  border-radius: 20px;
  position: relative;
  top: -190px;
  z-index: 4;
}
.vs-appoint--style2 .vs-appoint__wrap {
  padding: 0 125px 0 0px;
}
.vs-appoint--style2 .vs-appoint__form {
  padding: 0;
}
.vs-appoint--style2 .vs-appoint__box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 1600px) {
  .vs-appoint--style2 {
    margin-left: auto;
    margin-right: auto;
  }
  .vs-appoint--style2 .vs-appoint__wrap {
    padding: 0 50px 0 0px;
  }
}
@media (max-width: 1400px) {
  .vs-appoint--style2 .vs-title__main {
    max-width: 515px;
  }
  .vs-appoint--style2 .vs-appoint__wrap {
    padding: 0;
  }
}
@media (max-width: 1300px) {
  .vs-appoint--style2 {
    padding: 80px 70px;
  }
}
.vs-appoint--style2 {
  /* Large devices */
}
@media (max-width: 1199px) {
  .vs-appoint--style2 .vs-title__main {
    font-size: 40px;
  }
  .vs-appoint--style2 .vs-appoint__wrap {
    margin: 0;
  }
  .vs-appoint--style2 .vs-appoint__form {
    margin-top: 30px;
  }
}
.vs-appoint--style2 {
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-appoint--style2 {
    padding: 40px;
  }
  .vs-appoint--style2 .vs-appoint__form .appoint_form {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 400px) {
  .vs-appoint--style2 {
    padding: 25px;
  }
  .vs-appoint--style2 .vs-appoint__box .appoint-content {
    display: block;
  }
  .vs-appoint--style2 .vs-appoint__box .appoint-content .appoint-icon {
    margin-bottom: 20px;
  }
}
.vs-appoint.style3 .vs-title__main {
  max-width: 515px;
}
.vs-appoint.style3 .vs-appoint__box {
  display: block;
}
.vs-appoint.style3 .vs-appoint__box .appoint-icon {
  background: linear-gradient(90deg, var(--vs-theme-color2) 0%, var(--vs-theme-color1) 100%);
}
.vs-appoint.style3 .vs-appoint__box .appoint-icon::after {
  border-color: linear-gradient(90deg, var(--vs-theme-color2) 0%, var(--vs-theme-color1) 100%);
}
.vs-appoint.style3 .vs-appoint__box .appoint-txt p {
  color: var(--vs-theme-color1);
  transition: 0.5s;
}
.vs-appoint.style3 .vs-appoint__box .appoint-txt p:hover {
  color: var(--vs-white-color);
}
.vs-appoint.style3 .vs-appoint__box .appoint-txt p:hover span {
  color: var(--vs-white-color);
}
.vs-appoint.style3 .vs-appoint__box .appoint-txt p span {
  color: var(--vs-white-color);
}
.vs-appoint.style3 .appoint_form {
  grid-template-columns: repeat(3, 1fr);
}
.vs-appoint.style3 {
  /* Large devices */
}
@media (max-width: 1199px) {
  .vs-appoint.style3 {
    background-position: left center;
  }
  .vs-appoint.style3 .vs-title__main {
    max-width: 475px;
  }
  .vs-appoint.style3 .vs-appoint__box {
    display: none;
  }
  .vs-appoint.style3 .vs-appoint__form {
    padding-top: 50px;
  }
}
.vs-appoint.style3 {
  /* Medium devices */
}
@media (max-width: 991px) {
  .vs-appoint.style3 .vs-title__main {
    max-width: 515px;
  }
  .vs-appoint.style3 .appoint_form {
    grid-template-columns: 1fr 1fr;
  }
}
.vs-appoint.style3 {
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-appoint.style3 .appoint_form {
    grid-template-columns: 1fr;
  }
}
.vs-appoint--style4 p {
  color: var(--vs-white-color);
  max-width: 500px;
  font-weight: 600;
}
.vs-appoint--style4 .app_content {
  background-color: var(--vs-white-color);
  padding: 50px;
  border-radius: 20px;
  position: relative;
  bottom: -380px;
  margin-top: -370px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  z-index: 4;
}
.vs-appoint--style4 .vs-appoint__form {
  padding: 50px;
  background-color: rgba(var(--vs-theme-color3-rgb), 0.2);
  border: 1px solid rgba(var(--vs-theme-color3-rgb), 0.3);
  border-radius: 20px;
}
.vs-appoint--style4 .vs-appoint__form h2 {
  font-size: 40px;
  margin-bottom: 40px;
}
.vs-appoint--style4 .vs-appoint__form .appoint_form select,
.vs-appoint--style4 .vs-appoint__form .appoint_form input {
  background-color: var(--vs-white-color);
  border: 1px solid rgba(var(--vs-theme-color3-rgb), 0.4);
  color: var(--vs-body-color);
}
.vs-appoint--style4 .vs-appoint__form .appoint_form select::placeholder,
.vs-appoint--style4 .vs-appoint__form .appoint_form input::placeholder {
  color: var(--vs-body-color);
}
.vs-appoint--style4 .vs-appoint__form .appoint_form select {
  color: var(--vs-body-color);
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%237C7C7C' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
}
.vs-appoint--style4 .vs-appoint__form textarea {
  background-color: var(--vs-white-color);
  border: 1px solid rgba(var(--vs-theme-color3-rgb), 0.4);
  color: var(--vs-body-color);
}
.vs-appoint--style4 .vs-appoint__form textarea::placeholder {
  color: var(--vs-body-color);
  transition: all 0.5s ease-in-out;
}
.vs-appoint--style4 .vs-appoint__form .appoint_btn {
  background: var(--vs-theme-color3);
}
.vs-appoint--style4 .vs-appoint__form .appoint_btn:hover {
  background: var(--vs-title-color);
}
.vs-appoint--style4 .vs-appoint__wrap {
  padding-left: 0px;
  position: relative;
}
.vs-appoint--style4 .vs-appoint__wrap img {
  width: 100%;
  height: 625px;
  object-fit: cover;
  border-radius: 20px;
}
.vs-appoint--style4 .vs-appoint__wrap .appoint-play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.vs-appoint--style4 .vs-appoint__wrap .appoint-play-btn .play-btn {
  --icon-size: 120px;
}
.vs-appoint--style4 .vs-appoint__wrap .appoint-play-btn .play-btn i {
  --icon-size: 120px;
  font-size: 32px;
  background: rgba(var(--vs-white-color-rgb), 0.2);
  border: 2px solid var(--vs-white-color);
}
.vs-appoint--style4 .vs-appoint__wrap .appoint-play-btn .play-btn:hover:after, .vs-appoint--style4 .vs-appoint__wrap .appoint-play-btn .play-btn:hover::before,
.vs-appoint--style4 .vs-appoint__wrap .appoint-play-btn .play-btn:hover i {
  background-color: var(--vs-theme-color3);
}
.vs-appoint--style4 .vs-appoint__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
}
.vs-appoint--style4 .vs-appoint__box .appoint-content {
  gap: 25px;
}
.vs-appoint--style4 .vs-appoint__box .appoint-content .appoint-icon {
  background: var(--vs-title-color);
}
.vs-appoint--style4 .vs-appoint__box .appoint-content .appoint-icon::after {
  border: 2px dashed var(--vs-title-color);
}
.vs-appoint--style4 .vs-appoint__box .appoint-content .appoint-txt p {
  color: var(--vs-title-color);
  max-width: 220px !important;
}
.vs-appoint--style4 .vs-appoint__box .appoint-content .appoint-txt p span {
  color: var(--vs-title-color);
}
.vs-appoint--style4 .vs-appoint__box .appoint-content:hover .appoint-icon {
  background: var(--vs-theme-color3);
}
.vs-appoint--style4 .vs-appoint__box .appoint-content:hover .appoint-icon::after {
  border-color: var(--vs-theme-color3);
}
.vs-appoint--style4 .vs-appoint__box .appoint-content:hover .appoint-txt p {
  color: var(--vs-theme-color3);
}
.vs-appoint--style4 .vs-appoint__box .appoint-content:hover .appoint-txt p span {
  color: var(--vs-title-color);
}
.vs-appoint--style4.style5 .app_content {
  bottom: -530px;
  margin-top: -450px;
}
.vs-appoint--style4.style5 .vs-appoint__form {
  background-color: rgba(var(--vs-theme-color4-rgb), 0.1);
  border: 1px solid rgba(var(--vs-theme-color4-rgb), 0.3);
}
.vs-appoint--style4.style5 .vs-appoint__form .appoint_form {
  grid-template-columns: repeat(3, 1fr);
}
.vs-appoint--style4.style5 .vs-appoint__form .appoint_form select,
.vs-appoint--style4.style5 .vs-appoint__form .appoint_form input {
  border: 1px solid rgba(var(--vs-theme-color4-rgb), 0.4);
}
.vs-appoint--style4.style5 .vs-appoint__form textarea {
  border: 1px solid rgba(var(--vs-theme-color4-rgb), 0.4);
}
.vs-appoint--style4.style5 .vs-appoint__form .appoint_btn {
  background: var(--vs-theme-color5);
}
.vs-appoint--style4.style5 .vs-appoint__form .appoint_btn:hover {
  background: var(--vs-title-color);
}
.vs-appoint--style4.style5 .vs-appoint__box .appoint-content .appoint-icon {
  background: var(--vs-theme-color5);
}
.vs-appoint--style4.style5 .vs-appoint__box .appoint-content .appoint-icon::after {
  border-color: var(--vs-theme-color5);
}
.vs-appoint--style4.style5 .vs-appoint__box .appoint-content:hover .appoint-icon {
  background: var(--vs-theme-color4);
}
.vs-appoint--style4.style5 .vs-appoint__box .appoint-content:hover .appoint-icon::after {
  border-color: var(--vs-theme-color4);
}
.vs-appoint--style4.style5 .vs-appoint__box .appoint-content:hover .appoint-txt p {
  color: var(--vs-theme-color4);
}
.vs-appoint--style4.style5 .vs-appoint__box .appoint-content:hover .appoint-txt p span {
  color: var(--vs-title-color);
}
@media (max-width: 1300px) {
  .vs-appoint--style4 .vs-title__main {
    max-width: 510px;
    font-size: 40px;
  }
  .vs-appoint--style4 .vs-appoint__form {
    padding: 30px 20px;
  }
  .vs-appoint--style4 .vs-appoint__wrap img {
    height: 585px;
  }
}
.vs-appoint--style4 {
  /* Large devices */
}
@media (max-width: 1199px) {
  .vs-appoint--style4 .vs-appoint__form {
    margin-bottom: 30px;
    padding: 50px;
  }
  .vs-appoint--style4 .vs-appoint__box .appoint-content {
    gap: 15px;
  }
  .vs-appoint--style4 .vs-appoint__box .appoint-content .appoint-txt p {
    max-width: 180px !important;
  }
}
.vs-appoint--style4 {
  /* Medium devices */
}
@media (max-width: 991px) {
  .vs-appoint--style4 .vs-appoint__wrap {
    margin: 0;
  }
  .vs-appoint--style4 .vs-appoint__box {
    flex-wrap: wrap;
  }
  .vs-appoint--style4 .vs-appoint__box .appoint-content .appoint-txt p {
    max-width: none !important;
    font-size: 21px;
  }
  .vs-appoint--style4 .vs-appoint__box .appoint-content .appoint-txt p span {
    font-size: 16px;
  }
  .vs-appoint--style4.style5 .vs-appoint__form .appoint_form {
    grid-template-columns: repeat(2, 1fr);
  }
}
.vs-appoint--style4 {
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-appoint--style4 .app_content {
    padding: 30px;
  }
  .vs-appoint--style4 .vs-appoint__form {
    padding: 30px;
  }
  .vs-appoint--style4 .vs-appoint__form h2 {
    font-size: 36px;
    margin-bottom: 40px;
  }
  .vs-appoint--style4 .vs-appoint__form .appoint_form {
    grid-template-columns: 1fr;
  }
  .vs-appoint--style4 .vs-appoint__wrap img {
    height: 100%;
  }
  .vs-appoint--style4.style5 .vs-appoint__form .appoint_form {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 480px) {
  .vs-appoint--style4 .vs-appoint__box .appoint-content {
    display: grid;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 380px) {
  .vs-appoint--style4 .app_content,
  .vs-appoint--style4 .vs-appoint__form {
    padding: 25px 15px;
  }
}

/*------------------- 4.10. Case Part -------------------*/
.vs-case .vs-title__main {
  max-width: 570px;
  margin: 0 auto;
}
@media (max-width: 1300px) {
  .vs-case .vs-title__main {
    font-size: 47px;
  }
}
.vs-case__wrap {
  position: relative;
}
.vs-case__wrap .case_txt form {
  position: absolute;
  bottom: 20px;
  left: 0;
  display: inline-block;
  cursor: auto;
  width: 100%;
  padding: 0 30px;
}
.vs-case__wrap .case_txt form input {
  font-size: 24px;
  font-family: var(--vs-title-font);
  text-transform: capitalize;
  font-weight: bold;
  height: 80px;
  width: 100%;
  border: none;
  background-color: var(--vs-white-color);
  padding-left: 30px;
  color: var(--vs-title-color);
  border-radius: 20px;
  box-shadow: none;
  transition: 0.7s;
}
.vs-case__wrap .case_txt form input:focus {
  outline: none;
  border-color: transparent;
}
.vs-case__wrap .case_txt form input::-moz-placeholder {
  color: var(--vs-title-color);
}
.vs-case__wrap .case_txt form input::-webkit-input-placeholder {
  color: var(--vs-title-color);
}
.vs-case__wrap .case_txt form input:-ms-input-placeholder {
  color: var(--vs-title-color);
}
.vs-case__wrap .case_txt form input::placeholder {
  color: var(--vs-title-color);
}
.vs-case__wrap .case_txt form input {
  /* Large devices */
}
@media (max-width: 1199px) {
  .vs-case__wrap .case_txt form input {
    font-size: 20px;
    height: 60px;
    border-radius: 10px;
  }
}
.vs-case__wrap .case_txt form button {
  position: absolute;
  top: 50%;
  background: var(--vs-title-color);
  border: none;
  font-size: 20px;
  right: 40px;
  color: var(--vs-white-color);
  cursor: pointer;
  width: 60px;
  height: 60px;
  border-radius: 10px;
  transition: all ease 0.5s;
  transform: translateY(-50%);
  /* Large devices */
}
@media (max-width: 1199px) {
  .vs-case__wrap .case_txt form button {
    right: 35px;
    width: 50px;
    height: 50px;
  }
}
.vs-case__wrap:hover .case_txt form input {
  background-color: var(--vs-title-color);
}
.vs-case__wrap:hover .case_txt form input::-moz-placeholder {
  color: var(--vs-white-color);
}
.vs-case__wrap:hover .case_txt form input::-webkit-input-placeholder {
  color: var(--vs-white-color);
}
.vs-case__wrap:hover .case_txt form input:-ms-input-placeholder {
  color: var(--vs-white-color);
}
.vs-case__wrap:hover .case_txt form input::placeholder {
  color: var(--vs-white-color);
}
.vs-case__wrap:hover .case_txt form button {
  background: linear-gradient(90deg, var(--vs-theme-color2) 0%, var(--vs-theme-color1) 100%);
}
.vs-case__img {
  position: relative;
}
.vs-case__img .case_img img {
  border-radius: 20px;
}
.vs-case__img span.label {
  position: absolute;
  top: 30px;
  left: 30px;
  display: inline-block;
  padding: 2px 20px;
  font-weight: bold;
  font-family: var(--vs-title-font);
  background-color: rgba(var(--vs-theme-color2-rgb), 0.8);
  color: var(--vs-white-color);
  text-transform: capitalize;
  border-radius: 30px;
}
.vs-case {
  /* Medium devices */
}
@media (max-width: 991px) {
  .vs-case .case_img img {
    width: 100%;
  }
}
.vs-case {
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-case .vs-title__main {
    font-size: 42px;
  }
}
.vs-case {
  /* Extra small devices */
}
@media (max-width: 575px) {
  .vs-case .case_txt form {
    bottom: 10px;
    padding: 0 10px;
  }
  .vs-case .case_txt form input {
    font-size: 14px;
    padding-left: 15px;
  }
  .vs-case .case_txt form button {
    right: 15px;
    font-size: 16px;
  }
  .vs-case .case_img img {
    height: 250px;
    object-fit: cover;
  }
}
.vs-case.style2 {
  padding-bottom: 300px;
}
.vs-case.style2 .vs-case__img {
  position: relative;
}
.vs-case.style2 .vs-case__img .case_img img {
  width: 100%;
  height: 320px;
  object-fit: cover;
}
.vs-case.style2 .vs-case__wrap {
  position: relative;
}
.vs-case.style2 .vs-case__wrap .case_txt {
  padding: 30px 0 0;
}
.vs-case.style2 .vs-case__wrap .case_txt form {
  position: relative;
  bottom: 0;
  padding: 0;
}
.vs-case.style2 .vs-case__wrap .case_txt form input {
  font-size: 22px;
  padding-left: 20px;
}
.vs-case.style2 .vs-case__wrap .case_txt form button {
  right: 10px;
}
@media (max-width: 1300px) {
  .vs-case.style2 .vs-case__wrap .case_txt form input {
    font-size: 18px;
  }
}
.vs-case.style2 {
  /* Medium devices */
}
@media (max-width: 991px) {
  .vs-case.style2 {
    padding-bottom: 250px;
  }
  .vs-case.style2 .vs-case__wrap {
    margin-bottom: 50px;
  }
}
.vs-case.style3 .scroll-case {
  width: 100%;
  position: relative;
}
.vs-case.style3 .scroll-case .slide {
  position: sticky;
  top: 120px;
  height: 800px;
  width: 100%;
}
.vs-case.style3 .scroll-case .slide.layer-1 {
  z-index: 4;
}
.vs-case.style3 .scroll-case .slide.layer-2 {
  z-index: 5;
}
.vs-case.style3 .scroll-case .slide.layer-3 {
  z-index: 6;
}
@media (max-width: 1300px) {
  .vs-case.style3 .scroll-case .slide {
    height: 700px;
  }
}
.vs-case.style3 .scroll-case .slide {
  /* Large devices */
}
@media (max-width: 1199px) {
  .vs-case.style3 .scroll-case .slide {
    height: 600px;
  }
}
.vs-case.style3 .vs-case__wrap {
  position: relative;
}
.vs-case.style3 .vs-case__wrap .case_txt {
  position: absolute;
  bottom: 30px;
  right: 30px;
  max-width: 585px;
  background-color: rgba(var(--vs-theme-color1-rgb), 0.2);
  backdrop-filter: blur(10px);
  border: 2px solid rgba(var(--vs-white-color-rgb), 0.3);
  border-radius: 20px;
  padding: 20px;
  transition: all 0.5s ease-in-out;
}
.vs-case.style3 .vs-case__wrap .case_txt span.label {
  position: absolute;
  top: 20px;
  left: 20px;
  display: inline-block;
  padding: 2px 20px;
  font-weight: bold;
  font-family: var(--vs-title-font);
  background-color: rgba(var(--vs-theme-color2-rgb), 0.95);
  color: var(--vs-white-color);
  text-transform: capitalize;
  border-radius: 30px;
}
.vs-case.style3 .vs-case__wrap .case_txt h3 {
  color: var(--vs-white-color);
  margin: 45px 0 10px;
  transition: all 0.5s ease-in-out;
}
.vs-case.style3 .vs-case__wrap .case_txt p {
  color: var(--vs-white-color);
}
.vs-case.style3 .vs-case__wrap .case_txt .readMore {
  text-align: end;
  position: relative;
}
.vs-case.style3 .vs-case__wrap .case_txt .readMore::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  width: 65%;
  opacity: 0.2;
  border-top: 2px solid var(--vs-white-color);
}
.vs-case.style3 .vs-case__wrap .case_txt .readMore a {
  display: inline-block;
  background: var(--vs-title-color);
  color: var(--vs-white-color);
  text-transform: capitalize;
  font-family: var(--vs-title-font);
  font-weight: bold;
  border-radius: 50px;
  line-height: 16px;
  padding: 13px 32px;
  transition: all 0.5s ease-in-out;
}
.vs-case.style3 .vs-case__wrap .case_txt:hover {
  background-color: var(--vs-title-color);
  border-color: var(--vs-theme-color1);
}
.vs-case.style3 .vs-case__wrap .case_txt:hover h3 {
  color: var(--vs-theme-color1);
}
.vs-case.style3 .vs-case__wrap .case_txt:hover .readMore a {
  background: linear-gradient(90deg, var(--vs-theme-color2) 0%, var(--vs-theme-color1) 100%);
}
.vs-case.style3 {
  /* Medium devices */
}
@media (max-width: 991px) {
  .vs-case.style3 .scroll-case .slide {
    height: 670px;
  }
  .vs-case.style3 .vs-case__wrap .case_img img {
    height: 550px;
    object-fit: cover;
  }
  .vs-case.style3 .vs-case__wrap .case_txt {
    max-width: 390px;
  }
  .vs-case.style3 .vs-case__wrap .case_txt .readMore::after {
    width: 45%;
  }
  .vs-case.style3 .vsBtn {
    display: none;
  }
}
.vs-case.style3 {
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-case.style3 .vs-case__wrap .case_txt {
    max-width: none;
    bottom: 15px;
    right: 15px;
    left: 15px;
  }
  .vs-case.style3 .vs-case__wrap .case_txt p {
    font-size: 13px;
    line-height: 18px;
  }
  .vs-case.style3 .vs-case__wrap .case_txt .readMore::after {
    width: 0;
  }
}
.vs-case.style4 .vs-case__wrap span.label {
  background-color: var(--vs-title-color);
}
.vs-case.style4 .vs-case__wrap .case_txt {
  width: 390px;
  height: 140px;
  padding: 20px 25px;
  text-align: left;
  position: absolute;
  bottom: 0;
  background-color: rgba(var(--vs-white-color-rgb), 0.1);
  border: 1px solid rgba(var(--vs-white-color-rgb), 0.3);
  backdrop-filter: blur(5px);
  left: 0;
  right: 0;
  margin: 0 auto;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  transition: all 0.5s ease-in-out;
}
.vs-case.style4 .vs-case__wrap .case_txt h3 {
  font-size: 24px;
  color: var(--vs-white-color);
  margin-bottom: 20px;
}
.vs-case.style4 .vs-case__wrap .case_txt .vsBtn {
  padding: 7px 30px;
}
.vs-case.style4 .vs-case__wrap .case_txt:hover {
  background-color: var(--vs-theme-color3);
}
.vs-case.style4 .vs-case__wrap .case_txt:hover .vsBtn {
  background-color: var(--vs-title-color);
}
.vs-case.style4 .vs-case__wrap {
  /* Extra small devices */
}
@media (max-width: 575px) {
  .vs-case.style4 .vs-case__wrap span.label {
    top: 15px;
    left: 15px;
  }
  .vs-case.style4 .vs-case__wrap .case_txt {
    width: 260px;
    height: 130px;
    padding: 10px 25px 0;
  }
  .vs-case.style4 .vs-case__wrap .case_txt h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.vs-case--style5 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.vs-case--style5 .vs-case__wrap {
  position: relative;
}
.vs-case--style5 .vs-case__wrap::after {
  content: "";
  background-color: rgba(var(--vs-title-color-rgb), 0.3);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 20px;
  transition: all 0.5s ease-in-out;
  z-index: 0;
}
.vs-case--style5 .vs-case__wrap .case_txt form {
  z-index: 1;
}
.vs-case--style5 .vs-case__wrap .case_txt form input::-moz-placeholder {
  color: var(--vs-theme-color5);
}
.vs-case--style5 .vs-case__wrap .case_txt form input::-webkit-input-placeholder {
  color: var(--vs-theme-color5);
}
.vs-case--style5 .vs-case__wrap .case_txt form input:-ms-input-placeholder {
  color: var(--vs-theme-color5);
}
.vs-case--style5 .vs-case__wrap .case_txt form input::placeholder {
  color: var(--vs-theme-color5);
}
.vs-case--style5 .vs-case__wrap .case_txt form button {
  background: var(--vs-theme-color5);
}
.vs-case--style5 .vs-case__wrap:hover::after {
  opacity: 0;
}
.vs-case--style5 .vs-case__wrap:hover .case_txt form input {
  background-color: var(--vs-theme-color5);
}
.vs-case--style5 .vs-case__wrap:hover .case_txt form input::-moz-placeholder {
  color: var(--vs-white-color);
}
.vs-case--style5 .vs-case__wrap:hover .case_txt form input::-webkit-input-placeholder {
  color: var(--vs-white-color);
}
.vs-case--style5 .vs-case__wrap:hover .case_txt form input:-ms-input-placeholder {
  color: var(--vs-white-color);
}
.vs-case--style5 .vs-case__wrap:hover .case_txt form input::placeholder {
  color: var(--vs-white-color);
}
.vs-case--style5 .vs-case__wrap:hover .case_txt form button {
  background: var(--vs-theme-color4);
}
.vs-case--style5 .vs-case__img span.label {
  z-index: 1;
  background-color: rgba(var(--vs-theme-color4-rgb), 0.9);
}
.vs-case--style5 {
  /* Medium devices */
}
@media (max-width: 991px) {
  .vs-case--style5 .vs-case__wrap .case_txt form input {
    font-size: 15px;
    padding-left: 20px;
  }
}
.vs-case--style5 {
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-case--style5 {
    grid-template-columns: 1fr;
  }
}
.vs-case__casePage {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .vs-case__casePage .vs-case__wrap .case_txt form input {
    font-size: 15px;
    padding-left: 20px;
  }
}
.vs-case__casePage {
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-case__casePage {
    grid-template-columns: 1fr;
  }
}

/*------------------- 4.11. Testimonial Part -------------------*/
.vs-testimoni {
  position: relative;
}
.vs-testimoni .vs-title__main {
  max-width: 600px;
}
@media (max-width: 1300px) {
  .vs-testimoni .vs-title__main {
    font-size: 46px;
  }
}
.vs-testimoni__wrap {
  background-color: var(--vs-white-color);
  border-radius: 20px;
  padding: 30px;
  transition: all 0.5s ease-in-out;
}
.vs-testimoni__wrap .gradient-border-corner {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100px;
  z-index: -1;
  border-top: 2px solid var(--vs-theme-color1);
  border-right: 2px solid var(--vs-theme-color1);
  border-top-right-radius: 20px;
  border-bottom: 2px solid transparent;
  border-left: 2px solid transparent;
  -webkit-mask-image: radial-gradient(circle at top right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 75%);
  mask-image: radial-gradient(circle at top right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 75%);
}
.vs-testimoni__wrap .gradient-border-corner.style2 {
  top: auto;
  left: 0;
  bottom: 0;
  border-top: 2px solid transparent;
  border-right: 2px solid transparent;
  border-bottom: 2px solid var(--vs-theme-color1);
  border-left: 2px solid var(--vs-theme-color1);
  border-bottom-left-radius: 20px;
  -webkit-mask-image: radial-gradient(circle at bottom left, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 75%);
  mask-image: radial-gradient(circle at bottom left, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 75%);
}
.vs-testimoni__wrap .test_txt .star {
  color: #DB9E30;
  padding: 15px 0;
  display: block;
}
.vs-testimoni__wrap .test_txt p {
  transition: all 0.5s ease-in-out;
}
.vs-testimoni__wrap .test_txt .test-admin h3 {
  font-size: 24px;
  transition: all 0.5s ease-in-out;
}
.vs-testimoni__wrap .test_txt .test-admin p {
  margin: 0;
}
.vs-testimoni__wrap:hover {
  background-color: var(--vs-title-color);
}
.vs-testimoni__wrap:hover .test-icon .comma1 {
  opacity: 0;
  visibility: hidden;
}
.vs-testimoni__wrap:hover .test-icon .comma2 {
  opacity: 1;
  visibility: visible;
}
.vs-testimoni__wrap:hover .test_txt p,
.vs-testimoni__wrap:hover .test_txt h3 {
  color: var(--vs-white-color);
}
.vs-testimoni__img {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 2;
}
.vs-testimoni__img .test_img {
  width: 70px;
  height: 70px;
  background-color: var(--vs-theme-color1);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.vs-testimoni__img .test_img img {
  border-radius: 50%;
  width: 60px;
  height: 60px;
}
.vs-testimoni__img .test-icon {
  position: relative;
}
.vs-testimoni__img .test-icon .comma1 {
  width: 64px;
  transition: all 0.5s ease-in-out;
}
.vs-testimoni__img .test-icon .comma2 {
  position: absolute;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
}
.vs-testimoni {
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-testimoni .vs-title__main {
    font-size: 42px;
  }
}
.vs-testimoni.style2 .vs-testimoni__wrap {
  background-color: var(--vs-img-bg-color);
}
.vs-testimoni.style2 .vs-testimoni__wrap:hover {
  background-color: var(--vs-title-color);
}
.vs-testimoni--style3 {
  display: flex;
  gap: 30px;
  align-items: center;
}
.vs-testimoni--style3 .vs-testimoni__wrap {
  display: flex;
  gap: 30px;
  padding: 0;
  align-items: center;
  background-color: var(--vs-img-bg-color);
  margin-bottom: 30px;
}
.vs-testimoni--style3 .vs-testimoni__wrap .test_txt {
  position: relative;
  padding-right: 55px;
}
.vs-testimoni--style3 .vs-testimoni__wrap .test_txt .star {
  padding: 0 0 15px;
}
.vs-testimoni--style3 .vs-testimoni__wrap .test_txt p {
  max-width: 340px;
}
.vs-testimoni--style3 .vs-testimoni__wrap .test_txt .test-icon {
  position: absolute;
  bottom: 0;
  right: 30px;
}
.vs-testimoni--style3 .vs-testimoni__wrap .test_txt .test-icon .comma1 {
  width: 64px;
  transition: all 0.5s ease-in-out;
}
.vs-testimoni--style3 .vs-testimoni__wrap .test_txt .test-icon .comma2 {
  position: absolute;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
}
.vs-testimoni--style3 .vs-testimoni__wrap:hover {
  background-color: var(--vs-title-color);
}
.vs-testimoni--style3 .vs-testimoni__wrap:hover .test-icon .comma1 {
  opacity: 0;
  visibility: hidden;
}
.vs-testimoni--style3 .vs-testimoni__wrap:hover .test-icon .comma2 {
  opacity: 1;
  visibility: visible;
}
.vs-testimoni--style3 .vs-testimoni__img {
  display: block;
}
.vs-testimoni--style3 .vs-testimoni__img .test_img {
  width: auto;
  height: auto;
  background-color: transparent;
  border-radius: 0;
  display: block;
}
.vs-testimoni--style3 .vs-testimoni__img .test_img img {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  width: 220px;
  height: 255px;
  object-fit: cover;
}
.vs-testimoni--style3 {
  /* Large devices */
}
@media (max-width: 1199px) {
  .vs-testimoni--style3 .vs-testimoni__wrap {
    gap: 20px;
  }
  .vs-testimoni--style3 .vs-testimoni__wrap .test_txt {
    padding-right: 15px;
  }
  .vs-testimoni--style3 .vs-testimoni__wrap .test_txt .star {
    padding: 0 0 10px;
  }
  .vs-testimoni--style3 .vs-testimoni__wrap .test_txt p {
    max-width: 290px;
    font-size: 14px;
  }
  .vs-testimoni--style3 .vs-testimoni__wrap .test_txt .test-icon {
    width: 40px;
  }
}
.vs-testimoni--style3 {
  /* Medium devices */
}
@media (max-width: 991px) {
  .vs-testimoni--style3 {
    display: block;
  }
  .vs-testimoni--style3 .vs-testimoni__wrap {
    gap: 30px;
  }
  .vs-testimoni--style3 .vs-testimoni__wrap .test_txt .star {
    padding: 0 0 15px;
  }
  .vs-testimoni--style3 .vs-testimoni__wrap .test_txt p {
    max-width: 390px;
    font-size: 16px;
  }
  .vs-testimoni--style3 .vs-testimoni__wrap .test_txt .test-icon {
    width: 50px;
  }
}
.vs-testimoni--style3 {
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-testimoni--style3 .vs-testimoni__wrap .test_txt p {
    max-width: 245px;
    font-size: 14px;
  }
  .vs-testimoni--style3 .vs-testimoni__wrap .test_txt .test-icon {
    width: 40px;
  }
}
.vs-testimoni--style3 {
  /* Extra small devices */
}
@media (max-width: 575px) {
  .vs-testimoni--style3 .vs-testimoni__wrap {
    gap: 20px;
  }
  .vs-testimoni--style3 .vs-testimoni__wrap .test_txt {
    padding-right: 5px;
  }
  .vs-testimoni--style3 .vs-testimoni__wrap .test_txt p {
    max-width: 210px;
    font-size: 13px;
    line-height: 20px;
  }
  .vs-testimoni--style3 .vs-testimoni__wrap .test_txt h3 {
    margin-bottom: 5px;
    font-size: 20px;
  }
  .vs-testimoni--style3 .vs-testimoni__wrap .test_txt .test-icon {
    width: 30px;
    bottom: -5px;
  }
}
@media (max-width: 420px) {
  .vs-testimoni--style3 .vs-testimoni__wrap {
    display: block;
  }
  .vs-testimoni--style3 .vs-testimoni__wrap .test_img img {
    width: 100%;
    height: auto;
    border-radius: 22px;
  }
  .vs-testimoni--style3 .vs-testimoni__wrap .test_txt {
    padding: 20px 30px;
  }
  .vs-testimoni--style3 .vs-testimoni__wrap .test_txt p {
    max-width: none;
  }
  .vs-testimoni--style3 .vs-testimoni__wrap .test_txt .test-icon {
    width: 40px;
    bottom: 20px;
  }
}
.vs-testimoni.style4 {
  padding-top: 485px;
}
.vs-testimoni.style4 .testimonialSlider {
  overflow: hidden;
  padding-bottom: 30px;
}
.vs-testimoni.style4 .testimonialSlider .vs-navigation.style3 {
  margin: 0 auto;
}
.vs-testimoni.style4 .testimonialSlider .swiper-slide {
  transition: all 0.5s ease;
}
.vs-testimoni.style4 .testimonialSlider .swiper-slide:last-child {
  margin: 0 !important;
}
.vs-testimoni.style4 .testimonialSlider .swiper-slide-active {
  width: 655px !important;
}
.vs-testimoni.style4 .testimonialSlider .swiper-slide-active .vs-testimoni__wrap {
  width: 100%;
}
.vs-testimoni.style4 .testimonialSlider .swiper-slide-active .vs-testimoni__wrap .test_txt {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
.vs-testimoni.style4 .testimonialSlider .swiper-slide-active .vs-testimoni__wrap .test_img img {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.vs-testimoni.style4 .testimonialSlider .swiper-slide-prev,
.vs-testimoni.style4 .testimonialSlider .swiper-slide-next {
  width: 300px !important;
}
.vs-testimoni.style4 .vs-testimoni__wrap {
  padding: 0;
  background-color: var(--vs-title-color);
  margin-bottom: 30px;
  height: 330px;
  width: 300px;
  overflow: hidden;
}
.vs-testimoni.style4 .vs-testimoni__wrap .test_txt {
  position: absolute;
  top: 30px;
  padding-right: 20px;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  right: 0;
  max-width: 325px;
  transition: 0.5s;
}
.vs-testimoni.style4 .vs-testimoni__wrap .test_txt .star {
  color: var(--vs-theme-color3);
  padding: 0 0 15px;
}
.vs-testimoni.style4 .vs-testimoni__wrap .test_txt h3 {
  color: var(--vs-white-color);
}
.vs-testimoni.style4 .vs-testimoni__wrap .test_txt p {
  color: var(--vs-white-color);
}
.vs-testimoni.style4 .vs-testimoni__wrap .test_txt .test-icon {
  position: absolute;
  bottom: 0;
  right: 30px;
}
.vs-testimoni.style4 .vs-testimoni__wrap .test_txt .test-icon .img {
  width: 64px;
  transition: all 0.5s ease-in-out;
}
.vs-testimoni.style4 .vs-testimoni__wrap .test_img {
  width: 300px;
  height: 330px;
  background-color: transparent;
  border-radius: 0;
  display: block;
  position: relative;
  z-index: 2;
}
.vs-testimoni.style4 .vs-testimoni__wrap .test_img img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1350px) {
  .vs-testimoni.style4 .testimonialSlider {
    max-width: 1110px;
    margin: 0 auto;
  }
  .vs-testimoni.style4 .testimonialSlider .swiper-slide-active {
    width: 550px !important;
  }
  .vs-testimoni.style4 .testimonialSlider .swiper-slide-prev,
  .vs-testimoni.style4 .testimonialSlider .swiper-slide-next {
    width: 250px !important;
  }
  .vs-testimoni.style4 .vs-testimoni__wrap {
    width: 250px;
  }
  .vs-testimoni.style4 .vs-testimoni__wrap .test_txt {
    max-width: 270px;
  }
  .vs-testimoni.style4 .vs-testimoni__wrap .test_txt .test-icon img {
    width: 30px;
  }
  .vs-testimoni.style4 .vs-testimoni__wrap .test_img {
    width: 250px;
    height: 330px;
  }
  .vs-testimoni.style4 .vs-testimoni__wrap .test_img img {
    width: 100%;
    height: 100%;
  }
}
.vs-testimoni.style4 {
  /* Large devices */
}
@media (max-width: 1199px) {
  .vs-testimoni.style4 .testimonialSlider {
    max-width: 820px;
  }
  .vs-testimoni.style4 .testimonialSlider .swiper-slide-active {
    width: 400px !important;
  }
  .vs-testimoni.style4 .testimonialSlider .swiper-slide-prev,
  .vs-testimoni.style4 .testimonialSlider .swiper-slide-next {
    width: 190px !important;
  }
  .vs-testimoni.style4 .vs-testimoni__wrap {
    height: 250px;
    width: 180px;
  }
  .vs-testimoni.style4 .vs-testimoni__wrap .test_txt {
    max-width: 190px;
    top: 15px;
  }
  .vs-testimoni.style4 .vs-testimoni__wrap .test_txt p {
    font-size: 13px;
    line-height: 20px;
  }
  .vs-testimoni.style4 .vs-testimoni__wrap .test_txt h3 {
    font-size: 20px;
  }
  .vs-testimoni.style4 .vs-testimoni__wrap .test_txt .test-icon img {
    width: 30px;
  }
  .vs-testimoni.style4 .vs-testimoni__wrap .test_img {
    width: 190px;
    height: 250px;
  }
  .vs-testimoni.style4 .vs-testimoni__wrap .test_img img {
    width: 100%;
    height: 100%;
  }
}
.vs-testimoni.style4 {
  /* Medium devices */
}
@media (max-width: 991px) {
  .vs-testimoni.style4 .testimonialSlider {
    max-width: none;
  }
  .vs-testimoni.style4 .testimonialSlider .swiper-slide-active {
    width: 355px !important;
  }
  .vs-testimoni.style4 .testimonialSlider .swiper-slide-prev,
  .vs-testimoni.style4 .testimonialSlider .swiper-slide-next {
    width: 150px !important;
  }
  .vs-testimoni.style4 .vs-testimoni__wrap {
    height: 220px;
    width: 150px;
  }
  .vs-testimoni.style4 .vs-testimoni__wrap .test_txt {
    top: 25px;
  }
  .vs-testimoni.style4 .vs-testimoni__wrap .test_txt p {
    height: 58px;
    overflow: hidden;
  }
  .vs-testimoni.style4 .vs-testimoni__wrap .test_txt .test-admin p {
    height: auto;
  }
  .vs-testimoni.style4 .vs-testimoni__wrap .test_img {
    width: 150px;
    height: 220px;
  }
}
.vs-testimoni.style4 {
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-testimoni.style4 {
    margin: 0;
    padding-top: 460px;
  }
  .vs-testimoni.style4 .testimonialSlider {
    padding: 0;
  }
  .vs-testimoni.style4 .testimonialSlider .swiper-slide-active {
    width: 100% !important;
  }
  .vs-testimoni.style4 .testimonialSlider .swiper-slide-prev,
  .vs-testimoni.style4 .testimonialSlider .swiper-slide-next {
    width: 100% !important;
  }
  .vs-testimoni.style4 .vs-testimoni__wrap {
    position: relative;
    height: 100%;
    max-width: 450px;
    margin: 0 auto;
  }
  .vs-testimoni.style4 .vs-testimoni__wrap .test_txt {
    max-width: 230px;
  }
  .vs-testimoni.style4 .vs-testimoni__wrap .test_img {
    width: 200px;
  }
}
.vs-testimoni.style4 {
  /* Extra small devices */
}
@media (max-width: 575px) {
  .vs-testimoni.style4 .vs-testimoni__wrap {
    max-width: 350px;
  }
  .vs-testimoni.style4 .vs-testimoni__wrap .test_txt {
    max-width: 185px;
  }
  .vs-testimoni.style4 .vs-testimoni__wrap .test_img {
    width: 150px;
  }
}
@media (max-width: 370px) {
  .vs-testimoni.style4 .testimonialSlider .swiper-slide {
    width: 100% !important;
    height: 490px;
  }
  .vs-testimoni.style4 .vs-testimoni__wrap .test_txt {
    padding: 25px;
    position: relative;
    max-width: none;
    top: 0;
  }
  .vs-testimoni.style4 .vs-testimoni__wrap .test_txt p {
    height: auto;
  }
  .vs-testimoni.style4 .vs-testimoni__wrap .test_txt .test-icon {
    bottom: 30px;
    right: 30px;
  }
  .vs-testimoni.style4 .vs-testimoni__wrap .test_img {
    width: 100%;
    height: 250px;
  }
}
.vs-testimoni.style5 .vs-testimoni__wrap:hover {
  background-color: var(--vs-theme-color4);
}
.vs-testimoni.style5 .vs-testimoni__wrap:hover .gradient-border-corner {
  border-top: 2px solid var(--vs-white-color);
  border-right: 2px solid var(--vs-white-color);
}
.vs-testimoni.style5 .vs-testimoni__wrap:hover .gradient-border-corner.style2 {
  border-bottom: 2px solid var(--vs-white-color);
  border-left: 2px solid var(--vs-white-color);
}
.vs-testimoni.style5 .vs-testimoni__wrap:hover .test_txt .star,
.vs-testimoni.style5 .vs-testimoni__wrap:hover .test_txt p,
.vs-testimoni.style5 .vs-testimoni__wrap:hover .test_txt h3 {
  color: var(--vs-white-color);
}
.vs-testimoni.style5 .vs-testimoni__wrap:hover .test_img {
  background-color: var(--vs-theme-color5);
}
.vs-testimoni.style5 .vs-testimoni__img .test_img {
  background-color: var(--vs-theme-color4);
  transition: all 0.5s ease-in-out;
}

/*------------------- 4.12. Blog Part -------------------*/
.vs-blog {
  position: relative;
}
.vs-blog .vs-title__main {
  max-width: 560px;
  margin: 0 auto;
}
@media (max-width: 1300px) {
  .vs-blog .vs-title__main {
    font-size: 46px;
  }
}
.vs-blog__wrap .blog_img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  position: relative;
  overflow: hidden;
}
.vs-blog__wrap .blog_img img {
  width: 100%;
}
.vs-blog__wrap .blog_img .bdate {
  position: absolute;
  bottom: 0;
  left: 30px;
  width: 170px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background-color: var(--vs-white-color);
  border-bottom: 2px solid var(--vs-theme-color1);
  text-transform: capitalize;
  margin: 0;
  transition: all 0.5s ease-in-out;
}
.vs-blog__wrap .blog_img .bdate.style2 {
  bottom: 20px;
  right: 20px;
  left: auto;
  width: 45px;
  height: 50px;
  padding: 9px 0;
  line-height: 16px;
  border-radius: 5px;
  font-weight: 500;
}
.vs-blog__wrap .blog_img .bdate.style2 span {
  display: block;
  color: var(--vs-theme-color1);
}
.vs-blog__wrap .blog_content {
  background-color: var(--vs-img-bg-color);
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 30px;
  transition: all 0.5s ease-in-out;
}
.vs-blog__wrap .blog_content h3 {
  transition: all 0.5s ease-in-out;
  display: inline;
  background-image: linear-gradient(var(--vs-white-color), var(--vs-white-color));
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0 2px;
}
.vs-blog__wrap .blog_content h3:hover {
  background-size: 100% 2px;
}
.vs-blog__wrap .blog_content .blog-meta {
  margin-bottom: 15px;
}
.vs-blog__wrap .blog_content .blog-meta a {
  padding-right: 30px;
  color: var(--vs-body-color);
  text-transform: capitalize;
  font-weight: 400;
  transition: all 0.5s ease-in-out;
}
.vs-blog__wrap .blog_content .blog-meta a i {
  padding-right: 8px;
  transition: all 0.5s ease-in-out;
}
.vs-blog__wrap .blog_content .blog-meta a:hover i {
  color: var(--vs-theme-color1);
}
.vs-blog__wrap .blog_content .blog-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 25px;
}
.vs-blog__wrap .blog_content .blog-btn .readMore {
  display: inline-block;
  background: var(--vs-theme-color1);
  color: var(--vs-white-color);
  text-transform: capitalize;
  font-family: var(--vs-title-font);
  font-weight: bold;
  border-radius: 50px;
  width: auto;
  height: auto;
  line-height: 16px;
  padding: 13px 32px;
  transition: all 0.5s ease-in-out;
}
.vs-blog__wrap .blog_content .blog-btn .readMore:hover {
  background: linear-gradient(90deg, var(--vs-theme-color2) 0%, var(--vs-theme-color1) 100%);
}
.vs-blog__wrap .blog_content .blog-btn a.blog-share {
  color: var(--vs-white-color);
  transition: all 0.5s ease-in-out;
  display: inline-block;
  background: var(--vs-title-color);
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 43px;
  border-radius: 10px;
}
.vs-blog__wrap:hover .blog_img .bdate {
  color: var(--vs-white-color);
  background-color: var(--vs-title-color);
  border-bottom: 2px solid var(--vs-theme-color2);
}
.vs-blog__wrap:hover .blog_content {
  background-color: var(--vs-title-color);
}
.vs-blog__wrap:hover .blog_content .blog-meta a {
  color: var(--vs-white-color);
}
.vs-blog__wrap:hover .blog_content h3 {
  color: var(--vs-white-color);
}
.vs-blog__wrap:hover .blog_content .blog-btn a.blog-share {
  background: linear-gradient(90deg, var(--vs-theme-color2) 0%, var(--vs-theme-color1) 100%);
}
.vs-blog {
  /* Large devices */
}
@media (max-width: 1199px) {
  .vs-blog__wrap .blog_img .bdate {
    left: 20px;
  }
  .vs-blog__wrap .blog_content {
    padding: 30px 20px;
  }
  .vs-blog__wrap .blog_content h3 {
    font-size: 24px;
  }
  .vs-blog__wrap .blog_content .blog-meta a {
    padding-right: 15px;
  }
  .vs-blog__wrap .blog_content .blog-meta a i {
    padding-right: 5px;
  }
}
.vs-blog {
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-blog .vs-title__main {
    font-size: 43px;
  }
}
.vs-blog.style2 .vs-blog__wrap .blog_img .bdate {
  background-color: var(--vs-img-bg-color);
}
.vs-blog.style2 .vs-blog__wrap .blog_content {
  background-color: var(--vs-white-color);
  /* Extra small devices */
}
@media (max-width: 575px) {
  .vs-blog.style2 .vs-blog__wrap .blog_content {
    padding: 30px;
  }
}
.vs-blog.style2 .vs-blog__wrap:hover .blog_img .bdate {
  background-color: var(--vs-title-color);
}
.vs-blog.style2 .vs-blog__wrap:hover .blog_content {
  background-color: var(--vs-title-color);
}
.vs-blog.style4 .vs-blog__wrap {
  position: relative;
}
.vs-blog.style4 .vs-blog__wrap .blog_img {
  border-radius: 20px;
}
.vs-blog.style4 .vs-blog__wrap .blog_img .bdate {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: var(--vs-white-color);
  border-radius: 40px;
  border: none;
}
.vs-blog.style4 .vs-blog__wrap .blog_content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  background-color: var(--vs-white-color);
  border-radius: 20px;
}
.vs-blog.style4 .vs-blog__wrap .blog_content h3 {
  background-image: linear-gradient(var(--vs-title-color), var(--vs-title-color));
}
.vs-blog.style4 .vs-blog__wrap .blog_content .blog-meta a:hover i {
  color: var(--vs-theme-color3);
}
.vs-blog.style4 .vs-blog__wrap .blog_content .blog-btn .readMore {
  background: var(--vs-title-color);
}
.vs-blog.style4 .vs-blog__wrap .blog_content .blog-btn .readMore:hover {
  background: var(--vs-theme-color3);
}
.vs-blog.style4 .vs-blog__wrap .blog_content .blog-btn a {
  background: var(--vs-theme-color3);
}
.vs-blog.style4 .vs-blog__wrap .blog_content .blog-btn a:hover {
  background: var(--vs-theme-color3);
}
.vs-blog.style4 .vs-blog__wrap:hover .blog_img .bdate {
  background-color: var(--vs-theme-color3);
}
.vs-blog.style4 .vs-blog__wrap:hover .blog_content {
  background-color: var(--vs-white-color);
}
.vs-blog.style4 .vs-blog__wrap:hover .blog_content .blog-meta a {
  color: var(--vs-body-color);
}
.vs-blog.style4 .vs-blog__wrap:hover .blog_content h3 {
  color: var(--vs-title-color);
}
.vs-blog.style4 .vs-blog__wrap:hover .blog_content .blog-btn a {
  background: var(--vs-title-color);
}
.vs-blog.style4 .vs-blog__wrap {
  /* Large devices */
}
@media (max-width: 1199px) {
  .vs-blog.style4 .vs-blog__wrap h3 {
    font-size: 22px;
  }
}
@media (max-width: 370px) {
  .vs-blog.style4 .vs-blog__wrap .blog_img {
    height: 420px;
  }
  .vs-blog.style4 .vs-blog__wrap .blog_img .bdate {
    top: 12px;
    left: 12px;
    width: 140px;
    height: 37px;
    line-height: 20px;
    padding: 10px;
  }
  .vs-blog.style4 .vs-blog__wrap .blog_img img {
    height: 420px;
    object-fit: cover;
  }
  .vs-blog.style4 .vs-blog__wrap .blog-meta a {
    font-size: 14px;
    padding-right: 10px;
  }
  .vs-blog.style4 .vs-blog__wrap h3 {
    font-size: 20px;
  }
}
.vs-blog.style5 {
  padding-top: 635px;
}
.vs-blog.style5 .vs-blog__wrap .blog_content .blog-meta a:hover i {
  color: var(--vs-theme-color4);
}
.vs-blog.style5 .vs-blog__wrap .blog_content .blog-btn .readMore {
  background: var(--vs-theme-color5);
}
.vs-blog.style5 .vs-blog__wrap .blog_content .blog-btn .readMore:hover {
  background: var(--vs-theme-color4);
}
.vs-blog.style5 .vs-blog__wrap .blog_content .blog-btn a {
  background: var(--vs-theme-color4);
}
.vs-blog.style5 .vs-blog__wrap:hover .blog_img .bdate {
  background-color: var(--vs-theme-color5);
}
.vs-blog.style5 .vs-blog__wrap:hover .blog_content .blog-btn a {
  background: var(--vs-theme-color5);
}
@media (max-width: 1300px) {
  .vs-blog.style5 .vs-blog__wrap .blog_content .blog-meta a {
    padding-right: 15px;
  }
  .vs-blog.style5 h3 {
    font-size: 22px;
  }
}
.vs-blog__blogPage h2 {
  font-size: 40px;
  transition: 0.5s;
}
.vs-blog__blogPage .vs-blog__wrap .blog_content .blog-btn .readMore {
  padding: 22px 60px;
  font-size: 16px;
}
.vs-blog__blogPage .vs-blog__wrap .blog_content .blog-btn a.blog-share {
  width: 60px;
  height: 60px;
  line-height: 63px;
  font-size: 24px;
}
.vs-blog__blogPage .vs-blog__wrap:hover .blog_content h2 {
  color: var(--vs-white-color);
}
.vs-blog__blogPage {
  /* Large devices */
}
@media (max-width: 1199px) {
  .vs-blog__blogPage h2 {
    font-size: 32px;
  }
  .vs-blog__blogPage .vs-blog__wrap .blog-btn .readMore {
    padding: 18px 50px;
  }
  .vs-blog__blogPage .vs-blog__wrap .blog-btn a {
    width: 50px;
    height: 50px;
    line-height: 53px;
    font-size: 22px;
  }
}
.vs-blog__blogPage {
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-blog__blogPage h2 {
    font-size: 30px;
  }
}
.vs-blog__blogPage {
  /* Extra small devices */
}
@media (max-width: 575px) {
  .vs-blog__blogPage h2 {
    font-size: 26px;
  }
  .vs-blog__blogPage .vs-blog__wrap .blog-btn .readMore {
    padding: 20px 40px;
  }
}
@media (max-width: 370px) {
  .vs-blog__blogPage h2 {
    font-size: 22px;
  }
}
.vs-blog__blogGridPage {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.vs-blog__blogGridPage h2 {
  font-size: 30px;
  transition: 0.5s;
}
.vs-blog__blogGridPage .vs-blog__wrap:hover .blog_content h2 {
  color: var(--vs-white-color);
}
@media (max-width: 1300px) {
  .vs-blog__blogGridPage h2 {
    font-size: 26px;
  }
}
.vs-blog__blogGridPage {
  /* Large devices */
}
@media (max-width: 1199px) {
  .vs-blog__blogGridPage h2 {
    font-size: 22px;
  }
}
.vs-blog__blogGridPage {
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-blog__blogGridPage {
    grid-template-columns: 1fr;
  }
  .vs-blog__blogGridPage h2 {
    font-size: 30px;
  }
}
.vs-blog__blogGridPage {
  /* Extra small devices */
}
@media (max-width: 575px) {
  .vs-blog__blogGridPage h2 {
    font-size: 20px;
  }
}
.vs-blog__blogDpage .blogDpage {
  background-color: var(--vs-img-bg-color);
  border-radius: 20px;
  overflow: hidden;
  border-bottom: 4px solid var(--vs-theme-color2);
}
.vs-blog__blogDpage .blogDpage .blog_content {
  padding: 40px;
}
.vs-blog__blogDpage .blogDpage .blog_content .blog-meta {
  margin: 10px 0 20px;
}
.vs-blog__blogDpage .blogDpage .blog_content .blog-meta a {
  padding-right: 30px;
  color: var(--vs-body-color);
  text-transform: capitalize;
  font-weight: 400;
  transition: all 0.5s ease-in-out;
}
.vs-blog__blogDpage .blogDpage .blog_content .blog-meta a i {
  padding-right: 8px;
  transition: all 0.5s ease-in-out;
}
.vs-blog__blogDpage .blogDpage .blog_content .blog-meta a:hover i {
  color: var(--vs-theme-color1);
}
.vs-blog__blogDpage .blogDpage .blog_content h2 {
  font-size: 46px;
  margin-bottom: 30px;
}
.vs-blog__blogDpage .blogDpage .blog_content h3 {
  margin: 30px 0 20px;
}
.vs-blog__blogDpage .blogDpage .blog_content .blog-txt ul {
  list-style: none;
  margin: 30px 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.vs-blog__blogDpage .blogDpage .blog_content .blog-txt ul li {
  margin-bottom: 10px;
}
.vs-blog__blogDpage .blogDpage .blog_content .blog-txt ul li i {
  color: var(--vs-theme-color1);
  margin-right: 6px;
  font-size: 18px;
}
.vs-blog__blogDpage .blogDpage .blog_content .blog-video {
  height: 380px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 25px;
  margin-bottom: 30px;
}
.vs-blog__blogDpage .blogDpage .blog_content .qoute {
  text-align: center;
  margin: 40px 0;
}
.vs-blog__blogDpage .blogDpage .blog_content .qoute p {
  font-weight: 500;
  margin: 30px 20px 0;
}
.vs-blog__blogDpage .blogDpage .blog_content .qoute h3 {
  font-size: 24px;
  margin: 20px 0 5px;
}
.vs-blog__blogDpage .blogDpage .blog_content .listBTN {
  margin: 50px 0 20px;
  flex-wrap: wrap;
  border-top: 1px solid rgba(var(--vs-theme-color1-rgb), 0.5);
  padding-top: 40px;
}
.vs-blog__blogDpage .blogDpage .blog_content .listBTN .blogD-tag label {
  text-transform: capitalize;
  font-size: 20px;
  font-family: var(--vs-title-font);
  color: var(--vs-title-color);
  font-weight: bold;
  margin-right: 10px;
}
.vs-blog__blogDpage .blogDpage .blog_content .listBTN .blogD-tag a {
  text-transform: capitalize;
  color: var(--vs-body-color);
  font-size: 14px;
  font-weight: 400;
  background-color: var(--vs-white-color);
  border-radius: 6px;
  padding: 8px 15px;
  margin-right: 8px;
}
.vs-blog__blogDpage .blogDpage .blog_content .listBTN .blogD-tag a:hover {
  color: var(--vs-theme-color1);
}
.vs-blog__blogDpage .blogDpage .blog_content .listBTN .social-style li span {
  text-transform: capitalize;
  font-size: 20px;
  font-family: var(--vs-title-font);
  color: var(--vs-title-color);
  font-weight: bold;
  margin-right: 10px;
}
.vs-blog__blogDpage .blogDpage .blog_content .listBTN .social-style li a {
  margin-right: 0;
  margin-left: 8px;
  font-size: 16px;
}
.vs-blog__blogDpage .blogD_comments {
  background-color: var(--vs-img-bg-color);
  padding: 40px;
  border-radius: 20px;
  margin-top: 50px;
}
.vs-blog__blogDpage .blogD_comments h2 {
  text-transform: capitalize;
  margin: 0 0 20px;
  font-weight: bold;
}
.vs-blog__blogDpage .blogD_comments svg {
  margin-bottom: 40px;
}
.vs-blog__blogDpage .blogD_comments .comm-item .item-wrap {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  background-color: var(--vs-white-color);
  border-radius: 20px;
  padding: 30px;
}
@media (max-width: 480px) {
  .vs-blog__blogDpage .blogD_comments .comm-item .item-wrap {
    grid-template-columns: 1fr;
  }
}
.vs-blog__blogDpage .blogD_comments .comm-item__img img {
  border-radius: 20px;
  width: 130px;
  height: 130px;
}
.vs-blog__blogDpage .blogD_comments .comm-item__txt {
  margin-left: 25px;
  font-weight: 400;
}
.vs-blog__blogDpage .blogD_comments .comm-item__txt span i {
  color: var(--vs-theme-color1);
  margin-right: 8px;
}
.vs-blog__blogDpage .blogD_comments .comm-item__txt button {
  font-family: var(--vs-title-font);
  background: var(--vs-title-color);
  border: 0;
  border-radius: 10px;
  width: 110px;
  line-height: 20px;
  color: var(--vs-white-color);
  text-transform: capitalize;
  font-weight: bold;
  transition: all 0.5s ease 0s;
  padding: 10px;
}
.vs-blog__blogDpage .blogD_comments .comm-item__txt h3 {
  font-size: 24px;
  margin-bottom: 8px;
  font-weight: bold;
  text-transform: capitalize;
}
.vs-blog__blogDpage .blogD_comments .comm-item__txt p {
  margin-bottom: 0;
  font-weight: 400;
}
.vs-blog__blogDpage .blogD_comments .comm-item:hover button {
  background-color: var(--vs-theme-color1);
}
.vs-blog__blogDpage .blogD_comments .vs-comments {
  list-style: none;
  padding: 0;
  margin: 0;
}
.vs-blog__blogDpage .blogD_comments .vs-comments .comments {
  list-style: none;
  padding-left: 60px;
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-blog__blogDpage .blogD_comments .vs-comments .comments {
    padding-left: 40px;
  }
}
.vs-blog__blogDpage .blogD_comments .vs-comments .comments {
  /* Extra small devices */
}
@media (max-width: 575px) {
  .vs-blog__blogDpage .blogD_comments .vs-comments .comments {
    padding-left: 0px;
  }
}
.vs-blog__blogDpage .blog_reply {
  padding: 40px;
  background-color: var(--vs-img-bg-color);
  border-radius: 20px;
  margin-top: 50px;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .vs-blog__blogDpage .blog_reply {
    padding: 20px;
  }
}
.vs-blog__blogDpage .blog_reply h2 {
  margin: 0 0 20px;
}
.vs-blog__blogDpage .blog_reply svg {
  margin-bottom: 40px;
}
@media (max-width: 380px) {
  .vs-blog__blogDpage .blog_reply {
    padding: 30px 20px 40px;
  }
}
.vs-blog__blogDpage .blog_reply .name_email {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media (max-width: 480px) {
  .vs-blog__blogDpage .blog_reply .name_email {
    grid-template-columns: 1fr;
  }
}
.vs-blog__blogDpage .blog_reply .name_email input {
  width: 100%;
  height: 60px;
  padding: 10px 20px;
  text-transform: capitalize;
  border-radius: 10px;
  border: 1px solid rgba(var(--vs-theme-color1-rgb), 0.5);
}
.vs-blog__blogDpage .blog_reply .name_email input:focus {
  outline: none;
}
.vs-blog__blogDpage .blog_reply textarea {
  width: 100%;
  height: 154px;
  text-transform: capitalize;
  padding: 15px;
  border: 1px solid rgba(var(--vs-theme-color1-rgb), 0.5);
  border-radius: 10px;
  margin-top: 20px;
}
.vs-blog__blogDpage .blog_reply textarea:focus {
  outline: none;
  box-shadow: none;
}
.vs-blog__blogDpage .blog_reply input[type=checkbox] {
  border: none;
  width: 20px;
  margin-right: 15px;
  outline: none;
  accent-color: var(--vs-theme-color1);
}
.vs-blog__blogDpage .blog_reply label {
  text-transform: capitalize;
  font-weight: 400;
}
.vs-blog__blogDpage .blog_reply .post-btn {
  border: none;
  text-transform: capitalize;
  text-align: center;
  background-color: var(--vs-theme-color1);
  color: var(--vs-white-color);
  font-family: var(--vs-title-font);
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  padding: 22px 40px;
  border-radius: 60px;
  transition: 0.5s;
  margin-bottom: 20px;
}
.vs-blog__blogDpage .blog_reply .post-btn:hover {
  background-color: var(--vs-title-color);
}
@media (max-width: 1300px) {
  .vs-blog__blogDpage .blogDpage .blog_content h2 {
    font-size: 38px;
  }
  .vs-blog__blogDpage .blogDpage .blog_content .blog-txt ul.d-block li {
    font-size: 14px;
  }
}
.vs-blog__blogDpage {
  /* Large devices */
}
@media (max-width: 1199px) {
  .vs-blog__blogDpage .blogDpage .blog_content {
    padding: 30px;
  }
  .vs-blog__blogDpage .blogDpage .blog_content .blog-txt ul li {
    font-size: 14px;
  }
  .vs-blog__blogDpage .blogDpage .blog_content .listBTN {
    gap: 20px;
  }
  .vs-blog__blogDpage .blogD_comments {
    padding: 30px;
  }
  .vs-blog__blogDpage .blogD_comments .vs-comments .comments {
    padding-left: 40px;
  }
}
.vs-blog__blogDpage {
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-blog__blogDpage .blogDpage .blog_content {
    padding: 20px;
  }
  .vs-blog__blogDpage .blogDpage .blog_content h2 {
    font-size: 32px;
  }
  .vs-blog__blogDpage .blogDpage .blog_content .blog-txt ul {
    grid-template-columns: 1fr;
  }
  .vs-blog__blogDpage .blogD_comments .comm-item .item-wrap {
    grid-template-columns: 1fr;
  }
  .vs-blog__blogDpage .blogD_comments .comm-item__txt {
    margin-left: 0px;
  }
  .vs-blog__blogDpage .blog_reply {
    padding: 20px;
  }
  .vs-blog__blogDpage .blog_reply .name_email {
    grid-template-columns: 1fr;
  }
}
.vs-blog__blogDpage {
  /* Extra small devices */
}
@media (max-width: 575px) {
  .vs-blog__blogDpage .blogDpage .blog_content {
    padding: 20px;
  }
  .vs-blog__blogDpage .blogDpage .blog_content .blog-meta a {
    padding-right: 10px;
    font-size: 14px;
  }
  .vs-blog__blogDpage .blogDpage .blog_content h2 {
    font-size: 24px;
  }
  .vs-blog__blogDpage .blogDpage .blog_content .blog-video {
    height: 280px;
  }
  .vs-blog__blogDpage .blogD_comments {
    padding: 20px;
  }
  .vs-blog__blogDpage .blogD_comments .vs-comments .comments {
    padding-left: 0;
  }
}
@media (max-width: 425px) {
  .vs-blog__blogDpage .blogDpage .blog_content .qoute p {
    margin: 30px 0 0;
  }
  .vs-blog__blogDpage .blogDpage .blog_content .listBTN .blogD-tag label {
    margin-right: 0;
  }
  .vs-blog__blogDpage .blogDpage .blog_content .listBTN .blogD-tag a {
    font-size: 12px;
    padding: 8px;
    margin-right: 0;
    margin-left: 3px;
  }
  .vs-blog__blogDpage .blogD_comments .comm-item .item-wrap {
    padding: 30px 20px;
  }
  .vs-blog__blogDpage .blogD_comments .comm-item__img {
    margin-bottom: 10px;
  }
  .vs-blog__blogDpage .blogD_comments .comm-item__txt h3 {
    margin: 8px 0;
  }
}

/*------------------- 4.13. videoCount Part -------------------*/
.vs-videoCount__button {
  display: flex;
  justify-content: center;
}
.vs-videoCount__button .play-btn {
  --icon-size: 120px;
}
.vs-videoCount__button .play-btn i {
  --icon-size: 120px;
  font-size: 32px;
  background: rgba(var(--vs-white-color-rgb), 0.2);
  border: 2px solid var(--vs-white-color);
}
.vs-videoCount__button .play-btn:hover:after, .vs-videoCount__button .play-btn:hover::before,
.vs-videoCount__button .play-btn:hover i {
  background-color: var(--vs-theme-color2);
}
.vs-videoCount .vs-counter {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1480px;
  height: 245px;
  gap: 30px;
  margin: 100px -80px 0;
  border-radius: 20px;
  z-index: 1;
  position: relative;
}
.vs-videoCount .vs-counter .counter-body {
  position: relative;
}
.vs-videoCount .vs-counter .counter-body::before, .vs-videoCount .vs-counter .counter-body::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-color: var(--vs-white-color);
  transition: all 0.5s ease-in-out;
  opacity: 0.3;
}
.vs-videoCount .vs-counter .counter-body::before {
  top: 10px;
  right: 10px;
  border-top: 2px solid var(--vs-white-color);
  border-right: 2px solid var(--vs-white-color);
  transition: all 0.5s ease-in-out;
}
.vs-videoCount .vs-counter .counter-body::after {
  right: 10px;
  bottom: 10px;
  border-right: 2px solid var(--vs-white-color);
  border-bottom: 2px solid var(--vs-white-color);
  transition: all 0.5s ease-in-out;
}
.vs-videoCount .vs-counter .counter-body:hover::before, .vs-videoCount .vs-counter .counter-body:hover::after {
  opacity: 1;
}
.vs-videoCount .vs-counter .counter-txt {
  text-align: center;
  width: 308px;
  padding: 20px;
  position: relative;
}
.vs-videoCount .vs-counter .counter-txt h2 {
  color: var(--vs-white-color);
}
.vs-videoCount .vs-counter .counter-txt h3 {
  font-size: 24px;
  color: var(--vs-white-color);
}
@media (max-width: 1400px) {
  .vs-videoCount .vs-counter .counter-txt {
    width: 250px;
    padding: 10px;
  }
  .vs-videoCount .vs-counter .counter-txt h3 {
    font-size: 20px;
  }
}
.vs-videoCount .vs-counter .counter-txt {
  /* Large devices */
}
@media (max-width: 1199px) {
  .vs-videoCount .vs-counter .counter-txt {
    width: 200px;
  }
  .vs-videoCount .vs-counter .counter-txt h3 {
    font-size: 16px;
  }
}
.vs-videoCount .vs-counter .counter-txt::before, .vs-videoCount .vs-counter .counter-txt::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-color: var(--vs-white-color);
  transition: all 0.5s ease-in-out;
  opacity: 0.2;
}
.vs-videoCount .vs-counter .counter-txt::before {
  top: 10px;
  left: 10px;
  border-top: 2px solid var(--vs-white-color);
  border-left: 2px solid var(--vs-white-color);
  transition: all 0.5s ease-in-out;
}
.vs-videoCount .vs-counter .counter-txt::after {
  left: 10px;
  bottom: 10px;
  border-left: 2px solid var(--vs-white-color);
  border-bottom: 2px solid var(--vs-white-color);
  transition: all 0.5s ease-in-out;
}
.vs-videoCount .vs-counter .counter-txt:hover::before, .vs-videoCount .vs-counter .counter-txt:hover::after {
  opacity: 1;
}
@media (max-width: 1600px) {
  .vs-videoCount .vs-counter {
    width: auto;
    margin: 80px 0 0;
    gap: 15px;
  }
}
.vs-videoCount .vs-counter {
  /* Medium devices */
}
@media (max-width: 991px) {
  .vs-videoCount .vs-counter {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 40px;
    height: auto;
  }
  .vs-videoCount .vs-counter .counter-txt {
    width: auto;
  }
  .vs-videoCount .vs-counter .counter-txt h3 {
    font-size: 20px;
  }
}
.vs-videoCount .vs-counter {
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-videoCount .vs-counter {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 350px) {
  .vs-videoCount .vs-counter {
    padding: 20px;
  }
}

/*------------------- 4.14. Instagram Part -------------------*/
.vs-insta {
  padding: 70px 0;
  background-color: var(--vs-theme-color3);
}
.vs-insta__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.vs-insta__wrap .insta-box {
  position: relative;
  overflow: hidden;
}
.vs-insta__wrap .insta-box .insta-img {
  border: 2px solid var(--vs-white-color);
  border-radius: 20px;
}
.vs-insta__wrap .insta-box .insta-img img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  border-radius: 20px;
}
.vs-insta__wrap .insta-box .insta-img .insta-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  overflow: hidden;
  border-radius: 20px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
}
.vs-insta__wrap .insta-box .insta-img .insta-icon::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  background-color: var(--vs-title-color);
  opacity: 0.8;
  top: 0;
  left: 0;
  z-index: 0;
  transition: all 0.5s ease-in-out;
}
.vs-insta__wrap .insta-box .insta-img .insta-icon i {
  width: 50px;
  height: 50px;
  background-color: var(--vs-white-color);
  line-height: 50px;
  font-size: 20px;
  color: var(--vs-theme-color3);
  border-radius: 10px;
  text-align: center;
  position: relative;
  z-index: 1;
  transform: translateY(25px);
  transition: all 0.5s ease-in-out;
}
.vs-insta__wrap .insta-box:hover .insta-img .insta-icon {
  opacity: 1;
  visibility: visible;
}
.vs-insta__wrap .insta-box:hover .insta-img .insta-icon::after {
  width: 100%;
}
.vs-insta__wrap .insta-box:hover .insta-img .insta-icon i {
  transform: translateY(0px);
}
.vs-insta__wrap {
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-insta__wrap {
    flex-wrap: wrap;
  }
}

/*------------------- 4.15. Instagram Part -------------------*/
.vs-contact .contact-info {
  background-color: var(--vs-img-bg-color);
  border-radius: 20px;
  padding: 30px 30px 20px;
  position: relative;
  overflow: hidden;
  transition: 0.5s;
}
.vs-contact .contact-info h2 {
  font-size: 30px;
  max-width: 240px;
  margin-bottom: 20px;
  transition: 0.5s;
}
.vs-contact .contact-info svg {
  margin-bottom: 10px;
}
.vs-contact .contact-info svg path {
  fill: var(--vs-title-color);
  transition: 0.5s;
}
.vs-contact .contact-info .con-icon {
  background-color: var(--vs-white-color);
  border: 1px solid var(--vs-theme-color1);
  width: 80px;
  height: 80px;
  line-height: 82px;
  text-align: center;
  border-radius: 10px;
  font-size: 36px;
  color: var(--vs-title-color);
  transition: 0.5s;
}
.vs-contact .contact-info p {
  max-width: 200px;
}
.vs-contact .contact-info img {
  position: absolute;
  bottom: -5px;
  left: 50%;
}
.vs-contact .contact-info ul {
  list-style: none;
  padding: 0;
}
.vs-contact .contact-info ul li {
  margin-bottom: 5px;
}
.vs-contact .contact-info ul li a {
  color: var(--vs-body-color);
  transition: all 0.5s ease;
  position: relative;
}
.vs-contact .contact-info ul 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-color1);
  transition: all 0.5s ease-in-out;
}
.vs-contact .contact-info ul li a:hover {
  color: var(--vs-theme-color1);
}
.vs-contact .contact-info ul li a:hover::before {
  left: 0;
  right: auto;
  opacity: 1;
  visibility: visible;
  width: 100%;
}
.vs-contact .contact-info .bg-icon {
  position: absolute;
  bottom: -20px;
  left: 50%;
  font-size: 115px;
  color: var(--vs-theme-color1);
  opacity: 0.1;
}
.vs-contact .contact-info:hover {
  background-color: var(--vs-title-color);
}
.vs-contact .contact-info:hover h2,
.vs-contact .contact-info:hover p {
  color: var(--vs-white-color);
}
.vs-contact .contact-info:hover .con-icon {
  background-color: var(--vs-theme-color2);
  border: 1px solid var(--vs-theme-color2);
  color: var(--vs-white-color);
}
.vs-contact .contact-info:hover ul li a {
  color: var(--vs-white-color);
}
.vs-contact .contact-info:hover svg path {
  fill: var(--vs-white-color);
}
.vs-contact .contact-box {
  background-color: var(--vs-img-bg-color);
  border-radius: 20px;
  padding: 60px;
  position: relative;
  overflow: hidden;
}
.vs-contact .contact-box .form-group {
  position: relative;
  margin-bottom: 20px;
}
.vs-contact .contact-box .form-group i {
  position: absolute;
  right: 25px;
  font-size: 14px;
  top: 36%;
}
.vs-contact .contact-box select,
.vs-contact .contact-box input {
  border: 1px solid rgba(var(--vs-theme-color1-rgb), 0.3);
  background-color: var(--vs-white-color);
  color: var(--vs-body-color);
  font-size: 16px;
  font-weight: 400;
  padding: 20px;
  border-radius: 10px;
  text-transform: capitalize;
}
.vs-contact .contact-box select:focus,
.vs-contact .contact-box input:focus {
  box-shadow: none;
}
.vs-contact .contact-box select::placeholder,
.vs-contact .contact-box input::placeholder {
  color: var(--vs-body-color);
}
.vs-contact .contact-box select:hover,
.vs-contact .contact-box input:hover {
  background-color: var(--vs-white-color);
  color: var(--vs-title-color);
}
.vs-contact .contact-box select:hover::placeholder,
.vs-contact .contact-box input:hover::placeholder {
  color: var(--vs-title-color);
}
.vs-contact .contact-box select {
  color: var(--vs-body-color);
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  background-position: right 15px center;
  background-repeat: no-repeat;
  background-size: 16px 13px;
  transition: 0.5s;
}
.vs-contact .contact-box textarea {
  border: 1px solid rgba(var(--vs-theme-color1-rgb), 0.3);
  background-color: var(--vs-white-color);
  color: var(--vs-body-color);
  padding: 20px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 400;
}
.vs-contact .contact-box textarea:focus {
  box-shadow: none;
}
.vs-contact .contact-box textarea::placeholder {
  color: var(--vs-body-color);
}
.vs-contact .contact-box .con-btn {
  border: 0;
  width: 100%;
  font-family: var(--vs-title-font);
  text-transform: capitalize;
  color: var(--vs-white-color);
  background: var(--vs-title-color);
  border-radius: 50px;
  font-weight: bold;
  padding: 18px;
  margin: 25px 0 10px;
  font-size: 16px;
  transition: all 0.5s ease-in-out;
}
.vs-contact .contact-box .con-btn:hover {
  background: linear-gradient(90deg, var(--vs-theme-color2) 0%, var(--vs-theme-color1) 100%);
  transition: all 0.5s ease-in-out;
}
@media (max-width: 1300px) {
  .vs-contact .contact-info h2 {
    font-size: 26px;
    max-width: 190px;
  }
  .vs-contact .contact-box {
    padding: 45px;
  }
}
.vs-contact {
  /* Large devices */
}
@media (max-width: 1199px) {
  .vs-contact .contact-info {
    padding: 28px 20px 20px;
  }
  .vs-contact .contact-info h2 {
    font-size: 24px;
    max-width: 180px;
  }
}
.vs-contact {
  /* Medium devices */
}
@media (max-width: 991px) {
  .vs-contact .contactP {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-bottom: 30px;
  }
  .vs-contact .contact-info {
    margin-bottom: 0;
  }
}
.vs-contact {
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-contact .contactP {
    grid-template-columns: 1fr;
  }
}
.vs-contact {
  /* Extra small devices */
}
@media (max-width: 575px) {
  .vs-contact .contact-box {
    padding: 30px 20px;
  }
}

.vs-map .mapouter {
  filter: grayscale(80%);
}
.vs-map .gmap {
  height: 740px;
  margin-bottom: -10px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .vs-map .gmap {
    height: 400px;
  }
}

/*=================================
    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;
}

/*-- 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;
}

/*-- 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;
}

/*-- 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;
}

/*-- 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;
}

/*-- 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;
}

/*-- 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;
}

/*-- 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;
}

/*-- 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;
}

/*-- 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;
}

/*-- 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;
}

/*-- 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;
}

.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-50 {
  margin-bottom: 50px;
}

.space,
.space-top {
  padding-top: var(--vs-section-space);
}

.space,
.space-bottom {
  padding-bottom: var(--vs-section-space);
}

.space-extra,
.space-extra-top {
  padding-top: calc(var(--vs-section-space) - 30px);
}

.space-extra,
.space-extra-bottom {
  padding-bottom: calc(var(--vs-section-space) - 30px);
}

/* 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);
  }
}
/*=================================
    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-color2);
  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-color2);
}

/*# sourceMappingURL=style.css.map */

/* Vitiligo Care Centre updates */
.vs-header__logo img,
.mobile-logo img,
.vs-footer__logo img,
.preloader-inner > img {
  max-width: 240px;
  width: 100%;
}

.vs-header__logo img,
.mobile-logo img {
  max-height: 72px;
  object-fit: contain;
}

.vs-footer__logo {
  background-color: #fffaf8;
  border-radius: 8px;
  padding: 8px 12px;
}

.vs-footer.style3 .vs-footer__contact {
  display: grid;
  grid-template-columns: minmax(260px, 360px) minmax(260px, 320px) minmax(320px, 430px);
  align-items: center;
  justify-content: start;
  column-gap: clamp(32px, 5vw, 86px);
  row-gap: 26px;
}

.vs-footer.style3 .vs-footer__logo {
  width: 100%;
  max-width: 360px;
  margin-right: 0;
}

.vs-footer.style3 .vs-footer__logo img {
  max-width: 100%;
}

.vs-footer.style3 .vs-footer__contact .contact_box {
  min-width: 0;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  align-items: center;
  gap: 18px;
}

.vs-footer.style3 .vs-footer__contact .contact_box .con-txt {
  min-width: 0;
}

.vs-footer.style3 .vs-footer__contact .contact_box .con-txt h3 {
  max-width: none;
  line-height: 1.35;
}

.vs-footer.style3 .vs-footer__contact .contact_box .con-txt h3 a {
  color: inherit;
}

.vs-footer.style3 .vs-footer__contact .contact-values {
  display: grid;
  gap: 2px;
}

.vs-footer.style3 .vs-footer__contact .contact_box--email .con-txt h3 {
  white-space: nowrap;
}

@media (max-width: 1399px) {
  .vs-footer.style3 .vs-footer__contact {
    grid-template-columns: minmax(220px, 300px) minmax(230px, 280px) minmax(300px, 380px);
    column-gap: 32px;
  }
}

@media (max-width: 1199px) {
  .vs-footer.style3 .vs-footer__contact {
    grid-template-columns: minmax(210px, 280px) minmax(0, 1fr);
  }

  .vs-footer.style3 .vs-footer__logo {
    max-width: 260px;
  }

  .vs-footer.style3 .vs-footer__contact .contact_box--email {
    grid-column: 2;
  }
}

@media (max-width: 767px) {
  .vs-footer.style3 .vs-footer__contact {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .vs-footer.style3 .vs-footer__contact .contact_box--email {
    grid-column: auto;
  }

  .vs-footer.style3 .vs-footer__contact .contact_box--email .con-txt h3 {
    white-space: normal;
    overflow-wrap: anywhere;
  }
}

@media (max-width: 575px) {
  .vs-footer.style3 .vs-footer__contact {
    grid-template-columns: 1fr;
  }

  .vs-footer.style3 .vs-footer__contact .contact_box {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 14px;
  }
}

.vs-header.home-five .sticky-wrapper,
.vs-header.home-five .sticky-wrapper .sticky-active.active {
  background-color: #fffaf8;
}

.home-five .main-menu ul li a {
  color: var(--vs-title-color);
}

.vs-hero.style5 {
  background:
    radial-gradient(circle at 80% 25%, rgba(var(--vs-theme-color3-rgb), 0.22), transparent 32%),
    linear-gradient(135deg, #fff9f6 0%, #fff0ec 100%);
}

.vs-hero.style5 .bg-right {
  background: linear-gradient(160deg, rgba(var(--vs-theme-color1-rgb), 0.22), rgba(var(--vs-theme-color3-rgb), 0.18));
}

.vs-hero.style5 .vs-hero__title--main {
  color: var(--vs-title-color);
}

.vs-hero.style5 .vs-hero__rightImg .rightImg img,
.vs-about.style4.style5 .abImg img,
.vs-service--style5 .vs-service__img img,
.vs-case--style5 .vs-case__img img {
  filter: saturate(0.92) sepia(0.08);
}

#services.treatment-options {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 250, 248, 0.96) 0%, rgba(236, 250, 248, 0.9) 48%, rgba(255, 246, 242, 0.96) 100%);
}

#services.treatment-options::before,
#services.treatment-options::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 0;
}

#services.treatment-options::before {
  left: -140px;
  top: 70px;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(var(--vs-theme-color1-rgb), 0.15) 0 2px, transparent 2px 12px);
  opacity: 0.55;
}

#services.treatment-options::after {
  right: -120px;
  bottom: 55px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(var(--vs-theme-color4-rgb), 0.14) 0 2px, transparent 2px 13px);
  opacity: 0.5;
}

#services.treatment-options .container {
  position: relative;
  z-index: 1;
}

#services.treatment-options .vs-title {
  margin-bottom: 34px;
}

#services.treatment-options .vs-service__wrap {
  overflow: hidden;
  background: rgba(var(--vs-white-color-rgb), 0.92);
  border: 1px solid rgba(var(--vs-theme-color1-rgb), 0.16);
  box-shadow: 0 18px 42px rgba(var(--vs-title-color-rgb), 0.1);
  padding: 16px;
}

#services.treatment-options .vs-service__wrap:hover {
  background: var(--vs-theme-color5);
  transform: translateY(-8px);
  box-shadow: 0 24px 54px rgba(var(--vs-theme-color5-rgb), 0.2);
}

#services.treatment-options .vs-service__img {
  overflow: hidden;
  border-radius: 14px;
}

#services.treatment-options .vs-service__img .serImg {
  display: block;
  width: 100%;
  height: 235px;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.02) contrast(1.02);
  transition: transform 0.7s ease, filter 0.7s ease;
}

#services.treatment-options .vs-service__wrap:hover .vs-service__img .serImg {
  transform: scale(1.06);
  filter: saturate(1.08) contrast(1.04);
}

#services.treatment-options .vs-service__img .ser_icon {
  box-shadow: 0 10px 24px rgba(var(--vs-title-color-rgb), 0.18);
}

#services.treatment-options .vs-service__txt {
  padding: 12px 16px 14px;
}

#services.treatment-options .vs-service__txt h3 {
  margin-bottom: 4px;
  font-size: 22px;
}

#services.treatment-options .vs-service__txt p {
  display: -webkit-box;
  min-height: 54px;
  margin-bottom: 12px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.45;
}

#services.treatment-options .vs-service__txt .ser_btn {
  display: flex;
  align-items: center;
  min-height: 0;
  height: 44px;
  padding: 12px 18px;
  font-size: 16px;
  text-transform: capitalize;
}

#services.treatment-options .vs-service__txt .ser_btn i {
  height: 44px;
  line-height: 44px;
}

#services.treatment-options .vs-service__btn {
  background: rgba(var(--vs-white-color-rgb), 0.82);
  box-shadow: 0 14px 36px rgba(var(--vs-title-color-rgb), 0.08);
}

.vs-about.style4.style5 .vs-about__right .ab-qoute {
  background-color: #fff7f4;
  border-left: 4px solid var(--vs-theme-color1);
}

.vs-service--style5 .vs-service__wrap,
.vs-testimoni__wrap {
  border-color: rgba(var(--vs-theme-color1-rgb), 0.2);
}

.vs-testimoni.style5 .vs-testimoni__wrap {
  padding-bottom: 35px;
}

.vs-testimoni.style5 {
  padding-bottom: 70px;
}

.vs-doctors.style4.style5,
.vs-testimoni.style5 {
  background-color: var(--vs-theme-color2);
}

.vs-appoint--style4.style5 .vs-appoint__form {
  background-color: #fff7f4;
}

.consultation-section {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #fff7f4 100%);
}

.vs-appoint--style4.style5.consultation-section .app_content {
  bottom: auto;
  margin-top: 0;
}

.vs-appoint--style4.style5.consultation-section .vs-appoint__box {
  margin-top: 34px;
}

.vs-footer.style3 {
  background-color: var(--vs-theme-color2);
}

.vs-hero.style5 .vs-hero__rightImg {
  display: block;
  width: min(48vw, 650px);
  margin: 30px;
}

.hero-banner-slider {
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 28px 70px rgba(var(--vs-title-color-rgb), 0.18);
}

.hero-banner-slider .swiper-slide {
  height: auto;
}

.vs-hero.style5 .hero-banner-slider .rightImg.main-img {
  display: block;
  height: clamp(420px, 42vw, 640px);
  grid-column: auto;
  border-radius: 0;
}

.vs-hero.style5 .hero-banner-slider .rightImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-banner-slider .swiper-pagination {
  bottom: 18px;
}

.hero-banner-slider .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: var(--vs-white-color);
  opacity: 0.75;
}

.hero-banner-slider .swiper-pagination-bullet-active {
  width: 28px;
  border-radius: 999px;
  background: var(--vs-theme-color1);
  opacity: 1;
}

#types.types-showcase {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 250, 248, 0.96) 0%, #ffffff 46%, rgba(255, 250, 248, 0.94) 100%);
}

#types.types-showcase::before,
#types.types-showcase::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 0;
}

#types.types-showcase::before {
  left: -120px;
  bottom: 40px;
  width: 320px;
  height: 260px;
  opacity: 0.4;
  background:
    repeating-radial-gradient(ellipse at center, rgba(var(--vs-theme-color1-rgb), 0.12) 0 1px, transparent 1px 10px);
  transform: rotate(-18deg);
}

#types.types-showcase::after {
  right: -110px;
  top: 140px;
  width: 310px;
  height: 300px;
  opacity: 0.34;
  background:
    repeating-radial-gradient(ellipse at center, rgba(var(--vs-theme-color4-rgb), 0.14) 0 1px, transparent 1px 11px);
  transform: rotate(15deg);
}

#types.types-showcase .container {
  position: relative;
  z-index: 1;
}

#types.types-showcase .vs-title {
  margin-bottom: 22px;
}

#types.types-showcase .vs-title__sub {
  color: var(--vs-theme-color1);
  font-size: 15px;
  font-weight: 800;
  text-transform: capitalize;
}

#types.types-showcase .vs-title__sub img {
  filter: sepia(0.8) saturate(1.5) hue-rotate(305deg);
}

#types.types-showcase .vs-title__main {
  max-width: 560px;
  margin: 8px auto 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 3.4vw, 48px);
  line-height: 1.08;
  font-weight: 800;
  color: var(--vs-title-color);
  letter-spacing: 0;
}

#types.types-showcase .vs-title__main::after {
  content: "";
  display: block;
  width: 150px;
  height: 8px;
  margin: 10px auto 0;
  background:
    linear-gradient(var(--vs-theme-color1), var(--vs-theme-color1)) left 50% / 64px 1px no-repeat,
    linear-gradient(var(--vs-theme-color1), var(--vs-theme-color1)) right 50% / 64px 1px no-repeat;
}

#types.types-showcase .title-anime .char:nth-child(n + 19):nth-child(-n + 26),
#types.types-showcase .vs-title__main span {
  color: var(--vs-theme-color1);
}

#types.types-showcase .types-showcase__grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  padding-bottom: 88px;
}

#types.types-showcase .vs-service__wrap {
  display: grid;
  grid-template-columns: minmax(120px, 39%) 1fr;
  align-items: center;
  min-height: 178px;
  padding: 14px;
  overflow: hidden;
  background: rgba(var(--vs-white-color-rgb), 0.9);
  border: 1px solid rgba(var(--vs-title-color-rgb), 0.08);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(var(--vs-title-color-rgb), 0.1);
}

#types.types-showcase .vs-service__wrap:hover {
  background: var(--vs-white-color);
  transform: translateY(-6px);
}

#types.types-showcase .vs-service__img {
  position: relative;
  align-self: stretch;
  min-height: 150px;
}

#types.types-showcase .vs-service__img img {
  width: 100%;
  height: 100%;
  min-height: 150px;
  object-fit: cover;
  border-radius: 999px 999px 20px 999px;
  filter: saturate(0.96) sepia(0.06);
}

#types.types-showcase .vs-service__img .ser_icon {
  left: -6px;
  right: auto;
  top: -10px;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--vs-white-color);
  border-radius: 50%;
  background: var(--vs-theme-color5);
  color: var(--vs-white-color);
  box-shadow: 0 10px 22px rgba(var(--vs-title-color-rgb), 0.18);
}

#types.types-showcase .vs-service__img .ser_icon i {
  font-size: 18px;
  line-height: 1;
}

#types.types-showcase .vs-service__txt {
  padding: 0 0 0 16px;
}

#types.types-showcase .vs-service__txt h3 {
  position: relative;
  max-width: 220px;
  margin-bottom: 12px;
  color: var(--vs-title-color);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  line-height: 1.02;
  font-weight: 800;
}


#types.types-showcase .vs-service__txt p {
  margin: 0;
  color: #3f3f3f;
  font-size: 13px;
  line-height: 1.42;
  border: 0;
}

#types.types-showcase .vs-service__wrap:hover .vs-service__txt h3,
#types.types-showcase .vs-service__wrap:hover .vs-service__txt p {
  color: inherit;
}

#types.types-showcase .vs-service__wrap:hover .vs-service__img .ser_icon {
  background: var(--vs-theme-color1);
}

#types.types-showcase .vs-service__wrap.is-featured {
  background:
    linear-gradient(135deg, rgba(var(--vs-theme-color5-rgb), 0.98), rgba(var(--vs-theme-color1-rgb), 0.94));
  border-color: transparent;
}

#types.types-showcase .vs-service__wrap.is-featured .vs-service__txt h3,
#types.types-showcase .vs-service__wrap.is-featured .vs-service__txt p {
  color: var(--vs-white-color);
}

#types.types-showcase .vs-service__wrap.is-featured .vs-service__txt h3::after {
  background: rgba(var(--vs-white-color-rgb), 0.82);
}

#types.types-showcase .vs-service__wrap.is-featured .vs-service__img img {
  border-radius: 999px 999px 999px 20px;
}

.why-choose-us {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 250, 248, 0.98) 0%, rgba(255, 255, 255, 0.94) 48%, rgba(238, 249, 246, 0.88) 100%);
}

.why-choose-us::before,
.why-choose-us::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 0;
}

.why-choose-us::before {
  left: -220px;
  top: 96px;
  width: 560px;
  height: 560px;
  border: 2px solid rgba(var(--vs-theme-color1-rgb), 0.42);
  border-radius: 50%;
}

.why-choose-us::after {
  right: -130px;
  top: 26px;
  width: 310px;
  height: 220px;
  opacity: 0.42;
  background:
    radial-gradient(ellipse at 62% 20%, rgba(var(--vs-theme-color4-rgb), 0.18) 0 42%, transparent 43%),
    radial-gradient(ellipse at 28% 62%, rgba(var(--vs-theme-color4-rgb), 0.12) 0 36%, transparent 37%);
  transform: rotate(-18deg);
}

.why-choose-us .container {
  position: relative;
  z-index: 1;
}

.why-choose-us__title {
  margin-bottom: 34px;
}

.why-choose-us__title .vs-title__sub {
  color: var(--vs-title-color);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.why-choose-us__title .vs-title__main {
  max-width: 860px;
  margin-top: 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4.6vw, 66px);
  line-height: 1.02;
  font-weight: 800;
  color: var(--vs-title-color);
  letter-spacing: 0;
}

.why-choose-us__title .vs-title__main span {
  color: var(--vs-theme-color1);
}

.why-choose-us__intro {
  max-width: 670px;
  margin: 18px auto 0;
  color: #303030;
  font-size: 19px;
  line-height: 1.55;
}

.why-choose-us__layout {
  display: grid;
  grid-template-columns: minmax(300px, 36%) 1fr;
  gap: 26px;
  align-items: stretch;
}

.why-choose-us__media {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  border-radius: 0 220px 8px 0;
  box-shadow: 0 22px 52px rgba(var(--vs-title-color-rgb), 0.14);
}

.why-choose-us__media::before {
  content: "";
  position: absolute;
  inset: 18px -42px 18px 18px;
  border: 2px solid rgba(var(--vs-theme-color1-rgb), 0.58);
  border-left: 0;
  border-radius: 0 250px 250px 0;
  pointer-events: none;
  z-index: 1;
}

.why-choose-us__media img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
  object-position: 62% center;
  filter: saturate(0.96) sepia(0.04);
}

.why-choose-us__care-note {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  display: grid;
  grid-template-columns: 68px 1fr;
  align-items: center;
  gap: 16px;
  width: min(360px, 92%);
  min-height: 94px;
  padding: 18px 28px;
  border-radius: 0 48px 0 0;
  background: linear-gradient(135deg, var(--vs-theme-color1), #874246);
  color: var(--vs-white-color);
  box-shadow: 0 16px 40px rgba(var(--vs-title-color-rgb), 0.18);
}

.why-choose-us__care-note span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border: 2px solid rgba(var(--vs-white-color-rgb), 0.74);
  border-radius: 50%;
  font-size: 27px;
}

.why-choose-us__care-note p {
  margin: 0;
  color: inherit;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 700;
}

.why-choose-us__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.why-choose-us__card {
  position: relative;
  display: flex;
  min-height: 230px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 26px 20px 24px;
  overflow: hidden;
  text-align: center;
  background: rgba(var(--vs-white-color-rgb), 0.92);
  border: 1px solid rgba(var(--vs-title-color-rgb), 0.08);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(var(--vs-title-color-rgb), 0.09);
  transition: transform 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease;
}

.why-choose-us__card:hover {
  transform: translateY(-7px);
  background-color: transparent;
  border-color: rgba(var(--vs-theme-color1-rgb), 0.24);
  box-shadow: 0 24px 54px rgba(var(--vs-title-color-rgb), 0.13);
}

.why-choose-us__icon,
.why-choose-us__stat span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background: rgba(var(--vs-theme-color1-rgb), 0.16);
  color: #963e43;
  font-size: 36px;
}

.why-choose-us__card.is-green .why-choose-us__icon,
.why-choose-us__stat.is-green span {
  background: rgba(var(--vs-theme-color4-rgb), 0.16);
  color: var(--vs-theme-color5);
}

/* Keep every feature-card icon aligned with the logo's gold brand color. */
.why-choose-us__card .why-choose-us__icon,
.why-choose-us__card.is-green .why-choose-us__icon {
  color: var(--vs-theme-color1);
}

.why-choose-us__icon::after {
  content: "";
  position: absolute;
  top: 106px;
  left: 50%;
  width: 82px;
  height: 1px;
  background:
    linear-gradient(90deg, transparent 0 42%, currentColor 42% 58%, transparent 58% 100%);
  transform: translateX(-50%);
  opacity: 0.75;
}

.why-choose-us__card h3 {
  margin: 28px 0 9px;
  color: var(--vs-theme-color1);
  font-size: 21px;
  line-height: 1.16;
  font-weight: 800;
}

.why-choose-us__card.is-green h3 {
  color: var(--vs-theme-color1);
}

.why-choose-us__card p {
  max-width: 245px;
  margin: 0 auto;
  color: #292929;
  font-size: 15px;
  line-height: 1.45;
}

.why-choose-us__stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 28px;
  padding: 22px 28px;
  background: rgba(var(--vs-white-color-rgb), 0.9);
  border: 1px solid rgba(var(--vs-title-color-rgb), 0.08);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(var(--vs-title-color-rgb), 0.08);
}

.why-choose-us__stat {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  min-height: 86px;
  padding: 0 24px;
  border-right: 1px solid rgba(var(--vs-title-color-rgb), 0.12);
}

.why-choose-us__stat:first-child {
  padding-left: 0;
}

.why-choose-us__stat:last-child {
  padding-right: 0;
  border-right: 0;
}

.why-choose-us__stat span {
  width: 64px;
  height: 64px;
  font-size: 28px;
}

.why-choose-us__stat h3 {
  margin: 0 0 3px;
  color: #963e43;
  font-size: 24px;
  line-height: 1.12;
  font-weight: 800;
}

.why-choose-us__stat.is-green h3 {
  color: var(--vs-theme-color5);
}

.why-choose-us__stat p {
  margin: 0;
  color: #222;
  font-size: 15px;
  line-height: 1.4;
}

@media (max-width: 1399px) {
  .why-choose-us__layout {
    grid-template-columns: minmax(280px, 34%) 1fr;
  }

  .why-choose-us__card {
    min-height: 218px;
    padding-inline: 16px;
  }

  .why-choose-us__stat {
    padding-inline: 16px;
  }
}

@media (max-width: 1199px) {
  .why-choose-us__layout {
    grid-template-columns: 1fr;
  }

  .why-choose-us__media {
    min-height: 420px;
    border-radius: 8px;
  }

  .why-choose-us__media::before {
    inset: 18px;
    border-left: 2px solid rgba(var(--vs-theme-color1-rgb), 0.58);
    border-radius: 8px;
  }

  .why-choose-us__media img {
    min-height: 420px;
    object-position: center 45%;
  }

  .why-choose-us__stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 0;
  }

  .why-choose-us__stat:nth-child(2) {
    border-right: 0;
  }
}

@media (max-width: 991px) {
  .why-choose-us__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .why-choose-us__title .vs-title__sub {
    letter-spacing: 2px;
  }

  .why-choose-us__intro {
    font-size: 16px;
  }

  .why-choose-us__cards,
  .why-choose-us__stats {
    grid-template-columns: 1fr;
  }

  .why-choose-us__card {
    min-height: 0;
  }

  .why-choose-us__stats {
    padding: 20px;
  }

  .why-choose-us__stat,
  .why-choose-us__stat:first-child,
  .why-choose-us__stat:last-child {
    padding: 0;
    border-right: 0;
  }

  .why-choose-us__media,
  .why-choose-us__media img {
    min-height: 360px;
  }

  .why-choose-us__care-note {
    grid-template-columns: 54px 1fr;
    min-height: 82px;
    padding: 14px 18px;
  }

  .why-choose-us__care-note span {
    width: 48px;
    height: 48px;
    font-size: 22px;
  }

  .why-choose-us__care-note p {
    font-size: 16px;
  }
}

#types.types-showcase .vs-service__btn {
  bottom: -10px;
  width: min(760px, 100%);
  height: auto;
  min-height: 68px;
  margin: 0 auto;
  padding: 10px 22px 10px 16px;
  gap: 16px;
  background: rgba(var(--vs-white-color-rgb), 0.92);
  border: 1px solid rgba(var(--vs-title-color-rgb), 0.08);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(var(--vs-title-color-rgb), 0.09);
}

#types.types-showcase .vs-service__btn-icon {
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(var(--vs-theme-color1-rgb), 0.12);
  color: var(--vs-theme-color5);
  font-size: 20px;
}

#types.types-showcase .vs-service__btn p {
  flex: 1 1 auto;
  padding-right: 20px;
  margin: 0;
  border-right: 1px solid rgba(var(--vs-theme-color1-rgb), 0.25);
  color: var(--vs-title-color);
  font-size: 16px;
  line-height: 1.35;
}

#types.types-showcase .vs-service__btn p strong,
#types.types-showcase .vs-service__btn p span {
  color: var(--vs-theme-color1);
}

#types.types-showcase .vs-service__btn .vsBtn {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 190px;
  justify-content: center;
  padding: 11px 24px;
  background: linear-gradient(135deg, var(--vs-theme-color1), var(--vs-theme-color5));
  color: var(--vs-white-color);
  border-radius: 999px;
}

#types.types-showcase .vs-service__btn .vsBtn i {
  font-size: 16px;
}

@media (max-width: 1399px) {
  #types.types-showcase .vs-service__wrap {
    grid-template-columns: minmax(115px, 38%) 1fr;
    padding: 14px;
  }

  #types.types-showcase .vs-service__txt {
    padding-left: 20px;
  }

  #types.types-showcase .vs-service__txt h3 {
    font-size: 19px;
  }
}

@media (max-width: 1199px) {
  #types.types-showcase .types-showcase__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  #types.types-showcase .vs-title__main {
    font-size: 28px;
  }

  #types.types-showcase .types-showcase__grid {
    grid-template-columns: 1fr;
    padding-bottom: 0;
  }

  #types.types-showcase .vs-service__wrap {
    grid-template-columns: 100px 1fr;
    min-height: 150px;
    padding: 12px;
  }

  #types.types-showcase .vs-service__img,
  #types.types-showcase .vs-service__img img {
    min-height: 126px;
  }

  #types.types-showcase .vs-service__img .ser_icon {
    width: 44px;
    height: 44px;
  }

  #types.types-showcase .vs-service__img .ser_icon i {
    font-size: 18px;
  }

  #types.types-showcase .vs-service__txt {
    padding-left: 12px;
  }

  #types.types-showcase .vs-service__txt h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  #types.types-showcase .vs-service__txt p {
    font-size: 12px;
    line-height: 1.38;
  }

  #types.types-showcase .vs-service__btn {
    position: static;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    margin-top: 16px;
    padding: 14px;
    text-align: center;
  }

  #types.types-showcase .vs-service__btn-icon {
    margin: 0 auto;
  }

  #types.types-showcase .vs-service__btn p {
    padding: 0;
    border-right: 0;
    font-size: 14px;
  }

  #types.types-showcase .vs-service__btn .vsBtn {
    min-width: 0;
    width: 100%;
  }
}

@media (max-width: 480px) {
  #types.types-showcase .vs-service__wrap {
    grid-template-columns: 1fr;
  }

  #types.types-showcase .vs-service__img {
    min-height: 165px;
  }

  #types.types-showcase .vs-service__img img {
    min-height: 165px;
  }

  #types.types-showcase .vs-service__txt {
    padding: 14px 4px 0;
  }
}

@media (max-width: 1199px) {
  .vs-hero.style5 .vs-hero__rightImg {
    width: 100%;
    margin: 0 0 80px;
  }
}

@media (max-width: 575px) {
  .vs-hero.style5 .hero-banner-slider .rightImg.main-img {
    height: 360px;
    margin-bottom: 0;
  }
}

.hero-full-slider-section {
  padding: 0;
  background: var(--vs-white-color);
}

.hero-full-slider-section.hero-full-slider-section {
  min-height: auto;
}

.hero-full-slider-section .hero-banner-slider--full {
  width: 100%;
  border-radius: 0;
  box-shadow: none;
}

.hero-full-slider-section .hero-full-slide {
  width: 100%;
  height: calc(100vh - 92px);
  min-height: 420px;
  max-height: 760px;
  background-color: #fff7f4;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-full-slider-section .hero-full-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.hero-full-slider-section .hero-full-slide img {
  object-fit: fill;
}

.hero-full-slider-section .swiper-pagination {
  bottom: 28px;
}

@media (max-width: 1199px) {
  .hero-full-slider-section .hero-full-slide {
    height: calc(100vh - 82px);
    min-height: 360px;
    max-height: 640px;
  }
}

@media (max-width: 575px) {
  .hero-full-slider-section .hero-full-slide {
    height: calc(100vh - 74px);
    min-height: 280px;
    max-height: 520px;
  }
}

.vs-header.home-five {
  position: relative;
  z-index: 99;
}

.vs-header.home-five .sticky-wrapper,
.vs-header.home-five .sticky-wrapper .sticky-active.active {
  background: #ffffff;
  border-top: 0;
  border-bottom: 1px solid #eef2f7;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
  backdrop-filter: blur(12px);
}

.vs-header.home-five .sticky-active > .container {
  max-width: 1220px;
}

.vs-header.home-five .row {
  min-height: 84px;
}

.vs-header.home-five .vs-header__logo {
  padding: 10px 0;
}

.vs-header.home-five .vs-header__logo a {
  display: inline-flex;
  align-items: center;
}

.vs-header.home-five .vs-header__logo img {
  max-width: 176px;
  max-height: 58px;
  object-fit: contain;
}

.vs-header.home-five .main-menu {
  margin-right: 0;
}

.vs-header.home-five .main-menu > ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background-color: transparent;
}

.vs-header.home-five .main-menu > ul > li {
  display: block;
  position: relative;
}

.vs-header.home-five .main-menu > ul > li > a {
  color: #000000;
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
  padding: 15px 20px;
  border-radius: 8px;
  text-transform: none;
  transition: color 0.2s ease, background-color 0.2s ease;
}

.vs-header.home-five .main-menu > ul > li > a::after {
  display: none;
}

.vs-header.home-five .main-menu > ul > li > a:hover,
.vs-header.home-five .main-menu > ul > li.active > a {
  color: #000000;
  background-color: transparent;
}

.vs-header.home-five .main-menu > ul > li > ul.sub-menu {
  left: 0;
  min-width: 280px;
  width: 280px;
  margin-top: 18px;
  padding: 16px 18px;
  display: block;
  border: 1px solid rgba(var(--vs-theme-color1-rgb), 0.12);
  border-bottom: 0;
  border-radius: 18px;
  box-shadow: 0 20px 45px rgba(var(--vs-title-color-rgb), 0.14);
  background: rgba(255, 250, 248, 0.98);
}

.vs-header.home-five .main-menu > ul > li:hover > ul.sub-menu {
  margin-top: 12px;
}

.vs-header.home-five .main-menu > ul > li > ul.sub-menu li {
  display: block;
  margin: 0;
}

.vs-header.home-five .main-menu > ul > li > ul.sub-menu li + li {
  border-top: 1px solid rgba(var(--vs-theme-color1-rgb), 0.1);
}

.vs-header.home-five .main-menu > ul > li > ul.sub-menu li a {
  display: flex;
  align-items: center;
  padding: 12px 0;
  border-radius: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  white-space: normal;
}

.vs-header.home-five .main-menu > ul > li > ul.sub-menu li a:hover {
  background-color: transparent;
}

.vs-header.home-five .vs-header__action.home5 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

.vs-header.home-five .header-call {
  align-items: center;
  gap: 11px;
  min-height: 52px;
  padding: 7px 16px 7px 8px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background-color: #ffffff;
  color: #111827;
  font-family: var(--vs-title-font);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.06);
}

.vs-header.home-five .header-call i {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background-color: #eff6ff;
  color: #2563eb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.vs-header.home-five .header-call small {
  display: block;
  color: #6b7280;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
}

.vs-header.home-five .searchBoxTggler.style2,
.home-five .vs-menu-toggle {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background: #eff6ff;
  color: #2563eb;
  font-size: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #dbeafe;
  box-shadow: none;
}

.vs-header.home-five .searchBoxTggler.style2:hover,
.home-five .vs-menu-toggle:hover {
  background: #2563eb;
  color: #ffffff;
}

.vs-header.home-five .home5 .vsBtn {
  min-height: 52px;
  padding: 0 24px;
  border-radius: 8px;
  background: #2563eb;
  color: var(--vs-white-color);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: none;
  box-shadow: 0 10px 24px rgba(37, 99, 235, 0.2);
}

.vs-header.home-five .home5 .vsBtn:hover {
  background: #1d4ed8;
}

@media (max-width: 1399px) {
  .vs-header.home-five .row {
    min-height: 78px;
  }

  .vs-header.home-five .vs-header__logo img {
    max-width: 158px;
    max-height: 52px;
  }

  .vs-header.home-five .main-menu ul li a {
    font-size: 15px;
    padding: 13px 15px;
  }

  .vs-header.home-five .home5 .vsBtn {
    min-height: 54px;
    padding: 0 22px;
    font-size: 15px;
  }

  .vs-header.home-five .searchBoxTggler.style2 {
    width: 54px;
    height: 54px;
  }
}

@media (max-width: 1199px) {
  .vs-header.home-five .row {
    min-height: 74px;
  }

  .vs-header.home-five .vs-header__logo img {
    max-width: 154px;
  }

  .home-five .vs-menu-toggle {
    margin-right: 14px;
  }
}

/* Navbar redesign only */
.vs-header.home-five {
  position: relative;
  z-index: 99;
}

.vs-header.home-five .sticky-wrapper,
.vs-header.home-five .sticky-wrapper .sticky-active.active {
  background: rgba(255, 248, 245, 0.96) !important;
  border-bottom: 1px solid rgba(126, 75, 78, 0.14);
  box-shadow: 0 16px 40px rgba(42, 20, 21, 0.08);
  backdrop-filter: blur(14px);
}

.vs-header.home-five .sticky-active,
.vs-header.home-five .sticky-active.active {
  background: rgba(255, 248, 245, 0.96) !important;
}

.will-sticky .sticky-active {
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
}

.vs-header.home-five .will-sticky .sticky-active {
  top: 0;
  opacity: 1;
  visibility: visible;
}

.will-sticky .sticky-active.active {
  top: 0;
  background: rgba(255, 248, 245, 0.96) !important;
  opacity: 1;
  visibility: visible;
}

.vs-header.home-five .sticky-active.active .row,
.will-sticky .sticky-active.active .row {
  min-height: 82px;
}

.vs-header.home-five .sticky-active.active .main-menu ul,
.will-sticky .sticky-active.active .main-menu ul {
  background: #fff8f5;
  border: 1px solid rgba(126, 75, 78, 0.12);
}

.vs-header.home-five .sticky-active > .container {
  max-width: 1260px;
}

.vs-header.home-five .row {
  min-height: 82px;
}

.vs-header.home-five .vs-header__logo {
  padding: 0px 0;
}

.vs-header.home-five .vs-header__logo img {
  max-width: 263px;
  max-height: 92px;
}

.vs-header.home-five .main-menu ul {
  gap: 18px;
  padding: 10px 12px;
  border: 1px solid rgba(126, 75, 78, 0.12);
  border-radius: 999px;
  background: #fff8f5;
}

.vs-header.home-five .main-menu ul li a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  padding: 0 26px;
  border-radius: 999px;
  color: #2a1415;
  background: transparent;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0;
  transition: color 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease;
}

.vs-header.home-five .main-menu ul li a:hover {
  color: #ffffff;
  background: #7e4b4e;
  box-shadow: 0 7px 14px rgba(126, 75, 78, 0.22);
}

.vs-header.home-five .main-menu ul li.active a {
  color: #2a1415;
  background: transparent;
  border: none;
  box-shadow: none;
}

.vs-header.home-five .header-call {
  min-height: 54px;
  padding: 7px 18px 7px 8px;
  border: 0;
  border-radius: 999px;
  background: #2a1415;
  color: #ffffff;
  box-shadow: 0 14px 28px rgba(42, 20, 21, 0.2);
}

.vs-header.home-five .header-call i {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
}

.vs-header.home-five .header-call small {
  color: rgba(255, 255, 255, 0.72);
}

.home-five .vs-menu-toggle {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #fff2ed;
  border: 1px solid rgba(126, 75, 78, 0.16);
  color: #7e4b4e;
}

.home-five .vs-menu-toggle:hover {
  background: #7e4b4e;
  color: #ffffff;
}

@media (max-width: 1399px) {
  .vs-header.home-five .main-menu ul li a {
    padding: 0 20px;
    font-size: 14px;
  }

  .vs-header.home-five .main-menu ul {
    gap: 12px;
  }
}

@media (max-width: 1199px) {
  .vs-header.home-five .row {
    min-height: 72px;
  }

  .vs-header.home-five .vs-header__logo img {
    max-width: 180px;
  }
}

.vs-header.home-five {
  position: sticky;
  top: 0;
  z-index: 10000;
  background: #ffffff;
}

.vs-header.home-five .sticky-wrapper {
  position: relative;
  background: #ffffff !important;
}

.vs-header.home-five .sticky-active,
.vs-header.home-five .sticky-active.active,
.vs-header.home-five .will-sticky .sticky-active,
.vs-header.home-five .will-sticky .sticky-active.active {
  position: relative;
  top: auto;
  right: auto;
  left: auto;
  background: #ffffff !important;
  opacity: 1;
  visibility: visible;
}


    .vs-about.style4.style5 {
      position: relative;
      padding-top: 82px;
      padding-bottom: 82px;
      background:
        radial-gradient(circle at 5% 8%, rgba(255, 255, 255, 0.9), transparent 28%),
        linear-gradient(105deg, #fffaf8 0%, #ffffff 46%, #fff7f4 100%);
    }
  

    .vs-about.style4.style5 .ele1,
    .vs-about.style4.style5 .ele2,
    .vs-about.style4.style5 .ele4,
    .vs-about.style4.style5 .ele5,
    .vs-about.style4.style5 .ele6 {
      opacity: 0.16;
    }

    .vs-about.style4.style5 .abImg {
      position: relative;
      min-height: 650px;
      padding-right: 50px;
      padding-bottom: 116px;
    }

    .vs-about.style4.style5 .abImg::before,
    .vs-about.style4.style5 .abImg::after {
      content: "";
      position: absolute;
      border-radius: 50%;
      pointer-events: none;
    }

    .vs-about.style4.style5 .abImg::before {
      top: -44px;
      left: -86px;
      width: 626px;
      height: 626px;
      border: 1px dashed rgba(var(--vs-theme-color1-rgb), 0.52);
    }

    .vs-about.style4.style5 .abImg::after {
      top: -18px;
      left: -42px;
      width: 560px;
      height: 560px;
      background: rgba(255, 255, 255, 0.42);
      box-shadow: inset 0 0 0 16px rgba(255, 255, 255, 0.58);
      z-index: 0;
    }

    .vs-about.style4.style5 .abImg .para-img3 {
      position: relative;
      z-index: 1;
      width: min(100%, 560px);
      height: 560px;
      border-radius: 50%;
      overflow: hidden;
      box-shadow: 0 28px 70px rgba(61, 21, 24, 0.14);
    }

    .vs-about.style4.style5 .abImg .para-img3 img {
      width: 100%;
      height: 100%;
      margin: 0;
      object-fit: cover;
      object-position: center;
      border-radius: 50%;
    }

    .vs-about.style4.style5 .vs-about__wrap {
      position: absolute;
      right: 14px;
      bottom: 76px;
      width: min(100%, 330px);
      z-index: 3;
      padding: 10px;
      border-radius: 50%;
      background: var(--vs-white-color);
      box-shadow: 0 25px 54px rgba(61, 21, 24, 0.16);
    }

    .vs-about.style4.style5 .vs-about__wrap img {
      position: static;
      display: block;
      width: 100%;
      height: 310px;
      margin: 0;
      object-fit: cover;
      object-position: center;
      border-radius: 50%;
      mask-image: none;
      -webkit-mask-image: none;
    }

    .vs-about.style4.style5 .vs-about__wrap::after {
      display: none;
    }

    .vs-about.style4.style5 .vs-title.mb-35 {
      margin-bottom: 12px !important;
    }

    .vs-about.style4.style5 .vs-title__sub {
      position: relative;
      display: flex;
      align-items: center;
      gap: 14px;
      color: var(--vs-title-color);
      font-family: var(--vs-title-font);
      font-size: clamp(34px, 3.4vw, 50px);
      font-weight: 700;
      line-height: 1.1;
      text-transform: capitalize;
    }

    .vs-about.style4.style5 .vs-title__sub img {
      width: 48px;
      height: 48px;
      margin: 0;
    }

    .vs-about.style4.style5 .vs-title__sub::after {
      content: "";
      position: absolute;
      left: 76px;
      bottom: -22px;
      width: 72px;
      height: 3px;
      background: var(--vs-theme-color1);
    }

    .vs-about.style4.style5 .vs-title__sub::first-letter {
      text-transform: uppercase;
    }

    .vs-about.style4.style5 .vs-about__right {
      padding-top: 14px;
    }

    .vs-about.style4.style5 .vs-about__right > p {
      max-width: 620px;
      margin-bottom: 18px;
      color: #4a4a4a;
      font-size: 18px;
      line-height: 1.48;
    }

    .vs-about.style4.style5 .vs-about__right .ab-qoute {
      display: grid;
      grid-template-columns: 86px 1fr;
      align-items: center;
      gap: 22px;
      margin-bottom: 18px;
      padding: 18px 26px;
      border: 0;
      border-radius: 28px;
      background: linear-gradient(135deg, #fff1ee 0%, #fbebed 100%);
      box-shadow: 0 18px 50px rgba(142, 68, 75, 0.08);
    }

    .about-quote-icon {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 76px;
      height: 76px;
      color: var(--vs-white-color);
      font-size: 42px;
      border-radius: 50%;
      background: var(--vs-theme-color1);
    }

    .vs-about.style4.style5 .vs-about__right .ab-qoute p {
      margin: 0;
      padding-left: 22px;
      border-left: 1px solid rgba(var(--vs-theme-color1-rgb), 0.32);
      color: #484848;
      font-size: 17px;
      line-height: 1.48;
    }

    .vs-about.style4.style5 .vs-about__right .ab-qoute strong {
      display: block;
      margin-bottom: 4px;
      color: var(--vs-title-color);
      font-family: var(--vs-title-font);
      font-size: 20px;
      line-height: 1.25;
    }

    .vs-about.style4.style5 .vs-about__right .ab-Box .abTxt {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 12px 24px;
      margin: 0 0 20px;
    }

    .vs-about.style4.style5 .vs-about__right .ab-Box .abTxt li {
      display: grid;
      grid-template-columns: 70px 1fr;
      align-items: center;
      gap: 18px;
      min-height: 70px;
      padding: 0;
      color: #444;
      font-size: 16px;
      line-height: 1.42;
    }

    .vs-about.style4.style5 .vs-about__right .ab-Box .abTxt li::before {
      display: none;
    }

    .vs-about.style4.style5 .vs-about__right .ab-Box .abTxt li i {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 70px;
      height: 70px;
      color: #08797d;
      font-size: 32px;
      border-radius: 14px;
      background: linear-gradient(135deg, #e8f6f4 0%, #f3f1ef 100%);
      box-shadow: inset 0 0 0 1px rgba(8, 121, 125, 0.04);
    }

    .vs-about.style4.style5 .vs-about__right .ab-Box .vsBtn {
      display: inline-flex;
      gap: 18px;
      align-items: center;
      width: min(100%, 360px);
      min-width: 0;
      justify-content: center;
      padding: 14px 34px;
      box-sizing: border-box;
      line-height: 1.35;
      border-radius: 999px;
      box-shadow: 0 16px 28px rgba(var(--vs-theme-color1-rgb), 0.24);
    }

    .vs-about.style4.style5 .vs-about__right .ab-Box .vsBtn span {
      display: none;
    }

    .vs-about.style4.style5 .vs-about__right .ab-Box .vsBtn > i {
      font-size: 22px;
    }

    @media (max-width: 1199px) {
      .vs-about.style4.style5 .abImg {
        max-width: 720px;
        min-height: 650px;
        margin: 0 auto 46px;
      }
    }

    @media (max-width: 991px) {
      .vs-about.style4.style5 {
        padding-top: 60px;
        padding-bottom: 60px;
      }

      .vs-about.style4.style5 .abImg {
        min-height: 590px;
        padding-right: 0;
        padding-bottom: 92px;
      }

      .vs-about.style4.style5 .abImg::before {
        left: -24px;
        width: 560px;
        height: 560px;
      }

      .vs-about.style4.style5 .abImg::after {
        left: 0;
        width: 510px;
        height: 510px;
      }

      .vs-about.style4.style5 .abImg .para-img3 {
        width: 510px;
        height: 510px;
      }

      .vs-about.style4.style5 .vs-about__wrap {
        right: 40px;
        bottom: 66px;
        width: 300px;
      }

      .vs-about.style4.style5 .vs-about__wrap img {
        height: 280px;
      }

      .vs-about.style4.style5 .vs-title__sub {
        font-size: 38px;
      }

      .vs-about.style4.style5 .vs-about__right > p {
        font-size: 17px;
      }
    }

    @media (max-width: 767px) {
      .vs-about.style4.style5 .abImg {
        min-height: 0;
        padding-bottom: 0;
      }

      .vs-about.style4.style5 .abImg::before,
      .vs-about.style4.style5 .abImg::after {
        display: none;
      }

      .vs-about.style4.style5 .abImg .para-img3 {
        width: 100%;
        height: auto;
        aspect-ratio: 1 / 1;
      }

      .vs-about.style4.style5 .vs-about__wrap {
        position: relative;
        right: auto;
        bottom: auto;
        width: min(72%, 310px);
        margin: -118px 18px 0 auto;
      }

      .vs-about.style4.style5 .vs-about__wrap img {
        height: auto;
        aspect-ratio: 1 / 1;
      }

      .vs-about.style4.style5 .vs-about__right .ab-qoute,
      .vs-about.style4.style5 .vs-about__right .ab-Box .abTxt {
        grid-template-columns: 1fr;
      }

      .vs-about.style4.style5 .vs-about__right .ab-qoute p {
        padding-left: 0;
        border-left: 0;
      }

      .vs-about.style4.style5 .vs-about__right .ab-Box .vsBtn {
        min-width: 0;
        width: 100%;
      }
    }

    @media (max-width: 575px) {
      .vs-about.style4.style5 {
        padding-top: 46px;
        padding-bottom: 46px;
      }

      .vs-about.style4.style5 .vs-title.mb-35 {
        margin-bottom: 14px !important;
      }

      .vs-about.style4.style5 .vs-title__sub {
        gap: 10px;
        font-size: 30px;
      }

      .vs-about.style4.style5 .vs-title__sub img {
        width: 38px;
        height: 38px;
      }

      .vs-about.style4.style5 .vs-title__sub::after {
        left: 50px;
        bottom: -16px;
        width: 58px;
      }

      .vs-about.style4.style5 .vs-about__right {
        padding-top: 18px;
      }

      .vs-about.style4.style5 .vs-about__right > p,
      .vs-about.style4.style5 .vs-about__right .ab-qoute p,
      .vs-about.style4.style5 .vs-about__right .ab-Box .abTxt li {
        font-size: 15px;
      }

      .vs-about.style4.style5 .vs-about__right .ab-qoute {
        gap: 16px;
        margin-bottom: 20px;
        padding: 20px;
        border-radius: 18px;
      }

      .about-quote-icon {
        width: 64px;
        height: 64px;
        font-size: 34px;
      }

      .vs-about.style4.style5 .vs-about__right .ab-qoute strong {
        font-size: 18px;
      }

      .vs-about.style4.style5 .vs-about__right .ab-Box .abTxt {
        margin-bottom: 20px;
        gap: 16px;
      }

      .vs-about.style4.style5 .vs-about__right .ab-Box .abTxt li {
        grid-template-columns: 58px 1fr;
        min-height: 58px;
        gap: 14px;
      }

      .vs-about.style4.style5 .vs-about__right .ab-Box .abTxt li i {
        width: 58px;
        height: 58px;
        font-size: 26px;
      }

      .vs-about.style4.style5 .vs-about__right .ab-Box .vsBtn {
        padding: 15px 24px;
      }

    }

/* Final section heading alignment for index-5 */
.vs-about.style4.style5 .vs-title__sub,
#types.types-showcase .vs-title__main,
#services.treatment-options .vs-title__main,
.why-choose-us__title .vs-title__main,
.vs-testimoni.style5 .vs-title__main,
.consultation-section .vs-appoint__form h2 {
  max-width: 860px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4.2vw, 58px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: 0;
  text-transform: none;
}

#types.types-showcase .vs-title__main,
#services.treatment-options .vs-title__main,
.why-choose-us__title .vs-title__main {
  margin-left: auto;
  margin-right: auto;
}

#types.types-showcase .vs-title__sub,
#services.treatment-options .vs-title__sub,
.why-choose-us__title .vs-title__sub,
.vs-testimoni.style5 .vs-title__sub {
  font-family: var(--vs-title-font);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 3px;
  line-height: 1.3;
  text-transform: uppercase;
}

#types.types-showcase .vs-title__main span,
#services.treatment-options .vs-title__main span,
.why-choose-us__title .vs-title__main span {
  color: var(--vs-theme-color1);
}

.treatment-page {
  background:
    radial-gradient(circle at top left, rgba(var(--vs-theme-color1-rgb), 0.08), transparent 28%),
    linear-gradient(180deg, #fffaf8 0%, #fff 42%, #f7fbfb 100%);
}

.treatment-page__breadcrumb .vs-breadcrumb__bg img {
  filter: saturate(0.92);
}

.treatment-page__content {
  position: relative;
}

.treatment-page__main,
.treatment-page__widget {
  background: rgba(var(--vs-white-color-rgb), 0.95);
  border: 1px solid rgba(var(--vs-theme-color1-rgb), 0.12);
  border-radius: 28px;
  box-shadow: 0 24px 60px rgba(var(--vs-title-color-rgb), 0.08);
}

.treatment-page__main {
  overflow: hidden;
}

.treatment-page__hero img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  object-position: center;
}

.treatment-page__body {
  padding: 38px;
}

.treatment-page__eyebrow {
  margin: 0 0 8px;
  color: var(--vs-theme-color1);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.treatment-page__eyebrow-line,
.treatment-page__widget-eyebrow {
  display: inline-block;
}

.treatment-page__eyebrow-line {
  width: 84px;
  height: 4px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--vs-theme-color1), var(--vs-theme-color3));
}

.treatment-page__body h2 {
  margin-bottom: 14px;
}

.treatment-page__lead {
  font-size: 19px;
  line-height: 1.7;
  color: var(--vs-title-color);
}

.treatment-page__body h3 {
  margin: 28px 0 12px;
}

.treatment-page__checklist {
  display: grid;
  gap: 14px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.treatment-page__checklist li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px 18px;
  border-radius: 18px;
  background: #f8fbfb;
}

.treatment-page__checklist i {
  margin-top: 4px;
  color: var(--vs-theme-color1);
  font-size: 18px;
}

.treatment-page__checklist span {
  flex: 1;
}

.treatment-page__gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin: 30px 0;
}

.treatment-page__gallery-item {
  margin: 0;
  overflow: hidden;
  border-radius: 22px;
  box-shadow: 0 18px 36px rgba(var(--vs-title-color-rgb), 0.12);
}

.treatment-page__gallery-item img {
  width: 100%;
  height: 270px;
  object-fit: cover;
}

.treatment-page__note {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 16px;
  margin-top: 28px;
  padding: 20px 22px;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(var(--vs-theme-color1-rgb), 0.08), rgba(var(--vs-theme-color3-rgb), 0.12));
}

.treatment-page__note span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 18px;
  background: #fff;
  color: var(--vs-theme-color1);
  font-size: 22px;
}

.treatment-page__note p {
  margin: 0;
}

.treatment-page__sidebar {
  display: grid;
  gap: 24px;
  position: sticky;
  top: 120px;
  align-self: start;
}

.treatment-page__widget {
  padding: 28px;
}

.treatment-page__widget h3 {
  margin-bottom: 18px;
}

.treatment-page__nav {
  display: grid;
  gap: 12px;
}

.treatment-page__nav-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px 18px;
  border: 1px solid rgba(var(--vs-theme-color1-rgb), 0.12);
  border-radius: 18px;
  background: #fff;
  color: var(--vs-title-color);
  font-weight: 600;
  transition: all 0.3s ease;
}

.treatment-page__nav-link i {
  color: var(--vs-theme-color1);
}

.treatment-page__nav-link:hover,
.treatment-page__nav-link.is-active {
  background: linear-gradient(135deg, rgba(var(--vs-theme-color1-rgb), 0.95), rgba(var(--vs-theme-color3-rgb), 0.9));
  border-color: transparent;
  color: #fff;
  transform: translateX(4px);
}

.treatment-page__nav-link:hover i,
.treatment-page__nav-link.is-active i {
  color: #fff;
}

.treatment-page__widget--cta {
  background: linear-gradient(180deg, #fff5f1 0%, #f6fbfb 100%);
}

.treatment-page__widget-eyebrow {
  margin-bottom: 8px;
  color: var(--vs-theme-color1);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.treatment-page__widget--cta .vsBtn {
  margin-top: 8px;
}

/* Mobile header and hero polish for index-5 */
.vs-header.home-five .vs-menu-toggle {
  flex: 0 0 auto;
}

@media (max-width: 1199px) {
  .vs-header.home-five .sticky-active > .container {
    padding-left: 18px;
    padding-right: 18px;
  }

  .vs-header.home-five .row {
    min-height: 72px;
  }

  .vs-header.home-five .row > .col-auto:first-child {
    width: 100%;
  }

  .vs-header.home-five .row > .col-auto:first-child > .d-flex {
    width: 100%;
    justify-content: space-between !important;
  }

  .vs-header.home-five .vs-header__logo {
    order: 1;
    padding: 8px 0;
  }

  .vs-header.home-five .vs-menu-toggle {
    position: static;
    order: 2;
    margin: 0 0 0 12px;
    width: 42px;
    height: 42px;
    font-size: 18px;
  }

  .hero-full-slider-section .hero-full-slide {
    height: auto;
    min-height: 0;
    max-height: none;
    aspect-ratio: 1774 / 887;
  }

  .hero-full-slider-section .hero-full-slide img {
    object-fit: contain;
    object-position: center;
  }

  .hero-full-slider-section .swiper-pagination {
    bottom: 10px;
  }
}

@media (max-width: 575px) {
  .vs-header.home-five .sticky-active > .container {
    padding-left: 14px;
    padding-right: 14px;
  }

  .vs-header.home-five .row,
  .vs-header.home-five .sticky-active.active .row,
  .will-sticky .sticky-active.active .row {
    min-height: 68px;
  }

  .vs-header.home-five .vs-header__logo img {
    max-width: 150px;
    max-height: 50px;
  }

  .vs-header.home-five .vs-menu-toggle {
    width: 38px;
    height: 38px;
  }

  .vs-menu-wrapper .vs-header__right {
    padding: 18px 16px;
  }

  .vs-menu-wrapper .mobile-logo {
    width: 150px;
  }

  .vs-menu-wrapper .vs-menu-toggle {
    top: 18px;
    right: 16px;
  }

  .hero-full-slider-section .hero-full-slide {
    aspect-ratio: 1774 / 887;
  }

  .treatment-page__hero img {
    height: 340px;
  }
}

@media (max-width: 767px) {
  .treatment-page__sidebar {
    position: static;
  }

  .treatment-page__body,
  .treatment-page__widget {
    padding: 24px;
  }

  .treatment-page__gallery {
    grid-template-columns: 1fr;
  }

  .treatment-page__gallery-item img {
    height: 240px;
  }

  .treatment-page__note {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575px) {
  .treatment-page__hero img {
    height: 260px;
  }

  .treatment-page__body {
    padding: 22px;
  }

  .treatment-page__lead {
    font-size: 17px;
  }
}

/* About page */
.about-page {
  background:
    radial-gradient(circle at top left, rgba(219, 159, 161, 0.12), transparent 26%),
    linear-gradient(180deg, #fff9f6 0%, #ffffff 34%, #fffaf8 100%);
}

.about-page__breadcrumb {
  min-height: 360px;
  padding: 120px 0 110px;
}

.about-page__breadcrumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(42, 20, 21, 0.68) 0%, rgba(42, 20, 21, 0.24) 55%, rgba(42, 20, 21, 0.1) 100%);
}

.about-page__breadcrumb .container,
.about-page__breadcrumb .vs-breadcrumb__content {
  position: relative;
  z-index: 1;
}

.about-page__hero {
  padding: 56px 0 28px;
  position: relative;
  z-index: 1;
  background:
    radial-gradient(circle at top center, rgba(208, 171, 150, 0.16) 0%, rgba(208, 171, 150, 0) 48%),
    linear-gradient(180deg, #fdf8f5 0%, #fffdfb 100%);
}

.about-page__hero .container {
  position: relative;
}

.about-page__hero .container::before {
  content: "";
  position: absolute;
  top: -18px;
  left: 22px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(219, 159, 161, 0.24) 0%, rgba(219, 159, 161, 0) 72%);
  pointer-events: none;
}

.about-page__hero-card {
  position: relative;
  overflow: hidden;
  padding: 0;
  border: 1px solid rgba(170, 132, 116, 0.14);
  border-radius: 36px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, #fff8f3 100%);
  box-shadow: 0 24px 60px rgba(70, 40, 32, 0.08);
}

.about-page__hero-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    radial-gradient(circle at left bottom, rgba(234, 220, 211, 0.32) 0%, rgba(234, 220, 211, 0) 28%),
    radial-gradient(circle at right top, rgba(242, 223, 208, 0.26) 0%, rgba(242, 223, 208, 0) 26%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 248, 242, 0.96) 100%);
  z-index: 0;
}

.about-page__hero-card > .row,
.about-page__hero-card > .about-page__stats {
  position: relative;
  z-index: 1;
}

.about-page__hero-card > .row {
  align-items: center;
  padding: 0;
  margin: 0;
}

.about-page__hero-card > .row > [class*=col-] {
  padding-left: 0;
  padding-right: 0;
}

.about-page__hero-copy {
  max-width: 470px;
  padding: 46px 24px 38px 48px;
  position: relative;
}

.about-page__eyebrow {
  display: inline-block;
  margin-bottom: 18px;
  color: #a15f62;
  font-family: var(--vs-title-font);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.about-page__eyebrow--centered {
  position: relative;
  padding: 0 88px;
  margin-bottom: 26px;
}

.about-page__eyebrow--centered::before,
.about-page__eyebrow--centered::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 58px;
  height: 1px;
  background: linear-gradient(90deg, rgba(161, 95, 98, 0.28) 0%, rgba(161, 95, 98, 0.9) 100%);
  transform: translateY(-50%);
}

.about-page__eyebrow--centered::before {
  left: 0;
}

.about-page__eyebrow--centered::after {
  right: 0;
  background: linear-gradient(90deg, rgba(161, 95, 98, 0.9) 0%, rgba(161, 95, 98, 0.28) 100%);
}

.about-page__eyebrow-line {
  display: block;
  width: 48px;
  height: 3px;
  margin-bottom: 34px;
  border-radius: 999px;
  background: linear-gradient(90deg, #a15f62 0%, #c89597 100%);
}

.about-page__eyebrow--light {
  color: rgba(255, 255, 255, 0.78);
}

.about-page__hero-copy h2,
.about-page__story-copy h2,
.about-page__comfort-copy h2,
.about-page__section-heading h2,
.about-page__cta-box h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.5rem, 4.5vw, 4.2rem);
  line-height: 0.96;
  letter-spacing: -0.03em;
  text-transform: none;
}

.about-page__hero-copy h2 {
  max-width: 10.5ch;
  margin-bottom: 18px;
  color: #2d1a1a;
  font-size: clamp(2.05rem, 3.15vw, 3.15rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.about-page__hero-copy h2 span {
  display: block;
  color: #a15f62;
  white-space: nowrap;
}

.about-page__hero-divider {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
  color: #dcc2bc;
}

.about-page__hero-divider span {
  width: 98px;
  height: 1px;
  background: linear-gradient(90deg, rgba(190, 151, 154, 0.9) 0%, rgba(190, 151, 154, 0.1) 100%);
}

.about-page__hero-divider i {
  font-size: 24px;
}

.about-page__hero-copy p,
.about-page__story-copy p,
.about-page__comfort-copy p,
.about-page__section-heading p,
.about-page__cta-box p,
.about-page__approach-card p,
.about-page__team-copy p {
  color: #5b5351;
  font-size: 17px;
  line-height: 1.76;
}

.about-page__hero-copy p {
  margin-bottom: 14px;
  color: #625957;
  font-size: 16px;
  line-height: 1.64;
}

.about-page__hero-copy .vsBtn.style4.about-page__hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
  min-height: 64px;
  min-width: 262px;
  padding: 0 34px;
  border-radius: 999px;
  background: linear-gradient(135deg, #b26b6f 0%, #c98989 100%);
  border: 0;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  box-shadow: 0 14px 30px rgba(126, 75, 78, 0.18);
}

.about-page__hero-copy .vsBtn.style4.about-page__hero-btn span {
  display: none;
}

.about-page__hero-copy .vsBtn.style4.about-page__hero-btn i {
  font-size: 22px;
  line-height: 1;
  transition: transform 0.3s ease;
}

.about-page__hero-copy .vsBtn.style4.about-page__hero-btn:hover {
  color: #fff;
  background: linear-gradient(135deg, #a45f63 0%, #bf7b7f 100%);
}

.about-page__hero-copy .vsBtn.style4.about-page__hero-btn:hover i {
  transform: translateX(3px);
}

.about-page__hero-media,
.about-page__story-media {
  overflow: hidden;
  border-radius: 28px;
  box-shadow: 0 28px 60px rgba(42, 20, 21, 0.14);
}

.about-page__hero-media img,
.about-page__story-media img,
.about-page__gallery-card img,
.about-page__team-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.about-page__hero-media img {
  min-height: 560px;
  border-radius: 122px 32px 0 122px;
}

.about-page__hero-media {
  height: 100%;
  min-height: 560px;
  position: relative;
  border-radius: 122px 32px 0 122px;
  border: 0;
  box-shadow: none;
  overflow: visible;
}

.about-page__hero-media::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -24px;
  width: 110px;
  border-radius: 74px;
  background: linear-gradient(180deg, rgba(214, 178, 181, 0.96) 0%, rgba(226, 190, 193, 0.28) 55%, rgba(214, 178, 181, 0.88) 100%);
  transform: skewY(-7deg);
  z-index: 0;
}

.about-page__hero-media::after {
  content: "";
  position: absolute;
  inset: 10px 10px 10px 22px;
  border-radius: 112px 28px 0 112px;
  border: 1px solid rgba(189, 150, 151, 0.8);
  pointer-events: none;
  z-index: 2;
}

.about-page__hero-media img {
  position: relative;
  z-index: 1;
}

.about-page__hero-media:hover img,
.about-page__story-media:hover img,
.about-page__gallery-card:hover img,
.about-page__team-card:hover .about-page__team-image img {
  transform: scale(1.04);
}

.about-page__stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  overflow: hidden;
  border-top: 1px solid rgba(196, 173, 161, 0.3);
  background: linear-gradient(180deg, rgba(255, 251, 248, 0.98) 0%, rgba(255, 248, 244, 0.98) 100%);
}

.about-page__stat {
  padding: 30px 22px 28px;
  background: transparent;
  text-align: center;
  position: relative;
}

.about-page__stat:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 28px;
  right: 0;
  width: 1px;
  height: calc(100% - 56px);
  background: rgba(196, 173, 161, 0.5);
}

.about-page__stat span,
.about-page__approach-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-bottom: 14px;
  border-radius: 50%;
  background: linear-gradient(145deg, #f7e7e2 0%, #fff7f4 100%);
  color: var(--vs-theme-color1);
  font-size: 20px;
}

.about-page__stat strong {
  display: block;
  margin-bottom: 8px;
  color: var(--vs-title-color);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  line-height: 1;
}

.about-page__stat p {
  margin: 0;
  color: #6f6664;
  font-size: 14px;
  line-height: 1.5;
}

.about-page__story {
  position: relative;
  padding-top: 48px;
  padding-bottom: 48px;
  background:
    radial-gradient(circle at 78% 28%, rgba(245, 235, 229, 0.72) 0%, rgba(245, 235, 229, 0) 28%),
    linear-gradient(180deg, #fffdfb 0%, #fff8f4 100%);
}

.about-page__story::before {
  content: "";
  position: absolute;
  right: 12px;
  bottom: 88px;
  width: 168px;
  height: 228px;
  background:
    radial-gradient(circle at 0 100%, rgba(255, 255, 255, 0) 36%, rgba(236, 220, 212, 0.46) 37%, rgba(236, 220, 212, 0.46) 58%, rgba(255, 255, 255, 0) 59%),
    radial-gradient(circle at 55% 72%, rgba(255, 255, 255, 0) 30%, rgba(236, 220, 212, 0.32) 31%, rgba(236, 220, 212, 0.32) 52%, rgba(255, 255, 255, 0) 53%);
  opacity: 0.7;
  pointer-events: none;
}

.about-page__story .container {
  position: relative;
  z-index: 1;
}

.about-page__story > .container > .row {
  margin: 0;
}

.about-page__story > .container > .row > [class*=col-] {
  padding-left: 0;
  padding-right: 0;
}

.about-page__story-media {
  position: relative;
  width: min(100%, 440px);
  height: 100%;
  min-height: 420px;
  margin-inline: auto;
  border-radius: 0 112px 112px 0;
  box-shadow: none;
  overflow: visible;
}

.about-page__story-media::before {
  content: "";
  position: absolute;
  top: 0;
  right: -18px;
  bottom: 0;
  width: 74px;
  border-radius: 58px;
  background: linear-gradient(180deg, rgba(215, 181, 184, 0.94) 0%, rgba(233, 205, 197, 0.32) 54%, rgba(215, 181, 184, 0.9) 100%);
  transform: skewY(7deg);
  z-index: 0;
}

.about-page__story-media::after {
  content: "";
  position: absolute;
  inset: 10px 22px 10px 10px;
  border-radius: 0 98px 98px 0;
  border: 1px solid rgba(189, 150, 151, 0.8);
  pointer-events: none;
  z-index: 2;
}

.about-page__story-media img {
  min-height: 420px;
  position: relative;
  z-index: 1;
  border-radius: 0 112px 112px 0;
}

.about-page__story-copy {
  padding: 14px 36px 12px 150px;
}

.about-page__story-copy h2 {
  max-width: 13ch;
  font-size: clamp(1.75rem, 2.35vw, 2.35rem);
  line-height: 1.04;
}

.about-page__story-heading-mark {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  color: #a15f62;
}

.about-page__story-heading-mark span {
  width: 66px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(161, 95, 98, 1) 0%, rgba(161, 95, 98, 0.3) 100%);
}

.about-page__story-heading-mark i {
  font-size: 9px;
}

.about-page__story-copy h2 span {
  display: inline-block;
  color: #b07175;
  font-size: 0.82em;
  white-space: nowrap;
}

.about-page__story-copy p {
  max-width: 620px;
  margin-bottom: 14px;
  font-size: 16px;
  line-height: 1.55;
}

.about-page__checklist {
  margin: 0 0 12px;
  padding: 0;
  list-style: none;
}

.about-page__checklist li {
  display: grid;
  grid-template-columns: 56px 1fr;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 10px 0;
  color: #443b39;
  font-size: 16px;
  line-height: 1.45;
}

.about-page__checklist li + li {
  border-top: 1px solid rgba(201, 181, 170, 0.36);
}

.about-page__checklist li::before {
  display: none;
}

.about-page__check-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(145deg, #f7e9e4 0%, #fff9f6 100%);
  color: #b07175;
  font-size: 19px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.about-page__story-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 248px;
  min-height: 48px;
  padding: 0 28px;
  border-radius: 999px;
  background: linear-gradient(135deg, #a96568 0%, #c48787 100%);
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  box-shadow: 0 14px 30px rgba(126, 75, 78, 0.18);
}

.about-page__story-btn span {
  display: none;
}

.about-page__story-btn i,
.about-page__story-btn b {
  line-height: 1;
  font-weight: 400;
}

.about-page__story-btn b {
  font-size: 24px;
}

.about-page__story-btn:hover {
  color: #fff;
  background: linear-gradient(135deg, #9d5c60 0%, #b97a7e 100%);
}

.about-page__comfort-copy {
  padding-left: 16px;
}

.about-page__approach {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 12%, rgba(245, 230, 223, 0.9) 0%, rgba(255, 255, 255, 0) 34%),
    linear-gradient(180deg, #fffdfb 0%, #fff6f1 100%);
  border-top: 1px solid rgba(126, 75, 78, 0.08);
  border-bottom: 1px solid rgba(126, 75, 78, 0.08);
}

.about-page__approach::before,
.about-page__approach::after,
.about-page__comfort::before,
.about-page__comfort::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.about-page__approach::before {
  top: 26px;
  left: 26px;
  width: 92px;
  height: 92px;
  background-image: radial-gradient(rgba(196, 141, 145, 0.5) 1.2px, transparent 1.2px);
  background-size: 12px 12px;
  opacity: 0.45;
}

.about-page__approach::after {
  top: 8%;
  right: -110px;
  width: 360px;
  height: 360px;
  background: radial-gradient(circle, rgba(240, 221, 215, 0.55) 0%, rgba(255, 255, 255, 0) 68%);
}

.about-page__section-heading {
  max-width: 760px;
  margin: 0 auto 48px;
}

.about-page__section-heading h2 span,
.about-page__comfort-copy h2 span {
  color: #b16c74;
}

.about-page__approach-card,
.about-page__team-card {
  height: 100%;
  padding: 34px 28px;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(42, 20, 21, 0.07);
}

.about-page__approach-card {
  min-height: 302px;
  padding: 28px 28px 34px;
  border: 1px solid rgba(188, 154, 150, 0.18);
  box-shadow:
    0 18px 36px rgba(70, 42, 40, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.about-page__approach-card h3,
.about-page__team-copy h3 {
  margin-bottom: 12px;
  font-size: 24px;
  text-transform: none;
}

.about-page__approach-card h3 {
  max-width: 11ch;
  margin-bottom: 18px;
  font-size: clamp(1.7rem, 2vw, 2.2rem);
  line-height: 1.02;
}

.about-page__approach-card p {
  max-width: none;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.8;
}

.about-page__approach-card span {
  width: 64px;
  height: 64px;
  margin-bottom: 24px;
  background: linear-gradient(145deg, #f8e9e6 0%, #fff7f4 100%);
  color: #a15f62;
  font-size: 24px;
}

.about-page__approach-card h3::after {
  content: "";
  display: block;
  width: 56px;
  height: 2px;
  margin-top: 18px;
  border-radius: 999px;
  background: linear-gradient(90deg, #a15f62 0%, rgba(161, 95, 98, 0.18) 100%);
}

.about-page__comfort-copy .about-page__eyebrow-line {
  width: 46px;
  height: 2px;
  margin-bottom: 26px;
  background: linear-gradient(90deg, #a15f62 0%, rgba(161, 95, 98, 0.28) 100%);
}

.about-page__comfort {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 48% 4%, rgba(244, 230, 223, 0.7) 0%, rgba(255, 255, 255, 0) 26%),
    linear-gradient(180deg, #fffaf8 0%, #fff6f2 100%);
}

.about-page__comfort::before {
  right: -40px;
  bottom: 52px;
  width: 190px;
  height: 190px;
  opacity: 0.4;
  background:
    radial-gradient(ellipse at 35% 72%, rgba(204, 171, 164, 0.4) 0 22%, transparent 23%),
    radial-gradient(ellipse at 68% 55%, rgba(204, 171, 164, 0.28) 0 18%, transparent 19%),
    radial-gradient(ellipse at 52% 28%, rgba(204, 171, 164, 0.22) 0 20%, transparent 21%);
  transform: rotate(-26deg);
}

.about-page__comfort::after {
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: rgba(126, 75, 78, 0.08);
}

.about-page__gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.about-page__gallery-card {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  border-radius: 26px;
  border: 2px solid rgba(255, 255, 255, 0.92);
  box-shadow: 0 20px 50px rgba(42, 20, 21, 0.12);
}

.about-page__gallery-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(28, 17, 18, 0) 50%, rgba(28, 17, 18, 0.22) 100%);
  pointer-events: none;
}

.about-page__gallery-label {
  position: absolute;
  right: 14px;
  bottom: 14px;
  left: 14px;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 72px;
  padding: 10px 18px 10px 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(146, 88, 91, 0.94) 0%, rgba(167, 106, 109, 0.94) 100%);
  color: var(--vs-white-color);
  font-family: var(--vs-title-font);
  font-size: 18px;
  font-weight: 700;
  box-shadow: 0 14px 28px rgba(59, 32, 34, 0.22);
}

.about-page__gallery-label-icon {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: rgba(255, 250, 248, 0.96);
  color: #9d5c60;
  font-size: 22px;
  box-shadow: inset 0 0 0 1px rgba(157, 92, 96, 0.16);
}

.about-page__gallery-label span:last-child {
  line-height: 1.2;
}

.about-page__comfort-copy {
  max-width: 360px;
  padding-left: 16px;
}

.about-page__comfort-copy h2 {
  margin-bottom: 22px;
  max-width: 12ch;
  font-size: clamp(2rem, 3.1vw, 3.25rem);
  line-height: 1.1;
}

.about-page__comfort-copy p {
  max-width: 30ch;
  margin-bottom: 32px;
}

.about-page__comfort-copy .vsBtn.style4 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 58px;
  min-width: 204px;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #a76468 0%, #be8080 100%);
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  box-shadow: 0 14px 28px rgba(126, 75, 78, 0.18);
}

.about-page__comfort-copy .vsBtn.style4 span {
  display: none;
}

.about-page__comfort-copy .vsBtn.style4 i {
  font-size: 21px;
  transition: transform 0.3s ease;
}

.about-page__comfort-copy .vsBtn.style4:hover {
  color: #fff;
  background: linear-gradient(135deg, #98585c 0%, #b97679 100%);
}

.about-page__comfort-copy .vsBtn.style4:hover i {
  transform: translateX(4px);
}

.about-page__team-image {
  overflow: hidden;
  border-radius: 18px;
  margin-bottom: 24px;
}

.about-page__team-image img {
  aspect-ratio: 1 / 1.08;
}

.about-page__cta {
  padding-bottom: 40px;
}

.about-page__cta-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 44px 46px;
  border-radius: 32px;
  background:
    linear-gradient(90deg, rgba(42, 20, 21, 0.94) 0%, rgba(126, 75, 78, 0.96) 100%),
    url("../img/bg/footer-contactBG-h1.jpg") center/cover no-repeat;
  box-shadow: 0 30px 70px rgba(42, 20, 21, 0.18);
}

.about-page__cta-box h2,
.about-page__cta-box p {
  color: var(--vs-white-color);
}

.about-page__cta-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.about-page__cta-phone {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 56px;
  padding: 0 24px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: var(--vs-white-color);
  font-family: var(--vs-title-font);
  font-size: 18px;
  font-weight: 700;
}

.about-page__cta-phone:hover {
  color: var(--vs-white-color);
  background: rgba(255, 255, 255, 0.08);
}

@media (max-width: 1199px) {
  .about-page__hero {
    padding-top: 42px;
  }

  .about-page__hero-copy {
    padding: 38px 22px 30px 32px;
  }

  .about-page__cta-box {
    padding: 22px;
  }

  .about-page__stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-page__hero-media,
  .about-page__hero-media img {
    min-height: 500px;
  }

  .about-page__gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-page__gallery-card:last-child {
    grid-column: 1 / -1;
    min-height: 320px;
  }

  .about-page__story-media,
  .about-page__story-media img {
    min-height: 500px;
  }

  .about-page__story-copy {
    padding: 24px 26px 20px 44px;
  }
}

@media (max-width: 991px) {
  .about-page__breadcrumb {
    min-height: 300px;
    padding: 110px 0 90px;
  }

  .about-page__hero {
    padding-top: 36px;
  }

  .about-page__story-copy,
  .about-page__comfort-copy {
    padding-left: 0;
  }

  .about-page__comfort-copy {
    max-width: none;
  }

  .about-page__hero-copy {
    max-width: none;
    padding: 34px 26px 14px;
  }

  .about-page__hero-copy h2 {
    max-width: none;
  }

  .about-page__hero-media {
    min-height: 360px;
    border-radius: 30px;
  }

  .about-page__hero-media::before {
    top: auto;
    bottom: -18px;
    left: 18px;
    width: calc(100% - 36px);
    height: 56px;
    border-radius: 999px;
    transform: none;
  }

  .about-page__hero-media::after {
    inset: 12px;
    border-radius: 24px;
  }

  .about-page__hero-media img {
    min-height: 360px;
    border-radius: 30px;
  }

  .about-page__story-media {
    min-height: 420px;
    border-radius: 36px 36px 0 0;
  }

  .about-page__story-media::before {
    top: auto;
    right: 22px;
    bottom: -18px;
    left: 22px;
    width: auto;
    height: 56px;
    border-radius: 999px;
    transform: none;
  }

  .about-page__story-media::after {
    inset: 12px;
    border-radius: 28px;
  }

  .about-page__story-media img {
    min-height: 420px;
    border-radius: 36px 36px 0 0;
  }

  .about-page__story-copy {
    padding: 28px 0 0 24px;
  }

  .about-page__story-copy h2 {
    max-width: none;
    font-size: clamp(1.7rem, 3.7vw, 2.2rem);
  }

  .about-page__cta-box {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 767px) {
  .about-page__story-media {
    width: 100%;
  }

  .about-page__hero-card {
    border-radius: 24px;
  }

  .about-page__hero-card::before {
    border-radius: inherit;
  }

  .about-page__stats,
  .about-page__gallery {
    grid-template-columns: 1fr;
  }

  .about-page__hero-copy {
    padding: 28px 20px 8px;
  }

  .about-page__hero-copy h2 {
    font-size: clamp(1.95rem, 8.8vw, 2.55rem);
  }

  .about-page__hero-copy .vsBtn.style4.about-page__hero-btn {
    min-width: 232px;
    min-height: 58px;
    padding: 0 28px;
    font-size: 16px;
  }

  .about-page__eyebrow-line {
    margin-bottom: 24px;
  }

  .about-page__eyebrow--centered {
    padding: 0 56px;
  }

  .about-page__eyebrow--centered::before,
  .about-page__eyebrow--centered::after {
    width: 34px;
  }

  .about-page__stats {
    border-top-width: 0;
  }

  .about-page__stat {
    padding: 28px 20px;
  }

  .about-page__stat:not(:last-child)::after {
    top: auto;
    right: 20px;
    bottom: 0;
    width: calc(100% - 40px);
    height: 1px;
  }

  .about-page__hero-media img,
  .about-page__gallery-card,
  .about-page__gallery-card:last-child {
    min-height: auto;
  }

  .about-page__hero-media img {
    aspect-ratio: 4 / 4.6;
  }

  .about-page__hero-media {
    min-height: auto;
    border-radius: 26px;
  }

  .about-page__hero-media::after {
    inset: 8px;
    border-radius: 18px;
  }

  .about-page__story::before {
    display: none;
  }

  .about-page__story-media {
    min-height: auto;
    border-radius: 24px 24px 0 0;
  }

  .about-page__story-media::before {
    right: 18px;
    bottom: -16px;
    left: 18px;
    height: 44px;
  }

  .about-page__story-media::after {
    inset: 8px;
    border-radius: 18px;
  }

  .about-page__story-media img {
    min-height: auto;
    aspect-ratio: 4 / 4.4;
    border-radius: 24px 24px 0 0;
  }

  .about-page__story-copy {
    padding: 24px 0 0;
  }

  .about-page__story-copy h2 {
    font-size: clamp(1.55rem, 6.2vw, 1.9rem);
    line-height: 1.05;
  }

  .about-page__story-heading-mark {
    margin-bottom: 20px;
  }

  .about-page__checklist li {
    grid-template-columns: 50px 1fr;
    gap: 14px;
    padding: 12px 0;
    font-size: 16px;
  }

  .about-page__check-icon {
    width: 46px;
    height: 46px;
    font-size: 18px;
  }

  .about-page__story-btn {
    width: 100%;
    min-width: 0;
    font-size: 16px;
  }

  .about-page__gallery-card img {
    aspect-ratio: 4 / 5;
  }

  .about-page__gallery-label {
    min-height: 64px;
    padding: 8px 14px 8px 10px;
    font-size: 16px;
  }

  .about-page__gallery-label-icon {
    width: 46px;
    height: 46px;
    font-size: 18px;
  }

  .about-page__comfort-copy h2 {
    max-width: none;
    font-size: clamp(1.85rem, 7.4vw, 2.45rem);
  }

  .about-page__comfort-copy p,
  .about-page__approach-card p {
    max-width: none;
  }

  .about-page__approach-card,
  .about-page__team-card,
  .about-page__cta-box {
    padding: 24px;
    border-radius: 22px;
  }

.about-page__cta-phone {
    width: 100%;
    justify-content: center;
  }
}

.type-page {
  background:
    radial-gradient(circle at top right, rgba(var(--vs-theme-color1-rgb), 0.08), transparent 28%),
    linear-gradient(180deg, #fffaf8 0%, #ffffff 38%, #f6fbfa 100%);
}

.type-page__breadcrumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(42, 20, 21, 0.2), rgba(42, 20, 21, 0.06));
}

.type-page__breadcrumb .container,
.type-page__breadcrumb .vs-breadcrumb__content {
  position: relative;
  z-index: 1;
}

.type-page__hero {
  position: relative;
  padding: 46px 0 24px;
}

.type-page__hero-card,
.type-page__story-card,
.type-page__insight-card,
.type-page__quick-nav,
.type-page__cta {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(var(--vs-theme-color1-rgb), 0.12);
  box-shadow: 0 22px 55px rgba(var(--vs-title-color-rgb), 0.08);
}

.type-page__hero-card {
  position: relative;
  overflow: hidden;
  padding: 32px;
  border-radius: 34px;
}

.type-page__hero-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 14% 18%, rgba(var(--vs-theme-color3-rgb), 0.2), transparent 22%),
    linear-gradient(135deg, rgba(255, 247, 244, 0.96), rgba(245, 251, 250, 0.92));
  pointer-events: none;
}

.type-page__hero-card > .row,
.type-page__hero-stats {
  position: relative;
  z-index: 1;
}

.type-page__hero-copy {
  padding: 18px 20px 18px 6px;
}

.type-page__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  color: var(--vs-theme-color1);
  font-family: var(--vs-title-font);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.type-page__eyebrow::before {
  content: "";
  width: 42px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--vs-theme-color1), transparent);
}

.type-page__hero-copy h2,
.type-page__story-copy h2,
.type-page__section-title h2,
.type-page__cta h2 {
  margin-bottom: 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.2rem, 4vw, 3.8rem);
  line-height: 1.04;
  text-transform: none;
}

.type-page__hero-copy h2 span,
.type-page__story-copy h2 span,
.type-page__section-title h2 span,
.type-page__cta h2 span {
  color: var(--vs-theme-color1);
}

.type-page__hero-copy p,
.type-page__story-copy p,
.type-page__section-title p,
.type-page__insight-card p,
.type-page__cta p {
  color: #4d4d4d;
  font-size: 17px;
  line-height: 1.72;
}

.type-page__hero-media {
  position: relative;
  min-height: 470px;
  border-radius: 30px;
  overflow: hidden;
}

.type-page__hero-media::before {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 24px;
  z-index: 1;
}

.type-page__hero-media img,
.type-page__story-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.type-page__story-media img {
  display: block;
  min-height: 456px;
  border-radius: 24px;
  box-shadow: 0 22px 46px rgba(var(--vs-title-color-rgb), 0.16);
}

.type-page__hero-media img {
  min-height: 470px;
}

.type-page__hero-card:hover .type-page__hero-media img,
.type-page__story-card:hover .type-page__story-media img {
  transform: scale(1.04);
}

.type-page__hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.type-page__hero-stat {
  padding: 20px 22px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: inset 0 0 0 1px rgba(var(--vs-theme-color1-rgb), 0.06);
}

.type-page__hero-stat strong {
  display: block;
  margin-bottom: 6px;
  color: var(--vs-title-color);
  font-family: var(--vs-title-font);
  font-size: 20px;
  line-height: 1.25;
}

.type-page__hero-stat p {
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
}

.type-page__story {
  padding: 24px 0 34px;
}

.type-page__story-card {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  background:
    linear-gradient(90deg, rgba(255, 247, 244, 0.92) 0%, rgba(255, 255, 255, 0.98) 46%, #ffffff 100%);
}

.type-page__story-card > .row {
  align-items: stretch !important;
  min-height: 500px;
}

.type-page__story-card > .row > .col-lg-5,
.type-page__story-card > .row > .col-lg-7 {
  display: flex;
}

@media (min-width: 992px) {
  .type-page__story-card > .row > .col-lg-5,
  .type-page__story-card > .row > .col-lg-7 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.type-page__story-media {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 500px;
  padding: 22px;
  background:
    linear-gradient(135deg, rgba(var(--vs-theme-color1-rgb), 0.12), rgba(8, 121, 125, 0.11)),
    #fff8f5;
}

.type-page__story-media::before {
  content: "";
  position: absolute;
  inset: 36px 36px auto auto;
  width: 76px;
  height: 76px;
  border-top: 2px solid rgba(255, 255, 255, 0.8);
  border-right: 2px solid rgba(255, 255, 255, 0.8);
  z-index: 2;
}

.type-page__story-media::after {
  content: "Carefully Assessed";
  position: absolute;
  left: 38px;
  bottom: 38px;
  z-index: 2;
  padding: 9px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--vs-title-color);
  font-family: var(--vs-title-font);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 14px 32px rgba(var(--vs-title-color-rgb), 0.12);
}

.type-page__story-copy {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-height: 500px;
  padding: 38px 48px;
}

.type-page__story-copy::before {
  content: "";
  position: absolute;
  top: 28px;
  right: 32px;
  width: 66px;
  height: 66px;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(var(--vs-theme-color1-rgb), 0.09), rgba(8, 121, 125, 0.08));
  transform: rotate(8deg);
}

.type-page__story-copy > * {
  position: relative;
  z-index: 1;
}

.type-page__story-copy h2 {
  max-width: 560px;
  margin-bottom: 14px;
}

.type-page__story-copy p {
  max-width: 620px;
  margin-bottom: 8px;
}

.type-page__checklist {
  display: grid;
  gap: 9px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.type-page__checklist li {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 10px 14px;
  border: 1px solid rgba(var(--vs-theme-color1-rgb), 0.08);
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(255, 250, 248, 0.92), rgba(248, 253, 252, 0.92));
  color: #4b4b4b;
  font-size: 15px;
  line-height: 1.55;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.type-page__checklist li:last-child {
  border-bottom: 1px solid rgba(var(--vs-theme-color1-rgb), 0.08);
}

.type-page__checklist li:hover {
  transform: translateY(-2px);
  border-color: rgba(var(--vs-theme-color1-rgb), 0.18);
  box-shadow: 0 12px 26px rgba(var(--vs-title-color-rgb), 0.08);
}

.type-page__check-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: #ffffff;
  color: var(--vs-theme-color1);
  font-size: 18px;
  box-shadow: inset 0 0 0 1px rgba(var(--vs-theme-color1-rgb), 0.08);
}

.type-page__section-title {
  max-width: 760px;
  margin: 0 auto 28px;
  text-align: center;
}

.type-page__insights {
  padding-bottom: 26px;
}

.type-page__insight-card {
  height: 100%;
  padding: 28px;
  border-radius: 28px;
}

.type-page__insight-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  margin-bottom: 18px;
  border-radius: 22px;
  background: linear-gradient(135deg, #fff0eb, #eef8f7);
  color: var(--vs-theme-color1);
  font-size: 28px;
}

.type-page__insight-card h3 {
  margin-bottom: 12px;
  font-size: 24px;
  text-transform: none;
}

.type-page__quick-nav {
  margin-top: 18px;
  padding: 26px 28px;
  border-radius: 28px;
}

.type-page__quick-nav h3 {
  margin-bottom: 16px;
}

.type-page__quick-nav-links {
  display: grid;
  gap: 12px;
}

.type-page__quick-nav-links a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 16px;
  background: #f8fbfb;
  color: var(--vs-title-color);
  font-weight: 700;
}

.type-page__quick-nav-links a i {
  color: var(--vs-theme-color1);
}

.type-page__quick-nav-links a:hover,
.type-page__quick-nav-links a.is-active {
  background: var(--vs-theme-color1);
  color: var(--vs-white-color);
}

.type-page__quick-nav-links a:hover i,
.type-page__quick-nav-links a.is-active i {
  color: var(--vs-white-color);
}

.type-page__cta {
  margin: 8px 0 44px;
  padding: 32px 34px;
  border-radius: 30px;
  text-align: center;
}

.type-page__cta .vsBtn {
  margin-top: 10px;
}

@media (max-width: 991px) {
  .type-page__hero-stats {
    grid-template-columns: 1fr;
  }

  .type-page__hero-copy {
    padding-right: 0;
  }

  .type-page__hero-media,
  .type-page__hero-media img {
    min-height: 380px;
  }

  .type-page__story-copy {
    padding: 32px;
    min-height: auto;
  }

  .type-page__story-card > .row {
    min-height: 0;
  }

  .type-page__story-media {
    min-height: 320px;
  }

  .type-page__story-media img {
    min-height: 276px;
  }
}

@media (max-width: 767px) {
  .type-page__hero {
    padding-top: 28px;
  }

  .type-page__hero-card,
  .type-page__story-card,
  .type-page__insight-card,
  .type-page__quick-nav,
  .type-page__cta {
    border-radius: 24px;
  }

  .type-page__hero-card,
  .type-page__story-copy,
  .type-page__quick-nav,
  .type-page__cta {
    padding: 22px;
  }

  .type-page__story-media {
    min-height: 260px;
    padding: 14px;
  }

  .type-page__story-media::before {
    inset: 24px 24px auto auto;
    width: 46px;
    height: 46px;
  }

  .type-page__story-media::after {
    left: 24px;
    bottom: 24px;
    padding: 8px 12px;
    font-size: 11px;
  }

  .type-page__story-media img {
    min-height: 232px;
    border-radius: 18px;
  }

  .type-page__hero-media,
  .type-page__hero-media img {
    min-height: 300px;
  }

  .type-page__checklist li {
    grid-template-columns: 40px 1fr;
  }

  .type-page__check-icon {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
}



  

.doctors-spotlight {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(var(--vs-theme-color3-rgb), 0.14), transparent 38%),
    linear-gradient(180deg, #ffffff 0%, #f4fbfb 100%);
}

.doctors-spotlight__heading {
  max-width: 760px;
  margin: 0 auto 48px;
}

.doctors-spotlight__heading .vs-title__main {
  margin-bottom: 18px;
}

.doctors-spotlight__heading p:last-child {
  margin: 0 auto;
  color: var(--vs-body-color);
}

.doctors-spotlight__card {
  height: 100%;
  background-color: var(--vs-white-color);
  border: 1px solid rgba(var(--vs-theme-color1-rgb), 0.12);
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(var(--vs-title-color-rgb), 0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.doctors-spotlight__card:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 70px rgba(var(--vs-title-color-rgb), 0.12);
}

.doctors-spotlight__media {
  position: relative;
  background: linear-gradient(135deg, #dff4f2 0%, #fef6f2 100%);
  padding: 24px 24px 0;
}

.doctors-spotlight__media img {
  width: 100%;
  height: 360px;
  object-fit: contain;
  object-position: center bottom;
  display: block;
  border-radius: 22px 22px 0 0;
}

.doctors-spotlight__badge {
  position: absolute;
  left: 38px;
  bottom: 18px;
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 18px;
  background-color: var(--vs-theme-color1);
  color: var(--vs-white-color);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  box-shadow: 0 14px 28px rgba(var(--vs-theme-color1-rgb), 0.28);
}

.doctors-spotlight__content {
  padding: 32px 30px 30px;
}

.doctors-spotlight__meta {
  margin-bottom: 10px;
  color: var(--vs-theme-color1);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.doctors-spotlight__content h3 {
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 1.2;
}

.doctors-spotlight__degree {
  margin-bottom: 18px;
  color: var(--vs-title-color);
  font-weight: 600;
}

.doctors-spotlight__content p {
  margin-bottom: 0;
}

.doctors-spotlight__list {
  list-style: none;
  padding: 0;
  margin: 22px 0 0;
  display: grid;
  gap: 12px;
}

.doctors-spotlight__list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: var(--vs-title-color);
  font-weight: 500;
}

.doctors-spotlight__list li i {
  margin-top: 5px;
  color: var(--vs-theme-color3);
  flex: 0 0 auto;
}

@media (max-width: 991px) {
  .doctors-spotlight__heading {
    margin-bottom: 36px;
  }

  .doctors-spotlight__media img {
    height: 320px;
  }

  .doctors-spotlight__content h3 {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .doctors-spotlight__media {
    padding: 18px 18px 0;
  }

  .doctors-spotlight__media img {
    height: 280px;
  }

  .doctors-spotlight__badge {
    left: 28px;
  }

  .doctors-spotlight__content {
    padding: 28px 22px 24px;
  }
}

.doctor-care {
  position: relative;
  padding: 54px 48px 46px;
  border-radius: 34px;
  text-align: center;
  background:
    radial-gradient(circle at left top, rgba(var(--vs-theme-color1-rgb), 0.08), transparent 26%),
    radial-gradient(circle at right bottom, rgba(var(--vs-theme-color3-rgb), 0.1), transparent 24%),
    linear-gradient(180deg, #fffdfa 0%, #ffffff 100%);
  border: 1px solid rgba(var(--vs-theme-color1-rgb), 0.08);
  box-shadow: 0 24px 60px rgba(var(--vs-title-color-rgb), 0.07);
}

.doctor-care__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
  color: var(--vs-theme-color3);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.doctor-care__eyebrow::before,
.doctor-care__eyebrow::after {
  content: "";
  width: 58px;
  height: 2px;
  border-radius: 999px;
  background: rgba(var(--vs-theme-color3-rgb), 0.45);
}

.doctor-care h2 {
  margin-bottom: 34px;
  line-height: 1.14;
}

.doctor-care__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  border-top: 1px solid rgba(var(--vs-title-color-rgb), 0.08);
  border-bottom: 1px solid rgba(var(--vs-title-color-rgb), 0.08);
}

.doctor-care__item {
  position: relative;
  padding: 28px 18px 24px;
}

.doctor-care__item::after {
  content: "";
  position: absolute;
  top: 24px;
  right: 0;
  width: 1px;
  height: calc(100% - 48px);
  background: rgba(var(--vs-title-color-rgb), 0.08);
}

.doctor-care__item:last-child::after {
  display: none;
}

.doctor-care__icon {
  width: 74px;
  height: 74px;
  margin: 0 auto 18px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #eefbfa 0%, #dff4f2 100%);
  color: var(--vs-theme-color3);
  font-size: 30px;
  box-shadow: inset 0 0 0 1px rgba(var(--vs-theme-color3-rgb), 0.08);
}

.doctor-care__item h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1.45;
  color: var(--vs-title-color);
}

.doctor-care__summary {
  max-width: 1020px;
  margin: 28px auto 0;
  font-size: 20px;
  line-height: 1.75;
}

@media (max-width: 1399px) {
  .doctor-care__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .doctor-care__item:nth-child(3n)::after {
    display: none;
  }
}

@media (max-width: 991px) {
  .doctor-care {
    padding: 42px 26px 36px;
  }

  .doctor-care__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .doctor-care__item:nth-child(3n)::after {
    display: block;
  }

  .doctor-care__item:nth-child(2n)::after {
    display: none;
  }

  .doctor-care h2 {
    margin-bottom: 28px;
  }
}

@media (max-width: 767px) {
  .doctor-care {
    padding: 34px 20px 30px;
    border-radius: 24px;
  }

  .doctor-care__eyebrow {
    gap: 10px;
    font-size: 12px;
    letter-spacing: 0.08em;
  }

  .doctor-care__eyebrow::before,
  .doctor-care__eyebrow::after {
    width: 32px;
  }

  .doctor-care__grid {
    grid-template-columns: 1fr;
  }

  .doctor-care__item {
    padding: 24px 10px 22px;
  }

  .doctor-care__item::after,
  .doctor-care__item:nth-child(2n)::after,
  .doctor-care__item:nth-child(3n)::after {
    display: none;
  }

  .doctor-care__icon {
    width: 64px;
    height: 64px;
    font-size: 24px;
  }

  .doctor-care__item h3 {
    font-size: 19px;
  }

  .doctor-care__summary {
    font-size: 17px;
    line-height: 1.7;
  }
}

.contact-page__section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(var(--vs-theme-color3-rgb), 0.12), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f8fcfc 100%);
}

.contact-page__form-card,
.contact-page__sidebar {
  border-radius: 28px;
  background-color: var(--vs-white-color);
  box-shadow: 0 24px 60px rgba(var(--vs-title-color-rgb), 0.08);
  border: 1px solid rgba(var(--vs-theme-color1-rgb), 0.1);
}

.contact-page__form-card {
  padding: 38px;
}

.contact-page__intro {
  margin-bottom: 26px;
}

.contact-page__eyebrow {
  margin-bottom: 10px;
  color: var(--vs-theme-color3);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-page__intro h2 {
  margin-bottom: 14px;
}

.contact-page__intro p:last-child {
  max-width: 640px;
  margin-bottom: 0;
}

.contact-page__form {
  padding: 0;
  border: 0;
  background: transparent;
}

.contact-page__form .appoint_form {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.contact-page__form .appoint_form input,
.contact-page__form .appoint_form select,
.contact-page__form textarea {
  background-color: var(--vs-white-color);
  color: var(--vs-title-color);
  border-color: rgba(var(--vs-theme-color1-rgb), 0.55);
}

.contact-page__form .appoint_form input::placeholder,
.contact-page__form .appoint_form select::placeholder,
.contact-page__form textarea::placeholder {
  color: #7b7f86;
  opacity: 1;
}

.contact-page__form .appoint_form select {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%232d1719' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
}

.contact-page__form .appoint_form input[type=date]::-webkit-calendar-picker-indicator {
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%232d1719'><path d='M19 4h-1V2h-2v2H8V2H6v2H5c-1.1 0-2 .9-2 2v13c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 15H5V9h14v10z'/></svg>") no-repeat center;
}

.contact-page__form textarea {
  min-height: 180px;
}

.contact-page__sidebar {
  padding: 28px;
  display: grid;
  gap: 18px;
  background:
    linear-gradient(180deg, #fffdfa 0%, #ffffff 100%);
}

.contact-page__sidebar-card {
  padding: 10px 4px 8px;
}

.contact-page__sidebar-card h3 {
  margin-bottom: 10px;
  font-size: 30px;
}

.contact-page__sidebar-card p {
  margin-bottom: 0;
}

.contact-page__detail-card,
.contact-page__mini-panel {
  border-radius: 22px;
  border: 1px solid rgba(var(--vs-theme-color3-rgb), 0.14);
  background-color: #f5fbfb;
}

.contact-page__detail-card {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 16px;
  align-items: start;
  padding: 18px;
}

.contact-page__detail-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--vs-theme-color3);
  color: var(--vs-white-color);
  font-size: 22px;
}

.contact-page__detail-card h4,
.contact-page__mini-panel h4 {
  margin-bottom: 8px;
  font-size: 22px;
}

.contact-page__detail-card p {
  margin-bottom: 6px;
}

.contact-page__detail-card p:last-child {
  margin-bottom: 0;
}

.contact-page__detail-card a {
  color: inherit;
}

.contact-page__detail-card a:hover {
  color: var(--vs-theme-color3);
}

.contact-page__mini-panel {
  padding: 22px 20px;
}

.contact-page__mini-panel ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}

.contact-page__mini-panel li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--vs-title-color);
  font-weight: 500;
}

.contact-page__mini-panel li i {
  margin-top: 5px;
  color: var(--vs-theme-color3);
}

@media (max-width: 991px) {
  .contact-page__form-card {
    padding: 28px 22px;
  }

  .contact-page__sidebar {
    padding: 22px;
  }
}

@media (max-width: 767px) {
  .contact-page__form .appoint_form {
    grid-template-columns: 1fr;
  }

  .contact-page__detail-card {
    grid-template-columns: 1fr;
  }
}

/* Logo palette alignment for the shared header and About Us page. */
.vs-header.home-five,
.vs-header.home-five .sticky-wrapper,
.vs-header.home-five .sticky-wrapper .sticky-active.active,
.vs-header.home-five .sticky-active,
.vs-header.home-five .sticky-active.active,
.vs-header.home-five .will-sticky .sticky-active,
.vs-header.home-five .will-sticky .sticky-active.active {
  background: #FFF7D8 !important;
}

.vs-header.home-five .sticky-wrapper,
.vs-header.home-five .sticky-wrapper .sticky-active.active {
  border-bottom-color: rgba(var(--vs-theme-color1-rgb), 0.25);
  box-shadow: 0 12px 28px rgba(var(--vs-title-color-rgb), 0.1);
}

.vs-header.home-five .sticky-active.active .main-menu ul,
.will-sticky .sticky-active.active .main-menu ul,
.vs-header.home-five .main-menu ul {
  background: #FFF7D8;
  border-color: rgba(var(--vs-theme-color1-rgb), 0.28);
}

.vs-header.home-five .main-menu ul li a,
.vs-header.home-five .main-menu ul li.active a {
  color: var(--vs-title-color);
}

.vs-header.home-five .main-menu ul li a:hover,
.vs-header.home-five .main-menu ul li.active a:hover {
  color: var(--vs-title-color);
  background: var(--vs-theme-color1);
  box-shadow: 0 7px 14px rgba(var(--vs-theme-color1-rgb), 0.26);
}

.vs-header.home-five .header-call {
  background: var(--vs-title-color);
  box-shadow: 0 14px 28px rgba(var(--vs-title-color-rgb), 0.2);
}

.home-five .vs-menu-toggle,
.vs-header.home-five .searchBoxTggler.style2 {
  background: #FFF7D8;
  border-color: rgba(var(--vs-theme-color1-rgb), 0.35);
  color: var(--vs-theme-color5);
}

.home-five .vs-menu-toggle:hover,
.vs-header.home-five .searchBoxTggler.style2:hover,
.vs-header.home-five .home5 .vsBtn,
.vs-header.home-five .home5 .vsBtn:hover {
  background: var(--vs-theme-color1);
  color: var(--vs-title-color);
}

/* Keep the shared navigation on one row when a subpage adds the full menu. */
@media (min-width: 1200px) {
  .vs-header.home-five.header--subpage .sticky-active > .container {
    max-width: 1320px;
  }

  .vs-header.home-five.header--subpage .row {
    flex-wrap: nowrap;
  }

  .vs-header.home-five.header--subpage .vs-header__logo img {
    max-width: 190px;
    max-height: 66px;
  }

  .vs-header.home-five.header--subpage .row > .col-auto:last-child {
    flex: 1 1 auto;
    min-width: 0;
  }

  .vs-header.home-five.header--subpage .main-menu,
  .vs-header.home-five.header--subpage .main-menu > ul {
    width: 100%;
  }

  .vs-header.home-five.header--subpage .main-menu > ul {
    justify-content: space-between;
    gap: 6px;
    padding: 7px 9px;
  }

  .vs-header.home-five.header--subpage .main-menu ul li a {
    min-height: 38px;
    padding: 0 13px;
    font-size: 14px;
    white-space: nowrap;
  }
}

.about-page__breadcrumb,
.about-page__hero,
.about-page__story,
.about-page__approach,
.about-page__comfort {
  background: #FFF7D8;
}

.about-page__hero-card {
  background: #FFFDF2;
  border-color: rgba(var(--vs-theme-color1-rgb), 0.2);
  box-shadow: 0 24px 60px rgba(var(--vs-title-color-rgb), 0.1);
}

.about-page__hero-card::before {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(var(--vs-theme-color3-rgb), 0.2));
}

.about-page__story-copy,
.about-page__approach-card,
.about-page__gallery-label {
  border-color: rgba(var(--vs-theme-color1-rgb), 0.2);
}

.about-page__hero-copy h2,
.about-page__story-copy h2,
.about-page__comfort-copy h2,
.about-page__section-heading h2,
.about-page__approach-card h3,
.about-page__stat strong {
  color: var(--vs-title-color);
}

.about-page__hero-copy p,
.about-page__story-copy p,
.about-page__comfort-copy p,
.about-page__section-heading p,
.about-page__approach-card p,
.about-page__stat p {
  color: var(--vs-body-color);
}

.about-page__hero-copy h2 span,
.about-page__story-copy h2 span,
.about-page__comfort-copy h2 span,
.about-page__section-heading h2 span,
.about-page__eyebrow,
.about-page__stat span,
.about-page__approach-card span,
.about-page__check-icon,
.about-page__gallery-label-icon {
  color: var(--vs-theme-color5);
}

.about-page__hero-copy .vsBtn.style4.about-page__hero-btn,
.about-page__story-btn,
.about-page__comfort-copy .vsBtn.style4 {
  background: var(--vs-theme-color1);
  color: var(--vs-title-color);
  box-shadow: 0 14px 28px rgba(var(--vs-theme-color1-rgb), 0.24);
}

.about-page__hero-copy .vsBtn.style4.about-page__hero-btn:hover,
.about-page__story-btn:hover,
.about-page__comfort-copy .vsBtn.style4:hover {
  background: var(--vs-theme-color5);
  color: var(--vs-white-color);
}

.about-page__eyebrow-line,
.about-page__eyebrow--centered::before,
.about-page__eyebrow--centered::after {
  background: var(--vs-theme-color1);
}

.about-page__hero-divider {
  color: var(--vs-theme-color4);
}

.about-page__hero-divider span {
  background: linear-gradient(90deg, var(--vs-theme-color1), rgba(var(--vs-theme-color1-rgb), 0.1));
}

.about-page__hero-media::before {
  background: linear-gradient(180deg, rgba(var(--vs-theme-color3-rgb), 0.95), rgba(var(--vs-theme-color4-rgb), 0.3) 55%, rgba(var(--vs-theme-color3-rgb), 0.85));
}

.about-page__hero-media::after {
  border-color: rgba(var(--vs-theme-color1-rgb), 0.62);
}

.about-page__stats {
  border-top-color: rgba(var(--vs-theme-color1-rgb), 0.3);
  background: rgba(255, 253, 242, 0.98);
}

/* Approach cards */
.about-page__approach-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 318px;
  padding: 30px 28px 32px;
  border: 1px solid rgba(var(--vs-theme-color1-rgb), 0.22);
  border-radius: 8px;
  background: linear-gradient(180deg, #FFFFFF 0%, #FFFDF2 100%);
  box-shadow: 0 14px 30px rgba(var(--vs-title-color-rgb), 0.08);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease, background-color 220ms ease;
}

.about-page__approach-card::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: var(--vs-theme-color1);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 220ms ease;
}

.about-page__approach-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  border: 1px solid rgba(var(--vs-theme-color1-rgb), 0.18);
  border-radius: 50%;
  background: #FFF7D8;
  color: var(--vs-theme-color5);
  transition: background-color 220ms ease, color 220ms ease, transform 220ms ease;
}

.about-page__approach-card h3::after {
  background: linear-gradient(90deg, var(--vs-theme-color1), rgba(var(--vs-theme-color1-rgb), 0.16));
  transition: width 220ms ease;
}

@media (hover: hover) {
  .about-page__approach-card:hover {
    transform: translateY(-8px);
    border-color: var(--vs-theme-color1);
    background: #FFFFFF;
    box-shadow: 0 22px 42px rgba(var(--vs-title-color-rgb), 0.14);
  }

  .about-page__approach-card:hover::before {
    transform: scaleX(1);
  }

  .about-page__approach-card:hover span {
    background: var(--vs-theme-color1);
    color: var(--vs-title-color);
    transform: rotate(-6deg) scale(1.06);
  }

  .about-page__approach-card:hover h3::after {
    width: 78px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-page__approach-card,
  .about-page__approach-card::before,
  .about-page__approach-card span,
  .about-page__approach-card h3::after {
    transition: none;
  }
}

/* Comfort gallery cards */
.about-page__gallery-card {
  border-color: rgba(var(--vs-theme-color1-rgb), 0.34);
  box-shadow: 0 16px 34px rgba(var(--vs-title-color-rgb), 0.13);
  transition: transform 240ms ease, border-color 240ms ease, box-shadow 240ms ease;
}

.about-page__gallery-card::after {
  background: linear-gradient(180deg, transparent 42%, rgba(var(--vs-title-color-rgb), 0.56) 100%);
  transition: background 240ms ease;
}

.about-page__gallery-label {
  border: 1px solid rgba(var(--vs-theme-color1-rgb), 0.52);
  background: rgba(var(--vs-title-color-rgb), 0.92);
  box-shadow: 0 12px 26px rgba(var(--vs-title-color-rgb), 0.24);
  transition: transform 240ms ease, background-color 240ms ease, box-shadow 240ms ease;
}

.about-page__gallery-label-icon {
  background: #FFF7D8;
  color: var(--vs-theme-color5);
  box-shadow: inset 0 0 0 1px rgba(var(--vs-theme-color1-rgb), 0.25);
  transition: background-color 240ms ease, color 240ms ease, transform 240ms ease;
}

@media (hover: hover) {
  .about-page__gallery-card:hover {
    transform: translateY(-8px);
    border-color: var(--vs-theme-color1);
    box-shadow: 0 26px 48px rgba(var(--vs-title-color-rgb), 0.2);
  }

  .about-page__gallery-card:hover img {
    transform: scale(1.07);
  }

  .about-page__gallery-card:hover::after {
    background: linear-gradient(180deg, transparent 35%, rgba(var(--vs-title-color-rgb), 0.72) 100%);
  }

  .about-page__gallery-card:hover .about-page__gallery-label {
    transform: translateY(-8px);
    background: var(--vs-theme-color1);
    box-shadow: 0 16px 30px rgba(var(--vs-theme-color1-rgb), 0.32);
  }

  .about-page__gallery-card:hover .about-page__gallery-label-icon {
    background: var(--vs-title-color);
    color: var(--vs-theme-color1);
    transform: rotate(-6deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-page__gallery-card,
  .about-page__gallery-card::after,
  .about-page__gallery-label,
  .about-page__gallery-label-icon {
    transition: none;
  }
}
