@charset "UTF-8";

/*=================================
    CSS Index Here
==================================*/
/*

01. Theme Base
    1.1. Mixin
    1.2. Function
    1.3. Variable
    1.4. Typography
    1.5. Extend
    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. Overlay
    3.10. Animation
04. Template Style
    4.1. Widget
    4.2. Header
    4.3. Footer
    4.4. Breadcumb
    4.5. Pagination
    4.6. Blog
    4.7. Comments
    4.8. Hero Area
    4.9. Error
    4.10. Feature
    4.11. About
    4.12. Service
    4.13. Counter
    4.14. Team
    4.15. Process
    4.16. Accordion
    4.17. Simple Sections
    4.18. Testimonial
    4.19. Popup Side Menu
    4.20. Price Plan
    4.21. Forms Style
    4.22. Projects
    4.23. Contact
05. Spacing
06. Color Plate

*/
/*=================================
    CSS Index End
==================================*/
/*=================================
   01. Theme Base
==================================*/
/*------------------- 1.1. Mixin -------------------*/
/*------------------- 1.2. Function -------------------*/
/*------------------- 1.3. Variable-------------------*/
:root {
  --vs-theme-color1: rgba(32, 47, 52, 0.88);
  --vs-theme-color1-rgb: 112, 22, 126;
  --vs-theme-color2: #D18109;
  --vs-theme-color2-rgb: 209, 129, 9;
  --vs-theme-color3: #a60c56;
  --vs-theme-color4: #4f830e;
  --vs-theme-color5: #f8931f;
  --vs-theme-color6: #F6F1E4;
  --vs-theme-color7: #FFEFE4;
  --vs-theme-color8: #FFEFE4;
  --vs-title-color: #25283e;
  --vs-title-color-rgb: 37, 40, 62;
  --vs-text-color: #e1e1e1;
  --vs-body-color: #5b5a7b;
  --vs-body-color-rgb: 91, 90, 123;
  --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-border-color: #e0e0e0;
  --vs-title-font: "Rubik", sans-serif;
  --vs-body-font: "Roboto", sans-serif;
  --vs-special-font: "Amatic SC", sans-serif;
  --vs-icon-font: "Font Awesome 6 Pro";
  --vs-main-container: 1220px;
  --vs-container-gutters: 30px;
  --vs-section-space: 120px;
  --vs-section-space-mobile: 80px;
  --vs-section-title-space: 80px;
  --ripple-ani-duration: 5s;
}


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


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

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

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


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


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

/* 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;
  }
}

/*=================================
    04. Template Style
==================================*/
/*------------------- 4.1. Widget  -------------------*/
.widget_nav_menu ul,
.widget_meta ul,
.widget_pages ul,
.widget_archive ul,
.widget_categories ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget_nav_menu > ul,
.widget_meta > ul,
.widget_pages > ul,
.widget_archive > ul,
.widget_categories > ul {
  margin: 0 0 -38px 0;
}
.widget_nav_menu a,
.widget_meta a,
.widget_pages a,
.widget_archive a,
.widget_categories a {
  display: block;
  background-color: transparent;
  color: var(--vs-body-color);
  margin: 0 0 18px 0;
  padding: 0 0 17px 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  border-bottom: 1.5px solid rgba(var(--vs-title-color-rgb), 0.15);
  text-transform: capitalize;
  letter-spacing: 0.48px;
}
/*.category-link.is-disabled {*/
/*    pointer-events: none;   !* отключает клик *!*/
/*    cursor: default;*/
/*    opacity: 0.6;           !* визуально как disabled *!*/
/*    text-decoration: none;*/
/*}*/
.widget_nav_menu a::before,
.widget_meta a::before,
.widget_pages a::before,
.widget_archive a::before,
.widget_categories a::before {
  content: ">>";
  font-weight: 400;
  position: absolute;
  right: 0;
  top: 0;
  color: var(--vs-body-color);
  font-size: 15px;
}
.widget_nav_menu a:hover,
.widget_meta a:hover,
.widget_pages a:hover,
.widget_archive a:hover,
.widget_categories a:hover {
  color: var(--vs-theme-color2);
}
.widget_nav_menu a:hover::before,
.widget_meta a:hover::before,
.widget_pages a:hover::before,
.widget_archive a:hover::before,
.widget_categories a:hover::before {
  color: var(--vs-theme-color2);
}
.widget_nav_menu li,
.widget_meta li,
.widget_pages li,
.widget_archive li,
.widget_categories li {
  display: block;
  position: relative;
}
.widget_nav_menu li:last-child a,
.widget_meta li:last-child a,
.widget_pages li:last-child a,
.widget_archive li:last-child a,
.widget_categories li:last-child a {
  border-bottom: none;
}
.widget_nav_menu li > span,
.widget_meta li > span,
.widget_pages li > span,
.widget_archive li > span,
.widget_categories li > span {
  text-align: center;
  position: absolute;
  right: 0;
  top: -4.5px;
  font-size: 16px;
  transition: all ease 0.4s;
}
.widget_nav_menu li:hover > span,
.widget_meta li:hover > span,
.widget_pages li:hover > span,
.widget_archive li:hover > span,
.widget_categories li:hover > span {
  color: var(--vs-theme-color1);
}
.widget_nav_menu .children,
.widget_meta .children,
.widget_pages .children,
.widget_archive .children,
.widget_categories .children {
  margin-left: 10px;
}

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

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

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

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

/* Small devices */
@media (max-width: 767px) {
  .widget_nav_menu a,
  .widget_meta a,
  .widget_pages a,
  .widget_archive a,
  .widget_categories a {
    font-size: 14px;
  }
}
.widget {
  padding: var(--widget-padding-y, 35px) var(--widget-padding-x, 27px);
  background-color: var(--vs-theme-color6);
  position: relative;
  margin-bottom: 30px;
  border: 1.5px solid rgba(var(--vs-title-color-rgb), 0.07);
  border-radius: 20px;
}
.widget .wp-block-heading,
.widget h2,
.widget .wp-block-search__label {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 24px;
  font-weight: 900;
  font-family: var(--vs-title-font), serif;
  color: var(--vs-title-color);
  margin: -5px 0 17px 0;
  text-transform: capitalize;
  line-height: 1.2;
}
.widget .wp-block-heading img,
.widget h2 img,
.widget .wp-block-search__label img {
  margin-top: -0.3em;
}

.wp-block-tag-cloud a,
.tagcloud a {
  display: inline-block;
  border: none;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 14px 23px;
  margin-right: 5px;
  margin-bottom: 10px;
  color: var(--vs-title-color);
  background-color: var(--vs-smoke-color);
  border-radius: 40px;
  text-transform: uppercase;
  /* Large devices */
}
@media (max-width: 1199px) {
  .wp-block-tag-cloud a,
  .tagcloud a {
    padding: 10px 12px;
  }
}
.wp-block-tag-cloud a:hover,
.tagcloud a:hover {
  background-color: var(--vs-theme-color1);
  color: var(--vs-white-color) !important;
}

.tagcloud {
  margin-right: -5px;
  margin-bottom: -10px;
}
.tagcloud a {
  background-color: var(--vs-white-color);
  color: var(--vs-title-color);
  border: 1.5px solid rgba(var(--vs-title-color-rgb), 0.15);
}

