/*===============================================
 Start Import Font Section
 ===============================================*/
/* poppins-300 - latin */
@font-face {
  font-display: swap;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/poppins-font/poppins-v22-latin-300.woff2") format("woff2");
}

/* poppins-regular - latin */
@font-face {
  font-display: swap;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/poppins-font/poppins-v22-latin-regular.woff2") format("woff2");
}

/* poppins-italic - latin */
@font-face {
  font-display: swap;
  font-family: "Poppins";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/poppins-font/poppins-v22-latin-italic.woff2") format("woff2");
}

/* poppins-500 - latin */
@font-face {
  font-display: swap;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/poppins-font/poppins-v22-latin-500.woff2") format("woff2");
}

/* poppins-600 - latin */
@font-face {
  font-display: swap;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/poppins-font/poppins-v22-latin-600.woff2") format("woff2");
}

/* poppins-700 - latin */
@font-face {
  font-display: swap;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/poppins-font/poppins-v22-latin-700.woff2") format("woff2");
}

/* just-another-hand-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Just Another Hand';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/just-another-hand-font/just-another-hand-v21-latin-regular.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/*=========================================
  End Import Font s section
  ========================================*/
/*=========================================
  start  Commom css
  ========================================*/
* {
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  box-sizing: border-box;
}

:root {
  --main-color: #cf8f0b;
  --second-color: #292927;
  --third-color: #0c1428;
  --light-color: #e9d292;
  --border-color: #dcdcdc;
  --main-grey: #f8f9fa;
  --black-color: #110f0f;
  --white-color: #fff;
  --para-color: #63687a;
  scroll-behavior: smooth;
  --font-family: "Poppins", sans-serif;
  --font-hand: "Just Another Hand", cursive;
  --box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px,
    rgba(17, 17, 26, 0.05) 0px 8px 32px;
  --sharp-box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

::selection {
  background-color: var(--second-color);
  color: var(--white-color);
}

img {
  max-width: 100%;
  height: auto;
}

iframe {
  width: 100%;
  border: none;
}

ul,
ol,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

select:focus,
select:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  outline: 0;
}

.accordion-button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  outline: 0;
}

textarea {
  height: 220px;
  padding-top: 20px;
}

textarea:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  line-height: 1.2;
}

h1 {
  font-size: 50px;
  font-weight: 700;
}

h2 {
  font-size: 30px;
  font-weight: 600;
}

h3 {
  font-weight: 600;
  font-size: 20px;
}

h4 {
  font-size: 18px;
  font-weight: 500;
}

h5 {
  font-size: 16px;
  font-weight: 400;
}

p {
  line-height: 2;
  font-weight: 400;
  color: var(--para-color);
  letter-spacing: 0.5px;
  margin: 0;
}

p.two-line {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
}

p.three-line {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
  height: 85px;
}

.padding-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.padtobo-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.padtop-100 {
  padding-top: 100px;
}

.padbo-100 {
  padding-bottom: 100px;
}

.padtobo-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.padtop-70 {
  padding-top: 70px;
}

.padtop-60 {
  padding-top: 60px;
}

.padbo-70 {
  padding-bottom: 70px;
}

.padbo-60 {
  padding-bottom: 60px;
}

.padtobo-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.padtobo-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.padtobo-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.padtop-50 {
  padding-top: 50px;
}

.padbo-50 {
  padding-bottom: 50px;
}

.padbo-30 {
  padding-bottom: 30px;
}

.padrl-50 {
  padding-left: 50px;
  padding-right: 50px;
}

.padtobo-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.padtop-40 {
  padding-top: 40px;
}

