@charset "UTF-8";
/*
Template Name: Cenai
Template URL: https://html.vecuro.com/Cenai
Description: AI Generator & Multipurpose Agency Html Template
Author: vecuro
Author URI: https://themeforest.net/user/vecuro_themes
Version: 1.0.0
*/
/*=================================
    CSS Index Here
==================================*/
@charset "UTF-8";
/*
Template Name: biotech
Template URL: https://html.vecuro.com/biotech
Description: biotech
Author: biotech
Author URI: https://html.vecuro.com/biotech
Version: 1.0.0
*/
/*=================================
    CSS Index Here
==================================*/
/*

01. Theme Base
    1.1. Mixin
    1.2. Function
    1.3. Variable
    1.4. Typography
    1.5. Extend
    1.7. Wordpress Default
02. Reset
    2.1. Container
    2.2. Grid
    2.3. Input
    2.4. Slick Slider
    2.5. Mobile Menu
03. Utilities
    3.1. Preloader
    3.2. Buttons
    3.3. Titles
    3.4. Common
    3.6. Font
    3.7. Background
    3.8. Text Color
    3.9. Overlay
    3.10. Animation
04. Template Style
    4.1. Widget
    4.2. Header
    4.3. Footer
    4.4. Breadcumb
    4.5. Pagination
    4.6. Blog
    4.7. Comments
    4.8. Hero Area
    4.9. Error    
    4.10. Feature
    4.11. About
    4.13. Counter
    4.15. Testimonial
    4.16. Popup Side Menu
    4.17. Forms Style
    4.18. Contact
05. Spacing
06. Color Plate

*/
/*=================================
    CSS Index End
==================================*/
/*=================================
   01. Theme Base
==================================*/
/*------------------- 1.1. Mixin -------------------*/
/*------------------- 1.2. Function -------------------*/
/*------------------- 1.3. Variable-------------------*/
:root {
  --theme-color: #aa1e22;
  --theme-color2: #272f58;
  --secondary-color: #221c1e;
  --title-color: #13171d;
  --body-color: #f8f3e7;
  --text-color: #b3b3b3;
  --border-color: #222021;
  --smoke-color: #100e0e;
  --black-color: #0a0708;
  --white-color: #ffffff;
  --yellow-color: #fec624;
  --success-color: #28a745;
  --error-color: #aa1e22;
  --title-font: "Plus Jakarta Sans", sans-serif;
  --body-font: "Poppins", sans-serif;
  --icon-font: "Font Awesome 6 Pro";
  --main-container: 1300px;
  --main-container2: 1550px;
  --main-container3: 1410px;
  --main-container4: 1920px;
  --container-gutters: 30px;
  --section-space: 110px;
  --section-space-mobile: 60px;
  --section-title-space: 60px;
  --ripple-ani-duration: 5s;
}

.home-five,
.home-four {
  --theme-color: #272f58;
  --smoke-color: #f6f7fc;
}

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

body {
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 400;
  background-color: var(--white-color);
  line-height: 26px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  /* Small devices */
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
    line-height: 24px;
  }
}

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

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

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

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

ul {
  list-style-type: disc;
}

ul {
  padding: 0;
}
ul li {
  list-style: none;
}

ol {
  list-style-type: decimal;
}

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

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

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

