/*=================================
    CSS Index End
==================================*/
/*=================================
   01. Theme Base
==================================*/
/*------------------- 1.1. Mixin -------------------*/
/*------------------- 1.2. Function -------------------*/
/*------------------- 1.3. Variable-------------------*/
:root {
  --theme-color: #238198;
  --secondary-color: #baad7b;
  --text-color: #505050;
  --body-color: #F3F3F3;
  --border-color: #D3D5DB;
  --black-color: #0A0708;
  --white-color: #FFFFFF;
  --yellow-color: #fec624;
  --success-color: #28a745;
  --error-color: #dc3545;
  --title-font: "Playfair Display", serif;
  --body-font: "Jost", sans-serif;
  --icon-font: "Font Awesome 6 Pro";
  --main-container: 1320px;
  --main-container2: 1440px;
  --main-container3: 1410px;
  --main-container4: 1920px;
  --container-gutters: 30px;
  --section-space: 75px;
  --section-space2: 60px;
  --section-space-mobile: 60px;
  --section-title-space: 60px;
  --ripple-ani-duration: 5s;
}

/*------------------- 1.5. Typography -------------------*/
html,
body {
  scroll-behavior: auto !important;
  overflow-x: hidden;
}

body {
  font-family: var(--body-font);
  font-size: 18px;
  font-weight: 400;
  background-color: var(--white-color);
  line-height: 26px;
  -webkit-font-smoothing: antialiased;
  /* Small devices */
}

@media (max-width: 767px) {
  body {
    font-size: 15px;
    line-height: 1.7;
  }
}

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

.slick-slide:focus,
button:focus,
a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
  outline: none;
}

input:focus {
  outline: none;
  box-shadow: none;
}

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

ul {
  margin: 0;
  padding: 0;
  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(--theme-color);
}

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

a {
  color: var(--white-color);
  text-decoration: none;
  outline: 0;
  transition: all ease 0.4s;
}

a:hover {
  color: var(--theme-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;
  line-height: 1.4;
  font-weight: 400;
  /* Small devices */
}

p.search-text {
  color: var(--white-color);
}

p.search-text a {
  display: block;
  font-size: 32px;
}

@media (max-width: 767px) {
  p {
    line-height: 1.75;
  }
}

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(--theme-color);
  text-transform: none;
  font-weight: 700;
  line-height: 1.5;
  margin: -0.25em 0 15px 0;
}

.h1,
h1 {
  font-size: 48px;
}

.h2,
h2 {
  font-size: 40px;
}

.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(--secondary-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(--theme-color);
  color: var(--theme-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(--theme-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(--theme-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(--theme-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(--secondary-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(--secondary-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
-----------------*/
/*=================================
    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;
}

@media only screen and (max-width: 1600px) {
  .container-fluid.px-0 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .container-fluid.px-0 .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media screen and (max-width: 1580px) {
  .container-style3 {
    max-width: calc(var(--main-container) + var(--container-gutters));
  }
}

/* Small devices */
@media (max-width: 767px) {

  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: calc(var(--main-container) + var(--container-gutters));
    padding-left: 15px;
    padding-right: 15px;
  }
}

/*------------------- 2.2. Grid -------------------*/
.slick-track>[class*=col] {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

@media (min-width: 767px) {
  .row:not([class*=gx-]) {
    --bs-gutter-x: 30px;
  }
}

.gy-gx {
  --bs-gutter-y: var(--bs-gutter-x);
}

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

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

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

.g-25 {
  --bs-gutter-x: 25px;
  --bs-gutter-y: 25px;
}

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

  .g-25 {
    --bs-gutter-x: 25px;
    --bs-gutter-y: 25px;
  }

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

/* Large devices */
@media (max-width: 1199px) {
  .gx-60 {
    --bs-gutter-x: 30px;
  }
}

/* Extra small devices */
/*------------------- 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(--white-color);
  border-radius: 9999px;
  border-radius: 0;
  font-size: 16px;
  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(--theme-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 {
  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(--theme-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;
  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: 6px;
}

.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: var(--theme-color);
  cursor: default;
  backface-visibility: hidden;
  position: absolute;
  width: 12px;
  height: 12px;
  right: -10px;
  top: -3px;
}

.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: 700;
  font-size: 16px;
  color: var(--text-color);
  text-transform: capitalize;
  font-family: var(--title-font);
}

.range-btn .price {
  font-weight: 700;
}

.range-btn .filter-btn {
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  color: var(--white-color);
  text-transform: uppercase;
  font-weight: 700;
  font-family: var(--title-font);
}

.range-btn .filter-btn:hover {
  color: var(--theme-color);
}

/*------------------- 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: 10px;
  height: 10px;
  line-height: 0;
  border-radius: 50%;
  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: 40px;
  border-radius: 30px;
}

.slick-arrow {
  display: inline-block;
  padding: 0;
  background-color: transparent;
  position: absolute;
  top: 50%;
  color: var(--theme-color);
  border: 1px solid var(--theme-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(--theme-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(7, 69, 56, 0.7215686275);
  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(--secondary-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(--theme-color);
}

.vs-menu-wrapper .vs-menu-area {
  width: 100%;
  max-width: 310px;
  background-color: var(--theme-color);
  border-right: 3px solid var(--secondary-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 var(--border-color);
  list-style-type: none;
}

.vs-mobile-menu ul li li:first-child {
  border-top: 1px solid var(--border-color);
}

.vs-mobile-menu ul li a {
  display: block;
  position: relative;
  padding: 12px 0;
  line-height: 1;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--white-color);
}

.vs-mobile-menu ul li a:before {
  content: "\f105";
  font-family: var(--icon-font);
  position: relative;
  left: 0;
  top: 0;
  margin-right: 10px;
  display: inline-block;
}

.vs-mobile-menu ul li.vs-active>a {
  color: var(--secondary-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(--secondary-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(--white-color);
  color: var(--theme-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:hover {
  color: var(--white-color);
  background-color: var(--secondary-color);
}

.vs-mobile-menu ul .vs-item-has-children>a .vs-mean-expand:before {
  content: "\f067";
  font-family: var(--icon-font);
  font-weight: 700;
}

.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;
  line-height: 54px;
  padding: 0;
  font-size: 24px;
  border: none;
  display: inline-block;
  background-color: var(--secondary-color);
  color: var(--white-color);
  border-radius: 5px;
}

.vs-menu-toggle:hover {
  background-color: var(--white-color);
  color: var(--theme-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;
  border: none;
}

.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(--secondary-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(--theme-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(--secondary-color);
  }

  50% {
    box-shadow: 0 0 0 var(--secondary-color);
    margin-top: -20px;
    transform: translate(15px, 15px);
  }

  100% {
    box-shadow: 30px 0 0 var(--secondary-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(--secondary-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(--secondary-color);
}

/*------------------- 3.2. Buttons -------------------*/
.vs-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-transform: capitalize;
  text-align: center;
  background-color: var(--theme-color);
  color: var(--white-color);
  font-family: var(--body-font);
  font-size: 18px;
  font-weight: 300;
  padding: 12px 30px;
  border-radius: 10px;
  letter-spacing: 1px;
  z-index: 1;
  overflow: hidden;
  transition: all 0.5s ease;
}

.vs-btn i {
  font-size: 18px;
  margin-left: 8px;
  position: relative;
  top: 1px;
}

.vs-btn:hover {
  color: var(--theme-color);
  background-color: var(--white-color);
}

.vs-btn2 {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  text-transform: capitalize;
  text-align: center;
  background: var(--secondary-color);
  color: var(--white-color);
  font-family: var(--title-font);
  font-size: 18px;
  font-weight: 700;
  padding: 17px 30px;
  border-radius: 14px;
  letter-spacing: 1px;
  z-index: 1;
  overflow: hidden;
  transition: all 0.5s ease;
}

.vs-btn2.custom-btn {
  background: var(--theme-color);
}

.vs-btn2.custom-btn::after {
  display: none;
}

.vs-btn2::before {
  width: 0%;
  height: 100%;
  content: "";
  margin: auto;
  position: absolute;
  top: 0%;
  left: 0%;
  background: #4388DD;
  background: linear-gradient(270deg, rgb(67, 136, 221) 0%, rgb(212, 72, 60) 47%);
  transition: all ease 0.5s;
  z-index: -1;
  border-radius: inherit;
}

.vs-btn2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #212D31;
  border-radius: 14px;
  transition: all 0.5s ease;
}

.vs-btn2:hover {
  color: var(--white-color);
  border-color: transparent;
}

.vs-btn2:hover::before {
  width: 100%;
}

.vs-btn2:hover::after {
  visibility: hidden;
  opacity: 0;
}

.icon-btn {
  color: var(--white-color);
  font-family: var(--body-font);
  font-size: 18px;
  font-weight: 700;
  padding: 3px 4px 3px 22px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-transform: capitalize;
  gap: 18px;
  color: var(--white-color);
  background: #4388DD;
  background: linear-gradient(270deg, rgb(67, 136, 221) 0%, rgb(212, 72, 60) 47%);
  border-radius: 15px;
  transition: all ease 0.5s;
  position: relative;
  z-index: 1;
}

.icon-btn.white-style {
  color: var(--theme-color);
  background: var(--white-color);
}

.icon-btn.white-style i {
  background: var(--theme-color);
}

.icon-btn i {
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  color: var(--white-color);
  border-radius: 15px;
  background-color: #141218;
  transition: all 0.5s ease;
}

.icon-btn:hover {
  color: var(--black-color);
}

.icon-btn:hover.white-style {
  color: var(--white-color);
  background: var(--theme-color);
}

.icon-btn:hover.white-style i {
  color: var(--white-color);
  background: var(--theme-color);
}

.icon-btn:hover i {
  color: var(--theme-color);
  background-color: var(--white-color);
}

.icon-btn2 {
  display: block;
  width: 80px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border: none;
  padding: 0;
  background: var(--secondary-color);
  border-radius: 50%;
}

.icon-btn2 i {
  color: var(--white-color);
}

.icon-btn2:hover {
  background-color: var(--theme-color);
}

.icon-btn2.style2 {
  background: var(--theme-color);
}

.icon-btn2.style2:hover {
  background: var(--secondary-color);
}

.icon-btn3 {
  width: 74px;
  height: 74px;
  line-height: 74px;
  border-radius: 50%;
  text-align: center;
  background: #4388DD;
  background: linear-gradient(270deg, rgb(67, 136, 221) 0%, rgb(212, 72, 60) 47%);
}

.play-btn {
  display: inline-block;
  position: relative;
  z-index: 1;
  border: none;
  background-color: transparent;
  padding: 0;
}

.play-btn>i {
  display: inline-block;
  width: 180px;
  height: 180px;
  line-height: 180px;
  font-size: var(--icon-font-size, 1.5em);
  text-align: center;
  background: var(--secondary-color);
  color: var(--white-color);
  border-radius: 50%;
  font-size: 40px;
  z-index: 1;
  transition: all ease 0.4s;
  /* Large devices */
}

@media (max-width: 1199px) {
  .play-btn>i {
    width: 120px;
    height: 120px;
    line-height: 120px;
    font-size: 28px;
  }
}

.play-btn>i {
  /* Medium devices */
}

@media (max-width: 991px) {
  .play-btn>i {
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 30px;
  }
}

.play-btn:after,
.play-btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: var(--secondary-color);
  z-index: -1;
  border-radius: 50%;
  transition: all ease 0.4s;
}

.play-btn:after {
  animation-delay: 2s;
}

.play-btn:hover i {
  color: var(--theme-color);
}

.link-btn {
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
  line-height: 0.8;
  position: relative;
  color: var(--text-color);
  font-family: var(--title-font);
  font-weight: 700;
  padding-bottom: 2px;
  margin-bottom: -2px;
  text-transform: capitalize;
  transition: all 0.5s ease;
}

.link-btn i {
  margin-left: 7px;
  font-size: 16px;
  transition: all 0.5s ease;
}

.link-btn:hover {
  color: var(--theme-color);
}

.scroll-btn {
  position: fixed;
  bottom: 300px;
  right: 30px;
  z-index: 94;
  opacity: 0;
  visibility: hidden;
  display: inline-block;
  border-radius: 50%;
}

.scroll-btn i {
  display: inline-block;
  background-color: var(--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;
}

.scroll-btn {
  /* Small devices */
}

@media (max-width: 767px) {
  .scroll-btn {
    --btn-size: 40px;
    --extra-shape: -4px;
    right: 15px;
    bottom: 50px;
  }

  .scroll-btn.show {
    bottom: 15px;
  }
}

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

.scrollToTop.show {
  bottom: 60px;
  opacity: 1;
  visibility: visible;
}

/* Large devices */
@media (max-width: 1199px) {
  .play-btn.style4 {
    --icon-size: 80px;
    --icon-font-size: 20px;
  }

  .vs-btn {
    text-transform: capitalize;
    font-size: 14px;
    padding: 14px 20px;
    border-radius: 10px;
    letter-spacing: 0.5;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .play-btn {
    --icon-size: 60px;
  }

  .scrollToTop {
    right: 20px;
  }

  .scrollToTop.show {
    bottom: 20px;
  }
}

/* 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: 42px;
  font-weight: 700;
  color: var(--theme-color);
  text-transform: capitalize;
  line-height: 120%;
  margin: -0.25em 0 0px 0;
  letter-spacing: 0.01em;
}

.sec-title.h2 {
  font-size: 38px;
}

.sec-title {
  /* Medium devices */
}

@media (max-width: 991px) {
  .sec-title {
    font-size: 35px;
  }
}

.sec-title {
  /* Extra small devices */
}

@media (max-width: 575px) {
  .sec-title {
    font-size: 32px;
  }
}

.sec-title>span {
  color: var(--theme-color);
}

.sec-subtitle {
  text-transform: capitalize;
  color: var(--secondary-color);
  font-family: var(--body-font);
  font-size: 24px;
  font-weight: 300;
  margin: -0.25em 0 25px 0;
  position: relative;
  display: inline-flex;
  align-items: center;
  line-height: 100%;
  gap: 8px;
}

.sec-subtitle.dots-shape {
  position: relative;
  padding: 0 18px;
}

.sec-subtitle.dots-shape::before {
  content: "";
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 5px;
  background-color: var(--secondary-color);
}

.sec-subtitle.dots-shape::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 5px;
  background-color: var(--secondary-color);
}

.sec-subtitle.left-shape {
  position: relative;
  padding-left: 18px;
}

.sec-subtitle.left-shape::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 5px;
  background-color: var(--secondary-color);
}

.sec-subtitle.style2 {
  color: var(--secondary-color);
}

.sec-subtitle.style2.dots-shape::before,
.sec-subtitle.style2.dots-shape::after {
  background-color: var(--secondary-color);
}

.sec-subtitle.style2.left-shape::after,
.sec-subtitle.style2.left-shape::before {
  background-color: var(--secondary-color);
}

.sec-subtitle2 {
  text-transform: uppercase;
  color: var(--theme-color);
  font-family: var(--title-font);
  font-size: 18px;
  font-weight: 700;
  margin: -0.25em 0 17px 0;
  position: relative;
  display: inline-block;
  line-height: 100%;
}

.sec-subtitle2::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background-color: var(--theme-color);
  left: -30px;
  top: 0;
  transform: rotate(45deg);
}

.sec-subtitle2::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background-color: var(--theme-color);
  right: -30px;
  top: 0;
  transform: rotate(45deg);
}

.title-text {
  color: var(--text-color);
  text-transform: capitalize;
}

.custom-title {
  display: inline-flex;
  align-items: end;
  gap: 35px;
}

.custom-title .animation-style2.title-anime {
  width: 100%;
  max-width: 45ch;
}

.custom-title .title-text {
  margin-bottom: 0;
  border-left: 7px solid var(--theme-color);
  padding-left: 22px;
  max-width: 50ch;
}

.white-title .sec-subtitle,
.white-title .sec-title {
  color: var(--white-color);
}

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

.title-area.style2 .sec-subtitle {
  color: var(--secondary-color);
}

.title-area.style2 .sec-subtitle.dots-shape::after,
.title-area.style2 .sec-subtitle.dots-shape::before {
  background-color: var(--secondary-color);
}

.title-area.style2 .sec-subtitle.left-shape::after,
.title-area.style2 .sec-subtitle.left-shape::before {
  background-color: var(--secondary-color);
}

.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: 5px;
}

.title-area2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-bottom: 40px;
}

.title-area2 .sec-title {
  color: var(--theme-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;
}

.title-area2 {
  /* Small devices */
}

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

  .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;
  z-index: -1;
  display: block;
}

@media screen and (max-width: 1700px) {
  .shape-mockup {
    display: none;
  }
}

/* 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%;
    max-width: 500px;
    width: 100%;
    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%;
}

.list-style {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

.list-style>li {
  padding-left: 28px;
  position: relative;
  margin-bottom: 10px;
  color: var(--theme-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(--theme-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(--secondary-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-theme2 {
  background-color: var(--theme-color) !important;
}

.bg-secondary {
  background-color: var(--secondary-color) !important;
}

.bg-smoke {
  background-color: var(--secondary-color) !important;
}

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

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

.bg-title {
  background-color: var(--theme-color) !important;
}

.bg-body {
  background-color: var(--body-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(--theme-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(--theme-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;
}

.spin3D {
  animation: spin3D var(--duration, 12s) infinite linear;
}

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

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

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

@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 spin3D {
  0% {
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg);
  }

  50% {
    transform: perspective(1000px) rotateY(180deg) rotateX(10deg);
  }

  100% {
    transform: perspective(1000px) rotateY(360deg) rotateX(0deg);
  }
}

@keyframes leftToRight {

  0%,
  100% {
    left: 0px;
  }

  50% {
    left: 56px;
  }
}

.vs-coustomZoom {
  animation: scale 8s linear infinite;
}

@keyframes scale {
  0% {
    transform: scale(0.5);
  }

  50% {
    transform: scale(1.2);
  }

  75% {
    transform: scale(0.75);
  }

  100% {
    transform: scale(0.5);
  }
}

@keyframes spinTwo {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes sectionLine {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
    /* moves across container */
  }
}

@keyframes borderDraw {
  0% {
    clip-path: inset(0 100% 0 0);
    /* hidden */
  }

  100% {
    clip-path: inset(0 0 0 0);
    /* fully visible */
  }
}

@keyframes sectionLine2 {
  0% {
    left: -60px;
  }

  100% {
    left: 100%;
  }
}

/*------------------- 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_pages ul,
.widget_meta ul,
.widget_archive ul,
.widget_categories ul {
  padding: 0;
  margin: -0.4em 0 0 0;
  list-style: none;
}

.widget_nav_menu .children,
.widget_pages .children,
.widget_meta .children,
.widget_archive .children,
.widget_categories .children {
  margin-left: 10px;
}

.widget_meta ul,
.widget_nav_menu ul,
.widget_pages ul,
.widget_archive ul {
  margin-bottom: -20px;
}

.widget_meta ul ul,
.widget_nav_menu ul ul,
.widget_pages ul ul,
.widget_archive ul ul {
  margin-bottom: 0;
}

.widget_meta a,
.widget_nav_menu a,
.widget_pages a,
.widget_archive a {
  position: relative;
  color: #444444;
  padding-left: 15px;
  margin-bottom: 12px;
  display: block;
}

.widget_meta a:before,
.widget_nav_menu a:before,
.widget_pages a:before,
.widget_archive a:before {
  content: "\f105";
  position: absolute;
  left: 0;
  top: -1px;
  font-family: var(--icon-font);
}

.widget_meta a:after,
.widget_nav_menu a:after,
.widget_pages a:after,
.widget_archive a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: var(--theme-color);
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
}

.widget_meta a:hover,
.widget_nav_menu a:hover,
.widget_pages a:hover,
.widget_archive a:hover {
  color: var(--theme-color);
}

.widget_meta a:hover:after,
.widget_nav_menu a:hover:after,
.widget_pages a:hover:after,
.widget_archive a:hover:after {
  width: 100%;
  opacity: 1;
  visibility: visible;
}

.widget_meta li,
.widget_nav_menu li,
.widget_pages li,
.widget_archive li {
  display: block;
  position: relative;
}

.widget_meta li>span,
.widget_nav_menu li>span,
.widget_pages li>span,
.widget_archive li>span {
  width: 44px;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  font-weight: 700;
  color: var(--theme-color);
  background-color: var(--white-color);
  right: 5px;
  top: 5px;
  z-index: 1;
  display: inline-block;
  text-align: center;
  position: absolute;
  transition: all ease 0.4s;
  border-radius: 50%;
}

.widget_categories ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.widget_categories a {
  display: block;
  font-family: var(--title-font);
  color: var(--text-color);
  text-transform: capitalize;
  font-size: 16px;
  padding: 4px 0px 17px 0px;
  margin-bottom: 12px;
  font-weight: 700;
  line-height: 1;
  line-height: 160%;
  border-bottom: 2px solid var(--border-color);
  transition: color ease 0.2s, background-color ease 0.4s;
}

.widget_categories a:hover {
  color: var(--theme-color);
}

.widget_categories li {
  display: block;
  position: relative;
}

.widget_categories li>span {
  font-size: 14px;
  font-weight: 700;
  color: var(--text-color);
  right: 5px;
  top: 5px;
  z-index: 1;
  display: inline-block;
  text-align: center;
  position: absolute;
  transition: all ease 0.4s;
}

.widget_categories li .dot-shape {
  display: flex;
  position: absolute;
  bottom: 0;
}

.widget_categories li:hover {
  color: var(--theme-color);
}

.widget_categories li:hover span {
  color: var(--theme-color);
}

.widget_categories .widget_title {
  margin: 0 0 30px 0;
}

.widget_meta a {
  padding-bottom: 10px;
  margin-bottom: 12px;
  border-bottom: 1px solid #d9d9d9;
  display: block;
  padding-left: 0;
}

.widget_meta a:after,
.widget_meta a:before {
  display: none;
}

.widget_meta>ul {
  margin-bottom: -0.3em;
}

.widget_meta>ul>li:last-child a {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

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

.widget {
  padding: 0;
  position: relative;
  border: 6px;
  border-radius: 10px;
}

.widget:not(:last-child) {
  margin-bottom: 40px;
}

.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: 36px;
  font-weight: 700;
  color: var(--theme-color);
  line-height: 128%;
  margin: -0.38em 0 35px 0;
  font-family: var(--title-font);
  text-transform: capitalize;
  padding: 0 0px 5px 0;
}

.widget {
  background-color: var(--body-color);
  padding: 40px;
}

.widget.widget_search {
  margin-bottom: 35px;
}

.widget .search-form {
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
}

.widget .search-form input {
  flex: 1;
  background-color: var(--white-color);
  line-height: 170%;
  border-radius: 10px;
  border: 1px solid var(--border-color);
  font-size: 16px;
  height: 50px;
  color: var(--text-color);
  margin-bottom: 0px;
}

.widget .search-form input::placeholder {
  color: var(--text-color);
}

.widget .search-form .search-btn {
  font-weight: 700;
  padding: 0;
  border-radius: 0;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--white-color);
  background-color: var(--theme-color);
  border: none;
  width: 56px;
  height: 50px;
}

.widget .search-form .search-btn svg {
  fill: var(--white-color);
  transition: all 0.5s ease;
}

.widget .search-form .search-btn:hover {
  color: var(--white-color);
  background-color: var(--secondary-color);
}

.widget .search-form .search-btn:hover svg {
  fill: var(--theme-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);
}

.tagcloud {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tagcloud a {
  background: var(--theme-color);
  color: var(--text-color);
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease;
}

.tagcloud a:hover {
  color: var(--white-color);
  border-color: transparent;
  background: transparent;
}

.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: 115px;
  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: 700;
  font-size: 16px;
  line-height: 160%;
  margin-bottom: 0px;
}

.recent-post .post-title>a,
.recent-product .post-title>a {
  color: var(--theme-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: 16px;
  font-weight: 400;
  color: var(--theme-color);
  font-family: var(--body-font);
  display: inline-flex;
  align-items: center;
  line-height: 160%;
  margin-bottom: 12px;
}

.recent-post .recent-post-meta i,
.recent-product .recent-post-meta i {
  color: var(--theme-color);
  margin-right: 5px;
}

.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(--theme-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(--theme-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_services ul li {
  padding: 10px 20px 10px 62px;
  border-radius: 0px;
  transition: all 0.5s ease;
  overflow: hidden;
  position: relative;
}

.widget_services ul li:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: var(--theme-color);
  opacity: 1;
}

.widget_services ul li.active,
.widget_services ul li:hover {
  background-color: var(--theme-color);
  border-color: transparent;
}

.widget_services ul li.active::after,
.widget_services ul li:hover::after {
  opacity: 1;
}

.widget_services ul li.active a,
.widget_services ul li:hover a {
  color: var(--white-color);
}

.widget_services ul li.active a i,
.widget_services ul li:hover a i {
  color: var(--white-color);
  border-color: var(--white-color);
  background-color: var(--secondary-color);
}

.widget_services ul li a {
  font-size: 16px;
  text-transform: capitalize;
  font-family: var(--title-font);
  font-weight: 700;
  color: var(--theme-color);
}

.widget_services ul li a i {
  width: 30px;
  height: 30px;
  line-height: 26px;
  font-size: 14px;
  font-weight: 700;
  border-radius: 50%;
  color: var(--theme-color);
  text-align: center;
  background-color: transparent;
  border: 2px solid var(--theme-color);
  margin-right: 15px;
  position: absolute;
  left: 20px;
}

.widget_newsletter {
  background-color: var(--theme-color);
}

.widget_newsletter .widget_title {
  color: var(--white-color);
}

.widget_newsletter .title-shep::before {
  background-color: var(--white-color);
}

.widget_newsletter .search-style1 input {
  background-color: var(--white-color);
  border: none;
  color: var(--text-color);
  margin-bottom: 30px;
}

.widget_newsletter .search-style1 input::placeholder {
  color: var(--text-color);
}

.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: 10px;
}

.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: #4388DD;
  background: linear-gradient(0deg, rgb(67, 136, 221) 1%, rgb(212, 72, 60) 100%);
  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;
  }
}

@media (max-width: 399px) {
  .recent-post .media-img {
    max-width: 100px;
  }

  .widget {
    padding: 30px 15px;
  }

  .widget_services ul li {
    padding: 10px 10px 10px 45px;
  }

  .widget_services ul li a i {
    left: 10px;
  }
}

/* Extra small devices */
.widget-area2 {
  padding-top: 60px;
}

.footer-widget,
.footer-widget .widget {
  padding: 0;
  border: none;
  padding-bottom: 0;
  background-color: transparent;
}

.footer-widget.contact__us {
  background: #238198;
  padding: 36px;
  border-radius: 8px;
}

.footer-widget .widget_title {
  border: none;
  font-size: 30px;
  margin: 0 0 8px 0;
  font-weight: 500;
  padding: 0;
  color: var(--white-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;
  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);
}

.search-form2 {
  position: relative;
  display: block;
  border-radius: 12px;
  overflow: hidden;
}

.search-form2 input {
  flex: 1;
  background-color: #1D1C1D;
  line-height: 170%;
  border: none;
  font-size: 16px;
  height: 65px;
  color: var(--text-color);
  margin-bottom: 0px;
}

.search-form2 input::placeholder {
  color: var(--text-color);
}

.search-form2 .search-btn {
  font-weight: 700;
  padding: 0;
  border-radius: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  max-width: 60px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: var(--theme-color);
  border: none;
  color: var(--white-color);
  transition: all 0.5s ease;
}

.search-form2 .search-btn svg {
  fill: var(--white-color);
  transition: all 0.5s ease;
}

.search-form2 .search-btn:hover {
  color: var(--white-color);
  background: var(--white-color);
}

.search-form2 .search-btn:hover svg {
  fill: var(--theme-color);
}