.recent-post {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1.5px solid rgba(var(--vs-title-color-rgb), 0.15);
}
.recent-post:last-child {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}
.recent-post .media-img {
  margin-right: 18px;
  width: 90px;
  overflow: hidden;
  border-radius: 6px;
}
.recent-post .media-img img {
  width: 100%;
  border-radius: 6px;
  transition: all ease 0.4s;
}
.recent-post .post-title {
  font-weight: 900;
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 0px 0;
  text-transform: capitalize;
}
.recent-post .post-title a {
  color: var(--vs-title-color);
  display: inline-block;
}
.recent-post .post-title a:hover {
  color: var(--vs-theme-color2);
}
.recent-post .post-title + .recent-post-meta {
  padding-top: 7px;
}
.recent-post .post-title + .recent-post-meta a {
  font-weight: 600;
  font-size: 16px;
}
.recent-post .post-title + .recent-post-meta a i {
  transition: all 0.3s ease-in-out;
}
.recent-post .post-title + .recent-post-meta a:hover {
  color: var(--vs-theme-color2);
}
.recent-post .post-title + .recent-post-meta a:hover i {
  color: var(--vs-theme-color2);
}
.recent-post .recent-post-meta a {
  font-size: 14px;
  font-weight: 500;
  color: var(--vs-body-color);
  text-transform: uppercase;
  font-family: var(--vs-body-font);
}
.recent-post .recent-post-meta a i {
  margin-right: 5px;
  color: var(--vs-body-color);
}
.recent-post .recent-post-meta a:hover {
  color: var(--vs-theme-color1);
}
.recent-post:hover .media-img img {
  transform: scale(1.1);
}

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

.sidebar-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.sidebar-gallery .gallery-thumb {
  overflow: hidden;
  border-radius: 5px;
}
.sidebar-gallery .gallery-thumb img {
  width: 100%;
  transform: scale(1);
  transition: all ease 0.4s;
}
.sidebar-gallery .gallery-thumb:hover img {
  transform: scale(1.2);
}

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

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

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

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

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

