@charset "UTF-8";
/*
Template Name: Vecuro
Template URL: https://tripix.com/
Description: Tripix - Tours & Travels HTML5 Template
Author: Vecuro
Developer: Md Kaium Hossain
Author URL: https://themeforest.net/user/vecuro_themes
Version: 1.0.0
*/
/*=================================
    CSS Index Here
==================================*/
/*
01. Theme Base
    1.1. Mixin
    1.2. Function
    1.3. Variable
    1.4. Typography
    1.5. Extend
    1.6. 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.5. Font
    3.6. Background
    3.7. Text Color
    3.8. Overlay
    3.9. Animation
    3.10. Icon
    3.10. Search

04. Template Style
    4.1. widget
    4.2. Header
    4.3. Footer
    4.4. Breadcrumb
    4.5. Blog
    4.6. Hero Area
    4.7. Feature
    4.8 Destination Gallery
    4.9 Destination
    4.10 Destination Details
    4.11 Blog-single
    4.12 Choose Us
    4.13 partner
    4.14 Top Place
    4.15 Awards
    4.16 Tour Package
    4.17 Services
    4.18 Travel Guides
    4.19 Insta
    4.20 Testimonial
    4.21 Error
    4.22 Accordion
    4.23 About
    4.24 Offer
    4.25 Exclusive Gallery
    4.26 CTA
    4.27 Counter
    4.28 Contact
    4.29 Activities
    4.30 Popup Search

05. Spacing
*/
/*=================================
    CSS Index End
==================================*/
/*=================================
   01. Theme Base
==================================*/
/*------------------- 1.1. Mixin -------------------*/
/*------------------- 1.2. Function -------------------*/
/*------------------- 1.3. Variable-------------------*/
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
:root {
  --theme-color: #f7921f;
  --theme-color-rgb: 247, 146, 31;
  --second-theme-color: #223740;
  --second-theme-color-rgb: 34, 55, 64;
  --third-theme-color: #465b2d;
  --third-theme-color-rgb: 70, 91, 45;
  --title-color: #141414;
  --title-color-rgb: 20, 20, 20;
  --body-color: #535b5f;
  --body-color-rgb: 83, 91, 95;
  --black-color: #000000;
  --black-color-rgb: 0, 0, 0;
  --white-color: #ffffff;
  --white-color-rgb: 255, 255, 255;
  --yellow-color: #fec624;
  --success-color: #28a745;
  --error-color: #dc3545;
  --bg-color-1: #f7921f;
  --bg-color-1-rgb: 247, 146, 31;
  --bg-color-2: #223740;
  --bg-color-2-rgb: 34, 55, 64;
  --bg-color-3: #465b2d;
  --bg-color-3-rgb: 70, 91, 45;
  --bg-color-4: #141414;
  --bg-color-4-rgb: 20, 20, 20;
  --bg-color-5: #d3d2d2;
  --bg-color-5-rgb: 211, 210, 210;
  --bg-color-6: #cfcfcf;
  --bg-color-6-rgb: 207, 207, 207;
  --bg-color-7: #d9d9d9;
  --bg-color-7-rgb: 217, 217, 217;
  --bg-color-8: #fefefe;
  --bg-color-8-rgb: 254, 254, 254;
  --bg-color-9: #915612;
  --bg-color-9-rgb: 145, 86, 18;
  --bg-color-10: #dadada;
  --bg-color-10-rgb: 218, 218, 218;
  --bg-color-11: #f1eadb;
  --bg-color-11-rgb: 241, 234, 219;
  --bg-color-12: #43a32d;
  --bg-color-12-rgb: 67, 163, 45;
  --bg-color-13: #d80808;
  --bg-color-13-rgb: 217, 8, 8;
  --vs-border-color: #e0e0e0;
  --title-font: "Abril Fatface", serif;
  --body-font: "Rubik", serif;
  --bricolage-font: "Bricolage Grotesque", serif;
  --poppins-font: "Poppins", serif;
  --icon-font: "Font Awesome 6 Pro";
  --main-container: 1300px;
  --container-gutters: 30px;
  --section-space: 120px;
  --section-space-mobile: 80px;
  --section-title-space: 80px;
  --ripple-ani-duration: 5s;
}

/*------------------- 1.5. Reset -------------------*/
html,
body {
  scroll-behavior: smooth;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

body {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: var(--body-color);
  line-height: 157.143%;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  /* Small devices */
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
    line-height: 24px;
  }
}

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

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

.custom-ul {
  margin: 0;
  padding: 0;
}

ol {
  list-style-type: decimal;
}

a {
  color: var(--white-color);
  text-decoration: none;
  outline: 0;
  transition: all ease 0.4s;
}
a:hover {
  color: var(--theme-color);
}
a:active, a:focus, a:hover, a:visited {
  text-decoration: none;
  outline: 0;
}

button {
  transition: all ease 0.4s;
}

img {
  border: none;
  max-width: 100%;
}

figure {
  display: block;
  margin: 0;
}

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 0 0;
  color: black;
  line-height: 1.63;
  letter-spacing: 0.5px;
  /* 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,
li a,
span a {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  font-family: "Bebas Neue", sans-serif !important;
  color: var(--title-color);
  text-transform: none;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 0 0;
}

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

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

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

.h4,
h4 {
  font-size: 36px;
}

.h5,
h5 {
  font-size: 24px;
  line-height: 141.667%;
}

.h6,
h6 {
  font-size: 20px;
  line-height: 120%;
}

/* Large devices */
@media (max-width: 1199px) {
  h1,
  .h1 {
    font-size: 75px;
  }
  h2,
  .h2 {
    font-size: 40px;
  }
  h3,
  .h3 {
    font-size: 35px;
  }
  h4,
  .h4 {
    font-size: 32px;
  }
  h5,
  .h5 {
    font-size: 22px;
  }
  h6,
  .h6 {
    font-size: 18px;
  }
}
@media md {
  h1,
  .h1 {
    font-size: 60px;
  }
  h2,
  .h2 {
    font-size: 35px;
  }
  h3,
  .h3 {
    font-size: 30px;
  }
  h4,
  .h4 {
    font-size: 28px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .h1,
  h1 {
    font-size: 40px;
  }
  .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. Responsive -------------------*/
/*-----------------
    3.2 Responsive Media Queries
-----------------*/
/*------------------- 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;
}

.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 {
  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;
  overflow: hidden;
}
.blog-details .blog-single.format-chat .blog-meta {
  margin-bottom: 20px;
}
.blog-details .blog-single.format-chat .blog-content > p:nth-child(2n) {
  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;
  }
}
/*=================================
    02. Reset
==================================*/
/*------------------- 2.1. Container -------------------*/
@media only screen and (min-width: 1400px) {
  .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);
  }
}
@media only screen and (min-width: 1400px) {
  .custom-container {
    max-width: calc(1600px + var(--container-gutters));
  }
}
@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 (min-width: 1399px) {
  .container-style2 {
    max-width: 1920px;
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
  }
}
.container-style3 {
  --main-container: 1445px;
}

@media (min-width: 1500px) and (max-width: 1921px) {
  .container-style1 {
    max-width: 1576px;
    overflow: hidden;
    margin-right: 0;
    padding-right: 0;
  }
}
/*------------------- 2.2. Grid -------------------*/
@media (min-width: 767px) {
  .row:not([class*=gx-]) {
    --bs-gutter-x: 30px;
  }
}
.gy-gx {
  --bs-gutter-y: var(--bs-gutter-x);
}

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

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

@media (min-width: 1199px) {
  .gx-45 {
    --bs-gutter-x: 45px;
  }
  .gx-60 {
    --bs-gutter-x: 60px;
  }
  .gx-50 {
    --bs-gutter-x: 50px;
  }
  .gx-70 {
    --bs-gutter-x: 70px;
  }
  .gx-80 {
    --bs-gutter-x: 80px;
  }
}
@media (min-width: 1399px) {
  .gx-20 {
    --bs-gutter-x: 20px;
  }
  .gx-30 {
    --bs-gutter-x: 30px;
  }
  .gx-40 {
    --bs-gutter-x: 40px;
  }
}
/*------------------- 2.3. Input -------------------*/
select,
.form-control,
.form-select,
textarea,
input {
  border-radius: 10px;
  width: 100%;
  border-color: rgba(var(--second-theme-color-rgb), 0.1);
  background: transparent;
  color: var(--body-color);
  font-size: 16px;
  font-weight: 500;
  padding: 0;
  transition: all 0.3s ease-in-out;
}
select::placeholder,
.form-control::placeholder,
.form-select::placeholder,
textarea::placeholder,
input::placeholder {
  transition: all 0.3s ease-in-out;
}
select:focus,
.form-control:focus,
.form-select:focus,
textarea:focus,
input:focus {
  outline: 0;
  box-shadow: none;
  border-color: var(--theme-color);
  background: rgba(var(--second-theme-color-rgb), 0.07);
}
select:focus::placeholder,
.form-control:focus::placeholder,
.form-select:focus::placeholder,
textarea:focus::placeholder,
input:focus::placeholder {
  color: var(--body-color);
}
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);
}
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);
}

input,
.form-control {
  padding: 0 20px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: var(--body-color);
  -webkit-box-shadow: 0 0 0px 1000px rgba(var(--second-theme-color-rgb), 0.07) inset;
  transition: background-color 5000s ease-in-out 0s;
}

.form-select,
select {
  line-height: 1.5;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

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

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: 2px;
  background-color: var(--white-color);
  border: 1px solid var(--vs-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: 0.6em;
  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-color: var(--theme-color);
  background-color: var(--theme-color);
  color: var(--white-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 {
  --bs-gutter-x: 14px;
  margin-bottom: var(--bs-gutter-x);
  margin-top: 0;
  position: relative;
}
.form-group > i {
  position: absolute;
  right: calc(var(--bs-gutter-x) / 2 + 30px);
  top: 18px;
  font-size: 14px;
  color: #a0abb4;
}
.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;
}

/*------------------- 2.4. Slick Slider -------------------*/
.swiper-arrow {
  background-color: var(--white-color);
  position: absolute;
  bottom: 0;
  right: 25.15%;
  left: auto;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  /* Small devices */
}
@media (max-width: 767px) {
  .swiper-arrow {
    right: 0;
  }
}
.swiper-arrow .vs-btn {
  padding: 18px 15px;
  background-color: transparent;
  color: var(--title-color);
}
.swiper-arrow .vs-btn::before, .swiper-arrow .vs-btn::after {
  width: 101%;
  background-color: var(--theme-color);
}
.swiper-arrow .vs-btn > i {
  margin-left: 0;
}
.swiper-arrow .vs-btn:hover {
  color: var(--title-color);
}

[data-animation-in] {
  opacity: 0;
  animation-duration: 1.5s;
  transition: opacity 0.5s ease 0.3s;
}

.swiper-arrow2 {
  display: flex;
  align-items: center;
  gap: 22px;
}
.swiper-arrow2 button {
  border: 1.5px dashed #909D81;
  width: 50px;
  height: 50px;
  background-color: transparent;
  border-radius: 50%;
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
}
.swiper-arrow2 button svg {
  color: #fff;
}
.swiper-arrow2 button::before, .swiper-arrow2 button::after {
  content: "";
  width: 42.86px;
  height: 42.86px;
  background-color: #909D81;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
  z-index: -1;
}
.swiper-arrow2 button:hover::before, .swiper-arrow2 button:hover::after {
  background-color: var(--theme-color);
}
.swiper-arrow2 button.active {
  border-color: var(--theme-color);
}
.swiper-arrow2 button.active::before, .swiper-arrow2 button.active::after {
  background-color: var(--theme-color);
}

.slick-status {
  transition: opacity 0.3s ease-in-out;
  display: flex;
  align-items: center;
  letter-spacing: 0.5px;
  gap: 7px;
  font-size: 16px;
  font-weight: 700;
}
.slick-status__active {
  color: var(--theme-color);
}

/*------------------- 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: #6c704b;
}
.vs-menu-wrapper .mobile-logo img {
  max-width: 155px;
}
.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: 50%;
}
.vs-menu-wrapper .vs-menu-toggle:hover {
  background-color: var(--title-color);
  color: var(--theme-color);
}
.vs-menu-wrapper .vs-menu-area {
  width: 100%;
  max-width: 310px;
  background-color: #fff;
  border-right: 3px solid var(--theme-color);
  height: 100%;
  position: relative;
  left: -110%;
  opacity: 0;
  visibility: hidden;
  transition: all ease 1s;
  z-index: 1;
}
.vs-menu-wrapper.vs-body-visible {
  opacity: 1;
  visibility: visible;
}
.vs-menu-wrapper.vs-body-visible .vs-menu-area {
  left: 0;
  opacity: 1;
  visibility: visible;
}

.vs-mobile-menu {
  overflow-y: scroll;
  max-height: calc(100vh - 200px);
  padding-bottom: 40px;
  margin-top: 33px;
  text-align: left;
}
.vs-mobile-menu .new-label {
  margin-left: 5px;
  text-transform: capitalize;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.vs-mobile-menu ul {
  margin: 0;
  padding: 0 0;
}
.vs-mobile-menu ul li {
  border-bottom: 1px solid #fdedf1;
  list-style-type: none;
}
.vs-mobile-menu ul li li:first-child {
  border-top: 1px solid #fdedf1;
}
.vs-mobile-menu ul li a {
  display: block;
  position: relative;
  padding: 12px 0;
  line-height: 1;
  font-size: 17px;
  text-transform: capitalize;
  color: var(--title-color);
  font-weight: 600;
}
.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 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: #6c704b;
  color: var(--white-color);
  box-shadow: none;
  border-radius: 50%;
}
.vs-mobile-menu ul .vs-item-has-children > a .vs-mean-expand:before {
  content: "\f067";
  font-family: var(--icon-font);
}
.vs-mobile-menu ul .vs-item-has-children.vs-active > a .vs-mean-expand:before {
  content: "\f068";
}
.vs-mobile-menu ul .vs-item-has-children.vs-active .vs-mean-expand {
  background-color: var(--theme-color);
}
.vs-mobile-menu > ul {
  padding: 0 40px;
}
.vs-mobile-menu > ul > li:last-child {
  border-bottom: none;
}

.vs-menu-toggle {
  width: auto;
  height: 50px;
  padding: 0;
  font-size: 24px;
  border: none;
  display: inline-block;
  background-color: transparent;
  color: var(--white-color);
  border-radius: 5px;
}
.vs-menu-toggle:hover {
  color: var(--theme-color);
}
.vs-menu-toggle.style2 {
  color: var(--title-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: #6c704b;
}
.preloader .vs-btn {
  padding: 20px 20px;
  border-radius: 0;
  font-size: 18px;
  font-weight: 700;
  /* Small devices */
}
@media (max-width: 767px) {
  .preloader .vs-btn {
    font-size: 16px;
    padding: 15px 15px;
  }
}
.preloader .vs-btn::before, .preloader .vs-btn::after {
  background-color: var(--white-color);
}
.preloader .vs-btn:hover {
  color: var(--theme-color);
}

.preloader-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.preloader-inner img {
  display: block;
  margin: 0 auto 10px auto;
}

.loader {
  animation: loaderspin 1.5s infinite;
  height: 50px;
  width: 50px;
  display: block;
}
.loader:before, .loader:after {
  border-radius: 50%;
  content: "";
  display: block;
  height: 20px;
  width: 20px;
}
.loader:before {
  animation: ball1 1.5s infinite;
  background-color: var(--white-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;
  }
}
/*------------------- 3.2. Buttons -------------------*/
.vs-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  text-transform: uppercase;
  text-align: center;
  background-color: var(--theme-color);
  color: var(--white-color);
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  padding: 19px 45px;
  border-radius: 14px;
  z-index: 1;
  overflow: hidden;
  letter-spacing: 0.1px;
  height: max-content;
  width: max-content;
}
.vs-btn::after, .vs-btn::before {
  width: 101%;
  height: 100%;
  content: "";
  margin: auto;
  position: absolute;
  top: 0%;
  left: 0%;
  background: var(--bg-color-4);
  transition: all ease 0.5s;
  z-index: -1;
  border-radius: inherit;
}
.vs-btn:before {
  transform: rotateX(90deg);
}
.vs-btn:after {
  transform: rotateY(90deg);
}
.vs-btn > i {
  margin-left: 8px;
}
.vs-btn.style2, .vs-btn.style3 {
  background-color: var(--white-color);
  color: var(--theme-color);
  min-height: 65px;
  padding: 5px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.1px;
}
.vs-btn.style2 {
  padding: 15px 48px;
}
.vs-btn.style3 {
  gap: 25px;
  padding-right: 25px;
}
.vs-btn.style3 > i {
  width: 59px;
  height: 55px;
  margin-left: 0;
  background-color: var(--theme-color);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
}
.vs-btn.style4 {
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.4px;
  text-transform: capitalize;
  padding: 21px 33px;
  min-height: 57px;
  width: 250px;
  border: 1px solid white;
}
@media (max-width: 1199px) {
  .vs-btn.style4 {
    padding: 10px 25px;
  }
}
.vs-btn.style4-secundary {
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.4px;
  text-transform: capitalize;
  background-color: transparent !important;
  padding: 21px 33px;
  min-height: 57px;
  width: 250px;
  border: 1px solid white;
}
@media (max-width: 1199px) {
  .vs-btn.style4-secundary {
    padding: 10px 25px;
  }
}
.vs-btn.style6 {
  background-color: var(--theme-color);
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  padding: 20px 40px;
  width: 250px;
}
@media (max-width: 1199px) {
  .vs-btn.style6 {
    padding: 15px 30px;
  }
}
.vs-btn.style7 {
  border-radius: 6px;
  background: var(--theme-color);
  padding: 19px;
  width: 250px !important;
}
.vs-btn.style8 {
  border-radius: 4px;
  background: var(--theme-color);
  padding: 19.5px 35px;
}
@media (max-width: 991px) {
  .vs-btn.style8 {
    padding: 15px 30px;
  }
}
.vs-btn.style9 {
  border-radius: 10px;
  background: #75754f;
  padding: 19px;
}
.vs-btn.style10 {
  border-radius: 4px;
  background: var(--theme-color);
  padding: 19.5px 35px;
}
@media (max-width: 991px) {
  .vs-btn.style10 {
    padding: 15px 30px;
  }
}
.vs-btn.style10::before, .vs-btn.style10::after {
  background: var(--white-color);
}
.vs-btn.style10:hover {
  color: var(--title-color);
}
.vs-btn:hover {
  color: var(--white-color);
}
.vs-btn:hover:before {
  transform: rotateX(0);
}
.vs-btn:hover:after {
  transform: rotateY(0);
}

.icon-btn {
  display: inline-block;
  width: var(--btn-size, 67px);
  height: var(--btn-size, 67px);
  line-height: var(--btn-size, 67px);
  font-size: var(--btn-font-size, 20px);
  background-color: var(--theme-color);
  color: var(--white-color);
  border: none;
  text-align: center;
  border-radius: 50%;
  padding: 0;
}
.icon-btn.style2 {
  border: 2px solid var(--white-color);
  color: var(--white-color);
  background-color: transparent;
}
.icon-btn.style2:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.icon-btn.style4, .icon-btn.style3 {
  --btn-size: 55px;
  background-color: #f2f6ff;
  color: var(--theme-color);
  border-radius: 5px;
}
.icon-btn.style4 {
  background-color: var(--white-color);
}
.icon-btn.style5 {
  background-color: var(--white-color);
  color: var(--title-color);
  box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.08);
}
.icon-btn.style5:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
  box-shadow: none;
}
.icon-btn.style6 {
  background-color: var(--theme-color);
  color: var(--white-color);
  --btn-size: 55px;
  --btn-font-size: 17px;
}
.icon-btn:hover {
  background-color: var(--title-color);
  color: var(--white-color);
  border-color: transparent;
}

.play-btn {
  display: inline-block;
  position: relative;
  z-index: 1;
  border: none;
  background-color: transparent;
  padding: 0;
}
.play-btn > i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--icon-size, 102px);
  height: var(--icon-size, 102px);
  line-height: var(--icon-size, 102px);
  font-size: var(--icon-font-size, 1.5em);
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  color: var(--white-color);
  border-radius: 50%;
  z-index: 1;
  transition: all ease 0.4s;
  border: 3px solid var(--rating-color1);
}
.play-btn:after, .play-btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  z-index: -1;
  border-radius: 50%;
  transition: all ease 0.4s;
}
.play-btn:after {
  animation-delay: 2s;
}
.play-btn.style2 i {
  --icon-size: 60px;
  border-radius: 5px;
  --icon-font-size: 18px;
}
.play-btn:hover::after, .play-btn:hover::before {
  background-color: var(--theme-color);
}
.play-btn:hover:after, .play-btn:hover::before,
.play-btn:hover i {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.link-btn {
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
  line-height: 0.8;
  position: relative;
  padding-bottom: 2px;
  margin-bottom: -2px;
  text-transform: uppercase;
}
.link-btn i {
  margin-left: 7px;
  font-size: 0.9rem;
}
.link-btn:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: var(--theme-color);
  transition: all ease 0.4s;
}
.link-btn:hover {
  color: var(--theme-color);
}
.link-btn:hover::before {
  width: 100%;
}

.expand-btn {
  color: var(--title-color);
  font-weight: 500;
  letter-spacing: 0.42px;
  text-transform: capitalize;
}

.scroll-btn {
  position: fixed;
  bottom: 300px;
  right: 30px;
  z-index: 94;
  opacity: 0;
  visibility: hidden;
  display: inline-block;
  border-radius: 50%;
}
.scroll-btn i {
  display: inline-block;
  background-color: var(--theme-color);
  color: var(--white-color);
  text-align: center;
  font-size: 16px;
  width: var(--btn-size, 50px);
  height: var(--btn-size, 50px);
  line-height: var(--btn-size, 50px);
  z-index: 2;
  border-radius: inherit;
  position: relative;
  transition: all ease 0.8s;
  border: 1px solid white;
}
.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(--title-color);
  color: var(--white-color);
}
.scroll-btn.show {
  bottom: 120px;
  opacity: 1;
  visibility: visible;
}
.scroll-btn {
  /* Small devices */
}
@media (max-width: 767px) {
  .scroll-btn {
    --btn-size: 40px;
    --extra-shape: -4px;
    right: 15px;
    bottom: 50px;
  }
  .scroll-btn.show {
    bottom: 15px;
  }
}

.scrollToTop {
  position: fixed;
  right: 60px;
  bottom: 60px;
  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;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .play-btn {
    --icon-size: 60px;
  }
  .scrollToTop {
    right: 20px;
  }
  .scrollToTop.show {
    bottom: 20px;
  }
}
/*------------------- 3.3. Titles -------------------*/
.sec-title {
  text-transform: capitalize;
  line-height: 122.222%;
}
.sec-title span {
  color: var(--theme-color);
}
.sec-title.style2 {
  font-size: 90px;
  line-height: 85px;
  margin: 0;
}

.sec-subtitle {
  text-transform: uppercase;
  display: block;
  color: var(--theme-color);
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 18px 0;
}
.sec-subtitle.style-2 {
  position: relative;
  padding-left: 53px;
}
.sec-subtitle.style-2::before {
  position: absolute;
  content: "";
  width: 42px;
  height: 3.004px;
  left: 0;
  top: 50%;
  border-radius: 5px;
  background: var(--theme-color);
  transform: translateY(-50%);
}

.sec-text {
  color: var(--smoke-color);
  letter-spacing: 0.5px;
  text-transform: capitalize;
  font-weight: 500;
  line-height: 30px;
}

.title-area {
  margin-bottom: calc(var(--section-title-space) - 20px);
  /* Small devices */
}
@media (max-width: 767px) {
  .title-area {
    text-align: center;
  }
}
.title-area.style2 {
  margin-bottom: 0;
}
.title-area.style2 img {
  margin-bottom: 0px;
}
.title-area.style2 .sec-title {
  font-size: 80px;
  line-height: 95px;
  margin: 0em 0 15px 0;
  /* Medium devices */
}
@media (max-width: 991px) {
  .title-area.style2 .sec-title {
    font-size: 50px;
    line-height: 70px;
  }
}
.title-area.style2 .sec-title {
  /* Small devices */
}
@media (max-width: 767px) {
  .title-area.style2 .sec-title {
    font-size: 44px;
    line-height: 54px;
  }
}
.title-area.style2 .sec-subtitle {
  margin: -0.6em 0 44px 0;
  color: var(--white-color);
  /* Small devices */
}
@media (max-width: 767px) {
  .title-area.style2 .sec-subtitle {
    margin: -0.6em 0 30px 0;
  }
}

.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-line-wrap {
  display: flex;
  gap: 25px;
  align-items: center;
  margin: 0 0 80px 0;
}
.sec-line-wrap .sec-title2 {
  margin: -0.3em 0 -0.4em 0;
}

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

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