a {
  color: var(--black-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;
  color: var(--body-color);
  line-height: 1.63;
  font-weight: 500;
  /* Small devices */
}
@media (max-width: 767px) {
  p {
    line-height: 1.73;
  }
}

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

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  font-family: var(--title-font);
  color: var(--title-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(--smoke-color);
}

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

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

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

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

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

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

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

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

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

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

.logged-in .will-sticky .sticky-active.active,
.logged-in .preloader .vs-btn {
  top: 32px;
}
@media (max-width: 782px) {
  .logged-in .will-sticky .sticky-active.active,
  .logged-in .preloader .vs-btn {
    top: 46px;
  }
}
@media (max-width: 600px) {
  .logged-in .will-sticky .sticky-active.active,
  .logged-in .preloader .vs-btn {
    top: 0;
  }
}

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

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

.blog-single .wp-block-archives-dropdown {
  margin-bottom: 30px;
}
.blog-single.format-quote,
.blog-single.format-link,
.blog-single.tag-sticky-2,
.blog-single.sticky {
  border-color: transparent;
  position: relative;
}
.blog-single.format-quote .blog-content,
.blog-single.format-link .blog-content,
.blog-single.tag-sticky-2 .blog-content,
.blog-single.sticky .blog-content {
  background-color: var(--smoke-color);
  padding: 40px;
  border: none;
}
.blog-single.format-quote .blog-content:before,
.blog-single.format-link .blog-content:before,
.blog-single.tag-sticky-2 .blog-content:before,
.blog-single.sticky .blog-content:before {
  display: none;
}
.blog-single.format-quote:before,
.blog-single.format-link:before,
.blog-single.tag-sticky-2:before,
.blog-single.sticky:before {
  content: "\f0c1";
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  font-size: 5rem;
  opacity: 0.3;
  right: 15px;
  line-height: 1;
  top: 15px;
  color: var(--theme-color);
  z-index: 1;
}
.blog-single.tag-sticky-2::before,
.blog-single.sticky::before {
  content: "Featured";
  right: 0;
  top: 0;
  font-size: 18px;
  color: var(--white-color);
  background-color: var(--theme-color);
  font-family: var(--title-font);
  opacity: 1;
  text-transform: capitalize;
  padding: 10px 23px;
  font-weight: 400;
}
.blog-single.format-quote:before {
  content: "\f10e";
}
.blog-single .blog-content .wp-block-categories-dropdown.wp-block-categories,
.blog-single .blog-content .wp-block-archives-dropdown {
  display: block;
  margin-bottom: 30px;
}

.blog-details .blog-single:before {
  display: none;
}
.blog-details .blog-single .blog-content {
  background-color: transparent;
}
.blog-details .blog-single.format-chat .blog-meta {
  margin-bottom: 20px;
}
.blog-details .blog-single.format-chat .blog-content > p:nth-child(2n) {
  background: var(--smoke-color);
  padding: 5px 20px;
}
.blog-details .blog-single.tag-sticky-2,
.blog-details .blog-single.sticky,
.blog-details .blog-single.format-quote,
.blog-details .blog-single.format-link {
  box-shadow: none;
  border: none;
  background-color: transparent;
}
.blog-details .blog-single.tag-sticky-2:before,
.blog-details .blog-single.sticky:before,
.blog-details .blog-single.format-quote:before,
.blog-details .blog-single.format-link:before {
  display: none;
}

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

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

.container-style3 {
  max-width: calc(var(--main-container3) + var(--container-gutters));
  padding-left: calc(var(--container-gutters) / 2);
  padding-right: calc(var(--container-gutters) / 2);
  margin: 0 auto;
}

.container-style4 {
  max-width: calc(var(--main-container4) + var(--container-gutters));
  padding-left: calc(var(--container-gutters) / 2);
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 1600px) {
  .container-fluid.px-0 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .container-fluid.px-0 .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 1580px) {
  .container-style3 {
    max-width: calc(var(--main-container) + var(--container-gutters));
  }
}
@media screen and (max-width: 1360px) {
  .container-style2,
  .container-style3 {
    padding-left: calc(var(--container-gutters));
    padding-right: calc(var(--container-gutters));
  }
}
/* Small devices */
@media (max-width: 767px) {
  .container-style2,
  .container-style3,
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: calc(var(--main-container) + var(--container-gutters));
    padding-left: 12px;
    padding-right: 12px;
  }
}
/*------------------- 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;
  }
  .gy-50 {
    --bs-gutter-y: 35px;
  }
}
/* 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: 14px;
  width: 100%;
}
select:focus,
.form-control:focus,
.form-select:focus,
textarea:focus,
input:focus {
  outline: 0;
  box-shadow: none;
  color: var(--body-color);
  background-color: var(--theme-color);
}
select::placeholder,
.form-control::placeholder,
.form-select::placeholder,
textarea::placeholder,
input::placeholder {
  transition: all 0.3s ease-in-out;
  opacity: 1;
  visibility: visible;
}
select:focus,
.form-control:focus,
.form-select:focus,
textarea:focus,
input:focus {
  border-color: var(--theme-color);
  transition: all 0.3s ease-in-out;
}
select:focus::placeholder,
.form-control:focus::placeholder,
.form-select:focus::placeholder,
textarea:focus::placeholder,
input:focus::placeholder {
  opacity: 0;
  visibility: hidden;
}
select::-moz-placeholder,
.form-control::-moz-placeholder,
.form-select::-moz-placeholder,
textarea::-moz-placeholder,
input::-moz-placeholder {
  color: var(--body-color);
}
select::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder,
.form-select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: var(--body-color);
}
select:-ms-input-placeholder,
.form-control:-ms-input-placeholder,
.form-select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: var(--body-color);
}
select::placeholder,
.form-control::placeholder,
.form-select::placeholder,
textarea::placeholder,
input::placeholder {
  color: var(--body-color);
}
@media (max-width: 767px) {
  select,
  .form-control,
  .form-select,
  textarea,
  input {
    padding: 0 30px 0 20px;
  }
}
select.form-control-lg,
.form-control.form-control-lg,
.form-select.form-control-lg,
textarea.form-control-lg,
input.form-control-lg {
  height: 60px;
}
select.form-control-sm,
.form-control.form-control-sm,
.form-select.form-control-sm,
textarea.form-control-sm,
input.form-control-sm {
  height: 40px;
  font-size: 12px;
}
select[readonly],
.form-control[readonly],
.form-select[readonly],
textarea[readonly],
input[readonly] {
  color: var(--title-color);
}

.form-select,
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  appearance: textfield;
  -moz-appearance: textfield;
}

textarea.form-control,
textarea {
  min-height: 150px;
  padding-top: 16px;
  padding-bottom: 17px;
  border-radius: 0;
}

input[type="checkbox"] {
  visibility: hidden;
  opacity: 0;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  display: none;
}
input[type="checkbox"]:checked ~ label:before {
  content: "\f00c";
  color: var(--white-color);
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
input[type="checkbox"] ~ label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: block;
}
input[type="checkbox"] ~ label:before {
  content: "";
  font-family: var(--icon-font);
  font-weight: 700;
  position: absolute;
  left: 0px;
  top: 3.5px;
  background-color: var(--white-color);
  border: 1px solid var(--border-color);
  height: 18px;
  width: 18px;
  line-height: 18px;
  text-align: center;
  font-size: 12px;
}

input[type="radio"] {
  visibility: hidden;
  opacity: 0;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  display: none;
}
input[type="radio"] ~ label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  line-height: 1;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 0;
}
input[type="radio"] ~ label::before {
  content: "\f111";
  position: absolute;
  font-family: var(--icon-font);
  left: 0;
  top: -2px;
  width: 20px;
  height: 20px;
  padding-left: 0.5px;
  font-size: 8px;
  line-height: 19px;
  text-align: center;
  border: 1px solid var(--theme-color);
  border-radius: 100%;
  font-weight: 700;
  background: var(--white-color);
  color: transparent;
  transition: all 0.2s ease;
}
input[type="radio"]:checked ~ label::before {
  border: 5px solid var(--theme-color);
}

label {
  margin-bottom: 0.5em;
  margin-top: -0.3em;
  display: block;
  color: var(--title-color);
  font-family: var(--body-font);
  font-size: 16px;
}

.form-group {
  margin-bottom: var(--bs-gutter-x);
  position: relative;
  color: var(--text-color);
}
.form-group > i {
  position: absolute;
  right: calc(var(--bs-gutter-x) / 2 + 30px);
  top: 18px;
  font-size: 14px;
  color: var(--text-color);
}
.form-group.has-label > i {
  top: 45px;
}

textarea.is-invalid,
select.is-invalid,
input.is-invalid,
.was-validated input:invalid {
  border: 1px solid var(--error-color) !important;
  background-position: right calc(0.375em + 0.8875rem) center;
  background-image: none;
}
textarea.is-invalid:focus,
select.is-invalid:focus,
input.is-invalid:focus,
.was-validated input:invalid:focus {
  outline: 0;
  box-shadow: none;
}

textarea.is-invalid {
  background-position: top calc(0.375em + 0.5875rem) right
    calc(0.375em + 0.8875rem);
}

.row.no-gutters > .form-group {
  margin-bottom: 0;
}

.form-messages {
  display: none;
}
.form-messages.mb-0 * {
  margin-bottom: 0;
}
.form-messages.success {
  color: var(--success-color);
  display: block;
}
.form-messages.error {
  color: var(--error-color);
  display: block;
}
.form-messages pre {
  padding: 0;
  background-color: transparent;
  color: inherit;
}

.noUi-handle {
  background: var(--white-color);
  box-shadow: none;
  border: 5px solid var(--theme-color);
}
.noUi-handle::before {
  display: none;
}
.noUi-handle::after {
  display: none;
}

.slider-area .slider-title {
  font-size: 16px;
  font-weight: bold;
}
.slider-area-wrapper {
  align-items: center;
  width: 100%;
  column-gap: 20px;
}
.slider-area #skip-value-lower,
.slider-area #skip-value-upper {
  font-size: 16px;
  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(--secondary-color);
  border: 1px solid var(--secondary-color);
  font-weight: 600;
  left: var(--pos-x, -100px);
  width: var(--icon-size, 60px);
  height: var(--icon-size, 60px);
  font-size: var(--icon-font-size, 20px);
  margin-top: calc(var(--icon-size, 50px) / -2);
  z-index: 2;
  border-radius: 50%;
}
.slick-arrow.default {
  position: relative;
  --pos-x: 0;
  margin-top: 0;
}
.slick-arrow.slick-next {
  right: var(--pos-x, -100px);
  left: auto;
}
.slick-arrow:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
  border-color: transparent;
}

.arrow-margin .slick-arrow {
  top: calc(50% - 30px);
}

.arrow-wrap .slick-arrow {
  opacity: 0;
  visibility: hidden;
}
.arrow-wrap:hover .slick-arrow {
  opacity: 1;
  visibility: visible;
}

.dot-style2 .slick-dots {
  margin-top: 10px;
  margin-bottom: 30px;
}
.dot-style2 .slick-dots button {
  width: 10px;
  height: 10px;
  border-radius: 9999px;
  background-color: var(--theme-color);
}
.dot-style2 .slick-dots button:before {
  display: none;
}
.dot-style2 .slick-dots button:hover {
  background-color: var(--title-color);
}
.dot-style2 .slick-dots li {
  margin: 0 5px;
}
.dot-style2 .slick-dots li.slick-active button {
  width: 40px;
}

/* Extra large devices */
@media (max-width: 1500px) {
  .slick-arrow {
    --arrow-horizontal: -20px;
  }
}
/* Medium Large devices */
@media (max-width: 1399px) {
  .slick-arrow {
    --arrow-horizontal: 40px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .slick-arrow {
    --icon-size: 40px;
    margin-right: 40px;
  }
  .slick-arrow.slick-next {
    margin-right: 0;
    margin-left: 40px;
  }
  .slick-dots {
    margin: 8px 0 38px 0;
  }
}
/*------------------- 2.5. Mobile Menu -------------------*/
.vs-menu-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999999;
  width: 0;
  width: 100%;
  height: 100%;
  transition: all ease 0.8s;
  opacity: 0;
  visibility: hidden;
}
.vs-menu-wrapper .mobile-logo {
  padding-bottom: 30px;
  padding-top: 40px;
  display: block;
  text-align: center;
  background-color: var(--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(--title-color);
}
.vs-menu-wrapper .vs-menu-area {
  width: 100%;
  max-width: 310px;
  background-color: var(--title-color);
  border-right: 3px solid var(--theme-color);
  height: 100%;
  position: relative;
  left: -110%;
  opacity: 0;
  visibility: hidden;
  transition: all ease 1s;
  z-index: 1;
}
.vs-menu-wrapper.vs-body-visible {
  opacity: 1;
  visibility: visible;
}
.vs-menu-wrapper.vs-body-visible .vs-menu-area {
  left: 0;
  opacity: 1;
  visibility: visible;
}

.vs-mobile-menu {
  overflow-y: scroll;
  max-height: calc(100vh - 200px);
  padding-bottom: 40px;
  margin-top: 33px;
  text-align: left;
}
.vs-mobile-menu .new-label {
  margin-left: 5px;
  text-transform: capitalize;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.vs-mobile-menu ul {
  margin: 0;
  padding: 0 0;
}
.vs-mobile-menu ul li {
  border-bottom: 1px solid 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(--theme-color);
}
.vs-mobile-menu ul li.vs-active > a:before {
  transform: rotate(90deg);
}
.vs-mobile-menu ul li.vs-active > a .vs-mean-expand {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.vs-mobile-menu ul li ul li {
  padding-left: 10px;
}
.vs-mobile-menu ul li ul li:last-child {
  border-bottom: none;
}
.vs-mobile-menu ul .vs-item-has-children > a .vs-mean-expand {
  position: absolute;
  right: 0;
  top: 50%;
  font-weight: 400;
  font-size: 12px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  margin-top: -12.5px;
  display: inline-block;
  text-align: center;
  background-color: var(--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(--theme-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(--theme-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(--smoke-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(--theme-color);
  box-shadow: 30px 0 0 var(--theme-color);
  margin-bottom: 10px;
}
.loader:after {
  animation: ball2 1.5s infinite;
  background-color: var(--theme-color);
  box-shadow: 30px 0 0 var(--title-color);
}

@keyframes loaderspin {
  0% {
    transform: rotate(0deg) scale(0.8);
  }
  50% {
    transform: rotate(360deg) scale(1);
  }
  100% {
    transform: rotate(720deg) scale(0.8);
  }
}
@keyframes ball1 {
  0% {
    box-shadow: 30px 0 0 var(--theme-color);
  }
  50% {
    box-shadow: 0 0 0 var(--theme-color);
    margin-bottom: 0;
    transform: translate(15px, 15px);
  }
  100% {
    box-shadow: 30px 0 0 var(--theme-color);
    margin-bottom: 10px;
  }
}
@keyframes ball2 {
  0% {
    box-shadow: 30px 0 0 var(--white-color);
  }
  50% {
    box-shadow: 0 0 0 var(--white-color);
    margin-top: -20px;
    transform: translate(15px, 15px);
  }
  100% {
    box-shadow: 30px 0 0 var(--white-color);
    margin-top: 0;
  }
}
@keyframes spin {
  0% {
    transform: translate(2px, 1px) rotate(0deg);
  }
  10% {
    transform: translate(-1px, -3px) rotate(36deg);
  }
  20% {
    transform: translate(-2px, 0px) rotate(72deg);
  }
  30% {
    transform: translate(1px, 2px) rotate(108deg);
  }
  40% {
    transform: translate(1px, -1px) rotate(144deg);
  }
  50% {
    transform: translate(-1px, 3px) rotate(180deg);
  }
  60% {
    transform: translate(-1px, 1px) rotate(216deg);
  }
  70% {
    transform: translate(3px, 1px) rotate(252deg);
  }
  80% {
    transform: translate(-2px, -1px) rotate(288deg);
  }
  90% {
    transform: translate(2px, 1px) rotate(324deg);
  }
  100% {
    transform: translate(1px, -2px) rotate(360deg);
  }
}
@keyframes speed {
  0% {
    transform: translate(2px, 1px) rotate(0deg);
  }
  10% {
    transform: translate(-1px, -3px) rotate(-1deg);
  }
  20% {
    transform: translate(-2px, 0px) rotate(1deg);
  }
  30% {
    transform: translate(1px, 2px) rotate(0deg);
  }
  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    transform: translate(-1px, 3px) rotate(-1deg);
  }
  60% {
    transform: translate(-1px, 1px) rotate(0deg);
  }
  70% {
    transform: translate(3px, 1px) rotate(-1deg);
  }
  80% {
    transform: translate(-2px, -1px) rotate(1deg);
  }
  90% {
    transform: translate(2px, 1px) rotate(0deg);
  }
  100% {
    transform: translate(1px, -2px) rotate(-1deg);
  }
}
@keyframes strikes {
  from {
    left: 25px;
  }
  to {
    left: -80px;
    opacity: 0;
  }
}
@keyframes dots {
  from {
    width: 0px;
  }
  to {
    width: 15px;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn,
.loading-window {
  animation: fadeIn 0.4s both;
}

.loading-window {
  height: 200px;
  left: 50%;
  margin-left: -150px;
  margin-top: -100px;
  position: fixed;
  top: 50%;
  width: 300px;
  z-index: 99;
}
.loading-window .text {
  font-size: 16px;
  position: absolute;
  width: auto;
  top: 75%;
  left: 38%;
  margin: 0 auto;
}
.loading-window .dots {
  display: inline-block;
  width: 5px;
  overflow: hidden;
  vertical-align: bottom;
  animation: dots 1.5s linear infinite;
  transition: 1;
}

.car {
  position: absolute;
  width: 117px;
  height: 42px;
  left: 92px;
  top: 85px;
}
.car .strike {
  position: absolute;
  width: 11px;
  height: 1px;
  background: var(--theme-color);
  animation: strikes 0.2s linear infinite;
}
.car .strike2 {
  top: 11px;
  animation-delay: 0.05s;
}
.car .strike3 {
  top: 22px;
  animation-delay: 0.1s;
}
.car .strike4 {
  top: 33px;
  animation-delay: 0.15s;
}
.car .strike5 {
  top: 44px;
  animation-delay: 0.2s;
}
.car-detail {
  position: absolute;
  display: block;
  background: var(--border-color);
  animation: speed 0.5s linear infinite;
}
.car-detail.spoiler {
  width: 0;
  height: 0;
  top: 7px;
  background: none;
  border: 20px solid transparent;
  border-bottom: 8px solid var(--border-color);
  border-left: 20px solid var(--border-color);
}
.car-detail.back {
  height: 20px;
  width: 92px;
  top: 15px;
  left: 0px;
}
.car-detail.center {
  height: 35px;
  width: 75px;
  left: 12px;
  border-top-left-radius: 30px;
  border-top-right-radius: 45px 40px;
  border: 4px solid var(--border-color);
  background: none;
  box-sizing: border-box;
}
.car-detail.center1 {
  height: 35px;
  width: 35px;
  left: 12px;
  border-top-left-radius: 30px;
}
.car-detail.front {
  height: 20px;
  width: 50px;
  top: 15px;
  left: 67px;
  border-top-right-radius: 50px 40px;
  border-bottom-right-radius: 10px;
}
.car-detail.wheel {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  top: 20px;
  left: 12px;
  border: 3px solid var(--theme-color);
  background:
    linear-gradient(
      45deg,
      transparent 45%,
      var(--border-color) 46%,
      var(--border-color) 54%,
      transparent 55%
    ),
    linear-gradient(
      -45deg,
      transparent 45%,
      var(--border-color) 46%,
      var(--border-color) 54%,
      transparent 55%
    ),
    linear-gradient(
      90deg,
      transparent 45%,
      var(--border-color) 46%,
      var(--border-color) 54%,
      transparent 55%
    ),
    linear-gradient(
      0deg,
      transparent 45%,
      var(--border-color) 46%,
      var(--border-color) 54%,
      transparent 55%
    ),
    radial-gradient(
      var(--border-color) 29%,
      transparent 30%,
      transparent 50%,
      var(--border-color) 51%
    ),
    #333;
  animation-name: spin;
}
.car-detail.wheel2 {
  left: 82px;
}

/*------------------- 3.1. backtotop -------------------*/
.back-to-top {
  --back-to-top-size: 70px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: var(--back-to-top-size);
  height: var(--back-to-top-size);
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1000;
  /* Small devices */
}
@media (max-width: 767px) {
  .back-to-top {
    --back-to-top-size: 60px;
    bottom: 80px;
    right: 10px;
  }
}
.back-to-top .progress-circle {
  display: inline-block;
  width: var(--back-to-top-size);
  height: var(--back-to-top-size);
  transform: rotate(-90deg);
  background: var(--theme-color);
  border-radius: 50%;
}
.back-to-top .progress-circle svg {
  width: 100%;
  height: 100%;
}
.back-to-top .progress-circle circle {
  fill: none;
  stroke-width: 3;
  stroke-linecap: round;
}
.back-to-top .progress-circle .bg {
  stroke: var(--title-color);
}
.back-to-top .progress-circle .progress {
  stroke: var(--white-color);
  stroke-dasharray: 251.2; /* Circumference = 2 * PI * R (R=40) */
  stroke-dashoffset: 251.2;
  transition: stroke-dashoffset 0.2s linear;
}
.back-to-top .progress-percentage {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  color: var(--white-color);
  pointer-events: none;
  font-size: 13px;
  font-weight: 600;
  font-family: var(--title-font);
  padding: 5px;
  transition: color 0.2s linear;
  /* Small devices */
}
@media (max-width: 767px) {
  .back-to-top .progress-percentage {
    font-size: 10px;
  }
}
.back-to-top:hover .progress-percentage {
  color: var(--title-color);
}

/*------------------- 3.2. Buttons -------------------*/
.vs-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-transform: capitalize;
  text-align: center;
  background: #4388dd;
  background: linear-gradient(
    270deg,
    rgb(67, 136, 221) 0%,
    rgb(212, 72, 60) 47%
  );
  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-btn::before {
  width: 0%;
  height: 100%;
  content: "";
  margin: auto;
  position: absolute;
  top: 0%;
  left: 0%;
  background: #4388dd;
  background: linear-gradient(
    270deg,
    rgb(212, 72, 60) 0%,
    rgb(212, 72, 60) 47%
  );
  transition: all ease 0.5s;
  z-index: -1;
  border-radius: inherit;
}
.vs-btn:hover {
  color: var(--white-color);
}
.vs-btn:hover::before {
  width: 100%;
}

.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(--title-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(--title-color);
}
.icon-btn:hover i {
  color: var(--title-color);
  background-color: var(--white-color);
}

.icon-btn2 {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: none;
  padding: 0;
  background: var(--black-color);
  border-radius: 50%;
}
.icon-btn2 i {
  color: var(--white-color);
}
.icon-btn2:hover {
  background-color: var(--theme-color);
  color: var(--white-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: var(--icon-size, 120px);
  height: var(--icon-size, 120px);
  line-height: var(--icon-size, 120px);
  font-size: var(--icon-font-size, 1.5em);
  text-align: center;
  background: #4388dd;
  background: linear-gradient(
    270deg,
    rgb(67, 136, 221) 0%,
    rgb(212, 72, 60) 62%
  );
  color: var(--white-color);
  border-radius: 50%;
  z-index: 1;
  transition: all ease 0.4s;
}
.play-btn:after,
.play-btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #4388dd;
  background: linear-gradient(
    270deg,
    rgb(67, 136, 221) 0%,
    rgb(212, 72, 60) 62%
  );
  z-index: -1;
  border-radius: 50%;
  transition: all ease 0.4s;
}
.play-btn:after {
  animation-delay: 2s;
}
.play-btn:hover i {
  color: var(--smoke-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%;
  /* Small devices */
}
.scroll-btn i {
  display: inline-block;
  background-color: var(--theme-color);
  color: var(--white-color);
  text-align: center;
  font-size: 16px;
  width: var(--btn-size, 50px);
  height: var(--btn-size, 50px);
  line-height: var(--btn-size, 50px);
  z-index: 2;
  border-radius: inherit;
  position: relative;
  transition: all ease 0.8s;
}
.scroll-btn:before {
  content: "";
  position: absolute;
  left: var(--extra-shape, -6px);
  top: var(--extra-shape, -6px);
  right: var(--extra-shape, -6px);
  bottom: var(--extra-shape, -6px);
  background-color: transparent;
  border-radius: inherit;
  z-index: 1;
  border: 2px dashed var(--theme-color);
  animation: spin 13s infinite linear;
}
.scroll-btn:focus i,
.scroll-btn:hover i {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.scroll-btn.show {
  bottom: 120px;
  opacity: 1;
  visibility: visible;
}
@media (max-width: 767px) {
  .scroll-btn {
    --btn-size: 40px;
    --extra-shape: -4px;
    right: 15px;
    bottom: 50px;
  }
  .scroll-btn.show {
    bottom: 15px;
  }
}

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

/* Large devices */
@media (max-width: 1199px) {
  .play-btn.style4 {
    --icon-size: 80px;
    --icon-font-size: 20px;
  }
  .vs-btn {
    text-transform: capitalize;
    font-size: 14px;
    padding: 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: 50px;
  font-weight: 700;
  color: var(--white-color);
  text-transform: capitalize;
  line-height: 120%;
  margin: -0.25em 0 0px 0;
  letter-spacing: 0.01em;
  
}
.com-sec-title{
  text-align: center;
    font-size: 45px;
    margin-bottom: 10px;
    /* text-transform: uppercase; */
    background: linear-gradient(90deg, #aa1e22, #203ccd);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.sec-title.h2 {
  font-size: 40px;
}
@media (max-width: 991px) {
  .sec-title {
    font-size: 38px;
  }
}
.sec-title > span {
  color: var(--theme-color);
}

.sec-subtitle {
  text-transform: uppercase;
  color: var(--theme-color);
  font-family: var(--title-font);
  font-size: 18px;
  font-weight: 700;
  margin: -0.25em 0 17px 0;
  position: relative;
  display: inline-flex;
  align-items: center;
  line-height: 100%;
  gap: 8px;
}
.sec-subtitle.line-shape {
  position: relative;
  padding-left: 40px;
}
.sec-subtitle.line-shape::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 3px;
  border-radius: 5px;
  background-color: var(--theme-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.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;
  /* Small devices */
}
.title-area2 .sec-title {
  color: var(--title-color);
  margin: 0;
  line-height: initial;
  letter-spacing: normal;
  font-size: 40px;
}
.title-area2 .vs-btn {
  padding: 17px 32px;
  line-height: normal;
}
.title-area2 .border-line {
  right: 17%;
  top: 50%;
  max-width: 680px;
}
@media (max-width: 767px) {
  .title-area2 {
    display: block;
    text-align: center;
  }
  .title-area2 .sec-title {
    margin-bottom: 20px;
  }
}

.border-line {
  position: absolute;
  width: 100%;
  height: 4px;
  transform: translateY(-50%);
  background-color: var(--body-color);
}

.sec-btns {
  padding: 13px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.sec-btns i.fa-arrow-left {
  margin-left: 0;
  margin-right: 10px;
}

.sec-btns2 {
  margin-bottom: calc(var(--section-title-space) - 5px);
}

.sec-line-wrap {
  display: flex;
  gap: 25px;
  align-items: center;
  margin: 0 0 80px 0;
}
.sec-line-wrap .sec-title2 {
  margin: -0.3em 0 -0.4em 0;
}

.sec-line {
  background-color: var(--theme-color);
  flex: 1;
  height: 2px;
}

.border-title {
  position: relative;
  padding: 0 0 5px 0;
  margin-bottom: 0;
}
.border-title-border {
  width: 48px;
  height: 2px;
  display: inline-block;
  background-color: var(--theme-color);
  margin-bottom: 25px;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .sec-title4 {
    font-size: 42px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .sec-title4 {
    font-size: 36px;
    line-height: 1.4;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .sec-title3.h1,
  .sec-title.h1 {
    font-size: 36px;
  }
  .sec-line-wrap {
    margin: 0 0 60px 0;
  }
  .title-area {
    margin-bottom: 40px;
    text-align: center;
  }
  .title-area .title-btn {
    text-align: center;
  }
  .title-area.arraw-style .custom-arraw .icon-arraw:not(:last-child) {
    margin-right: 5px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .sec-title3.h1,
  .sec-title.h1 {
    font-size: 30px;
  }
  .sec-subtitle {
    font-size: 16px;
  }
  .sec-line-wrap {
    margin: 0 0 40px 0;
    gap: 10px;
  }
  .sec-title4 {
    font-size: 30px;
    line-height: 1.4;
  }
}
/*------------------- 3.4. Common -------------------*/
body::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  border-radius: 20px;
}

body::-webkit-scrollbar-track {
  background: rgba(252, 0, 18, 0.1);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
}

body::-webkit-scrollbar-thumb {
  background-color: var(--theme-color);
  border-radius: 20px;
}

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

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

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

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

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

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

.media-body {
  flex: 1;
}

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

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

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

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

.sec-big-text2,
.sec-big-text {
  font-size: 160px;
  font-weight: 700;
  font-family: var(--title-font);
  line-height: 1;
  display: block;
  color: #f1f3f9;
  position: absolute;
  left: 0;
  right: 0;
  top: -37px;
  z-index: -1;
}

.sec-big-text2 {
  top: auto;
  left: auto;
  right: 120px;
  bottom: -26px;
}

.home-five-shape1 {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #f6f7fc;
  width: 100%;
  max-width: 1255px;
  z-index: -3;
}

.home-five-shape2 {
  position: absolute;
  left: -428px;
  bottom: 250px;
  width: 1024px;
  height: 1024px;
  border: 50px solid var(--theme-color);
  border-radius: 50%;
  z-index: -2;
}

.home-five-shape3 {
  position: absolute;
  right: 60px;
  bottom: 325px;
}

.home-five-wrap1 {
  position: relative;
  border-bottom: 7px solid var(--theme-color);
  z-index: 1;
}

.shape-mockup {
  position: absolute;
}

/* Hight Resoulation devices */
@media (min-width: 1921px) {
  .ls-wrapper > .ls-layer.d-hd-none,
  .ls-wrapper > a > .ls-layer.d-hd-none,
  .d-hd-none {
    display: none !important;
  }
}
@media (min-width: 1500px) {
  .d-xxxl-block {
    display: block !important;
  }
}
/* Extra large devices */
@media (max-width: 1500px) {
  .big-name {
    font-size: 320px;
    margin: -168px 30px -59px 0;
  }
  .home-five-shape3 {
    right: 30px;
    bottom: 50px;
    max-width: 200px;
  }
  .home-five-shape2 {
    left: -18%;
    bottom: 34%;
    width: 500px;
    height: 500px;
  }
  .home-five-shape1 {
    max-width: 100%;
    right: 60px;
    width: auto;
  }
  .sec-big-text2,
  .sec-big-text {
    font-size: 130px;
  }
}
/* Medium Large devices */
@media (max-width: 1399px) {
  .big-name {
    font-size: 245px;
    margin: -128px 40px -42px 0;
  }
  .home-five-shape1 {
    right: 0;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .big-name {
    font-size: 190px;
    margin: -100px 40px -42px 0;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .big-name {
    font-size: 146px;
    margin: -78px 40px -25px 0;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .big-name {
    font-size: 75px;
    margin: -20px 0 -12px 0;
    letter-spacing: 0;
    text-align: center;
  }
}
.text-box {
  background-color: var(--white-color);
  width: 160px;
  height: 160px;
  background-color: var(--secondary-color);
  border-radius: 50%;
  text-align: center;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
}
.text-box__number {
  font-size: 30px;
  color: var(--theme-color);
  font-family: var(--title-font);
  font-weight: 700;
  line-height: 132%;
  margin-bottom: 10px;
  display: block;
}
.text-box__title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
  color: var(--body-color);
  line-height: 160%;
}

.list-style {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.list-style > li {
  padding-left: 28px;
  position: relative;
  margin-bottom: 10px;
  color: var(--title-color);
  font-weight: 500;
}
.list-style > li:last-child {
  margin-bottom: 0;
}
.list-style > li::before {
  content: "\f058";
  left: 0;
  position: absolute;
  top: 0px;
  font-family: var(--icon-font);
  font-weight: 600;
  color: var(--theme-color);
}

.star-rating {
  overflow: hidden;
  position: relative;
  display: block;
  font-family: var(--icon-font);
  font-weight: 700;
  font-size: 14px;
}
.star-rating i {
  font-size: 14px;
  color: var(--theme-color);
  margin-right: 0;
}

.divider1,
.divider2 {
  background-color: var(--border-color);
  opacity: 1;
}

.divider2 {
  height: 2px;
}

.banner-block {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 119px 33px;
}
.banner-block::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--title-color);
  opacity: 0.8;
  z-index: -1;
  left: 0;
  top: 0;
}
.banner-block__logo {
  margin-bottom: 19px;
}
.banner-block__title {
  color: var(--white-color);
  margin-bottom: 45px;
  line-height: 46px;
}
.banner-block__title > span {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA3IiBoZWlnaHQ9IjE0IiB2aWV3Qm94PSIwIDAgMTA3IDE0IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMiAxMkMyMC4yOTUgNi4zNTQ0NCA2Ni41MDggLTIuOTE1MjIgMTA1IDUuMTcwNjkiIHN0cm9rZT0iI0VGMEYzQSIgc3Ryb2tlLXdpZHRoPSIzIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPC9zdmc+Cg==);
  background-repeat: no-repeat;
  background-position: bottom;
  color: var(--theme-color);
  padding-bottom: 12px;
  display: block;
  background-size: auto;
}

.bg-shape1 {
  position: absolute;
  bottom: 0;
  left: 0;
  min-height: 500px;
  width: 100%;
  right: 0;
  background-color: var(--smoke-color);
  z-index: -1;
}
.bg-shape1 .shape1,
.bg-shape1 .shape2 {
  position: absolute;
}
@media (max-width: 767px) {
  .bg-shape1 .shape1,
  .bg-shape1 .shape2 {
    display: none;
  }
}
.bg-shape1 .shape2 {
  top: 74px;
  left: 207px;
}

.it-reveal-animation {
  clip-path: inset(0 0 100% 0);
  transition: 2s cubic-bezier(0.5, 0.5, 0, 1);
}

.it-reveal-animation.active {
  clip-path: inset(0 0 0 0);
  transition: 2s cubic-bezier(0.5, 0.5, 0, 1);
}

.table {
  border: 0;
  margin: -0.25rem -0.25rem;
}

.table > :not(:last-child) > :last-child > * {
  border-bottom-color: currentColor;
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}

.table > :not(caption) > * > * {
  padding: 0.3rem 0.3rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
  border: 0;
  color: var(--white-color);
  text-align: left;
}

.table > tbody > tr > td:first-child {
  width: 50px;
}

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

.font-title {
  font-family: var(--title-font);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-body {
  background-color: var(--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(--title-color) !important;
}

.text-body {
  color: var(--body-color) !important;
}

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

.text-yellow {
  color: var(--yellow-color) !important;
}

.text-success {
  color: var(--success-color) !important;
}

.text-error {
  color: var(--error-color) !important;
}

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

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

.text-light2 {
  color: #919398;
}

/*------------------- 3.9. Overlay -------------------*/
.overlay,
.overlay2,
.overlay3,
.overlay4,
.overlay5,
.overlay6,
.overlay7 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.overlay2 {
  background: linear-gradient(
    90deg,
    #01133c 48.92%,
    rgba(1, 19, 60, 0) 119.11%
  );
  opacity: 0.9;
  z-index: -1;
}

.overlay3 {
  background: linear-gradient(90deg, #01133c 41.07%, rgba(1, 19, 60, 0) 100%);
  opacity: 0.9;
}

.overlay4 {
  background-color: var(--title-color);
  opacity: 0.85;
}

.overlay5 {
  background: linear-gradient(
    90deg,
    #01133c 57.39%,
    rgba(1, 19, 60, 0) 122.86%
  );
  opacity: 0.9;
}

.overlay6 {
  opacity: 0.85;
  background-color: var(--theme-color);
}

.overlay7 {
  background: linear-gradient(90deg, #01133c 41.07%, rgba(1, 19, 60, 0) 100%);
  opacity: 0.9;
  z-index: -1;
}

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

.element {
  position: absolute;
  width: 57%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--theme-color);
  clip-path: polygon(0 0, 100% 0, 74% 100%, 0% 100%);
  z-index: -1;
}
@media (max-width: 1199px) {
  .element {
    width: 75%;
  }
}
@media (max-width: 767px) {
  .element {
    width: 100%;
  }
}

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

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

[data-overlay="theme"]:before {
  background-color: var(--theme-color);
}

[data-overlay="title"]:before {
  background-color: var(--title-color);
}

[data-overlay="white"]:before {
  background-color: var(--white-color);
}

[data-overlay="black"]:before {
  background-color: var(--black-color);
}

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

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

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

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

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

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

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

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

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

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

/*------------------- 3.10. Animation -------------------*/
.jump-reverse-img,
.jump-img,
.jump-reverse,
.jump {
  animation: jumpping var(--duration, 6s) infinite linear;
}

.jump-reverse-img,
.jump-img {
  --duration: 5s;
}

.jump-reverse-img,
.jump-reverse {
  --jump-y: -20px;
}

.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 5s 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(--title-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: 22px;
  font-weight: 700;
  color: var(--white-color);
  line-height: 132%;
  margin: -0.38em 0 35px 0;
  font-family: var(--title-font);
  text-transform: uppercase;
  padding: 0 0px 5px 0;
}

.widget.widget_search {
  margin-bottom: 35px;
}
.widget .search-form {
  position: relative;
  display: block;
  border-radius: 5px;
  overflow: hidden;
}
.widget .search-form input {
  flex: 1;
  background-color: var(--black-color);
  line-height: 170%;
  border-radius: 10px;
  border: 2px solid var(--border-color);
  font-size: 16px;
  height: 65px;
  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: 26px;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  border: none;
}
.widget .search-form .search-btn svg {
  fill: var(--text-color);
  transition: all 0.5s ease;
}
.widget .search-form .search-btn:hover {
  color: var(--white-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-color2);
  color: var(--text-color);
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease;
}
.tagcloud a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid var(--border-color);
  transition: all ease 0.5s;
}
.tagcloud a::before {
  width: 0%;
  height: 100%;
  content: "";
  margin: auto;
  position: absolute;
  top: 0%;
  left: 0%;
  background: #4388dd;
  background: linear-gradient(
    0deg,
    rgb(67, 136, 221) 0%,
    rgb(212, 72, 60) 100%
  );
  transition: all ease 0.5s;
  z-index: -1;
  border-radius: inherit;
}
.tagcloud a:hover {
  color: var(--white-color);
  border-color: transparent;
  background: transparent;
}
.tagcloud a:hover::before {
  width: 100%;
}
.tagcloud a:hover::after {
  opacity: 0;
}

.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: 18px;
  line-height: 145%;
  margin-bottom: 8px;
}
.recent-post .post-title > a,
.recent-product .post-title > a {
  color: var(--white-color);
  display: block;
}
.recent-post .post-title > a:hover,
.recent-product .post-title > a:hover {
  color: var(--theme-color);
}
.recent-post .recent-post-meta,
.recent-product .recent-post-meta {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 700;
  color: var(--text-color);
  font-family: var(--title-font);
  display: inline-flex;
  align-items: center;
  line-height: 170%;
}
.recent-post:hover .media-img img,
.recent-product:hover .media-img img {
  transform: scale(1.1);
}

.recent-product .media-img {
  min-width: 100px;
  min-height: 80px;
  background: var(--white-color);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.recent-product .media-img img {
  width: inherit;
}
.recent-product .recent-post-meta {
  font-size: 16px;
}

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

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

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

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

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

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

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

.sidebar-gallery .gallery-thumb {
  overflow: hidden;
  position: relative;
  border-radius: 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;
  }
}
.widget-area2 {
  padding-top: 60px;
}

.footer-widget,
.footer-widget .widget {
  padding: 0;
  border: none;
  padding-bottom: 0;
  background-color: transparent;
}
.footer-widget .widget_title {
  border: none;
  font-size: 24px;
  margin: 0 0 42px 0;
  padding: 0 0 15px 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(--title-color);
}
.price_slider_wrapper .vs-btn {
  padding: 13px 30px;
  background-color: var(--theme-color);
  color: var(--white-color);
}
.price_slider_wrapper .vs-btn::before,
.price_slider_wrapper .vs-btn::after {
  background-color: var(--theme-color);
}
.price_slider_wrapper .vs-btn:hover {
  color: var(--white-color);
}
.price_slider_wrapper .price_footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.chekbox-area {
  margin-bottom: 5px;
}

/*------------------- 4.2. Header  -------------------*/
.vs-header {
  position: relative;
  z-index: 41;
}

.main-menu .menu-title,
.menu-style2 .menu-title {
  color: var(--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;
  font-family: var(--title-font);
  text-transform: capitalize;
  font-weight: 700;
  font-size: 16px;
  color: var(--white-color);
}
.main-menu > ul > li > a,
.menu-style2 > ul > li > a {
  padding: 30px 0 20px;
  transition: all 0.5s ease;
  position: relative;
}
.main-menu > ul > li > a:hover,
.menu-style2 > ul > li > a:hover {
  color: var(--theme-color);
}
.main-menu > ul > li > a::after,
.menu-style2 > ul > li > a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 0%;
  height: 4px;
  background-color: var(--theme-color);
  border-radius: 5px;
  transition: all 0.5s ease;
}
.main-menu > ul > li > a:hover::after,
.menu-style2 > ul > li > a:hover::after {
  width: 70%;
}
.main-menu > ul > li > a .new-label,
.menu-style2 > ul > li > a .new-label {
  position: absolute;
  top: -10px;
  right: -27px;
  font-size: 11px;
  border-radius: 3px;
}
.main-menu > ul > li > a .has-new-lable,
.menu-style2 > ul > li > a .has-new-lable {
  position: relative;
}
.main-menu ul,
.menu-style2 ul {
  margin: 0;
  padding: 0;
}
.main-menu ul li,
.menu-style2 ul li {
  list-style-type: none;
  display: inline-block;
  position: relative;
}
.main-menu ul li:not(:last-child),
.menu-style2 ul li:not(:last-child) {
  margin-right: 35px;
}
.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(--smoke-color);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  visibility: hidden;
  min-width: 190px;
  width: max-content;
  padding: 7px;
  left: -14px;
  margin-top: 50px;
  opacity: 0;
  z-index: -1;
  border-bottom: 3px solid var(--theme-color);
  box-shadow:
    0px 10px 60px 0px rgba(0, 0, 0, 0.09),
    0px 3px 0px 0px rgba(231, 13, 60, 0.004);
  transform-origin: top center;
  transition:
    margin-top 0.4s ease-in-out 0s,
    visibility 0.4s ease-in-out 0s,
    opacity 0.4s ease-in-out 0s,
    z-index 0s;
}
.main-menu ul.sub-menu a,
.main-menu ul.mega-menu a,
.menu-style2 ul.sub-menu a,
.menu-style2 ul.mega-menu a {
  font-size: 16px;
  line-height: 30px;
  color: var(--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(--theme-color);
}
.main-menu ul.sub-menu li ul.sub-menu,
.menu-style2 ul.sub-menu li ul.sub-menu {
  left: 100%;
  right: auto;
  top: 0;
  margin: 0 0;
  margin-left: 20px;
}
.main-menu ul.sub-menu li ul.sub-menu li ul,
.menu-style2 ul.sub-menu li ul.sub-menu li ul {
  left: 100%;
  right: auto;
}
.main-menu .mega-menu-wrap,
.menu-style2 .mega-menu-wrap {
  position: static;
}
.main-menu ul.mega-menu,
.menu-style2 ul.mega-menu {
  display: flex;
  justify-content: space-between;
  text-align: left;
  width: 100%;
  max-width: var(--main-container);
  padding: 20px 15px 23px 15px;
  left: 50%;
  transform: translateX(-50%);
}
.main-menu ul.mega-menu .main-menu ul.mega-menu > li > ul > li > a,
.menu-style2 ul.mega-menu .main-menu ul.mega-menu > li > ul > li > a {
  position: relative;
}
.main-menu ul.mega-menu li,
.menu-style2 ul.mega-menu li {
  display: block;
  width: 100%;
  padding: 0 15px;
}
.main-menu ul.mega-menu li li,
.menu-style2 ul.mega-menu li li {
  padding: 4px 0;
}
.main-menu ul.mega-menu li a,
.menu-style2 ul.mega-menu li a {
  display: inline-block;
}
.main-menu ul.mega-menu li a:hover,
.menu-style2 ul.mega-menu li a:hover {
  color: var(--theme-color);
}
.main-menu ul.mega-menu > li > a,
.menu-style2 ul.mega-menu > li > a {
  display: block;
  padding: 0;
  padding-bottom: 15px;
  margin-bottom: 10px;
  text-transform: capitalize;
  letter-spacing: 1px;
  font-weight: 700;
  color: var(--title-color);
  border-color: var(--theme-color);
}
.main-menu ul.mega-menu > li > a:hover,
.menu-style2 ul.mega-menu > li > a:hover {
  padding-left: 0;
}

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

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

.bar-shape {
  position: relative;
  display: block;
  height: 30px;
  width: 2px;
}
.bar-shape::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: 0;
  background: #4388dd;
  background: linear-gradient(
    0deg,
    rgb(67, 136, 221) 0%,
    rgb(212, 72, 60) 100%
  );
}
.bar-shape::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  top: 50%;
  left: -3px;
  border-radius: 50%;
  transform: translateY(-50%);
  background: var(--theme-color);
  z-index: 1;
}

.header-layout1 .will-sticky .sticky-active.active ul > li.active > a,
.header-layout2 .will-sticky .sticky-active.active ul > li.active > a,
.header-layout3 .will-sticky .sticky-active.active ul > li.active > a {
  color: var(--theme-color);
}
.header-layout1
  .will-sticky
  .sticky-active.active
  ul
  > li.menu-item-has-children.active.mega-menu-wrap
  > a.active,
.header-layout2
  .will-sticky
  .sticky-active.active
  ul
  > li.menu-item-has-children.active.mega-menu-wrap
  > a.active,
.header-layout3
  .will-sticky
  .sticky-active.active
  ul
  > li.menu-item-has-children.active.mega-menu-wrap
  > a.active {
  color: var(--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(--theme-color);
}
.header-layout1
  .will-sticky
  .sticky-active.active
  ul
  > li.menu-item-has-children.active
  > a,
.header-layout2
  .will-sticky
  .sticky-active.active
  ul
  > li.menu-item-has-children.active
  > a,
.header-layout3
  .will-sticky
  .sticky-active.active
  ul
  > li.menu-item-has-children.active
  > a {
  color: var(--theme-color);
}
.header-layout1
  .will-sticky
  .sticky-active.active
  ul
  > li.menu-item-has-children.active
  > a::after,
.header-layout1
  .will-sticky
  .sticky-active.active
  ul
  > li.menu-item-has-children.active
  > a::before,
.header-layout2
  .will-sticky
  .sticky-active.active
  ul
  > li.menu-item-has-children.active
  > a::after,
.header-layout2
  .will-sticky
  .sticky-active.active
  ul
  > li.menu-item-has-children.active
  > a::before,
.header-layout3
  .will-sticky
  .sticky-active.active
  ul
  > li.menu-item-has-children.active
  > a::after,
.header-layout3
  .will-sticky
  .sticky-active.active
  ul
  > li.menu-item-has-children.active
  > a::before {
  background-color: var(--theme-color);
}
.header-layout1
  .will-sticky
  .sticky-active.active
  ul
  > li.menu-item-has-children.active
  > a.active,
.header-layout2
  .will-sticky
  .sticky-active.active
  ul
  > li.menu-item-has-children.active
  > a.active,
.header-layout3
  .will-sticky
  .sticky-active.active
  ul
  > li.menu-item-has-children.active
  > a.active {
  color: var(--theme-color);
}
.header-layout1
  .will-sticky
  .sticky-active.active
  ul
  > li.menu-item-has-children.active
  > a.active::after,
.header-layout1
  .will-sticky
  .sticky-active.active
  ul
  > li.menu-item-has-children.active
  > a.active::before,
.header-layout2
  .will-sticky
  .sticky-active.active
  ul
  > li.menu-item-has-children.active
  > a.active::after,
.header-layout2
  .will-sticky
  .sticky-active.active
  ul
  > li.menu-item-has-children.active
  > a.active::before,
.header-layout3
  .will-sticky
  .sticky-active.active
  ul
  > li.menu-item-has-children.active
  > a.active::after,
.header-layout3
  .will-sticky
  .sticky-active.active
  ul
  > li.menu-item-has-children.active
  > a.active::before {
  background-color: var(--theme-color);
}

.sticky-wrapper {
  padding: 28px 0 0;
}

.will-sticky .sticky-active {
  position: fixed;
  top: -100%;
  right: 0;
  left: 0;
  background-color: var(--smoke-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(--title-color);
}
.will-sticky .sticky-active.active .menu-style3 ul.mega-menu li a,
.will-sticky .sticky-active.active .menu-style3 .menu-style2 ul.mega-menu li a {
  color: var(--title-color);
}
.will-sticky .sticky-active.active .menu-style3 ul.sub-menu li a,
.will-sticky .sticky-active.active .menu-style3 .main-menu ul.sub-menu a,
.will-sticky .sticky-active.active .menu-style3 .main-menu ul.mega-menu a {
  color: var(--title-color);
}
.will-sticky .sticky-active.active .menu-style3 ul.sub-menu li a:hover,
.will-sticky .sticky-active.active .menu-style3 .main-menu ul.sub-menu a:hover,
.will-sticky
  .sticky-active.active
  .menu-style3
  .main-menu
  ul.mega-menu
  a:hover {
  color: var(--theme-color);
}
.will-sticky .sticky-active.active .vs-icon 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(--white-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(--theme-color);
  color: var(--white-color);
}
.will-sticky .sticky-active.active .vs-btn:hover,
.will-sticky .sticky-active.active .vs-menu-toggle:hover {
  background-color: var(--secondary-color);
}
.will-sticky.header-bottom3 .sticky-active.active .vs-icon {
  background-color: var(--white-color);
  color: var(--theme-color);
}
.will-sticky.header-bottom3 .sticky-active.active .vs-icon:hover {
  color: var(--white-color);
}
.will-sticky.header-bottom3 .sticky-active.active .vs-btn.style2 {
  background-color: var(--white-color);
  color: var(--theme-color);
}
.will-sticky.header-bottom3 .sticky-active.active .vs-btn.style2::before,
.will-sticky.header-bottom3 .sticky-active.active .vs-btn.style2::after {
  background-color: var(--theme-color);
}
.will-sticky.header-bottom3 .sticky-active.active .vs-btn.style2:hover {
  color: var(--white-color);
}

.header-text {
  margin: 0;
}
.header-text i {
  margin-right: 10px;
}

.header-infos {
  display: flex;
  align-items: center;
}

.header-info {
  display: flex;
  align-items: center;
  padding-right: 20px;
  margin-right: 20px;
  position: relative;
}
.header-info::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background-color: var(--smoke-color);
}
.header-info:last-child {
  padding-right: 0;
  margin-right: 0;
  border: 0;
}
.header-info:last-child::after {
  display: none;
}
.header-info:nth-child(2) {
  margin-left: 0;
  padding-left: 0;
  border-left: none;
}
.header-info_icon {
  color: var(--white-color);
  font-size: 16px;
  margin-right: 15px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: var(--theme-color);
  border-radius: 50%;
  text-align: center;
  transition: all 0.5s ease;
}
.header-info_icon:hover {
  color: var(--white-color);
  background-color: var(--title-color);
}
.header-info_label {
  font-size: 14px;
  color: var(--text-color);
  font-family: var(--title-font);
  font-weight: 700;
  text-transform: capitalize;
  display: inline-block;
  position: relative;
  line-height: 115%;
}
.header-info a.header-info_label:hover {
  color: var(--white-color);
}
.header-info_link {
  color: var(--title-color);
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  margin: 0;
  font-family: var(--title-font);
}
.header-info_link a {
  color: inherit;
}
.header-info_link a:hover {
  color: var(--theme-color);
}
.header-info.style2 {
  padding: 0;
  border: none;
  margin: 0;
}
.header-info.style2 .header-info_icon {
  width: 60px;
  height: 60px;
  line-height: 56px;
  background-color: var(--theme-color);
  text-align: center;
  border-radius: 50%;
  margin-right: 15px;
}
.header-info.style2 .header-info_label {
  color: var(--title-color);
  text-transform: capitalize;
  font-weight: 500;
}
.header-info.style2 .header-info_link {
  color: var(--theme-color);
  font-weight: 400;
  font-size: 24px;
}
.header-info.style2 .header-info_link a:hover {
  color: var(--title-color);
}
.header-info.style3 {
  background-color: var(--theme-color);
  min-height: 95px;
  padding: 15px 70px 15px 60px;
  margin-bottom: -70px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1399px) {
  .header-info.style3 {
    padding: 15px 30px 15px 30px;
  }
}
.header-info.style3.bg {
  border-right: 1px solid var(--title-color);
  border-left: 1px solid var(--title-color);
}
.header-info.style3 .header-info_title {
  margin-bottom: 0;
  color: var(--white-color);
  font-size: 16px;
  line-height: 26px;
}
.header-info.style3 .header-info_label {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  font-family: var(--title-font);
}
@media (max-width: 1199px) {
  .header-info.style3 .header-info_label {
    font-size: 20px;
    line-height: 30px;
  }
}
.header-info.style3 .header-info_icon {
  font-size: 48px;
}
.header-info.style3 .header-info_text {
  color: var(--white-color);
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 0;
  font-family: var(--title-font);
}
.header-info.style3:hover {
  background-color: var(--title-color);
}

.badge {
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  text-align: center;
  background-color: var(--title-color);
  color: var(--white-color);
  padding: 0.35em 0.55em;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 400;
  right: 0;
  top: -5px;
}

.has-badge {
  position: relative;
}

.logo-style1 {
  background: linear-gradient(
    278.46deg,
    #00bcfa 0.91%,
    #0e59f2 71.89%,
    #0e59f2 100%
  );
  padding: 30px 35px 30px 35px;
  border-radius: 5px 0px 0px 5px;
  line-height: 0;
  margin: -1px 0;
}

.header-box {
  border: 10px solid var(--theme-color);
  background-color: var(--white-color);
  padding: 20px;
}
.header-box__icon {
  border-radius: 5px;
  margin: 0 15px 0 0;
  font-size: 18px;
  width: 43px;
  height: 43px;
  line-height: 43px;
  text-align: center;
  display: inline-block;
  background-color: var(--theme-color);
  color: var(--white-color);
}
.header-box__title {
  display: inline-block;
  color: var(--title-color);
  font-weight: 600;
  font-family: var(--title-font);
}
.header-box__number {
  display: block;
  width: fit-content;
  font-family: var(--title-font);
  font-size: 22px;
  font-weight: 700;
  color: var(--theme-color);
  margin: 15px 0 0 0;
}

.header-dropdown > .dropdown-toggle {
  color: var(--title-color);
}
.header-dropdown > .dropdown-toggle i {
  margin: 0 10px 0 0;
}
.header-dropdown > .dropdown-toggle:after {
  content: "\f107";
  font-family: var(--icon-font);
  border: none;
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin-left: 5px;
}
.header-dropdown > .dropdown-toggle:hover {
  color: var(--theme-color);
}
.header-dropdown ul.dropdown-menu {
  padding: 10px 15px;
  border: none;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.07);
  margin: 0;
  margin-left: -15px !important;
  margin-top: 15px !important;
  width: max-content;
  min-width: auto;
  position: relative;
  z-index: 1;
  border: none;
}
.header-dropdown ul.dropdown-menu li {
  margin-bottom: 10px;
}
.header-dropdown ul.dropdown-menu li:last-child {
  margin-bottom: 0;
}
.header-dropdown ul.dropdown-menu a {
  display: block;
  margin: 0 0;
  width: max-content;
  padding: 2px 10px;
  color: var(--title-color);
  font-weight: 400;
  font-size: 14px;
}
.header-dropdown ul.dropdown-menu a:hover {
  color: var(--theme-color);
}
.header-dropdown ul.dropdown-menu a:first-child {
  margin-top: 0;
  padding-top: 0;
}
.header-dropdown ul.dropdown-menu a:last-of-type,
.header-dropdown ul.dropdown-menu a:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.header-dropdown ul.dropdown-menu:before {
  content: "";
  position: absolute;
  left: 47px;
  top: -7px;
  width: 14px;
  height: 14px;
  background-color: var(--white-color);
  z-index: -1;
  transform: rotate(45deg);
  border-top: 1px solid #ededed;
  border-left: 1px solid #ededed;
}
.header-dropdown.style-white > .dropdown-toggle {
  color: var(--white-color);
}
.header-dropdown.style-white > .dropdown-toggle:hover {
  text-decoration: underline;
  color: rgba(255, 255, 255, 0.7);
}

.header-btns {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  padding-left: 5px;
}
@media (max-width: 1199px) {
  .header-btns {
    padding-left: 0;
  }
}

.header-links ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.header-links li {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: var(--white-color);
  font-family: var(--title-font);
  line-height: 100%;
  transition: all 0.5s ease;
}
.header-links li:not(:last-child) {
  margin-right: 40px;
}
.header-links li a {
  color: var(--theme-color);
  transition: all 0.5s ease;
  border-bottom: 1px solid transparent;
  display: inline-block;
  margin-left: 5px;
}
.header-links li a:hover {
  border-color: var(--theme-color);
}
.header-links i {
  margin: 0 10px 0 0;
}

.dropdown {
  position: relative;
  padding-right: 20px;
  margin-right: 20px;
}
.dropdown a {
  color: var(--white-color);
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: normal;
}
.dropdown a span {
  color: var(--white-color);
  margin-right: 10px;
  transition: all 0.5s ease;
}
.dropdown a:hover {
  color: var(--theme-color);
}
.dropdown a:hover span {
  color: var(--theme-color);
}
.dropdown .dropdown-item {
  color: var(--title-color);
}
.dropdown .dropdown-item:hover {
  color: var(--white-color);
  background-color: var(--secondary-color);
}
.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 {
  width: 36px;
  height: 36px;
  line-height: 32px;
  text-align: center;
  border: 2px solid var(--white-color);
  font-size: 14px;
  display: inline-block;
  color: var(--white-color);
  border-radius: 30px;
}
.header-social a:not(:first-child) {
  margin-left: 6px;
}
.header-social a:hover {
  color: var(--theme-color);
  background-color: var(--white-color);
}

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

.header-layout1 {
  position: absolute;
  width: 100%;
}
.header-layout1 .header-top {
  background-color: var(--title-color);
}
.header-layout1 .header-social {
  margin-right: 20px;
}
.header-layout1 .header-bottom {
  background-color: var(--white-color);
}
.header-layout1 .menu-inner .header-logo {
  display: none;
}
.header-layout1 .menu-top .header-logo {
  display: none;
}
.header-layout1 .header-logo .sticky-off {
  display: block;
}
.header-layout1 .header-logo .sticky-on {
  display: none;
}
.header-layout1 .sticky-active.active .header-logo .sticky-off {
  display: none;
}
.header-layout1 .sticky-active.active .header-logo .sticky-on {
  display: block;
}
.header-layout1 .sticky-active.active .main-menu > ul > li > a {
  color: var(--theme-color);
}
.header-layout1 .sticky-active.active .main-menu > ul > li > a::before,
.header-layout1 .sticky-active.active .main-menu > ul > li > a::after {
  background: var(--theme-color);
}
.header-layout1 ul > li.active > a {
  color: var(--theme-color);
}
.header-layout1
  ul
  > li.menu-item-has-children.active.mega-menu-wrap
  > a.active {
  color: var(--white-color);
}
.header-layout1
  ul
  > li.menu-item-has-children.active.mega-menu-wrap
  > a.active:hover {
  color: var(--theme-color);
}
.header-layout1 ul > li.menu-item-has-children.active > a {
  color: var(--theme-color);
}
.header-layout1 ul > li.menu-item-has-children.active > a::after,
.header-layout1 ul > li.menu-item-has-children.active > a::before {
  background-color: var(--theme-color);
}
.header-layout1 ul > li.menu-item-has-children.active > a.active {
  color: var(--theme-color);
}
.header-layout1 ul > li.menu-item-has-children.active > a.active::after,
.header-layout1 ul > li.menu-item-has-children.active > a.active::before {
  background-color: var(--theme-color);
}
.header-layout1.style2 .sticky-active {
  background-color: rgba(39, 102, 162, 0.6588235294);
  backdrop-filter: blur(5px);
  border-bottom: 1px solid #8babcc;
}
.header-layout1.style2 .sticky-active.active {
  background-color: var(--white-color);
  border: none;
}
.header-layout1.style2 .sticky-active.active .header-logo .sticky-off {
  display: none;
}
.header-layout1.style2 .sticky-active.active .header-logo .sticky-on {
  display: block;
}
.header-layout1.style2 .sticky-active.active .menu-item-has-children > a::after,
.header-layout1.style2
  .sticky-active.active
  .menu-item-has-children
  > a::before {
  background-color: var(--title-color);
}
.header-layout1.style2 .header-logo .sticky-off {
  display: block;
}
.header-layout1.style2 .header-logo .sticky-on {
  display: none;
}
.header-layout1.style2 .header-buttons .vs-icon:hover {
  background-color: var(--title-color);
}
.header-layout1.style2 .header-buttons .vs-icon:hover i {
  color: var(--white-color);
}
.header-layout1.style2 .main-menu > ul > li > a {
  padding: 38px 34px 38px 24px;
}
.header-layout1.style2 .main-menu > ul > li > a::after {
  top: 50%;
}
.header-layout1.style2 .main-menu > ul > li > a::before {
  top: 50%;
}
.header-layout1 .sticky-active.active .header-category {
  display: none;
}
.header-layout1 .sticky-active.active .menu-top .header-logo {
  display: block;
  padding: 0;
}
.header-layout1 .sticky-active.active .menu-inner {
  justify-content: space-between;
}
.header-layout1 .sticky-active.active .menu-inner .header-logo {
  display: block;
  padding: 0;
}
.header-layout1 .sticky-active.active .main-menu > ul > li > a {
  color: var(--white-color);
}
.header-layout1 .sticky-active.active .main-menu > ul > li > a:hover {
  color: var(--theme-color);
}

.menu-top {
  position: relative;
}

.menu-btns {
  display: flex;
  align-items: center;
}

.header-search {
  display: flex;
  max-width: 100%;
  background-color: var(--body-color);
  border-radius: 50px;
  position: relative;
  padding: 13px 30px;
  width: 705px;
  max-height: 60px;
}
.header-search input {
  flex: 1;
  border: none;
  padding: 0;
  height: 35px;
  width: 100%;
  border-radius: 4px;
  font-size: 16px;
  color: var(--title-color);
  background-color: var(--body-color);
  transition: all ease 0.4s;
}
.header-search input::placeholder {
  color: var(--title-color);
}
.header-search button {
  border: none;
  background-color: var(--secondary-color);
  color: var(--body-color);
  font-size: 20px;
  width: 80px;
  height: 50px;
  line-height: 50px;
  border-radius: 30px;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}
.header-search button i {
  font-weight: 500;
}
.header-search button:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}
.header-search input:focus {
  background-color: transparent;
}

.header-buttons {
  display: inline-flex;
  align-items: center;
}
.header-buttons > a {
  margin-right: 15px;
  position: relative;
}
.header-buttons > a:last-child {
  margin-right: 0;
}
.header-buttons .searchBoxTggler {
  margin-right: 23px;
}
.header-buttons .searchBoxTggler svg {
  fill: var(--white-color);
  transition: all 0.5s ease;
}
.header-buttons .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 {
  margin-left: 8px;
  cursor: pointer;
}
.toggle-bar a {
  width: 40px;
  cursor: pointer;
  height: 28px;
  pointer-events: none;
  display: block;
  color: var(--theme-color);
  position: relative;
}
.toggle-bar a span {
  pointer-events: none;
  height: 5px;
  background-color: var(--theme-color);
  display: block;
  border-radius: 5px;
  transition: all 0.3s ease;
  position: absolute;
}
.toggle-bar a span.bar1 {
  width: 65%;
  right: 0;
  top: 0;
}
.toggle-bar a span.bar2 {
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.toggle-bar a span.bar3 {
  left: 0;
  width: 60%;
  bottom: 0;
}
.toggle-bar a:hover {
  color: var(--theme-color);
}
.toggle-bar:hover a span {
  width: 100%;
  background: var(--theme-color);
}

.header-cart {
  position: relative;
  margin: 0 22px;
}
.header-cart .cart-btn svg {
  fill: var(--white-color);
  transition: all 0.5s ease;
}
.header-cart .cart-btn: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;
}
.header-cart .widget_shopping_cart {
  position: absolute;
  right: 0;
  top: 100%;
  width: 400px;
  background-color: var(--smoke-color);
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.05);
  padding: 30px;
  z-index: 3;
  margin: 20px -30px 0 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all ease 0.4s;
  border-bottom: 2px solid var(--theme-color);
}
.header-cart:hover .widget_shopping_cart {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

@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 {
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .header-logo {
    min-height: auto;
    padding: 12px 0px 12px 0;
    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-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: 15px;
  }
}
/* Medium Large devices */
@media (max-width: 1399px) {
  .header-layout1.style2 .header-search {
    width: 500px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .header-layout2 .btn-area {
    display: none;
  }
  .bar-shape,
  .searchBoxTggler,
  .header-cart,
  .toggle-bar {
    display: none;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .header-logo {
    max-width: 130px;
  }
  .header-buttons .wishlist {
    display: none;
  }
  .header-layout1 .vs-menu-toggle {
    margin: 10px 0;
  }
  .header-layout1.style2 .header-buttons .header-info_link,
  .header-layout1.style3 .header-buttons .header-info_link {
    font-size: 18px;
  }
  .header-layout1.style2 .header-buttons .header-info_icon,
  .header-layout1.style3 .header-buttons .header-info_icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    margin-right: 5px;
  }
  .header-layout1.style2 .header-buttons .header-cart,
  .header-layout1.style3 .header-buttons .header-cart {
    margin-right: 10px;
  }
  .header-layout1.style2 .menu-inner .menu-area {
    margin-left: 60px;
  }
}
@media (max-width: 399px) {
  .header-category .vs-box-nav ul li a {
    font-size: 16px;
  }
}
/*------------------- 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;
}

.footer-layout1 {
  position: relative;
}
.footer-icon-ph{
  font-size: 20px !important;
    color: #e0dfdf !important;
}
.footer-layout1 .widget-area {
  padding: 90px 0 90px;
}
.footer-layout1 .widget_title {
  text-transform: capitalize;
  margin-bottom: 10px;
  padding-bottom: 0;
}
.footer-layout1 .sectionLine2 {
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 35px;
  text-transform: capitalize;
  overflow: hidden;
  width: 100%;
  max-width: 243px;
}
.footer-layout1 .sectionLine2::before {
  content: "";
  position: absolute;
  width: 35%;
  height: 3px;
  background-color: var(--theme-color);
  bottom: 0;
  z-index: 1;
  left: 0;
  display: block;
  transition: all 0.5s ease;
}
.footer-layout1 .sectionLine2::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #343232;
  bottom: 0;
  left: 0;
}
.footer-layout1 .footer-widget ul {
  column-count: 2;
  margin-bottom: 0;
}
.footer-layout1 .footer-widget ul li {
  position: relative;
  padding-left: 28px;
  font-size: 16px;
  line-height: 150%;
  font-weight: 600;
  text-transform: capitalize;
  transition: all 0.5s ease;
}
.footer-layout1 .footer-widget ul li:not(:last-child) {
  margin-bottom: 20px;
}
.footer-layout1 .footer-widget ul li a {
  color: var(--text-color);
}
.footer-layout1 .footer-widget ul li::after {
  content: "\f101";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
  font-weight: 700;
  color: var(--theme-color);
  font-family: var(--icon-font);
}
.footer-layout1 .footer-widget ul li:hover {
  transform: translateX(10px);
}
.footer-layout1 .footer-widget ul li:hover a {
  color: var(--theme-color);
}
.footer-layout1 .footer-widget:hover .sectionLine2::before {
  width: 100%;
}
.footer-layout1 .extra-space-top {
  padding-top: 240px;
}
.footer-layout1 .footer-logo {
  margin-bottom: 18px;
}
.footer-layout1 .footer-text {
  margin-bottom: 20px;
  
}

.footer-layout2 {
  position: relative;
  overflow: hidden;
}
.footer-layout2 .fixed-size {
  max-width: 332px;
}
.contact-title a{
  color: #e0dfdf !important;
}
.footer-layout2 .widget-area {
  padding: 80px 0 80px;
  background-color: #0f1112;
}
.footer-layout2 .footer-text {
  margin-bottom: 26px;
  margin-top: 15px;
  color: var(--text-color);
  text-transform: capitalize;
  font-weight: 600;
}
.footer-layout2 .widget_title {
  position: relative;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.footer-layout2 .footer-widget ul {
  margin-bottom: 0;
}
.footer-layout2 .footer-widget ul li {
  position: relative;
  font-size: 16px;
  line-height: 150%;
  font-weight: 600;
  padding-left: 28px;
  text-transform: capitalize;
  transition: all 0.5s ease;
}
.footer-layout2 .footer-widget ul li:not(:last-child) {
  margin-bottom: 8px;
}
.footer-layout2 .footer-widget ul li a {
  color: var(--text-color);
}
.footer-layout2 .footer-widget ul li::after {
  content: "\f101";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
  font-weight: 700;
  color: var(--theme-color);
  font-family: var(--icon-font);
}
.footer-layout2 .footer-widget ul li:hover {
  transform: translateX(10px);
}
.footer-layout2 .footer-widget ul li:hover a {
  color: var(--theme-color);
}
.footer-layout2 .extra-space-top {
  padding-top: 240px;
}
.footer-layout2 .contact-box .icon {
  border: none;
}
.footer-layout2 .contact-box .contact-content {
  padding-left: 0;
}
.footer-layout2 .contact-box .contact-title {
  margin-bottom: 0;
}
.footer-layout2 .copyright-wrap {
  background-color: var(--black-color);
}
.footer-layout2 .copyright-text {
  padding: 27px 0;
}

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

.footer-wrapper .vs-widget-about {
  padding-right: 50px;
}
.footer-wrapper .contact-box {
  margin-bottom: 25px;
}

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

.contact-box {
  display: flex;
  align-items: center;
}
.contact-box .contact-content {
  padding: 0 0 0 14px;
}
.contact-box .contact-title {
  font-size: 22px;
  line-height: 145%;
  margin-bottom: 5px;
}
.contact-box .contact-title:hover a {
  color: var(--theme-color);
}
.contact-box .contact-text {
  font-weight: 700;
  color: var(--theme-color);
  text-transform: capitalize;
  font-family: var(--body-font);
  margin-bottom: 0;
  line-height: 100%;
}
.contact-box .icon {
  border-right: 1px solid rgba(255, 255, 255, 0.2901960784);
  padding-right: 14px;
}

.media-style1 {
  display: flex;
  padding-bottom: 30px;
  border-bottom: 3px solid rgba(255, 217, 0, 0.3215686275);
  transition: all 0.5s ease;
}
.media-style1:hover {
  border-color: var(--theme-color);
}
.media-style1 .media-icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50px;
  background-color: var(--theme-color);
  margin-right: 30px;
}
.media-style1 .media-body .media-title {
  color: var(--white-color);
  text-transform: capitalize;
  font-size: 18px;
}
.media-style1 .media-body .media-info {
  font-size: 16px;
  color: var(--smoke-color);
  margin-bottom: 0;
}
.media-style1 .media-body .media-info a {
  color: var(--white-color);
  transform: all 0.5s ease;
}
.media-style1 .media-body .media-info a:hover {
  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: #100e0e;
  position: relative;
}

.copyright-text {
  margin: 0;
  font-size: 16px;
  padding: 32px 0;
  font-weight: 500;
  color: var(--white-color);
  position: relative;
  z-index: 0;
}
.copyright-text a {
  font-weight: 700;
  color: var(--theme-color);
  text-transform: uppercase;
}
.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: 500;
}
.copyright-menu a:hover {
  color: var(--theme-color);
}

/* Large devices */
@media (max-width: 1199px) {
  .copyright-text a {
    color: var(--theme-color);
  }
  .copyright-text a:hover {
    color: var(--title-color);
  }
  .footer-layout2 .widget-area {
    padding: 80px 0 50px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .copyright-wrap {
    padding-bottom: 35px;
  }
  .footer-layout2 .copyright-wrap {
    padding-bottom: 0;
  }
  .footer-layout1 .widget-area {
    padding: 50px 0 40px;
  }
  .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;
  }
  .footer-layout1 .widget_categories ul {
    column-count: 1;
  }
}
@media (max-width: 476px) {
  .footer-layout1 .footer-widget ul {
    column-count: 1;
  }
}
/*------------------- 4.4. Breadcrumb  -------------------*/
.breadcumb-menu span {
  display: inline-block;
  list-style: none;
  position: relative;
}
.breadcumb-menu span:after {
  content: "\f101";
  position: relative;
  font-size: 16px;
  font-weight: 700;
  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(--theme-color);
  word-break: break-word;
  font-weight: 700;
  text-transform: capitalize;
  font-size: 20px;
  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(--theme-color);
}
@media (max-width: 767px) {
  .breadcumb-menu span {
    font-size: 14px;
  }
}

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

.breadcumb-title {
  color: var(--white-color);
  margin-bottom: 16px;
  font-size: 80px;
  line-height: 106%;
  margin-bottom: 5px;
  text-align: center;
  text-transform: capitalize;
  margin: 0 0 20px 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: 235px 0 125px;
  background-color: var(--title-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-color2);
  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: var(--theme-color2);
  color: var(--text-color);
  text-transform: capitalize;
  display: inline-flex;
  font-size: 18px;
  font-weight: 500;
  gap: 5px;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--border-color);
  transition: all 0.5s ease;
}
.vs-pagination span.active,
.vs-pagination span:hover,
.vs-pagination a.active,
.vs-pagination a:hover {
  color: var(--white-color);
  background: #4388dd;
  background: linear-gradient(0deg, rgb(67, 136, 221) 0%, rgb(212, 72, 60) 80%);
  border-color: linear-gradient(
    0deg,
    rgb(67, 136, 221) 0%,
    rgb(212, 72, 60) 80%
  );
}

.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;
}
.vs-pagination .pagi-btn.active,
.vs-pagination .pagi-btn:hover {
  color: var(--white-color);
  background: #4388dd;
  background: linear-gradient(0deg, rgb(67, 136, 221) 0%, rgb(212, 72, 60) 80%);
}

@media (max-width: 767px) {
  .vs-pagination {
    gap: 5px;
  }
  .vs-pagination .pagi-btn {
    width: 35px;
    height: 35px;
  }
  .vs-pagination .pagi-btn i {
    font-size: 14px;
  }
  .vs-pagination ul {
    padding: 3px 3px;
  }
  .vs-pagination span,
  .vs-pagination a {
    font-size: 14px;
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
  .vs-pagination li {
    margin: 0 0;
  }
  .vs-pagination .pagi-btn {
    padding: 11px 15px;
    font-size: 12px;
  }
}
/*------------------- 4.6. Blog  -------------------*/
blockquote {
  display: block;
  position: relative;
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
  font-family: var(--title-font);
  text-align: left;
  color: var(--title-color);
  padding: 0px 0px 20px 70px;
  margin: 0 0 34px;
  border-bottom: 2px solid var(--text-color);
}
blockquote p {
  font-family: inherit;
  color: var(--white-color);
  font-size: 22px;
  text-transform: uppercase;
  z-index: 3;
  width: 100%;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.5;
  position: relative;
}
blockquote p a {
  color: inherit;
}
blockquote cite {
  color: var(--theme-color);
  font-family: var(--title-font);
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  position: relative;
  line-height: 150%;
  padding-left: 35px;
  font-style: normal;
}
blockquote cite::after {
  position: absolute;
  content: "";
  width: 25px;
  height: 2px;
  background-color: var(--theme-color);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 20px;
}
blockquote .quote-icon {
  position: absolute;
  top: 0;
  left: 0;
}
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 {
  display: inline-block;
}
.blog-title a:hover {
  color: var(--theme-color);
}

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

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

.vs-blog .blog-img {
  position: relative;
  z-index: 1;
  border-radius: 10px;
  overflow: hidden;
}
.vs-blog .blog-img .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}
.vs-blog .blog-img .play-btn > i {
  font-size: 48px;
  color: var(--white-color);
  background-color: var(--theme-color);
}
.vs-blog .blog-img .play-btn::before,
.vs-blog .blog-img .play-btn::after {
  background-color: var(--theme-color);
}
.vs-blog .blog-img .play-btn:hover i {
  color: var(--white-color);
}
.vs-blog .blog-img .play-btn:hover::before,
.vs-blog .blog-img .play-btn:hover::after {
  background-color: var(--title-color);
}
.vs-blog .blog-img .slick-prev.slick-arrow {
  left: 5%;
}
.vs-blog .blog-img .slick-next.slick-arrow {
  left: auto;
  right: 5%;
}
.vs-blog .blog-img .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-title {
  font-size: 26px;
  line-height: 1.3;
  margin-bottom: 35px;
  font-weight: 700;
  text-transform: capitalize;
}
.vs-blog .blog-title > a:hover {
  color: var(--theme-color);
}
.vs-blog .blog-content {
  padding: 22px 0 0;
  transition: all 0.5s ease;
}
@media (max-width: 1199px) {
  .vs-blog .blog-content {
    padding: 15px;
  }
}
.vs-blog .vs-btn {
  background-color: var(--theme-color);
  padding: 8px 29px;
  height: 40px;
  line-height: 170%;
  font-weight: 700;
  text-transform: capitalize;
  border-radius: 10px;
}
.vs-blog .btn-area {
  line-height: 100%;
}

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

.blog-style1 .btn-area {
  position: relative;
  padding-top: 16px;
}
.blog-style1 .btn-area::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 94px;
  height: 2px;
  background-color: var(--text-color);
}

.blog-style2 {
  background-color: var(--smoke-color);
  border-radius: 25px;
  overflow: hidden;
}
.blog-style2::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid var(--border-color);
  top: 0;
  left: 0;
  border-radius: 25px;
  z-index: -1;
}
.blog-style2 .blog-content {
  padding: 30px 30px 42px;
}
.blog-style2 .blog-img {
  border-radius: 25px;
}
.blog-style2 .blog-title {
  margin-bottom: 26px;
}
.blog-style2 .link-btn {
  color: var(--theme-color);
}
.blog-style2 .link-btn:hover {
  color: var(--white-color);
}

.vs-blog-wrapper .blog-pagination {
  margin-top: 72px;
  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-meta2 {
  margin-bottom: 14px;
}
.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(--title-color);
  border-radius: 10px;
  padding: 12px 0;
  visibility: visible;
  opacity: 1;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
  transition-property: all;
  transform-style: preserve-3d;
  transform: scaley(0);
  transform-origin: bottom;
}
.social-media .member-links a {
  color: var(--white-color);
  font-size: 14px;
  display: block;
  transition: all 0.5s ease;
}
.social-media .member-links a:not(:last-child) {
  margin-bottom: 5px;
}
.social-media .member-links a:hover {
  color: var(--theme-color);
}
.social-media .member-links.active {
  transform: translateY(-50%);
  visibility: visible;
  opacity: 1;
}
.social-media:hover .member-links {
  visibility: visible;
  opacity: 1;
  transform: scaley(1);
}

.blog-meta {
  margin-bottom: 22px;
}
.blog-meta span,
.blog-meta a {
  display: inline-block;
  font-size: 16px;
  color: var(--text-color);
  font-weight: 700;
  font-family: var(--title-font);
  position: relative;
}
.blog-meta span span,
.blog-meta a span {
  display: inline-block;
  color: var(--theme-color);
  margin-right: 10px;
}
.blog-meta span:not(:last-child),
.blog-meta a:not(:last-child) {
  padding-right: 21px;
  margin-right: 14px;
}
.blog-meta span:not(:last-child)::after,
.blog-meta a:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--theme-color);
}
.blog-meta span i,
.blog-meta a i {
  margin-right: 8px;
  color: var(--theme-color);
  transition: all 0.5s ease;
}
.blog-meta a:hover {
  color: var(--theme-color);
}

.blog-meta2 {
  margin-bottom: 22px;
}
.blog-meta2 span,
.blog-meta2 a {
  display: inline-block;
  font-size: 16px;
  color: var(--text-color);
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  font-family: var(--title-font);
  position: relative;
}
.blog-meta2 span span,
.blog-meta2 a span {
  display: inline-block;
  color: var(--theme-color);
  margin-right: 10px;
}
.blog-meta2 span:not(:last-child),
.blog-meta2 a:not(:last-child) {
  padding-right: 14px;
  margin-right: 8px;
  border-right: 2px solid var(--text-color);
}
.blog-meta2 span i,
.blog-meta2 a i {
  margin-right: 8px;
  color: var(--theme-color);
  transition: all 0.5s ease;
}
.blog-meta2 a:hover {
  color: var(--theme-color);
}

.list-style1 ul {
  margin-bottom: 0;
}
.list-style1 ul li {
  color: var(--text-color);
  position: relative;
  text-transform: capitalize;
  padding-left: 30px;
  font-weight: 500;
  font-family: var(--body-font);
  line-height: 160%;
}
.list-style1 ul li:not(:last-child) {
  margin-bottom: 12px;
}
.list-style1 ul li a {
  color: var(--text-color);
  transition: all 0.5s ease;
}
.list-style1 ul li a:hover {
  color: var(--theme-color);
}
.list-style1 ul li img,
.list-style1 ul li i {
  color: var(--theme-color);
  position: absolute;
  left: 0;
  top: 4px;
}

.title-shep {
  position: relative;
  padding-bottom: 14px;
}
.title-shep:after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 40px;
  height: 3px;
  background: #4388dd;
  background: linear-gradient(
    266deg,
    rgb(67, 136, 221) 12%,
    rgb(212, 72, 60) 100%
  );
  border-radius: 0px;
}

.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-meta {
  margin: -0.2em 0 13px 0;
}
.blog-single .blog-title {
  font-size: 30px;
  margin-bottom: 17px;
}
.blog-single .link-btn {
  width: fit-content;
  display: block;
  margin-top: 26px;
}
.blog-single .share-links-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--theme-color);
  font-family: var(--title-font);
  display: inline-block;
}
.blog-single .tagcloud a {
  border-radius: 0;
  color: var(--text-color);
  background-color: unset;
  text-transform: capitalize;
  display: inline-flex;
  font-family: var(--body-font);
  align-items: center;
  padding: 0;
  font-size: 16px;
  border: 0;
  font-weight: 500;
}
.blog-single .tagcloud a:hover {
  color: var(--theme-color);
}
.blog-single .share-links {
  margin: 0;
  padding: 22px 0 0;
  border-top: 2px solid var(--text-color);
}
.blog-single .blog-content {
  margin: 30px 0 50px 0;
  padding: 0;
  position: relative;
  background-color: transparent;
}
.blog-single .blog-audio {
  line-height: 1;
}
.blog-single .blog-audio,
.blog-single .blog-img {
  position: relative;
}
.blog-single .blog-audio::before,
.blog-single .blog-img::before {
  display: none;
}
.blog-single .blog-audio::after,
.blog-single .blog-img::after {
  opacity: 0.3;
  height: 100%;
}
.blog-single .blog-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(--theme-color);
  color: var(--white-color);
  border-radius: 50%;
  border: none;
}
.social-links a:hover {
  color: var(--theme-color);
  background-color: var(--white-color);
}

.blog-author {
  background-color: var(--theme-color2);
  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;
  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: 36px;
  line-height: 128%;
  color: var(--white-color);
  font-weight: 700;
  border: none;
  padding: 0;
  margin: 0 0 25px 0;
}

.blog-standard .blog-title {
  color: var(--white-color);
  font-size: 36px;
  font-weight: 700;
  line-height: 134%;
  border: none;
  padding: 0;
  margin: 0 0 25px 0;
}
.blog-standard .blog-text {
  margin-bottom: 38px;
}
.blog-standard .share-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.blog-standard .share-area .link-btn {
  font-size: 18px;
}
.blog-standard .social-links2 .share-links-title {
  font-size: 18px;
  text-transform: capitalize;
}
.blog-standard .vs-blog .blog-content {
  padding-top: 25px;
}
.blog-standard .blog-pagination {
  margin-top: 30px;
}

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

.blog-pagination2 {
  margin-bottom: 0;
  margin-top: 80px;
  /* Large devices */
  /* Medium devices */
  /* Small devices */
}
@media (max-width: 1199px) {
  .blog-pagination2 {
    margin-top: 60px;
  }
}
@media (max-width: 991px) {
  .blog-pagination2 {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .blog-pagination2 {
    margin-top: 30px;
  }
}

/* Extra large devices */
@media (max-width: 1500px) {
  .vs-blog .blog-title {
    font-size: 22px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  blockquote {
    font-size: 20px;
    padding: 23px 30px 26px 42px;
  }
  blockquote cite {
    font-size: 16px;
  }
  .blog-single {
    --blog-space-y: 40px;
    --blog-space-x: 30px;
  }
  .blog-single .blog-title {
    font-size: 24px;
  }
  .blog-meta span,
  .blog-meta a {
    font-size: 14px;
  }
}
/* 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: 0;
    margin-bottom: 30px;
  }
  .blog-details .vs-comments-wrap {
    margin-bottom: 40px;
    margin-top: 0;
    padding-top: 10px;
  }
  .blog-details .vs-comment-form {
    margin-bottom: 30px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  blockquote.vs-quote {
    padding: 40px 15px;
  }
  blockquote.vs-quote p {
    line-height: 1.8;
    font-size: 16px;
  }
  blockquote.vs-quote cite {
    margin-top: 10px;
  }
  .blog-inner-title {
    font-size: 26px;
  }
  .blog-single {
    --blog-space-y: 40px;
    --blog-space-x: 20px;
  }
  .blog-single .blog-title {
    font-size: 20px;
  }
  .vs-blog .blog-img .play-btn > i {
    font-size: 24px;
  }
  .vs-blog .blog-title {
    font-size: 24px;
  }
  .blog-author .author-top {
    display: block;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .blog-meta {
    display: block;
    text-align: center;
  }
  .blog-style1 .blog-meta {
    text-align: left;
  }
  .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-standard .blog-img .blog-meta {
    padding: 10px;
    bottom: 5px;
    max-width: 90%;
  }
  .blog-standard .blog-img .blog-tag {
    top: 5px;
    left: 5px;
    padding: 10px 20px;
  }
  .blog-standard .blog-content {
    padding: 0;
  }
  .blog-standard .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: 399px) {
  .blog-layout1 .blog-content {
    padding: 25px 20px 40px;
  }
  .blog-layout1 .blog-date {
    width: initial;
  }
}
/*------------------- 4.7. Comments  -------------------*/
.comment-respond {
  position: relative;
}
.comment-respond .form-title a#cancel-comment-reply-link {
  font-size: 0.7em;
  text-decoration: underline;
}
.comment-respond .custom-checkbox.notice {
  margin-top: 12px;
  margin-bottom: 35px;
}
.comment-respond .form-control {
  background-color: var(--theme-color2);
  border: none;
  height: 70px;
  border-radius: 15px;
  color: var(--text-color);
  border: 2px solid var(--border-color);
}
.comment-respond .form-control::placeholder {
  color: var(--text-color);
}
.comment-respond input[type="checkbox"] ~ label:before {
  background-color: var(--theme-color2);
  border: 1px solid var(--border-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: 500;
}
.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: uppercase;
  font-weight: 600;
  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(--title-color);
  border: 1px solid var(--theme-color);
  border-radius: 30px;
  height: 50px;
}
.question-form .form-control::placeholder,
.review-form .form-control::placeholder {
  color: var(--title-color);
}
.question-form .rating-select,
.review-form .rating-select {
  display: flex;
  align-items: center;
}
.question-form .rating-select label,
.review-form .rating-select label {
  font-weight: 500;
  color: var(--title-color);
}

.vs-comments-wrap {
  margin: var(--blog-space-y, 34px) 0 var(--blog-space-y, 0px) 0;
  padding: 35px 0px 40px 0px;
  box-shadow: 0px 3px 10px -2px rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: 0px 3px 10px -2px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 3px 10px -2px rgba(0, 0, 0, 0.09);
  border-radius: 10px;
}
.vs-comments-wrap .description p:last-child {
  margin-bottom: 0;
}
.vs-comments-wrap .comments-title {
  font-size: 36px;
  margin-bottom: 30px;
  color: var(--white-color);
}
.vs-comments-wrap .comments-title i {
  color: var(--theme-color);
  font-size: 24px;
  margin-right: 10px;
}
.vs-comments-wrap .comment-respond {
  margin: 30px 0;
}
.vs-comments-wrap pre {
  background: #ededed;
  color: #666;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.vs-comments-wrap blockquote {
  background-color: #eaf8f9;
}
.vs-comments-wrap li {
  margin: 0;
}
.vs-comments-wrap .vs-post-comment {
  display: flex;
  align-items: center;
  position: relative;
  padding: 30px;
  background: var(--theme-color2);
  border-radius: 20px;
  border: 2px solid var(--border-color);
  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: 140px;
  margin-right: 30px;
  border: 6px solid #2a3244;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
.vs-comments-wrap .comment-avater::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;
}
.vs-comments-wrap .comment-avater img {
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
}
.vs-comments-wrap .comment-avater:hover::before {
  animation: spinTwo 1s infinite linear;
}
.vs-comments-wrap .comment-content .comment-top {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 7px;
}
.vs-comments-wrap .comment-content .comment-name {
  font-size: 26px;
  font-weight: 700;
  line-height: 140%;
  text-transform: capitalize;
  color: var(--white-color);
  margin-bottom: 0px;
}
.vs-comments-wrap .comment-content .publish-date {
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 700;
  font-family: var(--title-font);
  color: var(--theme-color);
}
.vs-comments-wrap .comment-content .text {
  color: var(--text-color);
  margin-bottom: 15px;
}
.vs-comments-wrap .commented-on {
  font-size: 16px;
  display: inline-flex;
  margin-bottom: 14px;
  margin-top: 0;
  font-weight: 400;
  color: var(--title-color);
  font-family: var(--body-font);
  align-items: center;
}
.vs-comments-wrap .commented-on i {
  margin-right: 7px;
  font-size: 20px;
  color: var(--secondary-color);
}
.vs-comments-wrap .comment-top {
  display: flex;
  justify-content: space-between;
}
.vs-comments-wrap .children {
  margin: 20px 0 20px 50px;
  padding: 0;
  list-style-type: none;
}
.vs-comments-wrap .replay-btn {
  text-transform: uppercase;
  line-height: 1;
  font-size: 16px;
  font-weight: 700;
  color: var(--text-color);
  display: inline-flex;
  align-items: center;
  gap: 12px;
  transition: all 0.5s ease;
}
.vs-comments-wrap .replay-btn i {
  color: var(--theme-color);
}
.vs-comments-wrap .replay-btn:hover {
  color: var(--theme-color);
}
.vs-comments-wrap .star-rating {
  font-size: 14px;
  margin-bottom: 7px;
  top: 0;
  right: 0;
  width: 95px;
}
.vs-comments-wrap .star-rating::before {
  color: var(--theme-color);
}

.vs-comment-form {
  padding: 35px 0px 0px 0px;
  box-shadow: 0px 3px 10px -2px rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: 0px 3px 10px -2px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 3px 10px -2px rgba(0, 0, 0, 0.09);
  border-radius: 10px;
}
.vs-comment-form .comments-text {
  color: var(--text-color);
}
.vs-comment-form .form-title {
  margin-bottom: 35px;
}
.vs-comment-form .comments-title {
  color: var(--white-color);
  font-size: 36px;
  line-height: 126%;
  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 .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 .reply_and_edit {
    right: 0px;
    top: -60px;
  }
  .vs-comments-wrap .comment-content .comment-top {
    display: block;
  }
}
/*------------------- 4.8. Hero Area  -------------------*/
.hero-layout1 {
  background-color: var(--theme-color);
  position: relative;
  z-index: 1;
  padding: 215px 0 125px;
}
.hero-layout1.vs-hero .hero-subtitle {
  margin-bottom: 20px;
}
.hero-layout1.vs-hero .hero-title {
  line-height: 110%;
  margin-bottom: 22px;
}
.hero-layout1 .hero-search {
  margin-bottom: 60px;
}

.hero-img {
  position: relative;
}

.hero-content {
  position: relative;
}

.hero-search {
  position: relative;
  max-width: 660px;
  width: 100%;
  margin-bottom: 40px;
}
.hero-search input {
  background-color: var(--theme-color2);
  height: 70px;
  border: 1.5px solid #212d31;
  border-radius: 14px;
  padding-right: 190px;
}
.hero-search input::placeholder {
  color: var(--text-color);
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
}
.hero-search .search-btn {
  position: absolute;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
  gap: 10px;
  border: none;
  outline: none;
}

.hero-ghost {
  display: block;
  margin-bottom: 40px;
}

.custom-arraw {
  position: absolute;
  display: block;
}
.custom-arraw .icon-arraw {
  display: inline-flex;
}
.custom-arraw .icon-arraw:not(:last-child) {
  margin-bottom: 10px;
}
.custom-arraw .icon-arraw .icon-btn {
  width: 55px;
  height: 55px;
  line-height: 55px;
  font-size: 15px;
  border: none;
  border-radius: 5px;
  color: var(--theme-color);
  background-color: var(--white-color);
}
.custom-arraw .icon-arraw .icon-btn:hover {
  color: var(--white-color);
  background-color: var(--secondary-color);
}

.vs-line1 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.hero-info {
  display: inline-flex;
  gap: 58px;
}

.vs-hero .line-shape {
  display: block;
  width: 100%;
  height: 6px;
  background: transparent;
  position: relative;
  left: 0;
  bottom: 0;
  overflow: hidden;
}
.vs-hero .line-shape::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  background: #d4483c;
  background: linear-gradient(
    245deg,
    rgba(212, 72, 60, 0.34) 0%,
    rgba(212, 72, 60, 0) 100%
  );
  animation: sectionLine 3s linear forwards;
}
.vs-hero .hero-subtitle {
  font-family: var(--title-font);
  font-size: 18px;
  text-transform: uppercase;
  display: block;
  font-weight: 700;
  margin-bottom: 30px;
  display: inline-block;
}
.vs-hero .hero-subtitle img {
  position: relative;
  top: -5px;
}
.vs-hero .hero-subtitle img,
.vs-hero .hero-subtitle i {
  margin-left: 10px;
  font-size: 24px;
}
.vs-hero .hero-title {
  color: var(--white-color);
  font-weight: 700;
  font-size: 80px;
  line-height: 100%;
  margin-bottom: 25px;
}
.vs-hero .hero-title span {
  display: inline-block;
  color: var(--theme-color);
}
.vs-hero .hero-text {
  color: var(--text-color);
  padding-right: 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  margin-bottom: 40px;
  max-width: 50ch;
}
.vs-hero .hero-text a {
  color: var(--theme-color);
}
.vs-hero .hero-text a:hover {
  color: var(--white-color);
}
.vs-hero .vs-btn {
  padding: 17px;
}
.vs-hero .custom-arraw {
  position: absolute;
  display: block;
  right: 15px;
  top: 25%;
}
.vs-hero .custom-arraw .icon-arraw {
  display: block;
}
.vs-hero .custom-shape1 {
  position: absolute;
  left: -35%;
  bottom: 30%;
  width: 100%;
}

.media-user {
  display: inline-flex;
  align-items: center;
}
.media-user .user {
  display: inline-block;
  margin-right: 20px;
}
.media-user .media-body {
  text-align: left;
}
.media-user .media-body .media-title {
  color: var(--white-color);
  margin-bottom: 0;
  font-weight: 700;
  line-height: 135%;
}
.media-user .media-body .media-text {
  margin-bottom: 0;
}

.hero-layout2 {
  background-color: var(--theme-color);
  position: relative;
  z-index: 1;
  padding: 230px 0 215px;
}
.hero-layout2 .hero-img {
  display: inline-block;
}
.hero-layout2 .hero-title {
  margin-bottom: 35px;
}
.hero-layout2 .hero-title.style1 .text-highlight {
  padding: 0;
}

.hero-layout3 {
  background-color: var(--theme-color);
  position: relative;
  z-index: 1;
  padding: 300px 0 220px;
}
.hero-layout3 .hero-content {
  text-align: center;
}
.hero-layout3 .hero-star {
  margin-bottom: 30px;
  display: block;
}
.hero-layout3 .hero-text {
  max-width: 100%;
}
.hero-layout3 .search-form {
  max-width: 100%;
}
.hero-layout3 .hero-search {
  max-width: 100%;
  margin: 0 auto 38px auto;
  display: inline-flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
}
.hero-layout3 .hero-search .search-form {
  max-width: 680px;
  position: relative;
  width: 100%;
}
.hero-layout3 .hero-search input {
  border: 2px solid var(--border-color);
}
.hero-layout3 .hero-search .advance-search {
  width: 100%;
  max-width: 70px;
  height: 70px;
  line-height: 75px;
  background-color: var(--theme-color);
  border-radius: 14px;
  transition: all 0.5s ease;
  position: relative;
  overflow: hidden;
}
.hero-layout3 .hero-search .advance-search img {
  position: relative;
  z-index: 1;
}
.hero-layout3 .hero-search .advance-search::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;
}
.hero-layout3 .hero-search .advance-search:hover::before {
  width: 100%;
}
.hero-layout3 .hero-title {
  margin-bottom: 25px;
  line-height: 120%;
}
.hero-layout3 .hero-text {
  margin-bottom: 38px;
}

.hero-title.style1 .text-highlight {
  display: inline-block;
  padding: 0 0 6px;
}
.hero-title.style1.cd-headline.clip .cd-words-wrapper::after {
  transform: translateY(-25%);
}
.hero-title.style3 .text-highlight {
  display: inline-block;
  padding: 0 0 6px;
}
.hero-title.style3.cd-headline.clip .cd-words-wrapper::after {
  transform: translateY(-30%);
}
.hero-title.style2 .text-highlight {
  display: inline-block;
  padding: 0;
}
.hero-title.style2 .text-highlight::after {
  background-color: var(--theme-color);
}
.hero-title.style5 .text-highlight {
  display: inline-block;
  padding: 0 0 6px;
}

.cd-headline.slide span {
  padding: 0;
}

.hero-layout4 {
  background-color: var(--theme-color);
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 150px 0 215px;
}
.hero-layout4 .hero-content {
  text-align: center;
}
.hero-layout4 .hero-text {
  max-width: 100%;
  margin-bottom: 45px;
}
.hero-layout4 .search-form {
  max-width: 100%;
}
.hero-layout4 .hero-title {
  margin-bottom: 20px;
}
.hero-layout4 .hero-title .small-text {
  font-size: 55px;
  line-height: normal;
  margin-bottom: 0;
  padding: 0;
  font-family: var(--title-font);
  color: var(--white-color);
  font-weight: 700;
  display: block;
}

.hero-layout5 {
  background-color: var(--theme-color);
  position: relative;
  z-index: 1;
  padding: 200px 0 240px;
  overflow: hidden;
}
.hero-layout5 .hero-img {
  max-width: 510px;
  width: 100%;
  position: relative;
}
.hero-layout5 .hero-img img {
  width: 100%;
}
.hero-layout5 .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-49%, -49%);
  display: block;
  width: 175px;
  height: 175px;
  border-radius: 50%;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--black-color);
}

