/*===============================================
 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");
}

/*=========================================
  End Import Font s section
  ========================================*/

* {
  -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: #008391;
  --second-color: #ffc20e;
  --third-color: #3acfd5;
  --light-color: #f2f7fc;
  --beige-color: #f4f1e4;
  --main-grey: #f1f2f3;
  --black-color: #1d2d53;
  --white-color: #fff;
  --para-color: #63687a;
  scroll-behavior: smooth;
  --font-family: "Poppins", sans-serif;
  --font-hand: "Satisfy", cursive;
  --box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px,
    rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px,
    rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px,
    rgba(42, 51, 70, 0.04) 0px 6px 6px -3px,
    rgba(14, 63, 126, 0.04) 0px 12px 12px -6px,
    rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;
  --sharp-box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

::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;
}

/*========== Typography Settings ==========*/
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;
}

/*========== Spacing CSS ==========*/
.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;
}

.no-padding {
  padding: 0;
}

.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;
}

/*========= Alignment CSS ==========*/
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);
}

/* ============= Reset CSS =========== */
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(0px, 0px, 5px);
  transform: translate3d(0px, 0px, 5px);
  font-size: 16px;
  color: var(--main-color);
  -webkit-box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 30px 0 rgba(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 rgba(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;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

::-webkit-scrollbar {
  background: transparent;
  width: 7px;
  height: 7px;
}

::-webkit-scrollbar-thumb {
  background-color: var(--second-color);
  /* border-radius: 20px; */
}

::-webkit-scrollbar-thumb:hover {
  background-color: rgba(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: transparent;
  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;
}

/*========== Block Settings ==========*/
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;
}

/*============== Start My classess ===============*/
.section-title {
  position: relative;
  margin-bottom: 30px;
}

.section-title h2,
.section-title h1 {
  text-align: center;
  width: fit-content;
  font-size: clamp(1.3rem, 4vw, 1.5rem);
  font-weight: 600;
  background-image: linear-gradient(to right, var(--main-color) 50%, #67e5f2);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  margin: 5px auto;
  letter-spacing: 0.7px;
  text-transform: capitalize;
}

.section-title span {
  /* margin-top: 5px; */
  font-size: 15px;
  color: var(--black-color);
  word-spacing: 1px;
  font-weight: normal;
  letter-spacing: 1px;
  /* text-transform: uppercase; */
  /* font-family: "Raleway", sans-serif; */
  font-weight: 400;
  display: grid;
  grid-template-columns: 1fr max-content 1fr;
  grid-template-rows: 27px 0;
  grid-gap: 20px;
  align-items: center;
  overflow: hidden;
}

.section-title span:after,
.section-title span:before {
  content: " ";
  display: block;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  height: 5px;
  background-color: transparent;
}

.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;
  /* margin-top: 10px; */
  padding: 0.5rem 1rem;
  color: var(--main-color);
  border: 1px solid var(--main-color);
  cursor: pointer;
  border-radius: 12px;
  font-weight: 500;
  background-color: transparent;
  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);
}

.nice-label {
  cursor: pointer;
  position: relative;
  margin: auto;
  /* width: 18px;
  height: 18px; */
  -webkit-tap-highlight-color: transparent;
  transform: translate3d(0, 0, 0);
}

.nice-label:before {
  content: "";
  position: absolute;
  top: -15px;
  left: -15px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(34, 50, 84, 0.03);
  opacity: 0;
  transition: opacity 0.2s ease;
}

.nice-label svg {
  position: relative;
  z-index: 1;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #c8ccd4;
  stroke-width: 1.5;
  transform: translate3d(0, 0, 0);
  transition: all 0.2s ease;
}

.nice-label svg path {
  stroke-dasharray: 60;
  stroke-dashoffset: 0;
}

.nice-label svg polyline {
  stroke-dasharray: 22;
  stroke-dashoffset: 66;
}

.nice-label:hover:before {
  opacity: 1;
}

.nice-label:hover svg {
  stroke: var(--main-color);
}

.nice-check {
  display: none !important;
}

.nice-check:checked+.nice-label svg {
  stroke: var(--main-color);
}

.nice-check:checked {
  display: block;
}

.nice-check:checked+.nice-label svg path {
  stroke-dashoffset: 60;
  transition: all 0.3s linear;
}

.nice-check:checked+.nice-label svg polyline {
  stroke-dashoffset: 42;
  transition: all 0.2s linear;
  transition-delay: 0.15s;
}

/*===================================================
                Start btn classess
===================================================*/
.btn-effect {
  padding: 7px 15px;
  font-size: 16px;
  text-decoration: none;
  background-color: transparent;
  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: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 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;
  /* border: 2px solid rgb(206, 206, 206); */
}

.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  btn classess
==============================================*/
/*============================================
 start header
==============================================*/
header {
  background-color: var(--main-grey);
  box-shadow: var(--box-shadow);
  overflow: visible;
  position: relative;
}

header .navbar-brand img {
  height: 70px;
  display: inline-block;
  max-width: 200px;
}

header>nav,
.navbar-main {
  overflow: visible !important;
}

.right-navbar-menu {
  display: flex;
  align-items: center;
}

.login-dropdown {
  position: relative;
  cursor: pointer;
  margin: 0 0.5rem;
}

.login-dropdown li {
  display: block;
  width: 100%;
  padding: 0.5rem
}

.dashboard-cta {
  margin: 0 0.5rem;
}

.login-nav {
  display: inline-block;
  color: var(--para-color);
  margin-left: 15px;
}

.login-menu {
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  position: absolute;
  box-shadow: var(--box-shadow);
  top: 110%;
  left: 0;
  padding: 0;
  border-radius: 10px;
  background-color: var(--white-color);
  z-index: 9999;
}

.login-menu.open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.login-dropdown li a {
  padding: 0.5rem 1rem !important;
}

.lang-dropdown {
  position: relative;
  display: inline-block;
}

.lang-toggle {
  background: var(--white-color);
  color: var(--para-color);
  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;
}

.lang-toggle:hover {
  background: #f0f0f0;
}

.lang-menu {
  position: absolute;
  top: 110%;
  left: 0;
  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;
}

.lang-dropdown:hover .lang-menu {
  opacity: 1;
  visibility: visible;
  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;
}

.lang-menu a:hover {
  background-color: #f5f5f5;
}

.lang-flag {
  width: 20px;
  height: 14px;
  object-fit: cover;
  border-radius: 2px;
}

.navbar-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
}

.navbar.is-fixed {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  box-shadow: var(--box-shadow);
}

header a.nav-link {
  font-size: 16px;
  color: var(--black-color) !important;
  font-weight: 500;
  text-transform: capitalize;
  display: block;
  width: 100%;
  height: 100%;
}

/* header a.nav-link:hover {
  background-color: var(--beige-color);
  border-radius: 12px 12px 0 0;
  color: var(--main-color);
} */

.navbar-nav>li.nav-item {
  padding: 0 10px !important;
  /* position: relative; */
}

.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;
}

/* 
.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;
}

.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);
}



.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;
}

.nav-item.mega-menu .mega-menu-wrapper>* {
  flex: 1;
  max-width: 250px;
}

.nav-item.mega-menu .mega-menu-wrapper li>a {
  color: var(--main-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: 200;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
  border-bottom: 2px solid var(--black-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;
}



.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;
}

/* Side Menu Item */
.side-menu {
  position: fixed;
  top: 0;
  left: -70%;
  width: 70%;
  padding: 30px 15px;
  background: var(--main-grey);
  overflow: hidden;
  visibility: hidden;
  z-index: 23000;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-shadow: -11px 0px 13px rgba(0, 0, 0, 0.02);
  -o-box-shadow: -11px 0px 13px rgba(0, 0, 0, 0.02);
  box-shadow: -11px 0px 13px rgba(0, 0, 0, 0.02);
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.side-menu::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: url("../images/shapes/about-us-pattern-bg.webp");
  z-index: -1;
}

.side-menu.open {
  left: 0;
  visibility: visible;
  top: 0;
  bottom: 0;
  border-radius: 0 10px 10px 0;
  border: 1px solid #eee;
  width: 100%;
  height: 100%;
}

.side-menu::-webkit-scrollbar {
  width: 3px;
}

.mobile.nav-menu li a {
  color: var(--black-color);
  text-decoration: none;
  display: block;
  font-size: 16px;
  font-weight: 400;
  font-family: var(--font-heading);
  position: relative;
  text-transform: capitalize;
  transition: 0.5s all ease-in-out;
}

.mobile.nav-menu .open-menu .nav-link {
  font-size: 18px;
  font-weight: 600;
  transition: 0.5s all ease-in-out;
}

.mobile.nav-menu li a i {
  margin-right: 5px;
}

.mobile.nav-item {
  padding-block: 10px;
  border-block: 1px solid #eee;
}

.mobile.nav-item,
.mobile.sub-menu li {
  display: block;
}

.mobile.sub-menu li {
  padding-left: 10px;
}

.mobile.sub-menu li a {
  padding: 0.5rem 1rem;
  color: var(--main-color);
}

.icon-down.icon-down-one {
  position: absolute;
  right: 15px;
  top: 0;
  height: 30px;
  width: 30px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  background: var(--white-color);
  border-radius: 7px;
  box-shadow: var(--box-shadow);
  display: block;
  transform: rotate(0deg);
  line-height: 30px;
}

.icon-down.icon-down-one i {
  margin-right: 0 !important;
}

.icon-down.icon-down-one.active {
  position: absolute;
  color: var(--white-color);
  background-color: var(--black-color);
  transform: rotate(360deg);
  text-align: center;
  border-radius: 50%;
}

.mobile-logo img {
  max-width: 150px;
  height: auto;
  margin-bottom: 10px;
}

.mobile-logo-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1rem;
}

.close-side-menu {
  /* top: 30px;
  right: 0;
  border-radius: 50% 0 0 50%;
  position: absolute;*/
  width: 40px;
  height: 40px;
  background: var(--white-color);
  box-shadow: var(--box-shadow);
  z-index: 55;
  text-align: center;
  line-height: 40px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-radius: 5px;
}