.vs-widget-about .footer-text {
  color: var(--text-color);
  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: 3px;
  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_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(--theme-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(--white-color);
  font-weight: 700;
  font-family: var(--title-font);
  text-transform: uppercase;
  font-size: 18px;
}

.main-menu a,
.menu-style2 a {
  display: block;
  position: relative;
  text-transform: capitalize;
  font-size: 18px;
  color: var(--theme-color);
}

.main-menu>ul>li>a,
.menu-style2>ul>li>a {
  transition: all 0.5s ease;
  position: relative;
  border-bottom: 1px solid transparent;
  padding: 26px 20px;
}

.main-menu>ul>li>a:hover,
.menu-style2>ul>li>a:hover {
  background-color: rgba(219, 159, 48, 0.1);
  border-color: var(--secondary-color);
}

.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;
  margin: 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(--theme-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(--secondary-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(--white-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(--secondary-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(--secondary-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(--theme-color);
  border-bottom: 1px solid var(--secondary-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(--secondary-color);
}

.menu-style1 ul.mega-menu li li.active>a,
.menu-style3 ul.mega-menu li li.active>a {
  color: var(--secondary-color);
}

.menu-style2 a {
  color: var(--theme-color);
}

.menu-style2 a:hover {
  color: var(--theme-color);
}

.menu-style2 ul li.active>a {
  color: var(--theme-color);
}

.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(--secondary-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(--white-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(--theme-color);
}

.header-layout1 .will-sticky .sticky-active.active ul>li.menu-item-has-children.active.mega-menu-wrap>a:hover,
.header-layout2 .will-sticky .sticky-active.active ul>li.menu-item-has-children.active.mega-menu-wrap>a:hover,
.header-layout3 .will-sticky .sticky-active.active ul>li.menu-item-has-children.active.mega-menu-wrap>a:hover {
  color: var(--white-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(--secondary-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(--secondary-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(--theme-color);
  transition: all ease 0.8s;
  box-shadow: 0 0 10px 0 rgba(251, 251, 251, 0.1411764706);
}

.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(--theme-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(--theme-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(--theme-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 svg {
  fill: var(--white-color);
}

.will-sticky .sticky-active.active .vs-icon svg:hover {
  fill: var(--theme-color);
}

.will-sticky .sticky-active.active .searchBoxTggler svg {
  fill: var(--theme-color);
}

.will-sticky .sticky-active.active .searchBoxTggler svg:hover {
  fill: var(--theme-color);
}

.will-sticky .sticky-active.active .vs-btn,
.will-sticky .sticky-active.active .vs-menu-toggle {
  background-color: var(--secondary-color);
  color: var(--theme-color);
}

.will-sticky .sticky-active.active .vs-btn:hover,
.will-sticky .sticky-active.active .vs-menu-toggle:hover {
  color: var(--theme-color);
  background-color: var(--white-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-links ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.header-links li {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: var(--white-color);
  font-family: var(--body-font);
  line-height: 100%;
  transition: all 0.5s ease;
}

.header-links li:not(:last-child) {
  margin-right: 40px;
}

.header-links li a {
  color: var(--white-color);
  transition: all 0.5s ease;
  display: inline-block;
  margin-left: 5px;
}

.header-links li a:hover {
  color: var(--secondary-color);
}

.header-links li i {
  margin: 0 5px 0 0;
  transition: all 0.5s ease;
}

.header-links li:hover i {
  color: var(--secondary-color);
}

.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(--secondary-color);
}

.dropdown a:hover span {
  color: var(--secondary-color);
}

.dropdown .dropdown-item {
  color: var(--theme-color);
}

.dropdown .dropdown-item:hover {
  color: var(--white-color);
  background-color: var(--secondary-color);
}

.dropdown .dropdown-menu {
  min-width: 13rem;
}

.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(--theme-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 {
  font-size: 14px;
  display: inline-block;
  color: var(--white-color);
}

.header-social a:not(:first-child) {
  margin-left: 20px;
}

.header-social a:hover {
  color: var(--secondary-color);
}

.header-top {
  height: 60px;
  line-height: 60px;
  padding: 0 40px;
}

.header-layout1 {
  position: absolute;
  width: 100%;
  background-color: rgba(7, 65, 51, 0.8784313725);
  top: 20px;
}

.header-layout1 .header-logo .sticky-off {
  display: block;
}

.header-layout1 .header-logo .sticky-on {
  display: none;
}

.header-layout1 ul>li.active>a {
  color: var(--secondary-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>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(--secondary-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-layout2 {
  position: absolute;
  width: 100%;
  top: 10px;
  background: #fff;
  backdrop-filter: blur(1px);
  padding: 5px 0;
}

.header-layout2 .header-logo .sticky-off {
  display: block;
}

.header-layout2 .header-logo .sticky-on {
  display: none;
}

.header-layout2 .menu-style1 ul>li.active>a {
  color: var(--secondary-color);
}

.header-layout2 .menu-style1 ul>li.menu-item-has-children.active.mega-menu-wrap>a.active {
  color: var(--white-color);
}

.header-layout2 .menu-style1 ul>li.menu-item-has-children.active>a::after,
.header-layout2 .menu-style1 ul>li.menu-item-has-children.active>a::before {
  background-color: var(--theme-color);
}

.header-layout2 .menu-style1 ul>li.menu-item-has-children.active>a.active {
  color: var(--secondary-color);
}

.header-layout2 .menu-style1 ul>li.menu-item-has-children.active>a.active::after,
.header-layout2 .menu-style1 ul>li.menu-item-has-children.active>a.active::before {
  background-color: var(--theme-color);
}

.header-layout2 .menu-style1 ul>li .menu-title {
  border-color: var(--secondary-color);
}

.header-layout2 .will-sticky .sticky-active {
  background-color: var(--theme-color);
}

.header-layout2 .will-sticky .sticky-active .header-logo {
  border-radius: 0;
}

.header-layout2 .will-sticky .sticky-active .header-style2 {
  border: none;
  border-radius: 0;
}

.header-layout2 .contact-box .contact-number:hover a {
  color: var(--secondary-color);
}

.header-layout2 .will-sticky .sticky-active.active ul>li.menu-item-has-children.active>a.active {
  color: var(--secondary-color);
}

.header-layout2 .menu-style1 ul.mega-menu li li.active>a {
  color: var(--secondary-color);
}

.header-layout2 .main-menu ul.sub-menu li a:hover {
  color: var(--secondary-color);
}

.header-layout2 .will-sticky .sticky-active.active ul>li.menu-item-has-children.active.mega-menu-wrap>a:hover {
  color: var(--white-color);
}

.header-layout3 {
  position: absolute;
  width: 100%;
  top: 0px;
}

.header-layout3 .header-top {
  background-color: rgba(255, 255, 255, 0.231372549);
}

.header-layout3 .header-logo .sticky-off {
  display: block;
}

.header-layout3 .header-logo .sticky-on {
  display: none;
}

.header-layout3 ul>li.active>a {
  color: var(--secondary-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>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(--secondary-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-layout3 .will-sticky .sticky-active {
  background-color: var(--theme-color);
}

.header-layout3 .will-sticky .sticky-active .header-logo {
  border-radius: 0;
}

.header-layout3 .contact-box .contact-number:hover a {
  color: var(--secondary-color);
}

.header-style2 {}

.header-style2 .header-logo {
  border-radius: 10px 0px 0px 10px;
}

.header-logo img {}

.header-style2 .searchBoxTggler {
  background-color: var(--theme-color);
}

.header-style2 .toggle-bar {
  background-color: var(--theme-color);
}

.header-style2 .contact-box .contact-icon {
  background-color: transparent;
}

.header-style2 .main-menu ul.mega-menu li a:hover,
.header-style2 .menu-style2 ul.mega-menu li a:hover {
  color: var(--secondary-color);
}

.header-style2 .main-menu>ul>li>a:hover,
.header-style2 .menu-style2>ul>li>a:hover {
  background-color: transparent;
  border-color: var(--secondary-color);
}

.header-style3 {
  background-color: var(--theme-color);
  padding-right: 40px;
  border-radius: 0 0 10px 10px;
}

.header-style3 .header-logo {
  border-radius: 0px 0px 0px 10px;
  background-color: var(--secondary-color);
}

.header-style3 .searchBoxTggler {
  background-color: var(--secondary-color);
}

.header-style3 .toggle-bar {
  background-color: var(--secondary-color);
}

.header-style3 .contact-box .contact-icon {
  background-color: var(--secondary-color);
}

.header-style3 .main-menu ul.mega-menu li a:hover,
.header-style3 .menu-style2 ul.mega-menu li a:hover {
  color: var(--secondary-color);
}

.header-style3 .main-menu>ul>li>a:hover,
.header-style3 .menu-style2>ul>li>a:hover {
  color: var(--white-color);
  background-color: rgba(219, 159, 48, 0.1);
  border-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(--theme-color);
  background-color: var(--body-color);
  transition: all ease 0.4s;
}

.header-search input::placeholder {
  color: var(--theme-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(--theme-color);
  color: var(--white-color);
}

.header-search input:focus {
  background-color: transparent;
}

.header-buttons {
  display: inline-flex;
  align-items: center;
  gap: 20px;
}

.header-buttons>a {
  position: relative;
}

.header-buttons>a:last-child {
  margin-right: 0;
}

.searchBoxTggler {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 10px;
  text-align: center;
  background-color: var(--secondary-color);
  border: 1px solid var(--theme-color);
}

.searchBoxTggler svg {
  fill: var(--white-color);
  transition: all 0.5s ease;
}

.searchBoxTggler:hover {
  background-color: var(--white-color);
  border-color: var(--theme-color);
}

.searchBoxTggler:hover svg {
  fill: var(--theme-color);
  animation: bellshake 0.5s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  backface-visibility: hidden;
  transform-origin: top right;
}

.toggle-bar {
  cursor: pointer;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: var(--secondary-color);
  border-radius: 10px;
  transition: all 0.5s ease;
  border: 1px solid var(--theme-color);
}

.toggle-bar:hover {
  background-color: var(--white-color);
  border-color: var(--theme-color);
}

.toggle-bar:hover svg {
  fill: var(--theme-color);
  animation: bellshake 0.5s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  backface-visibility: hidden;
  transform-origin: top right;
}

.toggle-bar svg {
  fill: var(--white-color);
}

.header-info {
  display: inline-flex;
  align-items: center;
  gap: 40px;
}

.contact-box {
  display: inline-flex;
  align-items: center;
  gap: 20px;
}

.contact-box .contact-title {
  color: var(--theme-color);
  font-size: 15px;
  line-height: 145%;
  margin-bottom: 5px;
  font-family: var(--body-font);
  /* font-weight: 300; */
  letter-spacing: 1px;
}

.contact-box .contact-title:hover a {
  color: var(--secondary-color);
}

.contact-box .contact-number {
  text-transform: capitalize;
  font-family: var(--body-font);
  margin-bottom: 0;
  line-height: 100%;
}

.contact-box .contact-number a {
  color: var(--theme-color);
  font-size: 20px;
}

.contact-box .contact-number:hover a {
  color: var(--secondary-color);
}

.contact-box .contact-icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 10px;
  text-align: center;
  background-color: var(--theme-color);
  transition: all 0.5s ease;
  border: 1px solid var(--theme-color);
}

.contact-box .contact-icon svg {
  fill: var(--theme-color);
}

.contact-box .contact-icon:hover {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}

.contact-box .contact-icon:hover svg {
  fill: var(--white-color);
}

@keyframes bellshake {
  0% {
    transform: rotate(0);
  }

  15% {
    transform: rotate(5deg);
  }

  30% {
    transform: rotate(-5deg);
  }

  45% {
    transform: rotate(4deg);
  }

  60% {
    transform: rotate(-4deg);
  }

  75% {
    transform: rotate(2deg);
  }

  85% {
    transform: rotate(-2deg);
  }

  92% {
    transform: rotate(1deg);
  }

  100% {
    transform: rotate(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 {
  padding: 0;
  max-height: 100px;
  position: relative;
  z-index: 1;
}

@media (max-width: 991px) {
  .header-logo {
    min-height: auto;
    max-width: 170px;
  }
}

@media screen and (max-width: 1580px) {
  .container-style2 {
    max-width: calc(var(--main-container) + var(--container-gutters));
  }
}

@media screen and (max-width: 1299px) {
  .header-info .contact-box {
    display: none;
  }

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

  .main-menu ul li:not(:last-child),
  .menu-style2 ul li:not(:last-child) {
    margin-right: 10px;
  }
}

/* Medium devices */
@media (max-width: 991px) {

  .bar-shape,
  .searchBoxTggler,
  .toggle-bar {
    display: none;
  }

  .header-style2 {
    padding-right: 10px;
  }

  .header-style3 {
    padding-right: 10px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .header-buttons .wishlist {
    display: none;
  }
}

@media (max-width: 399px) {
  .header-category .vs-box-nav ul li a {
    font-size: 16px;
  }
}

/*------------------- 4.3. Footer  -------------------*/
.footer-wrapper .gallery-thumb {
  border: 3px solid var(--theme-color);
  border-radius: 10px;
}

.footer-wrapper .social-style1 {
  display: inline-flex;
  align-items: center;
}

.sectionLine2 {
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 25px;
  text-transform: capitalize;
  overflow: hidden;
  width: 100%;
  max-width: 243px;
}

.sectionLine2::after {
  content: "";
  position: absolute;
  width: 38%;
  height: 3px;
  background-color: var(--secondary-color);
  bottom: 0;
  left: 0;
}

.footer-search {
  margin-left: 60px;
}

.footer-wrapper {
  position: relative;
  overflow: hidden;
}

.footer-wrapper .fixed-size {
  max-width: 332px;
}

.footer-wrapper .footer-logo {
  margin-bottom: 35px;
  background: #fff;
  border-radius: 8px;
  padding: 5px;
}

.footer-wrapper .footer-text {
  margin-bottom: 0px;
  color: var(--white-color);
  text-transform: capitalize;
  font-weight: 400;
}

.footer-wrapper .widget_title {
  position: relative;
  text-transform: capitalize;
}

.footer-wrapper .footer-links {
  margin-bottom: 0;
}

.footer-wrapper .footer-links li {
  position: relative;
  font-size: 16px;
  line-height: 150%;
  font-weight: 500;
  text-transform: capitalize;
  transition: all 0.5s ease;
}

.footer-wrapper .footer-links li:not(:last-child) {
  margin-bottom: 8px;
}

.footer-wrapper .footer-links li a {
  color: var(--white-color);
  padding-left: 0;
}

.footer-wrapper .footer-links li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background-color: var(--secondary-color);
  border-radius: 50%;
  font-size: 14px;
  font-weight: 700;
  color: var(--theme-color);
  font-family: var(--icon-font);
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease;
}

.footer-wrapper .footer-links li:hover::after {
  visibility: visible;
  opacity: 1;
}

.footer-wrapper .footer-links li:hover a {
  padding-left: 15px;
}

.footer-wrapper .extra-space-top {
  padding-top: 240px;
}

.footer-wrapper .contact-box .icon {
  border: none;
}

.footer-wrapper .contact-box .contact-content {
  padding-left: 0;
}

.footer-wrapper .contact-box .contact-title {
  margin-bottom: 0;
}

.footer-wrapper .copyright-text {
  padding: 17px 0;
}

.footer-wrapper .footer-widget .footer-links {
  -moz-column-count: 2;
  column-count: 2;
  margin-bottom: 0;
}

.common-line {
  text-align: center;
  width: 100%;
}

.common-line img {
  width: 100%;
}

.footer-wrapper .vs-widget-about {}

.footer-wrapper .contact-box {
  margin-bottom: 25px;
}

.contact-box2 ul li {
  position: relative;
}

.contact-box2 ul li:not(:last-child) {
  margin-bottom: 10px;
}

.contact-box2 ul li i {
  color: #ffd149;
  transition: all 0.5s ease;
  font-size: 22px;
}

.contact-box2 ul li a {
  display: inline-block;
  padding-left: 15px;
}

.contact-box2 ul li:hover a {
  color: var(--secondary-color);
}

.contact-box2 ul li:hover i {
  color: var(--secondary-color);
}

.social-style1 .social-title {
  color: var(--text-color);
  font-weight: 700;
  position: relative;
  margin-right: 15px;
  padding-right: 14px;
}

.social-style1 .social-title::before {
  content: "";
  position: absolute;
  right: 0;
  width: 2.5px;
  height: 22px;
  background-color: #535354;
  top: 50%;
  transform: translateY(-50%);
}

.social-style1 .social-title::after {
  content: "";
  position: absolute;
  right: -4px;
  width: 2px;
  height: 14px;
  background-color: #535354;
  top: 50%;
  transform: translateY(-50%);
}

.social-style1 .social-icon a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50%;
  background-color: var(--theme-color);
  border: 1px solid #2A2A2B;
}

.social-style1 .social-icon a:hover {
  color: var(--white-color);
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}

.footer-social a {
  color: var(--white-color);
}

.footer-social a:hover {
  color: var(--theme-color);
}

.footer-social a:not(:last-child) {
  margin-right: 18px;
}

.newsletter-form .search-btn {
  position: relative;
}

.newsletter-form .search-btn .form-control {
  margin-bottom: 0;
}

.newsletter-form .search-btn .icon-btn {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--theme-color);
}

.newsletter-form .search-btn .icon-btn:hover {
  background-color: var(--secondary-color);
}

.copyright-wrap {
  text-align: center;
  background-color: #20584C;
  position: relative;
}

.copyright-text {
  margin: 0;
  font-size: 16px;
  padding: 32px 0;
  font-weight: 400;
  color: var(--white-color);
  position: relative;
  z-index: 0;
}

.copyright-text a {
  font-weight: 700;
  color: var(--secondary-color);
  text-transform: capitalize;
}

.copyright-text a:hover {
  color: var(--white-color);
}

.copyright-menu ul {
  margin: 0;
}

.copyright-menu li {
  margin-right: 20px;
  display: inline-block;
}

.copyright-menu a {
  display: block;
  text-decoration: none;
  text-transform: capitalize;
  color: var(--white-color);
  font-size: 16px;
  font-weight: 400;
}

.copyright-menu a:hover {
  color: var(--secondary-color);
}

.footer-layout1 .sectionLine2::after {
  background-color: var(--secondary-color);
}

.footer-layout1 .footer-links li::after {
  background-color: var(--secondary-color);
}

.footer-layout1 .contact-box2 ul li:hover i {
  color: var(--secondary-color);
}

.footer-layout1 .contact-box2 ul li:hover a {
  color: var(--secondary-color);
}

.footer-layout1 .search-style1 input {
  border-color: var(--secondary-color);
}

.footer-layout1 .search-style1 .vs-btn {
  color: var(--theme-color);
  background-color: var(--secondary-color);
}

.footer-layout1 .copyright-wrap {
  background-color: #3B445D;
}

.footer-layout1 .copyright-text a {
  color: var(--secondary-color);
}

.footer-layout1 .copyright-text a:hover {
  color: var(--white-color);
}

.footer-layout1 .copyright-menu a:hover {
  color: var(--secondary-color);
}

.footer-layout3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1C0001;
  background: linear-gradient(97deg, rgba(28, 0, 1, 0.877) 39%, rgba(126, 67, 0, 0.877) 85%);
  opacity: 0.3;
}

.footer-layout3 .search-style1 .vs-btn {
  color: var(--white-color);
}

.footer-layout3 .search-style1 .vs-btn:hover {
  color: var(--theme-color);
}

.footer-layout3 .copyright-wrap {
  background-color: rgba(255, 255, 255, 0.1019607843);
}

.footer-layout3 .copyright-text a {
  color: var(--secondary-color);
}

.footer-layout3 .copyright-text a:hover {
  color: var(--white-color);
}

.footer-layout3 .copyright-menu a:hover {
  color: var(--secondary-color);
}

.footer-layout3 .sectionLine2::after {
  background-color: var(--secondary-color);
}

.footer-layout3 .footer-links li::after {
  background-color: var(--secondary-color);
}

/* Large devices */
@media (max-width: 1199px) {
  .footer-wrapper .widget-area {
    padding: 80px 0 50px;
  }

  .footer-search {
    margin-left: 0;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .copyright-wrap {
    padding-bottom: 35px;
  }

  .footer-layout2 .copyright-wrap {
    padding-bottom: 0;
  }

  .footer-wrapper .vs-widget-about {
    padding-right: 0;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .footer-wrapper .widget-area {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-wrapper .vs-widget-about {
    padding-right: 0;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .footer-wrapper .vs-widget-about {
    padding-right: 0;
  }
}

/*------------------- 4.4. Breadcrumb  -------------------*/
.breadcumb-menu span {
  display: inline-block;
  list-style: none;
  position: relative;
}

.breadcumb-menu span:after {
  content: "//";
  position: relative;
  font-size: 16px;
  font-weight: 300;
  color: var(--white-color);
  padding: 0 5px 0 10px;
  font-family: var(--icon-font);
  top: 2px;
}

@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: 700;
  text-transform: capitalize;
  font-size: 16px;
  font-family: var(--title-font);
  display: inline-flex;
  align-items: center;
}

.breadcumb-menu span a {
  color: var(--white-color);
}

.breadcumb-menu span a:hover {
  color: var(--secondary-color);
}

@media (max-width: 767px) {
  .breadcumb-menu span {
    font-size: 14px;
  }
}

.breadcumb-menu-wrap {
  text-align: left;
}

.breadcumb-title {
  color: var(--white-color);
  margin-bottom: 16px;
  font-size: 48px;
  line-height: 120%;
  margin-bottom: 5px;
  text-align: left;
  text-transform: capitalize;
  margin: 0 0 22px 0;
}

@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: 250px 0 150px;
  background-color: var(--theme-color);
  position: relative;
  z-index: 1;
  /* Medium devices */
}

@media (max-width: 991px) {
  .breadcumb-wrapper {
    padding: 160px 0 100px 0;
  }
}

@media (max-width: 767px) {
  .breadcumb-wrapper {
    padding: 140px 0 50px;
  }

  .breadcumb-wrapper .breadcumb-title {
    font-size: 32px;
  }
}

/* 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(--text-color);
  text-align: center;
  position: relative;
  border: 1px solid var(--border-color);
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-weight: 400;
  font-size: 20px;
  z-index: 1;
  background-color: var(--theme-color);
  border-radius: 5px;
}

.post-pagi-box {
  display: flex;
  align-items: center;
}

.post-pagi-box>a {
  color: var(--text-color);
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  font-family: var(--title-font);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.post-pagi-box>a i {
  font-weight: 700;
  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: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 10px;
  background-color: var(--body-color);
  color: var(--theme-color);
  text-transform: capitalize;
  display: inline-flex;
  font-size: 16px;
  font-weight: 700;
  gap: 5px;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--theme-color);
  transition: all 0.5s ease;
}

.vs-pagination span.active,
.vs-pagination span:hover,
.vs-pagination a.active,
.vs-pagination a:hover {
  color: var(--secondary-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: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 10px;
  color: var(--text-color);
  text-transform: capitalize;
  display: inline-flex;
  gap: 5px;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--border-color);
  transition: all 0.5s ease;
}

.vs-pagination .pagi-btn i {
  font-size: 16px;
  font-weight: 700;
  color: var(--theme-color);
}

.vs-pagination .pagi-btn.active,
.vs-pagination .pagi-btn:hover {
  color: var(--secondary-color);
  background-color: var(--theme-color);
}

.vs-pagination .pagi-btn.active i,
.vs-pagination .pagi-btn:hover i {
  color: var(--secondary-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;
  line-height: 30px;
  font-weight: 700;
  font-family: var(--title-font);
  text-align: left;
  color: var(--theme-color);
  padding: 38px 40px;
  margin: 0 0 55px;
  background-color: var(--theme-color);
  border-radius: 20px;
}

blockquote::after {
  position: absolute;
  content: "";
  height: 70%;
  width: 4px;
  background-color: var(--secondary-color);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 20px;
}

blockquote p {
  font-family: inherit;
  color: var(--white-color);
  font-size: 16px;
  text-transform: capitalize;
  z-index: 3;
  width: 100%;
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 1.6;
  position: relative;
}

blockquote p a {
  color: inherit;
}

blockquote cite {
  color: var(--secondary-color);
  font-family: var(--title-font);
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
  position: relative;
  line-height: 150%;
  padding-left: 35px;
  font-style: normal;
}

blockquote cite::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 4px;
  background-color: var(--secondary-color);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 20px;
}

blockquote .quote-icon {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

blockquote .quote-icon i {
  font-size: 46px;
  color: var(--theme-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: var(--theme-color);
  display: inline-block;
  font-size: 24px;
  line-height: 140%;
  text-transform: capitalize;
}

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

.blog--layout2 {
  padding-top: 235px;
  margin-top: -155px;
}

.blog-group-imgs img {
  border-radius: 20px;
}

.vs-blog .blog-img {
  position: relative;
  z-index: 1;
  border-radius: 20px;
  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(--theme-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 .blog-img__img {
  transform: scale(1);
  width: 100%;
  transition: all 0.6s ease-in-out;
}

.vs-blog:hover .blog-img__img {
  transform: scale(1.08);
}

.vs-blog .blog-content {
  padding: 30px 0 0;
  transition: all 0.5s ease;
}

.vs-blog .btn-area {
  line-height: 100%;
}

.blog-style1 {
  background-color: var(--body-color);
  padding: 30px;
  border-radius: 20px;
  transition: all 0.5s ease;
  height: 100%;
}

.blog-style1:hover {
  background-color: var(--theme-color);
}

.blog-style1:hover .vs-btn {
  color: var(--theme-color);
  background-color: var(--secondary-color);
}

.blog-style1:hover .vs-btn:hover {
  color: var(--white-color);
}

.blog-style1:hover .blog-title a {
  color: var(--white-color);
}

.blog-style1:hover .blog-title a:hover {
  color: var(--secondary-color);
}

.blog-style1:hover .meta-date {
  color: var(--theme-color);
  background-color: var(--secondary-color);
}

.blog-layout1 {
  position: relative;
  overflow: hidden;
}

.blog-style2 {
  background-color: var(--body-color);
  padding: 30px;
  border-radius: 20px;
  transition: all 0.5s ease;
}

.blog-style2 .meta-date {
  background-color: var(--theme-color);
}

.blog-style2 .vs-btn {
  background-color: var(--theme-color);
}

.blog-style2:hover {
  /* background-color: var(--theme-color); */
}

.blog-style2:hover .vs-btn {
  color: var(--white-color);
  background-color: var(--secondary-color);
}

.blog-style2:hover .vs-btn:hover {
  color: var(--white-color);
}

.blog-style2:hover .blog-title a {
  /* color: var(--white-color); */
}

.blog-style2:hover .blog-title a:hover {
  color: var(--secondary-color);
}

.blog-style2:hover .meta-date {
  color: var(--white-color);
  background-color: var(--secondary-color);
}

.blog-style2:hover .blog-title a:hover {
  color: var(--secondary-color);
}

.blog-style2 .blog-meta a:hover {
  color: var(--secondary-color);
}

.blog-style2 .blog-meta a:hover i {
  color: var(--secondary-color);
}

.blog-style3 {
  background-color: var(--body-color);
  padding: 30px;
  border-radius: 20px;
  transition: all 0.5s ease;
}

.blog-style3 .meta-date {
  color: var(--theme-color);
  background-color: var(--secondary-color);
}

.blog-style3 .vs-btn {
  background-color: var(--theme-color);
}

.blog-style3:hover {
  background-color: var(--theme-color);
}

.blog-style3:hover .vs-btn {
  color: var(--theme-color);
  background-color: var(--secondary-color);
}

.blog-style3:hover .vs-btn:hover {
  color: var(--white-color);
}

.blog-style3:hover .blog-title a {
  color: var(--white-color);
}

.blog-style3:hover .blog-title a:hover {
  color: var(--secondary-color);
}

.blog-style3:hover .meta-date {
  color: var(--theme-color);
  background-color: var(--secondary-color);
}

.blog-style3:hover .blog-title a:hover {
  color: var(--secondary-color);
}

.blog-style3 .blog-meta a:hover {
  color: var(--theme-color);
}

.blog-style3 .blog-meta a:hover i {
  color: var(--theme-color);
}

.vs-blog-wrapper .blog-pagination {
  margin-top: 60px;
  margin-bottom: 0;
}

.blog-style3 .blog-title {
  margin-bottom: 30px;
}

.blog-style3 .link-btn {
  color: var(--theme-color);
  padding: 0;
  height: 100%;
}

.blog-style3 .link-btn:hover {
  color: var(--white-color);
}

.blog-style3 .blog-content {
  padding: 30px 0 0;
}

.blog-style3 .blog-img {
  border-radius: 20px;
}

.blog-style4 .blog-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.blog-style4 .blog-meta {
  margin-bottom: 0;
}

.blog-style4 .blog-meta i {
  color: var(--text-color);
  font-weight: 300;
}

.blog-style4 .author-box .author-title {
  font-size: 16px;
}

.blog-style4 .author-box .author-desi {
  font-size: 14px;
}

.blog-style4 .author-box .author-img {
  max-width: 44px;
}

.blog-style4 .blog-title {
  margin-bottom: 0;
}

.blog-style4 .blog-img {
  margin-bottom: 30px;
}

.blog-style4 .blog-content {
  padding: 0;
}

.border-wrap {
  position: relative;
}

.social-media {
  position: relative;
  cursor: pointer;
}

.social-media .member-links {
  position: absolute;
  right: 0px;
  bottom: 50px;
  width: 40px;
  text-align: center;
  background-color: var(--theme-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);
}

.meta-date {
  background-color: var(--theme-color);
  color: var(--white-color);
  max-width: 60px;
  width: 100%;
  height: 50px;
  font-size: 20px;
  text-align: center;
  padding: 0px 15px;
  margin-right: 20px;
  display: block;
  font-family: var(--title-font);
  font-weight: 700;
  line-height: 100%;
  position: relative;
  z-index: 1;
  transition: all 0.5s ease;
}

.blog-meta {
  margin-bottom: 30px;
  background-color: var(--white-color);
  border: none;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}

.blog-meta::after {
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  border: 1px solid var(--border-color);
  border-radius: 10px;
  z-index: 0;
}

.blog-meta a {
  display: inline-block;
  font-size: 16px;
  color: var(--text-color);
  font-weight: 400;
  font-family: var(--body-font);
  position: relative;
  z-index: 1;
}

.blog-meta a:not(:last-child) {
  padding-right: 20px;
  margin-right: 20px;
}

.blog-meta a:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 20px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--border-color);
}

.blog-meta a i {
  margin-right: 8px;
  color: var(--text-color);
  font-weight: 700;
  transition: all 0.5s ease;
}

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

.blog-meta a: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: 400;
  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;
  font-weight: 700;
  left: 0;
  top: 4px;
}

.title-shep {
  position: relative;
  padding-bottom: 20px;
}

.title-shep::before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 3px;
  background-color: var(--theme-color);
  border-radius: 3px;
}

.title-shep:after {
  content: "";
  position: absolute;
  left: 20px;
  bottom: 0px;
  width: 60px;
  height: 3px;
  background-color: var(--secondary-color);
  border-radius: 3px;
}

.blog-inner-title {
  font-size: 40px;
  margin-top: -0.2em;
  margin-bottom: 40px;
  line-height: 125%;
}

.blog-single {
  position: relative;
  margin-bottom: 30px;
  padding: 0.1px 0 0.1px 0;
}

.blog-single .blog-inner-img {
  margin-bottom: 25px;
}

.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(--theme-color);
  font-family: var(--title-font);
  display: inline-block;
}

.blog-single .tagcloud a {
  border-radius: 6px;
  color: var(--text-color);
  background-color: var(--white-color);
  text-transform: capitalize;
  display: inline-flex;
  font-family: var(--body-font);
  align-items: center;
  padding: 8px 6px;
  font-size: 14px;
  border: 0;
  font-weight: 400;
}

.blog-single .tagcloud a:hover {
  color: var(--white-color);
  background-color: var(--theme-color);
}

.blog-single .share-links {
  margin: 0;
  padding: 22px 0 0;
  border-top: 2px solid var(--theme-color);
}

.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-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-links2 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
  margin-bottom: 0px;
}

.blog-single .social-links2 a {
  transition: all 0.5s ease;
  color: var(--text-color);
}

.blog-single .social-links2 a i {
  font-size: 15px;
}

.blog-single .social-links2 a:hover {
  color: var(--theme-color);
}

.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(--secondary-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: 15px;
  margin-bottom: 0px;
  display: inline-flex;
  align-items: center;
  position: relative;
  border: 2px solid var(--border-color);
}

.blog-author .media-img {
  width: 100%;
  max-width: 140px;
  margin-right: 30px;
  width: 140px;
  height: 140px;
  border: 6px solid #2a3244;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}

.blog-author .media-img::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  z-index: -1;
  border-radius: 50%;
  width: 140px;
  height: 140px;
  transform: translate(-50%, -50%);
  background: linear-gradient(266deg, rgb(67, 136, 221) 0%, rgb(212, 72, 60) 100%) padding-box, linear-gradient(266deg, rgb(67, 136, 221) 0%, rgb(212, 72, 60) 100%) border-box;
  mask: radial-gradient(farthest-side, transparent calc(100% - var(--border)), #fff calc(100% - var(--border) + 1px));
  --border: 6px;
  animation: spinTwo 1s infinite linear;
  animation-play-state: paused;
}

.blog-author .media-img img {
  border-radius: 50%;
  overflow: hidden;
}

.blog-author .media-img:hover::before {
  animation: spinTwo 1s infinite linear;
}

.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: 26px;
  font-weight: 700;
  line-height: 140%;
  text-transform: capitalize;
  color: var(--white-color);
  margin-bottom: 0px;
}

.blog-author .author-degi {
  color: var(--body-color);
  margin-bottom: 24px;
}

.blog-author .author-text {
  color: var(--text-color);
  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(--text-color);
  font-size: 15px;
}

.blog-author .author-links a:hover {
  color: var(--theme-color);
}

.blog-author .publish-info {
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 700;
  font-family: var(--title-font);
  color: var(--theme-color);
}

.blog-author .author-top {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 7px;
}

.blog-details .blog-img {
  position: relative;
  overflow: initial;
  border-radius: 15px 15px 0px 0px;
  overflow: hidden;
}

.blog-details .blog-img img {
  transform: scale(1);
  width: 100%;
  transition: all 0.6s ease-in-out;
}

.blog-details .blog-img:hover img {
  transform: scale(1.1);
}

.blog-details .blog-title {
  font-size: 48px;
  line-height: 120%;
  color: var(--theme-color);
  font-weight: 700;
  border: none;
  padding: 0;
  margin: 0 0 45px 0;
}

.blog-details .blog-title2 {
  font-size: 30px;
  line-height: 120%;
  color: var(--theme-color);
  font-weight: 700;
  border: none;
  padding: 0;
  margin: 0 0 30px 0;
}

.blog-details .blog-content {
  padding: 30px 30px 60px;
  border-radius: 0 0px 20px 20px;
  margin-bottom: 20px;
  border-bottom: 4px solid var(--theme-color);
}

.blog-details .blog-group-imgs {
  margin-top: 20px;
}

.blog-details .details-list {
  margin-bottom: 55px;
}

.blog-details .social-links {
  text-align: right;
}

.blog-details .social-links a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: var(--theme-color);
  background-color: var(--white-color);
}

.blog-details .social-links a:hover {
  background-color: var(--secondary-color);
}

.blog-standard {
  padding: 47px 40px 40px 40px;
  background-color: var(--body-color);
  border-radius: 20px;
  transition: all 0.5s ease;
  margin-bottom: 30px;
}

.blog-standard .blog-img {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.blog-standard .blog-img img {
  width: 100%;
}

.blog-standard .blog-meta {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: 0;
  border: none;
  border-radius: 0;
}

.blog-standard .blog-meta .meta-date {
  max-width: 190px;
  display: inline-flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.blog-standard .blog-meta::after {
  border-radius: 0;
  border-top: none;
}

.blog-standard .blog-meta .blog-content {
  margin-bottom: 0;
  border: none;
  padding: 38px 0 0;
}

.blog-standard .blog-title {
  margin-bottom: 26px;
}

.blog-standard .blog-title a {
  font-size: 40px;
}

.blog-standard .vs-btn {
  padding: 17px 30px;
}

.blog-standard .blog-content {
  padding: 35px 0 0;
}

.blog-standard:hover {
  background-color: var(--theme-color);
}

.blog-standard:hover .blog-title a {
  color: var(--white-color);
}

.blog-standard:hover .blog-title a:hover {
  color: var(--secondary-color);
}

.blog-standard:hover .meta-date {
  background-color: var(--secondary-color);
}

.blog-standard:hover .vs-btn {
  background-color: var(--secondary-color);
}

.vs-pagination.blog-standard-pagination {
  margin-top: 30px;
  /* Small devices */
}

@media (max-width: 767px) {
  .vs-pagination.blog-standard-pagination {
    margin-top: 20px;
  }
}

.blog-text {
  color: var(--text-color);
}

@media (max-width: 1299px) {
  .blog-meta {
    justify-content: center;
  }

  .blog-meta a {
    padding: 5px;
  }

  .meta-date {
    max-width: 100%;
    height: 100%;
    margin-right: 0;
    padding: 5px 0 8px;
  }

  .blog-standard .blog-meta .meta-date {
    max-width: 100%;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  blockquote {
    font-size: 20px;
    padding: 23px 30px 26px 42px;
  }

  blockquote cite {
    font-size: 16px;
  }

  .blog-single {
    --blog-space-y: 40px;
    --blog-space-x: 30px;
  }

  .blog-single .blog-title {
    font-size: 24px;
  }

  .blog-style1 {
    padding: 20px 20px 30px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .vs-blog .blog-title {
    font-size: 22px;
  }

  .blog-single .social-links {
    justify-content: start;
  }

  .vs-blog-wrapper .blog-pagination {
    margin-top: 40px;
  }
}

/* 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-standard {
    padding: 20px 15px;
  }

  .blog-standard .blog-title a {
    font-size: 24px;
  }

  .vs-pagination.blog-standard-pagination {
    margin-top: 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 .blog-meta {
    text-align: left;
  }

  .blog-single .social-links2 {
    justify-content: start;
  }

  .blog-author {
    display: block;
  }

  .blog-author .media-img {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .blog-author .author-top {
    display: block;
  }
}

@media (max-width: 460px) {
  .blog-standard .blog-meta a {
    padding-right: 0;
    padding: 2px;
  }

  .blog-standard .blog-meta a::after {
    display: none;
  }
}

@media (max-width: 399px) {
  .blog-details .social-links {
    text-align: left;
  }

  .blog-details .blog-content {
    padding: 30px 15px 60px;
  }

  .blog-meta a:not(:last-child) {
    padding-right: 10px;
    margin-right: 0;
  }

  .blog-style1,
  .blog-style2,
  .blog-style3 {
    padding: 20px 15px 30px;
  }
}

/*------------------- 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: 5px;
  margin-bottom: 25px;
}

.comment-respond .form-control {
  background-color: var(--white-color);
  border: none;
  height: 60px;
  border-radius: 10px;
  color: var(--text-color);
  border: none;
}

.comment-respond .form-control::placeholder {
  color: var(--text-color);
}

.comment-respond input[type=checkbox]~label:before {
  border: 1px solid var(--theme-color);
  border-radius: 4px;
}

.comment-respond input[type=checkbox]:checked~label:before {
  border: 1px solid var(--border-color);
  color: var(--white-color);
}

.comment-respond .custom-checkbox>label {
  color: var(--text-color);
  font-weight: 400;
}

.comment-respond .form-text {
  margin-bottom: 25px;
}

.comment-respond .vs-btn {
  font-weight: 700;
  padding: 17px 40px;
  border-radius: 15px;
  height: auto;
  line-height: 165%;
  text-transform: capitalize;
  font-weight: 700;
  border: none;
}

.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(--theme-color);
  border: 1px solid var(--theme-color);
  border-radius: 30px;
  height: 50px;
}

.question-form .form-control::placeholder,
.review-form .form-control::placeholder {
  color: var(--theme-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(--theme-color);
}

.vs-comments-wrap {
  padding: 55px 40px 40px;
  border-radius: 20px;
  background-color: var(--body-color);
  margin-bottom: 60px;
}

.vs-comments-wrap .description p:last-child {
  margin-bottom: 0;
}

.vs-comments-wrap .comments-title {
  font-size: 36px;
  margin-bottom: 30px;
  color: var(--theme-color);
  line-height: 128%;
}

.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: center;
  position: relative;
  padding: 30px;
  background: var(--white-color);
  border-radius: 20px;
  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: 100%;
  max-width: 130px;
  margin-right: 30px;
  border-radius: 20px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.vs-comments-wrap .comment-content .comment-top {
  margin-bottom: 7px;
}

.vs-comments-wrap .comment-content .comment-name {
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
  text-transform: capitalize;
  color: var(--theme-color);
  margin-bottom: 0px;
}

.vs-comments-wrap .comment-content .publish-date {
  font-size: 16px;
  margin-bottom: 14px;
  font-weight: 400;
  font-family: var(--body-font);
  color: var(--text-color);
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.vs-comments-wrap .comment-content .publish-date i {
  font-size: 18px;
  color: var(--theme-color);
}

.vs-comments-wrap .comment-content .text {
  color: var(--text-color);
  margin-bottom: 0px;
}

.vs-comments-wrap .commented-on {
  font-size: 16px;
  display: inline-flex;
  margin-bottom: 14px;
  margin-top: 0;
  font-weight: 400;
  color: var(--theme-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 .children {
  margin: 20px 0 20px 50px;
  padding: 0;
  list-style-type: none;
}

.vs-comments-wrap .reply_and_edit {
  position: absolute;
  top: 20px;
  right: 20px;
}

.vs-comments-wrap .replay-btn {
  text-transform: capitalize;
  line-height: 1;
  font-size: 16px;
  font-weight: 700;
  color: var(--white-color);
  padding: 8px 30px;
  border-radius: 10px;
  transition: all 0.5s ease;
  background-color: var(--theme-color);
}

.vs-comments-wrap .replay-btn:hover {
  color: var(--theme-color);
  background-color: var(--secondary-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: 60px 40px;
  background-color: var(--body-color);
  border-radius: 20px;
}

.vs-comment-form .comments-text {
  color: var(--text-color);
}

.vs-comment-form .form-title {
  margin-bottom: 32px;
}

.vs-comment-form .comments-title {
  color: var(--theme-color);
  font-size: 48px;
  line-height: 120%;
  margin-bottom: 25px;
}

.vs-comment-form .form-group {
  margin-bottom: 18px;
}

.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: 55px 15px 40px;
  }

  .vs-comments-wrap .vs-post-comment {
    padding: 20px 15px;
  }

  .vs-comments-wrap .children {
    margin-left: 20px;
  }

  .vs-comments-wrap .name {
    font-size: 18px;
  }

  .comment-respond .form-inner {
    padding: 0;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .vs-comments-wrap .comment-content .comment-top {
    display: block;
  }
}

/*------------------- 4.8. Hero Area  -------------------*/
.hero-subtitle {
  color: var(--white-color);
  font-size: 20px;
  font-weight: 300;
  font-family: var(--body-font);
  text-transform: capitalize;
  display: inline-flex;
  align-items: end;
  margin-bottom: 28px;
  letter-spacing: 2px;
  line-height: 150%;
}

.hero-title {
  font-size: 90px;
  color: var(--white-color);
  text-transform: capitalize;
  line-height: 122%;
  margin-bottom: 28px;
}

.hero-title .title-highlight {
  color: var(--secondary-color);
  position: relative;
}

.hero-text {
  font-size: 18px;
  font-weight: 400;
  color: var(--white-color);
  font-family: var(--body-font);
  text-transform: capitalize;
  margin-bottom: 45px;
  padding-right: 0;
  max-width: 60ch;
}

.hero-layout1 {
  background-color: var(--theme-color);
  position: relative;
  z-index: 1;
  padding: 230px 0 130px;
}

.hero-layout1 .vs-btn {
  color: var(--white-color);
  background-color: var(--theme-color);
}

.hero-layout1 .vs-btn:hover {
  background-color: var(--white-color);
  color: var(--theme-color);
}

.hero-layout1 .hero-content {
  position: relative;
  padding: 90px 0;
}

.hero-layout1 .hero-content::after {
  content: "";
  position: absolute;
  left: -140%;
  top: 0;
  width: 250%;
  height: 100%;
  background: #BAAD7B;
  background: linear-gradient(268deg, rgba(186, 173, 123, 0) 0%, rgba(186, 173, 123, 0.69) 100%);
  z-index: -1;
}

.hero-layout2 {
  background-color: var(--theme-color);
  position: relative;
  z-index: 1;
  padding: 310px 0 220px;
}

.hero-layout2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(97deg, rgba(0, 0, 0, 0.56) 39%, rgba(14, 81, 64, 0.75) 85%);
}

.hero-layout2 .vs-btn {
  color: var(--theme-color);
  background-color: var(--secondary-color);
  padding: 17px 26px;
}

.hero-layout2 .vs-btn:hover {
  background-color: var(--white-color);
}

.hero-layout2 .hero-content {
  position: relative;
  z-index: 1;
}

.hero-layout3 {
  background-color: var(--theme-color);
  position: relative;
  z-index: 1;
  padding: 310px 0 220px;
}

.hero-layout3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: radial-gradient(circle, rgba(65, 41, 15, 0.58) 0%, rgba(57, 30, 4, 0.68) 45%, rgba(0, 0, 0, 0.831372549) 100%);
}

.hero-layout3 .hero-text {
  margin: 0 auto 45px;
}

.hero-layout3 .vs-btn {
  color: var(--theme-color);
  background-color: var(--secondary-color);
  padding: 17px 26px;
}

.hero-layout3 .vs-btn:hover {
  background-color: var(--white-color);
}

.hero-layout3 .hero-content {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1580px) {
  .vs-hero .hero-title {
    font-size: 70px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .vs-hero .hero-title {
    font-size: 60px;
  }
}

/* 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;
    line-height: 120%;
  }

  .hero-layout3 {
    padding: 200px 0 80px;
  }

  .hero-layout2 {
    padding: 140px 0 80px;
  }

  .hero-content {
    text-align: center;
  }

  .hero-content .hero-text {
    margin: 0 auto 45px auto;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .vs-hero .hero-title {
    font-size: 52px;
  }

  .hero-layout1 {
    padding: 140px 0 80px;
  }

  .hero-layout1 .hero-content {
    position: relative;
    padding: 60px 0;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .vs-hero .hero-title {
    font-size: 38px;
  }

  .vs-hero .hero-title .small-text {
    font-size: 32px;
  }
}

/*------------------- 4.9. Error  -------------------*/
.error-style1 .title-area {
  margin-bottom: calc(var(--section-title-space) - 25px);
}

.error-style1 .content-area {
  margin-bottom: 40px;
}

.error-style1 .vs-btn {
  padding: 12px 30px;
}

.error-text {
  color: var(--text-color);
  margin-bottom: 25px;
}

.error-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 0px;
}

.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  -------------------*/
.vs-about {
  position: relative;
}

.vs-about .about-img1 {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  border: 3px solid var(--body-color);
}

.vs-about .about-img1 img {
  width: 100%;
  transform: scale(1);
  transition: all 0.5s ease;
}

.vs-about .about-img1:hover img {
  transform: scale(1.1);
}

.vs-about .list-box1 {
  background-color: transparent;
  padding: 25px 30px;
  border-radius: 15px;
  border: 2px solid transparent;
  transition: all 0.3s ease;
}

.vs-about .list-box1.active,
.vs-about .list-box1:hover {
  background-color: var(--theme-color);
  border-color: var(--border-color);
}

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

.vs-about .about-text {
  margin: 0 0 30px 0;
}

.vs-about .list-style1 {
  margin-bottom: 22px;
}

.vs-about .list-style1 ul li i {
  color: var(--secondary-color);
}

.vs-about .vs-btn {
  background-color: var(--theme-color);
}

.vs-about .vs-btn:hover {
  color: var(--white-color);
  background-color: var(--secondary-color);
}

.vs-about .info-body {
  display: inline-flex;
  gap: 30px;
  align-items: center;
}

.img-box1 {
  position: relative;
  max-width: 645px;
}

.img-box1 .img1 {
  width: 100%;
  max-width: 645px;
}

.img-box1 .img2 {
  position: absolute;
  left: 0;
  bottom: 16%;
  border-radius: 20px;
  overflow: hidden;
  max-width: 195px;
}

.img-box1 .img2 img {
  width: 100%;
}

.img-box1 .img3 {
  position: absolute;
  right: 0;
  bottom: 16%;
  border-radius: 20px;
  overflow: hidden;
  max-width: 195px;
}

.img-box1 .img3 img {
  width: 100%;
}

.img-box2 {
  position: relative;
}

.img-box2 .img1 {
  width: 100%;
  max-width: 100%;
}

.img-box2 .img2 {
  position: absolute;
  bottom: 40px;
  left: -106px;
}

.img-box2 .img2 img {
  width: 100%;
}

.about-info1 {
  display: flex;
  align-items: center;
  gap: 30px;
  background-color: var(--body-color);
  padding: 15px;
  border-radius: 13px;
  transition: all 0.5s ease;
  max-width: 278px;
}

.about-info1:not(:last-child) {
  margin-bottom: 20px;
}

.about-info1:hover {
  /* background-color: var(--secondary-color); */
}

.about-info1 .info-icon {
  width: 100%;
  max-width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 13px;
  background-color: var(--theme-color);
  text-align: center;
}

.about-info1 .info-title {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 120%;
}

.about-layout2 .about-body {
  padding-left: 50px;
}

.about-layout2 .list-style1 ul li i {
  color: var(--theme-color);
}

.about-layout2 .sec-title {
  max-width: 20ch;
}

.about-layout2 .img-info {
  background-color: var(--body-color);
}

.about-layout2 .img-info .media-title {
  color: var(--theme-color);
}

.about-layout2 .img-info .count-icon {
  color: var(--theme-color);
}

.about-layout2 .img-info .media-text {
  color: var(--theme-color);
}

.about-layout2 .img-info.style2 {
  background-color: var(--theme-color);
}

.about-layout2 .img-info.style2 .media-title {
  color: var(--secondary-color);
}

.about-layout2 .img-info.style2 .count-icon {
  color: var(--secondary-color);
}

.about-layout2 .img-info.style2 .media-text {
  color: var(--white-color);
}

.about-layout2 .vs-btn {
  background-color: var(--theme-color);
}

.about-layout2 .vs-btn:hover {
  background-color: var(--secondary-color);
}

.about-layout2 .about-btns {
  display: flex;
  gap: 30px;
}

.about-layout2 .info-body {
  margin-bottom: 40px;
}

.about-layout2 .list-style1 {
  margin-bottom: 0;
}

.about-layout2 .about-text {
  font-size: 16px;
  margin-bottom: 22px;
}

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

.about-layout2 .style2 .img-info .count-icon,
.about-layout2 .style2 .img-info .media-title,
.about-layout2 .style2 .list-style1 ul li i {
  color: var(--theme-color);
}

.about-layout2 .style2 .vs-btn {
  background-color: var(--theme-color);
}

.about-layout2 .style2 .vs-btn:hover {
  background-color: var(--secondary-color);
}

.about-layout2 .style2 .about-author .img-wrap {
  border-color: var(--theme-color);
}

.about-author {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  margin-right: 30px;
}

.about-author .img-wrap {
  border: 2px solid var(--theme-color);
  display: inline-block;
  border-radius: 10px;
  transition: all 0.5s ease;
}

.about-author .info-img {
  border-radius: 10px;
  overflow: hidden;
  display: block;
  text-align: center;
  margin: 5px;
  transition: all 0.5s ease;
}

.about-author .info-img img {
  width: 100%;
}

.about-author .title {
  font-size: 18px;
  margin-bottom: 3px;
}

.about-author .desi {
  display: block;
  line-height: 100%;
  font-size: 14px;
  color: var(--text-color);
}

.about-text {
  color: var(--text-color);
  text-transform: capitalize;
  font-size: 18px;
  line-height: 155%;
}

.img-box3 {
  display: inline-flex;
  align-items: center;
  gap: 30px;
}

.img-box3 .img1 {
  max-width: 243px;
}

.img-box3 .img1 img {
  width: 100%;
  border-radius: 10px;
}

.img-box3 .img1 img:not(:last-child) {
  margin-bottom: 30px;
}

.img-box3 .img2 {
  width: 100%;
}

.img-box3 .img2 img {
  width: 100%;
}

@media (max-width: 1560px) {
  .img-box2 .img2 {
    left: 0;
  }
}

@media (min-width: 1199px) and (max-width: 1330px) {
  .about-info1 {
    max-width: 100%;
  }

  .about-body.style1 .info-body {
    display: block;
  }

  .about-body.style1 .info-left {
    margin-bottom: 30px;
  }
}

@media (min-width: 1199px) and (max-width: 1299px) {

  .img-box1 .img2,
  .img-box1 .img3 {
    max-width: 160px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .img-box2 .img2 {
    left: 0;
  }

  .about-layout2 .about-body {
    padding-left: 0;
  }

  .img-box1 {
    margin: 0 auto 0 auto;
  }

  .about-img {
    text-align: center;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .vs-about .title-area {
    text-align: left;
  }

  .about-img {
    margin-bottom: 10px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .img-box2 .img2 {
    display: none;
  }

  .vs-about .info-body {
    gap: 15px;
  }

  .about-layout2 .about-author {
    margin-bottom: 20px;
  }

  .about-layout2 .about-btns {
    display: block;
  }
}

@media (max-width: 660px) {

  .img-box1 .img2,
  .img-box1 .img3 {
    max-width: 180px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .vs-about .info-body {
    display: block;
  }

  .about-info1 {
    max-width: 100%;
  }

  .info-left {
    margin-bottom: 30px;
  }

  .img-box1 .img2,
  .img-box1 .img3 {
    max-width: 30%;
    border-radius: 10px;
  }

  .img-box3 {
    display: block;
  }

  .img-box3 .img1 {
    display: none;
  }
}

/*------------------- 4.11. Counter  -------------------*/
.counter-style1 {
  position: relative;
}

.counter-style1 .media-inner {
  display: inline-flex;
  gap: 27px;
  align-items: center;
  position: relative;
}

.counter-style1 .media-inner::after {
  content: "";
  position: absolute;
  top: 0;
  right: -50px;
  width: 2px;
  height: 100%;
  background-color: #252324;
}

.counter-style1 .media-inner.border-none::after {
  display: none;
}

.counter-area {
  background-color: var(--theme-color);
  border-radius: 20px;
  padding: 18px 40px 38px 40px;
}

.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: 700;
  font-size: 50px;
  line-height: normal;
  margin: 0;
}

.vs-counter .media-text {
  color: var(--text-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;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .counter-style1 .media-inner::after {
    display: none;
  }
}

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

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

  .counter-style1 .media-inner {
    display: flex;
    justify-content: center;
    gap: 10px;
  }

  .counter-area {
    text-align: center;
  }

  .counter-style1 .media-inner:not(:last-child) {
    margin-bottom: 15px;
  }
}

/* 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  -------------------*/
.custom-arrow {
  display: inline-flex;
  gap: 20px;
  position: relative;
  top: -8px;
}

.custom-arrow .icon-btn2 {
  border-radius: 10px;
  font-size: 25px;
}

.custom-arrow {
  /* Medium devices */
}

@media (max-width: 991px) {
  .custom-arrow {
    top: 0;
  }
}

.vs-testi {
  padding: 30px;
  background-color: var(--white-color);
  border-radius: 20px;
  position: relative;
  transition: all 0.5s ease;
}

.vs-testi .star-rating i {
  font-size: 16px;
  margin-right: 0;
}

.author-img {
  border-radius: 50%;
  max-width: 80px;
  border: 5px solid var(--secondary-color);
  overflow: hidden;
  transition: all 0.5s ease;
}

.author-img img {
  max-width: 100%;
}

.testi-text {
  color: var(--text-color);
  font-size: var(--body-font);
}

.author-title {
  font-size: 24px;
  margin-bottom: 5px;
}

.author-desi {
  color: var(--text-color);
  text-transform: capitalize;
}

.testi-style1 {
  border-top: 10px solid var(--theme-color);
  padding: 35px 30px 30px;
  margin-top: 40px;
}

.testi-style1 .author-box {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 20px;
}

.testi-style1 .star-rating i {
  color: var(--secondary-color);
}

.testi-style1 .author-img {
  position: absolute;
  right: 50px;
  top: -40px;
}

.testi-style1 .author-wrap::before {
  content: "";
  position: absolute;
  top: -50px;
  right: 40px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: var(--theme-color);
  z-index: -1;
  transition: all 0.5s ease;
}

.testi-style1 .testi-text {
  margin-bottom: 0;
}

.testi-style1:hover {
  border-color: var(--secondary-color);
}

.testi-style1:hover .author-wrap::before {
  background-color: var(--secondary-color);
}

.testi-style1:hover .author-img {
  border-color: var(--theme-color);
}

.testi-style2 .author-img {
  border-color: var(--theme-color);
}

.testi-style2 .star-rating {
  margin-bottom: 18px;
}

.testi-style2 .star-rating i {
  color: var(--secondary-color);
}

.testi-style2 .author-wrap {
  margin-bottom: 15px;
}

.testi-style2 .testi-icon {
  position: absolute;
  top: 40px;
  right: 30px;
}

.testi-style2 .testi-icon svg {
  fill: var(--theme-color);
}

.testi-style2 .shape1 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  visibility: visible;
  opacity: 1;
}

.testi-style2 .shape2 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  visibility: visible;
  opacity: 1;
}

.testi-style2:hover {
  background-color: var(--theme-color);
}

.testi-style2:hover .testi-icon svg {
  fill: var(--secondary-color);
}

.testi-style2:hover .author-img {
  border-color: var(--secondary-color);
}

.testi-style2:hover .testi-text,
.testi-style2:hover .author-desi,
.testi-style2:hover .author-title {
  color: var(--white-color);
}

.testi-style2:hover .shape2,
.testi-style2:hover .shape1 {
  visibility: hidden;
  opacity: 0;
}

.testi-layout2 .icon-btn2 {
  background-color: var(--theme-color);
  transition: all 0.5s ease;
}

.testi-layout2 .icon-btn2:hover {
  background-color: var(--secondary-color);
}

.testi-layout3 .icon-btn2 {
  background-color: var(--theme-color);
  transition: all 0.5s ease;
}

.testi-layout3 .icon-btn2:hover {
  background-color: var(--secondary-color);
}

.testi-layout3 .testi-style1 .star-rating i {
  color: var(--secondary-color);
}

.testi-layout3 .testi-style1 .author-img {
  border-color: var(--secondary-color);
}

.testi-layout3 .testi-style1:hover {
  border-color: var(--theme-color);
}

.testi-layout3 .testi-style1:hover .author-wrap::before {
  background-color: var(--theme-color);
}

/* Medium devices */
@media (max-width: 991px) {
  .testi-style1 {
    padding: 35px 15px 30px;
  }
}

/*------------------- 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(--secondary-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(--white-color);
  color: var(--theme-color);
  transform: rotate(90deg);
}

.sidemenu-wrapper .sidemenu-content {
  background-color: var(--theme-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: var(--secondary-color);
}

.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar {
  width: 2px;
  background-color: var(--secondary-color);
}

.sidemenu-wrapper .widget {
  padding: 0;
  border: none;
  margin: 0 0 40px 0;
  background-color: transparent;
}

.sidemenu-wrapper .widget_title {
  color: var(--white-color);
  border-bottom: 1px solid var(--border-color);
  padding: 0 0 20px 0;
  margin: 0 0 25px 0;
}

.sidemenu-wrapper .post-title a {
  color: var(--white-color);
}

.sidemenu-wrapper .post-title a:hover {
  color: var(--secondary-color);
}

.sidemenu-wrapper .recent-post-meta {
  color: var(--body-color);
  margin-bottom: 0;
}

.sidemenu-wrapper .social-links a:hover {
  color: var(--theme-color);
  background-color: var(--white-color);
}

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

.search-style1 input {
  background-color: transparent;
  border: 1px solid var(--secondary-color);
  border-radius: 10px;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
}

.search-style1 .vs-btn {
  border: none;
  background-color: var(--secondary-color);
  padding: 12px 26px;
}

.search-style1 .vs-btn:hover {
  background-color: var(--white-color);
}

.search-style1 .search-text {
  text-transform: capitalize;
  margin-bottom: 20px;
  font-weight: 400;
}

/*------------------- 4.15. Contact  -------------------*/
.media-style1 {
  background-color: var(--body-color);
  border-radius: 20px;
  text-align: left;
  padding: 30px;
  transition: all 0.5s ease;
  position: relative;
  overflow: hidden;
}

.media-style1 .media-icon {
  width: 100%;
  height: 80px;
  max-width: 80px;
  line-height: 67px;
  text-align: center;
  color: var(--theme-color);
  background-color: var(--white-color);
  border-radius: 20px;
  border: 2px solid var(--secondary-color);
  margin: 0;
  font-size: 40px;
  transition: all 0.5s ease;
}

.media-style1 .media-icon i {
  transition: all 0.5s ease;
}

.media-style1 .media-title {
  font-size: 30px;
  line-height: 132%;
  margin-bottom: 0px;
  transition: all 0.5s ease;
  color: var(--theme-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 .media-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
}

.media-style1 .media-text {
  color: var(--text-color);
  max-width: 20ch;
  margin-bottom: 0;
}

.media-style1 .media-link {
  color: var(--text-color);
  max-width: 20ch;
  display: block;
  margin-bottom: 0;
}

.media-style1 .media-link:hover {
  color: var(--secondary-color);
  text-decoration: underline;
}

.media-style1 .shape-icon {
  position: absolute;
  right: 18%;
  bottom: 0;
  display: block;
}

.media-style1:hover {
  background-color: var(--theme-color);
}

.media-style1:hover .media-title {
  color: var(--white-color);
}

.media-style1:hover .media-link,
.media-style1:hover .media-text {
  color: var(--white-color);
}

.media-style1:hover .media-icon {
  background-color: var(--secondary-color);
}

.media-style1:hover .media-icon i {
  color: var(--white-color);
}

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

.contact-form {
  background-color: var(--white-color);
  padding: 60px;
  border-radius: 20px;
  transform: translateY(80px);
  box-shadow: 0px 3px 10px -2px rgba(0, 0, 0, 0.17);
}

.map-layout1 {
  margin-top: 0px;
}

.contact-style1 .sec-subtitle {
  margin-bottom: 20px;
}

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

.contact-style1 .contact-address .address {
  color: var(--text-color);
  text-transform: capitalize;
  font-weight: 500;
}

.contact-style1 .contact-address span {
  color: var(--white-color);
  font-family: var(--body-font);
  text-transform: capitalize;
  font-weight: 700;
  display: inline-block;
}

.contact-style1 .box-body {
  margin-bottom: 40px;
  margin-top: 38px;
}

.contact-style1 .contact-box:not(:last-child) {
  margin-bottom: 28px;
}

.contact-style1 .contact-box .contact-icon {
  max-width: 78px;
  width: 100%;
  height: 78px;
  background: #4388DD;
  background: linear-gradient(360deg, rgb(67, 136, 221) 0%, rgb(212, 72, 60) 100%);
  border-radius: 50%;
  text-align: center;
  line-height: 78px;
  margin-right: 16px;
  z-index: 1;
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.contact-style1 .contact-box .contact-icon::before {
  width: 100%;
  height: 100%;
  content: "";
  margin: auto;
  position: absolute;
  top: 0%;
  left: 0%;
  background: #4388DD;
  background: linear-gradient(270deg, rgb(67, 136, 221) 0%, rgb(212, 72, 60) 47%);
  transition: all ease 0.5s;
  z-index: -1;
  border-radius: inherit;
  visibility: hidden;
  opacity: 0;
}

.contact-style1 .contact-box .contact-icon:hover::before {
  visibility: visible;
  opacity: 1;
}

.contact-style1 .contact-box .contact-title {
  color: var(--white-color);
  font-size: 20px;
  margin-bottom: 13px;
  text-transform: capitalize;
}

.contact-style1 .contact-box .contact-text {
  font-size: 16px;
  font-weight: 500;
}

.contact-style1 .contact-box .contact-text a {
  color: var(--text-color);
}

.contact-style1 .contact-box .contact-text a:hover {
  color: var(--theme-color);
}

.contact-style1 .contact-inner {
  margin-bottom: 20px;
  padding-bottom: 0px;
}

.contact-style1 .dotted-line {
  width: 100%;
  height: 4px;
  background-image: radial-gradient(circle, var(--border-color) 2px, transparent 2px);
  background-size: 12px 4px;
  background-repeat: repeat-x;
  border-radius: 50px;
  margin: 0;
  display: block;
}

.contact-style1 .social-links2 {
  justify-content: flex-start;
}

.icon-shape {
  position: relative;
}

.icon-shape .icon {
  position: relative;
  top: -30px;
  left: -22px;
}

.form-style1 {
  transform: unset;
  padding: 32px;
  position: relative;
  overflow: hidden;
  background-color: var(--body-color);
  border-radius: 20px;
}

.form-style1 .sec-title {
  font-size: 24px;
  line-height: 1.4;
}

.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: var(--body-color);
  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(--text-color);
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}

.form-style1 .form-group .vs-btn {
  padding: 12px 36px;
}

.form-style1 select,
.form-style1 .form-control {
  border-radius: 10px;
  color: var(--text-color);
  padding: 0 30px 0 20px;
  font-size: 16px;
  font-weight: 500;
}

.form-style1 select:focus,
.form-style1 .form-control:focus {
  background-color: var(--body-color);
}

.form-style1 select::placeholder,
.form-style1 .form-control::placeholder {
  color: var(--text-color);
}

.form-style1 .vs-btn {
  width: initial;
  border: none;
  margin-top: 20px;
}

.form-style1 .vs-btn:hover {
  color: var(--white-color);
}

.form-style1 select,
.form-style1 textarea,
.form-style1 input {
  height: 60px;
  border-radius: 6px;
  color: var(--text-color);
  background-color: var(--white-color);
  border: 1px solid transparent;
}

.form-style1 select::placeholder,
.form-style1 textarea::placeholder,
.form-style1 input::placeholder {
  color: var(--text-color);
}

.form-style1 select:focus,
.form-style1 textarea:focus,
.form-style1 input:focus {
  border-color: var(--theme-color);
}

.form-style1 textarea {
  padding-top: 0;
}

.form-style1 select {
  appearance: none;
}

.form-style1 select i {
  font-size: 14px;
}

/* 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) {
  .form-style1 {
    padding: 60px 20px;
  }
}

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

  .contact-style1 .contact-box .contact-icon {
    max-width: 60px;
    height: 60px;
    width: 100%;
    margin-right: 5px;
  }

  .media-style1 .media-title {
    font-size: 24px;
  }
}

/*------------------- 4.16. woocommerce  -------------------*/
.woocommerce-message,
.woocommerce-info {
  position: relative;
  border: 1px solid var(--border-color);
  padding: 11px 20px;
  background-color: var(--secondary-color);
  color: var(--theme-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(--theme-color);
  border: 1px solid var(--secondary-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(--secondary-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(--theme-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(--theme-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(--theme-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(--theme-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(--theme-color);
  font-weight: 700;
}

/*------------------- 4.17. app  -------------------*/
.app-container {
  background-color: var(--secondary-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(--theme-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.18. 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.19. video  -------------------*/
.vs-video {
  position: relative;
}

.vs-video.background-image {
  background-attachment: fixed;
}

.vs-video::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #252F4B;
  background: linear-gradient(90deg, rgba(37, 47, 75, 0.91) 0%, rgba(86, 80, 59, 0.9) 100%);
  z-index: 0;
}

.vs-video .container {
  position: relative;
  z-index: 1;
}

.vs-video .title-area {
  margin-bottom: 45px;
}

.vs-video .video-btn {
  position: relative;
  gap: 32px;
  width: 100%;
  align-items: center;
  text-align: right;
}

.vs-video .sec-title {
  color: var(--white-color);
}

.vs-video .video-text {
  color: var(--body-color);
  border-bottom: 2px solid transparent;
  border-image: linear-gradient(264deg, rgba(37, 47, 75, 0.91) 0%, rgb(161, 149, 105) 65%) 1;
  padding-bottom: 30px;
  margin-bottom: 38px;
}

.vs-video .video-btns {
  display: inline-flex;
  align-items: center;
  justify-content: start;
  gap: 20px;
}

.video-style1 .vs-btn.btn1 {
  color: var(--white-color);
  background-color: var(--theme-color);
}

.video-style1 .vs-btn.btn1:hover {
  color: var(--white-color);
  background-color: var(--secondary-color);
}

.video-style1 .vs-btn.btn2 {
  color: var(--secondary-color);
  background-color: transparent;
  border: 1px solid var(--secondary-color);
}

.video-style1 .vs-btn.btn2:hover {
  color: var(--theme-color);
  background-color: var(--white-color);
  border-color: var(--white-color);
}

.video-style2 .play-btn>i {
  background-color: var(--secondary-color);
}

.video-style2.vs-video::after {
  background: #074538;
  background: linear-gradient(97deg, rgba(7, 69, 56, 0.9) 39%, rgba(98, 63, 0, 0.88) 85%);
}

.video-style2.vs-video .video-text {
  -o-border-image: linear-gradient(264deg, rgba(37, 47, 75, 0.91) 0%, #DB9E30 65%) 1;
  border-image: linear-gradient(264deg, rgba(37, 47, 75, 0.91) 0%, #DB9E30 65%) 1;
}

.video-style2 .vs-btn.btn1 {
  color: var(--theme-color);
  background-color: var(--secondary-color);
}

.video-style2 .vs-btn.btn1:hover {
  color: var(--theme-color);
  background-color: var(--white-color);
}

.video-style2 .vs-btn.btn2 {
  color: var(--secondary-color);
  background-color: transparent;
  border: 1px solid var(--secondary-color);
}

.video-style2 .vs-btn.btn2:hover {
  color: var(--theme-color);
  background-color: var(--white-color);
  border-color: var(--white-color);
}

.video-style3 .play-btn>i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: var(--theme-color);
  background-color: var(--white-color);
  border-radius: 10px;
  font-size: 12px;
}

.video-style3 .play-btn>i:hover {
  color: var(--theme-color);
  background-color: var(--secondary-color);
}

.video-style3 .play-btn::after,
.video-style3 .play-btn::before {
  display: none;
}

.video-style3.vs-video::after {
  background: #1C0001;
  background: linear-gradient(97deg, rgba(28, 0, 1, 0.877) 39%, rgba(126, 67, 0, 0.877) 85%);
}

.video-style3.vs-video .video-text {
  -o-border-image: linear-gradient(270deg, rgba(219, 159, 48, 0) 0%, rgb(219, 158, 48) 50%, rgba(219, 159, 48, 0) 100%) 1;
  border-image: linear-gradient(270deg, rgba(219, 159, 48, 0) 0%, rgb(219, 158, 48) 50%, rgba(219, 159, 48, 0) 100%) 1;
}

.video-style3 .vs-btn {
  color: var(--white-color);
  background-color: var(--theme-color);
}

.video-style3 .vs-btn:hover {
  color: var(--white-color);
  background-color: var(--secondary-color);
}

.video-style3.vs-video .video-btn {
  width: auto;
}

/* Large devices */
@media (max-width: 1199px) {
  .vs-video {
    text-align: center;
  }

  .vs-video .video-btn {
    text-align: center;
    margin-top: 60px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .vs-video {
    text-align: center;
  }

  .vs-video .video-btn {
    text-align: center;
    margin-top: 20px;
  }
}

@media (max-width: 380px) {
  .vs-video .video-btns {
    display: grid;
    justify-content: center;
  }
}

/*------------------- 4.20. 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.21. faq  -------------------*/
.accordion-item:last-of-type .accordion-button.collapsed,
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-width: 1px;
}

.accordion-style1 .accordion-item {
  margin: 0 0 20px 0;
  border-radius: 10px;
  border: none;
  overflow: hidden;
}

.accordion-style1 .accordion-item .accordion-button {
  border-radius: 0;
}

.accordion-style1 .accordion-item:last-child {
  margin-bottom: 0;
}

.accordion-style1 .accordion-collapse {
  border: none;
}

.accordion-style1 .accordion-button {
  border: none;
  padding: 15px 30px;
  font-size: 24px;
  font-weight: 700;
  font-family: var(--title-font);
  color: var(--theme-color);
  text-align: left;
  gap: 10px;
  background-color: var(--white-color);
  border-radius: 30px;
}

.accordion-style1 .accordion-button:not(.collapsed) {
  color: var(--white-color);
  background-color: var(--theme-color);
}

.accordion-style1 .accordion-button:not(.collapsed)::before {
  position: absolute;
  content: "";
  width: 92%;
  height: 1px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #F3F3F3;
  bottom: 0;
}

.accordion-style1 .accordion-button:not(.collapsed):after {
  transform: rotate(0);
  content: "\f070";
  color: var(--secondary-color);
}

.accordion-style1 .accordion-button.collapsed {
  color: var(--theme-color);
}

.accordion-style1 .accordion-button:after {
  content: "\f06e";
  font-family: var(--icon-font);
  font-weight: 400;
  border: none;
  background-image: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--theme-color);
  font-size: 16px;
  border-radius: 50%;
  right: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.accordion-style1 .accordion-button:focus {
  box-shadow: none;
}

.accordion-style1 .accordion-body {
  padding: 15px 30px 17px 30px;
  font-size: 14px;
  background-color: var(--theme-color);
  display: inline-flex;
  align-items: center;
  gap: 20px;
  width: 100%;
}

.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(--white-color);
  font-size: 18px;
  margin-bottom: 0;
}

.accordion-style1 .accordion-body p:last-child {
  margin-bottom: 0;
}

.accordion-style1 .item-details .title {
  margin-bottom: 0;
}

.accordion-style1.style2 .accordion-button {
  background-color: var(--body-color);
}

.accordion-style1.style2 .accordion-button:not(.collapsed) {
  background-color: var(--theme-color);
}

.accordion-style1.style2 .accordion-button:not(.collapsed)::before {
  width: 96%;
}

.accordion-style1.style2 .accordion-body {
  background-color: var(--theme-color);
}

.accordion-header {
  border-radius: 30px;
}

.faq-img {
  position: relative;
  position: relative;
}

.faq-img img {
  width: 100%;
  position: relative;
  z-index: 1;
}

.faq-img .img-info {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 1;
}

.faq-img .vs-counter .media-count {
  align-items: center;
}

.img-info {
  background-color: var(--theme-color);
  max-width: 169px;
  width: 100%;
  display: block;
  padding: 30px;
  border-radius: 20px;
}

.img-info .media-title {
  font-size: 64px;
  color: var(--secondary-color);
  line-height: inherit;
}

.img-info .count-icon {
  line-height: 100%;
  color: var(--secondary-color);
  font-size: 60px;
  line-height: inherit;
}

.img-info .media-text {
  font-size: 16px;
  color: var(--white-color);
  font-family: var(--title-font);
  font-weight: 600;
  line-height: 155%;
  margin-top: 10px;
}

.vs-pagination {
  margin-bottom: 0;
  margin-top: 60px;
  /* Medium devices */
}

@media (max-width: 991px) {
  .vs-pagination {
    margin-top: 40px;
  }
}

.vs-pagination {
  /* Small devices */
}

@media (max-width: 767px) {
  .vs-pagination {
    margin-top: 20px;
  }
}

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

  .accordion-style1.style2 .accordion-button:not(.collapsed)::before {
    width: 95%;
  }
}

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

  .accordion-style1.style2 .accordion-button:not(.collapsed)::before {
    width: 92%;
  }
}

/* Small devices */
@media (max-width: 767px) {

  .img-info .count-icon,
  .img-info .media-title {
    line-height: 100%;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .accordion-style1 .accordion-button {
    padding: 15px 22px;
  }

  .accordion-style1 .accordion-body {
    display: block;
    padding: 30px 22px;
  }

  .accordion-style1 .accordion-body .item-img {
    margin-bottom: 20px;
  }
}

/*------------------- 4.22. team  -------------------*/
.team-title {
  font-size: 24px;
  margin-bottom: 10px;
  line-height: 140%;
}

.team-title a {
  color: var(--theme-color);
  transition: all 0.5s ease;
}

.team-title a:hover {
  color: var(--secondary-color);
}

.team-desi {
  color: var(--text-color);
  margin-bottom: 22px;
  transition: all 0.5s ease;
}

.vs-team {
  background-color: var(--body-color);
  padding: 20px;
  border-radius: 20px;
  transition: all 0.5s ease;
}

.vs-team .team-img {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.vs-team .team-img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(37, 47, 75, 0.2);
}

.vs-team .team-img img {
  width: 100%;
  transform: scale(1);
  transition: all 0.5s ease;
}

.vs-team .team-body {
  text-align: center;
  margin: 28px 0 10px;
}

.vs-team .social-style1 .social-icon a {
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: 2px solid var(--theme-color);
}

.vs-team .social-style1 .social-icon a i {
  color: var(--theme-color);
}

.team-style1:hover {
  /* background-color: var(--theme-color); */
}

.team-style1:hover .social-style1 .social-icon a {
  /* border-color: var(--white-color); */
}

.team-style1:hover .social-style1 .social-icon a i {
  /* color: var(--white-color); */
}

.team-style1:hover .social-style1 .social-icon a:hover {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
}

.team-style1:hover .social-style1 .social-icon a:hover i {
  color: var(--theme-color);
}

.team-style1:hover .team-title a {
  /* color: var(--secondary-color); */
}

.team-style1:hover .team-desi {
  /* color: var(--white-color); */
}

.team-style1:hover .team-img img {
  transform: scale(1.1);
}

.team-style2:hover {
  background-color: var(--theme-color);
}

.team-style2:hover .social-style1 .social-icon a {
  border-color: var(--white-color);
}

.team-style2:hover .social-style1 .social-icon a i {
  color: var(--white-color);
}

.team-style2:hover .social-style1 .social-icon a:hover {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
}

.team-style2:hover .social-style1 .social-icon a:hover i {
  color: var(--theme-color);
}

.team-style2:hover .team-title a {
  color: var(--secondary-color);
}

.team-style2:hover .team-desi {
  color: var(--white-color);
}

.team-style2:hover .team-img img {
  transform: scale(1.1);
}

.team-style3:hover {
  background-color: var(--theme-color);
}

.team-style3:hover .social-style1 .social-icon a {
  border-color: var(--white-color);
}

.team-style3:hover .social-style1 .social-icon a i {
  color: var(--white-color);
}

.team-style3:hover .social-style1 .social-icon a:hover {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
}

.team-style3:hover .social-style1 .social-icon a:hover i {
  color: var(--theme-color);
}

.team-style3:hover .team-title a {
  color: var(--secondary-color);
}

.team-style3:hover .team-desi {
  color: var(--white-color);
}

.team-style3:hover .team-img img {
  transform: scale(1.1);
}

.team-details .team-img {
  background-color: var(--body-color);
  border-radius: 20px;
  overflow: hidden;
  padding: 20px;
}

.team-details .team-img img {
  overflow: hidden;
  width: 100%;
  border-radius: 20px;
  transition: all 0.5s ease;
}

.team-details .details-title1 {
  margin-bottom: 15px;
}

.team-details .title-shape {
  padding-bottom: 30px;
  margin-bottom: 35px;
}

.team-details .social-links li a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  color: var(--theme-color);
  background-color: var(--body-color);
}

.team-details .social-links li a:hover {
  color: var(--secondary-color);
  background-color: var(--theme-color);
}

.team-details .details-text {
  margin-bottom: 25px;
}

.team-details .details-content {
  margin-top: 60px;
  /* Medium devices */
}

@media (max-width: 991px) {
  .team-details .details-content {
    margin-top: 40px;
  }
}

.team-details .details-content .details-title1 {
  margin-bottom: 26px;
}

.details-desi {
  color: var(--text-color);
}

.title-shape {
  position: relative;
}

.title-shape:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 70px;
  height: 10px;
  background-color: var(--theme-color);
  clip-path: polygon(0 0, 89% 0, 100% 100%, 0% 100%);
  border-radius: 2px;
}

.title-shape:after {
  content: "";
  position: absolute;
  left: 75px;
  bottom: 0px;
  width: 50px;
  height: 10px;
  background-color: var(--secondary-color);
  transform: skew(40deg);
}

.team-contact-list {
  padding-left: 0;
  margin-bottom: 30px;
}

.team-contact-list li {
  position: relative;
  color: var(--theme-color);
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  display: flex;
  /* Extra small devices */
}

@media (max-width: 575px) {
  .team-contact-list li {
    flex-direction: column;
  }
}

.team-contact-list li:not(:last-child) {
  margin-bottom: 8px;
}

.team-contact-list sub {
  display: inline-block;
  width: 210px;
  font-size: 16px;
  font-weight: 700;
  margin-top: 10px;
  font-family: var(--title-font);
  color: var(--theme-color);
  text-transform: capitalize;
  /* Extra small devices */
}

@media (max-width: 575px) {
  .team-contact-list sub {
    bottom: 0;
    line-height: 1;
  }
}

.team-contact-list span {
  font-weight: 400;
  font-size: 16px;
  color: var(--text-color);
}

/*------------------- 4.23. project  -------------------*/
.project-layout1 {
  position: relative;
  overflow: hidden;
}

.project-layout1 .vs-btn {
  background-color: var(--theme-color);
}

.project-layout1 .vs-btn:hover {
  color: var(--white-color);
  background-color: var(--secondary-color);
}

.project-title {
  font-size: 20px;
}

.project-title a {
  color: var(--theme-color);
}

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

.project-text {
  color: var(--text-color);
  display: block;
  line-height: 100%;
}

.project-img {
  border-radius: 20px;
  overflow: hidden;
}

.project-img img {
  width: 100%;
  transform: scale(1);
  transition: all 0.5s ease;
}

.project-style1 {
  background-color: var(--body-color);
  padding: 16px;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  border: 2px dashed var(--border-color);
  transition: all 0.5s ease;
  width: 100%;
}

.project-style1 .project-img {
  max-width: 200px;
}

.project-style1 .project-text:not(:last-child) {
  margin-bottom: 10px;
}

.project-style1:hover {
  border-color: var(--theme-color);
  /* background-color: var(--theme-color); */
}

.project-style1:hover .project-title a {
  color: var(--secondary-color);
}

.project-style1:hover .project-text {
  /* color: var(--white-color); */
}

.project-style1:hover.bg-style1 {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}

.project-style1:hover.bg-style1 .project-title a {
  color: var(--secondary-color);
}

.project-style1:hover.bg-style1 .project-text {
  color: var(--white-color);
}

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

.project-layout2 .sec-title {
  max-width: 20ch;
}

.project-layout2 .title-text {
  margin-bottom: 40px;
  max-width: 56ch;
}

.project-style2 {
  background-color: var(--body-color);
  border-radius: 20px;
  text-align: center;
  padding: 20px 20px 32px 20px;
  transition: all 0.5s ease;
}

.project-style2 .project-img {
  margin-bottom: 32px;
}

.project-style2 .project-title {
  transition: all 0.5s ease;
  margin-bottom: 20px;
}

.project-style2 .project-text {
  transition: all 0.5s ease;
}

.project-style2 .project-text:not(:last-child) {
  margin-bottom: 17px;
}

.project-style2:hover {
  background-color: var(--theme-color);
}

.project-style2:hover .project-img img {
  transform: scale(1.1);
}

.project-style2:hover .project-title a {
  color: var(--secondary-color);
}

.project-style2:hover .project-text {
  color: var(--white-color);
}

.project-layout3 .icon-btn2 {
  background-color: var(--theme-color);
}

.project-layout3 .icon-btn2:hover {
  background-color: var(--secondary-color);
}

.project-layout3 .project-style2:hover {
  background-color: var(--theme-color);
}

.project-layout3 .project-style2:hover .project-img img {
  transform: scale(1.1);
}

.project-layout3 .project-style2:hover .project-title a {
  color: var(--secondary-color);
}

.project-layout3 .project-style2:hover .project-text {
  color: var(--white-color);
}

.project-layout4 .icon-btn2 {
  background-color: var(--theme-color);
}

.project-layout4 .icon-btn2:hover {
  background-color: var(--secondary-color);
}

/* Medium devices */
@media (max-width: 991px) {
  .project-layout2 .title-area {
    margin-bottom: calc(var(--section-title-space) - 20px);
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .project-style1 {
    display: block;
    text-align: center;
    padding: 30px;
  }

  .project-style1 .project-img {
    margin: 0 auto 20px auto;
  }
}

@media (max-width: 420px) {
  .project-style1 {
    display: block;
    text-align: center;
    padding: 30px;
  }

  .project-style1 .project-img {
    margin: 0 auto 20px auto;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .project-layout2 .sec-title {
    margin: -0.25em auto 0 auto;
  }

  .project-layout2 .title-text {
    text-align: center;
    margin: 0 auto 18px auto;
  }

  .project-layout2 .custom-arrow {
    display: flex;
    justify-content: center;
  }
}

/*------------------- 4.24. service  -------------------*/
.service-style1 {
  background-color: var(--white-color);
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.5s ease;
}

.service-style1 .service-content {
  padding: 32px 16px;
}

.service-style1 .service-content .service-text {}

.service-style1 .service-title {
  font-size: 26px;
  line-height: 134%;
  margin-bottom: 16px;
}

.service-style1 .service-title a {
  color: var(--theme-color);
}

.service-style1 .service-title a:hover {
  text-decoration: 1px underline;
}

.service-style1 .vs-btn {
  font-size: 18px;
  background-color: var(--theme-color);
  padding: 7px 22px;
  border: 1px solid;
}

.service-style1 .service-img {
  position: relative;
  overflow: hidden;
}

.service-style1 .service-img img {
  transform: scale(1);
  transition: all 0.5s ease;
  width: 100%;
}

.service-style1 .service-img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(186, 173, 123, 0.2117647059);
}

.service-style1:hover {
  /* background-color: var(--theme-color); */
}

.service-style1:hover .service-img img {
  transform: scale(1.1);
}

.service-style1:hover .service-title a {
  color: var(--secondary-color);
}

.service-style1:hover .vs-btn {
  color: var(--theme-color);
  background-color: var(--white-color);
}

.service-style1:hover .vs-btn:hover {
  color: var(--theme-color);
}

.service-style2 {
  background-color: var(--white-color);
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.5s ease;
  border-top: 2px solid var(--theme-color);
}

.service-style2 .service-content {
  padding: 38px 30px 22px 30px;
}

.service-style2 .service-title {
  font-size: 24px;
  line-height: 134%;
  margin-bottom: 16px;
}

.service-style2 .service-title a {
  color: var(--theme-color);
}

.service-style2 .service-title a:hover {
  text-decoration: 1px underline;
}

.service-style2 .service-text {
  color: var(--text-color);
  margin-bottom: 0;
  transition: all 0.5s ease;
}

.service-style2 .vs-btn {
  font-size: 18px;
  background-color: var(--theme-color);
  padding: 7px 22px;
}

.service-style2 .service-img {
  position: relative;
  overflow: hidden;
}

.service-style2 .service-img img {
  transform: scale(1);
  transition: all 0.5s ease;
  width: 100%;
}

.service-style2.style4 {
  background-color: var(--body-color);
}

.service-style2:hover {
  background-color: var(--theme-color);
  border-color: var(--secondary-color);
}

.service-style2:hover .service-img img {
  transform: scale(1.1);
}

.service-style2:hover .service-title a {
  color: var(--secondary-color);
}

.service-style2:hover .service-text {
  color: var(--white-color);
}

.service-style2:hover .vs-btn {
  color: var(--theme-color);
  background-color: var(--white-color);
}

.service-style3 {
  background-color: var(--white-color);
  border-radius: 20px;
  padding: 10px;
  overflow: hidden;
  transition: all 0.5s ease;
}

.service-style3 .service-content {
  padding: 28px 20px 30px 20px;
}

.service-style3 .service-title {
  font-size: 24px;
  line-height: 134%;
  margin-bottom: 15px;
}

.service-style3 .service-title a {
  color: var(--theme-color);
}

.service-style3 .service-title a:hover {
  text-decoration: 1px underline;
}

.service-style3 .service-text {
  color: var(--text-color);
  margin-bottom: 18px;
  transition: all 0.5s ease;
}

.service-style3 .vs-btn {
  font-size: 18px;
  background-color: var(--theme-color);
  padding: 7px 22px;
}

.service-style3 .service-img {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.service-style3 .service-img img {
  transform: scale(1);
  transition: all 0.5s ease;
  width: 100%;
}

.service-style3:hover {
  background-color: var(--theme-color);
  border-color: var(--secondary-color);
}

.service-style3:hover .service-img img {
  transform: scale(1.1);
}

.service-style3:hover .service-title a {
  color: var(--white-color);
}

.service-style3:hover .service-text {
  color: var(--white-color);
}

.service-style3:hover .vs-btn {
  color: var(--white-color);
  background-color: var(--secondary-color);
}

.service-style3:hover .vs-btn:hover {
  color: var(--theme-color);
}

.items-nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  width: 100%;
  gap: 30px;
  margin-bottom: 60px;
  border: none;
}

.items-nav li {
  display: block;
  width: 100%;
  text-align: center;
  color: var(--text-color);
  border: none;
}

.items-nav li .nav-link {
  color: var(--theme-color);
  font-weight: 700;
  font-size: 20px;
  font-family: var(--title-font);
  border: none;
  background-color: var(--body-color);
  border-radius: 20px;
  border-top: 2px solid var(--theme-color);
  border-bottom: 2px solid var(--theme-color);
  padding: 20px;
  transition: all 0.5s ease;
}

.items-nav li .nav-link.active {
  color: var(--secondary-color);
  background-color: var(--theme-color);
  background-color: var(--theme-color);
  border-color: var(--secondary-color);
}

.items-nav li .nav-link:hover {
  color: var(--white-color);
  background-color: var(--theme-color);
  border-color: var(--secondary-color);
}

.details-img1 {
  border-radius: 20px;
  width: 100%;
  overflow: hidden;
  margin-bottom: 60px;
}

.details-img1 img {
  width: 100%;
  transform: scale(1);
  transition: all 0.5s ease;
}

.details-img1:hover img {
  transform: scale(1.1);
}

.details-title1 {
  line-height: 125%;
  margin-bottom: 35px;
}

.details-title1 .highlight {
  color: var(--secondary-color);
  display: inline-block;
}

.details-title2 {
  font-size: 30px;
  line-height: 133%;
  margin-bottom: 25px;
}

.details-text {
  color: var(--text-color);
  margin-bottom: 20px;
}

/* Medium devices */
@media (max-width: 991px) {
  .service-style1 .service-content {
    padding: 40px 20px;
  }

  .items-nav {
    gap: 15px;
    margin-bottom: 40px;
  }

  .details-img1 {
    margin-bottom: 40px;
  }

  .details-title1 {
    margin-bottom: 25px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .items-nav {
    gap: 15px;
  }

  .items-nav li .nav-link {
    font-weight: 700;
    font-size: 16px;
    border-radius: 10px;
    padding: 10px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .items-nav {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .service-style1 .service-title {
    font-size: 28px;
  }
}

@media (max-width: 360px) {
  .items-nav {
    display: block;
  }

  .items-nav .nav-item:not(:last-child) {
    margin-bottom: 20px;
  }
}

/*------------------- 4.25. service  -------------------*/
.choose-title {
  font-size: 24px;
  margin-bottom: 10px;
}

.choose-title a {
  color: var(--theme-color);
}

.choose-title a:hover {
  color: var(--secondary-color);
}

.choose-text {
  color: var(--text-color);
  margin-bottom: 0;
  transition: all 0.5s ease;
}

.icon-wrap {
  border: 2px dotted var(--theme-color);
  display: inline-block;
  border-radius: 20px;
  margin-bottom: 25px;
  transition: all 0.5s ease;
}

.choose-icon {
  width: 52px;
  height: 52px;
  line-height: 52px;
  background-color: var(--theme-color);
  border-radius: 20px;
  display: block;
  text-align: center;
  margin: 7px;
  transition: all 0.5s ease;
  color: var(--white-color);
  font-size: 29px;
}

.choose-icon img {
  transition: all 0.5s ease;
}

.choose-img {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.choose-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(7, 69, 56, 0.1098039216);
}

.choose-img img {
  overflow: hidden;
  border-radius: 20px;
  width: 100%;
}

.choose-style1 {
  background-color: var(--white-color);
  padding: 30px;
  border-radius: 20px;
  transition: all 0.5s ease;
  max-width: 348px;
  position: relative;
  padding: 30px 30px 22px 30px;
  /* Large devices */
}

@media (max-width: 1199px) {
  .choose-style1 {
    max-width: 100%;
  }
}

.choose-style1:not(:last-child) {
  margin-bottom: 30px;
}

.choose-style1 .choose-shape {
  position: absolute;
  top: 0;
  right: 10px;
}

.choose-style1 .choose-shape img {
  transition: all 0.5s ease;
}

.choose-style1:hover {
  background-color: var(--theme-color);
}

.choose-style1:hover .icon-wrap {
  border-color: var(--secondary-color);
}

.choose-style1:hover .choose-icon {
  background-color: var(--secondary-color);
}

.choose-style1:hover .choose-icon img {
  filter: brightness(0) invert(1);
  transition: all 0.5s ease;
}

.choose-style1:hover .choose-title a {
  color: var(--white-color);
}

.choose-style1:hover .choose-text {
  color: var(--white-color);
}

.choose-style1:hover .choose-shape img {
  filter: brightness(0) invert(1);
}

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

/* Small devices */
@media (max-width: 767px) {
  .mt-5 {
    margin-top: 3px;
  }
}

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

/* Small devices */
@media (max-width: 767px) {
  .mt-10 {
    margin-top: 6px;
  }
}

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

/* Small devices */
@media (max-width: 767px) {
  .mt-15 {
    margin-top: 9px;
  }
}

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

/* Small devices */
@media (max-width: 767px) {
  .mt-20 {
    margin-top: 12px;
  }
}

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

/* Small devices */
@media (max-width: 767px) {
  .mt-25 {
    margin-top: 15px;
  }
}

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

/* Small devices */
@media (max-width: 767px) {
  .mt-30 {
    margin-top: 18px;
  }
}

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

@media (max-width: 991px) {
  .mb-40 {
    margin-bottom: 30px;
  }
}

.mb-45 {
  margin-bottom: 45px;
  /* Medium devices */
}

@media (max-width: 991px) {
  .mb-45 {
    margin-bottom: 30px;
  }
}

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

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

@media (max-width: 991px) {
  .mb-70 {
    margin-bottom: 40px;
  }
}

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

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

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

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

/* Medium devices */
@media (max-width: 991px) {

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

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

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

  .space2,
  .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(--theme-color);
  background-color: var(--secondary-color);
  width: 100%;
  height: 40px;
}

.vs-color-plate .reset-btn:hover {
  background-color: var(--theme-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;
}

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

ul.contact-list.mb-4 {
  list-style: disc;
  padding-left: 18px;
}

.img-thumb {
  filter: drop-shadow(0px 5px 10px #baad7b);
}


/* footer */
.contact-list-one {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: end;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.location-info {
  padding: 25px 0;
  border-top: 1px solid #50494a;
}

.contact-list-one li {
  position: relative;
  font-size: 14px;
  line-height: 25px;
  color: #ffffff;
  font-weight: 400;
  margin-right: 60px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.contact-list-one li:last-child {
  margin-right: 0;
}

.contact-list-one li strong {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

.contact-list-one li i {
  font-size: 32px;
  color: #ffffff;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--theme-color);
  border-radius: 4px;
}

.contact-list-one li a {
  color: #ffffff;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  line-height: 1;
  letter-spacing: 1.5px;
}

@media (max-width: 767px) {
  .contact-list-one {
    flex-direction: column;
    margin-bottom: 30px;
  }

  .contact-list-one li {
    margin-right: 0;
    flex-direction: column;
    text-align: center;
  }

}

/* Trust-building sections */
.trust-build {
  background-color: var(--body-color);
}

.trust-build__bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 10% 20%, rgba(35, 129, 152, 0.08) 0%, transparent 45%),
    radial-gradient(circle at 90% 80%, rgba(186, 173, 123, 0.12) 0%, transparent 40%);
  pointer-events: none;
}

.trust-build__lead {
  margin: 18px auto 0;
  color: var(--text-color);
  font-size: 17px;
  line-height: 1.7;
}

.trust-build__lead--light {
  color: rgba(255, 255, 255, 0.88);
}

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

.trust-stat-card {
  display: flex;
  align-items: center;
  gap: 20px;
  height: 100%;
  padding: 28px 24px;
  background: var(--white-color);
  border: 1px solid rgba(35, 129, 152, 0.12);
  border-radius: 16px;
  box-shadow: 0 12px 40px rgba(10, 7, 8, 0.06);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.trust-stat-card:hover {
  transform: translateY(-6px);
  border-color: rgba(35, 129, 152, 0.35);
  box-shadow: 0 20px 50px rgba(35, 129, 152, 0.12);
}

.trust-stat-card__icon {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: var(--white-color);
  background: linear-gradient(135deg, var(--theme-color) 0%, #1a6578 100%);
  border-radius: 14px;
  box-shadow: 0 8px 20px rgba(35, 129, 152, 0.3);
}

.trust-stat-card__body {
  flex: 1;
  min-width: 0;
}

.trust-stat-card__body .media-counter {
  margin-bottom: 4px;
}

.trust-stat-card__body .media-count {
  display: flex;
  align-items: baseline;
  gap: 2px;
}

.trust-stat-card__body .media-title {
  font-size: 42px;
  line-height: 1;
  margin: 0;
  color: var(--theme-color);
}

.trust-stat-card__body .count-icon {
  font-size: 28px;
  font-weight: 700;
  color: var(--secondary-color);
}

.trust-stat-card__highlight {
  font-family: var(--title-font);
  font-size: 42px;
  line-height: 1;
  font-weight: 700;
  color: var(--theme-color);
}

.trust-stat-card__label {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  color: var(--text-color);
  line-height: 1.4;
}

.trust-process-wrap {
  position: relative;
  margin: 70px 0;
  padding: 70px 0 80px;
  background: linear-gradient(135deg, #1a6578 0%, var(--theme-color) 50%, #2a9aad 100%);
  overflow: hidden;
}

.trust-process-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px);
  background-size: 24px 24px;
  opacity: 0.5;
  pointer-events: none;
}

.trust-process {
  position: relative;
}

.trust-process__line {
  display: none;
}

.trust-step {
  position: relative;
  height: 100%;
  padding: 32px 22px 28px;
  text-align: center;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px;
  backdrop-filter: blur(6px);
  transition: background 0.35s ease, transform 0.35s ease, border-color 0.35s ease;
}

.trust-step:hover {
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(186, 173, 123, 0.55);
  transform: translateY(-8px);
}

.trust-step__num {
  position: absolute;
  top: 14px;
  right: 16px;
  font-family: var(--title-font);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--secondary-color);
  opacity: 0.9;
}

.trust-step__icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: var(--theme-color);
  background: var(--white-color);
  border-radius: 50%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.trust-step__title {
  font-family: var(--title-font);
  font-size: 20px;
  font-weight: 600;
  color: var(--white-color);
  margin-bottom: 10px;
}

.trust-step__text {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.82);
}

.trust-cert-card {
  position: relative;
  height: 100%;
  padding: 36px 28px 32px;
  background: var(--white-color);
  border: 1px solid var(--border-color);
  border-radius: 18px;
  overflow: hidden;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.trust-cert-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--theme-color), var(--secondary-color));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.trust-cert-card:hover {
  transform: translateY(-6px);
  border-color: rgba(35, 129, 152, 0.3);
  box-shadow: 0 18px 45px rgba(35, 129, 152, 0.1);
}

.trust-cert-card:hover::before {
  transform: scaleX(1);
}

.trust-cert-card__badge {
  width: 60px;
  height: 60px;
  margin-bottom: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: var(--secondary-color);
  background: rgba(35, 129, 152, 0.08);
  border: 1px solid rgba(35, 129, 152, 0.15);
  border-radius: 14px;
}

.trust-cert-card__title {
  font-family: var(--title-font);
  font-size: 22px;
  font-weight: 600;
  color: var(--black-color);
  margin-bottom: 12px;
}

.trust-cert-card__text {
  margin: 0 0 20px;
  font-size: 15px;
  line-height: 1.7;
  color: var(--text-color);
}

.trust-cert-card__tag {
  display: inline-block;
  padding: 6px 14px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--theme-color);
  background: rgba(35, 129, 152, 0.08);
  border: 1px solid rgba(35, 129, 152, 0.2);
  border-radius: 50px;
}

.trust-build__cta {
  margin-top: 55px;
}
.vs-about.about-layout-2 .img2 img {
    aspect-ratio: 1 / 1.35;
    border-radius: 10px;
    object-fit: cover;
}
@media (min-width: 1200px) {
  .trust-process .row {
    flex-wrap: nowrap;
  }

  .trust-process__line {
    display: block;
    position: absolute;
    top: 68px;
    left: 10%;
    right: 10%;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(186, 173, 123, 0.6), transparent);
    z-index: 0;
  }

  .trust-process .row > [class*="col"] {
    position: relative;
    z-index: 1;
  }
}

@media (max-width: 991px) {
  .trust-process-wrap {
    margin: 50px 0;
    padding: 50px 0 55px;
  }

  .trust-build .mb-50 {
    margin-bottom: 36px;
  }
}

@media (max-width: 767px) {
  .trust-stat-card {
    flex-direction: column;
    text-align: center;
    padding: 24px 20px;
  }

  .trust-stat-card__body .media-title,
  .trust-stat-card__highlight {
    font-size: 36px;
  }

  .trust-step {
    padding: 28px 20px 24px;
  }

  .trust-cert-card {
    padding: 28px 22px 26px;
  }

  .trust-build__cta .vs-btn {
    width: 100%;
    justify-content: center;
  }
  .vs-about.about-layout-2 .img2 img {
    aspect-ratio: 1 / 1;
}
}

.widget_title.title-shep {
    font-size: 28px;
}


/* multi step  */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  body {
    background: #ececec;
    font-family: Arial, Helvetica, sans-serif;
    color: #222;
  }
  
  .page {
    width: 900px;
    margin: 30px auto;
    background: #fff;
    padding: 30px 35px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  }
  
  .top-line {
    height: 3px;
    background: #9b1f1f;
    margin: -30px -35px 25px;
  }
  
  .header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  
  .header-center {
    flex: 1;
    text-align: center;
  }
  
  .header-center h2 {
    font-family: Georgia, serif;
    font-size: 30px;
    font-style: italic;
  }
  
  .header-center p {
    color: #c40000;
    margin-top: 8px;
    font-size: 14px;
  }
  
  .header-right {
    width: 240px;
  }
  
  .field-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .line {
    border-bottom: 2px solid #777;
    display: inline-block;
  }
  
  .w120 {
    width: 120px;
  }
  
  .w180 {
    width: 180px;
  }
  
  .mt20 {
    margin-top: 20px;
  }
  
  .company {
    font-family: Georgia, serif;
    font-size: 34px;
    margin: 35px 0 20px;
  }
  
  .address-line {
    border-bottom: 2px solid #777;
    display: inline-block;
    padding: 0 20px 4px 20px;
    margin-bottom: 20px;
  }
  
/*   .row {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-bottom: 12px;
    flex-wrap: wrap;
  } */
  
  .row label {
    font-size: 14px;
  }
  
  input[type="text"] {
    border: none;
    border-bottom: 2px solid #555;
    height: 30px;
    flex: 1;
    outline: none;
    font-size: 15px;
  }
  
  .col-35 {
    width: 35%;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  
  .col-30 {
    width: 30%;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  
  .col-20 {
    width: 20%;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  
  .col-15 {
    width: 15%;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  
  .col-10 {
    width: 10%;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  
  .full {
    width: 100%;
    display: flex;
    gap: 10px;
  }
  
  .radio-group {
    display: flex;
    gap: 20px;
  }
  
  .question {
    min-width: 340px;
  }
  
  .note {
    font-weight: bold;
    margin-top: 10px;
  }
  
  /*=================================
  PURCHASE BOX
  ==================================*/
  
  .purchase-box {
    margin: 35px 0;
  }
  
  .question2 {
    min-width: 320px;
    font-size: 17px;
  }
  
  .small-text {
    font-size: 14px;
  }
  
  /*=================================
  AUTHORITY
  ==================================*/
  
  .authority {
    margin-top: 35px;
    position: relative;
  }
  
  .authority h2 {
    text-align: center;
    font-family: Georgia, serif;
    font-size: 32px;
    margin-bottom: 25px;
  }
  
  .paragraph {
    font-size: 16px;
    line-height: 2.1;
  }
  
  .line-input {
    border: none;
    border-bottom: 2px solid #444;
    outline: none;
    background: transparent;
    display: inline-block;
    margin: 0 5px;
  }
  
  .w140 {
    width: 140px;
  }
  
  .w160 {
    width: 160px;
  }
  
  .w180 {
    width: 180px;
  }
  
  /*=================================
  INITIAL
  ==================================*/
  
  .initial-box {
    width: 240px;
  
    position: absolute;
  
    right: 0;
  
    top: 180px;
  
    text-align: center;
  }
  
  .initial-label {
    font-size: 18px;
  
    font-weight: bold;
  
    margin-bottom: 12px;
  }
  
  .initial-input input {
    width: 100%;
  
    border: none;
  
    border-bottom: 2px solid #444;
  
    height: 35px;
  
    text-align: center;
  
    font-size: 18px;
  }
  
  .initial-box small {
    display: block;
  
    margin-top: 10px;
  }
  
  /*=================================
  LIABILITY
  ==================================*/
  
  .liability {
    margin-top: 70px;
  }
  
  .liability h2 {
    text-align: center;
  
    font-family: Georgia, serif;
  
    font-size: 32px;
  
    margin-bottom: 20px;
  }
  
  .liability p {
    font-size: 16px;
  
    line-height: 2;
  
    text-align: justify;
  }
  
  /*=========================================
  FINAL DISPOSITION
  =========================================*/
  
  .final-disposition {
    margin-top: 60px;
  }
  
  .final-disposition h2 {
    font-family: Georgia, serif;
  
    text-align: center;
  
    font-size: 30px;
  
    margin-bottom: 18px;
  }
  
  .fd-desc {
    font-size: 16px;
  
    line-height: 1.8;
  
    margin-bottom: 25px;
  }
  
  .disposition-box {
    border: 3px solid #222;
  
    padding: 20px;
  }
  
  .option {
    display: flex;
  
    align-items: center;
  
    flex-wrap: wrap;
  
    margin-bottom: 22px;
  }
  
  .check {
    display: flex;
  
    align-items: center;
  
    cursor: pointer;
  
    font-size: 17px;
  
    gap: 12px;
  }
  
  .check input {
    display: none;
  }
  
  .checkbox {
    width: 20px;
  
    height: 20px;
  
    border: 2px solid #222;
  
    display: inline-block;
  
    position: relative;
  }
  
  .check input:checked + .checkbox::after {
    content: "✓";
  
    position: absolute;
  
    left: 3px;
  
    top: -3px;
  
    font-size: 20px;
  
    font-weight: bold;
  }
  
  .inline-input {
    border: none;
  
    border-bottom: 2px solid #222;
  
    height: 32px;
  
    outline: none;
  }
  
  .w220 {
    width: 220px;
  }
  
  .flex {
    flex: 1;
  }
  
  .ml15 {
    margin-left: 15px;
  }
  
  .ml20 {
    margin-left: 20px;
  }
  
  .pickup-address {
    margin-left: 42px;
  
    font-size: 14px;
  
    margin-top: -10px;
  }
  
  .disposition-date {
    display: flex;
  
    align-items: center;
  
    gap: 15px;
  
    margin-top: 30px;
  }
  
  .line-fill {
    flex: 1;
  
    border: none;
  
    border-bottom: 2px solid #222;
  
    height: 32px;
  
    outline: none;
  }
  
  /*=====================================
  SIGNATURE SECTION
  ======================================*/
  
  .signature-section {
    margin-top: 40px;
  }
  
  .sign-row {
    display: flex;
  
    align-items: center;
  
    gap: 15px;
  }
  
  .flex-line {
    flex: 1;
  
    border: none;
  
    border-bottom: 2px solid #222;
  
    height: 34px;
  }
  
  .warning {
    margin-top: 18px;
  
    font-size: 18px;
  }
  
  .legal {
    margin-top: 15px;
  
    font-weight: bold;
  
    font-size: 18px;
  }
  
  .legal2 {
    margin-top: 15px;
  
    line-height: 1.8;
  }
  
  .signed-block {
    margin-top: 25px;
  }
  
  .sign-grid {
    display: grid;
  
    grid-template-columns: auto 170px auto 120px auto 90px auto 90px auto 70px;
  
    gap: 12px;
  
    align-items: center;
  
    margin-bottom: 18px;
  }
  
  .sign-grid input {
    border: none;
  
    border-bottom: 2px solid #222;
  
    height: 30px;
  
    outline: none;
  }
  
  .signature-area {
    margin-top: 35px;
  }
  
  .signature-box {
    width: 340px;
  
    height: 90px;
  
    border-bottom: 2px solid #222;
  
    margin-top: 12px;
  }
  
  .contact-grid {
    display: grid;
  
    grid-template-columns: 1fr 1fr;
  
    gap: 40px;
  
    margin-top: 30px;
  }
  
  .contact-grid div {
    display: flex;
  
    gap: 12px;
  
    align-items: center;
  }
  
  .contact-grid input {
    flex: 1;
  
    border: none;
  
    border-bottom: 2px solid #222;
  
    height: 32px;
  }
  
  .address-grid {
    display: flex;
  
    gap: 15px;
  
    margin-top: 20px;
  }
  
  .address-grid input {
    flex: 1;
  
    border: none;
  
    border-bottom: 2px solid #222;
  }
  
  .additional-grid {
    display: flex;
  
    gap: 15px;
  
    margin-top: 20px;
  }
  
  .additional-grid input {
    flex: 1;
  
    border: none;
  
    border-bottom: 2px solid #222;
  }
  
  .signature-footer {
    display: flex;
  
    justify-content: space-between;
  
    align-items: center;
  
    margin-top: 35px;
  }
  
  .draw-btn {
    width: 180px;
  
    border: 1px solid #bbb;
  
    padding: 16px;
  
    text-align: center;
  
    background: #fafafa;
  
    cursor: pointer;
  
    font-size: 18px;
  }
  
  .print-name {
    width: 250px;
  
    text-align: center;
  
    border-top: 2px solid #222;
  
    padding-top: 10px;
  }
  
  .divider {
    margin-top: 60px;
  
    border: none;
  
    border-top: 2px solid #bdbdbd;
  }
  
  .divider.thin {
    margin-top: 5px;
  
    border-top: 1px solid #d9d9d9;
  }
  
  @media (max-width: 768px) {
    .disposition-box {
      padding: 15px;
    }
  
    .option {
      display: block;
    }
  
    .ml15,
    .ml20 {
      display: block;
  
      margin: 10px 0 5px;
    }
  
    .inline-input {
      width: 100%;
    }
  
    .pickup-address {
      margin-left: 0;
  
      margin-top: 10px;
    }
  
    .disposition-date {
      display: block;
    }
  
    .disposition-date input {
      width: 100%;
      margin-top: 8px;
    }
  }
  
  @media (max-width: 768px) {
    .sign-row {
      display: block;
    }
  
    .flex-line {
      width: 100%;
      margin-top: 10px;
    }
  
    .sign-grid {
      display: block;
    }
  
    .sign-grid input {
      width: 100%;
      margin: 8px 0 18px;
    }
  
    .contact-grid {
      grid-template-columns: 1fr;
    }
  
    .contact-grid div {
      display: block;
    }
  
    .contact-grid input {
      width: 100%;
      margin-top: 8px;
    }
  
    .address-grid {
      display: block;
    }
  
    .address-grid input {
      width: 100%;
      margin-top: 8px;
    }
  
    .additional-grid {
      display: block;
    }
  
    .additional-grid input {
      width: 100%;
      margin-top: 8px;
    }
  
    .signature-footer {
      flex-direction: column;
  
      gap: 30px;
    }
  
    .signature-box {
      width: 100%;
    }
  
    .print-name {
      width: 100%;
    }
  
    .draw-btn {
      width: 100%;
    }
  }
  /* Online Arrangements Nav Ã¢â‚¬â€ matches reference design */

.online_arrangements_nav {
  --oan-radius: 999px;
  --oan-ease: cubic-bezier(0.22, 1, 0.36, 1);
  position: relative;
  padding: 28px 0;
  z-index: 20;
}

.oan-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 15% 20%, rgba(50, 122, 229, 0.07) 0%, transparent 60%),
    radial-gradient(ellipse 70% 50% at 85% 30%, rgba(179, 50, 123, 0.06) 0%, transparent 55%),
    linear-gradient(180deg, #f7f5fa 0%, #f3f6f8 100%);
  pointer-events: none;
}

.online_arrangements_nav .container {
  position: relative;
}

/* White pill bar */
.oan-steps-list {
  display: flex;
  align-items: stretch;
  margin: 0;
  padding: 10px 16px;
  list-style: none;
  background: #fff;
  border-radius: var(--oan-radius);
  box-shadow:
    0 4px 24px rgba(10, 7, 8, 0.06),
    0 12px 48px rgba(10, 7, 8, 0.04);
}

/* Step item */
.oan-step-item {
  position: relative;
  flex: 1 1 0;
  min-width: 0;
}

.oan-step-item .btn_bg {
  display: block;
  position: relative;
  padding: 1rem;
  text-decoration: none;
  color: inherit;
  border-radius: 99px;
  transition: background 0.35s var(--oan-ease);
  background: rgba(var(--step-rgb), 0.04);
  border: 1px solid rgba(var(--step-rgb), 0.1);
  /* border-left: 4px solid rgba(var(--step-rgb),0.5); */
  /* border-right: 4px solid rgba(var(--step-rgb),0.5); */
  border-bottom: 4px solid rgba(var(--step-rgb), 0.7);
}

.oan-step-item:hover .btn_bg,
.oan-step-item.is-open .btn_bg {
  background: rgba(var(--step-rgb), 0.1);
  border-color: rgba(var(--step-rgb), 1);
}

.oan-step-content {
  display: flex;
  align-items: center;
  gap: 16px;
}

/* Icon circles */
.oan-icon {
  position: relative;
  flex-shrink: 0;
  width: 58px;
  height: 58px;
}

.oan-icon-glow {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: rgba(var(--step-rgb), 0.12);
  transition: transform 0.4s var(--oan-ease), box-shadow 0.4s ease;
}

.oan-icon-core {
  position: absolute;
  inset: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: var(--step-color);
  box-shadow: 0 4px 16px rgba(var(--step-rgb), 0.35);
  transition: transform 0.4s var(--oan-ease), box-shadow 0.4s ease;
}

.oan-icon-core svg {
  width: 22px;
  height: 22px;
}

.oan-step-item:hover .oan-icon-glow,
.oan-step-item.is-open .oan-icon-glow {
  transform: scale(1.08);
  box-shadow: 0 0 0 8px rgba(var(--step-rgb), 0.08);
}

.oan-step-item:hover .oan-icon-core,
.oan-step-item.is-open .oan-icon-core {
  transform: scale(1.05);
  box-shadow: 0 6px 24px rgba(var(--step-rgb), 0.45);
}

/* Text */
.oan-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.stepcc {
  display: block;
  font-family: var(--body-font, "Jost", sans-serif);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--step-color) !important;
  line-height: 1.2;
}

.oan-title {
  display: block;
  font-family: var(--body-font, "Jost", sans-serif);
  font-size: clamp(14px, 1.5vw, 17px);
  font-weight: 400;
  line-height: 1.25;
  color: #1a2b4a;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Colored bottom bar per step */
.oan-bottom-bar {
  position: absolute;
  left: 12%;
  right: 12%;
  bottom: 0;
  height: 3px;
  border-radius: 3px 3px 0 0;
  background: var(--step-color);
  opacity: 0.85;
  transition: height 0.3s var(--oan-ease), opacity 0.3s ease;
  border-radius: 99px;
  display: none;
}

.oan-step-item:hover .oan-bottom-bar,
.oan-step-item.is-open .oan-bottom-bar {
  height: 4px;
  opacity: 1;
}

/* Dashed connectors */
.oan-connector {
  display: flex;
  align-items: center;
  flex: 0 0 56px;
  padding-bottom: 0;
  list-style: none;
}

.oan-connector span {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  border-top: 2px dashed #d4d8e0;
}

.oan-connector span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border: 2px solid #c8ccd6;
  border-radius: 50%;
  background: #fff;
  transform: translate(-50%, -50%);
}

.oan-connector:nth-of-type(2) span::after {
  border-color: rgba(50, 122, 229, 0.45);
}

.oan-connector:nth-of-type(4) span::after {
  border-color: rgba(179, 50, 123, 0.45);
}

/* Hover dropdown Ã¢â‚¬â€ nav_vital_box */
.nav_vital_box {
  position: absolute;
  top: calc(100% + 18px);
  left: 50%;
  z-index: 30;
  min-width: 300px;
  max-width: 300px;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff;
  border-radius: 18px;
  border: 1px solid rgba(var(--step-rgb), 0.12);
  box-shadow:
    0 16px 48px rgba(10, 7, 8, 0.12),
    0 0 0 1px rgba(10, 7, 8, 0.03);
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%) translateY(12px);
  transition:
    opacity 0.35s var(--oan-ease),
    transform 0.35s var(--oan-ease),
    visibility 0.35s;
  pointer-events: none;
}

.nav_vital_box::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  width: 14px;
  height: 14px;
  background: #fff;
  border-left: 1px solid rgba(var(--step-rgb), 0.12);
  border-top: 1px solid rgba(var(--step-rgb), 0.12);
  transform: translateX(-50%) rotate(45deg);
}

.oan-step-item:hover .nav_vital_box,
.oan-step-item.is-open .nav_vital_box {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
  pointer-events: auto;
}

.nav_vital_box>li {
  padding: 24px 16px;
  text-align: center;
}

.nav_vital_box .imgbox {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: rgba(var(--step-rgb), 0.1);
}

.nav_vital_box .imgbox.color_blue {
  color: var(--step-color);
}

.nav_vital_box .post-thumbnail {
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav_vital_box .post-thumbnail svg {
  width: 34px;
  height: 34px;
}

.nav_vital_box h3 {
  margin: 0 0 5px;
  font-family: var(--title-font, "Playfair Display", serif);
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.35;
  color: #1a2b4a;
}

.nav_vital_box p {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: var(--text-color, #505050);
}

/* Responsive */
@media (max-width: 991px) {
  .oan-steps-list {
    flex-direction: column;
    border-radius: 24px;
    padding: 16px 20px 0;
  }

  .oan-connector {
    display: none;
  }

  .oan-step-item .btn_bg {
    padding: 14px 12px 18px;
  }

  .oan-title {
    white-space: normal;
  }

  .nav_vital_box {
    position: static;
    transform: none !important;
    max-width: none;
    margin-top: 0;
    border-radius: 0 0 16px 16px;
    border: none;
    border-top: 1px solid rgba(var(--step-rgb), 0.1);
    box-shadow: none;
  }

  .nav_vital_box::before {
    display: none;
  }

  .oan-step-item:not(.is-open) .nav_vital_box {
    display: none;
  }

  .oan-step-item.is-open .nav_vital_box {
    display: block;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}

@media (max-width: 575px) {
  .online_arrangements_nav {
    padding: 16px 0 40px;
  }

  .oan-icon {
    width: 48px;
    height: 48px;
  }

  .oan-icon-core {
    inset: 7px;
  }

  .oan-icon-core svg {
    width: 18px;
    height: 18px;
  }

  .oan-step-content {
    gap: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {

  .nav_vital_box,
  .oan-icon-glow,
  .oan-icon-core,
  .oan-bottom-bar,
  .btn_bg {
    transition: none;
  }
}

/* ============================================================ */
/* ======================== Step 1 CSS ======================== */
/* ============================================================ */


/* Step 1 Ã¢â‚¬â€ Vital Statistics Full Page Form */

.vs-step-page {
  --vs-maroon: #8b2e34;
  --vs-maroon-dark: #74262b;
  --vs-navy: #1a2b48;
  --vs-text: #4a5568;
  --vs-muted: #6b7280;
  --vs-border: #e2e8f0;
  --vs-bg: #f4f6f9;
  --vs-card: #ffffff;
  --vs-radius: 12px;
  --vs-input-h: 46px;
  --vs-font: "Jost", sans-serif;
  margin: 0;
  font-family: var(--vs-font);
  font-size: 15px;
  line-height: 1.5;
  color: var(--vs-text);
  background: var(--vs-bg);
}

.vs-step-page *,
.vs-step-page *::before,
.vs-step-page *::after {
  box-sizing: border-box;
}

ul.slidess.s2-merch-list {
  list-style: none;
  padding: 0;
}

/* Top toolbar */
.vs-form-toolbar {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--vs-bg);
  border-bottom: 1px solid var(--vs-border);
}

.vs-form-toolbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  max-width: 1205px;
  margin: 0 auto;
  padding: 10px 16px;
}

.vs-toolbar-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--vs-font);
  font-size: 14px;
  font-weight: 600;
  color: var(--vs-navy);
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.vs-toolbar-btn svg {
  width: 18px;
  height: 18px;
}

.vs-toolbar-btn:hover {
  color: var(--vs-maroon);
}

.vs-toolbar-actions {
  display: flex;
  align-items: center;
  gap: 0;
}

.vs-toolbar-icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  padding: 0;
  color: var(--vs-navy);
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  border: 0;
  background: transparent;
}

.vs-toolbar-icon-btn svg {
  width: 20px;
  height: 20px;
}

.vs-toolbar-icon-btn:hover {
  color: var(--vs-maroon);
  border-color: rgba(139, 46, 52, 0.35);
  background: rgba(139, 46, 52, 0.04);
}

@media print {

  .vs-form-toolbar,
  .kin-popup-overlay,
  .sig-modal {
    display: none !important;
  }
}

/* Page hero header */
.vs-form-hero {
  text-align: center;
  padding: 20px 20px 28px;
  background: var(--vs-bg);
}

.vs-form-hero__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 10px;
  color: #fff;
  background: var(--vs-maroon);
  border-radius: 50%;
}

.vs-form-hero__icon svg {
  width: 22px;
  height: 22px;
}

.vs-form-hero__company {
  margin: 0 0 8px;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--vs-maroon);
}

.vs-form-hero__title {
  margin: 0 0 12px;
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  font-weight: 800;
  letter-spacing: 0.06em;
  color: var(--vs-navy);
}

.vs-form-hero__note {
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.6;
  color: #000000;
}

.vs-form-hero__note u {
  text-decoration: underline;
  font-weight: 600;
}

/* Form wrapper */
.vs-form-wrap {
  max-width: 1205px;
  margin: 0 auto;
  padding: 0 20px 48px;
}

/* Cards */
.vs-form-card {
  margin-bottom: 24px;
  background: var(--vs-card);
  border: 1px solid var(--vs-border);
  border-radius: 0;
  box-shadow: 0 2px 12px rgba(26, 43, 72, 0.04);
  overflow: hidden;
}

.vs-form-card__head {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 24px;
  border-bottom: 1px solid #f0f2f6;
}

.vs-form-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  color: var(--vs-maroon);
  background: rgba(139, 46, 52, 0.1);
  border-radius: 50%;
}

.vs-form-card__icon svg {
  width: 20px;
  height: 20px;
}

.vs-form-card__head h2 {
  margin: 0;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: var(--vs-maroon);
}

.vs-form-card__body {
  padding: 22px 24px 26px;
}

/* Grid */
.vs-form-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 18px 20px;
}

.vs-field {
  grid-column: span 12;
  min-width: 0;
}

.vs-field--6 {
  grid-column: span 6;
}

.vs-field--4 {
  grid-column: span 4;
}

.vs-field--8 {
  grid-column: span 8;
}

.vs-field--3 {
  grid-column: span 3;
}

@media (max-width: 768px) {

  .vs-field--6,
  .vs-field--4,
  .vs-field--8,
  .vs-field--3 {
    grid-column: span 12;
  }
}

/* Labels & inputs */
.vs-label {
  display: block;
  margin-bottom: 7px;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.35;
  color: var(--vs-navy);
}

.vs-label small,
.vs-label .vs-hint {
  /* display: block; */
  color: #000;
  font-weight: bold;
  font-size: 17px;
}

.vs-input,
.vs-step-page input[type="text"],
.vs-step-page input[type="tel"],
.vs-step-page input[type="number"],
.vs-step-page input[type="email"] {
  display: block;
  width: 100%;
  height: var(--vs-input-h);
  padding: 0 14px;
  font-family: var(--vs-font);
  font-size: 18px;
  font-weight: 700;
  color: var(--vs-navy);
  letter-spacing: 0.5px;
  background: #fff;
  border: 1px solid var(--vs-border);
  border-radius: 0;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.vs-input::placeholder,
.vs-step-page input::placeholder,
.vs-step-page input[type="text"]::placeholder,
.vs-step-page input[type="tel"]::placeholder,
.vs-step-page input[type="number"]::placeholder,
.vs-step-page input[type="email"]::placeholder {
  color: #ccc;
  font-weight: 100;
  font-size: 16px;
}

.vs-input:focus,
.vs-step-page input:focus {
  border-color: rgba(139, 46, 52, 0.45);
  box-shadow: none;
  outline: none;
}

.vs-input-wrap {
  position: relative;
}

.vs-input-wrap .vs-input {
  padding-right: 42px;
}

.vs-input-wrap__icon {
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  display: flex;
  color: #9ca3af;
  pointer-events: none;
}

.vs-input-wrap__icon svg {
  width: 18px;
  height: 18px;
}

.vs-input-wrap--left .vs-input {
  padding-left: 42px;
  padding-right: 14px;
}

.vs-input-wrap--left .vs-input-wrap__icon {
  /* right: auto; */
  /* left: 14px; */
}

/* Radio group */
.vs-radio-group {
  display: flex;
  align-items: center;
  gap: 24px;
  min-height: var(--vs-input-h);
}

.vs-radio {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  color: var(--vs-navy);
}

.vs-radio input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.vs-radio-mark {
  width: 20px;
  height: 20px;
  border: 2px solid #c5cad6;
  border-radius: 50%;
  background: #fff;
  transition: border-color 0.2s ease;
}

.vs-radio-mark::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  margin: 3px auto 0;
  border-radius: 50%;
  background: var(--vs-maroon);
  transform: scale(0);
  transition: transform 0.2s ease;
}

.vs-radio input:checked+.vs-radio-mark {
  border-color: var(--vs-maroon);
}

.vs-radio input:checked+.vs-radio-mark::after {
  transform: scale(1);
}

/* Notice */
.vs-notice {
  margin: 4px 0 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.45;
  color: #dc2626;
}

.vs-notice--info {
  margin-top: 10px;
  font-weight: 500;
  color: var(--vs-navy);
}

/* Certification */
.vs-cert-text {
  margin: 0 0 20px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.55;
  color: var(--vs-navy);
}

.vs-signature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1.4fr;
  gap: 20px;
  align-items: start;
}

@media (max-width: 900px) {
  .vs-signature-grid {
    grid-template-columns: 1fr;
  }
}

.vs-draw-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 20px;
  font-family: var(--vs-font);
  font-size: 18px;
  font-weight: 100;
  color: #000000;
  background: #fafafa;
  border: 1.5px solid #cccccc;
  border-radius: 0;
  cursor: pointer;
  transition: background 0.2s ease;
  font-style: italic;
}

.vs-draw-btn:hover {
  background: rgba(139, 46, 52, 0.05);
}

button.vs-draw-btn,
button.custom-draw {
  appearance: none;
  -webkit-appearance: none;
}

.vs-draw-btn svg {
  width: 16px;
  height: 16px;
}

.vs-signature-preview {
  position: relative;
  min-height: 120px;
  background: #fff;
  border: 1px solid var(--vs-border);
  border-radius: 0;
  overflow: hidden;
}

.vs-signature-preview .blah {
  position: absolute;
  inset: 0;
  display: none;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 12px;
  background: #fff;
  z-index: 2;
}

.vs-signature-preview.has-signature .blah {
  display: block;
}

.vs-signature-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 120px;
  padding: 16px;
  color: #b8c0cc;
}

.vs-signature-placeholder svg {
  width: 56px;
  height: 28px;
  opacity: 0.5;
}

.vs-signature-placeholder span {
  font-size: 12px;
}

.vs-signature-preview.has-signature .vs-signature-placeholder {
  display: none;
}

.vs-form-card .sign_box {
  font-style: normal;
}

.vs-form-card .sign_box p {
  margin: 0;
}

.vs-form-card .file-upload,
.vs-form-card .file-draw {
  display: none;
}

/* Submit bar */
.vs-form-submit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 20px 24px;
  background: var(--vs-card);
  border: 1px solid var(--vs-border);
  border-radius: var(--vs-radius);
  box-shadow: 0 2px 12px rgba(26, 43, 72, 0.04);
}

.vs-submit-note {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  flex: 1;
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  color: #dc2626;
}

.vs-submit-note__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  font-style: italic;
  background: var(--vs-maroon);
  border-radius: 50%;
}

.vs-submit-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  padding: 14px 28px;
  font-family: var(--vs-font);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
  background: var(--vs-maroon);
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.vs-submit-btn:hover {
  background: var(--vs-maroon-dark);
}

.vs-submit-btn svg {
  width: 18px;
  height: 18px;
}

@media (max-width: 768px) {
  .vs-form-submit {
    flex-direction: column;
    align-items: stretch;
  }

  .vs-submit-btn {
    justify-content: center;
  }
}

/* Hide legacy layout */
.vs-step-page .one_column {
  list-style: none;
  margin: 0;
  padding: 0;
}

.vs-step-page #site_header .main_header,
.vs-step-page #content .full_width .container {
  max-width: none;
  padding: 0;
}

.vs-step-page #content .full_width {
  background: transparent;
}


/* if inline input fiele */
.inline-form {
  padding: 0;
}

.inline-form .vs-field {
  display: flex;
  align-items: flex-end;
  gap: 1rem;
}

.vs-field.aligin-items-center {
  align-items: center !important;
}

.inline-form .vs-field label {
  white-space: nowrap;
  margin-bottom: 0;
}

.inline-form .vs-field input {
  border: 0;
  border-bottom: 1px solid #000;
  padding: 0;
  background: transparent;
}

/* ======================= */
/* Step 1 popup start */
/* ======================= */
/* Step 1 Ã¢â‚¬â€ Kin Authority Popup */

.kin-popup-overlay {
  --kin-purple: #6c5ce7;
  --kin-purple-dark: #5a4bd4;
  --kin-blue: #4a7dff;
  --kin-navy: #1a2b4a;
  --kin-text: #5a6478;
  --kin-border: #e4e8ef;
  --kin-lavender: #f6f7ff;
  --kin-mint: #f0faf6;
  --kin-radius: 16px;
  --kin-ease: cubic-bezier(0.22, 1, 0.36, 1);
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 16px;
  background: rgba(15, 23, 42, 0.45);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  opacity: 1;
  visibility: visible;
  transition: opacity 0.4s var(--kin-ease), visibility 0.4s;
}

.kin-popup-overlay.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

body.kin-popup-open {
  overflow: hidden;
}

.kin-popup-card {
  width: 100%;
  max-width: 720px;
  max-height: calc(100vh - 48px);
  overflow-y: auto;
  background: #fff;
  border-radius: var(--kin-radius);
  box-shadow:
    0 24px 80px rgba(15, 23, 42, 0.18),
    0 0 0 1px rgba(15, 23, 42, 0.04);
  animation: kinPopupIn 0.45s var(--kin-ease);
}

@keyframes kinPopupIn {
  from {
    opacity: 0;
    transform: translateY(20px) scale(0.98);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* Form sections */
.kin-form-section {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 24px;
  border-bottom: 1px solid #f0f2f6;
}

.kin-form-section--lavender {
  background: var(--kin-lavender);
}

.kin-form-section--mint {
  background: var(--kin-mint);
}

.kin-section-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
}

.kin-section-icon svg {
  width: 22px;
  height: 22px;
}

.kin-section-icon--purple {
  color: var(--kin-purple);
  background: rgba(108, 92, 231, 0.12);
}

.kin-section-icon--blue {
  color: #3b82f6;
  background: rgba(59, 130, 246, 0.12);
}

.kin-section-icon--green {
  color: #10b981;
  background: rgba(16, 185, 129, 0.12);
}

.kin-section-content {
  flex: 1;
  min-width: 0;
}

.kin-question {
  margin: 0 0 14px;
  font-family: var(--body-font, "Jost", sans-serif);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  color: var(--kin-navy);
}

/* Custom radios */
.kin-radio-group {
  display: flex;
  align-items: center;
  gap: 28px;
}

.kin-radio {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  color: var(--kin-navy);
  user-select: none;
}

.kin-radio input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.kin-radio-mark {
  position: relative;
  width: 22px;
  height: 22px;
  border: 2px solid #c5cad6;
  border-radius: 50%;
  background: #fff;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.kin-radio-mark::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--kin-purple);
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.25s var(--kin-ease);
}

.kin-radio input:checked+.kin-radio-mark {
  border-color: var(--kin-purple);
  box-shadow: 0 0 0 3px rgba(108, 92, 231, 0.12);
}

.kin-radio input:checked+.kin-radio-mark::after {
  transform: translate(-50%, -50%) scale(1);
}

/* Text input */
.kin-input {
  display: block;
  width: 100%;
  padding: 14px 16px;
  font-family: var(--body-font, "Jost", sans-serif);
  font-size: 15px;
  color: var(--kin-navy);
  background: #fff;
  border: 1px solid var(--kin-border);
  border-radius: 10px;
  outline: none;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.kin-input::placeholder {
  color: #a8b0be;
  text-transform: capitalize;
}

.kin-input:focus {
  border-color: rgba(108, 92, 231, 0.45);
  box-shadow: 0 0 0 3px rgba(108, 92, 231, 0.1);
}

/* Consent text */
.kin-consent-text {
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
  color: #000000;
}

/* Signature */
.kin-form-section--signature {
  align-items: center;
}

.kin-signature-row {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
}

.kin-signature-left {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex-shrink: 0;
}

.kin-signature-label {
  font-size: 18px;
  font-weight: 700;
  color: var(--kin-navy);
}

.kin-draw-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  font-family: var(--body-font, "Jost", sans-serif);
  font-size: 16px;
  font-style: italic;
  font-weight: 600;
  color: var(--kin-purple);
  background: #fff;
  border: 1.5px solid var(--kin-purple);
  border-radius: 0;
  cursor: pointer;
  transition: background 0.25s ease, color 0.25s ease;
}

.kin-draw-btn:hover {
  background: rgba(108, 92, 231, 0.06);
}

button.kin-draw-btn {
  appearance: none;
  -webkit-appearance: none;
}

.kin-draw-btn .kin-pencil-icon {
  display: inline-flex;
}

.kin-draw-btn .kin-pencil-icon svg {
  width: 16px;
  height: 16px;
}

.kin-signature-preview {
  position: relative;
  flex: 1;
  min-height: 110px;
  background: #fff;
  border: 1px solid var(--kin-border);
  border-radius: 0;
  overflow: hidden;
  width: 100%;
}

.kin-signature-preview .blah {
  position: absolute;
  inset: 0;
  display: none;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 12px;
  background: #fff;
  z-index: 2;
}

.kin-signature-preview.has-signature .blah {
  display: block;
}

.kin-signature-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 100%;
  min-height: 110px;
  padding: 16px;
  color: #b8c0cc;
  border-radius: 0;
}

.kin-signature-placeholder svg {
  width: 48px;
  height: 32px;
  opacity: 0.55;
}

.kin-signature-placeholder span {
  font-size: 13px;
}

.kin-signature-preview.has-signature .kin-signature-placeholder {
  display: none;
}

.sign_box em,
.sign_box {
  font-style: normal;
}

.sign_box p {
  margin: 0;
}

.sign_box .file-upload,
.sign_box .file-draw {
  display: none;
}

/* Continue button */
.kin-continue-wrap {
  padding: 0;
}

.kin-continue-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 18px 24px;
  font-family: var(--body-font, "Jost", sans-serif);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(90deg, #5b7fff 0%, #7c5cfc 55%, #8b5cf6 100%);
  border: none;
  border-radius: 0 0 var(--kin-radius) var(--kin-radius);
  cursor: pointer;
  transition: filter 0.25s ease, transform 0.25s var(--kin-ease);
}

.kin-continue-btn:hover {
  filter: brightness(1.06);
}

.kin-continue-btn:active {
  transform: scale(0.99);
}

.kin-continue-btn svg {
  width: 18px;
  height: 18px;
}

/* Hide legacy list styles inside popup */
.kin-popup-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.kin-popup-card .middle-container,
.kin-popup-card .middle-text,
.kin-popup-card .pop_text {
  margin: 0;
  padding: 0;
}

@media (max-width: 640px) {
  .kin-form-section {
    flex-direction: column;
    gap: 14px;
    padding: 18px 16px;
  }

  .kin-signature-row {
    flex-direction: column;
    align-items: stretch;
  }

  .kin-signature-left {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

@media (prefers-reduced-motion: reduce) {
  .kin-popup-card {
    animation: none;
  }
}

/* ======================= */
/* Step 1 popup end */
/* ======================= */



/* ======================= */
/* Signature pad start */
/* ======================= */
/* Signature pad modal */

.sig-modal {
  position: fixed;
  inset: 0;
  z-index: 10050;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s;
}

.sig-modal.is-open {
  opacity: 1;
  visibility: visible;
}

.sig-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.5);
}

.sig-modal__box {
  position: relative;
  width: 100%;
  max-width: 640px;
  background: #f3f4f6;
  border: 1px solid #d1d5db;
  border-radius: 4px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
  padding: 20px 20px 16px;
}

.sig-modal__close-x {
  position: absolute;
  top: -14px;
  right: -14px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  font-size: 22px;
  line-height: 1;
  color: #fff;
  background: #111;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.2s ease;
}

.sig-modal__close-x:hover {
  background: #333;
}

.sig-modal__canvas-wrap {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 2px;
  overflow: hidden;
}

#signatureCanvas {
  display: block;
  width: 100%;
  height: 220px;
  touch-action: none;
  cursor: crosshair;
}

.sig-modal__hint {
  margin: 10px 0 14px;
  font-family: "Jost", sans-serif;
  font-size: 14px;
  text-align: center;
  color: #9ca3af;
}

.sig-modal__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.sig-modal__actions-left {
  display: flex;
  gap: 8px;
}

.sig-modal__btn {
  padding: 8px 18px;
  font-family: "Jost", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #111;
  background: #f9fafb;
  border: 1px solid #9ca3af;
  border-radius: 3px;
  cursor: pointer;
  transition: background 0.2s ease;
}

.sig-modal__btn:hover {
  background: #f3f4f6;
}

.sig-modal__btn--save {
  min-width: 140px;
}

body.sig-modal-open {
  overflow: hidden;
}

@media (max-width: 480px) {
  .sig-modal__actions {
    flex-wrap: wrap;
  }

  .sig-modal__btn--save {
    width: 100%;
    margin-top: 4px;
  }
}

/* ======================= */
/* Signature pad end */
/* ======================= */

.inline-form .vs-form-card__head {
  padding: 0;
  border: 0;
  margin-bottom: 1rem;
}

.inline-form .vs-form-card {
  background: transparent;
  border: 0;
  box-shadow: none;
}

.inline-form .vs-form-card__body {
  padding: 0;
}






/* ============================================================ */
/* ======================== Step 2 CSS ======================== */
/* ============================================================ */

.step2-page {
  --s2-navy: #0c3d68;
  --s2-blue: #0f7aa8;
  --s2-blue-dark: #0a5b86;
  --s2-bg: #eef5fa;
  --s2-card: #ffffff;
  --s2-border: #d6e2ed;
  --s2-text: #22384a;
  --s2-muted: #607689;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.9));
  color: var(--s2-text);
}

.step2-page .about_page {
  margin: 0;
  padding: 0 0 32px;
}

.step2-page .about_page>article.container.row>h3 {
  display: none;
}

.step2-page .step2-shell>.container {
  max-width: 1240px;
  margin: 0 auto;
}

.step2-page .step2-shell h1 {
  margin: 24px 0 8px;
  font-family: "Playfair Display", serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  color: var(--s2-navy);
}

.step2-page .step2-shell hr {
  width: 120px;
  margin: 0 auto 12px;
  border-top: 2px solid rgba(12, 61, 104, 0.25);
}

.step2-page .step2-alert {
  /* max-width: 840px; */
  margin: 2rem auto;
  /* padding: 14px 18px; */
  font-size: 1.95rem;
  line-height: 1.4;
  color: #9c2735;
  /* background: rgba(255, 255, 255, 0.95); */
  /* border: 1px solid #edd9dd; */
  border-radius: 14px;
  /* box-shadow: 0 10px 32px rgba(0, 0, 0, 0.06); */
}

.step2-page .inner_page_arrangement {
  width: 100%;
}

.step2-page .modern-step2 .inner_container {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 20px;
  align-items: start;
  width: 100%;
  margin: 0;
}

.step2-page .modern-step2 .panel_content {
  display: none;
  width: 100%;
  margin: 0;
  padding: 18px;
  background: var(--s2-card);
  border: 1px solid var(--s2-border);
  border-radius: 14px;
  box-shadow: 0 12px 28px rgba(7, 36, 61, 0.08);
}

.step2-page .modern-step2 .panel_content.is-active {
  display: block;
}

.step2-page .modern-step2 .panel_content h3,
.step2-page .modern-step2 .panel_content h4,
.step2-page .modern-step2 .panel_content h5,
.step2-page .modern-step2 .panel_content label,
.step2-page .modern-step2 .panel_content p {
  color: var(--s2-text);
}

.step2-page .modern-step2 .seal_before {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 2rem;
}

.step2-page .modern-step2 .next_btn,
.step2-page .modern-step2 #paypal_submit,
.step2-page .modern-step2 .check_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 108px;
  padding: 8.5px 20px;
  font-size: 14px;
  font-weight: 600;
  color: #fff !important;
  text-transform: none;
  text-decoration: none;
  background: linear-gradient(180deg, var(--s2-blue), var(--s2-blue-dark));
  border: 1px solid rgba(12, 61, 104, 0.25);
  border-radius: 8px;
  box-shadow: 0 6px 18px rgba(15, 122, 168, 0.26);
}

.step2-page .modern-step2 .next_btn.next_btn_back {
  color: var(--s2-navy) !important;
  background: #fff;
  box-shadow: none;
}

.step2-page .modern-step2 .next_btn.next_btn_back::before {
  content: "\2190";
  margin-right: 7px;
}

.step2-page .modern-step2 .next_btn.next_btn_next::after,
.step2-page .modern-step2 #paypal_submit::after {
  content: "\2192";
  margin-left: 7px;
}

.step2-page .modern-step2 .item_appear,
.step2-page .modern-step2 .item_num_detail,
.step2-page .modern-step2 .package_selected,
.step2-page .modern-step2 .contact_form {
  border: 1px solid var(--s2-border);
  border-radius: 10px;
  background: #fff;
}

.step2-page .modern-step2 .item_appear {
  margin-bottom: 14px;
  padding: 12px 14px;
}

.step2-page .modern-step2 .item_num_detail {
  margin-bottom: 8px;
  padding: 10px 12px;
}

.step2-page .modern-step2 .item_num_detail input[type="text"],
.step2-page .modern-step2 .item_num_detail input[type="number"],
.step2-page .modern-step2 .contact_form input,
.step2-page .modern-step2 select {
  height: 40px;
  padding: 0 12px;
  font-size: 14px;
  border: 1px solid #d5dfe9;
  border-radius: 8px;
  background: #fbfdff;
}

input#photoimg {
  padding-top: 6px;
}

.step2-page .modern-step2 .choice {
  margin: 4px;
  padding: 9px 14px;
  font-size: 1.125rem;
  color: var(--s2-text);
  background: #f6f9fc;
  border: 1px solid #d8e4ef;
  border-radius: 9px;
  outline: none;
}

.step2-page .modern-step2 .choice.active {
  color: #fff;
  background: linear-gradient(180deg, #68a34d, #5f9349);
  border-color: #5f9349;
}

.step2-page .modern-step2 .covid19 {
  margin: 10px 0 14px;
  padding: 12px 16px;
  color: #fff !important;
  background: linear-gradient(90deg, #09395f, #0e5b90);
  border-radius: 999px;
}

.step2-page .modern-step2 .step_wrapper {
  grid-column: 2;
  position: sticky;
  top: 18px;
}

.step2-page .modern-step2 .step_side {
  margin-bottom: 14px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--s2-border);
  border-radius: 10px;
}

.step2-page .modern-step2 .step_side h3 {
  margin: 0;
  padding: 0;
  font-size: 1.05rem;
  color: #fff;
  background: transparent;
}

.step2-page .modern-step2 .step_side ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.step2-page .modern-step2 .step_side ul li a {
  display: block;
  padding: 10px 12px;
  font-size: 1.65rem;
  color: var(--s2-text);
  text-decoration: none;
  border-bottom: 1px solid #edf2f7;
}

.step2-page .modern-step2 .step_side ul li.is-current a {
  font-weight: 700;
  color: var(--s2-navy);
  background: #eef7ff;
}

.step2-page .modern-step2 .card_item {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  padding: 10px 12px;
  border-bottom: 1px solid #edf2f7;
}

.step2-page .modern-step2 .total_div {
  background: #f2f8fd;
}

/* ---- Modern sidebar: checklist + cart ---- */
.step2-page .modern-step2 .s2-sidebar {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.step2-page .modern-step2 .s2-sidebar .step_side {
  margin-bottom: 1rem;
  border: none;
  border-radius: 18px;
  background:
    linear-gradient(165deg, rgba(255, 255, 255, 0.98), rgba(244, 250, 255, 0.95));
  box-shadow:
    0 10px 28px rgba(9, 57, 95, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.8) inset;
  overflow: hidden;
}

.step2-page .modern-step2 .s2-side-head {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 16px 14px;
  background: linear-gradient(135deg, #0a4a72 0%, #0e7aa8 55%, #14a0bf 100%);
  position: relative;
}

.step2-page .modern-step2 .s2-side-head::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 90% 20%, rgba(255, 255, 255, 0.22), transparent 42%),
    radial-gradient(circle at 10% 100%, rgba(255, 255, 255, 0.08), transparent 40%);
  pointer-events: none;
}

.step2-page .modern-step2 .s2-side-head>* {
  position: relative;
  z-index: 1;
}

.step2-page .modern-step2 .s2-side-icon {
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  color: #0a4a72;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
  font-size: 1rem;
}

.step2-page .modern-step2 .s2-side-icon--cart {
  color: #0e6b95;
}

.step2-page .modern-step2 .s2-side-head h3 {
  margin: 0;
  padding: 0;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #fff;
  background: none;
  line-height: 1.2;
}

.step2-page .modern-step2 .s2-side-sub {
  margin: 3px 0 0;
  font-size: 0.9rem;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 400;
}

.step2-page .modern-step2 .s2-check-list {
  padding: 10px 12px 14px !important;
  position: relative;
}

.step2-page .modern-step2 .s2-check-list::before {
  content: "";
  position: absolute;
  left: 37px;
  top: 28px;
  bottom: 28px;
  width: 2px;
  background: linear-gradient(180deg, #c9e3f2, #e8f3fa);
  border-radius: 2px;
}

.step2-page .modern-step2 .s2-check-list li {
  margin: 0;
  position: relative;
}

.step2-page .modern-step2 .s2-check-list li+li {
  margin-top: 2px;
}

.step2-page .modern-step2 .s2-check-list li a {
  display: flex !important;
  align-items: center;
  gap: 12px;
  padding: 11px 12px !important;
  border: 1px solid transparent;
  border-radius: 12px;
  border-bottom: 1px solid transparent !important;
  background: transparent;
  color: #4a6478 !important;
  font-size: 1.125rem !important;
  font-weight: 600;
  line-height: 1.25 !important;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
}

.step2-page .modern-step2 .s2-check-list li a:hover {
  background: #f3f9fd;
  border-color: #d8ebf6;
  border-bottom-color: #d8ebf6 !important;
}

.step2-page .modern-step2 .s2-step-num {
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  color: #5a7f96;
  background: #e8f2f9;
  border: 2px solid #d2e5f1;
  position: relative;
  z-index: 1;
  transition: all 0.2s ease;
}

.step2-page .modern-step2 .s2-step-text {
  flex: 1 1 auto;
  min-width: 0;
}

.step2-page .modern-step2 .s2-step-mark {
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-size: 0.65rem;
  color: transparent;
  background: transparent;
  opacity: 0;
  transform: scale(0.7);
  transition: all 0.2s ease;
}

.step2-page .modern-step2 .s2-check-list li.is-current a {
  background: linear-gradient(90deg, #e8f6ff, #f4fbff) !important;
  border-color: #b8dff3 !important;
  color: #0a4a72 !important;
  box-shadow: 0 4px 14px rgba(14, 122, 168, 0.12);
}

.step2-page .modern-step2 .s2-check-list li.is-current .s2-step-num {
  color: #fff;
  background: linear-gradient(145deg, #1090c0, #0a5f8a);
  border-color: #0e7aa8;
  box-shadow: 0 4px 10px rgba(14, 122, 168, 0.35);
}

.step2-page .modern-step2 .s2-check-list li.is-done a {
  color: #2f6b4f !important;
  background: #f3fbf6;
}

.step2-page .modern-step2 .s2-check-list li.is-done .s2-step-num {
  color: transparent;
  background: linear-gradient(145deg, #2f9e6b, #1f7a52);
  border-color: #2a8f61;
  font-size: 0;
}

.step2-page .modern-step2 .s2-check-list li.is-done .s2-step-num::after {
  content: "\f00c";
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Free", "FontAwesome";
  font-weight: 900;
  font-size: 0.7rem;
  color: #fff;
}

.step2-page .modern-step2 .s2-check-list li.is-done .s2-step-mark {
  opacity: 1;
  transform: scale(1);
  color: #1f7a52;
  background: #d8f3e5;
}

.step2-page .modern-step2 .s2-cart-body {
  padding: 8px 12px 14px;
}

.step2-page .modern-step2 .s2-cart .card_item,
.step2-page .modern-step2 .s2-cart-line {
  align-items: center;
  margin: 0;
  padding: 11px 10px;
  border: none;
  border-bottom: 1px dashed #d9e8f2;
  background: transparent;
  font-size: 0.9rem;
}

.step2-page .modern-step2 .s2-cart .card_item:last-child,
.step2-page .modern-step2 .s2-cart-total {
  border-bottom: none;
}

.step2-page .modern-step2 .s2-cart .card_item label {
  margin: 0;
  font-size: 1.125rem;
  color: #002841;
}

.step2-page .modern-step2 .s2-cart-muted label {
  font-weight: 500;
  color: #6a8496;
}

.step2-page .modern-step2 .s2-cart-muted small {
  display: block;
  font-size: 0.92rem;
  color: #000000;
  font-weight: 300;
}

.step2-page .modern-step2 .s2-cart-amt {
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  color: #0a4a72;
  white-space: nowrap;
}

.step2-page .modern-step2 .s2-cart-total {
  margin-top: 6px !important;
  padding: 14px 12px !important;
  border-radius: 14px;
  background: linear-gradient(135deg, #0a4a72, #0e7aa8) !important;
  box-shadow: 0 8px 18px rgba(10, 74, 114, 0.22);
}

.step2-page .modern-step2 .s2-cart-total label {
  color: rgba(255, 255, 255, 0.9) !important;
  font-weight: 700;
}

.step2-page .modern-step2 .s2-cart-total .s2-cart-amt {
  color: #fff;
  font-size: 1.15rem;
  letter-spacing: 0.01em;
}

@media (max-width: 992px) {
  .step2-page .modern-step2 .inner_container {
    grid-template-columns: 1fr;
  }

  .step2-page .modern-step2 .step_wrapper {
    grid-column: auto;
    position: static;
  }
}

/* Step-2 exact look refinements (Step-1 panel focused) */
.step2-page {
  background:
    radial-gradient(circle at 15% 20%, rgba(49, 139, 196, 0.08), transparent 36%),
    radial-gradient(circle at 90% 15%, rgba(73, 151, 196, 0.08), transparent 40%),
    linear-gradient(180deg, #f4fbff, #eef7fd);
}

.step2-page .modern-step2 .inner_container {
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 16px;
}

.step2-page .modern-step2 .panel_content {
  grid-column: 1;
  grid-row: 1;
  border-radius: 12px;
  padding: 14px;
}

.step2-page .modern-step2 .panel_content:not(.is-active) {
  display: none !important;
}

.step2-page .modern-step2 .step_wrapper {
  grid-column: 2;
  grid-row: 1;
  align-self: start;
}

.step2-page .step2-alert {
  /* position: relative; */
  /* max-width: 900px; */
  /* padding: 10px 16px 10px 52px; */
  /* font-size: 1.1rem; */
  /* border-radius: 12px; */
}

.step2-page .step2-alert::before {
  /* content: "\f132"; */
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #c99f3f;
  font-size: 20px;
}

.step2-page .modern-step2 #section1>.seal_before {
  justify-content: flex-end;
}

.step2-page .modern-step2 #section1>p {
  position: relative;
  margin: 0 0 10px;
  padding-left: 74px;
  min-height: 60px;
  font-size: 1.25rem;
  line-height: 1.4;
}

.step2-page .modern-step2 #section1>p::before {
  content: "\f879";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 4px;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(160deg, #0e7fa7, #09557d);
  box-shadow: 0 8px 18px rgba(15, 122, 168, 0.25);
}

.step2-page .modern-step2 .covid19 {
  position: relative;
  padding: 13px 18px 13px 74px;
  font-size: 1.75rem;
  line-height: 1.2;
}

.step2-page .modern-step2 .covid19::before {
  content: "\f7a2";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 30px;
}

.step2-page .modern-step2 #section1 .item_appear {
  background: #f8fbff;
  border-radius: 10px;
}

.step2-page .modern-step2 #section1 .item_appear .label {
  font-size: 1.125rem;
  font-weight: 600;
  color: #156086;
  background: #e7f3fa;
  padding: 10px 15px;
  border-radius: 8px;
  margin-bottom: 10px;
}

.step2-page .modern-step2 #section1 .choice {
  border-radius: 9px;
}

.step2-page .modern-step2 #section1 .direct_cremation .label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(90deg, #0f84ad, #0d6b9f);
  border-radius: 9px 9px 0 0;
  padding: 10px 14px;
}

.step2-page .modern-step2 #section1 .direct_cremation .label h3,
.step2-page .modern-step2 #section1 .direct_cremation .label h4 {
  margin: 0;
  color: #fff !important;
}

.step2-page .modern-step2 #section1 .direct_cremation .detail {
  padding-top: 8px;
}

.step2-page .modern-step2 #section1>.next_btn {
  margin-left: auto;
}

.step2-page .modern-step2 .step_side h3 {
  font-size: 1.25rem;
  letter-spacing: 0;
  padding: 0;
}

.step2-page .modern-step2 .step_side ul li a {
  font-size: inherit;
  line-height: inherit;
  padding: inherit;
}

.step2-page .modern-step2 .card_item {
  font-size: 0.9rem;
}

.step2-page .modern-step2 .card_item label {
  font-size: inherit;
  margin: 0;
}

@media (max-width: 992px) {
  .step2-page .modern-step2 .panel_content {
    grid-row: auto;
  }
}

/* Keep right sidebar visible beside active step panel */
.step2-page .modern-step2 .inner_container.row {
  display: flex !important;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 16px;
}

.step2-page .modern-step2 .panel_content {
  flex: 1 1 0;
  width: auto;
  min-width: 0;
}

.step2-page .modern-step2 .panel_content:not(.is-active) {
  display: none !important;
}

.step2-page .modern-step2 .panel_content.is-active {
  display: block !important;
}

.step2-page .modern-step2 .step_wrapper {
  display: block !important;
  flex: 0 0 320px;
  width: 320px;
  margin-top: 0;
  position: sticky;
  top: 14px;
}

@media (max-width: 992px) {
  .step2-page .modern-step2 .inner_container.row {
    display: block !important;
  }

  .step2-page .modern-step2 .step_wrapper {
    width: 100%;
    position: static;
    margin-top: 14px;
  }
}

.step2-page .modern-step2 .step_wrapper:not(.step_wrapper_fixed) {
  display: none !important;
}

/* ---- Section 2â€“4: option rows matching section1 + mockup ---- */
.step2-page .modern-step2 .s2-section-block {
  padding: 0;
  overflow: hidden;
  background: #fff;
}

.step2-page .modern-step2 .s2-section-label {
  margin: 0 !important;
  padding: 12px 16px !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #fff !important;
  background: linear-gradient(90deg, #0a4a72, #0e7aa8) !important;
  border-radius: 10px 10px 0 0;
}

.step2-page .modern-step2 .s2-section-block>.field_appear {
  padding: 12px 14px 14px;
}

.step2-page .modern-step2 .s2-block-title {
  margin: 0 0 6px;
  font-size: 1.05rem;
  font-weight: 700;
  color: #0a4a72 !important;
}

.step2-page .modern-step2 .info_msg {
  margin: 0 0 12px;
  font-size: 1.125rem;
  color: #5a7a8f !important;
}

.step2-page .modern-step2 .error_pop {
  display: none;
  margin: 0 0 8px;
  font-size: 0.85rem;
  color: #c0392b !important;
}

.step2-page .modern-step2 .s2-option-row {
  display: grid;
  grid-template-columns: 22px 42px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  margin: 0 0 8px;
  padding: 12px 12px;
  border: 1px solid #e4eef5;
  border-radius: 12px;
  background: #fbfdff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  cursor: pointer;
}

.step2-page .modern-step2 .s2-option-row:hover {
  border-color: #c5dcec;
  background: #f5fafd;
}

.step2-page .modern-step2 .s2-option-row.is-active {
  border-color: #9fcce6;
  background: linear-gradient(90deg, #eef7fc, #f8fcff);
  box-shadow: 0 4px 14px rgba(14, 122, 168, 0.1);
}

.step2-page .modern-step2 .s2-option-row input[type="radio"],
.step2-page .modern-step2 .s2-option-row input[type="checkbox"] {
  margin: 0;
  width: 16px;
  height: 16px;
  accent-color: #0a4a72;
  cursor: pointer;
}

.step2-page .modern-step2 .s2-opt-check-spacer {
  width: 16px;
}

.step2-page .modern-step2 .s2-opt-icon {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  color: #0e7aa8;
  background: #e7f3fa;
  font-size: 1rem;
  flex-shrink: 0;
}

.step2-page .modern-step2 .s2-opt-icon--blue {
  color: #0d6b9f;
  background: #dff0fa;
}

.step2-page .modern-step2 .s2-opt-icon--teal {
  color: #0a8a7a;
  background: #e2f7f3;
}

.step2-page .modern-step2 .s2-opt-icon--navy {
  color: #0a4a72;
  background: #e4edf5;
}

.step2-page .modern-step2 .s2-opt-icon--green {
  color: #1f7a52;
  background: #e6f6ee;
}

.step2-page .modern-step2 .s2-opt-icon--gold {
  color: #a67c2a;
  background: #f8f0dc;
}

.step2-page .modern-step2 .s2-opt-body {
  min-width: 0;
}

.step2-page .modern-step2 .s2-opt-body>label {
  display: block;
  margin: 0;
  font-size: 0.98rem;
  font-weight: 600;
  color: #23485f !important;
  line-height: 1.35;
  cursor: pointer;
}

.step2-page .modern-step2 .s2-opt-hint {
  margin: 0 0 8px !important;
  font-size: 0.82rem !important;
  color: #6a8496 !important;
  line-height: 1.35;
}

.step2-page .modern-step2 .s2-show-detail {
  display: inline;
  margin-left: 4px;
  padding: 0;
  border: 0;
  background: none;
  color: #0e7aa8;
  font: inherit;
  font-size: 0.85em;
  font-style: italic;
  font-weight: 500;
  text-decoration: underline;
  cursor: pointer;
  outline: none;
}

.step2-page .modern-step2 .showdetail {
  display: none;
  margin: 6px 0 10px;
  padding: 10px 12px;
  border-radius: 8px;
  background: #f0f7fb;
  border: 1px solid #d5e8f3;
}

.step2-page .modern-step2 .showdetail.is-open {
  display: block;
}

.step2-page .modern-step2 .showdetail p {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.45;
  color: #4a6478 !important;
}

.step2-page .modern-step2 .s2-opt-price {
  margin: 8px 0 0 !important;
  padding: 0;
  font-size: 0.98rem;
  font-weight: 700;
  color: #0a4a72 !important;
  white-space: nowrap;
  text-align: right;
}

.step2-page .modern-step2 .s2-inline-form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 4px;
}

.step2-page .modern-step2 .s2-inline-form input[type="text"] {
  flex: 1 1 180px;
  min-width: 160px;
}

.step2-page .modern-step2 .s2-inline-form .done {
  display: none;
  margin: 0;
  font-size: 0.85rem;
  color: #1f7a52 !important;
  font-weight: 600;
}

.step2-page .modern-step2 .s2-opt-body input[type="text"],
.step2-page .modern-step2 .s2-opt-body select {
  display: block;
  width: 100%;
  max-width: 280px;
  margin-top: 4px;
}

.step2-page .modern-step2 .s2-note-card {
  margin-top: 8px;
  padding: 12px 14px;
  border-radius: 10px;
  background: #fff8e8;
  border: 1px solid #f0dca8;
}

.step2-page .modern-step2 .s2-note-card p {
  margin: 0 !important;
  font-size: 0.9rem !important;
  line-height: 1.45;
  color: #8a5a18 !important;
}

.step2-page .modern-step2 .seal_before--bottom {
  margin-top: 1.25rem;
  margin-bottom: 0;
}

.step2-page .modern-step2 .s2-urn-card {
  text-align: center;
  padding: 16px;
  border: 1px solid #e4eef5;
  border-radius: 12px;
  background: #fbfdff;
}

.step2-page .modern-step2 .s2-urn-card img {
  max-width: fit-content;
  height: auto;
  border-radius: 8px;
  background: transparent;
  box-shadow: none;
  margin-bottom: 25px;
}

.step2-page .modern-step2 .s2-checkout-summary .package_selected {
  margin-bottom: 10px;
  padding: 0;
  overflow: hidden;
}

.step2-page .modern-step2 .s2-checkout-summary .row_title {
  padding: 10px 12px;
  font-size: 1.125rem;
  font-weight: 400;
  color: #fff;
  background: linear-gradient(90deg, #0a4a72, #0e7aa8);
}

.step2-page .modern-step2 .s2-checkout-summary .row_normal {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px;
  border-bottom: 1px solid #edf2f7;
}

.step2-page .modern-step2 .s2-checkout-summary .row_normal h5 {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
}

.step2-page .modern-step2 .s2-checkout-summary .row_normal h5:last-child {
  font-weight: 700;
}

.step2-page .modern-step2 .s2-checkout-summary .panel21_output .row_title {
  border-radius: 10px 10px 0 0;
}

.step2-page .modern-step2 .s2-checkout-summary .panel22_output,
.step2-page .modern-step2 .s2-checkout-summary .panel23_1_output,
.step2-page .modern-step2 .s2-checkout-summary .panel23_output,
.step2-page .modern-step2 .s2-checkout-summary .panel24_output,
.step2-page .modern-step2 .s2-checkout-summary .panel25_output {
  margin-top: -10px;
  border-top: 0;
}

.step2-page .modern-step2 .s2-checkout-summary .panel23_output .row_normal {
  background: #fcfeff;
}

.step2-page .modern-step2 .s2-checkout-summary .panel21_output .row_normal h5:first-child,
.step2-page .modern-step2 .s2-checkout-summary .panel22_output .row_normal h5:first-child,
.step2-page .modern-step2 .s2-checkout-summary .panel23_1_output .row_normal h5:first-child,
.step2-page .modern-step2 .s2-checkout-summary .panel23_output .row_normal h5:first-child,
.step2-page .modern-step2 .s2-checkout-summary .panel24_output .row_normal h5:first-child,
.step2-page .modern-step2 .s2-checkout-summary .panel25_output .row_normal h5:first-child {
  flex: 1 1 auto;
  color: #29465a;
}

.step2-page .modern-step2 .s2-checkout-summary .panel21_output .row_normal h5:last-child,
.step2-page .modern-step2 .s2-checkout-summary .panel22_output .row_normal h5:last-child,
.step2-page .modern-step2 .s2-checkout-summary .panel23_1_output .row_normal h5:last-child,
.step2-page .modern-step2 .s2-checkout-summary .panel23_output .row_normal h5:last-child,
.step2-page .modern-step2 .s2-checkout-summary .panel24_output .row_normal h5:last-child,
.step2-page .modern-step2 .s2-checkout-summary .panel25_output .row_normal h5:last-child {
  flex: 0 0 auto;
  min-width: 84px;
  text-align: right;
  color: #0a4a72;
  font-weight: 700;
}

.step2-page .modern-step2 .s2-summary-totals .total_output {
  background: linear-gradient(90deg, #0a4a72, #0e7aa8);
}

.step2-page .modern-step2 .s2-summary-totals .total_output h5 {
  color: #fff !important;
}

.step2-page .modern-step2 .contact_form {
  padding: 14px;
  border: none;
  background: transparent;
}

.step2-page .modern-step2 .contact_form .form_row {
  margin-bottom: 14px;
}

.step2-page .modern-step2 .contact_form .form_row>label {
  display: block;
  margin-bottom: 6px;
  font-weight: 400;
  color: #23485f !important;
}

.step2-page .modern-step2 .s2-input-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.step2-page .modern-step2 .s2-input-grid--4 {
  grid-template-columns: repeat(2, 1fr);
}

.step2-page .modern-step2 .contact_form input[type="text"],
.step2-page .modern-step2 .contact_form input[type="file"] {
  width: 100%;
}

.step2-page .modern-step2 .contact_form em {
  display: block;
  margin-top: 4px;
  font-size: 0.8rem;
  color: #6a8496;
}

@media (max-width: 640px) {
  .step2-page .modern-step2 .s2-option-row {
    grid-template-columns: 22px 36px minmax(0, 1fr);
  }

  .step2-page .modern-step2 .s2-opt-price {
    grid-column: 2 / -1;
    text-align: left;
    margin-top: 0 !important;
  }

  .step2-page .modern-step2 .s2-input-grid,
  .step2-page .modern-step2 .s2-input-grid--4 {
    grid-template-columns: 1fr;
  }
}

/* ============================================================ */
/* Step 3 lightbox + urn creative styles */
/* ============================================================ */

body.s2-lightbox-open {
  overflow: hidden;
}

.step2-page .s2-lightbox {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px 16px;
}

.step2-page .s2-lightbox.is-open {
  display: flex;
}

.step2-page .s2-lightbox__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.65);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.step2-page .s2-lightbox__dialog {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 980px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 24px 90px rgba(0, 0, 0, 0.55);
  overflow: hidden;
}

.step2-page .s2-lightbox__close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  border: 0;
  cursor: pointer;
  background: rgb(0 0 0);
  color: #fff;
  font-size: 26px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.15s ease, background 0.2s ease;
}

.step2-page .s2-lightbox__close:hover {
  background: rgb(0 0 0 / 50%);
  transform: scale(1.02);
}

.step2-page .s2-lightbox__img {
  width: auto;
  max-height: 85vh;
  object-fit: contain;
  display: block;
  margin: 0;
  padding: 56px 16px 16px;
  margin: 0 auto;
}

/* Urn "creative" cards */
.step2-page .modern-step2 .s2-urn-card {
  position: relative;
  text-align: center;
  padding: 16px;
}

.step2-page .modern-step2 .s2-urn-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(90deg, #c8a04a, #a67c2a);
  box-shadow: 0 10px 22px rgba(166, 124, 42, 0.25);
  text-transform: uppercase;
}

.step2-page .modern-step2 .s2-urn-media {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding-top: 26px;
}

.step2-page .modern-step2 .s2-urn-thumb {
  max-width: 220px;
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 10px 24px rgba(9, 57, 95, 0.1);
  background: #fff;
}

.step2-page .modern-step2 .s2-view-large {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(14, 122, 168, 0.25);
  color: #fff;
  background: linear-gradient(180deg, #0f7aa8, #0a5b86);
  box-shadow: 0 10px 24px rgba(15, 122, 168, 0.18);
  cursor: pointer;
}

.step2-page .modern-step2 .s2-view-large i {
  font-size: 1rem;
}

.step2-page .modern-step2 .s2-view-large span {
  font-size: 0.92rem;
  font-weight: 700;
}

.step2-page .modern-step2 .s2-urn-meta {
  margin-top: 12px;
  text-align: left;
  border-top: 1px dashed #d9e8f2;
  padding-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.step2-page .modern-step2 .s2-urn-meta-top {
  display: flex;
  align-items: center;
  gap: 12px;
}

.step2-page .modern-step2 .s2-urn-meta-top h5 {
  margin: 0;
  font-size: 1.02rem;
  font-weight: 800;
  color: #23485f;
}

.step2-page .modern-step2 .s2-urn-sub {
  margin: 2px 0 0;
  font-size: 0.82rem;
  color: #6a8496;
}

.step2-page .modern-step2 .s2-urn-meta-bottom {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: flex-end;
}

.step2-page .modern-step2 .s2-urn-qty label {
  display: block;
  font-size: 0.8rem;
  font-weight: 700;
  color: #6a8496;
  margin-bottom: 6px;
}

.step2-page .modern-step2 .s2-urn-price {
  font-weight: 900;
  color: #0a4a72;
}

/* ============================================================ */
/* Thank You page */
/* ============================================================ */
.thankyou-page {
  min-height: 100vh;
  margin: 0;
  font-family: "Jost", sans-serif;
  color: #244257;
  background:
    radial-gradient(circle at 15% 20%, rgba(60, 142, 190, 0.12), transparent 35%),
    radial-gradient(circle at 90% 15%, rgba(12, 95, 131, 0.12), transparent 38%),
    linear-gradient(180deg, #f4fbff, #edf6fc);
}

.thankyou-shell {
  padding: 46px 16px 54px;
}

.thankyou-card {
  max-width: 980px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid #d3e5f0;
  border-radius: 18px;
  box-shadow: 0 20px 45px rgba(8, 56, 87, 0.13);
  padding: 32px 36px 30px;
}

.thankyou-head {
  text-align: center;
  padding-bottom: 24px;
  border-bottom: 1px solid #dce9f1;
}

.thankyou-badge {
  width: 64px;
  height: 64px;
  margin: 0 auto 14px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.25rem;
  background: linear-gradient(145deg, #0f7aa8, #0a5b86);
  box-shadow: 0 10px 24px rgba(15, 122, 168, 0.28);
}

.thankyou-head h1 {
  margin: 0 0 8px;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  color: #0a4a72;
  font-size: clamp(2rem, 4vw, 3.1rem);
}

.thankyou-head p {
  margin: 0;
  font-size: 1.05rem;
  color: #557387;
}

.thankyou-confirm-box {
  margin: 26px 0 18px;
  padding: 18px 20px;
  border-radius: 14px;
  border: 1px solid #c9e1f0;
  background: linear-gradient(180deg, #f2f9ff, #f8fcff);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.thankyou-confirm-box h2 {
  margin: 0 0 6px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #0d4f76;
}

.thankyou-confirm-number {
  margin: 0;
  font-size: clamp(1.25rem, 3vw, 2rem);
  font-weight: 800;
  letter-spacing: 0.03em;
  color: #0b658f;
}

.thankyou-confirm-note {
  margin: 0;
  font-size: 1rem;
  font-style: italic;
  color: #3f6d86;
}

.thankyou-text {
  margin: 0;
  font-size: 1.28rem;
  line-height: 1.55;
  color: #2f4f63;
}

.thankyou-actions {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.thankyou-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  padding: 11px 18px;
  border-radius: 10px;
  border: 1px solid #0f6d99;
  background: linear-gradient(180deg, #0f7aa8, #0a5b86);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  transition: transform 0.15s ease, box-shadow 0.2s ease;
}

.thankyou-btn:hover {
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 10px 20px rgba(15, 122, 168, 0.25);
}

.thankyou-btn-secondary {
  background: #fff;
  color: #0a4a72;
  border-color: #c4dced;
}

.thankyou-btn-primary {
  background: #0a4a72;
  color: #fff;
  border-color: #0a4a72;
}

.thankyou-btn-primary:hover {
  background: #0a4a72;
  color: #fff;
  border-color: #0a4a72;
}

.thankyou-btn-secondary:hover {
  color: #0a4a72;
  box-shadow: 0 8px 16px rgba(8, 56, 87, 0.12);
}

@media (max-width: 768px) {
  .thankyou-card {
    padding: 24px 20px;
    border-radius: 14px;
  }

  .thankyou-confirm-box h2 {
    font-size: 1.2rem;
  }

  .thankyou-text {
    font-size: 1.02rem;
  }
}

/* ============================================================ */
/* Step 3 paperwork page */
/* ============================================================ */
.paperwork-page {
  background:
    radial-gradient(circle at 8% 20%, rgba(15, 122, 168, 0.08), transparent 34%),
    radial-gradient(circle at 92% 18%, rgba(10, 74, 114, 0.08), transparent 38%),
    linear-gradient(180deg, #f5fbff, #eef7fd);
}

.paperwork-shell {
  padding: 34px 0 52px;
}

.paperwork-head {
  text-align: center;
  margin-bottom: 20px;
}

.paperwork-head-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  border-radius: 999px;
  color: #fff;
  font-size: 1.25rem;
  margin-bottom: 10px;
  background: linear-gradient(145deg, #0f7aa8, #0a5b86);
  box-shadow: 0 10px 24px rgba(10, 74, 114, 0.26);
}

.paperwork-head h1 {
  margin: 0;
  font-family: "Playfair Display", serif;
  font-size: clamp(2rem, 4.2vw, 3.1rem);
  font-weight: 700;
  color: #0a4a72;
}

.paperwork-head hr {
  width: 120px;
  margin: 12px auto 14px;
  border-top: 2px solid rgba(12, 61, 104, 0.2);
}

.paperwork-subtext {
  margin: 0 auto;
  padding: 12px 14px;
  font-size: 1.125rem;
  line-height: 1.45;
  color: #24556f;
  font-style: italic;
}

.paperwork-card {
  background: #fff;
  border: 1px solid #d2e4ef;
  border-radius: 16px;
  box-shadow: 0 20px 45px rgba(7, 36, 61, 0.11);
  padding: 22px;
}

.paperwork-note {
  margin-bottom: 16px;
  padding: 14px 16px;
  background: #f3f9fd;
  border-radius: 8px;
}

.paperwork-note p {
  margin: 0 0 15px;
  font-size: 1.125rem;
  line-height: 1.4;
  color: #325669;
}

.paperwork-note p:last-child {
  margin-bottom: 0;
}

.paperwork-list-wrap {
  border: 1px solid #d6e7f1;
  border-radius: 12px;
  overflow: hidden;
}

.paperwork-list-title {
  padding: 12px 16px;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #fff;
  background: linear-gradient(90deg, #0a4a72, #0e7aa8);
}

.paperwork-list {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: paperitem;
}

.paperwork-list li {
  counter-increment: paperitem;
  padding: 12px 14px;
  border-top: 1px solid #e8f2f8;
  background: #fff;
}

.paperwork-list li:nth-child(even) {
  background: #fcfeff;
}

.paperwork-list li::before {
  content: counter(paperitem) ".";
  float: left;
  font-weight: 700;
  color: #0f6f98;
  margin-right: 10px;
  padding-top: 2px;
}

.paperwork-list li>a {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: start;
  text-decoration: none;
}

.paperwork-list li>a:hover {
  text-decoration: none;
}

.paperwork-list li>a:hover .paperwork-item-text {
  color: #0a5f86;
  text-decoration: none;
}

.paperwork-item-text {
  font-size: 1rem;
  line-height: 1.45;
  color: #27485c;
  font-weight: 500;
}

.paperwork-tag {
  justify-self: end;
  padding: 5px 10px;
  border-radius: 999px;
  font-size: 1rem;
  font-weight: 400;
  color: #0e5f85;
  background: #e9f5fc;
  border: 1px solid #cbe5f3;
}

.paperwork-tag--muted {
  text-transform: none;
  letter-spacing: 0;
  font-size: 0.75rem;
  color: #546f80;
  background: #f5f8fb;
  border-color: #d9e5ee;
}

.paperwork-actions {
  margin-top: 18px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.paperwork-page .paperwork-actions .next_btn {
  min-width: 130px;
}

@media (max-width: 860px) {
  .paperwork-list li {
    grid-template-columns: 28px minmax(0, 1fr);
  }

  .paperwork-tag {
    grid-column: 2;
    justify-self: start;
    margin-top: 4px;
  }
}

@media (max-width: 640px) {
  .paperwork-card {
    padding: 16px;
    border-radius: 12px;
  }

  .paperwork-note p,
  .paperwork-item-text {
    font-size: 0.93rem;
  }
}


/* ============================================================ */
/* Handling of Cremated Remains */
/* ============================================================ */
.handling_of_cremated_remains {
  display: inline-block;
  width: 100%;
  border: 2px solid #000;
  padding: 20px;
  margin-bottom: 30px;
}

.handling_of_cremated_remains li {
  display: inline-block;
  width: 100%;
  margin-bottom: 0px !important;
}

.handling_of_cremated_remains li p {}

.handling_of_cremated_remains li .fa {
  color: #dbdbdb;
  font-size: 24px;
  cursor: pointer;
  display: inline-block;
  margin: 9px 10px 0 0px;
  float: left;
}

.handling_of_cremated_remains li .fa.black_color {
  color: #000;
}

.fa-square-o:before {
  content: "\f096";
}

.check-square-o:before {
  content: "\f046" !important;
}


@media print {
  .handling_of_cremated_remains {
    padding: 5px;
  }

  .handling_of_cremated_remains li {
    line-height: 1;
  }

  .handling_of_cremated_remains li .fa {
    font-size: 16px;
  }

  .handling_of_cremated_remains li p {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

/* ============================================================ */
/* Rosemount Cremation Authorization — exact paper-form UI      */
/* ============================================================ */

body.vs-step-page {
  background: #ececec !important;
  color: #000;
  font-size: 16px;
  line-height: 1.45;
}

body.vs-step-page main {
  max-width: 1203px;
  margin: 0 auto;
  padding: 18px 12px 40px;
}

/* ---- Header: Cremation Authorization ---- */
#site_header {
  border-bottom: 0;
  box-shadow: none;
}

#site_header .main_header {margin-bottom: 1rem;}

#site_header .relative {
  position: relative;
}

#site_header h4.textcenter {
  margin: 0 0 6px;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  font-style: italic;
  color: #111;
  letter-spacing: 0.2px;
}

#site_header h4.textcenter i,
#site_header h4.textcenter b {
  font-style: italic;
  font-weight: 700;
}

#site_header .print_red {
  margin: 0 auto 6px;
  text-align: center;
  color: #c62828 !important;
  font-size: 1.25rem;
  font-weight: 400;
}

#site_header .absolute.absolute_top.absolute_right {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  font-size: 0.95rem;
  font-weight: 600;
  white-space: nowrap;
}

#site_header .absolute input,
#site_header .display_inline,
#site_header .tag_no_input {
  display: inline-block;
  width: 110px !important;
  max-width: 110px;
  margin: 0 0 0 6px !important;
  padding: 4px 6px !important;
  border: 0;
  border-radius: 2px;
  background: #e9e9e9 !important;
  vertical-align: middle;
  font-weight: 400 !important;
  border-bottom: 1px solid #000000 !important;
  height: auto;
}

/* Keep this page looking like a paper sheet, ignore step1 gradient */
body.vs-step-page.form_global {
  background: #ececec !important;
}

body.vs-step-page.form_global .kin-popup-overlay {
  font-family: "Jost", sans-serif;
}

/* ---- Form sheet ---- */
#content {padding: 0 1rem;}

.full_width {
  background: #fff;
}

.full_width .container.row {
  margin: 0;
  padding: 10px 28px 28px;
  width: 100%;
  max-width: none;
}

.full_width ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  overflow: hidden;
}

.full_width > .container.row > ul:first-child,
.full_width .rmca-facility-row {
  margin-bottom: 4px;
  display: flex !important;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  overflow: visible;
  white-space: nowrap;
}

.full_width > .container.row > ul:first-child > li,
.full_width .rmca-facility-row > li {
  display: block;
  vertical-align: top;
  margin-bottom: 0;
  float: none !important;
}

.full_width > .container.row > ul:first-child > li:first-child,
.full_width .rmca-facility-row > li:first-child {
  width: auto;
  flex: 1 1 auto;
  min-width: 0;
}

.full_width .pull_right,
.full_width .rmca-facility-row > li.pull_right {
  float: none !important;
  width: auto !important;
  text-align: right;
  flex: 0 0 auto;
  white-space: nowrap;
}

.full_width h4 {
  margin: 0;
  font-size: 1.625rem;
  font-weight: 700;
  color: #111;
  font-family: "Times New Roman", Times, Georgia, serif;
}

.full_width h5 {
  margin: 16px 0 8px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #111;
  clear: both;
}

.full_width h5.textcenter,
.full_width .textcenter {
  text-align: center;
  margin: 0 auto;
  display: block;
}

.full_width h6 {
  margin: 8px 0 6px;
  font-size: 0.95rem;
  line-height: 1.35;
  font-weight: 700;
  color: #111;
}

.full_width p {
  margin: 0 0 8px;
  font-size: 1.25rem;
  line-height: 1.8;
  color: #111;
  text-align: left;
}

.margin_revert {
  margin-top: 2px !important;
}

/* ---- Underline inputs (paper form) ---- */
.full_width input[type="text"] {
  display: inline-block;
  border: 0 !important;
  border-bottom: 1px solid #000 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 3px 1px !important;
  margin: 0 2px 2px !important;
  height: auto !important;
  min-height: 0 !important;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.3px;
  color: #111 !important;
  outline: none;
  vertical-align: baseline;
}

.full_width input[type="text"]:read-only,
.full_width input[type="text"][readonly] {
  background: transparent !important;
  color: #494949 !important;
}

.full_width input[type="text"].must,
.full_width input.must {
  background: #fff59d !important;
  border-bottom: 1px solid #000 !important;
}

.full_width input[type="radio"],
.full_width input[type="checkbox"] {
  width: 15px !important;
  height: 15px !important;
  margin: 0 3px 0 8px !important;
  vertical-align: middle;
  accent-color: #111;
}

.width_5 { width: 42px !important; }
.width_10 { width: 58px !important; }
.width_15 { width: 88px !important; }
.width_20 { width: 120px !important; }
.width_25 { width: 160px !important; }
.width_30 { width: 210px !important; }
.width_40 { width: 280px !important; }
.width_50 { width: 340px !important; }
.width_60 { width: 380px !important; }
.width_70 { width: 500px !important; }
.width_80 { width: 100% !important; max-width: 720px; }
.width_100 { width: 100% !important; max-width: 100%; display: block !important; margin: 0 0 6px 0 !important; }

/* Sub-labels under fields */
.full_width p span,
.full_width ul li span {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.full_width p span label,
.full_width ul li span label {
  /* position: absolute; */
  left: 0;
  bottom: -12px;
  right: 0;
  font-size: 0.938rem;
  line-height: 1.15;
  color: #333;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
}

.full_width ul li.pull_right,
.full_width ul li.initials_print {
  margin-top: 0;
  margin-bottom: 0;
}

.full_width ul li.pull_right span,
.full_width ul li.initials_print span {
  min-width: 180px;
}

.full_width ul li.pull_right input.must,
.full_width ul li.initials_print input.must {
  width: 170px !important;
  text-align: center;
  font-size: 1.2rem !important;
  padding: 4px 8px !important;
  border-bottom: 1px solid #000 !important;
  background: #fff59d !important;
}

/* Final disposition box */
.full_width .handling_of_cremated_remains {
  display: block;
  width: 100%;
  box-sizing: border-box;
  border: 2px solid #000;
  padding: 10px 12px 6px 18px;
  margin: 8px 0 12px;
  list-style: none;
  margin-bottom: 1rem;
}

.handling_of_cremated_remains li {
  display: block;
  overflow: hidden;
  margin: 0 0 8px !important;
}

.handling_of_cremated_remains li .fa {
  float: left;
  margin: 8px 10px 0 0;
  font-size: 1.25rem;
  color: #c8c8c8;
  line-height: 1;
}

.handling_of_cremated_remains li .fa.black_color,
.handling_of_cremated_remains li .check-square-o {
  color: #000;
}

.handling_of_cremated_remains li p {
  margin: 0;
  overflow: hidden;
  line-height: 1.8;
}

.handling_of_cremated_remains li p small {
  font-size: 0.85em;
}

.fa-square-o:before {
  content: "\f096";
  font-family: "Font Awesome 6 Free", "FontAwesome", sans-serif;
  font-weight: 400;
}

.check-square-o:before {
  content: "\f14a" !important;
  font-family: "Font Awesome 6 Free", "FontAwesome", sans-serif;
  font-weight: 900;
}

/* Signature draw */
.sign_box {
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  margin-left: 6px;
}

.custom-file-upload {
  border: 1px solid #b5b5b5;
  background: #f4f4f4;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 12px;
  cursor: pointer;
  border-radius: 2px;
  font-family: "Jost", sans-serif;
  font-size: 0.9rem;
  font-style: italic;
  color: #222;
}

.custom-file-upload::before {
  content: "\f303";
  font-family: "Font Awesome 6 Free", "FontAwesome", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 0.85rem;
}

.file-upload,
.file-draw {
  display: none !important;
}

img.blah {
  max-width: 140px;
  height: auto;
  display: none;
  margin-left: 8px;
  vertical-align: middle;
}

img.blah.show_this_image {
  display: inline-block !important;
}

.full_width hr {
  border: 0;
  border-top: 1px solid #000;
  margin: 8px 0;
}

.full_width hr.mt-5 {
  margin-top: 2px;
}

.full_width .row {
  clear: both;
  width: 100%;
  height: 0;
}

/* Print button */
.submit_section {
  display: block;
  width: 100%;
  margin-top: 22px;
  text-align: center;
}

.submit_section .submit_box {
  display: block;
  margin: 0 auto;
  width: 42%;
  max-width: 380px;
}

.submit_section .submit_box input[type="button"],
.submit_section .print_me {
  width: 100%;
  padding: 12px 18px;
  border: 0;
  border-radius: 3px;
  background: #ea564b;
  color: #fff;
  font-family: "Jost", sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-appearance: none;
  margin-bottom: 5px;
}

.submit_section .submit_box input[type="button"]:hover,
.submit_section .print_me:hover {
  background: #d86f5b;
}

/* Hide step1 modern chrome when printing / keep form clean on screen */
body.vs-step-page .vs-form-toolbar {
  display: none !important;
}

@media (max-width: 900px) {
  body.vs-step-page main {
    padding: 10px 6px 28px;
  }

  #site_header .main_header,
  .full_width .container.row {
    padding-left: 14px;
    padding-right: 14px;
  }

  #site_header h4.textcenter {
    font-size: 1.5rem;
    padding-right: 90px;
  }

  .full_width > .container.row > ul:first-child:not(.rmca-facility-row) > li:first-child,
  .full_width ul:not(.rmca-facility-row) > li.pull_right {
    float: none;
    display: block;
    width: 100% !important;
    text-align: left;
  }

  .full_width .rmca-facility-row {
    display: flex !important;
    flex-wrap: nowrap !important;
    white-space: nowrap;
  }

  .full_width .rmca-facility-row > li,
  .full_width .rmca-facility-row > li.pull_right {
    float: none !important;
    display: block !important;
    width: auto !important;
    text-align: left;
  }

  .full_width .rmca-facility-row > li.pull_right {
    text-align: right;
    margin-left: auto;
  }

  .submit_section .submit_box {
    width: 100%;
    max-width: none;
  }
}

@media (max-width: 640px) {
  .full_width p {
    font-size: 0.9rem;
    line-height: 1.55;
  }

  input.width_5,
  input.width_10,
  input.width_15,
  input.width_20,
  input.width_25,
  input.width_30,
  input.width_40,
  input.width_50,
  input.width_60,
  input.width_70,
  input.width_80,
  input.width_100 {
    width: 100% !important;
    margin: 2px 0 8px 0 !important;
    display: block !important;
  }

  #site_header .absolute.absolute_top.absolute_right {
    position: static;
    display: block;
    margin: 8px 0 0;
    text-align: center;
  }
}

/* ============================================================ */
/* Print — match client-doc.pdf (exactly 2 pages)               */
/* ============================================================ */
@media print {
  @page {
    size: letter portrait;
    margin: 0.28in 0.42in 0.3in 0.42in;
  }

  html,
  body,
  body.vs-step-page,
  body.vs-step-page.form_global,
  body.vs-step-page.form_greenwood_print {
    background: #fff !important;
    color: #000 !important;
    font-family: "Times New Roman", Times, Georgia, serif !important;
    font-size: 8.25pt !important;
    line-height: 1.18 !important;
    margin: 0 !important;
    padding: 0 !important;
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }

  body.vs-step-page main {
    max-width: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* Screen-only UI — same as client PDF output */
  .submit_section,
  .kin-popup-overlay,
  .main_popup,
  .sig-modal,
  .no-print,
  .vs-form-toolbar,
  #site_header .print_red,
  .custom-draw,
  .custom-file-upload {
    display: none !important;
  }

  #site_header,
  #content,
  .full_width {
    border: 0 !important;
    box-shadow: none !important;
    background: #fff !important;
    max-width: none !important;
    margin: 0 !important;
  }

  #site_header .main_header {
    padding: 0 0 1pt !important;
  }

  #site_header h4.textcenter {
    font-size: 14pt !important;
    font-style: italic !important;
    font-weight: 700 !important;
    margin: 0 0 2pt !important;
    line-height: 1.1 !important;
    letter-spacing: 0 !important;
  }

  #site_header .absolute.absolute_top.absolute_right {
    position: absolute !important;
    top: 1pt !important;
    right: 0 !important;
    font-size: 8pt !important;
    font-weight: 600 !important;
  }

  #site_header .absolute input,
  #site_header .display_inline,
  #site_header .tag_no_input {
    width: 78px !important;
    max-width: 78px !important;
    padding: 1pt 3pt !important;
    font-size: 8pt !important;
    border: 1px solid #888 !important;
    background: #e8e8e8 !important;
    letter-spacing: normal !important;
    font-weight: 400 !important;
  }

  .full_width .container.row {
    padding: 0 !important;
  }

  .full_width h3,
  .full_width h3.textcenter {
    font-size: 9pt !important;
    font-weight: 700 !important;
    margin: 4pt 0 2pt !important;
    line-height: 1.15 !important;
    color: #000 !important;
  }

  .full_width h4 {
    font-size: 10pt !important;
    font-weight: 700 !important;
    margin: 0 !important;
    line-height: 1.1 !important;
  }

  .full_width h5,
  .full_width h5.textcenter {
    font-size: 9pt !important;
    margin: 4pt 0 2pt !important;
    line-height: 1.15 !important;
  }

  .full_width h6 {
    font-size: 8pt !important;
    margin: 1pt 0 !important;
    line-height: 1.1 !important;
  }

  .full_width p,
  .full_width p.margin_revert,
  .full_width .p-inline-flex {
    font-size: 8pt !important;
    line-height: 1.2 !important;
    margin: 0 0 1.5pt !important;
    padding: 0 !important;
  }

  .full_width ul {
    margin: 0 !important;
    padding: 0 !important;
  }

  .full_width ul li {
    margin-bottom: 1pt !important;
  }

  .full_width > .container.row > ul:first-child,
  .full_width .rmca-facility-row {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: baseline !important;
    justify-content: space-between !important;
    gap: 8pt !important;
    margin: 0 0 1pt !important;
    white-space: nowrap !important;
    overflow: visible !important;
  }

  .full_width > .container.row > ul:first-child > li,
  .full_width .rmca-facility-row > li {
    display: block !important;
    float: none !important;
    margin-bottom: 0 !important;
    white-space: nowrap !important;
  }

  .full_width > .container.row > ul:first-child > li:first-child,
  .full_width .rmca-facility-row > li:first-child {
    width: auto !important;
    flex: 1 1 auto !important;
  }

  .full_width .pull_right,
  .full_width .rmca-facility-row > li.pull_right {
    float: none !important;
    width: auto !important;
    flex: 0 0 auto !important;
    text-align: right !important;
    white-space: nowrap !important;
  }

  .full_width .rmca-facility-row h4,
  .full_width .rmca-facility-row h6 {
    display: inline !important;
    margin: 0 !important;
    white-space: nowrap !important;
  }

  .full_width .rmca-facility-row #date {
    width: 90px !important;
    display: inline-block !important;
    white-space: nowrap !important;
  }

  .full_width ul li.pull_right,
  .full_width ul li.initials_print {
    margin-top: 1pt !important;
    margin-bottom: 10pt !important;
  }

  .full_width .rmca-facility-row > li.pull_right {
    margin: 0 !important;
  }

  .full_width p span label,
  .full_width ul li span label {
    top: 10pt !important;
    font-size: 6pt !important;
    line-height: 1.05 !important;
  }

  .full_width ul li.pull_right input.must,
  .full_width ul li.initials_print input.must,
  .full_width input.must {
    width: 92px !important;
    font-size: 9pt !important;
    padding: 1pt 3pt !important;
    margin: 0 2pt !important;
    border: 1px solid #000 !important;
    background: #fff59d !important;
    letter-spacing: 0.12em !important;
  }

  /* Client PDF style: spaced field values */
  .full_width input[type="text"] {
    font-size: 8pt !important;
    line-height: 1.1 !important;
    padding: 0 1pt !important;
    margin: 0 1pt !important;
    border: 0 !important;
    border-bottom: 0.6pt solid #000 !important;
    background: transparent !important;
    min-height: 0 !important;
    height: auto !important;
    letter-spacing: 0.18em !important;
    font-weight: 700 !important;
  }

  .full_width input[type="radio"],
  .full_width input[type="checkbox"] {
    width: 8pt !important;
    height: 8pt !important;
    margin: 0 1pt 0 3pt !important;
  }

  .handling_of_cremated_remains {
    padding: 8pt 10pt 6pt 14pt !important;
    margin: 4pt 0 6pt !important;
    border: 1pt solid #000 !important;
  }

  .handling_of_cremated_remains li {
    margin: 0 0 5pt !important;
    padding: 1pt 0 1pt 4pt !important;
  }

  .handling_of_cremated_remains li .fa {
    font-size: 9pt !important;
    margin: 2pt 8pt 0 0 !important;
  }

  .handling_of_cremated_remains li p,
  .handling_of_cremated_remains li p small {
    font-size: 8pt !important;
    line-height: 1.25 !important;
  }

  img.blah,
  .full_width img {
    max-width: 68px !important;
    max-height: 24px !important;
    width: auto !important;
    height: auto !important;
  }

  .full_width hr,
  .rmca-print-rule {
    margin: 2pt 0 !important;
    border: 0 !important;
    border-top: 0.6pt solid #000 !important;
  }

  .full_width hr.mt-5,
  .rmca-print-rule.mt-5 {
    margin-top: 0 !important;
  }

  .full_width br {
    line-height: 0.5 !important;
  }

  .full_width br + br {
    display: none !important;
  }

  .sign_box {
    margin-left: 1pt !important;
  }

  /* Client PDF: page 1 ends after NOK signature / page 2 starts Funeral Director */
  .rmca-print-break {
    display: block !important;
    page-break-before: always !important;
    break-before: page !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
  }

  /* Avoid splitting key blocks awkwardly */
  .handling_of_cremated_remains,
  .initials_print {
    page-break-inside: avoid !important;
    break-inside: avoid !important;
  }
}


.width_100 {
  width: 100% !important;
}

.width_80 {
  width: 80% !important;
}

.width_70 {
  width: 70% !important;
}

.width_60 {
  width: 60% !important;
}

.width_55 {
  width: 55% !important;
}

.width_50 {
  width: 50% !important;
}

.width_48 {
  width: 48% !important;
}

.width_45 {
  width: 45% !important;
}

.width_40 {
  width: 40% !important;
}

.width_37 {
  width: 37% !important;
}

.width_35 {
  width: 35% !important;
}

.width_34 {
  width: 34% !important;
}

.width_33 {
  width: 33% !important;
}

.width_30 {
  width: 30% !important;
}

.width_28 {
  width: 28% !important;
}

.width_25 {
  width: 25% !important;
}

.width_24 {
  width: 24% !important;
}

.width_20 {
  width: 20% !important;
}

.width_19 {
  width: 19% !important;
}

.width_18 {
  width: 18% !important;
}

.width_17 {
  width: 17% !important;
}

.width_15 {
  width: 15% !important;
}

.width_14 {
  width: 14% !important;
}

.width_12 {
  width: 12% !important;
}

.width_10 {
  width: 10% !important;
}

.width_8 {
  width: 8% !important;
}

.width_5 {
  width: 5% !important;
}


/* Step 1 — Vital Statistics Full Page Form */

.vs-step1-page {
  --vs-maroon: #8b2e34;
  --vs-maroon-dark: #74262b;
  --vs-navy: #1a2b48;
  --vs-text: #4a5568;
  --vs-muted: #6b7280;
  --vs-border: #e2e8f0;
  --vs-bg: #f4f6f9;
  --vs-card: #ffffff;
  --vs-radius: 12px;
  --vs-input-h: 46px;
  --vs-font: "Jost", sans-serif;
  margin: 0;
  font-family: var(--vs-font);
  font-size: 15px;
  line-height: 1.5;
  color: var(--vs-text);
  background: var(--vs-bg);
}

.vs-step1-page *,
.vs-step1-page *::before,
.vs-step1-page *::after {
  box-sizing: border-box;
}

/* Top toolbar */
.vs-form-toolbar {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--vs-bg);
  border-bottom: 1px solid var(--vs-border);
}

.vs-form-toolbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  max-width: 1205px;
  margin: 0 auto;
  padding: 10px 16px;
}

.vs-toolbar-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--vs-font);
  font-size: 14px;
  font-weight: 600;
  color: var(--vs-navy);
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.vs-toolbar-btn svg {
  width: 18px;
  height: 18px;
}

.vs-toolbar-btn:hover {
  color: var(--vs-maroon);
}

.vs-toolbar-actions {
  display: flex;
  align-items: center;
  gap: 0;
}

.vs-toolbar-icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  padding: 0;
  color: var(--vs-navy);
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  border: 0;
  background: transparent;
}

.vs-toolbar-icon-btn svg {
  width: 20px;
  height: 20px;
}

.vs-toolbar-icon-btn:hover {
  color: var(--vs-maroon);
  border-color: rgba(139, 46, 52, 0.35);
  background: rgba(139, 46, 52, 0.04);
}

@media print {
  .vs-form-toolbar,
  .kin-popup-overlay,
  .sig-modal {
    display: none !important;
  }
}

/* Page hero header */
.vs-form-hero {
  text-align: center;
  padding: 20px 20px 28px;
  background: var(--vs-bg);
}

.vs-form-hero__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 10px;
  color: #fff;
  background: var(--vs-maroon);
  border-radius: 50%;
}

.vs-form-hero__icon svg {
  width: 22px;
  height: 22px;
}

.vs-form-hero__company {
  margin: 0 0 8px;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--vs-maroon);
}

.vs-form-hero__title {
  margin: 0 0 12px;
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  font-weight: 800;
  letter-spacing: 0.06em;
  color: var(--vs-navy);
}

.vs-form-hero__note {
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.6;
  color: #000000;
}

.vs-form-hero__note u {
  text-decoration: underline;
  font-weight: 600;
}

/* Form wrapper */
.vs-form-wrap {
  max-width: 1205px;
  margin: 0 auto;
  padding: 0 20px 48px;
}

/* Cards */
.vs-form-card {
  margin-bottom: 24px;
  background: var(--vs-card);
  border: 1px solid var(--vs-border);
  border-radius: 0;
  box-shadow: 0 2px 12px rgba(26, 43, 72, 0.04);
  overflow: hidden;
}

.vs-form-card__head {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 24px;
  border-bottom: 1px solid #f0f2f6;
}

.vs-form-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  color: var(--vs-maroon);
  background: rgba(139, 46, 52, 0.1);
  border-radius: 50%;
}

.vs-form-card__icon svg {
  width: 20px;
  height: 20px;
}

.vs-form-card__head h2 {
  margin: 0;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: var(--vs-maroon);
}

.vs-form-card__body {
  padding: 22px 24px 26px;
}

/* Grid */
.vs-form-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 18px 20px;
}

.vs-field {
  grid-column: span 12;
  min-width: 0;
}

.vs-field--6 {
  grid-column: span 6;
}

.vs-field--4 {
  grid-column: span 4;
}

.vs-field--8 {
  grid-column: span 8;
}

.vs-field--3 {
  grid-column: span 3;
}

@media (max-width: 768px) {

  .vs-field--6,
  .vs-field--4,
  .vs-field--8,
  .vs-field--3 {
    grid-column: span 12;
  }
}

/* Labels & inputs */
.vs-label {
  display: block;
  margin-bottom: 7px;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.35;
  color: var(--vs-navy);
}

.vs-label small,
.vs-label .vs-hint {
  /* display: block; */
  color: #000;
  font-weight: bold;
  font-size: 17px;
}

.vs-input,
.vs-step1-page input[type="text"],
.vs-step1-page input[type="tel"],
.vs-step1-page input[type="number"],
.vs-step1-page input[type="email"] {
  display: block;
  width: 100%;
  height: var(--vs-input-h);
  padding: 0 14px;
  font-family: var(--vs-font);
  font-size: 18px;
  font-weight: 700;
  color: var(--vs-navy);
  letter-spacing: 0.5px;
  background: #fff;
  border: 1px solid var(--vs-border);
  border-radius: 0;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.vs-input::placeholder,
.vs-step1-page input::placeholder,
.vs-step1-page input[type="text"]::placeholder,
.vs-step1-page input[type="tel"]::placeholder,
.vs-step1-page input[type="number"]::placeholder,
.vs-step1-page input[type="email"]::placeholder {
  color: #ccc;
  font-weight: 100;
  font-size: 16px;
}

.vs-input:focus,
.vs-step1-page input:focus {
  border-color: rgba(139, 46, 52, 0.45);
  box-shadow: none;
  outline: none;
}

.vs-input-wrap {
  position: relative;
}

.vs-input-wrap .vs-input {
  padding-right: 42px;
}

.vs-input-wrap__icon {
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  display: flex;
  color: #9ca3af;
  pointer-events: none;
}

.vs-input-wrap__icon svg {
  width: 18px;
  height: 18px;
}

.vs-input-wrap--left .vs-input {
  padding-left: 42px;
  padding-right: 14px;
}

.vs-input-wrap--left .vs-input-wrap__icon {
  /* right: auto; */
  /* left: 14px; */
}

/* Radio group */
.vs-radio-group {
  display: flex;
  align-items: center;
  gap: 24px;
  min-height: var(--vs-input-h);
}

.vs-radio {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  color: var(--vs-navy);
}

.vs-radio input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.vs-radio-mark {
  width: 20px;
  height: 20px;
  border: 2px solid #c5cad6;
  border-radius: 50%;
  background: #fff;
  transition: border-color 0.2s ease;
}

.vs-radio-mark::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  margin: 3px auto 0;
  border-radius: 50%;
  background: var(--vs-maroon);
  transform: scale(0);
  transition: transform 0.2s ease;
}

.vs-radio input:checked+.vs-radio-mark {
  border-color: var(--vs-maroon);
}

.vs-radio input:checked+.vs-radio-mark::after {
  transform: scale(1);
}

/* Notice */
.vs-notice {
  margin: 4px 0 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.45;
  color: #dc2626;
}

.vs-notice--info {
  margin-top: 10px;
  font-weight: 500;
  color: var(--vs-navy);
}

/* Certification */
.vs-cert-text {
  margin: 0 0 20px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.55;
  color: var(--vs-navy);
}

.vs-signature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1.4fr;
  gap: 20px;
  align-items: start;
}

@media (max-width: 900px) {
  .vs-signature-grid {
    grid-template-columns: 1fr;
  }
}

.vs-draw-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 20px;
  font-family: var(--vs-font);
  font-size: 18px;
  font-weight: 100;
  color: #000000;
  background: #fafafa;
  border: 1.5px solid #cccccc;
  border-radius: 0;
  cursor: pointer;
  transition: background 0.2s ease;
  font-style: italic;
}

.vs-draw-btn:hover {
  background: rgba(139, 46, 52, 0.05);
}

button.vs-draw-btn,
button.custom-draw {
  appearance: none;
  -webkit-appearance: none;
}

.vs-draw-btn svg {
  width: 16px;
  height: 16px;
}

.vs-signature-preview {
  position: relative;
  min-height: 120px;
  background: #fff;
  border: 1px solid var(--vs-border);
  border-radius: 0;
  overflow: hidden;
}

.vs-signature-preview .blah {
  position: absolute;
  inset: 0;
  display: none;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 12px;
  background: #fff;
  z-index: 2;
}

.vs-signature-preview.has-signature .blah {
  display: block;
}

.vs-signature-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 120px;
  padding: 16px;
  color: #b8c0cc;
}

.vs-signature-placeholder svg {
  width: 56px;
  height: 28px;
  opacity: 0.5;
}

.vs-signature-placeholder span {
  font-size: 12px;
}

.vs-signature-preview.has-signature .vs-signature-placeholder {
  display: none;
}

.vs-form-card .sign_box {
  font-style: normal;
}

.vs-form-card .sign_box p {
  margin: 0;
}

.vs-form-card .file-upload,
.vs-form-card .file-draw {
  display: none;
}

/* Submit bar */
.vs-form-submit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 20px 24px;
  background: var(--vs-card);
  border: 1px solid var(--vs-border);
  border-radius: var(--vs-radius);
  box-shadow: 0 2px 12px rgba(26, 43, 72, 0.04);
}