/* Large devices */
@media (max-width: 1199px) {
  .widget {
    --widget-padding-y: 30px;
    --widget-padding-x: 30px;
  }
  .widget_title {
    font-size: 20px;
    margin-bottom: 25px;
  }
  .recent-post .post-title {
    font-size: 14px;
    line-height: 22px;
  }
  .recent-post .recent-post-meta a {
    font-size: 12px;
  }
  .widget-workhours li {
    padding: 14.5px 20px;
    font-size: 14px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .sidebar-area {
    padding-top: 30px;
  }
  .wp-block-tag-cloud a,
  .tagcloud a {
    padding: 10.5px 18px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .contact-widget .icon {
    --icon-size: 30px;
    --vs-icon-font-size: 12px;
    top: 5px;
  }
  .contact-widget .contact {
    padding: 0 0 0 45px;
    margin: 0 0 20px 0;
    border-bottom: none;
  }
  .sidebar-gallery {
    gap: 10px;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .widget {
    padding: 30px 20px;
  }
}
.sidebar-banner {
  text-align: center;
  background-color: var(--vs-theme-color1);
  padding: 45px 27px;
  border-radius: 20px;
  overflow: hidden;
}
.sidebar-banner__icon {
  --icon-size: 90px;
  min-width: var(--icon-size);
  min-height: var(--icon-size);
  max-width: var(--icon-size);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--vs-theme-color2);
  font-size: 30px;
  color: var(--vs-white-color);
  border-radius: 50%;
  border: 3px dashed rgba(var(--vs-white-color-rgb), 0.3);
  margin: 0 0 13px 0;
}
.sidebar-banner__title--sub {
  display: block;
  font-size: clamp(1.875rem, 1.648rem + 1.14vw, 2.5rem);
  font-weight: 700;
  font-family: var(--vs-special-font);
  color: var(--vs-white-color);
  line-height: 1.2;
  margin: 0 0 3px 0;
}
.sidebar-banner__title--main {
  font-size: clamp(1.25rem, 1.023rem + 1.14vw, 1.875rem);
  color: var(--vs-white-color);
  text-transform: uppercase;
  margin: 0 0 15px 0;
}
.sidebar-banner__field {
  width: 100%;
  height: 64px;
  font-family: var(--vs-body-font);
  font-weight: 500;
  text-transform: capitalize;
  text-align: center;
  border-radius: 10px;
  outline: none;
  border: 0;
  letter-spacing: 0.48px;
  margin: 0 0 11px 0;
}
.sidebar-banner__btn {
  border-radius: 10px;
}
.sidebar-banner__btn > span {
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  border: 3px dashed rgba(var(--vs-white-color-rgb), 0.2);
}
.sidebar-banner__btn::before, .sidebar-banner__btn::after {
  background-color: var(--vs-theme-color3);
}

.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::-moz-placeholder {
  color: var(--vs-body-color);
}
.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;
  -webkit-user-select: none;
     -moz-user-select: none;
          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;
}

.footer-widget {
  margin-bottom: 40px;
}
.footer-widget,
.footer-widget .widget {
  padding: 0;
  border: none;
  padding-bottom: 0;
  background-color: transparent;
}
.footer-widget .widget_title {
  margin: 0 0 27px 0;
}
.footer-widget.widget_meta, .footer-widget.widget_pages, .footer-widget.widget_archive, .footer-widget.widget_categories, .footer-widget.widget_nav_menu {
  margin-bottom: 40px;
}
.footer-widget.widget_meta a, .footer-widget.widget_pages a, .footer-widget.widget_archive a, .footer-widget.widget_categories a, .footer-widget.widget_nav_menu a {
  width: -moz-max-content;
  width: max-content;
  display: block;
  border: none;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 16px;
  max-width: 100%;
  padding: 0;
}
.footer-widget.widget_meta a:hover, .footer-widget.widget_pages a:hover, .footer-widget.widget_archive a:hover, .footer-widget.widget_categories a:hover, .footer-widget.widget_nav_menu a:hover {
  background-color: transparent;
  color: var(--vs-theme-color1);
}
.footer-widget.widget_meta a:before, .footer-widget.widget_pages a:before, .footer-widget.widget_archive a:before, .footer-widget.widget_categories a:before, .footer-widget.widget_nav_menu a:before {
  display: none;
}
.footer-widget.widget_meta li > span, .footer-widget.widget_pages li > span, .footer-widget.widget_archive li > span, .footer-widget.widget_categories li > span, .footer-widget.widget_nav_menu li > span {
  width: auto;
  height: auto;
  position: relative;
  background-color: transparent;
  color: var(--vs-body-color);
  line-height: 1;
}
.footer-widget.widget_meta li:last-child a, .footer-widget.widget_pages li:last-child a, .footer-widget.widget_archive li:last-child a, .footer-widget.widget_categories li:last-child a, .footer-widget.widget_nav_menu li:last-child a {
  margin-bottom: 0;
}
.footer-widget .footer-links > ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.footer-widget .footer-links a {
  margin-bottom: 21px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.footer-info-list {
  margin: 35px 0 22px 0;
}
.footer-info-list .info {
  position: relative;
  margin-bottom: 21px;
  padding-left: 30px;
  max-width: 250px;
}
.footer-info-list .info i:first-child {
  position: absolute;
  left: 0;
  top: 4px;
  color: var(--vs-theme-color1);
}
.newsletter-form2 .form_text {
  margin: -0.3em 0 22px 0;
  display: block;
  max-width: 300px;
}
.newsletter-form2 input {
  background-color: #ebecf1;
  margin-bottom: 15px;
  border-radius: 7px;
}

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

.vs-gallery {
  display: inline-flex;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 20px;
}
.vs-gallery::before, .vs-gallery::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: 3px dashed rgba(255, 255, 255, 0.3);
  border-radius: 20px;
}
.vs-gallery::after {
  background-color: var(--vs-theme-color1);
  opacity: 0.1;
  transform-origin: center center;
  transition: all ease 0.4s;
}
.vs-gallery::before {
  z-index: 1;
}
.vs-gallery--row {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  width: 100%;
  height: 100%;
  gap: 24px;
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 767px) {
  .vs-gallery--row {
    grid-template-rows: repeat(6, 1fr);
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}
@media (max-width: 575px) {
  .vs-gallery--row {
    grid-template-rows: repeat(9, 1fr);
    grid-template-columns: 1fr;
  }
}
.vs-gallery--col1 {
  grid-area: 1/1/2/2;
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 767px) {
  .vs-gallery--col1 {
    grid-area: 1/1/3/2;
  }
}
@media (max-width: 575px) {
  .vs-gallery--col1 {
    grid-area: 1/1/3/2;
  }
}
.vs-gallery--col2 {
  grid-area: 1/2/2/3;
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 767px) {
  .vs-gallery--col2 {
    grid-area: 1/2/3/3;
  }
}
@media (max-width: 575px) {
  .vs-gallery--col2 {
    grid-area: 3/1/5/2;
  }
}
.vs-gallery--col3 {
  grid-area: 1/3/3/4;
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 767px) {
  .vs-gallery--col3 {
    grid-area: 3/1/7/3;
  }
}
@media (max-width: 575px) {
  .vs-gallery--col3 {
    grid-area: 5/1/8/2;
  }
}
.vs-gallery--col4 {
  grid-area: 2/1/3/3;
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 767px) {
  .vs-gallery--col4 {
    grid-area: 8/1/7/3;
  }
}
@media (max-width: 575px) {
  .vs-gallery--col4 {
    grid-area: 8/1/10/2;
  }
}
.vs-gallery__figure {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.vs-gallery__image {
  transition: all 0.3s ease-in-out;
  transform: scale(1.04);
  transform-origin: center center;
  border-radius: 20px;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.vs-gallery__image--link {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.vs-gallery__hover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 1;
  transform: translateY(20px);
}
.vs-gallery__icon {
  --icon-size: 85px;
  width: var(--icon-size, 85px);
  height: var(--icon-size, 85px);
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  background-color: var(--vs-title-color);
  color: var(--vs-white-color);
  border-radius: 50%;
  margin: 0 0 29px 0;
  transition: all ease 0.4s;
  /* Medium devices */
}
@media (max-width: 991px) {
  .vs-gallery__icon {
    --icon-size: 60px;
    margin: 0 0 10px 0;
    font-size: 20px;
  }
}
.vs-gallery__icon:hover {
  background-color: var(--vs-theme-color1);
  color: var(--vs-white-color);
}
.vs-gallery__cate {
  font-size: 30px;
  font-weight: 700;
  font-family: var(--vs-special-font);
  line-height: 1;
  color: var(--vs-white-color);
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  /* Medium devices */
}
.vs-gallery__cate:hover {
  color: var(--vs-theme-color1);
}
@media (max-width: 991px) {
  .vs-gallery__cate {
    font-size: 24px;
  }
}
.vs-gallery__heading {
  color: var(--vs-white-color);
  font-size: clamp(1.25rem, 1.023rem + 1.14vw, 1.875rem);
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.vs-gallery__heading:hover {
  color: var(--vs-theme-color1);
}
.vs-gallery:hover::after {
  transform: scale(1.1);
  opacity: 0.9;
  background-color: var(--vs-theme-color2);
}
.vs-gallery:hover .vs-gallery__image {
  transform: scale(1.01);
}
.vs-gallery:hover .vs-gallery__hover {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/*------------------- 4.2. Header  -------------------*/
.vs-header {
  position: relative;
  z-index: 41;
}
.vs-header__ele1 {
  position: absolute;
  bottom: -7px;
  left: 0;
  right: 0;
  width: 100%;
}
@media (max-width: 1919px) {
  .vs-header__ele1 {
    bottom: -21px;
  }
}
@media (max-width: 1499px) {
  .vs-header__ele1 {
    display: none;
  }
}
.vs-header__top {
  background-color: var(--vs-theme-color1);
  padding: 9px 0;
}
.vs-header__info {
  display: flex;
  align-items: center;
  gap: 13px;
  color: var(--vs-white-color);
}
.vs-header__info span {
  font-weight: 700;
  font-family: var(--vs-title-font);
}
.vs-header__info a {
  color: var(--vs-white-color);
  padding-left: 5px;
}
.vs-header__info a:hover {
  color: var(--vs-theme-color5);
}
.vs-header__action {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  gap: 10px;
  margin-left: 35px;
  align-items: center;
}
.vs-header__action.style2 {
  margin-left: 0;
}
.vs-header__logo {
    /*max-width: 25%;*/
  padding: 20px 0;
}
.vs-header__logo.style2 img {
  opacity: 1;
  /* Small devices */
}
@media (max-width: 767px) {
    .vs-header__logo {
        /*max-width: 40%;*/
    }
  .vs-header__logo.style2 img {
    max-width: 180px;
  }
}
.vs-header--style2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 60px;
  background-color: var(--vs-theme-color1);
  z-index: -1;
}
.vs-header--style2 .vs-header__box {
  background-color: var(--vs-white-color);
  padding: 0 27px;
  border-radius: 20px;
  /* Medium devices */
}
@media (max-width: 991px) {
    .vs-header__logo {
        /*max-width: 40%;*/
    }
  .vs-header--style2 .vs-header__box {
    padding: 0 15px;
  }
}
.vs-header--style2 .vs-header__ele1 {
  bottom: 32px;
  z-index: -1;
}

.sideCartToggler {
  align-items: center;
  background-color: transparent;
  border: 0;
  padding: 0;
  position: relative;
  margin-right: 17px;
  font-size: 21px;
  padding-left: 23px;
}
.sideCartToggler::before, .sideCartToggler::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 41px;
  background-color: rgba(var(--vs-title-color-rgb), 0.2);
  left: 0;
}
.sideCartToggler::before {
  left: 3px;
  height: 25px;
}
.sideCartToggler span {
  position: absolute;
  top: -13px;
  right: -13px;
  width: 18px;
  height: 18px;
  background-color: var(--vs-theme-color2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--vs-white-color);
  font-size: 12px;
}
.sideCartToggler:hover {
  color: var(--vs-theme-color2);
}

.vs-balls {
  width: 100vw;
  height: 14px;
  display: flex;
  overflow: hidden;
  position: absolute;
  bottom: -8px;
  left: 0;
  z-index: 2;
  pointer-events: none;
}
.vs-balls__ball {
  width: 14px;
  height: 14px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  transform: translateX(0px);
}
.vs-balls--style2 {
  bottom: 50px;
  z-index: -1;
}
.vs-balls--style2 .vs-balls__ball {
  background-color: var(--vs-theme-color1);
}
.vs-balls--screen {
  mix-blend-mode: screen;
}
/*=========================================main menu============*/
.main-menu a {
  display: block;
  position: relative;
  font-family: var(--vs-title-font);
  font-weight: 800;
  font-size: 16px;
  color: var(--vs-title-color);
  text-transform: uppercase;
}

/* SVG подложка */

.main-menu > ul > li > a.vs-svg-assets {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 10px 26px;
    white-space: nowrap;
    z-index: 1;
    color: var(--vs-title-color);
}

/* SVG-фон */
.main-menu > ul > li > a.vs-svg-assets::before {
    content: "";
    position: absolute;
    inset: 0; /* ← АВТОМАТИЧЕСКАЯ ШИРИНА ПО ТЕКСТУ */
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 87 31'%3E%3Cpath fill='%2370167E' d='M0 4.14C0 1.88 1.88 0.06 4.14 0.14L83.14 2.87C85.29 2.94 87 4.71 87 6.86V25.09C87 27.26 85.26 29.04 83.09 29.09L4.09 30.91C1.85 30.96 0 29.15 0 26.91V4.14Z'/%3E%3C/svg%3E")
    no-repeat center / 100% 100%;
    z-index: -1;
    width: 100%;
    height: 100%;
    /*transform: scaleX(0);*/
    /*transform-origin: right;*/
    transition: transform 0.35s ease;
}
.main-menu > ul > li > a.vs-svg-assets::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #70167E;
    border-radius: 10px; /* 🔥 автоматическая капсула */
    z-index: -1;
    clip-path: polygon(
        4% 15%,
        96% 0%,
        100% 20%,
        96% 85%,
        4% 100%,
        0% 80%
    );
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.35s ease;
}

/* Hover анимация */
/*.main-menu > ul > li > a.vs-svg-assets:hover::before {*/
/*    transform: scaleX(1);*/
/*    transform-origin: left;*/
/*}*/
.main-menu > ul > li > a.vs-svg-assets:hover::before,
.main-menu > ul > li > a.vs-svg-assets.active::before {
    transform: scaleX(1);
    transform-origin: left;
}

/*.main-menu a:hover {*/
/*  color: var(--vs-theme-color1) 1;*/
/*}*/
/*.main-menu > ul > li {*/
/*  margin: 0 18px;*/
/*  !* Large devices *!*/
/*}*/
/*@media (max-width: 1199px) {*/
/*  .main-menu > ul > li {*/
/*    margin: 0 10px;*/
/*  }*/
/*}*/
/*.main-menu > ul > li > a {*/
/*  padding: 44px 0;*/
/*  position: relative;*/
/*  z-index: 1;*/
/*}*/
/*.main-menu > ul > li > a .new-label {*/
/*  position: absolute;*/
/*  top: -10px;*/
/*  right: -27px;*/
/*  font-size: 11px;*/
/*  border-radius: 3px;*/
/*}*/
/*.main-menu > ul > li > a .has-new-lable {*/
/*  position: relative;*/
/*}*/
/*.main-menu > ul > li > a.vs-svg-assets svg {*/
/*  position: absolute;*/
/*  top: 50%;*/
/*  left: 50%;*/
/*  transform: translate(-50%, -54%);*/
/*  z-index: -1;*/
/*}*/
/*.main-menu > ul > li > a.vs-svg-assets svg path {*/
/*  transform-origin: right center;*/
/*  transform: scaleX(0);*/
/*  transition: transform 0.4s ease;*/
/*}*/
.main-menu > ul > li > a:hover, .main-menu > ul > li > a.active {
  color: var(--vs-white-color);
}
/*.main-menu > ul > li > a:hover svg path, .main-menu > ul > li > a.active svg path {*/
/*  transform: scaleX(1);*/
/*  transform-origin: left center;*/
/*}*/


/*==================================================================================*/

/*.main-menu > ul > li.menu-item-has-children.active > a.vs-svg-assets {*/
/*  color: var(--vs-white-color);*/
/*}*/
/*.main-menu > ul > li.menu-item-has-children.active > a.vs-svg-assets svg path {*/
/*  transform: scaleX(1);*/
/*  transform-origin: left center;*/
/*}*/
/*.main-menu > ul > li.menu-item-has-children.mega-menu-wrap.active > a.vs-svg-assets {*/
/*  color: var(--vs-title-color);*/
/*}*/
/*.main-menu > ul > li.menu-item-has-children.mega-menu-wrap.active > a.vs-svg-assets svg path {*/
/*  transform-origin: right center;*/
/*  transform: scaleX(0);*/
/*}*/
/*.main-menu > ul > li.menu-item-has-children.mega-menu-wrap.active > a.vs-svg-assets:hover {*/
/*  color: var(--vs-white-color);*/
/*}*/
/*.main-menu > ul > li.menu-item-has-children.mega-menu-wrap.active > a.vs-svg-assets:hover svg path {*/
/*  transform: scaleX(1);*/
/*  transform-origin: left center;*/
/*}*/
/*.main-menu ul {*/
/*  margin: 0;*/
/*  padding: 0;*/

/*}*/
/*.main-menu ul li.menu-item-has-children > a:after {*/
/*  content: "\f078";*/
/*  position: relative;*/
/*  font-family: var(--vs-icon-font);*/
/*  margin-left: 5px;*/
/*  font-size: 0.8rem;*/
/*  display: none;*/
/*}*/
/*.main-menu ul li.menu-item-has-children.active > a {*/
/*  color: var(--vs-theme-color2);*/
/*}*/
/*.main-menu ul li.menu-item-has-children.active > a:hover {*/
/*  color: var(--vs-white-color);*/
/*}*/
/*.main-menu ul li.menu-item-has-children.menu-item-has-children.mega-menu-wrap.active > a {*/
/*  color: var(--vs-title-color);*/
/*}*/
/*.main-menu ul li.menu-item-has-children.menu-item-has-children.mega-menu-wrap.active > a:hover {*/
/*  color: var(--vs-white-color);*/
/*}*/
/*.main-menu ul li:last-child {*/
/*  margin-right: 0;*/
/*}*/
/*.main-menu ul li:first-child {*/
/*  margin-left: 0;*/
/*}*/
.main-menu ul.sub-menu {
    border-radius: 10px;
  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: -moz-max-content;
  width: max-content;
  padding: 20px;
  margin-top: 50px;
  opacity: 0;
  z-index: 99;
  border-bottom: 4px solid var(--vs-theme-color1) 1;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.09), 0px 3px 0px 0px rgba(231, 13, 60, 0.004);
  transform-origin: top center;
  transition: margin-top 0.4s ease-in-out 0s, visibility 0.4s ease-in-out 0s, opacity 0.4s ease-in-out 0s, z-index 0s;
}
.main-menu ul.sub-menu a {
  font-size: 16px;
  line-height: 30px;
}
/*.main-menu ul.sub-menu {*/
/*  padding: 25px 20px;*/
/*  left: -20px;*/
/*  display: grid;*/
/*  gap: 3px;*/
/*}*/
.main-menu ul.sub-menu li {
  display: block;
  margin: 0 0;
}
.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;
}
.main-menu ul.sub-menu li a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0%;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--vs-theme-color2);
  transition: all 0.4s ease-in-out;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  pointer-events: none;
}
.main-menu ul.sub-menu li a::before {
  content: "\f105";
  font-family: var(--vs-icon-font);
  font-weight: 400;
  margin: 0 10px 0 0;
}
.main-menu ul.sub-menu li a:hover, .main-menu ul.sub-menu li a.active {
  transform: translateX(15px);
  color: var(--vs-white-color);
}
.main-menu ul.sub-menu li a:hover::after, .main-menu ul.sub-menu li a.active::after {
  top: 0;
  height: 100%;
  opacity: 1;
  visibility: visible;
  transform: translateX(-15px);
}
.main-menu ul.sub-menu li ul.sub-menu {
  left: 95%;
  right: auto;
  top: 0;
  margin: 0 0;
  margin-left: 20px;
}

