/*============================================================
Template Name   : Touria
Description     : Travel Agency And Tour HTML5 Template
Author          : LunarTemp
Version         : 1.0
==============================================================*/
/*=====================================================
Table of contents
=======================================================

1. Google fonts
2. Theme variables
3. General css
4. Margin & padding
5. Preloader
6. Scroll top css
7. Bs custom css
8. Slim select css
9. Breadcrumb css
10. Pagination css 
11. Play btn
12. Site title css
13. Theme button
14. Header top css
15. Navbar css
16. Navbar multi level dropdown
17. Navbar mega menu
18. Sidebar popup css 
19. Search popup
20. Hero css 
21. About css 
22. Feature css 
23. Counter css 
24. Video css 
25. Contact us css 
26. Error css 
27. Terms/privacy css 
28. Coming soon css 
29. Faq css 
30. Team css 
31. Testimonial css 
32. Partner css 
33. Choose css 
34. Cta css 
35. Blog css
36. Blog single css
37. Blog sidebar widget css
38. Auth css 
39. Step/process css  
40. Footer css
41. Booking css
42. Tour css
43. Tour booking css
44. Destination css 
45. Activity css
46. Visa css 
47. Banner css
48. Download css
49. Newsletter css
50. Gallery css
51. Home css

=======================================================*/
/*====================
1. Google fonts
======================*/
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&&family=Roboto:wght@100;300;400;500;700;900&display=swap");
/*====================
2. Theme variables
======================*/
/* :root {
  --body-font: "Roboto", sans-serif;
  --heading-font: "Dancing Script", cursive;
  --theme-color: #f98225;
  --theme-color2: #3772fc;
  --theme-bg-light: #f6f6f6;
  --theme-bg-light2: #faf4f0;
  --body-text-color: #757f95;
  --color-white: #ffffff;
  --color-dark: #2a4456;
  --color-green: #15d4c9;
  --color-blue: #2075fe;
  --color-skyblue: #00bfff;
  --color-purple: #a855f7;
  --color-yellow: #fba707;
  --color-gray: #ececec;
  --color-red: #fd6a6a;
  --box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.05);
  --box-shadow2: 0 0 15px rgba(0, 0, 0, 0.17);
  --box-shadow3: 0 0 40px 5px rgba(142, 121, 249, 0.05);
  --transition: all 0.5s ease-in-out;
  --transition2: all 0.3s ease-in-out;
  --border-info-color: rgba(0, 0, 0, 0.08);
  --border-info-color2: rgba(0, 0, 0, 0.05);
  --border-white-color: rgba(255, 255, 255, 0.08);
  --border-white-color2: rgba(255, 255, 255, 0.15);
  --footer-bg: #2a4456;
  --footer-text-color: #f5faff;
} */

:root {
  --body-font: "Roboto", sans-serif;
  --heading-font: "Dancing Script", cursive;

  /* =========================
     Flying Fox Theme Colors
  ========================== */

  --theme-color: #C31103;      /* Primary Red */
  --theme-color2: #8F0D02;     /* Dark Red */

  --theme-bg-light: #FFFFFF;
  --theme-bg-light2: #FFF5F5;

  --body-text-color: #5A5A5A;

  --color-white: #FFFFFF;
  --color-dark: #1E1E1E;

  --color-green: #15d4c9;
  --color-blue: #C31103;
  --color-skyblue: #C31103;
  --color-purple: #C31103;
  --color-yellow: #F5B000;
  --color-gray: #F3F3F3;
  --color-red: #C31103;

 --footer-bg: #faf7f3;
--footer-text-color: #222222;

  --box-shadow: 0 8px 30px rgba(195,17,3,.12);
  --box-shadow2: 0 6px 20px rgba(195,17,3,.18);
  --box-shadow3: 0 8px 30px rgba(195,17,3,.08);

  --transition: all .5s ease-in-out;
  --transition2: all .3s ease-in-out;

  --border-info-color: rgba(195,17,3,.12);
  --border-info-color2: rgba(195,17,3,.08);

  --border-white-color: rgba(255,255,255,.08);
  --border-white-color2: rgba(255,255,255,.15);
}


/*====================
3. General css
======================*/
*,
*:before,
*:after {
  box-sizing: inherit;
}

* {
  scroll-behavior: inherit !important;
}

html,
body {
  height: auto;
  width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: clip;
}

body {
  font-family: var(--body-font);
  font-style: normal;
  font-size: 16px;
  font-weight: normal;
  color: var(--body-text-color);
  line-height: 1.8;
}

a {
  color: var(--color-dark);
  display: inline-block;
}

a,
a:active,
a:focus,
a:hover {
  outline: none;
  transition: all 0.3s ease-out 0s;
  text-decoration: none;
}

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

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--color-dark);
  margin: 0px;
  font-weight: 500;
  font-family: var(--body-font);
  line-height: 1.05;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

p {
  margin: 0px;
}

.img,
img {
  max-width: 100%;
  transition: all 0.3s ease-out 0s;
  height: auto;
}

label {
  color: #999;
  cursor: pointer;
  font-weight: 400;
}

*::-moz-selection {
  background: #d6b161;
  color: var(--color-white);
  text-shadow: none;
}

::-moz-selection {
  background: #555;
  color: var(--color-white);
  text-shadow: none;
}

::selection {
  background: #555;
  color: var(--color-white);
  text-shadow: none;
}

/* *::-moz-placeholder {
  color: #999;
  font-size: 16px;
  opacity: 1;
} */

::-moz-selection{
    background:#C31103;
    color:#fff;
}

*::placeholder {
  color: #999;
  font-size: 16px;
  opacity: 1;
}

/* theme default */
.bg {
  background: var(--theme-bg-light);
}

.bg-2 {
  background: var(--theme-bg-light2);
}

/*====================
4. Margin & padding
======================*/
.pt-10 {
  padding-top: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*====================
5. Preloader
======================*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.loader-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.loader-ripple div {
  position: absolute;
  border: 4px solid var(--theme-color);
  opacity: 1;
  border-radius: 50%;
  animation: loader-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.loader-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}

@keyframes loader-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
/*====================
6. Scroll top css
======================*/
#scroll-top {
  position: fixed;
  bottom: -20px;
  right: 30px;
  z-index: 99;
  font-size: 20px;
  border: none;
  outline: none;
  border-radius: 50px;
  color: var(--color-white);
  background-color: var(--theme-color);
  cursor: pointer;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  box-shadow: var(--box-shadow2);
  transition: var(--transition);
  opacity: 0;
  visibility: hidden;
  transform: rotate(-40deg);
  z-index: 2;
}
#scroll-top:hover {
  transform: rotate(0);
}
#scroll-top.active {
  opacity: 1;
  visibility: visible;
  bottom: 20px;
}
@media all and (min-width: 768px) and (max-width: 1199px) {
  #scroll-top.active {
    bottom: 100px;
  }
}

/*====================
7. Bs custom css
======================*/
/* custom form */
.form-group {
  margin-bottom: 20px;
}
.form-group .form-label {
  color: var(--color-dark);
}
.form-group .form-control,
.form-group .form-select {
  padding: 12px 15px 12px 15px;
  background-color: var(--color-white);
  color: var(--color-dark);
  border-color: var(--border-info-color);
  border-radius: 10px;
}
.form-group .form-control:focus,
.form-group .form-select:focus {
  border-color: var(--theme-color);
  box-shadow: 0 0 0 0.25rem rgba(238, 29, 38, 0.25);
}
.form-group .form-control::-moz-placeholder {
  color: var(--body-text-color);
}
.form-group .form-control::placeholder {
  color: var(--body-text-color);
}
.form-group .form-icon {
  position: relative;
}
.form-group .form-icon i {
  position: absolute;
  top: 16px;
  left: 15px;
  color: var(--theme-color);
  z-index: 1;
}
.form-group .form-icon .form-control,
.form-group .form-icon .form-select {
  padding-left: 40px;
}

.form-check {
  margin-bottom: 20px;
}
.form-check-input {
  border-radius: 50px;
  margin-top: 6.5px;
  border-color: var(--border-info-color);
}
.form-check-input:checked {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
.form-check-input:focus {
  border-color: var(--theme-color);
  box-shadow: 0 0 0 0.25rem rgba(238, 29, 38, 0.25);
}
.form-check-label {
  color: var(--color-dark);
}

.form-switch .form-check-input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

/* custom tooltip */
.tooltip-inner {
  background: var(--theme-color);
  border-radius: 50px;
  padding: 2px 10px;
  font-size: 12px;
  font-weight: 600;
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  border-top-color: var(--theme-color) !important;
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  border-top-color: var(--theme-color) !important;
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -2.5px !important;
  border-left-color: var(--theme-color) !important;
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -2.5px !important;
  border-right-color: var(--theme-color) !important;
}

.tooltip.show {
  opacity: 1;
}

/* custom modal */
.modal .modal-content {
  border-radius: 25px;
}
.modal .btn-close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 22px;
  height: 22px;
  line-height: 20px;
  background: var(--color-dark);
  border-radius: 50px;
  color: var(--color-white);
  font-size: 20px;
  opacity: 1;
  z-index: 1;
}
.modal .modal-body {
  padding: 25px;
}

/* custom form */
/*====================
8. Slim select css
======================*/
.ss-main {
  min-height: 50px;
  border-radius: 10px;
  padding-left: 15px;
  margin-bottom: 20px;
  color: var(--color-dark);
  background: var(--color-white);
  border-color: var(--border-info-color);
}
.ss-main:focus {
  box-shadow: none;
}
.ss-main .ss-arrow {
  width: 14px;
  height: 14px;
  margin-right: 10px;
}
.ss-main .ss-arrow path {
  stroke: var(--color-dark);
  stroke-width: 15;
}
.ss-main .ss-values .ss-single {
  margin-left: 0;
}

.form-icon .ss-main {
  padding: 10px 10px 10px 40px;
}

.ss-content {
  border-color: var(--border-info-color);
  background: var(--color-white);
}
.ss-content.ss-dir-above {
  border-radius: 10px 10px 0 0;
}
.ss-content.ss-dir-below {
  border-radius: 0 0 10px 10px;
}
.ss-content .ss-search {
  padding-left: 0;
  padding-right: 0;
  border-color: var(--border-info-color);
}
.ss-content .ss-search input {
  color: var(--body-text-color);
  background: var(--theme-bg-light);
  padding: 6px 15px;
}
.ss-content .ss-search input:focus {
  box-shadow: none;
}
.ss-content .ss-search input::-moz-placeholder {
  color: var(--body-text-color);
}
.ss-content .ss-search input::placeholder {
  color: var(--body-text-color);
}
.ss-content .ss-list {
  padding: 10px 15px;
}
.ss-content .ss-list .ss-option {
  color: var(--color-dark);
  padding: 5px 5px 5px 15px;
}
.ss-content .ss-list .ss-option:hover:not(.ss-disabled) {
  color: var(--color-white);
  background-color: var(--theme-color);
  border-left: 0;
  border-radius: 8px;
}
.ss-content .ss-list .ss-option.ss-highlighted,
.ss-content .ss-list .ss-option:not(.ss-disabled).ss-selected {
  color: var(--theme-color);
  background-color: transparent;
}

/*====================
9. Breadcrumb css
======================*/
.site-breadcrumb {
  display: flex;
  height: 600px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  text-align: center;
  position: relative;
  padding-top: 150px;
  padding-bottom: 150px;
  z-index: 1;
  background-color: red;
}
.site-breadcrumb::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
 
  z-index: -1;
}
.site-breadcrumb .breadcrumb-title {
  font-size: 35px;
  color: var(--color-white);
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.site-breadcrumb .breadcrumb-menu {
  position: relative;
  z-index: 1;
}
.site-breadcrumb .breadcrumb-menu li {
  position: relative;
  display: inline-block;
  margin-left: 25px;
  color: var(--color-white);
  font-weight: 500;
  text-transform: capitalize;
}
.site-breadcrumb .breadcrumb-menu li a {
  color: var(--color-white);
  transition: all 0.5s ease-in-out;
}
.site-breadcrumb .breadcrumb-menu li a:hover {
  color: var(--theme-color);
}
.site-breadcrumb .breadcrumb-menu li::before {
  position: absolute;
  content: "\f101";
  font-family: "Font Awesome 6 Pro";
  right: -21px;
  top: 1px;
  text-align: center;
  font-size: 16px;
  color: var(--color-white);
}
.site-breadcrumb .breadcrumb-menu li:first-child {
  margin-left: 0;
}
.site-breadcrumb .breadcrumb-menu li:last-child:before {
  display: none;
}
.site-breadcrumb .breadcrumb-menu li.active {
  color: var(--theme-color);
}

/*====================
10. Pagination css 
======================*/
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}
.pagination .page-item .page-link {
  border: none;
  background: var(--theme-bg-light);
  color: var(--color-dark);
  font-weight: 500;
  margin: 0 6px;
  border-radius: 12px !important;
  width: 40px;
  height: 40px;
  line-height: 28px;
  text-align: center;
  transition: var(--transition);
  z-index: 1;
}
.pagination .page-item .page-link:hover, .pagination .page-item.active .page-link {
  background: var(--theme-color);
  color: var(--color-white);
}

/*===================
11. Play btn
=====================*/
.play-btn {
  display: inline-block;
  padding: 0;
  height: 75px;
  width: 75px;
  line-height: 75px;
  font-size: 20px;
  text-align: center;
  background: var(--theme-color);
  color: var(--color-white);
  position: absolute;
  border-radius: 50%;
  z-index: 1;
}
.play-btn:hover {
  color: var(--color-white);
}
.play-btn i::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: var(--theme-color);
  border-radius: 50px;
  animation: ripple-wave 1s linear infinite;
  transform: scale(1);
  transition: all 0.5s ease-in-out;
}

@keyframes ripple-wave {
  0% {
    opacity: 0.8;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(2.2);
  }
}
/*====================
12. Site title css
======================*/
.site-heading {
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}
.site-heading .site-title-tagline {
  display: inline-block;
  color: var(--theme-color);
  font-weight: 500;
  text-transform: capitalize;
  font-family: var(--heading-font);
  font-size: 22px;
  line-height: 0;
  border: 1.5px solid black;
  border-radius: 50px;
  padding: 3px 15px 3px 3px;
  margin-bottom: 20px;
}
.site-heading .site-title-tagline i {
  font-size: 16px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: var(--theme-color);
  color: var(--color-white);
  text-align: center;
  border-radius: 50px 50px 50px 50px;
  margin-right: 8px;
}
.site-heading .site-title-tagline.light {
  background: var(--color-white);
  color: var(--theme-color);
}
.site-heading .site-title-tagline.light i {
  background: var(--theme-color);
  color: var(--color-white);
}
.site-heading .site-title {
  font-weight: 600;
  font-size: 45px;
  color: var(--color-dark);
  margin-bottom: 0;
}
@media all and (max-width: 767px) {
  .site-heading .site-title {
    font-size: 45px;
  }
}
.site-heading .site-title span {
  color: var(--theme-color);
}
.site-heading .site-title .text-gradient {
  color: transparent;
  background-image: var(--gradient3);
  -webkit-background-clip: text;
          background-clip: text;
}
.site-heading p {
  margin-top: 15px;
}
.site-heading.inline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 25px;
}
.site-heading.inline .site-title {
  font-size: 45px;
}
.site-heading .heading-divider {
  display: inline-block;
  position: relative;
  border-bottom: 5px solid var(--theme-color);
  width: 90px;
  height: 4px;
  border-radius: 50px;
}
.site-heading .heading-divider::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 15px;
  border-bottom: 5px solid var(--color-white);
  border-radius: 50px;
  animation: heading-move 5s infinite linear;
}
.site-heading .heading-divider.light {
  border-color: var(--color-white);
}
.site-heading .heading-divider.light::after {
  border-color: var(--theme-color);
}

.site-heading.sh-2 .site-title-tagline {
  border-color: var(--color-white);
  color: var(--color-white);
}
@keyframes heading-move {
  0% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateX(75px);
  }
  100% {
    transform: translateX(-1px);
  }
}
/*====================
13. Theme button
======================*/
.theme-border-btn,
.theme-btn2,
.theme-btn {
  font-size: 16px;
  color: var(--color-white);
  padding: 5px 5px 5px 20px;
  transition: all 0.5s;
  text-transform: capitalize;
  position: relative;
  border-radius: 50px;
  font-weight: 500;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  border: none;
  background: var(--theme-color);
  box-shadow: var(--box-shadow);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  z-index: 1;
}
.theme-border-btn::before,
.theme-btn2::before,
.theme-btn::before {
  content: "";
  height: 300px;
  width: 300px;
  background: var(--theme-color2);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) scale(0);
  transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: -1;
}
.theme-border-btn:hover::before,
.theme-btn2:hover::before,
.theme-btn:hover::before {
  transform: translateY(-50%) translateX(-50%) scale(1);
}
.theme-border-btn i,
.theme-btn2 i,
.theme-btn i {
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: var(--color-white);
  color: var(--color-dark);
  text-align: center;
  border-radius: 50px;
  transform: rotate(-40deg);
  transition: var(--transition2);
}
.theme-border-btn:hover i,
.theme-btn2:hover i,
.theme-btn:hover i {
  transform: rotate(0deg);
}
.theme-border-btn span,
.theme-btn2 span,
.theme-btn span {
  margin-right: 5px;
}

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

.theme-btn2 {
  background: var(--theme-color2);
  color: var(--color-white);
}
.theme-btn2::before {
  background: var(--color-dark);
}
.theme-btn2:hover {
  color: var(--color-white);
}

.theme-border-btn {
  color: var(--theme-color);
  border: 2px solid var(--theme-color);
  padding: 2px 10px;
  border-radius: 10px;
  background: transparent;
  box-shadow: none;
}
.theme-border-btn::before {
  display: none;
}
.theme-border-btn:hover {
  background: var(--theme-color);
  color: var(--color-white);
}

/*====================
14. Header top css
======================*/
.header-top {
  padding: 15px 0 15px 0;
  background: var(--theme-color2);
  position: relative;
}
@media all and (max-width: 991px) {
  .header-top {
    padding: 15px 0 5px 0;
  }
}
.header-top .shape {
  position: absolute;
  left: 0;
  bottom: -14px;
  width: 100%;
}
.header-top:has(.shape) {
  padding: 15px 0 15px 0;
}
.header-top-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
.header-top-list ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 25px;
}
@media all and (max-width: 1199px) {
  .header-top-list ul {
    gap: 10px;
  }
}
@media all and (max-width: 991px) {
  .header-top-list ul {
    gap: 0px;
  }
}
@media all and (max-width: 991px) {
  .header-top-list ul li {
    margin-right: 10px;
  }
}
@media all and (max-width: 991px) {
  .header-top-list ul li:last-child {
    display: none;
  }
}
.header-top-list a {
  color: var(--color-white);
}
.header-top-list a:hover {
  color: var(--color-white);
}
.header-top-list a i {
  color: var(--color-white);
  margin-right: 5px;
}
@media all and (max-width: 1199px) {
  .header-top-left {
    margin-right: 5px;
  }
}
.header-top-right {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
.header-top-right .header-top-list i {
  color: var(--color-white);
}
.header-top-social span {
  color: var(--color-white);
}
@media all and (max-width: 991px) {
  .header-top-social span {
    display: none;
  }
}
.header-top-social a {
  color: var(--color-white);
  font-size: 16px;
  text-align: center;
  margin-left: 14px;
  transition: var(--transition);
}
@media all and (max-width: 1199px) {
  .header-top-social a {
    width: 34px;
    height: 34px;
    line-height: 37px;
    margin-left: 0;
  }
}
.header-top-social a:hover {
  color: var(--color-white);
}
.header-top-lang .top-lang {
  color: var(--color-white);
}
.header-top-lang .dropdown-menu {
  min-width: 60px;
  border-radius: 15px;
  padding: 10px;
  border: none;
  box-shadow: var(--box-shadow);
}
.header-top-lang .dropdown-item {
  color: var(--color-dark);
  border-radius: 10px;
}
.header-top-lang .dropdown-item:hover {
  background: var(--theme-color);
  color: var(--color-white);
}
@media all and (max-width: 991px) {
  .header-top-lang .dropdown-toggle::after {
    margin-top: 12px;
  }
}

/*====================
15. Navbar css
======================*/
.navbar {
  background: transparent;
  padding-top: 0px;
  padding-bottom: 0px;
  z-index: 4;
}
.navbar.fixed-top {
  position: fixed;
  background: var(--color-white);
  box-shadow: var(--box-shadow2);
  animation: slide-down 0.7s;
}
.navbar.fixed-top .navbar-brand .logo-display {
  display: none;
}
.navbar.fixed-top .navbar-brand .logo-scrolled {
  display: block;
}
.navbar .navbar-brand {
  margin-right: 0;
}
.navbar .navbar-brand .logo-display {
  display: block;
}
.navbar .navbar-brand .logo-scrolled {
  display: none;
}
.navbar .navbar-brand img {
  width: 150px;
}
.navbar .dropdown-toggle::after {
  display: inline-block;
  margin-left: 5px;
  vertical-align: baseline;
  font-family: "Font Awesome 6 Pro";
  content: "\f107";
  font-weight: 600;
  border: none;
  font-size: 14px;
}

@keyframes slide-down {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@media all and (min-width: 992px) {
  .navbar .nav-item .nav-link {
    margin-right: 22px;
    padding: 25px 0;
    font-size: 17px;
    font-weight: 500;
    color: var(--color-dark);
    text-transform: capitalize;
  }
  .navbar .nav-item .nav-link.active, .navbar .nav-item:hover .nav-link {
    color: var(--theme-color);
  }
  .navbar .nav-item:last-child .nav-link {
    margin-right: 0;
  }
  .navbar .nav-item .dropdown-menu {
    display: block;
    padding: 8px 0;
    margin-top: 0;
    left: -15px;
    border-radius: 10px;
    border: none;
    background: var(--theme-color);
    width: 220px;
    box-shadow: var(--box-shadow);
    opacity: 0;
    visibility: hidden;
    transition: var(--transition2);
  }
  .navbar .nav-item .dropdown-menu li {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
  }
  .navbar .nav-item .dropdown-menu li:last-child {
    border-bottom: none;
  }
  .navbar .nav-item .dropdown-menu .dropdown-item {
    font-size: 16px;
    padding: 8px 15px 8px 25px;
    font-weight: 500;
    color: var(--color-white);
    position: relative;
    overflow: hidden;
    border-radius: 0px;
    text-transform: capitalize;
    transition: var(--transition2);
    z-index: 1;
  }
  .navbar .nav-item .dropdown-menu .dropdown-item:hover {
    background: transparent;
    padding-left: 32px;
  }
  .navbar .nav-item .dropdown-menu .dropdown-item::before {
    content: "//";
    position: absolute;
    left: 15px;
    top: 8px;
    color: var(--color-white);
    opacity: 0;
    visibility: hidden;
    transition: var(--transition2);
    z-index: -1;
  }
  .navbar .nav-item .dropdown-menu .dropdown-item:hover::before {
    opacity: 1;
    visibility: visible;
  }
  .navbar .nav-item:hover .dropdown-menu {
    transition: 0.3s;
    opacity: 1;
    visibility: visible;
    top: 100%;
    transform: rotateX(0deg);
  }
  .navbar.fixed-top .nav-item .nav-link {
    color: var(--color-dark);
    padding: 22px 0;
  }
  .navbar.fixed-top .nav-link.active,
  .navbar.fixed-top .nav-item:hover .nav-link {
    color: var(--theme-color);
  }
  .navbar .dropdown-menu-end {
    right: 0;
    left: auto;
  }
  .navbar .dropdown-menu.fade-down {
    top: 80%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
  }
  .navbar .dropdown-menu.fade-up {
    top: 140%;
  }
  .navbar .nav-right {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-left: 30px;
  }
  .navbar .nav-right-link {
    position: relative;
    font-size: 20px;
    color: var(--color-dark);
    border: none;
    padding: 0;
    background: transparent;
    transition: var(--transition);
  }
  .navbar .nav-right-link:hover {
    color: var(--theme-color);
  }
  .navbar .nav-right .sidebar-btn span {
    display: block;
    width: 24px;
    border-bottom: 3px solid var(--color-dark);
    border-radius: 50px;
    margin-top: 6px;
    margin-left: auto;
    transition: var(--transition);
  }
  .navbar .nav-right .sidebar-btn span:first-child {
    width: 10px;
    margin-top: 0;
  }
  .navbar .nav-right .sidebar-btn span:nth-child(3) {
    width: 15px;
  }
  .navbar.fixed-top .nav-right-link {
    color: var(--color-dark);
  }
  .navbar.fixed-top .nav-right-link:hover {
    color: var(--theme-color);
  }
  .h-pd .navbar .nav-item .nav-link {
    padding: 40px 0;
  }
  .h-pd .navbar.fixed-top .nav-item .nav-link {
    padding: 30px 0;
  }
}
.navbar .nav-right-link {
  position: relative;
}
.navbar .nav-right-link.course-cart .count {
  position: absolute;
  top: -5px;
  right: -12px;
  width: 17px;
  height: 17px;
  line-height: 17px;
  background: var(--theme-color);
  border-radius: 50px;
  color: var(--color-white);
  font-size: 12px;
  text-align: center;
}
.navbar .mobile-menu-right {
  display: none;
}

@media all and (max-width: 1199px) {
  .navbar .nav-item .nav-link {
    margin-right: 15px;
  }
  .navbar .nav-right {
    margin-left: 25px;
  }
  .navbar .nav-right .nav-btn,
  .navbar .nav-right .sidebar-btn {
    display: none;
  }
}
@media all and (max-width: 991px) {
  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navbar .navbar-brand img {
    width: 130px;
  }
  .navbar .offcanvas {
    width: 300px;
  }
  .navbar .offcanvas-header .btn-close {
    background: var(--color-red);
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50px;
    color: var(--color-white);
    font-size: 18px;
    box-shadow: none;
    opacity: 1;
  }
  .navbar .offcanvas-brand {
    width: 150px;
  }
  .navbar.fixed-top:has(.offcanvas.show) {
    animation: none;
  }
  .navbar .nav-item .nav-link {
    color: var(--color-dark);
    font-weight: 700;
    margin-right: 0px;
    transition: var(--transition);
  }
  .navbar .nav-item .nav-link:hover {
    color: var(--theme-color);
  }
  .navbar .nav-item .dropdown-menu {
    border-radius: 15px;
  }
  .navbar .nav-item .dropdown-toggle::after {
    float: right;
    margin-top: 2.5px;
  }
  .navbar-toggler {
    padding: 0;
    border: none;
  }
  .navbar-toggler:focus {
    outline: none;
    box-shadow: none;
  }
  .navbar-toggler span {
    display: block;
    width: 22px;
    border-bottom: 3px solid var(--color-dark);
    border-radius: 50px;
    margin-top: 5px;
  }
  .navbar-toggler span:first-child {
    margin-top: 0;
  }
  .navbar-toggler span:nth-child(2) {
    width: 15px;
  }
  .navbar .mobile-menu-right {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .navbar .mobile-menu-right .nav-right-link {
    background: transparent;
    border: none;
    font-size: 20px;
    color: var(--color-dark);
  }
  .navbar .mobile-menu-right .nav-right-link:hover {
    color: var(--theme-color);
  }
  .navbar .nav-right {
    display: none;
  }
}
@media all and (min-width: 992px) {
  .navbar.light .nav-item .nav-link {
    color: var(--color-white);
  }
  .navbar.light .nav-item .nav-link.active, .navbar.light .nav-item:hover .nav-link {
    color: var(--color-white);
  }
  .navbar.light .nav-right-link {
    color: var(--color-white);
  }
  .navbar.light .nav-right-link:hover {
    color: var(--theme-color);
  }
  .navbar.light .nav-right .sidebar-btn span {
    border-color: var(--color-white);
  }
  .navbar.light.fixed-top .nav-item .nav-link {
    color: var(--color-dark);
  }
  .navbar.light.fixed-top .nav-right-link {
    color: var(--color-dark);
  }
  .navbar.light.fixed-top .nav-right .sidebar-btn span {
    border-color: var(--color-dark);
  }
}
@media all and (max-width: 991px) {
  .navbar.light .navbar-toggler span {
    border-color: var(--color-white);
  }
  .navbar.light .mobile-menu-right .nav-right-link {
    color: var(--color-white);
  }
  .navbar.light .mobile-menu-right .nav-right-link:hover {
    color: var(--theme-color);
  }
  .navbar.light.fixed-top .navbar-toggler span {
    border-color: var(--color-dark);
  }
  .navbar.light.fixed-top .mobile-menu-right .nav-right-link {
    color: var(--color-dark);
  }
}
/*==============================
16. Navbar multi level dropdown
================================*/
.navbar .nav-item .dropdown-submenu {
  position: relative;
}
.navbar .nav-item .dropdown-submenu:hover .dropdown-menu {
  top: 0;
  opacity: 1;
  visibility: visible;
}
.navbar .nav-item .dropdown-submenu .dropdown-menu {
  top: 120%;
  left: 100%;
  opacity: 0;
  visibility: hidden;
}
.navbar .nav-item .dropdown-submenu .dropdown-menu::before {
  display: none;
}
.navbar .nav-item .dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 15px;
  top: 8px;
  font-weight: 600;
}
.navbar .nav-item .dropdown-submenu a:hover {
  background: transparent;
  color: var(--color-white);
}
.navbar .nav-item .dropdown-submenu a:focus {
  background: transparent;
}
@media all and (max-width: 991px) {
  .navbar .nav-item .dropdown-menu .dropdown-item {
    color: var(--color-dark);
  }
  .navbar .nav-item .dropdown-submenu .dropdown-menu {
    opacity: unset;
    visibility: unset;
    margin: 0 17px;
  }
  .navbar .nav-item .dropdown-submenu a::after {
    top: 3px;
  }
  .navbar .nav-item .dropdown-submenu a:hover {
    color: var(--theme-color);
  }
}
@media all and (min-width: 992px) and (max-width: 1199px) {
  .navbar-nav > .nav-item:nth-last-child(-n+4) .dropdown-submenu .dropdown-menu {
    left: unset;
    right: 100%;
  }
}

/*============================
17. Navbar mega menu
==============================*/
@media all and (min-width: 992px) {
  .navbar.mega-menu {
    position: static;
  }
  .navbar.mega-menu .dropdown-menu {
    width: 98.2%;
    left: 12px;
  }
  .navbar.mega-menu .dropdown-menu .dropdown-item {
    padding-left: 0;
  }
  .navbar.mega-menu .dropdown-menu .dropdown-item::before {
    left: 0;
  }
  .navbar.mega-menu .dropdown-menu .dropdown-item:hover {
    padding-left: 15px;
  }
  .navbar .mega-menu .mega-content {
    padding: 12px;
  }
  .navbar .mega-menu-title {
    font-size: 17px;
    margin-bottom: 15px;
    color: var(--color-dark);
  }
  .navbar .mega-menu-img img {
    border-radius: 15px;
  }
  .navbar .nav-item.mega-menu.small {
    position: relative;
  }
  .navbar .nav-item.mega-menu.small .dropdown-menu {
    width: 340px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media all and (max-width: 991px) {
  .navbar .mega-menu-img {
    display: none;
  }
  .navbar .mega-menu .mega-content h5 {
    margin: 15px 0;
  }
}
/*====================
18. Sidebar popup css 
======================*/
.sidebar-popup {
  padding: 20px;
}
.sidebar-popup .btn-close {
  background: var(--theme-color);
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 50px;
  color: var(--color-white);
  font-size: 20px;
  transition: var(--transition);
  box-shadow: var(--box-shadow);
  opacity: 1;
}
.sidebar-popup .btn-close:hover {
  background: var(--color-red);
}
.sidebar-popup .btn-close i {
  transition: var(--transition);
}
.sidebar-popup .btn-close:hover i {
  transform: rotate(180deg);
}
.sidebar-popup-logo img {
  width: 180px;
}
.sidebar-popup-about {
  margin-top: 10px;
}
.sidebar-popup-about h4 {
  margin-bottom: 10px;
  font-weight: 700;
  color: var(--color-dark);
}
.sidebar-popup-about p {
  color: var(--body-text-color);
}
.sidebar-popup-contact {
  margin-top: 20px;
}
.sidebar-popup-contact h4 {
  margin-bottom: 15px;
  font-weight: 700;
}
.sidebar-popup-contact li {
  display: flex;
  gap: 12px;
  margin-bottom: 15px;
}
.sidebar-popup-contact li .icon {
  width: 35px;
  height: 35px;
  line-height: 35px;
  color: var(--color-white);
  background: var(--theme-color);
  text-align: center;
  border-radius: 50px;
}
.sidebar-popup-contact li .content h5 {
  font-size: 16px;
}
.sidebar-popup-contact li .content a {
  color: var(--color-dark);
}
.sidebar-popup-contact li .content a:hover {
  color: var(--theme-color);
}
.sidebar-popup-social {
  margin-top: 25px;
}
.sidebar-popup-social h4 {
  margin-bottom: 20px;
  font-weight: 700;
}
.sidebar-popup-social a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50px;
  margin-right: 8px;
  background: var(--theme-color);
  color: var(--color-white);
  box-shadow: var(--box-shadow);
}
.sidebar-popup-social a:hover {
  background: var(--color-dark);
}

/* header absolute */
.h-abs {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 3;
}

/* header 2 */
.header-2 .header-top {
  background: transparent;
}
.header-2 .navbar > .container {
  background: var(--color-white);
  border-radius: 50px;
  padding: 0 12px 0 18px;
}

/* header 3 */
@media all and (min-width: 992px) {
  .header-3 .navbar {
    padding: 15px 0;
  }
  .header-3 .navbar-brand img {
    width: 180px;
  }
  .header-3 .navbar-nav {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 50px;
    padding: 0 25px;
    border: 1px solid rgba(255, 255, 255, 0.2);
  }
  .header-3 .navbar.fixed-top .navbar-nav {
    backdrop-filter: unset;
  }
  .header-3 .navbar .nav-item .nav-link {
    padding: 9px 2px;
    color: var(--color-white);
  }
  .header-3 .navbar .nav-right {
    margin-left: 0;
  }
  .header-3 .navbar-expand-lg .offcanvas {
    flex-grow: unset;
  }
}

/* ======================
19. Search popup
====================== */
.search-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 99999;
  margin-top: -540px;
  transform: translateY(-100%);
  background-color: rgba(0, 0, 0, 0.95);
  transition: all 1500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.search-popup .close-search {
  position: absolute;
  left: 0;
  right: 0;
  top: 75%;
  border: none;
  margin: 0 auto;
  margin-top: -200px;
  border-radius: 50px;
  text-align: center;
  background: var(--theme-color);
  text-align: center;
  width: 50px;
  height: 50px;
  color: var(--color-white);
  font-size: 20px;
  cursor: pointer;
  box-shadow: var(--box-shadow);
  transition: all 500ms ease;
  opacity: 0;
  visibility: hidden;
}
.search-popup form {
  position: absolute;
  max-width: 700px;
  top: 50%;
  left: 15px;
  right: 15px;
  margin: -35px auto 0;
  transform: scaleX(0);
  transform-origin: center;
  transition: all 300ms ease;
}
.search-popup .form-group {
  position: relative;
  margin: 0px;
  overflow: hidden;
}
.search-popup .form-group .form-control {
  position: relative;
  width: 100%;
  height: 70px;
  outline: none;
  border-radius: 0px;
  border: none;
  border-bottom: 2px solid var(--color-white);
  background-color: transparent;
  color: var(--color-white);
  font-size: 40px;
  padding: 0 70px 0 20px;
  transition: all 500ms ease;
  text-transform: capitalize;
}
.search-popup .form-group .form-control::-moz-placeholder {
  color: var(--color-white);
  font-size: 40px;
}
.search-popup .form-group .form-control::placeholder {
  color: var(--color-white);
  font-size: 40px;
}
.search-popup .form-group button {
  position: absolute;
  right: 5px;
  top: 5px;
  border-radius: 50px;
  background: transparent;
  text-align: center;
  font-size: 30px;
  color: var(--color-white);
  height: 50px;
  width: 50px;
  border: none;
  cursor: pointer;
  transition: all 500ms ease;
}
.search-popup .form-group button:hover {
  color: var(--theme-color);
}

.search-active .search-popup {
  transform: translateY(0%);
  margin-top: 0;
}
.search-active .search-popup .close-search {
  visibility: visible;
  opacity: 1;
  top: 50%;
  transition-delay: 1500ms;
}
.search-active .search-popup .close-search span {
  transition: var(--transition);
}
.search-active .search-popup .close-search:hover span {
  transform: rotate(180deg);
}
.search-active .search-popup form {
  transform: scaleX(1);
  transition-delay: 1200ms;
}

/*====================
20. Hero css 
======================*/
.hero-section .hero-single {
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.hero-section .hero-single::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom right, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: -1;
}
.hero-section .hero-single .hero-content {
  height: 100%;
}
.hero-section .hero-single .hero-content .hero-sub-title {
  display: inline-block;
  color: var(--color-white);
  font-size: 24px;
  letter-spacing: 6px;
  font-weight: 600;
  position: relative;
}
@media all and (max-width: 767px) {
  .hero-section .hero-single .hero-content .hero-sub-title {
    font-size: 18px;
  }
}
.hero-section .hero-single .hero-content .hero-title {
  color: var(--color-white);
  font-size: 60px;
  font-weight: 600;
  margin: 20px 0;
}
@media all and (max-width: 1199px) {
  .hero-section .hero-single .hero-content .hero-title {
    font-size: 37px;
  }
}
@media all and (max-width: 991px) {
  .hero-section .hero-single .hero-content .hero-title {
    font-size: 50px;
  }
}
.hero-section .hero-single .hero-content .hero-title span {
  color: var(--theme-color);
}
.hero-section .hero-single .hero-content p {
  color: var(--color-white);
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 20px;
}
.hero-section .hero-single .hero-content .hero-btn {
  display: flex;
  justify-content: start;
  gap: 1rem;
  margin-top: 35px;
}

/* hero-slider */
.hero-slider .hero-single::before {
  left: -0.5px;
}
.hero-slider .owl-nav {
  margin-top: 0px;
}
.hero-slider .owl-nav button i {
  display: inline-block;
  height: 55px;
  width: 55px;
  line-height: 55px;
  color: var(--color-white);
  font-size: 25px;
  text-align: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50px;
  cursor: pointer;
  transition: var(--transition);
}
.hero-slider .owl-nav button:hover i {
  background: var(--theme-color);
  color: var(--color-white);
}
.hero-slider .owl-nav .owl-prev {
  left: 40px;
}
@media all and (max-width: 1199px) {
  .hero-slider .owl-nav .owl-prev {
    left: unset;
    right: 120px;
  }
}
.hero-slider .owl-nav .owl-next {
  right: 40px;
}
@media all and (max-width: 1199px) {
  .hero-slider .owl-nav .owl-next {
    right: 40px;
  }
}
.hero-slider .owl-nav .owl-prev,
.hero-slider .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
@media all and (max-width: 1199px) {
  .hero-slider .owl-nav .owl-prev,
  .hero-slider .owl-nav .owl-next {
    top: unset;
    bottom: 45px;
  }
}
.hero-slider .owl-dots {
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
}
.hero-slider .owl-dots .owl-dot span {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: transparent;
  border-radius: 50px;
  border: 2px solid var(--theme-color);
  margin: 5px;
  transition: var(--transition);
}
.hero-slider .owl-dots .owl-dot.active span {
  background-color: var(--theme-color);
}

/* hero-info */
.hero-info-wrap {
  position: relative;
}
.hero-info-wrap .hero-avatar-group {
  display: inline-flex;
  align-items: center;
  background: var(--color-white);
  padding: 5px 18px 5px 5px;
  border-radius: 50px;
}
.hero-info-wrap .hero-avatar-group h4 {
  font-size: 16px;
  color: var(--theme-color);
  margin-left: 8px;
}
.hero-info-wrap .hero-avatar-group h4 span {
  color: var(--theme-color);
}
.hero-info-wrap .hero-avatar-group .avatar:first-child {
  margin-left: 0;
}
.hero-info-wrap .hero-avatar-group .avatar img {
  width: 40px;
  border-radius: 50px;
  border: 3px solid var(--color-white);
}
.hero-info-wrap .hero-avatar-group .avatar + .avatar {
  margin-left: -18px;
}
.hero-info-wrap .hero-info {
  position: absolute;
  right: 0px;
  bottom: 100px;
  background: var(--color-white);
  border-radius: 14px;
  padding: 10px 15px 10px 10px;
  box-shadow: var(--box-shadow);
  display: flex;
  align-items: center;
  gap: 8px;
  z-index: 1;
}
@media all and (max-width: 991px) {
  .hero-info-wrap .hero-info {
    bottom: 50px;
  }
}
.hero-info-wrap .hero-info .icon {
  width: 50px;
  height: 50px;
  line-height: 45px;
  background: var(--theme-color);
  border-radius: 50px;
  text-align: center;
}
.hero-info-wrap .hero-info .icon img {
  width: 35px;
  filter: brightness(0) invert(1);
}
.hero-info-wrap .hero-info .title {
  font-size: 16px;
  color: var(--theme-color);
}
.hero-info-wrap .hero-info .title span {
  display: block;
  color: var(--theme-color);
}

/* hero section 1 */
.hs-1 .text-shape {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  color: var(--color-white);
  font-size: 24em;
  line-height: 1;
  font-weight: 900;
  text-transform: lowercase;
  letter-spacing: 10px;
  font-family: var(--header-font);
  opacity: 1;
  font-family: var(--heading-font);
  text-shadow: 3px 3px 0px rgba(255, 255, 255, 0.7);
}
@media all and (max-width: 991px) {
  .hs-1 .text-shape {
    top: 50px;
    font-size: 130px;
  }
}
.hs-1 .hero-slider .owl-dots {
  display: none;
}
.hs-1 .hero-single {
  padding-top: 0px;
  padding-bottom: 0px;
  background: var(--theme-bg-light);
}
@media all and (min-width: 992px) {
  .hs-1 .hero-single {
    height: 100vh;
    min-height: 760px;
    align-items: end;
  }
}
@media all and (max-width: 991px) {
  .hs-1 .hero-single {
    padding-top: 220px;
  }
}
.hs-1 .hero-single::before {
  background: rgba(0, 0, 0, 0.3);
}
@media all and (min-width: 992px) and (max-width: 1199px) {
  .hs-1 .hero-single .hero-content {
    margin-top: 10px;
  }
}
@media all and (min-width: 992px) and (max-width: 1199px) {
  .hs-1 .hero-single .hero-content .hero-info-wrap {
    margin-bottom: 30px;
  }
}
.hs-1 .hero-single .hero-content .hero-sub-title {
  color: var(--color-white);
  font-size: 25px;
  letter-spacing: 4px;
  border-radius: 50px;
  letter-spacing: 0;
  font-weight: 400;
  padding: 4px 15px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
  font-family: var(--heading-font);
}
.hs-1 .hero-single .hero-content .hero-title {
  font-size: 80px;
  font-weight: 700;
  color: var(--color-white);
}
@media all and (min-width: 992px) and (max-width: 1199px) {
  .hs-1 .hero-single .hero-content .hero-title {
    font-size: 50px;
  }
}
@media all and (max-width: 767px) {
  .hs-1 .hero-single .hero-content .hero-title {
    font-size: 65px;
  }
}
.hs-1 .hero-single .hero-content .hero-title span {
  color: transparent;
  -webkit-text-stroke: 3px var(--theme-color2);
}
.hs-1 .hero-single .hero-content .hero-title .img img {
  width: 150px;
  height: 60px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 100px;
  transform: translateY(-5px);
  border: 3px solid var(--color-white);
}
.hs-1 .hero-single .hero-content p {
  color: var(--color-dark);
}
.hs-1 .booking-form {
  margin-bottom: -50px;
}
@media all and (min-width: 992px) {
  .hs-1 .booking-form {
    max-width: 65%;
  }
}
@media all and (max-width: 991px) {
  .hs-1 .booking-form {
    padding-top: 50px;
  }
}
.hs-1 .booking-form .theme-btn {
  position: relative;
  top: unset;
  right: unset;
  width: 100%;
  margin-top: 18px;
  padding: 10px 18px;
  text-align: center;
  display: unset;
}
.hs-1 .booking-form .theme-btn::before {
  width: 400px;
  height: 400px;
}
.hs-1 .booking-form .theme-btn i {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}

.hs-2 {
  position: relative;
}
.hs-2 .wave-shape {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  z-index: 2;
}
@media all and (max-width: 991px) {
  .hs-2 .wave-shape {
    bottom: -5px;
  }
}
@media all and (max-width: 767px) {
  .hs-2 .wave-shape {
    bottom: -10px;
  }
}
.hs-2 .hero-single {
  padding-top: 270px;
  padding-bottom: 190px;
}
.hs-2 .hero-single::before {
  display: none;
}
.hs-2 .hero-single .hero-content {
  position: relative;
}
@media all and (min-width: 992px) and (max-width: 1199px) {
  .hs-2 .hero-single .hero-content {
    margin-top: 10px;
  }
}
.hs-2 .hero-single .hero-content .shape {
  position: absolute;
  left: 55%;
  top: -22%;
  width: 38%;
}
@media all and (max-width: 767px) {
  .hs-2 .hero-single .hero-content .shape {
    top: -12%;
  }
}
@media all and (min-width: 992px) and (max-width: 1199px) {
  .hs-2 .hero-single .hero-content .hero-info-wrap {
    margin-bottom: 30px;
  }
}
.hs-2 .hero-single .hero-content .hero-sub-title {
  color: var(--color-white);
  font-size: 42px;
  font-weight: 600;
  letter-spacing: 4px;
  font-family: var(--heading-font);
}
.hs-2 .hero-single .hero-content .hero-title {
  font-size: 60px;
  color: var(--color-white);
  text-transform: capitalize;
}
@media all and (min-width: 992px) and (max-width: 1199px) {
  .hs-2 .hero-single .hero-content .hero-title {
    font-size: 50px;
  }
}
@media all and (max-width: 767px) {
  .hs-2 .hero-single .hero-content .hero-title {
    font-size: 65px;
  }
}
.hs-2 .hero-single .hero-content .hero-title span {
  font-family: var(--heading-font);
}
.hs-2 .hero-single .hero-content p {
  color: var(--color-white);
}
.hs-2 .hero-destination {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(8px);
  border-radius: 20px;
  padding: 15px;
  max-width: 320px;
  margin-left: auto;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
@media all and (max-width: 991px) {
  .hs-2 .hero-destination {
    margin: 50px 0 0 0;
  }
}
.hs-2 .hero-destination .title {
  font-size: 20px;
  color: var(--color-white);
  margin-bottom: 15px;
}
.hs-2 .hero-destination .img {
  position: relative;
  margin-bottom: 18px;
}
.hs-2 .hero-destination .img .ani-img {
  border-radius: 15px;
}
.hs-2 .hero-destination .img img {
  border-radius: 15px;
}
.hs-2 .hero-destination .img a {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 35px;
  height: 35px;
  background: var(--color-white);
  box-shadow: var(--box-shadow);
  border-radius: 50px;
  color: var(--color-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.hs-2 .hero-destination .img a i {
  transform: rotate(-45deg);
  transition: var(--transition2);
}
.hs-2 .hero-destination .img a:hover i {
  transform: rotate(0);
}
.hs-2 .hero-destination:hover .img img {
  transform: scale(1.1);
}
.hs-2 .hero-info {
  margin: 35px 0 45px 0;
}
.hs-2 .hero-info ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}
.hs-2 .hero-info ul li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.hs-2 .hero-info ul li .icon {
  width: 35px;
  height: 35px;
  line-height: 31px;
  text-align: center;
  background: var(--color-white);
  border-radius: 50px;
}
.hs-2 .hero-info ul li .icon img {
  display: unset;
  width: 22px;
}
.hs-2 .hero-info ul li h4 {
  color: var(--color-white);
  font-size: 21px;
  font-weight: 400;
}
.hs-2 .hero-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  transform: scale(1);
  transition: transform 7000ms ease;
  z-index: -1;
}
.hs-2 .hero-bg-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.1);
  z-index: -1;
}
.hs-2 .hero-slider .active .hero-bg-img {
  transform: scale(1.1);
}
.hs-2 .hero-slider .owl-nav {
  display: none;
}
.hs-2 .hero-slider .owl-dots {
  position: absolute;
  left: unset;
  bottom: unset;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  line-height: 0;
  z-index: 2;
}
.hs-2 .hero-slider .owl-dots .owl-dot {
  display: block;
}
.hs-2 .hero-slider .owl-dots .owl-dot span {
  height: 70px;
  width: 5px;
  border: none;
  background: rgba(255, 255, 255, 0.2);
  margin: 0;
  border-radius: 0;
  position: relative;
}
.hs-2 .hero-slider .owl-dots .owl-dot span::before {
  content: "";
  display: block;
  position: absolute;
  top: auto;
  left: 0;
  bottom: 0;
  background: var(--color-white);
  border-radius: 0px;
  width: 5px;
  height: 0;
  transition: var(--transition);
}
.hs-2 .hero-slider .owl-dots .owl-dot.active span::before {
  height: 100%;
  bottom: auto;
  top: 0;
}

.hs-3 .hero-single {
  padding: 80px;
  border-radius: 20px;
}
@media all and (max-width: 767px) {
  .hs-3 .hero-single {
    padding: 50px 10px 10px 10px;
  }
}
.hs-3 .hero-single::before {
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.5);
}
.hs-3 .hero-single .hero-content .hero-sub-title {
  font-family: var(--heading-font);
  font-size: 45px;
}
.hs-3 .hero-single .hero-content .hero-title {
  text-transform: unset;
  font-size: 70px;
}
.hs-3 .hero-single .hero-content .hero-title span {
  font-family: var(--heading-font);
}
.hs-3 .hero-single .booking-form .theme-btn {
  position: relative;
  top: unset;
  right: unset;
  width: 100%;
  margin-top: 18px;
  padding: 10px 18px;
}
.hs-3 .hero-single .booking-form .theme-btn::before {
  width: 400px;
  height: 400px;
}
.hs-3 .hero-single .booking-form .theme-btn i {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}

/* ===================
21. About css 
====================== */
.about-area {
  position: relative;
}

.about-left {
  position: relative;
  margin-right: 30px;
}
@media all and (max-width: 991px) {
  .about-left {
    margin-right: 0;
  }
}

.about-img .img-1 {
  text-align: right;
}
.about-img .img-1 img {
  width: 80%;
  border-radius: 50%;
}
.about-img .img-2 img {
  border-radius: 50em;
}
.about-img .img-3 {
  text-align: center;
}
.about-img .img-3 img {
  width: 90%;
  border-radius: 50em;
}

.about-right {
  position: relative;
  display: block;
}
@media all and (max-width: 991px) {
  .about-right {
    margin-top: 80px;
  }
}

.about-experience {
  position: absolute;
  top: 0;
  right: 0;
  width: 150px;
  height: 150px;
  background: var(--theme-color);
  border-radius: 50%;
  text-align: center;
  padding: 18px 10px 10px 10px;
  margin-top: 50px;
  border: 10px solid var(--color-white);
}
@media all and (max-width: 767px) {
  .about-experience {
    margin-top: 0px;
  }
}
.about-experience h4 {
  color: var(--color-white);
  font-size: 45px;
}
.about-experience p {
  color: var(--color-white);
  font-weight: 600;
  line-height: 1.1;
  font-family: var(--heading-font);
  font-size: 18px;
}

.about-content {
  margin-top: 35px;
  margin-bottom: 45px;
}
.about-content .about-item {
  display: flex;
  gap: 12px;
  background: var(--color-white);
  padding: 20px 15px;
  border-radius: 20px;
  box-shadow: var(--box-shadow);
}
.about-content .about-item .icon {
  width: 68px;
  height: 68px;
  line-height: 63px;
  text-align: center;
  background: var(--theme-color);
  border-radius: 50px;
}
.about-content .about-item .icon img {
  width: 45px;
  filter: brightness(0) invert(1);
}
.about-content .about-item .content {
  flex: 1;
}
.about-content .about-item .content h4 {
  font-size: 22px;
  color: var(--color-dark);
  margin-bottom: 5px;
}
.about-content .about-list {
  background: rgb(from var(--theme-color2) r g b/0.05);
  padding: 15px 20px;
  border-radius: 20px 20px 20px 0;
}
.about-content .about-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--color-dark);
  font-size: 18px;
  font-family: var(--heading-font);
  font-weight: 500;
  margin-bottom: 4px;
}
.about-content .about-list li img {
  width: 22px;
}

/* about-area-2 */
.about-area-2 .about-img img {
  border-radius: 20px;
}
.about-area-2 .about-experience {
  top: 100px;
  right: -30px;
  z-index: 1;
}
@media all and (max-width: 767px) {
  .about-area-2 .about-experience {
    top: 240px;
    right: -10px;
  }
}
.about-area-2 .about-bottom {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.about-area-2 .about-bottom .about-phone {
  display: flex;
  align-items: center;
  gap: 10px;
}
.about-area-2 .about-bottom .about-phone .icon {
  width: 50px;
  height: 50px;
  background: var(--theme-bg-light);
  border-radius: 50px;
  padding: 8px;
}
.about-area-2 .about-bottom .about-phone .icon img {
  width: 100%;
  height: 100%;
}
.about-area-2 .about-bottom .about-phone .content {
  line-height: 1;
}
.about-area-2 .about-bottom .about-phone .content span {
  font-size: 14px;
  line-height: 0;
}
.about-area-2 .about-bottom .about-phone .content h4 {
  font-weight: 500;
  margin-top: 2px;
}
.about-area-2 .about-bottom .about-phone .content h4 a {
  font-size: 18px;
  color: var(--color-dark);
}
.about-area-2 .about-bottom .about-phone .content h4 a:hover {
  color: var(--theme-color);
}

/* about-area 3 */
.about-area3 .about-left .img-1 img {
  border-radius: 20px;
}
.about-area3 .about-left .about-content-wrap {
  background: var(--theme-bg-light2);
  border-radius: 20px;
  margin-top: 25px;
  margin-bottom: 35px;
}
.about-area3 .about-left .about-content-wrap .about-item {
  border-radius: 0;
  box-shadow: none;
  background: transparent;
}
.about-area3 .about-left .about-content-wrap .about-item h4 {
  font-size: 20px;
  color: var(--color-dark);
}
.about-area3 .about-left .about-content-wrap .about-list {
  background: transparent;
  border-top: 1px solid var(--border-info-color);
  border-radius: 0;
}
.about-area3 .about-left .about-content-wrap .about-list li {
  font-family: var(--body-text-color);
  font-size: 16px;
  color: var(--body-text-color);
  font-weight: 400;
  margin: 8px 0;
}
.about-area3 .about-right .img-2 {
  text-align: right;
}
.about-area3 .about-right .img-2 img {
  border-radius: 20px;
  width: 86%;
}
.about-area3 .about-right .about-experience {
  top: 80px;
  right: unset;
  left: 0;
  margin: 0;
  padding-top: 12px;
  z-index: 2;
}
.about-area3 .about-right .about-experience h4 {
  font-size: 50px;
  font-weight: 700;
  font-family: var(--heading-font);
}
.about-area3 .about-right .about-experience p {
  font-family: var(--body-font);
  font-size: 17px;
  font-weight: 500;
}
.about-area3 .ani-shape {
  position: unset;
}

/*====================
22. Feature css 
======================*/
.feature-area {
  position: relative;
}
.feature-wrap {
  position: relative;
  border-radius: 40px;
  overflow: hidden;
}
.feature-wrap.bg-shape {
  background: var(--theme-bg-light2);
}
.feature-wrap.bg-shape::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../img/shape/15.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0.08;
}
.feature-item {
  position: relative;
  padding: 30px;
  background: var(--color-white);
  border-radius: 20px;
}
.feature-icon {
  width: 52px;
  height: 52px;
  line-height: 39px;
  border-radius: 50%;
  text-align: center;
  color: var(--color-white);
  font-size: 60px;
  background: var(--theme-color);
  position: relative;
  transition: var(--transition);
}
.feature-icon img {
  width: 28px;
  filter: brightness(0) invert(1);
}
.feature-item:hover .feature-icon {
  transform: rotateY(360deg);
}
.feature-content {
  flex: 1;
}
.feature-content h4 {
  color: var(--color-dark);
  font-size: 20px;
  margin-bottom: 10px;
}
.feature-content p {
  color: var(--color-dark);
}
.feature-head {
  display: flex;
  align-items: center;
  gap: 15px;
}
.feature-head .count {
  font-weight: 700;
  font-size: 18px;
  color: var(--theme-color);
}
.feature-info {
  border-top: 1px solid var(--border-info-color);
  padding-top: 40px;
  margin-top: 50px;
}

/* ===================
23. Counter css 
====================== */
.counter-area {
  position: relative;
  background-image: url(../img/counter/01.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.counter-wrap {
  position: relative;
  padding: 60px 20px;
}
@media all and (max-width: 767px) {
  .counter-wrap {
    padding: 30px;
  }
}
.counter-wrap2 {
  padding: 30px;
  background: var(--color-white);
  box-shadow: var(--box-shadow);
  border-radius: 50em;
  margin-top: 50px;
  position: relative;
}
.counter-wrap2::before {
  content: "";
  position: absolute;
  left: 80px;
  right: 80px;
  bottom: 0;
  height: 3px;
  background: var(--theme-color2);
}
.counter-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  position: relative;
  text-align: center;
  padding: 20px 15px 20px 20px;
  border-radius: 15px;
  z-index: 1;
}
.counter-box .icon {
  width: 60px;
  height: auto;
  line-height: 82px;
  font-size: 35px;
}
.counter-box .info {
  display: flex;
  gap: 2px;
}
.counter-box .counter {
  display: block;
  line-height: 1;
  color: var(--color-dark);
  font-size: 50px;
  font-weight: 900;
}
.counter-box .unit {
  font-size: 25px;
  color: var(--theme-color2);
  font-weight: 500;
  line-height: 1;
  margin: 3px 0 0 3px;
}
.counter-box .title {
  color: var(--color-dark);
  margin-top: 10px;
  font-size: 22px;
  font-weight: 500;
  text-transform: capitalize;
}
.counter-big .counter-box .info {
  justify-content: center;
}
.counter-big .counter-box .counter {
  font-size: 100px;
  color: var(--theme-color2);
}
@media all and (max-width: 767px) {
  .counter-big .counter-box .counter {
    font-size: 70px;
  }
}
.counter-big .counter-box .unit {
  font-size: 80px;
}

/* counter-area-2 */
.counter-area-2.ng-mt {
  margin-top: -90px;
}
.counter-area-2 .counter-wrap {
  background: var(--theme-color2);
  border-radius: 50em;
  padding: 35px 20px;
}
@media all and (max-width: 991px) {
  .counter-area-2 .counter-wrap {
    border-radius: 20px;
  }
}
.counter-area-2 .counter-wrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/shape/11.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 50em;
  opacity: 0.4;
}
.counter-area-2 .counter-wrap .counter-box .counter {
  color: var(--color-white);
}
.counter-area-2 .counter-wrap .counter-box .unit {
  color: var(--color-white);
}
.counter-area-2 .counter-wrap .counter-box .icon {
  filter: brightness(0) invert(1);
}
.counter-area-2 .counter-wrap .counter-box .title {
  color: var(--color-white);
}

/* ===================
24. Video css 
====================== */
.video-content {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
.video-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
}
.video-content .play-btn {
  display: inline-block;
  padding: 0;
  height: 75px;
  width: 75px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  border-radius: 5px;
  height: 470px;
  z-index: 1;
}
@media all and (max-width: 767px) {
  .video-wrap {
    height: 250px;
  }
}

/* video-area-2 */
.video-area-2 {
  position: relative;
}
.video-area-2 .video-bg {
  position: absolute;
  left: 0;
  top: 0;
  background: #faf4f0;
  width: 100%;
  height: 540px;
}
.video-area-2 .video-bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/shape/17.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0.04;
}
.video-area-2 .video-content {
  border-radius: 50em;
  border: 15px solid var(--color-white);
}
.video-area-2 .video-content::before {
  border-radius: 50em;
}
.video-area-2 .video-content .video-wrap {
  height: 430px;
}
@media all and (max-width: 767px) {
  .video-area-2 .video-content .video-wrap {
    height: 250px;
  }
}

/*===================
25. Contact us css 
=====================*/
.contact-content .site-heading .site-title {
  font-size: 35px;
  text-transform: unset;
  font-weight: 600;
}
.contact-info {
  display: flex;
  align-items: center;
  gap: 25px;
  position: relative;
  border-radius: 30px;
  background: var(--color-white);
  margin-top: 20px;
}
.contact-info .icon {
  width: 70px;
  height: 70px;
  line-height: 60px;
  border-radius: 50px;
  font-size: 35px;
  color: var(--color-white);
  text-align: center;
  border: 1px solid var(--border-info-color);
}
.contact-info .icon img {
  width: 35px;
}
.contact-info .content h4 {
  font-size: 18px;
  margin-bottom: 8px;
  color: var(--color-dark);
}
.contact-info .content p {
  color: var(--body-text-color);
  font-size: 16px;
}
.contact-info .content p a {
  color: var(--body-text-color);
  font-size: 16px;
}
.contact-info .content p a:hover {
  color: var(--theme-color);
}
.contact-img img {
  width: 97%;
  border-radius: 40px 40px 40px 0;
}
.contact-form {
  background: var(--color-white);
  padding: 30px;
  border-radius: 40px;
  border: 1px solid var(--border-info-color);
}
.contact-form-header {
  margin-bottom: 30px;
}
.contact-form-header h3 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--color-dark);
}
.contact-form-header p {
  color: var(--body-text-color);
}
.contact-form .form-message.success, .contact-form .form-message.error {
  margin-bottom: 20px;
  border-radius: 10px;
  padding: 10px 18px;
}
.contact-form .form-message.success {
  color: #41be7d;
  background: rgba(65, 190, 125, 0.1);
}
.contact-form .form-message.error {
  color: #ff7f7f;
  background: rgba(255, 127, 127, 0.1);
}
.contact-map {
  margin-bottom: -9px;
}
.contact-map iframe {
  width: 100%;
  height: 400px;
  border-radius: 50px;
}

/*====================
26. Error css 
======================*/
.error-wrap {
  text-align: center;
}
.error-wrap h2 {
  font-size: 250px;
  letter-spacing: 5px;
  font-weight: bold;
  color: var(--theme-color);
}
@media all and (max-width: 767px) {
  .error-wrap h2 {
    font-size: 160px;
  }
}
.error-wrap h2 span {
  color: var(--color-dark);
}
.error-wrap h3 {
  margin-top: 30px;
  margin-bottom: 10px;
}
.error-wrap img {
  width: 100%;
}
.error-wrap .theme-btn {
  margin-top: 30px;
}

/*====================
27. Terms/privacy css 
====================== */
.terms-content:not(:last-child) {
  margin-bottom: 54px;
}
.terms-content:first-child {
  margin-top: -3px;
}
.terms-content .terms-list {
  margin-top: 37px;
}
.terms-content .terms-list li:not(:last-child) {
  margin-bottom: 16px;
}
.terms-content h3 {
  margin-bottom: 23px;
  position: relative;
  font-weight: 700;
}
.terms-content p:not(:last-child) {
  margin-bottom: 26px;
}

/*====================
28. Coming soon css 
======================*/
.coming-soon {
  position: relative;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  min-height: 100vh;
  width: 100%;
  z-index: 1;
}
.coming-soon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: -1;
}
.coming-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 75vh;
}
.coming-content {
  text-align: center;
}
.coming-info h1 {
  color: var(--color-white);
  font-weight: 700;
  font-size: 50px;
}
@media all and (max-width: 767px) {
  .coming-info h1 {
    font-size: 40px;
  }
}
.coming-info p {
  font-size: 18px;
  color: var(--color-white);
  margin-top: 10px;
}

.coming-countdown-wrap {
  margin-top: 30px;
  margin-bottom: 30px;
}
.coming-countdown .time-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px;
}
.coming-countdown .time {
  background: var(--color-white);
  width: 125px;
  border-radius: 15px;
  padding: 14px 10px;
}
.coming-countdown .time span {
  display: block;
}
.coming-countdown .time span:first-child {
  color: var(--theme-color);
  font-weight: 700;
  font-size: 38px;
  line-height: 1;
}
.coming-countdown .time .unit {
  color: var(--color-dark);
  font-weight: 500;
}
.coming-countdown .divider {
  display: none;
}

.coming-newsletter-form .form-group {
  position: relative;
}
.coming-newsletter-form .form-group .form-control {
  padding: 17px 150px 17px 20px;
  border-radius: 50px;
  border-color: transparent;
  color: var(--color-dark);
}
.coming-newsletter-form .form-group .form-control::-moz-placeholder {
  color: var(--color-dark);
}
.coming-newsletter-form .form-group .form-control::placeholder {
  color: var(--color-dark);
}
.coming-newsletter-form .form-group .form-control:focus {
  border-color: var(--theme-color);
}
.coming-newsletter-form .theme-btn {
  position: absolute;
  right: 5px;
  top: 6px;
  padding: 9px 15px;
}

.coming-social {
  margin-top: 40px;
  text-align: center;
}
.coming-social a {
  display: inline-block;
  background: var(--theme-color);
  color: var(--color-white);
  margin: 5px;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  border-radius: 50px;
  transition: 0.5s;
  box-shadow: var(--box-shadow2);
}
.coming-social a:hover {
  background: var(--theme-color2);
}

/*====================
29. Faq css 
======================*/
.faq-area .accordion-item {
  border: none;
  background: var(--color-white);
  border-radius: 15px;
  margin-bottom: 25px;
  border: 1px solid var(--border-info-color);
}
.faq-area .accordion-item:last-child {
  margin-bottom: 0;
}
.faq-area .accordion-button {
  border-radius: 0px;
  background: transparent;
  font-weight: 700;
  font-size: 20px;
  color: var(--color-dark);
  padding: 12px;
  box-shadow: none;
}
@media all and (max-width: 991px) {
  .faq-area .accordion-button {
    font-size: 16px;
  }
}
.faq-area .accordion-button-button:focus {
  box-shadow: none;
}
.faq-area .accordion-button::after {
  content: "\f107";
  background: none;
  color: var(--color-dark);
  font-size: 24px;
  font-weight: 500;
  font-family: "Font Awesome 6 pro";
  width: unset;
  height: unset;
  margin-top: 2px;
  margin-right: 3px;
}
.faq-area .accordion-button:not(.collapsed) {
  color: var(--theme-color);
  background: transparent;
  box-shadow: 0 0.8px 0 0 var(--border-info-color);
}
.faq-area .accordion-button:not(.collapsed)::after {
  content: "\f107";
  transform: rotate(-180deg);
  margin-top: 0;
}
.faq-area .accordion-button span {
  width: 40px;
  height: 40px;
  margin-right: 15px;
}
.faq-area .accordion-button span i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50px;
  background: var(--theme-color);
  text-align: center;
  color: var(--color-white);
}
.faq-area .accordion-body {
  color: var(--body-text-color);
}
@media all and (max-width: 991px) {
  .faq-area .faq-content {
    margin-bottom: 50px;
  }
}
.faq-area .faq-img {
  text-align: right;
  position: relative;
}
.faq-area .faq-img img {
  width: 74%;
  border-radius: 30px;
}
.faq-area .faq-counter {
  position: absolute;
  left: 8%;
  bottom: 15%;
}
.faq-area .faq-counter .counter-box {
  background: var(--color-white);
  box-shadow: var(--box-shadow);
  margin-top: 30px;
  min-width: 260px;
  justify-content: start;
  text-align: left;
}
.faq-area .faq-counter .counter-box .icon {
  flex-shrink: 0;
  width: 82px;
  height: 82px;
  line-height: 75px;
  background: var(--theme-color);
  border-radius: 50px;
  text-align: center;
  box-shadow: var(--box-shadow);
}
.faq-area .faq-counter .counter-box .icon img {
  width: 45px;
  border-radius: 0;
  filter: brightness(0) invert(1);
}
.faq-area .faq-counter .counter-box .title {
  margin-top: 5px;
}

/* ===================
30. Team css 
====================== */
.team-area {
  position: relative;
}
.team-img {
  position: relative;
}
.team-img img {
  border-radius: 50px;
}
.team-social-btn {
  position: absolute;
  right: -3px;
  bottom: 0;
  width: 60px;
  height: 60px;
  background: var(--color-white);
  border-top-left-radius: 50%;
  padding: 8px;
}
.team-social-btn::before {
  content: "";
  position: absolute;
  left: -20px;
  bottom: 0;
  width: 20px;
  height: 20px;
  background: transparent;
  box-shadow: 5px 5px 0 5px var(--color-white);
  border-bottom-right-radius: 20px;
}
.team-social-btn::after {
  content: "";
  position: absolute;
  top: -20px;
  right: 3px;
  width: 20px;
  height: 20px;
  background: transparent;
  box-shadow: 5px 5px 0 5px var(--color-white);
  border-bottom-right-radius: 20px;
}
.team-social-btn button {
  width: 42px;
  height: 42px;
  line-height: 42px;
  background: var(--theme-color);
  color: var(--color-white);
  border-radius: 50px;
  text-align: center;
  font-size: 18px;
  border: none;
}
.team-social {
  position: absolute;
  right: 9px;
  bottom: 25px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
}
.team-social a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-bottom: 5px;
  background: var(--color-white);
  color: var(--theme-color);
  border-radius: 50px;
}
.team-social a:hover {
  background: var(--theme-color);
  color: var(--color-white);
}
.team-social-wrap:hover .team-social {
  opacity: 1;
  visibility: visible;
  bottom: 60px;
}
.team-content {
  margin-top: 10px;
}
.team-content h4 a {
  color: var(--color-dark);
  font-size: 22px;
}
.team-content h4 a:hover {
  color: var(--theme-color);
}
.team-content span {
  color: var(--theme-color);
  font-weight: 500;
  font-size: 15px;
}

/* team-area 2 */
.team-area2 .team-item {
  text-align: center;
  border: 1px solid var(--border-info-color);
  padding: 20px 10px;
  border-radius: 10px;
}
.team-area2 .team-item:hover {
  border-color: transparent;
  outline: 1.6px solid var(--theme-color);
}
.team-area2 .team-img img {
  width: 200px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.team-area2 .team-content {
  margin-top: 15px;
}
.team-area2 .team-social-btn::before, .team-area2 .team-social-btn::after {
  display: none;
}
.team-area2 .team-social-btn button {
  border-radius: 50px;
}
.team-area2 .team-social {
  background: var(--theme-color);
  border-radius: 50px;
  padding: 5px 8px;
}
.team-area2 .team-social a {
  width: unset;
  height: unset;
  line-height: unset;
  background: transparent;
  border-radius: unset;
  color: var(--color-white);
  margin: 2px 0;
}

/*====================
31. Testimonial css 
======================*/
.testimonial-item {
  position: relative;
  margin: 2px;
}
.testimonial-item .content{

    background:#fff;

    border-radius:24px;

    box-shadow:
        0 12px 40px rgba(0,0,0,.08);

    border:1px solid #f1f1f1;

    transition:.35s;
}
.testimonial-item .content.item-pd {
  padding: 40px;
}
.testimonial-item .content .icon {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: var(--theme-color);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px 50px 50px 0;
  opacity: 1;
  z-index: -1;
}
.testimonial-item .content .icon img {
  width: 40px !important;
  filter: brightness(0) invert(1);
}
.testimonial-item .content .rating {
  color: var(--color-yellow);
  margin-bottom: 10px;
}
.testimonial-item .content .quote p {
  color: var(--body-text-color);
}
.testimonial-item .content .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid var(--border-info-color);
}
.testimonial-item .content .bottom .img img {
  width: 45px;
}
.testimonial-item .content .author {
  display: flex;
  align-items: center;
  gap: 12px;
}
.testimonial-item .content .author-img img {
  width: 55px;
  border-radius: 50px;
}
.testimonial-item .content .author-info h4 {
  font-size: 18px;
  color: var(--color-dark);
}
.testimonial-item .content .author-info p {
  color: var(--theme-color);
}
.testimonial-box {
  background: var(--color-white);
  padding: 5px;
  border-radius: 25px;
}
.testimonial-box > .content {
  padding: 15px;
  margin-top: 18px;
  background: var(--theme-bg-light2);
  border-radius: 20px;
}
.testimonial-box .img img {
  border-radius: 20px;
  width: 100%;
}

/* testimonial-slider */
.testimonial-slider .owl-dots {
  text-align: center;
  margin-top: 30px;
}
.testimonial-slider .owl-dots .owl-dot span {
  background: var(--theme-color);
  margin: 5px 7px;
  border-radius: 10px;
  width: 8px;
  height: 8px;
  display: inline-block;
  transition: var(--transition);
  position: relative;
}
.testimonial-slider .owl-dots .owl-dot.active span {
  background-color: var(--theme-color);
}
.testimonial-slider .owl-dots .owl-dot.active span::before {
  content: "";
  position: absolute;
  inset: -4px;
  border: 1.6px solid var(--theme-color);
  border-radius: 50px;
}

/*====================
32. Partner css 
======================*/
.partner-area .partner-slider.ps-border {
  border-bottom: 1px solid var(--border-info-color);
}
.partner-area .partner-img {
  background: var(--theme-bg-light);
  border-radius: 15px;
  text-align: center;
  padding: 30px 20px;
}
.partner-area .partner-wrap {
  background: var(--theme-color);
  padding: 40px 20px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.partner-area .partner-wrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../img/shape/16.webp");
  background-repeat: no-repeat;
  opacity: 0.7;
}
.partner-area .partner-wrap img {
  filter: brightness(0) invert(1);
}
.partner-area .partner-wrap.mt-ng {
  margin-top: -80px;
}

/*====================
33. Choose css 
======================*/
.choose-area {
  position: relative;
  overflow: hidden;
}
.choose-area .site-title {
  margin-top: 12px;
}
.choose-area.choose-bg {
  position: relative;
  background: var(--theme-bg-light);
  z-index: 1;
}
.choose-area.choose-bg::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 30%;
  background: var(--theme-color);
  z-index: -1;
}
.choose-content-wrap {
  margin: 30px 0 0 0;
}
.choose-content-wrap .bottom {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 40px;
}
.choose-item {
  background: var(--color-white);
  border-radius: 20px;
  position: relative;
  padding: 20px 20px;
}
.choose-item .top {
  display: flex;
  align-items: center;
  gap: 15px;
  border-bottom: 1px solid var(--border-info-color);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.choose-item .top h4 {
  font-size: 20px;
  color: var(--color-dark);
}
.choose-item .icon {
  flex-shrink: 0;
  width: 55px;
  height: 55px;
  line-height: 52px;
  background: var(--theme-color);
  border-radius: 50px;
  text-align: center;
}
.choose-item .icon img {
  width: 35px;
  filter: brightness(0) invert(1);
}
.choose-item .info {
  position: relative;
  z-index: 1;
}
.choose-item .info h4 {
  color: var(--color-dark);
  font-size: 22px;
  margin-bottom: 8px;
}
.choose-item .count {
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
  font-weight: 800;
  font-size: 100px;
  line-height: 80px;
  -webkit-text-fill-color: transparent;
  margin-bottom: -10px;
  background: linear-gradient(var(--theme-color) 0%, rgba(247, 228, 254, 0) 100%);
  -webkit-background-clip: text;
          background-clip: text;
  opacity: 0.09;
  z-index: 1;
}
.choose-img {
  text-align: right;
}
.choose-img img {
  width: 90%;
}



/* =========================================
   WHY CHOOSE - RIGHT IMAGE
========================================= */

.choose-area .choose-img {
    overflow: hidden;
    border-radius: 30px;
}

.choose-area .choose-img img {
    width: 90%;
    border-radius: 30px;
    display: block;
    margin-left: auto;
    object-fit: cover;
}






/*====================
34. Cta css 
======================*/
.cta-area {
  position: relative;
}
.cta-wrap {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  padding: 30px 30px;
  position: relative;
  overflow: hidden;
}
.cta-wrap.ng-mt {
  margin-top: -105px;
}
.cta-wrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgb(42, 68, 86) 30%, rgba(42, 68, 86, 0) 70%);
}
.cta-wrap .site-title {
  color: var(--color-white);
}
.cta-wrap .site-title span {
  font-family: var(--heading-font);
}

/* cta-area 2 */
.cta-area-2 {
  position: relative;
}
.cta-area-2 .cta-wrap {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  padding: 40px;
  border-radius: 25px;
  overflow: hidden;
  z-index: 1;
}
.cta-area-2 .cta-wrap::before {
  content: "";
  position: absolute;
  background: var(--theme-color);
  border-radius: 25px;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.9;
  z-index: -1;
}
.cta-area-2 .cta-text h3 {
  color: var(--color-white);
  font-size: 45px;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.cta-area-2 .cta-text p {
  color: var(--color-white);
}
.cta-area-2 .cta-number {
  font-size: 32px;
  color: var(--color-white) !important;
  font-weight: 700;
}
@media all and (max-width: 767px) {
  .cta-area-2 .cta-number {
    font-size: 28px;
  }
}
.cta-area-2 .cta-number i {
  margin-right: 15px;
}
.cta-area-2 .cta-btn .theme-btn {
  background: var(--color-white);
  color: var(--theme-color);
}
.cta-area-2 .cta-btn .theme-btn:hover {
  color: var(--color-white);
}
.cta-area-2 .cta-divider {
  position: relative;
}
.cta-area-2 .cta-divider::before {
  position: absolute;
  content: close-quote;
  width: 2px;
  bottom: 0;
  background-color: var(--color-white);
  right: -118px;
  top: 0;
}
.cta-area-2 .cta-divider:after {
  width: 0px;
  position: absolute;
  content: close-quote;
  height: 0px;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid var(--color-white);
  top: 50%;
  transform: translateY(-50%);
  right: -124px;
}

/*====================
35. Blog css
======================*/
.blog-item {
  position: relative;
}
.blog-item .border-top {
  padding-top: 25px;
  margin-top: 12px;
}
.blog-img {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.blog-img img {
  border-radius: 20px;
}
.blog-item:hover .blog-img img {
  transform: scale(1.1);
}
.blog-date {
  position: absolute;
  left: 20px;
  top: 20px;
  background: var(--color-white);
  color: var(--color-dark);
  font-weight: 500;
  text-align: center;
  padding: 0px 12px;
  border-radius: 50px;
  border: 3px solid var(--color-white);
  box-shadow: var(--box-shadow);
  z-index: 1;
}
.blog-meta {
  padding: 16px 0 14px 0;
}
.blog-meta ul li {
  display: inline-block;
  margin-right: 15px;
  position: relative;
}
.blog-meta ul li a {
  color: var(--color-dark);
  font-weight: 500;
}
.blog-meta ul li a:hover {
  color: var(--theme-color);
}
.blog-meta ul li i {
  margin-right: 5px;
  color: var(--color-dark);
}
.blog-title a {
  color: var(--color-dark);
  font-size: 22px;
  margin-bottom: 15px;
}
.blog-title a:hover {
  color: var(--theme-color);
}
.blog-info p {
  color: var(--body-text-color);
  margin-bottom: 20px;
}
.blog-area.blog-border .blog-item {
  border: 1.5px solid var(--theme-color);
  border-radius: 35px;
  box-shadow: none;
}
.blog-area.blog-border .blog-item:hover {
  border-color: var(--theme-color2);
}
.blog-area.blog-border .blog-img {
  border-radius: 20px;
}
.blog-area.blog-border .blog-img img {
  border-radius: 20px;
}
.blog-area.blog-border .blog-title a {
  margin-bottom: 20px;
}

/*========================
36. Blog single css
==========================*/
.blog-single {
  position: relative;
}

/* blog single img */
.blog-single-content img {
  border-radius: 25px;
}

/* blog single meta */
.blog-single .blog-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
@media all and (max-width: 767px) {
  .blog-single .blog-meta {
    flex-direction: column;
    font-size: 15px;
  }
}
.blog-single .blog-meta-left ul {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media all and (max-width: 767px) {
  .blog-single .blog-meta-left ul {
    gap: 10px;
  }
}
.blog-single .blog-meta-left ul li {
  color: var(--color-dark);
  font-weight: 500;
}
.blog-single .blog-meta i {
  margin-right: 5px;
  color: var(--theme-color);
}
.blog-single .blog-meta a {
  color: var(--color-dark);
  font-weight: 500;
}
.blog-single .blog-meta a:hover {
  color: var(--theme-color);
}

/* blog single details */
.blog-single .blog-details-title {
  font-size: 34px;
  color: var(--color-dark);
  font-weight: 700;
}

/* blog single blockqoute */
.blog-single .blockqoute {
  background: var(--theme-bg-light);
  border-left: 5px solid var(--theme-color);
  padding: 30px;
  font-size: 17px;
  font-style: italic;
  margin: 20px 0;
  border-radius: 0px;
  position: relative;
}
.blog-single .blockqoute .blockqoute-icon {
  position: absolute;
  right: 20px;
  bottom: 5px;
  color: var(--theme-color);
  font-size: 70px;
}
.blog-single .blockqoute-author {
  margin-top: 20px;
  padding-left: 60px;
  position: relative;
  color: var(--color-dark);
  font-size: 16px;
}
.blog-single .blockqoute-author::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 40px;
  background: var(--theme-color);
  left: 0;
  top: 10px;
}

/* blog single details tag */
.blog-single .blog-details-tag {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media all and (max-width: 767px) {
  .blog-single .blog-details-tag {
    flex-direction: column;
    align-items: flex-start;
  }
}
.blog-single .blog-details-tag h4 {
  font-size: 18px;
  color: var(--color-dark);
}
.blog-single .blog-details-tag ul {
  display: flex;
  align-items: center;
  gap: 15px;
}
.blog-single .blog-details-tag ul a {
  background: var(--theme-bg-light);
  color: var(--color-dark);
  padding: 5px 18px;
  border-radius: 50px;
  transition: var(--transition);
}
.blog-single .blog-details-tag ul a:hover {
  background: var(--theme-color);
  color: var(--color-white);
}

/* blog single author */
.blog-single .blog-author {
  display: flex;
  justify-content: start;
  align-items: center;
  background: var(--theme-bg-light);
  margin: 50px 0;
  padding: 20px;
  border-radius: 50px;
}
@media all and (max-width: 767px) {
  .blog-single .blog-author {
    flex-direction: column;
    text-align: center;
    padding: 25px;
  }
}
.blog-single .blog-author-img {
  width: 320px;
}
.blog-single .blog-author-img img {
  border-radius: 50%;
}
.blog-single .blog-author .author-name {
  font-size: 22px;
  color: var(--theme-color);
  margin: 8px 0;
}
.blog-single .blog-author .author-info {
  padding: 0 20px;
}
@media all and (max-width: 767px) {
  .blog-single .blog-author .author-info {
    margin-top: 25px;
  }
}
.blog-single .blog-author .author-info h4 {
  color: var(--color-dark);
  font-size: 17px;
}
.blog-single .blog-author .author-social {
  margin-top: 10px;
}
.blog-single .blog-author .author-social a {
  width: 35px;
  height: 35px;
  line-height: 32px;
  text-align: center;
  border: 2px solid var(--theme-color);
  border-radius: 50px;
  margin-right: 5px;
  color: var(--theme-color);
  transition: var(--transition);
}
.blog-single .blog-author .author-social a:hover {
  color: var(--color-white);
  background: var(--theme-color);
}

/* blog single comment */
.blog-single .blog-comment h3 {
  color: var(--color-dark);
  font-weight: 700;
}
.blog-single .blog-comment-wrap {
  margin: 30px 0;
}
.blog-single .blog-comment-item {
  display: flex;
  align-items: start;
  justify-content: start;
  border: 1px solid var(--border-info-color);
  border-radius: 20px;
  padding: 15px;
  margin-top: 50px;
}
@media all and (max-width: 767px) {
  .blog-single .blog-comment-item {
    flex-direction: column;
    text-align: center;
    padding: 30px 0px;
    background: var(--color-white);
    box-shadow: var(--box-shadow);
    margin-bottom: 30px;
    border-radius: 15px;
  }
}
.blog-single .blog-comment-item.reply {
  margin-left: 50px;
}
@media all and (max-width: 767px) {
  .blog-single .blog-comment-item.reply {
    margin-left: 0px;
  }
}
.blog-single .blog-comment-item img {
  width: 80px;
  border-radius: 50%;
}
@media all and (max-width: 767px) {
  .blog-single .blog-comment-item img {
    margin: 0 auto 20px auto;
  }
}
.blog-single .blog-comment-content {
  padding: 0 0 0 20px;
}
.blog-single .blog-comment-content span {
  font-size: 14px;
  color: var(--theme-color);
  font-weight: 500;
}
.blog-single .blog-comment-content a {
  font-weight: 500;
  margin-top: 5px;
  color: var(--theme-color);
}
.blog-single .blog-comment-content a:hover {
  color: var(--theme-color2);
}
.blog-single .blog-comment-content h4 {
  color: var(--color-dark);
  font-size: 18px;
  font-weight: 700;
}

/* blog single comment form */
.blog-single .blog-comment-form {
  padding: 30px;
  margin-top: 50px;
  border-radius: 30px;
  background: var(--theme-bg-light);
}
.blog-single .blog-comment-form h3 {
  margin-bottom: 20px;
}

/*==========================
37. Blog sidebar widget css
============================*/
/* sidebar widget */
.blog-sidebar .widget {
  background: var(--theme-bg-light);
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 25px;
}

/* sidebar widget title */
.blog-sidebar .widget-title {
  padding-bottom: 10px;
  margin-bottom: 30px;
  position: relative;
  font-size: 22px;
  color: var(--color-dark);
  font-weight: 700;
}
.blog-sidebar .widget-title::before {
  position: absolute;
  content: "";
  width: 15px;
  border-bottom: 3px solid var(--theme-color);
  bottom: 0;
  left: 0;
}
.blog-sidebar .widget-title::after {
  position: absolute;
  content: "";
  width: 30px;
  border-bottom: 3px solid var(--theme-color);
  bottom: 0;
  left: 22px;
}

/* sidebar widget search */
.blog-sidebar .widget .search-form .form-group {
  position: relative;
}
.blog-sidebar .widget .search-form .form-control {
  padding-right: 50px;
}
.blog-sidebar .widget .search-form button {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 18px;
  padding: 9px 18px 6px 18px;
  background: transparent;
  border: none;
  color: var(--theme-color);
}

/* sidebar widget category */
.blog-sidebar .widget .category-list a {
  display: block;
  padding: 10px 0;
  font-weight: 500;
  color: var(--color-dark);
  border-bottom: 1px solid var(--border-info-color);
  transition: var(--transition);
}
.blog-sidebar .widget .category-list a:last-child {
  margin-bottom: 0px;
  border-bottom: none;
}
.blog-sidebar .widget .category-list a:hover {
  padding-left: 10px;
  color: var(--theme-color);
}
.blog-sidebar .widget .category-list a i {
  margin-right: 5px;
  color: var(--theme-color);
}
.blog-sidebar .widget .category-list a span {
  float: right;
}

/* sidebar widget recent post */
.blog-sidebar .widget .recent-post-item {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}
.blog-sidebar .widget .recent-post-img img {
  width: 75px;
  border-radius: 15px;
}
.blog-sidebar .widget .recent-post-info {
  flex: 1;
}
.blog-sidebar .widget .recent-post-info h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 4px;
}
.blog-sidebar .widget .recent-post-info h5 a:hover {
  color: var(--theme-color);
}
.blog-sidebar .widget .recent-post-info span {
  font-size: 14px;
  color: var(--theme-color);
  font-weight: 500;
}
.blog-sidebar .widget .recent-post-info i {
  margin-right: 5px;
}

/* sidebar widget social */
.blog-sidebar .widget .social-link a {
  width: 35px;
  height: 35px;
  line-height: 32px;
  border: 2px solid var(--theme-color);
  color: var(--theme-color);
  text-align: center;
  margin-right: 5px;
  border-radius: 50px;
  transition: var(--transition);
}
.blog-sidebar .widget .social-link a:hover {
  background: var(--theme-color);
  color: var(--color-white);
}

/* sidebar widget tag */
.blog-sidebar .widget .tag-list a {
  background: var(--color-white);
  color: var(--color-dark);
  padding: 5px 18px;
  margin-bottom: 10px;
  margin-right: 10px;
  border-radius: 50px;
  display: inline-block;
  transition: var(--transition);
}
.blog-sidebar .widget .tag-list a:hover {
  background-color: var(--theme-color);
  color: var(--color-white);
}

/*====================
38. Auth css 
======================*/
.auth-form {
  padding: 40px;
  background: var(--theme-bg-light2);
  border-radius: 25px;
}
@media all and (max-width: 991px) {
  .auth-form {
    padding: 40px 20px;
  }
}

/* auth-header */
.auth-form .auth-header {
  text-align: center;
  margin-bottom: 30px;
}
.auth-form .auth-header img {
  width: 200px;
  margin-bottom: 10px;
}
.auth-form .auth-header h3 {
  color: var(--theme-color);
  margin-bottom: 5px;
  font-weight: 800;
}
.auth-form .auth-header p {
  color: var(--color-dark);
  font-size: 20px;
}

/* auth-group */
.auth-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}
.auth-group .form-check {
  margin-bottom: 0;
}
.auth-group .form-check-label {
  color: var(--color-dark);
  font-weight: 500;
}
.auth-group .auth-group-link {
  color: var(--theme-color);
  font-weight: 500;
}
.auth-group .auth-group-link:hover {
  color: var(--color-dark);
}

/* password-view */
.auth-form .password-view {
  cursor: pointer;
}
.auth-form .password-view i {
  left: unset;
  right: 20px;
  color: var(--body-text-color);
}
.auth-form .password-view.show i::before {
  content: "\f06e";
}

/* auth-btn */
.auth-form .theme-btn {
  width: 100%;
  justify-content: center;
  padding: 10px 20px;
}
.auth-form .theme-btn::before {
  width: 460px;
  height: 460px;
  transition: var(--transition2);
}
.auth-form .theme-btn span {
  transform: none;
}

/* auth-bottom */
.auth-form .auth-bottom {
  margin-top: 25px;
}
.auth-form .auth-bottom p {
  color: var(--color-dark);
  text-align: center;
}
.auth-form .auth-bottom a {
  color: var(--theme-color);
  font-weight: 500;
}
.auth-form .auth-bottom a:hover {
  color: var(--color-dark);
}

/* auth-social */
.auth-form .auth-social {
  border-top: 1px solid var(--border-info-color);
  margin-top: 15px;
}
.auth-form .auth-social p {
  color: var(--color-dark);
  margin: 10px 0;
}
.auth-form .auth-social-list {
  text-align: center;
  margin-bottom: 10px;
}
.auth-form .auth-social-list a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: var(--theme-color);
  border-radius: 50px;
  margin: 5px;
}
.auth-form .auth-social-list a:hover {
  background: var(--color-dark);
}
.auth-form .auth-social-list a i {
  color: var(--color-white);
}

/*====================
39. Step/process css  
======================*/
.process-area {
  position: relative;
}
.process-wrap {
  background: var(--color-white);
  padding: 320px 30px 60px 30px;
  border-radius: 30px;
  position: relative;
}
@media all and (max-width: 767px) {
  .process-wrap {
    padding-top: 120px;
  }
}
.process-wrap .shape {
  position: absolute;
  left: 30px;
  right: 30px;
  top: 0;
}
.process-item {
  position: relative;
  padding: 10px 10px 10px 10px;
  transition: var(--transition);
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  z-index: 1;
}
.process-item:hover {
  border-color: var(--theme-color);
}
.process-item .count {
  position: absolute;
  top: 10px;
  right: 20px;
  font-weight: 800;
  font-size: 75px;
  line-height: 80px;
  color: transparent;
  background: linear-gradient(180deg, var(--theme-color) 0%, transparent 70%);
  -webkit-background-clip: text;
  background-clip: text;
  opacity: 0.3;
  z-index: -1;
}
.process-item .img {
  flex-shrink: 0;
  width: 90px;
  height: 90px;
  line-height: 85px;
  text-align: center;
  position: relative;
}
.process-item .img > img {
  border-radius: 50%;
}
.process-item .img .icon {
  position: absolute;
  right: -5px;
  bottom: -20px;
  width: 45px;
  height: 45px;
  line-height: 35px;
  background: var(--theme-color);
  border-radius: 50px;
  border: 3px solid var(--color-white);
}
.process-item .img .icon img {
  width: 24px;
  filter: brightness(0) invert(1);
}
.process-item .content h4 {
  font-size: 20px;
  color: var(--color-dark);
}
.process-item .content p {
  color: var(--body-text-color);
  margin-top: 10px;
}
.process {
  /* process-area2 */
}
.process-area2 .process-item {
  border: 1px solid var(--border-info-color);
  padding: 20px;
  border-radius: 20px;
}
.process-area2 .process-item .content h4 {
  border-bottom: 1px solid var(--border-info-color);
  padding-bottom: 25px;
  margin-bottom: 20px;
}

/*====================
40. Footer css
======================*/
.footer-area {
  background: var(--footer-bg);
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.footer-area.ft-bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../img/shape/17.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0.03;
  z-index: -1;
}
.footer-area .text-shape {
  position: absolute;
  left: 0;
  bottom: -30%;
  font-size: 30em;
  line-height: 1;
  color: var(--color-white);
  font-weight: bold;
  text-align: center;
  width: 100%;
  opacity: 0.1;
  z-index: -1;
}
.footer-shape img {
  position: absolute;
  z-index: -1;
}
.footer-shape .shape-1 {
  right: 0;
  bottom: 0;
  width: 25%;
  opacity: 0.08;
}
@media all and (max-width: 767px) {
  .footer-shape .shape-1 {
    width: 45%;
  }
}
.footer-shape .shape-2 {
  left: 0;
  bottom: 0;
  width: 30%;
  opacity: 0.2;
}
@media all and (max-width: 767px) {
  .footer-shape .shape-2 {
    width: 45%;
  }
}
.footer-shape .shape-3 {
  left: 50%;
  top: 50%;
  width: 50%;
  opacity: 0.3;
  transform: translate(-50%, -50%);
}
@media all and (max-width: 991px) {
  .footer-widget-wrap {
    padding-bottom: 25px;
  }
}
.footer-widget {
  position: relative;
}
@media all and (max-width: 1199px) {
  .footer-widget-box {
    margin-bottom: 50px;
  }
}
.footer-widget-box.about-us {
  margin-right: 50px;
}
.footer-widget-box p {
  color: var(--color-white);
  padding-right: 18px;
  margin-bottom: 20px;
}
.footer-widget-title {
  color: var(--color-white);
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-size: 24px;
  z-index: 1;
}
.footer-widget-title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 20px;
  height: 3px;
  background: var(--theme-color);
  border-radius: 50px;
}
.footer-logo img {
  width: 210px;
  margin-bottom: 40px;
}
.footer-list {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}
.footer-list li a {
  color: var(--color-white);
  transition: var(--transition);
  position: relative;
  margin-left: -20px;
}
@media all and (max-width: 1199px) {
  .footer-list li a {
    font-size: 14px;
  }
}
@media all and (max-width: 991px) {
  .footer-list li a {
    font-size: 16px;
  }
}
.footer-list li a:hover {
  margin-left: 0px;
  color: var(--theme-color);
}
.footer-list li a i {
  margin-right: 5px;
  opacity: 0;
  transition: var(--transition);
}
.footer-list li a:hover i {
  opacity: 1;
}
.footer-social {
  display: flex;
  gap: 15px;
}
@media all and (max-width: 767px) {
  .footer-social {
    justify-content: flex-start;
    margin-top: 25px;
  }
}
.footer-social li a i {
  height: 44px;
  width: 44px;
  line-height: 42px;
  text-align: center;
  border-radius: 50px;
  color: var(--color-white);
  font-size: 18px;
  transition: var(--transition);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-social li a i:hover {
  background: var(--theme-color);
  color: var(--color-white);
}
.footer-social-box h4 {
  color: var(--color-white);
  font-size: 20px;
  margin-bottom: 20px;
}
.footer-contact-wrap {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  gap: 30px;
  border-bottom: 1px solid var(--border-white-color);
  margin-bottom: 45px;
  padding-bottom: 45px;
}
.footer-contact-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.footer-contact .icon {
  width: 55px;
  height: 55px;
  line-height: 49px;
  background: var(--theme-color);
  border-radius: 50px;
  text-align: center;
  color: var(--color-white);
  font-size: 30px;
}
.footer-contact .icon img {
  width: 25px;
  filter: brightness(0) invert(1);
}
.footer-contact .content {
  flex: 1;
  line-height: 1;
}
.footer-contact .content h5 {
  font-size: 16px;
  color: var(--color-white);
  margin-bottom: 10px;
  font-weight: 400;
}
.footer-contact .content p,
.footer-contact .content a {
  color: var(--color-white);
  font-size: 20px;
}
.footer-newsletter h4 {
  font-size: 18px;
  color: var(--color-white);
  margin-bottom: 20px;
}
.footer-newsletter .newsletter-form .form-group {
  position: relative;
}
.footer-newsletter .newsletter-form .form-icon > i {
  top: 21px;
  left: 15px;
  color: var(--theme-color);
}
.footer-newsletter .newsletter-form .form-control {
  padding: 16px 70px 16px 45px;
  border-radius: 10px;
  box-shadow: none;
  border: none;
}
.footer-newsletter .newsletter-form .theme-btn {
  position: absolute;
  right: 5px;
  bottom: 5px;
  border-radius: 8px;
  padding: 0px;
  width: 45px;
  height: 45px;
  margin: auto;
  display: unset;
}
.footer-newsletter .newsletter-form .theme-btn img {
  width: 22px;
  filter: brightness(0) invert(1);
}
.footer-download h4 {
  font-weight: 500;
  margin-bottom: 20px;
}
.footer-download .download-btn {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer-download .download-btn img {
  border-radius: 8px;
}
.footer-download .play-store {
  width: 135px;
}
.footer-payment h4 {
  font-size: 16px;
  color: var(--color-white);
  margin-bottom: 18px;
}
.footer-payment .payment-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}
@media all and (max-width: 1199px) {
  .footer-payment .payment-wrap {
    gap: 25px;
  }
}
@media all and (max-width: 767px) {
  .footer-payment .payment-wrap {
    gap: 15px;
  }
}
.footer-payment .payment-wrap .payment-img {
  width: 80px;
  height: 45px;
  background: var(--color-white);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-payment .payment-wrap .payment-img img {
  width: 60px;
}

.copyright {
  padding: 30px 20px;
  border-top: 1px solid var(--border-white-color);
}
.copyright .footer-menu {
  margin: 0;
  padding: 0;
  text-align: right;
}
@media all and (max-width: 991px) {
  .copyright .footer-menu {
    float: left;
    margin-top: 20px;
    text-align: left;
  }
}
.copyright .footer-menu li {
  display: inline-block;
  margin-left: 25px;
  font-size: 16px;
}
@media all and (max-width: 991px) {
  .copyright .footer-menu li {
    margin-left: 0;
    margin-right: 15px;
  }
}
.copyright .footer-menu li a {
  color: var(--footer-text-color);
  transition: var(--transition);
}
.copyright .footer-menu li a:hover {
  color: var(--theme-color);
}
.copyright .copyright-text {
  color: var(--footer-text-color);
  margin-bottom: 0px;
  font-size: 16px;
}
.copyright .copyright-text a {
  color: var(--theme-color);
  font-weight: 500;
}

/* footer light */
.footer-area.light {
  background: rgb(from var(--theme-color) r g b/0.05);
  overflow: hidden;
}
.footer-area.light .footer-widget-title {
  color: var(--color-dark);
}
.footer-area.light .footer-widget-box p {
  color: var(--color-dark);
}
.footer-area.light .footer-newsletter h4 {
  color: var(--color-dark);
  font-weight: 500;
}
.footer-area.light .newsletter-form .form-control {
  color: var(--color-dark);
  border-bottom: 1.5px solid var(--color-dark);
}
.footer-area.light .newsletter-form .form-control::-moz-placeholder {
  color: var(--color-dark);
}
.footer-area.light .newsletter-form .form-control::placeholder {
  color: var(--color-dark);
}
.footer-area.light .newsletter-form .form-control:focus {
  border-bottom-color: var(--theme-color);
}
.footer-area.light .footer-list li a {
  color: var(--color-dark);
}
.footer-area.light .footer-list li a:hover {
  color: var(--theme-color);
}
.footer-area.light .footer-contact .content h5 {
  color: var(--color-dark);
  font-weight: 700;
}
.footer-area.light .footer-contact .content a {
  color: var(--color-dark);
}
.footer-area.light .footer-social li a i {
  background: var(--theme-color);
  color: var(--color-white);
}
.footer-area.light .footer-social li a i:hover {
  background: var(--theme-color);
}
.footer-area.light .copyright {
  border-color: var(--border-info-color);
}
.footer-area.light .copyright .copyright-text {
  color: var(--color-dark);
}

/* footer area 2 */
.footer-area.fta-2 .footer-widget-title {
  margin-bottom: 30px;
}
.footer-area.fta-2 .footer-contact-item {
  border-bottom: 1px solid var(--border-info-color);
  margin-bottom: 20px;
  padding-bottom: 20px;
  align-items: start;
}
.footer-area.fta-2 .footer-contact-item:last-child {
  border-bottom: none;
}
.footer-area.fta-2 .footer-contact-item .icon {
  width: 40px;
  height: 40px;
  line-height: 34px;
}
.footer-area.fta-2 .footer-contact-item .icon img {
  width: 20px;
}
.footer-area.fta-2 .footer-social li a i {
  width: 38px;
  height: 38px;
  line-height: 36px;
  background: transparent;
  color: var(--color-dark);
}
.footer-area.fta-2 .footer-social li a i:hover {
  color: var(--color-white);
}

/*====================
41. Booking css
======================*/
.booking-form {
  position: relative;
  margin-top: -70px;
  z-index: 1;
}
.booking-form-wrap {
  background: var(--color-white);
  padding: 25px;
  border-radius: 20px;
  box-shadow: var(--box-shadow);
}
.booking-form-wrap .title {
  margin-bottom: 20px;
}
.booking-form-wrap .ss-main,
.booking-form-wrap .form-group {
  margin-bottom: 0;
}
.booking-form-wrap .ss-main {
  background: var(--theme-bg-light2);
  border-color: var(--theme-bg-light2);
}
.booking-form-wrap .form-control {
  background: var(--theme-bg-light2);
  border-color: var(--theme-bg-light2);
}
.booking-form-wrap .form-control:focus {
  border-color: var(--theme-bg-light2);
  box-shadow: none;
}
.booking-form .theme-btn {
  position: absolute;
  right: 20px;
  top: 15px;
  padding: 6px 18px;
}

/* booking form 2 */
.booking-form-2 {
  position: relative;
  margin-top: -55px;
  z-index: 2;
}
.booking-form-2 .booking-form-list {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media all and (max-width: 1199px) {
  .booking-form-2 .booking-form-list {
    flex-wrap: wrap;
  }
}
.booking-form-2 .form-group-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
}
.booking-form-2 .form-group-wrap .icon {
  border: 1px solid var(--border-info-color);
  width: 48px;
  height: 48px;
  line-height: 46px;
  font-size: 25px;
  text-align: center;
  border-radius: 8px;
  color: var(--theme-color);
}
.booking-form-2 .form-group-wrap .form-group {
  flex: 1;
}
.booking-form-2 .form-group-wrap .form-group .label {
  line-height: 1;
  color: var(--color-dark);
  font-size: 17px;
  font-weight: 500;
}
.booking-form-2 .form-group-wrap .form-group .form-control,
.booking-form-2 .form-group-wrap .form-group .ss-main {
  background: transparent;
  border: none;
  padding: 0;
  min-height: 20px;
}
.booking-form-2 .form-group-wrap .form-group .ss-main .ss-values .ss-single {
  margin: 0;
}
.booking-form-2 .theme-btn {
  width: 100%;
  max-width: 120px;
  justify-content: end;
}

/*====================
42. Tour css
======================*/
.tour-area {
  position: relative;
}
.tour-area .shape-1 {
  position: absolute;
  left: 50%;
  top: 80px;
  width: 25%;
  transform: rotate(-15deg);
}
.tour-area .tour-item {
  background: var(--color-white);
  padding: 8px;
  border-radius: 25px;
  box-shadow: var(--box-shadow);
  transition: var(--transition);
  position: relative;
}
.tour-area .tour-item:hover {
  transform: scale(1.02);
}
.tour-area .tour-img {
  position: relative;
}
.tour-area .tour-img img {
  border-radius: 18px 18px 0 0;
}
.tour-area .tour-img .shape {
  position: absolute;
  left: -0.1px;
  bottom: -0.4px;
  width: 100%;
  border-radius: 0;
}
.tour-area .tour-img .favorite {
  position: absolute;
  top: 5px;
  right: 5px;
  background: rgb(from var(--color-white) r g b/0.6);
  color: var(--color-dark);
  width: 35px;
  height: 35px;
  line-height: 37px;
  text-align: center;
  border-radius: 50px;
  box-shadow: var(--box-shadow);
  z-index: 2;
}
.tour-area .tour-img .favorite:hover {
  color: var(--color-white);
  background: var(--theme-color2);
}
.tour-area .tour-btn {
  position: absolute;
  right: 25px;
  bottom: 8px;
  color: var(--theme-color);
  z-index: 1;
}
.tour-area .tour-btn a {
  background: var(--color-white);
  color: var(--color-dark);
  width: 35px;
  height: 35px;
  line-height: 37px;
  text-align: center;
  border-radius: 50px;
  margin-right: 8px;
  box-shadow: var(--box-shadow);
  z-index: 2;
}
.tour-area .tour-btn a:hover {
  color: var(--color-white);
  background: var(--theme-color2);
}
.tour-area .tour-content {
  padding: 0 20px 15px 20px;
}
.tour-area .tour-content .tour-top {
  display: flex;
  align-items: center;
  gap: 15px;
  color: var(--color-dark);
  margin-bottom: 10px;
}
.tour-area .tour-content .tour-top a:hover {
  color: var(--theme-color2);
}
.tour-area .tour-content .tour-top i {
  color: var(--theme-color2);
}
.tour-area .tour-content .tour-title {
  font-weight: 500;
}
.tour-area .tour-content .tour-title a {
  color: var(--color-dark);
}
.tour-area .tour-content .tour-title a:hover {
  color: var(--theme-color2);
}
.tour-area .tour-content .tour-location {
  color: var(--body-text-color);
  margin-top: 6px;
}
.tour-area .tour-content .tour-location i {
  color: var(--theme-color2);
}
.tour-area .tour-content .tour-rate {
  margin: 8px 0;
}
.tour-area .tour-content .tour-rate .badge {
  background: var(--theme-color);
  border-radius: 50px;
  font-size: 13px;
  padding: 3px 5px;
}
.tour-area .tour-content .tour-rate-type {
  color: var(--theme-color);
  font-weight: 500;
  margin: 0 5px;
}
.tour-area .tour-content .tour-duration {
  color: var(--body-text-color);
}
.tour-area .tour-content .tour-duration i {
  color: var(--theme-color2);
}
.tour-area .tour-content .tour-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--border-info-color);
  margin-top: 10px;
  padding-top: 10px;
}
.tour-area .tour-content .tour-price {
  font-size: 16px;
  color: var(--body-text-color);
}
.tour-area .tour-content .tour-price span {
  color: var(--theme-color2);
  font-size: 18px;
  font-weight: 500;
}
.tour-area .tour-content .theme-btn {
  padding: 3px 3px 3px 18px;
  font-size: 15px;
}
.tour-area .tour-content .theme-btn i {
  margin-left: 4px;
}
.tour-area .tour-badge {
  position: absolute;
  left: -5px;
  top: 30px;
  background: var(--theme-color2);
  color: var(--color-white);
  font-size: 14px;
  padding: 0px 10px;
  border-radius: 50px;
  box-shadow: var(--box-shadow);
  z-index: 2;
}
.tour-area .tour-badge.badge-discount {
  background: var(--color-red);
}

.tour-list .tour-item {
  display: flex;
  gap: 22px;
}
@media all and (max-width: 991px) {
  .tour-list .tour-item {
    flex-direction: column;
  }
}
.tour-list .tour-item .tour-img {
  max-width: 315px;
}
.tour-list .tour-item .tour-img img {
  border-radius: 15px;
}
@media all and (max-width: 991px) {
  .tour-list .tour-item .tour-top {
    flex-wrap: wrap;
    gap: 2px 15px;
  }
}
.tour-list .tour-item .tour-content {
  flex: 1;
}
.tour-list .tour-item .tour-content .tour-duration {
  color: var(--color-dark);
}

.tour-slider .tour-item {
  box-shadow: none;
}
.tour-slider .tour-item:hover {
  transform: unset;
}
.tour-slider .tour-item .tour-img .shape {
  left: -0.8px;
}
.tour-slider .tour-item .tour-badge {
  left: 0;
}
.tour-slider.owl-theme .owl-nav {
  margin-top: 0px;
}
.tour-slider.owl-theme .owl-nav button {
  color: var(--theme-color);
  font-size: 25px;
  margin: 0;
  padding: 0;
  background: var(--color-white);
  display: inline-block;
  cursor: pointer;
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 0 3px 24px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  transition: var(--transition);
}
.tour-slider.owl-theme .owl-nav button:hover {
  background: var(--theme-color);
  color: var(--color-white);
}
.tour-slider.owl-theme .owl-nav .owl-prev {
  left: -15px;
}
@media all and (max-width: 767px) {
  .tour-slider.owl-theme .owl-nav .owl-prev {
    left: -4px;
  }
}
.tour-slider.owl-theme .owl-nav .owl-next {
  right: -15px;
}
@media all and (max-width: 767px) {
  .tour-slider.owl-theme .owl-nav .owl-next {
    right: -4px;
  }
}

/* tour sidebar  */
.tour-area .sidebar {
  background: var(--color-white);
  border-radius: 20px;
  padding: 20px;
  box-shadow: var(--box-shadow);
}
.tour-area .sidebar .widget {
  margin-bottom: 35px;
}
.tour-area .sidebar .widget:last-child {
  margin-bottom: 0;
}
.tour-area .sidebar .widget .title {
  font-size: 19px;
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.tour-area .sidebar .widget .form-check {
  margin: 12px 0;
}
.tour-area .sidebar .widget .form-check-input {
  margin-top: 6px;
  box-shadow: none;
  border-color: var(--color-dark);
  border-radius: 6px;
}
.tour-area .sidebar .widget .form-check-input:focus {
  border-color: var(--theme-color);
}
.tour-area .sidebar .widget .form-check-label {
  width: 100%;
  color: var(--color-dark);
}
.tour-area .sidebar .widget .form-check-label span {
  float: right;
}

/* price range slider */
.price-range-slider {
  margin-bottom: 50px;
}

.price-range-slider .price-range-info {
  margin-bottom: 20px;
}

.priceRange {
  background: transparent;
  border: none;
  font-weight: 800;
  outline: none;
  color: var(--theme-color);
}

.price-range-slider label {
  color: var(--color-dark);
  font-weight: 500;
}

.price-range-slider .ui-slider-handle {
  top: -0.36em !important;
  border-radius: 50px;
  background: var(--color-white) !important;
  border: 4px solid var(--theme-color) !important;
  width: 1.1em;
  height: 1.1em;
  outline: none;
}

.price-range-slider .ui-widget.ui-widget-content {
  background: #e6e9ec;
  border: none;
  border-radius: 50px;
  padding: 0;
  height: 0.4em;
}

.price-range-slider .ui-widget-header {
  background: var(--theme-color);
}

/* tour single*/
.tour-single-slider img {
  border-radius: 20px;
}
.tour-single-slider.owl-theme .owl-nav {
  margin-top: 0px;
}
.tour-single-slider.owl-theme .owl-nav .owl-prev,
.tour-single-slider.owl-theme .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  color: var(--theme-color);
  font-size: 20px;
  margin: 0;
  padding: 0;
  background: var(--color-white);
  display: inline-block;
  cursor: pointer;
  height: 45px;
  width: 45px;
  line-height: 45px;
  border-radius: 50px;
  text-align: center;
  transition: var(--transition);
}
.tour-single-slider.owl-theme .owl-nav .owl-prev:hover,
.tour-single-slider.owl-theme .owl-nav .owl-next:hover {
  background: var(--theme-color);
  color: var(--color-white);
}
.tour-single-slider.owl-theme .owl-nav .owl-prev {
  left: 20px;
}
.tour-single-slider.owl-theme .owl-nav .owl-next {
  right: 20px;
}
.tour-single-top {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.tour-single-top .top-info .title {
  font-size: 25px;
}
.tour-single-top .top-info .location {
  color: var(--color-dark);
  margin: 5px 0;
}
.tour-single-top .top-info .location i {
  color: var(--theme-color);
}
.tour-single-top .top-rate .badge {
  background: var(--theme-color);
  margin-right: 5px;
  border-radius: 50px;
}
.tour-single-top .top-rate .rate-type {
  color: var(--theme-color);
  font-weight: 500;
}
.tour-single-top .top-rate .rate-review {
  color: var(--color-dark);
}
.tour-single-info {
  margin: 20px 0;
  padding: 20px 0;
  border-top: 1px solid var(--border-info-color);
  border-bottom: 1px solid var(--border-info-color);
}
.tour-single-info .feature {
  display: flex;
  gap: 10px;
}
.tour-single-info .feature .icon {
  width: 45px;
  height: 45px;
  line-height: 45px;
  background: var(--theme-color);
  border-radius: 10px;
  font-size: 18px;
  text-align: center;
  color: var(--color-white);
}
.tour-single-info .feature .content span {
  color: var(--color-dark);
}
.tour-single .tour-details .tour-highlight {
  margin: 25px 0;
}
.tour-single .tour-details .tour-highlight h5 {
  margin-bottom: 15px;
}
.tour-single .tour-details .list li {
  margin-bottom: 15px;
  padding-left: 18px;
  position: relative;
}
.tour-single .tour-details .list li::before {
  content: "\e122";
  position: absolute;
  font-family: "Font Awesome 6 pro";
  font-size: 10px;
  color: var(--theme-color);
  font-weight: bold;
  top: 6.7px;
  left: 0;
}
.tour-single .tour-details .list-included h5 {
  margin-bottom: 15px;
}
.tour-single .tour-details .list-included .list li {
  padding-left: 24px;
}
.tour-single .tour-details .list-included .list li::before {
  content: "\f00c";
  font-size: 16px;
  top: 0px;
  color: var(--color-green);
}
.tour-single .tour-details .list-notincluded h5 {
  margin-bottom: 15px;
}
.tour-single .tour-details .list-notincluded .list li::before {
  content: "\f00d";
  font-size: 16px;
  top: 0px;
  color: var(--color-red);
}
.tour-single .itinerary-wrap {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.tour-single .itinerary-content-box {
  margin-top: 50px;
  margin-bottom: 30px;
}
.tour-single .itinerary-single-box {
  position: relative;
  padding-left: 110px;
  padding-bottom: 62px;
}
.tour-single .itinerary-single-box::before {
  position: absolute;
  content: "";
  width: 1px;
  border-left: 2px dashed var(--theme-color);
  height: 100%;
  left: 31px;
  top: 10px;
  z-index: -1;
}
.tour-single .itinerary-single-box img {
  width: 200px;
  border-radius: 50px 50px 50px 0;
  margin-bottom: 15px;
}
.tour-single .itinerary-single-box:last-child::before {
  display: none;
}
.tour-single .itinerary-single-box span {
  position: absolute;
  display: inline-block;
  left: 5px;
  top: 3px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: var(--color-white);
  background: var(--theme-color);
  font-weight: 500;
  text-align: center;
  border-radius: 50px 50px 50px 0;
}
.tour-single .itinerary-single-box span::before {
  position: absolute;
  content: "";
  background: var(--color-white);
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  left: -5px;
  top: -5px;
  border-radius: 50%;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.2);
  z-index: -1;
}
.tour-single .itinerary-single-box h4 {
  display: block;
  font-size: 17px;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 5px;
  color: var(--theme-color);
}
.tour-single .itinerary-single-box h3 {
  display: block;
  font-size: 21px;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 10px;
}
.tour-single .contact-map {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.tour-single .contact-map iframe {
  border-radius: 25px;
}
.tour-single .tour-review {
  background: var(--color-white);
  border-radius: 5px;
  margin-top: 60px;
}
.tour-single .tour-review h4 {
  margin-bottom: 35px;
}
.tour-single .tour-review .review-author {
  display: flex;
  align-items: center;
  gap: 10px;
}
.tour-single .tour-review .review-author img {
  width: 60px;
  border-radius: 50%;
}
.tour-single .tour-review .review-author-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.tour-single .tour-review .review-author-info span {
  font-size: 14px;
}
.tour-single .tour-review .review-author-rating i {
  color: var(--theme-color);
}
.tour-single .tour-review .review-item {
  margin-bottom: 30px;
  border-radius: 25px;
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.tour-single .tour-review .review-item p {
  margin-top: 10px;
}
.tour-single .tour-review .review-reply {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.tour-single .tour-review .review-reply-item {
  margin-left: 80px;
}
.tour-single .tour-review .review-reply a:hover {
  color: var(--theme-color);
}
.tour-single .tour-review .review-reaction {
  display: flex;
  gap: 15px;
}
.tour-single .tour-review .review-reaction .active {
  color: var(--theme-color);
}
.tour-single .tour-review .review-form {
  padding: 30px;
  border-radius: 25px;
  margin-top: 60px;
  background: var(--theme-bg-light2);
}
.tour-single .tour-review .review-form h4 {
  margin-bottom: 20px;
}
.tour-single .tour-review .review-form .form-group {
  margin-bottom: 30px;
}
.tour-single .tour-review .review-form .form-group .form-control {
  box-shadow: none;
  padding: 15px 20px;
  border-radius: 15px;
  border: none;
}
.tour-single .tour-review .review-form .form-group .form-control:focus {
  border-color: var(--theme-color);
}
.tour-single .tour-review .review-form .form-group .form-select {
  border: none;
  box-shadow: none;
  padding: 15px 20px;
}
.tour-single .sidebar {
  background: var(--color-white);
  box-shadow: var(--box-shadow);
  border-radius: 15px;
  padding: 30px;
}
.tour-single .sidebar .price {
  margin-bottom: 30px;
}
.tour-single .sidebar .price-tag {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 2px;
  color: var(--theme-color);
}
.tour-single .sidebar .price-amount {
  margin-top: 10px;
  font-weight: 500;
}
.tour-single .sidebar .price-amount span {
  font-weight: 600;
  font-size: 23px;
  color: var(--theme-color2);
  margin-left: 5px;
  margin-right: 5px;
}
.tour-single .sidebar .booking-form-wrap {
  padding: 0;
  box-shadow: none;
  border-radius: 0;
  background: transparent;
}
.tour-single .sidebar .booking-form-wrap .theme-btn {
  position: relative;
  top: unset;
  right: unset;
  width: 100%;
  margin-top: 18px;
  padding: 10px 18px;
  justify-content: center;
}
.tour-single .sidebar .booking-form-wrap .theme-btn::before {
  width: 400px;
  height: 400px;
}
.tour-single .sidebar .extra-service {
  border-top: 1px solid var(--border-info-color);
  margin-top: 15px;
  padding-top: 20px;
}
.tour-single .sidebar .extra-service h4 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}
.tour-single .sidebar .extra-service .form-check-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tour-single .sidebar .extra-service .form-check {
  margin-bottom: 10px;
}
.tour-single .sidebar .extra-service .form-check .form-check-input {
  box-shadow: none;
}
.tour-single .sidebar .extra-service .cost {
  color: var(--color-dark);
}
.tour-single .sidebar .help {
  margin-top: 25px;
}
.tour-single .sidebar .help p {
  color: var(--body-text-color);
  font-size: 17px;
}
.tour-single .sidebar .help p a {
  color: var(--theme-color);
}
.tour-single .sidebar .help p a:hover {
  color: var(--theme-color2);
}

/* tour category*/
.tour-category .category-item {
  transition: var(--transition);
}
.tour-category .category-item:hover {
  transform: scale(1.05);
}
.tour-category .category-img {
  position: relative;
}
.tour-category .category-img .shape {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -2px;
  width: 110px;
}
.tour-category .category-img img {
  border-radius: 50px;
}
.tour-category .category-img .category-arrow {
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 42px;
  height: 42px;
  line-height: 41px;
  background: var(--theme-color);
  box-shadow: var(--box-shadow);
  border-radius: 50px;
  color: var(--color-white);
  text-align: center;
  font-size: 19px;
  z-index: 1;
}
.tour-category .category-img .category-arrow i {
  transform: rotate(-45deg);
  transition: var(--transition2);
}
.tour-category .category-img .category-arrow:hover i {
  transform: rotate(0);
}
.tour-category .category-content {
  margin-top: 18px;
  text-align: center;
}
.tour-category .category-content h4 {
  font-weight: 500;
}
.tour-category .category-content h4 a {
  font-size: 20px;
  color: var(--color-dark);
}
.tour-category .category-content h4 a:hover {
  color: var(--theme-color);
}
.tour-category .category-content span {
  color: var(--body-text-color);
  font-size: 15px;
}

.category-slider .category-item:hover {
  transform: unset;
}
.category-slider.owl-theme .owl-nav {
  margin-top: 0px;
}
.category-slider.owl-theme .owl-nav button {
  color: var(--theme-color);
  font-size: 25px;
  margin: 0;
  margin-top: -40px;
  padding: 0;
  background: var(--color-white);
  display: inline-block;
  cursor: pointer;
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 0 3px 24px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  transition: var(--transition);
}
.category-slider.owl-theme .owl-nav button:hover {
  background: var(--theme-color);
  color: var(--color-white);
}
.category-slider.owl-theme .owl-nav .owl-prev {
  left: -15px;
}
@media all and (max-width: 767px) {
  .category-slider.owl-theme .owl-nav .owl-prev {
    left: -4px;
  }
}
.category-slider.owl-theme .owl-nav .owl-next {
  right: -15px;
}
@media all and (max-width: 767px) {
  .category-slider.owl-theme .owl-nav .owl-next {
    right: -4px;
  }
}

/* tour-guide */
.tour-guide .guide-item {
  background: var(--color-white);
  border-radius: 18px;
  box-shadow: var(--box-shadow);
  text-align: center;
  position: relative;
  padding: 5px;
}
.tour-guide .quide-rate {
  position: absolute;
  top: 10px;
  right: 10px;
  background: var(--color-white);
  color: var(--theme-color);
  font-size: 12px;
  padding: 4px 5px;
  border-radius: 50px;
  line-height: 1;
  box-shadow: var(--box-shadow);
}
.tour-guide .quide-rate i {
  margin-right: 2px;
}
.tour-guide .guide-banner img {
  border-radius: 14px 14px 0 0;
}
.tour-guide .guide-img {
  text-align: center;
  margin-top: -35px;
}
.tour-guide .guide-img img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 4px solid var(--color-white);
}
.tour-guide .guide-content {
  padding: 10px 20px 20px 20px;
}
.tour-guide .guide-content h4 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 3px;
}
.tour-guide .guide-content h4 a {
  color: var(--color-dark);
}
.tour-guide .guide-content h4 a:hover {
  color: var(--theme-color);
}
.tour-guide .guide-content span {
  color: var(--theme-color);
}
.tour-guide .guide-social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 15px;
}
.tour-guide .guide-social a {
  width: 30px;
  height: 30px;
  line-height: 28px;
  border: 1px solid var(--border-info-color);
  border-radius: 50px;
  text-align: center;
  color: var(--color-dark);
  font-size: 15px;
}
.tour-guide .guide-social a:hover {
  color: var(--theme-color);
}

/* tour-guide single */
.guide-single-wrap {
  background: var(--theme-bg-light2);
  border-radius: 30px;
  padding: 20px;
}

@media all and (max-width: 991px) {
  .guide-single-img {
    margin-bottom: 20px;
  }
}
.guide-single-img img {
  border-radius: 20px;
}

.guide-single-content {
  padding-left: 15px;
}

.guide-single-name p {
  color: var(--theme-color);
  font-weight: 500;
  font-size: 18px;
}

.guide-single-info {
  margin-top: 20px;
}
.guide-single-info li {
  margin: 10px 0;
}
.guide-single-info-left {
  font-weight: 600;
  color: var(--color-dark);
}
.guide-single-info-right {
  margin-left: 10px;
}

.guide-single-social a {
  height: 35px;
  width: 35px;
  line-height: 33px;
  border: 1.5px solid var(--color-dark);
  color: var(--color-dark);
  text-align: center;
  border-radius: 50px;
  margin-right: 5px;
}
.guide-single-social a:hover {
  background: var(--theme-color);
  border-color: var(--theme-color);
  color: var(--color-white);
}

.guide-single-overview {
  margin-top: 70px;
}
@media all and (max-width: 991px) {
  .guide-single-overview-img {
    margin-top: 20px;
  }
}
.guide-single-overview-img img {
  border-radius: 20px;
}

/*====================
43. Tour booking css
======================*/
.tour-booking .widget {
  background: var(--color-white);
  padding: 30px;
  border-radius: 25px;
  margin-bottom: 30px;
  border: 1px solid var(--border-info-color);
}
.tour-booking .widget .title {
  margin-bottom: 20px;
}
.tour-booking-form .label {
  margin-bottom: 5px;
  color: var(--body-text-color);
  font-size: 15px;
}
.tour-booking-form .form-group .form-control,
.tour-booking-form .form-group .form-select {
  box-shadow: none;
}
.tour-booking-summary {
  padding: 25px;
  border-radius: 25px;
  border: 1px solid var(--border-info-color);
}
.tour-booking-summary .property-img img {
  border-radius: 20px;
}
.tour-booking-summary .property-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 10px;
}
.tour-booking-summary .property-title h5 {
  margin-bottom: 5px;
  font-size: 20px;
}
.tour-booking-summary .property-title p {
  margin-bottom: 0px;
  font-size: 15px;
}
.tour-booking-summary .property-title p i {
  color: var(--theme-color);
  margin-right: 5px;
}
.tour-booking-summary .book-edit-btn {
  width: 32px;
  height: 32px;
  line-height: 30px;
  text-align: center;
  background: var(--theme-color);
  border-radius: 8px;
  color: var(--color-white);
}
.tour-booking-summary .book-edit-btn:hover {
  background: var(--theme-color2);
  color: var(--color-white);
}
.tour-booking-summary .property-rate {
  font-size: 15px;
}
.tour-booking-summary .property-rate .badge {
  background: var(--theme-color);
  margin-right: 5px;
  border-radius: 50px;
}
.tour-booking-summary .property-rate .rate-text {
  color: var(--body-text-color);
}
.tour-booking-summary .property-rate .rate-type {
  color: var(--theme-color);
}
.tour-booking-summary .info-summary {
  margin-top: 25px;
}
.tour-booking-summary .info-summary h5 {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--border-info-color);
}
.tour-booking-summary .info-summary li {
  font-weight: 500;
  color: var(--color-dark);
  margin-bottom: 12px;
}
.tour-booking-summary .info-summary li span {
  float: right;
  font-weight: 400;
  color: var(--body-text-color);
}
.tour-booking-summary .order-info {
  margin-top: 30px;
}
.tour-booking-summary .order-info h5 {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--border-info-color);
}
.tour-booking-summary .order-info span {
  float: right;
  font-weight: 400;
  color: var(--body-text-color);
}
.tour-booking-summary .order-info li {
  margin-bottom: 12px;
  font-weight: 500;
  color: var(--color-dark);
}
.tour-booking-summary .order-total {
  padding-top: 10px;
  border-top: 1px solid var(--border-info-color);
}
.tour-booking-summary .order-total span {
  font-weight: bold;
  color: var(--theme-color2);
}
.tour-booking-summary .theme-btn::before {
  width: 450px;
  height: 450px;
}

.payment-area .nav-link {
  background: transparent !important;
  border: 1px solid var(--border-info-color);
  text-align: center;
  border-radius: 15px;
  margin-right: 15px;
  margin-bottom: 20px;
  position: relative;
}
.payment-area .nav-link::before {
  content: "\f058";
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  font-weight: bold;
  font-size: 20px;
  color: var(--theme-color);
  transform: scale(0);
  opacity: 0;
  visibility: hidden;
  left: 7px;
  top: 0;
  transition: all 0.3s ease-in-out;
}
.payment-area .nav-link.active::before {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.payment-area .nav-link.active {
  border-color: var(--theme-color);
}
.payment-area .nav-link span {
  color: var(--color-dark);
}
.payment-area .payment-card-img {
  padding-top: 15px;
  margin-bottom: 13px;
}
.payment-area .payment-card-img img {
  width: 30px;
}
.payment-area .payment-img img {
  width: 130px;
}

/* ===================
44. Destination css 
====================== */
.destination {
  background: var(--theme-bg-light2);
}
.destination-item {
  background: var(--color-white);
  border-radius: 20px;
  position: relative;
  transition: var(--transition);
}
.destination-item:hover {
  transform: scale(1.05);
}
.destination-rate {
  position: absolute;
  top: 15px;
  right: -8px;
  background: var(--theme-color2);
  color: var(--color-white);
  font-size: 12px;
  padding: 4px 5px;
  border-radius: 50px;
  line-height: 1;
  box-shadow: var(--box-shadow);
}
.destination-rate i {
  margin-right: 2px;
}
.destination-img {
  text-align: center;
}
.destination-img img {
  width: 80%;
  border-radius: 50em;
}
.destination-content {
  text-align: center;
  padding: 15px 0;
}
.destination-content h4 {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 5px;
}
.destination-content h4 a {
  color: var(--color-dark);
}
.destination-content h4 a:hover {
  color: var(--theme-color);
}
.destination-content .cost {
  color: var(--body-text-color);
}
.destination-content .cost span {
  color: var(--theme-color2);
  font-weight: 500;
}

.destination.d-bg {
  background: var(--color-white);
}
.destination.d-bg .destination-item {
  box-shadow: var(--box-shadow);
}

.destination-2 .destination-item {
  display: flex;
  align-items: center;
  gap: 15px;
  transform: none;
}
@media all and (max-width: 767px) {
  .destination-2 .destination-item {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.destination-2 .destination-img {
  flex-shrink: 0;
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  border-radius: 50%;
}
.destination-2 .destination-img img {
  width: 100%;
  height: 100%;
}
.destination-2 .destination-item:hover .destination-img img {
  transform: scale(1.1);
}
.destination-2 .destination-content {
  text-align: left;
}

.destination-3 .destination-item {
  padding: 0;
  background: transparent;
}
.destination-3 .destination-img {
  position: relative;
}
.destination-3 .destination-img img {
  width: 100%;
  border-radius: 30px;
}
.destination-3 .destination-btn {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  padding: 5px 5px 5px 20px;
  background: var(--color-white);
  border-radius: 50px;
  box-shadow: var(--box-shadow);
  z-index: 1;
}
.destination-3 .destination-btn a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
  color: var(--color-dark);
}
.destination-3 .destination-btn i {
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50px;
  background: var(--theme-color);
  color: var(--color-white);
  text-align: center;
  transform: rotate(-45deg);
}
.destination-3 .destination-content {
  text-align: left;
  padding-bottom: 0;
}
.destination-3 .destination-content .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.destination-3 .destination-content .bottom .rate {
  background: var(--theme-color);
  color: var(--color-white);
  line-height: 1;
  border-radius: 50px;
  padding: 3px 5px;
  font-size: 14px;
  font-weight: 500;
}
.destination-3 .destination-content .bottom .rate i {
  margin-right: 2px;
}
.destination-3 .marquee-destination-slider .item {
  width: 20vw;
  margin-right: 30px;
}
@media all and (max-width: 991px) {
  .destination-3 .marquee-destination-slider .item {
    width: 30vw;
  }
}
@media all and (max-width: 767px) {
  .destination-3 .marquee-destination-slider .item {
    width: 80vw;
  }
}

.marquee-destination-slider .item {
  width: 16vw;
  margin-right: 60px;
}
@media all and (max-width: 991px) {
  .marquee-destination-slider .item {
    width: 35vw;
  }
}
@media all and (max-width: 767px) {
  .marquee-destination-slider .item {
    width: 70vw;
    margin-right: 40px;
  }
}
.marquee-destination-slider .item .destination-item {
  transform: none;
}

/* destination single */
.destination-single .img img {
  border-radius: 20px;
}
.destination-single .destination-details ul {
  padding-left: 14px;
}
.destination-single .destination-details ul li {
  color: var(--color-dark);
  font-weight: 500;
  list-style-type: disc;
  margin: 5px 0;
}
.destination-single .sidebar h4 {
  font-weight: 500;
  color: var(--color-dark);
  margin-bottom: 20px;
}
.destination-single .sidebar .destination-info {
  background: var(--theme-bg-light2);
  border-radius: 15px;
  padding: 30px;
}
.destination-single .sidebar .destination-info ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 15px 0;
}
.destination-single .sidebar .destination-info ul li .list-title {
  font-size: 16px;
  color: var(--color-dark);
  font-weight: 500;
}
.destination-single .sidebar .destination-info ul li .list-title i {
  width: 35px;
  height: 35px;
  line-height: 32px;
  border: 1px solid var(--border-info-color);
  text-align: center;
  border-radius: 10px;
  margin-right: 8px;
}

/*====================
45. Activity css
======================*/
.activity-area .activity-img {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.activity-area .activity-img > img {
  border-radius: 20px;
}
.activity-area .activity-img:hover img {
  transform: scale(1.1);
}
.activity-area .activity-img:hover .activity-content {
  bottom: 30px;
}
.activity-area .activity-content {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--color-white);
  box-shadow: var(--box-shadow);
  border-radius: 15px;
  padding: 10px;
  transition: var(--transition);
  z-index: 1;
}
.activity-area .activity-content .icon {
  width: 55px;
  height: 55px;
  border: 1px solid var(--border-info-color);
  border-radius: 7px;
  padding: 5px;
}
.activity-area .activity-content h4 {
  font-weight: 500;
}
.activity-area .activity-content h4 a {
  color: var(--color-dark);
}
.activity-area .activity-content h4 a:hover {
  color: var(--theme-color);
}

.activity-slider.owl-theme .owl-nav {
  margin-top: 0px;
}
.activity-slider.owl-theme .owl-nav button {
  color: var(--theme-color);
  font-size: 25px;
  margin: 0;
  padding: 0;
  background: var(--color-white);
  display: inline-block;
  cursor: pointer;
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 0 3px 24px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  transition: var(--transition);
}
.activity-slider.owl-theme .owl-nav button:hover {
  background: var(--theme-color);
  color: var(--color-white);
}
.activity-slider.owl-theme .owl-nav .owl-prev {
  left: -15px;
}
@media all and (max-width: 767px) {
  .activity-slider.owl-theme .owl-nav .owl-prev {
    left: -4px;
  }
}
.activity-slider.owl-theme .owl-nav .owl-next {
  right: -15px;
}
@media all and (max-width: 767px) {
  .activity-slider.owl-theme .owl-nav .owl-next {
    right: -4px;
  }
}

/* activity-single */
.activity-single .sidebar .widget {
  background: var(--theme-bg-light2);
  padding: 25px;
  border-radius: 15px;
}
.activity-single .sidebar .widget h4 {
  color: var(--color-dark);
  margin-bottom: 20px;
  font-weight: 500;
}
.activity-single .sidebar .category-list a {
  display: block;
  margin: 10px 0;
  font-weight: 500;
}
.activity-single .sidebar .category-list a:hover {
  color: var(--theme-color);
}
.activity-single .sidebar .category-list a i {
  color: var(--theme-color);
  margin-right: 5px;
}
.activity-single .sidebar .activity-banner .img img {
  border-radius: 15px;
}

.activity-single-list i {
  color: var(--theme-color);
  margin-right: 10px;
}

.activity-details h3 {
  color: var(--color-dark);
  font-weight: 700;
}
.activity-details img {
  border-radius: 15px;
}

/* ===================
46. Visa css 
====================== */
.visa-area .visa-item {
  background: var(--color-white);
  box-shadow: var(--box-shadow);
  border-radius: 25px;
  padding: 15px;
}
.visa-area .visa-item:hover .visa-img img {
  transform: scale(1.1);
}
.visa-area .visa-img {
  overflow: hidden;
  border-radius: 15px;
}
.visa-area .visa-img img {
  border-radius: 15px;
}
.visa-area .visa-content {
  padding-top: 20px;
}
.visa-area .visa-content h4 a {
  color: var(--color-dark);
}
.visa-area .visa-content h4 a:hover {
  color: var(--theme-color);
}
.visa-area .visa-meta {
  margin-top: 18px;
}
.visa-area .visa-meta ul li {
  display: inline-block;
  margin-right: 10px;
  color: var(--body-text-color);
  margin-bottom: 10px;
}
.visa-area .visa-meta ul li i {
  width: 30px;
  height: 30px;
  line-height: 28px;
  border: 1px solid var(--border-info-color);
  text-align: center;
  color: var(--color-dark);
  font-size: 15px;
  border-radius: 50px;
}
.visa-area .visa-bottom {
  border-top: 1px solid var(--border-info-color);
  margin-top: 15px;
  padding-top: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.visa-area .visa-bottom .visa-price span {
  color: var(--theme-color2);
  font-weight: 500;
  font-size: 17px;
}
.visa-area .visa-bottom .theme-btn {
  padding: 5px 5px 5px 15px;
}

/* visa-single */
.visa-single .sidebar .widget {
  background: var(--theme-bg-light2);
  padding: 25px;
  border-radius: 15px;
}
.visa-single .sidebar .widget h4 {
  color: var(--color-dark);
  margin-bottom: 20px;
  font-weight: 500;
}
.visa-single .sidebar .visa-info ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 15px 0;
}
.visa-single .sidebar .visa-info ul li .list-title {
  font-size: 16px;
  color: var(--color-dark);
  font-weight: 500;
}
.visa-single .sidebar .visa-info ul li .list-title i {
  width: 35px;
  height: 35px;
  line-height: 32px;
  border: 1px solid var(--border-info-color);
  text-align: center;
  border-radius: 10px;
  margin-right: 8px;
}
.visa-single .sidebar .visa-banner .img img {
  border-radius: 15px;
}

.visa-single-list i {
  color: var(--theme-color);
  margin-right: 10px;
}

.visa-details h3 {
  color: var(--color-dark);
  font-weight: 700;
}
.visa-details img {
  border-radius: 15px;
}

/*====================
47. Banner css
======================*/
.banner-area {
  position: relative;
}
.banner-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 18px;
  border-radius: 35px;
  background: var(--color-white);
}
@media all and (max-width: 991px) {
  .banner-item {
    flex-direction: column;
  }
}
.banner-img img {
  width: 300px;
  height: 170px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 35px 0 0 35px;
}
@media all and (max-width: 991px) {
  .banner-img img {
    border-radius: 35px 35px 0 0;
  }
}
.banner-content {
  padding: 10px 15px 10px 0;
}
@media all and (max-width: 991px) {
  .banner-content {
    padding: 0 20px 20px 20px;
  }
}
.banner-content h4 {
  font-size: 18px;
  margin-bottom: 8px;
}
.banner-content h4 span {
  color: var(--theme-color);
}
.banner-content p {
  color: var(--body-text-color);
  margin: 0 0 12px 0;
}
.banner-content .theme-btn {
  padding: 4px 4px 4px 15px;
  vertical-align: middle;
}
.banner-slider.owl-theme .owl-nav {
  margin-top: 0px;
}
.banner-slider.owl-theme .owl-nav button {
  color: var(--theme-color);
  font-size: 25px;
  margin: 0;
  margin-top: -28px;
  padding: 0;
  background: var(--color-white);
  display: inline-block;
  cursor: pointer;
  height: 45px;
  width: 45px;
  border-radius: 50px;
  line-height: 45px;
  text-align: center;
  box-shadow: 0 3px 24px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  transition: var(--transition);
}
.banner-slider.owl-theme .owl-nav button:hover {
  background: var(--theme-color);
  color: var(--color-white);
}
.banner-slider.owl-theme .owl-nav .owl-prev {
  left: -25px;
}
@media all and (max-width: 767px) {
  .banner-slider.owl-theme .owl-nav .owl-prev {
    left: -4px;
  }
}
.banner-slider.owl-theme .owl-nav .owl-next {
  right: -25px;
}
@media all and (max-width: 767px) {
  .banner-slider.owl-theme .owl-nav .owl-next {
    right: -4px;
  }
}
.banner-slider .owl-dots {
  text-align: center;
  margin-top: 30px;
}
.banner-slider .owl-dots .owl-dot span {
  background: transparent;
  margin: 5px;
  border: 2px solid var(--theme-color);
  border-radius: 50px;
  width: 12px;
  height: 12px;
  display: inline-block;
  transition: var(--transition);
}
.banner-slider .owl-dots .owl-dot.active span {
  background: var(--theme-color);
}
.banner {
  /* banner area 2 */
}
.banner-area2 .banner-img img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.banner-area2 .banner-content {
  position: absolute;
  left: 30px;
  top: 20px;
  padding: 0;
}
.banner-area2 .banner-content h4 {
  font-size: 50px;
  color: var(--color-white);
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0;
}
.banner-area2 .banner-content span {
  color: var(--color-white);
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 1px;
}
.banner-area2 .banner-content .theme-btn {
  background: var(--color-dark);
  margin-top: 15px;
}

.banner-img-wrap {
  display: flex;
  gap: 15px;
}
.banner-img-wrap .img-item {
  flex: 1;
  width: 120px;
  height: 400px;
  background-size: cover;
  transition: 0.4s;
  position: relative;
}
.banner-img-wrap .img-item a {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 65px;
  height: 65px;
  line-height: 65px;
  background: var(--theme-color);
  color: var(--color-white);
  text-align: center;
  font-size: 30px;
  border-radius: 50px;
  box-shadow: var(--box-shadow);
}
.banner-img-wrap .img-item:hover a {
  transform: translate(-50%, -50%) scale(1);
}
.banner-img-wrap .img-item img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 50em;
}
.banner-img-wrap .img-item.active {
  flex: 3;
}
.banner-img-wrap .img-item.active img {
  border-radius: 50px;
}

/*====================
48. Download css
======================*/
.download-wrap {
  position: relative;
  overflow: hidden;
  background-color: var(--theme-bg-light2);
  border-radius: 20px;
  z-index: 1;
}
@media all and (max-width: 991px) {
  .download-wrap {
    padding-bottom: 0px;
  }
}
.download-wrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/shape/04.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0.1;
  z-index: -1;
}
.download-img {
  position: absolute;
  bottom: 0;
  text-align: right;
}
@media all and (max-width: 991px) {
  .download-img {
    position: relative;
  }
}
.download-img img {
  width: 88%;
}
@media all and (max-width: 767px) {
  .download-content {
    padding: 40px 20px;
  }
}
@media all and (min-width: 992px) and (max-width: 1199px) {
  .download-content .site-heading .site-title {
    font-size: 35px;
  }
}
@media all and (min-width: 992px) and (max-width: 1199px) {
  .download-content .site-heading p {
    display: none;
  }
}
.download-content .download-btn {
  display: flex;
  align-items: center;
  gap: 10px;
}
.download-content .download-btn .play-store {
  width: 135px;
}
.download-content .download-btn img {
  border-radius: 8px;
}

/*====================
49. Newsletter css
======================*/
.newsletter-area {
  position: relative;
  text-align: center;
}
.newsletter-wrap {
  background: #ebf8eb;
  border-radius: 20px;
  position: relative;
  z-index: 1;
}
@media all and (max-width: 991px) {
  .newsletter-wrap {
    padding: 30px;
  }
}
@media all and (max-width: 767px) {
  .newsletter-wrap .newsletter-img {
    display: none;
  }
}
.newsletter-wrap .newsletter-img img {
  position: absolute;
  bottom: 0;
}
.newsletter-wrap .newsletter-img .img-1 {
  left: 2%;
  width: 22%;
}
.newsletter-wrap .newsletter-img .img-2 {
  right: 2%;
  width: 19%;
}
.newsletter-wrap .newsletter-content h4 {
  color: var(--color-white);
  font-size: 25px;
}
@media all and (max-width: 991px) {
  .newsletter-wrap .newsletter-content h4 {
    font-size: 35px;
  }
}
.newsletter-wrap .newsletter-form {
  padding: 80px 25px 80px 30px;
  overflow: hidden;
}
@media all and (max-width: 991px) {
  .newsletter-wrap .newsletter-form {
    padding: 0;
  }
}
.newsletter-wrap .newsletter-form::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/shape/04.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
  opacity: 0.1;
}
.newsletter-wrap .newsletter-form h4 {
  color: var(--color-dark);
  font-size: 24px;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.newsletter-wrap .newsletter-form .form-group {
  margin-bottom: 0;
}
.newsletter-wrap .newsletter-form .form-group .form-icon i {
  top: 22px;
}
.newsletter-wrap .newsletter-form .form-group .form-control {
  padding: 18px 135px 18px 45px;
  border-radius: 14px;
  border: none;
  box-shadow: none;
}
.newsletter-wrap .newsletter-form .form-group .theme-btn {
  position: absolute;
  right: 5px;
  bottom: 5px;
  padding: 4px 15px;
}
.newsletter-wrap .newsletter-form .form-group .theme-btn span {
  margin-right: 0;
}

/*====================
50. Gallery css
======================*/
.gallery-area {
  position: relative;
}
.gallery-item {
  position: relative;
  width: 100%;
}
.gallery-img {
  height: 100%;
}
.gallery-img img {
  width: 100%;
  border-radius: 40px;
}
.gallery-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.gallery-content::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  right: 10px;
  bottom: 10px;
  background: var(--theme-color);
  border-radius: 40px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.gallery-content:hover::before {
  opacity: 0.9;
  visibility: visible;
}
.gallery-content:hover .gallery-link {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}
.gallery-link {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: 0.5s;
  border-radius: 50px;
  opacity: 0;
  visibility: hidden;
  font-size: 50px;
  color: var(--color-white);
}
.gallery-link:hover {
  color: var(--color-white);
}

/*====================
51. Home css
======================*/
/*== Flatpickr css ==*/
.flatpickr-calendar {
  background: var(--color-white);
  border: 1px solid var(--border-info-color);
  border-radius: 10px;
  box-shadow: var(--box-shadow);
}

.flatpickr-calendar.arrowTop:before {
  border-bottom-color: var(--border-info-color);
}

.flatpickr-calendar.arrowTop:after {
  border-bottom-color: var(--color-white);
}

.flatpickr-calendar.arrowBottom:before {
  border-top-color: var(--border-info-color);
}

.flatpickr-calendar.arrowBottom:after {
  border-top-color: var(--color-white);
}

.flatpickr-current-month {
  padding-top: 15px;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  left: 12px;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  right: 12px;
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 18px;
  color: var(--color-dark);
  border-radius: 50px;
  top: 10px;
  padding: 0;
}

.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  background: var(--theme-bg-light);
  color: var(--theme-color);
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  color: var(--color-dark);
  font-size: 15px;
  font-weight: 400;
  border-radius: 5px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.flatpickr-current-month input.cur-year {
  color: var(--color-dark);
  font-size: 15px;
  font-weight: 400;
}

.flatpickr-current-month input.cur-year::-moz-selection {
  background: transparent;
  color: var(--theme-color);
}

.flatpickr-current-month input.cur-year::selection {
  background: transparent;
  color: var(--theme-color);
}

.numInputWrapper span:hover {
  background: 0 0 !important;
}

.numInputWrapper span.arrowUp:after {
  border-bottom-color: var(--theme-color) !important;
}

.numInputWrapper span.arrowDown:after {
  border-top-color: var(--theme-color) !important;
}

.numInputWrapper:hover {
  background: var(--color-white);
  border-radius: 5px;
}

.numInputWrapper span {
  border: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: var(--color-white);
}

.flatpickr-innerContainer {
  padding: 10px;
}

span.flatpickr-weekday {
  color: var(--theme-color);
}

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

.dayContainer,
.flatpickr-days {
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(112, 143, 172, 0.5);
}

.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  background: var(--theme-bg-light);
  border-color: var(--theme-bg-light);
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: var(--theme-color2);
  border: none;
}

.flatpickr-day.selected:hover {
  background: var(--theme-color2);
}

.flatpickr-day.today {
  background: var(--theme-color);
  color: var(--color-white);
  border: none;
}

.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  background: var(--theme-color);
}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  box-shadow: none;
}

.flatpickr-day.inRange {
  box-shadow: none;
}

.flatpickr-calendar.hasTime .flatpickr-time {
  border-color: var(--border-info-color);
}

.flatpickr-time .numInputWrapper:hover {
  background-color: transparent !important;
}

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

.flatpickr-time input::-moz-selection {
  background: transparent;
  color: var(--theme-color);
}

.flatpickr-time input::selection {
  background: transparent;
  color: var(--theme-color);
}

.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: transparent !important;
}

.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  color: var(--body-text-color);
}

/* tw marquee */
.tw-marquee {
  padding: 10px 0;
  position: relative;
  background: var(--theme-color2);
}
.tw-marquee::before {
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: -8px;
  border-bottom: 3px solid var(--theme-color2);
}
.tw-marquee::after {
  content: "";
  position: absolute;
  left: 40px;
  right: 40px;
  bottom: -15px;
  border-bottom: 3px solid var(--theme-color2);
}
.tw-marquee-wrap {
  display: flex;
  align-items: center;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, var(--color-white) 10%, var(--color-white) 90%, transparent 100%);
          mask-image: linear-gradient(to right, transparent 0%, var(--color-white) 10%, var(--color-white) 90%, transparent 100%);
  -webkit-mask-image: unset;
          mask-image: unset;
}
.tw-marquee-wrap:hover .tw-marquee-group {
  animation-play-state: paused;
}
.tw-marquee-group {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  width: auto;
  animation: tw-marquee 60s linear infinite;
}
.tw-marquee.right .tw-marquee-group {
  animation: tw-marquee 30s linear infinite reverse;
}

@media (prefers-reduced-motion) {
  .tw-marquee-group {
    animation-play-state: paused;
  }
}
@keyframes tw-marquee {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.marquee-text-slider .tw-marquee .tw-marquee-group .tw-marquee-text {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-right: 30px;
}
.marquee-text-slider .tw-marquee .tw-marquee-group .tw-marquee-text img {
  width: 35px;
  height: 35px;
  flex-shrink: 0;
  padding: 0;
  filter: brightness(0) invert(1);
}
.marquee-text-slider .tw-marquee .tw-marquee-group h3 {
  text-transform: capitalize;
  font-size: 40px;
  color: var(--color-white);
  position: relative;
  padding: 5px 0;
}

@keyframes ani-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/*== Home css ==*/
/* google rating */
.google-rating {
  display: flex;
  align-items: center;
  gap: 12px;
}
.google-rating .icon {
  width: 50px;
  height: 50px;
}
.google-rating .content span {
  color: var(--theme-color);
}
.google-rating .content p {
  color: var(--body-text-color);
}

/* ani-img */
.ani-img {
  position: relative;
  overflow: hidden;
}
.ani-img::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}
.ani-img:hover::after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

.ani-shape {
  position: absolute;
  top: 130px;
  left: 9%;
  width: 140px;
  z-index: -1;
}
@media all and (max-width: 991px) {
  .ani-shape {
    width: 50px;
  }
}

.ani-transY {
  animation: ani-transY 4s infinite alternate forwards;
}

@keyframes ani-transY {
  0% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(20px);
  }
}
.ani-shape-2 {
  position: absolute;
  top: 88px;
  left: 24%;
  width: 15%;
  z-index: -1;
}
@media all and (max-width: 991px) {
  .ani-shape-2 {
    width: 45%;
  }
}

.ani-transX {
  animation: ani-transX 4s infinite alternate;
}

@keyframes ani-transX {
  0% {
    transform: translateX(-30px);
  }
  100% {
    transform: translateX(20px);
  }
}
.ani-shape-3 {
  position: absolute;
  top: 50px;
  right: 8%;
  width: 10%;
  z-index: -1;
}

.ani-swing {
  animation: ani-swing 2s linear infinite alternate;
}

@keyframes ani-swing {
  0% {
    transform: rotate(6deg);
  }
  100% {
    transform: rotate(-6deg);
  }
}
/* =================== END ================== *//*# sourceMappingURL=style.css.map */












/* =====================================================
   RIDE VIDEO SHOWCASE css start
===================================================== */

.ride-showcase-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(
      circle at left bottom,
      rgba(255, 117, 24, 0.08),
      transparent 35%
    ),
    #ffffff;
}

.ride-showcase-section .site-heading {
  margin-bottom: 45px;
}

.ride-showcase-section .site-heading p {
  max-width: 650px;
  margin: 15px auto 0;
}

.ride-video-slider .owl-stage {
  display: flex;
}

.ride-video-slider .owl-item {
  display: flex;
}

.ride-video-item {
  width: 100%;
  padding: 8px 4px 25px;
}

.ride-video-card {
  width: 100%;
  height: 100%;
  border-radius: 28px;
  overflow: hidden;
  background: #111111;
  box-shadow: 0 18px 45px rgba(18, 35, 28, 0.15);
  transition:
    transform 0.4s ease,
    box-shadow 0.4s ease;
}

.ride-video-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 55px rgba(18, 35, 28, 0.22);
}

.ride-video-media {
  position: relative;
  width: 100%;
  height: 560px;
  overflow: hidden;
  isolation: isolate;
  background: #151515;
}

.ride-card-video {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #151515;
  transition: transform 0.6s ease;
}

.ride-video-card:hover .ride-card-video {
  transform: scale(1.035);
}

.ride-video-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.12) 0%,
      rgba(0, 0, 0, 0.02) 36%,
      rgba(0, 0, 0, 0.82) 100%
    );
  transition: opacity 0.3s ease;
}

.ride-level-badge {
  position: absolute;
  top: 22px;
  left: 20px;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 36px;
  padding: 8px 15px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 30px;
  color: #ffffff;
  background: rgba(18, 18, 18, 0.42);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  font-size: 13px;
  font-weight: 600;
}

.ride-play-button {
  position: absolute;
  top: 44%;
  left: 50%;
  z-index: 5;
  width: 72px;
  height: 72px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  color: #ffffff;
  background: #C31103;
  box-shadow: 0 12px 30px rgba(195, 17, 3, 0.35);
  font-size: 22px;
  cursor: pointer;
  transform: translate(-50%, -50%);
  transition:
    transform 0.3s ease,
    background 0.3s ease,
    opacity 0.3s ease;
}

.ride-play-button i {
  margin-left: 4px;
}

.ride-play-button .fa-pause {
  margin-left: 0;
}

.ride-play-button:hover {
   background: #ffffff;
  color: #C31103;
  transform: translate(-50%, -50%) scale(1.1);
}

.ride-card-content {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 4;
  padding: 30px 24px 26px;
  color: #ffffff;
}

.ride-card-location {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 13px;
}

.ride-card-location i {
  color: #C31103;
}

.ride-card-content h3 {
  margin-bottom: 14px;
  color: #ffffff;
  font-size: 25px;
  line-height: 1.25;
}

.ride-card-content h3 a {
  color: #ffffff;
}

.ride-card-content h3 a:hover {
  color: #C31103;
}

.ride-card-info {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin-bottom: 18px;
}

.ride-card-info span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 13px;
}

.ride-card-info i {
  color: #C31103;
}

.ride-details-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 10px;

    padding: 11px 20px;

    border: 2px solid #C31103;
    border-radius: 30px;

    background: rgba(195, 17, 3, 0.08);

    color: #ffffff !important;

    font-size: 14px;
    font-weight: 700;
    line-height: 1;

    text-decoration: none;

    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);

    transition:
        background 0.3s ease,
        border-color 0.3s ease,
        transform 0.3s ease;
}

.ride-details-link i {
    color: #ffffff;

    transition: transform 0.3s ease;
}

.ride-details-link:hover {
    background: #C31103;
    border-color: #C31103;

    color: #ffffff !important;

    transform: translateY(-2px);
}

.ride-details-link:hover i {
    color: #ffffff;
    transform: translateX(5px);
}

.ride-details-link i {
  transition: transform 0.3s ease;
}

.ride-details-link:hover i {
  transform: translateX(5px);
}

/* Carousel dots */

.ride-video-slider .owl-dots {
  margin-top: 25px !important;
  text-align: center;
}

.ride-video-slider .owl-dot span {
  width: 10px !important;
  height: 10px !important;
  margin: 5px !important;
  border-radius: 50% !important;
  background: #d7d7d7 !important;
  transition: all 0.3s ease;
}

.ride-video-slider .owl-dot.active span {
  width: 30px !important;
  border-radius: 10px !important;
   background: #C31103 !important;
}

/* Carousel navigation */

.ride-video-slider .owl-nav {
  margin-top: 10px;
  text-align: center;
}

.ride-video-slider .owl-nav button {
  width: 45px;
  height: 45px;
  margin: 5px;
  border-radius: 50% !important;
  color: #ffffff !important;
  background: #1d2a24 !important;
  transition: background 0.3s ease;
}

.ride-video-slider .owl-nav button:hover {
   background: #C31103 !important;
}




/* =====================================================
   VIDEO PLAYING STATE
===================================================== */

/* Smoothly hide card content */
.ride-level-badge,
.ride-card-content,
.ride-video-overlay,
.ride-play-button {
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
}

/* Hide everything except the video while playing */
.ride-video-card.is-playing .ride-level-badge,
.ride-video-card.is-playing .ride-card-content,
.ride-video-card.is-playing .ride-video-overlay,
.ride-video-card.is-playing .ride-play-button {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

/* Let the user know the playing card can be clicked */
.ride-video-card.is-playing {
  cursor: pointer;
}

/* Stop card hover movement while video plays */
.ride-video-card.is-playing:hover {
  transform: none;
}

/* Do not zoom the video while it is playing */
.ride-video-card.is-playing .ride-card-video,
.ride-video-card.is-playing:hover .ride-card-video {
  transform: none;
}




/* Tablet */

@media (max-width: 1199px) {
  .ride-video-media {
    height: 520px;
  }

  .ride-card-content h3 {
    font-size: 22px;
  }
}

/* Mobile */

@media (max-width: 767px) {
  .ride-showcase-section {
    padding-top: 80px;
    padding-bottom: 70px;
  }

  .ride-showcase-section .site-heading {
    margin-bottom: 28px;
  }

  .ride-video-item {
    padding-right: 1px;
    padding-left: 1px;
  }

  .ride-video-card {
    border-radius: 22px;
  }

  .ride-video-media {
    height: 510px;
  }

  .ride-card-content {
    padding: 25px 20px 23px;
  }

  .ride-card-content h3 {
    font-size: 22px;
  }

  .ride-play-button {
    width: 64px;
    height: 64px;
    font-size: 19px;
  }
}

@media (max-width: 420px) {
  .ride-video-media {
    height: 480px;
  }
}




/* ride section css end  */



/* safety section css start  */

/* =====================================================
   SAFETY FIRST SECTION
===================================================== */

.safety-first-section {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    background:white;
}

.safety-first-section::before {
  position: absolute;
  top: 40px;
  right: -100px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  content: "";
}

.safety-heading {
  position: relative;
  z-index: 2;
  margin-bottom: 50px;
}

.safety-heading .site-title-tagline {
  color:black;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.safety-heading .site-title span {
  color:var(--theme-color);
}

.safety-heading p {
  max-width: 700px;
  margin: 16px auto 0;
   color:black;
}

/* Slider equal height */

.safety-equipment-slider .owl-stage {
  display: flex;
}

.safety-equipment-slider .owl-item {
  display: flex;
}

.safety-equipment-item {
  width: 100%;
  height: 100%;
  padding: 8px 3px 30px;
}

/* Equipment card */

.safety-equipment-card {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 435px;
  overflow: hidden;
  border: 1px solid var(--theme-color);
  border-radius: 26px;
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(19, 37, 48, 0.09);
  transition:
    transform 0.4s ease,
    box-shadow 0.4s ease,
    border-color 0.4s ease;
}

.safety-equipment-card:hover {
  border-color:var(--color-dark);
  transform: translateY(-10px);
  box-shadow: 0 28px 60px rgba(19, 37, 48, 0.15);
}

/* Equipment image */

.safety-equipment-image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 245px;
  padding: 25px;
  overflow: hidden;
  background:
    radial-gradient(
      circle,
      rgba(255, 115, 22, 0.09),
      transparent 65%
    ),
    #fafafa;
}

.safety-equipment-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.45s ease;
}

.safety-equipment-card:hover .safety-equipment-image img {
  transform: scale(1.08);
}

/* Orange arrow */

.safety-card-arrow {
  position: absolute;
  top: 220px;
  left: 50%;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border: 5px solid #ffffff;
  border-radius: 50%;
  color: #ffffff;
  background: var(--theme-color);
  box-shadow: 0 8px 24px rgba(255, 115, 22, 0.32);
  transform: translateX(-50%);
  transition:
    transform 0.35s ease,
    background 0.35s ease;
}

.safety-equipment-card:hover .safety-card-arrow {
  background: var(--color-dark);
  transform: translateX(-50%) rotate(45deg);
}

/* Equipment content */

.safety-equipment-content {
  padding: 42px 22px 26px;
  text-align: center;
}

.safety-equipment-content h3 {
  margin-bottom: 12px;
  color: #102736;
  font-size: 20px;
  line-height: 1.3;
  transition: color 0.3s ease;
}

.safety-equipment-card:hover .safety-equipment-content h3 {
  color: var(--theme-color);
}

.safety-equipment-content p {
  margin: 0;
  color: #667783;
  font-size: 14px;
  line-height: 1.75;
}

/* Owl navigation */

.safety-equipment-slider .owl-nav {
  margin-top: 8px;
  text-align: center;
}

.safety-equipment-slider .owl-nav button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin: 6px;
  border-radius: 50% !important;
  color: #102736 !important;
  background: #ffffff !important;
  box-shadow: 0 8px 25px rgba(19, 37, 48, 0.14);
  transition:
    color 0.3s ease,
    background 0.3s ease;
}

.safety-equipment-slider .owl-nav button:hover {
  color: #ffffff !important;
  background: var(--theme-color) !important;
}

/* Owl dots */

.safety-equipment-slider .owl-dots {
  margin-top: 16px !important;
  text-align: center;
}

.safety-equipment-slider .owl-dot span {
  width: 9px !important;
  height: 9px !important;
  margin: 5px !important;
  border-radius: 50% !important;
  background: #d2d8dc !important;
  transition: all 0.3s ease;
}

.safety-equipment-slider .owl-dot.active span {
  width: 28px !important;
  border-radius: 10px !important;
  background: var(--theme-color) !important;
}

/* =====================================================
   SAFETY FEATURE PANEL
===================================================== */

.safety-feature-panel {
  position: relative;
  margin-top: 35px;
  overflow: hidden;
  border-radius: 28px;
  background: #11191e;
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.2);
}

.safety-feature-panel::after {
  display: none;
}

.safety-feature-item {
  position: relative;
  z-index: 2;
  height: 100%;
  min-height: 275px;
  padding: 32px 18px 28px;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  text-align: center;
  transition: background 0.35s ease;
}

.safety-feature-panel .col-xl-2:last-child .safety-feature-item {
  border-right: 0;
}

.safety-feature-item:hover {
  background: rgba(255, 115, 22, 0.08);
}

.safety-feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 82px;
  height: 82px;
  margin-bottom: 20px;
  border: 1px dashed  var(--theme-color);
  border-radius: 50%;
  color: var(--theme-color);
  background: rgba(255, 115, 22, 0.06);
  font-size: 31px;
  transition:
    color 0.35s ease,
    background 0.35s ease,
    transform 0.35s ease;
}

.safety-feature-item:hover .safety-feature-icon {
  color: #ffffff;
  background: var(--theme-color);
  transform: translateY(-5px);
}

.safety-feature-item h4 {
  margin-bottom: 12px;
  color: #ffffff;
  font-size: 17px;
  line-height: 1.35;
}

.safety-feature-item p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  line-height: 1.7;
}

/* Bottom safety message */

.safety-bottom-message {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  padding: 22px 15px 0;
  text-align: center;
  
    border: 1.5px solid black;
    border-radius: 50px;
    padding: 3px 3px ;
    margin-top: 20px;
}

.safety-bottom-message i {
  color: var(--theme-color);
  font-size: 24px;
}

.safety-bottom-message p {
  margin: 0;
   color:var(--theme-color);
  font-size: 17px;
}

.safety-bottom-message strong {
  color:#102736;
}

/* =====================================================
   SAFETY RESPONSIVE
===================================================== */

@media (max-width: 1199px) {
  .safety-feature-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .safety-feature-panel .col-lg-4:nth-child(3n) .safety-feature-item {
    border-right: 0;
  }

  .safety-feature-panel .col-lg-4:nth-last-child(-n + 3) .safety-feature-item {
    border-bottom: 0;
  }
}

@media (max-width: 991px) {
  .safety-equipment-card {
    min-height: 420px;
  }

  .safety-feature-panel .col-lg-4:nth-child(3n) .safety-feature-item {
    border-right: 1px solid rgba(255, 255, 255, 0.14);
  }

  .safety-feature-panel .col-md-6:nth-child(2n) .safety-feature-item {
    border-right: 0;
  }

  .safety-feature-panel .col-lg-4:nth-last-child(-n + 3) .safety-feature-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .safety-feature-panel .col-md-6:nth-last-child(-n + 2) .safety-feature-item {
    border-bottom: 0;
  }
}

@media (max-width: 767px) {
  .safety-first-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .safety-heading {
    margin-bottom: 30px;
  }

  .safety-equipment-card {
    min-height: 405px;
    border-radius: 22px;
  }

  .safety-equipment-image {
    height: 230px;
  }

  .safety-card-arrow {
    top: 205px;
  }

  .safety-feature-panel {
    border-radius: 22px;
  }

  .safety-feature-item {
    min-height: 240px;
  }

  .safety-bottom-message {
    align-items: flex-start;
  }

  .safety-bottom-message p {
    font-size: 15px;
  }
}

@media (max-width: 575px) {
  .safety-feature-item {
    min-height: auto;
    padding: 28px 22px;
    border-right: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12) !important;
  }

  .safety-feature-panel .col-md-6:last-child .safety-feature-item {
    border-bottom: 0 !important;
  }

  .safety-feature-icon {
    width: 72px;
    height: 72px;
    font-size: 27px;
  }
}























/* =========================================================
   SAFETY FIRST SECTION
   SAME BACKGROUND STYLE AS "OUR FEATURE"
========================================================= */

.safety-first-section {
    position: relative;

    background: #ffffff;

    overflow: hidden;
}


/* =========================================================
   LARGE ROUNDED WRAPPER
========================================================= */

.safety-first-section .safety-first-wrap {
    position: relative;

    overflow: hidden;

    padding: 90px 0 100px;

    background: var(--theme-bg-light2);

    border-radius: 40px;

    z-index: 1;
}


/* =========================================================
   FEATURE STYLE BACKGROUND PATTERN
========================================================= */

.safety-first-section .safety-first-wrap::before {
    content: "";

    position: absolute;

    inset: 0;

    width: 100%;
    height: 100%;

    background-image:
        url("../img/shape/15.webp");

    background-repeat: no-repeat;

    background-position: center;

    background-size: cover;

    opacity: 0.08;

    pointer-events: none;

    z-index: -1;
}


/* =========================================================
   CONTENT ABOVE BACKGROUND PATTERN
========================================================= */

.safety-first-section .safety-first-wrap > .container {
    position: relative;

    z-index: 2;
}


/* =========================================================
   HEADING
========================================================= */

.safety-first-section .safety-heading {
    position: relative;

    z-index: 3;

    margin-bottom: 50px;
}


.safety-first-section .safety-heading p {
    max-width: 720px;

    margin:
        18px
        auto
        0;
}


/* =========================================================
   EQUIPMENT SLIDER
========================================================= */

.safety-first-section .safety-equipment-slider {
    position: relative;

    z-index: 3;
}


/* =========================================================
   EQUIPMENT CARDS
========================================================= */

.safety-first-section .safety-equipment-card {
    position: relative;

    height: 100%;

    overflow: hidden;

    background: #ffffff;

    border-radius: 22px;

    box-shadow:
        0 12px 35px rgba(195, 17, 3, 0.07);

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease;
}


.safety-first-section .safety-equipment-card:hover {
    transform: translateY(-7px);

    box-shadow:
        0 18px 45px rgba(195, 17, 3, 0.13);
}


/* =========================================================
   EQUIPMENT IMAGE
========================================================= */

.safety-first-section .safety-equipment-image {
    position: relative;

    display: flex;

    align-items: center;
    justify-content: center;

    min-height: 250px;

    padding: 25px;

    background:
        linear-gradient(
            180deg,
            rgba(195, 17, 3, 0.025),
            rgba(255, 255, 255, 0)
        );
}


.safety-first-section .safety-equipment-image img {
    display: block;

    width: auto;

    max-width: 90%;

    max-height: 210px;

    object-fit: contain;
}


/* =========================================================
   CARD ARROW
========================================================= */

.safety-first-section .safety-card-arrow {
    position: absolute;

    top: 18px;
    right: 18px;

    display: flex;

    align-items: center;
    justify-content: center;

    width: 42px;
    height: 42px;

    background: var(--theme-color);

    color: #ffffff;

    border-radius: 50%;

    z-index: 4;

    transition:
        background 0.3s ease,
        transform 0.3s ease;
}


.safety-first-section .safety-equipment-card:hover
.safety-card-arrow {
    transform: rotate(45deg);

    background: var(--theme-color2);
}


/* =========================================================
   EQUIPMENT TEXT
========================================================= */

.safety-first-section .safety-equipment-content {
    padding:
        5px
        25px
        28px;

    text-align: center;
}


.safety-first-section .safety-equipment-content h3 {
    margin-bottom: 12px;

    font-size: 21px;

    font-weight: 700;

    color: var(--color-dark);
}


.safety-first-section .safety-equipment-content p {
    color: var(--body-text-color);

    font-size: 15px;

    line-height: 1.7;
}


/* =========================================================
   SAFETY FEATURE PANEL
========================================================= */

.safety-first-section .safety-feature-panel {
    position: relative;

    z-index: 3;

    margin-top: 45px;

    overflow: hidden;

    background: #ffffff;

    border-radius: 24px;

    box-shadow:
        0 12px 40px rgba(195, 17, 3, 0.07);
}


/* =========================================================
   SAFETY FEATURE ITEMS
========================================================= */

.safety-first-section .safety-feature-item {
    position: relative;

    height: 100%;

    padding:
        30px
        18px;

    text-align: center;

    border-right:
        1px solid
        rgba(195, 17, 3, 0.09);
}


.safety-first-section
.safety-feature-panel
[class*="col-"]:last-child
.safety-feature-item {
    border-right: none;
}


/* =========================================================
   FEATURE ICON
========================================================= */

.safety-first-section .safety-feature-icon {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 58px;
    height: 58px;

    margin:
        0
        auto
        18px;

    border-radius: 50%;

    background: var(--theme-color);

    color: #ffffff;

    font-size: 23px;

    transition:
        transform 0.4s ease,
        background 0.3s ease;
}


.safety-first-section
.safety-feature-item:hover
.safety-feature-icon {
    transform: rotateY(360deg);

    background: var(--theme-color2);
}


/* =========================================================
   FEATURE TEXT
========================================================= */

.safety-first-section .safety-feature-item h4 {
    margin-bottom: 10px;

    font-size: 17px;

    font-weight: 700;

    color: var(--color-dark);
}


.safety-first-section .safety-feature-item p {
    font-size: 13px;

    line-height: 1.6;

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


/* =========================================================
   BOTTOM MESSAGE
========================================================= */

.safety-first-section .safety-bottom-message {
    position: relative;

    z-index: 3;

    display: flex;

    align-items: center;
    justify-content: center;

    gap: 12px;

    max-width: 760px;

    margin:
        38px
        auto
        0;

    padding:
        16px
        25px;

    background: #ffffff;

    border:
        1px solid
        rgba(195, 17, 3, 0.12);

    border-radius: 50px;

    box-shadow:
        0 8px 25px rgba(195, 17, 3, 0.06);
}


.safety-first-section .safety-bottom-message i {
    flex-shrink: 0;

    color: var(--theme-color);

    font-size: 21px;
}


.safety-first-section .safety-bottom-message p {
    margin: 0;

    color: var(--color-dark);

    line-height: 1.6;
}


.safety-first-section .safety-bottom-message strong {
    color: var(--theme-color);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1199px) {

    .safety-first-section .safety-first-wrap {
        padding:
            80px
            0
            85px;
    }


    .safety-first-section .safety-feature-item {
        border-bottom:
            1px solid
            rgba(195, 17, 3, 0.09);
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .safety-first-section {
        padding-top: 70px !important;
    }


    .safety-first-section > .container-fluid {
        padding-left: 10px;

        padding-right: 10px;
    }


    .safety-first-section .safety-first-wrap {
        padding:
            60px
            0
            65px;

        border-radius: 26px;
    }


    .safety-first-section .safety-first-wrap::before {
        background-position: center;

        opacity: 0.07;
    }


    .safety-first-section .safety-heading {
        margin-bottom: 35px;
    }


    .safety-first-section .safety-heading p {
        font-size: 15px;

        line-height: 1.7;
    }


    .safety-first-section .safety-equipment-card {
        border-radius: 18px;
    }


    .safety-first-section .safety-equipment-image {
        min-height: 220px;

        padding: 20px;
    }


    .safety-first-section .safety-equipment-image img {
        max-height: 180px;
    }


    .safety-first-section .safety-equipment-content {
        padding:
            5px
            20px
            24px;
    }


    .safety-first-section .safety-feature-panel {
        margin-top: 35px;

        border-radius: 20px;
    }


    .safety-first-section .safety-feature-item {
        padding:
            25px
            18px;

        border-right: none;

        border-bottom:
            1px solid
            rgba(195, 17, 3, 0.09);
    }


    .safety-first-section
    .safety-feature-panel
    [class*="col-"]:last-child
    .safety-feature-item {
        border-bottom: none;
    }


    .safety-first-section .safety-bottom-message {
        width: 100%;

        margin-top: 30px;

        padding:
            15px
            18px;

        border-radius: 18px;

        align-items: flex-start;
    }

}







/* =========================================================
   SAFETY EQUIPMENT CARD - FINAL ARROW POSITION FIX
========================================================= */

.safety-first-section .safety-equipment-card {
    position: relative;
}


/* IMAGE */

.safety-first-section .safety-equipment-image {
    position: relative;

    display: flex;
    align-items: center;
    justify-content: center;

    height: 250px;
    min-height: 250px;

    padding: 25px;

    background:
        linear-gradient(
            180deg,
            rgba(195, 17, 3, 0.025),
            rgba(255, 255, 255, 0)
        );
}


.safety-first-section .safety-equipment-image img {
    display: block;

    width: auto;

    max-width: 90%;
    max-height: 205px;

    object-fit: contain;
}


/* CENTER ARROW */

.safety-first-section .safety-card-arrow {
    position: absolute;

    top: 225px;

    left: 50%;
    right: auto;

    transform: translateX(-50%);

    width: 48px;
    height: 48px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 5px solid #ffffff;

    border-radius: 50%;

    background: var(--theme-color);

    color: #ffffff;

    z-index: 5;

    box-shadow:
        0 8px 22px
        rgba(195, 17, 3, 0.22);

    transition:
        background 0.3s ease,
        transform 0.3s ease;
}


.safety-first-section .safety-card-arrow i {
    color: #ffffff;

    font-size: 15px;
}


/* HOVER */

.safety-first-section
.safety-equipment-card:hover
.safety-card-arrow {

    background: var(--theme-color2);

    transform:
        translateX(-50%)
        rotate(45deg);
}


/* CONTENT */

.safety-first-section .safety-equipment-content {
    padding:
        38px
        25px
        28px;

    text-align: center;
}


/* MOBILE */

@media (max-width: 767px) {

    .safety-first-section .safety-equipment-image {
        height: 220px;
        min-height: 220px;

        padding: 20px;
    }


    .safety-first-section
    .safety-equipment-image img {
        max-height: 175px;
    }


    .safety-first-section .safety-card-arrow {
        top: 197px;

        width: 46px;
        height: 46px;
    }


    .safety-first-section
    .safety-equipment-content {
        padding:
            35px
            20px
            24px;
    }

}


/* safery section css end  */




/* latest offers css start */

/* =====================================================
   LATEST ADVENTURE OFFERS
===================================================== */

/* =====================================================
   LATEST ADVENTURE OFFERS
===================================================== */

.adventure-offers-section {
  position: relative;
  overflow: hidden;
  z-index: 0;
  background:
    radial-gradient(
      circle at top right,
      rgba(195, 17, 3, 0.09),
      transparent 34%
    ),
    linear-gradient(
      135deg,
      #ffffff 0%,
      #fff5f4 100%
    );
}

.adventure-offers-section::before {
  position: absolute;
  top: -140px;
  right: -130px;
  width: 430px;
  height: 430px;
  border: 2px solid rgba(195, 17, 3, 0.09);
  border-radius: 50%;
  content: "";
}

.adventure-offers-section::after {
  position: absolute;
  bottom: -180px;
  left: 35%;
  width: 460px;
  height: 460px;
  border-radius: 50%;
  background: rgba(195, 17, 3, 0.05);
  content: "";
}

/* =====================================================
   RIDER SIDE
===================================================== */

.offers-rider-area {
  position: relative;
  z-index: 2;
  height: 100%;
  min-height: 720px;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 50% 45%,
      rgba(255, 255, 255, 0.22),
      transparent 48%
    ),
    linear-gradient(
      160deg,
      var(--theme-color) 0%,
      var(--theme-color2) 100%
    );
}

.offers-rider-shape {
  position: absolute;
  bottom: 0;
  left: -30%;
  width: 150%;
  height: 42%;
  border-radius: 50% 50% 0 0;
  background: rgba(255, 255, 255, 0.08);
}

.offers-rider-content {
  position: absolute;
  top: 75px;
  left: 55px;
  z-index: 4;
  max-width: 310px;
}

.offers-small-label {
  display: inline-flex;
  align-items: center;
  padding: 8px 17px;
  margin-bottom: 16px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 30px;
  color: var(--color-white);
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.offers-rider-content h3 {
  margin: 0;
  color: var(--color-white);
  font-size: 44px;
  line-height: 1.08;
}

.offers-rider-content h3 span {
  display: block;
  color: var(--color-white);
}

.offers-rider-image {
  position: absolute;
  right: -5%;
  bottom: 0;
  z-index: 3;
  display: block;
  width: 100%;
  max-width: 560px;
  height: 82%;
  object-fit: contain;
  object-position: bottom center;
  filter: drop-shadow(0 20px 30px rgba(0, 0, 0, 0.22));
}

/* Discount badge */

.offers-discount-badge {
  position: absolute;
  right: 25px;
  bottom: 55px;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 125px;
  height: 125px;
  border: 7px solid rgba(255, 255, 255, 0.92);
  border-radius: 50%;
  color: var(--theme-color);
  background: var(--color-white);
  box-shadow: 0 18px 40px rgba(87, 8, 2, 0.3);
  transform: rotate(8deg);
}

.offers-discount-badge strong {
  font-size: 11px;
  letter-spacing: 1px;
}

.offers-discount-badge span {
  color: var(--theme-color);
  font-size: 35px;
  font-weight: 800;
  line-height: 1.1;
}

.offers-discount-badge small {
  font-size: 13px;
  font-weight: 800;
}

/* =====================================================
   CONTENT SIDE
===================================================== */

.offers-content-area {
  position: relative;
  z-index: 3;
  min-height: 720px;
  padding: 80px 60px 65px 35px;
}

.offers-heading {
  max-width: 760px;
  margin-bottom: 36px;
}

.offers-tagline {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 12px;
  color: var(--theme-color);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.offers-heading h2 {
  margin-bottom: 13px;
  color: var(--color-dark);
  font-size: clamp(44px, 5vw, 70px);
  line-height: 1;
  text-transform: uppercase;
}

.offers-heading h2 span {
  color: var(--theme-color);
}

.offers-heading p {
  max-width: 680px;
  margin: 0;
  color: var(--body-text-color);
  font-size: 16px;
}

/* =====================================================
   OFFER CARDS
===================================================== */

.offers-slider .owl-stage {
  display: flex;
}

.offers-slider .owl-item {
  display: flex;
}

.offer-card {
  position: relative;
  width: 100%;
  min-height: 360px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 28px;
  color: var(--color-white);
  box-shadow: 0 20px 45px rgba(87, 8, 2, 0.2);
  transition:
    transform 0.4s ease,
    box-shadow 0.4s ease;
}

.offer-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 55px rgba(87, 8, 2, 0.3);
}

/* All cards use related shades of the primary red */

.offer-card-purple {
  background: linear-gradient(135deg, #c31103, #7f0901);
}

.offer-card-blue {
  background: linear-gradient(135deg, #d92818, #a10e03);
}

.offer-card-orange {
  background: linear-gradient(135deg, #b80f03, #6f0701);
}

.offer-card-green {
  background: linear-gradient(135deg, #e13a2c, #a20c02);
}

.offer-card-navy {
  background: linear-gradient(135deg, #8f0d02, #4f0501);
}

/* Decorative rays */

.offer-card-pattern {
  position: absolute;
  top: -40%;
  left: -10%;
  width: 130%;
  height: 130%;
  opacity: 0.13;
  background: repeating-conic-gradient(
    from 0deg,
    rgba(255, 255, 255, 0.8) 0deg 8deg,
    transparent 8deg 18deg
  );
  pointer-events: none;
}

.offer-card-badge {
  position: absolute;
  top: 21px;
  right: 20px;
  z-index: 2;
  display: inline-flex;
  padding: 7px 13px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 30px;
  color: var(--color-white);
  background: rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(8px);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.offer-card-content {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 360px;
  padding: 39px 27px 27px;
}

.offer-small-text {
  margin-bottom: 7px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.1px;
}

.offer-card-content h3 {
  margin-bottom: 8px;
  color: var(--color-white);
  font-size: 48px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.offer-card-content h3 span {
  display: block;
  color: rgba(255, 255, 255, 0.82);
  font-size: 29px;
}

.offer-card-content .offer-buy-one {
  font-size: 38px;
}

.offer-card-content h4 {
  margin-bottom: 10px;
  color: var(--color-white);
  font-size: 22px;
}

.offer-card-content p {
  margin-bottom: 17px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 14px;
  line-height: 1.65;
}

.offer-validity {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
}

.offer-validity i {
  color: var(--color-white);
}

.offer-book-btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 48px;
  padding: 10px 17px;
  border: 1px solid var(--color-white);
  border-radius: 12px;
  color: var(--theme-color);
  background: var(--color-white);
  font-size: 14px;
  font-weight: 800;
  transition:
    color 0.3s ease,
    background 0.3s ease,
    transform 0.3s ease;
}

.offer-book-btn:hover {
  color: var(--color-white);
  background: transparent;
}

.offer-book-btn i {
  transition: transform 0.3s ease;
}

.offer-book-btn:hover i {
  transform: translateX(5px);
}

.offers-slider .owl-nav,
.offers-slider .owl-dots {
  display: none;
}

/* =====================================================
   BOTTOM BUTTONS
===================================================== */

.offers-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  margin-top: 34px;
}

.offers-main-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 58px;
  padding: 12px 31px;
  border: 2px solid var(--theme-color);
  border-radius: 40px;
  color: var(--color-white);
  background: var(--theme-color);
  box-shadow: 0 13px 30px rgba(195, 17, 3, 0.24);
  font-weight: 800;
  transition:
    color 0.3s ease,
    background 0.3s ease,
    transform 0.3s ease;
}

.offers-main-button:hover {
  color: var(--theme-color);
  background: transparent;
  transform: translateY(-3px);
}

.offers-custom-nav {
  display: flex;
  gap: 12px;
}

.offers-custom-nav button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  padding: 0;
  border: 1px solid rgba(195, 17, 3, 0.2);
  border-radius: 50%;
  color: var(--theme-color);
  background: var(--color-white);
  box-shadow: 0 10px 27px rgba(195, 17, 3, 0.14);
  cursor: pointer;
  transition:
    color 0.3s ease,
    background 0.3s ease,
    transform 0.3s ease;
}

.offers-custom-nav button:hover {
  color: var(--color-white);
  background: var(--theme-color);
  transform: translateY(-3px);
}

/* =====================================================
   RESPONSIVE
===================================================== */

@media (max-width: 1199px) {
  .offers-rider-content {
    left: 30px;
  }

  .offers-rider-content h3 {
    font-size: 37px;
  }

  .offers-rider-image {
    right: -15%;
  }

  .offers-content-area {
    padding-right: 35px;
  }
}

@media (max-width: 991px) {
  .offers-rider-area {
    min-height: 570px;
  }

  .offers-rider-content {
    top: 50px;
    left: 50px;
  }

  .offers-rider-image {
    right: 5%;
    width: 65%;
    height: 90%;
  }

  .offers-discount-badge {
    right: 12%;
  }

  .offers-content-area {
    min-height: auto;
    padding: 70px 35px;
  }
}

@media (max-width: 767px) {
  .offers-rider-area {
    min-height: 500px;
  }

  .offers-rider-content {
    top: 35px;
    left: 25px;
  }

  .offers-rider-content h3 {
    font-size: 32px;
  }

  .offers-rider-image {
    right: -5%;
    width: 88%;
  }

  .offers-discount-badge {
    right: 18px;
    bottom: 25px;
    width: 105px;
    height: 105px;
  }

  .offers-discount-badge span {
    font-size: 29px;
  }

  .offers-content-area {
    padding: 60px 20px;
  }

  .offers-heading h2 {
    font-size: 42px;
  }

  .offers-bottom {
    flex-direction: column;
    align-items: stretch;
  }

  .offers-main-button {
    width: 100%;
  }

  .offers-custom-nav {
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .offers-rider-area {
    min-height: 450px;
  }

  .offers-rider-image {
    width: 105%;
  }

  .offers-heading h2 {
    font-size: 35px;
  }

  .offer-card,
  .offer-card-content {
    min-height: 350px;
  }
}








/* =========================================================
   FLYING FOX - COMPLETE HOME OFFERS SECTION
========================================================= */

.ff-home-offers {
    position: relative;

    width: 100%;
    min-height: 720px;

    overflow: hidden;

    background:
        linear-gradient(
            135deg,
            #d10e03 0%,
            #c31103 45%,
            #a90d03 100%
        );

    padding:
        95px 45px 55px;

    isolation: isolate;
}


/* =========================================================
   DECORATIVE CABLE LINES
========================================================= */

.ff-offers-cable {
    position: absolute;

    height: 2px;

    background:
        rgba(255, 255, 255, 0.55);

    border-radius: 50px;

    pointer-events: none;

    z-index: 0;
}


.ff-offers-cable-one {
    width: 70%;

    top: 280px;
    left: -8%;

    transform:
        rotate(-9deg);
}


.ff-offers-cable-two {
    width: 78%;

    bottom: 105px;
    left: 27%;

    opacity: 0.28;

    transform:
        rotate(7deg);
}


/* =========================================================
   BOOTSTRAP CONTENT ABOVE BACKGROUND
========================================================= */

.ff-home-offers .container-fluid {
    position: relative;

    z-index: 2;
}


/* =========================================================
   LEFT SIDE
========================================================= */

.ff-offers-rider-wrap {
    position: relative;

    width: 100%;
    min-height: 610px;

    display: flex;

    align-items: flex-end;

    justify-content: center;
}


/* =========================================================
   LEFT HEADING
========================================================= */

.ff-offers-rider-heading {
    position: absolute;

    top: 0;
    left: 18px;

    z-index: 5;
}


.ff-offers-rider-heading > span {
    display: inline-flex;

    align-items: center;

    padding:
        9px 18px;

    margin-bottom: 16px;

    border-radius:
        50px;

    background:
        #ffffff;

    color:
        #c31103;

    font-size:
        13px;

    line-height:
        1;

    font-weight:
        800;

    letter-spacing:
        1px;

    text-transform:
        uppercase;

    box-shadow:
        0 10px 28px
        rgba(80, 0, 0, 0.12);
}


.ff-offers-rider-heading h3 {
    margin: 0;

    color:
        #ffffff;

    font-size:
        clamp(
            38px,
            4vw,
            62px
        );

    line-height:
        0.97;

    font-weight:
        900;

    letter-spacing:
        -2px;
}


.ff-offers-rider-heading h3 strong {
    display: block;

    color:
        #ffffff;

    font-weight:
        900;
}


/* =========================================================
   RIDER IMAGE
========================================================= */

.ff-offers-rider {
    position: absolute;

    bottom: -55px;
    left: 50%;

    width: auto;
    height: 570px;

    max-width: none;

    object-fit:
        contain;

    transform:
        translateX(-50%);

    z-index: 2;

    pointer-events: none;

    user-select: none;

    filter:
        drop-shadow(
            0 24px 25px
            rgba(65, 0, 0, 0.24)
        );
}


/* =========================================================
   SAVE BIG BADGE
========================================================= */

.ff-offers-discount {
    position: absolute;

    right: 0;
    bottom: 35px;

    width: 138px;
    height: 138px;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    border-radius:
        50%;

    background:
        #ffffff;

    color:
        #c31103;

    transform:
        rotate(-7deg);

    z-index: 6;

    box-shadow:
        0 18px 35px
        rgba(90, 0, 0, 0.18);
}


.ff-offers-discount small {
    display: block;

    font-size:
        12px;

    line-height:
        1;

    font-weight:
        900;

    letter-spacing:
        0.7px;
}


.ff-offers-discount strong {
    display: block;

    margin:
        6px 0 4px;

    font-size:
        34px;

    line-height:
        0.9;

    font-weight:
        950;
}


.ff-offers-discount span {
    font-size:
        11px;

    font-weight:
        800;

    line-height:
        1;
}


/* =========================================================
   RIGHT CONTENT
========================================================= */

.ff-offers-main {
    position: relative;

    width: 100%;

    padding:
        70px 10px 20px 35px;

    z-index: 4;
}


/* =========================================================
   RIGHT HEADING
========================================================= */

.ff-offers-heading {
    margin-bottom:
        30px;
}


.ff-offers-label {
    display: inline-flex;

    align-items: center;

    gap: 9px;

    margin-bottom:
        14px;

    color:
        #ffffff;

    font-size:
        14px;

    font-weight:
        800;

    letter-spacing:
        1px;

    text-transform:
        uppercase;
}


.ff-offers-label i {
    font-size:
        16px;
}


.ff-offers-heading h2 {
    margin: 0;

    color:
        #ffffff;

    font-size:
        clamp(
            44px,
            5.2vw,
            82px
        );

    line-height:
        0.95;

    font-weight:
        950;

    letter-spacing:
        -3px;

    text-transform:
        uppercase;
}


.ff-offers-heading h2 span {
    color:
        #ffffff;
}


/* =========================================================
   OWL SLIDER WRAPPER
========================================================= */

.ff-offers-slider {
    position: relative;

    width: 100%;

    display: block;

    margin-top:
        12px;
}


.ff-offers-slider.owl-carousel {
    display: block;
}


.ff-offers-slider .owl-stage-outer {
    position: relative;

    width: 100%;

    overflow: hidden;

    border-radius:
        28px;
}


.ff-offers-slider .owl-stage {
    display: flex;

    align-items: stretch;
}


.ff-offers-slider .owl-item {
    float: none;

    min-height: 1px;
}


/* =========================================================
   OFFER SLIDE
========================================================= */

.ff-offer-slide {
    position: relative;

    width: 100%;

    padding:
        2px;
}


/* =========================================================
   OFFER LINK
========================================================= */

.ff-offer-banner-link {
    display: block;

    width: 100%;

    text-decoration: none;

    color: inherit;

    outline: none;
}


/* =========================================================
   OFFER BANNER
========================================================= */

.ff-offer-banner {
    position: relative;

    width: 100%;
    height: 330px;

    overflow: hidden;

    border:
        1px solid
        rgba(255,255,255,0.25);

    border-radius:
        28px;

    background:
        rgba(255, 255, 255, 0.10);

    box-shadow:
        0 20px 45px
        rgba(80, 0, 0, 0.22);

    transform:
        translateZ(0);

    transition:
        transform .45s ease,
        box-shadow .45s ease;
}


.ff-offer-banner:hover {
    transform:
        translateY(-4px);

    box-shadow:
        0 28px 55px
        rgba(80, 0, 0, 0.28);
}


/* =========================================================
   BANNER IMAGE
========================================================= */

.ff-offer-banner-image {
    position: absolute;

    inset: 0;

    display: block;

    width: 100%;
    height: 100%;

    object-fit:
        cover;

    object-position:
        center;

    z-index: 1;

    transition:
        transform .6s ease;
}


.ff-offer-banner:hover
.ff-offer-banner-image {
    transform:
        scale(1.045);
}


/* =========================================================
   HOVER OVERLAY
========================================================= */

.ff-offer-banner-overlay {
    position: absolute;

    inset: 0;

    display: flex;

    align-items:
        flex-end;

    justify-content:
        flex-start;

    padding:
        24px;

    background:
        linear-gradient(
            180deg,
            rgba(0,0,0,0) 25%,
            rgba(0,0,0,0.05) 45%,
            rgba(0,0,0,0.72) 100%
        );

    opacity: 0;

    visibility: hidden;

    z-index: 3;

    transition:
        opacity .35s ease,
        visibility .35s ease;
}


.ff-offer-banner:hover
.ff-offer-banner-overlay {
    opacity: 1;

    visibility: visible;
}


/* =========================================================
   VIEW OFFER BUTTON
========================================================= */

.ff-offer-banner-button {
    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 12px;

    min-height:
        48px;

    padding:
        10px 20px;

    border-radius:
        50px;

    background:
        #ffffff;

    color:
        #c31103;

    font-size:
        14px;

    font-weight:
        800;

    line-height:
        1;

    transform:
        translateY(15px);

    transition:
        transform .35s ease,
        background .35s ease,
        color .35s ease;
}


.ff-offer-banner:hover
.ff-offer-banner-button {
    transform:
        translateY(0);
}


.ff-offer-banner-button i {
    font-size:
        13px;
}


/* =========================================================
   LIVE OFFER BADGE
========================================================= */

.ff-offer-live-badge {
    position: absolute;

    top: 18px;
    left: 18px;

    display: inline-flex;

    align-items: center;

    gap: 8px;

    min-height:
        35px;

    padding:
        7px 14px;

    border-radius:
        50px;

    background:
        rgba(255, 255, 255, 0.96);

    color:
        #c31103;

    font-size:
        11px;

    line-height:
        1;

    font-weight:
        850;

    letter-spacing:
        0.5px;

    text-transform:
        uppercase;

    box-shadow:
        0 8px 22px
        rgba(0, 0, 0, 0.12);

    z-index: 5;
}


.ff-offer-live-badge .ff-live-dot,
.ff-offer-live-badge > span:first-child {
    width: 8px;
    height: 8px;

    display: block;

    flex:
        0 0 8px;

    border-radius:
        50%;

    background:
        #21a44b;

    box-shadow:
        0 0 0 4px
        rgba(33, 164, 75, 0.15);
}


/* =========================================================
   BOTTOM AREA
========================================================= */

.ff-offers-bottom {
    width: 100%;

    display: flex;

    align-items: center;

    justify-content:
        space-between;

    gap: 20px;

    margin-top:
        28px;
}


/* =========================================================
   EXPLORE BUTTON
========================================================= */

.ff-offers-explore-btn {
    min-width:
        295px;

    min-height:
        62px;

    display: inline-flex;

    align-items: center;

    justify-content:
        space-between;

    gap: 24px;

    padding:
        7px 7px 7px 25px;

    border-radius:
        50px;

    background:
        #ffffff;

    color:
        #c31103 !important;

    text-decoration:
        none !important;

    font-size:
        15px;

    font-weight:
        800;

    line-height:
        1;

    box-shadow:
        0 15px 35px
        rgba(70, 0, 0, 0.15);

    transition:
        transform .3s ease,
        box-shadow .3s ease;
}


.ff-offers-explore-btn:hover {
    transform:
        translateY(-3px);

    box-shadow:
        0 20px 42px
        rgba(70, 0, 0, 0.20);

    color:
        #c31103 !important;
}


.ff-offers-explore-btn > span {
    width: 48px;
    height: 48px;

    flex:
        0 0 48px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius:
        50%;

    background:
        #c31103;

    color:
        #ffffff;
}


/* =========================================================
   NAVIGATION
========================================================= */

.ff-offers-navigation {
    display: flex;

    align-items: center;

    justify-content: flex-end;

    gap: 12px;
}


.ff-offers-prev,
.ff-offers-next {
    width: 58px;
    height: 58px;

    padding: 0;

    display: flex;

    align-items: center;

    justify-content: center;

    border:
        0;

    border-radius:
        50%;

    background:
        #ffffff;

    color:
        #c31103;

    font-size:
        18px;

    cursor: pointer;

    box-shadow:
        0 12px 30px
        rgba(70, 0, 0, 0.15);

    transition:
        transform .3s ease,
        background .3s ease,
        color .3s ease;
}


.ff-offers-prev:hover,
.ff-offers-next:hover {
    background:
        #8f0b03;

    color:
        #ffffff;

    transform:
        translateY(-3px);
}


/* =========================================================
   REMOVE DEFAULT OWL NAV
========================================================= */

.ff-offers-slider .owl-nav,
.ff-offers-slider .owl-dots {
    display:
        none !important;
}


/* =========================================================
   NO OFFERS
========================================================= */

.ff-no-offers {
    width: 100%;
    min-height: 290px;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    text-align: center;

    padding:
        35px;

    border:
        1px dashed
        rgba(255, 255, 255, 0.38);

    border-radius:
        28px;

    background:
        rgba(255, 255, 255, 0.07);

    color:
        #ffffff;
}


.ff-no-offers > i {
    margin-bottom:
        16px;

    font-size:
        42px;

    color:
        #ffffff;
}


.ff-no-offers h4 {
    margin:
        0 0 8px;

    color:
        #ffffff;

    font-size:
        25px;

    font-weight:
        800;
}


.ff-no-offers p {
    max-width:
        450px;

    margin: 0;

    color:
        rgba(
            255,
            255,
            255,
            0.78
        );

    font-size:
        15px;

    line-height:
        1.7;
}


/* =========================================================
   LARGE DESKTOP
========================================================= */

@media (min-width: 1500px) {

    .ff-home-offers {
        padding-left:
            75px;

        padding-right:
            75px;
    }


    .ff-offers-rider {
        height:
            610px;
    }


    .ff-offer-banner {
        height:
            350px;
    }

}


/* =========================================================
   LAPTOP
========================================================= */

@media (max-width: 1199px) {

    .ff-home-offers {
        padding:
            85px 30px 50px;
    }


    .ff-offers-rider-wrap {
        min-height:
            570px;
    }


    .ff-offers-rider {
        height:
            530px;
    }


    .ff-offers-main {
        padding-left:
            15px;
    }


    .ff-offers-heading h2 {
        font-size:
            57px;
    }


    .ff-offer-banner {
        height:
            300px;
    }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .ff-home-offers {
        min-height:
            auto;

        padding:
            80px 25px 60px;
    }


    .ff-home-offers .row {
        align-items:
            stretch !important;
    }


    .ff-offers-rider-wrap {
        min-height:
            530px;

        max-width:
            550px;

        margin:
            0 auto 30px;
    }


    .ff-offers-rider {
        height:
            500px;

        bottom:
            -20px;
    }


    .ff-offers-rider-heading {
        left:
            0;
    }


    .ff-offers-discount {
        right:
            20px;

        bottom:
            45px;
    }


    .ff-offers-main {
        padding:
            35px 0 0;
    }


    .ff-offers-heading {
        text-align:
            center;
    }


    .ff-offers-label {
        justify-content:
            center;
    }


    .ff-offers-heading h2 {
        font-size:
            clamp(
                42px,
                8vw,
                65px
            );
    }


    .ff-offer-banner {
        height:
            320px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .ff-home-offers {
        padding:
            65px 15px 45px;
    }


    .ff-offers-rider-wrap {
        min-height:
            475px;
    }


    .ff-offers-rider-heading h3 {
        font-size:
            42px;
    }


    .ff-offers-rider {
        height:
            440px;
    }


    .ff-offers-discount {
        width:
            112px;

        height:
            112px;

        right:
            0;

        bottom:
            25px;
    }


    .ff-offers-discount strong {
        font-size:
            28px;
    }


    .ff-offers-heading h2 {
        font-size:
            45px;

        letter-spacing:
            -2px;
    }


    .ff-offer-banner {
        height:
            260px;

        border-radius:
            22px;
    }


    .ff-offers-bottom {
        flex-direction:
            column;

        align-items:
            stretch;
    }


    .ff-offers-explore-btn {
        width:
            100%;

        min-width:
            0;
    }


    .ff-offers-navigation {
        justify-content:
            center;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .ff-home-offers {
        padding:
            55px 12px 40px;
    }


    .ff-offers-rider-wrap {
        min-height:
            415px;
    }


    .ff-offers-rider-heading > span {
        font-size:
            10px;

        padding:
            8px 13px;
    }


    .ff-offers-rider-heading h3 {
        font-size:
            34px;

        letter-spacing:
            -1px;
    }


    .ff-offers-rider {
        height:
            385px;
    }


    .ff-offers-discount {
        width:
            95px;

        height:
            95px;
    }


    .ff-offers-discount strong {
        font-size:
            24px;
    }


    .ff-offers-heading h2 {
        font-size:
            37px;

        letter-spacing:
            -1.5px;
    }


    .ff-offers-label {
        font-size:
            11px;
    }


    .ff-offer-banner {
        height:
            210px;

        border-radius:
            18px;
    }


    .ff-offer-live-badge {
        top:
            12px;

        left:
            12px;

        padding:
            6px 11px;

        font-size:
            9px;
    }


    .ff-offer-banner-overlay {
        padding:
            14px;
    }


    .ff-offer-banner-button {
        min-height:
            40px;

        padding:
            8px 15px;

        font-size:
            12px;
    }


    .ff-offers-explore-btn {
        min-height:
            55px;

        padding-left:
            18px;

        font-size:
            13px;
    }


    .ff-offers-explore-btn > span {
        width:
            42px;

        height:
            42px;

        flex-basis:
            42px;
    }


    .ff-offers-prev,
    .ff-offers-next {
        width:
            50px;

        height:
            50px;
    }

}







/*  second  */
/* =========================================================
   OFFERS SECTION - COMPACT VERSION
========================================================= */

.ff-home-offers {
    position: relative;

    width: 100%;

    /* REMOVE large fixed height */
    min-height: auto;

    overflow: hidden;

    background:
        linear-gradient(
            135deg,
            #d10e03 0%,
            #c31103 50%,
            #a90d03 100%
        );

    /* smaller top / bottom spacing */
    padding: 45px 45px 35px;

    isolation: isolate;
}


/* =========================================================
   LEFT RIDER AREA
========================================================= */

.ff-offers-rider-wrap {
    position: relative;

    width: 100%;

    /* reduce from 610px */
    min-height: 470px;

    display: flex;

    align-items: flex-end;

    justify-content: center;
}


/* rider title */

.ff-offers-rider-heading {
    position: absolute;

    top: 50px;
    left: 18px;

    z-index: 5;
}


.ff-offers-rider-heading > span {
    display: inline-flex;

    align-items: center;

    padding: 8px 17px;

    margin-bottom: 14px;

    border-radius: 50px;

    background: #ffffff;

    color: #c31103;

    font-size: 12px;

    font-weight: 800;

    letter-spacing: 1px;

    text-transform: uppercase;
}


.ff-offers-rider-heading h3 {
    margin: 0;

    color: #ffffff;

    font-size: 46px;

    line-height: 1;

    font-weight: 900;

    letter-spacing: -1.5px;
}


.ff-offers-rider-heading h3 strong {
    display: block;

    color: #ffffff;
}


/* =========================================================
   RIDER IMAGE
========================================================= */

.ff-offers-rider {
    position: absolute;

    left: 50%;
    bottom: -35px;

    /* reduce rider size */
    height: 455px;

    width: auto;

    max-width: none;

    object-fit: contain;

    transform: translateX(-50%);

    z-index: 2;

    pointer-events: none;

    filter:
        drop-shadow(
            0 18px 22px
            rgba(0, 0, 0, 0.18)
        );
}


/* =========================================================
   DISCOUNT BADGE
========================================================= */

.ff-offers-discount {
    position: absolute;

    right: 5px;
    bottom: 15px;

    width: 105px;
    height: 105px;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    background: #ffffff;

    color: #c31103;

    transform: rotate(-7deg);

    z-index: 6;
}


.ff-offers-discount small {
    font-size: 10px;

    font-weight: 900;
}


.ff-offers-discount strong {
    margin: 4px 0;

    font-size: 27px;

    line-height: 1;

    font-weight: 900;
}


.ff-offers-discount span {
    font-size: 9px;

    font-weight: 800;
}


/* =========================================================
   RIGHT SIDE
========================================================= */

.ff-offers-main {
    position: relative;

    width: 100%;

    /* much smaller spacing */
    padding: 75px 10px 10px 20px;

    z-index: 4;
}


/* =========================================================
   TITLE
========================================================= */

.ff-offers-heading {
    margin-bottom: 20px;
}


.ff-offers-label {
    display: inline-flex;

    align-items: center;

    gap: 8px;

    margin-bottom: 10px;

    color: #ffffff;

    font-size: 13px;

    font-weight: 800;

    letter-spacing: 1px;

    text-transform: uppercase;
}


.ff-offers-heading h2 {
    margin: 0;

    color: #ffffff;

    /* smaller than current */
    font-size: clamp(
        42px,
        4vw,
        64px
    );

    line-height: 0.95;

    font-weight: 950;

    letter-spacing: -2px;

    text-transform: uppercase;
}


/* =========================================================
   SLIDER
========================================================= */

.ff-offers-slider {
    position: relative;

    width: 100%;

    margin-top: 16px;
}


/* very important */

.ff-offers-slider .owl-stage-outer {
    overflow: hidden;

    width: 100%;
}


.ff-offers-slider .owl-stage {
    display: flex;

    align-items: stretch;
}


.ff-offers-slider .owl-item {
    float: none;
}


/* =========================================================
   EACH OFFER
========================================================= */

.ff-offer-slide {
    width: 100%;

    padding: 2px;
}


/* =========================================================
   SMALLER BANNER CARD
========================================================= */

.ff-offer-banner {
    position: relative;

    width: 100%;

    /* reduce height */
    height: 225px;

    overflow: hidden;

    border-radius: 22px;

    background: #ffffff;

    border:
        1px solid
        rgba(255, 255, 255, 0.30);

    box-shadow:
        0 15px 30px
        rgba(70, 0, 0, 0.18);

    transition:
        transform .35s ease,
        box-shadow .35s ease;
}


.ff-offer-banner:hover {
    transform: translateY(-4px);

    box-shadow:
        0 20px 36px
        rgba(70, 0, 0, 0.23);
}


/* =========================================================
   IMAGE
========================================================= */

.ff-offer-banner-image {
    position: absolute;

    inset: 0;

    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    object-position: center;

    transition: transform .5s ease;
}


.ff-offer-banner:hover
.ff-offer-banner-image {
    transform: scale(1.035);
}


/* =========================================================
   LIVE OFFER
========================================================= */

.ff-offer-live-badge {
    position: absolute;

    top: 12px;
    left: 12px;

    z-index: 5;

    display: inline-flex;

    align-items: center;

    gap: 6px;

    padding: 7px 12px;

    border-radius: 30px;

    background: rgba(255,255,255,.96);

    color: #c31103;

    font-size: 10px;

    font-weight: 900;

    text-transform: uppercase;
}


.ff-offer-live-badge > span:first-child {
    width: 7px;
    height: 7px;

    border-radius: 50%;

    background: #20ad52;

    box-shadow:
        0 0 0 4px
        rgba(32, 173, 82, .15);
}


/* =========================================================
   HOVER OVERLAY
========================================================= */

.ff-offer-banner-overlay {
    position: absolute;

    inset: 0;

    z-index: 3;

    display: flex;

    align-items: flex-end;

    padding: 15px;

    background:
        linear-gradient(
            to bottom,
            transparent 40%,
            rgba(0,0,0,.65)
        );

    opacity: 0;

    transition: opacity .3s ease;
}


.ff-offer-banner:hover
.ff-offer-banner-overlay {
    opacity: 1;
}


/* button */

.ff-offer-banner-button {
    display: inline-flex;

    align-items: center;

    gap: 8px;

    padding: 9px 15px;

    border-radius: 40px;

    background: #ffffff;

    color: #c31103;

    font-size: 12px;

    font-weight: 800;
}


/* =========================================================
   BOTTOM CONTROLS
========================================================= */

.ff-offers-bottom {
    width: 100%;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 15px;

    margin-top: 18px;
}


.ff-offers-explore-btn {
    min-width: 240px;

    min-height: 52px;

    display: inline-flex;

    align-items: center;

    justify-content: space-between;

    gap: 20px;

    padding:
        6px 6px 6px 20px;

    border-radius: 50px;

    background: #ffffff;

    color: #c31103 !important;

    text-decoration: none !important;

    font-size: 13px;

    font-weight: 800;
}


.ff-offers-explore-btn > span {
    width: 40px;
    height: 40px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    background: #c31103;

    color: #ffffff;
}


/* =========================================================
   ARROWS
========================================================= */

.ff-offers-navigation {
    display: flex;

    gap: 10px;
}


.ff-offers-prev,
.ff-offers-next {
    width: 48px;
    height: 48px;

    padding: 0;

    display: flex;

    align-items: center;

    justify-content: center;

    border: 0;

    border-radius: 50%;

    background: #ffffff;

    color: #c31103;

    font-size: 16px;

    cursor: pointer;
}


/* remove default owl controls */

.ff-offers-slider .owl-nav,
.ff-offers-slider .owl-dots {
    display: none !important;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .ff-home-offers {
        padding:
            45px 25px;
    }


    .ff-offers-rider-wrap {
        min-height:
            450px;

        max-width:
            520px;

        margin:
            0 auto 20px;
    }


    .ff-offers-rider {
        height:
            430px;
    }


    .ff-offers-main {
        padding:
            20px 0 0;
    }


    .ff-offers-heading {
        text-align:
            center;
    }


    .ff-offers-heading h2 {
        font-size:
            50px;
    }


    .ff-offer-banner {
        height:
            220px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .ff-home-offers {
        padding:
            40px 15px;
    }


    .ff-offers-rider-wrap {
        min-height:
            400px;
    }


    .ff-offers-rider {
        height:
            385px;
    }


    .ff-offers-rider-heading {
        top:
            20px;
    }


    .ff-offers-rider-heading h3 {
        font-size:
            37px;
    }


    .ff-offers-heading h2 {
        font-size:
            42px;
    }


    .ff-offer-banner {
        height:
            230px;
    }


    .ff-offers-bottom {
        flex-direction:
            column;

        align-items:
            stretch;
    }


    .ff-offers-explore-btn {
        width:
            100%;

        min-width:
            0;
    }


    .ff-offers-navigation {
        justify-content:
            center;
    }

}

@media (max-width: 767px) {

    .ff-offers-left-column {
        display: none !important;
    }

    .ff-home-offers {
        padding: 55px 15px 45px;
    }

    .ff-offers-main {
        padding: 0 !important;
    }

    .ff-offers-heading {
        text-align: center;
        margin-bottom: 25px;
    }

    .ff-offers-heading h2 {
        font-size: 38px;
        line-height: 1;
    }

    .ff-offers-label {
        justify-content: center;
    }

    .ff-offers-slider {
        margin-top: 20px;
    }

    .ff-offer-banner {
        height: 230px;
        border-radius: 18px;
    }

    .ff-offers-bottom {
        margin-top: 20px;
    }
}





/* offers css end  */










/* how to it works css start */
/* =====================================================
   HOW IT WORKS SECTION
===================================================== */
/* =====================================================
   HOW IT WORKS SECTION
===================================================== */

.how-it-works-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 15% 15%,
      rgba(195, 17, 3, 0.07),
      transparent 28%
    ),
    radial-gradient(
      circle at 90% 90%,
      rgba(195, 17, 3, 0.05),
      transparent 25%
    ),
    #ffffff;
}

.hiw-decoration {
  position: absolute;
  border: 1px solid rgba(195, 17, 3, 0.14);
  border-radius: 50%;
  pointer-events: none;
}

.hiw-decoration-one {
  top: -180px;
  right: -180px;
  width: 480px;
  height: 480px;
}

.hiw-decoration-two {
  bottom: -250px;
  left: -180px;
  width: 550px;
  height: 550px;
}

/* =====================================================
   HEADING
===================================================== */

.hiw-heading {
  position: relative;
  z-index: 2;
  margin-bottom: 50px;
}

.hiw-tagline {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 13px;
  color: var(--theme-color);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.hiw-heading h2 {
  margin-bottom: 18px;
  color: var(--color-dark);
  font-size: clamp(40px, 5vw, 66px);
  line-height: 1.08;
}

.hiw-heading h2 span {
  display: block;
  color: var(--theme-color);
}

.hiw-heading p {
  max-width: 800px;
  margin: 0 auto;
  color: var(--body-text-color);
  font-size: 16px;
  line-height: 1.8;
}

/* =====================================================
   BENTO GRID
===================================================== */

.hiw-bento-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr;
  gap: 18px;
}

.hiw-card {
  position: relative;
  min-height: 330px;
  overflow: hidden;
  border: 1px solid rgba(195, 17, 3, 0.09);
  border-radius: 28px;
  transition:
    opacity 0.6s ease,
    transform 0.6s ease,
    box-shadow 0.4s ease,
    border-color 0.4s ease;
}

.hiw-card:hover {
  border-color: rgba(195, 17, 3, 0.3);
  transform: translateY(-7px);
}

/* White cards */

.hiw-card-white {
  color: var(--color-dark);
  background:
    linear-gradient(
      145deg,
      #ffffff 0%,
      #fff8f7 100%
    );
  box-shadow: 0 18px 48px rgba(82, 8, 2, 0.11);
}

.hiw-card-white:hover {
  box-shadow: 0 26px 58px rgba(82, 8, 2, 0.17);
}

/* Primary red cards */

.hiw-card-orange {
  color: var(--color-white);
  background:
    radial-gradient(
      circle at 80% 20%,
      rgba(255, 255, 255, 0.16),
      transparent 35%
    ),
    linear-gradient(
      135deg,
      var(--theme-color) 0%,
      var(--theme-color2) 100%
    );
  box-shadow: 0 22px 55px rgba(195, 17, 3, 0.24);
}

.hiw-card-orange:hover {
  box-shadow: 0 28px 65px rgba(195, 17, 3, 0.32);
}

.hiw-card-large {
  grid-column: span 1;
}

.hiw-card-wide {
  grid-column: span 1;
}

.hiw-card-content {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: inherit;
  padding: 30px;
}

/* =====================================================
   STEP NUMBER
===================================================== */

.hiw-step-number {
  position: relative;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 51px;
  height: 51px;
  margin-bottom: 20px;
  border-radius: 50%;
  color: var(--color-white);
  background: var(--theme-color);
  font-size: 18px;
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(195, 17, 3, 0.25);
}

.hiw-card-orange .hiw-step-number {
  color: var(--theme-color);
  background: var(--color-white);
}

.hiw-card-text {
  position: relative;
  z-index: 4;
  max-width: 60%;
}

.hiw-card-text h3 {
  margin-bottom: 11px;
  color: inherit;
  font-size: 27px;
  line-height: 1.2;
}

.hiw-title-line {
  display: block;
  width: 42px;
  height: 3px;
  margin-bottom: 14px;
  border-radius: 5px;
  background: var(--theme-color);
}

.hiw-card-orange .hiw-title-line {
  background: var(--color-white);
}

.hiw-card-text p {
  margin: 0;
  color: var(--body-text-color);
  font-size: 14px;
  line-height: 1.75;
}

.hiw-card-orange .hiw-card-text p {
  color: rgba(255, 255, 255, 0.9);
}

/* =====================================================
   CARD IMAGES
===================================================== */

.hiw-card-image {
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  width: 48%;
  height: 72%;
}

.hiw-card-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: right bottom;
  transition: transform 0.45s ease;
}

.hiw-card:hover .hiw-card-image img {
  transform: scale(1.04);
}

.hiw-register-image {
  right: -5px;
  bottom: -8px;
  width: 56%;
  height: 88%;
}

.hiw-whatsapp-image {
  right: 10px;
  bottom: -3px;
  width: 48%;
  height: 81%;
}

.hiw-verify-image {
  right: 0;
  bottom: 0;
  width: 53%;
  height: 100%;
}

.hiw-verify-image img {
  border-radius: 0 28px 28px 0;
  object-fit: cover;
  object-position: center;
}

/* =====================================================
   REGISTRATION LINK
===================================================== */

.hiw-card-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 20px;
  font-weight: 700;
}

.hiw-card-link-light {
  color: var(--color-white);
}

.hiw-card-link-light:hover {
  color: rgba(255, 255, 255, 0.75);
}

/* =====================================================
   PAYMENT METHODS
===================================================== */

.hiw-payment-methods {
  position: absolute;
  right: 22px;
  bottom: 22px;
  z-index: 4;
  display: flex;
  gap: 7px;
}

.hiw-payment-methods span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 45px;
  min-height: 30px;
  padding: 5px 8px;
  border: 1px solid rgba(195, 17, 3, 0.12);
  border-radius: 7px;
  color: var(--theme-color);
  background: var(--color-white);
  box-shadow: 0 5px 15px rgba(195, 17, 3, 0.11);
  font-size: 9px;
  font-weight: 800;
}

/* WhatsApp badge */

.hiw-whatsapp-badge {
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border: 5px solid var(--color-white);
  border-radius: 50%;
  color: var(--color-white);
  background: #22c55e;
  box-shadow: 0 12px 30px rgba(34, 197, 94, 0.3);
  font-size: 31px;
}

/* =====================================================
   STEP 6 FEATURES
===================================================== */

.hiw-mini-features {
  display: flex;
  flex-wrap: wrap;
  gap: 11px 17px;
  margin-top: 21px;
}

.hiw-mini-features span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--color-dark);
  font-size: 12px;
  font-weight: 700;
}

.hiw-mini-features i {
  color: var(--theme-color);
  font-size: 17px;
}

/* =====================================================
   BOTTOM CTA BAR
===================================================== */

.hiw-bottom-bar {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 22px;
  padding: 20px 28px;
  border: 1px solid rgba(195, 17, 3, 0.13);
  border-radius: 25px;
  background: var(--color-white);
  box-shadow: 0 16px 42px rgba(82, 8, 2, 0.1);
}

.hiw-bottom-info {
  display: flex;
  align-items: center;
  gap: 18px;
}

.hiw-bottom-icon {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  color: var(--color-white);
  background: var(--theme-color);
  box-shadow: 0 10px 24px rgba(195, 17, 3, 0.23);
  font-size: 26px;
}

.hiw-bottom-info h4 {
  margin-bottom: 5px;
  color: var(--color-dark);
  font-size: 18px;
}

.hiw-bottom-info p {
  margin: 0;
  color: var(--body-text-color);
  font-size: 14px;
}

.hiw-book-button {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  gap: 13px;
  min-height: 57px;
  padding: 12px 28px;
  border: 2px solid var(--theme-color);
  border-radius: 16px;
  color: var(--color-white);
  background: var(--theme-color);
  box-shadow: 0 14px 30px rgba(195, 17, 3, 0.24);
  font-weight: 800;
  text-transform: uppercase;
  transition:
    color 0.3s ease,
    background 0.3s ease,
    transform 0.3s ease;
}

.hiw-book-button:hover {
  color: var(--theme-color);
  background: var(--color-white);
  transform: translateY(-3px);
}

.hiw-book-button i {
  transition: transform 0.3s ease;
}

.hiw-book-button:hover i {
  transform: translateX(5px);
}

/* =====================================================
   RESPONSIVE
===================================================== */

@media (min-width: 1200px) {
  .hiw-card:nth-child(1) {
    min-height: 350px;
  }

  .hiw-card:nth-child(4),
  .hiw-card:nth-child(5) {
    min-height: 325px;
  }

  .hiw-card:nth-child(6) {
    grid-column: span 1;
  }
}

@media (max-width: 1199px) {
  .hiw-bento-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hiw-card-large,
  .hiw-card-wide {
    grid-column: span 1;
  }

  .hiw-card-text {
    max-width: 57%;
  }
}

@media (max-width: 991px) {
  .hiw-card {
    min-height: 340px;
  }

  .hiw-card-text h3 {
    font-size: 24px;
  }

  .hiw-bottom-bar {
    align-items: flex-start;
    flex-direction: column;
  }

  .hiw-book-button {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .how-it-works-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .hiw-heading {
    margin-bottom: 32px;
  }

  .hiw-heading h2 {
    font-size: 38px;
  }

  .hiw-bento-grid {
    grid-template-columns: 1fr;
  }

  .hiw-card {
    min-height: 360px;
    border-radius: 23px;
  }

  .hiw-card-content {
    padding: 25px;
  }

  .hiw-card-text {
    max-width: 57%;
  }

  .hiw-card-text h3 {
    font-size: 23px;
  }

  .hiw-card-image {
    width: 47%;
  }

  .hiw-verify-image img {
    border-radius: 0 23px 23px 0;
  }

  .hiw-bottom-bar {
    padding: 20px;
  }

  .hiw-bottom-info {
    align-items: flex-start;
  }
}

@media (max-width: 575px) {
  .hiw-card {
    min-height: 510px;
  }

  .hiw-card-content {
    padding: 22px;
  }

  .hiw-card-text {
    max-width: 100%;
  }

  .hiw-card-text p {
    max-width: 100%;
  }

  .hiw-card-image,
  .hiw-register-image,
  .hiw-whatsapp-image,
  .hiw-verify-image {
    right: 5%;
    bottom: 10px;
    width: 90%;
    height: 46%;
  }

  .hiw-card-image img {
    object-position: center bottom;
  }

  .hiw-verify-image img {
    border-radius: 0;
    object-fit: contain;
  }

  .hiw-whatsapp-badge {
    top: auto;
    right: 20px;
    bottom: 180px;
    width: 55px;
    height: 55px;
    font-size: 26px;
  }

  .hiw-payment-methods {
    right: 50%;
    bottom: 20px;
    transform: translateX(50%);
  }

  .hiw-mini-features {
    margin-top: 14px;
  }

  .hiw-bottom-info {
    flex-direction: column;
  }
}

/* Animation state */

.hiw-card {
  opacity: 0;
  transform: translateY(25px);
}

.hiw-card.hiw-card-visible {
  opacity: 1;
  transform: translateY(0);
}


/* how it works css end  */
/*  */

/* =====================================================
   PLAN YOUR ADVENTURE css start
===================================================== */

/* =====================================================
   PLAN YOUR ADVENTURE SECTION
===================================================== */

.plan-adventure-section {
  position: relative;
  overflow: hidden;
  padding: 105px 0 95px;
  background:
    url("../img/plan-adventure/zipline-bg.webp")
    center center / cover no-repeat;
}

/* Red overlay using theme color */
.plan-adventure-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(195, 17, 3, 0.86);
}

/* Soft dark-red layer for better depth */
.plan-adventure-section::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background:
    linear-gradient(
      135deg,
      rgba(143, 13, 2, 0.2),
      rgba(195, 17, 3, 0.05)
    );
  pointer-events: none;
}

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

/* =====================================================
   HEADING
===================================================== */

.plan-adventure-heading {
  max-width: 950px;
  margin: 0 auto 42px;
}

.plan-adventure-tagline {
  display: inline-block;
  margin-bottom: 8px;
  padding: 7px 17px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 30px;
  color: var(--color-white);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.plan-adventure-heading h2 {
  margin-bottom: 10px;
  color: var(--color-white);
  font-size: clamp(38px, 5vw, 64px);
  font-weight: 800;
  line-height: 1.05;
  text-transform: uppercase;
}

.plan-adventure-heading p {
  max-width: 800px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  line-height: 1.7;
}

/* =====================================================
   SIX CARDS
===================================================== */

.plan-adventure-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
}

.plan-adventure-card {
  display: flex;
  min-height: 220px;
  padding: 28px 18px 23px;
  border: 1px solid rgba(195, 17, 3, 0.1);
  border-radius: 18px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: var(--color-white);
  text-align: center;
  box-shadow: 0 16px 38px rgba(75, 6, 1, 0.2);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease;
}

.plan-adventure-card:hover {
  border-color: var(--theme-color);
  transform: translateY(-7px);
  box-shadow: 0 24px 48px rgba(75, 6, 1, 0.3);
}

.plan-adventure-icon {
  display: inline-flex;
  width: 78px;
  height: 78px;
  margin-bottom: 19px;
  border: 1px solid rgba(195, 17, 3, 0.14);
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  color: var(--theme-color);
  background: #fff3f2;
  font-size: 32px;
  box-shadow: 0 8px 22px rgba(195, 17, 3, 0.12);
  transition:
    color 0.3s ease,
    background 0.3s ease,
    transform 0.3s ease;
}

.plan-adventure-card:hover .plan-adventure-icon {
  color: var(--color-white);
  background: var(--theme-color);
  transform: translateY(-4px);
}

.plan-adventure-card h3 {
  margin-bottom: 9px;
  color: var(--color-dark);
  font-size: 17px;
  line-height: 1.35;
  transition: color 0.3s ease;
}

.plan-adventure-card:hover h3 {
  color: var(--theme-color);
}

.plan-adventure-card p {
  margin: 0;
  color: var(--body-text-color);
  font-size: 13px;
  line-height: 1.55;
}

/* =====================================================
   BUTTON
===================================================== */

.plan-adventure-button-wrap {
  margin-top: 42px;
  text-align: center;
}

.plan-adventure-button {
  display: inline-flex;
  min-width: 350px;
  min-height: 60px;
  padding: 12px 32px;
  border: 2px solid var(--color-white);
  border-radius: 40px;
  align-items: center;
  justify-content: center;
  color: var(--theme-color);
  background: var(--color-white);
  box-shadow: 0 14px 30px rgba(75, 6, 1, 0.27);
  font-size: 16px;
  font-weight: 800;
  transition:
    color 0.3s ease,
    background 0.3s ease,
    transform 0.3s ease;
}

.plan-adventure-button:hover {
  color: var(--color-white);
  background: transparent;
  transform: translateY(-3px);
}

/* =====================================================
   RESPONSIVE
===================================================== */

@media (max-width: 1199px) {
  .plan-adventure-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }

  .plan-adventure-card {
    min-height: 215px;
  }
}

@media (max-width: 767px) {
  .plan-adventure-section {
    padding: 80px 0;
  }

  .plan-adventure-overlay {
    background: rgba(195, 17, 3, 0.9);
  }

  .plan-adventure-heading {
    margin-bottom: 30px;
  }

  .plan-adventure-heading h2 {
    font-size: 38px;
  }

  .plan-adventure-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }

  .plan-adventure-card {
    min-height: 210px;
    padding: 24px 14px 20px;
  }

  .plan-adventure-icon {
    width: 68px;
    height: 68px;
    font-size: 27px;
  }

  .plan-adventure-card h3 {
    font-size: 15px;
  }

  .plan-adventure-button {
    width: 100%;
    min-width: 0;
  }
}

@media (max-width: 480px) {
  .plan-adventure-grid {
    grid-template-columns: 1fr;
  }

  .plan-adventure-card {
    min-height: 190px;
  }
}
/*  plan adventure section css end  */








/* video gallery css start */

/* =====================================================
   FLYING FOX GALLERY VIDEO MARQUEE
===================================================== */

.ff-gallery-video-section {
  position: relative;
  overflow: hidden;
  padding: 110px 0 100px;
  background:
    radial-gradient(
      circle at 5% 85%,
      rgba(255, 115, 22, 0.09),
      transparent 30%
    ),
    radial-gradient(
      circle at 95% 15%,
      rgba(16, 39, 54, 0.06),
      transparent 28%
    ),
    #ffffff;
}

/* Heading */

.ff-gallery-heading {
  margin-bottom: 48px;
}

.ff-gallery-heading .site-title-tagline {
  color: var(--theme-color);
}

.ff-gallery-heading .site-title span {
  color: var(--theme-color);
}

.ff-gallery-heading p {
  max-width: 720px;
  margin: 15px auto 0;
}

/* =====================================================
   MARQUEE
===================================================== */

.ff-gallery-marquee {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* Soft faded edges */

.ff-gallery-marquee::before,
.ff-gallery-marquee::after {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 90px;
  content: "";
  pointer-events: none;
}

.ff-gallery-track {
  display: flex;
  width: max-content;
  animation: ffGalleryMoveLeft 38s linear infinite;
  will-change: transform;
}

@keyframes ffGalleryMoveLeft {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}


.ff-gallery-marquee:hover .ff-gallery-track {
  animation-play-state: paused;
}

/* Pause marquee through JavaScript */

.ff-gallery-track.is-paused {
  animation-play-state: paused;
}

/* Groups */

.ff-gallery-group {
  display: flex;
  flex-shrink: 0;
  gap: 24px;
  padding-right: 24px;
}

/* Individual item */

.ff-gallery-item {
  flex: 0 0 330px;
  width: 330px;
  padding: 10px 0 28px;
}


/* =====================================================
   VIDEO CARD
===================================================== */

.ff-gallery-card {
  position: relative;
  width: 100%;
  height: 455px;
  overflow: hidden;
  border-radius: 28px;
  background: #111111;
  box-shadow: 0 18px 45px rgba(16, 39, 54, 0.18);
  cursor: pointer;
  isolation: isolate;
  transition:
    transform 0.4s ease,
    box-shadow 0.4s ease;
}

.ff-gallery-card:hover {
  transform: translateY(-8px) scale(1.015);
  box-shadow: 0 28px 58px rgba(16, 39, 54, 0.26);
}

/* Video */

.ff-gallery-video {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #111111;
  transition:
    transform 0.55s ease,
    filter 0.35s ease;
}

.ff-gallery-card:hover .ff-gallery-video {
  transform: scale(1.045);
}

/* Very light overlay */

.ff-gallery-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.02) 0%,
      rgba(0, 0, 0, 0.04) 55%,
      rgba(0, 0, 0, 0.25) 100%
    );
  pointer-events: none;
  transition: opacity 0.35s ease;
}

/* Pause/play status icon shown on hover */

.ff-gallery-status {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border: 2px solid rgba(255, 255, 255, 0.75);
  border-radius: 50%;
  color: #ffffff;
  background: rgba(255, 115, 22, 0.9);
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  box-shadow: 0 12px 30px rgba(255, 115, 22, 0.35);
  font-size: 21px;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -50%) scale(0.85);
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease,
    transform 0.3s ease;
}

.ff-gallery-card:hover .ff-gallery-status {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}

/* Selected/focused video */

.ff-gallery-card.is-focused {
  box-shadow:
    0 0 0 3px #ff7316,
    0 28px 60px rgba(16, 39, 54, 0.3);
}

.ff-gallery-card.is-focused .ff-gallery-overlay {
  opacity: 0;
}

.ff-gallery-card.is-focused .ff-gallery-video {
  transform: none;
}

.ff-gallery-card.is-focused .ff-gallery-status {
  opacity: 0;
  visibility: hidden;
}

/* Paused selected card */

.ff-gallery-card.is-user-paused .ff-gallery-overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.3);
}

.ff-gallery-card.is-user-paused .ff-gallery-status {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}

.ff-gallery-card.is-user-paused .ff-gallery-status i::before {
  content: "\f04b";
}

/* Bottom button */

.ff-gallery-bottom {
  margin-top: 45px;
}

/* Empty state */

.ff-gallery-empty {
  padding: 55px 20px;
  border-radius: 25px;
  color: #667783;
  background: #f8f8f8;
  text-align: center;
}

.ff-gallery-empty i {
  display: block;
  margin-bottom: 15px;
  color: #ff7316;
  font-size: 45px;
}

.ff-gallery-empty p {
  margin: 0;
}

/* =====================================================
   RESPONSIVE
===================================================== */

@media (max-width: 1199px) {
  .ff-gallery-item {
    flex-basis: 300px;
    width: 300px;
  }

  .ff-gallery-card {
    height: 420px;
  }
}

@media (max-width: 991px) {
  .ff-gallery-track {
    animation-duration: 32s;
  }

  .ff-gallery-item {
    flex-basis: 280px;
    width: 280px;
  }

  .ff-gallery-card {
    height: 400px;
    border-radius: 24px;
  }
}

@media (max-width: 767px) {
  .ff-gallery-video-section {
    padding: 80px 0 75px;
  }

  .ff-gallery-heading {
    margin-bottom: 30px;
  }

  .ff-gallery-group {
    gap: 15px;
    padding-right: 15px;
  }

  .ff-gallery-item {
    flex-basis: 245px;
    width: 245px;
    padding-bottom: 20px;
  }

  .ff-gallery-card {
    height: 360px;
    border-radius: 21px;
  }

  .ff-gallery-status {
    width: 62px;
    height: 62px;
    font-size: 18px;
  }

  .ff-gallery-marquee::before,
  .ff-gallery-marquee::after {
    width: 35px;
  }

  .ff-gallery-bottom {
    margin-top: 30px;
  }
}

@media (max-width: 480px) {
  .ff-gallery-track {
    animation-duration: 26s;
  }

  .ff-gallery-item {
    flex-basis: 215px;
    width: 215px;
  }

  .ff-gallery-card {
    height: 325px;
  }
}

/* Respect reduced-motion browser preference */

@media (prefers-reduced-motion: reduce) {
  .ff-gallery-track {
    animation-play-state: paused;
  }

  .ff-gallery-card,
  .ff-gallery-video,
  .ff-gallery-status {
    transition: none;
  }
}
/* video gallery end */




/* testimonial css start */


/* =====================================================
   DYNAMIC TESTIMONIALS
===================================================== */

.testimonial-area .site-heading p {
  max-width: 720px;
  margin: 15px auto 0;
}

.testimonial-area .site-title span {
  color: #ff7316;
}

/* Keep cards equal height */

.testimonial-slider .owl-stage {
  display: flex;
}

.testimonial-slider .owl-item {
  display: flex;
}

.testimonial-slider .testimonial-item {
  display: flex;
  width: 100%;
  height: 100%;
}

.testimonial-slider .testimonial-item > .content {
  display: flex;
  width: 100%;
  min-height: 390px;
  flex-direction: column;
}

/* Keep long reviews clean */

.testimonial-item .quote {
  flex: 1;
}

.testimonial-item .quote p {
  display: -webkit-box;
  overflow: hidden;
  color: #667783;
  line-height: 1.8;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}

/* Author image */

.testimonial-item .author-img {
  overflow: hidden;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: #f3f3f3;
}

.testimonial-item .author-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Summary image */

.ff-testimonial-summary {
  height: 100%;
}

.ff-testimonial-summary .img,
.ff-testimonial-summary .ani-img {
    height: 300px; /* Change this value as needed */
    overflow: hidden;
    border-radius: 20px;
}

.ff-testimonial-summary .ani-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Empty state */

.testimonial-empty-state {
  padding: 65px 25px;
  border-radius: 28px;
  color: #667783;
  background: #f7f7f7;
  text-align: center;
}

.testimonial-empty-state i {
  display: block;
  margin-bottom: 18px;
  color: #ff7316;
  font-size: 50px;
}

.testimonial-empty-state h4 {
  margin-bottom: 10px;
  color: #102736;
}

.testimonial-empty-state p {
  max-width: 520px;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .ff-testimonial-summary .img,
  .ff-testimonial-summary .ani-img {
    min-height: 400px;
  }
}

@media (max-width: 767px) {
  .testimonial-slider .testimonial-item > .content {
    min-height: 360px;
  }

  .testimonial-item .quote p {
    -webkit-line-clamp: 8;
  }

  .ff-testimonial-summary .img,
  .ff-testimonial-summary .ani-img {
    min-height: 330px;
  }
}


.testimonial-area{
    background:#ffffff;
    position:relative;
}

.testimonial-area .site-title{
    color:#1f2937;
    font-weight:700;
}

.testimonial-area .site-title span{
    color:#C31103;
}

.testimonial-area .site-title-tagline{
    color:#C31103;
}

.testimonial-area .site-heading p{
    color:#6b7280;
}

/* testimonials css end  */



/* chatbot css start */

/* =====================================================
   FLYING FOX CHATBOT
===================================================== */

.ff-chatbot-wrapper {
    --ff-red: #c31103;
    --ff-red-dark: #930d02;
    --ff-red-light: #fff0ee;
    --ff-dark: #152434;
    --ff-text: #62717f;
    --ff-border: #e6e9ed;
    --ff-background: #f7f8fa;

    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 99999;
    font-family: inherit;
}


/* =====================================================
   FLOATING BUTTON
===================================================== */

.ff-chatbot-toggle {
    position: relative;

    display: flex;

    width: 66px;
    height: 66px;

    padding: 0;

    border: 0;
    border-radius: 50%;

    align-items: center;
    justify-content: center;

    color: #ffffff;

    background:
        linear-gradient(
            145deg,
            #d51a0b,
            var(--ff-red-dark)
        );

    box-shadow:
        0 18px 42px rgba(195, 17, 3, 0.34);

    cursor: pointer;

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.ff-chatbot-toggle:hover {
    transform: translateY(-5px) scale(1.04);

    box-shadow:
        0 24px 50px rgba(195, 17, 3, 0.43);
}

.ff-chatbot-toggle-icon {
    display: flex;

    align-items: center;
    justify-content: center;

    font-size: 25px;
}

.ff-chatbot-toggle.is-open
.ff-chatbot-toggle-icon i::before {
    content: "\f00d";
}

.ff-chatbot-alert {
    position: absolute;
    top: -2px;
    right: -1px;

    display: flex;

    width: 23px;
    height: 23px;

    border: 3px solid #ffffff;
    border-radius: 50%;

    align-items: center;
    justify-content: center;

    color: #ffffff;
    background: #1ea85b;

    font-size: 10px;
    font-weight: 800;
}


/* Pulse effect */

.ff-chatbot-toggle::before {
    position: absolute;
    inset: -7px;

    border: 2px solid rgba(195, 17, 3, 0.25);
    border-radius: 50%;

    content: "";

    animation: ffChatbotPulse 2s infinite;
}

@keyframes ffChatbotPulse {
    0% {
        opacity: 0.8;
        transform: scale(0.9);
    }

    70% {
        opacity: 0;
        transform: scale(1.25);
    }

    100% {
        opacity: 0;
        transform: scale(1.25);
    }
}


/* =====================================================
   CHAT WINDOW
===================================================== */

.ff-chatbot-window {
    position: absolute;
    right: 0;
    bottom: 84px;

    display: flex;

    width: 390px;
    height: 610px;

    overflow: hidden;

    border: 1px solid rgba(21, 36, 52, 0.08);
    border-radius: 27px;

    flex-direction: column;

    background: #ffffff;

    box-shadow:
        0 35px 90px rgba(21, 36, 52, 0.25);

    opacity: 0;
    visibility: hidden;

    transform:
        translateY(24px)
        scale(0.95);

    transform-origin: right bottom;

    transition:
        opacity 0.3s ease,
        visibility 0.3s ease,
        transform 0.3s ease;
}

.ff-chatbot-window.is-open {
    opacity: 1;
    visibility: visible;

    transform:
        translateY(0)
        scale(1);
}


/* =====================================================
   HEADER
===================================================== */

.ff-chatbot-header {
    display: flex;

    min-height: 88px;

    padding: 17px 18px;

    align-items: center;
    justify-content: space-between;

    color: #ffffff;

    background:
        linear-gradient(
            135deg,
            #d61a0b 0%,
            var(--ff-red) 52%,
            var(--ff-red-dark) 100%
        );
}

.ff-chatbot-agent {
    display: flex;

    align-items: center;

    gap: 12px;
}

.ff-chatbot-agent-avatar {
    display: flex;

    width: 50px;
    height: 50px;

    border: 2px solid rgba(255, 255, 255, 0.38);
    border-radius: 50%;

    align-items: center;
    justify-content: center;

    color: #ffffff;
    background: rgba(255, 255, 255, 0.13);

    font-size: 20px;
}

.ff-chatbot-agent-info h5 {
    margin: 0 0 4px;

    color: #ffffff;

    font-size: 15px;
    font-weight: 800;
}

.ff-chatbot-agent-info > span {
    display: flex;

    align-items: center;

    gap: 6px;

    color: rgba(255, 255, 255, 0.88);

    font-size: 11px;
}

.ff-chatbot-online-dot {
    width: 8px;
    height: 8px;

    border-radius: 50%;

    background: #68ef9d;

    box-shadow:
        0 0 0 4px rgba(104, 239, 157, 0.16);
}

.ff-chatbot-close {
    display: flex;

    width: 38px;
    height: 38px;

    padding: 0;

    border: 0;
    border-radius: 50%;

    align-items: center;
    justify-content: center;

    color: #ffffff;
    background: rgba(255, 255, 255, 0.14);

    cursor: pointer;

    transition:
        background 0.25s ease,
        transform 0.25s ease;
}

.ff-chatbot-close:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: rotate(90deg);
}


/* =====================================================
   WELCOME STRIP
===================================================== */

.ff-chatbot-welcome-strip {
    display: flex;

    padding: 10px 16px;

    border-bottom: 1px solid var(--ff-border);

    align-items: center;

    gap: 8px;

    color: var(--ff-red);
    background: var(--ff-red-light);

    font-size: 11px;
    font-weight: 700;
}


/* =====================================================
   MESSAGE AREA
===================================================== */

.ff-chatbot-messages {
    flex: 1;

    overflow-y: auto;

    padding: 20px 16px;

    background:
        radial-gradient(
            circle at 5% 4%,
            rgba(195, 17, 3, 0.04),
            transparent 30%
        ),
        var(--ff-background);

    scroll-behavior: smooth;
}

.ff-chatbot-messages::-webkit-scrollbar {
    width: 5px;
}

.ff-chatbot-messages::-webkit-scrollbar-track {
    background: transparent;
}

.ff-chatbot-messages::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background: #cfd5da;
}


/* =====================================================
   MESSAGE BUBBLES
===================================================== */

.ff-chatbot-message {
    display: flex;

    width: 100%;

    margin-bottom: 16px;

    align-items: flex-end;

    gap: 8px;
}

.ff-user-message {
    justify-content: flex-end;
}

.ff-message-avatar {
    display: flex;

    width: 31px;
    height: 31px;

    flex: 0 0 31px;

    border-radius: 50%;

    align-items: center;
    justify-content: center;

    color: #ffffff;
    background: var(--ff-red);

    font-size: 12px;
}

.ff-user-message .ff-message-avatar {
    display: none;
}

.ff-message-body {
    max-width: 79%;
}

.ff-message-bubble {
    padding: 12px 14px;

    border: 1px solid rgba(21, 36, 52, 0.04);
    border-radius: 18px 18px 18px 5px;

    color: var(--ff-dark);
    background: #ffffff;

    box-shadow:
        0 7px 20px rgba(21, 36, 52, 0.07);

    font-size: 13px;
    line-height: 1.55;

    white-space: pre-line;
    word-break: break-word;
}

.ff-user-message .ff-message-bubble {
    border-color: var(--ff-red);
    border-radius: 18px 18px 5px 18px;

    color: #ffffff;
    background:
        linear-gradient(
            135deg,
            #d61a0b,
            var(--ff-red-dark)
        );
}

.ff-message-time {
    display: block;

    margin-top: 5px;

    padding: 0 4px;

    color: #9ca5ad;

    font-size: 9px;
}

.ff-user-message .ff-message-time {
    text-align: right;
}


/* =====================================================
   ACTION BUTTON FROM CHATBOT RULE
===================================================== */

.ff-chatbot-action-button {
    display: inline-flex;

    margin-top: 9px;

    padding: 8px 14px;

    border-radius: 25px;

    align-items: center;

    gap: 7px;

    color: #ffffff;
    background: var(--ff-red);

    font-size: 11px;
    font-weight: 700;

    text-decoration: none;

    transition:
        background 0.25s ease,
        transform 0.25s ease;
}

.ff-chatbot-action-button:hover {
    color: #ffffff;
    background: var(--ff-red-dark);

    transform: translateY(-2px);
}


/* =====================================================
   TYPING INDICATOR
===================================================== */

.ff-chatbot-typing {
    display: flex;

    min-width: 58px;

    align-items: center;

    gap: 5px;
}

.ff-chatbot-typing span {
    width: 7px;
    height: 7px;

    border-radius: 50%;

    background: #939da6;

    animation:
        ffChatbotTyping 1.1s infinite;
}

.ff-chatbot-typing span:nth-child(2) {
    animation-delay: 0.15s;
}

.ff-chatbot-typing span:nth-child(3) {
    animation-delay: 0.3s;
}

@keyframes ffChatbotTyping {
    0%,
    60%,
    100% {
        opacity: 0.4;
        transform: translateY(0);
    }

    30% {
        opacity: 1;
        transform: translateY(-5px);
    }
}


/* =====================================================
   QUICK REPLIES
===================================================== */

.ff-chatbot-quick-replies {
    display: flex;

    overflow-x: auto;

    padding: 12px 14px 10px;

    border-top: 1px solid var(--ff-border);

    gap: 8px;

    background: #ffffff;

    scrollbar-width: none;
}

.ff-chatbot-quick-replies::-webkit-scrollbar {
    display: none;
}

.ff-chatbot-quick-button {
    display: inline-flex;

    flex: 0 0 auto;

    padding: 8px 12px;

    border: 1px solid rgba(195, 17, 3, 0.25);
    border-radius: 30px;

    align-items: center;

    gap: 6px;

    color: var(--ff-red);
    background: #ffffff;

    font-size: 11px;
    font-weight: 700;

    cursor: pointer;

    transition:
        color 0.25s ease,
        background 0.25s ease,
        border-color 0.25s ease,
        transform 0.25s ease;
}

.ff-chatbot-quick-button:hover {
    border-color: var(--ff-red);

    color: #ffffff;
    background: var(--ff-red);

    transform: translateY(-2px);
}


/* =====================================================
   INPUT AREA
===================================================== */

.ff-chatbot-input-area {
    padding: 12px 14px 10px;

    border-top: 1px solid var(--ff-border);

    background: #ffffff;
}

.ff-chatbot-input-box {
    display: flex;

    padding: 4px 5px 4px 15px;

    border: 1px solid var(--ff-border);
    border-radius: 28px;

    align-items: center;

    gap: 8px;

    background: #f8f9fa;

    transition:
        border-color 0.25s ease,
        box-shadow 0.25s ease;
}

.ff-chatbot-input-box:focus-within {
    border-color: var(--ff-red);

    box-shadow:
        0 0 0 3px rgba(195, 17, 3, 0.08);
}

.ff-chatbot-input-box input {
    width: 100%;
    height: 42px;

    padding: 0;

    border: 0;
    outline: 0;

    color: var(--ff-dark);
    background: transparent;

    font-size: 13px;
}

.ff-chatbot-input-box input::placeholder {
    color: #9ca5ad;
}

.ff-chatbot-send {
    display: flex;

    width: 42px;
    height: 42px;

    flex: 0 0 42px;

    padding: 0;

    border: 0;
    border-radius: 50%;

    align-items: center;
    justify-content: center;

    color: #ffffff;
    background:
        linear-gradient(
            135deg,
            #d61a0b,
            var(--ff-red-dark)
        );

    cursor: pointer;

    transition:
        transform 0.25s ease,
        opacity 0.25s ease;
}

.ff-chatbot-send:hover {
    transform: scale(1.05);
}

.ff-chatbot-send:disabled {
    opacity: 0.55;
    cursor: not-allowed;
}

.ff-chatbot-powered {
    margin-top: 8px;

    color: #a0a8af;

    font-size: 9px;
    text-align: center;
}


/* =====================================================
   ERROR MESSAGE
===================================================== */

.ff-chatbot-error .ff-message-bubble {
    border-color: #f1b8b3;

    color: #9c160c;
    background: #fff0ee;
}


/* =====================================================
   RESPONSIVE
===================================================== */

@media (max-width: 575px) {

    .ff-chatbot-wrapper {
        right: 14px;
        bottom: 14px;
    }

    .ff-chatbot-toggle {
        width: 58px;
        height: 58px;
    }

    .ff-chatbot-window {
        position: fixed;

        top: auto;
        right: 10px;
        bottom: 82px;
        left: 10px;

        width: auto;
        height: min(
            620px,
            calc(100vh - 100px)
        );

        border-radius: 22px;
    }

    .ff-chatbot-header {
        min-height: 79px;
    }

    .ff-chatbot-agent-avatar {
        width: 44px;
        height: 44px;
    }

}

@media (max-width: 380px) {

    .ff-chatbot-window {
        right: 5px;
        bottom: 76px;
        left: 5px;
    }

    .ff-chatbot-messages {
        padding-right: 12px;
        padding-left: 12px;
    }

}







/* =========================================================
   CHATBOT LANGUAGE SELECTION
========================================================= */

.chatbot-language-options {
    display: grid;
    grid-template-columns: repeat(2, 1fr);

    gap: 10px;

    padding: 5px 15px 18px;
}


/* Language button */

.chatbot-language-btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;

    gap: 10px;

    width: 100%;

    padding: 12px 14px;

    border: 1px solid rgba(195, 17, 3, 0.18);

    border-radius: 12px;

    background: #ffffff;

    color: #222222;

    font-size: 14px;
    font-weight: 600;

    cursor: pointer;

    box-shadow:
        0 5px 15px rgba(0, 0, 0, 0.05);

    transition:
        background 0.25s ease,
        color 0.25s ease,
        border-color 0.25s ease,
        transform 0.25s ease;
}


/* Flag */

.chatbot-language-btn .language-flag {
    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 20px;
}


/* Language name */

.chatbot-language-btn .language-name {
    line-height: 1.2;
}


/* Hover */

.chatbot-language-btn:hover {
    background: #c31103;

    border-color: #c31103;

    color: #ffffff;

    transform: translateY(-2px);
}


/* Selected */

.chatbot-language-btn.is-selected {
    background: #c31103;

    border-color: #c31103;

    color: #ffffff;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 480px) {

    .chatbot-language-options {
        gap: 8px;

        padding:
            5px
            12px
            15px;
    }


    .chatbot-language-btn {
        padding: 10px 11px;

        font-size: 13px;
    }


    .chatbot-language-btn .language-flag {
        font-size: 18px;
    }

}







/* chatbot css end  */


/* blog css start */

/* ===============================
   Blog Image Same Height
================================= */

.blog-item{
    height:100%;
    display:flex;
    flex-direction:column;
}

.blog-img{
    height:280px;        /* Change this value if needed */
    overflow:hidden;
    border-radius:24px;
}

.blog-img .ani-img{
    width:100%;
    height:100%;
}

.blog-img img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
    display:block;
    transition:0.5s ease;
}

.blog-item:hover .blog-img img{
    transform:scale(1.08);
}

.blog-info{
    flex:1;
    display:flex;
    flex-direction:column;
}

.blog-info .border-top{
    margin-top:auto;
}

@media (max-width:991px){

    .blog-img{
        height:240px;
    }

}

@media (max-width:767px){

    .blog-img{
        height:220px;
    }

}

/* blog css end */




/* rides css start */

/* =====================================================
   DYNAMIC RIDES PAGE
===================================================== */

.ff-ride-card {
    display: flex;
    height: 100%;
    flex-direction: column;
}

.ff-ride-card .tour-content {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.ff-ride-card-image {
    height: 270px;
    overflow: hidden;
}

.ff-ride-card-image > a {
    display: block;
    width: 100%;
    height: 100%;
}

.ff-ride-card-image > a > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.ff-ride-description {
    display: -webkit-box;
    min-height: 58px;
    margin-bottom: 18px;
    overflow: hidden;
    color: var(--body-text-color);
    line-height: 1.65;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.ff-ride-card .tour-bottom {
    margin-top: auto;
}

.ff-ride-card .tour-price small {
    display: block;
    margin-top: 2px;
    color: var(--body-text-color);
    font-size: 11px;
}

.ff-price-unavailable {
    color: var(--body-text-color) !important;
    font-size: 14px !important;
}

.ff-rides-empty {
    padding: 70px 25px;
    border: 1px solid rgba(195, 17, 3, 0.12);
    border-radius: 25px;
    background: #fff5f5;
    text-align: center;
}

.ff-rides-empty > i {
    display: block;
    margin-bottom: 20px;
    color: var(--theme-color);
    font-size: 55px;
}

.ff-rides-empty h4 {
    margin-bottom: 12px;
    font-weight: 700;
}

.ff-rides-empty p {
    max-width: 560px;
    margin: 0 auto 25px;
}

@media (max-width: 991px) {

    .ff-ride-card-image {
        height: 250px;
    }

}

@media (max-width: 767px) {

    .ff-ride-card-image {
        height: 240px;
    }

}

/* rides css end  */

/* blog single page css start */

/* =====================================================
   DYNAMIC BLOG LIST
===================================================== */

.blog-area .row.g-4 > [class*="col-"],
.blog-area .row.g-lg-5 > [class*="col-"] {
    display: flex;
}

.blog-item {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
}

.blog-img {
    height: 280px;
    overflow: hidden;
}

.blog-img > a {
    display: block;
    width: 100%;
    height: 100%;
}

.blog-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.blog-info {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.blog-info p {
    display: -webkit-box;
    min-height: 58px;
    overflow: hidden;
    line-height: 1.7;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.blog-info .theme-btn {
    width: fit-content;
    margin-top: auto;
}

.blog-empty-state {
    padding: 70px 25px;
    border: 1px solid rgba(195, 17, 3, 0.12);
    border-radius: 24px;
    background: #fff5f5;
    text-align: center;
}

.blog-empty-state i {
    display: block;
    margin-bottom: 20px;
    color: var(--theme-color);
    font-size: 55px;
}

.blog-empty-state h4 {
    margin-bottom: 12px;
}

@media (max-width: 991px) {

    .blog-img {
        height: 250px;
    }

}

@media (max-width: 767px) {

    .blog-img {
        height: 230px;
    }

}

/* blog single page css end */



/* galley page css start */

.gallery-item{
    height:100%;
}

.gallery-img{
    height:260px;
    overflow:hidden;
    border-radius:15px;
}

.gallery-img img,
.gallery-img video{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.4s;
}

.gallery-item:hover img,
.gallery-item:hover video{
    transform:scale(1.08);
}

/* gallery page css end 




/* ride details page css start */

/* Ride detail image-only hero */

.ride-image-hero {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.ride-image-slide {
    width: 100%;
    height: 600px;
    overflow: hidden;
}

.ride-image-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.ride-image-slider .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 30px;
    transform: translateY(-50%);
    pointer-events: none;
}

.ride-image-slider .owl-nav button.owl-prev,
.ride-image-slider .owl-nav button.owl-next {
    width: 52px;
    height: 52px;
    margin: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    color: var(--theme-color);
    font-size: 18px;
    pointer-events: auto;
    transition: 0.3s ease;
}

.ride-image-slider .owl-nav button.owl-prev:hover,
.ride-image-slider .owl-nav button.owl-next:hover {
    background: var(--theme-color);
    color: #ffffff;
}

.ride-image-slider .owl-dots {
    position: absolute;
    left: 50%;
    bottom: 25px;
    transform: translateX(-50%);
}

.ride-image-slider .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px;
    background: rgba(255, 255, 255, 0.65);
}

.ride-image-slider .owl-dots .owl-dot.active span {
    width: 28px;
    border-radius: 10px;
    background: var(--theme-color);
}

@media (max-width: 991px) {
    .ride-image-slide {
        height: 500px;
    }
}

@media (max-width: 767px) {
    .ride-image-slide {
        height: 400px;
    }

    .ride-image-slider .owl-nav {
        padding: 0 15px;
    }

    .ride-image-slider .owl-nav button.owl-prev,
    .ride-image-slider .owl-nav button.owl-next {
        width: 44px;
        height: 44px;
    }
}



/* =========================================
   Ride details image hero
========================================= */

.ride-image-hero {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: #111;
}

.ride-image-slider {
    position: relative;
    width: 100%;
}

.ride-image-slide {
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
}

.ride-image-slide img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: center;
}

/* Owl Carousel corrections */

.ride-image-slider .owl-stage-outer,
.ride-image-slider .owl-stage,
.ride-image-slider .owl-item {
    height: 600px;
}

.ride-image-slider .owl-item .ride-image-slide {
    height: 600px;
}

/* Navigation */

.ride-image-slider .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 10;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 35px;
    transform: translateY(-50%);
    pointer-events: none;
}

.ride-image-slider .owl-nav button.owl-prev,
.ride-image-slider .owl-nav button.owl-next {
    width: 52px;
    height: 52px;
    margin: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    color: #c31103;
    font-size: 18px;
    pointer-events: auto;
    transition: 0.3s ease;
}

.ride-image-slider .owl-nav button.owl-prev:hover,
.ride-image-slider .owl-nav button.owl-next:hover {
    background: #c31103;
    color: #fff;
}

/* Dots */

.ride-image-slider .owl-dots {
    position: absolute;
    left: 50%;
    bottom: 25px;
    z-index: 10;
    transform: translateX(-50%);
}

.ride-image-slider .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px;
    background: rgba(255, 255, 255, 0.7);
}

.ride-image-slider .owl-dots .owl-dot.active span {
    width: 28px;
    border-radius: 20px;
    background: #c31103;
}

@media (max-width: 991px) {
    .ride-image-slide,
    .ride-image-slider .owl-stage-outer,
    .ride-image-slider .owl-stage,
    .ride-image-slider .owl-item,
    .ride-image-slider .owl-item .ride-image-slide {
        height: 500px;
    }
}

@media (max-width: 767px) {
    .ride-image-slide,
    .ride-image-slider .owl-stage-outer,
    .ride-image-slider .owl-stage,
    .ride-image-slider .owl-item,
    .ride-image-slider .owl-item .ride-image-slide {
        height: 380px;
    }

    .ride-image-slider .owl-nav {
        padding: 0 15px;
    }

    .ride-image-slider .owl-nav button.owl-prev,
    .ride-image-slider .owl-nav button.owl-next {
        width: 42px;
        height: 42px;
    }
}










/* =========================================================
   RIDE DETAIL - HELP CARD
========================================================= */

.ff-ride-sidebar .ff-ride-help-card {
    background: #fff5f4 !important;
    border: 1px solid rgba(211, 20, 10, 0.18);
    border-radius: 20px;
    padding: 22px 24px;

    display: flex;
    align-items: center;
    gap: 18px;

    box-shadow: 0 10px 30px rgba(211, 20, 10, 0.06);
}


/* Icon circle */

.ff-ride-sidebar .ff-ride-help-card .ff-help-icon {
    width: 52px;
    height: 52px;
    min-width: 52px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #d3140a;
    border-radius: 50%;
}


.ff-ride-sidebar .ff-ride-help-card .ff-help-icon i {
    color: #ffffff;
    font-size: 20px;
}


/* Need help? */

.ff-ride-sidebar .ff-ride-help-card span {
    display: block;

    color: #181818 !important;
    font-weight: 700;
    font-size: 16px;

    margin-bottom: 4px;
}


/* Description */

.ff-ride-sidebar .ff-ride-help-card p {
    color: #666666 !important;
    margin: 0;
    line-height: 1.6;
}


/* Contact Us */

.ff-ride-sidebar .ff-ride-help-card a {
    display: inline-block;

    color: #d3140a !important;
    font-weight: 700;

    margin-left: 5px;
}


.ff-ride-sidebar .ff-ride-help-card a:hover {
    color: #a90f07 !important;
}

/* ride details page css end */





/* navbar  css start */

/* =========================================================
   FLYING FOX NAVBAR - CENTER MENU + SAME STYLE ON SCROLL
========================================================= */

@media (min-width: 992px) {

    /* Main navbar */
    .header-2 .navbar {
        width: 100%;
        padding: 28px 0;
        background: transparent;
        transition:
            padding 0.35s ease,
            top 0.35s ease;
    }


    /* White rounded navbar box */
    .header-2 .navbar > .container {
        position: relative;

        background: #ffffff;

        border-radius: 50px;

        padding: 0 18px;

        min-height: 82px;

        box-shadow:
            0 8px 30px rgba(0, 0, 0, 0.06);

        transition:
            box-shadow 0.35s ease,
            border-radius 0.35s ease;
    }


    /* Navbar content */
    .header-2 .offcanvas-body {
        position: relative;

        display: flex;
        align-items: center;

        width: 100%;
    }


    /* =====================================================
       PERFECTLY CENTER THE NAV LINKS
    ===================================================== */

    .header-2 .navbar-nav {
        position: absolute;

        left: 50%;
        top: 50%;

        transform: translate(-50%, -50%);

        display: flex;
        flex-direction: row;

        align-items: center;

        width: max-content;

        margin: 0;
    }


    /* Nav links spacing */
    .header-2 .navbar .nav-item .nav-link {
        margin: 0 14px;

        padding: 28px 0;

        white-space: nowrap;
    }


    /* =====================================================
       RIGHT SIDE BUTTONS
    ===================================================== */

    .header-2 .navbar .nav-right {
        margin-left: auto;

        display: flex;
        align-items: center;

        gap: 18px;
    }


    /* =====================================================
       FIXED / SCROLLED NAVBAR
       KEEP EXACT SAME ROUNDED DESIGN
    ===================================================== */

    .header-2 .navbar.fixed-top {
        position: fixed;

        top: 0;
        left: 0;
        right: 0;

        width: 100%;

        padding: 18px 0;

        background: transparent !important;

        box-shadow: none !important;

        z-index: 9999;

        animation: ffNavbarSlideDown 0.4s ease;
    }


    /* Keep white rounded container after scrolling */
    .header-2 .navbar.fixed-top > .container {
        background: #ffffff;

        border-radius: 50px;

        box-shadow:
            0 10px 35px rgba(0, 0, 0, 0.14);

        min-height: 82px;
    }


    /* Do NOT shrink/change menu links after scrolling */
    .header-2 .navbar.fixed-top .nav-item .nav-link {
        padding: 28px 0;
        color: var(--color-dark);
    }


    /* Active / hover */
    .header-2 .navbar.fixed-top .nav-link.active,
    .header-2 .navbar.fixed-top .nav-item:hover .nav-link {
        color: var(--theme-color);
    }
}


/* Smooth navbar entrance */
@keyframes ffNavbarSlideDown {

    from {
        transform: translateY(-120%);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* =========================================================
   FIX NAV MENU EXACTLY IN CENTER OF WHITE NAVBAR
========================================================= */

@media (min-width: 1200px) {

    /* White navbar is our positioning reference */
    .header-2 .navbar > .container {
        position: relative !important;
    }

    /*
       Important:
       Bootstrap offcanvas-body must NOT be the positioning
       reference for the centered menu.
    */
    .header-2 .offcanvas,
    .header-2 .offcanvas-body {
        position: static !important;
    }

    /* Exact center of the complete white navbar */
    .header-2 .navbar-nav {
        position: absolute !important;

        left: 50% !important;
        top: 50% !important;

        transform: translate(-50%, -50%) !important;

        width: max-content !important;

        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: center !important;

        margin: 0 !important;
        padding: 0 !important;
    }

    /* Keep right buttons at right */
    .header-2 .nav-right {
        margin-left: auto !important;

        display: flex;
        align-items: center;

        gap: 18px;
    }

}




/* =========================================================
   MOBILE NAVBAR
   Small rounded navbar + same design after scrolling
========================================================= */

@media (max-width: 991px) {

    /* Main navbar wrapper */
    .header-2 .navbar {
        width: 100%;

        padding: 14px 12px;

        background: transparent !important;

        transition:
            padding 0.3s ease,
            top 0.3s ease;
    }


    /* =====================================================
       WHITE ROUNDED MOBILE NAVBAR
    ===================================================== */

    .header-2 .navbar > .container {
        width: 100%;

        min-height: 66px !important;

        padding: 6px 14px !important;

        margin: 0 auto;

        background: #ffffff !important;

        border-radius: 34px !important;

        box-shadow:
            0 8px 28px rgba(0, 0, 0, 0.10);

        display: flex;

        align-items: center;

        justify-content: space-between;
    }


    /* =====================================================
       MOBILE LOGO
    ===================================================== */

    .header-2 .navbar-brand {
        margin: 0 !important;

        padding: 0 !important;

        display: flex;

        align-items: center;
    }

    .header-2 .navbar-brand img {
        width: 72px !important;

        max-height: 52px;

        object-fit: contain;
    }


    /* =====================================================
       RIGHT SIDE MOBILE AREA
    ===================================================== */

    .header-2 .mobile-menu-right {
        margin-left: auto;

        display: flex;

        align-items: center;

        gap: 8px;
    }


    /* Hide search button if not needed */
    .header-2 .mobile-menu-btn {
        display: none;
    }


    /* =====================================================
       HAMBURGER
    ===================================================== */

    .header-2 .navbar-toggler {
        width: 42px;

        height: 42px;

        padding: 0;

        border: 0;

        border-radius: 50%;

        display: flex;

        flex-direction: column;

        align-items: center;

        justify-content: center;

        gap: 5px;

        background: transparent;

        box-shadow: none !important;
    }


    .header-2 .navbar-toggler span {
        display: block;

        width: 22px;

        height: 2px;

        margin: 0;

        background: #111111;

        border-radius: 10px;

        transition: 0.3s ease;
    }


    /* =====================================================
       SCROLLED / FIXED MOBILE NAVBAR
    ===================================================== */

    .header-2 .navbar.fixed-top {
        position: fixed !important;

        top: 0 !important;

        left: 0 !important;

        right: 0 !important;

        width: 100% !important;

        padding: 12px !important;

        background: transparent !important;

        box-shadow: none !important;

        z-index: 9999 !important;

        animation: ffNavbarSlideDown 0.35s ease;
    }


    /*
       MOST IMPORTANT PART:
       do not allow fixed navbar container
       to become rectangular.
    */
    .header-2 .navbar.fixed-top > .container {
        width: 100%;

        min-height: 66px !important;

        padding: 6px 14px !important;

        margin: 0 auto;

        background: #ffffff !important;

        border-radius: 34px !important;

        box-shadow:
            0 10px 35px rgba(0, 0, 0, 0.16) !important;
    }


    /* Keep logo same size on scroll */
    .header-2 .navbar.fixed-top .navbar-brand img {
        width: 72px !important;

        max-height: 52px;
    }


    /* Keep hamburger same */
    .header-2 .navbar.fixed-top .navbar-toggler {
        width: 42px;

        height: 42px;

        background: transparent !important;
    }

}







/* navbar css end  */



/* footer css start */
/* =========================================
   FOOTER COLOR FIX ONLY
========================================= */

/* Main footer text */
.footer-area {
    color: #222222;
}

/* Footer headings */
.footer-area .footer-widget-title {
    color: #111111 !important;
}

/* Description text */
.footer-area p {
    color: #555555 !important;
}

/* Footer links */
.footer-area .footer-list li a {
    color: #222222 !important;
}

/* Contact title */
.footer-area .footer-contact .content h5 {
    color: #111111 !important;
}

/* Contact phone, email, address */
.footer-area .footer-contact .content a,
.footer-area .footer-contact .content p {
    color: #222222 !important;
}

/* Follow Us On */
.footer-area .footer-social-title,
.footer-area .footer-widget h4 {
    color: #111111 !important;
}

/* Social media icons */
.footer-area .footer-social li a {
    color: #111111 !important;
}

/* Copyright */
.footer-area .copyright,
.footer-area .copyright-text,
.footer-area .copyright-text p {
    color: #222222 !important;
}


/* Footer social media icon color */
.footer-area .footer-social li a i {
    color: #111111 !important;
    background: transparent !important;
}

/* Hover color */
.footer-area .footer-social li a:hover i {
    color: #C31103 !important;
    background: transparent !important;
}







/* =========================================================
   FLYING FOX FOOTER - COMPACT SPACING
========================================================= */

/* Footer column headings */
.footer-area.fta-2 .footer-widget-title {
    margin-bottom: 22px !important;
}


/* =========================================================
   COMPANY + POPULAR RIDES
========================================================= */

.footer-area.fta-2 .footer-list {
    margin: 0 !important;
    padding: 0 !important;
}

.footer-area.fta-2 .footer-list li {
    margin: 0 0 10px 0 !important;
    padding: 0 !important;
    line-height: 1.4;
}

.footer-area.fta-2 .footer-list li:last-child {
    margin-bottom: 0 !important;
}

.footer-area.fta-2 .footer-list li a {
    display: inline-flex;
    align-items: center;

    margin: 0 !important;
    padding: 0 !important;

    line-height: 1.4;
}


/* Arrow should not create extra spacing */
.footer-area.fta-2 .footer-list li a i {
    margin-right: 6px;
}


/* =========================================================
   GET IN TOUCH
========================================================= */

.footer-area.fta-2 .footer-contact-item {
    margin-bottom: 12px !important;
    padding-bottom: 12px !important;
    gap: 14px !important;
}

.footer-area.fta-2 .footer-contact-item:last-child {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}


/* =========================================================
   SOCIAL ICONS
========================================================= */

.footer-area.fta-2 .footer-social {
    margin-top: 18px;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 991px) {

    .footer-area.fta-2 .footer-widget-title {
        margin-bottom: 18px !important;
    }

    .footer-area.fta-2 .footer-list li {
        margin-bottom: 8px !important;
    }

}



/* =========================================================
   FOOTER LEFT COLUMN - LOGO + DESCRIPTION SPACING FIX
========================================================= */

/* About/footer left column */
.footer-area.fta-2 .footer-widget-box.about-us {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}


/* Logo wrapper */
.footer-area.fta-2 .footer-widget-box.about-us .footer-logo {
    margin: 0 0 12px 0 !important;
    padding: 0 !important;
}


/* Logo image */
.footer-area.fta-2 .footer-widget-box.about-us .footer-logo img {
    display: block;
    width: 90px;
    max-width: 90px;
    height: auto;
    margin: 0 !important;
}


/* Description */
.footer-area.fta-2 .footer-widget-box.about-us p {
    margin: 0 !important;
    padding: 0 !important;

    max-width: 470px;

    font-size: 15px;
    line-height: 1.65;
}


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

    .footer-area.fta-2 .footer-widget-box.about-us .footer-logo {
        margin-bottom: 10px !important;
    }

    .footer-area.fta-2 .footer-widget-box.about-us p {
        max-width: 100%;
    }
}










/* footer css end  */



/* side bar pop up css start */
/* =========================================================
   FLYING FOX SIDEBAR
========================================================= */

.sidebar-popup {
    width: 420px !important;
    padding: 20px;
    background: #ffffff;
}


/* Logo */

.sidebar-popup-logo img {
    width: 150px;
}


/* Close button */

.sidebar-popup .btn-close {
    width: 38px;
    height: 38px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #C31103;

    color: #ffffff;

    border-radius: 50%;

    opacity: 1;
}


/* Headings */

.sidebar-popup h4 {
    color: #111111;
    font-weight: 600;
}


/* About */

.sidebar-popup-about {
    margin-top: 25px;
}

.sidebar-popup-about p {
    color: #555555;
    line-height: 1.8;
}


/* Contact section */

.sidebar-popup-contact {
    margin-top: 35px;
}


/* Contact item */

.sidebar-popup-contact li {
    display: flex;
    align-items: center;

    gap: 15px;

    margin-bottom: 20px;
}


/* Icon circle */

.sidebar-popup-contact li .icon {
    width: 48px;
    height: 48px;

    min-width: 48px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #C31103;

    color: #ffffff;

    border-radius: 50%;
}


/* Contact title */

.sidebar-popup-contact .content h5 {
    color: #111111;

    font-size: 16px;

    margin-bottom: 3px;
}


/* Contact values */

.sidebar-popup-contact .content a,
.sidebar-popup-contact .content span {
    color: #555555;
}

.sidebar-popup-contact .content a:hover {
    color: #C31103;
}


/* Social */

.sidebar-popup-social {
    margin-top: 35px;
}

.sidebar-popup-social h4 {
    margin-bottom: 18px;
}


/* Social buttons */

.sidebar-popup-social a {
    width: 42px;
    height: 42px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    margin-right: 8px;

    background: #f5f5f5;

    color: #111111;

    border-radius: 50%;

    transition: 0.3s ease;
}


.sidebar-popup-social a:hover {
    background: #C31103;

    color: #ffffff;
}


/* Mobile */

@media (max-width: 575px) {

    .sidebar-popup {
        width: 320px !important;
    }

}
/* side bar pop css end  */




/* super man css start */

/* ============================================================
   SUPERMAN FULL-SCREEN STACK SECTION
============================================================ */

.ff-superman-stack-section {
    position: relative;

    width: 100%;

    margin: 0;

    padding: 8px 0 20px;

    background: #f5f3ef;

    overflow: visible;
}


/* ============================================================
   STACK WRAPPER
============================================================ */

.ff-superman-stack {
    position: relative;

    width: 100%;

    padding: 0 10px;

    overflow: visible;
}


/* ============================================================
   LARGE STACK CARD
============================================================ */

.ff-superman-stack-card {
    position: sticky;

    width: calc(100vw - 20px);

    /*
     * Almost complete screen height.
     */

    height: calc(100vh - 22px);

    min-height: 680px;

    margin:
        0 auto
        20px;

    /*
     * Small white frame like reference.
     */

    border: 5px solid #ffffff;

    border-radius: 36px;

    overflow: hidden;

    background: #111;

    box-shadow:
        0 14px 45px rgba(0, 0, 0, .11);

    isolation: isolate;

    transform-origin: center top;

    will-change: transform;
}


/* ============================================================
   STICKY POSITIONS
============================================================ */

/*
 * Change these if your navbar is fixed.
 *
 * Example:
 * navbar height = 100px
 * use top 110px / 120px / 130px
 */

.ff-superman-card-1 {
    top: 8px;
    z-index: 1;
}


.ff-superman-card-2 {
    top: 16px;
    z-index: 2;
}


.ff-superman-card-3 {
    top: 24px;
    z-index: 3;
}


/* ============================================================
   BACKGROUND IMAGE
============================================================ */

.ff-superman-stack-image {
    position: absolute;

    inset: 0;

    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center;

    z-index: -3;

    transform: scale(1.025);

    transition:
        transform .8s ease,
        filter .5s ease;

    will-change: transform;
}


/* ============================================================
   IMAGE OVERLAY
============================================================ */

.ff-superman-stack-overlay {
    position: absolute;

    inset: 0;

    z-index: -2;

    background:
        linear-gradient(
            90deg,
            rgba(0, 0, 0, .42) 0%,
            rgba(0, 0, 0, .16) 32%,
            rgba(0, 0, 0, .03) 62%,
            rgba(0, 0, 0, .02) 100%
        );
}


/* ============================================================
   CONTENT LAYER
============================================================ */

.ff-superman-stack-inner {
    position: relative;

    z-index: 5;

    width: 100%;
    height: 100%;

    display: flex;

    align-items: flex-end;
    justify-content: flex-start;

    /*
     * Small padding from image edge.
     */

    padding:
        0
        0
        32px
        32px;
}


/* ============================================================
   SMALL RED INFORMATION CARD
============================================================ */

.ff-superman-stack-info {
    width: 330px;

    max-width:
        calc(100% - 32px);

    padding:
        22px
        22px
        21px;

    border-radius: 21px;

    color: #ffffff;

    background:
        linear-gradient(
            145deg,
            #df1c0d 0%,
            #bd1003 100%
        );

    box-shadow:
        0 15px 38px
        rgba(120, 8, 0, .28);

    transform: translateY(0);

    transition:
        transform .35s ease,
        box-shadow .35s ease;
}


/* ============================================================
   TOP META
============================================================ */

.ff-superman-card-top {
    display: flex;

    align-items: center;

    gap: 9px;

    margin-bottom: 15px;
}


.ff-superman-card-number {
    display: flex;

    width: 32px;
    height: 32px;

    flex: 0 0 32px;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #ffffff;

    color: #c31103;

    font-size: 10px;
    font-weight: 900;
}


.ff-superman-card-label {
    display: inline-flex;

    padding:
        6px
        10px;

    border:
        1px solid
        rgba(255,255,255,.38);

    border-radius: 50px;

    color: #ffffff;

    font-size: 9px;
    font-weight: 800;

    letter-spacing: .5px;

    text-transform: uppercase;
}


/* ============================================================
   TITLE
============================================================ */

.ff-superman-stack-info h3 {
    margin:
        0
        0
        11px;

    color: #ffffff;

    font-size: 29px;

    font-weight: 850;

    line-height: 1.03;

    letter-spacing: -1px;
}


.ff-superman-stack-info h3 span {
    display: block;

    color: #ffffff;
}


/* ============================================================
   DESCRIPTION
============================================================ */

.ff-superman-stack-info > p {
    margin:
        0
        0
        17px;

    color:
        rgba(255,255,255,.84);

    font-size: 12px;

    line-height: 1.6;
}


/* ============================================================
   BUTTON
============================================================ */

.ff-superman-stack-btn {
    display: inline-flex;

    align-items: center;

    gap: 9px;

    padding:
        6px
        6px
        6px
        15px;

    background: #ffffff;

    color: #161616 !important;

    border-radius: 50px;

    text-decoration: none !important;

    font-size: 11px;
    font-weight: 800;

    transition:
        transform .3s ease;
}


.ff-superman-stack-btn span {
    display: flex;

    width: 30px;
    height: 30px;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #1b1b1b;

    color: #ffffff;

    font-size: 10px;

    transition:
        background .3s ease,
        transform .3s ease;
}


.ff-superman-stack-btn:hover {
    transform: translateY(-2px);
}


.ff-superman-stack-btn:hover span {
    background: #c31103;

    transform: rotate(-35deg);
}


/* ============================================================
   SMALL CAPTION
============================================================ */

.ff-superman-card-caption {
    position: absolute;

    right: 27px;
    bottom: 24px;

    z-index: 5;

    color:
        rgba(255,255,255,.88);

    font-size: 10px;
    font-weight: 800;

    letter-spacing: 1.4px;

    text-transform: uppercase;
}


/* ============================================================
   ACTIVE CARD
============================================================ */

.ff-superman-stack-card.ff-stack-active
.ff-superman-stack-image {
    transform: scale(1);
}


/* ============================================================
   CARD BEHIND
============================================================ */

.ff-superman-stack-card.ff-stack-behind
.ff-superman-stack-image {
    filter: brightness(.83);
}


/* ============================================================
   LARGE DESKTOP
============================================================ */

@media (min-width: 1600px) {

    .ff-superman-stack {
        padding:
            0
            14px;
    }


    .ff-superman-stack-card {
        width:
            calc(
                100vw - 28px
            );

        height:
            calc(
                100vh - 28px
            );

        border-radius: 40px;
    }


    .ff-superman-stack-info {
        width: 350px;
    }

}


/* ============================================================
   TABLET
============================================================ */

@media (max-width: 1199px) {

    .ff-superman-stack-card {
        height:
            calc(
                100vh - 28px
            );

        min-height: 620px;

        border-radius: 30px;
    }


    .ff-superman-stack-inner {
        padding:
            0
            0
            25px
            25px;
    }


    .ff-superman-stack-info {
        width: 310px;

        padding: 20px;
    }


    .ff-superman-stack-info h3 {
        font-size: 26px;
    }

}


/* ============================================================
   MOBILE
============================================================ */

@media (max-width: 767px) {

    .ff-superman-stack-section {
        padding:
            6px
            0
            12px;
    }


    .ff-superman-stack {
        padding:
            0
            6px;
    }


    .ff-superman-stack-card {
        width:
            calc(
                100vw - 12px
            );

        height:
            calc(
                100svh - 15px
            );

        min-height: 600px;

        margin-bottom: 12px;

        border: 4px solid #ffffff;

        border-radius: 24px;
    }


    .ff-superman-card-1 {
        top: 6px;
    }


    .ff-superman-card-2 {
        top: 12px;
    }


    .ff-superman-card-3 {
        top: 18px;
    }


    .ff-superman-stack-inner {
        padding:
            0
            12px
            15px;
    }


    .ff-superman-stack-info {
        width: 285px;

        max-width: 88%;

        padding:
            19px
            18px;

        border-radius: 18px;
    }


    .ff-superman-stack-info h3 {
        font-size: 25px;
    }


    .ff-superman-stack-info > p {
        font-size: 11px;
    }


    .ff-superman-card-caption {
        right: 15px;
        bottom: 15px;

        font-size: 8px;
    }

}


/* ============================================================
   VERY SMALL MOBILE
============================================================ */

@media (max-width: 480px) {

    .ff-superman-stack-card {
        min-height: 560px;
    }


    .ff-superman-stack-info {
        width: 265px;

        padding:
            17px
            16px;
    }


    .ff-superman-stack-info h3 {
        font-size: 23px;
    }


    .ff-superman-card-number {
        width: 28px;
        height: 28px;

        flex-basis: 28px;
    }

}






















/* ============================================================
   SUPERMAN ZIPLINE
   WHITE GLASS CONTENT CARD
============================================================ */

.ff-superman-stack-info {

    width: 410px;

    max-width:
        calc(100% - 32px);

    padding:
        26px
        26px
        24px;

    border:
        1px solid
        rgba(255,255,255,.75);

    border-radius: 24px;


    /*
     * White transparent glass card
     */

    background:
        rgba(255,255,255,.88);


    backdrop-filter:
        blur(14px);

    -webkit-backdrop-filter:
        blur(14px);


    box-shadow:
        0 18px 50px
        rgba(0,0,0,.14);


    color: #C31103;
}


/* ============================================================
   TOP META
============================================================ */

.ff-superman-card-top {

    display: flex;

    align-items: center;

    gap: 10px;

    margin-bottom: 16px;
}


/* NUMBER */

.ff-superman-card-number {

    display: flex;

    width: 34px;
    height: 34px;

    flex:
        0 0
        34px;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #C31103;

    color: #ffffff;

    font-size: 10px;
    font-weight: 900;
}


/* LABEL */

.ff-superman-card-label {

    display: inline-flex;

    align-items: center;

    min-height: 32px;

    padding:
        4px
        13px;

    border:
        1px solid
        rgba(195,17,3,.22);

    border-radius: 50px;

    background:
        rgba(195,17,3,.06);

    color: #C31103;

    font-size: 9px;

    font-weight: 800;

    letter-spacing: .7px;

    text-transform: uppercase;
}


/* ============================================================
   TITLE
============================================================ */

.ff-superman-stack-info h3 {

    margin:
        0
        0
        12px;

    color: #191919;

    font-size: 33px;

    font-weight: 850;

    line-height: 1.03;

    letter-spacing: -1px;
}


.ff-superman-stack-info h3 span {

    display: block;

    color: #C31103;
}


/* ============================================================
   DESCRIPTION
============================================================ */

.ff-superman-stack-info > p {

    margin:
        0
        0
        18px;

    color: #4f4f4f;

    font-size: 12px;

    line-height: 1.65;
}


.ff-superman-stack-info > p strong {

    color: #C31103;

    font-weight: 800;
}


/* ============================================================
   RIDE DETAIL GRID
============================================================ */

.ff-superman-details {

    display: grid;

    grid-template-columns:
        repeat(2, 1fr);

    gap: 9px;

    margin-bottom: 19px;
}


.ff-superman-detail-item {

    display: flex;

    align-items: center;

    gap: 9px;

    min-height: 57px;

    padding:
        8px
        10px;

    border:
        1px solid
        rgba(195,17,3,.12);

    border-radius: 13px;

    background:
        rgba(195,17,3,.035);
}


/* DETAIL ICON */

.ff-superman-detail-icon {

    display: flex;

    width: 31px;
    height: 31px;

    flex:
        0 0
        31px;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #C31103;

    color: #ffffff;

    font-size: 11px;
}


.ff-superman-detail-item div {

    display: flex;

    flex-direction: column;

    line-height: 1.15;
}


.ff-superman-detail-item small {

    margin-bottom: 3px;

    color: #777777;

    font-size: 8px;

    font-weight: 600;

    text-transform: uppercase;

    letter-spacing: .3px;
}


.ff-superman-detail-item strong {

    color: #C31103;

    font-size: 10px;

    font-weight: 800;
}


/* ============================================================
   FREE PHOTOGRAPHY / VIDEO
============================================================ */

.ff-superman-free-media {

    display: flex;

    align-items: center;

    gap: 11px;

    padding:
        10px
        12px;

    margin-bottom: 8px;

    border:
        1px solid
        rgba(195,17,3,.13);

    border-radius: 14px;

    background:
        rgba(195,17,3,.04);
}


.ff-superman-media-icon {

    display: flex;

    width: 36px;
    height: 36px;

    flex:
        0 0
        36px;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #C31103;

    color: #ffffff;

    font-size: 12px;
}


.ff-superman-free-media > div:last-child {

    display: flex;

    flex-direction: column;

    line-height: 1.2;
}


.ff-superman-free-media small {

    margin-bottom: 3px;

    color: #777777;

    font-size: 8px;

    text-transform: uppercase;
}


.ff-superman-free-media strong {

    color: #C31103;

    font-size: 11px;

    font-weight: 800;
}


/* ============================================================
   PRICE HIGHLIGHT
============================================================ */

.ff-superman-price-highlight {

    display: flex;

    align-items: baseline;

    gap: 7px;

    padding:
        12px
        14px;

    margin:
        12px
        0
        17px;

    border-radius: 14px;

    background: #C31103;

    color: #ffffff;
}


.ff-superman-price-highlight span {

    margin-right: auto;

    color: #ffffff;

    font-size: 9px;

    font-weight: 700;

    text-transform: uppercase;
}


.ff-superman-price-highlight strong {

    color: #ffffff;

    font-size: 22px;

    font-weight: 900;

    line-height: 1;
}


.ff-superman-price-highlight small {

    color:
        rgba(255,255,255,.82);

    font-size: 8px;
}


/* ============================================================
   BUTTON
============================================================ */

.ff-superman-stack-btn {

    display: inline-flex;

    align-items: center;

    gap: 10px;

    padding:
        7px
        7px
        7px
        17px;

    border:
        1px solid
        #C31103;

    border-radius: 50px;

    background: #C31103;

    color:
        #ffffff !important;

    text-decoration: none !important;

    font-size: 11px;

    font-weight: 800;

    box-shadow:
        0 8px 22px
        rgba(195,17,3,.18);

    transition:
        transform .3s ease,
        background .3s ease;
}


/* BUTTON ICON */

.ff-superman-stack-btn span {

    display: flex;

    width: 32px;
    height: 32px;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #ffffff;

    color: #C31103;

    font-size: 10px;

    transition:
        transform .3s ease;
}


.ff-superman-stack-btn:hover {

    background: #8F0D02;

    color:
        #ffffff !important;

    transform:
        translateY(-2px);
}


.ff-superman-stack-btn:hover span {

    background: #ffffff;

    color: #C31103;

    transform:
        rotate(-35deg);
}


/* ============================================================
   BOTTOM CAPTION
============================================================ */

.ff-superman-card-caption {

    position: absolute;

    right: 27px;
    bottom: 24px;

    z-index: 5;

    padding:
        5px
        11px;

    border-radius: 30px;

    background:
        rgba(255,255,255,.86);

    backdrop-filter:
        blur(7px);

    -webkit-backdrop-filter:
        blur(7px);

    color: #C31103;

    font-size: 9px;

    font-weight: 800;

    letter-spacing: 1.2px;

    text-transform: uppercase;
}


/* ============================================================
   TABLET
============================================================ */

@media (max-width: 1199px) {

    .ff-superman-stack-info {

        width: 390px;

        padding:
            23px
            22px;
    }


    .ff-superman-stack-info h3 {

        font-size: 29px;
    }

}


/* ============================================================
   MOBILE
============================================================ */

@media (max-width: 767px) {

    .ff-superman-stack-info {

        width: 340px;

        max-width: 92%;

        padding:
            20px
            18px;

        border-radius: 19px;
    }


    .ff-superman-stack-info h3 {

        font-size: 26px;
    }


    .ff-superman-stack-info > p {

        font-size: 11px;

        line-height: 1.55;
    }


    .ff-superman-details {

        grid-template-columns: 1fr;

        gap: 6px;
    }


    .ff-superman-detail-item {

        min-height: 48px;

        padding:
            6px
            8px;
    }


    .ff-superman-detail-icon {

        width: 28px;
        height: 28px;

        flex-basis: 28px;
    }


    .ff-superman-price-highlight {

        padding:
            10px
            11px;
    }


    .ff-superman-price-highlight strong {

        font-size: 19px;
    }

}


/* ============================================================
   VERY SMALL MOBILE
============================================================ */

@media (max-width: 480px) {

    .ff-superman-stack-info {

        width: 310px;

        padding:
            17px
            15px;
    }


    .ff-superman-stack-info h3 {

        font-size: 23px;
    }


    .ff-superman-card-number {

        width: 29px;
        height: 29px;

        flex-basis: 29px;
    }


    .ff-superman-stack-btn {

        font-size: 10px;
    }

}































/* =========================================================
   SUPERMAN ZIPLINE FEATURE SECTION
========================================================= */

.ff-superman-feature-section {
    position: relative;

    padding: 60px 0 120px;

    background: #f7f7f7;

    overflow: hidden;
}


/* =========================================================
   HEADING
========================================================= */

.ff-superman-feature-heading {
    max-width: 820px;
    margin: 0 auto 75px;
}

.ff-superman-feature-tag,
.ff-superman-small-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    padding: 7px 17px;

    border: 1px solid rgba(195, 17, 3, 0.25);
    border-radius: 50px;

    color: #C31103;

    background: #ffffff;

    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.7px;
}

.ff-superman-feature-heading h2 {
    margin: 18px 0 14px;

    color: #171717;

    font-size: 48px;
    font-weight: 800;
    line-height: 1.15;
}

.ff-superman-feature-heading h2 span {
    color: #C31103;
}

.ff-superman-feature-heading p {
    max-width: 700px;
    margin: 0 auto;

    color: #666666;

    font-size: 16px;
    line-height: 1.8;
}


/* =========================================================
   EACH ROW
========================================================= */

.ff-superman-feature-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: center;

    gap: 70px;

    margin-bottom: 105px;
}

.ff-superman-feature-row:last-child {
    margin-bottom: 0;
}


/* =========================================================
   IMAGE
========================================================= */

.ff-superman-feature-image {
    position: relative;

    width: 100%;

    border-radius: 30px;

    overflow: hidden;

    box-shadow:
        0 22px 55px rgba(0, 0, 0, 0.10);
}

.ff-superman-feature-image img {
    display: block;

    width: 100%;
    height: 440px;

    object-fit: cover;

    transition: transform 0.7s ease;
}

.ff-superman-feature-image:hover img {
    transform: scale(1.045);
}


/* image badge */

.ff-superman-image-badge {
    position: absolute;
    left: 24px;
    bottom: 24px;

    display: inline-flex;
    align-items: center;
    gap: 8px;

    padding: 10px 16px;

    border-radius: 50px;

    color: #C31103;

    background: rgba(255, 255, 255, 0.93);

    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);

    font-size: 13px;
    font-weight: 700;

    box-shadow:
        0 8px 24px rgba(0, 0, 0, 0.12);
}


/* =========================================================
   CONTENT
========================================================= */

.ff-superman-feature-content {
    max-width: 580px;
}

.ff-superman-feature-content h3 {
    margin: 18px 0 18px;

    color: #171717;

    font-size: 42px;
    line-height: 1.15;
    font-weight: 800;
}

.ff-superman-feature-content h3 span {
    display: block;
    color: #C31103;
}

.ff-superman-feature-content > p {
    margin-bottom: 28px;

    color: #666666;

    font-size: 16px;
    line-height: 1.85;
}


/* =========================================================
   INFORMATION GRID
========================================================= */

.ff-superman-info-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));

    gap: 14px;

    margin-bottom: 30px;
}

.ff-superman-info-item {
    display: flex;
    align-items: center;

    gap: 13px;

    min-height: 80px;

    padding: 15px 17px;

    border: 1px solid rgba(195, 17, 3, 0.10);
    border-radius: 15px;

    background: #ffffff;

    box-shadow:
        0 8px 25px rgba(0, 0, 0, 0.04);
}

.ff-superman-info-item > i {
    display: flex;
    align-items: center;
    justify-content: center;

    flex: 0 0 44px;

    width: 44px;
    height: 44px;

    border-radius: 50%;

    color: #ffffff;
    background: #C31103;

    font-size: 16px;
}

.ff-superman-info-item div {
    display: flex;
    flex-direction: column;
}

.ff-superman-info-item small {
    margin-bottom: 2px;

    color: #898989;

    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
}

.ff-superman-info-item strong {
    color: #222222;

    font-size: 14px;
    font-weight: 700;
}


/* =========================================================
   FREE PHOTO / VIDEO
========================================================= */

.ff-superman-media-features {
    display: flex;
    flex-wrap: wrap;

    gap: 15px;

    margin-bottom: 22px;
}

.ff-superman-media-feature {
    display: flex;
    align-items: center;

    gap: 13px;

    flex: 1 1 200px;

    padding: 16px;

    border-radius: 15px;

    background: #ffffff;

    box-shadow:
        0 8px 25px rgba(0, 0, 0, 0.05);
}

.ff-superman-media-feature > span {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 46px;
    height: 46px;

    flex: 0 0 46px;

    border-radius: 50%;

    color: #ffffff;
    background: #C31103;
}

.ff-superman-media-feature div {
    display: flex;
    flex-direction: column;
}

.ff-superman-media-feature small {
    color: #888888;
    font-size: 11px;
}

.ff-superman-media-feature strong {
    color: #222222;
    font-size: 14px;
}


/* =========================================================
   PRICE BOX
========================================================= */

.ff-superman-price-box {
    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 20px;

    margin-bottom: 27px;

    padding: 18px 20px;

    border-left: 4px solid #C31103;
    border-radius: 12px;

    background: #ffffff;

    box-shadow:
        0 8px 25px rgba(0, 0, 0, 0.05);
}

.ff-superman-price-box > div {
    display: flex;
    flex-direction: column;
}

.ff-superman-price-box > div small {
    color: #C31103;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.ff-superman-price-box > div span {
    color: #666666;
    font-size: 13px;
}

.ff-superman-price-box > strong {
    color: #C31103;

    font-size: 28px;
    line-height: 1;
}

.ff-superman-price-box > strong small {
    color: #777777;

    font-size: 12px;
    font-weight: 500;
}


/* =========================================================
   BUTTON
========================================================= */

.ff-superman-feature-btn {
    display: inline-flex;
    align-items: center;

    gap: 14px;

    padding: 7px 8px 7px 22px;

    border-radius: 50px;

    background: #C31103;

    color: #ffffff !important;

    font-size: 14px;
    font-weight: 700;

    text-decoration: none;

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.ff-superman-feature-btn > span {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 40px;
    height: 40px;

    border-radius: 50%;

    background: #ffffff;
    color: #C31103;

    transition:
        background 0.3s ease,
        color 0.3s ease,
        transform 0.3s ease;
}

.ff-superman-feature-btn:hover {
    color: #ffffff !important;

    transform: translateY(-3px);

    box-shadow:
        0 12px 30px rgba(195, 17, 3, 0.25);
}

.ff-superman-feature-btn:hover > span {
    background: #111111;
    color: #ffffff;

    transform: rotate(-35deg);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .ff-superman-feature-section {
        padding: 85px 0;
    }

    .ff-superman-feature-row {
        grid-template-columns: 1fr;

        gap: 38px;

        margin-bottom: 80px;
    }

    /*
       Important:
       On tablet/mobile we want the image first
       even for the reversed desktop row.
    */
    .ff-superman-feature-row-reverse
    .ff-superman-feature-image {
        order: 1;
    }

    .ff-superman-feature-row-reverse
    .ff-superman-feature-content {
        order: 2;
    }

    .ff-superman-feature-content {
        max-width: 100%;
    }

    .ff-superman-feature-image img {
        height: 420px;
    }

    .ff-superman-feature-heading h2 {
        font-size: 40px;
    }

    .ff-superman-feature-content h3 {
        font-size: 36px;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .ff-superman-feature-section {
        padding: 70px 0;
    }

    .ff-superman-feature-heading {
        margin-bottom: 48px;
    }

    .ff-superman-feature-heading h2 {
        font-size: 32px;
    }

    .ff-superman-feature-heading p {
        font-size: 14px;
    }

    .ff-superman-feature-row {
        gap: 28px;
        margin-bottom: 65px;
    }

    .ff-superman-feature-image {
        border-radius: 22px;
    }

    .ff-superman-feature-image img {
        height: 300px;
    }

    .ff-superman-feature-content h3 {
        margin-top: 15px;

        font-size: 30px;
    }

    .ff-superman-feature-content > p {
        font-size: 14px;
        line-height: 1.75;
    }

    .ff-superman-info-grid {
        grid-template-columns: 1fr;
    }

    .ff-superman-image-badge {
        left: 15px;
        bottom: 15px;
    }

    .ff-superman-price-box {
        align-items: flex-start;
        flex-direction: column;
    }
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 420px) {

    .ff-superman-feature-image img {
        height: 250px;
    }

    .ff-superman-feature-heading h2 {
        font-size: 28px;
    }

    .ff-superman-feature-content h3 {
        font-size: 27px;
    }

    .ff-superman-feature-btn {
        padding-left: 17px;
        font-size: 13px;
    }

}






/* =========================================================
   SUPERMAN SECTION - FINAL BACKGROUND
========================================================= */

.ff-superman-feature-section {
    position: relative;

    padding: 90px 0 120px;

    background: #fff5f5;

    overflow: hidden;

    z-index: 1;
}


/* Pattern */

.ff-superman-feature-section::before {
    content: "";

    position: absolute;

    inset: 0;

    background-image:
        url("../img/shape/15.webp");

    background-repeat: no-repeat;

    background-position: center;

    background-size: cover;

    opacity: 0.10;

    pointer-events: none;

    z-index: -2;
}


/* soft Flying Fox red tint */

.ff-superman-feature-section::after {
    content: "";

    position: absolute;

    inset: 0;

    background:
        rgba(195, 17, 3, 0.025);

    pointer-events: none;

    z-index: -1;
}


/* Content */

.ff-superman-feature-section > .container {
    position: relative;

    z-index: 2;
}

/* super man css end  */









/* rides css start */
/* =========================================================
   FLYING FOX RIDE CARD MEDIA BUTTONS
========================================================= */

.tour-item .tour-btn {
    display: flex;
    align-items: center;
    gap: 8px;
}


/* Image + video buttons */

.tour-item .tour-btn .popup-img,
.tour-item .tour-btn .ff-ride-video-btn {

    width: 38px;
    height: 38px;

    display: inline-flex;

    align-items: center;
    justify-content: center;

    padding: 0;

    border: none;

    border-radius: 50%;

    background: #ffffff;

    color: #1e1e1e;

    cursor: pointer;

    box-shadow:
        0 5px 20px rgba(0, 0, 0, 0.12);

    transition:
        background 0.3s ease,
        color 0.3s ease,
        transform 0.3s ease;
}


.tour-item .tour-btn .popup-img:hover,
.tour-item .tour-btn .ff-ride-video-btn:hover {

    background: #C31103;

    color: #ffffff;

    transform: translateY(-2px);

}



/* Description */

.ff-tour-description {

    margin: 10px 0 14px;

    color: #666666;

    font-size: 14px;

    line-height: 1.6;

}



/* Price unavailable */

.ff-price-unavailable {

    font-size: 14px !important;

    color: #777777 !important;

}



/* =========================================================
   VIDEO MODAL
========================================================= */

.ff-ride-video-modal {

    overflow: hidden;

    border: none;

    border-radius: 20px;

    background: #111111;

}


.ff-ride-video-modal .modal-header {

    background: #ffffff;

    border-bottom: none;

}


.ff-ride-video-modal .modal-title {

    color: #111111;

    font-weight: 600;

}


.ff-ride-video-modal .modal-body {

    padding: 0;

    background: #000000;

}


#rideModalVideo {

    display: block;

    width: 100%;

    max-height: 75vh;

    background: #000000;

}

/* =========================================
   EQUAL HEIGHT RIDE CARDS
========================================= */

.tour-slider .owl-stage {
    display: flex;
}

.tour-slider .owl-item {
    display: flex;
    height: auto;
}

.tour-slider .item {
    width: 100%;
    display: flex;
}

.tour-slider .tour-item {
    width: 100%;
    height: 100%;

    display: flex;
    flex-direction: column;
}


/* Keep image same height */
.tour-slider .tour-img {
    height: 300px;
    flex-shrink: 0;
    overflow: hidden;
}

.tour-slider .tour-img .ani-img,
.tour-slider .tour-img .ani-img img {
    width: 100%;
    height: 100%;
}

.tour-slider .tour-img .ani-img img {
    object-fit: cover;
}


/* Content fills remaining height */
.tour-slider .tour-content {
    flex: 1;

    display: flex;
    flex-direction: column;
}


/* Same title area */
.tour-slider .tour-title {
    min-height: 52px;
}


/* Same description area */
.tour-slider .ff-tour-description {
    min-height: 68px;

    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;

    overflow: hidden;
}


/* Push price + button to bottom */
.tour-slider .tour-bottom {
    margin-top: auto;
}


/* rides css end  */



/* home testimonial css start */

/* =====================================================
   FLYING FOX TESTIMONIAL SHOWCASE
===================================================== */

.ff-testimonial-showcase {
    position: relative;
    overflow: hidden;
    padding: 115px 55px;
    background:
        radial-gradient(
            circle at 85% 25%,
            rgba(255, 255, 255, 0.12),
            transparent 28%
        ),
        linear-gradient(
            135deg,
            #c31103 0%,
            #a70e02 52%,
            #850b02 100%
        );
}


/* Decorative background shapes */

.ff-testimonial-showcase::before {
    content: "";

    position: absolute;
    top: -170px;
    left: -150px;

    width: 420px;
    height: 420px;

    border: 70px solid rgba(255, 255, 255, 0.055);
    border-radius: 50%;

    pointer-events: none;
}

.ff-testimonial-showcase::after {
    content: "";

    position: absolute;
    right: -110px;
    bottom: -170px;

    width: 390px;
    height: 390px;

    background: rgba(255, 255, 255, 0.045);
    border-radius: 50%;

    pointer-events: none;
}

.ff-testimonial-showcase .container-fluid {
    position: relative;
    z-index: 2;
}


/* =========================================
   LEFT INTRODUCTION
========================================= */

.ff-testimonial-intro {
    max-width: 310px;
    padding-right: 20px;
}

.ff-testimonial-tagline {
    display: inline-block;
    margin-bottom: 14px;

    color: rgba(255, 255, 255, 0.78);

    font-size: 14px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.ff-testimonial-intro h2 {
    margin-bottom: 18px;

    color: #ffffff;

    font-size: clamp(48px, 5vw, 78px);
    font-weight: 900;
    line-height: 0.92;
    text-transform: uppercase;
}

.ff-testimonial-intro h2 span {
    display: block;
    color: #ffffff;
}

.ff-testimonial-intro p {
    margin-bottom: 30px;

    color: rgba(255, 255, 255, 0.86);

    font-size: 16px;
    line-height: 1.65;
}


/* Navigation */

.ff-testimonial-navigation {
    display: flex;
    gap: 14px;
}

.ff-testimonial-prev,
.ff-testimonial-next {
    display: inline-flex;

    width: 55px;
    height: 55px;

    align-items: center;
    justify-content: center;

    color: var(--theme-color);
    background: #ffffff;

    border: 0;
    border-radius: 50%;

    font-size: 18px;
    cursor: pointer;

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        background 0.3s ease;
}

.ff-testimonial-prev:hover,
.ff-testimonial-next:hover {
    color: var(--theme-color);
    background: #fff5f5;

    transform: translateY(-3px);

    box-shadow:
        0 12px 28px rgba(0, 0, 0, 0.20);
}


/* =========================================
   TESTIMONIAL CARD
========================================= */

.ff-testimonial-slider .owl-stage {
    display: flex;
}

.ff-testimonial-slider .owl-item {
    display: flex;
}

.ff-testimonial-slider .item {
    display: flex;
    width: 100%;
    height: 100%;
}

.ff-testimonial-card {
    position: relative;

    display: flex;
    width: 100%;
    height: 100%;
    min-height: 485px;
    flex-direction: column;

    overflow: hidden;

    background: #ffffff;

    border-radius: 26px;

    box-shadow:
        0 22px 55px rgba(84, 0, 0, 0.24);

    transition:
        transform 0.4s ease,
        box-shadow 0.4s ease;
}

.ff-testimonial-card:hover {
    transform: translateY(-8px);

    box-shadow:
        0 30px 65px rgba(84, 0, 0, 0.30);
}


/* Customer image */

.ff-testimonial-image {
    position: relative;
    height: 255px;
    overflow: hidden;
    background: #eeeeee;
}

.ff-testimonial-image img {
    display: block;
    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center;

    transition: transform 0.5s ease;
}

.ff-testimonial-card:hover
.ff-testimonial-image img {
    transform: scale(1.06);
}

.ff-testimonial-image-overlay {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            180deg,
            transparent 35%,
            rgba(0, 0, 0, 0.60) 100%
        );
}


/* Rating */

.ff-testimonial-rating {
    position: absolute;
    right: 18px;
    bottom: 17px;

    display: inline-flex;
    gap: 3px;

    padding: 8px 12px;

    color: #ffd400;
    background: rgba(0, 0, 0, 0.66);

    border-radius: 40px;

    backdrop-filter: blur(8px);

    font-size: 13px;
}


/* Card content */

.ff-testimonial-card-content {
    position: relative;

    display: flex;
    flex: 1;
    flex-direction: column;

    padding: 28px 27px 25px;
}

.ff-testimonial-quote-icon {
    position: absolute;
    top: -28px;
    left: 25px;

    display: flex;
    width: 56px;
    height: 56px;

    align-items: center;
    justify-content: center;

    color: #ffffff;
    background: var(--theme-color);

    border: 5px solid #ffffff;
    border-radius: 50%;

    font-size: 19px;
}

.ff-testimonial-card-content > p {
    margin: 15px 0 25px;

    color: var(--body-text-color);

    font-size: 15px;
    line-height: 1.7;
}


/* Author */

.ff-testimonial-author {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;

    margin-top: auto;
    padding-top: 19px;

    border-top:
        1px solid rgba(195, 17, 3, 0.12);
}

.ff-testimonial-author h4 {
    margin-bottom: 3px;

    color: var(--color-dark);

    font-size: 18px;
    font-weight: 800;
}

.ff-testimonial-author span {
    color: var(--body-text-color);
    font-size: 13px;
}

.ff-testimonial-verified {
    display: inline-flex;
    align-items: center;
    gap: 6px;

    color: var(--theme-color);

    font-size: 12px;
    font-weight: 700;
}

.ff-testimonial-verified i {
    font-size: 14px;
}


/* Remove default Owl dots and arrows */

.ff-testimonial-slider .owl-nav,
.ff-testimonial-slider .owl-dots {
    display: none;
}


/* Empty state */

.ff-testimonial-empty {
    padding: 70px 30px;

    color: #ffffff;

    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 25px;

    text-align: center;
}

.ff-testimonial-empty h4 {
    color: #ffffff;
}


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 1199px) {

    .ff-testimonial-showcase {
        padding-right: 30px;
        padding-left: 30px;
    }

    .ff-testimonial-intro h2 {
        font-size: 55px;
    }

}


@media (max-width: 991px) {

    .ff-testimonial-showcase {
        padding: 90px 25px;
    }

    .ff-testimonial-intro {
        max-width: 650px;
        margin: 0 auto 20px;
        padding-right: 0;

        text-align: center;
    }

    .ff-testimonial-navigation {
        justify-content: center;
    }

}


@media (max-width: 767px) {

    .ff-testimonial-showcase {
        padding: 75px 15px;
    }

    .ff-testimonial-intro h2 {
        font-size: 48px;
    }

    .ff-testimonial-card {
        min-height: 450px;
    }

    .ff-testimonial-image {
        height: 230px;
    }

}


@media (max-width: 575px) {

    .ff-testimonial-showcase {
        padding-right: 8px;
        padding-left: 8px;
    }

    .ff-testimonial-intro p {
        font-size: 15px;
    }

    .ff-testimonial-card-content {
        padding-right: 22px;
        padding-left: 22px;
    }

    .ff-testimonial-author {
        align-items: flex-start;
        flex-direction: column;
    }

}





















/* =========================================================
   TESTIMONIAL CARD - TALLER IMAGE / COMPACT CONTENT
========================================================= */

.ff-testimonial-card {
    min-height: 560px;
}


/* =========================================================
   IMAGE - INCREASE HEIGHT
========================================================= */

.ff-testimonial-image {
    height: 310px;
    min-height: 310px;
}

.ff-testimonial-image img {
    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center;
}


/* =========================================================
   CONTENT - REDUCE HEIGHT
========================================================= */

.ff-testimonial-card-content {
    padding:
        22px
        26px
        18px;
}


/* =========================================================
   REVIEW TEXT
========================================================= */

.ff-testimonial-card-content > p {
    margin:
        12px
        0
        15px;

    font-size: 14px;
    line-height: 1.55;

    /* keeps all cards almost same height */
    display: -webkit-box;

    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;

    overflow: hidden;
}


/* =========================================================
   AUTHOR AREA - MORE COMPACT
========================================================= */

.ff-testimonial-author {
    margin-top: auto;

    padding-top: 13px;

    gap: 12px;
}


/* author name */

.ff-testimonial-author h4 {
    margin-bottom: 2px;

    font-size: 17px;
    line-height: 1.2;
}


/* Flying Fox Rider */

.ff-testimonial-author span {
    font-size: 12px;
    line-height: 1.3;
}


/* =========================================================
   GOOGLE REVIEW IMAGE
========================================================= */

.ff-testimonial-google-review {
    display: flex;
    align-items: center;
    justify-content: flex-end;

    flex-shrink: 0;
}

.ff-testimonial-google-review img {
    display: block;

    width: 105px;
    height: auto;

    object-fit: contain;
}


/* =========================================================
   QUOTE ICON
========================================================= */

.ff-testimonial-quote-icon {
    top: -25px;

    width: 50px;
    height: 50px;

    font-size: 17px;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .ff-testimonial-image {
        height: 280px;
        min-height: 280px;
    }

    .ff-testimonial-card-content {
        padding:
            21px
            22px
            18px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 575px) {

    .ff-testimonial-card {
        min-height: auto;
    }

    .ff-testimonial-image {
        height: 250px;
        min-height: 250px;
    }

    .ff-testimonial-card-content {
        padding:
            20px
            20px
            17px;
    }

    .ff-testimonial-card-content > p {
        margin:
            11px
            0
            14px;

        font-size: 13px;
        line-height: 1.55;

        -webkit-line-clamp: 4;
    }

    .ff-testimonial-author {
        padding-top: 12px;

        flex-direction: row;
        align-items: center;
    }

    .ff-testimonial-google-review img {
        width: 90px;
    }

}
/* testimonial css end  */









/* why choose us css start */
/* =====================================================
   WHY CHOOSE FLYING FOX
===================================================== */

.ff-choose-section {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 5% 30%,
            rgba(195, 17, 3, 0.05),
            transparent 28%
        ),
        #ffffff;
}


/* =========================================
   LEFT STICKY IMAGE
========================================= */

.ff-choose-sticky {
    position: sticky;
    top: 120px;
}

.ff-choose-main-image {
    position: relative;
    height: 610px;
    overflow: hidden;
    background: #eeeeee;
    border-radius: 30px;
    box-shadow:
        0 22px 55px rgba(0, 0, 0, 0.14);
}

.ff-choose-main-image > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.6s ease;
}

.ff-choose-main-image:hover > img {
    transform: scale(1.04);
}

.ff-choose-image-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.05) 20%,
            rgba(0, 0, 0, 0.80) 100%
        );
}

.ff-choose-image-content {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 42px 38px;
    color: #ffffff;
    z-index: 2;
}

.ff-choose-small-title {
    display: inline-block;
    margin-bottom: 12px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.ff-choose-image-content h3 {
    max-width: 470px;
    margin-bottom: 13px;
    color: #ffffff;
    font-size: 38px;
    font-weight: 800;
    line-height: 1.15;
}

.ff-choose-image-content p {
    max-width: 470px;
    margin-bottom: 22px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 15px;
    line-height: 1.65;
}

.ff-choose-image-button {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 23px;
    color: #ffffff;
    background: var(--theme-color);
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    transition: all 0.3s ease;
}

.ff-choose-image-button:hover {
    color: #ffffff;
    background: var(--theme-color2);
    transform: translateY(-3px);
}


/* Rating badge */

.ff-choose-rating {
    position: absolute;
    top: 24px;
    right: 24px;
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 11px 15px;
    color: #222222;
    background: rgba(255, 255, 255, 0.94);
    border-radius: 15px;
    backdrop-filter: blur(8px);
    box-shadow:
        0 10px 30px rgba(0, 0, 0, 0.15);
    z-index: 3;
}

.ff-choose-rating-number {
    color: var(--theme-color);
    font-size: 25px;
    font-weight: 900;
}

.ff-choose-stars {
    display: flex;
    gap: 2px;
    margin-bottom: 3px;
    color: #f5b000;
    font-size: 11px;
}

.ff-choose-rating span {
    color: #555555;
    font-size: 11px;
}


/* =========================================
   RIGHT SLIDER
========================================= */

.ff-choose-slider-wrap {
    position: relative;
    padding-bottom: 78px;
}

.ff-choose-slider .owl-stage {
    display: flex;
}

.ff-choose-slider .owl-item {
    display: flex;
}

.ff-choose-slider .item {
    display: flex;
    width: 100%;
    height: 100%;
}

.ff-choose-card {
    display: flex;
    width: 100%;
    min-height: 565px;
    flex-direction: column;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid rgba(195, 17, 3, 0.08);
    border-radius: 27px;
    box-shadow:
        0 16px 40px rgba(0, 0, 0, 0.10);
    transition:
        transform 0.4s ease,
        box-shadow 0.4s ease;
}

.ff-choose-card:hover {
    transform: translateY(-8px);
    box-shadow:
        0 25px 55px rgba(195, 17, 3, 0.16);
}


/* Card image */

.ff-choose-card-image {
    position: relative;
    height: 300px;
    overflow: hidden;
    background: #eeeeee;
}

.ff-choose-card-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.5s ease;
}

.ff-choose-card:hover .ff-choose-card-image img {
    transform: scale(1.06);
}

.ff-choose-card-number {
    position: absolute;
    top: 18px;
    right: 18px;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: var(--theme-color);
    border: 3px solid rgba(255, 255, 255, 0.75);
    border-radius: 50%;
    font-size: 13px;
    font-weight: 800;
}


/* Card content */

.ff-choose-card-content {
    position: relative;
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 35px 30px 31px;
    text-align: center;
}

.ff-choose-card-icon {
    display: flex;
    width: 62px;
    height: 62px;
    margin: -65px auto 25px;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: var(--theme-color);
    border: 6px solid #ffffff;
    border-radius: 50%;
    box-shadow:
        0 12px 26px rgba(195, 17, 3, 0.24);
    font-size: 21px;
    z-index: 2;
}

.ff-choose-card-content h4 {
    margin-bottom: 13px;
    color: var(--color-dark);
    font-size: 23px;
    font-weight: 800;
    line-height: 1.25;
}

.ff-choose-card-content p {
    margin-bottom: 0;
    color: var(--body-text-color);
    font-size: 15px;
    line-height: 1.7;
}


/* =========================================
   CUSTOM ARROWS
========================================= */

.ff-choose-navigation {
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    gap: 12px;
}

.ff-choose-prev,
.ff-choose-next {
    display: inline-flex;
    width: 56px;
    height: 56px;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: var(--theme-color);
    border: 0;
    border-radius: 50%;
    font-size: 17px;
    cursor: pointer;
    box-shadow:
        0 12px 25px rgba(195, 17, 3, 0.20);
    transition: all 0.3s ease;
}

.ff-choose-prev:hover,
.ff-choose-next:hover {
    color: #ffffff;
    background: var(--theme-color2);
    transform: translateY(-3px);
}

.ff-choose-slider .owl-nav,
.ff-choose-slider .owl-dots {
    display: none;
}


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 1199px) {

    .ff-choose-main-image {
        height: 570px;
    }

    .ff-choose-image-content h3 {
        font-size: 32px;
    }

    .ff-choose-card {
        min-height: 530px;
    }

    .ff-choose-card-image {
        height: 270px;
    }

}


@media (max-width: 991px) {

    .ff-choose-section {
        padding: 95px 0;
    }

    .ff-choose-sticky {
        position: relative;
        top: auto;
        margin-bottom: 20px;
    }

    .ff-choose-main-image {
        height: 550px;
    }

    .ff-choose-navigation {
        right: 50%;
        transform: translateX(50%);
    }

}


@media (max-width: 767px) {

    .ff-choose-section {
        padding: 80px 0;
    }

    .ff-choose-main-image {
        height: 500px;
        border-radius: 22px;
    }

    .ff-choose-image-content {
        padding: 30px 25px;
    }

    .ff-choose-image-content h3 {
        font-size: 28px;
    }

    .ff-choose-card {
        min-height: 500px;
    }

    .ff-choose-card-image {
        height: 255px;
    }

}


@media (max-width: 575px) {

    .ff-choose-main-image {
        height: 470px;
    }

    .ff-choose-rating {
        top: 15px;
        right: 15px;
    }

    .ff-choose-card-content {
        padding-right: 22px;
        padding-left: 22px;
    }

}

/* why choose us end  */




/* about mission css start */
/* =====================================================
   FLYING FOX - OUR MISSION SECTION
===================================================== */

.ff-mission-section {
    position: relative;
    overflow: hidden;

    background: #ffffff;
}


/* =====================================================
   HEADING
===================================================== */

.ff-mission-heading {
    margin-bottom: 55px;
}

.ff-mission-heading .site-title-tagline {
    margin-bottom: 12px;
}

.ff-mission-heading h2 {
    margin-bottom: 14px;

    color: var(--color-dark);

    font-size: clamp(44px, 5vw, 72px);
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}

.ff-mission-heading h2 span {
    color: var(--theme-color);
}

.ff-mission-heading h4 {
    margin-bottom: 16px;

    color: var(--color-dark);

    font-size: 18px;
    font-weight: 600;
}

.ff-mission-heading p {
    max-width: 900px;

    margin: 0 auto;

    color: var(--body-text-color);

    font-size: 15px;
    line-height: 1.8;
}


/* =====================================================
   MOVING GALLERY
===================================================== */

.ff-mission-gallery {
    position: relative;

    width: 100%;
    overflow: hidden;

    padding: 5px 0 20px;
}


/* Soft fade on both sides */
.ff-mission-gallery::before,
.ff-mission-gallery::after {
    display: none;
}


/* =====================================================
   TRACK
===================================================== */

.ff-mission-track {
    display: flex;

    width: max-content;

    animation:
        ffMissionScroll 34s linear infinite;

    will-change: transform;
}


/* Group */

.ff-mission-image-group {
    display: flex;

    flex-shrink: 0;

    align-items: stretch;

    gap: 18px;

    padding-right: 18px;
}


/* =====================================================
   IMAGE CARD
===================================================== */

.ff-mission-image-card {
    position: relative;

    flex-shrink: 0;

    width: 290px;
    height: 340px;

    overflow: hidden;

    background: #eeeeee;

    border-radius: 24px;

    box-shadow:
        0 12px 30px rgba(0, 0, 0, 0.09);
}


.ff-mission-image-card img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center;

    transition:
        transform 0.5s ease;
}


.ff-mission-image-card:hover img {
    transform: scale(1.07);
}


/* =====================================================
   IMAGE OVERLAY / CATEGORY
===================================================== */

.ff-mission-image-overlay {
    position: absolute;
    inset: 0;

    display: flex;
    align-items: flex-end;

    padding: 20px;

    background:
        linear-gradient(
            180deg,
            transparent 50%,
            rgba(0, 0, 0, 0.60) 100%
        );

    opacity: 0;

    transition:
        opacity 0.3s ease;
}


.ff-mission-image-card:hover
.ff-mission-image-overlay {
    opacity: 1;
}


.ff-mission-image-overlay span {
    color: #ffffff;

    font-size: 16px;
    font-weight: 700;
}


/* =====================================================
   INFINITE LOOP
===================================================== */

@keyframes ffMissionScroll {

    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }

}


/* Pause movement on hover */

.ff-mission-gallery:hover
.ff-mission-track {
    animation-play-state: paused;
}


/* =====================================================
   EMPTY MESSAGE
===================================================== */

.ff-mission-empty {
    padding: 60px 20px;

    background: #fff5f5;

    border-radius: 20px;
}

.ff-mission-empty h4 {
    margin-bottom: 8px;

    color: var(--color-dark);
}

.ff-mission-empty p {
    margin: 0;

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


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 991px) {

    .ff-mission-heading {
        margin-bottom: 40px;
    }

    .ff-mission-image-card {
        width: 250px;
        height: 300px;
    }

}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 767px) {

    .ff-mission-section {
        padding: 80px 0;
    }

    .ff-mission-heading h2 {
        font-size: 40px;
    }

    .ff-mission-heading h4 {
        font-size: 16px;
    }

    .ff-mission-heading p {
        font-size: 14px;
    }

    .ff-mission-image-card {
        width: 215px;
        height: 255px;

        border-radius: 20px;
    }

    .ff-mission-image-group {
        gap: 14px;
        padding-right: 14px;
    }

    .ff-mission-track {
        animation-duration: 27s;
    }

}


/* =====================================================
   SMALL MOBILE
===================================================== */

@media (max-width: 480px) {

    .ff-mission-image-card {
        width: 185px;
        height: 220px;
    }

}
/* mission css end  */








/* navbar css height start */
/* =========================================================
   SMALLER DESKTOP NAVBAR
========================================================= */

@media (min-width: 992px) {

    /* Main white rounded navbar */
    .main-navigation .navbar > .container {
        min-height: 88px !important;

        padding-left: 24px !important;
        padding-right: 24px !important;

        border-radius: 44px !important;
    }


    /* When navbar becomes fixed while scrolling */
    .main-navigation .navbar.fixed-top > .container {
        min-height: 88px !important;

        padding-left: 24px !important;
        padding-right: 24px !important;

        border-radius: 44px !important;
    }


    /* Logo */
    .main-navigation .navbar .navbar-brand img {
        width: 105px !important;
        height: auto;
    }


    .main-navigation .navbar.fixed-top .navbar-brand img {
        width: 105px !important;
    }


    /* Reduce logo right spacing */
    .navbar-brand {
        margin-right: 28px !important;
    }


    /* Navigation links */
    .navbar .nav-item .nav-link {
        padding: 16px 0 !important;

        font-size: 16px;
    }


    .main-navigation
    .navbar.fixed-top
    .nav-item
    .nav-link {
        padding: 16px 0 !important;
    }


    /* Slightly reduce menu gaps */
    .navbar-nav {
        gap: 20px !important;
    }


    .main-navigation
    .navbar.fixed-top
    .navbar-nav {
        gap: 20px !important;
    }


    /* Right buttons spacing */
    .nav-right {
        gap: 12px !important;
    }


    .main-navigation
    .navbar.fixed-top
    .nav-right {
        gap: 12px !important;
    }


    /* Account text */
    .account-btn {
        font-size: 15px !important;
    }


    /* Book Now */
    .nav-right .theme-btn {
        padding: 4px 4px 4px 17px !important;

        font-size: 14px;
    }


    .nav-right .theme-btn i {
        width: 37px;
        height: 37px;

        line-height: 37px;
    }


    /* Sidebar hamburger */
    .ff-sidebar-toggle {
        width: 42px;
        height: 42px;
    }

}
/* navbar css hieght end  */






/* contact form css start */
/* =========================================================
   CONTACT FORM STATUS
========================================================= */

.ff-contact-alert {
    display: flex;

    align-items: center;

    gap: 10px;

    margin-bottom: 22px;

    padding: 14px 18px;

    border-radius: 12px;

    font-size: 14px;
    font-weight: 500;
}


.ff-contact-alert-success {
    color: #157347;

    background: #d1e7dd;

    border: 1px solid #badbcc;
}


.ff-contact-alert-warning {
    color: #664d03;

    background: #fff3cd;

    border: 1px solid #ffecb5;
}


.ff-contact-alert-error {
    color: #842029;

    background: #f8d7da;

    border: 1px solid #f5c2c7;
}


.ff-contact-alert i {
    font-size: 18px;
}


.ff-field-error {
    margin-top: 6px;

    color: #c31103;

    font-size: 12px;
    font-weight: 500;
}


.contact-form .form-control.is-invalid {
    border-color: #c31103;
}
/* contact gorm css end  */




/* ride details page css start */
/* =========================================================
   RIDE DETAIL VIDEOS
========================================================= */

.ride-detail-video {
    position: relative;

    width: 100%;

    overflow: hidden;

    border-radius: 20px;

    background: #000;

    box-shadow:
        0 10px 35px rgba(0, 0, 0, 0.08);
}


.ride-detail-video video {
    display: block;

    width: 100%;

    aspect-ratio: 16 / 9;

    object-fit: cover;

    background: #000;
}


/* Sidebar book button */

.ride-booking-action .theme-btn {
    width: 100%;

    display: flex;

    align-items: center;
    justify-content: space-between;
}
/* ride details page css end  */







/* about hero css start */
/* =========================================================
   ABOUT HERO - WHITE RED LINE PATTERN
========================================================= */
/* =========================================================
   ABOUT HERO - MATHEMATICAL LINE PATTERN
========================================================= */
/* =========================================================
   ABOUT HERO - RED GEOMETRIC PATTERN
========================================================= */

.ff-about-math-hero {
    position: relative;

    width: 100%;
    height: 620px;

    display: flex;
    align-items: center;
    justify-content: center;

    overflow: hidden;

    padding-top: 140px;
    padding-bottom: 80px;

    background:
        linear-gradient(
            135deg,
            #c31103 0%,
            #a90e02 55%,
            #8f0d02 100%
        ) !important;

    isolation: isolate;
}


/* Remove old breadcrumb background overlay */

.ff-about-math-hero::before {
    display: none !important;
}


/* Canvas pattern */

#ffMathPattern {
    position: absolute;

    inset: 0;

    width: 100%;
    height: 100%;

    display: block;

    z-index: 1;

    pointer-events: none;
}


/* Soft center area for content */

.ff-about-math-hero::after {
    content: "";

    position: absolute;

    left: 50%;
    top: 54%;

    width: 600px;
    height: 350px;

    transform: translate(-50%, -50%);

    background:
        radial-gradient(
            ellipse,
            rgba(143, 13, 2, 0.30) 0%,
            rgba(143, 13, 2, 0.15) 45%,
            transparent 75%
        );

    border-radius: 50%;

    z-index: 2;

    pointer-events: none;
}


/* Content */

.ff-about-math-hero .container {
    position: relative;
    z-index: 4;
}


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


/* Title */

.ff-about-math-hero .breadcrumb-title {
    margin-bottom: 12px;

    color: #ffffff;

    font-size: 48px;
    font-weight: 800;
}


/* Breadcrumb */

.ff-about-math-hero .breadcrumb-menu li,
.ff-about-math-hero .breadcrumb-menu li a {
    color: rgba(255,255,255,.88);
}


.ff-about-math-hero .breadcrumb-menu li.active {
    color: #ffffff;
}


.ff-about-math-hero .breadcrumb-menu li::before {
    color: rgba(255,255,255,.75);
}


@media (max-width: 991px) {

    .ff-about-math-hero {
        height: 540px;
    }

}


@media (max-width: 767px) {

    .ff-about-math-hero {
        height: 470px;

        padding-top: 120px;
        padding-bottom: 60px;
    }

    .ff-about-math-hero .breadcrumb-title {
        font-size: 38px;
    }

}
/* about hero css end  */





/* about 2 image colage css  start */
/* =========================================================
   ABOUT - TWO IMAGE OVERLAPPING COLLAGE
========================================================= */

.ff-about-image-collage {
    position: relative;

    width: 100%;
    max-width: 650px;

    height: 650px;

    margin: 0 auto;

    padding: 0;

    overflow: visible;
}


/* =========================================================
   COMMON IMAGE STYLE
========================================================= */

.ff-about-image {
    position: absolute;

    overflow: hidden;

    background: #f5f5f5;

    box-shadow:
        0 18px 45px rgba(0, 0, 0, 0.10);

    transition:
        transform 0.4s ease,
        box-shadow 0.4s ease;
}


.ff-about-image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    transition: transform 0.7s ease;
}


/* =========================================================
   LARGE BACK IMAGE
========================================================= */

.ff-about-image-main {
    width: 58%;
    height: 72%;

    top: 0;
    left: 2%;

    z-index: 1;

    border-radius: 35px;

    /* Change if you need different visible area */
    /* object-position works on img below */
}


.ff-about-image-main img {
    object-position: center;
}


/* =========================================================
   FRONT / OVERLAPPING IMAGE
========================================================= */

.ff-about-image-front {
    width: 58%;
    height: 57%;

    right: 2%;
    bottom: 0;

    z-index: 3;

    border-radius: 35px;

    /* Small white outline like premium collage layouts */
    border: 6px solid #ffffff;

    box-shadow:
        0 22px 50px rgba(0, 0, 0, 0.16);
}


.ff-about-image-front img {
    object-position: center;
}


/* =========================================================
   SMALL DECORATIVE RED DOT
========================================================= */

.ff-about-image-dot {
    position: absolute;

    width: 12px;
    height: 12px;

    top: 34%;
    right: 13%;

    background: #C31103;

    border-radius: 50%;

    z-index: 5;

    box-shadow:
        0 0 0 8px rgba(195, 17, 3, 0.08);
}


/* =========================================================
   HOVER EFFECT
========================================================= */

.ff-about-image-main:hover {
    transform: translateY(-5px);
}


.ff-about-image-front:hover {
    transform: translateY(-8px);
}


.ff-about-image:hover img {
    transform: scale(1.045);
}


/* =========================================================
   OPTIONAL DECORATIVE OUTLINE
========================================================= */

.ff-about-image-collage::before {
    content: "";

    position: absolute;

    width: 180px;
    height: 180px;

    left: -20px;
    bottom: 45px;

    border: 1px solid rgba(195, 17, 3, 0.12);

    border-radius: 50%;

    z-index: 0;

    pointer-events: none;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .ff-about-image-collage {
        max-width: 620px;
        height: 620px;

        margin-bottom: 60px;
    }


    .ff-about-image-main {
        width: 59%;
        height: 71%;

        left: 4%;
    }


    .ff-about-image-front {
        width: 59%;
        height: 57%;

        right: 4%;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .ff-about-image-collage {
        max-width: 520px;
        height: 530px;
    }


    .ff-about-image-main {
        width: 67%;
        height: 68%;

        top: 0;
        left: 0;

        border-radius: 25px;
    }


    .ff-about-image-front {
        width: 67%;
        height: 57%;

        right: 0;
        bottom: 0;

        border-width: 4px;

        border-radius: 25px;
    }


    .ff-about-image-dot {
        width: 10px;
        height: 10px;

        top: 33%;
        right: 7%;
    }
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .ff-about-image-collage {
        height: 450px;
    }


    .ff-about-image-main {
        width: 72%;
        height: 67%;

        border-radius: 20px;
    }


    .ff-about-image-front {
        width: 72%;
        height: 55%;

        border-radius: 20px;
    }


    .ff-about-image-dot {
        display: none;
    }
}

/* about 2 image css end  */




/* about counter css start */

/* ==========================================
   COUNTER - CLEAN RED BACKGROUND
========================================== */

.counter-area-2 .counter-wrap {
    position: relative;
    background: #C31103;
    border-radius: 70px;
    overflow: hidden;
}


/* remove old radiation image */
.counter-area-2 .counter-wrap::before {
    display: none;
}
/* about counter css end  */







/* user sign in css start */

/* =========================================================
   FLYING FOX USER LOGIN PAGE
========================================================= */

.ff-login-page {

    position: relative;

    padding:
        190px 0
        120px;

    min-height: 100vh;

    background:
        radial-gradient(
            circle at 90% 10%,
            rgba(195, 17, 3, 0.07),
            transparent 28%
        ),
        radial-gradient(
            circle at 10% 90%,
            rgba(195, 17, 3, 0.04),
            transparent 25%
        ),
        #f8f8f8;

}



/* =========================================================
   PAGE HEADING
========================================================= */

.ff-login-page-heading {

    margin-bottom: 25px;

}


.ff-login-tag {

    display: inline-flex;

    align-items: center;

    gap: 8px;

    margin-bottom: 8px;

    color: #c31103;

    font-size: 14px;

    font-weight: 700;

    text-transform: uppercase;

    letter-spacing: 1px;

}


.ff-login-tag i {

    width: 32px;

    height: 32px;

    display: flex;

    justify-content: center;

    align-items: center;

    border-radius: 50%;

    background: rgba(195, 17, 3, 0.1);

}


.ff-login-page-heading h1 {

    margin: 0;

    color: #1e1e1e;

    font-size: 46px;

    font-weight: 800;

}



/* =========================================================
   MAIN CARD
========================================================= */

.ff-login-card {

    display: grid;

    grid-template-columns:
        1fr
        1.08fr;

    min-height: 650px;

    overflow: hidden;

    border-radius: 32px;

    background: #ffffff;

    box-shadow:
        0 25px 70px
        rgba(0, 0, 0, 0.08);

}



/* =========================================================
   LEFT IMAGE SIDE
========================================================= */

.ff-login-image-side {

    position: relative;

    min-height: 650px;

    overflow: hidden;

}


.ff-login-image {

    position: absolute;

    inset: 0;

    width: 100%;

    height: 100%;

    object-fit: cover;

    transition:
        transform
        1s
        ease;

}


.ff-login-card:hover
.ff-login-image {

    transform: scale(1.025);

}


.ff-login-image-overlay {

    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.05)
            20%,
            rgba(0, 0, 0, 0.78)
            100%
        );

}



/* =========================================================
   LEFT CONTENT
========================================================= */

.ff-login-image-content {

    position: absolute;

    z-index: 2;

    left: 50px;

    right: 50px;

    bottom: 50px;

    color: #ffffff;

}


.ff-login-small-title {

    display: inline-block;

    margin-bottom: 12px;

    padding:
        7px
        15px;

    border: 1px solid
        rgba(255, 255, 255, 0.35);

    border-radius: 50px;

    background:
        rgba(255, 255, 255, 0.12);

    backdrop-filter:
        blur(10px);

    -webkit-backdrop-filter:
        blur(10px);

    font-size: 13px;

    font-weight: 600;

}


.ff-login-image-content h2 {

    max-width: 480px;

    margin-bottom: 15px;

    color: #ffffff;

    font-size: 44px;

    line-height: 1.1;

    font-weight: 800;

}


.ff-login-image-content h2 span {

    display: block;

    color: #ffffff;

}


.ff-login-image-content p {

    max-width: 520px;

    color:
        rgba(255, 255, 255, 0.85);

    font-size: 15px;

    line-height: 1.7;

}



/* =========================================================
   IMAGE FEATURES
========================================================= */

.ff-login-image-features {

    display: flex;

    flex-wrap: wrap;

    gap: 12px;

    margin-top: 25px;

}


.ff-login-feature {

    display: flex;

    align-items: center;

    gap: 8px;

    padding:
        9px
        13px;

    border-radius: 50px;

    background:
        rgba(255, 255, 255, 0.14);

    backdrop-filter:
        blur(8px);

    -webkit-backdrop-filter:
        blur(8px);

    color: #ffffff;

    font-size: 12px;

    font-weight: 600;

}


.ff-login-feature i {

    color: #ffffff;

}



/* =========================================================
   RIGHT FORM SIDE
========================================================= */

.ff-login-form-side {

    display: flex;

    justify-content: center;

    align-items: center;

    padding:
        65px
        80px;

}


.ff-login-form-wrapper {

    width: 100%;

    max-width: 520px;

}



/* =========================================================
   LOGO
========================================================= */

.ff-login-logo {

    margin-bottom: 25px;

    text-align: center;

}


.ff-login-logo img {

    width: 95px;

    height: auto;

}



/* =========================================================
   FORM HEADING
========================================================= */

.ff-login-form-heading {

    margin-bottom: 35px;

    text-align: center;

}


.ff-login-form-heading > span {

    display: block;

    margin-bottom: 7px;

    color: #c31103;

    font-size: 13px;

    font-weight: 700;

    letter-spacing: 1px;

    text-transform: uppercase;

}


.ff-login-form-heading h2 {

    margin-bottom: 12px;

    color: #1e1e1e;

    font-size: 38px;

    line-height: 1.15;

    font-weight: 700;

}


.ff-login-form-heading
h2 strong {

    color: #c31103;

    font-weight: 800;

}


.ff-login-form-heading p {

    color: #666666;

    font-size: 14px;

    line-height: 1.6;

}



/* =========================================================
   PHONE ROW
========================================================= */

.ff-login-phone-row {

    display: grid;

    grid-template-columns:
        120px
        1fr;

    gap: 12px;

    margin-bottom: 18px;

}



/* =========================================================
   COUNTRY CODE
========================================================= */

.ff-login-country-code {

    height: 62px;

    display: flex;

    justify-content: center;

    align-items: center;

    gap: 8px;

    border:
        1px solid
        #dddddd;

    border-radius: 15px;

    background: #ffffff;

    color: #222222;

    font-size: 15px;

    font-weight: 700;

    transition:
        border-color
        0.3s ease;

}


.ff-login-country-code:hover {

    border-color: #c31103;

}


.ff-india-flag {

    font-size: 25px;

    line-height: 1;

}



/* =========================================================
   INPUT
========================================================= */

.ff-login-input-wrap {

    position: relative;

}


.ff-login-input-wrap > i {

    position: absolute;

    top: 50%;

    left: 20px;

    transform:
        translateY(-50%);

    color: #999999;

    font-size: 17px;

    pointer-events: none;

}


.ff-login-input {

    width: 100%;

    height: 62px;

    padding:
        0
        20px
        0
        50px;

    outline: none;

    border:
        1px solid
        #dddddd;

    border-radius: 15px;

    background: #ffffff;

    color: #222222;

    font-size: 15px;

    transition:
        all
        0.3s ease;

}


.ff-login-input::placeholder {

    color: #aaaaaa;

}


.ff-login-input:hover {

    border-color:
        rgba(195, 17, 3, 0.45);

}


.ff-login-input:focus {

    border-color: #c31103;

    box-shadow:
        0 0 0
        4px
        rgba(195, 17, 3, 0.08);

}



/* =========================================================
   WHATSAPP CHECKBOX
========================================================= */

.ff-login-whatsapp {

    position: relative;

    display: flex;

    align-items: flex-start;

    gap: 10px;

    margin:
        5px 0
        25px;

    cursor: pointer;

}


.ff-login-whatsapp input {

    position: absolute;

    opacity: 0;

    pointer-events: none;

}


.ff-login-checkbox {

    position: relative;

    width: 21px;

    height: 21px;

    flex: 0 0 21px;

    margin-top: 1px;

    border:
        2px solid
        #cccccc;

    border-radius: 5px;

    background: #ffffff;

    transition:
        all
        0.3s ease;

}


.ff-login-whatsapp
input:checked +
.ff-login-checkbox {

    border-color: #c31103;

    background: #c31103;

}


.ff-login-whatsapp
input:checked +
.ff-login-checkbox::after {

    content: "\f00c";

    position: absolute;

    top: 50%;

    left: 50%;

    transform:
        translate(-50%, -50%);

    font-family:
        "Font Awesome 6 Pro";

    color: #ffffff;

    font-size: 11px;

    font-weight: 900;

}


.ff-login-whatsapp-text {

    color: #555555;

    font-size: 13px;

    line-height: 1.6;

}


.ff-login-whatsapp-text
strong {

    color: #159447;

    font-weight: 600;

}


.ff-login-whatsapp-text
strong i {

    margin:
        0
        3px;

}



/* =========================================================
   SUBMIT
========================================================= */

.ff-login-submit {

    width: 100%;

    height: 62px;

    display: flex;

    justify-content: center;

    align-items: center;

    gap: 12px;

    border: none;

    border-radius: 50px;

    background: #c31103;

    color: #ffffff;

    font-size: 15px;

    font-weight: 700;

    cursor: pointer;

    box-shadow:
        0 12px 28px
        rgba(195, 17, 3, 0.2);

    transition:
        all
        0.35s ease;

}


.ff-login-submit i {

    transition:
        transform
        0.3s ease;

}


.ff-login-submit:hover {

    background: #9f0e02;

    transform:
        translateY(-2px);

    box-shadow:
        0 15px 35px
        rgba(195, 17, 3, 0.28);

}


.ff-login-submit:hover i {

    transform:
        translateX(5px);

}



/* =========================================================
   ERRORS
========================================================= */

.ff-login-error {

    display: flex;

    align-items: center;

    gap: 7px;

    margin:
        -5px 0
        14px;

    color: #c31103;

    font-size: 13px;

}


.ff-login-messages {

    margin-bottom: 20px;

}


.ff-login-alert {

    padding:
        12px
        15px;

    border-radius: 10px;

    background:
        rgba(195, 17, 3, 0.08);

    color: #c31103;

    font-size: 13px;

}


.ff-login-alert.success {

    background:
        rgba(25, 135, 84, 0.1);

    color: #198754;

}



/* =========================================================
   DIVIDER
========================================================= */

.ff-login-divider {

    display: flex;

    align-items: center;

    gap: 15px;

    margin:
        28px 0;

}


.ff-login-divider span {

    flex: 1;

    height: 1px;

    background: #eeeeee;

}


.ff-login-divider p {

    margin: 0;

    color: #999999;

    font-size: 11px;

    text-transform: uppercase;

    letter-spacing: 0.7px;

}



/* =========================================================
   SECURITY
========================================================= */

.ff-login-security {

    display: flex;

    align-items: center;

    gap: 14px;

    padding:
        15px
        17px;

    border:
        1px solid
        #eeeeee;

    border-radius: 15px;

    background: #fafafa;

}


.ff-login-security-icon {

    width: 44px;

    height: 44px;

    flex: 0 0 44px;

    display: flex;

    justify-content: center;

    align-items: center;

    border-radius: 50%;

    background:
        rgba(195, 17, 3, 0.1);

    color: #c31103;

    font-size: 18px;

}


.ff-login-security h4 {

    margin-bottom: 3px;

    color: #222222;

    font-size: 14px;

    font-weight: 700;

}


.ff-login-security p {

    color: #777777;

    font-size: 11px;

    line-height: 1.5;

}



/* =========================================================
   REGISTER TEXT
========================================================= */

.ff-login-register {

    margin-top: 22px;

    text-align: center;

}


.ff-login-register p {

    color: #777777;

    font-size: 12px;

}



/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1199px) {

    .ff-login-form-side {

        padding:
            50px
            45px;

    }


    .ff-login-image-content {

        left: 35px;

        right: 35px;

        bottom: 40px;

    }


    .ff-login-image-content h2 {

        font-size: 38px;

    }

}



/* =========================================================
   TABLET / MOBILE
========================================================= */

@media (max-width: 991px) {

    .ff-login-page {

        padding:
            150px 0
            90px;

    }


    .ff-login-card {

        grid-template-columns: 1fr;

    }


    .ff-login-image-side {

        min-height: 480px;

    }


    .ff-login-form-side {

        padding:
            55px
            40px;

    }

}



/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .ff-login-page {

        padding:
            130px 0
            70px;

    }


    .ff-login-page-heading h1 {

        font-size: 35px;

    }


    .ff-login-card {

        border-radius: 22px;

    }


    .ff-login-image-side {

        min-height: 380px;

    }


    .ff-login-image-content {

        left: 25px;

        right: 25px;

        bottom: 30px;

    }


    .ff-login-image-content h2 {

        font-size: 31px;

    }


    .ff-login-image-content p {

        font-size: 13px;

    }


    .ff-login-image-features {

        display: none;

    }


    .ff-login-form-side {

        padding:
            45px
            25px;

    }


    .ff-login-form-heading h2 {

        font-size: 30px;

    }


    .ff-login-phone-row {

        grid-template-columns:
            100px
            1fr;

        gap: 8px;

    }


    .ff-login-country-code {

        height: 58px;

        font-size: 13px;

    }


    .ff-login-input {

        height: 58px;

        padding-left: 42px;

        font-size: 14px;

    }


    .ff-login-input-wrap > i {

        left: 16px;

    }


    .ff-login-submit {

        height: 58px;

    }

}



/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 420px) {

    .ff-login-phone-row {

        grid-template-columns:
            92px
            1fr;

    }


    .ff-india-flag {

        font-size: 19px;

    }


    .ff-login-country-code {

        gap: 4px;

    }

}




/* =========================================================
   FLYING FOX AUTHENTICATION PROGRESS HEADER
========================================================= */

.ff-auth-progress {
    width: 100%;
    max-width: 850px;

    margin: 0 auto 35px;

    display: flex;
    flex-direction: column;
    align-items: center;

    position: relative;
    z-index: 2;
}


/* =========================================================
   SMALL BRAND
========================================================= */

.ff-auth-progress-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;

    margin-bottom: 25px;
}


.ff-auth-progress-brand img {
    width: 52px;
    height: 52px;

    object-fit: contain;
}


.ff-auth-progress-brand div {
    display: flex;
    flex-direction: column;
}


.ff-auth-progress-brand span {
    color: #c91408;

    font-size: 12px;
    font-weight: 800;

    letter-spacing: 1.2px;
    text-transform: uppercase;
}


.ff-auth-progress-brand strong {
    color: #191919;

    font-size: 17px;
    font-weight: 700;
}


/* =========================================================
   STEPS CONTAINER
========================================================= */

.ff-auth-steps {
    width: 100%;
    max-width: 650px;

    display: flex;
    align-items: flex-start;
    justify-content: center;
}


/* =========================================================
   INDIVIDUAL STEP
========================================================= */

.ff-auth-step {
    min-width: 105px;

    display: flex;
    flex-direction: column;
    align-items: center;

    position: relative;
    z-index: 2;
}


/* =========================================================
   STEP CIRCLE
========================================================= */

.ff-auth-step-icon {
    width: 46px;
    height: 46px;

    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #ffffff;

    border: 2px solid #dedede;

    color: #999999;

    font-size: 16px;

    transition: all 0.3s ease;
}


.ff-auth-step span {
    display: block;

    margin-top: 9px;

    color: #777777;

    font-size: 12px;
    font-weight: 600;

    text-align: center;

    white-space: nowrap;
}


/* =========================================================
   CONNECTING LINE
========================================================= */

.ff-auth-step-line {
    flex: 1;

    height: 2px;

    background: #e5e5e5;

    margin-top: 22px;

    position: relative;
}


/* =========================================================
   ACTIVE STEP
========================================================= */

.ff-auth-step.active .ff-auth-step-icon {
    background: #c91408;

    border-color: #c91408;

    color: #ffffff;

    box-shadow:
        0 8px 22px rgba(201, 20, 8, 0.20);
}


.ff-auth-step.active span {
    color: #c91408;

    font-weight: 800;
}


/* =========================================================
   COMPLETED STEP
========================================================= */

.ff-auth-step.completed .ff-auth-step-icon {
    background: #c91408;

    border-color: #c91408;

    color: #ffffff;
}


.ff-auth-step.completed span {
    color: #191919;

    font-weight: 700;
}


.ff-auth-step-line.completed {
    background: #c91408;
}


/* =========================================================
   OPTIONAL LIGHT BACKGROUND
========================================================= */

.ff-auth-progress::before {
    content: "";

    position: absolute;

    width: 500px;
    height: 100px;

    left: 50%;
    top: 50%;

    transform: translate(-50%, -50%);

    background:
        radial-gradient(
            circle,
            rgba(201, 20, 8, 0.06) 0%,
            rgba(201, 20, 8, 0) 70%
        );

    z-index: -1;

    pointer-events: none;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 767px) {

    .ff-auth-progress {
        margin-bottom: 25px;
    }


    .ff-auth-progress-brand {
        margin-bottom: 20px;
    }


    .ff-auth-progress-brand img {
        width: 44px;
        height: 44px;
    }


    .ff-auth-progress-brand strong {
        font-size: 15px;
    }


    .ff-auth-steps {
        max-width: 480px;
    }


    .ff-auth-step {
        min-width: 85px;
    }


    .ff-auth-step-icon {
        width: 40px;
        height: 40px;

        font-size: 14px;
    }


    .ff-auth-step-line {
        margin-top: 19px;
    }


    .ff-auth-step span {
        font-size: 10px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 480px) {

    .ff-auth-progress {
        padding: 0 8px;

        margin-bottom: 20px;
    }


    .ff-auth-progress-brand {
        gap: 8px;

        margin-bottom: 18px;
    }


    .ff-auth-progress-brand img {
        width: 38px;
        height: 38px;
    }


    .ff-auth-progress-brand span {
        font-size: 9px;
    }


    .ff-auth-progress-brand strong {
        font-size: 13px;
    }


    .ff-auth-step {
        min-width: 70px;
    }


    .ff-auth-step-icon {
        width: 36px;
        height: 36px;

        font-size: 12px;
    }


    .ff-auth-step-line {
        margin-top: 17px;
    }


    .ff-auth-step span {
        font-size: 9px;

        white-space: normal;

        line-height: 1.25;
    }

}





/* =========================================================
   MAIN LOGIN CARD - MORE COMPACT
========================================================= */

.ff-login-card {
    display: grid;
    grid-template-columns: 1fr 1.08fr;

    /* OLD: 650px */
    min-height: 540px;

    overflow: hidden;
    border-radius: 28px;
    background: #ffffff;

    box-shadow:
        0 20px 55px
        rgba(0, 0, 0, 0.08);
}


/* =========================================================
   LEFT IMAGE
========================================================= */

.ff-login-image-side {
    position: relative;

    /* OLD: 650px */
    min-height: 540px;

    overflow: hidden;
}


/* =========================================================
   RIGHT FORM
========================================================= */

.ff-login-form-side {
    display: flex;
    justify-content: center;
    align-items: center;

    /* OLD: 65px 80px */
    padding: 35px 65px;
}


/* =========================================================
   LOGO
========================================================= */

.ff-login-logo {
    /* OLD: 25px */
    margin-bottom: 12px;

    text-align: center;
}

.ff-login-logo img {
    /* OLD: 95px */
    width: 75px;
    height: auto;
}


/* =========================================================
   FORM HEADING
========================================================= */

.ff-login-form-heading {
    /* OLD: 35px */
    margin-bottom: 22px;

    text-align: center;
}

.ff-login-form-heading > span {
    display: block;

    margin-bottom: 5px;

    color: #c31103;

    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.ff-login-form-heading h2 {
    /* OLD: 12px */
    margin-bottom: 8px;

    color: #1e1e1e;

    /* OLD: 38px */
    font-size: 34px;

    line-height: 1.15;
    font-weight: 700;
}

.ff-login-form-heading p {
    margin-bottom: 0;

    color: #666666;
    font-size: 13px;
    line-height: 1.5;
}


/* =========================================================
   PHONE ROW
========================================================= */

.ff-login-phone-row {
    display: grid;
    grid-template-columns: 115px 1fr;

    gap: 10px;

    /* OLD: 18px */
    margin-bottom: 14px;
}


/* COUNTRY CODE */

.ff-login-country-code {
    /* OLD: 62px */
    height: 56px;

    display: flex;
    justify-content: center;
    align-items: center;

    gap: 7px;

    border: 1px solid #dddddd;
    border-radius: 14px;

    background: #ffffff;

    color: #222222;
    font-size: 14px;
    font-weight: 700;
}


/* INPUT */

.ff-login-input {
    width: 100%;

    /* OLD: 62px */
    height: 56px;

    padding: 0 18px 0 46px;

    outline: none;

    border: 1px solid #dddddd;
    border-radius: 14px;

    background: #ffffff;

    color: #222222;
    font-size: 14px;

    transition: all 0.3s ease;
}


/* =========================================================
   WHATSAPP
========================================================= */

.ff-login-whatsapp {
    position: relative;

    display: flex;
    align-items: flex-start;

    gap: 9px;

    /* Reduce vertical spacing */
    margin: 3px 0 16px;

    cursor: pointer;
}


/* =========================================================
   BUTTON
========================================================= */

.ff-login-submit {
    width: 100%;

    /* OLD: 62px */
    height: 54px;

    display: flex;
    justify-content: center;
    align-items: center;

    gap: 10px;

    border: none;
    border-radius: 50px;

    background: #c31103;

    color: #ffffff;
    font-size: 14px;
    font-weight: 700;

    cursor: pointer;

    box-shadow:
        0 10px 24px
        rgba(195, 17, 3, 0.18);

    transition: all 0.35s ease;
}


/* =========================================================
   DIVIDER
========================================================= */

.ff-login-divider {
    display: flex;
    align-items: center;

    gap: 15px;

    /* OLD: 28px */
    margin: 18px 0;
}


/* =========================================================
   SECURITY BOX
========================================================= */

.ff-login-security {
    display: flex;
    align-items: center;

    gap: 12px;

    /* OLD: 15px 17px */
    padding: 11px 14px;

    border: 1px solid #eeeeee;
    border-radius: 13px;

    background: #fafafa;
}

.ff-login-security-icon {
    /* OLD: 44px */
    width: 38px;
    height: 38px;
    flex: 0 0 38px;

    display: flex;
    justify-content: center;
    align-items: center;

    border-radius: 50%;

    background: rgba(195, 17, 3, 0.1);

    color: #c31103;
    font-size: 15px;
}


/* =========================================================
   REGISTER TEXT
========================================================= */

.ff-login-register {
    /* OLD: 22px */
    margin-top: 14px;

    text-align: center;
}

.ff-login-page {
    position: relative;

    padding: 155px 0 70px;

    min-height: 100vh;

    background:
        radial-gradient(
            circle at 90% 10%,
            rgba(195, 17, 3, 0.07),
            transparent 28%
        ),
        radial-gradient(
            circle at 10% 90%,
            rgba(195, 17, 3, 0.04),
            transparent 25%
        ),
        #f8f8f8;
}









/* user sign in css end  */



/* featured ride css start */
/* =========================================================
   FEATURED RIDES
========================================================= */
/* =========================================================
   FLYING FOX FEATURED RIDES
========================================================= */

.ff-featured-rides-section {
    position: relative;

    overflow: hidden;

    background: #ffffff;

    z-index: 1;
}


/* =========================================================
   SECTION HEADING
========================================================= */

.ff-featured-rides-section .site-heading {
    position: relative;

    margin-bottom: 55px;

    z-index: 2;
}


.ff-featured-rides-section .site-heading p {
    max-width: 700px;

    margin:
        15px
        auto
        0;

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


.ff-featured-rides-section .site-title-tagline {
    color: var(--theme-color);
}


/* =========================================================
   COLUMN HEIGHT
========================================================= */

.ff-featured-rides-section .row > .col,
.ff-featured-rides-section .row > [class*="col-"] {
    display: flex;
}


/* =========================================================
   CARD
========================================================= */

.ff-featured-ride-card {
    position: relative;

    display: flex;

    width: 100%;
    height: auto;

    flex-direction: column;

    overflow: visible;

    background: #ffffff;

    border:
        1px solid
        rgba(195, 17, 3, 0.07);

    border-radius: 18px;

    box-shadow:
        0 12px 35px
        rgba(0, 0, 0, 0.07);

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;

    z-index: 1;
}


.ff-featured-ride-card:hover {
    border-color:
        rgba(195, 17, 3, 0.16);

    transform:
        translateY(-6px);

    box-shadow:
        0 20px 45px
        rgba(195, 17, 3, 0.12);
}


/* =========================================================
   MAIN IMAGE AREA
========================================================= */

.ff-featured-ride-card .guide-banner {
    position: relative;

    width: 100%;
    height: 205px;

    overflow: visible;

    border-radius:
        18px
        18px
        0
        0;

    z-index: 1;
}


/* =========================================================
   MAIN IMAGE
========================================================= */

.ff-featured-ride-card .guide-banner > img {
    position: relative;

    display: block;

    width: 100%;
    height: 205px;

    object-fit: cover;

    object-position: center;

    border-radius:
        18px
        18px
        0
        0;

    transition:
        transform 0.45s ease;

    z-index: 1;
}


.ff-featured-ride-card:hover
.guide-banner > img {
    transform:
        scale(1.025);
}


/* =========================================================
   CENTER CIRCLE IMAGE
========================================================= */

.ff-featured-ride-card .guide-img {
    position: absolute;

    left: 50%;
    bottom: -42px;

    width: 84px;
    height: 84px;

    transform:
        translateX(-50%);

    overflow: hidden;

    background: #ffffff;

    border:
        4px solid
        #ffffff;

    border-radius: 50%;

    box-shadow:
        0 7px 20px
        rgba(0, 0, 0, 0.13);

    z-index: 5;
}


/* Circle image */

.ff-featured-ride-card
.guide-img img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;

    object-position: center;

    border-radius: 50%;

    transform: none !important;

    transition: none !important;
}


/* Prevent hover zoom on circle */

.ff-featured-ride-card:hover
.guide-img img {
    transform: none !important;
}


/* =========================================================
   CONTENT AREA
========================================================= */

.ff-featured-ride-card
.guide-content {
    position: relative;

    display: flex;

    width: 100%;

    flex: 1;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    padding:
        54px
        16px
        24px;

    text-align: center !important;

    z-index: 2;
}


/* =========================================================
   RIDE NAME
========================================================= */

.ff-featured-ride-card
.guide-content h4 {
    width: 100%;

    margin:
        0
        0
        5px;

    line-height: 1.25;

    text-align: center !important;
}


.ff-featured-ride-card
.guide-content h4 a {
    display: block;

    width: 100%;

    color: #171717;

    font-size: 20px;

    font-weight: 700;

    line-height: 1.3;

    text-align: center !important;

    transition:
        color 0.3s ease;
}


.ff-featured-ride-card
.guide-content h4 a:hover {
    color: var(--theme-color);
}


/* =========================================================
   PRICE / DURATION
========================================================= */

.ff-featured-price {
    display: block;

    width: 100%;

    margin: 0;

    color:
        var(--theme-color) !important;

    font-size: 14px;

    font-weight: 500;

    text-align: center !important;
}


/* =========================================================
   ACTION ICONS
========================================================= */

.ff-featured-actions {
    display: flex;

    width: 100%;

    align-items: center;

    justify-content: center;

    gap: 8px;

    margin-top: 15px;

    text-align: center;
}


.ff-featured-actions a {
    display: inline-flex;

    width: 31px;
    height: 31px;

    flex-shrink: 0;

    align-items: center;

    justify-content: center;

    padding: 0;

    border:
        1px solid
        rgba(195, 17, 3, 0.20);

    border-radius: 50%;

    color: #141414;

    background: #ffffff;

    font-size: 12px;

    line-height: 1;

    transition:
        color 0.3s ease,
        background 0.3s ease,
        border-color 0.3s ease,
        transform 0.3s ease;
}


.ff-featured-actions a:hover {
    color: #ffffff;

    background:
        var(--theme-color);

    border-color:
        var(--theme-color);

    transform:
        translateY(-2px);
}


/* =========================================================
   EMPTY STATE
========================================================= */

.ff-featured-empty {
    width: 100%;

    padding:
        60px
        25px;

    border:
        1px dashed
        rgba(195, 17, 3, 0.22);

    border-radius: 22px;

    background:
        #fff8f7;

    text-align: center;
}


.ff-featured-empty > i {
    display: block;

    margin-bottom: 15px;

    color:
        var(--theme-color);

    font-size: 42px;
}


.ff-featured-empty h4 {
    margin-bottom: 8px;

    color:
        var(--color-dark);

    font-weight: 700;
}


.ff-featured-empty p {
    margin: 0;

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


/* =========================================================
   KEEP FEATURED CARDS BELOW NAVBAR
========================================================= */

.ff-featured-rides-section,
.ff-featured-rides-section .container,
.ff-featured-rides-section .row,
.ff-featured-ride-card,
.ff-featured-ride-card .guide-banner,
.ff-featured-ride-card .guide-img {
    position: relative;
}

.header-2 .navbar {
    z-index: 9999 !important;
}

.header-2 .navbar.fixed-top {
    z-index: 99999 !important;
}


.header-2 .navbar {
    z-index:
        9999 !important;
}


.header-2 .navbar.fixed-top {
    z-index:
        99999 !important;
}


/* =========================================================
   LARGE DESKTOP
========================================================= */

@media (min-width: 1400px) {

    .ff-featured-ride-card
    .guide-banner,
    .ff-featured-ride-card
    .guide-banner > img {
        height: 215px;
    }

}


/* =========================================================
   LAPTOP
========================================================= */

@media (max-width: 1199px) {

    .ff-featured-ride-card
    .guide-banner,
    .ff-featured-ride-card
    .guide-banner > img {
        height: 200px;
    }


    .ff-featured-ride-card
    .guide-content h4 a {
        font-size: 18px;
    }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .ff-featured-rides-section {
        padding-top: 90px;
        padding-bottom: 90px;
    }


    .ff-featured-ride-card
    .guide-banner,
    .ff-featured-ride-card
    .guide-banner > img {
        height: 220px;
    }


    .ff-featured-ride-card
    .guide-img {
        width: 82px;
        height: 82px;

        bottom: -41px;
    }


    .ff-featured-ride-card
    .guide-content {
        padding-top: 53px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .ff-featured-rides-section {
        padding-top: 75px;
        padding-bottom: 75px;
    }


    .ff-featured-rides-section
    .site-heading {
        margin-bottom: 40px;
    }


    .ff-featured-ride-card
    .guide-banner,
    .ff-featured-ride-card
    .guide-banner > img {
        height: 210px;
    }


    .ff-featured-ride-card
    .guide-img {
        width: 78px;
        height: 78px;

        bottom: -39px;
    }


    .ff-featured-ride-card
    .guide-content {
        padding:
            50px
            14px
            22px;
    }


    .ff-featured-ride-card
    .guide-content h4 a {
        font-size: 18px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .ff-featured-ride-card
    .guide-banner,
    .ff-featured-ride-card
    .guide-banner > img {
        height: 190px;
    }


    .ff-featured-ride-card
    .guide-img {
        width: 74px;
        height: 74px;

        bottom: -37px;

        border-width: 3px;
    }


    .ff-featured-ride-card
    .guide-content {
        padding:
            48px
            12px
            20px;
    }


    .ff-featured-actions a {
        width: 29px;
        height: 29px;

        font-size: 11px;
    }

}



/* =========================================================
   FIX FEATURED RIDE CENTER CIRCLE IMAGE
========================================================= */


/* Main image wrapper */
.ff-featured-ride-card .guide-banner {
    position: relative !important;

    width: 100%;
    height: 205px;

    overflow: visible !important;

    border-radius: 18px 18px 0 0;

    margin: 0 !important;
}


/* Main image */
.ff-featured-ride-card .guide-banner > img {
    display: block;

    width: 100%;
    height: 205px;

    object-fit: cover;
    object-position: center;

    border-radius: 18px 18px 0 0;
}


/* =========================================================
   PERFECTLY CENTERED CIRCLE
========================================================= */

.ff-featured-ride-card .guide-banner .guide-img,
.ff-featured-ride-card .ff-featured-circle-image {
    position: absolute !important;

    left: 50% !important;
    right: auto !important;

    bottom: -43px !important;

    width: 86px !important;
    height: 86px !important;

    margin: 0 !important;
    padding: 0 !important;

    transform: translateX(-50%) !important;

    border: 5px solid #ffffff;

    border-radius: 50% !important;

    background: #ffffff;

    overflow: hidden;

    box-shadow:
        0 8px 25px rgba(0, 0, 0, 0.15);

    z-index: 10 !important;
}


/* Circle image */
.ff-featured-ride-card .guide-banner .guide-img img,
.ff-featured-ride-card .ff-featured-circle-image img {
    display: block !important;

    width: 100% !important;
    height: 100% !important;

    max-width: none !important;

    margin: 0 !important;

    object-fit: cover !important;
    object-position: center !important;

    border-radius: 50% !important;

    transform: none !important;

    transition: none !important;
}


/* Do not zoom circle on hover */
.ff-featured-ride-card:hover .guide-img img,
.ff-featured-ride-card:hover .ff-featured-circle-image img {
    transform: none !important;
}


/* =========================================================
   CONTENT
========================================================= */

.ff-featured-ride-card .guide-content {
    position: relative;

    width: 100%;

    padding:
        58px
        15px
        25px !important;

    margin: 0 !important;

    text-align: center !important;
}


.ff-featured-ride-card .guide-content h4 {
    width: 100%;

    margin:
        0
        0
        6px !important;

    text-align: center !important;
}


.ff-featured-ride-card .guide-content h4 a {
    display: block;

    width: 100%;

    color: #181818;

    font-size: 20px;
    font-weight: 700;

    text-align: center !important;
}


.ff-featured-price {
    display: block;

    width: 100%;

    color: #c31103 !important;

    text-align: center !important;
}


/* =========================================================
   ACTION ICONS CENTER
========================================================= */

.ff-featured-actions {
    display: flex;

    width: 100%;

    align-items: center;
    justify-content: center;

    gap: 8px;

    margin-top: 17px;

    text-align: center;
}


.ff-featured-actions a {
    display: flex;

    width: 32px;
    height: 32px;

    padding: 0;

    align-items: center;
    justify-content: center;

    border:
        1px solid
        rgba(195, 17, 3, 0.20);

    border-radius: 50%;

    color: #111111;

    background: #ffffff;
}


.ff-featured-actions a:hover {
    color: #ffffff;

    background: #c31103;

    border-color: #c31103;
}

/* featured ride css end  */






/* safety instruction css start */
@media (min-width: 992px) {

    .faq-area,
    .faq-area > .container,
    .faq-area > .container > .row,
    .faq-area .ff-safety-right-column {
        overflow: visible !important;
    }

    .faq-area > .container > .row {
        align-items: flex-start !important;
    }

    .faq-area .ff-safety-right-column {
        position: relative;
        align-self: stretch;
    }

    .faq-area .ff-safety-sticky {
        position: sticky;
        top: 125px;
        width: 100%;
        z-index: 2;
    }

    .faq-area .ff-safety-sticky .faq-img {
        position: relative;
        width: 100%;
        margin: 0;
        text-align: right;
    }

}


@media (max-width: 991px) {

    .faq-area .ff-safety-sticky {
        position: relative;
        top: auto;
    }

}



/* =========================================================
   SAFETY IMAGE CARDS - MOBILE
========================================================= */

@media (max-width: 767px) {

    .faq-area .faq-counter {
        left: 50% !important;
        bottom: 8% !important;

        width: 82% !important;
        max-width: 280px !important;

        transform: translateX(-50%);
    }


    .faq-area .faq-counter .counter-box {
        display: flex !important;
        align-items: center !important;

        width: 100% !important;
        min-height: 72px !important;

        padding: 10px 12px !important;

        gap: 10px !important;

        border-radius: 14px !important;
    }


    .faq-area .faq-counter .counter-box + .counter-box {
        margin-top: 10px !important;
    }


    /* RED CIRCLE */
    .faq-area .faq-counter .counter-box .icon {
        width: 48px !important;
        height: 48px !important;

        min-width: 48px !important;
        flex: 0 0 48px !important;

        padding: 0 !important;
        margin: 0 !important;

        display: flex !important;
        align-items: center !important;
        justify-content: center !important;

        line-height: 1 !important;

        font-size: 20px !important;
    }


    /* FONT AWESOME ICON */
    .faq-area .faq-counter .counter-box .icon i {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;

        width: 100% !important;
        height: 100% !important;

        margin: 0 !important;
        padding: 0 !important;

        line-height: 1 !important;

        position: static !important;

        top: auto !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;

        transform: none !important;

        font-size: 19px !important;
    }


    /* TEXT AREA */
    .faq-area .faq-counter .counter-box .content {
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;

        margin: 0 !important;
        padding: 0 !important;
    }


    .faq-area .faq-counter .counter-box .content .title {
        margin: 0 0 2px !important;

        font-size: 17px !important;
        line-height: 1.2 !important;
    }


    .faq-area .faq-counter .counter-box .content p {
        margin: 0 !important;

        font-size: 12px !important;
        line-height: 1.35 !important;
    }

}
/* safety instruction css end  */









/* rides css start */

/* =========================================================
   RIDES MATHEMATICAL PATTERN HERO
========================================================= */

.ff-rides-math-hero {
    position: relative;

    width: 100%;
    min-height: 430px;

    display: flex;
    align-items: center;

    overflow: hidden;

    /*
     * Main Flying Fox red background
     */
    background:
        radial-gradient(
            circle at 50% 45%,
            #e62a1e 0%,
            #d91c11 38%,
            #c91308 68%,
            #ad0d04 100%
        );

    isolation: isolate;
}


/* =========================================================
   SUBTLE BACKGROUND GLOW
========================================================= */

.ff-rides-math-hero::before {
    content: "";

    position: absolute;
    inset: 0;

    background:
        radial-gradient(
            circle at 50% 55%,
            rgba(255, 255, 255, 0.10) 0%,
            rgba(255, 255, 255, 0.035) 30%,
            transparent 65%
        );

    pointer-events: none;

    z-index: 1;
}


/* =========================================================
   DARK EDGE / DEPTH
========================================================= */

.ff-rides-math-hero::after {
    content: "";

    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(90, 0, 0, 0.14) 0%,
            transparent 25%,
            transparent 75%,
            rgba(90, 0, 0, 0.14) 100%
        );

    pointer-events: none;

    z-index: 2;
}


/* =========================================================
   CANVAS PATTERN
========================================================= */

.ff-rides-math-hero #ffMathPattern {
    position: absolute;

    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    display: block;

    z-index: 0;

    pointer-events: none;
}


/* =========================================================
   CONTENT CONTAINER
========================================================= */

.ff-rides-math-hero > .container {
    position: relative;

    z-index: 5;

    width: 100%;
}


/* =========================================================
   HERO CONTENT
========================================================= */

.ff-rides-hero-content {
    position: relative;

    text-align: center;

    padding: 70px 20px;
}


/* =========================================================
   TITLE
========================================================= */

.ff-rides-math-hero .breadcrumb-title {
    position: relative;

    margin: 0 0 18px;

    color: #ffffff;

    font-size: clamp(42px, 5vw, 70px);

    font-weight: 800;

    line-height: 1.1;

    letter-spacing: -1px;

    text-shadow:
        0 5px 20px rgba(80, 0, 0, 0.22);
}


/* =========================================================
   BREADCRUMB
========================================================= */

.ff-rides-math-hero .breadcrumb-menu {
    position: relative;

    display: flex;
    align-items: center;
    justify-content: center;

    gap: 12px;

    margin: 0;
    padding: 0;

    list-style: none;
}


.ff-rides-math-hero .breadcrumb-menu li {
    position: relative;

    color: rgba(255, 255, 255, 0.82);

    font-size: 16px;

    font-weight: 500;
}


.ff-rides-math-hero .breadcrumb-menu li a {
    color: #ffffff;

    text-decoration: none;

    transition:
        color 0.25s ease,
        opacity 0.25s ease;
}


.ff-rides-math-hero .breadcrumb-menu li a:hover {
    color: #ffffff;

    opacity: 0.75;
}


/* Breadcrumb separator */

.ff-rides-math-hero .breadcrumb-menu li + li::before {
    content: "/";

    display: inline-block;

    margin-right: 12px;

    color: rgba(255, 255, 255, 0.55);
}


.ff-rides-math-hero .breadcrumb-menu li.active {
    color: rgba(255, 255, 255, 0.72);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .ff-rides-math-hero {
        min-height: 360px;
    }


    .ff-rides-hero-content {
        padding:
            60px
            20px;
    }


    .ff-rides-math-hero .breadcrumb-title {
        font-size: 52px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .ff-rides-math-hero {
        min-height: 300px;
    }


    .ff-rides-hero-content {
        padding:
            50px
            15px;
    }


    .ff-rides-math-hero .breadcrumb-title {
        margin-bottom: 14px;

        font-size: 40px;
    }


    .ff-rides-math-hero .breadcrumb-menu li {
        font-size: 14px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .ff-rides-math-hero {
        min-height: 270px;
    }


    .ff-rides-math-hero .breadcrumb-title {
        font-size: 34px;
    }

}
/* rides css end  */









/* blog detail page css start */
/* =========================================================
   BOOKING CTA INSIDE BLOG CONTENT
========================================================= */

.ff-blog-book-widget-content {
    width: 100%;
    max-width: 100%;

    margin-top: 38px;
    margin-bottom: 35px;

    padding: 40px 42px;

    border-radius: 26px;
}


/* Keep text width comfortable */
.ff-blog-book-widget-content p {
    max-width: 620px;
}


/* Heading */
.ff-blog-book-widget-content h3 {
    font-size: 36px;
    line-height: 1.15;
}


/* Put heading on one line on desktop if space allows */
.ff-blog-book-widget-content h3 span {
    display: inline;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .ff-blog-book-widget-content {
        padding: 32px 30px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .ff-blog-book-widget-content {
        margin-top: 28px;
        margin-bottom: 28px;

        padding: 28px 22px;

        border-radius: 20px;
    }


    .ff-blog-book-widget-content h3 {
        font-size: 29px;
    }


    .ff-blog-book-widget-content h3 span {
        display: block;
    }


    .ff-blog-book-widget-content p {
        font-size: 15px;
        line-height: 1.7;
    }

}

/* blog details page css end  */



/* =====================================================
   VIDEO SECTION - LIGHT FLYING FOX STYLE
===================================================== */

.video-area-2 .video-bg {
    background: #faf7f3;
}

/* Make pattern slightly more visible on light background */
.video-area-2 .video-bg::before {
    opacity: 0.08;
}

/* Main heading */
.video-area-2 .site-title {
    color: #1e1e1e !important;
}

/* Tours Video label */
.video-area-2 .site-heading.sh-2 .site-title-tagline {
    color: #1e1e1e;
    border-color: #1e1e1e;
}

/* Keep icon Flying Fox red */
.video-area-2 .site-title-tagline i {
    background: #C31103;
    color: #ffffff;
}










/* home page bottom pattern css start */

/* =========================================================
   FLYING FOX WORKING PROCESS BACKGROUND
========================================================= */

.ff-process-zipline-shape {
    width: 100%;
    height: auto;

    display: block;

    /* lighter like original city image */
    opacity: 0.22;

    /* move artwork upward */
    transform: translateY(-70px);

    /* prevent image affecting content */
    pointer-events: none;
}


.process-area {
  position: relative;
  overflow: visible; /* Make sure overflow isn't cutting it off */
}

.process-wrap {
  position: relative;
}

.process-wrap .shape {
  position: absolute;
  top: -80px; /* Adjust this value to position above the heading */
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1200px;
  z-index: 1;
  pointer-events: none; /* Prevents blocking clicks */
}

.ff-process-zipline-shape {
  display: block;
  width: 100%;
  height: auto;
}

/* Adjust heading spacing to account for the pattern above */
.process-wrap .site-heading {
  position: relative;
  z-index: 2;
  margin-top: 60px; /* Add space so heading doesn't overlap the pattern */
}






/* =========================================================
   PROCESS ZIPLINE PATTERN - MOBILE FIX
========================================================= */

@media (max-width: 767px) {

    .process-wrap {
        position: relative;

        /* space for pattern */
        padding-top: 150px !important;
    }

    .process-wrap .shape {
        position: absolute;

        /* IMPORTANT: reset desktop negative position */
        top: 15px !important;

        left: 50% !important;
        right: auto !important;

        width: calc(100% - 30px) !important;

        transform: translateX(-50%) !important;

        z-index: 1;

        pointer-events: none;
    }

    .process-wrap .shape .ff-process-zipline-shape {
        display: block;

        width: 100%;
        height: auto;

        margin: 0 auto;

        /* cancel any old upward movement */
        transform: none !important;

        opacity: 0.22;
    }

    /* heading stays below pattern */
    .process-wrap .site-heading {
        position: relative;

        z-index: 2;

        margin-top: 10px !important;
    }

}

/* =========================================================
   PROCESS SECTION - TABLET / SMALL DESKTOP
   Reduce gap between zipline pattern and heading
========================================================= */

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

    .process-wrap {
        padding-top: 245px !important;
    }

}








/* home page bottom pattern css end  */














/* home hero css start */

/* =========================================================
   HOME HERO MOBILE RESPONSIVE FIX
========================================================= */

@media (max-width: 767px) {

    /* Hero overall */
    .hero-section.hs-2 .hero-single {
        padding-top: 150px !important;
        padding-bottom: 70px !important;

        min-height: 100svh;
    }


    /* Content must never exceed mobile width */
    .hero-section.hs-2 .hero-content {
        width: 100%;
        max-width: 100%;

        padding: 0 14px;

        overflow: hidden;
    }


    /* Small handwritten heading */
    .hero-section.hs-2
    .hero-single
    .hero-content
    .hero-sub-title {

        font-size: 28px !important;
        line-height: 1.15;

        letter-spacing: 1px !important;

        margin-bottom: 12px;
    }


    /* MAIN TITLE - this is the important fix */
    .hero-section.hs-2
    .hero-single
    .hero-content
    .hero-title {

        font-size: 42px !important;
        line-height: 1.06 !important;

        margin: 15px 0 18px;

        max-width: 100%;

        overflow-wrap: break-word;
        word-break: normal;
    }


    /* Red handwritten title */
    .hero-section.hs-2
    .hero-single
    .hero-content
    .hero-title span {

        display: block;

        margin-top: 5px;

        font-size: 40px;
        line-height: 1.05;
    }


    /* Description */
    .hero-section.hs-2
    .hero-single
    .hero-content > p {

        max-width: 100%;

        font-size: 15px !important;
        line-height: 1.65 !important;

        margin-bottom: 20px;
    }


    /* Hero information */
    .hero-section.hs-2 .hero-info {
        margin: 25px 0 25px;
    }


    .hero-section.hs-2 .hero-info ul {
        display: flex;
        flex-direction: column;

        align-items: flex-start;

        gap: 14px;
    }


    .hero-section.hs-2 .hero-info ul li {
        width: 100%;
    }


    .hero-section.hs-2 .hero-info h4 {
        font-size: 15px;
        line-height: 1.3;
    }


    /* Buttons */
    .hero-section.hs-2 .hero-btn {
        display: flex;

        flex-wrap: wrap;

        gap: 10px;

        margin-top: 25px !important;
    }


    .hero-section.hs-2 .hero-btn .theme-btn,
    .hero-section.hs-2 .hero-btn .theme-btn2 {

        padding: 9px 14px;

        font-size: 13px;
    }


    /* Hide right featured destination card on mobile */
    .hero-section.hs-2 .hero-destination {
        display: none !important;
    }


    /* Mobile carousel vertical dots */
    .hero-section.hs-2
    .hero-slider
    .owl-dots {

        right: 12px;
    }


    .hero-section.hs-2
    .hero-slider
    .owl-dots
    .owl-dot
    span {

        height: 45px;
        width: 3px;
    }

}




/* =========================================================
   SMALL MOBILE - IPHONE SE ETC.
========================================================= */

@media (max-width: 420px) {

    .hero-section.hs-2
    .hero-single
    .hero-content
    .hero-sub-title {

        font-size: 25px !important;
    }


    .hero-section.hs-2
    .hero-single
    .hero-content
    .hero-title {

        font-size: 36px !important;

        line-height: 1.08 !important;
    }


    .hero-section.hs-2
    .hero-single
    .hero-content
    .hero-title span {

        font-size: 36px;
    }


    .hero-section.hs-2
    .hero-single
    .hero-content > p {

        font-size: 14px !important;

        line-height: 1.6 !important;
    }

}
/* home hero css end  */









/* about page image fix css start */

/* =====================================================
   NAVBAR Z-INDEX FIX
===================================================== */

.navbar,
.navbar.fixed-top {
    z-index: 9999 !important;
}


/* =====================================================
   ABOUT SECTION STACKING FIX
===================================================== */

.about-area {
    position: relative;
    z-index: 1;
    isolation: isolate;
}

.about-left {
    position: relative;
    z-index: 1;
}

.ff-about-image-collage {
    position: relative;
    z-index: 1;
}
/* about page image fix css end */




/* home ride css start */

/* =========================================================
   2 CARD RIDE SLIDER - SIZE ADJUSTMENTS
========================================================= */

/* Increase ride image height */
.tour-slider .tour-img {
    height: 380px;
    overflow: hidden;
    flex-shrink: 0;
}

.tour-slider .tour-img .ani-img,
.tour-slider .tour-img .ani-img img {
    width: 100%;
    height: 100%;
}

.tour-slider .tour-img .ani-img img {
    object-fit: cover;
    object-position: center;
}


/* Reduce content padding */
.tour-slider .tour-content {
    padding: 22px 28px;
}


/* Reduce title reserved height */
.tour-slider .tour-title {
    min-height: auto;
    margin-bottom: 10px;
}


/* Description - maximum 2 lines */
.tour-slider .ff-tour-description {
    min-height: 45px;
    max-height: 45px;

    margin: 8px 0 12px;

    font-size: 14px;
    line-height: 1.6;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

    overflow: hidden;
}


/* Reduce unnecessary gaps */
.tour-slider .tour-meta {
    margin-bottom: 10px;
}


/* Keep bottom section compact */
.tour-slider .tour-bottom {
    margin-top: 15px;
}




/* =========================================================
   FINAL RIDE CARD PROPORTIONS
========================================================= */

.tour-slider .owl-stage {
    display: flex;
}

.tour-slider .owl-item {
    display: flex;
}

.tour-slider .item {
    width: 100%;
}


/* CARD */

.tour-slider .tour-item {
    width: 100%;
    height: auto !important;
}


/* IMAGE */

.tour-slider .tour-img {
    height: 400px !important;
    flex-shrink: 0;
    overflow: hidden;
}

.tour-slider .tour-img .ani-img,
.tour-slider .tour-img .ani-img img {
    width: 100%;
    height: 100%;
}

.tour-slider .tour-img img {
    object-fit: cover;
    object-position: center;
}


/* WHITE CONTENT */

.tour-slider .tour-content {
    height: auto !important;
    min-height: 0 !important;

    display: block !important;

    padding: 24px 28px 18px;
}


/* TITLE */

.tour-slider .tour-title {
    min-height: 0 !important;
    height: auto !important;
    margin-bottom: 10px !important;
}


/* DESCRIPTION */

.tour-slider .ff-tour-description {
    min-height: 0 !important;
    height: auto !important;
    max-height: 44px !important;

    margin: 10px 0 8px !important;

    line-height: 22px;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

    overflow: hidden;
}


/* BOTTOM */

.tour-slider .tour-bottom {
    margin-top: 10px !important;
}





/* home ride css end  */








/* offers css start */
/* =========================================================
   FLYING FOX OFFERS - FINAL DESKTOP HEIGHT FIX
========================================================= */

@media (min-width: 992px) {

    .ff-home-offers {
        position: relative;

        width: 100%;

        /* FORCE SECTION HEIGHT */
        height: 760px !important;
        min-height: 760px !important;

        /* do not let padding increase actual height */
        box-sizing: border-box;

        /* control spacing through children */
        padding: 0 45px !important;

        overflow: hidden;
    }


    /* Make container use entire section height */
    .ff-home-offers > .container-fluid {
        height: 100% !important;
        min-height: 100% !important;
    }


    /* Make Bootstrap row use entire section */
    .ff-home-offers > .container-fluid > .row {
        height: 100% !important;
        min-height: 100% !important;

        align-items: center !important;
    }


    /* =====================================================
       LEFT SIDE
    ===================================================== */

    .ff-offers-left-column {
        height: 100%;

        display: flex;
        align-items: center;
        justify-content: center;
    }


    .ff-offers-rider-wrap {
        position: relative;

        width: 100%;
        height: 650px !important;
        min-height: 650px !important;

        margin: 0;

        display: flex;
        align-items: flex-end;
        justify-content: center;
    }


    .ff-offers-rider {
        height: 570px !important;
        width: auto;

        object-fit: contain;
    }


    /* =====================================================
       RIGHT SIDE
    ===================================================== */

    .ff-home-offers .col-lg-8 {
        height: 100%;

        display: flex;
        align-items: center;
    }


    .ff-offers-main {
        width: 100%;

        /* REMOVE old 75px top spacing */
        padding: 0 10px 0 25px !important;

        margin: 0;
    }


    /* heading spacing */

    .ff-offers-heading {
        margin-bottom: 24px;
    }


    /* offer image */

    .ff-offer-banner {
        height: 300px !important;
    }


    /* bottom buttons */

    .ff-offers-bottom {
        margin-top: 22px;
    }

}

/* offers css end  */










/* safety right side image css start */
/* =========================================================
   SAFETY RIGHT IMAGE BADGE ICONS - WHITE
========================================================= */

.ff-safety-right-column .faq-counter .counter-box .icon i {
    color: #ffffff !important;
}

/* safety right side image css end  */






/* home page pop up video modal css start */

/* ==========================================
   STATIC VIDEO POPUP
========================================== */

.ff-static-video-btn {
    border: none;
    cursor: pointer;
}

.ff-static-video-modal {
    background: #000;
    border: none;
    border-radius: 20px;
    overflow: hidden;
}

.ff-static-video-modal .modal-body {
    padding: 0;
    background: #000;
}

#ffStaticVideoPlayer {
    display: block;
    width: 100%;
    max-height: 85vh;
    background: #000;
}

.ff-static-video-modal .btn-close {
    position: absolute;
    top: 15px;
    right: 15px;

    z-index: 10;

    background-color: #fff;

    width: 35px;
    height: 35px;

    border-radius: 50%;
    opacity: 1;
}



/* ==========================================
   VIDEO MODAL CLOSE BUTTON
========================================== */

.ff-static-video-modal {
    position: relative;
}

.ff-video-close {
    position: absolute;

    top: 16px;
    right: 16px;

    width: 48px;
    height: 48px;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 0;

    border: none;
    border-radius: 50%;

    background: #ffffff;
    color: #C31103;

    font-size: 21px;

    cursor: pointer;

    z-index: 9999;

    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.25);

    transition:
        background 0.3s ease,
        color 0.3s ease,
        transform 0.3s ease;
}

.ff-video-close i {
    display: block;
    color: #C31103;
    font-size: 21px;
    line-height: 1;
    pointer-events: none;
}

.ff-video-close:hover {
    background: #C31103;
    color: #ffffff;
    transform: rotate(90deg);
}

.ff-video-close:hover i {
    color: #ffffff;
}

/* home page pop up modal video css end  */







/* footer css start */
/* =========================================================
   COMPACT FOOTER
========================================================= */

.footer-widget-wrap {
    padding-top: 50px !important;
    padding-bottom: 25px !important;
}

/* Logo */
.footer-widget .footer-logo {
    margin-bottom: 20px;
}

.footer-widget .footer-logo img {
    max-width: 110px;
}

/* Description */
.footer-widget-box.about-us p {
    margin-bottom: 0;
    line-height: 1.7;
}

/* Social area */
.footer-social-box {
    margin-top: 30px !important;
}

.footer-social-box h4 {
    margin-bottom: 15px;
}

/* Contact row */
.footer-contact {
    margin-bottom: 35px;
}

/* Footer headings */
.footer-widget-title {
    margin-bottom: 22px;
}

/* Reduce list spacing */
.footer-list li {
    margin-bottom: 10px;
}

/* Newsletter */
.footer-newsletter {
    margin-top: 22px !important;
}

/* Copyright */
.copyright {
    padding: 18px 0 !important;
}

.copyright-text {
    margin: 0;
}





/* =========================================================
   REMOVE FOOTER TITLE RED LINE
========================================================= */

.footer-area.fta-2 .footer-widget-title {
    padding-bottom: 0 !important;
}

.footer-area.fta-2 .footer-widget-title::before {
    display: none !important;
}


/* footer css end  */







/* testimonial google review icon start */
/* =========================================================
   GOOGLE REVIEWS LOGO - TESTIMONIAL
========================================================= */

.ff-testimonial-google-review {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-shrink: 0;
}

.ff-testimonial-google-review img {
    width: 105px;
    max-width: 105px;
    height: auto;
    display: block;
    object-fit: contain;
}


/* Tablet */
@media (max-width: 991px) {
    .ff-testimonial-google-review img {
        width: 95px;
        max-width: 95px;
    }
}


/* Mobile */
@media (max-width: 575px) {
    .ff-testimonial-google-review img {
        width: 85px;
        max-width: 85px;
    }
}
/* testimonial google review icon end  */
















/* ride details page css start */
/* =========================================================
   FLYING FOX
   RIDE DETAIL PAGE - NEW DESIGN
========================================================= */


/* =========================================================
   HERO
========================================================= */

.ff-ride-detail-hero {
    position: relative;

    width: 100%;
    height: 620px;

    overflow: hidden;

    background: #111;
}


.ff-ride-detail-hero-image {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center;

    transition: none;
}


.ff-ride-detail-hero-overlay {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            to bottom,
            rgba(0, 0, 0, 0.05) 0%,
            rgba(0, 0, 0, 0.05) 60%,
            rgba(0, 0, 0, 0.22) 100%
        );

    pointer-events: none;
}


/* Hero badge */

.ff-ride-hero-badge {
    position: absolute;

    left: 50%;
    bottom: 35px;

    transform: translateX(-50%);

    display: inline-flex;
    align-items: center;

    gap: 8px;

    padding: 10px 18px;

    border:
        1px solid
        rgba(255, 255, 255, 0.35);

    border-radius: 50px;

    background:
        rgba(255, 255, 255, 0.94);

    color: #c31103;

    font-size: 13px;
    font-weight: 700;

    letter-spacing: 0.4px;

    box-shadow:
        0 10px 30px
        rgba(0, 0, 0, 0.15);

    z-index: 2;
}


/* =========================================================
   MAIN PAGE
========================================================= */

.ff-ride-detail-page {
    background: #ffffff;
}


/* =========================================================
   RIDE TITLE AREA
========================================================= */

.ff-ride-detail-top {
    display: flex;

    align-items: flex-start;
    justify-content: space-between;

    gap: 20px;

    margin: 0 0 35px;
}


.ff-ride-detail-label {
    display: inline-flex;
    align-items: center;

    gap: 7px;

    margin-bottom: 10px;

    color: #c31103;

    font-size: 13px;
    font-weight: 700;

    text-transform: uppercase;

    letter-spacing: 0.8px;
}


.ff-ride-detail-top
.top-info
.title {
    margin: 0;

    color: #1e1e1e;

    font-size: 42px;
    font-weight: 700;

    line-height: 1.15;
}


.ff-ride-detail-top
.top-info
.location {
    display: flex;
    align-items: center;

    gap: 7px;

    margin: 12px 0 0;

    color: #5a5a5a;

    font-size: 16px;
}


.ff-ride-detail-top
.top-info
.location i {
    color: #c31103;
}


.ff-ride-detail-top
.top-rate
.badge {
    display: inline-flex;
    align-items: center;

    gap: 6px;

    padding: 9px 15px;

    border-radius: 50px;

    background: #c31103;

    color: #ffffff;

    font-size: 12px;
    font-weight: 600;
}


/* =========================================================
   MEDIA SHOWCASE
========================================================= */

.ff-ride-media-showcase {
    margin-bottom: 42px;

    padding-bottom: 40px;

    border-bottom:
        1px solid
        rgba(195, 17, 3, 0.12);
}


/* Gallery heading */

.ff-ride-media-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;

    gap: 20px;

    margin-bottom: 22px;
}


.ff-ride-media-label {
    display: inline-flex;
    align-items: center;

    gap: 7px;

    margin-bottom: 7px;

    color: #c31103;

    font-size: 12px;
    font-weight: 700;

    letter-spacing: 0.8px;

    text-transform: uppercase;
}


.ff-ride-media-heading h3 {
    margin: 0;

    color: #1e1e1e;

    font-size: 28px;
    font-weight: 700;
}


/* =========================================================
   IMAGE GALLERY
========================================================= */




/* =========================================================
   RIDE DETAIL - COMBINED MEDIA SLIDER
========================================================= */

.ff-ride-media-showcase {
    position: relative;

    margin-bottom: 42px;
    padding-bottom: 35px;

    border-bottom: 1px solid rgba(195, 17, 3, 0.12);
}


/* =========================================================
   HEADING
========================================================= */

.ff-ride-media-heading {
    margin-bottom: 22px;
}

.ff-ride-media-label {
    display: inline-flex;
    align-items: center;
    gap: 7px;

    margin-bottom: 7px;

    color: #c31103;

    font-size: 12px;
    font-weight: 700;

    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.ff-ride-media-heading h3 {
    margin: 0;

    color: #1e1e1e;

    font-size: 28px;
    font-weight: 700;
}


/* =========================================================
   SLIDER
========================================================= */

.ff-ride-media-slider {
    position: relative;

    width: 100%;
}


/* one slide */

.ff-ride-media-slide {
    width: 100%;
}


/* shared media frame */

.ff-ride-media-frame {
    position: relative;

    width: 100%;
    height: 500px;

    overflow: hidden;

    border-radius: 26px;

    background: #000;
}


/* image link */

.ff-ride-gallery-image {
    display: block;

    width: 100%;
    height: 100%;
}


/* image */

.ff-ride-gallery-image img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center;

    transition: transform 0.45s ease;
}

.ff-ride-gallery-image:hover img {
    transform: scale(1.03);
}


/* video */

.ff-ride-gallery-video {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;

    background: #000;
}


/* =========================================================
   PHOTO / VIDEO BADGE
========================================================= */

.ff-ride-media-type-badge {
    position: absolute;

    top: 18px;
    left: 18px;

    display: inline-flex;
    align-items: center;

    gap: 6px;

    padding: 7px 12px;

    border-radius: 50px;

    background: rgba(255, 255, 255, 0.94);

    color: #c31103;

    font-size: 12px;
    font-weight: 700;

    z-index: 3;

    pointer-events: none;

    box-shadow:
        0 5px 20px
        rgba(0, 0, 0, 0.15);
}


/* =========================================================
   OWL DOTS
========================================================= */

.ff-ride-media-slider.owl-theme .owl-dots {
    display: flex;

    align-items: center;
    justify-content: center;

    gap: 5px;

    margin-top: 20px;
}


.ff-ride-media-slider.owl-theme
.owl-dots
.owl-dot span {
    width: 9px;
    height: 9px;

    margin: 4px;

    border-radius: 50%;

    background: rgba(195, 17, 3, 0.25);

    transition: all 0.3s ease;
}


.ff-ride-media-slider.owl-theme
.owl-dots
.owl-dot.active span {
    width: 28px;

    border-radius: 20px;

    background: #c31103;
}


/* =========================================================
   OPTIONAL ARROWS
========================================================= */

.ff-ride-media-slider.owl-theme .owl-nav {
    margin: 0;
}


.ff-ride-media-slider.owl-theme
.owl-nav
.owl-prev,
.ff-ride-media-slider.owl-theme
.owl-nav
.owl-next {
    position: absolute;

    top: 50%;

    transform: translateY(-50%);

    width: 48px;
    height: 48px;

    margin: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #ffffff !important;

    color: #c31103 !important;

    font-size: 18px !important;

    box-shadow:
        0 8px 25px
        rgba(0, 0, 0, 0.16);

    transition: 0.3s ease;
}


.ff-ride-media-slider.owl-theme
.owl-nav
.owl-prev {
    left: 18px;
}


.ff-ride-media-slider.owl-theme
.owl-nav
.owl-next {
    right: 18px;
}


.ff-ride-media-slider.owl-theme
.owl-nav
.owl-prev:hover,
.ff-ride-media-slider.owl-theme
.owl-nav
.owl-next:hover {
    background: #c31103 !important;

    color: #ffffff !important;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .ff-ride-media-frame {
        height: 420px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .ff-ride-media-frame {
        height: 300px;

        border-radius: 20px;
    }


    .ff-ride-media-heading h3 {
        font-size: 24px;
    }


    .ff-ride-media-slider.owl-theme
    .owl-nav
    .owl-prev,
    .ff-ride-media-slider.owl-theme
    .owl-nav
    .owl-next {
        width: 40px;
        height: 40px;

        font-size: 15px !important;
    }


    .ff-ride-media-slider.owl-theme
    .owl-nav
    .owl-prev {
        left: 10px;
    }


    .ff-ride-media-slider.owl-theme
    .owl-nav
    .owl-next {
        right: 10px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .ff-ride-media-frame {
        height: 250px;

        border-radius: 17px;
    }

}








/* =========================================================
   QUICK INFORMATION
========================================================= */

.ff-ride-quick-info {
    margin:
        0 0 42px !important;

    padding:
        28px !important;

    border:
        1px solid
        rgba(195, 17, 3, 0.12) !important;

    border-radius: 22px;

    background: #fffafa;
}


.ff-ride-section-heading {
    margin-bottom: 22px;
}


.ff-ride-section-heading span {
    display: inline-flex;
    align-items: center;

    gap: 8px;

    color: #1e1e1e;

    font-size: 16px;
    font-weight: 700;
}


.ff-ride-section-heading span i {
    color: #c31103;
}


/* Quick info cards */

.ff-ride-quick-info .feature {
    display: flex;

    align-items: center;

    gap: 13px;
}


.ff-ride-quick-info
.feature
.icon {
    flex: 0 0 52px;

    width: 52px;
    height: 52px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 14px;

    background: #c31103;

    color: #ffffff;

    font-size: 19px;
}


.ff-ride-quick-info
.feature
.content h6 {
    margin-bottom: 4px;

    color: #1e1e1e;

    font-size: 13px;
    font-weight: 600;
}


.ff-ride-quick-info
.feature
.content span {
    color: #555;

    font-size: 14px;
}


/* =========================================================
   ABOUT SECTION
========================================================= */

.ff-ride-about-section {
    margin-top: 10px;
}


.ff-ride-content-heading {
    margin-bottom: 20px;
}


.ff-ride-content-heading > span {
    display: inline-flex;
    align-items: center;

    gap: 7px;

    margin-bottom: 8px;

    color: #c31103;

    font-size: 12px;
    font-weight: 700;

    letter-spacing: 0.8px;

    text-transform: uppercase;
}


.ff-ride-content-heading h3 {
    font-size: 30px;
    font-weight: 700;

    color: #1e1e1e;
}


/* Description */

.ride-description {
    color: #5a5a5a;

    font-size: 16px;

    line-height: 1.8;
}


.ride-description p {
    margin-bottom: 14px;
}


.ride-description p:last-child {
    margin-bottom: 0;
}


/* =========================================================
   SAFETY BOX
========================================================= */

.ff-ride-safety-box {
    margin: 35px 0 !important;

    padding: 28px;

    border:
        1px solid
        rgba(195, 17, 3, 0.13);

    border-radius: 22px;

    background: #fff5f5;
}


.ff-ride-sub-heading {
    display: flex;
    align-items: center;

    gap: 13px;

    margin-bottom: 18px;
}


.ff-ride-sub-heading-icon {
    width: 48px;
    height: 48px;

    display: flex;
    align-items: center;
    justify-content: center;

    flex: 0 0 48px;

    border-radius: 50%;

    background: #c31103;

    color: #ffffff;

    font-size: 18px;
}


.ff-ride-sub-heading span {
    display: block;

    margin-bottom: 4px;

    color: #c31103;

    font-size: 11px;
    font-weight: 700;

    text-transform: uppercase;

    letter-spacing: 0.8px;
}


.ff-ride-sub-heading h5 {
    margin: 0 !important;

    color: #1e1e1e;

    font-size: 20px;
    font-weight: 700;
}


.ride-safety-content {
    line-height: 1.75;
}


/* =========================================================
   RIDE HIGHLIGHTS
========================================================= */

.ff-ride-highlights {
    margin:
        35px 0 !important;
}


.ff-ride-highlights h5 {
    margin-bottom: 20px !important;

    font-size: 22px;
    font-weight: 700;

    color: #1e1e1e;
}


.ff-ride-highlights
.list li {
    margin-bottom: 12px;

    color: #555;
}


/* =========================================================
   INCLUDED / BEFORE RIDE BOXES
========================================================= */

.ff-ride-info-box {
    height: 100%;

    padding: 25px;

    border:
        1px solid
        rgba(195, 17, 3, 0.12);

    border-radius: 20px;

    background: #ffffff;

    box-shadow:
        0 10px 30px
        rgba(0, 0, 0, 0.04);
}


.ff-ride-info-box-heading {
    display: flex;
    align-items: center;

    gap: 10px;

    margin-bottom: 18px;
}


.ff-ride-info-box-heading i {
    color: #c31103;

    font-size: 21px;
}


.ff-ride-info-box-heading h5 {
    margin: 0;

    font-size: 20px;
    font-weight: 700;
}


/* =========================================================
   SIDEBAR
========================================================= */

.ff-ride-sidebar {
    position: sticky;

    top: 130px;
}


/* Price card */

.ff-ride-price-card {
    padding: 28px;

    border:
        1px solid
        rgba(195, 17, 3, 0.13);

    border-radius: 24px;

    background:
        linear-gradient(
            145deg,
            #fff5f5,
            #ffffff
        );

    box-shadow:
        0 15px 40px
        rgba(195, 17, 3, 0.08);
}


.ff-sidebar-label {
    display: inline-flex;
    align-items: center;

    gap: 7px;

    margin-bottom: 17px;

    color: #c31103;

    font-size: 12px;
    font-weight: 700;

    text-transform: uppercase;

    letter-spacing: 0.7px;
}


.ff-ride-price-card
.price-amount {
    display: flex;

    align-items: baseline;

    flex-wrap: wrap;

    gap: 7px;
}


.ff-ride-price-card
.price-amount small {
    color: #777;

    font-size: 13px;
}


.ff-ride-price-card
.price-amount span {
    color: #c31103;

    font-size: 40px;
    font-weight: 800;

    line-height: 1;
}


.ff-ride-price-card
.price-amount
.ff-contact-price {
    font-size: 24px;
}


/* =========================================================
   SIDEBAR INFORMATION
========================================================= */

.ff-sidebar-info-card {
    padding: 25px;

    border:
        1px solid
        rgba(195, 17, 3, 0.12);

    border-radius: 22px;

    background: #ffffff;
}


.ff-sidebar-info-card h4 {
    margin-bottom: 20px;

    color: #1e1e1e;

    font-size: 22px;
    font-weight: 700;
}


.ff-sidebar-info-card ul li {
    display: flex;

    justify-content: space-between;
    align-items: center;

    gap: 15px;

    padding: 14px 0;

    border-bottom:
        1px solid
        rgba(0, 0, 0, 0.06);
}


.ff-sidebar-info-card ul li:first-child {
    padding-top: 0;
}


.ff-sidebar-info-card ul li:last-child {
    padding-bottom: 0;

    border-bottom: none;
}


.ff-sidebar-info-card
.list-title {
    display: flex;
    align-items: center;

    gap: 8px;

    color: #555;

    font-size: 14px;
}


.ff-sidebar-info-card
.list-title i {
    color: #c31103;

    width: 18px;
}


.ff-sidebar-info-card
.list-value {
    color: #1e1e1e;

    font-size: 14px;
    font-weight: 600;

    text-align: right;
}


.ff-ride-status i {
    margin-right: 5px;

    color: #28a745;

    font-size: 8px;
}


/* =========================================================
   BOOK BUTTON
========================================================= */

.ff-ride-book-btn {
    width: 100%;

    display: flex;
    align-items: center;
    justify-content: space-between;

    padding-left: 24px;
}


/* =========================================================
   HELP CARD
========================================================= */

.ff-ride-help-card {
    display: flex;

    gap: 13px;

    padding: 20px;

    border-radius: 20px;

    background: #1e1e1e;

    color: #ffffff;
}


.ff-help-icon {
    flex: 0 0 45px;

    width: 45px;
    height: 45px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #c31103;

    color: #ffffff;

    font-size: 18px;
}


.ff-ride-help-card span {
    display: block;

    margin-bottom: 3px;

    color: #ffffff;

    font-size: 15px;
    font-weight: 700;
}


.ff-ride-help-card p {
    color:
        rgba(255, 255, 255, 0.72);

    font-size: 13px;

    line-height: 1.55;
}


.ff-ride-help-card a {
    color: #ffffff;

    font-weight: 600;
}


/* =========================================================
   SIDEBAR BANNER
========================================================= */

.ff-ride-sidebar-banner {
    overflow: hidden;

    border-radius: 22px;
}


.ff-ride-sidebar-banner img {
    display: block;

    width: 100%;

    border-radius: 22px;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1199px) {

    .ff-ride-detail-hero {
        height: 520px;
    }


    .ff-ride-detail-top
    .top-info
    .title {
        font-size: 36px;
    }


    .ff-ride-media-image,
    .ff-ride-media-video {
        height: 255px;
    }


    .ff-ride-sidebar {
        top: 110px;
    }

}


/* =========================================================
   TABLET / MOBILE
========================================================= */

@media (max-width: 991px) {

    .ff-ride-detail-page {
        padding-top: 70px !important;
        padding-bottom: 70px !important;
    }


    .ff-ride-detail-hero {
        height: 480px;
    }


    .ff-ride-sidebar {
        position: static;

        margin-top: 20px;
    }


    .ff-ride-media-image,
    .ff-ride-media-video {
        height: 270px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .ff-ride-detail-hero {
        height: 360px;
    }


    .ff-ride-hero-badge {
        bottom: 20px;

        padding: 8px 14px;

        font-size: 11px;
    }


    .ff-ride-detail-page {
        padding-top: 55px !important;
        padding-bottom: 55px !important;
    }


    .ff-ride-detail-top {
        flex-direction: column;

        gap: 14px;

        margin-bottom: 28px;
    }


    .ff-ride-detail-top
    .top-info
    .title {
        font-size: 31px;
    }


    .ff-ride-detail-top
    .top-info
    .location {
        font-size: 14px;
    }


    /* Gallery one column */

    .ff-ride-media-grid,
    .ff-ride-video-gallery {
        grid-template-columns: 1fr;

        gap: 15px;
    }


    .ff-ride-media-image,
    .ff-ride-media-video {
        height: 260px;
    }


    .ff-ride-media-heading h3 {
        font-size: 24px;
    }


    /* Quick info */

    .ff-ride-quick-info {
        padding: 22px !important;
    }


    .ff-ride-quick-info .feature {
        align-items: center;
    }


    .ff-ride-content-heading h3 {
        font-size: 26px;
    }


    /* Safety */

    .ff-ride-safety-box {
        padding: 22px;
    }


    /* Info boxes */

    .ff-ride-info-box {
        padding: 22px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .ff-ride-detail-hero {
        height: 300px;
    }


    .ff-ride-detail-top
    .top-info
    .title {
        font-size: 28px;
    }


    .ff-ride-media-image,
    .ff-ride-media-video {
        height: 225px;
    }


    .ff-ride-media-card {
        border-radius: 17px;
    }


    .ff-ride-media-heading h3 {
        font-size: 22px;
    }


    .ff-ride-quick-info {
        border-radius: 18px;

        padding: 18px !important;
    }


    .ff-ride-price-card,
    .ff-sidebar-info-card {
        border-radius: 18px;
    }

}
/* ride details page end */












/* super man css start  */

/* super man css end  */


/* user account css start */
/* =========================================================
   FLYING FOX USER ACCOUNT
========================================================= */

.ff-account-page {
    position: relative;
    padding: 110px 0 120px;
    background:
        linear-gradient(
            135deg,
            #fff 0%,
            #fff8f7 45%,
            #fff 100%
        );
}


/* =========================================================
   PAGE HEADING
========================================================= */

.ff-account-heading {
    margin-bottom: 35px;
}

.ff-account-heading > span {
    display: inline-flex;
    align-items: center;
    gap: 9px;

    margin-bottom: 10px;

    color: #c9150b;

    font-size: 13px;
    font-weight: 800;

    text-transform: uppercase;
    letter-spacing: 1px;
}

.ff-account-heading h1 {
    margin: 0 0 8px;

    color: #181818;

    font-size: clamp(36px, 4vw, 55px);
    font-weight: 800;
}

.ff-account-heading h1 strong {
    color: #c9150b;
}

.ff-account-heading p {
    margin: 0;

    color: #666;

    font-size: 16px;
}


/* =========================================================
   LAYOUT
========================================================= */

.ff-account-layout {
    display: grid;

    grid-template-columns: 330px minmax(0, 1fr);

    gap: 35px;

    align-items: start;
}


/* =========================================================
   SIDEBAR
========================================================= */

.ff-account-sidebar {
    display: flex;
    flex-direction: column;
    gap: 16px;
}


/* =========================================================
   PROFILE SUMMARY
========================================================= */

.ff-account-profile-card {
    display: flex;
    align-items: center;

    gap: 16px;

    padding: 24px;

    border-radius: 24px;

    background: #c9150b;

    color: #fff;

    box-shadow:
        0 18px 45px rgba(201, 21, 11, 0.18);
}

.ff-account-avatar,
.ff-account-big-avatar {
    display: flex;
    align-items: center;
    justify-content: center;

    flex-shrink: 0;

    border-radius: 50%;

    background: #fff;

    color: #c9150b;

    font-weight: 800;
}

.ff-account-avatar {
    width: 68px;
    height: 68px;

    font-size: 27px;
}

.ff-account-profile-info {
    min-width: 0;
}

.ff-account-profile-info h3 {
    margin: 0 0 7px;

    color: #fff;

    font-size: 20px;
}

.ff-account-profile-info p {
    display: flex;
    align-items: center;

    gap: 8px;

    margin: 4px 0;

    color: rgba(255,255,255,.9);

    font-size: 13px;

    word-break: break-word;
}


/* =========================================================
   SIDEBAR MENU
========================================================= */

.ff-account-menu {
    display: flex;
    flex-direction: column;

    gap: 10px;
}

.ff-account-menu > a {
    display: grid;

    grid-template-columns: 48px 1fr 20px;

    align-items: center;

    gap: 13px;

    min-height: 78px;

    padding: 12px 16px;

    border: 1px solid #f0d2cf;

    border-radius: 20px;

    background: #fff;

    color: #1e1e1e;

    text-decoration: none;

    transition: .3s ease;
}

.ff-account-menu > a:hover,
.ff-account-menu > a.active {
    border-color: #c9150b;

    transform: translateY(-2px);

    box-shadow:
        0 12px 30px rgba(201,21,11,.09);
}

.ff-account-menu-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 46px;
    height: 46px;

    border-radius: 50%;

    background: #c9150b;

    color: #fff;
}

.ff-account-menu strong,
.ff-account-menu small {
    display: block;
}

.ff-account-menu strong {
    margin-bottom: 3px;

    font-size: 15px;
}

.ff-account-menu small {
    color: #777;

    font-size: 12px;
}

.ff-account-menu > a > i {
    color: #c9150b;
}


/* =========================================================
   STAY CONNECTED
========================================================= */

.ff-account-stay-connected {
    padding: 22px;

    border: 1px solid #ddd;

    border-radius: 22px;

    background: #fff;
}

.ff-account-stay-connected h4 {
    margin-bottom: 7px;

    font-size: 19px;
}

.ff-account-stay-connected p {
    margin-bottom: 16px;

    color: #777;

    font-size: 13px;
}

.ff-account-stay-connected div {
    display: flex;
    align-items: center;

    gap: 10px;

    margin-top: 10px;

    font-size: 13px;
}

.ff-account-stay-connected div i {
    color: #c9150b;
}


/* =========================================================
   MAIN PROFILE CARD
========================================================= */

.ff-account-main {
    padding: 40px;

    border: 1px solid #f0e0de;

    border-radius: 30px;

    background: #fff;

    box-shadow:
        0 20px 60px rgba(0,0,0,.06);
}


/* =========================================================
   FORM HEADER
========================================================= */

.ff-account-form-header {
    display: flex;
    align-items: center;

    gap: 20px;

    padding-bottom: 28px;
    margin-bottom: 30px;

    border-bottom: 1px solid #eee;
}

.ff-account-big-avatar {
    width: 82px;
    height: 82px;

    border: 3px solid #f7d1ce;

    background: #fff5f4;

    font-size: 31px;
}

.ff-account-form-header span {
    color: #c9150b;

    font-size: 12px;
    font-weight: 800;

    text-transform: uppercase;
    letter-spacing: .8px;
}

.ff-account-form-header h2 {
    margin: 3px 0 4px;

    font-size: 27px;
}

.ff-account-form-header p {
    margin: 0;

    color: #777;

    font-size: 14px;
}


/* =========================================================
   FORM GRID
========================================================= */

.ff-account-form-grid {
    display: grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap: 22px;
}

.ff-account-field label {
    display: block;

    margin: 0 0 8px 4px;

    color: #333;

    font-size: 13px;
    font-weight: 700;
}


/* =========================================================
   INPUTS
========================================================= */

.ff-account-input {
    display: flex;
    align-items: center;

    gap: 12px;

    min-height: 60px;

    padding: 0 18px;

    border: 1px solid #e5d7d5;

    border-radius: 15px;

    background: #fff;

    transition: .25s ease;
}

.ff-account-input:focus-within {
    border-color: #c9150b;

    box-shadow:
        0 0 0 4px rgba(201,21,11,.06);
}

.ff-account-input > i {
    color: #c9150b;
}

.ff-account-input input,
.ff-account-input select {
    width: 100%;

    border: 0;
    outline: 0;

    background: transparent;

    color: #222;

    font-size: 14px;
}

.ff-account-input select {
    cursor: pointer;
}

.ff-account-input input::placeholder {
    color: #aaa;
}


/* =========================================================
   VERIFIED PHONE
========================================================= */

.ff-account-phone > span {
    padding-right: 12px;

    border-right: 1px solid #ddd;

    white-space: nowrap;

    font-weight: 700;
}

.ff-account-phone input {
    color: #777;

    cursor: not-allowed;
}

.ff-account-phone > i {
    color: #27ae60;
}

.ff-account-verified-text {
    display: flex;
    align-items: center;

    gap: 6px;

    margin: 7px 0 0 5px;

    color: #27ae60;

    font-size: 11px;
}


/* =========================================================
   PREFERENCES
========================================================= */

.ff-account-preferences {
    display: flex;
    flex-direction: column;

    gap: 12px;

    margin-top: 28px;
}

.ff-account-preferences label {
    display: flex;
    align-items: center;

    gap: 10px;

    cursor: pointer;

    font-size: 14px;
}

.ff-account-preferences input {
    width: 17px;
    height: 17px;

    accent-color: #c9150b;
}


/* =========================================================
   PRIVACY
========================================================= */

.ff-account-privacy {
    display: flex;
    align-items: center;

    gap: 8px;

    margin: 25px 0 20px;

    color: #777;

    font-size: 12px;
}

.ff-account-privacy i {
    color: #c9150b;
}


/* =========================================================
   SUBMIT BUTTON
========================================================= */

.ff-account-submit {
    display: flex;
    align-items: center;
    justify-content: space-between;

    width: min(100%, 380px);
    height: 58px;

    padding: 5px 7px 5px 25px;

    border: 0;
    border-radius: 50px;

    background: #c9150b;

    color: #fff;

    font-size: 15px;
    font-weight: 700;

    cursor: pointer;

    transition: .3s ease;
}

.ff-account-submit span {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 46px;
    height: 46px;

    border-radius: 50%;

    background: #fff;

    color: #c9150b;
}

.ff-account-submit:hover {
    transform: translateY(-2px);

    box-shadow:
        0 12px 30px rgba(201,21,11,.25);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .ff-account-page {
        padding: 80px 0;
    }

    .ff-account-layout {
        grid-template-columns: 1fr;
    }

    .ff-account-sidebar {
        order: 1;
    }

    .ff-account-main {
        order: 0;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .ff-account-page {
        padding: 60px 0;
    }

    .ff-account-heading h1 {
        font-size: 35px;
    }

    .ff-account-main {
        padding: 24px 18px;

        border-radius: 22px;
    }

    .ff-account-form-header {
        align-items: flex-start;
    }

    .ff-account-big-avatar {
        width: 65px;
        height: 65px;
    }

    .ff-account-form-header h2 {
        font-size: 21px;
    }

    .ff-account-form-grid {
        grid-template-columns: 1fr;

        gap: 17px;
    }

    .ff-account-input {
        min-height: 56px;
    }

    .ff-account-submit {
        width: 100%;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .ff-account-profile-card {
        padding: 18px;
    }

    .ff-account-avatar {
        width: 58px;
        height: 58px;
    }

    .ff-account-menu > a {
        grid-template-columns: 43px 1fr 15px;

        padding: 10px 12px;
    }

    .ff-account-menu-icon {
        width: 42px;
        height: 42px;
    }

}
/* user account css end  */





/* user dashboard css start */

/* =========================================================
   USER DASHBOARD MESSAGES
========================================================= */

.ff-account-messages {
    margin-bottom: 25px;
}

.ff-account-alert {
    display: flex;
    align-items: center;

    gap: 9px;

    padding: 13px 16px;

    border: 1px solid rgba(195, 17, 3, 0.15);

    border-radius: 12px;

    background: #fff4f3;

    color: #c31103;

    font-size: 13px;
    font-weight: 600;
}

.ff-account-alert.success {
    border-color: rgba(25, 135, 84, 0.15);

    background: #effbf4;

    color: #198754;
}












/* =========================================================
   ACCOUNT PAGE - FIX HEADER OVERLAP
========================================================= */

.ff-account-page {
    position: relative;

    padding-top: 170px;
    padding-bottom: 60px;
}

/* page title spacing */

.ff-account-heading {
    margin-bottom: 24px;
}

.ff-account-heading > span {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    margin-bottom: 8px;

    color: #c31103;

    font-size: 12px;
    font-weight: 700;

    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.ff-account-heading h1 {
    margin: 0 0 6px;

    color: #1e1e1e;

    font-size: 38px;
    line-height: 1.1;
    font-weight: 800;
}

.ff-account-heading h1 strong {
    color: #c31103;
}

.ff-account-heading p {
    margin: 0;

    color: #666;

    font-size: 14px;
}

/* user dashboard css end  */



/* navbar icon rotation css start */
/* =========================================================
   NAVBAR BUTTON ICON - REVERSE HOVER ROTATION
========================================================= */

.nav-right .theme-btn i {
    transform: rotate(0deg) !important;
    transition: transform 0.35s ease !important;
}

.nav-right .theme-btn:hover i {
    transform: rotate(-45deg) !important;
}
/* navbar icon rotation css end  */







/* offers  details page css start */

/* =========================================================
   RELATED OFFERS
========================================================= */

.ff-related-offers {
    position: relative;

    padding: 85px 0 95px;

    background: #fff7f5;
}


/* =========================================================
   CARD
========================================================= */

.ff-related-offer {
    height: 100%;

    display: flex;
    flex-direction: column;

    overflow: hidden;

    background: #ffffff;

    border:
        1px solid
        rgba(195, 17, 3, 0.08);

    border-radius: 20px;

    box-shadow:
        0 10px 30px
        rgba(0, 0, 0, 0.07);

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease;
}


.ff-related-offer:hover {
    transform: translateY(-6px);

    box-shadow:
        0 20px 45px
        rgba(0, 0, 0, 0.11);
}


/* =========================================================
   IMAGE LINK
========================================================= */

.ff-related-offer-image-link {
    display: block;

    text-decoration: none;
}


/* =========================================================
   IMAGE
========================================================= */

.ff-related-offer-image {
    position: relative;

    width: 100%;

    /* wide offer banner look */
    aspect-ratio: 16 / 8.5;

    overflow: hidden;

    background: #f2f2f2;
}


.ff-related-offer-image img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;

    object-position: center;

    transition:
        transform 0.5s ease;
}


.ff-related-offer:hover
.ff-related-offer-image img {
    transform: scale(1.035);
}


/* =========================================================
   NO IMAGE FALLBACK
========================================================= */

.ff-related-offer-no-image {
    width: 100%;
    height: 100%;

    display: flex;
    align-items: center;
    justify-content: center;

    background:
        linear-gradient(
            135deg,
            #fff0ed,
            #ffe4df
        );

    color: #c31103;

    font-size: 42px;
}


/* =========================================================
   CONTENT
========================================================= */

.ff-related-offer-content {
    flex: 1;

    display: flex;
    flex-direction: column;

    padding: 20px 21px 18px;
}


/* =========================================================
   TITLE
========================================================= */

.ff-related-offer-content h4 {
    margin:
        0
        0
        13px;

    font-size: 18px;

    line-height: 1.3;

    font-weight: 850;
}


.ff-related-offer-content h4 a {
    color: #161616;

    text-decoration: none;

    transition:
        color 0.3s ease;
}


.ff-related-offer-content h4 a:hover {
    color: #c31103;
}


/* =========================================================
   META
========================================================= */

.ff-related-offer-meta {
    display: flex;

    flex-wrap: wrap;

    gap: 8px;

    margin-bottom: 19px;
}


/* Discount */

.ff-related-offer-discount {
    display: inline-flex;

    align-items: center;

    gap: 6px;

    padding:
        6px
        10px;

    color: #c31103;

    background: #fff0ed;

    border-radius: 8px;

    font-size: 11px;

    font-weight: 800;
}


/* Date */

.ff-related-offer-date {
    display: inline-flex;

    align-items: center;

    gap: 6px;

    padding:
        6px
        10px;

    color: #666666;

    background: #f5f5f5;

    border-radius: 8px;

    font-size: 11px;

    font-weight: 650;
}


/* =========================================================
   ACTIONS
========================================================= */

.ff-related-offer-actions {
    display: grid;

    grid-template-columns: 1fr;

    gap: 8px;

    margin-top: auto;
}


/* BOOK NOW */

.ff-related-offer-book {
    display: flex;

    width: 100%;

    min-height: 43px;

    align-items: center;

    justify-content: center;

    padding:
        8px
        14px;

    color: #ffffff;

    background: #c31103;

    border-radius: 10px;

    font-size: 12px;

    font-weight: 800;

    text-decoration: none;

    text-transform: uppercase;

    transition:
        transform 0.3s ease,
        background 0.3s ease;
}


.ff-related-offer-book:hover {
    color: #ffffff;

    background: #a90e03;

    transform: translateY(-1px);
}


/* VIEW DETAILS */

.ff-related-offer-details {
    display: flex;

    width: 100%;

    min-height: 43px;

    align-items: center;

    justify-content: center;

    gap: 8px;

    padding:
        8px
        14px;

    color: #c31103;

    background: #fff0ed;

    border:
        1px solid
        rgba(195, 17, 3, 0.12);

    border-radius: 10px;

    font-size: 12px;

    font-weight: 800;

    text-decoration: none;

    text-transform: uppercase;

    transition:
        background 0.3s ease,
        color 0.3s ease;
}


.ff-related-offer-details:hover {
    color: #ffffff;

    background: #c31103;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .ff-related-offers {
        padding:
            70px
            0
            80px;
    }


    .ff-related-offer-image {
        aspect-ratio: 16 / 9;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .ff-related-offers {
        padding:
            55px
            0
            65px;
    }


    .ff-related-offer {
        border-radius: 17px;
    }


    .ff-related-offer-content {
        padding:
            17px
            17px
            16px;
    }


    .ff-related-offer-content h4 {
        font-size: 16px;
    }


    .ff-related-offer-image {
        aspect-ratio: 16 / 9;
    }

}
/* offers details page css end  */





/* footer css style start */
/* =========================================================
   FOOTER CONTACT ICON - PREVENT ICON SHRINKING
========================================================= */

.footer-area.fta-2
.footer-contact
.footer-contact-item {
    display: flex !important;
    align-items: center !important;

    gap: 15px !important;

    width: 100%;
}


/* IMPORTANT - NEVER ALLOW ICON TO SHRINK */

.footer-area.fta-2
.footer-contact
.footer-contact-item
.icon {
    flex: 0 0 46px !important;
    flex-shrink: 0 !important;

    width: 46px !important;
    height: 46px !important;

    min-width: 46px !important;
    max-width: 46px !important;

    min-height: 46px !important;
    max-height: 46px !important;

    display: flex !important;

    align-items: center !important;
    justify-content: center !important;

    padding: 0 !important;
    margin: 0 !important;

    border-radius: 50% !important;

    background: #c31103 !important;

    overflow: hidden;
}


/* SVG INSIDE CIRCLE */

.footer-area.fta-2
.footer-contact
.footer-contact-item
.icon img {
    display: block !important;

    width: 21px !important;
    height: 21px !important;

    min-width: 21px !important;
    max-width: 21px !important;

    min-height: 21px !important;
    max-height: 21px !important;

    object-fit: contain !important;

    margin: 0 !important;
    padding: 0 !important;

    /* makes your red SVG white inside red circle */
    filter: brightness(0) invert(1);
}


/* =========================================================
   CONTACT CONTENT
========================================================= */

.footer-area.fta-2
.footer-contact
.footer-contact-item
.content {
    flex: 1 1 auto;

    min-width: 0;
}


/* CONTACT TITLE */

.footer-area.fta-2
.footer-contact
.footer-contact-item
.content h5 {
    margin: 0 0 3px;

    font-size: 14px;
    font-weight: 700;

    color: #181818;
}


/* PHONE / EMAIL */

.footer-area.fta-2
.footer-contact
.footer-contact-item
.content a {
    display: block;

    max-width: 100%;

    color: #333333;

    font-size: 14px;
    line-height: 1.45;

    overflow-wrap: anywhere;
    word-break: break-word;
}
/* footer css style end  */








/* booking page css start */

/* =====================================================
   PARTICIPANT COUNTERS
===================================================== */

.ff-participant-counter-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
}


.ff-participant-counter-card {
    display: flex;
    align-items: center;
    justify-content: space-between;

    min-height: 105px;

    padding: 18px;

    border: 1px solid var(--ff-border);
    border-radius: 18px;

    gap: 16px;

    background: #ffffff;

    transition: 0.3s ease;
}


.ff-participant-counter-card:hover {
    border-color: rgba(195, 17, 3, 0.35);

    box-shadow:
        0 10px 25px
        rgba(25, 39, 54, 0.06);
}


.ff-participant-counter-info {
    display: flex;
    align-items: center;

    min-width: 0;

    gap: 12px;
}


.ff-participant-counter-icon {
    display: inline-flex;

    flex: 0 0 auto;

    width: 48px;
    height: 48px;

    align-items: center;
    justify-content: center;

    border-radius: 14px;

    color: var(--ff-red);

    background: var(--ff-red-light);

    font-size: 18px;
}


.ff-participant-counter-info strong,
.ff-participant-counter-info small {
    display: block;
}


.ff-participant-counter-info strong {
    margin-bottom: 4px;

    color: var(--ff-dark);

    font-size: 15px;
    font-weight: 800;
}


.ff-participant-counter-info small {
    color: var(--ff-text);

    font-size: 11px;
    line-height: 1.4;
}


/* COUNTER */

.ff-participant-counter-control {
    display: flex;

    flex: 0 0 auto;

    align-items: center;

    overflow: hidden;

    border: 1px solid #dde1e6;
    border-radius: 30px;

    background: #fafafa;
}


.ff-participant-counter-control button {
    display: inline-flex;

    width: 38px;
    height: 38px;

    padding: 0;

    border: 0;

    align-items: center;
    justify-content: center;

    color: var(--ff-dark);

    background: #ffffff;

    cursor: pointer;

    font-size: 11px;

    transition: 0.25s ease;
}


.ff-participant-counter-control button:hover {
    color: #ffffff;

    background: var(--ff-red);
}


.ff-participant-counter-control input {
    width: 42px;
    height: 38px;

    padding: 0;

    border: 0;

    outline: none;

    color: var(--ff-dark);

    background: #fafafa;

    text-align: center;

    font-weight: 800;

    -moz-appearance: textfield;
}


.ff-participant-counter-control input::-webkit-inner-spin-button,
.ff-participant-counter-control input::-webkit-outer-spin-button {
    margin: 0;

    -webkit-appearance: none;
}


/* TOTAL */

.ff-participant-total-note {
    display: flex;

    margin-top: 15px;

    padding: 12px 15px;

    align-items: center;

    gap: 9px;

    border-radius: 12px;

    color: var(--ff-text);

    background: #fafafa;

    font-size: 13px;
}


.ff-participant-total-note i {
    color: var(--ff-red);
}


.ff-participant-total-note strong {
    color: var(--ff-dark);
}


@media (max-width: 767px) {

    .ff-participant-counter-grid {
        grid-template-columns: 1fr;
    }

}


@media (max-width: 420px) {

    .ff-participant-counter-card {
        align-items: flex-start;

        flex-direction: column;
    }

}





/* =========================================================
   BOOKING PROGRESS
========================================================= */

.ff-booking-progress {
    position: relative;

    display: flex;

    max-width: 850px;

    margin:
        0
        auto
        45px;

    align-items: flex-start;
    justify-content: space-between;
}


/* MAIN LINE */

.ff-progress-line {
    position: absolute;

    top: 22px;
    left: 7%;
    right: 7%;

    height: 4px;

    border-radius: 20px;

    background: #e9e9ec;

    z-index: 1;
}


/* RED COMPLETED PART */

.ff-progress-line::before {
    content: "";

    position: absolute;

    top: 0;
    left: 0;

    width: 25%;

    height: 100%;

    border-radius: 20px;

    background: var(--ff-red);
}


/* ITEM */

.ff-progress-item {
    position: relative;

    z-index: 2;

    display: flex;

    width: 110px;

    flex-direction: column;

    align-items: center;

    text-align: center;
}


/* ICON CIRCLE */

.ff-progress-icon {
    display: flex;

    width: 46px;
    height: 46px;

    margin-bottom: 9px;

    border: 3px solid #e1e4e8;

    border-radius: 50%;

    align-items: center;
    justify-content: center;

    color: #939ba5;

    background: #ffffff;

    font-size: 15px;

    transition: 0.25s ease;
}


/* LABEL */

.ff-progress-item span {
    color: #858d98;

    font-size: 11px;
    font-weight: 700;
}


/* COMPLETED */

.ff-progress-item.is-complete .ff-progress-icon {
    border-color: var(--ff-red);

    color: #ffffff;

    background: var(--ff-red);
}


.ff-progress-item.is-complete span {
    color: var(--ff-dark);
}


/* ACTIVE */

.ff-progress-item.is-active .ff-progress-icon {
    border-color: var(--ff-red);

    color: var(--ff-red);

    background: #ffffff;

    box-shadow:
        0 0 0 6px rgba(195, 17, 3, 0.08);
}


.ff-progress-item.is-active span {
    color: var(--ff-red);
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 767px) {

    .ff-booking-progress {
        margin-bottom: 30px;

        overflow-x: auto;

        justify-content: flex-start;

        gap: 14px;

        padding:
            5px
            5px
            12px;
    }


    .ff-progress-line {
        display: none;
    }


    .ff-progress-item {
        min-width: 85px;

        width: 85px;
    }


    .ff-progress-icon {
        width: 40px;
        height: 40px;

        font-size: 13px;
    }


    .ff-progress-item span {
        font-size: 9px;
    }

}







/* =========================================================
   BOOKING ACCORDION
========================================================= */

.ff-booking-accordion {
    padding: 0;
    margin-top: 18px;

    border:
        1px solid
        var(--ff-border);

    border-radius: 22px;

    overflow: hidden;

    background: #ffffff;
}


/* =========================================================
   HEADER
========================================================= */

.ff-booking-accordion-header {
    display: flex;

    width: 100%;

    min-height: 82px;

    padding:
        16px
        20px;

    border: 0;

    align-items: center;
    justify-content: space-between;

    gap: 20px;

    background: #ffffff;

    text-align: left;

    cursor: pointer;
}


.ff-booking-accordion-header:disabled {
    cursor: not-allowed;

    opacity: .6;
}


.ff-booking-accordion-heading {
    display: flex;

    align-items: center;

    gap: 14px;
}


.ff-booking-step-number {
    display: flex;

    width: 42px;
    height: 42px;

    flex: 0 0 42px;

    border-radius: 50%;

    align-items: center;
    justify-content: center;

    color: #ffffff;

    background: var(--ff-red);

    font-size: 13px;
    font-weight: 800;
}


.ff-booking-accordion-heading h3 {
    margin: 0 0 4px;

    color: var(--ff-dark);

    font-size: 18px;
    font-weight: 800;
}


.ff-booking-accordion-heading p {
    margin: 0;

    color: var(--ff-text);

    font-size: 11px;
}


/* PLUS / MINUS */

.ff-booking-accordion-toggle {
    display: flex;

    width: 38px;
    height: 38px;

    flex: 0 0 38px;

    border:
        1px solid
        rgba(195, 17, 3, .18);

    border-radius: 50%;

    align-items: center;
    justify-content: center;

    color: var(--ff-red);

    background:
        var(--ff-red-light);

    font-size: 13px;
}



/* =========================================================
   ACCORDION CONTENT
========================================================= */

.ff-booking-accordion-content {
    display: none;

    padding:
        0
        20px
        20px;
}


.ff-booking-accordion-content.is-open {
    display: block;
}



/* =========================================================
   SELECTION LIST
========================================================= */

.ff-selection-list {
    display: grid;

    gap: 10px;
}


.ff-selection-list-item {
    position: relative;

    display: flex;

    min-height: 92px;

    padding:
        11px
        130px
        11px
        11px;

    border:
        1px solid
        var(--ff-border);

    border-radius: 16px;

    align-items: center;

    gap: 13px;

    background: #ffffff;

    cursor: pointer;

    transition: .2s ease;
}


.ff-selection-list-item:hover {
    border-color:
        rgba(195,17,3,.38);
}


.ff-selection-list-item.is-selected {
    border-color:
        var(--ff-red);

    background:
        #fff8f7;
}



/* RADIO */

.ff-selection-list-item input {
    position: absolute;

    opacity: 0;

    pointer-events: none;
}



/* IMAGE */

.ff-selection-image {
    width: 75px;
    height: 70px;

    flex:
        0
        0
        75px;

    overflow: hidden;

    border-radius: 12px;

    background: #f3f3f3;
}


.ff-selection-image img {
    width: 100%;
    height: 100%;

    object-fit: cover;
}


.ff-selection-placeholder {
    display: flex;

    width: 100%;
    height: 100%;

    align-items: center;
    justify-content: center;

    color: var(--ff-red);

    background:
        var(--ff-red-light);
}



/* CONTENT */

.ff-selection-content {
    display: block;

    min-width: 0;

    flex: 1;
}


.ff-selection-content strong,
.ff-selection-content small,
.ff-selection-content b,
.ff-selection-content em {
    display: block;
}


.ff-selection-content strong {
    margin-bottom: 3px;

    color: var(--ff-dark);

    font-size: 14px;
    font-weight: 800;
}


.ff-selection-content small {
    margin-bottom: 6px;

    color: var(--ff-text);

    font-size: 10px;
}


.ff-selection-content b {
    display: inline-block;

    color: var(--ff-red);

    font-size: 15px;
}


.ff-selection-content em {
    display: inline;

    margin-left: 5px;

    color: var(--ff-text);

    font-size: 9px;

    font-style: normal;
}



/* =========================================================
   SELECT BUTTON
========================================================= */

.ff-selection-action {
    position: absolute;

    top: 50%;
    right: 15px;

    display: flex;

    min-width: 92px;
    min-height: 40px;

    padding:
        8px
        14px;

    border:
        1px solid
        var(--ff-red);

    border-radius: 12px;

    align-items: center;
    justify-content: center;

    color: var(--ff-red);

    background: #ffffff;

    font-size: 10px;
    font-weight: 800;

    transform:
        translateY(-50%);
}


.ff-selection-selected-text {
    display: none;
}


.ff-selection-list-item.is-selected
.ff-selection-action {
    color: #ffffff;

    background:
        var(--ff-red);
}


.ff-selection-list-item.is-selected
.ff-selection-add-text {
    display: none;
}


.ff-selection-list-item.is-selected
.ff-selection-selected-text {
    display: inline-flex;

    align-items: center;

    gap: 5px;
}



/* =========================================================
   SELECTED MINI SUMMARY
========================================================= */

.ff-selected-choice-summary {
    display: none;

    margin:
        0
        20px
        18px;

    padding: 12px;

    border:
        1px solid
        rgba(195,17,3,.15);

    border-radius: 15px;

    align-items: center;

    gap: 12px;

    background:
        #fff8f7;
}


.ff-selected-choice-summary.show {
    display: flex;
}


.ff-selected-choice-image {
    width: 58px;
    height: 55px;

    flex:
        0
        0
        58px;

    overflow: hidden;

    border-radius: 10px;

    background: #eee;
}


.ff-selected-choice-image img {
    width: 100%;
    height: 100%;

    object-fit: cover;
}


.ff-selected-choice-content {
    min-width: 0;

    flex: 1;
}


.ff-selected-choice-content small,
.ff-selected-choice-content strong,
.ff-selected-choice-content span {
    display: block;
}


.ff-selected-choice-content small {
    color:
        var(--ff-text);

    font-size: 9px;
}


.ff-selected-choice-content strong {
    margin:
        2px
        0;

    color:
        var(--ff-dark);

    font-size: 14px;
    font-weight: 800;
}


.ff-selected-choice-content span {
    color:
        var(--ff-red);

    font-size: 10px;
    font-weight: 700;
}


.ff-selected-choice-change {
    border: 0;

    color:
        var(--ff-red);

    background:
        transparent;

    font-size: 10px;
    font-weight: 800;

    cursor: pointer;
}



/* =========================================================
   OFFER ICON
========================================================= */

.ff-selected-offer-icon {
    display: flex;

    width: 48px;
    height: 48px;

    flex:
        0
        0
        48px;

    border-radius: 12px;

    align-items: center;
    justify-content: center;

    color:
        var(--ff-red);

    background:
        var(--ff-red-light);

    font-size: 17px;
}



/* =========================================================
   NO OFFERS
========================================================= */

.ff-no-offers-message {
    display: none;

    margin-top: 10px;

    padding: 12px;

    border-radius: 12px;

    color:
        var(--ff-text);

    background:
        #f7f7f8;

    font-size: 10px;
}


.ff-no-offers-message.show {
    display: flex;

    align-items: center;

    gap: 7px;
}


.ff-no-offers-message i {
    color:
        var(--ff-red);
}



/* =========================================================
   MOBILE
========================================================= */

@media(max-width:575px) {

    .ff-selection-list-item {
        padding-right:
            90px;
    }


    .ff-selection-action {
        right: 10px;

        min-width: 68px;

        padding:
            7px
            9px;
    }


    .ff-selection-image {
        width: 60px;
        height: 58px;

        flex-basis: 60px;
    }

}





/* booking page css end  */











/* offers section css start */
/* =========================================================
   FLYING FOX OFFERS
   WIDE WONDERLA-STYLE CARDS
========================================================= */

@media (min-width: 992px) {

    /* =====================================
       SECTION
    ====================================== */

    .ff-home-offers {
        height: 650px !important;
        min-height: 650px !important;

        padding: 0 0 0 45px !important;

        overflow: hidden !important;
    }


    .ff-home-offers > .container-fluid {
        height: 100%;

        padding-right: 0 !important;
    }


    .ff-home-offers > .container-fluid > .row {
        height: 100%;

        align-items: center !important;
    }


    /* =====================================
       LEFT RIDER
    ====================================== */

    .ff-offers-left-column {
        height: 100%;

        display: flex;

        align-items: center;
        justify-content: center;
    }


    .ff-offers-rider-wrap {
        height: 580px !important;
        min-height: 580px !important;

        width: 100%;

        position: relative;
    }


    .ff-offers-rider {
        height: 540px !important;

        bottom: -25px !important;
    }


    /* =====================================
       RIGHT AREA
    ====================================== */

    .ff-home-offers .col-lg-8 {
        height: 100%;

        display: flex;

        align-items: center;

        padding-right: 0 !important;
    }


    .ff-offers-main {
        width: 100%;

        padding: 0 0 0 25px !important;

        margin: 0;

        overflow: visible;
    }


    /* =====================================
       HEADING
    ====================================== */

    .ff-offers-heading {
        margin-bottom: 22px;
    }


    .ff-offers-heading h2 {
        font-size: clamp(45px, 4vw, 64px);

        line-height: .95;

        margin: 0;
    }


    /* =====================================
       CAROUSEL
    ====================================== */

    .ff-offers-slider {
        width: 100%;

        margin-top: 18px;

        overflow: visible !important;
    }


    .ff-offers-slider .owl-stage-outer {
        overflow: visible !important;

        width: 100%;
    }


    .ff-offers-slider .owl-stage {
        display: flex;

        align-items: stretch;
    }


    .ff-offers-slider .owl-item {
        float: none;
    }


    /* =====================================
       OFFER CARD
    ====================================== */

    .ff-offer-slide {
        width: 100%;

        padding: 0;
    }


    .ff-offer-banner-link {
        display: block;

        width: 100%;
    }


    .ff-offer-banner {
        position: relative;

        width: 100% !important;

        /*
         * Wide horizontal ratio.
         * Similar to reference screenshot.
         */
        aspect-ratio: 16 / 9;

        height: auto !important;

        min-height: 0 !important;

        border-radius: 20px !important;

        overflow: hidden;

        background: #fff;

        border: 1px solid rgba(255,255,255,.35);

        box-shadow:
            0 14px 30px
            rgba(50,0,0,.17);
    }


    .ff-offer-banner-image {
        position: absolute;

        inset: 0;

        width: 100% !important;
        height: 100% !important;

        object-fit: cover !important;

        object-position: center;

        display: block;
    }


    /* =====================================
       BOTTOM BUTTON + ARROWS
    ====================================== */

    .ff-offers-bottom {
        margin-top: 25px;

        padding-right: 55px;

        display: flex;

        align-items: center;

        justify-content: space-between;
    }

}

/* =========================================================
   OFFERS - KEEP CARDS ONLY INSIDE RIGHT COLUMN
========================================================= */

@media (min-width: 992px) {

    /* Left side stays dedicated to rider */
    .ff-offers-left-column {
        position: relative;
        z-index: 3;
        overflow: hidden;
    }

    /* Right side becomes the clipping boundary */
    .ff-home-offers .col-lg-8 {
        position: relative;
        z-index: 4;
        overflow: hidden !important;
    }

    .ff-offers-main {
        width: 100%;
        overflow: hidden !important;
    }

    .ff-offers-slider {
        width: 100%;
        overflow: hidden !important;
    }

    /* IMPORTANT:
       do not allow Owl cards to enter rider area */
    .ff-offers-slider .owl-stage-outer {
        width: 100%;
        overflow: hidden !important;
    }

    .ff-offers-slider .owl-stage {
        display: flex;
        align-items: stretch;
    }

    .ff-offers-slider .owl-item {
        float: none;
    }
}
/* offers css end  */



/* booking page css start */









/* offers page css start */
/* =========================================================
   COMPACT OFFERS PAGE
========================================================= */

.ff-offers-page {
    padding: 130px 0 70px;
    background: #fffafa;
}


/* Heading */

.ff-offers-top {
    margin-bottom: 45px !important;
    padding: 0 !important;
    border: 0 !important;
    text-align: center;
}

.ff-offers-top-right {
    display: none !important;
}

.ff-offers-top-left {
    max-width: 100% !important;
    text-align: center;
}

.ff-offers-heading-tag,
.ff-offers-top-left p {
    display: none !important;
}

.ff-offers-top-left h1 {
    margin: 0 !important;
    font-size: 46px !important;
    line-height: 1.1 !important;
    font-weight: 800 !important;
    text-transform: none !important;
    letter-spacing: -1px !important;
}

.ff-offers-top-left h1 span {
    color: #c31103;
}


/* =========================================================
   GRID
========================================================= */

.ff-offers-grid {
    display: grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    gap: 26px;
}


/* =========================================================
   CARD
========================================================= */

.ff-offer-card {
    display: flex;
    flex-direction: column;

    overflow: hidden;

    background: #ffffff;

    border: 1px solid rgba(195, 17, 3, 0.08);

    border-radius: 22px;

    box-shadow:
        0 12px 35px
        rgba(0, 0, 0, 0.07);

    transition: 0.3s ease;
}

.ff-offer-card:hover {
    transform: translateY(-5px);

    box-shadow:
        0 18px 45px
        rgba(0, 0, 0, 0.11);
}


/* =========================================================
   IMAGE
========================================================= */

.ff-offer-image-link {
    display: block;
}

.ff-offer-image {
    width: 100%;

    aspect-ratio: 16 / 8.2;

    overflow: hidden;

    background: #eeeeee;
}

.ff-offer-image img {
    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center;

    display: block;

    transition: transform 0.4s ease;
}

.ff-offer-card:hover .ff-offer-image img {
    transform: scale(1.03);
}

.ff-offer-no-image {
    width: 100%;
    height: 100%;

    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

    gap: 8px;

    background: #c31103;
    color: #ffffff;
}


/* =========================================================
   CONTENT
========================================================= */

.ff-offer-content {
    display: flex;
    flex: 1;

    flex-direction: column;

    padding: 20px 22px;
}

.ff-offer-content h3 {
    margin: 0 0 12px;

    font-size: 20px;
    font-weight: 800;
    line-height: 1.25;
}

.ff-offer-title-link {
    color: #171717;
}

.ff-offer-title-link:hover {
    color: #c31103;
}


/* =========================================================
   DISCOUNT + DATE
========================================================= */

.ff-offer-meta {
    display: flex;

    flex-wrap: wrap;

    gap: 8px;

    margin-bottom: 18px;
}

.ff-offer-meta-item {
    display: inline-flex;

    align-items: center;

    gap: 6px;

    padding: 7px 10px;

    background: #f5f5f5;

    border-radius: 8px;

    color: #5c5c5c;

    font-size: 11px;
    font-weight: 700;
}

.ff-offer-meta-discount {
    color: #c31103;
    background: #fff0ed;
}

.ff-offer-meta-item i {
    font-size: 11px;
}


/* =========================================================
   RIDE
========================================================= */

.ff-offer-ride {
    display: flex;

    align-items: center;

    gap: 6px;

    margin-bottom: 18px;

    color: #666666;

    font-size: 13px;
}

.ff-offer-ride i {
    color: #777777;
    font-size: 12px;
}


/* =========================================================
   ACTIONS
========================================================= */

.ff-offer-actions {
    margin-top: auto;
}


/* BOOK NOW */

.ff-offer-book-now {
    display: flex;

    width: 100%;
    min-height: 48px;

    align-items: center;
    justify-content: center;

    margin-bottom: 8px;

    color: #ffffff !important;

    background: #c31103;

    border-radius: 10px;

    font-size: 12px;
    font-weight: 800;

    text-transform: uppercase;

    transition: 0.25s ease;
}

.ff-offer-book-now:hover {
    background: #9f0d03;
}


/* VIEW DETAILS */

.ff-offer-view {
    display: flex;

    width: 100%;
    min-height: 48px;

    align-items: center;
    justify-content: center;

    gap: 10px;

    color: #c31103 !important;

    background: #fff3f0;

    border: 1px solid rgba(195, 17, 3, 0.18);

    border-radius: 10px;

    font-size: 12px;
    font-weight: 800;

    text-transform: uppercase;

    transition: 0.25s ease;
}

.ff-offer-view i {
    color: #c31103;
    transition: transform 0.25s ease;
}

.ff-offer-view:hover {
    color: #ffffff !important;

    background: #c31103;
}

.ff-offer-view:hover i {
    color: #ffffff;

    transform: translateX(4px);
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1199px) {

    .ff-offers-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }

}


@media (max-width: 767px) {

    .ff-offers-page {
        padding: 95px 0 50px;
    }

    .ff-offers-top-left h1 {
        font-size: 34px !important;
    }

    .ff-offers-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .ff-offer-content {
        padding: 18px;
    }

}

/* offers page css end  */






/* hero section sign in modal css start */

/* =========================================================
   HERO LOGIN / START ADVENTURE CARD
========================================================= */

.hero-destination.ff-hero-login-card {
    position: relative;

    width: 100%;
    max-width: 445px;

    margin-left: auto;

    padding: 30px 28px 28px;

    background: #ffffff !important;
    background-image: none !important;

    border: none !important;
    border-radius: 22px;

    box-shadow:
        0 18px 45px rgba(0, 0, 0, 0.14);

    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}


/* Remove possible transparent overlay */

.hero-destination.ff-hero-login-card::before,
.hero-destination.ff-hero-login-card::after {
    display: none !important;
}


/* =========================================================
   TITLE
========================================================= */

.hero-destination.ff-hero-login-card .title {
    margin: 0 0 22px;

    color: #171717 !important;

    font-size: 25px;
    font-weight: 700;

    line-height: 1.2;
}


/* =========================================================
   FORM
========================================================= */

.ff-hero-phone-form {
    width: 100%;
}


/* =========================================================
   PHONE INPUT
========================================================= */

.ff-hero-field {
    position: relative;

    display: flex;

    width: 100%;
    height: 58px;

    align-items: center;

    margin-bottom: 18px;

    padding: 0 18px;

    background: #fff6f3;

    border: 1px solid transparent;
    border-radius: 12px;

    transition:
        border-color 0.25s ease,
        box-shadow 0.25s ease,
        background 0.25s ease;
}


/* Phone icon */

.ff-hero-field > i {
    flex: 0 0 auto;

    margin-right: 14px;

    color: #c31103;

    font-size: 18px;
}


/* Input */

.ff-hero-field .ff-hero-phone {
    width: 100%;
    height: 100%;

    margin: 0 !important;
    padding: 0 !important;

    color: #222222 !important;

    background: transparent !important;

    border: none !important;
    outline: none !important;

    box-shadow: none !important;

    font-size: 16px;
    font-weight: 500;
}


/* Placeholder */

.ff-hero-field .ff-hero-phone::placeholder {
    color: #777777;

    opacity: 1;
}


/* Focus */

.ff-hero-field:focus-within {
    background: #ffffff;

    border-color: rgba(195, 17, 3, 0.45);

    box-shadow:
        0 0 0 3px rgba(195, 17, 3, 0.08);
}


/* =========================================================
   GET STARTED BUTTON
========================================================= */

.ff-hero-start-btn {
    position: relative;

    display: flex;

    width: 100%;
    height: 58px;

    align-items: center;
    justify-content: center;

    padding: 0 68px 0 22px;

    color: #ffffff;

    background: #c31103;

    border: none;
    border-radius: 30px;

    font-size: 16px;
    font-weight: 700;

    cursor: pointer;

    overflow: hidden;

    transition:
        background 0.3s ease,
        transform 0.3s ease,
        box-shadow 0.3s ease;
}


/* Button text */

.ff-hero-start-btn > span:first-child {
    position: relative;
    z-index: 2;
}


/* =========================================================
   RIGHT ARROW CIRCLE
========================================================= */

.ff-hero-start-arrow {
    position: absolute;

    top: 50%;
    right: 7px;

    display: flex;

    width: 44px;
    height: 44px;

    align-items: center;
    justify-content: center;

    color: #c31103;

    background: #ffffff;

    border-radius: 50%;

    transform: translateY(-50%);

    transition:
        transform 0.3s ease,
        background 0.3s ease;
}


.ff-hero-start-arrow i {
    margin: 0 !important;
    padding: 0 !important;

    color: #c31103 !important;

    font-size: 15px;

    transform: rotate(-45deg);

    transition: transform 0.3s ease;
}


/* =========================================================
   BUTTON HOVER
========================================================= */

.ff-hero-start-btn:hover {
    color: #ffffff;

    background: #a90f03;

    transform: translateY(-2px);

    box-shadow:
        0 10px 25px rgba(195, 17, 3, 0.22);
}


/*
   Keep circle on far-right.
   Slight movement/rotation on hover.
*/

.ff-hero-start-btn:hover .ff-hero-start-arrow {
    transform:
        translateY(-50%)
        rotate(5deg);
}


.ff-hero-start-btn:hover .ff-hero-start-arrow i {
    transform:
        rotate(-45deg)
        translateX(2px);
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 991px) {

    .hero-destination.ff-hero-login-card {
        max-width: 100%;

        margin:
            30px
            0
            0;

        padding: 25px;
    }

}


@media (max-width: 575px) {

    .hero-destination.ff-hero-login-card {
        padding: 22px 18px;

        border-radius: 18px;
    }


    .hero-destination.ff-hero-login-card .title {
        margin-bottom: 18px;

        font-size: 22px;
    }


    .ff-hero-field {
        height: 55px;

        margin-bottom: 14px;
    }


    .ff-hero-start-btn {
        height: 55px;
    }


    .ff-hero-start-arrow {
        width: 41px;
        height: 41px;
    }

}







/* =========================================================
   SMALLER HERO LOGIN CARD
========================================================= */

.hero-destination.ff-hero-login-card {
    position: relative;

    width: 100%;
    max-width: 380px;       /* was 445px */

    margin-left: auto;

    padding: 24px 24px 22px; /* smaller */

    background: #ffffff !important;
    background-image: none !important;

    border: none !important;
    border-radius: 18px;

    box-shadow:
        0 14px 35px rgba(0, 0, 0, 0.13);

    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}


/* TITLE */

.hero-destination.ff-hero-login-card .title {
    margin: 0 0 18px;

    color: #171717 !important;

    font-size: 22px;        /* smaller */
    font-weight: 700;

    line-height: 1.2;
}


/* =========================================================
   PHONE FIELD
========================================================= */

.ff-hero-field {
    position: relative;

    display: flex;

    width: 100%;
    height: 52px;           /* was 58px */

    align-items: center;

    margin-bottom: 15px;

    padding: 0 16px;

    background: #fff6f3;

    border: 1px solid transparent;
    border-radius: 11px;
}


.ff-hero-field > i {
    margin-right: 12px;

    color: #c31103;

    font-size: 16px;
}


.ff-hero-field .ff-hero-phone {
    width: 100%;
    height: 100%;

    margin: 0 !important;
    padding: 0 !important;

    background: transparent !important;

    border: none !important;
    outline: none !important;

    box-shadow: none !important;

    color: #222222 !important;

    font-size: 14px;
    font-weight: 500;
}


/* =========================================================
   BUTTON
========================================================= */

.ff-hero-start-btn {
    position: relative;

    display: flex;

    width: 100%;
    height: 52px;           /* was 58px */

    align-items: center;
    justify-content: center;

    padding: 0 60px 0 20px;

    color: #ffffff;

    background: #c31103;

    border: none;
    border-radius: 28px;

    font-size: 14px;
    font-weight: 700;

    cursor: pointer;

    transition:
        background 0.3s ease,
        transform 0.3s ease,
        box-shadow 0.3s ease;
}


/* =========================================================
   ARROW
========================================================= */

.ff-hero-start-arrow {
    position: absolute;

    top: 50%;
    right: 6px;

    display: flex;

    width: 40px;            /* smaller */
    height: 40px;

    align-items: center;
    justify-content: center;

    background: #ffffff;

    color: #c31103;

    border-radius: 50%;

    transform: translateY(-50%);

    transition: transform 0.3s ease;
}


.ff-hero-start-arrow i {
    margin: 0 !important;

    color: #c31103 !important;

    font-size: 14px;

    transform: rotate(-45deg);
}





/* hero section sign in modal css end  */








/* offer details page css start*/
/* =========================================================
   OFFER DETAIL - KEEP ALL CONTENT BELOW NAVBAR
========================================================= */

/* Navbar always above page content */
.header-2 {
    position: relative;
    z-index: 9999 !important;
}

.header-2 .navbar {
    position: relative;
    z-index: 99999 !important;
}

/* When navbar becomes fixed/sticky */
.header-2 .navbar.fixed-top,
.header-2 .navbar.navbar-fixed {
    z-index: 999999 !important;
}


/* =========================================================
   OFFER DETAIL PAGE STACKING
========================================================= */

.ff-offer-page {
    position: relative;
    z-index: 1;
    isolation: isolate;
}

.ff-offer-page .container {
    position: relative;
    z-index: 1;
}

.ff-offer-hero {
    position: relative;
    z-index: 1 !important;
}

/* Hero image */
.ff-offer-hero-image {
    z-index: 0 !important;
}

/* Hero dark overlay */
.ff-offer-hero-overlay {
    z-index: 1 !important;
}

/* Hero text */
.ff-offer-hero-content {
    z-index: 2 !important;
}

/* Share button */
.ff-offer-share {
    z-index: 3 !important;
}
/* offers css end  */




/* navbar bug fix css start */
/* =========================================================
   HOME HERO - REMOVE WHITE GAP UNDER/AROUND NAVBAR
========================================================= */

@media (min-width: 992px) {

    .header-2 {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9999;
    }

    .header-2 .navbar {
        padding: 28px 0;
        background: transparent !important;
    }

    .hero-section.hs-2 {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }

}



/* =========================================================
   MOBILE - FLOAT NAVBAR OVER PAGE HERO/BREADCRUMB
========================================================= */

@media (max-width: 991px) {

    .header-2 {
        position: absolute !important;
        top: 0;
        left: 0;

        width: 100%;

        z-index: 9999;
    }


    .header-2 .navbar {
        width: 100%;

        padding: 14px 12px !important;

        background: transparent !important;
    }


    .header-2 .navbar > .container {
        background: #ffffff;

        min-height: 66px !important;

        border-radius: 50px;
    }

}
/* bug fix css end  */