.vs-submit-note {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  flex: 1;
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  color: #dc2626;
}

.vs-submit-note__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  font-style: italic;
  background: var(--vs-maroon);
  border-radius: 50%;
}

.vs-submit-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  padding: 14px 28px;
  font-family: var(--vs-font);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
  background: var(--vs-maroon);
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.vs-submit-btn:hover {
  background: var(--vs-maroon-dark);
}

.vs-submit-btn svg {
  width: 18px;
  height: 18px;
}

@media (max-width: 768px) {
  .vs-form-submit {
    flex-direction: column;
    align-items: stretch;
  }

  .vs-submit-btn {
    justify-content: center;
  }
}

/* Hide legacy layout */
.vs-step1-page .one_column {
  list-style: none;
  margin: 0;
  padding: 0;
}

.vs-step1-page #site_header .main_header,
.vs-step1-page #content .full_width .container {
  max-width: none;
  padding: 0;
}

.vs-step1-page #content .full_width {
  background: transparent;
}


/* if inline input fiele */
.inline-form {
    padding: 0;
}

.inline-form .vs-field {
  display: flex;
  align-items: flex-end;
  gap: 1rem;
}

.vs-field.aligin-items-center {
  align-items: center !important;
}

.inline-form .vs-field label {
  white-space: nowrap;
  margin-bottom: 0;
}

