@charset "UTF-8";

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

01. Theme Base
    1.1. Mixin
    1.2. Function
    1.3. Variable
    1.4. Typography
    1.5. Extend
    1.7. Wordpress Default
02. Reset
    2.1. Container
    2.2. Grid
    2.3. Input
    2.4. Slider
    2.5. Mobile Menu
03. Utilities
    3.1. Preloader
    3.2. Buttons
    3.3. Titles
    3.4. Common
    3.6. Font
    3.7. Background
    3.8. Text Color
    3.9. Overlay
    3.10. Animation
    
04. Template Style
    4.1. Widget
    4.2. Header
    4.3. Footer
    4.4. Breadcumb
    4.5. Pagination
    4.6. Blog
    4.7. Comments
    4.8. Hero Area
    4.9. Error    
    4.00. Popup Search
    4.00. Popup Side Menu
    4.00. Wocommerce
    4.00. Products
    4.00. Cart
    4.00. Checkout
    4.00. Wishlist
    4.00. Contact
    4.00. About
    4.00. Team
    4.00. Testimonial
    4.00. Counter
    4.00. Blog
    4.00. Brand
    4.00. Simple Sections
    4.00. Why
    4.00. Faq
    4.00. Service
    4.00. Process
    4.00. Feature
    4.00. Gallery
    4.00. Category
    4.00. CTA
    4.00. Deal
    4.00. Tab Menu
    4.00. Particle 

05. Spacing

*/
/*=================================
    CSS Index End
==================================*/
/*================================= 
   01. Theme Base
==================================*/
/*------------------- 1.1. Mixin -------------------*/
@use "sass:math";
/*------------------- 1.2. Function -------------------*/
/*------------------- 1.3. Variable-------------------*/
:root {
  --theme-color: #1CA8CB;
  --primary-color: #1CA8CB;
  --title-color: #113D48;
  --body-color: #6E7070;
  --smoke-color: #E9F6F9;
  --smoke-color2: #F3F4F6;
  --black-color: #000000;
  --black-color2: #0D0D0C;
  --gray-color: #E1E4E5;
  --white-color: #ffffff;
  --light-color: #E1E4E5;
  --yellow-color: #FFB539;
  --success-color: #28a745;
  --error-color: #dc3545;
  --th-border-color: #E9EDF5;
  --title-font: "Manrope", sans-serif;
  --body-font: "Inter", sans-serif;
  --style-font: "Montez", cursive;
  --icon-font: "Font Awesome 6 Pro";
  --main-container: 1320px;
  --container-gutters: 24px;
  --section-space: 120px;
  --section-space-mobile: 80px;
  --section-title-space: 60px;
  --ripple-ani-duration: 2s;
}

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

body {
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 400;
  color: var(--body-color);
  line-height: 26px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

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

.slick-slide:focus,
button:focus,
a:focus,
a:active,
a.nice-select.open,
.currency-menu a.nice-select.open,
input,
input:hover,
input:focus,
input:active,
input.nice-select.open,
.currency-menu input.nice-select.open,
textarea,
textarea:hover,
textarea:focus,
textarea:active,
textarea.nice-select.open,
.currency-menu textarea.nice-select.open {
  outline: none;
}

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

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

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

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

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

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

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

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


a:active,
a.nice-select.open,
.currency-menu a.nice-select.open, a:focus, a:hover, a:visited {
  text-decoration: none;
  outline: 0;
}

button {
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

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

ins {
  text-decoration: none;
}

pre {
  font-family: var(--body-font);
  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 {
  font-family: var(--body-font);
  margin: 0 0 18px 0;
  color: var(--body-color);
  line-height: 1.75;
}

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

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  font-family: var(--title-font);
  color: var(--title-color);
  text-transform: none;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 15px 0;
}

.h1,
h1 {
  font-size: 80px;
  line-height: 1.18;
}

.h2,
h2 {
  font-size: 48px;
  line-height: 1.327;
}

.h3,
h3 {
  font-size: 32px;
  line-height: 1.278;
}

.h4,
h4 {
  font-size: 30px;
  line-height: 1.333;
}

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

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

/* Large devices */
@media (max-width: 1199px) {
  .h1,
  h1 {
    font-size: 54px;
    line-height: 1.3;
  }
  .h2,
  h2 {
    font-size: 36px;
    line-height: 1.3;
  }
  .h3,
  h3 {
    font-size: 30px;
  }
  .h4,
  h4 {
    font-size: 24px;
  }
  .h5,
  h5 {
    font-size: 20px;
  }
  .h6,
  h6 {
    font-size: 16px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .h1,
  h1 {
    font-size: 40px;
  }
  .h2,
  h2 {
    font-size: 34px;
    line-height: 1.3;
  }
  .h3,
  h3 {
    font-size: 26px;
  }
  .h4,
  h4 {
    font-size: 22px;
  }
  .h5,
  h5 {
    font-size: 18px;
  }
  .h6,
  h6 {
    font-size: 16px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .h1,
  h1 {
    font-size: 34px;
    line-height: 1.35;
  }
  .h2,
  h2 {
    font-size: 28px;
  }
}

/* Extra small devices */
@media (max-width: 375px) {
  .h1,
  h1 {
    font-size: 32px;
  }
}

/*------------------- 1.6. Extend -------------------*/
/*------------------- 1.7. Wordpress Default -------------------*/
p.has-drop-cap {
  margin-bottom: 20px;
}

.page--item p:last-child .alignright {
  clear: right;
}

.blog-title,
.pagi-title,
.breadcumb-title {
  word-break: break-word;
}

.blocks-gallery-caption,
.wp-block-embed figcaption,
.wp-block-image figcaption {
  color: var(--body-color);
}

.bypostauthor,
.gallery-caption {
  display: block;
}

.page-links,
.clearfix {
  clear: both;
}

.page--item {
  margin-bottom: 30px;
}

.page--item p {
  line-height: 1.8;
}

.content-none-search {
  margin-top: 30px;
}

.wp-block-button.aligncenter {
  text-align: center;
}

.alignleft {
  display: inline;
  float: left;
  margin-bottom: 10px;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-bottom: 10px;
  margin-left: 1.5em;
  margin-right: 1em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.gallery {
  margin-bottom: 1.5em;
  width: 100%;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  padding: 0 5px;
}

.wp-block-columns {
  margin-bottom: 1em;
}

figure.gallery-item {
  margin-bottom: 10px;
  display: inline-block;
}

figure.wp-block-gallery {
  margin-bottom: 14px;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
  font-size: 12px;
  color: var(--body-color);
  line-height: 1.5;
  padding: 0.5em 0;
}

.wp-block-cover p:not(.has-text-color),
.wp-block-cover-image-text,
.wp-block-cover-text {
  color: var(--white-color);
}

.wp-block-cover {
  margin-bottom: 15px;
}

.wp-caption-text {
  text-align: center;
}

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption .wp-caption-text {
  margin: 0.5em 0;
  font-size: 14px;
}

.wp-block-media-text,
.wp-block-media-text.alignwide,
figure.wp-block-gallery {
  margin-bottom: 30px;
}

.wp-block-media-text.alignwide {
  background-color: var(--smoke-color);
}

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

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

.wp-block-button {
  margin-bottom: 10px;
}

.wp-block-button:last-child {
  margin-bottom: 0;
}

.wp-block-button .wp-block-button__link {
  color: #fff;
}

.wp-block-button .wp-block-button__link:hover {
  color: #fff;
  background-color: var(--theme-color);
}

.wp-block-button.is-style-outline .wp-block-button__link {
  background-color: transparent;
  border-color: var(--title-color);
  color: var(--title-color);
}

.wp-block-button.is-style-outline .wp-block-button__link:hover {
  color: #fff;
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}

.wp-block-button.is-style-squared .wp-block-button__link {
  border-radius: 0;
}

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

ul.wp-block-latest-posts {
  padding: 0;
  margin: 0;
  margin-bottom: 15px;
}

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

ul.wp-block-latest-posts a:hover {
  color: var(--theme-color);
}

ul.wp-block-latest-posts li {
  margin: 15px 0;
}

.wp-block-search__inside-wrapper {
  position: relative;
}

.wp-block-search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 30px;
}

.wp-block-search .wp-block-search__input {
  width: 100%;
  max-width: 100%;
  border: 1px solid transparent;
  padding-left: 25px;
  border: 1px solid transparent;
  border-radius: 30px;
}

.wp-block-search .wp-block-search__input:focus {
  border-color: var(--theme-color);
}

.wp-block-search .wp-block-search__button {
  margin: 0;
  min-width: 110px;
  height: 100%;
  border: none;
  color: #fff;
  background-color: var(--theme-color);
  border-radius: 30px;
  position: absolute;
  top: 0px;
  right: 0px;
}

.wp-block-search .wp-block-search__button.has-icon {
  min-width: 56px;
}

.wp-block-search .wp-block-search__button:hover {
  background-color: var(--title-color);
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
  padding: 0;
  border: none;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
  padding: 0 8px 0 25px;
}

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

.wp-block-table.is-style-stripes {
  border: 0;
  margin-bottom: 30px;
  border-bottom: 0;
}

.wp-block-table.is-style-stripes th,
.wp-block-table.is-style-stripes td {
  border-color: var(--th-border-color);
}

.logged-in .sticky-wrapper.sticky,
.logged-in .preloader .th-btn {
  top: 32px;
  z-index: 9999;
}

@media (max-width: 782px) {
  .logged-in .sticky-wrapper.sticky,
  .logged-in .preloader .th-btn {
    top: 46px;
  }
}

@media (max-width: 600px) {
  .logged-in .sticky-wrapper.sticky,
  .logged-in .preloader .th-btn {
    top: 0;
  }
}

.post-password-form {
  margin-bottom: 30px;
  margin-top: 20px;
}

.post-password-form p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  gap: 15px;
  /* Extra small devices */
}

@media (max-width: 575px) {
  .post-password-form p {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.post-password-form label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
  margin-bottom: 0;
  line-height: 1;
  margin-top: 0;
  gap: 15px;
  /* Extra small devices */
}

@media (max-width: 575px) {
  .post-password-form label {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.post-password-form input {
  width: 100%;
  border: none;
  height: 55px;
  padding-left: 25px;
  color: var(--body-color);
  border: 1px solid var(--th-border-color);
}

.post-password-form input[type="submit"] {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
  width: 140px;
  border: none;
  color: #fff;
  background-color: var(--theme-color);
  text-align: center;
}

.post-password-form input[type="submit"]:hover {
  background-color: var(--title-color);
}

.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: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: var(--icon-font);
  font-size: 16px;
  font-weight: 500;
  opacity: 1;
  right: 0;
  top: 0;
  color: var(--white-color);
  background-color: var(--theme-color);
  z-index: 1;
  height: 44px;
  width: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 0 20px 0 20px;
  /* 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 {
    border-radius: 0 10px 0 10px;
  }
}

.blog-single.tag-sticky-2::before, .blog-single.sticky::before {
  content: "\f08d";
}

.blog-single.format-quote:before {
  content: "\f10e";
}

.blog-single .blog-content .wp-block-categories-dropdown.wp-block-categories,
.blog-single .blog-content .wp-block-archives-dropdown {
  display: block;
  margin-bottom: 30px;
}

.blog-details .blog-single:before {
  display: none;
}

.blog-details .blog-single .blog-content {
  background-color: transparent;
  overflow: hidden;
}

.blog-details .blog-single.format-chat .blog-meta {
  margin-bottom: 20px;
}

.blog-details .blog-single.format-chat .blog-content > p:nth-child(2n) {
  background: var(--smoke-color);
  padding: 5px 20px;
}

.blog-details .blog-single.tag-sticky-2, .blog-details .blog-single.sticky, .blog-details .blog-single.format-quote, .blog-details .blog-single.format-link {
  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;
}

.nof-title {
  margin-top: -0.24em;
}

.th-search {
  background-color: var(--smoke-color2);
  margin-bottom: 30px;
  border-radius: 15px;
  overflow: hidden;
}

.th-search .search-grid-content {
  padding: 30px;
  /* Small devices */
}

@media (max-width: 767px) {
  .th-search .search-grid-content {
    padding: 20px;
  }
}

.th-search .search-grid-title {
  font-size: 20px;
  margin-bottom: 5px;
  margin-top: 0;
}

.th-search .search-grid-title a {
  color: inherit;
}

.th-search .search-grid-title a:hover {
  color: var(--theme-color);
}

.th-search .search-grid-meta > * {
  display: inline-block;
  margin-right: 15px;
  font-size: 14px;
}

.th-search .search-grid-meta > *:last-child {
  margin-right: 0;
}

.th-search .search-grid-meta a,
.th-search .search-grid-meta span {
  color: var(--body-color);
}

/* 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;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}

@media (max-width: 768px) {
  .wp-block-latest-comments {
    padding-left: 10px;
  }
  .page--content.clearfix + .th-comment-form {
    margin-top: 24px;
  }
}

/*=================================
    02. Reset
==================================*/
/*------------------- 2.1. Container -------------------*/
/* Medium Large devices */
@media (max-width: 1399px) {
  :root {
    --main-container: 1250px;
  }
}

@media only screen and (min-width: 1300px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: calc(var(--main-container) + var(--container-gutters));
    padding-left: calc(var(--container-gutters) / 2);
    padding-right: calc(var(--container-gutters) / 2);
  }
  .container-xxl.px-0,
  .container-xl.px-0,
  .container-lg.px-0,
  .container-md.px-0,
  .container-sm.px-0,
  .container.px-0 {
    max-width: var(--main-container);
  }
}

@media only screen and (min-width: 1300px) {
  .th-container {
    --main-container: 1140px;
  }
}

@media only screen and (min-width: 1300px) {
  .th-container2 {
    --main-container: 1544px;
  }
}

@media only screen and (min-width: 1300px) {
  .th-container3 {
    --main-container: 1720px;
  }
}

@media only screen and (min-width: 1300px) {
  .th-container4 {
    --main-container: 1800px;
  }
}

@media only screen and (min-width: 1300px) {
  .th-container5 {
    --main-container: 1760px;
  }
}

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

.container-gallery {
  max-width: 1840px;
}

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

@media (min-width: 1300px) {
  .row {
    --bs-gutter-x: 24px;
  }
}

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

.g-0 {
  --bs-gutter-y: 0;
  --bs-gutter-x: 0;
}

.gx-0 {
  --bs-gutter-x: 0;
}

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

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

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

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

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

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

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

@media (min-width: 1299px) {
  .gx-60 {
    --bs-gutter-x: 60px;
  }
}

@media (min-width: 1399px) {
  .gx-30 {
    --bs-gutter-x: 30px;
  }
  .gx-25 {
    --bs-gutter-x: 25px;
  }
  .gx-40 {
    --bs-gutter-x: 40px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .gy-50 {
    --bs-gutter-y: 40px;
  }
}

/*------------------- 2.3. Input -------------------*/
select,
.form-control,
.form-select,
textarea,
input {
  height: 56px;
  padding: 0 25px 0 25px;
  padding-right: 50px;
  border: 1px solid var(--gray-color);
  color: var(--body-color);
  background-color: var(--white-color);
  font-size: 14px;
  width: 100%;
  font-family: var(--body-font);
  font-weight: 400;
  border-radius: 8px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s 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-color: var(--white-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::-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::-moz-placeholder, .form-control::-moz-placeholder, .form-select::-moz-placeholder, textarea::-moz-placeholder, input::-moz-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::-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);
}

.form-select,
select {
  display: block;
  width: 100%;
  line-height: 1.5;
  vertical-align: middle;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
  background-position: right 26px center;
  background-repeat: no-repeat;
  background-size: 16px 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.form-select.style2,
select.style2 {
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='6' viewBox='0 0 11 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.87109 1.71094L5.71484 5.62109C5.56901 5.7487 5.41406 5.8125 5.25 5.8125C5.08594 5.8125 4.9401 5.7487 4.8125 5.62109L0.65625 1.71094C0.382812 1.40104 0.373698 1.09115 0.628906 0.78125C0.920573 0.507812 1.23047 0.498698 1.55859 0.753906L5.25 4.25391L8.96875 0.753906C9.27865 0.498698 9.57943 0.498698 9.87109 0.753906C10.1263 1.08203 10.1263 1.40104 9.87109 1.71094Z' fill='%238B929C'/%3E%3C/svg%3E");
}

textarea.form-control,
textarea {
  min-height: 154px;
  padding-top: 16px;
  padding-bottom: 17px;
}

.form-group {
  margin-bottom: var(--bs-gutter-x);
  position: relative;
}

.form-group > i,
.form-group > img {
  display: inline-block;
  position: absolute;
  right: 35px;
  top: 17px;
  font-size: 14px;
  color: var(--body-color);
}

.form-group > i.fa-envelope,
.form-group > img.fa-envelope {
  padding-top: 1px;
}

.form-group > i.fa-comment,
.form-group > img.fa-comment {
  margin-top: -2px;
}

.form-group > i.fa-chevron-down,
.form-group > img.fa-chevron-down {
  width: 17px;
  background-color: var(--smoke-color2);
}

.form-group.has-label > i {
  top: 50px;
}

[class*="col-"].form-group > i {
  right: calc((var(--bs-gutter-x) / 2) + 25px);
}

.form-rounded-10 .form-control,
.form-rounded-10 .form-select {
  border-radius: 10px !important;
}

.form-rounded-10 .th-btn {
  border-radius: 10px;
}

option:checked, option:focus, option:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

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

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

input[type="checkbox"] {
  visibility: hidden;
  opacity: 0;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  display: none;
}

input[type="checkbox"]:checked ~ label:before {
  content: "\f00c";
  color: var(--white-color);
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}

input[type="checkbox"] ~ label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: block;
}

input[type="checkbox"] ~ label:before {
  content: '';
  font-family: var(--icon-font);
  font-weight: 700;
  position: absolute;
  left: 0px;
  top: 3.5px;
  background-color: var(--white-color);
  border: 1px solid var(--th-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;
  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;
  -webkit-transition: all 0.2s ease;
  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;
}

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

input[type=date] {
  padding: 0 25px 0 25px;
  position: relative;
}

input[type=date]::-webkit-calendar-picker-indicator {
  background: transparent;
  position: absolute;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: 1;
  cursor: pointer;
}

[class*="col-"].form-group > i {
  right: calc((var(--bs-gutter-x) / 2) + 25px);
}

[class*="col-"].form-group .form-icon-left {
  left: calc((var(--bs-gutter-x) / 2) + 30px);
  right: auto;
}

input[type=time] {
  padding: 0 30px;
  position: relative;
}

input[type=time]::-webkit-calendar-picker-indicator {
  background: transparent;
  position: absolute;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: 1;
  cursor: pointer;
}

/*------------------- 2.4. nice-select -------------------*/
:root {
  --input-height: 56px;
}

.nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-image: none;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  position: relative;
  line-height: calc(var(--input-height) - 2px);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
}

.nice-select:after {
  content: '';
  font-family: var(--icon-font);
  font-weight: 700;
  font-size: 16px;
  pointer-events: none;
  border-bottom: 1px solid var(--body-color);
  border-right: 1px solid var(--body-color);
  position: absolute;
  right: 20px;
  line-height: calc(var(--input-height) - 2px);
  top: 21px;
  height: 8px;
  width: 8px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.nice-select.open .list {
  opacity: 1;
  border-radius: 0;
  pointer-events: auto;
  display: block;
  -webkit-transform: scale(1) translateY(0);
      -ms-transform: scale(1) translateY(0);
          transform: scale(1) translateY(0);
  border-bottom: 1px solid var(--theme-color);
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #cccccc;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .list {
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  max-height: 250px;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  -webkit-transform: scale(0.75) translateY(-28px);
      -ms-transform: scale(0.75) translateY(-28px);
          transform: scale(0.75) translateY(-28px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: var(--smoke-color);
}

.nice-select .option.selected {
  font-weight: bold;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

.currency-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.currency-menu img {
  min-width: 16px;
  min-height: 16px;
  position: relative;
}

.currency-menu .nice-select {
  font-family: var(--body-font);
  background: none;
  border: none;
  width: 100%;
  color: var(--black-color2);
  font-weight: 400;
  font-size: 14px;
  padding-left: 15px;
  line-height: 16px;
  padding: 0;
  border-radius: 0;
  padding-right: 50px;
  margin-right: 20px;
  border-right: 1px solid var(--body-color);
  height: 16px;
}

.currency-menu .nice-select .list {
  left: -20px;
}

.currency-menu .nice-select:after {
  content: "\f107";
  right: 35px;
  top: -19px;
  font-size: 14px;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  border-bottom: none;
  border-right: none;
}

.currency-menu .nice-select.open:after {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.currency-menu .nice-select.open .list {
  left: -20px;
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
      -ms-transform: scale(1) translateY(0);
          transform: scale(1) translateY(0);
}

.currency-menu .nice-select .option {
  color: var(--title-color);
  min-height: 30px;
}

.currency-menu .nice-select .option.selected {
  color: var(--theme-color) !important;
  background: var(--theme-color) !important;
}

.currency-menu .nice-select .option.selected.focus {
  color: #fff !important;
  background: var(--theme-color) !important;
}

.currency-menu .nice-select .option:hover, .currency-menu .nice-select .option.focus {
  background: var(--theme-color) !important;
  color: #fff !important;
}

/*------------------- 2.5. Slick Slider -------------------*/
.swiper-wrapper.row {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

.th-slider.has-shadow {
  padding-left: 12px;
  padding-right: 12px;
  margin: -25px -12px;
}

.th-slider.has-shadow .swiper-wrapper {
  padding: 25px 0;
}

.swiper-fade .swiper-slide {
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}

.swiper-fade .swiper-slide-prev {
  opacity: 0;
}

.swiper-pagination-progressbar {
  --swiper-pagination-progressbar-size: 2px;
  background: var(--th-border-color);
  position: relative;
  margin-top: 30px;
  margin-bottom: 24px;
  /* Large devices */
}

@media (max-width: 1199px) {
  .swiper-pagination-progressbar {
    margin-top: 20px;
  }
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--theme-color);
}

.slider-controller {
  margin-top: 60px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  /* Large devices */
}

.slider-controller .button {
  width: calc(100% - 204px);
}

.slider-controller .slider-arrow {
  min-width: 56px;
}

@media (max-width: 1199px) {
  .slider-controller {
    margin-top: 45px;
  }
}

.swiper-pagination-bullets {
  position: relative;
  z-index: 3;
  text-align: center;
  margin: 45px 0 10px 0;
  padding-bottom: 20px;
  line-height: 20px;
  height: 16px;
}

.swiper-pagination-bullets .swiper-pagination-bullet {
  display: inline-block;
  --swiper-pagination-bullet-size: 16px;
  --swiper-pagination-bullet-horizontal-gap: 15px;
  margin: 5px 7px;
  opacity: 1;
  background-color: transparent;
  border: 1px solid #113D48;
  color: #E4E4E4;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  /* Extra small devices */
}

@media (max-width: 575px) {
  .swiper-pagination-bullets .swiper-pagination-bullet {
    --swiper-pagination-bullet-horizontal-gap: 8px;
  }
}

.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}

.slider-area {
  position: relative;
}

.slider-arrow {
  display: inline-block;
  padding: 0;
  background-color: var(--white-color);
  border: 1px solid var(--white-color);
  box-shadow: 0px 20px 20px rgba(204, 204, 204, 0.25);
  border-radius: 48px;
  color: var(--theme-color);
  position: absolute;
  top: 50%;
  left: var(--pos-x, -120px);
  width: var(--icon-size, 88px);
  height: var(--icon-size, 56px);
  line-height: var(--icon-size, 56px);
  font-size: var(--icon-font-size, 18px);
  margin-top: calc(var(--icon-size, 56px) / -2);
  z-index: 3;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  /* Extra large devices */
}

@media (max-width: 1500px) {
  .slider-arrow {
    display: none !important;
  }
}

.slider-arrow.style2 {
  width: var(--icon-size, 56px);
  height: var(--icon-size, 56px);
  background-color: var(--theme-color);
  color: var(--white-color);
  border-color: var(--theme-color);
}

.slider-arrow.style2:hover {
  background-color: var(--title-color);
  color: var(--white-color);
  border-color: var(--title-color);
  border-color: var(--title-color);
}

.slider-arrow.style3 {
  background-color: var(--white-color);
  color: var(--white-color);
  --icon-size: 48px;
  line-height: 48px;
  border-radius: 50%;
  border-color: var(--white-color);
}

.slider-arrow.style3:hover {
  background-color: var(--title-color);
  color: var(--white-color);
  border-color: var(--white-color);
}

.slider-arrow.style4 {
  background-color: transparent;
  color: var(--title-color);
  border-color: #E4E4E4;
  box-shadow: none;
  font-size: var(--icon-font-size, 22px);
}

.slider-arrow.style4:hover {
  background-color: var(--title-color);
  color: var(--white-color);
  border-color: var(--title-color);
  border-color: var(--title-color);
}

.slider-arrow.style5 {
  border: 1px solid var(--title-color);
  /* Extra large devices */
}

.slider-arrow.style5:hover {
  border-color: var(--theme-color);
}

@media (max-width: 1500px) {
  .slider-arrow.style5 {
    display: inline-block !important;
  }
}

.slider-arrow.style6 {
  --icon-size: 64px;
  border: 1px solid #E1E4E5;
  box-shadow: none;
  /* Extra large devices */
}

.slider-arrow.style6:hover {
  border-color: var(--theme-color);
}

@media (max-width: 1500px) {
  .slider-arrow.style6 {
    display: inline-block !important;
  }
}

.slider-arrow.style7 {
  --icon-size: 64px;
  border: 1px solid var(--title-color);
  box-shadow: none;
  background-color: transparent;
  /* Extra large devices */
}

.slider-arrow.style7:hover {
  background-color: var(--title-color);
  border-color: var(--title-color);
}

@media (max-width: 1500px) {
  .slider-arrow.style7 {
    display: inline-block !important;
  }
}

.slider-arrow.default {
  position: relative;
  --pos-x: 0;
  margin-top: 0;
}

.slider-arrow.slider-next {
  right: var(--pos-x, -120px);
  left: auto;
}

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

.slider-arrow:hover img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

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

.arrow-wrap {
  position: relative;
}

.arrow-wrap .slider-arrow {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.4);
      -ms-transform: scale(0.4);
          transform: scale(0.4);
  /* Medium Large devices */
}

@media (max-width: 1299px) {
  .arrow-wrap .slider-arrow {
    display: none;
  }
}

.arrow-wrap:hover .slider-arrow {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

/* Extra large devices */
@media (max-width: 1500px) {
  .slider-arrow {
    --arrow-horizontal: -20px;
    --pos-x: -70px;
  }
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .slider-arrow {
    --arrow-horizontal: 40px;
    --pos-x: -17px;
  }
}

.icon-box .slider-arrow {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  visibility: visible;
}

.icon-box .slider-arrow:not(:last-child) {
  margin-right: 8px;
}

/* Medium devices */
@media (max-width: 991px) {
  .slider-arrow {
    --icon-size: 40px;
    line-height: 38px;
    margin-right: 40px;
    font-size: 14px;
  }
  .slider-arrow.slider-next {
    margin-right: 0;
    margin-left: 40px;
  }
  .slick-dots {
    margin: 40px 0 0 0;
  }
  .icon-box .slider-arrow {
    margin-right: 0;
  }
}

.slick-3d-active {
  margin-left: -12%;
  margin-right: -12%;
}

.slick-3d-active .slick-list {
  padding-left: 30% !important;
  padding-right: 30% !important;
}

.slick-3d-active .slick-track {
  max-width: 100% !important;
  -webkit-transform: translate3d(0, 0, 0) !important;
          transform: translate3d(0, 0, 0) !important;
  -webkit-perspective: 100px;
          perspective: 100px;
}

.slick-3d-active .slick-slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  width: 100% !important;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: transform 1s, opacity 1s;
  transition: transform 1s, opacity 1s, -webkit-transform 1s;
}

.slick-3d-active .slick-3d-next,
.slick-3d-active .slick-3d-prev,
.slick-3d-active .slick-3d-next2,
.slick-3d-active .slick-3d-prev2 {
  display: block;
}

.slick-3d-active .slick-current {
  opacity: 1;
  position: relative;
  display: block;
  z-index: 2;
}

.slick-3d-active .slick-3d-next {
  opacity: 1;
  -webkit-transform: translate3d(50%, 0, -21px);
          transform: translate3d(50%, 0, -21px);
  z-index: 1;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

.slick-3d-active .slick-3d-next2 {
  opacity: 1;
  -webkit-transform: translate3d(40%, 0, -23px);
          transform: translate3d(40%, 0, -23px);
  z-index: 0;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

.slick-3d-active .slick-3d-prev {
  opacity: 1;
  -webkit-transform: translate3d(-50%, 0, -21px);
          transform: translate3d(-50%, 0, -21px);
}

.slick-3d-active .slick-3d-prev .testi-card {
  box-shadow: none;
}

.slick-3d-active .slick-3d-prev2 {
  opacity: 1;
  -webkit-transform: translate3d(-40%, 0, -23px);
          transform: translate3d(-40%, 0, -23px);
}

/*------------------- 2.6. Mobile Menu -------------------*/
.th-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%;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
  opacity: 0;
  visibility: hidden;
}

.th-menu-wrapper .mobile-logo {
  padding-bottom: 30px;
  padding-top: 40px;
  display: block;
  text-align: center;
  background-color: var(--smoke-color);
}

.th-menu-wrapper .mobile-logo svg {
  max-width: 185px;
}

.th-menu-wrapper .th-menu-toggle {
  border: none;
  font-size: 22px;
  position: absolute;
  right: -16.5px;
  top: 25px;
  padding: 0;
  line-height: 1;
  width: 33px;
  height: 33px;
  line-height: 35px;
  font-size: 18px;
  z-index: 1;
  color: var(--white-color);
  background-color: var(--title-color);
  border-radius: 50%;
}

.th-menu-wrapper .th-menu-toggle:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}

.th-menu-wrapper .th-menu-area {
  width: 100%;
  max-width: 310px;
  background-color: #fff;
  border-right: 3px solid var(--title-color);
  height: 100%;
  position: relative;
  left: -110%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
  z-index: 1;
}

.th-menu-wrapper.th-body-visible {
  opacity: 1;
  visibility: visible;
}

.th-menu-wrapper.th-body-visible .th-menu-area {
  left: 0;
  opacity: 1;
  visibility: visible;
}

.th-mobile-menu {
  overflow-y: scroll;
  max-height: calc(100vh - 200px);
  padding-bottom: 40px;
  margin-top: 33px;
  text-align: left;
}

.th-mobile-menu ul {
  margin: 0;
  padding: 0 0;
}

.th-mobile-menu ul li {
  border-bottom: 1px solid #fdedf1;
  list-style-type: none;
}

.th-mobile-menu ul li li:first-child {
  border-top: 1px solid #fdedf1;
}

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

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

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

.th-mobile-menu ul li.th-active > a:before {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.th-mobile-menu ul li ul li:last-child {
  border-bottom: none;
}

.th-mobile-menu ul .menu-item-has-children > a .th-mean-expand {
  position: absolute;
  right: 0;
  top: 50%;
  font-weight: 400;
  font-size: 12px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  margin-top: -12.5px;
  display: inline-block;
  text-align: center;
  background-color: var(--smoke-color);
  color: var(--title-color);
  box-shadow: 0 0 20px -8px rgba(173, 136, 88, 0.5);
  border-radius: 50%;
}

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

.th-mobile-menu ul .menu-item-has-children > a:after {
  content: "\f067";
  font-family: var(--icon-font);
  width: 22px;
  height: 22px;
  line-height: 22px;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  border-radius: 50px;
  background-color: var(--smoke-color);
  float: right;
  margin-top: 1px;
}

.th-mobile-menu ul .menu-item-has-children.th-active > a .th-mean-expand:before {
  content: '\f068';
}

.th-mobile-menu ul .menu-item-has-children.th-active > a:after {
  content: "\f068";
}

.th-mobile-menu > ul {
  padding: 0 40px;
}

.th-mobile-menu > ul > li:last-child {
  border-bottom: none;
}

.th-menu-toggle {
  width: 56px;
  height: 56px;
  padding: 0;
  font-size: 20px;
  border: none;
  border-radius: 8px;
  background-color: var(--theme-color);
  color: var(--white-color);
  display: inline-block;
}

.th-menu-toggle:hover {
  background-color: var(--title-color);
}

.th-menu-toggle.style-text, .th-menu-toggle.style-text-white {
  width: auto;
  height: auto;
  background-color: transparent;
  color: var(--title-color);
  font-size: 20px;
}

.th-menu-toggle.style-text i, .th-menu-toggle.style-text-white i {
  margin-right: 10px;
}

.th-menu-toggle.style-text-white {
  color: var(--white-color);
}

@media (max-width: 400px) {
  .th-menu-wrapper .th-menu-area {
    width: 100%;
    max-width: 270px;
  }
  .th-mobile-menu > ul {
    padding: 0 20px;
  }
}

/*=================================
    03. Utilities
==================================*/
/*------------------- 3.1. Preloader -------------------*/
/*======================= 
    Preloader
=======================*/
.preloader {
  position: fixed;
  inset: 0;
  z-index: 999;
  background-color: var(--white-color);
}

.preloader-inner {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 40%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  line-height: 1;
}

.preloader-inner img {
  display: block;
  margin: 0 auto 30px auto;
}

.th-preloader {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
}

.th-preloader .animation-preloader {
  position: absolute;
  z-index: 100;
}

.th-preloader .animation-preloader .txt-loading {
  font-family: var(--title-font);
  font-size: 72px;
  line-height: 82px;
  font-weight: 700;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.th-preloader .animation-preloader .txt-loading p {
  display: inline-block;
}

.th-preloader .animation-preloader .txt-loading .characters {
  color: rgba(0, 0, 0, 0.2);
  position: relative;
}

.th-preloader .animation-preloader .txt-loading .characters:before {
  -webkit-animation: characters 4s infinite;
          animation: characters 4s infinite;
  color: var(--theme-color);
  content: attr(preloader-text);
  left: 0;
  opacity: 0;
  position: absolute;
  top: 10px;
  -webkit-transform: rotateY(-90deg);
          transform: rotateY(-90deg);
}

.th-preloader .animation-preloader .txt-loading .characters:nth-child(2):before {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.th-preloader .animation-preloader .txt-loading .characters:nth-child(3):before {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.th-preloader .animation-preloader .txt-loading .characters:nth-child(4):before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.th-preloader .animation-preloader .txt-loading .characters:nth-child(5):before {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.th-preloader .animation-preloader .txt-loading .characters:nth-child(6):before {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

/* Animation of letters loading from the preloader */
@-webkit-keyframes characters {
  0%,
  75%,
  100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
            transform: rotateY(-90deg);
  }
  25%,
  50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}
@keyframes characters {
  0%,
  75%,
  100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
            transform: rotateY(-90deg);
  }
  25%,
  50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}

/*------------------- 3.2. Buttons -------------------*/
.th-btn {
  position: relative;
  z-index: 2;
  overflow: hidden;
  vertical-align: middle;
  text-align: center;
  background-color: var(--theme-color);
  color: var(--white-color);
  font-family: var(--body-font);
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: capitalize;
  border: none;
  font-size: 16px;
  font-weight: 400;
  padding: 18.8px 35px;
  border-radius: 48px;
  -webkit-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  gap: 8px;
}

.th-btn.th-icon:after {
  content: '';
  position: relative;
  -webkit-mask-image: url(../img/icon/arrow-right.svg);
          mask-image: url(../img/icon/arrow-right.svg);
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: auto;
          mask-size: auto;
  background-color: var(--white-color);
  width: 24px;
  height: 24px;
  display: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.th-btn:before {
  content: '';
  width: 0;
  height: 100%;
  border-radius: 30em;
  position: absolute;
  top: 0;
  left: -5%;
  background-color: var(--title-color);
  -webkit-transition: .5s ease;
  transition: .5s ease;
  display: block;
  z-index: -1;
}

.th-btn:hover, .th-btn.active {
  color: var(--white-color);
  box-shadow: none;
}

.th-btn:hover.th-icon i, .th-btn.active.th-icon i {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.th-btn:hover:before, .th-btn.active:before {
  width: 110%;
}

.th-btn.style1:before, .th-btn.style1:after {
  background-color: var(--white-color);
}

.th-btn.style1:hover {
  color: var(--title-color);
}

.th-btn.style1:hover.th-icon:after {
  background-color: var(--title-color);
}

.th-btn.style1:hover:before, .th-btn.style1:hover:after {
  background-color: var(--white-color);
}

.th-btn.style2 {
  background-color: transparent;
  color: var(--white-color);
  border: 1px solid var(--white-color);
}

.th-btn.style2:hover {
  color: var(--black-color2);
  border: 1px solid var(--white-color);
}

.th-btn.style2:hover:after {
  background-color: var(--title-color);
}

.th-btn.style2:before {
  background-color: var(--white-color);
}

.th-btn.style3 {
  background-color: var(--title-color);
  color: var(--white-color);
  box-shadow: none;
  border: none;
}

.th-btn.style3:before {
  background-color: var(--theme-color);
}

.th-btn.style4 {
  background-color: transparent;
  color: var(--title-color);
  border: 1px solid var(--title-color);
  padding: 14px 25px;
}

.th-btn.style4.th-icon:after {
  background-color: var(--title-color);
}

.th-btn.style4:hover {
  color: var(--white-color);
  border: 1px solid var(--theme-color);
}

.th-btn.style4:hover.th-icon:after {
  background-color: var(--white-color);
}

.th-btn.style4:before {
  background-color: var(--theme-color);
}

.th-btn.style5 {
  background-color: var(--title-color);
  color: var(--white-color);
  box-shadow: none;
  border: none;
}

.th-btn.style5:before {
  background-color: var(--white-color);
}

.th-btn.style5:hover {
  color: var(--title-color);
}

.th-btn.style6 {
  background-color: var(--smoke-color);
  color: var(--title-color);
  box-shadow: none;
  border: none;
}

.th-btn.style6:before {
  background-color: var(--theme-color);
}

.th-btn.style6:after {
  background-color: var(--title-color);
}

.th-btn.style6:hover {
  color: var(--white-color);
}

.th-btn.style6:hover:after {
  background-color: var(--white-color);
}

.th-btn.style7:before, .th-btn.style7:after {
  background-color: var(--white-color);
}

.th-btn.style7:hover {
  color: var(--title-color);
}

.th-btn.style7:hover:before, .th-btn.style7:hover:after {
  background-color: var(--white-color);
}

.th-btn.style7:hover:after {
  background-color: var(--title-color);
}

.th-btn.white-btn {
  background-color: var(--white-color);
  color: var(--black-color2);
}

.th-btn.th-radius {
  border-radius: 0;
}

.th-btn.th-radius2 {
  border-radius: 8px;
}

.th-btn.btn-fw {
  width: 100%;
  padding: 18px 30px;
}

.icon-btn {
  display: inline-block;
  width: var(--btn-size, 46px);
  height: var(--btn-size, 46px);
  line-height: var(--btn-size, 43px);
  font-size: var(--btn-font-size, 18px);
  background-color: transparent;
  border: 2px solid #888C97;
  color: var(--title-color);
  text-align: center;
  border-radius: 99px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  position: relative;
}

.icon-btn.th-icon i {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

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

.icon-btn:hover.th-icon i {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.icon-btn.style2 {
  background-color: var(--theme-color);
  color: var(--white-color);
  border: none;
  border-radius: 99px;
}

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

.play-btn {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.play-btn > i {
  display: inline-block;
  width: var(--icon-size, 56px);
  height: var(--icon-size, 56px);
  line-height: var(--icon-size, 56px);
  text-align: center;
  background: var(--white-color);
  color: var(--title-color);
  font-size: var(--icon-font-size, 1.7em);
  border-radius: 50%;
  z-index: 1;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

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

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

.play-btn:hover:after, .play-btn:hover::before,
.play-btn:hover i {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.play-btn.style2 > i {
  background-color: rgba(255, 255, 255, 0.3);
  color: var(--white-color);
}

.play-btn.style2:before, .play-btn.style2:after {
  background-color: transparent;
  border: 1px solid var(--white-color);
}

.play-btn.style3 > i {
  --icon-size: 40px;
  font-size: 14px;
  border: 1px solid;
  background-color: var(--theme-color);
  color: var(--white-color);
}

.play-btn.style3:before, .play-btn.style3:after {
  background-color: var(--white-color);
}

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

.play-btn.style3:hover:before, .play-btn.style3:hover:after {
  background-color: var(--white-color);
}

.link-btn {
  font-weight: 600;
  font-size: 14px;
  display: inline-block;
  line-height: 0.8;
  position: relative;
  padding-bottom: 2px;
  margin-bottom: -2px;
  text-transform: uppercase;
  color: var(--theme-color);
}

.link-btn i {
  margin-left: 5px;
  font-size: 0.9rem;
}

.link-btn:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: var(--theme-color);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

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

.link-btn:hover::before {
  width: 100%;
}

.line-btn {
  font-family: var(--body-font);
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  padding-bottom: 2px;
  margin-bottom: -1px;
  text-transform: uppercase;
  color: var(--theme-color);
}

.line-btn.th-icon i {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.line-btn i {
  margin-left: 5px;
  font-size: 0.9rem;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.line-btn:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: var(--theme-color);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.line-btn:hover {
  color: var(--title-color);
}

.line-btn:hover.th-icon i {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.line-btn:hover::before {
  background-color: var(--title-color);
  width: 45px;
}

.scroll-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 10000;
  opacity: 1;
  visibility: hidden;
  -webkit-transform: translateY(45px);
      -ms-transform: translateY(45px);
          transform: translateY(45px);
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}

.scroll-top:after {
  content: "\f062";
  font-family: var(--icon-font);
  position: absolute;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  color: var(--theme-color);
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  z-index: 1;
  border: 2px solid var(--theme-color);
  box-shadow: none;
  border-radius: 50%;
}

.scroll-top svg {
  color: var(--theme-color);
  border-radius: 50%;
  background: var(--white-color);
}

.scroll-top svg path {
  fill: none;
}

.scroll-top .progress-circle path {
  stroke: var(--theme-color);
  stroke-width: 20px;
  box-sizing: border-box;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

.scroll-top.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

/*------------------- 3.3. Titles -------------------*/
.sec-title {
  margin-bottom: calc(var(--section-title-space) - 11px);
}

.sub-title {
  display: block;
  color: var(--title-color);
  font-size: 40px;
  line-height: 40px;
  font-weight: 400;
  font-family: var(--style-font);
  position: relative;
  margin-bottom: -4px;
  /* Extra small devices */
}

@media (max-width: 480px) {
  .sub-title {
    font-size: 30px;
    line-height: 30px;
  }
}

@media (max-width: 375px) {
  .sub-title {
    font-size: 25px;
    line-height: 25px;
  }
}

.sub-title.extra-sub {
  color: #F8BC22;
  margin-bottom: 10px;
}

.box-title {
  font-size: 24px;
  line-height: 1.417;
  font-weight: 600;
  margin-top: -0.32em;
}

.box-title a {
  color: inherit;
}

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

.box-subtitle {
  margin-bottom: 8px;
}

.box-title2 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  margin-top: -0.35em;
}

.box-title2 a {
  color: inherit;
}

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

.sec-text {
  font-size: 18px;
  line-height: 26px;
}

.sec-text.style2 {
  max-width: 776px;
  /* Medium devices */
}

@media (max-width: 991px) {
  .sec-text.style2 {
    display: block;
    margin: auto auto 50px auto;
    text-align: center;
  }
}

.title-area {
  margin-bottom: calc(var(--section-title-space) - 11px);
  position: relative;
  z-index: 2;
}

.title-area .sec-title {
  margin-bottom: 22px;
}

.title-area.mb-0 .sec-title {
  margin-bottom: -0.24em;
}

.title-area .th-btn {
  margin-top: 20px;
  margin-bottom: 10px;
}

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

hr.title-line {
  margin-top: 0;
  background-color: var(--th-border-color);
  opacity: 1;
}

.sec-btn {
  text-align: center;
}

.sec-btn,
.title-line {
  margin-bottom: var(--section-title-space);
}

.shadow-title {
  font-family: var(--title-font);
  font-weight: 800;
  font-size: 250px;
  line-height: 250px;
  text-transform: capitalize;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.7) 28.89%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.7) 28.89%, rgba(255, 255, 255, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin: -0.45em 0 -0.45em -0.25em;
}

.shadow-title.color2 {
  background-image: -webkit-linear-gradient(top, #232C47 0%, rgba(20, 29, 56, 0) 91.15%);
  background-image: linear-gradient(180deg, #232C47 0%, rgba(20, 29, 56, 0) 91.15%);
}

.shadow-title.color3 {
  background-image: -webkit-linear-gradient(top, #E0E0E0 0%, rgba(220, 214, 214, 0) 93.75%);
  background-image: linear-gradient(180deg, #E0E0E0 0%, rgba(220, 214, 214, 0) 93.75%);
}

.title-area2 {
  padding: 50px 100px;
}

.title-area2 .subtitle {
  color: var(--white-color);
  text-transform: uppercase;
  margin-top: -0.4em;
  margin-bottom: 5px;
  display: block;
}

.title-area2 .title {
  color: var(--white-color);
  max-width: 430px;
  margin-bottom: -0.26em;
}

@media (max-width: 1700px) {
  .title-area2 {
    padding: 50px 50px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .shadow-title {
    font-size: 180px;
  }
  .title-area,
  .sec-title {
    --section-title-space: 60px;
  }
  .title-area.mb-45,
  .sec-title.mb-45 {
    margin-bottom: 36px;
  }
  .title-area.mb-50,
  .sec-title.mb-50 {
    margin-bottom: 40px;
  }
  .sec-btn,
  .title-line {
    --section-title-space: 55px;
  }
  .title-area2 .title {
    max-width: 300px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .title-area,
  .sec-title {
    --section-title-space: 50px;
  }
  .title-area.mb-45,
  .sec-title.mb-45 {
    margin-bottom: 35px;
  }
  .sec-btn,
  .title-line {
    --section-title-space: 50px;
  }
  .sub-title.h4 {
    font-size: 22px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .sub-title {
    margin-bottom: 10px;
  }
  .title-area2 {
    text-align: center;
  }
  .title-area2 .title {
    max-width: 100%;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .shadow-title {
    font-size: 100px;
    line-height: 150px;
  }
}

/* Extra small devices */
@media (max-width: 375px) {
  .title-area2 {
    padding: 40px 20px;
  }
}

.tx-split-text .split-line {
  overflow: hidden;
}

.title-ani,
.text-ani {
  text-align: inherit !important;
}

.title-ani > *,
.text-ani > * {
  text-align: inherit !important;
}

#smooth-wrapper {
  padding-top: var(--headerHeight);
}

/*------------------- 3.4. Common -------------------*/
.shape-mockup-wrap {
  z-index: 2;
  position: relative;
}

.shape-mockup {
  position: absolute;
  z-index: -1;
  pointer-events: none;
}

@media (max-width: 1600px) {
  .shape-mockup {
    display: none !important;
  }
}

.shape-mockup.z-index-3 {
  z-index: 3;
  pointer-events: none;
}

.shape-mockup.z-index-1 {
  z-index: 1;
  pointer-events: none;
}

.shape-mockup .svg-img {
  height: 110px;
  width: 110px;
}

.shape-mockup.hero_wrap {
  z-index: 1;
}

@media (max-width: 1599px) {
  .shape-mockup.hero_wrap {
    display: none !important;
  }
}

.shape-mockup.shape1 {
  -webkit-animation: cloudAni 10s linear infinite;
          animation: cloudAni 10s linear infinite;
}

@media (max-width: 1599px) {
  .shape-mockup.shape1 {
    display: none !important;
  }
}

.shape-mockup.shape2 {
  -webkit-animation: cloudAni 15s linear infinite;
          animation: cloudAni 15s linear infinite;
}

@media (max-width: 1599px) {
  .shape-mockup.shape2 {
    display: none !important;
  }
}

.shape-mockup.shape3 {
  -webkit-animation: cloudAni 20s linear infinite;
          animation: cloudAni 20s linear infinite;
}

@media (max-width: 1599px) {
  .shape-mockup.shape3 {
    display: none !important;
  }
}

@media (max-width: 1599px) {
  .shape-mockup.about-shape3 {
    display: block !important;
  }
}

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

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

.z-index-3 {
  z-index: 3;
}

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

.media-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          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.25em 0.45em;
  font-size: 0.7em;
  border-radius: 50%;
  top: 8px;
  right: 8px;
  font-weight: 400;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.th-social a {
  display: inline-block;
  width: var(--icon-size, 32px);
  height: var(--icon-size, 32px);
  line-height: var(--icon-size, 32px);
  background-color: #E9F6F9;
  color: var(--theme-color);
  font-size: 16px;
  border-radius: 50%;
  text-align: center;
  margin-right: 5px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.th-social a:last-child {
  margin-right: 0;
}

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

.th-social a:hover i {
  -webkit-animation: slideTop 0.5s;
          animation: slideTop 0.5s;
}

.th-social.color-theme a {
  color: var(--body-color);
  border-color: var(--theme-color);
}

.bg-mask {
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

.box-icon img {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.box-text {
  margin-bottom: -0.5em;
}

.btn-group {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  /* Small devices */
  /* Extra small devices */
}

.btn-group.style1 {
  gap: 40px;
  /* Extra small devices */
}

@media (max-width: 375px) {
  .btn-group.style1 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.btn-group.style2 {
  gap: 20px 70px;
  /* Small devices */
}

@media (max-width: 767px) {
  .btn-group.style2 {
    gap: 20px 30px;
  }
}

@media (max-width: 767px) {
  .btn-group {
    gap: 20px;
  }
}

@media (max-width: 375px) {
  .btn-group {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.th-bg-img {
  position: absolute;
  inset: 0;
}

.th-bg-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.mfp-zoom-in .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
}

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.mfp-zoom-in.mfp-ready .mfp-content {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.7;
}

.mfp-zoom-in.mfp-removing .mfp-content {
  -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
          transform: scale(0.7);
  opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/* cursor area start ---------------------------*/
/* cursor area start ---------------------------*/
.cursor-follower {
  position: fixed;
  background: var(--theme-color);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  border: 1px solid var(--theme-color);
  width: 15px;
  height: 15px;
  border-radius: 100%;
  z-index: 999999;
  -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) background, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) background, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) background;
  transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) background, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  -webkit-transform: translate(2px, 2px);
      -ms-transform: translate(2px, 2px);
          transform: translate(2px, 2px);
}

/* cursor area end ---------------------------*/
/*slider-drag-cursor**************/
.slider-drag-cursor {
  pointer-events: none;
  z-index: 99999;
  position: fixed;
  top: 0;
  left: -2px;
  height: 36px;
  width: 36px;
  -webkit-transition: width .1s ease-in-out;
  transition: width .1s ease-in-out;
  background: rgba(17, 61, 72, 0.7);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  width: 120px;
  height: 120px;
  line-height: 120px;
  text-align: center;
  border-radius: 100%;
  color: var(--white-color);
  display: none;
  cursor: none;
}

.slider-drag-cursor.active {
  display: block;
}

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

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

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

.fw-extralight {
  font-weight: 100;
}

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

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

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

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

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

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

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

.fs-16 {
  font-size: 16px !important;
}

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

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

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

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

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

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

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

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

.gradient-body {
  background-image: -webkit-linear-gradient(top, rgba(237, 240, 244, 0.5) 2.66%, rgba(237, 240, 244, 0.36) 90.4%);
  background-image: linear-gradient(180deg, rgba(237, 240, 244, 0.5) 2.66%, rgba(237, 240, 244, 0.36) 90.4%);
}

.gr-bg1 {
  background: -webkit-linear-gradient(top, rgba(237, 240, 244, 0) 0%, rgba(237, 240, 244, 0.85) 100%);
  background: linear-gradient(180deg, rgba(237, 240, 244, 0) 0%, rgba(237, 240, 244, 0.85) 100%);
}

.gr-bg2 {
  background-image: -webkit-linear-gradient(349.38deg, rgba(249, 215, 175, 0.3) 0%, rgba(214, 202, 245, 0.3) 24.03%, rgba(198, 241, 255, 0.3) 45.73%, rgba(248, 242, 222, 0.3) 69.05%, rgba(212, 179, 253, 0.3) 100.44%);
  background-image: linear-gradient(100.62deg, rgba(249, 215, 175, 0.3) 0%, rgba(214, 202, 245, 0.3) 24.03%, rgba(198, 241, 255, 0.3) 45.73%, rgba(248, 242, 222, 0.3) 69.05%, rgba(212, 179, 253, 0.3) 100.44%);
}

.gr-bg3 {
  background-image: -webkit-linear-gradient(339.41deg, rgba(236, 207, 254, 0.4) 0%, rgba(255, 221, 221, 0.5) 46.79%, rgba(247, 255, 229, 0.7) 100%);
  background-image: linear-gradient(110.59deg, rgba(236, 207, 254, 0.4) 0%, rgba(255, 221, 221, 0.5) 46.79%, rgba(247, 255, 229, 0.7) 100%);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.gr-bg4 {
  background-image: -webkit-linear-gradient(344.56deg, rgba(255, 229, 133, 0.4) 0%, rgba(189, 255, 199, 0.4) 48.48%, rgba(223, 109, 223, 0.4) 100%);
  background-image: linear-gradient(105.44deg, rgba(255, 229, 133, 0.4) 0%, rgba(189, 255, 199, 0.4) 48.48%, rgba(223, 109, 223, 0.4) 100%);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
}

.gray-body {
  background-color: #F8FAFF;
}

.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-top-center {
  background-size: auto;
  background-position: top center;
}

.bg-bottom-center {
  background-size: auto;
  background-position: bottom center;
}

.bg-repeat {
  background-size: auto;
  background-repeat: repeat;
}

.bg-bottom-right {
  background-size: auto;
  background-position: bottom right;
}

.bg-top-right {
  background-size: auto;
  background-position: top right;
}

.bg-top-left {
  background-size: auto;
  background-position: top left;
}

.th-radius {
  border-radius: 20px;
}

/*------------------- 3.8. Text Color -------------------*/
.text-theme {
  color: var(--theme-color) !important;
}

.text-theme2 {
  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-light {
  color: var(--light-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;
}

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

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

[data-overlay] {
  position: relative;
  z-index: 2;
}

[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="smoke"]:before {
  background-color: var(--smoke-color);
}

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

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

[data-overlay="overlay1"]:before {
  background-color: #080E1C;
}

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

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

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

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

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

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

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

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

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

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

/*------------------- 3.10. Animation -------------------*/
.ripple-animation, .play-btn:after, .play-btn:before, .testi-box_avater:after {
  -webkit-animation-duration: var(--ripple-ani-duration);
          animation-duration: var(--ripple-ani-duration);
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: ripple;
          animation-name: ripple;
}

.ripple-animation3, .counter-card .counter-shape:after, .counter-item .counter-shape:after {
  -webkit-animation-duration: var(--ripple-ani-duration);
          animation-duration: var(--ripple-ani-duration);
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: ripple3;
          animation-name: ripple3;
}

@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.4;
  }
  100% {
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
    opacity: 0;
  }
}

@keyframes ripple {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.4;
  }
  100% {
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
    opacity: 0;
  }
}

@-webkit-keyframes ripple2 {
  0% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    opacity: 1;
  }
  10% {
    opacity: 0.60;
  }
  30% {
    opacity: 0.40;
  }
  40% {
    opacity: 0.20;
  }
  50% {
    opacity: 0.14;
  }
  100% {
    -webkit-transform: scale(3.5);
            transform: scale(3.5);
    opacity: 0;
  }
}

@keyframes ripple2 {
  0% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    opacity: 1;
  }
  10% {
    opacity: 0.60;
  }
  30% {
    opacity: 0.40;
  }
  40% {
    opacity: 0.20;
  }
  50% {
    opacity: 0.14;
  }
  100% {
    -webkit-transform: scale(3.5);
            transform: scale(3.5);
    opacity: 0;
  }
}

@-webkit-keyframes ripple3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.4;
  }
  100% {
    -webkit-transform: scale(2.9);
            transform: scale(2.9);
    opacity: 0.2;
  }
}

@keyframes ripple3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.4;
  }
  100% {
    -webkit-transform: scale(2.9);
            transform: scale(2.9);
    opacity: 0.2;
  }
}

@-webkit-keyframes scrollMove {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}

@keyframes scrollMove {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}

.scale {
  -webkit-animation: scale 5s ease forwards;
          animation: scale 5s ease forwards;
}

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

@keyframes scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

.fancy-animation {
  -webkit-animation: morph 8s ease-in-out infinite;
          animation: morph 8s ease-in-out infinite;
}

@-webkit-keyframes morph {
  0% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }
  50% {
    border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
  }
  100% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }
}

@keyframes morph {
  0% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }
  50% {
    border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
  }
  100% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }
}

@-webkit-keyframes footerLine {
  0% {
    left: 40px;
  }
  50% {
    left: 0;
  }
  100% {
    left: 40px;
  }
}

@keyframes footerLine {
  0% {
    left: 40px;
  }
  50% {
    left: 0;
  }
  100% {
    left: 40px;
  }
}

.movingX {
  -webkit-animation: movingX 8s linear infinite;
          animation: movingX 8s linear infinite;
}

@-webkit-keyframes movingX {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes movingX {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.movingCar {
  -webkit-animation: movingCar 25s linear infinite;
          animation: movingCar 25s linear infinite;
}

@-webkit-keyframes movingCar {
  0% {
    -webkit-transform: translateX(0) rotateY(0deg);
            transform: translateX(0) rotateY(0deg);
  }
  50% {
    -webkit-transform: translateX(calc(100vw*-1 + 108%));
            transform: translateX(calc(100vw*-1 + 108%));
  }
  51% {
    -webkit-transform: translateX(calc(100vw*-1 + 108%)) rotateY(180deg);
            transform: translateX(calc(100vw*-1 + 108%)) rotateY(180deg);
  }
  100% {
    -webkit-transform: translateX(0) rotateY(180deg);
            transform: translateX(0) rotateY(180deg);
  }
}

@keyframes movingCar {
  0% {
    -webkit-transform: translateX(0) rotateY(0deg);
            transform: translateX(0) rotateY(0deg);
  }
  50% {
    -webkit-transform: translateX(calc(100vw*-1 + 108%));
            transform: translateX(calc(100vw*-1 + 108%));
  }
  51% {
    -webkit-transform: translateX(calc(100vw*-1 + 108%)) rotateY(180deg);
            transform: translateX(calc(100vw*-1 + 108%)) rotateY(180deg);
  }
  100% {
    -webkit-transform: translateX(0) rotateY(180deg);
            transform: translateX(0) rotateY(180deg);
  }
}

.speed2 {
  -webkit-animation: speed2 10s linear infinite;
          animation: speed2 10s linear infinite;
}

@-webkit-keyframes speed2 {
  0% {
    right: 0%;
  }
  30% {
    right: 30%;
  }
  50% {
    right: 50%;
  }
  100% {
    right: 100%;
  }
}

@keyframes speed2 {
  0% {
    right: 0%;
  }
  30% {
    right: 30%;
  }
  50% {
    right: 50%;
  }
  100% {
    right: 100%;
  }
}

.sway {
  -webkit-animation: sway 8s ease-in-out infinite alternate;
          animation: sway 8s ease-in-out infinite alternate;
}

@-webkit-keyframes sway {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  50% {
    -webkit-transform: rotateZ(-5deg);
            transform: rotateZ(-5deg);
  }
  100% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
}

@keyframes sway {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  50% {
    -webkit-transform: rotateZ(-5deg);
            transform: rotateZ(-5deg);
  }
  100% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
}

.th-ani {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.th-ani:hover {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}

.dance {
  -webkit-animation: dance 2s alternate infinite;
          animation: dance 2s alternate infinite;
}

@-webkit-keyframes dance {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes dance {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.dance2 {
  -webkit-animation: dance2 4s alternate infinite;
          animation: dance2 4s alternate infinite;
}

@-webkit-keyframes dance2 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(15px, -15px, 0);
            transform: translate3d(15px, -15px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -15px, 15px);
            transform: translate3d(0, -15px, 15px);
  }
}

@keyframes dance2 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(15px, -15px, 0);
            transform: translate3d(15px, -15px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -15px, 15px);
            transform: translate3d(0, -15px, 15px);
  }
}

.watermark-animate {
  -webkit-animation: watermark-animate 8s infinite;
  animation: watermark-animate 8s infinite;
  animation-direction: alternate-reverse;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes watermark-animate {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}

@keyframes watermark-animate {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
            transform: translateX(calc(-100% - var(--gap)));
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
            transform: translateX(calc(-100% - var(--gap)));
  }
}

@-webkit-keyframes fadeLeftRight {
  0%,
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
}

@keyframes fadeLeftRight {
  0%,
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
}

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
            transform: translateX(calc(-100% - var(--gap)));
  }
}

@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
            transform: translateX(calc(-100% - var(--gap)));
  }
}

.jump {
  -webkit-animation: jumpAni 7s linear infinite;
          animation: jumpAni 7s linear infinite;
}

@-webkit-keyframes jumpAni {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes jumpAni {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.jump-reverse {
  -webkit-animation: jumpReverseAni 7s linear infinite;
          animation: jumpReverseAni 7s linear infinite;
}

@-webkit-keyframes jumpReverseAni {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes jumpReverseAni {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.spin {
  -webkit-animation: spin 10s linear infinite;
          animation: spin 10s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.bg-color-ani,
.color-animate {
  -webkit-animation: bgColor 6s linear infinite;
          animation: bgColor 6s linear infinite;
}

@-webkit-keyframes bgColor {
  0% {
    background-color: #F2BA4C;
  }
  25% {
    background-color: #81F24C;
  }
  50% {
    background-color: #41F27D;
  }
  75% {
    background-color: #0500FF;
  }
  100% {
    background-color: #F2BA4C;
  }
}

@keyframes bgColor {
  0% {
    background-color: #F2BA4C;
  }
  25% {
    background-color: #81F24C;
  }
  50% {
    background-color: #41F27D;
  }
  75% {
    background-color: #0500FF;
  }
  100% {
    background-color: #F2BA4C;
  }
}

.zoom {
  -webkit-animation: zoom 15s linear infinite;
          animation: zoom 15s linear infinite;
}

@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@-webkit-keyframes zoom1 {
  0% {
    scale: 0.2;
  }
  50% {
    scale: 1;
  }
  100% {
    scale: 0.2;
  }
}

@keyframes zoom1 {
  0% {
    scale: 0.2;
  }
  50% {
    scale: 1;
  }
  100% {
    scale: 0.2;
  }
}

/* Mooving Animation */
@-webkit-keyframes moving {
  0% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  20% {
    -webkit-transform: translate(0px, -30px);
    transform: translate(0px, -30px);
  }
  50% {
    -webkit-transform: translate(-100px, -30px);
    transform: translate(-100px, -30px);
  }
  70% {
    -webkit-transform: translate(-100px, 0px);
    transform: translate(-100px, 0px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}

@keyframes moving {
  0% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  20% {
    -webkit-transform: translate(0px, -30px);
    transform: translate(0px, -30px);
  }
  50% {
    -webkit-transform: translate(-100px, -30px);
    transform: translate(-100px, -30px);
  }
  70% {
    -webkit-transform: translate(-100px, 0px);
    transform: translate(-100px, 0px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}

@keyframes fadeLeftRight {
  0%,
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
}

@-webkit-keyframes slideTop {
  49% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}

@keyframes slideTop {
  49% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.fadedown {
  -webkit-animation: fade-down .3s linear;
          animation: fade-down .3s linear;
}

@-webkit-keyframes fade-down {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    visibility: hidden;
  }
  100% {
    opacity: 1;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    visibility: visible;
  }
}

@keyframes fade-down {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    visibility: hidden;
  }
  100% {
    opacity: 1;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    visibility: visible;
  }
}

@-webkit-keyframes animate-positive {
  0% {
    width: 0;
  }
}

@keyframes animate-positive {
  0% {
    width: 0;
  }
}

.fadein,
.scalein,
.slidetopleft,
.slidebottomright,
.slideinleft,
.slideinright,
.slideindown,
.slideinup,
.rollinleft,
.rollinright {
  opacity: 0;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  -webkit-animation-name: var(--animation-name);
          animation-name: var(--animation-name);
}

.swiper-slide-active .fadein {
  --animation-name: fadein;
}

.swiper-slide-active .scalein {
  --animation-name: scalein;
}

.swiper-slide-active .slidetopleft {
  --animation-name: slidetopleft;
}

.swiper-slide-active .slidebottomright {
  --animation-name: slidebottomright;
}

.swiper-slide-active .slideinleft {
  --animation-name: slideinleft;
}

.swiper-slide-active .slideinright {
  --animation-name: slideinright;
}

.swiper-slide-active .slideinup {
  --animation-name: slideinup;
}

.swiper-slide-active .slideindown {
  --animation-name: slideindown;
}

.swiper-slide-active .rollinleft {
  --animation-name: rollinleft;
}

.swiper-slide-active .rollinright {
  --animation-name: rollinright;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes slideinup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideinup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes slideinright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(180px);
            transform: translateX(180px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideinright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(180px);
            transform: translateX(180px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes slideindown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideindown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes slideinleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideinleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes slidebottomright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(120px) translateY(120px);
            transform: translateX(120px) translateY(120px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
}

@keyframes slidebottomright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(120px) translateY(120px);
            transform: translateX(120px) translateY(120px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
}

@-webkit-keyframes slidetopleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px) translateY(-100px);
            transform: translateX(-100px) translateY(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
}

@keyframes slidetopleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px) translateY(-100px);
            transform: translateX(-100px) translateY(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDown {
  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 fadeInDown {
  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);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

.zoomIn {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@keyframes fadeInDown {
  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);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes cloudAni {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-80px);
    transform: translateY(-80px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes cloudAni {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-80px);
    transform: translateY(-80px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/*=================================
    04. Template Style
==================================*/
/*------------------- 4.1. Widget  -------------------*/
.widget_nav_menu ul,
.widget_meta ul,
.widget_pages ul,
.widget_archive ul,
.widget_categories ul,
.wp-block-categories ul {
  list-style: none;
  padding: 0;
  margin: 0 0 0 0;
}

.widget_nav_menu > ul,
.widget_nav_menu .menu,
.widget_meta > ul,
.widget_meta .menu,
.widget_pages > ul,
.widget_pages .menu,
.widget_archive > ul,
.widget_archive .menu,
.widget_categories > ul,
.widget_categories .menu,
.wp-block-categories > ul,
.wp-block-categories .menu {
  margin: -20px 0 -20px 0;
}

.widget_nav_menu a,
.widget_meta a,
.widget_pages a,
.widget_archive a,
.widget_categories a,
.wp-block-categories a {
  display: block;
  background-color: transparent;
  margin: 0;
  padding: 16px 45px 19px 0px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.313;
  color: var(--title-color);
  border-radius: 0;
  border-bottom: 1px solid var(--gray-color);
}

.widget_nav_menu a img,
.widget_nav_menu a i,
.widget_meta a img,
.widget_meta a i,
.widget_pages a img,
.widget_pages a i,
.widget_archive a img,
.widget_archive a i,
.widget_categories a img,
.widget_categories a i,
.wp-block-categories a img,
.wp-block-categories a i {
  margin-right: 8px;
}

.widget_nav_menu li,
.widget_meta li,
.widget_pages li,
.widget_archive li,
.widget_categories li,
.wp-block-categories li {
  display: block;
  position: relative;
}

.widget_nav_menu li:last-child a,
.widget_meta li:last-child a,
.widget_pages li:last-child a,
.widget_archive li:last-child a,
.widget_categories li:last-child a,
.wp-block-categories li:last-child a {
  border-bottom: none;
}

.widget_nav_menu li > span,
.widget_meta li > span,
.widget_pages li > span,
.widget_archive li > span,
.widget_categories li > span,
.wp-block-categories li > span {
  color: var(--body-color);
  text-align: center;
  position: absolute;
  right: 0;
  top: 14px;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  pointer-events: none;
  min-width: 20px;
  text-align: right;
}

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

.widget_nav_menu a:hover ~ span,
.widget_meta a:hover ~ span,
.widget_pages a:hover ~ span,
.widget_archive a:hover ~ span,
.widget_categories a:hover ~ span,
.wp-block-categories a:hover ~ span {
  color: var(--theme-color);
}

.widget_nav_menu .children li a,
.widget_meta .children li a,
.widget_pages .children li a,
.widget_archive .children li a,
.widget_categories .children li a,
.wp-block-categories .children li a {
  border-bottom: 1px solid var(--gray-color);
}

.wp-block-categories {
  list-style: none;
  padding: 0;
}

.wp-block-categories > li:last-child > a {
  border-bottom: none;
}

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

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

.widget_nav_menu .sub-menu li a {
  border-bottom: 1px solid var(--gray-color);
}

.wp-block-archives {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}

.wp-block-archives a:not(:hover) {
  color: inherit;
}

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

.widget {
  padding: var(--widget-padding-y, 30px) var(--widget-padding-x, 30px);
  background-color: var(--white-color);
  border: 1px solid var(--gray-color);
  border-radius: 8px;
  margin-bottom: 40px;
  position: relative;
}

.widget[data-overlay]:before {
  z-index: -1;
}

.widget select,
.widget input,
.widget .form-select,
.widget .form-control,
.widget textarea {
  background-color: transparent;
  border-radius: 32px;
}

.widget select:focus,
.widget input:focus,
.widget .form-select:focus,
.widget .form-control:focus,
.widget textarea:focus {
  border-color: var(--theme-color);
  color: var(--white-color);
}

.widget select::-moz-placeholder,
.widget input::-moz-placeholder,
.widget .form-select::-moz-placeholder,
.widget .form-control::-moz-placeholder,
.widget textarea::-moz-placeholder {
  color: var(--white-color);
}

.widget select::-webkit-input-placeholder,
.widget input::-webkit-input-placeholder,
.widget .form-select::-webkit-input-placeholder,
.widget .form-control::-webkit-input-placeholder,
.widget textarea::-webkit-input-placeholder {
  color: var(--white-color);
}

.widget select:-ms-input-placeholder,
.widget input:-ms-input-placeholder,
.widget .form-select:-ms-input-placeholder,
.widget .form-control:-ms-input-placeholder,
.widget textarea:-ms-input-placeholder {
  color: var(--white-color);
}

.widget select::-webkit-input-placeholder, .widget input::-webkit-input-placeholder, .widget .form-select::-webkit-input-placeholder, .widget .form-control::-webkit-input-placeholder, .widget textarea::-webkit-input-placeholder {
  color: var(--white-color);
}

.widget select::-moz-placeholder, .widget input::-moz-placeholder, .widget .form-select::-moz-placeholder, .widget .form-control::-moz-placeholder, .widget textarea::-moz-placeholder {
  color: var(--white-color);
}

.widget select:-ms-input-placeholder, .widget input:-ms-input-placeholder, .widget .form-select:-ms-input-placeholder, .widget .form-control:-ms-input-placeholder, .widget textarea:-ms-input-placeholder {
  color: var(--white-color);
}

.widget select::-ms-input-placeholder, .widget input::-ms-input-placeholder, .widget .form-select::-ms-input-placeholder, .widget .form-control::-ms-input-placeholder, .widget textarea::-ms-input-placeholder {
  color: var(--white-color);
}

.widget select::placeholder,
.widget input::placeholder,
.widget .form-select::placeholder,
.widget .form-control::placeholder,
.widget textarea::placeholder {
  color: var(--white-color);
}

.widget textarea {
  min-height: 120px;
}

.widget .form-group > i {
  background-color: var(--white-color);
}

.widget .form-group input[type="checkbox"] ~ label:before {
  background-color: var(--theme-color);
  border: 1px solid var(--theme-color);
  border-radius: 6px;
}

.widget .form-group label {
  color: var(--body-color);
  padding-left: 16px;
  text-align: left;
}

.widget_title {
  position: relative;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  font-family: var(--title-font);
  line-height: 1em;
  margin: -0.12em 0 30px 0;
}

.wp-block-search__label,
.widget_title {
  position: relative;
  padding-bottom: 17px;
  margin: -0.12em 0 30px 0;
}

.wp-block-search__label:after, .wp-block-search__label:before,
.widget_title:after,
.widget_title:before {
  content: '';
  height: 3px;
  width: 100%;
  background-color: var(--th-border-color);
  position: absolute;
  bottom: 0;
  left: 0;
}

.wp-block-search__label:after,
.widget_title:after {
  background-color: var(--theme-color);
  width: 30px;
}

.widget-form {
  --bs-gutter-x: 20px;
}

.widget_search {
  background-color: #E9F6F9;
  border: 1px solid transparent;
}

.widget_price_filter {
  padding: 40px 30px;
}

.widget .search-form {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.widget .search-form input {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: none;
  border-radius: 100px;
  padding-right: 25px;
}

.widget .search-form button {
  position: absolute;
  top: 10px;
  right: 10px;
  border: none;
  font-size: 16px;
  background-color: var(--theme-color);
  color: var(--white-color);
  display: inline-block;
  padding: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  text-align: center;
}

.widget .search-form button:hover {
  background-color: var(--title-color);
}

.wp-block-tag-cloud a,
.tagcloud a {
  display: inline-block;
  border: none;
  line-height: 1;
  padding: 9.5px 14px;
  margin-right: 2px;
  margin-bottom: 10px;
  text-transform: capitalize;
  color: var(--title-color);
  font-size: 16px;
  font-family: var(--body-font);
  font-weight: 400;
  background-color: #E9F6F9;
  border-radius: 4px;
}

.wp-block-tag-cloud a:hover,
.tagcloud a:hover {
  background-color: var(--theme-color);
  color: var(--white-color) !important;
}

.wp-block-tag-cloud,
.tagcloud {
  margin-bottom: -10px;
}

.sidebar-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  max-width: 312px;
  /* Medium devices */
}

@media (max-width: 991px) {
  .sidebar-gallery {
    max-width: 100%;
  }
}

.sidebar-gallery .gallery-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  color: var(--white-color);
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate(-50%, 20px);
      -ms-transform: translate(-50%, 20px);
          transform: translate(-50%, 20px);
}

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

.sidebar-gallery .gallery-thumb {
  overflow: hidden;
  position: relative;
}

.sidebar-gallery .gallery-thumb:before {
  content: '';
  height: auto;
  width: 0;
  background-color: var(--title-color);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.sidebar-gallery .gallery-thumb img {
  width: 100%;
  border-radius: 4px;
}

.sidebar-gallery .gallery-thumb:hover:before {
  opacity: 0.8;
  padding-top: 135%;
  width: 135%;
  border-radius: 35%;
}

.sidebar-gallery .gallery-thumb:hover .gallery-btn {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.sidebar-gallery .wp-block-image {
  overflow: hidden;
  position: relative;
  border-radius: 5px;
  width: 100% !important;
}

.sidebar-gallery .wp-block-image img {
  width: 100%;
}

.recent-post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.recent-post:last-child {
  margin-bottom: 0;
}

.recent-post .media-img {
  margin-right: 15px;
  width: 80px;
  height: 80px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}

.recent-post .media-img img {
  width: 100%;
  border-radius: 4px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.recent-post .media-img:after {
  content: '\f0c1';
  font-family: var(--icon-font);
  position: absolute;
  inset: 0;
  text-align: center;
  line-height: 80px;
  font-size: 24px;
  background-color: rgba(0, 0, 0, 0.7);
  color: var(--theme-color);
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.recent-post .post-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  font-family: var(--body-font);
  color: var(--title-color);
  text-transform: capitalize;
}

.recent-post .recent-post-meta {
  margin-bottom: 12px;
}

.recent-post .recent-post-meta a {
  text-transform: capitalize;
  font-size: 16px;
  color: var(--body-color);
  font-family: var(--body-font);
}

.recent-post .recent-post-meta a i {
  margin-right: 6px;
  color: var(--body-color);
}

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

.recent-post:hover .media-img img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.recent-post:hover .media-img:after {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  border-radius: 15%;
}

.widget_offer {
  padding: 72px 60px;
  margin-bottom: 0;
  /* Large devices */
  /* Medium devices */
}

@media (max-width: 1199px) {
  .widget_offer {
    padding: 40px;
  }
}

@media (max-width: 991px) {
  .widget_offer {
    margin-bottom: 40px;
  }
}

.widget_offer .offer-banner {
  text-align: center;
}

.widget_offer .offer-banner .sub-title {
  font-size: 18px;
  line-height: 28px;
  text-transform: capitalize;
  letter-spacing: 0;
  margin-top: -0.4rem;
  display: block;
}

.widget_offer .offer-banner .sub-title:before, .widget_offer .offer-banner .sub-title:after {
  display: none;
}

.widget_offer .offer-banner .box-title {
  color: var(--white-color);
  margin: -0.4rem 0px 22px;
}

.widget_offer .offer-banner .offer-text {
  font-family: var(--title-font);
  margin-bottom: 20px;
}

.widget_offer .offer-banner .th-btn {
  margin-top: 14px;
  padding: 14px 35px;
}

.widget_offer .banner-logo {
  background-color: var(--white-color);
  border-radius: 48px;
  padding: 12px 34px;
  max-width: 264px;
  display: block;
  margin: auto;
}

.widget_offer .offer-title {
  color: var(--white-color);
  font-weight: 500;
  margin-top: 15px;
  margin-bottom: 2px;
}

.widget_offer .offter-num {
  font-weight: 400;
  font-size: 18px;
  color: var(--white-color);
  margin-bottom: 0px;
}

.tour-booking .widget_subtitle {
  color: var(--title-color);
}

.tour-booking .widget_price {
  font-size: 28px;
  font-weight: 600;
  color: var(--title-color);
}

.tour-booking .th-btn {
  padding: 12px 24px;
  margin-bottom: 24px;
}

.tour-booking .review {
  display: block;
  font-size: 14px;
}

.tour-booking .review i {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 50px;
  background-color: var(--smoke-color);
  color: var(--theme-color);
  margin-right: 8px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.tour-booking .review i:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.sidebar-area {
  margin-left: 10px;
  margin-bottom: -10px;
  /* Medium devices */
}

.sidebar-area.style2 .widget {
  padding: var(--widget-padding-y, 30px) var(--widget-padding-x, 16px);
}

.sidebar-area.style3 .widget {
  padding: var(--widget-padding-y, 24px) var(--widget-padding-x, 24px);
}

.sidebar-area.style3 .widget.tour-booking {
  padding: var(--widget-padding-y, 48px) var(--widget-padding-x, 24px);
}

@media (max-width: 991px) {
  .sidebar-area {
    margin-left: 0;
  }
}

.sidebar-area ul.wp-block-latest-posts {
  margin-bottom: 0;
}

.sidebar-area ul.wp-block-latest-posts li:last-child {
  margin-bottom: 0;
}

.sidebar-area select,
.sidebar-area input {
  background-color: var(--white-color);
}

.sidebar-area .widget_categories.style2 ul {
  margin: 0px 0 -15px 0;
}

.sidebar-area .wp-block-categories {
  margin: -20px 0 -20px 0;
}

.sidebar-area .sidebar-gallery {
  margin-bottom: 0 !important;
}

.sidebar-area .widget .wp-block-search {
  margin-bottom: 0;
}

.sidebar-area .wp-block-search__label,
.sidebar-area .wp-block-group__inner-container h2 {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  font-family: var(--title-font);
  line-height: 1em;
  padding-bottom: 20px;
  margin: -0.12em 0 30px 0;
}

.sidebar-area .wp-block-search__label:after, .sidebar-area .wp-block-search__label:before,
.sidebar-area .wp-block-group__inner-container h2:after,
.sidebar-area .wp-block-group__inner-container h2:before {
  content: '';
  height: 3px;
  width: 100%;
  background-color: var(--th-border-color);
  position: absolute;
  bottom: 0;
  left: 0;
}

.sidebar-area .wp-block-search__label:after,
.sidebar-area .wp-block-group__inner-container h2:after {
  background-color: var(--theme-color);
  width: 40px;
}

.sidebar-area ol.wp-block-latest-comments {
  padding: 0;
  margin: 0;
}

.sidebar-area ol.wp-block-latest-comments li {
  line-height: 1.5;
  margin: 0 0 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 20px;
}

.sidebar-area ol.wp-block-latest-comments li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.author-widget-wrap {
  position: relative;
  background-color: var(--smoke-color);
  padding: 30px 40px 30px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  border-radius: 15px;
  /* Large devices */
  /* Extra small devices */
}

@media (max-width: 1199px) {
  .author-widget-wrap {
    display: block;
  }
}

@media (max-width: 375px) {
  .author-widget-wrap {
    padding: 25px;
  }
}

.author-widget-wrap.style2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  margin-bottom: 50px;
  /* Large devices */
}

@media (max-width: 1199px) {
  .author-widget-wrap.style2 {
    display: block;
  }
}

.author-widget-wrap .avater-content {
  position: relative;
}

.author-widget-wrap .avater {
  min-width: 189px;
  border-radius: 15px;
  border-radius: 50%;
  /* Large devices */
}

@media (max-width: 1199px) {
  .author-widget-wrap .avater {
    min-width: 100%;
    margin-bottom: 15px;
  }
}

.author-widget-wrap .avater img {
  border-radius: 15px;
  width: 100%;
  /* Large devices */
}

@media (max-width: 1199px) {
  .author-widget-wrap .avater img {
    width: 100%;
  }
}

.author-widget-wrap .name {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: var(--title-color);
  margin-bottom: 0px;
}

.author-widget-wrap .name a {
  color: inherit;
}

.author-widget-wrap .name a:hover {
  color: var(--theme-color);
}

.author-widget-wrap .text {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: var(--theme-color);
  margin-bottom: 25px;
}

.author-widget-wrap .author-info {
  text-align: left;
  padding-right: 20px;
  margin-bottom: 15px;
  /* Large devices */
}

@media (max-width: 1199px) {
  .author-widget-wrap .author-info {
    padding: 10px 0;
    margin-bottom: 0;
  }
}

.author-widget-wrap .author-bio {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: var(--body-color);
  margin-bottom: 0px;
}

.author-widget-wrap .author-social {
  display: block;
  position: absolute;
  top: 20px;
  right: 40px;
  /* Extra small devices */
}

@media (max-width: 575px) {
  .author-widget-wrap .author-social {
    right: 0px;
  }
}

@media (max-width: 450px) {
  .author-widget-wrap .author-social {
    display: none;
  }
}

.author-widget-wrap .author-social a {
  font-size: 14px;
  color: var(--title-color);
  position: relative;
  margin-right: 10px;
}

.author-widget-wrap .author-social a:last-child {
  margin-right: 0;
  border-right: none;
}

.author-widget-wrap .author-social a:hover {
  color: var(--theme-color);
}

.donwload-media-wrap {
  margin-top: -4px;
  margin-bottom: -4px;
}

.donwload-media-wrap .download-media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--white-color);
  padding: 8px 8px 8px 20px;
  box-shadow: 0px 2px 4px 0px rgba(2, 29, 53, 0.1);
  margin-bottom: 15px;
  border-bottom: 1px solid #E7E7E7;
}

.donwload-media-wrap .download-media:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.donwload-media-wrap .download-media_icon {
  margin-right: 15px;
  /* Extra small devices */
}

@media (max-width: 375px) {
  .donwload-media-wrap .download-media_icon {
    margin-right: 10px;
  }
}

.donwload-media-wrap .download-media_icon i {
  font-size: 16px;
  color: var(--theme-color);
}

.donwload-media-wrap .download-media_title {
  color: var(--title-color);
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: -4px;
  /* Extra small devices */
}

@media (max-width: 375px) {
  .donwload-media-wrap .download-media_title {
    font-size: 14px;
    line-height: 24px;
  }
}

.donwload-media-wrap .download-media_text {
  color: var(--body-color);
  font-size: 14px;
}

.donwload-media-wrap .download-media_btn {
  margin-left: auto;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: var(--theme-color);
  color: var(--white-color);
  text-align: center;
}

.donwload-media-wrap .download-media_btn:hover {
  background: var(--title-color);
}

.widget_call {
  background-color: var(--theme-color);
  border-radius: 20px;
  position: relative;
  z-index: 2;
}

.widget-map iframe {
  min-height: 280px;
}

.widget-call .box-title {
  margin-bottom: 5px;
}

.widget-call .info-box_link {
  font-size: 18px;
  color: var(--white-color);
}

.widget-call .info-box_link:hover {
  color: var(--white-color);
}

.widget-call .info-box_icon {
  width: 50px;
  height: 50px;
  min-width: 50px;
  line-height: 50px;
  font-size: 16px;
  background-color: var(--theme-color);
  border: 1px solid var(--white-color);
  color: var(--white-color);
  border-radius: 50%;
  text-align: center;
  margin-right: 14px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.widget-call .info-box_icon:hover {
  background-color: var(--white-color);
  color: var(--theme-color);
}

.widget-call .info-box_subtitle {
  color: var(--white-color);
  text-transform: capitalize;
  margin-bottom: 5px;
}

.widget_info {
  padding: 30px;
}

.info-list {
  margin-top: -16px;
}

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

.info-list i {
  color: var(--theme-color);
  width: 16px;
  margin-right: 2px;
  font-size: 16px;
}

.info-list strong {
  font-weight: 400;
  font-size: 16px;
  color: var(--black-color2);
  display: block;
  margin-bottom: 0;
}

.info-list li {
  border: 1px solid #E1E4E5;
  border-radius: 4px;
  padding: 12px;
  margin-bottom: 24px;
}

.info-list li span {
  font-size: 14px;
  color: var(--body-color);
}

.price_slider_wrapper .price_label span {
  display: inline-block;
  color: var(--body-color);
}

.price_slider_wrapper .ui-slider {
  height: 8px;
  position: relative;
  width: 100%;
  background-color: transparent;
  border: 1px solid #E1E4E5;
  margin-top: 15px;
  border-radius: 8px;
  cursor: pointer;
}

.price_slider_wrapper .ui-slider-range {
  border: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 1;
  display: block;
  background-color: var(--theme-color);
}

.price_slider_wrapper .ui-slider-handle {
  width: 16px;
  height: 16px;
  line-height: 16px;
  border-radius: 50%;
  text-align: center;
  padding: 0;
  cursor: pointer;
  position: absolute;
  margin-top: -5px;
  z-index: 2;
  background-color: var(--white-color);
  border: 1px solid var(--theme-color);
  -webkit-transform: translateX(-1px);
      -ms-transform: translateX(-1px);
          transform: translateX(-1px);
}

.price_slider_wrapper .ui-slider-handle:focus {
  outline: none;
  box-shadow: 1.5px 2.598px 10px 0px rgba(0, 0, 0, 0.15);
}

.price_slider_wrapper .ui-slider-handle:last-child {
  -webkit-transform: translateX(-9px);
      -ms-transform: translateX(-9px);
          transform: translateX(-9px);
}

.price_slider_wrapper button,
.price_slider_wrapper .button {
  position: relative;
  background-color: transparent;
  color: var(--theme-color);
  font-weight: 600;
  line-height: 1.6;
  text-transform: uppercase;
  text-align: center;
  border: none;
  display: inline-block;
  overflow: hidden;
  position: relative;
  z-index: 2;
  padding: 0;
  font-size: 14px;
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
}

.price_slider_wrapper button:before,
.price_slider_wrapper .button:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  min-width: 43px;
  height: 2px;
  background-color: var(--theme-color);
}

.price_slider_wrapper button:hover,
.price_slider_wrapper .button:hover {
  background-color: transparent;
}

.widget_shopping_cart .widget_title {
  margin-bottom: 35px;
  border-bottom: none;
}

.widget_shopping_cart ul {
  margin: 0;
  padding: 0;
}

.widget_shopping_cart ul li {
  list-style-type: none;
}

.widget_shopping_cart .mini_cart_item {
  position: relative;
  padding: 30px 30px 30px 90px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 0;
  text-align: left;
}

.widget_shopping_cart .mini_cart_item:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.widget_shopping_cart .cart_list a:not(.remove) {
  display: block;
  color: var(--body-color);
  font-size: 16px;
  font-weight: 500;
  font-family: var(--title-font);
  font-weight: 600;
  color: var(--title-color);
}

.widget_shopping_cart .cart_list a:not(.remove):hover {
  color: var(--theme-color);
}

.widget_shopping_cart .cart_list a.remove {
  position: absolute;
  top: 50%;
  left: 95%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: var(--body-color);
}

.widget_shopping_cart .cart_list a.remove:hover {
  color: var(--theme-color);
}

.widget_shopping_cart .cart_list img {
  width: 75px;
  height: 75px;
  position: absolute;
  left: 0;
  top: 18px;
}

.widget_shopping_cart .quantity {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  white-space: nowrap;
  vertical-align: top;
  margin-right: 20px;
  font-size: 14px;
  font-weight: 500;
}

.widget_shopping_cart .total {
  margin-top: 20px;
  font-size: 18px;
  color: var(--title-color);
  font-family: var(--body-font);
}

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

.widget_shopping_cart .amount {
  padding-left: 5px;
}

.widget_shopping_cart .th-btn {
  margin-right: 15px;
}

.widget_shopping_cart .th-btn:last-child {
  margin-right: 0;
}

.th-video-widget .video-thumb {
  position: relative;
}

.th-video-widget .play-btn {
  --icon-size: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.th-video-widget .play-btn i {
  font-size: 16px;
}

.th-video-widget .video-thumb-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  margin-top: 10px;
  margin-bottom: -0.3em;
}

.widget_recent_entries ul {
  margin: -0.3em 0 0 0;
  padding: 0;
  list-style: none;
}

.widget_recent_entries ul li > a {
  color: var(--body-color);
  font-weight: 500;
  display: inline-block;
}

.widget_recent_entries ul li > a:hover {
  color: var(--theme-color);
}

.widget_recent_entries ul li span.post-date {
  font-size: 14px;
}

.widget_recent_entries ul li:not(:last-child) {
  border-bottom: 1px solid #dadada;
  padding-bottom: 12px;
  margin-bottom: 12px;
}

.widget_recent_comments ul,
.wp-block-latest-comments ul {
  list-style-type: none;
  padding-left: 0;
}

ul.widget_recent_comments,
ol.widget_recent_comments,
.wp-block-latest-comments {
  margin-top: -0.11em;
  padding-left: 0;
}

.widget_recent_comments ol,
.widget_recent_comments ul,
.wp-block-latest-comments ol,
.wp-block-latest-comments ul {
  margin-bottom: 0;
}

.widget_recent_comments li,
.wp-block-latest-comments li {
  margin-bottom: 0;
  color: var(--body-color);
  padding-left: 30px;
  position: relative;
}

.widget_recent_comments li:before,
.wp-block-latest-comments li:before {
  content: "\f086";
  position: absolute;
  left: 0;
  top: -1px;
  color: var(--theme-color);
  font-family: var(--icon-font);
}

.widget_recent_comments.has-avatars li,
.wp-block-latest-comments.has-avatars li {
  padding-left: 0;
  padding-bottom: 0 !important;
}

.widget_recent_comments.has-avatars li:before,
.wp-block-latest-comments.has-avatars li:before {
  display: none;
}

.widget_recent_comments .avatar,
.wp-block-latest-comments .avatar {
  margin-top: 0.4em;
}

.widget_recent_comments li:not(:last-child),
.wp-block-latest-comments li:not(:last-child) {
  padding-bottom: 12px;
}

.widget_recent_comments article,
.wp-block-latest-comments article {
  line-height: 1.5;
}

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

.widget_recent_comments a:hover,
.wp-block-latest-comments a:hover {
  color: var(--theme-color);
}

.wp-block-latest-comments__comment {
  line-height: 1.6;
}

.wp-block-latest-comments__comment a {
  color: var(--body-color);
}

.wp-block-latest-comments__comment a:hover {
  color: var(--theme-color);
}

.wp-block-latest-comments__comment:last-child {
  margin-bottom: 0;
}

.wp-block-calendar tbody td,
.wp-block-calendar th {
  padding: 10px;
}

.wp-block-calendar,
.calendar_wrap {
  position: relative;
  background-color: #fff;
  padding-bottom: 0;
  border: none;
}

.wp-block-calendar span[class*="wp-calendar-nav"],
.calendar_wrap span[class*="wp-calendar-nav"] {
  position: absolute;
  top: 9px;
  left: 20px;
  font-size: 14px;
  color: var(--white-color);
  font-weight: 400;
  z-index: 1;
  line-height: 1.7;
}

.wp-block-calendar span[class*="wp-calendar-nav"] a,
.calendar_wrap span[class*="wp-calendar-nav"] a {
  color: inherit;
}

.wp-block-calendar span.wp-calendar-nav-next,
.calendar_wrap span.wp-calendar-nav-next {
  left: auto;
  right: 20px;
}

.wp-block-calendar caption,
.calendar_wrap caption {
  caption-side: top;
  text-align: center;
  color: var(--white-color);
  background-color: var(--theme-color);
}

.wp-block-calendar th,
.calendar_wrap th {
  font-size: 14px;
  padding: 5px 5px;
  border: none;
  text-align: center;
  border-right: 1px solid #fff;
  color: var(--title-color);
  font-weight: 500;
}

.wp-block-calendar th:first-child,
.calendar_wrap th:first-child {
  border-left: 1px solid #eee;
}

.wp-block-calendar th:last-child,
.calendar_wrap th:last-child {
  border-right: 1px solid #eee;
}

.wp-block-calendar table th,
.calendar_wrap table th {
  font-weight: 500;
}

.wp-block-calendar td,
.calendar_wrap td {
  font-size: 14px;
  padding: 5px 5px;
  color: #01133c;
  border: 1px solid #eee;
  text-align: center;
  background-color: transparent;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.wp-block-calendar #today,
.calendar_wrap #today {
  color: var(--theme-color);
  background-color: var(--white-color);
  border-color: #ededed;
}

.wp-block-calendar thead,
.calendar_wrap thead {
  background-color: #fff;
}

.wp-block-calendar .wp-calendar-table,
.calendar_wrap .wp-calendar-table {
  margin-bottom: 0;
}

.wp-block-calendar .wp-calendar-nav .pad,
.calendar_wrap .wp-calendar-nav .pad {
  display: none;
}

.wp-block-calendar a,
.calendar_wrap a {
  color: inherit;
  text-decoration: none;
}

.wp-block-calendar a:hover,
.calendar_wrap a:hover {
  color: var(--title-color);
}

.wp-block-calendar {
  margin-bottom: 30px;
  border: none;
  padding-bottom: 0;
}

.wp-block-calendar table caption {
  color: var(--white-color);
}

ul.widget_rss, ul.wp-block-rss,
ol.widget_rss,
ol.wp-block-rss {
  padding-left: 0;
}

.widget_rss,
.wp-block-rss {
  list-style-type: none;
}

.widget_rss ul,
.wp-block-rss ul {
  margin: -0.2em 0 -0.5em 0;
  padding: 0;
  list-style: none;
}

.widget_rss ul .rsswidget,
.wp-block-rss ul .rsswidget {
  color: var(--title-color);
  font-family: var(--theme-font);
  font-size: 18px;
  display: block;
  margin-bottom: 10px;
}

.widget_rss ul .rssSummary,
.wp-block-rss ul .rssSummary {
  font-size: 14px;
  margin-bottom: 7px;
  line-height: 1.5;
}

.widget_rss ul a,
.wp-block-rss ul a {
  display: block;
  font-weight: 600;
  color: inherit;
}

.widget_rss ul a:hover,
.wp-block-rss ul a:hover {
  color: var(--theme-color);
}

.widget_rss ul .rss-date,
.wp-block-rss ul .rss-date {
  font-size: 14px;
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 400;
  color: var(--title-color);
}

.widget_rss ul .rss-date:before,
.wp-block-rss ul .rss-date:before {
  content: "\f073";
  font-family: var(--icon-font);
  margin-right: 10px;
  font-weight: 300;
  color: var(--theme-color);
}

.widget_rss ul cite,
.wp-block-rss ul cite {
  font-weight: 500;
  color: var(--title-color);
  font-family: var(--body-font);
  font-size: 14px;
}

.widget_rss ul cite:before,
.wp-block-rss ul cite:before {
  content: "";
  position: relative;
  top: -1px;
  left: 0;
  width: 20px;
  height: 2px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  background-color: var(--theme-color);
}

.widget_rss li:not(:last-child),
.wp-block-rss li:not(:last-child) {
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 16px;
}

.widget_rss a:hover,
.wp-block-rss a:hover {
  color: var(--theme-color);
}

.textwidget {
  margin-top: -0.1em;
}

.sidebar-area .widget_shopping_cart .th-btn {
  margin-right: 10px;
  padding: 8px 22px;
  font-size: 14px;
}

@media (min-width: 1200px) {
  .sidebar-shop .widget {
    padding: 30px;
  }
}

@media (min-width: 992px) {
  .sidebar-shop .widget {
    margin-bottom: 24px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .widget {
    --widget-padding-y: 30px;
    --widget-padding-x: 30px;
  }
  .widget_title {
    font-size: 22px;
    margin: -0.12em 0 28px 0;
  }
  .author-widget-wrap .name {
    font-size: 22px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .sidebar-area {
    padding-top: 30px;
  }
  .widget {
    --widget-padding-y: 40px;
    --widget-padding-x: 40px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .widget {
    --widget-padding-y: 30px;
    --widget-padding-x: 30px;
  }
}

@media (max-width: 330px) {
  .recent-post .post-title {
    font-size: 16px;
    line-height: 24px;
  }
  .recent-post .recent-post-meta a {
    font-size: 12px;
  }
}

.footer-widget {
  margin-bottom: 50px;
}

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

.footer-widget .form-group > i {
  color: var(--theme-color);
  top: 18px;
}

.footer-widget .widget_title {
  padding: 0;
  margin: -0.12em 0 30px 0;
  color: #fff;
}

.footer-widget .widget_title:before, .footer-widget .widget_title:after {
  display: none;
}

.footer-widget.widget_meta ul, .footer-widget.widget_pages ul, .footer-widget.widget_archive ul, .footer-widget.widget_categories ul, .footer-widget.widget_nav_menu ul {
  margin-top: -4px;
}

.footer-widget.widget_meta .menu,
.footer-widget.widget_meta > ul, .footer-widget.widget_pages .menu,
.footer-widget.widget_pages > ul, .footer-widget.widget_archive .menu,
.footer-widget.widget_archive > ul, .footer-widget.widget_categories .menu,
.footer-widget.widget_categories > ul, .footer-widget.widget_nav_menu .menu,
.footer-widget.widget_nav_menu > ul {
  margin-bottom: -4px;
}

.footer-widget.widget_meta a, .footer-widget.widget_pages a, .footer-widget.widget_archive a, .footer-widget.widget_categories a, .footer-widget.widget_nav_menu a {
  font-size: 16px;
  font-weight: 400;
  padding: 0;
  margin-bottom: 21px;
  font-family: var(--body-font);
  color: #eee;
  display: block;
  max-width: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0 0 0 20px;
  background-color: transparent;
  border-bottom: none;
  position: relative;
}

.footer-widget.widget_meta a:before, .footer-widget.widget_pages a:before, .footer-widget.widget_archive a:before, .footer-widget.widget_categories a:before, .footer-widget.widget_nav_menu a:before {
  content: "\f105";
  position: absolute;
  font-weight: 600;
  left: 0;
  top: 2px;
  font-family: var(--icon-font);
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  font-size: 0.9em;
  background-color: transparent;
  border: none;
  color: inherit;
}

.footer-widget.widget_meta a:hover, .footer-widget.widget_pages a:hover, .footer-widget.widget_archive a:hover, .footer-widget.widget_categories a:hover, .footer-widget.widget_nav_menu a:hover {
  background-color: transparent;
  color: var(--theme-color);
  box-shadow: none;
}

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

.footer-widget.widget_meta li > span, .footer-widget.widget_pages li > span, .footer-widget.widget_archive li > span, .footer-widget.widget_categories li > span, .footer-widget.widget_nav_menu li > span {
  width: auto;
  height: auto;
  position: relative;
  background-color: transparent;
  color: var(--body-color);
  line-height: 1;
}

.footer-widget.widget_meta li:last-child a, .footer-widget.widget_pages li:last-child a, .footer-widget.widget_archive li:last-child a, .footer-widget.widget_categories li:last-child a, .footer-widget.widget_nav_menu li:last-child a {
  margin-bottom: 0;
}

.footer-widget .recent-post {
  max-width: 300px;
  margin-top: -0.4em;
  margin-bottom: 20px;
}

.footer-widget .recent-post .media-img {
  max-width: 74px;
}

.footer-widget .recent-post .media-img:after {
  line-height: 74px;
}

.footer-widget .recent-post .post-title {
  color: var(--white-color);
  font-weight: 500;
}

.footer-widget .recent-post:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.footer-widget .recent-post .recent-post-meta a {
  font-weight: 400;
  line-height: 1.2;
}

.footer-widget .recent-post .recent-post-meta i {
  color: var(--theme-color);
}

.footer-widget .recent-post .recent-post-meta a:hover i {
  color: var(--theme-color);
}

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

.th-widget-about .about-logo {
  margin-bottom: 33px;
}

.th-widget-about .about-logo img{
  width: 100px;
}

.th-widget-about .about-text {
  color: #fff;
  margin-bottom: 20px;
  margin-top: -0.5em;
}

.th-widget-about .footer-info {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #888C97;
  line-height: 26px;
  padding: 0 0 0 35px;
  max-width: 277px;
  margin-top: 0;
}

.th-widget-about .footer-info:not(:last-child) {
  margin: 0 0 35px 0;
}

.th-widget-about .footer-info i {
  display: inline-block;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  background-color: var(--theme-color);
  color: var(--white-color);
  position: absolute;
  left: 0;
  font-size: 10px;
}

.th-widget-about .footer-info-title {
  font-size: 18px;
  font-family: var(--title-font);
  font-weight: 600;
  text-transform: capitalize;
  color: var(--white-color);
  margin-bottom: 5px;
  margin-top: -0.2em;
}

.footer-text {
  margin-top: -0.5em;
  margin-bottom: 25px;
}

.social-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.social-box .social-title {
  font-size: 20px;
  color: var(--white-color);
  font-weight: 600;
  margin-right: 20px;
  margin-bottom: 0;
}

.icon-group a {
  color: var(--white-color);
  font-size: 18px;
  margin-right: 17px;
}

.icon-group a:last-child {
  margin-right: 0;
}

/* Large devices */
@media (max-width: 1199px) {
  .footer-widget.widget_meta a, .footer-widget.widget_pages a, .footer-widget.widget_archive a, .footer-widget.widget_categories a, .footer-widget.widget_nav_menu a {
    margin-bottom: 16px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .footer-widget .widget_title {
    margin-bottom: 35px;
  }
  .th-widget-about .about-text {
    margin-bottom: 20px;
  }
  .social-box.mb-30 {
    margin-bottom: 25px;
  }
}

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

.th-header .icon-btn {
  border-radius: 99px;
}

.th-header .menu-area {
  position: relative;
  z-index: 2;
}

.info-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  /* Small devices */
}

.info-card_icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: var(--white-color);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.12);
  color: var(--theme-color);
  font-size: 18px;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.info-card_icon i {
  color: var(--theme-color);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.info-card_icon img {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.info-card_icon:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.info-card_icon:hover i {
  color: var(--white-color);
}

.info-card_icon:hover img {
  -webkit-filter: brightness(9);
          filter: brightness(9);
}

.info-card-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 15px 80px;
  /* Medium Large devices */
  /* Small devices */
}

@media (max-width: 1299px) {
  .info-card-wrap {
    gap: 15px 40px;
  }
}

@media (max-width: 767px) {
  .info-card-wrap {
    display: block;
  }
}

@media (max-width: 767px) {
  .info-card {
    margin-bottom: 20px;
  }
}

.info-card_icon {
  color: var(--theme-color);
}

.info-card_icon i {
  background-color: var(--icon-bg, #fff);
  width: 46px;
  height: 46px;
  line-height: 46px;
  font-size: 20px;
  color: var(--theme-color);
  font-weight: 500;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.info-card_icon i:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.info-card_text {
  font-family: var(--body-font);
  font-size: 14px;
  color: var(--body-color);
  margin-bottom: 0;
}

.info-card_link {
  font-family: var(--title-font);
  font-size: 20px;
  font-weight: 600;
  color: var(--title-color);
  margin-bottom: 0;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.info-card_link:hover {
  color: var(--theme-color);
}

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

.sticky-wrapper {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.sticky-wrapper.sticky {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background-color: var(--white-color);
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.07));
          filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.07));
  -webkit-animation: stickyAni 0.4s ease-in-out;
          animation: stickyAni 0.4s ease-in-out;
}

@-webkit-keyframes stickyAni {
  0% {
    -webkit-transform: translate3d(0, -40px, 0) scaleY(0.8);
            transform: translate3d(0, -40px, 0) scaleY(0.8);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) scaleY(1);
            transform: translate3d(0, 0, 0) scaleY(1);
    opacity: 1;
  }
}

@keyframes stickyAni {
  0% {
    -webkit-transform: translate3d(0, -40px, 0) scaleY(0.8);
            transform: translate3d(0, -40px, 0) scaleY(0.8);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) scaleY(1);
            transform: translate3d(0, 0, 0) scaleY(1);
    opacity: 1;
  }
}

.main-menu a {
  display: block;
  position: relative;
  /* font-weight: 400; */
  font-size: 16px;
  /* font-family: var(--body-font); */
  font-family: "Manrope", sans-serif;
  color: var(--black-color2);
  text-transform: capitalize;
}

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

.main-menu > ul > li {
  margin: 0 14px;
}

.main-menu > ul > li > a {
  padding: 32.5px 0;
}

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

.main-menu ul {
  margin: 0;
  padding: 0;
}

.main-menu ul li {
  list-style-type: none;
  display: inline-block;
  position: relative;
}

.main-menu ul li:has(.sub-menu) > a:after, .main-menu ul li:has(.mega-menu) > a:after, .main-menu ul li.menu-item-has-children > a:after {
  content: "\f107";
  display: inline-block;
  position: relative;
  font-family: var(--icon-font);
  margin-left: 4px;
  font-weight: 400;
  top: 0;
  font-size: 0.9em;
  color: var(--black-color2);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.main-menu ul li:has(.sub-menu) > a:hover:after, .main-menu ul li:has(.mega-menu) > a:hover:after, .main-menu ul li.menu-item-has-children > a:hover:after {
  content: "\f106";
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  color: var(--theme-color);
}

.main-menu ul li:last-child {
  margin-right: 0 !important;
}

.main-menu ul li:first-child {
  margin-left: 0 !important;
}

.main-menu ul li:hover > ul.sub-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
  z-index: 9;
}

.main-menu ul li:hover ul.mega-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scaleY(1) translateX(0%);
      -ms-transform: scaleY(1) translateX(0%);
          transform: scaleY(1) translateX(0%);
  z-index: 9;
}

.main-menu ul.sub-menu {
  position: absolute;
  text-align: left;
  top: 100%;
  left: 0;
  background-color: var(--white-color);
  visibility: hidden;
  min-width: 230px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 7px;
  left: -14px;
  opacity: 0;
  z-index: -1;
  box-shadow: 0px 4px 15px rgba(1, 15, 28, 0.06);
  border-radius: 0;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  border-bottom: 3px solid var(--theme-color);
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.main-menu ul.sub-menu a {
  font-size: 16px;
  line-height: 30px;
}

.main-menu ul.sub-menu {
  padding: 18px 20px 18px 18px;
  left: -27px;
}

.main-menu ul.sub-menu li {
  display: block;
  margin: 0 0;
  padding: 0px 9px;
}

.main-menu ul.sub-menu li.menu-item-has-children > a:after {
  content: "\2b";
  float: right;
  top: 1px;
  display: inline-block;
}

.main-menu ul.sub-menu li.menu-item-has-children > a:hover:after {
  content: "\f068";
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.main-menu ul.sub-menu li a {
  position: relative;
  padding-left: 0;
  text-transform: capitalize;
}

.main-menu ul.sub-menu li a:before {
  content: "\f5b0";
  position: absolute;
  top: 6px;
  left: 10px;
  font-family: var(--icon-font);
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  font-size: 1em;
  line-height: 1;
  color: var(--theme-color);
  font-weight: 900;
  opacity: 0;
  visibility: visible;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.main-menu ul.sub-menu li a:hover {
  padding-left: 23px;
}

.main-menu ul.sub-menu li a:hover:before {
  visibility: visible;
  opacity: 1;
  left: 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;
}

@media (max-width: 1500px) {
  .main-menu > ul > li {
    margin: 0 13px;
  }
}

.simple-icon {
  border: none;
  background-color: transparent;
  padding: 0;
  font-size: 24px;
  position: relative;
}

.simple-icon:has(.badge) {
  padding-right: 8px;
}

.simple-icon .badge {
  top: -8px;
  right: 0;
  font-size: 12px;
}

.header-button {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}

.header-button .th-btn {
  margin-left: 15px;
  padding: 5px 25px;
  /* Medium Large devices */
}

@media (max-width: 1299px) {
  .header-button .th-btn {
    display: none;
  }
}

.header-button .icon-btn .badge {
  font-size: 12px;
  top: 0;
  right: 0;
}

.header-button .icon-btn:hover .badge {
  background-color: var(--title-color);
}

.social-links .social-title {
  font-weight: 400;
  font-size: 14px;
  display: inline-block;
  margin: 0 10px 0 0;
  font-family: var(--body-font);
  color: var(--body-color);
}

@media (max-width: 1599px) {
  .social-links .social-title {
    display: none;
  }
}

.social-links a {
  font-size: 14px;
  display: inline-block;
  color: var(--body-color);
  margin: 0 15px 0 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.social-links a:last-child {
  margin-right: 0 !important;
}

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

.social-links a:hover i {
  -webkit-animation: slideTop 0.5s;
          animation: slideTop 0.5s;
}

.header-links ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.header-links li {
  display: inline-block;
  position: relative;
  font-family: var(--body-font);
  font-size: 14px;
  font-weight: 500;
}

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

.header-links li:not(:last-child):after {
  content: '';
  height: 14px;
  width: 1px;
  background-color: #999999;
  position: absolute;
  top: 5px;
  right: -27px;
}

.header-links li > i {
  color: var(--black-color2);
  margin-right: 8px;
}

.header-links li,
.header-links span,
.header-links p,
.header-links a {
  color: var(--black-color2);
}

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

.header-links b,
.header-links strong {
  font-weight: 600;
  margin-right: 6px;
}

.header-links .social-links a {
  font-size: 14px;
}

.header-notice {
  margin: 0;
  /* Large devices */
}

@media (max-width: 1199px) {
  .header-notice {
    display: none;
  }
}

.header-top {
  padding: 10px 0;
  --body-color: $block-color2;
}

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

.dropdown-link {
  position: relative;
  border: 1px solid var(--light-color);
  border-radius: 100px;
  padding: 3px 12px;
  max-width: 100px;
}

.dropdown-link .dropdown-toggle {
  font-family: var(--body-font);
  background: none;
  border: none;
  width: 100%;
  color: var(--black-color2);
  font-weight: 400;
  font-size: 14px;
  height: 16px;
  line-height: 16px;
  /* Extra small devices */
}

@media (max-width: 375px) {
  .dropdown-link .dropdown-toggle {
    font-size: 12px;
  }
}

.dropdown-link .dropdown-menu {
  position: absolute;
  right: 0;
  border-bottom: 2px solid var(--theme-color);
  border-radius: 0;
}

.dropdown-link .gtranslate_wrapper a {
  display: block;
  font-weight: 400;
  font-size: 16px;
  color: var(--title-color);
  font-family: var(--title-font);
  padding: 5px 10px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.header-default.unittest-header .menu-area {
  /* Medium devices */
}

@media (max-width: 991px) {
  .header-default.unittest-header .menu-area {
    padding: 14px 0;
  }
}

/* Header 1 Start ---------------------------------- */
.header-layout1 {
  background-color: var(--white-color);
}

.header-layout1 .header-top {
  position: relative;
  padding: 6px 0;
  border-bottom: 1px solid #E1E4E5;
  z-index: 2;
}

.header-layout1 .header-top .header-notice {
  color: var(--white-color);
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.header-layout1 .header-top .header-notice i {
  font-size: 14px;
  margin-right: 8px;
}

.header-layout1 .menu-item.menu-item-type-custom a:after {
  content: "\f107";
  display: inline-block;
  position: relative;
  font-family: var(--icon-font);
  margin-left: 4px;
  font-weight: 600;
  top: 0;
  font-size: 0.9em;
  color: var(--black-color2);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.header-layout1 .menu-item.menu-item-type-custom a:hover:after, .header-layout1 .menu-item.menu-item-type-custom a.active:after {
  content: "\f106";
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.header-layout1 .menu-item.menu-item-type-custom .sub-menu li a:after {
  display: none;
}

.header-layout1 .menu-item.menu-item-type-custom .mega-menu-title a:after {
  display: none;
}

.header-layout1 .menu-item.menu-item-type-custom .th-btn:after {
  display: none;
}

.header-layout1 .main-menu > ul > li > a:before {
  content: '';
  position: absolute;
  height: 1px;
  left: 0;
  background: var(--black-color2);
  width: 0%;
  margin-top: 30px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.header-layout1 .main-menu > ul > li > a:hover, .header-layout1 .main-menu > ul > li > a.active {
  color: var(--black-color2);
}

.header-layout1 .main-menu > ul > li > a:hover:before, .header-layout1 .main-menu > ul > li > a.active:before {
  width: 100%;
}

.header-layout1 .main-menu ul li.menu-item-has-children > a:hover:after {
  color: var(--black-color2);
}

.header-layout1 .header-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  /* Extra small devices */
}

@media (max-width: 1799px) {
  .header-layout1 .header-right {
    margin-right: 0;
  }
}

@media (max-width: 375px) {
  .header-layout1 .header-right {
    gap: 15px;
  }
}

.header-layout1 .header-right .header-links li {
  /* Extra small devices */
}

.header-layout1 .header-right .header-links li:not(:last-child) {
  margin: 0 28px 0 0;
  /* Extra small devices */
}

@media (max-width: 375px) {
  .header-layout1 .header-right .header-links li:not(:last-child) {
    margin: 0 9px 0 0;
  }
}

.header-layout1 .header-right .header-links li:not(:last-child):after {
  top: 7px;
  right: -17px;
  /* Extra small devices */
}

@media (max-width: 375px) {
  .header-layout1 .header-right .header-links li:not(:last-child):after {
    right: -6px;
  }
}

@media (max-width: 375px) {
  .header-layout1 .header-right .header-links li {
    font-size: 12px;
  }
}

.header-layout1 .header-right i {
  margin-left: 5px;
  font-size: 14px;
}

.header-layout1 .sticky-wrapper.sticky .menu-area {
  background-image: none !important;
}

.header-layout1 .sticky-wrapper .menu-area {
  /* Large devices */
}

@media (max-width: 1199px) {
  .header-layout1 .sticky-wrapper .menu-area {
    padding: 12px 0;
  }
}

.header-layout1 .menu-area {
  z-index: 0;
}

.header-layout1 .currency-menu {
  border: 1px solid var(--light-color);
  border-radius: 100px;
  padding: 8px 20px;
  max-width: 140px;
  text-transform: capitalize;
}

.header-layout1 .currency-menu .nice-select {
  min-width: 130px;
}

.header-layout1 .logo-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 19%;
  height: 92px;
  z-index: -1;
  background-color: var(--theme-color);
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
}

@media (min-width: 1930px) {
  .header-layout1 .logo-bg {
    width: 30%;
    height: 93px;
  }
}

@media (max-width: 1299px) {
  .header-layout1 .logo-bg {
    width: 28%;
  }
}

@media (max-width: 1199px) {
  .header-layout1 .logo-bg {
    width: 40%;
    height: 80px;
  }
}

@media (max-width: 991px) {
  .header-layout1 .logo-bg {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .header-layout1 .logo-bg {
    width: 60%;
  }
}

@media (max-width: 480px) {
  .header-layout1 .logo-bg {
    width: 70%;
  }
}

@media (max-width: 375px) {
  .header-layout1 .logo-bg {
    width: 80%;
  }
}

.header-layout1 .main-menu {
  position: relative;
  padding-left: 70px;
}

@media (min-width: 1930px) {
  .header-layout1 .main-menu {
    padding-left: 150px;
  }
}

@media (max-width: 1399px) {
  .header-layout1 .main-menu {
    padding-left: 40px;
  }
}

.header-layout1 .main-menu > ul > li {
  margin: 0px 21px;
  /* Extra large devices */
}

@media (max-width: 1500px) {
  .header-layout1 .main-menu > ul > li {
    margin: 0 16px;
  }
}

@media (max-width: 1399px) {
  .header-layout1 .main-menu > ul > li {
    margin: 0 12px;
  }
}

@media (min-width: 2570px) and (max-width: 4180px) {
  .header-layout1 .logo-bg {
    width: 40%;
    height: 93px;
  }
}

/* Header 1 End ---------------------------------- */
/* Header 2 start ---------------------------------- */
.header-layout2 .main-menu > ul > li > a {
  padding: 38.5px 0px;
}

/* Header 2 end ---------------------------------- */
/* ------------------------------Header 3  Start ---------------------------------- */
.header-layout3 .menu-area {
  position: relative;
  background: rgba(13, 13, 12, 0.2);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  /* Large devices */
}

@media (max-width: 1199px) {
  .header-layout3 .menu-area {
    padding: 14px 0;
  }
}

.header-layout3 .sticky-wrapper.sticky .menu-area {
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
  background-color: var(--black-color2);
}

.header-layout3 .main-menu > ul > li > a:before {
  content: '';
  position: absolute;
  height: 1px;
  left: 0;
  background: var(--white-color);
  width: 0%;
  margin-top: 30px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.header-layout3 .main-menu > ul > li > a:hover {
  color: var(--white-color);
}

.header-layout3 .main-menu > ul > li > a:hover:before {
  width: 100%;
}

.header-layout3 .main-menu ul li.menu-item-has-children > a:hover:after {
  color: var(--black-color2);
}

.header-layout3 .header-logo {
  padding: 0 70px;
  /* Medium Large devices */
  /* Extra small devices */
}

@media (max-width: 1399px) {
  .header-layout3 .header-logo {
    padding: 0 40px;
  }
}

@media (max-width: 1299px) {
  .header-layout3 .header-logo {
    padding: 0 20px;
  }
}

@media (max-width: 375px) {
  .header-layout3 .header-logo {
    padding: 0;
    max-width: 150px;
  }
}

.header-layout3 .header-right-button {
  position: absolute;
  top: 35px;
  right: 72px;
  /* Large devices */
}

@media (max-width: 1599px) {
  .header-layout3 .header-right-button {
    right: 10px;
  }
}

@media (max-width: 1199px) {
  .header-layout3 .header-right-button {
    top: 25px;
    right: 20px;
  }
}

@media (max-width: 1340px) {
  .header-layout3 .header-right-button {
    position: relative;
  }
  .header-layout3 .header-right-button .simple-btn {
    display: none;
  }
}

.header-layout3 .main-menu > ul > li {
  margin: 0px 26px;
  /* Medium Large devices */
}

@media (max-width: 1499px) {
  .header-layout3 .main-menu > ul > li {
    margin: 0 18px;
  }
}

@media (max-width: 1299px) {
  .header-layout3 .main-menu > ul > li {
    margin: 0 14px;
  }
}

.header-layout3 .main-menu > ul > li > a {
  color: var(--white-color);
  padding: 38.5px 0px;
}

.header-layout3 .main-menu > ul > li > a:after {
  color: var(--white-color) !important;
}

/* ------------------------------ Header 3  End ---------------------------------- */
/* ------------------------------Header 4  Start ---------------------------------- */
.header-layout4 {
  border-bottom: 1px solid var(--title-color);
}

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

.header-layout4 .menu-right-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 19%;
  height: 92px;
  z-index: -1;
  background-color: var(--title-color);
  /* Medium Large devices */
}

@media (min-width: 1930px) {
  .header-layout4 .menu-right-bg {
    width: 30%;
    height: 93px;
  }
}

@media (max-width: 1299px) {
  .header-layout4 .menu-right-bg {
    display: none;
  }
}

.header-layout4 .th-btn:hover:after {
  background-color: var(--title-color);
}

/* ------------------------------Header 4  end ---------------------------------- */
.header-layout5 .menu-area {
  /* Large devices */
}

@media (max-width: 1199px) {
  .header-layout5 .menu-area {
    padding: 22px 0;
  }
}

.header-layout5 .header-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  display: block;
  margin: auto;
  background-color: var(--title-color);
  /* Extra small devices */
}

@media (max-width: 375px) {
  .header-layout5 .header-button {
    display: none;
  }
}

.header-layout5 .header-logo {
  margin-left: 40px;
  /* Extra small devices */
}

@media (max-width: 1899px) {
  .header-layout5 .header-logo {
    margin-left: 100px;
  }
}

@media (max-width: 375px) {
  .header-layout5 .header-logo {
    margin: 0;
  }
}

.header-layout5 .main-menu > ul > li > a {
  padding: 36.5px 0;
}

.header-layout9 .menu-area {
  background: rgba(255, 255, 255, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(20.7px);
          backdrop-filter: blur(20.7px);
}

.header-layout9 .main-menu > ul > li {
  margin: 0px 16px;
}

@media (max-width: 1599px) {
  .header-layout9 .main-menu > ul > li {
    margin: 0 10px;
  }
}

.header-layout9 .header-logo {
  padding: 0 0px;
}

.header-layout9 .header-wrapp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 105px;
}

@media (max-width: 1799px) {
  .header-layout9 .header-wrapp {
    gap: 80px;
  }
}

@media (max-width: 1699px) {
  .header-layout9 .header-wrapp {
    gap: 40px;
  }
}

.header-layout9 .header-button {
  gap: 32px;
}

@media (max-width: 1499px) {
  .header-layout9 .th-social {
    display: none;
  }
}

.header-layout9 .th-social a {
  --icon-size: 40px;
  background: rgba(255, 255, 255, 0.2);
  color: var(--white-color);
  margin-right: 10px;
}

.header-layout9 .th-social a:hover {
  background: var(--theme-color);
}

.header-layout9 .simple-btn {
  /* Extra small devices */
}

@media (max-width: 375px) {
  .header-layout9 .simple-btn {
    display: none;
  }
}

/* ------------------------------Header 6  Start ---------------------------------- */
.header-layout6 {
  padding: 24px 24px 0 24px;
  /* Extra large devices */
}

@media (max-width: 1500px) {
  .header-layout6 {
    padding: 0;
  }
}

.header-layout6 .sticky-wrapper.sticky .menu-area {
  border-radius: 0px;
}

.header-layout6 .menu-area {
  border-radius: 24px 24px 0 0;
}

@media (max-width: 480px) {
  .header-layout6 .menu-area {
    border-radius: 0;
  }
}

/* ------------------------------Header 6  end ---------------------------------- */
/* ------------------------------Header 7  Start ---------------------------------- */
.header-layout7 {
  border-bottom: none;
}

.header-layout7 .logo-bg {
  background-color: var(--theme-color);
}

.header-layout7 .menu-right-bg {
  background-color: var(--theme-color);
}

.header-layout7 .menu-area {
  /* Large devices */
}

@media (max-width: 1199px) {
  .header-layout7 .menu-area {
    padding: 22px 0;
  }
}

.header-layout7 .header-logo {
  /* Extra small devices */
}

@media (max-width: 375px) {
  .header-layout7 .header-logo {
    max-width: 180px;
  }
}

/* ------------------------------Header 8  Start ---------------------------------- */
.header-layout8 .header-button {
  gap: 40px;
}

.header-layout8 .menu-area {
  /* Large devices */
}

@media (max-width: 1199px) {
  .header-layout8 .menu-area {
    padding: 15px 0;
  }
}

.header-layout8 .header-logo {
  /* Extra small devices */
}

@media (max-width: 375px) {
  .header-layout8 .header-logo {
    max-width: 160px;
  }
}

/* ------------------------------Header 8  end ---------------------------------- */
/* ------------------------------Header 11  start ---------------------------------- */
.header-layout11 .menu-area {
  background-color: var(--title-color);
}

.header-layout11 .header-button {
  gap: 40px;
  /* Extra large devices */
}

@media (max-width: 1500px) {
  .header-layout11 .header-button {
    gap: 20px;
  }
}

.header-layout11 .main-menu > ul > li > a {
  color: var(--white-color);
}

.header-layout11 .main-menu > ul > li > a:before {
  background: var(--white-color);
}

.header-layout11 .main-menu > ul > li > a:hover, .header-layout11 .main-menu > ul > li > a.active {
  color: var(--white-color);
}

.header-layout11 .main-menu ul li:has(.sub-menu) > a:after,
.header-layout11 .main-menu ul li:has(.mega-menu) > a:after,
.header-layout11 .main-menu ul li.menu-item-has-children > a:after {
  color: var(--white-color);
}

/* ------------------------------Header 11 end ---------------------------------- */
/* ------------------------------Header 12 start ---------------------------------- */
.header-layout12 {
  background-color: #405749;
}

.header-layout12 .sticky-wrapper.sticky {
  background-color: #405749;
}

.header-layout12 .main-menu > ul > li > a {
  color: var(--white-color);
}

.header-layout12 .main-menu > ul > li > a:before {
  background: var(--white-color);
}

.header-layout12 .main-menu > ul > li > a:hover, .header-layout12 .main-menu > ul > li > a.active {
  color: var(--white-color);
}

.header-layout12 .main-menu ul li:has(.sub-menu) > a:after,
.header-layout12 .main-menu ul li:has(.mega-menu) > a:after,
.header-layout12 .main-menu ul li.menu-item-has-children > a:after {
  color: var(--white-color);
}

.header-layout12 .header-button {
  gap: 40px;
  /* Extra large devices */
}

@media (max-width: 1500px) {
  .header-layout12 .header-button {
    gap: 20px;
  }
}

/* ------------------------------Header 12 end ---------------------------------- */
/* ------------------------------Header 15 start ---------------------------------- */
.header-layout15 .menu-area {
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
}

.header-layout15 .main-menu > ul > li {
  margin: 0px 16px;
}

@media (max-width: 1599px) {
  .header-layout15 .main-menu > ul > li {
    margin: 0 10px;
  }
}

.header-layout15 .header-logo {
  padding: 0 0px;
}

.header-layout15 .header-wrapp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 105px;
}

@media (max-width: 1799px) {
  .header-layout15 .header-wrapp {
    gap: 80px;
  }
}

@media (max-width: 1699px) {
  .header-layout15 .header-wrapp {
    gap: 40px;
  }
}

.header-layout15 .header-button {
  gap: 32px;
}

@media (max-width: 1499px) {
  .header-layout15 .th-social {
    display: none;
  }
}

.header-layout15 .th-social a {
  --icon-size: 40px;
  background: rgba(255, 255, 255, 0.2);
  color: var(--white-color);
  margin-right: 10px;
}

.header-layout15 .th-social a:hover {
  background: var(--theme-color);
}

.header-layout15 .simple-btn {
  /* Extra small devices */
}

@media (max-width: 375px) {
  .header-layout15 .simple-btn {
    display: none;
  }
}

/* ------------------------------Header 15 end ---------------------------------- */
/* Define animation for each character    */
.split-heading-title.animated-character {
  display: inline-block;
  -webkit-animation: fadeInChar 0.5s ease-in-out forwards;
          animation: fadeInChar 0.5s ease-in-out forwards;
}

.animated-character {
  -webkit-animation: animateCharacter 0.5s forwards;
          animation: animateCharacter 0.5s forwards;
}

@-webkit-keyframes animateCharacter {
  from {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes animateCharacter {
  from {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

/* --------------------------------
heding animation start 
------------------------------------ */
.title-area {
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.heading-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  white-space: break-spaces;
  gap: 0px 12px;
}

.heading-title .sec-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}

.heading-title .sec-title .split-heading-title {
  -webkit-animation: heading-anim-fade-out 2s ease calc(0.05s * var(--char-index)), heading-anim-fade-in 3s ease calc(0.05s * var(--char-index));
          animation: heading-anim-fade-out 2s ease calc(0.05s * var(--char-index)), heading-anim-fade-in 3s ease calc(0.05s * var(--char-index));
}

@-webkit-keyframes heading-anim-fade-out {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes heading-anim-fade-out {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes heading-anim-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes cus-heading-animation-fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes cus-heading-animation-fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* --------------------------------
heding animation  end
------------------------------------ */
.row:after {
  display: none;
}

/*------------------- 4.3. Footer  -------------------*/
.footer-wrapper {
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.widget-area {
  padding-top: 100px;
  padding-bottom: 46px;
}

.sticky-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}

.copyright-wrap {
  padding: 18px 0;
  background: linear-gradient(135deg, #0a0a1f, #1a1a3a);
}

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

.copyright-wrap .copyright-text a {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

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

.copyright-wrap.bg-title .copyright-text a:hover {
  color: var(--theme-color);
}

.newsletter-top {
  border-bottom: 1px solid #E1E4E6;
  margin-bottom: 62px;
  padding-bottom: 50px;
}

.newsletter-top .newsletter-title {
  font-size: 40px;
  font-weight: 600;
  color: #eee;
  /* Large devices */
  /* Medium devices */
}

@media (max-width: 1199px) {
  .newsletter-top .newsletter-title {
    font-size: 30px;
  }
}

@media (max-width: 991px) {
  .newsletter-top .newsletter-title {
    text-align: center;
  }
}

.newsletter-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  max-width: 660px;
  margin-left: auto;
}

@media (max-width: 480px) {
  .newsletter-form {
    display: block;
  }
}

.newsletter-form.style2 input {
  background-color: transparent;
  border: 1px solid var(--white-color);
}

.newsletter-form.style2 input::-moz-placeholder {
  color: var(--white-color);
}

.newsletter-form.style2 input::-webkit-input-placeholder {
  color: var(--white-color);
}

.newsletter-form.style2 input:-ms-input-placeholder {
  color: var(--white-color);
}

.newsletter-form.style2 input::-ms-input-placeholder {
  color: var(--white-color);
}

.newsletter-form.style2 input::placeholder {
  color: var(--white-color);
}

.newsletter-form.style2 input:focus {
  color: var(--white-color);
}

.newsletter-form input {
  border: 1px solid #6E7070;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  height: 64px;
  border-radius: 32px;
}

.newsletter-form .th-btn {
  min-width: 227px;
}

@media (max-width: 480px) {
  .newsletter-form .th-btn {
    min-width: 100%;
    margin-top: 20px;
  }
}

.th-widget-contact {
  max-width: 260px;
  margin-bottom: -0.4em;
}

.info-box_text {
  line-height: 1.75em;
  margin-top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

.info-box_text .icon, .paw_icon {
  color: var(--body-color);
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 40px;
  height: 40px;
  line-height: 37px;
  background-color: #E9F6F9;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.info-box_text .icon img {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

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

.info-box_text .icon:hover img {
  -webkit-filter: contrast(0) brightness(2);
          filter: contrast(0) brightness(2);
}

.info-box_text .details {
  margin-top: -0.3em;
}

.info-box_text .details p {
  margin-bottom: 0;
  color: #eee;
} 

.info-box_text a {
  /* color: inherit; */
  color: #eee;
}

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

.info-box_text:not(:last-child) {
  margin-bottom: 18px;
}

.footer-card .title {
  font-weight: 400;
  font-size: 16px;
  color: var(--white-color);
  margin-right: 16px;
}

.footer-layout1 .th-social a {
  margin-right: 10px;
}

.footer-layout1 .copyright-wrap .copyright-text {
  font-size: 14px;
  font-weight: 400;
}

.footer-layout1 .copyright-wrap .copyright-text a {
  color: inherit;
}

.copyright-text {
  margin: 0;
  /* Medium devices */
}

@media (max-width: 991px) {
  .copyright-text {
    text-align: center;
  }
}

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

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

/* footer layout  2 start --------------------------*/
.footer-layout2 {
  --body-color: #E9F6F9;
}

.footer-layout2 .newsletter-top {
  border-bottom: 1px solid rgba(233, 246, 249, 0.2);
}

.footer-layout2 .widget-area {
  padding-bottom: 70px;
  /* Medium devices */
}

@media (max-width: 991px) {
  .footer-layout2 .widget-area {
    padding-bottom: 30px;
  }
}

.footer-layout2 .footer-widget .widget_title {
  color: var(--white-color);
}

.footer-layout2 .footer-widget.widget_nav_menu a {
  font-weight: 300;
}

.footer-layout2 .footer-widget.widget_nav_menu a:not(:hover) {
  color: #E9F6F9;
}

.footer-layout2 .about-text {
  color: #E9F6F9;
  font-weight: 300;
  margin-bottom: 22px;
}

.footer-layout2 .th-social a {
  --icon-size: 40px;
  background-color: rgba(255, 255, 255, 0.2);
  color: var(--white-color);
  margin-right: 10px;
  /* Medium Large devices */
}

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

@media (max-width: 1299px) {
  .footer-layout2 .th-social a {
    margin-right: 5px;
  }
}

.footer-layout2 .info-box_text .icon {
  color: var(--white-color);
  background-color: rgba(255, 255, 255, 0.2);
}

.footer-layout2 .info-box_text .icon:hover {
  background-color: var(--theme-color);
}

.footer-layout2 .info-box_text .icon img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.footer-layout2 .copyright-wrap {
  background-color: transparent;
  border-top: 1px solid rgba(233, 246, 249, 0.2);
  padding: 18px 0;
}

.footer-layout2 .copyright-wrap .copyright-text {
  font-size: 14px;
}

.footer-layout2 .copyright-wrap .copyright-text a {
  color: var(--white-color);
}

/* footer layout  2 end --------------------------*/
/* footer layout 4 start ---------------------------*/
.footer-layout4 .widget_title {
  color: var(--white-color);
}

.footer-layout4 .newsletter-top {
  border-color: rgba(233, 246, 249, 0.3);
}

.footer-layout4 .newsletter-form.style4 {
  margin-left: auto;
}

.footer-layout4 .newsletter-form {
  margin-left: auto;
}

.footer-layout4 .newsletter-form input {
  border: 1px solid var(--white-color);
  background-color: transparent;
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
  height: 64px;
  border-radius: 32px;
}

.footer-layout4 .newsletter-form input::-moz-placeholder {
  color: var(--white-color);
}

.footer-layout4 .newsletter-form input::-webkit-input-placeholder {
  color: var(--white-color);
}

.footer-layout4 .newsletter-form input:-ms-input-placeholder {
  color: var(--white-color);
}

.footer-layout4 .newsletter-form input::-ms-input-placeholder {
  color: var(--white-color);
}

.footer-layout4 .newsletter-form input::placeholder {
  color: var(--white-color);
}

.footer-layout4 .newsletter-form input:focus {
  color: var(--white-color);
}

.footer-layout4 .about-text {
  color: #E9F6F9;
}

.footer-layout4 .footer-widget.widget_nav_menu a {
  color: var(--white-color);
}

.footer-layout4 .footer-widget.widget_nav_menu a:before {
  color: var(--white-color);
}

.footer-layout4 .footer-widget.widget_nav_menu a:hover {
  color: #113D48;
}

.footer-layout4 .footer-widget.widget_nav_menu a:hover:before {
  color: #113D48;
}

.footer-layout4 .info-box_text {
  --body-color: #fff;
}

.footer-layout4 .info-box_text_link:hover {
  color: #113D48;
}

.footer-layout4 .info-box_text .icon {
  color: var(--white-color);
  background-color: rgba(255, 255, 255, 0.2);
}

.footer-layout4 .info-box_text .icon img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.footer-layout4 .sidebar-gallery .gallery-thumb:before {
  background-color: #113D48;
}

.footer-layout4 .info-box_text a:hover {
  color: var(--title-color);
}

.footer-layout4 .th-social a {
  --icon-size: 40px;
  background-color: rgba(255, 255, 255, 0.2);
  color: var(--white-color);
  margin-right: 10px;
  /* Medium Large devices */
}

@media (max-width: 1299px) {
  .footer-layout4 .th-social a {
    margin-right: 5px;
  }
}

.footer-layout4 .copyright-wrap {
  background-color: transparent;
  border-top: 1px solid rgba(233, 246, 249, 0.3);
}

.footer-layout4 .copyright-text {
  font-size: 14px;
}

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

.footer-layout4 .copyright-text a:hover {
  color: var(--title-color);
}

/* footer layout 5 start -----------------*/
.footer-layout5 .widget-area {
  padding-top: 64px;
  padding-bottom: 64px;
}

.footer-layout6 .widget-area {
  padding-top: 120px;
}

.footer-layout7 {
  background-color: #405749;
}

/*------------------- 4.4. Breadcumb  -------------------*/
.breadcumb-content {
  position: relative;
}

.breadcumb-menu {
  max-width: 100%;
  padding: 0;
  margin: 25px 0 -0.5em 0;
  list-style-type: none;
  position: relative;
}

.breadcumb-menu li {
  display: inline-block;
  margin-right: 3px;
  padding-right: 3px;
  list-style: none;
  position: relative;
}

.breadcumb-menu li:after {
  content: "";
  background-image: url(../img/icon/arrow-right.svg);
  background-size: 100% 100%;
  top: 3px;
  width: 18px;
  height: 16px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  margin-left: 6px;
  font-weight: 700;
  font-size: 18px;
  color: inherit;
  font-family: var(--icon-font);
}

.breadcumb-menu li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.breadcumb-menu li:last-child:after {
  display: none;
}

.breadcumb-menu li,
.breadcumb-menu a,
.breadcumb-menu span {
  white-space: normal;
  word-break: break-word;
  font-family: var(--body-font);
  font-weight: 400;
  font-size: 20px;
  color: var(--white-color);
}

.breadcumb-title {
  margin: -0.23em 0 -0.18em 0;
  font-size: 54px;
  font-family: var(--title-font);
  color: var(--white-color);
  font-weight: 700;
  text-transform: capitalize;
}

.th-breadcumb-bg {
  position: absolute;
  inset: 0;
}

.breadcumb-wrapper {
  position: relative;
  background-color: var(--title-color);
  background-position: left top;
  padding: 163px 0;
  overflow: hidden;
  text-align: center;
}

/* Large devices */
@media (max-width: 1199px) {
  .breadcumb-wrapper {
    padding: 150px 0;
  }
  .breadcumb-title {
    margin: -0.18em 0 -0.18em 0;
  }
  .breadcumb-menu li,
  .breadcumb-menu a,
  .breadcumb-menu span {
    font-size: 16px;
    line-height: 26px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .breadcumb-wrapper {
    padding: 130px 0;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .breadcumb-title {
    font-size: 44px;
    line-height: 54px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .breadcumb-wrapper {
    padding: 130px 0;
  }
  .breadcumb-title {
    font-size: 44px;
    line-height: 54px;
  }
}

/* Extra small devices */
@media (max-width: 375px) {
  .breadcumb-wrapper {
    padding: 120px 0;
  }
  .breadcumb-title {
    font-size: 34px;
    line-height: 44px;
  }
  .breadcumb-menu {
    margin: 15px 0 -0.5em 0;
  }
}

/*------------------- 4.5. Pagination  -------------------*/
.wp-block-query-pagination-numbers,
.th-pagination {
  margin-bottom: 30px;
}

.wp-block-query-pagination-numbers ul,
.th-pagination ul {
  margin: 0;
  padding: 0;
}

.wp-block-query-pagination-numbers li,
.th-pagination li {
  display: inline-block;
  margin: 0 3px;
  list-style-type: none;
}

.wp-block-query-pagination-numbers li:last-child,
.th-pagination li:last-child {
  margin-right: 0;
}

.wp-block-query-pagination-numbers li:first-child,
.th-pagination li:first-child {
  margin-left: 0;
}

.wp-block-query-pagination-numbers span,
.wp-block-query-pagination-numbers a,
.th-pagination span,
.th-pagination a {
  display: inline-block;
  text-align: center;
  gap: 8px;
  position: relative;
  color: var(--title-color);
  border: 1px solid #E1E4E6;
  width: 48px;
  height: 48px;
  line-height: 48px;
  border-radius: 50%;
  z-index: 1;
  font-size: 18px;
  font-weight: 400;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  /* Extra small devices */
}

@media (max-width: 375px) {
  .wp-block-query-pagination-numbers span,
  .wp-block-query-pagination-numbers a,
  .th-pagination span,
  .th-pagination a {
    font-size: 14px;
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}

.wp-block-query-pagination-numbers span.next-page,
.wp-block-query-pagination-numbers a.next-page,
.th-pagination span.next-page,
.th-pagination a.next-page {
  width: auto;
  padding: 0 24px;
  border-radius: 30px;
  line-height: 46px;
  /* Extra small devices */
}

@media (max-width: 375px) {
  .wp-block-query-pagination-numbers span.next-page,
  .wp-block-query-pagination-numbers a.next-page,
  .th-pagination span.next-page,
  .th-pagination a.next-page {
    line-height: 35px;
  }
}

.wp-block-query-pagination-numbers span img,
.wp-block-query-pagination-numbers a img,
.th-pagination span img,
.th-pagination a img {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.wp-block-query-pagination-numbers span.active, .wp-block-query-pagination-numbers span:hover,
.wp-block-query-pagination-numbers a.active,
.wp-block-query-pagination-numbers a:hover,
.th-pagination span.active,
.th-pagination span:hover,
.th-pagination a.active,
.th-pagination a:hover {
  color: var(--white-color);
  background-color: var(--theme-color);
}

.wp-block-query-pagination-numbers span.active img, .wp-block-query-pagination-numbers span:hover img,
.wp-block-query-pagination-numbers a.active img,
.wp-block-query-pagination-numbers a:hover img,
.th-pagination span.active img,
.th-pagination span:hover img,
.th-pagination a.active img,
.th-pagination a:hover img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.wp-block-query-pagination-next {
  display: inline-block;
  text-align: center;
  position: relative;
  border: none;
  color: var(--title-color);
  background-color: var(--smoke-color2);
  min-width: 56px;
  height: 56px;
  line-height: 56px;
  z-index: 1;
  font-size: 16px;
  padding: 0 20px;
  font-weight: 500;
  border-radius: 12px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  /* Extra small devices */
}

@media (max-width: 375px) {
  .wp-block-query-pagination-next {
    font-size: 14px;
    padding: 0 15px;
  }
}

.wp-block-query-pagination-next.active, .wp-block-query-pagination-next:hover {
  color: var(--white-color);
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}

/*------------------- 4.6. Blog  -------------------*/
blockquote,
.wp-block-quote {
  font-size: 18px;
  line-height: 1.777;
  padding: 22px 16px 22px 60px;
  font-weight: 400;
  display: block;
  position: relative;
  /* background-color: var(--white-color); */
  margin: 50px 0 58px 0;
  color: var(--title-color);
  font-family: var(--body-font);
  font-style: normal;
  /* border: 1px solid rgba(110, 112, 112, 0.2) !important; */
  border-radius: 10px;
  /* Large devices */
}

@media (max-width: 1199px) {
  blockquote,
  .wp-block-quote {
    font-size: 16px;
  }
}

blockquote p,
.wp-block-quote p {
  font-size: inherit;
  font-family: inherit;
  margin-top: -0.3em;
  margin-bottom: 9px;
  line-height: inherit;
  color: inherit;
  width: 100%;
  position: relative;
  z-index: 3;
}

blockquote p a,
.wp-block-quote p a {
  color: inherit;
}

/* blockquote:before,
.wp-block-quote:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  height: 50px;
  width: 33px;
  background-color: var(--white-color);
} */

/* blockquote:after,
.wp-block-quote:after {
  content: "";
  position: absolute;
  top: -10px;
  left: 0px;
  height: 20px;
  width: 25px;
  background-color: var(--theme-color);
  -webkit-clip-path: path("M2.21945 18.2759C0.775335 16.6762 0 14.8819 0 11.9734C0 6.8553 3.44484 2.26804 8.45438 0L9.70641 2.01506C5.03057 4.65307 4.11643 8.07633 3.75189 10.2347C4.5048 9.82818 5.49044 9.68633 6.45645 9.77992C8.98576 10.0241 10.9795 12.1898 10.9795 14.8819C10.9795 16.2393 10.4625 17.5411 9.54219 18.5009C8.62192 19.4608 7.37376 20 6.07229 20C5.35256 19.9934 4.64126 19.8376 3.97981 19.5416C3.31836 19.2457 2.71996 18.8154 2.21945 18.2759ZM16.24 18.2759C14.7959 16.6762 14.0205 14.8819 14.0205 11.9734C14.0205 6.8553 17.4654 2.26804 22.4749 0L23.7269 2.01506C19.0511 4.65307 18.137 8.07633 17.7724 10.2347C18.5253 9.82818 19.511 9.68633 20.477 9.77992C23.0063 10.0241 25 12.1898 25 14.8819C25 16.2393 24.483 17.5411 23.5627 18.5009C22.6424 19.4608 21.3943 20 20.0928 20C19.3731 19.9934 18.6618 19.8376 18.0003 19.5416C17.3389 19.2457 16.7405 18.8154 16.24 18.2759Z");
          clip-path: path("M2.21945 18.2759C0.775335 16.6762 0 14.8819 0 11.9734C0 6.8553 3.44484 2.26804 8.45438 0L9.70641 2.01506C5.03057 4.65307 4.11643 8.07633 3.75189 10.2347C4.5048 9.82818 5.49044 9.68633 6.45645 9.77992C8.98576 10.0241 10.9795 12.1898 10.9795 14.8819C10.9795 16.2393 10.4625 17.5411 9.54219 18.5009C8.62192 19.4608 7.37376 20 6.07229 20C5.35256 19.9934 4.64126 19.8376 3.97981 19.5416C3.31836 19.2457 2.71996 18.8154 2.21945 18.2759ZM16.24 18.2759C14.7959 16.6762 14.0205 14.8819 14.0205 11.9734C14.0205 6.8553 17.4654 2.26804 22.4749 0L23.7269 2.01506C19.0511 4.65307 18.137 8.07633 17.7724 10.2347C18.5253 9.82818 19.511 9.68633 20.477 9.77992C23.0063 10.0241 25 12.1898 25 14.8819C25 16.2393 24.483 17.5411 23.5627 18.5009C22.6424 19.4608 21.3943 20 20.0928 20C19.3731 19.9934 18.6618 19.8376 18.0003 19.5416C17.3389 19.2457 16.7405 18.8154 16.24 18.2759Z");
} */

blockquote cite,
.wp-block-quote cite {
  display: inline-block;
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  font-style: normal;
  font-family: var(--body-font);
  white-space: nowrap;
  position: absolute;
  bottom: -17px;
  left: 100px;
  background-color: var(--theme-color);
  color: var(--white-color);
  padding: 7px 45px 7px 20px;
  -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 25px) 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, calc(100% - 25px) 100%, 0% 100%);
  border-radius: 0px;
  overflow: hidden;
  /* Extra small devices */
}

@media (max-width: 375px) {
  blockquote cite,
  .wp-block-quote cite {
    left: 50px;
  }
}

blockquote cite br,
.wp-block-quote cite br {
  display: none;
}

blockquote.is-large:not(.is-style-plain), blockquote.is-style-large:not(.is-style-plain), blockquote.style-left-icon, blockquote.has-text-align-right,
.wp-block-quote.is-large:not(.is-style-plain),
.wp-block-quote.is-style-large:not(.is-style-plain),
.wp-block-quote.style-left-icon,
.wp-block-quote.has-text-align-right {
  padding: 40px;
  margin-bottom: 30px;
  /* Extra small devices */
}

@media (max-width: 375px) {
  blockquote.is-large:not(.is-style-plain), blockquote.is-style-large:not(.is-style-plain), blockquote.style-left-icon, blockquote.has-text-align-right,
  .wp-block-quote.is-large:not(.is-style-plain),
  .wp-block-quote.is-style-large:not(.is-style-plain),
  .wp-block-quote.style-left-icon,
  .wp-block-quote.has-text-align-right {
    padding: 25px;
  }
}

blockquote.style-left-icon,
.wp-block-quote.style-left-icon {
  font-size: 18px;
  color: var(--body-color);
  font-weight: 400;
  line-height: 1.556;
  background-color: var(--smoke-color);
  padding-left: 160px;
}

blockquote.style-left-icon:before,
.wp-block-quote.style-left-icon:before {
  right: unset;
  left: 56px;
  top: 60px;
  font-size: 6rem;
  font-weight: 400;
  line-height: 4rem;
  color: var(--theme-color);
  text-shadow: none;
}

blockquote.style-left-icon cite,
.wp-block-quote.style-left-icon cite {
  color: var(--title-color);
}

blockquote.style-left-icon cite:before,
.wp-block-quote.style-left-icon cite:before {
  background-color: var(--title-color);
  top: 8px;
}

blockquote:not(:has(> cite)) p:last-child,
.wp-block-quote:not(:has(> cite)) p:last-child {
  margin-bottom: -0.3em;
}

blockquote p:has(cite),
.wp-block-quote p:has(cite) {
  padding-bottom: 10px;
}

blockquote p cite,
.wp-block-quote p cite {
  margin-top: 20px;
  margin-bottom: -0.5em;
  bottom: -32px;
}

.wp-block-pullquote {
  color: var(--white-color);
  padding: 0;
}

blockquote.has-very-dark-gray-color {
  color: var(--title-color) !important;
}

.wp-block-pullquote blockquote,
.wp-block-pullquote p {
  color: var(--title-color);
}

.wp-block-pullquote cite {
  position: absolute;
  color: var(--white-color) !important;
}

.wp-block-column blockquote,
.wp-block-column .wp-block-quote {
  padding: 40px 15px 40px 15px;
}

.wp-block-column blockquote:before,
.wp-block-column .wp-block-quote:before {
  width: 100%;
  height: 60px;
  font-size: 30px;
}

.wp-block-column blockquote.style-left-icon, .wp-block-column blockquote.is-large:not(.is-style-plain), .wp-block-column blockquote.is-style-large:not(.is-style-plain), .wp-block-column blockquote.has-text-align-right,
.wp-block-column .wp-block-quote.style-left-icon,
.wp-block-column .wp-block-quote.is-large:not(.is-style-plain),
.wp-block-column .wp-block-quote.is-style-large:not(.is-style-plain),
.wp-block-column .wp-block-quote.has-text-align-right {
  padding: 40px 15px 40px 15px;
}

.wp-block-column blockquote cite,
.wp-block-column .wp-block-quote cite {
  font-size: 14px;
  left: 20px;
}

.wp-block-column blockquote cite:before,
.wp-block-column .wp-block-quote cite:before {
  bottom: 6px;
}

.wp-block-pullquote__citation::before,
.wp-block-pullquote cite::before,
.wp-block-pullquote footer::before {
  bottom: 7px;
}

.has-cyan-bluish-gray-background-color blockquote,
.has-cyan-bluish-gray-background-color .wp-block-quote {
  background-color: var(--white-color);
}

/* Large devices */
@media (max-width: 1199px) {
  blockquote,
  .wp-block-quote {
    padding: 22px 30px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .wp-block-pullquote.is-style-solid-color blockquote {
    max-width: 90%;
  }
  blockquote cite,
  .wp-block-quote cite {
    font-size: 18px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  blockquote,
  .wp-block-quote {
    padding: 20px 20px 30px;
  }
  .wp-block-quote.is-large:not(.is-style-plain) p,
  .wp-block-quote.is-style-large:not(.is-style-plain) p {
    font-size: 1.2em;
  }
}

/* Extra small devices */
@media (max-width: 375px) {
  blockquote cite,
  .wp-block-quote cite {
    font-size: 14px;
  }
  blockquote cite:before,
  .wp-block-quote cite:before {
    width: 20px;
    bottom: 40px;
    right: 20px;
  }
}

.blog-meta {
  display: block;
}

.blog-meta span,
.blog-meta a {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: var(--body-color);
  font-family: var(--body-font);
  position: relative;
  text-transform: capitalize;
  margin-right: 12px;
}

.blog-meta span i,
.blog-meta a i {
  margin-right: 8px;
  color: var(--theme-color);
}

.blog-meta span:not(:last-child),
.blog-meta a:not(:last-child) {
  padding-right: 16px;
}

.blog-meta span:not(:last-child):after,
.blog-meta a:not(:last-child):after {
  content: "";
  height: 10px;
  width: 1px;
  background-color: #999999;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -4px;
}

.blog-meta .author img {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin-right: 6px;
}

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

/* Large devices */
@media (max-width: 1199px) {
  .blog-meta span,
  .blog-meta a {
    margin-right: 15px;
  }
  .blog-meta span:not(:last-child),
  .blog-meta a:not(:last-child) {
    padding-right: 15px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .blog-meta span,
  .blog-meta a {
    margin-right: 20px;
  }
  .blog-meta span:not(:last-child),
  .blog-meta a:not(:last-child) {
    padding-right: 0;
  }
  .blog-meta span:not(:last-child):after,
  .blog-meta a:not(:last-child):after {
    display: none;
  }
}

.blog-audio,
.blog-img,
.blog-video {
  line-height: 1px;
}

.blog-audio img,
.blog-img img,
.blog-video img {
  width: 100%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.blog-title a {
  color: inherit;
}

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

.th-blog {
  margin-bottom: 30px;
}

.blog-inner-title {
  margin-top: -0.25em;
  margin-bottom: 25px;
}

.blog-inner-title i {
  color: var(--theme-color);
  margin-right: 4px;
}

.blog-single {
  position: relative;
  margin-bottom: 40px;
  overflow: hidden;
}

.blog-single .blog-title {
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 600;
}

.blog-single .blog-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 10px;
  z-index: 2;
  gap: 10px 0;
}

.blog-single .blog-meta span,
.blog-single .blog-meta a {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: #1C2D37;
  font-family: var(--body-font);
  position: relative;
  line-height: normal;
}

.blog-single .blog-meta span img,
.blog-single .blog-meta span svg,
.blog-single .blog-meta span i,
.blog-single .blog-meta a img,
.blog-single .blog-meta a svg,
.blog-single .blog-meta a i {
  margin-right: 11px;
  color: #1C2D37;
}

.blog-single .blog-meta span:last-child,
.blog-single .blog-meta a:last-child {
  margin-right: 0;
  padding-right: 0;
  border: 0;
}

.blog-single .blog-meta span:last-child:after,
.blog-single .blog-meta a:last-child:after {
  display: none;
}

.blog-single .blog-meta .author img {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin-right: 6px;
}

.blog-single .blog-content {
  margin: 0 0 0 0;
  padding: 0;
  position: relative;
}

.blog-single .blog-content .blog-single {
  padding: 20px;
}

.blog-single .blog-content .th-btn {
  padding: 14px 35px;
}

.blog-single .blog-audio {
  line-height: 1;
}

.blog-single .blog-audio,
.blog-single .blog-img,
.blog-single .blog-video {
  position: relative;
  overflow: hidden;
  background-color: var(--smoke-color);
  margin-bottom: 0;
}

.blog-single .blog-img {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 10px;
  margin-bottom: 40px;
}

.blog-single .blog-img:before {
  background: rgba(255, 255, 255, 0.5);
  content: "";
  height: 0;
  left: 0;
  opacity: 1;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
}

.blog-single .blog-img img {
  width: 100%;
  object-fit: cover;
  -webkit-transition: 1.3s all ease;
  transition: 1.3s all ease;
}

.blog-single .blog-img .slider-arrow {
  --pos-x: 30px;
  --icon-size: 44px;
  border: none;
  background-color: var(--white-color);
  color: var(--black-color2);
  box-shadow: none;
  visibility: visible;
  opacity: 1;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  /* Large devices */
}

.blog-single .blog-img .slider-arrow:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

@media (max-width: 1199px) {
  .blog-single .blog-img .slider-arrow {
    display: none;
  }
}

.blog-single .blog-img .play-btn {
  --icon-size: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: calc(var(--icon-size) / -2) 0 0 calc(var(--icon-size) / -2);
  /* Small devices */
}

@media (max-width: 767px) {
  .blog-single .blog-img .play-btn {
    --icon-size: 70px;
  }
}

.blog-single .line-btn {
  display: block;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-bottom: -1px;
}

.blog-single:hover .blog-img:before {
  height: 100%;
  opacity: 0;
  -webkit-transition: all .4s linear;
  transition: all .4s linear;
}

.blog-single:hover .blog-img img {
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
}

.page-single .box-title {
  font-size: 40px;
  /* Large devices */
  /* Extra small devices */
}

@media (max-width: 1199px) {
  .page-single .box-title {
    font-size: 30px;
  }
}

@media (max-width: 575px) {
  .page-single .box-title {
    font-size: 25px;
  }
}

.page-meta {
  margin-top: 25px;
}

.page-meta .page-tag {
  background-color: var(--title-color);
  font-size: 18px;
  color: var(--white-color);
  border-radius: 24px;
  padding: 6px 16px;
}

.page-meta .ratting {
  background: #E9F6F9;
  border-radius: 24px;
  padding: 6px 16px;
  color: var(--black-color2);
}

.page-meta .ratting i {
  color: #FFA944;
  margin-right: 10px;
}

.blog-list-single {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
  margin-bottom: 50px;
  /* Large devices */
  /* Medium devices */
}

@media (max-width: 1199px) {
  .blog-list-single {
    gap: 25px;
  }
}

@media (max-width: 991px) {
  .blog-list-single {
    display: block;
  }
}

.blog-list-single .blog-img {
  position: relative;
  min-width: 50%;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  /* Medium devices */
}

.blog-list-single .blog-img:before {
  position: absolute;
  top: 0;
  left: -100%;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  -webkit-transform: skewX(25deg);
      -ms-transform: skewX(25deg);
          transform: skewX(25deg);
  z-index: 2;
}

.blog-list-single .blog-img img {
  width: 100%;
  object-fit: cover;
}

@media (max-width: 991px) {
  .blog-list-single .blog-img {
    min-width: 100%;
    margin-bottom: 30px;
  }
}

.blog-list-single .blog-title {
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 1.25;
  font-weight: 500;
  /* Medium Large devices */
}

@media (max-width: 1299px) {
  .blog-list-single .blog-title {
    font-size: 26px;
  }
}

.blog-list-single:hover .blog-img:before {
  -webkit-animation: shine 1.9s;
          animation: shine 1.9s;
}

.share-links-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  color: var(--title-color);
  font-family: var(--title-font);
  margin: 0 15px 0 0;
  display: inline-block;
  text-transform: capitalize;
}

.share-links {
  margin: 30px 0 0px 0;
}

.share-links > .row {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  --bs-gutter-y: 15px;
}

.share-links .wp-block-tag-cloud,
.share-links .tagcloud {
  display: inline-block;
}

.share-links .wp-block-tag-cloud a,
.share-links .tagcloud a {
  background-color: rgba(225, 228, 229, 0.2);
}

.share-links .wp-block-tag-cloud a:hover,
.share-links .tagcloud a:hover {
  background-color: var(--theme-color);
}

.share-links .share-links_wrapp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0px;
}

.share-links .share-links-title {
  font-size: 20px;
  color: var(--black-color2);
}

.share-links .social-links {
  border: 1px solid var(--theme-color);
  border-radius: 20px;
  padding: 5px 19px;
}

.share-links .social-links a {
  color: var(--black-color2);
  font-size: 16px;
}

.share-links .th-social {
  display: inline-block;
}

.share-links .th-social a {
  --icon-size: 38px;
  border-radius: 0;
  font-size: 14px;
  background-color: rgba(14, 18, 29, 0.08);
  color: var(--title-color);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.share-links .th-social a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.blog-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 20px;
  background: var(--smoke-color);
  padding: 40px;
  margin-bottom: 40px;
  /* Small devices */
}

@media (max-width: 767px) {
  .blog-navigation {
    padding: 25px;
  }
}

.blog-navigation .nav-text {
  font-size: 18px;
  font-family: var(--title-font);
  color: var(--title-color);
  display: inline-block;
  font-weight: 600;
  /* Small devices */
}

@media (max-width: 767px) {
  .blog-navigation .nav-text {
    font-size: 16px;
  }
}

.blog-navigation .nav-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.blog-navigation .nav-btn img {
  border-radius: 10px;
  /* Large devices */
}

@media (max-width: 1199px) {
  .blog-navigation .nav-btn img {
    display: none;
  }
}

.blog-navigation .nav-btn.next {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  text-align: right;
}

.blog-navigation .nav-btn:hover .nav-text {
  color: var(--theme-color);
}

.blog-navigation .nav-btn:hover .nav-img:after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.blog-navigation .nav-btn:hover .nav-img i {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.blog-navigation .nav-btn .nav-img {
  min-width: 85px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  /* Small devices */
}

.blog-navigation .nav-btn .nav-img img {
  border-radius: 10px;
}

@media (max-width: 767px) {
  .blog-navigation .nav-btn .nav-img {
    display: none;
  }
}

.blog-navigation .nav-btn .nav-img:after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.blog-navigation .nav-btn .nav-img i {
  position: absolute;
  inset: 0;
  text-align: center;
  line-height: 81px;
  font-size: 24px;
  color: var(--theme-color);
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  z-index: 2;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.blog-navigation .nav-btn .nav-img img {
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
  border-radius: 10px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.blog-navigation .blog-next {
  text-align: right;
}

.blog-navigation .blog-btn {
  font-size: 38px;
  color: var(--theme-color);
  /* Small devices */
}

@media (max-width: 767px) {
  .blog-navigation .blog-btn {
    font-size: 25px;
  }
}

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

.blog-author {
  margin-top: 40px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: var(--smoke-color);
  border-radius: 20px;
  overflow: hidden;
}

.blog-author .auhtor-img {
  width: 212px;
  min-height: 100%;
  background-color: #00ffff;
  text-align: center;
  display: grid;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* Small devices */
}

@media (max-width: 767px) {
  .blog-author .auhtor-img {
    width: 100%;
    min-height: 200px;
  }
}

.blog-author .auhtor-img img {
  width: 96px;
  height: auto;
  object-fit: cover;
  object-position: center center;
}

.blog-author .author-name {
  font-size: 24px;
  margin-top: -0.2em;
  margin-bottom: 16px;
}

.blog-author .author-text {
  margin-bottom: 0;
}

.blog-author .media-body {
  padding: 40px 40px 40px 40px;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}

/* Small devices */
@media (max-width: 767px) {
  .blog-author {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .blog-author .auhtor-img img {
    width: 100%;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .blog-author .media-body {
    padding: 35px 20px 30px 20px;
  }
}

.blog-details .blog-content > p:last-child {
  margin-bottom: 0;
}

.blog-content .wp-block-search .wp-block-search__input {
  box-shadow: none;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .blog-single .blog-title {
    font-size: 28px;
    line-height: 1.4;
  }
  .share-links {
    --blog-space-x: 20px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .blog-single {
    --blog-space-x: 20px;
    --blog-space-y: 20px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .blog-single {
    --blog-space-x: 40px;
    --blog-space-y: 40px;
  }
  .share-links {
    --blog-space-x: 40px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .share-links {
    --blog-space-x: 20px;
  }
  .blog-single {
    --blog-space-x: 30px;
    --blog-space-y: 30px;
  }
  .blog-single .blog-title {
    font-size: 24px;
    line-height: 1.3;
  }
  .blog-single .blog-text {
    margin-bottom: 22px;
  }
  .blog-single .blog-bottom {
    padding-top: 15px;
  }
}

.blog-text {
  font-size: 18px;
  margin-bottom: 30px;
}

/* Extra small devices */
@media (max-width: 575px) {
  .share-links-title {
    margin: 0 15px 5px 0;
  }
}

/*------------------- 4.7. Comments  -------------------*/
.th-comment-form {
  margin-top: 70px;
  position: relative;
}

.th-comment-form .row {
  --bs-gutter-x: 30px;
}

.th-comment-form .blog-inner-title {
  margin-bottom: 0px;
}

.th-comment-form .form-title {
  margin-top: -0.35em;
}

.th-comment-form .form-title a#cancel-comment-reply-link {
  font-size: 0.7em;
  text-decoration: underline;
}

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

.th-comment-form .form-group > i {
  color: var(--body-color);
}

.th-comment-form .form-group select,
.th-comment-form .form-group .form-control,
.th-comment-form .form-group .form-select,
.th-comment-form .form-group textarea,
.th-comment-form .form-group input {
  border: 1px solid #808080;
}

.th-comment-form .form-group label {
  color: var(--body-color);
  margin-bottom: -0.3rem;
}

.blog-comment-area {
  margin-bottom: 25px;
}

.th-comment-form,
.th-comments-wrap {
  /* Small devices */
}

@media (max-width: 767px) {
  .th-comment-form,
  .th-comments-wrap {
    border-radius: 10px;
  }
}

.th-comment-form:has(#wp-temp-form-div),
.th-comments-wrap:has(#wp-temp-form-div) {
  padding: 0;
  box-shadow: none;
  display: none;
}

.th-comments-wrap {
  border-radius: 0px;
}

.th-comments-wrap {
  margin-top: var(--blog-space-y, 40px);
  margin-bottom: 30px;
}

.th-comments-wrap.style2 .th-post-comment {
  border: 1px solid #E1E4E5;
  margin-bottom: 24px;
}

.th-comments-wrap.style2 .children {
  margin-left: 0;
}

.th-comments-wrap.style2 .commented-wrapp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  z-index: 2;
  gap: 10px 0;
  margin-bottom: 22px;
}

.th-comments-wrap.style2 .commented-wrapp span {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: var(--body-color);
  font-family: var(--body-font);
  position: relative;
  line-height: normal;
}

.th-comments-wrap.style2 .commented-wrapp span:not(:last-child) {
  padding-right: 16px;
  margin-right: 16px;
}

.th-comments-wrap.style2 .commented-wrapp span:not(:last-child):after {
  content: "";
  height: 10px;
  width: 1px;
  background-color: var(--body-color);
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -4px;
}

.th-comments-wrap.style2 .commented-wrapp span i {
  color: #FFA944;
}

.th-comments-wrap.style2 .reply_and_edit i {
  color: #999999;
  font-size: 24px;
}

.th-comments-wrap.style2 ul.comment-list .th-comment-item:last-child > .th-post-comment {
  border-bottom: 1px solid #E1E4E5;
}

.th-comments-wrap .description p:last-child {
  margin-bottom: -0.5em;
}

.th-comments-wrap .comment-respond {
  margin: 30px 0;
}

.th-comments-wrap pre {
  background: #ededed;
  color: #666;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.th-comments-wrap li {
  margin: 0;
}

.th-comments-wrap .th-post-comment {
  padding: 0;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding: 30px;
  position: relative;
  background: var(--white-color);
  border-radius: 8px;
}

.th-comments-wrap .th-post-comment ol,
.th-comments-wrap .th-post-comment ul,
.th-comments-wrap .th-post-comment dl {
  margin-bottom: 1rem;
}

.th-comments-wrap .th-post-comment ol ol,
.th-comments-wrap .th-post-comment ol ul,
.th-comments-wrap .th-post-comment ul ol,
.th-comments-wrap .th-post-comment ul ul {
  margin-bottom: 0;
}

.th-comments-wrap ul.comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: -30px;
}

.th-comments-wrap ul.comment-list ul ul,
.th-comments-wrap ul.comment-list ul ol,
.th-comments-wrap ul.comment-list ol ul,
.th-comments-wrap ul.comment-list ol ol {
  margin-bottom: 0;
}

.th-comments-wrap .comment-avater {
  width: 80px;
  height: 80px;
  border-radius: 10px;
  margin-right: 20px;
  overflow: hidden;
}

.th-comments-wrap .comment-avater img {
  width: 100%;
}

.th-comments-wrap .comment-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: -6px;
  position: relative;
}

.th-comments-wrap .commented-on {
  font-size: 14px;
  display: inline-block;
  margin-bottom: 15px;
  font-weight: 400;
  line-height: 24px;
  font-family: var(--body-font);
  color: var(--body-color);
  margin-bottom: 0;
}

.th-comments-wrap .commented-on i {
  color: var(--theme-color);
  margin-right: 7px;
  font-size: 0.9rem;
}

.th-comments-wrap .name {
  margin-bottom: 0px;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.th-comments-wrap .comment-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.th-comments-wrap .text {
  margin-bottom: -0.4rem;
}

.th-comments-wrap .children {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-left: 80px;
}

.th-comments-wrap .reply_and_edit {
  margin-top: 0px;
  margin-bottom: -0.46em;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  /* Extra small devices */
}

@media (max-width: 575px) {
  .th-comments-wrap .reply_and_edit {
    position: relative;
    margin-top: 12px;
  }
}

.th-comments-wrap .reply_and_edit a {
  margin-right: 10px;
}

.th-comments-wrap .reply_and_edit a:last-child {
  margin-right: 0;
}

.th-comments-wrap .reply-btn {
  font-weight: 500;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  display: inline-block;
  color: var(--title-color);
  text-transform: uppercase;
}

.th-comments-wrap .reply-btn i {
  margin-right: 7px;
}

.th-comments-wrap .star-rating {
  font-size: 12px;
  margin-bottom: 10px;
  position: absolute;
  top: 5px;
  right: 0;
  width: 80px;
}

.form-submit input[type="submit"] {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.form-submit input[type="submit"]:hover {
  background-color: var(--title-color);
}

.wp-block-post-comments-form textarea,
.wp-block-post-comments-form input:not([type=submit]):not([type=checkbox]):not([type=hidden]) {
  border: 1px solid var(--th-border-color);
}

.wp-block-comment-author-name {
  font-weight: 600;
}

ul.comment-list .th-comment-item:last-child > .th-post-comment {
  border-bottom: none;
}

ul.comment-list .children .th-comment-item > .th-post-comment {
  padding-bottom: 30px;
}

ul.comment-list:has(> .th-comment-item ~ .th-comment-item):first-child > .th-post-comment {
  padding-bottom: 30px;
  border-bottom: 1px solid var(--th-border-color);
}

.th-comments-wrap.th-comment-form {
  margin: 0;
}

.comment-respond .must-log-in {
  margin-bottom: 0;
  margin-top: 8px;
}

/* Medium Large devices */
/* Large devices */
@media (max-width: 1199px) {
  .th-comments-wrap .children {
    margin-left: 40px;
  }
}

/* Medium devices */
/* Small devices */
@media (max-width: 767px) {
  .th-comments-wrap .th-post-comment {
    display: block;
  }
  .th-comments-wrap .star-rating {
    position: relative;
    top: 0;
    right: 0;
  }
  .th-comments-wrap .comment-top {
    display: block;
  }
  .th-comments-wrap .comment-avater {
    margin-right: 0;
    margin-bottom: 25px;
  }
  .th-comments-wrap .children {
    margin-left: 40px;
  }
  .th-comments-wrap .children {
    margin-left: 30px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .th-comment-form {
    --blog-space-y: 30px;
  }
}

/*------------------- 4.8. Hero Area  -------------------*/
/* Hero Global ---------------------------------- */
.th-hero-wrapper {
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.th-hero-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.th-hero-bg img {
  position: relative;
  height: 100%;
  width: 100%;
  object-fit: cover;
  overflow: hidden;
}

/* Hero 1 ---------------------------------- */
.hero-1 {
  position: relative;
  overflow: hidden;
}

.hero-1 .th-hero-bg {
  z-index: 2;
}

.hero-1 .th-hero-bg:before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(13, 13, 12, 0.5);
  mix-blend-mode: normal;
  z-index: -1;
}

.hero-1 .th-swiper-custom {
  position: absolute;
  top: 47%;
  margin: 0;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  right: 55px;
  z-index: 9;
  /* Small devices */
}

@media (max-width: 767px) {
  .hero-1 .th-swiper-custom {
    display: none;
  }
}

.hero-1 .th-swiper-custom .swiper-pagination-bullets {
  position: relative;
  z-index: 3;
  text-align: center;
  margin: 25px 0 0px 0;
  line-height: 10px;
  height: 3px;
}

.hero-1 .th-swiper-custom .swiper-pagination-bullets .swiper-pagination-bullet {
  display: inline-block;
  --swiper-pagination-bullet-size: 24px;
  --swiper-pagination-bullet-horizontal-gap: 12px;
  margin: 5px 7px;
  height: 2px;
  opacity: 1;
  border-radius: 0;
  background-color: var(--white-color);
  border: 1px solid var(--white-color);
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}

.hero-1 .th-swiper-custom .swiper-pagination-bullets .swiper-pagination-bullet:before {
  display: none;
}

.hero-1 .th-swiper-custom .swiper-pagination-bullets .swiper-pagination-bullet:hover, .hero-1 .th-swiper-custom .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--theme-color);
  border: 1px solid var(--theme-color);
}

.hero-1 .th-swiper-custom .swiper-pagination-bullets .swiper-pagination-bullet:first-child {
  margin-left: 0;
}

.hero-1 .th-swiper-custom .swiper-pagination-bullets .swiper-pagination-bullet:last-child {
  margin-right: 0;
}

.hero-1 .slider-pagination .swiper-pagination-bullets .swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  background: var(--white-color);
  height: 3px;
}

.hero-1 .slider-arrow {
  --icon-size: 64px;
  background: rgba(250, 252, 244, 0.2);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border-radius: 36px;
  color: var(--white-color);
  box-shadow: none;
  border: none;
  opacity: 1;
  visibility: visible;
  left: var(--pos-x, -90px);
}

@media (max-width: 1399px) {
  .hero-1 .slider-arrow {
    display: none;
  }
}

.hero-1 .slider-arrow img {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.hero-1 .slider-arrow.slider-next {
  right: var(--pos-x, -90px);
  left: auto;
}

.hero-1 .slider-arrow:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.hero-1:hover .slider-arrow {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.hero-style1 {
  position: relative;
  z-index: 9;
  max-width: 700px;
  padding: 206px 0 260px 0;
}

.hero-style1 .sub-title {
  color: var(--white-color);
  margin-bottom: 0px;
  display: block;
}

.hero-style1 .hero-title {
  color: var(--white-color);
  margin-bottom: 15px;
}

.hero-style1 .hero-text {
  max-width: 582px;
  line-height: 26px;
  margin-bottom: 30px;
}

.hero-style1 .btn-group {
  gap: 16px;
}

@media (max-width: 480px) {
  .hero-style1 .btn-group {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .hero-style1 {
    max-width: 550px;
  }
  .hero-style1 .hero-title {
    font-size: 58px;
    line-height: 68px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .hero-1 .hero-img {
    position: static;
    max-width: 100%;
    text-align: center;
    margin: 0 auto 50px auto;
  }
  .hero-1 .hero-shape2 {
    display: none;
  }
  .hero-style1 {
    padding: 130px 0 185px 0;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .hero-style1 .title1,
  .hero-style1 .title2 {
    margin-left: auto;
    margin-right: auto;
  }
  .hero-style1 .title-img {
    max-width: 40px;
    right: 5%;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .hero-style1 .hero-title {
    font-size: 44px;
    line-height: 54px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .hero-style1 {
    padding: 130px 0 180px 0;
  }
  .hero-style1 .title-img {
    right: 3%;
  }
  .hero-title {
    font-size: 42px;
    line-height: 1.24;
    margin-bottom: 35px;
  }
}

/* Extra small devices */
@media (max-width: 375px) {
  .hero-style1 .hero-title {
    font-size: 40px;
    line-height: 50px;
  }
}

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

/* Hero 1 end ----------------------------------*/
/* Hero 2 --------------------------------------*/
.hero-2 {
  position: relative;
  z-index: 6;
  height: 780px;
  overflow: hidden;
  /* Large devices */
}

@media (max-width: 1199px) {
  .hero-2 {
    height: 100%;
  }
}

.hero-2 .hero2-overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
}

.hero-2 .hero-slider-2 {
  max-width: 1776px;
  display: block;
  margin: auto;
  border-radius: 24px;
}

@media (min-width: 1930px) {
  .hero-2 .hero-slider-2 {
    max-width: 100%;
  }
}

.hero-2 video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
  overflow: hidden;
}

.hero-2 video source {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.hero-2 .scroll-down {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  position: absolute;
  bottom: 0px;
  left: calc(50% - 0px);
  width: 150px;
  height: 141px;
  text-align: center;
  z-index: 2;
  color: var(--white-color);
  /* Medium Large devices */
}

@media (max-width: 1699px) {
  .hero-2 .scroll-down {
    left: calc(50% - 50px);
  }
}

@media (max-width: 1599px) {
  .hero-2 .scroll-down {
    left: calc(50% - 100px);
  }
}

@media (max-width: 1599px) {
  .hero-2 .scroll-down {
    left: calc(50% - 150px);
  }
}

@media (max-width: 1299px) {
  .hero-2 .scroll-down {
    display: none;
  }
}

.hero-2 .scroll-down .scroll-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: var(--title-font);
  font-size: 16px;
  color: var(--white-color);
  font-weight: 300;
}

.hero-2 .scroll-down .scroll-wrap span {
  min-width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  border: 1px solid var(--white-color);
}

.hero-2 .scroll-down .scroll-wrap span img {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-bottom: 4px;
}

.hero-2 .th-hero-bg {
  border-radius: 24px;
  overflow: hidden;
}

.hero-2 .th-hero-bg:before {
  content: '';
  position: absolute;
  inset: 0;
  background: -webkit-linear-gradient(bottom, rgba(13, 13, 12, 0.4), rgba(13, 13, 12, 0.4)), url(2218.jpg);
  background: linear-gradient(0deg, rgba(13, 13, 12, 0.4), rgba(13, 13, 12, 0.4)), url(2218.jpg);
  border-radius: 24px;
}

.hero-2 .th-swiper-custom {
  position: absolute;
  top: 55%;
  margin: 0;
  right: 209px;
  z-index: 9;
  width: 550px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 36px;
  /* Medium Large devices */
  /* Large devices */
  /* Small devices */
  /* Extra small devices */
}

@media (max-width: 1299px) {
  .hero-2 .th-swiper-custom {
    right: 20px;
  }
}

@media (max-width: 1199px) {
  .hero-2 .th-swiper-custom {
    top: unset;
    bottom: 30px;
  }
}

@media (max-width: 767px) {
  .hero-2 .th-swiper-custom {
    bottom: 0;
  }
}

@media (max-width: 375px) {
  .hero-2 .th-swiper-custom {
    display: none;
  }
}

.hero-2 .hero-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.hero-2 .hero-arrow {
  width: 32px;
  height: 32px;
  line-height: 1;
  border-radius: 50%;
  border: 1px solid var(--white-color);
  background-color: transparent;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.hero-2 .hero-arrow img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.hero-2 .hero-arrow:hover {
  background-color: var(--white-color);
}

.hero-2 .hero-arrow:hover img {
  -webkit-filter: none;
          filter: none;
}

.hero-2 .swiper-pagination {
  position: relative;
  border-radius: 8px;
  width: 424px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.hero-2 .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.hero-2 .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}

.hero-2 .swiper-pagination-bullet {
  width: 100%;
  height: 3px;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.2);
  border: none;
  margin: 0;
  position: relative;
  overflow: hidden;
}

.hero-2 .swiper-pagination-bullet::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.hero-2 .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.2);
}

.hero-2 .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  background-color: var(--white-color);
  -webkit-animation: slide-progress 2s cubic-bezier(0.3, 0, 0.3, 1) forwards;
          animation: slide-progress 2s cubic-bezier(0.3, 0, 0.3, 1) forwards;
}

.swiper-paused .hero-2 .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

@-webkit-keyframes slide-progress {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slide-progress {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.heroThumbs {
  max-width: 848px;
  position: absolute;
  bottom: 70px;
  bottom: 250px;
  right: 0;
  margin-right: 0 !important;
  /* Large devices */
}

.heroThumbs.style2 {
  bottom: 70px;
}

@media (max-width: 1199px) {
  .heroThumbs {
    display: none;
  }
}

.hero-style2 {
  position: relative;
  z-index: 6;
  max-width: 451px;
  padding: 230px 0;
}

.hero-style2 .hero-title {
  color: var(--white-color);
  font-weight: 700;
  font-size: 80px;
  color: var(--white-color);
  display: block;
  margin-top: -0.8rem;
  margin-bottom: 2px;
}

.hero-style2 .hero-text {
  color: var(--white-color);
  font-weight: 600;
  font-size: 28px;
  display: block;
  margin-bottom: 10px;
  /* Medium Large devices */
}

@media (max-width: 1299px) {
  .hero-style2 .hero-text {
    font-size: 18px;
    line-height: 28px;
  }
}

@media (max-width: 320px) {
  .hero-style2 .hero-text {
    font-size: 16px;
    line-height: 26px;
  }
}

.hero-style2 .hero-desc {
  font-size: 18px;
  color: var(--white-color);
  margin-bottom: 38px;
}

.hero-style2 .th-btn {
  padding: 19px 40px;
}

.hero-style2 .th-btn:after {
  -webkit-mask-image: url(../img/icon/arrow-right.svg);
          mask-image: url(../img/icon/arrow-right.svg);
  background-color: #202020;
}

.hero-style2 .th-btn:hover {
  color: var(--white-color);
}

.hero-style2 .th-btn:hover:after {
  background-color: var(--white-color);
}

.hero-style2 .th-btn:hover:before {
  background-color: var(--title-color);
}

.hero-card {
  background: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border-radius: 16px;
  padding: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  cursor: pointer;
}

.hero-card_wrapp {
  position: absolute;
  bottom: 72px;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

.hero-card .hero-img {
  position: relative;
  max-width: 168px;
  height: 168px;
  border-radius: 16px;
}

.hero-card .hero-img:before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-linear-gradient(bottom, rgba(13, 13, 12, 0.2), rgba(13, 13, 12, 0.2));
  background: linear-gradient(0deg, rgba(13, 13, 12, 0.2), rgba(13, 13, 12, 0.2));
  border-radius: 16px;
}

.hero-card .hero-img img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  object-fit: cover;
}

.hero-card .hero-img .play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.hero-card .hero-img .play-btn > i {
  width: var(--icon-size, 40px);
  height: var(--icon-size, 40px);
  line-height: var(--icon-size, 40px);
  text-align: center;
  background: transparent;
  border: 1px solid var(--white-color);
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
  color: var(--white-color);
  font-size: var(--icon-font-size, 1.2em);
}

.hero-card .box-title {
  color: var(--white-color);
  margin-bottom: 0;
}

.hero-card_price {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: var(--white-color);
}

.hero-card span {
  font-weight: 400;
  font-size: 16px;
  color: var(--white-color);
}

.hero-card span i {
  margin-right: 10px;
}

.hero-card .th-btn {
  padding: 8px 24px;
  margin-top: 20px;
}

/* Large devices */
@media (max-width: 1199px) {
  .hero-style2 {
    padding: 180px 0;
  }
  .hero-style2 .hero-title {
    font-size: 74px;
    font-size: 84px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .hero-style2 .hero-title {
    font-size: 64px;
    line-height: 74px;
  }
  .hero-style2 .hero-text {
    font-size: 16px;
    line-height: 26px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .hero-style2 {
    padding: 150px 0;
  }
  .hero-style2 .hero-text {
    color: var(--white-color);
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .hero-style2 {
    padding: 130px 0;
  }
  .hero-style2 .hero-title {
    font-size: 54px;
    line-height: 64px;
  }
}

/* Extra small devices */
@media (max-width: 375px) {
  .hero-style2 .sub-title {
    font-size: 16px;
  }
  .hero-style2 .hero-title {
    font-size: 40px;
    line-height: 50px;
  }
}

/* hero 3  start ------------------------ */
.hero-3 {
  position: relative;
  z-index: 3;
  overflow: initial;
}

.hero-3 .th-hero-bg {
  width: 100%;
  height: 100%;
}

.hero-3 .th-hero-bg:before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-linear-gradient(167.93deg, rgba(13, 13, 12, 0) -4.13%, rgba(13, 13, 12, 0.7) 84.33%);
  background: linear-gradient(282.07deg, rgba(13, 13, 12, 0) -4.13%, rgba(13, 13, 12, 0.7) 84.33%);
}

.hero-3 video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}

.hero-3 .scroll-down {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  position: absolute;
  bottom: 30px;
  right: -50px;
  width: 150px;
  height: 141px;
  text-align: center;
  z-index: 2;
  color: var(--white-color);
}

@media (max-width: 1699px) {
  .hero-3 .scroll-down {
    right: -70px;
    width: 142px;
    height: 10px;
  }
}

@media (max-width: 1699px) {
  .hero-3 .scroll-down {
    display: none;
  }
}

.hero-3 .scroll-down .scroll-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: var(--title-font);
  font-size: 16px;
  color: var(--white-color);
  font-weight: 300;
}

.hero-3 .scroll-down .scroll-wrap span {
  min-width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  border: 1px solid var(--white-color);
}

.hero-3 .scroll-down .scroll-wrap span img {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-bottom: 4px;
}

.hero-slider-3 {
  position: relative;
}

.hero-style3 {
  position: relative;
  padding: 285px 0 292px 0;
  max-width: 760px;
  display: block;
  z-index: 4;
  /* Large devices */
  /* Medium devices */
  /* Extra small devices */
}

@media (max-width: 1199px) {
  .hero-style3 {
    padding: 250px 0 340px 0;
  }
}

@media (max-width: 991px) {
  .hero-style3 {
    text-align: center;
    padding: 235px 0 150px 0;
  }
}

@media (max-width: 375px) {
  .hero-style3 {
    padding: 200px 0 115px 0;
  }
}

.hero-style3 .hero-title {
  font-size: 80px;
  line-height: 96px;
  text-transform: capitalize;
  color: var(--white-color);
  margin-top: -1.2rem;
  margin-bottom: 7px;
  /* Medium Large devices */
  /* Large devices */
  /* Small devices */
  /* Extra small devices */
  /* Extra small devices */
}

@media (max-width: 1299px) {
  .hero-style3 .hero-title {
    font-size: 74px;
    line-height: 84px;
  }
}

@media (max-width: 1199px) {
  .hero-style3 .hero-title {
    font-size: 64px;
    line-height: 74px;
    margin-top: -1.0rem;
  }
}

@media (max-width: 767px) {
  .hero-style3 .hero-title {
    font-size: 54px;
    line-height: 64px;
  }
}

@media (max-width: 575px) {
  .hero-style3 .hero-title {
    font-size: 40px;
    line-height: 50px;
    margin-top: -0.8rem;
  }
}

@media (max-width: 375px) {
  .hero-style3 .hero-title {
    font-size: 30px;
    line-height: 40px;
  }
}

.hero-style3 .hero-text {
  color: var(--white-color);
  font-size: 18px;
  max-width: 451px;
  margin-bottom: 40px;
  /* Medium devices */
}

@media (max-width: 991px) {
  .hero-style3 .hero-text {
    display: block;
    margin: auto auto 40px auto;
  }
}

.hero3Thumbs {
  position: relative;
  right: 0;
  bottom: 110px;
  max-width: 424px;
  height: 186px;
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
}

@media (max-width: 1299px) {
  .hero3Thumbs {
    bottom: 99px;
  }
}

@media (max-width: 1199px) {
  .hero3Thumbs {
    bottom: 65px;
  }
}

@media (max-width: 991px) {
  .hero3Thumbs {
    display: none;
  }
}

.hero3-card {
  cursor: pointer;
}

.hero3-card_wrapp {
  position: absolute;
  bottom: 0;
  background-color: var(--theme-color);
  border-radius: 24px 24px 0 0;
  max-width: 424px;
  min-height: 296px;
  z-index: 9;
}

.hero3-card .hero-img {
  position: relative;
  overflow: hidden;
  border-radius: 24px 24px 0 0;
  z-index: 2;
}

.hero3-card .hero-img:before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-linear-gradient(bottom, rgba(13, 13, 12, 0.2), rgba(13, 13, 12, 0.2));
  background: linear-gradient(0deg, rgba(13, 13, 12, 0.2), rgba(13, 13, 12, 0.2));
  border-radius: 16px 16px 0px 0px;
  z-index: 1;
}

.hero3-card .hero-img .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.hero3-card .hero-img .play-btn > i {
  background: transparent;
  --icon-size: 40px;
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
  font-size: 16px;
}

.hero3-swiper-custom {
  position: relative;
  right: 0;
  bottom: -186px;
  min-width: 424px;
  height: 110px;
  background-color: var(--theme-color);
  z-index: 99;
  /* Medium Large devices */
  /* Medium devices */
}

@media (max-width: 1399px) {
  .hero3-swiper-custom {
    min-width: 390px;
  }
}

@media (max-width: 1299px) {
  .hero3-swiper-custom {
    min-width: 100%;
  }
}

@media (max-width: 991px) {
  .hero3-swiper-custom {
    bottom: 0;
  }
}

.hero3-swiper-custom .swiper-button-next,
.hero3-swiper-custom .swiper-button-prev {
  /* Large devices */
}

@media (max-width: 1199px) {
  .hero3-swiper-custom .swiper-button-next,
  .hero3-swiper-custom .swiper-button-prev {
    top: var(--swiper-navigation-top-offset, 55%);
  }
}

.hero3-swiper-custom .swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 32px);
}

.hero3-swiper-custom .swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 32px);
}

.hero3-swiper-custom .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 40px);
  z-index: 8;
}

.hero3-swiper-custom .swiper-button-next,
.hero3-swiper-custom .swiper-button-prev {
  padding: 8px;
  width: 32px;
  height: 32px;
  border: 1px solid #FFFFFF;
  background-color: transparent;
  border-radius: 48px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hero3-swiper-custom .swiper-button-next:after,
.hero3-swiper-custom .swiper-button-prev:after {
  display: none !important;
}

.hero3-swiper-custom .swiper-button-next img,
.hero3-swiper-custom .swiper-button-prev img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hero3-swiper-custom .swiper-button-next:hover,
.hero3-swiper-custom .swiper-button-prev:hover {
  background-color: var(--white-color);
}

.hero3-swiper-custom .swiper-button-next:hover img,
.hero3-swiper-custom .swiper-button-prev:hover img {
  -webkit-filter: none;
          filter: none;
}

.hero3-swiper-custom .swiper-pagination {
  color: var(--white-color);
}

.hero3-wrapper {
  position: relative;
  margin-top: -294px;
  /* Medium devices */
}

@media (max-width: 991px) {
  .hero3-wrapper {
    margin-top: 0;
  }
  .hero3-wrapper .container {
    max-width: 100%;
  }
}

/* hero 4 start -------------------------*/
.hero-4 {
  min-height: 1066px;
  border-radius: 0 0px 48px 48px;
  /* Large devices */
}

@media (min-width: 1930px) {
  .hero-4 {
    width: 100%;
    background-size: 100% 80%;
    object-fit: cover;
    background-position: bottom center;
  }
}

@media (max-width: 1199px) {
  .hero-4 {
    border-radius: 0 0px 30px 30px;
  }
}

.hero-4 .shape-mockup {
  /* Large devices */
}

@media (max-width: 1699px) {
  .hero-4 .shape-mockup {
    display: block !important;
  }
}

@media (max-width: 1199px) {
  .hero-4 .shape-mockup {
    display: none !important;
  }
}

.hero-style4 {
  padding: 80px 0 0px 0;
  max-width: 960px;
  display: block;
  margin: auto;
}

.hero-style4 .hero-title {
  font-weight: 800;
  margin-bottom: 30px;
  /* Medium Large devices */
  /* Small devices */
}

@media (max-width: 1299px) {
  .hero-style4 .hero-title {
    font-size: 70px;
  }
}

@media (max-width: 767px) {
  .hero-style4 .hero-title {
    font-size: 55px;
  }
}

@media (max-width: 480px) {
  .hero-style4 .hero-title {
    font-size: 40px;
  }
}

@media (max-width: 450px) {
  .hero-style4 .btn-group {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* hero 4 end -------------------------*/
/* hero 5 start ----------------------*/
.hero-5:before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-linear-gradient(192.5deg, rgba(13, 13, 12, 0.7) 4.1%, rgba(0, 0, 0, 0.3) 96.33%);
  background: linear-gradient(257.5deg, rgba(13, 13, 12, 0.7) 4.1%, rgba(0, 0, 0, 0.3) 96.33%);
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
      -ms-transform: matrix(-1, 0, 0, 1, 0, 0);
          transform: matrix(-1, 0, 0, 1, 0, 0);
}

.hero-5 .th-swiper-custom {
  position: absolute;
  top: 47%;
  margin: 0;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  right: 55px;
  z-index: 9;
}

@media (max-width: 1599px) {
  .hero-5 .th-swiper-custom {
    display: none;
  }
}

.hero-5 .th-swiper-custom .swiper-pagination-bullets {
  position: relative;
  z-index: 3;
  text-align: center;
  margin: 25px 0 0px 0;
  line-height: 10px;
  height: 3px;
}

.hero-5 .th-swiper-custom .swiper-pagination-bullets .swiper-pagination-bullet {
  display: inline-block;
  --swiper-pagination-bullet-size: 24px;
  --swiper-pagination-bullet-horizontal-gap: 12px;
  margin: 5px 7px;
  height: 2px;
  opacity: 1;
  border-radius: 0;
  background-color: var(--white-color);
  border: 1px solid var(--white-color);
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}

.hero-5 .th-swiper-custom .swiper-pagination-bullets .swiper-pagination-bullet:before {
  display: none;
}

.hero-5 .th-swiper-custom .swiper-pagination-bullets .swiper-pagination-bullet:hover, .hero-5 .th-swiper-custom .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--theme-color);
  border: 1px solid var(--theme-color);
}

.hero-5 .th-swiper-custom .swiper-pagination-bullets .swiper-pagination-bullet:first-child {
  margin-left: 0;
}

.hero-5 .th-swiper-custom .swiper-pagination-bullets .swiper-pagination-bullet:last-child {
  margin-right: 0;
}

.hero-5 .slider-arrow {
  --icon-size: 64px;
  background: rgba(250, 252, 244, 0.2);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border-radius: 36px;
  color: var(--white-color);
  box-shadow: none;
  border: none;
  opacity: 1;
  visibility: visible;
  left: var(--pos-x, -90px);
}

@media (max-width: 1599px) {
  .hero-5 .slider-arrow {
    display: none;
  }
}

.hero-5 .slider-arrow img {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.hero-5 .slider-arrow.slider-next {
  right: var(--pos-x, -90px);
  left: auto;
}

.hero-5 .slider-arrow:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.hero-5:hover .slider-arrow {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.hero-5 .th-hero-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 22.5%;
  right: 10%;
  /* Medium Large devices */
  /* Extra small devices */
}

@media (max-width: 1599px) {
  .hero-5 .th-hero-image {
    right: 2%;
  }
}

@media (max-width: 1299px) {
  .hero-5 .th-hero-image {
    position: relative;
    right: unset;
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 180px;
  }
}

@media (max-width: 575px) {
  .hero-5 .th-hero-image {
    display: block;
  }
}

.hero-5 .th-hero-image .hero-img {
  position: relative;
  border-radius: 300px;
  min-width: 274px;
  height: 416px;
  z-index: 2;
  /* Extra small devices */
}

@media (max-width: 375px) {
  .hero-5 .th-hero-image .hero-img {
    min-width: 100%;
    height: 100%;
  }
}

.hero-5 .th-hero-image .hero-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 300px;
  border: 10px solid var(--white-color);
}

.hero-5 .th-hero-image .hero-img2 {
  border-radius: 300px;
  min-width: 327px;
  height: 496px;
  margin-left: -50px;
  /* Extra small devices */
  /* Extra small devices */
}

@media (max-width: 575px) {
  .hero-5 .th-hero-image .hero-img2 {
    margin: 20px 0 0 0;
  }
}

@media (max-width: 375px) {
  .hero-5 .th-hero-image .hero-img2 {
    min-width: 100%;
    height: 100%;
  }
}

.hero-5 .th-hero-image .hero-img2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 300px;
  border: 10px solid var(--white-color);
}

.hero-5 .cilent-box_title {
  color: var(--title-color);
  font-weight: 700;
  display: block;
}

.hero-style5 {
  padding: 303px 0 307px 0;
  max-width: 730px;
  /* Medium Large devices */
  /* Medium Large devices */
  /* Medium devices */
  /* Small devices */
}

@media (max-width: 1399px) {
  .hero-style5 {
    max-width: 703px;
  }
}

@media (max-width: 1299px) {
  .hero-style5 {
    text-align: center;
    display: block;
    margin: auto;
    padding: 220px 0 50px;
  }
}

@media (max-width: 991px) {
  .hero-style5 {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .hero-style5 {
    padding: 180px 0 50px;
  }
}

.hero-style5 .hero-title {
  /* Medium Large devices */
  /* Small devices */
  /* Extra small devices */
}

@media (max-width: 1399px) {
  .hero-style5 .hero-title {
    font-size: 70px;
  }
}

@media (max-width: 767px) {
  .hero-style5 .hero-title {
    font-size: 50px;
  }
}

@media (max-width: 575px) {
  .hero-style5 .hero-title {
    font-size: 40px;
  }
}

.hero-style5 .hero-text {
  font-size: 18px;
  color: var(--white-color);
  max-width: 703px;
  margin-bottom: 38px;
  /* Medium Large devices */
}

@media (max-width: 1399px) {
  .hero-style5 .hero-text {
    max-width: 650px;
  }
}

/* hero 5 end ----------------------*/
/* hero 6 start --------------------------*/
.hero-6 {
  position: relative;
  padding: 24px 24px 0 24px;
  border-radius: 24px;
  overflow: hidden;
  /* Extra large devices */
}

@media (max-width: 1500px) {
  .hero-6 {
    padding: 0;
  }
}

@media (max-width: 480px) {
  .hero-6 {
    border-radius: 0;
  }
}

.hero-6 .th-hero-bg {
  -webkit-mask-image: url("../img/bg/hero_bg_6_1.png");
          mask-image: url("../img/bg/hero_bg_6_1.png");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  z-index: 2;
  /* Medium devices */
}

@media (max-width: 991px) {
  .hero-6 .th-hero-bg {
    -webkit-mask-size: cover;
            mask-size: cover;
  }
}

@media (max-width: 480px) {
  .hero-6 .th-hero-bg {
    -webkit-mask-image: none !important;
            mask-image: none !important;
  }
}

.hero-6 .th-hero-bg:before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(17, 61, 72, 0.6);
  border-radius: 0px;
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
      -ms-transform: matrix(-1, 0, 0, 1, 0, 0);
          transform: matrix(-1, 0, 0, 1, 0, 0);
}

.hero-6 .hero6-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.hero-6 .hero6Thumbs {
  position: absolute;
  right: 0px;
  bottom: 0px;
  max-width: 270px;
  min-height: 120px;
  height: 120px;
  border-radius: 16px;
  /* Medium Large devices */
  /* Large devices */
}

@media (min-width: 2430px) {
  .hero-6 .hero6Thumbs {
    max-width: 365px;
  }
}

@media (max-width: 1899px) {
  .hero-6 .hero6Thumbs {
    max-width: 250px;
  }
}

@media (max-width: 1699px) {
  .hero-6 .hero6Thumbs {
    max-width: 220px;
  }
}

@media (max-width: 1499px) {
  .hero-6 .hero6Thumbs {
    max-width: 200px;
  }
}

@media (max-width: 1399px) {
  .hero-6 .hero6Thumbs {
    max-width: 190px;
  }
}

@media (max-width: 1299px) {
  .hero-6 .hero6Thumbs {
    max-width: 170px;
  }
}

@media (max-width: 1199px) {
  .hero-6 .hero6Thumbs {
    max-width: 150px;
  }
}

@media (max-width: 480px) {
  .hero-6 .hero6Thumbs {
    position: relative;
    max-width: 100%;
    border-radius: 0;
    margin-top: 25px;
  }
}

.hero-6 .th-swiper-custom {
  position: absolute;
  bottom: 8%;
  margin: 0;
  right: 24%;
  z-index: 9;
}

@media (max-width: 1599px) {
  .hero-6 .th-swiper-custom {
    display: none;
  }
}

.hero-6 .th-swiper-custom .swiper-pagination-bullets {
  position: relative;
  z-index: 3;
  text-align: center;
  margin: 25px 0 0px 0;
  line-height: 10px;
  height: 3px;
}

.hero-6 .th-swiper-custom .swiper-pagination-bullets .swiper-pagination-bullet {
  display: inline-block;
  --swiper-pagination-bullet-size: 24px;
  --swiper-pagination-bullet-horizontal-gap: 12px;
  margin: 5px 7px;
  height: 2px;
  opacity: 1;
  border-radius: 0;
  background-color: var(--white-color);
  border: 1px solid var(--white-color);
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}

.hero-6 .th-swiper-custom .swiper-pagination-bullets .swiper-pagination-bullet:before {
  display: none;
}

.hero-6 .th-swiper-custom .swiper-pagination-bullets .swiper-pagination-bullet:hover, .hero-6 .th-swiper-custom .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--theme-color);
  border: 1px solid var(--theme-color);
}

.hero-6 .th-swiper-custom .swiper-pagination-bullets .swiper-pagination-bullet:first-child {
  margin-left: 0;
}

.hero-6 .th-swiper-custom .swiper-pagination-bullets .swiper-pagination-bullet:last-child {
  margin-right: 0;
}

.hero-6 .slider-arrow {
  --icon-size: 64px;
  background: rgba(250, 252, 244, 0.2);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border-radius: 36px;
  color: var(--white-color);
  box-shadow: none;
  border: none;
  opacity: 1;
  visibility: visible;
  left: var(--pos-x, -60px);
}

@media (max-width: 1599px) {
  .hero-6 .slider-arrow {
    display: none;
  }
}

.hero-6 .slider-arrow img {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.hero-6 .slider-arrow.slider-next {
  right: var(--pos-x, -90px);
  left: auto;
}

.hero-6 .slider-arrow:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.hero-6:hover .slider-arrow {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.hero-6 .hero6-swiper-custom {
  position: absolute;
  bottom: 2%;
  left: 45%;
}

@media (max-width: 480px) {
  .hero-6 .hero6-swiper-custom {
    left: 50%;
  }
}

.hero-6 .hero6-swiper-custom .swiper-pagination {
  color: #ffffff00;
}

.hero-6 .hero6-swiper-custom .swiper-pagination-total {
  display: none;
}

.hero-6 .hero6-swiper-custom .swiper-pagination-current {
  color: var(--white-color);
  font-size: 48px;
  font-weight: 700;
}

.hero-style6 {
  position: relative;
  padding: 285px 0 284px 0;
  max-width: 1057px;
  display: block;
  text-align: center;
  margin: auto;
  z-index: 4;
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
  /* Extra small devices */
}

@media (max-width: 1399px) {
  .hero-style6 {
    padding: 250px 0 284px 0;
  }
}

@media (max-width: 1199px) {
  .hero-style6 {
    padding: 250px 0 240px 0;
  }
}

@media (max-width: 991px) {
  .hero-style6 {
    text-align: center;
    padding: 140px 0 210px 0;
  }
}

@media (max-width: 480px) {
  .hero-style6 {
    padding: 140px 0 140px 0;
  }
}

@media (max-width: 375px) {
  .hero-style6 {
    padding: 100px 0 115px 0;
  }
}

.hero-style6 .hero-title {
  font-size: 80px;
  line-height: 96px;
  text-transform: capitalize;
  color: var(--white-color);
  margin-top: -1.2rem;
  margin-bottom: 7px;
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
}

@media (max-width: 1299px) {
  .hero-style6 .hero-title {
    font-size: 74px;
    line-height: 84px;
  }
}

@media (max-width: 1199px) {
  .hero-style6 .hero-title {
    font-size: 64px;
    line-height: 74px;
    margin-top: -1.0rem;
  }
}

@media (max-width: 991px) {
  .hero-style6 .hero-title {
    font-size: 50px;
    line-height: 60px;
  }
}

@media (max-width: 767px) {
  .hero-style6 .hero-title {
    font-size: 38px;
    line-height: 48px;
    margin-top: -0.8rem;
  }
}

@media (max-width: 375px) {
  .hero-style6 .hero-title {
    font-size: 30px;
    line-height: 40px;
  }
}

.hero-style6 .hero-text {
  color: var(--white-color);
  font-size: 18px;
  max-width: 599px;
  display: block;
  margin: auto auto 40px auto;
  /* Small devices */
}

@media (max-width: 767px) {
  .hero-style6 .hero-text {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .hero-style6 .btn-group {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.hero6-card .hero-img {
  position: relative;
  z-index: 2;
  height: 120px;
  border-radius: 16px;
}

@media (max-width: 480px) {
  .hero6-card .hero-img {
    border-radius: 0px;
  }
}

.hero6-card .hero-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero6-card .hero-img:before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(13, 13, 12, 0.5);
  border-radius: 16px;
}

@media (max-width: 480px) {
  .hero6-card .hero-img:before {
    border-radius: 0px;
  }
}

.hero6-card .hero-img img {
  border-radius: 16px;
}

@media (max-width: 480px) {
  .hero6-card .hero-img img {
    border-radius: 0px;
  }
}

/* hero 7 start --------------------------*/
.hero-7:before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-linear-gradient(192.5deg, rgba(13, 13, 12, 0.7) 4.1%, rgba(0, 0, 0, 0.3) 96.33%);
  background: linear-gradient(257.5deg, rgba(13, 13, 12, 0.7) 4.1%, rgba(0, 0, 0, 0.3) 96.33%);
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
      -ms-transform: matrix(-1, 0, 0, 1, 0, 0);
          transform: matrix(-1, 0, 0, 1, 0, 0);
  z-index: -1;
}

.hero-style7 {
  padding: 216px 0;
  margin-right: 40px;
  /* Medium devices */
  /* Extra small devices */
}

@media (max-width: 991px) {
  .hero-style7 {
    text-align: center;
    margin: 0;
    padding: 150px 0 40px 0;
  }
}

@media (max-width: 575px) {
  .hero-style7 {
    padding: 100px 0 40px 0;
  }
}

.hero-style7 .hero-title {
  margin-bottom: 42px;
  /* Medium Large devices */
  /* Medium Large devices */
  /* Extra small devices */
  /* Extra small devices */
}

@media (max-width: 1299px) {
  .hero-style7 .hero-title {
    font-size: 60px;
  }
}

@media (max-width: 1299px) {
  .hero-style7 .hero-title {
    font-size: 50px;
  }
}

@media (max-width: 575px) {
  .hero-style7 .hero-title {
    font-size: 40px;
  }
}

@media (max-width: 375px) {
  .hero-style7 .hero-title {
    font-size: 30px;
  }
}

@media (max-width: 480px) {
  .hero-style7 .btn-group {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.hero-form {
  background: -webkit-linear-gradient(303.52deg, rgba(255, 255, 255, 0.2) 1.3%, rgba(0, 0, 0, 0.1) 117.69%);
  background: linear-gradient(146.48deg, rgba(255, 255, 255, 0.2) 1.3%, rgba(0, 0, 0, 0.1) 117.69%);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  border-radius: 24px;
  padding: 40px;
  margin-left: -26px;
  /* Medium Large devices */
  /* Medium devices */
  /* Extra small devices */
}

@media (max-width: 1299px) {
  .hero-form {
    padding: 30px;
  }
}

@media (max-width: 991px) {
  .hero-form {
    margin: 0 0 80px 0;
  }
}

@media (max-width: 375px) {
  .hero-form {
    padding: 30px 20px;
  }
}

.hero-form .sub-title2 {
  font-size: 20px;
  display: block;
  margin-bottom: 5px;
  /* Extra small devices */
}

@media (max-width: 375px) {
  .hero-form .sub-title2 {
    font-size: 18px;
  }
}

.hero-form .sec-title {
  font-size: 28px;
  font-weight: 600;
  /* Extra small devices */
}

@media (max-width: 375px) {
  .hero-form .sec-title {
    font-size: 25px;
  }
}

.hero-form .form-item {
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  border: 1px solid #E1E4E6;
  border-radius: 8px;
  padding: 14px 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  align-items: center;
}

.hero-form .form-item:before {
  content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 9.00005C18 9.00005 13.5811 15 12 15C10.4188 15 6 9 6 9' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  position: absolute;
  top: 15px;
  right: 20px;
}

.hero-form .form-item label {
  color: var(--white-color);
  font-size: 14px;
  font-weight: 400;
  display: block;
  margin: 0;
}

.hero-form .form-item input {
  max-width: 105px;
}

.hero-form .form-item input,
.hero-form .form-item .nice-select {
  color: var(--white-color);
  height: auto;
  line-height: unset;
  background-color: transparent;
  border-radius: 0;
  border: none;
  font-weight: 400;
  padding: 0;
}

.hero-form .form-item .nice-select {
  min-width: 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hero-form .form-item .nice-select:after {
  display: none;
}

.hero-form .form-item .nice-select option {
  color: var(--title-color);
}

.hero-form .form-item .nice-select option.selected {
  color: var(--theme-color) !important;
  background: var(--theme-color) !important;
}

.hero-form .form-item .nice-select option.selected.focus {
  color: #fff !important;
  background: var(--theme-color) !important;
}

.hero-form .form-item .nice-select option:hover, .hero-form .form-item .nice-select option.focus {
  background: var(--theme-color) !important;
  color: #fff !important;
}

.hero-form .form-item .nice-select.open .list {
  border-bottom: 3px solid var(--theme-color);
}

/* hero 5 start ----------------------*/
.hero-8 {
  overflow: visible;
}

.hero-8 .th-hero-image {
  position: absolute;
  top: 0%;
  right: 0%;
  /* Medium Large devices */
}

@media (max-width: 1299px) {
  .hero-8 .th-hero-image {
    position: relative;
  }
}

.hero-8 .th-hero-image .hero-img {
  width: 969px;
  height: 950px;
  /* Medium Large devices */
  /* Medium Large devices */
}

@media (max-width: 1799px) {
  .hero-8 .th-hero-image .hero-img {
    width: 850px;
  }
}

@media (max-width: 1599px) {
  .hero-8 .th-hero-image .hero-img {
    width: 750px;
  }
}

@media (max-width: 1399px) {
  .hero-8 .th-hero-image .hero-img {
    width: 640px;
  }
}

@media (max-width: 1299px) {
  .hero-8 .th-hero-image .hero-img {
    width: 100%;
    height: 100%;
  }
}

.hero-8 .th-hero-image .hero-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-8 .booking-sec {
  position: absolute;
  width: 100%;
  bottom: 60px;
}

.hero-style8 {
  padding: 233px 0 285px 0;
  max-width: 650px;
  /* Medium Large devices */
  /* Medium Large devices */
  /* Medium devices */
  /* Small devices */
}

@media (max-width: 1399px) {
  .hero-style8 {
    max-width: 703px;
  }
}

@media (max-width: 1299px) {
  .hero-style8 {
    text-align: center;
    display: block;
    margin: auto;
    padding: 220px 0 50px;
  }
}

@media (max-width: 991px) {
  .hero-style8 {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .hero-style8 {
    padding: 180px 0 50px;
  }
}

.hero-style8 .sub-title {
  display: block;
}

.hero-style8 .hero-title {
  text-transform: uppercase;
  margin-bottom: 48px;
  /* Medium Large devices */
  /* Medium Large devices */
  /* Small devices */
  /* Extra small devices */
}

@media (max-width: 1399px) {
  .hero-style8 .hero-title {
    font-size: 60px;
  }
}

@media (max-width: 1299px) {
  .hero-style8 .hero-title {
    font-size: 50px;
  }
}

@media (max-width: 767px) {
  .hero-style8 .hero-title {
    font-size: 40px;
  }
}

@media (max-width: 375px) {
  .hero-style8 .hero-title {
    font-size: 35px;
  }
}

.hero-style8 .hero-text {
  font-size: 18px;
  color: var(--white-color);
  max-width: 703px;
  margin-bottom: 38px;
  /* Medium Large devices */
}

@media (max-width: 1399px) {
  .hero-style8 .hero-text {
    max-width: 650px;
  }
}

/* hero 8 end ----------------------*/
/* hero 9 start -----------------*/
.hero-9 {
  position: relative;
}

.hero-9 .slider-wrap {
  margin: 0 100px;
  /* Extra large devices */
}

@media (max-width: 1500px) {
  .hero-9 .slider-wrap {
    margin: 0 0px;
  }
}

.hero-9 .hero9-wrapp {
  margin-top: -67px;
  position: relative;
  z-index: 2;
  overflow: initial;
  /* Medium devices */
}

@media (max-width: 991px) {
  .hero-9 .hero9-wrapp .container {
    max-width: 100%;
  }
}

.hero-9 .slider-controller {
  position: absolute;
  right: calc(50% - 660px);
  bottom: 0px;
  min-width: 424px;
  height: 98px;
  padding: 0 32px;
  border-radius: 0 24px 0 0px;
  background-color: var(--theme-color);
  z-index: 9;
  margin-top: 0;
  /* Medium Large devices */
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
}

@media (max-width: 1399px) {
  .hero-9 .slider-controller {
    right: calc(50% - 648px);
    bottom: 1px;
  }
}

@media (max-width: 1299px) {
  .hero-9 .slider-controller {
    right: calc(50% - 564px);
    min-width: 342px;
  }
}

@media (max-width: 1199px) {
  .hero-9 .slider-controller {
    right: calc(50% - 472px);
    min-width: 300px;
    height: 167px;
  }
}

@media (max-width: 991px) {
  .hero-9 .slider-controller {
    position: relative;
    bottom: unset;
    top: 0;
    right: 0;
    height: 100px;
    min-width: 100%;
    border-radius: 0;
  }
}

.hero-9 .slider-controller .swiper-pagination-fraction {
  text-align: center;
  color: var(--white-color);
}

.hero-9 .slider-next,
.hero-9 .slider-prev {
  padding: 8px;
  min-width: 32px;
  height: 32px;
  line-height: 20px;
  border: 1px solid #FFFFFF;
  background-color: transparent;
  border-radius: 48px;
  padding: 0 0 5px 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hero-9 .slider-next:after,
.hero-9 .slider-prev:after {
  display: none !important;
}

.hero-9 .slider-next img,
.hero-9 .slider-prev img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hero-9 .slider-next:hover,
.hero-9 .slider-prev:hover {
  background-color: var(--white-color);
}

.hero-9 .slider-next:hover img,
.hero-9 .slider-prev:hover img {
  -webkit-filter: none;
          filter: none;
}

.hero-9 .th-hero-bg {
  border-radius: 0px 40px 40px 40px;
  /* Medium devices */
}

@media (max-width: 991px) {
  .hero-9 .th-hero-bg {
    border-radius: 0;
  }
}

.hero-9 .th-hero-bg:before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  border-radius: inherit;
}

.hero-9 .hero-left {
  position: absolute;
  z-index: 2;
  left: -11%;
  top: 50%;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  /* Extra large devices */
}

@media (min-width: 1930px) {
  .hero-9 .hero-left {
    left: -8%;
  }
}

@media (max-width: 1699px) {
  .hero-9 .hero-left {
    left: -13%;
  }
}

@media (max-width: 1500px) {
  .hero-9 .hero-left {
    display: none;
  }
}

.hero-style9 {
  padding: 210px 0 340px 0;
  text-align: center;
  max-width: 853px;
  display: block;
  margin: auto;
  /* Medium Large devices */
  /* Medium devices */
  /* Extra small devices */
}

@media (max-width: 1299px) {
  .hero-style9 {
    padding: 150px 0 265px 0;
  }
}

@media (max-width: 991px) {
  .hero-style9 {
    padding: 130px 0;
  }
}

@media (max-width: 575px) {
  .hero-style9 {
    padding: 100px 0;
  }
}

.hero-style9 .hero-title {
  color: var(--white-color);
  margin-bottom: 35px;
  /* Extra small devices */
}

@media (max-width: 375px) {
  .hero-style9 .hero-title {
    font-size: 40px;
  }
}

/* hero 9 end -----------------*/
/* hero 10  start ------------------------ */
.hero-10 .hero3-wrapper {
  margin-top: -195px;
}

.hero-10 .th-hero-bg {
  z-index: 2;
}

.hero-10 .th-hero-bg:before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-linear-gradient(bottom, rgba(13, 13, 12, 0.5), rgba(13, 13, 12, 0.5));
  background: linear-gradient(0deg, rgba(13, 13, 12, 0.5), rgba(13, 13, 12, 0.5));
  z-index: -1;
}

.hero-10 .hero10Thumbs {
  position: relative;
  right: 0;
  bottom: 80px;
  max-width: 294px;
  height: 85px;
}

.hero-10 .hero10Thumbs .swiper-slide.swiper-slide-active .hero10-card .hero-img {
  border: 1px solid var(--white-color);
  border-radius: 50%;
}

.hero-10 .hero10Thumbs .swiper-slide.swiper-slide-active .hero10-card .hero-img img {
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
}

.hero-10 .booking-form {
  padding: 27px 32px;
  margin-top: 0px;
  /* Medium Large devices */
}

@media (max-width: 1299px) {
  .hero-10 .booking-form {
    padding: 18px 32px;
  }
}

.hero-10 .booking-form.style5 {
  /* Medium devices */
}

@media (max-width: 991px) {
  .hero-10 .booking-form.style5 {
    margin-top: 0;
  }
}

.hero-10 .scroll-down {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  position: absolute;
  bottom: 30px;
  right: -50px;
  width: 150px;
  height: 141px;
  text-align: center;
  z-index: 2;
  color: var(--white-color);
}

@media (max-width: 1699px) {
  .hero-10 .scroll-down {
    right: -70px;
    width: 142px;
    height: 10px;
  }
}

@media (max-width: 1699px) {
  .hero-10 .scroll-down {
    display: none;
  }
}

.hero-10 .scroll-down .scroll-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: var(--title-font);
  font-size: 16px;
  color: var(--white-color);
  font-weight: 300;
}

.hero-10 .scroll-down .scroll-wrap span {
  min-width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  border: 1px solid var(--white-color);
}

.hero-10 .scroll-down .scroll-wrap span img {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-bottom: 4px;
}

.hero-10 .hero10-swiper-custom {
  position: relative;
  right: 0;
  bottom: -85px;
  min-width: 425px;
  height: 110px;
  background-color: var(--theme-color);
  z-index: 1;
  /* Medium Large devices */
}

@media (max-width: 1399px) {
  .hero-10 .hero10-swiper-custom {
    min-width: 390px;
  }
}

@media (max-width: 1299px) {
  .hero-10 .hero10-swiper-custom {
    min-width: 100%;
  }
}

.hero-10 .hero10-swiper-custom .swiper-button-next,
.hero-10 .hero10-swiper-custom .swiper-button-prev {
  /* Large devices */
}

@media (max-width: 1199px) {
  .hero-10 .hero10-swiper-custom .swiper-button-next,
  .hero-10 .hero10-swiper-custom .swiper-button-prev {
    top: var(--swiper-navigation-top-offset, 55%);
  }
}

.hero-10 .hero10-swiper-custom .swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 32px);
}

.hero-10 .hero10-swiper-custom .swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 32px);
}

.hero-10 .hero10-swiper-custom .swiper-pagination-fraction {
  bottom: 26px;
  z-index: 8;
}

.hero-10 .hero10-swiper-custom .swiper-button-next,
.hero-10 .hero10-swiper-custom .swiper-button-prev {
  padding: 8px;
  width: 32px;
  height: 32px;
  border: 1px solid #FFFFFF;
  background-color: transparent;
  border-radius: 48px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hero-10 .hero10-swiper-custom .swiper-button-next:after,
.hero-10 .hero10-swiper-custom .swiper-button-prev:after {
  display: none !important;
}

.hero-10 .hero10-swiper-custom .swiper-button-next img,
.hero-10 .hero10-swiper-custom .swiper-button-prev img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hero-10 .hero10-swiper-custom .swiper-button-next:hover,
.hero-10 .hero10-swiper-custom .swiper-button-prev:hover {
  background-color: var(--white-color);
}

.hero-10 .hero10-swiper-custom .swiper-button-next:hover img,
.hero-10 .hero10-swiper-custom .swiper-button-prev:hover img {
  -webkit-filter: none;
          filter: none;
}

.hero-10 .hero10-swiper-custom .swiper-pagination {
  color: var(--white-color);
}

.hero-10 .hero10-card {
  position: relative;
  z-index: 2;
}

.hero-10 .hero10-card .hero-img {
  position: relative;
  max-width: 82px;
  z-index: 3;
}

.hero-10 .hero10-card .hero-img img {
  width: 82px;
  height: 82px;
  object-fit: cover;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}

.hero-10 h3 {
  display: none;
}

.hero-10 .hero-booking.style2.booking {
  padding: 27px 32px;
}

.hero-style10 {
  position: relative;
  padding: 210px 0 300px 0;
  z-index: 2;
  text-align: center;
  /* Medium Large devices */
  /* Small devices */
}

@media (max-width: 1299px) {
  .hero-style10 {
    padding: 150px 0 380px 0;
  }
}

@media (max-width: 767px) {
  .hero-style10 {
    padding: 120px 0 300px 0;
  }
}

.hero-style10 .hero-title {
  color: var(--white-color);
  margin-bottom: 32px;
}

.hero-style10 .hero-title .hero-title2 {
  font-family: var(--style-font);
  font-weight: 400;
  font-size: 80px;
  line-height: 110px;
  color: #F8BC22;
  display: block;
  /* Small devices */
}

@media (max-width: 767px) {
  .hero-style10 .hero-title .hero-title2 {
    font-size: 40px;
    line-height: 70px;
  }
}

/* hero-11 start -------------------------*/
.hero-11 .slider-arrow {
  --pos-x: 60px;
  --icon-size: 64px;
  top: 60%;
  background: rgba(250, 252, 244, 0.5);
  border: 1px solid transparent;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border-radius: 36px;
  box-shadow: none;
}

.hero-11 .slider-arrow img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.hero-11 .slider-arrow:hover {
  background-color: var(--theme-color);
}

.hero-11 .slider-arrow.slider-next {
  right: var(--pos-x, -120px);
  left: auto;
}

.hero-style11 {
  padding: 296px 0 390px 0;
  text-align: center;
  max-width: 900px;
  display: block;
  margin: auto;
  /* Large devices */
  /* Extra small devices */
}

@media (max-width: 1199px) {
  .hero-style11 {
    padding: 200px 0 290px 0;
  }
}

@media (max-width: 575px) {
  .hero-style11 {
    padding: 200px 0 190px 0;
  }
}

.hero-style11 .sub-title {
  font-weight: 400;
  font-size: 78px;
  line-height: 110px;
  color: #F8BC22;
  /* Small devices */
}

@media (max-width: 767px) {
  .hero-style11 .sub-title {
    font-size: 48px;
    line-height: 70px;
  }
}

.hero-style11 .hero-title {
  font-weight: 800;
  font-size: 94px;
  text-transform: capitalize;
  margin-bottom: 30px;
  /* Medium devices */
  /* Small devices */
}

@media (max-width: 991px) {
  .hero-style11 .hero-title {
    font-size: 70px;
  }
}

@media (max-width: 767px) {
  .hero-style11 .hero-title {
    font-size: 50px;
  }
}

.booking-form.style7 {
  max-width: 1094px;
  position: relative;
  bottom: 240px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background-color: #E9F5F9;
  border: none;
  border-radius: 100px;
  box-shadow: none;
  /* Large devices */
  /* Medium devices */
  /* Extra small devices */
}

@media (max-width: 1199px) {
  .booking-form.style7 {
    bottom: 160px;
  }
}

@media (max-width: 991px) {
  .booking-form.style7 {
    padding: 20px 40px;
  }
}

@media (max-width: 575px) {
  .booking-form.style7 {
    position: relative;
    bottom: 0;
    overflow: visible;
  }
}

.booking-form.style7 .form-group select,
.booking-form.style7 .form-group .form-control,
.booking-form.style7 .form-group .form-select,
.booking-form.style7 .form-group textarea,
.booking-form.style7 .form-group .nice-select,
.booking-form.style7 .form-group input {
  background-color: transparent;
}

/* hero-12 start ----------------------------------------*/
/* hero-12 start ----------------------------------------*/
.hero-12 {
  margin: 0 80px;
  background-size: 100% 100%;
  overflow: hidden;
}

@media (max-width: 1799px) {
  .hero-12 {
    margin: 0;
  }
}

.hero-12 .hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 5;
  background-repeat: no-repeat;
  overflow: hidden;
}

.hero-12 .th-hero-bg {
  z-index: 2;
  border-radius: 50px;
  overflow: hidden;
  /* Medium Large devices */
}

@media (max-width: 1299px) {
  .hero-12 .th-hero-bg {
    border-radius: 0;
  }
}

.hero-12 .th-hero-bg:before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-linear-gradient(left, #113D48 0%, rgba(41, 147, 174, 0) 86%);
  background: linear-gradient(90deg, #113D48 0%, rgba(41, 147, 174, 0) 86%);
  border-radius: inherit;
  z-index: 1;
}

.hero-12 .slider-arrow {
  --pos-x: 120px;
  --icon-size: 64px;
  top: 60%;
  background: rgba(250, 252, 244, 0.5);
  border: 1px solid transparent;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border-radius: 36px;
  box-shadow: none;
}

@media (max-width: 1799px) {
  .hero-12 .slider-arrow {
    display: none;
  }
}

.hero-12 .slider-arrow img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.hero-12 .slider-arrow:hover {
  background-color: var(--theme-color);
}

.hero-12 .slider-arrow.slider-next {
  right: var(--pos-x, -120px);
  left: auto;
}

.hero-12 .hero12-shape1 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 262px;
  -webkit-mask-image: url("../img/shape/hero-shape1.png");
          mask-image: url("../img/shape/hero-shape1.png");
  background-color: var(--white-color);
  -webkit-mask-repeat: repeat-x;
          mask-repeat: repeat-x;
  -webkit-mask-size: auto;
          mask-size: auto;
  z-index: 5;
}

.hero-12 .hero12-shape2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 317.19px;
  -webkit-mask-image: url("../img/shape/hero-shape2.png");
          mask-image: url("../img/shape/hero-shape2.png");
  background-color: var(--theme-color);
  -webkit-mask-repeat: repeat-x;
          mask-repeat: repeat-x;
  -webkit-mask-size: auto;
          mask-size: auto;
  z-index: 4;
}

.hero-style12 {
  position: relative;
  max-width: 800px;
  padding: 140px 0 460px 0;
  z-index: 3;
  /* Medium devices */
  /* Small devices */
}

@media (max-width: 991px) {
  .hero-style12 {
    text-align: center;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .hero-style12 {
    padding: 100px 0 420px 0;
  }
}

.hero-style12 .hero-title {
  font-size: 84px;
  text-transform: capitalize;
  color: var(--white-color);
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
}

@media (max-width: 991px) {
  .hero-style12 .hero-title {
    font-size: 74px;
  }
}

@media (max-width: 767px) {
  .hero-style12 .hero-title {
    font-size: 54px;
  }
}

@media (max-width: 575px) {
  .hero-style12 .hero-title {
    font-size: 44px;
  }
}

.hero-style12 .hero-desc {
  font-weight: 400;
  font-size: 24px;
  color: var(--white-color);
  margin-bottom: 40px;
  /* Small devices */
}

@media (max-width: 767px) {
  .hero-style12 .hero-desc {
    font-size: 18px;
  }
}

/* hero-12 end ----------------------------------------*/
/* hero-13 start ----------------------------------------*/
.hero-13 {
  position: relative;
}

.hero-13 .scroll-down {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  position: absolute;
  top: 30%;
  right: -50px;
  width: 150px;
  height: 141px;
  text-align: center;
  z-index: 2;
  color: var(--white-color);
}

@media (max-width: 1499px) {
  .hero-13 .scroll-down {
    right: -70px;
    width: 142px;
    height: 10px;
  }
}

@media (max-width: 1699px) {
  .hero-13 .scroll-down {
    display: none;
  }
}

.hero-13 .scroll-down .scroll-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: var(--title-font);
  font-size: 16px;
  color: var(--white-color);
  font-weight: 300;
}

.hero-13 .scroll-down .scroll-wrap span {
  min-width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  border: 1px solid var(--white-color);
}

.hero-13 .scroll-down .scroll-wrap span img {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-bottom: 4px;
}

.hero-13-wrapp {
  background-color: var(--title-color);
}

.hero-style13 {
  padding: 130px 0 105px 0;
  max-width: 1013px;
  display: block;
  margin: auto;
  /* Extra small devices */
}

@media (max-width: 575px) {
  .hero-style13 {
    padding: 100px 0 75px 0;
  }
}

.hero-style13 .hero-title {
  font-weight: 800;
  font-size: 74px;
  text-transform: capitalize;
  color: var(--white-color);
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
}

@media (max-width: 991px) {
  .hero-style13 .hero-title {
    font-size: 64px;
  }
}

@media (max-width: 767px) {
  .hero-style13 .hero-title {
    font-size: 54px;
  }
}

@media (max-width: 375px) {
  .hero-style13 .hero-title {
    font-size: 44px;
  }
}

.hero-style13 .hero-desc {
  font-weight: 400;
  font-size: 18px;
  color: var(--white-color);
  max-width: 710px;
  display: block;
  margin: auto;
}

.booking-form.style9 {
  max-width: 1094px;
  border: none;
  background: #E9F5F9;
  border-radius: 100px;
  padding: 27px 32px;
  box-shadow: none;
  margin-bottom: 277px;
  /* Extra small devices */
}

@media (max-width: 575px) {
  .booking-form.style9 {
    margin-bottom: 300px;
  }
}

.booking-form.style9 .form-group .nice-select {
  background-color: transparent;
}

.hero-video-img {
  position: relative;
  margin-top: -230px;
  z-index: 2;
  /* Small devices */
  /* Extra small devices */
}

.hero-video-img.hero13-video-img {
  margin-top: 0;
}

@media (max-width: 767px) {
  .hero-video-img {
    margin-top: -200px;
  }
}

@media (max-width: 575px) {
  .hero-video-img {
    margin-top: -240px;
  }
}

.hero-video-img img {
  width: 100%;
}

.hero-video-img .play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
}

.hero-video-img .play-btn:before, .hero-video-img .play-btn:after {
  border: 1px solid white;
}

.hero-video-img .play-btn > i {
  --icon-size: 120px;
  color: var(--theme-color);
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.59);
  -webkit-backdrop-filter: blur(17.1px);
          backdrop-filter: blur(17.1px);
}

/* hero-13 end ----------------------------------------*/
/* hero-14 start ----------------------------------------*/
.hero-14 {
  background-color: #E9F1EC;
  background-size: 100% 100%;
  overflow: hidden;
}

.hero-14:before {
  content: "";
  position: absolute;
  inset: 0;
  height: 700px;
  background-color: #405749;
}

@media (max-width: 1799px) {
  .hero-14 {
    margin: 0;
  }
}

.hero-14 .th-hero-bg {
  z-index: 2;
  border-radius: 30px;
  margin: 0 80px;
  overflow: hidden;
  /* Medium Large devices */
  /* Large devices */
}

@media (max-width: 1299px) {
  .hero-14 .th-hero-bg {
    border-radius: 0;
  }
}

@media (max-width: 1199px) {
  .hero-14 .th-hero-bg {
    margin: 0;
  }
}

.hero-14 .th-hero-bg:before {
  content: "";
  position: absolute;
  inset: 0;
  background: #0D0D0C;
  opacity: 0.5;
  border-radius: inherit;
  z-index: 1;
}

.hero-14 .slider-arrow {
  --pos-x: 120px;
  --icon-size: 64px;
  top: 60%;
  background: rgba(250, 252, 244, 0.5);
  border: 1px solid transparent;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border-radius: 36px;
  box-shadow: none;
}

@media (max-width: 1799px) {
  .hero-14 .slider-arrow {
    display: none;
  }
}

.hero-14 .slider-arrow img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.hero-14 .slider-arrow:hover {
  background-color: var(--theme-color);
}

.hero-14 .slider-arrow.slider-next {
  right: var(--pos-x, -120px);
  left: auto;
}

.hero-style14 {
  position: relative;
  padding: 165px 0 223px 0;
  z-index: 3;
  text-align: center;
  /* Medium devices */
  /* Small devices */
}

@media (max-width: 991px) {
  .hero-style14 {
    text-align: center;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .hero-style14 {
    padding: 100px 0 140px 0;
  }
}

.hero-style14 .sub-title {
  font-weight: 400;
  font-size: 120px;
  color: #F8BC22;
  margin-bottom: -0.4rem;
  /* Medium devices */
  /* Extra small devices */
  /* Extra small devices */
}

@media (max-width: 991px) {
  .hero-style14 .sub-title {
    font-size: 70px;
  }
}

@media (max-width: 575px) {
  .hero-style14 .sub-title {
    font-size: 50px;
  }
}

@media (max-width: 375px) {
  .hero-style14 .sub-title {
    font-size: 40px;
  }
}

.hero-style14 .hero-title {
  font-weight: 800;
  font-size: 244px;
  text-transform: capitalize;
  color: var(--white-color);
  margin-bottom: 0;
  /* Extra large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
  /* Extra small devices */
}

@media (max-width: 1500px) {
  .hero-style14 .hero-title {
    font-size: 174px;
  }
}

@media (max-width: 991px) {
  .hero-style14 .hero-title {
    font-size: 130px;
  }
}

@media (max-width: 767px) {
  .hero-style14 .hero-title {
    font-size: 100px;
  }
}

@media (max-width: 575px) {
  .hero-style14 .hero-title {
    font-size: 90px;
  }
}

@media (max-width: 375px) {
  .hero-style14 .hero-title {
    font-size: 60px;
  }
}

.hero-style14 .hero-desc {
  font-weight: 400;
  font-size: 24px;
  color: var(--white-color);
  max-width: 930px;
  display: block;
  margin: auto auto 40px auto;
  /* Small devices */
}

@media (max-width: 767px) {
  .hero-style14 .hero-desc {
    font-size: 18px;
  }
}

.booking-form.style10 {
  max-width: 1094px;
  border: none;
  border-radius: 100px;
  padding: 27px 32px;
  box-shadow: none;
  display: block;
  margin: -60px auto 48px auto;
}

.booking-form.style10 .form-group .nice-select {
  background-color: transparent;
}

/* hero-12 end ----------------------------------------*/
/* hero 13 -------------------------------------------*/
.hero-15 {
  position: relative;
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 788px) {
  .hero-15 {
    min-height: 80vh;
  }
}

.hero-15 .slick-slider {
  width: 100%;
  position: relative;
  overflow: hidden;
  min-height: 100vh;
}

@media (max-width: 788px) {
  .hero-15 .slick-slider {
    min-height: 80vh;
  }
}

.hero-15 .slide {
  -webkit-transition: all .5s;
  transition: all .5s;
  position: absolute;
  top: 368px;
  left: 12%;
  width: 389px;
  height: 466px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  /* Medium Large devices */
  /* Medium Large devices */
  /* Medium Large devices */
  /* Medium devices */
}

@media (max-width: 1399px) {
  .hero-15 .slide {
    width: 300px;
  }
}

@media (max-width: 1299px) {
  .hero-15 .slide {
    top: unset;
    bottom: 4%;
    height: 300px;
  }
}

@media (max-width: 788px) {
  .hero-15 .slide {
    display: none;
  }
}

.hero-15 .slide:nth-child(3) {
  width: 314px;
  height: 230px;
  top: 70%;
  left: 80%;
  /* Large devices */
}

@media (max-width: 1699px) {
  .hero-15 .slide:nth-child(3) {
    left: 70%;
  }
}

@media (max-width: 1199px) {
  .hero-15 .slide:nth-child(3) {
    left: 65%;
  }
}

@media (max-width: 1299px) {
  .hero-15 .slide:nth-child(3) {
    margin-bottom: 60px;
  }
}

@media (max-width: 991px) {
  .hero-15 .slide:nth-child(3) {
    left: 60%;
  }
}

@media (max-width: 1699px) {
  .hero-15 .slide {
    left: 3%;
  }
}

.hero-15 .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background: -webkit-linear-gradient(bottom, rgba(17, 61, 72, 0.4), rgba(17, 61, 72, 0.4));
  background: linear-gradient(0deg, rgba(17, 61, 72, 0.4), rgba(17, 61, 72, 0.4));
  background-position: 77% 100%;
  background-size: cover;
  border-radius: 24px;
}

.hero-15 .bg-img:before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-linear-gradient(bottom, rgba(17, 61, 72, 0.4), rgba(17, 61, 72, 0.4));
  background: linear-gradient(0deg, rgba(17, 61, 72, 0.4), rgba(17, 61, 72, 0.4));
  z-index: 1;
  border-radius: 24px;
}

.hero-15 .bg-img:after {
  -webkit-transition: visibility .5s;
  transition: visibility .5s;
  content: '';
  visibility: hidden;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: -webkit-linear-gradient(bottom, rgba(17, 61, 72, 0.4), rgba(17, 61, 72, 0.4));
  background: linear-gradient(0deg, rgba(17, 61, 72, 0.4), rgba(17, 61, 72, 0.4));
  z-index: 1;
  border-radius: 24px;
}

.hero-15 .hide {
  font-size: 11px;
}

.hero-15 .hide .hero-style15 {
  margin-left: 300px;
  /* Medium Large devices */
  /* Medium devices */
}

@media (max-width: 1299px) {
  .hero-15 .hide .hero-style15 {
    padding: 250px 0 80px 0;
    margin-left: 80px;
  }
}

@media (max-width: 991px) {
  .hero-15 .hide .hero-style15 {
    padding: 200px 0 80px 0;
    margin: 0 100px;
  }
}

@media (min-width: 567px) {
  .hero-15 .slide:nth-child(1) {
    z-index: 3;
  }
  .hero-15 .slide:nth-child(2) {
    left: 33.33%;
  }
  .hero-15 .slide:hover {
    width: 100%;
    min-height: 100%;
    left: 0;
    z-index: 4;
    top: 0;
    left: 0;
  }
  .hero-15 .slide:hover .bg-img {
    border-radius: 0;
  }
  .hero-15 .slide:hover .bg-img:before {
    border-radius: 0;
  }
  .hero-15 .slide:hover .bg-img:after {
    visibility: visible;
    border-radius: 0;
  }
  .hero-15 .slide:hover .hero-title {
    -webkit-animation-name: MoveText;
            animation-name: MoveText;
    -webkit-animation-duration: .9s;
            animation-duration: .9s;
  }
  .hero-15 .title {
    font-size: 20px;
    display: block;
    text-transform: uppercase;
  }
  @-webkit-keyframes MoveText {
    0% {
      -webkit-transform: translateX(-1000px);
              transform: translateX(-1000px);
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
  }
  @keyframes MoveText {
    0% {
      -webkit-transform: translateX(-1000px);
              transform: translateX(-1000px);
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
  }
  @-webkit-keyframes MoveText2 {
    0% {
      -webkit-transform: translateX(-900px);
              transform: translateX(-900px);
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
  }
  @keyframes MoveText2 {
    0% {
      -webkit-transform: translateX(-900px);
              transform: translateX(-900px);
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
  }
  .hero-15 .hide {
    -webkit-transition: opacity .3s, visibility .3s, ease-in-out;
    transition: opacity .3s, visibility .3s, ease-in-out;
    opacity: 0;
    visibility: hidden;
    height: 0;
    font-size: 0;
  }
  .hero-15 .hide p {
    -webkit-transition: -webkit-transform 2s;
    transition: -webkit-transform 2s;
    transition: transform 2s;
    transition: transform 2s, -webkit-transform 2s;
    -webkit-transform: translateX(-1000px);
        -ms-transform: translateX(-1000px);
            transform: translateX(-1000px);
    margin-bottom: 40px;
  }
  .hero-15 .slide:hover .hide {
    opacity: 1;
    visibility: visible;
    height: 100%;
    font-size: 16px;
  }
  .hero-15 .slide:hover p {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .hero-15 .btn-more {
    -webkit-transform: translateX(1000px);
        -ms-transform: translateX(1000px);
            transform: translateX(1000px);
    padding: 15px 35px;
    font-size: 16px;
  }
  .hero-15 .slide:hover .btn-more {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}

.hero-slide-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  /* Medium Large devices */
}

@media (max-width: 1299px) {
  .hero-slide-content {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.hero-style15 {
  max-width: 900px;
  padding: 368px 0 269px 0;
  /* Medium Large devices */
  /* Medium devices */
}

@media (max-width: 1299px) {
  .hero-style15 {
    padding: 280px 0 240px 0;
    text-align: center;
  }
}

@media (max-width: 991px) {
  .hero-style15 {
    padding: 200px 0 280px 0;
  }
}

@media (max-width: 788px) {
  .hero-style15 {
    padding: 150px 0 70px 0;
  }
}

.hero-style15 .sub-title {
  font-weight: 400;
  font-size: 48px;
  color: #F8BC22;
}

.hero-style15 .hero-title {
  font-weight: 700;
  font-size: 80px;
  text-transform: capitalize;
  color: var(--white-color);
  /* Large devices */
}

@media (max-width: 1199px) {
  .hero-style15 .hero-title {
    font-size: 60px;
  }
}

@media (max-width: 788px) {
  .hero-style15 .hero-title {
    font-size: 50px;
  }
}

.hero-style15 .hero-title span {
  margin-left: 60px;
  display: block;
}

@media (max-width: 788px) {
  .hero-style15 .hero-title span {
    margin-left: 0;
  }
}

.hero-style15 .hero-desc {
  font-size: 24px;
  color: var(--white-color);
  margin-bottom: 40px;
  margin-left: 60px;
  /* Medium devices */
}

@media (max-width: 991px) {
  .hero-style15 .hero-desc {
    font-size: 18px;
    margin-left: 0;
  }
}

.hero-style15 .btn-group {
  margin-left: 60px;
}

@media (max-width: 788px) {
  .hero-style15 .btn-group {
    margin: 0;
  }
}

/*------------------- 4.9. Error  -------------------*/
.error-img {
  text-align: center;
  min-width: 926px;
  margin-left: -100px;
  /* Medium Large devices */
}

@media (max-width: 1699px) {
  .error-img {
    min-width: 100%;
  }
}

@media (max-width: 1299px) {
  .error-img {
    margin-left: 0;
  }
}

.error-title {
  margin-bottom: 20px;
}

.error-text {
  margin-bottom: 35px;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.error-subtitle {
  font-size: 28px;
  font-weight: 600;
  /* Large devices */
}

@media (max-width: 1199px) {
  .error-subtitle {
    font-size: 18px;
  }
}

.error-content {
  margin-right: 90px;
  /* Medium Large devices */
}

@media (max-width: 1299px) {
  .error-content {
    margin-right: 0;
  }
}

.error-content .th-btn img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

/* Medium devices */
@media (max-width: 991px) {
  .error-title {
    margin-bottom: 15px;
  }
  .error-img {
    margin-bottom: 30px;
    margin-left: 0;
  }
  .error-text {
    margin-bottom: 25px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .error-title {
    margin-bottom: 10px;
  }
}

/*------------------- 4.00. Popup Search  -------------------*/
.popup-search-box {
  position: fixed;
  top: 0;
  left: 50%;
  background-color: rgba(0, 0, 0, 0.95);
  height: 0;
  width: 0;
  overflow: hidden;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.popup-search-box button.searchClose {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 40px;
  right: 40px;
  border-width: 1px;
  border-style: solid;
  border-color: var(--theme-color);
  background-color: transparent;
  font-size: 22px;
  border-radius: 50%;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  color: var(--theme-color);
}

.popup-search-box button.searchClose:hover {
  color: var(--body-color);
  background-color: #fff;
  border-color: transparent;
  border-color: transparent;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.popup-search-box form {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  padding-bottom: 40px;
  cursor: auto;
  width: 100%;
  max-width: 700px;
  -webkit-transform: translate(-50%, -50%) scale(0);
      -ms-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  -webkit-transition: -webkit-transform ease 0.4s;
  transition: -webkit-transform ease 0.4s;
  transition: transform ease 0.4s;
  transition: transform ease 0.4s, -webkit-transform ease 0.4s;
  /* Large devices */
}

@media (max-width: 1199px) {
  .popup-search-box form {
    max-width: 600px;
  }
}

.popup-search-box form input {
  font-size: 18px;
  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::-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;
  color: #fff;
  font-size: 24px;
  right: 12px;
  color: var(--white-color);
  cursor: pointer;
  width: 70px;
  height: 70px;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  -webkit-transform: scale(1.001);
      -ms-transform: scale(1.001);
          transform: scale(1.001);
}

.popup-search-box form button:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.popup-search-box.show {
  opacity: 1;
  visibility: visible;
  width: 100.1%;
  height: 100%;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  border-radius: 0;
}

.popup-search-box.show form {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

/*------------------- 4.00. Popup Side Menu  -------------------*/
.sidemenu-wrapper {
  position: fixed;
  z-index: 99999;
  right: 0;
  top: 0;
  height: 100%;
  width: 0;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
}

.sidemenu-wrapper .th-social a {
  box-shadow: none;
}

.sidemenu-wrapper .closeButton {
  display: inline-block;
  border: 2px solid;
  width: 50px;
  height: 50px;
  line-height: 48px;
  font-size: 24px;
  padding: 0;
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: var(--white-color);
  border-radius: 50%;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.sidemenu-wrapper .closeButton:hover {
  color: var(--theme-color);
  border-color: var(--theme-color);
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.sidemenu-wrapper .sidemenu-content {
  background-color: #fff;
  width: 450px;
  margin-left: auto;
  padding: 80px 30px;
  height: 100%;
  overflow: scroll;
  position: relative;
  right: -500px;
  cursor: auto;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  -webkit-transition: right ease 1s;
  transition: right ease 1s;
}

@media (max-width: 450px) {
  .sidemenu-wrapper .sidemenu-content {
    width: 300px;
  }
}

.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar-track {
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
  background-color: #f5f5f5;
}

.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar {
  width: 2px;
  background-color: #f5f5f5;
}

.sidemenu-wrapper .sidemenu-content .th-widget-about .footer-info-title {
  color: var(--title-color);
}

.sidemenu-wrapper .sidemenu-content .widget_title {
  color: var(--title-color);
}

.sidemenu-wrapper .widget {
  padding: 0;
  border: none;
  background-color: transparent;
}

.sidemenu-wrapper .info-box_icon {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.sidemenu-wrapper.show {
  opacity: 1;
  visibility: visible;
  width: 100%;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
}

.sidemenu-wrapper.show .sidemenu-content {
  right: 0;
  opacity: 1;
  visibility: visible;
}

/*------------------- 4.00. Wocommerce  -------------------*/
.woocommerce-message,
.woocommerce-info {
  position: relative;
  padding: 11px 20px 11px 50px;
  background-color: var(--theme-color);
  color: var(--white-color);
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 15px;
}

.woocommerce-message a,
.woocommerce-info a {
  color: var(--white-color);
  text-decoration: underline;
}

.woocommerce-message a:hover,
.woocommerce-info a:hover {
  color: var(--title-color);
}

.woocommerce-message:before,
.woocommerce-info:before {
  content: "\f06a";
  font-family: var(--icon-font);
  font-weight: 400;
  margin-right: 10px;
  font-size: 18px;
  position: absolute;
  left: 20px;
  top: 11px;
}

.woocommerce-checkout select,
.woocommerce-checkout .form-control,
.woocommerce-checkout .form-select,
.woocommerce-checkout textarea,
.woocommerce-checkout input {
  border: 1px solid var(--smoke-color);
  background-color: var(--smoke-color);
}

.woocommerce-checkout select:focus,
.woocommerce-checkout .form-control:focus,
.woocommerce-checkout .form-select:focus,
.woocommerce-checkout textarea:focus,
.woocommerce-checkout input:focus {
  background-color: var(--white-color);
  border-color: var(--theme-color);
}

.woocommerce-notices-wrapper .woocommerce-message {
  background-color: var(--theme-color);
  color: var(--white-color);
}

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

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

.woocommerce-form-login-toggle .woocommerce-info a {
  color: inherit;
}

.woocommerce-form-login-toggle .woocommerce-info a:hover {
  color: var(--title-color);
}

.woocommerce-form-register,
.woocommerce-form-coupon,
.woocommerce-form-login {
  padding: 35px 40px 35px 40px;
  background-color: var(--white-color);
  border-radius: 8px;
  margin-bottom: 0;
  /* Extra small devices */
}

@media (max-width: 575px) {
  .woocommerce-form-register,
  .woocommerce-form-coupon,
  .woocommerce-form-login {
    padding: 40px 20px;
  }
}

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

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

.woocommerce-form-register .form-group select,
.woocommerce-form-register .form-group .form-control,
.woocommerce-form-register .form-group .form-select,
.woocommerce-form-register .form-group textarea,
.woocommerce-form-register .form-group input,
.woocommerce-form-coupon .form-group select,
.woocommerce-form-coupon .form-group .form-control,
.woocommerce-form-coupon .form-group .form-select,
.woocommerce-form-coupon .form-group textarea,
.woocommerce-form-coupon .form-group input,
.woocommerce-form-login .form-group select,
.woocommerce-form-login .form-group .form-control,
.woocommerce-form-login .form-group .form-select,
.woocommerce-form-login .form-group textarea,
.woocommerce-form-login .form-group input {
  background-color: var(--white-color);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

table.variations .label,
.woocommerce-grouped-product-list-item .label {
  border: none;
}

table.variations__label,
.woocommerce-grouped-product-list-item__label {
  border: none !important;
  font-weight: 600;
}

table.variations__price,
.woocommerce-grouped-product-list-item__price {
  border: none !important;
}

table.variations__price .price,
table.variations__price .amount,
.woocommerce-grouped-product-list-item__price .price,
.woocommerce-grouped-product-list-item__price .amount {
  font-size: 18px !important;
}

table.variations del,
.woocommerce-grouped-product-list-item del {
  margin-left: 12px;
}

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

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

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

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

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

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

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

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

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

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

table.variations td {
  padding: 0;
}

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

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

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

.woosq-product .product .woocommerce-grouped-product-list-item__quantity,
.woosq-product .product .woocommerce-grouped-product-list-item__label,
.woosq-product .product .woocommerce-grouped-product-list-item__price {
  width: auto !important;
}

.woocommerce-grouped-product-list-item__label:after,
.woocommerce-grouped-product-list-item__price:after {
  display: none;
}

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

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

.wooscp-table-items td.woocommerce-product-attributes-item__value {
  padding-left: 15px !important;
}

.wooscp-table-items a.added_to_cart.wc-forward {
  margin-left: 15px;
  text-decoration: underline;
}

.tinvwl_added_to_wishlist.tinv-modal.tinv-modal-open {
  z-index: 1111;
}

table.woocommerce-product-attributes {
  margin-bottom: 30px;
}

#woosq-popup .product_meta {
  margin-top: 20px;
}

#woosq-popup .product_title {
  font-size: 24px;
  margin-bottom: 5px;
}

#woosq-popup .single-product .product .actions {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

#woosq-popup .single-product .product .actions > div {
  height: auto;
  overflow: visible;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

#woosq-popup .single-product .product .actions > div .quantity.style2.woocommerce-grouped-product-list-item__quantity {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.login-tab {
  margin-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.login-tab button.nav-link {
  background-color: var(--smoke-color);
  color: var(--title-color);
  padding: 11px 39px;
  font-size: 18px;
  font-weight: 500;
  border-radius: 15px ​15px 0;
}

.login-tab button.nav-link.active {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.star-rating {
  overflow: hidden;
  position: relative;
  width: 100px;
  height: 1.2em;
  line-height: 1.2em;
  display: block;
  font-family: var(--icon-font);
  font-weight: 900;
  font-size: 12px;
}

.star-rating:before {
  content: "\e28b\e28b\e28b\e28b\e28b";
  color: #e1e1e1;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  letter-spacing: 3px;
}

.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}

.star-rating span:before {
  content: "\e28b\e28b\e28b\e28b\e28b";
  top: 0;
  position: absolute;
  left: 0;
  color: #FF9C00;
  letter-spacing: 3px;
}

.rating-select label {
  margin: 0;
  margin-right: 10px;
}

.rating-select p.stars {
  margin-bottom: 0;
  line-height: 1;
}

.rating-select p.stars a {
  position: relative;
  height: 14px;
  width: 18px;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
}

.rating-select p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 14px;
  line-height: 1;
  font-family: var(--icon-font);
  content: "\e28b";
  font-weight: 400;
  text-indent: 0;
  color: var(--yellow-color);
}

.rating-select p.stars a:hover ~ a::before {
  content: "\e28b";
  font-weight: 400;
}

.rating-select p.stars:hover a::before {
  content: "\e28b";
  font-weight: 700;
}

.rating-select p.stars.selected a.active::before {
  content: "\e28b";
  font-weight: 700;
}

.rating-select p.stars.selected a.active ~ a::before {
  content: "\e28b";
  font-weight: 400;
}

.rating-select p.stars.selected a:not(.active)::before {
  content: "\e28b";
  font-weight: 700;
}

/* Small devices */
@media (max-width: 767px) {
  .woocommerce-message,
  .woocommerce-info {
    font-size: 14px;
    line-height: 22px;
    padding: 10px 15px 10px 37px;
  }
  .woocommerce-message:before,
  .woocommerce-info:before {
    font-size: 16px;
    top: 10px;
    left: 15px;
  }
}

/*------------------- 4.00. Products  -------------------*/
.th-product {
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  background: var(--white-color);
  padding: 20px;
  border-radius: 16px;
  box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.06);
  /* Medium Large devices */
}

@media (max-width: 1299px) {
  .th-product {
    padding: 25px;
  }
}

.th-product .product-title {
  font-size: 20px;
  margin: 2px 0 2px 0;
  font-weight: 600;
  /* Medium Large devices */
}

@media (max-width: 1299px) {
  .th-product .product-title {
    font-size: 18px;
  }
}

.th-product .product-title a {
  color: inherit;
}

.th-product .product-title a:hover {
  color: var(--theme-color);
}

.th-product .product-category {
  color: var(--body-color);
  margin-bottom: 0px;
  display: block;
}

.th-product .product-category:hover {
  color: var(--theme-color);
}

.th-product .product-tag {
  font-size: 14px;
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: var(--theme-color);
  color: var(--white-color);
  padding: 0 12px;
  min-width: 60px;
  border-radius: 4px;
  z-index: 3;
  line-height: 24px;
}

.th-product .woocommerce-product-rating {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  margin-top: 3px;
  margin-bottom: -0.4rem;
}

.th-product .product-content {
  margin-bottom: -0.4rem;
}

.th-product .star-rating {
  margin: 0 auto 0 auto;
  width: 93px;
}

.th-product .price {
  display: block;
  color: var(--theme-color);
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
  font-family: var(--body-font);
}

.th-product .price del {
  margin-left: 10px;
  font-weight: 400;
  color: var(--body-color);
}

.th-product .product-img {
  --space: 0px;
  background-color: var(--smoke-color);
  overflow: hidden;
  position: relative;
  margin: 0 0 20px 0;
  border-radius: 8px;
  text-align: center;
  z-index: 2;
}

.th-product .product-img:before {
  --space: 0px;
  content: '';
  height: calc(100% - var(--space)*2);
  width: calc(100% - var(--space)*2);
  border-radius: inherit;
  position: absolute;
  top: var(--space);
  left: var(--space);
  background-color: var(--title-color);
  z-index: 1;
  border-radius: 8px;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.th-product .product-img img {
  width: 100%;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.th-product .actions {
  height: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  text-align: center;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
  margin-top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.th-product .actions .icon-btn {
  --btn-size: 45px;
  line-height: 42px;
  font-size: 16px;
  border-radius: 50%;
  border-color: var(--white-color);
  background-color: var(--white-color);
  color: var(--title-color);
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
}

.th-product .actions .icon-btn:hover {
  color: var(--white-color);
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}

.th-product .actions > * {
  margin: 0 var(--icon-gap-x, 5px);
}

.th-product .actions > * > a {
  margin: 0;
}

.th-product .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
.th-product .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
  width: 45px;
  height: 45px;
  line-height: 42px;
  display: inline-block;
}

.th-product .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt::before,
.th-product .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt::before {
  position: relative;
  top: 0;
  left: 0;
  line-height: inherit;
  margin: 0;
  font-size: 24px;
}

.th-product .tinv-wishlist a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: var(--white-color);
  color: var(--title-color);
  border-radius: 50%;
}

.th-product .tinv-wishlist a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.th-product .add_to_cart_button.added {
  display: none;
}

.th-product .added_to_cart {
  display: block;
  width: 45px;
  height: 45px;
  line-height: 42px;
  background-color: var(--theme-color);
  color: var(--white-color);
  font-size: 0;
  text-align: center;
  border-radius: 99px;
  border: none;
}

.th-product .added_to_cart:after {
  content: "\f07a";
  position: relative;
  font-family: var(--icon-font);
  font-size: 16px;
  font-weight: 700;
}

.th-product .added_to_cart:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.th-product .action-btn {
  background-color: var(--white-color);
  font-size: 14px;
  font-family: var(--title-font);
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  padding: 13px 25px;
}

.th-product .product-actions {
  position: absolute;
  left: 50%;
  bottom: -10%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.th-product .product-actions .th-btn {
  padding: 13px 15px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.th-product .product-actions .th-btn:hover:before {
  background-color: var(--theme-color);
}

.th-product:hover .product-img img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.th-product:hover .product-img:before {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  visibility: visible;
  opacity: 1;
}

.th-product:hover .product-actions {
  visibility: visible;
  opacity: 1;
  bottom: 35%;
}

.th-product:hover .product-actions .th-btn {
  background: var(--white-color);
}

.th-product:hover .product-actions .th-btn:before {
  background: var(--theme-color);
}

.th-product:hover .actions {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
}

.th-product:hover .actions .icon-btn {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.th-product.list-view {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  text-align: left;
  height: 100%;
  padding: 10px;
  /* Medium devices */
}

@media (max-width: 991px) {
  .th-product.list-view {
    gap: 10px;
  }
}

.th-product.list-view .product-img {
  --space: 0px;
  width: 100%;
  width: 50%;
  margin: 0;
}

.th-product.list-view .product-img:before {
  --space: 0px;
}

.th-product.list-view .product-category {
  font-size: 13px;
  line-height: 23px;
  margin-top: -3px;
}

.th-product.list-view .star-rating {
  margin: 5px 0 0 0;
  width: 93px;
  font-size: 12px;
}

.th-product.list-view .product-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0 4px 0 13px;
}

.th-product.list-view .actions {
  --icon-gap-x: 2px;
  width: 100%;
  right: 0;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.th-product.list-view .actions .icon-btn {
  --btn-size: 45px;
  --btn-font-size: 14px;
  background-color: var(--white-color);
  color: var(--title-color);
  border: none;
}

.th-product.list-view .actions .icon-btn:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.th-product.list-view .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
.th-product.list-view .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
  width: 35px;
  height: 35px;
  line-height: 35px;
}

.th-product.list-view .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt::before,
.th-product.list-view .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt::before {
  font-size: 20px;
}

.th-product.list-view .tinv-wishlist a {
  width: 35px;
  height: 35px;
  line-height: 35px;
}

.th-product.list-view .added_to_cart {
  width: 35px;
  height: 35px;
  line-height: 35px;
}

.th-product.list-view .added_to_cart:after {
  font-size: 16px;
}

.th-product.list-view .tag {
  top: 8px;
  right: 8px;
  padding: 0px 15px;
}

.product-list-area {
  margin-bottom: -24px;
}

.swiper-slide.style2 .th-product {
  box-shadow: 0px 2px 14px rgba(0, 0, 0, 0.06);
}

#productCarousel .slick-arrow {
  top: 37.5%;
}

.mfp-content {
  margin: 1.5rem auto;
}

.mfp-content .product-details-img {
  padding-top: 15px;
}

.mfp-content .product-about {
  padding-top: 20px;
  padding-bottom: 20px;
}

.mfp-content .container {
  position: relative;
}

.mfp-content .product-big-img {
  margin-top: 12px;
  margin-bottom: 12px;
}

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.woosq-popup {
  border-radius: 10px;
}

.woosq-popup .product_meta > span > a:after,
.woosq-popup .product_meta > span > span:after {
  display: none;
}

.woosq-product > .product .summary {
  display: grid;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}

.woosq-product .thumbnails .slick-list {
  display: block;
}

.woosq-product .thumbnails .slick-dots li button {
  width: 12px;
  height: 12px;
  border-radius: 50px;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  background-color: var(--theme-color);
  opacity: 0.4;
}

.woosq-product .thumbnails .slick-dots li button:before {
  display: none;
}

.woosq-product .thumbnails .slick-dots li.slick-active button {
  opacity: 1;
}

.woosq-product .tinv-wraper {
  display: none;
}

.th-sort-bar {
  padding: 0;
  margin: 0 0 35px 0;
  background-color: transparent;
  border-radius: 0px;
}

.th-sort-bar .row {
  --bs-gutter-x: 0;
  --bs-gutter-y: 15px;
}

.th-sort-bar select {
  height: 50px;
  border: 0;
  background-color: transparent;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 154px;
  font-size: 16px;
  padding: 0 8px;
  margin: 0;
  color: var(--title-color);
  background-position: right 0px center;
}

.th-sort-bar .woocommerce-result-count {
  padding-left: 0;
  margin-bottom: 0;
  color: var(--theme-color);
}

.th-sort-bar .sorting-filter-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}

.th-sort-bar .nav {
  border: 1px solid #E9F6F9;
  border-radius: 4px;
  padding: 4px;
}

.th-sort-bar .nav a {
  display: inline-block;
  height: 32px;
  width: 32px;
  line-height: 32px;
  border: 0;
  background-color: transparent;
  text-align: center;
  position: relative;
  font-family: var(--title-font);
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--body-color);
  border-radius: 5px;
}

.th-sort-bar .nav a.active {
  color: var(--white-color);
  background: var(--theme-color);
}

.product-thumb-area {
  position: relative;
  margin-right: 10px;
}

.product-thumb-area .product-thumb-tab {
  position: absolute;
  top: 0;
  left: 0;
}

.product-thumb-tab {
  --thumb: 120px;
  --gap: 10px;
  max-width: var(--thumb);
  margin-left: calc(0px - var(--thumb)/2);
  position: relative;
  z-index: 3;
  display: grid;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  height: 100%;
}

.product-thumb-tab .tab-btn {
  background-color: var(--white-color);
  cursor: pointer;
  height: var(--thumb);
  width: var(--thumb);
  padding: var(--gap);
}

.product-thumb-tab .tab-btn img {
  max-width: 100%;
}

.product-thumb-tab .tab-btn:not(:last-of-type) {
  margin-bottom: 20px;
}

.product-thumb-tab .indicator {
  position: absolute;
  top: calc(var(--pos-y) + var(--gap));
  left: calc(var(--pos-x) + var(--gap));
  width: calc(var(--width-set) - var(--gap)*2);
  height: calc(var(--height-set) - var(--gap)*2);
  border: 2px solid var(--theme-color);
  pointer-events: none;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.product-big-img {
  background-color: var(--smoke-color);
  text-align: center;
  overflow: hidden;
  border-radius: 16px;
}

.product-big-img .img {
  width: 100%;
  border-radius: 16px;
}

.product-big-img .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.product-big-img .slider-pagination {
  position: absolute;
  bottom: 40px;
  left: 0;
}

.product-big-img .slick-dots {
  margin: -11px 0 0 0 !important;
  -webkit-transform: translateY(-30px);
      -ms-transform: translateY(-30px);
          transform: translateY(-30px);
  --border-color: #c0c0c0;
}

.img-magnifier-container {
  position: relative;
}

.img-magnifier-glass {
  position: absolute;
  box-shadow: inset 0 10px 18px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  cursor: none;
  width: 200px;
  height: 200px;
}

.magnify {
  position: relative;
  cursor: none;
}

.magnify .magnifier {
  height: 180px;
  width: 180px;
  position: absolute;
  z-index: 20;
  box-shadow: inset 0 10px 18px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  background-size: 700%;
  background-repeat: no-repeat;
  margin-left: -90px !important;
  margin-top: -90px !important;
  pointer-events: none;
  display: none;
}

.magnify .magnified {
  display: block;
  z-index: 10;
  margin: auto;
  width: 100%;
  height: 100%;
}

.magnify img {
  width: 100%;
  height: 100%;
}

.quantity {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.quantity > .screen-reader-text {
  display: inline-block;
  font-weight: 600;
  color: var(--title-color);
  font-family: var(--title-font);
  margin: 0;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  margin-right: 10px;
}

.quantity .qty-btn,
.quantity .qty-input {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: none;
  border-right: none;
  background-color: transparent;
  padding: 0;
  border-radius: 0;
  text-align: center;
  color: var(--body-color);
  font-size: 18px;
  font-weight: 600;
}

.quantity .qty-btn:last-child,
.quantity .qty-input:last-child {
  border-right: none;
}

.quantity .qty-btn {
  font-size: 16px;
}

.product_meta {
  font-weight: 700;
  font-size: 16px;
  font-family: var(--body-font);
  margin: 35px 0 0 0;
}

.product_meta > span {
  display: block;
  margin-bottom: 5px;
  color: var(--title-color);
  font-weight: bold;
}

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

.product_meta > span a {
  color: inherit;
}

.product_meta > span a:hover {
  color: var(--theme-color);
}

.product_meta > span > a,
.product_meta > span > span {
  position: relative;
  color: var(--body-color);
  font-weight: 400;
}

.product_meta > span > a:after,
.product_meta > span > span:after {
  content: ",";
  margin-right: 5px;
}

.product_meta > span > a:last-child:after,
.product_meta > span > span:last-child:after {
  display: none;
}

.product_meta > span > a:first-child,
.product_meta > span > span:first-child {
  margin-left: 7px;
}

.product-tab-style1 {
  border-bottom: 1px solid #e4e4e4;
  margin: 95px 0 40px 0;
}

.product-tab-style1 li {
  margin: 0 45px 0 0;
}

.product-tab-style1 li:last-child {
  margin-right: 0;
}

.product-tab-style1 a {
  font-family: var(--title-font);
  background-color: transparent;
  border-radius: 0;
  color: var(--title-color);
  font-size: 20px;
  font-weight: 600;
  display: inline-block;
  position: relative;
  line-height: 1;
  padding: 0 0 17px 0;
  text-transform: capitalize;
}

.product-tab-style1 a:before {
  content: "";
  position: absolute;
  left: 0;
  top: unset;
  bottom: -1px;
  height: 2px;
  width: 0;
  background-color: var(--theme-color);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.product-tab-style1 a:hover, .product-tab-style1 a.active {
  color: var(--title-color);
}

.product-tab-style1 a:hover:before, .product-tab-style1 a.active:before {
  width: 100%;
}

.product-tab-style2 {
  border-bottom: 1px solid #e4e4e4;
  margin: 95px 0 40px 0;
}

.product-tab-style2 li {
  margin: 0 45px 0 0;
}

.product-tab-style2 li:last-child {
  margin-right: 0;
}

.product-tab-style2 a {
  font-family: var(--title-font);
  color: var(--title-color);
  font-size: 20px;
  font-weight: 600;
  display: inline-block;
  position: relative;
  line-height: 1;
  padding: 0 0 17px 0;
  text-transform: capitalize;
}

.product-tab-style2 a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 1px;
  width: 0;
  background-color: var(--theme-color);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.product-tab-style2 a.active:before {
  width: 100%;
}

#productTabContent {
  margin-bottom: -10px;
}

#additional_information {
  margin-bottom: 40px;
}

.product-inner-list > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.product-inner-list li {
  position: relative;
  padding-left: 15px;
}

.product-inner-list li:before {
  content: "-";
  position: absolute;
  left: 0;
}

.share-title {
  font-size: 16px;
  font-weight: 600;
  color: var(--title-color);
  margin-bottom: 8px;
}

.share-title i {
  color: var(--theme-color);
}

.summary-content .product-title,
.product-about .product-title {
  margin: 0 0 5px 0;
}

.summary-content .product_title,
.product-about .product_title {
  margin-bottom: 20px !important;
}

.summary-content > .price,
.product-about > .price {
  font-family: var(--body-font);
  font-size: 20px;
  font-weight: 800;
  color: var(--theme-color);
  display: block;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-bottom: 5px;
  margin-top: -0.2em;
}

.summary-content > .price del,
.product-about > .price del {
  color: var(--gray-color);
  font-weight: 500;
  margin-left: 15px;
}

.summary-content .woocommerce-product-rating,
.summary-content .product-rating,
.product-about .woocommerce-product-rating,
.product-about .product-rating {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  top: 2px;
  font-size: 16px;
  line-height: 20px;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  margin-bottom: 15px;
}

.summary-content .woocommerce-product-rating .star-rating,
.summary-content .product-rating .star-rating,
.product-about .woocommerce-product-rating .star-rating,
.product-about .product-rating .star-rating {
  width: 80px;
  font-size: 12px;
  margin-right: 8px;
}

.summary-content .woocommerce-review-link,
.product-about .woocommerce-review-link {
  color: var(--body-color);
}

.summary-content .checklist,
.product-about .checklist {
  margin: 29px 0 29px 0;
}

.summary-content .actions,
.product-about .actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 15px;
  margin: 35px 0 25px 0;
}

.summary-content .actions .th-btn,
.product-about .actions .th-btn {
  padding: 17px 44.5px;
}

.summary-content .actions .th-btn .btn-icon,
.product-about .actions .th-btn .btn-icon {
  padding: 10.5px 15px 10.5px 15px;
}

.summary-content .actions .icon-btn,
.product-about .actions .icon-btn {
  --btn-size: 60px;
  border-color: var(--theme-color);
  background-color: var(--theme-color);
  color: var(--white-color);
  border-radius: 99px;
}

.summary-content .actions .icon-btn:hover,
.product-about .actions .icon-btn:hover {
  background-color: var(--title-color);
  border-color: var(--title-color);
}

.summary-content .share,
.product-about .share {
  margin-top: 25px;
}

.summary-content .th-social a,
.product-about .th-social a {
  --icon-size: 40px;
  line-height: 38px;
  font-size: 14px;
  border: 1px solid var(--th-border-color);
  border-radius: 0;
}

.summary-content .th-social a:hover,
.product-about .th-social a:hover {
  border-color: var(--theme-color);
}

.summary-content .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
.summary-content .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt,
.product-about .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
.product-about .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
  width: 60px;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  border-radius: 99px;
  background-color: var(--theme-color);
  color: var(--white-color);
  border: none;
}

.summary-content .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt::before,
.summary-content .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt::before,
.product-about .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt::before,
.product-about .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt::before {
  position: relative;
  top: 0;
  left: 0;
  line-height: inherit;
  margin: 0;
  font-size: 24px;
}

.summary-content .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt:hover,
.summary-content .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:hover,
.product-about .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt:hover,
.product-about .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:hover {
  background-color: var(--title-color);
}

.summary-content .tinv-wishlist a,
.product-about .tinv-wishlist a {
  display: inline-block;
  width: 56px;
  height: 56px;
  line-height: 56px;
  border-radius: 0;
}

.summary-content .tinv-wishlist a:hover,
.product-about .tinv-wishlist a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.summary-content .quantity,
.product-about .quantity {
  position: relative;
}

.summary-content .quantity:after,
.product-about .quantity:after {
  content: '';
  height: 100%;
  width: 1px;
  background-color: var(--title-color);
  position: absolute;
  top: 0;
  left: 55px;
}

.summary-content .quantity .qty-input,
.product-about .quantity .qty-input {
  width: 101px;
  height: 60px;
  background-color: var(--title-color);
  color: var(--white-color);
  padding: 0 21px;
  text-align: left;
  font-size: 18px;
  font-weight: 500;
  border-radius: 48px;
}

.summary-content .quantity .qty-btn,
.product-about .quantity .qty-btn {
  color: var(--white-color);
  background-color: transparent;
  position: absolute;
  right: 21px;
  height: auto;
  width: auto;
  border: none;
  font-size: 14px;
  line-height: 16px;
}

.summary-content .quantity .quantity-minus,
.product-about .quantity .quantity-minus {
  bottom: 12px;
  color: rgba(255, 255, 255, 0.2);
}

.summary-content .quantity .quantity-plus,
.product-about .quantity .quantity-plus {
  top: 12px;
}

.woocommerce-Reviews .th-post-comment {
  border-radius: 20px;
}

.woocommerce-Reviews .th-post-comment .text {
  margin-bottom: -0.5em;
}

.woocommerce-Reviews .th-comments-wrap {
  padding: 0;
  margin-right: 0 !important;
  box-shadow: none;
  background-color: transparent;
}

.woocommerce-Reviews .th-comment-form {
  box-shadow: none;
  margin-right: 0 !important;
  margin-top: 28px;
  margin-bottom: 10px;
}

.woocommerce-Reviews .th-comment-form input,
.woocommerce-Reviews .th-comment-form .form-control {
  background-color: var(--white-color);
}

.woocommerce-Reviews .th-comment-form .blog-inner-title {
  margin-bottom: 10px;
}

.woocommerce-Reviews .comment-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 24px;
  margin: -12px !important;
  margin-bottom: 28px !important;
}

.woocommerce-Reviews .comment-list li {
  width: 50%;
  /* Medium devices */
}

@media (max-width: 991px) {
  .woocommerce-Reviews .comment-list li {
    width: 100%;
  }
}

.woocommerce-Reviews .th-post-comment {
  border: 1px solid var(--th-border-color) !important;
  padding: 40px !important;
  box-shadow: 0px 4px 30px rgba(1, 15, 28, 0.06);
  margin: 12px;
  border-radius: 10px;
}

.woocommerce-Reviews .th-post-comment .name {
  margin-bottom: 3px;
}

.woocommerce-Reviews .th-post-comment .commented-on {
  margin-bottom: 12px;
}

/* Medium devices */
@media (max-width: 991px) {
  .woocommerce-Reviews .comment-list {
    grid-template-columns: repeat(1, 1fr);
  }
}

#description {
  margin-bottom: 30px;
}

.product-details .th-comments-wrap {
  margin-top: 0;
}

.product-details .border-title {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 40px;
}

.product-details .border-title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 80px;
  background-color: var(--theme-color);
}

.product-inner-title {
  font-size: 32px;
  border-bottom: 1px solid var(--th-border-color);
  padding: 0 0 7px 0;
  margin: 0 0 30px 0;
}

.related-product-wrapper {
  padding-top: 115px;
}

/* Medium Large devices */
@media (max-width: 1299px) {
  .product-thumb-tab {
    --thumb: 100px;
    margin-left: -40px;
  }
  .product-thumb-area {
    margin-right: 0;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .th-sort-bar select {
    min-width: auto;
  }
  .product-tab-style1 {
    margin: 55px 0 40px 0;
  }
  .summary-content,
  .product-about {
    padding-left: 0;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .product-big-img {
    margin-bottom: 40px;
  }
  .product-thumb-tab {
    margin-left: -10px;
  }
  .th-product-box.list-view .product-img {
    max-width: 150px;
  }
  .th-sort-bar .row {
    --bs-gutter-x: 20px;
  }
  .th-sort-bar .nav a:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .th-sort-bar .nav a:last-child:before {
    display: none;
  }
  .woosq-product > .product .thumbnails {
    max-height: 400px;
    min-height: 200px;
    padding: 10px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .th-sort-bar {
    text-align: center;
    padding: 10px 15px 15px 15px;
  }
  .th-sort-bar .nav {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .th-sort-bar select {
    margin: 0 auto;
  }
  .th-sort-bar .woocommerce-result-count {
    padding-left: 0;
  }
  .th-product-box.list-view .product-img {
    max-width: 130px;
  }
  .th-product-box.list-view .actions {
    --btn-size: 30px;
    --btn-font-size: 10px;
    --icon-gap-x: 2px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .product-about .actions {
    gap: 15px 15px;
  }
  .product-thumb-tab {
    --thumb: 74px;
    --gap: 6px;
  }
  .product-thumb-tab .tab-btn:not(:last-of-type) {
    margin-bottom: 10px;
  }
}

/* Extra small devices */
@media (max-width: 375px) {
  .th-product.list-view .product-img {
    max-width: 130px;
  }
  .th-product.list-view .product-content {
    padding: 0 15px;
  }
}

.productSlide {
  position: relative;
}

.productSlide .product-tag {
  font-size: 14px;
  position: absolute;
  top: 30px;
  left: 30px;
  background-color: var(--theme-color);
  text-transform: uppercase;
  color: var(--white-color);
  padding: 0 12px;
  border-radius: 8px;
  min-width: 60px;
  z-index: 3;
  line-height: 24px;
}

.product-thumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  cursor: pointer;
}

.product-thumb .tab-btn {
  border: 1px solid var(--title-color);
  width: 60px;
  height: 60px;
  /* Extra small devices */
}

@media (max-width: 375px) {
  .product-thumb .tab-btn {
    width: 40px;
    height: 40px;
  }
}

.product-thumb .tab-btn.active {
  border: 1px solid var(--theme-color);
}

.product-thumb-wrap {
  position: absolute;
  left: 30px;
  bottom: 30px;
  z-index: 2;
  /* Large devices */
  /* Medium devices */
}

@media (max-width: 1199px) {
  .product-thumb-wrap {
    left: 10px;
    bottom: 10px;
  }
}

@media (max-width: 991px) {
  .product-thumb-wrap {
    left: 20px;
    bottom: 20px;
  }
}

/*------------------- 4.00. Cart  -------------------*/
.woocommerce-cart-form {
  text-align: center;
}

.cart_table {
  border: 1px solid #eaf0f2;
  margin-bottom: 45px;
}

.cart_table thead {
  background-color: #ecf0f1;
}

.cart_table thead th {
  border: none !important;
}

.cart_table td:before,
.cart_table th {
  font-family: var(--title-font);
  color: var(--title-color);
  font-weight: 800;
  border: none;
  padding: 27px 15px;
}

.cart_table td:before {
  content: attr(data-title);
  position: absolute;
  left: 15px;
  top: 50%;
  vertical-align: top;
  padding: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: none;
}

.cart_table td {
  border: none;
  border-bottom: 1px solid #f3f3f3;
  color: #8b8b8b;
  padding: 20px 10px;
  position: relative;
  vertical-align: middle;
}

.cart_table .product-quantity {
  color: var(--title-color);
}

.cart_table .product-quantity input {
  position: relative;
  top: -2px;
}

.cart_table .cart-productname {
  font-weight: 400;
  font-family: var(--body-font);
  color: var(--body-color);
}

.cart_table .cart-productimage {
  display: inline-block;
  border: 2px solid var(--smoke-color);
}

.cart_table .remove {
  color: var(--theme-color);
  font-size: 18px;
}

.cart_table .quantity {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.cart_table td.product-quantity {
  min-width: 155px;
}

.cart_table .qty-btn {
  border: 2px solid var(--smoke-color) !important;
  background-color: transparent;
  color: #b8c6d0;
  padding: 0;
  width: 30px;
  height: 30px;
  line-height: 28px;
  font-size: 14px;
  border-radius: 4px;
}

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

.cart_table .qty-input {
  vertical-align: middle;
  border: 2px solid var(--smoke-color);
  width: 60px;
  height: 30px;
  font-size: 14px;
  text-align: center;
  color: var(--title-color);
  font-weight: 700;
  margin: 0 3px;
  border-radius: 4px;
  padding: 0;
  /* Firefox */
}

.cart_table .qty-input::-moz-placeholder {
  color: var(--title-color);
}

.cart_table .qty-input::-webkit-input-placeholder {
  color: var(--title-color);
}

.cart_table .qty-input:-ms-input-placeholder {
  color: var(--title-color);
}

.cart_table .qty-input::-ms-input-placeholder {
  color: var(--title-color);
}

.cart_table .qty-input::placeholder {
  color: var(--title-color);
}

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

.cart_table .qty-input[type="number"] {
  -moz-appearance: textfield;
}

.cart_table .actions {
  text-align: right;
  vertical-align: middle;
  padding-left: 20px;
}

.cart_table .actions > .th-btn {
  font-size: 16px;
  padding: 20px 28px;
  margin-right: 15px;
}

.cart_table .actions > .th-btn:last-child {
  margin-right: 0;
}

.cart_table .th-cart-coupon {
  float: left;
  margin: 0;
  width: 455px;
  max-width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.cart_table .th-cart-coupon input {
  width: calc(100% - 200px);
  margin-right: 10px;
}

.cart_table .th-cart-coupon .th-btn {
  font-size: 16px;
  padding: 20px 25px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.cart_totals {
  border: 1px solid #ecf0f1;
}

.cart_totals th,
.cart_totals td {
  vertical-align: top;
  padding: 20px 20px;
  border: none;
  border-bottom: 1px solid #ecf0f1;
  font-size: 14px;
  color: var(--title-color);
  width: 55%;
}

.cart_totals th:first-child,
.cart_totals td:first-child {
  width: 45%;
  background-color: #f9fbfb;
  font-weight: 700;
  font-size: 14px;
  color: #333333;
}

.cart_totals .shipping-calculator-button {
  display: inline-block;
  border-bottom: 1px solid;
  color: var(--title-color);
  font-weight: 700;
}

.cart_totals .shipping-calculator-button:hover {
  color: var(--theme-color);
}

.cart_totals .woocommerce-shipping-destination {
  margin-bottom: 10px;
}

.cart_totals .woocommerce-shipping-methods {
  margin-bottom: 0;
}

.cart_totals .shipping-calculator-form {
  display: none;
}

.cart_totals .shipping-calculator-form p:first-child {
  margin-top: 20px;
}

.cart_totals .shipping-calculator-form p:last-child {
  margin-bottom: 0;
}

.cart_totals .amount {
  font-weight: 700;
}

.cart_totals .order-total .amount {
  color: var(--theme-color);
}

.empty-notice {
  margin: 40px auto;
}

/* Medium devices */
@media (max-width: 991px) {
  .cart_table th {
    padding: 23px 8px;
    font-size: 14px;
  }
  .cart_table .cart-productname {
    font-size: 14px;
  }
  .cart_table .th-cart-coupon {
    width: 100%;
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cart_table .actions {
    text-align: center;
  }
  .cart_table .cart-productimage {
    max-width: 100px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .cart_table {
    text-align: left;
    min-width: auto;
    border-collapse: separate;
    border-spacing: 0 20px;
    border: none;
  }
  .cart_table thead {
    display: none;
  }
  .cart_table td {
    padding: 15px;
    display: block;
    width: 100%;
    padding-left: 25%;
    text-align: right;
    border: 1px solid #f3f3f3;
    border-bottom: none;
  }
  .cart_table td::before {
    display: block;
  }
  .cart_table td:last-child {
    border-bottom: 1px solid #f3f3f3;
  }
  .cart_table td.actions {
    padding-left: 15px;
    text-align: center;
  }
  .cart_table td.actions > .th-btn {
    margin-top: 10px;
    margin-right: 0;
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
  }
  .cart_table td.actions > .th-btn:last-child {
    margin-right: auto;
  }
  .cart_table .th-cart-coupon {
    width: 100%;
    text-align: center;
    float: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: block;
    padding-bottom: 10px;
  }
  .cart_table .th-cart-coupon input {
    width: 100%;
    margin-bottom: 10px;
  }
  .cart_totals th,
  .cart_totals td {
    padding: 15px 10px;
  }
  .cart_totals th:first-child,
  .cart_totals td:first-child {
    width: 17%;
    line-height: 1.4;
  }
}

.wc-block-components-quantity-selector {
  height: 40px;
}

.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
  height: 40px;
}

.wc-block-components-product-badge {
  background: var(--theme-color);
  color: var(--white-color);
}

.wc-block-cart__submit-button {
  background: var(--theme-color) !important;
  color: var(--white-color) !important;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.wc-block-grid .wc-block-grid__product-onsale,
.wc-block-grid__product-image .wc-block-grid__product-onsale {
  background: var(--theme-color) !important;
  color: var(--white-color) !important;
  padding: 12px 20px;
  border: none !important;
}

/*------------------- 4.00. Checkout  -------------------*/
.woocommerce-checkout .form-group,
.woocommerce-checkout .form-row {
  margin-bottom: 0;
}

.woocommerce-checkout .form-select,
.woocommerce-checkout .select2-container,
.woocommerce-checkout .form-control {
  margin-bottom: 0;
}

.woocommerce-checkout .select2-container--open .select2-dropdown--below {
  margin-top: 0;
}

.woocommerce-checkout .select2-container--open .select2-dropdown--above {
  position: relative;
  bottom: 0;
}

.woocommerce-checkout .select2-dropdown {
  border: none;
  border-top: none;
}

.woocommerce-checkout .select2-container--default .select2-selection--single {
  border-radius: 27px;
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered,
.woocommerce-checkout .select2-container--default .select2-selection--single .form-control:focus {
  color: var(--body-color);
}

.woocommerce-checkout .shipping_address {
  margin-top: -3px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid transparent;
  padding: 0;
}

.woocommerce-form-login select,
.woocommerce-form-login .form-select,
.woocommerce-form-login .form-control,
.woocommerce-form-login .select2,
.woocommerce-form-login .select2-container,
.woocommerce-form-coupon select,
.woocommerce-form-coupon .form-select,
.woocommerce-form-coupon .form-control,
.woocommerce-form-coupon .select2,
.woocommerce-form-coupon .select2-container,
.woocommerce-checkout select,
.woocommerce-checkout .form-select,
.woocommerce-checkout .form-control,
.woocommerce-checkout .select2,
.woocommerce-checkout .select2-container {
  margin-bottom: var(--bs-gutter-x);
}

#ship-to-different-address {
  margin-top: 15px;
}

.select2-container--default .select2-selection--single {
  height: 56px;
  border: 1px solid var(--gray-color);
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 56px;
  padding-left: 25px;
  padding-right: 25px;
}

.woocommerce-billing-fields .form-row {
  margin-bottom: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
  content: "\f107";
  font-family: var(--icon-font);
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin: 0;
  border: none;
  top: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 56px;
  line-height: 56px;
  margin-right: 30px;
}

span.select2-selection.select2-selection--single:focus {
  outline: none;
}

.checkout-ordertable th,
.checkout-ordertable td {
  border: 1px solid #ededed;
  text-align: right;
  padding: 5px 20px;
  vertical-align: top;
  font-size: 14px;
  font-weight: 600;
  color: #2c3e50;
}

.checkout-ordertable th {
  font-weight: 800;
  text-align: left;
}

.checkout-ordertable ul {
  margin: 0;
  padding: 0;
}

.checkout-ordertable .order-total .amount {
  color: var(--theme-color);
}

.checkout-ordertable input[type="hidden"] ~ label {
  color: var(--theme-color);
}

.woocommerce-checkout .form-group input:not(:last-child) {
  margin-bottom: var(--bs-gutter-x);
}

.woocommerce-checkout-payment {
  text-align: left;
}

.woocommerce-checkout-payment ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.woocommerce-checkout-payment ul li {
  padding-top: 12px;
  border-bottom: 1px solid #d8d8d8;
  border-radius: 0;
  font-size: 16px;
}

.woocommerce-checkout-payment ul input[type="radio"] ~ label {
  margin-bottom: 17px;
  color: var(--body-color);
}

.woocommerce-checkout-payment ul input[type="radio"] ~ label img {
  margin-bottom: -2px;
  margin-left: 10px;
}

.woocommerce-checkout-payment .place-order {
  padding-top: 30px;
}

.woocommerce-checkout-payment .payment_box {
  color: #a1b1bc;
  background-color: #ecf0f1;
  border: 1px solid #d8d8d8;
  border-bottom: none;
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 4px;
  display: none;
}

.woocommerce-checkout-payment .payment_box p {
  margin: 0;
}

.th-checkout-wrapper form.woocommerce-form {
  margin-bottom: 30px;
}

/* Small devices */
@media (max-width: 767px) {
  tfoot.checkout-ordertable th {
    display: none;
  }
  .woocommerce-checkout-payment ul input[type="radio"] ~ label img {
    max-width: 150px;
  }
  .checkout-ordertable th,
  .checkout-ordertable td {
    padding: 5px 20px 5px 60px;
  }
}

.components-button {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
  color: var(--white-color);
  border: none;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.components-button:hover {
  background-color: var(--title-color);
}

/*------------------- 4.00. Wishlist  -------------------*/
.tinv-wishlist input[type="checkbox"] {
  display: inline-block;
  opacity: 1;
  visibility: visible;
  vertical-align: middle;
  width: auto;
  height: auto;
}

.tinv-wishlist .tinv-header {
  margin-top: -0.8rem;
  text-transform: capitalize;
}

.tinv-wishlist .cart-empty {
  padding: 14px 25px;
  font-weight: 700;
  font-size: 14px;
  padding-left: 45px;
  border-radius: 8px;
}

.tinv-wishlist p.return-to-shop .button {
  display: inline-block;
  background-color: var(--theme-color);
  color: #fff;
  font-size: 14px;
  padding: 10px 25px;
  margin-top: 10px;
  font-weight: 700;
}

.tinv-wishlist p.return-to-shop .button:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}

.tinv-wishlist table {
  border: none;
}

.tinv-wishlist table th {
  color: var(--title-color);
}

.tinv-wishlist table td,
.tinv-wishlist table th {
  padding: 15.3px 10px;
  border-bottom: 1px solid var(--th-border-color);
  text-align: center;
}

.tinv-wishlist table thead {
  background-color: var(--smoke-color);
}

.tinv-wishlist .product-cb,
.tinv-wishlist .product-remove {
  width: 40px;
  text-align: center;
}

.tinv-wishlist .product-thumbnail {
  width: 110px;
}

.tinv-wishlist .stock.in-stock {
  margin-bottom: 0;
}

.tinv-wishlist ins {
  text-decoration: none;
}

.tinv-wishlist .product-remove button {
  border: none;
  height: 22px;
  width: 22px;
  text-align: center;
  font-size: 12px;
  line-height: 22px;
  border-radius: 0;
  padding-top: 0;
}

.tinv-wishlist .product-remove button i {
  line-height: 22px;
  font-size: 16px;
}

.tinv-wishlist .tinvwl-mobile {
  display: none;
}

.tinv-wishlist .social-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 295px;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.tinv-wishlist .social-buttons ul {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
}

.tinv-wishlist table.tinvwl-table-manage-list {
  font-size: 16px;
}

.tinv-wishlist .product-stock .stock {
  display: block;
}

.tinv-wishlist .product-stock span {
  display: inline;
}

.tinv-wishlist .product-stock i {
  margin-right: 5px;
}

.tinv-wishlist .tinv-modal .icon_big_times {
  margin-bottom: 5px;
  color: var(--theme-color);
}

.tinv-wishlist button.button {
  border: none;
  height: 38px;
  line-height: 38px;
  font-size: 14px;
  font-weight: 600;
  background-color: var(--theme-color);
  color: #fff;
  padding: 1px 15px;
  min-width: 140px;
}

.tinv-wishlist button.button i {
  font-size: 18px !important;
  margin-right: 3px !important;
}

.tinv-wishlist button.button:hover {
  background-color: var(--title-color);
  color: #fff;
}

.tinv-wishlist .tinvwl-buttons-group button i {
  font-size: 14px;
}

.tinv-wishlist th,
.tinv-wishlist td.product-name {
  font-size: 16px;
  font-weight: 700;
  font-family: var(--title-font);
}

.tinv-wishlist td.product-name a {
  color: var(--body-color);
}

.tinv-wishlist td.product-name a:hover {
  color: var(--theme-color);
}

.tinv-wishlist td.product-price del {
  margin-left: 8px;
  font-size: 0.9em;
}

.tinv-wishlist .social-buttons > span {
  font-weight: 700;
  margin-right: 10px;
  font-family: var(--title-font);
  color: var(--title-color);
}

.tinv-wishlist .social-buttons li {
  display: inline-block;
  margin-right: 0;
}

.tinv-wishlist .social-buttons li a.social {
  background-color: var(--theme-color);
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  display: inline-block;
  text-align: center;
  border-radius: 50px;
  margin-left: 3px;
}

.tinv-wishlist .social-buttons li a.social:first-child {
  margin-left: 0;
}

.tinv-wishlist .social-buttons li a.social i {
  line-height: inherit;
}

.tinv-wishlist .social-buttons li a.social:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}

/* Medium devices */
@media (max-width: 991px) {
  .tinvwl-full {
    display: none;
  }
  .tinv-wishlist .tinvwl-mobile {
    display: block;
  }
  .tinvwl-txt {
    display: inline-block !important;
  }
  .product-stock {
    width: 40px;
    text-align: center;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .tinv-wishlist table {
    table-layout: fixed;
    border-bottom: 1px solid var(--th-border-color);
  }
  .tinv-wishlist table.tinvwl-table-manage-list tbody td.product-remove,
  .tinv-wishlist table.tinvwl-table-manage-list thead th:not(.product-name) {
    display: none;
  }
  .tinv-wishlist table td,
  .tinv-wishlist table th {
    border: 1px solid var(--th-border-color);
  }
  .tinv-wishlist table.tinvwl-table-manage-list tbody td {
    display: block;
    width: 100% !important;
    text-align: center;
  }
  .product-name {
    text-align: center;
  }
  .tinv-wishlist table td,
  .tinv-wishlist table th {
    border-bottom: none;
  }
  .tinv-wishlist table tfoot {
    border-bottom: 1px solid var(--th-border-color);
  }
  .tinv-wishlist .social-buttons {
    max-width: 100%;
    margin-left: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tinv-wishlist .social-buttons ul {
    margin-left: unset;
    margin-top: 5px;
  }
  .tinvwl-txt {
    display: inline-block !important;
  }
}

/*------------------- 4.00. Contact  -------------------*/
/* Contact Page ---------------------------------- */
@media (min-width: 1930px) {
  .contact-area3 {
    background-size: cover;
  }
}

.contact-form {
  background-color: var(--white-color);
  box-shadow: 0px 20px 20px rgba(204, 204, 204, 0.25);
  border-radius: 16px;
  padding: 40px;
  /* Medium Large devices */
}

@media (max-width: 1299px) {
  .contact-form {
    padding: 30px;
  }
}

.contact-form select::-moz-placeholder,
.contact-form .form-control::-moz-placeholder,
.contact-form .form-select::-moz-placeholder,
.contact-form textarea::-moz-placeholder,
.contact-form input::-moz-placeholder {
  color: var(--body-color);
}

.contact-form select::-webkit-input-placeholder,
.contact-form .form-control::-webkit-input-placeholder,
.contact-form .form-select::-webkit-input-placeholder,
.contact-form textarea::-webkit-input-placeholder,
.contact-form input::-webkit-input-placeholder {
  color: var(--body-color);
}

.contact-form select:-ms-input-placeholder,
.contact-form .form-control:-ms-input-placeholder,
.contact-form .form-select:-ms-input-placeholder,
.contact-form textarea:-ms-input-placeholder,
.contact-form input:-ms-input-placeholder {
  color: var(--body-color);
}

.contact-form select::-webkit-input-placeholder, .contact-form .form-control::-webkit-input-placeholder, .contact-form .form-select::-webkit-input-placeholder, .contact-form textarea::-webkit-input-placeholder, .contact-form input::-webkit-input-placeholder {
  color: var(--body-color);
}

.contact-form select::-moz-placeholder, .contact-form .form-control::-moz-placeholder, .contact-form .form-select::-moz-placeholder, .contact-form textarea::-moz-placeholder, .contact-form input::-moz-placeholder {
  color: var(--body-color);
}

.contact-form select:-ms-input-placeholder, .contact-form .form-control:-ms-input-placeholder, .contact-form .form-select:-ms-input-placeholder, .contact-form textarea:-ms-input-placeholder, .contact-form input:-ms-input-placeholder {
  color: var(--body-color);
}

.contact-form select::-ms-input-placeholder, .contact-form .form-control::-ms-input-placeholder, .contact-form .form-select::-ms-input-placeholder, .contact-form textarea::-ms-input-placeholder, .contact-form input::-ms-input-placeholder {
  color: var(--body-color);
}

.contact-form select::placeholder,
.contact-form .form-control::placeholder,
.contact-form .form-select::placeholder,
.contact-form textarea::placeholder,
.contact-form input::placeholder {
  color: var(--body-color);
}

.contact-form .nice-select .option {
  color: var(--title-color);
}

.contact-form .nice-select .option.selected {
  color: var(--theme-color) !important;
  background: var(--theme-color) !important;
}

.contact-form .nice-select .option.selected.focus {
  color: #fff !important;
  background: var(--theme-color) !important;
}

.contact-form .nice-select .option:hover, .contact-form .nice-select .option.focus {
  background: var(--theme-color) !important;
  color: #fff !important;
}

.contact-form .nice-select.open .list {
  border-bottom: 3px solid var(--theme-color);
}

.contact-form i {
  color: #888C97;
}

.contact-form textarea.form-control,
.contact-form textarea {
  min-height: 159px;
  padding-top: 16px;
  padding-bottom: 17px;
}

.contact-form .nice-select:after {
  border-bottom: 1px solid var(--body-color);
  border-right: 1px solid var(--body-color);
}

.contact-form .th-btn {
  padding: 19.5px 42px;
}

.contact-form .th-btn i {
  color: var(--white-color);
}

.contact-form.style2 textarea.form-control,
.contact-form.style2 textarea {
  min-height: 130px;
}

.contact-form.style2 select,
.contact-form.style2 .form-control,
.contact-form.style2 .form-select,
.contact-form.style2 textarea,
.contact-form.style2 input {
  height: 64px;
}

.contact-form2 {
  background-color: var(--white-color);
  border-radius: 16px 16px 0 0;
  padding: 40px;
  /* Extra small devices */
}

@media (max-width: 575px) {
  .contact-form2 {
    padding: 30px;
  }
}

.contact-form2 .nice-select .option {
  color: var(--title-color);
}

.contact-form2 .nice-select .option.selected {
  color: var(--theme-color) !important;
  background: var(--theme-color) !important;
  font-weight: 400;
}

.contact-form2 .nice-select .option.selected.focus {
  color: #fff !important;
  background: var(--theme-color) !important;
}

.contact-form2 .nice-select .option:hover, .contact-form2 .nice-select .option.focus {
  background: var(--theme-color) !important;
  color: #fff !important;
}

.contact-form2 .nice-select.open .list {
  border-bottom: 3px solid var(--theme-color);
}

.form-btn-wrapp {
  background-color: var(--theme-color);
  border-radius: 0px 0px 16px 16px;
  padding: 16px 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 480px) {
  .form-btn-wrapp {
    display: block;
  }
}

@media (max-width: 480px) {
  .form-btn-wrapp .th-btn {
    width: 100%;
    margin-bottom: 10px;
  }
}

.form-btn-wrapp .th-btn:hover {
  color: var(--white-color);
}

.form-btn-wrapp .th-btn:hover img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.form-btn-wrapp .contact-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.form-btn-wrapp .contact-info_link {
  color: var(--white-color);
  margin-bottom: 0;
}

.form-btn-wrapp .contact-info_link a {
  color: inherit;
}

.about-contact-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  border: 1px solid #E1E4E6;
  border-radius: 8px;
  padding: 24px 24px 18px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  /* Extra small devices */
}

@media (max-width: 375px) {
  .about-contact-grid {
    gap: 14px;
    padding: 15px 15px 18px;
  }
}

.about-contact-grid:not(:last-child) {
  margin-bottom: 30px;
}

.about-contact-grid .about-contact-icon {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 70px;
  height: 70px;
  line-height: 68px;
  text-align: center;
  background: var(--title-color);
  border-radius: 50%;
  color: var(--white-color);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  /* Extra small devices */
}

@media (max-width: 375px) {
  .about-contact-grid .about-contact-icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}

.about-contact-grid .about-contact-icon img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.about-contact-grid .box-title {
  font-size: 20px;
  font-weight: 600;
  margin-top: -0.3em;
  margin-bottom: 2px;
}

.about-contact-grid .about-contact-details-text {
  color: var(--title-color);
  margin-bottom: 0;
}

.about-contact-grid .about-contact-details-text a:not(:hover) {
  color: initial;
}

.about-contact-grid:hover .about-contact-icon {
  background: var(--theme-color);
}

.contact-form-area {
  padding-top: 152px;
  /* Medium devices */
}

@media (max-width: 991px) {
  .contact-form-area {
    padding-top: 0px;
  }
}

.contact-map {
  position: relative;
  line-height: 0px;
  border-radius: 30px;
  /* Medium devices */
}

@media (max-width: 991px) {
  .contact-map {
    margin-bottom: 40px;
  }
}

.contact-map .contact-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
}

.contact-map .contact-icon i {
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  font-size: 24px;
  color: var(--white-color);
  background-color: var(--theme-color);
  border-radius: 50%;
  /* Medium devices */
}

@media (max-width: 991px) {
  .contact-map .contact-icon i {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
}

.contact-map .contact-icon {
  width: 50px;
  height: 50px;
  display: inline-block;
  z-index: 3;
}

.contact-map .contact-icon img {
  -webkit-animation: jumpAni 2s ease-in-out infinite alternate;
          animation: jumpAni 2s ease-in-out infinite alternate;
}

.contact-map .contact-icon:after {
  content: "";
  position: absolute;
  left: 0px;
  right: 0;
  margin: auto;
  top: 90%;
  width: 38px;
  height: 18px;
  border-radius: 50%;
  background: rgba(13, 13, 12, 0.2);
  z-index: -1;
}

.contact-map .contact-icon:before {
  content: "";
  position: absolute;
  left: -40px;
  right: 0;
  margin: auto;
  top: 50%;
  width: 130px;
  height: 60px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid var(--white-color);
  z-index: -1;
}

@-webkit-keyframes location-anim {
  0% {
    -webkit-transform: rotate(5deg) translate(5px, 5px);
            transform: rotate(5deg) translate(5px, 5px);
  }
  100% {
    -webkit-transform: rotate(5deg) translate(-5px, -5px);
            transform: rotate(5deg) translate(-5px, -5px);
  }
}

@keyframes location-anim {
  0% {
    -webkit-transform: rotate(5deg) translate(5px, 5px);
            transform: rotate(5deg) translate(5px, 5px);
  }
  100% {
    -webkit-transform: rotate(5deg) translate(-5px, -5px);
            transform: rotate(5deg) translate(-5px, -5px);
  }
}

@-webkit-keyframes location-anim2 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}

@keyframes location-anim2 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}

.contact-map iframe {
  width: 100%;
  height: 365px;
  border-radius: 30px;
}

.contact-map.style2 iframe {
  width: 100%;
  height: 398px;
  border-radius: 0;
}

.contact-map.style3 iframe {
  border-radius: 16px;
}

.contact-text {
  max-width: 369px;
  font-size: 18px;
}

.cantact-area6 {
  padding: 188px 0;
  /* Medium devices */
}

@media (max-width: 991px) {
  .cantact-area6 {
    padding: 100px 0;
  }
}

/* contact-area9 ----------------------*/
.contact-area9 {
  position: relative;
  z-index: 2;
}

.contact-area9:before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-linear-gradient(bottom, rgba(13, 13, 12, 0.5), rgba(13, 13, 12, 0.5));
  background: linear-gradient(0deg, rgba(13, 13, 12, 0.5), rgba(13, 13, 12, 0.5));
  z-index: -1;
}

.contact-title {
  font-size: 80px;
  /* Medium devices */
  /* Extra small devices */
}

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

@media (max-width: 375px) {
  .contact-title {
    font-size: 45px;
  }
}

.contact-text {
  max-width: 488px;
  margin-bottom: 30px;
}

.counter-list {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  /* Extra small devices */
}

@media (max-width: 375px) {
  .counter-list {
    display: grid;
    grid-template-columns: auto auto;
  }
}

.counter-list li {
  text-align: center;
}

.counter-list li .count-number {
  font-weight: 600;
  font-size: 40px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: var(--white-color);
  margin-bottom: 16px;
}

.counter-list li .count-name {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: var(--white-color);
}

/*------------------- 4.00. About  -------------------*/
/* About 1 ---------------------------------- */
.global-img {
  position: relative;
  overflow: hidden;
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
  /* Medium devices */
}

.global-img:after {
  background: rgba(255, 255, 255, 0.5);
  content: "";
  height: 0;
  left: 0;
  opacity: 1;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
}

.global-img img {
  width: 100%;
  object-fit: cover;
  -webkit-transition: 1.3s all ease;
  transition: 1.3s all ease;
}

@media (max-width: 991px) {
  .global-img {
    min-width: 100%;
    margin-bottom: 30px;
  }
}

.global-img:hover:after {
  height: 100%;
  opacity: 0;
  -webkit-transition: all .4s linear;
  transition: all .4s linear;
}

.global-img:hover img {
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
}

/* About area 1 start -------------------------*/
.img-box1 {
  position: relative;
  margin-bottom: 20px;
  /* Large devices */
}

@media (max-width: 1199px) {
  .img-box1 {
    margin-bottom: 50px;
  }
}

.img-box1 .img1 {
  position: relative;
  overflow: hidden;
  /* Medium Large devices */
}

@media (max-width: 1299px) {
  .img-box1 .img1 {
    max-width: 280px;
  }
}

@media (max-width: 480px) {
  .img-box1 .img1 {
    max-width: 100%;
  }
}

.img-box1 .img1 img {
  border-radius: 156px 156px 0px 156px;
}

.img-box1 .img2 {
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
  /* Small devices */
}

@media (max-width: 1399px) {
  .img-box1 .img2 {
    max-width: 280px;
  }
}

@media (max-width: 1299px) {
  .img-box1 .img2 {
    max-width: 220px;
  }
}

@media (max-width: 1199px) {
  .img-box1 .img2 {
    right: 40%;
  }
}

@media (max-width: 991px) {
  .img-box1 .img2 {
    right: 20%;
  }
}

@media (max-width: 767px) {
  .img-box1 .img2 {
    right: 0%;
  }
}

@media (max-width: 480px) {
  .img-box1 .img2 {
    display: none;
  }
}

.img-box1 .img2 img {
  border-radius: 156px 156px 156px 0px;
}

.img-box1 .img3 {
  position: absolute;
  bottom: -20px;
  right: 0;
  overflow: hidden;
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
  /* Small devices */
}

@media (max-width: 1399px) {
  .img-box1 .img3 {
    max-width: 280px;
  }
}

@media (max-width: 1299px) {
  .img-box1 .img3 {
    max-width: 220px;
  }
}

@media (max-width: 1199px) {
  .img-box1 .img3 {
    right: 40%;
  }
}

@media (max-width: 991px) {
  .img-box1 .img3 {
    right: 20%;
  }
}

@media (max-width: 767px) {
  .img-box1 .img3 {
    right: 0%;
  }
}

@media (max-width: 480px) {
  .img-box1 .img3 {
    display: none;
  }
}

.img-box1 .img3 img {
  border-radius: 156px 0px 156px 156px;
}

/* About area 2 start --------------------------*/
.img-box2 {
  position: relative;
  /* Large devices */
}

@media (max-width: 1199px) {
  .img-box2 {
    margin-bottom: 80px;
  }
}

.img-box2 img {
  /* Extra small devices */
}

@media (max-width: 575px) {
  .img-box2 img {
    width: 100%;
  }
}

.img-box2 .img1 img {
  border-radius: 24px;
}

.img-box2 .img2 {
  position: absolute;
  bottom: -13.4%;
  right: 4.5%;
  /* Small devices */
  /* Extra small devices */
}

@media (max-width: 767px) {
  .img-box2 .img2 {
    position: relative;
    right: unset;
    bottom: 0;
    margin-top: 30px;
  }
}

@media (max-width: 575px) {
  .img-box2 .img2 {
    position: relative;
    margin-top: 20px;
  }
}

.img-box2 .img2 img {
  width: 100%;
  border-radius: 24px;
}

.img-box2 .img2 .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.img-box2 .img2 .play-btn i {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.img-box10 {
  position: relative;
  z-index: 2;
}

.img-box10 .about-shape2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 312px;
  height: 593px;
  background-color: var(--theme-color);
  border-radius: 156px;
  z-index: -1;
  /* Small devices */
}

@media (max-width: 767px) {
  .img-box10 .about-shape2 {
    height: 100%;
  }
}

.about-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  max-width: 400px;
}

.about-item:not(:last-child) {
  margin-bottom: 30px;
}

.about-item.style2 .about-item_img {
  background-color: var(--smoke-color);
}

.about-item.style4 .about-item_img {
  background-color: var(--title-color);
}

.about-item_img {
  min-width: 72px;
  height: 72px;
  line-height: 72px;  
  border-radius: 50%;
  text-align: center;
  /* background-color: var(--theme-color); */
  background-color: #113d48;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.about-item_img img {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.about-item_img:hover {
  background-color: var(--title-color);
}

.about-item_img:hover img {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.about-item .box-title {
  margin-bottom: 7px;
  /* Extra small devices */
}

@media (max-width: 375px) {
  .about-item .box-title {
    font-size: 20px;
  }
}

.about-item_text {
  margin-bottom: -0.3rem;
}

.about-shape {
  position: absolute;
}

.about-shape:before {
  content: "";
  position: absolute;
  left: -47%;
  bottom: 17%;
  width: 396px;
  height: 396px;
  border-radius: 50%;
  background: #E9F6F9;
  z-index: -1;
}

.about-rating {
  width: 62px;
  height: 62px;
  line-height: 62px;
  border-radius: 50%;
  background-color: var(--white-color);
  box-shadow: 0px 20px 20px rgba(204, 204, 204, 0.25);
  text-align: center;
  padding: 10px;
}

.about-rating i {
  font-size: 16px;
  color: #EB5757;
  display: block;
}

.about-rating span {
  display: block;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  color: var(--black-color);
}

.about-emoji {
  width: 62px;
  height: 62px;
  line-height: 62px;
  border-radius: 50%;
  background-color: var(--white-color);
  box-shadow: 0px 20px 20px rgba(204, 204, 204, 0.25);
  text-align: center;
}

/* About area 1 end -------------------------*/
/* About area start --------------------------*/
.img-box3 {
  position: relative;
  margin-left: -110px;
  /* Large devices */
}

@media (max-width: 1599px) {
  .img-box3 {
    margin-left: 0;
  }
}

@media (max-width: 1199px) {
  .img-box3 {
    margin-bottom: 40px;
  }
}

.img-box3 img {
  /* Extra small devices */
}

@media (max-width: 575px) {
  .img-box3 img {
    width: 100%;
  }
}

.img-box3 .img1 img {
  border-radius: 24px;
}

.img-box3 .img2 {
  position: absolute;
  top: 20%;
  right: 12%;
  /* Small devices */
  /* Extra small devices */
}

@media (max-width: 767px) {
  .img-box3 .img2 {
    right: 0;
  }
}

@media (max-width: 575px) {
  .img-box3 .img2 {
    position: relative;
    margin-top: 20px;
  }
}

.img-box3 .img2 img {
  border-radius: 24px;
  border: 5px solid var(--white-color);
}

.img-box3 .img3 {
  position: relative;
  margin-top: 30px;
  z-index: 3;
  /* Extra small devices */
}

@media (max-width: 575px) {
  .img-box3 .img3 {
    margin-top: 20px;
  }
}

.img-box3 .img3 img {
  border-radius: 24px;
  border: 5px solid var(--white-color);
}

/* About area start --------------------------*/
.img-box4 {
  position: relative;
  /* Large devices */
  /* Extra small devices */
}

@media (max-width: 1199px) {
  .img-box4 {
    margin-bottom: 70px;
  }
}

@media (max-width: 375px) {
  .img-box4 {
    margin-bottom: 10px;
  }
}

.img-box4 .img1 img {
  border-radius: 24px;
}

.img-box4 .img2 {
  position: absolute;
  bottom: 0%;
  left: -10%;
  z-index: 2;
  /* Large devices */
  /* Extra small devices */
}

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

@media (max-width: 375px) {
  .img-box4 .img2 {
    position: relative;
    top: 15px;
  }
}

.img-box4 .img2:before {
  content: "";
  position: absolute;
  inset: -5px;
  left: 1px;
  bottom: 1px;
  background-color: var(--white-color);
  border-radius: 24px;
  z-index: -1;
}

.img-box4 .img2:after {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-linear-gradient(bottom, rgba(13, 13, 12, 0.3), rgba(13, 13, 12, 0.3));
  background: linear-gradient(0deg, rgba(13, 13, 12, 0.3), rgba(13, 13, 12, 0.3));
  border-radius: 24px;
}

.img-box4 .img2 .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.img-box4 .img2 img {
  width: 100%;
  border-radius: 24px;
}

/* About area start --------------------------*/
/* About area start ------------------------*/
.about-area6 {
  position: relative;
  background-color: var(--white-color);
  border-radius: 24px;
  padding: 60px;
  z-index: 4;
  margin-right: -55%;
  /* Large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
}

@media (max-width: 1199px) {
  .about-area6 {
    margin-right: 0;
  }
}

@media (max-width: 991px) {
  .about-area6 {
    padding: 40px;
  }
}

@media (max-width: 767px) {
  .about-area6 {
    padding: 30px;
  }
}

@media (max-width: 375px) {
  .about-area6 {
    padding: 30px 10px;
  }
}

.img-box5 .img1 img {
  width: 100%;
  border-radius: 24px;
}

.img-box6 {
  position: relative;
  min-width: 680px;
  /* Large devices */
}

@media (max-width: 1199px) {
  .img-box6 {
    margin-bottom: 50px;
  }
}

.img-box6 .img1 {
  position: relative;
  overflow: hidden;
  /* Medium Large devices */
}

@media (max-width: 1299px) {
  .img-box6 .img1 {
    max-width: 280px;
  }
}

@media (max-width: 480px) {
  .img-box6 .img1 {
    max-width: 100%;
  }
}

.img-box6 .img1 img {
  border-radius: 100px 0px;
}

.img-box6 .img2 {
  position: absolute;
  top: 0;
  right: 0px;
  min-width: 328px;
  overflow: hidden;
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
  /* Small devices */
}

@media (max-width: 1399px) {
  .img-box6 .img2 {
    max-width: 280px;
  }
}

@media (max-width: 1299px) {
  .img-box6 .img2 {
    min-width: 220px;
    right: 13%;
  }
}

@media (max-width: 1199px) {
  .img-box6 .img2 {
    right: 35%;
  }
}

@media (max-width: 991px) {
  .img-box6 .img2 {
    right: 15%;
  }
}

@media (max-width: 767px) {
  .img-box6 .img2 {
    min-width: 180px;
    max-width: 220px;
    right: 23%;
  }
}

@media (max-width: 480px) {
  .img-box6 .img2 {
    display: none;
  }
}

.img-box6 .img2 img {
  border-radius: 50px 0px 0px 0px;
}

.img-box6 .img3 {
  position: absolute;
  bottom: 0px;
  right: 0px;
  overflow: hidden;
  min-width: 328px;
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
  /* Small devices */
}

@media (max-width: 1399px) {
  .img-box6 .img3 {
    max-width: 280px;
  }
}

@media (max-width: 1299px) {
  .img-box6 .img3 {
    min-width: 220px;
    right: 13%;
  }
}

@media (max-width: 1199px) {
  .img-box6 .img3 {
    right: 35%;
  }
}

@media (max-width: 991px) {
  .img-box6 .img3 {
    right: 15%;
  }
}

@media (max-width: 767px) {
  .img-box6 .img3 {
    min-width: 180px;
    max-width: 220px;
    right: 23%;
  }
}

@media (max-width: 480px) {
  .img-box6 .img3 {
    display: none;
  }
}

.img-box6 .img3 img {
  border-radius: 50px 0px 0px 0px;
}

.resort-image {
  border-radius: 24px;
}

.resort-image img {
  border-radius: 24px;
}

.resort-content {
  max-width: 530px;
}

.resort-content .box-title {
  font-size: 40px;
  margin-bottom: 0;
  /* Large devices */
}

@media (max-width: 1199px) {
  .resort-content .box-title {
    font-size: 30px;
  }
}

.resort-content .resort-rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}

.resort-content .resort-rating .star-rating {
  font-size: 14px;
}

.resort-content .woocommerce-review-link {
  color: var(--black-color2);
  font-size: 16px;
  font-weight: 600;
}

.resort-content .resort-price {
  font-size: 16px;
  font-weight: 500;
  color: var(--body-color);
}

.resort-content .resort-price .currency {
  font-size: 24px;
  font-weight: 500;
  color: var(--theme-color);
}

.resort-content .resort-text {
  font-size: 18px;
}

.resort-content .resort-list ul {
  padding: 0;
}

.resort-content .resort-list ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  list-style: none;
  margin-bottom: 10px;
}

.resort-content .resort-list ul li .title {
  font-weight: 500;
  font-size: 18px;
  color: var(--black-color2);
  min-width: 82px;
}

.resort-content .th-btn {
  padding: 10px 30px;
}

/* about area 8 start ---------------------*/
.img-box7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 28px;
  /* Medium devices */
}

@media (max-width: 991px) {
  .img-box7 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.img-box7 .img1,
.img-box7 .img2 {
  border-radius: 200px;
  overflow: hidden;
  /* Medium devices */
}

@media (max-width: 991px) {
  .img-box7 .img1,
  .img-box7 .img2 {
    min-width: auto;
  }
}

.img-box8 .img3 {
  overflow: hidden;
  border-radius: 60px;
  margin-bottom: 60px;
  /* Large devices */
}

@media (max-width: 1199px) {
  .img-box8 .img3 {
    margin-top: 30px;
  }
}

.img-box8 .img3 img {
  border-radius: 60px;
}

.img-box8 img {
  border-radius: 200px;
}

.img-box9 {
  margin-left: -150px;
}

@media (max-width: 1699px) {
  .img-box9 {
    margin-left: -100px;
  }
}

@media (max-width: 1599px) {
  .img-box9 {
    margin-left: -60px;
  }
}

@media (max-width: 1499px) {
  .img-box9 {
    margin-left: 0px;
  }
}

.about-item2 {
  position: relative;
  z-index: 2;
  overflow: hidden;
  --space: 30px;
  /* Medium Large devices */
}

@media (max-width: 1299px) {
  .about-item2 {
    --space: 20px;
  }
}

.about-item2 .img1 img {
  width: 100%;
}

.about-item2 img {
  border-radius: 24px;
}

.about-item2 .box-content {
  position: absolute;
  left: var(--space);
  bottom: var(--space);
}

.about-item2 .box-content img {
  margin-bottom: 20px;
  display: block;
}

.about-item2 .box-content span {
  position: relative;
  font-family: var(--title-font);
  font-weight: 400;
  font-size: 46px;
  line-height: 34px;
  color: #FFFFFF;
}

.about-item2 .box-content .deg {
  font-size: 20px;
  line-height: 20px;
}

.about-item2 .box-title {
  width: 100px;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.02em;
  color: var(--white-color);
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 0;
  gap: 15px;
}

.about-item2 .box-title img {
  min-width: 60px;
  border-radius: 0;
  margin-bottom: 0;
}

.about-item2 .icon-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: rgba(255, 255, 255, 0.4);
  color: var(--white-color);
  border: none;
}

.about-item2 .icon-btn:hover {
  background-color: var(--white-color);
  color: var(--title-color);
}

.about-content-wrapper {
  background: var(--white-color);
  border-radius: 24px;
  padding: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 64px;
  /* Medium Large devices */
  /* Medium devices */
  /* Extra small devices */
}

@media (max-width: 1299px) {
  .about-content-wrapper {
    padding: 30px;
  }
}

@media (max-width: 991px) {
  .about-content-wrapper {
    display: block;
  }
}

@media (max-width: 375px) {
  .about-content-wrapper {
    padding: 20px 10px;
  }
}

.about-content-wrapper .about-item:not(:last-child) {
  margin-bottom: 50px;
}

.about-item-wrap {
  min-width: 386px;
  /* Extra small devices */
}

@media (max-width: 575px) {
  .about-item-wrap {
    min-width: 100%;
  }
}

.about-image9 {
  min-width: 525px;
  height: 320px;
  /* Medium Large devices */
  /* Medium devices */
}

@media (max-width: 1699px) {
  .about-image9 {
    min-width: 425px;
  }
}

@media (max-width: 1499px) {
  .about-image9 {
    min-width: 380px;
    height: 100%;
  }
}

@media (max-width: 1299px) {
  .about-image9 {
    min-width: 300px;
  }
}

@media (max-width: 991px) {
  .about-image9 {
    margin-top: 30px;
    min-width: 100%;
  }
}

.about-image9 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 5px solid #FFFFFF;
  border-radius: 24px;
}

.about-image9 .cilent-box {
  max-width: 250px;
  margin-top: 40px;
}

.about-image9 .cilent-box .review {
  font-weight: 600;
  font-size: 40px;
  line-height: 56px;
  color: #113D48;
}

.about-image9 .cilent-box .review i {
  color: #F8BC22;
  font-size: 30px;
  margin-right: 5px;
}

.about-image9 .cilent-box .cilent-box_counter {
  font-family: var(--title-font);
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #113D48;
  margin-bottom: 0;
}

.about-client-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 70px;
  /* Extra small devices */
}

@media (max-width: 375px) {
  .about-client-box {
    display: block;
  }
}

.client-thumb-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /* Extra small devices */
}

@media (max-width: 375px) {
  .client-thumb-group {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
  }
}

.client-thumb-group .thumb {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}

.client-thumb-group .thumb:not(:first-child) {
  margin-left: -20px;
}

.client-thumb-group .thumb img {
  border-radius: 50%;
  height: 60px;
}

.client-thumb-group .thumb.icon {
  background: var(--theme-color);
  font-size: 16px;
  color: var(--white-color);
  border: 1px solid var(--white-color);
  height: 60px;
  width: 60px;
  line-height: 60px;
  border-radius: 50%;
  text-align: center;
  margin-left: -12px;
}

.choose-wrapp {
  display: grid;
  grid-template-columns: auto auto;
  gap: 24px;
}

.choose-wrapp .img1 {
  overflow: hidden;
  border-radius: 24px;
  /* Medium devices */
}

@media (max-width: 991px) {
  .choose-wrapp .img1 {
    margin-bottom: 0;
  }
}

.choose-wrapp .img1 img {
  width: 100%;
  border-radius: 24px;
}

.newsletter-area .th-container {
  --main-container: 1648px;
}

.newsletter-sec {
  border-radius: 60px;
  padding: 0px 0 0 120px;
  overflow: hidden;
  /* Medium Large devices */
  /* Large devices */
  /* Extra small devices */
}

@media (max-width: 1399px) {
  .newsletter-sec {
    padding: 0 0 0 40px;
  }
}

@media (max-width: 1199px) {
  .newsletter-sec {
    padding: 80px 40px 0px 40px;
    text-align: center;
  }
}

@media (max-width: 575px) {
  .newsletter-sec {
    padding: 80px 20px 0px 20px;
  }
}

.newsletter-text {
  max-width: 484px;
  margin-bottom: 25px;
  /* Large devices */
}

@media (max-width: 1199px) {
  .newsletter-text {
    max-width: 100%;
    display: block;
    margin: auto auto 25px auto;
  }
}

.newsletter-form.style4 {
  max-width: 490px;
  margin: 0;
  display: block;
  position: relative;
  /* Large devices */
}

@media (max-width: 1199px) {
  .newsletter-form.style4 {
    max-width: 100%;
  }
}

.newsletter-form.style4 input {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 30px;
}

.newsletter-form.style4 input::-moz-placeholder {
  color: var(--white-color);
}

.newsletter-form.style4 input::-webkit-input-placeholder {
  color: var(--white-color);
}

.newsletter-form.style4 input:-ms-input-placeholder {
  color: var(--white-color);
}

.newsletter-form.style4 input::-ms-input-placeholder {
  color: var(--white-color);
}

.newsletter-form.style4 input::placeholder {
  color: var(--white-color);
}

.newsletter-form.style4 .th-btn {
  position: absolute;
  top: 7px;
  right: 7px;
  min-width: 126px;
  padding: 12px 25px;
  /* Extra small devices */
}

@media (max-width: 480px) {
  .newsletter-form.style4 .th-btn {
    margin-top: 0;
  }
}

@media (max-width: 375px) {
  .newsletter-form.style4 .th-btn {
    position: relative;
    min-width: 100%;
    right: 0;
  }
}

.newsletter-form.style4 .th-btn:before {
  background-color: var(--white-color);
}

.newsletter-form.style4 .th-btn:hover {
  color: var(--title-color);
}

.newsletter-image {
  margin-left: -50px;
  margin-top: 30px;
  overflow: hidden;
  /* Extra small devices */
}

@media (max-width: 575px) {
  .newsletter-image {
    margin-left: 0;
  }
}

.newsletter-image img {
  min-width: 493px;
  /* Extra small devices */
}

@media (max-width: 575px) {
  .newsletter-image img {
    min-width: 100%;
  }
}

.img-box11 .img1 img {
  border-radius: 24px;
}

/* img-box10 start ----------------*/
.img-box12 {
  position: relative;
  z-index: 2;
}

.img-box12 .img1 {
  max-width: 317px;
  border-radius: 100px;
}

.img-box12 .img1 img {
  width: auto;
  border-radius: 100px;
}

.img-box12 .img2 {
  position: absolute;
  bottom: 0;
  left: 40%;
  max-width: 232px;
  border-radius: 85px;
  overflow: hidden;
  background-color: var(--white-color);
  z-index: 2;
  /* Small devices */
}

@media (max-width: 767px) {
  .img-box12 .img2 {
    position: relative;
    left: 0;
  }
}

.img-box12 .img2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 85px;
  padding: 8px;
}

.img-box12 .img3 {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 208px;
  border-radius: 85px;
  /* Extra small devices */
}

@media (max-width: 575px) {
  .img-box12 .img3 {
    position: relative;
  }
}

.img-box12 .img3 img {
  border-radius: 85px;
}

.about-wrapp {
  position: absolute;
  right: 0;
  bottom: -40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.about-wrapp .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 130px;
  height: 130px;
  line-height: 130px;
  text-align: center;
  background: #113D48;
  border: 1px solid #E9F1EC;
  border-radius: 50%;
}

.discount-tag {
  position: relative;
  display: inline-block;
  min-height: 190px;
  min-width: 190px;
  border-radius: 50%;
  z-index: 1;
  font-size: 16px;
  font-family: var(--title-font);
  font-weight: 600;
  color: var(--title-color);
  text-align: center;
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
  animation: spin 10s infinite alternate-reverse;
}

.discount-tag span {
  --rotate-letter: 13deg;
  min-height: 90px;
  position: absolute;
  min-width: 90px;
  left: 25px;
  top: 0px;
  text-transform: uppercase;
  -webkit-transform-origin: bottom center;
      -ms-transform-origin: bottom center;
          transform-origin: bottom center;
  -webkit-transform: rotate(var(--rotate-letter));
      -ms-transform: rotate(var(--rotate-letter));
          transform: rotate(var(--rotate-letter));
}

.discount-tag span.char2 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 2));
      -ms-transform: rotate(calc(var(--rotate-letter) * 2));
          transform: rotate(calc(var(--rotate-letter) * 2));
}

.discount-tag span.char3 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 3));
      -ms-transform: rotate(calc(var(--rotate-letter) * 3));
          transform: rotate(calc(var(--rotate-letter) * 3));
}

.discount-tag span.char4 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 4));
      -ms-transform: rotate(calc(var(--rotate-letter) * 4));
          transform: rotate(calc(var(--rotate-letter) * 4));
}

.discount-tag span.char5 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 5));
      -ms-transform: rotate(calc(var(--rotate-letter) * 5));
          transform: rotate(calc(var(--rotate-letter) * 5));
}

.discount-tag span.char6 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 6));
      -ms-transform: rotate(calc(var(--rotate-letter) * 6));
          transform: rotate(calc(var(--rotate-letter) * 6));
}

.discount-tag span.char7 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 7));
      -ms-transform: rotate(calc(var(--rotate-letter) * 7));
          transform: rotate(calc(var(--rotate-letter) * 7));
}

.discount-tag span.char8 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 8));
      -ms-transform: rotate(calc(var(--rotate-letter) * 8));
          transform: rotate(calc(var(--rotate-letter) * 8));
}

.discount-tag span.char9 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 9));
      -ms-transform: rotate(calc(var(--rotate-letter) * 9));
          transform: rotate(calc(var(--rotate-letter) * 9));
}

.discount-tag span.char10 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 10));
      -ms-transform: rotate(calc(var(--rotate-letter) * 10));
          transform: rotate(calc(var(--rotate-letter) * 10));
}

.discount-tag span.char11 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 11));
      -ms-transform: rotate(calc(var(--rotate-letter) * 11));
          transform: rotate(calc(var(--rotate-letter) * 11));
}

.discount-tag span.char12 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 12));
      -ms-transform: rotate(calc(var(--rotate-letter) * 12));
          transform: rotate(calc(var(--rotate-letter) * 12));
}

.discount-tag span.char13 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 13));
      -ms-transform: rotate(calc(var(--rotate-letter) * 13));
          transform: rotate(calc(var(--rotate-letter) * 13));
}

.discount-tag span.char14 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 14));
      -ms-transform: rotate(calc(var(--rotate-letter) * 14));
          transform: rotate(calc(var(--rotate-letter) * 14));
}

.discount-tag span.char15 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 15));
      -ms-transform: rotate(calc(var(--rotate-letter) * 15));
          transform: rotate(calc(var(--rotate-letter) * 15));
}

.discount-tag span.char16 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 16));
      -ms-transform: rotate(calc(var(--rotate-letter) * 16));
          transform: rotate(calc(var(--rotate-letter) * 16));
}

.discount-tag span.char17 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 17));
      -ms-transform: rotate(calc(var(--rotate-letter) * 17));
          transform: rotate(calc(var(--rotate-letter) * 17));
}

.discount-tag span.char18 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 18));
      -ms-transform: rotate(calc(var(--rotate-letter) * 18));
          transform: rotate(calc(var(--rotate-letter) * 18));
}

.discount-tag span.char19 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 19));
      -ms-transform: rotate(calc(var(--rotate-letter) * 19));
          transform: rotate(calc(var(--rotate-letter) * 19));
}

.discount-tag span.char20 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 20));
      -ms-transform: rotate(calc(var(--rotate-letter) * 20));
          transform: rotate(calc(var(--rotate-letter) * 20));
}

.discount-tag span.char21 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 21));
      -ms-transform: rotate(calc(var(--rotate-letter) * 21));
          transform: rotate(calc(var(--rotate-letter) * 21));
}

.discount-tag span.char22 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 22));
      -ms-transform: rotate(calc(var(--rotate-letter) * 22));
          transform: rotate(calc(var(--rotate-letter) * 22));
}

.discount-tag span.char23 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 23));
      -ms-transform: rotate(calc(var(--rotate-letter) * 23));
          transform: rotate(calc(var(--rotate-letter) * 23));
}

.discount-tag span.char24 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 24));
      -ms-transform: rotate(calc(var(--rotate-letter) * 24));
          transform: rotate(calc(var(--rotate-letter) * 24));
}

.discount-tag span.char25 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 25));
      -ms-transform: rotate(calc(var(--rotate-letter) * 25));
          transform: rotate(calc(var(--rotate-letter) * 25));
}

.discount-tag span.char26 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 26));
      -ms-transform: rotate(calc(var(--rotate-letter) * 26));
          transform: rotate(calc(var(--rotate-letter) * 26));
}

.discount-tag span.char27 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 27));
      -ms-transform: rotate(calc(var(--rotate-letter) * 27));
          transform: rotate(calc(var(--rotate-letter) * 27));
}

.discount-tag span.char28 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 28));
      -ms-transform: rotate(calc(var(--rotate-letter) * 28));
          transform: rotate(calc(var(--rotate-letter) * 28));
}

.discount-tag span.char29 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 29));
      -ms-transform: rotate(calc(var(--rotate-letter) * 29));
          transform: rotate(calc(var(--rotate-letter) * 29));
}

.discount-tag span.char30 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 30));
      -ms-transform: rotate(calc(var(--rotate-letter) * 30));
          transform: rotate(calc(var(--rotate-letter) * 30));
}

.discount-tag span.char31 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 31));
      -ms-transform: rotate(calc(var(--rotate-letter) * 31));
          transform: rotate(calc(var(--rotate-letter) * 31));
}

.discount-tag span.char32 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 32));
      -ms-transform: rotate(calc(var(--rotate-letter) * 32));
          transform: rotate(calc(var(--rotate-letter) * 32));
}

.discount-tag span.char33 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 33));
      -ms-transform: rotate(calc(var(--rotate-letter) * 33));
          transform: rotate(calc(var(--rotate-letter) * 33));
}

.discount-tag span.char34 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 34));
      -ms-transform: rotate(calc(var(--rotate-letter) * 34));
          transform: rotate(calc(var(--rotate-letter) * 34));
}

.discount-tag span.char35 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 35));
      -ms-transform: rotate(calc(var(--rotate-letter) * 35));
          transform: rotate(calc(var(--rotate-letter) * 35));
}

.discount-tag span.char36 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 36));
      -ms-transform: rotate(calc(var(--rotate-letter) * 36));
          transform: rotate(calc(var(--rotate-letter) * 36));
}

.discount-tag span.char37 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 37));
      -ms-transform: rotate(calc(var(--rotate-letter) * 37));
          transform: rotate(calc(var(--rotate-letter) * 37));
}

.discount-tag span.char38 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 38));
      -ms-transform: rotate(calc(var(--rotate-letter) * 38));
          transform: rotate(calc(var(--rotate-letter) * 38));
}

.discount-tag span.char39 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 39));
      -ms-transform: rotate(calc(var(--rotate-letter) * 39));
          transform: rotate(calc(var(--rotate-letter) * 39));
}

.discount-tag span.char40 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 40));
      -ms-transform: rotate(calc(var(--rotate-letter) * 40));
          transform: rotate(calc(var(--rotate-letter) * 40));
}

.discount-tag span.char41 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 41));
      -ms-transform: rotate(calc(var(--rotate-letter) * 41));
          transform: rotate(calc(var(--rotate-letter) * 41));
}

.discount-tag span.char42 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 42));
      -ms-transform: rotate(calc(var(--rotate-letter) * 42));
          transform: rotate(calc(var(--rotate-letter) * 42));
}

.discount-tag span.char43 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 43));
      -ms-transform: rotate(calc(var(--rotate-letter) * 43));
          transform: rotate(calc(var(--rotate-letter) * 43));
}

.discount-tag span.char44 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 44));
      -ms-transform: rotate(calc(var(--rotate-letter) * 44));
          transform: rotate(calc(var(--rotate-letter) * 44));
}

.about-item-wrap.style2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  /* Medium Large devices */
}

@media (max-width: 1299px) {
  .about-item-wrap.style2 {
    display: block;
  }
}

/* about-area10 start ----------------------*/
.about-area10 {
  background-color: #E9F6F9;
}

.about-area10 .shadow-title {
  font-weight: 700;
  font-size: 180px;
  line-height: 150px;
  text-transform: capitalize;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.6) 67.5%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 67.5%, rgba(255, 255, 255, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  position: absolute;
  top: 120px;
  left: 75px;
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
  /* Small devices */
}

@media (max-width: 1299px) {
  .about-area10 .shadow-title {
    font-size: 150px;
  }
}

@media (max-width: 1199px) {
  .about-area10 .shadow-title {
    font-size: 130px;
  }
}

@media (max-width: 991px) {
  .about-area10 .shadow-title {
    font-size: 120px;
  }
}

@media (max-width: 767px) {
  .about-area10 .shadow-title .shadow-title {
    font-size: 80px;
  }
}

.img-box13 {
  min-width: 688px;
  /* Medium Large devices */
}

@media (max-width: 1299px) {
  .img-box13 {
    min-width: 100%;
  }
}

.img-box13 .img1 {
  margin-left: -300px;
  margin-right: 0px;
  height: 700px;
  /* Extra large devices */
  /* Medium Large devices */
  /* Large devices */
  /* Small devices */
}

@media (max-width: 1500px) {
  .img-box13 .img1 {
    margin-left: -160px;
  }
}

@media (max-width: 1299px) {
  .img-box13 .img1 {
    margin-left: -80px;
    margin-right: -30px;
    height: 100%;
  }
}

@media (max-width: 1199px) {
  .img-box13 .img1 {
    margin: 0;
    height: 640px;
  }
}

@media (max-width: 767px) {
  .img-box13 .img1 {
    height: 100%;
  }
}

.img-box13 .img1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-item-wrap.style3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  /* Medium Large devices */
}

@media (max-width: 1299px) {
  .about-item-wrap.style3 {
    display: block;
  }
}

.about-item.style3 .about-item_img {
  background-color: var(--white-color);
}

/* about-area10 end ----------------------*/
/* about-card2 start */
.about-card2 {
  border: 1px solid #BBCFD3;
  border-radius: 20px;
  padding: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.about-card2:not(:last-child) {
  margin-bottom: 24px;
}

.about-card2:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 200px;
  height: 200px;
  background-image: url("../img/shape/about-shape.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: bottom right;
  z-index: -1;
  -webkit-transform: all 0.4s ease;
      -ms-transform: all 0.4s ease;
          transform: all 0.4s ease;
  opacity: 0;
}

.about-card2 .box-title {
  margin-bottom: 5px;
}

.about-card2 .box-text {
  color: var(--body-color);
  max-width: 340px;
  margin-bottom: 10px;
}

.about-card2 .line-btn {
  text-transform: capitalize;
  color: var(--title-color);
}

.about-card2 .line-btn:before {
  background-color: var(--title-color);
}

.about-card2 .box-img {
  position: relative;
  z-index: 2;
}

.about-card2 .box-img:before {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  background: #113D48;
  opacity: 0.1;
}

.about-card2 .box-img img {
  -webkit-filter: brightness(9) invert(1);
          filter: brightness(9) invert(1);
}

.about-card2:hover {
  background-color: var(--title-color);
  border-color: var(--title-color);
}

.about-card2:hover:before {
  opacity: 1;
}

.about-card2:hover .box-title {
  color: var(--white-color);
}

.about-card2:hover .box-text {
  color: #E1E4E5;
}

.about-card2:hover .line-btn {
  color: var(--theme-color);
}

.about-card2:hover .line-btn:before {
  background-color: var(--theme-color);
}

.about-card2:hover .box-img:before {
  background: #1CA8CB;
  opacity: 0.3;
}

.about-card2:hover .box-img img {
  -webkit-filter: none;
          filter: none;
}

.img-box14 {
  position: relative;
  z-index: 2;
}

.img-box14 .about-img-wrapp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 24px;
  /* Large devices */
}

@media (max-width: 1199px) {
  .img-box14 .about-img-wrapp {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.img-box14 .img1,
.img-box14 .img2 {
  position: relative;
  overflow: hidden;
}

.img-box14 .img1 img,
.img-box14 .img2 img {
  border-radius: 200px;
}

.about-wrapp.style2 {
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: unset;
  right: unset;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #E9F6F9;
  border-radius: 50%;
  width: 190px;
  height: 190px;
}

.about-wrapp.style2 .icon {
  background-color: transparent;
  border: 1px solid var(--title-color);
}

.about-wrapp.style2 .discount-tag span {
  text-transform: lowercase;
  --rotate-letter: 9deg;
}

.img-box15 .img1 {
  border-radius: 30px;
}

.img-box15 .img1 img {
  border-radius: 30px;
}

.about13-wrapp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

.about13-wrapp .about13-img {
  min-width: 220px;
  /* Medium Large devices */
}

@media (max-width: 1299px) {
  .about13-wrapp .about13-img {
    display: none;
  }
}

.sec-text2 {
  border-bottom: 1px solid #E1E4E5;
  padding-bottom: 30px;
  margin-bottom: 40px;
}

.img-box14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: -150px;
  /* Medium devices */
}

@media (max-width: 991px) {
  .img-box14 {
    margin: 0;
  }
}

.img-box14 img {
  border: 10px solid var(--white-color);
  border-radius: 300px;
}

.img-box14 .img1,
.img-box14 .img3 {
  position: relative;
  z-index: 1;
}

.img-box14 .img2 {
  position: relative;
  z-index: 2;
  margin: 0 -40px;
}

.img-box16 .img1 {
  min-width: 708px;
  margin-left: -50px;
  /* Medium Large devices */
}

@media (max-width: 1299px) {
  .img-box16 .img1 {
    min-width: 100%;
    margin-left: 0;
  }
}

.img-box17 {
  position: relative;
  margin-left: 100px;
  margin-right: -25%;
}

@media (max-width: 1799px) {
  .img-box17 {
    margin: 0 0 0 50px;
  }
}

.img-box17 .about-wrapp {
  position: absolute;
  right: unset;
  left: -10%;
  bottom: 15%;
}

.img-box17-wrapp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}

.img-box17-wrapp .img2,
.img-box17-wrapp .img3 {
  border-radius: 24px;
  overflow: hidden;
}

.img-box17-wrapp .img2 img,
.img-box17-wrapp .img3 img {
  border-radius: 24px;
}

.img-box17-wrapp .img2 {
  margin-bottom: 32px;
}

.about-client-box.style2 {
  margin: 30px 0 0 0;
}

.about-client-box.style2 .client-thumb-group .thumb img {
  height: 40px;
}

.about-client-box.style2 .client-thumb-group .thumb.icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
}

.about-area15 {
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto;
  margin: 120px 0;
  /* Medium Large devices */
  /* Medium devices */
}

@media (max-width: 1299px) {
  .about-area15 {
    background-position: center center;
    background-size: cover;
  }
}

@media (max-width: 991px) {
  .about-area15 {
    margin: 80px 0;
  }
}

.about-area15 .shadow-title2 {
  position: absolute;
  top: 50%;
  right: -17%;
  width: auto;
  font-weight: 700;
  font-size: 250px;
  text-transform: capitalize;
  background: transparent;
  color: rgba(17, 61, 72, 0.1);
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

@media (max-width: 1799px) {
  .about-area15 .shadow-title2 {
    display: none;
  }
}

/*------------------- 4.00. Team  -------------------*/
/* Team global ---------------------------------- */
.th-team {
  position: relative;
}

.th-team .team-img {
  position: relative;
  overflow: hidden;
}

.th-team .team-img img {
  width: 100%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.th-team .team-desig {
  font-size: 16px;
  font-weight: 400;
  display: block;
  margin-bottom: -0.45em;
  color: var(--black-color2);
}

.th-team .th-social {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.th-team .th-social a {
  --icon-size: 32px;
  background-color: transparent;
  border: 1px solid var(--theme-color);
  color: var(--theme-color);
  font-size: 14px;
}

.th-team .th-social a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.th-team .box-title {
  margin-bottom: 0;
}

/* Team box start ---------------------*/
.teamSlider1 .swiper-pagination-bullets .swiper-pagination-bullet {
  border: 1px solid var(--title-color);
}

.teamSlider1 .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: var(--theme-color);
}

.teamSlider4 .slider-arrow {
  left: var(--pos-x, -60px);
}

.teamSlider4 .slider-arrow.slider-next {
  right: var(--pos-x, -60px);
  left: auto;
}

.team-box {
  position: relative;
  text-align: center;
  overflow: hidden;
  z-index: 2;
  --space: 56px;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.team-box.style2 {
  border: 1px solid var(--theme-color);
  border-radius: 16px;
  padding-top: 16px;
}

.team-box .team-img {
  max-width: calc(100% - var(--space)* 2);
  margin: 0 auto;
  border: 3px solid var(--white-color);
  overflow: hidden;
  position: relative;
  border-radius: 50%;
  z-index: 3;
}

.team-box .team-img img {
  width: 100%;
  border-radius: 50%;
  -webkit-transition: all 1.3s ease 0s;
  transition: all 1.3s ease 0s;
}

.team-box .team-content {
  position: relative;
  padding: 130px 16px 16px 16px;
  margin-top: -100px;
  background-color: var(--white-color);
  border-radius: 16px;
  z-index: 2;
}

.team-box .media-body {
  position: relative;
  border-radius: 16px;
  background-color: #E9F6F9;
  padding: 24px 28px;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  z-index: 2;
  overflow: hidden;
}

.team-box .media-body:before {
  content: "";
  position: absolute;
  inset: 0;
  height: 0;
  background-color: var(--theme-color);
  z-index: -1;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.team-box .box-title {
  color: var(--black-color2);
}

.team-box .box-title a {
  color: var(--black-color2);
}

.team-box .team-desig {
  margin-bottom: 12px;
}

.team-box:hover .team-img img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.team-box:hover .media-body:before {
  bottom: 100%;
  height: 100%;
}

.team-box:hover .box-title {
  color: var(--white-color);
}

.team-box:hover .box-title a {
  color: var(--white-color);
}

.team-box:hover .team-desig {
  color: var(--white-color);
}

.team-box:hover .th-social a {
  border: 1px solid var(--white-color);
  color: var(--white-color);
}

/* Team box end ---------------------*/
/* Team grid start -------------------------*/
.team-grid {
  position: relative;
  background-color: var(--smoke-color);
  text-align: center;
  border-radius: 16px;
  --space: 72px;
}

.team-grid.style2 {
  --space: 56px;
  margin: 16px;
  height: 528px;
  border-radius: 12px;
  /* Medium Large devices */
}

@media (max-width: 1399px) {
  .team-grid.style2 {
    margin: 0;
  }
}

.team-grid.style2 .team-img {
  position: relative;
  border-radius: 12px;
  z-index: 2;
  height: 528px;
}

.team-grid.style2 .team-img:before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--title-color);
  opacity: 0.8;
  z-index: 1;
}

.team-grid.style2 .team-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.team-grid.style2 .team-img2 {
  margin-top: 0;
  position: absolute;
  top: 50px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}

.team-grid.style2 .team-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0;
  border-radius: 12px;
}

.team-grid.style2 .media-body {
  border-radius: 12px;
}

.team-grid .team-img {
  border-radius: 16px 16px 0 0;
}

.team-grid .team-img img {
  -webkit-transition: all 1.3s ease 0s;
  transition: all 1.3s ease 0s;
}

.team-grid .team-img2 {
  width: 280px;
  height: 280px;
  margin: 0 auto;
  margin-top: -100px;
  border: 3px solid var(--white-color);
  overflow: hidden;
  position: relative;
  border-radius: 50%;
  z-index: 3;
}

.team-grid .team-img2 img {
  width: 100%;
  border-radius: 50%;
  -webkit-transition: all 1.3s ease 0s;
  transition: all 1.3s ease 0s;
}

.team-grid .team-content {
  position: relative;
  padding: 24px 16px 16px 16px;
  border-radius: 16px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  z-index: 2;
}

.team-grid .media-body {
  position: relative;
  border-radius: 16px;
  background-color: #fff;
  padding: 24px 28px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  z-index: 2;
  overflow: hidden;
}

.team-grid .media-body:before {
  content: "";
  position: absolute;
  inset: 0;
  height: 0;
  background-color: var(--theme-color);
  z-index: -1;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.team-grid .box-title {
  color: var(--black-color2);
}

.team-grid .box-title a {
  color: inherit;
}

.team-grid .team-desig {
  margin-bottom: 12px;
}

.team-grid:hover .team-img img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.team-grid:hover .team-img2 img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.team-grid:hover .media-body:before {
  height: 100%;
  bottom: 100%;
}

.team-grid:hover .box-title {
  color: var(--white-color);
}

.team-grid:hover .team-desig {
  color: var(--white-color);
}

.team-grid:hover .th-social a {
  border: 1px solid var(--white-color);
  color: var(--white-color);
}

@media (min-width: 1930px) {
  .team-area3 {
    background-size: cover;
    margin-bottom: 120px;
  }
}

.team-area3 .slider-arrow {
  top: 35%;
  left: var(--pos-x, -60px);
}

.team-area3 .slider-arrow.slider-next {
  right: var(--pos-x, -60px);
  left: unset;
}

/* Team Details ---------------------------------- */
.team-details .box-title {
  font-size: 28px;
}

.team-about {
  /* Large devices */
}

@media (max-width: 1199px) {
  .team-about {
    margin-bottom: 20px;
  }
}

.team-about .th-social a:not(:hover) {
  background-color: #E4E4E4;
  color: var(--title-color);
}

.team-about.style2 {
  margin-left: 45px;
  /* Large devices */
}

@media (max-width: 1199px) {
  .team-about.style2 {
    margin: 0;
  }
}

.team-about.style2 .team-about_title {
  font-weight: 600;
  margin: 0 0 3px 0px;
}

.team-about.style2 .team-about_desig {
  border-bottom: 1px solid #E4E4E4;
  padding-bottom: 20px;
}

.team-about.style2 .team-about_text {
  line-height: 26px;
  max-width: 465px;
}

.team-about_title {
  font-size: 40px;
  margin: -0.8rem 0 20px 0px;
}

.team-about_desig {
  font-weight: 500;
  color: var(--body-color);
  margin-bottom: 23px;
}

.team-about .box-title {
  font-size: 28px;
}

.team-about .th-btn {
  padding: 19.5px 38.9px;
}

.about-card-img {
  position: relative;
  background-color: var(--white-color);
  padding: 40px;
  box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.06);
  /* Medium Large devices */
  /* Large devices */
  /* Extra small devices */
}

.about-card-img img {
  width: 100%;
}

@media (max-width: 1299px) {
  .about-card-img {
    padding: 30px;
  }
}

@media (max-width: 1199px) {
  .about-card-img {
    margin-bottom: 40px;
  }
}

@media (max-width: 375px) {
  .about-card-img {
    padding: 20px;
  }
}

@media (min-width: 1300px) {
  .about-card {
    margin-left: 50px;
  }
}

.about-card_title {
  margin-bottom: 15px;
}

.about-card_desig {
  color: var(--body-color);
  margin-bottom: 22px;
  margin-top: -0.5em;
}

.about-card_text {
  margin-bottom: 26px;
  margin-top: 32px;
}

.about-card .th-social a {
  border-radius: 10px;
}

.team-info ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.team-info ul li {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.team-info ul li:last-child {
  margin-bottom: 0;
}

.team-info ul li b {
  font-family: var(--title-font);
  width: 100%;
  max-width: 200px;
  font-weight: 600;
  font-size: 18px;
  color: var(--title-color);
  line-height: 28px;
}

.team-info ul li span,
.team-info ul li a {
  color: var(--body-color);
}

.team-info ul li a:hover {
  color: var(--theme-color);
}

/* Extra small devices */
@media (max-width: 575px) {
  .team-info ul li b {
    max-width: 140px;
  }
}

.team-contact-form {
  padding: 50px;
  background-color: var(--smoke-color);
  /* Extra small devices */
}

.team-contact-form textarea {
  height: 120px;
}

.team-contact-form .form-title {
  margin-top: -0.3em;
  margin-bottom: 25px;
}

@media (max-width: 575px) {
  .team-contact-form {
    padding: 40px 20px;
  }
}

.skill-feature {
  text-align: left;
}

.skill-feature.style2 .skill-feature_title {
  font-family: var(--title-font);
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: var(--white-color);
  margin-bottom: 10px;
}

.skill-feature.style2 .progress {
  height: 6px;
  background-color: #4D5765;
  border-radius: 3px;
}

.skill-feature.style2 .progress-bar {
  height: 6px;
  margin: 0px;
}

.skill-feature.style2 .progress-value {
  font-family: var(--title-font);
  color: var(--white-color);
}

.skill-feature:not(:last-child) {
  margin-bottom: 30px;
}

.skill-feature_title,
.skill-feature .progress-value {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 6px;
  margin-top: -0.5em;
  font-family: var(--title-font);
  color: var(--title-color);
}

.skill-feature .progress {
  position: relative;
  height: 8px;
  background-color: #E4E4E4;
  overflow: visible;
  border-radius: 4px;
}

.skill-feature .progress-bar {
  background-color: var(--theme-color);
  height: 4px;
  margin: 2px;
  border-radius: inherit;
  overflow: visible;
  position: relative;
}

.skill-feature .progress-value {
  position: absolute;
  top: -30px;
  right: -8px;
}

/* team area start ------------------*/
.teamSlider8 {
  margin: 0 -180px !important;
}

.teamSlider8 .swiper-pagination-bullets {
  max-width: 250px;
  display: block;
  margin: 40px auto auto auto;
  overflow: hidden;
}

.team-grid2 {
  position: relative;
  border-radius: 250px 250px 0px 0px;
  z-index: 2;
}

.team-grid2:before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-linear-gradient(top, rgba(17, 61, 72, 0) 0%, #113D48 100%);
  background: linear-gradient(180deg, rgba(17, 61, 72, 0) 0%, #113D48 100%);
  border-radius: 250px 250px 0px 0px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}

.team-grid2 .team-img {
  position: relative;
  border-radius: 250px 250px 0px 0px;
}

.team-grid2 .team-img img {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.team-grid2 .team-content {
  position: absolute;
  left: 50%;
  bottom: -40px;
  width: 100%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.team-grid2 .box-title {
  font-family: var(--body-font);
  font-weight: 800;
  font-size: 50px;
  line-height: 54px;
  text-align: center;
  letter-spacing: 0.02em;
  color: white;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
  text-transform: capitalize;
  margin-bottom: 30px;
  /* Small devices */
  /* Extra small devices */
}

@media (max-width: 767px) {
  .team-grid2 .box-title {
    font-size: 35px;
    line-height: 45px;
  }
}

@media (max-width: 575px) {
  .team-grid2 .box-title {
    font-size: 25px;
    line-height: 30px;
  }
}

.team-grid2 .th-social a {
  background-color: transparent;
  border: 1px solid var(--white-color);
  color: var(--white-color);
  font-size: 14px;
}

.team-grid2 .th-social a:hover {
  border-color: var(--theme-color);
}

.team-grid2:hover:before {
  opacity: 1;
  visibility: visible;
}

.team-grid2:hover .team-img img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.team-grid2:hover .team-content {
  bottom: 40px;
  visibility: visible;
  opacity: 1;
}

.team-grid3 {
  position: relative;
  border-radius: 250px 250px 0px 0px;
  z-index: 2;
}

.team-grid3:before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-linear-gradient(top, rgba(17, 61, 72, 0) 0%, #113D48 100%);
  background: linear-gradient(180deg, rgba(17, 61, 72, 0) 0%, #113D48 100%);
  border-radius: 30px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}

.team-grid3 .team-img {
  position: relative;
  border-radius: 30px;
  margin-bottom: 30px;
}

.team-grid3 .team-img img {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.team-grid3 .team-content {
  text-align: center;
  z-index: 3;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  overflow: hidden;
}

.team-grid3 .box-title {
  font-family: var(--body-font);
  font-weight: 800;
  font-size: 50px;
  line-height: 54px;
  text-align: center;
  letter-spacing: 0.02em;
  color: white;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
  text-transform: capitalize;
  margin-bottom: 30px;
  /* Small devices */
  /* Extra small devices */
}

@media (max-width: 767px) {
  .team-grid3 .box-title {
    font-size: 35px;
    line-height: 45px;
  }
}

@media (max-width: 575px) {
  .team-grid3 .box-title {
    font-size: 25px;
    line-height: 30px;
  }
}

.team-grid3 .th-social a {
  background-color: transparent;
  border: 1px solid var(--white-color);
  color: var(--white-color);
  font-size: 14px;
}

.team-grid3 .th-social a:hover {
  border-color: var(--theme-color);
}

.team-grid3:hover .team-img img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

/* team-area6 start --------------------*/
.team-area6 {
  margin: 0 60px;
  border-radius: 50px;
  /* Extra large devices */
}

@media (max-width: 1500px) {
  .team-area6 {
    margin: 0;
    border-radius: 0;
  }
}

/* team-box2 */
.team-box2 {
  text-align: center;
}

.team-box2 .team-img {
  border-radius: 200px;
  border: 1px solid var(--title-color);
  margin-bottom: 25px;
}

.team-box2 .team-img img {
  -webkit-transition: all 1.3s ease 0s;
  transition: all 1.3s ease 0s;
}

.team-box2 .box-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 13px;
}

.team-box2 .th-social a {
  border: 1px solid var(--title-color);
  color: var(--title-color);
  font-size: 14px;
}

.team-box2 .th-social a:hover {
  background-color: var(--title-color);
}

.team-box2:hover .team-img img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.team-box2.style2 .team-img {
  width: 312px;
  border: none;
  display: block;
  margin: auto auto 30px auto;
  border-radius: 200px;
  /* Medium Large devices */
  /* Medium Large devices */
}

@media (max-width: 1399px) {
  .team-box2.style2 .team-img {
    width: 290px;
  }
}

@media (max-width: 1299px) {
  .team-box2.style2 .team-img {
    width: 250px;
  }
}

.team-box2.style2 .team-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 200px;
}

.teamSlider10 .swiper-slide.swiper-slide-active .team-grid3 .team-content {
  opacity: 1;
  visibility: visible;
}

.team-box3 {
  text-align: center;
}

.team-box3 .team-img {
  border-radius: 30px;
  margin-bottom: 25px;
}

.team-box3 .team-img img {
  -webkit-transition: all 1.3s ease 0s;
  transition: all 1.3s ease 0s;
}

.team-box3 .box-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 13px;
}

.team-box3 .th-social a {
  border: 1px solid var(--title-color);
  color: var(--title-color);
  font-size: 14px;
}

.team-box3 .th-social a:hover {
  background-color: var(--title-color);
}

.team-box3:hover .team-img img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.teamSlider11 .swiper-slide:nth-child(2) .team-box3 {
  margin-top: 60px;
}

.teamSlider11 .swiper-slide:nth-child(4) .team-box3 {
  margin-top: 60px;
}

.teamSlider11 .swiper-slide:nth-child(6) .team-box3 {
  margin-top: 60px;
}

.teamSlider11 .swiper-slide:nth-child(8) .team-box3 {
  margin-top: 60px;
}

/*------------------- 4.00. Testimonial  -------------------*/
/* Team card start ----------------------------*/
.testiSlider1 {
  overflow: visible;
  margin: 0 -185px !important;
  /* Medium Large devices */
  /* Medium devices */
  /* Small devices */
}

@media (max-width: 1399px) {
  .testiSlider1 {
    margin: 0 -80px !important;
  }
}

@media (max-width: 991px) {
  .testiSlider1 {
    margin-top: 0 !important;
  }
}

@media (max-width: 767px) {
  .testiSlider1 {
    margin: 0 !important;
  }
}

.testiSlider1 .swiper-slide {
  margin-top: 98px !important;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  /* Medium devices */
}

@media (max-width: 991px) {
  .testiSlider1 .swiper-slide {
    margin-top: 58px !important;
  }
}

.testiSlider1 .swiper-slide.swiper-slide-active {
  margin-top: 0 !important;
  margin-bottom: 80px !important;
  /* Medium devices */
  /* Small devices */
}

@media (max-width: 991px) {
  .testiSlider1 .swiper-slide.swiper-slide-active {
    margin-bottom: 40px !important;
  }
}

@media (max-width: 767px) {
  .testiSlider1 .swiper-slide.swiper-slide-active {
    width: 100% !important;
  }
}

.testiSlider1 .swiper-slide.swiper-slide-active .testi-card-quote {
  background-color: var(--theme-color);
}

.testiSlider1 .swiper-slide.swiper-slide-active .testi-card-quote img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.testiSlider1 .swiper-wrapper {
  visibility: visible;
}

.testiSlider6 {
  overflow: visible;
  margin: 0 -185px !important;
  /* Medium Large devices */
  /* Medium devices */
  /* Small devices */
}

@media (max-width: 1399px) {
  .testiSlider6 {
    margin: 0 -80px !important;
  }
}

@media (max-width: 991px) {
  .testiSlider6 {
    margin-top: 0 !important;
  }
}

@media (max-width: 767px) {
  .testiSlider6 {
    margin: 0 !important;
  }
}

.testiSlider6 .swiper-slide {
  margin-top: 40px !important;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  /* Medium devices */
}

@media (max-width: 991px) {
  .testiSlider6 .swiper-slide {
    margin-top: 58px !important;
  }
}

.testiSlider6 .swiper-slide.swiper-slide-active {
  margin-top: 0 !important;
  margin-bottom: 30px !important;
  /* Medium devices */
  /* Small devices */
}

@media (max-width: 991px) {
  .testiSlider6 .swiper-slide.swiper-slide-active {
    margin-bottom: 0px !important;
  }
}

@media (max-width: 767px) {
  .testiSlider6 .swiper-slide.swiper-slide-active {
    width: 100% !important;
  }
}

.testiSlider6 .swiper-slide.swiper-slide-active .testi-card-quote {
  background-color: var(--theme-color);
}

.testiSlider6 .swiper-slide.swiper-slide-active .testi-card-quote img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.testiSlider6 .swiper-slide.swiper-slide-active .testi-card_text {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.testiSlider6 .swiper-wrapper {
  visibility: visible;
}

.testi-card {
  position: relative;
  padding: 40px 40px 64px;
  background: #E9F6F9;
  border-radius: 24px;
  margin: 10px 10px;
  /* Medium devices */
  /* Extra small devices */
}

.testi-card.style2 .testi-card_profile {
  width: 316px;
  height: 153px;
  background-color: var(--theme-color);
  margin: -40px 0 -50px -60px;
  padding: 10px 30px 50px 30px;
}

@media (max-width: 480px) {
  .testi-card.style2 .testi-card_profile {
    margin: -24px 0 -50px -60px;
  }
}

.testi-card.style2 .testi-card_desig {
  color: var(--white-color);
}

.testi-card.style2 .box-title {
  color: var(--white-color);
}

@media (max-width: 991px) {
  .testi-card {
    padding: 30px 30px 64px;
  }
}

@media (max-width: 575px) {
  .testi-card {
    padding: 25px 25px 64px;
  }
}

.testi-card_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

@media (max-width: 480px) {
  .testi-card_wrapper {
    display: block;
  }
}

.testi-card_wrapper:nth-child(even) .testi-card {
  margin-top: 0px;
}

.testi-card_profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}

.testi-card_avater {
  max-width: 72px;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  /* Extra small devices */
}

@media (max-width: 575px) {
  .testi-card_avater {
    min-width: 40px;
  }
}

.testi-card_avater img {
  width: 100%;
  border-radius: 50%;
  object-fit: cover;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.testi-card .box-title {
  margin-bottom: 0;
  /* Extra small devices */
}

@media (max-width: 575px) {
  .testi-card .box-title {
    font-size: 20px;
  }
}

.testi-card_review i {
  color: #FFA944;
  font-size: 14px;
  margin-right: 3px;
  /* Medium devices */
}

@media (max-width: 991px) {
  .testi-card_review i {
    font-size: 12px;
  }
}

.testi-card_text {
  color: var(--black-color2);
  font-size: 20px;
  font-weight: 500;
  max-width: 636px;
  margin-bottom: -0.3rem;
  /* Extra small devices */
}

@media (max-width: 575px) {
  .testi-card_text {
    font-size: 18px;
  }
}

.testi-card-quote {
  width: 78px;
  height: 78px;
  line-height: 70px;
  text-align: center;
  background-color: var(--white-color);
  border: 4px solid var(--white-color);
  border-radius: 50%;
  position: absolute;
  left: 48%;
  bottom: -30px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* testi-area --------------------*/
.testi-area8 {
  position: relative;
  background: #113D48;
  border-radius: 30px 0px 0px 30px;
  min-width: 1060px;
  padding: 0px 0px 0px 160px;
  z-index: 3;
  overflow: hidden;
  /* Extra large devices */
  /* Medium Large devices */
  /* Medium devices */
  /* Extra small devices */
}

@media (max-width: 1799px) {
  .testi-area8 {
    min-width: 991px;
  }
}

@media (max-width: 1699px) {
  .testi-area8 {
    min-width: 891px;
    padding: 0px 0px 0px 100px;
  }
}

@media (max-width: 1500px) {
  .testi-area8 {
    padding-left: 40px;
  }
}

@media (max-width: 1699px) {
  .testi-area8 {
    margin-left: -200px;
  }
}

@media (max-width: 1399px) {
  .testi-area8 {
    margin: 0;
    border-radius: 30px;
  }
}

@media (max-width: 991px) {
  .testi-area8 {
    min-width: 100%;
  }
}

@media (max-width: 575px) {
  .testi-area8 {
    padding-left: 20px;
  }
}

.testi-area8 .icon-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 45%;
  left: -24%;
  width: auto;
  color: #FFFFFF;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

@media (max-width: 1699px) {
  .testi-area8 .icon-box {
    left: -29%;
  }
}

.testi-area8 .icon-box .slider-arrow {
  background-color: transparent;
  border: none;
  box-shadow: none;
  font-weight: 400;
  font-size: 14px;
  color: var(--white-color);
  width: 290px;
  height: 80px;
}

.testi-area8 .icon-box .slider-arrow:not(:first-child) {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 0;
}

.testi-grid3-thumb {
  max-width: 295px;
  margin: 0;
  position: absolute !important;
  top: 80px;
  right: 80px;
  margin: 0 !important;
  /* Extra large devices */
  /* Large devices */
  /* Medium devices */
  /* Extra small devices */
}

@media (max-width: 1699px) {
  .testi-grid3-thumb {
    right: 40px;
  }
}

@media (max-width: 1500px) {
  .testi-grid3-thumb {
    right: 60px;
  }
}

@media (max-width: 1199px) {
  .testi-grid3-thumb {
    right: 40px;
  }
}

@media (max-width: 991px) {
  .testi-grid3-thumb {
    max-width: 100%;
    position: relative;
    top: 0;
    right: 0;
    padding-bottom: 80px;
  }
}

@media (max-width: 575px) {
  .testi-grid3-thumb {
    padding-bottom: 60px;
    padding-right: 20px;
  }
}

.testi-grid3-thumb .box-img img {
  border-radius: 30px;
}

.testiSlide8 {
  max-width: 550px;
  margin: 0 !important;
}

.testi-grid4 {
  padding: 80px 80px 80px 0;
  background-color: var(--title-color);
  /* Medium Large devices */
  /* Medium devices */
  /* Extra small devices */
}

@media (max-width: 1399px) {
  .testi-grid4 {
    padding: 80px 0;
  }
}

@media (max-width: 991px) {
  .testi-grid4 {
    padding: 80px 0 30px 0px;
  }
}

@media (max-width: 575px) {
  .testi-grid4 {
    padding: 60px 20px 30px 0px;
  }
}

.testi-grid4 .box-text {
  font-family: var(--title-font);
  font-weight: 600;
  font-size: 28px;
  line-height: 40px;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  max-width: 445px;
  margin-bottom: 45px;
  /* Medium Large devices */
  /* Medium devices */
  /* Extra small devices */
}

@media (max-width: 1399px) {
  .testi-grid4 .box-text {
    max-width: 100%;
  }
}

@media (max-width: 991px) {
  .testi-grid4 .box-text {
    font-size: 25px;
  }
}

@media (max-width: 375px) {
  .testi-grid4 .box-text {
    font-size: 20px;
  }
}

.testi-grid4 .box-profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  /* Extra small devices */
}

@media (max-width: 375px) {
  .testi-grid4 .box-profile {
    display: block;
  }
}

.testi-grid4 .box-avater {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  /* Extra small devices */
}

@media (max-width: 375px) {
  .testi-grid4 .box-avater {
    margin-bottom: 15px;
  }
}

.testi-grid4 .box-avater img {
  border-radius: 50%;
}

.testi-grid4 .box-title {
  color: var(--white-color);
  margin-bottom: 0;
}

.testi-grid4 .box-desig {
  font-weight: 500;
  font-size: 14px;
  color: #1CA8CB;
}

/* testi box area start -----------------------*/
.testi-review {
  position: relative;
  height: 520px;
  background-size: auto;
  z-index: 3;
  margin-top: 100px;
  /* Extra small devices */
}

@media (max-width: 375px) {
  .testi-review {
    margin-bottom: 50px;
  }
}

.testi-box {
  position: absolute;
  text-align: center;
  /* Extra small devices */
}

@media (max-width: 375px) {
  .testi-box {
    position: relative;
    left: auto;
    top: auto;
  }
}

.testi-box:after {
  content: '';
  position: absolute;
  left: 30%;
  top: -29.5%;
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  width: 19px;
  height: 14px;
  border-left: solid 12px transparent;
  border-right: solid 12px transparent;
  border-bottom: solid 12px transparent;
  border-top: solid 12px var(--theme-color);
  opacity: 0;
  /* Extra small devices */
}

@media (max-width: 375px) {
  .testi-box:after {
    display: none;
  }
}

.testi-box:first-child {
  top: 50%;
  right: 29%;
  /* Extra small devices */
}

@media (max-width: 375px) {
  .testi-box:first-child {
    right: auto;
    top: auto;
  }
}

.testi-box:nth-child(2) {
  top: 48%;
  right: 43%;
  /* Extra small devices */
}

@media (max-width: 375px) {
  .testi-box:nth-child(2) {
    right: auto;
    top: auto;
  }
}

.testi-box:nth-child(3) {
  top: 9%;
  left: 38%;
  /* Extra small devices */
}

@media (max-width: 375px) {
  .testi-box:nth-child(3) {
    left: auto;
    top: auto;
  }
}

.testi-box:nth-child(4) {
  top: 27%;
  left: 24%;
  /* Extra small devices */
}

@media (max-width: 375px) {
  .testi-box:nth-child(4) {
    left: auto;
    top: auto;
  }
}

.testi-box:nth-child(5) {
  top: 52%;
  left: 28%;
  /* Small devices */
  /* Extra small devices */
}

@media (max-width: 767px) {
  .testi-box:nth-child(5) {
    left: 10%;
  }
}

@media (max-width: 375px) {
  .testi-box:nth-child(5) {
    left: auto;
    top: auto;
  }
}

.testi-box_content {
  background-color: var(--white-color);
  border: 1px solid var(--theme-color);
  box-shadow: 0px 20px 20px rgba(204, 204, 204, 0.25);
  border-radius: 16px;
  padding: 24px 35px;
  min-width: 447px;
  margin-bottom: 10px;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: absolute;
  margin-top: -300px;
  margin-left: -165px;
  z-index: 4;
  /* Extra small devices */
  /* Extra small devices */
}

@media (max-width: 575px) {
  .testi-box_content {
    min-width: 350px;
    padding: 24px;
    margin-top: -282px;
    margin-left: -115px;
  }
}

@media (max-width: 375px) {
  .testi-box_content {
    min-width: 300px;
    margin: -270px 0 0 0;
  }
}

.testi-box_text {
  font-weight: 500;
  font-size: 18px;
  color: var(--black-color2);
  /* Extra small devices */
}

@media (max-width: 575px) {
  .testi-box_text {
    font-size: 16px;
  }
}

@media (max-width: 320px) {
  .testi-box_text {
    font-size: 14px;
  }
}

.testi-box .media-body {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
}

.testi-box_review i {
  color: #FFA944;
  margin-right: 3px;
}

.testi-box_avater {
  position: relative;
  max-width: 36px;
  display: block;
  margin: auto auto 40px auto;
}

.testi-box_avater span {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 4px;
  height: 4px;
  display: block;
  border-radius: 50%;
  background-color: var(--white-color);
  z-index: 2;
}

.testi-box_avater:after, .testi-box_avater:before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  box-sizing: content-box;
  background-color: rgba(28, 168, 203, 0.5);
  z-index: 1;
}

.testi-box_avater:after {
  background-color: var(--theme-color);
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.testi-box_avater img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid var(--theme-color);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.testi-box .box-title {
  font-weight: 600;
  margin-bottom: 0px;
}

.testi-box_desig {
  margin-bottom: 0;
}

.testi-box.item-active:after {
  opacity: 1;
}

.testi-box.item-active .media-body {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

.testi-box.item-active .testi-box_avater img {
  -webkit-transform: scale(2.5);
      -ms-transform: scale(2.5);
          transform: scale(2.5);
}

.testi-box.item-active .testi-box_avater:before, .testi-box.item-active .testi-box_avater:after {
  display: none;
}

.testi-box.item-active .testi-box_avater span {
  display: none;
}

.testi-box.item-active .testi-box_content {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

/* testi box area end -----------------------*/
/* testi grid area end -----------------------*/
.testiSlide3 {
  position: relative;
  z-index: 9;
}

.testi-grid {
  position: relative;
  text-align: center;
  max-width: 563px;
  display: block;
  margin: auto;
}

.testi-grid_author {
  max-width: 80px;
  display: block;
  margin: auto auto 30px auto;
}

.testi-grid_author img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.testi-grid .box-title {
  margin-bottom: 0;
}

.testi-grid_text {
  font-size: 18px;
  color: var(--black-color2);
  font-weight: 500;
  margin-bottom: 30px;
}

.testi-grid-thumb {
  position: relative;
  margin-top: -450px;
  height: 700px;
  /* Extra small devices */
}

@media (max-width: 990px) {
  .testi-grid-thumb {
    display: none;
  }
}

@media (max-width: 575px) {
  .testi-grid-thumb {
    margin-bottom: 50px;
  }
}

.testi-grid-thumb .swiper-wrapper {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  visibility: visible;
}

.testi-grid-thumb .swiper-slide {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  cursor: pointer;
  content: "";
  position: absolute;
  margin: 0;
  max-width: 64px;
  height: 64px;
}

.testi-grid-thumb .swiper-slide img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.testi-grid-thumb .swiper-slide:first-child {
  top: 5%;
  left: 15%;
}

.testi-grid-thumb .swiper-slide:nth-child(2) {
  top: 30%;
  left: 5%;
}

.testi-grid-thumb .swiper-slide:nth-child(3) {
  bottom: 30%;
  left: 13%;
}

.testi-grid-thumb .swiper-slide:nth-child(4) {
  top: 10%;
  right: 10%;
}

.testi-grid-thumb .swiper-slide:nth-child(5) {
  top: 40%;
  right: 5%;
}

.testi-grid-thumb .swiper-slide:nth-child(6) {
  bottom: 30%;
  right: 13%;
}

.testi-grid-thumb .swiper-slide-thumb-active .box-img img {
  object-fit: cover;
  -webkit-transform: scale(1.6);
      -ms-transform: scale(1.6);
          transform: scale(1.6);
  /* Extra small devices */
}

@media (max-width: 575px) {
  .testi-grid-thumb .swiper-slide-thumb-active .box-img img {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
  }
}

.testi-area3 {
  height: 700px;
}

/* testi grid area end -----------------------*/
/* testi grid 2 area start -----------------*/
.testi-image-wrapp {
  margin-left: -25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  /* Large devices */
}

@media (max-width: 1199px) {
  .testi-image-wrapp {
    margin: 0 0 50px 0;
  }
}

.testi-image-wrapp .testi-img {
  border-radius: 150px 0 150px 0;
}

.testi-image-wrapp .testi-img img {
  border-radius: 150px 0 150px 0;
  border: 10px solid var(--white-color);
}

.testi-image-wrapp .testi-img.style2 {
  position: relative;
  z-index: 2;
  margin-left: -45px;
}

.testi-grid2-thumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 5px !important;
}

.testi-grid2-thumb .swiper-slide-thumb-active .box-img img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  border-color: var(--theme-color);
}

.testi-grid2-thumb .icon-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}

.testi-grid2-thumb .slider-arrow {
  box-shadow: none;
  border: 1px solid var(--title-color);
  box-shadow: 0px 20px 20px rgba(204, 204, 204, 0.25);
}

.testi-grid2-thumb .slider-arrow:hover {
  border-color: var(--theme-color);
}

.testi-grid2-thumb .box-img {
  width: 72px;
  height: 72px;
}

.testi-grid2-thumb .box-img img {
  border-radius: 50%;
  cursor: pointer;
  border: 5px solid transparent;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.testi-grid2 .box-text {
  font-weight: 500;
  font-size: 20px;
  color: var(--black-color2);
  margin-bottom: 20px;
}

.testi-grid2 .box-title {
  margin-bottom: 0;
}

.testi-grid2 .box-desig {
  font-weight: 400;
  font-size: 16px;
  color: #6E7070;
  display: block;
  margin-bottom: 10px;
}

.testi-grid2 .box-review {
  margin-bottom: 35px;
}

.testi-grid2 .box-review i {
  color: #FFA944;
  font-size: 14px;
}

.testi-grid2-thumb.style2 {
  gap: 40px;
  /* Medium Large devices */
}

@media (max-width: 1399px) {
  .testi-grid2-thumb.style2 {
    display: block;
  }
}

.testi-area7 {
  background-size: auto;
  background-repeat: no-repeat;
  background-position: left center;
}

.testi-image-wrapp2 {
  position: relative;
  height: 539px;
  /* Extra small devices */
}

@media (max-width: 575px) {
  .testi-image-wrapp2 {
    display: none;
  }
}

.testi-image-wrapp2 .testi-img {
  position: absolute;
  right: 0;
  width: 449px;
  height: 539px;
  /* Large devices */
  /* Extra small devices */
}

@media (max-width: 1199px) {
  .testi-image-wrapp2 .testi-img {
    right: 10%;
  }
}

@media (max-width: 575px) {
  .testi-image-wrapp2 .testi-img {
    display: none;
  }
}

.testi-image-wrapp2 .testi-img2 {
  position: absolute;
  top: 20%;
  left: 5%;
  width: 276px;
  height: 297.67px;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background: #FFFFFF;
  -webkit-mask-image: url("../img/testimonial/testi_shape_2.png");
          mask-image: url("../img/testimonial/testi_shape_2.png");
  z-index: 2;
  /* Small devices */
}

@media (max-width: 767px) {
  .testi-image-wrapp2 .testi-img2 {
    display: none;
  }
}

.testi-image-wrapp2 .testi-shape {
  content: "";
  position: absolute;
  inset: -10px;
  top: 18%;
  left: 3.3%;
  width: 300px;
  /* Small devices */
}

@media (max-width: 767px) {
  .testi-image-wrapp2 .testi-shape {
    display: none;
  }
}

.testi-image-wrapp2 .testi-shape2 {
  content: "";
  position: absolute;
  top: -7px;
  right: -18px;
  width: 472px;
  z-index: -1;
  /* Large devices */
  /* Extra small devices */
}

@media (max-width: 1199px) {
  .testi-image-wrapp2 .testi-shape2 {
    right: 8%;
  }
}

@media (max-width: 575px) {
  .testi-image-wrapp2 .testi-shape2 {
    display: none;
  }
}

/* testi 9 ----------------------------------*/
.testiSlider9 {
  margin-top: 60px;
}

.testiSlider9 .swiper-slide {
  border-radius: 30px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.testiSlider9 .swiper-slide .box-img {
  -webkit-transform: scale(0.75) translateX(0);
      -ms-transform: scale(0.75) translateX(0);
          transform: scale(0.75) translateX(0);
}

.testiSlider9 .swiper-slide .box-img img {
  opacity: 35%;
}

.testiSlider9 .swiper-slide.swiper-slide-active .box-img {
  border-radius: 30px;
  -webkit-transform: scalex(1.3) translateX(0);
      -ms-transform: scalex(1.3) translateX(0);
          transform: scalex(1.3) translateX(0);
  /* Medium devices */
}

@media (max-width: 991px) {
  .testiSlider9 .swiper-slide.swiper-slide-active .box-img {
    -webkit-transform: scalex(1) translateX(0);
        -ms-transform: scalex(1) translateX(0);
            transform: scalex(1) translateX(0);
  }
}

.testiSlider9 .swiper-slide.swiper-slide-active .box-img img {
  opacity: 100%;
}

.testiSlider9 .swiper-slide.swiper-slide-active .box-content {
  opacity: 1;
  visibility: visible;
}

.testiSlider9 .swiper-wrapper {
  visibility: visible;
}

.testi-card3 {
  position: relative;
  z-index: 3;
  height: 536px;
  --space: 90px;
  margin-bottom: 97px;
  /* Extra large devices */
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
}

@media (max-width: 1500px) {
  .testi-card3 {
    --space: 40px;
  }
}

@media (max-width: 1299px) {
  .testi-card3 {
    --space: 20px;
  }
}

@media (max-width: 1199px) {
  .testi-card3 {
    --space: 0px;
  }
}

@media (max-width: 991px) {
  .testi-card3 {
    --space: 20px;
  }
}

.testi-card3 .box-img {
  border-radius: 30px;
}

.testi-card3 .box-img img {
  width: 100%;
  height: 536px;
  object-fit: cover;
  border-radius: 30px;
}

.testi-card3 .box-avater {
  max-width: 150px;
  height: 150px;
  display: block;
  margin: auto auto 30px auto;
  border: 2px solid var(--white-color);
  border-radius: 100px;
  margin-top: -80px;
}

.testi-card3 .box-avater img {
  max-width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 100px;
}

.testi-card3 .box-content {
  position: absolute;
  bottom: 0px;
  left: var(--space);
  right: var(--space);
  -webkit-transform: translateY(17%);
      -ms-transform: translateY(17%);
          transform: translateY(17%);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  background-color: var(--white-color);
  box-shadow: 0px 4px 59px 9px rgba(0, 0, 0, 0.05);
  border-radius: 30px;
  padding: 0 40px 40px 40px;
  max-width: 100%;
  text-align: center;
  z-index: 2;
  /* Large devices */
}

@media (max-width: 1199px) {
  .testi-card3 .box-content {
    padding: 0 20px 20px 20px;
  }
}

.testi-card3 .box-content .box-quote {
  position: absolute;
  top: 30%;
  left: 30%;
  -webkit-transform: translate(-50% -50%);
      -ms-transform: translate(-50% -50%);
          transform: translate(-50% -50%);
  z-index: -1;
}

.testi-card3 .box-text {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
  /* Large devices */
}

@media (max-width: 1199px) {
  .testi-card3 .box-text {
    font-size: 16px;
  }
}

.testi-card3 .box-title {
  margin-bottom: 0;
}

.testi-card3 .box-desig {
  font-size: 14px;
  font-weight: 500;
  color: var(--theme-color);
  display: block;
  margin-bottom: -0.3rem;
}

/* testi-area10 start --------------------------*/
.testi-area10 {
  background-color: #E9F1EC;
}

.testiSlider10 {
  max-width: 1626px;
  display: block;
  margin: auto;
}

.testiSlider10 .swiper-pagination-bullets {
  margin: 70px 0 10px 0;
}

.testi-card2 {
  min-height: 508px;
}

.testi-card2 .box-img {
  border-radius: 30px;
}

.testi-card2 .box-img img {
  border-radius: 30px;
}

.testi-card2 .box-content {
  background: var(--white-color);
  border-radius: 60px;
  padding: 40px;
  max-width: 373px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.testi-card2 .box-text {
  font-weight: 500;
  font-size: 20px;
  line-height: 34px;
  color: #113D48;
  margin-bottom: 30px;
}

.testi-card2 .box-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.testi-card2 .box-title {
  font-weight: 700;
  font-size: 20px;
  color: #113D48;
  margin-bottom: 0;
}

.testi-area11 {
  background-color: #E9F6F9;
}

.testiSlider11 .swiper-pagination-bullets {
  max-width: 250px;
  display: block;
  margin: 45px auto 10px auto;
  overflow: hidden;
  position: relative;
}

.testi-card4 {
  background-color: var(--white-color);
  border-radius: 20px;
  padding: 40px;
}

.testi-card4_review {
  color: #F8BC22;
  margin-bottom: 10px;
}

.testi-card4 .box-text {
  margin-bottom: 30px;
}

.testi-card4 .box-profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

.testi-card4 .box-avater {
  max-width: 44px;
}

.testi-card4 .box-avater img {
  border-radius: 50%;
}

.testi-card4 .box-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
}

.testi-card4 .box-desig {
  font-size: 14px;
  color: var(--theme-color);
}

/* testi-card5 start ------------------------*/
.testiSlider12 .swiper-pagination-bullets {
  max-width: 250px;
  display: block;
  margin: 40px auto auto auto;
  overflow: hidden;
  position: relative;
}

.testiSlider12 .slider-arrow {
  top: 16%;
  left: var(--pos-x, 450px);
  /* Medium Large devices */
}

.testiSlider12 .slider-arrow.slider-next {
  right: var(--pos-x, 270px);
  left: auto;
}

@media (max-width: 1399px) {
  .testiSlider12 .slider-arrow {
    display: none !important;
  }
}

.testiSlider12 .swiper-wrapper {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.testiSlider12 .swiper-slide {
  margin-top: 60px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.testiSlider12 .swiper-slide.swiper-slide-active {
  width: calc(872px) !important;
  /* Large devices */
  /* Small devices */
}

@media (max-width: 1199px) {
  .testiSlider12 .swiper-slide.swiper-slide-active {
    width: 100% !important;
    margin-bottom: 40px !important;
  }
}

@media (max-width: 767px) {
  .testiSlider12 .swiper-slide.swiper-slide-active {
    width: 100% !important;
  }
}

.testiSlider12 .swiper-slide.swiper-slide-active .testi-card5 {
  width: calc(872px) !important;
}

.testiSlider12 .swiper-slide.swiper-slide-active .testi-card5 .box-img {
  min-width: 300px;
  min-height: 420px;
  /* Large devices */
  /* Small devices */
}

@media (max-width: 1199px) {
  .testiSlider12 .swiper-slide.swiper-slide-active .testi-card5 .box-img {
    min-width: 250px;
  }
}

@media (max-width: 767px) {
  .testiSlider12 .swiper-slide.swiper-slide-active .testi-card5 .box-img {
    height: 250px;
  }
}

.testiSlider12 .swiper-slide.swiper-slide-active .testi-card5 .box-title {
  font-size: 18px;
  /* Extra small devices */
}

@media (max-width: 375px) {
  .testiSlider12 .swiper-slide.swiper-slide-active .testi-card5 .box-title {
    font-size: 16px;
  }
}

.testiSlider12 .swiper-slide.swiper-slide-active .testi-card5 .box-text {
  font-size: 24px;
  /* Extra small devices */
}

@media (max-width: 375px) {
  .testiSlider12 .swiper-slide.swiper-slide-active .testi-card5 .box-text {
    font-size: 18px;
  }
}

.testiSlider12 .swiper-slide.swiper-slide-active .testi-card5 .box-desig {
  font-size: 12px;
}

.testiSlider12 .swiper-slide.swiper-slide-active .testi-card5 .box-quote img {
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
}

.testiSlider12 .swiper-slide.swiper-slide-active .testi-card5 .box-content {
  padding: 50px;
  /* Extra small devices */
}

@media (max-width: 375px) {
  .testiSlider12 .swiper-slide.swiper-slide-active .testi-card5 .box-content {
    padding: 30px;
  }
}

.testiSlider12 .swiper-wrapper {
  visibility: visible;
}

.testi-card5 {
  background-color: var(--white-color);
  box-shadow: 0px 20px 40px rgba(204, 204, 204, 0.15);
  border-radius: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  /* Small devices */
}

@media (max-width: 767px) {
  .testi-card5 {
    display: block;
  }
}

.testi-card5 .box-img {
  min-width: 144px;
  min-height: 265px;
  border-radius: 30px;
  -webkit-transform: all 0.4s ease;
      -ms-transform: all 0.4s ease;
          transform: all 0.4s ease;
  /* Small devices */
}

@media (max-width: 767px) {
  .testi-card5 .box-img {
    height: 250px;
  }
}

.testi-card5 .box-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}

.testi-card5 .box-content {
  padding: 24px;
}

.testi-card5 .box-quote {
  margin-bottom: 18px;
}

.testi-card5 .box-text {
  font-family: var(--title-font);
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.02em;
  color: var(--title-color);
  margin-bottom: 30px;
  max-width: 268;
}

.testi-card5 .box-title {
  position: relative;
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 0.02em;
  color: var(--title-color);
  margin-bottom: 0;
  padding-left: 55px;
  z-index: 2;
}

.testi-card5 .box-title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 40px;
  height: 2px;
  background-color: var(--theme-color);
}

.testi-card5 .box-desig {
  font-family: var(--title-font);
  font-weight: 600;
  font-size: 10px;
  letter-spacing: 0.02em;
  color: var(--theme-color);
  padding-left: 60px;
}

.testi-card5 .box-number {
  font-family: var(--title-font);
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.02em;
  color: rgba(17, 61, 72, 0.3);
  position: absolute;
  right: 18px;
  bottom: 30px;
}

/* testi-area13 start -----------------------------------*/
.testi-area13 {
  background-color: #E9F1EC;
}

.testi-image2 .testi-img {
  margin-left: -40%;
  margin-right: 80px;
  /* Large devices */
}

@media (max-width: 1199px) {
  .testi-image2 .testi-img {
    margin: 0;
  }
}

.testiSlide13 {
  height: 300px;
  /* Extra small devices */
}

@media (max-width: 375px) {
  .testiSlide13 {
    height: 500px;
  }
}

.testiSlide13 .icon-box {
  position: absolute;
  right: 50px;
  bottom: 0;
  /* Extra small devices */
}

@media (max-width: 575px) {
  .testiSlide13 .icon-box {
    display: none;
  }
}

.testiSlide13 .slider-arrow.style7 {
  --icon-size: 46px;
}

.testiSlide13 .slider-arrow.style7 img {
  max-width: 20px;
}

.testi-grid2.style2 {
  height: 300px;
}

.testi-grid2.style2 .box-review {
  font-size: 14px;
  color: #F8BC22;
  margin-bottom: 15px;
}

.testi-grid2.style2 .box-title2 {
  font-size: 20px;
}

.testi-grid2.style2 .box-text {
  font-size: 16px;
  color: #6E7070;
  max-width: 560px;
  margin-bottom: 25px;
}

.testi-grid2.style2 .box-title {
  position: relative;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.02em;
  color: var(--title-color);
  margin-bottom: 0;
  padding-left: 55px;
  z-index: 2;
}

.testi-grid2.style2 .box-title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 40px;
  height: 2px;
  background-color: var(--theme-color);
}

.testi-grid2.style2 .box-desig {
  font-family: var(--title-font);
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.02em;
  color: var(--theme-color);
  padding-left: 60px;
}

/* testi-card6 ----------------------*/
.testiSlider14 {
  margin: 0 -10% !important;
  /* Large devices */
}

@media (max-width: 1199px) {
  .testiSlider14 {
    margin: 0 20px !important;
  }
}

.testiSlider14 .swiper-wrapper {
  margin-top: 24px !important;
}

.testi-title {
  display: block;
}

.testi-title span {
  display: block;
  margin-left: 150px;
}

.testi-card6 {
  position: relative;
  z-index: 2;
  border: 1px solid #E1E4E6;
  border-radius: 132px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 38px;
  padding: 32px 75px 32px 32px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  /* Small devices */
}

@media (max-width: 767px) {
  .testi-card6 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    padding: 32px;
    border-radius: 40px;
  }
}

.testi-card6 .box-avater {
  min-width: 200px;
  border-radius: 50%;
}

.testi-card6 .box-avater img {
  border-radius: 50%;
}

.testi-card6 .box-text {
  font-size: 16px;
  margin-bottom: 32px;
}

.testi-card6 .box-title {
  font-size: 18px;
  margin-bottom: 0;
}

.testi-card6 .box-wrapp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  /* Small devices */
  /* Extra small devices */
}

@media (max-width: 767px) {
  .testi-card6 .box-wrapp {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 375px) {
  .testi-card6 .box-wrapp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
}

.testi-card6:hover {
  background: #E9F1EC;
}

/*------------------- 4.00. Pricing  -------------------*/
/* Pricing 1 ---------------------------------- */
.available-list {
  padding-left: 30px;
  /* Extra small devices */
}

@media (max-width: 575px) {
  .available-list {
    padding: 0;
  }
}

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

.available-list li {
  position: relative;
  font-family: var(--body-font);
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  padding-left: 30px;
  margin-bottom: 4px;
  text-transform: capitalize;
  color: #4D5765;
}

.available-list li:after {
  content: "\f00c";
  font-family: var(--icon-font);
  font-weight: 500;
  color: var(--theme-color);
  font-size: 1.1em;
  position: absolute;
  top: 1px;
  left: 0;
}

.available-list li.unavailable:after {
  content: "\f00c";
  right: 4px;
  color: #E4E4E4;
  font-weight: 400;
}

.available-list li img {
  max-width: 18px;
  margin-right: 10px;
}

.available-list li:last-child {
  margin-bottom: 0;
}

.available-list li.unavailable {
  font-weight: 400;
  color: var(--body-color);
}

.available-list li.unavailable img {
  opacity: 0.2;
}

.price-area .row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 30px;
}

/* Pricing  Start -----------------------------*/
/* Price box end --------------------------*/
/* Price card start -------------------------*/
.price-card {
  position: relative;
  z-index: 2;
  border-radius: 16px;
  background-color: var(--smoke-color);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.price-card_wrapp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  padding: 40px 0 40px 40px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--white-color);
  /* Extra small devices */
}

@media (max-width: 375px) {
  .price-card_wrapp {
    padding: 40px 0 40px 25px;
  }
}

.price-card_icon {
  width: 64px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  border-radius: 50%;
  background: var(--theme-color);
  margin-bottom: 0px;
}

.price-card_icon img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.price-card_content {
  padding: 0 95px 30px;
  /* Medium Large devices */
  /* Extra small devices */
}

@media (max-width: 1299px) {
  .price-card_content {
    padding: 0 40px 30px;
  }
}

@media (max-width: 375px) {
  .price-card_content {
    padding: 0 40px 30px 25px;
  }
}

.price-card .box-title {
  font-size: 24px;
  font-weight: 600;
  color: var(--black-color2);
  position: relative;
  margin-bottom: 0;
}

.price-card_price {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 15px;
  color: var(--black-color2);
}

.price-card_price .duration {
  font-size: 14px;
  font-weight: 400;
  font-family: var(--body-font);
  color: var(--body-color);
}

.price-card_text {
  color: var(--title-color);
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 0;
}

.price-card .checklist {
  margin-top: 30px;
}

.price-card .checklist li {
  font-size: 16px;
  color: var(--title-color);
  font-weight: 400;
}

.price-card .checklist li:not(:last-child) {
  margin-bottom: 15px;
}

.price-card .checklist li i {
  font-size: 24px;
  margin-top: 2px;
}

.price-card .price-btn {
  margin: 0 58px 0px;
  padding-bottom: 32px;
}

.price-card .th-btn {
  font-size: 18px;
  padding: 21px 20px;
}

.price-card .offer-tag {
  position: absolute;
  right: -1px;
  top: 109px;
  background: var(--white-color);
  font-size: 14px;
  color: var(--title-color);
  font-weight: 500;
  padding: 5px 19px 5px 36px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 10px 50%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 10px 50%);
  opacity: 0;
}

.price-card.active .offer-tag {
  opacity: 1;
}

.price-card:hover, .price-card.active {
  background-color: var(--title-color);
}

.price-card:hover .price-card_icon, .price-card.active .price-card_icon {
  background-color: var(--smoke-color);
}

.price-card:hover .price-card_icon img, .price-card.active .price-card_icon img {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  -webkit-filter: none;
          filter: none;
}

.price-card:hover .price-card_price, .price-card.active .price-card_price {
  color: var(--white-color);
}

.price-card:hover .price-card_price .duration, .price-card.active .price-card_price .duration {
  color: var(--white-color);
}

.price-card:hover .price-card_text, .price-card.active .price-card_text {
  color: var(--white-color);
}

.price-card:hover .box-title, .price-card.active .box-title {
  color: var(--white-color);
}

.price-card:hover .checklist li, .price-card.active .checklist li {
  color: var(--white-color);
}

.price-card:hover .checklist li:before, .price-card.active .checklist li:before {
  content: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_214_43761)'%3E%3Cpath d='M14.166 2.78184C12.9403 2.0728 11.5172 1.66699 9.99935 1.66699C5.39697 1.66699 1.66602 5.39795 1.66602 10.0003C1.66602 14.6027 5.39697 18.3337 9.99935 18.3337C14.6017 18.3337 18.3327 14.6027 18.3327 10.0003C18.3327 9.42958 18.2753 8.87216 18.166 8.33366' stroke='%23E9F6F9' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M6.66602 10.417C6.66602 10.417 7.91602 10.417 9.58268 13.3337C9.58268 13.3337 14.215 5.69477 18.3327 4.16699' stroke='%23E9F6F9' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_214_43761'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

.price-card:hover .th-btn, .price-card.active .th-btn {
  background-color: transparent;
  border: 1px solid var(--white-color);
}

.price-card:hover .th-btn:hover, .price-card.active .th-btn:hover {
  border-color: var(--theme-color);
}

/* Price card end -------------------------*/
.price-card2 {
  position: relative;
  z-index: 3;
  padding: 40px 30px 0px 0;
  margin: 5px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  /* Medium Large devices */
  /* Extra small devices */
}

@media (max-width: 1399px) {
  .price-card2 {
    margin: 0;
  }
}

@media (max-width: 375px) {
  .price-card2 {
    padding: 40px 20px 0px 0;
  }
}

.price-card2:before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--smoke-color);
  -webkit-mask-image: url("..//img/normal/price-shape.png");
          mask-image: url("..//img/normal/price-shape.png");
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-position: bottom center;
          mask-position: bottom center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  z-index: -1;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.price-card2_wrapp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 67px;
  /* Medium Large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
}

@media (max-width: 1399px) {
  .price-card2_wrapp {
    gap: 100px;
  }
}

@media (max-width: 991px) {
  .price-card2_wrapp {
    gap: 120px;
  }
}

@media (max-width: 767px) {
  .price-card2_wrapp {
    gap: 70px;
  }
}

@media (max-width: 375px) {
  .price-card2_wrapp {
    gap: 35px;
  }
}

.price-card2_price {
  font-weight: 700;
  font-size: 40px;
  line-height: 56px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #113D48;
  margin-bottom: 0;
  /* Extra small devices */
}

@media (max-width: 375px) {
  .price-card2_price {
    font-size: 28px;
    line-height: 38px;
  }
}

.price-card2_text {
  font-weight: 400;
  font-size: 14px;
  text-transform: capitalize;
  color: #113D48;
  margin-bottom: 160px;
}

.price-card2 .box-content {
  position: relative;
  z-index: -2;
}

.price-card2 .box-content:before {
  content: "";
  position: absolute;
  top: -8%;
  left: -19%;
  min-width: 200px;
  height: 200px;
  background-image: url("../img/normal/price-shape2.png");
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  z-index: -1;
}

.price-card2 .box-title {
  font-weight: 700;
  font-size: 28px;
  line-height: 38px;
  letter-spacing: 0.02em;
  color: #113D48;
  max-width: 142px;
  margin-bottom: 30px;
  /* Extra small devices */
}

@media (max-width: 575px) {
  .price-card2 .box-title {
    font-size: 20px;
    line-height: 25px;
  }
}

.price-card2 .box-wrapp {
  padding: 40px 0 0px 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.price-card2 .line-btn2 {
  display: block;
  text-align: right;
  color: var(--title-color);
  font-weight: 600;
  margin-left: auto;
  margin-top: 30px;
  /* Extra small devices */
}

@media (max-width: 375px) {
  .price-card2 .line-btn2 {
    margin-top: 20px;
  }
}

.price-card2 .line-btn2 img {
  display: block;
  text-align: right;
  margin-left: auto;
}

.price-card2:hover:before {
  background-color: var(--theme-color);
}

.price-card2:hover .box-title {
  color: var(--white-color);
}

.price-card2:hover .box-text {
  color: var(--white-color);
}

.price-card2:hover .line-btn2 {
  color: var(--white-color);
}

.price-card2:hover .line-btn2 img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.price-card3 {
  position: relative;
  border-radius: 30px;
  z-index: 2;
  -webkit-filter: drop-shadow(0px 20px 100px rgba(83, 83, 85, 0.1));
          filter: drop-shadow(0px 20px 100px rgba(83, 83, 85, 0.1));
  border-radius: 30px;
  z-index: 3;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.price-card3:before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--white-color);
  border-radius: inherit;
  -webkit-clip-path: polygon(40% 0%, 100% 0, 100% 100%, 0 100%, 0 40%);
          clip-path: polygon(40% 0%, 100% 0, 100% 100%, 0 100%, 0 40%);
  z-index: -1;
}

.price-card3_wrapp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}

.price-card3 .box-content {
  padding: 50px 40px 0 0;
}

@media (max-width: 480px) {
  .price-card3 .box-content {
    padding: 30px 20px 0 0;
  }
}

.price-card3_price {
  min-width: 180px;
  height: 180px;
  line-height: 180px;
  text-align: center;
  font-weight: 600;
  font-size: 68px;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  background: #405749;
  border-radius: 50%;
  /* Extra small devices */
}

@media (max-width: 375px) {
  .price-card3_price {
    min-width: 120px;
    height: 120px;
    line-height: 120px;
    font-size: 40px;
  }
}

.price-card3 .currency {
  font-size: 24px;
}

.price-card3 .box-title {
  border-bottom: 1px solid #E1E4E5;
  margin-bottom: 18px;
  padding-bottom: 24px;
  /* Extra small devices */
}

@media (max-width: 375px) {
  .price-card3 .box-title {
    font-size: 20px;
  }
}

.price-card3 .box-text {
  color: #6E7070;
}

.price-card3 .checklist {
  padding: 50px;
}

@media (max-width: 480px) {
  .price-card3 .checklist {
    padding: 30px;
  }
}

.price-card3 .checklist li {
  padding-left: 25px;
  font-weight: 400;
  font-size: 16px;
  color: #6E7070;
}

.price-card3 .checklist li:before {
  content: "";
  font-family: var(--icon-font);
  position: absolute;
  left: 0;
  top: 0px;
  font-size: 14px;
  font-weight: 600;
  color: var(--theme-color);
  margin-right: 10px;
}

.price-card3 .price-btn {
  padding: 0 40px 40px 40px;
}

@media (max-width: 480px) {
  .price-card3 .price-btn {
    padding: 0 30px 30px 30px;
  }
}

.price-card3 .th-btn {
  background-color: transparent;
  border: 2px solid #E1E4E6;
  border-radius: 48px;
  color: var(--title-color);
}

.price-card3 .th-btn:after {
  background-color: var(--title-color);
}

.price-card3 .th-btn:hover {
  color: var(--white-color);
}

.price-card3 .th-btn:hover:after {
  background-color: var(--white-color);
}

.price-card3.active .price-card3_price {
  background: var(--theme-color);
}

.price-card3.active .th-btn {
  background-color: var(--theme-color);
  border: none;
  color: var(--white-color);
}

.price-card3.active .th-btn.th-icon:after {
  background-color: var(--white-color);
}

/*------------------- 4.00. Counter  -------------------*/
/* counter-card start -----------------------*/
.counter-card {
  position: relative;
  background-color: #E9F6F9;
  padding: 93px 28px;
  width: 264px;
  height: 264px;
  display: block;
  margin: auto;
  text-align: center;
  border-radius: 50%;
  z-index: 2;
  margin-top: 158px;
  /* Large devices */
  /* Small devices */
  /* Extra small devices */
}

.counter-card.style2 {
  margin-top: 25px;
  /* Large devices */
}

@media (max-width: 1199px) {
  .counter-card.style2 {
    margin: 50px auto 25px auto;
  }
}

.counter-card.style3 {
  margin: 25px 0 25px 0;
  /* Medium devices */
  /* Small devices */
}

@media (max-width: 991px) {
  .counter-card.style3 {
    margin: 25px auto 25px auto;
  }
}

@media (max-width: 767px) {
  .counter-card.style3 {
    display: block;
    margin: 25px auto 25px auto;
  }
}

.counter-card_wrapp {
  /* Small devices */
}

@media (max-width: 767px) {
  .counter-card_wrapp:not(:first-child) {
    margin: 0px auto 0px auto;
  }
}

@media (max-width: 1199px) {
  .counter-card {
    margin-top: 100px;
  }
}

@media (max-width: 767px) {
  .counter-card {
    width: 250px;
    height: 250px;
    padding: 81px 28px;
    margin-top: 150px;
  }
}

@media (max-width: 575px) {
  .counter-card {
    margin-top: 20px;
  }
}

.counter-card .counter-shape {
  position: absolute;
  inset: -24px;
  width: 312px;
  height: 312px;
  border-radius: 50%;
  border: 1px solid var(--theme-color);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  /* Small devices */
}

@media (max-width: 767px) {
  .counter-card .counter-shape {
    width: 290px;
    height: 290px;
    inset: -20px;
  }
}

.counter-card .counter-shape span {
  position: absolute;
  top: unset;
  bottom: 55px;
  right: 15px;
  width: 24px;
  height: 24px;
  display: block;
  border-radius: 50%;
  background-color: rgba(28, 168, 203, 0.2);
  z-index: 2;
  /* Small devices */
}

@media (max-width: 767px) {
  .counter-card .counter-shape span {
    bottom: 51px;
    right: 13px;
  }
}

.counter-card .counter-shape:after, .counter-card .counter-shape:before {
  content: "";
  position: absolute;
  bottom: 20%;
  right: 7%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  box-sizing: content-box;
  background-color: var(--theme-color);
}

.counter-card .counter-shape:after {
  background-color: var(--theme-color);
}

.counter-card-wrap {
  margin: 50px 0 25px 0;
  /* Large devices */
}

@media (max-width: 1199px) {
  .counter-card-wrap {
    margin: 0;
  }
}

.counter-card-wrap:nth-child(even) {
  /* Extra small devices */
}

@media (max-width: 575px) {
  .counter-card-wrap:nth-child(even) {
    margin: 70px 0 50px 0;
  }
}

.counter-card-wrap:nth-child(even) .counter-card {
  margin-top: 0px;
}

.counter-card-wrap:nth-child(even) .counter-card .counter-shape span {
  top: 24px;
  right: 43px;
  /* Small devices */
}

@media (max-width: 767px) {
  .counter-card-wrap:nth-child(even) .counter-card .counter-shape span {
    top: 22px;
    right: 39px;
  }
}

.counter-card-wrap:nth-child(even) .counter-card .counter-shape:before, .counter-card-wrap:nth-child(even) .counter-card .counter-shape:after {
  bottom: unset;
  top: 10%;
  right: 16%;
}

.counter-card .box-number {
  font-weight: 700;
  font-size: 48px;
  line-height: 48px;
  text-transform: capitalize;
  color: var(--black-color2);
  margin-bottom: 7px;
}

.counter-card .counter-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  color: var(--black-color2);
}

.counter-card:hover .counter-shape {
  -webkit-animation: spin 10s linear infinite;
          animation: spin 10s linear infinite;
}

.counter-card-wrap.style2 {
  margin: 25px 0 25px 0;
}

.counter-sec2 {
  position: relative;
  z-index: 1;
}

/* counter-card end -----------------------*/
/* counter-box start -----------------------*/
.counter-box {
  border: 1px solid #E1E4E6;
  border-radius: 8px;
  text-align: center;
  padding: 60px 20px;
}

.counter-box-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  max-width: 782px;
  /* Medium Large devices */
  /* Small devices */
}

@media (max-width: 1299px) {
  .counter-box-wrap {
    max-width: 100%;
    gap: 20px;
  }
}

@media (max-width: 767px) {
  .counter-box-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 320px) {
  .counter-box-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}

.counter-box_number {
  font-family: var(--body-font);
  font-weight: 600;
  font-size: 28px;
  line-height: 30px;
  letter-spacing: 0.02em;
  color: var(--black-color2);
  margin-bottom: 0;
}

.counter-box_title {
  font-size: 18px;
  font-weight: 400;
  color: var(--black-color2);
  margin-bottom: -0.4rem;
  /* Medium Large devices */
}

@media (max-width: 1299px) {
  .counter-box_title {
    font-size: 16px;
  }
}

/* counter-box end -----------------------*/
.counter-sec7 {
  background-color: var(--white-color);
  box-shadow: 0px 50px 50px rgba(83, 83, 85, 0.05);
  border-radius: 30px;
  padding: 60px;
  position: relative;
  z-index: 3;
  margin-top: -130px;
  /* Medium Large devices */
}

@media (max-width: 1299px) {
  .counter-sec7 {
    margin-top: -60px;
  }
}

.counter-item {
  position: relative;
  text-align: center;
  z-index: 2;
}

.counter-item .box-number {
  font-size: 48px;
  line-height: 48px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #113D48;
}

.counter-item .counter-title {
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 0;
}

.counter-item .counter-shape {
  position: absolute;
  top: -55%;
  left: 50%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  /* Large devices */
}

@media (max-width: 1199px) {
  .counter-item .counter-shape {
    top: -20%;
  }
}

.counter-item .counter-shape:after, .counter-item .counter-shape:before {
  content: "";
  position: absolute;
  bottom: 20%;
  right: 7%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  box-sizing: content-box;
  background-color: var(--theme-color);
}

.counter-item .counter-shape:after {
  background-color: var(--theme-color);
}

/*------------------- 4.00. Blog  -------------------*/
/* Blog Card ---------------------------------- */
.blog-card {
  background-color: var(--white-color);
  position: relative;
  z-index: 3;
  border-radius: 30px;
  border: 1px solid #E3E8F5;
}

.blog-card .blog-img {
  position: relative;
  border-radius: 30px 30px 0px 0px;
  overflow: hidden;
}

.blog-card .blog-img:before {
  position: absolute;
  top: 0;
  left: -100%;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  -webkit-transform: skewX(25deg);
      -ms-transform: skewX(25deg);
          transform: skewX(25deg);
  z-index: 2;
}

.blog-card .blog-img img {
  width: 100%;
  border-radius: 30px 30px 0px 0px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.blog-card .blog-content {
  padding: 15px 30px 30px 40px;
  /* Medium Large devices */
}

@media (max-width: 1299px) {
  .blog-card .blog-content {
    padding: 20px;
  }
}

.blog-card .blog-tags {
  font-size: 12px;
  font-weight: 700;
  color: var(--theme-color);
  letter-spacing: 0.48px;
  text-transform: uppercase;
  margin-top: -0.3rem;
  padding-bottom: 10px;
  margin-bottom: 25px;
  border-bottom: 1px solid #E1E5EB;
}

.blog-card .box-title {
  font-weight: 600;
  letter-spacing: -0.24px;
  margin-bottom: 5px;
}

.blog-card .box-title a {
  background-image: -webkit-linear-gradient(right, var(--theme-color), var(--theme-color));
  background-image: linear-gradient(to left, var(--theme-color), var(--theme-color));
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0 2px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.blog-card .box-title a:hover {
  background-size: 100% 2px;
}

.blog-card_text {
  margin-bottom: 8px;
}

.blog-card_profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.blog-card_author {
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
}

.blog-card_author img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.blog-card_info a {
  font-size: 12px;
  color: var(--body-color);
  font-weight: 400;
}

.blog-card_name {
  font-family: var(--title-font);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.16px;
  margin-bottom: -0.3rem;
}

.blog-card:hover .blog-img img {
  -webkit-transform: scale(1.08);
      -ms-transform: scale(1.08);
          transform: scale(1.08);
}

.blog-card:hover .blog-img:before {
  -webkit-animation: shine 1.9s;
          animation: shine 1.9s;
}

.blog-card .blog-btn {
  border-bottom: 1px solid #E1E5EB;
  margin-bottom: 25px;
  padding-bottom: 30px;
}

.blog-card .line-btn {
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.16px;
}

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

/* Small devices */
@media (max-width: 767px) {
  .blog-card .blog-content {
    padding: 30px;
  }
  .blog-card .box-title {
    font-size: 24px;
  }
}

@media (max-width: 410px) {
  .blog-card .box-title {
    font-size: 22px;
  }
}

@media (max-width: 350px) {
  .blog-card .blog-content {
    padding: 18px;
  }
  .blog-card .box-title {
    font-size: 20px;
  }
}

/* Blog Box ---------------------------------- */
.blog-box {
  position: relative;
}

.blog-box .blog-img {
  margin-bottom: 35px;
  border-radius: 16px;
}

.blog-box .blog-img img {
  border-radius: 16px;
}

.blog-box .blog-img {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.blog-box .blog-img img {
  width: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.blog-box_wrapper {
  position: absolute;
  left: 20px;
  top: 20px;
  display: block;
  margin: 0 auto;
  text-align: center;
}

.blog-box .blog-date {
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--theme-color);
  padding: 24px 8px 15px;
  color: var(--white-color);
  text-align: center;
  font-size: 12px;
  width: 70px;
  height: 126px;
  -webkit-clip-path: path("M70 0H0V126L70 107V0Z");
          clip-path: path("M70 0H0V126L70 107V0Z");
  z-index: 2;
}

.blog-box .blog-date .date {
  font-family: var(--title-font);
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  display: block;
  margin-bottom: 10px;
}

.blog-box .blog-shape {
  position: absolute;
  left: 0;
  top: 0;
  width: 78px;
  height: 134px;
  background-color: var(--white-color);
  -webkit-clip-path: path("M78 0H0V134L78 113.794V0Z");
          clip-path: path("M78 0H0V134L78 113.794V0Z");
}

.blog-box .box-title {
  line-height: 34px;
  margin-bottom: 30px;
}

.blog-box .blog-meta {
  margin: -0.3rem 0 18px 0;
}

.blog-box .blog-meta span,
.blog-box .blog-meta a {
  /* Extra small devices */
}

@media (max-width: 375px) {
  .blog-box .blog-meta span,
  .blog-box .blog-meta a {
    font-size: 14px;
  }
}

.blog-box .th-btn {
  padding: 10px 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.blog-box .th-btn:after {
  width: 16px;
  height: 16px;
  -webkit-mask-image: url(../img/icon/arrow-right2.svg);
          mask-image: url(../img/icon/arrow-right2.svg);
}

.blog-box:hover .blog-img img {
  -webkit-transform: scale(1.08);
      -ms-transform: scale(1.08);
          transform: scale(1.08);
}

/* Blog Grid ---------------------------------- */
.blog-grid.style2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  /* Small devices */
}

@media (max-width: 767px) {
  .blog-grid.style2 {
    display: block;
  }
}

.blog-grid.style2 .blog-content {
  padding: 47px 40px 51px 40px;
  /* Extra small devices */
}

@media (max-width: 375px) {
  .blog-grid.style2 .blog-content {
    padding: 30px;
  }
}

.blog-grid.style2 .blog-img {
  min-width: 424px;
  margin-bottom: 0;
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
  /* Small devices */
  /* Small devices */
}

@media (max-width: 1299px) {
  .blog-grid.style2 .blog-img {
    min-width: 312px;
  }
}

@media (max-width: 1199px) {
  .blog-grid.style2 .blog-img {
    min-width: 367px;
  }
}

@media (max-width: 991px) {
  .blog-grid.style2 .blog-img {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .blog-grid.style2 .blog-img {
    min-width: 100%;
  }
}

.blog-grid.style2 .blog-img img {
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .blog-grid.style2 .blog-img {
    min-width: 100%;
  }
}

.blog-grid .blog-img {
  position: relative;
  overflow: hidden;
  height: 220px;
  border-radius: 16px;
  margin-bottom: 40px;
}

.blog-grid .blog-img img {
  border-radius: 16px;
}

.blog-grid .blog-meta span,
.blog-grid .blog-meta a {
  color: var(--black-color2);
}

.blog-grid .blog-content {
  padding: 47px 40px 40px 40px;
  /* Extra small devices */
}

@media (max-width: 375px) {
  .blog-grid .blog-content {
    padding: 30px;
  }
}

.blog-grid .blog-meta {
  margin: -0.3rem 0 20px 0;
}

.blog-grid .blog-tag {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: var(--theme-color);
  padding: 9px 20px;
  color: var(--white-color);
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
}

.blog-grid .box-title {
  margin-bottom: 32px;
  color: var(--black-color2);
}

.blog-grid .box-title a {
  background-image: -webkit-linear-gradient(right, var(--theme-color), var(--theme-color));
  background-image: linear-gradient(to left, var(--theme-color), var(--theme-color));
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0 2px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.blog-grid .box-title a:hover {
  background-size: 100% 2px;
}

.blog-grid .th-btn {
  background-color: transparent;
  color: var(--black-color2);
  border: 1px solid var(--gray-color);
  padding: 10px 25px;
}

.blog-grid .blog-img {
  overflow: hidden;
}

.blog-grid .blog-img img {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.blog-grid .blog-meta {
  margin: -0.4em 0 18px 0;
}

.blog-grid .blog-meta span,
.blog-grid .blog-meta a {
  /* Extra small devices */
}

@media (max-width: 375px) {
  .blog-grid .blog-meta span,
  .blog-grid .blog-meta a {
    font-size: 14px;
  }
}

.blog-grid .blog-meta span > i,
.blog-grid .blog-meta a > i {
  color: var(--theme-color);
  font-size: 14px;
}

.blog-grid:hover .blog-img img {
  -webkit-transform: scale(1.08);
      -ms-transform: scale(1.08);
          transform: scale(1.08);
}

/* Blog Grid 2 start ---------------------------------- */
.blog-grid2 {
  background-color: var(--smoke-color);
  border-radius: 16px;
}

.blog-grid2.style2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  /* Small devices */
}

@media (max-width: 767px) {
  .blog-grid2.style2 {
    display: block;
  }
}

.blog-grid2.style2 .blog-grid2_content {
  padding: 24px 24px 24px 0px;
  /* Small devices */
}

@media (max-width: 767px) {
  .blog-grid2.style2 .blog-grid2_content {
    padding: 24px;
  }
}

.blog-grid2.style2 .blog-img {
  min-width: 424px;
  height: 225px;
  margin-bottom: 0;
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
  /* Small devices */
  /* Small devices */
}

@media (max-width: 1299px) {
  .blog-grid2.style2 .blog-img {
    min-width: 312px;
  }
}

@media (max-width: 1199px) {
  .blog-grid2.style2 .blog-img {
    min-width: 367px;
  }
}

@media (max-width: 991px) {
  .blog-grid2.style2 .blog-img {
    min-width: 250px;
  }
}

@media (max-width: 767px) {
  .blog-grid2.style2 .blog-img {
    min-width: 100%;
  }
}

.blog-grid2.style2 .blog-img img {
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .blog-grid2.style2 .blog-img {
    min-width: 100%;
  }
}

.blog-grid2 .blog-img {
  position: relative;
  overflow: hidden;
  height: 247px;
  border-radius: 16px;
  margin-bottom: 24px;
}

.blog-grid2 .blog-img img {
  border-radius: 16px;
}

.blog-grid2 .blog-meta span,
.blog-grid2 .blog-meta a {
  color: var(--black-color2);
}

.blog-grid2_content {
  padding: 0px 24px 24px 24px;
}

.blog-grid2 .blog-meta {
  margin: -0.3rem 0 20px 0;
}

.blog-grid2 .blog-tag {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: var(--theme-color);
  padding: 9px 20px;
  color: var(--white-color);
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
}

.blog-grid2 .box-title {
  margin-bottom: 32px;
  color: var(--black-color2);
}

.blog-grid2 .box-title a {
  background-image: -webkit-linear-gradient(right, var(--theme-color), var(--theme-color));
  background-image: linear-gradient(to left, var(--theme-color), var(--theme-color));
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0 2px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.blog-grid2 .box-title a:hover {
  background-size: 100% 2px;
}

.blog-grid2 .th-btn.style4 {
  background-color: transparent;
  color: var(--theme-color);
  border: 1px solid var(--theme-color);
  padding: 10px 25px;
}

.blog-grid2 .th-btn.style4:after {
  background-color: var(--theme-color);
}

.blog-grid2 .th-btn.style4:hover {
  color: var(--white-color);
}

.blog-grid2 .blog-img {
  overflow: hidden;
}

.blog-grid2 .blog-img img {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.blog-grid2 .blog-meta {
  margin: -0.4em 0 18px 0;
}

.blog-grid2 .blog-meta span,
.blog-grid2 .blog-meta a {
  /* Extra small devices */
}

@media (max-width: 375px) {
  .blog-grid2 .blog-meta span,
  .blog-grid2 .blog-meta a {
    font-size: 14px;
  }
}

.blog-grid2 .blog-meta span > i,
.blog-grid2 .blog-meta a > i {
  color: var(--theme-color);
  font-size: 14px;
}

.blog-grid2:hover .blog-img img {
  -webkit-transform: scale(1.08);
      -ms-transform: scale(1.08);
          transform: scale(1.08);
}

/* Blog Grid 2 end ---------------------------------- */
/* Blog Grid 2 start ---------------------------------- */
.blog-grid3 {
  background-color: var(--smoke-color);
  border-radius: 16px;
}

.blog-grid3.style2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  /* Small devices */
}

@media (max-width: 767px) {
  .blog-grid3.style2 {
    display: block;
  }
}

.blog-grid3.style2 .blog-grid_content {
  padding: 24px 24px 24px 0px;
  /* Small devices */
}

@media (max-width: 767px) {
  .blog-grid3.style2 .blog-grid_content {
    padding: 24px;
  }
}

.blog-grid3.style2 .blog-img {
  min-width: 424px;
  height: 225px;
  margin-bottom: 0;
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
  /* Small devices */
  /* Small devices */
}

@media (max-width: 1299px) {
  .blog-grid3.style2 .blog-img {
    min-width: 312px;
  }
}

@media (max-width: 1199px) {
  .blog-grid3.style2 .blog-img {
    min-width: 367px;
  }
}

@media (max-width: 991px) {
  .blog-grid3.style2 .blog-img {
    min-width: 250px;
    max-width: 250px;
  }
}

@media (max-width: 767px) {
  .blog-grid3.style2 .blog-img {
    min-width: 100%;
  }
}

.blog-grid3.style2 .blog-img img {
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .blog-grid3.style2 .blog-img {
    min-width: 100%;
  }
}

.blog-grid3 .blog-img {
  position: relative;
  overflow: hidden;
  height: 247px;
  border-radius: 16px;
  margin-bottom: 24px;
}

.blog-grid3 .blog-img img {
  border-radius: 16px;
}

.blog-grid3 .blog-meta span,
.blog-grid3 .blog-meta a {
  color: var(--black-color2);
}

.blog-grid3 .blog-grid_content {
  padding: 0px 24px 24px 24px;
}

.blog-grid3 .blog-meta {
  margin: -0.3rem 0 20px 0;
}

.blog-grid3 .blog-tag {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: var(--theme-color);
  padding: 9px 20px;
  color: var(--white-color);
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
}

.blog-grid3 .box-title {
  margin-bottom: 32px;
  color: var(--black-color2);
}

.blog-grid3 .box-title a {
  background-image: -webkit-linear-gradient(right, var(--theme-color), var(--theme-color));
  background-image: linear-gradient(to left, var(--theme-color), var(--theme-color));
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0 2px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.blog-grid3 .box-title a:hover {
  background-size: 100% 2px;
}

.blog-grid3 .th-btn.style4 {
  background-color: transparent;
  color: var(--theme-color);
  border: 1px solid var(--theme-color);
  padding: 10px 25px;
}

.blog-grid3 .th-btn.style4:after {
  background-color: var(--theme-color);
}

.blog-grid3 .th-btn.style4:hover {
  color: var(--white-color);
}

.blog-grid3 .blog-img {
  overflow: hidden;
}

.blog-grid3 .blog-img img {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.blog-grid3 .blog-meta {
  margin: -0.4em 0 18px 0;
}

.blog-grid3 .blog-meta span,
.blog-grid3 .blog-meta a {
  /* Extra small devices */
}

@media (max-width: 375px) {
  .blog-grid3 .blog-meta span,
  .blog-grid3 .blog-meta a {
    font-size: 14px;
  }
}

.blog-grid3 .blog-meta span > i,
.blog-grid3 .blog-meta a > i {
  color: var(--theme-color);
  font-size: 14px;
}

.blog-grid3:hover .blog-img img {
  -webkit-transform: scale(1.08);
      -ms-transform: scale(1.08);
          transform: scale(1.08);
}

/* Blog Grid 2 end ---------------------------------- */
/* Blog Grid 4 start ---------------------------------- */
.sec_title_static {
  position: -webkit-sticky;
  position: sticky;
  height: 100%;
  display: block;
  max-width: 570px;
}

.sec_title_static .sec_title_wrap {
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: auto;
}

.blog-grid4 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  overflow: hidden;
  background-color: var(--white-color);
  /* Small devices */
}

@media (max-width: 767px) {
  .blog-grid4 {
    display: block;
  }
}

.blog-grid4_wrapp {
  position: -webkit-sticky;
  position: sticky;
  top: 155px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: auto;
}

.blog-grid4_wrapp:not(:last-child) .blog-grid4 {
  border-bottom: 1px solid #E1E4E5;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.blog-grid4 .blog-meta {
  margin-bottom: 15px;
}

.blog-grid4 .box-title {
  font-size: 28px;
  margin-bottom: 22px;
}

.blog-grid4 .blog-img {
  min-width: 248px;
  border-radius: 16px;
  /* Small devices */
}

@media (max-width: 767px) {
  .blog-grid4 .blog-img {
    margin-top: 20px;
  }
}

.blog-grid4 .blog-img img {
  border-radius: 16px;
}

.blog-grid4-static-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 24px;
}

.blog-grid4.style5 {
  background-color: transparent;
  gap: 40px;
  border: none;
}

.blog-grid4.style5 .blog-img {
  min-width: 424px;
  border-radius: 20px;
  /* Medium devices */
}

@media (max-width: 991px) {
  .blog-grid4.style5 .blog-img {
    min-width: 50%;
  }
}

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

.blog-grid4.style5 .box-title {
  font-size: 24px;
  font-weight: 600;
}

.blog-grid4.style5 .th-btn.style4 {
  padding: 12px 25px;
}

/* Blog Grid 4 end ---------------------------------- */
.blog-title-area {
  max-width: 613px;
  margin: auto;
  display: block;
  text-align: center;
}

.blog-area {
  padding-bottom: 60px;
}

.blog-area13 {
  background-color: #E9F1EC;
}

.blog13-image {
  margin-left: -200px;
  /* Large devices */
}

@media (max-width: 1199px) {
  .blog13-image {
    display: none;
  }
}

/*------------------- 4.00. Brand  -------------------*/
/* brand box start --------------------*/
.brand-area .th-container {
  --main-container: 1648px;
}

.brand-box {
  width: 150px;
  height: 150px;
  overflow: hidden;
  margin: auto;
  position: relative;
  display: block;
}

.brand-box:hover a img.gray {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
}

.brand-box:hover a img.original {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}

.brand-box img {
  margin: 0 auto;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.brand-box img.gray {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}

.brand-box img.original {
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
}

/* elements-sec  start*/
.elements-sec .th-container {
  --main-container: 1744px;
}

.elements-item {
  text-align: center;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.moveFromTop {
  -webkit-animation-name: moveFromTop;
          animation-name: moveFromTop;
}

@-webkit-keyframes moveFromTop {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@keyframes moveFromTop {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

/* matter js */
.tags-container > canvas {
  position: relative;
  top: -1px;
  left: -1px;
}

.tags-container {
  width: 100vw;
  height: 200px;
  margin-top: 0vw;
  overflow: hidden;
}

/*------------------- 4.00. Simple Sections  -------------------*/
.checklist ul {
  padding-left: 0;
  list-style: none;
  text-align: left;
  margin-bottom: 0;
}

.checklist li {
  position: relative;
  color: var(--body-color);
  font-family: var(--body-font);
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  padding-left: 40px;
}

.checklist li:before {
  content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 3.33782C15.5291 2.48697 13.8214 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 11.3151 21.9311 10.6462 21.8 10' stroke='%231CA8CB' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M8 12.5C8 12.5 9.5 12.5 11.5 16C11.5 16 17.0588 6.83333 22 5' stroke='%231CA8CB' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  font-family: var(--icon-font);
  position: absolute;
  left: 0;
  top: 0px;
  font-size: 32px;
  font-weight: 600;
  color: var(--theme-color);
  margin-right: 10px;
}

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

.checklist.mb-45 {
  /* Large devices */
}

@media (max-width: 1199px) {
  .checklist.mb-45 {
    margin-bottom: 40px;
  }
}

.checklist.style4 ul li:before {
  content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 3.33782C15.5291 2.48697 13.8214 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 11.3151 21.9311 10.6462 21.8 10' stroke='%2327AE60' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M8 12.5C8 12.5 9.5 12.5 11.5 16C11.5 16 17.0588 6.83333 22 5' stroke='%2327AE60' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.checklist.style5 ul li:before {
  content: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.5 1.5C6.65 1.5 2 6.15 2 12C2 17.85 6.65 22.5 12.5 22.5C18.35 22.5 23 17.85 23 12C23 6.15 18.35 1.5 12.5 1.5ZM12.5 21C7.55 21 3.5 16.95 3.5 12C3.5 7.05 7.55 3 12.5 3C17.45 3 21.5 7.05 21.5 12C21.5 16.95 17.45 21 12.5 21Z' fill='%23EB5757'/%3E%3Cpath d='M16.55 17.25L12.5 13.2L8.45 17.25L7.25 16.05L11.3 12L7.25 7.95L8.45 6.75L12.5 10.8L16.55 6.75L17.75 7.95L13.7 12L17.75 16.05L16.55 17.25Z' fill='%23EB5757'/%3E%3C/svg%3E%0A");
}

.mega-hover {
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.mega-hover:after, .mega-hover:before {
  content: "";
  position: absolute;
  pointer-events: none;
  opacity: 1;
  z-index: -1;
}

.mega-hover:before {
  top: 0;
  right: 51%;
  bottom: 0;
  left: 50%;
  background: rgba(255, 255, 255, 0.2);
}

.mega-hover:after {
  top: 50%;
  right: 0;
  bottom: 50%;
  left: 0;
  background: rgba(255, 255, 255, 0.3);
}

.mega-hover:hover:before {
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 900ms linear;
  transition: all 900ms linear;
}

.mega-hover:hover:after {
  top: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 900ms linear;
  transition: all 900ms linear;
}

.bg-img {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
}

.bg-img img {
  width: 100%;
  height: 100%;
}

.th-video {
  position: relative;
  border-radius: 10px;
}

.th-video img {
  border-radius: inherit;
}

.th-video .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.rounded-10 {
  border-radius: 10px;
}

.rounded-20 {
  border-radius: 20px;
  /* Small devices */
}

@media (max-width: 767px) {
  .rounded-20 {
    border-radius: 10px;
  }
}

.btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px 30px;
}

.filter-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  text-align: center;
  margin-top: -20px;
  margin-bottom: 60px;
  /* Large devices */
  /* Medium devices */
}

@media (max-width: 1199px) {
  .filter-menu {
    margin-bottom: 50px;
  }
}

@media (max-width: 991px) {
  .filter-menu {
    margin-top: -10px;
    margin-bottom: 45px;
    gap: 6px;
  }
}

.filter-menu .tab-btn {
  background-color: var(--smoke-color);
  border: none;
  border-radius: 8px;
  padding: 5px 20px;
  font-family: var(--body-font);
  font-weight: 400;
  font-size: 14px;
  color: var(--title-color);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.filter-menu .tab-btn:hover, .filter-menu .tab-btn.active {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.filter-menu .th-btn {
  border-radius: 8px;
  padding: 15px 30px;
  background-color: var(--smoke-color);
  color: var(--body-color);
  min-width: auto;
  /* Medium devices */
}

.filter-menu .th-btn:before {
  background-color: var(--theme-color);
}

.filter-menu .th-btn:hover, .filter-menu .th-btn.active {
  border-color: var(--theme-color);
  color: var(--white-color);
}

.filter-menu .th-btn:hover:before, .filter-menu .th-btn.active:before {
  border-radius: 3px;
}

@media (max-width: 991px) {
  .filter-menu .th-btn {
    padding: 13px 20px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  p.mb-40 {
    margin-bottom: 35px;
  }
  p.mb-45 {
    margin-bottom: 38px;
  }
}

.global-image {
  position: relative;
  overflow: hidden;
  border-radius: 40px;
}

.global-image:before {
  content: '';
  z-index: 1;
  position: absolute;
  background: var(--theme-color);
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 40px;
  -webkit-transform-origin: 100% 50%;
      -ms-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-transform: scaleX(0) translateX(0);
      -ms-transform: scaleX(0) translateX(0);
          transform: scaleX(0) translateX(0);
  -webkit-animation: 1s overlay ease-in-out forwards;
          animation: 1s overlay ease-in-out forwards;
}

.global-image img {
  width: 100%;
  height: 100%;
  border-radius: 40px;
  -webkit-animation: 1s 0.5s loaded cubic-bezier(0.49, 0, 0.5, 1) forwards;
          animation: 1s 0.5s loaded cubic-bezier(0.49, 0, 0.5, 1) forwards;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0;
  display: block;
}

@-webkit-keyframes loaded {
  from {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes loaded {
  from {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes overlay {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  55% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes overlay {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  55% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.call-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.call-btn .btn-title {
  font-size: 16px;
  color: var(--white-color);
  font-weight: 500;
}

.mouse-pointer {
  position: fixed;
  top: 50%;
  left: -100px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 25px;
  height: 25px;
  pointer-events: none;
  box-sizing: border-box;
  z-index: 9999;
  -webkit-transition-duration: .9s;
          transition-duration: .9s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 0.94, 0.336, 1);
          transition-timing-function: cubic-bezier(0.19, 0.94, 0.336, 1);
  border-radius: 50%;
  background: var(--theme-color);
  overflow: hidden;
}

.mouse-pointer:before {
  content: "";
  inset: 3px;
  position: absolute;
  background: var(--white-color);
  border-radius: inherit;
  border: 1px solid var(--theme-color);
}

.mouse-pointer .icon {
  color: #fff;
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-100%, -50%);
      -ms-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  opacity: 0;
  -webkit-transition: 0.4s cubic-bezier(0.225, 1, 0.316, 0.99);
  transition: 0.4s cubic-bezier(0.225, 1, 0.316, 0.99);
}

.mouse-pointer .icon i {
  margin: 0px 3px;
}

/* custom-mouse-pointer */
.mouse-pointer.large {
  display: none;
}

.mouse-pointer.small {
  width: 25px;
  height: 25px;
}

.mouse-pointer.right {
  width: 50px;
  height: 50px;
}

.mouse-pointer.right.large .icon {
  opacity: 0;
}

.mouse-pointer.right.large {
  background: transparent !important;
}

.mouse-pointer.zoom,
.mouse-pointer.open {
  width: 80px;
  height: 80px;
}

.mouse-pointer .icon i {
  margin: 0px 3px;
}

.mouse-pointer.right .icon {
  opacity: 1;
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}

.touch .mouse-pointer {
  display: none;
}

.mouse-pointer.transparent {
  display: none;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

/* custom-mouse-pointer-end */
/*------------------- 4.00. Why -------------------*/
.why-area .th-container {
  --main-container: 1350px;
  /* Large devices */
}

@media (max-width: 1199px) {
  .why-area .th-container {
    --main-container: 100%;
    max-width: 100%;
  }
}

/* appointment 1 start ---------------------------------- */
.appointment-area {
  position: relative;
  padding: 100px;
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
}

.appointment-area .title-area .sec-title {
  margin-bottom: 28px;
}

@media (max-width: 991px) {
  .appointment-area {
    padding: 80px;
  }
}

@media (max-width: 767px) {
  .appointment-area {
    padding: 80px 40px;
  }
}

@media (max-width: 575px) {
  .appointment-area {
    padding: 80px 20px;
  }
}

.appointment-radio {
  position: relative;
  border-radius: 15px;
  background: #EFF0F4;
  padding: 20px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 25px;
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
  /* Extra small devices */
}

@media (max-width: 1299px) {
  .appointment-radio {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 1199px) {
  .appointment-radio {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 991px) {
  .appointment-radio {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .appointment-radio {
    grid-template-columns: repeat(1, 1fr);
  }
}

.appointment-radio-wrapper {
  margin: 14px 0 40px 0;
}

.appointment-radio-wrapper .sec-title {
  font-size: 16px;
}

.appointment-radio label {
  font-size: 16px;
  color: var(--body-color);
}

.appointment-radio .class-name {
  text-wrap: nowrap;
}

.appointment-radio .class-name:last-child input[type="radio"] ~ label:after {
  display: none;
}

.appointment-radio input[type="radio"] ~ label {
  z-index: 2;
  margin-top: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.appointment-radio input[type="radio"] ~ label::before {
  top: 0px;
  left: 0px;
  border-radius: 0;
  border: none;
  height: 16px;
  width: 16px;
  background-color: transparent;
  border: 1px solid #9DA0A7;
  border-radius: 99px;
  line-height: 1.7;
  z-index: -1;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.appointment-radio input[type="radio"]:checked ~ label {
  color: var(--theme-color);
}

.appointment-radio input[type="radio"]:checked ~ label:before {
  border: 1px solid var(--theme-color);
  color: var(--theme-color);
}

.loadcontent {
  display: none;
}

.th-loader {
  position: absolute;
  bottom: 20px;
  right: 20px;
  text-align: right;
}

.sec-desc {
  max-width: 470px;
}

/* Feature 1 end ---------------------------------- */
/* Why 1 ---------------------------------- */
.choose-feature {
  /* Small devices */
}

@media (max-width: 767px) {
  .choose-feature {
    text-align: center;
  }
}

.choose-feature_wrapp:not(:last-child) .choose-feature {
  border-right: 2px solid rgba(255, 255, 255, 0.1);
  /* Medium Large devices */
}

@media (max-width: 1399px) {
  .choose-feature_wrapp:not(:last-child) .choose-feature {
    border-right: 0;
  }
}

.choose-feature .box-img {
  border-radius: 20px;
  margin-bottom: 30px;
}

.choose-feature .box-img img {
  border-radius: 20px;
}

.choose-feature .box-title {
  color: var(--white-color);
  margin-bottom: 7px;
  font-weight: 700;
}

.choose-feature .box-text {
  color: var(--white-color);
  margin-bottom: -0.3rem;
}

.choose-feature:hover .box-icon img {
  -webkit-transform: scale(-1) rotate(180deg);
      -ms-transform: scale(-1) rotate(180deg);
          transform: scale(-1) rotate(180deg);
}

.why-checklist {
  border-bottom: 1px solid var(--th-border-color);
  padding-bottom: 40px;
}

.why-checklist ul li {
  position: relative;
  border-radius: 20px;
  border: 1px solid var(--smoke-color2);
  background: var(--white-color);
  padding: 10px;
  font-size: 20px;
  font-family: var(--title-font);
  color: var(--title-color);
  font-weight: 600;
  line-height: 30px;
  min-width: 300px;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  margin: 0;
  /* Medium devices */
  /* Extra small devices */
}

@media (max-width: 991px) {
  .why-checklist ul li {
    min-width: 50%;
  }
}

@media (max-width: 375px) {
  .why-checklist ul li {
    font-size: 16px;
    line-height: 26px;
  }
}

.why-checklist ul li:before, .why-checklist ul li:after {
  content: "";
  position: absolute;
  width: 84px;
  height: 90px;
  background: var(--theme-color);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.why-checklist ul li:before {
  left: -10px;
  top: -10px;
  -webkit-clip-path: path("M0 0H84L0 90V0Z");
          clip-path: path("M0 0H84L0 90V0Z");
}

.why-checklist ul li:after {
  left: -6px;
  top: 0;
  -webkit-clip-path: path("M0 0H84L0 90V0Z");
          clip-path: path("M0 0H84L0 90V0Z");
  opacity: 0.2;
}

.why-checklist ul li .check-img {
  position: relative;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background-color: var(--white-color);
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  z-index: 4;
}

.why-checklist ul li .check-img:before {
  content: "";
  position: absolute;
  inset: 10px;
  background-color: rgba(41, 70, 184, 0.1);
  z-index: 1;
  border-radius: inherit;
}

.video-box1 {
  position: relative;
}

@media (max-width: 1024px) {
  .video-box1 {
    padding: 80px 0;
  }
}

.video-box1 img {
  border-radius: 0 80px 0 80px;
  /* Medium devices */
}

@media (max-width: 991px) {
  .video-box1 img {
    border-radius: 0 40px 0 40px;
  }
}

.video-box1 .play-btn {
  --icon-size: 130px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: calc(var(--icon-size) / -2) 0 0 calc(var(--icon-size) / -2);
  /* Medium devices */
  /* Small devices */
}

@media (max-width: 991px) {
  .video-box1 .play-btn {
    --icon-size: 100px;
  }
}

@media (max-width: 767px) {
  .video-box1 .play-btn {
    --icon-size: 80px;
  }
}

.appointment-img1 {
  position: relative;
  z-index: 2;
  width: 939.929px;
  height: 612px;
  margin-right: -30%;
  /* Extra large devices */
  /* Large devices */
}

@media (max-width: 1699px) {
  .appointment-img1 {
    margin-right: -20%;
  }
}

@media (max-width: 1500px) {
  .appointment-img1 {
    margin-right: 0;
    width: 850px;
  }
}

@media (max-width: 1199px) {
  .appointment-img1 {
    width: 100%;
    height: 100%;
    margin: 50px 0 0 0;
  }
}

/* Feature Box ------------------------------*/
.feature-box {
  background: var(--white-color);
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.06);
  /* Extra small devices */
}

@media (max-width: 575px) {
  .feature-box {
    display: block;
    text-align: center;
  }
}

.feature-box:not(:first-child) {
  margin-top: 30px;
}

.feature-box:nth-child(2) .feature-box_step {
  background-color: var(--theme-color);
}

.feature-box:nth-child(3) .feature-box_step {
  background-color: var(--theme-color);
}

.feature-box .box-title {
  margin-bottom: 5px;
}

.feature-box_step {
  width: 86px;
  height: 100px;
  background-color: #00A1DE;
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
          clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  /* Extra small devices */
}

@media (max-width: 575px) {
  .feature-box_step {
    display: block;
    margin: auto auto 20px auto;
  }
}

.feature-box_text {
  margin-bottom: 0;
}

.feature-box .box-number {
  font-size: 30px;
  line-height: 30px;
  color: var(--white-color);
  text-align: center;
  font-family: var(--title-font);
  font-weight: 600;
  display: block;
  padding: 15px 0;
  margin-bottom: 0;
}

.feature-box .step {
  font-size: 16px;
  font-weight: 400;
  font-family: var(--body-font);
  display: block;
  text-align: center;
}

.feature-image {
  width: 678.838px;
  height: 669px;
  margin-left: 50px;
  /* Medium Large devices */
  /* Large devices */
}

@media (max-width: 1299px) {
  .feature-image {
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 1199px) {
  .feature-image {
    margin: 0;
  }
}

/* Why 2 start---------------------------------- */
.why-content {
  max-width: 594px;
}

.why-content .checklist li {
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
}

.why-content .checklist li:before {
  content: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect opacity='0.2' width='26' height='26' rx='5' fill='%23F68A0A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.4996 9.56685L9.60117 14.1326L9.60095 17.0845C9.60082 18.708 9.58812 20.2556 9.57267 20.5235C9.55364 20.8537 9.5589 21.0053 9.58906 20.9941C9.61349 20.985 12.699 17.4257 16.4458 13.0845C20.1926 8.74332 23.2977 5.14811 23.3461 5.09519C23.3946 5.04227 23.4261 4.99941 23.4161 5.00001C23.4061 5.00056 20.2937 7.05566 16.4996 9.56685Z' fill='%23F68A0A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.65376 12.5395L9.6311 14.1338V18.2077C9.63116 19.3671 9.59351 20.4723 9.59976 20.6636C9.60746 20.8994 9.60533 21.0077 9.59313 20.9997C9.58325 20.9932 8.33528 18.4513 6.8199 15.3511C5.3045 12.2509 4.0486 9.68341 4.02901 9.64562C4.00943 9.60783 3.99669 9.57721 4.00074 9.57764C4.00477 9.57804 4.40641 9.8771 7.65376 12.5395Z' fill='%23F68A0A'/%3E%3C/svg%3E%0A");
  font-family: var(--icon-font);
  position: absolute;
  left: 0;
  top: 0px;
  font-size: 32px;
  font-weight: 600;
  color: var(--theme-color);
  margin-right: 10px;
}

.why-sec2 {
  /* Large devices */
}

@media (max-width: 1199px) {
  .why-sec2 {
    background-position: left center;
  }
}

.why-sec3 {
  background-position: top center;
  /* Large devices */
}

@media (max-width: 1199px) {
  .why-sec3 {
    background-position: right center;
  }
}

/* Why 2 end ---------------------------------- */
.history-item {
  background-color: var(--white-color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /* Extra small devices */
  /* Small devices */
}

@media (max-width: 375px) {
  .history-item {
    display: block;
  }
}

.history-item-right {
  max-width: 596px;
  display: block;
  margin-left: auto;
  /* Large devices */
}

@media (max-width: 1199px) {
  .history-item-right {
    max-width: 100%;
    margin-left: 0;
  }
}

.history-item-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 21px;
  /* Small devices */
}

@media (max-width: 767px) {
  .history-item-wrap {
    display: block;
  }
}

.history-item-wrap:not(:last-child) {
  margin-bottom: 30px;
}

.history-item-img {
  min-width: 140px;
}

.history-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.history-item .box-title {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 10px;
}

.history-item-text {
  line-height: 26px;
  margin-bottom: -0.3rem;
}

.history-item-details {
  padding: 30px;
}

@media (max-width: 480px) {
  .history-item-details {
    padding: 30px 30px 30px 20px;
  }
}

.history-item-date {
  background: var(--white-color);
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: var(--theme-color);
  font-size: 18px;
  font-weight: 600;
  font-family: var(--title-font);
  padding: 25px;
  margin-right: 20px;
  position: relative;
  max-width: 142px;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  -webkit-filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.05));
          filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.05));
  /* Small devices */
}

@media (max-width: 767px) {
  .history-item-date {
    max-width: none;
    display: block;
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.history-item-date:after {
  content: '';
  position: absolute;
  right: -20px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 20px;
  height: 20px;
  border-left: solid 20px var(--white-color);
  border-bottom: solid 17px transparent;
  border-top: solid 17px transparent;
  /* Small devices */
}

@media (max-width: 767px) {
  .history-item-date:after {
    bottom: -20px;
    top: auto;
    right: 50%;
    width: 20px;
    height: 20px;
    -webkit-transform: translate(50%, 0);
        -ms-transform: translate(50%, 0);
            transform: translate(50%, 0);
    border-top: solid 20px var(--white-color);
    border-left: solid 17px transparent;
    border-right: solid 17px transparent;
    border-bottom: 0;
  }
}

@media (max-width: 767px) {
  .history-item .history-wrap-date {
    max-width: none;
    display: block;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .history-item .history-wrap-date:after {
    bottom: -20px;
    top: auto;
    right: 50%;
    width: 20px;
    height: 20px;
    -webkit-transform: translate(50%, 0);
        -ms-transform: translate(50%, 0);
            transform: translate(50%, 0);
    border-top: solid 20px var(--white-color);
    border-left: solid 17px transparent;
    border-right: solid 17px transparent;
    border-bottom: 0;
  }
}

.choose-content .sec-title {
  font-weight: 500;
  letter-spacing: normal;
}

.choose-content .box-text {
  font-size: 14px;
}

.choose-content .checklist {
  margin-bottom: 35px;
}

.choose-content .checklist li {
  color: var(--body-color);
  font-size: 14px;
  line-height: 16px;
}

.choose-content .checklist li:after {
  color: var(--body-color);
}

.why-content-area {
  background-color: var(--white-color);
  padding: 60px;
  box-shadow: 0px 10px 100px 0px rgba(0, 0, 0, 0.06);
  /* Medium Large devices */
  /* Medium devices */
  /* Small devices */
}

@media (max-width: 1299px) {
  .why-content-area {
    padding: 40px;
  }
}

@media (max-width: 991px) {
  .why-content-area {
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .why-content-area {
    padding: 30px 10px;
  }
}

.why-item {
  position: relative;
  background-color: var(--white-color);
  padding: 30px;
  border: 1.3px solid #E4E4E4;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  /* Medium Large devices */
}

@media (max-width: 1299px) {
  .why-item {
    padding: 25px;
  }
}

.why-item_icon {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border: 1.3px solid var(--theme-color);
  background-color: var(--white-color);
  border-radius: 50%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.why-item_icon img {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.why-item_text {
  line-height: 26px;
  margin-bottom: -0.4rem;
}

.why-item .box-title {
  font-weight: 600;
  line-height: 34px;
  margin: 23px 0 13px 0;
  /* Medium Large devices */
}

@media (max-width: 1299px) {
  .why-item .box-title {
    font-size: 20px;
    line-height: 30px;
  }
}

.why-item .icon-btn {
  border-radius: 99px;
  background-color: var(--white-color);
  border: 1px solid var(--th-border-color);
  color: var(--title-color);
  position: relative;
  z-index: 3;
  display: block;
  text-align: center;
  margin: auto;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

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

.why-item:hover .why-item_img img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.why-item:hover .why-item_icon {
  border: 1px solid var(--theme-color);
}

.why-item:hover .why-item_icon:before {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

.why-item:hover .why-item_icon img {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.why-item_wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  /* Medium Large devices */
}

@media (max-width: 1299px) {
  .why-item_wrapper {
    gap: 20px;
  }
}

@media (max-width: 480px) {
  .why-item_wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}

.why-img1 {
  position: relative;
  margin-left: 55px;
}

@media (max-width: 480px) {
  .why-img1 {
    margin-left: 0;
  }
}

@media (max-width: 480px) {
  .why-img1 .img1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.why-img1 .img2 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}

@media (max-width: 480px) {
  .why-img1 .img2 {
    display: none;
  }
}

.why-img1 .img2:before {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  width: 275px;
  height: 336px;
  background-color: var(--white-color);
  z-index: -1;
}

.why-img1 .img3 {
  position: relative;
  margin: -48px 0 0 50px;
}

@media (max-width: 480px) {
  .why-img1 .img3 {
    display: none;
  }
}

.why-img1 .img3:before {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  width: 318px;
  height: 416px;
  background-color: var(--white-color);
}

.why-img1 .img3 img {
  -webkit-clip-path: polygon(0 0, 58% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 58% 0, 100% 100%, 0% 100%);
}

.feature-wrapper.style3 {
  margin-bottom: 60px;
}

.feature-wrapper.style3 .feature-icon {
  width: 75px;
  height: 75px;
  line-height: 75px;
  background-color: #1E2127;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.feature-wrapper.style3 .feature-icon:hover {
  background-color: var(--theme-color);
}

.feature-wrapper.style3 .header-info_label {
  font-size: 16px;
  font-family: var(--body-font);
  color: var(--body-color);
  font-weight: 500;
  letter-spacing: -0.32px;
}

.feature-wrapper.style3 .header-info_link {
  font-family: var(--body-font);
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: -0.48px;
}

.work-area {
  margin-bottom: 40px;
}

.work-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  /* Small devices */
}

.work-item:first-child {
  max-width: 290px;
  /* Medium Large devices */
  /* Small devices */
}

@media (max-width: 1299px) {
  .work-item:first-child {
    max-width: 250px;
  }
}

@media (max-width: 767px) {
  .work-item:first-child {
    max-width: 100%;
  }
}

.work-item:first-child:before {
  right: -15px;
  /* Large devices */
}

@media (max-width: 1199px) {
  .work-item:first-child:before {
    right: -10px;
  }
}

@media (max-width: 767px) {
  .work-item {
    margin-bottom: 20px;
  }
}

.work-item:before {
  content: url("data:image/svg+xml,%3Csvg width='20' height='37' viewBox='0 0 20 37' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 18.5L0 0L10.6446 18.5L0 37L20 18.5Z' fill='%233E66F3'/%3E%3C/svg%3E%0A");
  position: absolute;
  top: 0px;
  right: -40px;
  font-family: var(--icon-font);
  width: 20px;
  height: 37px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  font-size: 1em;
  line-height: 1;
  color: var(--theme-color);
  font-weight: 900;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  /* Large devices */
  /* Small devices */
}

@media (max-width: 1199px) {
  .work-item:before {
    right: -20px;
  }
}

@media (max-width: 767px) {
  .work-item:before {
    display: none;
  }
}

.work-item:last-child:before {
  display: none;
}

.work-item_wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  /* Small devices */
}

@media (max-width: 767px) {
  .work-item_wrapper {
    display: block;
  }
}

.work-item_number {
  min-width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.32px;
  display: block;
  background-color: #1E2127;
  color: var(--white-color);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.work-item .work-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #C7C7C7;
}

.download-btn {
  background-color: var(--title-color);
  max-width: 190px;
  height: 55px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 999px;
}

.appointment-sec {
  background: -webkit-linear-gradient(top, #edf0f4 2.66%, #edf0f4 90.4%);
  background: linear-gradient(180deg, #edf0f4 2.66%, #edf0f4 90.4%);
}

.video-box3 {
  /* Medium devices */
}

@media (max-width: 991px) {
  .video-box3 {
    padding-top: 120px;
  }
}

.video-box3 .play-btn {
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  /* Medium devices */
}

@media (max-width: 991px) {
  .video-box3 .play-btn {
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.video-box3 .play-btn > i {
  background-color: var(--theme-color);
  color: var(--white-color);
  --icon-size: 80px;
}

.video-box4 {
  /* Medium devices */
}

.video-box4.style2 .play-btn {
  top: 40%;
}

@media (max-width: 991px) {
  .video-box4 {
    padding-top: 120px;
  }
}

.video-box4 .play-btn {
  position: absolute;
  top: 50%;
  right: 16%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  /* Medium devices */
}

@media (max-width: 991px) {
  .video-box4 .play-btn {
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.video-box4 .play-btn > i {
  background-color: var(--theme-color);
  color: var(--white-color);
  --icon-size: 80px;
}

.video-area2 {
  position: relative;
  margin: 0 60px;
  z-index: 2;
  border-radius: 50px;
  padding: 350px 0;
  /* Medium devices */
}

@media (max-width: 991px) {
  .video-area2 {
    padding: 200px 0;
    margin: 0;
    border-radius: 0;
  }
}

.video-area2:before {
  content: "";
  position: absolute;
  inset: 0;
  background: #113D48;
  mix-blend-mode: hard-light;
  opacity: 0.7;
  border-radius: inherit;
}

.video-area3 {
  position: relative;
  max-width: 1760px;
  display: block;
  margin: auto;
  z-index: 2;
  border-radius: 50px;
  padding: 375px 0;
  /* Medium devices */
}

@media (max-width: 991px) {
  .video-area3 {
    padding: 200px 0;
    margin: 0;
    border-radius: 0;
  }
}

.video-area3:before {
  content: "";
  position: absolute;
  inset: 0;
  background: #113D48;
  mix-blend-mode: multiply;
  opacity: 0.5;
  border-radius: inherit;
}

.video-box2 {
  position: relative;
  z-index: 2;
}

.video-box2 .box-title {
  font-weight: 700;
  font-size: 250px;
  line-height: 96px;
  text-align: center;
  text-transform: capitalize;
  color: rgba(255, 255, 255, 0.2);
  display: block;
  text-align: center;
  margin: 0;
  /* Extra large devices */
  /* Medium Large devices */
  /* Medium devices */
}

@media (max-width: 1500px) {
  .video-box2 .box-title {
    font-size: 180px;
  }
}

@media (max-width: 1299px) {
  .video-box2 .box-title {
    font-size: 140px;
  }
}

@media (max-width: 991px) {
  .video-box2 .box-title {
    font-size: 100px;
  }
}

.video-box2 .discount-wrapp {
  position: relative;
  z-index: 2;
  width: 190px;
  height: 190px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(15.6px);
          backdrop-filter: blur(15.6px);
  border-radius: 50%;
}

.video-box2 .discount-wrapp .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.video-box2 .discount-wrapp .discount-tag {
  color: var(--white-color);
}

.video-box2 .play-btn:before, .video-box2 .play-btn:after {
  display: none;
}

.video-box2 .play-btn > i {
  --icon-size: 130px;
  font-size: 30px;
  background: var(--theme-color);
  color: var(--white-color);
  border: 1px solid rgba(255, 255, 255, 0.73);
}

.video-box2 .video-shape {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.newsletter-sec2 {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #FFFFFF;
  -webkit-backdrop-filter: blur(11.1px);
          backdrop-filter: blur(11.1px);
  border-radius: 30px;
  padding: 105px 169px;
  /* Medium devices */
  /* Extra small devices */
}

@media (max-width: 991px) {
  .newsletter-sec2 {
    padding: 80px 60px;
  }
}

@media (max-width: 575px) {
  .newsletter-sec2 {
    padding: 80px 30px;
  }
}

.newsletter-wrapp {
  text-align: center;
}

.newsletter-form.style5 {
  max-width: 1000px;
  margin: auto;
}

.newsletter-form.style5 input {
  border: none;
}

.newsletter-form.style5 .th-btn {
  min-width: 303px;
  /* Large devices */
}

@media (max-width: 1199px) {
  .newsletter-form.style5 .th-btn {
    min-width: 180px;
  }
}

@media (max-width: 480px) {
  .newsletter-form.style5 .th-btn {
    min-width: 100%;
  }
}

.newsletter-text2 {
  text-align: center;
  margin: auto;
  margin-top: 30px;
  display: block;
  font-size: 16px;
  color: var(--title-color);
}

/* history-area start -----------------------*/
.history-area {
  border-radius: 30px;
  text-align: center;
  position: relative;
  background-size: cover;
  z-index: 2;
  padding: 60px;
  /* Medium devices */
  /* Extra small devices */
}

@media (max-width: 991px) {
  .history-area {
    padding: 20px;
  }
}

@media (max-width: 375px) {
  .history-area {
    padding: 0;
  }
}

.history-content {
  background: rgba(17, 61, 72, 0.74);
  border: 1px solid rgba(17, 61, 72, 0.1);
  -webkit-backdrop-filter: blur(7.5px);
          backdrop-filter: blur(7.5px);
  border-radius: 30px;
  padding: 100px 0;
  /* Medium devices */
}

@media (max-width: 991px) {
  .history-content {
    padding: 80px 20px;
  }
}

.history-content .sec-title {
  font-weight: 700;
  font-size: 80px;
  text-transform: capitalize;
  color: var(--white-color);
  /* Large devices */
  /* Medium devices */
  /* Extra small devices */
}

@media (max-width: 1199px) {
  .history-content .sec-title {
    font-size: 60px;
  }
}

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

@media (max-width: 375px) {
  .history-content .sec-title {
    font-size: 30px;
  }
}

.history-content .sec-text {
  max-width: 810px;
  display: block;
  margin: auto;
  font-size: 15px;
  color: var(--white-color);
  margin-bottom: 30px;
  /* Medium devices */
}

@media (max-width: 991px) {
  .history-content .sec-text {
    max-width: 100%;
  }
}

.story-box {
  position: relative;
  background: #E9F6F9;
  border-radius: 30px;
  padding: 40px;
  margin: 0 30px 30px 0;
  z-index: 2;
  /* Medium Large devices */
}

@media (max-width: 1299px) {
  .story-box {
    margin: 0 10px 30px 0;
    padding: 30px 25px;
  }
}

.story-box .box-title {
  position: relative;
  font-family: var(--body-font);
  font-weight: 600;
  font-size: 40px;
  line-height: 56px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: var(--title-color);
  margin-bottom: 15px;
  margin-top: 15px;
  z-index: 2;
  /* Medium Large devices */
}

@media (max-width: 1299px) {
  .story-box .box-title {
    font-size: 30px;
    line-height: 40px;
  }
}

.story-box .box-title:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  width: 47px;
  height: 2px;
  background-color: var(--black-color);
}

.story-box_text {
  margin-bottom: 50px;
}

.story-box .icon {
  width: 150px;
  height: 150px;
  line-height: 120px;
  text-align: center;
  background-color: var(--white-color);
  border: 14px solid var(--title-color);
  border-radius: 50%;
  position: absolute;
  bottom: -30px;
  right: -30px;
}

.story-box .discount-wrapp {
  position: absolute;
  bottom: -12%;
  right: -11%;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 52%, 0% 52%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 52%, 0% 52%);
  -webkit-transform: rotate(-53deg);
      -ms-transform: rotate(-53deg);
          transform: rotate(-53deg);
}

.story-box .discount-wrapp .discount-tag span {
  --rotate-letter: 8deg;
  min-height: 100px;
}

.story-box .discount-wrapp .discount-tag {
  border-radius: 0;
}

/*------------------- 4.00. Marquee -------------------*/
.marquee-wrapper .marquee {
  position: relative;
  --duration: 120s;
  --gap: 0px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  gap: var(--gap);
}

.marquee-wrapper .marquee:first-child {
  --duration: 100s;
}

.marquee-wrapper .marquee:last-child {
  --duration: 80s;
}

.marquee-wrapper .marquee.marquee--reverse .marquee-group {
  animation-direction: reverse;
}

.marquee-wrapper .marquee .marquee-group {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
          justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
  -webkit-animation: scroll var(--duration) linear infinite;
          animation: scroll var(--duration) linear infinite;
}

.marquee-wrapper .marquee .marquee-group.style2 .title {
  font-weight: 600;
  font-size: 48px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: var(--white-color);
}

.marquee-wrapper .marquee .marquee-group.style2 img {
  padding: 0 24px;
}

.marquee-wrapper .marquee .marquee-group .text {
  font-family: var(--title-font);
  font-weight: 700;
  font-size: 74px;
  line-height: 56px;
  text-transform: uppercase;
  color: var(--theme-color);
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #888C97;
}

.marquee-wrapper .marquee .marquee-group .text img {
  margin: 0 20px 20px 20px;
}

/*------------------- 4.00. Category -------------------*/
/* category area start --------------------------*/
.categorySlider {
  overflow: hidden;
}

.categorySlider .swiper-pagination-bullets {
  max-width: 250px;
  display: block;
  margin: auto;
  overflow: hidden;
  position: relative;
}

.categorySlider.th-slider.has-shadow {
  padding: 0px !important;
  margin: -25px 14px !important;
}

.category-area {
  padding: 165px 0 120px 0;
  margin-top: -55px;
}

.category-area .th-container {
  --main-container: 1750px;
}

.category-area .swiper .swiper-slide {
  width: 312px;
}

.category-card {
  position: relative;
  text-align: center;
  margin-bottom: 50px;
}

.category-card.style2 .box-img {
  border-radius: 50%;
  border: 10px solid var(--smoke-color);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.category-card.style2 .box-img img {
  border-radius: 50%;
}

.category-card.style2:hover .box-img {
  border-color: var(--theme-color);
}

.category-card.style5 .box-img {
  border-radius: 200px;
  width: 200px;
  height: 300px;
}

.category-card.style5 .box-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 200px;
}

.category-card.style5 .box-title {
  font-size: 24px;
  font-weight: 600;
}

.category-card .box-img {
  border-radius: 24px 24px 0 0;
  margin-bottom: 0px;
}

.category-card .box-img img {
  border-radius: 24px 24px 0 0;
  -webkit-transition: 1.3s all ease;
  transition: 1.3s all ease;
}

.category-card .box-title {
  margin-bottom: 0;
}

.category-card .line-btn {
  text-transform: capitalize;
  color: var(--body-color);
}

.category-card .line-btn:before {
  display: none;
}

.category-card:hover .box-img img {
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
}

/* category area end --------------------------*/
.categorySlider2 .swiper-pagination-bullets {
  max-width: 250px;
  display: block;
  margin: auto;
  overflow: hidden;
  position: relative;
}

.categorySlider6 {
  margin: 0 -30px !important;
  /* Extra small devices */
}

@media (max-width: 575px) {
  .categorySlider6 {
    margin: 0 0px !important;
  }
}

.categorySlider6 .swiper-wrapper {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* Extra small devices */
}

@media (max-width: 375px) {
  .categorySlider6 .swiper-wrapper {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.categorySlider6 .swiper-pagination-bullets {
  max-width: 250px;
  display: block;
  margin: auto;
  overflow: hidden;
}

.categorySlider6 .swiper-pagination-progressbar {
  --swiper-pagination-progressbar-size: 2px;
  background: #E1E4E5;
  position: relative;
  margin-top: 30px;
  margin-bottom: 50px;
}

.categorySlider6 .th-swiper-custom {
  max-width: 728px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  margin: auto;
  /* Small devices */
}

@media (max-width: 767px) {
  .categorySlider6 .th-swiper-custom {
    display: none;
  }
}

.categorySlider6 .th-swiper-custom .swiper-pagination-bullets {
  position: relative;
  z-index: 3;
  text-align: center;
  margin: 25px 0 0px 0;
  line-height: 10px;
  height: 3px;
}

.categorySlider6 .th-swiper-custom .swiper-pagination-bullets .swiper-pagination-bullet {
  display: inline-block;
  --swiper-pagination-bullet-size: 24px;
  --swiper-pagination-bullet-horizontal-gap: 12px;
  margin: 5px 7px;
  height: 2px;
  opacity: 1;
  border-radius: 0;
  background-color: var(--white-color);
  border: 1px solid var(--white-color);
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}

.categorySlider6 .th-swiper-custom .swiper-pagination-bullets .swiper-pagination-bullet:before {
  display: none;
}

.categorySlider6 .th-swiper-custom .swiper-pagination-bullets .swiper-pagination-bullet:hover, .categorySlider6 .th-swiper-custom .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--title-color);
  border: 1px solid var(--title-color);
}

.categorySlider6 .th-swiper-custom .swiper-pagination-bullets .swiper-pagination-bullet:first-child {
  margin-left: 0;
}

.categorySlider6 .th-swiper-custom .swiper-pagination-bullets .swiper-pagination-bullet:last-child {
  margin-right: 0;
}

.categorySlider6 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--title-color);
}

.categorySlider6 .slider-pagination .swiper-pagination-bullets .swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  background: var(--white-color);
  height: 3px;
}

.categorySlider6 .slider-arrow {
  --icon-size: 64px;
  min-width: 64px;
  background: rgba(250, 252, 244, 0.2);
  border: 1px solid #E1E4E5;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border-radius: 36px;
  color: var(--white-color);
  box-shadow: none;
  opacity: 1;
  visibility: visible;
  position: relative;
  left: unset;
}

@media (max-width: 1499px) {
  .categorySlider6 .slider-arrow {
    display: block !important;
  }
}

.categorySlider6 .slider-arrow img {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-filter: brightness(0.9) invert(1);
          filter: brightness(0.9) invert(1);
}

.categorySlider6 .slider-arrow.slider-next {
  right: unset;
  left: auto;
}

.categorySlider6 .slider-arrow:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.categorySlider6 .slider-arrow:hover img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.category-slider3 .swiper-pagination-bullets {
  max-width: 250px;
  display: block;
  margin: auto auto 10px auto;
  overflow: hidden;
}

.categorySlider4 .swiper-pagination-bullets {
  max-width: 250px;
  display: block;
  margin: auto;
  overflow: hidden;
}

.category-area3 .th-container {
  --main-container: 1689px;
}

.category-area4 .th-container {
  --main-container: 1656px;
}

.category-card {
  position: relative;
  text-align: center;
  margin-bottom: 50px;
}

.category-card.style3 .box-img {
  border-radius: 24px;
  border: 10px solid var(--smoke-color);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.category-card.style3 .box-img img {
  border-radius: 24px;
}

.category-card.style3:hover .box-img {
  border-color: var(--theme-color);
}

.category-card.style4 {
  height: 476px;
}

.category-card.style4 .box-img {
  height: 416px;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  margin-bottom: 30px;
}

.category-card.style4 .box-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.category-card.style4 .box-content {
  text-align: left;
}

.category-card.style4 .box-wrapp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  height: 0;
  opacity: 0;
  overflow: hidden;
}

.category-card.style4 .box-title {
  margin-bottom: 7px;
}

.category-card.style4 .box-text {
  max-width: 235px;
}

.category-card.style4:hover .box-img {
  height: 312px;
}

.category-card.style4:hover .box-wrapp {
  height: 100%;
  opacity: 1;
  overflow: visible;
}

.category-card .box-img {
  border-radius: 24px 24px 0 0;
  margin-bottom: 0px;
}

.category-card .box-img img {
  border-radius: 24px 24px 0 0;
  -webkit-transition: 1.3s all ease;
  transition: 1.3s all ease;
}

.category-card .box-title {
  margin-bottom: 0;
}

.category-card .line-btn {
  text-transform: capitalize;
  color: var(--body-color);
}

.category-card .line-btn:before {
  display: none;
}

.category-card:hover .box-img img {
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
}

.category-area2 {
  position: relative;
  z-index: 1;
}

/*------------------- 4.00. Faq -------------------*/
/* Faq 1 ---------------------------------- */
.accordion-card {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  border-radius: 4px;
  border: 1px solid var(--title-color);
  overflow: hidden;
  background-color: transparent;
  text-align: left;
  position: relative;
  z-index: 3;
}

.accordion-card:not(:last-child) {
  margin-bottom: 24px;
}

.accordion-card .accordion-button {
  font-size: 24px;
  font-weight: 600;
  font-family: var(--title-font);
  border: 0;
  color: var(--title-color);
  background-color: transparent;
  border-radius: 0;
  padding: 12px 45px 12px 30px;
  min-height: 75px;
  gap: 10px;
  margin-bottom: 0;
  text-align: left;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}

.accordion-card .accordion-button:after {
  content: "\f107";
  height: 100%;
  width: auto;
  line-height: 1;
  background-color: transparent;
  background-image: none;
  font-family: var(--icon-font);
  color: var(--title-color);
  font-weight: 500;
  font-size: 18px;
  display: grid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: absolute;
  top: 0;
  right: 30px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.accordion-card .accordion-button:focus {
  outline: none;
  box-shadow: none;
}

.accordion-card .accordion-button:not(.collapsed) {
  box-shadow: none;
}

.accordion-card .accordion-button:not(.collapsed):after {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
  color: var(--body-color);
}

.accordion-card .accordion-collapse {
  border: none;
}

.accordion-card .accordion-body {
  border-radius: 0;
  border: none;
  padding: 0px 30px 30px;
}

.accordion-card .faq-text {
  color: var(--body-color);
  margin-bottom: -0.48em;
  margin-top: -0.48em;
}

.accordion-card.style3 {
  border-radius: 20px;
}

.accordion-card.style3 .accordion-button {
  font-size: 18px;
  font-weight: 500;
  border-radius: 20px;
}

.accordion-card.style3 .accordion-button:after {
  content: "\2b";
}

.accordion-card.style3 .accordion-button:not(.collapsed):after {
  content: "\f068";
}

/* Medium devices */
@media (max-width: 991px) {
  .accordion-card .accordion-button {
    font-size: 20px;
    min-height: 70px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .accordion-card .accordion-button {
    padding: 12px 45px 12px 20px;
  }
  .accordion-card .accordion-body {
    padding: 0px 20px 30px;
  }
}

.faq-img1 {
  margin-left: -180px;
  width: 817px;
  height: 617px;
  /* Large devices */
}

.faq-img1.style2 {
  margin-left: -280px;
}

@media (max-width: 1399px) {
  .faq-img1.style2 {
    margin-left: 0;
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 1399px) {
  .faq-img1 {
    margin-left: 0;
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 1199px) {
  .faq-img1 {
    margin-bottom: 30px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .accordion-card .accordion-button {
    font-size: 16px;
  }
}

.faq-bg-image {
  position: absolute;
  top: 0;
  right: -30px;
  width: 737px;
  height: 100%;
  z-index: 1;
  /* Medium Large devices */
}

.faq-bg-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1299px) {
  .faq-bg-image {
    display: none;
  }
}

.faq-area {
  position: relative;
  overflow: hidden;
}

/*  faq area ---------------------------------------- */
.faq-area2 {
  max-width: 1720px;
  display: block;
  margin: auto;
  background-color: #F8F8F8;
}

.faq-img2 {
  position: relative;
  z-index: 2;
  margin-left: -80px;
  /* Extra large devices */
  /* Large devices */
}

@media (max-width: 1500px) {
  .faq-img2 {
    margin-left: 0;
    margin-right: 40px;
  }
}

@media (max-width: 1199px) {
  .faq-img2 {
    margin: 0 0 50px 0;
  }
}

.faq-img2 .img1 {
  -webkit-clip-path: polygon(55% 0px, 100% 38%, 100% 100%, 0px 100%, 0% 38%);
          clip-path: polygon(55% 0px, 100% 38%, 100% 100%, 0px 100%, 0% 38%);
}

/* accordion area start home 2 */
.offer-deals-wrapp {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  /* Large devices */
  /* Small devices */
}

@media (max-width: 1199px) {
  .offer-deals-wrapp {
    margin-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .offer-deals-wrapp {
    display: block;
  }
}

.accordion-item {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  background: transparent;
  overflow: hidden;
  min-width: 336px;
  /* Small devices */
}

@media (max-width: 767px) {
  .accordion-item {
    min-width: 100%;
  }
}

.accordion-item_info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.accordion-item_wrapp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  /* Extra small devices */
}

@media (max-width: 575px) {
  .accordion-item_wrapp {
    display: block;
  }
}

.accordion-item_number {
  border: 1px solid var(--gray-color);
  width: 69px;
  height: 32px;
  padding: 2px 24.5px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 600;
  line-height: 27px;
  color: var(--gray-color);
}

.accordion-item_content {
  color: #fff;
  padding: 0 30px 0px 110px;
  max-height: 0;
  overflow: hidden;
  will-change: max-height;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  opacity: 0;
  /* Extra small devices */
}

@media (max-width: 575px) {
  .accordion-item_content {
    padding: 0 30px 0px 0px;
  }
}

.accordion-item .box-title {
  margin-bottom: 0;
}

.accordion-item i {
  font-size: 20px;
  font-weight: 400;
  color: var(--title-color);
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
  /* Extra small devices */
}

@media (max-width: 575px) {
  .accordion-item i {
    font-size: 24px;
  }
}

.accordion-item .accordion-button {
  font-size: 30px;
  font-weight: 600;
  font-family: var(--title-font);
  border: 0;
  color: var(--title-color);
  background: transparent;
  padding: 20px 0 20px 0;
  gap: 10px;
  margin-bottom: 0;
  text-align: left;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  border-radius: 0 !important;
}

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

.accordion-item .accordion-button:focus {
  outline: none;
  box-shadow: none;
}

.accordion-item .accordion-button:not(.collapsed) {
  box-shadow: none;
  border-bottom: none;
  background-color: transparent;
  padding: 20px 0 0px 0;
}

.accordion-item .accordion-button:not(.collapsed) .accordion-item_number {
  border-color: var(--theme-color);
  color: var(--theme-color);
}

.accordion-item .accordion-button:not(.collapsed) i {
  color: var(--theme-color);
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.accordion-item .accordion-button:not(.collapsed):after {
  content: '\f068';
}

.accordion-item .accordion-button.collapsed {
  border-bottom: 1px solid var(--gray-color);
}

.accordion-item .accordion-collapse {
  border: none;
}

.accordion-item .accordion-collapse .accordion-body {
  border-color: var(--theme-color);
}

.accordion-item .accordion-body {
  background-color: transparent;
  border: none;
  padding: 0px;
  border-bottom: 1px solid var(--gray-color);
}

.accordion-item .faq-img {
  height: 100%;
}

.accordion-item .faq-img img {
  height: 100%;
  object-fit: cover;
}

.accordion-item-wrapp {
  padding: 0;
}

.accordion-item-wrapp li {
  list-style: none;
}

.according-img-tab {
  position: absolute;
  right: 40px;
  top: 20px;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
  /* Small devices */
}

@media (max-width: 1399px) {
  .according-img-tab {
    right: 20px;
  }
}

@media (max-width: 1299px) {
  .according-img-tab {
    top: 0;
    max-width: 250px;
  }
}

@media (max-width: 1199px) {
  .according-img-tab {
    max-width: 100%;
  }
}

@media (max-width: 991px) {
  .according-img-tab {
    right: 0;
  }
}

@media (max-width: 767px) {
  .according-img-tab {
    position: relative;
    margin-top: 50px;
  }
}

.according-img-tab img {
  border-radius: 16px;
  -webkit-transform: rotate(5deg);
      -ms-transform: rotate(5deg);
          transform: rotate(5deg);
  -webkit-transition: all 1.3s ease;
  transition: all 1.3s ease;
}

.faq-price {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: var(--theme-color);
  display: block;
  margin-bottom: 10px;
}

.th-accordion_images {
  position: absolute;
  right: 40px;
  top: 10px;
  margin-top: 35px;
}

.th-accordion_images img {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.th-accordion_images img.active {
  opacity: 1;
  visibility: visible;
}

.th-accordion_images img {
  border-radius: 16px;
  -webkit-transform: rotate(5deg);
      -ms-transform: rotate(5deg);
          transform: rotate(5deg);
  opacity: 0;
  -webkit-transition: all 1.3s ease;
  transition: all 1.3s ease;
}

.th-accordion_images img:not(:first-child) {
  position: absolute;
  left: 0;
  top: 0;
}

.th-accordion_images img.active {
  opacity: 1;
}

.offer-deals-counter {
  display: grid;
  grid-template-columns: auto auto auto auto;
  padding: 0;
  /* Medium Large devices */
  /* Large devices */
  /* Extra small devices */
}

@media (max-width: 1299px) {
  .offer-deals-counter {
    grid-template-columns: auto auto;
    gap: 20px;
  }
}

@media (max-width: 1199px) {
  .offer-deals-counter {
    grid-template-columns: auto auto auto auto;
  }
}

@media (max-width: 480px) {
  .offer-deals-counter {
    grid-template-columns: auto auto;
  }
}

@media (max-width: 375px) {
  .offer-deals-counter {
    grid-template-columns: auto;
  }
}

.offer-deals-counter li {
  position: relative;
  text-align: center;
  border-radius: 50%;
  border: 1px solid var(--theme-color);
  list-style: none;
  padding: 30px 20px;
  width: 114px;
  height: 114px;
}

.offer-deals-counter li:not(:last-child):before {
  content: ":";
  position: absolute;
  right: -16%;
  top: 35%;
  font-size: 35px;
  color: var(--title-color);
  font-weight: 700;
  /* Medium Large devices */
}

@media (max-width: 1399px) {
  .offer-deals-counter li:not(:last-child):before {
    right: -11%;
  }
}

@media (max-width: 1299px) {
  .offer-deals-counter li:not(:last-child):before {
    display: none;
  }
}

.offer-deals-counter li .count-number {
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0.02em;
  color: var(--title-color);
  margin-bottom: 0;
}

.offer-deals-counter li .count-name {
  font-weight: 400;
  color: var(--title-color);
}

.th-loader {
  position: relative;
}

.loadcontent {
  display: none;
}

/*------------------- 4.00. Tour -------------------*/
/* tour start ------------------------*/
@media (min-width: 1930px) {
  .tour-area {
    background-size: cover;
    margin-bottom: 120px;
  }
}

@media (min-width: 1930px) {
  .tour-sec2 {
    background-size: cover;
  }
}

/* .tour-box {
  position: relative;
  background-color: var(--white-color);
  border: 1px solid #BCCED2;
  border-top: transparent;
  border-radius: 16px;
  overflow: hidden;
} */

.tour-box{
  position: relative;
  background-color: var(--white-color);
  border-radius: 24px;
  overflow: hidden;

  /* remove border */
  border: none;

  /* premium soft shadow */
  /* box-shadow: 
    0 4px 12px rgba(0, 0, 0, 0.05),
    0 10px 30px rgba(0, 0, 0, 0.08); */
  box-shadow: 1px 1px 5px #ccc;
  transition: all 0.3s ease;
}

.yacht_slider{
  padding: 10px;
}

#sec_title_slider{
  margin-bottom: 10px;
}

.tour-box.style-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #BCCED2;
  /* Medium Large devices */
}

@media (max-width: 1299px) {
  .tour-box.style-flex {
    display: block;
  }
}

.tour-box.style-flex .tour-content {
  padding: 0;
  /* Medium Large devices */
  /* Extra small devices */
}

@media (max-width: 1299px) {
  .tour-box.style-flex .tour-content {
    padding: 30px;
  }
}

@media (max-width: 375px) {
  .tour-box.style-flex .tour-content {
    padding: 20px;
  }
}

.tour-box.style-flex .tour-action {
  gap: 30px;
}

.tour-box.style-flex .tour-box_img {
  border-radius: 16px 0px 0 0;
  width: 50%;
  /* Medium Large devices */
  /* Medium devices */
}

@media (max-width: 1299px) {
  .tour-box.style-flex .tour-box_img {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .tour-box.style-flex .tour-box_img {
    margin-bottom: 0;
  }
}

.tour-box.style-flex .tour-box_img img {
  width: 100%;
  object-fit: cover;
  border-radius: 16px 0px 0 0;
}

.tour-box.style2 .box-title {
  font-size: 24px;
  font-weight: 600;
}

.tour-box.style2 .woocommerce-review-link {
  font-weight: 600;
}

.tour-box.style2 .tour-content {
  padding: 24px;
}

.tour-box.style2 .tour-list ul {
  padding: 0;
}

.tour-box.style2 .tour-list ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 18px;
  font-weight: 500;
  font-family: var(--title-font);
  border-bottom: 1px solid #BCCED2;
  color: var(--black-color);
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.tour-box.style2 .tour-list ul li span {
  color: var(--body-color);
}

.tour-box.style2 .tour-action {
  margin-top: 30px;
}

@media (max-width: 340px) {
  .tour-box.style2 .tour-action {
    display: block;
  }
}

.tour-box.style2 .tour-box_price {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}

.tour-box.style2 .currency {
  font-size: 24px;
  font-weight: 500;
  font-family: var(--body-font);
  color: var(--black-color2);
  /* Medium Large devices */
}

@media (max-width: 1299px) {
  .tour-box.style2 .currency {
    font-size: 18px;
  }
}

.tour-box.style3 .tour-box_img:before {
  display: none;
}

.tour-box.style4 {
  padding: 16px;
  border: 1px solid #BCCED2;
}

.tour-box.style4 .tour-box_img {
  border-radius: 16px;
}

.tour-box.style4 .tour-content {
  padding: 24px 0 0 0;
}

.tour-box.style5 {
  background-color: var(--white-color);
  border: 1px solid #BCCED2;
  border-radius: 30px;
  padding: 16px;
  box-shadow: none;
}

.tour-box.style5 .discount {
  background-color: var(--white-color);
  padding: 4px 18px;
  font-weight: 600;
  font-size: 14px;
  color: #113D48;
  border-radius: 30px;
  position: absolute;
  left: 10px;
  top: 10px;
}

.tour-box.style5 .star-rating span:before {
  color: #F8BC22;
}

.tour-box.style5 .location {
  font-weight: 500;
  font-size: 14px;
  color: #0D0D0C;
  display: block;
  margin-bottom: 40px;
}

.tour-box.style5 .location i {
  color: #F8BC22;
  font-size: 16px;
  margin-right: 8px;
}

.tour-box.style5 .box-title {
  font-size: 24px;
  /* Medium Large devices */
}

@media (max-width: 1299px) {
  .tour-box.style5 .box-title {
    font-size: 20px;
  }
}

.tour-box.style5 .tour-content {
  padding: 24px 10px 16px 10px;
}

.tour-box.style5 .tour-box_img {
  border-radius: 20px;
}

.tour-box.style5 .tour-box_img img {
  border-radius: 20px;
}

.tour-box.style5 .tour-box_price {
  font-family: var(--body-font);
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0.02em;
  color: var(--body-color);
  margin-bottom: 35px;
}

.tour-box.style5 .currency {
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0.02em;
  color: var(--black-color2);
}

.tour-box.style5:hover {
  box-shadow: none;
}

.tour-box.style5 .th-btn {
  padding: 12px 30px;
}

.tour-box.style6 {
  padding: 16px;
  border-radius: 16px;
  border: 1px solid #BCCED2;
}

.tour-box.style6 .tour-box_img {
  border-radius: 8px;
}

.tour-box.style6 .tour-box_img:before {
  display: none;
}

.tour-box.style6 .tour-box_img img {
  border-radius: 8px;
}

.tour-box.style6 .tour-box_img span {
  position: absolute;
  bottom: 0;
  right: 24px;
  width: 80px;
  height: 32px;
  background: #F8BC22;
  border-radius: 12px 12px 0px 0px;
  font-weight: 500;
  font-size: 16px;
  color: var(--title-color);
  padding: 5px 10px;
}

.tour-box.style6 .star-rating span:before {
  color: #F8BC22;
}

.tour-box.style6 .tour-box_price {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.02em;
  color: var(--body-color);
  margin-bottom: 0;
}

.tour-box.style6 .tour-box_price .currency {
  font-weight: 400;
  font-size: 24px;
  letter-spacing: 0.02em;
  color: #0D0D0C;
}

.tour-box.style6 .tour-action {
  margin-bottom: 30px;
}

.tour-box.style6 .tour-content {
  padding: 24px 0px 16px 0px;
}

.tour-box.style6 .th-btn {
  padding: 10px 30px;
}

.tour-box.style6 .box-title {
  font-size: 24px;
  /* Large devices */
}

@media (max-width: 1199px) {
  .tour-box.style6 .box-title {
    font-size: 20px;
  }
}

.tour-box.style6 .location {
  font-weight: 500;
  font-size: 18px;
  color: #0D0D0C;
}

.tour-box.style6 .location i {
  color: #F8BC22;
  margin-right: 8px;
}

.tour-box_img {
  position: relative;
  border-radius: 16px 16px 0 0;
  z-index: 2;
  overflow: hidden;
  /* Medium devices */
}

@media (max-width: 991px) {
  .tour-box_img {
    margin-bottom: 0;
  }
}

.tour-box_img:before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 88.18%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 88.18%);
}

.tour-box_img img {
  width: 100%;
  border-radius: 16px 16px 0 0;
  -webkit-transition: 1.3s all ease;
  transition: 1.3s all ease;
}

.tour-box .tour-content {
  padding: 15px;
}

.tour-box .box-title {
  color: var(--black-color2);
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
}

.tour-box .tour-rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  margin-bottom: 13px;
}

.tour-box .star-rating {
  font-size: 14px;
}

.tour-box .star-rating span:before {
  color: #FF833E;
}

.tour-box .woocommerce-review-link {
  font-size: 16px;
  line-height: 16px;
  color: var(--black-color2);
}

.tour-box_price {
  font-family: var(--body-font);
  font-size: 14px;
  font-weight: 400;
  color: var(--body-color);
  margin-bottom: 35px;
}

.tour-box .currency {
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0.02em;
  color: var(--black-color2);
}

.tour-box .tour-action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.tour-box .tour-action i {
  margin-right: 8px;
}

.tour-box .tour-action span {
  font-weight: 400;
  font-size: 16px;
  color: var(--title-color);
}

.tour-box .tour-action .th-btn {
  border: 1px solid var(--gray-color);
  font-weight: 500;
  padding: 10px 19.5px;
  cursor: pointer;
  /* Large devices */
}

@media (max-width: 1199px) {
  .tour-box .tour-action .th-btn {
    padding: 10px 15px;
  }
}

.tour-box .tour-action .th-btn:after {
  -webkit-mask-image: url(../img/icon/arrow-right3.svg);
          mask-image: url(../img/icon/arrow-right3.svg);
}

.tour-box:hover {
  box-shadow: 0px 20px 20px rgba(204, 204, 204, 0.25);
}

.tour-box:hover .tour-box_img img {
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
}

.tour-slider {
  position: relative;
}

/* tour end ------------------------*/
/* tour card  start --------------------*/
.tourSlider2 {
  margin-right: -23% !important;
}

@media (min-width: 1930px) {
  .tourSlider2 {
    padding-bottom: 120px;
  }
}

.tourSlider2 .swiper-wrapper {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.tour-card {
  position: relative;
  --space: 16px;
}

@media (max-width: 480px) {
  .tour-card {
    width: 83%;
  }
}

.tour-card_img {
  border-radius: 16px;
}

.tour-card_img img {
  border-radius: 16px;
}

.tour-card .tour-content {
  position: absolute;
  top: var(--space);
  left: var(--space);
  width: calc(100% - var(--space)*2);
  height: calc(100% - var(--space)*2);
  z-index: 2;
  background: rgba(17, 61, 72, 0.5);
  border: 1px solid var(--white-color);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border-radius: 16px;
  padding: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.tour-card .box-title {
  color: var(--white-color);
  font-weight: 600;
  margin-bottom: 10px;
}

@media (max-width: 1399px) {
  .tour-card .box-title {
    font-size: 20px;
  }
}

.tour-card .tour-rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4px;
  margin-bottom: 20px;
}

.tour-card .star-rating {
  font-size: 14px;
}

.tour-card .star-rating span:before {
  color: #FF833E;
}

.tour-card .woocommerce-review-link {
  font-size: 16px;
  line-height: 16px;
  color: var(--white-color);
}

.tour-card_price {
  font-family: var(--body-font);
  font-size: 18px;
  font-weight: 400;
  color: var(--white-color);
  margin-bottom: 35px;
}

.tour-card .currency {
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0.02em;
  color: var(--white-color);
}

.tour-card .tour-action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.tour-card .tour-action i {
  margin-right: 8px;
}

.tour-card .tour-action span {
  font-weight: 400;
  font-size: 16px;
  color: var(--white-color);
}

.tour-card .tour-action .th-btn {
  border: 1px solid var(--white-color);
  font-weight: 500;
  padding: 10px 19.5px;
  color: var(--white-color);
}

.tour-card .tour-action .th-btn:after {
  -webkit-mask-image: url(../img/icon/arrow-right3.svg);
          mask-image: url(../img/icon/arrow-right3.svg);
}

.tour-card .tour-action .th-btn:hover {
  color: var(--black-color2);
}

.tour-card .tour-action .th-btn:hover:before {
  background-color: var(--white-color);
}

.tour-card .tour-location span {
  color: var(--white-color);
}

.tour-card:hover .tour-content {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.tour-text {
  font-size: 18px;
  color: var(--title-color);
  text-align: center;
  max-width: 687px;
  display: block;
  margin: auto auto 60px auto;
  /* Large devices */
}

@media (max-width: 1199px) {
  .tour-text {
    max-width: 100%;
  }
}

.style-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 1930px) {
  .tour-area3 {
    background-size: cover;
    margin-bottom: 120px;
  }
}

/* tour card  end --------------------*/
/* tour details start -------------------------- */
.tour-page-single .page-content {
  display: block;
}

.tour-page-single .box-title {
  font-size: 40px;
  /* Large devices */
  /* Small devices */
  /* Extra small devices */
}

@media (max-width: 1199px) {
  .tour-page-single .box-title {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .tour-page-single .box-title {
    font-size: 34px;
  }
}

@media (max-width: 575px) {
  .tour-page-single .box-title {
    font-size: 28px;
  }
}

.tour-page-single .box-text {
  font-size: 18px;
}

.tour-page-single .tour-price {
  font-weight: 400;
  font-size: 18px;
  line-height: 40px;
  color: var(--body-color);
}

.tour-page-single .tour-price .currency {
  font-size: 28px;
  font-weight: 600;
  color: var(--theme-color);
}

.tour-slider1 {
  position: relative;
}

.tour-slider1 .tour-slider-img img {
  border-radius: 8px;
}

.tour-slider1 .slider-arrow {
  top: auto;
  bottom: 60px;
  left: -23px;
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.tour-slider1 .slider-arrow.slider-next {
  left: auto;
  right: -23px;
}

.tour-tab {
  border: 0;
  margin-bottom: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  margin-bottom: 40px;
}

.tour-tab .nav-item .nav-link {
  border: none;
  border-radius: 8px;
  background: var(--smoke-color);
  font-size: 16px;
  font-weight: 500;
  color: var(--title-color);
  padding: 7px 22px;
}

.tour-tab .nav-item .nav-link.active {
  background: var(--theme-color);
  color: var(--white-color);
}

.tour-snapshot {
  border: 1px solid #E1E4E5;
  padding: 40px 24px;
  margin-bottom: 64px;
}

.tour-snapshot .box-title {
  font-size: 28px;
  margin-top: -0.3rem;
}

.tour-snap-wrapp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /* Medium Large devices */
  /* Extra small devices */
}

@media (max-width: 1299px) {
  .tour-snap-wrapp {
    display: grid;
    grid-template-columns: auto auto;
    gap: 20px;
  }
}

@media (max-width: 375px) {
  .tour-snap-wrapp {
    grid-template-columns: auto;
  }
}

.tour-snap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}

.tour-snap .icon i {
  font-size: 20px;
  color: var(--title-color);
}

.tour-snap span {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: var(--title-color);
  margin-bottom: -0.3rem;
}

.tour-snap .title {
  font-weight: 400;
  display: block;
  color: var(--body-color);
}

.tour-snap .line-btn {
  text-transform: capitalize;
  padding-bottom: 0;
}

.tour-gallery-card {
  position: relative;
}

.tour-gallery-card .gallery-img {
  border-radius: 8px;
  overflow: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  /* Medium devices */
}

@media (max-width: 991px) {
  .tour-gallery-card .gallery-img {
    margin-bottom: 0;
  }
}

.tour-gallery-card .gallery-img img {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
}

.tour-gallery-card .icon-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  line-height: normal;
  border: 0;
  background: transparent;
  color: var(--white-color);
  font-size: 32px;
  opacity: 0;
}

.tour-gallery-card:hover .tour-gallery-card-img {
  border-color: var(--white-color);
}

.tour-gallery-card:hover .icon-btn {
  opacity: 1;
}

/* tour details end   --------------------------  */
/*------------------- 4.00. Trip  -------------------*/
/* trips start ------------------------*/
.category-trips-single,
.category-trips-single-inner-wrap,
.category-feat-ribbon,
.category-feat-ribbon-txt {
  background-color: var(--theme-color2) !important;
  color: white !important;
}

.wpte-elementor-widget svg,
.wpte-trip-category svg,
.wpte-trip-category-title svg,
.wpte-icon svg {
  width: 0.5em;
}

.trip-facts-value li label {
  margin-top: 0;
}

.wp-travel-engine-archive-outer-wrap .advanced-search-wrapper {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 300px;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
}

.category-trips-single.wpte_new-layout,
.category-trips-single-inner-wrap,
.category-trip-detail-wrap,
.category-trip-desti {
  min-width: 275px;
}

.category-trips-single.wpte_new-layout,
.category-trips-single-inner-wrap,
.category-trip-prc-title-wrap {
  padding: 0 30px 0 0;
}

.wp-travel-engine-archive-repeater-wrap,
.category-main-wrap {
  margin: 0 0px;
  width: 100%;
}

.category-list .category-trips-single-inner-wrap {
  border: 1px solid #BCCED2;
}

.category-list .category-trips-single .category-trips-single-inner-wrap .category-trip-viewmre-btn {
  border-radius: 48px;
}

.category-list .category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .category-trip-fig > a,
.category-list .category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .wpte-gallery-wrapper {
  border-radius: 16px 0px 0 0px !important;
}

.category-list .category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .category-trip-fig > a .wpte-trip-feat-img-gallery .owl-item img,
.category-list .category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .wpte-gallery-wrapper .wpte-trip-feat-img-gallery .owl-item img {
  border-radius: 16px 0px 0 0;
}

.category-trip-desc {
  color: var(--body-color);
}

.category-trips-single-inner-wrap {
  position: relative;
  background-color: var(--white-color);
  border: 1px solid #BCCED2;
  border-top: transparent;
  border-radius: 16px !important;
  overflow: hidden;
}

.wp-travel-toolbar {
  padding: 24px !important;
  padding-top: 0;
  padding-right: 24px;
  border: 1px solid var(--gray-color);
  border-radius: 8px;
  margin-bottom: 24px;
}

.wp-travel-toolbar span {
  font-size: 16px;
}

.wp-travel-toolbar .wpte-trip__adv-field {
  font-size: 16px;
  color: var(--title-color);
}

.wp-travel-toolbar .wte-ordering .wpte-trip__adv-field .wpte__select-options ul {
  overflow: hidden;
}

.wp-travel-toolbar .wte-ordering .wpte-trip__adv-field .wpte__select-options ul li {
  padding: 7px 8px;
  color: var(--title-color);
}

.wp-travel-toolbar .wte-filterby-dropdown:before {
  display: none;
}

.wp-travel-toolbar .wte-view-modes ul {
  border: 1px solid #E9F6F9;
  border-radius: 4px;
  padding: 4px;
}

.wp-travel-toolbar .wte-view-modes ul li {
  display: inline-block;
  height: 32px;
  width: 32px;
  line-height: 32px;
  border: 0;
  background-color: transparent;
  text-align: center;
  position: relative;
  font-family: var(--title-font);
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--body-color);
  border-radius: 5px;
  margin: 0;
}

.wp-travel-toolbar .wte-view-modes ul li.active {
  color: var(--white-color);
  background: var(--theme-color);
}

.wp-travel-toolbar .wte-view-modes ul li.active a {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.wp-travel-toolbar .wte-view-modes ul li a {
  height: 32px !important;
  width: 32px !important;
  line-height: 32px;
}

.category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .category-trip-fig > a,
.category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .wpte-gallery-wrapper {
  border-radius: 16px 16px 0 0 !important;
}

.category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .category-trip-fig > a .wpte-trip-feat-img-gallery .owl-item,
.category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .wpte-gallery-wrapper .wpte-trip-feat-img-gallery .owl-item {
  position: relative;
  overflow: hidden;
  -webkit-transition: 1.3s all ease;
  transition: 1.3s all ease;
}

.category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .category-trip-fig > a .wpte-trip-feat-img-gallery .owl-item:before,
.category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .wpte-gallery-wrapper .wpte-trip-feat-img-gallery .owl-item:before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 88.18%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 88.18%);
}

.category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .category-trip-fig > a .wpte-trip-feat-img-gallery .owl-item:after,
.category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .wpte-gallery-wrapper .wpte-trip-feat-img-gallery .owl-item:after {
  background: rgba(255, 255, 255, 0.5);
  content: "";
  height: 0;
  left: 0;
  opacity: 1;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
}

.category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .category-trip-fig > a .wpte-trip-feat-img-gallery .owl-item img,
.category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .wpte-gallery-wrapper .wpte-trip-feat-img-gallery .owl-item img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px 16px 0 0;
  overflow: hidden;
  -webkit-transition: 1.3s all ease;
  transition: 1.3s all ease;
}

.category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .category-trip-fig > a:hover .wpte-trip-feat-img-gallery .owl-item img,
.category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .wpte-gallery-wrapper:hover .wpte-trip-feat-img-gallery .owl-item img {
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
}

.category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .category-trip-fig > a:hover .wpte-trip-feat-img-gallery .owl-item:after,
.category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .wpte-gallery-wrapper:hover .wpte-trip-feat-img-gallery .owl-item:after {
  height: 100%;
  opacity: 0;
  -webkit-transition: all .4s linear;
  transition: all .4s linear;
}

.category-main-wrap.category-grid .category-trip-prc-title-wrap .category-trip-title {
  font-size: 20px;
  color: var(--black-color2);
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-discount {
  padding: 7px 16px !important;
  font-weight: 400 !important;
}

.category-trips-single .category-trips-single-inner-wrap .wishlist-toggle.active svg path {
  fill: #1CA8CB;
}

.category-trips-single .category-trips-single-inner-wrap .price-holder .actual-price {
  font-size: 28px;
  font-weight: 600;
  color: var(--black-color2);
}

.category-trips-single .category-trips-single-inner-wrap .price-holder .striked-price {
  font-size: 14px;
  font-weight: 400;
  font-family: var(--body-font);
  color: var(--body-color);
}

.category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-dates span {
  font-size: 14px;
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-viewmre-btn {
  position: relative;
  background-color: var(--theme-color);
  font-weight: 500;
  padding: 18.8px 35px;
  color: var(--white-color);
  font-size: 16px;
  border-radius: 48px;
  text-transform: capitalize;
  overflow: hidden;
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-viewmre-btn:before {
  content: '';
  width: 0;
  height: 100%;
  border-radius: 30em;
  position: absolute;
  top: 0;
  left: -5%;
  background-color: var(--title-color);
  -webkit-transition: .5s ease;
  transition: .5s ease;
  display: block;
  z-index: -1;
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-viewmre-btn:hover, .category-trips-single .category-trips-single-inner-wrap .category-trip-viewmre-btn.active {
  color: var(--white-color);
  box-shadow: none;
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-viewmre-btn:hover.th-icon i, .category-trips-single .category-trips-single-inner-wrap .category-trip-viewmre-btn.active.th-icon i {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-viewmre-btn:hover:before, .category-trips-single .category-trips-single-inner-wrap .category-trip-viewmre-btn.active:before {
  width: 110%;
}

.wpte-elementor-widget .category-slider,
.wpte-elementor-widget .category-slider:not(.full-width) {
  margin: 0 15px;
}

/* Small devices */
@media (max-width: 767px) {
  .wpte-elementor-widget .category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-prc-wrap > * {
    max-width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
    border-left: 0;
    padding-left: 0;
  }
}

.wpte-trip-category .wpte-trip-category-img-wrap .wpte-trip-category-overlay {
  background-color: rgba(28, 168, 203, 0.8);
}

.wpte-trip-category .wpte-trip-category-img-wrap .wpte-trip-category-btn .wpte-trip-cat-btn {
  border-radius: 48px;
}

.page-content {
  display: none;
}

#wp-travel-trip-wrapper {
  padding-top: var(--section-space);
  padding-bottom: var(--section-space);
  /* Medium devices */
}

@media (max-width: 991px) {
  #wp-travel-trip-wrapper {
    padding-top: 65px;
  }
}

#wp-travel-trip-wrapper .page-title {
  font-size: 48px;
}

.post-type-archive .wp-travel-engine-archive-outer-wrap,
.tax-destination .wp-travel-engine-archive-outer-wrap,
.tax-activities .wp-travel-engine-archive-outer-wrap,
.tax-trip_types .wp-travel-engine-archive-outer-wrap {
  padding-top: 0;
  padding-bottom: 20px;
}

.tax-trip_types .wp-travel-engine-archive-outer-wrap {
  padding-top: 0;
  padding-bottom: 20px;
}

.single-trip .trip-content-area {
  padding-top: 120px;
}

.wp-travel-engine-archive-repeater-wrap .category-main-wrap .category-trips-single {
  padding: 0px 0px;
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap .button:hover,
.category-list .category-trips-single .category-trips-single-inner-wrap .category-trip-viewmre-btn:hover {
  background-color: var(--theme-color);
}

.category-list .category-trips-single:last-of-type {
  margin-bottom: 32px;
}

/* Small devices */
@media (max-width: 767px) {
  .single-trip .entry-header .entry-title {
    font-size: 24px;
  }
  .single-trip .trip-content-area {
    padding-top: 80px;
  }
  .wte-related-trips-wrapper {
    padding-bottom: 76px;
  }
}

.trip-search-result .wp-travel-engine-archive-outer-wrap {
  max-width: 1320px;
  width: 100%;
  padding: 105px 15px 90px 15px;
  margin: 0 auto;
  /* Small devices */
}

@media (max-width: 767px) {
  .trip-search-result .wp-travel-engine-archive-outer-wrap {
    padding: 0px 15px 80px 15px;
  }
}

.page-header .page-title {
  font-size: 48px;
}

.wpte-booking-area .wpte-bf-discount-tag,
.category-trips-single .category-trips-single-inner-wrap .category-trip-discount {
  background: var(--theme-color) !important;
}

.trip-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* Medium devices */
}

@media (max-width: 991px) {
  .trip-pagination {
    margin: 0px !important;
  }
}

.trip-pagination .page-numbers {
  background-color: transparent;
  border: 1px solid var(--theme-color);
  border-radius: 6px;
  min-width: 50px;
  min-height: 50px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  color: var(--title-color);
}

.trip-pagination .page-numbers:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.trip-pagination .page-numbers.current {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.trip-pagination .pagination {
  margin-bottom: 0;
}

.page-header {
  display: none;
}

.category-trips-single .category-trips-single-inner-wrap .category-feat-ribbon .category-feat-ribbon-txt::before {
  display: none !important;
}

.wte-coupon-whole-wrap .coupon .wp-travel-engine-coupons-apply-btn:hover,
.wpte-bf-checkout .wpte-bf-checkout-form form .wpte-bf-submit input[type="submit"]:hover,
.wte-process-layout .wte-process-tab-controller .wte-process-btn-next:hover,
.wte-process-layout .wte-process-tab-controller .wte-process-btn-next:hover {
  opacity: 1;
  background-color: var(--theme-color2);
  border-color: var(--theme-color2);
}

.wpte-trip-category .wpte-trip-category-img-wrap figure {
  border-radius: 10px;
}

.vs-comment-form #respond {
  padding-top: 0px;
}

/* Large devices */
@media (max-width: 1199px) {
  .category-trips-single .category-trips-single-inner-wrap .price-holder {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .wp-travel-engine-archive-outer-wrap {
    padding: 0px 0px 80px 0px;
  }
  .category-trips-single .category-trips-single-inner-wrap .price-holder > span + span {
    margin-left: 0px !important;
  }
  .category-list .category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desti,
  .category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desti {
    margin-bottom: 30px !important;
    max-width: 100% !important;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .category-list .category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desti {
    padding-right: 0;
    margin-bottom: 30px;
    min-width: 100%;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .wp-travel-engine-archive-outer-wrap {
    display: block !important;
  }
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-aval-time .category-trip-avl-tip-inner-wrap .category-available-months {
  color: var(--black-color2);
}

/* sidebar area  start --------------------*/
.wptravelengine_css_v2 .advanced-search-wrapper .sidebar {
  padding: var(--widget-padding-y, 30px) var(--widget-padding-x, 30px);
  background-color: var(--white-color);
  border: 1px solid var(--gray-color);
  border-radius: 8px;
  margin-bottom: 40px;
  position: relative;
  box-shadow: none !important;
}

/* trips end   --------------------------  */
/* trip details start ----------------------*/
.single-trip .entry-header .entry-title {
  font-size: 40px;
  font-weight: 600;
}

.single-trip .wpte-trip-feat-img-gallery img {
  height: 500px;
  object-fit: cover;
  border-radius: 8px;
}

.wpte-booking-area .wpte-bf-btn.wte-book-now {
  position: relative;
}

.wpte-booking-area .wpte-bf-btn.wte-book-now:before {
  content: '';
  width: 0;
  height: 100%;
  border-radius: 30em;
  position: absolute;
  top: 0;
  left: -5%;
  background-color: var(--title-color) !important;
  -webkit-transition: .5s ease;
  transition: .5s ease;
  display: block;
  z-index: -1;
}

.wpte-booking-area .wpte-bf-btn.wte-book-now:hover, .wpte-booking-area .wpte-bf-btn.wte-book-now.active {
  color: var(--white-color);
  box-shadow: none;
  background-color: var(--title-color) !important;
}

.wpte-booking-area .wpte-bf-btn.wte-book-now:hover:before, .wpte-booking-area .wpte-bf-btn.wte-book-now.active:before {
  width: 110%;
}

.wpte-booking-area .wpte-booking-footer-text {
  padding: 24px 10px 24px 24px !important;
  text-align: left !important;
}

#tabs-container .tab-content label {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
  margin-top: 0;
}

.expand-all-button input[type=checkbox] {
  visibility: visible;
  opacity: 1;
  padding: 0;
  width: 56px !important;
  height: 26px !important;
}

.wrapper--style,
.wptravelengine_css_v2 #tabs-container,
.wte_enquiry_contact_form,
.wte-trip-facts {
  border: 1px solid #BCCED2;
  border-radius: 0;
  box-shadow: none;
}

.wrapper--style input.enquiry-submit:hover,
.wptravelengine_css_v2 #tabs-container input.enquiry-submit:hover,
.wte_enquiry_contact_form input.enquiry-submit:hover,
.wte-trip-facts input.enquiry-submit:hover {
  border-color: var(--title-color);
  background-color: var(--title-color);
  color: var(--white-color);
}

.wpte-tabs-container.fixed-header .nav-tab-wrapper {
  display: none !important;
}

.wpte-dashboard .wpte-lrf-content-area .wpte-bookings-contents .wpte-booked-trip-wrap .wpte-booked-trip-content .wpte-booked-trip-buttons-right a {
  font-size: 14px;
  font-weight: 400;
}

.wpte-dashboard .wpte-lrf-content-area .wpte-lrf-form .wpte-lrf-field.lrf-submit .wpte-lrf-btn {
  font-weight: 400;
  padding: 14px 24px;
  font-size: 14px;
}

.wpte-booking-details-wrapper .wpte-trip-link {
  font-size: 16px;
  font-weight: 500;
}

.hero-9 h3 {
  display: none;
}

/* new home */
.wpte-trip-sfilter-wrapper .wpte-trip__search-fields .wpte__select-field {
  width: 100%;
}

.elementor-page .wpte-elementor-widget .wishlist-toggle.active svg path {
  fill: #1CA8CB;
}

.elementor-page .wpte-elementor-widget .wpte-card__price .striked-price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  color: #1CA8CB;
  font-size: var(--_p-fs-s);
  font-weight: var(--_p-fw-s);
}

.duration-slider-value {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cost-slider-value {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ui-slider .ui-slider-handle {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: none;
  border: none;
  background-color: #fff;
  top: -7px;
  margin-left: 0;
  border: 3px solid var(--primary-color);
}

.class-wte-advanced-search-wrapper .advanced-search-field {
  height: 42px;
}

.class-wte-advanced-search-wrapper .advanced-search-field {
  padding: 0 10px;
}

.class-wte-advanced-search-wrapper .advanced-search-field.search-dur.show {
  padding: 0 10px;
  background-color: var(--white-color);
  height: 80px;
  margin-top: 8px;
  border: 1px solid #E1E4E5;
  -webkit-filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.09));
          filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.09));
  border-radius: 2px;
  border-bottom: 4px solid var(--theme-color);
  position: relative;
  padding: 10px;
}

.ui-slider {
  height: 6px;
  border-radius: 16px;
  background-color: #E1E4E5;
  margin: 12px 8px;
}

.ui-slider .ui-slider-range {
  height: 6px;
  border-radius: 16px;
  background: none;
  border: none;
  background-color: var(--primary-color);
}

.hero-booking .advanced-search-field strong {
  padding: 7px 20px !important;
}

.ui-slider .ui-slider-handle {
  top: -5px;
  margin-left: -6px;
  border: 3px solid var(--primary-color);
}

.class-wte-advanced-search-wrapper .advanced-search-field.show {
  padding: 0 10px;
  background-color: var(--white-color);
  height: 80px;
  margin-top: 8px;
  border: 1px solid #E1E4E5;
  -webkit-filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.07));
          filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.07));
  border-radius: 2px;
  border-bottom: 4px solid var(--theme-color);
  position: relative;
  padding: 10px;
}

.wpte-trip__adv-field.wpte__select-field.options-open .wpte__select-options {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0) scaleY(1);
      -ms-transform: translateY(0) scaleY(1);
          transform: translateY(0) scaleY(1);
  border: 1px solid #E1E4E5;
  padding: 30px 20px 25px 20px;
  margin-top: 15px;
}

.wpte-gallery-wrapper__multi-banners {
  margin: 0 !important;
}

.wpte-booking-area .wpte-bf-btn.wte-book-now {
  position: relative;
  overflow: hidden;
}

/*------------------- 4.00. Service -------------------*/
.service-inner-img {
  border-radius: 10px;
}

.service-inner-img img {
  border-radius: 10px;
}

.service-img {
  border-radius: 8px;
}

.service-img img {
  border-radius: 8px;
}

.resort-grid-list {
  display: grid;
  grid-template-columns: auto auto auto auto auto;
  border: 1px solid #E1E4E5;
  border-radius: 8px;
  padding: 40px 20px;
  list-style: none;
  margin: 0;
  gap: 20px;
  /* Medium Large devices */
  /* Large devices */
  /* Small devices */
  /* Extra small devices */
}

@media (max-width: 1399px) {
  .resort-grid-list {
    grid-template-columns: auto auto auto auto;
  }
}

@media (max-width: 1199px) {
  .resort-grid-list {
    grid-template-columns: auto auto auto;
  }
}

@media (max-width: 767px) {
  .resort-grid-list {
    grid-template-columns: auto auto;
  }
}

@media (max-width: 575px) {
  .resort-grid-list {
    grid-template-columns: auto;
  }
}

.resort-grid-list li {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}

.resort-grid-list li .resort-grid-list-icon {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 50px;
  height: 50px;
  line-height: 45px;
  border-radius: 4px;
  border: 1px solid #E1E4E5;
  text-align: center;
}

.resort-grid-list li .resort-grid-list-title {
  font-size: 16px;
  font-weight: 500;
  color: var(--black-color2);
  margin-bottom: 0;
}

.resort-grid-list li .resort-grid-list-text {
  font-size: 14px;
  font-weight: 400;
  color: var(--gray-color);
  margin-bottom: -0.3em;
}

/*------------------- 4.00. Process -------------------*/
/*------------------- 4.00. Project -------------------*/
/*------------------- 4.00. Feature -------------------*/
/* feature ---------------------------------- */
.feature-item {
  position: relative;
  background: #E9F6F9;
  border-radius: 24px;
  padding: 24px;
  text-align: center;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.feature-item_icon {
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  display: block;
  margin: auto;
  background: rgba(28, 168, 203, 0.1);
  border-radius: 50px;
  margin-bottom: 24px;
}

.feature-item_text {
  font-weight: 400;
  line-height: 26px;
  margin-bottom: -0.4rem;
}

.feature-item .box-title {
  font-size: 22px;
  margin-bottom: 7px;
  /* Medium Large devices */
}

@media (max-width: 1299px) {
  .feature-item .box-title {
    font-size: 20px;
  }
}

.feature-item img {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.feature-item:hover {
  background-color: var(--theme-color);
}

.feature-item:hover .feature-item_icon {
  background-color: var(--white-color);
}

.feature-item:hover .feature-item_icon img {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.feature-item:hover .feature-item_text {
  color: var(--white-color);
}

.feature-item:hover .box-title {
  color: var(--white-color);
}

.feature-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.feature-wrapper .feature-icon i {
  font-size: 46px;
  font-weight: 300;
  line-height: 56px;
}

.feature-wrapper .header-info_link {
  font-family: var(--title-font);
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  color: var(--title-color);
  margin-bottom: -0.5rem;
}

.feature-wrapper .header-info_link:hover {
  color: var(--theme-color);
}

.feature-wrapper .header-info_link a {
  color: inherit;
}

.feature-wrapper .header-info_label {
  font-family: var(--body-font);
  color: var(--body-color);
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0;
}

.feature-circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  max-width: 289px;
  /* Small devices */
}

.feature-circle-wrap {
  display: grid;
  grid-template-columns: auto auto;
  gap: 40px;
  border-bottom: 1px solid #E4E4E4;
  border-top: 1px solid #E4E4E4;
  margin: 40px 0;
  padding: 40px 0;
  /* Small devices */
}

@media (max-width: 767px) {
  .feature-circle-wrap {
    display: block;
  }
}

.feature-circle-wrap.style2 {
  grid-template-columns: auto auto auto;
  border: none;
  padding: 0;
  margin: 0;
}

@media (max-width: 767px) {
  .feature-circle:not(:last-child) {
    margin-bottom: 30px;
  }
}

.feature-circle .box-title {
  line-height: 34px;
  margin-bottom: 0px;
}

.feature-circle_text {
  margin-bottom: 0px;
  font-size: 14px;
}

.feature-circle .progressbar {
  position: relative;
  max-height: 100px;
}

.feature-circle .circle-num {
  font-size: 30px;
  font-weight: 600;
  color: var(--title-color);
  font-family: var(--title-font);
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  line-height: 100px;
  margin: 5px;
  text-align: center;
}

.about-circle-wrap {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 40px;
  margin-right: 50px;
  /* Small devices */
}

@media (max-width: 767px) {
  .about-circle-wrap {
    display: block;
  }
}

.about-circle .box-title {
  color: var(--white-color);
  font-weight: 500;
  text-align: center;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0px;
}

.about-circle_text {
  margin-bottom: 0px;
  font-size: 14px;
}

.about-circle .progressbar {
  position: relative;
  max-height: 160px;
  margin-bottom: 24px;
}

.about-circle .circle-num {
  font-size: 40px;
  font-weight: 600;
  color: var(--white-color);
  font-family: var(--title-font);
  position: absolute;
  top: 0;
  left: 0;
  width: 160px;
  height: 160px;
  line-height: 160px;
  margin: 5px;
  text-align: center;
}

/* Choose ---------------------------------- */
.choose-about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 25px;
  max-width: 621px;
  /* Extra small devices */
  /* Extra small devices */
}

.choose-about.style2 {
  gap: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background-color: transparent;
  border-radius: 20px;
  padding: 20px 24px;
}

.choose-about.style2 .choose-about_icon {
  background-color: transparent;
  box-shadow: none;
  border-radius: 0;
}

.choose-about.style2 .choose-about_text {
  margin-bottom: 0;
}

.choose-about.style2 .box-title {
  font-size: 20px;
  margin-bottom: 5px;
}

.choose-about.style2:hover {
  background-color: var(--white-color);
  box-shadow: 0px 2px 6px rgba(40, 41, 61, 0.02), 0px 16px 24px rgba(96, 97, 112, 0.12);
}

.choose-about.style2:not(:last-child) {
  margin-bottom: 0px;
}

.choose-about.style2.item-active {
  background-color: var(--white-color);
  box-shadow: 0px 2px 6px rgba(40, 41, 61, 0.02), 0px 16px 24px rgba(96, 97, 112, 0.12);
}

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

@media (max-width: 575px) {
  .choose-about {
    gap: 20px;
  }
}

@media (max-width: 375px) {
  .choose-about {
    display: block;
  }
}

.choose-about_icon {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background-color: var(--theme-color);
  border-radius: 16px;
  /* Extra small devices */
}

@media (max-width: 375px) {
  .choose-about_icon {
    display: block;
    margin: auto auto 20px auto;
  }
}

.choose-about_text {
  margin-bottom: 0;
  /* Extra small devices */
}

@media (max-width: 375px) {
  .choose-about_text {
    text-align: center;
  }
}

.choose-about img {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.choose-about .box-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 3px;
  /* Extra small devices */
}

@media (max-width: 375px) {
  .choose-about .box-title {
    text-align: center;
  }
}

.choose-about:hover .choose-about_icon img {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.choose-area {
  position: relative;
  z-index: 2;
  -webkit-clip-path: path("M1920 0H0V597V603V647.237L162.995 713.921C283.181 763.091 411.793 788.383 541.648 788.383H1378.35C1508.21 788.383 1636.82 763.091 1757.01 713.921L1920 647.237V603V597V0Z");
          clip-path: path("M1920 0H0V597V603V647.237L162.995 713.921C283.181 763.091 411.793 788.383 541.648 788.383H1378.35C1508.21 788.383 1636.82 763.091 1757.01 713.921L1920 647.237V603V597V0Z");
  /* Large devices */
}

@media (min-width: 1930px) {
  .choose-area {
    -webkit-clip-path: path("M0 0H3333V645.762L2852.45 764.707C2773.84 784.164 2693.16 794 2612.18 794H720.818C639.838 794 559.158 784.164 480.551 764.707L0 645.762V0Z");
            clip-path: path("M0 0H3333V645.762L2852.45 764.707C2773.84 784.164 2693.16 794 2612.18 794H720.818C639.838 794 559.158 784.164 480.551 764.707L0 645.762V0Z");
  }
}

@media (max-width: 1199px) {
  .choose-area {
    -webkit-clip-path: none;
            clip-path: none;
  }
}

.choose-tab-area {
  /* Large devices */
}

@media (max-width: 1199px) {
  .choose-tab-area {
    margin: 80px 0;
  }
}

.choose-image {
  position: relative;
  margin-left: -110px;
  /* Large devices */
}

@media (max-width: 1199px) {
  .choose-image {
    margin: 0;
  }
}

.choose-image .choose-text {
  -webkit-text-fill-color: rgba(255, 255, 255, 0.06);
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.06);
  font-family: var(--title-font);
  font-weight: 900;
  font-size: 114px;
  line-height: 94px;
  text-transform: uppercase;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  position: absolute;
  top: 38%;
  left: -58.5%;
  margin: 0;
}

.choose-text {
  color: #888C97;
}

.mission-content .checklist li {
  color: var(--white-color);
}

.mission-content .mission-text {
  color: var(--gray-color);
}

.features-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /* Medium Large devices */
}

@media (max-width: 1299px) {
  .features-wrapper {
    display: block;
  }
}

.features-wrapper .features-img {
  min-width: 300px;
  /* Medium Large devices */
}

@media (max-width: 1299px) {
  .features-wrapper .features-img {
    min-width: 100%;
    margin-top: 20px;
  }
}

.features-wrapper .features-img img {
  width: 100%;
}

.features-content .box-title {
  margin-bottom: 5px;
}

.features-content .checklist li:not(:last-child) {
  margin-bottom: 5px;
}

.feature-text {
  font-size: 18px;
  max-width: 773px;
  display: block;
  margin: auto;
}

/* choose-item */
.choose-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}

.choose-item_wrapper {
  display: grid;
  grid-template-columns: auto auto auto auto auto;
  /* Large devices */
  /* Medium devices */
  /* Extra small devices */
}

@media (max-width: 1199px) {
  .choose-item_wrapper {
    grid-template-columns: auto auto auto;
    gap: 40px 10px;
  }
}

@media (max-width: 991px) {
  .choose-item_wrapper {
    grid-template-columns: auto auto;
    gap: 40px 20px;
  }
}

@media (max-width: 575px) {
  .choose-item_wrapper {
    grid-template-columns: auto;
  }
}

.choose-item.style3 {
  display: block;
  text-align: center;
}

.choose-item.style3 .box-icon {
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 50%;
  display: block;
  margin: auto auto 30px auto;
}

.choose-item.style3 .box-title {
  font-size: 18px;
}

.choose-item.style3 .box-text {
  max-width: 300px;
  display: block;
  margin: auto;
  /* Medium Large devices */
  /* Large devices */
}

@media (max-width: 1699px) {
  .choose-item.style3 .box-text {
    max-width: 250px;
  }
}

@media (max-width: 1399px) {
  .choose-item.style3 .box-text {
    max-width: 230px;
  }
}

@media (max-width: 1199px) {
  .choose-item.style3 .box-text {
    max-width: 100%;
  }
}

.choose-item .box-icon {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background: #E9F6F9;
  border-radius: 30px;
}

.choose-item .box-icon img {
  -webkit-transform: all 0.4s ease-in-out;
      -ms-transform: all 0.4s ease-in-out;
          transform: all 0.4s ease-in-out;
}

.choose-item .box-title {
  margin-bottom: 10px;
}

.choose-item .box-text {
  max-width: 277px;
  margin-bottom: 0;
}

.choose-item:hover .box-icon img {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

/* choose-area2 start -------------------*/
.choose-area2 {
  max-width: 1760px;
  display: block;
  margin: auto;
  background: var(--title-color);
  border-radius: 30px;
  padding: 60px 0;
}

@media (max-width: 1799px) {
  .choose-area2 {
    border-radius: 0;
  }
}

/*------------------- 4.00. Gallery -------------------*/
.gallery-area .row {
  --bs-gutter-x: 17px;
}

@media (min-width: 1930px) {
  .gallery-area2 {
    background-size: cover;
  }
}

.gallery-card:nth-child(2) {
  margin-top: 17px;
}

.gallery-card .box-img {
  border-radius: 24px;
  /* Medium devices */
}

@media (max-width: 991px) {
  .gallery-card .box-img {
    margin-bottom: 10px;
  }
}

.gallery-card .box-img img {
  border-radius: 24px;
}

.gallery-card .box-img .icon-btn {
  position: absolute;
  top: calc(50% - 20px);
  left: calc(50% - 20px);
  z-index: 3;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  border: none;
  font-size: 40px;
  font-weight: 300;
  color: var(--white-color);
}

.gallery-card .box-img .icon-btn:hover {
  background-color: transparent;
}

.gallery-card:hover .icon-btn {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.gallery-box-wrapp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  margin-top: 24px;
}

.gallery-box-wrapp .gallery-box.style2:nth-child(5) {
  margin-top: 24px;
}

.gallery-box {
  position: relative;
}

.gallery-box.style2:nth-child(2) {
  margin-top: 0;
}

.gallery-box.style2:nth-child(1) {
  margin-bottom: 24px;
}

.gallery-box.style2:hover .gallery-img {
  -webkit-transform: skewY(4deg);
      -ms-transform: skewY(4deg);
          transform: skewY(4deg);
}

.gallery-box.style2:hover .icon-btn {
  -webkit-transform: skewY(0deg);
      -ms-transform: skewY(0deg);
          transform: skewY(0deg);
}

.gallery-box.style2 .gallery-img {
  /* Medium devices */
}

.gallery-box.style2 .gallery-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .gallery-box.style2 .gallery-img {
    margin-bottom: 0;
  }
}

.gallery-box.style3 .gallery-img {
  border-radius: 8px;
}

.gallery-box.style3 .gallery-img:after {
  border-radius: 8px;
}

.gallery-box.style3 .gallery-img img {
  border-radius: 8px;
  width: 100%;
}

.gallery-box.style4 .gallery-img {
  /* Medium devices */
}

@media (max-width: 991px) {
  .gallery-box.style4 .gallery-img {
    margin-bottom: 0;
  }
}

.gallery-box.style5 .gallery-img {
  height: 360px;
}

.gallery-box.style5 .gallery-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-box_wrapp:first-child .gallery-box {
  margin-top: 99px;
  /* Medium devices */
}

@media (max-width: 991px) {
  .gallery-box_wrapp:first-child .gallery-box {
    margin-top: 0;
  }
}

.gallery-box_wrapp:last-child .gallery-box {
  margin-top: 348px;
  /* Extra large devices */
  /* Medium Large devices */
}

@media (max-width: 1500px) {
  .gallery-box_wrapp:last-child .gallery-box {
    margin-top: 24px;
  }
}

@media (max-width: 1299px) {
  .gallery-box_wrapp:last-child .gallery-box {
    margin-top: 0;
  }
}

.gallery-box:nth-child(2) {
  margin-top: 24px;
  /* Medium Large devices */
  /* Medium devices */
}

@media (max-width: 1299px) {
  .gallery-box:nth-child(2) {
    margin-bottom: 24px;
  }
}

@media (max-width: 991px) {
  .gallery-box:nth-child(2) {
    margin-bottom: 0;
  }
}

.gallery-box .gallery-img {
  position: relative;
  overflow: hidden;
  z-index: 2;
  border-radius: 16px;
  /* Medium devices */
}

@media (max-width: 991px) {
  .gallery-box .gallery-img {
    margin-bottom: 0;
  }
}

.gallery-box .gallery-img:after {
  content: '';
  position: absolute;
  inset: 0;
  background: -webkit-linear-gradient(bottom, rgba(13, 13, 12, 0.5), rgba(13, 13, 12, 0.5));
  background: linear-gradient(0deg, rgba(13, 13, 12, 0.5), rgba(13, 13, 12, 0.5));
  border-radius: 16px;
  opacity: 0;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  z-index: 1;
}

.gallery-box .gallery-img .icon-btn {
  position: absolute;
  top: calc(50% - 20px);
  left: calc(50% - 20px);
  z-index: 3;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  border: none;
  font-size: 40px;
  font-weight: 300;
  color: var(--white-color);
}

.gallery-box .gallery-img .icon-btn:hover {
  background-color: transparent;
}

.gallery-box .gallery-img img {
  border-radius: 16px;
}

.gallery-box:hover .gallery-img:after {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.gallery-box:hover .icon-btn {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

/* gllery 5 start ----------------*/
.gallery-row4 {
  display: grid;
  grid-template-columns: auto auto auto auto;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 12px;
  /* Large devices */
  /* Small devices */
  /* Extra small devices */
}

@media (max-width: 1199px) {
  .gallery-row4 {
    grid-template-columns: auto auto auto;
  }
}

@media (max-width: 767px) {
  .gallery-row4 {
    grid-template-columns: auto auto;
  }
}

@media (max-width: 575px) {
  .gallery-row4 {
    grid-template-columns: auto;
  }
}

/* gallery thumb  */
.gallery-thumb.style2 {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  margin: 0 8px;
}

.gallery-thumb.style2 img {
  position: relative;
  width: 100%;
  border-radius: 24px;
}

.gallery-thumb.style2 .gallery-btn {
  position: absolute;
  top: 24px;
  right: 24px;
  color: var(--white-color);
  font-size: 24px;
}

.gallery-thumb2 {
  overflow: hidden;
  position: relative;
  border-radius: 24px;
}

.gallery-thumb2.style2 .gallery-btn {
  font-size: 50px;
}

.gallery-thumb2 img {
  width: 100%;
  height: 100%;
}

.gallery-thumb2:hover:before {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  opacity: 0.6;
}

.gallery-thumb2:hover .gallery-btn {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.gallery-thumb2:before {
  content: "";
  height: 100%;
  width: 100%;
  background: var(--theme-color);
  border-radius: 24px;
  position: absolute;
  inset: 0;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.gallery-thumb2 .gallery-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  color: var(--white-color);
  display: block;
  margin: 0 auto;
  font-size: 25px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate(-50%, 20px);
      -ms-transform: translate(-50%, 20px);
          transform: translate(-50%, 20px);
  z-index: 1;
}

.gallery-area3 {
  border-bottom: 1px solid rgba(233, 246, 249, 0.2);
  padding-bottom: 64px;
}

/* gallery-area7  start --------------------*/
.gallery-area7 {
  background-color: #E9F6F9;
  padding: 0 40px 0 40px;
}

.swiper-slide .gallery-card.style2 {
  -webkit-transform: scale(0.95) translateX(0%);
      -ms-transform: scale(0.95) translateX(0%);
          transform: scale(0.95) translateX(0%);
  /* Small devices */
}

@media (max-width: 767px) {
  .swiper-slide .gallery-card.style2 {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

.swiper-slide-active .gallery-card.style2 {
  -webkit-transform: scale(1) translateX(0);
      -ms-transform: scale(1) translateX(0);
          transform: scale(1) translateX(0);
  /* Small devices */
}

@media (max-width: 767px) {
  .swiper-slide-active .gallery-card.style2 {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

.gallerySlide9 .slider-pagination {
  margin-top: 0;
}

.gallerySlide9 .swiper-pagination-bullets {
  max-width: 250px;
  display: block;
  margin: auto;
  overflow: hidden;
  position: relative;
}

.gallerySlide9 .swiper-slide:nth-child(3) .gallery-card.style2 {
  margin-top: 100px;
  /* Small devices */
}

@media (max-width: 767px) {
  .gallerySlide9 .swiper-slide:nth-child(3) .gallery-card.style2 {
    margin: 0;
  }
}

.gallerySlide9 .swiper-slide:nth-child(5) .gallery-card.style2 {
  margin-top: 100px;
  /* Small devices */
}

@media (max-width: 767px) {
  .gallerySlide9 .swiper-slide:nth-child(5) .gallery-card.style2 {
    margin: 0;
  }
}

.gallerySlide9 .swiper-slide:nth-child(7) .gallery-card.style2 {
  margin-top: 100px;
  /* Small devices */
}

@media (max-width: 767px) {
  .gallerySlide9 .swiper-slide:nth-child(7) .gallery-card.style2 {
    margin: 0;
  }
}

.gallerySlide9 .swiper-slide:nth-child(9) .gallery-card.style2 {
  margin-top: 100px;
  /* Small devices */
}

@media (max-width: 767px) {
  .gallerySlide9 .swiper-slide:nth-child(9) .gallery-card.style2 {
    margin: 0;
  }
}

.gallerySlide9 .swiper-slide:nth-child(11) .gallery-card.style2 {
  margin-top: 100px;
  /* Small devices */
}

@media (max-width: 767px) {
  .gallerySlide9 .swiper-slide:nth-child(11) .gallery-card.style2 {
    margin: 0;
  }
}

.gallerySlide9 .swiper-slide:nth-child(13) .gallery-card.style2 {
  margin-top: 100px;
  /* Small devices */
}

@media (max-width: 767px) {
  .gallerySlide9 .swiper-slide:nth-child(13) .gallery-card.style2 {
    margin: 0;
  }
}

.gallerySlide9 .swiper-slide:nth-child(15) .gallery-card.style2 {
  margin-top: 100px;
  /* Small devices */
}

@media (max-width: 767px) {
  .gallerySlide9 .swiper-slide:nth-child(15) .gallery-card.style2 {
    margin: 0;
  }
}

.gallerySlide9 .swiper-slide.swiper-slide-active {
  margin-top: 0 !important;
  margin-bottom: 80px !important;
}

.gallerySlide9 .swiper-slide.swiper-slide-active .testi-card-quote {
  background-color: var(--theme-color);
}

.gallerySlide9 .swiper-slide.swiper-slide-active .testi-card-quote img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.gallery-card.style2 .box-img {
  position: relative;
  z-index: 2;
}

.gallery-card.style2 .box-img:before {
  content: '';
  position: absolute;
  inset: 0;
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
  border-radius: inherit;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}

.gallery-card.style2:hover .box-img:before {
  opacity: 1;
  visibility: visible;
}

.gallerySlide10 .swiper-pagination-bullets {
  max-width: 250px;
  display: block;
  margin: auto;
  overflow: hidden;
  position: relative;
}

.gallerySlide10 .swiper-wrapper {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.gallerySlide10 .swiper-slide {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.gallerySlide10 .swiper-slide.swiper-slide-active {
  width: 536px !important;
  /* Medium devices */
  /* Small devices */
}

@media (max-width: 991px) {
  .gallerySlide10 .swiper-slide.swiper-slide-active {
    width: 60% !important;
    margin-bottom: 40px !important;
  }
}

@media (max-width: 767px) {
  .gallerySlide10 .swiper-slide.swiper-slide-active {
    width: 100% !important;
  }
}

.gallery-card2 {
  position: relative;
  border-radius: 20px;
  --space: 30px;
  overflow: hidden;
  text-align: center;
  z-index: 9;
  /* Medium devices */
}

@media (max-width: 991px) {
  .gallery-card2 {
    --space: 20px;
  }
}

.gallery-card2:before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-linear-gradient(bottom, rgba(17, 61, 72, 0.8), rgba(17, 61, 72, 0.8));
  background: linear-gradient(0deg, rgba(17, 61, 72, 0.8), rgba(17, 61, 72, 0.8));
  border-radius: inherit;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.gallery-card2 .box-img {
  border-radius: 20px;
  /* Medium devices */
}

.gallery-card2 .box-img img {
  width: 100%;
  border-radius: 20px;
}

@media (max-width: 991px) {
  .gallery-card2 .box-img {
    margin-bottom: 0;
  }
}

.gallery-card2 .box-title {
  font-family: var(--body-font);
  color: var(--white-color);
  font-weight: 600;
  font-size: 28px;
  line-height: 40px;
  letter-spacing: 0.02em;
  margin-bottom: 5px;
  /* Medium Large devices */
}

@media (max-width: 1399px) {
  .gallery-card2 .box-title {
    font-size: 24px;
    line-height: 34px;
  }
}

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

.gallery-card2 .box-content {
  position: absolute;
  left: var(--space);
  right: var(--space);
  bottom: -30px;
  opacity: 0;
  visibility: hidden;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 2;
}

.gallery-card2 .icon-btn {
  background-color: transparent;
  border: none;
  font-size: 18px;
  width: 56px;
  height: 56px;
  line-height: 50px;
  border: 1px solid var(--white-color);
  border-radius: 50%;
  color: var(--white-color);
  position: absolute;
  right: 30px;
  top: -30px;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.gallery-card2 .icon-btn:hover {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
  color: var(--title-color);
}

.gallery-card2:hover:before {
  opacity: 1;
  visibility: visible;
}

.gallery-card2:hover .box-content {
  opacity: 1;
  bottom: var(--space);
  visibility: visible;
}

.gallery-card2:hover .icon-btn {
  top: var(--space);
  opacity: 1;
  visibility: visible;
}

.gallery-area15 {
  background-color: #E9F6F9;
}

.gallery-card.style3 .box-img {
  position: relative;
  z-index: 2;
  border-radius: 24px;
}

.gallery-card.style3 .box-img:before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-linear-gradient(bottom, rgba(13, 13, 12, 0.5), rgba(13, 13, 12, 0.5));
  background: linear-gradient(0deg, rgba(13, 13, 12, 0.5), rgba(13, 13, 12, 0.5));
  border-radius: inherit;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.gallery-card.style3 .box-img img {
  width: 100%;
}

.gallery-card.style3 .box-img.style2 {
  max-width: 200px;
  margin-left: auto;
  /* Small devices */
}

@media (max-width: 767px) {
  .gallery-card.style3 .box-img.style2 {
    max-width: 100%;
  }
}

.gallery-card.style3 .box-img.style3 {
  max-width: 200px;
  /* Small devices */
}

@media (max-width: 767px) {
  .gallery-card.style3 .box-img.style3 {
    max-width: 100%;
  }
}

.gallery-card.style3:hover .box-img:before {
  opacity: 1;
  visibility: visible;
}

/*------------------- 4.00. Destination -------------------*/
/* destination 1 start  ---------------------------------- */
.destination-slider .swiper-slide {
  border-radius: 24px;
  -webkit-filter: blur(4px);
          filter: blur(4px);
}

.destination-slider .swiper-slide.swiper-slide-active {
  border-radius: 24px;
  -webkit-filter: none !important;
          filter: none !important;
}

.destination-slider .destination-box .destination-content {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.destination-box {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  --space: 40px;
  /* Medium devices */
  /* Extra small devices */
}

@media (max-width: 991px) {
  .destination-box {
    --space: 20px;
  }
}

@media (max-width: 575px) {
  .destination-box {
    padding: 10px;
    border-radius: 20px;
    --space: 10px;
  }
}

.destination-box .destination-img {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  z-index: 2;
  /* Extra small devices */
}

.destination-box .destination-img:before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.3) 90%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.3) 90%);
  border-radius: 24px;
}

@media (max-width: 575px) {
  .destination-box .destination-img {
    border-radius: 15px;
  }
}

.destination-box .destination-img img {
  max-width: 430px;
  max-height: 636px;
  width: 100%;
  object-fit: cover;
  border-radius: 24px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  /* Extra small devices */
}

@media (max-width: 575px) {
  .destination-box .destination-img img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 15px;
  }
}

.destination-box .destination-content {
  position: absolute;
  bottom: 40px;
  z-index: 2;
  max-width: 423px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  /* Medium devices */
  /* Small devices */
}

@media (max-width: 991px) {
  .destination-box .destination-content {
    max-width: 380px;
    gap: 60px;
  }
}

@media (max-width: 767px) {
  .destination-box .destination-content {
    max-width: 100%;
    display: block;
    margin: auto;
    text-align: center;
  }
}

.destination-box .box-title {
  margin-bottom: 0px;
  /* Extra small devices */
}

@media (max-width: 375px) {
  .destination-box .box-title {
    font-size: 16px;
  }
}

.destination-box .box-title a {
  color: var(--white-color);
}

.destination-box .destination-subtitle {
  font-size: 16px;
  color: var(--white-color);
  margin-bottom: 8px;
}

.destination-box .th-btn {
  padding: 11.5px 34px;
  /* Large devices */
  /* Small devices */
  /* Extra small devices */
}

.destination-box .th-btn:after {
  -webkit-mask-image: url("../img/icon/arrow-right3.svg");
          mask-image: url("../img/icon/arrow-right3.svg");
  width: 16px;
  height: 16px;
}

@media (max-width: 1199px) {
  .destination-box .th-btn {
    padding: 10px 20px;
  }
}

@media (max-width: 767px) {
  .destination-box .th-btn {
    padding: 7px 20px;
    margin-top: 10px;
  }
  .destination-box .th-btn:after {
    display: none;
  }
}

@media (max-width: 375px) {
  .destination-box .th-btn {
    padding: 7px 10px;
  }
}

.destination-box:hover .destination-img:before {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.destination-box.style2 .desti-button {
  position: absolute;
  top: 70%;
  left: 50%;
  width: 100%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.destination-box.style2 .desti-button .th-btn {
  background-color: #F8BC22;
  color: var(--title-color);
}

.destination-box.style2 .desti-button .th-btn.th-icon:after {
  background-color: #0D0D0C;
}

.destination-box.style2 .desti-button .th-btn:hover {
  color: var(--white-color);
}

.destination-box.style2 .desti-button .th-btn:hover.th-icon:after {
  background-color: var(--white-color);
}

/* destination 1 start  ---------------------------------- */
/* destination 2 start  ---------------------------------- */
.destination-list {
  position: relative;
  height: 636px;
  border-radius: 24px;
  z-index: 2;
  -webkit-transition: 0.7s ease-in-out;
  transition: 0.7s ease-in-out;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: cover;
  /* Small devices */
}

@media (max-width: 767px) {
  .destination-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-height: 110px;
  }
}

.destination-list:before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 77.91%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 77.91%);
  border-radius: 24px;
  z-index: -1;
}

.destination-list-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  /* Small devices */
}

@media (max-width: 767px) {
  .destination-list-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.destination-list-wrap {
  -webkit-box-flex: 100%;
  -webkit-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  box-sizing: border-box;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.destination-list-wrap.style2.active {
  -webkit-box-flex: 205%;
  -webkit-flex: 205%;
      -ms-flex: 205%;
          flex: 205%;
}

.destination-list-wrap.style3 .destination-list:before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-linear-gradient(top, rgba(17, 61, 72, 0) 0%, rgba(3, 12, 14, 0.480252) 54.5%, rgba(0, 0, 0, 0.6) 79.33%);
  background: linear-gradient(180deg, rgba(17, 61, 72, 0) 0%, rgba(3, 12, 14, 0.480252) 54.5%, rgba(0, 0, 0, 0.6) 79.33%);
  border-radius: 24px;
  z-index: -1;
}

.destination-list-wrap.style3 .destination-content {
  opacity: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  bottom: -30px;
  left: 40px;
  /* Medium devices */
}

@media (max-width: 991px) {
  .destination-list-wrap.style3 .destination-content {
    left: 20px;
    bottom: -20px;
  }
}

.destination-list-wrap.style3 .destination-subtitle {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #F8BC22;
  display: block;
  margin-bottom: 10px;
}

.destination-list-wrap.style3 .icon-btn {
  background-color: transparent;
  border: none;
  font-size: 18px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: 1px solid var(--white-color);
  border-radius: 50%;
  color: var(--white-color);
  position: absolute;
  right: 24px;
  top: 24px;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.destination-list-wrap.style3 .icon-btn:hover {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}

.destination-list-wrap.style3.active .destination-content {
  opacity: 1;
}

.destination-list-wrap.style3.active .icon-btn {
  opacity: 1;
  visibility: visible;
}

.destination-list-wrap.active {
  -webkit-box-flex: 324%;
  -webkit-flex: 324%;
      -ms-flex: 324%;
          flex: 324%;
  /* Large devices */
}

@media (max-width: 1199px) {
  .destination-list-wrap.active {
    max-width: 100%;
  }
}

.destination-list-wrap.active .destination-list {
  /* Small devices */
}

@media (max-width: 767px) {
  .destination-list-wrap.active .destination-list {
    max-height: 345px;
  }
}

.destination-list-wrap.active .th-btn {
  opacity: 1;
  visibility: visible;
}

.destination-list-wrap.active .box-content {
  visibility: visible;
  opacity: 1;
  width: 100%;
  max-height: 325px;
}

.destination-list-wrap.active .destination-content {
  left: 40px;
  bottom: 40px;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  /* Medium devices */
}

@media (max-width: 991px) {
  .destination-list-wrap.active .destination-content {
    left: 20px;
    bottom: 20px;
  }
}

.destination-list .destination-content {
  position: absolute;
  left: 5px;
  bottom: 100px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  /* Small devices */
}

@media (max-width: 767px) {
  .destination-list .destination-content {
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0);
    bottom: 20px;
    left: 20px;
  }
}

.destination-list .box-title {
  font-weight: 600;
  font-size: 28px;
  line-height: 40px;
  letter-spacing: 0.02em;
  color: var(--white-color);
  margin-bottom: 0;
  /* Extra small devices */
}

@media (max-width: 375px) {
  .destination-list .box-title {
    font-size: 18px;
    line-height: 28px;
  }
}

.destination-list .destination-subtitle {
  color: var(--white-color);
}

.destination-list .th-btn {
  position: absolute;
  right: 40px;
  bottom: 40px;
  padding: 10px 30px;
  opacity: 0;
  visibility: hidden;
  /* Medium devices */
}

@media (max-width: 991px) {
  .destination-list .th-btn {
    right: 20px;
    bottom: 20px;
  }
}

.destination-list .box-icon {
  padding: 30px 40px;
  border-bottom: 3px solid var(--white-color);
}

.destination-list .box-content {
  visibility: hidden;
  opacity: 0;
  width: 100%;
  max-height: 0;
  padding: 30px 30px 40px 40px;
  overflow: hidden;
}

/* destination area 3 start ---------------------*/
.destination-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.02em;
  color: var(--theme-color);
}

.destination-item {
  background-color: var(--smoke-color);
  border-radius: 16px;
  text-align: center;
}

.destination-item_img {
  border-radius: 16px 16px 0px 0px;
  /* Medium devices */
}

@media (max-width: 991px) {
  .destination-item_img {
    margin-bottom: 0;
  }
}

.destination-item .destination-content {
  padding: 30px 0 24px 0;
}

.destination-item .box-title {
  color: var(--black-color2);
  margin-bottom: 0;
}

.destination-item .destination-text {
  color: var(--black-color2);
  margin-bottom: 20px;
}

.destination-item .th-btn {
  padding: 10px 25px;
  border: 1px solid var(--theme-color);
  font-weight: 500;
}

.destination-item .th-btn:after {
  -webkit-mask-image: url("../img/icon/arrow-right2.svg");
          mask-image: url("../img/icon/arrow-right2.svg");
  width: 15px;
  height: 15px;
}

.destination-item2 {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
}

.destination-item2 .box-img {
  position: relative;
  border: 10px solid rgba(255, 255, 255, 0.5);
  border-radius: 24px;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  /* Medium devices */
}

@media (max-width: 991px) {
  .destination-item2 .box-img {
    margin-bottom: 0;
  }
}

.destination-item2 .box-img:before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-linear-gradient(top, rgba(4, 4, 4, 0) 44.5%, rgba(13, 13, 12, 0.6) 100%);
  background: linear-gradient(180deg, rgba(4, 4, 4, 0) 44.5%, rgba(13, 13, 12, 0.6) 100%);
  border-radius: 24px;
  z-index: 10;
}

.destination-item2 .box-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.destination-item2 .box-content {
  position: absolute;
  left: 34px;
  bottom: 34px;
  z-index: 11;
}

.destination-item2 .box-title {
  color: var(--white-color);
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 5px;
  /* Medium devices */
}

@media (max-width: 991px) {
  .destination-item2 .box-title {
    font-size: 22px;
  }
}

.destination-item2 .box-text {
  color: var(--white-color);
  display: block;
}

.destination-item2:hover .box-img {
  border-color: var(--white-color);
}

/* destination area 3 end ---------------------*/
/* destination area 4 start ---------------------*/
.destination-area6 .th-container {
  --main-container: 1472px;
}

.destination-slider2 .swiper-slide {
  box-shadow: none;
  border-radius: 24px;
  overflow: hidden;
}

.destination-slider2 .swiper-slide.swiper-slide-active {
  border-radius: 24px;
}

.destination-slider2 .swiper-slide.swiper-slide-active .destination-img {
  width: 425px;
  height: 470px;
  display: block;
  margin: auto;
}

.destination-slider2 .swiper-slide.swiper-slide-active .destination-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.destination-box2 {
  position: relative;
}

.destination-box2 .destination-img {
  position: relative;
  border-radius: 24px;
  height: 470px;
  overflow: hidden;
  box-shadow: none;
}

.destination-box2 .destination-img:after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(13, 13, 12, 0.5);
  border-radius: 24px;
  opacity: 0;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  z-index: 1;
}

.destination-box2 .destination-img .icon-btn {
  position: absolute;
  top: calc(50% - 20px);
  left: calc(50% - 20px);
  z-index: 3;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  border: none;
  font-size: 40px;
  font-weight: 300;
  color: var(--white-color);
}

.destination-box2 .destination-img .icon-btn:hover {
  background-color: transparent;
}

.destination-box2 .destination-img img {
  width: 100%;
  height: 100%;
  object-fit: calc(100%, 100%);
  border-radius: 24px;
}

.destination-box2:hover .destination-img:after {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.destination-box2:hover .icon-btn {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

/* destination area 4 end ---------------------*/
.destination-slider13 .swiper-slide.swiper-slide-active .destination-img:after {
  opacity: 1;
}

.destination-box3 {
  position: relative;
}

.destination-box3 .destination-img {
  position: relative;
  border-radius: 24px;
  height: 405px;
  overflow: hidden;
  box-shadow: none;
}

.destination-box3 .destination-img:after {
  content: '';
  position: absolute;
  inset: 0;
  background: -webkit-linear-gradient(bottom, rgba(13, 13, 12, 0.3), rgba(13, 13, 12, 0.3));
  background: linear-gradient(0deg, rgba(13, 13, 12, 0.3), rgba(13, 13, 12, 0.3));
  border-radius: 24px;
  opacity: 0;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  z-index: 1;
}

.destination-box3 .destination-img img {
  width: 100%;
  height: 100%;
  object-fit: calc(100%, 100%);
  border-radius: 24px;
}

.destination-box3 .box-content {
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 24px;
  z-index: 4;
}

.destination-box3 .box-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: var(--white-color);
  max-width: 160px;
}

.destination-box3 .th-btn {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #FFFFFF;
  border-radius: 50px;
  padding: 5px 14px;
}

/* destination details start ----------------------- */
.search-form-area .search-form {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.search-form-area .search-form input {
  background-color: var(--smoke-color);
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: none;
  height: 60px;
  border-radius: 100px;
  padding-right: 25px;
}

.search-form-area .search-form button {
  position: absolute;
  top: 8px;
  right: 8px;
  border: none;
  font-size: 18px;
  background-color: var(--theme-color);
  color: var(--white-color);
  display: inline-block;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  border-radius: 50%;
  text-align: center;
}

.search-form-area .search-form button:hover {
  background-color: var(--title-color);
}

/* destination details start --------------*/
.destination-checklist {
  padding: 24px;
  border: 1px solid #E1E4E6;
  border-radius: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 480px) {
  .destination-checklist {
    display: block;
    border: none;
    padding: 0;
  }
}

.destination-checklist .checklist.style2 {
  min-width: 387px;
  /* Medium Large devices */
}

@media (max-width: 1299px) {
  .destination-checklist .checklist.style2 {
    min-width: 250px;
  }
}

@media (max-width: 480px) {
  .destination-checklist .checklist.style2 {
    min-width: 100%;
    margin-bottom: 20px;
  }
}

.destination-checklist .checklist.style2 li {
  color: var(--black-color2);
}

.destination-checklist .checklist.style2:last-child {
  border-left: 1px solid #E1E4E5;
}

@media (max-width: 480px) {
  .destination-checklist .checklist.style2:last-child {
    border: none;
  }
}

.destination-checklist .checklist.style2:last-child li {
  padding-left: 24px;
}

@media (max-width: 480px) {
  .destination-checklist .checklist.style2:last-child li {
    padding-left: 0;
  }
}

.destination-checklist .checklist.style2:last-child li:before {
  display: none;
}

.destination-checklist .checklist.style3 ul li {
  color: var(--black-color2);
}

.destination-checklist .checklist.style3 ul li:before {
  display: none;
}

.activities-checklist {
  padding: 24px;
  border: 1px solid #E1E4E6;
  border-radius: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1399px) {
  .activities-checklist {
    display: block;
  }
}

@media (max-width: 480px) {
  .activities-checklist {
    border: none;
    padding: 0;
  }
}

.activities-checklist .checklist.style2 {
  min-width: 387px;
  /* Medium Large devices */
}

@media (max-width: 1299px) {
  .activities-checklist .checklist.style2 {
    min-width: 250px;
  }
}

@media (max-width: 480px) {
  .activities-checklist .checklist.style2 {
    min-width: 100%;
    margin-bottom: 20px;
  }
}

.activities-checklist .checklist.style2 li {
  color: var(--black-color2);
}

.activities-checklist .checklist.style2:last-child {
  border-left: 1px solid #E1E4E5;
  padding-left: 24px;
}

@media (max-width: 1399px) {
  .activities-checklist .checklist.style2:last-child {
    border: none;
    padding-left: 0;
  }
}

@media (max-width: 480px) {
  .activities-checklist .checklist.style2:last-child {
    border: none;
  }
}

.destinationSlider6 .slider-arrow {
  left: var(--pos-x, -60px);
}

.destinationSlider6 .slider-arrow.slider-next {
  right: var(--pos-x, -60px);
  left: auto;
}

.destination-wrapper {
  position: relative;
  margin-bottom: 80px;
}

.destination-item3 {
  position: relative;
}

.destination-item3 .destination-img img {
  width: 100%;
  border-radius: 30px;
}

.destination-item3 .destination-content {
  position: absolute;
  right: 30px;
  top: 30px;
  background-color: var(--white-color);
  border-radius: 20px;
  padding: 10px 20px;
}

.destination-item3 .box-title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 0;
}

.destination-item3 .destination-subtitle {
  font-size: 14px;
  font-family: var(--body-font);
}

.destination-item3:nth-child(1) {
  position: absolute;
  top: 40px;
  left: -20%;
  z-index: 2;
  /* Large devices */
  /* Medium devices */
}

@media (max-width: 1199px) {
  .destination-item3:nth-child(1) {
    left: -3%;
  }
}

@media (max-width: 991px) {
  .destination-item3:nth-child(1) {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 30px;
  }
}

.destination-item3:nth-child(1) .destination-content {
  right: unset;
  left: 30px;
}

.destination-item3:nth-child(3) {
  position: absolute;
  width: 560px;
  bottom: -80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  /* Medium devices */
}

@media (max-width: 991px) {
  .destination-item3:nth-child(3) {
    position: relative;
    bottom: 0;
    width: 100%;
    margin-top: 30px;
  }
}

.destination-item3:nth-child(3) .destination-content {
  right: unset;
  left: 30px;
}

.destination-item4 {
  position: relative;
  z-index: 2;
}

.destination-item4.style2 .destination-item4_img {
  border-radius: 24px;
}

.destination-item4.style2 .destination-item4_img img {
  border-radius: 24px;
}

.destination-item4.style3 .destination-content {
  z-index: 4;
}

.destination-item4.style3 .destination-item4_img {
  position: relative;
  z-index: 2;
}

.destination-item4.style3 .destination-item4_img::before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-linear-gradient(bottom, rgba(13, 59, 70, 0.7), rgba(13, 59, 70, 0.7));
  background: linear-gradient(0deg, rgba(13, 59, 70, 0.7), rgba(13, 59, 70, 0.7));
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}

.destination-item4 .destination-content {
  position: absolute;
  top: 30px;
  left: 30px;
  background: var(--white-color);
  border-radius: 30px;
  padding: 8px 15px;
}

.destination-item4 .destination-content .box-title {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

.destination-item4 .destination-content .box-title img {
  margin-right: 6px;
}

.destination-item4 .icon-btn {
  position: absolute;
  right: 0;
  bottom: 0;
  --btn-size: 50px;
  line-height: 44px;
}

.destination-item4 .icon-btn:hover img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.destination-item4:hover.style3 .destination-item4_img::before {
  opacity: 1;
  visibility: visible;
}

/* destination-area10 start --------------------------*/
.destination-area10 {
  background-color: #E9F1EC;
  margin: 0 60px;
  border-radius: 60px;
  /* Extra large devices */
}

@media (max-width: 1500px) {
  .destination-area10 {
    margin: 0;
    border-radius: 0;
  }
}

.destinationSlider10 .slider-arrow {
  --icon-size: 64px;
}

.destinationSlider10 .swiper-slide:nth-child(2) .destination-item4 {
  margin-top: 60px;
}

.destinationSlider10 .swiper-slide:nth-child(4) .destination-item4 {
  margin-top: 60px;
}

.destinationSlider10 .swiper-slide:nth-child(6) .destination-item4 {
  margin-top: 60px;
}

.destinationSlider10 .swiper-slide:nth-child(8) .destination-item4 {
  margin-top: 60px;
}

.destinationSlide9 .slider-arrow {
  --icon-size: 64px;
}

.destinationSlide9 .swiper-slide:nth-child(2) .destination-item4 {
  margin-top: 60px;
}

.destinationSlide9 .swiper-slide:nth-child(3) .destination-item4 {
  margin-top: 60px;
}

.destinationSlide9 .swiper-slide:nth-child(6) .destination-item4 {
  margin-top: 60px;
}

.destinationSlide9 .swiper-slide:nth-child(8) .destination-item4 {
  margin-top: 60px;
}

/* destination-area12 start -----------------------*/
.destination-area12 {
  position: relative;
  z-index: 2;
  background-color: #E9F1EC;
  /* Large devices */
  /* Small devices */
  /* Extra small devices */
}

@media (max-width: 1199px) {
  .destination-area12 {
    padding-bottom: 300px;
  }
}

@media (max-width: 850px) {
  .destination-area12 {
    padding-bottom: 450px;
  }
}

@media (max-width: 767px) {
  .destination-area12 {
    padding-bottom: 350px;
    background-color: #405749;
    background-image: none !important;
  }
}

@media (max-width: 480px) {
  .destination-area12 {
    padding-bottom: 450px;
  }
}

@media (max-width: 375px) {
  .destination-area12 {
    padding-bottom: 100px;
  }
}

.destination-area12 .th-destination-bg {
  position: absolute;
  inset: 0;
}

.destinationSlide12 {
  /* Apply zoom-in effect only for active slide */
  /* Reset the image for non-active slides */
}

.destinationSlide12 .destination-img {
  overflow: hidden;
  max-width: 1508px;
  /* Large devices */
}

@media (max-width: 1199px) {
  .destinationSlide12 .destination-img {
    max-width: 100%;
    height: 100%;
  }
}

.destinationSlide12 .destination-img img {
  position: relative;
  overflow: hidden;
}

.destinationSlide12 .icon-box {
  position: absolute;
  left: 50%;
  bottom: 74px;
}

.destinationSlide12 .slider-arrow {
  box-shadow: none;
  border: 1px solid #FFFFFF;
  --icon-size: 66px;
  background-color: transparent;
}

.destinationSlide12 .slider-arrow img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.destinationSlide12 .slider-arrow:hover {
  background-color: var(--white-color);
}

.destinationSlide12 .slider-arrow:hover img {
  -webkit-filter: none;
          filter: none;
}

.destinationSlide12 .swiper-slide {
  position: relative;
  overflow: hidden;
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: transform 0.6s ease, opacity 0.6s ease;
  transition: transform 0.6s ease, opacity 0.6s ease, -webkit-transform 0.6s ease;
}

.destinationSlide12 .swiper-slide.swiper-slide-active .destination-img img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  /* Zoom effect */
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

.destinationSlide12 .swiper-slide .destination-img img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

.destination-area {
  margin-top: 120px;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  /* Large devices */
  /* Extra small devices */
}

@media (max-width: 1199px) {
  .destination-area {
    margin-top: 40px;
  }
}

@media (max-width: 375px) {
  .destination-area {
    position: relative;
  }
}

.destination-slider-thumb-wrap {
  margin-right: -35% !important;
  /* Small devices */
}

@media (max-width: 767px) {
  .destination-slider-thumb-wrap {
    margin: 0 !important;
  }
}

.destination-slider-thumb-wrap .box-img {
  height: 433px;
  border-radius: 20px;
  /* Small devices */
}

@media (max-width: 767px) {
  .destination-slider-thumb-wrap .box-img {
    height: 200px;
  }
}

.destination-slider-thumb-wrap .box-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.destination-slider12 {
  overflow: hidden;
  margin-bottom: -120px;
  /* Large devices */
}

@media (max-width: 1199px) {
  .destination-slider12 {
    margin-bottom: -60px;
  }
}

/*------------------- 4.00. CTA -------------------*/
.cta-area {
  padding: 145px 0;
}

.newsletter-form.style3 {
  display: block;
}

.newsletter-form.style3 input {
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border-radius: 32px;
  border: none;
  margin-bottom: 16px;
}

@media (max-width: 480px) {
  .newsletter-form.style3 input {
    margin-bottom: 0;
  }
}

.newsletter-form.style3 input::-moz-placeholder {
  color: var(--white-color);
}

.newsletter-form.style3 input::-webkit-input-placeholder {
  color: var(--white-color);
}

.newsletter-form.style3 input:-ms-input-placeholder {
  color: var(--white-color);
}

.newsletter-form.style3 input::-ms-input-placeholder {
  color: var(--white-color);
}

.newsletter-form.style3 input::placeholder {
  color: var(--white-color);
}

.cta-title {
  font-weight: 800;
  font-size: 100px;
  line-height: 96px;
  text-transform: uppercase;
  margin-bottom: 15px !important;
  /* Medium Large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
}

@media (max-width: 1299px) {
  .cta-title {
    font-size: 80px;
    line-height: 96px;
  }
}

@media (max-width: 991px) {
  .cta-title {
    font-size: 70px;
    line-height: 86px;
  }
}

@media (max-width: 767px) {
  .cta-title {
    font-size: 60px;
    line-height: 76px;
  }
}

@media (max-width: 375px) {
  .cta-title {
    font-size: 50px;
    line-height: 66px;
  }
}

@media (max-width: 350px) {
  .cta-title {
    font-size: 40px;
    line-height: 50px;
  }
}

.app-mockup {
  position: relative;
  margin-bottom: -170px;
  z-index: 2;
  /* Medium devices */
}

@media (max-width: 991px) {
  .app-mockup {
    margin-bottom: -40px;
  }
}

.app-mockup:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 315.67px;
  height: 7.89px;
  background: rgba(0, 0, 0, 0.8);
  -webkit-filter: blur(13.15px);
          filter: blur(13.15px);
}

.cta-sec6 {
  position: relative;
  max-width: 1560px;
  display: block;
  margin: auto;
  border-radius: 60px;
  z-index: 2;
  /* Medium devices */
  /* Extra large devices */
}

@media (max-width: 991px) {
  .cta-sec6 {
    border-radius: 40px;
  }
}

.cta-sec6 .shape-mockup {
  display: block !important;
  z-index: -1;
  width: 50%;
  height: 100%;
  /* Extra small devices */
}

@media (max-width: 575px) {
  .cta-sec6 .shape-mockup {
    display: none !important;
  }
}

.cta-sec6 .shape-mockup img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1500px) {
  .cta-sec6 {
    max-width: 100%;
  }
}

.sec-title2 {
  color: #F8BC22;
}

.cta-area6 {
  position: relative;
  z-index: 2;
}

.cta-area6 .sec-title {
  margin-bottom: 8px;
}

.cta-area6 .cta-shape {
  position: absolute;
  top: 0;
  right: -87px;
  height: 100%;
  width: 60px;
  background-color: var(--title-color);
  -webkit-mask-image: url("../img/normal/shape.svg");
          mask-image: url("../img/normal/shape.svg");
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  /* Medium devices */
}

@media (max-width: 991px) {
  .cta-area6 .cta-shape {
    display: none;
  }
}

.cta-area6 .th-btn:hover {
  color: var(--title-color);
}

.cta-area6 .th-btn:hover:before {
  background-color: var(--white-color);
}

.cta-area6 .th-btn:hover:after {
  background-color: var(--title-color);
}

.cta-area2 {
  background-color: #405749;
}

.cta-discount {
  color: #F8BC22;
}

/*------------------- 4.00. Megamenu -------------------*/
/*Mega menu area*********************/
.main-menu ul.mega-menu {
  position: absolute;
  top: 100%;
  left: 0 !important;
  right: 0 !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  max-height: 500px;
  overflow: overlay;
  opacity: 0;
  visibility: hidden;
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
  -webkit-transform: scaleY(0) translateZ(100px);
          transform: scaleY(0) translateZ(100px);
  -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease, -webkit-transform 700ms ease;
  z-index: 99;
  background-color: var(--white-color);
  padding: 20px 10px;
  /* Medium Large devices */
  /***scroll-bar***/
  /* Medium devices */
}

@media (max-width: 1599px) {
  .main-menu ul.mega-menu {
    width: 1170px;
    left: -10rem !important;
  }
}

@media (max-width: 1299px) {
  .main-menu ul.mega-menu {
    left: -18rem !important;
  }
}

.main-menu ul.mega-menu li {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  width: 100%;
  position: relative;
}

.main-menu ul.mega-menu a {
  font-size: 16px;
  line-height: 30px;
}

.main-menu ul.mega-menu::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  border-radius: 0px;
}

.main-menu ul.mega-menu::-webkit-scrollbar-track {
  background: white;
  box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.3);
  border-radius: 0px;
}

.main-menu ul.mega-menu::-webkit-scrollbar-thumb {
  background-color: var(--theme-color);
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.3) 25%, transparent 20%, transparent 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, transparent 75%, transparent);
  border-radius: 0px;
}

.main-menu ul.mega-menu li li {
  padding: 2px 0;
}

.main-menu ul.mega-menu li a {
  display: inline-block;
  text-transform: capitalize;
}

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

@media (max-width: 991px) {
  .main-menu ul.mega-menu {
    padding: 10px 0 !important;
  }
}

.main-menu ul.mega-menu .th-mobile-menu ul li ul li {
  padding-left: 0px;
}

.main-menu ul.mega-menu .th-mobile-menu ul li a:before {
  content: '\f105';
  font-family: var(--icon-font);
  position: absolute;
  left: 0;
  top: 12px;
  margin-right: 10px;
  display: none;
}

.mega-menu-box {
  box-shadow: 0px 0px 34px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  /* Medium devices */
}

.mega-menu-box .mega-menu-img {
  position: relative;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}

.mega-menu-box .mega-menu-img:after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
}

.mega-menu-box .mega-menu-img img {
  -webkit-transition: -webkit-filter 500ms ease;
  transition: -webkit-filter 500ms ease;
  transition: filter 500ms ease;
  transition: filter 500ms ease, -webkit-filter 500ms ease;
  -webkit-filter: blur(0px);
          filter: blur(0px);
}

.mega-menu-box .mega-menu-img .btn-wrap {
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-transform: scale(1, 0);
      -ms-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-transition: opacity 600ms linear, -webkit-transform 500ms ease;
  transition: opacity 600ms linear, -webkit-transform 500ms ease;
  transition: transform 500ms ease, opacity 600ms linear;
  transition: transform 500ms ease, opacity 600ms linear, -webkit-transform 500ms ease;
  -webkit-transform-origin: bottom center;
      -ms-transform-origin: bottom center;
          transform-origin: bottom center;
  opacity: 0;
}

.mega-menu-box .mega-menu-img .btn-wrap .th-btn {
  padding: 6px 18px;
  font-size: 14px;
  color: var(--white-color);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.mega-menu-box .mega-menu-img .btn-wrap .th-btn:after {
  display: none;
}

.mega-menu-box:hover .btn-wrap {
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
  opacity: 1;
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
}

.mega-menu-box:hover .mega-menu-img img {
  -webkit-filter: blur(2px);
          filter: blur(2px);
}

.mega-menu-box .mega-menu-title {
  margin-bottom: 0;
  text-align: center;
  line-height: normal;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 14px 0;
}

.mega-menu-box .mega-menu-title span {
  color: var(--theme-color);
  text-transform: capitalize;
  font-size: 16px;
  margin-right: 5px;
}

.mega-menu-box .mega-menu-title span:after {
  display: none;
}

.mega-menu-box .mega-menu-title a {
  color: var(--black-color2);
  line-height: normal;
}

.mega-menu-box .mega-menu-title a:after {
  display: none;
}

.mega-menu-box .mega-menu-title a:hover {
  color: var(--title-color);
}

@media (max-width: 991px) {
  .mega-menu-box .mega-menu-title a {
    padding: 0;
  }
  .mega-menu-box .mega-menu-title a:before {
    display: none;
  }
}

/*Mega menu area end*********************/
/*------------------- 4.00. Model -------------------*/
.mfp-wrap {
  -webkit-transform: translateY(-65px);
      -ms-transform: translateY(-65px);
          transform: translateY(-65px);
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

.mfp-wrap.mfp-ready {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.popup-login-register {
  position: relative;
  max-width: 606px;
  display: block;
  margin: auto;
  background: var(--white-color);
  border-radius: 16px;
  padding: 40px;
}

.popup-login-register ul {
  gap: 30px;
  border-bottom: 3px solid var(--th-border-color);
  margin-bottom: 28px;
}

.popup-login-register ul li .nav-menu {
  position: relative;
  background: transparent;
  font-size: 18px;
  color: var(--body-color);
  border: none;
  font-family: var(--title-font);
  font-weight: 600;
  padding: 0;
  padding-bottom: 20px;
}

.popup-login-register ul li .nav-menu:before {
  content: '';
  height: 3px;
  width: 100%;
  position: absolute;
  bottom: -3px;
  left: 0;
}

.popup-login-register ul li .nav-menu.active {
  color: var(--black-color2);
}

.popup-login-register ul li .nav-menu.active:before {
  background-color: var(--theme-color);
}

.popup-login-register .box-title {
  font-size: 28px;
  font-weight: 700;
}

/*------------------- 4.00. Booking -------------------*/
/* booking area  start --------------------*/
.booking-form {
  position: relative;
  background-color: var(--white-color);
  border: 2px solid var(--theme-color);
  box-shadow: 0px 20px 20px rgba(204, 204, 204, 0.25);
  border-radius: 16px;
  padding: 21px 32px;
  z-index: 3;
  margin-top: -55px;
  /* Large devices */
}

@media (max-width: 1199px) {
  .booking-form {
    padding: 20px 20px;
  }
}

.booking-form.style2 {
  position: relative;
  left: 0;
  bottom: 0;
  margin-top: 0;
  padding: 27px 32px;
  border-radius: 16px 0px 0px 0px;
  box-shadow: none;
  border: none;
  min-width: 896px;
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
}

@media (max-width: 1399px) {
  .booking-form.style2 {
    min-width: 849px;
  }
}

@media (max-width: 1299px) {
  .booking-form.style2 {
    min-width: 780px;
  }
}

@media (max-width: 1199px) {
  .booking-form.style2 {
    min-width: 640px;
  }
}

@media (max-width: 991px) {
  .booking-form.style2 {
    min-width: 100%;
    box-shadow: 0px 20px 20px rgba(204, 204, 204, 0.15);
    border-radius: 16px;
  }
}

.booking-form.style2 .input-wrap .form-group {
  margin-bottom: 0;
  height: 41px;
  /* Large devices */
}

@media (max-width: 1199px) {
  .booking-form.style2 .input-wrap .form-group {
    height: 100%;
    padding-bottom: 20px;
    padding-left: 13px;
  }
}

.booking-form.style2 .input-wrap .form-group .search-input {
  /* Large devices */
}

@media (max-width: 1199px) {
  .booking-form.style2 .input-wrap .form-group .search-input {
    min-width: 95%;
  }
}

.booking-form.style2 .input-wrap .form-group:not(:first-child) {
  border-left: 1px solid #E1E4E5;
  padding-left: 25px;
  /* Large devices */
}

@media (max-width: 1199px) {
  .booking-form.style2 .input-wrap .form-group:not(:first-child) {
    border-left: none;
    padding-left: 12px;
  }
}

.booking-form.style2 .input-wrap .form-group .nice-select:after {
  /* Large devices */
}

@media (max-width: 1199px) {
  .booking-form.style2 .input-wrap .form-group .nice-select:after {
    right: 20px;
  }
}

.booking-form.style2 .input-wrap .form-btn .th-btn {
  /* Medium Large devices */
  /* Large devices */
}

@media (max-width: 1299px) {
  .booking-form.style2 .input-wrap .form-btn .th-btn {
    padding: 15px 35px;
  }
}

@media (max-width: 1199px) {
  .booking-form.style2 .input-wrap .form-btn .th-btn {
    width: 100%;
  }
}

.booking-form.style5 {
  position: relative;
  background: #E9F6F9;
  border-radius: 16px 0px 0px 0px;
  border: none;
  box-shadow: none;
  overflow: initial;
  z-index: 9;
  /* Large devices */
  /* Medium devices */
}

@media (max-width: 1199px) {
  .booking-form.style5 {
    margin-top: -125px;
  }
}

@media (max-width: 991px) {
  .booking-form.style5 {
    margin-top: 65px;
    border-radius: 0;
  }
}

.booking-form.style5 .input-wrap .form-group select,
.booking-form.style5 .input-wrap .form-group .form-control,
.booking-form.style5 .input-wrap .form-group .form-select,
.booking-form.style5 .input-wrap .form-group textarea,
.booking-form.style5 .input-wrap .form-group .nice-select,
.booking-form.style5 .input-wrap .form-group input {
  background: transparent;
}

.booking-form.style5 .th-btn {
  /* Large devices */
}

@media (max-width: 1199px) {
  .booking-form.style5 .th-btn {
    width: 100%;
  }
}

.booking-form.style5 .input-wrap .form-group {
  margin-bottom: 0;
  height: 41px;
  /* Large devices */
}

@media (max-width: 1199px) {
  .booking-form.style5 .input-wrap .form-group {
    height: 100%;
    padding-bottom: 20px;
    padding-left: 13px;
  }
}

.booking-form.style5 .input-wrap .form-group .search-input {
  /* Large devices */
}

@media (max-width: 1199px) {
  .booking-form.style5 .input-wrap .form-group .search-input {
    min-width: 95%;
  }
}

.booking-form.style5 .input-wrap .form-group:not(:first-child) {
  border-left: 1px solid #E1E4E5;
  padding-left: 25px;
  /* Large devices */
}

@media (max-width: 1199px) {
  .booking-form.style5 .input-wrap .form-group:not(:first-child) {
    border-left: none;
    padding-left: 12px;
  }
}

.booking-form.style5 .input-wrap .form-group .nice-select:after {
  /* Large devices */
}

@media (max-width: 1199px) {
  .booking-form.style5 .input-wrap .form-group .nice-select:after {
    right: 20px;
  }
}

.booking-form.style5 .input-wrap .form-btn .th-btn {
  /* Medium Large devices */
  /* Large devices */
}

@media (max-width: 1299px) {
  .booking-form.style5 .input-wrap .form-btn .th-btn {
    padding: 15px 35px;
  }
}

@media (max-width: 1199px) {
  .booking-form.style5 .input-wrap .form-btn .th-btn {
    width: 100%;
  }
}

.form_wrapp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.input-wrap.style2 .form-group:not(:first-child) {
  /* Medium Large devices */
}

@media (max-width: 1299px) {
  .input-wrap.style2 .form-group:not(:first-child) {
    border-left: transparent;
  }
}

.input-wrap .form-group {
  margin-bottom: 0;
  height: 41px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  /* Medium devices */
  /* Small devices */
  /* Medium devices */
}

@media (max-width: 991px) {
  .input-wrap .form-group {
    margin-bottom: 15px;
    padding-left: 25px;
  }
  .input-wrap .form-group .search-input {
    min-width: 160px;
  }
}

@media (max-width: 767px) {
  .input-wrap .form-group .search-input {
    min-width: 92%;
  }
}

.input-wrap .form-group:not(:first-child) {
  border-left: 1px solid #E1E4E5;
  padding-left: 25px;
}

@media (max-width: 991px) {
  .input-wrap .form-group:not(:last-child) {
    border: none;
  }
}

.input-wrap .form-group .icon i {
  font-size: 24px;
  color: var(--theme-color);
  /* Large devices */
}

@media (max-width: 1199px) {
  .input-wrap .form-group .icon i {
    font-size: 18px;
  }
}

.input-wrap .form-group label {
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  color: var(--black-color);
  margin: 0;
}

.input-wrap .form-group input {
  padding: 0 0 0 37px;
  font-size: 16px;
  font-weight: 600;
}

.input-wrap .form-group .nice-select {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.input-wrap .form-group .nice-select:after {
  top: 10px;
  right: -20px;
  /* Medium devices */
}

@media (max-width: 991px) {
  .input-wrap .form-group .nice-select:after {
    right: 20px;
  }
}

.input-wrap .form-group .nice-select.open .list {
  -webkit-animation: fade-down .3s linear;
          animation: fade-down .3s linear;
}

.input-wrap .form-group .nice-select .list {
  overflow-y: scroll;
  z-index: 9;
}

.input-wrap .form-group .nice-select .list {
  width: 200px;
}

.input-wrap .form-group select,
.input-wrap .form-group .form-control,
.input-wrap .form-group .form-select,
.input-wrap .form-group textarea,
.input-wrap .form-group .nice-select,
.input-wrap .form-group input {
  height: 30px;
  line-height: 30px;
  border: none;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--black-color2);
  /* Large devices */
}

@media (max-width: 1199px) {
  .input-wrap .form-group select,
  .input-wrap .form-group .form-control,
  .input-wrap .form-group .form-select,
  .input-wrap .form-group textarea,
  .input-wrap .form-group .nice-select,
  .input-wrap .form-group input {
    font-size: 14px;
  }
}

.input-wrap .form-group .nice-select .option {
  color: var(--title-color);
  display: block;
}

.input-wrap .form-group .nice-select .option p {
  display: block;
}

.input-wrap .form-group .nice-select .option.selected {
  color: var(--theme-color) !important;
  background: var(--theme-color) !important;
  font-weight: 400;
}

.input-wrap .form-group .nice-select .option.selected.focus {
  color: #fff !important;
  background: var(--theme-color) !important;
}

.input-wrap .form-group .nice-select .option:hover, .input-wrap .form-group .nice-select .option.focus {
  background: var(--theme-color) !important;
  color: #fff !important;
}

.input-wrap .form-group .nice-select.open .list {
  border-bottom: 3px solid var(--theme-color);
}

.input-wrap .form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  /* Medium devices */
}

@media (max-width: 991px) {
  .input-wrap .form-btn {
    display: block;
  }
  .input-wrap .form-btn .th-btn {
    width: 100%;
  }
}

.input-wrap .form-btn .th-btn {
  padding: 15px 45px;
  /* Small devices */
}

@media (max-width: 767px) {
  .input-wrap .form-btn .th-btn {
    width: 100%;
  }
}

/* booking area  end --------------------*/
/* booking style2  start --------------------*/
.booking-form.style3 {
  border-radius: 100px;
  border: none;
  border-bottom: 2px solid var(--theme-color);
  box-shadow: none;
  /* Small devices */
}

@media (max-width: 767px) {
  .booking-form.style3 {
    border-radius: 20px;
  }
}

.booking-form.style3 .th-btn {
  /* Large devices */
}

@media (max-width: 1199px) {
  .booking-form.style3 .th-btn {
    display: none;
  }
}

.booking-form.style4 {
  border-radius: 100px;
  border: none;
  border: 2px solid var(--theme-color);
  box-shadow: none;
  margin: 60px 0 0 0;
  /* Small devices */
}

@media (max-width: 767px) {
  .booking-form.style4 {
    border-radius: 20px;
  }
}

.booking-form.style4 .th-btn {
  /* Large devices */
}

@media (max-width: 1199px) {
  .booking-form.style4 .th-btn {
    display: none;
  }
}

.booking-client-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}

.booking-client-box .client-thumb-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  /* Extra small devices */
}

.booking-client-box .client-thumb-group .thumb {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}

.booking-client-box .client-thumb-group .thumb:not(:first-child) {
  margin-left: -30px;
}

.booking-client-box .client-thumb-group .thumb img {
  border-radius: 50%;
  height: 60px;
  /* Medium devices */
}

@media (max-width: 991px) {
  .booking-client-box .client-thumb-group .thumb img {
    height: 50px;
  }
}

.booking-client-box .client-thumb-group .thumb.icon {
  background: var(--theme-color);
  border: 1px solid var(--white-color);
  font-size: 16px;
  color: var(--white-color);
  border: 2px solid var(--white-color);
  height: 60px;
  width: 60px;
  line-height: 60px;
  border-radius: 50%;
  text-align: center;
  margin-left: -30px;
  /* Medium devices */
}

@media (max-width: 991px) {
  .booking-client-box .client-thumb-group .thumb.icon {
    height: 50px;
    width: 50px;
    line-height: 50px;
  }
}

.booking-client-box .client-thumb-group .thumb.icon i {
  color: var(--white-color);
}

.booking-client-box .cilent-box_counter {
  font-family: var(--body-font);
  font-weight: 400;
  font-size: 16px;
  line-height: 36px;
  color: var(--black-color2);
  margin-bottom: 0;
}

/* booking style2  end --------------------*/
/* booking wp area start -----------------------*/
.wpte-trip-sfilter-wrapper {
  position: relative;
  background-color: var(--white-color);
  border: 2px solid var(--theme-color);
  box-shadow: 0px 20px 20px rgba(204, 204, 204, 0.25);
  border-radius: 16px;
  padding: 25px 32px;
  z-index: 3;
}

.wpte-trip-sfilter-wrapper .wpte-trip__adv-field {
  border: none;
}

.wpte-trip-sfilter-wrapper .wpte-trip__search-submit {
  width: 100%;
  text-align: center;
  height: 50px;
  padding: 20px 52px;
  border-radius: 48px !important;
  background-color: var(--theme-color);
  position: relative;
  overflow: hidden;
  z-index: 3;
}

.wpte-trip-sfilter-wrapper .wpte-trip__search-submit:before {
  content: '';
  width: 0;
  height: 100%;
  border-radius: 30em;
  position: absolute;
  top: 0;
  left: -5%;
  background-color: var(--title-color);
  -webkit-transition: .5s ease;
  transition: .5s ease;
  display: block;
  z-index: -1;
}

.wpte-trip-sfilter-wrapper .wpte-trip__search-submit:hover, .wpte-trip-sfilter-wrapper .wpte-trip__search-submit.active {
  color: var(--white-color);
  box-shadow: none;
  background-color: var(--theme-color);
}

.wpte-trip-sfilter-wrapper .wpte-trip__search-submit:hover.th-icon i, .wpte-trip-sfilter-wrapper .wpte-trip__search-submit.active.th-icon i {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.wpte-trip-sfilter-wrapper .wpte-trip__search-submit:hover:before, .wpte-trip-sfilter-wrapper .wpte-trip__search-submit.active:before {
  width: 110%;
}

.wpte-trip__adv-field.wpte__select-field.options-open .wpte__select-options ul li {
  font-size: 16px;
  font-weight: 500;
  font-family: var(--body-font);
  color: var(--title-color);
  padding: 5px 10px;
}

.wpte-trip__adv-field.wpte__select-field.options-open .wpte__select-options ul li:hover > span {
  color: var(--theme-color) !important;
}

.wpte-trip__adv-field .icon {
  color: var(--theme-color);
  font-size: 20px;
}

.wpte-trip-sfilter-wrapper .wpte-trip__adv-field {
  border: none;
  border-right: 1px solid #E1E4E5 !important;
  padding-right: 25px;
  margin-right: 25px;
  /* Small devices */
}

@media (max-width: 767px) {
  .wpte-trip-sfilter-wrapper .wpte-trip__adv-field {
    border-right: none !important;
    padding-right: 0;
    margin-right: 0;
  }
}

.wpte-trip-sfilter-wrapper .wpte-trip__adv-field:after {
  right: 25px !important;
}

.wpte-trip-sfilter-wrapper .wpte-trip__search-fields {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.wpte-trip-sfilter-wrapper .wpte-trip__search-fields .wpte__select-field {
  height: 41px;
}

.wpte-trip__adv-field.wpte__select-field .wpte__select-options {
  border-bottom: 3px solid var(--theme-color);
}

/* booking wp area start -----------------------*/
.hero-booking {
  position: relative;
  background-color: var(--white-color);
  z-index: 9;
  padding: 27px 32px;
  border-radius: 16px 0px 0px 0px;
  box-shadow: none;
  border: none;
  min-width: 896px;
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
}

.hero-booking.style2 {
  padding: 0;
}

@media (max-width: 1399px) {
  .hero-booking {
    min-width: 849px;
  }
}

@media (max-width: 1299px) {
  .hero-booking {
    min-width: 780px;
  }
}

@media (max-width: 1199px) {
  .hero-booking {
    min-width: 640px;
  }
}

@media (max-width: 991px) {
  .hero-booking {
    min-width: 100%;
    box-shadow: 0px 20px 20px rgba(204, 204, 204, 0.15);
    border-radius: 16px;
  }
}

.hero-booking .advanced-search-field strong {
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #e8e8e8;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 20px;
  width: 100%;
  display: block;
}

.hero-booking .advanced-search-field .nice-select {
  line-height: 40px !important;
  width: 100%;
}

.hero-booking .advanced-search-field .nice-select:after {
  top: 19px;
}

.hero-booking input {
  position: relative;
  padding: 20px 52px;
  font-size: 16px;
  border-radius: 48px;
  line-height: 16px !important;
}

.hero-booking .class-wte-advanced-search-wrapper {
  margin: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  /* Extra small devices */
}

@media (max-width: 1024px) {
  .hero-booking .class-wte-advanced-search-wrapper {
    display: grid;
    grid-template-columns: auto auto;
    gap: 20px;
  }
}

@media (max-width: 375px) {
  .hero-booking .class-wte-advanced-search-wrapper {
    grid-template-columns: auto;
  }
}

.hero-3 h3 {
  display: none;
}

.booking-sec.style2 {
  position: relative;
  margin-top: -300px;
  z-index: 5;
}

.booking-form.style8 {
  max-width: 1094px;
  border: none;
  border-radius: 30px;
}

.package-area {
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.24);
  box-shadow: 0px 20px 50px rgba(17, 61, 72, 0.05);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  border-radius: 0px 30px 30px 30px;
  padding: 80px 40px 40px 40px;
  margin-top: -40px;
  /* Medium devices */
}

@media (max-width: 991px) {
  .package-area {
    padding: 80px 30px 30px 30px;
  }
}

.package-card {
  position: relative;
}

.package-card .box-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  margin-bottom: 14px;
}

.package-card .box-title img {
  width: 36px;
  height: 36px;
  padding: 8px;
  border-radius: 50%;
  border: 1px solid #113D48;
}

.package-card .box-img {
  border-radius: 20px;
  margin-bottom: 24px;
}

.package-card .box-img img {
  border-radius: 20px;
}

.package-card .box-desc {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #6E7070;
  margin-bottom: 0;
}

.package-card .package-action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  /* Extra small devices */
}

@media (max-width: 375px) {
  .package-card .package-action {
    display: block;
  }
}

.package-card .box-price {
  font-size: 20px;
  margin-bottom: 0;
  /* Extra small devices */
}

@media (max-width: 375px) {
  .package-card .box-price {
    margin-bottom: 15px;
  }
}

.package-card .th-btn {
  padding: 10px 25px;
  /* Medium devices */
}

@media (max-width: 991px) {
  .package-card .th-btn {
    padding: 10px 18px;
    font-size: 14px;
  }
}

/*------------------- 4.00. _color-plate -------------------*/
/* color scheme ---------------------------------- */
.color-scheme-wrap {
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 99;
  background: var(--white-color);
  padding: 20px 30px;
  border-radius: 10px 0 0 10px;
  display: inline-block;
  text-align: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: 0px 0px 4px 0px rgba(51, 51, 51, 0.2);
}

.color-scheme-wrap .switchIcon {
  position: absolute;
  left: 0;
  top: 10px;
  border: 0;
  background: var(--theme-color);
  color: var(--white-color);
  height: 45px;
  width: 45px;
  border-radius: 5px 0 0 5px;
  -webkit-transform: translate(-100%, 0);
      -ms-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
}

.color-scheme-wrap .color-scheme-wrap-title {
  font-size: 22px;
  border-bottom: 1px solid var(--th-border-color);
  padding-bottom: 6px;
  color: var(--title-color);
  margin-bottom: 30px;
}

.color-scheme-wrap .color-scheme-wrap-title i {
  font-size: 18px;
  margin-right: 3px;
}

.color-scheme-wrap .color-switch-btns {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
  margin-bottom: 25px;
}

.color-scheme-wrap .color-switch-btns button {
  padding: 0;
  border: 0;
  background: transparent;
  font-size: 34px;
  color: var(--theme-color);
  text-align: left;
}

.color-scheme-wrap.active {
  -webkit-transform: translate(100%, 0);
      -ms-transform: translate(100%, 0);
          transform: translate(100%, 0);
}

/*------------------- 4.00. Tab Menu -------------------*/
/* tour-tabs start ----------------------------*/
.tour-tabs {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  border-bottom: 0;
  margin-bottom: 60px;
}

.tour-tabs.style2 .th-btn {
  background-color: #E9F6F9;
}

.tour-tabs.style3 .th-btn {
  background: #E9F6F9;
  border: 1px solid #E1E4E6;
  border-radius: 48px;
  padding: 15px 24px;
  color: var(--title-color);
}

.tour-tabs .th-btn {
  background-color: var(--white-color);
  border-radius: 48px;
  padding: 8px 30px;
  color: var(--theme-color);
}

.tour-tabs .th-btn:hover, .tour-tabs .th-btn.active {
  color: var(--white-color);
}

.tour-tabs .th-btn:hover img, .tour-tabs .th-btn.active img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 1500px) {
  .m-4 {
    margin: 0 !important;
  }
}

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

.fs-48 {
  font-size: 48px;
  /* Small devices */
  /* Extra small devices */
}

@media (max-width: 767px) {
  .fs-48 {
    font-size: 40px;
  }
}

@media (max-width: 575px) {
  .fs-48 {
    font-size: 30px;
  }
}

.space,
.space-top {
  /* padding-top: var(--section-space); */
  padding-top: 50px;
}

.space,
.space-bottom {
  /* padding-bottom: var(--section-space); */
  padding-bottom: 50px;
}



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

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

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

.space-extra2,
.space-extra2-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: var(--section-space-mobile);
  }
  .space-extra,
  .space-extra-top {
    padding-top: calc(var(--section-space-mobile) - 30px);
  }
  .space-extra,
  .space-extra-bottom {
    padding-bottom: calc(var(--section-space-mobile) - 30px);
  }
  .space-top-md-none {
    padding-top: 0;
  }
  .space-extra2,
  .space-extra2-top {
    padding-top: 70px;
  }
  .space-extra2,
  .space-extra2-bottom {
    padding-bottom: 70px;
  }
}

.space-extra3 {
  position: relative;
  margin: -35px 0;
  z-index: 8;
}

/*# sourceMappingURL=style.css.map */

.hero-parah{
  color: #fff;
}

 /* Overlay */
    .location-overlay-unique {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(28, 168, 203, 0.9); /* semi-transparent #1CA8CB */
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 1000;
    }

    /* Popup Box */
    .location-popup-unique {
      background: #fff;
      color: #333;
      padding: 30px;
      border-radius: 12px;
      text-align: center;
      max-width: 400px;
      width: 90%;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
      animation: popupFade 0.4s ease;
    }

    .location-popup-unique h2 {
      margin-bottom: 20px;
      font-size: 32px;
      color: #000;
    }

    .location-btns-unique {
      display: flex;
      gap: 15px;
      justify-content: center;
      flex-wrap: wrap;
    }

    .location-btn-unique {
      flex: 1;
      min-width: 120px;
      padding: 12px 20px;
      border: none;
      border-radius: 8px;
      cursor: pointer;
      background: #1CA8CB;
      color: #fff;
      font-size: 16px;
      font-weight: bold;
      transition: 0.3s;
    }

    .location-btn-unique:hover {
      background: #0f7d91;
    }

    @keyframes popupFade {
      from { opacity: 0; transform: scale(0.9); }
      to { opacity: 1; transform: scale(1); }
    }

    /* Example content */
    .main-content-unique {
      display: none;
      padding: 40px;
      text-align: center;
      color: #1CA8CB;
      font-size: 24px;
    }

    /* Image refinement */
.category-card .box-img img {
  height: 310px;
  width: 100%;
  object-fit: cover;
  border-radius: 8px 8px 0 0;
}

/* Unique inner content */
.card-content-unique {
   background: #fff; /* white background for contrast */
  border-radius: 0 0 10px 10px; /* only bottom corners rounded */
  padding: 18px 16px 22px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); /* shadow only bottom */
  border-bottom: 1px solid rgba(28, 168, 203, 0.15); 
  border-left: 1px solid rgba(28, 168, 203, 0.15); 
  border-right: 1px solid rgba(28, 168, 203, 0.15); 
  border-top: none; /* no top border */
}

.card-title-unique {
  font-size: 20px;
  font-weight: bold;
  color: #1CA8CB; /* brand color */
  margin: 12px 0 8px;
}

.card-desc-unique {
  font-size: 17px;
  line-height: 1.5;
  color: #555;
  margin-bottom: 15px;
  min-height: 50px; /* keeps text area balanced across cards */
}

.deal-btn-unique {
  display: inline-block;
  background: #1CA8CB;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 6px;
  padding: 8px 32px; /* sleek height, more width */
  transition: all 0.3s ease;
  letter-spacing: 0.5px;
}

.deal-btn-unique:hover {
  background: #0f7d91; /* darker shade */
  box-shadow: 0 4px 10px rgba(28, 168, 203, 0.4);
  transform: translateY(-2px);
  color: #fff;
}

#categorySlider1 .swiper-pagination,
#categorySlider2 .swiper-pagination {
  display: none !important;
}

.categorySlider .swiper-pagination {
  display: none !important;
}
.categorySlider .swiper-pagination-bullets{
  display: none !important;
}

 .sbt-section {
            background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
            padding: 80px 0;
            min-height: 100vh;
        }

        .sbt-container {
            /* max-width: 1200px; */
            margin: 0 auto;
            padding: 0 20px;
        }

        .sbt-header {
            text-align: center;
            margin-bottom: 60px;
        }

        .sbt-title {
            font-size: 3.5rem;
            font-weight: 700;
            color: #000;
            margin-bottom: 20px;
            text-shadow: 2px 2px 4px rgba(28, 168, 203, 0.1);
        }

        .sbt-card {
            background: white;
            border-radius: 20px;
            padding: 40px;
            box-shadow: 0 10px 40px rgba(28, 168, 203, 0.15);
            border: 2px solid rgba(28, 168, 203, 0.1);
            transition: all 0.3s ease;
            margin-bottom: 40px;
        }

        /* .sbt-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 20px 60px rgba(28, 168, 203, 0.25);
            border-color: #1CA8CB;
        } */

        .sbt-section-title {
            font-size: 2rem;
            font-weight: 600;
            color: #1CA8CB;
            margin-bottom: 30px;
            position: relative;
            padding-bottom: 10px;
        }

        .sbt-section-title::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 60px;
            height: 3px;
            background: linear-gradient(90deg, #1CA8CB, rgba(28, 168, 203, 0.3));
            border-radius: 2px;
        }

        .sbt-route-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .sbt-route-item {
            display: flex;
            align-items: center;
            padding: 15px 0;
            border-bottom: 1px solid rgba(28, 168, 203, 0.1);
            transition: all 0.3s ease;
        }

        .sbt-route-item:last-child {
            border-bottom: none;
        }

        .sbt-route-item:hover {
            background: rgba(28, 168, 203, 0.05);
            padding-left: 10px;
            border-radius: 10px;
        }

        .sbt-route-icon {
            color: #1CA8CB;
            font-size: 1.2rem;
            margin-right: 15px;
            min-width: 25px;
        }

        .sbt-route-text {
            color: #333;
            font-size: 1.1rem;
            font-weight: 500;
            margin: 0;
        }

        .sbt-route-details {
            color: #666;
            font-style: italic;
            font-size: 0.95rem;
            margin-left: 5px;
        }

        .sbt-capacity-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 20px;
            margin-top: 20px;
        }

        .sbt-capacity-item {
            background: linear-gradient(135deg, #1CA8CB, #20b5d4);
            color: white;
            padding: 20px;
            border-radius: 15px;
            text-align: center;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }

        .sbt-capacity-item::before {
            content: '';
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: linear-gradient(45deg, transparent, rgba(255,255,255,0.1), transparent);
            transform: rotate(45deg);
            transition: all 0.6s ease;
            opacity: 0;
        }

        .sbt-capacity-item:hover::before {
            animation: sbt-shine 0.6s ease-in-out;
        }

        @keyframes sbt-shine {
            0% { transform: translateX(-100%) translateY(-100%) rotate(45deg); opacity: 0; }
            50% { opacity: 1; }
            100% { transform: translateX(100%) translateY(100%) rotate(45deg); opacity: 0; }
        }

        .sbt-capacity-item:hover {
            transform: translateY(-3px) scale(1.02);
            box-shadow: 0 15px 30px rgba(28, 168, 203, 0.4);
        }

        .sbt-capacity-icon {
            font-size: 2rem;
            margin-bottom: 10px;
            display: block;
        }

        .sbt-capacity-text {
            font-size: 1.1rem;
            font-weight: 600;
            color: #fff;
            margin: 0;
        }

        .sbt-footer-note {
            background: rgba(28, 168, 203, 0.1);
            border-left: 4px solid #1CA8CB;
            padding: 20px;
            margin-top: 40px;
            border-radius: 0 10px 10px 0;
        }

        .sbt-footer-text {
            color: #333;
            font-size: 1.1rem;
            margin: 0;
            line-height: 1.6;
        }

        .sbt-highlight {
            background: linear-gradient(120deg, #1CA8CB 0%, #20b5d4 100%);
            color: white;
            padding: 2px 8px;
            border-radius: 5px;
            font-weight: 600;
            text-decoration: none;
            transition: all 0.3s ease;
        }

        .sbt-highlight:hover {
            background: linear-gradient(120deg, #178a9f 0%, #1a9bb5 100%);
            color: white;
            text-decoration: none;
            transform: scale(1.05);
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            .sbt-section {
                padding: 60px 0;
            }

            .sbt-title {
                font-size: 2.5rem;
            }

            .sbt-card {
                padding: 25px;
                margin-bottom: 30px;
            }

            .sbt-section-title {
                font-size: 1.6rem;
            }

            .sbt-capacity-grid {
                grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
                gap: 15px;
            }

            .sbt-capacity-item {
                padding: 15px;
            }

            .sbt-route-text {
                font-size: 1rem;
            }

            .sbt-footer-note {
                padding: 15px;
            }
        }

        @media (max-width: 480px) {
            .sbt-title {
                font-size: 2rem;
            }

            .sbt-card {
                padding: 20px;
            }

            .sbt-capacity-grid {
                grid-template-columns: 1fr;
            }

            .sbt-route-item {
                flex-direction: column;
                align-items: flex-start;
                padding: 12px 0;
            }

            .sbt-route-icon {
                margin-bottom: 5px;
            }
        }

        /* Container */
.sea-events-container {
  display: flex;
  
  gap: 20px;
  /* margin: 30px auto; */
  max-width: 900px;
  padding: 10px;
}

/* Cards */
.sea-events-card {
  background: #113d48; /* main blue */
  color: #ffffff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.sea-events-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 18px rgba(0,0,0,0.3);
}

/* Title */
.sea-events-title {
  font-size: 18px;
  margin-bottom: 10px;
  color: #fff; /* black title for contrast */
  font-weight: bold;
}

/* Text */
.sea-events-text {
  font-size: 15px;
  line-height: 1.5;
  color: #fff; /* white for readability */
}


.sail-tab-container {
  width: 100%;
  margin: 0 auto;
  font-family: Arial, sans-serif;
}

.sail-tabs {
  display: flex;
  justify-content: flex-start;
  /* border-bottom: 2px solid #ccc; */
}

.sail-tab {
  padding: 10px 20px;
  margin: 0;
  border: none;
  background: #f4f4f4;
  cursor: pointer;
  transition: background-color 0.3s;
  font-size: 16px;
  color: #333;
}

.sail-tab.active {
  background-color: #1CA8CB;
  color: #fff;
  font-weight: bold;
}

.sail-tab:hover {
  background-color: #aaeeff;
}

.sail-tab-content {
  padding: 20px;
  border: 1px solid #ccc;
  /* border-top: none; */
  background: #fff;
  border-radius: 10px;
  margin: 20px 0;
}

.tab-content-sail {
  display: none;
}

.tab-content-sail.active {
  display: block;
}



.date-selector {
  text-align: center;
  margin: 20px;
}

.current-week {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.current-week .month {
  font-size: 18px;
  font-weight: bold;
  margin: auto;
  margin-bottom: 10px;
}

.current-week .days {
  display: flex;
  font-size: 14px;
  /* gap: 10px; */
  /* justify-content: space-between; */
}
#input-day{
  width: 140px;
  margin: 10px auto;
}
.day input{
  padding: 0 10px;
  width: 100%;
}

.day {
   width: 55px;
   height: 55px;
     display: flex;
         align-items: center;
         flex-direction: column;
         justify-content: center;
         padding: 10px 10px;
         
         border-radius: 50%;
         cursor: pointer;
}

.day:hover,
.day.selected {
  background-color: #1CA8CB;
  color: white;
}

.calendar-toggle {
  margin-top: 20px;
  padding: 10px 20px;
  background-color: #1CA8CB;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.calendar-popup {
  display: none;
  margin-top: 20px;
  text-align: center;
}

.calendar-popup table {
  margin: 0 auto;
  border-collapse: collapse;
}

.calendar-popup th,
.calendar-popup td {
  width: 40px;
  height: 40px;
  text-align: center;
  border: 1px solid #ccc;
  cursor: pointer;
}

.calendar-popup .date:hover,
.calendar-popup .date.selected {
  background-color: #1CA8CB;
  color: white;
}


@media  (max-width: 768px) {  
  .day{
    width: 45px;
    height: 45px;
    padding: 0;
  }
  #input-day{
    margin: 20px auto;
    width: 150px;
  }
}

/* Container must be relative so the dropdown attaches to it */
/* Wrapper grid */
 .vlt-ds-main-label {
          display: block;
          font-size: 14px;
          font-weight: 600;
          color: #113d48;
       
          letter-spacing: 1px;
          margin-bottom: 0px;
        }

        .time-slot-wrapper {
          display: grid;
          grid-template-columns: repeat(2, 1fr);
          gap: 12px;
          margin-bottom: 20px;
        }

        /* Modern Box Styling */
        .time-slot-box {
          position: relative;
          background: linear-gradient(45deg, #113d4812, transparent);
          border: 1px solid #eee;
          padding: 20px;
          border-radius: 16px;
          cursor: pointer;
          transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
          display: flex;
          justify-content: space-between;
          align-items: center;
          overflow: hidden;
          box-shadow: 1px 1px 2px #ccc;
        }

        .time-slot-box:hover {
          /* border-color: #113d48; */
          transform: translateY(-2px);
          box-shadow: 0 8px 20px rgba(17, 61, 72, 0.05);
        }

        .time-slot-box.selected {
          border-color: #113d48;
          background: rgba(17, 61, 72, 0.02);
          box-shadow: 0 10px 25px rgba(17, 61, 72, 0.1);
        }

        /* Text Elements */
        .vlt-ds-slot-info { display: flex; flex-direction: column; gap: 4px; }
        
        .time-slot-box .time {
          margin: 0;
          font-size: 16px;
          font-weight: 500;
          color: #000;
        }

        .vlt-ds-price-row { display: flex; align-items: baseline; gap: 8px; }

        .time-slot-box .price {
         margin: 0;
    font-size: 19px;
    font-weight: 600;
    font-family: monospace;
    color: #113d48;
        }

        .vlt-ds-strike {
          font-size: 11px;
          color: #94a3b8;
          text-decoration: line-through;
          font-weight: 400;
        }

        /* Indicators & Badges */
        .vlt-ds-promo-pill {
          position: absolute;
          top: 0;
          right: 0;
          background: #113d48;
          color: #fff;
          font-size: 9px;
          font-weight: 700;
          padding: 4px 10px;
          border-bottom-left-radius: 12px;
          display: flex;
          align-items: center;
          gap: 4px;
        }

        .vlt-ds-indicator {
          color: #113d48;
        }

        

        .vlt-ds-input-container {
          max-width: 300px;
        }

        .vlt-ds-date-field {
          width: 100%;
          padding: 14px 18px;
          border-radius: 12px;
          border: 1px solid #eee;
          background: #fcfcfc;
          font-size: 14px;
          font-weight: 500;
          color: #113d48;
          outline: none;
          transition: all 0.3s;
        }

        .vlt-ds-date-field:focus {
          border-color: #113d48;
          background: #fff;
          box-shadow: 0 5px 15px rgba(17, 61, 72, 0.05);
        }

        @media (max-width: 600px) {
          .time-slot-wrapper { grid-template-columns: 1fr; }
        }

/* The actual dropdown container */
.dropdown-list-container {
  position: absolute;
  top: 100%; /* Positions it directly below the trigger */
  left: 0;
  right: 0;
  z-index: 999; /* Ensures it stays on top of other elements */
  background: white;
  border: 1px solid #ddd;
  border-top: none;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  max-height: 200px; /* Optional: adds scroll if you have many slots */
  overflow-y: auto;
}

.dropdown-list-container .time-slot-btn {
  border: none;
  border-bottom: 1px solid #f0f0f0;
}

.dropdown-list-container .time-slot-btn:hover {
  background-color: #f8f9fa;
}

.dropdown-list-container .time-slot-btn.selected {
  background-color: #e7f3ff;
  color: #007bff;
}

/* wrapper (parent of buttons) */
.time-slot-container {
  position: relative;
  width: 100%;
}

/* dropdown panel */
.time-slot-container {
  max-height: 200px;          /* control height */
  overflow-y: auto;           /* scroll if more items */
  border: 1px solid #103b66;
  border-radius: 8px;
  background: #ffffff;
  padding: 8px;
}

/* button style */
.time-slot-btn {
  width: 100%;
  background-color: #ffffff;
  color: #103b66;
  border: 1px solid #103b66;
  border-radius: 6px;
  padding: 10px;
  margin-bottom: 6px;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease;
}

/* hover */
.time-slot-btn:hover {
  background-color: #103b66;
  /* color: #ffffff; */
}

/* active */
.time-slot-btn.active {
  background-color: #103b66;
  color: #ffffff;
}

/* optional: remove last margin */
.time-slot-btn:last-child {
  margin-bottom: 0;
}

.time-slot-container {
  display: flex;
  flex-wrap: wrap;
  /* gap: 10px; */
  margin-top: 10px;
}



#eleven{
  padding: 10px 0;
}

.time-slot {
  padding: 10px 5px;
  margin: 10px 0;
  font-size: 13px;
  border: 1px solid #ccc;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
  background-color: #f9f9f9;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.time-slot:hover {
  background-color: #d1ecf1;
  color: #007bff;
}

.time-slot.selected {
  background-color: #198754;
  color: white;
  /* border-color: #1CA8CB; */
}

#price-per-person{
  font-size: 15px;
}
.tour-box_price {
  font-size: 16px;
  margin-bottom: 10px;
}

.row.time{
  font-size: 14px;
  color: #464545;
}

.offer{
  display: flex;
  justify-content: start;
  align-items: center;
  margin: 10px 0;
  gap: 10px;
}


.offer p{
  font-size: 14px;
  color: black;
  margin-bottom: 0;
}
.offer img{
  width: 50px;
}

#offer-message {
  margin-top: 10px;
  color: green;
  font-size: 14px;
}

.view-btn{
  color: #00A1DE;
}

.need-help{
  padding: 20px;
}

.need-help a{
  color: #000;
  margin: 5px 10px;
  /* display: block; */
}

.need-help img{
  width: 20px;
}

.yacht-offer-card {
  /* background: linear-gradient(to right, #a1b1bc, #fff); */
  border-radius: 10px;
  padding: 20px;
  color: white;
  width: 100%;
}

.offer-section {
  text-align: center;
}

.offer-title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 15px;
}

.offer-highlight {
  background: #ffffff20;
  padding: 10px;
  border-radius: 8px;
}

.btn-offer {
  display: inline-block;
  background-color: #1ca8cb;
  color: #fff;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  transition: transform 0.2s ease-in-out;
}

.btn-offer:hover {
  transform: scale(1.1);
}

.content-description p, .inclusions p, .content-description h6{
  margin: 0;
  font-size: 14px;
}



.hotels-info{
  /* width: 40%; */
  height: max-content;
  /* background: #f3f3f3; */
  /* padding: 10px 20px 0; */
}
.hotels-info h3{
  font-weight: bold;
  text-align: center;
  color: #000;
  font-size: 30px;
}
.yacht-info{
  display: flex;
  font-size: 14px;
  margin: 10px 0;
  color: #3b3b3b;
  justify-content: space-between;
}

.yachtheading, .yacht-name{
  font-size: 18px;
}



.review-details {
  padding: 50px 0;
  background-color: #f9f9f9;
}

.review-title {
  text-align: center;
  font-size: 28px;
  color: #333;
  margin-bottom: 30px;
}

.review-card {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.review-user {
  font-size: 18px;
  font-weight: bold;
  color: #1CA8CB;
}

.review-date {
  font-size: 14px;
  color: #666;
}

.review-rating .star {
  font-size: 20px;
  color: #ffc107;
}

.review-content {
  font-size: 16px;
  color: #555;
  margin-top: 10px;
}


.deals-offer{
  padding: 20px 20px;
    position: relative;
    background-color: #294468;
    /* background: linear-gradient(to right, #abb4ba5e, #fff); */
    border: 1px solid #BCCED2;
    /* border-top: transparent; */
    border-radius: 16px;
    overflow: hidden;

}
.price-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px; /* Add spacing between prices */
}

.strike-price strike {
  text-decoration-color: red; /* Red strike-through */
  text-decoration-thickness: 2px; /* Thicker strike line */
  color: #e4e4e4; /* White numbers */
  
}
.title-deal{
  color: #000;
  
}
.deal-inner-price img{
  margin: 0 10px 0 0;
}
.deal-inner-price{
  width: 45%;
  font-size: 16px;
  text-align: center;
}

.deal-inner-price h6{
  font-size: 16px;
  color: #fff;
  margin-bottom: 5px;
  }
  .deal-inner-price p{
    color: #e4e4e4;
  }

#deal-tour{
  display: flex;
  justify-content: center;
  height: 40%;
}

/* Swiper container custom styles */
.deal-swiper {
  width: 100%;
  padding: 20px 0;
  position: relative;
}

.deal-swiper-wrapper {
  display: flex;
}

.deal-swiper-slide {
  width: 100%;
  flex-shrink: 0;
  /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

/* Navigation buttons */
.deal-swiper-button-next,
.deal-swiper-button-prev {
 display: none;
}

.deal-swiper-button-next {
  right: 10px;
}

.deal-swiper-button-prev {
  left: 10px;
}

/* Pagination dots */
.deal-swiper-pagination {
  bottom: 10px;
  text-align: center;
}

.deal-swiper-pagination .swiper-pagination-bullet {
  background: #d12023;
  opacity: 0.7;
}

.deal-swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

@media (max-width: 768px) {
  .deal-inner-price{
    font-size: 14px;
    padding: 0;
  }
  .time-slot-wrapper{
    grid-template-columns: repeat(2,1fr);
  }
  .tour-box .tour-content {
  padding: 20px 10px;
}
}

/* Video styling */
.video-bg-element {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* makes video behave like a background image */
  z-index: -2;
}

/* Optional overlay for readability */
.video-bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: rgba(44, 45, 132, 0.5); */
  z-index: -1;
}

.footer-layout1{
  background: linear-gradient(135deg, #0a0a1f, #1a1a3a);
}

/* --------------------
    INNER PAGE STYLES (Private Charters)
   -------------------- */

/* --- Variables (For easy color change) --- */
.indiaboat-inner-page {
    /* Main Dark Blue */
    --indiaboat-dark-blue: #002147; 
    /* Primary Accent Color (You can use the pink from the hero or a light blue) */
    --indiaboat-accent: #0a0a1f; 
    /* Background White/Light Grey */
    --indiaboat-bg-light: #F7F7F7; 
    --indiaboat-text-white: #FFFFFF;
    --indiaboat-text-dark: #333333;
    
    padding: 80px 0;
    background-color: #f9feff;
}

.indiaboat-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 0%; /* Horizontal padding for responsiveness */
}

/* --- 1. Page Hero/Title Section --- */
.indiaboat-hero-heading {
    text-align: center;
    margin-bottom: 20px;
}

.indiaboat-main-title {
    font-size: 2em;
    color: var(--indiaboat-dark-blue);
    margin-bottom: 10px;
}

.indiaboat-subtitle {
    font-size: 1.1em;
    color: #3f3f3f;
    max-width: 800px;
    margin: 0 auto;
}

/* --- 2. Image Gallery/Showcase --- */
.indiaboat-gallery {
    display: grid;
    grid-template-columns: 2fr 1fr; /* Main image (2 parts), grid (1 part) */
    gap: 15px;
    margin-bottom: 30px;
    border-radius: 8px;
    padding: 10px;
    overflow: hidden;
}

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

.indiaboat-gallery-main {
    min-height: 400px;
}

.indiaboat-gallery-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr; /* Stack two smaller images vertically */
    gap: 15px;
}

/* --- 3. Details and Tabs Section --- */
.indiaboat-details-wrap {
    background-color: var(--indiaboat-text-white);
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    max-width: 1150px;
    margin: 20px auto 60px;
}

.indiaboat-details-tabs {
    display: flex;
    justify-content: flex-start;
    border-bottom: 2px solid var(--indiaboat-bg-light);
    margin-bottom: 30px;
    overflow-x: auto; /* Allow horizontal scroll on small screens */
}

.indiaboat-tab-btn {
    background: none;
    border: none;
    padding: 15px 25px;
    font-size: 1em;
    font-weight: 600;
    color: #6c757d;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    transition: all 0.3s ease;
    white-space: nowrap; /* Prevent button text from wrapping */
}

.indiaboat-tab-btn:hover,
.indiaboat-tab-btn.active {
    color: var(--indiaboat-dark-blue);
    border-bottom-color: var(--indiaboat-dark-blue);
}

.indiaboat-tab-content {
    display: none; /* Hidden by default, show via JavaScript */
}

.indiaboat-tab-content.active {
    display: block;
}

.indiaboat-content-heading {
    font-size: 1.8em;
    color: var(--indiaboat-dark-blue);
    margin-bottom: 15px;
}

.indiaboat-tab-content p {
    line-height: 1.7;
    margin-bottom: 20px;
    color: var(--indiaboat-text-dark);
}

.indiaboat-feature-list {
    list-style: none;
    padding: 0;
}

.indiaboat-feature-list li {
    font-size: 1em;
    margin-bottom: 10px;
    color: var(--indiaboat-text-dark);
}

.indiaboat-feature-list li i {
    /* color: var(--indiaboat-accent); */
    color: #0a0a1f;
    margin-right: 10px;
}

/* --- 4. Booking Call-to-Action --- */
.indiaboat-cta {
    text-align: center;
    /* background-color: var(--indiaboat-dark-blue); */
    background-color: #113d48;
    color: var(--indiaboat-text-white);
    padding: 50px 30px;
    border-radius: 8px;
    max-width: 1150px;
    margin: auto;  
}

.indiaboat-cta-title {
    font-size: 2.5em;
    margin-bottom: 15px;
    color: var(--indiaboat-text-white);
}

.indiaboat-cta-text {
    font-size: 1.1em;
    margin-bottom: 30px;
    color: #ccc;
}

.indiaboat-cta-btn {
    display: inline-block;
    padding: 12px 30px;
    /* Use a contrasting color for the button */
    /* background-color: var(--indiaboat-accent);  */
    background-color: #fff;
    /* color: var(--indiaboat-text-white); */
    color: #113D48;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: background-color 0.3s ease;
}

.indiaboat-cta-btn:hover {
    background-color: #113D48; /* Slightly darker shade on hover */
    color: #fff;
}


/* --------------------
    RESPONSIVENESS (Mobile/Tablet)
   -------------------- */
@media (max-width: 992px) {
    .indiaboat-main-title {
        font-size: 2.5em;
    }
    .indiaboat-gallery {
        grid-template-columns: 1fr; /* Stack gallery images vertically on tablets */
    }
    .indiaboat-gallery-grid {
        grid-template-columns: 1fr 1fr; /* Two small images side-by-side */
        grid-template-rows: auto;
    }
    .indiaboat-hero-heading
    {
        padding: 0 5%;
    }
    
}

@media (max-width: 600px) {
    .indiaboat-main-title {
        font-size: 2em;
    }
    .indiaboat-details-wrap{
      width: 95%;
      padding: 20px;
    }
    .indiaboat-gallery-grid {
        grid-template-columns: 1fr; /* Stack all images vertically on phones */
    }
    .indiaboat-tab-btn {
        padding: 10px 15px;
        font-size: 0.9em;
    }
    .indiaboat-cta{
      width: 95%;
    }
    .indiaboat-cta-title {
        font-size: 1.8em;
    }
}

/* --------------------
    YACHT SEARCH AND RESULTS SECTION (Final Single-Line Input Layout)
   -------------------- */

.indiaboat-search-section {
    padding: 60px 0 80px 0;
    background-color: #F7F7F7; /* Light Grey Background */
}

.indiaboat-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 0%;
}

.indiaboat-search-title {
    text-align: center;
    font-size: 2.2em;
    color: #002147; /* Dark Blue */
    margin-bottom: 40px;
}

/* --- Search Form Styling --- */
.indiaboat-search-form-wrap {
    background-color: #FFFFFF; /* White Background */
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 5px 20px rgba(0, 33, 71, 0.1);
    margin-bottom: 60px;
    border-top: 5px solid #002147; /* Dark Blue Top Border */
}

.indiaboat-search-form {
    display: flex;
    flex-direction: column;
    gap: 20px; 
}

.indiaboat-form-row{
  display: flex;
  gap: 10px;
}

/* ENFORCED SINGLE-LINE: This container holds all 6 inputs */
.indiaboat-search-form-fields {
    display: flex;
    flex-wrap: nowrap; /* THIS IS KEY: PREVENTS WRAPPING ON LARGE SCREENS */
    gap: 10px; /* Tighter gap */
    justify-content: space-between; 
    /* Ensure the container has enough room for all six minimal widths */
    min-width: 800px; 
    margin: 0 auto; /* Center the form fields container */
}

.indiaboat-input-group {
    /* Allow them to grow equally when space permits */
    flex: 1 1 15%; 
    display: flex;
    flex-direction: column;
    min-width: 120px; 
}

.indiaboat-pax-input {
    /* Guests (Pax) input has a defined fixed size */
    flex: 0 0 50%; 
    min-width: 80px;
}

.indiaboat-input-group label {
    font-weight: 600;
    color: #002147; 
    margin-bottom: 5px;
    font-size: 0.9em;
}

.indiaboat-form-input,
.indiaboat-form-select {
    padding: 10px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 1em;
    color: #333333; 
    background-color: #F7F7F7; 
    appearance: none; 
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23002147' d='M9.293 12.95l.707.707L15.657 8l-1.414-1.414L10 10.828 5.757 6.586 4.343 8z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px top 50%;
    background-size: 12px;
}

/* Search Button Wrapper (for centering) */
.indiaboat-search-button-wrap {
    display: flex;
    justify-content: center; /* Center the button */
    padding-top: 10px; 
}

.indiaboat-search-btn {
    width: 300px; 
    padding: 12px 20px;
    background-color: #002147; /* Dark Blue Button */
    color: #FFFFFF; 
    border: none;
    border-radius: 4px;
    font-size: 1.1em;
    font-weight: 700;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.1s ease;
}

.indiaboat-search-btn:hover {
    background-color: #003366; 
    transform: translateY(-1px);
}


/* --------------------
    Result Cards Grid Styling
   -------------------- */
.indiaboat-results-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.indiaboat-result-card {
    background-color: #FFFFFF; 
    border-radius: 10px; 
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.indiaboat-result-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.indiaboat-card-img {
    width: 100%;
    height: 200px !important; 
    object-fit: cover;
    display: block;
}

.indiaboat-card-content {
    padding: 20px;
    text-align: center;
}

.indiaboat-card-title {
    font-size: 1.5em;
    color: #002147; 
    margin-bottom: 5px;
}

.indiaboat-card-duration {
    color: #6c757d; 
    font-size: 0.95em;
    margin-bottom: 20px;
}

.indiaboat-card-btn {
    display: inline-block;
    width: 100%;
    padding: 10px;
    background-color: #002147; /* Dark Blue Match */
    color: #FFFFFF; 
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
    transition: background-color 0.2s ease;
}

.indiaboat-card-btn:hover {
    background-color: #003366;
    color: #fff;
}


/* --------------------
    RESPONSIVENESS
   -------------------- */

/* Forced Wrap for medium screens (when the single line breaks) */
@media (max-width: 850px) {
    .indiaboat-search-form-fields {
        flex-wrap: wrap; /* Allow wrapping */
        min-width: auto; /* Remove fixed minimum width */
        justify-content: space-around;
        padding: 0 10px; /* Add slight padding */
    }
    .indiaboat-input-group {
        flex: 1 1 calc(33.33% - 20px); /* 3 items per row, accommodating gaps */
        min-width: 180px; 
    }
    .indiaboat-pax-input {
        flex: 1 1 calc(33.33% - 20px);
        min-width: 180px; 
    }
}

/* Mobile breakpoint: Stack all fields vertically */
@media (max-width: 600px) {
    .indiaboat-search-form-wrap {
        padding: 20px;
    }
    .indiaboat-search-form-fields {
        flex-direction: column; 
        gap: 15px;
    }
    .indiaboat-input-group,
    .indiaboat-pax-input {
        flex: 1 1 100%; 
        min-width: 100%;
    }
    .indiaboat-search-btn {
        width: 100%; 
    }
}

/* Container for the whole specification box */
        .yacht-spec-container {
           border-radius: 10px;
            border: 1px solid #ddd;
            
            margin: 0 auto; /* Center the container */
            background-color: #fff;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        }

        /* Row styling (for each specification item) */
        .yacht-spec-row {
            display: flex; /* Use flexbox for key-value layout */
            justify-content: space-between; /* Space out the key and value */
            align-items: center;
            padding: 10px 15px;
            border-bottom: 1px solid #eee; /* Separator between rows */
        }

        /* Remove border for the last row */
        .yacht-spec-row:last-child {
            border-bottom: none;
        }

        /* Styling for the specification key (left column) */
        .yacht-spec-key {
            font-weight: bold;
            color: #333;
            text-transform: uppercase;
            flex: 1; /* Allows the key to take available space */
            padding-right: 15px; /* Space between key and value */
        }

        /* Styling for the specification value (right column) */
        .yacht-spec-value {
            color: #555;
            text-align: right;
            flex: 1; /* Allows the value to take available space */
        }

        /* Media query for responsiveness on smaller screens (e.g., mobile) */
        @media (max-width: 480px) {
            .yacht-spec-row {
                flex-direction: column; /* Stack key and value */
                align-items: flex-start; /* Align text to the left */
                padding: 10px 10px;
            }

            .yacht-spec-key {
                width: 100%;
                padding-right: 0;
                margin-bottom: 5px; /* Space between stacked key and value */
            }

            .yacht-spec-value {
                width: 100%;
                text-align: left;
                font-size: 1.1em; /* Make the value stand out */
                color: #000;
            }
        }

        /* Main container for the features section */
        .yacht-features-info-container {
            /* No max-width or font-family, allowing it to stretch and inherit styles */
            padding: 15px;
            line-height: 1.6;
            color: #333;
        }

        /* Styling for main descriptive paragraphs */
        .feature-paragraph {
            margin-bottom: 15px;
            font-size: 14px;
        }

        /* Styling for main headings like "Inclusions" and "Additional Facilities" */
        .feature-main-heading {
            font-size: 18px;
            font-weight: bold;
            color: #000;
            margin-top: 20px;
            margin-bottom: 10px;
        }

        /* Styling for the list of inclusions/facilities details */
        .feature-detail-list {
            font-size: 14px;
            margin-bottom: 20px;
            padding-left: 0; /* Remove default list padding if any */
        }
        
        /* Styling for the important contact information */
        .feature-contact-info {
            font-size: 16px;
            font-weight: bold;
            color: #000;
            margin-top: 30px;
            padding-top: 10px;
            border-top: 1px solid #eee;
        }

        /* Special styling for phone numbers (to make them stand out slightly) */
        .feature-phone-numbers {
            color: #003366; /* A standard link color */
            margin-left: 5px;
            word-break: break-all; /* Ensures long numbers wrap correctly */
            display: block; /* Ensures each number starts on a new line on small screens */
            padding-top: 5px;
        }
        
        .feature-phone-numbers span {
            margin-right: 15px; /* Spacing between numbers on large screens */
        }
        
        /* Specific styling for the boarding point section */
        .feature-boarding-point {
            font-weight: bold;
            color: #000;
            margin-bottom: 15px;
            font-size: 15px;
        }

        /* Responsive adjustments for smaller screens */
        @media (max-width: 600px) {
            .yacht-features-info-container {
                padding: 10px;
            }
            .feature-main-heading {
                font-size: 16px;
            }
            .feature-paragraph, .feature-detail-list {
                font-size: 13px;
            }
            .feature-phone-numbers span {
                display: block; /* Force each number to a new line on small screens */
                margin-right: 0;
            }
        }

        /* Main container for the rules section */
        .yacht-rules-container {
            padding: 15px;
            line-height: 1.6;
            color: #333;
        }

        /* Styling for the main list of rules and guidelines */
        .rules-guidelines-list {
            list-style: none; /* Remove default list markers */
            padding-left: 0;
            margin-bottom: 25px;
        }

        /* Styling for each rule item */
        .rules-guidelines-item {
            margin-bottom: 12px;
            font-size: 14px;
        }

        /* Styling for the bold headings like "Do & Don'ts" */
        .rules-main-heading {
            font-size: 18px;
            font-weight: bold;
            color: #000;
            margin-top: 20px;
            margin-bottom: 10px;
        }

        /* Styling for the Do's & Don'ts paragraphs */
        .donts-paragraph {
            margin-bottom: 15px;
            font-size: 14px;
        }

        /* Highlighting for strict/important warnings */
        .strict-warning {
            font-weight: bold;
            color: #d9534f; /* Reddish color for emphasis */
        }
        
        /* Responsive adjustments for smaller screens */
        @media (max-width: 600px) {
            .yacht-rules-container {
                padding: 10px;
            }
            .rules-main-heading {
                font-size: 16px;
            }
            .rules-guidelines-item, .donts-paragraph {
                font-size: 13px;
            }
        } 


        /* General styling for the cart details section */
.cart-details-section {
  
    background-color: #f8f9fa;
    color: #333;
    padding-top: 100px;
    padding-bottom: 100px;
    
}

/* Container for the table-like layout */
.cart-item-card {
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    margin-bottom: 25px;
    overflow: hidden;
    max-width: 90%; /* Added max-width for better desktop look */
    margin: 0 auto 25px auto;
}  

/* --- Shared Flex Layouts --- */
.cart-item-header, .cart-item-body {
    display: flex;
    padding: 12px 20px;
    align-items: center;
}

/* Header row styling */
.cart-item-header {
    background-color: #113d48; /* Dark blue background */
    color: #ffffff;
    font-weight: bold;
    font-size: 1.1em;
    text-transform: uppercase;
}

/* Body row styling */
.cart-item-body {
    border-bottom: 1px solid #e9ecef;
}
.cart-item-body:last-of-type {
    border-bottom: none;
}

/* --- Column Width Definitions (Crucial for Alignment) --- */
.cart-header-cell, .cart-body-cell {
    padding: 0 5px;
    font-size: 18px;
    font-family: sans-serif;
    font-weight: 400;
}

/* Product: Image and Name - Given the most space */
.col-product {
    flex: 0 0 35%; /* 35% width */
}

/* Date, Time, Location, Price - Equal medium space */
.col-medium {
    flex: 0 0 13%; /* 13% width for four columns = 52% */
}

/* Actions: Fixed small space */
.col-actions {
    flex: 0 0 13%; /* 13% width */
    text-align: center; /* Center the actions header and icons */
}

/* Apply specific alignment to headers based on content */
.cart-header-cell.col-product { text-align: left; }
.cart-header-cell.col-medium { text-align: left; }
.cart-header-cell.col-actions { text-align: center; }


/* --- Content Styling --- */
.cart-product-details {
    display: flex;
    align-items: center;
}

.cart-product-image {
    width: 300px;
    height: 60px;
    border-radius: 4px;
    object-fit: cover;
    margin-right: 15px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
}

.cart-product-name {
    /* font-weight: bold; */
    color: #1d1d1d;
    font-size: 20px;
}

.cart-date-value,
.cart-time-value,
.cart-location-value {
    color: #495057;
    font-size: 1em;
    /* Ensure body text is aligned left to match header */
    text-align: left;
}

.cart-price-value {
    font-weight: bold;
    color: #113d48;
    font-size: 1.1em;
    /* Ensure body text is aligned left to match header */
    text-align: left;
}

/* Actions styling (Edit/Delete) */
.cart-actions-cell {
    display: flex;
    justify-content: center; /* Center icons under the Actions header */
    gap: 10px;
}

.cart-action-button {
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
    font-size: 1.2em;
    color: #6c757d;
    transition: color 0.2s ease-in-out;
}

.cart-action-button:hover { color: #007bff; }
.cart-action-button.delete-icon { color: #dc3545; }
.cart-action-button.delete-icon:hover { color: #c82333; }


/* --- Confirm Booking Button --- */
.confirm-booking-container {
    text-align: center;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #e9ecef;
    max-width: 1000px;
    margin: 30px auto 0 auto;
}

.confirm-booking-button {
    background-color: #113d48;
    color: #ffffff;
    border: none;
    padding: 12px 30px;
    font-size: 1.1em;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.confirm-booking-button:hover {
    /* background-color: #0056b3; */
    color: #fff;
}

/* --- Responsive Adjustments --- */
@media (max-width: 768px) {
    .cart-item-header, .cart-item-body {
        flex-wrap: wrap;
        padding: 10px 15px;
    }

    .cart-product-image{
      height: 200px !important;
    }

    /* Remove flex-basis for mobile, allow stacking */
    .col-product, .col-medium, .col-actions {
        flex: 1 1 100%;
        margin-bottom: 8px;
        padding: 0;
        text-align: center;
    }

    /* Realign headers for stacking view */
    .cart-item-header {
        display: none; /* Hide header row on small screens */
    }

    /* Stack items vertically on small screens */
    .cart-item-body {
        flex-direction: column;
        align-items: center;
        padding: 15px;
    }

    .cart-product-details {
        margin-bottom: 10px;
    }
    
    
    /* .cart-body-cell::before {
        content: attr(data-label) ": ";
        font-weight: bold;
        color: #007bff;
        display: inline-block;
        width: 100px; 
    } */

    /* Hide label for Product and Actions */
    .cart-product-details::before, .cart-actions-cell::before {
        content: none;
    }
    
    /* Ensure actions are visible and centered */
    .cart-actions-cell {
        justify-content: flex-start;
        margin-top: 10px;
        padding-top: 10px;
        border-top: 1px solid #eee;
    }

    .confirm-booking-button {
        width: 100%;
    }
}

/* Add-Ons Section CSS - Revised for Attraction (styles.css) */

/* --- Page Container & Layout --- */
.attractive-addons-container {
    font-family: 'Segoe UI', Arial, sans-serif;
    padding: 30px; 
    background-color: #f0f4f8; 
    display: flex;
    flex-wrap: wrap; 
    gap: 30px; 
    color: #333; 
}

/* --- Left Column: Yacht Details and Add-Ons (70%) --- */
.attractive-main-content {
    flex: 1 1 68%; 
    min-width: 320px; 
}

/* Yacht Details Header Bar - Sleek & Modern */
.attractive-yacht-header {
    background-color: #ffffff;
    border: 1px solid #e0e6ed; 
    border-radius: 10px; 
    padding: 20px; 
    margin-bottom: 30px; 
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    box-shadow: 0 6px 15px rgba(0, 77, 153, 0.08); 
    transition: all 0.3s ease;
}

.attractive-yacht-header:hover {
    box-shadow: 0 8px 20px rgba(0, 77, 153, 0.12);
}

.attractive-yacht-info-group {
    display: flex;
    align-items: center;
    flex-wrap: wrap; 
    flex: 1;
    gap: 25px; 
}

.attractive-yacht-info-block {
    padding: 0 15px;
    /* border-right: 1px solid #dae1e7;  */
    flex: 1 1 auto; 
    min-width: 120px;
}

.attractive-yacht-info-block:first-child {
    padding-left: 0;
    min-width: 200px; 
}

.attractive-yacht-info-block:last-child {
    border-right: none;
}

.attractive-yacht-header-img {
    width: 160px !important;
    height: 160px !important;
    border-radius: 8px; 
    object-fit: cover;
    margin-right: 15px;
    border: 1px solid #ccd6e1;
}

.attractive-yacht-header-name {
    font-weight: 500; 
    color: #113d48; /* Dark Blue */
    font-size: 1.2em; 
}

.attractive-yacht-header-sublabel {
    font-size: 16px;
    color: #113D48; 
    font-weight: 500;
    
    margin-top: 3px;
}

.attractive-yacht-header-detail-label {
    font-size: 16px;
    font-weight: 500;
    color: #113D48;
    
    margin-bottom: 4px;
}
.attractive-yacht-header-detail-value {
    font-weight: 600;
    color: #2c3e50; 
    font-size: 1.05em;
}

/* Add-ons Toggle Bar - Prominent & Interactive */
.attractive-addons-toggle-bar {
    background-color: #113d48; 
    color: #ffffff; /* White Text */
    padding: 18px 25px; 
    border-radius: 10px; 
    margin-bottom: 25px;
    display: flex;
    
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    /* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);  */
    transition: background-color 0.3s ease;
}

.attractive-addons-toggle-bar:hover {
    /* background-color: #113d48;  */
}

.attractive-addons-toggle-bar h3 {
    margin: 0;
    font-size: 1.5em; 
    font-weight: 600;
    display: flex;
    /* align-items: center; */
    gap: 12px;
    color: #fff;
}

.attractive-toggle-icon {
    font-size: 1.5em; 
    font-weight: bold;
    line-height: 1; 
    transition: transform 0.3s ease;
}

/* JS Class for rotation */
.attractive-addons-toggle-bar.is-expanded .attractive-toggle-icon {
    transform: rotate(180deg); 
}


.attractive-proceed-btn {
    background-color: #ffffff; 
    color: #113d48; 
    border: none;
    padding: 12px 28px; 
    border-radius: 6px;
    font-weight: 700;
    font-size: 1.05em;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.attractive-proceed-btn:hover {
    background-color: #e6eef5;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}


/* --- Add-ons Details Section --- */
.attractive-addons-details-section {
    background-color: #ffffff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease-in-out;
}

/* Add-ons Filters/Categories */
.attractive-addons-filters {
    display: flex;
    flex-wrap: wrap; 
    gap: 10px; 
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f0f4f8;
}

.attractive-filter-btn {
    background-color: #f0f4f8;
    border: 1px solid #cdd5df;
    padding: 9px 18px;
    border-radius: 25px; 
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 0.9em;
    font-weight: 600;
    color: #5c708a;
    flex-grow: 1; 
    max-width: fit-content;
}

.attractive-filter-btn.active, .attractive-filter-btn:hover {
    background-color: #113d48; /* Dark Blue */
    color: #ffffff;
    border-color: #113d48;
    box-shadow: 0 3px 8px rgba(0, 77, 153, 0.3);
}

/* Add-ons Table */
.attractive-addons-table {
    width: 100%;
    border-collapse: separate; 
    border-spacing: 0 8px; 
    border: none;
}

.attractive-addons-table th {
    text-align: left;
    padding: 12px 10px;
    font-size: 0.95em;
    color: #113d48; 
    font-weight: 700;
    border-bottom: 2px solid #113d48; 
}

.attractive-addons-table td {
    padding: 15px 10px;
    border-bottom: 1px solid #e0e6ed; 
    vertical-align: middle;
    background-color: #ffffff; 
    line-height: 1.4;
}

.attractive-addons-table tbody tr:last-child td {
    border-bottom: none;
}


/* Specific Column Widths */
.col-item-name { width: 40%; }
.col-item-price { width: 15%; }
.col-item-quantity { width: 25%; }
.col-item-select { width: 20%; text-align: right; }


/* Item Styling */
.item-category-tag {
    display: inline-block;
    font-size: 0.7em; 
    padding: 3px 7px;
    border-radius: 15px; 
    margin-left: 8px;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.tag-veg { background-color: #28a745; }
.tag-nonveg { background-color: #dc3545; }
.tag-deco { background-color: #ffc107; color: #333; } 

/* Quantity Control */
.attractive-quantity-control {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0; 
    border: 1px solid #ced4da;
    border-radius: 5px;
    overflow: hidden; 
    width: 120px; 
    background-color: #fff;
}
.attractive-quantity-btn {
    background-color: #f0f4f8; 
    color: #113d48; 
    border: none;
    width: 35px; 
    height: 35px;
    cursor: pointer;
    font-size: 1.3em; 
    font-weight: bold;
    transition: background-color 0.2s ease;
    flex-shrink: 0;
}
.attractive-quantity-btn:hover {
    background-color: #e2e6ea;
}
.attractive-quantity-btn:active {
    background-color: #dae1e7;
}

.attractive-quantity-input {
   width: 50px; 
    text-align: center;
    border: none; 
    padding: 0;
    height: 35px;
    font-size: 1em;
    /* Ensure the text is dark and the background is white */
    color: #2c3e50; /* Dark text color */
    background-color: #ffffff; /* White background */
    -moz-appearance: textfield;
}
.attractive-quantity-input::-webkit-outer-spin-button,
.attractive-quantity-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Checkbox visibility & Styling */
.attractive-item-checkbox {
    width: 20px; 
    height: 20px;
    cursor: pointer;
    vertical-align: middle;
    accent-color: #113d48; 
    /* Ensures minimum visual size for visibility */
    min-width: 20px; 
    min-height: 20px;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}


/* --- Right Column: Customer Care (30%) --- */
.attractive-customer-sidebar {
    flex: 1 1 25%;
    background-color: #ffffff;
    padding: 25px 15px;
    border-radius: 10px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
    min-width: 280px;  
    margin-top: 26px;
    height: fit-content; 
}

.attractive-sidebar-heading {
    color: #113d48; 
    font-size: 1.4em; 
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #113d48; 
    font-weight: 600;
}

.attractive-contact-detail {
    margin-bottom: 20px;
    font-size: 15px;
    font-family: var(--body-font);
    color: #000;
}

.attractive-contact-icon {
    color: #113d48;
    margin-right: 12px;
    font-size: 1.1em;
}
.attractive-contact-label {
    font-weight: 600;
    color: #2c3e50;
    display: block; 
    margin-bottom: 5px;
}
.attractive-contact-value {
    color: #113d48; 
    display: block;
    font-size: 1em;
    word-break: break-word; 
}
.attractive-sidebar-note {
    font-size: 16px;
    color: #000;
    margin-top: 25px;
    line-height: 1.5;
}


/* --- Responsive Adjustments --- */
@media (max-width: 992px) {
    .attractive-addons-container {
        padding: 20px;
        gap: 25px;
    }
    .attractive-main-content, .attractive-customer-sidebar {
        flex: 1 1 100%;
    }

    .attractive-yacht-header {
        flex-direction: column;
        align-items: flex-start;
        padding: 15px;
    }
    
    .attractive-yacht-info-group {
        flex-wrap: nowrap;
        flex-direction: column;
        align-items: start;
        gap: 15px;
        margin-top: 15px;
        width: 100%;
    }
    
    .attractive-yacht-info-block {
        border-right: none;
        padding: 5px 0;
        flex: 1 1 45%; 
        min-width: unset;
    }

    .attractive-yacht-info-block:first-child {
        flex: 1 1 100%; 
        min-width: unset;
    }

    .attractive-proceed-btn {
        width: 100%;
        margin-top: 15px;
    }
    .attractive-addons-toggle-bar {
        flex-wrap: wrap;
        padding: 15px 20px;
    }
    .attractive-addons-toggle-bar h3 {
        font-size: 1.3em;
        width: 100%;
        margin-bottom: 10px;
    }
    .attractive-toggle-icon {
        font-size: 1.5em;
    }

    .attractive-filter-btn {
        flex-grow: 1; 
    }
}

@media (max-width: 600px) {
    .attractive-addons-container {
        padding: 15px;
    }
    .attractive-addons-filters {
        flex-direction: column; 
    }
    .attractive-filter-btn {
        max-width: 100%;
    }
    
    /* Mobile Table View */
    .attractive-addons-table thead {
        display: none; 
    }
    .attractive-addons-table, .attractive-addons-table tbody, .attractive-addons-table tr, .attractive-addons-table td {
        display: block;
        width: 100%;
    }
    
    .attractive-addons-table tr {
        margin-bottom: 15px;
        border: 1px solid #e0e6ed;
        border-radius: 8px;
        background-color: #ffffff;
        box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    }

    .attractive-addons-table td {
        text-align: right;
        padding: 10px 15px;
        border-bottom: 1px solid #f0f4f8; 
        position: relative;
    }
    
    .attractive-addons-table td:last-child {
        border-bottom: none;
    }
    
    .attractive-addons-table td::before {
        /* content: attr(data-label);
        position: absolute;
        left: 15px;
        font-weight: 700;
        color: #113d48;  */
    }
    
    .col-item-name { text-align: left !important; } 
    .col-item-name::before { content: none; } 

    .attractive-quantity-control {
        justify-content: flex-end; 
    }
}

.addon-action-footer {
    padding-top: 20px;
    margin-top: 15px;
    border-top: 1px solid #e0e6ed; /* Subtle separator line */
    text-align: right; /* Align the button to the right */
}

.add-package-btn {
    background-color: #113d48; /* Dark Blue */
    color: #ffffff; /* White text */
    border: none;
    padding: 12px 25px;
    border-radius: 6px;
    font-weight: 700;
    font-size: 1.05em;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 77, 153, 0.4); /* Stronger blue shadow */
}



/* Responsive adjustment for small screens */
@media (max-width: 600px) {
    .addon-action-footer {
        text-align: center; /* Center button on small screens */
    }
    .add-package-btn {
        width: 100%; /* Full width on small screens */
    }
}    

/* --- Booking Summary Section Styling --- */

.booking-summary-container {
    
    padding: 30px;
    background-color: #ffffff; /* White background for clean look */
    border-top: 5px solid #113d48; /* Strong blue line separator */
    margin-top: 30px;
    
}

.summary-heading {
    color: #113d48;
    font-size: 1.8em;
    font-weight: 700;
    margin-bottom: 25px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e0e6ed;
}

.summary-content-grid {
    display: flex;
    gap: 30px;
}

/* Left Column: Details */
.summary-details-column {
    flex: 1 1 68%;
    min-width: 300px;
}

.summary-group {
    /* background-color: #113d48; */
    /* background: linear-gradient(45deg, #113d4812, transparent); */
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
    border: 1px solid #e0e6ed;
}

.summary-group-primary {
    /* background-color: #113d48;  */
}

.group-title {
    font-size: 1.3em;
    /* color: #fff; */
    font-weight: 600;
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 1px dashed #c1d9ed;
}

.detail-row {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
}

.detail-label {
    font-weight: 500;
    /* color: #fff; */
    flex-basis: 40%;
}

.detail-value {
    font-weight: 600;
    /* color: #fff; */
    text-align: right;
    flex-basis: 60%;
}

.summary-yacht-name {
    font-size: 1.1em;
    font-weight: 700;
    /* color: #fff; */
}

.detail-row-item {
    font-size: 0.95em;
    padding-left: 15px;
}
.detail-row span{
      color: #5f5f5f;
    font-weight: 500;
}
/* Right Column: Price and Action */
.summary-price-column {
    flex: 1 1 28%;
    background-color: #fff; /* Light grey */
    padding: 20px;
    border-radius: 8px;
    height: fit-content;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.price-breakdown {
    margin-bottom: 25px;
}

.price-row {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    color: #000;
    font-size: 1em;
    border-bottom: 1px solid #e0e6ed;
}

.price-label {
    color: #5c708a;
}

.price-value {
    font-weight: 600;
    color: #2c3e50;
}

.price-tax {
    border-bottom: none;
    font-size: 0.9em;
    padding-bottom: 5px;
}

.price-total-box {
    border-top: 2px solid #113d48; /* Dark Blue separator */
    padding-top: 15px;
    margin-top: 10px;
    font-size: 1.2em;
}

.price-total {
    font-weight: 700;
    color: #113d48; /* Highlight total price */
}

/* Confirm Button */
.confirm-booking-btn {
    width: 100%;
    background-color: #113d48; /* Green for GO action */
    color: #ffffff;
    display: block;
    border: none;
    padding: 15px;
    border-radius: 6px;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
      width: max-content;
      margin: 15px auto 0px;
}
    
.confirm-booking-btn:hover {
    /* background-color: #113d48; */
    color: #fff;
    
}

/* --- Responsive Adjustments --- */
@media (max-width: 768px) {
    .summary-content-grid {
        flex-direction: column; /* Stack columns on tablets/mobiles */
    }
    .summary-details-column, .summary-price-column {
        flex: 1 1 100%;
        min-width: unset;
    }
    .summary-heading {
        font-size: 1.5em;
    }
    .booking-summary-container {
        padding: 20px;
    }
}

/* --- User Login Section Styling --- */

.user-login-section-container {
    
    padding: 50px 20px;
    background-color: #f0f4f8; /* Light background */
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh; /* Full height if needed, or adjust padding */
}

.login-card {
    background-color: #ffffff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 77, 153, 0.15); /* Dark blue themed shadow */
    width: 100%;
    max-width: 500px; /* Fixed maximum width for clean look */
    border-top: 5px solid #113d48;
}

.login-title {
    color: #113d48; /* Dark Blue */
    font-size: 2em;
    font-weight: 700;
    margin-bottom: 5px;
}

.login-subtitle {
    color: #5c708a;
    margin-bottom: 25px;
    font-size: 1em;
}

.input-group {
    margin-bottom: 20px;
}

.input-label {
    display: block;
    color: #2c3e50;
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 0.95em;
}

.login-input {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #cdd5df;
    border-radius: 6px;
    font-size: 1em;
    color: #2c3e50;
    transition: border-color 0.3s, box-shadow 0.3s;
}

.login-input:focus {
    border-color: #113d48;
    box-shadow: 0 0 0 3px rgba(0, 77, 153, 0.2);
    outline: none;
}

/* Options Row (Remember Me & Forgot Password) */
.login-options-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.remember-me {
    display: flex;
    align-items: center;
}

.login-checkbox {
    /* Use accent-color for modern styling of the checkbox */
    accent-color: #113d48; 
    width: 16px;
    height: 16px;
    margin-right: 8px;
    cursor: pointer;
}
 
.checkbox-label {
    color: #5c708a;
    font-size: 0.9em;
    margin-bottom: 0;
}

.forgot-password-link {
    color: #113d48;
    text-decoration: none;
    font-size: 0.9em;
    font-weight: 500;
    transition: color 0.3s;
}

.forgot-password-link:hover {
    color: #003a7a;
    text-decoration: underline;
}

/* Login Button */
.login-submit-btn {
    width: 100%;
    background-color: #113d48; /* Dark Blue */
    color: #ffffff;
    border: none;
    padding: 15px;
    border-radius: 6px;
    font-weight: 700;
    font-size: 1.1em;
    cursor: pointer;
    transition: background-color 0.3s, box-shadow 0.3s;
}

.login-submit-btn:hover {
    background-color: #003a7a;
    box-shadow: 0 4px 10px rgba(0, 77, 153, 0.4);
}

/* Footer Links */
.login-footer {
    text-align: center;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #e0e6ed;
    font-size: 0.95em;
    color: #5c708a;
}

.login-footer p {
    margin: 8px 0;
}

.signup-link, .affiliate-link {
    color: #113d48;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s;
}

.signup-link:hover, .affiliate-link:hover {
    color: #003a7a;
    text-decoration: underline;
}

/* --- Responsive Adjustments --- */
@media (max-width: 480px) {
    .login-card {
        padding: 30px 20px;
        margin: 0 15px;
    }
    .login-options-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    .forgot-password-link {
        align-self: flex-end;
    }
}

/* --- User Sign Up Section Styling --- */

.user-signup-section-container {
    
    padding: 40px 20px;
    background-color: #f0f4f8; 
    display: flex;
    justify-content: center;
    align-items: center;
}

.signup-card {
    background-color: #ffffff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 77, 153, 0.15); 
    width: 100%;
    max-width: 700px; /* Wider card to fit company details nicely */
    border-top: 5px solid #113d48;
}

.signup-title {
    color: #113d48; /* Dark Blue */
    font-size: 2em;
    font-weight: 700;
    margin-bottom: 5px;
}

.signup-subtitle {
    color: #5c708a;
    margin-bottom: 25px;
    font-size: 1em;
}

/* Grid layout for arranging multiple inputs on one line */
.form-group-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Two columns by default */
    gap: 20px;
    margin-bottom: 20px;
}

.input-group {
  margin-top: 15px;
    margin-bottom: 0; /* Margin is handled by the grid gap */
}

/* Class to make an input span the full width of the grid */
.full-width {
    grid-column: span 2;
}

.input-label {
    display: block;
    color: #2c3e50;
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 0.95em;
}

.signup-input {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #cdd5df;
    border-radius: 6px;
    font-size: 1em;
    color: #2c3e50;
    transition: border-color 0.3s, box-shadow 0.3s;
}

.signup-input:focus {
    border-color: #113d48;
    box-shadow: 0 0 0 3px rgba(0, 77, 153, 0.2);
    outline: none;
}

.company-details-title {
    color: #113d48;
    font-size: 1.2em;
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e0e6ed;
}


/* Sign Up Button */
.signup-submit-btn {
    width: 100%;
    background-color: #113d48; /* Dark Blue */
    color: #ffffff;
    border: none;
    padding: 15px;
    border-radius: 6px;
    font-weight: 700;
    font-size: 1.1em;
    cursor: pointer;
    margin-top: 20px;
    transition: background-color 0.3s, box-shadow 0.3s;
}

.signup-submit-btn:hover {
    background-color: #003a7a;
    box-shadow: 0 4px 10px rgba(0, 77, 153, 0.4);
}

/* Footer Link */
.signup-footer {
    text-align: center;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #e0e6ed;
    font-size: 0.95em;
    color: #5c708a;
}

.login-link {
    color: #113d48;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s;
}

.login-link:hover {
    color: #003a7a;
    text-decoration: underline;
}

/* --- Responsive Adjustments --- */
@media (max-width: 650px) {
    .signup-card {
        padding: 30px 20px;
        margin: 0 15px;
    }
    
    /* Force grid to a single column on smaller screens */
    .form-group-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    /* Make sure all inputs take full width when grid collapses */
    .full-width {
        grid-column: span 1;
    }
}


.yacht-booking-card-alpha {
  background: #ffffff;
  border-radius: 16px;
  padding: 18px;
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  gap: 10px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
  height: min-content;
}

.yacht-booking-btn-alpha {
  background: #103b66;
  color: #ffffff;
  border: none;
  padding: 10px 0;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease;
  text-align: center;
  margin-top: 15px;
}

.yacht-booking-btn-alpha:hover {
  /* background: #fff; */
  color: #fff;
}



.yacht-booking-date-alpha {
  font-size: 12px;
  color: #64748b;
  letter-spacing: 0.5px;
  margin-bottom: 0;
}

.yacht-booking-time-alpha p {
  font-size: 13px;
  color: #0f172a;
  margin: 2px 0;
}

.yacht-booking-footer-alpha {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #e5e7eb;
  /* padding-top: 10px; */
  /* margin-top: 6px; */
}

.yacht-booking-location-alpha {
  font-size: 12px;
  color: #475569;
  font-weight: 600;
  margin-bottom: 0px;
  padding-top: 10px;
}

.yacht-booking-price-alpha {
  font-size: 20px;
  font-weight: 700;
  color: #22c55e;
  margin-bottom: 0px;
}

 .jbn-body {
            
            margin: 0;
            padding: 0;
            background-color: #FFFFFF; /* White */
            color: #333333; /* Dark Text */
            box-sizing: border-box;
            line-height: 1.6;
        }

        /* Section Container for Padding and Centering */
        .jbn-section-container {
            padding: 40px 20px;
            max-width: 1200px;
            margin: 0 auto;
        }

        /* Heading Style */
        .jbn-main-heading {
            text-align: center;
            color: #00A6A6; /* Primary Color */
            font-size: 2.5em;
            margin-bottom: 50px;
            font-weight: 700;
        }

        /* Grid Layout for Services */
        .jbn-services-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
            gap: 20px;
        }

        /* Individual Service Card Style */
        .jbn-service-card {
            background-color: #FFFFFF; /* White */
            border: 1px solid #e0e0e0;
            border-radius: 12px;
            padding: 30px 15px;
            text-align: center;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            cursor: pointer;
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            align-items: center;
            min-height: 250px; /* Ensure consistent height */
        }

        /* Hover Effect */
        .jbn-service-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
            border-color: #00A6A6; /* Primary Color */
        }

        /* Icon Container */
        .jbn-icon-wrapper {
            width: 80px;
            height: 80px;
            margin-bottom: 20px;
            display: flex;
            justify-content: center;
            align-items: center;
            color: #000000; /* Black for Icons */
        }

        /* Title inside the card */
        .jbn-card-title {
            font-size: 1.1em;
            font-weight: 600;
            color: #333333; /* Dark Text */
            text-transform: uppercase;
            line-height: 1.4;
        }

        /* Style for the colored background section */
        .jbn-highlight-section {
            background-color: #00A6A6; /* Primary Color */
            color: #FFFFFF; /* White */
            padding: 20px 0;
            text-align: center;
        }

        .jbn-highlight-text {
            font-size: 1.2em;
            font-weight: 300;
        }

        /* --- Custom Swiper Slider Styles --- */

        /* Wrapper for the entire slider section */
        .indiaboat-slider-section {
            background-color: #f8f8f8; /* Light background for contrast */
            padding-bottom: 40px;
        }
        
        /* Swiper Container */
        .indiaboat-gallery-custom {
            max-width: 1000px;
            height: auto; /* Height determined by content */
            margin: 0 auto;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
            position: relative;
        }

        /* Image styling inside slides */
        .boat-slider-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

        /* Custom Navigation Button Styling */
        .swiper-button-prev-custom,
        .swiper-button-next-custom {
            color: #FFFFFF; /* White arrows */
            background-color: rgba(0, 166, 166, 0.7); /* Primary color with transparency */
            width: 40px;
            height: 40px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: background-color 0.3s;
        }

        .swiper-button-prev-custom:hover,
        .swiper-button-next-custom:hover {
            background-color: #00A6A6; /* Solid primary on hover */
        }
        
        /* Ensure the position is correct relative to the slider container */
        .indiaboat-gallery-custom .swiper-button-prev,
        .indiaboat-gallery-custom .swiper-button-next {
            top: 50%;
            transform: translateY(-50%);
        }

        /* Custom Pagination Styling */
        .swiper-pagination-custom .swiper-pagination-bullet {
            background: #FFFFFF; /* White bullet */
            opacity: 0.7;
        }

        .swiper-pagination-custom .swiper-pagination-bullet-active {
            background: #00A6A6; /* Primary color for active bullet */
            opacity: 1;
        }

        /* Responsive Adjustments */
        @media (max-width: 768px) {
            .jbn-main-heading {
                font-size: 2em;
                margin-bottom: 30px;
            }

            .jbn-section-container {
                padding: 30px 15px;
            }
            
            .swiper-button-prev-custom,
            .swiper-button-next-custom {
                width: 30px;
                height: 30px;
                font-size: 14px; /* Smaller arrows on mobile */
            }
        }

        @media (max-width: 480px) {
            .jbn-services-grid {
                grid-template-columns: 1fr;
            }
            .jbn-service-card {
                min-height: auto;
            }
        }

        .indiaboat-gallery-wrapper {
  display: flex;
  gap: 25px;
  align-items: stretch;
  width: 100%;
  max-width: 1150px;
  margin: auto auto 20px;

}

/* SLIDER */
.indiaboat-slider-alpha {
  flex: 1;
  /* width: 50%; */
  overflow: hidden;
  border-radius: 16px;
  position: relative;
}

.indiaboat-slider-track-alpha {
  display: flex;
  transition: transform 0.6s ease-in-out;
}

.indiaboat-slide-alpha {
  min-width: 100%;
  height: 605px !important;
  object-fit: cover;
  border-radius: 16px;
}

/* BOOKING CARD */
.yacht-booking-card-alpha {
  width: 500px;
  background: #ffffff;
  border-radius: 18px;
  padding: 22px;
  box-shadow: 0 0 18px rgba(0,0,0,0.12);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.yacht-booking-title-alpha {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0;
}

.yacht-booking-date-alpha {
  font-size: 13px;
  opacity: 0.7;
  margin: 10px 0;
}

.yacht-booking-time-alpha p {
  margin: 4px 0;
  font-size: 14px;
}

.yacht-booking-footer-alpha {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.yacht-booking-price-alpha { 
  font-weight: 700;
  font-size: 17px;
}  

.yacht-booking-btn-alpha {
  padding: 12px;
  background: #103b66;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 15px;
  width: max-content;
  margin: auto;
  margin-top: 15px;

  cursor: pointer;
}

/* ✅ RESPONSIVE */
@media (max-width: 768px) {
  .indiaboat-gallery-wrapper {
    flex-direction: column;
    width: 95%;
  }

  .yacht-booking-card-alpha {
    width: 100%;
  }

  .indiaboat-slide-alpha {
    height: 260px;
  }
}

/* PAX SELECT */
.indiaboats-pax-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.selectPax_text{
  font-size: 20px;
  font-weight: bold;
  color: #000;
}

.indiaboats-pax-option {
  padding: 0px 18px;
  border-radius: 30px;
  box-shadow: 1px 1px 5px #113d487a;
  color: #113d48;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s ease;
  background-color: #fff;
  text-align: center;
  min-width: 90px;
}

.indiaboats-pax-option:hover,
.indiaboats-pax-option.active {
  background-color: #113d48;
  color: #fff;
}

/* PRODUCT CARD */
.indiaboats-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  transition: 0.3s ease;
  height: 100%;
}

.indiaboats-card:hover {
  transform: translateY(-6px);
}

.indiaboats-card-img {
  width: 100%;
  height: 220px !important;
  object-fit: cover;
}

.indiaboats-card-body {
  padding:20px 16px 40px;
  text-align: center;
}

.indiaboats-card-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
}

.indiaboats-card-p {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
}

/* BOOK BUTTON */
.indiaboats-book-btn {
  background-color: #113d48;
  color: #fff;
  border: none;
  padding: 10px 22px;
  border-radius: 25px;
  font-weight: 600;
  transition: 0.3s ease;
}

.indiaboats-book-btn:hover {
  background-color: #0c2f38;
  color: #fff;
}

/* MOBILE OPTIMIZATION */
@media (max-width: 575px) {
  .indiaboats-card-img {
    height: 190px;
  }

  .indiaboats-pax-option {
    min-width: auto;
    padding: 8px 14px;
    font-size: 14px;
  }
}

.indiaboats-yacht-detail-section {
  background-color: #f6f9fa;
}

/* IMAGE */
.indiaboats-yacht-image-box {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}

.indiaboats-yacht-main-img {
  width: 100%;
  height: 500px !important;
  object-fit: cover;
}

/* INFO BOX */
.indiaboats-yacht-info-box {
  background: #fff;
  padding: 28px;
  border-radius: 18px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}

.indiaboats-yacht-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 6px;
}

.indiaboats-yacht-location {
  color: #666;
  font-size: 15px;
  margin-bottom: 16px;
}

/* SPECS */
.indiaboats-yacht-specs {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 16px;
  color: #113d48;
}

.indiaboats-yacht-description {
  font-size: 15px;
  color: #555;
  margin-bottom: 22px;
}

/* BOOKING BOX */
.indiaboats-booking-box {
  border-top: 1px solid #e6e6e6;
  padding-top: 20px;
}

.indiaboats-booking-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 14px;
}

.indiaboats-booking-label {
  display: block;
  font-size: 14px;
  margin-bottom: 6px;
  font-weight: 600;
}

.indiaboats-booking-input {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #ddd;
  padding: 10px 14px;
  font-size: 14px;
}

/* FOOTER */
.indiaboats-booking-footer {
  margin-top: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}

.indiaboats-yacht-price {
  font-size: 22px;
  font-weight: 700;
  color: #113d48;
}

.indiaboats-booking-btn {
  background-color: #113d48;
  color: #fff;
  border: none;
  padding: 12px 26px;
  border-radius: 30px;
  font-weight: 600;
  transition: 0.3s ease;
}

.indiaboats-booking-btn:hover {
  background-color: #0c2f38;
}

/* MOBILE RESPONSIVE */
@media (max-width: 575px) {
  .indiaboats-yacht-title {
    font-size: 22px;
  }

  .indiaboats-yacht-info-box {
    padding: 20px;
  }

  .indiaboats-yacht-price {
    font-size: 20px;
  }
}

.indiaboats-booking-input[type="time"] {
  accent-color: #113d48;   /* affects small highlights only */
  border: 1px solid #113d48;
}

.indiaboats-booking-input[type="time"]:focus {  
  outline: none;
  border-color: #113d48;
  box-shadow: 0 0 0 2px rgba(17, 61, 72, 0.25);
}

.indiaboats-booking-input[type="time"] {
  color: #113d48;
}
 
.indiaboats-booking-input[type="time"]::-webkit-calendar-picker-indicator {
  filter: invert(22%) sepia(15%) saturate(900%) hue-rotate(150deg);
}

/* Overlay background */
.fh-location-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0,0,0,0.65);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  animation: fhFadeIn 0.3s ease;
}

/* White popup box */
.fh-location-popup-box {
  background: #ffffff;
  width: 90%;
  max-width: 380px;
  padding: 28px;
  border-radius: 16px;
  position: relative;
  animation: fhSlideUp 0.35s ease;
  box-shadow: 0 6px 20px rgba(0,0,0,0.25);
}

/* Close button */
.fh-location-close-btn {
  position: absolute;
  top: 12px;
  right: 14px;
  font-size: 30px;
  background: none;
  border: none;
  cursor: pointer;
  color: #113d48;
}

/* Title */
.fh-location-title {
  text-align: center;
  font-size: 22px;
  margin-bottom: 20px;
  color: #113d48;
  font-weight: 600;
}

/* Option List */
.fh-location-options {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* Each option */
.fh-option-item {
  padding: 14px 16px;
  border-radius: 10px;
  box-shadow: 1px 1px 5px #ccc;
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  transition: 0.25s ease;
  border: 2px solid transparent;
}

/* Hover effect */
.fh-option-item:hover {
  background: #c0d8df;
}

/* Hide default radio */
.fh-option-item input {
  width: 18px;
  height: 18px;
}

/* ACTIVE SELECTED OPTION */
.fh-option-item.active {
  background: #113d48;
  color: white;
  border-color: #0e303a;
}

/* Submit Button */
.fh-submit-btn {
  width: 100%;
  padding: 13px;
  margin-top: 20px;
  background: #113d48;
  color: white;
  font-weight: 600;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: 0.25s;
}

.fh-submit-btn:hover {
  background: #0e303a;
}

/* Animations */
@keyframes fhFadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes fhSlideUp {
  from { transform: translateY(25px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}

/* Main Section */
.fh-thankyou-section {
  width: 100%;
  min-height: 100vh;
  background: #f0f5f7;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25px;
}

/* Card */
.fh-thankyou-card {
  background: white;
  padding: 40px 30px;
  border-radius: 18px;
  max-width: 450px;
  width: 100%;
  text-align: center;
  box-shadow: 0 8px 25px rgba(0,0,0,0.12);
  animation: fhFadeUp 0.6s ease;
}

/* Check Icon */
.fh-thankyou-icon {
  height: 80px;
  width: 80px;
  background: #113d48;
  color: white;
  font-size: 45px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px auto;
  box-shadow: 0 4px 12px rgba(17,61,72,0.4);
  animation: fhPop 0.4s ease;
}

/* Title */
.fh-thankyou-title {
  font-size: 28px;
  color: #113d48;
  margin-bottom: 12px;
  font-weight: 700;
}

/* Message */
.fh-thankyou-msg {
  font-size: 16px;
  color: #444;
  line-height: 1.6;
  margin-bottom: 28px;
}

/* Button */
.fh-thankyou-btn {
  display: inline-block;
  padding: 14px 22px;
  background: #113d48;
  color: white;
  border-radius: 10px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.25s;
}

.fh-thankyou-btn:hover {
  background: #0e303a;
}

/* Animations */
@keyframes fhFadeUp {
  from { transform: translateY(20px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}

@keyframes fhPop {
  0% { transform: scale(0.5); opacity: 0; }
  100% { transform: scale(1); opacity: 1; }
}

/* Mobile */
@media (max-width: 480px) {
  .fh-thankyou-card {
    padding: 35px 20px;
  }
  .fh-thankyou-title {
    font-size: 24px;
  }
}
/* Container */
.yacht-booking-time-alpha {
  display: flex;
  gap: 12px;
  margin: 12px 0;
  justify-content: space-between;
  flex-direction: column;
  /* flex-wrap: wrap; */

}

/* Each field block */
.yb-time-item-alpha {
  display: flex;
  flex-direction: column;
  gap: 4px;
  /* flex: 1; */
  width: max-content;
  min-width: 100px;
}

/* Label */
.yb-time-item-alpha label {
  font-size: 13px;
  color: #113d48;
  font-weight: 600;
}

/* Select & Input styling */
.yb-time-item-alpha select,
.yb-time-item-alpha input[type="date"] {
  width: 100%;
  padding: 10px;
  border-radius: 8px;
  background: linear-gradient(45deg, #113d4812, transparent);
  border: 1px solid #d3e2e8;
  font-size: 14px;
  outline: none;
  /* color: #113d48; */
  transition: all 0.3s ease;
}

/* Active + focus state */
.yb-time-item-alpha select:focus,
.yb-time-item-alpha input[type="date"]:focus {
  border-color: #1679c4;
  box-shadow: 0 0 0 2px rgba(22, 121, 196, 0.25);
}

/* Make dropdown arrows consistent */
.yb-time-item-alpha select {
  appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='%23113d48' height='20' width='20' viewBox='0 0 20 20'><path d='M5.516 7.548c-.293-.27-.76-.257-1.03.036-.27.294-.257.76.036 1.03l4.5 4.25c.282.265.727.265 1.01 0l4.5-4.25c.293-.27.307-.736.036-1.03-.27-.293-.736-.307-1.03-.036L10 11.02 5.516 7.548z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 10px center;
}

/* Mobile stacking */
@media (max-width: 480px) {
  .yacht-booking-time-alpha {
    flex-direction: column;
  }
}

.aboutus-text-bg {
  background-color: rgba(0, 0, 0, 0.55); 
  padding: 20px 28px;
  border-radius: 8px;
  display: inline-block;
}

.ib-ceo-section {
  background-color: #ffffff;
  padding: 80px 20px;
}

.ib-ceo-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 60px;
  align-items: flex-start;
}

/* Left sticky image */
.ib-ceo-image-column {
  flex: 1;
  position: sticky;
  top: 100px;
}

.ib-ceo-image {
  width: 100%;
  max-width: 420px;
  border-radius: 14px;
  object-fit: cover;
}

/* Right content */
.ib-ceo-content-column {
  flex: 1.2;
}

.ib-ceo-main-heading {
  font-size: 34px;
  font-weight: 700;
  color: #113d48;
  margin-bottom: 10px;
}

.ib-ceo-name-heading {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 6px;
  color: #000000;
}

.ib-ceo-tagline {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 30px;
  color: #555555;
}

.ib-ceo-content-column p {
  font-size: 16px;
  line-height: 1.7;
  color: #333333;
  margin-bottom: 18px;
}

/* Responsive */
@media (max-width: 900px) {
  .ib-ceo-container {
    flex-direction: column;
  }

  .ib-ceo-image-column {
    position: relative;
    top: auto;
  }

  .ib-ceo-image {
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .ib-ceo-main-heading {
    font-size: 26px;
  }

  .ib-ceo-content-column p {
    font-size: 15px;
  }
}

.ib-values-mission-section {
  background-color: #ffffff;
  padding: 90px 20px;
}

.ib-values-mission-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Headings */
.ib-section-heading {
  font-size: 34px;
  font-weight: 700;
  color: #113d48;
  margin-bottom: 40px;
}

/* Core Values */
.ib-values-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-bottom: 80px;
}

.ib-value-card {
  padding: 30px;
  /* border: 1px solid #e6e6e6; */
  box-shadow: 1px 1px 5px #ccc;
  border-radius: 16px;
  background-color: #fefefe;

}

.ib-value-card h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #000000;
}

.ib-value-card p {
  font-size: 16px;
  line-height: 1.6;
  color: #333333;
}

/* Mission Box */
.ib-mission-box {
  padding: 40px;
  border-left: 6px solid #113d48;
  background-color: #f7f9fa;
  border-radius: 12px;
}

.ib-mission-box p {
  font-size: 17px;
  line-height: 1.7;
  color: #333333;
  /* max-width: 800px; */
}

/* Responsive */
@media (max-width: 900px) {
  .ib-values-grid {
    grid-template-columns: 1fr;
  }

  .ib-section-heading {
    font-size: 28px;
  }
}

@media (max-width: 480px) {
  .ib-values-mission-section {
    padding: 70px 16px;
  }

  .ib-value-card {
    padding: 24px;
  }

  .ib-mission-box {
    padding: 28px;
  }
}

.ib-team-highlight-section {
  background-color: #fff;
  padding: 100px 20px;
}

.ib-team-highlight-container {
  max-width: 1000px;
  margin: 0 auto;
}

.ib-team-card {
  background-color: #fefefe;
  padding: 50px 60px;
  border-radius: 22px;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.08);
}

.ib-team-title {
  font-size: 36px;
  font-weight: 700;
  color: #113d48;
  margin-bottom: 24px;
}

.ib-team-intro {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7;
  color: #222222;
  margin-bottom: 24px;
}

.ib-team-card p {
  font-size: 16px;
  line-height: 1.7;
  color: #444444;
  margin-bottom: 18px;
}

/* Responsive */
@media (max-width: 768px) {
  .ib-team-card {
    padding: 36px 28px;
  }

  .ib-team-title {
    font-size: 28px;
  }

  .ib-team-intro {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .ib-team-highlight-section {
    padding: 80px 16px;
  }
}

.height-100{
  height: 150px;
}

.indiaboat-tab-content {
  display: block !important;
}

.error {
            color: red;
            font-size: 12px;
            margin-top: 4px;
          }
          .attractive-yacht-info-group {
  margin-bottom: 15px;
}

.addons-prices{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.addons_below_price{
  font-size: 20px;
  font-weight: 500;
  margin-top: 10px;
  color: #113D48;
}

#yachtdetails_main{
  padding-top: 30px;
}

.deals_title{
  font-size: 40px;
  text-align: center;
}

#deal_row{
  padding: 40px 0;
}

#deal-card {
  background: #ffffff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #f1f1f1;
}

#deal-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}

/* Title */
#deal-title {
  font-size: 1.3rem;
  font-weight: 600;
  color: #1e293b;
  margin-bottom: 10px;
}

/* Price */
#deal-price {
  font-size: 1.1rem;
  font-weight: 500;
  color: #64748b;
  margin-bottom: 20px;
}

/* spacing for button */
#deal-card button {
  margin-top: auto;
}

@media (max-width: 768px) {
  .addons-prices{
    flex-direction: column;
  }
}



@media only screen and (max-width: 768px) {

  .attractive-addons-table {
    display: block !important;
    width: 100% !important;
    overflow-x: auto !important;
    white-space: nowrap !important;
    -webkit-overflow-scrolling: touch !important;
    border-collapse: collapse !important;
  }

  .attractive-addons-table thead {
    display: table-header-group !important;
  }

  .attractive-addons-table tbody {
    display: table-row-group !important;
  }

  .attractive-addons-table tr {
    display: table-row !important;
  }

  .attractive-addons-table th,
  .attractive-addons-table td {
    display: table-cell !important;
    white-space: nowrap !important;
    padding: 12px 10px !important;
    font-size: 13px !important;
    vertical-align: middle !important;
  }

  .attractive-addons-table .col-item-name {
    min-width: 180px !important;
  }

  .attractive-addons-table .col-item-price {
    min-width: 80px !important;
    text-align: center !important;
  }

  .attractive-addons-table .col-item-quantity {
    min-width: 150px !important;
    text-align: center !important;
  }

  .attractive-addons-table .col-item-select {
    /* min-width: 70px !important; */
    text-align: center !important;
  }

  .attractive-quantity-control {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
  }

  .attractive-quantity-btn {
    /* width: 28px !important;
    height: 28px !important; */
    flex-shrink: 0 !important;
  }

  .attractive-quantity-input {
    width: 50px !important;
    min-width: 50px !important;
    text-align: center !important;
  }
}

 .ib_profile_main_wrapper {
          background-color: #f9fafb;
          min-height: 100vh;
          padding: 40px 20px;
          
          color: #374151;
        }

        .ib_profile_content_container {
          max-width: 900px;
          margin: 0 auto;
        }

        /* Header Styles */
        .ib_profile_top_header {
          display: flex;
          justify-content: space-between;
          align-items: flex-end;
          margin-bottom: 32px;
          flex-wrap: wrap;
          gap: 20px;
        }

        .ib_profile_main_title {
          font-size: 30px;
          font-weight: 800;
          color: #113d48;
          margin: 0;
        }

        .ib_profile_main_subtitle {
          color: #6b7280;
          margin-top: 4px;
          font-size: 16px;
        }

        .ib_profile_action_btn {
          background-color: #113d48;
          color: white;
          border: none;
          padding: 12px 24px;
          border-radius: 8px;
          font-weight: 600;
          cursor: pointer;
          transition: background-color 0.2s, transform 0.1s;
          box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
        }

        .ib_profile_action_btn:hover {
          background-color: #1a5a6b;
        }

        .ib_profile_action_btn:active {
          transform: scale(0.97);
        }

        /* Card Base */
        .ib_profile_base_card {
          background: white;
          border-radius: 16px;
          border: 1px solid #e5e7eb;
          box-shadow: 0 1px 3px rgba(0,0,0,0.1);
          margin-bottom: 24px;
          overflow: hidden;
        }

        /* Profile Banner Card */
        .ib_profile_hero_banner {
          height: 120px;
          background-color: #113d48;
          position: relative;
        }

        .ib_profile_image_holder {
          position: absolute;
          bottom: -50px;
          left: 40px;
          background: white;
          padding: 4px;
          border-radius: 50%;
          box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
        }

        .ib_profile_user_avatar {
          width: 100px;
          height: 100px;
          border-radius: 50%;
          object-fit: cover;
        }

        .ib_profile_inner_body {
          padding: 60px 40px 30px;
          display: flex;
          justify-content: space-between;
          align-items: center;
          flex-wrap: wrap;
          gap: 24px;
        }

        .ib_profile_display_name {
          font-size: 24px;
          font-weight: 700;
          color: #113d48;
          margin: 0;
        }

        .ib_profile_quick_meta {
          display: flex;
          gap: 20px;
          margin-top: 8px;
          color: #6b7280;
          font-size: 14px;
        }

        .ib_profile_meta_row {
          display: flex;
          align-items: center;
          gap: 6px;
        }

        .ib_profile_stats_row {
          display: flex;
          gap: 16px;
        }

        .ib_profile_stat_item {
          background-color: rgba(17, 61, 72, 0.05);
          border: 1px solid rgba(17, 61, 72, 0.1);
          padding: 12px 20px;
          border-radius: 12px;
          text-align: center;
          min-width: 100px;
        }

        .ib_profile_stat_tag {
          font-size: 10px;
          font-weight: 900;
          text-transform: uppercase;
          letter-spacing: 1px;
          color: #113d48;
          opacity: 0.7;
          margin-bottom: 4px;
        }

        .ib_profile_stat_number {
          font-size: 22px;
          font-weight: 700;
          color: #113d48;
          margin: 0;
        }

        /* Information Grid */
        .ib_profile_dual_grid {
          display: grid;
          grid-template-columns: 1fr 1fr;
          gap: 24px;
        }

        .ib_profile_section_heading {
          font-size: 18px;
          font-weight: 700;
          color: #113d48;
          display: flex;
          align-items: center;
          gap: 10px;
          margin-bottom: 20px;
        }

        .ib_profile_icon_square {
          background-color: #113d48;
          color: white;
          padding: 6px;
          border-radius: 8px;
          display: flex;
          align-items: center;
          justify-content: center;
        }

        .ib_profile_data_point {
          margin-bottom: 16px;
        }

        .ib_profile_label_text {
          font-size: 10px;
          font-weight: 700;
          text-transform: uppercase;
          color: #9ca3af;
          letter-spacing: 0.5px;
          display: flex;
          align-items: center;
          gap: 4px;
        }

        .ib_profile_value_text {
          font-weight: 600;
          color: #113d48;
          margin-top: 2px;
          font-size: 15px;
        }

        /* Activity List */
        .ib_profile_activity_stack {
          display: flex;
          flex-direction: column;
          gap: 10px;
        }

        .ib_profile_activity_row {
          display: flex;
          align-items: center;
          justify-content: space-between;
          padding: 12px;
          border-radius: 12px;
          border: 1px solid transparent;
          transition: all 0.2s;
          cursor: pointer;
        }

        .ib_profile_activity_row:hover {
          background-color: rgba(17, 61, 72, 0.05);
          border-color: rgba(17, 61, 72, 0.1);
        }

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

        .ib_profile_activity_icon_bg {
          background-color: #f3f4f6;
          color: #113d48;
          padding: 8px;
          border-radius: 8px;
          transition: background-color 0.2s, color 0.2s;
        }

        .ib_profile_activity_row:hover .ib_profile_activity_icon_bg {
          background-color: #113d48;
          color: white;
        }

        .ib_profile_boat_name {
          font-weight: 700;
          font-size: 14px;
          color: #113d48;
          margin: 0;
        }

        .ib_profile_boat_details {
          font-size: 12px;
          color: #9ca3af;
          margin: 0;
        }

        /* Toggles/Switches */
        .ib_profile_pref_grid {
          display: grid;
          grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
          gap: 16px;
        }

        .ib_profile_pref_item {
          display: flex;
          justify-content: space-between;
          align-items: center;
          padding: 16px;
          background-color: #f9fafb;
          border-radius: 12px;
          border: 1px solid #e5e7eb;
        }

        .ib_profile_pref_label {
          font-size: 14px;
          font-weight: 700;
          color: #113d48;
        }

        .ib_profile_toggle_track {
          width: 40px;
          height: 20px;
          border-radius: 20px;
          position: relative;
          cursor: pointer;
        }

        .ib_profile_toggle_track.is_on { background-color: #113d48; }
        .ib_profile_toggle_track.is_off { background-color: #d1d5db; }

        .ib_profile_toggle_knob {
          width: 14px;
          height: 14px;
          background: white;
          border-radius: 50%;
          position: absolute;
          top: 3px;
          transition: left 0.2s;
        }

        .ib_profile_toggle_track.is_on .ib_profile_toggle_knob { left: 23px; }
        .ib_profile_toggle_track.is_off .ib_profile_toggle_knob { left: 3px; }

        /* Responsive Breakpoints */
        @media (max-width: 768px) {
          .ib_profile_dual_grid { grid-template-columns: 1fr; }
          .ib_profile_top_header { align-items: flex-start; flex-direction: column; }
          .ib_profile_action_btn { width: 100%; }
          .ib_profile_inner_body { padding: 60px 24px 24px; text-align: left; }
          .ib_profile_stats_row { width: 100%; }
          .ib_profile_stat_item { flex: 1; }
          .ib_profile_image_holder { left: 24px; }
        }

        .ib_order_section_wrapper {
         padding: 70px 0;
          color: #374151;
        }

        .ib_order_container {
          max-width: 1150px;
          margin: 0 auto;
        }

        .ib_order_main_heading {
          font-size: 24px;
          font-weight: 800;
          color: #113d48;
          margin-bottom: 24px;
          display: flex;
          align-items: center;
          gap: 12px;
        }

        /* Active Booking Card */
        .ib_order_active_card {
          background: white;
          border-radius: 20px;
          border: 1px solid #e5e7eb;
          overflow: hidden;
          box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
          margin-bottom: 32px;
        }

        .ib_order_active_header {
          background-color: #113d48;
          color: white;
          padding: 12px 24px;
          display: flex;
          justify-content: space-between;
          align-items: center;
        }

        .ib_order_status_pill {
          background: rgba(255,255,255,0.2);
          padding: 4px 12px;
          border-radius: 20px;
          font-size: 12px;
          font-weight: 700;
          text-transform: uppercase;
        }

        .ib_order_active_body {
          display: flex;
          padding: 24px;
          gap: 24px;
        }

        .ib_order_boat_img {
          width: 180px;
          height: 120px;
          border-radius: 12px;
          object-fit: cover;
        }

        .ib_order_details_grid {
          flex: 1;
          display: grid;
          grid-template-columns: 1fr 1fr;
          gap: 16px;
        }

        .ib_order_data_group label {
          display: block;
          font-size: 10px;
          text-transform: uppercase;
          color: #9ca3af;
          font-weight: 800;
          letter-spacing: 0.5px;
          margin-bottom: 4px;
        }

        .ib_order_data_group p {
          margin: 0;
          font-weight: 700;
          color: #113d48;
          font-size: 15px;
          display: flex;
          align-items: center;
          gap: 6px;
        }

        /* Past Trips Table/List */
        .ib_order_history_card {
          background: white;
          border-radius: 20px;
          border: 1px solid #e5e7eb;
          padding: 24px;
        }

        .ib_order_subheading {
          font-size: 18px;
          font-weight: 700;
          color: #113d48;
          margin-bottom: 20px;
        }

        .ib_order_history_list {
          display: flex;
          flex-direction: column;
          gap: 12px;
        }

        .ib_order_history_item {
          display: flex;
          justify-content: space-between;
          align-items: center;
          padding: 16px;
          background: #f9fafb;
          border-radius: 12px;
          border: 1px solid transparent;
          transition: all 0.2s;
        }

        .ib_order_history_item:hover {
          border-color: #113d48;
          background: #fff;
          transform: translateY(-2px);
          box-shadow: 0 4px 12px rgba(17, 61, 72, 0.08);
        }

        .ib_order_trip_info h4 {
          margin: 0;
          font-size: 15px;
          color: #113d48;
        }

        .ib_order_trip_info p {
          margin: 4px 0 0 0;
          font-size: 12px;
          color: #6b7280;
        }

        .ib_order_trip_action {
          display: flex;
          align-items: center;
          gap: 16px;
        }

        .ib_order_price_tag {
          font-weight: 700;
          color: #113d48;
        }

        .ib_order_status_indicator {
          font-size: 12px;
          font-weight: 700;
          padding: 4px 10px;
          border-radius: 6px;
        }

        .ib_order_status_completed { background: #dcfce7; color: #15803d; }
        .ib_order_status_cancelled { background: #fee2e2; color: #b91c1c; }

        @media (max-width: 768px) {
          .ib_order_active_body { flex-direction: column; }
          .ib_order_boat_img { width: 100%; height: 200px; }
          .ib_order_details_grid { grid-template-columns: 1fr; }
          .ib_order_history_item { flex-direction: column; align-items: flex-start; gap: 16px; }
          .ib_order_trip_action { width: 100%; justify-content: space-between; }
        }

         .idx-section {
          position: relative;
          /* min-height: 100vh; */
          display: flex;
          align-items: center;
          padding: 40px 20px 10px;
          overflow: hidden;
          color: white;
          background: #000;
        }

        .idx-video-container {
          position: absolute;
          inset: 0;
          z-index: 0;
        }

        .idx-video-bg {
          width: 100%;
          height: 100%;
          object-fit: cover;
        }

        .idx-overlay {
          position: absolute;
          inset: 0;
          background: radial-gradient(circle, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.8) 100%);
          z-index: 1;
        }

        .idx-container {
          position: relative;
          z-index: 2;
          width: 100%;
          max-width: 1400px;
          margin: 0 auto;
        }

        .idx-header {
          text-align: center;
          margin-bottom: 40px;
        }

        .idx-main-title {
          font-size: clamp(2rem, 5vw, 3.5rem);
          font-weight: 500;
          color: #fff;
          /* font-family: emoji; */
          letter-spacing: 4px;
          margin-bottom: 10px;
        }

        .idx-subtitle {
          font-size: 1.1rem;
          opacity: 0.9;
          letter-spacing: 1px;
          margin-top: 20px;
          color: #ccc;
        }

        .idx-flex-wrapper {
          display: flex;
          height: 550px;
          gap: 15px;
          width: 100%;
          transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
        }

        .idx-card {
          position: relative;
          border-radius: 20px;
          overflow: hidden;
          cursor: pointer;
          transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
          border: 1px solid rgba(255,255,255,0.1);
        }

        .idx-active { flex: 5; }
        .idx-collapsed { 
          flex: 0.7; 
          background: rgba(255,255,255,0.05);
          backdrop-filter: blur(10px);
        }

        .idx-image-layer {
          position: absolute;
          inset: 0;
          z-index: 0;
        }

        .idx-carousel-inner {
          width: 100%;
          height: 100%;
          position: relative;
        }

        .idx-bg-img {
          position: absolute;
          inset: 0;
          background-size: cover;
          background-position: center;
          transition: opacity 0.8s ease, transform 1.2s ease;
        }

        .idx-img-hover { opacity: 0; transform: scale(1.1); }

        /* Hover animation for active card */
        .idx-active:hover .idx-img-primary { opacity: 0; }
        .idx-active:hover .idx-img-hover { opacity: 1; transform: scale(1); }

        .idx-vertical-title {
          position: absolute;
          bottom: 180px;
          left: 50%;
          transform: translateX(-50%) rotate(-90deg);
          white-space: nowrap;
          font-weight: 700;
          /* text-transform: uppercase; */
          letter-spacing: 3px;
          font-size: 14px;
          opacity: 0.8;
          width: 300px;
          text-align: left;
          pointer-events: none;
        }

        .idx-hide { opacity: 0; }

        .idx-content {
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          padding: 40px;
          background: linear-gradient(transparent, rgba(0,0,0,0.9));
          z-index: 2;
        }

        .idx-category {
          font-size: 11px;
          text-transform: uppercase;
          color: #ffcc00;
          font-weight: 700;
          letter-spacing: 2px;
          display: block;
          margin-bottom: 10px;
        }

        .idx-box-title {
          font-size: clamp(1.5rem, 3vw, 2.5rem);
          font-weight: 800;
          margin-bottom: 15px;
          color: #fff;
        }

        .idx-box-title a {
          color: inherit;
          text-decoration: none;
        }

        .idx-box-desc {
          font-size: 1rem;
          line-height: 1.6;
          opacity: 0.8;
          color: #fff;
          max-width: 450px;
          margin-bottom: 25px;
        }

        .idx-btn {
          display: inline-block;
          padding: 12px 35px;
          background: #fff;
          color: #000;
          border-radius: 50px;
          font-weight: 600;
          
          font-size: 16px;
          text-decoration: none;
          transition: 0.3s;
        }

        .idx-btn:hover { background: #113d48; color: #fff; }

     

        .idx-view-all {
          color: #fff;
          text-transform: uppercase;
          font-weight: 700;
          letter-spacing: 1px;
          text-decoration: none;
          border-bottom: 2px solid #ffcc00;
          padding-bottom: 5px;
        }

        .idx-fade-in {
          animation: idxFadeIn 0.6s ease forwards;
        }

        .idx-hidden { display: none; }

        @keyframes idxFadeIn {
          from { opacity: 0; transform: translateY(20px); }
          to { opacity: 1; transform: translateY(0); }
        }

        /* Mobile Responsive */
        @media (max-width: 768px) {
          .idx-flex-wrapper {
            flex-direction: column;
            height: 800px;
          }
          .idx-active { flex: 4; }
          .idx-collapsed { flex: 0.8; }
          .idx-vertical-title {
            transform: translateX(-50%);
            bottom: 15px;
            text-align: center;
            font-size: 12px;
          }
          .idx-content { padding: 25px; }

          .idx-main-title{
            font-size: 32px;
            margin-bottom: 20px;
          }
          .idx-section{
            padding: 40px 10px 10px;
          }
        }
  
          .idx-pillar-wrapper {
          background-color: #ffffff;
          padding: 50px 24px 100px;
          
          overflow: hidden;
        }
  
        .idx-item-tagline {
  font-size: 0.95rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 8px;
  opacity: 0.95;
}

.idx-footer-text {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

        .idx-pillar-container {
          max-width: 1300px;
          margin: 0 auto;
        }

        .idx-pillar-intro {
          text-align: center;
          margin-bottom: 80px;
        }

        .idx-pillar-tag {
          background: rgba(17, 61, 72, 0.08);
          color: #113d48;
          padding: 6px 18px;
          border-radius: 100px;
          font-size: 12px;
          font-weight: 700;
          text-transform: uppercase;
          letter-spacing: 1.5px;
        }

        .idx-pillar-heading {
          font-size: clamp(2.5rem, 5vw, 3.5rem);
          font-weight: 800;
          color: #000;
          line-height: 1.1;
          margin: 20px 0;
        }

        .idx-accent-text { color: #113d48; }

        .idx-pillar-subtext {
          font-size: 1.1rem;
          color: #555;
          max-width: 600px;
          margin: 0 auto;
        }

        .idx-pillar-bento {
          display: grid;
          grid-template-columns: repeat(3, 1fr);
          gap: 24px;
        }

        .idx-pillar-item {
          position: relative;
          background: #000;
          border-radius: 32px;
          padding: 20px 10px;
          min-height: 450px;
          display: flex;
          flex-direction: column;
          justify-content: space-between;
          overflow: hidden;
          transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
          z-index: 1;
        }

        /* Image & Overlay logic */
        .idx-item-bg-image {
          position: absolute;
          inset: 0;
          background-size: cover;
          background-position: center;
          transition: transform 0.8s ease;
          z-index: -2;
        }

        .idx-item-overlay {
          position: absolute;
          inset: 0;
          background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgb(0 0 0 / 30%) 100%);
          z-index: -1;
          transition: opacity 0.5s ease;
        }

        .idx-item-inner {
          position: relative;
          z-index: 3;
          height: 100%;
          display: flex;
          flex-direction: column;
          justify-content: space-between;
        }

        .idx-item-header {
          display: flex;
          justify-content: space-between;
          align-items: flex-start;
        }

        .idx-item-number {
          font-size: 14px;
          font-weight: 800;
          color: rgba(255, 255, 255, 0.5);
          
          font-style: italic;
        }

        .idx-item-icon {
          color: #ffffff;
          transition: transform 0.5s ease, color 0.5s ease;
        }

        .idx-item-title {
          font-size: 1.6rem;
          font-weight: 800;
          color: #ffffff;
          margin-bottom: 16px;
          line-height: 1.2;
           opacity: 1;
  transform: translateY(0);
  transition: all 0.4s ease;
          text-shadow: 0 2px 10px rgba(0,0,0,0.3);
          height: 70px;
        }

        .idx-pillar-item:hover .idx-item-title {
  opacity: 0;
  transform: translateY(-15px);
}

        .idx-item-desc {
          font-size: 1rem;
          color: rgba(255, 255, 255, 0.8);
          line-height: 1.7;
          margin-bottom: 0;
          height: 95px;
        }

        .idx-item-footer {
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          gap: 12px;
          margin-top: 140px;
          opacity: 1;
          transform: translateY(0px);
          transition: all 0.5s ease;
          color: #ffffff;
        }

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

        .idx-explore-text {
          font-weight: 700;
          text-transform: uppercase;
          font-size: 12px;
          letter-spacing: 1px;
        }

        .idx-explore-circle {
          width: 32px;
          height: 32px;
          border-radius: 50%;
          border: 1px solid currentColor;
          display: flex;
          align-items: center;
          justify-content: center;
          cursor: pointer;
        }

        /* Hover slide effect */
        .idx-item-hover-bg {
          position: absolute;
          inset: 0;
          background: #2a4366;
          z-index: 1;
          transform: translateY(100%);
          transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
          opacity: 0.92; /* Slightly transparent to see image behind */
        }

        /* Hover States */
        .idx-pillar-item:hover {
          transform: translateY(-10px);
          box-shadow: 0 30px 60px rgba(17, 61, 72, 0.3);
        }

        .idx-pillar-item:hover .idx-item-bg-image {
          transform: scale(1.1);
        }

        .idx-pillar-item:hover .idx-item-hover-bg {
          transform: translateY(0);
        }

        .idx-pillar-item:hover .idx-item-icon {
          transform: scale(1.1) rotate(-5deg);
        }

        .idx-pillar-item:hover .idx-item-footer {
          opacity: 1;
          transform: translateY(0);
        }

        .idx-item-capacity {
  margin-top: 12px;
  font-size: 0.85rem;
  font-weight: 700;
  color: #ffffff;
  opacity: 0.9;
  letter-spacing: 0.5px;
}
.idx-item-tagline,
.idx-item-desc,
.idx-item-footer {
  opacity: 1;
  transform: translateY(0px);
  transition: all 0.4s ease;
}

.idx-pillar-item:hover .idx-item-tagline,
.idx-pillar-item:hover .idx-item-desc,
.idx-pillar-item:hover .idx-item-footer {
  opacity: 1;
  transform: translateY(0);
}
        /* Responsive adjustments */
        @media (max-width: 1100px) {
          .idx-pillar-bento { grid-template-columns: repeat(2, 1fr); }
        }

        @media (max-width: 768px) {
          .idx-pillar-bento { grid-template-columns: 1fr; }
          .idx-pillar-item { padding: 40px; min-height: 400px; margin-bottom: 20px; }
        }

         .nautic-transit-wrap {
          background-color: #ffffff;
          padding: 50px 24px;
          color: #000;
         
        }

        .nautic-transit-inner {
          max-width: 1200px;
          margin: 0 auto;
        }

        .nautic-header { margin-bottom: 80px; text-align: center; }

        .nautic-badge {
          display: inline-block;
          background: rgba(17, 61, 72, 0.05);
          color: #113d48;
          padding: 8px 20px;
          border-radius: 100px;
          font-size: 12px;
          font-weight: 600;
          letter-spacing: 2px;
          text-transform: uppercase;
          margin-bottom: 24px;
        }

        .nautic-title {
          font-size: clamp(2.5rem, 6vw, 4rem);
          font-weight: 600;
          color: #113d48;
          line-height: 1;
          margin-bottom: 20px;
        }

        .nautic-light { font-weight: 300; color: #000; }

        .nautic-subtitle {
          font-size: 1.1rem;
          color: #666;
          max-width: 500px;
          margin: 0 auto;
          font-weight: 400;
        }

        .nautic-grid {
          display: grid;
          grid-template-columns: 1.1fr 0.9fr;
          gap: 30px;
          align-items: stretch;
        }

        /* Panels */
        .nautic-panel {
          background: #ffffff;
          border: 1px solid #f0f0f0;
          padding: 40px;
          border-radius: 40px;
          display: flex;
          flex-direction: column;
          box-shadow: 0 4px 24px rgba(0,0,0,0.02);
        }

        .nautic-panel-dark {
          background: #113d48;
          border-color: #113d48;
        }

        .nautic-panel-head {
          display: flex;
          align-items: center;
          gap: 16px;
          margin-bottom: 35px;
        }

        .nautic-panel-title { font-size: 1.5rem; font-weight: 600; color: #113d48; margin: 0; }
        .text-white { color: #ffffff !important; }
        .text-navy { color: #113d48 !important; }
        .bg-white { background: #ffffff !important; }

        .nautic-icon-circle {
          width: 44px;
          height: 44px;
          background: #113d48;
          color: #fff;
          border-radius: 14px;
          display: flex;
          align-items: center;
          justify-content: center;
        }

        /* Route Card Styling */
        .nautic-route-stack { display: flex; flex-direction: column; gap: 16px; margin-bottom: 30px; }

        .nautic-route-card {
          background: #ffffff;
          border: 1px solid #f0f0f0;
          border-radius: 28px;
          padding: 24px 32px;
          transition: all 0.4s ease;
          cursor: pointer;
          position: relative;
        }

        .nautic-route-card:hover {
          border-color: #113d48;
          transform: translateY(-4px);
          box-shadow: 0 12px 30px rgba(17, 61, 72, 0.1);
        }

        .nautic-route-meta { display: flex; justify-content: space-between; margin-bottom: 15px; }

        .nautic-route-label { font-size: 10px; font-weight: 600; color: #aaa; text-transform: uppercase; letter-spacing: 1px; }

        .nautic-route-tag {
          font-size: 10px;
          font-weight: 600;
          color: #113d48;
          background: rgba(17, 61, 72, 0.08);
          padding: 3px 12px;
          border-radius: 100px;
        }

        .nautic-route-main {
          display: flex;
          align-items: center;
          justify-content: space-between;
          margin-bottom: 20px;
        }

        .nautic-city-box { display: flex; flex-direction: column; }
        .nautic-city-code { font-size: 12px; color: #999; font-weight: 600; margin-bottom: 2px; }
        .nautic-city-name { font-size: 1.4rem; font-weight: 600; color: #113d48; }
        .text-right { text-align: right; }

        .nautic-connection {
          flex: 1;
          display: flex;
          align-items: center;
          padding: 0 30px;
          gap: 12px;
        }

        .nautic-line { flex: 1; height: 1.5px; background: #eee; border-radius: 2px; }

        .nautic-ship-icon {
          color: #113d48;
          background: #f8fafb;
          width: 28px;
          height: 28px;
          display: flex;
          align-items: center;
          justify-content: center;
          border-radius: 50%;
        }

        .nautic-route-footer {
          display: flex;
          justify-content: space-between;
          align-items: center;
          padding-top: 15px;
          border-top: 1px dashed #eee;
        }

        .nautic-route-details {
          margin: 0;
          font-size: 0.9rem;
          color: #666;
          display: flex;
          align-items: center;
          gap: 8px;
          font-weight: 400;
        }

        .nautic-arrow-circle {
          width: 32px;
          height: 32px;
          border: 1px solid #eee;
          border-radius: 50%;
          display: flex;
          align-items: center;
          justify-content: center;
          color: #ccc;
          transition: all 0.3s;
        }

        .nautic-route-card:hover .nautic-arrow-circle {
          background: #113d48;
          color: #fff;
          border-color: #113d48;
        }

        /* Concierge & WhatsApp Section */
        .nautic-concierge-card {
          margin-top: auto;
          background: #f9fafb;
          border-radius: 24px;
          padding: 24px;
          display: flex;
          justify-content: space-between;
          align-items: center;
          gap: 20px;
        }

        .nautic-concierge-info { display: flex; gap: 16px; align-items: center; }
        .nautic-qr-wrapper { background: #fff; padding: 10px; border-radius: 12px; box-shadow: 0 4px 10px rgba(0,0,0,0.05); }
        .nautic-qr { color: #113d48; }
        .nautic-concierge-title { margin: 0; font-size: 0.95rem; font-weight: 600; color: #113d48; }
        .nautic-concierge-sub { margin: 0; font-size: 0.85rem; color: #666; font-weight: 400; }

        .nautic-whatsapp-btn {
          background: #ffffff;
          color: #113d48;
          padding: 12px 20px;
          border-radius: 12px;
          text-decoration: none;
          font-size: 0.9rem;
          font-weight: 600;
          display: flex;
          align-items: center;
          gap: 10px;
          border: 1px solid #eee;
          transition: 0.3s;
        }

        .nautic-whatsapp-btn:hover { background: #fdfdfd; border-color: #25D366; box-shadow: 0 4px 15px rgba(37, 211, 102, 0.2); }
        .vlt-wa-brand { color: #25D366; font-weight: 600; }

        /* Dark Mode Fleet Grid */
        .nautic-fleet-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }

        .nautic-fleet-box-dark {
          background: rgba(255,255,255,0.05);
          border: 1px solid rgba(255,255,255,0.1);
          padding: 24px;
          border-radius: 24px;
          transition: all 0.3s;
          cursor: default;
        }

        .nautic-fleet-box-dark:hover {
          background: rgba(255,255,255,0.12);
        }

        .nautic-fleet-top { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 12px; }
        .nautic-fleet-num-white { font-size: 2.2rem; font-weight: 600; color: #ffffff; line-height: 1; }
        .nautic-fleet-icon-dim { color: rgba(255,255,255,0.2); }

        .nautic-fleet-name-white { font-weight: 400; color: #ffffff; font-size: 0.9rem; margin-bottom: 8px; opacity: 0.9; }

        .nautic-fleet-status-dim {
          font-size: 0.7rem;
          color: rgba(255,255,255,0.6);
          font-weight: 600;
          text-transform: uppercase;
          letter-spacing: 1.5px;
          display: flex;
          align-items: center;
          gap: 6px;
        }

        .nautic-status-dot-dim { width: 6px; height: 6px; background: rgba(255,255,255,0.4); border-radius: 50%; }

        .nautic-service-note-light {
          margin-top: 30px;
          display: flex;
          align-items: center;
          gap: 12px;
          font-size: 0.85rem;
          color: rgba(255,255,255,0.5);
          font-weight: 400;
        }

        .nautic-pulse-dim {
          width: 8px;
          height: 8px;
          background: rgba(255,255,255,0.3);
          border-radius: 50%;
          animation: nautic-pulse-dim-anim 2s infinite;
        }

        @keyframes nautic-pulse-dim-anim {
          0% { transform: scale(0.95); opacity: 0.5; }
          70% { transform: scale(1.3); opacity: 1; }
          100% { transform: scale(0.95); opacity: 0.5; }
        }

        /* Responsive Breakpoints */
        @media (max-width: 1024px) {
          .nautic-grid { grid-template-columns: 1fr; }
          .nautic-panel { padding: 30px; }
        }

        @media (max-width: 600px) {
          .nautic-fleet-grid { grid-template-columns: 1fr; }
          .nautic-route-main { gap: 10px; }
          .nautic-city-name { font-size: 1.1rem; }
          .nautic-connection { padding: 0 10px; }
          .nautic-concierge-card { flex-direction: column; text-align: center; }
        }

        .real-time{
          color: #fff;
        }

        .yacht_det_title{
          display: flex;
          align-items: center;
          justify-content: space-between;
        }

        #book_now{
          width: max-content;
          margin: auto;
        }

        .date_capacity{
          display: flex;
          justify-content: space-between;
          align-items: center;
        }

        /* indiaboats-feed-widget.css */

.ibfw-container {
  width: 100%;
  max-width: 320px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
  
}

/* Header */
.ibfw-header {
  display: flex;
  gap: 10px;
  padding: 10px;
  align-items: center;
  border-bottom: 1px solid #eee;
}

.ibfw-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.ibfw-header-text {
  display: flex;
  flex-direction: column;
}

.ibfw-page-name {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
}

.ibfw-follow-btn {
  margin-top: 4px;
  font-size: 12px;
  padding: 4px 8px;
  border: none;
  background: #1877f2;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
}



/* Custom scrollbar */
.ibfw-scroll-area::-webkit-scrollbar {
  width: 5px;
}

.ibfw-scroll-area::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
}

/* Post */
.ibfw-post-card {
  margin-bottom: 12px;
}

.ibfw-post-header {
  display: flex;
  gap: 8px;
  align-items: center;
}

.ibfw-post-avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.ibfw-post-name {
  font-size: 13px;
  font-weight: 600;
  margin: 0;
}

.ibfw-post-time {
  font-size: 11px;
  color: #777;
}

.ibfw-post-text {
  font-size: 13px;
  margin-top: 6px;
  line-height: 1.4;
}

.ibfw-scroll-area {
  max-height: 350px;
  overflow: hidden; /* IMPORTANT change */
  padding: 0; /* iframe handles spacing */
}

#social_media_title{
  margin-top: 20px;
  margin-bottom: 12px;
}

.tour_swiper_slider{
  padding: 10px;
}

/* Responsive */
@media (max-width: 768px) {
  .ibfw-container {
    max-width: 100%;
  }

  .ibfw-scroll-area {
    max-height: 200px;
  }
}

.vlt-sb-benefits-card {
          background: #ffffff;
          padding: 24px;
          border-radius: 24px;
          border: 1px solid #f0f0f0;
          margin-top: 20px;
          box-shadow: 0 4px 20px rgba(0,0,0,0.02);
        }

        .vlt-sb-title {
          font-size: 1.1rem;
          font-weight: 700;
          color: #113d48;
          margin-bottom: 24px;
          padding-bottom: 12px;
          border-bottom: 1px solid #f5f5f5;
        }

        .vlt-sb-list {
          display: flex;
          flex-direction: column;
          gap: 20px;
        }

        .vlt-sb-item {
          display: flex;
          align-items: flex-start;
          gap: 16px;
          transition: transform 0.2s ease;
        }

        .vlt-sb-item:hover {
          transform: translateX(4px);
        }

        .vlt-sb-icon-box {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 40px;
          height: 40px;
          background: rgba(17, 61, 72, 0.05);
          color: #113d48;
          border-radius: 12px;
          flex-shrink: 0;
          transition: all 0.3s ease;
        }

        .vlt-sb-item:hover .vlt-sb-icon-box {
          background: #113d48;
          color: #ffffff;
          box-shadow: 0 4px 12px rgba(17, 61, 72, 0.2);
        }

        .vlt-sb-content {
          display: flex;
          flex-direction: column;
          gap: 4px;
        }

        .vlt-sb-item-title {
          font-size: 0.95rem;
          font-weight: 600;
          color: #113d48;
          margin: 0;
          line-height: 1.2;
        }

        .vlt-sb-item-desc {
          font-size: 0.85rem;
          color: #64748b;
          margin: 0;
          line-height: 1.5;
          font-weight: 400;
        }

        /* Responsiveness for very narrow sidebars */
        @media (max-width: 250px) {
          .vlt-sb-benefits-card { padding: 16px; }
          .vlt-sb-item { gap: 10px; }
          .vlt-sb-icon-box { width: 32px; height: 32px; }
          .vlt-sb-item-desc { font-size: 0.75rem; }
        }

         .vlt-media-container {
          background: #ffffff;
          border-radius: 12px;
          overflow: hidden;
          box-shadow: 0 10px 30px rgba(0,0,0,0.08);
         
          margin: 20px 0;
        }

        /* Tabs Styling */
        .vlt-media-tabs {
          display: flex;
          background: #f8fafc;
          border-bottom: 1px solid #e2e8f0;
          padding: 8px 8px 0 8px;
          gap: 4px;
        }

        .vlt-tab-btn {
          display: flex;
          align-items: center;
          gap: 8px;
          padding: 12px 24px;
          border: none;
          background: transparent;
          font-size: 12px;
          font-weight: 700;
          color: #64748b;
          cursor: pointer;
          border-radius: 8px 8px 0 0;
          transition: all 0.3s ease;
          position: relative;
        }

        .vlt-tab-btn:hover {
          color: #113d48;
          background: #f1f5f9;
        }

        .vlt-tab-btn.active {
          color: #fff;
          background: #113d48; /* Updated Brand Color */
        }

        .vlt-tab-btn.active::after {
          content: "";
          position: absolute;
          bottom: -8px;
          left: 50%;
          transform: translateX(-50%);
          border-left: 8px solid transparent;
          border-right: 8px solid transparent;
          border-top: 8px solid #113d48;
        }

        /* Viewport Styling */
        .vlt-media-viewport {
          height: 500px;
          margin-top: 20px;
          position: relative;
        }

        /* Slider Styles */
        .vlt-slider-container {
          position: relative;
          width: 100%;
          height: 100%;
          overflow: hidden;
        }

        .vlt-slider-track {
          display: flex;
          width: 100%;
          height: 100%;
          transition: transform 0.6s cubic-bezier(0.45, 0, 0.55, 1);
        }

        .vlt-slide {
          min-width: 100%;
          height: 100%;
        }

        .vlt-slide img {
          width: 100%;
          height: 100%;
          object-fit: cover;
        }

        .vlt-slider-nav {
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
           background: #113d48;
          backdrop-filter: blur(4px);
          color: white;
          border: none;
          width: 48px;
          height: 48px;
          border-radius: 50%;
          display: flex;
          align-items: center;
          justify-content: center;
          cursor: pointer;
          transition: 0.3s;
          z-index: 10;
        }

        .vlt-slider-nav:hover {
          background: #113d48;
        }

        .vlt-slider-nav.prev { left: 20px; }
        .vlt-slider-nav.next { right: 20px; }

        .vlt-slider-dots {
          position: absolute;
          bottom: 20px;
          left: 50%;
          transform: translateX(-50%);
          display: flex;
          gap: 8px;
          z-index: 10;
        }

        .vlt-dot {
          width: 8px;
          height: 8px;
          border-radius: 50%;
          background: rgba(255, 255, 255, 0.3);
          cursor: pointer;
          transition: 0.3s;
        }

        .vlt-dot.active {
          background: #fff;
          width: 24px;
          border-radius: 4px;
        }

        /* Video & Map Wrappers */
        .vlt-video-wrapper{
         width: 100%;
  aspect-ratio: 16 / 9;   /* KEY FIX */
  overflow: hidden;
  border-radius: 8px;  
        }

        .vlt-video-wrapper iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
        
         .vlt-map-wrapper {
          width: 100%;
          height: 100%;
        }

        .vlt-map-wrapper {
          position: relative;
        }

        .vlt-map-float-card {
          position: absolute;
          top: 20px;
          left: 20px;
          background: #fff;
          padding: 15px 20px;
          border-radius: 8px;
          box-shadow: 0 4px 15px rgba(0,0,0,0.15);
          max-width: 240px;
          pointer-events: none;
        }

        .vlt-map-float-card strong {
          display: block;
          color: #113d48;
          font-size: 14px;
        }

        .vlt-map-float-card p {
          margin: 4px 0 0;
          font-size: 12px;
          color: #64748b;
        }

        .back_proceed_btn{
          padding: 10px;
          border-radius: 10px;
          border: none;
          font-size: 16px;
        }

        .confirm_start{
          display: flex;
          align-items: center;
          gap: 20px;
          margin-bottom: 20px;
        }

        .confirm_start .th-btn.style3{
          padding: 5px 20px;
          
        }

        .confirm_start .summary-heading{
          margin-bottom: 0;
          border-bottom: none;
          padding-bottom: 0;
        }

        @media (max-width: 768px) {
          .vlt-media-viewport { height: 350px; }
          .vlt-tab-btn { padding: 10px 15px; font-size: 10px; }
          .vlt-slider-nav { width: 36px; height: 36px; }
        }

        .ib_order_history_item.active {
  border: 2px solid #113d48;
  background: #eef6f7;
}

 .ysg-main-wrapper {
          background-color: #ffffff;
          padding: 100px 24px 50px;
         
        }

        .ysg-content-container {
          max-width: 1300px;
          margin: 0 auto;
        }

        .ysg-header-block {
          text-align: center;
          margin-bottom: 60px;
        }

        .ysg-mini-tag {
          display: inline-block;
          background: rgba(17, 61, 72, 0.08);
          color: #113d48;
          padding: 6px 16px;
          border-radius: 50px;
          font-size: 11px;
          font-weight: 800;
          text-transform: uppercase;
          letter-spacing: 1.5px;
          margin-bottom: 16px;
        }

        .ysg-section-title {
          font-size: clamp(2.2rem, 5vw, 3.2rem);
          color: #000000;
          font-weight: 800;
          margin-bottom: 20px;
          line-height: 1.1;
        }

        .ysg-accent {
          color: #113d48;
        }

        .ysg-section-para {
          color: #64748b;
          font-size: 1.1rem;
          max-width: 600px;
          margin: 0 auto;
          line-height: 1.6;
        }

        /* Grid Layout */
        .ysg-services-grid {
          display: grid;
          grid-template-columns: repeat(2, 1fr);
          gap: 30px;
        }

        .ysg-service-card {
          display: flex;
          flex-direction: column;
          background: #ffffff;
          border-radius: 24px;
          overflow: hidden;
          border: 1px solid #f1f5f9;
          transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
        }

        .ysg-service-card:hover {
          transform: translateY(-8px);
          box-shadow: 0 20px 40px rgba(17, 61, 72, 0.1);
          border-color: #113d4833;
        }

        /* Image Section */
        .ysg-card-image-box {
          position: relative;
          height: 280px;
          overflow: hidden;
        }

        .ysg-base-img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          transition: transform 0.8s ease;
        }

        .ysg-service-card:hover .ysg-base-img {
          transform: scale(1.08);
        }

        .ysg-img-overlay {
          position: absolute;
          inset: 0;
          background: linear-gradient(to top, rgba(0,0,0,0.4) 0%, transparent 100%);
        }

        .ysg-category-badge {
          position: absolute;
          top: 20px;
          left: 20px;
          background: #ffffff;
          padding: 8px 16px;
          border-radius: 12px;
          display: flex;
          align-items: center;
          gap: 8px;
          font-size: 12px;
          font-weight: 700;
          color: #113d48;
          box-shadow: 0 4px 12px rgba(0,0,0,0.1);
        }

        /* Content Section */
        .ysg-card-details {
          padding: 32px;
          display: flex;
          flex-direction: column;
          flex-grow: 1;
          position: relative;
        }

        .ysg-card-id {
          font-size: 40px;
          font-weight: 900;
          color: rgba(17, 61, 72, 0.05);
          position: absolute;
          top: 10px;
          right: 32px;
          line-height: 1;
        }

        .ysg-card-heading {
          font-size: 1.5rem;
          font-weight: 800;
          color: #000000;
          margin-bottom: 12px;
          margin-top: 0;
        }

        .ysg-suitability-text {
          font-size: 0.9rem;
          font-weight: 600;
          color: #113d48;
          background: rgba(17, 61, 72, 0.05);
          padding: 6px 12px;
          border-radius: 8px;
          margin-bottom: 16px;
          display: inline-block;
          width: fit-content;
        }

        .ysg-main-description {
          font-size: 0.95rem;
          color: #64748b;
          line-height: 1.7;
          margin-bottom: 24px;
          flex-grow: 1;
        }

        .ysg-action-button {
          align-self: flex-start;
          background: #113d48;
          color: #ffffff;
          border: none;
          padding: 12px 24px;
          border-radius: 12px;
          font-size: 13px;
          font-weight: 700;
          display: flex;
          align-items: center;
          gap: 10px;
          cursor: pointer;
          transition: all 0.3s ease;
        }

        .ysg-action-button:hover {
          background: #000000;
          padding-right: 30px;
        }

        /* Mobile Adjustments */
        @media (max-width: 900px) {
          .ysg-services-grid {
            grid-template-columns: 1fr;
          }
          .ysg-main-wrapper {
            padding: 60px 20px;
          }
        }

        @media (max-width: 600px) {
          .ysg-card-details {
            padding: 24px;
          }
          .ysg-card-image-box {
            height: 220px;
          }
          .ysg-card-heading {
            font-size: 1.3rem;
          }
        }

        /* Wrapper */
.ib-bday-wrapper {
  background: #ffffff;
  color: #000000;
  
}

/* Container */
.ib-bday-container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

/* HERO */
.ib-bday-hero {
  padding: 100px 0 60px;
  text-align: center;
}

.ib-bday-title {
  font-size: 2.8rem;
  font-weight: 800;
  margin-bottom: 16px;
}

.ib-bday-subtitle {
  font-size: 1.1rem;
  color: #444;
}

/* GRID */
.ib-bday-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

/* TEXT */
.ib-bday-heading {
  font-size: 2rem;
  margin-bottom: 16px;
}

.ib-bday-text {
  line-height: 1.7;
  color: #333;
}

/* IMAGE */
.ib-bday-image img {
  width: 100%;
  border-radius: 16px;
}

/* FEATURES */
.ib-bday-features {
  padding: 80px 0;
}

.ib-bday-heading-center {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 40px;
}

.ib-bday-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.ib-bday-card {
  padding: 30px;
  border: 1px solid #eee;
  border-radius: 16px;
  transition: 0.3s ease;
}

.ib-bday-card:hover {
  border-color: #113d48;
  transform: translateY(-5px);
}

.ib-bday-card h3 {
  margin-bottom: 10px;
  color: #113d48;
}

/* CTA */
.ib-bday-cta {
  padding: 20px 0;
  background: #113d48;
  color: #fff;
  text-align: center;
}

.ib-bday-btn {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 28px;
  background: #fff;
  color: #113d48;
  font-weight: 700;
  border-radius: 30px;
  text-decoration: none;
  transition: 0.3s;
}

.ib-bday-btn:hover {
  background: #000;
  color: #fff;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .ib-bday-grid {
    grid-template-columns: 1fr;
  }

  .ib-bday-feature-grid {
    grid-template-columns: 1fr 1fr;
  }

  .ib-bday-title {
    font-size: 2.2rem;
  }
}

@media (max-width: 600px) {
  .ib-bday-feature-grid {
    grid-template-columns: 1fr;
  }

  .ib-bday-title {
    font-size: 1.8rem;
  }

  .ib-bday-hero {
    padding: 70px 0 40px;
  }
}

 .iba-wrapper {
         
          background-color: #ffffff;
          color: #334155;
          margin: 0;
          padding: 0;
        }

        .iba-container {
          max-width: 1200px;
          margin: 0 auto;
          padding: 0 20px;
        }

        .iba-about-section {
          padding: 80px 0;
        }

        .iba-about-grid {
          display: flex;
          flex-wrap: wrap;
          gap: 50px;
          align-items: center;
        }

        .iba-about-content {
          flex: 1;
          min-width: 320px;
        }

        .iba-chip {
          display: inline-block;
          background-color: rgba(17, 61, 72, 0.08);
          color: #113d48;
          padding: 6px 16px;
          border-radius: 50px;
          font-size: 11px;
          font-weight: 700;
          text-transform: uppercase;
          letter-spacing: 1.5px;
          margin-bottom: 20px;
        }

        .iba-main-title {
          font-size: 42px;
          color: #0f172a;
          font-weight: 800;
          line-height: 1.1;
          margin: 0 0 24px 0;
        }

        .iba-text-accent {
          color: #113d48;
        }

        .iba-paragraph {
          font-size: 17px;
          line-height: 1.7;
          color: #475569;
          margin-bottom: 20px;
        }

        .iba-icon-row {
          display: flex;
          gap: 30px;
          margin-top: 30px;
        }

        .iba-icon-unit {
          display: flex;
          align-items: center;
          gap: 10px;
        }

        .iba-icon-box {
          width: 44px;
          height: 44px;
          background-color: #113d48;
          color: #ffffff;
          display: flex;
          align-items: center;
          justify-content: center;
          border-radius: 12px;
        }

        .iba-icon-label {
          font-weight: 700;
          font-size: 14px;
          color: #113d48;
        }

        .iba-about-visuals {
          flex: 1;
          min-width: 320px;
        }

        .iba-img-container {
          position: relative;
        }

        .iba-hero-image {
          width: 100%;
          border-radius: 24px;
          box-shadow: 0 20px 40px rgba(0,0,0,0.1);
          display: block;
        }

        .iba-floating-badge {
          position: absolute;
          bottom: -20px;
          right: 20px;
          background-color: #113d48;
          color: #ffffff;
          padding: 20px 25px;
          border-radius: 18px;
          box-shadow: 0 10px 25px rgba(17, 61, 72, 0.3);
          text-align: center;
        }

        .iba-badge-big {
          display: block;
          font-size: 28px;
          font-weight: 800;
          line-height: 1;
        }

        .iba-badge-small {
          font-size: 10px;
          text-transform: uppercase;
          font-weight: 600;
          letter-spacing: 0.5px;
        }

        /* Captain Section */
        .iba-captain-section {
          padding: 40px 0 100px 0;
        }

        .iba-profile-card {
          background-color: #f8fafc;
          border-radius: 32px;
          overflow: hidden;
        }

        .iba-profile-layout {
          display: flex;
          flex-wrap: wrap;
        }

        .iba-profile-photo-area {
          flex: 1;
          min-width: 350px;
          position: relative;
        }

        .iba-profile-img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          min-height: 500px;
          display: block;
        }

        .iba-photo-overlay {
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          padding: 40px;
          background: linear-gradient(transparent, rgba(15, 23, 42, 0.9));
          color: #ffffff;
        }

        .iba-name-overlay {
          margin: 0;
          font-size: 32px;
          font-weight: 800;
        }

        .iba-title-overlay {
          margin: 5px 0 0 0;
          font-size: 15px;
          opacity: 0.9;
        }

        .iba-profile-details {
          flex: 1.2;
          padding: 60px;
          min-width: 350px;
        }

        .iba-subtitle {
          color: #113d48;
          font-size: 18px;
          font-weight: 600;
          margin: -15px 0 30px 0;
        }

        .iba-list-stack {
          display: flex;
          flex-direction: column;
          gap: 20px;
          margin-bottom: 40px;
        }

        .iba-list-item {
          display: flex;
          gap: 15px;
        }

        .iba-list-icon-bg {
          width: 32px;
          height: 32px;
          background-color: #ffffff;
          color: #113d48;
          display: flex;
          align-items: center;
          justify-content: center;
          border-radius: 8px;
          flex-shrink: 0;
          box-shadow: 0 2px 8px rgba(0,0,0,0.05);
        }

        .iba-list-bold {
          display: block;
          font-size: 15px;
          color: #0f172a;
          margin-bottom: 3px;
        }

        .iba-list-desc {
          margin: 0;
          font-size: 14px;
          color: #64748b;
          line-height: 1.5;
        }

        .iba-testimonial {
          background-color: #ffffff;
          padding: 25px;
          border-radius: 16px;
          border-left: 4px solid #113d48;
          position: relative;
        }

        .iba-testimonial-mark {
          position: absolute;
          top: 10px;
          left: 10px;
          opacity: 0.05;
          color: #113d48;
        }

        .iba-testimonial-txt {
          font-style: italic;
          color: #113d48;
          font-weight: 500;
          margin-bottom: 10px;
          position: relative;
          z-index: 1;
        }

        .iba-testimonial-author {
          font-size: 12px;
          font-weight: 800;
          color: #113d48;
          text-transform: uppercase;
        }

        @media (max-width: 768px) {
          .iba-main-title { font-size: 32px; }
          .iba-profile-details { padding: 40px 20px; }
          .iba-profile-photo-area { min-width: 100%; }
          .iba-profile-img { min-height: 350px; }
        }

          .ibp-root-wrapper {
          
          background-color: #ffffff;
          color: #1a1a1a;
          line-height: 1.6;
        }

        .ibp-container {
          max-width: 1200px;
          margin: 0 auto;
          padding: 0 24px;
        }

        /* Pillars Section - White Theme */
        .ibp-pillars-section {
          padding: 0px 0;
          background-color: #ffffff;
        }

        .ibp-header-block {
          text-align: center;
          margin-bottom: 70px;
          max-width: 700px;
          margin-left: auto;
          margin-right: auto;
        }

        .ibp-pre-title {
          font-size: 13px;
          font-weight: 800;
          letter-spacing: 3px;
          text-transform: uppercase;
          display: block;
          margin-bottom: 12px;
        }

        .ibp-section-title {
          font-size: clamp(32px, 4vw, 42px);
          font-weight: 800;
          color: #000000;
          line-height: 1.1;
          margin-bottom: 20px;
        }

        .ibp-section-subtitle {
          font-size: 18px;
          color: #64748b;
        }

        .ibp-pillars-grid {
          display: grid;
          grid-template-columns: repeat(3, 1fr);
          gap: 24px;
        }

        .ibp-pillar-card {
          padding: 40px;
          background: #ffffff;
          border: 1px solid #e2e8f0;
          border-radius: 24px;
          transition: all 0.3s ease;
          display: flex;
          flex-direction: column;
        }

        .ibp-pillar-card:hover {
          border-color: #113d48;
          box-shadow: 0 20px 40px rgba(17, 61, 72, 0.05);
          transform: translateY(-5px);
        }

        .ibp-icon-wrapper {
          width: 64px;
          height: 64px;
          border-radius: 16px;
          display: flex;
          align-items: center;
          justify-content: center;
          margin-bottom: 24px;
        }

        .ibp-card-title {
          font-size: 22px;
          font-weight: 700;
          color: #000000;
          margin-bottom: 12px;
        }

        .ibp-protocol-tag {
          font-size: 11px;
          font-weight: 700;
          text-transform: uppercase;
          letter-spacing: 1px;
          padding: 4px 12px;
          border-radius: 100px;
          display: inline-block;
          margin-bottom: 20px;
        }

        .ibp-card-intro {
          font-size: 15px;
          color: #475569;
          margin-bottom: 24px;
        }

        .ibp-feature-stack {
          display: flex;
          flex-direction: column;
          gap: 12px;
          margin-top: auto;
        }

        .ibp-feature-item {
          display: flex;
          align-items: flex-start;
          gap: 10px;
          font-size: 14px;
          color: #1a1a1a;
        }

        .ibp-check {
          margin-top: 3px;
          flex-shrink: 0;
        }

        /* Why This Matters Block - Brand Colored */
        .ibp-matters-section {
          padding: 60px 0 100px;
        }

        .ibp-matters-content {
          display: flex;
          align-items: center;
          gap: 60px;
          padding: 60px;
          border-radius: 32px;
          color: #ffffff;
        }

        .ibp-matters-text {
          flex: 1;
        }

        .ibp-matters-title {
          font-size: 32px;
          font-weight: 600;
          color: #fff;
          margin: 0 0 16px 0;
        }

        .ibp-matters-desc {
          font-size: 17px;
          line-height: 1.7;
          opacity: 0.9;
          color: #fff;
          margin-bottom: 32px;
        }

        .ibp-cta-wrapper {
          border-top: 1px solid rgba(255,255,255,0.15);
          padding-top: 30px;
        }

        .ibp-welcome-text {
          font-size: 19px;
          font-weight: 600;
          margin-bottom: 24px;
          color: #fff;
        }

        .ibp-btn {
          background-color: #ffffff;
          border: none;
          padding: 14px 28px;
          border-radius: 10px;
          font-weight: 700;
          font-size: 15px;
          display: inline-flex;
          align-items: center;
          gap: 8px;
          cursor: pointer;
          transition: transform 0.2s ease;
        }

        .ibp-btn:hover {
          transform: scale(1.03);
        }

        .ibp-matters-visual {
          width: 220px;
          height: 220px;
          border: 1px solid rgba(255,255,255,0.3);
          border-radius: 50%;
          display: flex;
          align-items: center;
          justify-content: center;
          flex-shrink: 0;
        }

        .ibp-stat-number {
          display: block;
          font-size: 56px;
          font-weight: 800;
          line-height: 1;
          text-align: center;
        }

        .ibp-stat-label {
          font-size: 12px;
          font-weight: 600;
          text-transform: uppercase;
          letter-spacing: 1px;
          text-align: center;
          display: block;
        }

        @media (max-width: 1024px) {
          .ibp-pillars-grid {
            grid-template-columns: 1fr;
          }
          .ibp-matters-content {
            flex-direction: column;
            text-align: center;
          }
        }

         .ib-page-wrapper {
         
          margin: 0;
          padding: 0;
          box-sizing: border-box;
        }

        .ib-hero-section {
          position: relative;
          height: 100vh;
          min-height: 600px;
          display: flex;
          align-items: center;
          justify-content: center;
          overflow: hidden;
          color: #ffffff;
          text-align: center;
        }

        .ib-hero-background {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          z-index: 1;
        }

        .ib-hero-image {
          width: 100%;
          height: 100%;
          object-fit: cover;
          display: block;
        }

        .ib-hero-overlay {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
          z-index: 2;
        }

        .ib-hero-content {
          position: relative;
          z-index: 3;
          max-width: 900px;
          padding: 0 20px;
        }

        .ib-hero-title {
          font-size: 3rem;
          font-weight: 800;
          margin-bottom: 24px;
          line-height: 1.1;
          color: #fff;

          text-shadow: 0 2px 10px rgba(0,0,0,0.3);
        }

        .ib-hero-description {
          font-size: 1.25rem;
          font-weight: 300;
          margin-bottom: 40px;
          line-height: 1.6;
          opacity: 0.95;
          margin: 30px auto;
          max-width: 70%;
          color: #fff;
        }

        .ib-cta-group {
          display: flex;
          flex-direction: column;
          align-items: center;
          gap: 16px;
          margin-bottom: 48px;
        }

        .ib-btn-primary {
          display: inline-block;
          background-color: #113D48;
          color: #ffffff;
          padding: 16px 40px;
          font-size: 1.1rem;
          font-weight: 600;
          text-decoration: none;
          border-radius: 8px;
          transition: background-color 0.3s ease, transform 0.2s ease;
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
          width: 100%;
          max-width: 280px;
        }

        .ib-btn-primary:hover {
          background-color: #1d4ed8;
          transform: translateY(-2px);
        }

        .ib-btn-whatsapp {
          display: flex;
          align-items: center;
          justify-content: center;
          gap: 10px;
          background-color: #25D366;
          color: #ffffff;
          padding: 16px 40px;
          font-size: 1.1rem;
          font-weight: 600;
          text-decoration: none;
          border-radius: 48px;
          transition: opacity 0.3s ease, transform 0.2s ease;
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
          width: 100%;
          max-width: 280px;
          
        }

        .ib-btn-whatsapp:hover {
          opacity: 0.9;
          transform: translateY(-2px);
        }

        .ib-whatsapp-icon {
          width: 20px;
          height: 20px;
          fill: currentColor;
        }

        .ib-trust-container {
          border-top: 1px solid rgba(255, 255, 255, 0.3);
          padding-top: 24px;
          max-width: 700px;
          margin: 0 auto;
        }

        .ib-trust-text {
          font-size: 0.85rem;
          font-weight: 600;
          letter-spacing: 2px;
          text-transform: uppercase;
          opacity: 0.8;
          color: #fff;
          line-height: 1.5;
        }

        /* RESPONSIVE BREAKPOINTS */
        @media (min-width: 640px) {
          .ib-cta-group {
            flex-direction: row;
            justify-content: center;
          }
          .ib-btn-primary, .ib-btn-whatsapp {
            width: auto;
          }
        }

        @media (min-width: 768px) {
          .ib-hero-title {
            font-size: 3rem;
          }
          .ib-hero-description {
            font-size: 1.5rem;
          }
        }

        @media (min-width: 1300px) {
          .ib-hero-title {
            font-size: 5.5rem;
          }
          .ib-trust-text {
            font-size: 1rem;
          }
        }

         .ib-centerpiece-section {
          padding: 100px 24px;
          background-color: #ffffff;
          
        }

        .ib-centerpiece-container {
          max-width: 1200px;
          margin: 0 auto;
          text-align: center;
        }

        .ib-centerpiece-header {
          margin-bottom: 60px;
        }

        .ib-centerpiece-title {
          font-size: clamp(2rem, 5vw, 3.5rem);
          font-weight: 800;
          color: #0f172a;
          margin-bottom: 15px;
          letter-spacing: -0.02em;
        }

        .ib-centerpiece-title span {
          font-style: italic;
          font-weight: 300;
          color: #475569;
        }

        .ib-centerpiece-subtitle {
          font-size: 1.1rem;
          color: #64748b;
          max-width: 600px;
          margin: 0 auto;
          line-height: 1.6;
        }

        /* Layout Grid */
        .ib-centerpiece-main {
          display: grid;
          grid-template-columns: 1fr;
          align-items: center;
          gap: 40px;
          margin-top: 40px;
        }

        /* Column Styles */
        .ib-feature-col {
          display: flex;
          flex-direction: column;
          gap: 60px;
        }

        /* Feature Card Styles */
        .ib-feature-item {
          display: flex;
          flex-direction: column;
          align-items: center;
          text-align: center;
        }

        .ib-feature-icon {
          color: #113D48;
          margin-bottom: 20px;
          transition: transform 0.3s ease;
        }

        .ib-feature-item:hover .ib-feature-icon {
          transform: scale(1.1);
        }

        .ib-feature-name {
          font-size: 1.5rem;
          font-weight: 700;
          color: #0f172a;
          margin-bottom: 12px;
        }

        .ib-feature-desc {
          font-size: 0.95rem;
          line-height: 1.6;
          color: #475569;
          max-width: 280px;
        }

        /* Central Image Wrapper */
        .ib-image-frame {
          position: relative;
          padding: 15px;
        }

        .ib-image-frame::before {
          content: "";
          position: absolute;
          top: 30px;
          right: 0;
          bottom: 0;
          left: 30px;
          background-color: #113d4838; /* Subtle light red/pink offset as in ref */
          z-index: 1;
          border-radius: 4px;
        }

        .ib-center-img {
          width: 100%;
          max-width: 450px;
          height: auto;
          border-radius: 4px;
          position: relative;
          z-index: 2;
          box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
          display: block;
          margin: 0 auto;
        }

        .ib-centerpiece-cta {
          margin-top: 60px;
        }

       

        /* Desktop Positioning */
        @media (min-width: 1024px) {
          .ib-centerpiece-main {
            grid-template-columns: 1fr 1.2fr 1fr;
            text-align: left;
            gap: 20px;
          }

          .ib-feature-item {
            align-items: flex-start;
            text-align: left;
          }

          .ib-feature-item.ib-align-right {
            align-items: flex-end;
            text-align: right;
          }
          
          .ib-feature-item.ib-align-right .ib-feature-desc {
            margin-left: auto;
          }
        }

        @media (max-width: 1023px) {
          .ib-image-frame {
            order: -1;
            margin-bottom: 40px;
          }
        }

         .ib-audience-section {
          padding: 100px 24px;
          background-color: #f8fafc;
         
          overflow: hidden;
        }

        .ib-audience-container {
          max-width: 1150px;
          margin: 0 auto;
        }

        .ib-audience-header {
          margin-bottom: 80px;
          display: flex;
          flex-direction: column;
          align-items: center;
          text-align: center;
        }

        .ib-audience-label {
          font-size: 0.85rem;
          font-weight: 700;
          text-transform: uppercase;
          letter-spacing: 3px;
          color: #113d48;
          margin-bottom: 12px;
        }

        .ib-audience-title {
          font-size: clamp(2rem, 5vw, 3rem);
          font-weight: 800;
          color: #0f172a;
          letter-spacing: -0.02em;
        }

        /* Audience Grid */
        .ib-audience-grid {
          display: grid;
          grid-template-columns: 1fr;
          gap: 30px;
        }

        .ib-audience-card {
          position: relative;
          height: 450px;
          border-radius: 24px;
          overflow: hidden;
          cursor: pointer;
          transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
          box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.15);
        }

        .ib-audience-card:hover {
          transform: scale(1.02);
          box-shadow: 0 30px 60px -20px rgba(0, 0, 0, 0.25);
        }

        .ib-audience-bg {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          object-fit: cover;
          transition: transform 0.8s ease;
        }

        .ib-audience-card:hover .ib-audience-bg {
          transform: scale(1.1);
        }

        .ib-audience-overlay {
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          padding: 40px;
          background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.4) 50%, transparent 100%);
          height: 100%;
          color: #ffffff;
          display: flex;
          flex-direction: column;
          justify-content: flex-end;
         
          transition: all 0.4s ease;
        }

        .ib-audience-card:hover .ib-audience-overlay {
          height: 100%;
          background: linear-gradient(to top, #113d48 0%, rgba(0, 0, 0, 0.4) 100%);
        }

        .ib-audience-card-tag {
          font-size: 0.75rem;
          font-weight: 700;
          text-transform: uppercase;
          letter-spacing: 1.5px;
          margin-bottom: 12px;
          opacity: 0.9;
        }

        .ib-audience-card-title {
          font-size: 1.65rem;
          font-weight: 700;
          margin-bottom: 12px;
          color: #fff;
        }

        .ib-audience-card-desc {
          font-size: 1rem;
          line-height: 1.5;
          opacity: 0;
          transform: translateY(20px);
          transition: all 0.4s ease 0.1s;
          color: #fff;
        }

        .ib-audience-card:hover .ib-audience-card-desc {
          opacity: 1;
          transform: translateY(0);
        }

        /* Layout Variances */
        @media (min-width: 768px) {
          .ib-audience-grid {
            grid-template-columns: repeat(2, 1fr);
          }
        }

        @media (min-width: 1024px) {
          .ib-audience-grid {
            grid-template-columns: repeat(3, 1fr);
            /* height: 600px; */
          }
          .ib-audience-card {
            /* height: 100%; */
          }
         
          
        }


         .ib-expect-section {
          padding: 60px 24px 0px;
          background-color: #ffffff;
     
        }

        .ib-expect-container {
          max-width: 1150px;
          margin: 0 auto;
        }

        .ib-expect-header {
          text-align: center;
          margin-bottom: 90px;
        }

        .ib-expect-label {
          font-size: 0.85rem;
          font-weight: 700;
          text-transform: uppercase;
          letter-spacing: 4px;
          color: #113d48;
          margin-bottom: 16px;
          display: block;
        }

        .ib-expect-title {
          font-size: clamp(2rem, 5vw, 3.25rem);
          font-weight: 800;
          color: #0f172a;
          letter-spacing: -0.02em;
        }

        /* Timeline / Step Layout */
        .ib-step-grid {
          display: flex;
          flex-direction: column;
          gap: 40px;
          position: relative;
        }

        .ib-step-row {
          display: flex;
          flex-direction: column;
          gap: 30px;
          align-items: center;
          padding: 40px;
          background: #f8fafc;
          border-radius: 32px;
          transition: all 0.4s ease;
          border: 1px solid transparent;
        }

        .ib-step-row:hover {
          background: #ffffff;
          border-color: #e2e8f0;
          box-shadow: 0 30px 60px -12px rgba(0, 0, 0, 0.08);
          transform: translateY(-5px);
        }

        .ib-step-content {
          flex: 1;
        }

        .ib-step-number {
          font-size: 0.9rem;
          font-weight: 800;
          color: #fff;
          background: #113d48;
          width: 40px;
          height: 40px;
          display: flex;
          align-items: center;
          justify-content: center;
          border-radius: 50%;
          margin-bottom: 20px;
        }

        .ib-step-headline {
          font-size: 1.75rem;
          font-weight: 700;
          color: #0f172a;
          margin-bottom: 16px;
          letter-spacing: -0.01em;
        }

        .ib-step-text {
          font-size: 1.1rem;
          line-height: 1.7;
          color: #475569;
          margin-bottom: 24px;
        }

        .ib-step-features {
          display: flex;
          flex-wrap: wrap;
          gap: 12px;
        }

        .ib-feature-tag {
          font-size: 0.85rem;
          font-weight: 600;
          padding: 8px 16px;
          background: #ffffff;
          color: #1e293b;
          border: 1px solid #e2e8f0;
          border-radius: 100px;
        }

        .ib-step-visual {
          flex: 1;
          width: 100%;
          max-width: 500px;
          border-radius: 20px;
          overflow: hidden;
          box-shadow: 0 20px 40px -10px rgba(0,0,0,0.1);
        }

        .ib-step-img {
          width: 100%;
          height: 300px;
          object-fit: cover;
          display: block;
        }

        /* Desktop Layout (Alternating) */
        @media (min-width: 1024px) {
          .ib-step-row {
            flex-direction: row;
            text-align: left;
            padding: 60px;
            gap: 80px;
          }

          .ib-step-row:nth-child(even) {
            flex-direction: row-reverse;
          }

          .ib-step-img {
            height: 400px;
          }
          
          .ib-step-number {
            margin-bottom: 30px;
          }
        }

           .ib-gallery-section {
          padding: 100px 24px;
          background-color: #ffffff;
         
        }

        .ib-gallery-container {
          max-width: 1150px;
          margin: 0 auto;
        }

        .ib-gallery-header {
          margin-bottom: 60px;
          text-align: center;
        }

        .ib-gallery-label {
          font-size: 0.85rem;
          font-weight: 700;
          text-transform: uppercase;
          letter-spacing: 3px;
          color: #113D48;
          margin-bottom: 12px;
          display: block;
        }

        .ib-gallery-title {
          font-size: clamp(2rem, 5vw, 3rem);
          font-weight: 800;
          color: #0f172a;
          letter-spacing: -0.02em;
        }

        /* The Grid System */
        .ib-gallery-grid {
          display: grid;
          grid-template-columns: repeat(2, 1fr);
          grid-auto-rows: 240px;
          gap: 16px;
        }

        .ib-gallery-item {
          position: relative;
          border-radius: 16px;
          overflow: hidden;
          cursor: pointer;
          background-color: #f1f5f9;
          z-index: 1;
        }

        /* Fixed Image Visibility Logic */
        .ib-gallery-img {
          width: 100%;
          height: 100% !important;
          object-fit: cover;
          display: block;
          opacity: 1; /* Ensure image is visible normally */
          transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), filter 0.4s ease;
        }

        /* Specific Span Logic for Perfect Alignment */
        @media (min-width: 768px) {
          .ib-gallery-grid {
            grid-template-columns: repeat(4, 1fr);
            grid-auto-rows: 220px;
            gap: 20px;
          }

          .ib-span-2-2 {
            grid-column: span 2;
            grid-row: span 2;
          }

          .ib-span-1-2 {
            grid-column: span 1;
            grid-row: span 2;
          }

          .ib-span-2-1 {
            grid-column: span 2;
            grid-row: span 1;
          }
        }

        @media (min-width: 1024px) {
          .ib-gallery-grid {
            grid-auto-rows: 260px;
            gap: 24px;
          }
        }

        .ib-gallery-overlay {
          position: absolute;
          inset: 0;
          background: linear-gradient(to top, rgba(15, 23, 42, 0.8) 0%, transparent 60%);
          display: flex;
          align-items: flex-end;
          padding: 30px;
          opacity: 0; /* Caption overlay hidden normally */
          transition: opacity 0.4s ease;
          pointer-events: none;
        }

        /* Hover States - Enhancing, not revealing the image */
        .ib-gallery-item:hover .ib-gallery-img {
          transform: scale(1.05);
          filter: contrast(1.05) saturate(1.1);
        }

        .ib-gallery-item:hover .ib-gallery-overlay {
          opacity: 1; /* Reveal caption on hover */
        }

        .ib-gallery-caption {
          color: #ffffff;
          font-weight: 600;
          font-size: 1.1rem;
          transform: translateY(15px);
          transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
        }

        .ib-gallery-item:hover .ib-gallery-caption {
          transform: translateY(0);
        }

        .ib-gallery-item::before {
          content: "";
          position: absolute;
          inset: 0;
          background: #f1f5f9;
          z-index: -1;
        }

         .ib-faq-section {
          padding: 50px 24px 80px;
          background-color: #f8fafc;
          /* font-family: 'Inter', -apple-system, sans-serif; */
        }
 
        .ib-faq-container {
          max-width: 800px;
          margin: 0 auto;
        }

        .ib-faq-header {
          text-align: center;
          margin-bottom: 60px;
        }

        .ib-faq-label {
          font-size: 0.85rem;
          font-weight: 700;
          text-transform: uppercase;
          letter-spacing: 3px;
          color: #113D48;
          margin-bottom: 12px;
          display: block;
        }

        .ib-faq-title {
          font-size: clamp(2rem, 5vw, 2.75rem);
          font-weight: 800;
          color: #0f172a;
          letter-spacing: -0.02em;
        }

        .ib-faq-list {
          display: flex;
          flex-direction: column;
          gap: 16px;
        }

        .ib-faq-item {
          background: #ffffff;
          border: 1px solid #e2e8f0;
          border-radius: 16px;
          overflow: hidden;
          transition: all 0.3s ease;
        }

        .ib-faq-item.is-active {
          border-color: #113D48;
          box-shadow: 0 10px 25px -5px rgba(37, 99, 235, 0.1);
        }

        .ib-faq-question-btn {
          width: 100%;
          display: flex;
          justify-content: space-between;
          align-items: center;
          padding: 24px;
          background: none;
          border: none;
          text-align: left;
          cursor: pointer;
          outline: none;
        }

        .ib-faq-question-text {
          font-size: 1.15rem;
          font-weight: 700;
          color: #1e293b;
          padding-right: 20px;
          transition: color 0.3s ease;
        }

        .ib-faq-item.is-active .ib-faq-question-text {
          color: #113D48;
        }

        .ib-faq-icon {
          flex-shrink: 0;
          width: 24px;
          height: 24px;
          position: relative;
          transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        }

        .ib-faq-item.is-active .ib-faq-icon {
          transform: rotate(180deg);
        }

        .ib-faq-answer-wrapper {
          max-height: 0;
          overflow: hidden;
          transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        }

        .ib-faq-item.is-active .ib-faq-answer-wrapper {
          max-height: 500px; /* Adjust based on content */
        }

        .ib-faq-answer-content {
          padding: 0 24px 24px 24px;
          font-size: 1rem;
          line-height: 1.6;
          color: #64748b;
        }

        /* Subtle indicator icon lines */
        .ib-icon-line {
          position: absolute;
          background-color: #94a3b8;
          border-radius: 2px;
          transition: background-color 0.3s ease;
        }
        .ib-faq-item.is-active .ib-icon-line {
          background-color: #113D48;
        }
        
        .ib-line-h { width: 14px; height: 2px; top: 11px; left: 5px; }
        .ib-line-v { width: 2px; height: 14px; top: 5px; left: 11px; transition: transform 0.4s; }
        .ib-faq-item.is-active .ib-line-v { transform: rotate(90deg); opacity: 0; }

         .iyc-enquiry-section {
          padding: 100px 24px;
          /* Background updated to brand color #113D48 */
          background: #113D48;
          color: #ffffff;
        
        }

        .iyc-enquiry-container {
          max-width: 1200px;
          margin: 0 auto;
          display: grid;
          grid-template-columns: 1fr;
          gap: 60px;
          align-items: center;
        }

        @media (min-width: 1024px) {
          .iyc-enquiry-container {
            grid-template-columns: 1fr 1.2fr;
          }
        }

         @media (min-width: 768px){
          .ib-faq-section{
            padding: 50px 10px 80px;
         }
        }

        /* Left Side: Content */
        .iyc-enquiry-info {
          text-align: left;
        }

        .iyc-enquiry-label {
          font-size: 0.85rem;
          font-weight: 700;
          text-transform: uppercase;
          letter-spacing: 3px;
          /* Subtle gold/light accent for label on dark teal */
          color: #94a3b8;
          margin-bottom: 20px;
          display: block;
        }

        .iyc-enquiry-title {
          font-size: clamp(2.5rem, 5vw, 3.5rem);
          font-weight: 800;
          color: #fff;
          line-height: 1.1;
          margin-bottom: 24px;
          letter-spacing: -0.03em;
        }

        .iyc-enquiry-text {
          font-size: 1.1rem;
          line-height: 1.6;
          color: #cbd5e1;
          margin-bottom: 40px;
          max-width: 500px;
        }

        .iyc-contact-methods {
          display: flex;
          flex-direction: column;
          gap: 20px;
        }

        .iyc-contact-card {
          display: flex;
          align-items: center;
          gap: 16px;
          background: rgba(255, 255, 255, 0.05);
          padding: 20px;
          border-radius: 16px;
          border: 1px solid rgba(255, 255, 255, 0.1);
          text-decoration: none;
          color: inherit;
          transition: all 0.3s ease;
        }

        .iyc-contact-card:hover {
          background: rgba(255, 255, 255, 0.08);
          transform: translateX(10px);
          border-color: rgba(255, 255, 255, 0.2);
        }

        .iyc-whatsapp-icon { color: #22c55e; }

        /* Right Side: Form Card */
        .iyc-form-card {
          background: #ffffff;
          padding: 40px;
          border-radius: 24px;
          box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.3);
          color: #1e293b;
        }

        .iyc-enquiry-form-grid {
          display: grid;
          grid-template-columns: repeat(2, 1fr);
          gap: 20px;
        }

        .iyc-form-field {
          display: flex;
          flex-direction: column;
          gap: 8px;
        }

        .iyc-field-full {
          grid-column: span 2;
        }

        .iyc-field-label {
          font-size: 0.9rem;
          font-weight: 600;
          color: #475569;
        }

        .iyc-field-input {
          padding: 14px 16px;
          border: 1px solid #e2e8f0;
          border-radius: 12px;
          font-size: 1rem;
          transition: border-color 0.3s ease;
        }

        .iyc-field-input:focus {
          outline: none;
          /* Focus border matches brand color */
          border-color: #113D48;
          box-shadow: 0 0 0 4px rgba(17, 61, 72, 0.1);
        }

        /* Button updated to brand color #113D48 */
        .iyc-submit-action {
          grid-column: span 2;
          background: #113D48;
          color: #ffffff;
          padding: 16px;
          border: none;
          border-radius: 12px;
          font-size: 1.1rem;
          font-weight: 700;
          cursor: pointer;
          transition: all 0.3s ease;
          margin-top: 10px;
        }

        .iyc-submit-action:hover {
          background: #0d2e36;
          transform: translateY(-2px);
          box-shadow: 0 10px 15px -3px rgba(17, 61, 72, 0.2);
        }

        @media (max-width: 640px) {
          .iyc-enquiry-form-grid { grid-template-columns: 1fr; }
          .iyc-field-full { grid-column: span 1; }
          .iyc-submit-action { grid-column: span 1; }
          .iyc-form-card { padding: 24px; }
        }

        .ibfw-container {
  width: 100%;
  max-width: 350px; /* match footer width */
}

.ibfw-scroll-area {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}

.ibfw-scroll-area iframe {
  width: 100%;
  display: block;
}

 .aeb-page-section-one {
          
          background-color: #ffffff;
          color: #1a1a1a;
          overflow: hidden;
        }

        .aeb-container {
          max-width: 1200px;
          margin: 0 auto;
          padding: 0 24px;
        }

        /* Hero Layout */
        .aeb-hero {
          padding: 80px 0 100px;
          background-color: #ffffff;
        }

        .aeb-hero-grid {
          display: grid;
          grid-template-columns: 1.15fr 0.85fr;
          gap: 50px;
          align-items: center;
        }

        .aeb-hero-content {
          display: flex;
          flex-direction: column;
          align-items: flex-start;
        }

        .aeb-hero-badge {
          display: inline-flex;
          align-items: center;
          gap: 8px;
          background-color: rgba(17, 61, 72, 0.08);
          color: #113d48;
          padding: 6px 16px;
          border-radius: 100px;
          font-size: 11px;
          font-weight: 600;
          text-transform: uppercase;
          letter-spacing: 1.5px;
          margin-bottom: 24px;
        }

        .aeb-badge-icon {
          color: #113d48;
        }

        .aeb-hero-title {
          font-size: clamp(2.2rem, 5vw, 3.2rem);
          font-weight: 800;
          color: #113d48;
          line-height: 1.15;
          margin: 0 0 24px 0;
          letter-spacing: -1px;
        }

        .aeb-hero-subtext {
          font-size: 16px;
          line-height: 1.7;
          color: #475569;
          margin: 0 0 36px 0;
          font-weight: 400;
        }

        /* Buttons Stack */
        .aeb-hero-btn-stack {
          display: flex;
          flex-wrap: wrap;
          gap: 12px;
          width: 100%;
        }

        .aeb-btn {
          display: inline-flex;
          align-items: center;
          justify-content: center;
          gap: 8px;
          padding: 14px 28px;
          border-radius: 12px;
          font-size: 14px;
          font-weight: 600;
          text-decoration: none;
          transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
        }

        .aeb-btn-primary {
          background-color: #113d48;
          color: #ffffff;
          border: 1px solid #113d48;
        }

        .aeb-btn-primary:hover {
          background-color: #0b2a32;
          border-color: #0b2a32;
          transform: translateY(-2px);
          box-shadow: 0 10px 20px rgba(17, 61, 72, 0.15);
        }

        .aeb-btn-whatsapp {
          background-color: #ffffff;
          color: #25D366;
          border: 1px solid #e2e8f0;
        }

        .aeb-btn-whatsapp:hover {
          border-color: #25D366;
          background-color: rgba(37, 211, 102, 0.03);
          transform: translateY(-2px);
          box-shadow: 0 10px 20px rgba(37, 211, 102, 0.1);
        }

        .aeb-btn-secondary {
          background-color: #ffffff;
          color: #113d48;
          border: 1px solid #113d48;
        }

        .aeb-btn-secondary:hover {
          background-color: rgba(17, 61, 72, 0.04);
          transform: translateY(-2px);
        }

        /* Image Column */
        .aeb-hero-media {
          position: relative;
          width: 100%;
        }

        .aeb-image-frame {
          position: relative;
          border-radius: 28px;
          overflow: hidden;
          box-shadow: 0 20px 40px rgba(0,0,0,0.08);
          aspect-ratio: 5 / 4.5;
        }

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

        .aeb-floating-card {
          position: absolute;
          bottom: 24px;
          left: 24px;
          right: 24px;
          background-color: rgba(255, 255, 255, 0.95);
          backdrop-filter: blur(8px);
          border-radius: 16px;
          padding: 16px 20px;
          display: flex;
          align-items: center;
          gap: 16px;
          box-shadow: 0 10px 25px rgba(0,0,0,0.1);
        }

        .aeb-floating-icon {
          color: #113d48;
          background-color: rgba(17, 61, 72, 0.08);
          padding: 8px;
          border-radius: 10px;
          flex-shrink: 0;
        }

        .aeb-floating-title {
          display: block;
          font-weight: 600;
          font-size: 13px;
          color: #113d48;
        }

        .aeb-floating-desc {
          display: block;
          font-size: 11px;
          color: #64748b;
        }

        /* Trust Strip styling */
        .aeb-trust-strip {
          background-color: #f8fafc;
          border-top: 1px solid #f1f5f9;
          border-bottom: 1px solid #f1f5f9;
          padding: 24px 0;
        }

        .aeb-trust-flex {
          display: flex;
          align-items: center;
          justify-content: space-between;
          flex-wrap: wrap;
          gap: 16px;
        }

        .aeb-trust-item {
          font-size: 12px;
          font-weight: 600;
          text-transform: uppercase;
          letter-spacing: 1px;
          color: #113d48;
          opacity: 0.85;
        }

        .aeb-trust-divider {
          color: #cbd5e1;
          font-weight: 300;
        }

        /* Intro Copy Section */
        .aeb-intro-section {
          padding: 100px 0;
          background-color: #ffffff;
        }

        .aeb-intro-grid {
          display: grid;
          grid-template-columns: 0.85fr 1.15fr;
          gap: 60px;
          align-items: flex-start;
        }

        .aeb-intro-header-col {
          position: sticky;
          top: 40px;
        }

        .aeb-section-tag {
          font-size: 11px;
          font-weight: 700;
          letter-spacing: 2.5px;
          color: #113d48;
          text-transform: uppercase;
          display: block;
          margin-bottom: 12px;
        }

        .aeb-intro-title {
          font-size: clamp(1.8rem, 4vw, 2.4rem);
          font-weight: 800;
          color: #113d48;
          line-height: 1.25;
          margin: 0;
        }

        .aeb-title-accent {
          width: 50px;
          height: 4px;
          background-color: #113d48;
          margin-top: 24px;
          border-radius: 2px;
        }

        .aeb-intro-body-col {
          display: flex;
          flex-direction: column;
          gap: 20px;
        }

        .aeb-intro-paragraph {
          font-size: 15px;
          line-height: 1.75;
          color: #475569;
          margin: 0;
        }

        .aeb-highlight-text {
          font-size: 17px;
          font-weight: 600;
          color: #113d48;
          padding-left: 20px;
          border-left: 3px solid #113d48;
        }

        /* Responsive Breakpoints */
        @media (max-width: 1024px) {
          .aeb-hero-grid {
            grid-template-columns: 1fr;
            gap: 40px;
          }
          .aeb-hero-media {
            max-width: 500px;
            margin: 0 auto;
          }
          .aeb-image-frame {
            aspect-ratio: 16 / 10;
          }
          .aeb-intro-grid {
            grid-template-columns: 1fr;
            gap: 40px;
          }
          .aeb-intro-header-col {
            position: relative;
            top: 0;
          }
        }

        @media (max-width: 768px) {
          .aeb-hero {
            padding: 60px 0;
          }
          .aeb-hero-btn-stack {
            flex-direction: column;
            width: 100%;
          }
          .aeb-btn {
            width: 100%;
          }
          .aeb-trust-flex {
            flex-direction: column;
            text-align: center;
            gap: 12px;
          }
          .aeb-trust-divider {
            display: none;
          }
          .aeb-intro-section {
            padding: 60px 0;
          }
        }

         .aeb-better-section {
          padding: 0px 0 100px;
          background-color: #ffffff;
          
          color: #1a1a1a;
        }

        .aeb-container {
          max-width: 1200px;
          margin: 0 auto;
          padding: 0 24px;
        }

        .aeb-section-tag {
          font-size: 11px;
          font-weight: 700;
          letter-spacing: 2.5px;
          color: #113d48;
          text-transform: uppercase;
          display: block;
          margin-bottom: 12px;
        }

        .aeb-better-grid {
          display: grid;
          grid-template-columns: 1.1fr 0.9fr;
          gap: 60px;
          align-items: center;
        }

        .aeb-better-content-col {
          display: flex;
          flex-direction: column;
          align-items: flex-start;
        }

        .aeb-better-section-title {
          font-size: clamp(1.8rem, 4vw, 2.5rem);
          font-weight: 800;
          color: #113d48;
          line-height: 1.25;
          margin: 0 0 24px 0;
        }

        .aeb-better-paragraphs {
          display: flex;
          flex-direction: column;
          gap: 16px;
          margin-bottom: 32px;
        }

        .aeb-better-p {
          font-size: 15px;
          line-height: 1.75;
          color: #475569;
          margin: 0;
        }

        /* High-End Quote / Callout Block */
        .aeb-highlight-banner {
          display: flex;
          align-items: center;
          gap: 16px;
          padding: 24px 30px;
          background-color: rgba(17, 61, 72, 0.04);
          border-left: 4px solid #113d48;
          border-radius: 0 16px 16px 0;
          width: 100%;
        }

        .aeb-highlight-icon {
          color: #113d48;
          flex-shrink: 0;
        }

        .aeb-highlight-banner-text {
          margin: 0;
          font-size: 17px;
          font-weight: 600;
          color: #113d48;
          line-height: 1.4;
        }

        /* Feature Visual Panel */
        .aeb-better-features-col {
          display: flex;
          justify-content: center;
          width: 100%;
        }

        .aeb-feature-visual-card {
          position: relative;
          width: 100%;
          border-radius: 28px;
          overflow: hidden;
          box-shadow: 0 20px 40px rgba(0,0,0,0.06);
          aspect-ratio: 4/5;
        }

        .aeb-feature-img {
          width: 100%;
          height: 100% !important;
          object-fit: cover;
          display: block;
        }

        .aeb-amenities-stack {
          position: absolute;
          inset: 0;
          background: linear-gradient(to top, rgba(17, 61, 72, 0.85) 0%, rgba(17, 61, 72, 0.2) 100%);
          display: flex;
          flex-direction: column;
          justify-content: flex-end;
          gap: 12px;
          padding: 32px;
        }

        .aeb-amenity-pill {
          display: inline-flex;
          align-items: center;
          gap: 12px;
          background-color: rgba(255, 255, 255, 0.15);
          backdrop-filter: blur(8px);
          border: 1px solid rgba(255, 255, 255, 0.25);
          color: #ffffff;
          padding: 12px 20px;
          border-radius: 14px;
          font-size: 13px;
          font-weight: 600;
          letter-spacing: 0.5px;
          width: fit-content;
        }

        .aeb-pill-svg {
          color: #ffffff;
        }

        /* Responsive Breakpoints */
        @media (max-width: 1024px) {
          .aeb-better-grid {
            grid-template-columns: 1fr;
            gap: 40px;
          }
          .aeb-better-features-col {
            max-width: 500px;
            margin: 0 auto;
          }
          .aeb-feature-visual-card {
            aspect-ratio: 16 / 10;
          }
          .aeb-amenities-stack {
            padding: 24px;
          }
        }

        @media (max-width: 768px) {
          .aeb-better-section {
            padding: 60px 0;
          }
          .aeb-highlight-banner {
            padding: 20px;
          }
          .aeb-highlight-banner-text {
            font-size: 15px;
          }
        }

        .abt-main-section {
          background-color: #ffffff;
          padding: 0px 0;
         
          color: #1a1a1a;
          
        }

        .abt-container {
          max-width: 1200px;
          margin: 0 auto;
          padding: 0 24px;
        }

        /* Top Split Grid with Stretch Alignment */
        .abt-top-split-grid {
          display: grid;
          grid-template-columns: 1fr 1.1fr;
          gap: 70px;
          align-items: stretch;
          margin-bottom: 80px;
        }

        /* Visual Column stretching layout */
        .abt-visual-column {
          display: flex;
          flex-direction: column;
          width: 100%;
          height: 100%;
        }

        .abt-image-wrapper {
          position: relative;
          border-radius: 32px;
          overflow: hidden;
          box-shadow: 0 30px 60px rgba(17, 61, 72, 0.08);
          width: 100%;
          height: 100%;
          min-height: 450px;
          background: #f8fafc;
        }

        .abt-image-border-inset {
          position: absolute;
          inset: 16px;
          border: 1px solid rgba(255, 255, 255, 0.25);
          border-radius: 20px;
          z-index: 2;
          pointer-events: none;
        }

        .abt-main-img {
          width: 100%;
          height: 100% !important;
          object-fit: cover;
          display: block;
          transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
        }

        .abt-image-wrapper:hover .abt-main-img {
          transform: scale(1.06);
        }

        /* Luxury Floating Badge */
        .abt-floating-badge {
          position: absolute;
          bottom: 30px;
          left: 30px;
          background-color: rgba(255, 255, 255, 0.95);
          backdrop-filter: blur(12px);
          padding: 16px 24px;
          border-radius: 20px;
          display: flex;
          align-items: center;
          gap: 16px;
          box-shadow: 0 15px 30px rgba(0, 0, 0, 0.06);
          z-index: 3;
          border: 1px solid rgba(255, 255, 255, 0.6);
        }

        .abt-badge-icon-box {
          background-color: #113d48;
          color: #ffffff;
          width: 38px;
          height: 38px;
          border-radius: 12px;
          display: flex;
          align-items: center;
          justify-content: center;
          flex-shrink: 0;
        }

        .abt-badge-content {
          display: flex;
          flex-direction: column;
        }

        .abt-badge-title {
          font-size: 14px;
          font-weight: 600;
          color: #113d48;
          letter-spacing: 0.5px;
          line-height: 1.2;
        }

        .abt-badge-subtitle {
          font-size: 11px;
          color: #64748b;
          font-weight: 500;
        }

        /* Content Presentation */
        .abt-content-column {
          display: flex;
          flex-direction: column;
          align-items: flex-start;
          justify-content: center;
        }

        .abt-header-group {
          margin-bottom: 28px;
        }

        .abt-tag-wrapper {
          display: flex;
          align-items: center;
          gap: 8px;
          margin-bottom: 14px;
        }

        .abt-compass-icon {
          color: #113d48;
        }

        .abt-pre-title {
          font-size: 11px;
          font-weight: 600;
          letter-spacing: 3px;
          text-transform: uppercase;
          color: #113d48;
          display: block;
        }

        .abt-section-title {
          font-size: clamp(2.2rem, 4vw, 3rem);
          font-weight: 600;
          color: #113d48;
          line-height: 1.15;
          margin: 0;
          letter-spacing: -0.5px;
        }

        .abt-light-text {
          font-weight: 300;
          color: #1a1a1a;
        }

        .abt-paragraphs {
          display: flex;
          flex-direction: column;
          gap: 20px;
          margin-bottom: 40px;
        }

        .abt-p {
          font-size: 15px;
          line-height: 1.8;
          color: #475569;
          margin: 0;
          font-weight: 400;
        }

        /* High-End CTA Button */
        .abt-cta-btn {
          border: 1px solid #113d48;
          background-color: #113d48;
          color: #ffffff;
          padding: 14px 28px;
          border-radius: 100px;
          font-size: 13px;
          font-weight: 600;
          text-transform: uppercase;
          letter-spacing: 1px;
          display: inline-flex;
          align-items: center;
          gap: 16px;
          cursor: pointer;
          transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
        }

        .abt-btn-arrow-box {
          background-color: rgba(255, 255, 255, 0.15);
          width: 24px;
          height: 24px;
          border-radius: 50%;
          display: flex;
          align-items: center;
          justify-content: center;
          transition: transform 0.3s ease;
        }

        .abt-cta-btn:hover {
          background-color: #ffffff;
          color: #113d48;
          box-shadow: 0 15px 30px rgba(17, 61, 72, 0.12);
        }

        .abt-cta-btn:hover .abt-btn-arrow-box {
          background-color: #113d48;
          color: #ffffff;
          transform: translateX(4px);
        }

        /* Bottom Section with horizontal full-width highlights */
        .abt-bottom-highlights-section {
          width: 100%;
          border-top: 1px solid #e2e8f0;
          padding-top: 50px;
        }

        .abt-deck-header {
          display: flex;
          align-items: center;
          gap: 8px;
          margin-bottom: 32px;
        }

        .abt-star-icon {
          color: #113d48;
        }

        .abt-highlights-title {
          font-size: 12px;
          font-weight: 600;
          text-transform: uppercase;
          letter-spacing: 2px;
          color: #113d48;
          margin: 0;
        }

        /* 5-column balanced layout with dark premium treatment */
        .abt-highlights-horizontal-grid {
          display: grid;
          grid-template-columns: repeat(5, 1fr);
          gap: 20px;
        }

        .abt-highlight-card {
          position: relative;
          background-color: #113d48;
          border: 1px solid rgba(255, 255, 255, 0.08);
          border-radius: 18px;
          padding: 24px;
          display: flex;
          flex-direction: column;
          gap: 12px;
          transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
          overflow: hidden;
        }

        .abt-highlight-card:hover {
          transform: translateY(-6px);
          border-color: rgba(255, 255, 255, 0.2);
          box-shadow: 0 20px 40px rgba(17, 61, 72, 0.3);
        }

        /* Clean bright-white slide accent border transition on hover */
        .abt-card-top-accent {
          position: absolute;
          top: 0;
          left: 50%;
          transform: translateX(-50%);
          height: 3px;
          width: 0%;
          background-color: #ffffff;
          transition: width 0.3s ease;
          border-radius: 3px 3px 0 0;
        }

        .abt-highlight-card:hover .abt-card-top-accent {
          width: 100%;
        }

        .abt-card-header-row {
          display: flex;
          align-items: center;
          gap: 8px;
        }

        .abt-card-num {
          font-size: 11px;
          font-weight: 700;
          color: #ffffff;
          background-color: rgba(255, 255, 255, 0.15);
          padding: 3px 6px;
          border-radius: 4px;
          letter-spacing: 0.5px;
          line-height: 1;
        }

        .abt-card-title {
          font-size: 14px;
          font-weight: 600;
          color: #ffffff;
          margin: 0;
          letter-spacing: -0.2px;
        }

        .abt-card-desc {
          font-size: 12px;
          color: rgba(255, 255, 255, 0.75);
          line-height: 1.6;
          margin: 0;
          font-weight: 400;
        }

        /* Responsive Breakpoints */
        @media (max-width: 1100px) {
          .abt-highlights-horizontal-grid {
            grid-template-columns: repeat(3, 1fr);
          }
        }

        @media (max-width: 1024px) {
          .abt-top-split-grid {
            grid-template-columns: 1fr;
            gap: 50px;
          }
          .abt-visual-column {
            max-width: 100%;
          }
          .abt-image-wrapper {
            aspect-ratio: 16 / 10;
            min-height: auto;
          }
          .abt-main-section {
            padding: 80px 0;
          }
        }

        @media (max-width: 768px) {
          .abt-highlights-horizontal-grid {
            grid-template-columns: repeat(2, 1fr);
          }
        }

        @media (max-width: 640px) {
          .abt-highlights-horizontal-grid {
            grid-template-columns: 1fr;
          }
          .abt-floating-badge {
            bottom: 20px;
            left: 20px;
            right: 20px;
            justify-content: center;
          }
          .abt-cta-btn {
            width: 100%;
            justify-content: space-between;
          }
        }

         .ebt-main-section {
          background-color: #ffffff;
          padding: 120px 0;
          
          color: #1a1a1a;
          border-top: 1px solid #f1f5f9;
        }

        .ebt-container {
          max-width: 1200px;
          margin: 0 auto;
          padding: 0 24px;
        }

        /* Top Split Grid with Stretch Alignment */
        .ebt-top-split-grid {
          display: grid;
          grid-template-columns: 1.1fr 1fr;
          gap: 70px;
          align-items: stretch; /* Aligns left and right heights perfectly */
          margin-bottom: 80px;
        }

        /* Content Presentation */
        .ebt-content-column {
          display: flex;
          flex-direction: column;
          align-items: flex-start;
          justify-content: center;
        }

        .ebt-header-group {
          margin-bottom: 28px;
        }

        .ebt-tag-wrapper {
          display: flex;
          align-items: center;
          gap: 8px;
          margin-bottom: 14px;
        }

        .ebt-map-icon {
          color: #113d48;
        }

        .ebt-pre-title {
          font-size: 11px;
          font-weight: 600;
          letter-spacing: 3px;
          text-transform: uppercase;
          color: #113d48;
          display: block;
        }

        .ebt-section-title {
          font-size: clamp(2.2rem, 4vw, 3rem);
          font-weight: 600;
          color: #113d48;
          line-height: 1.15;
          margin: 0;
          letter-spacing: -0.5px;
        }

        .ebt-light-text {
          font-weight: 300;
          color: #1a1a1a;
        }

        .ebt-paragraphs {
          display: flex;
          flex-direction: column;
          gap: 20px;
          margin-bottom: 40px;
        }

        .ebt-p {
          font-size: 15px;
          line-height: 1.8;
          color: #475569;
          margin: 0;
          font-weight: 400;
        }

        /* High-End CTA Button */
        .ebt-cta-btn {
          border: 1px solid #113d48;
          background-color: #113d48;
          color: #ffffff;
          padding: 14px 28px;
          border-radius: 100px;
          font-size: 13px;
          font-weight: 600;
          text-transform: uppercase;
          letter-spacing: 1px;
          display: inline-flex;
          align-items: center;
          gap: 16px;
          cursor: pointer;
          transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
        }

        .ebt-btn-arrow-box {
          background-color: rgba(255, 255, 255, 0.15);
          width: 24px;
          height: 24px;
          border-radius: 50%;
          display: flex;
          align-items: center;
          justify-content: center;
          transition: transform 0.3s ease;
        }

        .ebt-cta-btn:hover {
          background-color: #ffffff;
          color: #113d48;
          box-shadow: 0 15px 30px rgba(17, 61, 72, 0.12);
        }

        .ebt-cta-btn:hover .ebt-btn-arrow-box {
          background-color: #113d48;
          color: #ffffff;
          transform: translateX(4px);
        }

        /* Visual Column stretching layout */
        .ebt-visual-column {
          display: flex;
          flex-direction: column;
          width: 100%;
          height: 100%;
        }

        .ebt-image-wrapper {
          position: relative;
          border-radius: 32px;
          overflow: hidden;
          box-shadow: 0 30px 60px rgba(17, 61, 72, 0.08);
          width: 100%;
          height: 100%;
          min-height: 450px;
          background: #f8fafc;
        }

        .ebt-image-border-inset {
          position: absolute;
          inset: 16px;
          border: 1px solid rgba(255, 255, 255, 0.25);
          border-radius: 20px;
          z-index: 2;
          pointer-events: none;
        }

        .ebt-main-img {
          width: 100%;
          height: 100% !important;
          object-fit: cover;
          display: block;
          transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
        }

        .ebt-image-wrapper:hover .ebt-main-img {
          transform: scale(1.06);
        }

        /* Luxury Floating Badge */
        .ebt-floating-badge {
          position: absolute;
          bottom: 30px;
          right: 30px;
          background-color: rgba(255, 255, 255, 0.95);
          backdrop-filter: blur(12px);
          padding: 16px 24px;
          border-radius: 20px;
          display: flex;
          align-items: center;
          gap: 16px;
          box-shadow: 0 15px 30px rgba(0, 0, 0, 0.06);
          z-index: 3;
          border: 1px solid rgba(255, 255, 255, 0.6);
        }

        .ebt-badge-icon-box {
          background-color: #113d48;
          color: #ffffff;
          width: 38px;
          height: 38px;
          border-radius: 12px;
          display: flex;
          align-items: center;
          justify-content: center;
          flex-shrink: 0;
        }

        .ebt-badge-content {
          display: flex;
          flex-direction: column;
        }

        .ebt-badge-title {
          font-size: 14px;
          font-weight: 600;
          color: #113d48;
          letter-spacing: 0.5px;
          line-height: 1.2;
        }

        .ebt-badge-subtitle {
          font-size: 11px;
          color: #64748b;
          font-weight: 500;
        }

        /* Bottom Section with horizontal full-width highlights */
        .ebt-bottom-highlights-section {
          width: 100%;
          border-top: 1px solid #e2e8f0;
          padding-top: 50px;
        }

        .ebt-deck-header {
          display: flex;
          align-items: center;
          gap: 8px;
          margin-bottom: 32px;
        }

        .ebt-star-icon {
          color: #113d48;
        }

        .ebt-highlights-title {
          font-size: 12px;
          font-weight: 600;
          text-transform: uppercase;
          letter-spacing: 2px;
          color: #113d48;
          margin: 0;
        }

        /* 5-column balanced layout with dark premium treatment */
        .ebt-highlights-horizontal-grid {
          display: grid;
          grid-template-columns: repeat(5, 1fr);
          gap: 20px;
        }

        .ebt-highlight-card {
          position: relative;
          background-color: #113d48;
          border: 1px solid rgba(255, 255, 255, 0.08);
          border-radius: 18px;
          padding: 24px;
          display: flex;
          flex-direction: column;
          gap: 12px;
          transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
          overflow: hidden;
        }

        .ebt-highlight-card:hover {
          transform: translateY(-6px);
          border-color: rgba(255, 255, 255, 0.2);
          box-shadow: 0 20px 40px rgba(17, 61, 72, 0.3);
        }

        /* Clean bright-white slide accent border transition on hover */
        .ebt-card-top-accent {
          position: absolute;
          top: 0;
          left: 50%;
          transform: translateX(-50%);
          height: 3px;
          width: 0%;
          background-color: #ffffff;
          transition: width 0.3s ease;
          border-radius: 3px 3px 0 0;
        }

        .ebt-highlight-card:hover .ebt-card-top-accent {
          width: 100%;
        }

        .ebt-card-header-row {
          display: flex;
          align-items: center;
          gap: 8px;
        }

        .ebt-card-num {
          font-size: 11px;
          font-weight: 700;
          color: #ffffff;
          background-color: rgba(255, 255, 255, 0.15);
          padding: 3px 6px;
          border-radius: 4px;
          letter-spacing: 0.5px;
          line-height: 1;
        }

        .ebt-card-title {
          font-size: 14px;
          font-weight: 600;
          color: #ffffff;
          margin: 0;
          letter-spacing: -0.2px;
        }

        .ebt-card-desc {
          font-size: 12px;
          color: rgba(255, 255, 255, 0.75);
          line-height: 1.6;
          margin: 0;
          font-weight: 400;
        }

        /* Responsive Breakpoints */
        @media (max-width: 1100px) {
          .ebt-highlights-horizontal-grid {
            grid-template-columns: repeat(3, 1fr);
          }
        }

        @media (max-width: 1024px) {
          .ebt-top-split-grid {
            grid-template-columns: 1fr;
            gap: 50px;
          }
          .ebt-visual-column {
            max-width: 100%;
            order: -1; /* Place image on top for tablets/mobiles */
          }
          .ebt-image-wrapper {
            aspect-ratio: 16 / 10;
            min-height: auto;
          }
          .ebt-main-section {
            padding: 80px 0;
          }
        }

        @media (max-width: 768px) {
          .ebt-highlights-horizontal-grid {
            grid-template-columns: repeat(2, 1fr);
          }
        }

        @media (max-width: 640px) {
          .ebt-highlights-horizontal-grid {
            grid-template-columns: 1fr;
          }
          .ebt-floating-badge {
            bottom: 20px;
            left: 20px;
            right: 20px;
            justify-content: center;
          }
          .ebt-cta-btn {
            width: 100%;
            justify-content: space-between;
          }
        }

         .tds-main-section {
          background-color: #f8fafc;
          padding: 120px 0;
          
          color: #1a1a1a;
        }

        .tds-container {
          max-width: 1200px;
          margin: 0 auto;
          padding: 0 24px;
        }

        .tds-top-split-grid {
          display: grid;
          grid-template-columns: 1fr 1fr;
          gap: 60px;
          margin-bottom: 60px;
          align-items: center;
        }

        .tds-tag-wrapper {
          display: flex;
          align-items: center;
          gap: 8px;
          margin-bottom: 16px;
        }

        .tds-icon { color: #113d48; }

        .tds-pre-title {
          font-size: 11px;
          font-weight: 600;
          letter-spacing: 2px;
          text-transform: uppercase;
          color: #113d48;
        }

        .tds-section-title {
          font-size: clamp(2rem, 3.5vw, 2.5rem);
          font-weight: 600;
          color: #113d48;
          line-height: 1.2;
          margin: 0;
        }

        .tds-light-text { color: #475569; font-weight: 300; }

        .tds-intro-column {
          border-left: 2px solid #113d48;
          padding-left: 30px;
        }

        .tds-p {
          font-size: 16px;
          line-height: 1.8;
          color: #475569;
          margin: 0;
        }

        .tds-highlights-grid {
          display: grid;
          grid-template-columns: repeat(4, 1fr);
          gap: 20px;
        }

        .tds-card {
          background-color: #ffffff;
          padding: 32px;
          border-radius: 20px;
          border: 1px solid #e2e8f0;
          position: relative;
          transition: all 0.3s ease;
        }

        .tds-card:hover {
          border-color: #113d48;
          box-shadow: 0 20px 40px rgba(17, 61, 72, 0.08);
        }

        .tds-card-top-accent {
          position: absolute;
          top: 0;
          left: 20px;
          height: 2px;
          width: 40px;
          background: #113d48;
        }

        .tds-card-icon-box {
          color: #113d48;
          margin-bottom: 20px;
        }

        .tds-card-title {
          font-size: 15px;
          font-weight: 600;
          color: #113d48;
          margin-bottom: 8px;
        }

        .tds-card-desc {
          font-size: 13px;
          color: #64748b;
          line-height: 1.6;
          margin: 0;
        }

        @media (max-width: 1024px) {
          .tds-highlights-grid { grid-template-columns: repeat(2, 1fr); }
        }

        @media (max-width: 768px) {
          .tds-top-split-grid { grid-template-columns: 1fr; gap: 30px; }
          .tds-intro-column { border-left: none; padding-left: 0; }
        }

        @media (max-width: 640px) {
          .tds-highlights-grid { grid-template-columns: 1fr; }
        }

        .exp-section {
          background-color: #ffffff;
          padding: 100px 20px 50px;
          color: #113d48;
          
        }

        .exp-container {
          max-width: 800px;
          margin: 0 auto;
        }

        .exp-header {
          margin-bottom: 50px;
          text-align: center;
        }

        .exp-title {
          font-size: 2.5rem;
          font-weight: 700;
          margin-bottom: 20px;
        }

        .exp-divider {
          width: 60px;
          height: 3px;
          background-color: #113d48;
          margin: 0 auto;
        }

        .exp-main-text {
          font-size: 1.1rem;
          line-height: 1.8;
          color: #475569;
          margin-bottom: 40px;
          text-align: center;
        }

        .exp-sub-grid {
          display: grid;
          grid-template-columns: 1fr 1fr;
          gap: 30px;
          margin-bottom: 40px;
        }

        .exp-card {
          padding: 30px;
          background: #f8fafc;
          border-radius: 12px;
          border-left: 4px solid #113d48;
        }

        .exp-card-title {
          font-size: 1.25rem;
          margin-bottom: 10px;
          color: #113d48;
        }

        .exp-card-text {
          font-size: 0.95rem;
          line-height: 1.6;
          color: #64748b;
        }

        .exp-footer {
          text-align: center;
          font-size: 1.1rem;
          color: #113d48;
          font-weight: 500;
        }

        @media (max-width: 640px) {
          .exp-sub-grid { grid-template-columns: 1fr; }
          .exp-title { font-size: 2rem; }
        }

         .ib-luxury-feature-wrapper {
          padding: 40px 20px;
          background-color: #ffffff;
        
          color: #1a1a1a;
          max-width: 1200px;
          margin: 0 auto;
        }

        .ib-luxury-feature-container {
          display: grid;
          grid-template-columns: 1fr 1.6fr;
          gap: 40px;
          align-items: start;
        }

        .ib-luxury-feature-headline {
          font-size: 2rem;
          line-height: 1.2;
          margin-bottom: 20px;
          font-weight: 700;
          letter-spacing: -0.02em;
        }

        .ib-luxury-feature-text-accent {
          color: #113d48;
        }

        .ib-luxury-feature-main-content p {
          font-size: 1rem;
          line-height: 1.6;
          margin-bottom: 16px;
          color: #333;
        }

        .ib-luxury-feature-grid {
          display: grid;
          grid-template-columns: repeat(2, 1fr);
          gap: 16px;
        }

        .ib-luxury-feature-card {
          padding: 20px;
          background: #ffffff;
          border: 1px solid #dcdcdc;
          border-radius: 6px;
          transition: all 0.25s ease;
          display: flex;
          align-items: flex-start;
          gap: 12px;
        }

        .ib-luxury-feature-card:hover {
          border-color: #113d48;
          box-shadow: 0 2px 8px rgba(17, 61, 72, 0.08);
        }

        .ib-luxury-feature-icon-box {
          flex-shrink: 0;
          width: 32px;
          height: 32px;
          display: flex;
          align-items: center;
          justify-content: center;
          background: #f8f9fa;
          border-radius: 4px;
        }

        .ib-luxury-feature-card-content h4 {
          margin: 0 0 4px 0;
          font-size: 0.95rem;
          font-weight: 600;
          color: #113d48;
        }

        .ib-luxury-feature-card-content p {
          margin: 0;
          font-size: 0.8rem;
          color: #555;
          line-height: 1.4;
        }

        @media (max-width: 800px) {
          .ib-luxury-feature-container {
            grid-template-columns: 1fr;
            gap: 30px;
          }
          .ib-luxury-feature-grid {
            grid-template-columns: 1fr;
          }
        }

        .ib-boat-selector-wrapper {
          padding: 60px 20px;
          background-color: #ffffff;
          color: #1a1a1a;
          width: 100%;
          max-width: 1200px;
          margin: 0 auto;
        }

        .ib-boat-selector-container {
          /* max-width: 900px; */
        }

        .ib-boat-selector-headline {
          font-size: 2.25rem;
          line-height: 1.2;
          margin-bottom: 24px;
          font-weight: 700;
          color: #113d48;
          letter-spacing: -0.02em;
        }

        .ib-boat-selector-text {
          font-size: 1.05rem;
          line-height: 1.7;
          margin-bottom: 20px;
          color: #333;
        }

        .ib-boat-selector-cta-block {
          margin-top: 32px;
          padding: 24px;
          border: 1px solid #113d48;
          display: flex;
          gap: 10px;
          align-items: center;
          justify-content: space-between;
          border-radius: 8px;
          transition: all 0.3s ease;
          background-color: #ffffff;
          width: max-content;
          text-decoration: none;
        }

        .ib-boat-selector-cta-block:hover {
          background-color: #fcfdfe;
          box-shadow: 0 4px 12px rgba(17, 61, 72, 0.1);
        }

        .ib-boat-selector-cta-text {
          font-weight: 600;
          color: #113d48;
          font-size: 1.1rem;
        }

        .ib-boat-selector-icon {
          width: 24px;
          height: 24px;
          stroke: #113d48;
          stroke-width: 2;
        }

        @media (max-width: 768px) {
          .ib-boat-selector-cta-block {
            flex-direction: column;
            align-items: flex-start;
            gap: 16px;
          }
          .ib-boat-selector-headline {
            font-size: 1.8rem;
          }
        }

        /* PerfectForSection.css */

.pfUniqueMainSection {
  width: 100%;
  padding: 0px 20px;
  background: #ffffff;
}

.pfUniqueContainer {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.pfUniqueMiniTitle {
  display: inline-block;
  margin-bottom: 16px;
  color: #113d48;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.pfUniqueHeading {
 font-size: clamp(2rem, 4.5vw, 2.75rem);
          font-weight: 800;
          color: #113d48; /* Signature corporate deep teal */
          line-height: 1.2;
          margin: 0 0 16px 0;
          letter-spacing: -1px;
}

.pfUniqueHeading span {
  color: #113d48;
}

.pfUniqueGridWrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}

.pfUniqueCardBox {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 28px 24px;
  border: 1px solid #dddddd;
  border-radius: 24px;
  background: #ffffff;
  transition: all 0.35s ease;
}

.pfUniqueCardBox:hover {
  transform: translateY(-6px);
  border-color: #113d48;
  box-shadow: 0 15px 35px rgba(17, 61, 72, 0.12);
}

.pfUniqueCheckIcon {
  min-width: 42px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #113d48;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
}

.pfUniqueCardText {
  margin: 0;
  color: #111111;
  font-size: 1.02rem;
  line-height: 1.6;
  font-weight: 500;
}

@media (max-width: 768px) {
  .pfUniqueMainSection {
    padding: 70px 10px;
  }
.pfUniqueContainer{
  padding: 0;
}
  .pfUniqueHeading {
    margin-bottom: 40px;
  }

  .pfUniqueCardBox {
    padding: 22px 20px;
  }
}

/* WhatToExpectSection.css */

.wteUniqueMainSection {
  width: 100%;
  padding: 110px 20px;
  background: #ffffff;
}

.wteUniqueContainer {
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}

.wteUniqueContentWrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: flex-start;
} 
 
.wteUniqueLeftContent {
  flex: 1; /* Adjust sizing ratio as needed */
  position: -webkit-sticky; /* Safari support */
  position: sticky;
  top: 140px; /* Distance from the top of the viewport when it pins */
}

.wteUniqueMiniTitle {
  display: inline-block;
  margin-bottom: 18px;
  color: #113d48;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.wteUniqueHeading {
  margin: 0 0 28px;
  color: #111111;
  font-size: clamp(2.5rem, 5vw, 3rem);
  font-weight: 800;
  line-height: 1.1;
}

.wteUniqueHeading span {
  color: #113d48;
}

.wteUniqueParagraph {
  margin: 0;
  color: #333333;
  font-size: 1.08rem;
  line-height: 1.9;
  max-width: 620px;
}

.wteUniqueRightContent {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.wteUniqueListCard {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 24px;
  border: 1px solid #dddddd;
  border-radius: 22px;
  background: #ffffff;
  transition: all 0.35s ease;
}

.wteUniqueListCard:hover {
  transform: translateY(-5px);
  border-color: #113d48;
  box-shadow: 0 14px 32px rgba(17, 61, 72, 0.12);
}

.wteUniqueCheckCircle {
  min-width: 42px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #113d48;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
}

.wteUniqueListText {
  margin: 0;
  color: #111111;
  font-size: 1.02rem;
  line-height: 1.7;
  font-weight: 500;
}

@media (max-width: 992px) {
  .wteUniqueContentWrapper {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}

@media (max-width: 768px) {
  .wteUniqueMainSection {
    padding: 0px 18px;
  }
.wteUniqueLeftContent {
    position: static; /* Unpin on mobile so it acts as a normal header block */
    margin-bottom: 24px;
  }
  .wteUniqueHeading {
    margin-bottom: 22px;
  }

  .wteUniqueParagraph {
    font-size: 1rem;
    line-height: 1.8;
  }

  .wteUniqueListCard {
    padding: 20px;
  }

  .wteUniqueContainer{
    padding: 0 10px;
  }
}

/* SafetyComfortSection.css */

.scUniqueMainSection {
  width: 100%;
  padding: 0px 20px 100px;
  background: #ffffff;
}

.scUniqueContainer {
  max-width: 1200px;
  padding: 0 0px;
  margin: 0 auto;
}

.scUniqueContentBox {
  padding: 30px 60px;
  border: 1px solid #dddddd;
  border-radius: 34px;
  background: #ffffff;
  position: relative;
  overflow: hidden;
}

.scUniqueContentBox::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 100%;
  background: #113d48;
}

.scUniqueMiniTitle {
  display: inline-block;
  margin-bottom: 18px;
  color: #113d48;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.scUniqueHeading {
  margin: 0 0 28px;
  color: #111111;
  font-size: clamp(2.4rem, 5vw, 3.6rem);
  font-weight: 800;
  line-height: 1.1;
  max-width: 850px;
}

.scUniqueHeading span {
  color: #113d48;
}

.scUniqueParagraph {
  margin: 0;
  max-width: 850px;
  color: #333333;
  font-size: 1.08rem;
  line-height: 1.95;
}

@media (max-width: 768px) {
  .scUniqueMainSection {
    padding: 75px 10px;
  }

  .scUniqueContentBox {
    padding: 40px 28px;
    border-radius: 24px;
  }

  .scUniqueParagraph {
    font-size: 1rem;
    line-height: 1.8;
  }
}

/* IslandGetawayCTA.css */

.igxMainCtaSection {
  width: 100%;
  padding: 120px 20px;
  background: #ffffff;
}

.igxMainCtaContainer {
  max-width: 1200px;
  margin: 0 auto;
}

.igxGlassCardWrapper {
  position: relative;
  overflow: hidden;
  padding: 90px 60px;
  border-radius: 40px;
  background: linear-gradient(
    135deg,
    #113d48 0%,
    #0d2f38 100%
  );
  text-align: center;
}

.igxGlassCardWrapper::before {
  content: "";
  position: absolute;
  top: -140px;
  right: -120px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
}

.igxGlassCardWrapper::after {
  content: "";
  position: absolute;
  bottom: -120px;
  left: -100px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.04);
}

.igxMiniTag {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.igxMainHeading {
  position: relative;
  z-index: 2;
  margin: 0 auto 24px;
  max-width: 950px;
  color: #ffffff;
  font-size: clamp(2.6rem, 5vw, 3rem);
  line-height: 1.08;
  font-weight: 800;
}

.igxMainHeading span {
  color: #d7f5ff;
}

.igxParagraphText {
  position: relative;
  z-index: 2;
  max-width: 760px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.08rem;
  line-height: 1.9;
}

/* BUTTON AREA */

.igxButtonFlex {
  position: relative;
  z-index: 2;
  margin-top: 44px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px;
}

/* COMMON BUTTON */

.igxPrimaryActionBtn,
.igxOutlineActionBtn,
.igxWhatsappActionBtn {
  position: relative;
  overflow: hidden;
  border: none;
  outline: none;
  cursor: pointer;
  min-height: 58px;
  padding: 16px 30px;
  border-radius: 999px;
  font-size: 1rem;
  font-weight: 700;
  transition: all 0.35s ease;
}

/* TEXT FIX */

.igxPrimaryActionBtn span,
.igxOutlineActionBtn span,
.igxWhatsappActionBtn span {
  position: relative;
  z-index: 2;
}

/* PRIMARY */

.igxPrimaryActionBtn {
  background: #ffffff;
  color: #113d48;
}

.igxPrimaryActionBtn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #dff6ff;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s ease;
}

.igxPrimaryActionBtn:hover::before {
  transform: scaleX(1);
}

.igxPrimaryActionBtn:hover {
  transform: translateY(-4px);
}

/* OUTLINE */

.igxOutlineActionBtn {
  background: transparent;
  color: #ffffff;
  border: 2px solid rgba(255, 255, 255, 0.45);
}

.igxOutlineActionBtn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #ffffff;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.35s ease;
}

.igxOutlineActionBtn:hover::before {
  transform: scaleY(1);
}

.igxOutlineActionBtn:hover {
  color: #113d48;
  border-color: #ffffff;
  transform: translateY(-4px);
}

/* WHATSAPP */

.igxWhatsappActionBtn {
  background: #25d366;
  color: #ffffff;
}

.igxWhatsappActionBtn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #1fb357;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.35s ease;
}

.igxWhatsappActionBtn:hover::before {
  transform: scaleX(1);
}

.igxWhatsappActionBtn:hover {
  transform: translateY(-4px);
}

@media (max-width: 768px) {

  .igxMainCtaSection {
    padding: 80px 18px;
  }

  .igxGlassCardWrapper {
    padding: 60px 24px;
    border-radius: 28px;
  }

  .igxButtonFlex {
    flex-direction: column;
  }

  .igxPrimaryActionBtn,
  .igxOutlineActionBtn,
  .igxWhatsappActionBtn {
    width: 100%;
  }
}

/* BoatTourEnquiryForm.css */

.btfUniqueSection {
  width: 100%;
  padding: 0px 20px 100px;
  background: #ffffff;
}

.btfUniqueContainer {
  max-width: 1200px;
  margin: 0 auto;
}

.btfUniqueFormCard {
  padding: 70px 55px;
  border-radius: 38px;
  background: #f8fbfc;
  border: 1px solid #d9e5e8;
}

.btfUniqueTopContent {
  margin-bottom: 50px;
}

.btfUniqueHeading {
  margin: 0 0 18px;
  color: #111111;
  font-size: clamp(2.5rem, 5vw, 4.6rem);
  line-height: 1.08;
  font-weight: 800;
  max-width: 850px;
}

.btfUniqueHeading span {
  color: #113d48;
}

.btfUniqueParagraph {
  margin: 0;
  max-width: 760px;
  color: #4a4a4a;
  font-size: 1.05rem;
  line-height: 1.9;
}

.btfUniqueFormWrapper {
  width: 100%;
}

.btfUniqueInputGrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.btfUniqueFieldBox {
  display: flex;
  flex-direction: column;
}

.btfUniqueFieldBox label {
  margin-bottom: 12px;
  color: #111111;
  font-size: 0.95rem;
  font-weight: 600;
}

.btfUniqueFieldBox input,
.btfUniqueFieldBox select,
.btfUniqueFieldBox textarea {
  width: 100%;
  border: 1px solid #cfdde0;
  background: #ffffff;
  border-radius: 18px;
  padding: 10px 20px;
  font-size: 1rem;
  color: #111111;
  outline: none;
  transition: all 0.3s ease;
  font-family: inherit;
}

.btfUniqueFieldBox input:focus,
.btfUniqueFieldBox select:focus,
.btfUniqueFieldBox textarea:focus {
  border-color: #113d48;
  box-shadow: 0 0 0 4px rgba(17, 61, 72, 0.08);
}

.btfUniqueFieldBox textarea {
  resize: vertical;
  min-height: 160px;
}

.btfUniqueTextareaBox {
  margin-top: 24px;
}

.btfUniqueSubmitButton {
  position: relative;
  overflow: hidden;
  margin-top: 34px;
  border: none;
  outline: none;
  cursor: pointer;
  background: #113d48;
  color: #ffffff;
  min-height: 60px;
  padding: 18px 34px;
  border-radius: 999px;
  font-size: 1rem;
  font-weight: 700;
  transition: all 0.35s ease;
}

.btfUniqueSubmitButton span {
  position: relative;
  z-index: 2;
}

.btfUniqueSubmitButton::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #0c2d35;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s ease;
}

.btfUniqueSubmitButton:hover::before {
  transform: scaleX(1);
}

.btfUniqueSubmitButton:hover {
  transform: translateY(-4px);
}

@media (max-width: 768px) {

  .btfUniqueHeading{
    font-size: 32px;
  }

  .btfUniqueSection {
    padding: 80px 18px;
  }

  .btfUniqueFormCard {
    padding: 45px 24px;
    border-radius: 26px;
  }

  .btfUniqueInputGrid {
    grid-template-columns: 1fr;
  }

  .btfUniqueSubmitButton {
    width: 100%;
  }
}

#corporate_exp_grid{
  grid-template-columns: repeat(3, 1fr);
}

.cxe-main-section {
          background-color: #ffffff;
          padding: 120px 24px;
          
          color: #000000;
          border-top: 1px solid #f1f5f9;
        }

        .cxe-container {
          max-width: 1200px;
          margin: 0 auto;
        }

        /* Header Block styles */
        .cxe-header-block {
          text-align: center;
          margin-bottom: 70px;
          max-width: 800px;
          margin-left: auto;
          margin-right: auto;
        }

        .cxe-tag-row {
          display: inline-flex;
          align-items: center;
          gap: 8px;
          margin-bottom: 16px;
        }

        .cxe-shield-icon {
          color: #113d48;
        }

        .cxe-pre-title {
          font-size: 11px;
          font-weight: 700;
          letter-spacing: 2.5px;
          text-transform: uppercase;
          color: #113d48;
        }

        .cxe-section-title {
          font-size: clamp(2.2rem, 5vw, 3.2rem);
          font-weight: 800;
          color: #113d48;
          line-height: 1.15;
          margin: 0 0 16px 0;
          letter-spacing: -0.5px;
        }

        .cxe-light-text {
          font-weight: 300;
          color: #000000;
        }

        .cxe-section-subtitle {
          font-size: 16px;
          color: #555555;
          line-height: 1.6;
          margin: 0;
          font-weight: 400;
        }

        /* Comparison Grid */
        .cxe-decision-grid {
          display: grid;
          grid-template-columns: 1fr 1fr;
          gap: 32px;
          align-items: stretch;
        }

        /* Shared Card Properties */
        .cxe-decision-card {
          position: relative;
          padding: 48px;
          border-radius: 28px;
          display: flex;
          flex-direction: column;
          justify-content: space-between;
          min-height: 400px;
          transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
          overflow: hidden;
        }

        /* Dark Card Style (Networking) */
        .cxe-card-dark {
          background-color: #113d48;
          color: #ffffff;
          border: 1px solid #113d48;
        }

        .cxe-card-dark .cxe-icon-box {
          background-color: rgba(255, 255, 255, 0.08);
          color: #ffffff;
        }

        .cxe-card-dark .cxe-card-badge {
          background-color: rgba(255, 255, 255, 0.12);
          color: #ffffff;
        }

        .cxe-card-dark .cxe-card-title {
          color: #ffffff;
        }

        .cxe-card-dark .cxe-card-desc {
          color: rgba(255, 255, 255, 0.8);
        }

        .cxe-card-dark .cxe-anchor-link {
          color: #ffffff;
          border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        }

        .cxe-card-dark .cxe-arrow-wrapper {
          background-color: #ffffff;
          color: #113d48;
        }

        .cxe-card-dark:hover {
          transform: translateY(-8px);
          box-shadow: 0 30px 60px rgba(17, 61, 72, 0.2);
          border-color: rgba(255, 255, 255, 0.2);
        }

        /* Light Card Style (Sailing/Team Building) */
        .cxe-card-light {
          background-color: #ffffff;
          color: #000000;
          border: 1px solid #e2e8f0;
        }

        .cxe-card-light .cxe-icon-box {
          background-color: rgba(17, 61, 72, 0.05);
          color: #113d48;
        }

        .cxe-card-light .cxe-card-badge {
          background-color: rgba(17, 61, 72, 0.08);
          color: #113d48;
        }

        .cxe-card-light .cxe-card-title {
          color: #113d48;
        }

        .cxe-card-light .cxe-card-desc {
          color: #475569;
        }

        .cxe-card-light .cxe-anchor-link {
          color: #113d48;
          border-bottom: 1px solid rgba(17, 61, 72, 0.15);
        }

        .cxe-card-light .cxe-arrow-wrapper {
          background-color: #113d48;
          color: #ffffff;
        }

        .cxe-card-light:hover {
          transform: translateY(-8px);
          border-color: #113d48;
          box-shadow: 0 30px 60px rgba(17, 61, 72, 0.08);
        }

        /* Card Elements */
        .cxe-card-header {
          display: flex;
          justify-content: space-between;
          align-items: center;
          margin-bottom: 32px;
        }

        .cxe-icon-box {
          width: 54px;
          height: 54px;
          border-radius: 16px;
          display: flex;
          align-items: center;
          justify-content: center;
        }

        .cxe-card-badge {
          font-size: 10px;
          font-weight: 700;
          letter-spacing: 1px;
          padding: 6px 14px;
          border-radius: 100px;
        }

        .cxe-card-body {
          flex-grow: 1;
          display: flex;
          flex-direction: column;
          gap: 16px;
          margin-bottom: 40px;
        }

        .cxe-card-title {
          font-size: 24px;
          font-weight: 700;
          margin: 0;
          letter-spacing: -0.3px;
        }

        .cxe-card-desc {
          font-size: 15px;
          line-height: 1.75;
          margin: 0;
        }

        /* Dynamic Anchor CTA */
        .cxe-anchor-link {
          display: flex;
          align-items: center;
          justify-content: space-between;
          padding-bottom: 16px;
          text-decoration: none;
          font-size: 14px;
          font-weight: 700;
          letter-spacing: 0.5px;
          width: 100%;
          transition: all 0.3s ease;
        }

        .cxe-arrow-wrapper {
          width: 32px;
          height: 32px;
          border-radius: 50%;
          display: flex;
          align-items: center;
          justify-content: center;
          transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
        }

        .cxe-decision-card:hover .cxe-arrow-wrapper {
          transform: translateX(6px);
        }

        /* Top Accent line on Hover */
        .cxe-card-accent-line {
          position: absolute;
          top: 0;
          left: 0;
          width: 0;
          height: 4px;
          background-color: #000000;
          transition: width 0.4s ease;
        }

        .cxe-card-light .cxe-card-accent-line {
          background-color: #113d48;
        }

        .cxe-decision-card:hover .cxe-card-accent-line {
          width: 100%;
        }

        /* Responsive Layouts */
        @media (max-width: 900px) {
          .cxe-decision-grid {
            grid-template-columns: 1fr;
            gap: 24px;
          }
          .cxe-decision-card {
            padding: 32px;
            min-height: auto;
          }
          .cxe-main-section {
            padding: 20px 24px 0px;
          }
        }

        @media (max-width: 480px) {
          .cxe-card-header {
            flex-direction: column;
            align-items: flex-start;
            gap: 16px;
          }
          .cxe-anchor-link {
            flex-direction: column;
            align-items: flex-start;
            gap: 16px;
            border-bottom: none;
            padding-bottom: 0;
          }
          .cxe-arrow-wrapper {
            align-self: flex-end;
          }
          #corporateParties_wtei{
            padding: 0 20px;
          }
        }

        .yev-main-section {
          background-color: #ffffff;
          padding: 0px 24px;
          
          color: #000000;
         
        }

        .yev-container {
          max-width: 1200px;
          margin: 0 auto;
        }

        .yev-split-grid {
          display: grid;
          grid-template-columns: 1fr 1.1fr;
          gap: 80px;
          align-items: flex-start;
        }

        /* Left Column Styling */
        .yev-title-column {
          display: flex;
          flex-direction: column;
          align-items: flex-start;
        }

        .yev-tag-wrapper {
          display: inline-flex;
          align-items: center;
          gap: 8px;
          margin-bottom: 20px;
        }

        .yev-anchor-icon {
          color: #113d48;
        }

        .yev-pre-title {
          font-size: 11px;
          font-weight: 700;
          letter-spacing: 2.5px;
          text-transform: uppercase;
          color: #113d48;
        }

        .yev-section-title {
          font-size: clamp(2.2rem, 5vw, 3.2rem);
          font-weight: 800;
          color: #113d48;
          line-height: 1.15;
          margin: 0 0 28px 0;
          letter-spacing: -0.5px;
        }

        .yev-light-text {
          font-weight: 300;
          color: #000000;
        }

        .yev-accent-line {
          width: 80px;
          height: 3px;
          background-color: #113d48;
          border-radius: 2px;
        }

        /* Right Column (Editorial Paragraphs) Styling */
        .yev-prose-column {
          display: flex;
          flex-direction: column;
          gap: 24px;
          padding-top: 40px;
        }

        .yev-paragraph-lead {
          font-size: 18px;
          line-height: 1.8;
          color: #113d48;
          margin: 0;
          font-weight: 600;
        }

        .yev-paragraph-body {
          font-size: 16px;
          line-height: 1.85;
          color: #475569;
          margin: 0;
          font-weight: 400;
          border-left: 2px solid rgba(17, 61, 72, 0.15);
          padding-left: 24px;
        }

        /* Clean Link CTA */
        .yev-cta-wrapper {
          margin-top: 16px;
          padding-left: 26px;
        }

        .yev-text-cta {
          background: none;
          border: none;
          color: #113d48;
          font-size: 14px;
          font-weight: 700;
          letter-spacing: 0.5px;
          display: inline-flex;
          align-items: center;
          gap: 8px;
          cursor: pointer;
          padding: 0 0 4px 0;
          border-bottom: 1px solid rgba(17, 61, 72, 0.3);
          transition: all 0.3s ease;
        }

        .yev-text-cta:hover {
          color: #000000;
          border-bottom-color: #000000;
        }

        /* Responsive Breakpoints */
        @media (max-width: 1024px) {
          .yev-split-grid {
            grid-template-columns: 1fr;
            gap: 40px;
          }
          
          .yev-prose-column {
            padding-top: 0;
          }

          .yev-main-section {
            padding: 80px 24px;
          }
        }

        @media (max-width: 640px) {
          .yev-paragraph-body {
            padding-left: 16px;
          }

          .yev-cta-wrapper {
            padding-left: 18px;
          }
        }

        #family_option{
          display: flex;
          gap: 1rem;
        }

         .lyc-main-section {
          background-color: #ffffff;
          padding: 20px 24px 50px;
          color: #000000;
          /* border-top: 1px solid #f1f5f9; */
           position: relative;
  overflow: hidden;
        }

      

        .lyc-main-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("/assets/img/pyc2.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.6; 
  z-index: 0;
  pointer-events: none;
}

.lyc-main-section > * {
  position: relative;
  z-index: 1;
}

        .lyc-container {
          max-width: 1200px;
          margin: 0 auto;
          padding: 0 20px;
        }

        /* Header Block Styles */
        .lyc-header-block {
          display: flex;
          flex-direction: column;
          align-items: flex-start;
          max-width: 750px;
          margin-bottom: 60px;
        }

        .lyc-tag-row {
          display: inline-flex;
          align-items: center;
          gap: 8px;
          margin-bottom: 16px;
        }

        .lyc-anchor-icon {
          color: #113d48;
        }

        .lyc-pre-title {
          font-size: 11px;
          font-weight: 700;
          letter-spacing: 3px;
          text-transform: uppercase;
          color: #113d48;
        }

        .lyc-section-title {
          font-size: clamp(2.5rem, 6vw, 3.8rem);
          font-weight: 800;
          color: #113d48;
          line-height: 1.1;
          margin: 0 0 16px 0;
          letter-spacing: -1px;
        }

        .lyc-light-text {
          font-weight: 300;
          color: #000000;
        }

        .lyc-section-subtitle {
          font-size: 16px;
          line-height: 1.7;
          color: #475569;
          margin: 0 0 24px 0;
          font-weight: 400;
        }

        .lyc-title-divider {
          width: 80px;
          height: 3px;
          background-color: #113d48;
          border-radius: 2px;
        }

        /* Dynamic 5-Card Grid Layout */
        .lyc-cards-grid {
          display: grid;
          grid-template-columns: repeat(3, 1fr);
          gap: 20px;
          align-items: stretch;
        }

        /* Individual Card Design */
        .lyc-card {
          position: relative;
          background-color: #ffffff;
          border: 1px solid #e2e8f0;
          border-radius: 24px;
          overflow: hidden;
          display: flex;
          flex-direction: column;
          transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
        }

        .lyc-card:hover {
          transform: translateY(-8px);
          border-color: #113d48;
          box-shadow: 0 20px 40px rgba(17, 61, 72, 0.08);
        }

        /* Slide Line Effect */
        .lyc-card-top-accent {
          position: absolute;
          top: 0;
          left: 50%;
          transform: translateX(-50%);
          height: 4px;
          width: 0%;
          background-color: #113d48;
          transition: width 0.3s ease;
          z-index: 10;
        }

        .lyc-card:hover .lyc-card-top-accent {
          width: 100%;
        }

        /* Image Frame */
        .lyc-image-wrapper {
          position: relative;
          height: 180px;
          overflow: hidden;
          background: #f8fafc;
        }

        .lyc-card-img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          display: block;
          transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
        }

        .lyc-card:hover .lyc-card-img {
          transform: scale(1.08);
        }

        .lyc-img-overlay {
          position: absolute;
          inset: 0;
          background: linear-gradient(to top, rgba(0, 0, 0, 0.45) 0%, transparent 100%);
        }

        /* Floating Badge */
        .lyc-badge {
          position: absolute;
          top: 16px;
          left: 16px;
          background-color: #ffffff;
          color: #113d48;
          font-size: 10px;
          font-weight: 700;
          letter-spacing: 0.5px;
          text-transform: uppercase;
          padding: 6px 12px;
          border-radius: 8px;
          display: inline-flex;
          align-items: center;
          gap: 6px;
          box-shadow: 0 4px 12px rgba(0,0,0,0.05);
          z-index: 2;
        }

        .lyc-star-icon {
          color: #113d48;
        }

        /* Content Styles inside Card */
        .lyc-card-content {
          padding: 24px;
          display: flex;
          flex-direction: column;
          flex-grow: 1;
        }

        .lyc-card-header {
          display: flex;
          align-items: flex-start;
          gap: 10px;
          margin-bottom: 5px;
          flex-direction: column;
        }

        .lyc-card-num {
          font-size: 11px;
          font-weight: 700;
          color: #113d48;
          background-color: rgba(17, 61, 72, 0.08);
          padding: 3px 6px;
          border-radius: 4px;
          line-height: 1;
          margin-top: 2px;
        }

        .lyc-card-title {
          font-size: 18px;
          font-weight: 800;
          color: #113d48;
          margin: 0;
          line-height: 1.25;
        }

        /* Card Specifications List Styling */
        .lyc-card-specs {
          display: flex;
          flex-direction: column;
          gap: 6px;
          margin-bottom: 14px;
          padding-bottom: 12px;
          border-bottom: 1px solid #f1f5f9;
        }

        .lyc-spec-row {
          display: flex;
          align-items: center;
          gap: 8px;
          font-size: 12px;
          font-weight: 600;
          color: #475569;
        }

        .lyc-spec-icon {
          color: #113d48;
          flex-shrink: 0;
        }

        .lyc-card-desc {
          font-size: 13px;
          color: #555555;
          line-height: 1.6;
          margin: 0 0 24px 0;
          font-weight: 400;
          flex-grow: 1;
        }

        /* Action Buttons */
        .lyc-card-footer {
          margin-top: auto;
          border-top: 1px solid #f1f5f9;
          padding-top: 16px;
        }

        .lyc-card-cta {
          background: none;
          border: none;
          padding: 0;
          font-size: 12px;
          font-weight: 700;
          letter-spacing: 0.5px;
          text-transform: uppercase;
          color: #113d48;
          display: inline-flex;
          align-items: center;
          gap: 6px;
          cursor: pointer;
          transition: all 0.3s ease;
          width: 100%;
          justify-content: space-between;
        }

        .lyc-arrow-icon {
          transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
        }

        .lyc-card:hover .lyc-arrow-icon {
          transform: translateX(4px);
        }

        /* Responsive Layout Grid Breakpoints */
        @media (max-width: 1200px) {
          .lyc-cards-grid {
            grid-template-columns: repeat(3, 1fr);
          }
        }

        @media (max-width: 850px) {
          .lyc-cards-grid {
            grid-template-columns: repeat(2, 1fr);
          }
          .lyc-main-section {
            padding: 80px 24px;
          }
        }

        @media (max-width: 580px) {
          .lyc-cards-grid {
            grid-template-columns: 1fr;
          }
          .lyc-card {
            max-width: 420px;
            margin: 0 auto;
          }
        }

       .lyc-explore-section {
          background-color: #ffffff;
          padding: 50px 24px;
         
          color: #000000;
          border-top: 1px solid #f1f5f9;
        }

        .lyc-explore-container {
          max-width: 1200px;
          margin: 0 auto;
          padding: 0 20px;
        }

        /* Header Block Styles */
        .lyc-explore-header {
          display: flex;
          flex-direction: column;
          align-items: flex-start;
          max-width: 750px;
          margin-bottom: 60px;
        }

        .lyc-explore-badge-row {
          display: inline-flex;
          align-items: center;
          gap: 8px;
          margin-bottom: 16px;
        }

        .lyc-explore-badge-icon {
          color: #113d48;
        }

        .lyc-explore-pre-title {
          font-size: 11px;
          font-weight: 700;
          letter-spacing: 3px;
          text-transform: uppercase;
          color: #113d48;
        }

        .lyc-explore-main-title {
          font-size: clamp(2.5rem, 6vw, 3.8rem);
          font-weight: 800;
          color: #113d48;
          line-height: 1.1;
          margin: 0 0 16px 0;
          letter-spacing: -1px;
        }

        .lyc-explore-light-text {
          font-weight: 300;
          color: #000000;
        }

        .lyc-explore-subtitle {
          font-size: 16px;
          line-height: 1.7;
          color: #475569;
          margin: 0;
          font-weight: 400;
        }

        /* Split Master-Detail Layout */
        .lyc-explore-split-layout {
          display: grid;
          grid-template-columns: 1fr 1.3fr;
          gap: 40px;
          align-items: stretch;
        }

        /* Navigation Menu Panel (Left) */
        .lyc-explore-navigation {
          display: flex;
          flex-direction: column;
          gap: 12px;
          justify-content: center;
        }

        .lyc-nav-item-btn {
          background-color: #ffffff;
          border: 1px solid #e2e8f0;
          padding: 24px 32px;
          border-radius: 20px;
          display: flex;
          align-items: center;
          justify-content: space-between;
          text-align: left;
          cursor: pointer;
          transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
          width: 100%;
        }

        .lyc-nav-item-btn:hover {
          border-color: #113d48;
          transform: translateX(6px);
        }

        .lyc-nav-item-btn.active {
          background-color: #113d48;
          border-color: #113d48;
          color: #ffffff;
          box-shadow: 0 20px 40px rgba(17, 61, 72, 0.15);
        }

        .lyc-nav-item-inner {
          display: flex;
          align-items: center;
          gap: 24px;
        }

        .lyc-nav-num {
          font-size: 14px;
          font-weight: 700;
          color: #113d48;
          background-color: rgba(17, 61, 72, 0.08);
          width: 32px;
          height: 32px;
          display: flex;
          align-items: center;
          justify-content: center;
          border-radius: 8px;
          transition: all 0.3s ease;
        }

        .lyc-nav-item-btn.active .lyc-nav-num {
          background-color: rgba(255, 255, 255, 0.15);
          color: #ffffff;
        }

        .lyc-nav-title {
          font-size: 20px;
          font-weight: 700;
          color: #113d48;
          margin: 0;
          transition: color 0.3s ease;
        }

        .lyc-nav-item-btn.active .lyc-nav-title {
          color: #ffffff;
        }

        .lyc-nav-arrow {
          color: #94a3b8;
          transition: all 0.3s ease;
        }

        .lyc-nav-item-btn.active .lyc-nav-arrow {
          color: #ffffff;
          transform: translateX(4px);
        }

        /* Showcase Detail Spotlight Panel (Right) */
        .lyc-explore-spotlight {
          position: relative;
          border-radius: 32px;
          overflow: hidden;
          box-shadow: 0 30px 60px rgba(17, 61, 72, 0.08);
          min-height: 520px;
        }

        .lyc-spotlight-visual-frame {
          position: relative;
          width: 100%;
          height: 100%;
          min-height: 540px;
          display: flex;
          flex-direction: column;
          justify-content: flex-end;
          background-color: #000000;
        }

        .lyc-spotlight-bg-img {
          position: absolute;
          inset: 0;
          width: 100%;
          height: 100%;
          object-fit: cover;
          opacity: 0.85;
          transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
        }

        .lyc-explore-spotlight:hover .lyc-spotlight-bg-img {
          transform: scale(1.04);
        }

        .lyc-spotlight-gradient-overlay {
          position: absolute;
          inset: 0;
          background: linear-gradient(to top, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.4) 60%, transparent 100%);
        }

        .lyc-spotlight-details {
          position: relative;
          z-index: 2;
          padding: 48px;
          display: flex;
          flex-direction: column;
          align-items: flex-start;
          gap: 16px;
        }

        .lyc-spotlight-meta-row {
          display: flex;
          align-items: center;
          gap: 12px;
        }

        .lyc-spotlight-icon-box {
          background-color: #ffffff;
          color: #113d48;
          width: 44px;
          height: 44px;
          border-radius: 12px;
          display: flex;
          align-items: center;
          justify-content: center;
        }

        .lyc-spotlight-category-tag {
          font-size: 11px;
          font-weight: 700;
          letter-spacing: 1px;
          color: rgba(255, 255, 255, 0.8);
          text-transform: uppercase;
        }

        .lyc-spotlight-category-title {
          font-size: 28px;
          font-weight: 800;
          color: #ffffff;
          margin: 0;
        }

        /* Showcase Specs Styles */
        .lyc-spotlight-specs {
          display: flex;
          flex-wrap: wrap;
          gap: 10px;
          margin-bottom: 4px;
        }

        .lyc-spec-pill {
          background-color: rgba(255, 255, 255, 0.1);
          color: #ffffff;
          border: 1px solid rgba(255, 255, 255, 0.15);
          font-size: 12px;
          padding: 6px 14px;
          border-radius: 8px;
        }

        .lyc-spec-pill strong {
          color: #ffffff;
          font-weight: 600;
        }

        .lyc-spotlight-desc {
          font-size: 15px;
          line-height: 1.7;
          color: rgba(255, 255, 255, 0.85);
          margin: 0;
          max-width: 500px;
        }

        /* Features/Amenities tags block */
        .lyc-spotlight-amenities {
          display: flex;
          flex-wrap: wrap;
          gap: 10px;
          margin-top: 8px;
          margin-bottom: 12px;
        }

        .lyc-amenity-tag {
          display: inline-flex;
          align-items: center;
          gap: 6px;
          background-color: rgba(255, 255, 255, 0.12);
          backdrop-filter: blur(8px);
          border: 1px solid rgba(255, 255, 255, 0.15);
          color: #ffffff;
          padding: 6px 14px;
          border-radius: 100px;
          font-size: 11px;
          font-weight: 600;
          text-transform: uppercase;
          letter-spacing: 0.5px;
        }

        .lyc-tag-check {
          color: #ffffff;
        }

        /* Action Row style */
        .lyc-spotlight-action-row {
          margin-top: 12px;
        }

        .lyc-spotlight-cta-btn {
          border: 1px solid #ffffff;
          background-color: #ffffff;
          color: #113d48;
          padding: 12px 24px;
          border-radius: 100px;
          font-size: 12px;
          font-weight: 700;
          text-transform: uppercase;
          letter-spacing: 1px;
          display: inline-flex;
          align-items: center;
          gap: 10px;
          cursor: pointer;
          transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
        }

        .lyc-spotlight-cta-btn:hover {
          background-color: transparent;
          color: #ffffff;
          border-color: #ffffff;
          transform: translateY(-2px);
        }

        /* Responsive Layouts */
        @media (max-width: 1024px) {
          .lyc-explore-split-layout {
            grid-template-columns: 1fr;
            gap: 30px;
          }
          
          .lyc-explore-spotlight {
            min-height: 480px;
          }
          
          .lyc-spotlight-visual-frame {
            min-height: 480px;
          }
          
          .lyc-spotlight-details {
            padding: 36px;
          }
        }

        @media (max-width: 768px) {
          .lyc-explore-section {
            padding: 80px 24px;
          }
          
          .lyc-nav-item-btn {
            padding: 18px 24px;
          }
        }

        @media (max-width: 480px) {
          .lyc-spotlight-details {
            padding: 24px;
          }
          
          .lyc-spotlight-category-title {
            font-size: 24px;
          }
          
          .lyc-spotlight-desc {
            font-size: 14px;
          }
        }

        .epyo-main-section {
          background-color: #ffffff;
          padding: 50px 24px;
          
          color: #000000;
          /* border-top: 1px solid #f1f5f9; */
        }

        .epyo-container {
          max-width: 1200px;
          margin: 0 auto;
          padding: 0 20px;
        }

        /* Editorial Header Styles */
        .epyo-header-block {
          display: flex;
          flex-direction: column;
          align-items: flex-start;
          max-width: 750px;
          margin-bottom: 50px;
        }

        .epyo-badge-row {
          display: flex;
          align-items: center;
          width: 100%;
          margin-left: 20px;
          gap: 8px;
          margin-top: 10px;
          margin-bottom: 10px;
        }

        .epyo-badge-icon {
          color: #113D48;
        }

        .epyo-pre-title {
          font-size: 20px;
          
          font-weight: 600;
          letter-spacing: 3px;
          text-transform: uppercase;
          color: #113d48;
        }

        .epyo-section-title {
          font-size: clamp(2.5rem, 6vw, 3.8rem);
          font-weight: 800;
          color: #113d48;
          line-height: 1.1;
          margin: 0 0 16px 0;
          letter-spacing: -1px;
        }

        .epyo-light-text {
          font-weight: 300;
          color: #000000;
        }

        .epyo-section-subtitle {
          font-size: 16px;
          line-height: 1.7;
          color: #475569;
          margin: 0 0 24px 0;
          font-weight: 400;
        }

        .epyo-title-divider {
          width: 80px;
          height: 3px;
          background-color: #113d48;
          border-radius: 2px;
        }

        /* Filter Navigation Buttons */
        .epyo-filter-navigation {
          display: flex;
          flex-wrap: wrap;
          gap: 12px;
          margin-bottom: 48px;
          border-bottom: 1px solid #e2e8f0;
          padding-bottom: 16px;
        }

        .epyo-filter-tab-btn {
          background: none;
          border: none;
          padding: 10px 20px;
          font-size: 13px;
          font-weight: 600;
          color: #64748b;
          cursor: pointer;
          border-radius: 100px;
          transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
        }

        .epyo-filter-tab-btn:hover {
          color: #113d48;
          background-color: rgba(17, 61, 72, 0.05);
        }

        .epyo-filter-tab-btn.active {
          color: #ffffff;
          background-color: #113d48;
          box-shadow: 0 10px 20px rgba(17, 61, 72, 0.15);
        }

        /* Catalog Responsive Grid */
        .epyo-catalog-grid {
          display: grid;
          grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
          gap: 30px;
        }

        /* Card Container Styles */
        .epyo-catalog-card {
          position: relative;
          background-color: #ffffff;
          border: 1px solid #e2e8f0;
          border-radius: 24px;
          overflow: hidden;
          display: flex;
          flex-direction: column;
          transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
        }

        .epyo-catalog-card:hover {
          transform: translateY(-8px);
          border-color: #113d48;
          box-shadow: 0 20px 40px rgba(17, 61, 72, 0.08);
        }

        /* Line border animation on hover */
        .epyo-card-accent-line {
          position: absolute;
          top: 0;
          left: 50%;
          transform: translateX(-50%);
          height: 4px;
          width: 0%;
          background-color: #113d48;
          transition: width 0.3s ease;
          z-index: 10;
        }

        .epyo-catalog-card:hover .epyo-card-accent-line {
          width: 100%;
        }

        /* Card Media Styles */
        .epyo-card-image-frame {
          position: relative;
          height: 240px;
          overflow: hidden;
          background-color: #f1f5f9;
        }

        .epyo-card-img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          display: block;
          transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
        }

        .epyo-catalog-card:hover .epyo-card-img {
          transform: scale(1.06);
        }

        .epyo-image-overlay {
          position: absolute;
          inset: 0;
          background: linear-gradient(to top, rgba(0, 0, 0, 0.45) 0%, transparent 100%);
        }

        .epyo-category-badge {
          position: absolute;
          top: 20px;
          left: 20px;
          background-color: #ffffff;
          color: #113d48;
          font-size: 10px;
          font-weight: 700;
          letter-spacing: 0.5px;
          text-transform: uppercase;
          padding: 6px 14px;
          border-radius: 8px;
          box-shadow: 0 4px 10px rgba(0,0,0,0.05);
        }

        /* Card Body details */
        .epyo-card-body {
          padding: 32px;
          display: flex;
          flex-direction: column;
          flex-grow: 1;
        }

        .epyo-card-title {
          font-size: 22px;
          font-weight: 700;
          color: #113d48;
          margin: 0 0 16px 0;
          line-height: 1.2;
        }

        /* Grid Metrics Row styling */
        .epyo-metrics-row {
          display: flex;
          flex-direction: column;
          gap: 10px;
          padding-bottom: 18px;
          border-bottom: 1px solid #f1f5f9;
          margin-bottom: 18px;
        }

        .epyo-metric-item {
          display: flex;
          align-items: center;
          gap: 10px;
        }

        .epyo-metric-icon {
          color: #113d48;
          flex-shrink: 0;
        }

        .epyo-metric-text {
          font-size: 13px;
          font-weight: 600;
          color: #475569;
        }

        .epyo-card-desc {
          font-size: 14px;
          color: #555555;
          line-height: 1.7;
          margin: 0 0 20px 0;
          font-weight: 400;
          flex-grow: 1;
        }

        /* Action Footer Details */
        .epyo-card-footer {
          margin-top: auto;
          padding-top: 20px;
          border-top: 1px solid #f1f5f9;
        }

        .epyo-card-cta-btn {
          border: 1px solid #113d48;
          background-color: #113d48;
          color: #ffffff;
          padding: 12px 24px;
          border-radius: 100px;
          font-size: 12px;
          font-weight: 600;
          text-transform: uppercase;
          letter-spacing: 0.5px;
          display: inline-flex;
          align-items: center;
          gap: 12px;
          cursor: pointer;
          width: 100%;
          justify-content: space-between;
          transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
        }

        .epyo-cta-arrow-box {
          background-color: rgba(255, 255, 255, 0.15);
          width: 22px;
          height: 22px;
          border-radius: 50%;
          display: flex;
          align-items: center;
          justify-content: center;
          transition: transform 0.3s ease;
        }

        .epyo-catalog-card:hover .epyo-card-cta-btn {
          background-color: #ffffff;
          color: #113d48;
          box-shadow: 0 10px 20px rgba(17, 61, 72, 0.08);
        }

        .epyo-catalog-card:hover .epyo-cta-arrow-box {
          background-color: #113d48;
          color: #ffffff;
          transform: translateX(4px);
        }

        /* Responsive Breakpoints */
        @media (max-width: 768px) {
          .epyo-main-section {
            padding: 80px 24px;
          }
          .epyo-filter-navigation {
            gap: 8px;
            margin-bottom: 32px;
          }
          .epyo-filter-tab-btn {
            padding: 8px 16px;
            font-size: 12px;
          }
          .epyo-catalog-grid {
            grid-template-columns: 1fr;
          }
        }

        .sb-wrapper { background: #fff; padding: 4rem 0; }
    .sb-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
    .sb-title { color: #113d48; font-size: 2.5rem; margin-bottom: 0.5rem; text-align: center; }
    .sb-subtitle { text-align: center; margin-bottom: 3rem; color: #666; }
    
    /* Cards Design */
    .sb-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 30px; }
    .sb-card { border-radius: 20px; overflow: hidden; background: #fff; box-shadow: 0 10px 25px rgba(0,0,0,0.08); transition: transform 0.3s ease; }
    .sb-card:hover { transform: translateY(-10px); }
    .sb-image-wrapper { height: 220px; overflow: hidden; }
    .sb-image-wrapper img { width: 100%; height: 100%; object-fit: cover; }
    .sb-card-content { padding: 25px; } 
    .sb-card-content h3  {
      font-size: 24px; 
    }
    .sb-actions { display: flex; gap: 10px; margin-top: 20px; }
    
    /* Buttons */
    .sb-btn { padding: 12px 20px; border-radius: 8px; text-decoration: none; font-weight: 600; text-align: center; flex: 1; transition: all 0.3s; }
    .sb-btn-primary { background: #113d48; color: #fff; }
    .sb-btn-primary:hover { background: #0a2a31; }
    .sb-btn-secondary { background: #f0f0f0; color: #113d48; }
    .sb-btn-secondary:hover { background: #e0e0e0; }

    /* Explore Grid */
    .sb-explore-section{
      margin-top: 50px;
    }
    .sb-explore-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 20px; }
    .sb-explore-card { padding: 30px; border: 1px solid #eee; border-radius: 15px; text-align: center; }
    .sb-explore-link { color: #113d48; font-weight: bold; text-decoration: none; display: block; margin-top: 10px; }

    /* Routes Grid */
    .sb-routes-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; margin-top: 30px; }
    .sb-route-card { padding: 40px; border-radius: 20px; background: #f8f9fa; border: 1px solid #eee; }

    .sb-trips-wrapper { padding: 0rem 0 100px; background: #ffffff; }
    .sb-trips-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
    
    .sb-trips-grid { 
      display: grid; 
      grid-template-columns: repeat(auto-fit, minmax(450px, 1fr)); 
      gap: 40px; 
    }
    
    .sb-trip-card { 
      padding: 50px; 
      border-radius: 24px; 
      background: #ffffff;
      border: 1px solid #eef2f3;
      box-shadow: 0 15px 35px rgba(0,0,0,0.03);
      transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    }
    
    .sb-trip-card:hover { 
      transform: translateY(-10px);
      border-color: #113d48;
      box-shadow: 0 20px 40px rgba(17, 61, 72, 0.1);
    }
    
    .sb-trip-icon { 
      font-size: 2.5rem; 
      margin-bottom: 20px; 
      display: block; 
    }
    
    .sb-trip-card h3 { 
      color: #113d48; 
      font-size: 1.75rem; 
      margin-bottom: 20px; 
      font-weight: 700;
      letter-spacing: -0.5px;
    }
    
    .sb-trip-card p { 
      line-height: 1.8; 
      color: #4a4a4a; 
      font-size: 1.05rem;
    }

    @media (max-width: 768px) {
      .sb-trips-grid { grid-template-columns: 1fr; }
      .sb-trip-card { padding: 30px; }
      .sb-wrapper{
        padding: 0rem 0;
      }
    }

    #view_more{
      margin-top: 30px;
    }

     .mis-welcome-section {
          background-color: #ffffff;
          padding: 120px 24px;
          color: #1a1a1a;
          border-top: 1px solid #f1f5f9;
          
        }

        .mis-container {
          max-width: 1200px;
          margin: 0 auto;
        }

        /* Split Grid Layout */
        .mis-split-grid {
          display: grid;
          grid-template-columns: 1fr 1.1fr;
          gap: 80px;
          align-items: flex-start;
        }

        /* Left Column Design */
        .mis-left-column {
          display: flex;
          flex-direction: column;
          align-items: flex-start;
          position: sticky;
          top: 40px;
        }

        .mis-badge-row {
          display: inline-flex;
          align-items: center;
          gap: 8px;
          margin-bottom: 20px;
        }

        .mis-badge-icon {
          color: #113d48;
        }

        .mis-pre-title {
          font-size: 11px;
          font-weight: 700;
          letter-spacing: 3px;
          text-transform: uppercase;
          color: #113d48;
        }

        .mis-section-title {
          font-size: clamp(2.2rem, 4vw, 3.2rem);
          font-weight: 800;
          color: #113d48;
          line-height: 1.15;
          margin: 0 0 40px 0;
          letter-spacing: -1px;
        }

        .mis-light-text {
          font-weight: 300;
          color: #000000;
        }

        /* Visual Graphic Styling */
        .mis-visual-frame {
          position: relative;
          width: 100%;
          border-radius: 28px;
          overflow: hidden;
          box-shadow: 0 20px 40px rgba(17, 61, 72, 0.08);
          aspect-ratio: 16 / 10;
        }

        .mis-visual-img {
          width: 100%;
          height: 100% !important; 
          object-fit: cover;
          display: block;
        }

        .mis-floating-card {
          position: absolute;
          bottom: 24px;
          right: 24px;
          background-color: rgba(255, 255, 255, 0.95);
          backdrop-filter: blur(12px);
          padding: 16px 24px;
          border-radius: 16px;
          box-shadow: 0 10px 25px rgba(0,0,0,0.1);
          text-align: center;
          display: flex;
          flex-direction: column;
          border: 1px solid rgba(255, 255, 255, 0.6);
        }

        .mis-card-stat {
          font-size: 24px;
          font-weight: 800;
          color: #113d48;
          line-height: 1.1;
        }

        .mis-card-label {
          font-size: 10px;
          font-weight: 700;
          text-transform: uppercase;
          letter-spacing: 1px;
          color: #64748b;
          margin-top: 4px;
        }

        /* Right Column Narrative */
        .mis-right-column {
          display: flex;
          flex-direction: column;
          gap: 36px;
        }

        .mis-lead-block {
          border-bottom: 1px solid #f1f5f9;
          padding-bottom: 30px;
        }

        .mis-paragraph-lead {
          font-size: 17px;
          line-height: 1.8;
          color: #475569;
          margin: 0;
          font-weight: 400;
        }

        /* Pillars Stack Styles */
        .mis-pillars-stack {
          display: flex;
          flex-direction: column;
          gap: 28px;
        }

        .mis-pillar-card {
          display: flex;
          gap: 20px;
          align-items: flex-start;
        }

        .mis-pillar-icon-box {
          background-color: rgba(17, 61, 72, 0.05);
          color: #113d48;
          width: 44px;
          height: 44px;
          border-radius: 12px;
          display: flex;
          align-items: center;
          justify-content: center;
          flex-shrink: 0;
        }

        .mis-pillar-content {
          display: flex;
          flex-direction: column;
          gap: 6px;
        }

        .mis-pillar-title {
          font-size: 16px;
          font-weight: 700;
          color: #113d48;
          margin: 0;
        }

        .mis-pillar-desc {
          font-size: 17px;
          line-height: 1.7;
          color: #555555;
          margin: 0;
        }

        /* Action Row Styles */
        .mis-action-row {
          margin-top: 12px;
          padding-top: 24px;
          border-top: 1px solid #f1f5f9;
        }

        .mis-action-btn {
          border: 1px solid #113d48;
          background-color: #113d48;
          color: #ffffff;
          padding: 14px 28px;
          border-radius: 100px;
          font-size: 13px;
          font-weight: 600;
          text-transform: uppercase;
          letter-spacing: 1px;
          display: inline-flex;
          align-items: center;
          gap: 16px;
          cursor: pointer;
          transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
        }

        .mis-btn-arrow-box {
          background-color: rgba(255, 255, 255, 0.15);
          width: 24px;
          height: 24px;
          border-radius: 50%;
          display: flex;
          align-items: center;
          justify-content: center;
          transition: transform 0.3s ease;
        }

        .mis-action-btn:hover {
          background-color: #ffffff;
          color: #113d48;
          box-shadow: 0 15px 30px rgba(17, 61, 72, 0.12);
        }

        .mis-action-btn:hover .mis-btn-arrow-box {
          background-color: #113d48;
          color: #ffffff;
          transform: translateX(4px);
        }

        /* Responsive Layouts */
        @media (max-width: 1024px) {
          .mis-split-grid {
            grid-template-columns: 1fr;
            gap: 50px;
          }
          
          .mis-left-column {
            position: relative;
            top: 0;
          }

          .mis-welcome-section {
            padding: 80px 24px;
          }
        }

        @media (max-width: 480px) {
          .mis-pillar-card {
            flex-direction: column;
            gap: 12px;
          }

          .mis-action-btn {
            width: 100%;
            justify-content: space-between;
          }
        }

        .tdg-main-section {
          background-color: #ffffff;
          padding: 0px 24px 70px;
          color: #000000;
       
         
        }

        .tdg-container {
          max-width: 1200px;
          margin: 0 auto;
        }

        /* Editorial Header Styles */
        .tdg-header-block {
          display: flex;
          flex-direction: column;
          align-items: center;
          text-align: center;
          max-width: 950px;
          margin: 0 auto 70px auto;
        }

        .tdg-badge-row {
          display: inline-flex;
          align-items: center;
          gap: 8px;
          margin-bottom: 20px;
        }

        .tdg-badge-icon {
          color: #113d48;
        }

        .tdg-pre-title {
          font-size: 11px;
          font-weight: 700;
          letter-spacing: 3px;
          text-transform: uppercase;
          color: #113d48;
        }

        .tdg-section-title {
          font-size: clamp(2.2rem, 4.5vw, 2.9rem);
          font-weight: 800;
          color: #113d48;
          line-height: 1.2;
          margin: 0 0 24px 0;
          letter-spacing: -1px;
        }

        /* Elegant bounds and layout for primary narrative */
        .tdg-intro-wrapper {
          max-width: 850px;
          margin: 0 auto;
        }

        .tdg-intro-text {
          font-size: 16px;
          line-height: 1.8;
          color: #475569;
          margin: 0 0 24px 0;
          font-weight: 400;
        }

        .tdg-title-divider {
          width: 80px;
          height: 3px;
          background-color: #113d48;
          border-radius: 2px;
        }

        /* Responsive Differentiator Grid Layout */
        .tdg-cards-grid {
          display: grid;
          grid-template-columns: repeat(4, 1fr);
          gap: 24px;
          align-items: stretch;
        }

        /* Premium Card styling with animations */
        .tdg-card {
          position: relative;
          background-color: #ffffff;
          border: 1px solid #e2e8f0;
          border-radius: 24px;
          padding: 32px;
          display: flex;
          flex-direction: column;
          transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
          overflow: hidden;
        }

        .tdg-card:hover {
          transform: translateY(-8px);
          border-color: #113d48;
          box-shadow: 0 20px 40px rgba(17, 61, 72, 0.08);
        }

        /* Subtle brand top accent sliding in on hover */
        .tdg-card-top-accent {
          position: absolute;
          top: 0;
          left: 50%;
          transform: translateX(-50%);
          height: 4px;
          width: 0%;
          background-color: #113d48;
          transition: width 0.3s ease;
          z-index: 10;
        }

        .tdg-card:hover .tdg-card-top-accent {
          width: 100%;
        }

        /* Card Header Row */
        .tdg-card-header {
          display: flex;
          justify-content: space-between;
          align-items: center;
          margin-bottom: 24px;
        }

        /* Brand Themed Icon container */
        .tdg-icon-box {
          background-color: rgba(17, 61, 72, 0.05);
          color: #113d48;
          width: 52px;
          height: 52px;
          border-radius: 16px;
          display: flex;
          align-items: center;
          justify-content: center;
          transition: all 0.3s ease;
        }

        .tdg-card:hover .tdg-icon-box {
          background-color: #113d48;
          color: #ffffff;
          box-shadow: 0 10px 20px rgba(17, 61, 72, 0.15);
        }

        /* Unique card number */
        .tdg-card-num {
          font-size: 13px;
          font-weight: 700;
          color: rgba(17, 61, 72, 0.4);
          background-color: rgba(17, 61, 72, 0.06);
          padding: 4px 8px;
          border-radius: 6px;
          line-height: 1;
        }

        /* Card Body details */
        .tdg-card-body {
          display: flex;
          flex-direction: column;
          gap: 12px;
          flex-grow: 1;
        }

        .tdg-card-title {
          font-size: 18px;
          font-weight: 700;
          color: #113d48;
          line-height: 1.35;
          margin: 0;
        }

        .tdg-card-desc {
          font-size: 14px;
          color: #555555;
          line-height: 1.6;
          margin: 0;
          font-weight: 400;
        }

        /* Grid Responsive Breakpoints */
        @media (max-width: 1150px) {
          .tdg-cards-grid {
            grid-template-columns: repeat(3, 1fr);
          }
        }

        @media (max-width: 850px) {
          .tdg-cards-grid {
            grid-template-columns: repeat(2, 1fr);
          }
          .tdg-main-section {
            padding: 80px 10px;
          }
        }

        @media (max-width: 550px) {
          .tdg-cards-grid {
            grid-template-columns: 1fr;
          }
          .tdg-section-title{
            font-size: 32px;
          }
          .tdg-card {
            padding: 24px;
          }
        }

      /* Container 1200px settings */
.lyc-section-container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0px 20px 40px;
  width: 100%;
  box-sizing: border-box;
}

/* Header Blocks & Custom Tabs Setup */
.lyc-header-navigation-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0px;
  width: 100%;
}

.lyc-tabs-wrapper {
  display: inline-flex;
  background-color: #f4f7f8;
  padding: 6px;
  border-radius: 30px;
  border: 1px solid rgba(17, 61, 72, 0.08);
  gap: 4px;
  margin-top: 15px;
}

.lyc-tab-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 28px;
  font-size: 0.95rem;
  font-weight: 600;
  color: #666666;
  background: transparent;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.lyc-tab-btn svg {
  color: #666666;
  transition: color 0.3s ease;
}

/* Tab button Active State */
.lyc-tab-btn.active {
  background-color: #113d48;
  color: #ffffff;
  box-shadow: 0 4px 10px rgba(17, 61, 72, 0.15);
}

.lyc-tab-btn.active svg {
  color: #ffffff;
}

.lyc-title-divider {
  width: 50px;
  height: 2px;
  background-color: #113d48;
  margin-top: 20px;
}

/* Swiper Fixes */
.lyc-swiper-instance {
  padding: 15px 4px;
}

/* --- Keep all previously supplied card and button styles exactly the same --- */
.lyc-card-v2 {
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  position: relative;
  /* padding: 10px 0; */
  height: 100%;
}

.lyc-card-top-accent {
  height: 3px;
  background-color: #113d48;
}

.lyc-image-wrapper-v2 {
  position: relative;
  width: 100%;
  /* aspect-ratio: 2/3;  */
  overflow: hidden;
}

.lyc-card-img-v2 {
  width: 100%;
  height: 100% !important;
  aspect-ratio: 3/3;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.lyc-card-v2:hover .lyc-card-img-v2 {
  /* transform: scale(1.05); */
}

.lyc-img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 60%, rgba(0,0,0,0.15));
}

.lyc-card-content-v2 {
  padding: 20px 15px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.lyc-card-title-v2 {
  color: #113d48;
  font-size: 1.15rem;
  margin: 0 0 5px 0;
  font-weight: 600;
}

.lyc-card-specs-v2 {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.lyc-spec-row-v2 {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #000000; 
  font-size: 0.85rem;
}

.lyc-spec-icon-v2 {
  color: #000000; 
  margin-right: 6px;
  min-width: 25px;
}

.lyc-spec-val {
  font-weight: 400;
  color: #000000;
}

.lyc-card-subtitle-tag {
  display: block;
  font-size: 0.75rem;
  color: #666666;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: -8px;
  /* margin-bottom: 14px; */
}

.lyc-card-footer-v2 {
  margin-top: auto;
}

/* Button Layout & Style */
.lyc-sleek-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 16px;
  width: 100%;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  background-color: transparent;
  color: #113d48;
  border: 1.5px solid #113d48;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: all 0.35s cubic-bezier(0.25, 1, 0.5, 1);
}

.lyc-btn-text {
  color: inherit;
  transition: color 0.35s ease;
}

.lyc-btn-icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.35s cubic-bezier(0.25, 1, 0.5, 1);
}

.lyc-arrow-icon {
  stroke-width: 2.5px;
}

.lyc-sleek-btn:hover {
  background-color: #113d48;
  color: #ffffff;
  border-color: #113d48;
  box-shadow: 0 4px 12px rgba(17, 61, 72, 0.15);
}

.lyc-sleek-btn:hover .lyc-btn-icon-wrap {
  transform: translateX(4px);
}

.lyc-sleek-btn:active {
  background-color: #000000;
  border-color: #000000;
  transform: scale(0.98);
}

/* Section Container Wrapper */
.sb-fleet-range-section {
  padding: 0 20px 0px;
  background-color: #ffffff;
 
  overflow: hidden;
}

.sb-fleet-range-container {
  max-width: 1200px;
  margin: 0 auto;  
}

/* Elegant Section Header */
.sb-fleet-range-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 50px;
}

.sb-range-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background-color: #f4f6f8;
  padding: 6px 14px;
  border-radius: 100px;
  margin-bottom: 12px;
}

.sb-badge-icon {
  color: #000000;
}

.sb-badge-text {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000000;
}

.sb-range-title {
  font-size: 2.25rem;
  font-weight: 700;
  color: #000000;
  letter-spacing: -0.5px;
  margin: 0 0 14px 0;
}

.sb-range-decorator {
  width: 45px;
  height: 3px;
  background-color: #000000;
  border-radius: 2px;
}

/* Fluid Adaptive Grid (3 Columns Desktop, 2 Tablet, 1 Mobile) */
.sb-range-fluid-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

/* Luxury Architectural Card Base Layout */
.sb-range-luxury-card {
  position: relative;
  background-color: #fafafa;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 32px;
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 220px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02), 0 2px 4px -1px rgba(0, 0, 0, 0.02);
}

.sb-card-body-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

/* Big Premium Metric Indicator */
.sb-capacity-pill-number {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin-bottom: 20px;
}

.sb-number-bold {
  font-size: 2.75rem;
  font-weight: 800;
  color: #113D48;
  line-height: 1;
}

.sb-number-label {
  font-size: 0.8rem;
  font-weight: 500;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Card Text Styling */
.sb-card-text-group {
  margin-bottom: 28px;
}

.sb-capacity-headline {
  font-size: 1.25rem;
  font-weight: 600;
  color: #000000;
  margin: 0 0 8px 0;
}

.sb-capacity-sub-paragraph {
  font-size: 0.9rem;
  color: #4b5563;
  line-height: 1.5;
  margin: 0;
}

/* Elegant Link & Circular Chevron Component */
.sb-action-trigger-wrapper {
  margin-top: auto;
}

.sb-premium-action-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: #000000;
  font-size: 0.9rem;
  font-weight: 600;
  transition: opacity 0.2s ease;
}

.sb-arrow-icon-circle {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #000000;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.sb-chevron-motion {
  transition: transform 0.3s ease;
}

/* Premium Hover Micro-interactions */
.sb-range-luxury-card:hover {
  transform: translateY(-6px);
  border-color: #000000;
  background-color: #ffffff;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.05), 0 10px 10px -5px rgba(0, 0, 0, 0.03);
}

.sb-range-luxury-card:hover .sb-arrow-icon-circle {
  transform: scale(1.05);
}

.sb-range-luxury-card:hover .sb-chevron-motion {
  transform: translateX(2px);
}

/* --- Breakpoints for Multi-Device Responsiveness --- */
@media (max-width: 600px) {
  .lyc-section-container{
    padding: 0 0px 40px;
  }
   .lyc-main-section {
            padding: 40px 10px;
          }
          .lyc-sleek-btn{
            font-size: 13px;
            padding: 12px 10px;
          }

}

/* Tablets / Medium Viewports */
@media (max-width: 992px) {
  .sb-range-fluid-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .sb-fleet-range-section {
    padding: 60px 16px;
  }
  .sb-range-title {
    font-size: 2rem;
  }
}

/* Mobile Devices / Compact Viewports */
@media (max-width: 600px) {
  .sb-range-fluid-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .sb-fleet-range-header {
    margin-bottom: 35px;
    align-items: flex-start;
    text-align: left;
  }
  .sb-range-decorator {
    margin-left: 0;
  }
  .sb-range-title {
    font-size: 1.75rem;
  }
  .sb-range-luxury-card {
    padding: 24px;
    min-height: auto;
  }
}

.ycf-main-section {
          background-color: #ffffff;
          padding: 100px 24px;
          color: #000000;
          border-top: 1px solid #f1f5f9;
        }

        .ycf-container {
          max-width: 1200px;
          margin: 0 auto;
          padding: 0 20px;
        }

        /* Header Block Styling */
        .ycf-header-block {
          display: flex;
          flex-direction: column;
          align-items: center;
          text-align: center;
          max-width: 900px;
          margin: 0 auto 60px auto;
        }

        .ycf-badge-row {
          display: inline-flex;
          align-items: center;
          gap: 8px;
          margin-bottom: 20px;
        }

        .ycf-badge-icon {
          color: #113d48;
        }

        .ycf-pre-title {
          font-size: 11px;
          font-weight: 700;
          letter-spacing: 3px;
          text-transform: uppercase;
          color: #113d48;
        }

        .ycf-section-title {
          font-size: clamp(2.2rem, 4.5vw, 3rem);
          font-weight: 800;
          color: #113d48;
          line-height: 1.2;
          margin: 0 0 24px 0;
          letter-spacing: -1px;
        }

        .ycf-light-text {
          font-weight: 300;
          color: #000000;
        }

        .ycf-intro-wrapper {
          max-width: 850px;
          margin: 0 auto;
        }

        .ycf-intro-text {
          font-size: 16px;
          line-height: 1.8;
          color: #475569;
          margin: 0 0 24px 0;
          font-weight: 400;
        }

        .ycf-title-divider {
          width: 80px;
          height: 3px;
          background-color: #113d48;
          border-radius: 2px;
        }

        /* Desktop Table-Grid Comparison Matrix */
        .ycf-comparison-matrix {
          display: flex;
          flex-direction: column;
          border: 1px solid #e2e8f0;
          border-radius: 24px;
          overflow: hidden;
          background-color: #ffffff;
          box-shadow: 0 10px 30px rgba(17, 61, 72, 0.03);
          margin-bottom: 50px;
        }

        /* Header Labels Row */
        .ycf-matrix-header-row {
          display: grid;
          grid-template-columns: 1fr 1.1fr 1.1fr;
          align-items: stretch;
          border-bottom: 1px solid #e2e8f0;
          background-color: #f8fafc;
        }

        .ycf-col-label {
          padding: 32px;
          display: flex;
          flex-direction: column;
          justify-content: center;
        }

        .ycf-col-feature {
          font-size: 14px;
          font-weight: 700;
          text-transform: uppercase;
          letter-spacing: 1.5px;
          color: #64748b;
          border-right: 1px solid #e2e8f0;
        }

        .ycf-col-luxury {
          background-color: #f8fafc;
          color: #113d48;
          border-right: 1px solid #e2e8f0;
          position: relative;
        }

        .ycf-premium-indicator {
          display: none;
        }

        .ycf-fleet-name {
          font-size: 22px;
          font-weight: 800;
          margin: 0;
          line-height: 1.1;
        }

        .ycf-fleet-tagline {
          font-size: 13px;
          opacity: 0.85;
          margin: 6px 0 0 0;
          font-weight: 400;
        }

        .ycf-col-luxury .ycf-fleet-name {
          color: #113d48;
        }

        .ycf-col-luxury .ycf-fleet-tagline {
          color: #475569;
        }

        .ycf-col-explore {
          background-color: #f8fafc;
          color: #113d48;
        }

        .ycf-col-explore .ycf-fleet-name {
          color: #113d48;
        }

        .ycf-col-explore .ycf-fleet-tagline {
          color: #475569;
        }

        /* Matrix Rows Grid Layout */
        .ycf-matrix-body {
          display: flex;
          flex-direction: column;
        }

        .ycf-matrix-row {
          display: grid;
          grid-template-columns: 1fr 1.1fr 1.1fr;
          align-items: stretch;
          border-bottom: 1px solid #e2e8f0;
          transition: background-color 0.3s ease;
        }

        .ycf-matrix-row:last-child {
          border-bottom: none;
        }

        .ycf-matrix-row:hover {
          background-color: rgba(17, 61, 72, 0.01);
        }

        /* Matrix Cell Styling */
        .ycf-cell {
          padding: 30px 32px;
          display: flex;
          flex-direction: column;
          justify-content: center;
        }

        .ycf-cell-feature {
          border-right: 1px solid #e2e8f0;
          background-color: rgba(248, 250, 252, 0.5);
        }

        .ycf-feature-header {
          display: flex;
          align-items: center;
          gap: 12px;
        }

        .ycf-feature-icon {
          color: #113d48;
          display: flex;
          align-items: center;
          justify-content: center;
        }

        .ycf-feature-title {
          font-size: 14.5px;
          font-weight: 700;
          color: #113d48;
        }

        .ycf-cell-luxury {
          border-right: 1px solid #e2e8f0;
          background-color: transparent;
        }

        .ycf-cell-luxury .ycf-cell-text {
          font-weight: 400;
          color: #475569;
        }

        .ycf-cell-text {
          font-size: 14.5px;
          line-height: 1.6;
          color: #475569;
          margin: 0;
        }

        .ycf-mobile-only-header {
          display: none;
        }

        /* Bottom Advisory Callout Box */
        .ycf-recommendation-box {
          display: flex;
          gap: 20px;
          background-color: rgba(17, 61, 72, 0.04);
          border-left: 4px solid #113d48;
          padding: 28px 32px;
          border-radius: 0 20px 20px 0;
          align-items: flex-start;
        }

        .ycf-rec-icon-box {
          color: #113d48;
          display: flex;
          align-items: center;
          justify-content: center;
          margin-top: 2px;
          flex-shrink: 0;
        }

        .ycf-rec-text-wrap {
          display: flex;
          flex-direction: column;
          gap: 6px;
        }

        .ycf-rec-title {
          font-size: 15px;
          font-weight: 700;
          text-transform: uppercase;
          letter-spacing: 1px;
          color: #113d48;
          margin: 0;
        }

        .ycf-rec-paragraph {
          font-size: 15px;
          line-height: 1.7;
          color: #475569;
          margin: 0;
        }

        .ycf-rec-paragraph strong {
          color: #113d48;
        }

        /* Responsive Layout Overrides */
        @media (max-width: 900px) {
          .ycf-main-section {
            padding: 80px 10px;
          }

          /* Collapse table grid layout into elegant modular vertical profiles */
          .ycf-matrix-header-row {
            display: none;
          }

          .ycf-comparison-matrix {
            border: none;
            box-shadow: none;
            background-color: transparent;
            gap: 24px;
          }

          .ycf-matrix-row {
            display: flex;
            flex-direction: column;
            border: 1px solid #e2e8f0;
            border-radius: 20px;
            background-color: #ffffff;
            overflow: hidden;
            box-shadow: 0 4px 20px rgba(17, 61, 72, 0.02);
            padding: 0;
          }

          .ycf-matrix-row:hover {
            background-color: #ffffff;
          }

          .ycf-cell {
            padding: 24px;
            border-right: none;
            border-bottom: 1px solid #f1f5f9;
          }

          .ycf-cell-feature {
            background-color: #f8fafc;
            border-bottom: 1px solid #e2e8f0;
          }

          .ycf-mobile-only-header {
            display: block;
            font-size: 10px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1px;
            color: #94a3b8;
            margin-bottom: 6px;
          }

          .ycf-cell-luxury {
            background-color: transparent;
          }

          .ycf-cell:last-child {
            border-bottom: none;
          }
        }

        @media (max-width: 500px) {
          .ycf-matrix-body{
            gap: 20px;
          }
          .ycf-recommendation-box {
            flex-direction: column;
            gap: 12px;
            padding: 24px;
          }
        }

         .ycc-main-section {
          background-color: #ffffff;
          padding: 0px 24px 100px;
          color: #000000;
          
        }

        .ycc-container {
          max-width: 1200px;
          margin: 0 auto;
          padding: 0 20px;
        }

        /* Header Block Style */
        .ycc-header-block {
          display: flex;
          flex-direction: column;
          align-items: center;
          text-align: center;
          max-width: 900px;
          margin: 0 auto 60px auto;
        }

        .ycc-badge-row {
          display: inline-flex;
          align-items: center;
          gap: 8px;
          margin-bottom: 20px;
        }

        .ycc-badge-icon {
          color: #113d48;
        }

        .ycc-pre-title {
          font-size: 11px;
          font-weight: 700;
          letter-spacing: 3px;
          text-transform: uppercase;
          color: #113d48;
        }

        .ycc-section-title {
          font-size: clamp(2.2rem, 4.5vw, 3rem);
          font-weight: 800;
          color: #113d48;
          line-height: 1.2;
          margin: 0 0 24px 0;
          letter-spacing: -1px;
        }

        .ycc-light-text {
          font-weight: 300;
          color: #000000;
        }

        .ycc-intro-wrapper {
          max-width: 850px;
          margin: 0 auto;
        }

        .ycc-intro-text {
          font-size: 16px;
          line-height: 1.8;
          color: #475569;
          margin: 0 0 24px 0;
          font-weight: 400;
        }

        .ycc-intro-text strong {
          color: #113d48;
          font-weight: 600;
        }

        .ycc-title-divider {
          width: 80px;
          height: 3px;
          background-color: #113d48;
          border-radius: 2px;
        }

        /* Desktop Styled Matrix Grid */
        .ycc-table-wrapper {
          border: 1px solid #e2e8f0;
          border-radius: 24px;
          overflow: hidden;
          background-color: #ffffff;
          box-shadow: 0 10px 30px rgba(17, 61, 72, 0.03);
          margin-bottom: 50px;
        }

        .ycc-table-grid {
          display: flex;
          flex-direction: column;
          width: 100%;
        }

        /* Row Layout Definition with Uniform Columns */
        .ycc-header-row, 
        .ycc-row-item {
          display: grid;
          grid-template-columns: 1.6fr 1fr 1.6fr 1fr 2.4fr;
          align-items: center;
        }

        /* Table Header Column Labels */
        .ycc-header-row {
          background-color: #f8fafc;
          border-bottom: 1px solid #e2e8f0;
          padding: 24px 32px;
        }

        .ycc-header-cell {
          font-size: 12px;
          font-weight: 700;
          text-transform: uppercase;
          letter-spacing: 1.5px;
          color: #64748b;
        }

        /* Grid Rows Layout */
        .ycc-body-rows {
          display: flex;
          flex-direction: column;
        }

        .ycc-row-item {
          padding: 28px 32px;
          border-bottom: 1px solid #e2e8f0;
          transition: background-color 0.3s ease;
          position: relative;
        }

        .ycc-row-item:last-child {
          border-bottom: none;
        }

        .ycc-row-item:hover {
          background-color: rgba(17, 61, 72, 0.01);
        }

        /* Highlighting Recommended Choices (Mid Size / Premium) */
        .ycc-row-highlight {
          background-color: rgba(17, 61, 72, 0.02);
        }

        .ycc-row-highlight:hover {
          background-color: rgba(17, 61, 72, 0.04);
        }

        /* Cell Structural Layout */
        .ycc-cell {
          padding-right: 20px;
          display: flex;
          align-items: center;
          gap: 10px;
        }

        .ycc-cell:last-child {
          padding-right: 0;
        }

        /* Category Cell custom layout for vertical stacking */
        .ycc-cell-category {
          position: relative;
          display: flex;
          align-items: center;
          gap: 12px;
        }

        .ycc-category-info-wrap {
          display: flex;
          flex-direction: column;
          align-items: flex-start;
          gap: 4px;
        }

        .ycc-cell-accent-line {
          position: absolute;
          left: -32px;
          top: 50%;
          transform: translateY(-50%);
          width: 4px;
          height: 0%;
          background-color: #113d48;
          border-radius: 0 4px 4px 0;
          transition: height 0.3s ease;
        }

        .ycc-row-item:hover .ycc-cell-accent-line {
          height: 70%;
        }

        .ycc-cell-icon {
          color: #113d48;
          flex-shrink: 0;
        }

        .ycc-category-name {
          font-size: 16px;
          font-weight: 700;
          color: #113d48;
          line-height: 1.2;
        }

        .ycc-recommendation-tag {
          font-size: 9px;
          font-weight: 700;
          letter-spacing: 0.5px;
          text-transform: uppercase;
          background-color: rgba(17, 61, 72, 0.1);
          color: #113d48;
          padding: 4px 10px;
          border-radius: 100px;
          white-space: nowrap;
          display: inline-block;
          margin-top: 2px;
        }

        .ycc-value-text {
          font-size: 14.5px;
          color: #475569;
          line-height: 1.5;
        }

        .ycc-value-desc {
          font-size: 14.5px;
          color: #475569;
          line-height: 1.6;
          margin: 0;
        }

        .ycc-mobile-label {
          display: none;
        }

        /* Concluding Callout Box */
        .ycc-recommendation-banner {
          display: flex;
          gap: 24px;
          background-color: rgba(17, 61, 72, 0.04);
          border-left: 4px solid #113d48;
          padding: 32px;
          border-radius: 0 24px 24px 0;
          align-items: flex-start;
          box-shadow: 0 4px 20px rgba(17, 61, 72, 0.02);
        }

        .ycc-rec-icon-wrap {
          color: #113d48;
          display: flex;
          align-items: center;
          justify-content: center;
          background-color: #ffffff;
          padding: 12px;
          border-radius: 14px;
          box-shadow: 0 4px 12px rgba(17, 61, 72, 0.05);
          flex-shrink: 0;
        }

        .ycc-rec-content {
          display: flex;
          flex-direction: column;
          gap: 8px;
        }

        .ycc-rec-title {
          font-size: 14px;
          font-weight: 700;
          text-transform: uppercase;
          letter-spacing: 1.5px;
          color: #113d48;
          margin: 0;
        }

        .ycc-rec-desc {
          font-size: 15px;
          line-height: 1.7;
          color: #475569;
          margin: 0;
        }

        .ycc-rec-desc strong {
          color: #113d48;
          font-weight: 600;
        }

        .idx-title{
          font-size: 3.8rem;
        }

        /* Responsive Layout Overrides */
        @media (max-width: 950px) {
          .ycc-main-section {
            padding: 0px 10px 40px;
          }

          /* Collapse table rows into modular structured card outlines */
          .ycc-header-row {
            display: none;
          }

          .ycc-table-wrapper {
            border: none;
            box-shadow: none;
            background-color: transparent;
            margin-bottom: 40px;
          }

          .ycc-table-grid {
            gap: 24px;
          }

          .ycc-row-item {
            display: flex;
            flex-direction: column;
            align-items: stretch;
            border: 1px solid #e2e8f0;
            border-radius: 20px;
            background-color: #ffffff;
            padding: 0;
            box-shadow: 0 4px 20px rgba(17, 61, 72, 0.02);
            overflow: hidden;
            margin-bottom: 20px;
          }

          .ycc-row-highlight {
            border-color: rgba(17, 61, 72, 0.2);
            box-shadow: 0 10px 25px rgba(17, 61, 72, 0.04);
          }

          .ycc-cell {
            padding: 20px 24px;
            border-bottom: 1px solid #f1f5f9;
            flex-direction: column;
            align-items: flex-start;
            gap: 8px;
          }

          .ycc-cell:last-child {
            border-bottom: none;
          }

          .ycc-cell-category {
            background-color: #f8fafc;
            flex-direction: row;
            align-items: center;
            border-bottom: 1px solid #e2e8f0;
            width: 100%;
          }

          .ycc-cell-accent-line {
            display: none;
          }

          .ycc-mobile-label {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            font-size: 11px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1px;
            color: #94a3b8;
          }

          .ycc-value-text {
            font-weight: 500;
            color: #1e293b;
          }
        }

        @media (max-width: 550px) {
          .ycc-recommendation-banner {
            flex-direction: column;
            gap: 16px;
            padding: 24px;
          }

          .ycc-cell-category {
            flex-direction: column;
            align-items: flex-start;
            gap: 10px;
          }
          .idx-title{
            font-size: 32px;
          }
        }


        #yacht_parties_section::before, #explore_yp_lyc_section:before{
           content: "";
  position: absolute;
  inset: 0;
  background-image: url("/assets/img/bg_yp.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.8; 
  z-index: 0;
  pointer-events: none;
        }
        #yacht_parties_section::before{
          background-image: url("/assets/img/yacht_parties_bg.png");
        }
        #yacht_parties_section .idx-title{
          color: #fff;
        }

        #yacht_parties_section .epyo-pre-title, #explore_yp_lyc_section .epyo-pre-title{
          color: #fff;
        }

        #yacht_parties_section .lyc-header-navigation-block{
          margin-bottom: 0px;
        }

        #yacht_parties_section .lyc-title-divider{
          background-color: #fff;
        }

      .fleet_toggle {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  margin-top: 0px;
}

#yacht_parties_section .epyo-badge-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: 10px;
}

#yacht_parties_section .epyo-badge-icon, #explore_yp_lyc_section .epyo-badge-icon{
  color: #fff;
}

#sb_section::before{

  content: "";
  position: absolute;
  inset: 0;
  background-image: url("/assets/img/sb4.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.6; 
  z-index: 0;
  pointer-events: none;

}

#sb_section_2{
    padding-top: 50px;
}

#sb_section_2:before{
  background-image: url("/assets/img/sb1.png");

}

/* Scoped plain CSS using prefix 'mcp-' */
        .mcp-section {
          background-color: #ffffff;
          padding: 0px 24px 120px;
          color: #1e293b;
          
        }

        .mcp-container {
          max-width: 1200px;
          margin: 0 auto;
        }

        /* Section Header Layout */
        .mcp-section-header {
          display: flex;
          flex-direction: column;
          align-items: center;
          text-align: center;
          max-width: 800px;
          margin: 0 auto 60px auto;
        }

        .mcp-badge {
          display: inline-flex;
          align-items: center;
          gap: 8px;
          background-color: rgba(42, 67, 102, 0.08);
          color: #2a4366;
          padding: 6px 16px;
          border-radius: 100px;
          font-size: 11px;
          font-weight: 700;
          text-transform: uppercase;
          letter-spacing: 2px;
          margin-bottom: 20px;
        }

        .mcp-badge-icon {
          color: #2a4366;
        }

        .mcp-main-title {
          font-size: clamp(2.2rem, 5vw, 3rem);
          font-weight: 800;
          color: #113d48;
          line-height: 1.2;
          margin: 0 0 16px 0;
          letter-spacing: -1px;
        }

        .mcp-accent-title {
          font-weight: 300;
          color: #2a4366;
        }

        .mcp-subtitle {
          font-size: 16px;
          line-height: 1.7;
          color: #64748b;
          margin: 0 0 24px 0;
          font-weight: 400;
        }

        .mcp-divider {
          width: 80px;
          height: 3px;
          background-color: #2a4366;
          border-radius: 2px;
        }

        /* Pillars 3-Column Bento Grid */
        .mcp-grid {
          display: grid;
          grid-template-columns: repeat(3, 1fr);
          gap: 30px;
        }

        /* Premium Card Container - Enforced with a strict aspect ratio matching 1073:1600 */
        .mcp-card {
          position: relative;
          background-color: #000000;
          border-radius: 28px;
          width: 100%;
          aspect-ratio: 1073 / 1900; /* Strict 1073:1600 portrait proportion */
          overflow: hidden;
          box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
          cursor: pointer;
        }

        /* Background Image - Fits exactly because aspect ratios match perfectly */
        .mcp-card-bg {
          position: absolute;
          inset: 0;
          background-size: cover;
          background-position: center;
          background-repeat: no-repeat;
          transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1);
          z-index: 1;
        }

        .mcp-card:hover .mcp-card-bg {
          transform: scale(1.08);
        }

        /* Default dark gradient vignette for text legibility */
        .mcp-card-vignette {
          position: absolute;
          inset: 0;
          background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.35) 60%, rgba(0, 0, 0, 0.1) 100%);
          z-index: 2;
          transition: opacity 0.4s ease;
        }

        .mcp-card:hover .mcp-card-vignette {
          opacity: 0;
        }

        /* Default Content (Num + Title) */
        .mcp-default-content {
          position: absolute;
          inset: 0;
          padding: clamp(20px, 4vw, 40px);
          display: flex;
          flex-direction: column;
          justify-content: start;
          align-items: flex-start;
          z-index: 3;
          transition: transform 0.4s ease, opacity 0.3s ease;
        }

        .mcp-card:hover .mcp-default-content {
          transform: translateY(-20px);
          opacity: 0;
          pointer-events: none;
        }

        .mcp-default-num {
          font-size: 14px;
          font-weight: 800;
          color: rgba(255, 255, 255, 0.7);
          margin-bottom: 12px;
          letter-spacing: 1px;
        }

        .mcp-default-title {
          font-size: clamp(18px, 2.2vw, 24px);
          font-weight: 800;
          color: #ffffff;
          line-height: 1.3;
          margin: 0;
          letter-spacing: -0.3px;
        }

        /* Slide-up Solid Overlay (Exact specified hover color: #2a4366) */
        .mcp-slide-overlay {
          position: absolute;
          inset: 0;
          background-color: #2a4366;
          transform: translateY(100%);
          transition: transform 0.45s cubic-bezier(0.25, 1, 0.5, 1);
          z-index: 4;
        }

        .mcp-card:hover .mcp-slide-overlay {
          transform: translateY(0);
        }

        /* Hover Reveal Info Showcase */
        .mcp-hover-content {
          position: absolute;
          inset: 0;
          padding: clamp(20px, 4.5vw, 44px);
          display: flex;
          flex-direction: column;
          justify-content: space-between;
          gap: 80px;
          z-index: 5;
          opacity: 0;
          transform: translateY(20px);
          transition: opacity 0.3s ease, transform 0.4s ease;
          transition-delay: 0s;
        }

        .mcp-card:hover .mcp-hover-content {
          opacity: 1;
          transform: translateY(0);
          transition-delay: 0.1s;
        }

        .mcp-hover-header {
          display: flex;
          justify-content: space-between;
          align-items: center;
          margin-bottom: 18px;
        }

        .mcp-hover-num {
          font-size: 12px;
          font-weight: 800;
          color: rgba(255, 255, 255, 0.5);
          background-color: rgba(255, 255, 255, 0.1);
          padding: 4px 10px;
          border-radius: 6px;
        }

        .mcp-hover-icon {
          color: #ffffff;
        }

        .mcp-hover-title {
          font-size: clamp(16px, 2vw, 22px);
          font-weight: 800;
          color: #ffffff;
          line-height: 1.3;
          margin: 0 0 12px 0;
        }

        .mcp-hover-tagline {
          font-size: clamp(11.5px, 1.4vw, 13.5px);
          line-height: 1.5;
          color: rgba(255, 255, 255, 0.9);
          margin: 0 0 12px 0;
        }

        .mcp-hover-desc {
          font-size: clamp(11px, 1.3vw, 13px);
          line-height: 1.4;
          color: #fff; /* Distinct, warm offset color for quote callouts */
          font-style: italic;
          margin: 0;
        }

        .mcp-hover-bottom {
          display: flex;
          flex-direction: column;
          gap: 16px;
          border-top: 1px solid rgba(255, 255, 255, 0.15);
          padding-top: 16px;
        }

        .mcp-hover-footer-meta {
          display: flex;
          align-items: center;
          gap: 8px;
          font-size: 11px;
          font-weight: 700;
          color: rgba(255, 255, 255, 0.85);
          text-transform: uppercase;
          letter-spacing: 1px;
        }

        .mcp-footer-dot {
          width: 6px;
          height: 6px;
          background-color: #fff;
          border-radius: 50%;
        }

        /* Explore Link CTA button inside overlay */
        .mcp-explore-btn {
          display: flex;
          align-items: center;
          width: max-content;
          justify-content: space-between;
          background-color: #ffffff;
          color: #2a4366;
          text-decoration: none;
          padding: 10px 20px;
          border-radius: 100px;
          font-size: 11px;
          font-weight: 700;
          text-transform: uppercase;
          letter-spacing: 0.5px;
          transition: all 0.3s ease;
        }

        .mcp-explore-btn:hover {
          background-color: transparent;
          color: #ffffff;
          border: 1px solid #ffffff;
          transform: translateY(-2px);
        }

        /* Responsive Breakpoints */
        @media (max-width: 1024px) {
          .mcp-grid {
            grid-template-columns: repeat(2, 1fr);
          }
          .mcp-section {
            padding: 80px 24px;
          }
        }

        @media (max-width: 700px) {
          .mcp-grid {
            grid-template-columns: 1fr;
          }
          .mcp-card {
            max-width: 420px; /* Limits scale on mobile phones for optimal height */
            margin: 0 auto;
          }
        }

         .ibn-navbar-wrapper {
          position: sticky;
          top: 0;
          z-index: 1000;
          background-color: #2b4569; /* Main brand blue background */
          height: 80px;
          box-shadow: 0 10px 30px rgba(17, 61, 72, 0.1);
          
          width: 100%;
        }

        .ibn-navbar-container {
          /* max-width: 1300px; */
          margin: 0 0 0 0;
          height: 100%;
          display: flex;
          align-items: center;
          justify-content: space-between;
          position: relative;
          padding-right: 24px;
        }

        /* Left Side Logo - Kept strictly white with image contents */
        .ibn-logo-block {
          position: relative;
          background-color: #ffffff; /* White background for the logo */
          height: 100%;
          display: flex;
          align-items: center;
          padding: 0 40px 0 38px;
          border-radius: 0; 
          box-shadow: 5px 0 15px rgba(0, 0, 0, 0.05);
          z-index: 5;
        }

        .ibn-logo-img {
          height: 48px; /* Elegant premium height constraint for your image logo */
          width: auto;
          display: block;
          object-fit: contain;
        }

        /* Premium angle effect fading into blue nav bar */
        .ibn-logo-angle {
          position: absolute;
          /* right: -20px; */
          top: 0;
          height: 100%;
          width: 20px;
          background-color: #ffffff;
          clip-path: polygon(0 0, 0% 100%, 100% 0);
        }

        .ibn-logo-link {
          display: flex;
          align-items: center;
          text-decoration: none;
        }

        /* Middle Section: MakeMyTrip (MMT) Style Navigation */
        .ibn-middle-links-section {
          display: flex;
          align-items: center;
          gap: 36px;
          height: 100%;
        }

        .ibn-nav-item {
          display: flex;
         
          align-items: center;
          justify-content: center;
          text-decoration: none;
          color: rgba(255, 255, 255, 0.75);
          height: 100%;
          padding: 0 10px;
          position: relative;
          transition: all 0.3s ease;
          gap: 10px;
        }

        .ibn-nav-icon {
          transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
          transform: translateY(-2px);
          color: #fff;
        }

        .ibn-nav-label {
          font-size: 12px;
          font-weight: 700;
          text-transform: uppercase;
          letter-spacing: 1px;
        }

        .ibn-nav-underline {
          position: absolute;
          bottom: 0;
          left: 50%;
          transform: translateX(-50%);
          width: 0%;
          height: 4px;
          background-color: #ffffff;
          border-radius: 4px 4px 0 0;
          transition: width 0.3s ease;
        }

        /* Hover States for navigation items */
        .ibn-nav-item:hover {
          color: #ffffff;
        }

        .ibn-nav-item:hover .ibn-nav-icon {
          transform: translateY(-2px);
        }

        .ibn-nav-item:hover .ibn-nav-underline {
          width: 100%;
        }

        /* Right Side Section CTA Button */
        .ibn-right-section {
          display: flex;
          align-items: center;
          gap: 16px;
        }

        .ibn-cta-button {
          background-color: #ffffff;
          color: #113d48;
          padding: 12px 24px;
          border-radius: 100px;
          font-size: 13px;
          font-weight: 700;
          text-transform: uppercase;
          letter-spacing: 0.5px;
          text-decoration: none;
          display: inline-flex;
          align-items: center;
          gap: 10px;
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
          transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
          border: 1px solid transparent;
        }

        .ibn-cta-button:hover {
          background-color: transparent;
          color: #ffffff;
          border-color: rgba(255, 255, 255, 0.3);
          transform: translateY(-2px);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
        }

        .ibn-cta-phone-icon {
          transition: transform 0.3s ease;
        }

        .ibn-cta-button:hover .ibn-cta-phone-icon {
          transform: rotate(15deg) scale(1.1);
        }

        /* Hamburger button for mobile toggles */
        .ibn-hamburger-btn {
          display: none;
          background: none;
          border: none;
          color: #ffffff;
          cursor: pointer;
          align-items: center;
          justify-content: center;
          padding: 6px;
          border-radius: 8px;
          transition: background-color 0.3s;
        }

        /* Desktop */
.ibn-desktop-login {
  display: flex;
}

.ibn-mobile-call {
  display: none;
}

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

  .ibn-desktop-login {
    display: none;
  }

  .ibn-mobile-call {
    display: flex;
  }
}

        .ibn-hamburger-btn:hover {
          background-color: rgba(255, 255, 255, 0.08);
        }

        /* Responsive Overrides (Mobile First approach for drawer) */
        .ibn-mobile-drawer {
          position: fixed;
          inset: 0;
          z-index: 2000;
          visibility: hidden;
          transition: visibility 0.4s;
        }

        .ibn-mobile-drawer.open {
          visibility: visible;
        }

        .ibn-drawer-overlay {
          position: absolute;
          inset: 0;
          background-color: rgba(17, 61, 72, 0.4);
          backdrop-filter: blur(4px);
          opacity: 0;
          transition: opacity 0.4s ease;
        }

        .ibn-mobile-drawer.open .ibn-drawer-overlay {
          opacity: 1;
        }

        .ibn-drawer-content {
          position: absolute;
          top: 0;
          right: 0;
          width: 300px;
          height: 100%;
          background-color: #ffffff;
          box-shadow: -10px 0 30px rgba(0, 0, 0, 0.08);
          display: flex;
          flex-direction: column;
          transform: translateX(100%);
          transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
          padding: 32px 24px;
        }

        .ibn-mobile-drawer.open .ibn-drawer-content {
          transform: translateX(0);
        }

        .ibn-drawer-header {
          display: flex;
          align-items: center;
          justify-content: space-between;
          border-bottom: 1px solid #f1f5f9;
          padding-bottom: 20px;
          margin-bottom: 24px;
        }

        .ibn-drawer-logo {
          display: flex;
          align-items: center;
          gap: 10px;
          font-weight: 800;
          font-size: 18px;
          color: #113d48;
          text-transform: uppercase;
          letter-spacing: 0.5px;
        }

        .ibn-drawer-logo-svg {
          color: #113d48;
        }

        .ibn-drawer-close {
          background: none;
          border: none;
          color: #64748b;
          cursor: pointer;
          display: flex;
          align-items: center;
          justify-content: center;
          padding: 4px;
          border-radius: 50%;
          transition: background-color 0.3s;
        }

        .ibn-drawer-close:hover {
          background-color: #f1f5f9;
          color: #113d48;
        }

        .ibn-drawer-body {
          display: flex;
          flex-direction: column;
          gap: 8px;
          flex-grow: 1;
        }

        .ibn-drawer-item {
          display: flex;
          align-items: center;
          gap: 16px;
          padding: 14px 18px;
          border-radius: 12px;
          text-decoration: none;
          color: #475569;
          font-weight: 600;
          font-size: 15px;
          transition: all 0.3s ease;
        }

        .ibn-drawer-item:hover {
          background-color: rgba(17, 61, 72, 0.05);
          color: #113d48;
        }

        .ibn-drawer-icon {
          color: #64748b;
          transition: color 0.3s;
        }

        .ibn-drawer-item:hover .ibn-drawer-icon {
          color: #113d48;
        }

        .ibn-drawer-footer {
          border-top: 1px solid #f1f5f9;
          padding-top: 24px;
          display: flex;
          flex-direction: column;
          gap: 12px;
          text-align: center;
        }

        .ibn-drawer-cta {
          background-color: #113d48;
          color: #ffffff;
          padding: 14px;
          border-radius: 12px;
          font-size: 14px;
          font-weight: 700;
          text-transform: uppercase;
          letter-spacing: 0.5px;
          text-decoration: none;
          display: flex;
          align-items: center;
          justify-content: center;
          gap: 10px;
          transition: background-color 0.3s;
        }

        .ibn-drawer-cta:hover {
          background-color: #0b2a32;
        }

        .ibn-drawer-phone-val {
          font-size: 12px;
          font-weight: 600;
          color: #94a3b8;
        }

        /* Media Queries for Viewports */
        @media (max-width: 900px) {
          .ibn-middle-links-section {
            display: none; /* Hide MMT links on tablet/mobile views */
          }

          .ibn-hamburger-btn {
            display: flex; /* Show Hamburger button */
          }

          .ibn-cta-button {
            display: none; /* Hide Call button on compact screens */
          }
          
          .ibn-logo-block {
            padding: 0 30px 0 20px;
          }
        }

         @media (max-width: 600px){
          .ibn-drawer-body{
            flex-grow: 0.5;
          }
         }

       .lch-hero-section {
          position: relative;
          background-image: linear-gradient(rgb(255 255 255 / 80%), rgb(255 255 255 / 0%)),
          url("/assets/img/ce_bg.png");
          background-size: cover;
          background-position: center;
          padding: 20px 24px 80px;
          color: #000000;
          border-top: 1px solid #f1f5f9;
        }

        .lch-container {
          max-width: 1200px;
          margin: 0 auto;
        }

        /* Header Block Styles */
        .lch-header-block {
          display: flex;
          flex-direction: column;
          align-items: center;
          text-align: center;
          width: 100%;
          margin-bottom: 60px;
        }

        .lch-section-title {
          font-size: clamp(2.2rem, 5vw, 3rem);
          font-weight: 800;
          color: #113d48;
          line-height: 1.2;
          margin: 0;
          letter-spacing: -1px;
          text-align: center;
        }

        /* Cards Layout Grid with stretch constraint for equal heights */
        .lch-cards-grid {
          display: grid;
          grid-template-columns: repeat(3, 1fr);
          gap: 30px;
          align-items: stretch;
        }

        /* Card Container Design */
        .lch-card {
          position: relative;
          background-color: #ffffff;
          border: 1px solid #e2e8f0;
          border-radius: 24px;
          overflow: hidden;
          display: flex;
          flex-direction: column;
          height: 100%;
          transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
        }

        .lch-card:hover {
          transform: translateY(-8px);
        
          /* box-shadow: 0 20px 40px rgba(17, 61, 72, 0.08); */
        }

        /* Card Highlight Line Effect */
       
        /* Image Frame (Height increased to 300px) */
        .lch-image-wrapper {
          position: relative;
          height: 300px;
          overflow: hidden;
          background: #f8fafc;
        }

        .lch-card-img {
          width: 100%;
          height: 100% !important;
          object-fit: cover;
          display: block;
          transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
        }

        .lch-card:hover .lch-card-img {
          transform: scale(1.08);
        }

        .lch-img-overlay {
          position: absolute;
          inset: 0;
          background: linear-gradient(to top, rgba(0, 0, 0, 0.45) 0%, transparent 100%);
        }

        /* Floating Badge */
        .lch-icon-badge {
          position: absolute;
          top: 20px;
          right: 20px;
          background-color: #ffffff;
          color: #113d48;
          width: 44px;
          height: 44px;
          border-radius: 12px;
          display: flex;
          align-items: center;
          justify-content: center;
          box-shadow: 0 4px 12px rgba(0,0,0,0.05);
          z-index: 2;
        }

        /* Content Styles inside Card (Ensures balanced vertical height) */
        .lch-card-content {
          padding: 32px;
          display: flex;
          flex-direction: column;
          flex-grow: 1;
        }

        .lch-card-title {
          font-size: 20px;
          font-weight: 800;
          color: #113d48;
          margin: 0 0 14px 0;
          line-height: 1.25;
        }

        .lch-card-desc {
          font-size: 14px;
          color: #555555;
          line-height: 1.6;
          margin: 0 0 32px 0;
          font-weight: 400;
          flex-grow: 1; /* Pushes footer seamlessly down when there are fewer words */
        }

        /* Custom Requested Sleek CTA Buttons block */
        .lch-card-footer {
          margin-top: auto; /* Aligns buttons identically at the bottom */
          border-top: 1px solid #f1f5f9;
          padding-top: 20px;
        }

        /* Responsive Layout Grid Breakpoints */
        @media (max-width: 1024px) {
          .lch-cards-grid {
            grid-template-columns: repeat(2, 1fr);
            gap: 24px;
          }
          .lch-hero-section {
            padding: 80px 10px;
          }
        }

        @media (max-width: 768px) {
          .lch-cards-grid {
            grid-template-columns: 1fr;
            gap: 24px;
          }
          .lch-card {
            max-width: 420px;
            margin: 0 auto;
          }
        }

         .csr-main-section {
          background-color: #ffffff;
          padding: 100px 24px;
          color: #000000;
          border-top: 1px solid #f1f5f9;
        }

        .csr-container {
          max-width: 1200px;
          margin: 0 auto;
        }

        /* Asymmetrical Split Grid Layout */
        .csr-split-grid {
          display: grid;
          grid-template-columns: 1.1fr 0.9fr;
          gap: 80px;
          align-items: start; /* Changed from center to allow stickiness starting from top */
        }

        /* Left Side Content Column */
        .csr-content-column {
          display: flex;
          flex-direction: column;
          align-items: flex-start;
        }

        .csr-tag-wrapper {
          display: inline-flex;
          align-items: center;
          gap: 8px;
          margin-bottom: 20px;
        }

        .csr-compass-icon {
          color: #113d48;
        }

        .csr-pre-title {
          font-size: 11px;
          font-weight: 700;
          letter-spacing: 2.5px;
          text-transform: uppercase;
          color: #113d48;
        }

        .csr-section-title {
          font-size: clamp(2.2rem, 5vw, 3.2rem);
          font-weight: 800;
          color: #113d48;
          line-height: 1.15;
          margin: 0 0 24px 0;
          letter-spacing: -1.2px;
        }

        .csr-light-text {
          font-weight: 300;
          color: #000000;
        }

        .csr-accent-line {
          width: 80px;
          height: 3px;
          background-color: #113d48;
          border-radius: 2px;
          margin-bottom: 36px;
        }

        .csr-prose-block {
          display: flex;
          flex-direction: column;
          gap: 20px;
          margin-bottom: 36px;
        }

        .csr-p-lead {
          font-size: 18px;
          line-height: 1.75;
          color: #113d48;
          font-weight: 600;
          margin: 0;
        }

        .csr-p-body {
          font-size: 15.5px;
          line-height: 1.8;
          color: #475569;
          margin: 0;
          font-weight: 400;
        }

        /* Responsive Visual Wrapper Styling */
        .csr-image-wrapper {
          position: relative;
          width: 100%;
          border-radius: 24px;
          overflow: hidden;
          aspect-ratio: 16 / 9;
          box-shadow: 0 15px 35px rgba(17, 61, 72, 0.08);
          background-color: #f8fafc;
        }

        .csr-regatta-img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          display: block;
          transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
        }

        .csr-image-wrapper:hover .csr-regatta-img {
          transform: scale(1.04);
        }

        .csr-image-overlay {
          position: absolute;
          inset: 0;
          background: linear-gradient(to top, rgba(17, 61, 72, 0.4) 0%, transparent 100%);
          pointer-events: none;
        }

        .csr-image-badge {
          position: absolute;
          bottom: 20px;
          right: 20px;
          background-color: rgba(255, 255, 255, 0.95);
          backdrop-filter: blur(8px);
          padding: 8px 16px;
          border-radius: 100px;
          display: flex;
          align-items: center;
          gap: 8px;
          font-size: 11px;
          font-weight: 700;
          color: #113d48;
          text-transform: uppercase;
          letter-spacing: 0.5px;
          box-shadow: 0 4px 12px rgba(0,0,0,0.05);
        }

        .csr-badge-icon {
          color: #113d48;
        }

        /* Right Side: Why It Matters Panel */
        .csr-matters-panel {
          position: sticky; /* Changed to sticky to scroll beautifully with left side content */
          top: 130px; /* Offset accounts for top bar + navbar + margin */
          background-color: #113d48;
          color: #ffffff;
          padding: 44px;
          border-radius: 28px;
          box-shadow: 0 20px 40px rgba(17, 61, 72, 0.15);
          overflow: hidden;
          transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
        }

        .csr-matters-panel:hover {
          transform: translateY(-4px);
          box-shadow: 0 30px 60px rgba(17, 61, 72, 0.25);
        }

        /* Slide Line Accent */
        .csr-panel-accent {
          position: absolute;
          top: 0;
          left: 50%;
          transform: translateX(-50%);
          height: 4px;
          width: 0%;
          background-color: #ffffff;
          transition: width 0.3s ease;
        }

        .csr-matters-panel:hover .csr-panel-accent {
          width: 100%;
        }

        .csr-panel-header {
          display: flex;
          align-items: center;
          gap: 12px;
          margin-bottom: 32px;
          border-bottom: 1px solid rgba(255, 255, 255, 0.12);
          padding-bottom: 20px;
        }

        .csr-star-icon {
          color: #ffffff;
        }

        .csr-panel-title {
          font-size: 20px;
          font-weight: 700;
          margin: 0;
          letter-spacing: -0.3px;
          color: #fff;
        }

        .csr-points-stack {
          display: flex;
          flex-direction: column;
          gap: 24px;
        }

        .csr-point-item {
          display: flex;
          gap: 16px;
          align-items: flex-start;
          transition: transform 0.25s ease;
        }

        .csr-point-item:hover {
          transform: translateX(4px);
        }

        .csr-icon-wrapper {
          background-color: rgba(255, 255, 255, 0.12);
          color: #ffffff;
          width: 30px;
          height: 30px;
          border-radius: 50%;
          display: flex;
          align-items: center;
          justify-content: center;
          flex-shrink: 0;
          margin-top: 2px;
          transition: background-color 0.25s ease;
        }

        .csr-point-item:hover .csr-icon-wrapper {
          background-color: #ffffff;
          color: #113d48;
        }

        .csr-check-icon {
          color: inherit;
        }

        .csr-point-content {
          display: flex;
          flex-direction: column;
          gap: 4px;
        }

        .csr-point-title {
          font-size: 15px;
          font-weight: 700;
          color: #ffffff;
          line-height: 1.35;
          margin: 0;
        }

        .csr-point-desc {
          font-size: 13.5px;
          color: rgba(255, 255, 255, 0.75);
          line-height: 1.5;
          margin: 0;
          font-weight: 400;
        }

        /* Responsive Breakpoints */
        @media (max-width: 1024px) {
          .csr-split-grid {
            grid-template-columns: 1fr;
            gap: 50px;
          }
          
          .csr-matters-panel {
            padding: 36px;
            position: relative; /* Resets sticky flow back to standard layout when stacked */
            top: auto;
          }

          .csr-main-section {
            padding: 80px 10px;
          }
        }

        @media (max-width: 580px) {
          .csr-matters-panel {
            padding: 24px;
          }
          .csr-image-wrapper {
            aspect-ratio: 16 / 10;
          }
        }

        .cyp-main-section {
          background-color: #fafbfc; /* Subtle bright luxury grey/off-white */
          padding: 50px 24px;
          color: #0f172a;
          
          border-top: 1px solid #f1f5f9;
          position: relative;
          overflow: hidden;
        }

        /* Subtle luxury geometric background details */
        .cyp-main-section::before {
          content: '';
          position: absolute;
          top: 0;
          right: 0;
          width: 350px;
          height: 350px;
          background: radial-gradient(circle, rgba(17, 61, 72, 0.02) 0%, transparent 70%);
          pointer-events: none;
        }

        .cyp-container {
          max-width: 1200px;
          margin: 0 auto;
          position: relative;
          z-index: 2;
        }

        /* Editorial Header Styles */
        .cyp-editorial-header {
          display: flex;
          flex-direction: column;
          align-items: center;
          text-align: center;
          margin-bottom: 60px;
        }

        .cyp-tag-wrapper {
          display: inline-flex;
          align-items: center;
          gap: 8px;
          margin-bottom: 16px;
        }

        .cyp-sparkle-icon {
          color: #113d48; /* Strictly Brand Teal Blue */
        }

        .cyp-pre-title {
          font-size: 11px;
          font-weight: 700;
          letter-spacing: 3px;
          text-transform: uppercase;
          color: #113d48;
        }

        .cyp-section-title {
          font-size: clamp(2.3rem, 5vw, 3.5rem);
          font-weight: 700;
          color: #113d48;
          line-height: 1.1;
          margin: 0 0 16px 0;
          letter-spacing: -1.5px;
        }

        /* Sophisticated Serif contrast for 'Parties' */
        .cyp-serif-italic {
          font-family: Georgia, serif;
          font-weight: 300;
          font-style: italic;
          color: #113d48; 
        }

        .cyp-header-divider {
          width: 60px;
          height: 2.5px;
          background-color: #113d48;
          margin-top: 10px;
          border-radius: 2px;
        }

        /* Editorial Layout Grid - Left-Aligned Highlights, Right-Aligned Narrative */
        .cyp-editorial-grid {
          display: grid;
          grid-template-columns: 1.1fr 1fr;
          gap: 50px; 
          align-items: stretch; /* Stretch columns to align heights perfectly */
          margin-bottom: 60px;
        }

        /* Narrative/Prose Right Column */
        .cyp-narrative-panel {
          display: flex;
          flex-direction: column;
          justify-content: space-between; /* Stretches blocks dynamically to match left side */
          gap: 30px;
        }

        .cyp-prose-block {
          display: flex;
          flex-direction: column;
          gap: 20px;
        }

        .cyp-p-lead {
          font-size: 17px;
          line-height: 1.75;
          color: #113d48;
          font-weight: 600;
          margin: 0;
        }

        .cyp-p-body {
          font-size: 15px;
          line-height: 1.8;
          color: #475569;
          margin: 0;
          font-weight: 400;
        }

        /* Luxury Quote box */
        .cyp-quote-box {
          background-color: #ffffff;
          border-left: 3px solid #113d48; 
          padding: 30px 32px;
          border-radius: 0 20px 20px 0;
          box-shadow: 0 10px 25px rgba(17, 61, 72, 0.03);
          position: relative;
        }

        .cyp-quote-bracket {
          position: absolute;
          top: 5px;
          left: 20px;
          font-size: 70px;
          line-height: 1;
          font-family: Georgia, serif;
          color: rgba(17, 61, 72, 0.06);
          pointer-events: none;
        }

        .cyp-quote-text {
          font-size: 14.5px;
          font-style: italic;
          line-height: 1.65;
          color: #113d48;
          font-weight: 500;
          margin: 0 0 16px 0;
          position: relative;
          z-index: 2;
        }

        .cyp-quote-author {
          display: flex;
          align-items: center;
          gap: 12px;
        }

        .cyp-quote-line {
          width: 20px;
          height: 1px;
          background-color: #113d48;
        }

        .cyp-quote-author span {
          font-size: 10px;
          font-weight: 700;
          text-transform: uppercase;
          letter-spacing: 1.5px;
          color: #113d48;
        }

        /* Benefits Left Column - Theme Background Color (#113d48) */
        .cyp-benefits-panel {
          background-color: #113d48;
          color: #ffffff;
          padding: 36px;
          border-radius: 28px;
          box-shadow: 0 15px 30px rgba(17, 61, 72, 0.1);
          display: flex;
          flex-direction: column;
        }

        .cyp-benefits-header {
          display: flex;
          align-items: center;
          gap: 12px;
          margin-bottom: 28px;
          border-bottom: 1px solid rgba(255, 255, 255, 0.12);
          padding-bottom: 16px;
        }

        .cyp-milestone-icon {
          color: #ffffff;
        }

        .cyp-benefits-title {
          font-size: 18px;
          font-weight: 800;
          color: #ffffff;
          margin: 0;
          letter-spacing: -0.5px;
        }

        /* Grid of clean metric layout cards */
        .cyp-benefits-grid {
          display: grid;
          grid-template-columns: repeat(2, 1fr);
          gap: 16px;
          flex-grow: 1;
        }

        .cyp-benefit-card {
          position: relative;
          background-color: rgba(255, 255, 255, 0.05);
          border: 1px solid rgba(255, 255, 255, 0.1);
          border-radius: 16px;
          padding: 20px 24px;
          transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
          overflow: hidden;
          display: flex;
          flex-direction: column;
        }

        .cyp-card-top-bar {
          position: absolute;
          top: 0;
          left: 50%;
          transform: translateX(-50%);
          height: 3px;
          width: 0%;
          background-color: #ffffff;
          transition: width 0.3s ease;
        }

        .cyp-benefit-card:hover {
          background-color: rgba(255, 255, 255, 0.1);
          border-color: rgba(255, 255, 255, 0.3);
          transform: translateY(-3px);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
        }

        .cyp-benefit-card:hover .cyp-card-top-bar {
          width: 100%;
        }

        .cyp-card-header {
          display: flex;
          justify-content: flex-start;
          align-items: center;
          margin-bottom: 12px;
        }

        .cyp-check-icon {
          color: #ffffff;
          opacity: 0.8;
          transition: opacity 0.3s ease;
        }

        .cyp-benefit-card:hover .cyp-check-icon {
          opacity: 1;
        }

        .cyp-card-title {
          font-size: 14px;
          font-weight: 700;
          color: #ffffff;
          margin: 0 0 6px 0;
          line-height: 1.35;
        }

        .cyp-card-desc {
          font-size: 12.5px;
          color: rgba(255, 255, 255, 0.75);
          line-height: 1.5;
          margin: 0;
          font-weight: 400;
        }

        /* Bottom Luxury Call to Action Banner */
        .cyp-action-strip {
          background-color: #113d48;
          border-radius: 24px;
          padding: 28px 40px;
          display: flex;
          justify-content: space-between;
          align-items: center;
          gap: 24px;
          box-shadow: 0 15px 30px rgba(17, 61, 72, 0.12);
        }

        .cyp-action-text-group {
          display: flex;
          flex-direction: column;
          gap: 4px;
        }

        .cyp-action-accent {
          font-size: 10px;
          font-weight: 800;
          text-transform: uppercase;
          letter-spacing: 2px;
          color: rgba(255, 255, 255, 0.7);
        }

        .cyp-action-para {
          font-size: 14px;
          color: rgba(255, 255, 255, 0.95);
          margin: 0;
          font-weight: 400;
        }

        /* Action Button */
        .cyp-sleek-btn {
          border: 1px solid rgba(255, 255, 255, 0.2);
          background-color: #ffffff;
          color: #113d48;
          padding: 12px 24px;
          border-radius: 100px;
          font-size: 12px;
          font-weight: 700;
          text-transform: uppercase;
          letter-spacing: 1px;
          display: inline-flex;
          align-items: center;
          gap: 16px;
          cursor: pointer;
          transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
          flex-shrink: 0;
        }

        .cyp-btn-circle {
          background-color: rgba(17, 61, 72, 0.08);
          width: 24px;
          height: 24px;
          border-radius: 50%;
          display: flex;
          align-items: center;
          justify-content: center;
          transition: transform 0.3s ease;
        }

        .cyp-sleek-btn:hover {
          background-color: transparent;
          color: #ffffff;
          border-color: #ffffff;
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
        }

        .cyp-sleek-btn:hover .cyp-btn-circle {
          background-color: #ffffff;
          color: #113d48;
          transform: translateX(4px);
        }

        /* Responsive Breakpoints */
        @media (max-width: 1024px) {
          .cyp-editorial-grid {
            grid-template-columns: 1fr;
            gap: 40px;
          }
          .cyp-action-strip {
            flex-direction: column;
            text-align: center;
            padding: 32px;
          }
          .cyp-sleek-btn {
            width: 100%;
            justify-content: space-between;
          }
          .cyp-main-section {
            padding: 80px 10px;
          }
        }

        @media (max-width: 640px) {
          .cyp-benefits-panel {
            padding: 24px;
          }
          .cyp-quote-box {
            padding: 24px;
          }
          .cyp-benefits-grid {
            grid-template-columns: 1fr; /* Stack vertically only on small mobile views */
          }
          .cyp-benefit-card {
            padding: 20px;
          }
        }

         .cne-section {
          background-color: #ffffff;
          padding: 100px 24px;
          color: #0f172a;
          border-top: 1px solid #f1f5f9;
          position: relative;
          overflow: hidden;
        }

        .cne-container {
          max-width: 1200px;
          margin: 0 auto;
          position: relative;
          z-index: 2;
        }

        /* Editorial Layout Split Grid */
        .cne-editorial-grid {
          display: grid;
          grid-template-columns: 1.15fr 0.85fr;
          gap: 60px;
          align-items: stretch;
        }

        /* Left Side Content Column */
        .cne-content-panel {
          display: flex;
          flex-direction: column;
          justify-content: center;
        }

        /* Typography Styled via Divs & Spans (Strictly No Headers Used) */
        .cne-section-title {
          font-size: clamp(2.2rem, 5vw, 3.2rem);
          font-weight: 800;
          color: #113d48;
          line-height: 1.15;
          margin: 0 0 20px 0;
          letter-spacing: -1px;
        }

        .cne-divider {
          width: 60px;
          height: 3px;
          background-color: #113d48;
          margin-bottom: 36px;
          border-radius: 2px;
        }

        .cne-prose-block {
          display: flex;
          flex-direction: column;
          gap: 20px;
          margin-bottom: 40px;
        }

        .cne-p-lead {
          font-size: 17px;
          line-height: 1.75;
          color: #113d48;
          font-weight: 600;
        }

        .cne-p-body {
          font-size: 15px;
          line-height: 1.8;
          color: #475569;
          font-weight: 400;
        }

        /* Premium Brand Matters Card */
        .cne-matters-card {
          background-color: #113d48;
          color: #ffffff;
          padding: 36px;
          border-radius: 28px;
          box-shadow: 0 15px 30px rgba(17, 61, 72, 0.1);
        }

        .cne-matters-title {
          font-size: 18px;
          font-weight: 700;
          color: #ffffff;
          text-align: center;
          margin-bottom: 24px;
          letter-spacing: -0.3px;
          text-transform: uppercase;
          letter-spacing: 1px;
        }

        /* Responsive Matrix for Highlights */
        .cne-matters-grid {
          display: grid;
          grid-template-columns: repeat(2, 1fr);
          gap: 20px;
          place-items: center;
        }

        .cne-benefit-item {
          display: flex;
          gap: 12px;
          width: 350px;
          align-items: flex-start;
          transition: transform 0.25s ease;
        }

        .cne-benefit-item:hover {
          transform: translateX(4px);
        }

        .cne-icon-container {
          color: #ffffff;
          display: flex;
          align-items: center;
          justify-content: center;
          flex-shrink: 0;
          margin-top: 2px;
        }

        .cne-check-icon {
          color: #ffffff;
          opacity: 0.9;
        }

        .cne-benefit-text {
          font-size: 14px;
          line-height: 1.5;
          color: rgba(255, 255, 255, 0.9);
          font-weight: 500;
        }

        /* Right Side Image Showcase Panel */
        .cne-image-panel {
          display: flex;
          flex-direction: column;
          width: 100%;
          height: 100%;
        }

        .cne-image-frame {
          position: relative;
          border-radius: 28px;
          overflow: hidden;
          box-shadow: 0 20px 40px rgba(17, 61, 72, 0.08);
          background-color: #f8fafc;
          width: 100%;
          height: 100%;
          height: 350px;
        }

        .cne-showcase-img {
          width: 100%;
          height: 100% !important;
          object-fit: cover;
          display: block;
          transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
        }

        .cne-image-frame:hover .cne-showcase-img {
          transform: scale(1.06);
        }

        .cne-image-overlay {
          position: absolute;
          inset: 0;
          background: linear-gradient(to top, rgba(17, 61, 72, 0.55) 0%, rgba(17, 61, 72, 0.1) 100%);
          pointer-events: none;
        }

        /* Floating Modern Badge */
        .cne-floating-badge {
          position: absolute;
          bottom: 24px;
          left: 24px;
          background-color: rgba(255, 255, 255, 0.95);
          backdrop-filter: blur(8px);
          padding: 10px 18px;
          border-radius: 12px;
          display: flex;
          align-items: center;
          gap: 8px;
          box-shadow: 0 6px 16px rgba(0,0,0,0.06);
        }

        .cne-badge-icon {
          color: #113d48;
        }

        .cne-badge-label {
          font-size: 11px;
          font-weight: 700;
          color: #113d48;
          text-transform: uppercase;
          letter-spacing: 0.5px;
        }

        /* Responsive Layout Grid Media Queries */
        @media (max-width: 1024px) {
          .cne-editorial-grid {
            grid-template-columns: 1fr;
            gap: 48px;
          }

          .cne-image-frame {
            /* aspect-ratio: 16 / 10; */
            min-height: auto;
          }

          .cne-section {
            padding: 0px 10px;
          }
        }

        @media (max-width: 640px) {
          .cne-matters-grid {
            grid-template-columns: 1fr;
            gap: 16px;
          }

          .cne-benefit-item{
            width: 250px;
          }

          .cne-content-panel{
            /* max-width: 55%; */
          }

          .cne-matters-card {
            padding: 24px;
            border-radius: 20px;
            margin-top: 20px;
          }

          .cne-floating-badge {
            bottom: 16px;
            left: 16px;
            right: 16px;
            justify-content: center;
          }
        }

         .wcce-main-section {
          background-color: #fff; /* Luxury off-white grey */
          padding: 0px 24px 100px;
          color: #0f172a;
          position: relative;
          overflow: hidden;
          
        }

        /* Subtle luxury geometric background design element */
        .wcce-main-section::before {
          content: '';
          position: absolute;
          top: -10%;
          left: -10%;
          width: 40%;
          height: 50%;
          background: radial-gradient(circle, rgba(17, 61, 72, 0.03) 0%, transparent 70%);
          pointer-events: none;
        }

        .wcce-container {
          max-width: 1200px;
          margin: 0 auto;
          position: relative;
          z-index: 2;
        }

        /* Responsive Editorial Split Grid */
        .wcce-split-grid {
          display: grid;
          grid-template-columns: 1fr 1.1fr;
          gap: 64px;
          align-items: center;
        }

        /* Left Side Column Style */
        .wcce-content-panel {
          display: flex;
          flex-direction: column;
          justify-content: center;
        }

        .wcce-tag-wrapper {
          display: inline-flex;
          align-items: center;
          gap: 8px;
          margin-bottom: 16px;
        }

        .wcce-sparkle-icon {
          color: #113d48;
        }

        .wcce-pre-title {
          font-size: 11px;
          font-weight: 700;
          letter-spacing: 3px;
          text-transform: uppercase;
          color: #113d48;
        }

        /* Sophisticated Serif contrast for emphasis in title */
        .wcce-serif-italic {
          font-family: Georgia, serif;
          font-weight: 300;
          font-style: italic;
          color: #113d48;
        }

        .wcce-header-divider {
          width: 60px;
          height: 3px;
          background-color: #113d48;
          margin-top: 12px;
          margin-bottom: 32px;
          border-radius: 2px;
        }

        .wcce-prose-block {
          display: flex;
          flex-direction: column;
          gap: 20px;
          margin-bottom: 36px;
        }

        .wcce-p-lead {
          font-size: 17px;
          line-height: 1.75;
          color: #113d48;
          font-weight: 600;
          margin: 0;
        }

        .wcce-p-body {
          font-size: 15px;
          line-height: 1.8;
          color: #475569;
          margin: 0;
          font-weight: 400;
        }

        /* Trust Bar */
        .wcce-trust-bar {
          display: flex;
          flex-wrap: wrap;
          gap: 24px;
          padding-top: 24px;
          border-top: 1px solid rgba(17, 61, 72, 0.08);
        }

        .wcce-trust-item {
          display: flex;
          align-items: center;
          gap: 8px;
          font-size: 13px;
          font-weight: 700;
          color: #113d48;
          text-transform: uppercase;
          letter-spacing: 0.5px;
        }

        .wcce-trust-check {
          color: #113d48;
          background-color: rgba(17, 61, 72, 0.06);
          border-radius: 50%;
          padding: 2px;
        }

        /* Right Side Bento Grid Column */
        .wcce-highlights-panel {
          position: relative;
          background-color: #113d48; /* Dark teal blue brand background */
          border-radius: 36px;
          padding: 48px;
          box-shadow: 0 25px 50px -12px rgba(17, 61, 72, 0.25);
          overflow: hidden;
        }

        /* Subtle mesh background line pattern */
        .wcce-grid-pattern {
          position: absolute;
          inset: 0;
          opacity: 0.05;
          background-image: radial-gradient(#ffffff 1px, transparent 1px);
          background-size: 20px 20px;
          pointer-events: none;
        }

        .wcce-cards-grid {
          display: grid;
          grid-template-columns: repeat(2, 1fr);
          gap: 20px;
          position: relative;
          z-index: 2;
        }

        /* Custom Highlight Card styling */
        .wcce-highlight-card {
          position: relative;
          background-color: rgba(255, 255, 255, 0.05);
          border: 1px solid rgba(255, 255, 255, 0.08);
          padding: 24px;
          border-radius: 20px;
          display: flex;
          flex-direction: column;
          gap: 16px;
          transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
        }

        .wcce-highlight-card:hover {
          background-color: rgba(255, 255, 255, 0.1);
          border-color: rgba(255, 255, 255, 0.25);
          transform: translateY(-4px);
          box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
        }

        /* Sliding top line indicator */
        .wcce-card-top-accent {
          position: absolute;
          top: 0;
          left: 50%;
          transform: translateX(-50%);
          height: 3px;
          width: 0%;
          background-color: #ffffff;
          transition: width 0.3s ease;
          border-radius: 0 0 4px 4px;
        }

        .wcce-highlight-card:hover .wcce-card-top-accent {
          width: 40px;
        }

        .wcce-card-icon-wrapper {
          color: #ffffff;
          background-color: rgba(255, 255, 255, 0.08);
          width: 40px;
          height: 40px;
          border-radius: 10px;
          display: flex;
          align-items: center;
          justify-content: center;
          transition: all 0.3s ease;
        }

        .wcce-highlight-card:hover .wcce-card-icon-wrapper {
          background-color: #ffffff;
          color: #113d48;
          transform: scale(1.05);
        }

        .wcce-card-content {
          display: flex;
          flex-direction: column;
          gap: 6px;
        }

        .wcce-card-title {
          font-size: 14px;
          font-weight: 700;
          color: #ffffff;
          line-height: 1.35;
          margin: 0;
        }

        .wcce-card-desc {
          font-size: 12.5px;
          color: rgba(255, 255, 255, 0.7);
          line-height: 1.5;
          margin: 0;
          font-weight: 400;
        }

        /* Responsive Breakpoints */
        @media (max-width: 1024px) {
          .wcce-split-grid {
            grid-template-columns: 1fr;
            gap: 48px;
          }

          .wcce-main-section {
            padding: 80px 10px;
          }

          .wcce-highlights-panel {
            padding: 36px;
          }
        }

        @media (max-width: 640px) {
          .wcce-cards-grid {
            grid-template-columns: 1fr; /* Stack into single column card deck for mobile viewports */
            gap: 16px;
          }

          .wcce-highlights-panel {
            padding: 24px;
            border-radius: 28px;
          }

          .wcce-highlight-card {
            padding: 20px;
          }
        }

        #corporate_e_form{
          padding-top: 80px;
        }

         .csrh-master-wrapper {
          background-color: #0b1e24; /* Deep Ocean Dark Base */
          padding: 30px 0 100px;
          color: #ffffff;
          
          position: relative;
          overflow: hidden;
          width: 100%;
          min-height: 100vh;
          display: flex;
          align-items: center;
        }

        /* Absolute background layer - Opacity can be safely tuned here without affecting text */
        .csrh-absolute-bg {
          position: absolute;
          inset: 0;
          background-image: url('/assets/img/regatta3.png');
          background-size: cover;
          background-position: center;
          opacity: 0.2; /* Perfectly balanced for ultra-high legibility */
          z-index: 1;
          pointer-events: none;
          transition: opacity 0.4s ease;
        }

        /* Solid modern gradient overlay to add contrast depth */
        .csrh-absolute-overlay {
          position: absolute;
          inset: 0;
          background: linear-gradient(180deg, rgb(11 30 36 / 20%) 0%, rgb(6 17 20 / 10%) 100%);
          z-index: 2;
          pointer-events: none;
        }

        /* Relative Content Container sits safely on top of bg image and gradient */
        .csrh-content-container {
          position: relative;
          z-index: 10; /* Ensures 100% crisp visual rendering */
          max-width: 1200px;
          margin: 0 auto;
          padding: 0 24px;
          width: 100%;
        }

        /* Center Centered Header Blocks */
        .csrh-centered-header {
          text-align: center;
          max-width: 850px;
          margin: 0 auto 10px auto;
          display: flex;
          flex-direction: column;
          align-items: center;
        }

        /* Bold Hero Title Styling */
        .csrh-hero-title {
          font-size: clamp(2.2rem, 5.5vw, 3.6rem);
          font-weight: 800;
          color: #ffffff;
          line-height: 1.15;
          margin: 0 0 0px 0;
          letter-spacing: -1.5px;
        }

        /* Light Elegant Font Accent - Sourced in clean ice blue, no gold yellow */
        .csrh-title-italic {
          font-family: Georgia, serif;
          font-weight: 300;
          font-style: italic;
          color: #e2f1f5; /* Ice Blue Accent */
        }

       

        .csrh-divider-dot {
          width: 6px;
          height: 6px;
          background-color: #e2f1f5;
          border-radius: 50%;
          position: absolute;
        }

        /* Aligned Narrative Columns Grid */
        .csrh-narrative-grid {
          display: grid;
          grid-template-columns: 1fr 1fr;
          gap: 60px;
          align-items: stretch;
          margin-bottom: 60px;
        }

        .csrh-narrative-column {
          display: flex;
          flex-direction: column;
          gap: 40px;
        }

        /* Left-to-right subtle vertical divider */
        .csrh-border-right {
          border-right: 1px solid rgba(255, 255, 255, 0.1);
          padding-right: 60px;
        }

        /* Narrative Cards Styling */
        .csrh-text-card {
          display: flex;
          gap: 20px;
          align-items: flex-start;
        }

        /* White accent glass icons for high visibility */
        .csrh-card-icon-box {
          background-color: rgba(255, 255, 255, 0.05);
          color: #ffffff;
          width: 48px;
          height: 48px;
          border-radius: 12px;
          display: flex;
          align-items: center;
          justify-content: center;
          flex-shrink: 0;
          border: 1px solid rgba(255, 255, 255, 0.1);
        }

        .csrh-accent-icon {
          background-color: rgba(226, 241, 245, 0.1);
          color: #e2f1f5;
          border-color: rgba(226, 241, 245, 0.2);
        }

        .csrh-card-body {
          display: flex;
          flex-direction: column;
          gap: 8px;
        }

        /* White/Ice clean typography specs */
        .csrh-card-subtitle {
          font-size: 13px;
          font-weight: 700;
          color: #e2f1f5;
          text-transform: uppercase;
          letter-spacing: 1.5px;
          margin: 0;
        }

        .csrh-p-lead {
          font-size: 17px;
          line-height: 1.75;
          color: #ffffff;
          /* font-weight: 600; */
          margin: 0;
        }

        .csrh-p-body {
          font-size: 15px;
          line-height: 1.8;
          color: #fff; /* Smooth grey body text for high readability */
          margin: 0;
          font-weight: 400;
        }

        /* Glassmorphism accent highlight panel */
        .csrh-premium-highlight {
          /* background-color: rgba(255, 255, 255, 0.03); */
          /* padding: 30px; */
          border-radius: 24px;
          /* border-left: 4px solid #e2f1f5; */
          /* border-top: 1px solid rgba(255, 255, 255, 0.05); */
          /* border-right: 1px solid rgba(255, 255, 255, 0.05); */
          /* border-bottom: 1px solid rgba(255, 255, 255, 0.05); */
        }

        /* Action Footer Bar */
        .csrh-action-footer {
          border-top: 1px solid rgba(255, 255, 255, 0.1);
          padding-top: 40px;
          display: flex;
          justify-content: space-between;
          align-items: center;
          gap: 24px;
        }

        .csrh-trust-indicators {
          display: flex;
          gap: 16px;
          flex-wrap: wrap;
        }

        .csrh-trust-pill {
          display: flex;
          align-items: center;
          gap: 8px;
          background-color: rgba(255, 255, 255, 0.05);
          border: 1px solid rgba(255, 255, 255, 0.1);
          padding: 8px 18px;
          border-radius: 100px;
          font-size: 12px;
          font-weight: 600;
          color: #cbd5e1;
        }

        .csrh-pill-icon {
          color: #e2f1f5;
        }

        .csrh-spin-slow {
          animation: csrh-spin-slow-kf 12s linear infinite;
        }

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

        /* Premium Sleek Interactive CTA Button (Clean brand palette) */
        .csrh-premium-btn {
          border: 1px solid #ffffff;
          background-color: #ffffff;
          color: #0b1e24;
          padding: 14px 32px;
          border-radius: 100px;
          font-size: 13px;
          font-weight: 700;
          text-transform: uppercase;
          letter-spacing: 1px;
          display: inline-flex;
          align-items: center;
          gap: 20px;
          cursor: pointer;
          transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
        }

        .csrh-btn-arrow-wrap {
          background-color: rgba(11, 30, 36, 0.08);
          width: 24px;
          height: 24px;
          border-radius: 50%;
          display: flex;
          align-items: center;
          justify-content: center;
          transition: transform 0.3s ease;
          color: #0b1e24;
        }

        .csrh-premium-btn:hover {
          background-color: transparent;
          color: #ffffff;
          border-color: rgba(255, 255, 255, 0.3);
          box-shadow: 0 15px 30px rgba(0, 0, 0, 0.25);
        }

        .csrh-premium-btn:hover .csrh-btn-arrow-wrap {
          background-color: #ffffff;
          color: #0b1e24;
          transform: translateX(4px);
        }

        /* Responsive Breakpoints */
        @media (max-width: 1024px) {
          .csrh-narrative-grid {
            grid-template-columns: 1fr;
            gap: 40px;
            margin-bottom: 20px;
          }

          .csrh-border-right {
            border-right: none;
            padding-right: 0;
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
            padding-bottom: 40px;
          }

          .csrh-centered-header {
            margin-bottom: 60px;
          }
          
          .csrh-master-wrapper {
            padding: 40px 0 100px;
          }
        }

        @media (max-width: 640px) {
          .csrh-action-footer {
            flex-direction: column;
            align-items: stretch;
          }

          .csrh-hero-title{
            font-size: 32px;
          }

          .csrh-premium-btn {
            width: 100%;
            justify-content: space-between;
          }

          .csrh-centered-header {
            border-radius: 24px;
            margin-bottom: 20px;
          }

          .csrh-trust-indicators {
            justify-content: center;
          }
        }

        .csrw-master-section {
          background-color: #ffffff; /* Crisp white background as requested */
          padding:60px 24px;
          color: #0f172a;
          
          position: relative;
          overflow: hidden;
        }

        /* Subtle modern top line separator */
        .csrw-master-section::before {
          content: '';
          position: absolute;
          top: 0;
          left: 5%;
          right: 5%;
          height: 1px;
          background: linear-gradient(90deg, rgba(17, 61, 72, 0.05) 0%, rgba(17, 61, 72, 0.15) 50%, rgba(17, 61, 72, 0.05) 100%);
        }

        .csrw-container {
          max-width: 1200px;
          margin: 0 auto;
          position: relative;
          z-index: 2;
        }

        /* Editorial Header Styles */
        .csrw-header-block {
          display: flex;
          flex-direction: column;
          align-items: center;
          text-align: center;
          max-width: 800px;
          margin: 0 auto 30px auto;
        }   

        .csrw-tag-row {
          display: inline-flex;
          align-items: center;
          gap: 8px;
          margin-bottom: 16px;
        }

        .csrw-compass-icon {
          color: #113d48; /* Standard Brand Deep Teal */
        }

        .csrw-pre-title {
          font-size: 11px;
          font-weight: 700;
          letter-spacing: 3px;
          text-transform: uppercase;
          color: #113d48;
        }

        .csrw-section-title {
          font-size: clamp(2.2rem, 5vw, 2.8rem);
          font-weight: 800;
          color: #113d48;
          line-height: 1.15;
          margin: 0 0 20px 0;
          letter-spacing: -1.2px;
        }

        .csrw-serif-italic {
          font-family: Georgia, serif;
          font-weight: 300;
          font-style: italic;
        }

        .csrw-lead-narrative {
          font-size: 17px;
          line-height: 1.75;
          color: #475569;
          font-weight: 500;
          margin: 0 0 24px 0;
        }

        .csrw-title-divider {
          width: 60px;
          height: 3px;
          background-color: #113d48;
          border-radius: 2px;
        }

        /* Responsive 3-Card Chronological Layout */
        .csrw-process-flow {
          display: grid;
          grid-template-columns: repeat(3, 1fr);
          gap: 30px;
          margin-bottom: 60px;
          align-items: stretch;
        }

        /* Step Card Styling */
        .csrw-step-card {
          position: relative;
          background-color: #ffffff;
          border: 1px solid #e2e8f0;
          border-radius: 24px;
          padding: 40px;
          display: flex;
          flex-direction: column;
          transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
        }

        .csrw-step-card:hover {
          transform: translateY(-6px);
          border-color: #113d48;
          box-shadow: 0 20px 40px rgba(17, 61, 72, 0.05);
        }

        /* Decorative top slide-in accent line on hover */
        .csrw-card-accent-line {
          position: absolute;
          top: 0;
          left: 50%;
          transform: translateX(-50%);
          height: 4px;
          width: 0%;
          background-color: #113d48;
          transition: width 0.3s ease;
          border-radius: 4px 4px 0 0;
        }

        .csrw-step-card:hover .csrw-card-accent-line {
          width: 100%;
        }

        /* Card Header Row */
        .csrw-step-header {
          display: flex;
          justify-content: flex-start;
          align-items: center;
          margin-bottom: 24px;
        }

        /* Brand icon background box */
        .csrw-icon-box {
          background-color: rgba(17, 61, 72, 0.04);
          color: #113d48;
          width: 48px;
          height: 48px;
          border-radius: 12px;
          display: flex;
          align-items: center;
          justify-content: center;
          border: 1px solid rgba(17, 61, 72, 0.06);
          transition: all 0.3s ease;
        }

        .csrw-step-card:hover .csrw-icon-box {
          background-color: #113d48;
          color: #ffffff;
        }

        /* Card Typography */
        .csrw-card-body {
          display: flex;
          flex-direction: column;
          gap: 12px;
        }

        .csrw-card-title {
          font-size: 18px;
          font-weight: 700;
          color: #113d48;
          margin: 0;
        }

        .csrw-card-text {
          font-size: 14.5px;
          line-height: 1.65;
          color: #475569;
          margin: 0;
          font-weight: 400;
        }

        /* Value Takeaway Banner (Dark Premium Layout) */
        .csrw-takeaway-banner {
          position: relative;
          background-color: #113d48;
          color: #ffffff;
          border-radius: 28px;
          padding: 40px 48px;
          box-shadow: 0 15px 30px rgba(17, 61, 72, 0.1);
          overflow: hidden;
          transition: all 0.3s ease;
        }

        .csrw-takeaway-banner:hover {
          box-shadow: 0 25px 50px rgba(17, 61, 72, 0.18);
        }

        /* Left highlight element */
        .csrw-banner-accent {
          position: absolute;
          top: 0;
          left: 0;
          bottom: 0;
          width: 6px;
          background-color: rgba(255, 255, 255, 0.3);
        }

        .csrw-banner-inner {
          display: flex;
          gap: 28px;
          align-items: flex-start;
          position: relative;
          z-index: 2;
        }

        .csrw-banner-icon-area {
          color: #ffffff;
          display: flex;
          align-items: center;
          justify-content: center;
          flex-shrink: 0;
          padding-top: 4px;
        }

        .csrw-check-icon {
          opacity: 0.9;
        }

        .csrw-banner-content {
          display: flex;
          flex-direction: column;
          gap: 8px;
        }

        .csrw-banner-title {
          font-size: 18px;
          font-weight: 700;
          color: #ffffff;
          margin: 0;
          letter-spacing: -0.2px;
          text-transform: uppercase;
          letter-spacing: 1px;
        }

        .csrw-banner-text {
          font-size: 15px;
          line-height: 1.75;
          color: rgba(255, 255, 255, 0.85);
          margin: 0;
          font-weight: 400;
        }

        /* Responsive Breakpoints */
        @media (max-width: 1024px) {
          .csrw-process-flow {
            grid-template-columns: 1fr;
            gap: 24px;
          }
          .csrw-master-section {
            padding: 50px 24px;
          }
          #csrw_master{
            padding: 50px 24px 20px;
          }
        }

        @media (max-width: 640px) {
          .csrw-takeaway-banner {
            padding: 32px 24px;
          }
          .csrw-banner-inner {
            /* flex-direction: column; */
            gap: 16px;
          }
          .csrw-banner-icon-area {
            padding-top: 0;
          }
          .csrw-section-title{
            font-size: 32px;
          }
        }

          .wcre-brutalist-wrapper {
          background-color: #ffffff; /* pure white background */
          padding: 60px 24px 100px;
          color: #113d48; /* Indiaboats corporate signature deep teal */
        
          position: relative;
          overflow: hidden;
        }

        .wcre-editorial-container {
          max-width: 1200px;
          margin: 0 auto;
          /* Base structural borders recreating the image's layout styling */
          border: 1px solid #113d4830;
          border-radius: 10px;
        }

        /* ---------------------------------- */
        /* Editorial Typography Header        */
        /* ---------------------------------- */
        .wcre-main-header-block {
          padding: 60px 30px;
          border-bottom: 1px solid #113d48;
          display: flex;
          align-items: center;
          justify-content: center;
          /* background-color: #ffffff; */
        }

        /* Giant Display Serif imitating "ABOUT ME" layout */
        .wcre-giant-title {
          
          font-size: 2rem;
          font-weight: 900;
          letter-spacing: -1px;
          line-height: 0.9;
          margin: 0;
          color: #113d48;
          text-transform: uppercase;
          display: flex;
          align-items: center;
          flex-wrap: wrap;
          justify-content: center;
        }

        /* Styling for the embedded Starburst inside the letter "A" */
        .wcre-o-with-star {
          position: relative;
          display: inline-flex;
          align-items: center;
          justify-content: center;
          color: #113d48;
        }

        .wcre-starburst-icon {
          width: clamp(2.5rem, 8vw, 6.5rem);
          height: clamp(2.5rem, 8vw, 6.5rem);
          margin-left: -5px;
          margin-right: -5px;
          color: #113d48;
          animation: wcre-slow-spin 25s linear infinite;
        }

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

        /* ---------------------------------- */
        /* Crisp Grid Row Configurations      */
        /* ---------------------------------- */
        .wcre-grid-row {
          display: grid;
          grid-template-columns: 1fr 1fr;
          align-items: stretch;
        }

        .wcre-row-one {
          border-bottom: 1px solid #113d48;
        }

        /* Individual Grid Cells */
        .wcre-grid-cell {
          display: flex;
          flex-direction: column;
          justify-content: center;
        }

        .wcre-cell-image {
          position: relative;
          background-color: #fafafa;
          overflow: hidden;
        }

        .wcre-row-one .wcre-cell-image {
          border-right: 1px solid #113d48;
        }

        .wcre-row-two .wcre-cell-image {
          border-left: 1px solid #113d48;
        }

        /* High-fashion Image Fitments */
        .wcre-img-wrapper {
          position: relative;
          width: 100%;
          height: 100%;
          min-height: 380px;
          display: flex;
        }

        .wcre-grid-img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          display: block;
          filter: grayscale(10%) contrast(105%);
          transition: filter 0.4s ease;
        }

        .wcre-grid-cell:hover .wcre-grid-img {
          filter: grayscale(0%) contrast(100%);
        }

        

        /* Prose Content Area styling */
        .wcre-cell-prose {
          padding: 60px;
          background-color: #ffffff;
        }

        .wcre-prose-inner {
          max-width: 480px;
          margin: 0 auto;
          display: flex;
          flex-direction: column;
          gap: 20px;
        }

      

        .wcre-cell-heading {
          font-size: 28px;
          font-weight: 800;
          color: #113d48;
          letter-spacing: -0.5px;
          margin: 0 0 10px 0;
         
        }

        .wcre-cell-paragraph {
          font-size: 15px;
          line-height: 1.7;
          color: #475569;
          margin: 0;
          font-weight: 400;
        }

        /* Luxury Quote block integrated inside the grid column */
        .wcre-editorial-quote {
          position: relative;
          border-top: 1px dashed rgba(17, 61, 72, 0.2);
          margin-top: 15px;
          padding-top: 25px;
        }

        .wcre-quote-mark {
          position: absolute;
          top: 0px;
          left: -10px;
          font-size: 60px;
          font-family: Georgia, serif;
          color: rgba(17, 61, 72, 0.1);
          line-height: 1;
        }

        .wcre-editorial-quote p {
          font-size: 14.5px;
          font-style: italic;
          line-height: 1.6;
          color: #113d48;
          font-weight: 500;
          margin: 0;
          position: relative;
          z-index: 2;
        }

        /* ---------------------------------- */
        /* Clean Custom Bottom Footer Bar     */
        /* ---------------------------------- */
        .wcre-grid-footer {
          display: flex;
          align-items: center;
          justify-content: space-between;
          padding: 24px 40px;
          background-color: #ffffff;
          border-top: 1px solid #113d48;
          flex-wrap: wrap;
          gap: 16px;
        }

        .wcre-footer-pill {
          display: inline-flex;
          align-items: center;
          gap: 8px;
          font-size: 12px;
          font-weight: 700;
          text-transform: uppercase;
          letter-spacing: 1px;
          color: #113d48;
        }

        /* ---------------------------------- */
        /* Fluid Responsive Adjustments       */
        /* ---------------------------------- */
        @media (max-width: 1024px) {
          .wcre-cell-prose {
            padding: 40px;
          }
          
          .wcre-img-wrapper {
            min-height: 300px;
          }
        }

        @media (max-width: 768px) {
          .wcre-editorial-container {
            border: 1px solid #113d4830;
          }

          .wcre-giant-title{
            font-size: 24px;
            line-height: 1.2;
          }

          .wcre-main-header-block {
            padding: 40px 20px;
          }

          /* Collapse elements vertically on mobile while keeping clean grid lines */
          .wcre-grid-row {
            grid-template-columns: 1fr;
          }

          .wcre-row-one .wcre-cell-image {
            border-right: none;
            border-bottom: 1px solid #113d48;
          }

          .wcre-row-two .wcre-cell-image {
            border-left: none;
            border-top: 1px solid #113d48;
            order: 2; /* keep text first, then image on mobile flow */
          }

          .wcre-row-two .wcre-cell-prose {
            order: 1;
          }

          .wcre-cell-prose {
            padding: 36px 24px;
          }

          .wcre-grid-footer {
            flex-direction: column;
            align-items: flex-start;
            padding: 24px;
          }
        }

         .rse-root-wrapper {
          background-color: #ffffff;
          padding: 0px 24px 80px;
          color: #0f172a;
          
          position: relative;
          overflow: hidden;
        }

        .rse-editorial-container {
          max-width: 900px;
          margin: 0 auto;
        }

        /* ---------------------------------- */
        /* Editorial Typography & Header     */
        /* ---------------------------------- */
        .rse-header-block {
          display: flex;
          flex-direction: column;
          align-items: center;
          text-align: center;
          max-width: 700px;
          margin: 0 auto 56px auto;
        }

        .rse-section-title {
          font-size: clamp(2rem, 4.5vw, 2.75rem);
          font-weight: 800;
          color: #113d48; /* Signature corporate deep teal */
          line-height: 1.2;
          margin: 0 0 16px 0;
          letter-spacing: -1px;
        }

        .rse-serif-italic {
          font-family: Georgia, serif;
          font-weight: 300;
          font-style: italic;
        }

        .rse-header-divider {
          width: 50px;
          height: 3px;
          background-color: #113d48;
          border-radius: 2px;
          margin-bottom: 20px;
        }

        .rse-section-paragraph {
          font-size: 16px;
          line-height: 1.65;
          color: #475569;
          font-weight: 400;
          margin: 0;
        }

        /* ---------------------------------- */
        /* Premium List Type Structure        */
        /* ---------------------------------- */
        .rse-outcomes-list {
          display: flex;
          flex-direction: column;
          border-top: 1px solid #e2e8f0;
        }

        /* Sleek horizontal row */
        .rse-outcome-list-item {
          display: flex;
          align-items: center;
          justify-content: space-between;
          padding: 24px 16px;
          border-bottom: 1px solid #e8edf3;
          transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
          background-color: transparent;
          gap: 20px;
        }

        .rse-outcome-list-item:hover {
          background-color: #f8fafc;
          padding-left: 24px;
          padding-right: 24px;
        }

        .rse-item-main-content {
          display: flex;
          align-items: center;
          gap: 20px;
          flex: 1;
        }

        /* Circular minimalist icon badge */
        .rse-icon-circle {
          background-color: #f1f5f9;
          color: #113d48;
          width: 48px;
          height: 48px;
          border-radius: 50%;
          display: flex;
          align-items: center;
          justify-content: center;
          flex-shrink: 0;
          transition: all 0.3s ease;
        }

        .rse-outcome-list-item:hover .rse-icon-circle {
          background-color: #113d48;
          color: #ffffff;
          transform: scale(1.05);
        }

        /* Text Stack */
        .rse-text-stack {
          display: flex;
          flex-direction: column;
          gap: 4px;
        }

        .rse-item-title {
          font-size: 17px;
          font-weight: 700;
          color: #113d48;
          margin: 0;
          line-height: 1.3;
          transition: color 0.2s ease;
        }

        .rse-outcome-list-item:hover .rse-item-title {
          color: #0f172a;
        }

        .rse-item-desc {
          font-size: 14px;
          color: #64748b;
          margin: 0;
          line-height: 1.5;
        }

        /* Side Indicators / Action */
        .rse-item-action {
          display: flex;
          align-items: center;
          gap: 16px;
          flex-shrink: 0;
        }

        .rse-action-badge {
          font-size: 11px;
          font-weight: 600;
          text-transform: uppercase;
          letter-spacing: 0.5px;
          color: #64748b;
          background-color: #f1f5f9;
          padding: 4px 10px;
          border-radius: 100px;
          transition: all 0.3s ease;
        }

        .rse-outcome-list-item:hover .rse-action-badge {
          background-color: rgba(17, 61, 72, 0.08);
          color: #113d48;
        }

        .rse-arrow-icon {
          color: #94a3b8;
          transform: translateX(-4px);
          opacity: 0;
          transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
        }

        .rse-outcome-list-item:hover .rse-arrow-icon {
          opacity: 1;
          transform: translateX(0);
          color: #113d48;
        }

        /* ---------------------------------- */
        /* Fluid Responsive Adjustments       */
        /* ---------------------------------- */
        @media (max-width: 640px) {
          .rse-outcome-list-item {
            flex-direction: column;
            align-items: flex-start;
            gap: 14px;
            padding: 20px 12px;
          }

          .rse-outcome-list-item:hover {
            padding-left: 16px;
            padding-right: 16px;
          }

          .rse-item-action {
            width: 100%;
            justify-content: space-between;
            padding-left: 68px; /* Alignment offsets with the text */
          }

          .rse-arrow-icon {
            opacity: 1;
            transform: translateX(0);
          }
        }

        .wefl-pre-root-wrapper {
          background-color: #fafbfc;
          padding: 90px 24px;
          color: #0f172a;
          position: relative;
          overflow: hidden;
        }

        .wefl-pre-editorial-container {
          max-width: 1200px;
          margin: 0 auto;
        }

        /* Split Editorial Grid Layout */
        .wefl-pre-split-layout {
          display: grid;
          grid-template-columns: 1.1fr 0.9fr;
          gap: 72px;
          align-items: center;
        }

        /* Narrative/Typography Column */
        .wefl-pre-narrative-column {
          display: flex;
          flex-direction: column;
          gap: 28px;
        }

        .wefl-pre-header-block {
          display: flex;
          flex-direction: column;
          align-items: flex-start;
          text-align: left;
          margin-bottom: 8px;
        }

      

        .wefl-pre-section-title {
          font-size: clamp(2.1rem, 4vw, 2.5rem);
          font-weight: 800;
          color: #113d48; /* Signature deep teal */
          line-height: 1.2;
          margin: 0 0 16px 0;
          letter-spacing: -1px;
        }

        .wefl-pre-serif-italic {
          font-family: Georgia, serif;
          font-weight: 300;
          font-style: italic;
        }

        .wefl-pre-header-divider {
          width: 50px;
          height: 3px;
          background-color: #113d48;
          border-radius: 2px;
        }

        .wefl-pre-text-block {
          display: flex;
          flex-direction: column;
          gap: 8px;
        }

        .wefl-pre-highlight-block {
          position: relative;
          padding-left: 24px;
        }

        .wefl-pre-accent-stripe {
          position: absolute;
          left: 0;
          top: 0;
          bottom: 0;
          width: 4px;
          background: linear-gradient(180deg, #113d48, #2e8b9e);
          border-radius: 4px;
        }

        .wefl-pre-paragraph-lead {
          font-size: clamp(1.1rem, 1.8vw, 1.25rem);
          font-weight: 600;
          line-height: 1.5;
          color: #113d48;
          margin: 0 0 4px 0;
        }

        .wefl-pre-paragraph {
          font-size: 15.5px;
          line-height: 1.7;
          color: #475569;
          margin: 0;
        }

        /* Features Horizontal Bar */
        .wefl-pre-features-list {
          display: flex;
          flex-wrap: wrap;
          gap: 24px;
          margin-top: 12px;
          padding-top: 24px;
          border-top: 1px solid #e2e8f0;
        }

        .wefl-pre-feature-item {
          display: flex;
          align-items: center;
          gap: 8px;
          font-size: 13.5px;
          font-weight: 600;
          color: #334155;
        }

        .wefl-pre-feature-icon {
          color: #113d48;
        }

        /* Editorial Image Container & Effects */
        .wefl-pre-image-column {
          display: flex;
          justify-content: center;
          align-items: center;
          width: 100%;
        }

        .wefl-pre-image-wrapper {
          position: relative;
          width: 100%;
          max-width: 480px;
          aspect-ratio: 4 / 5;
        }

        /* Offset back accent frame */
       

        .wefl-pre-main-image {
          position: relative;
          width: 100%;
          height: 100% !important;
          object-fit: cover;
          border-radius: 20px;
          box-shadow: 0 15px 35px rgba(17, 61, 72, 0.08);
          z-index: 2;
          transition: transform 0.4s ease;
        }

        /* Micro hover animation */
        .wefl-pre-image-wrapper:hover .wefl-pre-main-image {
          transform: translateY(-4px);
        }

        .wefl-pre-image-wrapper:hover .wefl-pre-image-accent-border {
          transform: translate(6px, -6px);
        }

        /* Floating Badge */
        .wefl-pre-floating-badge {
          position: absolute;
          bottom: 24px;
          right: -20px;
          background-color: #113d48;
          color: #ffffff;
          padding: 14px 22px;
          border-radius: 12px;
          box-shadow: 0 10px 25px rgba(17, 61, 72, 0.25);
          display: flex;
          flex-direction: column;
          gap: 2px;
          z-index: 3;
        }

        .wefl-pre-badge-title {
          font-size: 13px;
          font-weight: 700;
          letter-spacing: 0.5px;
        }

        .wefl-pre-badge-subtitle {
          font-size: 10px;
          color: #a5f3fc;
          text-transform: uppercase;
          letter-spacing: 1px;
          font-weight: 600;
        }

        /* Responsive Adjustments */
        @media (max-width: 1024px) {
          .wefl-pre-split-layout {
            grid-template-columns: 1fr;
            gap: 56px;
          }

          .wefl-pre-image-wrapper {
            max-width: 500px;
            aspect-ratio: 4 / 3; /* Shorter aspect ratio on tablet/mobile */
          }

          .wefl-pre-floating-badge {
            right: 16px;
            bottom: 16px;
          }
          
          .wefl-pre-root-wrapper {
            padding: 70px 24px;
          }
        }

        @media (max-width: 640px) {
          .wefl-pre-highlight-block {
            padding-left: 16px;
          }

          .wefl-pre-image-accent-border {
            display: none; /* Simplify styling on small mobile */
          }

          .wefl-pre-features-list {
            flex-direction: column;
            gap: 12px;
          }
        }

         .csrb-root-wrapper {
          background-color: #ffffff;
          padding: 90px 24px;
          color: #0f172a;
          position: relative;
          overflow: hidden;
        }

        .csrb-editorial-container {
          max-width: 1200px;
          margin: 0 auto;
        }

        .csrb-split-layout {
          display: grid;
          grid-template-columns: 1fr 1.1fr;
          gap: 64px;
          align-items: flex-start;
        }

        /* Narrative Left-Column Typography */
        .csrb-narrative-column {
          display: flex;
          flex-direction: column;
          gap: 20px;
          position: sticky;
          top: 40px;
        }

        .csrb-section-title {
          font-size: clamp(2.1rem, 4vw, 2.8rem);
          font-weight: 800;
          color: #113d48; /* Signature corporate deep teal */
          line-height: 1.2;
          margin: 0;
          letter-spacing: -1px;
        }

        .csrb-serif-italic {
          font-family: Georgia, serif;
          font-weight: 300;
          font-style: italic;
        }

        .csrb-title-divider {
          width: 50px;
          height: 3px;
          background-color: #113d48;
          border-radius: 2px;
        }

        .csrb-lead-paragraph {
          font-size: 16.5px;
          line-height: 1.7;
          color: #475569;
          margin: 8px 0 0 0;
        }

        /* List Right-Column Typography & List Styling */
        .csrb-list-column {
          display: flex;
          flex-direction: column;
          gap: 24px;
        }

        .csrb-list-eyebrow {
          font-size: 12px;
          font-weight: 700;
          text-transform: uppercase;
          letter-spacing: 2px;
          color: #113d48;
          opacity: 0.8;
          border-left: 2px solid #113d48;
          padding-left: 10px;
          line-height: 1;
        }

        .csrb-list {
          list-style: none;
          padding: 0;
          margin: 0;
          display: flex;
          flex-direction: column;
          gap: 16px;
        }

        .csrb-list-item {
          display: flex;
          align-items: center;
          gap: 18px;
          padding: 16px 20px;
          background-color: #f8fafc;
          border: 1px solid #e2e8f0;
          border-radius: 14px;
          transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
        }

        .csrb-list-item:hover {
          transform: translateX(6px);
          background-color: #f1f5f9;
          border-color: #113d48;
        }

        /* Custom Bullet Icon Wrapper */
        .csrb-bullet-wrapper {
          display: flex;
          align-items: center;
          justify-content: center;
          background-color: rgba(17, 61, 72, 0.08);
          color: #113d48;
          width: 30px;
          height: 30px;
          border-radius: 50%;
          flex-shrink: 0;
          transition: all 0.3s ease;
        }

        .csrb-list-item:hover .csrb-bullet-wrapper {
          background-color: #113d48;
          color: #ffffff;
          transform: scale(1.08);
        }

        .csrb-bullet-icon {
          width: 14px;
          height: 14px;
        }

        .csrb-item-text {
          font-size: 15.5px;
          font-weight: 600;
          color: #334155;
          line-height: 1.4;
          transition: color 0.3s ease;
        }

        .csrb-list-item:hover .csrb-item-text {
          color: #113d48;
        }

        /* Responsive Breakpoints */
        @media (max-width: 1024px) {
          .csrb-split-layout {
            grid-template-columns: 1fr;
            gap: 48px;
          }

          .csrb-narrative-column {
            position: relative;
            top: 0;
          }

          .csrb-root-wrapper {
            padding: 70px 24px;
          }
        }

        @media (max-width: 640px) {
          .csrb-list-item {
            padding: 14px 16px;
            gap: 14px;
          }

          .csrb-item-text {
            font-size: 14.5px;
          }
        }

        .ibw-cntr-wrapper {
          background-color: #fafbfc;
          padding: 100px 24px;
          color: #0f172a;
          position: relative;
          overflow: hidden;
        }

        .ibw-cntr-container {
          max-width: 1200px;
          margin: 0 auto;
          display: flex;
          flex-direction: column;
          align-items: center;
        }

        /* Centered Header Section */
        .ibw-cntr-header {
          text-align: center;
          max-width: 820px;
          margin-bottom: 64px;
          display: flex;
          flex-direction: column;
          align-items: center;
        }

       

        .ibw-cntr-title {
          font-size: clamp(2rem, 4.5vw, 2.75rem);
          font-weight: 800;
          color: #113d48;
          line-height: 1.2;
          margin: 0 0 16px 0;
          letter-spacing: -1px;
        }

        .ibw-cntr-divider {
          width: 50px;
          height: 3px;
          background-color: #113d48;
          border-radius: 2px;
          margin: 12px 0 24px 0;
        }

        /* Description Paragraphs Stacked */
        .ibw-cntr-narrative {
          display: flex;
          flex-direction: column;
          gap: 18px;
        }

        .ibw-cntr-paragraph {
          font-size: 16px;
          line-height: 1.75;
          color: #475569;
          margin: 0;
        }

        /* Left-to-Right 3 Column Grid */
        .ibw-cntr-grid {
          display: grid;
          grid-template-columns: repeat(3, 1fr);
          gap: 24px;
          width: 100%;
        }

        /* Elegant Micro-Cards */
        .ibw-cntr-card {
          position: relative;
          background-color: #ffffff;
          border: 1px solid #e2e8f0;
          border-radius: 20px;
          padding: 32px 28px;
          display: flex;
          flex-direction: column;
          align-items: flex-start;
          gap: 20px;
          transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
          box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02), 0 2px 4px -1px rgba(0, 0, 0, 0.01);
          overflow: hidden;
        }

        .ibw-cntr-card-accent {
          position: absolute;
          left: 0;
          top: 0;
          height: 100%;
          width: 0%;
          background-color: #113d48;
          transition: width 0.35s cubic-bezier(0.16, 1, 0.3, 1);
          opacity: 0.03;
        }

        .ibw-cntr-icon-box {
          background-color: rgba(17, 61, 72, 0.04);
          color: #113d48;
          width: 48px;
          height: 48px;
          border-radius: 14px;
          display: flex;
          align-items: center;
          justify-content: center;
          flex-shrink: 0;
          transition: all 0.3s ease;
          border: 1px solid rgba(17, 61, 72, 0.06);
        }

        .ibw-cntr-icon {
          width: 22px;
          height: 22px;
        }

        .ibw-cntr-card-text {
          font-size: 15px;
          font-weight: 600;
          color: #334155;
          line-height: 1.5;
          margin: 0;
          transition: color 0.3s ease;
        }

        /* Hover Interactions */
        .ibw-cntr-card:hover {
          border-color: #113d48;
          transform: translateY(-4px);
          box-shadow: 0 16px 32px -4px rgba(17, 61, 72, 0.05), 0 4px 12px -2px rgba(17, 61, 72, 0.02);
        }

        .ibw-cntr-card:hover .ibw-cntr-card-accent {
          width: 100%;
        }

        .ibw-cntr-card:hover .ibw-cntr-icon-box {
          background-color: #113d48;
          color: #ffffff;
          transform: scale(1.05);
        }

        .ibw-cntr-card:hover .ibw-cntr-card-text {
          color: #113d48;
        }

        /* Responsive Breakpoints */
        @media (max-width: 1024px) {
          .ibw-cntr-grid {
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
          }

          .ibw-cntr-wrapper {
            padding: 80px 24px;
          }
        }

        @media (max-width: 640px) {
          .ibw-cntr-wrapper {
            padding: 60px 16px;
          }

          .ibw-cntr-header {
            margin-bottom: 40px;
          }

          .ibw-cntr-grid {
            grid-template-columns: 1fr;
            gap: 16px;
          }

          .ibw-cntr-card {
            padding: 24px;
            gap: 16px;
          }
        }

         .crvs-section {
          background-color: #fafbfc;
          padding: 50px 24px 100px;
          color: #0f172a;
          position: relative;
          overflow: hidden;
        }

        .crvs-container {
          max-width: 1200px;
          margin: 0 auto;
        }

        .crvs-main-heading {
          font-size: clamp(2rem, 4vw, 2.75rem);
          font-weight: 800;
          color: #113d48;
          text-align: center;
          line-height: 1.2;
          margin: 0 0 64px 0;
          letter-spacing: -1px;
        }

        /* Responsive Comparison Layout */
        .crvs-comparison-grid {
          display: grid;
          grid-template-columns: repeat(2, 1fr);
          gap: 32px;
          align-items: stretch;
        }

        /* Base Card Styling */
        .crvs-card {
          position: relative;
          background-color: #ffffff;
          border-radius: 24px;
          padding: 44px;
          display: flex;
          flex-direction: column;
          gap: 28px;
          transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
        }

        /* Standard Outing Card (Subtle Contrast) */
        .crvs-card-muted {
          border: 1px solid #e2e8f0;
          box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02);
        }

        .crvs-card-muted:hover {
          border-color: #cbd5e1;
          transform: translateY(-4px);
          box-shadow: 0 12px 24px -10px rgba(0, 0, 0, 0.05);
        }

        /* Regatta Card (Premium Brand Style) */
        .crvs-card-active {
          border: 1px solid rgba(17, 61, 72, 0.15);
          box-shadow: 0 10px 30px -10px rgba(17, 61, 72, 0.06);
          overflow: hidden;
        }

        .crvs-card-accent-glow {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 4px;
          background: linear-gradient(90deg, #113d48, #2a616e);
        }

        .crvs-card-active:hover {
          border-color: #113d48;
          transform: translateY(-4px);
          box-shadow: 0 20px 40px -12px rgba(17, 61, 72, 0.12);
        }

        /* Card Header Elements */
        .crvs-card-header {
          display: flex;
          align-items: center;
          gap: 18px;
        }

        .crvs-icon-wrapper {
          width: 52px;
          height: 52px;
          border-radius: 14px;
          display: flex;
          align-items: center;
          justify-content: center;
          flex-shrink: 0;
        }

        .crvs-icon-muted {
          background-color: #f1f5f9;
          color: #64748b;
        }

        .crvs-icon-active {
          background-color: rgba(17, 61, 72, 0.06);
          color: #113d48;
        }

        .crvs-svg-icon {
          width: 24px;
          height: 24px;
        }

        .crvs-card-title {
          font-size: 22px;
          font-weight: 700;
          margin: 0;
          letter-spacing: -0.4px;
        }

        .crvs-title-muted {
          color: #475569;
        }

        .crvs-title-active {
          color: #113d48;
        }

        /* Content Paragraphs */
        .crvs-card-content {
          display: flex;
          flex-direction: column;
          gap: 16px;
          height: 100%;
        }

        .crvs-paragraph {
          font-size: 16px;
          line-height: 1.65;
          color: #475569;
          margin: 0;
        }

        .crvs-divider {
          height: 1px;
          background-color: #f1f5f9;
          margin: 12px 0;
        }

        /* Feature Bullet Points */
        .crvs-feature-list {
          list-style: none;
          padding: 0;
          margin: auto 0 0 0;
          display: flex;
          flex-direction: column;
          gap: 14px;
        }

        .crvs-feature-item {
          display: flex;
          align-items: center;
          gap: 12px;
          font-size: 15px;
          font-weight: 500;
          color: #334155;
        }

        .crvs-bullet {
          width: 8px;
          height: 8px;
          border-radius: 50%;
          flex-shrink: 0;
        }

        .crvs-bullet-muted {
          background-color: #94a3b8;
        }

        .crvs-bullet-active {
          background-color: #113d48;
        }

        /* Responsive Breakpoints */
        @media (max-width: 1024px) {
          .crvs-section {
            padding: 80px 24px;
          }

          .crvs-card {
            padding: 32px;
          }
        }

        @media (max-width: 768px) {
          .crvs-comparison-grid {
            grid-template-columns: 1fr;
            gap: 24px;
          }

          .crvs-main-heading {
            margin-bottom: 44px;
          }
        }

        @media (max-width: 480px) {
          .crvs-section {
            padding: 60px 16px;
          }

          .crvs-card {
            padding: 24px;
            gap: 20px;
          }
        }

         .wcer-section {
          background-color: #fafbfc;
          padding: 0px 24px 100px;
          color: #0f172a;
          position: relative;
          overflow: hidden;
        }

        .wcer-container {
          max-width: 1200px;
          margin: 0 auto;
        }

        .wcer-heading {
          font-size: clamp(2rem, 4vw, 2.75rem);
          font-weight: 800;
          color: #113d48;
          text-align: center;
          line-height: 1.2;
          margin: 0 0 64px 0;
          letter-spacing: -1px;
        }

        /* Responsive Columns Grid */
        .wcer-grid {
          display: grid;
          grid-template-columns: repeat(3, 1fr);
          gap: 32px;
          align-items: stretch;
        }

        /* Minimalist Modern Premium Cards */
        .wcer-card {
          position: relative;
          background-color: #ffffff;
          border-radius: 24px;
          border: 1px solid #e2e8f0;
          padding: 36px;
          display: flex;
          flex-direction: column;
          justify-content: space-between;
          transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
        }

        /* Hover depth state for standard cards */
        .wcer-card:hover {
          border-color: #cbd5e1;
          transform: translateY(-6px);
          box-shadow: 0 16px 36px rgba(0, 0, 0, 0.04);
        }

        /* Active highlight styling */
        .wcer-card-active {
          border-color: rgba(17, 61, 72, 0.2);
          box-shadow: 0 10px 30px rgba(17, 61, 72, 0.04);
        }

        .wcer-card-active:hover {
          border-color: #113d48;
          box-shadow: 0 20px 40px rgba(17, 61, 72, 0.1);
        }

       

        /* Header Rows inside cards */
        .wcer-card-header {
          display: flex;
          align-items: center;
          gap: 16px;
          margin-bottom: 24px;
        }

        .wcer-icon-box {
          width: 48px;
          height: 48px;
          border-radius: 12px;
          display: flex;
          align-items: center;
          justify-content: center;
          background-color: rgba(17, 61, 72, 0.07);
          color: #113d48;
          flex-shrink: 0;
        }

        .wcer-icon-alt {
          background-color: #f1f5f9;
          color: #475569;
        }

        .wcer-svg {
          width: 22px;
          height: 22px;
        }

        .wcer-card-title {
          font-size: 19px;
          font-weight: 700;
          color: #1e293b;
          margin: 0;
          letter-spacing: -0.3px;
        }

        /* Image Wrapper with Overflow Hidden for Zoom Animation */
        .wcer-image-wrapper {
          width: 100%;
          height: 170px;
          border-radius: 14px;
          overflow: hidden;
          margin-bottom: 24px;
        }

        .wcer-card-image {
          width: 100%;
          height: 100%;
          background-size: cover;
          background-position: center;
          transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
        }

        /* Interaction Zoom on Image Wrapper on Card Hover */
        .wcer-card:hover .wcer-card-image {
          transform: scale(1.05);
        }

        /* Content copy styling */
        .wcer-paragraph {
          font-size: 15px;
          line-height: 1.6;
          color: #475569;
          margin: 0 0 28px 0;
          flex-grow: 1; /* Pushes footer to the bottom evenly */
        }

        .wcer-highlight {
          color: #113d48;
          font-weight: 700;
        }

        .wcer-highlight-alt {
          color: #1e293b;
          font-weight: 700;
        }

        /* Footer Alignment Details */
        .wcer-footer-indicator {
          display: flex;
          align-items: center;
          justify-content: space-between;
          border-top: 1px solid #f1f5f9;
          padding-top: 20px;
          font-size: 14px;
          font-weight: 700;
          color: #113d48;
          transition: color 0.3s ease;
        }

        .wcer-card:not(.wcer-card-active) .wcer-footer-indicator {
          color: #64748b;
        }

        .wcer-arrow {
          width: 16px;
          height: 16px;
          transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
        }

        /* Hover Interactions */
        .wcer-card:hover .wcer-arrow {
          transform: translateX(5px);
        }

        .wcer-card:hover .wcer-footer-indicator {
          color: #113d48;
        }

        /* Responsive Breakpoints */
        @media (max-width: 1024px) {
          .wcer-section {
            padding: 80px 24px;
          }

          .wcer-grid {
            gap: 24px;
          }

          .wcer-card {
            padding: 30px;
          }

          .wcer-image-wrapper {
            height: 150px;
          }
        }

        @media (max-width: 768px) {
          .wcer-grid {
            grid-template-columns: 1fr;
            gap: 32px;
          }

          .wcer-heading {
            margin-bottom: 44px;
          }

          .wcer-image-wrapper {
            height: 200px; /* Better proportions for stacked single-column mobile layouts */
          }
        }

        @media (max-width: 480px) {
          .wcer-section {
            padding: 60px 16px;
          }

          .wcer-card {
            padding: 24px;
          }

          .wcer-image-wrapper {
            height: 170px;
          }
        }

         .wtei-section {
          background-color: #ffffff;
          padding: 100px 24px;
          color: #0f172a;
          position: relative;
        }

        .wtei-container {
          max-width: 1200px;
          margin: 0 auto;
        }

        .wtei-grid {
          display: grid;
          grid-template-columns: 1.1fr 1fr;
          gap: 80px;
          align-items: flex-start;
        }

        /* Left Side Content Styles */
        .wtei-col-left {
          display: flex;
          flex-direction: column;
        }

        .wtei-title {
          font-size: clamp(2rem, 4vw, 2.75rem);
          font-weight: 800;
          color: #113d48;
          line-height: 1.2;
          margin: 0 0 28px 0;
          letter-spacing: -1px;
        }

        .wtei-paragraph {
          font-size: 16px;
          line-height: 1.7;
          color: #475569;
          margin: 0 0 20px 0;
        }

        .wtei-paragraph:last-child {
          margin-bottom: 0;
        }

        /* Right Side List Inclusions Styles */
        .wtei-col-right {
          background-color: #fcfdfe;
          border: 1px solid #e2e8f0;
          border-radius: 20px;
          padding: 40px;
        }

        .wtei-list {
          list-style: none;
          padding: 0;
          margin: 0;
          display: flex;
          flex-direction: column;
          gap: 20px;
        }

        .wtei-list-item {
          display: flex;
          align-items: flex-start;
          gap: 16px;
          padding-bottom: 16px;
          border-bottom: 1px solid #f1f5f9;
        }

        .wtei-list-item:last-child {
          padding-bottom: 0;
          border-bottom: none;
        }

        .wtei-list-icon {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 24px;
          height: 24px;
          border-radius: 50%;
          background-color: rgba(17, 61, 72, 0.08);
          color: #113d48;
          flex-shrink: 0;
          margin-top: 2px;
        }

        .wtei-check-svg {
          width: 13px;
          height: 13px;
        }

        .wtei-list-text {
          font-size: 15px;
          line-height: 1.5;
          font-weight: 500;
          color: #1e293b;
        }

        /* Fluid Responsive Breakpoints */
        @media (max-width: 1024px) {
          .wtei-grid {
            gap: 40px;
          }
          
          .wtei-col-right {
            padding: 32px;
          }
        }

        @media (max-width: 768px) {
          .wtei-section {
            padding: 80px 24px;
          }

          .wtei-grid {
            grid-template-columns: 1fr;
            gap: 48px;
          }

          .wtei-title {
            margin-bottom: 24px;
          }
        }

        @media (max-width: 480px) {
          .wtei-section {
            padding: 60px 16px;
          }

          .wtei-col-right {
            padding: 24px;
            border-radius: 16px;
          }

          .wtei-list {
            gap: 16px;
          }

          .wtei-list-item {
            padding-bottom: 12px;
          }
        } 

        .scroll-top-btn {
  position: fixed;
  left: 20px;
  bottom: 20px;
  width: 48px;
  height: 48px;
  border: none;
  border-radius: 50%;
  background: #ffffff;
  color: #2b4569;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  z-index: 9999;
}

.scroll-top-btn.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.scroll-top-btn:hover {
  background: #2b4569;
  color: #fff;
  transform: translateY(-4px);
}

.scroll-top-btn:active {
  transform: scale(0.95);
}

#cp-process-flow{
  grid-template-columns: repeat(2, 1fr);
}

#cp-banner-inner{
  align-items: center;
  
}

 .wpc-section-wrapper {
          background-color: #ffffff;
          padding: 100px 24px;
          color: #0f172a;
          position: relative;
        }

        .wpc-container {
          max-width: 1200px;
          margin: 0 auto;
        }

        .wpc-grid {
          display: grid;
          grid-template-columns: 1.1fr 0.9fr;
          gap: 80px;
          align-items: flex-start;
        }

        /* Copy Column Styling */
        .wpc-content-col {
          display: flex;
          flex-direction: column;
          position: sticky;
          top: 40px;
        }

        .wpc-heading {
          font-size: clamp(2.2rem, 4.5vw, 2.75rem);
          font-weight: 800;
          color: #113d48; /* Brand Teal Theme */
          line-height: 1.25;
          margin: 0 0 24px 0;
          letter-spacing: -1.2px;
        }

        .wpc-decorative-line {
          width: 80px;
          height: 4px;
          background-color: #113d48;
          border-radius: 2px;
          margin-bottom: 32px;
        }

        .wpc-paragraph {
          font-size: 16px;
          line-height: 1.8;
          color: #475569; /* Balanced slate grey */
          margin: 0 0 24px 0;
        }

        .wpc-paragraph:last-of-type {
          margin-bottom: 0;
        }

        /* Highlights Column Styling */
        .wpc-highlights-col {
          display: flex;
          flex-direction: column;
          gap: 16px;
        }

        .wpc-highlight-card {
          display: flex;
          align-items: center;
          gap: 20px;
          padding: 24px;
          background-color: #fcfdfe;
          border: 1px solid #e2e8f0;
          border-radius: 16px;
          transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
        }

        .wpc-highlight-card:hover {
          transform: translateX(4px);
          border-color: #113d48;
          background-color: #ffffff;
          box-shadow: 0 10px 25px rgba(17, 61, 72, 0.04);
        }

        .wpc-icon-wrapper {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 52px;
          height: 52px;
          border-radius: 12px;
          background-color: rgba(17, 61, 72, 0.05);
          color: #113d48;
          flex-shrink: 0;
          transition: all 0.3s ease;
        }

        .wpc-highlight-card:hover .wpc-icon-wrapper {
          background-color: #113d48;
          color: #ffffff;
        }

        .wpc-svg-icon {
          width: 22px;
          height: 22px;
        }

        .wpc-highlight-text-box {
          display: flex;
          flex-direction: column;
        }

        .wpc-highlight-title {
          font-size: 16px;
          font-weight: 600;
          color: #1e293b;
          margin: 0;
          line-height: 1.5;
        }

        @media (max-width: 1024px) {
          .wpc-grid {
            gap: 40px;
          }
          
          .wpc-highlight-card {
            padding: 20px;
          }
        }

        @media (max-width: 768px) {
          .wpc-section-wrapper {
            padding: 80px 24px;
          }

          .wpc-grid {
            grid-template-columns: 1fr;
            gap: 48px;
          }

          .wpc-content-col {
            position: static;
          }

          .wpc-heading {
            margin-bottom: 20px;
          }

          .wpc-decorative-line {
            margin-bottom: 24px;
          }
          #cp-process-flow{
            grid-template-columns: 1fr;
          }
        }

        @media (max-width: 480px) {
          .wpc-section-wrapper {
            padding: 60px 16px;
          }

          .wpc-highlight-card {
            padding: 16px;
            gap: 16px;
            border-radius: 12px;
          }

          .wpc-icon-wrapper {
            width: 44px;
            height: 44px;
            border-radius: 10px;
          }

          .wpc-svg-icon {
            width: 18px;
            height: 18px;
          }

          .wpc-highlight-title {
            font-size: 15px;
          }
        }

        #cp_decision_grid{
          grid-template-columns: repeat(3, 1fr);
        }

        #cn-root-wrapper{
          padding: 0 0 80px;
        }

        #cn_wtei_section{
          padding-top: 0;
        }

         @media (max-width: 600px){
          #cp_safety{
            padding-top: 0;
          }
          #cp_decision_grid{
            grid-template-columns: 1fr;
          }
          #cn-root-wrapper{
            padding: 0 20px 80px;
          }
         }  

           /* Main Section Wrapper */
        .clsm-mid-root-wrapper {
          position: relative;
          background-color: #020b14; /* Super deep navy base */
          color: #ffffff;
          padding: 40px 24px 60px;
          /* min-height: 80vh; */
          display: flex;
          align-items: center;
          overflow: hidden;
        }

        /* High Visibility luxury background image (35% opacity) */
        .clsm-mid-bg-image {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-image: url('../img/birthday1.png');
          background-size: cover;
          background-position: center;
          opacity: 0.2;
          z-index: 1;
          pointer-events: none;
        }

        /* Dual contrast protection system to guarantee white-text readability */
        .clsm-mid-bg-gradient-overlay {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: linear-gradient(180deg, rgb(11 30 36 / 20%) 0%, rgb(6 17 20 / 10%) 100%);
          z-index: 2;
          pointer-events: none;
        }

        /* 1200px Constrained Content Container */
        .clsm-mid-container {
          position: relative;
          z-index: 3;
          width: 100%;
          max-width: 1200px;
          margin: 0 auto;
        }

        /* Centered Header block */
        .clsm-mid-header {
          text-align: center;
          margin-bottom: 20px;
        }

        /* Large, bold, pristine-white primary heading */
        .clsm-mid-main-title {
          font-size: clamp(2.4rem, 5.5vw, 3.8rem);
          font-weight: 850;
          color: #ffffff;
          line-height: 1.15;
          letter-spacing: -1.5px;
          margin: 0 auto;
          max-width: 950px;
          text-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
        }

        /* High-end glowing ice-blue center divider line */
        .clsm-mid-decorative-line {
          width: 100px;
          height: 4px;
          background: linear-gradient(90deg, transparent, #3b82f6, #93c5fd, #3b82f6, transparent);
          border-radius: 99px;
          margin: 28px auto 0 auto;
          box-shadow: 0 0 10px rgba(59, 130, 246, 0.5);
        }

        /* Left-and-Right 2-Column Responsive Narrative Layout */
        .clsm-mid-editorial-grid {
          display: grid;
          grid-template-columns: 1fr 1fr;
          gap: 48px;
          align-items: flex-start;
          text-align: left;
        }

        .clsm-mid-grid-col {
          display: flex;
          flex-direction: column;
          gap: 28px;
        }

        /* Clean, high-readability pure white paragraph typography */
        .clsm-mid-paragraph {
          font-size: 19px;
          line-height: 1.8;
          color: #f8fafc; /* Beautiful premium crisp slate white */
          margin: 0;
          font-weight: 400;
          text-shadow: 0 2px 4px rgba(0, 0, 0, 0.35);
        }

        /* Footer container centering highlight line */
        .clsm-mid-footer {
          margin-top: 72px;
          display: flex;
          justify-content: center;
        }

        /* Premium Frosted Glassmorphism Accent Capsule */
        .clsm-mid-highlight-badge {
          display: inline-flex;
          align-items: center;
          gap: 16px;
          /* background: rgba(255, 255, 255, 0.04); */
          backdrop-filter: blur(12px);
          -webkit-backdrop-filter: blur(12px);
          /* border: 1px solid rgba(255, 255, 255, 0.15); */
          border-radius: 100px;
          padding: 16px 36px;
           background: rgba(59, 130, 246, 0.08);
          border-color: rgba(59, 130, 246, 0.4);
          transform: translateY(-3px);
          box-shadow: 0 15px 35px rgba(59, 130, 246, 0.15),
                      inset 0 1px 1px rgba(255, 255, 255, 0.3);
          transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
        }

        .clsm-mid-highlight-badge:hover {
          background: rgba(59, 130, 246, 0.08);
          border-color: rgba(59, 130, 246, 0.4);
          transform: translateY(-3px);
          box-shadow: 0 15px 35px rgba(59, 130, 246, 0.15),
                      inset 0 1px 1px rgba(255, 255, 255, 0.3);
        }

        /* Ice blue stylized wind-flow icon */
        .clsm-mid-badge-icon {
          width: 22px;
          height: 22px;
          color: #93c5fd; /* Radiant ice blue */
          filter: drop-shadow(0 0 4px rgba(147, 197, 253, 0.6));
        }

        /* Ultra clean bold white badge label text */
        .clsm-mid-badge-text {
          font-size: 18px;
          font-weight: 600;
          letter-spacing: 0.5px;
          color: #ffffff;
          text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
        }

        /* Comprehensive Multi-Device Responsiveness Adjustments */
        @media (max-width: 968px) {
          .clsm-mid-editorial-grid {
            grid-template-columns: 1fr;
            gap: 28px;
          }

          .clsm-mid-root-wrapper {
            padding: 90px 24px;
          }

          .clsm-mid-header {
            margin-bottom: 48px;
          }

          .clsm-mid-footer {
            margin-top: 56px;
          }
        }

        @media (max-width: 480px) {
          .clsm-mid-root-wrapper {
            padding: 70px 16px;
          }

          .clsm-mid-paragraph {
            font-size: 17px;
            line-height: 1.7;
          }

          .clsm-mid-highlight-badge {
            padding: 12px 15px;
            width: 100%;
            justify-content: center;
          }

          .clsm-mid-badge-text {
            font-size: 15px;
          }

          .clsm-mid-badge-icon {
            width: 18px;
            height: 18px;
          }
        }

        .ycf-premium-wrapper {
          background-color: #ffffff;
          padding: 50px 24px 80px;
          color: #113d48;
          position: relative;
          overflow: hidden;
        }

        .ycf-premium-container {
          max-width: 1200px;
          margin: 0 auto;
        }

        /* Centered Premium Title Area */
        .ycf-premium-header {
          text-align: center;
          margin-bottom: 70px;
        }

        .ycf-premium-title {
          font-size: clamp(2.1rem, 4.2vw, 2.85rem);
          font-weight: 800;
          color: #113d48;
          line-height: 1.25;
          letter-spacing: -0.8px;
          margin: 0 0 16px 0;
        }

        .ycf-premium-divider {
          display: flex;
          justify-content: center;
          align-items: center;
          margin-bottom: 20px;
        }

        .ycf-wave-svg {
          width: 90px;
          height: auto;
          opacity: 0.85;
        }

        /* Editorial Description Split Grid */
        .ycf-premium-intro-split {
          display: grid;
          grid-template-columns: 1fr 1fr;
          gap: 48px;
          text-align: left;
          max-width: 1080px;
          margin: 0 auto;
        }

        .ycf-intro-lead {
          font-size: 19px;
          line-height: 1.8;
          color: #113d48;
          font-weight: 600;
          margin: 0;
        }

        .ycf-intro-sub {
          font-size: 16px;
          line-height: 1.8;
          color: #4d6970;
          font-weight: 400;
          margin: 0;
        }

        /* Clean 4-Column Layout Grid (No offsets/staggering) */
        .ycf-staggered-grid {
          display: grid;
          grid-template-columns: repeat(4, 1fr);
          gap: 24px;
          margin-top: 40px;
          align-items: stretch;
        }

        /* Vessel Cut Shape Styling - Now set to the high contrast active layout permanently */
        .ycf-vessel-card {
          background: #ffffff;
          border: 1px solid rgba(17, 61, 72, 0.22);
          /* Yacht-bow inspired asymmetrical border radius */
          border-radius: 40px 12px 40px 12px;
          padding: 44px 30px;
          position: relative;
          overflow: hidden;
          display: flex;
          flex-direction: column;
          align-items: flex-start;
          box-shadow: 0 20px 45px rgba(17, 61, 72, 0.08);
        }

        /* Left side glowing linear accent strip - Permanently Scaled and Visible */
        .ycf-card-top-accent {
          position: absolute;
          top: 0;
          left: 0;
          width: 6px;
          height: 100%;
          background: #113d48;
          transform: scaleY(1);
          transform-origin: top;
        }

        /* Permanently Selected Card Icon Box Styling */
        .ycf-card-icon-box {
          width: 58px;
          height: 58px;
          background: #113d48;
          border: 1px solid #113d48;
          border-radius: 14px;
          display: flex;
          align-items: center;
          justify-content: center;
          margin-bottom: 28px;
          box-shadow: 0 4px 14px rgba(17, 61, 72, 0.2);
          position: relative;
          z-index: 2;
        }

        .ycf-card-svg {
          width: 26px;
          height: 26px;
        }

        /* Card Typography */
        .ycf-card-title {
          font-size: 20px;
          font-weight: 800;
          color: #113d48;
          margin: 0 0 12px 0;
          letter-spacing: -0.4px;
          position: relative;
          z-index: 2;
        }

        .ycf-card-paragraph {
          font-size: 15px;
          line-height: 1.65;
          color: #4d6970;
          margin: 0;
          font-weight: 400;
          position: relative;
          z-index: 2;
        }

        /* Screen Responsiveness Layouts */
        @media (max-width: 1024px) {
          .ycf-staggered-grid {
            grid-template-columns: repeat(2, 1fr);
            gap: 28px;
          }

          .ycf-premium-intro-split {
            grid-template-columns: 1fr;
            gap: 24px;
          }

          .ycf-premium-wrapper {
            padding: 80px 24px;
          }
        }

        @media (max-width: 640px) {
          .ycf-staggered-grid {
            grid-template-columns: 1fr;
            gap: 20px;
          }

          .ycf-vessel-card {
            padding: 36px 24px;
            border-radius: 30px 10px 30px 10px;
          }

          .ycf-premium-wrapper {
            padding: 60px 16px;
          }
        }

          .wyor-root-wrapper {
          background-color: #ffffff;
          padding: 0px 24px;
          color: #113d48;
          position: relative;
        }

        .wyor-container {
          max-width: 1200px;
          margin: 0 auto;
        }

        /* Top Centered Section Header */
        .wyor-header {
          text-align: center;
          margin-bottom: 72px;
          max-width: 800px;
          margin-left: auto;
          margin-right: auto;
        }

        .wyor-title {
          font-size: clamp(2.1rem, 4.5vw, 2.85rem);
          font-weight: 800;
          color: #113d48;
          line-height: 1.25;
          letter-spacing: -0.8px;
          margin: 0 0 16px 0;
        }

        .wyor-accent-wave {
          width: 80px;
          margin: 0 auto 28px auto;
          opacity: 0.85;
        }

        .wyor-lead-copy {
          font-size: 18px;
          line-height: 1.7;
          color: #556c72;
          font-weight: 500;
          margin: 0;
        }

        /* Dual Column Layout */
        .wyor-comparison-grid {
          display: grid;
          grid-template-columns: repeat(2, 1fr);
          gap: 40px;
          max-width: 900px;
          margin: 0 auto;
        }

        /* Luxury Yacht-Hull Inspired Cards */
        .wyor-card {
          background: #ffffff;
          border: 1px solid #e2ecee;
          border-radius: 24px;
          overflow: hidden;
          box-shadow: 0 20px 40px rgba(17, 61, 72, 0.08);
          display: flex;
          flex-direction: column;
          position: relative;
        }

        /* Elegant Top Canopy with Ship-Bow Geometric Angles */
        .wyor-card-canopy {
          background: linear-gradient(135deg, #0d2f38 0%, #113d48 100%);
          padding: 48px 40px 64px 40px;
          position: relative;
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
        }

        /* Left Card Canopy: Sleek Angle pointing down-left */
        .wyor-canopy-left {
          clip-path: polygon(0 0, 100% 0, 100% 84%, 0 100%);
        }

        /* Right Card Canopy: Sleek Angle pointing down-right */
        .wyor-canopy-right {
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 84%);
        }

        /* Glassmorphic Capacity Capsule Badges */
        .wyor-badge-capsule {
          display: inline-flex;
          align-items: center;
          gap: 8px;
          background: rgba(255, 255, 255, 0.1);
          color: #ffffff;
          font-size: 13px;
          font-weight: 700;
          letter-spacing: 0.8px;
          text-transform: uppercase;
          padding: 8px 18px;
          border-radius: 99px;
          margin-bottom: 28px;
          border: 1px solid rgba(255, 255, 255, 0.25);
          backdrop-filter: blur(4px);
        }

        .wyor-badge-pulse {
          width: 8px;
          height: 8px;
          background-color: #64e3f3;
          border-radius: 50%;
          display: inline-block;
          box-shadow: 0 0 0 0 rgba(100, 227, 243, 0.5);
        }

        /* Vessel Silhouette Container */
        .wyor-vessel-icon-box {
          width: 80px;
          height: 80px;
          display: flex;
          align-items: center;
          justify-content: center;
          background: rgba(255, 255, 255, 0.05);
          border-radius: 50%;
          border: 1px solid rgba(255, 255, 255, 0.1);
        }

        .wyor-svg-icon {
          width: 48px;
          height: 48px;
        }

        /* White Informational Card Body styling */
        .wyor-card-body {
          padding: 40px 40px 48px 40px;
          background: #ffffff;
          position: relative;
          display: flex;
          flex-direction: column;
          align-items: flex-start;
          flex-grow: 1;
        }

        /* Left-side luxury structural vertical strip */
        .wyor-keel-line {
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          width: 5px;
          background: #113d48;
        }

        .wyor-card-right .wyor-keel-line{
          left: auto;
          right: 0;
        }

        /* Body Typography and Layout */
        .wyor-card-title {
          font-size: 24px;
          font-weight: 800;
          color: #113d48;
          margin: 0 0 16px 0;
          letter-spacing: -0.5px;
        }

        .wyor-divider-line {
          width: 48px;
          height: 2px;
          background: rgba(17, 61, 72, 0.15);
          margin-bottom: 24px;
        }

        .wyor-card-paragraph {
          font-size: 15.5px;
          line-height: 1.8;
          color: #556c72;
          margin: 0;
          font-weight: 400;
        }

        #birtday_perfect_for{
          padding-top: 100px;
        }

        /* ---------------------------------- */
        /* Smooth Responsive Adaptations      */
        /* ---------------------------------- */
        @media (max-width: 991px) {
          .wyor-comparison-grid {
            grid-template-columns: 1fr;
            gap: 32px;
          }

          .wyor-card-canopy {
            padding: 40px 32px 56px 32px;
          }

          .wyor-card-body {
            padding: 32px 32px 40px 32px;
          }

          .wyor-root-wrapper {
            padding: 80px 20px;
          }
        }

        @media (max-width: 640px) {
          .wyor-root-wrapper {
            padding: 60px 16px 0;
          }

          .wyor-title{
            font-size: 32px;
          }

          .wyor-card-title {
            font-size: 21px;
          }

          .wyor-badge-capsule {
            font-size: 11.5px;
            padding: 6px 14px;
          }
        }

         .pyc-wrapper {
          width: 100%;
          background-color: #ffffff;
          padding: 100px 24px 100px;
          box-sizing: border-box;

          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
        }

        .pyc-container {
          max-width: 1200px;
          margin: 0 auto;
        }

        .pyc-header {
          text-align: center;
          margin-bottom: 60px;
          position: relative;
        }

        .pyc-header-tag {
          color: #113d48;
          font-size: 0.8rem;
          font-weight: 600;
          text-transform: uppercase;
          letter-spacing: 0.25em;
          margin-bottom: 16px;
          display: inline-block;
          opacity: 0.85;
        }

        .pyc-header-title {
         
          color: #000000;
          font-size: 3rem;
          font-weight: 500;
          margin: 0;
          letter-spacing: -0.01em;
          line-height: 1.15;
        }

        .pyc-header-divider {
          width: 40px;
          height: 1px;
          background-color: rgba(17, 61, 72, 0.3);
          margin: 24px auto 0 auto;
        }

        .pyc-unified-box {
          background: linear-gradient(180deg, #ffffff 0%, rgba(17, 61, 72, 0.02) 100%);
          border: 1px solid rgba(17, 61, 72, 0.1);
          border-radius: 20px;
          box-shadow: 0 4px 40px rgba(17, 61, 72, 0.02);
          display: grid;
          grid-template-columns: 1fr 1px 1fr;
          position: relative;
          overflow: hidden;
          transition: border-color 0.4s ease, box-shadow 0.4s ease;
        }

        .pyc-unified-box:hover {
          border-color: rgba(17, 61, 72, 0.2);
          box-shadow: 0 16px 60px rgba(17, 61, 72, 0.05);
        }

        .pyc-column {
          padding: 60px 50px;
          display: flex;
          flex-direction: column;
          justify-content: space-between;
          position: relative;
          overflow: hidden;
          z-index: 1;
        }

        /* Subtle background images scoped perfectly inside each side of the box */
        .pyc-column-bg {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-size: cover;
          background-position: center;
          opacity: 0.08; /* Kept very soft and whispering */
          z-index: -1;
          pointer-events: none;
          mix-blend-mode: luminosity;
          transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.8s ease;
        }

        .pyc-column:hover .pyc-column-bg {
          opacity: 0.1;
          transform: scale(1.03);
        }

        /* Delicate vertical divider line */
        .pyc-vertical-divider {
          background-color: rgba(17, 61, 72, 0.1);
          align-self: stretch;
          margin: 40px 0;
        }

        /* Fine thin-line icons */
        .pyc-icon-container {
          margin-bottom: 30px;
          display: inline-flex;
          align-items: center;
          justify-content: center;
          width: 50px;
          height: 50px;
          background-color: rgba(17, 61, 72, 0.03);
          border-radius: 50%;
          color: #113d48;
          transition: background-color 0.4s ease, color 0.4s ease, transform 0.4s ease;
        }

        .pyc-column:hover .pyc-icon-container {
          background-color: #113d48;
          color: #ffffff;
          transform: rotate(-3deg);
        }

        .pyc-card-badge {
          display: inline-block;
          padding: 5px 12px;
          background-color: rgba(17, 61, 72, 0.04);
          color: #113d48;
          font-weight: 500;
          font-size: 0.72rem;
          border-radius: 100px;
          text-transform: uppercase;
          letter-spacing: 0.12em;
          margin-bottom: 20px;
          border: 1px solid rgba(17, 61, 72, 0.05);
        }

        .pyc-card-title {
          
          color: #000000;
          font-size: 1.85rem;
          font-weight: 500;
          margin: 0 0 16px 0;
          line-height: 1.25;
          letter-spacing: -0.01em;
        }

        .pyc-card-copy {
          color: #3d3d3d;
          font-size: 0.95rem;
          line-height: 1.7;
          margin: 0 0 40px 0;
          font-weight: 400;
          letter-spacing: 0.01em;
          flex-grow: 1; /* Pushes the CTA to the bottom to align them perfectly */
        }

        .pyc-cta {
          display: inline-flex;
          align-items: center;
          color: #113d48;
          font-weight: 500;
          font-size: 0.9rem;
          text-decoration: none;
          gap: 10px;
          position: relative;
          padding-bottom: 4px;
          transition: color 0.3s ease;
          align-self: flex-start;
          cursor: pointer;
        }

        .pyc-cta-text {
          position: relative;
        }

        .pyc-cta-text::after {
          content: '';
          position: absolute;
          width: 100%;
          transform: scaleX(0);
          height: 1px;
          bottom: -4px;
          left: 0;
          background-color: #113d48;
          transform-origin: bottom right;
          transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
        }

        .pyc-cta:hover .pyc-cta-text::after {
          transform: scaleX(1);
          transform-origin: bottom left;
        }

        .pyc-arrow-icon {
          transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
        }

        .pyc-cta:hover .pyc-arrow-icon {
          transform: translateX(6px);
        }

        @media (max-width: 992px) {
          .pyc-wrapper {
            padding: 80px 20px;
          }

          .pyc-unified-box {
            grid-template-columns: 1fr; /* Stacks columns cleanly on tablet */
          }

          .pyc-vertical-divider {
            height: 1px;
            width: auto;
            margin: 0 40px;
          }

          .pyc-column {
            padding: 45px 35px;
          }

          .pyc-header-title {
            font-size: 2.4rem;
          }
        }

        @media (max-width: 576px) {
          .pyc-wrapper {
            padding: 60px 16px;
          }

          .pyc-column {
            padding: 35px 25px;
          }

          .pyc-vertical-divider {
            margin: 0 25px;
          }

          .pyc-header-title {
            font-size: 2rem;
          }

          .pyc-card-title {
            font-size: 1.6rem;
          }
        }

         .custom-image-gallery-container {
            width: 100%;
            /* max-width: 800px; */
            margin: 0 auto;
            padding: 20px;
        }

        .custom-grid-layout {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 16px;
        }

        .custom-grid-item {
            position: relative;
            width: 100%;
            padding-top: 60%; /* Creates a perfect square aspect ratio */
            overflow: hidden;
            border-radius: 8px;
        }

        .custom-grid-item img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.3s ease;
        }

        .custom-grid-item img:hover {
            transform: scale(1.05);
        }

        /* Responsive behavior: stack on very small screens if desired, 
           otherwise the grid handles scaling automatically */
        @media (max-width: 480px) {
            .custom-grid-layout {
                gap: 8px;
            }
        }

        /* ===========================
   WHICH YACHT OPTION
=========================== */

.wyoi-section{
    background:#fff;
    padding: 0px 20px;
}

.wyoi-container{
    max-width:1200px;
    margin:auto;
}

.wyoi-header{
    text-align:center;
    max-width:760px;
    margin:0 auto 60px;
}

.wyoi-title{
    font-size:clamp(2rem,5vw,3.2rem);
    line-height:1.15;
    font-weight:700;
    color:#111;
}

.wyoi-title span{
    color:#113d48;
    font-style:italic;
    font-family:Georgia, serif;
    font-weight:500;
}

.wyoi-line{
    width:90px;
    height:4px;
    background:#113d48;
    border-radius:20px;
    margin:24px auto;
}

.wyoi-description{
    color:#555;
    font-size:1.08rem;
    line-height:1.8;
}

/* GRID */

.wyoi-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:40px;
}

/* CARD */

.wyoi-card{

    background:#fff;
    border-radius:22px;
    overflow:hidden;

    border:1px solid rgba(17,61,72,.12);

    box-shadow:
    0 15px 35px rgba(0,0,0,.06);

    transition:.35s;
}

.wyoi-card:hover{

    transform:translateY(-8px);

    box-shadow:
    0 28px 55px rgba(17,61,72,.14);

}

/* IMAGE */

.wyoi-image-wrapper{

    position:relative;

    height:280px;

    overflow:hidden;
}

.wyoi-image-wrapper img{

    width:100%;
    height:100%;
    object-fit:cover;

    transition:.6s;
}

.wyoi-card:hover img{

    transform:scale(1.06);
}

/* Badge */

.wyoi-badge{

    position:absolute;

    left:24px;
    bottom:24px;

    background:#113d48;
    color:#fff;

    padding:12px 20px;

    border-radius:50px;

    font-weight:600;

    font-size:.95rem;

    letter-spacing:.3px;

    box-shadow:0 10px 30px rgba(17,61,72,.35);

}

/* CONTENT */

.wyoi-content{

    padding:38px;
}

.wyoi-content h3{

    font-size:1.75rem;

    color:#111;

    margin-bottom:18px;
}

.wyoi-divider{

    width:70px;

    height:3px;

    background:#113d48;

    border-radius:20px;

    margin-bottom:22px;
}

.wyoi-content p{

    color:#555;

    line-height:1.9;

    font-size:1rem;
}

/* =====================
TABLET
===================== */

@media(max-width:991px){

.wyoi-grid{

    grid-template-columns:1fr;

    gap:35px;
}

.wyoi-image-wrapper{

    height:260px;
}

}

/* =====================
MOBILE
===================== */

@media(max-width:768px){

.wyoi-section{

    padding:70px 18px;
}

.wyoi-content{

    padding:28px;
}

.wyoi-content h3{

    font-size:1.45rem;
}

.wyoi-image-wrapper{

    height:220px;
}

.wyoi-badge{

    left:16px;
    bottom:16px;

    padding:10px 16px;

    font-size:.9rem;
}

}

/* Small Phones */

@media(max-width:480px){

.wyoi-image-wrapper{

    height:190px;
}

.wyoi-title{

    line-height:1.25;
}

.wyoi-content{

    padding:24px;
}

.wyoi-content p{

    line-height:1.8;
}

}

.oshs-root {
          background-color: #ffffff;
          padding: 100px 24px 100px;
          color: #113d48;
          position: relative;
          overflow: hidden;
           isolation: isolate;
        }

        .oshs-root::before {
  content: "";
  position: absolute;
  inset: 0;

  background: url("../img/aboutus_bg.png") center/cover no-repeat;

  opacity: 0.1; /* Adjust between 0.03 - 0.15 */

  z-index: -1;
}

        .oshs-container {
          max-width: 1200px;
          margin: 0 auto;
          position: relative;
        }

        .oshs-grid {
          display: grid;
          grid-template-columns: 1.15fr 0.85fr;
          gap: 64px;
          align-items: center;
        }

        /* Left Column Narrative Layout */
        .oshs-left-col {
          position: relative;
          text-align: left;
        }

        .oshs-tag {
          display: inline-block;
          font-size: 11px;
          font-weight: 800;
          letter-spacing: 2px;
          text-transform: uppercase;
          color: #113d48;
          margin-bottom: 16px;
          background-color: #f0f5f6;
          padding: 6px 14px;
          border-radius: 4px;
        }

        /* Watermarked background year marker */
        .oshs-watermark {
          position: absolute;
          top: -30px;
          right: 15%;
          font-size: clamp(6rem, 15vw, 11rem);
          font-weight: 900;
          color: rgba(17, 61, 72, 0.03);
          line-height: 1;
          pointer-events: none;
          z-index: 1;
          user-select: none;
        }

        .oshs-main-title {
          font-size: clamp(2.5rem, 5vw, 3.8rem);
          font-weight: 800;
          color: #113d48;
          line-height: 1.15;
          letter-spacing: -1.5px;
          margin: 0 0 24px 0;
          position: relative;
          z-index: 2;
        }

        .oshs-divider {
          width: 60px;
          height: 3px;
          background-color: #113d48;
          margin-bottom: 40px;
          border-radius: 99px;
        }

        .oshs-narrative-stack {
          display: flex;
          flex-direction: column;
          gap: 24px;
          position: relative;
          z-index: 2;
        }

        .oshs-paragraph {
          font-size: 16px;
          line-height: 1.8;
          color: #000;
          margin: 0;
          font-weight: 400;
        }

        .oshs-highlight-para {
          font-size: 19px;
          line-height: 1.7;
          color: #113d48;
          font-weight: 600;
        }

        /* Right Column Floating Glass Panel Layout */
        .oshs-right-col {
          display: flex;
          justify-content: center;
          align-items: center;
        }

        /* Premium Floating Blockquote Panel */
        .oshs-quote-card {
          background-color: #f7fafb;
          border: 1px solid #e2ecee;
          border-radius: 24px;
          padding: 56px 44px;
          box-shadow: 0 15px 35px rgba(17, 61, 72, 0.04);
          position: relative;
          display: flex;
          flex-direction: column;
          align-items: center;
          text-align: center;
          max-width: 440px;
          width: 100%;
        }

        .oshs-compass-box {
          width: 64px;
          height: 64px;
          margin-bottom: 32px;
          display: flex;
          align-items: center;
          justify-content: center;
        }

        .oshs-compass-svg {
          width: 100%;
          height: auto;
        }

        .oshs-quote-text {
          font-size: 20px;
          line-height: 1.65;
          font-weight: 700;
          color: #113d48;
          margin: 0 0 28px 0;
          font-style: italic;
          letter-spacing: -0.3px;
        }

        .oshs-quote-signature {
          display: flex;
          flex-direction: column;
          align-items: center;
          gap: 8px;
        }

        .oshs-sig-line {
          width: 24px;
          height: 1.5px;
          background-color: #113d48;
        }

        .oshs-sig-name {
          font-size: 12px;
          font-weight: 800;
          letter-spacing: 1.5px;
          text-transform: uppercase;
          color: #556c72;
        }

        /* Responsive Layout Breaks */
        @media (max-width: 991px) {
          .oshs-grid {
            grid-template-columns: 1fr;
            gap: 48px;
          }

          .oshs-root {
            padding: 80px 24px;
          }

          .oshs-watermark {
            top: -10px;
            right: 0;
          }

          .oshs-right-col .oshs-quote-card {
            max-width: 100%;
          }
        }

        @media (max-width: 640px) {
          .oshs-root {
            padding: 60px 16px;
          }

          .oshs-divider {
            margin-bottom: 28px;
          }

          .oshs-highlight-para {
            font-size: 17px;
          }

          .oshs-paragraph {
            font-size: 15px;
          }

          .oshs-right-col .oshs-quote-card {
            padding: 36px 20px;
          }

          .oshs-quote-text {
            font-size: 17px;
            margin-bottom: 20px;
          }
        }

        .tfj-section-root {
          background-color: #ffffff;
          padding: 120px 24px;
          color: #113d48;
          position: relative;
          overflow: hidden;
          
          
        }

        .tfj-container {
          max-width: 1200px;
          margin: 0 auto;
          position: relative;
          z-index: 2;
        }

        /* Symmetric Dual-Column Grid System */
        .tfj-layout-grid {
          display: grid;
          grid-template-columns: 1fr 1.15fr;
          gap: 64px;
          align-items: center;
        }

        /* ---------------------------------------------------- */
        /* LEFT COLUMN: Visual Nautical Emblem                  */
        /* ---------------------------------------------------- */
        .tfj-visual-col {
          display: flex;
          justify-content: center;
          align-items: center;
          position: relative;
        }

        .tfj-crest-frame {
          position: relative;
          width: 100%;
          max-width: 380px;
          aspect-ratio: 1 / 1;
          background-color: #f7fafb;
          border: 1px solid #e2ecee;
          border-radius: 50%;
          display: flex;
          align-items: center;
          justify-content: center;
          box-shadow: 0 15px 35px rgba(17, 61, 72, 0.04);
        }

        .tfj-ring-glow {
          position: absolute;
          top: -10px;
          left: -10px;
          right: -10px;
          bottom: -10px;
          border: 1px solid rgba(17, 61, 72, 0.04);
          border-radius: 50%;
          pointer-events: none;
        }

        .tfj-vector-housing {
          width: 80%;
          height: 80%;
          display: flex;
          align-items: center;
          justify-content: center;
        }

        .tfj-marine-svg {
          width: 100%;
          height: auto;
        }

        /* Hovering Stats Medal */
        .tfj-medal-capsule {
          position: absolute;
          bottom: 24px;
          background-color: #113d48;
          color: #ffffff;
          padding: 12px 24px;
          border-radius: 99px;
          display: flex;
          flex-direction: column;
          align-items: center;
          text-align: center;
          box-shadow: 0 10px 24px rgba(17, 61, 72, 0.2);
          border: 2px solid #ffffff;
        }

        .tfj-medal-stat {
          font-size: 24px;
          font-weight: 800;
          line-height: 1;
          margin-bottom: 2px;
          letter-spacing: -0.5px;
        }

        .tfj-medal-label {
          font-size: 10px;
          font-weight: 700;
          letter-spacing: 1px;
          text-transform: uppercase;
          color: #e2ecee;
          white-space: nowrap;
        }

        /* ---------------------------------------------------- */
        /* RIGHT COLUMN: Narrative & Quote                      */
        /* ---------------------------------------------------- */
        .tfj-narrative-col {
          display: flex;
          flex-direction: column;
          align-items: flex-start;
          text-align: left;
        }

        .tfj-sub-tag {
          font-size: 11px;
          font-weight: 800;
          letter-spacing: 2px;
          text-transform: uppercase;
          color: #556c72;
          background-color: #f0f5f6;
          padding: 6px 14px;
          border-radius: 4px;
          margin-bottom: 20px;
        }

        .tfj-main-title {
          font-size: clamp(2.2rem, 4vw, 3rem);
          font-weight: 800;
          color: #113d48;
          line-height: 1.15;
          letter-spacing: -1px;
          margin: 0 0 20px 0;
        }

        .tfj-title-separator {
          width: 60px;
          height: 3px;
          background-color: #113d48;
          margin-bottom: 36px;
          border-radius: 99px;
        }

        .tfj-story-paragraphs {
          display: flex;
          flex-direction: column;
          gap: 22px;
          margin-bottom: 40px;
        }

        .tfj-lead-text {
          font-size: 19px;
          line-height: 1.7;
          color: #113d48;
          font-weight: 600;
          margin: 0;
        }

        .tfj-body-text {
          font-size: 16px;
          line-height: 1.8;
          color: #556c72;
          margin: 0;
          font-weight: 400;
        }

        /* Elegant Blockquote card design */
        .tfj-quote-card {
          background-color: #f7fafb;
          border: 1px solid #e2ecee;
          border-radius: 16px;
          padding: 36px 36px 40px 36px;
          position: relative;
          box-shadow: 0 10px 30px rgba(17, 61, 72, 0.03);
          width: 100%;
          box-sizing: border-box;
        }

        .tfj-quote-icon-box {
          position: absolute;
          top: -18px;
          left: 36px;
          background-color: #ffffff;
          border: 1px solid #e2ecee;
          width: 36px;
          height: 36px;
          border-radius: 50%;
          display: flex;
          align-items: center;
          justify-content: center;
          box-shadow: 0 4px 10px rgba(17, 61, 72, 0.05);
        }

        .tfj-quote-svg {
          width: 18px;
          height: 18px;
        }

        .tfj-quote-content {
          font-size: 16.5px;
          line-height: 1.7;
          font-weight: 600;
          color: #113d48;
          margin: 0 0 20px 0;
          font-style: italic;
        }

        .tfj-quote-author {
          display: flex;
          align-items: center;
          gap: 12px;
        }

        .tfj-author-line {
          width: 16px;
          height: 1.5px;
          background-color: #113d48;
        }

        .tfj-author-info {
          font-size: 13px;
          font-weight: 700;
          letter-spacing: 0.5px;
          text-transform: uppercase;
          color: #556c72;
          font-style: normal;
        }

        /* ---------------------------------------------------- */
        /* RESPONSIVE LAYOUT BREAKBREAKPOINTS                   */
        /* ---------------------------------------------------- */
        @media (max-width: 991px) {
          .tfj-layout-grid {
            grid-template-columns: 1fr;
            gap: 56px;
          }

          .tfj-section-root {
            padding: 80px 24px;
          }

          .tfj-visual-col {
            order: 1; /* Place visual block after the text header on tablet portrait */
          }

          .tfj-narrative-col {
            order: 2;
          }

          .tfj-crest-frame {
            max-width: 340px;
          }
        }

        @media (max-width: 640px) {
          .tfj-section-root {
            padding: 60px 16px;
          }

          .tfj-title-separator {
            margin-bottom: 28px;
          }

          .tfj-lead-text {
            font-size: 17px;
          }

          .tfj-body-text {
            font-size: 15px;
          }

          .tfj-quote-card {
            padding: 32px 24px 32px 24px;
          }

          .tfj-quote-icon-box {
            left: 24px;
          }

          .tfj-quote-content {
            font-size: 15.5px;
          }

          .tfj-crest-frame {
            max-width: 300px;
          }

          .tfj-medal-capsule {
            padding: 10px 18px;
            bottom: 16px;
          }

          .tfj-medal-stat {
            font-size: 20px;
          }

          .tfj-medal-label {
            font-size: 9px;
          }
        }

        .ib-fj-section-wrapper {
    background-color: #ffffff;
    color: #000000;
    padding: 80px 0;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .ib-fj-section-wrapper *,
  .ib-fj-section-wrapper *::before,
  .ib-fj-section-wrapper *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }

  /* Core responsive container with 1200px maximum width constraint */
  .ib-fj-container {
    width: 100%;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 24px;
    padding-left: 24px;
  }

  /* Section Header Styling */
  .ib-fj-header {
    width: 100%;
    margin-bottom: 48px;
  }

  .ib-fj-subtitle {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    color: #113d48;
    margin-bottom: 16px;
    line-height: 1.2;
  }

  .ib-fj-title {
    font-size: 30px;
    line-height: 1.3;
    font-weight: 500;
    color: #000000;
    max-width: 900px;
    margin-bottom: 24px;
  }

  @media (min-width: 768px) {
    .ib-fj-title {
      font-size: 40px;
      line-height: 1.25;
    }
  }

  .ib-fj-divider {
    width: 80px;
    height: 3px;
    background-color: #113d48;
    border: none;
  }

  /* Two-column grid layout for desktop visual balance */
  .ib-fj-grid {
    display: flex;
    flex-direction: column;
    gap: 48px;
    width: 100%;
  }

  @media (min-width: 992px) {
    .ib-fj-grid {
      flex-direction: row;
      align-items: flex-start;
      justify-content: space-between;
      gap: 64px;
    }

    .ib-fj-image-col {
      flex: 0 0 42%;
      max-width: 42%;
      position: -webkit-sticky;
      position: sticky;
      top: 40px;
    }

    .ib-fj-content-col {
      flex: 0 0 52%;
      max-width: 52%;
    }
  }

  /* Premium Founder Image Frame & Deco */
  .ib-fj-image-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 125%; /* Premium 4:5 portrait aspect ratio */
    border-radius: 8px;
    overflow: hidden;
    background-color: #f5f8f9;
    box-shadow: 0 15px 40px rgba(17, 61, 72, 0.08);
  }

  /* Outer Offset Luxury Frame Accent */
  .ib-fj-image-frame-container {
    position: relative;
    padding: 12px;
    margin-bottom: 20px;
  }

  .ib-fj-image-frame-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 24px);
    height: calc(100% - 24px);
    box-shadow: 1px 1px 10px #113d481f;
    border-radius: 12px;
    z-index: 1;
    pointer-events: none;
    transform: translate(24px, 24px);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  }

  .ib-fj-image-frame-container:hover::before {
    transform: translate(16px, 16px);
  }

  .ib-fj-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 2;
    border-radius: 8px;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  }

  .ib-fj-image-frame-container:hover .ib-fj-img {
    transform: scale(1.03);
  }

  /* Premium Overlay Badges on the Image */
  .ib-fj-image-badge {
    position: absolute;
    bottom: 24px;
    left: 24px;
    z-index: 3;
    background-color: #113d48;
    color: #ffffff;
    padding: 10px 18px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  }

  /* Image Caption block below the frame */
  .ib-fj-image-caption {
    font-size: 14px;
    line-height: 1.6;
    color: #555555;
    padding-left: 12px;
    border-left: 2px solid #113d48;
    margin-top: 8px;
  }

  /* Body narrative paragraphs */
  .ib-fj-paragraphs-wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 40px;
  }

  .ib-fj-paragraph {
    font-size: 16px;
    line-height: 1.8;
    color: #2c2c2c;
  }

  /* Highlight lead paragraph */
  .ib-fj-paragraph-lead {
    font-size: 19px;
    line-height: 1.7;
    color: #113d48;
    font-weight: 500;
  }

  /* Premium Quote Card styling */
  .ib-fj-quote-card {
    position: relative;
    background-color: rgba(17, 61, 72, 0.04); /* Soft brand wash */
    border-left: 4px solid #113d48;
    padding: 40px 32px;
    border-radius: 0 16px 16px 0;
    box-shadow: 0 10px 35px rgba(17, 61, 72, 0.03);
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  }

  .ib-fj-quote-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 45px rgba(17, 61, 72, 0.08);
  }

  /* Decorative high-end inline marine compass background vector */
  .ib-fj-quote-svg-bg {
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: 160px;
    height: 160px;
    opacity: 0.12;
    pointer-events: none;
    color: #113d48;
    transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  }

  .ib-fj-quote-card:hover .ib-fj-quote-svg-bg {
    transform: rotate(25deg) scale(1.08);
  }

  .ib-fj-quote-icon {
    display: block;
    font-size: 84px;
    line-height: 1;
    font-family: Georgia, serif;
    color: #113d48;
    height: 32px;
    margin-top: -24px;
    margin-bottom: 12px;
    opacity: 0.25;
    user-select: none;
  }

  .ib-fj-quote-text {
    font-size: 17px;
    line-height: 1.75;
    font-style: italic;
    color: #113d48;
    margin-bottom: 32px;
    position: relative;
    z-index: 2;
  }

  /* Citation block layout */
  .ib-fj-quote-author-wrapper {
    display: flex;
    align-items: center;
    gap: 16px;
    position: relative;
    z-index: 2;
  }

  .ib-fj-author-line {
    width: 32px;
    height: 1px;
    background-color: #113d48;
    flex-shrink: 0;
  }

  .ib-fj-quote-author {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #000000;
    font-style: normal;
    letter-spacing: 0.02em;
  }

  .ib-fj-quote-role {
    display: block;
    font-size: 13px;
    color: #555555;
    margin-top: 4px;
    letter-spacing: 0.01em;
  }

   .ib-wsf-section-wrapper {
          background-color: #ffffff;
          color: #000000;
          padding: 0px 0 100px;
          width: 100%;
          box-sizing: border-box;
          display: flex;
          justify-content: center;
          align-items: center;
        }

        .ib-wsf-section-wrapper *,
        .ib-wsf-section-wrapper *::before,
        .ib-wsf-section-wrapper *::after {
          box-sizing: border-box;
          margin: 0;
          padding: 0;
        }

        /* Container constraining the content to 1200px max width */
        .ib-wsf-container {
          width: 100%;
          max-width: 1200px;
          margin-right: auto;
          margin-left: auto;
          padding-right: 24px;
          padding-left: 24px;
          display: flex;
          flex-direction: column;
          align-items: center;
        }

        /* Center-Aligned Editorial Header */
        .ib-wsf-header-block {
          text-align: center;
          max-width: 800px;
          margin-bottom: 56px;
        }

        .ib-wsf-sub {
          display: inline-block;
          font-size: 13px;
          font-weight: 700;
          text-transform: uppercase;
          letter-spacing: 0.25em;
          color: #113d48;
          margin-bottom: 20px;
          line-height: 1.2;
        }

        .ib-wsf-heading {
          font-size: 36px;
          line-height: 1.3;
          font-weight: 500;
          color: #000000;
          margin-bottom: 24px;
        }

        @media (min-width: 768px) {
          .ib-wsf-heading {
            font-size: 44px;
          }
        }

        .ib-wsf-heading-accent {
          color: #113d48;
          font-weight: 600;
        }

        .ib-wsf-divider {
          width: 80px;
          height: 3px;
          background-color: #113d48;
          border: none;
          margin: 0 auto 32px auto;
        }

        .ib-wsf-intro-text {
          font-size: 18px;
          line-height: 1.8;
          color: #444444;
        }

        /* High-Impact Core Pillars Visual Display */
        .ib-wsf-pillars-showcase {
          width: 100%;
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          gap: 24px;
          margin-bottom: 72px;
          background: rgba(17, 61, 72, 0.02);
          border: 1px solid rgba(17, 61, 72, 0.08);
          border-radius: 16px;
          padding: 40px 24px;
        }

        @media (min-width: 768px) {
          .ib-wsf-pillars-showcase {
            flex-direction: row;
            gap: 40px;
            padding: 56px 48px;
          }
        }

        .ib-wsf-pillar-item {
          flex: 1;
          display: flex;
          flex-direction: column;
          align-items: center;
          text-align: center;
          padding: 32px 24px;
          background-color: #ffffff;
          border-radius: 12px;
          box-shadow: 0 4px 20px rgba(17, 61, 72, 0.03);
          border: 1px solid rgba(17, 61, 72, 0.06);
          transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
        }

        .ib-wsf-pillar-item:hover {
          transform: translateY(-6px);
          box-shadow: 0 16px 36px rgba(17, 61, 72, 0.08);
          border-color: rgba(17, 61, 72, 0.2);
        }

        .ib-wsf-pillar-image-container {
          width: 100%;
          height: 300px;
          border-radius: 8px;
          overflow: hidden;
          margin-bottom: 24px;
          background-color: #f5f8f9;
          border: 1px solid rgba(17, 61, 72, 0.05);
        }

        .ib-wsf-pillar-image {
          width: 100%;
          height: 100% !important;
          object-fit: cover;
          transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
        }

        .ib-wsf-pillar-item:hover .ib-wsf-pillar-image {
          transform: scale(1.06);
        }

        .ib-wsf-pillar-badge {
          font-size: 11px;
          font-weight: 700;
          letter-spacing: 0.2em;
          text-transform: uppercase;
          color: #113d48;
          background: rgba(17, 61, 72, 0.06);
          padding: 6px 14px;
          border-radius: 20px;
          margin-bottom: 20px;
        }

        .ib-wsf-pillar-title {
          font-size: 28px;
          font-weight: 600;
          color: #113d48;
          line-height: 1.2;
          position: relative;
          padding-bottom: 12px;
        }

        @media (min-width: 992px) {
          .ib-wsf-pillar-title {
            font-size: 34px;
          }
        }

        .ib-wsf-pillar-title::after {
          content: '';
          position: absolute;
          bottom: 0;
          left: 50%;
          transform: translateX(-50%);
          width: 40px;
          height: 2px;
          background-color: #113d48;
          opacity: 0.3;
        }

        .ib-wsf-pillar-tagline {
          font-size: 14px;
          color: #666666;
          margin-top: 16px;
          max-width: 280px;
          line-height: 1.5;
        }

        /* Central Geometric Connector */
        .ib-wsf-pillar-connector {
          display: flex;
          align-items: center;
          justify-content: center;
          color: #113d48;
          opacity: 0.3;
          height: 40px;
          width: 40px;
        }

        @media (min-width: 768px) {
          .ib-wsf-pillar-connector {
            height: 100px;
            border-left: 1px dashed rgba(17, 61, 72, 0.2);
            padding-left: 40px;
          }
        }

        /* Dynamic Multi-Column Grid of 5 Commitments */
        .ib-wsf-grid {
          display: flex;
          flex-wrap: wrap;
          justify-content: center;
          gap: 24px;
          width: 100%;
        }

        /* Custom Responsive Widths for Balanced Rows */
        .ib-wsf-card {
          flex: 1 1 100%;
          display: flex;
          flex-direction: column;
          padding: 32px;
          border: 1px solid #eef2f3;
          border-radius: 12px;
          background-color: #ffffff;
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.01);
          transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
        }

        @media (min-width: 768px) {
          .ib-wsf-card {
            flex: 1 1 calc(50% - 24px);
          }
        }

        @media (min-width: 992px) {
          /* Top 3 Cards Layout Rule */
          .ib-wsf-card-row-top {
            flex: 1 1 calc(33.333% - 24px);
          }
          /* Bottom 2 Centered Cards Layout Rule */
          .ib-wsf-card-row-bottom {
            flex: 0 1 calc(45% - 24px);
          }
        }

        .ib-wsf-card:hover {
          transform: translateY(-6px);
          border-color: #113d48;
          box-shadow: 0 15px 35px rgba(17, 61, 72, 0.06);
        }

        /* Card Icon Frame & Aesthetic Details */
        .ib-wsf-card-top-row {
          display: flex;
          align-items: center;
          justify-content: space-between;
          margin-bottom: 24px;
        }

        .ib-wsf-card-icon-container {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 52px;
          height: 52px;
          border-radius: 8px;
          background-color: rgba(17, 61, 72, 0.04);
          color: #113d48;
          transition: all 0.4s ease;
        }

        .ib-wsf-card:hover .ib-wsf-card-icon-container {
          background-color: #113d48;
          color: #ffffff;
        }

        .ib-wsf-card-number {
          font-size: 13px;
          font-weight: 700;
          color: #cccccc;
          letter-spacing: 0.05em;
          transition: color 0.4s ease;
        }

        .ib-wsf-card:hover .ib-wsf-card-number {
          color: #113d48;
        }

        /* Card Content Information */
        .ib-wsf-card-title {
          font-size: 18px;
          font-weight: 600;
          color: #000000;
          line-height: 1.4;
          margin-bottom: 12px;
          transition: color 0.3s ease;
        }

        .ib-wsf-card:hover .ib-wsf-card-title {
          color: #113d48;
        }

        .ib-wsf-card-desc {
          font-size: 14px;
          color: #555555;
          line-height: 1.6;
        }

        .ibvmt-section {
  background: #ffffff;
  padding: 0px 24px;
}

.ibvmt-container {
  max-width: 1200px;
  margin: 0 auto;
}

.ibvmt-heading-wrap {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 70px;
}

.ibvmt-subtitle {
  display: inline-block;
  color: #113d48;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.ibvmt-title {
  margin: 0;
  color: #000;
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  font-weight: 700;
  line-height: 1.15;
}

.ibvmt-title span {
  color: #113d48;
}

.ibvmt-description {
  margin-top: 22px;
  color: #444;
  font-size: 1.05rem;
  line-height: 1.8;
}

.ibvmt-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.ibvmt-card {
  position: relative;
  background: #ffffff;
  border: 1px solid rgba(17, 61, 72, 0.12);
  border-radius: 24px;
  padding: 42px 36px;
  overflow: hidden;
  transition: all 0.35s ease;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.05);
}

.ibvmt-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #113d48;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s ease;
}

.ibvmt-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(17, 61, 72, 0.14);
}

.ibvmt-card:hover::before {
  transform: scaleX(1);
}

.ibvmt-card-top {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 30px;
}

.ibvmt-card-number {
  font-size: 2rem;
  font-weight: 700;
  color: #113d48;
  flex-shrink: 0;
}

.ibvmt-divider {
  height: 1px;
  background: rgba(17, 61, 72, 0.18);
  flex: 1;
}

.ibvmt-card h3 {
  margin: 0 0 18px;
  font-size: 1.65rem;
  color: #000;
  line-height: 1.2;
}

.ibvmt-card p {
  margin: 0;
  color: #4d4d4d;
  line-height: 1.9;
  font-size: 1rem;
}

/* Tablet */

@media (max-width: 992px) {
  .ibvmt-section {
    padding: 80px 22px;
  }

  .ibvmt-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .ibvmt-card {
    padding: 36px 30px;
  }

  .ibvmt-heading-wrap {
    margin-bottom: 55px;
  }
}

/* Mobile */

@media (max-width: 576px) {
  .ibvmt-section {
    padding: 70px 18px;
  }

  .ibvmt-card {
    padding: 30px 24px;
    border-radius: 18px;
  }

  .ibvmt-card h3 {
    font-size: 1.4rem;
  }

  .ibvmt-card p {
    line-height: 1.75;
    font-size: 0.97rem;
  }

  .ibvmt-card-number {
    font-size: 1.7rem;
  }

  .ibvmt-description {
    font-size: 1rem;
  }
}
.ibvmt-card-icon {
  width: 62px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(17, 61, 72, 0.08);
  color: #113d48;
  border-radius: 18px;
  flex-shrink: 0;
  transition: all 0.35s ease;
}

.ibvmt-card:hover .ibvmt-card-icon {
  background: #113d48;
  color: #ffffff;
  transform: rotate(-8deg) scale(1.05);
}

.ibcta-section {
  background: #ffffff;
  padding: 90px 24px;
}

.ibcta-container {
  max-width: 1200px;
  margin: 0 auto;
}

.ibcta-card {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #113d48 0%, #1b5562 100%);
  border-radius: 30px;
  padding: 80px 70px;
  text-align: center;
}

.ibcta-card::before {
  content: "";
  position: absolute;
  width: 380px;
  height: 380px;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 50%;
  top: -190px;
  right: -150px;
}

.ibcta-card::after {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 50%;
  bottom: -150px;
  left: -100px;
}

.ibcta-badge {
  display: inline-block;
  padding: 10px 22px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.ibcta-title {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #ffffff;
  font-size: clamp(2.3rem, 5vw, 4rem);
  line-height: 1.15;
}

.ibcta-title span {
  color: #d8f0f6;
}

.ibcta-description {
  position: relative;
  z-index: 2;
  max-width: 760px;
  margin: 28px auto 48px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.08rem;
  line-height: 1.9;
}

.ibcta-buttons {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px;
}

.ibcta-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 28px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.35s ease;
}

.ibcta-btn-primary {
  background: #ffffff;
  color: #113d48;
}

.ibcta-btn-primary:hover {
  transform: translateY(-4px);
}

.ibcta-btn-secondary {
  background: transparent;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.ibcta-btn-secondary:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.ibcta-btn-outline {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.ibcta-btn-outline:hover {
  background: rgba(255, 255, 255, 0.18);
  color: #ffffff;

}  

@media (max-width: 992px) {
  .ibcta-card {
    padding: 60px 40px;
  }

  .ibcta-buttons {
    flex-direction: column;
    align-items: center;
  }

  .ibcta-btn {
    width: 100%;
    max-width: 380px;
    justify-content: center;
  }
}

@media (max-width: 576px) {
  .ibcta-section {
    padding: 70px 18px;
  }

  .ibcta-card {
    padding: 50px 24px;
    border-radius: 22px;
  }

  .ibcta-description {
    font-size: 1rem;
    margin-bottom: 38px;
  }

  .ibcta-btn {
    padding: 15px 22px;
  }
}

.ib-pkg-section {
      width: 100%;
      padding: 80px 20px;
      background-color: #f7f9fa;
      box-sizing: border-box;
      display: flex;
      justify-content: center;
      
    }

    .ib-pkg-container {
      max-width: 1200px;
      width: 100%;
      margin: 0 auto;
    }

    .ib-pkg-header {
      text-align: center;
      margin-bottom: 50px;
    }

    .ib-pkg-subtitle {
      font-size: 0.85rem;
      letter-spacing: 3px;
      text-transform: uppercase;
      color: #113d48;
      font-weight: 700;
      margin-bottom: 12px;
      display: inline-block;
      position: relative;
    }

    .ib-pkg-main-title {
      font-size: 2.4rem;
      color: #0b1a1d;
      margin: 0 auto 20px auto;
      font-weight: 800;
      max-width: 700px;
      line-height: 1.25;
    }

    .ib-pkg-divider {
      width: 60px;
      height: 3px;
      background-color: #113d48;
      margin: 0 auto 25px auto;
      border-radius: 2px;
    }

    .ib-pkg-desc-lead {
      font-size: 1.05rem;
      color: #334e55;
      max-width: 750px;
      margin: 0 auto;
      line-height: 1.6;
    }

    /* Tabs Styling */
    .ib-pkg-tabs-wrapper {
      display: flex;
      justify-content: space-between;
      border-bottom: 1px solid rgba(17, 61, 72, 0.15);
      margin-bottom: 50px;
      overflow-x: auto;
      scrollbar-width: none;
      -ms-overflow-style: none;
    }

    .ib-pkg-tabs-wrapper::-webkit-scrollbar {
      display: none;
    }

    .ib-pkg-tab-btn {
      flex: 1;
      min-width: 180px;
      background: none;
      border: none;
      padding: 20px 10px;
      font-size: 0.95rem;
      font-weight: 700;
      color: #113d48;
      opacity: 0.5;
      cursor: pointer;
      text-align: center;
      transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      position: relative;
      outline: none;
      text-transform: uppercase;
      letter-spacing: 1px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
    }

    .ib-pkg-tab-btn:hover {
      opacity: 0.9;
      color: #113d48;
      background-color: rgba(17, 61, 72, 0.02);
    }

    .ib-pkg-tab-btn.active {
      opacity: 1;
      color: #113d48;
      font-weight: 800;
    }

    .ib-pkg-tab-btn.active::after {
      content: '';
      position: absolute;
      bottom: -1px;
      left: 0;
      width: 100%;
      height: 3px;
      background-color: #113d48;
    }

    /* Content Area Layout */
    .ib-pkg-showcase {
      display: grid;
      grid-template-columns: 1.25fr 0.75fr;
      gap: 40px;
      align-items: stretch;
      opacity: 0;
      transform: translateY(15px);
      animation: ibPkgFadeIn 0.5s forwards ease-out;
    }

    @keyframes ibPkgFadeIn {
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    /* Left Details Panel */
    .ib-pkg-details-panel {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      background-color: #ffffff;
      padding: 40px;
      border-radius: 8px;
      box-shadow: 0 10px 30px rgba(17, 61, 72, 0.05);
      border: 1px solid rgba(17, 61, 72, 0.05);
    }

    .ib-pkg-meta-badge {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: 12px;
      margin-bottom: 20px;
    }

    .ib-pkg-badge-label {
      font-size: 0.7rem;
      text-transform: uppercase;
      letter-spacing: 1.5px;
      color: #113d48;
      font-weight: 700;
      border: 1px solid rgba(17, 61, 72, 0.3);
      padding: 4px 10px;
      border-radius: 20px;
      background-color: rgba(17, 61, 72, 0.03);
      display: flex;
      align-items: center;
      gap: 4px;
    }

    .ib-pkg-detail-title {
      font-size: 2rem;
      color: #113d48;
      font-weight: 800;
      margin: 0 0 15px 0;
      line-height: 1.25;
    }

    .ib-pkg-detail-desc {
      font-size: 1.05rem;
      color: #4b656b;
      line-height: 1.7;
      margin: 0 0 25px 0;
    }

    /* Added Curated Package Image Styling */
    .ib-pkg-image-frame {
      width: 100%;
      height: 320px;
      overflow: hidden;
      border-radius: 6px;
      margin-bottom: 30px;
      position: relative;
      box-shadow: 0 8px 24px rgba(17, 61, 72, 0.12);
      border: 1px solid rgba(255, 255, 255, 0.1);
    }

    .ib-pkg-display-img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    }

    .ib-pkg-image-frame:hover .ib-pkg-display-img {
      transform: scale(1.05);
    }

    .ib-pkg-img-caption {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      background: linear-gradient(to top, rgba(11, 26, 29, 0.85) 0%, rgba(11, 26, 29, 0) 100%);
      padding: 20px 15px 15px 15px;
      color: #ffffff;
      font-size: 0.85rem;
      font-weight: 500;
      letter-spacing: 0.5px;
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .ib-pkg-section-label {
      font-size: 0.85rem;
      text-transform: uppercase;
      letter-spacing: 1.5px;
      font-weight: 800;
      color: #113d48;
      margin-bottom: 18px;
      display: block;
      border-bottom: 2px solid rgba(17, 61, 72, 0.1);
      padding-bottom: 8px;
    }

    .ib-pkg-includes-list {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 15px;
      padding: 0;
      margin: 0 0 20px 0;
      list-style: none;
    }

    .ib-pkg-include-item {
      display: flex;
      align-items: flex-start;
      gap: 12px;
      font-size: 0.95rem;
      color: #2c3e42;
      line-height: 1.5;
    }

    .ib-pkg-check-icon {
      width: 18px;
      height: 18px;
      color: #113d48;
      flex-shrink: 0;
      margin-top: 2px;
    }

    /* Right Highlight Panel (Why Guests Love This) */
    .ib-pkg-testimonial-panel {
      background-color: #113d48;
      color: #ffffff;
      padding: 45px;
      border-radius: 8px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      position: relative;
      box-shadow: 0 15px 35px rgba(17, 61, 72, 0.15);
      overflow: hidden;
    }

    .ib-pkg-testimonial-panel::before {
      content: '"';
      position: absolute;
      top: -30px;
      right: 15px;
      font-size: 14rem;
      color: rgba(255, 255, 255, 0.04);
      font-family: serif;
      line-height: 1;
      pointer-events: none;
    }

    .ib-pkg-quote-icon {
      width: 40px;
      height: 40px;
      color: rgba(255, 255, 255, 0.25);
      margin-bottom: 30px;
    }

    .ib-pkg-quote-heading {
      font-size: 1.25rem;
      font-weight: 800;
      text-transform: uppercase;
      letter-spacing: 1.5px;
      margin: 0 0 20px 0;
      color: #ffffff;
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .ib-pkg-quote-body {
      font-size: 1.05rem;
      line-height: 1.75;
      margin: 0 0 20px 0;
      font-style: italic;
      color: #e2ebec;
    }

    .ib-pkg-price-row {
      border-top: 1px solid rgba(255, 255, 255, 0.15);
      padding-top: 25px;
      margin-top: 25px;
    }

    .ib-pkg-price-tag {
      font-size: 1.8rem;
      font-weight: 800;
      color: #ffffff;
      margin-bottom: 5px;
    }

    .ib-pkg-price-sub {
      font-size: 0.8rem;
      opacity: 0.7;
      text-transform: uppercase;
      letter-spacing: 1px;
    }

    .ib-pkg-action-btn {
      width: 100%;
      background-color: #ffffff;
      color: #113d48;
      border: none;
      padding: 16px 24px;
      font-size: 1rem;
      font-weight: 800;
      border-radius: 4px;
      cursor: pointer;
      transition: all 0.3s ease;
      text-transform: uppercase;
      letter-spacing: 1px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      margin-top: 25px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    }

    .ib-pkg-action-btn:hover {
      background-color: #ebf3f5;
      transform: translateY(-2px);
      box-shadow: 0 6px 20px rgba(0,0,0,0.15);
    }

    .ib-pkg-brand-accent {
      font-size: 0.75rem;
      letter-spacing: 3px;
      text-transform: uppercase;
      opacity: 0.6;
      margin-top: 30px;
      font-weight: 700;
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .ib-pkg-brand-accent::before {
      content: '';
      width: 20px;
      height: 1px;
      background-color: #ffffff;
      opacity: 0.6;
    }

    /* Modal Styling */
    .ib-modal-overlay {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(11, 26, 29, 0.8);
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 1000;
      padding: 20px;
      backdrop-filter: blur(4px);
    }

    .ib-modal-content {
      background-color: #ffffff;
      border-radius: 8px;
      max-width: 500px;
      width: 100%;
      padding: 35px;
      position: relative;
      box-shadow: 0 25px 50px rgba(0,0,0,0.3);
      border: 1px solid rgba(17, 61, 72, 0.1);
    }

    .ib-modal-close {
      position: absolute;
      top: 20px;
      right: 20px;
      background: none;
      border: none;
      color: #113d48;
      cursor: pointer;
      opacity: 0.7;
      transition: opacity 0.2s;
    }

    .ib-modal-close:hover {
      opacity: 1;
    }

    .ib-modal-title {
      font-size: 1.5rem;
      color: #113d48;
      font-weight: 800;
      margin-bottom: 8px;
    }

    .ib-modal-subtitle {
      font-size: 0.9rem;
      color: #667e83;
      margin-bottom: 25px;
    }

    .ib-input-group {
      margin-bottom: 18px;
    }

    .ib-label {
      display: block;
      font-size: 0.8rem;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-weight: 700;
      color: #113d48;
      margin-bottom: 8px;
    }

    .ib-input {
      width: 100%;
      padding: 12px 14px;
      border: 1px solid rgba(17, 61, 72, 0.2);
      border-radius: 4px;
      font-size: 0.95rem;
      box-sizing: border-box;
      color: #113d48;
      transition: border-color 0.2s;
    }

    .ib-input:focus {
      outline: none;
      border-color: #113d48;
      box-shadow: 0 0 0 3px rgba(17, 61, 72, 0.08);
    }

    .ib-modal-submit {
      width: 100%;
      background-color: #113d48;
      color: #ffffff;
      border: none;
      padding: 14px;
      font-size: 1rem;
      font-weight: 700;
      border-radius: 4px;
      cursor: pointer;
      transition: background-color 0.2s;
      text-transform: uppercase;
      letter-spacing: 1px;
    }

    .ib-modal-submit:hover {
      background-color: #0b282f;
    }

    .ib-success-box {
      text-align: center;
      padding: 20px 0;
    }

    /* Responsive Adjustments */
    @media (max-width: 991px) {
      .ib-pkg-showcase {
        grid-template-columns: 1fr;
        gap: 30px;
      }

      .ib-pkg-main-title {
        font-size: 2rem;
      }
    }

    @media (max-width: 768px) {
      .ib-pkg-section {
        padding: 50px 15px;
      }

      .ib-pkg-tabs-wrapper {
        margin-bottom: 35px;
        padding-bottom: 5px;
      }

      .ib-pkg-tab-btn {
        min-width: 150px;
        font-size: 0.85rem;
        padding: 15px 10px;
      }

      .ib-pkg-detail-title {
        font-size: 1.5rem;
      }

      .ib-pkg-image-frame {
        height: 240px;
      }

      .ib-pkg-details-panel {
        padding: 25px;
      }

      .ib-pkg-testimonial-panel {
        padding: 30px;
      }
    }

     .bcp-main-section {
      width: 100%;
      padding: 90px 20px;
      background-color: #fcfdfe;
      box-sizing: border-box;
     
    }

    .bcp-content-wrapper {
      max-width: 1200px;
      width: 100%;
      margin: 0 auto;
    }

    /* Unique Header Layout */
    .bcp-top-header {
      text-align: center;
      margin-bottom: 45px;
      position: relative;
    }

    .bcp-tag-line {
      font-size: 0.8rem;
      letter-spacing: 4px;
      text-transform: uppercase;
      color: #113d48;
      font-weight: 800;
      margin-bottom: 15px;
      display: inline-flex;
      align-items: center;
      gap: 6px;
    }

    .bcp-hero-heading {
      font-size: 2.5rem;
      color: #0b1a1d;
      margin: 0 auto 15px auto;
      font-weight: 850;
      max-width: 800px;
      line-height: 1.2;
    }

    .bcp-underline-accent {
      width: 50px;
      height: 3px;
      background-color: #113d48;
      margin: 0 auto 20px auto;
      border-radius: 20px;
    }

    .bcp-intro-paragraph {
      font-size: 1.05rem;
      color: #435b60;
      max-width: 750px;
      margin: 0 auto;
      line-height: 1.6;
    }

    /* Isolated Live Status Indicators */
    .bcp-sync-status-bar {
      display: flex;
      justify-content: space-between;
      align-items: center;
      background-color: rgba(17, 61, 72, 0.04);
      border: 1px solid rgba(17, 61, 72, 0.08);
      border-radius: 8px;
      padding: 12px 20px;
      margin-bottom: 40px;
      flex-wrap: wrap;
      gap: 12px;
    }

    .bcp-pulse-indicator-badge {
      display: flex;
      align-items: center;
      gap: 8px;
      font-size: 0.85rem;
      color: #113d48;
      font-weight: 600;
    }

    .bcp-glowing-pulse-dot {
      width: 8px;
      height: 8px;
      background-color: #10b981;
      border-radius: 50%;
      box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.4);
      animation: bcpPulseAnimation 1.8s infinite;
    }

    @keyframes bcpPulseAnimation {
      0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7);
      }
      70% {
        transform: scale(1);
        box-shadow: 0 0 0 6px rgba(16, 185, 129, 0);
      }
      100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(16, 185, 129, 0);
      }
    }

    .bcp-sync-meta-info {
      font-size: 0.8rem;
      color: #657e84;
      display: flex;
      align-items: center;
      gap: 15px;
    }

    .bcp-sync-trigger-btn {
      background: none;
      border: none;
      color: #113d48;
      cursor: pointer;
      font-weight: 700;
      font-size: 0.8rem;
      display: inline-flex;
      align-items: center;
      gap: 6px;
      padding: 6px 12px;
      border-radius: 4px;
      transition: background-color 0.2s;
    }

    .bcp-sync-trigger-btn:hover {
      background-color: rgba(17, 61, 72, 0.06);
    }

    .bcp-spinning-animation {
      animation: bcpRotateSpin 0.8s linear infinite;
    }

    @keyframes bcpRotateSpin {
      100% { transform: rotate(360deg); }
    }

    /* Isolated Filter Button States */
    .bcp-category-tabs-row {
      display: flex;
      justify-content: center;
      gap: 10px;
      margin-bottom: 35px;
      overflow-x: auto;
      padding-bottom: 5px;
      scrollbar-width: none;
    }

    .bcp-category-tabs-row::-webkit-scrollbar {
      display: none;
    }

    .bcp-tab-pill-btn {
      background-color: #f1f4f5;
      border: 1px solid transparent;
      padding: 10px 20px;
      border-radius: 30px;
      font-size: 0.85rem;
      font-weight: 700;
      color: #4b656b;
      cursor: pointer;
      transition: all 0.25s ease;
      white-space: nowrap;
    }

    .bcp-tab-pill-btn:hover {
      background-color: #e5ebed;
      color: #113d48;
    }

    .bcp-tab-pill-btn.bcp-active-tab {
      background-color: #113d48;
      color: #ffffff;
      box-shadow: 0 4px 12px rgba(17, 61, 72, 0.15);
    }

    /* Grid Layout */
    .bcp-cards-layout-grid {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
      gap: 30px;
    }

    /* Isolated Card Elements */
    .bcp-curated-card-wrapper {
      background-color: #ffffff;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
      border: 1px solid rgba(17, 61, 72, 0.06);
      display: flex;
      flex-direction: column;
      height: 100%;
      transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.3s ease;
    }

    .bcp-curated-card-wrapper:hover {
      transform: translateY(-6px);
      box-shadow: 0 12px 30px rgba(17, 61, 72, 0.08);
    }

    .bcp-image-media-area {
      position: relative;
      height: 230px;
      overflow: hidden;
      background-color: #e2ebec;
    }

    .bcp-responsive-card-img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.5s ease;
    }

    .bcp-curated-card-wrapper:hover .bcp-responsive-card-img {
      transform: scale(1.06);
    }

    .bcp-route-overlay-tag {
      position: absolute;
      top: 15px;
      left: 15px;
      background-color: rgba(11, 26, 29, 0.85);
      color: #ffffff;
      padding: 6px 12px;
      border-radius: 20px;
      font-size: 0.75rem;
      font-weight: 700;
      backdrop-filter: blur(4px);
      letter-spacing: 0.5px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    }

    .bcp-ready-bookable-tag {
      position: absolute;
      top: 15px;
      right: 15px;
      background: linear-gradient(135deg, #113d48 0%, #1e5c6a 100%);
      color: #ffffff;
      padding: 6px 12px;
      border-radius: 20px;
      font-size: 0.7rem;
      font-weight: 800;
      letter-spacing: 1px;
      text-transform: uppercase;
      box-shadow: 0 2px 8px rgba(17, 61, 72, 0.25);
    }

    .bcp-type-bottom-overlay {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      background: linear-gradient(transparent, rgba(11, 26, 29, 0.9));
      padding: 20px 15px 10px 15px;
      color: #ffffff;
      font-size: 0.75rem;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 1px;
    }

    .bcp-card-text-body {
      padding: 25px;
      display: flex;
      flex-direction: column;
      flex-grow: 1;
    }

    .bcp-card-item-title {
      font-size: 1.25rem;
      color: #113d48;
      font-weight: 850;
      margin: 0 0 12px 0;
      line-height: 1.35;
      min-height: 50px;
    }

    .bcp-pill-badges-group {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin-bottom: 18px;
    }

    .bcp-meta-pill-badge {
      background-color: #f1f5f6;
      color: #334e54;
      font-size: 0.75rem;
      padding: 5px 10px;
      border-radius: 4px;
      font-weight: 600;
      display: flex;
      align-items: center;
      gap: 5px;
    }

    .bcp-meta-pill-badge svg {
      color: #113d48;
    }

    .bcp-card-short-desc {
      font-size: 0.92rem;
      color: #4b656b;
      line-height: 1.6;
      margin: 0 0 20px 0;
      flex-grow: 1;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }

    .bcp-inclusions-label-text {
      font-size: 0.75rem;
      text-transform: uppercase;
      letter-spacing: 1.5px;
      font-weight: 800;
      color: #113d48;
      margin-bottom: 10px;
      display: block;
      border-bottom: 1px solid rgba(17, 61, 72, 0.08);
      padding-bottom: 6px;
    }

    .bcp-inclusions-items-list {
      list-style: none;
      padding: 0;
      margin: 0 0 25px 0;
      display: flex;
      flex-direction: column;
      gap: 8px;
    }

    .bcp-inclusion-single-item {
      display: flex;
      align-items: flex-start;
      gap: 8px;
      font-size: 0.85rem;
      color: #2c3e42;
    }

    .bcp-check-indicator-icon {
      width: 14px;
      height: 14px;
      color: #10b981;
      flex-shrink: 0;
      margin-top: 2px;
    }

    .bcp-card-actions-footer {
      display: flex;
      align-items: center;
      justify-content: space-between;
      border-top: 1px solid rgba(17, 61, 72, 0.08);
      padding-top: 18px;
      margin-top: auto;
    }

    .bcp-price-info-stack {
      display: flex;
      flex-direction: column;
    }

    .bcp-price-bold-value {
      font-size: 1.35rem;
      font-weight: 850;
      color: #113d48;
    }

    .bcp-starting-price-label {
      font-size: 0.7rem;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      color: #657e84;
    }

    .bcp-buttons-row-group {
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .bcp-view-details-action {
      background: none;
      border: none;
      color: #113d48;
      font-weight: 700;
      font-size: 0.85rem;
      cursor: pointer;
      padding: 10px 14px;
      border-radius: 4px;
      transition: all 0.2s;
    }

    .bcp-view-details-action:hover {
      background-color: #f0f4f5;
    }

    .bcp-book-now-trigger {
      background-color: #113d48;
      color: #ffffff;
      border: none;
      padding: 10px 18px;
      border-radius: 6px;
      font-weight: 700;
      font-size: 0.85rem;
      cursor: pointer;
      display: flex;
      align-items: center;
      gap: 5px;
      transition: all 0.2s ease;
      box-shadow: 0 4px 10px rgba(17, 61, 72, 0.1);
    }

    .bcp-book-now-trigger:hover {
      background-color: #0b282f;
      transform: translateY(-1px);
      box-shadow: 0 6px 15px rgba(17, 61, 72, 0.15);
    }

    /* Isolated Modal Architecture */
    .bcp-lightbox-modal-backdrop {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(11, 26, 29, 0.8);
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 2000;
      padding: 20px;
      backdrop-filter: blur(4px);
    }

    .bcp-lightbox-modal-window {
      background-color: #ffffff;
      border-radius: 12px;
      max-width: 580px;
      width: 100%;
      padding: 35px;
      position: relative;
      box-shadow: 0 25px 55px rgba(0,0,0,0.3);
      border: 1px solid rgba(17, 61, 72, 0.1);
      max-height: 90vh;
      overflow-y: auto;
    }

    .bcp-modal-dismiss-btn {
      position: absolute;
      top: 20px;
      right: 20px;
      background: none;
      border: none;
      color: #113d48;
      cursor: pointer;
      opacity: 0.7;
      transition: opacity 0.2s;
      padding: 5px;
      border-radius: 50%;
    }

    .bcp-modal-dismiss-btn:hover {
      opacity: 1;
      background-color: #f1f4f5;
    }

    .bcp-lightbox-item-title {
      font-size: 1.5rem;
      color: #113d48;
      font-weight: 850;
      margin-bottom: 8px;
      line-height: 1.3;
    }

    .bcp-lightbox-sub-title {
      font-size: 0.88rem;
      color: #667e83;
      margin-bottom: 25px;
      display: flex;
      align-items: center;
      gap: 6px;
    }

    .bcp-lightbox-details-panel {
      background-color: #f7f9f9;
      padding: 20px;
      border-radius: 8px;
      margin-bottom: 20px;
      border: 1px solid rgba(17, 61, 72, 0.05);
    }

    .bcp-lightbox-section-heading {
      font-size: 0.9rem;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-weight: 800;
      color: #113d48;
      margin-bottom: 12px;
      display: block;
    }

    /* Form Scoping */
    .bcp-form-field-group {
      margin-bottom: 16px;
    }

    .bcp-form-input-label {
      display: block;
      font-size: 0.78rem;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-weight: 700;
      color: #113d48;
      margin-bottom: 6px;
    }

    .bcp-form-input-field {
      width: 100%;
      padding: 12px 14px;
      border: 1px solid rgba(17, 61, 72, 0.18);
      border-radius: 6px;
      font-size: 0.95rem;
      box-sizing: border-box;
      color: #113d48;
      transition: border-color 0.2s;
    }

    .bcp-form-input-field:focus {
      outline: none;
      border-color: #113d48;
      box-shadow: 0 0 0 3px rgba(17, 61, 72, 0.08);
    }

    .bcp-form-submit-trigger {
      width: 100%;
      background-color: #113d48;
      color: #ffffff;
      border: none;
      padding: 14px;
      font-size: 1rem;
      font-weight: 700;
      border-radius: 6px;
      cursor: pointer;
      transition: background-color 0.2s;
      text-transform: uppercase;
      letter-spacing: 1px;
      margin-top: 10px;
    }

    .bcp-form-submit-trigger:hover {
      background-color: #0b282f;
    }

    .bcp-form-success-container {
      text-align: center;
      padding: 30px 10px;
    }

    /* Isolated Breakpoint Responsive Adaptations */
    @media (max-width: 991px) {
      .bcp-cards-layout-grid {
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
        gap: 25px;
      }
      .bcp-hero-heading {
        font-size: 2.1rem;
      }
    }

    @media (max-width: 768px) {
      .bcp-main-section {
        padding: 60px 15px;
      }
      .bcp-hero-heading {
        font-size: 1.8rem;
      }
      .bcp-sync-status-bar {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
      }
      .bcp-sync-meta-info {
        width: 100%;
        justify-content: space-between;
      }
      .bcp-cards-layout-grid {
        grid-template-columns: 1fr;
      }
    }

     .ib-wcp-section {
      width: 100%;
      padding: 0px 20px 80px;
      background-color: #ffffff;
      box-sizing: border-box;
      display: flex;
      justify-content: center;
    }

    .ib-wcp-container {
      max-width: 1200px;
      width: 100%;
      display: grid;
      grid-template-columns: 1.1fr 0.9fr;
      gap: 60px;
      align-items: flex-start;
    }

    /* Left Copy Panel */
    .ib-wcp-narrative {
      display: flex;
      flex-direction: column;
    }

    .ib-wcp-pre-title {
      font-size: 0.82rem;
      letter-spacing: 3px;
      text-transform: uppercase;
      color: #113d48;
      font-weight: 800;
      margin-bottom: 15px;
      display: block;
    }

    .ib-wcp-title {
      font-size: 2.5rem;
      color: #000000;
      margin: 0 0 30px 0;
      font-weight: 800;
      line-height: 1.2;
    }

    .ib-wcp-accent-bar {
      width: 60px;
      height: 4px;
      background-color: #113d48;
      margin-bottom: 35px;
    }

    .ib-wcp-lead-para {
      font-size: 1.15rem;
      color: #000000;
      line-height: 1.75;
      margin: 0 0 25px 0;
      opacity: 0.9;
      font-weight: 500;
    }

    .ib-wcp-sub-para {
      font-size: 1.05rem;
      color: #000000;
      line-height: 1.7;
      margin: 0;
      opacity: 0.75;
    }

    /* Right Highlights Panel */
    .ib-wcp-highlights-panel {
      background-color: #ffffff;
      border: 1px solid rgba(17, 61, 72, 0.15);
      border-top: 6px solid #113d48;
      padding: 45px 40px;
      border-radius: 4px;
      box-shadow: 0 15px 40px rgba(17, 61, 72, 0.06);
    }

    .ib-wcp-panel-headline {
      font-size: 1.25rem;
      font-weight: 800;
      text-transform: uppercase;
      letter-spacing: 1.5px;
      color: #113d48;
      margin: 0 0 30px 0;
      border-bottom: 1px solid rgba(17, 61, 72, 0.12);
      padding-bottom: 15px;
    }

    .ib-wcp-grid {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .ib-wcp-item {
      display: flex;
      align-items: flex-start;
      gap: 16px;
      padding: 12px 16px;
      border-radius: 4px;
      background-color: rgba(17, 61, 72, 0.03);
      border-left: 3px solid transparent;
      transition: all 0.25s ease;
    }

    .ib-wcp-item:hover {
      border-left-color: #113d48;
      background-color: rgba(17, 61, 72, 0.06);
      transform: translateX(4px);
    }

    .ib-wcp-icon-box {
      width: 22px;
      height: 22px;
      color: #113d48;
      flex-shrink: 0;
      margin-top: 2px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .ib-wcp-icon {
      width: 100%;
      height: 100%;
    }

    .ib-wcp-text {
      font-size: 0.98rem;
      font-weight: 700;
      color: #000000;
      line-height: 1.4;
    }

    #widget_footer{
      margin-bottom: 20px;
    }

    .pet_friendly{
    display: flex;
    gap: 15px;
    color: #fff;
    align-items: center;
    }

    .paw_text{
      font-size: 20px;
    }

    /* Responsive Breakpoints */
    @media (max-width: 991px) {
      .ib-wcp-container {
        grid-template-columns: 1fr;
        gap: 50px;
      }

      .ib-wcp-title {
        font-size: 2.1rem;
      }
    }

    @media (max-width: 768px) {
      .ib-wcp-section {
        padding: 60px 15px;
      }

      .ib-wcp-highlights-panel {
        padding: 30px 20px;
      }

      .ib-wcp-lead-para {
        font-size: 1.05rem;
      }

      .ib-wcp-sub-para {
        font-size: 0.95rem;
      }

      .ib-wcp-text {
        font-size: 0.92rem;
      }
    }

    .idx-btn-book-now {
  background: #113D48; /* Match your primary theme color */
  color: #ffffff;
  border: none;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 4px;
  width: 100%;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.idx-btn-book-now:hover {
  background-color: #0056b3; /* Darker shade on hover */
}

/* gift */

.ib-gft-section {
      width: 100%;
      padding: 80px 20px;
      background-color: #ffffff;
      box-sizing: border-box;
      display: flex;
      justify-content: center;
      position: relative;
    }

    .ib-gft-section::before{
      content: "";
    position: absolute;
    inset: 0;
    background-image: url(/assets/img/pyc2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.6;
    z-index: 0;
    pointer-events: none;
    }

    .ib-gft-container {
      max-width: 1200px;
      width: 100%;
      margin: 0 auto;
      position: relative;
    }

    /* Section Header */
    .ib-gft-header {
      display: flex;
      justify-content: space-between;
      align-items: flex-end;
      margin-bottom: 40px;
      flex-wrap: wrap;
      gap: 20px;
    }

    .ib-gft-title-area {
      max-width: 700px;
    }

    .ib-gft-subtitle {
      font-size: 0.82rem;
      letter-spacing: 3px;
      text-transform: uppercase;
      color: #113d48;
      font-weight: 600;
      margin-bottom: 12px;
      display: block;
    }

    .ib-gft-main-title {
      font-size: 2.3rem;
      color: #000000;
      font-weight: 600;
      line-height: 1.2;
      margin: 0;
    }

    .ib-gft-divider {
      width: 50px;
      height: 3px;
      background-color: #113d48;
      margin-top: 15px;
    }

    /* Slider Nav Arrows */
    .ib-gft-nav-group {
      display: flex;
      gap: 12px;
    }

    .ib-gft-nav-btn {
      width: 48px;
      height: 48px;
      border-radius: 50%;
      border: 1px solid #113d48;
      background-color: #ffffff;
      color: #113d48;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: all 0.25s ease;
      outline: none;
    }

    .ib-gft-nav-btn:hover {
      background-color: #113d48;
      color: #ffffff;
    }

    /* Slider Container */
    .ib-gft-slider-wrapper {
      position: relative;
      width: 100%;
    }

    .ib-gft-slider {
      display: flex;
      gap: 24px;
      overflow-x: auto;
      scroll-snap-type: x mandatory;
      scroll-behavior: smooth;
      padding-bottom: 20px;
      padding-top: 10px;
      scrollbar-width: none; /* Firefox */
      -ms-overflow-style: none; /* IE and Edge */
    }

    .ib-gft-slider::-webkit-scrollbar {
      display: none; /* Chrome, Safari, Opera */
    }

    /* Card Styling */
    .ib-gft-card {
      flex: 0 0 calc(33.333% - 16px);
      min-width: 300px;
      scroll-snap-align: start;
      background-color: #ffffff;
      border: 1px solid rgba(17, 61, 72, 0.15);
      border-radius: 4px;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
      position: relative;
      box-sizing: border-box;
    }

    .ib-gft-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 16px 32px rgba(17, 61, 72, 0.12);
      border-color: #113d48;
    }

    .ib-gft-img-box {
      position: relative;
      width: 100%;
      height: 420px;
      overflow: hidden;
      background-color: #113d48;
    }

    .ib-gft-card-img {
      width: 100%;
      height: 100% !important;
      object-fit: cover;
      transition: transform 0.5s ease;
    }

    .ib-gft-card:hover .ib-gft-card-img {
      transform: scale(1.05);
    }

    .ib-gft-tag {
      position: absolute;
      top: 15px;
      left: 15px;
      background-color: #113d48;
      color: #ffffff;
      font-size: 0.7rem;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 1.5px;
      padding: 5px 10px;
      border-radius: 2px;
    }

    /* Card Content */
    .ib-gft-card-body {
      padding: 24px;
      display: flex;
      flex-direction: column;
      flex-grow: 1;
      justify-content: space-between;
    }

    .ib-gft-yacht-name {
      font-size: 1.25rem;
      color: #000000;
      font-weight: 600;
      margin: 0 0 18px 0;
      line-height: 1.35;
    }

    /* Metadata Block with Icons */
    .ib-gft-meta-list {
      display: flex;
      flex-direction: column;
      gap: 12px;
      margin-bottom: 24px;
      padding-bottom: 18px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    }

    .ib-gft-meta-item {
      display: flex;
      align-items: flex-start;
      gap: 12px;
      font-size: 0.9rem;
      color: #000000;
      line-height: 1.4;
    }

    .ib-gft-icon-wrapper {
      width: 28px;
      height: 28px;
      border-radius: 4px;
      background-color: rgba(17, 61, 72, 0.08);
      color: #113d48;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }

    .ib-gft-icon {
      width: 16px;
      height: 16px;
    }

    .ib-gft-meta-label {
      font-size: 0.72rem;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-weight: 600;
      color: #113d48;
      display: block;
      margin-bottom: 2px;
    }

    .ib-gft-meta-value {
      font-weight: 600;
      color: #000000;
      opacity: 0.9;
    }

    /* Gift Button */
    .ib-gft-btn {
      width: 100%;
      padding: 14px 20px;
      background-color: #113d48;
      color: #ffffff;
      border: 1px solid #113d48;
      border-radius: 4px;
      font-size: 0.88rem;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 1.5px;
      cursor: pointer;
      transition: all 0.3s ease;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      outline: none;
    }

    .ib-gft-btn:hover {
      background-color: #ffffff;
      color: #113d48;
      box-shadow: 0 4px 12px rgba(17, 61, 72, 0.15);
    }

    .ib-gft-btn-icon {
      width: 16px;
      height: 16px;
    }

    /* Modal Overlay for Gift Action */
    .ib-gft-modal-overlay {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(0, 0, 0, 0.65);
      backdrop-filter: blur(4px);
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 9999;
      padding: 20px;
      box-sizing: border-box;
    }

    .ib-gft-modal {
      background-color: #ffffff;
      border-radius: 4px;
      width: 100%;
      max-width: 480px;
      border-top: 6px solid #113d48;
      padding: 35px;
      position: relative;
      box-sizing: border-box;
      box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
      animation: ibGftFadeIn 0.3s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    }

    @keyframes ibGftFadeIn {
      from {
        opacity: 0;
        transform: translateY(12px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    .ib-gft-modal-close {
      position: absolute;
      top: 15px;
      right: 15px;
      background: none;
      border: none;
      font-size: 1.6rem;
      cursor: pointer;
      color: #000000;
      opacity: 0.5;
      line-height: 1;
    }

    .ib-gft-modal-close:hover {
      opacity: 1;
    }

    .ib-gft-modal-title {
      font-size: 1.4rem;
      color: #113d48;
      font-weight: 600;
      margin: 0 0 8px 0;
    }

    .ib-gft-modal-sub {
      font-size: 0.92rem;
      color: #000000;
      opacity: 0.75;
      margin: 0 0 20px 0;
      line-height: 1.5;
    }

    .ib-gft-modal-badge {
      background-color: rgba(17, 61, 72, 0.06);
      border: 1px solid rgba(17, 61, 72, 0.2);
      padding: 12px 16px;
      border-radius: 4px;
      margin-bottom: 20px;
      font-weight: 600;
      color: #113d48;
      font-size: 0.95rem;
    }

    /* Responsive Breakpoints */
    @media (max-width: 991px) {
      .ib-gft-card {
        flex: 0 0 calc(50% - 12px);
      }
      .ib-gft-main-title {
        font-size: 1.9rem;
      }
    }

    @media (max-width: 640px) {
      .ib-gft-section {
        padding: 50px 15px;
      }
      .ib-gft-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
      }
      .ib-gft-main-title {
        font-size: 1.6rem;
      }
      .ib-gft-card {
        flex: 0 0 85%;
        min-width: unset;
      }
    }

    .ib-gftfrm-section {
      width: 100%;
      padding: 80px 20px;
      background-color: #ffffff;
      box-sizing: border-box;
      display: flex;
      justify-content: center;
    }

    .ib-gftfrm-container {
      max-width: 1200px;
      width: 100%;
      margin: 0 auto;
    }

    /* Section Header */
    .ib-gftfrm-header {
      text-align: center;
      margin-bottom: 50px;
    }

    .ib-gftfrm-subtitle {
      font-size: 0.82rem;
      letter-spacing: 3px;
      text-transform: uppercase;
      color: #113d48;
      font-weight: 600;
      margin-bottom: 12px;
      display: block;
    }

    .ib-gftfrm-main-title {
      font-size: 2.3rem;
      color: #000000;
      font-weight: 600;
      line-height: 1.2;
      margin: 0 0 15px 0;
    }

    .ib-gftfrm-divider {
      width: 50px;
      height: 3px;
      background-color: #113d48;
      margin: 0 auto;
    }

    /* Form Container Grid */
    .ib-gftfrm-card {
      background-color: #ffffff;
      border: 1px solid rgba(17, 61, 72, 0.18);
      border-radius: 6px;
      box-shadow: 0 16px 40px rgba(17, 61, 72, 0.07);
      padding: 45px;
      max-width: 850px;
      margin: 0 auto;
      box-sizing: border-box;
      position: relative;
    }

    .ib-gftfrm-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 24px;
      margin-bottom: 24px;
    }

    .ib-gftfrm-field-full {
      grid-column: span 2;
    }

    .ib-gftfrm-label {
      display: block;
      font-size: 0.82rem;
      text-transform: uppercase;
      letter-spacing: 1.5px;
      font-weight: 600;
      color: #113d48;
      margin-bottom: 8px;
    }

    .ib-gftfrm-input,
    .ib-gftfrm-textarea {
      width: 100%;
      padding: 14px 16px;
      border: 1px solid rgba(17, 61, 72, 0.25);
      border-radius: 4px;
      font-size: 0.98rem;
      color: #000000;
      background-color: #ffffff;
      box-sizing: border-box;
      outline: none;
      transition: all 0.25s ease;
    }

    .ib-gftfrm-input:focus,
    .ib-gftfrm-textarea:focus {
      border-color: #113d48;
      box-shadow: 0 0 0 3px rgba(17, 61, 72, 0.1);
    }

    .ib-gftfrm-textarea {
      resize: vertical;
      min-height: 120px;
      line-height: 1.6;
    }

    /* Occasion Pill Options */
    .ib-gftfrm-occasions {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-top: 6px;
    }

    .ib-gftfrm-occ-btn {
      padding: 10px 18px;
      border: 1px solid rgba(17, 61, 72, 0.25);
      background-color: #ffffff;
      color: #000000;
      border-radius: 4px;
      font-size: 0.88rem;
      font-weight: 600;
      cursor: pointer;
      transition: all 0.25s ease;
      outline: none;
    }

    .ib-gftfrm-occ-btn:hover {
      border-color: #113d48;
      color: #113d48;
    }

    .ib-gftfrm-occ-btn.active {
      background-color: #113d48;
      color: #ffffff;
      border-color: #113d48;
    }

    /* Action Buttons Row */
    .ib-gftfrm-actions {
      display: flex;
      gap: 16px;
      margin-top: 35px;
      padding-top: 25px;
      border-top: 1px solid rgba(17, 61, 72, 0.12);
    }

    .ib-gftfrm-btn-preview {
      flex: 1;
      padding: 16px;
      background-color: #ffffff;
      color: #113d48;
      border: 2px solid #113d48;
      border-radius: 4px;
      font-size: 0.9rem;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 1.5px;
      cursor: pointer;
      transition: all 0.3s ease;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      outline: none;
    }

    .ib-gftfrm-btn-preview:hover {
      background-color: rgba(17, 61, 72, 0.05);
      transform: translateY(-2px);
    }

    .ib-gftfrm-btn-submit {
      flex: 1;
      padding: 16px;
      background-color: #113d48;
      color: #ffffff;
      border: 2px solid #113d48;
      border-radius: 4px;
      font-size: 0.9rem;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 1.5px;
      cursor: pointer;
      transition: all 0.3s ease;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      outline: none;
    }

    .ib-gftfrm-btn-submit:hover {
      background-color: #000000;
      border-color: #000000;
      transform: translateY(-2px);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    }

    /* Success Banner */
    .ib-gftfrm-success {
      text-align: center;
      padding: 30px;
      background-color: rgba(17, 61, 72, 0.04);
      border: 1px solid #113d48;
      border-radius: 4px;
      margin-top: 25px;
    }

    .ib-gftfrm-success-title {
      font-size: 1.3rem;
      color: #113d48;
      font-weight: 600;
      margin: 0 0 10px 0;
    }

    .ib-gftfrm-success-text {
      font-size: 0.95rem;
      color: #000000;
      margin: 0;
      opacity: 0.85;
    }

    /* Modal Voucher Preview Styles */
    .ib-gftfrm-modal-overlay {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(0, 0, 0, 0.75);
      backdrop-filter: blur(5px);
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 99999;
      padding: 20px;
      box-sizing: border-box;
    }

    .ib-gftfrm-modal-content {
      background-color: #ffffff;
      border-radius: 8px;
      width: 100%;
      max-width: 680px;
      position: relative;
      box-sizing: border-box;
      box-shadow: 0 25px 60px rgba(0, 0, 0, 0.4);
      overflow: hidden;
      animation: ibGftModalPop 0.35s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    }

    @keyframes ibGftModalPop {
      from {
        opacity: 0;
        transform: scale(0.92) translateY(20px);
      }
      to {
        opacity: 1;
        transform: scale(1) translateY(0);
      }
    }

    .ib-gftfrm-modal-close {
      position: absolute;
      top: 5px;
      right: 5px;
      background: none;
      border: 1px solid rgba(17, 61, 72, 0.2);
      width: 36px;
      height: 36px;
      border-radius: 50%;
      font-size: 1.4rem;
      cursor: pointer;
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 10;
      transition: all 0.2s ease;
    }

    .ib-gftfrm-modal-close:hover {
      background-color: #113d48;
      color: #ffffff;
    }

    /* Voucher Ticket Layout */
    .ib-vchr-card {
      background-color: #113d48;
      color: #ffffff;
      padding: 40px;
      position: relative;
      overflow: hidden;
    }

    .ib-vchr-card::before {
      content: '';
      position: absolute;
      top: -50px;
      right: -50px;
      width: 200px;
      height: 200px;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.04);
      pointer-events: none;
    }

    .ib-vchr-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-bottom: 1px dashed rgba(255, 255, 255, 0.25);
      padding-bottom: 20px;
      margin-bottom: 30px;
    }

    .ib-vchr-brand {
      font-size: 1.4rem;
      font-weight: 600;
      letter-spacing: 2px;
      text-transform: uppercase;
    }

    .ib-vchr-tag {
      background-color: #ffffff;
      color: #113d48;
      font-size: 0.72rem;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 2px;
      padding: 6px 14px;
      border-radius: 2px;
    }

    .ib-vchr-body {
      margin-bottom: 30px;
    }

    .ib-vchr-to-from {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 20px;
      margin-bottom: 25px;
    }

    .ib-vchr-meta-label {
      font-size: 0.72rem;
      text-transform: uppercase;
      letter-spacing: 1.5px;
      opacity: 0.65;
      margin-bottom: 4px;
      display: block;
    }

    .ib-vchr-meta-val {
      font-size: 1.25rem;
      font-weight: 600;
      color: #ffffff;
      word-break: break-word;
    }

    .ib-vchr-msg-box {
      background-color: rgba(255, 255, 255, 0.08);
      border-left: 3px solid #ffffff;
      padding: 18px;
      border-radius: 0 4px 4px 0;
      margin-top: 15px;
    }

    .ib-vchr-msg-quote {
      font-size: 0.95rem;
      line-height: 1.6;
      font-style: italic;
      color: #fff;
      margin: 0;
      opacity: 0.95;
    }

    .ib-vchr-footer {
      display: flex;
      justify-content: space-between;
      align-items: flex-end;
      border-top: 1px dashed rgba(255, 255, 255, 0.25);
      padding-top: 20px;
    }

    .ib-vchr-code-label {
      font-size: 0.7rem;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      opacity: 0.65;
      display: block;
      margin-bottom: 2px;
    }

    .ib-vchr-code {
      font-size: 1.1rem;
      font-family: monospace;
      font-weight: 600;
      letter-spacing: 3px;
    }

    .ib-vchr-validity {
      font-size: 0.75rem;
      opacity: 0.75;
      text-align: right;
    }

    .ib-vchr-modal-actions {
      padding: 20px 30px;
      background-color: #ffffff;
      display: flex;
      justify-content: flex-end;
      gap: 12px;
    }

    /* Responsive Breakpoints */
    @media (max-width: 768px) {
      .ib-gftfrm-section {
        padding: 50px 15px;
      }
      .ib-gftfrm-card {
        padding: 25px 20px;
      }
      .ib-gftfrm-grid {
        grid-template-columns: 1fr;
        gap: 18px;
      }
      .ib-gftfrm-field-full {
        grid-column: span 1;
      }
      .ib-gftfrm-actions {
        flex-direction: column;
      }
      .ib-gftfrm-main-title {
        font-size: 1.7rem;
      }
      .ib-vchr-card {
        padding: 25px 20px;
      }
      .ib-vchr-to-from {
        grid-template-columns: 1fr;
        gap: 15px;
      }
    }

    /* gallery */

    .ib-gal-wrapper {
      width: 100%;
      background-color: #ffffff;
      color: #000000;
      box-sizing: border-box;
    }

    /* SECTION 1: Hero Section with background overlay */
    .ib-gal-hero {
      position: relative;
      width: 100%;
      min-height: 82vh;
      display: flex;
      align-items: center;
      justify-content: center;
      background-image: url('/assets/img/pyc2.JPG');
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      padding: 80px 20px;
      box-sizing: border-box;
    }

    /* Low opacity dark overlay for crisp text readability */
    .ib-gal-hero-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(180deg, rgb(43 69 105 / 79%) 0%, rgb(43 69 105 / 66%) 100%);
      z-index: 1;
    }

    .ib-gal-hero-content {
      position: relative;
      z-index: 2;
      max-width: 850px;
      margin: 0 auto;
      text-align: center;
      color: #ffffff;
    }

    .ib-gal-hero-subtitle {
      display: inline-block;
      font-size: 0.82rem;
      text-transform: uppercase;
      letter-spacing: 3px;
      font-weight: 600;
      color: rgba(255, 255, 255, 0.85);
      margin-bottom: 12px;
    }

    .ib-gal-hero-title {
      font-size: 2.5rem;
      font-weight: 600;
      line-height: 1.25;
      margin: 0 0 16px 0;
      color: #ffffff;
    }

    .ib-gal-hero-divider {
      width: 60px;
      height: 3px;
      background-color: #ffffff;
      margin: 0 auto 20px auto;
      border-radius: 2px;
      opacity: 0.8;
    }

    .ib-gal-hero-desc {
      font-size: 1.05rem;
      line-height: 1.65;
      font-weight: 400;
      color: rgba(255, 255, 255, 0.92);
      max-width: 680px;
      margin: 0 auto;
    }

    /* SECTION 2: Gallery Grid Section */
    .ib-gal-main {
      max-width: 1200px;
      margin: 0 auto;
      padding: 70px 20px 90px 20px;
      box-sizing: border-box;
    }

    /* Category Filter Nav */
    .ib-gal-filters {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 12px;
      margin-bottom: 45px;
    }

    .ib-gal-filter-btn {
      background-color: #ffffff;
      color: #113d48;
      border: 1px solid rgba(17, 61, 72, 0.25);
      padding: 5px 20px;
      border-radius: 20px;
      font-size: 0.88rem;
      font-weight: 600;
      cursor: pointer;
      transition: all 0.25s ease;
      outline: none;
    }

    .ib-gal-filter-btn:hover {
      border-color: #113d48;
      background-color: rgba(17, 61, 72, 0.05);
    }

    .ib-gal-filter-btn.active {
      background-color: #113d48;
      color: #ffffff;
      border-color: #113d48;
    }

    /* Grid Layout */
    .ib-gal-grid {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
      gap: 25px;
    }

    /* Individual Card Item */
    .ib-gal-card {
      position: relative;
      border-radius: 6px;
      overflow: hidden;
      background-color: #ffffff;
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
      border: 1px solid rgba(17, 61, 72, 0.1);
      cursor: pointer;
      transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s ease;
    }

    .ib-gal-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 18px 35px rgba(17, 61, 72, 0.15);
    }

    .ib-gal-img-container {
      position: relative;
      width: 100%;
      height: 250px;
      overflow: hidden;
      background-color: #113d48;
    }

    .ib-gal-img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      transition: transform 0.5s ease;
    }

    .ib-gal-card:hover .ib-gal-img {
      transform: scale(1.08);
    }

    /* Hover Overlay & Icon */
    .ib-gal-card-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(180deg, rgba(17, 61, 72, 0.1) 0%, rgba(17, 61, 72, 0.75) 100%);
      opacity: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: opacity 0.3s ease;
    }

    .ib-gal-card:hover .ib-gal-card-overlay {
      opacity: 1;
    }

    .ib-gal-expand-badge {
      width: 44px;
      height: 44px;
      border-radius: 50%;
      background-color: #ffffff;
      color: #113d48;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
      transform: scale(0.8);
      transition: transform 0.3s ease;
    }

    .ib-gal-card:hover .ib-gal-expand-badge {
      transform: scale(1);
    }

    /* Card Details Below Image */
    .ib-gal-card-info {
      padding: 18px 20px;
      background-color: #ffffff;
    }

    .ib-gal-card-tag {
      font-size: 0.72rem;
      text-transform: uppercase;
      letter-spacing: 1.5px;
      font-weight: 600;
      color: #113d48;
      display: block;
      margin-bottom: 6px;
    }

    .ib-gal-card-title {
      font-size: 1.1rem;
      font-weight: 600;
      color: #000000;
      margin: 0 0 6px 0;
      line-height: 1.3;
    }

    .ib-gal-card-loc {
      font-size: 0.85rem;
      color: #113d48;
      opacity: 0.8;
      font-weight: 500;
      display: flex;
      align-items: center;
      gap: 5px;
    }

    /* SECTION 3: Lightbox Modal Overlay */
    .ib-gal-modal-overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      background-color: rgba(0, 0, 0, 0.88);
      backdrop-filter: blur(8px);
      z-index: 99999;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 25px;
      box-sizing: border-box;
      animation: ibGalFadeIn 0.25s forwards ease-out;
    }

    @keyframes ibGalFadeIn {
      from { opacity: 0; }
      to { opacity: 1; }
    }

    .ib-gal-modal-box {
      position: relative;
      max-width: 900px;
      width: 100%;
      background-color: #ffffff;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
      animation: ibGalZoomIn 0.3s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    }

    @keyframes ibGalZoomIn {
      from {
        opacity: 0;
        transform: scale(0.92);
      }
      to {
        opacity: 1;
        transform: scale(1);
      }
    }

    .ib-gal-modal-close {
      position: absolute;
      top: 15px;
      right: 15px;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background-color: #ffffff;
      border: 1px solid rgba(17, 61, 72, 0.2);
      color: #113d48;
      font-size: 1.3rem;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 10;
      transition: all 0.2s ease;
      outline: none;
    }

    .ib-gal-modal-close:hover {
      background-color: #113d48;
      color: #ffffff;
    }

    .ib-gal-modal-img-wrap {
      width: 100%;
      max-height: 520px;
      background-color: #113d48;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
    }

    .ib-gal-modal-img {
      width: 100%;
      /* max-height: 520px; */
      object-fit: contain;
      display: block;
    }

    .ib-gal-modal-body {
      padding: 25px 30px;
      background-color: #ffffff;
    }

    .ib-gal-modal-meta {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 8px;
    }

    .ib-gal-modal-category {
      font-size: 0.75rem;
      text-transform: uppercase;
      letter-spacing: 1.5px;
      font-weight: 600;
      color: #113d48;
      background-color: rgba(17, 61, 72, 0.08);
      padding: 4px 10px;
      border-radius: 2px;
    }

    .ib-gal-modal-loc {
      font-size: 0.85rem;
      color: #000000;
      opacity: 0.7;
      font-weight: 500;
    }

    .ib-gal-modal-title {
      font-size: 1.5rem;
      font-weight: 600;
      color: #000000;
      margin: 0 0 10px 0;
    }

    .ib-gal-modal-desc {
      font-size: 0.98rem;
      line-weight: 1.6;
      color: #000000;
      opacity: 0.85;
      margin: 0;
      font-weight: 400;
    }

    /* Modal Navigation Buttons */
    .ib-gal-nav-btn {
      position: absolute;
      top: 42%;
      transform: translateY(-50%);
      width: 44px;
      height: 44px;
      border-radius: 50%;
      background-color: rgba(255, 255, 255, 0.9);
      border: 1px solid rgba(17, 61, 72, 0.2);
      color: #113d48;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 5;
      transition: all 0.2s ease;
      outline: none;
    }

    .ib-gal-nav-btn:hover {
      background-color: #113d48;
      color: #ffffff;
    }

    .ib-gal-nav-prev {
      left: 15px;
    }

    .ib-gal-nav-next {
      right: 15px;
    }

    /* Responsiveness for all screen sizes */
    @media (max-width: 991px) {
      .ib-gal-hero-title {
        font-size: 2.1rem;
      }
      .ib-gal-grid {
        grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
        gap: 20px;
      }
    }

    @media (max-width: 768px) {
      .ib-gal-hero {
        min-height: 350px;
        padding: 60px 15px;
      }
      .ib-gal-hero-title {
        font-size: 1.7rem;
      }
      .ib-gal-hero-desc {
        font-size: 0.95rem;
      }
      .ib-gal-main {
        padding: 40px 15px 60px 15px;
      }
      .ib-gal-filters {
        gap: 8px;
        margin-bottom: 30px;
      }
      .ib-gal-filter-btn {
        padding: 8px 14px;
        font-size: 0.8rem;
      }
      .ib-gal-modal-body {
        padding: 20px;
      }
      .ib-gal-modal-title {
        font-size: 1.25rem;
      }
      .ib-gal-nav-btn {
        width: 38px;
        height: 38px;
      }
    }

    @media (max-width: 480px) {
      .ib-gal-grid {
        grid-template-columns: 1fr;
      }
      .ib-gal-nav-prev {
        left: 8px;
      }
      .ib-gal-nav-next {
        right: 8px;
      }
    }

    /* testimonials */

     .ib-tm-section {
      width: 100%;
      background-color: #ffffff;
      padding: 0px 20px 80px;
      box-sizing: border-box;
      color: #000000;
    }

    .ib-tm-container {
      max-width: 1200px;
      margin: 0 auto;
      width: 100%;
    }

    /* Section Header */
    .ib-tm-header {
      text-align: center;
      margin-bottom: 50px;
    }

    .ib-tm-subtitle {
      font-size: 0.8rem;
      letter-spacing: 3px;
      text-transform: uppercase;
      color: #113d48;
      font-weight: 600;
      margin-bottom: 10px;
      display: block;
    }

    .ib-tm-title {
      font-size: 2.2rem;
      color: #000000;
      font-weight: 600;
      margin: 0 0 16px 0;
      line-height: 1.25;
    }

    .ib-tm-divider {
      width: 50px;
      height: 3px;
      background-color: #113d48;
      margin: 0 auto 18px auto;
      border-radius: 2px;
    }

    .ib-tm-desc {
      font-size: 1rem;
      color: #000000;
      opacity: 0.75;
      max-width: 650px;
      margin: 0 auto;
      line-height: 1.6;
      font-weight: 400;
    }

    /* Grid Layout: Video Left, Google Reviews Right */
    .ib-tm-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 40px;
      align-items: stretch;
    }

    /* Left Side - Video Slider Box */
    .ib-tm-video-card {
      background-color: #113d48;
      border-radius: 8px;
      overflow: hidden;
      position: relative;
      display: flex;
      flex-direction: column;
      box-shadow: 0 15px 35px rgba(17, 61, 72, 0.12);
      min-height: 480px;
      height: 770px;
    }

    .ib-tm-video-wrapper {
      position: relative;
      width: 100%;
      height: 100%;
      flex: 1;
      background-color: #000000;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
    }

    .ib-tm-video-element {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    /* Video Overlay Badge & Title */
    .ib-tm-video-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(17, 61, 72, 0.85) 100%);
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      padding: 25px;
      box-sizing: border-box;
      pointer-events: none;
    }

    .ib-tm-video-top-tag {
      align-self: flex-start;
      background-color: rgba(255, 255, 255, 0.2);
      backdrop-filter: blur(8px);
      border: 1px solid rgba(255, 255, 255, 0.3);
      color: #ffffff;
      padding: 6px 14px;
      border-radius: 20px;
      font-size: 0.75rem;
      font-weight: 600;
      letter-spacing: 1px;
      text-transform: uppercase;
    }

    .ib-tm-video-details {
      color: #ffffff;
    }

    .ib-tm-video-guest {
      font-size: 1.35rem;
      font-weight: 600;
      margin: 0 0 4px 0;
      color: #ffffff;
    }

    .ib-tm-video-meta {
      font-size: 0.88rem;
      opacity: 0.9;
      font-weight: 400;
      margin: 0 0 12px 0;
      color: rgba(255, 255, 255, 0.9);
    }

    /* Video Playbar / Controls */
    .ib-tm-video-controls {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 16px 20px;
      background-color: #113d48;
      border-top: 1px solid rgba(255, 255, 255, 0.1);
      z-index: 5;
    }

    .ib-tm-ctrl-group {
      display: flex;
      align-items: center;
      gap: 12px;
    }

    .ib-tm-btn-icon {
      background: rgba(255, 255, 255, 0.15);
      border: 1px solid rgba(255, 255, 255, 0.25);
      color: #ffffff;
      width: 38px;
      height: 38px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: all 0.2s ease;
      outline: none;
    }

    .ib-tm-btn-icon:hover {
      background-color: #ffffff;
      color: #113d48;
    }

    .ib-tm-dots {
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .ib-tm-dot {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background-color: rgba(255, 255, 255, 0.3);
      cursor: pointer;
      transition: all 0.3s ease;
      border: none;
      padding: 0;
    }

    .ib-tm-dot.active {
      background-color: #ffffff;
      width: 22px;
      border-radius: 10px;
    }

    /* Right Side - Google Reviews Card Box */
    .ib-tm-reviews-card {
      background-color: #ffffff;
      border: 1px solid rgba(17, 61, 72, 0.15);
      border-radius: 8px;
      padding: 35px;
      box-sizing: border-box;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
      min-height: 480px;
      position: relative;
    }

    .ib-tm-google-header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      border-bottom: 1px solid rgba(17, 61, 72, 0.1);
      padding-bottom: 20px;
      margin-bottom: 25px;
    }

    .ib-tm-google-brand {
      display: flex;
      align-items: center;
      gap: 12px;
    }

    .ib-tm-google-logo {
      width: 28px;
      height: 28px;
    }

    .ib-tm-google-title {
      font-size: 1.1rem;
      font-weight: 600;
      color: #000000;
      margin: 0;
    }

    .ib-tm-google-score {
      font-size: 0.82rem;
      color: #113d48;
      font-weight: 600;
      display: flex;
      align-items: center;
      gap: 6px;
      background-color: rgba(17, 61, 72, 0.06);
      padding: 6px 12px;
      border-radius: 4px;
    }

    .ib-tm-review-content {
      flex: 1;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .ib-tm-stars {
      display: flex;
      gap: 4px;
      color: #113d48;
      margin-bottom: 16px;
    }

    .ib-tm-review-text {
      font-size: 1.05rem;
      line-height: 1.7;
      color: #000000;
      opacity: 0.85;
      font-weight: 400;
      margin: 0 0 24px 0;
      font-style: italic;
    }

    .ib-tm-reviewer {
      display: flex;
      align-items: center;
      gap: 15px;
    }

    .ib-tm-avatar {
      width: 48px;
      height: 48px;
      border-radius: 50%;
      object-fit: cover;
      border: 1px solid rgba(17, 61, 72, 0.2);
    }

    .ib-tm-reviewer-info {
      display: flex;
      flex-direction: column;
    }

    .ib-tm-reviewer-name {
      font-size: 1rem;
      font-weight: 600;
      color: #000000;
      margin: 0;
    }

    .ib-tm-reviewer-sub {
      font-size: 0.82rem;
      color: #113d48;
      opacity: 0.8;
      font-weight: 500;
      margin-top: 2px;
    }

    /* Google Reviews Footer Controls */
    .ib-tm-reviews-footer {
      display: flex;
      align-items: center;
      justify-content: space-between;
      border-top: 1px solid rgba(17, 61, 72, 0.1);
      padding-top: 20px;
      margin-top: 25px;
    }

    .ib-tm-rev-btn-group {
      display: flex;
      gap: 10px;
    }

    .ib-tm-rev-btn {
      background-color: #ffffff;
      border: 1px solid rgba(17, 61, 72, 0.25);
      color: #113d48;
      width: 38px;
      height: 38px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: all 0.2s ease;
      outline: none;
    }

    .ib-tm-rev-btn:hover {
      background-color: #113d48;
      color: #ffffff;
      border-color: #113d48;
    }

    .ib-tm-verified-badge {
      font-size: 0.78rem;
      color: #113d48;
      font-weight: 600;
      display: flex;
      align-items: center;
      gap: 5px;
    }

    /* Responsiveness for all screen sizes */
    @media (max-width: 991px) {
      .ib-tm-grid {
        grid-template-columns: 1fr;
        gap: 35px;
      }

      .ib-tm-video-card,
      .ib-tm-reviews-card {
        min-height: 420px;
      }
    }

    @media (max-width: 768px) {
      .ib-tm-section {
        padding: 50px 15px;
      }

      .ib-tm-title {
        font-size: 1.7rem;
      }

      .ib-tm-reviews-card {
        padding: 25px;
      }

      .ib-tm-review-text {
        font-size: 0.95rem;
      }
    }