.close-side-menu i.fas.fa-times {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 40px;
  color: var(--main-color);
}

.close-side-menu:hover i.fas.fa-times {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.close-side-menu:hover {
  background: var(--second-color);
  color: var(--white-color);
  border-radius: 0;
}

.close-side-menu:hover span {
  color: var(--white-color);
}

.close-menu-sidebar {
  height: 100%;
  background-color: rgba(253, 253, 253, 0.8);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 22000;
  opacity: 0;
  visibility: hidden;
  width: 0px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.close-menu-sidebar.open {
  width: 100%;
  opacity: 1;
  visibility: inherit;
  -webkit-animation: fadeIn ease 0.5s;
  animation: fadeIn ease 0.5s;
}

.side-menu-btn {
  text-decoration: none;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 0;
  color: var(--second-color) !important;
  text-align: center;
  padding: 0;
  right: 0;
  z-index: 555;
  width: 20px;
  height: 15px;
  position: absolute !important;
  right: -40px;
  top: 30px;
  color: var(--white-color);
}

.side-menu-btn:hover {
  color: var(--main-color) !important;
}

.side-menu-btn span {
  display: block;
  position: absolute;
  -webkit-transition: all 0.3s linear 0ms;
  -o-transition: all 0.3s linear 0ms;
  transition: all 0.3s linear 0ms;
  width: 20px;
  top: 0;
  right: 0;
}

.mobile.sub-menu {
  visibility: hidden;
  max-height: 0;
  overflow: hidden !important;
  -webkit-transition: max-height 1s ease-in-out, visibility 0.5s linear 1s;
  -o-transition: max-height 1s ease-in-out, visibility 0.5s linear 1s;
  transition: max-height 1s ease-in-out, visibility 0.5s linear 1s;
  -webkit-backface-visibility: hidden !important;
  backface-visibility: hidden !important;
  scrollbar-width: 0;
  opacity: 0;
}

.mobile.sub-menu.sub-menu-collapsed {
  visibility: visible;
  opacity: 1;
  max-height: 500px;
  -webkit-transition: max-height 1s ease-in-out, visibility 0.5s linear 0s;
  -o-transition: max-height 1s ease-in-out, visibility 0.5s linear 0s;
  transition: max-height 1s ease-in-out, visibility 0.5s linear 0s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

.follow-us {
  padding: 1rem;
}

ul.social-media-navbar {
  margin-top: 0.5rem;
  width: 100%;
  background: var(--white-color);
  border-radius: 10px;
  padding: 0 10px;
  border: 1px solid rgba(0,0,0,0.1);
  box-shadow: none;
}

.social-media-navbar li {
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  line-height: 33px;
  font-size: 14px;
  margin-inline: 5px;
  border: 1px solid transparent;
}

.social-media-navbar li:hover {
  background-color: var(--main-color);
  color: var(--white-color);
}

.social-media-navbar li:hover i {
  color: var(--white-color);
}

.upper-navbar-right .social-media-navbar::before {
  position: absolute;
  content: "";
  left: -5px;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #989898;
}

.social-media-navbar li a {
  color: var(--second-color);
  font-size: 16px;
  padding-inline: 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%;
}

/*============================================
 End header
==============================================*/


.select2-container--default .select2-selection--single {
  border: none;
  background: transparent;
  padding: 0;
  height: auto;
}

.select2-container--open .select2-dropdown {
  left: -5%;
  top: 0;
  max-width: auto !important;
  border-radius: 10px;
  padding: 10px;
  border: 1px solid #eee;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.select2-results__option {
  display: block;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--black-color);
  font-weight: 500;
  padding: 0;
  border: none;
}

.select2-container--default .select2-selection--single:focus,
.select2-container--default .select2-selection--single:focus-visible {
  outline: none !important;
  box-shadow: none !important;
  border-color: initial !important;
}

.select2-container .select2-selection--single {
  height: auto;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}

.select2-container {
  width: auto !important;
}

.search-btn {
  background-color: var(--second-color);
  color: var(--white-color);
  padding: 10px 30px;
  border: none;
  border-radius: 50px;
  font-weight: bold;
  transition: background 0.3s ease;
}

.search-btn:hover {
  background-color: var(--black-color);
}

.mobile-search {
  position: relative;
  text-align: center;
}

.modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 1040;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.modal-overlay.active {
  display: block;
  opacity: 1;
}

.mobile-search-wrapper {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%) scale(0.95);
  background: var(--white-color);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  padding: 20px;
  min-width: 300px;
  width: 90%;
  max-width: 500px;
  z-index: 1050;
  opacity: 0;
  transition: all 0.3s ease;
}

.mobile-search-wrapper.active {
  display: block;
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.custom-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.custom-close {
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
}

.custom-modal-title {
  color: var(--main-color);
  font-size: 20px;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin: auto;
  margin-bottom: 20px;
}

.mobile-search-wrapper .search-select {
  position: relative;
  margin-bottom: 20px;
  padding: 1rem;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.mobile-search-wrapper .floating-label {
  position: absolute;
  display: none;
  top: 50%;
  left: 35px;
  transform: translateY(-50%);
  font-size: 16px;
  color: #999;
  pointer-events: none;
  transition: 0.2s ease;
}

.mobile-search-wrapper .search-select.active .floating-label {
  top: 5px;
  font-size: 12px;
  color: var(--main-color);
  display: block;
}

.floating-label {
  position: absolute;
  display: none;
  top: 50%;
  left: 35px;
  transform: translateY(-50%);
  color: #999;
  font-size: 16px;
  pointer-events: none;
  transition: all 0.2s ease;
}

.search-select.active .floating-label {
  display: block;
  top: 0;
  font-size: 12px;
  color: #333;
  left: 20px;
  padding-bottom: 10px;
}

.mobile-search-btn {
  box-shadow: none;
  border: none;
  background: transparent;
  padding: 0;
  margin: 0;
  position: absolute;
  right: 60px;
  top: 10px;
}

.mobile-search-btn i {
  font-size: 20px;
  line-height: 50px;
  color: var(--black-color);
}

/* ===============
HERO SECTION STYLES
=====================*/
.hero-home {
  position: relative;
  height: 60vh;
  max-width: 100%;
  overflow: hidden;
  /* margin: 10px;
  border-radius: 20px; */
  border: 1px solid #eee;
  z-index: 1;
}

.hero-info {
  height: 60vh;
  position: relative;
}

.hero-info::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgb(0 0 0 / 38%));
  z-index: 2;
  border-radius: 0;
}

.hero-info img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* border-radius: 20px; */
  display: block;
}

/* SLIDE TEXT */
.hero-home .slide-description {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
  color: var(--white-color);
  text-align: center;
  /* backdrop-filter: blur(3px); */
}

.hero-home .slide-description h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 600;
  color: var(--white-color);
  margin-bottom: 1rem;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.hero-home .slide-description p {
  font-size: clamp(1rem, 2.5vw, 1.5rem);
  color: #f1f1f1;
  text-transform: capitalize;
  line-height: 1.6;
}

/* SWIPER SLIDES */
.hero-home .swiper-slide {
  position: relative;
  height: 100%;
}

/* SWIPER PAGINATION */
.swiper-pagination {
  bottom: 3rem !important;
  z-index: 10;
}

.hero-home .swiper-pagination-bullet {
  background: transparent;
  border: 2px solid var(--white-color);
  opacity: 1;
  width: 12px;
  height: 12px;
}

.hero-home .swiper-pagination-bullet-active {
  background-color: var(--white-color);
}


.swiper-button-next,
.swiper-button-prev {
  opacity: 0;
  visibility: hidden;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.2);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  z-index: 15;
  backdrop-filter: blur(5px);
}

.swiper-button-next.disabled,
.swiper-button-prev.disabled {
  cursor: not-allowed;
  opacity: 0.5 !important;
  pointer-events: none;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.5 !important;
}