/* Medium Large devices */
@media (max-width: 1399px) {
  .sec-title4 {
    font-size: 42px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .sec-title4 {
    font-size: 36px;
    line-height: 1.4;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .sec-title3.h1,
  .sec-title.h1 {
    font-size: 36px;
  }
  .sec-line-wrap {
    margin: 0 0 60px 0;
  }
  .sec-subtitle2 {
    margin-bottom: 15px;
  }
  .title-area {
    margin-bottom: 40px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .sec-title3.h1,
  .sec-title.h1 {
    font-size: 30px;
  }
  .sec-subtitle {
    font-size: 16px;
    margin: 0 0 10px 0;
  }
  .sec-line-wrap {
    margin: 0 0 40px 0;
    gap: 10px;
  }
  .sec-title4 {
    font-size: 30px;
    line-height: 1.4;
  }
}
/*------------------- 3.4. Common -------------------*/
.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: 3;
}

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

.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.g-6,
.gy-6 {
  --bs-gutter-y: 5rem;
}

.g-6,
.gx-6 {
  --bs-gutter-x: 5rem;
}

@media (min-width: 992px) {
  .g-md-6,
  .gy-md-6 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 992px) {
  .g-md-6,
  .gx-md-6 {
    --bs-gutter-x: 3rem;
  }
}

@media (min-width: 1200px) {
  .g-lg-6,
  .gy-lg-6 {
    --bs-gutter-y: 4rem;
  }
}

@media (min-width: 1200px) {
  .g-lg-6,
  .gx-lg-6 {
    --bs-gutter-x: 4rem;
  }
}

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

/* 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;
  }
}
.vs-body {
  background-color: var(--black-bg);
}

.vs-body2 {
  background-color: var(--bg-color5);
}

::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #ddd;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #000;
}

.extra-shape {
  position: absolute;
  width: 100%;
  height: 1006px;
  background: linear-gradient(180deg, #161a20 4.67%, #000000 22.27%);
  opacity: 0.4;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.gradient-bg {
  background: linear-gradient(0deg, #000000 0%, #000000 100%);
  opacity: 0.25;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.main {
  perspective: 1px;
  min-width: 100vw;
  overflow-x: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
}

.image-boom {
  width: 100%;
  opacity: 0;
  transform: scale(1.2);
  transition-duration: 0.7s;
  -webkit-transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
}
.image-boom.is-inview {
  opacity: 1;
  transform: scale(1);
}

.bg-scroll {
  background-attachment: scroll;
}

.overflow-clip {
  overflow: clip;
}

.overflow-x-clip {
  overflow-x: clip;
}

.overflow-y-clip {
  overflow-y: clip;
}

.height-content {
  height: max-content;
}

.width-content {
  width: max-content;
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: clip;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

.element-layout .h3ele1 {
  position: absolute;
  top: 121px;
  left: 50px;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: var(--theme-color);
}

/*------------------- 3.5. 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-32 {
  font-size: 32px;
}

.fs-30 {
  font-size: 30px;
}

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

.fs-sm {
  font-size: 16px;
}

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

.fs-xxs {
  font-size: 13px;
}

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

.ff-bricolage {
  font-family: var(--bricolage-font);
}

.ff-poppins {
  font-family: var(--poppins-font);
}

/*------------------- 3.6. Background -------------------*/
.bg-theme {
  background-color: var(--theme-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-theme-color {
  background-color: var(--theme-color);
}

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

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

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

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

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

.bg-third-theme-12 {
  background-color: rgba(var(--third-theme-color-rgb), 0.12);
}

.bg-theme-07 {
  background-color: rgba(var(--theme-color-rgb), 0.07);
}

.bg-third-theme-14 {
  background-color: rgba(var(--third-theme-color-rgb), 0.14);
}

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

.bg-color-5 {
  background-color: var(--bg-color-5);
}

/*------------------- 3.7. Text Color -------------------*/
.text-theme {
  color: var(--theme-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-title-color {
  color: var(--title-color);
}

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

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

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

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

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

.text-color-5 {
  color: var(--bg-color-5);
}

/*------------------- 3.8. Overlay -------------------*/
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

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

[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.9. Animation -------------------*/
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.wow-animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.fadein {
  --animation-name: fadein-custom;
}

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

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

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

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

.vs-animated {
  animation-fill-mode: both;
  animation-iteration-count: 1;
  animation-duration: 1s;
  animation-delay: 0.3s;
  animation-name: var(--animation-name);
}

.animated {
  transition: all 0.5s ease-in-out;
}

.ripple-animation, .play-btn:after, .play-btn:before {
  animation-duration: var(--ripple-ani-duration);
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-name: ripple;
}

@keyframes ripple {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.4;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes slideinup {
  0% {
    opacity: 0;
    transform: translateY(70px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slideindown {
  0% {
    opacity: 0;
    transform: translateY(-70px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slideinleft {
  0% {
    opacity: 0;
    transform: translateX(-70px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slideinright {
  0% {
    opacity: 0;
    transform: translateX(70px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes fadein-custom {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes vsfadeInUp {
  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);
  }
}
.vs-hero .slick-current {
  --animation-name: slideinup;
  --animation-name2: slideinright;
  --animation-name3: fadeInLeft;
}

.animate-elements .hero-subtitle,
.animate-elements .hero-text,
.animate-elements .hbtn1,
.animate-elements .hero-img1,
.animate-elements .hero-img2,
.animate-elements .hero-img3,
.animate-elements .hero-img4,
.animate-elements .hero-title .htext1,
.animate-elements .hero-title .htext2 {
  animation-fill-mode: both;
  animation-iteration-count: 1;
  animation-duration: 1s;
  animation-delay: 0.3s;
  animation-name: var(--animation-name);
}
.animate-elements .hero-img3 {
  animation-name: var(--animation-name2);
}
.animate-elements .hero-img1 {
  animation-name: var(--animation-name3);
}
.animate-elements .hero-img3.style2 {
  animation-name: var(--animation-name);
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 8%, 0);
    transform: translate3d(0, 8%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes treeSway {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(8deg);
  }
  50% {
    transform: rotate(-8deg);
  }
  75% {
    transform: rotate(5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
/* Apply the animation */
.animate-tree {
  transform-origin: bottom right;
  animation: treeSway 3s infinite ease-in-out;
}

@keyframes parachuteFloat3D {
  0% {
    transform: translate3d(0, 0, 0) rotateX(0deg) rotateY(0deg);
  }
  20% {
    transform: translate3d(-8px, -8px, 5px) rotateX(5deg) rotateY(-5deg);
  }
  40% {
    transform: translate3d(8px, -4px, -5px) rotateX(-5deg) rotateY(5deg);
  }
  60% {
    transform: translate3d(-6px, 6px, 3px) rotateX(3deg) rotateY(-3deg);
  }
  80% {
    transform: translate3d(6px, 4px, -3px) rotateX(-3deg) rotateY(3deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotateX(0deg) rotateY(0deg);
  }
}
/* Apply the animation */
.animate-parachute {
  transform-origin: center top;
  animation: parachuteFloat3D 5s infinite ease-in-out;
}

@keyframes slide_plain {
  from {
    left: -81px;
  }
  40% {
    left: 20%;
  }
  80% {
    left: 70%;
  }
  to {
    left: 100%;
  }
}
@keyframes slide_plain2 {
  0% {
    left: -81px;
    animation-timing-function: ease-in;
  }
  10% {
    left: 0%;
    animation-timing-function: linear;
  }
  40% {
    left: 20%;
  }
  80% {
    left: 70%;
  }
  90% {
    left: 90%;
    animation-timing-function: ease-out;
  }
  100% {
    left: 100%;
  }
}
.animate-plain {
  transform-origin: center top;
  animation: slide_plain 8s linear infinite;
}

.animate-plain-2 {
  transform-origin: center top;
  animation: slide_plain2 8s linear infinite reverse;
}

.animate-linear {
  transition-timing-function: linear !important;
}

.swing {
  animation: swing 2.5s infinite ease-in-out;
  transform-origin: top center;
}

@keyframes swing {
  0%, 100% {
    transform: rotate(-5deg);
  }
  50% {
    transform: rotate(5deg);
  }
}
@keyframes forward-backward {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(5px);
  }
}
.forward-backward {
  animation: forward-backward 2.5s infinite cubic-bezier(0.4, 0, 0.2, 1) alternate;
}

/*------------------- 3.10. Icon -------------------*/
.icon-box {
  display: flex;
  align-items: center;
  gap: 18.25px;
}
.icon-box__title {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: var(--smoke-color);
  font-family: var(--body-font);
  margin-bottom: 0;
}

/*------------------- 3.11. Search -------------------*/
.search-box {
  border-radius: 25px;
  background: rgba(217, 217, 217, 0.2);
  backdrop-filter: blur(2px);
  padding: 15px 16px;
}
.search-box form {
  border-radius: 20px;
  border: 1px solid rgba(var(--white-color-rgb), 0.2);
  background: rgba(var(--white-color-rgb), 0.95);
  box-shadow: 0px 4px 4px 0px rgba(var(--black-color-rgb), 0.1);
  padding: 20px 35px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media (max-width: 991px) {
  .search-box form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 30px;
  }
}
@media (max-width: 575px) {
  .search-box form {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    row-gap: 20px;
  }
}
.search-box form .form-group {
  margin-bottom: 0;
  padding: 0 24px;
  position: relative;
  background-color: transparent;
  z-index: 1;
}
.search-box form .form-group:not(:last-child)::after {
  font: var(--fa-font-solid);
  content: "\f107";
  position: absolute;
  bottom: 4px;
  right: 25px;
  font-size: 20px;
  z-index: -1;
}
@media (max-width: 767px) {
  .search-box form .form-group:not(:last-child)::after {
    right: 10px;
  }
}
@media (max-width: 575px) {
  .search-box form .form-group:not(:last-child)::after {
    right: 8px;
  }
}
@media (max-width: 991px) {
  .search-box form .form-group:nth-child(3) {
    padding-left: 0;
  }
}
@media (max-width: 575px) {
  .search-box form .form-group:nth-child(2), .search-box form .form-group:nth-child(4) {
    padding-left: 0;
  }
}
.search-box form .form-group .form-select {
  padding: 0;
  height: max-content;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: none;
  position: relative;
  background-color: transparent;
}
.search-box form .form-group .form-select::before {
  font: var(--fa-font-solid);
  content: "\f007";
}
@media (min-width: 992px) {
  .search-box form .form-group:not(:first-child) {
    border-left: 1px solid var(--bg-color-7);
  }
}
@media (max-width: 575px) {
  .search-box form .form-group:not(:last-child) {
    border-bottom: 1px solid var(--bg-color-7);
  }
}
@media (max-width: 575px) {
  .search-box form .form-group button {
    width: max-content;
  }
}
.search-box form input,
.search-box form select {
  border: none;
  color: var(--title-color);
  font-size: 16px;
  font-weight: 500;
  line-height: 162.5%;
  letter-spacing: 0.32px;
  text-transform: capitalize;
  padding-left: 0;
}
.search-box form input::placeholder,
.search-box form select::placeholder {
  color: var(--title-color);
  opacity: 1;
}
.search-box form input:focus, .search-box form input:active,
.search-box form select:focus,
.search-box form select:active {
  color: var(--title-color);
  box-shadow: none;
}
.search-box form input:focus::placeholder, .search-box form input:active::placeholder,
.search-box form select:focus::placeholder,
.search-box form select:active::placeholder {
  color: var(--title-color);
}
.search-box form .form-group #select-division-button,
.search-box form .form-group #guest-dropdown-button {
  width: 100%;
  background-color: transparent;
  border: none;
  padding-left: 0;
  color: var(--title-color);
  font-size: 16px;
  font-weight: 500;
  line-height: 162.5%;
  letter-spacing: 0.32px;
  text-transform: capitalize;
  padding-left: 0;
  font-family: var(--body-font);
  padding-top: 0;
  padding-bottom: 0;
}
.search-box form .form-group #select-division-button:focus, .search-box form .form-group #select-division-button:active,
.search-box form .form-group #guest-dropdown-button:focus,
.search-box form .form-group #guest-dropdown-button:active {
  background-color: transparent;
  color: var(--title-color);
}
.search-box form .form-group #select-division-button .ui-icon,
.search-box form .form-group #guest-dropdown-button .ui-icon {
  display: none;
}

/*=================================
    04. Template Style
==================================*/
/*------------------- 4.1. widget  -------------------*/
.sidebar-area .widget {
  padding: 40px 28px 40px;
}
.sidebar-area .widget:not(:last-of-type) {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .sidebar-area .widget {
    padding: 30px 20px 30px;
  }
  .sidebar-area .widget:not(:last-of-type) {
    margin-bottom: 20px;
  }
}

.widget {
  border-radius: 15px;
  border: 1px solid rgba(var(--bg-color-2-rgb), 0.1);
  background: rgba(var(--theme-color-rgb), 0.1);
}
.widget .sidebar-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
@media (max-width: 1199px) {
  .widget .sidebar-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 991px) {
  .widget .sidebar-gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 424px) {
  .widget .sidebar-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.widget .sidebar-gallery .gallery-box {
  position: relative;
}
.widget .sidebar-gallery .gallery-box .post-thumb {
  border: 2px solid var(--theme-color);
  border-radius: 5px;
  overflow: hidden;
}
.widget .sidebar-gallery .gallery-box .post-thumb img {
  transition: all 0.3s ease-in-out;
  transform: scale(1.01);
}
.widget .sidebar-gallery .gallery-box a {
  position: absolute;
  inset: 0;
  display: block;
}
.widget .sidebar-gallery .gallery-box:hover .post-thumb img {
  transform: scale(1.1);
}

.widget_title {
  font-family: var(--body-font);
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .widget_title {
    margin-bottom: 20px;
  }
}

.title-shep {
  position: relative;
  padding-left: 30px;
}
.title-shep::before {
  content: "//";
  position: absolute;
  top: calc(50% - 2px);
  left: 0;
  transform: translateY(-50%);
  width: 21px;
  height: 21px;
  color: var(--theme-color);
}

.widget_meta .tagcloud {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.widget_meta .tagcloud a {
  font-weight: 600;
  line-height: 1;
  text-transform: capitalize;
  background-color: var(--theme-color);
  border-radius: 6px;
  padding: 12px 15px;
}
.widget_meta .tagcloud a:hover {
  background-color: var(--second-theme-color);
  color: var(--white-color);
}
@media (max-width: 991px) {
  .widget_meta .tagcloud a {
    padding: 8px 10px;
  }
}

.widget_categories ul li {
  display: flex;
  justify-content: space-between;
  color: var(--body-color);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
  text-transform: capitalize;
  padding: 15px 0;
}
.widget_categories ul li:first-child {
  padding-top: 0;
}
.widget_categories ul li:last-child {
  padding-bottom: 0;
}
.widget_categories ul li:not(:last-child) {
  border-bottom: 1px dashed rgba(6, 47, 52, 0.5);
}
.widget_categories ul li a,
.widget_categories ul li span {
  transition: all 0.3s ease-in-out;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.widget_categories ul li:hover {
  color: var(--theme-color);
}
@media (max-width: 991px) {
  .widget_categories ul li {
    padding: 10px 0;
  }
  .widget_categories ul li:first-child {
    padding-top: 0;
  }
  .widget_categories ul li:last-child {
    padding-bottom: 0;
  }
}

.widget_recent-posts .recent-post {
  display: flex;
  align-items: center;
  gap: 18px;
}
.widget_recent-posts .recent-post:not(:last-of-type) {
  margin-bottom: 20px;
}
.widget_recent-posts .recent-post:hover .media-img img {
  transform: scale(1.1);
}
.widget_recent-posts .recent-post:hover .media-body .post-title a {
  background-size: 100% 1px;
}
.widget_recent-posts .media-img {
  border-radius: 6px;
  overflow: hidden;
  width: 103px;
  height: 97px;
  flex-shrink: 0;
}
.widget_recent-posts .media-img img {
  transition: all 0.3s ease-in-out;
}
@media (max-width: 424px) {
  .widget_recent-posts .media-img {
    width: 80px;
    height: 75px;
  }
}
.widget_recent-posts .media-body .recent-post-meta {
  margin-bottom: 5px;
}
.widget_recent-posts .media-body .recent-post-meta a {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--theme-color);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 162.5%;
  text-transform: uppercase;
}
@media (max-width: 424px) {
  .widget_recent-posts .media-body .recent-post-meta a {
    font-size: 14px;
  }
}
.widget_recent-posts .media-body .post-title {
  font-family: var(--body-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 133.333%;
  text-transform: capitalize;
}
.widget_recent-posts .media-body .post-title a {
  position: relative;
  background-image: linear-gradient(to right, currentColor 0%, currentColor 100%);
  background-size: 0px 1px;
  background-position: 0px 95%;
  transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  background-repeat: no-repeat;
  color: inherit;
}
@media (max-width: 424px) {
  .widget_recent-posts .media-body .post-title {
    font-size: 14px;
  }
}

.widget_search .search-form {
  position: relative;
  display: flex;
  align-items: center;
  background-color: var(--white-color);
  padding: 0px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(var(--second-theme-color-rgb), 0.15);
}
.widget_search .search-form input {
  flex: 1;
  color: var(--body-color);
  height: 63px;
  border: none;
  background-color: var(--white-color);
  padding: 2px;
  padding-left: 25px;
  font-weight: 400;
}
@media (max-width: 1399px) {
  .widget_search .search-form input {
    height: 50px;
  }
}
.widget_search .search-form button {
  width: 70px;
  height: 63px;
  flex-shrink: 0;
  background-color: var(--theme-color);
  color: var(--white-color);
  border: none;
  padding: 0;
  display: grid;
  place-content: center;
}
.widget_search .search-form button i,
.widget_search .search-form button svg {
  color: var(--white-color);
  font-size: 18px;
}
@media (max-width: 1399px) {
  .widget_search .search-form button {
    width: 50px;
    height: 50px;
  }
}

.tours-sidebar .widget {
  border-radius: 10px;
  background: var(--white-color);
  box-shadow: 0px 4px 4px 0px rgba(var(--black-color-rgb), 0.08);
  padding: 40px 37px 40px;
}
@media (max-width: 991px) {
  .tours-sidebar .widget {
    padding: 30px 20px 30px;
  }
}
.tours-sidebar .widget.widget_trip-Availability {
  padding: 0;
}

.widget_trip .trip-info-box:not(:last-of-type) {
  margin-bottom: 22px;
}
@media (max-width: 991px) {
  .widget_trip .trip-info-box:not(:last-of-type) {
    margin-bottom: 15px;
  }
}

.widget_trip-Availability .accordion-item {
  border: none;
}
.widget_trip-Availability .accordion-header {
  font-weight: 600;
  line-height: 1;
  font-family: var(--body-font);
}
.widget_trip-Availability .accordion-button {
  box-shadow: none;
  background-color: var(--theme-color);
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-transform: uppercase;
  font-family: inherit;
  padding: 20px 26px;
}
.widget_trip-Availability .accordion-body {
  padding: 24px 26px 40px;
}
@media (max-width: 991px) {
  .widget_trip-Availability .accordion-body {
    padding: 24px 26px 30px;
  }
}
.widget_trip-Availability .accordion-body .header .offer {
  display: inline-block;
  border-radius: 20px;
  background: var(--theme-color);
  line-height: 1;
  padding: 6px 15px;
  color: var(--title-color);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.6px;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.widget_trip-Availability .accordion-body .header .package-wrapper {
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(var(--second-theme-color-rgb), 0.2);
}
.widget_trip-Availability .accordion-body .header .title {
  display: flex;
  align-items: center;
  color: var(--body-color);
  font-weight: 500;
  line-height: 157.143%;
  letter-spacing: 0.42px;
  text-transform: capitalize;
  gap: 15px;
  margin-bottom: 10px;
}
.widget_trip-Availability .accordion-body .header .price {
  font-family: var(--body-font);
  font-weight: 500;
  letter-spacing: 0.72px;
  line-height: 91.667%;
  display: flex;
  align-items: center;
  gap: 8px;
}
.widget_trip-Availability .accordion-body .header .price span {
  color: var(--body-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.42px;
  text-transform: capitalize;
}
.widget_trip-Availability .accordion-body .body {
  padding: 20px 0;
}
.widget_trip-Availability .accordion-body .body ul li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  line-height: 157.143%;
  letter-spacing: 0.42px;
  text-transform: capitalize;
}
.widget_trip-Availability .accordion-body .body ul li i {
  color: var(--theme-color);
}
.widget_trip-Availability .accordion-body .body ul li:not(:last-of-type) {
  margin-bottom: 8px;
}
.widget_trip-Availability .accordion-body .footer p {
  letter-spacing: 0.42px;
  text-transform: capitalize;
  margin-top: 25px;
}
@media (max-width: 991px) {
  .widget_trip-Availability .accordion-body .footer p {
    margin-top: 15px;
  }
}
.widget_trip-Availability .accordion-body .footer p a {
  color: var(--theme-color);
}

/*------------------- 4.2. Header  -------------------*/
.vs-header {
  position: relative;
  z-index: 41;
}
.vs-header.layout1 {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
}
.vs-header.layout2 .header-bottom {
  background-color: var(--white-color);
}
.vs-header.layout3 {
  background-color: var(--bg-color9);
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
}
.vs-header.layout3 .svg-line {
  position: absolute;
  bottom: -9px;
  left: 50%;
  transform: translateX(-50%);
}

.header-top-wrap {
  position: relative;
  border-bottom: 6px solid var(--theme-color);
  background: var(--second-theme-color);
}
.header-top-wrap::before {
  position: absolute;
  content: "";
  width: 50%;
  height: 101%;
  top: 0;
  right: 0;
  background-color: var(--theme-color);
}
@media (max-width: 767px) {
  .header-top-wrap::before {
    display: none;
  }
}
@media (max-width: 767px) {
  .header-top-wrap {
    border-bottom: 2px solid var(--theme-color);
  }
}

.header-top {
  padding: 7.5px 0;
  position: relative;
  z-index: 1;
  background-color: var(--second-theme-color);
}
.header-top::before {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  top: 0;
  right: 435px;
  background-color: var(--second-theme-color);
  z-index: -1;
  border: 16px solid;
  border-color: var(--theme-color) transparent transparent var(--theme-color);
}
@media (max-width: 991px) {
  .header-top::before {
    right: 290px;
  }
}
@media (max-width: 767px) {
  .header-top::before {
    display: none;
  }
}
.header-top::after {
  position: absolute;
  content: "";
  width: 496px;
  height: 101%;
  top: 0;
  right: -45px;
  background-color: var(--theme-color);
  z-index: -1;
  transform: skewX(-45deg);
}
@media (max-width: 991px) {
  .header-top::after {
    width: 350px;
  }
}
@media (max-width: 767px) {
  .header-top::after {
    display: none;
  }
}
.header-top .contact-info ul {
  display: flex;
  align-items: center;
  gap: 15px;
}
.header-top .contact-info ul li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header-top .contact-info ul li i {
  color: var(--theme-color);
}
.header-top .contact-info ul li a {
  color: var(--white-color);
}
.header-top .contact-info ul li a:hover {
  color: var(--theme-color);
}
.header-top .social-share {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 15px;
  color: var(--white-color);
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .header-top .social-share {
    justify-content: center;
  }
}
.header-top .social-share ul {
  display: flex;
  align-items: center;
  gap: 6px;
}
.header-top .social-share ul li a {
  width: 37px;
  height: 37px;
  display: grid;
  place-content: center;
  border-radius: 50%;
  background-color: var(--second-theme-color);
  font-size: 12px;
}
@media (max-width: 767px) {
  .header-top .social-share ul li a {
    width: 26px;
    height: 26px;
    background-color: var(--theme-color);
  }
}

.header-logo {
  /* Small devices */
}
@media (max-width: 767px) {
  .header-logo {
    margin: 15px 0;
  }
}
@media (max-width: 1399px) {
  .header-logo a img {
    max-width: 160px;
  }
}
@media (max-width: 991px) {
  .header-logo {
    margin: 8px 0;
  }
  .header-logo a img {
    max-height: 80px;
  }
}
.header-logo.style3 {
  padding: 30px 0;
  position: relative;
  z-index: 1;
}
.header-logo.style3::before {
  position: absolute;
  content: "";
  width: 273px;
  height: 28px;
  background-color: var(--bg-color9);
  z-index: -1;
  bottom: -9px;
  border-radius: 999px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
.header-logo.style3 {
  /* Large devices */
}
@media (max-width: 1199px) {
  .header-logo.style3 {
    padding: 20px 0 6px;
    margin-bottom: 0;
  }
}

.header-wc {
  display: flex;
  align-items: center;
  gap: 23px;
  justify-content: flex-end;
}
.header-wc.style2 {
  gap: 1rem;
}

.wc-link {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--white-color);
  letter-spacing: 1.2px;
}
.wc-link:hover {
  color: var(--theme-color);
}

.wc-link2 svg path {
  transition: all ease 0.4s;
}
.wc-link2:hover svg path {
  stroke: var(--theme-color);
}

.header-bottom {
  position: relative;
  z-index: 9;
}

.will-sticky .header-logo.style3 {
  padding: 0 0;
}
.will-sticky .sticky-active {
  position: fixed;
  top: -100%;
  right: 0;
  left: 0;
  background-color: var(--bg-color1);
  transition: all ease 1s;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
  padding: 10px 0;
}
.will-sticky .sticky-active.active {
  top: 0;
}
.will-sticky .sticky-active.active .main-menu > ul > li > a {
  color: var(--white-color);
}
.will-sticky .sticky-active.active .menu-style1 > ul > li > a {
  color: var(--white-color);
}
.will-sticky .sticky-active.active .menu-style1 > ul > li > a:hover {
  color: var(--theme-color);
}

.main-menu a {
  display: block;
  position: relative;
  font-weight: 700;
  font-size: 15px;
  color: var(--title-color);
  text-transform: uppercase;
  letter-spacing: 0.1px;
}
.main-menu a:hover {
  color: var(--theme-color);
}
.main-menu > ul > li {
  margin: 0 24px;
  /* Extra large devices */
}
@media (max-width: 1500px) {
  .main-menu > ul > li {
    margin: 0 10px;
  }
}
.main-menu > ul > li {
  /* Large devices */
}
@media (max-width: 1199px) {
  .main-menu > ul > li {
    margin: 0 10px;
  }
}
.main-menu > ul > li > a {
  padding: 28px 0;
  color: var(--white-color);
}
.main-menu > ul > li > a .new-label {
  position: absolute;
  top: -10px;
  right: -27px;
  font-size: 11px;
  border-radius: 3px;
}
.main-menu > ul > li > a .has-new-lable {
  position: relative;
}
.main-menu ul {
  margin: 0;
  padding: 0;
}
.main-menu ul li {
  list-style-type: none;
  display: inline-block;
  position: relative;
}
.main-menu ul li.menu-item-has-children > a:after {
  content: "\f078";
  position: relative;
  font-family: var(--icon-font);
  margin-left: 5px;
  font-size: 0.8rem;
  display: none;
}
.main-menu ul li:last-child {
  margin-right: 0;
}
.main-menu ul li:first-child {
  margin-left: 0;
}
.main-menu ul li:hover > ul.sub-menu, .main-menu ul li:hover > ul.mega-menu {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
  z-index: 9;
  top: 100%;
  transition: all 0.3s ease-in-out;
}
.main-menu ul.sub-menu,
.main-menu ul.mega-menu {
  position: absolute;
  text-align: left;
  top: 150%;
  left: 0;
  background-color: var(--white-color);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  visibility: hidden;
  min-width: 190px;
  width: max-content;
  padding: 7px;
  left: -14px;
  margin-top: 0px;
  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: all 0.3s ease-in-out;
}
.main-menu ul.sub-menu a,
.main-menu ul.mega-menu a {
  font-size: 16px;
  line-height: 30px;
}
.main-menu ul.sub-menu {
  padding: 18px 20px;
  left: -27px;
}
.main-menu ul.sub-menu:before {
  content: "";
  position: absolute;
  left: 34.5px;
  top: 30px;
  width: 1px;
  background-color: #ededed;
  height: calc(100% - 60px);
  opacity: 0;
  display: none;
}
.main-menu ul.sub-menu li {
  display: block;
  margin: 0 0;
  padding: 3px 0px;
}
.main-menu ul.sub-menu li.menu-item-has-children > a:after {
  content: "\f105";
  float: right;
  top: 3px;
}
.main-menu ul.sub-menu li a {
  position: relative;
  padding-left: 0px;
}
.main-menu 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 ul.sub-menu {
  left: 100%;
  right: auto;
  top: 0;
  margin: 0 0;
  margin-left: 20px;
}
.main-menu ul.sub-menu li ul.sub-menu li ul {
  left: 100%;
  right: auto;
}
.main-menu .mega-menu-wrap {
  position: static;
}
.main-menu ul.mega-menu {
  display: 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 {
  position: relative;
}
.main-menu ul.mega-menu li {
  display: block;
  width: 100%;
  padding: 0 15px;
}
.main-menu ul.mega-menu li li {
  padding: 4px 0;
}
.main-menu ul.mega-menu li a {
  display: inline-block;
}
.main-menu 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::after, .main-menu ul.mega-menu > li > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 15px;
  height: 1px;
  background-color: var(--theme-color);
}
.main-menu ul.mega-menu > li > a::after {
  width: calc(100% - 20px);
  left: 20px;
}
.main-menu ul.mega-menu > li > a:hover {
  padding-left: 0;
}
.main-menu ul.mega-menu > li > ul > li > a:before {
  content: "\f105";
  font-family: var(--icon-font);
  font-weight: 400;
  margin: 0 10px 0 0;
}

.menu-style1 > ul > li {
  margin: 0 0px;
}
.menu-style1 > ul > li > a {
  padding: 51.5px 24px;
  position: relative;
  line-height: 1;
}
@media (max-width: 1919px) {
  .menu-style1 > ul > li > a {
    padding: 56px 20px;
  }
}
.menu-style1 > ul > li > a {
  /* Extra large devices */
}
@media (max-width: 1500px) {
  .menu-style1 > ul > li > a {
    padding: 40px 10px;
  }
}
.menu-style1 > ul > li:first-child a {
  padding-left: 0;
}
.menu-style1 > ul > li:last-child a {
  padding-right: 0;
}
.menu-style1 > ul > li:last-child a::before {
  display: none;
}
.menu-style1 > ul > li.menu-item-has-children > a {
  display: inline-flex;
  flex-direction: row-reverse;
  gap: 6px;
  transition: all ease 0.4s;
  align-items: center;
}
.menu-style1 > ul > li.menu-item-has-children > a::after {
  content: url("data:image/svg+xml;base64,Cjxzdmcgd2lkdGg9IjEwIiBoZWlnaHQ9IjEyIiB2aWV3Qm94PSIwIDAgMTAgMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGggZD0iTTUgMTEuNUwwIDQuNUgzLjVMNSAwTDYuNSA0LjVIMTBMNSAxMS41WiIgZmlsbD0iI2Y3OTIxZSIvPgo8L3N2Zz4K");
  position: relative;
  font-family: var(--icon-font);
  margin-left: 0px;
  font-size: 0.8rem;
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
  color: var(--theme-color);
}
@media (max-width: 1919px) {
  .menu-style1 > ul > li.menu-item-has-children > a::after {
    display: none;
  }
}
.menu-style1 > ul > li.menu-item-has-children > a::after {
  /* Extra large devices */
}
@media (max-width: 1500px) {
  .menu-style1 > ul > li.menu-item-has-children > a::after {
    display: none;
  }
}
.menu-style1 > ul > li.menu-item-has-children > a:hover::after {
  opacity: 1;
  visibility: visible;
  transition: all ease 0.4s;
}
.menu-style1 > ul.sub-menu li a {
  display: inline-flex;
  align-items: center;
}
.menu-style1 > ul.sub-menu li a::before {
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMCAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUgMTEuNUwwIDQuNUgzLjVMNSAwTDYuNSA0LjVIMTBMNSAxMS41WiIgZmlsbD0iI0ZGM0UwMSIvPgo8L3N2Zz4K");
  position: relative;
  font-family: var(--icon-font);
  margin-left: 0px;
  font-size: 0.8rem;
  display: inline-block;
  transition: all ease 0.4s;
  color: var(--theme-color);
  margin-right: 10px;
  width: auto;
  height: auto;
  line-height: 1;
  top: 0px;
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.menu-style1 > ul > li.menu-item-has-children > a + ul.sub-menu, .menu-style1 > ul > li.menu-item-has-children > a + ul.mega-menu {
  top: 110%;
  z-index: 99;
}
.menu-style1 > ul > li.menu-item-has-children:hover > a + ul.sub-menu, .menu-style1 > ul > li.menu-item-has-children:hover > a + ul.mega-menu {
  top: 80%;
}
.menu-style1.v2 > ul > li > a {
  padding: 43.5px 24px;
  color: var(--title-color);
}
@media (max-width: 1499px) {
  .menu-style1.v2 > ul > li > a {
    padding: 30px 10px;
  }
}

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

.header-info {
  display: flex;
  align-items: center;
  padding-top: 28px;
  padding-bottom: 28px;
  margin-left: 40px;
  padding-left: 40px;
  border-left: 1px solid #e7ebf3;
}
.header-info:nth-child(2) {
  margin-left: 0;
  padding-left: 0;
  border-left: none;
}
.header-info_icon {
  color: var(--theme-color);
  font-size: 24px;
  margin-right: 20px;
}
.header-info_label {
  font-size: 14px;
  color: var(--body-color);
  display: block;
  margin-bottom: 2px;
}
.header-info_link {
  color: var(--title-color);
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}
.header-info_link a {
  color: inherit;
}
.header-info_link a:hover {
  color: var(--theme-color);
}

.header-search {
  display: inline-flex;
  position: relative;
}
.header-search input {
  flex: 1;
  border: none;
  transition: all ease 0.4s;
  background-color: transparent;
  height: auto;
  padding: 2px 25px 2px 0;
  color: var(--gold-light-color);
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 1.1px;
  font-size: 11px;
  min-width: 189px;
}
.header-search input::placeholder {
  color: var(--gold-light-color);
  font-size: 11px;
}
.header-search button {
  position: absolute;
  background-color: transparent;
  height: auto;
  right: 3px;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  padding: 0;
  color: var(--white-color);
  line-height: 1;
}
.header-search::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-color: var(--white-color);
  border-radius: 3px;
  left: 0;
  bottom: 0;
  transition: all 0.3s ease-in-out;
}
.header-search:hover::after, .header-search:focus::after {
  background-color: var(--theme-color);
}

.header-links ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.header-links li {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: var(--title-color);
  font-family: var(--title-font);
  padding: 0 30px 0 0;
  margin: 0 26px 0 0;
  border-right: 1px solid #cad4f1;
  line-height: 23px;
}
.header-links li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
.header-links i {
  color: var(--theme-color);
  margin: 0 10px 0 0;
}
.header-links a {
  color: inherit;
}
.header-links a:hover {
  color: var(--theme-color);
}
.header-links.style-white i,
.header-links.style-white li {
  color: var(--white-color);
  border-color: #558eff;
}

.header-social {
  font-size: 14px;
}
.header-social .social-title {
  color: var(--title-color);
  display: inline-block;
}
.header-social a {
  display: inline-block;
  color: var(--title-color);
  margin-left: 16px;
}
.header-social a:hover {
  color: var(--theme-color);
}
.header-social.style-white .social-title,
.header-social.style-white a {
  color: var(--white-color);
}
.header-social.style-white a:hover {
  color: var(--title-color);
}

.header-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

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

.login-tab {
  display: flex;
  border-radius: 9999px;
  position: relative;
  z-index: 1;
}
.login-tab:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  border-radius: inherit;
  border: 2px solid var(--theme-color);
  z-index: -1;
}
.login-tab a {
  display: inline-block;
  color: var(--theme-color);
  background-color: transparent;
  font-family: var(--title-font);
  text-transform: capitalize;
  font-weight: 600;
  font-size: 18px;
  padding: 18.5px 37px;
  line-height: 1;
  border-radius: inherit;
}
.login-tab a:hover, .login-tab a.active {
  color: var(--white-color);
}
.login-tab .indicator {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 0;
  background-color: var(--theme-color);
  z-index: -1;
  transition: all ease 0.4s;
  border-radius: inherit;
}

.header-layout1 .header-top {
  background-color: var(--theme-color);
  padding: 9.5px 0;
}

.header-layout1 .menu-top {
  border-bottom: 1px solid #e7ebf3;
}
.header-layout1 .header-text {
  color: var(--white-color);
}

.sideMenuToggler {
  background-color: transparent;
  border: 0;
  padding: 0;
}
.sideMenuToggler svg path {
  transition: all 0.3s ease-in-out;
}
.sideMenuToggler:hover svg path {
  fill: var(--theme-color);
}

#navbars {
  position: fixed;
  top: 0;
  z-index: 9;
  right: 0;
  left: 0;
  background: black;
  box-shadow: 0 4px 8px rgba(102, 102, 102, 0.116);
  transition: all 0.15s ease;
}
#navbars .logo {
  max-width: 50px;
  width: 100%;
}
@media (max-width: 991px) {
  #navbars .logo {
    max-width: 100px;
  }
}

.menu-category {
  position: relative;
  min-height: 82px;
  display: grid;
  align-items: center;
}

.menu-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: none;
  border: none;
  color: inherit;
  padding: 0;
  width: 31px;
  height: 23px;
}
.menu-toggle .menu-icon {
  transition: transform 0.3s ease, color 0.3s ease;
}
.menu-toggle .menu-icon .line1,
.menu-toggle .menu-icon .line2,
.menu-toggle .menu-icon .line3 {
  transition: all 0.3s ease;
}
.menu-toggle .menu-icon .line3 {
  width: 16px;
}
.menu-toggle:hover svg path {
  fill: var(--theme-color);
  transition: all 0.3s ease;
}

.menu-toggle.active {
  transform: translateX(-11.91px);
}
.menu-toggle.active .line1 {
  transform: rotate(45deg) translateY(7px);
  width: 31px; /* Expand width of line1 to match line2 */
  transform-origin: center;
}
.menu-toggle.active .line2 {
  opacity: 0;
}
.menu-toggle.active .line3 {
  transform: rotate(-45deg) translateY(-6px);
  width: 31px; /* Expand width of line3 to match line2 */
  transform-origin: center;
}
.menu-toggle.active .menu-icon path {
  fill: var(--theme-color);
}

.menu-category .menu-list {
  list-style: none;
  background-color: #ffffff;
  position: absolute;
  top: 100%;
  left: 0;
  width: 80%;
  padding: 0;
  margin: 0;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20%); /* Initial slide up for menu list */
}
.menu-category .menu-item {
  font-size: 18px;
  font-weight: 500;
  color: var(--title-color);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 15px;
  border-bottom: 1px solid #e0e0e0;
  cursor: pointer;
  opacity: 0; /* Start fully hidden */
  transform: translateY(100%); /* Initial slide down for menu items */
  transition: background-color 0.3s ease;
  gap: 5px;
}
.menu-category .menu-item:hover {
  background-color: #f3f4f6;
}

/*# ADDITIONAL CSS */
.hero--berg {
  position: relative;
}

.hero-video-wrap {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.45) 50%, rgba(0, 0, 0, 0.65) 100%);
  pointer-events: none;
}

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

#navbars .row {
  flex-wrap: nowrap;
}
#navbars .main-menu > ul {
  flex-wrap: nowrap;
  gap: 14px;
}
#navbars .main-menu > ul > li {
  margin: 0 !important;
}
#navbars .menu-style1 > ul > li > a {
  padding: 18px 8px !important;
  font-size: 13px;
  letter-spacing: 0.5px;
  white-space: nowrap;
}
#navbars .header-wc.style2 {
  gap: 10px;
}
#navbars .logo {
  max-width: 130px;
}
#navbars .logo img {
  max-width: 70px;
  height: auto;
}

@media (max-width: 1199.98px) and (min-width: 992px) {
  #navbars .menu-style1 > ul > li > a {
    padding: 16px 6px !important;
    font-size: 12px;
  }
  #navbars .main-menu > ul {
    gap: 10px;
  }
}
/* Povećaj hamburger ikonicu samo na telefonu */
@media (max-width: 767.98px) {
  .vs-menu-toggle {
    transform: scale(1.25); /* povećaj ceo dugmić */
    transform-origin: center;
    padding: 8px 10px !important; /* veći klik target */
  }
  /* FontAwesome ikonica */
  .vs-menu-toggle .fa-bars {
    font-size: 26px !important; /* povećaj vizuelno */
    line-height: 1 !important;
  }
  /* Ako se ikonica crta preko ::before */
  .vs-menu-toggle .fa-bars::before {
    font-size: 26px !important;
  }
}
/*------------------- 4.3. Footer  -------------------*/
.footer-bottom {
  padding: 40px 0;
}
@media (max-width: 991px) {
  .footer-bottom {
    padding: 20px 0;
  }
}

.footer-cta {
  border-radius: 14px;
  border: 1px solid rgba(var(--white-color-rgb), 0.2);
  padding: 40px 55px;
  overflow: clip;
}
@media (max-width: 991px) {
  .footer-cta {
    padding: 20px 30px;
  }
}

.cta-contact-items {
  display: inline-flex;
  align-items: center;
  gap: 50px;
}
@media (max-width: 767px) {
  .cta-contact-items {
    flex-direction: column;
    align-items: start;
    gap: 20px;
    width: 100%;
  }
}
.cta-contact-items .contact-item {
  display: flex;
  align-items: center;
  gap: 18px;
}
.cta-contact-items .contact-item .icon {
  width: 78px;
  height: 78px;
  flex-shrink: 0;
  background-color: var(--white-color);
  color: var(--theme-color);
  transition: all 0.3s;
  display: grid;
  place-content: center;
  border-radius: 50%;
  font-size: 36px;
  transition: all 0.3s;
  /* Small devices */
}
@media (max-width: 767px) {
  .cta-contact-items .contact-item .icon {
    width: 58px;
    height: 58px;
    font-size: 23px;
  }
}
.cta-contact-items .contact-item .info p {
  color: var(--bg-color-5);
  max-width: 234px;
}
@media (max-width: 767px) {
  .cta-contact-items .contact-item .info p {
    max-width: 100%;
  }
}
.cta-contact-items .contact-item .info p a {
  display: block;
}
.cta-contact-items .contact-item:hover .icon {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.footer-copyright {
  color: var(--bg-color-5);
  font-weight: 700;
  letter-spacing: 0.42px;
  text-transform: uppercase;
}

.footer-menu ul {
  display: flex;
  align-items: center;
  gap: 25px;
}
.footer-menu ul a {
  color: var(--bg-color-5);
  font-weight: 700;
  letter-spacing: 0.42px;
  text-transform: uppercase;
}
.footer-menu ul a:hover {
  color: var(--theme-color);
}

.footer-widgets .social-media {
  margin-top: 35px;
}
@media (max-width: 991px) {
  .footer-widgets .social-media {
    margin-top: 25px;
  }
}
.footer-widgets .widgets-title {
  letter-spacing: 0.72px;
  position: relative;
  line-height: 175%;
  z-index: 0;
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  .footer-widgets .widgets-title {
    margin-bottom: 25px;
  }
}
.footer-widgets .widgets-title::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -10px;
  width: 85%;
  height: 2.5px;
  background: var(--third-theme-color);
  z-index: 1;
}
.footer-widgets .widgets-title::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -10px;
  width: 80px;
  height: 2.5px;
  background: var(--theme-color);
  z-index: 2;
}

.social-media ul {
  display: flex;
  align-items: center;
  gap: 8px;
}
.social-media ul li a {
  display: inline-block;
  width: 48px;
  height: 44px;
  flex-shrink: 0;
  border-radius: 6px;
  border: 2px solid rgba(var(--third-theme-color-rgb), 0.8);
  display: grid;
  place-content: center;
  color: var(--bg-color-5);
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.48px;
  text-transform: capitalize;
}
.social-media ul li a:hover {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}

.newsletter input {
  padding: 16px 22px;
  border-radius: 8px;
  background: rgba(117, 117, 79, 0.5);
  color: var(--white-color);
  font-weight: 500;
  line-height: 171.429%;
  height: max-content;
  letter-spacing: 0.42px;
  text-transform: capitalize;
  border: 0;
}
.newsletter input::placeholder {
  color: rgba(var(--bg-color-5-rgb), 0.8);
}
.newsletter input:focus, .newsletter input:active {
  background: rgba(117, 117, 79, 0.5);
  color: var(--white-color);
}
.newsletter button {
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  border: none;
  padding: 0;
  height: max-content;
  line-height: 1;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 256.25%;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  background-color: transparent;
}
.newsletter button i {
  color: var(--theme-color);
}
.newsletter button:hover {
  color: var(--theme-color);
}

.instagram {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  row-gap: 11px;
  column-gap: 13px;
}
.instagram a {
  display: block;
  border-radius: 10px;
  border: 3px solid var(--theme-color);
  overflow: hidden;
  position: relative;
}
.instagram a::before {
  position: absolute;
  content: "";
  left: 15px;
  top: 15px;
  right: 15px;
  bottom: 15px;
  opacity: 0;
  border-radius: 10px;
  background: rgba(var(--theme-color-rgb), 0.5);
  z-index: 2;
  transition: all 0.3s;
}
.instagram a img {
  transition: all 0.3s;
}
.instagram a:hover::before {
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 1;
}
.instagram a:hover img {
  transform: scale(1.05);
}

.footer-links ul {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 25px;
}
@media (max-width: 1199px) {
  .footer-links ul {
    gap: 15px;
  }
}
.footer-links ul li a {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--bg-color-6);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: 0.42px;
  text-transform: capitalize;
}
.footer-links ul li a i {
  color: var(--theme-color);
}
.footer-links ul li a:hover {
  color: var(--theme-color);
}

/* Footer bottom – centriranje lepše */
.footer-bottom {
  padding: 18px 0 !important; /* tanje, lepše */
}

.footer-bottom .row {
  align-items: center; /* vertikalno centriranje oba bloka */
}

.footer-bottom .footer-copyright {
  margin: 0 !important; /* ukloni default margin od <p> */
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center; /* mobilni centar */
  gap: 6px;
}

/* Desktop: levi i desni deo pravilno poravnati */
@media (min-width: 768px) {
  .footer-bottom .col-md-6:first-child .footer-copyright {
    justify-content: flex-start;
  }
  .footer-bottom .col-md-6:last-child .footer-copyright {
    justify-content: flex-end;
  }
}
/* MOBILE: footer bottom u kolonu + centar */
@media (max-width: 767px) {
  .footer-bottom .row {
    flex-direction: column !important;
    text-align: center !important;
  }
  .footer-bottom .col-md-6 {
    width: 100% !important;
    max-width: 100% !important;
    display: flex !important;
    justify-content: center !important;
  }
  .footer-bottom .footer-copyright {
    justify-content: center !important;
    flex-wrap: wrap; /* da se lepo prelomi */
    white-space: normal !important;
    gap: 6px;
  }
  .footer-bottom .col-md-6.order-2 {
    order: 1 !important;
  } /* © + Powered by */
  .footer-bottom .col-md-6.order-1 {
    order: 2 !important;
  } /* Designed by */
  .footer-bottom .col-md-6 {
    margin: 4px 0;
  }
}
/*------------------- 4.4. Breadcrumb  -------------------*/
.vs-breadcrumb {
  padding: 168px 0 180px;
  position: relative;
}
.vs-breadcrumb::after {
  position: absolute;
  content: "";
  width: 1006px;
  height: 33px;
  right: -30px;
  bottom: 0;
  background-color: rgba(108, 112, 75, 0.85);
  transform: skewX(-56deg);
}
@media (max-width: 1199px) {
  .vs-breadcrumb {
    padding: 120px 0;
  }
  .vs-breadcrumb::after {
    width: 700px;
    height: 25px;
  }
}
@media (max-width: 991px) {
  .vs-breadcrumb {
    padding: 100px 0;
  }
  .vs-breadcrumb::after {
    width: 500px;
    height: 20px;
  }
}
@media (max-width: 767px) {
  .vs-breadcrumb {
    padding: 60px 0;
  }
  .vs-breadcrumb::after {
    width: 250px;
    height: 15px;
  }
}

.vs-breadcrumb-icon-1,
.vs-breadcrumb-icon-2 {
  position: absolute;
}
@media (max-width: 991px) {
  .vs-breadcrumb-icon-1,
  .vs-breadcrumb-icon-2 {
    display: none;
  }
}

.vs-breadcrumb-icon-1 {
  left: 142px;
  bottom: 60px;
}
@media (max-width: 1199px) {
  .vs-breadcrumb-icon-1 {
    left: 100px;
  }
}
@media (max-width: 991px) {
  .vs-breadcrumb-icon-1 {
    left: 80px;
  }
}

.vs-breadcrumb-icon-2 {
  right: 340px;
  top: 88px;
}
@media (max-width: 1199px) {
  .vs-breadcrumb-icon-2 {
    right: 200px;
    top: 88px;
  }
}
@media (max-width: 991px) {
  .vs-breadcrumb-icon-2 {
    right: 100px;
  }
}

.breadcrumb-title {
  color: var(--white-color);
  font-size: 45px;
  font-weight: 400;
  line-height: 111.111%;
  text-transform: capitalize;
  margin-top: 100px;
}

.breadcrumb-menu {
  margin-top: 10px;
}
@media (max-width: 991px) {
  .breadcrumb-menu {
    margin-top: 8px;
  }
}
.breadcrumb-menu ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
.breadcrumb-menu ul li {
  color: var(--white-color);
  text-transform: capitalize;
}
.breadcrumb-menu ul li a {
  position: relative;
}
.breadcrumb-menu ul li a::before {
  font: var(--fa-font-sharp);
  content: "/";
  position: absolute;
  right: -18px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--theme-color);
}
.breadcrumb-menu ul li a::after {
  font: var(--fa-font-sharp);
  content: "/";
  position: absolute;
  right: -23px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--theme-color);
}
.breadcrumb-menu ul li:not(:has(a)) {
  color: var(--theme-color);
}

/*------------------- 4.5. Blog  -------------------*/
.blog-style1 {
  position: relative;
}
.blog-style1::before {
  position: absolute;
  content: "";
  inset: 0;
  opacity: 0.05;
  background: linear-gradient(0deg, var(--third-theme-color) 0%, var(--white-color) 100%);
}

.vs-blog-box {
  border-radius: 10px;
  box-shadow: 0px 8px 10px 0px rgba(var(--black-color-rgb), 0.08);
  background-color: var(--white-color);
  overflow: hidden;
}
.vs-blog-box .blog-thumb {
  overflow: hidden;
}
.vs-blog-box .blog-thumb img {
  transition: all ease 0.4s;
}
.vs-blog-box .blog-content {
  padding: 25px 35px;
  position: relative;
}
@media (max-width: 1399px) {
  .vs-blog-box .blog-content {
    padding: 25px 30px;
  }
}
.vs-blog-box .blog-meta {
  padding-bottom: 20px;
  border-bottom: 3px dashed rgba(var(--title-color-rgb), 0.3);
}
.vs-blog-box .blog-meta ul {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (min-width: 992px) {
  .vs-blog-box .blog-meta ul {
    flex-direction: column;
    gap: 0px;
  }
}
@media (min-width: 1200px) {
  .vs-blog-box .blog-meta ul {
    flex-direction: row;
    gap: 15px;
  }
}
.vs-blog-box .blog-meta ul li {
  color: var(--body-color);
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.48px;
}
@media (max-width: 575px) {
  .vs-blog-box .blog-meta ul li {
    font-size: 14px;
  }
}
.vs-blog-box .blog-meta ul li a {
  display: flex;
  align-items: center;
  gap: 8px;
}
.vs-blog-box .blog-meta ul li i {
  color: var(--third-theme-color);
}
.vs-blog-box .blog-meta ul li:hover i {
  color: inherit;
}
.vs-blog-box .blog-meta ul li.date {
  width: 75px;
  height: 69px;
  flex-shrink: 0;
  position: absolute;
  bottom: 100%;
  right: 35px;
  background-color: var(--theme-color);
  display: grid;
  place-content: center;
  text-align: center;
  border-radius: 10px 10px 0px 0px;
  box-shadow: 0px 5px 7px 0px rgba(var(--black-color-rgb), 0.08);
  color: var(--white-color);
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  text-transform: capitalize;
}
@media (max-width: 1199px) {
  .vs-blog-box .blog-meta ul li.date {
    width: 60px;
    height: 60px;
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .vs-blog-box .blog-meta ul li.date {
    width: 50px;
    height: 50px;
    font-size: 13px;
  }
}
.vs-blog-box .blog-title {
  margin: 30px 0;
}
@media (max-width: 1199px) {
  .vs-blog-box .blog-title {
    margin: 20px 0;
  }
}
.vs-blog-box .blog-title a {
  position: relative;
  background-image: linear-gradient(to right, currentColor 0%, currentColor 100%);
  background-size: 0px 1px;
  background-position: 0px 95%;
  transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  padding: 0.1% 0px;
  background-repeat: no-repeat;
  color: inherit;
}
.vs-blog-box .blog-title a:hover {
  background-size: 100% 1px;
}
.vs-blog-box .blog-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.vs-blog-box .blog-footer .vs-btn {
  border-radius: 5px;
}
.vs-blog-box .blog-share {
  color: var(--third-theme-color);
  font-size: 20px;
  padding-left: 19px;
  border-left: 1px solid rgba(var(--title-color-rgb), 0.2);
  transition: all 0.3s;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.vs-blog-box .blog-share:hover .share-list {
  right: 0;
  opacity: 1;
  transform: scaleY(1);
}
.vs-blog-box .blog-share .share-list {
  opacity: 0;
  position: absolute;
  right: 0;
  bottom: 25px;
  transition: all 0.3s;
  transform: scaleY(0);
  display: flex;
  border: 1px solid rgba(var(--black-color-rgb), 0.5);
  border-radius: 2px;
}
.vs-blog-box .blog-share .share-list:hover {
  right: 0;
  opacity: 1;
  transform: scaleY(1);
}
.vs-blog-box .blog-share .share-list li {
  transition: all ease-in-out 0.3s;
}
.vs-blog-box .blog-share .share-list li a {
  color: var(--second-theme-color);
  display: inline-block;
}
.vs-blog-box .blog-share .share-list li a i {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 2px;
  background-color: var(--white-color);
  transition: all 0.5s;
}
.vs-blog-box .blog-share .share-list li a:hover i.fa {
  color: #fff;
}
.vs-blog-box .blog-share .share-list li a:hover.facebook i.fa {
  background-color: #3b5999;
}
.vs-blog-box .blog-share .share-list li a:hover.twitter i.fa {
  background-color: #55acee;
}
.vs-blog-box .blog-share .share-list li a:hover.googlePlus i.fa {
  background-color: #dd4b39;
}
.vs-blog-box .blog-share .share-list li a:hover.instagram i.fa {
  background-color: #e4405f;
}
.vs-blog-box .blog-share:hover {
  color: var(--theme-color);
}
.vs-blog-box:hover .blog-thumb img {
  transform: scale(1.1);
}

.blog-style2 {
  background: linear-gradient(0deg, rgba(var(--third-theme-color-rgb), 0.1) 0%, var(--white-color) 100%);
}

.vs-blog-box2 .blog-thumb {
  border-radius: 10px;
  overflow: hidden;
}
.vs-blog-box2 .blog-thumb img {
  transition: all 0.3s ease-in-out;
}
.vs-blog-box2 .blog-content {
  border-radius: 10px;
  border: 1px solid rgba(var(--bg-color-3-rgb), 0.1);
  background: var(--white-color);
  box-shadow: 0px 4px 4px 0px rgba(var(--black-color-rgb), 0.07);
  margin-top: -40px;
  position: relative;
  margin-inline: 23px;
}
@media (max-width: 575px) {
  .vs-blog-box2 .blog-content {
    margin-inline: 15px;
  }
}
.vs-blog-box2 .blog-info {
  padding: 30px;
  padding-top: 47px;
  position: relative;
}
@media (max-width: 991px) {
  .vs-blog-box2 .blog-info {
    padding-top: 30px;
  }
}
@media (max-width: 575px) {
  .vs-blog-box2 .blog-info {
    padding: 20px;
    padding-top: 35px;
  }
}
.vs-blog-box2 .blog-info .post-date {
  position: absolute;
  left: 30px;
  top: -16.5px;
  border-radius: 50px;
  background: var(--white-color);
  box-shadow: 0px 4px 4px 0px rgba(var(--black-color-rgb), 0.15);
  padding-inline: 20px;
  color: var(--third-theme-color);
  font-size: 13px;
  line-height: 33px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: capitalize;
}
.vs-blog-box2 .blog-info .post-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  .vs-blog-box2 .blog-info .post-meta {
    margin-bottom: 8px;
  }
}
.vs-blog-box2 .blog-info .post-meta a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  letter-spacing: 0.42px;
  text-transform: capitalize;
  color: var(--body-color);
}
.vs-blog-box2 .blog-info .post-meta a i,
.vs-blog-box2 .blog-info .post-meta a svg {
  color: var(--theme-color);
}
.vs-blog-box2 .blog-info .post-meta a:hover {
  color: var(--theme-color);
}
@media (max-width: 575px) {
  .vs-blog-box2 .blog-info .post-meta a {
    font-size: 12px;
  }
}
.vs-blog-box2 .blog-info .post-title a {
  position: relative;
  background-image: linear-gradient(to right, currentColor 0%, currentColor 100%);
  background-size: 0px 1px;
  background-position: 0px 95%;
  transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  padding: 0.1% 0px;
  background-repeat: no-repeat;
  color: inherit;
}
.vs-blog-box2 .blog-content-footer {
  border-top: 1.5px solid rgba(var(--bg-color-3-rgb), 0.15);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 32px 32px;
}
@media (max-width: 575px) {
  .vs-blog-box2 .blog-content-footer {
    padding: 20px 20px 20px;
  }
}
.vs-blog-box2 .blog-content-footer .read-more {
  color: var(--body-color);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 8px;
}
.vs-blog-box2 .blog-content-footer .read-more:hover {
  color: var(--theme-color);
}
.vs-blog-box2 .blog-content-footer .share-box {
  position: relative;
}
.vs-blog-box2 .blog-content-footer .share-box > i,
.vs-blog-box2 .blog-content-footer .share-box svg {
  position: relative;
  cursor: pointer;
}
.vs-blog-box2 .blog-content-footer .share-box > i:hover,
.vs-blog-box2 .blog-content-footer .share-box svg:hover {
  color: var(--theme-color);
}
.vs-blog-box2 .blog-content-footer .share-box > i:hover + ul,
.vs-blog-box2 .blog-content-footer .share-box svg:hover + ul {
  opacity: 1;
  transform: scale(1);
}
.vs-blog-box2 .blog-content-footer .share-box ul {
  position: absolute;
  right: 0;
  top: -40px;
  display: flex;
  align-items: center;
  gap: 12px;
  background-color: var(--white-color);
  border-radius: 4px;
  border: 1px solid rgba(var(--black-color-rgb), 0.1);
  box-shadow: 0px 4px 4px 0px rgba(var(--black-color-rgb), 0.07);
  line-height: 0;
  padding: 8px 12px;
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.3s ease-in-out;
}
.vs-blog-box2 .blog-content-footer .share-box ul:hover {
  opacity: 1;
  transform: scale(1);
}
.vs-blog-box2 .blog-content-footer .share-box ul::after {
  position: absolute;
  content: "";
  background-color: transparent;
  bottom: -7px;
  right: 3px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid var(--bg-color-5);
}
.vs-blog-box2 .blog-content-footer .share-box ul li a {
  font-size: 16px;
}
.vs-blog-box2:hover .blog-thumb img {
  transform: scale(1.08);
}
.vs-blog-box2:hover .blog-info .post-title a {
  background-size: 100% 1px;
}
.vs-blog-box2:hover .blog-content-footer .read-more {
  color: var(--theme-color);
}

.vs-blog-box3 {
  border-radius: 15px;
  border: 1px solid rgba(var(--second-theme-color-rgb), 0.2);
}
.vs-blog-box3 .blog-img {
  border-radius: 15px;
  overflow: hidden;
}
.vs-blog-box3 .blog-img img {
  transition: all 0.3s ease-in-out;
}
.vs-blog-box3 .blog-content {
  padding: 40px 40px 30px 40px;
}
.vs-blog-box3 .blog-content .blog-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 162.5%;
  text-transform: uppercase;
}
@media (max-width: 575px) {
  .vs-blog-box3 .blog-content .blog-meta {
    font-size: 14px;
  }
}
@media (max-width: 424px) {
  .vs-blog-box3 .blog-content .blog-meta {
    flex-direction: column;
    gap: 0;
  }
}
.vs-blog-box3 .blog-content .blog-meta .blog-author a {
  margin-left: 8px;
  color: var(--theme-color);
}
.vs-blog-box3 .blog-content .blog-meta .blog-date {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease-in-out;
}
.vs-blog-box3 .blog-content .blog-meta .blog-date i,
.vs-blog-box3 .blog-content .blog-meta .blog-date svg {
  color: var(--theme-color);
}
.vs-blog-box3 .blog-content .blog-title {
  color: var(--bg-color-4);
  font-family: var(--body-font);
  text-transform: capitalize;
  font-weight: 600;
}
.vs-blog-box3 .blog-content .blog-title a {
  position: relative;
  background-image: linear-gradient(to right, currentColor 0%, currentColor 100%);
  background-size: 0px 1px;
  background-position: 0px 95%;
  transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  background-repeat: no-repeat;
  color: inherit;
}
.vs-blog-box3 .blog-content .blog-title a:hover {
  background-size: 100% 1px;
}
.vs-blog-box3 .blog-content .blog-text {
  font-size: 16px;
  font-weight: 300;
  text-transform: capitalize;
  margin-top: 15px;
}
@media (max-width: 991px) {
  .vs-blog-box3 .blog-content .blog-text {
    margin-top: 10px;
  }
}
@media (max-width: 1399px) {
  .vs-blog-box3 .blog-content {
    padding: 30px 30px 20px 30px;
  }
}
@media (max-width: 991px) {
  .vs-blog-box3 .blog-content {
    padding: 20px 20px 15px 20px;
  }
}
.vs-blog-box3 .blog-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  border-top: 3px double rgba(var(--bg-color-2-rgb), 0.2);
  margin-top: 35px;
  padding-top: 15px;
}
@media (max-width: 991px) {
  .vs-blog-box3 .blog-footer {
    margin-top: 20px;
    padding-top: 10px;
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .vs-blog-box3 .blog-footer {
    gap: 0px;
  }
}
.vs-blog-box3 .blog-footer .blog-link {
  color: var(--title-color);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.vs-blog-box3 .blog-footer .blog-link i,
.vs-blog-box3 .blog-footer .blog-link svg {
  color: var(--theme-color);
}
.vs-blog-box3 .blog-footer .blog-link:hover {
  color: var(--theme-color);
}
.vs-blog-box3 .blog-footer .blog-link:hover i,
.vs-blog-box3 .blog-footer .blog-link:hover svg {
  animation: forward-backward 1s infinite cubic-bezier(0.4, 0, 0.2, 1) alternate;
}
.vs-blog-box3 .blog-footer .share-box {
  position: relative;
  cursor: pointer;
}
.vs-blog-box3 .blog-footer .share-box span {
  display: flex;
  align-items: center;
  gap: 11px;
  text-transform: uppercase;
  color: var(--theme-color);
  font-size: 16px;
  font-weight: 700;
  line-height: 312.5%;
  letter-spacing: 0.48px;
}
.vs-blog-box3 .blog-footer .share-box ul {
  position: absolute;
  right: 0;
  top: -30px;
  display: flex;
  align-items: center;
  gap: 12px;
  background-color: var(--white-color);
  border-radius: 4px;
  border: 1px solid rgba(var(--black-color-rgb), 0.1);
  box-shadow: 0px 4px 4px 0px rgba(var(--black-color-rgb), 0.07);
  line-height: 0;
  padding: 10px 15px;
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.3s ease-in-out;
}
.vs-blog-box3 .blog-footer .share-box ul a {
  font-size: 18px;
}
.vs-blog-box3 .blog-footer .share-box ul::after {
  position: absolute;
  content: "";
  background-color: transparent;
  bottom: -7px;
  right: 3px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid var(--bg-color-5);
}
.vs-blog-box3 .blog-footer .share-box ul:hover {
  opacity: 1;
  transform: scale(1);
}
.vs-blog-box3 .blog-footer .share-box:hover ul {
  opacity: 1;
  transform: scale(1);
}
.vs-blog-box3:hover .blog-img img {
  transform: scale(1.08);
}
.vs-blog-box3:hover .blog-meta .blog-date {
  color: var(--theme-color);
}

/*------------------- 4.6. Hero Area  -------------------*/
.vs-hero {
  position: relative;
}

.hero-layout1 {
  padding: 244px 0 224px;
  min-height: 100vh;
}
@media (min-width: 1200px) {
  .hero-layout1 {
    background-size: 100% 100%;
  }
}
@media (max-width: 1199px) {
  .hero-layout1 {
    padding: 220px 0 120px;
  }
}
@media (max-width: 991px) {
  .hero-layout1 {
    padding: 160px 0 60px;
  }
}
.hero-layout1 .title-area {
  margin-bottom: calc(var(--section-title-space) - 40px);
  /* Small devices */
}
@media (max-width: 767px) {
  .hero-layout1 .title-area {
    text-align: center;
  }
}
.hero-layout1 .sec-subtitle {
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  margin-top: 5px;
}
.hero-layout1 .sec-title {
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: capitalize;
}
.hero-layout1 .sec-title-2 {
  font-size: 17px;
}
.hero-layout1.style2 {
  padding: 165px 0 180px;
  min-height: auto;
  background-size: cover;
}
@media (max-width: 1399px) {
  .hero-layout1.style2 {
    padding: 150px 0;
  }
}
@media (max-width: 1199px) {
  .hero-layout1.style2 {
    padding: 120px 0;
  }
}
@media (max-width: 991px) {
  .hero-layout1.style2 {
    padding: 60px 0;
  }
}
.hero-layout1.style2 .icon-cloud,
.hero-layout1.style2 .icon-ballon-sclation {
  position: absolute;
}
@media (max-width: 767px) {
  .hero-layout1.style2 .icon-cloud,
  .hero-layout1.style2 .icon-ballon-sclation {
    display: none;
  }
}
.hero-layout1.style2 .icon-cloud {
  left: 100px;
  bottom: 150px;
}
@media (max-width: 1399px) {
  .hero-layout1.style2 .icon-cloud {
    bottom: 80px;
  }
}
@media (max-width: 991px) {
  .hero-layout1.style2 .icon-cloud {
    bottom: 20px;
  }
}
.hero-layout1.style2 .icon-ballon-sclation {
  top: 110px;
  left: 80%;
}
@media (max-width: 1199px) {
  .hero-layout1.style2 .icon-ballon-sclation {
    top: 50px;
  }
}
.hero-layout1.style2::after {
  position: absolute;
  content: "";
  width: 200vw;
  height: 33px;
  left: 48%;
  bottom: 0;
  background-color: var(--theme-color);
  transform: skewX(-45deg);
}
@media (max-width: 991px) {
  .hero-layout1.style2::after {
    height: 25px;
  }
}

.hero-layout3 {
  min-height: 100vh;
  padding: 175px 0 106px;
}
@media (max-width: 1399px) {
  .hero-layout3 {
    padding: 120px 0 90px;
  }
}
@media (max-width: 1199px) {
  .hero-layout3 {
    padding: 100px 0 80px;
  }
}
@media (max-width: 991px) {
  .hero-layout3 {
    padding: 100px 0 60px;
  }
}
@media (max-width: 991px) {
  .hero-layout3 .sec-subtitle,
  .hero-layout3 .sec-title {
    text-align: center;
  }
}
.hero-layout3 .trip-booking {
  border-radius: 15px;
  background: rgba(var(--second-theme-color-rgb), 0.95);
  padding: 50px 40px;
  border-bottom: 10px solid var(--theme-color);
}
@media (max-width: 1199px) {
  .hero-layout3 .trip-booking {
    padding: 30px 20px;
    border-bottom: 6px solid var(--theme-color);
  }
}
@media (min-width: 1400px) {
  .hero-layout3 .trip-booking {
    margin-left: 50px;
  }
}
.hero-layout3 .trip-booking .booking-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  .hero-layout3 .trip-booking .booking-header {
    margin-bottom: 20px;
  }
}
.hero-layout3 .trip-booking .booking-header .title {
  color: var(--white-color);
  font-family: var(--body-font);
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .hero-layout3 .trip-booking .booking-header .title {
    max-width: 280px;
  }
}
.hero-layout3 .trip-booking .booking-header .avatar {
  width: 73px;
  height: 73px;
  flex-shrink: 0;
  border-radius: 100%;
  overflow: hidden;
}
.hero-layout3 .trip-booking .form-group {
  --bs-gutter-x: 12px;
}
.hero-layout3 .trip-booking .form-group label {
  color: var(--vs-border-color);
  font-family: var(--body-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 228.571%;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.hero-layout3 .trip-booking .form-group .form-control {
  background-color: var(--white-color);
  height: 50px;
  border-radius: 4px;
  padding-left: 20px;
  padding-right: 60px;
  border: none;
}
.hero-layout3 .trip-booking .form-group .form-control-wrapper {
  position: relative;
}
.hero-layout3 .trip-booking .form-group .form-control-wrapper::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 100%;
  border-radius: 0px 4px 4px 0px;
  background: rgba(247, 146, 30, 0.25);
  display: grid;
  place-content: center;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  font: var(--fa-font-solid);
}
.hero-layout3 .trip-booking .form-group .form-control-wrapper.destination::after {
  content: "\f3c5";
}
.hero-layout3 .trip-booking .form-group .form-control-wrapper.adults::after {
  content: "\f183";
}
.hero-layout3 .trip-booking .form-group .form-control-wrapper.children::after {
  content: "\e59d";
}
.hero-layout3 .trip-booking .form-group .form-control-wrapper.check-in-date::after {
  content: "\f073";
}
.hero-layout3 .trip-booking .form-group .form-control-wrapper.check-out-date::after {
  content: "\f073";
}
.hero-layout3 .trip-booking .form-group .vs-btn {
  margin-top: 22px;
}

.search-box .form-group .form-label {
  color: #535B5F;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.28px;
  text-transform: capitalize;
}

/*------------------- 4.7. Feature  -------------------*/
.vs-feature-style1 {
  padding-block: 100px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.vs-feature-style1 .container {
  position: relative;
}
.vs-feature-style1 .container::before {
  position: absolute;
  content: "";
  top: 50%;
  left: -45px;
  transform: skewX(-25deg) translateY(-50%);
  width: 533px;
  height: 83px;
  background-color: var(--second-theme-color);
  z-index: -1;
}
@media (max-width: 1499px) {
  .vs-feature-style1 .container::before {
    width: 480px;
    height: 60px;
  }
}
@media (max-width: 1199px) {
  .vs-feature-style1 .container::before {
    width: 400px;
    height: 60px;
  }
}
@media (max-width: 767px) {
  .vs-feature-style1 .container::before {
    content: unset;
  }
}
.vs-feature-style1 .container::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: skewX(-25deg) translateX(-100%) translateY(-50%);
  width: 10000px;
  height: 83px;
  background-color: var(--second-theme-color);
  z-index: -1;
}
@media (max-width: 1499px) {
  .vs-feature-style1 .container::after {
    height: 60px;
  }
}
@media (max-width: 1199px) {
  .vs-feature-style1 .container::after {
    height: 60px;
  }
}
@media (max-width: 767px) {
  .vs-feature-style1 .container::after {
    content: unset;
  }
}
.vs-feature-style1 h2 {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  text-shadow: 0px 4px 4px rgba(var(--black-color-rgb), 0.25);
  font-size: 50px;
  line-height: 0.78;
  text-transform: capitalize;
  opacity: 0.14;
  z-index: -2;
}
@media (min-width: 576px) {
  .vs-feature-style1 h2 {
    font-size: 110px;
  }
}
@media (min-width: 768px) {
  .vs-feature-style1 h2 {
    font-size: 130px;
  }
}
@media (min-width: 992px) {
  .vs-feature-style1 h2 {
    font-size: 180px;
  }
}
@media (min-width: 1200px) {
  .vs-feature-style1 h2 {
    font-size: 230px;
  }
}
@media (min-width: 1400px) {
  .vs-feature-style1 h2 {
    font-size: 260px;
  }
}
@media (min-width: 1500px) {
  .vs-feature-style1 h2 {
    font-size: 280px;
  }
}
@media (max-width: 1199px) {
  .vs-feature-style1 {
    padding-block: 80px;
  }
}
@media (max-width: 991px) {
  .vs-feature-style1 {
    padding-block: 50px;
  }
}

/* =========================
   Feature Emergency Variant
   ========================= */
.vs-feature-style1.vs-feature-emergency {
  padding-block: 90px;
}
.vs-feature-style1.vs-feature-emergency .container::before, .vs-feature-style1.vs-feature-emergency .container::after {
  content: unset !important;
}
.vs-feature-style1.vs-feature-emergency .vs-feature-emergency__bar {
  position: relative;
  z-index: 2;
  padding: 18px 0;
}
.vs-feature-style1.vs-feature-emergency .vs-feature-emergency__bar::before {
  position: absolute;
  content: "";
  top: 50%;
  left: -45px;
  transform: skewX(-25deg) translateY(-50%);
  width: 720px;
  height: 115px;
  z-index: -1;
}
@media (max-width: 1499px) {
  .vs-feature-style1.vs-feature-emergency .vs-feature-emergency__bar::before {
    width: 640px;
    height: 105px;
  }
}
@media (max-width: 1199px) {
  .vs-feature-style1.vs-feature-emergency .vs-feature-emergency__bar::before {
    width: 520px;
    height: 100px;
  }
}
@media (max-width: 767px) {
  .vs-feature-style1.vs-feature-emergency .vs-feature-emergency__bar::before {
    content: unset;
  }
}
.vs-feature-style1.vs-feature-emergency .vs-feature-emergency__bar::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: skewX(-25deg) translateX(-100%) translateY(-50%);
  width: 10000px;
  height: 115px;
  z-index: -1;
}
@media (max-width: 1499px) {
  .vs-feature-style1.vs-feature-emergency .vs-feature-emergency__bar::after {
    height: 105px;
  }
}
@media (max-width: 1199px) {
  .vs-feature-style1.vs-feature-emergency .vs-feature-emergency__bar::after {
    height: 100px;
  }
}
@media (max-width: 767px) {
  .vs-feature-style1.vs-feature-emergency .vs-feature-emergency__bar::after {
    content: unset;
  }
}
@media (max-width: 767px) {
  .vs-feature-style1.vs-feature-emergency .vs-feature-emergency__bar {
    background-color: var(--second-theme-color);
    border-radius: 16px;
    padding: 18px 14px;
  }
}
.vs-feature-style1.vs-feature-emergency .feature-expert {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1.1;
  margin-bottom: 10px;
  font-size: 30px;
}
@media (max-width: 1199px) {
  .vs-feature-style1.vs-feature-emergency .feature-expert {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .vs-feature-style1.vs-feature-emergency .feature-expert {
    font-size: 22px;
  }
}
.vs-feature-style1.vs-feature-emergency .vs-feature-emergency__note {
  font-size: 14px;
  line-height: 1.55;
  opacity: 0.95;
}
.vs-feature-style1.vs-feature-emergency .vs-feature-emergency__note strong {
  font-weight: 800;
}
.vs-feature-style1.vs-feature-emergency .vs-feature-emergency__noteSmall {
  display: inline-block;
  margin-left: 6px;
  font-size: 13px;
  opacity: 0.92;
}
@media (max-width: 767px) {
  .vs-feature-style1.vs-feature-emergency .vs-feature-emergency__noteSmall {
    display: block;
    margin-left: 0;
    margin-top: 6px;
  }
}
.vs-feature-style1.vs-feature-emergency .vs-feature-emergency__label {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 12px;
  opacity: 0.95;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .vs-feature-style1.vs-feature-emergency .vs-feature-emergency__label {
    margin-top: 6px;
  }
}
.vs-feature-style1.vs-feature-emergency .vs-feature-emergency__right {
  gap: 10px;
}
.vs-feature-style1.vs-feature-emergency .vs-feature-emergency__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 270px;
  padding: 12px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: var(--white-color, #fff);
}
.vs-feature-style1.vs-feature-emergency .vs-feature-emergency__btn i {
  font-size: 14px;
  opacity: 0.95;
}
.vs-feature-style1.vs-feature-emergency .vs-feature-emergency__btn span {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.vs-feature-style1.vs-feature-emergency .vs-feature-emergency__btn:hover {
  background: rgba(255, 255, 255, 0.22);
  border-color: rgba(255, 255, 255, 0.55);
  color: var(--white-color, #fff);
}
@media (max-width: 767px) {
  .vs-feature-style1.vs-feature-emergency .vs-feature-emergency__btn {
    width: 100%;
    min-width: unset;
  }
}
.vs-feature-style1.vs-feature-emergency h2 {
  opacity: 0.14;
}
@media (max-width: 1199px) {
  .vs-feature-style1.vs-feature-emergency {
    padding-block: 80px;
  }
}
@media (max-width: 991px) {
  .vs-feature-style1.vs-feature-emergency {
    padding-block: 55px;
  }
}

.vs-feature-style1.vs-feature-emergency {
  /* 1) SUŽAVANJE sadržaja na desktopu da ne bude “razvučeno” */
}
@media (min-width: 1200px) {
  .vs-feature-style1.vs-feature-emergency .vs-feature-emergency__bar {
    max-width: 1100px;
    margin-inline: auto;
  }
}
.vs-feature-style1.vs-feature-emergency .vs-feature-emergency__bar {
  /* 3) SKINI teget pozadinu / karticu na telefonu */
}
@media (max-width: 767px) {
  .vs-feature-style1.vs-feature-emergency .vs-feature-emergency__bar {
    background-color: transparent !important;
    border-radius: 0 !important;
    padding: 0 !important;
  }
}
.vs-feature-style1.vs-feature-emergency {
  /* 2) “Europ Assistance” da počinje TAČNO gde i dugmad (desktop) */
}
.vs-feature-style1.vs-feature-emergency .vs-feature-emergency__label {
  width: 270px;
  text-align: center;
}
@media (max-width: 767px) {
  .vs-feature-style1.vs-feature-emergency .vs-feature-emergency__label {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
}
.vs-feature-style1.vs-feature-emergency {
  /* ako ti je i dalje desni blok “previše desno”, ovo ga dodatno privlači ka unutra */
}
@media (min-width: 1200px) {
  .vs-feature-style1.vs-feature-emergency .vs-feature-emergency__right {
    padding-right: 10px;
  }
}

/*------------------- 4.8 Destination Gallery  -------------------*/
.destination-gallery-box {
  display: block;
  overflow: clip;
  position: relative;
  z-index: 0;
}
.destination-gallery-box img {
  transition: all 0.3s;
}
.destination-gallery-box .icon-box {
  display: grid;
  place-content: center;
  position: absolute;
  inset: 0;
  background: rgba(var(--theme-color-rgb), 0.8);
  z-index: 1;
  transition: all 0.3s;
  transform: scale(0.8);
  opacity: 0;
}
.destination-gallery-box .icon-box a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 110px;
  background-color: var(--second-theme-color);
  position: relative;
  z-index: 2;
  border-radius: 50%;
}
@media (max-width: 1199px) {
  .destination-gallery-box .icon-box a {
    width: 80px;
    height: 80px;
  }
}
.destination-gallery-box .icon-box a::before {
  position: absolute;
  content: "";
  inset: -18px;
  background: rgba(var(--second-theme-color-rgb), 0.2);
  border-radius: 50%;
  z-index: 1;
}
@media (max-width: 1199px) {
  .destination-gallery-box .icon-box a::before {
    inset: -8px;
  }
}
.destination-gallery-box .icon-box a i {
  font-size: 30px;
}
@media (max-width: 1199px) {
  .destination-gallery-box .icon-box a i {
    font-size: 15px;
  }
}
.destination-gallery-box .content {
  display: inline-block;
  position: absolute;
  bottom: -100%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  z-index: 1;
  padding: 24px;
  width: 80%;
  background-color: var(--second-theme-color);
  border-radius: 10px 10px 0px 0px;
  text-align: center;
  color: var(--theme-color);
  font-family: var(--bricolage-font);
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  transition: all 0.5s;
}
@media (max-width: 1199px) {
  .destination-gallery-box .content {
    padding: 15px;
  }
}
.destination-gallery-box:hover img {
  transform: scale(1.05);
}
.destination-gallery-box:hover .icon-box {
  transform: scale(1);
  opacity: 1;
}
.destination-gallery-box:hover .content {
  bottom: 0;
  opacity: 1;
}

/*------------------- 4.9 Destination  -------------------*/
.vs-destination-style1 {
  position: relative;
}
.vs-destination-style1 .des-icon-1,
.vs-destination-style1 .des-icon-2 {
  position: absolute;
  z-index: 1;
}
@media (max-width: 991px) {
  .vs-destination-style1 .des-icon-1,
  .vs-destination-style1 .des-icon-2 {
    display: none;
  }
}
.vs-destination-style1 .des-icon-1 {
  top: 100px;
  right: 260px;
}
@media (max-width: 1399px) {
  .vs-destination-style1 .des-icon-1 {
    top: 100px;
    right: 100px;
  }
}
@media (max-width: 1199px) {
  .vs-destination-style1 .des-icon-1 {
    top: 50px;
    right: 50px;
  }
}
.vs-destination-style1 .des-icon-2 {
  bottom: -5px;
  left: 100px;
}
@media (max-width: 1399px) {
  .vs-destination-style1 .des-icon-2 {
    bottom: -5px;
    left: 50px;
  }
}
@media (max-width: 1199px) {
  .vs-destination-style1 .des-icon-2 {
    bottom: -5px;
    left: 20px;
  }
}

.destination-box-wrapper {
  position: relative;
  display: grid;
  gap: 25px;
  transition: 0.5s;
}
@media (min-width: 768px) {
  .destination-box-wrapper {
    grid-template-columns: 1fr 1fr;
  }
  .destination-box-wrapper:has(> :nth-child(1):hover), .destination-box-wrapper:has(> :nth-child(1).active) {
    grid-template-columns: 1fr 1fr;
  }
  .destination-box-wrapper:has(> :nth-child(2):hover), .destination-box-wrapper:has(> :nth-child(2).active) {
    grid-template-columns: 1fr 1fr;
  }
  .destination-box-wrapper:has(> :nth-child(3):hover), .destination-box-wrapper:has(> :nth-child(3).active) {
    grid-template-columns: 1fr 1fr;
  }
  .destination-box-wrapper:has(> :nth-child(4):hover), .destination-box-wrapper:has(> :nth-child(4).active) {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .destination-box-wrapper {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .destination-box-wrapper:has(> :nth-child(1):hover), .destination-box-wrapper:has(> :nth-child(1).active) {
    grid-template-columns: 1fr 0.5fr 0.5fr 0.5fr;
  }
  .destination-box-wrapper:has(> :nth-child(2):hover), .destination-box-wrapper:has(> :nth-child(2).active) {
    grid-template-columns: 0.5fr 1fr 0.5fr 0.5fr;
  }
  .destination-box-wrapper:has(> :nth-child(3):hover), .destination-box-wrapper:has(> :nth-child(2).active) {
    grid-template-columns: 0.5fr 0.5fr 1fr 0.5fr;
  }
  .destination-box-wrapper:has(> :nth-child(4):hover), .destination-box-wrapper:has(> :nth-child(4).active) {
    grid-template-columns: 0.5fr 0.5fr 0.5fr 1fr;
  }
}
@media (max-width: 767px) {
  .destination-box-wrapper {
    grid-template-columns: 1fr;
  }
}

.destination-box {
  position: relative;
  transition: 0.5s;
  border-radius: 60px;
  overflow: hidden;
  backdrop-filter: brightness(70%);
  overflow: hidden;
}
@media (max-width: 991px) {
  .destination-box {
    border-radius: 20px;
  }
}
.destination-box::before {
  position: absolute;
  content: "";
  inset: 0;
  background: linear-gradient(180deg, rgba(20, 20, 20, 0) 10.2%, rgba(17, 21, 11, 0.7) 88.41%);
}
.destination-box .destination-thumb {
  height: 536px;
}
.destination-box .destination-thumb img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.destination-box .destination-content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  padding: 45px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .destination-box .destination-content {
    padding: 30px;
  }
}
.destination-box .destination-content .info {
  text-align: center;
  transition: 0.5s;
  flex-shrink: 0;
  width: 100%;
}
.destination-box .destination-content .info h4 {
  line-height: 1;
  margin-bottom: 6px;
}
@media (min-width: 1200px) {
  .destination-box .destination-content .info h4 {
    font-size: 30px;
  }
}
.destination-box .destination-content .info span {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.48px;
  text-transform: capitalize;
  margin-top: 10px;
}
.destination-box .destination-content .icon {
  flex-shrink: 0;
  margin-right: -150px;
  display: grid;
  place-content: center;
  border-radius: 50%;
  position: relative;
  transition: 0.5s;
  width: 56px;
  height: 56px;
}
.destination-box .destination-content .icon i {
  font-size: 21px;
}
@media (max-width: 991px) {
  .destination-box .destination-content .icon {
    width: 50px;
    height: 50px;
  }
}
.destination-box .destination-content .icon:before {
  position: absolute;
  content: "";
  inset: -4px;
  background-color: transparent;
  border-radius: inherit;
  z-index: 1;
  border: 2px dashed var(--theme-color);
  animation: spin 13s infinite linear;
}
.destination-box .destination-content .icon:hover {
  color: var(--white-color);
}
.destination-box.active, .destination-box:hover {
  object-position: left top;
}
.destination-box.active .destination-content .info, .destination-box:hover .destination-content .info {
  text-align: left;
  width: calc-size(max-content, size);
}
.destination-box.active .destination-content .icon, .destination-box:hover .destination-content .icon {
  margin-right: 0px;
}
.destination-box.style-2 {
  border-radius: 20px;
}
.destination-box.style-2 .destination-thumb img {
  transition: all 0.3s ease-in-out;
}
.destination-box.style-2 .destination-content .info {
  text-align: start;
  flex-shrink: auto;
  width: auto;
}
.destination-box.style-2 .destination-content .icon {
  margin: 0;
}
.destination-box.style-2:hover {
  border-radius: 60px;
}

.vs-destination {
  position: relative;
}

.destination-box-2 {
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1199px) {
  .destination-box-2 {
    height: 100%;
  }
}
@media (max-width: 1199px) {
  .destination-box-2 .destination-thumb {
    height: 100%;
  }
}
.destination-box-2 .destination-thumb img {
  transition: all 0.3s ease-in-out;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .destination-box-2 .destination-thumb img {
    height: 100%;
  }
}
@media (max-width: 767px) {
  .destination-box-2 .destination-thumb img {
    min-height: 516px;
  }
}
@media (max-width: 424px) {
  .destination-box-2 .destination-thumb img {
    min-height: 280px;
  }
}
.destination-box-2 .destination-content {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 32px;
}
.destination-box-2 .destination-content .title {
  color: var(--white-color);
  font-size: 30px;
  font-weight: 400;
  line-height: 166.667%;
  text-transform: capitalize;
}
.destination-box-2 .destination-content .info {
  color: var(--theme-color);
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.48px;
  text-transform: capitalize;
}
.destination-box-2:hover .destination-thumb img {
  transform: scale(1.1);
}

/*------------------- 4.10 Destination Details  -------------------*/
.vs-destination-single .destination-single-title {
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  text-transform: capitalize;
}
.vs-destination-single .destination-single-meta {
  border-radius: 6px;
  background: var(--theme-color);
  box-shadow: 0px 4px 4px 0px rgba(var(--black-color-rgb), 0.1);
  width: max-content;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.vs-destination-single .destination-single-meta h3 {
  color: var(--white-color);
  font-weight: 400;
  line-height: 125%;
  text-transform: capitalize;
  padding: 4px 30px;
}
.vs-destination-single .destination-single-meta span {
  display: inline-block;
  border-radius: 0px 0px 6px 6px;
  background: var(--white-color);
  color: var(--title-color);
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  padding: 10px 23px;
}
.vs-destination-single .destination-single-img {
  border-radius: 15px;
  overflow: hidden;
}
.vs-destination-single .destination-single-img img {
  width: 100%;
}
.vs-destination-single .destination-single-px {
  padding-inline: 44px;
  padding-top: 40px;
  padding-bottom: 85px;
}
@media (max-width: 991px) {
  .vs-destination-single .destination-single-px {
    padding-inline: 25px;
    padding-top: 25px;
    padding-bottom: 35px;
  }
}
.vs-destination-single .destination-single-px .tab-content .title {
  font-weight: 400;
  line-height: 138.889%;
  text-transform: capitalize;
  margin: 35px 0;
}
@media (max-width: 991px) {
  .vs-destination-single .destination-single-px .tab-content .title {
    margin: 25px 0;
  }
}
.vs-destination-single .destination-single-info {
  border-radius: 15px;
  background: var(--white-color);
  box-shadow: 0px 4px 4px 0px rgba(var(--black-color-rgb), 0.06);
  overflow: hidden;
}
.vs-destination-single .destination-single-info .trip-info {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 33px;
}
@media (max-width: 767px) {
  .vs-destination-single .destination-single-info .trip-info {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 25px;
  }
}
@media (max-width: 424px) {
  .vs-destination-single .destination-single-info .trip-info {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 20px;
  }
}
.vs-destination-single .destination-info-tabs {
  border-top: 1px solid rgba(var(--title-color-rgb), 0.2);
  border-bottom: 1px solid rgba(var(--title-color-rgb), 0.2);
  padding-block: 33px;
  margin-top: 65px;
}
@media (max-width: 991px) {
  .vs-destination-single .destination-info-tabs {
    margin-top: 45px;
    padding-block: 20px;
  }
}
.vs-destination-single .destination-info-tabs ul {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
  row-gap: 6px;
  column-gap: 16px;
}
.vs-destination-single .destination-info-tabs ul li {
  color: var(--title-color);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.54px;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .vs-destination-single .destination-info-tabs ul li {
    font-size: 16px;
  }
}
.vs-destination-single .destination-info-tabs ul li.current {
  color: var(--theme-color);
}
.vs-destination-single .destination-overview {
  border-bottom: 1px solid rgba(var(--title-color-rgb), 0.2);
  padding-bottom: 50px;
}
@media (max-width: 991px) {
  .vs-destination-single .destination-overview {
    padding-bottom: 30px;
  }
}
.vs-destination-single .destination-overview p {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 162.5%;
  text-transform: capitalize;
  margin-bottom: 14px;
}
@media (max-width: 991px) {
  .vs-destination-single .destination-overview p {
    font-size: 14px;
    margin-bottom: 12px;
  }
}
.vs-destination-single .destination-overview ul li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 162.5%;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .vs-destination-single .destination-overview ul li {
    font-size: 14px;
  }
}
.vs-destination-single .destination-overview ul li i,
.vs-destination-single .destination-overview ul li svg {
  font-size: 16px;
  color: var(--theme-color);
}
.vs-destination-single .destination-overview ul li:not(:last-of-type) {
  margin-bottom: 8px;
}
@media (max-width: 991px) {
  .vs-destination-single .destination-overview ul li:not(:last-of-type) {
    margin-bottom: 6px;
  }
}
.vs-destination-single .destination-ltinerary {
  border-bottom: 1px solid rgba(var(--title-color-rgb), 0.2);
}
.vs-destination-single .destination-ltinerary .progress-area {
  width: 37px;
  height: auto;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) {
  .vs-destination-single .destination-ltinerary .progress-area {
    width: 28px;
  }
}
.vs-destination-single .destination-ltinerary .progress-area::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 98%;
  border: 1px dashed rgba(var(--black-color-rgb), 0.3);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media (max-width: 991px) {
  .vs-destination-single .destination-ltinerary .progress-area {
    margin-bottom: 20px;
  }
}
.vs-destination-single .destination-ltinerary .progress-area svg {
  width: 37px;
  height: 37px;
  display: grid;
  place-content: center;
  border-radius: 100%;
  color: var(--theme-color);
  flex-shrink: 0;
}
@media (max-width: 1199px) {
  .vs-destination-single .destination-ltinerary .progress-area svg {
    width: 28px;
    height: 28px;
  }
}
.vs-destination-single .destination-ltinerary .accordion-item {
  position: relative;
}
.vs-destination-single .destination-ltinerary .accordion-item:not(:first-of-type):not(:last-of-type) .accordion-button::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: var(--theme-color);
  z-index: 1;
  left: -50px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1199px) {
  .vs-destination-single .destination-ltinerary .accordion-item:not(:first-of-type):not(:last-of-type) .accordion-button::before {
    left: -27.5px;
    width: 10px;
    height: 10px;
  }
}
.vs-destination-single .destination-ltinerary .accordion-item:first-of-type .accordion-button {
  padding-top: 0;
}
.vs-destination-single .destination-ltinerary .accordion-item .accordion-button {
  padding-top: 40px;
  padding-bottom: 36px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  .vs-destination-single .destination-ltinerary .accordion-item .accordion-button {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.vs-destination-single .destination-ltinerary .accordion-item .accordion-button:not(.collapsed) {
  padding-bottom: 30px;
}
@media (max-width: 1199px) {
  .vs-destination-single .destination-ltinerary .accordion-item .accordion-button:not(.collapsed) {
    padding-bottom: 20px;
  }
}
.vs-destination-single .destination-ltinerary .accordion-item:first-of-type {
  border: none;
}
.vs-destination-single .destination-ltinerary .accordion-item .accordion-body {
  font-weight: 400;
}
.vs-destination-single .destination-cost {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .vs-destination-single .destination-cost {
    margin-bottom: 30px;
  }
}
.vs-destination-single .destination-cost .title:has(+ div .sub-title) {
  margin-bottom: 8px;
}
@media (max-width: 991px) {
  .vs-destination-single .destination-cost .title:has(+ div .sub-title) {
    margin-bottom: 6px;
  }
}
.vs-destination-single .destination-cost .sub-title {
  font-weight: 400;
  line-height: 208.333%;
  text-transform: capitalize;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .vs-destination-single .destination-cost .sub-title {
    margin-bottom: 10px;
  }
}
.vs-destination-single .destination-cost .includes ul li,
.vs-destination-single .destination-cost .excludes ul li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 162.5%;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .vs-destination-single .destination-cost .includes ul li,
  .vs-destination-single .destination-cost .excludes ul li {
    font-size: 14px;
  }
}
.vs-destination-single .destination-cost .includes ul li i,
.vs-destination-single .destination-cost .includes ul li svg,
.vs-destination-single .destination-cost .excludes ul li i,
.vs-destination-single .destination-cost .excludes ul li svg {
  font-size: 16px;
}
.vs-destination-single .destination-cost .includes ul li:not(:last-of-type),
.vs-destination-single .destination-cost .excludes ul li:not(:last-of-type) {
  margin-bottom: 8px;
}
@media (max-width: 991px) {
  .vs-destination-single .destination-cost .includes ul li:not(:last-of-type),
  .vs-destination-single .destination-cost .excludes ul li:not(:last-of-type) {
    margin-bottom: 6px;
  }
}
.vs-destination-single .destination-cost .includes ul li i,
.vs-destination-single .destination-cost .includes ul li svg {
  color: var(--bg-color-12);
}
.vs-destination-single .destination-cost .excludes .sub-title {
  margin-top: 20px;
}
@media (max-width: 991px) {
  .vs-destination-single .destination-cost .excludes .sub-title {
    margin-top: 10px;
  }
}
.vs-destination-single .destination-cost .excludes ul li i,
.vs-destination-single .destination-cost .excludes ul li svg {
  color: var(--bg-color-13);
}
.vs-destination-single .destination-faq {
  border-top: 1px solid rgba(var(--title-color-rgb), 0.2);
}
.vs-destination-single .destination-faq .accordion-item .accordion-button {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 1199px) {
  .vs-destination-single .destination-faq .accordion-item .accordion-button {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.vs-destination-single .destination-faq .accordion-item:last-of-type {
  border-bottom: 1px solid rgba(var(--title-color-rgb), 0.2);
}
.vs-destination-single .destination-faq .accordion-item .accordion-body {
  font-weight: 400;
}
.vs-destination-single .destination-map iframe {
  max-width: 767px;
  width: 100%;
  height: 437px;
  border-radius: 15px;
  box-shadow: 0px 4px 4px 0px rgba(var(--black-color-rgb), 0.06);
}
@media (max-width: 767px) {
  .vs-destination-single .destination-map iframe {
    height: 380px;
    border-radius: 5px;
  }
}
.vs-destination-single .destination-request .title:has(+ .sub-title) {
  margin-bottom: 8px;
}
@media (max-width: 991px) {
  .vs-destination-single .destination-request .title:has(+ .sub-title) {
    margin-bottom: 6px;
  }
}
.vs-destination-single .destination-request .short-info {
  font-size: 16px;
  margin-top: 16px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .vs-destination-single .destination-request .short-info {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
.vs-destination-single .destination-request .form-style2 .form-group {
  --bs-gutter-x: 30px;
}
@media (max-width: 991px) {
  .vs-destination-single .destination-request .form-style2 .form-group {
    --bs-gutter-x: 20px;
  }
}
.vs-destination-single .destination-request .form-style2 .form-group label {
  display: flex;
  align-items: center;
  gap: 5px;
}
.vs-destination-single .destination-request .form-style2 .form-group label span {
  color: var(--theme-color);
}
.vs-destination-single .destination-request .form-style2 .form-group .form-control {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-transform: capitalize;
  border-radius: 15px;
  border: 1.5px solid rgba(var(--title-color-rgb), 0.2);
  box-shadow: 0px 4px 4px 0px rgba(var(--black-color-rgb), 0.06);
  height: 65px;
}
.vs-destination-single .destination-request .form-style2 .form-group .form-control:focus {
  background-color: transparent;
}
@media (max-width: 991px) {
  .vs-destination-single .destination-request .form-style2 .form-group .form-control {
    height: 50px;
    border-radius: 8px;
  }
}
.vs-destination-single .destination-request .form-style2 .form-group .form-control::placeholder {
  color: #8b8d8d;
}

.trip-info-box .header {
  display: flex;
  align-items: center;
  gap: 10px;
}
.trip-info-box .header svg {
  color: var(--theme-color);
}
.trip-info-box .info-title {
  margin-top: 3px;
  font-family: var(--body-font);
  font-weight: 500;
  line-height: 137.5%;
  letter-spacing: 0.48px;
  text-transform: capitalize;
}

/*------------------- 4.11 Blog-single  -------------------*/
@media (min-width: 1200px) {
  .blog-single .blog-content {
    padding-bottom: 50px;
  }
}
.blog-single .blog-content .blog-title {
  font-family: var(--title-font);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
.blog-single .blog-content .blog-text {
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  text-transform: capitalize;
}
.blog-single .blog-content .vs-quote {
  border-radius: 30px;
  box-shadow: 0 8px 0 var(--theme-color);
  padding: 30px 28px;
  display: flex;
  gap: 22px;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .blog-single .blog-content .vs-quote {
    margin-bottom: 20px;
  }
}
.blog-single .blog-content .vs-quote .quote-icon {
  margin-top: 10px;
}
.blog-single .blog-content .vs-quote .quote-content p {
  color: var(--title-color);
  font-family: var(--title-font);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  text-transform: capitalize;
}
.blog-single .blog-content .vs-quote .quote-content cite {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  padding-left: 35px;
  position: relative;
  color: var(--body-color);
  margin-top: 12px;
  display: inline-block;
}
@media (max-width: 991px) {
  .blog-single .blog-content .vs-quote .quote-content cite {
    margin-top: 6px;
  }
}
.blog-single .blog-content .vs-quote .quote-content cite::before {
  position: absolute;
  content: "";
  width: 25px;
  height: 4px;
  border-radius: 3px;
  background: var(--theme-color);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.blog-single .blog-content .block-tag-cloud {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-family: var(--body-font);
}
.blog-single .blog-content .block-tag-cloud .title {
  color: var(--title-color);
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-right: 7px;
}
.blog-single .blog-content .block-tag-cloud .tag-cloud-link {
  font-weight: 500;
  color: var(--body-color);
}
.blog-single .blog-content .block-tag-cloud .tag-cloud-link:not(:last-of-type) {
  margin-right: 7px;
}
.blog-single .blog-content .block-tag-cloud .tag-cloud-link:hover {
  color: var(--theme-color);
}
.blog-single:hover .blog-img img {
  transform: initial;
}
.blog-single .blog-single-author {
  display: flex;
  align-items: center;
  gap: 30px;
  border-radius: 20px;
  background-color: var(--second-theme-color);
  overflow: hidden;
  padding: 35px 30px;
  margin-top: 50px;
}
@media (max-width: 1199px) {
  .blog-single .blog-single-author {
    gap: 20px;
    border-radius: 10px;
    padding: 25px 20px;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .blog-single .blog-single-author {
    flex-direction: column;
  }
}
.blog-single .blog-single-author .media-img {
  width: 140px;
  height: 140px;
  flex-shrink: 0;
  border: 4px solid var(--theme-color);
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .blog-single .blog-single-author .media-img {
    width: 100px;
    height: 100px;
  }
}
.blog-single .blog-single-author .media-body .author-name {
  font-weight: 400;
  text-transform: capitalize;
  color: var(--white-color);
  margin-bottom: 8px;
}
.blog-single .blog-single-author .media-body .author-text {
  color: #d8dada;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 162.5%;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .blog-single .blog-single-author .media-body .author-text {
    font-size: 14px;
  }
}
.blog-single .post-pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .blog-single .post-pagination {
    margin-top: 20px;
  }
}
.blog-single .post-pagination .post-pagi-box {
  color: var(--title-color);
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .blog-single .post-pagination .post-pagi-box {
    gap: 5px;
    font-size: 14px;
  }
}
.blog-single .post-pagination .post-pagi-box i,
.blog-single .post-pagination .post-pagi-box svg {
  color: var(--theme-color);
}
.blog-single .post-pagination .post-pagi-box:hover {
  color: var(--theme-color);
}
.blog-single .vs-comments-wrap {
  margin-top: 80px;
}
@media (max-width: 1199px) {
  .blog-single .vs-comments-wrap {
    margin-top: 40px;
  }
}
.blog-single .vs-comments-wrap .vs-post-comment {
  margin: 40px 0 40px 0;
}
.blog-single .vs-comments-wrap .vs-post-comment-inner {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 991px) {
  .blog-single .vs-comments-wrap .vs-post-comment-inner {
    flex-direction: column;
    align-items: start;
  }
}
.blog-single .vs-comments-wrap .comment-content {
  border: 1px dashed rgba(6, 47, 52, 0.4);
  padding: 30px 25px;
  border-radius: 10px;
}
.blog-single .vs-comments-wrap .reply_and_edit {
  margin-left: 138px;
}
.blog-single .vs-comments-wrap .reply_and_edit .replay-btn {
  margin-left: 30px;
  margin-top: 20px;
  color: var(--theme-color);
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
@media (max-width: 991px) {
  .blog-single .vs-comments-wrap .reply_and_edit {
    margin-left: 0;
  }
}
.blog-single .vs-comments-wrap .children {
  margin-left: 60px;
}
@media (max-width: 991px) {
  .blog-single .vs-comments-wrap .children {
    margin-left: 40px;
  }
}
.blog-single .vs-comments-wrap .comment-avater {
  width: 118px;
  height: 118px;
  flex-shrink: 0;
  border: 4px solid var(--theme-color);
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.blog-single .vs-comments-wrap .comment-avater img {
  transform: scale(1.08);
}
@media (max-width: 991px) {
  .blog-single .vs-comments-wrap .comment-avater {
    width: 90px;
    height: 90px;
  }
}
.blog-single .vs-comments-wrap .comment-content .content-header {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .blog-single .vs-comments-wrap .comment-content .content-header {
    margin-bottom: 8px;
  }
}
.blog-single .vs-comments-wrap .comment-content .content-header .name {
  font-weight: 400;
  text-transform: capitalize;
  line-height: 1;
}
.blog-single .vs-comments-wrap .comment-content .content-header .commented-on {
  display: inline-block;
  color: var(--theme-color);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  line-height: 1;
}
.blog-single .vs-comments-wrap .comment-content .text {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .blog-single .vs-comments-wrap .comment-content .text {
    font-size: 14px;
    font-weight: 400;
  }
}
.blog-single .vs-comment-form {
  margin-top: 55px;
  border-radius: 15px;
  border: 1px solid rgba(var(--second-theme-color-rgb), 0.1);
  background: rgba(var(--theme-color-rgb), 0.1);
  padding: 40px 50px 50px;
}
@media (max-width: 991px) {
  .blog-single .vs-comment-form {
    padding: 20px 30px 30px;
  }
}
.blog-single .vs-comment-form .form-text {
  color: var(--body-color);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  text-transform: capitalize;
  margin-top: 15px;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .blog-single .vs-comment-form .form-text {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
.blog-single .vs-comment-form .form-group .form-control {
  background-color: var(--white-color);
  border: 1px dashed rgba(6, 47, 52, 0.4);
  padding-inline: 26px;
}
.blog-single .vs-comment-form .form-group input.form-control {
  height: 70px;
  padding: 0 26px;
}
@media (max-width: 991px) {
  .blog-single .vs-comment-form .form-group input.form-control {
    height: 55px;
  }
}
.blog-single .vs-comment-form .custom-checkbox {
  margin: 24px 0 38px;
}
@media (max-width: 991px) {
  .blog-single .vs-comment-form .custom-checkbox {
    margin: 20px 0;
  }
}
.blog-single .vs-comment-form .custom-checkbox label::before {
  border: 1px dashed rgba(6, 47, 52, 0.4);
}
.blog-single .vs-comment-form .vs-btn {
  border-radius: 50px;
}

/*------------------- 4.12 Choose Us  -------------------*/
.vs-choose-us {
  position: relative;
}

.choose-us-icon-1 {
  position: absolute;
  top: 100px;
  right: 100px;
}
@media (max-width: 991px) {
  .choose-us-icon-1 {
    display: none;
  }
}
@media (max-width: 1199px) {
  .choose-us-icon-1 {
    top: 50px;
  }
}

.choose-us-thumbnail img {
  mask-image: url(../img/choos-us/choos-us-mask-image.svg);
  mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-origin: content-box;
  -webkit-mask-image: url(../img/choos-us/choos-us-mask-image.svg);
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-origin: content-box;
}

.choose-us-content .blockquote-custom {
  font-family: var(--body-font);
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.6px;
  text-transform: capitalize;
  padding: 25px 32px;
  padding-left: 28px;
  border-left: 4px solid var(--theme-color);
  border-radius: 0px 10px 10px 0px;
  background: rgba(var(--bg-color-3-rgb), 0.14);
}
@media (max-width: 991px) {
  .choose-us-content .blockquote-custom {
    padding: 20px 25px;
    padding-left: 23px;
    border-width: 2px;
  }
}
.choose-us-content .info-area {
  margin-top: 30px;
  display: flex;
  gap: 27px;
}
@media (max-width: 1199px) {
  .choose-us-content .info-area {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .choose-us-content .info-area {
    flex-direction: row;
  }
}
@media (max-width: 767px) {
  .choose-us-content .info-area {
    gap: 15px;
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  .choose-us-content .info-area {
    flex-direction: column;
  }
}
.choose-us-content .info-area .review-box {
  max-width: 189px;
  width: 100%;
  height: max-content;
  border-radius: 10px;
  padding-top: 30px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .choose-us-content .info-area .review-box {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .choose-us-content .info-area .review-box {
    max-width: 189px;
  }
}
@media (max-width: 575px) {
  .choose-us-content .info-area .review-box {
    max-width: 100%;
  }
}
.choose-us-content .info-area .review-box .stars {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2px;
  color: var(--theme-color);
  margin: 14px 0;
}
.choose-us-content .info-area .review-box .review-info {
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.45px;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.choose-us-content .info-area .review-box .write-review {
  font-family: var(--title-font);
  font-size: 18px;
  font-weight: 400;
  line-height: 277.778%;
  letter-spacing: 0.36px;
  background-color: var(--theme-color);
  color: var(--title-color);
  border-radius: 10px;
}
.choose-us-content .info-area .review-box:hover .write-review {
  text-decoration: underline;
}
.choose-us-content .info-area .info-list .info-icon {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
}
.choose-us-content .info-area .info-list .info-item {
  display: flex;
  gap: 20px;
}
.choose-us-content .info-area .info-list .info-item:not(:last-child) {
  border-bottom: 1px solid rgba(var(--third-theme-color-rgb), 0.2);
  margin-bottom: 30px;
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  .choose-us-content .info-area .info-list .info-item:not(:last-child) {
    margin-bottom: 15px;
    padding-bottom: 7px;
  }
}
.choose-us-content .info-area .info-list .info-item:hover .info-icon {
  animation: spin 13s infinite linear;
}
.choose-us-content .info-area .info-list .info-content .info-title {
  font-weight: 400;
  line-height: 1;
  text-transform: capitalize;
}
.choose-us-content .info-area .info-list .info-content p {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.48px;
  text-transform: capitalize;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .choose-us-content .info-area .info-list .info-content p {
    font-size: 14px;
    margin-top: 5px;
  }
}

/*------------------- 4.13 partner  -------------------*/
.partner-slider {
  user-select: none;
}
.partner-slider .swiper-wrapper {
  align-items: center;
  transition-timing-function: linear !important;
}
.partner-slider .swiper-wrapper .swiper-slide {
  display: inline-flex;
  justify-content: center;
  width: max-content !important;
}
.partner-slider .swiper-wrapper .swiper-slide img {
  /* Medium devices */
}
@media (max-width: 991px) {
  .partner-slider .swiper-wrapper .swiper-slide img {
    max-width: 90%;
  }
}
.partner-slider .swiper-wrapper .swiper-slide img {
  /* Small devices */
}
@media (max-width: 767px) {
  .partner-slider .swiper-wrapper .swiper-slide img {
    max-width: 80%;
  }
}

/*------------------- 4.14 Top Place  -------------------*/
.vs-top-place {
  position: relative;
}

.top-place-icon-1,
.top-place-icon-2 {
  position: absolute;
  bottom: -50px;
}
@media (max-width: 991px) {
  .top-place-icon-1,
  .top-place-icon-2 {
    display: none;
  }
}

.top-place-icon-1 {
  left: 27px;
}

.top-place-icon-2 {
  right: 55px;
}

.top-place-box {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 30px 12px 12px;
  border-radius: 100px;
  border: 1px solid rgba(var(--bg-color-4-rgb), 0.1);
  background: rgba(var(--third-theme-color-rgb), 0.14);
  width: auto;
  transition: all 0.4s;
}
.top-place-box .thumb {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
}
@media (max-width: 1199px) {
  .top-place-box .thumb {
    width: 55px;
    height: 55px;
  }
}
@media (max-width: 991px) {
  .top-place-box .thumb {
    width: 50px;
    height: 50px;
  }
}
.top-place-box .title {
  color: #141414;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.4px;
  transition: all 0.3s;
}
.top-place-box:hover {
  background-color: var(--theme-color);
}
.top-place-box:hover .title {
  color: #fff;
}

/*------------------- 4.15 Awards  -------------------*/
.awards-style1 {
  background-color: rgba(var(--third-theme-color-rgb), 0.12);
  position: relative;
  z-index: 2;
}
.awards-style1 .awards-icon-1,
.awards-style1 .awards-icon-2 {
  position: absolute;
  z-index: 0;
}
@media (max-width: 991px) {
  .awards-style1 .awards-icon-1,
  .awards-style1 .awards-icon-2 {
    display: none;
  }
}
.awards-style1 .awards-icon-1 {
  left: 50px;
  bottom: 0;
}
@media (max-width: 1199px) {
  .awards-style1 .awards-icon-1 {
    left: 10px;
  }
}
.awards-style1 .awards-icon-2 {
  left: 50%;
  top: 30px;
}
@media (max-width: 1199px) {
  .awards-style1 .awards-icon-2 {
    top: 20px;
  }
}

.google-reviewed {
  max-width: 405px;
  border-radius: 17px;
  background: var(--white-color);
  box-shadow: 0px 4px 4px 0px rgba(var(--black-color-rgb), 0.1);
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  .google-reviewed {
    flex-direction: column;
    text-align: center;
  }
}
.google-reviewed > div {
  padding: 30px 25px;
  width: 100%;
}
@media (max-width: 991px) {
  .google-reviewed > div {
    padding: 25px 20px;
  }
}
@media (max-width: 575px) {
  .google-reviewed .left {
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .google-reviewed .right .rating {
    justify-content: center;
  }
}
.google-reviewed .right .review {
  color: rgba(170, 172, 173, 0.9);
}

.award-box-style1__row {
  position: relative;
}
@media (max-width: 767px) {
  .award-box-style1__row {
    margin-top: 15px !important;
  }
}
.award-box-style1__row .line-Shape {
  position: absolute;
  width: 118px;
  height: 12px;
  background-color: var(--third-theme-color);
  left: calc(100% - 133px);
  top: calc(100% + 84px);
}
@media (max-width: 1199px) {
  .award-box-style1__row .line-Shape {
    top: calc(100% + 84px);
  }
}
@media (max-width: 991px) {
  .award-box-style1__row .line-Shape {
    top: calc(100% + 60px);
  }
}

.award-box-style1 {
  padding-top: 75px;
  transition: all 0.3s;
}
.award-box-style1 .award-box-style1-wrapper {
  border-radius: 17px;
  background: var(--white-color);
  box-shadow: 0px 4px 8px 0px rgba(var(--black-color), 0.1);
  padding: 25px 30px;
  position: relative;
}
.award-box-style1 .award-box-icon {
  margin-top: -75px;
  text-align: center;
}
.award-box-style1 .award-box-icon svg {
  color: var(--third-theme-color);
  transition: all 0.3s;
}
.award-box-style1 .award-box-header {
  font-weight: 600;
}
.award-box-style1 .award-box-header h6 {
  color: rgba(var(--bg-color-4-rgb), 0.9);
}
.award-box-style1 .award-box-body {
  margin: 12px 0 30px;
  position: relative;
  z-index: 0;
}
.award-box-style1 .award-box-body::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-color: rgba(var(--third-theme-color-rgb), 0.2);
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-radius: 50px;
  z-index: -1;
}
.award-box-style1 .award-box-body span {
  overflow: hidden;
  padding: 17px 18px;
  border-radius: 10px;
  border: 2px solid rgba(var(--third-theme-color-rgb), 0.2);
  display: inline-block;
  line-height: 1;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
  transition: all 0.3s;
}
.award-box-style1 .award-box-body span::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 0;
  height: 100%;
  background-color: var(--theme-color);
  z-index: -1;
  transition: all 0.3s;
}
.award-box-style1 .award-box-footer p {
  line-height: 1.4;
}
.award-box-style1:hover {
  transform: translateY(-15px);
}
.award-box-style1:hover .award-box-icon svg {
  color: var(--theme-color);
}
.award-box-style1:hover .award-box-body span {
  color: var(--white-color);
}
.award-box-style1:hover .award-box-body span::before {
  width: 100%;
}

/* =========================================
   FIX: Sve award kartice iste visine kao najduži (TAB 1)
   - bez clamp-a, bez sečenja teksta
   - samo ujednačava zone (naslov / opis box / footer)
   ========================================= */
.award-box-style1 {
  height: 100%;
}
.award-box-style1 .award-box-style1-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.award-box-style1 {
  /* NASLOV zona – ista visina svima (da 1-3 reda ne menjaju karticu) */
}
.award-box-style1 .award-box-header {
  min-height: 110px; /* po potrebi: 100-130 */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.award-box-style1 .award-box-header h6 {
  margin: 0;
  line-height: 1.15;
}
.award-box-style1 {
  /* OPIS BOX zona – ovo ti je ključ: ista visina kao najduži (TAB 1) */
}
.award-box-style1 .award-box-body {
  margin: 12px 0 26px;
}
.award-box-style1 .award-box-body span {
  width: 100%;
  max-width: 340px; /* da ne bude preširoko */
  min-height: 78px; /* POVEĆAJ dok TAB 1 ne stane lepo (npr 78 → 90) */
  display: flex;
  align-items: center; /* vertikalno centriranje teksta u boxu */
  justify-content: center;
  text-align: center;
  line-height: 1.2;
  white-space: normal; /* dozvoli prelamanje */
}
.award-box-style1 {
  /* FOOTER uvek dole, ali ujednačena visina teksta */
}
.award-box-style1 .award-box-footer {
  margin-top: auto;
  text-align: center;
}
.award-box-style1 .award-box-footer p {
  margin: 0;
  min-height: 24px;
  line-height: 1.4;
}

/* Ako koristiš Swiper: da svi slide-ovi budu iste visine */
.swiper-wrapper {
  align-items: stretch;
}

.swiper-slide {
  height: auto;
}

/*------------------- 4.16 Tour Package  -------------------*/
.vs-tour-package {
  background-color: #f0f1e9;
}
.vs-tour-package.style-2 {
  background: linear-gradient(180deg, rgba(var(--white-color-rgb), 0.07) 0%, rgba(247, 146, 30, 0.07) 100%);
}
.vs-tour-package.style-3 {
  position: relative;
  overflow: hidden;
}
.vs-tour-package.style-3 .tour-package-icon-1,
.vs-tour-package.style-3 .tour-package-icon-2 {
  position: absolute;
}
@media (max-width: 991px) {
  .vs-tour-package.style-3 .tour-package-icon-1,
  .vs-tour-package.style-3 .tour-package-icon-2 {
    display: none;
  }
}
.vs-tour-package.style-3 .tour-package-icon-1 {
  top: -5px;
  left: 50px;
}
@media (max-width: 1399px) {
  .vs-tour-package.style-3 .tour-package-icon-1 {
    left: 20px;
    top: -350px;
  }
}
@media (max-width: 1199px) {
  .vs-tour-package.style-3 .tour-package-icon-1 {
    left: 30px;
    top: -350px;
  }
}
.vs-tour-package.style-3 .tour-package-icon-2 {
  right: 35px;
  bottom: 50px;
}
@media (max-width: 1199px) {
  .vs-tour-package.style-3 .tour-package-icon-2 {
    bottom: 30px;
  }
}

.tour-package-box {
  border-radius: 10px;
  border: 1px solid rgba(var(--black-color-rgb), 0.1);
  overflow: clip;
}
.tour-package-box .tour-package-thumb {
  overflow: clip;
}
.tour-package-box .tour-package-thumb img {
  transition: all 0.3s;
}
.tour-package-box .tour-package-meta {
  border-bottom: 1px solid rgba(var(--black-color-rgb), 0.15);
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.tour-package-box .tour-package-meta ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
}
.tour-package-box .tour-package-meta ul li {
  display: flex;
  flex-direction: column;
  gap: 5px;
  text-align: center;
  position: relative;
  align-items: center;
}
@media (max-width: 991px) {
  .tour-package-box .tour-package-meta ul li {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .tour-package-box .tour-package-meta ul li {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .tour-package-box .tour-package-meta ul li {
    font-size: 13px;
  }
}
@media (max-width: 424px) {
  .tour-package-box .tour-package-meta ul li {
    font-size: 10px;
  }
}
.tour-package-box .tour-package-meta ul li span {
  display: inline-block;
  font-weight: 500;
  line-height: 157.143%;
  letter-spacing: 0.42px;
  text-transform: capitalize;
}
.tour-package-box .tour-package-meta ul li:not(:first-child)::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  top: 50%;
  left: -6px;
  transform: translateY(-50%);
  background-color: rgba(var(--title-color-rgb), 0.15);
}
.tour-package-box .tour-package-content {
  padding: 32px;
}
@media (max-width: 991px) {
  .tour-package-box .tour-package-content {
    padding: 25px;
  }
}
.tour-package-box .tour-package-content .title {
  text-transform: capitalize;
  margin-top: 6px;
  font-size: 30px;
}
.tour-package-box .tour-package-content .title a {
  position: relative;
  background-image: linear-gradient(to right, currentColor 0%, currentColor 100%);
  background-size: 0px 1px;
  background-position: 0px 95%;
  transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  padding: 0.1% 0px;
  background-repeat: no-repeat;
  color: inherit;
}
.tour-package-box .tour-package-content .title a:hover {
  background-size: 100% 1px;
}
.tour-package-box .tour-package-content .pricing-container {
  margin: 32px 0;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1299px) {
  .tour-package-box .tour-package-content .pricing-container {
    flex-direction: column;
    align-items: start;
  }
}
@media (max-width: 1199px) {
  .tour-package-box .tour-package-content .pricing-container {
    flex-direction: row;
  }
}
@media (max-width: 991px) {
  .tour-package-box .tour-package-content .pricing-container {
    align-items: start;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .tour-package-box .tour-package-content .pricing-container {
    flex-direction: row;
  }
}
@media (max-width: 575px) {
  .tour-package-box .tour-package-content .pricing-container {
    align-items: start;
    flex-direction: column;
  }
}
.tour-package-box .tour-package-content .pricing-container .package-info {
  display: flex;
  align-items: start;
  flex-direction: column;
  gap: 18px;
  margin-right: auto;
}
.tour-package-box .tour-package-content .pricing-container .package-info span {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 500;
  line-height: 157.143%;
  letter-spacing: 0.42px;
  text-transform: capitalize;
  color: black;
}
.tour-package-box .tour-package-content .pricing-container .package-info span i {
  font-size: 18px;
  -webkit-text-stroke: 0.5px;
}
.tour-package-box .tour-package-content .pricing-container .price-info {
  padding-left: 12px;
  border-left: 1px solid rgba(var(--black-color-rgb), 0.2);
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 1299px) {
  .tour-package-box .tour-package-content .pricing-container .price-info {
    flex-direction: row;
  }
}
@media (max-width: 1199px) {
  .tour-package-box .tour-package-content .pricing-container .price-info {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .tour-package-box .tour-package-content .pricing-container .price-info {
    flex-direction: row;
  }
}
@media (max-width: 767px) {
  .tour-package-box .tour-package-content .pricing-container .price-info {
    flex-direction: column;
  }
}
@media (max-width: 575px) {
  .tour-package-box .tour-package-content .pricing-container .price-info {
    flex-direction: row;
  }
}
.tour-package-box .tour-package-content .pricing-container .price-info .price-off {
  display: inline-block;
  border-radius: 50px;
  background: var(--theme-color);
  padding: 8px 13px;
  text-shadow: 0px 4px 4px rgba(var(--black-color-rgb), 0.1);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.36px;
  text-transform: capitalize;
  width: max-content;
  height: max-content;
}
.tour-package-box .tour-package-content .pricing-container .price-info .price {
  display: inline-flex;
  align-items: baseline;
  gap: 5px;
  color: var(--body-color);
}
.tour-package-box .tour-package-content .pricing-container .price-info .price h6 {
  color: var(--body-color);
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  text-transform: capitalize;
}
.tour-package-box .tour-package-content .location {
  margin-top: 5px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  line-height: 157.143%;
  letter-spacing: 0.42px;
}
.tour-package-box .tour-package-content .location i {
  font-size: 18px;
}
.tour-package-box .tour-package-content .location span {
  display: inline-block;
}
.tour-package-box .tour-package-footer {
  border-top: 1px solid rgba(var(--black-color-rgb), 0.15);
  padding-top: 15px;
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tour-package-box .tour-package-footer .pricing-info {
  display: flex;
  align-items: center;
  gap: 8.5px;
  font-size: 16px;
  line-height: 137.5%;
  letter-spacing: 0.48px;
  text-transform: capitalize;
}
.tour-package-box .tour-package-footer .pricing-info .new-price {
  color: var(--bg-color-4);
  font-family: var(--body-font);
  font-size: 24px;
  font-weight: 500;
  line-height: 91.667%;
  letter-spacing: 0.72px;
  text-transform: capitalize;
}
.tour-package-box .tour-package-footer .buy-package {
  display: inline-block;
  width: 46px;
  height: 46px;
  background-color: var(--second-theme-color);
  border-radius: 50%;
  display: grid;
  place-content: center;
  font-size: 18px;
}
.tour-package-box:hover .tour-package-thumb img {
  transform: scale(1.1);
}
.tour-package-box:hover .tour-package-content {
  padding: 32px;
}
.tour-package-box:hover .tour-package-content .location i {
  color: var(--theme-color);
  transition: 0.1s;
}
.tour-package-box.style-2 {
  border: none;
  box-shadow: 0px 4px 10px 0px rgba(var(--black-color-rgb), 0.1);
}
.tour-package-box.style-2:hover .buy-package {
  background-color: var(--theme-color);
}
.tour-package-box.style-2:hover .buy-package i {
  color: var(--white-color);
}
.tour-package-box.style-3 {
  border-radius: 19px;
  border: 1.5px solid var(--bg-color-10);
  background: var(--white-color);
  padding: 15px;
}
.tour-package-box.style-3 .tour-package-thumb {
  border-radius: 13px;
}
.tour-package-box.style-3 .tour-package-content {
  padding: 15px 0;
}
.tour-package-box.style-3 .tour-package-footer {
  border-top: none;
}
.tour-package-box.style-3 .tour-package-footer .tour-duration {
  display: flex;
  align-items: center;
  gap: 11px;
  letter-spacing: 0.42px;
  font-weight: 500;
}

/* =========================================================
   FIX v2 (proporcionalno, bez razvlačenja):
   Sve Membership Programs kartice iste visine,
   ali spacing ostaje prirodan kao na “dobroj” kartici.
   ========================================================= */
.tour-package-box {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.tour-package-box .tour-package-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  /* PROPORCIONALNA visina content dela (prilagodi po potrebi) */
  min-height: clamp(260px, 22vh, 340px);
  /* lepši, kontrolisan razmak umesto margin-a iz template-a */
  gap: 16px;
}

/* Ujednači naslov (da svi startuju isto) */
.tour-package-box .tour-package-content .title {
  min-height: 56px; /* 1–2 reda */
  margin: 0;
}

/* Resetuj prethodno "zakucavanje" koje pravi prazninu */
.tour-package-box .tour-package-content .pricing-container {
  min-height: 0 !important; /* BITNO: skida razvlačenje */
  margin: 0 !important; /* skida veliki margin 32px 0 iz template-a */
}

/* Ako želiš mali razmak pre pricing-a, radi ga preko gap-a (gore) */
/* Dugme uvek dole, ali bez forsiranja praznine u sredini */
.tour-package-box .tour-package-content .btn-trigger {
  margin-top: auto;
}

.tour-package-box .tour-package-content .vs-btn {
  margin-top: 0 !important;
}

/* Swiper: da kartice rastu jednako */
.swiper-wrapper {
  align-items: stretch;
}

.swiper-slide {
  height: auto;
}

/* ===== Insurance guide card (TAB 1 / #rescue) ===== */
.insurance-guide-card {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  padding: 18px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.06);
}

.insurance-guide-head {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.insurance-guide-icon {
  width: 88px;
  height: 88px;
  border-radius: 999px;
  background: #75754f; /* zeleno kao referenca */
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 88px;
}

.insurance-guide-icon img {
  width: 54px;
  height: 54px;
  object-fit: contain;
  display: block;
}

.insurance-guide-main {
  flex: 1 1 auto;
  min-width: 0;
}

.insurance-guide-title {
  width: 100%;
  text-align: left;
  border: 0;
  background: transparent;
  padding: 0;
  font-weight: 700;
  line-height: 1.25;
  font-size: 18px;
  cursor: pointer;
}

.insurance-guide-meta {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 18px;
  margin-top: 10px;
}

.insurance-guide-amount {
  font-weight: 500;
  white-space: nowrap;
}

.insurance-guide-more {
  border: 0;
  background: transparent;
  color: #1a73e8;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0;
}

.insurance-guide-more-ico {
  font-size: 18px;
  line-height: 1;
}

.insurance-guide-collapse {
  margin-top: 14px;
}

.insurance-guide-body {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 14px;
  line-height: 1.7;
}

.insurance-guide-body p {
  margin: 0 0 14px 0;
}

.insurance-guide-link {
  color: #75754f;
  text-decoration: underline;
  font-weight: 600;
}

/* open state (opciono: mala vizuelna promena) */
.insurance-guide-card.is-open {
  border-color: rgba(0, 0, 0, 0.14);
}

/* responsive */
@media (max-width: 576px) {
  .insurance-guide-head {
    flex-direction: column;
    align-items: flex-start;
  }
  .insurance-guide-meta {
    justify-content: flex-start;
  }
}
/* === Equal height cards in grid (closed state) === */
.insurance-guide-grid > [class*=col-] {
  display: flex;
}

.insurance-guide-card {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}

/* head (ikonica + naslov) neka raste, meta ostaje dole */
.insurance-guide-head {
  flex: 1 1 auto;
  align-items: flex-start;
}

/* meta red: uvek na dnu kartice */
.insurance-guide-meta {
  margin-top: auto; /* gura meta na dno */
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 18px;
}

/* da dugme ne "širi" karticu i da ostane konzistentno */
.insurance-guide-meta .vs-btn.style9 {
  white-space: nowrap;
}

/* (opciono) stabilniji layout naslova */
.insurance-guide-title {
  display: -webkit-box;
  -webkit-line-clamp: 2; /* max 2 reda */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* === FIX: kad se jedna kartica otvori, druga NE SME da se rasteže === */
.insurance-guide-grid {
  align-items: flex-start; /* stop stretch po visini u redu */
}

/* undo equal-height stretch koji pravi prazninu */
.insurance-guide-grid > [class*=col-] {
  display: block !important;
}

.insurance-guide-card {
  height: auto !important; /* više ne puni visinu kolone */
  min-height: 150px; /* zatvorene kartice i dalje iste visine (podesi po potrebi) */
  display: flex;
  flex-direction: column;
}

/* da amount + dugme uvek budu dole, bez razvlačenja */
.insurance-guide-main {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

.insurance-guide-meta {
  margin-top: 15px;
}

/* stabilizuj naslov (da ne pravi različite visine) */
.insurance-guide-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* pixel-perfect: button uvek dole desno */
.insurance-guide-card {
  position: relative;
  padding-bottom: 22px; /* prostora dole */
}

.insurance-guide-meta {
  position: absolute;
  right: 18px;
  bottom: 18px;
  margin-top: 0 !important;
}

.insurance-guide-main {
  padding-right: 170px; /* rezerviši prostor za dugme + amount */
}

/* === Absolute meta samo dok je kartica zatvorena === */
.insurance-guide-card .insurance-guide-meta {
  position: absolute;
  right: 18px;
  bottom: 18px;
  margin-top: 0 !important;
}

/* da sadržaj ne ulazi ispod meta dok je zatvoreno */
.insurance-guide-card {
  position: relative;
  padding-bottom: 78px; /* dovoljno za amount+button */
}

.insurance-guide-main {
  padding-right: 0; /* ne mora na svim ekranima */
}

/* === Kad je kartica otvorena: vrati meta u flow ispod sadržaja === */
.insurance-guide-card.is-open {
  padding-bottom: 18px; /* vrati normalu */
}

.insurance-guide-card.is-open .insurance-guide-meta {
  position: static; /* više nije absolute */
  margin-top: 14px !important;
  justify-content: flex-end;
}

/* === Mobile layout: title desno od ikonice (dok je meta absolute dole desno) === */
@media (max-width: 576px) {
  /* head: ikonica levo, tekst desno */
  .insurance-guide-head {
    display: grid !important;
    grid-template-columns: 88px 1fr;
    column-gap: 12px;
    align-items: start;
  }
  .insurance-guide-icon {
    width: 72px;
    height: 72px;
    flex: none;
  }
  .insurance-guide-icon img {
    width: 44px;
    height: 44px;
  }
  /* skini desktop rezervaciju prostora za meta (na telefonu nije potrebna) */
  .insurance-guide-main {
    padding-right: 0 !important;
  }
  /* ostavi dovoljno donjeg prostora da meta (absolute) ne preklopi tekst */
  .insurance-guide-card {
    padding-bottom: 78px; /* po potrebi 70-90px */
  }
  /* meta i dalje dole desno, ali malo manja */
  .insurance-guide-meta {
    right: 14px;
    bottom: 14px;
  }
  /* naslov: dozvoli 2-3 reda na telefonu */
  .insurance-guide-title {
    -webkit-line-clamp: 3;
  }
}
/*------------------- 4.17 Services  -------------------*/
.vs-services-style1 {
  position: relative;
}

.vs-services-style1-icon-1,
.vs-services-style1-icon-2 {
  position: absolute;
}
@media (max-width: 991px) {
  .vs-services-style1-icon-1,
  .vs-services-style1-icon-2 {
    display: none;
  }
}

.vs-services-style1-icon-1 {
  left: 100px;
  top: 100px;
}
@media (max-width: 1919px) {
  .vs-services-style1-icon-1 {
    left: 50px;
    top: 50px;
  }
}

.vs-services-style1-icon-2 {
  left: 40%;
  top: 300px;
}

.vs-services-box-style1 {
  border-radius: 15px;
  background-color: var(--white-color);
  overflow: clip;
  position: relative;
}
.vs-services-box-style1::after {
  position: absolute;
  content: "";
  left: 27px;
  bottom: 0;
  width: 50px;
  height: 8px;
  border-radius: 3px 3px 0px 0px;
  background: var(--third-theme-color);
  transition: all 0.3s;
}
.vs-services-box-style1 .services-thumb {
  overflow: clip;
}
.vs-services-box-style1 .services-thumb img {
  transition: all 0.3s linear;
}
.vs-services-box-style1 .services-icon {
  margin-top: -40px;
}
.vs-services-box-style1 .services-icon svg {
  color: var(--third-theme-color);
  transition: all 0.3s;
  position: relative;
  left: calc(100% - 130px);
}
.vs-services-box-style1 .services-content-inner {
  padding: 0 27px 50px;
  margin-top: -8px;
}
.vs-services-box-style1 .services-content-inner .services-title {
  transition: all 0.3s;
}
.vs-services-box-style1 .services-content-inner .services-title:has(~ p) {
  margin-bottom: 10px;
}
.vs-services-box-style1.v2 {
  padding: 50px 48px 70px;
  background-color: var(--theme-color);
}
@media (max-width: 1299px) {
  .vs-services-box-style1.v2 {
    padding: 45px 30px 45px;
  }
}
@media (max-width: 991px) {
  .vs-services-box-style1.v2 {
    padding: 55px 30px 55px;
  }
}
.vs-services-box-style1.v2 .title-area {
  max-width: 400px;
}
.vs-services-box-style1.v2 .eiffel-tower {
  position: absolute;
  bottom: 0;
  right: 22px;
}
.vs-services-box-style1.v2::after {
  content: unset;
}
.vs-services-box-style1:hover::after {
  left: 0;
  width: 100%;
  background-color: var(--theme-color);
}
.vs-services-box-style1:hover .services-thumb img {
  transform: scale(1.05);
}
.vs-services-box-style1:hover .services-icon svg {
  color: var(--theme-color);
}
.vs-services-style2 {
  position: relative;
}

.vs-services-style2-icon-1,
.vs-services-style2-icon-2 {
  position: absolute;
}
@media (max-width: 991px) {
  .vs-services-style2-icon-1,
  .vs-services-style2-icon-2 {
    display: none;
  }
}

.vs-services-style2-icon-1 {
  top: 118px;
  left: 160px;
}
@media (max-width: 1199px) {
  .vs-services-style2-icon-1 {
    top: 80px;
    left: 80px;
  }
}

.vs-services-style2-icon-2 {
  bottom: 85px;
  right: 112px;
}
@media (max-width: 1399px) {
  .vs-services-style2-icon-2 {
    right: 80px;
    bottom: 20px;
  }
}

.service-thumb-box {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  background: transparent;
  z-index: 1;
  padding-left: 15px;
  padding-bottom: 15px;
}
@media (max-width: 991px) {
  .service-thumb-box {
    padding-left: 7.5px;
    padding-bottom: 7.5px;
  }
}
.service-thumb-box::before {
  position: absolute;
  content: "";
  width: 353px;
  height: 330px;
  border-radius: 20px;
  background: var(--theme-color);
  z-index: -1;
  left: 0;
  bottom: 0;
}
.service-thumb-box img {
  border-radius: 20px;
}

.service-content-box {
  padding-left: 40px;
}
@media (max-width: 1199px) {
  .service-content-box {
    padding-left: 0px;
  }
}
.service-content-box .nav-pills {
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 991px) {
  .service-content-box .nav-pills {
    gap: 10px;
  }
}
.service-content-box .nav-pills li {
  width: calc((100% - 40px) / 3);
}
@media (max-width: 991px) {
  .service-content-box .nav-pills li {
    width: calc((100% - 20px) / 3);
  }
}
.service-content-box .nav-pills li .nav-link {
  position: relative;
  border-radius: 100px 100px 10px 10px;
  color: var(--white-color);
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  padding: 20px 10px 19px;
  margin-bottom: 11px;
}
@media (max-width: 1199px) {
  .service-content-box .nav-pills li .nav-link {
    margin-bottom: 8px;
    padding: 15px 10px 10px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .service-content-box .nav-pills li .nav-link {
    font-size: 12px;
    border-radius: 50px 50px 10px 10px;
  }
}
@media (max-width: 424px) {
  .service-content-box .nav-pills li .nav-link {
    font-size: 11px;
    padding: 8px 2px 8px;
    border-radius: 5px;
  }
}
.service-content-box .nav-pills li .nav-link::after {
  position: absolute;
  content: "";
  height: 5px;
  left: 0;
  right: 0;
  bottom: -11px;
  background: rgba(var(--white-color-rgb), 0.15);
  border-radius: 10px;
}
@media (max-width: 991px) {
  .service-content-box .nav-pills li .nav-link::after {
    height: 4px;
    bottom: -8px;
  }
}
.service-content-box .nav-pills li .nav-link.active {
  background: rgba(var(--white-color-rgb), 0.15);
}
.service-content-box .nav-pills li .nav-link.active:hover {
  background: rgba(var(--theme-color-rgb), 0.15);
}
.service-content-box .nav-pills li .nav-link.active::after {
  background-color: var(--theme-color);
}
.service-content-box .nav-pills li .nav-link:hover {
  background: rgba(var(--theme-color-rgb), 0.15);
}
.service-content-box .service-title {
  margin-bottom: 18px;
}
@media (min-width: 1400px) {
  .service-content-box .service-title {
    font-size: 36px;
  }
}
.service-content-box p {
  color: #e3e3e3;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 162.5%;
  letter-spacing: 0.32px;
  text-transform: capitalize;
}
.service-content-box .service-info {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
@media (max-width: 1199px) {
  .service-content-box .service-info {
    gap: 20px;
    margin-top: 10px;
  }
}
@media (max-width: 575px) {
  .service-content-box .service-info {
    flex-direction: column;
  }
}
.service-content-box .service-info .jurny-info {
  display: flex;
  align-items: center;
  gap: 20px;
  max-width: 370px;
}
@media (max-width: 991px) {
  .service-content-box .service-info .jurny-info {
    gap: 10px;
  }
}
.service-content-box .service-info .jurny-info .jurny-number {
  color: var(--theme-color);
  font-weight: 600;
  line-height: 53.333%;
  text-transform: capitalize;
  font-family: var(--body-font);
  display: flex;
  align-items: center;
}
.service-content-box .service-info .jurny-info .jurny-number em {
  font-style: normal;
}
@media (min-width: 1400px) {
  .service-content-box .service-info .jurny-info .jurny-number {
    font-size: 45px;
  }
}
.service-content-box .service-info .jurny-info .jurny-number .odometer-inside {
  display: flex;
  align-items: center;
}
.service-content-box .service-info .jurny-info .title {
  color: var(--white-color);
  font-family: var(--body-font);
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.6px;
  text-transform: capitalize;
}
@media (min-width: 1400px) {
  .service-content-box .service-info .jurny-info .title {
    font-size: 20px;
  }
}
.service-content-box .service-info .info-download-area {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 22px;
}
@media (max-width: 991px) {
  .service-content-box .service-info .info-download-area {
    margin-top: 15px;
    gap: 15px;
  }
}
.service-content-box .service-info .info-download-area .download-img {
  padding-left: 10px;
  padding-bottom: 10px;
  position: relative;
  z-index: 1;
}
.service-content-box .service-info .info-download-area .download-img img {
  overflow: hidden;
  border-radius: 19px;
  border: 4px solid rgba(var(--white-color-rgb), 0.7);
}
.service-content-box .service-info .info-download-area .download-img::before {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  width: 40px;
  height: 40px;
  background: var(--theme-color);
  border-radius: 50%;
  z-index: -1;
}
.service-content-box .service-info .info-download-area .download-info h6 {
  text-transform: uppercase;
  font-weight: 600;
  line-height: 155.556%;
  font-family: var(--body-font);
}
.service-content-box .service-info .info-download-area .download-info a {
  display: inline-grid;
  margin-top: 10px;
  place-content: center;
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: var(--theme-color);
  color: var(--title-color);
}
.service-content-box .service-img {
  position: relative;
  border-radius: 19px;
  background: var(--theme-color);
  box-shadow: 0px 4px 4px 0px rgba(var(--black-color-rgb), 0.12);
  max-width: 230px;
  overflow: hidden;
  flex-shrink: 0;
}
@media (max-width: 575px) {
  .service-content-box .service-img {
    max-width: 100%;
  }
}
.service-content-box .service-img img {
  object-fit: cover;
}
.service-content-box .service-img img:nth-child(1) {
  height: 100%;
}
@media (max-width: 575px) {
  .service-content-box .service-img img:nth-child(1) {
    width: 100%;
  }
}
.service-content-box .service-img img:nth-child(2) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*------------------- 4.18 Travel Guides  -------------------*/
.travel-guides-icon-1,
.travel-guides-icon-2 {
  position: absolute;
}
@media (max-width: 991px) {
  .travel-guides-icon-1,
  .travel-guides-icon-2 {
    display: none;
  }
}

.travel-guides-icon-1 {
  left: 100px;
  top: 70px;
}
@media (max-width: 1199px) {
  .travel-guides-icon-1 {
    left: 80px;
  }
}

.travel-guides-icon-2 {
  left: 212px;
  top: 0;
}
@media (max-width: 1199px) {
  .travel-guides-icon-2 {
    left: 280px;
  }
}

.guide-box .guide-thumb {
  background-color: var(--theme-color);
  border-radius: 21px;
  overflow: hidden;
  box-shadow: 0 5px 0 0px var(--white-color);
  min-height: 350px;
}
@media (max-width: 991px) {
  .guide-box .guide-thumb {
    min-height: 400px;
  }
}
@media (max-width: 767px) {
  .guide-box .guide-thumb {
    max-height: 400px;
  }
}
.guide-box .guide-thumb img {
  transition: transform 1s cubic-bezier(0.33, 0.02, 0, 0.93);
}
.guide-box .guide-content {
  position: relative;
  z-index: 1;
  border-radius: 15px;
  background: var(--bg-color-8);
  padding: 23.5px 25px;
  margin: 0 25px;
  margin-top: -50px;
}
.guide-box .guide-name {
  font-weight: 400;
  letter-spacing: 0.72px;
  line-height: 130%;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1400px) {
  .guide-box .guide-name {
    font-size: 24px;
  }
}
.guide-box .guide-designation {
  font-size: 16px;
  font-weight: 600;
  line-height: 137.5%;
  letter-spacing: 0.48px;
}
.guide-box:hover .guide-thumb img {
  transform: scale(1.03) translateX(-2%);
}
.guide-box:hover .guide-name {
  color: var(--theme-color);
}

/*------------------- 4.19 Insta  -------------------*/
.instagram-box {
  position: relative;
  z-index: 0;
}
.instagram-box .insta-post-content {
  position: absolute;
  inset: 0;
  background: rgba(var(--theme-color-rgb), 0.5);
  display: grid;
  place-content: center;
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.3s;
  z-index: 1;
}
.instagram-box .insta-post-content a {
  display: inline-grid;
  place-content: center;
  width: 81px;
  height: 81px;
  border-radius: 50%;
  background-color: var(--white-color);
  transition: all 0.3s;
}
@media (max-width: 1399px) {
  .instagram-box .insta-post-content a {
    width: 55px;
    height: 55px;
  }
}
.instagram-box .insta-post-content a i {
  color: var(--theme-color);
  transition: all 0.3s;
}
.instagram-box .insta-post-content a:hover {
  background-color: var(--theme-color);
}
.instagram-box .insta-post-content a:hover i {
  color: var(--white-color);
}
.instagram-box:hover .insta-post-content {
  opacity: 1;
  transform: scale(1);
}

/*------------------- 4.20 Testimonial  -------------------*/
.testimonial::after {
  position: absolute;
  content: "";
  width: 96px;
  height: 12px;
  right: 300px;
  bottom: 0;
  background-color: var(--theme-color);
}
@media (max-width: 1199px) {
  .testimonial::after {
    right: 250px;
  }
}
@media (max-width: 991px) {
  .testimonial::after {
    right: 150px;
  }
}

.testimonial-icon {
  position: absolute;
  bottom: 0;
  right: 112px;
}
@media (max-width: 1199px) {
  .testimonial-icon {
    right: 80px;
  }
}
@media (max-width: 991px) {
  .testimonial-icon {
    display: none;
  }
}

.testimonial-content-slider .swiper-pagination {
  width: 100% !important;
  line-height: 1;
  text-align: right !important;
  bottom: 20px !important;
}
.testimonial-content-slider .swiper-pagination .swiper-pagination-bullet {
  width: 31px;
  height: 7px;
  border-radius: 3px;
  background-color: rgba(var(--bg-color-4-rgb), 0.4);
  opacity: 1;
}
.testimonial-content-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--theme-color);
}

.testimonial-thumbnail {
  width: 350px;
  height: 350px;
  border-radius: 50%;
  border-radius: 20px;
  background: var(--second-theme-color);
  box-shadow: 0px 4px 10px 0px rgba(var(--black-color-rgb), 0.1);
  position: relative;
  margin: 15px;
}
@media (max-width: 1199px) {
  .testimonial-thumbnail {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 575px) {
  .testimonial-thumbnail {
    width: 360px;
    height: 360px;
    margin: 10px;
  }
}
@media (max-width: 424px) {
  .testimonial-thumbnail {
    width: 260px;
    height: 260px;
  }
}
.testimonial-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonial-thumbnail::before {
  position: absolute;
  content: "";
  background-color: var(--theme-color);
  width: 80px;
  height: 80px;
  top: -15px;
  left: -15px;
  border-radius: 30px 0px 0px 0px;
  z-index: -1;
}
@media (max-width: 575px) {
  .testimonial-thumbnail::before {
    top: -10px;
    left: -10px;
  }
}
.testimonial-thumbnail::after {
  position: absolute;
  content: "";
  background-color: var(--theme-color);
  width: 100px;
  height: 100px;
  right: -15px;
  bottom: -15px;
  border-radius: 0px 0px 30px 0px;
  z-index: -2;
}
@media (max-width: 575px) {
  .testimonial-thumbnail::after {
    right: -10px;
    bottom: -10px;
  }
}

.testimonial-content .fa-quote-left {
  color: var(--theme-color);
  font-size: 45px;
  font-weight: 900;
  line-height: normal;
  text-transform: capitalize;
}
.testimonial-content .rating {
  margin-bottom: 30px;
}
.testimonial-content .rating ul {
  display: flex;
  align-items: center;
  gap: 2.5px;
}
.testimonial-content .rating ul li {
  color: var(--theme-color);
}
.testimonial-content .revew {
  margin-bottom: 30px;
  color: #535b5f;
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.6px;
  text-transform: capitalize;
}
@media (max-width: 1199px) {
  .testimonial-content .revew {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .testimonial-content .revew {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.testimonial-content .author .author-name {
  font-weight: 400;
  line-height: 91.667%;
  letter-spacing: 0.72px;
  text-transform: capitalize;
}
@media (min-width: 1400px) {
  .testimonial-content .author .author-name {
    font-size: 24px;
  }
}
.testimonial-content .author .author-degi {
  display: inline-block;
  color: var(--theme-color);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 137.5%;
  letter-spacing: 0.48px;
  text-transform: capitalize;
  margin-top: 8px;
}

/*------------------- 4.21 Error  -------------------*/
.error-content .sec-title {
  font-size: 150px;
  font-weight: 400;
  line-height: 1;
  text-transform: capitalize;
  margin-bottom: 12px;
}
@media (max-width: 1199px) {
  .error-content .sec-title {
    font-size: 130px;
    margin-bottom: 6px;
  }
}
@media (max-width: 991px) {
  .error-content .sec-title {
    font-size: 120px;
    margin-bottom: 6px;
  }
}
.error-content .sec-subtitle {
  display: inline-block;
  color: var(--title-color);
  font-family: var(--body-font);
  font-size: 30px;
  font-weight: 400;
  line-height: 93.333%;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 24px;
  margin-bottom: 24px;
}
@media (max-width: 1199px) {
  .error-content .sec-subtitle {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .error-content .sec-subtitle {
    font-size: 25px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .error-content .sec-subtitle {
    font-size: 20px;
  }
}
.error-content .sec-subtitle::after {
  position: absolute;
  content: "";
  width: 195px;
  height: 3px;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--theme-color);
}
.error-content .error-text {
  max-width: 482px;
  margin-inline: auto;
  font-size: 16px;
  font-weight: 500;
  line-height: 162.5%;
  text-transform: capitalize;
}
.error-content .vs-btn {
  padding: 24px 41px;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 600;
  margin-top: 35px;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .error-content .vs-btn {
    font-size: 18px;
    padding: 20px 35px;
    margin-top: 20px;
  }
}

/*------------------- 4.22 Accordion  -------------------*/
.accordion-style1 {
  position: relative;
  z-index: 1;
}
.accordion-style1 .accordion-item {
  border: 1px solid rgba(var(--bg-color-4-rgb), 0.1);
  background-color: var(--white-color);
  border-radius: 10px;
  box-shadow: 0px 1px 4px 0px rgba(var(--black-color-rgb), 0.1);
  overflow: hidden;
}
.accordion-style1 .accordion-item:not(:last-child) {
  margin: 0 0 15px 0;
}
.accordion-style1 .accordion-header {
  font-family: var(--body-font);
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  text-transform: capitalize;
}
.accordion-style1 .accordion-button {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-transform: inherit;
  text-transform: inherit;
  padding: 25px;
}
@media (max-width: 575px) {
  .accordion-style1 .accordion-button {
    padding: 15px;
  }
}
@media (max-width: 424px) {
  .accordion-style1 .accordion-button {
    max-width: 90%;
  }
}
.accordion-style1 .accordion-button::after {
  content: "\f067";
  font: var(--fa-font-solid);
  position: absolute;
  right: 15px;
  top: 50%;
  width: 42px;
  height: 42px;
  line-height: 42px;
  border-radius: 100%;
  transform: translateY(-50%);
  color: var(--theme-color);
  text-align: center;
  font-size: 18px;
  transition: all ease 0.4s;
  background-image: unset;
  display: grid;
  place-content: center;
  border: 2px dashed var(--theme-color);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 575px) {
  .accordion-style1 .accordion-button::after {
    width: 30px;
    height: 30px;
    font-size: 12px;
  }
}
@media (max-width: 424px) {
  .accordion-style1 .accordion-button::after {
    right: -5px;
  }
}
.accordion-style1 .accordion-button:not(.collapsed) {
  box-shadow: none;
  background-color: transparent;
}
.accordion-style1 .accordion-button:not(.collapsed)::after {
  font: var(--fa-font-solid);
  content: "\f068";
  color: var(--title-color);
  background-color: transparent;
  background-image: unset;
  font-size: 18px;
}
.accordion-style1 .accordion-button :focus, .accordion-style1 .accordion-button:hover, .accordion-style1 .accordion-button:active {
  box-shadow: none;
}
.accordion-style1 .accordion-button:hover::after {
  color: var(--theme-color);
  background-color: transparent;
}
.accordion-style1 .accordion-collapse {
  padding: 0 25px;
}
@media (max-width: 575px) {
  .accordion-style1 .accordion-collapse {
    padding: 0 15px;
  }
}
.accordion-style1 .accordion-collapse .accordion-body {
  margin-top: 8px;
  border-top: 1px solid var(--bg-color-7);
  padding: 15px 0 25px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 171.429%;
  letter-spacing: 0.42px;
  text-transform: capitalize;
}
@media (max-width: 575px) {
  .accordion-style1 .accordion-collapse .accordion-body {
    margin-top: 0px;
    padding: 10px 0 15px;
  }
}

.accordion-style2 .accordion-item {
  border: 0;
  border-radius: 0;
  border-top: 1px solid rgba(var(--title-color-rgb), 0.2);
}
.accordion-style2 .accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion-style2 .accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.accordion-style2 .accordion-header {
  font-family: var(--body-font);
}
.accordion-style2 .accordion-button {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-transform: inherit;
  color: inherit;
  padding-inline: 0;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.accordion-style2 .accordion-button:not(.collapsed) {
  color: inherit;
}
.accordion-style2 .accordion-button::after {
  background-image: unset;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-regular);
  content: "\f055";
  color: var(--theme-color);
  position: relative;
  margin: 0;
  display: grid;
  place-content: center;
}
.accordion-style2 .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
}
.accordion-style2 .accordion-button:not(.collapsed)::after {
  content: "\f056";
}
.accordion-style2 .accordion-button:active, .accordion-style2 .accordion-button:hover, .accordion-style2 .accordion-button:focus {
  box-shadow: none;
}
.accordion-style2 .accordion-body {
  padding-top: 0;
  padding-inline: 0;
  line-height: 185.714%;
  letter-spacing: 0.42px;
  text-transform: capitalize;
  padding-bottom: 35px;
  color: var(--body-color);
}
@media (max-width: 1199px) {
  .accordion-style2 .accordion-body {
    padding-bottom: 20px;
  }
}

/*------------------- 4.23 About  -------------------*/
.about-icon-1,
.about-icon-2 {
  position: absolute;
  z-index: -1;
}
@media (max-width: 767px) {
  .about-icon-1,
  .about-icon-2 {
    display: none;
  }
}

.about-icon-1 {
  left: 0;
  top: 85px;
}
@media (max-width: 1199px) {
  .about-icon-1 {
    top: 50px;
  }
}

.about-icon-2 {
  top: 190px;
  right: 90px;
}
@media (max-width: 1199px) {
  .about-icon-2 {
    top: 160px;
    right: 50px;
  }
}

.about-info-area {
  position: relative;
}

.about-info {
  font-size: 16px;
  font-weight: 500;
  line-height: 162.5%;
  letter-spacing: 0.32px;
  color: black;
}
.about-info p {
  max-width: 570px;
}
.about-info .services-lists {
  margin-top: 28px;
  margin-bottom: 42px;
}
@media (max-width: 991px) {
  .about-info .services-lists {
    margin-top: 18px;
    margin-bottom: 25px;
  }
}
.about-info .services-lists ul li {
  display: flex;
  align-items: center;
  gap: 8px;
}
.about-info .services-lists ul li:not(:last-child) {
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .about-info .services-lists ul li:not(:last-child) {
    margin-bottom: 5px;
  }
}
.about-info .services-lists ul li i,
.about-info .services-lists ul li svg {
  color: var(--theme-color);
}

.about-thumb {
  border-radius: 15px;
  overflow: hidden;
}

/*------------------- 4.24 Offer  -------------------*/
.vs-offer {
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .vs-offer {
    padding: 60px 0;
    background: var(--second-theme-color);
  }
}
.vs-offer .offer-icon-1 {
  position: absolute;
  left: 70px;
  top: -8px;
  transform-origin: top left;
}
.vs-offer .title-area {
  padding-right: 82.5px;
  position: relative;
  height: calc(100% - 10px);
}
@media (min-width: 992px) {
  .vs-offer .title-area {
    background-color: var(--third-theme-color);
  }
  .vs-offer .title-area::before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 5000%;
    height: 100%;
    background-color: var(--third-theme-color);
    z-index: -1;
  }
  .vs-offer .title-area::after {
    position: absolute;
    content: "";
    right: 0;
    bottom: -5px;
    width: 5000%;
    height: 10px;
    background-image: url("../img/offer/offer-shap-1-1.svg");
    background-size: contain;
    background-position: right center;
  }
}
@media (max-width: 1299px) {
  .vs-offer .title-area {
    padding-right: 35px;
  }
}
@media (max-width: 991px) {
  .vs-offer .title-area {
    padding-right: 0px;
  }
}

.offer-info {
  max-width: 475px;
}
@media (max-width: 1199px) {
  .offer-info {
    max-width: 385px;
  }
}
.offer-info .offer-buy {
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.offer-boxes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: 100%;
  position: relative;
  height: calc(100% - 10px);
}
@media (min-width: 992px) {
  .offer-boxes {
    background-color: var(--second-theme-color);
  }
  .offer-boxes::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 5000%;
    height: 100%;
    background-color: var(--second-theme-color);
    z-index: -2;
  }
  .offer-boxes::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -5px;
    width: 5000%;
    height: 10px;
    background-image: url("../img/offer/offer-shap-1-2.svg");
    background-size: contain;
    background-position: right center;
    z-index: -1;
  }
}

.offer-box {
  display: grid;
  place-content: center;
  text-align: center;
  padding: 70px 10px;
  border-top: 5px solid transparent;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .offer-box {
    padding: 30px 0px;
  }
}
.offer-box:not(:first-child) {
  border-left: 1px dashed rgba(var(--white-color-rgb), 0.1);
}
.offer-box .offer-thumb {
  width: 147px;
  height: 147px;
  border-radius: 50%;
  border: 6px solid var(--bg-color-11);
  overflow: hidden;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  .offer-box .offer-thumb {
    width: 100px;
    height: 100px;
    border-width: 4px;
  }
}
@media (max-width: 575px) {
  .offer-box .offer-thumb {
    width: 80px;
    height: 80px;
    border-width: 2px;
  }
}
.offer-box .offer-content {
  margin-top: 32px;
}
.offer-box .offer-content .title {
  font-weight: 400;
  line-height: 1.1;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.offer-box .offer-content span {
  display: block;
  color: var(--theme-color);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.48px;
  text-transform: capitalize;
}
@media (max-width: 575px) {
  .offer-box .offer-content span {
    font-size: 14px;
  }
}
.offer-box:hover {
  border-top-color: var(--theme-color);
}
.offer-box:hover .offer-thumb {
  border-color: var(--theme-color);
}

/*------------------- 4.25 Exclusive Gallery  -------------------*/
.vs-exclusive-gallery {
  position: relative;
  padding-top: 45px;
}
.vs-exclusive-gallery .vs-exclusive-gallery-wrapper {
  position: relative;
}
.vs-exclusive-gallery .vs-exclusive-gallery-wrapper::before {
  align-content: center;
  position: absolute;
  content: "";
  left: 0;
  top: -45px;
  width: 100%;
  height: 45px;
  mask: url(../img/bg/bg-wave.png) bottom/contain no-repeat, linear-gradient(#000 0 0);
  mask-composite: exclude;
  background: #e7e3d4;
}
@media (min-width: 1200px) {
  .vs-exclusive-gallery .vs-exclusive-gallery-wrapper::before {
    mask-size: 100% 100%;
  }
}
.vs-exclusive-gallery .has-shape {
  position: absolute;
  inset: 0;
}
.vs-exclusive-gallery .has-shape::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 273px;
  background-color: rgba(var(--bg-color-3-rgb), 0.14);
}
@media (max-width: 1199px) {
  .vs-exclusive-gallery .has-shape::after {
    height: 180px;
  }
}
.vs-exclusive-gallery .has-shape::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 273px;
  background-color: var(--white-color);
}
@media (max-width: 1199px) {
  .vs-exclusive-gallery .has-shape::before {
    height: 180px;
  }
}

.exclusive-gallery-slider-pagination {
  text-align: center;
  line-height: 0;
  margin-top: 60px;
  padding-bottom: 4px;
}
@media (max-width: 991px) {
  .exclusive-gallery-slider-pagination {
    margin-top: 30px;
  }
}
.exclusive-gallery-slider-pagination .swiper-pagination-bullet {
  background-color: #314751;
  opacity: 1;
}
.exclusive-gallery-slider-pagination .swiper-pagination-bullet-active {
  background-color: var(--theme-color);
  position: relative;
  margin: 0 7.5px !important;
}
.exclusive-gallery-slider-pagination .swiper-pagination-bullet-active::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  background-color: transparent;
  z-index: -1;
  border-radius: 50%;
  border: 2px solid var(--theme-color);
}

/*------------------- 4.26 CTA  -------------------*/
.vs-cta {
  mask: url(../img/bg/cta-bg-top-shape.png), url(../img/bg/cta-bg-bottom-shape.png), linear-gradient(#000 0 0);
  mask-composite: exclude, exclude;
  mask-position: center top, center bottom;
  mask-repeat: no-repeat;
  mask-size: contain;
  position: relative;
}
@media (min-width: 1400px) {
  .vs-cta {
    background-size: 100% 100%;
  }
}
.vs-cta .cta-icon-1,
.vs-cta .cta-icon-2 {
  position: absolute;
}
@media (max-width: 991px) {
  .vs-cta .cta-icon-1,
  .vs-cta .cta-icon-2 {
    display: none;
  }
}
.vs-cta .cta-icon-1 {
  bottom: 220px;
  left: 360px;
}
@media (max-width: 1399px) {
  .vs-cta .cta-icon-1 {
    bottom: 200px;
    left: 150px;
  }
}
.vs-cta .cta-icon-2 {
  top: 100px;
  right: 390px;
}
@media (max-width: 1399px) {
  .vs-cta .cta-icon-2 {
    top: 60px;
    right: 200px;
  }
}
@media (min-width: 1400px) {
  .vs-cta .container {
    padding-block: 20px;
  }
}

/*------------------- 4.27 Counter  -------------------*/
.vs-counter1 {
  margin-top: -120px;
  z-index: 11;
  position: relative;
}
@media (max-width: 991px) {
  .vs-counter1 {
    margin-top: -80px;
  }
}

.counter-style1 {
  display: flex;
  border-radius: 30px 30px;
  background-color: var(--third-theme-color);
  overflow: hidden;
}
@media (max-width: 1199px) {
  .counter-style1 {
    flex-direction: column;
  }
}
.counter-style1 .counter-thumb {
  max-width: 342px;
  width: 100%;
  position: relative;
  padding-left: 8px;
  background-color: var(--theme-color);
}
@media (max-width: 1199px) {
  .counter-style1 .counter-thumb {
    max-width: unset;
    padding: 0px;
  }
}
.counter-style1 .counter-thumb img {
  border-radius: 30px 0 0 30px;
}
@media (max-width: 1199px) {
  .counter-style1 .counter-thumb img {
    border-radius: 0px;
  }
}
.counter-style1 .counter-thumb::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0px;
  background: linear-gradient(270deg, rgba(var(--bg-color-9-rgb), 0) 0%, rgba(var(--theme-color-rgb), 0.5) 100%);
}
.counter-style1 .counter-states {
  flex: 1;
  display: grid;
  place-content: center;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-template-rows: 1fr;
  min-height: 100%;
}
@media (max-width: 1199px) {
  .counter-style1 .counter-states {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 424px) {
  .counter-style1 .counter-states {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.counter-style1 .counter-box {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1199px) {
  .counter-style1 .counter-box {
    padding: 30px 0;
    border-bottom: 1px dashed rgba(var(--white-color-rgb), 0.2);
  }
  .counter-style1 .counter-box:nth-last-child(-n+2) {
    border-bottom: 0;
  }
}
@media (max-width: 424px) {
  .counter-style1 .counter-box:nth-last-child(-n+2) {
    border-bottom: 1px dashed rgba(var(--white-color-rgb), 0.2);
  }
}
.counter-style1 .counter-box:not(:first-child) {
  border-left: 1px dashed rgba(var(--white-color-rgb), 0.2);
}
.counter-style1 .counter-box svg {
  color: var(--theme-color);
}
.counter-style1 .counter-box .counter-number {
  color: var(--white-color);
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--body-font);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.9px;
  text-transform: capitalize;
  margin: 19px 0 5px;
}
.counter-style1 .counter-box .counter-number em {
  font-style: normal;
}
.counter-style1 .counter-box .counter-info {
  color: #efefef;
  font-size: 16px;
  font-weight: 700;
  line-height: 187.5%;
  letter-spacing: 0.8px;
  text-transform: capitalize;
}

/*------------------- 4.28 Contact  -------------------*/
.vs-contact .form-group .form-control {
  background: rgba(var(--second-theme-color-rgb), 0.07);
}
.vs-contact .form-group button[type=submit] {
  border-radius: 50px;
}

.vs-contact-info {
  font-family: var(--poppins-font);
  font-size: 15px;
  font-weight: 600;
  line-height: 186.667%;
  letter-spacing: 0.75px;
  text-transform: uppercase;
}
@media (min-width: 1400px) {
  .vs-contact-info {
    max-width: 460px;
  }
}
.vs-contact-info .social-follow {
  display: flex;
  align-items: center;
  gap: 27px;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .vs-contact-info .social-follow {
    gap: 20px;
    margin-top: 15px;
  }
}
.vs-contact-info .social-follow ul {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (max-width: 991px) {
  .vs-contact-info .social-follow ul {
    gap: 10px;
  }
}

.vs-contact-list {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed rgba(156, 155, 155, 0.5);
}
@media (max-width: 991px) {
  .vs-contact-list {
    margin-top: 15px;
    padding-bottom: 15px;
  }
}
.vs-contact-list .contact-item {
  display: flex;
  align-items: center;
  gap: 18px;
}
.vs-contact-list .contact-item:not(:last-child) {
  margin-bottom: 15px;
}
.vs-contact-list .contact-item .icon {
  width: 72px;
  height: 72px;
  background-color: var(--theme-color);
  border-radius: 100%;
  flex-shrink: 0;
  display: grid;
  place-content: center;
  color: var(--white-color);
  font-size: 25px;
  margin: 3px;
}
@media (max-width: 991px) {
  .vs-contact-list .contact-item .icon {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
}
.vs-contact-list .contact-item .info .info-title {
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 700;
  line-height: 162.5%;
  letter-spacing: 0.48px;
  text-transform: uppercase;
}
.vs-contact-list .contact-item .info p {
  color: var(--body-color);
  font-family: var(--poppins-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 162.5%;
  text-transform: capitalize;
}

/*------------------- 4.29 Activities  -------------------*/
.vs-activities {
  position: relative;
}

.activities-icon-1 {
  position: absolute;
  bottom: -5px;
  left: 100px;
}
@media (max-width: 1399px) {
  .activities-icon-1 {
    bottom: -5px;
    left: 50px;
  }
}
@media (max-width: 1199px) {
  .activities-icon-1 {
    bottom: -5px;
    left: 20px;
  }
}
@media (max-width: 991px) {
  .activities-icon-1 {
    display: none;
  }
}

.activities-box {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
.activities-box .activities-thumb img {
  transition: all 0.3s ease-in-out;
  object-fit: cover;
}
@media (max-width: 767px) {
  .activities-box .activities-thumb img {
    min-height: 516px;
  }
}
@media (max-width: 424px) {
  .activities-box .activities-thumb img {
    min-height: 280px;
  }
}
.activities-box .activities-content {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 32px;
}
.activities-box .activities-content .title {
  color: var(--white-color);
  font-size: 30px;
  font-weight: 400;
  text-transform: capitalize;
}
.activities-box .activities-content .info {
  color: var(--theme-color);
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.48px;
  text-transform: capitalize;
}
.activities-box:hover .activities-thumb img {
  transform: scale(1.1);
}

/* =========================================================
   Benefits tiles: hover overlay (rgba(0,0,0,0.3) + ease)
   ========================================================= */
.activities-box .activities-thumb {
  position: relative;
  overflow: hidden; /* da overlay ne izlazi van radiusa */
}

/* overlay */
.activities-box .activities-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.35s ease-in-out;
  pointer-events: none;
}

/* hover/ focus */
.activities-box:hover .activities-thumb::after,
.activities-box:focus-within .activities-thumb::after {
  opacity: 1;
}

/* CTA button inside benefit tile - show on hover */
.activities-box.benefit-tile .benefit-tile-cta {
  display: block;
  margin-top: 14px;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out;
  pointer-events: none; /* da ne hvata klik dok je sakriveno */
}

.activities-box.benefit-tile:hover .benefit-tile-cta,
.activities-box.benefit-tile:focus-within .benefit-tile-cta {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

/* Benefit tile overlay – content unutar slike */
.activities-box.benefit-tile {
  cursor: pointer;
}

.activities-box.benefit-tile .activities-thumb {
  position: relative;
  overflow: hidden; /* da overlay ostane u okviru slike */
}

/* crni overlay na hover (0.3) */
.activities-box.benefit-tile .activities-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0);
  transition: background 0.35s ease-in-out;
  z-index: 1;
}

.activities-box.benefit-tile:hover .activities-thumb::after,
.activities-box.benefit-tile:focus-within .activities-thumb::after {
  background: rgba(0, 0, 0, 0.3);
}

/* content na dnu slike */
.activities-box.benefit-tile .activities-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 22px 22px 18px;
  z-index: 2;
  color: #fff;
}

.activities-box.benefit-tile .activities-content .title {
  color: #fff;
}

/* info + dugme se pojavljuju na hover (smooth) */
.activities-box.benefit-tile .activities-content .info,
.activities-box.benefit-tile .benefit-tile-cta {
  display: block;
  opacity: 0;
  transform: translateY(10px);
  max-height: 0;
  overflow: hidden;
  pointer-events: none;
  transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out, max-height 0.35s ease-in-out;
}

.activities-box.benefit-tile:hover .activities-content .info,
.activities-box.benefit-tile:hover .benefit-tile-cta,
.activities-box.benefit-tile:focus-within .activities-content .info,
.activities-box.benefit-tile:focus-within .benefit-tile-cta {
  opacity: 1;
  transform: translateY(0);
  max-height: 220px;
  pointer-events: auto;
}

.activities-box.benefit-tile .benefit-tile-cta {
  margin-top: 14px;
}

.activities-box.benefit-tile .benefit-tile-cta .vs-btn {
  width: max-content;
}

/*------------------- 4.30 Popup Search  -------------------*/
.searchBoxTggler {
  background-color: transparent;
  padding: 0;
  border: 0;
  display: inline-flex;
  align-items: center;
  color: var(--white-color);
}

.popup-search-box {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.95);
  height: 100%;
  width: 0;
  overflow: hidden;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  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(--theme-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(--theme-color);
  background-color: var(--white-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(--theme-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%;
  transition: all ease 0.4s;
}
.popup-search-box.show form {
  transition-delay: 0.5s;
  transform: translate(-50%, -50%) scale(1);
}

/*=================================
    05. Spacing
==================================*/
/*-- Padding Left And Right --*/
.px-5 {
  padding-right: 5px;
  padding-left: 5px;
}

.px-10 {
  padding-right: 10px;
  padding-left: 10px;
}

.px-15 {
  padding-right: 15px;
  padding-left: 15px;
}

.px-20 {
  padding-right: 20px;
  padding-left: 20px;
}

.px-25 {
  padding-right: 25px;
  padding-left: 25px;
}

.px-30 {
  padding-right: 30px;
  padding-left: 30px;
}

/*-- Padding Top And Bottom --*/
.py-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.py-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.py-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

/*-- Padding Top --*/
.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

/*-- Padding Bottom --*/
.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

/*-- Padding Left --*/
.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

/*-- Padding Right --*/
.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pt-120 {
  padding-top: 120px;
}
@media (max-width: 1299px) {
  .pt-120 {
    padding-top: 40px;
  }
}
@media (max-width: 1199px) {
  .pt-120 {
    padding-top: 30px;
  }
}
@media (max-width: 991px) {
  .pt-120 {
    padding-top: 60px;
  }
}

/*-- margin Left And Right --*/
.mx-5 {
  margin-right: 5px;
  margin-left: 5px;
}

.mx-10 {
  margin-right: 10px;
  margin-left: 10px;
}

.mx-15 {
  margin-right: 15px;
  margin-left: 15px;
}

.mx-20 {
  margin-right: 20px;
  margin-left: 20px;
}

.mx-25 {
  margin-right: 25px;
  margin-left: 25px;
}

.mx-30 {
  margin-right: 30px;
  margin-left: 30px;
}

/*-- margin Top And Bottom --*/
.my-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.my-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.my-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.my-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.my-25 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.my-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

/*-- margin Top --*/
.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

/*-- margin Bottom --*/
.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

/*-- margin Left --*/
.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

/*-- margin Right --*/
.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mt-n1 {
  margin-top: -0.25rem;
}

.mt-n2 {
  margin-top: -0.5rem;
}

.mt-n3 {
  margin-top: -1rem;
}

.mt-n4 {
  margin-top: -1.5rem;
}

.mt-n5 {
  margin-top: -3rem;
}

.mb-n1 {
  margin-bottom: -0.25rem;
}

.mb-n2 {
  margin-bottom: -0.5rem;
}

.mb-n3 {
  margin-bottom: -1rem;
}

.mb-n4 {
  margin-bottom: -1.5rem;
}

.mb-n5 {
  margin-bottom: -3rem;
}

.mb-40 {
  margin-bottom: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

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

.space,
.space-bottom {
  padding-bottom: none;
}

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

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

/* Medium devices */
@media (max-width: 991px) {
  .space,
  .space-top {
    padding-top: var(--section-space-mobile);
  }
  .space,
  .space-bottom {
    padding-bottom: none;
  }
  .space-extra,
  .space-extra-top {
    padding-top: calc(var(--section-space-mobile) - 40px);
  }
  .space-extra,
  .space-extra-bottom {
    padding-bottom: calc(var(--section-space-mobile) - 40px);
  }
  .space-top-md-none {
    padding-top: 0;
  }
}
/*=================================
    06. Fonts
==================================*/
:root {
  --theme-color: #75754f;
  --theme-color-rgb: 247, 146, 31;
  --second-theme-color: #223740;
  --second-theme-color-rgb: 34, 55, 64;
  --third-theme-color: #465b2d;
  --third-theme-color-rgb: 70, 91, 45;
  --title-color: #141414;
  --title-color-rgb: 20, 20, 20;
  --body-color: #535b5f;
  --body-color-rgb: 83, 91, 95;
  --black-color: #000000;
  --black-color-rgb: 0, 0, 0;
  --white-color: #ffffff;
  --white-color-rgb: 255, 255, 255;
  --yellow-color: #fec624;
  --success-color: #28a745;
  --error-color: #dc3545;
  --bg-color-1: #75754f;
  --bg-color-1-rgb: 247, 146, 31;
  --bg-color-2: #223740;
  --bg-color-2-rgb: 34, 55, 64;
  --bg-color-3: #465b2d;
  --bg-color-3-rgb: 70, 91, 45;
  --bg-color-4: #141414;
  --bg-color-4-rgb: 20, 20, 20;
  --bg-color-5: #d3d2d2;
  --bg-color-5-rgb: 211, 210, 210;
  --bg-color-6: #cfcfcf;
  --bg-color-6-rgb: 207, 207, 207;
  --bg-color-7: #d9d9d9;
  --bg-color-7-rgb: 217, 217, 217;
  --bg-color-8: #fefefe;
  --bg-color-8-rgb: 254, 254, 254;
  --bg-color-9: #915612;
  --bg-color-9-rgb: 145, 86, 18;
  --bg-color-10: #dadada;
  --bg-color-10-rgb: 218, 218, 218;
  --bg-color-11: #f1eadb;
  --bg-color-11-rgb: 241, 234, 219;
  --bg-color-12: #43a32d;
  --bg-color-12-rgb: 67, 163, 45;
  --bg-color-13: #d80808;
  --bg-color-13-rgb: 217, 8, 8;
  --vs-border-color: #e0e0e0;
  --title-font: "Abril Fatface", serif;
  --body-font: "Rubik", serif;
  --bricolage-font: "Bricolage Grotesque", serif;
  --poppins-font: "Poppins", serif;
  --icon-font: "Font Awesome 6 Pro";
  --main-container: 1300px;
  --container-gutters: 30px;
  --section-space: 120px;
  --section-space-mobile: 80px;
  --section-title-space: 80px;
  --ripple-ani-duration: 5s;
}

/* ADDITIONAL CSS */
/* AWARDS SLIDER NAV */
.berg-awards-slider-wrap {
  position: relative;
}

.berg-awards-slider .swiper-slide {
  height: auto;
}

.berg-awards-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 50;
  width: 56px;
  height: 56px;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.18);
  background: #75754f;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease;
}

.berg-awards-nav:hover {
  background: black;
}

.berg-awards-nav svg {
  width: 26px;
  height: 26px;
}

.berg-awards-prev {
  left: -72px; /* desktop – kao na slici */
}

.berg-awards-next {
  right: -72px; /* desktop – kao na slici */
}

/* da strelice ne "pobegnu" van ekrana na manjim širinama */
@media (max-width: 1399px) {
  .berg-awards-prev {
    left: -40px;
  }
  .berg-awards-next {
    right: -40px;
  }
}
@media (max-width: 767px) {
  .berg-awards-nav {
    width: 44px;
    height: 44px;
  }
  .berg-awards-prev {
    left: 10px;
  }
  .berg-awards-next {
    right: 10px;
  }
}
/* Side arrows for Membership Programs slider */
.tour-package-slider-wrap {
  position: relative;
  overflow: visible;
}

.tour-packages-side-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 50;
  width: 56px;
  height: 56px;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.18);
  background: #75754f;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: background 0.2s ease, transform 0.2s ease;
}

.tour-packages-side-nav:hover {
  background: black;
}

.tour-packages-side-nav svg {
  width: 26px;
  height: 26px;
}

.tour-packages-prev {
  left: -72px;
}

.tour-packages-next {
  right: -72px;
}

/* da se ne seku na manjim ekranima */
@media (max-width: 1399px) {
  .tour-packages-prev {
    left: -40px;
  }
  .tour-packages-next {
    right: -40px;
  }
}
@media (max-width: 767px) {
  .tour-packages-side-nav {
    width: 44px;
    height: 44px;
    top: 30%; /* pomeri gore u zonu slike (manje smeta naslovu) */
    transform: translateY(-50%);
  }
  /* izbaci van kartice da ne seče tekst */
  .tour-packages-prev {
    left: -12px;
  }
  .tour-packages-next {
    right: -12px;
  }
}
/* CTA buttons row */
.berg-plans-cta-actions {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}

.berg-btn-outline {
  background: transparent !important;
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
  color: #222 !important;
}

/* MOBILE ONLY */
/* MOBILE ONLY */
@media (max-width: 767px) {
  /* 1) SKLONI TOP BAR NA TELEFONU */
  .header-top,
  .header-top-area,
  .vs-header-top,
  .top-bar,
  .topbar,
  .header-top-wrapper {
    display: none !important;
  }
  /* 2) SPUSTI HERO CONTENT */
  .hero-layout1 .hero-content,
  .hero-layout1 .hero-content.text-center,
  .hero-layout1 .hero-content-wrap,
  .hero-layout1 .hero-content-area {
    margin-top: 150px !important;
  }
  /* 3) DUGMAD: manji razmak + ista širina */
  .hero-layout1 .btn-trigger,
  .hero-layout1 .hero-btns,
  .hero-layout1 .hero-actions,
  .hero-layout1 .vs-btn-group {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 10px !important; /* manji razmak */
  }
  /* cilja i <a class="vs-btn ..."> i <button class="vs-btn ..."> */
  .hero-layout1 .btn-trigger .vs-btn,
  .hero-layout1 .hero-btns .vs-btn,
  .hero-layout1 .hero-actions .vs-btn,
  .hero-layout1 .vs-btn-group .vs-btn {
    width: min(320px, 100%) !important; /* ista širina, ali normalna */
    max-width: 320px !important;
    min-width: 260px; /* može 240/260 po ukusu */
    justify-content: center !important;
    text-align: center !important;
    /* SMANJI DUGME */
    padding: 12px 18px !important;
    min-height: 44px !important; /* “tap-friendly” */
    border-radius: 12px !important;
  }
  /* SMANJI TEKST u dugmadi */
  .hero-layout1 .btn-trigger .vs-btn,
  .hero-layout1 .hero-btns .vs-btn,
  .hero-layout1 .hero-actions .vs-btn,
  .hero-layout1 .vs-btn-group .vs-btn {
    font-size: 14px !important;
    line-height: 1.1 !important;
    letter-spacing: 0.2px !important;
    white-space: nowrap; /* da ne prelomi u 2 reda */
  }
}
@media (max-width: 767px) {
  /* 1) SKLONI TOP BAR NA TELEFONU */
  .header-top,
  .header-top-area,
  .vs-header-top,
  .top-bar,
  .topbar,
  .header-top-wrapper {
    display: none !important;
  }
  /* 2) SPUSTI HERO CONTENT (BERG MEMBERSHIP...) ZA +100px */
  /* 2) HERO CONTENT — pozicioniraj oko 32% od vrha (responsivno) */
  .hero-layout1 .hero-content,
  .hero-layout1 .hero-content.text-center,
  .hero-layout1 .hero-content-wrap,
  .hero-layout1 .hero-content-area {
    margin-top: clamp(120px, 22vh, 100px) !important;
  }
  /* 3) DUGMAD: razmak + ista širina + jedan ispod drugog */
  .hero-layout1 .btn-trigger,
  .hero-layout1 .hero-btns,
  .hero-layout1 .hero-actions,
  .hero-layout1 .vs-btn-group {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 14px !important; /* razmak između dugmadi */
  }
  .hero-layout1 .btn-trigger .vs-btn,
  .hero-layout1 .hero-btns .vs-btn,
  .hero-layout1 .hero-actions .vs-btn,
  .hero-layout1 .vs-btn-group .vs-btn {
    width: 100% !important;
    max-width: 120px; /* po želji: 280-360px */
    justify-content: center !important;
  }
  .vs-btn.style4 {
    font-size: 10px;
    width: 150px;
  }
  .style4-secundary {
    font-size: 10px !important;
    width: 150px !important;
  }
}
/* ============================
   BENEFITS TABS: title-only + smooth reveal
   ============================ */
#benefits-tabs .benefit-tile {
  position: relative;
  overflow: hidden;
}

/* Početno stanje: samo naslov */
#benefits-tabs .benefit-tile .info {
  display: block;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition: max-height 0.35s ease, opacity 0.25s ease, transform 0.35s ease;
}

/* Naslov se pomera smooth */
#benefits-tabs .benefit-tile .title {
  transition: transform 0.35s ease;
}

/* Kada je aktivno: naslov ide gore + opis se otvara */
#benefits-tabs .benefit-tile.is-active .title,
#benefits-tabs .benefit-tile:hover .title,
#benefits-tabs .benefit-tile:focus-visible .title,
#benefits-tabs .benefit-tile:focus-within .title {
  transform: translateY(-10px);
}

#benefits-tabs .benefit-tile.is-active .info,
#benefits-tabs .benefit-tile:hover .info,
#benefits-tabs .benefit-tile:focus-visible .info,
#benefits-tabs .benefit-tile:focus-within .info {
  max-height: 120px; /* po potrebi 140/160 */
  opacity: 1;
  transform: translateY(0);
  margin-top: 10px;
}

/* Bonus: malo “focus” stila da izgleda profi */
#benefits-tabs .benefit-tile:focus-visible {
  outline: 2px solid rgba(117, 117, 79, 0.65);
  outline-offset: 4px;
  border-radius: 18px;
}

/* Telefon: da se opis ne guši + lakši tap */
@media (max-width: 767px) {
  #benefits-tabs .benefit-tile.is-active .info {
    max-height: 160px;
  }
}
/* =========================================================
   BENEFIT CARDS: CTA dugme uvek na dnu + centrirano (CSS ONLY)
   Radi i ako je dugme duboko u HTML-u (nije direct child).
   ========================================================= */
/* kartica kao referentni okvir */
article.benefit-card[data-benefit-card] {
  position: relative;
  height: 100%;
  overflow: hidden;
  /* rezerviši prostor dole za dugme (da tekst ne upada u dugme) */
  padding-bottom: 90px; /* po potrebi 80–110px */
}

/* dugme "zakucaj" na dno i centriraj */
article.benefit-card[data-benefit-card] .vs-btn {
  position: absolute;
  left: 50%;
  bottom: 24px; /* razmak od dna */
  transform: translateX(-50%);
  margin: 0 !important;
  /* lep izgled + konzistentna širina */
  width: min(280px, 100% - 48px); /* 24px margina levo/desno */
  text-align: center;
  display: inline-flex;
  justify-content: center;
}

/* ako theme dodaje wrappere oko dugmeta pa pravi dodatni razmak */
article.benefit-card[data-benefit-card] .btn-trigger,
article.benefit-card[data-benefit-card] .btn-wrap,
article.benefit-card[data-benefit-card] .vs-btn-wrap {
  margin-top: 0 !important;
}

/* MEMBERSHIP PACKAGES */
/* =========================================================
   BERG Order (cards + 3-step flow) — no prices
   ========================================================= */
.berg-order-plans {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
@media (max-width: 1199px) {
  .berg-order-plans {
    grid-template-columns: 1fr;
  }
}

/* kartice jednake visine + dugme uvek dole */
.berg-plan-card {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.berg-plan-body {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.berg-plan-meta {
  margin: 10px 0 15px;
}

.berg-plan-select {
  margin: 5px 0 18px;
}

.berg-plan-footer {
  margin-top: auto;
  opacity: 0.9;
}

.berg-plan-actions {
  margin-top: 16px;
}

/* Order (stepper) */
.berg-order {
  border-radius: 16px;
}

.berg-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 16px;
}

.berg-step {
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 14px;
  padding: 12px 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  opacity: 0.65;
}

.berg-step.is-active {
  opacity: 1;
  border-color: rgba(0, 0, 0, 0.18);
}

.berg-step-num {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: #75754f;
  color: #fff;
  font-weight: 800;
  line-height: 1;
}

.berg-step-label {
  font-weight: 800;
}

.berg-panel-card {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  padding: 18px;
}

.berg-actions-row {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.berg-summary {
  background: rgba(117, 117, 79, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  padding: 12px;
}

.berg-subblock {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 18px;
}

.berg-child-card {
  background: rgba(117, 117, 79, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 14px;
  padding: 14px;
  margin-top: 12px;
}

.berg-child-remove {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background: #fff;
  cursor: pointer;
  font-size: 20px;
  line-height: 1;
}

.berg-success {
  background: rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 12px;
  padding: 12px;
}

/* =========================================================
   BERG Order – UI polish (center placeholder + dropdown icon + actions alignment)
   ========================================================= */
/* 1) Center tekst/placeholder u inputima i selectovima */
.berg-order input,
.berg-order select,
.berg-plan-select input,
.berg-plan-select select {
  text-align: center;
  border: 1px solid black;
  padding: 10px;
}

/* Placeholder centriran */
.berg-order input::placeholder,
.berg-plan-select input::placeholder {
  text-align: center;
  opacity: 0.75;
}

/* Select: centriranje prikazanog teksta (Chrome/Safari/Edge) */
.berg-order select,
.berg-plan-select select {
  text-align-last: center; /* bitno za select */
}

/* 1b) Dodaj "kvačicu" (chevron) desno za dropdown – bez diranja kruga */
.berg-order select,
.berg-plan-select select {
  -webkit-appearance: none;
  appearance: none;
  /* napravi mesta desno za ikonicu */
  padding-right: 48px;
  /* chevron svg kao background */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24'%3E%3Cpath d='M6 9l6 6 6-6' fill='none' stroke='%2375754f' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 18px 18px;
}

/* IE/old edge fallback */
.berg-order select::-ms-expand,
.berg-plan-select select::-ms-expand {
  display: none;
}

/* 2) STEP 1: dugmad dole desno (ravno sa donjom linijom)
   Ovo radi kada u panelu ima i .berg-summary i .berg-actions-row */
.berg-panel-card:has(.berg-summary):has(.berg-actions-row) {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  align-items: end; /* KLJUČ: poravnanje na dno */
}

.berg-panel-card:has(.berg-summary):has(.berg-actions-row) .berg-actions-row {
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 0; /* da ne gura gore */
}

/* 3) STEP 2 i STEP 3: dugmad centrirana + zalepljena na dno kartice
   (paneli bez summary bloka) */
.berg-panel-card:not(:has(.berg-summary)) {
  display: flex;
  flex-direction: column;
}

.berg-panel-card:not(:has(.berg-summary)) .berg-actions-row {
  margin-top: auto; /* dugmad idu na dno */
  padding-top: 18px;
  justify-content: center; /* centriranje */
  align-items: center;
}

/* Sitno: kad se wrap-uje, da i dalje izgleda centrirano */
.berg-actions-row {
  justify-content: center; /* default centar */
}

.berg-panel-card:has(.berg-summary):has(.berg-actions-row) .berg-actions-row {
  justify-content: flex-end; /* ali step1 ostaje desno */
}

/* =========================================================
   MOBILE: Stepper – aktivni širok + ostali samo broj
   + Step 1 naslov gore centriran
   ========================================================= */
@media (max-width: 767px) {
  /* STEP PILLS u jednom redu */
  .berg-steps {
    display: flex;
    gap: 10px;
    align-items: stretch;
    /* gasi grid sa desktopa */
    grid-template-columns: none !important;
  }
  /* DEFAULT (neaktivni): samo krug sa brojem */
  .berg-step {
    flex: 0 0 auto;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    opacity: 0.65;
    justify-content: center;
    gap: 0;
  }
  .berg-step .berg-step-label {
    display: none !important; /* sakrij natpis na telefonu */
  }
  /* ostavi samo broj u krugu */
  .berg-step-num {
    width: 34px;
    height: 34px;
  }
  /* AKTIVNI: raširi do kraja + prikaži label */
  .berg-step.is-active {
    flex: 1 1 100%;
    padding: 12px 14px !important;
    border: 1px solid rgba(0, 0, 0, 0.18) !important;
    background: rgba(255, 255, 255, 0.85) !important;
    border-radius: 14px;
    opacity: 1;
    justify-content: flex-start;
    gap: 10px;
    min-width: 0; /* da ellipsis radi */
  }
  .berg-step.is-active .berg-step-label {
    display: block !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 800;
  }
  /* =========================================================
   ORDER: skrol da pogodi početak (da se vide koraci)
   ========================================================= */
  #berg-order-start {
    scroll-margin-top: 120px; /* prilagodi ako ti header veći/manji */
  }
  /* =========================================================
     STEP 1: summary + dugmad gore, bez naslova, bez gap-a
     ========================================================= */
  .berg-panel-card--step1 {
    padding: 18px !important;
  }
  /* wrapper: levo info, desno dugmad */
  .berg-step1-wrap {
    display: flex;
    align-items: flex-start; /* BITNO: gore, ne vertikalno centrirano */
    justify-content: space-between;
    gap: 18px;
  }
  /* summary: veći font, bez praznih razmaka */
  .berg-summary--step1 {
    background: rgba(117, 117, 79, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    padding: 14px 16px;
    flex: 1 1 auto;
    text-align: left;
    font-size: 16px; /* malo veće */
    line-height: 1.35;
  }
  .berg-summary--step1 p {
    margin: 0 !important; /* uklanja gap između redova */
  }
  .berg-summary--step1 p + p {
    margin-top: 6px !important; /* mali, kontrolisan razmak */
  }
  /* dugmad: jedno ispod drugog, desno */
  .berg-actions-row--step1 {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 12px;
    flex: 0 0 auto;
  }
  .berg-actions-row--step1 .vs-btn {
    min-width: 240px; /* kao na slici (po želji) */
  }
  /* mobile: stack (dugmad ispod summary) */
}
@media (max-width: 767px) and (max-width: 991.98px) {
  .berg-step1-wrap {
    flex-direction: column;
  }
  .berg-actions-row--step1 {
    width: 100%;
    align-items: stretch;
  }
  .berg-actions-row--step1 .vs-btn {
    width: 100%;
    min-width: 0;
  }
}
@media (max-width: 767px) {
  /* =========================================================
     STEP 1: Naslov gore, na sredini (umesto levo)
     (panel koji ima summary + actions)
     ========================================================= */
  .berg-panel-card h4 {
    text-align: center !important;
  }
  /* prebij layout u kolonu na telefonu */
  .berg-panel-card:has(.berg-summary):has(.berg-actions-row) {
    display: flex !important;
    flex-direction: column !important;
  }
  /* naslov u panelu centriraj */
  .berg-panel-card:has(.berg-summary):has(.berg-actions-row) > h2,
  .berg-panel-card:has(.berg-summary):has(.berg-actions-row) > h3,
  .berg-panel-card:has(.berg-summary):has(.berg-actions-row) .berg-panel-title {
    text-align: center !important;
    width: 100%;
    margin: 0 0 12px 0 !important;
  }
  /* i da dugmad ne “lebde” – lepo ispod, centrirana */
  .berg-panel-card:has(.berg-summary):has(.berg-actions-row) .berg-actions-row {
    width: 100%;
    justify-content: center !important;
    margin-top: 14px !important;
  }
}
/* =========================================================
   STEP 1 (MOBILE): naslov 100% centriran
   (bez :has() radi na svim telefonima)
   ========================================================= */
@media (max-width: 767px) {
  /* gađamo samo STEP 1 */
  .berg-step-panel[data-step-panel="1"] .berg-panel-card > h4 {
    width: 100% !important;
    display: block !important;
    text-align: center !important;
    /* ubij sve što može da ga pomera ulevo/desno */
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    left: 0 !important;
    transform: none !important;
    float: none !important;
  }
  /* opciono: ako ti tema stavlja text-align:left na card, ovo ga “zakuca” */
  .berg-step-panel[data-step-panel="1"] .berg-panel-card {
    text-align: center;
  }
  /* ali summary može ostati “normalno” poravnat ako želiš */
  .berg-step-panel[data-step-panel="1"] .berg-summary {
    text-align: left; /* promeni u center ako hoćeš sve centrirano */
  }
  /* dugmad centriraj */
  .berg-step-panel[data-step-panel="1"] .berg-actions-row {
    justify-content: center !important;
  }
}
/* MOBILE: centriraj CTA dugmad */
@media (max-width: 767px) {
  .btn-trigger.d-flex {
    justify-content: center !important;
    align-items: center !important;
    flex-direction: column !important;
    width: 100%;
  }
  .btn-trigger.d-flex .vs-btn {
    width: 100%;
    max-width: 320px; /* po želji 280–360px */
    text-align: center;
  }
}
/* ===== Coverage Overview Table (TAB 1 / #rescue) ===== */
:root {
  --cov-amount-col: 220px; /* po potrebi 180-260px */
}

/* BELA KUTIJA kao "Useful links" */
.coverage-table-box {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  padding: 32px 34px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
}

/* bootstrap accordion reset unutar kutije */
.coverage-table-box .accordion {
  --bs-accordion-bg: transparent;
  --bs-accordion-border-width: 0;
  --bs-accordion-border-radius: 0;
  --bs-accordion-btn-focus-box-shadow: none;
}

.coverage-table .title-area p {
  opacity: 0.85;
}

/* header row */
.coverage-table__head {
  display: grid;
  grid-template-columns: 1fr minmax(160px, var(--cov-amount-col));
  gap: 24px;
  padding: 10px 0 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  font-weight: 700;
}

.coverage-table__col--right {
  text-align: right;
}

/* accordion rows - "useful links" look (fine linije, ne dotted) */
.coverage-accordion .accordion-item {
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: transparent;
}

.coverage-accordion .accordion-item:last-child {
  border-bottom: 0;
}

.coverage-accordion .accordion-button {
  width: 100%;
  background: transparent !important;
  box-shadow: none !important;
  padding: 18px 0;
  border-radius: 0 !important;
}

.coverage-accordion .accordion-button::after {
  display: none;
}

/* row layout: left title + right amount */
.coverage-btn {
  display: grid;
  grid-template-columns: 1fr minmax(160px, var(--cov-amount-col));
  gap: 24px;
  align-items: center;
}

.coverage-left {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.coverage-icon {
  width: 18px;
  flex: 0 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  line-height: 1;
}

.coverage-icon::before {
  content: "+";
  font-size: 20px;
}

.coverage-accordion .accordion-button:not(.collapsed) .coverage-icon::before {
  content: "−";
}

.coverage-title {
  font-weight: 700;
  line-height: 1.15;
  font-size: clamp(18px, 2.2vw, 30px);
  text-transform: uppercase;
}

.coverage-amount {
  text-align: right;
  white-space: nowrap;
  font-weight: 800;
  line-height: 1.15;
  font-size: clamp(18px, 2.2vw, 30px);
  text-transform: uppercase;
}

/* OPEN body */
.coverage-body {
  padding: 0 0 18px 0;
}

.coverage-bodygrid {
  display: grid;
  grid-template-columns: 1fr minmax(160px, var(--cov-amount-col));
  gap: 24px;
  padding: 14px 0 0;
  border-top: 1px solid rgba(0, 0, 0, 0.08); /* fina linija kao separator */
}

.coverage-details p {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
}

/* responsive */
@media (max-width: 768px) {
  .coverage-table-box {
    padding: 18px 18px;
  }
  .coverage-table__head,
  .coverage-btn,
  .coverage-bodygrid {
    grid-template-columns: 1fr;
  }
  .coverage-table__col--right,
  .coverage-amount {
    text-align: left;
    white-space: normal;
  }
}
/* ===== FIX: dropdown da se NE seče (overflow/clip) ===== */
.berg-plan-card.tour-package-box,
.berg-plan-body,
.berg-plan-select {
  overflow: visible !important;
}

.berg-select-ui {
  position: relative;
  z-index: 50;
}

.berg-select-ui__list {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 6px);
  z-index: 60;
  max-height: 260px;
  overflow: auto;
}

/* ===== FIX: Adult + (birth...) da na mobile bude poravnato levo (bez uvlačenja) ===== */
.berg-select-ui__value {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 12px;
}

.berg-opt-left {
  flex: 1 1 auto;
  min-width: 0;
  text-align: left;
  display: flex;
  flex-wrap: wrap; /* kad pukne u novi red */
  gap: 8px;
  align-items: baseline;
}

.berg-opt-meta {
  margin-left: 0 !important; /* ubij svako uvlačenje */
}

.berg-opt-right {
  flex: 0 0 auto;
  white-space: nowrap;
}

/* ===== Scroll anchor da pokaže korake (header offset) ===== */
#berg-order-start {
  scroll-margin-top: 120px; /* prilagodi ako header nije ~120px */
}

/* ===== STEP 1 layout kao "slika 1" ===== */
.berg-panel-card--step1 {
  padding: 18px !important;
}

.berg-step1-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.berg-summary--step1 {
  background: rgba(117, 117, 79, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  padding: 14px 16px;
  flex: 1 1 auto;
  text-align: left;
  font-size: 16px;
  line-height: 1.35;
}

.berg-summary--step1 p {
  margin: 0 !important;
}

.berg-summary--step1 p + p {
  margin-top: 6px !important;
}

.berg-actions-row--step1 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
  flex: 0 0 auto;
}

.berg-actions-row--step1 .vs-btn {
  min-width: 240px;
}

/* tablet/mob: dugmad ispod */
@media (max-width: 991.98px) {
  .berg-step1-wrap {
    flex-direction: column;
  }
  .berg-actions-row--step1 {
    width: 100%;
    align-items: stretch;
  }
  .berg-actions-row--step1 .vs-btn {
    width: 100%;
    min-width: 0;
  }
}
/* =========================================================
   STEP 1 (MOBILE): centriraj naslov + 2 dugmeta
   ========================================================= */
@media (max-width: 767px) {
  /* naslov u STEP 1 */
  .berg-panel-card--step1 h4,
  .berg-step-panel[data-step-panel="1"] h4 {
    text-align: center !important;
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  /* dugmad centrirana */
  .berg-actions-row--step1 {
    align-items: center !important;
    justify-content: center !important;
    width: 100%;
  }
  /* neka budu lepa i ista širina */
  .berg-actions-row--step1 .vs-btn {
    width: 100%;
    max-width: 320px;
  }
}
/* === Insurance intro: da izgleda kao referenca, bez template "capitalize" efekata === */
.insurance-intro {
  text-align: center;
}

.insurance-intro__title {
  margin-bottom: 18px;
}

.insurance-intro__h2 {
  margin: 0 0 6px 0;
  text-transform: none !important; /* ne daj template-u da menja */
  letter-spacing: normal !important;
}

.insurance-intro__sub {
  margin: 0;
  text-transform: none !important;
  letter-spacing: normal !important;
}

.insurance-intro__inner {
  max-width: 980px;
  margin: 0 auto; /* ovo centira blok (da ne “beži” ulevo) */
  text-transform: none !important; /* ubija Title Case */
  letter-spacing: normal !important;
}

.insurance-intro__inner p {
  text-transform: none !important; /* osiguraj 100% */
  line-height: 1.85;
  margin: 0 0 18px 0;
}

.insurance-intro__link {
  text-decoration: underline;
}

/* ===== Useful links (TAB 1) ===== */
.insurance-links__h3 {
  margin: 0 0 22px 0;
  font-size: 24px;
  font-weight: 700;
  color: #6aa21a; /* kao na referenci (zeleno), promeni po potrebi */
}

.insurance-links__wrap {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}

.insurance-link-item {
  display: grid;
  grid-template-columns: 90px 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 26px 28px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.insurance-link-item:last-child {
  border-bottom: 0;
}

.insurance-link-item__icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.insurance-link-item__icon img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  display: block;
}

.insurance-link-item__title {
  margin: 0 0 10px 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

.insurance-link-item__titlelink {
  color: #1a1a1a;
  text-decoration: underline;
}

.insurance-link-item__desc {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: rgba(0, 0, 0, 0.72);
  line-height: 1.6;
  max-width: 760px;
}

.insurance-link-item__bullet {
  font-weight: 800;
  line-height: 1;
  margin-top: 2px;
  color: rgba(0, 0, 0, 0.7);
}

.insurance-link-item__cta {
  justify-self: end; /* dugme skroz desno */
  white-space: nowrap;
}

/* responsive */
@media (max-width: 768px) {
  .insurance-link-item {
    grid-template-columns: 72px 1fr;
    grid-template-areas: "icon content" "cta  cta";
    gap: 16px;
  }
  .insurance-link-item__icon {
    grid-area: icon;
  }
  .insurance-link-item__content {
    grid-area: content;
  }
  .insurance-link-item__cta {
    grid-area: cta;
    justify-self: start;
  }
  .insurance-link-item__title {
    font-size: 20px;
  }
}
/* ===== BERG LOGIN (match membership form look) ===== */
.berg-login .title-area {
  max-width: 900px;
  margin-inline: auto;
}

.berg-login-subtext {
  margin: 14px auto 0;
  max-width: 680px;
  opacity: 0.85;
  line-height: 1.6;
}

/* White card container */
.berg-login-card {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 14px;
  padding: 32px 28px;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.06);
}

/* Title */
.berg-login-title {
  font-weight: 800;
  letter-spacing: 0.2px;
}

/* Inputs (inherits Bootstrap if present, this just polishes) */
.berg-login .form-label {
  font-weight: 700;
  margin-bottom: 6px;
}

.berg-login .form-control {
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.18);
  padding: 12px 14px;
  height: 52px;
}

.berg-login .form-control:focus {
  box-shadow: 0 0 0 0.2rem rgba(117, 117, 79, 0.2);
  border-color: rgba(117, 117, 79, 0.55);
}

/* Password field with toggle */
.berg-pass-wrap {
  position: relative;
}

.berg-pass-input {
  padding-right: 86px; /* space for toggle button */
}

.berg-pass-toggle {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  background: rgba(117, 117, 79, 0.1);
  color: #3b3b2a;
  font-weight: 800;
  border-radius: 10px;
  padding: 8px 12px;
  line-height: 1;
  cursor: pointer;
}

/* Row: remember + forgot */
.berg-login-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}

.berg-check {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  user-select: none;
  margin: 0;
}

.berg-check input {
  width: 18px;
  height: 18px;
  accent-color: #75754f;
}

.berg-forgot {
  color: #75754f;
  text-decoration: underline;
  font-weight: 700;
}

.berg-login-foot {
  opacity: 0.9;
}

.berg-login-foot a {
  color: #75754f;
  text-decoration: underline;
  font-weight: 800;
  margin-left: 6px;
}

/* Button spacing polish */
.berg-login-btn {
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Responsive */
@media (max-width: 576px) {
  .berg-login-card {
    padding: 24px 18px;
  }
  .berg-login .form-control {
    height: 50px;
  }
}
/* =========================================================
   MEMBER ACCESS (4 tiles + details panel + popup)
   Keep same vibe: radius, borders, typography
   ========================================================= */
.ma-wrap {
  border-radius: 16px;
}

/* II) Tiles grid: ALWAYS 2 columns (desktop + phone) */
.ma-tiles {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 16px;
}

.ma-tile {
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  padding: 16px;
  text-align: left;
  cursor: pointer;
  user-select: none;
  min-height: 120px;
  display: grid;
  grid-template-columns: 44px 1fr;
  grid-template-rows: auto auto;
  column-gap: 12px;
  row-gap: 6px;
  align-items: start;
  transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease, opacity 0.15s ease;
}

.ma-tile:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.07);
}

.ma-tile.is-active {
  border-color: rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.09);
}

.ma-tile__badge {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: #75754f;
  color: #fff;
  font-weight: 900;
  grid-row: 1/span 2;
}

.ma-tile__title {
  font-weight: 1000;
  line-height: 1.1;
  text-transform: uppercase;
  font-size: 16px;
}

.ma-tile__hint {
  opacity: 0.75;
  line-height: 1.4;
  font-size: 13px;
}

.ma-tile--strong .ma-tile__badge {
  background: #5d5d3f;
}

/* SOS dominant (red) */
.ma-tile--sos {
  background: rgba(197, 22, 22, 0.07);
  border-color: rgba(197, 22, 22, 0.22);
}

.ma-tile--sos .ma-tile__badge {
  background: #c51616;
}

.ma-tile--sos .ma-tile__title {
  color: #c51616;
}

.ma-tile--sos.is-active {
  border-color: rgba(197, 22, 22, 0.45);
  box-shadow: 0 14px 32px rgba(197, 22, 22, 0.12);
}

/* Details panel */
.ma-panel {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  overflow: hidden;
}

.ma-panel__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  background: rgba(0, 0, 0, 0.01);
}

.ma-panel__title {
  margin: 0;
  font-weight: 1000;
  letter-spacing: 0.2px;
  font-size: 18px;
  text-transform: uppercase;
}

.ma-panel__close {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: #fff;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

.ma-panel__body {
  padding: 16px;
}

.ma-panel__footer {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  padding: 14px 16px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  background: rgba(0, 0, 0, 0.01);
}

/* Shared blocks */
.ma-h4 {
  margin: 0 0 12px 0;
  font-weight: 1000;
  text-transform: uppercase;
  font-size: 18px;
}

.ma-p {
  margin: 0;
  opacity: 0.85;
  line-height: 1.7;
}

.ma-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}

.ma-note {
  padding: 12px;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(117, 117, 79, 0.08);
  line-height: 1.7;
  opacity: 0.95;
}

.ma-link {
  text-decoration: underline;
}

.ma-card {
  background: rgba(117, 117, 79, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 14px;
  padding: 14px;
}

.ma-card__title {
  font-weight: 1000;
  text-transform: uppercase;
  margin-bottom: 8px;
}

/* SOS local list */
.ma-grid2 {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  align-items: center;
}

.ma-input {
  text-align: left;
  border: 1px solid rgba(0, 0, 0, 0.18) !important;
}

.ma-list {
  display: grid;
  gap: 10px;
}

.ma-list__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.ma-list__row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.ma-list__k {
  font-weight: 800;
  opacity: 0.85;
}

.ma-list__v {
  font-weight: 1000;
  text-decoration: underline;
}

/* =========================================================
   SOS (TAB 1)
   Goal:
   - DESKTOP: back to previous clean table (like it was before)
   - MOBILE: keep current stress-proof view (DO NOT CHANGE)
   ========================================================= */
:root {
  --berg-olive: #75764e;
  --berg-olive-soft: rgba(117,118,78,.10);
  --berg-olive-border: rgba(117,118,78,.35);
  --berg-border: rgba(0,0,0,.10);
  --berg-border-soft: rgba(0,0,0,.08);
  --berg-shadow: 0 12px 26px rgba(0,0,0,.06);
  --berg-red: #c51616;
  --control-h: 52px;
}

/* =========================
   Title + top actions
   ========================= */
.ma-sos__h1 {
  text-align: center;
  font-weight: 1000;
  letter-spacing: 0.2px;
  margin: 0 0 14px;
}

.ma-sos__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 14px;
}

.ma-sos__btn {
  min-width: 280px;
  border-radius: 14px !important;
  padding: 14px 16px !important;
  font-weight: 1000 !important;
  letter-spacing: 0.2px;
  min-height: var(--control-h);
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1.1 !important;
}

/* Default buttons (white bg + olive text) */
.ma-sos .vs-btn.style7,
.ma-sos .vs-btn.style7:visited {
  background: #fff !important;
  color: var(--berg-olive) !important;
  border: 1px solid var(--berg-olive-border) !important;
  box-shadow: 0 10px 22px rgba(117, 118, 78, 0.1) !important;
}

.ma-sos .vs-btn.style7:hover {
  background: var(--berg-olive-soft) !important;
}

/* Primary emergency button stays red */
.ma-sos__btn--primary {
  background: var(--berg-red) !important;
  border-color: rgba(197, 22, 22, 0.35) !important;
  color: #fff !important;
  box-shadow: 0 14px 34px rgba(197, 22, 22, 0.22) !important;
}

.ma-sos__btn--primary:hover {
  filter: brightness(0.97);
}

/* Banner under buttons */
.ma-sos__banner {
  margin: 0 auto;
  max-width: 860px;
  text-align: center;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid var(--berg-border);
  background: rgba(255, 255, 255, 0.88);
}

/* “No signal?” card */
.ma-sos__mini {
  max-width: 980px;
  margin: 16px auto 0;
  border-radius: 16px;
  border: 1px solid var(--berg-border);
  background: rgba(117, 117, 79, 0.06);
  padding: 16px 18px;
}

.ma-sos__miniTitle {
  font-weight: 1000;
  margin-bottom: 6px;
}

.ma-sos__miniList {
  margin: 0;
  padding-left: 18px;
  line-height: 1.75;
  opacity: 0.92;
}

/* =========================
   Local list card
   ========================= */
.ma-sos__local {
  margin-top: 20px;
  border-radius: 16px;
  padding: 18px;
  background: #fff;
  border: 1px solid var(--berg-border);
  box-shadow: var(--berg-shadow);
}

.ma-sos__localTop {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  padding-bottom: 10px;
  margin-bottom: 12px;
}

.ma-sos__localTitle {
  font-weight: 1000;
  margin: 0;
}

.ma-sos__sub {
  margin-top: 6px;
  font-size: 13px;
  opacity: 0.78;
  line-height: 1.5;
}

/* Cache pill */
.ma-sos__cachePill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: rgba(0, 0, 0, 0.02);
  font-weight: 1000;
  font-size: 13px;
  user-select: none;
  white-space: nowrap;
}

.ma-sos__dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--berg-red);
  box-shadow: 0 0 0 4px rgba(197, 22, 22, 0.12);
}

/* =========================
   Tools row: search + buttons same height
   ========================= */
.ma-sos__tools {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: stretch;
  margin-top: 6px;
  margin-bottom: 12px;
}

.ma-sos__searchWrap {
  min-width: 0;
}

.ma-sos__search {
  border: 1px solid rgba(0, 0, 0, 0.18) !important;
  border-radius: 14px !important;
  padding: 0 14px !important;
  height: var(--control-h) !important;
  background: #fff !important;
  display: flex;
  align-items: center;
}

.ma-sos__hint {
  margin-top: 6px;
  font-size: 13px;
  opacity: 0.75;
}

.ma-sos__dlWrap {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: stretch;
}

.ma-sos__dlBtn {
  white-space: nowrap;
  min-height: var(--control-h);
  height: var(--control-h);
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center;
  border-radius: 14px !important;
  padding: 0 16px !important;
  min-width: 190px;
}

.ma-sos__dlBtn--ghost {
  background: #fff !important;
  color: var(--berg-olive) !important;
  border: 1px solid var(--berg-olive-border) !important;
  box-shadow: none !important;
}

.ma-sos__count {
  margin: 10px 0 14px;
  font-weight: 1000;
  opacity: 0.82;
}

/* =========================
   RESCUE TABLE (DESKTOP = back to previous state)
   ========================= */
.ma-rescue-table {
  border-radius: 14px;
  border: 1px solid var(--berg-border);
  background: #fff;
  overflow: hidden;
}

.ma-rescue-row {
  display: grid;
  grid-template-columns: 90px 1fr 140px 140px; /* classic */
  gap: 12px;
  align-items: center;
  padding: 12px 14px;
}

.ma-rescue-row--head {
  background: rgba(117, 117, 79, 0.08);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-weight: 1000;
}

.ma-rescue-body {
  max-height: 540px;
  overflow: auto;
  scroll-behavior: smooth;
}

.ma-rescue-row:not(.ma-rescue-row--head) {
  border-bottom: 1px solid var(--berg-border-soft);
}

.ma-rescue-row:last-child {
  border-bottom: 0;
}

.ma-rescue-cell--right {
  text-align: right;
}

/* ISO badge */
.ma-iso-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  font-weight: 1000;
  background: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.1);
  letter-spacing: 0.6px;
}

/* Desktop links = simple underline (previous look) */
.ma-call {
  font-weight: 1000;
  text-decoration: underline;
  color: #111;
  background: transparent;
  border: 0;
  padding: 0;
  border-radius: 0;
  display: inline;
}

.ma-call--sar {
  color: var(--berg-red);
}

/* Empty */
.ma-rescue-empty {
  padding: 12px 14px;
  text-align: center;
  font-weight: 1000;
  opacity: 0.75;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

/* =========================
   Disclaimer + Reference
   ========================= */
.ma-sos__disclaimer {
  margin-top: 18px;
  border-radius: 14px;
  border: 1px solid var(--berg-border);
  background: rgba(0, 0, 0, 0.02);
  padding: 12px 14px;
}

.ma-sos__disclaimerSummary {
  cursor: pointer;
  font-weight: 1000;
  list-style: none;
}

.ma-sos__disclaimerSummary::-webkit-details-marker {
  display: none;
}

.ma-sos__disclaimerSummary::after {
  content: "▾";
  float: right;
  opacity: 0.65;
}

.ma-sos__disclaimer[open] .ma-sos__disclaimerSummary::after {
  content: "▴";
}

.ma-sos__disclaimerBody {
  margin-top: 12px;
  opacity: 0.92;
  line-height: 1.75;
}

.ma-sos__ref {
  margin-top: 14px;
  border-radius: 14px;
  border: 1px solid var(--berg-border);
  background: rgba(117, 117, 79, 0.06);
  padding: 12px 14px;
}

.ma-sos__refTitle {
  font-weight: 1000;
  margin-bottom: 6px;
}

.ma-sos__refText {
  opacity: 0.9;
  line-height: 1.75;
}

.ma-link {
  text-decoration: underline;
  color: var(--berg-olive);
}

/* =========================
   Bottom banner
   ========================= */
.ma-bottom-banner {
  margin-top: 18px;
  border-radius: 16px;
  border: 1px solid var(--berg-border);
  background: #fff;
  box-shadow: var(--berg-shadow);
  padding: 14px;
}

.ma-bottom-banner__inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 14px;
  align-items: center;
}

.ma-bottom-banner__title {
  font-weight: 1000;
  line-height: 1.35;
}

.ma-bottom-banner__meta {
  margin-top: 6px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  opacity: 0.9;
}

.ma-bottom-banner__brand {
  font-weight: 1000;
}

.ma-bottom-banner__phone {
  text-decoration: underline;
  font-weight: 1000;
  color: var(--berg-olive);
}

.ma-bottom-banner__btn {
  background: #fff !important;
  color: var(--berg-olive) !important;
  border: 1px solid var(--berg-olive-border) !important;
  border-radius: 14px !important;
  padding: 0 16px !important;
  height: var(--control-h) !important;
  min-height: var(--control-h) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-weight: 1000 !important;
  box-shadow: 0 10px 22px rgba(117, 118, 78, 0.1) !important;
}

.ma-bottom-banner__btn:hover {
  background: var(--berg-olive-soft) !important;
}

/* =========================================================
   MOBILE ONLY – keep EXACTLY the current phone behaviour
   (All “stress-proof” visuals live ONLY here)
   ========================================================= */
@media (max-width: 767px) {
  .ma-sos__btn {
    width: 100%;
    min-width: 0;
  }
  .ma-sos__tools {
    grid-template-columns: 1fr;
  }
  .ma-sos__dlWrap {
    justify-content: flex-start;
  }
  .ma-sos__dlBtn {
    width: 100%;
    min-width: 0;
  }
  /* 4 columns compact on mobile */
  .ma-rescue-row {
    grid-template-columns: 64px minmax(120px, 1fr) 92px 120px;
    gap: 8px;
    padding: 10px 12px;
  }
  .ma-rescue-row .ma-rescue-cell:nth-child(2) {
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  /* mobile phone area highlight */
  .ma-rescue-row .ma-rescue-cell:nth-child(3),
  .ma-rescue-row .ma-rescue-cell:nth-child(4) {
    text-align: right;
    padding-left: 10px;
    border-left: 1px solid rgba(0, 0, 0, 0.06);
    background: rgba(117, 118, 78, 0.04);
  }
  .ma-rescue-row--head .ma-rescue-cell:nth-child(3),
  .ma-rescue-row--head .ma-rescue-cell:nth-child(4) {
    background: rgba(117, 118, 78, 0.08);
  }
  /* mobile call chips */
  .ma-call {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
    padding: 5px 8px;
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.03);
    border: 1px solid rgba(0, 0, 0, 0.08);
    font-size: 13px;
  }
  .ma-call:hover {
    background: rgba(117, 118, 78, 0.1);
    border-color: rgba(117, 118, 78, 0.25);
  }
  .ma-call--sar {
    color: var(--berg-red);
    border-color: rgba(197, 22, 22, 0.18);
    background: rgba(197, 22, 22, 0.06);
  }
  /* EMG/SAR badges */
  .ma-rescue-row .ma-rescue-cell:nth-child(3) .ma-call::before {
    content: "EMG";
    font-size: 10px;
    font-weight: 1000;
    letter-spacing: 0.4px;
    color: var(--berg-olive);
    border: 1px solid rgba(117, 118, 78, 0.3);
    background: rgba(117, 118, 78, 0.1);
    padding: 2px 6px;
    border-radius: 999px;
  }
  .ma-rescue-row .ma-rescue-cell:nth-child(4) .ma-call::before {
    content: "SAR";
    font-size: 10px;
    font-weight: 1000;
    letter-spacing: 0.4px;
    color: var(--berg-red);
    border: 1px solid rgba(197, 22, 22, 0.25);
    background: rgba(197, 22, 22, 0.08);
    padding: 2px 6px;
    border-radius: 999px;
  }
  .ma-bottom-banner__inner {
    grid-template-columns: 1fr;
  }
  .ma-bottom-banner__btn {
    width: 100%;
  }
}
/* =========================================================
   TAB 2 – My Emergency Documents (premium, consistent with SOS)
   Copy/paste – scoped only to .ma-docs (won't affect other tabs)
   ========================================================= */
.ma-docs {
  --berg-olive: #75764e;
  --berg-olive-soft: rgba(117,118,78,.10);
  --berg-olive-border: rgba(117,118,78,.35);
  --berg-border: rgba(0,0,0,.10);
  --berg-border-soft: rgba(0,0,0,.08);
  --berg-shadow: 0 12px 26px rgba(0,0,0,.06);
  --berg-red: #c51616;
  --control-h: 52px;
}

/* Title */
.ma-docs__h1 {
  text-align: center;
  font-weight: 1000;
  letter-spacing: 0.2px;
  margin: 0 0 14px;
}

/* Layout grid */
.ma-docs__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  align-items: start;
}

/* Make cards look like SOS cards (even if global .ma-card is weak) */
.ma-docs .ma-card {
  border-radius: 16px;
  border: 1px solid var(--berg-border);
  background: #fff;
  box-shadow: var(--berg-shadow);
  padding: 18px;
}

.ma-docs .ma-card__title {
  font-weight: 1000;
  letter-spacing: 0.2px;
  margin: 0 0 10px;
}

.ma-docs .ma-p {
  margin: 0 0 12px;
  opacity: 0.85;
  line-height: 1.6;
}

/* Buttons – same language/design as SOS: white bg + olive text */
.ma-docs .vs-btn.style7,
.ma-docs .vs-btn.style7:visited {
  background: #fff !important;
  color: var(--berg-olive) !important;
  border: 1px solid var(--berg-olive-border) !important;
  box-shadow: 0 10px 22px rgba(117, 118, 78, 0.1) !important;
  border-radius: 14px !important;
  font-weight: 1000 !important;
  letter-spacing: 0.2px;
}

.ma-docs .vs-btn.style7:hover {
  background: var(--berg-olive-soft) !important;
}

.ma-docs__btn {
  height: var(--control-h);
  min-height: var(--control-h);
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 16px !important;
  white-space: nowrap;
}

.ma-docs__btn--ghost {
  box-shadow: none !important;
}

/* Tools row in "SHOW THIS TO RESCUERS" */
.ma-docs__tools {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: start;
  margin-top: 8px;
}

/* Cache pill */
.ma-docs__cachePill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: rgba(0, 0, 0, 0.02);
  font-weight: 1000;
  font-size: 13px;
  user-select: none;
  white-space: nowrap;
}

.ma-docs__dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--berg-red);
  box-shadow: 0 0 0 4px rgba(197, 22, 22, 0.12);
}

.ma-docs__hint {
  margin-top: 8px;
  font-size: 13px;
  opacity: 0.75;
  line-height: 1.35;
}

/* Actions group on the right */
.ma-docs__actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: stretch;
}

/* Viewer (if you open docs in-tab) */
.ma-docs__viewer {
  margin-top: 14px;
  border-radius: 14px;
  border: 1px solid var(--berg-border);
  overflow: hidden;
  background: #fff;
}

.ma-docs__viewerTop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 12px;
  background: rgba(117, 117, 79, 0.06);
  border-bottom: 1px solid var(--berg-border-soft);
}

.ma-docs__viewerTitle {
  font-weight: 1000;
}

.ma-docs__viewerClose {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: #fff;
  font-weight: 1000;
  cursor: pointer;
}

.ma-docs__viewerBody {
  padding: 12px;
}

.ma-docs__viewerNotice {
  border: 1px solid var(--berg-border);
  background: rgba(255, 255, 255, 0.92);
  border-radius: 12px;
  padding: 10px 12px;
  margin-bottom: 10px;
  font-weight: 900;
  opacity: 0.92;
}

.ma-docs__iframe {
  width: 100%;
  height: 480px;
  border: 1px solid var(--berg-border);
  border-radius: 12px;
  background: #fff;
}

.ma-docs__viewerFooter {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
}

/* =========================
   EMERGENCY ID CARD styling
   ========================= */
.ma-idcard {
  border-radius: 14px;
  border: 1px solid var(--berg-border);
  background: rgba(117, 117, 79, 0.04);
  padding: 14px;
}

.ma-idcard__top {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 12px;
}

.ma-idcard__photo {
  width: 72px;
  height: 72px;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: #fff;
  flex: 0 0 auto;
}

.ma-idcard__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ma-idcard__name {
  font-weight: 1000;
  font-size: 18px;
  line-height: 1.2;
}

.ma-idcard__meta {
  margin-top: 4px;
  font-size: 13px;
  opacity: 0.8;
}

/* Key-value rows */
.ma-idcard__kv .ma-kv__row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 11px 0;
  border-top: 1px solid var(--berg-border-soft);
}

.ma-idcard__kv .ma-kv__row:first-child {
  border-top: 0;
}

.ma-idcard__kv .ma-kv__row span {
  opacity: 0.75;
}

.ma-idcard__kv .ma-kv__row strong {
  font-weight: 1000;
  text-align: right;
  white-space: nowrap;
}

.ma-docs__note {
  margin-top: 12px;
  border-radius: 12px;
  border: 1px solid var(--berg-border);
  background: rgba(255, 255, 255, 0.92);
  padding: 10px 12px;
  font-weight: 900;
}

.ma-docs__idActions {
  margin-top: 12px;
  display: flex;
  justify-content: flex-end;
}

/* Make spacing consistent even if mt-15 class is missing/weak */
.ma-docs .mt-15 {
  margin-top: 14px !important;
}

/* =========================
   Responsive
   ========================= */
@media (max-width: 991px) {
  .ma-docs__grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .ma-docs__tools {
    grid-template-columns: 1fr;
  }
  .ma-docs__actions {
    justify-content: flex-start;
  }
  .ma-docs__btn {
    width: 100%;
  }
  .ma-docs__iframe {
    height: 420px;
  }
  .ma-idcard__kv .ma-kv__row strong {
    white-space: normal; /* allow wrap on very small screens */
  }
}
/* =========================================================
   TAB 3 – Report Accident (NEW, with Battery section)
   Scoped to .ma-accident to avoid breaking other tabs
   ========================================================= */
.ma-accident {
  --berg-olive: #75764e;
  --berg-olive-soft: rgba(117,118,78,.10);
  --berg-olive-border: rgba(117,118,78,.35);
  --berg-border: rgba(0,0,0,.10);
  --berg-border-soft: rgba(0,0,0,.08);
  --berg-shadow: 0 12px 26px rgba(0,0,0,.06);
  --berg-red: #c51616;
  --control-h: 52px;
}

.ma-accident__h1 {
  text-align: center;
  font-weight: 1000;
  letter-spacing: 0.2px;
  margin: 0 0 14px;
}

/* Card polish (if global ma-card is minimal) */
.ma-accident .ma-card {
  border-radius: 16px;
  border: 1px solid var(--berg-border);
  background: #fff;
  box-shadow: var(--berg-shadow);
  padding: 18px;
}

.ma-accident__title {
  font-weight: 1000;
  letter-spacing: 0.2px;
  margin: 0 0 10px;
}

.ma-accident__p {
  margin: 0 0 12px;
  opacity: 0.86;
  line-height: 1.6;
}

/* Buttons: white bg + olive text (consistent) */
.ma-accident .vs-btn.style7,
.ma-accident .vs-btn.style7:visited {
  background: #fff !important;
  color: var(--berg-olive) !important;
  border: 1px solid var(--berg-olive-border) !important;
  box-shadow: 0 10px 22px rgba(117, 118, 78, 0.1) !important;
  border-radius: 14px !important;
  font-weight: 1000 !important;
  letter-spacing: 0.2px;
}

.ma-accident .vs-btn.style7:hover {
  background: var(--berg-olive-soft) !important;
}

.ma-accident__btn {
  height: var(--control-h);
  min-height: var(--control-h);
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 16px !important;
  white-space: nowrap;
  line-height: 1.1 !important;
}

.ma-accident__btn--wide {
  width: 100%;
  max-width: 520px;
}

/* Actions row */
.ma-accident__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: stretch;
}

/* Quick “Call 112” pill */
.ma-accident__quick {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: var(--control-h);
  padding: 0 14px;
  border-radius: 14px;
  border: 1px dashed rgba(117, 118, 78, 0.45);
  background: rgba(117, 118, 78, 0.06);
  font-weight: 1000;
  text-decoration: none;
  color: var(--berg-olive);
}

.ma-accident__hint {
  margin-top: 10px;
  font-size: 13px;
  opacity: 0.76;
  line-height: 1.35;
}

/* =========================
   NEW: Battery saver section
   ========================= */
.ma-accident__battery {
  margin-top: 14px;
  border-radius: 14px;
  border: 1px solid rgba(197, 22, 22, 0.18);
  background: rgba(197, 22, 22, 0.06);
  padding: 14px 14px;
}

.ma-accident__batteryTitle {
  font-weight: 1000;
  margin-bottom: 6px;
}

.ma-accident__batteryText {
  opacity: 0.9;
  margin-bottom: 10px;
  line-height: 1.5;
}

.ma-accident__batteryList {
  margin: 0;
  padding-left: 18px;
  line-height: 1.7;
  opacity: 0.95;
}

.ma-accident__batteryList li {
  margin: 4px 0;
}

.ma-accident__batteryNote {
  margin-top: 12px;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.7);
  font-weight: 1000;
}

/* =========================
   Step 2 contact block
   ========================= */
.ma-accident__contact {
  border-radius: 14px;
  border: 1px solid var(--berg-border);
  background: rgba(117, 118, 78, 0.05);
  padding: 14px;
}

.ma-accident__brand {
  font-weight: 1000;
  margin-bottom: 8px;
}

.ma-accident__contactLine {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 0;
  border-top: 1px solid var(--berg-border-soft);
}

.ma-accident__contactLine:first-of-type {
  border-top: 0;
}

.ma-accident__label {
  opacity: 0.75;
}

.ma-accident__value {
  font-weight: 1000;
  text-decoration: underline;
  color: #111;
}

.ma-accident__micro {
  margin-top: 12px;
  font-size: 13px;
  line-height: 1.4;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid rgba(197, 22, 22, 0.18);
  background: rgba(197, 22, 22, 0.06);
  font-weight: 900;
  color: #111;
}

/* =========================
   Step 3: online/offline UI
   ========================= */
.ma-accident__online {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: rgba(0, 0, 0, 0.02);
  font-weight: 1000;
  font-size: 13px;
  user-select: none;
  margin-bottom: 12px;
}

.ma-accident__onlineDot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #999;
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.08);
}

.ma-accident__offline {
  margin-top: 12px;
  border-radius: 12px;
  border: 1px solid var(--berg-border);
  background: rgba(255, 255, 255, 0.92);
  padding: 10px 12px;
  font-weight: 900;
}

/* Divider + details */
.ma-accident__divider {
  height: 1px;
  background: var(--berg-border-soft);
  margin: 16px 0;
}

.ma-accident__detailsTitle {
  font-weight: 1000;
  margin-bottom: 8px;
}

.ma-accident__detailsP {
  margin: 0 0 10px;
  opacity: 0.9;
  line-height: 1.65;
}

.ma-accident__inlineJump {
  margin-left: 8px;
  font-weight: 1000;
  border-radius: 999px;
  border: 1px solid var(--berg-olive-border);
  background: rgba(117, 118, 78, 0.08);
  color: var(--berg-olive);
  padding: 6px 10px;
  cursor: pointer;
}

/* =========================
   Mobile
   ========================= */
@media (max-width: 767px) {
  .ma-accident__btn {
    width: 100%;
  }
  .ma-accident__quick {
    width: 100%;
  }
  .ma-accident__contactLine {
    flex-direction: column;
    align-items: flex-start;
  }
  .ma-accident__value {
    text-align: left;
    word-break: break-word;
  }
}
/* =========================================================
   TAB 4 — HELPLINE (Activation Required)
   Matches SOS / Docs / Accident styling
   Notes:
   - Uses existing .ma-card/.ma-note/.vs-btn.style7 baseline styles from theme
   - Only adds “helpline” specific polish + spacing
   ========================================================= */
:root {
  --berg-olive: #75764e;
  --berg-olive-soft: rgba(117,118,78,.10);
  --berg-olive-border: rgba(117,118,78,.35);
  --berg-border: rgba(0,0,0,.10);
  --berg-shadow: 0 12px 26px rgba(0,0,0,.06);
  --berg-red: #c51616;
  --control-h: 52px; /* align button heights (same as SOS) */
}

/* Section title */
.ma-helpline__h1 {
  text-align: center;
  font-weight: 1000;
  letter-spacing: 0.2px;
  margin: 0 0 14px;
}

/* Card spacing like other tabs */
.ma-helpline .ma-card {
  border-radius: 16px;
  border: 1px solid var(--berg-border);
  box-shadow: var(--berg-shadow);
  background: #fff;
}

.ma-helpline .ma-card + .ma-card {
  margin-top: 14px; /* consistent spacing between cards */
}

/* Activation header row */
.ma-helpline__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.ma-helpline__title {
  font-weight: 1000;
  margin: 0;
}

.ma-helpline__sub {
  margin-top: 6px;
  font-size: 13px;
  opacity: 0.78;
  line-height: 1.55;
}

/* Info pill (activation hint) */
.ma-helpline__pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: rgba(0, 0, 0, 0.02);
  font-weight: 1000;
  font-size: 13px;
  user-select: none;
  white-space: nowrap;
}

.ma-helpline__pillDot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--berg-red);
  box-shadow: 0 0 0 4px rgba(197, 22, 22, 0.12);
}

/* Buttons layout */
.ma-helpline__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  align-items: stretch;
  margin-top: 8px;
}