.main-menu ul.sub-menu li ul.sub-menu li ul {
  left: 95%;
  right: auto;
}

.main-menu > ul > li:hover > ul.sub-menu {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
  z-index: 99;
    pointer-events: auto;
}
.main-menu ul li {
  list-style-type: none;
  display: inline-block;
  position: relative;
}
/*.main-menu ul li.menu-item-has-children.menu-item-has-children.mega-menu-wrap.active .mega-menu li.active ul li.active a.active, .main-menu ul li.menu-item-has-children.menu-item-has-children.mega-menu-wrap.active .mega-menu li.active ul li.active a:hover {*/
/*  color: var(--vs-white-color);*/
/*  transform: translateX(15px);*/
/*}*/
/*.main-menu ul li.menu-item-has-children.menu-item-has-children.mega-menu-wrap.active .mega-menu li.active ul li.active a.active::after, .main-menu ul li.menu-item-has-children.menu-item-has-children.mega-menu-wrap.active .mega-menu li.active ul li.active a:hover::after {*/
/*  width: 90%;*/
/*  left: 0;*/
/*  opacity: 1;*/
/*  visibility: visible;*/
/*  transition: all 0.6s ease;*/
/*  transform: translateX(-15px);*/
/*}*/



li:hover .sub-menu {
    visibility: visible;
    opacity: 1;

}
.main-menu ul .sub-menu {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;

}