.hero-home:hover .swiper-button-next,
.hero-home:hover .swiper-button-prev {
  opacity: 1;
  visibility: visible;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: var(--main-color);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

/* Arrow Images */
.hero-home .swiper-button-next:after,
.hero-home .swiper-rtl .swiper-button-next:after {
  text-align: center;
  color: var(--white-color);
  display: block;
  width: 20px;
  height: 20px;
  margin: auto;
  font-size: 20px;
}

.hero-home .swiper-button-prev:after,
.hero-home .swiper-rtl .swiper-button-prev:after {
  text-align: center;
  color: var(--white-color);
  display: block;
  width: 20px;
  height: 20px;
  margin: auto;
  font-size: 20px;
}

/* Hide on Mobile */
@media (max-width: 576px) {

  .swiper-button-prev,
  .swiper-button-next {
    display: none !important;
  }

  .hero-home {
    height: 40vh;
  }

  .hero-home .slide-description h2 {
    font-size: 1.5rem;
  }

  .hero-home .slide-description p {
    font-size: 1rem;
  }
}

.hero-cta {
  margin: 30px auto;
}

.hero-cta .btn-effect {
  color: var(--white-color);
  border-color: var(--second-color);
}

/*===========================================
    End Hero Section Styles
/*===========================================

/*============================================
  Start Destination card
==============================================*/
.destination-card {
  position: relative;
  border-radius: 1rem;
  box-shadow: var(--box-shadow);
  overflow: hidden;
  margin-bottom: 20px;
}

.destination-link {
  display: block;
  height: 100%;
  width: 100%;
  z-index: 0;
  overflow: hidden;
  border-radius: 1rem;
}

.destination-link img {
  border-radius: 1rem;
  /* filter: brightness(0.7); */
  height: 250px;
  min-width: 100%;
  object-fit: cover;
}

.destination-card:hover .destination-link img {
  transform: matrix(1.1, 0, 0, 1.1, 0, 0);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}

.destination-card-desc {
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-color: var(--beige-color);
  border-top-right-radius: 0.6rem;
  padding: 1rem;
  border-radius: 0 1rem 0 0;
  z-index: 250;
}

.destination-card-desc .location {
  display: block;
  font-size: clamp(20px, 0.7rem, 1rem);
  font-weight: 600;
  color: var(--main-color);
}

.destination-card-desc .city-count {
  display: block;
  font-size: 14px;
  color: var(--black-color);
  font-weight: 400;
}

.destination-card-desc::before {
  position: absolute;
  top: -25px;
  left: 0;
  content: "";
  height: 25px;
  width: 25px;
  background-color: transparent;
  border-radius: 50%;
  box-shadow: -10px 10px 0 var(--beige-color);
}

.destination-card-desc::after {
  content: "";
  position: absolute;
  width: 25px;
  bottom: 0;
  right: -25px;
  height: 25px;
  background: transparent;
  border-radius: 50%;
  box-shadow: -10px 10px 0 var(--beige-color);
}

@media (max-width: 768px) {
  .destination-card {
    margin-bottom: 20px;
  }
}

.all-destinations-cta {
  text-align: center;
}

/*============================================
  End Destination card
==============================================*/

/*============================================
  Start Tour section
==============================================*/
/*
.tour-card {
  border: 1px solid transparent;
  border-top: 5px solid transparent;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 12px;
  background: linear-gradient(white, white) padding-box,
    linear-gradient(to right, #3acfd5, #3a4ed5) border-box;
}

.tour-wrapper {
  margin-top: clamp(10px, 15px, 20px);
  margin-bottom: clamp(10px, 15px, 20px);
}

.tour-card .card-title {
  margin-bottom: 10px;
  color: var(--black-color);
  font-size: 18px;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: calc(1.4em * 3);
  line-height: 1.4;
}

.tour-card .card-title:hover {
  text-decoration: underline;
  color: var(--main-color);
}

.tour-card .card-body {
  border-radius: 10px;
  background: var(--light-color);
  margin-top: 10px;
  padding: 10px 15px;
  box-shadow: var(--box-shadow);
  border: 1px solid #ddd;
}



.tour-card .tour-img {
  position: relative;
}

.tour-card .tour-img img {
  border-radius: 10px;
  height: 230px;
  min-width: 100%;
  object-fit: cover;
  filter: brightness(0.92);
  transition: filter 0.3s;
  box-shadow: var(--box-shadow);
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.tour-fav {
  right: 15px;
  position: absolute;
  z-index: 20;
  top: 10px;
  color: var(--white-color);
  font-size: 16px;
  background: rgba(0, 0, 0, 0.1);
  padding: 3px 7px;
  border-radius: 50%;
  backdrop-filter: blur(10px);
  transform: translateX(150%);
  visibility: hidden;
  opacity: 0;
  transition: 0.3s all ease-in-out;
}

.tour-img:hover img {
  filter: brightness(1);
}

.tour-card:hover .tour-fav {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
  transition: 0.3s all ease-in-out;
}

.tour-date {
  background-image: url("../images/shapes/shape-angle-light.png");
  position: absolute;
  top: 0;
  left: -1px;
  border-radius: 10px 0 10px 0;
  color: var(--main-color) !important;
  background-size: cover;
  background-repeat: no-repeat;
  max-height: 50px;
  width: max-content;
  padding: 10px 20px;
}

.tour-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 5px auto;
}

.tour-footer-from {
  font-size: 14px;
  font-weight: 500;
  color: var(--main-color);
}

.tour-footer-price {
  font-size: 20px;
  font-weight: 600;
  color: var(--black-color);
}

.tour-footer .btn-effect {
  border: 1px solid var(--main-grey) !important;
  color: var(--main-color);
  transition: all 0.2s;
  font-size: 14px;
  padding: 5px;
}

.tour-footer .btn-effect:hover {
  color: var(--white-color);
  border: 1px solid var(--main-color) !important;
}

.tour-card {
  background-color: #eee;
} */

.tour-swiper .swiper-wrapper {
  padding: 1rem 0;
  gap: 20px;
  flex-wrap: wrap;
}

.tour-swiper .swiper-wrapper .swiper-slide {
  flex: 0 0 auto;
  width: 23%;
}

/*============================================
  end Tour section
==============================================*/
/*============================================
  Start blogs section
==============================================*/
.blogs .blogs-wrapper .blog-card {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  background-color: var(--white-color);
  height: 100%;
}

.blogs .blogs-wrapper {
  padding: 30px 0 0 0;
}

.blogs .blogs-wrapper .blog-card .blog-img {
  position: relative;
}

.blogs .blogs-wrapper .blog-card .blog-img img {
  border-radius: 10px;
  height: 250px;
  min-width: 100%;
  object-fit: cover;
  filter: brightness(0.8);
}

.blogs .blogs-wrapper .blog-card .blog-img img:hover {
  filter: brightness(1);
}

.blogs .blogs-wrapper .blog-card .blog-img:hover .blog-date {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
}

.blog-img .blog-date {
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 20px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: var(--white-color);
  padding: 5px 10px;
  text-align: center;
  border-radius: 5px;
}

.blog-img .blog-date span {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: var(--white-color);
}

.blog-img .blog-date i {
  display: block;
  font-size: 20px;
  font-style: normal;
  color: var(--white-color);
}

.blogs .blogs-wrapper .blog-card .blog-img .blog-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: var(--main-grey);
  color: var(--white-color);
  font-size: 14px;
  font-weight: bold;
  border-top-left-radius: 10px;
  border-top: 8px solid var(--white-color);
  border-left: 8px solid var(--white-color);
}

.blog-btn .btn-effect {
  border: 1px solid var(--white-color);
}

.blogs .blogs-wrapper .blog-card .blog-img::before {
  position: absolute;
  content: "";
  bottom: 48px;
  right: 0;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: transparent;
  box-shadow: 10px 10px 0 var(--white-color);
  z-index: 20;
}

.blogs .blogs-wrapper .blog-card .blog-img .blog-btn::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: -28px;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: transparent;
  box-shadow: 10px 10px 0 var(--white-color);
}

.blogs .blogs-wrapper .blog-card .blog-img .blog-btn .btn-effect {
  display: block;
  width: 100%;
  height: 40px;
  background-color: #ddd;
  border: none !important;
  border-radius: 10px;
  padding: 0 20px !important;
  color: var(--main-color);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 40px;
}

.blogs .blogs-wrapper .blog-card .blog-img .blog-btn .btn-effect:hover {
  color: var(--white-color);
}

.blogs .blogs-wrapper .blog-card .blog-content {
  padding: 20px 0;
  position: relative;
}

.blogs .blogs-wrapper .blog-card .blog-content h3 {
  color: var(--black-color);
}

.blogs .blogs-wrapper .blog-card .blog-para p {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
}

.all-blogs-btn {
  text-align: center;
  margin: 10px auto;
}

/*============================================
  end blogs section
==============================================*/
/*============================================
   Start Scroll To Top
==============================================*/
#scroll-percentage {
  position: absolute;
}