.padbo-40 {
  padding-bottom: 40px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-30 {
  margin-top: 30px;
}

.mr-30 {
  margin-right: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.ml-30 {
  margin-left: 30px;
}

.mt-25 {
  margin-top: 25px;
}

.mr-25 {
  margin-right: 25px;
}

.mb-25 {
  margin-bottom: 25px;
}

.ml-25 {
  margin-left: 25px;
}

.mt-20 {
  margin-top: 20px;
}

.mr-20 {
  margin-right: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.ml-20 {
  margin-left: 20px;
}

.mt-15 {
  margin-top: 15px;
}

.mr-15 {
  margin-right: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.ml-15 {
  margin-left: 15px;
}

.mb-10 {
  margin-bottom: 10px;
}

body {
  position: relative;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: var(--black-color);
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="subject"]:focus,
textarea:focus,
.form-select:focus {
  outline: none !important;
  border: 1px solid var(--main-color);
  -webkit-transform: translate3d(0, 0, 5px);
  transform: translate3d(0, 0, 5px);
  font-size: 16px;
  color: var(--main-color);
  -webkit-box-shadow: 0 4px 30px 0 rgb(0 0 0 / 0.1);
  box-shadow: 0 4px 30px 0 rgb(0 0 0 / 0.1);
}

.form-check-input:focus {
  border: none;
  outline: 0;
  box-shadow: none;
}

input[type="text"],
input[type="email"],
input[type="number"],
input[type="url"],
input[type="tel"],
input[type="date"],
input[type="search"],
input[type="password"],
input[type="subject"],
textarea,
.form-select {
  background: var(--white-color);
  border: 1px solid rgb(0 0 0 / 0.1);
  outline: 0;
  width: 100%;
  padding: 1rem;
  resize: none;
  color: var(--black-color);
  font-size: 14px;
  font-weight: 400;
  position: relative;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="number"],
input[type="tel"],
input[type="date"],
input[type="search"],
input[type="password"],
input[type="subject"],
.form-select {
  height: 40px;
}

textarea {
  height: 200px;
  padding-top: 20px;
}

.text-msg {
  margin-bottom: 15px !important;
}

textarea:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

::-webkit-scrollbar {
  background: #fff0;
  width: 7px;
  height: 7px;
}

::-webkit-scrollbar-thumb {
  background-color: var(--second-color);
}

::-webkit-scrollbar-thumb:hover {
  background-color: rgb(0 0 0 / 0.3);
}

::-webkit-scrollbar-button {
  background-color: var(--second-color);
  height: 15px;
  display: none;
}

.input-box {
  position: relative;
  margin-bottom: 10px;
}

.input-box label {
  position: absolute;
  top: 0.75rem;
  z-index: 20;
  left: 20px;
  font-size: 12px !important;
}

.input-box label::before {
  content: "";
  width: 100%;
  top: 0;
  height: 100%;
  background: #fff0;
  position: absolute;
  z-index: -1;
}

.input-box input:focus {
  margin-bottom: 20px;
  border: none;
  border-bottom: 1px solid var(--main-color);
}

.input-box select {
  padding: 5px 15px 0;
  height: 45px;
  min-width: 100%;
}

.input-box select+label {
  position: absolute;
  left: 0;
  top: -0.5rem;
  background-color: var(--white-color);
}

.input-box input[type="date"]:focus+label,
.input-box input[type="date"]:valid+label,
.input-box input[type="tel"]:valid+label,
.input-box input[type="number"]:focus+label,
.input-box input:not(:placeholder-shown)+label,
.input-box input[type="email"]:focus+label,
.input-box input[type="text"]:focus+label,
.input-box input[type="text"]:not(:placeholder-shown)+label,
.input-box textarea:focus+label,
.input-box textarea:not(:placeholder-shown)+label {
  left: 0;
  top: -1.5rem;
  font-size: 14px;
  color: var(--white-color);
  padding: 3px 5px;
  background-color: var(--main-color);
  border-radius: 2px;
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  border: none;
  outline: 0;
  color: var(--main-color);
}

ul ol,
li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}

.section-title {
  margin-bottom: 2rem;
  position: relative;
}

.section-title .section-title-span {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  color: var(--second-color);
  display: inline-block;
  margin-bottom: 5px;
  position: relative;
  letter-spacing: 1px;
  z-index: 20;
  padding: 0.5rem 1rem;
  /* background-color: var(--light-color); */
  border-radius: 999px;
  font-family: var(--font-hand);
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.section-title .section-title-span::before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 20px;
  height: 20px;
  z-index: -1;
  border: 1px solid var(--second-color);
  border-left: none;
  border-bottom: none;
  border-top-right-radius: 20px;
}

.section-title .section-title-span::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 20px;
  height: 20px;
  z-index: -1;
  border: 1px solid var(--second-color);
  border-right: none;
  border-top: none;
  border-bottom-left-radius: 20px;
}

.section-title .section-title-heading {
  color: var(--black-color);
  text-transform: capitalize;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 45px;
}

.section-title .section-title-heading .section-title-head {
  color: var(--second-color);
}

.section-title.para {
  max-height: calc(1.4em * 5);
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
  margin-block: 10px;
  transition: max-height 0.3s ease-in-out;
}

.section-title.para.show {
  max-height: 100%;
  text-overflow: unset;
}

.section-title p {
  padding: 0;
  margin: 0;
  font-size: 1rem;
}

.showMore-btn {
  transition: 0.3s all ease-in-out;
  display: none;
  padding: 0.5rem 1rem;
  color: var(--main-color);
  border: 1px solid var(--main-color);
  cursor: pointer;
  border-radius: 12px;
  font-weight: 500;
  background-color: #fff0;
  position: relative;
  font-size: clamp(0.7rem, 4vw, 1rem);
  transform: translate(-50%, 0);
  left: 50%;
}

.showMore-btn:hover {
  background-color: var(--beige-color);
  border: 1px solid var(--beige-color);
}

/* ======== Custom Pro Button Colors ======== */
/* From Uiverse.io by doniaskima */
.btn-effect,
.btn-effect *,
.btn-effect :after,
.btn-effect :before,
.btn-effect:after,
.btn-effect:before {
  border: 0 solid;
  box-sizing: border-box;
  display: inline-block;
}

.btn-effect {
  -webkit-tap-highlight-color: transparent;
  /* -webkit-appearance: button; */
  background-color: var(--white-color);
  background-image: none;
  color: var(--main-color);
  cursor: pointer;
  /* font-family: var(--font-hand); */
  font-size: 100%;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 1px;
  margin: 0;
  -webkit-mask-image: -webkit-radial-gradient(var(--black-color), var(--light-color));
  padding: 0;
  text-transform: uppercase;
}

.btn-effect:disabled {
  cursor: default;
}

.btn-effect:-moz-focusring {
  outline: auto;
}

.btn-effect svg {
  display: block;
  vertical-align: middle;
}

.btn-effect [hidden] {
  display: none;
}

.btn-effect {
  border-radius: 999px;
  overflow: hidden;
  padding: 10px;
  position: relative;
  border: 2px solid var(--main-color) !important;
  width: fit-content;
  min-width: 150px;
  text-align: center;
}

/* .btn-effect span {
  mix-blend-mode: difference;
} */
.btn-effect:hover span {
  mix-blend-mode: difference;
}

.btn-effect:after,
.btn-effect:before {
  background: linear-gradient(90deg, var(--second-color) 25%, transparent 0, transparent 50%, var(--second-color) 0, var(--second-color) 75%, transparent 0);
  content: "";
  inset: 0;
  position: absolute;
  transform: translateY(var(--progress, 100%));
  transition: transform 0.2s ease;
}

.btn-effect:after {
  --progress: -100%;
  background: linear-gradient(90deg, transparent 0, transparent 25%, var(--second-color) 0, var(--second-color) 50%, transparent 0, transparent 75%, var(--second-color) 0);
  z-index: -1;
}


.btn-effect:hover:after,
.btn-effect:hover:before {
  --progress: 0;
}

/*end btn effect */
/*
.btn-effect {
  padding: 7px 15px;
  font-size: 16px;
  text-decoration: none;
  background-color: #fff0;
  color: var(--main-color);
  border: 1px solid var(--main-color) !important;
  border-radius: 5px;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  border: none;
  cursor: pointer;
  text-align: center;
  z-index: 20;
  font-weight: 500;
}

.btn-effect::before {
  content: "";
  background-color: var(--main-color);
  transform: scaleX(0);
  transform-origin: right;
  z-index: -1;
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  width: auto;
  height: auto;
  transition: all 0.4s ease;
  z-index: -1;
}

.btn-effect:hover::before {
  transform: scaleX(1);
  transform-origin: left;
  border-radius: 5px;
}

.btn-effect:hover {
  color: var(--white-color);
} */

.btn-effect-2 {
  background-color: var(--white-color);
  border: none;
  border-radius: 10px;
  box-shadow: rgb(60 64 67 / 0.3) 0 1px 2px 0,
    rgb(60 64 67 / 0.15) 0 1px 3px 1px;
  color: var(--main-color);
  cursor: pointer;
  font-size: 16px;
  padding: 7px 10px;
  transition: box-shadow 0.6s cubic-bezier(0.4, 0, 0.2, 1),
    background-color 0.4s ease;
}

.btn-effect-2:hover {
  box-shadow: inset 4px 4px 10px #bcbcbc,
    inset -4px -4px 10px var(--white-color);
  background-color: var(--main-grey);
  color: var(--black-color);
}

.btn-effect-2:focus {
  outline: none;
  box-shadow: inset 2px 2px 5px #bcbcbc, inset -2px -2px 5px var(--white-color),
    2px 2px 5px #bcbcbc, -2px -2px 5px var(--white-color);
}

/*============================================
  End Commom css
  ===========================================*/

/*============================================
 start header
==============================================*/
header .navbar-brand img {
  height: 70px;
  display: inline-block;
  max-width: 200px;
}

header .container-fluid {
  padding-inline: 4rem;
}

.lang-dropdown {
  position: relative;
  display: inline-block;
}

.lang-toggle {
  background: transparent;
  color: var(--second-color);
  margin-left: 7px;
  padding: 7px 10px;
  font-size: 16px;
  border-radius: 8px;
  text-decoration: none;
  display: flex;
  align-items: center;
  /*gap: 8px;
  */
  /*box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
  */
  transition: 0.3s;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.lang-toggle:hover {
  background: #f0f0f0;
  color: var(--third-color) !important;
}

.lang-menu {
  position: absolute;
  top: 110%;
  left: -10px;
  min-width: 160px;
  background-color: var(--white-color);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  z-index: 1000;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.lang-dropdown:hover .lang-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}

.lang-menu a {
  color: #333;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  font-weight: 500;
  transition: background 0.2s;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  -ms-transition: background 0.2s;
  -o-transition: background 0.2s;
}

.lang-menu a:hover {
  background-color: #f5f5f5;
}

.lang-flag {
  width: 20px;
  height: 14px;
  object-fit: cover;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}

.navbar-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
}

.navbar.is-fixed {
  width: calc(100% - 10px);
  position: fixed;
  top: 0;
  left: 5px;
  z-index: 9999;
  box-shadow: var(--box-shadow);
  background-color: var(--second-color) !important;
  border-radius: 0 0 50px 50px;
  margin: auto;
  -webkit-border-radius: 0 0 50px 50px;
  -moz-border-radius: 0 0 50px 50px;
  -ms-border-radius: 0 0 50px 50px;
  -o-border-radius: 0 0 50px 50px;
}

.is-fixed a.nav-link {
  color: var(--white-color) !important;
}

.is-fixed .lang-toggle {
  color: var(--white-color);
}

.navbar-main a.nav-link {
  font-size: 16px;
  color: var(--black-color);
  font-weight: 500;
  text-transform: capitalize;
  display: block;
  width: 100%;
  height: 100%;
}

.navbar-main a.nav-link:hover {
  background-color: var(--main-grey);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.navbar.is-fixed a.nav-link:hover {
  background-color: var(--light-color);
  color: var(--second-color) !important;
}

.navbar-nav>li.nav-item {
  padding: 0 !important;
  position: relative;
  margin-right: 8px;
}

.navbar-toggler {
  padding: 0 5px;
}

.navbar-toggler-icon {
  height: auto !important;
  width: auto !important;
}

.navbar-toggler-icon span {
  background: var(--second-color);
  width: 30px;
  display: block;
  height: 2px;
  border-radius: 5px;
  margin-bottom: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.is-fixed .navbar-toggler span>* {
  background: var(--light-color);
}

.main-menu li .dropdown-item {
  padding: 0.5rem 1rem;
  color: var(--black-color);
}

.dropdown-parent .main-menu>li.active {
  background-color: var(--white-color);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.nav-item.has-dropdown li:hover,
.nav-item.has-dropdown li a:hover {
  background-color: var(--white-color);
  border-radius: 5px;
  padding-left: 10px;
  color: var(--main-color);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.is-fixed .nav-item.has-dropdown .main-menu>ul>li>a:hover {
  padding-left: 20px;
}

.nav-item.mega-menu {
  /* display: none; */
  position: static !important;
}

.nav-item.mega-menu .mega-menu-wrapper {
  border-bottom: 3px solid var(--main-color);
  box-shadow: var(--box-shadow);
  width: 100%;
  display: flex;
  position: absolute;
  height: auto;
  z-index: 20;
  width: 100%;
  left: 0;
  top: 90%;
  border-radius: 10px;
  background: var(--white-color);
  padding: 1rem;
  opacity: 0;
  visibility: hidden;
  transform: perspective(700px) rotateX(-90deg);
  transition: all 0.8s ease;
  transform-origin: top;
  pointer-events: none;
  -webkit-transform: perspective(700px) rotateX(-90deg);
  -moz-transform: perspective(700px) rotateX(-90deg);
  -ms-transform: perspective(700px) rotateX(-90deg);
  -o-transform: perspective(700px) rotateX(-90deg);
}

.nav-item.mega-menu .mega-menu-wrapper>* {
  flex: 1;
  max-width: 250px;
}

.nav-item.mega-menu .mega-menu-wrapper li>a {
  color: var(--second-color);
  font-weight: 600;
  padding-left: 15px;
}

.nav-item.mega-menu .mega-menu-wrapper ul li {
  display: block;
}

.nav-item.mega-menu .mega-menu-wrapper ul li .dropdown-item {
  padding: 0.5rem 1rem;
  color: var(--black-color);
  border-radius: 10px;
  position: relative;
  font-weight: 400;
}

.nav-item.mega-menu .mega-menu-wrapper ul li .dropdown-item:hover {
  background-color: var(--light-color);
  color: var(--main-color);
  padding-left: 25px;
}

.nav-item.mega-menu .mega-menu-wrapper ul li .dropdown-item::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 13px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--third-color);
  transform: scale(0);
  transition: 0.5s all ease-in-out;
}

.nav-item.mega-menu .mega-menu-wrapper ul li .dropdown-item:hover::before {
  transform: scale(1);
}

.nav-item.mega-menu:hover .mega-menu-wrapper {
  opacity: 1;
  visibility: visible;
  transform: perspective(700px) rotateX(0deg);
  pointer-events: auto;
}

.view-more {
  display: none;
}

.mega-menu-ul {
  padding: 0;
  margin: 0;
}

.mega-menu-ul li:nth-child(n + 6) {
  display: none;
}

.main-menu {
  position: absolute;
  width: auto;
  height: auto;
  background: #f4f5f5;
  padding: 5px;
  border-radius: 5px;
  min-width: 200px;
  display: block;
  z-index: 999!important;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  box-shadow: var(--box-shadow);
  border-bottom: 2px solid var(--second-color);
  transform: perspective(700px) rotateX(-90deg);
  transition: all 0.8s ease;
  transform-origin: top;
  pointer-events: none;
}

.nav-item:hover .main-menu {
  opacity: 1;
  visibility: visible;
  transform: perspective(700px) rotateX(0deg);
  pointer-events: auto;
}

.main-menu li {
  display: block;
}

.dropdown-menu img {
  height: 30px;
  width: 30px;
  border-radius: 5px;
  object-fit: cover;
}

.login-select li {
  display: block !important;
}

.lang-btn {
  display: flex;
  align-items: center;
}

header {
  background-color: var(--main-grey);
  box-shadow: var(--box-shadow);
}

.upper-nav {
  max-width: 1320px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navbar-icons {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 20px;
  padding: 0.3rem;
}

.navbar-icons i,
.social-nav i {
  color: #505557;
}

.social-nav i {
  margin-right: 7px;
  font-size: 16px;
}

.social-nav a {
  margin-left: 10px;
}

.navbar-icons a,
.social-nav span {
  color: var(--black-color);
  font-weight: 400;
  letter-spacing: 1px;
}

.navbar-icons span {
  margin-left: 5px;
}

.social-media-navbar {
  --count: 4;
  list-style: none;
  display: flex;
  position: relative;
  padding: 0;
  margin: 0;
  background: var(--white-color);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: var(--box-shadow);
  width: 80%;
}

.social-media-navbar li {
  flex: 1;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  margin-inline: 5px;
  text-align: center;
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition: color 0.25s ease;
}

.social-media-navbar li a {
  color: var(--second-color);
  font-size: 18px;
}

.social-media-navbar li:hover {
  color: var(--white-color);
}

/* the sliding shared background */
.social-media-navbar .marker {
  position: absolute;
  inset: 0 auto 0 0;
  width: calc(100% / var(--count));
  background: var(--main-color);
  border-radius: 12px;
  transform: translateX(-100%);
  transition: transform 0.28s ease;
  z-index: 0;
  pointer-events: none;
}

/* Move the marker based on which li is hovered */
.social-media-navbar li:nth-child(1):hover~.marker {
  transform: translateX(0%);
}

.social-media-navbar li:nth-child(2):hover~.marker {
  transform: translateX(100%);
}

.social-media-navbar li:nth-child(3):hover~.marker {
  transform: translateX(200%);
}

.social-media-navbar li:nth-child(4):hover~.marker {
  transform: translateX(300%);
}

/* Optional: keep marker visible only when hovering the menu */
.social-media-navbar:not(:hover) .marker {
  opacity: 0.9;
}

.line-side {
  height: 1px;
  background: rgba(0, 0, 0, 0.2);
  margin: 10px 0;
  width: 80%;
}

.demo-container {
  text-align: center;
  margin-bottom: 20px;
  overflow: hidden;
}

.open-menu-btn {
  background-color: var(--main-color);
  color: var(--white-color);
  border: none;
  padding: 12px 24px;
  font-size: 16px;
  font-family: var(--font-family);
  border-radius: 8px;
  cursor: pointer;
  box-shadow: var(--sharp-box-shadow);
  transition: all 0.3s ease;
}

.open-menu-btn:hover {
  background-color: #b57d09;
  transform: translateY(-2px);
}

.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 999;
}

.menu-overlay.active {
  opacity: 1;
  visibility: visible;
}

.menu-container {
  position: fixed;
  top: 0;
  right: -100%;
  width: 85%;
  max-width: 400px;
  height: 100%;
  background-color: var(--white-color);
  box-shadow: var(--box-shadow);
  transition: right 0.3s ease;
  z-index: 9999;
  overflow: hidden;
  overflow-y: auto;
}

.menu-container.active {
  right: 0;
}

.menu-header {
  padding: 16px;
  border-bottom: 1px solid var(--border-color);
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 0;
  background-color: var(--white-color);
  z-index: 10;
}

.close-btn,
.back-btn {
  background: none;
  border: none;
  font-size: 26px;
  cursor: pointer;
  padding: 8px;
  color: var(--black-color);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: background-color 0.2s ease;
}

.close-btn:hover,
.back-btn:hover {
  background-color: var(--main-grey);
}

.menu-title {
  font-size: 16px;
  font-weight: 600;
  color: var(--black-color);
  flex: 1;
  text-align: center;
}

.menu-content {
  padding: 20px 0;
}

.menu-item {
  display: flex;
  align-items: center;
  padding: 16px 20px;
  border-bottom: 1px solid var(--border-color);
  cursor: pointer;
  transition: background-color 0.2s ease;
  text-decoration: none;
  color: inherit;
}

.menu-item:hover {
  background-color: var(--main-grey);
}

.menu-item-image {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  object-fit: cover;
  margin-right: 16px;
  background-color: var(--main-grey);
}

.menu-item-text {
  flex: 1;
  font-size: 15px;
  font-weight: 500;
  color: var(--black-color);
}

.menu-item-arrow {
  font-size: 24px;
  color: var(--para-color);
}

.visitor-blog {
  padding: 20px;
  display: flex;
  align-items: center;
  color: var(--black-color);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: color 0.2s ease;
}

.visitor-blog:hover {
  color: var(--main-color);
}

.visitor-blog::after {
  content: "→";
  margin-left: 8px;
  font-size: 16px;
}

.category-list {
  padding: 20px 0;
}

.category-title {
  padding: 0 20px 12px;
  font-size: 13px;
  font-weight: 600;
  color: var(--para-color);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.category-item {
  padding: 14px 20px;
  font-size: 15px;
  color: var(--black-color);
  cursor: pointer;
  transition: background-color 0.2s ease;
  width: 100%;
  display: block;
}

.category-item:hover {
  background-color: var(--main-grey);
}

.see-more {
  padding: 14px 20px;
  font-size: 15px;
  color: var(--black-color);
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: background-color 0.2s ease;
}

.see-more:hover {
  background-color: var(--main-grey);
}

.see-more-icon {
  margin-left: 8px;
  font-size: 12px;
  transition: transform 0.3s ease;
}

.see-more-icon.expanded {
  transform: rotate(180deg);
}

.submenu {
  transform: translateX(100%);
  transition: transform 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--white-color);
  z-index: 20;
}

.submenu.active {
  transform: translateX(0);
}

.extra-categories {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  -webkit-transition: max-height 0.3s ease;
  -moz-transition: max-height 0.3s ease;
  -ms-transition: max-height 0.3s ease;
  -o-transition: max-height 0.3s ease;
}

.extra-categories.expanded {
  max-height: 500px;
}

.bg-gray {
  background-color: #f0f1f2;
}

.contact-boxes {
  height: 100%;
  padding: 0 20px;
  padding-left: 3px;
}


.contact-boxes {
  height: 100%;
  padding: 0 20px;
  padding-left: 3px;
}

.upper-navbar-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  /* gap: 25px; */
}

.upper___right li a {
  background: transparent;
  color: var(--second-color);
  margin-left: 7px;
  padding: 7px 10px;
  font-size: 16px;
  border-radius: 8px;
  text-decoration: none;
  transition: 0.3s;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.upper-navbar-contact a {
  background: transparent;
  color: var(--second-color);
  font-size: 16px;
}

upper-navbar-contact {
  display: flex;
  gap: 5px;
}

.lang-dropdown i {
  margin-right: 5px;
}

/*============================================
 End header
==============================================*/
/*=========================================
      Start  hero Section
========================================*/

.hero-section {
  position: relative;
  height: 75vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white-color);
  text-align: center;
}

.hero-swiper,
.hero-section .swiper-slide {
  height: 75vh;
}

.hero-info {
  width: 100%;
  height: 100%;
}

.hero-info img {
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  animation: bgFadeIn 1.5s ease forwards;
  opacity: 0;
}

/* Overlay */
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg,
      rgba(12, 20, 40, 0.75) 0%,
      rgba(29, 45, 83, 0.65) 50%,
      rgba(12, 20, 40, 0.75) 100%);
  z-index: 2;
  animation: pulseGlow 8s ease-in-out infinite;
}

/* Pattern Layer */
.hero-pattern {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle, var(--main-color) 1px, transparent 1px),
    radial-gradient(circle, var(--light-color) 1px, transparent 1px);
  background-size: 50px 50px, 80px 80px;
  background-position: 0 0, 40px 40px;
  opacity: 0.02;
  z-index: 2;
}

