@charset "UTF-8";

/*
Template Name: TechBiz
Template URL: https://html.vecuro.com/techbiz
Description: TechBiz - IT Solution & Service HTML Template
Author: vecuro
Author URI: https://themeforest.net/user/vecuro_themes
Version: 1.0.0
*/
/*=================================
    CSS Index Here
==================================*/
/*

01. Theme Base
    1.1. Mixin
    1.2. Function
    1.3. Variable
    1.4. 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.13. Counter
    4.15. Testimonial
    4.16. Popup Side Menu
    4.17. Forms Style
    4.18. Contact
05. Spacing
06. Color Plate

*/
/*=================================
    CSS Index End
==================================*/
/*=================================
   01. Theme Base
==================================*/
/*------------------- 1.1. Mixin -------------------*/
/*------------------- 1.2. Function -------------------*/
/*------------------- 1.3. Variable-------------------*/
:root {
  --theme-color: #074c7d;
  /* --theme-color: #F86E2D; */
  --theme-color2: #F8F5F1;
  --secondary-color: #ea5f01;

  /* --secondary-color: #074c7d; */

  --title-color: #13171D;
  --body-color: #F8F3E7;
  --text-color: #737373;
  --border-color: #D8DDE1;
  --smoke-color: #F3ECDC;
  --black-color: #000000;
  --white-color: #ffffff;
  --yellow-color: #fec624;
  --success-color: #28a745;
  --error-color: #dc3545;
  --title-font: "Kanit", sans-serif;
  --body-font: "Poppins", sans-serif;
  --icon-font: "Font Awesome 6 Pro";
  --main-container: 1400px;
  --main-container2: 1750px;
  --main-container3: 1900px;
  --main-container4: 1920px;
  --container-gutters: 30px;
  --section-space: 50px;
  --section-space-mobile: 50px;
  --section-title-space: 50px;
  --ripple-ani-duration: 5s;
}

.home-five,
.home-four {
  --theme-color: #0037ff;
  --smoke-color: #f6f7fc;
}

/*------------------- 1.5. Typography -------------------*/
html,
body {
  scroll-behavior: auto !important;
  overflow-x: hidden;
}

body {
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 400;
  background-color: var(--white-color);
  line-height: 26px;
  overflow-x: hidden;
  -webkit-font-smoothing: sans-serif;
  /* Small devices */
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
    line-height: 24px;
  }

  .svc-grid {
    grid-template-columns: 1fr;
  }

  /* a.viewall-btn {
    text-align: center;
    padding: 15px 15px !important;
    background: #f9b84d;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px !important;
    margin: 25px auto;
    border-radius: 50px;
    color: #074c7d;
    font-size: 18px !important;
    font-weight: 600;
  } */
}


  a.viewall-btn{

    position:relative;

    display:inline-block;

    padding:13px 36px;

    background:var(--theme-color);

    color:#fff;

    border-radius:50px;

    font-size:15px;

    font-weight:600;

    text-decoration:none;

    margin-top:6px;

    overflow:hidden;

    z-index:1;

    transition:.4s ease;

    box-shadow:0 4px 18px rgba(24,95,165,.40);

}

iframe {
  border: none;
  width: 100%;
}

.slick-slide:focus,
button:focus,
a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
  outline: none;
}

input:focus {
  outline: none;
  box-shadow: none;
}

img:not([draggable]),
embed,
object,
video {
  max-width: 100%;
  height: 100%;
}

ul {
  list-style-type: disc;
}

ul {
  padding: 0;
}

ul li {
  list-style: none;
}

ol {
  list-style-type: decimal;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid var(--border-color);
}

th {
  font-weight: 700;
  font-family: var(--title-font);
  color: var(--title-color);
}

td,
th {
  border: 1px solid var(--border-color);
  padding: 9px 12px;
}

a {
  color: var(--theme-color);
  text-decoration: none;
  outline: 0;
  transition: all ease 0.4s;
}

a:hover {
  color: var(--title-color);
}

a:active,
a:focus,
a:hover,
a:visited {
  text-decoration: none;
  outline: 0;
}

button {
  transition: all ease 0.4s;
}

img {
  border: none;
  max-width: 100%;
}

ins {
  text-decoration: none;
}

pre {
  background: #f5f5f5;
  color: #666;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
}

span.ajax-loader:empty,
p:empty {
  display: none;
}

p {
  margin: 0 0 18px 0;
  color: var(--body-color);
  line-height: 1.63;
  font-weight: 500;
  /* Small devices */
}

@media (max-width: 767px) {
  p {
    line-height: 1.73;
  }

  .svc-grid {
    grid-template-columns: 1fr;
  }

}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
p a,
span a {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  font-family: var(--title-font);
  color: var(--title-color);
  text-transform: none;
  font-weight: 600;
  line-height: 1.5;
  margin: -0.25em 0 15px 0;
}

.h1,
h1 {
  font-size: 48px;
}

.h2,
h2 {
  font-size: 30px;
}

.h3,
h3 {
  font-size: 36px;
}

.h4,
h4 {
  font-size: 30px;
}

.h5,
h5 {
  font-size: 24px;
}

.h6,
h6 {
  font-size: 20px;
}

@view-transition {
  navigation: auto;
}

/* Large devices */
@media (max-width: 1199px) {

  .h1,
  h1 {
    font-size: 40px;
  }

  .h2,
  h2 {
    font-size: 36px;
  }

  .h3,
  h3 {
    font-size: 30px;
  }

  .h4,
  h4 {
    font-size: 24px;
  }

  .h5,
  h5 {
    font-size: 20px;
  }

  .h6,
  h6 {
    font-size: 16px;
  }
}

/* Small devices */
@media (max-width: 767px) {

  .h1,
  h1 {
    font-size: 36px;
  }

  .h2,
  h2 {
    font-size: 30px;
  }

  .h3,
  h3 {
    font-size: 26px;
  }

  .h4,
  h4 {
    font-size: 22px;
  }

  .h5,
  h5 {
    font-size: 18px;
  }

  .h6,
  h6 {
    font-size: 16px;
  }
}

/*------------------- 1.6. Extend -------------------*/
/*------------------- 1.7. Wordpress Default -------------------*/
p.has-drop-cap {
  margin-bottom: 20px;
}

.page--item p:last-child .alignright {
  clear: right;
}

.blog-title,
.pagi-title,
.breadcumb-title {
  word-break: break-word;
}

.blocks-gallery-caption,
.wp-block-embed figcaption,
.wp-block-image figcaption {
  color: var(--body-color);
}

.bypostauthor,
.gallery-caption {
  display: block;
}

.page-links,
.clearfix {
  clear: both;
}

.page--item {
  margin-bottom: 30px;
}

.page--item p {
  line-height: 1.8;
}

.content-none-search {
  margin-top: 30px;
}

.wp-block-button.aligncenter {
  text-align: center;
}

.alignleft {
  display: inline;
  float: left;
  margin-bottom: 10px;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-bottom: 10px;
  margin-left: 1.5em;
  margin-right: 1em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.gallery {
  margin-bottom: 1.5em;
  width: 100%;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  padding: 0 5px;
}

.wp-block-columns {
  margin-bottom: 1em;
}

figure.gallery-item {
  margin-bottom: 10px;
  display: inline-block;
}

figure.wp-block-gallery {
  margin-bottom: 14px;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
  font-size: 12px;
  color: var(--body-color);
  line-height: 1.5;
  padding: 0.5em 0;
}

.wp-block-cover p:not(.has-text-color),
.wp-block-cover-image-text,
.wp-block-cover-text {
  color: var(--white-color);
}

.wp-block-cover {
  margin-bottom: 15px;
}

.wp-caption-text {
  text-align: center;
}

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption .wp-caption-text {
  margin: 0.5em 0;
  font-size: 14px;
}

.wp-block-media-text,
.wp-block-media-text.alignwide,
figure.wp-block-gallery {
  margin-bottom: 30px;
}

.wp-block-media-text.alignwide {
  background-color: var(--smoke-color);
}

.editor-styles-wrapper .has-large-font-size,
.has-large-font-size {
  line-height: 1.4;
}

.wp-block-latest-comments a {
  color: inherit;
}

.wp-block-button {
  margin-bottom: 10px;
}

.wp-block-button:last-child {
  margin-bottom: 0;
}

.wp-block-button .wp-block-button__link {
  color: #fff;
}

.wp-block-button .wp-block-button__link:hover {
  color: #fff;
  background-color: var(--theme-color);
}

.wp-block-button.is-style-outline .wp-block-button__link {
  background-color: transparent;
  border-color: var(--title-color);
  color: var(--title-color);
}

.wp-block-button.is-style-outline .wp-block-button__link:hover {
  color: #fff;
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}

.wp-block-button.is-style-squared .wp-block-button__link {
  border-radius: 0;
}

ol.wp-block-latest-comments li {
  margin: 15px 0;
}

ul.wp-block-latest-posts {
  padding: 0;
  margin: 0;
  margin-bottom: 15px;
}

ul.wp-block-latest-posts a {
  color: inherit;
}

ul.wp-block-latest-posts a:hover {
  color: var(--theme-color);
}

ul.wp-block-latest-posts li {
  margin: 15px 0;
}

.wp-block-search {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.wp-block-search .wp-block-search__input {
  width: 100%;
  max-width: calc(100% - 120px);
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 50px;
  padding-left: 20px;
}

.wp-block-search .wp-block-search__button {
  margin: 0;
  width: 120px;
  border: none;
  height: 50px;
  color: #fff;
  background-color: var(--theme-color);
}

.wp-block-search .wp-block-search__button:hover {
  background-color: var(--title-color);
  opacity: 0.8;
}

ul.wp-block-rss a {
  color: inherit;
}

.wp-block-group.has-background {
  padding: 15px 15px 1px;
  margin-bottom: 30px;
}

.wp-block-table td,
.wp-block-table th {
  border-color: rgba(0, 0, 0, 0.1);
}

.wp-block-table.is-style-stripes {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

.logged-in .will-sticky .sticky-active.active,
.logged-in .preloader .vs-btn {
  top: 32px;
}

@media (max-width: 782px) {

  .logged-in .will-sticky .sticky-active.active,
  .logged-in .preloader .vs-btn {
    top: 46px;
  }
}

@media (max-width: 600px) {

  .logged-in .will-sticky .sticky-active.active,
  .logged-in .preloader .vs-btn {
    top: 0;
  }
}

.post-password-form .theme-input-group {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  margin-top: 20px;
}

.post-password-form .theme-input-group .theme-input-style {
  width: 100%;
  max-width: calc(100% - 120px);
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 50px;
  padding-left: 20px;
}

.post-password-form .theme-input-group .submit-btn {
  margin: 0;
  width: 120px;
  border: none;
  height: 50px;
  color: #fff;
  background-color: var(--theme-color);
}

.post-password-form .theme-input-group .submit-btn:hover {
  background-color: var(--title-color);
  opacity: 0.8;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
  padding-top: 1em;
}

.page-links>.page-links-title {
  margin-right: 10px;
}

.page-links>span:not(.page-links-title):not(.screen-reader-text),
.page-links>a {
  display: inline-block;
  padding: 5px 13px;
  background-color: var(--white-color);
  color: var(--title-color);
  border: 1px solid rgba(0, 0, 0, 0.08);
  margin-right: 10px;
}

.page-links>span:not(.page-links-title):not(.screen-reader-text):hover,
.page-links>a:hover {
  opacity: 0.8;
  color: var(--white-color);
  background-color: var(--theme-color);
  border-color: transparent;
}

.page-links>span:not(.page-links-title):not(.screen-reader-text).current,
.page-links>a.current {
  background-color: var(--theme-color);
  color: var(--white-color);
  border-color: transparent;
}

.page-links span.screen-reader-text {
  display: none;
}

.blog-single .wp-block-archives-dropdown {
  margin-bottom: 30px;
}

.blog-single.format-quote,
.blog-single.format-link,
.blog-single.tag-sticky-2,
.blog-single.sticky {
  border-color: transparent;
  position: relative;
}

.blog-single.format-quote .blog-content,
.blog-single.format-link .blog-content,
.blog-single.tag-sticky-2 .blog-content,
.blog-single.sticky .blog-content {
  background-color: var(--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(--theme-color);
  z-index: 1;
}

.blog-single.tag-sticky-2::before,
.blog-single.sticky::before {
  content: "Featured";
  right: 0;
  top: 0;
  font-size: 18px;
  color: var(--white-color);
  background-color: var(--theme-color);
  font-family: var(--title-font);
  opacity: 1;
  text-transform: capitalize;
  padding: 10px 23px;
  font-weight: 400;
}

.blog-single.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;
}

.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(--smoke-color);
  padding: 5px 20px;
}

.blog-details .blog-single.tag-sticky-2,
.blog-details .blog-single.sticky,
.blog-details .blog-single.format-quote,
.blog-details .blog-single.format-link {
  box-shadow: none;
  border: none;
  background-color: transparent;
}

.blog-details .blog-single.tag-sticky-2:before,
.blog-details .blog-single.sticky:before,
.blog-details .blog-single.format-quote:before,
.blog-details .blog-single.format-link:before {
  display: none;
}

.vs-search {
  background-color: #f3f3f3;
  margin-bottom: 30px;
  border: 1px solid #f3f3f3;
}

.vs-search .search-grid-content {
  padding: 30px;
  /* Small devices */
}

@media (max-width: 767px) {
  .vs-search .search-grid-content {
    padding: 20px;
  }
}

.vs-search .search-grid-title {
  font-size: 20px;
  margin-bottom: 5px;
  margin-top: -0.2em;
}

.vs-search .search-grid-title a {
  color: inherit;
}

.vs-search .search-grid-title a:hover {
  color: var(--theme-color);
}

.vs-search .search-grid-meta>* {
  display: inline-block;
  margin-right: 15px;
  font-size: 14px;
}

.vs-search .search-grid-meta>*:last-child {
  margin-right: 0;
}

.vs-search .search-grid-meta a,
.vs-search .search-grid-meta span {
  color: var(--body-color);
}

/* Large devices */
@media (max-width: 1199px) {

  .blog-single.format-quote:before,
  .blog-single.format-link:before,
  .blog-single.tag-sticky-2:before,
  .blog-single.sticky:before {
    font-size: 14px;
    padding: 8px 16px;
  }

  .blog-single.format-quote .blog-content,
  .blog-single.format-link .blog-content,
  .blog-single.tag-sticky-2 .blog-content,
  .blog-single.sticky .blog-content {
    padding: 30px;
  }
}

/* Small devices */
@media (max-width: 767px) {

  .blog-single.format-quote:before,
  .blog-single.format-link:before,
  .blog-single.tag-sticky-2:before,
  .blog-single.sticky:before {
    font-size: 14px;
    padding: 8px 16px;
  }

  .blog-single.format-quote .blog-content,
  .blog-single.format-link .blog-content,
  .blog-single.tag-sticky-2 .blog-content,
  .blog-single.sticky .blog-content {
    padding: 30px 15px;
  }
}

@media (max-width: 768px) {
  .wp-block-search .wp-block-search__input {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .wp-block-latest-comments {
    padding-left: 10px;
  }

  .page--content.clearfix+.vs-comment-form {
    margin-top: 24px;
  }
}

/*------------------- 1.8. Media Query -------------------*/
/*-----------------
    3.2 Responsive Media Queries
-----------------*/
/**
@include respond-above(sm) {
  .element {
    font-weight: bold;
  }
}

@media (min-width: 768px) {
  .element {
    font-weight: bold;
  }
}
**/
/**
@include respond-below(lg) {
  .element {
    font-weight: bold;
  }
}
@media (max-width: 767px) {
  .element {
    font-weight: bold;
  }
}
**/
/**
@include respond-between(sm, md) {
  .element {
    font-weight: bold;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .element {
    font-weight: bold;
  }
}
**/
/*=================================
    02. Reset
==================================*/
/*------------------- 2.1. Container -------------------*/
@media only screen and (min-width: 1300px) {

  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: calc(var(--main-container) + var(--container-gutters));
    padding-left: calc(var(--container-gutters) / 2);
    padding-right: calc(var(--container-gutters) / 2);
  }
}

.container-style2 {
  max-width: calc(var(--main-container2) + var(--container-gutters));
  padding-left: calc(var(--container-gutters) / 2);
  padding-right: calc(var(--container-gutters) / 2);
  margin: 0 auto;
}

.container-style3 {
  max-width: calc(var(--main-container3) + var(--container-gutters));
  padding-left: calc(var(--container-gutters) / 2);
  padding-right: calc(var(--container-gutters) / 2);
  margin: 0 auto;
}

.container-style4 {
  max-width: calc(var(--main-container4) + var(--container-gutters));
  padding-left: calc(var(--container-gutters) / 2);
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 1600px) {
  .container-fluid.px-0 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .container-fluid.px-0 .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

/*------------------- 2.2. Grid -------------------*/
.slick-track>[class*=col] {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

@media (min-width: 767px) {
  .row:not([class*=gx-]) {
    --bs-gutter-x: 30px;
  }
}

.gy-gx {
  --bs-gutter-y: var(--bs-gutter-x);
}

.gy-30 {
  --bs-gutter-y: 30px;
}

.gx-15 {
  --bs-gutter-x: 15px;
}

@media (min-width: 1199px) {
  .gx-45 {
    --bs-gutter-x: 45px;
  }

  .gx-60 {
    --bs-gutter-x: 60px;
  }

  .gx-50 {
    --bs-gutter-x: 50px;
  }

  .gx-70 {
    --bs-gutter-x: 70px;
  }

  .gx-80 {
    --bs-gutter-x: 80px;
  }
}

@media (min-width: 1399px) {
  .gx-20 {
    --bs-gutter-x: 20px;
  }

  .gx-30 {
    --bs-gutter-x: 30px;
  }

  .gx-40 {
    --bs-gutter-x: 40px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .gx-60 {
    --bs-gutter-x: 15px;
  }
}

/*------------------- 2.3. Input -------------------*/
select,
.form-control,
.form-select,
textarea,
input {
  height: 50px;
  padding: 0 30px 0 28px;
  padding-right: 45px;
  border: 1px solid var(--border-color);
  color: var(--body-color);
  /* background-color: var(--theme-color); */
  border-radius: 9999px;
  border-radius: 0;
  font-size: 14px;
  width: 100%;
}

select:focus,
.form-control:focus,
.form-select:focus,
textarea:focus,
input:focus {
  outline: 0;
  box-shadow: none;
  color: var(--body-color);
  /* background-color: var(--theme-color); */
}

select::placeholder,
.form-control::placeholder,
.form-select::placeholder,
textarea::placeholder,
input::placeholder {
  transition: all 0.3s ease-in-out;
  opacity: 1;
  visibility: visible;
}

select:focus,
.form-control:focus,
.form-select:focus,
textarea:focus,
input:focus {
  border-color: var(--theme-color);
  transition: all 0.3s ease-in-out;
}

select:focus::placeholder,
.form-control:focus::placeholder,
.form-select:focus::placeholder,
textarea:focus::placeholder,
input:focus::placeholder {
  opacity: 0;
  visibility: hidden;
}

select::-moz-placeholder,
.form-control::-moz-placeholder,
.form-select::-moz-placeholder,
textarea::-moz-placeholder,
input::-moz-placeholder {
  color: var(--body-color);
}

select::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder,
.form-select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: var(--body-color);
}

select:-ms-input-placeholder,
.form-control:-ms-input-placeholder,
.form-select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: var(--body-color);
}

select::placeholder,
.form-control::placeholder,
.form-select::placeholder,
textarea::placeholder,
input::placeholder {
  color: var(--body-color);
}

@media (max-width: 767px) {

  select,
  .form-control,
  .form-select,
  textarea,
  input {
    padding: 0 30px 0 20px;
  }
}

select.form-control-lg,
.form-control.form-control-lg,
.form-select.form-control-lg,
textarea.form-control-lg,
input.form-control-lg {
  height: 60px;
}

select.form-control-sm,
.form-control.form-control-sm,
.form-select.form-control-sm,
textarea.form-control-sm,
input.form-control-sm {
  height: 40px;
  font-size: 12px;
}

select[readonly],
.form-control[readonly],
.form-select[readonly],
textarea[readonly],
input[readonly] {
  color: var(--title-color);
}

.form-select,
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  appearance: textfield;
  -moz-appearance: textfield;
}

textarea.form-control,
textarea {
  min-height: 150px;
  padding-top: 16px;
  padding-bottom: 17px;
  border-radius: 0;
}

input[type=checkbox] {
  visibility: hidden;
  opacity: 0;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  display: none;
}

input[type=checkbox]:checked~label:before {
  content: "\f00c";
  color: var(--white-color);
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}

input[type=checkbox]~label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: block;
}

input[type=checkbox]~label:before {
  content: "";
  font-family: var(--icon-font);
  font-weight: 700;
  position: absolute;
  left: 0px;
  top: 3.5px;
  background-color: var(--white-color);
  border: 1px solid var(--border-color);
  height: 18px;
  width: 18px;
  line-height: 18px;
  text-align: center;
  font-size: 12px;
}

input[type=radio] {
  visibility: hidden;
  opacity: 0;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  display: none;
}

input[type=radio]~label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  line-height: 1;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 0;
}

input[type=radio]~label::before {
  display: none;
  content: "\f111";
  position: absolute;
  font-family: var(--icon-font);
  left: 0;
  top: -2px;
  width: 20px;
  height: 20px;
  padding-left: 0.5px;
  font-size: 8px;
  line-height: 19px;
  text-align: center;
  border: 1px solid var(--theme-color);
  border-radius: 100%;
  font-weight: 700;
  background: var(--white-color);
  color: transparent;
  transition: all 0.2s ease;
}

input[type=radio]:checked~label::before {
  border: 5px solid var(--theme-color);
}

label {
  margin-bottom: 0.5em;
  margin-top: -0.3em;
  display: block;
  color: var(--title-color);
  font-family: var(--body-font);
  font-size: 16px;
}

.form-group {
  margin-bottom: var(--bs-gutter-x);
  position: relative;
  color: var(--text-color);
}

.form-group>i {
  position: absolute;
  right: calc(var(--bs-gutter-x) / 2 + 30px);
  top: 18px;
  font-size: 14px;
  color: var(--text-color);
}

.form-group.has-label>i {
  top: 45px;
}

textarea.is-invalid,
select.is-invalid,
input.is-invalid,
.was-validated input:invalid {
  border: 1px solid var(--error-color) !important;
  background-position: right calc(0.375em + 0.8875rem) center;
  background-image: none;
}

textarea.is-invalid:focus,
select.is-invalid:focus,
input.is-invalid:focus,
.was-validated input:invalid:focus {
  outline: 0;
  box-shadow: none;
}

textarea.is-invalid {
  background-position: top calc(0.375em + 0.5875rem) right calc(0.375em + 0.8875rem);
}

.row.no-gutters>.form-group {
  margin-bottom: 0;
}

.form-messages {
  display: none;
}

.form-messages.mb-0 * {
  margin-bottom: 0;
}

.form-messages.success {
  color: var(--success-color);
  display: block;
}

.form-messages.error {
  color: var(--error-color);
  display: block;
}

.form-messages pre {
  padding: 0;
  background-color: transparent;
  color: inherit;
}

.noUi-handle {
  background: var(--white-color);
  box-shadow: none;
  border: 5px solid var(--theme-color);
}

.noUi-handle::before {
  display: none;
}

.noUi-handle::after {
  display: none;
}

.slider-area .slider-title {
  font-size: 16px;
  font-weight: bold;
}

.slider-area-wrapper {
  align-items: center;
  width: 100%;
  column-gap: 20px;
}

.slider-area #skip-value-lower,
.slider-area #skip-value-upper {
  font-size: 16px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider-area .noUi-target {
  flex: 1;
  position: relative;
  background: #e3e3e3;
  border-radius: 50px;
  border: none;
}

.slider-area .noUi-target.noUi-horizontal {
  height: 10px;
}

.slider-area .noUi-target .noUi-base,
.slider-area .noUi-target .noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.slider-area .noUi-target .noUi-connects {
  border-radius: 30px;
  overflow: hidden;
  z-index: 0;
  background-color: var(--white-color);
}

.slider-area .noUi-target .noUi-connects .noUi-connect {
  height: 100%;
  width: 100%;
  transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
  background-color: var(--theme-color);
}

.slider-area .noUi-target .noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 0;
  width: 100%;
}

.slider-area .noUi-target .noUi-origin .noUi-handle {
  border-radius: 50px;
  background: #fff;
  cursor: default;
  backface-visibility: hidden;
  position: absolute;
  width: 21px;
  height: 21px;
  right: -10px;
  top: -6px;
}

.slider-area .noUi-target .noUi-origin .noUi-handle .noUi-touch-area {
  height: 100%;
  width: 100%;
}

.slider-area .noUi-draggable {
  cursor: ew-resize;
}

.range-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.range-btn .price-range {
  display: inline-flex;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
}

/*------------------- 2.4. Slick Slider -------------------*/
.slick-track>[class*=col] {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

.slick-track {
  min-width: 100%;
}

.slick-slide img {
  display: inline-block;
}

.slick-dots {
  list-style-type: none;
  padding: 2px 0;
  margin: 38px 0 38px 0;
  line-height: 0;
  text-align: center;
  height: max-content;
  display: inline-flex;
  align-items: center;
}

.slick-dots li {
  display: inline-block;
  margin-right: 10px;
}

.slick-dots li:last-child {
  margin-right: 0;
}

.slick-dots button {
  font-size: 0;
  padding: 0;
  background-color: var(--body-color);
  width: 20px;
  height: 10px;
  line-height: 0;
  border-radius: 3px;
  border: none;
  background-color: var(--dots-bg, #D8D8D8);
  transition: all ease 0.4s;
  position: relative;
}

.slick-dots button:hover {
  background-color: var(--theme-color);
}

.slick-dots .slick-active button {
  background-color: var(--theme-color);
  width: 50px;
}

.slick-arrow {
  display: inline-block;
  padding: 0;
  background-color: transparent;
  position: absolute;
  top: 50%;
  color: var(--secondary-color);
  border: 1px solid var(--secondary-color);
  font-weight: 600;
  left: var(--pos-x, -100px);
  width: var(--icon-size, 60px);
  height: var(--icon-size, 60px);
  font-size: var(--icon-font-size, 20px);
  margin-top: calc(var(--icon-size, 50px) / -2);
  z-index: 2;
  border-radius: 50%;
}

.slick-arrow.default {
  position: relative;
  --pos-x: 0;
  margin-top: 0;
}

.slick-arrow.slick-next {
  right: var(--pos-x, -100px);
  left: auto;
}

.slick-arrow:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
  border-color: transparent;
}

.arrow-margin .slick-arrow {
  top: calc(50% - 30px);
}

.arrow-wrap .slick-arrow {
  opacity: 0;
  visibility: hidden;
}

.arrow-wrap:hover .slick-arrow {
  opacity: 1;
  visibility: visible;
}

.dot-style2 .slick-dots {
  margin-top: 10px;
  margin-bottom: 30px;
}

.dot-style2 .slick-dots button {
  width: 10px;
  height: 10px;
  border-radius: 9999px;
  background-color: var(--theme-color);
}

.dot-style2 .slick-dots button:before {
  display: none;
}

.dot-style2 .slick-dots button:hover {
  background-color: var(--title-color);
}

.dot-style2 .slick-dots li {
  margin: 0 5px;
}

.dot-style2 .slick-dots li.slick-active button {
  width: 40px;
}

/* Extra large devices */
@media (max-width: 1500px) {
  .slick-arrow {
    --arrow-horizontal: -20px;
  }
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .slick-arrow {
    --arrow-horizontal: 40px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .slick-arrow {
    --icon-size: 40px;
    margin-right: 40px;
  }

  .slick-arrow.slick-next {
    margin-right: 0;
    margin-left: 40px;
  }

  .slick-dots {
    margin: 8px 0 38px 0;
  }
}

/*------------------- 2.5. Mobile Menu -------------------*/
.vs-menu-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999999;
  width: 0;
  width: 100%;
  height: 100%;
  transition: all ease 0.8s;
  opacity: 0;
  visibility: hidden;
}

.vs-menu-wrapper .mobile-logo {
  padding-bottom: 30px;
  padding-top: 40px;
  display: block;
  text-align: center;
  background-color: var(--white-color);
}

.vs-menu-wrapper .mobile-logo svg {
  max-width: 185px;
}

.vs-menu-wrapper .vs-menu-toggle {
  border: none;
  font-size: 22px;
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 0;
  line-height: 1;
  width: 33px;
  height: 33px;
  line-height: 33px;
  font-size: 18px;
  z-index: 1;
  border-radius: 5px;
  background-color: var(--theme-color);
}

.vs-menu-wrapper .vs-menu-toggle:hover {
  background-color: var(--white-color);
  color: var(--title-color);
}

.vs-menu-wrapper .vs-menu-area {
  width: 100%;
  max-width: 310px;
  background-color: #fff;
  border-right: 3px solid var(--theme-color);
  height: 100%;
  position: relative;
  left: -110%;
  opacity: 0;
  visibility: hidden;
  transition: all ease 1s;
  z-index: 1;
}

.vs-menu-wrapper.vs-body-visible {
  opacity: 1;
  visibility: visible;
}

.vs-menu-wrapper.vs-body-visible .vs-menu-area {
  left: 0;
  opacity: 1;
  visibility: visible;
}

.vs-mobile-menu {
  overflow-y: scroll;
  max-height: calc(100vh - 200px);
  padding-bottom: 40px;
  margin-top: 33px;
  text-align: left;
}

.vs-mobile-menu .new-label {
  margin-left: 5px;
  text-transform: capitalize;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.vs-mobile-menu ul {
  margin: 0;
  padding: 0 0;
}

.vs-mobile-menu ul li {
  border-bottom: 1px solid #fdedf1;
  list-style-type: none;
}

.vs-mobile-menu ul li li:first-child {
  border-top: 1px solid #fdedf1;
}

.vs-mobile-menu ul li a {
  display: block;
  position: relative;
  padding: 12px 0;
  line-height: 1;
  font-size: 16px;
  text-decoration: none;
  text-transform: capitalize;
  color: var(--theme-color);
}

.vs-mobile-menu ul li a:before {
  content: "\f061";
  font-family: var(--icon-font);

  position: relative;
  left: 0;
  top: 0;
  margin-right: 10px;
  display: inline-block;
}

.vs-mobile-menu ul li.vs-active>a {
  color: var(--theme-color);
}

.vs-mobile-menu ul li.vs-active>a:before {
  transform: rotate(90deg);
}

.vs-mobile-menu ul li.vs-active>a .vs-mean-expand {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.vs-mobile-menu ul li ul li {
  padding-left: 10px;
}

.vs-mobile-menu ul li ul li:last-child {
  border-bottom: none;
}

.vs-mobile-menu ul .vs-item-has-children>a .vs-mean-expand {
  position: absolute;
  right: 0;
  top: 50%;
  font-weight: 400;
  font-size: 12px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  margin-top: -12.5px;
  display: inline-block;
  text-align: center;
  background-color: var(--smoke-color);
  color: var(--title-color);
  box-shadow: 0 0 20px -8px rgba(173, 136, 88, 0.5);
  border-radius: 50%;
}

.vs-mobile-menu ul .vs-item-has-children>a .vs-mean-expand:before {
  content: "\f067";
  font-family: var(--icon-font);
}

.vs-mobile-menu ul .vs-item-has-children.vs-active>a .vs-mean-expand:before {
  content: "\f068";
}

.vs-mobile-menu>ul {
  padding: 0 40px;
}

.vs-mobile-menu>ul>li:last-child {
  border-bottom: none;
}

.vs-menu-toggle {
  width: 50px;
  height: 50px;
  padding: 0;
  font-size: 24px;
  border: none;
  display: inline-block;
  background-color: var(--theme-color);
  color: var(--white-color);
  border-radius: 10px;
  text-align: center;
}

.vs-menu-toggle:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}

.vs-menu-toggle.style2 {
  background-color: var(--theme-color);
  border-radius: 0%;
  color: var(--white-color);
  width: 55px;
  height: 55px;
}

.vs-menu-toggle.style3 {
  background-color: var(--theme-color);
  color: var(--white-color);
}

@media (max-width: 400px) {
  .vs-menu-wrapper .vs-menu-area {
    width: 100%;
    max-width: 270px;
  }

  .vs-mobile-menu>ul {
    padding: 0 20px;
  }
}

/*=================================
    03. Utilities
==================================*/
/*------------------- 3.1. Preloader -------------------*/
.preloader {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  background-color: var(--white-color);
}

.preloader .vs-btn {
  padding: 15px 20px;
  border-radius: 0;
  font-size: 14px;
}

.preloader-inner {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.preloader-inner img {
  display: block;
  margin: 0 auto 10px auto;
}

.loader {
  animation: loaderspin 1.5s infinite;
  height: 50px;
  width: 50px;
  display: block;
  margin: 0 auto;
}

.loader:before,
.loader:after {
  border-radius: 50%;
  content: "";
  display: block;
  height: 20px;
  width: 20px;
}

.loader:before {
  animation: ball1 1.5s infinite;
  background-color: var(--theme-color);
  box-shadow: 30px 0 0 var(--theme-color);
  margin-bottom: 10px;
}

.loader:after {
  animation: ball2 1.5s infinite;
  background-color: var(--theme-color);
  box-shadow: 30px 0 0 var(--title-color);
}

@keyframes loaderspin {
  0% {
    transform: rotate(0deg) scale(0.8);
  }

  50% {
    transform: rotate(360deg) scale(1);
  }

  100% {
    transform: rotate(720deg) scale(0.8);
  }
}

@keyframes ball1 {
  0% {
    box-shadow: 30px 0 0 var(--theme-color);
  }

  50% {
    box-shadow: 0 0 0 var(--theme-color);
    margin-bottom: 0;
    transform: translate(15px, 15px);
  }

  100% {
    box-shadow: 30px 0 0 var(--theme-color);
    margin-bottom: 10px;
  }
}

@keyframes ball2 {
  0% {
    box-shadow: 30px 0 0 var(--title-color);
  }

  50% {
    box-shadow: 0 0 0 var(--title-color);
    margin-top: -20px;
    transform: translate(15px, 15px);
  }

  100% {
    box-shadow: 30px 0 0 var(--title-color);
    margin-top: 0;
  }
}

@keyframes spin {
  0% {
    transform: translate(2px, 1px) rotate(0deg);
  }

  10% {
    transform: translate(-1px, -3px) rotate(36deg);
  }

  20% {
    transform: translate(-2px, 0px) rotate(72deg);
  }

  30% {
    transform: translate(1px, 2px) rotate(108deg);
  }

  40% {
    transform: translate(1px, -1px) rotate(144deg);
  }

  50% {
    transform: translate(-1px, 3px) rotate(180deg);
  }

  60% {
    transform: translate(-1px, 1px) rotate(216deg);
  }

  70% {
    transform: translate(3px, 1px) rotate(252deg);
  }

  80% {
    transform: translate(-2px, -1px) rotate(288deg);
  }

  90% {
    transform: translate(2px, 1px) rotate(324deg);
  }

  100% {
    transform: translate(1px, -2px) rotate(360deg);
  }
}

@keyframes speed {
  0% {
    transform: translate(2px, 1px) rotate(0deg);
  }

  10% {
    transform: translate(-1px, -3px) rotate(-1deg);
  }

  20% {
    transform: translate(-2px, 0px) rotate(1deg);
  }

  30% {
    transform: translate(1px, 2px) rotate(0deg);
  }

  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }

  50% {
    transform: translate(-1px, 3px) rotate(-1deg);
  }

  60% {
    transform: translate(-1px, 1px) rotate(0deg);
  }

  70% {
    transform: translate(3px, 1px) rotate(-1deg);
  }

  80% {
    transform: translate(-2px, -1px) rotate(1deg);
  }

  90% {
    transform: translate(2px, 1px) rotate(0deg);
  }

  100% {
    transform: translate(1px, -2px) rotate(-1deg);
  }
}

@keyframes strikes {
  from {
    left: 25px;
  }

  to {
    left: -80px;
    opacity: 0;
  }
}

@keyframes dots {
  from {
    width: 0px;
  }

  to {
    width: 15px;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn,
.loading-window {
  animation: fadeIn 0.4s both;
}

.loading-window {
  height: 200px;
  left: 50%;
  margin-left: -150px;
  margin-top: -100px;
  position: fixed;
  top: 50%;
  width: 300px;
  z-index: 99;
}

.loading-window .text {
  font-size: 16px;
  position: absolute;
  width: auto;
  top: 75%;
  left: 38%;
  margin: 0 auto;
}

.loading-window .dots {
  display: inline-block;
  width: 5px;
  overflow: hidden;
  vertical-align: bottom;
  animation: dots 1.5s linear infinite;
  transition: 1;
}

.car {
  position: absolute;
  width: 117px;
  height: 42px;
  left: 92px;
  top: 85px;
}

.car .strike {
  position: absolute;
  width: 11px;
  height: 1px;
  background: var(--theme-color);
  animation: strikes 0.2s linear infinite;
}

.car .strike2 {
  top: 11px;
  animation-delay: 0.05s;
}

.car .strike3 {
  top: 22px;
  animation-delay: 0.1s;
}

.car .strike4 {
  top: 33px;
  animation-delay: 0.15s;
}

.car .strike5 {
  top: 44px;
  animation-delay: 0.2s;
}

.car-detail {
  position: absolute;
  display: block;
  background: var(--border-color);
  animation: speed 0.5s linear infinite;
}

.car-detail.spoiler {
  width: 0;
  height: 0;
  top: 7px;
  background: none;
  border: 20px solid transparent;
  border-bottom: 8px solid var(--border-color);
  border-left: 20px solid var(--border-color);
}

.car-detail.back {
  height: 20px;
  width: 92px;
  top: 15px;
  left: 0px;
}

.car-detail.center {
  height: 35px;
  width: 75px;
  left: 12px;
  border-top-left-radius: 30px;
  border-top-right-radius: 45px 40px;
  border: 4px solid var(--border-color);
  background: none;
  box-sizing: border-box;
}

.car-detail.center1 {
  height: 35px;
  width: 35px;
  left: 12px;
  border-top-left-radius: 30px;
}

.car-detail.front {
  height: 20px;
  width: 50px;
  top: 15px;
  left: 67px;
  border-top-right-radius: 50px 40px;
  border-bottom-right-radius: 10px;
}

.car-detail.wheel {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  top: 20px;
  left: 12px;
  border: 3px solid var(--theme-color);
  background: linear-gradient(45deg, transparent 45%, var(--border-color) 46%, var(--border-color) 54%, transparent 55%), linear-gradient(-45deg, transparent 45%, var(--border-color) 46%, var(--border-color) 54%, transparent 55%), linear-gradient(90deg, transparent 45%, var(--border-color) 46%, var(--border-color) 54%, transparent 55%), linear-gradient(0deg, transparent 45%, var(--border-color) 46%, var(--border-color) 54%, transparent 55%), radial-gradient(var(--border-color) 29%, transparent 30%, transparent 50%, var(--border-color) 51%), #333;
  animation-name: spin;
}

.car-detail.wheel2 {
  left: 82px;
}

/*------------------- 3.1. backtotop -------------------*/
.back-to-top {
  --back-to-top-size: 70px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: var(--back-to-top-size);
  height: var(--back-to-top-size);
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1000;
  /* Small devices */
}

@media (max-width: 767px) {
  .back-to-top {
    --back-to-top-size: 60px;
    bottom: 80px;
    right: 10px;
  }
}

.back-to-top .progress-circle {
  display: inline-block;
  width: var(--back-to-top-size);
  height: var(--back-to-top-size);
  transform: rotate(-90deg);
  background: var(--theme-color);
  border-radius: 50%;
}

.back-to-top .progress-circle svg {
  width: 100%;
  height: 100%;
}

.back-to-top .progress-circle circle {
  fill: none;
  stroke-width: 3;
  stroke-linecap: round;
}

.back-to-top .progress-circle .bg {
  stroke: var(--title-color);
}

.back-to-top .progress-circle .progress {
  stroke: var(--white-color);
  stroke-dasharray: 251.2;
  /* Circumference = 2 * PI * R (R=40) */
  stroke-dashoffset: 251.2;
  transition: stroke-dashoffset 0.2s linear;
}

.back-to-top .progress-percentage {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  color: var(--white-color);
  pointer-events: none;
  font-size: 13px;
  font-weight: 600;
  font-family: var(--title-font);
  padding: 5px;
  transition: color 0.2s linear;
  /* Small devices */
}

@media (max-width: 767px) {
  .back-to-top .progress-percentage {
    font-size: 10px;
  }
}

.back-to-top:hover .progress-percentage {
  color: var(--title-color);
}

/*------------------- 3.2. Buttons -------------------*/
.vs-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  text-transform: uppercase;
  text-align: center;
  background-color: var(--theme-color);
  color: var(--white-color);
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 700;
  padding: 11px 10px;
  border-radius: 10px;
  letter-spacing: 1px;
  z-index: 1;
  overflow: hidden;
}

.vs-btn::after,
.vs-btn::before {
  width: 103%;
  height: 103%;
  content: "";
  margin: auto;
  position: absolute;
  top: -2%;
  left: 0%;
  background: var(--secondary-color);

  transition: all ease 0.5s;
  z-index: -1;
  border-radius: inherit;
}

.vs-btn:before {
  transform: rotateX(90deg);
}

.vs-btn:after {
  transform: rotateY(90deg);
}

.vs-btn>i {
  margin-left: 8px;
}

.vs-btn:hover {
  color: var(--white-color);
}

.vs-btn:hover:before {
  transform: rotateX(0);
}

.vs-btn:hover:after {
  transform: rotateY(0);
}

.vs-btn2 {
  display: inline-block;
  border: none;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 700;
  font-family: var(--body-font);
  background-color: var(--secondary-color);
  color: var(--white-color);
  line-height: 1;
  padding: 0px 18px 0px 0px;
  border-radius: 9999px;
  transition: all 0.5s ease;
}

.vs-btn2 .icon,
.vs-btn2 i {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--theme-color);
  background-color: var(--white-color);
  border-radius: 50px;
  margin-right: 5px;
  transition: all 0.5s ease;
}

.vs-btn2:hover {
  color: var(--white-color);
  background-color: var(--theme-color);
}

.vs-icon {
  min-width: 50px;
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  border: 0;
  color: var(--white-color);
  font-size: 24px;
  background-color: transparent;
  border: 2px solid var(--white-color);
  position: relative;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}

.vs-icon i {
  color: var(--white-color);
  font-weight: 400;
  transition: all 0.5s ease;
}

.vs-icon:hover {
  color: var(--theme-color);
  border-color: var(--white-color);
  background-color: var(--white-color);
}

.vs-icon:hover i {
  color: var(--theme-color);
}

.icon-btn {
  padding: 0;
  font-size: 16px;
  width: 40px;
  height: 40px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--white-color);
  background-color: var(--theme-color);
  border-radius: 10px;
  transition: all ease 0.4s;
  position: relative;
  z-index: 1;
}

.icon-btn:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}

.icon-btn2 {
  padding: 0;
  font-size: var(--icon-font-size, 20px);
  width: var(--icon-size, 80px);
  height: var(--icon-size, 60px);
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--secondary-color);
  color: var(--secondary-color);
  background-color: transparent;
  border-radius: 30px;
  transition: all ease 0.4s;
  position: relative;
  z-index: 1;
}

.icon-btn2 i {
  font-size: 24px;
  font-weight: 500;
}

.icon-btn2:hover {
  background-color: var(--theme-color);
  border-color: transparent;
  color: var(--white-color);
}

.icon-btn2:hover::before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1.001);
  transform: scale(1.001);
}

.play-btn {
  display: inline-block;
  position: relative;
  z-index: 1;
  border: none;
  background-color: transparent;
  padding: 0;
}

.play-btn>i {
  display: inline-block;
  width: var(--icon-size, 120px);
  height: var(--icon-size, 120px);
  line-height: var(--icon-size, 120px);
  font-size: var(--icon-font-size, 1.5em);
  text-align: center;
  background-color: var(--theme-color);
  color: var(--white-color);
  border-radius: 50%;
  z-index: 1;
  transition: all ease 0.4s;
}

.play-btn:after,
.play-btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: var(--theme-color);
  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(--white-color);
  color: var(--secondary-color);
}

.link-btn {
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
  line-height: 0.8;
  position: relative;
  padding-bottom: 2px;
  margin-bottom: -2px;
  text-transform: uppercase;
}

.link-btn i {
  margin-left: 7px;
  font-size: 0.9rem;
}

.link-btn:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: var(--theme-color);
  transition: all ease 0.4s;
}

.link-btn:hover {
  color: var(--theme-color);
}

.link-btn:hover::before {
  width: 100%;
}

.scroll-btn {
  position: fixed;
  bottom: 300px;
  right: 30px;
  z-index: 94;
  opacity: 0;
  visibility: hidden;
  display: inline-block;
  border-radius: 50%;
  /* Small devices */
}

.scroll-btn i {
  display: inline-block;
  background-color: var(--theme-color);
  color: var(--white-color);
  text-align: center;
  font-size: 16px;
  width: var(--btn-size, 50px);
  height: var(--btn-size, 50px);
  line-height: var(--btn-size, 50px);
  z-index: 2;
  border-radius: inherit;
  position: relative;
  transition: all ease 0.8s;
}

.scroll-btn:before {
  content: "";
  position: absolute;
  left: var(--extra-shape, -6px);
  top: var(--extra-shape, -6px);
  right: var(--extra-shape, -6px);
  bottom: var(--extra-shape, -6px);
  background-color: transparent;
  border-radius: inherit;
  z-index: 1;
  border: 2px dashed var(--theme-color);
  animation: spin 13s infinite linear;
}

.scroll-btn:focus i,
.scroll-btn:hover i {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.scroll-btn.show {
  bottom: 120px;
  opacity: 1;
  visibility: visible;
}

@media (max-width: 767px) {
  .scroll-btn {
    --btn-size: 40px;
    --extra-shape: -4px;
    right: 15px;
    bottom: 50px;
  }

  .scroll-btn.show {
    bottom: 15px;
  }
}

.scrollToTop {
  position: fixed;
  right: 60px;
  bottom: 500px;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
  z-index: 96;
}

.scrollToTop.show {
  bottom: 60px;
  opacity: 1;
  visibility: visible;
}

/* Large devices */
@media (max-width: 1199px) {
  .play-btn.style4 {
    --icon-size: 80px;
    --icon-font-size: 20px;
  }

  .vs-btn {
    text-transform: capitalize;
    font-size: 14px;
    padding: 12px 10px;
    border-radius: 10px;
    letter-spacing: 0.5;
    left:12px;
  }
}





/* Small devices */
@media (max-width: 767px) {
  .play-btn {
    --icon-size: 60px;
  }

  .scrollToTop {
    right: 20px;
  }

  .scrollToTop.show {
    bottom: 20px;
  }

  .icon-btn2 {
    width: 60px;
    height: 40px;
  }

  .icon-btn2 i {
    font-size: 16px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .vs-icon {
    min-width: 50px;
    min-height: 50px;
    font-size: 20px;
  }
}

/*------------------- 3.3. Titles -------------------*/
.sec-title {
  font-size: 48px;
  font-weight: 600;
  line-height: 112%;
  margin: -0.25em 0 0px 0;
  letter-spacing: 0.01em;
}

.sec-title.h2 {
  font-size: 40px;
}

@media (max-width: 991px) {
  .sec-title {
    font-size: 38px;
  }
}

.sec-title>span {
  color: var(--theme-color);
}

.sec-subtitle {
  text-transform: uppercase;
  color: var(--theme-color);
  font-family: var(--title-font);
  font-size: 18px;
  font-weight: 500;
  margin: -0.25em 0 17px 0;
  position: relative;
  display: inline-flex;
  align-items: center;
  line-height: 100%;
  gap: 8px;
  letter-spacing: 0.03em;
}

.white-title .sec-subtitle,
.white-title .sec-title {
  color: var(--white-color);
}

.title-area {
  margin-bottom: calc(var(--section-title-space) - 10px);
}

.title-area.arraw-style .custom-arraw {
  position: relative;
}

.title-area.arraw-style .custom-arraw .icon-btn {
  border-radius: 50%;
  border: 1px solid var(--border-color);
}

.title-area.arraw-style .custom-arraw .icon-btn:hover {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}

.title-area.arraw-style .custom-arraw .icon-arraw {
  margin-bottom: 0;
}

.title-area.arraw-style .custom-arraw .icon-arraw:not(:last-child) {
  margin-right: 12px;
}

.title-area2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-bottom: 40px;
  /* Small devices */
}

.title-area2 .sec-title {
  color: var(--title-color);
  margin: 0;
  line-height: initial;
  letter-spacing: normal;
  font-size: 40px;
}

.title-area2 .vs-btn {
  padding: 17px 32px;
  line-height: normal;
}

.title-area2 .border-line {
  right: 17%;
  top: 50%;
  max-width: 680px;
}

@media (max-width: 767px) {
  .title-area2 {
    display: block;
    text-align: center;
  }

  .title-area2 .sec-title {
    margin-bottom: 20px;
  }
}

.border-line {
  position: absolute;
  width: 100%;
  height: 4px;
  transform: translateY(-50%);
  background-color: var(--body-color);
}

.sec-btns {
  padding: 13px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.sec-btns i.fa-arrow-left {
  margin-left: 0;
  margin-right: 10px;
}

.sec-btns2 {
  margin-bottom: calc(var(--section-title-space) - 5px);
}

.sec-line-wrap {
  display: flex;
  gap: 25px;
  align-items: center;
  margin: 0 0 80px 0;
}

.sec-line-wrap .sec-title2 {
  margin: -0.3em 0 -0.4em 0;
}

.sec-line {
  background-color: var(--theme-color);
  flex: 1;
  height: 2px;
}

.border-title {
  position: relative;
  padding: 0 0 5px 0;
  margin-bottom: 0;
}

.border-title-border {
  width: 48px;
  height: 2px;
  display: inline-block;
  background-color: var(--theme-color);
  margin-bottom: 25px;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .sec-title4 {
    font-size: 42px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .sec-title4 {
    font-size: 36px;
    line-height: 1.4;
  }
}

/* Medium devices */
@media (max-width: 991px) {

  .sec-title3.h1,
  .sec-title.h1 {
    font-size: 36px;
  }

  .sec-line-wrap {
    margin: 0 0 60px 0;
  }

  .sec-subtitle2 {
    margin-bottom: 15px;
  }

  .title-area {
    margin-bottom: 40px;
    text-align: center;
  }

  .title-area .title-btn {
    text-align: center;
  }

  .title-area.arraw-style .custom-arraw .icon-arraw:not(:last-child) {
    margin-right: 5px;
  }
}

/* Small devices */
@media (max-width: 767px) {

  .sec-title3.h1,
  .sec-title.h1 {
    font-size: 30px;
  }

  .sec-subtitle {
    font-size: 16px;
  }

  .sec-line-wrap {
    margin: 0 0 40px 0;
    gap: 10px;
  }

  .sec-title4 {
    font-size: 30px;
    line-height: 1.4;
  }
}

/*------------------- 3.4. Common -------------------*/
body::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  border-radius: 20px;
}

body::-webkit-scrollbar-track {
  background: rgba(252, 0, 18, 0.1);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
}

body::-webkit-scrollbar-thumb {
  background-color: var(--theme-color);
  border-radius: 20px;
}

.image-scale-hover {
  overflow: hidden;
}

.image-scale-hover img {
  transition: all ease 0.4s;
  transform: scale(1.001);
}

.image-scale-hover:hover img {
  transform: scale(1.2);
}

.alert-dismissible .btn-close {
  font-size: 18px;
  line-height: 1;
}

.z-index-step1 {
  position: relative;
 
  z-index: 4 !important;
}

.z-index-common {
  position: relative;
  z-index: 1;
}

.z-index1 {
  z-index: 1;
}

.z-index-n1 {
  z-index: -1;
}

.media-body {
  flex: 1;
}

.badge {
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  text-align: center;
  background-color: var(--theme-color);
  color: var(--white-color);
  padding: 0.35em 0.55em;
  border-radius: 50%;
}

.hr-style1 {
  background-color: var(--white-color);
  margin: 20px 0 30px 0;
}

.new-label {
  font-size: 12px;
  background-color: var(--error-color);
  color: var(--white-color);
  line-height: 1;
  padding: 1px 5px;
  border-radius: 4px;
  text-transform: capitalize;
  position: relative;
  top: -1px;
}

.big-name {
  font-size: 450px;
  color: var(--white-color);
  -webkit-text-stroke: 2px #eef0ff;
  line-height: 1;
  letter-spacing: -0.08em;
  font-weight: 400;
  position: relative;
  z-index: 31;
  text-align: right;
  margin: -234px 30px -59px 0;
}

.sec-big-text2,
.sec-big-text {
  font-size: 160px;
  font-weight: 700;
  font-family: var(--title-font);
  line-height: 1;
  display: block;
  color: #f1f3f9;
  position: absolute;
  left: 0;
  right: 0;
  top: -37px;
  z-index: -1;
}

.sec-big-text2 {
  top: auto;
  left: auto;
  right: 120px;
  bottom: -26px;
}

.home-five-shape1 {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #f6f7fc;
  width: 100%;
  max-width: 1255px;
  z-index: -3;
}

.home-five-shape2 {
  position: absolute;
  left: -428px;
  bottom: 250px;
  width: 1024px;
  height: 1024px;
  border: 50px solid var(--theme-color);
  border-radius: 50%;
  z-index: -2;
}

.home-five-shape3 {
  position: absolute;
  right: 60px;
  bottom: 325px;
}

.home-five-wrap1 {
  position: relative;
  border-bottom: 7px solid var(--theme-color);
  z-index: 1;
}

.shape-mockup {
  position: absolute;
}

/* Hight Resoulation devices */
@media (min-width: 1921px) {

  .ls-wrapper>.ls-layer.d-hd-none,
  .ls-wrapper>a>.ls-layer.d-hd-none,
  .d-hd-none {
    display: none !important;
  }
}

@media (min-width: 1500px) {
  .d-xxxl-block {
    display: block !important;
  }
}

/* Extra large devices */
@media (max-width: 1500px) {
  .big-name {
    font-size: 320px;
    margin: -168px 30px -59px 0;
  }

  .home-five-shape3 {
    right: 30px;
    bottom: 50px;
    max-width: 200px;
  }

  .home-five-shape2 {
    left: -18%;
    bottom: 34%;
    width: 500px;
    height: 500px;
  }

  .home-five-shape1 {
    max-width: 100%;
    right: 60px;
    width: auto;
  }

  .sec-big-text2,
  .sec-big-text {
    font-size: 130px;
  }
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .big-name {
    font-size: 245px;
    margin: -128px 40px -42px 0;
  }

  .home-five-shape1 {
    right: 0;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .big-name {
    font-size: 190px;
    margin: -100px 40px -42px 0;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .big-name {
    font-size: 146px;
    margin: -78px 40px -25px 0;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .big-name {
    font-size: 75px;
    margin: -20px 0 -12px 0;
    letter-spacing: 0;
    text-align: center;
  }
}

.text-box {
  background-color: var(--white-color);
  width: 160px;
  height: 160px;
  background-color: var(--secondary-color);
  border-radius: 50%;
  text-align: center;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
}

.text-box__number {
  font-size: 30px;
  color: var(--theme-color);
  font-family: var(--title-font);
  font-weight: 700;
  line-height: 132%;
  margin-bottom: 10px;
  display: block;
}

.text-box__title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
  color: var(--body-color);
  line-height: 160%;
}

.icon-box {
  display: flex;
  align-items: center;
  gap: 20px;
  max-width: 216px;
}

.icon-box__icon {
  min-width: 60px;
  min-height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--theme-color);
  border-radius: 0%;
}

.icon-box__title {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
}

@media (max-width: 1199px) {
  .icon-box__title {
    font-size: 18px;
  }
}

.icon-box.style2 {
  background-color: var(--smoke-color);
  max-width: 100%;
  padding: 30px;
  align-items: center;
  margin-bottom: 30px;
  transition: all 0.3s ease-in-out;
}

.icon-box.style2 .icon-box__icon {
  background-color: var(--white-color);
  border-radius: 0;
  color: var(--white-color);
}

.icon-box.style2 .icon-box__title {
  margin-bottom: 6px;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
}

.icon-box.style2 .icon-box__text {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}

.icon-box.style2:hover {
  background-color: var(--theme-color);
}

.icon-box.style2:hover .icon-box__title,
.icon-box.style2:hover .icon-box__text {
  color: var(--white-color);
  transition: all 0.3s ease-in-out;
}

.icon-box.style3 {
  max-width: 100%;
  margin-bottom: 20px;
}

.icon-box.style3:last-child {
  margin-bottom: 0px;
}

.icon-box.style3 .icon-box__icon {
  border-radius: 0;
  font-size: 30px;
  color: var(--white-color);
  min-width: 70px;
  min-height: 70px;
  transition: all 0.3s ease-in-out;
}

.icon-box.style3 .icon-box__text {
  margin-bottom: 6px;
  font-size: 16px;
  font-family: var(--title-font);
  font-weight: 700;
}

.icon-box.style3 .icon-box__title {
  font-weight: 700;
  font-family: var(--title-color);
  font-family: var(--title-font);
  font-size: 24px;
}

@media (max-width: 767px) {
  .icon-box.style3 .icon-box__title {
    font-size: 20px;
  }
}

.icon-box.style3 .icon-box__title>a {
  transition: all 0.3s ease-in-out;
}

.icon-box.style3 .icon-box__title>p {
  margin-bottom: 0;
}

.icon-box.style3 .icon-box__title>a,
.icon-box.style3 .icon-box__title>p {
  color: var(--title-color);
  font-family: var(--title-font);
}

.icon-box.style3:hover .icon-box__icon {
  background-color: var(--theme-color);
}

.icon-box.style3:hover .icon-box__title>a {
  color: var(--theme-color);
}

.list-style {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

.list-style>li {
  padding-left: 28px;
  position: relative;
  margin-bottom: 10px;
  color: var(--title-color);
  font-weight: 500;
}

.list-style>li:last-child {
  margin-bottom: 0;
}

.list-style>li::before {
  content: "\f058";
  left: 0;
  position: absolute;
  top: 0px;
  font-family: var(--icon-font);
  font-weight: 600;
  color: var(--theme-color);
}

.star-rating {
  overflow: hidden;
  position: relative;
  display: block;
  font-family: var(--icon-font);
  font-weight: 700;
  font-size: 14px;
}

.star-rating i {
  font-size: 14px;
  color: var(--theme-color);
  margin-right: 0;
}

.divider1,
.divider2 {
  background-color: var(--border-color);
  opacity: 1;
}

.divider2 {
  height: 2px;
}

.banner-block {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 119px 33px;
}

.banner-block::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--title-color);
  opacity: 0.8;
  z-index: -1;
  left: 0;
  top: 0;
}

.banner-block__logo {
  margin-bottom: 19px;
}

.banner-block__title {
  color: var(--white-color);
  margin-bottom: 45px;
  line-height: 46px;
}

.banner-block__title>span {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA3IiBoZWlnaHQ9IjE0IiB2aWV3Qm94PSIwIDAgMTA3IDE0IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMiAxMkMyMC4yOTUgNi4zNTQ0NCA2Ni41MDggLTIuOTE1MjIgMTA1IDUuMTcwNjkiIHN0cm9rZT0iI0VGMEYzQSIgc3Ryb2tlLXdpZHRoPSIzIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPC9zdmc+Cg==);
  background-repeat: no-repeat;
  background-position: bottom;
  color: var(--theme-color);
  padding-bottom: 12px;
  display: block;
  background-size: auto;
}

.bg-shape1 {
  position: absolute;
  bottom: 0;
  left: 0;
  min-height: 500px;
  width: 100%;
  right: 0;
  background-color: var(--smoke-color);
  z-index: -1;
}

.bg-shape1 .shape1,
.bg-shape1 .shape2 {
  position: absolute;
}

@media (max-width: 767px) {

  .bg-shape1 .shape1,
  .bg-shape1 .shape2 {
    display: none;
  }
}

.bg-shape1 .shape2 {
  top: 74px;
  left: 207px;
}

.it-reveal-animation {
  clip-path: inset(0 0 100% 0);
  transition: 2s cubic-bezier(0.5, 0.5, 0, 1);
}

.it-reveal-animation.active {
  clip-path: inset(0 0 0 0);
  transition: 2s cubic-bezier(0.5, 0.5, 0, 1);
}

.table {
  border: 0;
  margin: -0.25rem -0.25rem;
}

.table> :not(:last-child)> :last-child>* {
  border-bottom-color: currentColor;
}

.table-borderless> :not(caption)>*>* {
  border-bottom-width: 0;
}

.table> :not(caption)>*>* {
  padding: 0.3rem 0.3rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
  border: 0;
  color: var(--white-color);
  text-align: left;
}

.table>tbody>tr>td:first-child {
  width: 50px;
}

/*------------------- 3.6. Font -------------------*/
.font-icon {
  font-family: var(--icon-font);
}

.font-title {
  font-family: var(--title-font);
}

.font-body {
  font-family: var(--body-font);
}

.fw-light {
  font-weight: 300;
}

.fw-normal {
  font-weight: 400;
}

.fw-medium {
  font-weight: 500;
}

.fw-semibold {
  font-weight: 600;
}

.fw-bold {
  font-weight: 700;
}

.fw-extrabold {
  font-weight: 800;
}

.fs-md {
  font-size: 18px;
}

.fs-xs {
  font-size: 14px;
}

/*------------------- 3.7. Background -------------------*/
.bg-theme {
  background-color: var(--theme-color) !important;
}

.bg-secondary {
  background-color: var(--secondary-color) !important;
}

.bg-smoke {
  background-color: var(--smoke-color) !important;
}

.bg-white {
  background-color: var(--white-color) !important;
}

.bg-black {
  background-color: var(--black-color) !important;
}

.bg-title {
  background-color: var(--title-color) !important;
}

.bg-body {
  background-color: var(--white-color) !important;
}

.bg-gray {
  background-color: #e5e5e5;
}

.background-image,
[data-bg-src] {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-fluid {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}

.bg-auto {
  background-size: auto auto;
}

/*------------------- 3.8. Text Color -------------------*/
.text-theme {
  color: var(--theme-color) !important;
}

.text-secondary {
  color: var(--secondary-color) !important;
}

.text-title {
  color: var(--theme-color) !important;
}

.text-body {
  color: var(--body-color) !important;
}

.text-white {
  color: var(--white-color) !important;
}

.text-yellow {
  color: var(--yellow-color) !important;
}

.text-success {
  color: var(--success-color) !important;
}

.text-error {
  color: var(--error-color) !important;
}

.text-inherit {
  color: inherit;
}

.text-inherit:hover {
  color: var(--theme-color);
}

a.text-theme:hover,
.text-reset:hover {
  text-decoration: underline;
}

.text-light2 {
  color: #919398;
}

/*------------------- 3.9. Overlay -------------------*/
.overlay,
.overlay2,
.overlay3,
.overlay4,
.overlay5,
.overlay6,
.overlay7 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.overlay2 {
  background: linear-gradient(90deg, #01133c 48.92%, rgba(1, 19, 60, 0) 119.11%);
  opacity: 0.9;
  z-index: -1;
}

.overlay3 {
  background: linear-gradient(90deg, #01133c 41.07%, rgba(1, 19, 60, 0) 100%);
  opacity: 0.9;
}

.overlay4 {
  background-color: var(--title-color);
  opacity: 0.85;
}

.overlay5 {
  background: linear-gradient(90deg, #01133c 57.39%, rgba(1, 19, 60, 0) 122.86%);
  opacity: 0.9;
}

.overlay6 {
  opacity: 0.85;
  background-color: var(--theme-color);
}

.overlay7 {
  background: linear-gradient(90deg, #01133c 41.07%, rgba(1, 19, 60, 0) 100%);
  opacity: 0.9;
  z-index: -1;
}

.position-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.element {
  position: absolute;
  width: 57%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--theme-color);
  clip-path: polygon(0 0, 100% 0, 74% 100%, 0% 100%);
  z-index: -1;
}

@media (max-width: 1199px) {
  .element {
    width: 75%;
  }
}

@media (max-width: 767px) {
  .element {
    width: 100%;
  }
}

[data-overlay] {
  position: relative;
}

[data-overlay] [class^=col-],
[data-overlay] [class*=col-] {
  z-index: 1;
}

[data-overlay]:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

[data-overlay=theme]:before {
  background-color: var(--theme-color);
}

[data-overlay=title]:before {
  background-color: var(--title-color);
}

[data-overlay=white]:before {
  background-color: var(--white-color);
}

[data-overlay=black]:before {
  background-color: var(--black-color);
}

[data-opacity="1"]:before {
  opacity: 0.1;
}

[data-opacity="2"]:before {
  opacity: 0.2;
}

[data-opacity="3"]:before {
  opacity: 0.3;
}

[data-opacity="4"]:before {
  opacity: 0.4;
}

[data-opacity="5"]:before {
  opacity: 0.5;
}

[data-opacity="6"]:before {
  opacity: 0.6;
}

[data-opacity="7"]:before {
  opacity: 0.7;
}

[data-opacity="8"]:before {
  opacity: 0.8;
}

[data-opacity="9"]:before {
  opacity: 0.9;
}

[data-opacity="10"]:before {
  opacity: 1;
}

/*------------------- 3.10. Animation -------------------*/
.jump-reverse-img,
.jump-img,
.jump-reverse,
.jump {
  animation: jumpping var(--duration, 6s) infinite linear;
}

.jump-reverse-img,
.jump-img {
  --duration: 5s;
}

.jump-reverse-img,
.jump-reverse {
  --jump-y: -20px;
}

.rotate-reverse-img,
.rotate-img,
.rotate-reverse,
.rotate {
  animation: rotate var(--duration, 12s) infinite linear;
}

.moving {
  animation: moving 8s linear infinite;
}

.vs-slider-shape-1 {
  position: absolute;
  z-index: 3;
  animation: vswing 1s ease-in-out 1s forwards infinite alternate;
  transform-origin: top left;
}

@keyframes vswing {
  0% {
    -webkit-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    transform: rotate(25deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes sway-left {

  0%,
  100% {
    transform: rotate(-6deg) rotateX(6deg);
  }

  50% {
    transform: rotate(6deg);
  }
}

@keyframes zoomAnimation {
  from {
    -webkit-transform: scale(1) translate(0px);
  }

  to {
    -webkit-transform: scale(1.3) translate(0px);
  }
}

@-webkit-keyframes zoomAnimation {
  from {
    -webkit-transform: scale(1) translate(0px);
  }

  to {
    -webkit-transform: scale(1.3) translate(0px);
  }
}

@keyframes vsfadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.vsfadeUp {
  -webkit-animation-name: vsfadeUp;
  animation-name: vsfadeUp;
}

@keyframes moving {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-50px);
  }

  100% {
    transform: translateY(0);
  }
}

.rotate-reverse-img,
.rotate-img {
  --duration: 40s;
}

.rotate-reverse {
  --rotate-angle: -360deg;
}

.spin {
  animation: spin var(--duration, 4s) infinite linear;
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.wow-animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.fadein {
  --animation-name: fadein-custom;
}

.slideinup {
  --animation-name: slideinup;
}

.slideindown {
  --animation-name: slideindown;
}

.slideinleft {
  --animation-name: slideinleft;
}

.slideinright {
  --animation-name: slideinright;
}

.animated,
.vs-hero .vs-btn,
.vs-hero .hero-text,
.vs-hero .hero-title,
.vs-hero .hero-subtitle {
  animation-fill-mode: both;
  animation-iteration-count: 1;
  animation-duration: 1s;
  animation-delay: 0.3s;
  animation-name: var(--animation-name);
}

.ripple-animation,
.play-btn:after,
.play-btn:before {
  animation-duration: var(--ripple-ani-duration);
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-name: ripple;
}

@keyframes ripple {
  0% {
    transform: scale(1);
    opacity: 0;
  }

  50% {
    opacity: 0.8;
  }

  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes slideinup {
  0% {
    opacity: 0;
    transform: translateY(70px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes slideindown {
  0% {
    opacity: 0;
    transform: translateY(-70px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes slideinleft {
  0% {
    opacity: 0;
    transform: translateX(-70px);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes slideinright {
  0% {
    opacity: 0;
    transform: translateX(70px);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes fadein-custom {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes jumpping {

  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  40% {
    transform: translate3d(0, var(--jump-y, 20px), var(--jump-x, 0));
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(var(--rotate-angle, 360deg));
  }
}

@keyframes leftToRight {

  0%,
  100% {
    left: 0px;
  }

  50% {
    left: 56px;
  }
}

/*------------------- 3.11. Animation -------------------*/
.cursor1 {
  position: fixed;
  width: 40px;
  height: 40px;
  border: 1px solid var(--theme-color);
  border-radius: 50%;
  left: 0;
  top: 0;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: 0.15s;
  z-index: 999;
  mix-blend-mode: difference;
}

@media (max-width: 1200px) {
  .cursor1 {
    display: none;
  }
}

.cursor1.hide {
  opacity: 0;
  visibility: hidden;
}

.cursor2 {
  position: fixed;
  width: 8px;
  height: 8px;
  background-color: var(--theme-color);
  border-radius: 50%;
  left: 0;
  top: 0;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: 0.2s;
  z-index: 999;
  mix-blend-mode: difference;
}

@media (max-width: 1200px) {
  .cursor2 {
    display: none;
  }
}

.cursor2.hide {
  opacity: 0;
  visibility: hidden;
}

.cursor2.circle {
  width: 60px;
  height: 60px;
}

/*=================================
    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 a,
.widget_meta a,
.widget_pages a,
.widget_archive a,
.widget_categories a {
  display: flex;
  margin: 0px 0px 20px;
  padding: 5px 20px 5px 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  align-items: center;
  justify-content: space-between;
  background: var(--white-color);
  color: var(--title-color);
  text-transform: capitalize;
  font-family: var(--title-font);
  min-height: 60px;
  position: relative;
}

.widget_nav_menu a:hover,
.widget_meta a:hover,
.widget_pages a:hover,
.widget_archive a:hover,
.widget_categories a:hover {
  color: var(--white-color);
  background-color: var(--theme-color);
}

.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 {
  margin-bottom: 0;
}

.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(--theme-color);
}

.widget_nav_menu .children,
.widget_meta .children,
.widget_pages .children,
.widget_archive .children,
.widget_categories .children {
  margin-left: 10px;
}

.widget_categories a {
  background-color: var(--white-color);
  border-radius: 30px;
}

.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;
}

.categories-list {
  margin-bottom: 0;
}

.cat-item {
  position: relative;
  padding: 20px 0 15px;
}

.cat-item:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.cat-item .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-30%);
}

.cat-item a {
  position: relative;
  padding: 0 25px 0 35px;
  font-weight: 500;
  font-size: 20px;
  font-family: var(--title-font);
  color: var(--title-color);
  width: 100%;
  display: block;
}

.cat-item a i {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 17px;
  color: var(--theme-color);
}

.cat-item a:hover {
  color: var(--theme-color);
}

.cat-item a:hover::after {
  color: var(--title-color);
  background-color: var(--white-color);
}

/* 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: 44px 40px 40px 40px;
  background-color: var(--theme-color2);
  position: relative;
  border: 6px;
  border-radius: 10px;
}

.widget:not(:last-child) {
  margin-bottom: 30px;
}

.widget_banner {
  padding: 0;
}

.widget select,
.widget input {
  height: 55px;
  border: none;
  background-color: #fff;
  padding-left: 30px;
  font-weight: 400;
}

.widget_title {
  position: relative;
  font-size: 30px;
  font-weight: 700;
  color: var(--theme-color);
  line-height: 132%;
  margin: -0.38em 0 30px 0;
  font-family: var(--title-font);
  text-transform: capitalize;
  padding: 0 0px 5px 0;
}

.widget.widget_search {
  padding: 40px;
}

.widget .search-form {
  position: relative;
  display: block;
  border-radius: 5px;
  overflow: hidden;
}

.widget .search-form input {
  flex: 1;
  background-color: var(--white-color);
  line-height: 170%;
  border-radius: 5px;
  height: 56px;
  color: var(--text-color);
  margin-bottom: 0px;
}

.widget .search-form input::placeholder {
  color: var(--text-color);
}

.widget .search-form .vs-btn {
  font-weight: 700;
  padding: 12px 19px;
  height: 100%;
  border-radius: 0;
  position: absolute;
  right: 0;
}

.widget .search-form .vs-btn i {
  margin: 0;
}

.widget .search-form .vs-btn:hover {
  color: var(--white-color);
}

.wp-block-tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 0;
  align-items: center;
}

.wp-block-tag-cloud a,
.tagcloud a {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 15px 18px;
  margin-right: 0;
  margin-bottom: 0;
  color: var(--text-color);
  text-transform: capitalize;
  background-color: var(--white-color);
  border-radius: 5px;
  font-family: var(--body-font);
}

.wp-block-tag-cloud a:hover,
.tagcloud a:hover {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
  color: var(--white-color) !important;
}

.tagcloud {
  margin-right: -5px;
  margin-bottom: -10px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tagcloud a {
  background-color: var(--white-color);
  color: var(--text-color);
}

.recent-post,
.recent-product {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}

.recent-post:last-child,
.recent-product:last-child {
  margin-bottom: 0;
}

.recent-post .media-img,
.recent-product .media-img {
  margin-right: 20px;
  width: 100px;
  border-radius: 10px;
  overflow: hidden;
}

.recent-post .media-img img,
.recent-product .media-img img {
  width: 100%;
  transition: all ease 0.4s;
}

.recent-post .post-title,
.recent-product .post-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 155%;
  margin-bottom: 3px;
}

.recent-post .post-title>a,
.recent-product .post-title>a {
  color: var(--title-color);
  display: block;
}

.recent-post .post-title>a:hover,
.recent-product .post-title>a:hover {
  color: var(--theme-color);
}

.recent-post .recent-post-meta,
.recent-product .recent-post-meta {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 500;
  color: var(--text-color);
  font-family: var(--body-font);
  display: inline-flex;
  align-items: center;
  line-height: 170%;
}

.recent-post .recent-post-meta i,
.recent-product .recent-post-meta i {
  margin-right: 5px;
  color: var(--theme-color);
}

.recent-post:hover .media-img img,
.recent-product:hover .media-img img {
  transform: scale(1.1);
}

.recent-product .media-img {
  min-width: 100px;
  min-height: 80px;
  background: var(--white-color);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.recent-product .media-img img {
  width: inherit;
}

.recent-product .recent-post-meta {
  font-size: 16px;
}

.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(--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(--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(--theme-color);
  background-color: var(--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: 10px;
}

.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(--border-color);
  padding: 0 0 60px 110px;
  margin: 0 0 27px 0;
  min-height: 90px;
}

.widget_shopping_cart .mini_cart_item a {
  color: var(--title-color);
}

.widget_shopping_cart .mini_cart_item>a>img {
  max-width: 80px;
}

.widget_shopping_cart .remove {
  position: absolute;
  right: 0;
  top: 0;
  color: var(--title-color);
  line-height: 1;
  font-size: 18px;
}

.widget_shopping_cart .remove:hover {
  color: var(--theme-color);
}

.widget_shopping_cart .img {
  position: absolute;
  left: 0;
  top: 3px;
  display: inline-block;
  border: 1px solid var(--border-color);
}

.widget_shopping_cart .product-title {
  font-size: 14px;
  color: var(--title-color);
  font-weight: 400;
  margin-bottom: 0;
  display: inline-block;
}

.widget_shopping_cart .amount {
  display: block;
  font-weight: 600;
  color: var(--title-color);
  font-size: 16px;
}

.widget_shopping_cart .quantity {
  display: inline-flex;
  margin-top: 0px;
}

.widget_shopping_cart .qut-btn {
  border: 1px solid var(--border-color);
  background-color: transparent;
  display: inline-block;
  background-color: transparent;
  width: 25px;
  height: 25px;
  padding: 0;
  font-size: 12px;
  z-index: 1;
  position: relative;
}

.widget_shopping_cart .qut-btn:hover {
  background-color: var(--title-color);
  border-color: transparent;
  color: var(--white-color);
}

.widget_shopping_cart .qty-input {
  border: 1px solid var(--border-color);
  text-align: center;
  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: 10px;
}

.widget_shopping_cart .subtotal>span:not(.amount) {
  color: var(--title-color);
  font-weight: 300;
}

.widget_shopping_cart .subtotal .amount {
  font-size: 12px;
  display: inline-block;
}

.widget_shopping_cart .total {
  color: var(--title-color);
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 25px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.widget_shopping_cart .total .amount {
  font-size: inherit;
  display: inline-block;
  color: var(--theme-color);
}

.widget_shopping_cart .buttons {
  margin: 0;
  gap: 15px;
}

.sidebar-area {
  margin-bottom: -10px;
  position: sticky;
  top: 30px;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .sidebar-area {
    margin-bottom: 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 .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(--white-color);
  padding: 14.5px 20px;
  margin: 0 0 15px 0;
  font-family: var(--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(--white-color);
  position: relative;
  z-index: 1;
  max-width: 200px;
  margin: -0.3em auto 25px auto;
}

.sidebar-gallery .gallery-thumb {
  overflow: hidden;
  position: relative;
  border-radius: 5px;
}

.sidebar-gallery .gallery-thumb img {
  transition: all ease 0.4s;
  width: 100%;
  transform: scale(1);
}

.sidebar-gallery .gallery-thumb:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--theme-color);
  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(--theme-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 i {
  color: var(--theme-color);
  top: 1px;
  position: relative;
}

.sidebar-gallery .gallery-thumb .gal-btn:hover {
  transform: scale(1);
  background-color: var(--white-color);
}

.sidebar-gallery .gallery-thumb .gal-btn:hover i {
  color: var(--theme-color);
}

.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;
  background-color: var(--white-color);
}

.sidebar-gallery .gallery-thumb:hover img {
  transform: scale(1.12);
}

.widget--bg1 {
  background-color: var(--blackSand-color);
}

.vs-widget-about__text {
  color: var(--silverDeep-color);
}

/* Large devices */
@media (max-width: 1199px) {
  .widget {
    --widget-padding-y: 25px;
    --widget-padding-x: 25px;
  }

  .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) {

  .wp-block-tag-cloud a,
  .tagcloud a {
    padding: 10.5px 18px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .contact-widget .icon {
    --icon-size: 30px;
    --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.widget_search {
    padding: 20px 15px;
  }

  .widget {
    padding: 30px 15px;
  }
}

.widget-area {
  padding-top: 120px;
  padding-bottom: 93px;
}

.widget-area2 {
  padding-top: 60px;
}

.footer-widget,
.footer-widget .widget {
  padding: 0;
  border: none;
  padding-bottom: 0;
  background-color: transparent;
}

.footer-widget .widget_title {
  border: none;
  font-size: 24px !important;
  margin: 0 0 30px 0;
  padding: 0 0 15px 0;
  color: var(--theme-color);
  position: relative;
  text-align: left;
}

.footer-widget .widget_title::before {
  content: "";
  position: absolute;
}

.footer-widget .widget_title::before {
  width: 52px;
  height: 4px;
  background-color: var(--theme-color);
  left: 0;
  bottom: 0;
  border-radius: 2px;
}

.footer-widget .vs-btn {
  background-color: var(--theme-color);
}

.footer-widget .vs-btn::before,
.footer-widget .vs-btn::after {
  background-color: var(--theme-color);
}

.footer-widget.widget_nav_menu {
  margin-bottom: 30px;
  text-align: left;
}

.footer-widget.widget_nav_menu .widget_title {
  margin-bottom: 30px;
}

.footer-widget.widget_nav_menu a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  justify-content: flex-start;
  gap: 5px;
  border: none;
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 7px;
  max-width: 100%;
  padding: 0 0 0 0px;
  color: var(--text-color);
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  position: relative;
  min-height: auto;
  line-height: 1.625;
}

.footer-widget.widget_nav_menu a i {
  color: var(--text-color);
  transition: all 0.5s ease;
}

.footer-widget.widget_nav_menu a:hover {
  color: var(--theme-color);
  background-color: transparent;
}

.footer-widget.widget_nav_menu a:hover i {
  color: var(--theme-color);
}

.footer-widget.widget_nav_menu li>span {
  width: auto;
  height: auto;
  position: relative;
  background-color: transparent;
  color: var(--body-color);
  line-height: 1;
}

.footer-widget.widget_nav_menu li:last-child a {
  margin-bottom: 0;
}

.footer-widget .sidebar-gallery {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
}

.footer-widget .sidebar-gallery a {
  overflow: hidden;
  border-radius: 0px;
  position: relative;
}

.footer-widget .sidebar-gallery a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--theme-color);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.footer-widget .sidebar-gallery a img {
  border-radius: 5px;
  transition: 0.4s ease-in-out;
}

.footer-widget .sidebar-gallery a .gal-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: scale(1.5);
  width: var(--icon-size, 35px);
  height: var(--icon-size, 35px);
  line-height: calc(var(--icon-size, 35px) + 2px);
  margin: calc(var(--icon-size, 35px) / -2) 0 0 calc(var(--icon-size, 35px) / -2);
  text-align: center;
  font-size: 18px;
  color: var(--white-color);
  background-color: transparent;
  border-radius: 50%;
  transition: all ease 0.4s;
  opacity: 0;
  visibility: hidden;
  z-index: 3;
}

.footer-widget .sidebar-gallery a:hover img {
  transform: scale(1.12);
}

.footer-widget .sidebar-gallery a:hover::before {
  opacity: 0.8;
  visibility: visible;
}

.footer-widget .sidebar-gallery a:hover .gal-btn {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.footer-widget .sidebar-gallery a:hover .gal-btn:hover {
  -webkit-transform: scale(1);
  transform: scale(1);
  background-color: var(--white-color);
  color: var(--theme-color);
}

.vs-widget-about .footer-text {
  max-width: 275px;
  font-family: var(--body-font);
  font-size: 16px;
}

.footer-insta-image {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.social-style1 a {
  margin-right: 18px;
  color: var(--white-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}

.social-style1 a:hover {
  color: var(--theme-color);
}

.social-style1 a:last-child {
  margin-right: 0;
}

.footer-contact .menu a {
  padding-left: 24px;
}

.footer-contact .menu a i {
  font-size: 14px;
  top: 5px;
}

.footer-widget .widget_title::before {
  display: none;
}

/* Large devices */
@media (max-width: 1199px) {
  .footer-widget {
    margin-bottom: 30px;
  }

  .footer-widget .widget_title {
    font-size: 26px;
    margin-bottom: 20px;
  }

  .footer-widget.widget_categories .widget_title,
  .footer-widget.widget_nav_menu .widget_title {
    margin-bottom: 25px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .footer-widget .widget_title {
    font-size: 22px;
  }

  .widget-area2 {
    padding-bottom: 20px;
  }
}

.widget__schedule>ul {
  padding-left: 0;
  margin-bottom: 0;
}

.widget__schedule>ul>li {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: var(--white-color);
  gap: 43px;
  margin-bottom: 6px;
}

.widget__schedule>ul>li:last-child {
  margin-bottom: 0;
}

.widget__schedule>ul>li>span {
  color: var(--white-color);
}

.widget__schedule>ul>li>span>span {
  padding-left: 10px;
}

.price_slider_wrapper {
  margin-top: 40px;
}

.price_slider_wrapper .ui-slider {
  height: 10px;
  position: relative;
  width: 100%;
  background-color: var(--white-color);
  border: none;
  margin-top: 10px;
  margin-bottom: 35px;
  cursor: pointer;
  border-radius: 3px;
}

.price_slider_wrapper .ui-slider-handle {
  width: 20px;
  height: 20px;
  outline: none;
  border-radius: 50%;
  text-align: center;
  line-height: 10px;
  padding: 0;
  border: 5px solid var(--theme-color);
  cursor: pointer;
  position: absolute;
  z-index: 2;
  margin-top: 0;
  background-color: var(--white-color);
  transform: translateX(9px);
}

.price_slider_wrapper .ui-slider-handle:last-child {
  transform: translateX(-10px);
}

.price_slider_wrapper .ui-slider-range {
  border: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 1;
  display: block;
  background-color: var(--theme-color);
}

.price_slider_wrapper .price_label {
  font-size: 16px;
  font-weight: 500;
  padding-top: 3px;
  color: var(--title-color);
}

.price_slider_wrapper .vs-btn {
  padding: 13px 30px;
  background-color: var(--theme-color);
  color: var(--white-color);
}

.price_slider_wrapper .vs-btn::before,
.price_slider_wrapper .vs-btn::after {
  background-color: var(--theme-color);
}

.price_slider_wrapper .vs-btn:hover {
  color: var(--white-color);
}

.price_slider_wrapper .price_footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.chekbox-area {
  margin-bottom: 5px;
}

/*------------------- 4.2. Header  -------------------*/
.vs-header {
  position: relative;
  z-index: 41;
}

.main-menu .menu-title,
.menu-style2 .menu-title {
  color: var(--title-color);
  font-weight: 600;
  font-family: var(--title-font);
  text-transform: uppercase;
  font-size: 18px;
}

.main-menu a,
.menu-style2 a {
  display: block;
  position: relative;
  font-family: var(--title-font);
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  color: var(--white-color);
}

.main-menu>ul>li>a,
.menu-style2>ul>li>a {
  padding: 35px 15px 35px 15px;
  border-top: 3px solid transparent;
  transition: all 0.5s ease;
  background: transparent;
}

/* MENU HOVER */



.main-menu > ul > li > a:hover,
.menu-style2 > ul > li > a:hover{

  color:#ee7b16 !important;

  background:rgba(24,95,165,0.08);

  border-radius:8px;

  transition:0.3s ease;

}
 

.main-menu>ul>li>a .new-label,
.menu-style2>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,
.menu-style2>ul>li>a .has-new-lable {
  position: relative;
}

.main-menu ul,
.menu-style2 ul {
  margin: 0;
  padding: 0;
}

.main-menu ul li,
.menu-style2 ul li {
  list-style-type: none;
  display: inline-block;
  position: relative;
}

.main-menu ul li:last-child,
.menu-style2 ul li:last-child {
  margin-right: 0;
}

.main-menu ul li:first-child,
.menu-style2 ul li:first-child {
  margin-left: 0;
}

.main-menu ul li:hover>ul.sub-menu,
.main-menu ul li:hover ul.mega-menu,
.menu-style2 ul li:hover>ul.sub-menu,
.menu-style2 ul li:hover ul.mega-menu {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
  z-index: 9;
}

.main-menu ul.sub-menu,
.main-menu ul.mega-menu,
.menu-style2 ul.sub-menu,
.menu-style2 ul.mega-menu {
  position: absolute;
  text-align: left;
  top: 100%;
  left: 0;
  background-color: var(--white-color);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  visibility: hidden;
  min-width: 190px;
  width: max-content;
  padding: 7px;
  left: -14px;
  margin-top: 50px;
  opacity: 0;
  z-index: -1;
  border-bottom: 3px solid var(--theme-color);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.09), 0px 3px 0px 0px rgba(231, 13, 60, 0.004);
  transform-origin: top center;
  transition: margin-top 0.4s ease-in-out 0s, visibility 0.4s ease-in-out 0s, opacity 0.4s ease-in-out 0s, z-index 0s;
}

.main-menu ul.sub-menu a,
.main-menu ul.mega-menu a,
.menu-style2 ul.sub-menu a,
.menu-style2 ul.mega-menu a {
  font-size: 16px;
  line-height: 30px;
  color: var(--title-color);
}

.main-menu ul.sub-menu,
.menu-style2 ul.sub-menu {
  padding: 18px 20px;
  left: -27px;
}

.main-menu ul.sub-menu:before,
.menu-style2 ul.sub-menu:before {
  content: "";
  position: absolute;
  left: 34.33px;
  top: 34px;
  width: 1px;
  background-color: var(--theme-color);
  height: calc(100% - 65px);
  display: none;
}

.main-menu ul.sub-menu li,
.menu-style2 ul.sub-menu li {
  display: block;
  margin: 0 0;
  padding: 3px 9px;
}

.main-menu ul.sub-menu li a,
.menu-style2 ul.sub-menu li a {
  position: relative;
  padding-left: 0px;
}

.main-menu ul.sub-menu li a:before,
.menu-style2 ul.sub-menu li a:before {
  content: "\f105";
  font-family: var(--icon-font);
  font-weight: 400;
  margin: 0 10px 0 0;
}

.main-menu ul.sub-menu li a:hover,
.menu-style2 ul.sub-menu li a:hover {
  color: var(--theme-color);
}

.main-menu ul.sub-menu li ul.sub-menu,
.menu-style2 ul.sub-menu li ul.sub-menu {
  left: 100%;
  right: auto;
  top: 0;
  margin: 0 0;
  margin-left: 20px;
}

.main-menu ul.sub-menu li ul.sub-menu li ul,
.menu-style2 ul.sub-menu li ul.sub-menu li ul {
  left: 100%;
  right: auto;
}

.main-menu .mega-menu-wrap,
.menu-style2 .mega-menu-wrap {
  position: static;
}

.main-menu ul.mega-menu,
.menu-style2 ul.mega-menu {
  display: flex;
  justify-content: space-between;
  text-align: left;
  width: 100%;
  max-width: var(--main-container);
  padding: 20px 15px 23px 15px;
  left: 50%;
  transform: translateX(-50%);
}

.main-menu ul.mega-menu .main-menu ul.mega-menu>li>ul>li>a,
.menu-style2 ul.mega-menu .main-menu ul.mega-menu>li>ul>li>a {
  position: relative;
}

.main-menu ul.mega-menu li,
.menu-style2 ul.mega-menu li {
  display: block;
  width: 100%;
  padding: 0 15px;
}

.main-menu ul.mega-menu li li,
.menu-style2 ul.mega-menu li li {
  padding: 4px 0;
}

.main-menu ul.mega-menu li a,
.menu-style2 ul.mega-menu li a {
  display: inline-block;
}

.main-menu ul.mega-menu li a:hover,
.menu-style2 ul.mega-menu li a:hover {
  color: var(--theme-color);
}

.main-menu ul.mega-menu>li>a,
.menu-style2 ul.mega-menu>li>a {
  display: block;
  padding: 0;
  padding-bottom: 15px;
  margin-bottom: 10px;
  text-transform: capitalize;
  letter-spacing: 1px;
  font-weight: 700;
  color: var(--title-color);
  border-color: var(--theme-color);
}

.main-menu ul.mega-menu>li>a:hover,
.menu-style2 ul.mega-menu>li>a:hover {
  padding-left: 0;
}

.menu-style1 ul.sub-menu li.active>a,
.menu-style3 ul.sub-menu li.active>a {
  color: var(--theme-color);
}

.menu-style1 ul.mega-menu li li.active>a,
.menu-style3 ul.mega-menu li li.active>a {
  color: var(--theme-color);
}

.menu-style2 a {
  color: var(--title-color);
}

.menu-style2 a:hover {
  color: var(--theme-color);
}

.menu-style2 ul li.active>a {
  color: var(--theme-color);
}

@media (min-width: 992px) {
  .menu-item-has-children>a::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 23px;
    width: 8px;
    height: 2px;
    background-color: #fff;
  }

  .menu-item-has-children>a::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 26px;
    width: 2px;
    height: 8px;
    background-color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}

.menu-item-has-children:hover>a:before {
  transform: rotate(90deg);
  opacity: 0;
}

.menu-item-has-children.open>a:before {
  transform: rotate(90deg);
  opacity: 0;
}

.menu-item-has-children>a::before,
.menu-item-has-children>a::after {
  position: absolute;
  content: "";
}

.header-layout1 .will-sticky .sticky-active.active ul>li.active>a,
.header-layout2 .will-sticky .sticky-active.active ul>li.active>a,
.header-layout3 .will-sticky .sticky-active.active ul>li.active>a {
  color: var(--theme-color);
}

.header-layout1 .will-sticky .sticky-active.active ul>li.menu-item-has-children.active.mega-menu-wrap>a.active,
.header-layout2 .will-sticky .sticky-active.active ul>li.menu-item-has-children.active.mega-menu-wrap>a.active,
.header-layout3 .will-sticky .sticky-active.active ul>li.menu-item-has-children.active.mega-menu-wrap>a.active {
  color: var(--title-color);
}

.header-layout1 .will-sticky .sticky-active.active ul>li.menu-item-has-children.active.mega-menu-wrap>a.active::after,
.header-layout1 .will-sticky .sticky-active.active ul>li.menu-item-has-children.active.mega-menu-wrap>a.active::before,
.header-layout2 .will-sticky .sticky-active.active ul>li.menu-item-has-children.active.mega-menu-wrap>a.active::after,
.header-layout2 .will-sticky .sticky-active.active ul>li.menu-item-has-children.active.mega-menu-wrap>a.active::before,
.header-layout3 .will-sticky .sticky-active.active ul>li.menu-item-has-children.active.mega-menu-wrap>a.active::after,
.header-layout3 .will-sticky .sticky-active.active ul>li.menu-item-has-children.active.mega-menu-wrap>a.active::before {
  background-color: var(--title-color);
}

.header-layout1 .will-sticky .sticky-active.active ul>li.menu-item-has-children.active>a,
.header-layout2 .will-sticky .sticky-active.active ul>li.menu-item-has-children.active>a,
.header-layout3 .will-sticky .sticky-active.active ul>li.menu-item-has-children.active>a {
  color: var(--theme-color);
}

.header-layout1 .will-sticky .sticky-active.active ul>li.menu-item-has-children.active>a::after,
.header-layout1 .will-sticky .sticky-active.active ul>li.menu-item-has-children.active>a::before,
.header-layout2 .will-sticky .sticky-active.active ul>li.menu-item-has-children.active>a::after,
.header-layout2 .will-sticky .sticky-active.active ul>li.menu-item-has-children.active>a::before,
.header-layout3 .will-sticky .sticky-active.active ul>li.menu-item-has-children.active>a::after,
.header-layout3 .will-sticky .sticky-active.active ul>li.menu-item-has-children.active>a::before {
  background-color: var(--theme-color);
}

.header-layout1 .will-sticky .sticky-active.active ul>li.menu-item-has-children.active>a.active,
.header-layout2 .will-sticky .sticky-active.active ul>li.menu-item-has-children.active>a.active,
.header-layout3 .will-sticky .sticky-active.active ul>li.menu-item-has-children.active>a.active {
  color: var(--theme-color);
}

.header-layout1 .will-sticky .sticky-active.active ul>li.menu-item-has-children.active>a.active::after,
.header-layout1 .will-sticky .sticky-active.active ul>li.menu-item-has-children.active>a.active::before,
.header-layout2 .will-sticky .sticky-active.active ul>li.menu-item-has-children.active>a.active::after,
.header-layout2 .will-sticky .sticky-active.active ul>li.menu-item-has-children.active>a.active::before,
.header-layout3 .will-sticky .sticky-active.active ul>li.menu-item-has-children.active>a.active::after,
.header-layout3 .will-sticky .sticky-active.active ul>li.menu-item-has-children.active>a.active::before {
  background-color: var(--theme-color);
}

.will-sticky .sticky-active {
  position: fixed;
  top: -100%;
  right: 0;
  left: 0;
  background-color: var(--white-color);
  transition: all ease 0.8s;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
}

.will-sticky .sticky-active.active {
  top: 0;
}

.will-sticky .sticky-active.active .menu-top::before {
  display: none;
}

.will-sticky .sticky-active.active .header-search {
  background-color: var(--body-color);
}

.will-sticky .sticky-active.active .header-search input {
  background-color: var(--body-color);
}

.will-sticky .sticky-active.active .header-logo::before {
  height: 100%;
  display: none;
}

.will-sticky .sticky-active.active.style3 {
  background-color: var(--theme-color);
}

.will-sticky .sticky-active.active .menu-style3 a {
  color: var(--white-color);
}

.will-sticky .sticky-active.active .menu-style3 a:hover {
  color: var(--title-color);
}

.will-sticky .sticky-active.active .menu-style3 ul.mega-menu li a,
.will-sticky .sticky-active.active .menu-style3 .menu-style2 ul.mega-menu li a {
  color: var(--title-color);
}

.will-sticky .sticky-active.active .menu-style3 ul.sub-menu li a,
.will-sticky .sticky-active.active .menu-style3 .main-menu ul.sub-menu a,
.will-sticky .sticky-active.active .menu-style3 .main-menu ul.mega-menu a {
  color: var(--title-color);
}

.will-sticky .sticky-active.active .menu-style3 ul.sub-menu li a:hover,
.will-sticky .sticky-active.active .menu-style3 .main-menu ul.sub-menu a:hover,
.will-sticky .sticky-active.active .menu-style3 .main-menu ul.mega-menu a:hover {
  color: var(--theme-color);
}

.will-sticky .sticky-active.active .vs-icon {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.will-sticky .sticky-active.active .vs-icon:hover {
  color: var(--theme-color);
  background-color: var(--secondary-color);
}

.will-sticky .sticky-active.active .vs-btn,
.will-sticky .sticky-active.active .vs-menu-toggle {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.will-sticky .sticky-active.active .vs-btn:hover,
.will-sticky .sticky-active.active .vs-menu-toggle:hover {
  background-color: var(--secondary-color);
}

.will-sticky.header-bottom3 .sticky-active.active .vs-icon {
  background-color: var(--white-color);
  color: var(--theme-color);
}

.will-sticky.header-bottom3 .sticky-active.active .vs-icon:hover {
  color: var(--white-color);
}

.will-sticky.header-bottom3 .sticky-active.active .vs-btn.style2 {
  background-color: var(--white-color);
  color: var(--theme-color);
}

.will-sticky.header-bottom3 .sticky-active.active .vs-btn.style2::before,
.will-sticky.header-bottom3 .sticky-active.active .vs-btn.style2::after {
  background-color: var(--theme-color);
}

.will-sticky.header-bottom3 .sticky-active.active .vs-btn.style2:hover {
  color: var(--white-color);
}

.header-text {
  margin: 0;
}

.header-text i {
  margin-right: 10px;
}

.header-infos {
  display: flex;
  align-items: center;
}

.header-info {
  display: flex;
  align-items: center;
  padding-right: 20px;
  margin-right: 20px;
  position: relative;
}

.header-info::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background-color: var(--smoke-color);
}

.header-info:last-child {
  padding-right: 0;
  margin-right: 0;
  border: 0;
}

.header-info:last-child::after {
  display: none;
}

.header-info:nth-child(2) {
  margin-left: 0;
  padding-left: 0;
  border-left: none;
}

.header-info_icon {
  color: var(--white-color);
  font-size: 16px;
  margin-right: 15px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: var(--theme-color);
  border-radius: 50%;
  text-align: center;
  transition: all 0.5s ease;
}

.header-info_icon:hover {
  color: var(--white-color);
  background-color: var(--title-color);
}

.header-info_label {
  font-size: 14px;
  color: var(--text-color);
  font-family: var(--title-font);
  font-weight: 700;
  text-transform: capitalize;
  display: inline-block;
  position: relative;
  line-height: 115%;
}

.header-info a.header-info_label:hover {
  color: var(--white-color);
}

.header-info_link {
  color: var(--title-color);
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  margin: 0;
  font-family: var(--title-font);
}

.header-info_link a {
  color: inherit;
}

.header-info_link a:hover {
  color: var(--theme-color);
}

.header-info.style2 {
  padding: 0;
  border: none;
  margin: 0;
}

.header-info.style2 .header-info_icon {
  width: 60px;
  height: 60px;
  line-height: 56px;
  background-color: var(--theme-color);
  text-align: center;
  border-radius: 50%;
  margin-right: 15px;
}

.header-info.style2 .header-info_label {
  color: var(--title-color);
  text-transform: capitalize;
  font-weight: 500;
}

.header-info.style2 .header-info_link {
  color: var(--theme-color);
  font-weight: 400;
  font-size: 24px;
}

.header-info.style2 .header-info_link a:hover {
  color: var(--title-color);
}

.header-info.style3 {
  background-color: var(--theme-color);
  min-height: 95px;
  padding: 15px 70px 15px 60px;
  margin-bottom: -70px;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 1399px) {
  .header-info.style3 {
    padding: 15px 30px 15px 30px;
  }
}

.header-info.style3.bg {
  border-right: 1px solid var(--title-color);
  border-left: 1px solid var(--title-color);
}

.header-info.style3 .header-info_title {
  margin-bottom: 0;
  color: var(--white-color);
  font-size: 16px;
  line-height: 26px;
}

.header-info.style3 .header-info_label {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  font-family: var(--title-font);
}

@media (max-width: 1199px) {
  .header-info.style3 .header-info_label {
    font-size: 20px;
    line-height: 30px;
  }
}

.header-info.style3 .header-info_icon {
  font-size: 48px;
}

.header-info.style3 .header-info_text {
  color: var(--white-color);
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 0;
  font-family: var(--title-font);
}

.header-info.style3:hover {
  background-color: var(--title-color);
}

.badge {
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  text-align: center;
  background-color: var(--title-color);
  color: var(--white-color);
  padding: 0.35em 0.55em;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 400;
  right: 0;
  top: -5px;
}

.has-badge {
  position: relative;
}

.logo-style1 {
  background: linear-gradient(278.46deg, #00bcfa 0.91%, #0e59f2 71.89%, #0e59f2 100%);
  padding: 30px 35px 30px 35px;
  border-radius: 5px 0px 0px 5px;
  line-height: 0;
  margin: -1px 0;
}

.header-box {
  border: 10px solid var(--theme-color);
  background-color: var(--white-color);
  padding: 20px;
}

.header-box__icon {
  border-radius: 5px;
  margin: 0 15px 0 0;
  font-size: 18px;
  width: 43px;
  height: 43px;
  line-height: 43px;
  text-align: center;
  display: inline-block;
  background-color: var(--theme-color);
  color: var(--white-color);
}

.header-box__title {
  display: inline-block;
  color: var(--title-color);
  font-weight: 600;
  font-family: var(--title-font);
}

.header-box__number {
  display: block;
  width: fit-content;
  font-family: var(--title-font);
  font-size: 22px;
  font-weight: 700;
  color: var(--theme-color);
  margin: 15px 0 0 0;
}



.header-dropdown>.dropdown-toggle {
  color: var(--title-color);
}

.header-dropdown>.dropdown-toggle i {
  margin: 0 10px 0 0;
}

.header-dropdown>.dropdown-toggle:after {
  content: "\f107";
  font-family: var(--icon-font);
  border: none;
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin-left: 5px;
}

.header-dropdown>.dropdown-toggle:hover {
  color: var(--theme-color);
}

.header-dropdown ul.dropdown-menu {
  padding: 10px 15px;
  border: none;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.07);
  margin: 0;
  margin-left: -15px !important;
  margin-top: 15px !important;
  width: max-content;
  min-width: auto;
  position: relative;
  z-index: 1;
  border: none;
}

.header-dropdown ul.dropdown-menu li {
  margin-bottom: 10px;
}

.header-dropdown ul.dropdown-menu li:last-child {
  margin-bottom: 0;
}

.header-dropdown ul.dropdown-menu a {
  display: block;
  margin: 0 0;
  width: max-content;
  padding: 2px 10px;
  color: var(--title-color);
  font-weight: 400;
  font-size: 14px;
}

.header-dropdown ul.dropdown-menu a:hover {
  color: var(--theme-color);
}

.header-dropdown ul.dropdown-menu a:first-child {
  margin-top: 0;
  padding-top: 0;
}

.header-dropdown ul.dropdown-menu a:last-of-type,
.header-dropdown ul.dropdown-menu a:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

.header-dropdown ul.dropdown-menu:before {
  content: "";
  position: absolute;
  left: 47px;
  top: -7px;
  width: 14px;
  height: 14px;
  background-color: var(--white-color);
  z-index: -1;
  transform: rotate(45deg);
  border-top: 1px solid #ededed;
  border-left: 1px solid #ededed;
}

.header-dropdown.style-white>.dropdown-toggle {
  color: var(--white-color);
}

.header-dropdown.style-white>.dropdown-toggle:hover {
  text-decoration: underline;
  color: rgba(255, 255, 255, 0.7);
}

.header-btns {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  padding-left: 5px;
}

@media (max-width: 1199px) {
  .header-btns {
    padding-left: 0;
  }
}

.header-links ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.header-links li {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: var(--white-color);
  font-family: var(--title-font);
  line-height: 100%;
  transition: all 0.5s ease;
}

.header-links li:not(:last-child) {
  margin-right: 40px;
}

.header-links li a {
  font-weight: 700;
  color: #ffffff;
  transition: all 0.5s ease;
  border-bottom: 1px solid transparent;
  display: inline-block;
  margin-left: 5px;
}

/* REMOVE BORDER HOVER */

.header-links li a:hover {

  border-color: transparent;

  background: transparent;
}

/* TEXT HOVER ANIMATION */

.header-links li a {

  position: relative;

  transition: 0.3s ease;

  display: inline-flex;

  align-items: center;
}

/* SMOOTH TEXT EFFECT */

.header-links li a:hover {



  transform: translateY(-2px);
}

/* ANIMATED UNDERLINE */

.header-links li a::after {

  content: "";

  position: absolute;

  left: 0;
  bottom: -2px;

  width: 0;

  height: 2px;

 

  border-radius: 10px;

  transition: width 0.35s ease;
}

.header-links li a:hover::after {

  width: 100%;
}

.header-links i {
  margin: 0 10px 0 0;
}

.dropdown {
  position: relative;
  padding-right: 20px;
  margin-right: 20px;
}

.dropdown a {
  color: var(--white-color);
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: normal;
}

.dropdown a span {
  color: var(--white-color);
  margin-right: 10px;
  transition: all 0.5s ease;
}

.dropdown a:hover {
  color: var(--theme-color);
}

.dropdown a:hover span {
  color: var(--theme-color);
}

.dropdown .dropdown-item {
  color: var(--title-color);
}

.dropdown .dropdown-item:hover {
  color: var(--white-color);
  background-color: var(--secondary-color) !important;
}

.dropdown::before {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 20px;
  background-color: var(--body-color);
  top: 50%;
  transform: translateY(-50%);
}

.header-right {
  display: inline-flex;
}

.header-right .header-links {
  margin-right: 30px;
}

.header-right .header-links ul li {
  margin-right: 0;
}

.header-right .header-links ul li a {
  color: var(--white-color);
  border: none;
  margin-left: 0;
}

.header-right .header-links ul li a:hover {
  color: var(--secondary-color);
}

.header-right .header-links ul li:not(:last-child)::after {
  content: "/";
  padding-left: 5px;
}

.header-social {
  display: inline-flex;
  align-items: center;
}

.header-social a {
  width: 36px;
  height: 36px;
  line-height: 32px;
  text-align: center;
  border: 2px solid var(--white-color);
  font-size: 14px;
  display: inline-block;
  color: var(--white-color);
  border-radius: 30px;
}

.header-social a:not(:first-child) {
  margin-left: 6px;
}

/* =========================================
   SOCIAL ICON PREMIUM ANIMATION
========================================= */

.header-social a {

  width: 42px;
  height: 42px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;

  position: relative;

  transition: all 0.4s ease;
  text-decoration: none !important;
  overflow: hidden;

  z-index: 1;
}

/* GLOW BACKGROUND */

.header-social a::before {

  content: "";

  position: absolute;

  inset: 0;

  border-radius: 50%;

  background: var(--secondary-color);

  transform: scale(0);

  transition: transform 0.45s ease;

  z-index: -1;
}

/* HOVER */

/* =========================================
   SIMPLE CLEAN SOCIAL HOVER
========================================= */

.header-social a {

  width: 40px;
  height: 40px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;

  transition: all 0.3s ease;

  position: relative;
}

/* HOVER */

.header-social a:hover {

  background: var(--secondary-color);

  color: #fff;

  transform: translateY(-5px);

  box-shadow: 0 8px 18px rgba(0,0,0,0.15);
}

/* ICON */

.header-social a i {

  transition: 0.3s ease;
}

/* ICON HOVER */

.header-social a:hover i {

  transform: scale(1.15);
}

.header-top {
  height: 60px;
  line-height: 60px;
}

.header-layout1 {
  position: absolute;
  width: 100%;
}

.header-layout1 .header-top {
  background-color: var(--title-color);
}

.header-layout1 .header-social {
  margin-right: 20px;
}

.header-layout1 .header-bottom {
  background-color: var(--white-color);
}

.header-layout1 .menu-inner .header-logo {
  display: none;
}

.header-layout1 .menu-top .header-logo {
  display: none;
}

.header-layout1 .header-logo .sticky-off {
  display: block;
}

.header-layout1 .header-logo .sticky-on {
  display: none;
}

.header-layout1 .sticky-active.active .header-logo .sticky-off {
  display: none;
}

.header-layout1 .sticky-active.active .header-logo .sticky-on {
  display: block;
}

.header-layout1 .sticky-active.active .main-menu>ul>li>a {
  color: var(--title-color);
}

.header-layout1 .sticky-active.active .main-menu>ul>li>a::before,
.header-layout1 .sticky-active.active .main-menu>ul>li>a::after {
  background: var(--title-color);
}

.header-layout1 ul>li.active>a {
  color: var(--theme-color);
}

.header-layout1 ul>li.menu-item-has-children.active.mega-menu-wrap>a.active {
  color: var(--white-color);
}

.header-layout1 ul>li.menu-item-has-children.active.mega-menu-wrap>a.active::after,
.header-layout1 ul>li.menu-item-has-children.active.mega-menu-wrap>a.active::before {
  background-color: var(--white-color);
}

.header-layout1 ul>li.menu-item-has-children.active>a {
  color: var(--theme-color);
}

.header-layout1 ul>li.menu-item-has-children.active>a::after,
.header-layout1 ul>li.menu-item-has-children.active>a::before {
  background-color: var(--theme-color);
}

.header-layout1 ul>li.menu-item-has-children.active>a.active {
  color: var(--theme-color);
}

.header-layout1 ul>li.menu-item-has-children.active>a.active::after,
.header-layout1 ul>li.menu-item-has-children.active>a.active::before {
  background-color: var(--theme-color);
}

.header-layout1.style2 .sticky-active {
  background-color: rgba(39, 102, 162, 0.6588235294);
  backdrop-filter: blur(5px);
  border-bottom: 1px solid #8BABCC;
}

.header-layout1.style2 .sticky-active.active {
  background-color: var(--white-color);
  border: none;
}

.header-layout1.style2 .sticky-active.active .header-logo .sticky-off {
  display: none;
}

.header-layout1.style2 .sticky-active.active .header-logo .sticky-on {
  display: block;
}

.header-layout1.style2 .sticky-active.active .menu-item-has-children>a::after,
.header-layout1.style2 .sticky-active.active .menu-item-has-children>a::before {
  background-color: var(--title-color);
}

.header-layout1.style2 .header-logo .sticky-off {
  display: block;
}

.header-layout1.style2 .header-logo .sticky-on {
  display: none;
}

.header-layout1.style2 .header-buttons .vs-icon:hover {
  background-color: var(--title-color);
}

.header-layout1.style2 .header-buttons .vs-icon:hover i {
  color: var(--white-color);
}

.header-layout1.style2 .main-menu>ul>li>a {
  padding: 38px 34px 38px 24px;
}

.header-layout1.style2 .main-menu>ul>li>a::after {
  top: 50%;
}

.header-layout1.style2 .main-menu>ul>li>a::before {
  top: 50%;
}

.header-layout1 .sticky-active.active .header-category {
  display: none;
}

.header-layout1 .sticky-active.active .menu-top .header-logo {
  display: block;
  padding: 0;
}

.header-layout1 .sticky-active.active .menu-inner {
  justify-content: space-between;
}

.header-layout1 .sticky-active.active .menu-inner .header-logo {
  display: block;
  padding: 0;
}

.header-layout1 .sticky-active.active .main-menu>ul>li>a {
  color: var(--title-color);
}

.header-layout1 .sticky-active.active .header-cart .vs-icon:hover {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}

.header-layout1 .sticky-active.active .header-cart .vs-icon:hover i {
  color: var(--white-color);
}

.header-layout2 .sticky-wrapper {
  background-color: var(--white-color);
}

.header-layout2 .main-menu>ul>li>a {
  color: var(--theme-color);
  text-decoration: none;
}

.header-layout2>a::before,
/* .header-layout2 .menu-item-has-children > a::after {
  background-color: var(--title-color);
} */
.header-layout2 .header-top {
  background-color: #ff6b00;
}

.header-layout2 .header-buttons .vs-icon {
  background-color: var(--theme-color);
}

.header-layout2 .header-buttons .vs-icon:hover i {
  color: var(--secondary-color);
}

.header-layout2 ul>li.active>a {
  color: var(--theme-color);
}

.header-layout2 ul>li.menu-item-has-children.active.mega-menu-wrap>a.active {
  color: var(--title-color);
}

/* .header-layout2 ul > li.menu-item-has-children.active.mega-menu-wrap > a.active::after, .header-layout2 ul > li.menu-item-has-children.active.mega-menu-wrap > a.active::before {
  background-color: var(--title-color);
} */
.header-layout2 ul>li.menu-item-has-children.active>a {
  color: var(--theme-color);
}

/* .header-layout2 ul > li.menu-item-has-children.active > a::after, .header-layout2 ul > li.menu-item-has-children.active > a::before {
  background-color: var(--theme-color);
} */
.header-layout2 ul>li.menu-item-has-children.active>a.active {
  color: var(--theme-color);
}

/* .header-layout2 ul > li.menu-item-has-children.active > a.active::after, .header-layout2 ul > li.menu-item-has-children.active > a.active::before {
  background-color: var(--theme-color);
} */

.header-layout3 {
  position: absolute;
  width: 100%;
}

.header-layout3 .header-buttons .vs-icon {
  background-color: var(--title-color);
}

.header-layout3 .header-buttons .vs-btn2 {
  background-color: var(--theme-color);
}

.header-layout3 .header-buttons .vs-btn2:hover {
  background-color: var(--secondary-color);
}

.header-layout3 .header-logo .sticky-off {
  display: block;
}

.header-layout3 .header-logo .sticky-on {
  display: none;
}

.header-layout3 .sticky-active.active .header-logo .sticky-off {
  display: none;
}

.header-layout3 .sticky-active.active .header-logo .sticky-on {
  display: block;
}

.header-layout3 .sticky-active.active .main-menu>ul>li>a {
  color: var(--title-color);
}

.header-layout3 .sticky-active.active .main-menu>ul>li>a::before,
.header-layout3 .sticky-active.active .main-menu>ul>li>a::after {
  background: var(--title-color);
}

.header-layout3 ul>li.active>a {
  color: var(--theme-color);
}

.header-layout3 ul>li.menu-item-has-children.active.mega-menu-wrap>a.active {
  color: var(--white-color);
}

.header-layout3 ul>li.menu-item-has-children.active.mega-menu-wrap>a.active::after,
.header-layout3 ul>li.menu-item-has-children.active.mega-menu-wrap>a.active::before {
  background-color: var(--white-color);
}

.header-layout3 ul>li.menu-item-has-children.active>a {
  color: var(--theme-color);
}

.header-layout3 ul>li.menu-item-has-children.active>a::after,
.header-layout3 ul>li.menu-item-has-children.active>a::before {
  background-color: var(--theme-color);
}

.header-layout3 ul>li.menu-item-has-children.active>a.active {
  color: var(--theme-color);
}

.header-layout3 ul>li.menu-item-has-children.active>a.active::after,
.header-layout3 ul>li.menu-item-has-children.active>a.active::before {
  background-color: var(--theme-color);
}

.header-layout4 .main-menu>ul>li>a {
  color: var(--title-color);
}

.header-layout4 .main-menu>ul>li>a::before,
.header-layout4 .main-menu>ul>li>a::after {
  background: var(--title-color);
}

.header-layout4 .header-buttons .vs-btn2 .icon {
  background-color: var(--theme-color);
}

.header-layout4 .header-buttons .vs-btn2:hover .icon {
  background-color: var(--secondary-color);
}

.menu-top {
  position: relative;
}

.menu-btns {
  display: flex;
  align-items: center;
}

.header-search {
  display: flex;
  max-width: 100%;
  background-color: var(--body-color);
  border-radius: 50px;
  position: relative;
  padding: 13px 30px;
  width: 705px;
  max-height: 60px;
}

.header-search input {
  flex: 1;
  border: none;
  padding: 0;
  height: 35px;
  width: 100%;
  border-radius: 4px;
  font-size: 16px;
  color: var(--title-color);
  background-color: var(--body-color);
  transition: all ease 0.4s;
}

.header-search input::placeholder {
  color: var(--title-color);
}

.header-search button {
  border: none;
  background-color: var(--secondary-color);
  color: var(--body-color);
  font-size: 20px;
  width: 80px;
  height: 50px;
  line-height: 50px;
  border-radius: 30px;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}

.header-search button i {
  font-weight: 500;
}

.header-search button:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}

.header-search input:focus {
  background-color: transparent;
}

.header-buttons {
  display: inline-flex;
  align-items: center;
}

.header-buttons .vs-icon {
  background-color: var(--secondary-color);
  border: 2px var(--white-color);
}

.header-buttons .vs-icon i {
  font-size: 20px;
  font-weight: 700;
}

.header-buttons .vs-icon:hover {
  background-color: var(--theme-color);
}

.header-buttons>a {
  margin-right: 20px;
  position: relative;
}

.header-buttons>a:last-child {
  margin-right: 0;
}

.header-cart .widget_shopping_cart {
  position: absolute;
  right: 0;
  top: 100%;
  width: 400px;
  background-color: var(--white-color);
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.05);
  padding: 30px;
  z-index: 3;
  margin: 20px -30px 0 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all ease 0.4s;
}

.header-cart:hover .widget_shopping_cart {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .menu-top::before {
    display: none;
  }

  .header-layout1 .header-bottom {
    position: relative;
    top: 0;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .header-search {
    display: none;
  }

  .main-menu>ul>li {
    margin: 0;
  }
}

.header-logo {
  position: relative;
  z-index: 1;
}

@media (max-width: 991px) {
  .header-logo {
    min-height: auto;
    padding: 12px 0px 12px 0;
    max-width: 170px;
  }
}

.menu-top3 {
  background-color: var(--theme-color);
  margin: 0 -120px;
  padding: 0 120px;
}

@media (max-width: 1499px) {
  .menu-top3 {
    margin: 0 0px;
    padding: 0 15px;
  }
}

@media (max-width: 767px) {
  .menu-top3 {
    padding: 10px 5px;
  }
}

@media screen and (max-width: 1580px) {
  .container-style2 {
    max-width: calc(var(--main-container) + var(--container-gutters));
  }
}

@media screen and (max-width: 1299px) {
  .header-layout1.style3 .header-search {
    margin-right: 15px;
    width: 465px;
  }

  .header-category.style2 .vs-box-nav {
    visibility: hidden;
    opacity: 0;
  }

  .header-category.style2 .vs-box-nav.active {
    visibility: visible;
    opacity: 1;
  }
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .header-layout1.style2 .header-search {
    width: 500px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .header-layout2 .btn-area {
    display: none;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .sticky-wrapper {
    padding: 10px 0;
  }

  .header-category {
    width: 100%;
    position: unset;
  }

  .header-category .category-toggler::after {
    right: 15px;
    transform: translateY(-2px);
  }

  .header-links li {
    padding-right: 7px;
    margin-right: 10px;
  }

  .header-logo {
    padding: 15px 0;
  }

  .logo-style1 {
    padding: 20px 20px 20px 20px;
  }

  .header-layout1 .vs-menu-toggle {
    margin: 10px 0;
  }

  .header-layout1.style3 .menu-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .header-layout1.style3 .header-logo {
    display: block;
  }

  .header-layout1.style3 .header-links li:first-child {
    display: none;
  }

  .header-layout2 .menu-area {
    padding: 0 20px 0 0;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .header-logo {
    max-width: 130px;
  }

  .header-buttons .wishlist {
    display: none;
  }

  .header-layout1 .vs-menu-toggle {
    margin: 10px 0;
  }

  .header-layout1.style2 .header-buttons .header-info_link,
  .header-layout1.style3 .header-buttons .header-info_link {
    font-size: 18px;
  }

  .header-layout1.style2 .header-buttons .header-info_icon,
  .header-layout1.style3 .header-buttons .header-info_icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    margin-right: 5px;
  }

  .header-layout1.style2 .header-buttons .header-cart,
  .header-layout1.style3 .header-buttons .header-cart {
    margin-right: 10px;
  }

  .header-layout1.style2 .menu-inner .menu-area {
    margin-left: 60px;
  }
}

@media (max-width: 399px) {
  .header-category .vs-box-nav ul li a {
    font-size: 16px;
  }

  .vs-header .header-buttons .vs-btn {
    display: none;
  }
}

/*------------------- 4.3. Footer  -------------------*/
.widget-area {
  padding-top: 48px;
  padding-bottom: 10px;
}

.copyright-wrap {
  padding: 29px 0;
  border-top: 1px solid var(--text-color);
}

.copyright-text {
  text-align: center;
  margin: 0;
  color: var(--text-color);
  font-weight: 500;
  font-family: var(--body-font);
}

.copyright-text a {
  color: var(--theme-color);
  transition: all 0.5s ease;
}

.copyright-text a:hover {
  color: var(--title-color);
  text-decoration: underline;
}

.footer-text {
  color: var(--text-color);
  margin-bottom: 33px;
}

@media (max-width: 767px) {
  .footer-text {
    max-width: 100%;
  }
}

.footer-logo {
  margin-bottom: 25px;
}

.footer-communicate {
  max-width: 92%;
}

.footer-communicate>ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.footer-communicate>ul>li {
  margin-bottom: 30px;
}

.footer-communicate>ul>li:last-child {
  margin-bottom: 0;
}

.footer-communicate>ul>li>a:hover {
  color: var(--theme-color);
}

.footer-communicate__text {
  padding: 0px 0px 0 45px;
  position: relative;
  display: flex;
  color: var(--white-color);
  min-height: 30px;
  align-items: self-start;
  text-align: left;
}

.footer-communicate__text>span {
  display: inline-block;
  padding-top: 3px;
  transition: all 0.3s ease-in-out;
  position: relative;
}

.footer-communicate__text>span.link::before {
  position: absolute;
  content: "";
  width: 0%;
  height: 1px;
  background-color: var(--white-color);
  bottom: 0;
  right: 0;
  transition: all 0.3s ease-in-out;
}

.footer-communicate__text>span.link:hover::before {
  width: 100%;
  left: 0;
}

.footer-communicate__text>i {
  position: absolute;
  left: 0;
  min-width: 30px;
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--theme-color);
  color: var(--white-color);
  border-radius: 50%;
  font-size: 14px;
}

.footer-communicate__text:hover>span {
  transition: all 0.3s ease-in-out;
  color: var(--white-color);
}

.footer-layout1 {
  overflow: hidden;
}

.footer-layout1.style2 .widget_title {
  color: var(--white-color);
}

.footer-layout1.style2 .footer-widget.widget_nav_menu a {
  color: var(--white-color);
}

.footer-layout1.style2 .footer-widget.widget_nav_menu a i {
  color: var(--white-color);
}

.footer-layout1.style2 .footer-widget.widget_nav_menu a:hover {
  color: var(--theme-color);
}

.footer-layout1.style2 .footer-widget.widget_nav_menu a:hover i {
  color: var(--theme-color);
}

.footer-layout1.style2 .footer-text {
  color: var(--white-color);
}

.footer-layout1.style2 .copyright-menu li a {
  color: var(--white-color);
}

.footer-layout1.style2 .copyright-menu li a:hover {
  color: var(--theme-color);
}

.footer-layout1.style2 .copyright-text {
  color: var(--white-color);
}

.footer-layout1.style2 .copyright-text a:hover {
  color: var(--white-color);
}

.footer-layout1 .widget {
  margin-bottom: 0;
}

.footer-layout1 .footer-top {
  padding-bottom: 35px;
  padding-top: 50px;
}

.footer-layout1 .list-style1 {
  max-width: 300px;
  width: 100%;
}

.footer-layout1 .list-style1 li i {
  color: var(--white-color);
  transition: all 0.5s ease;
}

.footer-layout1 .list-style1 li a:hover {
  transform: unset;
}

.footer-layout1 .list-style1 li a::before {
  display: none;
}

.footer-layout1 .list-style1 li:hover i {
  color: var(--theme-color);
}

.footer-layout1 .space-extra-bottom {
  padding-bottom: calc(var(--section-space) - 40px);
}

.footer-layout1 .logo-area {
  max-width: 385px;
}

.footer-layout1 .gal-btn:hover i {
  color: var(--theme-color);
}

.footer-layout1 .title-shape {
  position: absolute;
  bottom: -13px;
  left: 0;
  display: block;
}

.newsletter-area {
  max-width: 400px;
}

.newsletter-style1 {
  background-color: var(--secondary-color);
}

.newsletter-style1 .title-area {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
}

.newsletter-style1 .widget_title {
  font-size: 20px;
  color: var(--white-color);
  margin: 0;
}

.newsletter-style1 .sub_title {
  color: var(--white-color);
  font-size: 16px;
  margin-bottom: 0;
  text-align: left;
}

.newsletter-style1 .icon {
  margin-right: 20px;
}

.newsletter-style1 .search-btn .icon-btn {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  padding: 20px;
  color: var(--theme-color);
  background-color: var(--theme-color);
}

.newsletter-style1 .search-btn .icon-btn i {
  margin-right: 0;
}

.newsletter-style1 .search-btn .icon-btn:hover {
  color: var(--theme-color);
}

.copyright-menu {
  text-align: right;
}

.copyright-menu ul {
  margin-bottom: 0;
}

.copyright-menu li {
  display: inline-block;
}

.copyright-menu li a {
  color: var(--text-color);
  font-weight: 500;
}

.copyright-menu li a:hover {
  color: var(--theme-color);
}

.copyright-menu li:not(:last-child) {
  margin-right: 20px;
}

.contact-box2 {
  position: relative;
}

.contact-box2::before {
  position: absolute;
  content: "";
  width: 10000%;
  height: 100%;
  background-color: var(--secondary-color);
  z-index: -1;
  top: 0px;
  left: 0px;
}

.contact-box2 .newsletter-style1 {
  display: inline-flex;
  align-items: center;
  background-color: transparent;
}

.contact-box2 .title-area {
  margin-right: 40px;
}

.contact-box2 .search-btn {
  max-width: 417px;
}

.contact-box2 .title-area {
  margin-bottom: 0;
}

.contact-box2 .contact-body {
  text-align: end;
  padding: 40px 0;
}

.contact-box2 .widget_title {
  text-align: left;
}

.contact-box2 .vs-btn {
  background-color: var(--theme-color);
}

.contact-box2 .logo-area {
  background-color: var(--theme-color);
  text-align: center;
  padding: 40px 0;
  position: relative;
}

.contact-box2 .logo-area::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: var(--theme-color);
}

/* Extra large devices */
/* Large devices */
@media (max-width: 1199px) {
  .footer-layout1 .footer-menu {
    gap: 0px;
  }

  .copyright-menu li:not(:last-child) {
    margin-right: 10px;
  }

  .copyright-menu,
  .copyright-wrap {
    text-align: center;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .footer-layout1 .footer-text {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-layout1.style2 .cta-layout1 {
    padding-right: 0px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .footer-layout1 .footer-menu {
    gap: 0px;
  }

  .footer-layout1.style2 .cta-layout1 {
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
  }

  .newsletter-inner .newsletter-content {
    text-align: left;
  }
}

/* Extra small devices */
/*------------------- 4.4. Breadcrumb  -------------------*/
.breadcumb-menu span {
  display: inline-block;
  list-style: none;
  position: relative;
}

.breadcumb-menu span:after {
  content: "\f101";
  position: relative;
  font-size: 16px;
  color: var(--white-color);
  padding: 0 5px 0 10px;
  font-family: var(--icon-font);
}

@media (max-width: 767px) {
  .breadcumb-menu span:after {
    font-size: 12px;
    padding-top: 4px;
  }
}

.breadcumb-menu span:last-child:after {
  display: none;
}

.breadcumb-menu span {
  white-space: normal;
  color: var(--white-color);
  word-break: break-word;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 20px;
  font-family: var(--title-font);
  display: inline-flex;
  align-items: center;
}

.breadcumb-menu span a {
  font-size: 28px;
  color: var(--white-color);
}

.breadcumb-menu span a:hover {
  color: var(--theme-color);
}

@media (max-width: 767px) {
  .breadcumb-menu span {
    font-size: 14px;
  }
}

.breadcumb-menu-wrap {
  text-align: center;
}

.breadcumb-title {
  color: #f9b94e;
  margin-bottom: 16px;
  font-size: 64px;
  line-height: 115%;
  margin-bottom: 5px;
  text-align: center;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .breadcumb-title {
    margin-bottom: 0px;
  }
}

.breadcumb-text {
  color: var(--silver-color);
  margin-bottom: 0;
  max-width: 50%;
  font-size: 22px;
}

@media (max-width: 1199px) {
  .breadcumb-text {
    max-width: 73%;
  }
}

@media (max-width: 991px) {
  .breadcumb-text {
    max-width: 90%;
  }
}

@media (max-width: 767px) {
  .breadcumb-text {
    max-width: 100%;
    font-size: 17px;
  }
}

.breadcumb-wrapper {
  padding: 110px 0 110px;
  background-color: var(--title-color);
  position: relative;
  z-index: 1;
 
  /* Medium devices */
}

@media (max-width: 991px) {
  .breadcumb-wrapper {
    padding: 100px 0;
  }
}

@media (max-width: 767px) {
  .breadcumb-wrapper {
    padding: 30px 0 35px;
  }

  .breadcumb-wrapper .breadcumb-title {
    font-size: 25px;
  }

  .breadcumb-menu span a {
    font-size: 21px;
  }

}

/* Medium devices */
@media (max-width: 991px) {
  .breadcumb-title {
    max-width: 100%;
    font-size: 40px;
  }

  .breadcumb-menu {
    margin-top: 15px;
  }
}

/*------------------- 4.5. Pagination  -------------------*/
.vs-pagination {
  margin-bottom: 30px;
}

.vs-pagination ul {
  margin: 0;
  padding: 0;
}

.vs-pagination li {
  display: inline-block;
  margin: 0 3px;
  list-style-type: none;
}

.vs-pagination li:last-child {
  margin-right: 0;
}

.vs-pagination li:first-child {
  margin-left: 0;
}

.vs-pagination span,
.vs-pagination a {
  display: inline-block;
  font-family: var(--title-font);
  color: var(--title-color);
  text-align: center;
  position: relative;
  border: none;
  width: 56px;
  height: 56px;
  line-height: 56px;
  font-weight: 400;
  font-size: 20px;
  z-index: 1;
  background-color: var(--white-color);
  border-radius: 5px;
}

.post-pagi-box {
  display: flex;
  align-items: center;
}

.post-pagi-box>a {
  color: var(--title-color);
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  font-family: var(--body-font);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.post-pagi-box>a i {
  color: var(--theme-color);
}

.post-pagi-box>a:hover {
  color: var(--theme-color);
}

.post-pagi-box img {
  width: 80px;
  margin-right: 25px;
}

.post-pagi-box.next {
  flex-direction: row-reverse;
}

.post-pagi-box.next img {
  margin-right: 0;
  margin-left: 25px;
}

.pagi-icon {
  color: var(--theme-color);
  font-size: 40px;
}

.pagi-icon:hover {
  color: var(--theme-color);
}

/* Small devices */
@media (max-width: 767px) {

  .vs-pagination span,
  .vs-pagination a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    padding: 0 10px;
  }

  .post-pagi-box>a {
    font-size: 12px;
  }

  .post-pagi-box img {
    width: 40px;
    margin-right: 15px;
  }

  .post-pagi-box.next img {
    margin-right: 0;
    margin-left: 15px;
  }
}

.vs-pagination {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
  margin-top: 30px;
}

.vs-pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.vs-pagination span,
.vs-pagination a {
  width: 56px;
  height: 56px;
  line-height: 56px;
  border-radius: 10px;
  background-color: var(--white-color);
  color: var(--secondary-color);
  text-transform: capitalize;
  display: inline-flex;
  font-size: 18px;
  font-weight: 500;
  gap: 5px;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--border-color);
  box-shadow: 1px 7px 5px -1px rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: 1px 7px 5px -1px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 1px 7px 5px -1px rgba(0, 0, 0, 0.09);
}

.vs-pagination span.active,
.vs-pagination span:hover,
.vs-pagination a.active,
.vs-pagination a:hover {
  color: var(--white-color);
  background-color: var(--theme-color);
}

.vs-pagination span:before,
.vs-pagination a:before {
  content: "";
  position: absolute;
  left: 3px;
  right: 3px;
  bottom: 3px;
  top: 3px;
  background-color: var(--vs-secondary-color);
  border-radius: inherit;
  transition: all ease 0.4s;
  transform: scale(0.6);
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.vs-pagination span.active:before,
.vs-pagination span:hover:before,
.vs-pagination a.active:before,
.vs-pagination a:hover:before {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

.vs-pagination li {
  display: inline-block;
  margin: 0 2.5px;
  list-style-type: none;
}

.vs-pagination .pagi-btn {
  width: 56px;
  height: 56px;
  line-height: 56px;
  border-radius: 10px;
  background-color: var(--white-color);
  color: var(--theme-color);
  text-transform: capitalize;
  display: inline-flex;
  gap: 5px;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--border-color);
  box-shadow: 1px 7px 5px -1px rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: 1px 7px 5px -1px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 1px 7px 5px -1px rgba(0, 0, 0, 0.09);
}

.vs-pagination .pagi-btn i {
  font-size: 20px;
  font-weight: 500;
}

.vs-pagination .pagi-btn.active,
.vs-pagination .pagi-btn:hover {
  color: var(--white-color);
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}

@media (max-width: 767px) {
  .vs-pagination {
    gap: 5px;
  }

  .vs-pagination .pagi-btn {
    width: 35px;
    height: 35px;
  }

  .vs-pagination .pagi-btn i {
    font-size: 14px;
  }

  .vs-pagination ul {
    padding: 3px 3px;
  }

  .vs-pagination span,
  .vs-pagination a {
    font-size: 14px;
    width: 35px;
    height: 35px;
    line-height: 35px;
  }

  .vs-pagination li {
    margin: 0 0;
  }

  .vs-pagination .pagi-btn {
    padding: 11px 15px;
    font-size: 12px;
  }
}

/*------------------- 4.6. Blog  -------------------*/
blockquote {
  display: block;
  position: relative;
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
  font-family: var(--title-font);
  text-align: left;
  color: var(--title-color);
  background-color: var(--white-color);
  border-radius: 20px 0 0 20px;
  padding: 48px;
  margin: 35px 0 50px;
  border: 1px solid #D8DDE1;
}

blockquote p {
  font-family: inherit;
  color: var(--title-color);
  font-size: 20px;
  z-index: 3;
  width: 100%;
  font-weight: 600;
  line-height: 1.5;
  position: relative;
}

blockquote p {
  margin-bottom: 0;
}

blockquote p a {
  color: inherit;
}

blockquote cite {
  padding: 5px 15px;
  color: var(--white-color);
  font-family: var(--body-font);
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
  position: relative;
  line-height: 150%;
  border-radius: 5px;
  font-style: normal;
  background-color: var(--theme-color);
  position: absolute;
  bottom: 0;
  left: 100px;
  transform: translateY(50%);
}

blockquote .quote-icon {
  position: absolute;
  left: -1px;
  top: -30px;
  display: block;
  width: 100px;
  height: 100px;
  background-color: var(--white-color);
}

blockquote.vs-quote .quote-author {
  display: block;
  font-size: 14px;
  color: #74787c;
  font-family: var(--title-font);
  display: block;
  font-weight: 400;
}

.blog-category {
  margin-bottom: -10px;
}

.blog-category a {
  display: inline-block;
  color: var(--white-color);
  padding: 4.5px 24.5px;
  margin-right: 5px;
  margin-bottom: 10px;
  border: 1px solid transparent;
  background-color: var(--theme-color);
}

.blog-category a:hover {
  background-color: var(--white-color);
  color: var(--body-color);
  border-color: var(--theme-color);
}

.blog-title a {
  color: inherit;
  display: inline-block;
}

.blog-title a:hover {
  color: var(--theme-color);
}

.blog--layout2 {
  padding-top: 235px;
  margin-top: -155px;
}

.blog-group-imgs img {
  border-radius: 20px;
}

.vs-blog {
  border-radius: 20px;
}

.vs-blog .blog-img {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.vs-blog .blog-img .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}

.vs-blog .blog-img .play-btn>i {
  font-size: 48px;
  color: var(--white-color);
  background-color: var(--theme-color);
}

.vs-blog .blog-img .play-btn::before,
.vs-blog .blog-img .play-btn::after {
  background-color: var(--theme-color);
}

.vs-blog .blog-img .play-btn:hover i {
  color: var(--white-color);
}

.vs-blog .blog-img .play-btn:hover::before,
.vs-blog .blog-img .play-btn:hover::after {
  background-color: var(--title-color);
}

.vs-blog .blog-img .slick-prev.slick-arrow {
  left: 5%;
}

.vs-blog .blog-img .slick-next.slick-arrow {
  left: auto;
  right: 5%;
}

.vs-blog .blog-img__img {
  width: 100%;
  transition: all 0.6s ease-in-out;
}

.vs-blog .blog-date {
  background-color: var(--theme-color);
  color: var(--white-color);
  font-family: var(--title-font);
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 60px;
  height: 60px;
  line-height: normal;
  z-index: 2;
  transition: all 0.5s ease;
}

.vs-blog .blog-date strong {
  display: block;
  color: var(--white-color);
  line-height: 100%;
  font-size: 24px;
  font-weight: 700;
}

.vs-blog .blog-title {
  font-size: 24px;
  line-height: 1.41666667;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px dashed var(--theme-color);
}

.vs-blog .blog-title>a:hover {
  color: var(--theme-color);
}

.vs-blog .blog-content {
  padding: 30px;
  border-radius: 0 0 20px 20px;
  transition: all 0.5s ease;
}

@media (max-width: 1199px) {
  .vs-blog .blog-content {
    padding: 15px;
  }
}

.vs-blog .vs-btn {
  background-color: var(--theme-color);
  padding: 8px 29px;
  height: 40px;
  line-height: 170%;
  font-weight: 700;
  text-transform: capitalize;
  border-radius: 10px;
}

.vs-blog .btn-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blog-sidebar2 .blog-title {
  font-size: 40px;
}

.blog-layout1 .blog-content {
  padding: 35px 30px 30px 30px;
}

.blog-layout1 .blog-date {
  transform: rotate(-90deg);
  bottom: 41%;
  left: -17%;
  height: auto;
}

.blog-style1 {
  border: 1px solid #D8DDE1;
  transition: all 0.5s ease;
  padding: 0 30px 30px 30px;
  margin-top: 30px;
  overflow: initial;
  background-color: var(--white-color);
}

.blog-style1 .blog-img {
  border-radius: 10px;
  overflow: hidden;
  transform: translateY(-30px);
}

.blog-style1 .blog-img img {
  border-radius: 12px 10px 10px 10px;
}

.blog-style1 .blog-content {
  padding: 0;
}

.blog-style1:hover {
  background-color: var(--theme-color);
}

.blog-style1:hover .blog-content {
  background-color: transparent;
}

.blog-style1:hover .blog-img__img {
  transition: all 0.6s ease-in-out;
}

.blog-style1:hover .blog-img::before,
.blog-style1:hover .blog-img::after {
  height: 100%;
}

.blog-style1:hover .blog-date {
  background-color: var(--white-color);
}

.blog-style1:hover .blog-date strong,
.blog-style1:hover .blog-date span {
  color: var(--theme-color);
}

.blog-style1:hover .blog-title {
  border-color: var(--body-color);
}

.blog-style1:hover .blog-title a {
  color: var(--white-color);
}

.blog-style1:hover .blog-title a:hover {
  color: var(--title-color);
}

.blog-style1:hover .blog-meta a {
  color: var(--body-color);
}

.blog-style1:hover .blog-meta a i {
  color: var(--body-color);
}

.blog-style1:hover .blog-meta a:hover {
  color: var(--title-color);
}

.blog-style1:hover .blog-meta a:hover i {
  color: var(--title-color);
}

.blog-style1:hover .blog-text {
  color: var(--body-color);
}

.blog-style1:hover .vs-btn {
  color: var(--theme-color);
  background-color: var(--white-color);
}

.blog-style1:hover .vs-btn::after,
.blog-style1:hover .vs-btn::before {
  background-color: var(--title-color);
}

.blog-style1:hover .vs-btn:hover {
  color: var(--white-color);
}

.blog-style1:hover .icon-btn {
  color: var(--theme-color);
  background-color: var(--white-color);
}

.blog-style1:hover .icon-btn:hover {
  color: var(--title-color);
  background-color: var(--white-color);
}

.blog-style1:hover .member-links {
  background-color: var(--title-color);
}

.blog-style1:hover .member-links a {
  color: var(--white-color);
}

.blog-style1.style2 {
  background-color: var(--body-color);
  border: none;
  padding: 20px 20px 30px 20px;
  margin-top: 0;
}

.blog-style1.style2 .blog-content {
  padding: 0 30px 0 30px;
}

.blog-style1.style2 .blog-img {
  overflow: initial;
  margin-bottom: 50px;
  transform: unset;
}

.blog-style1.style2 .blog-meta {
  padding: 6px 22px;
  background-color: var(--theme-color);
  border-radius: 10px;
  margin-bottom: 0;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 90%;
  justify-content: center;
  gap: 5px;
}

.blog-style1.style2 .blog-meta a {
  color: var(--white-color);
  padding-right: 0;
}

.blog-style1.style2 .blog-meta a:not(:last-child) {
  margin-right: 12px;
}

.blog-style1.style2 .blog-meta a i {
  color: var(--white-color);
}

.blog-style1.style2 .blog-meta a::after {
  display: none;
}

.blog-style1.style2 .blog-title {
  border-bottom: 1px dashed var(--text-color);
}

.blog-style1.style2 .social-media .member-links a:hover {
  color: var(--theme-color);
}

.blog-style1.style2 .vs-btn {
  font-family: var(--body-font);
  text-transform: uppercase;
}

.blog-style1.style2:hover {
  background-color: var(--theme-color);
}

.blog-style1.style2:hover .blog-content {
  position: relative;
  background-color: transparent;
  z-index: 1;
}

.blog-style1.style2:hover .blog-img__img {
  transition: all 0.6s ease-in-out;
}

.blog-style1.style2:hover .blog-img::before,
.blog-style1.style2:hover .blog-img::after {
  height: 100%;
}

.blog-style1.style2:hover .blog-date {
  background-color: var(--white-color);
}

.blog-style1.style2:hover .blog-date strong,
.blog-style1.style2:hover .blog-date span {
  color: var(--theme-color);
}

.blog-style1.style2:hover .blog-title {
  border-color: var(--white-color);
}

.blog-style1.style2:hover .blog-title a {
  color: var(--white-color);
}

.blog-style1.style2:hover .blog-title a:hover {
  color: var(--title-color);
}

.blog-style1.style2:hover .blog-meta a {
  color: var(--body-color);
}

.blog-style1.style2:hover .blog-meta a i {
  color: var(--body-color);
}

.blog-style1.style2:hover .blog-meta a:hover i {
  color: var(--title-color);
}

.blog-style1.style2:hover .blog-text {
  color: var(--body-color);
}

.blog-style1.style2:hover .vs-btn {
  color: var(--title-color);
  background-color: var(--white-color);
}

.blog-style1.style2:hover .vs-btn::after,
.blog-style1.style2:hover .vs-btn::before {
  background-color: var(--title-color);
}

.blog-style1.style2:hover .vs-btn:hover {
  color: var(--white-color);
}

.blog-style1.style2:hover .icon-btn {
  color: var(--title-color);
  background-color: var(--white-color);
}

.blog-style1.style2:hover .icon-btn:hover {
  color: var(--title-color);
  background-color: var(--white-color);
}

.blog-style1.style2:hover .member-links {
  background-color: var(--title-color);
}

.blog-style1.style2:hover .member-links a {
  color: var(--white-color);
}

.blog-style1.style2:hover .blog-meta {
  background-color: var(--white-color);
}

.blog-style1.style2:hover .blog-meta a {
  color: var(--title-color);
}

.blog-style1.style2:hover .blog-meta a i {
  color: var(--title-color);
}

.blog-style1.style2:hover .blog-meta a:hover {
  color: var(--theme-color);
}

.blog-style1.style2:hover .blog-meta a:hover i {
  color: var(--theme-color);
}

.vs-blog-wrapper .blog-pagination {
  margin-top: 60px;
  margin-bottom: 0;
}

.blog-style3 {
  position: relative;
  overflow: hidden;
}

.blog-style3 .blog-title {
  font-size: 24px;
  border: none;
  padding-bottom: 0;
  margin-bottom: 20px;
}

.blog-style3 .blog-title a {
  color: var(--white-color);
}

.blog-style3 .blog-img {
  z-index: initial;
}

.blog-style3 .blog-content {
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 2;
}

.blog-style3 .tags {
  text-align: center;
  padding: 8px 24px 8px 24px;
  color: var(--white-color);
  font-size: 16px;
  background-color: var(--theme-color);
  border-radius: 10px;
  font-weight: 500;
  text-transform: uppercase;
  z-index: 2;
}

.blog-style3 .blog-meta {
  margin-bottom: 16px;
}

.blog-style3 .blog-meta a {
  color: var(--white-color);
}

.blog-style3 .blog-meta a:hover i {
  color: var(--theme-color);
}

.blog-style3 .blog-meta a:not(:last-child) {
  padding-right: 0;
}

.blog-style3 .blog-meta a::after {
  display: none;
}

.blog-style3 .blog-meta i {
  color: var(--white-color);
}

.blog-style3 .icon-btn {
  background-color: transparent;
  border: 1px solid var(--white-color);
}

.blog-style3 .icon-btn:hover {
  border-color: var(--theme-color);
  background-color: var(--theme-color);
}

.blog-style3 .vs-btn {
  background-color: transparent;
  border: 1px solid var(--white-color);
  height: initial;
  padding: 5px 32px;
}

.blog-style3 .vs-btn::after,
.blog-style3 .vs-btn::before {
  background-color: var(--theme-color);
}

.blog-style3 .vs-btn:hover {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}

.blog-style3 .social-media .member-links {
  background-color: var(--theme-color);
}

.blog-style3 .social-media .member-links a:hover {
  color: var(--secondary-color);
}

.blog-style3::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #053273;
  background: linear-gradient(180deg, rgba(5, 50, 115, 0.03) 0%, rgba(5, 50, 115, 0.92) 74%);
  z-index: 1;
}

.social-media {
  position: relative;
  cursor: pointer;
}

.social-media .member-links {
  position: absolute;
  right: 0px;
  bottom: 50px;
  width: 40px;
  text-align: center;
  background-color: var(--title-color);
  border-radius: 10px;
  padding: 12px 0;
  visibility: visible;
  opacity: 1;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
  transition-property: all;
  transform-style: preserve-3d;
  transform: scaley(0);
  transform-origin: bottom;
}

.social-media .member-links a {
  color: var(--white-color);
  font-size: 14px;
  display: block;
  transition: all 0.5s ease;
}

.social-media .member-links a:not(:last-child) {
  margin-bottom: 5px;
}

.social-media .member-links a:hover {
  color: var(--theme-color);
}

.social-media .member-links.active {
  transform: translateY(-50%);
  visibility: visible;
  opacity: 1;
}

.social-media:hover .member-links {
  visibility: visible;
  opacity: 1;
  transform: scaley(1);
}

.blog-meta {
  margin-bottom: 22px;
}

.blog-meta span,
.blog-meta a {
  display: inline-block;
  margin-right: 20px;
  font-size: 16px;
  color: var(--text-color);
  position: relative;
}

.blog-meta span:not(:last-child),
.blog-meta a:not(:last-child) {
  padding-right: 20px;
}

.blog-meta span:not(:last-child)::after,
.blog-meta a:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 15px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #D8DDE1;
}

.blog-meta span:last-child,
.blog-meta a:last-child {
  margin-right: 0;
}

.blog-meta span i,
.blog-meta a i {
  margin-right: 8px;
  color: var(--theme-color);
  transition: all 0.5s ease;
}

.blog-meta a:hover {
  color: var(--theme-color);
}

.blog-meta {
  display: inline-flex;
  align-items: center;
  gap: 0px;
  color: var(--text-color);
  font-size: 16px;
  transition: all 0.3s ease-in-out;
}

.blog-meta>i {
  font-size: 18px;
  color: var(--text-color);
  transition: all 0.3s ease-in-out;
}

.blog-meta:hover>i {
  color: var(--theme-color);
}

.list-style1 ul {
  margin-bottom: 0;
}

.list-style1 ul li {
  color: var(--text-color);
  position: relative;
  text-transform: capitalize;
  padding-left: 30px;
  font-weight: 500;
  font-family: var(--body-font);
  line-height: 160%;
}

.list-style1 ul li:not(:last-child) {
  margin-bottom: 10px;
}

.list-style1 ul li a {
  color: var(--text-color);
  transition: all 0.5s ease;
}

.list-style1 ul li a:hover {
  color: var(--theme-color);
}

.list-style1 ul li img,
.list-style1 ul li i {
  color: var(--theme-color);
  position: absolute;
  left: 0;
  top: 4px;
}

.title-shep {
  position: relative;
  padding-bottom: 12px;
}

.title-shep:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 3px;
  background-color: var(--border-color);
  border-radius: 30px;
}

.title-shep:after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 3px;
  background-color: var(--secondary-color);
  border-radius: 30px;
}

.blog-inner-title {
  font-size: 40px;
  margin-top: -0.2em;
  margin-bottom: 40px;
  line-height: 125%;
}

.blog-single {
  position: relative;
  margin-bottom: 30px;
  background: var(--white-color);
  padding: 0.1px 0 0.1px 0;
}

.blog-single .blog-inner-img {
  margin-bottom: 25px;
}

.blog-single .blog-meta {
  margin: -0.2em 0 13px 0;
}

.blog-single .blog-title {
  font-size: 30px;
  margin-bottom: 17px;
}

.blog-single .link-btn {
  width: fit-content;
  display: block;
  margin-top: 26px;
}

.blog-single .share-links-title {
  font-size: 20px;
  font-weight: 700;
  color: var(--title-color);
  font-family: var(--title-font);
  display: inline-block;
  line-height: 150%;
}

.blog-single .share-links {
  margin: 0px 0 0px 0;
  padding: 40px 0 0px;
  border-top: 1px solid var(--body-color);
}

.blog-single .share-links .tagcloud {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-right: 0;
  gap: 10px;
  margin-bottom: 0px;
}

.blog-single .share-links .tagcloud .share-links-title {
  margin-right: 10px;
}

.blog-single .share-links .tagcloud a {
  border-radius: 0;
  color: var(--text-color);
  background-color: var(--body-color);
  text-transform: capitalize;
  display: inline-flex;
  font-family: var(--body-font);
  align-items: center;
  padding: 13px 18px;
  min-height: 40px;
  border: 0;
  font-weight: 500;
  border-radius: 5px;
}

.blog-single .share-links .tagcloud a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.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;
  background-color: transparent;
}

.blog-single .blog-audio {
  line-height: 1;
}

.blog-single .blog-audio,
.blog-single .blog-img {
  position: relative;
}

.blog-single .blog-audio::before,
.blog-single .blog-img::before {
  display: none;
}

.blog-single .blog-audio::after,
.blog-single .blog-img::after {
  opacity: 0.3;
  height: 100%;
}

.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(--theme-color);
  color: var(--white-color);
  border-radius: 5px;
}

.blog-single .blog-img .slick-arrow:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.blog-single .social-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 5px;
  margin-bottom: 0px;
}

.blog-single .social-links a {
  width: 37px;
  height: 37px;
  line-height: 37px;
  border-radius: 5px;
  transition: all 0.5s ease;
  color: var(--title-color);
  background-color: var(--body-color);
}

.blog-single .social-links a i {
  font-size: 14px;
}

.blog-single .social-links a:hover {
  color: var(--white-color);
  background-color: var(--theme-color);
}

.blog-single .social-links .share-links-title {
  margin-right: 10px;
}

.blog-single:hover .blog-img .slick-arrow {
  opacity: 1;
  visibility: visible;
}

.blog-single .blog-date {
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  right: 40px;
  bottom: 0;
  top: unset;
  left: unset;
  border-radius: 3px;
  transform: translateY(30px);
}

.blog-single .blog-date strong {
  font-weight: 600;
}

.social-links {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.social-links li {
  display: inline-block;
}

.social-links li:not(:last-child) {
  margin-right: 5px;
}

.social-links a {
  min-height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--theme-color);
  color: var(--white-color);
  border-radius: 50%;
  border: none;
}

.social-links a:hover {
  color: var(--theme-color);
  background-color: var(--white-color);
}

.blog-author {
  background-color: var(--theme-color);
  padding: 24px;
  align-items: center;
  border-radius: 10px;
  margin-bottom: 0px;
  display: inline-flex;
  align-items: center;
  position: relative;
}

.blog-author .media-img {
  width: 100%;
  max-width: 180px;
  margin-right: 30px;
}

.blog-author .media-img img {
  border-radius: 20px;
}

.blog-author .title-shep {
  padding-bottom: 15px;
}

.blog-author .title-shep::after,
.blog-author .title-shep::before {
  background-color: var(--theme-color);
}

.blog-author .author-name {
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
  color: var(--white-color);
  margin-bottom: 0px;
}

.blog-author .author-name a {
  color: var(--white-color);
}

.blog-author .author-name a:hover {
  color: var(--title-color);
}

.blog-author .author-degi {
  color: var(--body-color);
  margin-bottom: 24px;
}

.blog-author .author-text {
  margin-bottom: 10px;
}

.blog-author .author-links {
  margin-bottom: 0;
}

.blog-author .author-links li {
  display: inline-block;
}

.blog-author .author-links li:not(:last-child) {
  margin-right: 10px;
}

.blog-author .author-links a {
  color: var(--white-color);
  font-size: 15px;
}

.blog-author .author-links a:hover {
  color: var(--title-color);
}

.blog-author .publish-info {
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 500;
}

.blog-author .author-top {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 7px;
}

.blog-details .blog-img {
  position: relative;
  overflow: initial;
}

.blog-details .blog-img img {
  width: 100%;
}

.blog-details .blog-img::after {
  display: none;
}

.blog-details .blog-content {
  margin: 0 0 40px 0;
  border-radius: 10px;
  padding: 40px;
  box-shadow: 0px 3px 10px -2px rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: 0px 3px 10px -2px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 3px 10px -2px rgba(0, 0, 0, 0.09);
}

.blog-details .blog-title {
  font-size: 30px;
  line-height: 134%;
  border: none;
  padding: 0;
  margin: 0 0 25px 0;
}

.blog-standard .blog-img {
  position: relative;
  overflow: initial;
}

.blog-standard .blog-img img {
  width: 100%;
}

.blog-standard .blog-img::after {
  display: none;
}

.blog-standard .blog-meta {
  text-align: left;
}

.blog-standard .blog-content {
  border-radius: 0 0 10px 10px;
  margin: 0;
  padding: 40px;
  box-shadow: 0px 3px 10px -2px rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: 0px 3px 10px -2px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 3px 10px -2px rgba(0, 0, 0, 0.09);
}

.blog-standard .blog-title {
  font-size: 30px;
  line-height: 134%;
  border: none;
  padding: 0;
  margin: 0 0 25px 0;
}

.blog-text {
  color: var(--text-color);
}

.blog-style2 {
  display: inline-flex;
  align-items: center;
  background-color: var(--body-color);
  border-right: 2px solid var(--theme-color);
  transition: all 0.5s ease;
}

.blog-style2 .blog-title {
  font-size: 24px;
}

.blog-style2 .blog-content {
  background-color: transparent;
}

.blog-style2 .blog-img {
  max-width: 420px;
  width: 100%;
}

.blog-style2 .blog-img img {
  width: 100%;
}

.blog-style2 .blog-date {
  top: 20px;
  left: 20px;
}

.blog-style2:hover {
  background-color: var(--secondary-color);
  border-color: var(--title-color);
}

.blog-style2:hover .blog-content {
  border-color: var(--theme-color);
}

.blog-style2:hover .blog-img__img {
  transform: scale(1.1);
  transition: all 0.6s ease-in-out;
}

.blog-style2:hover .blog-img::before,
.blog-style2:hover .blog-img::after {
  height: 100%;
}

.blog-style2:hover .blog-date {
  background-color: var(--secondary-color);
  border-color: var(--white-color);
}

.blog-style2:hover .blog-date strong,
.blog-style2:hover .blog-date span {
  color: var(--white-color);
}

.blog-style2:hover .blog-title {
  border-color: var(--body-color);
}

.blog-style2:hover .blog-title a {
  color: var(--white-color);
}

.blog-style2:hover .blog-title a:hover {
  color: var(--title-color);
}

.blog-style2:hover .blog-meta a {
  color: var(--body-color);
}

.blog-style2:hover .blog-meta a i {
  color: var(--body-color);
}

.blog-style2:hover .blog-meta a:hover i {
  color: var(--title-color);
}

.blog-style2:hover .blog-text {
  color: var(--body-color);
}

.blog-style2:hover .vs-btn {
  color: var(--theme-color);
  background-color: var(--white-color);
}

.blog-style2:hover .vs-btn::after,
.blog-style2:hover .vs-btn::before {
  background-color: var(--title-color);
}

.blog-style2:hover .vs-btn:hover {
  color: var(--white-color);
}

.blog-style2:hover .icon-btn {
  background-color: var(--title-color);
}

.blog-style2:hover .icon-btn:hover {
  color: var(--title-color);
  background-color: var(--white-color);
}

.blog-style2:hover .member-links {
  background-color: var(--title-color);
}

.blog-style2:hover .member-links a {
  color: var(--white-color);
}

/* Extra large devices */
@media (max-width: 1500px) {
  .vs-blog .blog-title {
    font-size: 22px;
  }
}

/* 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-style1 {
    padding: 0 15px 20px 15px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .vs-blog .blog-title {
    font-size: 22px;
  }

  .blog-single .social-links {
    justify-content: start;
  }

  .blog-style1.style2 .blog-content {
    padding: 0;
  }

  .vs-blog-wrapper .blog-pagination {
    margin-top: 30px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  blockquote.vs-quote {
    padding: 40px 15px;
  }

  blockquote.vs-quote p {
    line-height: 1.8;
    font-size: 16px;
  }

  blockquote.vs-quote cite {
    margin-top: 10px;
  }

  .blog-inner-title {
    font-size: 26px;
  }

  .blog-single {
    --blog-space-y: 40px;
    --blog-space-x: 20px;
  }

  .blog-single .blog-title {
    font-size: 20px;
  }

  .vs-blog .blog-img .play-btn>i {
    font-size: 24px;
  }

  .vs-blog .blog-title {
    font-size: 24px;
  }

  .blog-author .author-top {
    display: block;
  }

  .blog-style1.style2 .blog-content {
    padding: 0 30px 0 30px;
  }

  .blog-standard .vs-pagination {
    margin: 0;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .blog-meta {
    display: block;
    text-align: center;
  }

  .blog-details .blog-img .blog-meta {
    padding: 10px;
    bottom: 5px;
    max-width: 90%;
  }

  .blog-details .blog-img .blog-tag {
    top: 5px;
    left: 5px;
    padding: 10px 20px;
  }

  .blog-details .blog-content {
    padding: 40px 15px;
  }

  .blog-standard .blog-img .blog-meta {
    padding: 10px;
    bottom: 5px;
    max-width: 90%;
  }

  .blog-standard .blog-img .blog-tag {
    top: 5px;
    left: 5px;
    padding: 10px 20px;
  }

  .blog-standard .blog-content {
    padding: 40px 15px;
  }

  .blog-single .share-links .tagcloud a {
    padding: 10px;
  }

  .blog-author {
    display: block;
  }

  .blog-author .media-img {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .blog-author .author-top {
    display: block;
  }

  .blog-style1.style2 .blog-content {
    padding: 0;
  }
}

@media (max-width: 399px) {
  .blog-layout1 .blog-content {
    padding: 25px 20px 40px;
  }

  .blog-layout1 .blog-date {
    width: initial;
  }

  .social-links a {
    min-height: initial;
    min-width: initial;
  }
}

/*------------------- 4.7. Comments  -------------------*/
.comment-respond {
  position: relative;
}

.comment-respond .form-title a#cancel-comment-reply-link {
  font-size: 0.7em;
  text-decoration: underline;
}

.comment-respond .custom-checkbox.notice {
  margin-top: 0px;
  margin-bottom: 25px;
}

.comment-respond .form-control {
  background-color: var(--body-color);
  border: none;
  height: 60px;
  border-radius: 6px;
  color: var(--text-color);
}

.comment-respond .form-control::placeholder {
  color: var(--text-color);
}

.comment-respond input[type=checkbox]~label:before {
  background-color: var(--white-color);
  border: 1px solid var(--secondary-color);
  border-radius: 4px;
}

.comment-respond input[type=checkbox]:checked~label:before {
  border: 1px solid var(--border-color);
  color: var(--theme-color);
}

.comment-respond .custom-checkbox>label {
  color: var(--text-color);
  font-weight: 500;
}

.comment-respond .form-text {
  margin-bottom: 25px;
}

.comment-respond .vs-btn {
  font-weight: 700;
  padding: 17px 40px;
  border-radius: 30px;
  height: auto;
  line-height: 165%;
  text-transform: uppercase;
  font-weight: 600;
}

.question-form .comment-respond,
.review-form .comment-respond {
  margin: 0 0 20px 0;
}

.question-form .form-control,
.review-form .form-control {
  background-color: var(--white-color);
  color: var(--title-color);
  border: 1px solid var(--theme-color);
  border-radius: 30px;
  height: 50px;
}

.question-form .form-control::placeholder,
.review-form .form-control::placeholder {
  color: var(--title-color);
}

.question-form .rating-select,
.review-form .rating-select {
  display: flex;
  align-items: center;
}

.question-form .rating-select label,
.review-form .rating-select label {
  font-weight: 500;
  color: var(--title-color);
}

.vs-comments-wrap {
  margin: var(--blog-space-y, 34px) 0 var(--blog-space-y, 0px) 0;
  padding: 35px 40px 40px 40px;
  box-shadow: 0px 3px 10px -2px rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: 0px 3px 10px -2px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 3px 10px -2px rgba(0, 0, 0, 0.09);
  border-radius: 10px;
}

.vs-comments-wrap .description p:last-child {
  margin-bottom: 0;
}

.vs-comments-wrap .comments-title {
  font-size: 30px;
  margin-bottom: 30px;
}

.vs-comments-wrap .comments-title i {
  color: var(--theme-color);
  font-size: 24px;
  margin-right: 10px;
}

.vs-comments-wrap .comment-respond {
  margin: 30px 0;
}

.vs-comments-wrap pre {
  background: #ededed;
  color: #666;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.vs-comments-wrap blockquote {
  background-color: #eaf8f9;
}

.vs-comments-wrap li {
  margin: 0;
}

.vs-comments-wrap .vs-post-comment {
  display: flex;
  align-items: start;
  position: relative;
  padding: 30px;
  background: var(--body-color);
  border-radius: 20px;
  border: 1px solid transparent;
  transition: all 0.5s ease;
}

.vs-comments-wrap .vs-post-comment:hover {
  border-color: var(--theme-color);
}

.vs-comments-wrap ul.comment-list {
  list-style: none;
  padding: 0;
}

.vs-comments-wrap ul.comment-list ul ul,
.vs-comments-wrap ul.comment-list ul ol,
.vs-comments-wrap ul.comment-list ol ul,
.vs-comments-wrap ul.comment-list ol ol {
  margin-bottom: 0;
}

.vs-comments-wrap .comment-avater {
  width: 80px;
  height: 80px;
  margin-right: 20px;
  overflow: hidden;
  background-color: var(--white-color);
  border-radius: 5px;
}

.vs-comments-wrap .comment-avater img {
  width: 100%;
}

.vs-comments-wrap .comment-content {
  flex: 1;
  position: relative;
}

.vs-comments-wrap .comment-content .text {
  color: var(--text-color);
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.7;
}

.vs-comments-wrap .commented-on {
  font-size: 16px;
  display: inline-flex;
  margin-bottom: 14px;
  margin-top: 0;
  font-weight: 400;
  color: var(--title-color);
  font-family: var(--body-font);
  align-items: center;
}

.vs-comments-wrap .commented-on i {
  margin-right: 7px;
  font-size: 20px;
  color: var(--secondary-color);
}

.vs-comments-wrap .name {
  margin-bottom: 0px;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
}

.vs-comments-wrap .comment-top {
  display: flex;
  justify-content: space-between;
}

.vs-comments-wrap .children {
  margin: 20px 0 20px 100px;
  padding: 0;
  list-style-type: none;
}

.vs-comments-wrap .reply_and_edit {
  position: absolute;
  right: 70px;
  text-transform: uppercase;
  top: 0;
  line-height: 1;
}

.vs-comments-wrap .replay-btn {
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
  font-family: var(--title-font);
  color: var(--title-color);
  border-radius: 30px;
  transition: all 0.5s ease;
}

.vs-comments-wrap .replay-btn:hover {
  color: var(--theme-color);
}

.vs-comments-wrap .star-rating {
  font-size: 14px;
  margin-bottom: 7px;
  top: 0;
  right: 0;
  width: 95px;
}

.vs-comments-wrap .star-rating::before {
  color: var(--theme-color);
}

.vs-comment-form {
  padding: 35px 40px 40px 40px;
  box-shadow: 0px 3px 10px -2px rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: 0px 3px 10px -2px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 3px 10px -2px rgba(0, 0, 0, 0.09);
  border-radius: 10px;
}

.vs-comment-form .comments-text {
  color: var(--text-color);
}

.vs-comment-form .form-title {
  margin-bottom: 25px;
}

.vs-comments-wrap.vs-comment-form {
  margin: 0;
}

/* Large devices */
@media (max-width: 1199px) {
  .vs-comments-wrap .vs-post-comment {
    display: block;
  }

  .vs-comments-wrap .star-rating {
    position: relative;
    top: 0;
    right: 0;
  }

  .vs-comments-wrap .comment-top {
    display: block;
  }

  .vs-comments-wrap .comment-avater {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .vs-comments-wrap .children {
    margin-left: 40px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .vs-comments-wrap {
    padding: 35px 15px 40px 15px;
  }

  .vs-comments-wrap .vs-post-comment {
    padding: 20px 15px;
  }

  .vs-comments-wrap .children {
    margin-left: 20px;
  }

  .vs-comments-wrap .name {
    font-size: 18px;
  }

  .vs-comment-form {
    padding: 35px 15px 40px 15px;
  }

  .comment-respond .form-inner {
    padding: 0;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .vs-comments-wrap .reply_and_edit {
    right: 0px;
    top: -60px;
  }
}

/*------------------- 4.8. Hero Area  -------------------*/
.hero-layout1 {

  position: relative;
  z-index: 1;
}

.custom-arraw {
  position: absolute;
  display: block;
}

.custom-arraw .icon-arraw {
  display: inline-flex;
}

.custom-arraw .icon-arraw:not(:last-child) {
  margin-bottom: 10px;
}

.custom-arraw .icon-arraw .icon-btn {
  width: 55px;
  height: 55px;
  line-height: 55px;
  font-size: 15px;
  border: none;
  border-radius: 5px;
  color: var(--theme-color);
  background-color: var(--white-color);
}

.custom-arraw .icon-arraw .icon-btn:hover {
  color: var(--white-color);
  background-color: var(--secondary-color);
}


/* ── Hero Item Full Width ── */
.vs-hero .hero-item .row {
  justify-content: center;
  margin: 0;
  width: 100%;
}

.vs-hero .hero-item .col-xl-7,
.vs-hero .hero-item .col-lg-10 {
  max-width: 900px;
  width: 100%;
  flex: 0 0 auto;
  padding: 0 20px;
}

/* ── Hero Content Center ── */
.vs-hero .hero-content {
  position: relative;
  top: 55px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.hero-item::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(72, 141, 190, 0.85) 0%, rgba(15, 75, 118, 0.6) 30%, rgba(0, 0, 0, 0.55) 55%, rgba(234, 95, 1, 0.50) 80%, rgba(148, 87, 46, 0.75) 50%);
  z-index: 1;
  pointer-events: none;
}


/* ── Subtitle ── */
.vs-hero .hero-subtitle {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 18px;
  text-align: center;
  width: 100%;
}

/* ── Title - Centered, controlled width ── */
.vs-hero .hero-title {
  color: #ea7c2b;
  font-weight: 700;
  font-size: 48px;
  line-height: 120%;
  margin-bottom: 20px;
  text-align: center;
  width: 100%;
  max-width: 100%;
  white-space: nowrap;
  word-break: keep-all;
  overflow-wrap: normal;
}

.vs-hero .hero-title span {
  display: inline;
}

/* ── Paragraph - max width so it doesn't stretch ── */
.vs-hero .hero-text {
  color: var(--white-color);
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  margin-bottom: 32px;
  text-align: center;
  max-width: 860px;
  width: 100%;
}

/* ── Button ── */
.vs-hero .vs-btn {
  padding: 16px 40px;
  display: inline-block;
  margin: 0 auto;
}

/* ── Mobile Hero Title Fix - No Word Break ── */
@media (max-width: 768px) {

  .vs-hero .hero-item .col-xl-7,
  .vs-hero .hero-item .col-lg-10 {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0 16px;
  }

  .vs-hero .hero-content {
    text-align: center;
    align-items: center;
    padding: 0 10px;
  }

  .vs-hero .hero-title {
    font-size: 26px !important;
    line-height: 135% !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
    letter-spacing: 0px !important;
    max-width: 100% !important;
    width: 100% !important;
  }

  .vs-hero .hero-subtitle {
    font-size: 12px !important;
    letter-spacing: 1px !important;
    margin-bottom: 12px !important;
  }

  .vs-hero .hero-text {
    font-size: 14px !important;
    line-height: 155% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin-bottom: 24px !important;
  }

  .vs-hero .vs-btn {
    padding: 12px 24px !important;
    font-size: 13px !important;
  }
}

/* ── Tablet Fix ── */
@media (min-width: 769px) and (max-width: 1024px) {
  .vs-hero .hero-title {
    font-size: 36px !important;
    white-space: normal !important;
    word-break: normal !important;
    max-width: 100% !important;
  }

  .jbs-grid {
    grid-template-columns: 1fr 1fr;
  }

  .hero-layout1 {
    background: var(--theme-color);
    position: relative;
    z-index: 1;
  }

  .vs-hero .hero-text {
    font-size: 16px !important;
    max-width: 100% !important;
  }

  .vs-hero .hero-item .col-xl-7,
  .vs-hero .hero-item .col-lg-10 {
    padding: 0 24px;
    max-width: 100%;
    flex: 0 0 100%;
  }
}

/* ── Tablet ── */
@media (max-width: 1024px) {
  .vs-hero .hero-title {
    font-size: 46px;
  }

  .vs-hero .hero-item .col-xl-7,
  .vs-hero .hero-item .col-lg-10 {
    max-width: 100%;
    padding: 0 30px;
  }
}

@media (max-width: 1200px) {
  .vs-hero .hero-title {
    font-size: 38px;
    white-space: normal;
  }
}

/* ── Mobile ── */
@media (max-width: 768px) {
  .vs-hero .hero-title {
    font-size: 28px;
    white-space: normal;
  }

  .vs-hero .hero-text {
    font-size: 15px;
    max-width: 100%;
  }
}

/* ── Mobile ── */
@media (max-width: 768px) {
  .vs-hero .hero-title {
    font-size: 32px;
    line-height: 125%;
  }

  .vs-hero .hero-subtitle {
    font-size: 13px;
    letter-spacing: 1.5px;
  }

  .vs-hero .hero-text {
    font-size: 15px;
    max-width: 100%;
    padding: 0 10px;
  }

  .vs-hero .vs-btn {
    padding: 13px 28px;
    font-size: 14px;
  }
}

/* ── Small Mobile ── */
@media (max-width: 480px) {
  .vs-hero .hero-title {
    font-size: 26px;
  }

  .vs-hero .hero-text {
    font-size: 14px;
  }
}

.media-user {
  display: inline-flex;

}

.media-user .user {
  display: inline-block;
  margin-right: 20px;
}

.media-user .media-body {
  text-align: left;
}

.media-user .media-body .media-title {
  color: var(--white-color);
  margin-bottom: 0;
  font-weight: 700;
  line-height: 135%;
}

.media-user .media-body .media-text {
  margin-bottom: 0;
}

.hero-layout2 {
  position: relative;
  z-index: 1;
}

.hero-layout2 .hero-logo {
  display: inline-block;
  margin-bottom: 30px;
}

.hero-layout2 .hero-title {
  margin-bottom: 35px;
}

.hero-layout2 .hero-content {
  text-align: center;
}

.hero-layout2 .media-info {
  display: inline-flex;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.18);
  padding: 3px 20px;
  border-radius: 50px;
  backdrop-filter: blur(6px);
  border: 2px solid #8794A7;
}

.hero-layout2 .media-info .title {
  font-size: 14px;
  color: #FFFFFF;
  display: block;
  margin-bottom: 0;
}

.hero-layout2 .media-info .media-call {
  color: var(--white-color);
  font-size: 20px;
  font-weight: 700;
  font-family: var(--title-font);
}

.hero-layout2 .media-info .media-call:hover {
  color: var(--theme-color);
}

.hero-layout2 .media-info .call-icon {
  padding-right: 20px;
  margin-right: 20px;
  border-right: 2px solid #8794A7;
}

.hero-layout2 .media-info .media-body {
  text-align: left;
}

.hero-layout2 .hero-user {
  display: inline-flex;
  align-items: center;
  gap: 30px;
}

.hero-layout2 .listing-style1 {
  position: relative;
  transform: unset;
}



.hero-layout2 .listing-style1 .nice-select:after {
  top: unset;
  bottom: -32%;
}

.hero-layout2 .listing-style1 .nice-select .list {
  top: 60px;
}

.hero-layout2 .listing-style1 .listing-select .nice-select .current {
  font-size: 20px;
}

.hero-layout2 .hero-content {
  padding: 140px 0 40px;
}

.vs-hero.style2 {
  padding: 0 20px;
}

.vs-hero.style2 .slick-arrow {
  color: var(--white-color);
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}

.vs-hero.style2 .slick-arrow:hover {
  border-color: var(--secondary-color);
  background-color: var(--secondary-color);
}

.vs-hero.style2 .slick-prev {
  left: -10px;
}

.vs-hero.style2 .slick-next {
  right: -10px;
}

.text-highlight {
  display: inline-block;
  color: var(--white-color);
  max-width: 300px;
  width: 100%;
  text-align: center;
  position: relative;
  left: -20px;
  z-index: -1;
}

.text-highlight.background-image,
.text-highlight [data-bg-src] {
  background-size: contain;
}

.hero-item {
  position: relative;
  padding: 60px 0 60px;
}

.hero-subtitle {
  color: var(--secondary-color);
  font-size: 20px;
  font-weight: 500;
  font-family: var(--title-font);
  text-transform: capitalize;
  display: inline-flex;
  align-items: end;
  margin-bottom: 38px;
  line-height: 150%;
}

.hero-subtitle .icon {
  margin-right: 12px;
}

.hero-title {
  font-size: 64px;
  color: var(--title-color);
  text-transform: capitalize;
  line-height: 125%;
  margin-bottom: 20px;
}

.hero-title .title-highlight {
  color: var(--theme-color);
  position: relative;
}

.hero-title .title-highlight::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 6px;
  height: 2px;
  background-color: var(--theme-color);
}

.hero-item2 {
  padding: 115px 0;
}

.hero-item2.style2 {
  padding: 240px 0;
  border-bottom: 5px solid var(--theme-color);
}

.hero-text {
  font-size: 16px;
  font-weight: 400;
  color: var(--text-color);
  text-transform: capitalize;
  margin-bottom: 30px;
  padding-right: 40px;
}

.hero-btn {
  display: inline-flex;
  align-items: center;
  gap: 15px;
}

.hero-layout3 {
  position: relative;
}

.hero-layout3 .form-style2 .form-group .vs-btn {
  margin-top: 20px;
}

.hero-layout3 .hero-text {
  max-width: 56ch;
}

.hero-layout3 .counter-style2 {
  position: absolute;
  width: 100%;
  transform: translateY(-105px);
}

.hero-layout3 .hero-item {
  padding: 210px 0 245px;
}

.form-style2 {
  background-color: var(--white-color);
  padding: 40px;
  border-radius: 10px;
}

.form-style2 label {
  font-weight: 700;
  color: var(--text-color);
}

.form-style2 .form-group {
  position: relative;
}

.form-style2 .form-group:last-child {
  margin-bottom: 0;
}

.form-style2 .form-group .input-area {
  position: relative;
  border-radius: 10px;
}

.form-style2 .form-group .icon,
.form-style2 .form-group i {
  color: var(--theme-color);
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.form-style2 .form-group .vs-btn {
  width: 100%;
  margin-top: 20px;
  padding: 12px 36px;
  border-radius: 15px !important;
}

.form-style2 .form-control {
  border-radius: 5px;
  color: var(--text-color);
  padding: 0 30px 0 20px;
  font-size: 14px;
  font-weight: 500;
}

.form-style2 .form-control:focus {
  background-color: initial;
}

.form-style2 .form-control::placeholder {
  color: var(--text-color);
}

.form-style2 .nice-select {
  background-color: var(--white-color);
  border: 1px solid var(--border-color);
  color: var(--text-color);
  font-size: 14px;
  font-family: var(--body-font);
}

.form-style2 .nice-select::after {
  border-color: var(--theme-color);
}

.form-style2 .nice-select .current {
  font-weight: 500;
}

.form-style2 .nice-select:hover {
  color: var(--text-color);
  background-color: var(--white-color);
}

.form-style2 .nice-select:hover::after {
  border-color: var(--theme-color);
}

.element1 {
  animation: sway-left 4s infinite ease-in-out;
}

.element2 {
  animation: sway-left 6s infinite ease-in-out;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .hero-layout3 .counter-style2 {
    width: 98%;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .hero-layout3 .counter-style2 {
    width: 100%;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .vs-hero .hero-item {
    position: relative;
    padding: 80px 0 60px;
  }

  .vs-hero .custom-arraw {
    display: none;
  }

  .vs-hero .hero-title {
    font-size: 70px;
  }

  .vs-hero.hero-layout3 {
    padding-bottom: 80px;
  }

  .vs-hero.hero-layout3 .hero-item {
    padding: 120px 0 60px;
  }

  .hero-layout2 .hero-content {
    padding: 80px 0 40px;
  }

  .hero-layout3 .counter-style2 {
    position: relative;
    width: 100%;
    transform: unset;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .vs-hero .hero-title {
    font-size: 52px;
  }

  .hero-layout2 .hero-user {
    display: block;
  }

  .hero-layout2 .hero-user .media-info {
    margin-bottom: 20px;
  }

  .vs-hero .text-highlight {
    left: 0;
    width: initial;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .vs-hero .hero-title {
    font-size: 38px;
  }

  .hero-item {
    position: relative;
    padding: 80px 0 80px;
  }

  .hero-layout1.style2 .hero-content {
    padding: 0;
  }

  .hero-layout2 .hero-user .media-user {
    display: block;
  }

  .hero-layout2 .hero-user .media-user .user {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .hero-layout2 .hero-user .media-user .media-body {
    text-align: center;
  }
}

@media (max-width: 399px) {
  .vs-hero .hero-subtitle {
    font-size: 18px;
  }

  .vs-hero .hero-title {
    font-size: 30px;
  }
}

/*------------------- 4.9. Error  -------------------*/
.error-content .sec-title,
.comming-content .sec-title {
  font-size: 260px;
  font-weight: 800;
  line-height: 1;
  color: var(--white-color);
  margin: 0 0 0px 0;
}

.error-content .sec-title2,
.comming-content .sec-title2 {
  font-size: 40px;
  margin: 0 0 10px 0;
}

.error-content .sec-title2>span,
.comming-content .sec-title2>span {
  color: var(--theme-color);
}

.error-content .error-content__text,
.comming-content .error-content__text {
  color: var(--white-color);
  font-size: 20px;
  margin-bottom: 35px;
}

.comming-content .sec-title {
  font-size: 25px;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .comming-content .sec-title {
    font-size: 18px;
  }
}

.comming-content .sec-title2 {
  font-size: 60px;
  color: var(--white-color);
}

@media (max-width: 767px) {
  .comming-content .sec-title2 {
    font-size: 30px;
  }
}

.error-text {
  color: var(--text-color);
}

.error-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 50px;
}

.error-img img {
  width: 100%;
}

.error-style1 {
  overflow: hidden;
}

.error-style1 .vs-btn .icon {
  margin-left: 5px;
  display: inline-block;
  top: -3px;
  position: relative;

}

/*------------------- 4.10. About  -------------------*/
.about-layout1 {
  padding: 195px 0 115px 0;
}

.about-layout1 .sec-title {
  max-width: 18ch;
}

.about-layout1 .about-img {
  position: relative;
}

.about-layout1 .about-img .about-notic {
  position: absolute;
  top: 45px;
  left: -30px;
}

.about-layout1 .about-img1 {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  border: 3px solid var(--body-color);
}

.about-layout1 .about-img1 img {
  width: 100%;
  transform: scale(1);
  transition: all 0.5s ease;
}

.about-layout1 .about-img1:hover img {
  transform: scale(1.1);
}

.about-list {
  padding-left: 45px;
  position: relative;
}

.about-list:not(:last-child) {
  margin-bottom: 25px;
}

.about-list .title {
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 5px 0;
}

.about-list .text {
  color: var(--text-color);
  max-width: 37ch;
  margin-bottom: 0;
}

.about-list .list-icon {
  position: absolute;
  left: 0;
  top: 5px;
}

@media (max-width: 1299px) {
  .about-layout1 {
    padding: 120px 0;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .about-layout1 .about-img .about-notic {
    left: 0;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .about-layout1 {
    padding: 60px 0;
  }

  .about-layout1 .sec-title {
    margin: 0 auto;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .about-layout1 .about-img .about-notic {
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

/*------------------- 4.11. Counter  -------------------*/
.counter-style1 {
  justify-content: space-between;
  gap: 30px;
  position: relative;
}

.counter-style1 .media-inner:not(:last-child) {
  margin-bottom: 35px;
}

.vs-counter .media-count {
  display: inline-flex;
  font-family: var(--title-font);
  margin-bottom: 0px;
}

.vs-counter .media-title {
  margin-bottom: 0;
}

.vs-counter .media-title {
  color: var(--white-color);
  font-family: var(--title-font);
  font-weight: 600;
  font-size: 48px;
  line-height: normal;
  margin: 0;
}

.vs-counter .media-text {
  color: var(--white-color);
  font-family: var(--body-font);
  font-size: 18px;
  text-transform: capitalize;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 100%;
}

.vs-counter .count-icon {
  color: var(--white-color);
  font-size: 48px;
  display: inline-block;
  font-weight: 600;
  position: relative;
  line-height: normal;
}

.counter-layout1 {
  padding: 70px 0;
}

.counter-style2 {
  background-color: var(--white-color);
  border-radius: 20px;
  overflow: hidden;
  padding: 55px 0;
  box-shadow: 0px 3px 10px -2px rgba(0, 0, 0, 0.17);
  -webkit-box-shadow: 0px 3px 10px -2px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0px 3px 10px -2px rgba(0, 0, 0, 0.17);
}

.counter-style2 .media-counter {
  display: inline-block;
  text-align: left;
}

.counter-style2 .media-title {
  color: var(--title-color);
}

.counter-style2 .count-icon {
  color: var(--title-color);
}

.counter-style2 .media-text {
  color: var(--text-color);
}

.counter-style2 .media-inner {
  text-align: center;
}

.counter-style2 .line-shape {
  position: absolute;
  right: -12px;
  top: 50%;
  transform: translateY(-50%);
}

/* Large devices */
@media (max-width: 1199px) {
  .counter-style2 {
    padding: 55px 30px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .counter-style1 {
    gap: 10px;
  }

  .counter-style1 .counter-line {
    display: none;
  }

  .counter-style1 .count-icon,
  .counter-style1 .media-title {
    font-size: 32px;
  }

  .counter-style1 .media-text {
    font-size: 16px;
  }

  .counter-style2 .line-shape {
    display: none;
  }

  .counter-style2 .media-counter {
    text-align: center;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .counter-style1 {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }

  .counter-style1 .count-icon,
  .counter-style1 .media-title {
    font-size: 48px;
  }

  .counter-style1 .media-text {
    font-size: 20px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .counter-style1 {
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
    gap: 20px;
  }

  .counter-style1 .media-text {
    font-size: 16px;
  }
}

@media (max-width: 420px) {
  .counter-style1 {
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    gap: 30px;
  }

  .counter-style1 .media-text {
    font-size: 16px;
  }
}

/*------------------- 4.12. Testimonial  -------------------*/
.vs-testi .testi-img {
  border-radius: 50%;
  border: 3px solid var(--theme-color);
  display: inline-block;
  overflow: hidden;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -40px;
  transition: all 0.5s ease;
  max-width: 80px;
}

.vs-testi .testi-service {
  color: var(--secondary-color);
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
  transition: all 0.5s ease;
}

.vs-testi .star-rating i {
  color: #FAAC15;
  transition: all 0.5s ease;
}

.vs-testi .testi-text {
  color: #696969;
  transition: all 0.5s ease;
}

.vs-testi .testi-top {
  margin-bottom: 18px;
}

.vs-testi .testi-title {
  font-size: 24px;
  line-height: 140%;
  margin-bottom: 0;
}

.vs-testi .testi-title a {
  color: var(--theme-color);
}

.vs-testi .testi-title a:hover {
  color: var(--theme-color);
}

.vs-testi .testi-desi {
  color: var(--text-color);
  font-size: 14px;
  line-height: 170%;
  font-weight: 500;
  transition: all 0.5s ease;
}

.vs-testi .testi-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.testi-style1 {
  background-color: var(--white-color);
  padding: 60px 30px 24px 30px;
  text-align: center;
  position: relative;
  border-radius: 10px;
  margin: 40px 0 20px 0;
  transition: all 0.5s ease;
}

.testi-style1 .shape-mockup {
  width: 37px;
  height: 26px;
  background-color: var(--white-color);
  clip-path: polygon(0 0, 0% 90%, 100% 0);
  transition: all 0.5s ease;
}

.testi-style1:hover {
  background-color: var(--theme-color);
}

.testi-style1:hover .shape-mockup {
  background-color: var(--theme-color);
}

.testi-style1:hover .testi-desi,
.testi-style1:hover .testi-title a,
.testi-style1:hover .star-rating i,
.testi-style1:hover .testi-text,
.testi-style1:hover .testi-service {
  color: var(--white-color);
}

.testi-layout1 .slick-dots {
  justify-content: center;
  margin-bottom: 0;
}

.testi-layout2 .testi-bg {
  padding-top: 60px;
  padding-bottom: 70px;
}

.testi-layout2 .testi-bg.background-image,
.testi-layout2 .testi-bg [data-bg-src] {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
}

.testi-layout2 .testi-slide2 {
  max-width: 273px;
  height: 90px;
  margin: 0 auto;
  transform: translateY(30px);
}

.testi-layout2 .testi-slide2 .testi-img {
  border: 1px solid transparent;
  padding: 6px;
  border-radius: 50%;
}

.testi-layout2 .testi-slide2 .testi-img img {
  cursor: pointer;
  width: 100%;
  max-width: 70px;
  border-radius: 50%;
  overflow: hidden;
  transition: all 0.5s ease;
}

.testi-layout2 .testi-slide2 .testi-img.slick-current {
  border-color: var(--theme-color);
}

.testi-layout2 .testi-slide2 .testi-img.slick-current .testi-img {
  border-color: var(--theme-color);
}

.testi-layout2 .testi-slide2 .testi-img.slick-current img {
  width: 100%;
  max-width: 80px;
}

.testi-layout2 button.slick-prev.slick-arrow {
  left: -23%;
  top: 40%;
}

.testi-layout2 button.slick-next.slick-arrow {
  right: -23%;
  top: 40%;
}

.testi-layout2.arrow-wrap .slick-arrow {
  opacity: 1;
  visibility: visible;
}

.testi-syle2 {
  text-align: center;
}

.testi-syle2 .star-rating {
  background-color: var(--white-color);
  background-color: var(--white-color);
  padding: 5px 20px;
  box-shadow: 0px 3px 10px -2px rgba(0, 0, 0, 0.17);
  -webkit-box-shadow: 0px 3px 10px -2px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0px 3px 10px -2px rgba(0, 0, 0, 0.17);
  display: inline-block;
  border-radius: 5px;
  margin-bottom: 30px;
}

.testi-syle2 .star-rating i {
  color: var(--theme-color);
  font-size: 15px;
}

.testi-syle2 .testi-icon {
  position: relative;
  top: 0;
  left: 0;
  transform: unset;
  display: inline-block;
  margin-bottom: 38px;
}

.testi-syle2 .testi-title {
  margin-bottom: 2px;
}

.testi-syle2 .testi-desi {
  color: var(--theme-color);
  font-size: 16px;
}

.testi-syle2 .testi-text {
  margin-bottom: 32px;
}

@media screen and (max-width: 1299px) {

  .testi-layout2 .testi-bg.background-image,
  .testi-layout2 .testi-bg [data-bg-src] {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center;
  }
}

/*------------------- 4.13. Popup Side Menu  -------------------*/
.sidemenu-wrapper {
  position: fixed;
  z-index: 99999;
  right: 0;
  top: 0;
  height: 100%;
  width: 0;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.8s;
}

.sidemenu-wrapper .closeButton {
  display: inline-block;
  border: none;
  color: var(--white-color);
  background-color: var(--theme-color);
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  padding: 0;
  position: absolute;
  top: 15px;
  right: 15px;
  border-radius: 50%;
  transform: rotate(0);
  transition: all ease 0.4s;
}

.sidemenu-wrapper .closeButton:hover {
  background-color: var(--title-color);
  color: var(--white-color);
  transform: rotate(90deg);
}

.sidemenu-wrapper .sidemenu-content {
  background-color: var(--white-color);
  width: 450px;
  margin-left: auto;
  padding: 40px;
  height: 100%;
  overflow-y: auto;
  position: relative;
  right: -500px;
  cursor: auto;
  transition-delay: 1s;
  transition: right ease 1s;
}

.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
  background-color: #f5f5f5;
}

.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar {
  width: 2px;
  background-color: #f5f5f5;
}

.sidemenu-wrapper .widget {
  padding: 0;
  border: none;
  margin: 0 0 40px 0;
  background-color: transparent;
}

.sidemenu-wrapper .widget_title {
  border-bottom: 1px solid var(--border-color);
  padding: 0 0 20px 0;
  margin: 0 0 25px 0;
}

.sidemenu-wrapper.show {
  opacity: 1;
  visibility: visible;
  width: 100%;
  transition: all ease 0.8s;
}

.sidemenu-wrapper.show .sidemenu-content {
  right: 0;
  opacity: 1;
  visibility: visible;
}

.sidemenu-wrapper .sidemenu-text {
  color: var(--title-color);
}

.offcanvas-wrapper {
  position: fixed;
  z-index: 99999;
  right: 0;
  top: 0;
  height: 100%;
  width: 0;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.8s;
}

.offcanvas-wrapper .closeButton {
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 20px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 20px;
  padding: 0;
  background-color: var(--theme-color);
  color: var(--white-color);
  border: none;
  border-radius: 50%;
  transform: rotate(0);
  transition: all ease 0.4s;
  z-index: 33;
}

.offcanvas-wrapper .closeButton i {
  line-height: inherit;
}

.offcanvas-wrapper .closeButton:hover {
  color: var(--white-color);
  border-color: transparent;
  transform: rotate(90deg);
  background-color: var(--theme-color);
}

.offcanvas-wrapper .sidemenu-content {
  background-color: var(--white-color);
  width: 450px;
  margin-left: auto;
  padding: 50px 30px;
  height: 100%;
  overflow: scroll;
  position: relative;
  right: -500px;
  cursor: auto;
  transition-delay: 1s;
  transition: right ease 1s;
}

.offcanvas-wrapper .sidemenu-content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
  background-color: #f5f5f5;
}

.offcanvas-wrapper .sidemenu-content::-webkit-scrollbar {
  width: 2px;
  background-color: #f5f5f5;
}

.offcanvas-wrapper .widget {
  padding: 0;
  border: none;
  background-color: transparent;
  margin-bottom: 50px;
}

.offcanvas-wrapper .footer-text {
  max-width: 100%;
}

.offcanvas-wrapper.show {
  opacity: 1;
  visibility: visible;
  width: 100%;
  transition: all ease 0.8s;
}

.offcanvas-wrapper.show .sidemenu-content {
  right: 0;
  opacity: 1;
  visibility: visible;
}

/*------------------- 4.14. Forms Style  -------------------*/
.form-control[type=date]::-webkit-inner-spin-button,
.form-control[type=date]::-webkit-calendar-picker-indicator,
.form-control[type=time]::-webkit-calendar-picker-indicator {
  opacity: 0;
  width: 100px;
  height: 50px;
  cursor: pointer;
  margin-right: -20px;
  position: relative;
  z-index: 9;
}

.serch-style1 {
  transform: translateY(-80px);
}

.serch-style1 .listing-search {
  position: relative;
  background-color: transparent;
  border-radius: 0;
  padding: 0;
}

.serch-style1 .listing-select {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.serch-style1 .select-box {
  position: relative;
  padding-right: 52px;
  padding-left: 10px;
}

.serch-style1 .select-box::after {
  content: "";
  height: 75px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  background-color: #9EB5D0;
}

.serch-style1 .select-box:last-child::after {
  display: none;
}

.serch-style1 .listing-top {
  position: absolute;
  top: 0px;
  left: 45px;
  margin-bottom: 0;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 400;
  color: var(--white-color);
  font-family: var(--title-font);
}

.serch-style1 .nice-select {
  background-color: transparent;
  border: none;
  border-radius: 0;
  height: 100%;
  min-width: 100%;
  line-height: 100%;
  margin-top: 25px;
  padding-right: 0;
}


.serch-style1 .nice-select:hover {
  color: var(--white-color);
  background-color: transparent;
}

.serch-style1 .nice-select::after {
  border-bottom: 2px solid var(--white-color);
  border-right: 2px solid var(--white-color);
  height: 9px;
  margin-top: 0;
  top: 0;
  right: -13px;
  width: 9px;
}

.serch-style1 .nice-select .current {
  font-size: 20px;
  font-weight: 600;
  color: var(--white-color);
  margin-left: 18px;
}

.serch-style1 .listing-icon {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-45%);
}

.serch-style1 .listing-btn {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.vs-btn{
    border-radius: 15px !important;
}
.serch-style1 .listing-btn .vs-btn {
  height: 100%;
  border-radius: 0 60px 60px 0;
  padding: 17px 40px;
  font-family: var(--body-font);
}

.serch-style1 .listing-body {
  background-color: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(5px);
  border-radius: 60px;
  max-height: 100%;
  height: 75px;
  padding-left: 30px;
  padding-right: 150px;
  border: 1px solid #9EB5D0;
}

.serch-style1 .listing-search {
  text-align: center;
}

.serch-style1 .listing-search .nav-tabs {
  padding-bottom: 0px;
  margin-bottom: 0px;
  gap: 0px;
  justify-content: center;
  border: none;
  display: inline-flex;
  background-color: rgba(255, 255, 255, 0.14);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 20px 20px 0px 0px;
  overflow: hidden;
  border-top: 1px solid #9EB5D0;
  border-left: 1px solid #9EB5D0;
  border-right: 1px solid #9EB5D0;
}

.serch-style1 .listing-search .nav-tabs button {
  border: none;
  border-radius: 0px;
  padding: 13px 33px;
  font-size: 20px;
  font-weight: 600;
  font-family: var(--title-font);
  color: var(--white-color);
  background-color: transparent;
}

.serch-style1 .listing-search .nav-tabs button img {
  transition: unset;
}

.serch-style1 .listing-search .nav-tabs button:hover {
  background-color: var(--secondary-color);
}

@media (max-width: 1299px) {
  .serch-style1 .listing-btn {
    position: relative;
  }

  .serch-style1 .listing-btn .vs-btn {
    border-radius: 30px;
    width: 100%;
  }

  .serch-style1 .listing-body {
    height: 100%;
    border-radius: 10px;
    padding: 30px;
  }

  .serch-style1 .select-box {
    height: 50px;
    margin-bottom: 30px;
    padding-right: 0;
    position: relative;
  }

  .serch-style1 .select-box:not(:last-child)::before {
    content: "";
    position: absolute;
    width: 100%;
    bottom: -15px;
    height: 1px;
    left: 0;
    background-color: var(--border-color);
  }

  .serch-style1 .select-box::after {
    display: none;
  }

  .serch-style1 .listing-select {
    position: relative;
    display: block;
    z-index: 2;
  }

  .serch-style1 .nice-select::after {
    right: 0;
    top: 5px;
  }

  .serch-style1 .nice-select.open .list {
    top: 20px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .serch-style1 .listing-search .nav-tabs {
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 10px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .serch-style1 .listing-search .nav-tabs button {
    width: 100%;
    font-size: 18px;
    border-radius: 30px;
  }

  .serch-style1 .listing-search .nav-tabs button:hover {
    background-color: var(--theme-color);
  }
}

@media (max-width: 399px) {
  .serch-style1 .listing-search .nav-tabs {
    display: block;
  }

  .serch-style1 .nice-select .current {
    font-size: 16px;
  }
}

/*------------------- 4.15. Contact  -------------------*/
.media-style1 {
  background-color: var(--body-color);
  border-radius: 10px;
  text-align: center;
  padding: 38px 30px 30px 30px;
  transition: all 0.5s ease;
}

.media-style1 .media-icon {
  width: 100%;
  height: 100px;
  max-width: 100px;
  line-height: 100px;
  text-align: center;
  color: var(--theme-color);
  background-color: var(--white-color);
  border-radius: 50%;
  border: 1px solid var(--border-color);
  margin: 0 auto 22px auto;
  font-size: 40px;
  transition: all 0.5s ease;
}

.media-style1 .media-icon i {
  transition: all 0.5s ease;
}

.media-style1 .media-title {
  font-size: 24px;
  line-height: 140%;
  margin-bottom: 8px;
  transition: all 0.5s ease;
  color: var(--title-color);
}

.media-style1 .media-contact {
  font-size: 18px;
  margin-bottom: 0;
  line-height: 155%;
  color: var(--text-color);
}

.media-style1 .media-contact a {
  color: var(--text-color);
}

.media-style1 .media-contact a:hover {
  color: var(--theme-color);
}

.media-style1:hover .media-icon {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}

.media-style1:hover .media-icon i {
  color: var(--white-color);
}

.form-style1 .sec-title {
  font-size: 36px;
  line-height: 130%;
}

.form-style1 .title-area {
  margin-bottom: 30px;
}

.form-style1 label {
  font-size: 16px;
  font-weight: 500;
  color: var(--theme-color);
}

.form-style1 textarea,
.form-style1 input {
  font-size: 16px;
  height: 60px;
  background-color: #c5c4c43b;
  border: none;
}

.form-style1 .form-group {
  text-align: left;
  position: relative;
}

.form-style1 .form-group:last-child {
  margin-bottom: 0;
}

.form-style1 .form-group .input-area {
  position: relative;
  border-radius: 10px;
}

.form-style1 .form-group textarea {
  padding: 20px 23px;
}

.form-style1 .form-group .icon,
.form-style1 .form-group i {
  color: var(--theme-color);
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.form-style1 .form-group .vs-btn {
  width: 100%;
  padding: 12px 36px;
}

.form-style1 .form-control {
  border-radius: 10px;
  color: var(--black-color);
  padding: 0 30px 0 20px;
  font-size: 16px;
  font-weight: 500;
}

.form-style1 .form-control:focus {
  background-color: var(--white-color);
  border: 2px solid var(--secondary-color);
}

.form-style1 .form-control::placeholder {
  color: var(--black-color);
}

.form-style1 .nice-select {
  background-color: var(--white-color);
  border: none;
  color: var(--black-color);
  font-size: 16px;
  font-family: var(--body-font);
  height: 60px;
  line-height: 60px;
  border-radius: 10px;
}

.form-style1 .nice-select::after {
  border-color: var(--theme-color);
}

.form-style1 .nice-select .current {
  font-weight: 500;
}

.form-style1 .nice-select:hover {
  color: var(--text-color);
  background-color: #ffffff;
}

.form-style1 .nice-select:hover::after {
  border-color: #ffffff;
}

.form-style1 .vs-btn {
  color: var(--white-color);
  background-color: var(--theme-color);
  width: 100%;
}

.form-style1 .vs-btn::after,
.form-style1 .vs-btn::before {
  background-color: var(--secondary-color);
}

.form-style1 .vs-btn:hover {
  color: #ffffff;
}

.contact-layout1 {
  position: relative;
  z-index: 1;
}

.contact-form {
  background-color: var(--white-color);
  padding: 110px;
  border-radius: 20px;
  transform: translateY(-15px);
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
}

.map-layout1 {
  margin-top: -40px;
}

/* Extra large devices */
@media (max-width: 1500px) {
  .media-style1 {
    padding: 38px 20px 30px 20px;
  }

  .media-style1 .media-contact {
    font-size: 16px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .contact-layout1 .contact-form {
    transform: unset;
    /* margin: 60px 0; */
  }

  .map-layout1 {
    margin-top: 0;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .map-layout1 {
    margin-top: 0;
  }

  .map-layout1 .contact-media {
    display: none;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .contact-form {
    padding: 40px 15px;
  }
}

/*------------------- 4.16. Newsletter  -------------------*/
.search-btn {
  position: relative;
  height: 60px;
  color: var(--text-color);
  margin-bottom: 0;
  background-color: var(--white-color);
  position: relative;
  border-radius: 10px;
  display: inline-flex;
  overflow: hidden;
  width: 100%;
}

.search-btn .form-control {
  height: 100%;
  color: var(--text-color);
  padding: 0 5px 0 30px;
  background-color: var(--white-color);
  border: none;
}

.search-btn .form-control::placeholder {
  color: var(--text-color);
}

.search-btn .vs-btn {
  line-height: 160%;
  right: 5px;
  top: 50%;
  padding: 17px 65px;
  height: 50px;
  color: var(--theme-color);
  font-weight: 500;
  transform: translateY(-50%);
}

.search-btn .vs-btn i {
  margin-right: 10px;
  margin-left: 0;
}

.search-btn .vs-btn:hover {
  color: var(--title-color);
}

.search-btn .vs-btn {
  color: var(--white-color);
  font-weight: 500;
  text-transform: capitalize;
  z-index: 2;
  width: 100%;
  max-width: 160px;
  padding: 20px;
}

.search-btn .vs-btn::before,
.search-btn .vs-btn::after {
  background-color: var(--title-color);
}

.search-btn .vs-btn:hover {
  color: var(--white-color);
  background-color: var(--title-color);
}

.subscribe-block--style1 {
  position: relative;
}

.subscribe-block--style1 .subscribe-block__field {
  height: 70px;
}

.subscribe-block--style1 .vs-btn {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.cta-style1 {
  padding: 80px;
  border-radius: 0 0px 20px 20px;
}

.cta-style1 .img-area {
  text-align: right;
}

.cta-style1 .cta-img {
  position: relative;
  display: inline-block;
}

.cta-style1 .cta-title {
  color: var(--white-color);
  font-size: 48px;
  line-height: 120%;
  margin-bottom: 28px;
}

.cta-style1 .cta-btns {
  display: inline-flex;
  gap: 12px;
}

.cta-style1 .cta-btns .vs-btn {
  border: 2px solid transparent;
}

.cta-style1 .cta-btns .vs-btn::after,
.cta-style1 .cta-btns .vs-btn::before {
  display: none;
}

.cta-style1 .cta-btns .vs-btn:hover {
  border-color: var(--white-color);
  background-color: transparent;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .cta-style1 .cta-btns .vs-btn {
    padding: 17px 20px;
  }
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .cta-style1 .cta-btns .vs-btn {
    padding: 15px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .cta-style1 {
    text-align: center;
  }

  .cta-style1 .img-area {
    text-align: center;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .cta-style1 {
    padding: 60px 30px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .cta-style1 .cta-title {
    font-size: 32px;
  }
}

@media only screen and (max-width: 450px) {
  .cta-style1 .cta-btns {
    display: block;
  }

  .cta-style1 .cta-btns .vs-btn {
    width: 100%;
  }

  .cta-style1 .cta-btns .vs-btn:not(:last-child) {
    margin-bottom: 20px;
  }

  .search-btn .form-control {
    padding: 0 5px 0 10px;
  }

  .search-btn .vs-btn {
    max-width: 125px;
  }
}

/*------------------- 4.17. shop-sortbar  -------------------*/
.vs-sort-bar {
  margin-bottom: 30px;
  background-color: var(--body-color);
  padding: 10px 15px;
  border-radius: 10px;
  position: relative;
  z-index: 1;
}

.vs-sort-bar select {
  height: 50px;
  border: 1px solid #eee;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: auto;
  padding: 0 45px 0 25px;
  font-size: 16px;
  margin: 0;
  background-position: right 22px center;
}

.vs-sort-bar label {
  font-size: 14px;
  margin-bottom: 0;
  margin-right: 15px;
  font-weight: 500;
  line-height: 1;
}

.vs-sort-bar p.woocommerce-result-count {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 14px;
  font-family: var(--body-font);
  color: var(--text-color);
  line-height: 100%;
}

.vs-sort-bar p.woocommerce-result-count span {
  color: var(--text-color);
}

.sort-icon {
  display: inline-flex;
  display: none;
  gap: 15px;
}

.sort-icon .icon-btn {
  border-radius: 5px;
  border: 1px solid var(--border-color);
  background-color: var(--body-color);
  cursor: pointer;
  transition: all 0.5s ease;
}

.sort-icon .icon-btn i {
  color: var(--text-color);
  font-size: 20px;
  transition: all 0.5s ease;
}

.sort-icon .icon-btn:hover {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}

.sort-icon .icon-btn:hover i {
  color: var(--white-color);
}

.sortbar-right {
  display: flex;
  gap: 15px;
  align-items: center;
}

.nice-select {
  width: 100%;
  min-width: 242px;
  padding-right: 50px;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  border-radius: 6px;
  font-weight: 500;
  font-size: 14px;
  font-family: var(--body-font);
  border: 1px solid var(--border-color);
  color: var(--text-color);
  background-color: var(--body-color);
  /* Small devices */
}

.nice-select:hover {
  color: var(--white-color);
  /* background-color: var(--theme-color); */
  border-color: var(--theme-color);
  color:var(--theme-color);
}

.nice-select:hover::after {
  border-color: var(--white-color);
}

.nice-select .current {
  font-weight: 400;
}

.nice-select .list {
  width: 100%;
  border-radius: 0;
  margin-top: 0px;
  border: 1px solid var(--vs-border-color4);
  box-shadow: none;
  font-size: 14px;
  z-index: 2;
  color: var(--title-color);
  border-radius: 6px;
  background-color: var(--white-color);
  margin-bottom: 0;
}

.nice-select .list .option.selected {
  color: var(--white-color);
}

.nice-select .list .option.selected:not(:hover) {
  color: var(--title-color);
}

.nice-select .list .option:hover {
  color: var(--white-color);
  background-color: var(--theme-color);
}

.nice-select::after {
  border-bottom: 2px solid var(--text-color);
  border-right: 2px solid var(--text-color);
  height: 9px;
  margin-top: -4px;
  right: 25px;
  width: 9px;
}

@media (max-width: 767px) {
  .nice-select {
    margin-left: auto;
    margin-right: auto;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .vs-sort-bar {
    text-align: center;
    padding: 30px 15px;
  }

  .sortbar-right {
    justify-content: center;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .nice-select {
    min-width: 100%;
  }
}

@media (max-width: 399px) {
  .vs-sort-bar {
    text-align: center;
  }

  .sortbar-right {
    justify-content: center;
  }

  .sort-icon {
    display: none;
  }
}

/*------------------- 4.18. woocommerce  -------------------*/
.woocommerce-message,
.woocommerce-info {
  position: relative;
  border: 1px solid var(--border-color);
  padding: 11px 20px;
  background-color: var(--smoke-color);
  color: var(--title-color);
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 30px;
  border-radius: 10px;
  font-family: var(--title-font);
}

.woocommerce-message a,
.woocommerce-info a {
  color: inherit;
  text-decoration: underline;
}

.woocommerce-message a:hover,
.woocommerce-info a:hover {
  text-decoration: underline;
}

.woocommerce-message:before,
.woocommerce-info:before {
  content: "\f06a";
  font-family: var(--icon-font);
  font-weight: 900;
  margin-right: 10px;
}

.woocommerce-notices-wrapper .woocommerce-message {
  background-color: var(--theme-color);
  color: var(--white-color);
  border-color: transparent;
  border-radius: 10px;
  font-size: 16px;
  padding: 11px 20px;
  font-family: var(--title-font);
  margin-bottom: 40px;
}

.woocommerce-notices-wrapper .woocommerce-message:before {
  content: "\f14a";
  font-weight: 300;
  top: 1px;
  position: relative;
}

.woocommerce-Reviews .vs-comments-wrap {
  margin-top: 0;
}

.woocommerce-Reviews .star-rating:before {
  display: block;
}

.quantity {
  position: relative;
  width: max-content;
  display: flex;
  align-items: center;
}

.quantity>label {
  font-size: 14px;
  color: var(--body-color);
  font-weight: 700;
  margin: 0 20px 0 0;
  font-family: var(--body-font);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.quantity input {
  padding: 0 10px 0 10px;
  text-align: left;
  font-size: 14px;
  font-weight: 700;
  --body-color: var(--title-color);
  border: 1px solid var(--smoke-color);
  border-left: none;
  border-right: none;
  border-radius: 0;
}

.rating-select {
  margin-top: -0.4em;
}

.rating-select label {
  margin: 0 10px 0 0;
  display: inline-block;
}

.rating-select p.stars {
  margin-bottom: 0;
  line-height: 1;
  display: inline-block;
}

.rating-select p.stars a {
  position: relative;
  height: 14px;
  width: 18px;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
  color: var(--theme-color);
}

@media (max-width: 991px) {
  .rating-select p.stars a {
    width: 14px;
  }
}

.rating-select p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 14px;
  line-height: 1;
  font-family: var(--icon-font);
  content: "\f005";
  font-weight: 400;
  text-indent: 0;
  color: var(--theme-color);
}

.rating-select p.stars a:hover~a::before {
  content: "\f005";
  font-weight: 400;
}

.rating-select p.stars:hover a::before {
  content: "\f005";
  font-weight: 700;
}

.rating-select p.stars.selected a.active::before {
  content: "\f005";
  font-weight: 700;
}

.rating-select p.stars.selected a.active~a::before {
  content: "\f005";
  font-weight: 400;
}

.rating-select p.stars.selected a:not(.active)::before {
  content: "\f005";
  font-weight: 700;
}

.woocommerce-message,
.woocommerce-info {
  position: relative;
  border: 1px solid transparent;
  padding: 16px 20px;
  background-color: var(--theme-color);
  color: var(--white-color);
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
  border-radius: 0;
}

.woocommerce-message a,
.woocommerce-info a {
  color: inherit;
  text-decoration: underline;
}

.woocommerce-message a:hover,
.woocommerce-info a:hover {
  text-decoration: underline;
}

.woocommerce-message:before,
.woocommerce-info:before {
  content: "\f06a";
  font-family: var(--icon-font);
  font-weight: 900;
  margin-right: 10px;
}

.woocommerce-notices-wrapper .woocommerce-message:before {
  content: "\f14a";
  font-weight: 300;
}

.woocommerce-form-login-toggle .woocommerce-info {
  background-color: var(--theme-color);
}

.woocommerce-form-coupon,
.woocommerce-form-login {
  padding: 40px;
  background-color: var(--smoke-color);
  margin-bottom: 40px;
  display: none;
}

.woocommerce-form-coupon .form-control,
.woocommerce-form-login .form-control {
  border: 1px solid var(--border-color);
  transition: all 0.3s ease-in-out;
}

.woocommerce-form-coupon .form-control::placeholder,
.woocommerce-form-login .form-control::placeholder {
  transition: all 0.3s ease-in-out;
  opacity: 1;
  visibility: visible;
}

.woocommerce-form-coupon .form-control:focus,
.woocommerce-form-login .form-control:focus {
  border-color: var(--theme-color);
  transition: all 0.3s ease-in-out;
}

.woocommerce-form-coupon .form-control:focus::placeholder,
.woocommerce-form-login .form-control:focus::placeholder {
  opacity: 0;
  visibility: hidden;
}

.woocommerce-form-coupon .form-group,
.woocommerce-form-login .form-group {
  margin-bottom: 25px;
}

.woocommerce-form-coupon .form-group:last-child,
.woocommerce-form-login .form-group:last-child {
  margin-bottom: 0;
}

.woocommerce-error {
  background-color: var(--error-color);
  color: #fff;
  list-style: none;
  padding: 10px 26px;
  margin: 0 0 30px 0;
  border-radius: 5px;
  font-weight: 700;
  font-size: 14px;
}

nav.woocommerce-MyAccount-navigation li {
  border: 1px solid #ddd;
  margin: 0;
  border-top: none;
}

nav.woocommerce-MyAccount-navigation li:first-child {
  border-top: 1px solid #ddd;
}

nav.woocommerce-MyAccount-navigation li a {
  color: var(--title-color);
  font-weight: 700;
  padding: 7px 17px;
  display: block;
}

nav.woocommerce-MyAccount-navigation li.is-active a,
nav.woocommerce-MyAccount-navigation li a:hover {
  color: var(--white-color);
  background-color: var(--theme-color);
}

.woocommerce-MyAccount-content h3 {
  margin-top: -0.3em;
}

.woocommerce-MyAccount-content .btn {
  background-color: var(--theme-color);
  color: var(--white-color);
  font-size: 14px;
  padding: 10px 25px;
  font-weight: 700;
}

.woocommerce-MyAccount-content .btn:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}

table.variations,
.woocommerce-grouped-product-list-item {
  border-collapse: separate;
  border-spacing: 0 15px;
  margin-bottom: 5px;
  align-items: center;
}

table.variations td,
.woocommerce-grouped-product-list-item td {
  border: none;
  vertical-align: middle;
  padding: 0 5px;
}

table.variations td:first-child,
.woocommerce-grouped-product-list-item td:first-child {
  padding: 0;
}

table.variations label,
.woocommerce-grouped-product-list-item label {
  margin: 0;
  font-size: 14px;
  text-transform: capitalize;
}

table.variations label a,
.woocommerce-grouped-product-list-item label a {
  color: var(--title-color);
}

table.variations label a:hover,
.woocommerce-grouped-product-list-item label a:hover {
  color: var(--theme-color);
}

.woocommerce-product-attributes th,
.woocommerce-product-attributes td {
  border: 1px solid var(--border-color);
}

.woocommerce-product-attributes th p:last-child,
.woocommerce-product-attributes td p:last-child {
  margin-bottom: 0;
}

.woocommerce-grouped-product-list.group_table {
  border-collapse: collapse;
  margin-bottom: 15px;
}

.woocommerce-grouped-product-list.group_table .woocommerce-Price-amount.amount {
  font-size: 16px;
  color: var(--title-color);
}

.woocommerce-grouped-product-list.group_table label {
  margin: 0 0 0 10px;
  margin: 0 0 0 10px;
  font-family: var(--title-font);
  font-size: 18px;
}

.woocommerce-grouped-product-list.group_table .qty-input {
  border-color: #e3e6e9;
}

.woocommerce-grouped-product-list.group_table tr {
  border-bottom: 1px solid #e3e6e9;
}

.woocommerce-grouped-product-list.group_table tr:last-child {
  border-bottom: none;
}

.woocommerce-grouped-product-list.group_table td {
  padding: 30px 5px;
}

table.variations {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: relative;
}

table.variations td {
  padding: 0;
}

table.variations td.label {
  padding-right: 10px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

table.variations select {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-weight: 400;
  line-height: 1.5;
  vertical-align: middle;
  margin: 0;
  padding-right: 54px;
  padding-left: 20px;
  height: 50px;
}

table.variations .reset_variations {
  margin-left: 16px;
  display: inline-block;
  position: absolute;
  left: 100%;
  bottom: 25px;
}

.woocommerce-variation.single_variation {
  margin-bottom: 30px;
}

.woocommerce-variation.single_variation .price {
  color: var(--title-color);
  font-weight: 700;
}

/*------------------- 4.19. app  -------------------*/
.app-container {
  background-color: var(--smoke-color);
  position: relative;
  z-index: 3;
  margin-top: -155px;
}

.app-container.style0 {
  margin-top: 0;
  margin-bottom: 0;
}

.app-container.style2 {
  margin-top: 0;
  margin-bottom: -154px;
}

.app-container-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  width: 50%;
  z-index: -1;
}

@media (max-width: 991px) {
  .app-container-img {
    width: 100%;
    height: 100%;
  }
}

.app-container-img::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--title-color);
  opacity: 0.85;
  position: absolute;
  top: 0;
  left: 0;
}

.app-container-img.style2::before {
  background-color: var(--theme-color);
}

@media (max-width: 991px) {
  .app-container .vs-btn {
    background-color: var(--theme-color);
  }
}

.app-content {
  padding: 65px 125px 65px 65px;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .app-content {
    padding: 40px 20px 0;
  }
}

.app-content .sec-title {
  font-size: 40px;
  margin-bottom: 35px;
}

@media (max-width: 1199px) {
  .app-content .sec-title {
    font-size: 30px;
  }
}

@media (max-width: 991px) {
  .app-content .sec-title {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .app-content .sec-title {
    font-size: 24px;
  }
}

.call-block {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: var(--white-color);
  font-weight: 600;
  font-family: var(--title-font);
  gap: 15px;
  font-size: 24px;
}

@media (max-width: 767px) {
  .call-block {
    font-size: 20px;
  }
}

.call-block>i {
  min-width: 60px;
  min-height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--white-color);
  border-radius: 0%;
  color: var(--theme-color);
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}

.call-block>span {
  display: inline-block;
  position: relative;
}

.call-block>span::before {
  position: absolute;
  content: "";
  width: 0%;
  height: 1.5px;
  bottom: 0;
  background-color: var(--white-color);
  transition: all 0.3s ease-in-out;
  right: 0;
  transform: translateX(-15px);
}

.call-block:hover {
  color: var(--white-color);
  transition: all 0.3s ease-in-out;
}

.call-block:hover i {
  background-color: var(--theme-color);
  color: var(--white-color);
  transition: all 0.3s ease-in-out;
}

.call-block:hover span::before {
  width: 100%;
  left: 0;
  transform: translateX(0px);
  transition: all 0.3s ease-in-out;
}

/*------------------- 4.20. brand  -------------------*/
.brand-style1 {
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  border-left: 1px solid var(--border-color);
}

.brand-style1 .brand-item {
  text-align: center;
  padding: 53px 40px;
  transition: all 0.5s ease;
  border-right: 1px solid var(--border-color);
}

.brand-style1 .brand-item img {
  transition: all 0.2s ease;
  height: 35px;
}

.brand-style1 .brand-item:hover img {
  filter: invert(49%) sepia(42%) saturate(1287%) hue-rotate(328deg) brightness(80%) contrast(85%);
}

.brand-title {
  text-align: center;
  font-size: 24px;
  line-height: 140%;
  position: relative;
  margin-bottom: 42px;
}

.brand-title::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 37%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-color: var(--border-color);
}

.brand-title::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 37%;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background-color: var(--border-color);
}

.brand-title .higlight {
  color: var(--theme-color);
  display: inline-block;
}

/* Medium Large devices */
@media (max-width: 1399px) {

  .brand-title::before,
  .brand-title::after {
    display: none;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .brand-style1 .brand-item {
    padding: 20px 5px;
  }
}

/*------------------- 4.21. cart  -------------------*/
.cart_table {
  border: none;
  margin-bottom: 45px;
  border-radius: 10px;
  overflow: hidden;
}

.shipping-calculator-form .nice-select .current {
  font-weight: 400;
  font-family: var(--body-font);
  transition: all 0.5s ease;
}

.shipping-calculator-form .nice-select:hover .current {
  color: var(--white-color);
}

.cart_table thead {
  background-color: var(--body-color);
}

.cart_table thead th {
  border: none !important;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  padding: 26.75px 15px;
}

.cart_table td:before,
.cart_table th {
  font-family: var(--title-font);
  color: var(--title-color);
  font-weight: 600;
  border: none;
  padding: 27px 15px;
}

.cart_table td:before {
  content: attr(data-title);
  position: absolute;
  left: 15px;
  top: 50%;
  vertical-align: top;
  padding: 0;
  transform: translateY(-50%);
  display: none;
}

.cart_table td {
  border: none;
  border-bottom: 1px solid var(--smoke-color);
  color: var(--title-color);
  padding: 20px 10px;
  position: relative;
  vertical-align: middle;
  text-align: center;
}

.cart_table .product-quantity {
  color: var(--title-color);
}

.cart_table .product-quantity input {
  position: relative;
  top: -2px;
}

.cart_table .cart-productname {
  font-weight: 700;
  font-family: var(--title-font);
  color: var(--title-color);
}

.cart_table .cart-productname:hover {
  color: var(--theme-color);
}

.cart_table .cart-productimage {
  display: inline-block;
  padding: 10px 20px;
  background-color: var(--body-color);
}

.cart_table .cart-productimage>img {
  object-fit: cover;
}

.summary-title {
  font-size: 40px;
  margin-bottom: 20px;
}

.cart_table .remove {
  color: var(--theme-color);
  font-size: 18px;
}

.cart_table .remove i {
  font-weight: 700;
}

.cart_table .remove:hover {
  color: var(--title-color);
}

.cart_table .quantity {
  display: inline-flex;
  align-items: center;
}

.quantity.style2 .quantity__field {
  background-color: transparent;
}

.quantity.style2 .qty-btn {
  width: 30px;
  height: 30px;
  background-color: transparent;
  border: 1px solid var(--theme-color);
  border-radius: 4px;
  color: var(--text-color);
}

.quantity.style2 .qty-btn i {
  font-weight: 700;
}

.quantity.style2 .qty-btn:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
  border-color: var(--white-color);
}

.cart_table .qut-btn {
  border: 2px solid var(--smoke-color);
  background-color: rgba(0, 0, 0, 0);
  color: #b8c6d0;
  padding: 0;
  width: 30px;
  height: 30px;
  line-height: 25px;
  font-size: 16px;
  border-radius: 4px;
}

.cart_table .qut-btn:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.cart_table .qty-input {
  vertical-align: middle;
  border: 1px solid var(--theme-color);
  width: 70px;
  height: 30px;
  font-size: 14px;
  text-align: center;
  color: var(--title-color);
  font-family: var(--body-font);
  font-weight: 400;
  margin: 0 10px;
  border-radius: 4px;
}

.cart_table .actions {
  text-align: right;
  vertical-align: middle;
  padding: 20px;
  background-color: var(--body-color);
}

.cart_table .actions>.vs-btn {
  font-size: 16px;
  padding: 12px 26px;
  margin-right: 15px;
}

.cart_table .actions>.vs-btn:last-child {
  margin-right: 0;
}

.cart_table .vs-cart-coupon {
  float: left;
  margin: 0;
  width: 455px;
  max-width: 100%;
  display: flex;
}

.cart_table .vs-cart-coupon input {
  height: 50px;
  width: calc(100% - 200px);
  margin-right: 10px;
  border: 1px solid var(--white-color);
  padding: 10px 20px;
  border-radius: 30px;
  color: var(--title-color);
  transition: all 0.3s ease-in-out;
}

.cart_table .vs-cart-coupon input:focus {
  background-color: var(--white-color);
  transition: all 0.3s ease-in-out;
}

.cart_table .vs-cart-coupon input::placeholder {
  color: var(--title-color);
}

.cart_table .vs-cart-coupon .vs-btn {
  font-size: 16px;
  padding: 12px 26px;
  width: -moz-max-content;
  width: max-content;
}

.cart_totals {
  border: 1px solid var(--theme-color);
}

.cart_totals th,
.cart_totals td {
  vertical-align: top;
  padding: 20px 20px;
  border: none;
  border-bottom: 1px solid var(--theme-color);
  font-size: 16px;
  color: var(--title-color);
  width: 55%;
}

.cart_totals th:first-child,
.cart_totals td:first-child {
  width: 45%;
  background-color: var(--body-color);
  font-weight: 700;
  font-size: 16px;
  color: var(--title-color);
}

.cart_totals .shipping-calculator-button {
  display: inline-block;
  border-bottom: 1px solid;
  color: var(--theme-color);
  font-weight: 700;
}

.cart_totals .shipping-calculator-button:hover {
  color: var(--title-color);
}

.cart_totals .woocommerce-shipping-destination {
  margin-bottom: 10px;
  color: var(--text-color);
  font-size: 14px;
}

.cart_totals .woocommerce-shipping-methods {
  margin-bottom: 5px;
}

.cart_totals .woocommerce-shipping-methods>li {
  min-height: 26px;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 7px;
}

.cart_totals .woocommerce-shipping-methods input[type=radio]~label {
  min-height: 26px;
  display: flex;
  align-items: center;
  font-family: var(--title-font);
  padding-left: 25px;
  font-weight: 700;
  text-transform: capitalize;
}

.cart_totals .woocommerce-shipping-methods input[type=radio]~label::before {
  padding-right: 1.2px;
  padding-top: 0.3px;
  font-size: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  line-height: 14px;
}

.cart_totals .shipping-calculator-form p:first-child {
  margin-top: 20px;
}

.cart_totals .shipping-calculator-form p:last-child {
  margin-bottom: 0;
}

.cart_totals .shipping-calculator-form .vs-btn {
  padding: 10px 30px;
  height: 50px;
  align-items: center;
}

.shipping-calculator-form .nice-select.form-select,
.shipping-calculator-form .orderby2,
.shipping-calculator-form .form-control {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  height: 50px;
  border: 1px solid var(--theme-color);
  color: var(--title-color);
  border-radius: 30px;
  background-color: var(--white-color);
  font-family: var(--body-font);
  background-image: none;
}

.shipping-calculator-form .nice-select.form-select::after,
.shipping-calculator-form .orderby2::after,
.shipping-calculator-form .form-control::after {
  display: block;
}

.cart_totals .amount {
  font-weight: 700;
}

.cart_totals .order-total .amount {
  color: var(--theme-color);
}

@media (max-width: 991px) {
  .cart_table th {
    padding: 23px 8px;
    font-size: 14px;
  }

  .cart_table .cart-productname {
    font-size: 14px;
  }

  .cart_table .vs-cart-coupon {
    width: 100%;
    margin-bottom: 20px;
  }

  .cart_table .actions {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .cart_table {
    text-align: left;
    min-width: auto;
    border-collapse: separate;
    border-spacing: 0 20px;
    border: none;
  }

  .cart_table thead {
    display: none;
  }

  .cart_table td {
    padding: 15px;
    display: block;
    width: 100%;
    padding-left: 25%;
    text-align: right;
    border: 1px solid #f3f3f3;
    border-bottom: none;
  }

  .cart_table td::before {
    display: block;
  }

  .cart_table td:last-child {
    border-bottom: 1px solid #f3f3f3;
  }

  .cart_table td.actions {
    padding-left: 15px;
    text-align: center;
  }

  .cart_table td.actions>.vs-btn {
    margin-top: 10px;
    margin-right: 0;
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
  }

  .cart_table td.actions>.vs-btn:last-child {
    margin-right: auto;
  }

  .cart_table .vs-cart-coupon {
    width: 100%;
    text-align: center;
    float: none;
    justify-content: center;
    display: block;
    padding-bottom: 10px;
  }

  .cart_table .vs-cart-coupon input {
    width: 100%;
    margin-bottom: 10px;
  }

  .cart_totals th,
  .cart_totals td {
    padding: 15px 10px;
  }

  .cart_totals th:first-child,
  .cart_totals td:first-child {
    width: 17%;
    line-height: 1.4;
  }
}

.woocommerce-checkout .form-group {
  margin-bottom: 0;
}

.woocommerce-checkout .form-select,
.woocommerce-checkout .select2-container,
.woocommerce-checkout .form-control {
  margin-bottom: var(--bs-gutter-x);
  display: flex;
  align-items: center;
  border: 1px solid var(--border-color);
}

.woocommerce-checkout .form-select::after,
.woocommerce-checkout .select2-container::after,
.woocommerce-checkout .form-control::after {
  display: none;
}

.woocommerce-checkout .form-select .list,
.woocommerce-checkout .select2-container .list,
.woocommerce-checkout .form-control .list {
  width: 100%;
}

.woocommerce-checkout .form-select::placeholder,
.woocommerce-checkout .select2-container::placeholder,
.woocommerce-checkout .form-control::placeholder {
  transition: all 0.3s ease-in-out;
  opacity: 1;
  visibility: visible;
}

.woocommerce-checkout .form-select:focus,
.woocommerce-checkout .select2-container:focus,
.woocommerce-checkout .form-control:focus {
  border-color: var(--theme-color);
  transition: all 0.3s ease-in-out;
}

.woocommerce-checkout .form-select:focus::placeholder,
.woocommerce-checkout .select2-container:focus::placeholder,
.woocommerce-checkout .form-control:focus::placeholder {
  opacity: 0;
  visibility: hidden;
}

.woocommerce-checkout .select2-container--open .select2-dropdown--below {
  margin-top: 30px;
}

.woocommerce-checkout .select2-container--open .select2-dropdown--above {
  position: relative;
  bottom: -30px;
}

.woocommerce-checkout .select2-dropdown {
  border: 1px solid #e3e6e9;
  border-top: none;
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered,
.woocommerce-checkout .form-control:focus {
  color: var(--body-color);
}

.select2-container--default .select2-selection--single {
  height: 60px;
  border: 1px solid #e3e6e9;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 60px;
  padding-left: 30px;
  padding-right: 25px;
}

.woocommerce-billing-fields .form-row {
  margin-bottom: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
  content: "ï„‡";
  font-family: var(--icon-font);
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin: 0;
  border: none;
  top: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 60px;
  line-height: 60px;
  margin-right: 18px;
}

span.select2-selection.select2-selection--single:focus {
  outline: none;
}

.shipping-calculator-form .form-select,
.shipping-calculator-form .form-control {
  height: 50px;
  padding-left: 20px;
  font-size: 14px;
  font-weight: 400;
  border-radius: 30px;
  background-position: right 13px center;
  transition: all 0.5s ease;
}

.shipping-calculator-form .form-select::placeholder,
.shipping-calculator-form .form-control::placeholder {
  color: var(--text-color);
}

.shipping-calculator-form .form-select:hover,
.shipping-calculator-form .form-control:hover {
  background-color: var(--theme-color);
}

.shipping-calculator-form .form-select:hover::placeholder,
.shipping-calculator-form .form-control:hover::placeholder {
  color: var(--white-color);
}

.shipping-calculator-form .vs-btn {
  font-size: 14px;
  padding: 0 20px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 40px;
}

.checkout-ordertable th,
.checkout-ordertable td {
  border: none;
  vertical-align: top;
  padding: 5px 0;
  font-size: 14px;
  font-weight: 700;
  color: #2c3e50;
}

.checkout-ordertable ul {
  margin: 0;
  padding: 0;
}

.checkout-ordertable .order-total .amount {
  color: var(--theme-color);
}

.checkout-ordertable input[type=hidden]~label {
  color: var(--theme-color);
}

.woocommerce-checkout .form-group input:not(:last-child) {
  margin-bottom: var(--bs-gutter-x);
}

.checkout-ordertable th,
.checkout-ordertable td {
  border: 1px solid #ededed;
  text-align: right;
  padding: 5px 20px;
}

.checkout-ordertable th {
  text-align: left;
}

.woocommerce-checkout-payment {
  text-align: left;
}

.woocommerce-checkout-payment ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.woocommerce-checkout-payment ul li {
  padding-top: 17px;
  border-bottom: 1px solid var(--border-color);
  border-radius: 0;
  font-size: 16px;
}

.woocommerce-checkout-payment ul input[type=radio]~label {
  margin-bottom: 19px;
  color: var(--title-color);
  font-weight: 700;
}

.woocommerce-checkout-payment ul input[type=radio]~label img {
  margin-bottom: -2px;
  margin-left: 10px;
}

.woocommerce-checkout-payment .place-order {
  padding-top: 30px;
}

.woocommerce-checkout-payment .payment_box {
  color: var(--body-color);
  background-color: var(--smoke-color);
  border: 1px solid var(--smoke-color);
  border-bottom: none;
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 4px;
  display: none;
}

.woocommerce-checkout-payment .payment_box p {
  margin: 0;
}

.vs-checkout-wrapper form.woocommerce-form {
  margin-bottom: 25px;
}

.vs-cart-wrapper .vs-btn,
.vs-checkout-wrapper .vs-btn {
  text-transform: capitalize;
  font-weight: 700;
  font-size: 16px;
}

@media (max-width: 767px) {
  tfoot.checkout-ordertable th {
    display: none;
  }

  .woocommerce-checkout-payment ul input[type=radio]~label img {
    max-width: 150px;
  }

  .woocommerce-form-coupon,
  .woocommerce-form-login {
    padding: 30px 20px;
    margin-bottom: 30px;
  }
}

.tinv-wishlist input[type=checkbox] {
  display: inline-block;
  opacity: 1;
  visibility: visible;
  width: auto;
  height: auto;
}

.tinv-wishlist .cart-empty {
  padding: 12px 25px;
  background-color: #eee;
  border-radius: 5px;
  font-weight: 700;
  font-size: 14px;
}

.tinv-wishlist p.return-to-shop .button {
  display: inline-block;
  background-color: var(--theme-color);
  color: #fff;
  font-size: 14px;
  padding: 10px 25px;
  border-radius: 4px;
  margin-top: 10px;
  font-weight: 700;
}

.tinv-wishlist p.return-to-shop .button:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}

.tinv-wishlist table.tinvwl-table-manage-list {
  font-size: 14px;
}

.tinv-wishlist table.tinvwl-table-manage-list button {
  border-radius: 5px;
}

.tinv-wishlist .product-stock i {
  margin-right: 5px;
}

.tinv-wishlist .tinv-modal .icon_big_times {
  margin-bottom: 5px;
  color: var(--theme-color);
}

.tinv-wishlist button.button {
  border: none;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-weight: 700;
  background-color: var(--theme-color);
  color: #fff;
  padding: 0;
}

.tinv-wishlist button.button i {
  font-size: 1rem !important;
  margin-right: 3px !important;
}

.tinv-wishlist th,
.tinv-wishlist td.product-name {
  font-size: 16px;
  font-weight: 700;
  font-family: var(--title-font);
}

.tinv-wishlist td.product-name a {
  color: var(--title-color);
}

.tinv-wishlist td.product-name a:hover {
  color: var(--theme-color);
}

.tinv-wishlist td.product-price del {
  font-size: 0.9em;
}

.tinv-wishlist .social-buttons>span {
  font-weight: 700;
  margin-right: 10px;
  font-family: var(--title-font);
  color: var(--title-color);
}

.tinv-wishlist .social-buttons li a.social {
  background-color: var(--theme-color);
  color: #fff;
  width: 30px;
  height: 30px;
  font-size: 14px;
  line-height: 30px;
}

.tinv-wishlist .social-buttons li a.social i {
  line-height: inherit;
}

.tinv-wishlist .social-buttons li a.social:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}

@media (max-width: 767px) {
  .tinv-wishlist table {
    table-layout: fixed;
  }
}

.cat-media {
  display: flex;
  align-items: center;
  border: 1px solid var(--border-color);
  padding: 20px 0;
  position: relative;
  margin-bottom: 30px;
}

.cat-media:after,
.cat-media:before {
  content: "";
  position: absolute;
  width: 0%;
  height: 0%;
  transition: width ease 0.6s, height ease 0.6s, border-color ease 0s;
  border-color: rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 0;
}

.cat-media:before {
  left: 0;
  top: 0;
  border-left-width: 1px;
  border-top-width: 1px;
}

.cat-media:after {
  right: 0;
  bottom: 0;
  border-right-width: 1px;
  border-bottom-width: 1px;
}

.cat-media_icon {
  padding: 3px 15px;
  border-right: 1px solid var(--border-color);
  position: relative;
  z-index: 3;
  width: 90px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cat-media_cat {
  margin-bottom: 0;
  font-size: 14px;
  text-transform: uppercase;
}

.cat-media .badge {
  position: absolute;
  right: 15px;
  top: auto;
  bottom: 0;
  transform: translateY(50%);
  transition: all ease 0.4s;
  opacity: 0;
  visibility: hidden;
  z-index: 3;
}

.cat-media .media-body {
  text-align: center;
  position: relative;
  z-index: 3;
}

.cat-media_slider {
  z-index: 1;
}

.cat-media_slider .slick-arrow {
  --icon-size: 20px;
  --pos-x: -5px;
  font-size: 8px;
  padding: 0;
  line-height: 14px;
  background-color: var(--title-color);
  color: var(--white-color);
  top: calc(50% - 15px);
  border: 3px solid var(--white-color);
}

.cat-media_slider .slick-arrow:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.cat-shape-1 {
  position: absolute;
  left: 2%;
  top: 1%;
}

.cat-media:hover .badge,
.slick-center .cat-media .badge {
  opacity: 1;
  visibility: visible;
}

.cat-media:hover::before,
.cat-media:hover::after,
.slick-center .cat-media::before,
.slick-center .cat-media::after {
  width: 100%;
  height: 100%;
  border-color: var(--theme-color);
}

.cat_chart {
  display: flex;
  background-color: var(--white-color);
  align-items: center;
  padding: 35px;
  margin-bottom: 30px;
  border-radius: 5px;
}

.cat_chart_img {
  margin-right: 30px;
}

.cat_chart_title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 13px;
}

.cat_chart_list {
  margin: 0 0 -0.3em 0;
  padding: 0;
  list-style-type: none;
}

.cat_chart_list a {
  font-size: 14px;
  color: #71737a;
}

.cat_chart_list a:hover {
  color: var(--theme-color);
}

.cat_card {
  margin-bottom: 30px;
  position: relative;
}

.cat_card [class*=cat_card_name] a {
  color: inherit;
}

.cat_card_img {
  position: relative;
  overflow: hidden;
}

.cat_card_img img {
  width: 100%;
  transition: all ease 0.4s;
  transform: scale(1);
}

.cat_card_total {
  position: absolute;
  left: 40px;
  top: 40px;
  z-index: 1;
  background-color: var(--title-color);
  color: var(--white-color);
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1;
  padding: 8px 14px;
}

.cat_card_name {
  color: var(--white-color);
  background-color: var(--theme-color);
  font-weight: 500;
  line-height: 1;
  margin: 0;
  padding: 18px 15px;
  text-align: center;
}

.cat_card_name--style2 {
  position: absolute;
  left: 20px;
  bottom: 20px;
  background-color: var(--white-color);
  font-size: 20px;
  text-transform: uppercase;
  margin: 0;
  padding: 18px 31px;
  border-radius: 9999px;
}

.cat_card:hover .cat_card_img img {
  transform: scale(1.15);
}

.cat_rounded {
  text-align: center;
  margin-bottom: 26px;
}

.cat_rounded .cat-img {
  border: 2px solid var(--theme-color);
  border: 2px solid var(--border-color);
  width: var(--img-size, 160px);
  height: var(--img-size, 160px);
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  margin-bottom: 18px;
  transition: all ease 0.4s;
}

.cat_rounded .cat-img img {
  width: 100%;
  transition: all ease 0.4s;
}

.cat_rounded .cat-name {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.cat_rounded:hover .cat-img {
  border-color: var(--theme-color);
}

.cat_rounded:hover .cat-img img {
  transform: scale(1.1);
}

/* Extra small devices */
@media (max-width: 575px) {

  .cart_totals th,
  .cart_totals td {
    padding: 15px 5px;
  }
}

/*------------------- 4.22. popupsearch-v1  -------------------*/
.popup-search-box {
  position: fixed;
  top: 0;
  left: 50%;
  background-color: rgba(0, 0, 0, 0.95);
  height: 0;
  width: 0;
  overflow: hidden;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  transform: translateX(-50%);
  transition: all ease 0.4s;
}

.popup-search-box button.searchClose {
  width: 60px;
  height: 60px;
  line-height: 60px;
  position: absolute;
  top: 40px;
  right: 40px;
  border: none;
  background-color: var(--secondary-color);
  color: var(--white-color);
  font-size: 30px;
  border-radius: 50%;
  transition: all ease 0.4s;
}

.popup-search-box button.searchClose i {
  line-height: inherit;
}

.popup-search-box button.searchClose:hover {
  color: var(--white-color);
  background-color: var(--theme-color);
}

.popup-search-box form {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  padding-bottom: 40px;
  cursor: auto;
  width: 100%;
  max-width: 700px;
  transform: translate(-50%, -50%) scale(0);
  transition: transform ease 0.4s;
  /* Large devices */
}

@media (max-width: 1199px) {
  .popup-search-box form {
    max-width: 600px;
  }
}

.popup-search-box form input {
  font-size: 14px;
  height: 70px;
  width: 100%;
  border: 2px solid var(--white-color);
  background-color: transparent;
  padding-left: 30px;
  color: #fff;
  border-radius: 50px;
}

.popup-search-box form input::-moz-placeholder {
  color: #fff;
}

.popup-search-box form input::-webkit-input-placeholder {
  color: #fff;
}

.popup-search-box form input:-ms-input-placeholder {
  color: #fff;
}

.popup-search-box form input::placeholder {
  color: #fff;
}

.popup-search-box form button {
  position: absolute;
  top: 0px;
  background-color: transparent;
  border: none;
  font-size: 20px;
  right: 13px;
  color: var(--white-color);
  cursor: pointer;
  width: 70px;
  height: 70px;
  transition: all ease 0.4s;
  transform: scale(1.001);
}

.popup-search-box form button:hover {
  transform: scale(1.1);
}

.popup-search-box.show {
  opacity: 1;
  visibility: visible;
  width: 100.1%;
  height: 100%;
  transition: all ease 0.4s;
  border-radius: 0;
}

.popup-search-box.show form {
  transition-delay: 0.5s;
  transform: translate(-50%, -50%) scale(1);
}

/*------------------- 4.23. categorie  -------------------*/
.category-style1 {
  background-color: var(--body-color);
  text-align: center;
  padding: 30px;
  border-radius: 10px;
  position: relative;
}

.category-style1 .category-icon {
  border: 1px dashed var(--theme-color);
  border-radius: 50%;
  width: 110px;
  height: 110px;
  line-height: 98px;
  padding: 10px;
  position: relative;
  margin: 0 auto 28px auto;
  position: relative;
  z-index: 1;
  transition: all 0.5s ease;
}

.category-style1 .category-icon .icon {
  background-color: var(--theme-color);
  display: block;
  max-width: 90px;
  max-height: 90px;
  line-height: 88px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transition: all 0.5s ease;
}

.category-style1 .category-icon .batch {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -20px;
  margin-bottom: 0;
  width: 37px;
  height: 37px;
  line-height: 37px;
  border-radius: 50%;
  background-color: var(--secondary-color);
  transition: all 0.5s ease;
}

.category-style1 .category-title {
  font-size: 24px;
  line-height: 140%;
  position: relative;
  z-index: 1;
}

.category-style1 .category-title a {
  color: var(--title-color);
}

.category-style1 .category-title a:hover {
  color: var(--theme-color);
}

.category-style1 .category-text {
  color: var(--text-color);
  margin-bottom: 0px;
  position: relative;
  z-index: 1;
}

.category-style1:hover .category-icon {
  border-color: var(--secondary-color);
}

.category-style1:hover .category-icon .icon {
  background-color: var(--secondary-color);
}

.category-style1:hover .batch {
  background-color: var(--theme-color);
}

.categorys-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 25px;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .categorys-list {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .categorys-list {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Small devices */
@media (max-width: 767px) {
  .categorys-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 470px) {
  .categorys-list {
    grid-template-columns: 1fr;
  }
}

/*------------------- 4.24. districts  -------------------*/
.districts-layout1.districts-extra-space {
  padding-top: 215px;
}

.vs-districts {
  position: relative;
}

.vs-districts .district-name {
  text-transform: uppercase;
  color: var(--theme-color);
  font-weight: 500;
  display: inline-block;
  font-family: var(--title-font);
  margin-bottom: 5px;
}

.vs-districts .district-title {
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 5px;
}

.vs-districts .district-title a {
  color: var(--title-color);
}

.vs-districts .district-title a:hover {
  color: var(--theme-color);
}

.vs-districts .district-Listing {
  color: var(--text-color);
  font-size: 14px;
  margin-bottom: 0;
}

.vs-districts .icon-btn {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  background-color: transparent;
  color: var(--theme-color);
  border: 1px solid var(--border-color);
}

.vs-districts .icon-btn i {
  font-size: 16px;
  transform: rotate(-45deg);
  font-weight: 700;
}

.vs-districts .icon-btn:hover {
  color: var(--white-color);
  border-color: var(--theme-color);
  background-color: var(--theme-color);
}

.district-style1 {
  border: 1px solid var(--border-color);
  padding: 20px;
  border-radius: 10px;
  transition: all 0.5s ease;
}

.district-style1 .district-img {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.district-style1 .district-img img {
  width: 100%;
  transform: scale(1);
  transition: all 0.5s ease;
}

.district-style1 .district-content {
  position: relative;
  padding-top: 12px;
}

.district-style1 .icon-btn {
  position: absolute;
  top: 30px;
  right: 0;
}

.district-style1:hover {
  border-color: var(--theme-color);
}

.district-style1:hover .district-img>img {
  transform: scale(1.1);
}

.district-style1:hover .icon-btn {
  border-color: var(--theme-color);
}

.district-style2 {
  display: inline-flex;
  gap: 30px;
  align-items: center;
  width: 100%;
  border: 1px solid var(--border-color);
  padding: 20px;
  border-radius: 10px;
  transition: all 0.5s ease;
}

.district-style2 .district-img {
  border-radius: 10px;
  overflow: hidden;
}

.district-style2 .district-img .img-1 {
  display: block;
}

.district-style2 .district-img .img-2 {
  display: none;
}

.district-style2:not(:last-child) {
  margin-bottom: 26px;
}

.district-style2:hover {
  border-color: var(--theme-color);
}

.district-style2 .icon-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}

.district-style3 {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.5s ease;
}

.district-style3::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 40%, rgba(5, 50, 115, 0.93) 88%);
  z-index: 0;
  transition: all 0.5s ease;
}

.district-style3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0%;
  background: #024BB6;
  background: linear-gradient(180deg, rgba(2, 75, 182, 0.66) 100%, rgba(3, 21, 47, 0.93) 88%);
  z-index: 1;
  transition: all 0.5s ease;
}

.district-style3:hover::before {
  height: 100%;
}

.district-style3:hover .district-img img {
  transform: scale(1.2);
}

.district-style3 .district-img img {
  width: 100%;
  transform: scale(1);
  transition: all 0.5s ease;
}

.district-style3 .icon-btn {
  position: absolute;
  top: 30px;
  right: 30px;
  background-color: var(--white-color);
  border-color: var(--white-color);
  z-index: 1;
}

.district-style3 .district-content {
  position: absolute;
  left: 30px;
  bottom: 30px;
  z-index: 1;
}

.district-style3 .district-name {
  color: var(--white-color);
}

.district-style3 .district-title a {
  color: var(--white-color);
}

.district-style3 .district-Listing {
  color: var(--white-color);
}

.district-style4 {
  position: relative;
  margin-top: 16px;
}

.district-style4 .tags {
  left: 30px;
  top: -16px;
  font-size: 16px;
  color: var(--white-color);
  padding: 3px 20px;
  background-color: var(--theme-color);
  z-index: 1;
}

.district-style4 .district-img {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.district-style4 .district-img img {
  border-radius: 10px;
  width: 100%;
  transform: scale(1);
  transition: all 0.5s ease;
}

.district-style4 .district-img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 40%, rgba(5, 50, 115, 0.91) 70%);
  z-index: 0;
}

.district-style4 .district-content {
  position: absolute;
  width: 100%;
  bottom: 40px;
  text-align: center;
  z-index: 1;
}

.district-style4 .district-content .star-rating {
  display: inline-flex;
  gap: 4px;
  margin-bottom: 15px;
}

.district-style4 .district-content .star-rating i {
  color: #FAAC15;
  font-size: 16px;
}

.district-style4 .district-title {
  margin-bottom: 0;
}

.district-style4 .district-title a {
  color: var(--white-color);
}

.district-style4 .district-name {
  color: #D8DDE1;
  margin-bottom: 0;
}

.district-style4:hover .district-img img {
  transform: scale(1.1);
}

@media (max-width: 1299px) {
  .district-style2 {
    display: block;
  }

  .district-style2 .district-img {
    margin-bottom: 10px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .district-style2 {
    display: inline-flex;
  }

  .district-style2 .district-img {
    margin-bottom: 10px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .districts-layout1.districts-extra-space {
    padding-top: 80px;
  }
}

@media (max-width: 450px) {
  .district-style1 .icon-btn {
    position: relative;
    top: initial;
    margin-top: 10px;
  }

  .district-style2 {
    display: block;
    text-align: center;
  }

  .district-style2 .district-Listing {
    margin-bottom: 10px;
  }

  .district-style2 .icon-btn {
    position: relative;
    top: initial;
    transform: unset;
    right: 0;
  }

  .district-style2 .district-img {
    margin-bottom: 10px;
  }
}

/*------------------- 4.25. price  -------------------*/
.price-list {
  background-color: var(--white-color);
  border-radius: 10px;
  padding: 32px 40px 32px;
  cursor: pointer;
  transition: all 0.5s ease;
}

.price-list:not(:last-child) {
  margin-bottom: 30px;
}

.price-list .price-title {
  font-size: 30px;
  color: var(--secondary-color);
  transition: all 0.5s ease;
}

.price-list .price-text {
  color: var(--secondary-color);
  margin-bottom: 0;
  text-transform: capitalize;
  transition: all 0.5s ease;
}

.price-list .title-shep {
  position: relative;
  padding-bottom: 20px;
}

.price-list .title-shep::after {
  width: 100px;
  transition: all 0.5s ease;
}

.price-list.active,
.price-list:hover {
  background-color: var(--theme-color);
}

.price-list.active .price-text,
.price-list.active .price-title,
.price-list:hover .price-text,
.price-list:hover .price-title {
  color: var(--white-color);
}

.price-list.active .title-shep::after,
.price-list:hover .title-shep::after {
  background-color: var(--secondary-color);
}

.pricing-wraper {
  border-radius: 10px;
  overflow: hidden;
}

.pricing-style1 {
  padding: 40px 15px;
}

.pricing-style1 .pricing-name {
  font-size: 30px;
  color: var(--white-color);
  text-align: center;
  margin-bottom: 28px;
}

.pricing-style1 .pricing-body {
  padding: 40px 40px 35px;
  background-color: var(--body-color);
  border-radius: 10px;
  margin-bottom: 40px;
}

.pricing-style1 .pricing-price {
  font-size: 48px;
  color: var(--secondary-color);
  font-weight: 600;
  font-family: var(--title-font);
  margin-bottom: 5px;
  display: block;
  text-align: center;
}

.pricing-style1 .pricing-price i {
  font-weight: 900;
}

.pricing-style1 .pricing-price .duration {
  font-size: 14px;
  font-weight: 700;
  color: var(--secondary-color);
  transition: all 0.5s ease;
}

.pricing-style1 .price-text {
  color: var(--text-color);
  text-align: center;
  margin-bottom: 25px;
}

.pricing-style1 .list-style1 ul li i {
  font-size: 18px;
}

.pricing-style1 .price-btn .vs-btn {
  width: 100%;
}

.pricing-style1 .price-btn .vs-btn:hover {
  background-color: var(--secondary-color);
}

.pricing-style1 .price-btn .vs-btn::after,
.pricing-style1 .price-btn .vs-btn::before {
  background-color: var(--secondary-color);
}

.pricing-img {
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid var(--theme-color);
}

.pricing-img img {
  width: 100%;
  transform: scale(1);
  transition: all 0.5s ease;
}

.pricing-img:hover img {
  transform: scale(1.1);
}

.pricing-layout1 [data-tab-content] {
  display: none;
}

.pricing-layout1 .active[data-tab-content] {
  display: block;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .pricing-style1 .pricing-body {
    padding: 40px 20px 35px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .pricing-style1 .pricing-body {
    padding: 40px 50px 35px;
  }

  .price-list .price-title {
    font-size: 28px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .pricing-style1 .pricing-body {
    padding: 40px 15px 35px;
  }

  .pricing-style1 .pricing-body .list-style1 ul li {
    font-size: 15px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .pricing-style1 .pricing-body .list-style1 {
    text-align: center;
  }

  .pricing-style1 .pricing-body .list-style1 ul li {
    display: inline-block;
    text-align: left;
  }

  .pricing-style1 .pricing-body {
    padding: 40px 40px 35px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .price-list {
    padding: 32px 30px 32px;
  }

  .price-list .price-title {
    font-size: 24px;
  }

  .pricing-style1 .pricing-body .list-style1 ul li {
    font-size: 13px;
  }
}

@media (max-width: 450px) {
  .district-style2 .district-img .img-1 {
    display: none;
  }

  .district-style2 .district-img .img-2 {
    display: block;
  }
}

@media (max-width: 375px) {
  .pricing-style1 .pricing-body {
    padding: 40px 15px 35px;
  }
}

/*------------------- 4.26. latest  -------------------*/
.latest-layout1 .title-btn {
  text-align: end;
}

/* Medium devices */
@media (max-width: 991px) {
  .latest-layout1 .title-btn {
    text-align: center;
  }
}

/*------------------- 4.31. work  -------------------*/
.work-style1 {
  background-color: var(--white-color);
  padding: 20px;
  border-radius: 10px;
  position: relative;
  transition: all 0.5s ease;
}

.work-style1 .work-title {
  color: var(--title-color);
  font-size: 24px;
  margin-bottom: 10px;
  transition: all 0.5s ease;
}

.work-style1 .work-text {
  color: var(--text-color);
  margin-bottom: 0;
  transition: all 0.5s ease;
}

.work-style1 .work-number {
  font-family: var(--title-font);
  font-size: 48px;
  position: absolute;
  right: 30px;
  top: 30px;
  color: transparent;
  -webkit-text-stroke: 2px #ccc;
  font-weight: 600;
  display: block;
}

.work-style1 .work-icon {
  margin-bottom: 15px;
}

.work-style1 .work-icon .icon {
  max-width: 70px;
}

.work-style1:hover {
  background-color: var(--secondary-color);
}

.work-style1:hover .work-title {
  color: var(--white-color);
}

.work-style1:hover .work-text {
  color: var(--white-color);
}

.work-layout1 .slick-dots {
  margin-bottom: 0;
  justify-content: center;
}

/*------------------- 4.31. video  -------------------*/
.video-style1 {
  padding: 120px 0 112px 0;
  background-attachment: fixed;
}

.video-style1 .video-btn {
  margin-bottom: 40px;
}

.video-style1 .video-btn .play-btn>i {
  width: 70px;
  height: 70px;
  line-height: 70px;
}

.video-style1 .video-sig {
  display: inline-block;
  margin-bottom: 30px;
}

.video-style1 .title-area {
  margin-bottom: 0;
}

.video-style1.style2 {
  position: relative;
  overflow: hidden;
  padding: 80px 0;
}

.video-style1.style2 .title-area {
  margin-bottom: 50px;
}

.video-style1.style2 .video-btn {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 50px;
}

.video-style1.style2 .video-mail a {
  font-size: 20px;
  font-family: var(--title-font);
  font-weight: 600;
  color: var(--white-color);
  padding: 13px 30px;
  border-radius: 30px;
  border: 1px solid #6281AF;
}

.video-style1.style2 .video-mail a:hover {
  border-color: var(--theme-color);
  background-color: var(--theme-color);
}

.video-style1.style2 .img-box1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
  width: 100%;
  height: 100%;
  line-height: 350px;
  max-width: 350px;
  gap: 10px;
  margin: 0 60px 0 auto;
}

.video-style1.style2 .img-box1 img {
  width: 100%;
}

.video-style1.style2 .img-box1 .img3 {
  position: absolute;
  top: -26%;
  left: 29%;
}

.video-style1.style2 .img-box1 .img4 {
  position: absolute;
  bottom: -26%;
  left: 29%;
}

.video-style1.style2 .box-inner {
  position: relative;
}

/* Large devices */
@media (max-width: 1199px) {
  .video-style1.style2 .video-btn {
    gap: 20px;
  }

  .video-style1.style2 .video-mail a {
    font-size: 18px;
    padding: 13px 20px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .video-style1.style2 .video-btn {
    justify-content: center;
  }

  .video-style1.style2 .img-box1 {
    margin: 0 auto;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .video-style1.style2 .video-mail {
    display: block;
    margin-bottom: 20px;
  }

  .video-style1.style2 .video-btn {
    display: block;
    text-align: center;
  }

  .video-style1.style2 .play-btn.popup-video {
    margin-bottom: 50px;
  }

  .video-style1.style2 .video-mail a {
    font-size: 16px;
    padding: 12px 18px;
  }
}

@media (max-width: 370px) {
  .video-style1.style2 .img-box1 {
    max-width: 280px;
  }

  .video-style1.style2 .img3 img,
  .video-style1.style2 .img4 img {
    max-width: 120px;
  }
}

/*------------------- 4.31. benefits  -------------------*/
.benefits-layout1 .title-area .sec-title {
  max-width: 20ch;
}

.benefits-img {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.benefits-img .img {
  display: block;
  width: 100%;
  transform: scale(1);
  transition: all 0.5s ease;
}

.benefits-img .img img {
  width: 100%;
}

.benefits-img .media-user {
  position: absolute;
  right: 30px;
  bottom: 30px;
  background-color: var(--body-color);
  padding: 20px;
  border-radius: 10px;
}

.benefits-img .media-user .media-title {
  color: var(--title-color);
}

.benefits-img .media-user .media-text {
  color: var(--text-color);
}

.benefits-img .media-user .user {
  margin-right: 14px;
}

.benefits-img:hover .img {
  transform: scale(1.1);
}

.counter-area {
  background-color: var(--theme-color);
  border-radius: 20px;
  padding: 18px 40px 38px 40px;
}

.service-style1 {
  display: inline-flex;
  gap: 25px;
  align-items: center;
}

.service-style1:not(:last-child) {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid var(--border-color);
}

.service-style1 .service-icon {
  background-color: var(--body-color);
  border-radius: 50%;
  padding: 10px;
  width: 100%;
  max-width: 90px;
  height: 90px;
  line-height: 70px;
  text-align: center;
  transition: all 0.5s ease;
}

.service-style1 .service-icon:hover {
  background-color: var(--secondary-color);
}

.service-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
  color: var(--title-color);
}

.service-text {
  color: var(--text-color);
  margin-bottom: 0;
}

/* Medium devices */
@media (max-width: 991px) {
  .benefits-layout1 .title-area .sec-title {
    max-width: 100%;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .counter-area {
    text-align: center;
  }

  .counter-style1 .media-inner:not(:last-child) {
    margin-bottom: 15px;
  }
}

/*------------------- 4.29. listing  -------------------*/
.listing-style1 {
  /* position: absolute; */
  width: 100%;
  transform: translateY(-80px);
  border-radius: 10px;
}

.listing-style1 .listing-select {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.listing-style1 .listing-select .listing-top {
  position: absolute;
  top: 10px;
  display: inline-flex;
  gap: 15px;
  align-items: end;
  font-weight: 600;
  font-size: 18px;
  color: var(--title-color);
  font-family: var(--title-font);
  text-transform: uppercase;
}

.listing-style1 .listing-select .nice-select {
  background-color: transparent;
  border-radius: 0;
  height: 37px;
  color: var(--text-color);
  font-family: var(--title-font);
  min-width: 200px;
  border: none;
}

.listing-style1 .listing-select .nice-select:hover {
  color: var(--title-color);
}

.listing-style1 .listing-select .nice-select:hover::after {
  border-color: var(--title-color);
}

.listing-style1 .listing-select .nice-select .current {
  position: absolute;
  display: inline-block;
  top: 28px;
  left: 35px;
  font-size: 14px;
  font-weight: 500;
  font-family: var(--body-font);
}

.listing-style1 .listing-select .nice-select::after {
  border-bottom: 2px solid var(--title-color);
  border-right: 2px solid var(--title-color);
}

.listing-style1 .listing-select .select-box {
  position: relative;
  height: 60px;
}

.listing-style1 .listing-select .select-box:not(:last-child)::after {
  content: "";
  position: absolute;
  height: 40px;
  width: 1px;
  background-color: var(--border-color);
  right: -25%;
  top: 50%;
  transform: translateY(-50%);
}

.listing-style1 .listing-body {
  padding: 10px;
  box-shadow: 0px 3px 10px -2px rgba(0, 0, 0, 0.17);
  -webkit-box-shadow: 0px 3px 10px -2px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0px 3px 10px -2px rgba(0, 0, 0, 0.17);

  position: relative;
  background-color: var(--white-color);
}

.listing-search {
  position: absolute;
  bottom: 0px;
  right: 0px;
  background-color: var(--white-color);
  padding: 30px;
  border-radius: 10px 10px 10px 0px;
}

.listing-search .search-title {
  font-size: 18px;
  font-weight: 600;
}

.listing-search .nav-tabs {
  padding-bottom: 30px;
  margin-bottom: 25px;
  gap: 15px;
}

.listing-search .nav-tabs button {
  border: 1px solid var(--border-color);
  border-radius: 5px;
  padding: 5px 10px;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--body-font);
  background-color: var(--white-color);
}

.listing-search .nav-tabs button img {
  transition: all 0.3s ease;
}

.listing-search .nav-tabs button:hover,
.listing-search .nav-tabs button.active {
  color: var(--white-color);
  border-color: var(--theme-color);
  background-color: var(--theme-color);
}

.listing-search .nav-tabs button:hover img,
.listing-search .nav-tabs button.active img {
  filter: brightness(0) invert(1);
}

.listing-search .nav-tabs button img {
  margin-right: 5px;
}

.listing-search .search-form .input-area {
  position: relative;
  margin-bottom: 20px;
}

.listing-search .search-form .input-area input {
  background-color: var(--body-color);
  border-radius: 10px;
  border: none;
  color: var(--text-color);
  padding: 0 30px 0 34px;
  height: 40px;
}

.listing-search .search-form .input-area input::placeholder {
  color: var(--text-color);
}

.listing-search .search-form .search-icon {
  color: var(--text-color);
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
}

.listing-search .search-form .vs-btn {
  width: 100%;
  padding: 7px 30px;
  font-family: var(--body-font);
}

.listing-layout1 .slick-dots {
  justify-content: center;
  margin-bottom: 0;
}

.listing-layout1 .slick-slide {
  height: 100%;
}

.listing-layout1 .vs-carousel .slick-track {
  margin-bottom: 20px;
}

.tags {
  position: absolute;
  left: 20px;
  top: 20px;
  background-color: var(--white-color);
  border-radius: 30px;
  font-size: 14px;
  text-transform: capitalize;
  display: inline-block;
  padding: 0px 20px;
  transition: all 0.5s ease;
}

.tags img {
  position: relative;
  top: -1px;
  margin-right: 5px;
  max-width: 16px;
}

.tags:hover {
  color: var(--white-color);
  background-color: var(--secondary-color);
}

.vs-listing {
  position: relative;
}

.vs-listing .listing-title {
  font-size: 24px;
  line-height: 142%;
  margin-bottom: 5px;
}

.vs-listing .listing-title a {
  color: var(--title-color);
}

.vs-listing .listing-title a:hover {
  color: var(--theme-color);
}

.vs-listing .listing-text {
  color: var(--text-color);
  margin-bottom: 8px;
}

.vs-listing .list-style1 ul {
  margin-bottom: 20px;
}

.vs-listing .list-style1 ul li {
  font-size: 14px;
  color: var(--text-color);
}

.vs-listing .list-style1 ul li:not(:last-child) {
  margin-bottom: 6px;
}

.vs-listing .list-style1 ul li a {
  font-size: 14px;
  color: var(--text-color);
  line-height: 170%;
}

.vs-listing .list-style1 ul li a:hover {
  color: var(--theme-color);
}

.vs-listing .start-area {
  display: inline-flex;
  align-items: center;
}

.vs-listing .start-area .star-rating {
  margin-bottom: 0;
  gap: 1px;
}

.vs-listing .start-area .star-rating i {
  font-size: 15px;
  color: #FFC107;
}

.vs-listing .start-area p {
  display: inline-flex;
  color: var(--text-color);
  line-height: 100%;
  margin-left: 8px;
  margin-bottom: 0;
}

.vs-listing .start-area p span {
  color: var(--theme-color);
  margin-bottom: 0;
  line-height: 100%;
}

.vs-listing .price {
  color: var(--theme-color);
  font-family: var(--title-font);
  font-size: 22px;
  font-weight: 600;
}

.vs-listing .listing-bottom {
  background-color: var(--body-color);
  border-radius: 30px;
  padding: 10px 20px;
  position: relative;
}

.vs-listing .listing-bottom .vs-btn {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 30px;
  height: 100%;
}

.listing-style2 {
  border-radius: 10px;
  padding: 20px;
  background-color: var(--white-color);
  box-shadow: 0px 3px 20px -2px rgba(0, 0, 0, 0.17);
  -webkit-box-shadow: 0px 3px 20px -2px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0px 3px 20px -2px rgba(0, 0, 0, 0.17);
}

.listing-style2 .listing-img {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  margin-bottom: 18px;
}

.listing-style2 .listing-img>img {
  transform: scale(1);
  transition: all 0.5s ease;
}

.listing-style2 .listing-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}

.listing-style2 .listing-content {
  padding: 10px;
  position: relative;
}

.listing-style2 .wishlist {
  position: relative;
  top: 0px;
  right: 0px;
}

.listing-style2:hover .listing-img>img {
  transform: scale(1.1);
}

.listing-sidebar1 .vs-pagination {
  margin-top: 60px;
  margin-bottom: 0;
}

.wishlist {
  width: 25px;
  height: 25px;
  line-height: 23px;
  border: 2px solid var(--theme-color);
  border-radius: 30px;
  text-align: center;
  font-size: 15px;
  display: inline-block;
}

.wishlist:hover {
  color: var(--white-color);
  background-color: var(--theme-color);
}

.listing-style3 {
  position: relative;
}

.listing-style3 .listing-content {
  position: absolute;
  bottom: 30px;
  left: 30px;
}

.listing-style3 .wishlist {
  width: 30px;
  height: 30px;
  line-height: 28px;
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 1;
}

.listing-style3 .listing-title a {
  color: var(--white-color);
}

.listing-style3 .listing-text {
  color: var(--white-color);
}

.listing-style3 .list-style1 ul li a {
  color: var(--white-color);
}

.listing-style3.vs-listing .list-style1 ul {
  margin-bottom: 0px;
}

.listing-style3 .tags {
  left: 0;
  top: 30px;
  border-radius: 0 30px 30px 0px;
  color: var(--white-color);
  background-color: var(--theme-color);
  z-index: 1;
}

.listing-style3 .tags img {
  filter: brightness(0) invert(1);
}

.listing-style3 .listing-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 30px;
  background-color: #ECF1F5;
  border-radius: 10px;
}

.listing-style3 .listing-inner {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px;
}

.listing-style3 .listing-inner:hover .listing-img>img {
  transform: scale(1.1);
}

.listing-style3 .listing-img {
  position: relative;
}

.listing-style3 .listing-img img {
  transition: all 0.5s ease;
}

.listing-style3 .listing-img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #04223E;
  background: linear-gradient(180deg, rgba(4, 34, 62, 0) 0%, rgb(5, 50, 115) 100%);
}

.list-categories {
  padding: 40px 40px 22px 40px;
  background-color: var(--body-color);
  border-radius: 10px;
}

.list-sidebar {
  background-color: #eef0f1;
  border-radius: 10px;
  padding: 40px 40px 37px 40px;
}

.list-sidebar .form-style2 {
  background-color: transparent;
  padding: 0;
  border-radius: 0;
}

.list-sidebar input {
  background-color: var(--white-color);
  transition: all 0.5s ease;
}

.list-sidebar input:hover {
  background-color: var(--white-color);
}

.list-sidebar .nice-select {
  background-color: var(--white-color);
}

.list-sidebar .nice-select .list {
  background-color: var(--white-color);
}

.list-sidebar .nice-select::after {
  border-color: var(--text-color);
  display: none;
}

.list-sidebar .nice-select:hover::after {
  border-color: var(--text-color);
}

.list-sidebar .form-style2 .title,
.list-sidebar .form-style2 label {
  font-size: 18px;
  font-family: var(--title-font);
  color: var(--title-color);
  font-weight: 600;
  margin-top: 5px;
}

.list-sidebar .form-style2 .title span,
.list-sidebar .form-style2 label span {
  display: inline-block;
  color: var(--text-color);
}

.list-sidebar .form-style2 .icon {
  top: 12px;
  transform: unset;
  z-index: 1;
  display: inline-block;
}

.list-sidebar .form-style3 .title,
.list-sidebar .form-style3 label {
  font-size: 18px;
  font-family: var(--title-font);
  color: var(--title-color);
  font-weight: 600;
  margin-top: 5px;
}

.list-sidebar .form-style3 .title span,
.list-sidebar .form-style3 label span {
  display: inline-block;
  color: var(--text-color);
}

.list-sidebar .form-style3 .icon {
  top: 12px;
  transform: unset;
  z-index: 1;
  display: inline-block;
}

.list-sidebar .form-style3 input {
  border-radius: 5px;
  color: var(--text-color);
  background-color: var(--white-color);
}

.list-sidebar .form-style3 input::placeholder {
  color: var(--text-color);
}

.list-sidebar .form-style3 label {
  font-size: 16px;
  color: var(--text-color);
  font-weight: normal;
  margin: 0 0 5px 0;
}

.list-sidebar .form-style3 .form-group {
  margin-bottom: 10px;
}

.list-sidebar .form-style3 .form-group:last-child {
  margin-bottom: 0px;
}

.list-sidebar .form-style3 .vs-btn {
  width: 100%;
}

.list-sidebar .form-style3 .form-notice {
  display: inline-block;
  margin-top: 15px;
  line-height: 100%;
}

.list-sidebar .price-range {
  display: inline-flex;
  gap: 20px;
}

.list-sidebar .checkbox-area {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
}

.list-sidebar .custom-checkbox input[type=checkbox]~label:before {
  border-radius: 5px;
  border-color: var(--theme-color);
  background-color: #F8D8C2;
  color: var(--theme-color);
}

.list-sidebar .custom-checkbox input[type=checkbox]~label {
  padding-left: 23px;
}

.list-sidebar .custom-checkbox label {
  font-size: 14px;
  font-family: var(--body-font);
  color: #737373;
  font-weight: 500;
}

/*Range style*/
.listing-range {
  width: 100%;
  position: relative;
}

#range-slider__range {
  appearance: none;
  width: 100%;
  height: 5px;
  border-radius: 5px;
  background: #d7dcdf;
  outline: none;
  border: none;
  padding: 0;
  margin: 0;
}

/*Range black ⚫ thumb*/
#range-slider__range::-webkit-slider-thumb {
  appearance: none;
  width: 11px;
  height: 11px;
  border-radius: 100%;
  background: var(--theme-color);
  cursor: pointer;
  transition: background 0.15s ease-in-out;
}

#range-slider__range::-webkit-slider-thumb:hover {
  transform: scale(1.1);
  background: var(--theme-color);
}

#range-slider__range:active::-webkit-slider-thumb {
  transform: scale(1.1);
  background: var(--theme-color);
}

/*Range current value*/
#range-slider__value {
  display: inline-block;
  position: relative;
  width: 20px;
  font-size: 12px;
  color: #fff;
  line-height: 20px;
  text-align: center;
  border-radius: 3px;
  background: var(--theme-color);
  position: absolute;
  top: -24px;
  right: 0;
}

#range-slider__value:after {
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 4px solid var(--theme-color);
  content: "";
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .list-sidebar {
    padding: 30px 20px;
  }

  .list-categories {
    padding: 30px 20px 22px 20px;
  }
}

@media (max-width: 1299px) {
  .listing-style1 {
    position: relative;
  }

  .listing-style1 .listing-select {
    display: block;
    max-width: 50%;
  }

  .listing-style1 .select-box::after {
    display: none;
  }

  .listing-style1 .listing-search {
    border-left: 1px solid var(--border-color);
  }

  .listing-style1 .listing-select .select-box:not(:last-child) {
    height: 70px;
    border-bottom: 1px solid var(--border-color);
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .listing-style2 {
    height: 100%;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .listing-search {
    position: relative;
    padding: 0;
    margin-top: 30px;
  }

  .listing-style1 {
    transform: initial;
    padding-bottom: 80px;
  }

  .listing-style1 .listing-body {
    border-radius: 10px;
  }

  .listing-style1 .listing-select {
    max-width: 100%;
  }

  .vs-listing .listing-content {
    left: 15px;
    bottom: 15px;
  }

  .vs-listing .listing-title {
    font-size: 22px;
  }

  .listing-style2 {
    height: auto;
  }

  .listing-style2 .listing-content {
    left: 0;
    bottom: 0;
  }

  .listing-style3.vs-listing .list-style1 ul {
    margin-bottom: 0px;
  }

  .listing-sidebar1 .vs-pagination {
    margin-top: 40px;
  }

  .listing-sidebar1 .vs-pagination {
    margin: 30px 0 0 0;
  }

  .listing-style1 .listing-search {
    border-left: none;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .list-sidebar {
    padding: 30px 20px;
  }

  .list-categories {
    padding: 30px 20px 22px 20px;
  }
}

@media (max-width: 399px) {
  .listing-style1 .listing-body {
    padding: 30px;
  }

  .listing-search .search-form .vs-btn {
    padding: 7px 20px;
  }

  .list-sidebar .checkbox-area {
    display: block;
  }
}

/*------------------- 4.29. apps  -------------------*/
.apps-style1 {
  position: relative;
}

.apps-style1 .cta-img {
  text-align: right;
}

.apps-style1 .app-title {
  color: var(--white-color);
  font-size: 48px;
  margin-bottom: 18px;
}

.apps-style1 .app-text {
  margin-bottom: 30px;
}

.apps-layout1 {
  padding: 40px 0;
}

.apps-btns {
  display: inline-flex;
  gap: 20px;
}

/* Large devices */
@media (max-width: 1199px) {
  .apps-style1 .app-title {
    font-size: 36px;
  }

  .apps-style1 .cta-img {
    text-align: center;
  }
}

/*------------------- 4.29. details  -------------------*/
.doctor-details {
  padding: 50px 0;
  box-shadow: 0px 3px 10px -2px rgba(0, 0, 0, 0.09);
}

.doctor-details .social-links a {
  width: 50px;
  height: 50px;
  border-radius: 3px;
  font-size: 24px;
  background-color: var(--white-color);
  border: 2px solid var(--theme-color);
}

.doctor-details .social-links a i {
  color: var(--theme-color);
  font-weight: 500;
  transition: all 0.5s ease;
}

.doctor-details .social-links a:hover {
  background-color: var(--theme-color);
}

.doctor-details .social-links a:hover i {
  color: var(--white-color);
}

.details-info {
  display: flex;
  align-items: center;
  gap: 30px;
}

.details-info .details-icon {
  width: 100%;
  max-width: 120px;
  height: 120px;
  line-height: 110px;
  border-radius: 50%;
  border: 3px solid var(--white-color);
  background-color: var(--body-color);
  text-align: center;
  box-shadow: 0px 1px 20px -2px rgba(0, 0, 0, 0.17);
}

.details-info .details-title {
  font-size: 24px;
  line-height: 140%;
  margin-bottom: 5px;
}

.details-info .details-text {
  color: var(--text-color);
  margin-bottom: 8px;
}

.details-info .price {
  font-size: 22px;
  font-weight: 600;
  color: var(--theme-color);
  display: inline-block;
  font-family: var(--title-font);
  text-transform: capitalize;
}

.details-info .list-style1 ul {
  margin-bottom: 10px;
}

.details-info .list-style1 ul li {
  display: inline-block;
  margin-bottom: 0;
}

.details-info .list-style1 ul li a {
  color: var(--text-color);
}

.details-info .list-style1 ul li a:hover {
  color: var(--theme-color);
}

.details-info .list-style1 ul li:not(:last-child) {
  margin-right: 15px;
}

.details-text {
  color: var(--text-color);
  margin-bottom: 0;
}

.custom-table table {
  border-collapse: collapse;
  margin-bottom: 10px;
  border: 1px solid var(--border-color);
}

.custom-table th,
.custom-table td {
  border: 1px solid var(--border-color);
  padding: 10px 15px;
  text-align: left;
  font-size: 14px;
  color: var(--text-color);
  font-weight: 500;
}

.custom-table .highlight {
  color: var(--theme-color);
}

.custom-table .status {
  display: inline-block;
  color: var(--theme-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
}

.vs-details {
  padding: 44px 40px 40px 40px;
  background-color: var(--white-color);
  position: relative;
  border: 6px;
  border-radius: 10px;
  box-shadow: 0px 1px 20px -2px rgba(0, 0, 0, 0.17);
}

.vs-details .list-unstyled {
  margin-bottom: 0;
}

.vs-details .title-shep {
  margin-bottom: 26px;
}

.vs-details .map {
  border-radius: 10px;
  overflow: hidden;
}

.rating-left {
  width: 100%;
  max-width: 290px;
  text-align: center;
  border: 1px solid var(--border-color);
  padding: 60px 75px 35px;
  border-radius: 5px;
}

.rating-left .total {
  display: inline-block;
  font-weight: 600;
  font-size: 22px;
  color: var(--text-color);
  font-family: var(--title-font);
}

.rating-left .total strong {
  font-size: 30px;
  color: var(--theme-color);
}

.rating-left .text1 {
  text-transform: uppercase;
  font-weight: 600;
  color: var(--text-color);
  font-family: var(--title-font);
  margin-bottom: 8px;
}

.rating-left .text2 {
  color: var(--text-color);
  font-size: 16px;
  margin-bottom: 0;
}

.rating-left .star-rating i {
  color: #FFC107;
  font-size: 15px;
  margin-bottom: 8px;
}

.rating-area {
  display: flex;
  gap: 20px;
}

.rating-right {
  width: 100%;
  border: 1px solid var(--border-color);
  padding: 25px 30px;
  border-radius: 5px;
}

.rating-right ul {
  margin-bottom: 0;
}

.rating-right ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.rating-right ul li:not(:last-child) {
  margin-bottom: 10px;
}

.rating-right ul li.active .rating-value {
  background-color: var(--theme-color);
}

.rating-right .rating-count {
  margin-bottom: 0;
  color: var(--text-color);
  font-weight: 700;
  font-size: 16px;
}

.rating-right .star-rating {
  max-width: 94px;
  width: 100%;
}

.rating-right .star-rating i {
  color: #FFC107;
}

.rating-value {
  display: block;
  height: 7px;
  width: 100%;
  background-color: var(--border-color);
  border-radius: 10px;
}

.details-video iframe {
  border-radius: 10px;
  overflow: hidden;
}

.similar-listing {
  background-color: var(--white-color);
  box-shadow: 0px 1px 20px -2px rgba(0, 0, 0, 0.17);
  border-radius: 10px;
  padding: 25px 0 15px;
  margin: 60px 0 45px;
}

.similar-listing .title {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: var(--theme-color);
  font-family: var(--body-font);
  margin-bottom: 0;
}

.similar-listing2 {
  background-color: var(--body-color);
  border-radius: 10px;
  padding: 25px 25px 15px;
  margin: 40px 0;
}

.similar-listing2 .title {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  text-align: left;
  color: var(--text-color);
  font-family: var(--body-font);
  margin-bottom: 0;
}

.content-details {
  padding: 120px 0 90px;
}

.content-details .slick-slider .slick-list {
  padding: 15px 0;
}

.content-details .btns-group .vs-btn {
  width: 100%;
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 700;
}

.content-details .btns-group .vs-btn:not(:last-child) {
  margin-bottom: 20px;
}

.content-details .btns-group .vs-btn i {
  margin-right: 10px;
  margin-left: 0;
  font-size: 20px;
  font-weight: 600;
}

.content-details .btns-group .vs-btn::after,
.content-details .btns-group .vs-btn::before {
  background-color: var(--secondary-color);
}

.content-details .btns-group .vs-btn:hover {
  background-color: var(--secondary-color);
}

.content-details .comments-title {
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 2px solid var(--border-color);
}

.post-author {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 25px;
}

.post-author .author-img {
  max-width: 66px;
  width: 100%;
  height: 66px;
  border-radius: 50%;
}

.post-author .author-img img {
  width: 100%;
}

.post-author .title {
  margin-bottom: 0;
  font-size: 20px;
}

.post-author .status {
  color: var(--text-color);
  margin-bottom: 0;
}

.post-testi {
  display: inline-flex;
  background-color: var(--body-color);
  padding: 25px 30px;
  border-radius: 10px;
  gap: 20px;
}

.post-testi .testi-avater {
  width: 100%;
  max-width: 60px;
  height: 60px;
}

.post-testi .testi-avater img {
  width: 100%;
}

.post-testi .name {
  font-size: 18px;
  font-family: var(--title-font);
}

.post-testi .text {
  color: var(--text-color);
  margin-bottom: 0;
}

.post-testi .commented-on {
  font-size: 14px;
  color: var(--text-color);
  font-weight: 500;
}

.post-testi .commented-on i {
  color: var(--theme-color);
  margin-right: 5px;
}

.post-testi .star-rating i {
  color: #FFC107;
}

.post-testi .testi-top {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 12px;
}

.star-rating {
  display: inline-flex;
  align-items: center;
  gap: 1px;
}

.vs-comment-form2 {
  background-color: var(--body-color);
  padding: 30px;
  border-radius: 10px;
}

.vs-comment-form2 textarea,
.vs-comment-form2 input {
  background-color: var(--white-color);
  border-radius: 10px;
  border: none;
  color: var(--text-color);
}

.vs-comment-form2 textarea:focus,
.vs-comment-form2 input:focus {
  color: var(--text-color);
  background-color: var(--white-color);
}

.vs-comment-form2 textarea::placeholder,
.vs-comment-form2 input::placeholder {
  color: var(--text-color);
}

.vs-comment-form2 .form-group {
  margin-bottom: 20px;
}

.vs-comment-form2 .rating {
  display: inline-flex;
  gap: 20px;
  margin-top: 15px;
  margin-bottom: 25px;
}

.vs-comment-form2 .rating span {
  font-size: 18px;
  font-weight: 600;
  font-family: var(--title-font);
}

.vs-comment-form2 .rating i {
  font-size: 15px;
  color: #FFC107;
}

.file-upload {
  margin-bottom: 10px;
}

.file-upload .btn-upload {
  border: none;
  display: inline-flex;
  align-items: center;
  background-color: transparent;
  gap: 30px;
}

.file-upload .btn-upload .text {
  color: var(--title-color);
  display: inline-block;
}

.file-upload .vs-btn {
  text-transform: capitalize;
  background-color: var(--secondary-color);
  font-size: 16px;
  font-weight: 500;
  font-family: var(--body-font);
  padding: 12px 18px;
  display: block;
}

.file-upload .vs-btn::after,
.file-upload .vs-btn::before {
  background: var(--theme-color);
}

.offer-counter {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 0;
}

.offer-counter li {
  padding: 12px;
  background-color: #F8DFCB;
  border-radius: 5px;
  text-align: center;
  width: 60px;
  height: 60px;
}

.offer-counter .count-number {
  color: var(--theme-color);
  font-size: 18px;
  font-family: var(--title-font);
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 5px;
}

.offer-counter .count-name {
  color: var(--theme-color);
  font-size: 12px;
  font-weight: 500;
  line-height: 100%;
  display: block;
}

/* Medium devices */
@media (max-width: 991px) {
  .rating-area {
    display: block;
  }

  .rating-area .rating-left {
    margin-bottom: 20px;
  }

  .content-details {
    padding: 80px 0 60px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .post-testi {
    display: block;
    padding: 25px 10px;
  }

  .post-testi .star-rating {
    display: block;
  }

  .post-testi .testi-top {
    display: block;
  }

  .post-testi .commented-on:not(:last-child) {
    margin-right: 5px;
  }

  .post-testi .testi-avater {
    margin-bottom: 15px;
  }

  .vs-comment-form2 {
    padding: 20px 15px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .vs-details {
    padding: 34px 15px 30px 15px;
  }

  .vs-details .rating-right {
    padding: 30px 15px;
  }

  .vs-details .rating-right ul li {
    gap: 10px;
  }

  .file-upload .btn-upload {
    gap: 10px;
  }

  .offer-counter li {
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 399px) {
  .details-info {
    display: block;
  }

  .details-info .details-icon {
    margin-bottom: 20px;
  }

  .file-upload .btn-upload {
    display: block;
    width: 100%;
  }

  .file-upload .btn-upload .text {
    margin-bottom: 10px;
  }

  .vs-comment-form2 {
    text-align: center;
  }

  .custom-table td {
    font-size: 12px;
  }
}

/*------------------- 4.29. faq  -------------------*/
.accordion-item:last-of-type .accordion-button.collapsed,
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-width: 1px;
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.accordion-style1 .accordion-item {
  margin: 0 0 20px 0;
  background-color: var(--body-color);
  border-radius: 30px;
  overflow: hidden;
}

.accordion-style1 .accordion-item .accordion-button {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.accordion-style1 .accordion-item:last-child {
  margin-bottom: 0;
}

.accordion-style1 .accordion-collapse {
  border: none;
}

.accordion-style1 .accordion-button {
  border: none;
  padding: 0 5px 0 30px;
  font-size: 22px;
  font-weight: 600;
  font-family: var(--title-font);
  color: var(--theme-color);
  text-align: left;
  gap: 10px;
  height: 60px;
  border: 1px solid var(--border-color);
  border-radius: 30px;
}

.accordion-style1 .accordion-button:not(.collapsed) {
  color: var(--white-color);
  background-color: var(--theme-color);
  border-right: 1px solid var(--theme-color);
  border-left: 1px solid var(--theme-color);
  border-bottom: 1px solid var(--theme-color);
  border-radius: 0;
}

.accordion-style1 .accordion-button:not(.collapsed):after {
  transform: rotate(0);
  content: "\f068";
  background-color: var(--theme-color2);
  color: var(--theme-color);
}

.accordion-style1 .accordion-button.collapsed {
  color: var(--title-color);
}

.accordion-style1 .accordion-button:after {
  content: "\f067";
  font-family: var(--icon-font);
  font-weight: 900;
  border: none;
  width: 20px;
  height: 20px;
  background-image: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--theme-color);
  color: var(--white-color);
  font-size: 14px;
  border-radius: 50%;
  right: 25px;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.accordion-style1 .accordion-button:focus {
  box-shadow: none;
}

.accordion-style1 .accordion-body {
  padding: 20px 60px 23px 30px;
  font-size: 14px;
  background-color: #FDE8E8;
  display: inline-flex;
  align-items: center;
  gap: 20px;
  width: 100%;
  border-right: 1px solid var(--theme-color);
  border-left: 1px solid var(--theme-color);
  border-bottom: 1px solid var(--theme-color);
  border-radius: 0 0px 30px 30px;
}

.accordion-style1 .accordion-body .item-img {
  width: 100%;
  height: 90px;
  max-width: 90px;
}

.accordion-style1 .accordion-body .title {
  font-size: 18px;
}

.accordion-style1 .accordion-body p {
  color: var(--text-color);
  font-size: 16px;
  margin-bottom: 0;
}

.accordion-style1 .accordion-body p:last-child {
  margin-bottom: 0;
}

.accordion-style1 .item-details .title {
  margin-bottom: 0;
}

.accordion-header {
  border-radius: 30px;
}

/* Hight Resoulation devices */
@media (min-width: 1921px) {
  .faq-shape1 {
    max-width: 60%;
  }

  .faq-shape2 {
    max-width: 49%;
  }
}

/* Extra large devices */
@media (max-width: 1500px) {
  .faq-wrap1 {
    padding-top: var(--section-space, 120px);
    padding-bottom: calc(var(--section-space, 120px) - 30px);
  }

  .faq-shape2 {
    max-height: initial;
    bottom: 0;
    display: none;
  }

  .faq-shape1 {
    max-width: 70%;
    top: 0;
  }
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .faq-wrap1 {
    padding-top: var(--section-space, 120px);
  }

  .faq-shape2 {
    max-height: initial;
    bottom: 0;
    display: none;
  }

  .faq-shape1 {
    max-width: 70%;
    top: 0;
  }

  .accordion-style1 .accordion-button {
    font-size: 18px;
  }

  .accordion-style1 .accordion-body {
    font-size: 14px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .accordion-style1 {
    height: auto;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .faq-wrap1 {
    padding-top: var(--section-space-mobile, 80px);
    padding-bottom: calc(var(--section-space-mobile, 80px) - 30px);
  }

  .faq-shape1 {
    max-width: 100%;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .accordion-style1 .accordion-body {
    display: block;
    padding: 30px;
  }

  .accordion-style1 .accordion-body .item-img {
    margin-bottom: 20px;
  }
}

/*------------------- 4.29. work  -------------------*/
.work-style1 {
  background-color: var(--white-color);
  padding: 20px;
  border-radius: 10px;
  position: relative;
  transition: all 0.5s ease;
}

.work-style1 .work-title {
  color: var(--title-color);
  font-size: 24px;
  margin-bottom: 10px;
  transition: all 0.5s ease;
}

.work-style1 .work-text {
  color: var(--text-color);
  margin-bottom: 0;
  transition: all 0.5s ease;
}

.work-style1 .work-number {
  font-family: var(--title-font);
  font-size: 48px;
  position: absolute;
  right: 30px;
  top: 30px;
  color: transparent;
  -webkit-text-stroke: 2px #ccc;
  font-weight: 600;
  display: block;
}

.work-style1 .work-icon {
  margin-bottom: 15px;
}

.work-style1 .work-icon .icon {
  max-width: 70px;
}

.work-style1:hover {
  background-color: var(--secondary-color);
}

.work-style1:hover .work-title {
  color: var(--white-color);
}

.work-style1:hover .work-text {
  color: var(--white-color);
}

.work-layout1 .slick-dots {
  margin-bottom: 0;
  justify-content: center;
}

/*=================================
    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;
}

/*-- 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;
}

/*-- 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;
}

/*-- 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;
}

/*-- 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;
}

/*-- 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;
}

/*-- 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;
}

/*-- 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;
}

/*-- 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;
}

/*-- 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;
}

/*-- 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;
}

/*-- 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;
}

.mt-n1 {
  margin-top: -0.3125em;
}

.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-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-35 {
  margin-bottom: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.space,
.space-top {
  padding-top: var(--section-space);
}

.space,
.space-bottom {
  padding-bottom: var(--section-space);
}

.space-extra,
.space-extra-top {
  padding-top: calc(var(--section-space) - 30px);
}

.space-extra,
.space-extra-bottom {
  padding-bottom: calc(var(--section-space) - 30px);
}

.custom-space-bottom {
  padding-bottom: 145px;
}

.cat-section {
  padding-top: var(--section-space) !important;
  padding-bottom: var(--section-space) !important;
}

/* Medium devices */
@media (max-width: 991px) {

  .space,
  .space-top {
    padding-top: var(--section-space-mobile);
  }

  .space,
  .space-bottom {
    padding-bottom: var(--section-space-mobile);
  }

  .space-extra,
  .space-extra-top {
    padding-top: calc(var(--section-space-mobile) - 30px);
  }

  .space-extra,
  .space-extra-bottom {
    padding-bottom: calc(var(--section-space-mobile) - 30px);
  }

  .space-top-md-none {
    padding-top: 0;
  }
}

/*=================================
    06. Color Plate
==================================*/
/* Color Plate */
.vs-color-plate {
  position: fixed;
  display: block;
  z-index: 91;
  padding: 20px;
  width: 240px;
  background: #fff;
  left: 0;
  text-align: left;
  top: 30%;
  transition: all 0.4s ease;
  box-shadow: -3px 0px 10px -2px rgba(0, 0, 0, 0.1);
  direction: ltr;
  transform: translateX(-100%);
}

.vs-color-plate.open {
  transform: translateX(0);
}

.vs-color-plate .color-plate-icon {
  position: absolute;
  right: -48px;
  width: 48px;
  height: 45px;
  line-height: 45px;
  font-size: 21px;
  border-radius: 0 5px 5px 0;
  text-align: center;
  color: var(--white-color);
  top: 0;
  cursor: pointer;
  border: none;
  padding: 0;
  box-shadow: -4px 0px 5px rgba(0, 0, 0, 0.2117647059);
  background-color: var(--theme-color);
}

.vs-color-plate h4 {
  display: block;
  font-size: 18px;
  margin-bottom: 0px;
  font-weight: 500;
}

.vs-color-plate p {
  font-size: 12px;
  margin-bottom: 15px;
  line-height: 20px;
}

.vs-color-plate .reset-btn {
  border: none;
  padding: 0;
  height: 20px;
  font-size: 14px;
  text-transform: capitalize;
  color: var(--title-color);
  background-color: var(--smoke-color);
  width: 100%;
  height: 40px;
}

.vs-color-plate .reset-btn:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}

.vs-color-plate input[type=color] {
  border: none;
  padding: 0;
}

.default-color-btn {
  border: none;
  background-color: #000;
  color: var(--white-color);
  font-weight: 400;
  font-family: var(--body-font);
  text-align: center;
  width: 100%;
  font-size: 14px;
  margin: 0 0 10px 0;
  padding: 5px 0;
}


/* ── Hero Full Screen Fix ── */
/* Hero Section */
.vs-hero.hero-layout1 {
  min-height: 500px;
  position: relative;
}

/* Each Slide */
.hero-item {
  min-height: 500px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  position: relative;
}

/* Overlay per slide */
.hero-item::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgb(255 255 255 / 85%) 0%, rgb(15 18 20 / 60%) 30%, rgb(0 0 0 / 55%) 55%, rgb(255 255 255 / 50%) 89%, rgb(165 116 82 / 75%) 50%);
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 2;
  color: #fff;
}

/* Arrows */
.hero-prev,
.hero-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 45px;
  height: 45px;
  border-radius: 47% 53% 47% 53% / 52% 54% 46% 48%;
  border: none;
  background: #fff;
  cursor: pointer;
}

.hero-prev {
  left: 20px;
}

.hero-next {
  right: 20px;
}

.hero-prev:hover,
.hero-next:hover {
  background: #ea7c2b;
  color: #fff;
}

/* ── Mobile Responsive ── */
@media (max-width: 768px) {
  .listing-style1 .listing-select {
    flex-direction: column;
    gap: 16px;
  }

  .listing-style1 .select-box {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #e8e8e8;
    padding-right: 0;
    padding-bottom: 16px;
  }

  .listing-style1 .select-box:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }

  .listing-style1 .listing-body {
    padding: 24px 20px;
    border-radius: 12px;
  }
}


/* animatd color in hero section */

/* Default (large screens) */
.text-highlight {
  margin-left: 20px;
}

/* Small screens → remove space */
@media (max-width: 768px) {
  .text-highlight {
    margin-left: 0;
  }
}

/* ── Blue Mountain Sunset Shade - Matching Your Image ── */
/* ── Static Brand Color Overlay ── */
/* .vs-hero.hero-layout1::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg,
      rgba(72, 141, 190, 0.85) 0%,
      rgba(15, 75, 118, 0.6) 30%,
      rgba(0, 0, 0, 0.55) 55%,
      rgba(234, 95, 1, 0.50) 80%,
      rgba(148, 87, 46, 0.75) 50%);
  z-index: 1;
  pointer-events: none;
} */

/* ── Text Shadows ── */
.vs-hero .hero-title {
  text-shadow: 0 2px 16px rgba(33, 85, 123, 0.7);
  font-size: 44px;
  white-space: normal;
  word-break: normal;
  letter-spacing: -0.5px;
}

.vs-hero .hero-subtitle {
  text-shadow: 0 1px 10px rgba(234, 95, 1, 0.60);
}

.vs-hero .hero-text {
  font-size: 20px;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.65);
  max-width: 780px;
}

/* ── Content Above Overlay ── */
.vs-hero.hero-layout1 .position-relative {
  position: relative;
  top: 90px;

  z-index: 2;
}

.vs-hero.hero-layout1 .listing-style1 {
  position: relative;
  top: -419px;

  z-index: 2;

}

/* account hover */

.account-dropdown {
  position: relative;
}

/* Hide by default */
.account-dropdown .dropdown-menu {
  display: block;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.25s ease;
  margin-top: 10px;
}

/* Show on hover */
.account-dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Fix position */
.account-dropdown .dropdown-menu {
  top: 100%;
  right: -15px;
  border-radius: 10px;
  padding: 10px 0;
  min-width: 180px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.7);
  border: none;
}

/* Item styling */
.dropdown-item {
  padding: 10px 20px;
  transition: 0.3s;
}

.dropdown-item:hover {
  background: #ff5e14;
  color: #fff;
}

/* Optional: remove arrow */
.account-dropdown .dropdown-toggle::after {
  display: none;
}


/* category */


/* =============================================
   Most Popular Cities — Category Grid
   style.css
   Theme Color: #e86c2c (Orange)
   ============================================= */
/* ============================================
   ROOT COLORS (YOUR THEME)
   ============================================ */
:root {
  --theme-color: #074c7d;
  /* Blue */
  --secondary-color: #ea5f01;
  /* Orange */
}

/* ============================================
   SECTION (NO CHANGE TO BODY)
   ============================================ */
.cat-section {
  padding: 70px 40px;
  max-width: 1280px;
  margin: 0 auto;
}

/* ============================================
   HEADER (UNCHANGED STRUCTURE)
   ============================================ */
.sec-header {
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 44px;
  gap: 24px;
  flex-wrap: wrap;
}

.sec-left {
  flex: 1;
}

.sec-label {
  text-transform: uppercase;
  color: var(--theme-color);
  font-family: var(--title-font);
  font-size: 18px;
  font-weight: 500;
  margin: -0.25em 0 17px 0;
  position: relative;
  display: inline-flex;
  align-items: center;
  line-height: 100%;
  gap: 8px;
  letter-spacing: 0.03em;
}

.sec-title {
  font-size: 33px;
  font-weight: 600;
  color: #14142b;
}

.sec-desc {
  flex: 0 0 360px;
  font-size: 15px;
  color: #666;
}

/* ============================================
   GRID
   ============================================ */
.cat-grid {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  gap: 15px;
}

/* ============================================
   CARD
   ============================================ */
.cat-card {
  position: relative;
  height: 150px;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  background: #0b1e34;
  border-top: 2px solid var(--theme-color);
  border-right: 2px solid var(--theme-color);
  border-bottom: 2px solid var(--secondary-color);
  border-left: 2px solid var(--secondary-color);
  transition: 0.35s;
  
}

.cat-card:hover {
  transform: translateY(-8px) scale(1.03);
  box-shadow: 0 22px 52px rgba(234, 95, 1, 0.30);
  border-color: var(--secondary-color);
}

/* ============================================
   LISTING BADGE
   ============================================ */
.listing-pill {
  position: absolute;
  top: 14px;
  left: 14px;
  background: var(--theme-color);
  color: #fff;
  font-size: 11px;
  padding: 5px 13px;
  border-radius: 20px;
}

/* ============================================
   IMAGE + OVERLAY
   ============================================ */
.card-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: 0.4s;
}

.cat-card:hover .card-img {
  opacity: 1;
}

.card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
      rgba(234, 121, 8, 0.2) 10%,
      rgba(50, 111, 155, 0.9) 80%);
  opacity: 0;
  transition: 0.4s;
}

.cat-card:hover .card-overlay {
  opacity: 1;
}

/* ============================================
   DEFAULT CONTENT
   ============================================ */
.card-default {
  position: absolute;
  inset: 0;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  gap: 12px;

  z-index: 2;

  background: linear-gradient(
    135deg,
    #fff3ed 0%,
    #f6f0e8 40%,
    #dfe9f6 100%
  );

  transition: 0.35s;
}

.cat-card:hover .card-default {
  opacity: 0;
}

/* ICON */
.card-icon {
  width: 65px;
  height: 65px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(191 228 255 / 20%);
  border: 1.5px solid rgba(44, 111, 159, 0.4);
  transition: 0.3s;
}

.cat-card:hover .card-icon {
  background: rgba(234, 95, 1, 0.25);
  border-color: var(--secondary-color);
}

/* TEXT */
.card-default-title {
  padding: 0px 5px;
  font-size: 14px;
  color: var(--theme-color);
  font-weight: 700;
  text-align: center;
}

.card-default-count {
  font-size: 12px;
  color: #ddd;
  background: rgba(7, 76, 125, 0.18);
  padding: 4px 12px;
  border-radius: 20px;
}

/* ============================================
   HOVER CONTENT
   ============================================ */

.card-hover {
  position: absolute;
  bottom: 0;
  padding: 10px 20px;
  z-index: 3;
  opacity: 0;
  /* transform: translateY(10px); */
  transform: scale(1, 3);
  transition: 0.3s;
}

.cat-card:hover .card-hover {
  opacity: 1;
  transform: translateY(0);

}

/* BADGE */
.hover-badge {
  background: var(--secondary-color);
  color: #fff;
  font-size: 11px;
  padding: 4px 10px;
  border-radius: 20px;
  display: inline-block;
  margin: 8px 0;

}



/* TITLE */
.hover-title {
  color: #fff;
  font-size: 18px;
  font-weight: 800;
}

/* DESC */
.hover-desc {
  color: #ddd;
  font-size: 12px;
}

/* BUTTON */
.hover-btn {
  font-size: 12px;
  background: var(--secondary-color);
  color: #fff;
  padding: 2px 2px;
  border-radius: 20px;
  text-decoration: none;
  display: inline-block;
}

.hover-btn:hover {
  background: var(--secondary-color);
}


@media (max-width: 900px) {
  .cat-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 567px) {
  .cat-grid {
    grid-template-columns: 1fr;
  }

  .hover-btn {
    font-size: 16px;
    background: var(--secondary-color);
    color: #fff;
    padding: 0px 30px;
    border-radius: 20px;
    text-decoration: none;
    display: inline-block;
  }

  .card-hover {
    position: absolute;
    bottom: 0;
    padding: 60px 110px;
  }

}


/* search postion */


.search-horizontal {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #fff;
  padding: 16px;
  border-radius: 12px;
  /* box-shadow: 0 8px 25px rgba(0,0,0,0.08); */
  flex-wrap: wrap;
  max-width: 1100px;
  /*  control width (adjust if needed) */
  margin: 0 auto;

}

/* EACH FIELD */
.search-horizontal .form-group {
  flex: 1;
  min-width: 220px;
  display: flex;
  flex-direction: column;
}

/* LABEL */
.search-horizontal label {
  margin-bottom: 4px;
}

/* INPUT AREA */
.search-horizontal .input-area {
  position: relative;
}

/* ICON */
.search-horizontal .input-area i {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
}

/* INPUT */
.search-horizontal input,
.search-horizontal select {
  width: 100%;
  height: 44px;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 0 10px 0 34px;
  font-size: 14px;
  transition: 0.3s;
}

/* SELECT FIX */
.search-horizontal select {
  padding-left: 10px;
}

/* FOCUS */
.search-horizontal input:focus,
.search-horizontal select:focus {
  border-color: var(--theme-color);
  outline: none;
  box-shadow: 0 0 0 2px rgba(7, 76, 125, 0.15);
}

/* BUTTON */
.search-horizontal .btn-group {
  flex: 0 0 auto;
}

.search-horizontal .vs-btn {
  height: 44px;
  padding: 0 24px;
  background: var(--theme-color);
  color: #fff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

/* HOVER */
.search-horizontal .vs-btn:hover {
  background: var(--secondary-color);
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 768px) {
  .search-horizontal {
    flex-direction: column;
    align-items: stretch;
  }

  .search-horizontal .form-group {
    width: 100%;
  }

  .search-horizontal .vs-btn {
    width: 100%;
  }
}

/* ============================================
   INPUT FIELD CLEAN FIX (WHAT + WHERE)
   ============================================ */

/* INPUT AREA */
.search-horizontal .input-area {
  position: relative;
}

/* ICON POSITION */
.search-horizontal .input-area i {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
  pointer-events: none;
}

/* INPUT FIELD */
/* INPUT TEXT FIX */
.search-horizontal .input-area input {
  width: 100%;
  height: 44px;
  padding-left: 38px;
  border: 1px solid #ddd;
  border-radius: 8px;
  outline: none;
  transition: 0.3s;

  color: #222;
  /*  IMPORTANT: text visible */
}

/* PLACEHOLDER */
.search-horizontal .input-area input::placeholder {
  color: #aaa;
}

/* FOCUS */
.search-horizontal .input-area input:focus {
  border-color: var(--theme-color);
  box-shadow: 0 0 0 2px rgba(7, 76, 125, 0.15);
  color: var(--white-color);
}

/* ============================================
   SELECT (MATCH INPUT STYLE)
   ============================================ */
.search-horizontal select {
  height: 44px;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 0 10px;
  background: #fff;
  outline: none;
}

/* FOCUS */
.search-horizontal select:focus {
  border-color: var(--theme-color);
  box-shadow: 0 0 0 2px rgba(7, 76, 125, 0.15);
}














/* jobs section css */

/* ── Jobs Section ── */
/* ── Jobs Section ── */
.jbs-section {

  background: #f0f4f9;
  padding: 80px 20px;
}

.jbs-wrap {
  max-width: 1140px;
  margin: 0 auto;
}

/* Title */
.jbs-head {
  text-align: center;
  margin-bottom: 40px;
}

.jbs-sub {
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  color: #185FA5;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin-bottom: 8px;
}

.jbs-title {
  font-size: 33px !important;
  font-weight: 600 !important;
  color: #0f172a;
  margin: 0;
}

/* Stats Bar */
.jbs-stats {
  display: flex;
  gap: 16px;
  margin-bottom: 40px;
  flex-wrap: wrap;
  background: #185FA5;
  border-radius: 16px;
  padding: 24px 20px;
}

.jbs-stat {
  flex: 1;
  min-width: 140px;
  text-align: center;
  padding: 10px 16px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.jbs-stat:last-child {
  border-right: none;
}

.jbs-stat-num {
  font-size: 26px;
  font-weight: 700;
  color: #f9b646;
}

.jbs-stat-lbl {
  font-size: 12px;
  color: rgba(255, 255, 255);
  margin-top: 4px;
}

/* Grid */
.jbs-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 18px;
}

/* Card */
.jbs-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.jbs-card:hover {
  border-color: #185FA5;
  box-shadow: 0 6px 24px rgba(24, 95, 165, 0.10);
}

/* Icon */
.jbs-icon {
  width: 56px;
  height: 56px;
  background: #f1f5f9;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.jbs-icon img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

/* Pill Badge */
.jbs-pill {
  position: absolute;
  top: 95px;
  right: 15px;
  font-size: 11px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 20px;
  line-height: 1.6;
}

.jbs-pill-hire {
  background: #dcfce7;
  color: #166534;
}

.jbs-pill-urgent {
  background: #fee2e2;
  color: #991b1b;
}

/* Text */
.jbs-name {
  font-size: 14px;
  font-weight: 600;
  color: #eb7d28;
  margin: 0;
  margin-top: 6px;
}

.jbs-desc {
  font-size: 13px;
  line-height: 1.6;
  flex: 1;
  color: #64748b;
  margin: 0;
}

/* Meta */
.jbs-meta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.jbs-meta-item {
  font-size: 12px;
  color: #ff6f00;
  display: flex;
  align-items: center;
  gap: 5px;
}

/* Button */
.jbs-btn {
  display: block;
  text-align: center;
  padding: 10px 0;
  border-radius: 30px;
  text-decoration: none;
  margin-top: 10px;
  font-size: 13px;
  font-weight: 500;
  color: #185FA5;
  border: 1.5px solid #185FA5;
  background: transparent;
  transition: background 0.2s, color 0.2s;
}

.jbs-btn:hover {
  background: #185FA5;
  color: #ffffff;
}

/* Responsive */
@media (max-width: 768px) {
  .jbs-stats {
    flex-direction: column;
    gap: 0;
  }

  .jbs-stat {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 14px 16px;
  }

  .jbs-stat:last-child {
    border-bottom: none;
  }

  .jbs-title {
    font-size: 24px;
  }


}

@media (max-width: 420px) {
  .jbs-grid {
    grid-template-columns: 1fr;
  }
}

/* tesmonial  */
.tes-sec-subtitle {
  text-transform: uppercase;
  color: var(--white-color);
  font-family: var(--title-font);
  font-size: 18px;
  font-weight: 500;
  margin: -0.25em 0 17px 0;
  position: relative;
  display: inline-flex;
  align-items: center;
  line-height: 100%;
  gap: 8px;
  letter-spacing: 0.03em;
}

/* phone/whatsapp in top nav */

.contact-info {
  list-style: none;
  display: flex;
  gap: 10px;
  align-items: center;
}

.contact-item {

  align-items: center;
  gap: 3px;
}

.contact-item i {
  font-size: 14px;
  margin-right: 2px;
}

.contact-item a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

.contact-item i.fa-whatsapp {
  color: #ffff;
}

.top-container {
  width: 100%;
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 15px;
}

/* Tablet */
@media (max-width: 991px) {
  .top-container {
    max-width: 100%;
    padding: 0 20px;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .top-container {
    padding: 0 15px;
  }

  .vs-hero.hero-layout1 .position-relative {
    display: none;
  }

  .vs-hero.hero-layout1 {
    min-height: 350px !important;
  }

  .jbs-grid {
    grid-template-columns: 1fr;
  }


  /* top phone and whatsapp number style */
  /* =========================================
   MOBILE CONTACT STYLE
========================================= */
@media (max-width: 768px){

  .contact-info{

    position: relative;

    top: 5px;

    display: flex;

    flex-direction: column;

    align-items: flex-start;

    gap: 2px;

    margin-top: 5px;
  }

  .contact-item{

    display: flex;

    align-items: center;

    gap: 2px;

    width: 100%;
  }

  .contact-item i{

    font-size: 13px;

    color: white;

    min-width: 18px;
  }

  .contact-item a{

    font-size: 13px;

    color: #fff;

    text-decoration: none;

    line-height: 1.5;
  }
}
/* end  */
  .vs-hero.hero-layout1 .listing-style1 {
    position: relative;
    top: 0px;
    z-index: 2;
    padding: 20px 20px;
  }

  .hero-layout1 {
    background: var(--theme-color);
    position: relative;
    z-index: 1;
  }

}

@media (min-width: 576px) and (max-width: 991px) {
  .vs-hero.hero-layout1 {
    min-height: 350px !important;
  }

  .hero-layout1 {
    background: var(--theme-color);
    position: relative;
    z-index: 1;
  }

  .vs-hero.hero-layout1 .position-relative {
    display: none;
  }

  .vs-hero.hero-layout1 .listing-style1 {
    position: relative;
    top: 0px;
    z-index: 2;
    padding: 20px 20px;
  }
}


/* services section  css */
.svc-section {
  background: #f0f4f9;
  padding: 60px 0px;
}

.svc-header {
  text-align: center;
  margin-bottom: 2.5rem;
}

.svc-header h2 {
  font-size: 28px !important;
  font-weight: 600;
  color: #111;
  margin-bottom: 8px;
  letter-spacing: -0.4px;
}

.svc-header p {
  font-size: 15px;
  color: #666;
}

.svc-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  padding: 0px 15px;
  gap: 18px;
  max-width: 1200px;
  margin: 0 auto;
}

.svc-card {
  background: #fff;
  border: 2px solid #ea6b10;
  border-radius: 16px;
  padding: 1.5rem 1.25rem 1.25rem;
  /* cursor: pointer; */
  position: relative;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1),
    border-color 0.25s, box-shadow 0.25s;
  animation: cardFadeUp 0.5s ease both;
}

.svc-card:hover {
  transform: translateY(-6px) scale(1.01);
  border-color: #ccc;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
  border-bottom: 4px solid var(--theme-color);
}

/* Colored top bar animation */
.svc-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  border-radius: 16px 16px 0 0;
  transform: scaleX(0);
  transition: transform 0.3s ease;
  transform-origin: left;
}

.svc-card:hover::before {
  transform: scaleX(1);
}

.svc-card.c1::before {
  background: #7F77DD;
}

.svc-card.c2::before {
  background: #1D9E75;
}

.svc-card.c3::before {
  background: #D85A30;
}

.svc-card.c4::before {
  background: #D4537E;
}

.svc-card.c5::before {

  background: #ea6b10;
}

/* Icon wrapper */
.svc-icon-wrap {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.svc-card:hover .svc-icon-wrap {
  transform: rotate(-8deg) scale(1.12);
}

.svc-icon-wrap svg {
  width: 24px;
  height: 24px;
}

/* Per-card color themes */
.svc-card.c1 .svc-icon-wrap {
  background: #EEEDFE;
}

.svc-card.c1 .svc-icon-wrap svg {
  stroke: #534AB7;
}

.svc-card.c2 .svc-icon-wrap {
  background: #E1F5EE;
}

.svc-card.c2 .svc-icon-wrap svg {
  stroke: #0F6E56;
}

.svc-card.c3 .svc-icon-wrap {
  background: #FAECE7;
}

.svc-card.c3 .svc-icon-wrap svg {
  stroke: #993C1D;
}

.svc-card.c4 .svc-icon-wrap {
  background: #FBEAF0;
}

.svc-card.c4 .svc-icon-wrap svg {
  stroke: #993556;
}

.svc-card.c5 .svc-icon-wrap {
  background: #E6F1FB;
}

.svc-card.c5 .svc-icon-wrap svg {
  stroke: #185FA5;
}

.svc-card-title {
  font-size: 15px;
  font-weight: 600;
  color: #ea6b10;
  margin-bottom: 5px;
}

.svc-card-desc {
  font-size: 13px;
  color: #666;
  margin-bottom: 1rem;
  line-height: 1.6;
}

/* Badge */
.svc-badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  padding: 3px 10px;
  border-radius: 20px;
}

.svc-card.c1 .svc-badge {
  background: #EEEDFE;
  color: #3C3489;
}

.svc-card.c2 .svc-badge {
  background: #E1F5EE;
  color: #085041;
}

.svc-card.c3 .svc-badge {
  background: #FAECE7;
  color: #712B13;
}

.svc-card.c4 .svc-badge {
  background: #FBEAF0;
  color: #72243E;
}

.svc-card.c5 .svc-badge {
  background: #E6F1FB;
  color: #0C447C;
}

/* Hover arrow */
.svc-arrow {
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #074c7d;
  border: 1px solid #e5e5e5;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateX(-6px);
  transition: opacity 0.2s, transform 0.25s;
}

.svc-card:hover .svc-arrow {
  opacity: 1;
  transform: translateX(0);
}

.svc-arrow svg {
  width: 13px;
  height: 13px;
  stroke: #fff;
}

/* Mini tags */
.svc-pill-tag {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin-top: 10px;
}

.svc-mini-tag {
  font-size: 10px;
  padding: 4px 8px;
  border-radius: 20px;
  border: 1px solid #939393;
  color: #000000;
}

/* Staggered fade-up animation */
@keyframes cardFadeUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.svc-card:nth-child(1) {
  animation-delay: 0.05s;
}

.svc-card:nth-child(2) {
  animation-delay: 0.12s;
}

.svc-card:nth-child(3) {
  animation-delay: 0.19s;
}

.svc-card:nth-child(4) {
  animation-delay: 0.26s;
}

.svc-card:nth-child(5) {
  animation-delay: 0.33s;
}

@media (max-width: 480px) {
  .svc-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 320px) {
  .svc-grid {
    grid-template-columns: 1fr;
  }
}

a.viewall-btn{
  display:flex;
  justify-content:center;
  align-items:center;

  width:180px;

  margin:25px auto;

  padding:13px 36px;

  background:#f9b84d;

  border-radius:50px;

  color:#fff;

  font-size:18px;
  font-weight:600;

  text-decoration:none;

  transition:0.3s ease;

  box-shadow:0 8px 20px rgba(249,184,77,0.25);
}


a.viewall-btn:hover {
  background: #074c7d;
  color: #fff;
}


/*jobd hiring and urgent wave */

/* Colors only different */
.jbs-pill-hire {
  background: #28a745;
  color: #fff;
}

.jbs-pill-urgent {
  background: #dc3545;
  color: #fff;
}

/* SAME wave animation for both */
.jbs-pill::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 200%;
  height: 100%;
  background: linear-gradient(120deg,
      transparent,
      rgba(255, 255, 255, 0.6),
      transparent);
  animation: waveMove 2s infinite;
}

/* Animation */
@keyframes waveMove {
  0% {
    left: -100%;
  }

  100% {
    left: 100%;
  }
}

/*footer social media */
.footer-social-media {
  display: flex;

  align-items: center;
  gap: 18px;

}

.footer-social-media a i {
  font-size: 25px;
  color: #074c7d;
}

.footer-social-media a :hover {
  color: #ea6e12;
  border-radius: 50px;
}

/* listing pages button */
.btn-book {
  display: flex;
  justify-content: center;
  align-items: center;
}

.card-default:hover {
  transform: scale(2.5) !important;
}

/*news headlines */

.news-ticker {
  width: 100%;
  overflow: hidden;
  background: #074c7d;
  color: #fff;
  padding: 17px 0;
  position: relative;
}

.news-track:hover {
  animation-play-state: paused;
  cursor: pointer;
}

.news-track {
  display: inline-block;
  white-space: nowrap;
  animation: scroll-left 30s linear infinite;
}

.news-track span {
  display: inline-block;
  margin-right: 50px;
  font-size: 16px;
}

/* Animation */
@keyframes scroll-left {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }
}

.diamond {
  width: 50px;
  height: 50px;
  background: var(--theme-color);
  transform: rotate(45deg);
  border-radius: 3px;
  animation: blink 1s infinite;
}

.diamond i {
  color: #fff;
  transform: rotate(140deg);
}


/* =========================
   CARD CONTAINER
========================= */
.vs-listing.listing-style2 {
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(35, 90, 146, 0.35) 0px -2px 6px 0px inset;
  ;
  transition: all 0.4s ease;
  position: relative;
}

/* Hover Effect */
.vs-listing.listing-style2:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

/* =========================
   IMAGE SECTION
========================= */
.vs-listing.listing-style2 .listing-img {
  position: relative;
  overflow: hidden;
}

.vs-listing.listing-style2 .listing-img img {
  width: 100%;
  display: block;
  transition: transform 0.5s ease;
}

/* Image Zoom on Hover */
.vs-listing.listing-style2:hover .listing-img img {
  transform: scale(1.1);
}

/* Gradient Overlay */
.vs-listing.listing-style2 .listing-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
  opacity: 0;
  transition: 0.4s;
}

.vs-listing.listing-style2:hover .listing-img::after {
  opacity: 1;
}

/* =========================
   FLOATING CATEGORY BADGE
========================= */
.vs-listing.listing-style2 .tags {
  position: absolute;
  top: 15px;
  left: 15px;
  background: linear-gradient(-27deg, #2383cb, #ff6b00);
  color: #fff;
  padding: 6px 14px;
  font-size: 12px;
  font-weight: 500;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  z-index: 2;
  transition: 0.3s;
}

/* Badge Hover */
.vs-listing.listing-style2:hover .tags {
  transform: scale(1.08);
}

/* Badge Icon */
.vs-listing.listing-style2 .tags img {
  width: 14px;
  height: 14px;
}

/* =========================
   CONTENT AREA
========================= */
.vs-listing.listing-style2 .listing-content {
  padding: 10px;
}

/* Title */
.vs-listing.listing-style2 .listing-title a {
  font-size: 18px;
  font-weight: 600;
  color: #e96b0d;
  text-decoration: none;
  transition: 0.3s;
}

.vs-listing.listing-style2 .listing-title a:hover {
  color: #ff4d4d;
}

/* Description */
.vs-listing.listing-style2 .listing-text {
  font-size: 14px;
  color: #777;
  margin-bottom: 15px;
}

/* =========================
   LIST STYLE
========================= */
.vs-listing.listing-style2 .list-style1 ul {
  padding: 0;
  margin: 0;
}

.vs-listing.listing-style2 .list-style1 ul li {
  font-size: 13px;
  color: #555;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

.vs-listing.listing-style2 .list-style1 ul li img {
  width: 14px;
}

/* =========================
   BUTTON
========================= */
.vs-listing.listing-style2 .vs-btn {
  width: 100%;
  border-radius: 8px;
  background: linear-gradient(45deg, #074c7d, #429eca);
  border: none;
  color: #fff;
  padding: 10px;
  text-align: center;
  display: inline-block;
  transition: 0.3s;
}

.vs-listing.listing-style2 .vs-btn:hover {
  background: linear-gradient(45deg, #222, #444);
}

/* =========================
   EXTRA: SMOOTH TRANSITIONS
========================= */
.vs-listing.listing-style2 * {
  transition: all 0.3s ease;
}


.social-media-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* gap: 24px; */
}


/*b2b about*/

.b2b-services-section {
  background-color: #f9f9f9;
  padding: 60px 0px;
}

.b2b-content h2 {
  font-weight: 700;
}

.b2b-heading {
  color: #074c7d;
  text-align: left;
  margin: 20px 0;
  display: inline-block;
  position: relative;
}

.b2b-heading::after {
  content: "";
  display: block;
  height: 4px;
  margin-top: 8px;
  border-radius: 2px;
  background: #ea6e12;
  width: 100%;

  /* wave/curve shape using clip-path */
  clip-path: ellipse(50% 100% at 50% 0%);

  /* animated shrink/grow from left anchor */
  transform-origin: left center;
  animation: lineWave 1.8s ease-in-out infinite;
}

@keyframes lineWave {
  0%   { transform: scaleX(1)    skewX(0deg);   opacity: 1; }
  40%  { transform: scaleX(0.4)  skewX(-8deg);  opacity: 0.85; }
  60%  { transform: scaleX(0.65) skewX(6deg);   opacity: 0.9; }
  80%  { transform: scaleX(0.3)  skewX(-5deg);  opacity: 0.8; }
  100% { transform: scaleX(1)    skewX(0deg);   opacity: 1; }
}

.b2b-content p {
  line-height: 1.7;
  font-size: 16px;
  word-spacing: 2px;
}

.b2b-image {
  display: flex;
  justify-content: center;
  align-items: center;
}

.b2b-image img {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}



section.contact-layout1.space-top {
  padding: 60px 0px;
}

 /* Unique Class Names */
        .fb-wrapper {
            background: #f5f7fb;
            padding: 40px 15px;
        }

        .fb-card {
            background: #074c7d;
            border-radius: 12px;
            padding: 25px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
        }

        .fb-title {
          color: #e76709;
            font-size: 28px;
            font-weight: 700;
            margin-bottom: 20px;
            text-align: center;
        }

        .fb-label {
          color: #ffff;
            font-weight: 600;
            margin-bottom: 5px;
        }

        .fb-input {
            border-radius: 8px;
            padding: 10px;
            border: 1px solid #ddd;
        }

        .fb-textarea {
            border-radius: 8px;
            padding: 10px;
            min-height: 120px;
        }

        .fb-rating {
            display: flex;
            gap: 5px;
            flex-direction: row-reverse;
            justify-content: flex-start;
        }

        .fb-rating input {
            display: none;
        }

        .fb-rating label {
            font-size: 24px;
            color: #ccc;
            cursor: pointer;
        }

        .fb-rating input:checked~label,
        .fb-rating label:hover,
        .fb-rating label:hover~label {
            color: #ffc107;
        }

        .fb-btn {
            background: #0d6efd;
            color: #fff;
            padding: 10px 25px;
            border-radius: 8px;
            border: none;
            font-weight: 600;
            transition: 0.3s;
        }

        .fb-btn:hover {
            background: #084298;
        }

        /* Responsive */
        @media (max-width: 768px) {
            .fb-card {
                padding: 20px;
            }

            .fb-title {
                font-size: 20px;
            }
        }

.logo_news{
  max-width: 220px !important;
  height: auto !important;
}


/* =========================================
   MOVING LINE
========================================= */

.jobs-line {

  position: relative;

  width: 220px;
  height: 4px;

  margin: 12px auto;

  overflow: hidden;
}

/* ANIMATED LINE */

.jobs-line::before {

  content: "";

  position: absolute;

  left: 0;
  top: 0;

  width: 100%;
  height: 100%;

  background: #074c7d;

  border-radius: 50px;

  transform-origin: left;

  animation: lineMove 2s ease-in-out infinite;
}

/* ANIMATION */

@keyframes lineMove {

  0% {

    transform: scaleX(0);

    transform-origin: left;
  }

  50% {

    transform: scaleX(1);

    transform-origin: left;
  }

  51% {

    transform-origin: right;
  }

  100% {

    transform: scaleX(0);

    transform-origin: right;
  }
}

/* =========================================
   CATEGORY LINE ANIMATION
========================================= */

.jobs-line-cat {

  position: relative;

  width: 280px;
  height: 4px;

  margin: 12px auto;

  overflow: hidden;
}

/* ANIMATED LINE */

.jobs-line-cat::before {

  content: "";

  position: absolute;

  left: 0;
  top: 0;

  width: 100%;
  height: 100%;

  background: #074c7d;

  border-radius: 50px;

  transform: scaleX(0);

  transform-origin: left;

  animation: categoryLineMove 2.2s ease-in-out infinite;
}

/* ANIMATION */

@keyframes categoryLineMove {

  0% {

    transform: scaleX(0);

    transform-origin: left;
  }

  50% {

    transform: scaleX(1);

    transform-origin: left;
  }

  51% {

    transform-origin: right;
  }

  100% {

    transform: scaleX(0);

    transform-origin: right;
  }
}










/* hero section */

/* ---------- HERO SHELL ---------- */
.jd-hero {
  position: relative;
  height: 600px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
 
/* ---------- BG SLIDES ---------- */
.jd-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transform: scale(1.07);
  transition: opacity 1.2s ease, transform 7s ease;
  z-index: 0;
}
.jd-bg.active {
  opacity: 1;
  transform: scale(1);
}
 
/* ---------- OVERLAY ---------- */
.jd-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(72,141,190,0.85)  0%,
    rgba(15, 75,118,0.60) 30%,
    rgba(0,  0,  0, 0.52) 55%,
    rgba(234,95,  1,0.50) 80%,
    rgba(148,87, 46,0.72) 100%
  );
  z-index: 1;
}


.jd-bg{
  position:absolute;
  inset:0;
  background-size:cover;
  background-position:center;
  z-index:0;
}
/* ---------- INNER ---------- */
.jd-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 900px;
  padding: 0 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
 
/* ---------- TITLE ---------- */
.jd-title {
  font-size: 36px;   
  font-weight: 700;
  color: #fff;
  margin: 0 0 30px;
  line-height: 1.25;
}
.jd-title span { color: #FF6B1A; }
 
/* ---------- SEARCH BAR (pill — same as screenshot) ---------- */
.jd-bar {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 50px;
  padding: 6px 6px 6px 22px;
  width: 75%;
  max-width: 780px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.30);
  margin-bottom: 52px; 
  gap: 0;
}
 
/* CATEGORY SECTION */


.jd-cat {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  color: #1e3a8a;
  font-weight: 600;
  font-size: 14px;
}
.jd-cat > i:first-child { font-size: 15px; color: #1e3a8a; }

.nice-select .list {
    max-height: 120px !important;
    overflow-y: auto !important;
    overflow-x: hidden;

    border-radius: 10px;
}

/* scrollbar */
.nice-select .list::-webkit-scrollbar {
    width: 6px;
}

.nice-select .list::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 10px;
}
.jd-cat-sel {
  border: none;
  outline: none;
  background: transparent;
  font-size: 14px;
  font-weight: 600;
  color: #1e3a8a;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  max-width: 140px;
}
 
/* SEPARATOR */
.jd-sep {
  display: block;
  width: 2px;
  height: 28px;
  background: #e2e8f0;
  margin: 0 16px;
  flex-shrink: 0;
}
 
/* SERVICE INPUT WRAP */
.jd-svc {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
}
.jd-svc-inp {
  width: 100%;
  border: none;
  outline: none;
  background: transparent;
  font-size: 15px;
  color: #111827;
  padding: 8px 4px;
}
.jd-svc-inp::placeholder { color: #9ca3af; }
 
/* AUTOCOMPLETE DROPDOWN */
.jd-ac {
  display: none;
  position: absolute;
  top: calc(100% + 16px);
  left: -80px;
  right: -60px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 12px 40px rgba(0,0,0,0.16);
  max-height: 280px;
  overflow-y: auto;
  z-index: 9999;
  scrollbar-width: thin;
}
.jd-ac.open { display: block; }
.jd-ac-item {
  padding: 11px 20px;
  font-size: 14px;
  color: #374151;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #f3f4f6;
  text-align: left;
}
.jd-ac-item:last-child { border-bottom: none; }
.jd-ac-item i { color: #185FA5; font-size: 13px; width: 16px; }
.jd-ac-item:hover, .jd-ac-item.hi { background: #eff6ff; color: #185FA5; }
.jd-ac-empty { padding: 16px 20px; color: #9ca3af; font-size: 14px; text-align: center; }

/* SEARCH BUTTON */
.jd-btn-search {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  background: #185FA5;
  border: none;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, transform 0.2s;
  margin-left: 6px;
}
.jd-btn-search:hover { background: #0f4a85; transform: scale(1.05); }
 
/* ---------- SLIDE TEXT AREA ---------- */
.jd-text-area {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  min-height: 150px;
}
 
/* PREV / NEXT ARROWS */
.jd-arr {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  background: rgba(255,255,255,0.18);
  border: 1.5px solid rgba(255,255,255,0.35);
  color: #fff;
  border-radius: 50%;
  font-size: 26px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
  backdrop-filter: blur(4px);
  line-height: 1;
}
.jd-arr:hover { background: rgba(255,255,255,0.32); }
 
/* TEXT CENTER BLOCK */
.jd-text-center {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
 
/* HEADING (was 32px → 34px) */
.jd-slide-h {
  font-size: 34px;
  font-weight: 700;
  color: #FF6B1A;
  margin: 0;
  transition: opacity 0.4s ease, transform 0.4s ease;
}
 
/* SUB (was 14px → 16px) */
.jd-slide-p {
  font-size: 16px;
  color: rgba(255,255,255,0.90);
  margin: 0;
  line-height: 1.65;
  max-width: 580px;
  transition: opacity 0.4s ease 0.08s, transform 0.4s ease 0.08s;
}
 
/* FADE STATE */
.jd-slide-h.fade, .jd-slide-p.fade, .jd-expl-btn.fade {
  opacity: 0;
  transform: translateY(12px);
}
 
/* EXPLORE BTN */
.jd-expl-btn{

    position:relative;

    display:inline-block;

    padding:13px 36px;

    background:var(--theme-color);

    color:#fff;

    border-radius:50px;

    font-size:15px;

    font-weight:600;

    text-decoration:none;

    margin-top:6px;

    overflow:hidden;

    z-index:1;

    transition:.4s ease;

    box-shadow:0 4px 18px rgba(24,95,165,.40);

}

/* EFFECT LAYERS */

.jd-expl-btn::before,

.jd-expl-btn::after{

    content:"";

    position:absolute;

    width:103%;
    height:103%;

    top:-2%;
    left:-2%;

    border-radius:inherit;

    z-index:-1;

    transition:.5s ease;

}

/* BASE */

.jd-expl-btn::before{

    background:var(--theme-color);

}

/* HOVER */

.jd-expl-btn::after{

    background:var(--secondary-color);

    transform:scaleX(0);

    transform-origin:right;

}

/* HOVER EFFECT */

.jd-expl-btn:hover{

    color:#fff;

    transform:translateY(-2px);

    box-shadow:0 6px 24px rgba(24,95,165,.50);

}

.jd-expl-btn:hover::after{

    transform:scaleX(1);

    transform-origin:left;

}
 
/* ---------- DOTS ---------- */
.jd-dots {
  display: flex;
  gap: 8px;
  margin-top: 22px;
}
.jd-dot {
  width: 8px; height: 8px;
  background: rgba(255,255,255,0.40);
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s, transform 0.3s;
}
.jd-dot.active { background: #FF6B1A; transform: scale(1.4); }
 
/* ---------- RESPONSIVE ---------- */

@media (max-width: 768px) {
  .jd-hero { height: auto; min-height: 100%; padding: 90px 0 50px; align-items: flex-start; }

  .jd-title { font-size: 26px; margin-bottom: 22px; }

  .jd-bar {
    width:100%;
    padding: 5px 5px 5px 8px; 
    margin-bottom: 36px;
    flex-wrap: nowrap;        
  }
.jd-cat-sel{left:-18px;font-weight: 700 !important;
}

  .jd-cat { gap: 3px; flex-shrink: 0; } 
  /* .jd-cat-sel { max-width: 100px; font-size: 12px; } */
  .jd-svc-select{max-width: 100px; font-size: 12px;left:-20px;}
  
  .jd-svc { flex: 1; min-width: 0; }    
  .jd-sep { margin: 0 8px; }
  .jd-svc-inp { font-size: 14px; }
  .jd-btn-search { width: 42px; height: 42px; font-size: 14px; }

  .jd-slide-h { font-size: 22px; }
  .jd-slide-p { font-size: 14px; }
  .jd-expl-btn { font-size: 13px; padding: 11px 28px; }

  .jd-text-area { gap: 10px; min-height: auto; }

  .jd-ac { left: -14px; right: -5px; }
}





/* SERVICE SELECT */

.jd-svc-select{

    width:100%;

    height:100%;

    border:none;

    outline:none;

    background:transparent;

    font-size:15px;

    color:#111827;

    appearance:none;

    cursor:pointer;

}

/* CATEGORY SELECT */

.jd-cat-sel{

    appearance:none;

}

/* DOWN ICON */

.jd-down-icon{

    font-size:11px;

    color:#6b7280;

    pointer-events:none;

}



/* dropdown scroller */
/* ── let dropdown escape the hero overflow clip ── */
.jd-hero  { overflow: visible !important; }
.jd-inner { overflow: visible !important; }
.jd-bar   { overflow: visible !important; }
.jd-cat   { position: relative; overflow: visible !important; }
.jd-svc   { position: relative; overflow: visible !important; }

/* ── CATEGORY SELECT — closed state ── */
#category-select {
  border: none;
  outline: none;
  background: transparent;
  font-size: 14px;
  font-weight: 600;
  color: #1e3a8a;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  max-width: 130px;
  padding: 0 2px;
  position: relative;
  z-index: 1;
  /* hide the default dropdown arrow box */
  border-radius: 0;
}

/* ── CATEGORY SELECT — open state (size=4) ── */
#category-select[size="4"] {
  position: absolute;
  top: 38px;
  left: -14px;
  width: 210px;
  max-width: 210px;
  max-height: 140px;
  overflow-y: auto !important;
  overflow-x: hidden;
  background: #ffffff;
  border: 1px solid #f0f0f0;
  border-radius: 14px;
  box-shadow: 0 10px 36px rgba(0,0,0,0.16);
  padding: 4px 0;
  z-index: 999999;
  font-size: 13px;
  font-weight: 500;
  color: #374151;
  scrollbar-width: thin;
  scrollbar-color: #c0c0c0 #f5f5f5;
}
#category-select[size="4"]::-webkit-scrollbar        { width: 5px; }
#category-select[size="4"]::-webkit-scrollbar-track  { background: #f5f5f5; border-radius: 4px; }
#category-select[size="4"]::-webkit-scrollbar-thumb  { background: #c0c0c0; border-radius: 4px; }

#category-select option {
  padding: 10px 16px;
  font-size: 13px;
  color: #374151;
  background: #fff;
  cursor: pointer;
  border-bottom: 1px solid #f3f4f6;
}
#category-select option:last-child { border-bottom: none; }
#category-select option:hover,
#category-select option:checked {
  background: #eff6ff !important;
  color: #185FA5 !important;
}

/* ── SERVICE SELECT — closed state ── */
#service-select {
  width: 100%;
  border: none;
  outline: none;
  background: transparent;
  font-size: 15px;
  color: #9ca3af;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  padding: 8px 4px;
  position: relative;
  z-index: 1;
}

/* ── SERVICE SELECT — open state ── */
#service-select[size="4"] {
  position: absolute;
  top: 52px;
  left: -90px;
  right: -62px;
  width: auto;
  max-height: 140px;
  overflow-y: auto !important;
  overflow-x: hidden;
  background: #ffffff;
  border: 1px solid #f0f0f0;
  border-radius: 14px;
  box-shadow: 0 10px 36px rgba(0,0,0,0.16);
  padding: 4px 0;
  z-index: 999999;
  font-size: 13px;
  color: #374151;
  scrollbar-width: thin;
  scrollbar-color: #c0c0c0 #f5f5f5;
}
#service-select[size="4"]::-webkit-scrollbar        { width: 5px; }
#service-select[size="4"]::-webkit-scrollbar-track  { background: #f5f5f5; border-radius: 4px; }
#service-select[size="4"]::-webkit-scrollbar-thumb  { background: #c0c0c0; border-radius: 4px; }

#service-select option {
  padding: 10px 16px;
  font-size: 13px;
  color: #374151;
  background: #fff;
  cursor: pointer;
  border-bottom: 1px solid #f3f4f6;
}
#service-select option:last-child { border-bottom: none; }
#service-select option:hover,
#service-select option:checked {
  background: #eff6ff !important;
  color: #185FA5 !important;
}


/* ── mobile ── */
@media (max-width: 768px) {
  #category-select[size="4"] { left: 0px; width: 20px !important; } 
  #service-select[size="4"]  { left: -25px; right: -5px; }
  .sec-title{font-size: 25px !;}
}


.jd-text-center{
    position: relative;
    width: 100%;
}

.jd-slide-item{
    display: none;

    animation: fadeSlide .6s ease;
}

.jd-slide-item.active{
    display: block;
}

@keyframes fadeSlide{

    from{
        opacity:0;
        transform:translateY(15px);
    }

    to{
        opacity:1;
        transform:translateY(0);
    }
}