.scroll-top {
  height: 50px;
  width: 50px;
  background-color: var(--white-color);
  border-radius: 50%;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transform: scale(0);
  display: grid;
  place-items: center;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  z-index: 1000;
  border-radius: 8px;
  /* or 0 for a perfect square */
  background: conic-gradient(var(--main-color) 0%, var(--third-color) 0%);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.scroll-top.active {
  bottom: 20px;
  transform: scale(1);
  opacity: 1;
  visibility: visible;
  animation: 500ms ease-in-out 0s normal none 1 running scroll-Top;
  transition: 0.3s;
}

.scroll-top-value {
  height: calc(100% - 8px);
  width: calc(100% - 8px);
  background-color: var(--main-grey);
  color: var(--black-color);
  border-radius: 5px;
  display: grid;
  place-items: center;
  font-size: 12px;
  font-weight: 500;
}

.scroll-top-value i {
  font-size: 20px;
}

@-webkit-keyframes scroll-Top {
  0% {
    -webkit-transform: translate3d(0, 80%, 0);
    transform: translate3d(0, 80%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes scroll-Top {
  0% {
    -webkit-transform: translate3d(0, 80%, 0);
    transform: translate3d(0, 80%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

/*=========================================================
   End  Scroll To Top
=========================================================*/
/*=======================================================
   start Cta section
 =========================================================*/
.cta-container {
  max-width: 1200px;
  margin: 0 auto;
}

.cta-inner-container {
  margin: 1rem auto;
}

.cta-box {
  background: var(--white-color);
  padding: 3rem 4rem;
  border-radius: 0 0 10px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: var(--box-shadow);
}
.cta-inner-container .cta-box{
  background: var(--beige-color);
  border-radius: 12px;
}
.cta-inner-container .cta-content h2 {
  color: var(--main-color);
}
.cta-content {
  flex: 1;
}

.cta-content h2 {
  font-size: clamp(1rem, 4vw, 1.5rem);
  font-weight: 700;
  color: var(--black-color);
  margin-bottom: 0.5rem;
  line-height: 1.2;
}

.cta-content p {
  font-size: 1.2rem;
  color: var(--para-color);
  font-weight: 400;
  line-height: 1.6;
}

.cta-button {
  flex-shrink: 0;
  margin-left: 2rem;
}

.cta-button a {
  display: inline-block;
  background: var(--second-color);
  color: var(--black-color);
  padding: 1rem 2rem;
  font-size: 1.3rem;
  font-weight: 700;
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(255, 194, 14, 0.3);
}

.cta-button a:hover {
  background: #e6ae0c;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 194, 14, 0.4);
}

/* Responsive Design */
@media (max-width: 768px) {
  .cta-box {
    flex-direction: column;
    text-align: center;
    padding: 2rem 1.5rem;
  }

  .cta-content h2 {
    font-size: 1.5rem;
  }

  .cta-content p {
    font-size: 1rem;
  }

  .cta-button {
    margin-left: 0;
    margin-top: 1.5rem;
  }

  .cta-button a {
    padding: 0.875rem 2.5rem;
    font-size: 1.1rem;
  }
}

/* =============================================
     End Cta Section
==============================================*/
/*======================================================
  start footer
 ======================================================*/

footer {
  position: relative;
}

footer .lines {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  z-index: 0;
}

footer .lines span {
  height: 100%;
  width: 1px;
  background-image: -webkit-gradient(linear,
      left bottom,
      left top,
      from(rgba(0, 0, 0, 0.1)),
      to(transparent));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), transparent);
}

.footer-bg {
  /* padding-top: 140px;
  margin-top: -140px; */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer-bg .navbar-brand img {
  display: inline-block;
  margin: 0;
  height: 120px;
  max-width: 200px;
}

.footer-overlay {
  position: relative;
}

.footer-overlay::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  background-color: var(--main-grey);
  opacity: 0.8;
}

.footer-area,
.copyright-area {
  position: relative;
  z-index: 2;
}

.footer-logo {
  margin-bottom: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .footer-logo {
    margin-bottom: 20px;
  }

  footer .lines span:nth-child(n + 4) {
    display: none;
  }
}

.footer-text {
  margin-bottom: 30px;
}

.footer-text p {
  margin-bottom: 0;
  color: var(--black-color);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .footer-text p {
    font-size: 16px;
  }

  .footer-text p br {
    display: none;
  }
}

.footer-social a {
  height: 40px;
  color: var(--second-color);
  width: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-social a:nth-child(1):hover {
  background-color: #0866ff;
  color: var(--white-color);
}

.footer-social a:nth-child(2):hover {
  background: linear-gradient(45deg,
      #feda75,
      #fa7e1e,
      #d62976,
      #962fbf,
      #4f5bd5);
  color: var(--white-color);
}

.footer-social a:nth-child(3):hover {
  background-color: #1c96e8;
  color: var(--white-color);
}

.footer-social a:nth-child(4):hover {
  background-color: #1c96e8;
  color: var(--white-color);
}

.footer-social a:not(:last-child) {
  margin-right: 10px;
}

/* .footer-social a:hover {
  color: var(--white-color);
  border-color: var(--second-color);
  background-color: var(--second-color);
} */

.footer-widget-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.67;
  margin-bottom: 15px;
  text-transform: capitalize;
  color: var(--black-color);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .footer-widget-title {
    margin-bottom: 25px;
  }
}

.footer-widget-menu ul li {
  list-style-type: none;
  display: block;
}

.footer-widget-menu ul li:not(:last-child) {
  margin-bottom: 15px;
}

.footer-widget-menu ul li a {
  font-weight: 400;
  font-size: 16px;
  color: var(--black-color);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .footer-widget-menu ul li a {
    font-size: 17px;
  }
}

.footer-widget-input input {
  padding-right: 65px;
  background-color: var(--black-color);
}

.footer-widget-input button {
  position: absolute;
  top: 50%;
  right: 6px;
  height: 48px;
  width: 48px;
  transition: 0.3s;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  transform: translateY(-50%);
  color: var(--white-color);
  background-color: var(--main-color);
}

.footer-widget-input button:hover {
  background-color: var(--main-color);
}

.footer-col-2 {
  padding-left: 80px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .footer-col-2 {
    padding-left: 40px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-col-2 {
    padding-left: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .footer-col-2 {
    padding-left: 0;
  }
}

.footer-col-3 {
  padding-left: 70px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .footer-col-3 {
    padding-left: 150px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-col-3 {
    padding-left: 80px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .footer-col-3 {
    padding-left: 0;
  }
}

.footer-col-4 {
  padding-left: 100px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .footer-col-4 {
    padding-left: 0;
  }
}

.footer-col-2-2 {
  padding-left: 122px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .footer-col-2-2 {
    padding-left: 80px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-col-2-2 {
    padding-left: 70px;
  }
}

@media (max-width: 767px) {
  .footer-col-2-2 {
    padding-left: 0px;
  }
}

.footer-col-2-3 {
  padding-left: 60px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .footer-col-2-3 {
    padding-left: 30px;
  }
}

@media (max-width: 767px) {
  .footer-col-2-3 {
    padding-left: 0px;
  }
}

.footer-payment a {
  margin-right: 20px;
  display: inline-block;
}

.footer-payment a:last-child {
  margin-right: 0;
}

.footer-shape-1 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -2;
}

.footer-shape-1 img {
  width: 100%;
}

.footer-shape-2 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -2;
}

.footer-shape-2 img {
  width: 100%;
}

.footer-top-ptb {
  padding-top: 70px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(25, 27, 26, 0.2);
}

.footer-top-left span {
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  color: #5b5b5b;
}

@media (max-width: 767px) {
  .footer-top-left span {
    display: inline-block;
    margin-bottom: 15px;
  }
}

.footer-top-left span i {
  font-size: 30px;
  margin-right: 25px;
  color: var(--main-color);
  transform: rotate(90deg);
}

.footer-top-left span a {
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  margin-left: 20px;
  text-transform: capitalize;
  color: var(--common-black);
}

.footer-top-social a {
  color: #5b5b5b;
  background-color: rgba(25, 27, 26, 0.12);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .copyright-left {
    margin-bottom: 20px;
  }
}

.copyright-left p {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: rgba(var(--white-color), 0.8);
}

.copyright-right a {
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: rgba(var(--white-color), 0.8);
  position: relative;
}

.copyright-right a::before {
  position: absolute;
  content: "";
  right: -10px;
  top: 10%;
  width: 1px;
  height: 80%;
  background-color: var(--black-color);
}

.copyright-right a:not(:first-child) {
  margin-left: 30px;
}

@media (max-width: 767px) {
  .copyright-right a:not(:first-child) {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .copyright-right a:nth-child(2) {
    margin: 0 10px;
  }
}

.copyright-area {
  background: #e6eaef;
}

.copyright-right a:hover {
  color: var(--main-color);
}

.copyright-border {
  padding: 25px 0;
  /* border-top: 1px solid rgba(0, 0, 0, 0.1); */
}

/*=========================================================
              end Footer
==========================================================*/
/*=========================================================
   start  Breadcrumb & internal page banner
=========================================================*/
.Breadcrumb-cover {
  background-color: var(--main-grey);
}

.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;
}

.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 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 0;
  list-style: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  border-bottom: none;
  margin: 0.5rem;
}

.internal-hero {
  position: relative;
  overflow: hidden;
}

.hero-img {
  height: 400px;
  object-fit: cover;
  min-width: 100%
}

.internal-hero .hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
}

.hero-content .subtitle {
  font-size: 1.1rem;
  font-weight: 600;
}

.hero-content .title {
  font-size: 3rem;
  font-weight: 700;
}

@media (max-width: 767px) {
  .hero-img {
    height: 200px;
  }

  .hero-content .title {
    font-size: 2rem;
  }
}

/*=========================================================
   End  Breadcrumb & internal page banner
=========================================================*/
/*======================================================
  start menu box
 ======================================================*/
.menu-mobile-fixed {
  position: fixed;
  bottom: 0;
  padding: 1rem 0.5rem;
  background: var(--light-color);
  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: 15px;
  height: 15px;
}

.menu-mobile-fixed a h5 {
  font-size: 12px;
}

/*======================================================
end menu box
======================================================*/

/*============================================
  start Text Walking
==============================================*/
.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 img:hover {
  transform: translateY(-5px) scale(1.05);
  /*box-shadow: 0 8px 25px rgba(0,0,0,.2);
 background: rgba(255,255,255,1); */
}

.partners-img img {
  height: 100px;
  width: auto;
  object-fit: cover;
}

/* Keyframe for continuous scroll */
@keyframes marquee {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-50%);
  }
}

/*============================================
  End Text Walking
==============================================*/
/*=============================================
start testimonials
===============================================*/

.testimonial-section {
  margin: auto;
  padding: 30px 0;
  text-align: center;
  position: relative;
  z-index: 20;
}

.testimonial-section::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--light-color);
  opacity: 0.5;
}

.testimonial-section .swiper {
  padding-bottom: 40px;
}

.testimonial-section .swiper-wrapper {
  display: flex;
}

.testimonial-slider {
  margin: 30px auto;
}

.testimonial-section .testmonial-item {
  background: var(--white-color);
  border-radius: 16px;
  box-shadow: var(--box-shadow);
  padding: 30px;
  position: relative;
  text-align: left;
  max-width: 400px;
  background: linear-gradient(white, white) padding-box,
    linear-gradient(to right, #3acfd5, #3a4ed5) border-box;
  border: 1px solid transparent;
  border-top: 5px solid transparent;
}

/* .testimonial-section .swiper-slide:nth-child(odd) .testmonial-item {
  border-top: 6px solid #3E699C;
} */

.testimonial-section .swiper-slide:nth-child(even) .testmonial-item {
  background: linear-gradient(white, white) padding-box,
    linear-gradient(to right, #ffc20e, #008391) border-box;
  margin-top: 50px;
}

.testimonial-section .testimonial-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 10px;
}

.testimonial-section .testimonial-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* .testimonial-section .testimonial-stars {
  color: #ff4d4d;
  font-size: 1.1rem;
} */
.review-stars {
  display: flex;
  gap: 2px;
  color: var(--second-color);
}

.testimonial-section .testimonial-text p {
  line-height: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 15px auto;
  height: 90px;
}

.testimonial-section .testimonial-name {
  font-weight: bold;
}

.testimonial-section .testimonial-location {
  color: #888;
  font-size: 0.9rem;
}

.testimonial-section .quote-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 2rem;
  color: var(--main-color);
}

.testimonial-section .swiper-pagination {
  bottom: 0px !important;
  padding: 5px;
}

.testimonial-section .swiper-pagination-bullet {
  background: #d1d5db;
  width: 12px;
  height: 12px;
  opacity: 1;
  transition: all 0.3s ease;
}

.testimonial-section .swiper-pagination-bullet-active {
  background: var(--main-color);
  transform: scale(1.1);
}

/*==============================================
            How to Work Section Styles
===============================================*/

.how-to-work-section {
  background-color: var(--white-color);
  position: relative;
}

.how-to-work-section .section-title {
  margin-bottom: 20px;
}

.how-to-work-wrapper {
  position: relative;
}

.work-step {
  text-align: left;
  padding: 30px 20px;
  position: relative;
  z-index: 2;
  height: 100%;
}

.work-step:hover {
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  border-radius: 10px;
}

.step-icon {
  position: relative;
  width: 80px;
  height: 80px;
  /* margin: auto; */
  /* background: linear-gradient(135deg, var(--main-color), #006d7a); */
  /* border-radius: 50%; */
  display: flex;
  align-items: center;
  justify-content: center;
  /* box-shadow: 0 8px 25px rgba(0, 131, 145, 0.3); */
  transition: all 0.3s ease;
  color: var(--main-color);
  text-align: left;
}

.step-icon i {
  color: var(--main-color);
  font-size: 42px;
  z-index: 2;
  position: relative;
}

.icon-number {
  position: absolute;
  top: 0;
  right: -69px;
  color: #5bdae7;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
  font-weight: 500;
  z-index: 0;
  opacity: 0.3;
}

.step-content h4 {
  color: var(--black-color);
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 1.3;
}

.step-content p {
  color: var(--para-color);
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

.work-flow-line {
  position: absolute;
  bottom: 40%;
  left: 0;
  right: 0;
  z-index: 0;
  opacity: 0.6;
}

.work-flow-line img {
  width: 100%;
  height: auto;
}

/* Responsive Design */
@media (max-width: 991px) {
  .work-step {
    padding: 20px 15px;
    margin-bottom: 30px;
  }

  .step-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
  }

  .step-icon i {
    font-size: 32px;
  }

  .step-content h4 {
    font-size: 16px;
  }

  .step-content p {
    font-size: 13px;
  }

  .work-flow-line {
    display: none;
  }
}

@media (max-width: 767px) {
  .how-to-work-section .section-title {
    margin-bottom: 40px;
  }

  .work-step {
    padding: 15px 10px;
    margin-bottom: 25px;
  }

  .step-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
  }

  .icon-number {
    font-size: 40px;
  }

  .step-content h4 {
    font-size: 15px;
    margin-bottom: 10px;
  }

  .step-content p {
    font-size: 12px;
  }
}

/*================================================
            Start Hotel Section
=================================================*/

.hotel-section .hotel-swiper {
  width: 100%;
  padding: 30px 20px;
}

.hotel-section .swiper-slide .hotel-card {
  background: var(--white-color);
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: var(--box-shadow);
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  transition: transform 0.3s;
}

.hotel-section .swiper-slide {
  display: block;
  margin-inline: 10px;
  max-width: 350px;
}

.hotel-section .swiper-slide:nth-child(even) {
  margin-top: 30px;
}

.hotel-section .hotel-card .hotel-img {
  position: relative;
  overflow: hidden;
}

.hotel-section .hotel-card .hotel-img img:first-child {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  transform: translate(50%) scaleX(2);
  opacity: 0;
  filter: blur(10px);
}

.hotel-section .hotel-card:hover .hotel-img img:first-child {
  -webkit-transform: translateX(0) scaleX(1);
  transform: translate(0) scaleX(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}

.hotel-section .hotel-card:hover .hotel-img img:nth-child(2) {
  -webkit-transform: translateX(-50%) scaleX(2);
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.hotel-section .hotel-card .hotel-img img {
  width: 100%;
  height: 230px;
  position: relative;
  display: block;
  object-fit: cover;
  border-radius: 8px 8px 0px 0px;
  transition: 500ms;
  border-bottom: 1px solid #eee;
}

.hotel-section .hotel-location {
  position: absolute;
  top: 0;
  left: -1px;
  /* background: var(--light-color); */
  color: var(--main-color);
  padding: 7px 15px;
  font-size: 14px;
  font-weight: 500;
  /* border-radius: 5px; */
  z-index: 10;
  background-image: url(../images/shapes/shape-angle-light.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 40px;
  min-width: 125px;

}

.hotel-text {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0 0 10px 0;
}

.hotel-star {
  display: flex;
  align-items: center;
}

.hotel-star span {
  margin-right: 3px;
}

.hotel-star i {
  color: var(--second-color);
  font-size: 14px;
}

.hotel-level i {
  color: var(--black-color)
}

.hotel-section .hotel-details {
  padding: 20px;
}

.hotel-section .hotel-location {
  color: var(--para-color);
  font-size: 14px;
  margin-bottom: 5px;
}

.hotel-section .hotel-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

.hotel-section .hotel-title a {
  color: var(--black-color);
}

.hotel-section .hotel-meta {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  color: #666;
  font-size: 14px;
  margin-bottom: 5px;
}

.hotel-section .hotel-link {
  color: var(--main-color);
  font-weight: 600;
  text-decoration: none;
  font-size: 14px;
}

.hotel-section .btn-effect {
  color: var(--main-color);
  font-weight: 500;
  text-decoration: none;
  font-size: 14px;
  border: 1px solid var(--white-color) !important;
  text-decoration: underline;
  letter-spacing: 1px;
  padding-inline: 0;
}

.hotel-section .btn-effect:hover {
  color: var(--white-color);
  padding-inline: 10px;
  text-decoration: none;
}

.all-hotels {
  text-align: center;
  margin-top: 10px;
}

.all-hotels .btn-effect {
  color: var(--main-color);
  font-weight: 500;
  font-size: 16px;
  text-decoration: underline;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .hotel-section .swiper {
    padding: 0 20px;
  }

  .hotel-section .hotel-meta {
    flex-direction: column;
    gap: 5px;
  }
}

/*=======================================
    start local Expert
========================================*/
.local-specialists {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  background: var(--light-color);
}

.specialist-card {
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid transparent;
  border-radius: 20px;
  padding: 25px;
  box-shadow: var(--box-shadow);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  /* height: 100%; */
  margin-bottom: 30px;
}

.local-specialist-wrapper {
  margin: 30px auto;
}

.specialist-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(90deg, #3acfd5, #3a4ed5);
  border-radius: 20px 20px 0 0;
}

.specialist-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 45px rgba(0, 0, 0, 0.15);
  border: 1px solid var(--main-color);
}

.specialist-card:hover::before {
  height: 10px;
  transition: 0.5s all ease-in-out;
}

.specialist-avatar img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  box-shadow: var(--box-shadow);
  border: 3px solid var(--white-color);
}

.specialist-info h3 {
  font-size: 1.4rem;
  color: var(--black-color);
  margin-bottom: 8px;
}

.country-tag {
  border: 1px solid var(--main-color);
  display: inline-block;
  color: var(--main-color);
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 500;
  margin-bottom: 10px;
}

.specialist-description {
  color: #666;
  line-height: 1.6;
  margin: 15px 0;
}

.local-specialists .status-section {
  display: flex;
  align-items: center;
  gap: 8px;
}

.specialist-description p {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
  height: 120px;
}

.status-indicator {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--third-color);
  animation: pulse 2s infinite;
}

.last-active {
  font-size: 0.8rem;
  color: #666;
  background: rgba(255, 255, 255, 0.9);
  padding: 4px 8px;
  border-radius: 10px;
  white-space: nowrap;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(78, 205, 196, 0.7);
  }

  70% {
    box-shadow: 0 0 0 10px rgba(78, 205, 196, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(78, 205, 196, 0);
  }
}

.expert-reviews {
  font-size: 14px;
  color: var(--para-color);
}

.expert-reviews .review-stars {
  margin-bottom: 5px;
}

.all-expert {
  margin: 10px auto;
  text-align: center;
}

.specialist-card .btn-effect:hover {
  transform: scale(1.05);
  box-shadow: 0 5px 15px rgba(78, 205, 196, 0.3);
}

.contact-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}

.stats-section {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 20px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  margin-top: 40px;
}

.stat-item {
  padding: 20px;
}

.stat-number {
  font-size: 2.5rem;
  font-weight: bold;
  color: #667eea;
  margin-bottom: 10px;
}

.stat-label {
  color: #666;
  font-size: 1.1rem;
}

.floating-shapes {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
}

.shape {
  position: absolute;
  opacity: 0.1;
  animation: float 6s ease-in-out infinite;
}

.shape:nth-child(1) {
  top: 20%;
  left: 10%;
  animation-delay: 0s;
}

.shape:nth-child(2) {
  top: 60%;
  right: 10%;
  animation-delay: 2s;
}

.shape:nth-child(3) {
  bottom: 20%;
  left: 20%;
  animation-delay: 4s;
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-20px);
  }
}