/* Dark Overlay */
.hero-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg,
      rgba(12, 20, 40, 0.75) 0%,
      rgba(29, 45, 83, 0.65) 50%,
      rgba(12, 20, 40, 0.75) 100%);
  animation: pulseGlow 8s ease-in-out infinite;
}

/* Decorative Shapes (Optional Pattern Overlay) */
.hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle,
      var(--main-color) 1px,
      transparent 1px),
    radial-gradient(circle, var(--light-color) 1px, transparent 1px);
  background-size: 50px 50px, 80px 80px;
  background-position: 0 0, 40px 40px;
  opacity: 0.02;
}

/* Small Decorative Images */
.floating-img {
  position: absolute;
  z-index: 2;
  opacity: 0;
  border-radius: 20px;
  box-shadow: var(--box-shadow);
  object-fit: cover;
  animation-fill-mode: forwards;
}

/* Decorative Elements with no background */
.floating-element {
  position: absolute;
  z-index: 2;
  opacity: 0;
  filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.3));
  animation-fill-mode: forwards;
}

/* Small Image 1 - Top Left */
.img-1 {
  left: 5%;
  top: 15%;
  width: 180px;
  height: 180px;
  animation: slideInTopLeft 1.2s cubic-bezier(0.34, 1.56, 0.64, 1) 0.5s forwards;
}