/* Make buttons same height + center content */
.ma-helpline__btn {
  height: var(--control-h);
  min-height: var(--control-h);
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 14px !important;
  padding: 0 16px !important;
  font-weight: 1000 !important;
  letter-spacing: 0.2px;
  text-align: center;
  line-height: 1.1 !important;
}

/* Default button look (white bg + olive text) */
.ma-helpline .vs-btn.style7,
.ma-helpline .vs-btn.style7:visited {
  background: #fff !important;
  color: var(--berg-olive) !important;
  border: 1px solid var(--berg-olive-border) !important;
  box-shadow: 0 10px 22px rgba(117, 118, 78, 0.1) !important;
}

.ma-helpline .vs-btn.style7:hover {
  background: var(--berg-olive-soft) !important;
}

/* Activation button can be slightly emphasized */
.ma-helpline__btn--primary {
  box-shadow: 0 14px 28px rgba(117, 118, 78, 0.16) !important;
}

/* Offline call button gets a subtle “phone” feel */
.ma-helpline__btn--call {
  position: relative;
}

.ma-helpline__btn--call::before {
  content: "OFFLINE";
  position: absolute;
  top: 10px;
  left: 12px;
  font-size: 10px;
  font-weight: 1000;
  letter-spacing: 0.5px;
  color: rgba(0, 0, 0, 0.55);
  background: rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(0, 0, 0, 0.08);
  padding: 3px 7px;
  border-radius: 999px;
}