@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 768px) {
  .status-section {
    margin-bottom: 15px;
  }
}

/*=======================================
    End local Expert
========================================*/
/*=======================================
    Start cookies banner
========================================*/
.cookie-banner {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: var(--light-color);
  box-shadow: 0 -2px 19px 15px rgba(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(--main-color);
  font-weight: 500;
  text-decoration: none;
}

.cookie-content p a:hover {
  text-decoration: underline;
}

/* Buttons container */
.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: bold;
  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: bold;
  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;
}

/* Slide animation */
@keyframes slideUp {
  from {
    transform: translateY(100%);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* Responsive */
@media (max-width: 600px) {
  .cookie-buttons {
    width: 100%;
    justify-content: flex-start;
  }

  .cookie-buttons button {
    width: auto;
  }
}

/*=======================================
    Start cookies banner
========================================*/

/* =======================================
   Start Custom select2 (Single + Multiple)
========================================= */
.custom-select2 {
  display: flex;
  align-items: center;
  gap: 6px;
  background: var(--white-color);
  border-bottom: 1px solid var(--black-color);
  padding: 4px 0;
  width: 100%;
}

.custom-select2 i {
  font-size: 16px;
  color: #333;
  flex-shrink: 0;
}

.custom-select2 .select2-container {
  flex: 1;
}

.select2-container {
  width: 100% !important;
}

/* --- Single select design --- */
.select2-container--default .select2-selection--single {
  border: none;
  background: transparent;
  height: auto;
  min-height: 24px;
  padding: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #333;
  font-weight: 500;
  padding: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}

/* --- Multiple select design --- */
.select2-container--default .select2-selection--multiple {
  border: none;
  background: transparent;
  min-height: 28px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
  padding: 2px 0;
}

/* Selected items (tags) */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: #f3f3f3;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 2px 6px;
  font-size: 13px;
  font-weight: 500;
  color: #333;
}

/* Remove "x" button inside tag */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #666;
  margin-right: 4px;
  font-weight: bold;
}

/* Input inside multiple select */
.select2-container--default .select2-selection--multiple .select2-search__field {
  border: none !important;
  outline: none !important;
  padding: 2px;
  margin: 0;
  font-size: 14px;
}