.equalizer {
  display: flex;
  align-items: center; /* center vertical */
  justify-content: center; /* center horizontal */
  gap: 7px;
  height: 100px;
  overflow: hidden;
}

.equalizer .bar {
  width: 10px;
  background: #e63946;
  border-radius: 6px;
  animation: bounce 1.5s infinite ease-in-out;
  transform-origin: center center; /* ✅ Animate from middle */
  display: inline-block;
}

/* Base heights (design look) */
.equalizer .bar:nth-child(1) {
  height: 30px;
  animation-delay: 0s;
}

.equalizer .bar:nth-child(2) {
  height: 60px;
  animation-delay: 0.2s;
}

.equalizer .bar:nth-child(3) {
  height: 80px;
  animation-delay: 0.4s;
}

.equalizer .bar:nth-child(4) {
  height: 60px;
  animation-delay: 0.6s;
}

.equalizer .bar:nth-child(5) {
  height: 30px;
  animation-delay: 0.8s;
}

@keyframes bounce {
  0%,
  100% {
    transform: scaleY(0.5);
  } /* ছোট */
  50% {
    transform: scaleY(1.2);
  } /* বড় */
}
.version-list {
  display: inline-flex;
  gap: 10px;
}

.vs-hero.style2 {
  padding: 0 20px;
}
.vs-hero.style2 .slick-arrow {
  color: var(--white-color);
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
.vs-hero.style2 .slick-arrow:hover {
  border-color: var(--secondary-color);
  background-color: var(--secondary-color);
}
.vs-hero.style2 .slick-prev {
  left: -10px;
}
.vs-hero.style2 .slick-next {
  right: -10px;
}

.hero-item {
  position: relative;
  padding: 150px 0 220px;
}

.hero-subtitle {
  color: var(--theme-color);
  font-size: 20px;
  font-weight: 500;
  font-family: var(--title-font);
  text-transform: capitalize;
  display: inline-flex;
  align-items: end;
  margin-bottom: 38px;
  line-height: 150%;
}
.hero-subtitle .icon {
  margin-right: 12px;
}

.hero-title {
  font-size: 64px;
  color: var(--title-color);
  text-transform: capitalize;
  line-height: 125%;
  margin-bottom: 20px;
}
.hero-title .title-highlight {
  color: var(--theme-color);
  position: relative;
}
.hero-title .title-highlight::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 6px;
  height: 2px;
  background-color: var(--theme-color);
}

.hero-item2 {
  padding: 115px 0;
}
.hero-item2.style2 {
  padding: 240px 0;
  border-bottom: 5px solid var(--theme-color);
}

.hero-text {
  font-size: 16px;
  font-weight: 400;
  color: var(--text-color);
  text-transform: capitalize;
  margin-bottom: 30px;
  padding-right: 40px;
}

.hero-btn {
  display: inline-flex;
  align-items: center;
  gap: 15px;
}

.tab-serch {
  background: #d4483c;
  background: linear-gradient(
    280deg,
    rgb(212, 72, 60) 0%,
    rgb(34, 33, 34) 100%
  );
  padding: 20px 10px 10px;
  border-radius: 20px;
}
.tab-serch .search-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px 15px;
}
.tab-serch .hero-search {
  margin-bottom: 0;
}
.tab-serch .hero-search .search-form {
  max-width: 100%;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.tab-serch .hero-search .search-form input {
  color: var(--title-color);
  background-color: #e0e0e0;
  border: none;
  height: 60px;
  border-radius: 10px;
}
.tab-serch .hero-search .search-form .search-icon {
  position: absolute;
  right: 30px;
}
.tab-serch .hero-search .search-form .search-icon i {
  color: #828282;
}
.tab-serch .hero-search .search-btn {
  position: relative;
  transform: unset;
  right: unset;
  border-radius: 10px;
  padding: 17px 37px;
}
.tab-serch .tab-content {
  padding: 30px 20px;
  border-radius: 15px;
  background: var(--white-color);
}
.tab-serch .nav-tabs {
  border: none;
  gap: 15px;
}
.tab-serch .nav-tabs .nav-link {
  padding: 0;
  border: none;
  margin: 0;
  background: transparent;
  line-height: 100%;
  text-transform: uppercase;
  color: var(--white-color);
  font-size: 16px;
  font-weight: 700;
  font-family: var(--title-font);
}
.tab-serch .nav-tabs .nav-link.active {
  color: var(--title-color);
}
.tab-serch .search-text {
  margin-bottom: 0;
  font-weight: 700;
  font-family: var(--title-font);
}
.tab-serch .hero-search {
  max-width: 100%;
  display: inline-flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
}
.tab-serch .hero-search .search-form {
  max-width: 100%;
  position: relative;
  width: 100%;
}

.cd-headline.clip .cd-words-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-32%);
  right: 0;
  width: 2px;
  height: 0%;
  background-color: var(--theme-color);
  transition: transform 0.3s ease;
}

.img-rotation {
  position: relative;
}
.img-rotation .img1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.img-rotation .img1 img {
  width: 100%;
}
.img-rotation .img2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 1580px) {
  .vs-hero .hero-title {
    font-size: 70px;
  }
}
@media (max-width: 1560px) {
  .custom-shape1,
  .shape-mockup {
    display: block;
  }
}
/* Extra large devices */
@media (max-width: 1500px) {
  .hero-layout2.vs-hero .hero-title {
    font-size: 62px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .hero-layout2 {
    padding: 180px 0 120px;
  }
  .hero-layout2.vs-hero .hero-title {
    font-size: 52px;
  }
  .vs-hero .hero-title {
    font-size: 60px;
  }
  .vs-hero .hero-title.style2 {
    font-size: 52px;
  }
  .vs-hero .hero-title .small-text {
    font-size: 42px;
  }
}
/* 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%;
  }
  .vs-hero.hero-layout3 {
    padding-bottom: 80px;
    padding-top: 140px;
  }
  .vs-hero.hero-layout3 .hero-item {
    padding: 120px 0 60px;
  }
  .hero-layout2 {
    padding: 160px 0 80px;
  }
  .hero-layout2 .hero-img {
    display: block;
    text-align: center;
  }
  .hero-layout1 {
    padding: 150px 0 80px;
  }
  .hero-img {
    text-align: center;
  }
  .hero-content {
    text-align: center;
  }
  .vs-hero .hero-text {
    margin: 0 auto 30px auto;
  }
  .hero-search {
    margin: 0 auto 60px auto;
  }
  .cd-words-wrapper {
    text-align: center;
  }
  .cd-words-wrapper b {
    text-align: center;
  }
  .cd-words-wrapper .is-hidden,
  .cd-words-wrapper .is-visible {
    text-align: center;
  }
  .hero-layout4 {
    padding: 120px 0 180px;
  }
  .hero-layout5 {
    padding: 160px 0 180px;
  }
  .hero-layout5 .hero-img {
    margin: 0 auto;
  }
  .vs-hero .hero-title span {
    display: block;
    margin: 0 auto;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .vs-hero .hero-title {
    font-size: 52px;
  }
  .hero-layout2 .hero-user {
    display: block;
  }
  .hero-layout2 .hero-user .media-info {
    margin-bottom: 20px;
  }
  .hero-layout2.vs-hero .hero-title {
    font-size: 40px;
  }
  .hero-layout3 .hero-search {
    align-items: start;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .vs-hero .hero-title {
    font-size: 38px;
  }
  .vs-hero .hero-title .small-text {
    font-size: 32px;
  }
  .hero-item {
    position: relative;
    padding: 80px 0 80px;
  }
  .hero-layout2 .hero-user .media-user {
    display: block;
  }
  .hero-layout2 .hero-user .media-user .user {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .hero-layout2 .hero-user .media-user .media-body {
    text-align: center;
  }
  .hero-layout3 .hero-search .search-btn {
    position: relative;
    right: 0;
    top: 0;
    transform: translate(40px, 15px);
    gap: 10px;
    border: none;
    outline: none;
  }
  .hero-search input {
    padding-right: 20px;
  }
  .hero-search.style1 .search-btn {
    position: relative;
    left: 0%;
    right: unset;
    top: 0;
    transform: translateY(20px);
    gap: 10px;
    border: none;
    outline: none;
  }
  .hero-info {
    gap: 15px;
  }
  .tab-serch .hero-search {
    display: block;
  }
  .tab-serch .hero-search .search-form {
    margin-bottom: 20px;
  }
  .tab-serch .search-text {
    margin-bottom: 15px;
  }
  .tab-serch .search-top {
    display: block;
  }
  .tab-serch .nav-tabs {
    justify-content: center;
    flex-wrap: wrap;
  }
  .hero-layout2 .hero-title {
    font-size: 42px;
  }
  .hero-layout4.vs-hero .hero-title.style2 {
    font-size: 42px;
  }
}
@media (max-width: 399px) {
  .vs-hero .hero-subtitle {
    font-size: 18px;
  }
  .vs-hero .hero-title .small-text {
    font-size: 30px;
  }
  .author-box .author-title {
    font-size: 18px;
  }
  .vs-testi .testi-icon {
    display: none;
  }
  .hero-layout2.vs-hero .hero-title {
    font-size: 32px;
  }
  .hero-layout4.vs-hero .hero-title.style2 {
    font-size: 32px;
  }
}
/*------------------- 4.9. Error  -------------------*/
.error-style1 .sec-title {
  font-size: 36px;
  font-weight: 700;
  color: var(--white-color);
  padding: 15px 0 20px 0;
}
.error-style1 .sec-title::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(270deg, rgb(67, 136, 221), rgb(212, 72, 60));
}
.error-style1 .sec-title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(270deg, rgb(67, 136, 221), rgb(212, 72, 60));
}
.error-style1 .title-area {
  margin-bottom: calc(var(--section-title-space) - 42px);
}

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

.error-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 50px;
}
.error-img img {
  width: 100%;
}

.error-style1 {
  overflow: hidden;
}
.error-style1 .vs-btn .icon {
  margin-left: 5px;
  display: inline-block;
  top: -3px;
  position: relative;
}

/*------------------- 4.10. About  -------------------*/
.vs-about {
  position: relative;
}
.vs-about .sec-title {
  max-width: 15ch;
}
.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-color2);
  border-color: var(--border-color);
}
.vs-about .title-area {
  margin-bottom: calc(var(--section-title-space) - 35px);
}
.vs-about .about-text {
  margin: 0 0 38px 0;
}

.about-layout1 .about-text {
  margin-bottom: 28px;
}
.about-layout1 .title-area {
  margin-bottom: calc(var(--section-title-space) - 40px);
}

.about-layout2 .about-text {
  margin-bottom: 30px;
}
.about-layout2 .list-style1 {
  margin-bottom: 40px;
}
.about-layout2 .content-wrap {
  margin-left: 50px;
}

.about-info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 40px;
  align-items: center;
}
.about-info .style-custom .count-icon {
  font-size: 30px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-left: 2px;
  margin-top: 10px;
}
.about-info .style-custom .star-rating i {
  color: #dd931d;
  font-size: 18px;
}
.about-info .media-counter .media-text {
  margin-bottom: 2px;
}
.about-info .info-img {
  border-radius: 15px;
  overflow: hidden;
  max-width: 250px;
  position: relative;
}
.about-info .info-img::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 15px;
  padding: 3px;
  background: linear-gradient(
    270deg,
    rgba(67, 136, 221, 0.397) 0%,
    rgba(212, 73, 60, 0.445) 100%
  );
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 1;
  transition: opacity 0.3s ease;
  pointer-events: none; /* prevent blocking */
}
.about-info .info-img img {
  width: 100%;
}
.about-info.style2 {
  padding-bottom: 22px;
  border-bottom: 2px solid var(--border-color);
  display: inline-flex;
  gap: 30px;
}
.about-info.style2 .media-counter .media-text {
  font-size: 16px;
}

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

.about-list {
  padding-left: 95px;
  position: relative;
}
.about-list:not(:last-child) {
  margin-bottom: 25px;
}
.about-list .title {
  color: var(--white-color);
  text-transform: capitalize;
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 10px 0;
}
.about-list .text {
  color: var(--text-color);
  max-width: 37ch;
  margin-bottom: 0;
}
.about-list .list-icon {
  position: absolute;
  left: 0;
  top: 5px;
  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%
  );
}

.img-box1 {
  position: relative;
  max-width: 669px;
}
.img-box1 .img1 {
  text-align: right;
}
.img-box1 .img1::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 188px;
  background-color: var(--theme-color);
  bottom: 10px;
  right: -10px;
}
.img-box1 .img2 {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: right;
}
.img-box1 .img2 > img {
  border: 10px solid #0e0f10;
  max-width: 267px;
}

.img-box2 {
  position: relative;
  max-width: 669px;
}
.img-box2 .img1 {
  text-align: right;
  position: relative;
  z-index: 1;
}
.img-box2 .img1::after {
  content: "";
  position: absolute;
  width: 73px;
  height: 188px;
  background-color: var(--theme-color);
  bottom: -10px;
  right: -10px;
  z-index: -1;
}
.img-box2 .img2 {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: right;
  z-index: 1;
}
.img-box2 .img2 > img {
  border-top: 10px solid #0e0f10;
  border-right: 10px solid #0e0f10;
  border-left: 10px solid #0e0f10;
  max-width: 267px;
}
.img-box2 .img-info {
  transform: unset;
  background: #4388dd;
  background: linear-gradient(
    270deg,
    rgb(67, 136, 221) 0%,
    rgb(212, 72, 60) 100%
  );
}
.img-box2 .img-info .media-counter {
  border-right: 10px solid var(--black-color);
  border-bottom: 10px solid var(--black-color);
}
.img-box2 .img-info .media-count {
  border-color: #b393a9;
}