/* если submenu-left */
.main-menu li.submenu-left ul.sub-menu li ul.sub-menu {
    left: auto;
    right: 100%;
}

.main-menu ul .sub-menu .sub-menu {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;

}
.main-menu ul .sub-menu .sub-menu .sub-menu {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;

}
.main-menu ul .sub-menu .sub-menu .sub-menu .sub-menu{
    visibility: hidden;
    opacity: 0;
    pointer-events: none;

}

ul .subnav__block:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    z-index: 99;
    pointer-events: auto;
}
ul .subnav__block .subnav__block:hover .sub-menu  {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    z-index: 99;
    pointer-events: auto;
}
ul .subnav__block .subnav__block .subnav__block:hover .sub-menu  {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    z-index: 99;
    pointer-events: auto;
}
.list-cat__list_link--disabled-color--grey {
    display: block;
    position: relative;
    font-family: var(--vs-title-font);
    font-weight: 800;
    font-size: 16px;
    color: #9ca3af;
    text-transform: uppercase;
}

/*------------------- 4.3. Footer  -------------------*/
.vs-footer {
  overflow: hidden;
}
.vs-footer__ele1, .vs-footer__ele2, .vs-footer__ele3, .vs-footer__ele4 {
  position: absolute;
  bottom: 0;
  z-index: -1;
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-footer__ele1, .vs-footer__ele2, .vs-footer__ele3, .vs-footer__ele4 {
    display: none;
  }
}
.vs-footer__ele1 {
  left: 142px;
}
.vs-footer__ele2 {
  left: 50%;
  transform: translateX(-50%);
  opacity: 3%;
}
.vs-footer__ele3 {
  right: 176px;
}
.vs-footer__ele4 {
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.vs-footer__desc {
  font-weight: 700;
  color: var(--vs-text-color);
  padding-right: 9%;
  text-transform: capitalize;
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-footer__desc {
    padding-right: 0;
  }
}
.vs-footer__title {
  color: var(--vs-white-color);
  font-size: 24px;
  position: relative;
  padding: 0 0 17px 0;
  margin: 0 0 30px 0;
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-footer__title {
    text-align: center;
  }
}
.vs-footer__title::after, .vs-footer__title::before {
  position: absolute;
  content: "";
  height: 2.5px;
  width: 65%;
  background-color: rgba(255, 255, 255, 0.2);
  left: 0;
  bottom: 0;
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-footer__title::after, .vs-footer__title::before {
    width: 100%;
  }
}
.vs-footer__title::after {
  width: 80px;
  background-color: var(--vs-theme-color2);
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-footer__title::after {
    left: 50%;
    transform: translateX(-50%);
  }
}
.vs-footer__menu {
  -moz-column-count: 2;
       column-count: 2;
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-footer__menu {
    -moz-column-count: 1;
         column-count: 1;
    -moz-column-gap: 15px;
         column-gap: 15px;
    display: grid;
    gap: 15px;
  }
}
.vs-footer__menu--list {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-footer__menu--list {
    text-align: center;
  }
}
.vs-footer__menu--list > li {
  margin: 0 0 15px 0;
  transition: all 0.3s ease-in-out;
}
.vs-footer__menu--list > li:last-child {
  margin: 0 0 0 0;
}
.vs-footer__menu--list > li > a {
  color: var(--vs-text-color);
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  display: block;
  position: relative;
  padding: 0 0 0 25px;
  letter-spacing: 0.48px;
  /* Large devices */
  /* Small devices */
}
@media (max-width: 1199px) {
  .vs-footer__menu--list > li > a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .vs-footer__menu--list > li > a {
    display: inline-block;
  }
}
.vs-footer__menu--list > li > a::before {
  position: absolute;
  content: "\f101";
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
}
.vs-footer__menu--list > li > a:hover {
  color: var(--vs-theme-color2);
}
.vs-footer__menu--list > li:hover {
  transform: translateX(5px);
}
.vs-footer__bottom {
  padding: 29px 0;
}
.vs-footer__bottom--menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
  margin: 0;
  list-style: none;
  -moz-column-gap: 37px;
       column-gap: 37px;
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-footer__bottom--menu {
    justify-content: center;
  }
}
.vs-footer__bottom--menu > li > a {
  color: var(--vs-text-color);
  font-weight: 700;
  letter-spacing: 0.48px;
  position: relative;
}
.vs-footer__bottom--menu > li > a::before {
  position: absolute;
  content: "";
  width: 0%;
  left: auto;
  right: 0;
  bottom: -2px;
  opacity: 0;
  visibility: hidden;
  height: 2px;
  background-color: var(--vs-theme-color5);
  transition: all 0.3s ease-in-out;
}
.vs-footer__bottom--menu > li > a:hover {
  color: var(--vs-theme-color5);
}
.vs-footer__bottom--menu > li > a:hover::before {
  left: 0;
  right: auto;
  opacity: 1;
  visibility: visible;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.vs-footer__copyright {
  color: var(--vs-text-color);
  font-weight: 700;
  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-color5);
  position: relative;
  text-transform: uppercase;
}
.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-color5);
  transition: all 0.3s ease-in-out;
}
.vs-footer__copyright a:hover {
  color: var(--vs-theme-color5);
}
.vs-footer__copyright a:hover::before {
  left: 0;
  right: auto;
  opacity: 1;
  visibility: visible;
  width: 100%;
  transition: all 0.3s ease-in-out;
}

/*------------------- 4.6. Blog  -------------------*/
blockquote {
  display: block;
  position: relative;
  overflow: hidden;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  font-family: var(--vs-title-font);
  color: var(--vs-title-color);
  background-color: var(--quote-bg, #eff1f5);
  border-left: 4px solid var(--vs-theme-color1);
  padding: 43px 50px 42px 35px;
  margin: 35px 0;
}
blockquote p {
  font-family: inherit;
  color: inherit;
  z-index: 3;
  width: 100%;
  margin-bottom: 0 !important;
  line-height: 1.5;
  position: relative;
}
blockquote:before {
  content: "\e1e4";
  font-family: var(--vs-icon-font);
  position: absolute;
  right: 40px;
  bottom: 30px;
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1;
  color: var(--vs-theme-color1);
  opacity: 0.3;
}
blockquote p {
  margin-bottom: 0;
}
blockquote p a {
  color: inherit;
}
blockquote cite {
  color: var(--vs-theme-color1);
  font-family: var(--vs-title-font);
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  position: relative;
  padding-left: 45px;
  line-height: 1;
  margin-top: 20px;
  font-style: normal;
}
blockquote cite:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 6px;
  width: 25px;
  height: 4px;
  border-top: 4px solid var(--vs-theme-color2);
  border-radius: 3px;
}