@media (max-width: 991px) {
  .ma-helpline__btn--call::before {
    display: none;
  } /* avoid clutter on small */
}
/* Inline links */
.ma-helpline__link {
  text-decoration: underline;
  color: var(--berg-olive);
  font-weight: 900;
}

/* More info line spacing */
.ma-helpline__note {
  margin-top: 12px;
}

/* Explanation block */
.ma-helpline__explain {
  line-height: 1.75;
  opacity: 0.92;
}

/* Extra “cold + altitude” tip card */
.ma-helpline__tip {
  border-radius: 14px;
  border: 1px solid var(--berg-border);
  background: rgba(117, 118, 78, 0.06);
  padding: 14px 16px;
}

.ma-helpline__tipTitle {
  font-weight: 1000;
  margin-bottom: 6px;
}

.ma-helpline__tipText {
  margin: 0;
  opacity: 0.92;
  line-height: 1.75;
}

/* Mobile */
@media (max-width: 767px) {
  .ma-helpline__actions {
    grid-template-columns: 1fr;
  }
  .ma-helpline__btn {
    width: 100%;
  }
}
/* =========================================================
   Rotating tips carousel (inside GET READY FOR THE TOUR)
   Desktop: 3 cards visible
   Mobile: 1 card visible + auto every 4s
   ========================================================= */