/* Dropdown style */
.select2-container--open .select2-dropdown {
  border-radius: 8px;
  border: 1px solid #eee;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px;
}

/* =======================================
 End Custom select2
========================================= */

/*==========================================
start tags Section
==========================================*/
.destinations-section {
  background-color: var(--white-color);
  padding: 0 0 60px 0;
}

.destination-tag {
  background: var(--white-color);
  border-radius: 12px;
  padding: 7px 10px;
  box-shadow: var(--box-shadow);
  border: 1px solid var(--para-color);
  transition: all 0.3s ease;
  cursor: pointer;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.show-all-tags {
    display: none;
    text-align: center;
    color: var(--main-color);
    font-size: 16px;
    margin-top: 1rem;
    font-weight: 600;
    text-decoration: underline;
    cursor: pointer;
}

.destination-tag:hover {
  border-color: transparent;
  background: linear-gradient(white, white) padding-box,
    linear-gradient(to right, #3acfd5, #3a4ed5) border-box;
  background: var(--beige-color);
}

.destination-tag h6 {
  color: var(--black-color);
  font-weight: 500;
  margin: 0;
  font-size: 15px;
  line-height: 1.4;
}

.destination-tag:hover h6 {
  color: var(--main-color);
}

.tags-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 0 auto;
}

@media (max-width: 768px) {

  .destination-tag {
    margin: 5px;
    padding: 0.5rem;
    text-align: left;
  }
  
  .show-all-tags {
    display: block;
  }

  .destination-tag:nth-child(n+9) {
    display: none;
  }

  .destination-tag.show {
    display: block !important;
  }

  .tags-grid {
    gap: 5px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

/*==========================================
end tags Section
============================================*/
/*==========================================
start why-choose-us
============================================*/
.why-choose-us {
  padding: 30px 0;
  background-color: var(--white-color);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.why-choose-us .section-header {
  margin-bottom: 60px;
}

.why-choose-us .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--black-color);
  margin-bottom: 15px;
}

.why-choose-us .section-subtitle {
  font-size: 1.1rem;
  color: var(--para-color);
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

.choose-us-item {
  /* background-color: #fff;
  padding: 25px 20px;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.05); */
  transition: all 0.3s ease;
  height: 100%;
  position: relative;
  padding: 0 10px 0 0;

}

.choose-us-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 5px;
}


.choose-us-icon {
  text-align: center;
  flex: 1 0 30%;
}

.choose-us-icon .icon-svg {
  width: 70px;
  height: 70px;
  object-fit: contain;
}

.choose-us-content {
  text-align: center;
  font-size: 0.85rem;
  color: var(--para-color);
  line-height: 1.5;
  height: 80px;
  overflow: hidden;
  margin: 0;
  overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.choose-us-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--black-color);
  margin-bottom: 12px;
  line-height: 1.3;
  flex: 1 0 70%;
}

/*==========================================
end why-choose-us
============================================*/
/*===========================================
  Start Enhanced Activities Section
============================================*/
.activities {
  padding: 60px 0;
  /* background: linear-gradient(135deg, var(--light-color) 0%, var(--white-color) 100%); */
  background: var(--white-color);
  position: relative;
  overflow: hidden;
}

.activities::before {
  content: '';
  position: absolute;
  top: 0;
  right: -50%;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, transparent 0%, rgba(58, 207, 213, 0.03) 50%, transparent 100%);
  transform: rotate(15deg);
  pointer-events: none;
}

/* Enhanced Activity Cards */
.activity-grid {
  row-gap: 30px;
  position: relative;
  z-index: 2;
}

.activity-card {
  background: var(--white-color);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--box-shadow);
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  /* border: 2px solid transparent;
  border-top: 5px solid transparent; */
}

.activity-card::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  opacity: 0;
  right: 0;
  bottom: 0;
  border-radius: 20px;
  border: 2px solid transparent;
  border-top: 5px solid transparent;
  background: linear-gradient(white, white) padding-box,
    linear-gradient(to right, #3acfd5, #3a4ed5) border-box;
  z-index: -1;
}

.activity-card:hover::after {
  opacity: 1;
}

/* .activity-card:hover {
  transform: translateY(-15px);
  box-shadow: 0 30px 60px rgba(0, 131, 145, 0.15);
  border: 2px solid transparent;
  border-top: 5px solid transparent;
  background: linear-gradient(white, white) padding-box,
    linear-gradient(to right, #3acfd5, #3a4ed5) border-box;
} */

.activity-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(0, 131, 145, 0.05) 0%, rgba(58, 207, 213, 0.05) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
  pointer-events: none;
}

.activity-card:hover::before {
  opacity: 1;
}

.activity-img {
  position: relative;
  overflow: hidden;
  display: block;
  text-decoration: none;
  border-radius: 15px;
  margin: 5px 2px 2px 2px;
}

.activity-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(0, 131, 145, 0.7) 0%, rgba(58, 207, 213, 0.7) 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 2;
}

.activity-card:hover .activity-img::before {
  opacity: 0.5;
}

.activity-img img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.activity-card:hover .activity-img img {
  transform: scale(1.1);
}

/* Play Button Overlay */
.activity-img::after {
  content: "\f054";
  font: var(--fa-font-solid);
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  color: var(--white-color);
  font-size: 2rem;
  background: rgba(255, 255, 255, 0.2);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(10px);
  border: 2px solid rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease;
  z-index: 3;
}

.activity-card:hover .activity-img::after {
  transform: translate(-50%, -50%) scale(1);
}

.activity-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}