blockquote.vs-quote {
  text-align: left;
  padding: 0px 35px 20px 127px;
  border-left: 0;
  border-radius: 30px;
  box-shadow: 0 8px 0 var(--vs-theme-color2);
  background-color: transparent;
}
blockquote.vs-quote:before {
  position: absolute;
  top: 0;
  bottom: auto;
  left: 45px;
  right: auto;
  line-height: 1;
  font-weight: 300;
  opacity: 1;
  width: auto;
  height: auto;
  text-align: center;
  background-color: transparent;
  color: var(--vs-theme-color2);
  font-size: 60px;
  display: inline-block;
  margin: 0 0 0px 0;
  border-radius: 0%;
  font-weight: 700;
}
blockquote.vs-quote cite {
  padding: 0;
  margin-top: 18px;
  padding-left: 34px;
  position: relative;
  color: var(--vs-theme-color2);
  font-family: var(--vs-body-font);
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
}
blockquote.vs-quote cite::before {
  display: inline-block;
}
blockquote.vs-quote p {
  font-weight: 900;
  text-transform: capitalize;
}
blockquote.vs-quote .quote-author {
  display: block;
  font-size: 14px;
  color: #74787c;
  font-family: var(--vs-title-font);
  display: block;
  font-weight: 400;
}

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

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

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