:root {
  --berg-olive: #75764e;
  --berg-olive-soft: rgba(117,118,78,.10);
  --berg-olive-border: rgba(117,118,78,.35);
  --berg-border: rgba(0,0,0,.10);
  --berg-shadow: 0 12px 26px rgba(0,0,0,.06);
}

.ma-tips {
  margin-top: 18px;
}

.ma-tips__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.ma-tips__label {
  font-weight: 1000;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  font-size: 13px;
  color: var(--berg-olive);
  opacity: 0.95;
}

.ma-tips__nav {
  display: flex;
  gap: 10px;
  align-items: center;
}

.ma-tips__arrow {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  border: 1px solid var(--berg-olive-border);
  background: #fff;
  color: var(--berg-olive);
  font-weight: 1000;
  font-size: 22px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 22px rgba(117, 118, 78, 0.1);
  transition: transform 0.12s ease, background 0.12s ease;
}

.ma-tips__arrow:hover {
  background: var(--berg-olive-soft);
  transform: translateY(-1px);
}

.ma-tips__arrow:active {
  transform: translateY(0);
}

/* viewport */
.ma-tips__viewport {
  border-radius: 16px;
  border: 1px solid var(--berg-border);
  background: rgba(255, 255, 255, 0.75);
  box-shadow: var(--berg-shadow);
  overflow: hidden;
}