.activity-body {
  padding: 1.5rem;
  position: relative;
  z-index: 2;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.activity-country {
  color: var(--main-color);
  font-weight: 600;
  font-size: 0.9rem;
  display: inline-block;
  margin-bottom: 12px;
  padding: 6px 0;
  background: linear-gradient(90deg, var(--main-color), var(--third-color));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.activity-country::before {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 5rem;
  height: 2px;
  background: linear-gradient(90deg, var(--main-color), var(--third-color));
  border-radius: 1px;
  transition: width 0.3s ease;
}

.activity-card:hover .activity-country::before {
  width: 600%;
}

.activity-title {
  display: block;
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--black-color);
  margin-bottom: 16px;
  text-decoration: none;
  line-height: 1.4;
  transition: color 0.3s ease;
}

.activity-title:hover {
  color: var(--main-color);
}

/* Modern Rating System */
.activity-rating {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.stars {
  display: flex;
  gap: 2px;
}

.stars i {
  color: var(--second-color);
  font-size: 1rem;
  transition: transform 0.2s ease;
}

.activity-card:hover .stars i {
  transform: scale(1.1);
}

.count {
  color: var(--para-color);
  font-weight: 500;
  background: var(--main-grey);
  padding: 4px 10px;
  border-radius: 12px;
  font-size: 0.85rem;
}

/* Enhanced Meta Information */
.activity-meta {
  display: flex;
  gap: 20px;
  color: var(--para-color);
  font-size: 0.9rem;
  margin-bottom: 16px;
  font-weight: 500;
}

.activity-meta span {
  position: relative;
  padding: 8px 16px;
  background: rgba(0, 131, 145, 0.08);
  border-radius: 20px;
  transition: all 0.3s ease;
}

.activity-meta span:hover {
  background: rgba(0, 131, 145, 0.15);
  transform: translateY(-2px);
}

.activity-meta span::after {
  display: none;
}

/* Enhanced Description */
.activity-desc {
  color: var(--para-color);
  margin: 0;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.7;
  font-size: 0.95rem;
  margin-top: auto;
}

/* Responsive Design */
@media (max-width: 768px) {
  .activities {
    padding: 60px 0;
  }

  .section-title {
    margin-bottom: 50px;
  }

  .activity-body {
    padding: 20px;
  }

  .activity-meta {
    flex-direction: column;
    gap: 10px;
  }

  .activity-meta span {
    text-align: center;
  }
}

/* Scroll Animation */
.activity-card {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 0.6s ease forwards;
}

.activity-card:nth-child(1) {
  animation-delay: 0.1s;
}

.activity-card:nth-child(2) {
  animation-delay: 0.2s;
}

.activity-card:nth-child(3) {
  animation-delay: 0.3s;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.all-activities-btn {
  text-align: center;
  margin: 30px auto;
}

/*==============================
   end of  all-activities
=============================== */
/* Hero Section - exact match */
.hero-section {
  padding: 30px;
  text-align: center;
  background: var(--white-color);
}

.hero-title {
  font-size: 2em;
  /* font-size: clamp(0.75rem, 1.5rem, 2rem); */
  font-weight: 600;
  background-image: linear-gradient(to right, var(--main-color) 50%, #67e5f2);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  line-height: 1.2;
  margin-bottom: 25px;
}

.hero-subtitle {
  font-size: 1rem;
  color: var(--para-color);
  max-width: 80%;
  margin: 0 auto 50px;
  line-height: 1.6;
}

.stats-row {
  display: flex;
  justify-content: center;
  gap: 80px;
  margin-bottom: 20px;
}

.stat-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.stat-icon {
  width: 20px;
  height: 20px;
  color: var(--second-color);
}

.stat-text {
  font-size: 0.95rem;
  color: var(--black-color);
  font-weight: 500;
}

/* Gallery Section - exact match */
.gallery-section {
  padding: 0 0 50px 0;
  background: var(--white-color);
  position: relative;
}

.gallery-section::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--main-grey), transparent);
}

.gallery-container {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 20px;
  min-height: 400px;
}

.gallery-left {
  border-radius: 15px;
  overflow: hidden;
  border: 1px solid transparent;
  border-top: 5px solid transparent;
  background: linear-gradient(white, white) padding-box,
    linear-gradient(to right, #3acfd5, #3a4ed5) border-box;
}

.gallery-right {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 20px;
}

.gallery-item {
  border-radius: 15px;
  overflow: hidden;
  border: 1px solid transparent;
  border-top: 5px solid transparent;
  background: linear-gradient(white, white) padding-box,
    linear-gradient(to right, #3acfd5, #3a4ed5) border-box;
}

.gallery-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Story Section - exact match */
.story-section {
  padding: 30px 0;
  background: var(--light-color);
}

.story-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--black-color);
  margin-bottom: 30px;
}

.story-text {
  color: var(--para-color);
  font-size: 0.95rem;
  line-height: 1.8;
  text-align: justify;
}

/* Services Section - exact match */
.services-section {
  padding: 30px 0;
  background: var(--light-color);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.service-card {
  text-align: center;
  padding: 30px 20px;
  background: var(--white-color);
  border-radius: 15px;
  border: 1px solid transparent;
  border-top: 5px solid transparent;
  background: linear-gradient(white, white) padding-box,
    linear-gradient(to right, #3acfd5, #3a4ed5) border-box;
  transition: transform 0.3s ease;
}

.service-card:hover {
  transform: translateY(-5px);
}

.service-icon {
  width: 50px;
  height: 50px;
  margin: 0 auto 20px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: var(--white-color);
}

.service-card:nth-child(1) .service-icon {
  background: linear-gradient(135deg, var(--second-color), #ff9500);
}

.service-card:nth-child(2) .service-icon {
  background: linear-gradient(135deg, var(--main-color), var(--third-color));
}

.service-card:nth-child(3) .service-icon {
  background: linear-gradient(135deg, #9b59b6, #8e44ad);
}

.service-card:nth-child(4) .service-icon {
  background: linear-gradient(135deg, #3498db, #2980b9);
}

.service-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--black-color);
  margin-bottom: 10px;
}

.service-description {
  color: var(--para-color);
  font-size: 0.85rem;
  line-height: 1.5;
}


@media (max-width: 768px) {
  .hero-title {
    font-size: 2.2rem;
  }

  .stats-row {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }

  .gallery-container {
    grid-template-columns: 1fr;
    height: auto;
  }

  .gallery-right {
    grid-template-rows: 200px 200px;
  }

  .services-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .footer-content {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }

  .nav-menu {
    display: none;
  }
}

@media (max-width: 480px) {
  .services-grid {
    grid-template-columns: 1fr;
  }
}


/* start Faq section for all pages */

/* .faq-container {
  max-width: 1200px;
  margin: 0 auto;
  background: var(--white-color);
} */

.faq-header {
  margin-bottom: 2rem;
}

.faq-header h2 {
  font-size: 2rem;
  font-weight: 600;
  color: var(--black-color);
  margin-bottom: 0.5rem;
}

.faq-item {
  margin-bottom: 1.5rem;
  border-bottom: 1px solid var(--main-grey);
  padding-bottom: 1.5rem;
}

.faq-item:last-child {
  border-bottom: none;
}

.faq-question {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1rem;
}

.question-label {
  font-weight: 700;
  color: var(--black-color);
  font-size: 1rem;
  margin-right: 0.5rem;
  flex-shrink: 0;
}

.question-text {
  font-weight: 600;
  color: var(--main-color);
  font-size: clamp(1rem, 4vw, 1.2rem);
  line-height: 1.5;
}

.faq-answer {
  display: flex;
  align-items: flex-start;
  background: var(--main-grey);
  padding: 1.5rem;
  border-radius: 8px;
  box-shadow: var(--box-shadow);
}

.answer-label {
  font-weight: 700;
  color: var(--black-color);
  font-size: 1rem;
  margin-right: 0.5rem;
  flex-shrink: 0;
}

.answer-text {
  color: var(--black-color);
  font-size: 0.95rem;
  line-height: 1.7;
}

.answer-text a {
  color: var(--main-color);
  text-decoration: underline;
  font-weight: 500;
}

.answer-text a:hover {
  color: var(--third-color);
}

@media (max-width: 768px) {

  .faq-header h1 {
    font-size: 1.5rem;
  }

  .faq-answer {
    padding: 1rem;
  }

  .question-text,
  .answer-text {
    font-size: 0.9rem;
  }
}

/* end Faq section for all pages */


/* start Local Specialist page */
.profile-layout {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 2rem;
  align-items: start;
}

/* Sidebar */
.sidebar {
  position: sticky;
  top: 100px;
}

.profile-card {
  background: var(--white-color);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: var(--box-shadow);
  margin-bottom: 1.5rem;
}

.profile-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.profile-info {
  padding: 1.5rem;
}

.profile-info h2 {
  font-size: 1.3rem;
  color: var(--black-color);
  margin-bottom: 0.5rem;
}

.profile-badge {
  display: inline-block;
  background: var(--beige-color);
  color: var(--para-color);
  padding: 0.25rem 0.75rem;
  border-radius: 4px;
  font-size: 0.8rem;
  margin-bottom: 1rem;
}

.info-section {
  background: var(--white-color);
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: var(--box-shadow);
}

.info-section h3 {
  font-size: 1rem;
  color: var(--black-color);
  margin-bottom: 1rem;
  font-weight: 600;
}

.info-item {
  display: flex;
  justify-content: space-between;
  padding: 0.75rem 0;
  border-bottom: 1px solid var(--main-grey);
}

.info-item:last-child {
  border-bottom: none;
}

.info-label {
  color: var(--para-color);
  font-size: 0.9rem;
}

.info-value {
  color: var(--black-color);
  font-weight: 500;
  font-size: 0.9rem;
  text-align: right;
}

.info-value a {
  color: var(--main-color);
  text-decoration: none;
}

.info-value a:hover {
  text-decoration: underline;
}

.badge-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.5rem;
}

.badge {
  background: var(--light-color);
  color: var(--main-color);
  padding: 0.25rem 0.75rem;
  border-radius: 20px;
  font-size: 0.85rem;
}

/* Main Content */
.main-content {
  background: var(--white-color);
  border-radius: 12px;
  padding: 2.5rem;
  box-shadow: var(--box-shadow);
}

.specialist-header {
  margin-bottom: 2rem;
}

.specialist-header h1 {
  font-size: 2.2rem;
  color: var(--black-color);
  margin-bottom: 1rem;
}

.intro-text {
  background: var(--beige-color);
  padding: 1rem 1.5rem;
  border-radius: 8px;
  margin-bottom: 1.5rem;
  font-size: 0.95rem;
  line-height: 1.7;
}

.content-section {
  margin-bottom: 2.5rem;
}

.content-section h2 {
  font-size: 1.5rem;
  color: var(--black-color);
  margin-bottom: 1rem;
  font-weight: 600;
}

.content-section p {
  color: var(--para-color);
  line-height: 1.8;
  margin-bottom: 1rem;
}

.quote {
  background: var(--light-color);
  border-left: 4px solid var(--main-color);
  padding: 1rem 1.5rem;
  margin: 1.5rem 0;
  font-style: italic;
  color: var(--black-color);
}

.link-list {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.link-list a {
  color: var(--main-color);
  text-decoration: none;
  font-weight: 500;
}

.link-list a:hover {
  text-decoration: underline;
}

/* Itineraries Section */
.section-title {
  color: var(--black-color);
  font-weight: 600;
}

.section-subtitle {
  color: var(--para-color);
  margin-bottom: 2rem;
}

.itinerary-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.itinerary-card {
  display: flex;
  gap: 1.5rem;
  background: var(--white-color);
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
  cursor: pointer;
}

.itinerary-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--sharp-box-shadow);
}

.itinerary-image {
  width: 200px;
  height: 150px;
  object-fit: cover;
  flex-shrink: 0;
}

.itinerary-content {
  padding: 1rem;
  flex: 1;
}

.itinerary-content h3 {
  font-size: 1.1rem;
  color: var(--black-color);
  margin-bottom: 0.5rem;
  font-weight: 600;
}

.itinerary-content p {
  color: var(--para-color);
  font-size: 0.9rem;
  line-height: 1.6;
}

/* Reviews Section */
.review-card {
  background: var(--white-color);
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 1.5rem;
  box-shadow: var(--box-shadow);
}

.review-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
}

.review-title {
  font-size: 1.2rem;
  color: var(--black-color);
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.review-meta {
  font-size: 0.9rem;
  color: var(--para-color);
}

.rating {
  color: var(--second-color);
  font-size: 1.2rem;
}

.review-author {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid var(--main-grey);
}

.author-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--main-color);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white-color);
  font-weight: 600;
}

.author-info {
  flex: 1;
}

.author-name {
  font-weight: 600;
  color: var(--black-color);
  font-size: 0.95rem;
}

.author-location {
  font-size: 0.85rem;
  color: var(--para-color);
}

.review-photos {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
  gap: 0.5rem;
  margin-top: 1rem;
}

.review-photo {
  width: 100%;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  cursor: pointer;
  transition: transform 0.3s;
}

.review-photo:hover {
  transform: scale(1.05);
}

.show-more-btn {
  display: inline-block;
  color: var(--main-color);
  text-decoration: none;
  font-weight: 600;
  margin-top: 1rem;
}

.show-more-btn:hover {
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 992px) {
  .profile-layout {
    grid-template-columns: 1fr;
  }

  .sidebar {
    position: static;
  }

  .itinerary-card {
    flex-direction: column;
  }

  .itinerary-image {
    width: 100%;
    height: 200px;
  }
}

@media (max-width: 640px) {

  .main-content {
    padding: 1.5rem;
  }

  .specialist-header h1 {
    font-size: 1.8rem;
  }

  .review-card {
    padding: 1.5rem;
  }
}

/* End local Specialist Page */



/*tour card style*/
.tour-card {
  background-color: var(--white-color);
  border-radius: 16px;
  box-shadow: var(--box-shadow);
  overflow: hidden;
  width: 100%;
  min-width: 100%;
  position: relative;
  margin-bottom: 20px;
}

.tour-card .badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background-color: var(--main-color);
  color: var(--white-color);
  padding: 4px 8px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 600;
  z-index: 2;
}

.tour-card .favorite {
  position: absolute;
  top: 12px;
  right: 12px;
  background-color: var(--white-color);
  border: 2px solid var(--main-grey);
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  cursor: pointer;
}

.tour-card .favorite i {
  color: var(--black-color);
  font-size: 14px;
}

.tour-card .card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  position: relative;
}

.tour-card .card-content {
  padding: 16px;
}