.vs-blog {
  margin-bottom: 50px;
  position: relative;
}
.vs-blog__ele1 {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
.video-overlay {
    position: absolute;
    inset: 0;
    background: rgba(111, 66, 193, 0.70); /* фиолетовая прозрачность */
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 768px) {
    .vs-video-wrapper {
        height: 240px;
    }
}
.vs-blog__img {
  border-radius: 20px;
  transform: scale(1.05);
  transition: all 0.3s ease-in-out;
}
.vs-blog__img--figure {
  overflow: hidden;
  border-radius: 20px;
}
.vs-blog__img--link {
  display: inline-block;
}
.vs-blog__content {
  padding: 30px 0 35px 0;
}
.vs-blog__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0 9px 0;
}
.vs-blog__meta--link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: var(--vs-body-font);
  font-weight: 500;
  color: var(--vs-body-color);
  text-transform: capitalize;
}
.vs-blog__meta--link::after {
  content: "/";
  padding-right: 9px;
}
.vs-blog__meta--link:first-child i {
  color: var(--vs-theme-color2);
}
.vs-blog__meta--link:last-child::after {
  display: none;
}
.vs-blog__meta--link:hover {
  color: var(--vs-theme-color2);
}
.vs-blog__heading {
  font-size: clamp(1.5rem, 1.136rem + 1.82vw, 2.5rem);
  text-transform: none;
  transition: all 0.3s ease-in-out;
}
.vs-blog__heading--link {
  display: inline-block;
}
.vs-blog__heading--link:hover .vs-blog__heading {
  color: var(--vs-theme-color2);
}
.vs-blog__desc {
  font-weight: 500;
}
.vs-blog__link {
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  color: var(--vs-title-color);
  gap: 9px;
  text-transform: capitalize;
  font-family: var(--vs-title-font);
  font-size: 18px;
}
.vs-blog__link i {
  color: var(--vs-theme-color2);
}
.vs-blog__link:hover {
  color: var(--vs-theme-color2);
}
.vs-blog:hover .vs-blog__img {
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}
.vs-blog--style2 {
  margin: 0 0 30px 0;
  padding: 0 8px 8px 0;
  position: relative;
  z-index: 1;
}
.vs-blog--style2::before {
  position: absolute;
  content: "";
  width: 94%;
  height: 94%;
  background-color: var(--vs-title-color);
  z-index: -1;
  border-radius: 21px;
  right: 0;
  bottom: 0;
  transition: all 0.3s ease-in-out;
}
.vs-blog--style2 .vs-blog__inner {
  background-color: var(--vs-theme-color6);
  border: 1.5px dashed rgba(var(--vs-title-color-rgb), 0.4);
  border-radius: 25px;
  padding: 20px;
  transition: all 0.3s ease-in-out;
}
.vs-blog--style2 .vs-blog__meta {
  margin: 0 0 11px 0;
}
.vs-blog--style2 .vs-blog__meta--link {
  display: inline-block;
}
.vs-blog--style2 .vs-blog__meta--link i {
  margin-right: 11px;
  color: var(--vs-body-color);
}
.vs-blog--style2 .vs-blog__img {
  transform: scale(1);
  border-radius: 24px;
  overflow: hidden;
}
.vs-blog--style2 .vs-blog__img a {
  width: 100%;
  display: inline-block;
}
.vs-blog--style2 .vs-blog__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.6s ease;
  transform-origin: center center;
  transform: scale3d(1.01, 1.01, 1.01) rotateY(0deg) rotateX(0deg);
}
.vs-blog--style2 .vs-blog__content {
  padding: 30px 15px 10px 15px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .vs-blog--style2 .vs-blog__content {
    padding: 20px 15px 10px 15px;
  }
}
.vs-blog--style2 .vs-blog__heading {
  font-size: clamp(1.3rem, 0.818rem + 0.91vw, 1.5rem);
  margin: 0 0 12px 0;
}
.vs-blog--style2 .vs-blog__desc {
  text-transform: capitalize;
  margin: 0 0 8px 0;
  font-weight: 500;
}
.vs-blog--style2 .vs-blog__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.vs-blog--style2 .vs-blog__share ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.vs-blog--style2 .vs-blog__share > ul > li {
  position: relative;
  padding: 10px 0;
}
.vs-blog--style2 .vs-blog__share > ul > li > a {
  color: var(--vs-white-color);
  --icon-size: 41px;
  min-width: var(--icon-size);
  min-height: var(--icon-size);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--vs-title-color);
  border-radius: 50%;
}
.vs-blog--style2 .vs-blog__share > ul > li > ul {
  flex-direction: column-reverse;
  background-color: transparent;
  gap: 8px;
  padding: 0;
  left: 50%;
  bottom: 100%;
  transform: translate(-50%, 0%);
  position: absolute;
  display: flex;
}
.vs-blog--style2 .vs-blog__share > ul > li > ul > li {
  transform-origin: center center;
  transition: all 0.4s linear;
  transform: translateY(50%) scale(0);
  opacity: 0;
  visibility: hidden;
}
.vs-blog--style2 .vs-blog__share > ul > li > ul > li:nth-of-type(1) {
  transition-delay: 0.4s;
}
.vs-blog--style2 .vs-blog__share > ul > li > ul > li:nth-of-type(2) {
  transition-delay: 0.5s;
}
.vs-blog--style2 .vs-blog__share > ul > li > ul > li:nth-of-type(3) {
  transition-delay: 0.6s;
}
.vs-blog--style2 .vs-blog__share > ul > li > ul > li:nth-of-type(4) {
  transition-delay: 0.7s;
}
.vs-blog--style2 .vs-blog__share > ul > li > ul > li > a {
  --icon-size: 42px;
  min-height: var(--icon-size);
  min-width: var(--icon-size);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 16px;
  background: var(--vs-theme-color2);
  transition: all 0.3s ease-in-out;
  z-index: 1;
  position: relative;
  color: var(--vs-white-color);
}
.vs-blog--style2 .vs-blog__share > ul > li > ul > li > a::before {
  --icon-size: 50px;
  position: absolute;
  content: "";
  width: var(--icon-size);
  height: var(--icon-size);
  border-radius: 50%;
  transform: rotate(90deg);
  z-index: -1;
  background-color: var(--vs-theme-color2);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  transform-origin: center center;
  transform: scale(0.8);
}
.vs-blog--style2 .vs-blog__share > ul > li > ul > li > a:hover {
  color: var(--vs-white-color);
}
.vs-blog--style2 .vs-blog__share > ul > li > ul > li > a:hover::before {
  opacity: 0.5;
  visibility: visible;
  transform: scale(1);
}
.vs-blog--style2 .vs-blog__share > ul > li.active > ul li {
  transform: translateY(0) scale(1);
  opacity: 1;
  visibility: visible;
}
.vs-blog--style2:hover::before {
  background-color: var(--vs-theme-color2);
  transition: all 0.3s ease-in-out;
}
.vs-blog--style2:hover .vs-blog__inner {
  background-color: var(--vs-theme-color8);
  border: 1.5px dashed rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease-in-out;
}
.vs-blog--style2:hover .vs-blog__img img {
  transform: scale3d(1.1, 1.1, 1.1) rotateY(10deg) rotateX(5deg);
  transition: transform 0.6s ease;
}
.vs-blog--style2:hover .vs-blog__share > ul > li > a {
  background-color: var(--vs-theme-color2);
  transition: all 0.3s ease-in-out;
}
.vs-blog--single {
  margin-bottom: 70px;
}
.vs-blog--single p {
  line-height: 28px;
}
.vs-blog--single h4 {
  line-height: 1.2;
  font-size: clamp(1.875rem, 1.648rem + 1.14vw, 2.5rem);
  text-transform: capitalize;
}
.vs-blog--single figure {
  margin: 0.5rem 0 1.5rem;
}
.vs-blog--single figure img {
  border-radius: 20px;
}
.vs-blog--single .vs-blog__content {
  padding-bottom: 0;
}
.vs-blog--single .vs-blog__footer {
  padding: 25px 0 0 0;
  position: relative;
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-blog--single .vs-blog__footer {
    justify-content: center;
  }
}
.vs-blog--single .vs-blog__footer--ele1 {
  position: absolute;
  top: 0;
}
.vs-blog--single .vs-blog__footer--cloud, .vs-blog--single .vs-blog__footer--share {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.vs-blog--single .vs-blog__footer--share {
  display: flex;
  position: relative;
  cursor: pointer;
  padding: 10px 0;
}
.vs-blog--single .vs-blog__footer--share__list {
  display: flex;
  align-items: center;
  flex-direction: column;
  list-style: none;
  margin-bottom: 0;
  position: absolute;
  right: 0;
  top: auto;
  bottom: 100%;
  padding: 15px 12px;
  gap: 10px;
  background-color: var(--vs-theme-color2);
  color: var(--vs-white-color);
  border-radius: 5px;
  transform: scaleY(0) translateY(0%);
  transform-origin: bottom center;
  transition: all 0.3s;
  will-change: transform;
}
.vs-blog--single .vs-blog__footer--share__list li {
  transform: translateY(20px);
  transform-origin: bottom center;
  transition: all 0.3s;
  will-change: transform;
  opacity: 0;
  visibility: hidden;
}
.vs-blog--single .vs-blog__footer--share__list li:nth-of-type(1) {
  transition-delay: 0.4s;
}
.vs-blog--single .vs-blog__footer--share__list li:nth-of-type(2) {
  transition-delay: 0.5s;
}
.vs-blog--single .vs-blog__footer--share__list li:nth-of-type(3) {
  transition-delay: 0.6s;
}
.vs-blog--single .vs-blog__footer--share__list li:nth-of-type(4) {
  transition-delay: 0.7s;
}
.vs-blog--single .vs-blog__footer--share__list a {
  color: var(--vs-white-color);
  font-size: 14px;
}
.vs-blog--single .vs-blog__footer--share__list a:hover {
  color: var(--vs-theme-color1);
}
.vs-blog--single .vs-blog__footer--share.active ul {
  transform: scaleY(1) translateY(0%);
  transform-origin: bottom center;
  transition: all 0.3s;
}
.vs-blog--single .vs-blog__footer--share.active ul li {
  transform: translateY(0px);
  transform-origin: bottom center;
  transition: all 0.3s;
  will-change: transform;
  opacity: 1;
  visibility: visible;
}
.vs-blog--single .vs-blog__footer--share.active ul li:nth-of-type(1) {
  transition-delay: 0.4s;
}
.vs-blog--single .vs-blog__footer--share.active ul li:nth-of-type(2) {
  transition-delay: 0.5s;
}
.vs-blog--single .vs-blog__footer--share.active ul li:nth-of-type(3) {
  transition-delay: 0.6s;
}
.vs-blog--single .vs-blog__footer--share.active ul li:nth-of-type(4) {
  transition-delay: 0.7s;
}
.vs-blog--single .vs-blog__footer--title {
  display: inline-flex;
  align-items: center;
  font-size: 18px;
  font-weight: 900;
  color: var(--vs-title-color);
  line-height: 1.1;
  gap: 9px;
  font-family: var(--vs-title-font);
  text-transform: capitalize;
}
.vs-blog--single .vs-blog__footer--title i {
  color: var(--vs-theme-color1);
}
.vs-blog--single .vs-blog__footer--list {
  display: flex;
  align-items: center;
  gap: 5px;
}
.vs-blog--single .vs-blog__footer--links {
  letter-spacing: 0.48px;
  font-weight: 500;
  font-size: 16px;
  color: var(--vs-body-color);
  text-transform: capitalize;
  line-height: 1.1;
}
.vs-blog--single .vs-blog__footer--links::after {
  content: ",";
}
.vs-blog--single .vs-blog__footer--links:last-child::after {
  content: "";
}
.vs-blog--single .vs-blog__footer--links:hover {
  color: var(--vs-theme-color2);
}

.blog-single-author {
  display: flex;
  align-items: center;
  gap: 30px;
  border-radius: 20px;
  background-color: var(--vs-theme-color1);
  overflow: hidden;
  padding: 35px 52px 35px 30px;
  margin-top: 50px;
}
@media (max-width: 1199px) {
  .blog-single-author {
    gap: 20px;
    border-radius: 10px;
    padding: 25px 20px;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .blog-single-author {
    flex-direction: column;
  }
}
.blog-single-author .media-img {
  width: 140px;
  height: 140px;
  flex-shrink: 0;
  border: 4px solid var(--vs-theme-color2);
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .blog-single-author .media-img {
    width: 100px;
    height: 100px;
  }
}
.blog-single-author .media-body {
  /* Small devices */
}
@media (max-width: 767px) {
  .blog-single-author .media-body {
    text-align: center;
  }
}
.blog-single-author .media-body .author-name {
  font-weight: 700;
  text-transform: capitalize;
  color: var(--vs-white-color);
  margin-bottom: 10px;
  font-size: 24px;
}
.blog-single-author .media-body .author-text {
  color: var(--vs-white-color);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 162.5%;
  text-transform: capitalize;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .blog-single-author .media-body .author-text {
    font-size: 14px;
  }
}

@media (max-width: 1199px) {
  .vs-comments-wrap {
    margin-top: 40px;
  }
}
.vs-comments-wrap .vs-post-comment {
  margin: 40px 0 40px 0;
}
.vs-comments-wrap .vs-post-comment-inner {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 991px) {
  .vs-comments-wrap .vs-post-comment-inner {
    flex-direction: column;
    align-items: start;
    gap: 0;
  }
}
.vs-comments-wrap .comment-content {
  border: 1px dashed rgba(6, 47, 52, 0.4);
  padding: 30px 25px;
  border-radius: 10px;
}
.vs-comments-wrap .reply_and_edit {
  margin-left: 138px;
}
.vs-comments-wrap .reply_and_edit .replay-btn {
  margin-left: 0;
  margin-top: 20px;
  color: var(--vs-theme-color2);
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
@media (max-width: 991px) {
  .vs-comments-wrap .reply_and_edit {
    margin-left: 0;
  }
}
.vs-comments-wrap .children {
  margin-left: 60px;
}
@media (max-width: 991px) {
  .vs-comments-wrap .children {
    margin-left: 40px;
  }
}
.vs-comments-wrap .comment-avater {
  width: 118px;
  height: 118px;
  flex-shrink: 0;
  border: 4px solid var(--vs-theme-color2);
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.vs-comments-wrap .comment-avater img {
  transform: scale(1.08);
}
@media (max-width: 991px) {
  .vs-comments-wrap .comment-avater {
    width: 90px;
    height: 90px;
  }
}
.vs-comments-wrap .comment-content .content-header {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 5px;
  flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .vs-comments-wrap .comment-content .content-header {
    margin-bottom: 8px;
  }
}
.vs-comments-wrap .comment-content .content-header .name {
  font-weight: 900;
  text-transform: capitalize;
  line-height: 1;
  font-size: 24px;
}
.vs-comments-wrap .comment-content .content-header .commented-on {
  display: inline-block;
  color: var(--vs-theme-color1);
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  line-height: 1;
  font-family: var(--vs-body-font);
}
.vs-comments-wrap .comment-content .text {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .vs-comments-wrap .comment-content .text {
    font-size: 14px;
    font-weight: 400;
  }
}

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

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

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

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

.blog-style1 {
  background-color: var(--vs-white-color);
  box-shadow: 0px 10px 31px rgba(169, 177, 193, 0.07);
  border-radius: 5px;
}
.blog-style1 .blog-meta {
  margin: 0 0 10px 0;
}
.blog-style1 .blog-content {
  padding: 35px 40px 33px 40px;
}

.blog-style2 {
  background-color: var(--vs-white-color);
  box-shadow: none;
}
.blog-style2 .blog-meta {
  margin: 0 0 15px;
}
.blog-style2 .blog-text {
  margin: 0 0 20px 0;
}
.blog-style2 .blog-content {
  border: 2px solid #ecf2fd;
  border-top: none;
  padding: 35px 40px 40px 40px;
}

.blog-style3 .blog-img {
  overflow: hidden;
  margin: -2px;
}
.blog-style3 .blog-img img {
  transform: scale(1);
  transition: all ease 0.4s;
}
.blog-style3 .blog-body {
  border: 2px solid #f4f5f8;
}
.blog-style3:nth-child(odd) .blog-body {
  display: flex;
  flex-direction: column-reverse;
}
.blog-style3 .blog-content {
  padding: 35px 40px 30px 40px;
}
.blog-style3 .blog-meta {
  margin-bottom: 15px;
}
.blog-style3 .blog-meta i {
  color: var(--vs-body-color);
}
.blog-style3 .blog-meta a {
  position: relative;
  line-height: 1;
  border-right: 1px solid #c8c8c8;
  margin-right: 12px;
  padding: 0 15px 0 0;
}
.blog-style3 .blog-meta a:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
.blog-style3 .blog-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}
.blog-style3 .link-btn {
  text-transform: capitalize;
}
.blog-style3:hover .blog-img img {
  transform: scale(1.1);
}

.blog-style4 {
  box-shadow: 8.5px 0 60px 0px rgba(166, 170, 184, 0.05);
  border-radius: 20px;
  padding: 20px;
  border: 2px solid #eff2fb;
}
.blog-style4 .blog-content {
  padding: 0 20px 10px 20px;
}
.blog-style4 .blog-img {
  overflow: hidden;
  border-radius: 20px;
  margin: 0 0 32px 0;
}
.blog-style4 .blog-img img {
  transform: scale(1);
  transition: all ease 0.4s;
}
.blog-style4 .blog-meta {
  margin-bottom: 4px;
}
.blog-style4 .blog-meta i {
  color: var(--vs-body-color);
}
.blog-style4 .blog-meta a {
  font-size: 14px;
}
.blog-style4 .blog-title {
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 22px;
}
.blog-style4:hover .blog-img img {
  transform: scale(1.2);
}

@media (min-width: 1199px) {
  .blog-style4-slider {
    max-width: 775px;
  }
}
/* Medium Large devices */
@media (max-width: 1399px) {
  .blog-style2 .blog-content {
    padding: 30px 25px 35px 25px;
  }
  .blog-style1 .blog-content {
    padding: 35px 25px 33px 25px;
  }
  .blog-style1 .blog-title {
    font-size: 18px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  blockquote {
    font-size: 20px;
    padding: 23px 30px 26px 30px;
  }
  blockquote cite {
    font-size: 16px;
  }
  .blog-single {
    --blog-space-y: 40px;
    --blog-space-x: 30px;
  }
  .blog-single .blog-title {
    font-size: 24px;
  }
  .blog-meta span,
  .blog-meta a {
    font-size: 14px;
  }
  .blog-style3 .blog-content {
    padding: 25px 25px 30px 25px;
  }
  .blog-style4 {
    padding: 10px;
  }
  .blog-style4 .blog-content {
    padding: 0 15px 20px 15px;
  }
  .blog-style4 .blog-title {
    margin-bottom: 15px;
    font-size: 20px;
  }
}

.vs-video--ele1, .vs-video--ele2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  /* Medium devices */
}
@media (max-width: 991px) {
  .vs-video--ele1, .vs-video--ele2 {
    display: none;
  }
}
.vs-video--ele1 {
  left: 134px;
  top: 85px;
}
.vs-video--ele2 {
  top: 64px;
  right: 264px;
  left: auto;
}
.vs-video--bg-image, .vs-video--bg-image--overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 5%;
}
.vs-video--bg-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.vs-video--bg-image--overlay {
  z-index: -2;
}
.vs-video__content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.vs-video__content .vs-btn:hover {
  color: var(--vs-white-color);
}
.vs-video__content .vs-btn::before, .vs-video__content .vs-btn::after {
  background-color: var(--vs-title-color);
}
.vs-video__button {
  margin-bottom: 42px;
}
.vs-video__divider {
  background-color: var(--vs-white-color);
  opacity: 30%;
  min-width: 878px;
  margin-bottom: 45px;
  height: 1.5px;
  border: 0;
  border-radius: 100%;
  /* Medium devices */
}
@media (max-width: 991px) {
  .vs-video__divider {
    min-width: 100%;
  }
}

.play-btn {
    --icon-size: 85px;
    display: inline-block;
    position: relative;
    z-index: 1;
    border: none;
    background-color: transparent;
    padding: 0;
}
.play-btn > i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: var(--icon-size, 124px);
    height: var(--icon-size, 124px);
    line-height: var(--icon-size, 124px);
    font-size: var(--vs-icon-font-size, 1.5em);
    text-align: center;
    background-color: var(--vs-theme-color2);
    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: var(--vs-theme-color2);
    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-title-color);
    color: var(--vs-white-color);
}