/* track */
.ma-tips__track {
  display: flex;
  gap: 12px;
  padding: 14px;
  will-change: transform;
  transition: transform 0.35s ease;
}

/* card */
.ma-tip-card {
  flex: 0 0 calc((100% - 24px) / 3); /* 3 visible, gaps 12*2 */
  min-width: 0;
}

.ma-tip-card__inner {
  height: 100%;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.05);
  padding: 14px 14px;
}

.ma-tip-card__title {
  font-weight: 1000;
  margin-bottom: 8px;
  color: #111;
}

.ma-tip-card__text {
  opacity: 0.9;
  line-height: 1.6;
  font-size: 14px;
}

/* dots */
.ma-tips__dots {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-top: 10px;
}

.ma-tips__dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  border: 1px solid var(--berg-olive-border);
  background: rgba(117, 118, 78, 0.14);
}

.ma-tips__dot.is-active {
  width: 22px;
  background: var(--berg-olive);
  border-color: var(--berg-olive);
}

/* Mobile: show 1 card */
@media (max-width: 767px) {
  .ma-tip-card {
    flex: 0 0 100%;
  }
  .ma-tips__track {
    padding: 12px;
  }
  .ma-tip-card__inner {
    padding: 14px;
  }
}
/* KV list */
.ma-kv {
  display: grid;
  gap: 10px;
  margin-top: 10px;
}