.floating-img.img-1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  -webkit-animation: scaleUp 6s linear infinite;
  animation: scaleUp 10s linear infinite;
  border: 3px solid var(--light-color);
}

/* Small Image 2 - Top Right */
.img-2 {
  right: 10%;
  top: 10%;
  width: 160px;
  height: 160px;
  animation: slideInTopRight 1.2s cubic-bezier(0.34, 1.56, 0.64, 1) 0.7s forwards;
}

/* Small Image 3 - Bottom Left */
.img-3 {
  left: 8%;
  bottom: 7%;
  width: 150px;
  height: 150px;
  animation: slideInBottomLeft 1.2s cubic-bezier(0.34, 1.56, 0.64, 1) 0.9s forwards;
}

/* Small Image 4 - Bottom Right */
.img-4 {
  right: 6%;
  bottom: 10%;
  width: 170px;
  height: 170px;
  animation: slideInBottomRight 1.2s cubic-bezier(0.34, 1.56, 0.64, 1) 1.1s forwards;
}

/* Person Silhouette 1 - Left */
.element-1 {
  left: -300px;
  top: 50%;
  transform: translateY(-50%);
  width: 280px;
  height: 400px;
  animation: slideInLeft 1.4s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

.floating-element.element-1 img {
  transform: rotate(-20deg);
  top: 50%;
  position: relative;
}

/* Bike Silhouette - Right */
.element-2 {
  right: -5%;
  top: 50%;
  transform: translateY(-50%);
  /* width: 350px; */
  /* height: 250px; */
  animation: slideInRight 1.4s cubic-bezier(0.34, 1.56, 0.64, 1) 0.3s forwards;
}

/* Person Silhouette 2 - Top */
.element-3 {
  top: -40%;
  left: 17%;
  width: 200px;
  height: 200px;
  animation: slideInTop 1.4s cubic-bezier(0.34, 1.56, 0.64, 1) 0.6s forwards;
}

/* Bike Detail - Bottom */
.element-4 {
  bottom: -300px;
  right: 22%;
  width: 150px;
  height: 150px;
  animation: slideInBottom 1.4s cubic-bezier(0.34, 1.56, 0.64, 1) 0.9s forwards;
}

/* SVG Silhouettes with professional styling */
.floating-element svg {
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 0 20px rgba(207, 143, 11, 0.3));
}

/* Main Content */
.hero-content {
  position: absolute;
  z-index: 200;
  animation: fadeInUp 1.5s ease 1.2s forwards;
  opacity: 0;
  max-width: 800px;
  padding: 0 20px;
  text-align: center;
}

.hero-content h1 {
  font-size: clamp(2.5rem, 6vw, 3.5rem);
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.2;
  background: linear-gradient(135deg,
      var(--white-color) 0%,
      var(--light-color) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: 0 4px 20px rgba(207, 143, 11, 0.3);
}

.hero-content .subtitle {
  font-family: var(--font-hand);
  font-size: clamp(1.5rem, 3vw, 2rem);
  color: var(--main-color);
  margin-bottom: 0.5rem;
  font-weight: 600;
  letter-spacing: 2px;
}

.hero-content p {
  font-size: clamp(1rem, 2vw, 1.3rem);
  color: var(--light-color);
  opacity: 0.95;
  margin-bottom: 2rem;
  line-height: 1.6;
}

.cta-button {
  display: inline-block;
  padding: 16px 48px;
  background: linear-gradient(135deg, var(--main-color) 0%, #b87d09 100%);
  color: var(--white-color);
  text-decoration: none;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1.1rem;
  transition: all 0.4s ease;
  box-shadow: var(--box-shadow);
  position: relative;
  overflow: hidden;
}

.cta-button::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #b87d09 0%, var(--main-color) 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 40px rgba(207, 143, 11, 0.4);
  color: var(--second-color);
}

.cta-button:hover::before {
  opacity: 1;
}

.cta-button span {
  position: relative;
  z-index: 1;
}

/* Scroll Indicator */
.scroll-indicator {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  animation: fadeIn 2s ease 2s forwards, bounce 2s ease-in-out 2.5s infinite;
  opacity: 0;
}

.scroll-indicator::before {
  content: "";
  width: 30px;
  height: 50px;
  border: 2px solid var(--main-color);
  border-radius: 25px;
  display: block;
  position: relative;
}

.scroll-indicator::after {
  content: "";
  width: 6px;
  height: 10px;
  background: var(--main-color);
  border-radius: 3px;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  animation: scrollDot 1.5s ease-in-out infinite;
}

/* Animations */
@keyframes scaleUp {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }

  100% {
    transform: scale(1);
  }

}