.inline-form .vs-field input {
  border: 0;
  border-bottom: 1px solid #000;
  padding: 0;
  background: transparent;
}

/* multi step */

/* =========================================
   SIGNATURE PREVIEW PAD
========================================= */

#kinPopupSignaturePreview {
    position: relative;
    width: 20%;
    min-height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

/* Default placeholder */

#kinPopupSignaturePreview .kin-signature-placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* Signature image */

#kinPopupSignaturePreview #kinPopupSigImg {
    display: none;
    visibility: hidden;
    opacity: 0;

    width: 90%;
    height: 90px;

    object-fit: contain;
    object-position: center;

    margin: auto;
}

/* Signature save hone ke baad */

#kinPopupSignaturePreview.has-signature #kinPopupSigImg {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* Placeholder remove */

#kinPopupSignaturePreview.has-signature .kin-signature-placeholder {
    display: none !important;
}

#kinPopupSignaturePreview,
#kinPopupSignaturePreview.has-signature {
    width: 220px !important;
    height: 110px !important;
    min-height: 110px !important;
    max-height: 110px !important;
    flex: 0 0 220px !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
}

#kinPopupSignaturePreview.has-signature #kinPopupSigImg {
    width: 190px !important;
    height: 90px !important;
    max-width: 190px !important;
    max-height: 90px !important;
    object-fit: contain !important;
}