.img-box3 {
  max-width: 615px;
  position: relative;
}
.img-box3 .img1 {
  margin-bottom: 15px;
}
.img-box3 .img1 img {
  border-radius: 20px;
}
.img-box3 .img2 {
  position: absolute;
  bottom: 0;
  right: -50px;
  max-width: 350px;
  border-radius: 15px;
}
.img-box3 .img2 img {
  position: relative;
  z-index: 1;
}
.img-box3 .img2::after {
  content: "";
  position: absolute;
  background: var(--black-color);
  width: 105%;
  height: 105%;
  top: -19px;
  right: 5px;
  z-index: 0;
  border-radius: 15px;
}
.img-box3 .img2 img {
  border-radius: 15px;
}
.img-box3 .img-info2 {
  padding: 50px 32px;
  text-align: center;
  max-width: 293px;
  background: #4388dd;
  background: linear-gradient(
    360deg,
    rgb(67, 136, 221) 0%,
    rgb(212, 72, 60) 60%
  );
  border-radius: 20px;
}
.img-box3 .info-text {
  color: var(--white-color);
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 0;
  font-family: var(--title-font);
}
.img-box3 .text-custom {
  display: inline-block;
  color: var(--text-color);
  position: absolute;
  right: -30px;
  top: 17%;
  transform: rotate(90deg);
  text-transform: uppercase;
  font-weight: 700;
  font-family: var(--body-font);
  font-size: 18px;
  letter-spacing: 1px;
}

.img-info {
  background-color: var(--theme-color);
  max-width: 316px;
  left: 0px;
  position: relative;
  transform: translateY(-55px);
}
.img-info .media-counter {
  display: inline-flex;
  align-items: center;
  padding: 20px 25px;
  border-right: 10px solid var(--white-color);
}
.img-info .media-count {
  padding-right: 20px;
  margin-right: 17px;
  border-right: 1px solid #e17f76;
  max-width: 110px;
  width: 100%;
}
.img-info .vs-counter .media-text {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  font-family: var(--title-font);
  line-height: 110%;
  text-align: left;
  color: var(--white-color);
}

.progress-box:not(:last-child) {
  margin: 0 0 40px 0;
}
.progress-box__number,
.progress-box__title {
  font-size: 16px;
  line-height: 1;
  font-family: var(--title-font);
  display: inline-block;
  margin: 0 0 17px 0;
}
.progress-box__title {
  font-family: var(--body-font);
  color: var(--white-color);
  font-weight: 600;
  font-size: 18px;
  font-weight: 600;
}
.progress-box__number {
  float: right;
  margin: 5px 0 0 0;
  font-weight: 500;
  font-family: var(--body-font);
  color: var(--theme-color);
}
.progress-box__progress {
  height: 8px;
  border-radius: 8px;
  background-color: var(--theme-color2);
}
.progress-box__bar {
  height: 100%;
  background-color: var(--theme-color);
  box-shadow: 0px 10px 31px rgba(169, 177, 193, 0.17);
  border-radius: 5px;
}