@keyframes bgFadeIn {
  0% {
    opacity: 0;
    transform: scale(1.1);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes slideInTopLeft {
  0% {
    transform: translate(-100px, -100px) rotate(-20deg) scale(0.5);
    opacity: 0;
  }

  100% {
    transform: translate(0, 0) rotate(0deg) scale(1);
    opacity: 1;
  }
}

@keyframes slideInTopRight {
  0% {
    transform: translate(100px, -100px) rotate(20deg) scale(0.5);
    opacity: 0;
  }

  100% {
    transform: translate(0, 0) rotate(0deg) scale(1);
    opacity: 1;
  }
}

@keyframes slideInBottomLeft {
  0% {
    transform: translate(-100px, 100px) rotate(15deg) scale(0.5);
    opacity: 0;
  }

  100% {
    transform: translate(0, 0) rotate(0deg) scale(1);
    opacity: 1;
  }
}

@keyframes slideInBottomRight {
  0% {
    transform: translate(100px, 100px) rotate(-15deg) scale(0.5);
    opacity: 0;
  }

  100% {
    transform: translate(0, 0) rotate(0deg) scale(1);
    opacity: 1;
  }
}

@keyframes slideInLeft {
  0% {
    transform: translateX(0) translateY(-50%) rotate(-10deg);
    opacity: 0;
  }

  100% {
    transform: translateX(320px) translateY(-50%) rotate(0deg);
    opacity: 0.9;
  }
}

@keyframes slideInRight {
  0% {
    transform: translateX(0) translateY(-50%) rotate(10deg);
    opacity: 0;
  }

  100% {
    transform: translateX(-320px) translateY(-50%) rotate(0deg);
    opacity: 0.9;
  }
}

@keyframes slideInTop {
  0% {
    transform: translateY(0) rotate(-15deg);
    opacity: 0;
  }

  100% {
    transform: translateY(320px) rotate(0deg);
    opacity: 0.85;
  }
}

@keyframes slideInBottom {
  0% {
    transform: translateY(0) rotate(15deg);
    opacity: 0;
  }

  100% {
    transform: translateY(-320px) rotate(0deg);
    opacity: 0.85;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

@keyframes pulseGlow {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.7;
  }
}

@keyframes bounce {

  0%,
  100% {
    transform: translateX(-50%) translateY(0);
  }

  50% {
    transform: translateX(-50%) translateY(-10px);
  }
}

@keyframes scrollDot {
  0% {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateX(-50%) translateY(20px);
  }
}

.element-1 img {
  -webkit-animation: movedelement 6s linear infinite;
  animation: movedelement 6s linear infinite;
}

.element-2 img {
  -webkit-animation: movedelement2 8s linear infinite;
  animation: movedelement2 s linear infinite;
}

.element-3 img {
  -webkit-animation: movedelement3 12s linear infinite;
  animation: movedelement3 12s linear infinite;
}

.element-4 img {
  -webkit-animation: movedelement4 7s linear infinite;
  animation: movedelement4 7s linear infinite;
}

@keyframes movedelement {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  25% {
    -webkit-transform: translate(10px, 10px);
    transform: translate(10px, 10px);
  }

  50% {
    -webkit-transform: translate(5px, 5px);
    transform: translate(5px, 5px);
  }

  75% {
    -webkit-transform: translate(10px, -5px);
    transform: translate(10px, -5px);
  }

  to {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

@keyframes movedelement2 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  25% {
    -webkit-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
  }

  50% {
    -webkit-transform: translate(-5px, -5px);
    transform: translate(-5px, -5px);
  }

  75% {
    -webkit-transform: translate(-10px, 5px);
    transform: translate(-10px, 5px);
  }

  to {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

@keyframes movedelement3 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  25% {
    -webkit-transform: translate(15px, 15px);
    transform: translate(15px, 15px);
  }

  50% {
    -webkit-transform: translate(8px, 8px);
    transform: translate(8px, 8px);
  }

  75% {
    -webkit-transform: translate(15px, -8px);
    transform: translate(15px, -8px);
  }

  to {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

@keyframes movedelement4 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  25% {
    -webkit-transform: translate(-15px, -15px);
    transform: translate(-15px, -15px);
  }

  50% {
    -webkit-transform: translate(-8px, -8px);
    transform: translate(-8px, -8px);
  }

  75% {
    -webkit-transform: translate(-15px, 8px);
    transform: translate(-15px, 8px);
  }

  to {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

.hero-video-section {
  position: relative;
  height: 100vh;
  overflow: hidden;
}


.hero-poster {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
  transition: opacity 0.8s ease-in-out;
  z-index: 1;
  will-change: opacity;
  /* GPU acceleration */
}

.hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
  will-change: opacity;
  /* GPU acceleration */
}

.hero-video-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 1;
}

.hero-video-section {
  position: relative;
  height: 70vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Poster Image */
.hero-poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  transition: opacity 0.8s ease;
}

/* Video */
.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  opacity: 0;
  transition: opacity 0.8s ease;
}

.hero-video-section .hero-content {
  animation: fadeInUp 0.1s ease .5s forwards;
}

/*=========================================
      end   hero Section
  ========================================*/
/* ========================================
   start Main category Section
========================================= */
.main-category-title {
  display: flex;
  align-items: center;
  height: 100%;
}

.main-category-title .section-title {
  margin: 0;
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
}

.main-category .attraction-card,
.categorySwiper .attraction-card {
  position: relative;
  width: 100%;
  height: 300px;
  border-radius: 1.5rem;
  overflow: hidden;
  cursor: pointer;
  box-shadow: var(--box-shadow);
}

.attraction-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.attraction-card:hover img {
  transform: scale(1.1);
}

.card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent, transparent, rgba(0, 0, 0, 0.6));
}

.main-category .card-content,
.categorySwiper .card-content {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.circle-badge {
  position: relative;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 2px dashed var(--white-color);
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(8px);
  background: rgba(255, 255, 255, 0.15);
}


.circle-badge.blur-strong {
  backdrop-filter: blur(12px);
  background: rgba(255, 255, 255, 0.1);
}

.circle-badge .attraction-title {
  color: var(--white-color);
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-align: center;
}


/* ========================================
   End Main category Section
========================================= */
/*=========================================
      start destinations  Section
  ========================================*/
.destinations-wrappers {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(8, 1fr);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  height: 600px;
}

.destination-item {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  z-index: 20;
}

.destination-item:hover .destination-preview {
  backdrop-filter: blur(8px);
  background: rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  bottom: 20px;
  right: 20px;
  left: 20px;
  transition: 0.3s all ease-in-out;
}

.destination-item::before {
  content: "";
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  padding: 30px 24px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent 70%);
  color: white;
  font-size: 1.7rem;
  font-weight: 700;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.7);
  pointer-events: none;
  transition: all 0.4s;
}

.destination-item a {
  display: block;
  width: 100%;
  height: 100%;
}

.destination-content {
  width: 100%;
  height: 100%;
}

.destination-item a img {
  min-width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.destination-item:nth-child(1) {
  grid-area: 1 / 1 / 4 / 3;
}

.destination-item:nth-child(2) {
  grid-area: 4 / 1 / 7 / 3;
}

.destination-item:nth-child(3) {
  grid-area: 1 / 3 / 7 / 5;
}

.destination-item:nth-child(4) {
  grid-area: 1 / 5 / 7 / 7;
}

.destination-item:nth-child(5) {
  grid-area: 7 / 1 / 9 / 5;
}

.destination-item:nth-child(6) {
  grid-area: 7 / 5 / 9 / 6;
}

.destination-item:nth-child(7) {
  grid-area: 7 / 6 / 9 / 7;
}

.destination-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
  color: var(--white-color);
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  padding: 20px;
  background: linear-gradient(to top, rgb(29 45 83 / 50%), transparent);
}

.destination-preview .destination-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5px;
  color: var(--white-color);
}

h4.destination-title svg {
  fill: var(--white-color);
  /* margin-right: 3px; */
  height: 16px;
  width: 16px;
  line-height: 24px;
}

.destination-preview p {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  opacity: 0.95;
  color: var(--white-color);
}

.destination-item:nth-child(6) .destination-preview .destination-title {
  font-size: 20px;
}

.destination-item:nth-child(7) .destination-preview .destination-title {
  font-size: 20px;
}

.destination-item:nth-child(6):hover .destination-preview,
.destination-item:nth-child(7):hover .destination-preview {
  bottom: 10px;
  left: 10px;
  right: 10px;
}

/*=========================================
      end  destinations  Section
  ========================================*/
/*=========================================
      start  tours  Section
  ========================================*/
.tour-tabs {
  width: 100%;
  --gap: 6px;
  --marker-color: #cf8f0b;
}

.tabs-header {
  display: flex;
  background: var(--white-color);
  border-radius: 12px;
  padding: var(--gap);
  position: relative;
  border: 1px solid #ddd;
  overflow: hidden;
}

.tabs-header .tab {
  flex: 1;
  padding: 14px 0;
  text-align: center;
  font-weight: 600;
  cursor: pointer;
  color: #1d2d53;
  z-index: 2;
  position: relative;
  border-radius: 10px;
  transition: 0.25s ease;
}

.tabs-header .tab.active {
  color: var(--white-color);
}

.marker {
  position: absolute;
  top: var(--gap);
  left: var(--gap);
  height: calc(100% - var(--gap) * 2);
  width: 0;
  background: var(--marker-color);
  border-radius: 10px;
  z-index: 1;
  transition: transform 0.35s ease;
}

.tabs-content {
  margin-top: 20px;
}

.tab-pane {
  display: none;
  background: var(--white-color);
  padding: 20px;
  border-radius: 12px;
  margin-top: 30px;
}

.tab-pane.active {
  display: block;
}

/* ===== Travel Tour Card ===== */
.tour-card {
  background: var(--white-color);
  border-radius: 24px;
  /* overflow: hidden; */
  box-shadow: var(--sharp-box-shadow);
  display: flex;
  flex-direction: column;
  transition: transform 0.25s ease;
}

.tour-card:hover {
  transform: translateY(-5px);
}

/* ===== Image ===== */
.tour-card .tour-img {
  border-radius: 24px;
  margin-top: -30px;
  left: 5%;
  right: 5%;
  position: relative;
  width: 90%;
}

.tour-card .tour-img img {
  border-radius: 20px;
  height: 260px;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
  position: relative;
  border: 1px solid var(--main-color);
  border-top: 3px solid var(--main-color);

  width: 100%;
}

.tour-card:hover .tour-img {
  margin-top: 0;
  width: 100%;
  left: 0;
  right: 0;
  transition: all 0.5s ease-in-out;
}

/* ----- Badge (Top Left) ----- */
.tour-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  background: rgba(255, 255, 255, 0.5);
  color: var(--second-color);
  padding: 6px 14px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 99px;
  backdrop-filter: blur(20px);
}

/* ----- Price (Bottom Right) ----- */
.tour-price {
  color: var(--black-color);
  border-radius: 99px;
  font-size: 14px;
}

.tour-price strong {
  font-size: 18px;
  color: var(--second-color);
}