/* Signature Block Styling */
.nyc-sig-block {
    background-color: #f9fafb !important;
    border: 2px dashed #cbd5e1 !important;
    padding: 20px !important;
    border-radius: 8px !important;
    margin: 16px 0 !important;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.02);
}

.nyc-sig-block > span {
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #1e293b !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
}

.nyc-sig-block button.custom-draw {
    background-color: #2563eb !important;
    color: #ffffff !important;
    padding: 10px 24px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    border-radius: 6px !important;
    border: none !important;
    cursor: pointer !important;
    transition: background-color 0.2s ease, transform 0.1s ease;
    box-shadow: 0 4px 6px rgba(37, 99, 235, 0.2);
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.nyc-sig-block button.custom-draw:hover {
    background-color: #1d4ed8 !important;
    transform: translateY(-1px);
}

.nyc-sig-block button.custom-draw:active {
    transform: translateY(1px);
    box-shadow: 0 1px 2px rgba(37, 99, 235, 0.2);
}

.nyc-sig-preview {
    border: 2px solid #e2e8f0 !important;
    border-radius: 6px !important;
    background-color: #ffffff !important;
    padding: 8px !important;
    max-width: 280px !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.nyc-sig-block.has-signature {
    border-color: #10b981 !important;
    background-color: #ecfdf5 !important;
}

.nyc-sig-block.has-signature button.custom-draw {
    background-color: #059669 !important;
    box-shadow: 0 4px 6px rgba(5, 150, 105, 0.2);
}
.nyc-sig-block.has-signature button.custom-draw:hover {
    background-color: #047857 !important;
}