/*------------------- 4.35. why  -------------------*/

/*------------------- 4.39. checkout  -------------------*/

/*------------------- 4.43. popupsearch-v1  -------------------*/


/*=================================
    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) - 40px);
}

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

/* Medium devices */
@media (max-width: 991px) {
  .space,
  .space-top {
    padding-top: var(--vs-section-space-mobile);
  }
  .space,
  .space-bottom {
    padding-bottom: var(--vs-section-space-mobile);
  }
  .space-extra,
  .space-extra-top {
    padding-top: calc(var(--vs-section-space-mobile) - 30px);
  }
  .space-extra,
  .space-extra-bottom {
    padding-bottom: calc(var(--vs-section-space-mobile) - 30px);
  }
  .space-top-md-none {
    padding-top: 0;
  }
}

.vs-feature__title {
    font-size: clamp(14px, 2vw, 18px);
    /* 14px — минимальный размер
       2vw  — масштабируется в зависимости от ширины экрана
       18px — максимальный размер */
}

.vs-feature__link {
    font-size: clamp(14px, 1.5vw, 16px);
}
.custom-table thead th {
    background-color: var(--vs-theme-color1);
    color: #fff;
    text-align: center;
    border: none;
    font-size: 20px;
}
.custom-table {
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 12px;
    overflow: hidden;
}