.ma-kv__row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.ma-kv__row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.ma-kv__row span {
  opacity: 0.75;
}

/* Prepare for tour */
.ma-prep {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  padding: 18px;
}

.ma-prep__title {
  font-weight: 1000;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 10px;
}

.ma-prep__text {
  opacity: 0.9;
  line-height: 1.7;
}

.ma-prep__list {
  margin: 10px 0 0 0;
  padding-left: 18px;
  line-height: 1.85;
  opacity: 0.95;
}

.ma-prep__note {
  margin-top: 12px;
  padding: 12px;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.04);
  line-height: 1.7;
}

/* Responsive tweaks (tiles stay 2 columns even on phone) */
@media (max-width: 767px) {
  .ma-tile {
    min-height: 105px;
    padding: 14px;
  }
  .ma-tile__title {
    font-size: 14px;
  }
  .ma-tile__hint {
    font-size: 12px;
  }
  .ma-grid2 {
    grid-template-columns: 1fr;
  }
}
/* ===========================
   BERG / MA POPUP — polished UI
   =========================== */
/* keep your centering logic */
.ma-pop[hidden] {
  display: none !important;
}

.ma-pop {
  position: fixed !important;
  inset: 0 !important;
  z-index: 999999 !important;
}

.ma-pop__backdrop {
  position: absolute !important;
  inset: 0 !important;
  background: rgba(0, 0, 0, 0.58) !important;
  backdrop-filter: blur(2px);
}