.about-img-2 {
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
.about-img-2 img {
  width: 100%;
  transform: scale(1);
  transition: all 0.5s ease;
}
.about-img-2:hover img {
  transform: scale(1.1);
}

/* Extra large devices */
@media (max-width: 1500px) {
  .vs-about .shape-mockup {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1300px) {
  .img-box3 .img1 {
    max-width: 80%;
  }
  .img-box3 .img2 {
    max-width: 265px;
  }
  .about-layout2 .content-wrap {
    margin-left: 20px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .about-layout2 .content-wrap {
    margin-left: 0;
  }
  .img-box3 {
    margin: 0 auto;
  }
  .img-box1 {
    margin: 0 auto;
  }
  .about-img {
    margin-bottom: 30px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .vs-about .title-area {
    text-align: left;
  }
  .about-img {
    margin-bottom: 10px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .video-style1 .vs-btn2 {
    margin-bottom: 30px;
  }
  .about-info.style2 {
    display: block;
  }
  .about-info.style2 .info-img {
    margin-bottom: 20px;
  }
  .img-box3 .img-info2 {
    max-width: 100%;
  }
  .img-box3 .img2 {
    display: none;
  }
  .img-box3 .text-custom {
    display: none;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .about-list {
    padding-left: 0;
    position: relative;
  }
  .about-list .list-icon {
    position: relative;
    display: block;
  }
  .img-box1 .img1::after {
    display: none;
  }
  .img-box2 .img2 > img {
    display: none;
  }
  .img-box2 .img1 img {
    width: 100%;
  }
  .img-box2 .img1::after {
    display: none;
  }
  .img-box2 .img-info {
    transform: translateY(100%);
  }
  .about-layout1 .about-info {
    display: grid;
    grid-template-columns: 1fr;
    margin-bottom: 40px;
    gap: 25px;
  }
  .img-box1 .img1 img {
    width: 100%;
  }
  .img-box1 .img2 > img {
    display: none;
  }
  .img-box1 .img2 {
    left: 0;
    top: unset;
    bottom: 0;
    transform: unset;
  }
  .img-info .vs-counter .media-text {
    font-size: 16px;
  }
}
/*------------------- 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;
  max-width: 100%;
  width: 135px;
}
.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;
}

.counter-layout1 {
  padding: 70px 0;
}

/* 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-arraw {
  background-color: var(--theme-color2);
  padding: 6px 10px;
  border-radius: 40px;
  display: inline-block;
  border: 2px solid var(--border-color);
}

.author-box {
  display: inline-flex;
  align-items: center;
  gap: 15px;
}
.author-box .author-title {
  color: var(--white-color);
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 700;
  text-transform: capitalize;
}
.author-box .author-desi {
  display: block;
  color: var(--text-color);
  font-weight: 600;
  text-transform: capitalize;
  line-height: 100%;
}
.author-box .author-img {
  border-radius: 50%;
  overflow: hidden;
  max-width: 57px;
  border: 2px solid var(--white-color);
}

.testi-step {
  color: var(--theme-color2);
  background-color: var(--black-color);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  position: absolute;
  right: 60px;
  bottom: 0;
  justify-content: center;
  width: 80px;
  height: 10px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border: 2px solid var(--border-color);
  border-bottom: 0;
  transition: all 0.5s ease;
  z-index: 1;
}

.vs-testi .testi-service {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
  transition: all 0.5s ease;
}
.vs-testi .star-rating {
  margin-bottom: 25px;
}
.vs-testi .star-rating i {
  font-size: 18px;
  color: #dd931d;
  transition: all 0.5s ease;
}
.vs-testi .testi-text {
  font-size: 18px;
  color: var(--text-color);
  margin-bottom: 26px;
  text-transform: capitalize;
  transition: all 0.5s ease;
}
.vs-testi .testi-top {
  margin-bottom: 18px;
}
.vs-testi .testi-title {
  font-size: 26px;
  line-height: 140%;
  margin-bottom: 12px;
  color: var(--white-color);
}
.vs-testi .testi-desi {
  color: var(--text-color);
  font-size: 14px;
  line-height: 170%;
  font-weight: 500;
  transition: all 0.5s ease;
}
.vs-testi .testi-icon {
  position: absolute;
  bottom: 65px;
  right: 54px;
}

.testi-style1 {
  background-color: var(--theme-color2);
  padding: 35px;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}
.testi-style1::after {
  content: "";
  position: absolute;
  border: 2px solid var(--border-color);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 15px;
  transition: all 0.5s ease;
}
.testi-style1::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 15px;
  padding: 2px;
  background: linear-gradient(
    270deg,
    rgba(67, 136, 221, 0.397) 0%,
    rgba(212, 73, 60, 0.445) 100%
  );
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: all 0.5s ease;
  pointer-events: none; /* prevent blocking */
}
.testi-style1:hover::before {
  opacity: 1;
}
.testi-style1:hover::after {
  visibility: hidden;
  opacity: 0;
}
.testi-style1:hover .testi-step {
  border-color: #373d55;
}

.testi-layout1 .title-area .sec-title {
  line-height: 100%;
}
.testi-layout1 .title-area .sec-subtitle {
  margin-bottom: 25px;
}

.testi-style2 {
  text-align: center;
}
.testi-style2 .author-box {
  text-align: center;
  display: block;
}
.testi-style2 .author-img {
  border: none;
  margin: 0 auto 20px;
}
.testi-style2 .star-rating {
  margin-bottom: 18px;
  gap: 5px;
}
.testi-style2 .testi-icon2 {
  display: block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  background-color: var(--theme-color);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.testi-style2 .testi-text {
  font-size: 26px;
  color: var(--white-color);
  font-family: var(--body-font);
  font-weight: 500;
}

.testi-layout2 {
  position: relative;
}
.testi-layout2 .slick-dots {
  justify-content: center;
  width: 100%;
  margin-bottom: 0;
}
.testi-layout2 .vs-carousel {
  text-align: center;
}
.testi-layout2 .icon-box {
  position: relative;
  display: block;
  width: 120px;
  height: 120px;
  line-height: 120px;
  margin: 0 auto 35px;
}
.testi-layout2 .vs-custom {
  position: relative;
  max-width: 100%;
  border-radius: 50%;
  overflow: hidden;
  width: 64px;
  height: 64px;
}
.testi-layout2 .vs-custom .testi-item2 {
  display: block;
  max-width: 100%;
}
.testi-layout2 .vs-custom .testi-item2 img {
  width: 100%;
}
.testi-layout2 .testi-img1 {
  margin: auto auto 0 0;
}
.testi-layout2 .testi-img2 {
  margin: 0 0 auto auto;
}

/* Extra small devices */
@media (max-width: 575px) {
  .vs-testi .testi-icon {
    position: absolute;
    bottom: 30px;
    right: 20px;
  }
}
/*------------------- 4.13. Popup Side Menu  -------------------*/
.sidemenu-wrapper {
  position: fixed;
  z-index: 99999;
  right: 0;
  top: 0;
  height: 100%;
  width: 0;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.8s;
}
.sidemenu-wrapper .closeButton {
  display: inline-block;
  border: none;
  color: var(--white-color);
  background-color: var(--theme-color);
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  padding: 0;
  position: absolute;
  top: 15px;
  right: 15px;
  border-radius: 50%;
  transform: rotate(0);
  transition: all ease 0.4s;
}
.sidemenu-wrapper .closeButton:hover {
  background-color: var(--white-color);
  color: var(--theme-color);
  transform: rotate(90deg);
}
.sidemenu-wrapper .sidemenu-content {
  background-color: var(--smoke-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(--smoke-color);
}
.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar {
  width: 2px;
  background-color: var(--smoke-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 .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;
}

.serch-style1 {
  transform: translateY(-80px);
}
.serch-style1 .listing-search {
  position: relative;
  background-color: transparent;
  border-radius: 0;
  padding: 0;
}
.serch-style1 .listing-select {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.serch-style1 .select-box {
  position: relative;
  padding-right: 52px;
  padding-left: 10px;
}
.serch-style1 .select-box::after {
  content: "";
  height: 75px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  background-color: #9eb5d0;
}
.serch-style1 .select-box:last-child::after {
  display: none;
}
.serch-style1 .listing-top {
  position: absolute;
  top: 0px;
  left: 45px;
  margin-bottom: 0;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 400;
  color: var(--white-color);
  font-family: var(--title-font);
}
.serch-style1 .nice-select {
  background-color: transparent;
  border: none;
  border-radius: 0;
  height: 100%;
  min-width: 100%;
  line-height: 100%;
  margin-top: 25px;
  padding-right: 0;
}
.serch-style1 .nice-select:hover {
  color: var(--white-color);
  background-color: transparent;
}
.serch-style1 .nice-select::after {
  border-bottom: 2px solid var(--white-color);
  border-right: 2px solid var(--white-color);
  height: 9px;
  margin-top: 0;
  top: 0;
  right: -13px;
  width: 9px;
}
.serch-style1 .nice-select .current {
  font-size: 20px;
  font-weight: 600;
  color: var(--white-color);
  margin-left: 18px;
}
.serch-style1 .listing-icon {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-45%);
}
.serch-style1 .listing-btn {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.serch-style1 .listing-btn .vs-btn {
  height: 100%;
  border-radius: 0 60px 60px 0;
  padding: 17px 40px;
  font-family: var(--body-font);
}
.serch-style1 .listing-body {
  background-color: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(5px);
  border-radius: 60px;
  max-height: 100%;
  height: 75px;
  padding-left: 30px;
  padding-right: 150px;
  border: 1px solid #9eb5d0;
}
.serch-style1 .listing-search {
  text-align: center;
}
.serch-style1 .listing-search .nav-tabs {
  padding-bottom: 0px;
  margin-bottom: 0px;
  gap: 0px;
  justify-content: center;
  border: none;
  display: inline-flex;
  background-color: rgba(255, 255, 255, 0.14);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 20px 20px 0px 0px;
  overflow: hidden;
  border-top: 1px solid #9eb5d0;
  border-left: 1px solid #9eb5d0;
  border-right: 1px solid #9eb5d0;
}
.serch-style1 .listing-search .nav-tabs button {
  border: none;
  border-radius: 0px;
  padding: 13px 33px;
  font-size: 20px;
  font-weight: 600;
  font-family: var(--title-font);
  color: var(--white-color);
  background-color: transparent;
}
.serch-style1 .listing-search .nav-tabs button img {
  transition: unset;
}
.serch-style1 .listing-search .nav-tabs button:hover {
  background-color: var(--secondary-color);
}

@media (max-width: 1299px) {
  .serch-style1 .listing-btn {
    position: relative;
  }
  .serch-style1 .listing-btn .vs-btn {
    border-radius: 30px;
    width: 100%;
  }
  .serch-style1 .listing-body {
    height: 100%;
    border-radius: 10px;
    padding: 30px;
  }
  .serch-style1 .select-box {
    height: 50px;
    margin-bottom: 30px;
    padding-right: 0;
  }
  .serch-style1 .select-box::after {
    display: none;
  }
  .serch-style1 .listing-select {
    position: relative;
    display: block;
    z-index: 2;
  }
  .serch-style1 .nice-select::after {
    right: 0;
    top: 5px;
  }
  .serch-style1 .nice-select.open .list {
    top: 20px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .serch-style1 .listing-search .nav-tabs {
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 10px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .serch-style1 .listing-search .nav-tabs button {
    width: 100%;
    font-size: 18px;
    border-radius: 30px;
  }
  .serch-style1 .listing-search .nav-tabs button:hover {
    background-color: var(--theme-color);
  }
}
@media (max-width: 399px) {
  .serch-style1 .listing-search .nav-tabs {
    display: block;
  }
  .serch-style1 .nice-select .current {
    font-size: 16px;
  }
}
/*------------------- 4.15. Contact  -------------------*/
.media-style1 {
  background-color: var(--body-color);
  border-radius: 10px;
  text-align: center;
  padding: 38px 30px 30px 30px;
  transition: all 0.5s ease;
}
.media-style1 .media-icon {
  width: 100%;
  height: 100px;
  max-width: 100px;
  line-height: 100px;
  text-align: center;
  color: var(--theme-color);
  background-color: var(--white-color);
  border-radius: 50%;
  border: 1px solid var(--border-color);
  margin: 0 auto 22px auto;
  font-size: 40px;
  transition: all 0.5s ease;
}
.media-style1 .media-icon i {
  transition: all 0.5s ease;
}
.media-style1 .media-title {
  font-size: 24px;
  line-height: 140%;
  margin-bottom: 8px;
  transition: all 0.5s ease;
  color: var(--title-color);
}
.media-style1 .media-contact {
  font-size: 18px;
  margin-bottom: 0;
  line-height: 155%;
  color: var(--text-color);
}
.media-style1 .media-contact a {
  color: var(--text-color);
}
.media-style1 .media-contact a:hover {
  color: var(--theme-color);
}
.media-style1:hover .media-icon {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
.media-style1:hover .media-icon i {
  color: var(--white-color);
}

.form-style1 .sec-title {
  font-size: 36px;
  line-height: 130%;
}
.form-style1 .title-area {
  margin-bottom: 30px;
}
.form-style1 label {
  font-size: 16px;
  font-weight: 500;
  color: var(--title-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(--theme-color);
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.form-style1 .form-group .vs-btn {
  width: 100%;
  padding: 12px 36px;
}
.form-style1 .form-control {
  border-radius: 10px;
  color: var(--text-color);
  padding: 0 30px 0 20px;
  font-size: 16px;
  font-weight: 500;
}
.form-style1 .form-control:focus {
  background-color: var(--body-color);
}
.form-style1 .form-control::placeholder {
  color: var(--text-color);
}
.form-style1 .nice-select {
  background-color: var(--body-color);
  border: none;
  color: var(--text-color);
  font-size: 16px;
  font-family: var(--body-font);
  height: 60px;
  line-height: 60px;
  border-radius: 10px;
}
.form-style1 .nice-select::after {
  border-color: var(--theme-color);
}
.form-style1 .nice-select .current {
  font-weight: 500;
}
.form-style1 .nice-select:hover {
  color: var(--text-color);
  background-color: var(--body-color);
}
.form-style1 .nice-select:hover::after {
  border-color: var(--theme-color);
}
.form-style1 .vs-btn {
  color: var(--title-color);
  background-color: var(--body-color);
  width: 100%;
}
.form-style1 .vs-btn::after,
.form-style1 .vs-btn::before {
  background-color: var(--theme-color);
}
.form-style1 .vs-btn:hover {
  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: -40px;
}

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

.comming-soon .hero-search {
  margin: 0 auto;
}
.comming-soon .comming-title {
  color: var(--white-color);
  text-transform: capitalize;
  font-size: 80px;
  font-family: var(--title-font);
  margin-bottom: 15px;
}
.comming-soon .comming-title .text-highlight {
  display: inline-block;
  color: var(--theme-color);
}

.icon-shape {
  position: relative;
}
.icon-shape .icon {
  position: relative;
  top: -30px;
  left: -22px;
}

/* Extra large devices */
@media (max-width: 1500px) {
  .media-style1 {
    padding: 38px 20px 30px 20px;
  }
  .media-style1 .media-contact {
    font-size: 16px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .contact-layout1 .contact-form {
    transform: unset;
    margin: 60px 0;
  }
  .map-layout1 {
    margin-top: 0;
  }
  .contact-style1 .title-area {
    text-align: left;
  }
}
/* 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;
  }
}
/*------------------- 4.16. Newsletter  -------------------*/
.cta-style1 {
  padding: 50px 0;
}
.cta-style1 .cta-btns {
  text-align: right;
}

.cta-style2 {
  padding: 105px 0;
  text-align: center;
}
.cta-style2 .cta-btns {
  text-align: center;
}
.cta-style2 .title-area {
  margin-bottom: calc(var(--section-title-space) - 25px);
}

.cta-subtitle {
  text-transform: uppercase;
  font-weight: 700;
  font-family: var(--title-font);
  color: var(--white-color);
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}
.cta-subtitle i {
  color: #ffd14d;
  font-size: 30px;
}

.cta-title {
  color: var(--white-color);
  margin-bottom: 0;
  font-size: 50px;
  line-height: 100%;
  font-weight: 700;
  text-transform: uppercase;
}

/* Medium devices */
@media (max-width: 991px) {
  .cta-style1 {
    text-align: center;
  }
  .cta-style1 .cta-btns {
    text-align: center;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .cta-title {
    font-size: 32px;
    line-height: 120%;
  }
}
/*------------------- 4.17. woocommerce  -------------------*/
.woocommerce-message,
.woocommerce-info {
  position: relative;
  border: 1px solid var(--border-color);
  padding: 11px 20px;
  background-color: var(--smoke-color);
  color: var(--title-color);
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 30px;
  border-radius: 10px;
  font-family: var(--title-font);
}
.woocommerce-message a,
.woocommerce-info a {
  color: inherit;
  text-decoration: underline;
}
.woocommerce-message a:hover,
.woocommerce-info a:hover {
  text-decoration: underline;
}
.woocommerce-message:before,
.woocommerce-info:before {
  content: "\f06a";
  font-family: var(--icon-font);
  font-weight: 900;
  margin-right: 10px;
}

.woocommerce-notices-wrapper .woocommerce-message {
  background-color: var(--theme-color);
  color: var(--white-color);
  border-color: transparent;
  border-radius: 10px;
  font-size: 16px;
  padding: 11px 20px;
  font-family: var(--title-font);
  margin-bottom: 40px;
}
.woocommerce-notices-wrapper .woocommerce-message:before {
  content: "\f14a";
  font-weight: 300;
  top: 1px;
  position: relative;
}

.woocommerce-Reviews .vs-comments-wrap {
  margin-top: 0;
}
.woocommerce-Reviews .star-rating:before {
  display: block;
}

.quantity {
  position: relative;
  width: max-content;
  display: flex;
  align-items: center;
}
.quantity > label {
  font-size: 14px;
  color: var(--body-color);
  font-weight: 700;
  margin: 0 20px 0 0;
  font-family: var(--body-font);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.quantity input {
  padding: 0 10px 0 10px;
  text-align: left;
  font-size: 14px;
  font-weight: 700;
  --body-color: var(--title-color);
  border: 1px solid var(--smoke-color);
  border-left: none;
  border-right: none;
  border-radius: 0;
}

.rating-select {
  margin-top: -0.4em;
}
.rating-select label {
  margin: 0 10px 0 0;
  display: inline-block;
}
.rating-select p.stars {
  margin-bottom: 0;
  line-height: 1;
  display: inline-block;
}
.rating-select p.stars a {
  position: relative;
  height: 14px;
  width: 18px;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
  color: var(--theme-color);
}
@media (max-width: 991px) {
  .rating-select p.stars a {
    width: 14px;
  }
}
.rating-select p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 14px;
  line-height: 1;
  font-family: var(--icon-font);
  content: "\f005";
  font-weight: 400;
  text-indent: 0;
  color: var(--theme-color);
}
.rating-select p.stars a:hover ~ a::before {
  content: "\f005";
  font-weight: 400;
}
.rating-select p.stars:hover a::before {
  content: "\f005";
  font-weight: 700;
}
.rating-select p.stars.selected a.active::before {
  content: "\f005";
  font-weight: 700;
}
.rating-select p.stars.selected a.active ~ a::before {
  content: "\f005";
  font-weight: 400;
}
.rating-select p.stars.selected a:not(.active)::before {
  content: "\f005";
  font-weight: 700;
}

.woocommerce-message,
.woocommerce-info {
  position: relative;
  border: 1px solid transparent;
  padding: 16px 20px;
  background-color: var(--theme-color);
  color: var(--white-color);
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
  border-radius: 0;
}

.woocommerce-message a,
.woocommerce-info a {
  color: inherit;
  text-decoration: underline;
}

.woocommerce-message a:hover,
.woocommerce-info a:hover {
  text-decoration: underline;
}

.woocommerce-message:before,
.woocommerce-info:before {
  content: "\f06a";
  font-family: var(--icon-font);
  font-weight: 900;
  margin-right: 10px;
}

.woocommerce-notices-wrapper .woocommerce-message:before {
  content: "\f14a";
  font-weight: 300;
}

.woocommerce-form-login-toggle .woocommerce-info {
  background-color: var(--theme-color);
}

.woocommerce-form-coupon,
.woocommerce-form-login {
  padding: 40px;
  background-color: var(--smoke-color);
  margin-bottom: 40px;
  display: none;
}
.woocommerce-form-coupon .form-control,
.woocommerce-form-login .form-control {
  border: 1px solid var(--border-color);
  transition: all 0.3s ease-in-out;
}
.woocommerce-form-coupon .form-control::placeholder,
.woocommerce-form-login .form-control::placeholder {
  transition: all 0.3s ease-in-out;
  opacity: 1;
  visibility: visible;
}
.woocommerce-form-coupon .form-control:focus,
.woocommerce-form-login .form-control:focus {
  border-color: var(--theme-color);
  transition: all 0.3s ease-in-out;
}
.woocommerce-form-coupon .form-control:focus::placeholder,
.woocommerce-form-login .form-control:focus::placeholder {
  opacity: 0;
  visibility: hidden;
}

.woocommerce-form-coupon .form-group,
.woocommerce-form-login .form-group {
  margin-bottom: 25px;
}

.woocommerce-form-coupon .form-group:last-child,
.woocommerce-form-login .form-group:last-child {
  margin-bottom: 0;
}

.woocommerce-error {
  background-color: var(--error-color);
  color: #fff;
  list-style: none;
  padding: 10px 26px;
  margin: 0 0 30px 0;
  border-radius: 5px;
  font-weight: 700;
  font-size: 14px;
}

nav.woocommerce-MyAccount-navigation li {
  border: 1px solid #ddd;
  margin: 0;
  border-top: none;
}

nav.woocommerce-MyAccount-navigation li:first-child {
  border-top: 1px solid #ddd;
}

nav.woocommerce-MyAccount-navigation li a {
  color: var(--title-color);
  font-weight: 700;
  padding: 7px 17px;
  display: block;
}

nav.woocommerce-MyAccount-navigation li.is-active a,
nav.woocommerce-MyAccount-navigation li a:hover {
  color: var(--white-color);
  background-color: var(--theme-color);
}

.woocommerce-MyAccount-content h3 {
  margin-top: -0.3em;
}

.woocommerce-MyAccount-content .btn {
  background-color: var(--theme-color);
  color: var(--white-color);
  font-size: 14px;
  padding: 10px 25px;
  font-weight: 700;
}

.woocommerce-MyAccount-content .btn:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}

table.variations,
.woocommerce-grouped-product-list-item {
  border-collapse: separate;
  border-spacing: 0 15px;
  margin-bottom: 5px;
  align-items: center;
}

table.variations td,
.woocommerce-grouped-product-list-item td {
  border: none;
  vertical-align: middle;
  padding: 0 5px;
}

table.variations td:first-child,
.woocommerce-grouped-product-list-item td:first-child {
  padding: 0;
}

table.variations label,
.woocommerce-grouped-product-list-item label {
  margin: 0;
  font-size: 14px;
  text-transform: capitalize;
}

table.variations label a,
.woocommerce-grouped-product-list-item label a {
  color: var(--title-color);
}

table.variations label a:hover,
.woocommerce-grouped-product-list-item label a:hover {
  color: var(--theme-color);
}

.woocommerce-product-attributes th,
.woocommerce-product-attributes td {
  border: 1px solid var(--border-color);
}

.woocommerce-product-attributes th p:last-child,
.woocommerce-product-attributes td p:last-child {
  margin-bottom: 0;
}

.woocommerce-grouped-product-list.group_table {
  border-collapse: collapse;
  margin-bottom: 15px;
}

.woocommerce-grouped-product-list.group_table .woocommerce-Price-amount.amount {
  font-size: 16px;
  color: var(--title-color);
}

.woocommerce-grouped-product-list.group_table label {
  margin: 0 0 0 10px;
  margin: 0 0 0 10px;
  font-family: var(--title-font);
  font-size: 18px;
}

.woocommerce-grouped-product-list.group_table .qty-input {
  border-color: #e3e6e9;
}

.woocommerce-grouped-product-list.group_table tr {
  border-bottom: 1px solid #e3e6e9;
}

.woocommerce-grouped-product-list.group_table tr:last-child {
  border-bottom: none;
}

.woocommerce-grouped-product-list.group_table td {
  padding: 30px 5px;
}

table.variations {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: relative;
}

table.variations td {
  padding: 0;
}

table.variations td.label {
  padding-right: 10px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

table.variations select {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-weight: 400;
  line-height: 1.5;
  vertical-align: middle;
  margin: 0;
  padding-right: 54px;
  padding-left: 20px;
  height: 50px;
}

table.variations .reset_variations {
  margin-left: 16px;
  display: inline-block;
  position: absolute;
  left: 100%;
  bottom: 25px;
}

.woocommerce-variation.single_variation {
  margin-bottom: 30px;
}

.woocommerce-variation.single_variation .price {
  color: var(--title-color);
  font-weight: 700;
}

/*------------------- 4.18. app  -------------------*/
.app-container {
  background-color: var(--smoke-color);
  position: relative;
  z-index: 3;
  margin-top: -155px;
}
.app-container.style0 {
  margin-top: 0;
  margin-bottom: 0;
}
.app-container.style2 {
  margin-top: 0;
  margin-bottom: -154px;
}
.app-container-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  width: 50%;
  z-index: -1;
}
@media (max-width: 991px) {
  .app-container-img {
    width: 100%;
    height: 100%;
  }
}
.app-container-img::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--title-color);
  opacity: 0.85;
  position: absolute;
  top: 0;
  left: 0;
}
.app-container-img.style2::before {
  background-color: var(--theme-color);
}
@media (max-width: 991px) {
  .app-container .vs-btn {
    background-color: var(--theme-color);
  }
}
.app-content {
  padding: 65px 125px 65px 65px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .app-content {
    padding: 40px 20px 0;
  }
}
.app-content .sec-title {
  font-size: 40px;
  margin-bottom: 35px;
}
@media (max-width: 1199px) {
  .app-content .sec-title {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .app-content .sec-title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .app-content .sec-title {
    font-size: 24px;
  }
}

.call-block {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: var(--white-color);
  font-weight: 600;
  font-family: var(--title-font);
  gap: 15px;
  font-size: 24px;
}
@media (max-width: 767px) {
  .call-block {
    font-size: 20px;
  }
}
.call-block > i {
  min-width: 60px;
  min-height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--white-color);
  border-radius: 0%;
  color: var(--theme-color);
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.call-block > span {
  display: inline-block;
  position: relative;
}
.call-block > span::before {
  position: absolute;
  content: "";
  width: 0%;
  height: 1.5px;
  bottom: 0;
  background-color: var(--white-color);
  transition: all 0.3s ease-in-out;
  right: 0;
  transform: translateX(-15px);
}
.call-block:hover {
  color: var(--white-color);
  transition: all 0.3s ease-in-out;
}
.call-block:hover i {
  background-color: var(--theme-color);
  color: var(--white-color);
  transition: all 0.3s ease-in-out;
}
.call-block:hover span::before {
  width: 100%;
  left: 0;
  transform: translateX(0px);
  transition: all 0.3s ease-in-out;
}

/*------------------- 4.19. brand  -------------------*/
.brand-style1 {
  padding: 50px 0 75px;
}
.brand-style1 .brand-item {
  text-align: center;
  cursor: pointer;
  transition: all 0.5s ease;
}
.brand-style1 .brand-item img {
  transition: all 0.2s ease;
}
.brand-style1 .brand-item:hover img {
  filter: invert(49%) sepia(42%) saturate(1287%) hue-rotate(328deg)
    brightness(80%) contrast(85%);
}

.brand-notice {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  text-transform: capitalize;
  color: var(--text-color);
  font-family: var(--body-font);
  font-weight: 600;
  gap: 18px;
}
.brand-notice .star-rating i {
  color: #dd931d;
}

.brand-layout1 {
  padding-top: 52px;
}

/* Extra small devices */
@media (max-width: 575px) {
  .brand-style1 {
    padding: 20px 0px;
  }
  .brand-notice {
    display: block;
    text-align: center;
  }
  .brand-notice span {
    display: block;
  }
}
/*------------------- 4.20. 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.22. price  -------------------*/
.vs-package .title-area {
  margin-bottom: 0;
}
.vs-package .package-name {
  color: var(--white-color);
  font-size: 22px;
  line-height: 145%;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.vs-package .package-top {
  display: flex;
  align-items: start;
  justify-content: space-between;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 16px;
  overflow: hidden;
}
.vs-package .package-top::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #343232;
  bottom: 0;
  left: 0;
}
.vs-package .package-top::before {
  content: "";
  position: absolute;
  width: 25%;
  height: 1px;
  background-color: var(--theme-color);
  bottom: 0;
  z-index: 1;
  left: 0;
  display: block;
  transition: all 0.5s ease;
}
.vs-package .package-price {
  font-size: 50px;
  color: var(--white-color);
  font-weight: 600;
  line-height: 122%;
  font-family: var(--title-font);
  margin-bottom: 0;
}
.vs-package .package-price .duration {
  font-size: 16px;
  font-family: var(--body-font);
  font-weight: 500;
  color: var(--text-color);
  transition: all 0.5s ease;
}
.vs-package .list-style1 {
  margin-bottom: 45px;
}
.vs-package .list-style1 ul li i {
  color: #dd931d;
  font-size: 18px;
}
.vs-package .price-btn .vs-btn {
  color: #404040;
  width: 100%;
  border-radius: 30px;
  padding: 15px 30px;
  background: var(--white-color);
}
.vs-package .price-btn .vs-btn:hover {
  color: var(--white-color);
}
.vs-package .price-btn .vs-btn:hover::before {
  background: #4388dd;
  background: linear-gradient(
    270deg,
    rgb(67, 136, 221) 0%,
    rgb(212, 72, 60) 47%
  );
}
.vs-package:hover .package-top::before {
  width: 100%;
}

.popular-tag {
  text-align: center;
  background: #4388dd;
  background: linear-gradient(
    270deg,
    rgb(67, 136, 221) 0%,
    rgb(212, 72, 60) 47%
  );
  width: 100%;
  display: block;
  font-size: 18px;
  text-transform: capitalize;
  color: var(--white-color);
  padding: 12px 0;
  border-radius: 25px 25px 0 0;
  position: absolute;
  top: -50px;
  left: 0;
  width: 100%;
}

.package-layout1 .title-area {
  margin-bottom: 70px;
}

.package-wraper {
  position: relative;
}

.package-style1 {
  background-color: #191818;
  padding: 35px 35px 42px 35px;
  border-radius: 25px;
  border: 2px solid var(--border-color);
}
.package-style1.active {
  border-radius: 0 0 25px 25px;
  border-top: 0;
}

.package-style2 {
  padding: 5px 0px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.package-style2 .package-wrap {
  background: #222122;
  padding: 45px 30px;
  border-radius: 10px;
  position: relative;
  z-index: 1;
}
.package-style2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #d4483c;
  background: radial-gradient(circle, rgb(212, 72, 60) 0%, rgb(212, 72, 60) 0%);
  opacity: 1;
  transition: all 0.5s ease;
}
.package-style2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #4388dd;
  background: linear-gradient(
    270deg,
    rgb(67, 136, 221) 0%,
    rgb(212, 72, 60) 47%
  );
  transition: all 0.5s ease;
  opacity: 0;
  z-index: 1;
}
.package-style2 .vs-btn2 {
  width: 100%;
  text-transform: uppercase;
  border: none;
  background: var(--theme-color);
}
.package-style2 .vs-btn2::after {
  border: none;
}
.package-style2 .package-price {
  font-size: 36px;
}
.package-style2 .package-price .duration {
  font-size: 24px;
  color: var(--white-color);
}
.package-style2 .package-icon {
  width: 67px;
  height: 67px;
  line-height: 64px;
  border-radius: 10px;
  text-align: center;
  background-color: #3d3d3d;
  border: 2px solid #3d3d3d;
  transition: all 0.5s ease;
}
.package-style2 .package-icon:hover {
  border-color: var(--theme-color);
}
.package-style2 .package-name {
  font-size: 18px;
  text-transform: uppercase;
  color: var(--theme-color);
}
.package-style2 .list-style1 {
  margin-bottom: 35px;
}
.package-style2 .package-top {
  padding-bottom: 0;
}
.package-style2 .package-top::before,
.package-style2 .package-top::after {
  display: none;
}
.package-style2:hover::before {
  width: 100%;
  opacity: 1;
}

.package-layout2 {
  background-color: #100e0f;
}
.package-layout2 .title-area {
  margin-bottom: calc(var(--section-title-space) - 35px);
}
.package-layout2 .sec-title {
  margin-bottom: 25px;
}
.package-layout2 .title-text {
  max-width: 50ch;
}
.package-layout2 .list-style1 {
  margin-bottom: 40px;
}
.package-layout2 .list-style1 ul li {
  color: var(--white-color);
}
.package-layout2 .list-style1 ul li i {
  font-size: 18px;
  font-weight: 700;
}

.testi-style3 {
  background-color: var(--theme-color2);
  position: relative;
  padding: 40px 30px 30px;
  border-radius: 15px;
  border: 2px solid var(--border-color);
  transition: all 0.5s ease;
}
.testi-style3 .testi-step {
  width: 45px;
  height: 6px;
  bottom: -2px;
  border: none;
  background-color: #424041;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.testi-style3 .testi-icon {
  bottom: 55px;
  right: 40px;
}
.testi-style3 .author-img {
  border: none;
  max-width: 60px;
}
.testi-style3 .testi-text {
  border-bottom: 1px solid #424041;
  position: relative;
  padding-bottom: 36px;
  text-transform: capitalize;
}
.testi-style3 .testi-text::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #424041;
}
.testi-style3 .testi-img {
  margin-bottom: 35px;
  display: inline-block;
  max-height: 25px;
}
.testi-style3:hover {
  background-color: var(--border-color);
}
.testi-style3:hover .testi-step {
  background-color: var(--theme-color);
}

.testi-layout3 .slick-dots {
  justify-content: center;
  margin: 60px 0 0;
}

/* Medium devices */
@media (max-width: 991px) {
  .package-layout2 .title-area {
    text-align: left;
  }
  .popular-tag {
    top: -48px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .package-layout1 .title-area {
    margin-bottom: 20px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .package-style1.active {
    margin-top: 50px;
  }
  .package-style1 {
    padding: 35px 20px 35px 20px;
  }
}
/*------------------- 4.23. video  -------------------*/
.video-style1 {
  padding: 150px 0;
  position: relative;
}
.video-style1 .video-btn .play-btn > i {
  width: 60px;
  height: 60px;
  line-height: 60px;
}
.video-style1 .video-btn .title {
  display: inline-block;
  color: var(--white-color);
  font-size: 18px;
  font-weight: 700;
  margin-left: 20px;
}
.video-style1 .video-sig {
  display: inline-block;
  margin-bottom: 30px;
}
.video-style1 .title-area {
  margin-bottom: calc(var(--section-title-space) - 25px);
}
.video-style1 .btn-group {
  position: relative;
  display: inline-flex;
  gap: 32px;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.video-style1 .sec-subtitle2 {
  margin-bottom: 25px;
}

.video-style2 {
  padding: 280px 0;
}
.video-style2 .play-btn > i {
  width: 104px;
  height: 104px;
  line-height: 104px;
  background: var(--theme-color);
}
.video-style2 .title {
  display: inline-block;
  color: var(--white-color);
  font-size: 18px;
  font-weight: 700;
  margin-left: 20px;
}
.video-style2 .play-btn::after,
.video-style2 .play-btn::before {
  background: var(--theme-color);
}

.video-style3 {
  position: relative;
}
.video-style3 .play-btn > i {
  width: 104px;
  height: 104px;
  line-height: 104px;
  background: var(--theme-color);
}
.video-style3 .title {
  display: inline-block;
  color: var(--white-color);
  font-size: 18px;
  font-weight: 700;
  margin-left: 20px;
}
.video-style3 .play-btn::after,
.video-style3 .play-btn::before {
  background: var(--theme-color);
}
.video-style3 .video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.video__bg {
  position: relative;
  overflow: hidden;
  height: 730px;
}
.video__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(141, 12, 0, 0.38);
  z-index: 1;
}
.video__bg .video__img {
  height: 1080px;
  object-fit: cover;
  width: 100%;
}

.video__bg2 {
  position: relative;
  overflow: hidden;
  height: 700px;
}
.video__bg2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #d4483c;
  background: linear-gradient(
    184deg,
    rgba(212, 73, 60, 0.582) 0%,
    rgba(67, 136, 221, 0.671) 100%
  );
  z-index: 1;
}
.video__bg2 .video__img {
  height: 1080px;
  object-fit: cover;
  width: 100%;
}

.video-style4 {
  padding: 290px 0;
}
.video-style4.background-image {
  background-attachment: fixed;
}

/* Large devices */
@media (max-width: 1199px) {
  .video-style4 {
    padding: 180px 0;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .video-style1 {
    padding: 80px 0;
  }
  .video-style3 .video-style2 {
    padding: 80px 0;
  }
  .video-style3 .video-style2 .play-btn > i {
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: var(--theme-color);
  }
  .video__bg {
    height: 440px;
  }
  .video-style4 {
    padding: 120px 0;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .video-style1 .btn-group {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
  }
  .video-style1 .btn-group .vs-btn {
    margin-bottom: 30px;
  }
}
/*------------------- 4.24. benefits  -------------------*/
.benefits-layout1 {
  background: #100e0e;
  background: linear-gradient(180deg, rgb(16, 14, 14) 0%, rgb(0, 0, 0) 100%);
  position: relative;
}

.benefits-img {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.benefits-img .img {
  display: block;
  width: 100%;
  transform: scale(1);
  transition: all 0.5s ease;
}
.benefits-img .img img {
  width: 100%;
}
.benefits-img .media-user {
  position: absolute;
  right: 30px;
  bottom: 30px;
  background-color: var(--body-color);
  padding: 20px;
  border-radius: 10px;
}
.benefits-img .media-user .media-title {
  color: var(--title-color);
}
.benefits-img .media-user .media-text {
  color: var(--text-color);
}
.benefits-img .media-user .user {
  margin-right: 14px;
}
.benefits-img:hover .img {
  transform: scale(1.1);
}

.service-style1 {
  display: inline-flex;
  gap: 25px;
  align-items: center;
}
.service-style1:not(:last-child) {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid var(--border-color);
}
.service-style1 .service-icon {
  background-color: var(--body-color);
  border-radius: 50%;
  padding: 10px;
  width: 100%;
  max-width: 90px;
  height: 90px;
  line-height: 70px;
  text-align: center;
  transition: all 0.5s ease;
}
.service-style1 .service-icon:hover {
  background-color: var(--secondary-color);
}

.service-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
  color: var(--title-color);
}

.service-text {
  color: var(--text-color);
  margin-bottom: 0;
}

@media (max-width: 1700px) {
  .custom-shape1,
  .shape-mockup {
    display: none;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .benefits-layout1 .title-area .sec-title {
    max-width: 100%;
  }
}
/*------------------- 4.25. 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.26. 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;
  background-color: var(--theme-color2);
  border-radius: 15px;
  border: 2px solid var(--border-color);
  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: 0 5px 0 30px;
  font-size: 24px;
  font-weight: 700;
  font-family: var(--title-font);
  color: var(--theme-color);
  text-align: left;
  gap: 10px;
  height: 60px;
  background-color: var(--theme-color2);
  border-radius: 30px;
}
.accordion-style1 .accordion-button:not(.collapsed):after {
  transform: rotate(0);
  content: "\f068";
  background-color: var(--theme-color2);
  color: var(--theme-color);
}
.accordion-style1 .accordion-button.collapsed {
  color: var(--white-color);
}
.accordion-style1 .accordion-button:after {
  content: "\f067";
  font-family: var(--icon-font);
  font-weight: 900;
  border: none;
  background-image: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--white-color);
  font-size: 14px;
  border-radius: 50%;
  right: 25px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.accordion-style1 .accordion-button:focus {
  box-shadow: none;
}
.accordion-style1 .accordion-body {
  padding: 20px 60px 23px 30px;
  font-size: 14px;
  background-color: var(--theme-color2);
  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(--text-color);
  font-size: 16px;
  margin-bottom: 0;
}
.accordion-style1 .accordion-body p:last-child {
  margin-bottom: 0;
}
.accordion-style1 .item-details .title {
  margin-bottom: 0;
}

.accordion-header {
  border-radius: 30px;
}

/* Hight Resoulation devices */
@media (min-width: 1921px) {
  .faq-shape1 {
    max-width: 60%;
  }
  .faq-shape2 {
    max-width: 49%;
  }
}
/* Extra large devices */
@media (max-width: 1500px) {
  .faq-wrap1 {
    padding-top: var(--section-space, 120px);
    padding-bottom: calc(var(--section-space, 120px) - 30px);
  }
  .faq-shape2 {
    max-height: initial;
    bottom: 0;
    display: none;
  }
  .faq-shape1 {
    max-width: 70%;
    top: 0;
  }
}
/* Medium Large devices */
@media (max-width: 1399px) {
  .faq-wrap1 {
    padding-top: var(--section-space, 120px);
  }
  .faq-shape2 {
    max-height: initial;
    bottom: 0;
    display: none;
  }
  .faq-shape1 {
    max-width: 70%;
    top: 0;
  }
  .accordion-style1 .accordion-button {
    font-size: 18px;
  }
  .accordion-style1 .accordion-body {
    font-size: 14px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .accordion-style1 {
    height: auto;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .faq-wrap1 {
    padding-top: var(--section-space-mobile, 80px);
    padding-bottom: calc(var(--section-space-mobile, 80px) - 30px);
  }
  .faq-shape1 {
    max-width: 100%;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .accordion-style1 .accordion-body {
    display: block;
    padding: 30px;
  }
  .accordion-style1 .accordion-body .item-img {
    margin-bottom: 20px;
  }
}
/*------------------- 4.27. artwork  -------------------*/
.artwork-style1 {
  background-color: var(--theme-color2);
  padding: 12px 12px 34px 12px;
  border-radius: 20px;
}
.artwork-style1 .artwork-img {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 28px;
}
.artwork-style1 .artwork-img img {
  width: 100%;
  transform: scale(1);
  transition: all 0.5s ease;
}
.artwork-style1 .artwork-img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #4388dd;
  background: linear-gradient(
    0deg,
    rgba(67, 136, 221, 0.24) 0%,
    rgba(212, 72, 60, 0.23) 100%
  );
  z-index: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease;
}
.artwork-style1 .artwork-btn {
  display: inline-block;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  z-index: 1;
  transition: all 0.5s ease;
}
.artwork-style1 .vs-btn {
  background-color: var(--theme-color);
  border-radius: 45px;
}
.artwork-style1 .artwork-content {
  text-align: center;
}
.artwork-style1 .artwork-info {
  margin-bottom: 0;
  color: var(--text-color);
  line-height: 100%;
  transition: all 0.5s ease;
}
.artwork-style1:hover .artwork-info {
  color: var(--theme-color);
}
.artwork-style1:hover .artwork-img img {
  transform: scale(1.1);
}
.artwork-style1:hover .artwork-img::after {
  opacity: 1;
  visibility: visible;
}
.artwork-style1:hover .artwork-btn {
  transform: translate(-50%, -50%) scale(1);
}

.artwork-title {
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: 700;
}
.artwork-title a {
  color: var(--white-color);
}
.artwork-title a:hover {
  color: var(--theme-color);
}

.artworks-layout1 .filter-menu {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.artworks-layout1 .filter-menu .vs-btn2 {
  border-radius: 25px;
  font-size: 16px;
  text-transform: uppercase;
  padding: 8px 28px;
  border: 2px solid transparent;
  background: transparent;
}
.artworks-layout1 .filter-menu .vs-btn2::before {
  display: none;
}
.artworks-layout1 .filter-menu .vs-btn2::after {
  display: none;
}
.artworks-layout1 .filter-menu .vs-btn2.active {
  border: 2px solid var(--border-color);
  background: var(--theme-color2);
}
.artworks-layout1 .filter-menu .vs-btn2:hover {
  color: var(--theme-color);
}

/*------------------- 4.28. gallery  -------------------*/
.gallery-style1 {
  position: relative;
  text-align: center;
}
.gallery-style1 .gallery-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.5s ease;
  z-index: 1;
}
.gallery-style1::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #4388dd;
  background: linear-gradient(
    260deg,
    rgba(67, 136, 221, 0.54) 0%,
    rgba(212, 72, 60, 0.66) 100%
  );
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease;
}
.gallery-style1:hover .gallery-icon {
  transform: translate(-50%, -50%) scale(1);
}
.gallery-style1:hover::after {
  opacity: 1;
  visibility: visible;
}

.gallery-icon a {
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  background-color: var(--white-color);
  border-radius: 50%;
  display: block;
}
.gallery-icon a:hover {
  background-color: var(--smoke-color);
}

.gallery-layout1 {
  position: relative;
}
.gallery-layout1 .title-area {
  margin-bottom: calc(var(--section-title-space) - 15px);
}
.gallery-layout1 .filter-menu {
  text-align: center;
  padding: 20px 0;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  border-image: radial-gradient(circle, #222021 0%, rgb(16, 14, 14) 100%);
  border-image-slice: 1;
  background: #171515;
  background: radial-gradient(circle, rgb(23, 21, 21) 0%, rgb(16, 14, 14) 100%);
  margin-bottom: 35px;
}
.gallery-layout1 .filter-menu .vs-btn {
  padding: 5px 10px;
  border-radius: 5px;
  color: var(--text-color);
  border: none;
  text-transform: capitalize;
  background: transparent;
}
.gallery-layout1 .filter-menu .vs-btn::after {
  display: none;
}
.gallery-layout1 .filter-menu .vs-btn:hover {
  color: var(--white-color);
}
.gallery-layout1 .filter-menu .vs-btn.active {
  color: var(--white-color);
  background: var(--theme-color);
}
.gallery-layout1 .filter-active {
  margin-bottom: 30px;
}

.gallery-style2 {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}
.gallery-style2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #4388dd;
  background: linear-gradient(
    360deg,
    rgba(67, 136, 221, 0.54) 0%,
    rgba(212, 72, 60, 0.66) 100%
  );
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease;
}
.gallery-style2 .gallery-img img {
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: all 0.5s ease;
}
.gallery-style2 .gallery-icon2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.5s ease;
  z-index: 1;
}
.gallery-style2 .gallery-icon2 .play-btn > i {
  font-size: 35px;
  width: var(--icon-size, 115px);
  height: var(--icon-size, 115px);
  line-height: var(--icon-size, 115px);
  background: var(--theme-color2);
}
.gallery-style2 .gallery-icon2 .play-btn::after,
.gallery-style2 .gallery-icon2 .play-btn::before {
  background: #986264;
}
.gallery-style2 .gallery-icon2 .play-btn:hover > i {
  color: var(--white-color);
  background: var(--theme-color);
}
.gallery-style2 .gallery-btn {
  font-size: 20px;
  margin-bottom: 0;
  text-transform: uppercase;
  position: absolute;
  bottom: -25%;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  transition: all 0.5s ease;
  z-index: 1;
}
.gallery-style2 .gallery-btn .vs-btn {
  width: 100%;
  color: var(--theme-color);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background: var(--black-color);
}
.gallery-style2 .gallery-btn .vs-btn:hover {
  color: var(--white-color);
}
.gallery-style2:hover::after {
  visibility: visible;
  opacity: 1;
}
.gallery-style2:hover .gallery-btn {
  bottom: 0;
}
.gallery-style2:hover .gallery-img img {
  transform: scale(1.1);
}
.gallery-style2:hover .gallery-icon2 {
  transform: translate(-50%, -50%) scale(1);
}

/* Extra small devices */
@media (max-width: 575px) {
  .gallery-icon a {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
  .gallery-icon a img {
    max-width: 30px;
  }
}
/*------------------- 4.29. carouselTicker  -------------------*/
.vs-marquee {
  position: absolute;
  z-index: 1;
  padding: 20px 0;
  overflow: hidden;
  white-space: nowrap;
  background: #4388dd;
  background: linear-gradient(
    270deg,
    rgb(67, 136, 221) 0%,
    rgb(212, 72, 60) 47%
  );
  bottom: 0;
  width: 100%;
}

.marqueeOne {
  font-size: 55px;
  line-height: 1em;
  color: var(--title-color);
  display: inline-block;
  text-transform: capitalize;
  white-space: nowrap;
  font-family: var(--title-font);
  font-weight: 700;
  letter-spacing: 3.2px;
}
.marqueeOne__single {
  display: flex;
  align-items: center;
  gap: 32px;
  white-space: nowrap;
  min-height: 56px;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.1;
  font-size: 34px;
  text-transform: uppercase;
  font-weight: 800;
}
.marqueeOne__single a {
  color: inherit;
}
.marqueeOne__single a:hover {
  color: inherit;
}
.marqueeOne__wrapper {
  display: flex;
  align-items: center;
  gap: 32px;
}
.marqueeOne__text-style1 {
  text-align: start;
  transition-property: opacity, transform;
  font-family: var(--body-font);
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  font-optical-sizing: auto;
  -webkit-text-stroke: 2px var(--title-color);
  color: transparent;
  font-size: 34px;
  text-transform: uppercase;
}
.marqueeOne__text-style1:hover {
  -webkit-text-stroke: 2px var(--title-color);
}

.spinningStar {
  display: inline-flex;
  align-items: center;
  width: 48px;
  height: 56px;
}

/*------------------- 4.30. team  -------------------*/
.team-style1 {
  padding: 0 0 5px;
  position: relative;
  overflow: hidden;
  border-radius: 25px;
}
.team-style1 .team-title {
  font-size: 26px;
  color: var(--white-color);
  margin-bottom: 3px;
  position: relative;
  z-index: 2;
}
.team-style1 .team-desi {
  color: var(--theme-color);
  margin-bottom: 22px;
}
.team-style1 .team-img {
  width: 100%;
  max-width: 180px;
  margin: 0 auto 30px auto;
  width: 180px;
  height: 180px;
  border: 5px solid #2a3244;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
.team-style1 .team-img::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  z-index: -1;
  border-radius: 50%;
  width: 180px;
  height: 180px;
  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;
}
.team-style1 .team-img::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  z-index: 0;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  background:
    linear-gradient(
        360deg,
        rgba(67, 136, 221, 0.61) 0%,
        rgba(212, 72, 60, 0.18) 100%
      )
      padding-box,
    linear-gradient(266deg, rgba(67, 136, 221, 0) 0%, rgba(212, 72, 60, 0) 100%)
      border-box;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease;
}
.team-style1 .team-img img {
  border-radius: 50%;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.team-style1 .team-img:hover::before {
  animation: spinTwo 1s infinite linear;
}
.team-style1 .team-wrap {
  position: relative;
  background: #171516;
  border-radius: 25px;
  text-align: center;
  padding: 30px 30px 25px;
  z-index: 2;
  border: 2px solid var(--border-color);
}
.team-style1 .social-style2 .social-icon a:not(:last-child) {
  margin-right: 10px;
}
.team-style1::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: #d4483c;
  background: radial-gradient(circle, rgb(212, 72, 60) 0%, rgb(212, 72, 60) 0%);
  opacity: 1;
  transition: all 0.5s ease;
}
.team-style1::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 50%;
  background: #4388dd;
  background: linear-gradient(
    270deg,
    rgb(67, 136, 221) 0%,
    rgb(212, 72, 60) 47%
  );
  transition: all 0.5s ease;
  opacity: 0;
  z-index: 1;
}
.team-style1:hover::before {
  width: 100%;
  opacity: 1;
}
.team-style1:hover .team-img::after {
  opacity: 1;
  visibility: visible;
}

.details-img {
  position: relative;
  overflow: hidden;
}
.details-img img {
  width: 100%;
  transform: scale(1);
  transition: all 0.5s ease;
}
.details-img:hover img {
  transform: scale(1.1);
}

.team-author {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 35px;
}
.team-author img {
  width: 100%;
}

.author-info2 {
  margin-bottom: 17px;
  text-align: left;
}
.author-info2 .author-title {
  color: var(--white-color);
  font-size: 26px;
  margin-bottom: 2px;
}
.author-info2 .author-desi {
  color: var(--theme-color);
  font-weight: 600;
  text-transform: capitalize;
}
.author-info2 .author-text {
  color: var(--text-color);
}

.info-list1 {
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  position: relative;
  width: 100%;
  gap: 17px;
  text-align: left;
}
.info-list1:not(:last-child) {
  border-bottom: 2px solid var(--border-color);
  padding-bottom: 20px;
  margin-bottom: 22px;
}
.info-list1:first-child {
  border-top: 2px solid var(--border-color);
  padding-top: 25px;
}
.info-list1 .list-icon {
  position: relative;
  top: 0;
  display: inline-block;
  width: 100%;
  max-width: 56px;
  height: 56px;
  line-height: 56px;
  border-radius: 50%;
  text-align: center;
  background: #4388dd;
  background: linear-gradient(
    360deg,
    rgb(67, 136, 221) 0%,
    rgb(212, 72, 60) 60%
  );
}
.info-list1 .title {
  color: var(--white-color);
  margin-bottom: 2px;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
.info-list1 .text {
  margin-bottom: 0;
  color: var(--text-color);
}
.info-list1 .text a {
  color: var(--text-color);
}
.info-list1 .text a:hover {
  color: var(--theme-color);
}

.info-sidebar {
  position: relative;
  padding-bottom: 8px;
  border-radius: 25px;
  overflow: hidden;
}
.info-sidebar::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: #d4483c;
  background: radial-gradient(circle, rgb(212, 72, 60) 0%, rgb(212, 72, 60) 0%);
  opacity: 1;
  transition: all 0.5s ease;
  z-index: -1;
}
.info-sidebar .info-content {
  padding: 0 10px 15px 10px;
}

.info-wrap {
  position: relative;
  background: #171516;
  text-align: center;
  padding: 30px;
  z-index: 2;
  border: 2px solid var(--border-color);
  padding: 25px;
  border-radius: 25px;
}

.team-details .details-title {
  color: var(--white-color);
  font-size: 50px;
  text-transform: capitalize;
}
.team-details .details-title2 {
  color: var(--white-color);
  font-size: 36px;
}
.team-details .details-img {
  border-radius: 15px;
  overflow: hidden;
}
.team-details .details-img img {
  width: 100%;
}
.team-details .share-links {
  margin-bottom: 40px;
  margin-top: 70px;
}

.team-skills .skill-title {
  text-transform: capitalize;
  color: var(--white-color);
}
.team-skills .progress-box__title {
  text-transform: uppercase;
  font-size: 16px;
  color: var(--text-color);
  font-weight: 700;
}
.team-skills .progress-box__progress {
  height: 18px;
  position: relative;
  border: 2px solid var(--border-color);
}
.team-skills .progress-box__bar {
  height: 8px;
  left: 5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #4388dd;
  background: linear-gradient(
    270deg,
    rgb(67, 136, 221) 0%,
    rgb(219, 96, 85) 47%
  );
}
.team-skills .progress-box:not(:last-child) {
  margin: 0 0 20px 0;
}

.award-item {
  display: inline-flex;
  align-items: center;
  background-color: var(--theme-color2);
  padding: 0px 22px;
  border-radius: 15px;
  width: 100%;
  height: 120px;
  position: relative;
  transition: border 0.3s ease;
  overflow: hidden;
}
.award-item::after {
  content: "";
  position: absolute;
  border: 2px solid var(--border-color);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 15px;
  transition: border 0.3s ease;
}
.award-item::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 15px;
  padding: 2px;
  background: linear-gradient(
    270deg,
    rgba(67, 136, 221, 0.397) 0%,
    rgba(212, 73, 60, 0.445) 100%
  );
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none; /* prevent blocking */
}
.award-item:hover::before {
  opacity: 1;
  animation: borderDraw 0.5s linear forwards;
}
.award-item:hover::after {
  visibility: hidden;
  opacity: 0;
}
.award-item .info-list {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  width: 100%;
}
.award-item .list-icon {
  position: relative;
  top: 0;
  display: inline-block;
  max-width: 70px;
  width: 100%;
  height: 70px;
  line-height: 70px;
  border-radius: 50%;
  text-align: center;
  background: #4388dd;
  background: linear-gradient(
    360deg,
    rgb(67, 136, 221) 0%,
    rgb(212, 72, 60) 60%
  );
}
.award-item .title {
  text-transform: capitalize;
  font-size: 22px;
  color: var(--white-color);
  margin-bottom: 0;
}
.award-item .text {
  font-size: 18px;
  font-weight: 700;
  font-family: var(--title-font);
  margin-bottom: 0;
  color: var(--theme-color);
}

.award-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: center;
}

.share-links {
  border-top: 2px solid var(--border-color);
  padding-top: 15px;
}
.share-links .share-links-title {
  color: var(--theme-color);
  font-weight: 700;
  text-transform: uppercase;
}
.share-links .tagcloud {
  align-items: center;
}
.share-links .tagcloud a {
  padding: 0;
  border: none;
  height: 100%;
  background: transparent;
}
.share-links .tagcloud a:hover {
  color: var(--theme-color);
}
.share-links .tagcloud a::before,
.share-links .tagcloud a::after {
  display: none;
}

.social-links2 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
  margin-bottom: 0px;
}
.social-links2 a {
  transition: all 0.5s ease;
  color: var(--text-color);
}
.social-links2 a:hover {
  color: var(--theme-color);
}
.social-links2 .share-links-title {
  text-transform: uppercase;
  color: var(--text-color);
  font-weight: 700;
}

/* Large devices */
@media (max-width: 1199px) {
  .list-icon {
    margin-bottom: 20px;
  }
  .award-box {
    display: block;
  }
  .award-box .award-item:not(:last-child) {
    margin-bottom: 20px;
  }
  .responsive-sidebar {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: start;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .vs-comment-form {
    padding: 0;
  }
  .team-details .share-links {
    margin-top: 40px;
  }
  .responsive-sidebar {
    display: block;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .social-links2 {
    justify-content: start;
  }
}
/*------------------- 4.31. project  -------------------*/
.project-style1 {
  background-color: var(--black-color);
  padding: 20px;
  border: 2px solid var(--border-color);
  border-radius: 40px;
}
.project-style1 .project-img {
  border-radius: 40px;
  overflow: hidden;
  position: relative;
}
.project-style1 .project-img img {
  width: 100%;
}
.project-style1 .project-img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  background: #d4483c;
  background: linear-gradient(
    184deg,
    rgba(212, 72, 60, 0.7) 0%,
    rgba(67, 136, 221, 0.73) 100%
  );
  transition: all 0.5s ease;
}
.project-style1 .view-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  color: var(--black-color);
  font-weight: 700;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--white-color);
  border-radius: 50%;
  width: 80px;
  height: 80px;
  transition: all 0.5s ease;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  text-transform: capitalize;
}
.project-style1 .view-btn a {
  color: var(--title-color);
  font-weight: 700;
  text-transform: capitalize;
}
.project-style1 .view-btn:hover {
  background-color: var(--theme-color);
}
.project-style1 .view-btn:hover a {
  color: var(--white-color);
}
.project-style1 .project-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
  padding: 30px 20px 10px;
}
.project-style1 .project-desi {
  color: var(--text-color);
  margin-bottom: 0;
}
.project-style1 .project-name {
  font-size: 26px;
  margin-bottom: 0;
  text-transform: capitalize;
}
.project-style1 .project-name a {
  color: var(--white-color);
}
.project-style1 .project-name a:hover {
  color: var(--theme-color);
}
.project-style1 .project-btn {
  width: 55px;
  height: 55px;
  line-height: 54px;
  display: block;
  text-align: center;
  transition: all 0.3s ease;
  position: relative;
  border-radius: 50%;
  background: var(--theme-color2);
  overflow: hidden;
  color: var(--white-color);
}
.project-style1 .project-btn i {
  position: relative;
}
.project-style1 .project-btn::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #4388dd;
  background: linear-gradient(
    360deg,
    rgb(67, 136, 221) 0%,
    rgb(212, 72, 60) 75%
  );
  border-radius: 50%;
  transition: all 0.5s ease;
}
.project-style1 .project-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border: 2px solid var(--border-color);
  border-radius: 50%;
  visibility: visible;
  opacity: 1;
  transition: all 0.5s ease;
}
.project-style1 .project-btn:hover i {
  z-index: 1;
}
.project-style1 .project-btn:hover::before {
  border: none;
  height: 100%;
}
.project-style1 .project-btn:hover::after {
  opacity: 0;
  visibility: hidden;
}
.project-style1:hover .project-img::after {
  height: 100%;
}
.project-style1:hover .view-btn {
  opacity: 1;
  visibility: visible;
}

.section-btn {
  text-align: center;
  margin-top: 60px;
}

.project-details .details-img img {
  width: 100%;
  overflow: hidden;
  border-radius: 15px;
}
.project-details .post-pagination {
  border-top: 2px solid var(--border-color);
  padding-top: 15px;
  margin-bottom: 40px;
  margin-top: 70px;
}

.details-text {
  color: var(--text-color);
  margin-bottom: 0;
}

.sidebar-contact {
  position: relative;
  background: #171516;
  text-align: center;
  padding: 30px;
  z-index: 2;
  border: 2px solid var(--border-color);
  padding: 38px;
  border-radius: 25px;
  overflow: hidden;
}
.sidebar-contact .contact-title {
  color: var(--white-color);
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  max-width: 14ch;
  margin: 0 auto 25px auto;
}
.sidebar-contact .contact-body .contact-notice {
  display: block;
  color: var(--theme-color);
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}
.sidebar-contact .contact-body .contact-number {
  font-size: 30px;
  font-weight: 700;
  color: var(--white-color);
}
.sidebar-contact .contact-body .contact-number:hover {
  color: var(--theme-color);
}
.sidebar-contact .list-icon {
  position: relative;
  top: 0;
  display: inline-block;
  width: 95px;
  height: 95px;
  line-height: 95px;
  border-radius: 50%;
  text-align: center;
  background: #4388dd;
  background: linear-gradient(
    360deg,
    rgb(67, 136, 221) 0%,
    rgb(212, 72, 60) 60%
  );
  margin-bottom: 42px;
}

@media (min-width: 990px) and (max-width: 1199px) {
  .author-area.mb-30 {
    margin-bottom: 0;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .project-details .post-pagination {
    margin-top: 0;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .project-style1 {
    padding: 15px;
    border-radius: 20px;
  }
  .project-style1 .project-name {
    font-size: 22px;
  }
  .project-style1 .project-img {
    border-radius: 20px;
  }
  .project-style1 .project-content {
    padding: 30px 0px 10px;
  }
}
/*------------------- 4.32. shop  -------------------*/
.shop-style1 .shop-btns {
  display: inline-flex;
  align-items: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  gap: 12px;
  z-index: 1;
}
.shop-style1 .icon-btn2 {
  background-color: var(--white-color);
  font-size: 18px;
  opacity: 0;
  visibility: hidden;
}
.shop-style1 .icon-btn2 i {
  color: var(--title-color);
  transition: all 0.5s ease;
}
.shop-style1 .icon-btn2:hover i {
  color: var(--theme-color);
}
.shop-style1 .shop-img {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.shop-style1 .shop-img img {
  width: 100%;
}
.shop-style1 .shop-img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  background: #d4483c;
  background: linear-gradient(
    184deg,
    rgba(212, 72, 60, 0.7) 0%,
    rgba(67, 136, 221, 0.73) 100%
  );
  transition: all 0.5s ease;
}
.shop-style1 .shop-name {
  text-transform: capitalize;
  font-size: 22px;
  color: var(--white-color);
  margin-bottom: 5px;
}
.shop-style1 .shop-content {
  display: flex;
  align-items: start;
  justify-content: space-between;
  padding-top: 30px;
}
.shop-style1 .shop-price {
  margin-bottom: 0;
  color: var(--text-color);
  font-weight: 700;
}
.shop-style1 .wishlist-btn i {
  font-size: 18px;
  color: var(--text-color);
  transition: all 0.5s ease;
}
.shop-style1 .wishlist-btn:hover i {
  color: var(--theme-color);
}
.shop-style1:hover .shop-img::after {
  height: 100%;
}
.shop-style1:hover .icon-btn2 {
  opacity: 1;
  visibility: visible;
}

.shop-pagination {
  margin-bottom: 0;
  margin-top: 75px;
}

.shop-sidebar {
  background-color: var(--theme-color2);
  border-radius: 20px;
  padding: 50px 30px;
  border: 2px solid var(--border-color);
}
.shop-sidebar .cart-inner {
  display: flex;
  align-items: center;
  gap: 18px;
  position: relative;
}
.shop-sidebar .cart-body .product-title {
  font-size: 18px;
  font-weight: 700;
  font-family: var(--title-font);
  display: block;
  text-transform: capitalize;
}
.shop-sidebar .cart-body .amount {
  font-size: 16px;
  font-weight: 700;
  color: var(--text-color);
  display: block;
  font-family: var(--title-font);
}
.shop-sidebar .remove {
  position: absolute;
  right: 0;
  top: 10px;
  color: var(--text-color);
  font-size: 20px;
  font-weight: 500;
}
.shop-sidebar .remove:hover {
  color: var(--theme-color);
}
.shop-sidebar .cart-img {
  border-radius: 10px;
  overflow: hidden;
  width: 74px;
  height: 74px;
}
.shop-sidebar .cart-img img {
  width: 100%;
}
.shop-sidebar .total strong {
  font-size: 18px;
  text-transform: capitalize;
  font-family: var(--title-font);
}
.shop-sidebar .total .amount {
  display: inline-block;
  font-size: 18px;
  color: var(--theme-color);
}
.shop-sidebar .cart_list {
  margin-bottom: 25px;
}
.shop-sidebar .buttons {
  display: inline-flex;
  gap: 14px;
  margin-bottom: 38px;
}
.shop-sidebar .buttons .vs-btn {
  background: transparent;
  border-radius: 10px;
  padding: 16px 30px;
}
.shop-sidebar .buttons .vs-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid var(--white-color);
  border-radius: 10px;
  transition: all 0.5s ease;
}
.shop-sidebar .buttons .vs-btn:hover::after {
  border-color: transparent;
}
.shop-sidebar .search-form input {
  background-color: var(--theme-color2);
}
.shop-sidebar .widget_categories a {
  padding: 0;
  border: none;
  margin-bottom: 8px;
}
.shop-sidebar .star-rating {
  margin-bottom: 10px;
  gap: 3px;
}
.shop-sidebar .star-rating i {
  color: var(--text-color);
}

.widget-products .post-title {
  font-size: 16px;
  text-transform: capitalize;
  margin-bottom: 5px;
}
.widget-products .price {
  color: var(--theme-color);
  font-size: 14px;
  font-weight: 600;
}
.widget-products .media-img {
  width: 99px;
}

.product_meta > span {
  display: flex;
  margin-bottom: 10px;
  color: var(--text-color);
  font-weight: 700;
}
.product_meta > span > p {
  margin-bottom: 0;
  color: var(--white-color);
  font-size: 16px;
  font-weight: 700;
  min-width: 150px;
  font-family: var(--title-font);
}

.product-about .star-rating {
  overflow: hidden;
  position: relative;
  width: 85px;
  height: 1.2em;
  line-height: 1.2em;
  display: block;
  font-family: var(--icon-font);
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 0;
}
.product-about .star-rating:before {
  content: "\f005\f005\f005\f005\f005";
  color: var(--theme-color);
  letter-spacing: 2px;
  transform: translate(0%, 0%);
  font-weight: 700;
  top: 0;
  left: 0;
  position: absolute;
  display: block;
}

.product-rating {
  display: inline-flex;
  margin: 0 0 15px 0;
  align-items: center;
  gap: 10px;
}

.quantity {
  display: flex;
  align-items: center;
  gap: 21px;
  flex-wrap: wrap;
}
.quantity .screen-reader-text {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  font-family: var(--title-font);
}
.quantity__field {
  display: flex;
  align-items: center;
  border: 0px solid var(--smoke-color);
  background-color: var(--smoke-color);
  min-width: 150px;
  padding-right: 0px;
  position: relative;
  min-height: 60px;
}
.quantity__buttons {
  position: absolute;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  align-items: center;
  flex-direction: row-reverse;
  padding: 0 30px;
  border-radius: 10px;
  border: 2px solid var(--border-color);
}

.product-about .qty-input {
  border: 0;
  padding: 0;
  width: auto;
  min-height: 50px;
  font-size: 16px;
  font-weight: 400;
  font-family: var(--body-font);
  color: var(--white-color);
  text-align: center;
  background-color: transparent;
}
.product-about .star-rating:before,
.product-about .star-rating span:before {
  color: var(--theme-color);
  transform: translate(0%, 0%);
  font-weight: 700;
  top: 0;
  left: 0;
  position: absolute;
  display: block;
}

.product-big-img {
  background-color: var(--body-color);
  margin-bottom: 0px;
  text-align: center;
  border-radius: 20px;
  overflow: hidden;
}
.product-big-img img {
  width: 100%;
}

.product-thumb-slide {
  margin: 0 -10px;
}
@media (max-width: 767px) {
  .product-thumb-slide {
    max-width: 100%;
  }
}
.product-thumb-slide.row {
  --bs-gutter-x: 20px;
}
.product-thumb-slide .thumb {
  background-color: #f1f1f1;
  overflow: hidden;
  transition: all ease 0.4s;
  border: 1px solid rgba(203, 203, 203, 0.3);
  cursor: pointer;
  border-radius: 0px;
  margin: 0 10px;
}
@media (max-width: 767px) {
  .product-thumb-slide .thumb {
    margin-bottom: 0;
    margin: 0 7.5px;
  }
}
.product-thumb-slide .thumb img {
  transition: all ease 0.4s;
  width: 100%;
}
.product-thumb-slide .thumb:hover {
  border-color: var(--theme-color);
}
.product-thumb-slide .slick-current .thumb {
  border-color: var(--theme-color);
}

.qty-btn {
  border: 0;
  padding: 0;
  line-height: 1;
  display: inline-flex;
  margin: -4px 0;
  color: var(--white-color);
  width: 0px;
  height: 0px;
  align-items: center;
  justify-content: center;
}
.qty-btn i {
  font-weight: 700;
}
.qty-btn:hover {
  color: var(--theme-color);
}

.product-about .product-price {
  font-size: 26px;
  font-weight: 700;
  color: var(--theme-color);
  line-height: 1;
  margin: 0 0 25px 0;
  font-family: var(--title-font);
}
.product-about del {
  font-size: 16px;
  font-weight: 700;
  color: var(--text-color);
}
.product-about .product-text {
  margin-bottom: 24px;
}
.product-about .actions {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 32px;
  align-items: center;
}
.product-about .actions .vs-btn {
  padding: 17px 55px;
  min-height: 50px;
  clip-path: none;
  flex: auto;
  border-radius: 10px;
}
.product-about .actions .vs-btn::before {
  background: linear-gradient(
    270deg,
    rgb(67, 136, 221) 0%,
    rgb(212, 72, 60) 47%
  );
}
.product-about .actions .vs-btn:hover::before {
  background: linear-gradient(
    270deg,
    rgb(212, 72, 60) 0%,
    rgb(212, 72, 60) 47%
  );
}
.product-about .product_meta {
  border-bottom: 2px solid var(--border-color);
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.product_meta > span:last-child {
  margin-bottom: 0;
}

.product_meta > span a {
  font-family: var(--title-font);
  color: inherit;
  text-transform: uppercase;
  font-size: 14px;
}
.product_meta > span a:hover {
  color: var(--theme-color);
}
.product_meta > span a:not(:last-child) {
  margin-right: 4px;
}

.product_meta > span p {
  text-transform: uppercase;
  font-size: 14px;
}

.product-contact {
  display: flex;
  justify-content: space-between;
}
.product-contact .social-links2 {
  display: inline-flex;
}

.product-description {
  background: var(--black-color);
  margin: var(--blog-space-y, 110px) 0 30px 0;
  border-radius: 20px;
  overflow: hidden;
}
.product-description .tab-content {
  border-bottom: 2px solid var(--border-color);
  border-left: 2px solid var(--border-color);
  border-right: 2px solid var(--border-color);
  border-radius: 0 0 20px 20px;
}
.product-description .description .comment-list {
  margin: 0 0 0 0;
}
.product-description .product_meta > span > p {
  font-size: 16px;
}
.product-description__tab .nav {
  border: none;
  background-color: var(--theme-color2);
  padding: 29px 25px 29px 25px;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  border: 2px solid var(--border-color);
}
.product-description__tab .nav .nav-item:not(:last-child) {
  margin-right: 32px;
}
@media (max-width: 767px) {
  .product-description__tab .nav .nav-item {
    width: 100%;
  }
}
.product-description__tab .nav .nav-link {
  background: transparent;
  font-size: 16px;
  font-weight: 700;
  color: var(--text-color);
  text-transform: uppercase;
  font-family: var(--title-font);
  padding: 0;
  border: 0;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.product-description__tab
  .nav
  .nav-link
  .product-description__tab
  .nav
  .nav-link:hover {
  color: var(--theme-color);
}
@media (max-width: 991px) {
  .product-description__tab .nav .nav-link {
    padding: 17px 19px 17px 19px;
  }
}
@media (max-width: 767px) {
  .product-description__tab .nav .nav-link {
    width: 100%;
    padding: 17px 0px 17px 0;
    font-size: 16px;
  }
}
.product-description__tab .nav .nav-link::before,
.product-description__tab .nav .nav-link::after {
  position: absolute;
  content: "";
  transition: all ease 0.4s;
}
.product-description__tab .nav .nav-link::after {
  display: none;
}
.product-description__tab .nav .nav-link.active {
  color: var(--theme-color);
}
.product-description__tab .nav .nav-item:last-child .nav-link::after {
  display: none;
}
.product-description .vs-comments-wrap .comment-content {
  position: unset;
}
.product-description .commented-on {
  position: absolute;
  top: 40px;
  right: 40px;
  font-size: 14px;
  margin-bottom: 0;
}
.product-description .vs-comment-form {
  background-color: var(--black-color);
  padding-top: 0;
}
.product-description .vs-comment-form .form-title .title {
  color: var(--white-color);
}
.product-description .vs-comment-form input {
  color: var(--text-color);
}
.product-description .review-form textarea {
  color: var(--text-color);
}
.product-description .review-form .form-control {
  background-color: var(--black-color);
  border-color: var(--border-color);
}
.product-description .review-form .form-control::placeholder {
  color: var(--text-color);
}
.product-description .comment-list .vs-comment-item:not(:last-child) {
  margin-bottom: 20px;
}
.product-description .review-form .rating-select label {
  color: var(--text-color);
}
.product-description .woocommerce-reviews {
  padding: 0px 40px 40px;
}
.product-description .woocommerce-reviews .description {
  padding: 0px 40px 40px;
}
.product-description .woocommerce-reviews .vs-comments-wrap {
  margin-top: 0;
}

.woocommerce-reviews,
.description {
  padding: 40px 40px;
}
.woocommerce-reviews .text,
.description .text {
  color: var(--text-color);
}
.woocommerce-reviews textarea,
.description textarea {
  border-radius: 20px !important;
}

.description .product_meta {
  margin-bottom: 15px;
}
.description .text:last-child {
  margin-bottom: 0;
}

.product-details-img {
  margin-top: 0;
}
.product-details-img .product-img {
  background-color: var(--smoke-color);
  text-align: center;
  border-radius: 10px;
  margin-bottom: 20px;
  position: relative;
  min-height: 550px;
  overflow: hidden;
}
.product-details-img .img {
  padding: 115px 35px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.thumbs-item {
  list-style: none;
  padding: 18px 10px;
  margin: 0 5px;
  text-align: center;
  background-color: var(--smoke-color);
  border-radius: 10px;
  border: 1px solid transparent;
}
.thumbs-item:hover {
  border-color: var(--theme-color);
}
.thumbs-item.slick-center {
  border: 1px solid var(--theme-color);
}

.control-thumbs {
  display: flex;
  justify-content: space-between;
  padding: 0;
}
.control-thumbs img {
  width: 77px;
  height: 70px;
  cursor: pointer;
}

.product-img {
  width: 100%;
  height: auto;
  display: block;
}

.shop-result-count {
  margin-bottom: 0;
}

.shop-details {
  margin-bottom: 45px;
}

.product-inner {
  display: flex;
  align-items: start;
  gap: 20px;
}
.product-inner .product-thumbnail {
  margin-bottom: 0;
  display: inline-block;
}
.product-inner .product-thumbnail .thumbnail-item {
  width: 108px;
  height: 108px;
  border-radius: 10px;
  overflow: hidden;
}
.product-inner .product-thumbnail .thumbnail-item:not(:last-child) {
  margin-bottom: 20px;
}
.product-inner .product-thumbnail .thumbnail-item img {
  width: 100%;
}
.product-inner .nav-pills .nav-link {
  padding: 0;
  border: none;
  width: 100%;
}
.product-inner .nav-pills .nav-link img {
  width: 100%;
}

.product-about .product-title {
  color: var(--white-color);
  text-transform: capitalize;
  margin-bottom: 10px;
  font-size: 50px;
}
.product-about .product-author {
  text-transform: uppercase;
  color: var(--text-color);
  font-family: var(--title-color);
  margin-bottom: 20px;
  display: block;
}
.product-about .product-author a {
  font-family: var(--title-font);
  color: var(--theme-color);
  font-weight: 700;
}
.product-about .text {
  color: var(--text-color);
  margin-bottom: 28px;
}
.product-about .price-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid var(--border-color);
  padding-bottom: 30px;
  margin-bottom: 25px;
  position: relative;
}
.product-about .price-area::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--border-color);
}
.product-about .product-price {
  margin-bottom: 0;
}
.product-about .wishlist {
  color: var(--text-color);
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  display: inline-block;
  font-family: var(--title-font);
  transition: all 0.5s ease;
}
.product-about .wishlist i {
  margin-left: 8px;
  transition: all 0.5s ease;
}
.product-about .wishlist:hover {
  color: var(--theme-color);
}
.product-about .wishlist:hover i {
  color: var(--theme-color);
}

.shop-slider .sec-title {
  font-size: 36px;
}

/* Large devices */
@media (max-width: 1199px) {
  .vs-comments-wrap {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .product-inner {
    justify-content: center;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .product-description__tab .nav {
    padding: 0px;
  }
  .vs-comments-wrap {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .product-description {
    margin-top: 60px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .product-description__tab .nav .nav-item:not(:last-child) {
    margin-right: 0;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .woocommerce-reviews,
  .description {
    padding: 40px 15px;
  }
  .product-description .vs-comment-form {
    padding: 40px 15px;
  }
  .vs-comments-wrap .vs-post-comment {
    padding: 30px 15px;
  }
  .product-inner {
    display: block;
  }
  .product-inner .product-thumbnail {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 30px;
    gap: 10px;
  }
  .product-inner .product-thumbnail .thumbnail-item {
    width: 100%;
    height: 100%;
  }
  .product-inner .product-thumbnail .thumbnail-item:not(:last-child) {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 390px) {
  .vs-comments-wrap .vs-post-comment {
    padding: 55px 15px 30px 15px;
  }
  .product-description .commented-on {
    right: unset;
    left: 15px;
    top: 20px;
  }
  .product-description {
    margin-top: 40px;
  }
  .woocommerce-reviews,
  .description {
    padding: 40px 15px;
    border: none;
  }
  .product-description .woocommerce-reviews {
    padding: 0px 10px 10px;
  }
  .product-contact {
    display: block;
  }
  .product-contact .social-links2 {
    margin-bottom: 20px;
  }
}
/* Extra large devices */
@media (max-width: 1500px) {
  .shop-sidebar .buttons .vs-btn {
    background: transparent;
    border-radius: 10px;
    padding: 10px 15px;
    font-size: 14px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .shop-sidebar .widget {
    padding: 0;
  }
  .shop-pagination {
    margin-bottom: 30px;
    margin-top: 40px;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .product-contact {
    display: block;
  }
  .product-contact .social-links2 {
    margin-bottom: 15px;
  }
}
/*------------------- 4.33. service  -------------------*/
.details-img {
  border-radius: 10px;
  overflow: hidden;
}

.details-title {
  font-size: 36px;
  color: var(--white-color);
  text-transform: capitalize;
}

.service-info .info-img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.service-info .info-img img {
  width: 100%;
}
.service-info .info-title {
  color: var(--white-color);
}

.service-sidebar {
  position: relative;
  overflow: hidden;
}
.service-sidebar .services-top {
  background-color: var(--theme-color2);
  padding: 30px;
  border-bottom: 2px solid var(--border-color);
}
.service-sidebar .services-title {
  color: var(--white-color);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-transform: uppercase;
  margin: 0;
  line-height: 100%;
}

.details-contact {
  position: relative;
  padding-top: 8px;
  overflow: hidden;
  border-radius: 15px;
}
.details-contact .sidebar-contact {
  position: relative;
  border-radius: 15px;
}
.details-contact::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: #d4483c;
  background: radial-gradient(circle, rgb(212, 72, 60) 0%, rgb(212, 72, 60) 0%);
  opacity: 1;
  transition: all 0.5s ease;
  z-index: -1;
}

.services-list {
  border: 2px solid var(--border-color);
  border-radius: 10px;
}
.services-list ul {
  margin-bottom: 0;
}
.services-list ul li a {
  display: block;
  font-family: var(--title-font);
  color: var(--text-color);
  text-transform: capitalize;
  font-size: 18px;
  padding: 20px 30px 22px 30px;
  font-weight: 600;
  line-height: 1;
  line-height: 160%;
  transition:
    color ease 0.2s,
    background-color ease 0.4s;
  position: relative;
  margin: 0;
}
.services-list ul li a i {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s ease;
}
.services-list ul li a:hover {
  color: var(--theme-color);
}
.services-list ul li a:hover i {
  color: var(--theme-color);
}
.services-list ul li:not(:last-child) a {
  border-bottom: 2px solid var(--border-color);
  margin-bottom: 0px;
}

/* Large devices */
@media (max-width: 1199px) {
  .service-info .info-img {
    margin-bottom: 30px;
  }
}
/*------------------- 4.34. coming-soon  -------------------*/
.comming-soon {
  background-color: var(--theme-color);
  position: relative;
  z-index: 1;
  padding: 255px 0 185px;
}
.comming-soon .hero-search {
  margin-bottom: 45px;
}

.text-social {
  text-align: center;
}
.text-social ul {
  margin-bottom: 0;
}
.text-social ul li {
  display: inline-block;
}
.text-social ul li:not(:last-child) {
  border-right: 2px solid var(--border-color);
  padding-right: 20px;
  margin-right: 20px;
  line-height: 100%;
}
.text-social ul li a {
  font-size: 18px;
  font-weight: 700;
  font-family: var(--body-font);
  text-transform: uppercase;
  color: var(--theme-color);
}
.text-social ul li a:hover {
  color: var(--white-color);
}

.timer {
  display: flex;
  gap: 40px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 52px;
}

.unit {
  text-align: center;
}
.unit:not(:last-child) .digits::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: var(--theme-color);
  right: -20px;
  top: 40%;
}
.unit:not(:last-child) .digits::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: var(--theme-color);
  right: -20px;
  top: 60%;
}

.digits {
  display: flex;
  gap: 6px;
  position: relative;
}

.digit {
  width: 50px;
  height: 70px;
  border-radius: 10px;
  color: var(--white-color);
  font-weight: 500;
  background: #d4483c;
  background: linear-gradient(
    177deg,
    rgb(212, 72, 60) 24%,
    rgb(67, 136, 221) 100%
  );
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 32px;
}

.label {
  margin-top: 15px;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: capitalize;
  color: var(--white-color);
  font-family: var(--title-font);
}

/* Medium devices */
@media (max-width: 991px) {
  .comming-soon .comming-title {
    font-size: 70px;
    line-height: 150%;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .digit {
    width: 40px;
    height: 60px;
    font-size: 26px;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .timer {
    gap: 20px;
  }
  .digits::after,
  .digits::before {
    display: none;
  }
  .comming-soon .comming-title {
    font-size: 60px;
    line-height: 150%;
  }
  .comming-soon .comming-title .icon-shape .icon {
    display: none;
  }
  .text-social ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    align-items: center;
  }
  .text-social ul li:not(:last-child) {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
  }
}
/*------------------- 4.35. approach  -------------------*/
.approch-style1 {
  display: inline-flex;
  align-items: center;
  background-color: var(--theme-color2);
  padding: 0px 28px;
  border-radius: 15px;
  width: 100%;
  height: 120px;
  position: relative;
  transition: border 0.3s ease;
  overflow: hidden;
  gap: 10px;
}
.approch-style1::after {
  content: "";
  position: absolute;
  border: 2px solid var(--border-color);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 15px;
  transition: border 0.3s ease;
}
.approch-style1::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 15px;
  padding: 2px;
  background: linear-gradient(
    270deg,
    rgba(67, 136, 221, 0.397) 0%,
    rgba(212, 73, 60, 0.445) 100%
  );
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none; /* prevent blocking */
}
.approch-style1 .approch-icon {
  margin-right: 20px;
  width: 64px;
  height: 64px;
  line-height: 64px;
  position: relative;
}
.approch-style1 .approch-icon::after {
  content: "";
  position: absolute;
  right: -12px;
  top: 50%;
  width: 2px;
  height: 60px;
  transform: translateY(-50%);
  background-color: var(--border-color);
}
.approch-style1:hover::before {
  opacity: 1;
  animation: borderDraw 0.5s linear forwards;
}
.approch-style1:hover::after {
  visibility: hidden;
  opacity: 0;
}
.approch-style1.style2 {
  gap: 50px;
}
.approch-style1.style2 .approch-icon {
  width: auto;
  margin-right: 0;
}
.approch-style1.style2 .approch-icon::after {
  right: -30px;
}

.approch-title {
  margin-bottom: 0;
  color: var(--white-color);
  font-size: 18px;
  line-height: 100%;
  text-transform: capitalize;
}
.side-icon-div {
  margin-top: 25px;
}
.approach-h4 {
  color: white;
  margin-top: 10px;
}
.approach-layout1 .slick-dots {
  justify-content: center;
  margin-bottom: 0;
  margin-top: 50px;
}
/* Large devices */
@media (max-width: 1199px) {
  .approch-style1.style2 {
    gap: 40px;
  }
  .approch-style1.style2 .approch-icon::after {
    right: -20px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .approch-style1 {
    height: 100px;
  }
}
/*------------------- 4.36. roadmap  -------------------*/
.roadmap-style1 {
  text-align: center;
  padding: 50px 30px;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
  width: 303px;
  height: 349px;
  margin: 0 auto;
}
.roadmap-style1 .svg-shape1 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transition: all 0.5s ease;
}
.roadmap-style1 .svg-shape2 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease;
}
.roadmap-style1:hover .svg-shape1 {
  visibility: hidden;
  opacity: 0;
}
.roadmap-style1:hover .svg-shape2 {
  visibility: visible;
  opacity: 1;
}
.roadmap-style1 .roadmap-icon {
  width: 87px;
  height: 87px;
  line-height: 85px;
  border-radius: 50%;
  background-color: #2d2b2c;
  margin: 0 auto 30px;
}
.roadmap-style1 .link-btn {
  font-size: 18px;
  color: var(--theme-color);
  margin: 0;
  padding: 0;
}
.roadmap-style1 .link-btn:hover {
  color: var(--white-color);
}
.roadmap-style1 .link-btn:hover i {
  color: var(--white-color);
}

.roadmap-title {
  color: var(--white-color);
  font-size: 22px;
  font-weight: 700;
  text-transform: capitalize;
}

.roadmap-text {
  color: var(--text-color);
  text-transform: capitalize;
  margin-bottom: 25px;
}

.roadmap-layout2 {
  padding-bottom: 100px;
}
.roadmap-layout2 .title-area {
  margin-bottom: calc(var(--section-title-space) - 45px);
}
.roadmap-layout2 .sec-title {
  margin-bottom: 30px;
}
.roadmap-layout2 .title-text {
  margin-bottom: 0;
}
.roadmap-layout2 .list-style1 {
  margin-bottom: 40px;
}
.roadmap-layout2 .roadmap-body {
  padding-left: 30px;
}

.vs-roadmap {
  background-color: var(--theme-color2);
  padding: 27px 38px 38px 38px;
  position: relative;
  border-radius: 25px;
  overflow: hidden;
  text-align: left;
}
.vs-roadmap::after {
  content: "";
  position: absolute;
  border: 2px solid var(--border-color);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 25px;
  transition: border 0.3s ease;
}
.vs-roadmap::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 25px;
  padding: 2px;
  background: linear-gradient(
    270deg,
    rgba(67, 136, 221, 0.397) 0%,
    rgba(212, 73, 60, 0.445) 100%
  );
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none; /* prevent blocking */
}
.vs-roadmap:hover::before {
  opacity: 1;
  animation: borderDraw 0.5s linear forwards;
}
.vs-roadmap:hover::after {
  visibility: hidden;
  opacity: 0;
}
.vs-roadmap .icon-btn3 {
  margin-bottom: 22px;
}
.vs-roadmap .roadmap-title {
  margin-bottom: 12px;
}
.vs-roadmap .roadmap-text {
  margin-bottom: 15px;
}
.vs-roadmap .link-btn {
  color: var(--theme-color);
}
.vs-roadmap .link-btn:hover {
  color: var(--white-color);
}

.roadmap-style2 {
  text-align: left;
}

.roadmap-style3 {
  text-align: center;
  padding: 35px 32px 38px 32px;
}
.roadmap-style3 .icon-btn3 {
  margin: 0 auto 22px auto;
}

/* Extra large devices */
@media (max-width: 1500px) {
  .roadmap-layout2 .list-style1 ul {
    display: inline-block;
    text-align: left;
  }
  .roadmap-layout2 .roadmap-body {
    padding-left: 0px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .roadmap-layout2 {
    padding-bottom: 60px;
  }
  .roadmap-layout2 .title-area {
    text-align: left;
  }
  .roadmap-layout1 .custom-width {
    text-align: center;
    max-width: 660px;
    width: 100%;
  }
}
/*=================================
    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;
}

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

.space,
.space-bottom {
  padding-bottom: var(--section-space);
}

.space-extra,
.space-extra-top {
  padding-top: calc(var(--section-space) - 30px);
}

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

.custom-space-bottom {
  padding-bottom: 145px;
}

/* Medium devices */
@media (max-width: 991px) {
  .space,
  .space-top {
    padding-top: var(--section-space-mobile);
  }
  .space,
  .space-bottom {
    padding-bottom: var(--section-space-mobile);
  }
  .space-extra,
  .space-extra-top {
    padding-top: calc(var(--section-space-mobile) - 30px);
  }
  .space-extra,
  .space-extra-bottom {
    padding-bottom: calc(var(--section-space-mobile) - 30px);
  }
  .space-top-md-none {
    padding-top: 0;
  }
}
/*=================================
    06. Color Plate
==================================*/
/* Color Plate */
.vs-color-plate {
  position: fixed;
  display: block;
  z-index: 91;
  padding: 20px;
  width: 240px;
  background: #fff;
  left: 0;
  text-align: left;
  top: 30%;
  transition: all 0.4s ease;
  box-shadow: -3px 0px 10px -2px rgba(0, 0, 0, 0.1);
  direction: ltr;
  transform: translateX(-100%);
}
.vs-color-plate.open {
  transform: translateX(0);
}
.vs-color-plate .color-plate-icon {
  position: absolute;
  right: -48px;
  width: 48px;
  height: 45px;
  line-height: 45px;
  font-size: 21px;
  border-radius: 0 5px 5px 0;
  text-align: center;
  color: var(--white-color);
  top: 0;
  cursor: pointer;
  border: none;
  padding: 0;
  box-shadow: -4px 0px 5px rgba(0, 0, 0, 0.2117647059);
  background-color: var(--theme-color);
}
.vs-color-plate h4 {
  display: block;
  font-size: 18px;
  margin-bottom: 0px;
  font-weight: 500;
}
.vs-color-plate p {
  font-size: 12px;
  margin-bottom: 15px;
  line-height: 20px;
}
.vs-color-plate .reset-btn {
  border: none;
  padding: 0;
  height: 20px;
  font-size: 14px;
  text-transform: capitalize;
  color: var(--title-color);
  background-color: var(--smoke-color);
  width: 100%;
  height: 40px;
}
.vs-color-plate .reset-btn:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}
.vs-color-plate input[type="color"] {
  border: none;
  padding: 0;
}

.default-color-btn {
  border: none;
  background-color: #000;
  color: var(--white-color);
  font-weight: 400;
  font-family: var(--body-font);
  text-align: center;
  width: 100%;
  font-size: 14px;
  margin: 0 0 10px 0;
  padding: 5px 0;
}


.core-eng-h4 {
  text-align: left;
  list-style: none;
}

.core-eng-ul {
  text-align: left;
  list-style: none;
}

.core-eng-ul i {
  margin-right: 5px;
  color: #dc3545;
}

.core-eng-sec {
  padding: 70px 0;
  background: #000; 
}

.core-eng-sec__container {
  width: min(1200px, 92%);
  margin: 0 auto;
}

.core-eng-sec__title {
  font-size: 50px;
  font-weight: 700;
  color: var(--white-color);
  text-transform: capitalize;
  line-height: 120%;
  margin: -0.25em 0 0px 0;
  letter-spacing: 0.01em;
  text-align: center;
  background: linear-gradient(90deg, #aa1e22, #203ccd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Mobile aur tablet pe heading 30px */
@media (max-width: 1024px) {
  .core-eng-sec__title {
    font-size: 30px;
  }
}

.core-eng-sec__subtitle {
  color: #bfbfbf;
  text-align: center;
  margin-bottom: 20px;
}

.core-eng-sec__subtitle1 {
  color: #bfbfbf;
  text-align: center;
  margin-bottom: 30px;
}

.core-eng-sec__grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, 1fr);
  align-items: stretch;
  justify-content: center; 
  margin-bottom: 20px;
  
}


@media (max-width: 1024px) {
  .core-eng-sec__grid {
    grid-template-columns: repeat(2, minmax(300px, 1fr)); 
    justify-content: center;
  }
}

@media (max-width: 640px) {
  .core-eng-sec__grid {
    grid-template-columns: 1fr; 
    justify-content: center;
  }
}

.core-eng-sec__card {
  position: relative;
  height: 100%;
  padding: 20px;
  border-radius: 18px;
  background: linear-gradient(120deg, #aa1e22, #6c757d);
  overflow: hidden;
  clip-path: polygon(0% 0%, 92% 0%, 100% 16%, 100% 100%, 8% 100%, 0% 84%);
  border: 1.5px solid #01133c; 
  transition: 0.35s;
}

.core-eng-sec__card::before {
  content: "";
  position: absolute;
  inset: -2px;
  background: linear-gradient(120deg, #ff2a2a, #2a6bff);
  opacity: 0;
  transition: 0.35s;
  z-index: 0;
}

.core-eng-sec__card::after {
  content: "";
  position: absolute;
  inset: 2px;
  background: #161415;
  clip-path: polygon(0% 0%, 92% 0%, 100% 16%, 100% 100%, 8% 100%, 0% 84%);
  border-radius: 16px;
  z-index: 0;
}

.core-eng-sec__card:hover {
  transform: translateY(-8px) scale(1.02);
  border-color: transparent;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6);
}

.core-eng-sec__card:hover::before {
  opacity: 1; 
}

.core-eng-sec__cardTop,
.core-eng-sec__points {
  position: relative;
  z-index: 2;
}

.core-eng-sec__iconWrap {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: #aa1e22;
  border: 1px solid #2c2c2c;
}

.core-eng-sec__icon {
  font-size: 18px;
  color: #fff;
}

.core-eng-sec__cardTitle {
  color: #fff;
  font-size: 18px;
  margin: 0;
}

.core-eng-sec__points {
  list-style: none;
  padding: 0;
  margin-top: 15px;
  display: grid;
  gap: 10px;
}

.core-eng-sec__points li {
  display: flex;
  gap: 10px;
  color: #cfcfcf;
  font-size: 14.5px;
}

.core-eng-sec__points i {
  color: #2a6bff;
  font-size: 15px;
}

.comp-sec-bg{
  background-color: #100E0E;
}
.core-eng-sec__card:hover .core-eng-sec__points i {
  color: #ff2a2a;
}

/* responsive */
@media (max-width: 992px) {
  .core-eng-sec__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .core-eng-sec__grid {
    grid-template-columns: 1fr;
  }
}

/* why bio css */

.why-bio-sec-main {
  padding: 80px 20px;
  background: #f8f9fa;
}

.why-bio-sec-heading-wrapper {
  text-align: center;
  margin: 20px 0px;
}
.why-bio-span{
  color: #aa1e22;
}
.why-bio-sec-heading-wrapper h2 {
  font-size: 50px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 120%;
  margin: -0.25em 0 0px 0;
  letter-spacing: 0.01em;
  margin-bottom: 20px;
  color: #272f58;
}

.why-bio-sec-subheading {
  font-size: 18px;
  color: #3e3e3e;
  max-width: 900px;
  margin: 0 auto;
  line-height: 1.5;
}


.why-bio-sec-signals-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto 60px;
}


.why-bio-sec-platforms-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1000px;
  margin: 0 auto 50px;
}

.why-bio-sec-card {
  position: relative;
  background: #272F58;
  border-radius: 16px;
  padding: 28px 20px;
  text-align: center;
  transition: 0.3s;
  z-index: 1;
  overflow: hidden;
}

/* gradient border */
.why-bio-sec-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  padding: 1px; /* border thickness */
  background: linear-gradient(120deg, #aa1e22, #0d6efd);
  background-size: 300% 300%;
  animation: borderMove 4s linear infinite;

  /* mask trick for border */
  -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  z-index: -1;
}

/* animation */
@keyframes borderMove {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

/* optional hover glow */
.why-bio-sec-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 35px rgba(0,0,0,0.25);
}


/* .why-bio-sec-card:hover {
  transform: translateY(-10px);
  border-bottom: 5px solid #aa1e22;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
} */
.why-bio-sec-icon{
  color: #aa1e22 !important;
}
.why-bio-sec-card i {
  color: #aa1e22 !important; 
  margin-bottom: 20px;
  display: block;
  transition: transform 0.3s ease;
}

.why-bio-sec-card:hover i {
  transform: scale(1.15); /* Nice zoom on hover */
}

.why-bio-sec-card h4 {
  margin: 0 0 8px;
  font-size: 18px;
  color: #f1f1f1;
  font-weight: 600;
}

.why-bio-sec-contrast-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  padding: 1px; 
}
.why-bio-sec-contrast-card {
  position: relative;
  background: #272F58;
  border-radius: 16px;
  padding: 28px 20px;
  text-align: center;
  transition: 0.3s;
  z-index: 1;
  overflow: hidden;
}


/* optional hover glow */
.why-bio-sec-contrast-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 35px rgba(0,0,0,0.25);
}
.why-bio-sec-second-heading {
  text-align: center;
  font-size: 2.2rem;
  margin: 80px 0 40px;
  /* color: #aa1e23; */
  font-weight: 700;
  background: linear-gradient(90deg, #aa1e22, #203ccd);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.why-bio-sec-conclusion {
  text-align: center;
  font-size: 1.4rem;
  color: #333;
  max-width: 900px;
  margin: 0 auto;
}

.why-bio-sec-highlight {
  font-size: 1.7rem;
  font-weight: 700;
  color: #100e0e;
  margin-top: 20px;
}

/* Responsive adjustments */
@media (max-width: 1200px) {
  .why-bio-sec-signals-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 992px) {
  .why-bio-sec-signals-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .why-bio-sec-platforms-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .why-bio-sec-heading-wrapper h2 {
    font-size: 30px;
  }
  .why-bio-sec-subheading {
    font-size: 16px;
  }
  .why-bio-sec-signals-grid,
  .why-bio-sec-platforms-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (max-width: 576px) {
  .why-bio-sec-signals-grid,
  .why-bio-sec-platforms-grid {
    grid-template-columns: 1fr;
  }
  .why-bio-sec-card i {
    font-size: 3.5rem !important;
  }
}

/* section3 css */
.bio-success-sec-features {
  padding: 100px 20px;
  background: #F8F9FA;
    color: #100e0e;
}

.bio-success-sec-container {
  max-width: 1280px;
  margin: 0 auto;
}

.bio-success-sec-header {
  text-align: center;
  margin-bottom: 30px;
}

.bio-success-sec-main-title {
  font-size: 45px;
  font-weight: 800;
  margin-bottom: 20px;
  background: linear-gradient(90deg, #aa1e22, #203ccd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bio-success-sec-description {
  /* max-width: 780px; */
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.7;
  color: #100e0e;
}
.bio-success-sec-span {
  font-size: 18px;
}
/* Two-column grid */
.bio-success-sec-content-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.bio-success-sec-left {
  display: flex;
  flex-direction: column;
  /* gap: 48px; */
}

.bio-success-sec-subheading {
  font-size: 25px;
  font-weight: 700;
  color: #100e0e;
  margin: 10px 0px;
}

.bio-success-sec-subheading.second {
  color: #100e0e;
}

/* Points group */
.bio-success-sec-points-group {
  display: flex;
  flex-direction: column;
  gap: 18px;
  width: 50%;
}
.bio-success-sec-para {
  font-size: 18px;
  line-height: 1.7;
  color: #100e0e;
  margin-bottom: 10px;
}

.bio-success-sec-point-item {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 1.1rem;
  color: #100e0e;
}

.bio-success-sec-check-circle {
  width: 30px;
  height: 30px;
  background: #aa1e22;
  border-radius: 50%;
  display: flex;
  color: white;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(139, 92, 246, 0.25);
}

.bio-success-sec-check-circle i {
  color: white;
  font-size: 1.1rem;
}

/* Right Image - unique styling */
.bio-success-sec-right {
  position: relative;
}

.bio-success-sec-image-wrapper {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}
.bio-success-sec-two-div {
  display: flex;
  gap: 5px;
}
.bio-success-sec-main-image {
  width: 100%;
  height: 500px !important;
  object-fit: cover;
  display: block;
  border-radius: 24px;
  transition: transform 0.6s ease;
}

.bio-success-sec-image-wrapper:hover .bio-success-sec-main-image {
  transform: scale(1.06);
}

.bio-success-sec-image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(10, 0, 26, 0.15),
    rgba(139, 92, 246, 0.25)
  );
  pointer-events: none;
  z-index: 1;
}

.bio-success-sec-image-accent {
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 180px;
  height: 180px;
  background: radial-gradient(
    circle,
    rgba(139, 92, 246, 0.4) 0%,
    transparent 70%
  );
  border-radius: 50%;
  z-index: 0;
  filter: blur(40px);
}

/* Responsive */
@media (max-width: 1024px) {
  .bio-success-sec-content-grid {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .bio-success-sec-image-wrapper {
    max-width: 560px;
    margin: 0 auto;
  }
  
}@media(max-width:425px){
  .bio-success-sec-two-div {
    display: flex;
    gap: 5px;
    flex-direction: column;
}
.bio-success-sec-points-group {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
}
}
@media (max-width: 640px) {
  .bio-success-sec-main-title {
    font-size: 28px;
  }
  .bio-success-sec-main-image {
    height: 300px !important;
    
}

     .bio-success-sec-subheading {
        font-size: 18px;
    }
    .bio-success-sec-span {
    font-size: 16px;
}
}

/* whta you can section css */

.core-eng-sec-main2 {
  padding: 80px 20px;
  background: #000000;
}

.core-eng-sec-container2 {
  max-width: 1200px;
  margin: 0 auto;
}

.core-eng-sec-header2 {
  text-align: center;
  margin-bottom: 60px;
}

.core-eng-sec-header2 h2 {
  font-size: 45px;
  font-weight: 700;
  background: linear-gradient(90deg, #aa1e22, #203ccd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 20px;
}

.core-eng-sec-description2 {
  font-size: 18px;
  color: #eeecec;
  max-width: 900px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Cards Grid - 3 columns desktop, 2 tablet, 1 mobile */
.core-eng-sec-cards-grid2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

.core-eng-sec-card2 {
  background: #100e0e;
  border-radius: 16px;
  padding: 20px 15px;
  min-height: 340px;
  display: flex;
  flex-direction: column;
  transition: all 0.25s ease;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
  border: 1.5px solid transparent;
  background:
    linear-gradient(#100e0e, #100e0e) padding-box,
    linear-gradient(120deg, #aa1e22, #0066cc) border-box;
}

.core-eng-sec-card2:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 32px rgba(0, 102, 204, 0.12);
  border-color: #0066cc;
}

.core-eng-sec-card2 h4 {
  font-size: 18px;
  font-weight: 700;
  color: #aa1e22;
  margin: 0 0 20px 0;
}

.core-eng-sec-card2 ul {
  list-style: none;
  padding: 0;
  margin: 0;
  flex-grow: 1; /* Pushes content to make equal height */
}

.core-eng-sec-card2 li {
  font-size: 16px;
  color: #f7f7f7;
  margin-bottom: 14px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  line-height: 1.5;
}

.core-eng-sec-card2 i {
  color: #aa1e22;
  font-size: 1.1rem;
  margin-top: 4px;
  flex-shrink: 0;
}

/* Responsive */
@media (max-width: 992px) {
  .core-eng-sec-cards-grid2 {
    grid-template-columns: repeat(2, 1fr);
  }

  .core-eng-sec-header2 h2 {
    font-size: 2.4rem;
  }
}

@media (max-width: 576px) {
  .core-eng-sec-cards-grid2 {
    grid-template-columns: 1fr;
  }

  .core-eng-sec-card2 {
    min-height: auto;
    padding: 28px 20px;
  }

  .core-eng-sec-header2 h2 {
    font-size: 2rem;
  }

  .core-eng-sec-description2 {
    font-size: 1.15rem;
  }
}

/* ai-framework section css */
.ai-framework-section {
  max-width: 1400px;
  margin: 50px auto;
  padding: 20px;
  background-color: #0a0708;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Heading and Subheading */
.ai-framework-section h1 {
  text-align: center;
  font-size: 45px;
  margin-bottom: 10px;
  /* text-transform: uppercase; */
  background: linear-gradient(90deg, #aa1e22, #203ccd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ai-framework-section h2 {
  text-align: center;
  font-size: 1.8em;
  margin-bottom: 30px;
  color: #f7f7f7;
}

/* Card Grid */
.card-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}

/* Card Styles */
.card {
  background-color:transparent;
  border-radius: 15px;
  padding: 20px;
  text-align: center;
 background: 
  linear-gradient(#161415, #161415) padding-box,
  linear-gradient(45deg, #AA1E22, #007bff) border-box;
  transform: skewX(
    -5deg
  ); 
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  box-shadow: 4px 4px 0 #AA1E22; 
}

.card:hover {
  transform: skewX(-5deg) scale(1.05);
  box-shadow: 6px 6px 0 #AA1E22;
}

.card .icon-circle {
  width: 80px;
  height: 80px;
  background-color: #01133c;
  border-radius: 50%;
  margin: 0 auto 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 2em;
}
.roadmap-text{
  font-size: 18px !important;
}
.card h3 {
  font-size: 1.2em;
  margin-bottom: 10px;
  color: #f3f3f3;
  transform: skewX(5deg); 
}

/* Responsive Design */
@media (max-width: 1024px) {
  /* Tablet */
  .card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  /* Mobile */
  .card-grid {
    grid-template-columns: 1fr;
  }

  .ai-framework-section h1 {
    font-size: 2em;
  }

  .ai-framework-section h2 {
    font-size: 1.5em;
  }
}


/* section 8 css */
.pred-diff-sec {
            max-width: 1400px;
            margin: 60px auto;
            padding: 40px 20px;
            background: transparent;
            border-radius: 16px;
            /* border: 1px solid #ff0033; */
            /* box-shadow: 0 0 30px rgba(255, 0, 51, 0.15); */
        }

        .pred-diff-sec h1 {
            text-align: center;
            font-size: 2.8em;
            margin-bottom: 20px;
            background: linear-gradient(90deg, #ff0033, #007bff);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .pred-diff-sec p {
            text-align: center;
            font-size: 1.1em;
            line-height: 1.7;
            margin: 0 auto 10px;
            max-width: 900px;
            color: #ccc;
        }

        .pred-diff-sec p:last-of-type {
            margin-bottom: 50px;
        }

        /* Table Styles */
        .comparison-table {
            width: 100%;
            border-collapse: collapse;
            background: #111;
            border: 2px solid #ff0033;
            border-radius: 12px;
            /* overflow: hidden; */
        }

        .comparison-table th,
        .comparison-table td {
            padding: 16px 20px;
            text-align: left;          
            border: 1px solid #ff0033;
        }

        .comparison-table th {
            background: #1a1a1a;
            font-weight: bold;
            font-size: 1.1em;
            background: linear-gradient(90deg, #ff0033, #007bff);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            text-align: center;        
        }

        .comparison-table td {
            font-size: 1em;
        }

       
        .comparison-table td:nth-child(2),
        .comparison-table td:nth-child(3),
        .comparison-table td:nth-child(4),
        .comparison-table td:nth-child(5) {
            text-align: center;        
        }

        .check {
            color: #00ff88;
            font-size: 1.4em;
        }

        .cross {
            color: #ff4444;
            font-size: 1.4em;
        }

        .highlight {
            font-weight: bold;
            color: #ffcc00;
        }

       
        .capability-cell {
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .capability-cell i {
            font-size: 1.3em;
            color: #007bff;
            min-width: 24px;
        }

        /* Responsive */
        @media (max-width: 1024px) {
            .pred-diff-sec {
                margin: 40px 15px;
                padding: 30px 15px;
            }

            .comparison-table th,
            .comparison-table td {
                padding: 14px 12px;
                font-size: 0.95em;
            }
        }

        @media (max-width: 768px) {
            .pred-diff-sec h1 {
                font-size: 28px;
            }

            .pred-diff-sec p {
                font-size: 16px;
            }

            .table-wrapper {
                overflow-x: auto;
            }

            .comparison-table {
                min-width: 720px;
            }
        }

        /* section 9 css */

 .private-clss-sec-main{
background-color: #100E0E;
margin: 0px;
 }       
.private-clss-sec {
    max-width: 1400px;
    margin: auto;
    margin: 80px auto;
    padding: 80px 25px;
    
}

.private-clss-sec h1 {
    text-align: center;
    font-size: clamp(28px, 5vw, 45px);
    margin-bottom: 20px;
    background: linear-gradient(90deg, #ff0033, #007bff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.private-clss-intro-para {
    text-align: center;
    font-size: clamp(16px, 2.5vw, 18px);
    line-height: 1.7;
    max-width: 900px;
    margin: 0 auto 60px;
    color: #ccc;
}

.private-clss-content-wrapper {
    display: flex;
    align-items: center;
    gap: 50px;
    flex-wrap: wrap;
}

.private-clss-left-image {
    flex: 1 1 50%;
    min-width: 320px;
}

.private-clss-left-image img {
    width: 100%;
    height: 400px;
    border-radius: 16px;
    border: 2px solid #ff0033;
    box-shadow: 0 10px 30px rgba(255, 0, 51, 0.2);
    object-fit: cover;
}

.private-clss-right-content {
    flex: 1 1 45%;
    min-width: 320px;
}

.private-clss-right-content h2 {
    font-size: clamp(1.8rem, 4vw, 2.2rem);
    margin-bottom: 25px;
    color: #fff;
}

.private-clss-points-list {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}

.private-clss-points-list li {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
    font-size: clamp(1rem, 2.2vw, 1.1em);
}

.private-clss-points-list li i {
    color: #007bff;
    font-size: 1.5em;
    margin-right: 15px !important;
    margin-top: 4px;
    min-width: 30px;

}

.private-clss-extra-para {
    font-size: clamp(1rem, 2.2vw, 1.05em);
    line-height: 1.7;
    color: #bbb;
    margin-bottom: 35px;
}

.private-clss-cta-button {
    display: inline-block;
    padding: 16px 40px;
    font-size: clamp(1rem, 2.5vw, 1.1em);
    font-weight: bold;
    color: white;
    text-decoration: none;
    background: linear-gradient(90deg, #aa1e22, #01133c);
    border-radius: 50px;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgb(255 0 51 / 14%);
}
.private-clss-sec-icon{
  margin-right: 8px;
    color: #aa1e22;
}
.private-clss-cta-button:hover {
    transform: scale(0.95);
    color: white;
    box-shadow: 0 12px 35px rgb(0 123 255 / 10%);
}

/* ────────────── Responsive ────────────── */
@media (max-width: 1024px) {
    .private-clss-content-wrapper {
        gap: 40px;
    }

    .private-clss-sec {
        padding: 0 20px;
    }
}

@media (max-width: 768px) {
    .private-clss-content-wrapper {
        flex-direction: column;
        gap: 50px;
    }

    .private-clss-sec {
        margin: 60px auto;
        padding: 0 15px;
    }

    .private-clss-intro-para {
        margin-bottom: 50px;
    }

    .private-clss-cta-button {
        width: 100%;
        text-align: center;
        padding: 16px 30px;
    }
}

@media (max-width: 480px) {
    .private-clss-points-list li {
        font-size: 1em;
    }

    .private-clss-points-list li i {
        font-size: 1.3em;
        min-width: 28px;
    }
}

/* cta section csss */
.pre-cta-sec-btn {
    position: relative;
    padding: 100px 25px;
    text-align: center;
    color: white;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.pre-cta-sec-btn-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 600px !important;
    object-fit: cover;
    z-index: 1;
}

.pre-cta-sec-btn-overlay {
    position: absolute;
    inset: 0;
    background: rgb(0 0 0 / 13%); 
    z-index: 2;
}

.pre-cta-sec-btn > .content {
    position: relative;
    z-index: 3;
    max-width: 900px;
}

.pre-cta-sec-btn-heading {
    font-size: clamp(28px, 6vw, 4.5rem);
    margin-bottom: 20px;
    /* background: linear-gradient(325deg, #aa1e22, #007bff); */
    -webkit-background-clip: text;
    /* -webkit-text-fill-color: transparent; */
    font-weight: 800;
    color: white;
}

.pre-cta-sec-btn-para {
    font-size: 18px;
    margin: 0 auto 10px;
    line-height: 1.6;
    color: #e0e0e0;
}

.pre-cta-sec-btn-subheading {
    font-size: 20px;
    margin-bottom: 35px;
    color: #f7f7f7;
    font-weight: 600;
}

.pre-cta-sec-btn-button {
    display: inline-block;
    padding: 18px 50px;
    font-size: clamp(16px, 2.5vw, 18px);
    font-weight: bold;
    color: white;
    text-decoration: none;
    background: linear-gradient(90deg, #aa1e22, #272f58);
    border-radius: 60px;
    box-shadow: 0 10px 30px rgb(0 212 255 / 9%);
    transition: all 0.35s ease;
}

.pre-cta-sec-btn-button:hover {
    transform: scale(0.92);
    color: white;
    box-shadow: 0 15px 40px rgb(0 212 255 / 9%);
}

/* Responsive */
@media (max-width: 768px) {
    .pre-cta-sec-btn {
        padding: 80px 20px;
        min-height: 600px;
    }
    .pre-cta-sec-btn-button {
        width: 100%;
        max-width: 380px;
    }
}



/* signal new css */
 /* ─── SECTION WRAPPER ─── */
    .signal-new-sec {
      width: 100%;
      padding: 60px 60px;
      background: #ffffff;
      position: relative;
      overflow: hidden;
    }

    /* Subtle decorative blobs */
    .signal-new-sec::before {
      content: '';
      position: absolute;
      top: -80px;
      right: -80px;
      width: 300px;
      height: 300px;
      background: radial-gradient(circle, rgba(234, 179, 80, 0.10) 0%, transparent 70%);
      pointer-events: none;
    }
    .signal-new-sec::after {
      content: '';
      position: absolute;
      bottom: -80px;
      left: -60px;
      width: 260px;
      height: 260px;
      background: radial-gradient(circle, rgba(110, 180, 130, 0.10) 0%, transparent 70%);
      pointer-events: none;
    }
 
    .signal-new-sec__heading {
          font-size: 50px;
          font-weight: 700;
          color: var(--white-color);
          text-transform: capitalize;
          line-height: 120%;
          margin: 15px 0px;
          letter-spacing: 0.01em;
          text-align: center;
          background: linear-gradient(90deg, #aa1e22, #203ccd);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
    }
    .signal-new-sec__heading span {
      color: #b07d3a;
    }

   
    .signal-new-sec__subheading {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.75;
    color: #100e0e;
   
    margin-bottom: 52px;
    text-align: center;
    }

  

  
    .signal-new-sec__grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 20px;
    }

    .signal-new-sec__col {
      background: #ffeded;
    border: 1px solid #aa1e22;
      border-radius: 18px;
      padding: 36px 32px;
      display: flex;
      flex-direction: column;
      transition: border-color 0.3s ease, box-shadow 0.3s ease;
    }
    .signal-new-sec__col:hover {
      border-color: #272F58;
      box-shadow: 0 6px 28px rgba(180, 130, 60, 0.08);
    }

 
    .signal-new-sec__item {
      display: flex;
      align-items: center;
      gap: 18px;
      padding: 22px 0;
      border-bottom: 1px solid #ede7de;
    }
    .signal-new-sec__item:first-child {
      padding-top: 0;
    }
    .signal-new-sec__item:last-child {
      border-bottom: none;
      padding-bottom: 0;
    }

   
    .signal-new-sec__icon {
      width: 46px;
      height: 46px;
      min-width: 46px;
      border-radius: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 17px;
      transition: transform 0.25s ease;
    }
    .signal-new-sec__item:hover .signal-new-sec__icon {
      transform: scale(1.08) rotate(-4deg);
    }

   
    .signal-new-sec__icon--amber {
    background: #fff;
    color: #aa1e22;
    border: 1px solid #aa1e22;
    }
    .signal-new-sec__icon--sage {
    background: #fff;
    color: #01133c;
    border: 1px solid #01133c;
    }

    /* Item text */
    .signal-new-sec__item-title {
      font-size: 15.5px;
      font-weight: 600;
      color: #1c1a17;
      margin-bottom: 5px;
      letter-spacing: -0.2px;
    }
    .signal-new-sec__item-desc {
      font-size: 13.5px;
      color: #9a8f82;
      line-height: 1.65;
      font-weight: 400;
    }

    /* ─── RESPONSIVE: TABLET ─── */
    @media (max-width: 860px) {
      .signal-new-sec {
        padding: 60px 40px;
      }
      .signal-new-sec__grid {
        grid-template-columns: 1fr 1fr;
        gap: 14px;
      }
      .signal-new-sec__col {
        padding: 28px 22px;
      }
    }

    /* ─── RESPONSIVE: MOBILE ─── */
    @media (max-width: 580px) {
      .signal-new-sec {
        padding: 44px 22px;
        border-radius: 16px;
      }
      .signal-new-sec__grid {
        grid-template-columns: 1fr;
        gap: 16px;
      }
      .signal-new-sec__heading {
        letter-spacing: -0.8px;
        font-size: 30px;
      }
      .signal-new-sec__subheading {
        margin-bottom: 36px;
      }
      .signal-new-sec__divider {
        margin-bottom: 36px;
      }
    }

    /* ─── FADE-IN ANIMATION ─── */
    @keyframes signal-fadein {
      from { opacity: 0; transform: translateY(20px); }
      to   { opacity: 1; transform: translateY(0); }
    }
    .signal-new-sec__label      { animation: signal-fadein 0.5s ease both; animation-delay: 0.05s; }
    .signal-new-sec__heading    { animation: signal-fadein 0.5s ease both; animation-delay: 0.15s; }
    .signal-new-sec__subheading { animation: signal-fadein 0.5s ease both; animation-delay: 0.25s; }
    .signal-new-sec__divider    { animation: signal-fadein 0.5s ease both; animation-delay: 0.30s; }
    .signal-new-sec__col:nth-child(1) { animation: signal-fadein 0.5s ease both; animation-delay: 0.38s; }
    .signal-new-sec__col:nth-child(2) { animation: signal-fadein 0.5s ease both; animation-delay: 0.48s; }

/* bio score section css */

    /* ── Section ── */
    .bio-score-new-sec {
      width: 100%;
      background: #F8F9FA;
      padding: 60px 20px;
    }

    
    .bio-score-new-sec__container {
      max-width: 1300px;
      width: 100%;
      margin-inline: auto;
    }

  
    .bio-score-new-sec__heading {
      text-align: center;
      margin-bottom: 52px;
    }

    .bio-score-new-sec__heading h2 {
          font-size: 50px;
          font-weight: 700;
          color: var(--white-color);
          text-transform: capitalize;
          line-height: 120%;
          margin: 15px 0px;
          letter-spacing: 0.01em;
          text-align: center;
          background: linear-gradient(90deg, #aa1e22, #203ccd);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
    }

    .bio-score-new-sec__heading h2 span {
      color: #2563eb;
    }

    .bio-score-new-sec__heading p {
      margin-top: 14px;
      font-size: 1.05rem;
      color: #5a6272;
      max-width: 540px;
      margin-inline: auto;
      line-height: 1.7;
    }

   
    .bio-score-new-sec__row {
      display: flex;
      gap: 40px;
      align-items: stretch; 
    }

    
    .bio-score-new-sec__left {
      flex: 1;
      background: #ffffff;
      border: 1px solid #e2e8f0;
      border-radius: 20px;
      padding: 24px 24px;
      display: flex;
      flex-direction: column;
    }

    .bio-score-new-sec__para {
      font-size: 18px;
      color: #100e0e;
      line-height: 1.8;
      margin-bottom: 20px;
    }

   
    .bio-score-new-sec__inner-row {
      display: flex;
      gap: 24px;
      flex: 1;
    }

    .bio-score-new-sec__inner-box {
      flex: 1;
      background: #f8fafc;
      border: 1px solid #e2e8f0;
      border-radius: 14px;
      padding: 24px 20px;
      display: flex;
      flex-direction: column;
      gap: 18px;
    }

    .bio-score-new-sec__inner-box h4 {
      font-family: 'Playfair Display', serif;
      font-size: 1rem;
      font-weight: 700;
      color: #2563eb;
      border-bottom: 1px solid #e2e8f0;
      padding-bottom: 10px;
      margin-bottom: 4px;
    }

    
    .bio-score-new-sec__point {
      display: flex;
      align-items: flex-start;
      gap: 12px;
    }

    .bio-score-new-sec__point-icon {
      width: 34px;
      height: 34px;
      min-width: 34px;
      border-radius: 8px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 15px;
    }

    .bio-score-new-sec__inner-box--a .bio-score-new-sec__point-icon {
      background: rgb(248 248 248 / 10%);
    color: #aa1e22;
    border: 1px solid #aa1e22;
    }

    .bio-score-new-sec__inner-box--b .bio-score-new-sec__point-icon {
      background: rgb(248 248 248 / 10%);
    color: #aa1e22;
    border: 1px solid #aa1e22;
    }


    .bio-score-new-sec__point-text strong {
      display: block;
      color: #1a1a2e;
      font-size: 18px;
      margin-bottom: 2px;
    }

    .bio-score-new-sec__right {
      flex: 1;
      border-radius: 20px;
      overflow: hidden;
      position: relative;
      /* min-height: 420px; */
      height: 500px;
    }

    .bio-score-new-sec__right img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      transition: transform 0.6s ease;
    }

    .bio-score-new-sec__right:hover img {
      transform: scale(1.04);
    }

    .bio-score-new-sec__right-overlay {
      position: absolute;
      inset: 0;
      background: linear-gradient(160deg, rgba(255,255,255,0.05) 0%, rgba(0,0,0,0.35) 100%);
      pointer-events: none;
    }

    .bio-score-new-sec__right-badge {
      position: absolute;
      bottom: 28px;
      left: 28px;
      background: rgba(255,255,255,0.92);
      backdrop-filter: blur(10px);
      border: 1px solid #e2e8f0;
      border-radius: 12px;
      padding: 14px 20px;
      display: flex;
      align-items: center;
      gap: 12px;
    }

    .bio-score-new-sec__right-badge i {
      color: #2563eb;
      font-size: 1.3rem;
    }

    .bio-score-new-sec__right-badge span {
      font-size: 0.85rem;
      color: #5a6272;
      line-height: 1.4;
    }

    .bio-score-new-sec__right-badge strong {
      display: block;
      color: #1a1a2e;
      font-size: 0.96rem;
    }

    /* ── Responsive ── */
    @media (max-width: 768px) {
      .bio-score-new-sec__row { flex-direction: column; }
      .bio-score-new-sec__inner-row { flex-direction: column; }
      .bio-score-new-sec__right { min-height: 300px; }
      .bio-score-new-sec__para { font-size: 16px; }
      .bio-score-new-sec__heading h2{
        font-size: 30px;
      }
    }

    @media (min-width: 769px) and (max-width: 1024px) {
      .bio-score-new-sec__para { font-size: 16px; }
    }
       
    /* do with section csss */
    /* ===== SECTION — white background, full width ===== */
    .do-with-sec {
      background: #ffffff;
      width: 100%;
      padding: 80px 20px;
    }

    /* ===== INNER CONTAINER — 1300px centred ===== */
    .do-with-sec__container {
      width: 100%;
      max-width: 1300px;
      margin: 0 auto;
    }

    /* ===== TOP HEADING ===== */
    .do-with-sec__heading {
      text-align: center;
      margin-bottom: 60px;
    }
    .do-with-sec-new-span{
      color: #aa1e22 !important;
    }

    .do-with-sec__heading h2 {
      font-size: 45px;
      font-weight: 900;
      color: #1a1a1a;
      text-transform: capitalize;
      line-height: 120%;
      margin: 15px 0px;
      letter-spacing: 0.01em;
      text-align: center;
          
    }

    .do-with-sec__heading h2 span {
      color: #e63946;
    }

    .do-with-sec__heading p {
      margin-top: 40px;
      font-size: 16px;
      color: #6b7280;
      font-weight: 400;
    }

    /* ===== DIAGRAM LAYOUT ===== */
    .do-with-sec__diagram {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 0;
      position: relative;
    }

    /* ===== LEFT CIRCLE ===== */
    .do-with-sec__circle-wrap {
      flex-shrink: 0;
      position: relative;
      width: 240px;
      height: 240px;
    }

    .do-with-sec__circle-outer {
      position: absolute;
      inset: 0;
      border-radius: 50%;
      border: 2.5px dashed #c8cfe8;
      animation: spin-slow 24s linear infinite;
    }

    @keyframes spin-slow {
      to { transform: rotate(360deg); }
    }

    .do-with-sec__circle-inner {
      position: absolute;
      inset: 20px;
      border-radius: 50%;
      background: #ffffff;
      box-shadow: 0 8px 48px rgba(30,40,100,0.14);
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      padding: 24px;
    }

    .do-with-sec__circle-inner p {
      font-size: 15px;
      font-weight: 700;
      color: #1a1a2e;
      line-height: 1.55;
    }

    .do-with-sec__circle-dot {
      position: absolute;
      right: -7px;
      top: 50%;
      transform: translateY(-50%);
      width: 14px;
      height: 14px;
      background: #e63946;
      border-radius: 50%;
      border: 2px solid #fff;
      box-shadow: 0 0 0 4px rgba(230,57,70,0.18);
      z-index: 2;
    }

    /* ===== CONNECTORS ===== */
    .do-with-sec__connectors {
      flex-shrink: 0;
      display: flex;
      flex-direction: column;
      justify-content: space-around;
      position: relative;
      width: 100px;
      height: 308px;
    }

    .do-with-sec__spine {
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      width: 2px;
      background: #d1d5e8;
    }

    .do-with-sec__branch {
      flex: 1;
      display: flex;
      align-items: center;
      position: relative;
    }

    .do-with-sec__branch::before {
      content: '';
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 100%;
      height: 2px;
      background: #d1d5e8;
    }

    .do-with-sec__branch-dot {
      position: absolute;
      left: -5px;
      top: 50%;
      transform: translateY(-50%);
      width: 11px;
      height: 11px;
      border-radius: 50%;
      border: 2px solid #fff;
      z-index: 2;
    }

    /* ===== BRANCH DOT COLORS ===== */
    .do-with-sec__branch-dot--1 { background: #e63946; box-shadow: 0 0 0 3px rgba(230,57,70,0.2); }
    .do-with-sec__branch-dot--2 { background: #f4a11d; box-shadow: 0 0 0 3px rgba(244,161,29,0.2); }
    .do-with-sec__branch-dot--3 { background: #4fc3a1; box-shadow: 0 0 0 3px rgba(79,195,161,0.2); }
    .do-with-sec__branch-dot--4 { background: #5b8def; box-shadow: 0 0 0 3px rgba(91,141,239,0.2); }

    /* ===== CARDS COLUMN ===== */
    .do-with-sec__cards {
      flex: 1;
      max-width: 480px;
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    /* ===== SINGLE CARD ===== */
    .do-with-sec__card {
      display: flex;
      align-items: center;
      height: 64px;
      opacity: 0;
      transform: translateX(30px);
      animation: slide-in 0.5s ease forwards;
    }

    .do-with-sec__card:nth-child(1) { animation-delay: 0.10s; }
    .do-with-sec__card:nth-child(2) { animation-delay: 0.25s; }
    .do-with-sec__card:nth-child(3) { animation-delay: 0.40s; }
    .do-with-sec__card:nth-child(4) { animation-delay: 0.55s; }

    @keyframes slide-in {
      to { opacity: 1; transform: translateX(0); }
    }

    .do-with-sec__card-num {
      flex-shrink: 0;
      width: 52px;
      height: 52px;
      border-radius: 50%;
      background: #ffffff;
      border: 3px solid currentColor;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 18px;
      font-weight: 800;
      z-index: 2;
      box-shadow: 0 2px 14px rgba(0,0,0,0.10);
    }

    .do-with-sec__card-body {
      flex: 1;
      height: 100%;
      display: flex;
      align-items: center;
      padding: 0 32px 0 22px;
      margin-left: -12px;
      clip-path: polygon(0 0, calc(100% - 24px) 0, 100% 50%, calc(100% - 24px) 100%, 0 100%);
      transition: filter 0.2s ease;
    }

    .do-with-sec__card:hover .do-with-sec__card-body {
      filter: brightness(1.1);
    }

    .do-with-sec__card-body span {
      font-size: 15px;
      font-weight: 600;
      color: #ffffff;
    }

    /* Per-card colors */
    .do-with-sec__card--1 .do-with-sec__card-num  { color: #e63946; }
    .do-with-sec__card--1 .do-with-sec__card-body { background: #e63946; }

    .do-with-sec__card--2 .do-with-sec__card-num  { color: #f4a11d; }
    .do-with-sec__card--2 .do-with-sec__card-body { background: #f4a11d; }

    .do-with-sec__card--3 .do-with-sec__card-num  { color: #4fc3a1; }
    .do-with-sec__card--3 .do-with-sec__card-body { background: #4fc3a1; }

    .do-with-sec__card--4 .do-with-sec__card-num  { color: #5b8def; }
    .do-with-sec__card--4 .do-with-sec__card-body { background: #5b8def; }

    /* =======================================
       TABLET — max-width: 900px
    ======================================= */
    @media (max-width: 900px) {
      .do-with-sec {
        padding: 60px 20px;
      }
      .do-with-sec__heading h2{
        font-size: 30px;
      }

      .do-with-sec__circle-wrap {
        width: 190px;
        height: 190px;
      }

      .do-with-sec__connectors {
        width: 70px;
        height: 260px;
      }

      .do-with-sec__cards {
        max-width: 100%;
      }

      .do-with-sec__card {
        height: 58px;
      }

      .do-with-sec__card-num {
        width: 46px;
        height: 46px;
        font-size: 16px;
      }

      .do-with-sec__card-body span {
        font-size: 14px;
      }
    }
    @media(max-width:500px){
       .do-with-sec__heading h2{
        font-size: 25px;
      }
    }

    /* =======================================
       MOBILE — max-width: 600px
    ======================================= */
    @media (max-width: 600px) {
      .do-with-sec {
        padding: 48px 16px;
      }

      .do-with-sec__heading {
        margin-bottom: 36px;
      }

      .do-with-sec__heading p {
        font-size: 14px;
      }

      /* Stack vertically on mobile */
      .do-with-sec__diagram {
        flex-direction: column;
        align-items: center;
        gap: 32px;
      }

      /* Hide connectors on mobile */
      .do-with-sec__connectors,
      .do-with-sec__circle-dot {
        display: none;
      }

      .do-with-sec__circle-wrap {
        width: 170px;
        height: 170px;
      }

      .do-with-sec__circle-inner p {
        font-size: 13px;
      }

      .do-with-sec__cards {
        width: 100%;
        max-width: 400px;
        gap: 14px;
      }

      .do-with-sec__card {
        height: 56px;
        transform: translateY(20px);
        animation: slide-in-mobile 0.5s ease forwards;
      }

      @keyframes slide-in-mobile {
        to { opacity: 1; transform: translateY(0); }
      }

      .do-with-sec__card-num {
        width: 44px;
        height: 44px;
        font-size: 15px;
      }

      .do-with-sec__card-body {
        padding: 0 24px 0 18px;
        clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 50%, calc(100% - 18px) 100%, 0 100%);
      }

      .do-with-sec__card-body span {
        font-size: 13.5px;
      }
    }

    /* inside platform css */
    .ins-platform-sec {
      width: 100%;
      padding: 90px 40px;
      background: #faf8f5;
      position: relative;
      overflow: hidden;
    }

    /* subtle texture overlay */
    .ins-platform-sec::before {
      content: '';
      position: absolute;
      inset: 0;
      background-image:
        radial-gradient(circle at 10% 20%, rgba(200,185,165,0.18) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgba(180,165,145,0.14) 0%, transparent 50%);
      pointer-events: none;
    }

    /* ───────────── HEADING WRAPPER ───────────── */
    .ins-platform-sec__header {
      text-align: center;
      margin-bottom: 60px;
      position: relative;
      z-index: 1;
    }

    .ins-platform-sec__eyebrow {
      display: inline-block;
      font-family: 'DM Sans', sans-serif;
      font-size: 12px;
      font-weight: 500;
      letter-spacing: 4px;
      text-transform: uppercase;
      color: #9a8472;
      margin-bottom: 16px;
    }

    .ins-platform-sec__heading {
     
      font-size: 50px;      
      font-weight: 900;
      line-height: 1.12;
      color: #1a1512;
      letter-spacing: -1px;
      background: linear-gradient(90deg, #aa1e22, #203ccd);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
    }

    .ins-platform-sec__heading span {
      color: #c8a882;
    }

    .ins-platform-sec__divider {
      width: 60px;
      height: 3px;
      background: linear-gradient(90deg, #c8a882, #e5d5c0);
      margin: 24px auto 0;
      border-radius: 2px;
    }

    /* ───────────── IMAGE GRID ───────────── */
    .ins-platform-sec__grid {
      display: flex;
      gap: 24px;
      justify-content: center;
      align-items: stretch;
      position: relative;
      z-index: 1;
      max-width: 1200px;
      margin: 0 auto;
    }

    /* ───────────── CARD ───────────── */
    .ins-platform-sec__card {
      flex: 1 1 0;
      min-width: 0;
      border-radius: 18px;
      overflow: hidden;
      position: relative;
      aspect-ratio: 4 / 5;
      background: #e8e0d5;
      box-shadow:
        0 4px 20px rgba(100, 80, 60, 0.08),
        0 1px 4px rgba(100, 80, 60, 0.06);
      transition: box-shadow 0.4s ease, transform 0.4s ease;
      cursor: pointer;
    }

    .ins-platform-sec__card:hover {
      box-shadow:
        0 20px 50px rgba(100, 80, 60, 0.18),
        0 6px 16px rgba(100, 80, 60, 0.10);
      transform: translateY(-6px);
    }

    /* ── IMAGE ── */
    .ins-platform-sec__img-wrap {
      width: 100%;
      height: 100%;
      overflow: hidden;
      position: absolute;
      inset: 0;
    }

    .ins-platform-sec__img {
      width: 100%;
      height: 100% !important;
      object-fit: cover;
      display: block;
      transition: transform 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }

    .ins-platform-sec__card:hover .ins-platform-sec__img {
      transform: scale(1.10);
    }



    /* ───────────── PLACEHOLDER IMAGES (using picsum) ───────────── */
    .ins-platform-sec__card:nth-child(1) .ins-platform-sec__img {
      background: linear-gradient(135deg, #d4b896 0%, #a07855 100%);
    }
    .ins-platform-sec__card:nth-child(2) .ins-platform-sec__img {
      background: linear-gradient(135deg, #b8c9d4 0%, #7899a8 100%);
    }
    .ins-platform-sec__card:nth-child(3) .ins-platform-sec__img {
      background: linear-gradient(135deg, #c8d4b0 0%, #889968 100%);
    }

    /* ───────────── TABLET ───────────── */
    @media (max-width: 1024px) {
      .ins-platform-sec {
        padding: 70px 32px;
      }

      .ins-platform-sec__heading {
        font-size: 30px; 
        letter-spacing: -0.5px;
      }

      .ins-platform-sec__grid {
        gap: 18px;
      }

      .ins-platform-sec__card-title {
        font-size: 19px;
      }

      .ins-platform-sec__card-content {
        padding: 22px 18px;
      }
    }

    /* ───────────── MOBILE ───────────── */
    @media (max-width: 767px) {
      .ins-platform-sec {
        padding: 56px 20px;
      }

      .ins-platform-sec__heading {
        font-size: 30px;    /* mobile */
        letter-spacing: -0.5px;
      }

      .ins-platform-sec__header {
        margin-bottom: 40px;
      }

      .ins-platform-sec__grid {
        flex-direction: column;
        gap: 20px;
      }

      .ins-platform-sec__card {
        aspect-ratio: 16 / 9;
        flex: none;
        width: 100%;
      }

      .ins-platform-sec__card-sub {
        opacity: 1;
        transform: translateY(0);
      }

      .ins-platform-sec__card-content {
        padding: 20px 18px;
      }

      .ins-platform-sec__card-title {
        font-size: 20px;
      }
    }

    /* ───────────── SMALL MOBILE ───────────── */
    @media (max-width: 480px) {
      .ins-platform-sec {
        padding: 48px 16px;
      }

      .ins-platform-sec__card {
        aspect-ratio: 4 / 3;
      }

      .ins-platform-sec__heading {
        font-size: 30px;
      }
    }

    /* compliance section css */
     .comp-sec-new {
      width: 100%;
      background: #272f58;
      padding: 60px 20px;
    }

    /* ─── INNER CARD — all visual styling ───────────────── */
    .comp-sec-new-card {
      position: relative;
      width: 100%;
      max-width: 860px;
      margin: 0 auto;
      background: #ffffff;
      border-radius: var(--comp-sec-new-radius);
      padding: 80px 72px;
      overflow: hidden;
      box-shadow:
        0 0 0 1px rgba(255,255,255,0.06) inset,
        0 30px 90px rgba(39, 47, 88, 0.25),
        0 8px 32px rgba(39, 47, 88, 0.15);
      animation: comp-sec-new-fade-in 0.8s ease both;
    }

    /* corner accent lines on the card */
    .comp-sec-new-card::before,
    .comp-sec-new-card::after {
      content: '';
      position: absolute;
      width: 60px;
      height: 60px;
      border-color: #272f58;
      border-style: solid;
      opacity: 0.3;
    }
    .comp-sec-new-card::before {
      top: 20px; left: 20px;
      border-width: 1px 0 0 1px;
      border-radius: 6px 0 0 0;
    }
    .comp-sec-new-card::after {
      bottom: 20px; right: 20px;
      border-width: 0 1px 1px 0;
      border-radius: 0 0 6px 0;
    }

    /* ─── HEADING ───────────────────────────────────────── */
    .comp-sec-new-heading {
      font-family: 'Playfair Display', serif;
      font-size: clamp(2rem, 5vw, 3.4rem);
      font-weight: 700;
      line-height: 1.15;
      color: #272f58;
      letter-spacing: -0.01em;
      margin-bottom: 28px;
      animation: comp-sec-new-slide-up 0.7s 0.1s ease both;
    }

    .comp-sec-new-heading-highlight {
      position: relative;
      display: inline;
      color: var(--comp-sec-new-accent);
    }

    /* underline shimmer */
    .comp-sec-new-heading-highlight::after {
      content: '';
      position: absolute;
      left: 0; bottom: -4px;
      width: 100%; height: 2px;
      background: linear-gradient(90deg, rgba(255,255,255,0.8), transparent);
      border-radius: 2px;
      animation: comp-sec-new-shimmer 2.4s 1s ease infinite;
    }

    /* ─── DIVIDER ───────────────────────────────────────── */
    .comp-sec-new-divider {
      display: flex;
      align-items: center;
      gap: 14px;
      margin-bottom: 28px;
      animation: comp-sec-new-slide-up 0.7s 0.2s ease both;
    }

    .comp-sec-new-divider-bar {
      flex: 1;
      height: 1px;
      background: linear-gradient(90deg, var(--comp-sec-new-border), transparent);
    }

    .comp-sec-new-divider-dot {
      width: 6px;
      height: 6px;
      background: var(--comp-sec-new-accent);
      border-radius: 50%;
      box-shadow: 0 0 10px rgba(255,255,255,0.6);
    }

    /* ─── PARAGRAPH ─────────────────────────────────────── */
    .comp-sec-new-para {
      font-size: 16px;
      font-weight: 300;
      line-height: 1.85;
      color: #100e0e;
      max-width: 640px;
      animation: comp-sec-new-slide-up 0.7s 0.3s ease both;
    }

    .comp-sec-new-para + .comp-sec-new-para {
      margin-top: 18px;
    }

    /* background glow blob */
    .comp-sec-new-glow {
      position: absolute;
      width: 420px;
      height: 420px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(255,255,255,0.05) 0%, transparent 70%);
      top: -140px;
      right: -100px;
      pointer-events: none;
    }

    /* ─── ANIMATIONS ─────────────────────────────────────── */
    @keyframes comp-sec-new-fade-in {
      from { opacity: 0; transform: scale(0.97); }
      to   { opacity: 1; transform: scale(1); }
    }

    @keyframes comp-sec-new-slide-up {
      from { opacity: 0; transform: translateY(18px); }
      to   { opacity: 1; transform: translateY(0); }
    }

    @keyframes comp-sec-new-shimmer {
      0%, 100% { opacity: 0.6; width: 100%; }
      50%       { opacity: 1;   width: 80%; }
    }

    /* ─── TABLET ─────────────────────────────────────────── */
    @media (max-width: 768px) {
      .comp-sec-new {
        padding: 40px 16px;
      }

      .comp-sec-new-card {
        padding: 60px 48px;
        border-radius: 16px;
      }

      .comp-sec-new-glow {
        width: 280px;
        height: 280px;
        top: -80px;
        right: -60px;
      }
    }

    /* ─── MOBILE ─────────────────────────────────────────── */
    @media (max-width: 480px) {
      .comp-sec-new {
        padding: 28px 14px;
      }

      .comp-sec-new-card {
        padding: 40px 24px;
        border-radius: 14px;
      }

      .comp-sec-new-card::before {
        width: 40px;
        height: 40px;
        top: 14px;
        left: 14px;
      }
      .comp-sec-new-card::after {
        width: 40px;
        height: 40px;
        bottom: 14px;
        right: 14px;
      }

      .comp-sec-new-heading {
        margin-bottom: 20px;
        font-size: 25px;
      }

      .comp-sec-new-glow {
        width: 200px;
        height: 200px;
        top: -60px;
        right: -40px;
      }
    }

/*======================= All the new style css for all the section start =========================================*/

/*===== Hero section css =====*/
 .bio-int-hero-sec {
      position: relative;
      min-height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
    }

    
    .bio-int-hero-sec__bg {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100% !important;
      object-fit: cover;
      object-position: center;
      transform: scale(1.05);
      transition: transform 8s ease;
    }
    .bio-int-hero-sec:hover .bio-int-hero-sec__bg {
      transform: scale(1);
    }

   
    .bio-int-hero-sec__overlay {
      position: absolute;
      inset: 0;
      background: linear-gradient(
        135deg,
        rgba(10, 10, 20, 0.78) 0%,
        rgba(20, 10, 10, 0.65) 60%,
        rgba(90, 10, 10, 0.50) 100%
      );
    }

   
    .bio-int-hero-sec__content {
      position: relative;
      z-index: 2;
      max-width: 1170px;
      width: 90%;
      margin: 0 auto;
      text-align: center;
      /* padding: 80px 24px; */
      padding-top: 90px;
      padding-left: 24px;
      padding-right: 24px;
      animation: bio-fadeUp 1s ease both;
    }

   
    .bio-int-hero-sec__heading {
      font-size: 50px;
      font-weight: 900;
      color: #ffffff;
      line-height: 1.1;
      letter-spacing: -0.02em;
      margin-bottom: 28px;
      text-shadow: 0 4px 30px rgba(0,0,0,0.5);
    }
    .bio-int-hero-sec__heading span {
      color: #e03030;
    }

    
    .bio-int-hero-sec__para {
      font-size: 20px;
      font-weight: 300;
      color: rgba(255,255,255,0.82);
      line-height: 1.85;
      max-width: 820px;
      margin: 0 auto 10px;
      letter-spacing: 0.02em;
    }

    
    .bio-int-hero-sec__btns {
      display: flex;
      flex-direction: row;
      gap: 20px;
      justify-content: center;
      flex-wrap: wrap;
    }

  
    .bio-int-hero-sec__btn {
      font-size: 13px;
      font-weight: 400;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      color: #ffffff;
      padding: 15px 20px;
      border: 1.5px solid rgba(255,255,255,0.6);
      background: transparent;
      cursor: pointer;
      position: relative;
      overflow: hidden;
      transition: color 0.4s ease, border-color 0.4s ease;
      text-decoration: none;
      display: inline-block;
    }

   
    .bio-int-hero-sec__btn::before {
      content: '';
      position: absolute;
      top: 0;
      left: -100%;
      width: 100%;
      height: 100%;
      background: #c0201f;
      transition: left 0.38s cubic-bezier(0.45, 0, 0.15, 1);
      z-index: 0;
    }
    .bio-int-hero-sec__btn:hover::before {
      left: 0;
    }
    .bio-int-hero-sec__btn:hover {
      border-color: #c0201f;
      color: #ffffff;
    }
    .bio-int-hero-sec__btn span {
      position: relative;
      z-index: 1;
    }

   
    .bio-int-hero-sec__line {
      width: 52px;
      height: 2px;
      background: #e03030;
      margin: 0 auto 32px;
    }

    
    @keyframes bio-fadeUp {
      from { opacity: 0; transform: translateY(36px); }
      to   { opacity: 1; transform: translateY(0); }
    }

   
    @media (max-width: 900px) {
      .bio-int-hero-sec__content {
        padding: 64px 20px;
      }
      .bio-int-hero-sec__para {
        font-size: 25px;
      }
      .bio-int-hero-sec__heading{
        font-size: 45px;
      }
    }

    
    @media (max-width: 560px) {
      .bio-int-hero-sec__content {
        /* padding: 150px 0px; */
        padding-top: 150px;
      }
      .bio-int-hero-sec__btns {
        flex-direction: column;
        align-items: center;
      }
      .bio-int-hero-sec__btn {
        width: 100%;
        max-width: 300px;
        text-align: center;
        font-size: 13px;
      }
       .bio-int-hero-sec__heading{
        font-size: 30px;
      }
      .bio-int-hero-sec__para {
       margin: 0 auto 10px;
      }
    }
 
    /*===== why bio section css =====*/
    .bio-int-why-bio-sec {
      position: relative;
      min-height: 50vh;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
    }
    .bio-int-why-bio-sec__span{
      color: #aa1e22 !important;
    }

    /* ── BG Image (img tag) ── */
    .bio-int-why-bio-sec__bg-img {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      z-index: 0;
    }

    
    .bio-int-why-bio-sec__overlay {
      position: absolute;
      inset: 0;
      background: linear-gradient(160deg, rgba(255, 255, 255, 0.88) 0%, rgb(253 253 253 / 0%) 50%, rgba(255, 240, 240, 0.80) 100%);
      z-index: 1;
    }

 
    .bio-int-why-bio-sec__container {
      position: relative;
      z-index: 2;
      max-width: 900px;
      width: 90%;
      margin: 0 auto;
      padding: 100px 24px;
      text-align: center;
      animation: bio-why-fadeUp 0.9s ease both;
    }

   
    .bio-int-why-bio-sec__subheading {
      font-size: 15px;
      font-weight: 700;
      letter-spacing: 0.22em;
      text-transform: uppercase;
      color: #aa1e22;
      margin-bottom: 18px;
    }

  
    .bio-int-why-bio-sec__heading {
      font-size: 45px;
      font-weight: 900;
      color: #1a1a1a;
      line-height: 1.15;
      letter-spacing: -0.01em;
      margin-bottom: 18px;
    }

  
    .bio-int-why-bio-sec__divider {
      width: 60px;
      height: 3px !important;
      background: #aa1e22b5 !important;
      margin: 0 auto 28px;
      border: none;
      opacity: 1;
    }
    .bio-int-why-bio-sec__divider1 {
    width: 60px;
    height: 3px !important;
    background: #aa1e22b5 !important;
    /* margin: 0 auto 28px; */
    border: none;
    opacity: 1;
}

    
    .bio-int-why-bio-sec__para {
      font-size: 18px;
      font-weight: 400;
      color: #444444;
      line-height: 1.9;
      letter-spacing: 0.015em;
    }

    
    @keyframes bio-why-fadeUp {
      from { opacity: 0; transform: translateY(32px); }
      to   { opacity: 1; transform: translateY(0); }
    }

    
    @media (max-width: 1024px) {
      .bio-int-why-bio-sec__heading {
        font-size: 40px;
      }
      .bio-int-why-bio-sec__para {
        font-size: 16px;
      }
       .bio-int-why-bio-sec__subheading {
      font-size: 13px;

    }
      .bio-int-why-bio-sec__container {
        padding: 80px 20px;
      }
    }

 
    @media (max-width: 560px) {
      .bio-int-why-bio-sec__heading {
        font-size: 25px;
      }
      .bio-int-why-bio-sec__subheading {
      font-size: 13px;

    }
      .bio-int-why-bio-sec__para {
        font-size: 16px;
        text-align: justify;
      }
      .bio-int-why-bio-sec__container {
        padding: 40px 10px;
      }
    }

    /*===== signal new csss =====*/
    .signal-engine-sec-new-section {
      background: #f0f0f0;
      width: 100%;
      padding: 60px 20px;
    }

    .signal-engine-sec-new-wrapper {
      width: 100%;
      max-width: 1000px;
      margin: auto;
    }

    .signal-engine-sec-new-title {
    text-align: center;
    font-size: 45px;
    font-weight: 900;
    color: #1a1a1a;
    margin-bottom: 26px;
    letter-spacing: 0.3px;
    }

    .signal-engine-sec-new-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 18px;
    }

    .signal-engine-sec-new-card {
      display: flex;
      align-items: center;
      gap: 14px;
      background: linear-gradient(135deg, #f3f0ff 0%, #e8f0ff 100%);
      border-radius: 14px;
      padding: 18px 20px;
      position: relative;
      transition: transform 0.2s ease, box-shadow 0.2s ease;
    }

    .signal-engine-sec-new-card:hover {
      transform: translateY(-3px);
      box-shadow: 0 8px 24px rgba(120, 80, 200, 0.13);
    }

    .signal-engine-sec-new-badge {
      width: 44px;
      height: 44px;
      min-width: 44px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 700;
      font-size: 15px;
      color: #fff;
      position: relative;
      background: linear-gradient(135deg, #7b5ea7, #5e6bca);
      box-shadow: 0 0 0 3px #fff, 0 0 0 5px rgba(123,94,167,0.3);
      flex-shrink: 0;
    }

    /* Alternating badge colors */
    .signal-engine-sec-new-card:nth-child(1) .signal-engine-sec-new-badge,
    .signal-engine-sec-new-card:nth-child(5) .signal-engine-sec-new-badge { background: linear-gradient(135deg, #aa1e22, #aa1e22); }
    .signal-engine-sec-new-card:nth-child(2) .signal-engine-sec-new-badge,
    .signal-engine-sec-new-card:nth-child(6) .signal-engine-sec-new-badge { background: linear-gradient(135deg, #272f58, #272f58); }
    .signal-engine-sec-new-card:nth-child(3) .signal-engine-sec-new-badge,
    .signal-engine-sec-new-card:nth-child(7) .signal-engine-sec-new-badge { background: linear-gradient(135deg, #272f58, #272f58); }
    .signal-engine-sec-new-card:nth-child(4) .signal-engine-sec-new-badge,
    .signal-engine-sec-new-card:nth-child(8) .signal-engine-sec-new-badge { background: linear-gradient(135deg, #aa1e22, #aa1e22); }

    .signal-engine-sec-new-content {
      flex: 1;
    }

    .signal-engine-sec-new-card-title {
    font-size: 18px;
    font-weight: 600;
    color: #3e3e3e;
    margin-bottom: 5px;
    }
    .signal-engine-sec-new-span{
      color: #aa1e22;
    }

    .signal-engine-sec-new-card-text {
      font-size: 11.5px;
      color: #555;
      line-height: 1.6;
    }

    /* Tablet responsive */
    @media (max-width: 768px) {
      .signal-engine-sec-new-title {
        font-size: 25px;
        margin-bottom: 24px;
        text-align: left;
      }
      .signal-engine-sec-new-card-title{
        font-size: 16px;
      }

      .signal-engine-sec-new-grid {
        grid-template-columns: 1fr 1fr;
        gap: 14px;
      }

      .signal-engine-sec-new-card {
        padding: 14px 16px;
      }

      .signal-engine-sec-new-badge {
        width: 38px;
        height: 38px;
        min-width: 38px;
        font-size: 13px;
      }

      .signal-engine-sec-new-card-title {
        font-size: 12.5px;
      }

      .signal-engine-sec-new-card-text {
        font-size: 10.5px;
      }
    }

    /* Mobile responsive */
    @media (max-width: 480px) {
      body {
        /* padding: 24px 14px; */
      }

      .signal-engine-sec-new-title {
        font-size: 25px;
        margin-bottom: 18px;
      }

      .signal-engine-sec-new-grid {
        grid-template-columns: 1fr;
        gap: 12px;
      }

      .signal-engine-sec-new-card {
        padding: 14px 16px;
        border-radius: 12px;
      }

      .signal-engine-sec-new-badge {
        width: 40px;
        height: 40px;
        min-width: 40px;
        font-size: 14px;
      }

      .signal-engine-sec-new-card-title{
        font-size: 16px;
      }

      .signal-engine-sec-new-card-text {
        font-size: 11px;
      }
    }

    /*===== bio success section csss =====*/
    .success-bio-sec-new-section {
      background: #272F58;
      width: 100%;
      padding: 50px 10px;
      overflow: hidden;
    }

    .success-bio-sec-new-container {
      max-width: 1160px;
      margin: 0 auto;
      padding: 0 40px;
      display: flex;
      align-items: center;
      gap: 60px;
    }

    /* ===== LEFT ===== */
    .success-bio-sec-new-left {
      flex: 1;
      min-width: 0;
    }

    .success-bio-sec-new-tag {
    display: inline-block;
    background: #aa1e22;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 30px;
    margin-bottom: 18px;
    border: 1px solid rgba(168, 184, 255, 0.3);
    }

    .success-bio-sec-new-heading {
    font-size: 45px;
    font-weight: 900;
    color: #ffffff;
    line-height: 1.2;
    margin-bottom: 20px;
    }

    .success-bio-sec-new-heading span {
      color: #a8b8ff;
    }

    .success-bio-sec-new-subheading {
    font-size: 18px;
    color: rgb(255 255 255 / 96%);
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 1.6;
    }
    .success-bio-sec-new-h4{
      color: white;
    }

   
    .success-bio-sec-new-divider {
      display: flex;
      align-items: center;
      gap: 12px;
      margin-bottom: 34px;
    }

    .success-bio-sec-new-divider-line {
      height: 2px;
      width: 60px;
      background: linear-gradient(90deg, #a8b8ff, transparent);
    }

    .success-bio-sec-new-divider-dot {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #a8b8ff;
      flex-shrink: 0;
    }

    .success-bio-sec-new-divider-line-right {
      height: 2px;
      flex: 1;
      background: linear-gradient(90deg, rgba(168,184,255,0.3), transparent);
    }

    /* Points */
    .success-bio-sec-new-points {
      display: flex;
      flex-direction: column;
      gap: 18px;
    }

    .success-bio-sec-new-point {
      display: flex;
      align-items: center;
      gap: 14px;
    }

    .success-bio-sec-new-point-icon {
      width: 36px;
      height: 36px;
      min-width: 36px;
      border-radius: 50%;
      background: #aa1e22;
      border: 1.5px solid #aa1e22;
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      font-size: 18px;
      margin-top: 1px;
      transition: background 0.2s, border-color 0.2s;
    }

    .success-bio-sec-new-point:hover .success-bio-sec-new-point-icon {
      background: rgba(168,184,255,0.28);
      border-color: #a8b8ff;
    }

    .success-bio-sec-new-point-text {
      flex: 1;
    }

    .success-bio-sec-new-point-title {
      font-size: 18px;
    font-weight: 500;
      color: #fff;
      margin-bottom: 3px;
    }

    .success-bio-sec-new-point-desc {
      font-size: 13px;
      color: rgba(255,255,255,0.55);
      line-height: 1.6;
    }

    /* ===== RIGHT ===== */
    .success-bio-sec-new-right {
      flex: 0 0 420px;
      position: relative;
      border-radius: 20px;
      overflow: hidden;
      box-shadow: 0 30px 80px rgba(0,0,0,0.5);
    }

    .success-bio-sec-new-image {
      width: 100%;
      height: 480px !important;
      object-fit: cover;
      display: block;
      filter: brightness(0.85);
    }

  
    .success-bio-sec-new-image-placeholder {
      width: 100%;
      height: 480px;
      background: linear-gradient(160deg, #3a4580 0%, #1e254a 40%, #111827 100%);
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      overflow: hidden;
    }

    .success-bio-sec-new-image-placeholder::before {
      content: '';
      position: absolute;
      inset: 0;
      background: 
        radial-gradient(ellipse at 30% 40%, rgba(168,184,255,0.12) 0%, transparent 60%),
        radial-gradient(ellipse at 80% 70%, rgba(100,120,255,0.1) 0%, transparent 50%);
    }

    .success-bio-sec-new-img-icon {
      font-size: 80px;
      color: rgba(168,184,255,0.2);
      position: relative;
      z-index: 1;
    }

    /* Years badge on image */
    .success-bio-sec-new-years-badge {
      position: absolute;
      top: 24px;
      left: 24px;
      background: rgba(255,255,255,0.12);
      backdrop-filter: blur(12px);
      -webkit-backdrop-filter: blur(12px);
      border: 1px solid rgba(255,255,255,0.2);
      border-radius: 14px;
      padding: 14px 18px;
      text-align: center;
      z-index: 3;
    }

    .success-bio-sec-new-years-num {
      font-size: 36px;
      font-weight: 800;
      color: #aa1e22;
      line-height: 1;
      display: block;
    }

    .success-bio-sec-new-years-plus {
      color: #aa1e22;
    }

    .success-bio-sec-new-years-label {
      font-size: 10px;
      font-weight: 600;
      color: #aa1e22;
      text-transform: uppercase;
      letter-spacing: 1.5px;
      margin-top: 4px;
      display: block;
    }

    /* Bottom overlay strip */
    .success-bio-sec-new-overlay-strip {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      background: linear-gradient(0deg, rgba(39,47,88,0.97) 0%, rgba(39,47,88,0.7) 60%, transparent 100%);
      padding: 30px 22px 22px;
      z-index: 2;
    }

    .success-bio-sec-new-strip-inner {
      display: flex;
      align-items: center;
      gap: 12px;
    }

    .success-bio-sec-new-strip-icon {
      width: 38px;
      height: 38px;
      min-width: 38px;
      border-radius: 50%;
      background: #aa1e22;
      border: 1.5px solid rgba(168,184,255,0.5);
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      font-size: 15px;
    }

    .success-bio-sec-new-strip-text {
      font-size: 13.5px;
      font-weight: 600;
      color: #fff;
      line-height: 1.4;
    }

    .success-bio-sec-new-strip-text span {
      color: #a8b8ff;
    }

    /* ===== TABLET ===== */
    @media (max-width: 900px) {
      .success-bio-sec-new-section {
        padding: 60px 0;
      }

      .success-bio-sec-new-container {
        flex-direction: column;
        gap: 40px;
        padding: 0 30px;
      }

      .success-bio-sec-new-left {
        width: 100%;
      }

      .success-bio-sec-new-heading {
        font-size: 35px;
      }

      .success-bio-sec-new-right {
        flex: none;
        width: 100%;
        max-width: 520px;
        margin: 0 auto;
      }

      .success-bio-sec-new-image,
      .success-bio-sec-new-image-placeholder {
        height: 360px;
      }
    }

    /* ===== MOBILE ===== */
    @media (max-width: 480px) {
      .success-bio-sec-new-section {
        padding: 50px 0;
      }

      .success-bio-sec-new-container {
        padding: 0 18px;
        gap: 32px;
      }

      .success-bio-sec-new-heading {
        font-size: 25px;
      }
      .success-bio-sec-new-h4{
        font-size: 20px;
      }

      .success-bio-sec-new-subheading {
        font-size: 14px;
      }

      .success-bio-sec-new-tag {
        font-size: 11px;
      }

      .success-bio-sec-new-right {
        width: 100%;
        border-radius: 16px;
      }

      .success-bio-sec-new-image,
      .success-bio-sec-new-image-placeholder {
        height: 280px;
      }
      .success-bio-sec-new-image{
        height: 400px !important;
      }

      .success-bio-sec-new-years-num {
        font-size: 28px;
      }

      .success-bio-sec-new-years-badge {
        padding: 10px 14px;
      }

      .success-bio-sec-new-point-title {
        font-size: 14px;
      }

      .success-bio-sec-new-point-desc {
        font-size: 12px;
      }

      .success-bio-sec-new-strip-text {
        font-size: 12px;
      }
    }

    /*===== who it section new =====*/
     .who-it-sec-new-section {
      width: 100%;
      padding: 70px 0 70px;
      position: relative;
      overflow: hidden;
      background: #fff;
    }

    .who-it-sec-new-bg-img {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      z-index: 0;
    }

    .who-it-sec-new-bg-overlay {
      position: absolute;
      inset: 0;
      background: rgb(255 255 255 / 29%);
      z-index: 0;
    }

    .who-it-sec-new-container {
      max-width: 1100px;
      margin: 0 auto;
      padding: 0 40px;
      position: relative;
      z-index: 1;
    }

   
    .who-it-sec-new-header {
      text-align: center;
      margin-bottom: 70px;
    }

    .who-it-sec-new-eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 16px;
    }

    .who-it-sec-new-eyebrow-line {
      width: 36px;
      height: 2px;
      background: #272F58;
      border-radius: 2px;
    }

    .who-it-sec-new-eyebrow-text {
      font-family: 'Syne', sans-serif;
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 4px;
      text-transform: uppercase;
      color: #272F58;
    }

    .who-it-sec-new-heading {
    font-size: 45px;
    font-weight: 900;
    color: #100e0e;
    line-height: 1.1;
    }

    .who-it-sec-new-heading span {
      color: #aa1e22;
    }

 
    .who-it-sec-new-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 0;
    }

    
    .who-it-sec-new-point {
      display: flex;
      align-items: center;
      gap: 18px;
      padding: 28px 36px;
      border-bottom: 1px solid rgba(39,47,88,0.1);
      border-right: 1px solid rgba(39,47,88,0.1);
      transition: background 0.25s ease;
      cursor: default;
    }

    .who-it-sec-new-point:nth-child(3n) {
      border-right: none;
    }

    .who-it-sec-new-point:nth-child(n+4) {
      border-bottom: none;
    }

    .who-it-sec-new-point:hover {
      background: rgba(39,47,88,0.04);
    }

    .who-it-sec-new-point-icon {
      width: 48px;
      height: 48px;
      min-width: 48px;
      border-radius: 50%;
      background: #272F58;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-size: 17px;
      transition: transform 0.25s ease, background 0.25s;
    }

    .who-it-sec-new-point:hover .who-it-sec-new-point-icon {
      transform: scale(1.1);
      background: #1a2240;
    }

    .who-it-sec-new-point-label {
      font-family: 'Syne', sans-serif;
      font-size: 17px;
      font-weight: 700;
      color: #111827;
      line-height: 1.3;
    }

   
    .who-it-sec-new-footer {
      margin-top: 60px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 14px;
    }

    .who-it-sec-new-footer-line {
      flex: 1;
      max-width: 180px;
      height: 1px;
      background: #aa1e22;
    }

    .who-it-sec-new-footer-text {
      font-family: 'Syne', sans-serif;
      font-size: 12px;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: rgba(39,47,88,0.5);
    }

    .who-it-sec-new-footer-text span {
      color: #272F58;
      font-weight: 700;
    }

    /* ========== TABLET ========== */
    @media (max-width: 900px) {
      .who-it-sec-new-section { padding: 70px 0 80px; }
      .who-it-sec-new-container { padding: 0 28px; }
      .who-it-sec-new-heading { font-size: 35px; }
      .who-it-sec-new-header { margin-bottom: 48px; }

      .who-it-sec-new-grid { grid-template-columns: repeat(2, 1fr); }

      .who-it-sec-new-point:nth-child(3n) { border-right: 1px solid rgba(39,47,88,0.1); }
      .who-it-sec-new-point:nth-child(2n) { border-right: none; }
      .who-it-sec-new-point:nth-child(n+4) { border-bottom: 1px solid rgba(39,47,88,0.1); }
      .who-it-sec-new-point:nth-child(n+5) { border-bottom: none; }
      .who-it-sec-new-point { padding: 24px 28px; }
    }

    /* ========== MOBILE ========== */
    @media (max-width: 540px) {
      .who-it-sec-new-section { padding: 56px 0 64px; }
      .who-it-sec-new-container { padding: 0 18px; }
      .who-it-sec-new-heading { font-size: 25px; }
      .who-it-sec-new-header { margin-bottom: 36px; }

      .who-it-sec-new-grid { grid-template-columns: 1fr; }

      .who-it-sec-new-point {
        border-right: none !important;
        border-bottom: 1px solid rgba(39,47,88,0.1) !important;
        padding: 20px 16px;
      }

      .who-it-sec-new-point:last-child { border-bottom: none !important; }
      .who-it-sec-new-point-label { font-size: 15px; }
      .who-it-sec-new-point-icon { width: 42px; height: 42px; min-width: 42px; font-size: 15px; }
      .who-it-sec-new-footer { margin-top: 40px; }
      .who-it-sec-new-footer-line { max-width: 80px; }
    }



 /*===== compliance data integrity section csss new ======*/

 .comp-data-int-sec-new-section {
      width: 100%;
      /* background: #6c757d; */
      position: relative;
      overflow: hidden;
      height: auto;
    }

    /* BG Image */
    .comp-data-int-sec-new-bg-img {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      z-index: 0;
    }

    /* Overlay */
    .comp-data-int-sec-new-bg-overlay {
      position: absolute;
      inset: 0;
      background: #939393;
      z-index: 0;
    }

    /* Decorative diagonal lines */
    .comp-data-int-sec-new-section::before {
      content: '';
      position: absolute;
      top: -80px;
      right: 38%;
      width: 2px;
      height: 130%;
      background: rgba(255,255,255,0.06);
      transform: rotate(12deg);
      pointer-events: none;
      z-index: 1;
    }

    .comp-data-int-sec-new-section::after {
      content: '';
      position: absolute;
      top: -80px;
      right: 36%;
      width: 1px;
      height: 130%;
      background: rgba(255,255,255,0.03);
      transform: rotate(12deg);
      pointer-events: none;
      z-index: 1;
    }

    /* ========== INNER ========== */
    .comp-data-int-sec-new-inner {
      display: flex;
      align-items: stretch;
      width: 100%;
      min-height: 340px;
      position: relative;
      z-index: 2;
    }

    /* ========== LEFT ========== */
    .comp-data-int-sec-new-left {
      flex: 0 0 35%;
      padding: 80px 48px 80px 80px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      position: relative;
    }

    .comp-data-int-sec-new-left::after {
      content: '';
      position: absolute;
      right: 0;
      top: 15%;
      height: 70%;
      width: 1px;
      background: linear-gradient(to bottom, #272f58, #272f58, #272f58);
    }

    .comp-data-int-sec-new-label {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 22px;
    }

    .comp-data-int-sec-new-label-dot {
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: #a8b8ff;
    }

    .comp-data-int-sec-new-label-text {
      font-size: 12.5px;
      font-weight: 700;
      letter-spacing: 3.5px;
      text-transform: uppercase;
      color: #aa1e22;
    }

    .comp-data-int-sec-new-heading {
      font-family: 'Syne', sans-serif;
      font-size: 46px;
      font-weight: 800;
      color: #ffffff;
      line-height: 1.12;
      letter-spacing: -0.5px;
    }

    .comp-data-int-sec-new-heading span {
      display: block;
      color: #041844;
    }

    /* ========== RIGHT ========== */
    .comp-data-int-sec-new-right {
      flex: 1;
      padding: 80px 80px 80px 64px;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .comp-data-int-sec-new-desc {
      font-size: 18px;
      color: rgba(255,255,255,0.9);
      line-height: 1.8;
      font-weight: 400;
      max-width: 520px;
      margin: 0px !important;
    }

    .comp-data-int-sec-new-desc strong {
      color: #fff;
      font-weight: 600;
    }

    /* ========== TABLET ========== */
    @media (max-width: 900px) {
      .comp-data-int-sec-new-inner {
        flex-direction: column;
        min-height: unset;
      }

      .comp-data-int-sec-new-left {
        flex: none;
        padding: 60px 40px 40px;
      }

      .comp-data-int-sec-new-left::after {
        display: none;
      }

      .comp-data-int-sec-new-heading {
        font-size: 35px;
      }

      .comp-data-int-sec-new-right {
        padding: 24px 40px 60px;
      }

      .comp-data-int-sec-new-desc {
        max-width: 100%;
        font-size: 16px;
      }
    }

    /* ========== MOBILE ========== */
    @media (max-width: 540px) {
      .comp-data-int-sec-new-left {
        padding: 48px 24px 32px;
      }

      .comp-data-int-sec-new-heading {
        font-size: 35px;
      }

      .comp-data-int-sec-new-right {
        padding: 0 24px 48px;
        gap: 14px;
      }

      .comp-data-int-sec-new-desc {
        font-size: 15px;
      }
    }
    /*===== CTA section css new ====*/

    .cta-banner-sec-section {
      width: 100%;
      position: relative;
      overflow: hidden;
      min-height: 400px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

   
    .cta-banner-sec-bg {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100% !important;
      object-fit: cover;
      object-position: center;
      z-index: 0;
    }

   
    .cta-banner-sec-overlay {
      position: absolute;
      inset: 0;
      background: linear-gradient(135deg, rgb(10 14 40 / 56%) 0%, rgb(39 47 88 / 65%) 50%, rgb(10 14 40 / 55%) 100%);
      z-index: 1;
    }

    
    .cta-banner-sec-corner {
      position: absolute;
      width: 60px;
      height: 60px;
      z-index: 2;
    }

    .cta-banner-sec-corner-tl {
      top: 32px;
      left: 32px;
      border-top: 2px solid rgba(255,255,255,0.2);
      border-left: 2px solid rgba(255,255,255,0.2);
    }

    .cta-banner-sec-corner-tr {
      top: 32px;
      right: 32px;
      border-top: 2px solid rgba(255,255,255,0.2);
      border-right: 2px solid rgba(255,255,255,0.2);
    }

    .cta-banner-sec-corner-bl {
      bottom: 32px;
      left: 32px;
      border-bottom: 2px solid rgba(255,255,255,0.2);
      border-left: 2px solid rgba(255,255,255,0.2);
    }

    .cta-banner-sec-corner-br {
      bottom: 32px;
      right: 32px;
      border-bottom: 2px solid rgba(255,255,255,0.2);
      border-right: 2px solid rgba(255,255,255,0.2);
    }

    
    .cta-banner-sec-content {
      position: relative;
      z-index: 3;
      text-align: center;
      padding: 80px 40px;
      max-width: 780px;
      margin: 0 auto;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 32px;
    }

    .cta-banner-sec-eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 10px;
    }

    .cta-banner-sec-eyebrow-line {
      width: 28px;
      height: 1px;
      background: rgba(255,255,255,0.4);
    }

    .cta-banner-sec-eyebrow-text {
      font-family: 'Syne', sans-serif;
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 4px;
      text-transform: uppercase;
      color: rgba(255,255,255,0.55);
    }

    .cta-banner-sec-heading {
      font-size: 45px;
      font-weight: 700;
      color: #ffffff;
      line-height: 1.1;
      letter-spacing: -1px;
    }

    .cta-banner-sec-heading span {
      color: #a8b8ff;
      display: block;
    }
    .cta-banner-sec-btn-div{
      display: flex;
      gap: 10px;
    }

    .cta-banner-sec-sub {
      font-size: 17px;
      color: rgb(255 255 255 / 88%);
      line-height: 1.7;
      font-weight: 300;
      max-width: 520px;
    }

  
    .cta-banner-sec-btn {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      padding: 18px 44px;
      font-size: 12px;
      font-weight: 600;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      color: #fff;
      border: 2px solid rgba(255,255,255,0.5);
      background: transparent;
      border-radius: 4px;
      cursor: pointer;
      text-decoration: none;
      position: relative;
      overflow: hidden;
      transition: border-color 0.35s ease, color 0.35s ease;
      margin-top: 8px;
    }

    
    .cta-banner-sec-btn::before {
      content: '';
      position: absolute;
      inset: 0;
      background: #aa1e22;
      transform: translateX(-101%);
      transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
      z-index: 0;
    }

    .cta-banner-sec-btn:hover::before {
      transform: translateX(0);
    }

    .cta-banner-sec-btn:hover {
      border-color: #aa1e22;
      color: #fff;
    }

    .cta-banner-sec-btn-text {
      position: relative;
      z-index: 1;
    }

    .cta-banner-sec-btn-icon {
      position: relative;
      z-index: 1;
      font-size: 13px;
      transition: transform 0.3s ease;
    }

    .cta-banner-sec-btn:hover .cta-banner-sec-btn-icon {
      transform: translateX(4px);
    }

    
    @media (max-width: 768px) {
      .cta-banner-sec-section {
        min-height: 420px;
      }
      .cta-banner-sec-btn-div {
    display: flex;
    gap: 10px;
    flex-direction: column;
}

      .cta-banner-sec-heading {
        font-size: 35px;
        letter-spacing: -0.5px;
      }

      .cta-banner-sec-content {
        padding: 60px 30px;
        gap: 24px;
      }

      .cta-banner-sec-sub {
        font-size: 15px;
      }

      .cta-banner-sec-corner {
        width: 40px;
        height: 40px;
      }

      .cta-banner-sec-corner-tl,
      .cta-banner-sec-corner-tr,
      .cta-banner-sec-corner-bl,
      .cta-banner-sec-corner-br {
        top: 20px;
        bottom: 20px;
        left: 20px;
        right: 20px;
      }
    }

    
    @media (max-width: 480px) {
      .cta-banner-sec-section {
        min-height: 360px;
      }

      .cta-banner-sec-heading {
        font-size: 25px;
        letter-spacing: 0;
      }

      .cta-banner-sec-content {
        padding: 50px 20px;
        gap: 20px;
      }

      .cta-banner-sec-sub {
        font-size: 14px;
      }

      .cta-banner-sec-btn {
        padding: 15px 32px;
        font-size: 13px;
      }

      .cta-banner-sec-corner {
        display: none;
      }
    }

    /* Problem section csss */
        .problm-sec {
      position: relative;
      padding: 60px 5%;
      overflow: hidden;
    }

    /* BG Image via img tag inside section */
    .problm-sec__bg-img {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: 0;
      opacity: 0.12;
      pointer-events: none;
      filter: grayscale(60%);
    }

    /* Overlay for readability */
    .problm-sec::after {
      content: '';
      position: absolute;
      inset: 0;
      background: linear-gradient(135deg, rgba(245,240,235,0.85) 40%, rgba(220,210,200,0.7) 100%);
      z-index: 1;
    }

    .problm-sec__span{
      color: #AA1E22;
      font-weight: 700;
    }
    .problm-sec__ul li{
      color: #333;
      text-transform: capitalize;

    }
    .problm-sec__icon{
      margin-right: 5px;
      color: #aa1e22;
    }
    .problm-sec__inner {
      position: relative;
      z-index: 2;
      display: flex;
      align-items: center;
      gap: 40px;
      /* max-width: 1100px; */
      margin: 0 auto;
    }

    
    .problm-sec__left {
      flex: 0 0 42%;
      overflow: hidden;
      border-radius: 4px;
      box-shadow: 8px 8px 0 #272f58;
    }

    .problm-sec__left img {
      width: 100%;
      height: 450px;
      object-fit: cover;
      display: block;
      transition: transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }

    .problm-sec__left:hover img {
      transform: scale(1.08);
    }

    /* ===== RIGHT CONTENT ===== */
    .problm-sec__right {
      flex: 1;
    }

    .problm-sec__heading {
    font-size: 45px;
    font-weight: 900;
    color: #1a1a1a;
    line-height: 1.15;
    margin-bottom: 8px;
    }

    .problm-sec__subheading {
    font-size: 20px;
    font-weight: 500;
    color: #aa1e22;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 5px;
    }

    .problm-sec__divider {
    width: 60px;
    height: 2px !important;
    background: #aa1e22;
    border: none;
    border-radius: 2px;
    margin-bottom: 16px;
    opacity: 1;
    }

    .problm-sec__para {
    font-size: 18px;
    color: #333;
    line-height: 1.6;
    margin-bottom: 10px;
    font-weight: 400;
    }

    .problm-sec__para:last-child {
      margin-bottom: 0;
    }

    @media (max-width: 768px) {
      .problm-sec__inner {
        flex-direction: column;
        gap: 24px;
      }
      .problm-sec__heading{
        font-size: 25px;
      }
      .problm-sec__subheading{
        font-size: 16px;
      }
      .problm-sec__left {
        flex: none;
        width: 100%;
      }
      .problm-sec__left img {
        height: 240px;
      }
    }


    /* new hero section css */
    /* ===== MAIN HERO ===== */
.new-hero-sec-anime{
  position: relative;
  min-height: 90vh;
  padding: 120px 20px;
  overflow: hidden;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  color:#fff;

  background: radial-gradient(circle at 60% 40%, #1b2230 0%, #0a0c12 50%, #000 100%);
}

/* ===== BACKGROUND SVG ===== */
.new-hero-sec-anime-bg{
  position:absolute;
  inset:0;
  z-index:1;
  opacity:.6;
}

.new-hero-sec-anime-bg svg{
  width:100%;
  height:100%;
}

/* radar rings animation */
.new-hero-sec-anime-ring{
  fill:none;
  stroke:rgba(255,255,255,0.08);
  stroke-width:1;
  transform-origin:center;
  animation:newRadarPulse 8s ease-in-out infinite;
}

.new-hero-sec-anime-ring:nth-child(2){
  animation-delay:2s;
}
.new-hero-sec-anime-ring:nth-child(3){
  animation-delay:4s;
}

@keyframes newRadarPulse{
  0%{transform:scale(.9); opacity:.2}
  50%{transform:scale(1.05); opacity:.6}
  100%{transform:scale(.9); opacity:.2}
}

/* lines */
.new-hero-sec-anime-line{
  stroke:rgba(255,255,255,0.12);
  stroke-width:1;
}

/* nodes pulse */
.new-hero-sec-anime-node{
  fill:#fff;
  opacity:.7;
  animation:newNodePulse 3s infinite ease-in-out;
}

@keyframes newNodePulse{
  0%{transform:scale(1);opacity:.4}
  50%{transform:scale(1.8);opacity:1}
  100%{transform:scale(1);opacity:.4}
}

/* ===== CONTENT ===== */
.new-hero-sec-anime-content{
  position:relative;
  z-index:3;
  max-width:900px;
  margin:auto;
}

.new-hero-sec-anime-title{
  font-size: clamp(32px,5vw,64px);
  line-height:1.1;
  font-weight:600;
  margin-bottom:20px;
  letter-spacing:-0.02em;
  color: white;
}

.new-hero-sec-anime-sub{
  font-size: clamp(15px,1.3vw,20px);
  opacity:.85;
  max-width:700px;
  margin:0 auto 30px;
  line-height:1.6;
}

/* CTA */
.new-hero-sec-anime-btn{
  display:inline-block;
  padding:14px 28px;
  border-radius:10px;
  font-weight:600;
  text-decoration:none;
  color:#fff;
  background:rgba(255,255,255,0.1);
  border:1px solid rgba(255,255,255,0.25);
  backdrop-filter:blur(10px);
  transition:.3s;
}

.new-hero-sec-anime-btn:hover{
  background:#fff;
  color:#000;
}

/* ===== RESPONSIVE ===== */

@media(max-width:992px){
  .new-hero-sec-anime{
    padding:100px 20px;
    min-height:80vh;
  }
}

@media(max-width:768px){
  .new-hero-sec-anime-title{
    font-size:28px;
  }
  .new-hero-sec-anime-sub{
    font-size:14px;
  }
}

@media(max-width:480px){
  .new-hero-sec-anime{
    padding:80px 16px;
  }
}




.video-bg-sec-new {
  position: relative;
  min-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: white;
  text-align: center;
}

/* Video Background */
.video-bg-sec-new-video-wrapper {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

.video-bg-sec-new-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* Dark Overlay for Readability */
.video-bg-sec-new-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45); /* adjust opacity if needed */
  z-index: 2;
}

/* Content */
.video-bg-sec-new-container {
  position: relative;
  z-index: 3;
  max-width: 1200px;
  width: 100%;
  padding: 0 40px;
}

.video-bg-sec-new-content {
  max-width: 800px;
  margin: 0 auto;
}

.video-bg-sec-new-heading {
  font-size: 4.2rem;
  font-weight: 800;
  line-height: 1.5;
  margin-bottom: 24px;
  color: white;
  text-shadow: 0 4px 12px rgba(0,0,0,0.6);
}

.video-bg-sec-new-subheading {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  color: rgba(255,255,255,0.95);
  max-width: 720px;
  margin: 0 auto;
}

/* Responsive */
@media (max-width: 1024px) {
  .video-bg-sec-new-heading {
    font-size: 35px;
  }

  .video-bg-sec-new-subheading {
    font-size: 1.45rem;
  }

  .video-bg-sec-new-container {
    padding: 0 30px;
  }
}

@media (max-width: 640px) {
  .video-bg-sec-new {
    min-height: 60vh;
    padding: 40px 0;
  }

  .video-bg-sec-new-heading {
    font-size: 30px;
  }

  .video-bg-sec-new-subheading {
    font-size: 1.25rem;
  }

  .video-bg-sec-new-container {
    padding: 0 20px;
  }

}


/*=============== advannce hero scetion csss ======================*/
         .advan-hero-secc {
      position: relative;
      min-height: 110vh;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
      background: radial-gradient(ellipse 80% 80% at 50% 50%, #272F58 0%, #1b2230 50%, #0d1117 100%);
      font-family: 'DM Sans', sans-serif;
    }

    .advan-hero-secc::before {
      content: '';
      position: absolute;
      inset: 0;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
      opacity: 0.35;
      pointer-events: none;
      z-index: 0;
    }

    .advan-hero-secc__radar-wrap {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      width: min(1280px, 105vw);
      height: min(1280px, 105vh);
      pointer-events: none;
      z-index: 1;
      overflow: visible;
    }

    .advan-hero-secc__radar-svg {
      width: 100%;
      height: 100%;
      overflow: visible;
    }

    /* ── Only inner graph polygons rotate around SVG centre ── */
    .radar-graph {
      transform-origin: 300px 300px;
      opacity: 0;
      will-change: transform, opacity;
    }

    .radar-company-label {
      position: absolute;
      bottom: 32px;
      left: 50%;
      transform: translateX(-50%);
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 0.3rem;
      opacity: 0;
      transition: opacity 0.6s ease;
      white-space: nowrap;
      z-index: 20;
      pointer-events: none;
      text-align: center;
    }
    .radar-company-label .label-name {
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 0.25em;
      text-transform: uppercase;
    }
    .radar-company-label .label-score {
      font-size: 12px;
      font-weight: 400;
      letter-spacing: 0.12em;
      opacity: 0.75;
      font-style: italic;
    }

    .radar-dots {
      position: absolute;
      bottom: 1.5%;
      left: 50%;
      transform: translateX(-50%);
      display: flex;
      gap: 8px;
      z-index: 20;
    }
    .radar-dot {
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: rgba(240,180,41,0.25);
      transition: background 0.4s ease, transform 0.4s ease;
    }
    .radar-dot.active {
      background: #f0b429;
      transform: scale(1.4);
    }

    .advan-hero-secc__content {
      position: relative;
      z-index: 10;
      max-width: 700px;
      width: 100%;
      padding: 0 2rem;
      text-align: center;
    }

    .advan-hero-secc__eyebrow {
      display: inline-block;
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 0.22em;
      text-transform: uppercase;
      color: #AA1E22;
      border: 1px solid #AA1E22;
      padding: 0.35rem 0.9rem;
      border-radius: 2px;
      margin-bottom: 1.6rem;
      animation: advan-fade-up 0.7s 0.2s both;
    }

    .advan-hero-secc__heading {
      font-size: 40px;
      font-weight: 900;
      line-height: 1.0;
      letter-spacing: 0.02em;
      color: #ffffff;
      margin-bottom: 1.2rem;
      animation: advan-fade-up 0.7s 0.35s both;
    }
    .advan-hero-secc__heading span { color: #AA1E22; }

    .advan-hero-secc__subheading {
      font-size: 16px;
      font-weight: 300;
      line-height: 1.7;
      color: rgba(255,255,255,0.6);
      margin: 0 auto 10px;
      animation: advan-fade-up 0.7s 0.5s both;
    }

    .advan-hero-secc__btn {
      position: relative;
      display: inline-flex;
      align-items: center;
      gap: 0.7rem;
      font-size: 16px;
      font-weight: 600;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      color: #fff;
      text-decoration: none;
      border: 1.5px solid #f8f9fa;
      padding: 0.85rem 2rem;
      border-radius: 3px;
      overflow: hidden;
      cursor: pointer;
      background: transparent;
      transition: color 0.35s, border-color 0.35s;
      animation: advan-fade-up 0.7s 0.65s both;
      margin: 5px 0.4rem;
    }
    .advan-hero-secc__btn::before {
      content: '';
      position: absolute;
      inset: 0;
      background: #AA1E22;
      transform: translateX(-101%);
      transition: transform 0.38s cubic-bezier(0.77,0,0.18,1);
      z-index: 0;
    }
    .advan-hero-secc__btn:hover::before { transform: translateX(0); }
    .advan-hero-secc__btn:hover { border-color: #AA1E22; color: white; }
    .advan-hero-secc__btn span,
    .advan-hero-secc__btn svg { position: relative; z-index: 1; }

    .advan-hero-secc__glow {
      position: absolute;
      bottom: -120px;
      left: 50%;
      transform: translateX(-50%);
      width: 60%;
      height: 260px;
      background: radial-gradient(ellipse, rgba(39,47,88,0.7) 0%, transparent 70%);
      pointer-events: none;
      z-index: 0;
    }

    @keyframes advan-fade-up {
      from { opacity: 0; transform: translateY(28px); }
      to   { opacity: 1; transform: translateY(0); }
    }

    @media (max-width: 900px) {
      .advan-hero-secc__heading { font-size: 36px; }
      .advan-hero-secc__subheading { font-size: 16px; }
    }
    @media (max-width: 600px) {
      .advan-hero-secc__radar-wrap { width: 100vw; height: 100vw; }
      .advan-hero-secc__content { padding: 0 45px; }
      .advan-hero-secc__heading { font-size: 18px; }
      .advan-hero-secc__subheading { font-size: 14px; text-align: justify; }
      .advan-hero-secc__eyebrow { font-size: 9px; }
      .radar-company-label { font-size: 9px; }
      .advan-hero-secc__btn { font-size: 13px !important;
      margin-top: 30px; }
      .advan-hero-secc{
        min-height: 100vh;
      }
    }

  .sticky-off img{
    max-width: 90% !important;
    height: auto !important;
  }
  .container-style2{
    max-width: 100% !important;
  }
  .menus-pad-lnk ul li{
    margin-right: 25px !important;
  }
  .header-row-sec{
    justify-content: center;
  }
  @media(max-width:768px){
     .header-row-sec{
    justify-content: space-between;
  }
  }
/*# sourceMappingURL=style.css.map */
.login-btn-adv-wrapper {
  position: relative;
  display: inline-block;
}

.login-btn-adv-main {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.login-btn-adv-arrow {
  font-size: 12px;
  transition: transform 0.3s ease;
}

.login-btn-adv-menu {
  position: absolute;
  top: 110%;
  left: 0;
  min-width: 190px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  padding: 8px 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: all 0.3s ease;
  z-index: 999;
}

.login-btn-adv-item {
  display: block;
  padding: 10px 16px;
  font-size: 14px;
  color: #222;
  text-decoration: none;
  transition: background 0.25s ease;
}

.login-btn-adv-item:hover {
  background: #f5f5f5;
}

.login-btn-adv-wrapper:hover .login-btn-adv-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.login-btn-adv-wrapper:hover .login-btn-adv-arrow {
  transform: rotate(180deg);
}
.footer-wid-a{
  color: white;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 12px;
  text-decoration: none;
}
.footer-wid-icons{
  margin-right: 5px;
  color: white;
   margin-top: 4px;
}

.side-bar-cont-info{
  color: white;
    font-size: 25px;
    padding: 10px 5px;
}
/* jss css */