.tour-card .title {
  font-size: 16px;
  font-weight: 600;
  color: var(--black-color);
  line-height: 1.4;
  margin: 0 0 0 0;
  min-height: calc(1.4em * 3);
  line-height: 1.4;
}

.tour-card .subtitle {
  font-size: 14px;
  color: var(--para-color);
  margin: 0 0 12px 0;
}

.tour-card .booked,
.tour-card .certified {
  font-size: 12px;
  color: var(--para-color);
  margin: 0 0 8px 0;
  font-weight: 500;
}

.tour-card .rating {
  display: flex;
  align-items: center;
  margin: 0 0 12px 0;
}

.tour-card.stars {
  margin-right: 8px;
}

.tour-card .stars i {
  font-size: 14px;
  color: var(--second-color);
}

a.tour-card-link {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.tour-card:hover .tour-card-link img {
  transform: scale(1.2);
  transition: transform 0.3s ease-in-out;
}

.rating-score {
  font-size: 14px;
  font-weight: 600;
  color: var(--black-color);
  margin-right: 4px;
}

.rating-count {
  font-size: 14px;
  color: var(--para-color);
}

.tour-card .price {
  font-size: 20px;
  font-weight: 700;
  color: var(--main-color);
  margin: 0;
}

.tour-card .price-label {
  font-size: 12px;
  color: var(--para-color);
  margin: 0;
}

/* tour card style*/

/*==================================
start free page headding
===================================*/
.free-page-heading {
  display: block;
}

.free-page-heading .free-page-heading-text h1 {
  font-size: clamp(1.7rem, 4vw, 2.2rem);
  margin: 15px auto;
}

.free-page-heading .free-page-heading-text h3 {
  color: var(--main-color);
  font-size: clamp(1.2rem, 3vw, 1.4rem);
  font-weight: 600;
}

.free-page-heading .free-page-content * {
  font-size: 1rem;
  color: var(--para-color);
  text-align: justify;
  padding: 0;
}

.free-page-heading .free-page-content p {
  margin: 0 0 0.8rem;
  line-height: 1.7;
}

.free-page-heading .free-page-content ul,
.free-page-heading .free-page-content ol {
  margin-left: 20px;
  padding-left: inherit;
  display: list-item;
  list-style: disc;
}

.free-page-heading .free-page-content li {
  margin-bottom: 0.4rem;
  display: list-item;
  list-style: disc;
}

.free-page-heading .free-page-content strong {
  font-weight: 600;
  color: var(--black-color);
}

.free-page-heading .free-page-content br {
  display: none;
}

.free-page-heading-image {
  float: right;
  width: 40%;
  margin: 0 0 15px 25px;
}

.free-page-heading-image img {
  width: 100%;
  height: 350px;
  border-radius: 12px;
  box-shadow: var(--box-shadow);
  object-fit: cover;
}

@media (max-width: 768px) {
  .free-page-heading-image {
    float: none;
    width: 100%;
    margin: 0 0 20px 0;
  }
}

/*==================================
end free page headding
===================================*/


/*=======================================
start mega menu
=========================================*/
/* ===== Mega Menu Base ===== */
.nav-desktop .nav-item.active> a{
  background-color: var(--beige-color);
  border-radius: 12px 12px 0 0;
  color: var(--main-color);
}

.mega-menu {
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.35s ease;
  position: absolute;
  top: 102%;
  left: 0;
  width: 100%;
  background: var(--white-color);
  box-shadow: var(--box-shadow);
  padding: 1.5rem;
  z-index: 9998;
  display: flex;
  flex-direction: column;
}

.nav-item:hover .mega-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.mega-menu-item h5 {
  font-weight: 600;
}
.more-link {
  text-align: center;
  margin-top: 1rem;
}
/* ===== Search Bar ===== */

.mega-search {
  position: relative;
  min-width: 50%;
  width: auto;
}
.more-link {
  position: absolute;
  left: 0;
  top: 100%;
  margin: 10px auto;
  display: inline-block;
  text-decoration: underline;
  font-weight: 500;
  font-size: 16px;
  color: var(--main-color);
}
.mega-search input {
  width: 100%;
  border: 1px solid var(--main-grey);
  border-radius: 50px;
  padding: 0.6rem 1rem 0.6rem 2.5rem;
  outline: none;
  transition: all 0.3s ease;
  flex: 1;
  outline: none;
  font-size: 14px;
  height: 50px;
}

.mega-search:focus {
  border-color: var(--main-color);
  box-shadow: 0 0 0 2px rgba(0, 131, 145, 0.15);
}
.mega-search button {
  margin-left: 0.5rem;
  border-radius: 999px;
  position: absolute;
  right: 10px;
}

.mega-search i {
  position: absolute;
  top: 50%;
  left: 0.9rem;
  transform: translateY(-50%);
  color: var(--para-color);
  z-index: 20;

}

.search-form {
  display: flex;
  align-items: center;
  border-radius: 30px;
  background: var(--white-color);
}


/* ===== Layout ===== */
.mega-content {
  display: flex;
  overflow: hidden;
  padding-bottom: 20px;
}

.mega-left {
  width: auto;
  border-right: 1px solid var(--main-grey);
  min-width: 20%;
}

ul.category-list {
  height: 400px;
  overflow-y: scroll;
  overflow-x: hidden;
}
ul.category-list::-webkit-scrollbar{
  width: 5px;
  height: 3px;
}

ul.category-list::-webkit-scrollbar-thumb {
  background-color: var(--third-color);
  border-radius: 999px;
}
.mega-right {
  width: 100%;
  padding-left: 1.5rem;
}

.mega-left ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mega-left li {
  padding: 1rem 0;
  cursor: pointer;
  color: var(--para-color);
  transition: 0.3s all ease-in-out;
  position: relative;
  display: block;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 1px;
}

.mega-left li.active{
  color: var(--main-color);
  font-weight: 600;
  padding-left: 1.5rem;
  transition: 0.3s all ease-in-out;
}

.mega-left li::before {
  position: absolute;
  content: "\f192";
  font: var(--fa-font-solid);
  left: 0rem;
  top: 50%;
  transform: translate(0, -50%)scale(0);
  height: 14px;
  width: 14px;
  color: var(--second-color);
  font-size: 14px;
  background: var(--beige-color);
  border-radius: 50%;
  transition: 0.5s transform ease-in-out;
}

.mega-left li.active::before {
  transform: translate(0, -50%) scale(1);
  transition: 0.5s transform ease-in-out;
}

.mega-right ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;

}

.mega-right ul.active {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(auto-fill, minmax(40px, auto));
  grid-auto-columns: minmax(200px, 1fr);
  gap: 1rem;
  animation: fadeIn 0.3s ease-in-out;
  height: 420px;
  position: relative;
  margin-bottom: 1.5rem;
}


.mega-right li a{
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.4rem 0;
}

.mega-right img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}



/* mobile  containers */
.menu-container,
.submenu {
  position: fixed;
  top: 0;
  right: 0;
  display: none;
  width: 100%;
  height: 100vh;
  background: #fff;
  z-index: 9999;
  transition: right 0.3s ease;
  overflow-y: auto;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
}

.menu-container.active,
.submenu.active {
  display: block;
}

/* Headers */
.menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--black-color);
  color: var(--white-color);
  padding: 15px;
}

.close-btn,
.back-btn {
  background: none;
  border: none;
  color: var(--white-color);
  font-size: 24px;
  font-weight: 500;
  cursor: pointer;
}

/* Main list */
.menu-list {
  list-style: none;
  padding: 15px;
  margin: 0;
}

.menu-list li {
  padding: 12px 0;
  cursor: pointer;
  border-bottom: 1px solid #eee;
  font-weight: 600;
  display: block;
  font-size: 18px;
}
.menu-list li img{
  height: 24px;
  width: 24px;
}
.menu-list li:hover {
  color: #3E699C;
}

.section-title {
  font-weight: bold;
  margin-top: 15px;
  color: var(--black-color);
}

/* Submenu content */
.submenu-content {
  padding: 15px;
}

.submenu-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.submenu-content> ul li {
  display: block;
}
.submenu-heading {
  display: flex;
  align-items: center;
  padding: 1rem 1rem 1rem  0;
  gap: 5px;
  border-bottom: 1px solid var(--main-grey);
}
.submenu-heading img{
  width: 30px;
  height: 30px;
}
.submenu-content  .submenu-title{
  font-size: 18px;
  color: var(--main-color);
  font-weight: 600;
  line-height: 30px;
}

.submenu-content> li {
  padding: 10px 0;
  border-bottom: 1px solid var(--main-grey);
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.submenu-content ul li .mobile-menu-link{
  text-transform: capitalize;
  cursor: pointer;
  font-size: 18px;
  color: var(--black-color);
  padding: 0.75rem 0;
  font-weight: 500;
  display: block;
  position: relative;
  border-bottom: 1px solid var(--main-grey);
}

.submenu-content ul li .mobile-menu-link::before{
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  background-color: var(--second-color);
  left: 0;
  top: 22px;
  transition: 0.5s all ease-in-out;
  transform: scale(0);
  border-radius: 50%;
}

.submenu-content ul li .mobile-menu-link.active{
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: 600;
  padding-left: 15px;
}

.submenu-content ul li .mobile-menu-link.active::before{
  transform: scale(1);
}

.submenu-content ul li .mobile-submenu{
  height: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.submenu-content ul li .mobile-submenu.active{
  height: 100%;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: 0.5s opacity ease-in-out;
  padding-left: 0.5rem;
}

.submenu-content ul li .mobile-submenu li  a{
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0;
  transition: 0.5s all ease-in-out;
}

.submenu-content li img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}

/* Optional: slide transition */
.submenu {
  transform: translateX(100%);
  transition: transform 0.3s ease;
}

.submenu.active {
  transform: translateX(0);
}

.show-more-categories {
  border: none;
  display: none;
  background-color: transparent;
  color: var(--main-color);
  font-weight: 600;
  cursor: pointer;
  margin-top: 0.5rem;
  letter-spacing: 0.7px;
  line-height: 1.5;
  text-decoration: underline;
}