/* Dialog */
.ma-pop__dialog {
  position: fixed !important;
  left: 50vw !important;
  top: 50vh !important;
  transform: translate(-50%, -50%) !important;
  width: min(680px, 100% - 28px) !important;
  max-height: calc(100dvh - 28px) !important;
  overflow: auto !important;
  background: rgba(255, 255, 255, 0.98) !important;
  border-radius: 18px !important;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.35) !important;
  padding: 22px 22px 18px !important;
}

/* fallback */
@supports not (height: 100dvh) {
  .ma-pop__dialog {
    max-height: calc(100vh - 28px) !important;
  }
}
/* Close button — cleaner & on-brand */
.ma-pop__close {
  position: absolute !important;
  right: 14px !important;
  top: 14px !important;
  width: 42px !important;
  height: 42px !important;
  display: grid !important;
  place-items: center !important;
  border-radius: 14px !important;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  background: rgba(255, 255, 255, 0.95) !important;
  font-size: 22px !important;
  line-height: 1 !important;
  cursor: pointer !important;
  transition: transform 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}

.ma-pop__close:hover {
  transform: translateY(-1px);
  background: #fff !important;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.12);
}

/* Title */
.ma-pop__title {
  text-align: center;
  font-weight: 1000;
  font-size: 22px;
  letter-spacing: 0.2px;
  margin: 0 0 12px 0;
  color: rgba(0, 0, 0, 0.88);
}

/* Little top “badge” line for hierarchy */
.ma-pop__dialog::before {
  content: "EMERGENCY MODE";
  display: block;
  text-align: center;
  font-weight: 900;
  font-size: 12px;
  letter-spacing: 0.18em;
  opacity: 0.65;
  margin-bottom: 6px;
}

/* List styling */
.ma-pop__list {
  margin: 0 auto 14px;
  padding: 0;
  list-style: none;
  max-width: 520px;
  display: grid;
  gap: 8px;
}

.ma-pop__list li {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 10px;
  align-items: start;
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(117, 117, 79, 0.07); /* your olive tone */
  border: 1px solid rgba(0, 0, 0, 0.08);
  line-height: 1.55;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 600;
}

.ma-pop__list li::before {
  content: "✓";
  width: 22px;
  height: 22px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: rgba(117, 117, 79, 0.18);
  border: 1px solid rgba(117, 117, 79, 0.35);
  color: #3b3b24;
  font-weight: 1000;
  line-height: 1;
  transform: translateY(1px);
}

/* Quote/note box */
.ma-pop__note {
  max-width: 520px;
  margin: 0 auto 14px;
  padding: 14px 14px;
  border-radius: 14px;
  background: rgba(117, 117, 79, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-style: italic;
  line-height: 1.7;
  text-align: center;
  color: rgba(0, 0, 0, 0.78);
}

/* Actions centered */
.ma-pop__actions {
  max-width: 420px;
  margin: 0 auto;
  display: grid;
  gap: 10px;
  text-align: center;
}

/* Make button look consistent (theme button already exists, just polish layout) */
.ma-pop__actions .vs-btn {
  justify-content: center;
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  border-radius: 14px;
}

/* Disclaimer small */
.ma-pop__disclaimer {
  font-size: 13px;
  opacity: 0.7;
  line-height: 1.4;
}

/* Small screens polish */
@media (max-width: 767px) {
  .ma-pop__dialog {
    padding: 18px 16px 16px !important;
    border-radius: 16px !important;
  }
  .ma-pop__title {
    font-size: 20px;
  }
  .ma-pop__list li {
    padding: 10px 10px;
  }
  .ma-pop__note {
    padding: 12px 12px;
  }
}
/* BENEFITS SEGMENTS */
.benefit-card {
  background: #fff;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 18px;
  height: 100%;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
}

.benefit-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.benefit-card__logo {
  height: 42px;
  width: auto;
  max-width: 70%;
  object-fit: contain;
}

.benefit-card__badge {
  font-weight: 800;
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(117, 118, 78, 0.12);
  border: 1px solid rgba(117, 118, 78, 0.25);
  white-space: nowrap;
}

.benefit-card__title {
  margin: 0 0 8px;
}

.benefit-card__desc {
  margin: 0 0 14px;
  opacity: 0.9;
  line-height: 1.6;
}

.benefit-card__cta {
  width: 100%;
  display: flex;
  justify-content: center;
}

.benefit-card__cta.is-disabled {
  pointer-events: none;
  opacity: 0.6;
  filter: grayscale(1);
}

/* Card container */
.benefit-card {
  position: relative; /* BITNO: anchor za badge */
  overflow: hidden; /* da ništa ne štrči */
}

/* TOP zona – logo bez “guranja” badge-a */
.benefit-card__top {
  display: block; /* više nije flex */
  margin-bottom: 12px;
  padding-right: 86px; /* prostor da tekst/logo ne uđe pod badge */
}

/* Logo: neka stane normalno i ne raste do besvesti */
.benefit-card__logo {
  display: block;
  max-width: 100%;
  height: 56px; /* ili 48px, kako ti lepše */
  width: auto;
  object-fit: contain;
}

/* Badge: uvek gore desno */
.benefit-card__badge {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  white-space: nowrap;
}

/* (Opcionalno) ako ti je logo “visok” kao na slici, da ne razvuče karticu */
.benefit-card__top img {
  max-height: 70px;
}

/* =========================================================
   Health & Custom Upgrades (scoped)
   Target: #benefits-health
   ========================================================= */
#benefits-health .berg-note {
  background: rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 14px;
  padding: 12px 14px;
  margin-top: 18px;
}

#benefits-health .berg-knox-grid {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #fff;
}

#benefits-health .berg-knox-col {
  padding: 18px 18px 10px;
  border-right: 1px solid rgba(0, 0, 0, 0.08);
}

#benefits-health .berg-knox-col:last-child {
  border-right: 0;
}

#benefits-health .berg-knox-col__head {
  font-weight: 900;
  font-size: 16px;
  margin: 0 0 10px;
  padding: 10px 12px;
  background: rgba(0, 0, 0, 0.03);
  border-radius: 12px;
}

#benefits-health .berg-knox-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

#benefits-health .berg-knox-item {
  display: flex;
  gap: 12px;
  padding: 10px 6px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

#benefits-health .berg-knox-item:last-child {
  border-bottom: 0;
}

#benefits-health .berg-knox-icon {
  width: 28px;
  height: 28px;
  object-fit: contain;
  flex: 0 0 28px;
  opacity: 0.95;
}

#benefits-health .berg-knox-title {
  font-weight: 900;
  font-size: 14px;
  line-height: 1.2;
  margin: 0;
}

#benefits-health .berg-knox-sub {
  font-size: 13px;
  opacity: 0.78;
  line-height: 1.35;
  margin-top: 2px;
}

/* Bottom box (text + CTA) */
#benefits-health .berg-bottom-box {
  margin-top: 18px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 18px;
  padding: 16px;
}

#benefits-health .berg-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 12px;
}

#benefits-health .berg-link {
  font-weight: 800;
  text-decoration: underline;
  color: inherit;
  opacity: 0.9;
}

/* Ako ti tema "gazi" dugme, ovo ga stabilizuje bez menjanja tvog .vs-btn */
#benefits-health .berg-actions .vs-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  padding: 12px 18px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

/* Responsive */
@media (max-width: 991px) {
  #benefits-health .berg-knox-grid {
    grid-template-columns: 1fr;
  }
  #benefits-health .berg-knox-col {
    border-right: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  }
  #benefits-health .berg-knox-col:last-child {
    border-bottom: 0;
  }
  #benefits-health .berg-actions .vs-btn {
    width: 100%;
  }
}
/* ===== Insurance conditions (FORCE) ===== */
#insurance-conditions {
  --berg-accent:#6f6b45;
  --berg-border:rgba(0,0,0,.10);
  --berg-soft:rgba(0,0,0,.04);
  --berg-text:rgba(0,0,0,.85);
}

#insurance-conditions .ic-layout {
  display: flex !important;
  gap: 28px !important;
  margin-top: 26px !important;
}

#insurance-conditions .ic-sidebar {
  flex: 0 0 320px !important;
}

#insurance-conditions .ic-content {
  flex: 1 !important;
  min-width: 0 !important;
}

#insurance-conditions .ic-nav {
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
  position: sticky !important;
  top: 120px !important;
}

#insurance-conditions .ic-nav-item {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  width: 100% !important;
  padding: 14px 14px !important;
  border-radius: 16px !important;
  border: 1px solid var(--berg-border) !important;
  background: #fff !important;
  color: var(--berg-text) !important;
  cursor: pointer !important;
  text-align: left !important;
  transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease !important;
}

#insurance-conditions .ic-nav-item:hover {
  transform: translateY(-1px) !important;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06) !important;
}

#insurance-conditions .ic-nav-item.is-active {
  border-color: rgba(111, 107, 69, 0.45) !important;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08) !important;
}

#insurance-conditions .ic-nav-item.is-active::before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  top: 10px !important;
  bottom: 10px !important;
  width: 4px !important;
  border-radius: 4px !important;
  background: var(--berg-accent) !important;
}

#insurance-conditions .ic-step {
  width: 32px !important;
  height: 32px !important;
  border-radius: 999px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-weight: 900 !important;
  border: 1px solid var(--berg-border) !important;
  background: var(--berg-soft) !important;
  flex: 0 0 32px !important;
}

#insurance-conditions .ic-nav-item.is-active .ic-step {
  background: var(--berg-accent) !important;
  border-color: var(--berg-accent) !important;
  color: #fff !important;
}

#insurance-conditions .ic-label {
  font-weight: 900 !important;
  line-height: 1.2 !important;
}

#insurance-conditions .ic-panel {
  background: #fff !important;
  border: 1px solid var(--berg-border) !important;
  border-radius: 18px !important;
  padding: 18px !important;
}

#insurance-conditions .ic-panel[hidden] {
  display: none !important;
}

#insurance-conditions .ic-breadcrumb {
  font-size: 13px !important;
  opacity: 0.78 !important;
  margin-bottom: 10px !important;
}

#insurance-conditions .ic-sep {
  margin: 0 8px !important;
  opacity: 0.55 !important;
}

#insurance-conditions .ic-title {
  margin: 0 0 14px !important;
  font-weight: 900 !important;
  letter-spacing: 0.02em !important;
  text-transform: uppercase !important;
  color: var(--berg-accent) !important;
}

#insurance-conditions .ic-body {
  font-size: 15px !important;
  line-height: 1.7 !important;
  color: var(--berg-text) !important;
}

#insurance-conditions .ic-body p {
  margin: 0 0 14px !important;
}

#insurance-conditions .ic-source {
  display: inline-block !important;
  margin-top: 10px !important;
  font-weight: 800 !important;
  text-decoration: underline !important;
  color: var(--berg-accent) !important;
}

/* Mobile: tabs gore */
@media (max-width: 991px) {
  #insurance-conditions .ic-layout {
    display: block !important;
  }
  #insurance-conditions .ic-sidebar {
    width: 100% !important;
    margin-bottom: 14px !important;
  }
  #insurance-conditions .ic-nav {
    position: static !important;
    flex-direction: row !important;
    overflow-x: auto !important;
    padding-bottom: 6px !important;
    gap: 10px !important;
    -webkit-overflow-scrolling: touch !important;
  }
  #insurance-conditions .ic-nav-item {
    flex: 0 0 auto !important;
    min-width: 240px !important;
  }
}
@media (max-width: 575px) {
  #insurance-conditions .ic-nav-item {
    min-width: 210px !important;
  }
  #insurance-conditions .ic-panel {
    padding: 14px !important;
  }
}
/* ✅ Mobile: sidebar stavke jedna ispod druge (bez horizontal scroll-a) */
@media (max-width: 991px) {
  #insurance-conditions .ic-nav {
    flex-direction: column !important;
    overflow-x: visible !important;
    overflow-y: visible !important;
    gap: 10px !important;
    padding-bottom: 0 !important;
  }
  #insurance-conditions .ic-nav-item {
    width: 100% !important;
    min-width: 0 !important;
    flex: 1 1 auto !important;
  }
}
/* INSURENCE PAGE */
/* ================= Scope of coverage tabs (BERG) ================= */
.ic-layout--scope {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 24px;
  margin-top: 10px;
}

.ic-sidebar {
  width: 100%;
}

.ic-nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: sticky;
  top: 20px;
}

.ic-nav-item {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  text-align: left;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 12px;
  padding: 12px 14px;
  cursor: pointer;
  transition: transform 0.12s ease, box-shadow 0.12s ease, border-color 0.12s ease;
}

.ic-nav-item:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06);
}

.ic-step {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: #f0efe7;
  color: #2b2b2b;
  font-weight: 700;
  flex: 0 0 34px;
}

.ic-label {
  font-weight: 700;
  color: #2b2b2b;
  line-height: 1.2;
  font-size: 14px;
}

.ic-nav-item.is-active {
  border-color: rgba(117, 117, 79, 0.55);
  box-shadow: 0 12px 24px rgba(117, 117, 79, 0.12);
}

.ic-nav-item.is-active .ic-step {
  background: #75754f;
  color: #fff;
}

.ic-content {
  min-width: 0;
}

.ic-panel {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  padding: 18px 18px;
}

.ic-panel + .ic-panel {
  margin-top: 14px;
}

.ic-breadcrumb {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 10px;
}

.ic-sep {
  padding: 0 6px;
}

.ic-title {
  margin: 0 0 10px 0;
  font-weight: 900;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #2b2b2b;
}

.ic-body {
  font-size: 15px;
  line-height: 1.65;
  color: #2b2b2b;
}

.ic-placeholder {
  margin: 0 0 12px 0;
}

.ic-source {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #75754f;
  font-weight: 700;
  text-decoration: underline;
}

.ic-source:hover {
  opacity: 0.9;
}

/* ================= Responsive ================= */
@media (max-width: 991px) {
  .ic-layout--scope {
    grid-template-columns: 1fr;
  }
  .ic-nav {
    position: static;
    top: auto;
  }
}
@media (max-width: 575px) {
  /* NA TELEFONU: paneli/dugmad JEDAN ISPOD DRUGOG (bez dva u redu) */
  .ic-nav-item {
    border-radius: 14px;
    padding: 14px 14px;
  }
  .ic-label {
    font-size: 14px;
  }
  .ic-panel {
    border-radius: 16px;
    padding: 16px;
  }
}
/* ===== Custom dropdown (BERG) – aligned left/right + bold price ===== */
.berg-select-ui {
  position: relative;
  width: 100%;
}

/* Button looks like your selects */
.berg-select-ui__btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #000;
  border-radius: 10px;
  padding: 10px 44px 10px 14px;
  background: #fff;
  cursor: pointer;
  /* override your "text-align:center" rules */
  text-align: left;
}

.berg-select-ui__value {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
  min-width: 0;
}

/* left part */
.berg-opt-left {
  flex: 1 1 auto;
  min-width: 0;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* right group: meta + price aligned to the far right */
.berg-opt-right {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  text-align: right;
  white-space: nowrap;
}

.berg-opt-meta {
  opacity: 0.85;
}

.berg-opt-price {
  font-weight: 800;
}

/* Chevron */
.berg-select-ui__chev {
  position: absolute;
  right: 16px;
  top: 50%;
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24'%3E%3Cpath d='M6 9l6 6 6-6' fill='none' stroke='%2375754f' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px 18px;
}

/* Dropdown list */
.berg-select-ui__list {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 8px);
  z-index: 50;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  padding: 6px;
  margin: 0;
  list-style: none;
  max-height: 260px;
  overflow: auto;
  display: none;
}

/* open state */
.berg-select-ui.is-open .berg-select-ui__list {
  display: block;
}

.berg-select-ui__opt {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 10px 12px;
  border-radius: 10px;
  cursor: pointer;
}

.berg-select-ui__opt:hover {
  background: rgba(117, 117, 79, 0.1);
}

.berg-select-ui__opt[aria-selected=true] {
  background: rgba(117, 117, 79, 0.16);
}

@media (max-width: 575.98px) {
  /* Zagrada ispod, ali poravnata tačno ispod "Adult" (bez uvlačenja) */
  .berg-opt-meta {
    display: block !important;
    margin: 2px 0 0 0 !important; /* skida margin-left */
    padding: 0 !important; /* za svaki slučaj */
    text-indent: 0 !important;
  }
  /* da levi blok može u 2 reda normalno */
  .berg-opt-left {
    white-space: normal !important;
  }
}
/* Levo: naziv + zagrada zajedno */
.berg-opt-left {
  flex: 1 1 auto;
  min-width: 0;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Zagrada neka bude "mekša" */
.berg-opt-meta {
  opacity: 0.85;
  margin-left: 8px;
}

/* Desno: samo cena */
.berg-opt-right {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  text-align: right;
  white-space: nowrap;
}

.berg-opt-price {
  font-weight: 800;
}

/* =========================================================
   FIX: Dropdown list seče parent (overflow hidden/clip)
   ========================================================= */
/* 1) Dozvoli dropdown-u da “izađe” iz kartice */
.berg-plan-card,
.berg-plan-card.tour-package-box,
.berg-plan-body,
.berg-plan-body.tour-package-content,
.berg-plan-select,
.berg-order-plans {
  overflow: visible !important;
}

/* Ako je i na thumb-u ili nekom wrapperu overflow hidden */
.tour-package-box,
.tour-package-content {
  overflow: visible !important;
}

/* 2) Osiguraj da dropdown lista bude iznad svega */
.berg-select-ui {
  position: relative;
  z-index: 10;
}

.berg-select-ui__list {
  z-index: 9999;
}

/* 3) Ako postoji neki parent sa overflow: clip (noviji browseri) */
.berg-plan-card,
.tour-package-box,
.tour-package-content {
  overflow: visible !important; /* override clip/hidden */
}

/* 4) (Opcionalno) ako se i dalje seče zbog još višeg parenta (sekcija/kolona) */
.vs-about,
.vs-about .container,
.vs-about .row,
.vs-about [class*=col-] {
  overflow: visible;
}

/* Anchor target: kad skroluje na panel, ostavi prostor za sticky header */
.ic-anchor {
  display: block;
  scroll-margin-top: 120px; /* prilagodi ako ti je header veći/manji */
}

/*# sourceMappingURL=style.css.map */