/* ===== Content ===== */
.tour-content {
  padding: 18px 20px 22px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.tour-title {
  font-size: 18px;
  color: var(--second-color);
  font-weight: 700;
  line-height: 1.3;
  height: calc(1.3 * 2em);
}

/* ===== Location ===== */
.tour-location {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: var(--para-color);
}

/* ===== Details (duration + people) ===== */
.tour-details {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: var(--third-color);
}

.tour-details i {
  color: var(--main-color);
}

/* ===== Rating ===== */
.tour-rating {
  display: flex;
  align-items: center;
  gap: 3px;
  font-size: 14px;
  color: var(--main-color);
}

.tour-rating span {
  color: var(--para-color);
  margin-left: 4px;
}

/* ===== Footer ===== */
.tour-footer {
  margin-top: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tour-footer .btn-effect span {
  font-size: 14px;
  font-weight: 600;
}

/*=========================================
      end  tours  Section
  ========================================*/
/*=========================================
      start   blogs  Section
  ========================================*/
.blog-card {
  background: #ddd;
  padding: 7px;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

/* ===== Title Section ===== */
.blog-card .title-card {
  display: flex;
  align-items: center;
  padding: 10px 16px;
  color: var(--third-color);
}

.blog-card .title-card .blog-title {
  font-size: 18px;
  font-weight: 600;
  color: var(--second-color);
  line-height: 1.4;
  min-height: calc(1.4 * 2em);
}

/* ===== Image Wrapper ===== */
.blog-img {
  width: 100%;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}

.blog-img img {
  width: 100%;
  height: 250px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.blog-img:hover img {
  transform: scale(1.05);
}

/* ===== Meta Overlay ===== */
.blog-card .blog-meta {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 1rem;
  backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, 0.2);
  color: var(--white-color);
  border-radius: 99em;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* ===== Content Area ===== */
.blog-card .blog-card-content {
  background-color: var(--white-color);
  border-radius: 30px;
  color: #000;
  font-size: 13px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 12px 10px 18px;
}

/* ===== Text ===== */
.blog-card .blog-card-text {
  padding: 0 1rem;
}

.blog-card .blog-card-text .description {
  line-height: 1.6;
  color: #444;
  min-height: calc(1.6 * 5em);
}

/* ===== Footer Button ===== */
.blog-card .blog-card-footer {
  text-align: center;
}

.blog-card .blog-card-footer .btn-effect span {
  font-weight: 600;
  font-size: 14px;
}

/*=========================================
      end   blogs  Section
  ========================================*/
/*=========================================
      start  second tours  Section
  ========================================*/

.tour-second-card {
  /* padding: 0.5rem; */
  display: flex;
  gap: 0.5rem;
  align-items: stretch;
  justify-content: space-between;
  /* background-color: var(--light-color); */
  border-radius: 12px;
}

.tour-second-img {
  box-shadow: var(--sharp-box-shadow);
  flex: 0 0 30%;
  border-radius: 12px;
}

.tour-second-img img {
  border-radius: 12px;
  object-fit: cover;
  aspect-ratio: 1 /2;
  height: 120px;
  min-width: 100%;
}

.tour-second-content {
  background-color: var(--main-grey);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  padding: 0.5rem;
  justify-content: center;
  width: 100%;
  box-shadow: var(--sharp-box-shadow);
}

.second-tour-price {
  color: var(--marker-color);
  font-size: 18px;
  font-weight: 600;
}

/*=========================================
      end  second tours  Section
  ========================================*/

/* =========================================
  start faq
========================================== */
/* Wrapper */
.faq-box {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

/* Each Item */
.faq-item {
  background: var(--main-grey);
  border-radius: 10px;
  border: 1px solid var(--border-color);
  box-shadow: var(--sharp-box-shadow);
  overflow: hidden;
}

/* Question Button */
.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  background: var(--main-grey);
  color: var(--second-color);
  font-family: var(--font-family);
  font-size: 18px;
  font-weight: 600;
  transition: background .3s ease;
}

/* Icon */
.faq-icon {
  font-size: 16px;
  color: var(--second-color);
  transition: transform .35s ease, color .3s ease;
}

/* Open State */
.faq-question.active {
  background: var(--white-color);
  border-bottom: 1px solid var(--main-color);
  color: var(--main-color);
}

.faq-question.active .faq-icon {
  transform: rotate(180deg);
  color: var(--main-color);
}

/* Answer Box */
.faq-answer {
  background: var(--white-color);
  padding: 0 25px;
  font-size: 16px;
  font-family: var(--font-family);
  color: var(--para-color);
  max-height: 0;
  overflow: hidden;
  transition: max-height .45s ease, padding .3s ease;
}

.faq-answer.open {
  padding: 18px 25px 20px 25px;
  max-height: 100% !important;
  transition: max-height .45s ease, padding .3s ease;
}

.faq-answer span {
  color: var(--second-color);
  font-weight: 600;
}


/* Container */
.masked-image {
  min-width: 100%;
  height: 400px;
  background-size: cover;
  background-position: center;
  -webkit-mask-image: url("../images/shapes/mask-shape.png");
  mask-image: url("../images/shapes/mask-shape.png");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  position: relative;
}

.masked-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--second-color);
  mix-blend-mode: multiply;
  opacity: 0.25;
}

/*=======================================
    end   faq  Section
========================================*/

/*=======================================
    start cookie  Section
========================================*/
.cookie-banner {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: var(--light-color);
  box-shadow: 0 -2px 19px 15px rgb(0 0 0 / 0.2);
  padding: 25px 20px;
  z-index: 9999;
  display: none;
  font-family: var(--font-family);
  animation: slideUp 0.4s ease-in-out;
}

.cookie-content {
  text-align: center;
}

.cookie-content p {
  color: var(--para-color);
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.5;
  flex: 1;
  max-width: 800px;
}

.cookie-content p a {
  color: var(--black-color);
  font-weight: 500;
  text-decoration: none;
}

.cookie-content p a:hover {
  text-decoration: underline;
}

.cookie-buttons {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.cookie-buttons .accept-btn {
  background-color: var(--main-color);
  color: var(--white-color);
  font-weight: 700;
  border: none;
  padding: 10px 18px;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.3s;
}

.cookie-buttons .accept-btn:hover {
  background-color: var(--second-color);
  color: var(--black-color);
}

.cookie-buttons .decline-btn {
  background-color: var(--main-grey);
  color: var(--para-color);
  font-weight: 700;
  border: none;
  padding: 10px 18px;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.3s;
  border: 1px solid var(--para-color);
}

.cookie-buttons .decline-btn:hover {
  background-color: #e2e3e5;
}

@keyframes slideUp {
  from {
    transform: translateY(100%);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/*=======================================
    end cookie  Section
========================================*/

/*=======================================
  start Breadcrumb  Section  and hero tags
========================================*/
.Breadcrumb-cover {
  /* background-color: var(--main-grey); */
  background: linear-gradient(135deg, #ddd 0%, var(--main-grey) 100%);
  position: relative;
  overflow: hidden;
}

/* .Breadcrumb-cover::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(
    45deg,
    transparent,
    transparent 10px,
    rgba(207, 143, 11, 0.03) 10px,
    rgba(207, 143, 11, 0.03) 20px
  );
  pointer-events: none;
} */

.breadcrumb-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 1;
}

.breadcrumb-nav {
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  z-index: 2;
  padding: 5px 0;
  overflow: scroll;
}

.breadcrumb-item+.breadcrumb-item::before {
  color: var(--main-color);
  content: ">";
  font-size: 18px;
  color: var(--para-color);
  line-height: 22px;
  float: left;
  margin: 0 5px;
  padding: 0;
}

.breadcrumb-item+.breadcrumb-item {
  padding: 0;
}

li.breadcrumb-item:last-child {
  padding-right: 0;
}

.breadcrumb-item a {
  color: var(--black-color);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  text-transform: capitalize;
}

.breadcrumb-item a,
.breadcrumb-item span {
  padding: 0 5px;
}

.breadcrumb-item a:hover {
  text-decoration: underline;
}

.breadcrumb-item.active {
  color: var(--para-color);
  font-size: 14px;
  font-weight: 500;
}

.breadcrumb {
  white-space: nowrap;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: nowrap;
  padding: 0 0;
  list-style: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  border-bottom: none;
  margin: 0.5rem;
}

/*=======================================
  end Breadcrumb  Section  and hero tags
========================================*/

/*=======================================
  start free-page
========================================*/
.free-page-heading {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}

.free-page-left {
  width: 60%;
}

.free-page-heading-text .section-title {
  width: fit-content;
  margin-bottom: 10px;
}

.free-page-heading-text .section-title-heading {
  color: var(--second-color);
  font-weight: 600;
  margin: 0;
  padding-bottom: 6px;
  border-bottom: 1px solid var(--border-color);
}


.free-page-content p {
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 0.9rem;
  color: var(--para-color);
}

.free-page-content ul {
  margin-left: 20px;
  margin-bottom: 1rem;
}

.free-page-content li {
  margin-bottom: 0.4rem;
  display: list-item;
  list-style: disc;
}

.free-page-content li::marker {
  color: var(--main-color);
  font-size: 1.2em;
}

.free-page-content strong {
  color: var(--black-color);
  font-weight: 600;
}

.free-page-heading-image {
  float: right;
  width: 38%;
  margin: 0 0 15px 25px;
  /* صفر من فوق = يبدأ مع أول عنصر */
}

.free-page-heading-image img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: var(--box-shadow);
}

/* تنظيف float */
.free-page-heading-text::after {
  content: "";
  display: block;
  clear: both;
}

/* ===============================
 Responsive
================================ */
@media (max-width: 991px) {
  .free-page-heading {
    flex-direction: column;
  }

  .free-page-left,
  .free-page-heading-image {
    width: 100%;
  }

  .free-page-heading-image img {
    height: auto;
  }
}

/*=======================================
  end  free-page
========================================*/

/*=======================================
  start scroll to top
========================================*/
.progress-wrap {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.09);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap::after {
  position: absolute;
  content: "\f062";
  font: var(--fa-font-solid);
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  left: 0;
  color: var(--main-color);
  top: 2px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -moz-animation: float 1500ms infinite ease-in-out;
  -webkit-animation: float 1500ms infinite ease-in-out;
  animation: float 1500ms infinite ease-in-out;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap:hover::before {
  opacity: 1;
}

.progress-wrap svg.progress-circle path {
  stroke: var(--main-color);
  stroke-width: 4;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  stroke: var(--main-color);
}

@-webkit-keyframes float {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes float {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

/*=======================================
  end scroll to top
========================================*/

/*============================================
  start partners
==============================================*/
.marquee-wrap {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 30px 0;
}

.marquee-track {
  display: flex;
  width: max-content;
  gap: 10px;
  animation: marquee 40s linear infinite;
}

.marquee-track:hover {
  animation-play-state: paused;
}

.marquee-text {
  display: flex;
  gap: 10px;
}

.partners-img:hover {
  transform: translateY(-5px) scale(1.05);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
  background: rgba(255, 255, 255, 1);
}

/* Keyframe for continuous scroll */
@keyframes marquee {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-50%);
  }
}

.partners-img {
  height: 100px;
  width: 250px;
  border: 1px solid var(--border-color);
  border-radius: 12px;
  margin-inline: 5px;
}

.partners-img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

/*============================================
  End partners
==============================================*/
/*============================================
    start  Reviews
==============================================*/
/* --- ORIGINAL CARD BASE --- */
.testimontails .card {
  min-width: 100%;
  background: var(--white-color);
  border-radius: 15px;
  box-shadow: var(--box-shadow);
  padding-bottom: 1.5rem;
  position: relative;
  border: none;
}

.card .card-border-top {
  width: 60%;
  height: 3%;
  background: var(--light-color);
  margin: auto;
  border-radius: 0px 0px 15px 15px;
}

/* Image Circle */
.card .img {
  width: 80px;
  height: 80px;
  background: var(--black-color);
  border-radius: 15px;
  margin: auto;
  margin-top: 20px;
  overflow: hidden;
}

.card .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Name */
.card .name {
  font-weight: 600;
  color: var(--second-color);
  text-align: center;
  display: block;
  padding-top: 10px;
  font-size: 17px;
}

/* Job */
.card .job {
  font-weight: 400;
  color: var(--black-color);
  display: block;
  text-align: center;
  padding-top: 3px;
  font-size: 13px;
}

/* Review text */
.review-text {
  color: var(--para-color);
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
  padding: 10px 15px;
  font-style: italic;
  height: calc(1.5 * 5em);
  overflow: hidden;
}

/* Rating */
.review-rating {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: 16px;
  color: var(--main-color);
  margin-top: 8px;
}

/* --- Swiper Styling --- */
.testimonialSwiper {
  width: 100%;
  padding: 40px 20px 60px;
}

.testimontails .swiper-slide {
  display: flex;
  justify-content: center;
}

.testimontails .swiper-slide:nth-child(odd) {
  top: 20px;
}

/* Navigation Colors */

.swiper-pagination {
  bottom: -5px;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: var(--border-color);
  opacity: 1;
  margin-top: 1rem;
}

.swiper-pagination-bullet-active {
  background: var(--second-color) !important;
  width: 30px;
  border-radius: 6px;
}

.swiper-button-next,
.swiper-button-prev {
  width: 50px !important;
  height: 50px !important;
  background: var(--main-color);
  border-radius: 50%;
  border: 5px solid var(--white-color);
  transition: all 0.3s ease;
}

.swiper-button-next {
  right: 0;
  opacity: 0 !important;
}

.swiper-button-prev {
  left: 0;
  opacity: 0 !important;
}

.swiper  {
  padding: 50px 20px !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 16px !important;
  color: var(--second-color);
  font-weight: 600;
}

.swiper:hover .swiper-button-next,
.swiper:hover .swiper-button-prev{
  transform: scale(1.1) ;
  opacity: 1 !important;
}

.swiper-button-next:hover:after,
.swiper-button-prev:hover:after {
  color: var(--white-color);
}

/*============================================
    end Reviews
==============================================*/
/*============================================
  start FAQ
==============================================*/
.faq-wrap .accordion-item {
  border-radius: 10px;
  background-color: #F0F0F0;
  border: 1px solid transparent;
  margin-bottom: 25px;
}

.faq-wrap .accordion-item:last-child {
  margin-bottom: 0;
}

.faq-wrap .accordion-header {
  border-radius: 10px;
}

.faq-wrap .accordion-button {
  width: 100%;
  text-align: left;
  padding: 18px 30px;
  font-size: 18px;
  font-family: var(--font-poppins);
  font-weight: 600;
  line-height: 1.4;
  border-radius: 10px;
  background: transparent;
  cursor: pointer;
  color: var(--title-color);
  position: relative;
  transition: 0.3s;
  border: none;
}

.faq-wrap .accordion-button::after {
  content: "\F229";
  font-family: bootstrap-icons;
  font-size: 12px;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  transition: 0.4s;
  color: var(--text-color);
}

.faq-wrap .accordion-button.active {
  background: var(--white-color);
  border: 1px solid var(--primary-color1);
  border-bottom: none;
  border-radius: 10px 10px 0 0;
}

.faq-wrap .accordion-button.active::after {
  transform: translateY(-50%) rotate(180deg);
  color: var(--primary-color1);
}

/* BODY */
.faq-wrap .accordion-body {
  display: none;
  padding: 0px 30px 20px 30px;
  background: var(--white-color);
  border: 1px solid var(--primary-color1);
  border-top: none;
  border-radius: 0 0 10px 10px;
  font-size: 18px;
  line-height: 1.5;
  font-family: var(--font-roboto);
  color: var(--text-color);
}

.faq-wrap .accordion-body span {
  color: var(--title-color);
  font-weight: 500;
}

/* SMALL DEVICES */
@media (max-width: 768px) {
  .faq-wrap .accordion-button {
    padding: 18px 20px;
    font-size: 16px;
  }

  .faq-wrap .accordion-body {
    padding: 0px 20px 20px 20px;
  }
}

@media (max-width: 576px) {
  .faq-wrap .accordion-button {
    padding: 15px 15px;
    font-size: 15px;
    line-height: 1.5;
  }

  .faq-wrap .accordion-body {
    padding: 0px 15px 15px 15px;
    font-size: 15px;
  }
}

/*============================================
  End FAQ
==============================================*/
/*======================================================
  start menu box
 ======================================================*/
.menu-mobile-fixed {
  position: fixed;
  bottom: 0;
  padding: 1rem 0.5rem;
  background: var(--main-grey);
  width: 100%;
  left: 0;
  z-index: 500;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
}

.menu-mobile-fixed a {
  color: var(--black-color);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  flex: 1;
}

.menu-mobile-fixed a img {
  width: 24px;
  height: 24px;
}

.menu-mobile-fixed a h5 {
  font-size: 14px;
}

/*======================================================
end menu box
======================================================*/
/*=============================================
  start  footer
=============================================*/
.footer-section {
  background-size: cover;
  background-repeat: no-repeat;
}

.footer-section .footer-contact-wrap {
  padding: 45px 0 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .footer-section .footer-contact-wrap {
    gap: 15px;
  }
}

@media (max-width: 991px) {
  .footer-section .footer-contact-wrap {
    flex-wrap: wrap;
    gap: 30px;
    border-bottom: 1px solid #292727;
    padding: 45px 0;
  }
}

.footer-section .footer-contact-wrap .inquiry-area {
  display: flex;
  align-items: center;
  gap: 20px;
}

.footer-logo img {
  width: 150px;
  aspect-ratio: 3/2;
  object-fit: cover;
}

@media (max-width: 1399px) {
  .footer-section .footer-contact-wrap .inquiry-area {
    gap: 15px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .footer-section .footer-contact-wrap .inquiry-area {
    gap: 10px;
  }
}

.footer-section .footer-contact-wrap .inquiry-area svg {
  fill: var(--main-color);
}

.footer-section .footer-contact-wrap .inquiry-area .content p {
  color: var(--white-color);
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 5px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .footer-section .footer-contact-wrap .inquiry-area .content p {
    font-size: 16px;
  }
}

.footer-section .footer-contact-wrap .inquiry-area .content span {
  color: var(--white-color);
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .footer-section .footer-contact-wrap .inquiry-area .content span {
    font-size: 16px;
  }
}

.footer-section .footer-contact-wrap .contact-area {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 80px;
}

@media (max-width: 1399px) {
  .footer-section .footer-contact-wrap .contact-area {
    gap: 45px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .footer-section .footer-contact-wrap .contact-area {
    gap: 30px;
  }
}

@media (max-width: 991px) {
  .footer-section .footer-contact-wrap .contact-area {
    gap: 25px;
  }
}

@media (max-width: 767px) {
  .footer-section {
    padding-bottom: 80px;
  }

  .footer-section .footer-contact-wrap .contact-area {
    flex-wrap: wrap;
    gap: 30px;
  }
}

.footer-section .footer-contact-wrap .contact-area .single-contact {
  display: flex;
  align-items: center;
  gap: 10px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .footer-section .footer-contact-wrap .contact-area .single-contact {
    gap: 5px;
  }
}

.footer-section .footer-contact-wrap .contact-area .single-contact .icon {
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--white-color);
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .footer-section .footer-contact-wrap .contact-area .single-contact .icon {
    min-width: 37px;
    max-width: 37px;
    height: 37px;
  }
}

.footer-section .footer-contact-wrap .contact-area .single-contact .content span {
  color: var(--white-color);
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  display: block;
  margin-bottom: 7px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .footer-section .footer-contact-wrap .contact-area .single-contact .content span {
    font-size: 15px;
    margin-bottom: 5px;
  }
}

.footer-section .footer-contact-wrap .contact-area .single-contact .content a {
  color: var(--white-color);
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  transition: 0.5s;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .footer-section .footer-contact-wrap .contact-area .single-contact .content a {
    font-size: 17px;
  }
}

@media (max-width: 991px) {
  .footer-section .footer-contact-wrap .contact-area .single-contact .content a {
    font-size: 18px;
  }
}

.footer-section .footer-contact-wrap .contact-area .single-contact .content a:hover {
  color: var(--main-color);
}

.footer-section .divider {
  fill: rgba(255, 255, 255, 0.5);
  width: 100%;
}

@media (max-width: 991px) {
  .footer-section .divider {
    display: none;
  }
}

.footer-section .footer-menu-wrap {
  padding: 50px 0 50px;
}

@media (max-width: 1199px) {
  .footer-section .footer-menu-wrap {
    padding: 40px 0 40px;
  }
}

@media (max-width: 991px) {
  .footer-section .footer-menu-wrap {
    padding: 35px 0;
  }
}

@media (max-width: 767px) {
  .footer-section .footer-menu-wrap {
    padding: 2rem 0;
  }
}

.footer-section .footer-menu-wrap .footer-logo-and-addition-info .address-area {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

@media (max-width: 991px) {
  .footer-section .footer-menu-wrap .footer-logo-and-addition-info .address-area {
    margin: 1.5rem 0;
  }
}

@media (max-width: 576px) {
  .footer-section .footer-menu-wrap .footer-logo-and-addition-info .address-area {
    margin: 1rem 0;
  }
}

.footer-section .footer-menu-wrap .footer-logo-and-addition-info .address-area span {
  color: var(--white-color);
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  display: block;
  margin-bottom: 10px;
}

.footer-section .footer-menu-wrap .footer-logo-and-addition-info .address-area a {
  color: var(--white-color);
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  transition: 0.5s;
}

.footer-section .footer-menu-wrap .footer-logo-and-addition-info .address-area a:hover {
  color: var(--main-color);
}

@media (max-width: 576px) {
  .footer-section .footer-menu-wrap .footer-logo-and-addition-info .address-area a {
    font-size: 15px;
  }
}

.footer-section .footer-menu-wrap .footer-logo-and-addition-info .social-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  .footer-section .footer-menu-wrap .footer-logo-and-addition-info .social-list {
    margin-bottom: 10px;
  }
}

@media (max-width: 576px) {
  .footer-section .footer-menu-wrap .footer-logo-and-addition-info .social-list {
    margin-bottom: 5px;
  }
}

.footer-section .footer-menu-wrap .footer-logo-and-addition-info .social-list li a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #292727;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  overflow: hidden;
}

.footer-section .footer-menu-wrap .footer-logo-and-addition-info .social-list li a i {
  color: var(--white-color);
  font-size: 16px;
  transition: 0.5s;
}

.footer-section .footer-menu-wrap .footer-logo-and-addition-info .social-list li a svg {
  width: 20px;
}

.footer-section .footer-menu-wrap .footer-logo-and-addition-info .social-list li a:hover {
  background-color: var(--main-color);
}

.footer-section .footer-menu-wrap .footer-widget .widget-title {
  margin-bottom: 35px;
}

@media (max-width: 576px) {
  .footer-section .footer-menu-wrap .footer-widget .widget-title {
    margin-bottom: 30px;
  }
}

.footer-section .footer-menu-wrap .footer-widget .widget-title p {
  color: var(--white-color);
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 0;
}

.footer-section .footer-menu-wrap .footer-widget .widget-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-section .footer-menu-wrap .footer-widget .widget-list li {
  margin-bottom: 25px;
  line-height: 1;
  display: block;
}

.footer-section .footer-menu-wrap .footer-widget .widget-list li:last-child {
  margin-bottom: 0;
}

@media (max-width: 576px) {
  .footer-section .footer-menu-wrap .footer-widget .widget-list li {
    margin-bottom: 20px;
  }
}

.footer-section .footer-menu-wrap .footer-widget .widget-list li a {
  color: var(--white-color);
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  transition: 0.5s;
}

.footer-section .footer-menu-wrap .footer-widget .widget-list li a img {
  margin-right: 5px;
}

.footer-section .footer-menu-wrap .footer-widget .widget-list li a:hover {
  color: var(--white-color);
}

@media (max-width: 576px) {
  .footer-section .footer-menu-wrap .footer-widget .widget-list li a {
    font-size: 15px;
  }
}

.footer-section .footer-bottom {
  padding: 20px 0;
  border-top: 1px solid #292727;
}

.footer-section .footer-bottom .copyright-and-payment-method-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  .footer-section .footer-bottom .copyright-and-payment-method-area {
    flex-direction: column;
    justify-content: center;
  }
}

@media (max-width: 576px) {
  .footer-section .footer-bottom .copyright-and-payment-method-area {
    gap: 15px;
  }
}

.footer-section .footer-bottom .copyright-and-payment-method-area p {
  color: var(--white-color);
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 0;
}

.footer-section .footer-bottom .copyright-and-payment-method-area p a {
  color: var(--white-color);
  transition: 0.5s;
}

.footer-section .footer-bottom .copyright-and-payment-method-area p a:hover {
  color: var(--main-color);
}

.footer-section .footer-bottom .copyright-and-payment-method-area .payment-method-area {
  display: flex;
  align-items: center;
  gap: 25px;
  flex-wrap: wrap;
}

@media (max-width: 576px) {
  .footer-section .footer-bottom .copyright-and-payment-method-area .payment-method-area {
    justify-content: center;
    gap: 15px;
  }
}

.footer-section .footer-bottom .copyright-and-payment-method-area .payment-method-area span {
  color: var(--white-color);
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
}

.footer-section .footer-bottom .copyright-and-payment-method-area .payment-method-area ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}

/*=======================================
  end  footer
========================================*/

.tour_badge {
  position: absolute;
  top: 14px;
  right: 13px;
  background: rgba(255, 255, 255, 0.5);
  color: var(--second-color);
  padding: 5px 6px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 99px;
  backdrop-filter: blur(20px);
  width: 30px;
  height: 30px;
}

.tour_badge.active {
  color: #dc3545;
}

.tour_badge_second {
  position: absolute;
  top: -4px;
  right: 0px;
  background: rgba(255, 255, 255, 0.5);
  color: var(--second-color);
  padding: 5px 6px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 99px;
  backdrop-filter: blur(20px);
  width: 30px;
  height: 30px;
}

.tour_badge_second.active {
  color: #dc3545;
}


/*=========================================
       end Special offers
   ========================================*/

.offer-tour-card {
  background: var(--white-color);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--sharp-box-shadow);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
}

.card-image {
  position: relative;
  height: 280px;
  overflow: hidden;
}

.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms ease-in-out;
  transform: scale(1);
  transform-origin: center center;
  border-radius: 24px;
  padding: 8px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.offer-tour-card:hover .card-image img {
  width: 100%;
  transform: perspective(600px) rotateX(0.06deg) rotateY(0deg) scaleX(1.09) scaleY(1.09);
}

.card-content {
  padding: 12px 13px;
}

.offer-card-header {
  margin-bottom: 2px;
}

.card-title {
  color: var(--main-color);
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.card-location {
  color: var(--title-color);
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 5px;
}

.card-duration {
  color: var(--third-color);
  font-size: 0.85rem;
  font-weight: 500;
}

.card-description {
  color: var(--title-color);
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 20px;
}

.card-description p {
  overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.5;
}

.offer-card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  border-top: 1px solid #e0e0e0;
}

.price-section {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.price-label {
  color: var(--title-color);
  font-size: 0.85rem;
}

.price-container {
  display: flex;
  align-items: center;
  gap: 7px;
}

.old-price {
  color: #989898;
  font-size: 19px;
  font-weight: 500;
  text-decoration: line-through;
}

.current-price {
  color: var(--third-color);
  font-size: 19px;
  font-weight: 700;
}

@media (max-width: 768px) {
  .offer-tour-card {
    margin-bottom: 20px;
  }

  .offer-card-footer {
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
  }

  .offer-tour-card .theme-btn {
    width: 100%;
    justify-content: center;
  }

  .destination-item {
    margin-bottom: 20px;
  }
}


.countdowns {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.countdown-card {
  display: flex;
  gap: 9px;
  background-color: #fff;
  padding-top: 3px;
  border-radius: 12px;
  justify-content: space-between;
  padding-bottom: 8px;
}

.time-box {
  text-align: center;
  min-width: 60px;
  width: 85px;
  height: 78px;
  padding-top: 8px;
  border-radius: 6px;
  background-color: var(--main-grey);
  box-shadow: rgb(60 64 67 / 48%) 0px 1px 2px 0px, rgb(0 0 0 / 28%) 0px 2px 6px 2px;
}

.time-box div {
  font-size: 30px;
  line-height: 37px;
  color: var(--main-color);
}

.time-box span {
  padding-top: 3px;
  text-transform: uppercase;
  border-top: 1px solid #14161947;
  display: block;
  color: var(--main-color);
}

.Offers .section-title {
  margin-bottom: 1rem;
  position: relative;
}

/*=========================================
      Special offers
========================================*/
/*===========================================
     Start Destination Details page
============================================ */
.destination-card {
  min-height: 260px;
  max-height: 260px;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

/* ===== Image ===== */
.destination-card .destination-img {
  display: block;
}

.destination-card .destination-img img {
  width: 100%;
  height: 210px;
  transition: height 0.5s ease;
  border-radius: 20px;
  object-fit: cover;
  object-position: center center;
  transform-origin: top;
  position: relative;
  z-index: 1;
}

/* ===== Content Wrapper ===== */
.destination-card .destination-content {
  padding: 20px 10px 0;
  text-align: center;
  transform: translateY(0);
  transition: transform 0.5s ease;
  transform-origin: bottom;
  position: relative;
}
.destination-card::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: var(--main-grey);
  opacity: 0;

}
/* ===== Title Area ===== */
.destination-card .title-area {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  color: var(--second-color);
  transition: 0.5s;
}
.destination-card .title-area .subcat-heading {
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
}

.destination-card .title-area:hover {
  color: var(--main-color);
}


/* Responsive font sizes */
@media (max-width: 1200px) {
  .destination-card .title-area {
    font-size: 19px;
  }
}
@media (max-width: 992px) {
  .destination-card .title-area {
    font-size: 19px;
  }
}
@media (max-width: 768px) {
  .destination-card .title-area {
    font-size: 18px;
  }
}

/* ===== Hidden Content on Hover ===== */
.destination-card .destination-text {
  max-width: 180px;
  width: 100%;
  margin: 0 auto;
  padding-top: 10px;
  opacity: 0;
  display: none;
  transform: translateY(0);
  transition: transform 0.5s ease, opacity 0.4s ease;
  transform-origin: bottom;
}

.destination-card .destination-text p {
  color: var(--text-color);
  font-weight: 500;
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 0;
}
.destination-text .price span {
  font-size: 18px;
  font-weight: 600;
  color: var(--main-color);
}
/* ===== Hover Effects ===== */
.destination-card:hover .destination-img img {
  height: 170px;
}
.destination-card:hover {
  box-shadow: var(--sharp-box-shadow);
}
.destination-card:hover::before {
  opacity: 1;
}

.destination-card:hover .destination-content .destination-text {
  opacity: 1;
  display: block;
}

/*===========================================
   End Destination Details page
============================================ */
