/* import font family is == Inter ==*/
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
blockquote,
pre,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
}


/* HTML5 display-role reset for older browsers */
/* ===== Reset  ====== */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  font-family: "Inter", sans-serif;
  line-height: 1;
  background: #fbfbfb;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

button:focus {
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

select::-ms-expand {
  display: none;
}

label {
  font-weight: normal;
}

iframe {
  width: 100%;
}

/* =====  End of Reset  ====== */
/* ===== Global Style ===== */
h1 {
  font-size: 48px;
  line-height: 54px;
  font-weight: 700;
  letter-spacing: -0.02em;
  font-family: "Inter", sans-serif;
}

h2 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  letter-spacing: -0.02em;
  font-family: "Inter", sans-serif;

}

h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: -0.02em;
  font-family: "Inter", sans-serif;
}

h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.02em;
  font-family: "Inter", sans-serif;
}

h5 {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: -0.02em;
  font-family: "Inter", sans-serif;
}

h6 {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.02em;
  font-family: "Inter", sans-serif;
}

p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  font-family: "Inter", sans-serif;

}

button {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  padding: 10px 35px;
  font-family: "Inter", sans-serif;
}

a {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  font-family: "Inter", sans-serif;
  text-decoration: none;
}

/* input area sugguseation color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
}

span {
  font-family: "Inter", sans-serif;
}

.hover1 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  border-radius: 10px;
  cursor: pointer;
  display: inline-block;
  border: 1px solid #0D6EFD;
  background-color: #0D6EFD;
  color: #ffffff;
  padding: 16px 24px;
  text-align: center;
  transition: all 0.3s ease-in;
}

.hover1:hover {
  background-color: transparent;
  color: #000000;
}

#backToTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  background-color: #0b5ed7;
  color: #fff;
  border: 0px;
  outline: none;
  width: 60px;
  height: 60px;
  padding: 0px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 20px;
  display: none;
}

#backToTop i {
  animation: smoothJump 2s ease-in-out infinite;
}

@keyframes smoothJump {
  0% {
    transform: translateY(0);
  }

  20% {
    transform: translateY(-8px);
  }

  40% {
    transform: translateY(0);
  }

  60% {
    transform: translateY(-4px);
  }

  80% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(0);
  }
}

/* ===== End of Global Style ===== */
/* ========= header section ========= */
header {
  width: 100%;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}

header .navbar-nav {
  gap: 12px;
}

header .ae img {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid #ccc;
}

header .lastdrop .dropdown-menu a,
header .lastdrop .nav-link {
  display: flex;
  align-items: center;
  gap: 10px;
}

header .navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0px;
}

header .nav-logo figure {
  width: 218px;
  height: auto;
}

header .nav-logo img {
  width: 100%;
  height: auto;
}

header .navbar-brand {
  width: 150px;
  height: auto;
}

header .navbar-brand img {
  width: 100%;
  height: 100%;
}

header .right-sidbar {
  width: 280px;
  position: fixed;
  height: 100vh;
  top: 0;
  left: -280px;
  overflow-x: hidden;
  transition: 0.5s;
  padding: 20px 20px 20px 0px;
  z-index: 99;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);

}

header::before {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  z-index: 90;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

header.show-overlay::before {
  opacity: 1;
  visibility: visible;
}

header .slid-drop {
  display: none;
}

header aside .page-btn {
  font-size: 14px;
  line-height: 20px;
  padding: 10px 0px;
  color: #000000;
  background-color: transparent;
  border: none;
}

header .nav-link {
  border-radius: 8px;
  padding: 10px;
  color: #ffffff !important;
  transition: color 0.3s ease;
}

header .nav-link.active,
header .nav-link:hover {
  background: #0D6EFD;
}

header .dropdown ul {
  width: max-content;
}

header .dropdown-menu {
  padding: 0px;
  display: block;
  overflow: hidden;
  transition: all 0.3s ease-in;
  visibility: hidden;
  background-color: #ffffff;
  border: 1px solid #80808052;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

header .carbrands {
  position: static
}

header .carbrands .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 30px);
  max-width: 1250px;
  margin: 0;
  padding: 15px;
  border: 1px solid #dcdcdc;
  background: #fff;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
  overflow-x: hidden;
}

header .navbar .dropdown:hover .dropdown-menu {
  display: block;
}

header .dropdown ul li a.active,
header .dropdown ul li a:hover {
  color: #0D6EFD;
  background: #E6EFFD80;
}

header .open-aside {
  padding: 9px 14px;
  background: #0D6EFD;
  border: 1px solid #0D6EFD;
  border-radius: 10px;
  font-size: 25px;
  color: #ffffff;
  transition: all 0.3s ease-in;
}

header .open-aside:hover {
  background: transparent;
  border-color: #ffffff;
}

header .open-aside {
  display: none;
  z-index: 2;
}

header aside .fa-xmark {
  padding: 8px 13px;
  background: #0D6EFD;
  color: #ffffff;
  border: 1px solid #0D6EFD;
  border-radius: 10px;
  font-size: 22px;
  transition: all 0.3s ease-in;
}

header aside .fa-xmark:hover {
  background: transparent;
  color: #000000;
}

header aside .fa-caret-down {
  color: #000000;
  font-size: 22px;
}

header a .fa-sort-down {
  position: relative;
  top: -1px;
}

header aside .slid-btn {
  padding: 2px 8px;
  border-radius: 5px;
}

header aside .slid-btn.active,
header aside .slid-btn:hover {
  background: #E6EFFD80;
}

header aside .slid-btn:hover .fa-chevron-right.active,
header aside .slid-btn:hover .fa-chevron-right,
header aside .slid-btn:hover button.active,
header aside .slid-btn:hover button {
  color: #0D6EFD;
}

header aside ul li a {
  color: #000000;
  padding: 10px 8px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .drop-header {
  font-size: 14px;
  color: #000000;
  padding: 10px 12px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header aside ul li a.active,
header aside ul li a:hover {
  background: #E6EFFD80;
  color: #0D6EFD;
}

header .aside-dropdwon {
  display: block !important;
}

header aside li {
  padding: 0px 5px;
}

/* =============================== car categories =============================== */
header .lastdrop .dropdown-menu {
  right: 0%;
}

header .dropdown-header {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  color: #616A79;
  padding: 8px 14px;
  border-bottom: 1px solid #E0E0E0;
}

header .dropdown-menu li a {
  padding: 8px 14px;
  border-bottom: 1px solid #E0E0E0;
}

/* =============================== brands =============================== */
header .car_brands {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
  align-items: center;
  text-align: center;
}

header .car_brands .branding {
  color: #000000;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 10px;
  transition: all 0.3s ease-in;
  background-color: #E6EFFD80;
  border-radius: 5px;
  border: 0;
}

header .car_brands .branding.active header .car_brands .branding:hover {
  background-color: #E6EFFD80;
  color: #0D6EFD;
}

header .car_brands .branding img {
  max-width: 100%;
  height: auto;
  aspect-ratio: 21 / 22;
  display: inline-block;
  object-fit: contain;
}

header form {
  margin-bottom: 20px;
}

header form .input_wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 5px 5px;
  display: flex;
  align-items: center;
  gap: 15px;
  border-bottom: 1px solid #0000001A;
}

header form .input_wrap input {
  width: 100%;
  padding: 5px 5px;
  border-radius: 5px;
  outline: none;
  border: 0;
  box-shadow: unset !important;
}

header form .input_wrap button {
  background: transparent;
  border: 0;
  padding: 0;
  outline: 0;
  color: #000000;
  font-size: 20px;
  transition: all 0.3s ease-in;
}

header form .input_wrap button:hover {
  color: #0D6EFD;
}

/* ========= End of header section ========= */
/* ========= Hero section ========= */
.Hero {
  padding: 100px 0px;
  position: relative;
  margin-bottom: 50px;
}

.Hero:before {
  width: 100%;
  height: auto;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, #0B1D4A 0.96%, rgba(26, 44, 109, 0.66) 50.44%, rgba(5, 22, 63, 0) 100%), url('../images/bg/hero-bg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.4s ease, opacity 0.4s ease;
  z-index: 1;
}

.Hero .container {
  position: relative;
  z-index: 2;
}

.Hero .location {
  position: relative;
  width: 240px;
  font-family: "Inter", sans-serif;
}

.Hero .location-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
  color: #000000;
  border: none;
  border-radius: 8px;
  padding: 16px 12px;
  width: 100%;
  cursor: pointer;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  transition: all 0.3s ease-in;
}

.Hero .location-btn:hover {
  background: #0b5ed7;
  color: #ffffff;
}

.Hero .location-btn i.fa-location-dot {
  margin-right: 8px;
}

.Hero .arrow {
  transition: transform 0.3s ease-in;
}

.Hero .location-list {
  position: absolute;
  top: 110%;
  left: 0;
  width: 100%;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: all 0.35s cubic-bezier(0.25, 1, 0.5, 1);
  z-index: 10;
}

.Hero .location-list li {
  padding: 10px 14px;
  color: #000000;
  cursor: pointer;
  transition: all 0.3s ease-in;
}

.Hero .location-list li:hover {
  background: #f0f4ff;
  color: #0D6EFD;
}

.Hero .location.active .location-list {
  max-height: 300px;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.Hero .location.active .arrow {
  transform: rotate(180deg);
}

.Hero form {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.Hero form .input_wrap {
  width: 100%;
  background: #ffffff;
  padding: 16px 10px;
  border: 1px solid #0000001A;
  border-radius: 10px;
}

.Hero form input {
  width: 80%;
  background: transparent;
  border: 0;
  outline: 0;
  padding: 0px 4px;
  font-size: 16px;
  line-height: 22px;
}

.Hero .main {
  position: relative;
}

.Hero .wrapper {
  width: 80%;
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 0px auto;
  background: #FFFFFFDB;
  backdrop-filter: blur(28px);
  box-shadow:
    0px 8px 8px -4px #10182808,
    0px 20px 24px -4px #10182814;
  padding: 30px 35px;
  border-radius: 16px;
  position: absolute;
  bottom: -210px;
  left: 50%;
  transform: translateX(-50%);
}

.Hero .category {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}

.Hero .category .cate {
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  width: 175px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 16px;
  border-radius: 10px;
  background: #ffffff;
  border: 1px solid #0000001A;
  transition: all 0.3s ease-in;
}

.Hero .category .cate:hover {
  background: #0D6EFD;
  color: #ffffff;
}

.Hero .content {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 60%;
  margin: auto;
  padding: 80px 0px;
}

.Hero .content p,
.Hero .content h1 {
  color: #ffffff;
  text-align: center;
}

.Hero .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.Hero .icon span {
  transition: all 0.5s ease-in;
}

.Hero .icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: filter 0.1s ease-in;
}

.Hero .cate:hover span {
  color: #ffffff;
}

.Hero .cate:hover .icon img {
  filter: brightness(0) invert(1);
}

/* ========= End of Hero section ========= */
/* ========= CarsSlider section ========= */
.CarsSlider {
  padding: 100px 0px 50px;
}

.CarsSlider h2 {
  color: #000000;
  padding-bottom: 20px;
}

.CarsSlider .myswiper {
  display: flex;
  align-items: center;
  gap: 20px;
}

.CarsSlider .carbox {
  width: 142px;
  height: 100px;
  padding: 25px;
  gap: 5px;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0px 53.59px 223.3px 0px #16193212;
  transition: all 0.3s ease-in;
}

.CarsSlider .carbox:hover {
  background: #0D6EFD;
}

.CarsSlider .carbox:hover span {
  color: #ffffff;
}

.CarsSlider .carbox:hover img {
  filter: brightness(0) invert(1);
  animation: carSpin 3.5s linear infinite;
}

.CarsSlider .carbox figure {
  width: 62px;
  height: 32px;
}

.CarsSlider .carbox figure img {
  width: 100%;
  height: 100%;
}

.CarsSlider .carbox span {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #0F0F0F;
}

@keyframes carSpin {
  0% {
    transform: rotateY(0deg);
  }

  100% {
    transform: rotateY(360deg);
  }
}

.CarsSlider .swiper-wrapper {
  display: flex;
  padding-bottom: 10px;
  padding-top: 10px;
}

/* ========= End of CarsSlider section ========= */
/* ========= Brandz section ========= */
.Brandz {
  padding-bottom: 50px;
}

.Brandz .content {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.Brandz h2 {
  color: #000000;
}

.Brandz .wrapper {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.Brandz .viewall {
  color: #000000;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: all 0.3s ease-in;
}

.Brandz .viewall i {
  transition: all 0.3s ease-in;
}

.Brandz .viewall:hover {
  color: #0D6EFD;
}

.Brandz .viewall:hover i {
  transform: translateX(5px);
}

.Brandz .brandbox {
  width: 200px;
  height: 100px;
  padding: 25px;
  gap: 8px;
  color: #0F0F0F;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0px 53.59px 223.3px 0px #16193212;
  transition: all 0.3s ease-in;
}

.Brandz p {
  color: #666666;
}

.Brandz .brandbox span {
  font-size: 16px;
  line-height: 22px;
  transition: all 0.3s ease-in;
}

.Brandz .brandbox:hover {
  background: #0D6EFD;
}

.Brandz .brandbox:hover span {
  color: #ffffff;
}

.Brandz .brandbox:hover img {
  animation: carSpin 3.5s linear infinite;
}

.Brandz figure {
  width: 61px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Brandz figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* ========= End of Brandz section ========= */
/* ========= Offers section ========= */
.Offers {
  padding: 50px 0px;
  background-color: #F6F6F6;
}

.Offers h2 {
  color: #000000;
}

.Offers p {
  color: #666666;
}

.Offers .row {
  padding-top: 20px;
  padding-bottom: 20px;
}

.Offers .viewall {
  color: #000000;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: all 0.3s ease-in;
}

.Offers .viewall i {
  transition: all 0.3s ease-in;
}

.Offers .viewall:hover {
  color: #0D6EFD;
}

.Offers .viewall:hover i {
  transform: translateX(5px);
}

.Offers .offer-card .hot {
  font-size: 12px;
  background: #ffffff;
  color: #000000B2;
  display: flex;
  align-items: center;
  padding: 4px 6px;
  border-radius: 20px;
  gap: 5px;
  position: absolute;
  top: 4%;
  left: 4%;
  z-index: 1;
}

.Offers .offer-card .hot img {
  width: 9px;
  height: 12px;
}

.Offers .offer-card {
  background: #ffffff;
  box-shadow: 0px 53.59px 223.3px 0px #16193212;
  border-radius: 18px;
  padding: 10px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.Offers .image-wrapper {
  width: 100%;
  aspect-ratio: 347 / 260;
  overflow: hidden;
  border-radius: 10px;
}

.Offers .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  transition: all 0.3s ease-in;
}

.Offers .image-wrapper:hover img {
  filter: brightness(0.92);
}


.Offers h3 {
  color: #000000;
}

.Offers .modales {
  color: #000000;
  font-size: 26px;
  line-height: 32px;
}

.Offers .modales span {
  color: #666666;
  font-size: 12px;
}

.Offers .car {
  font-size: 12px;
  line-height: 16px;
  background: #F8F8F8;
  padding: 5px;
  color: #6C757D;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border-radius: 8px;
}

.Offers .car-features {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #F8F8F8;
  padding: 15px;
  border-radius: 12px;
}

.Offers .feature-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 5px;
  font-size: 14px;
}

.Offers ul {
  gap: 5px;
}

.Offers ul li a {
  font-size: 16px;
  line-height: 22px;
  color: #616A79;
  display: flex;
  gap: 5px;
  transition: all 0.3s ease-in;
}

.Offers ul li a i {
  font-size: 14px;
  position: relative;
  top: 4px;
}

.Offers ul li a:hover {
  color: #0b5ed7;
}

.Offers .socials {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}

.Offers .call i {
  border-radius: 12px;
  width: 125px;
  height: 60px;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  font-size: 22px;
  background: #F8F8F8;
  color: #6C757D;
  transition: all 0.3s ease-in;
}

.Offers .whatsapp i {
  border-radius: 12px;
  width: 125px;
  height: 60px;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  font-size: 22px;
  background: #EBFFF6;
  color: #198754;
  transition: all 0.3s ease-in;

}

.Offers .email i {
  border-radius: 12px;
  width: 125px;
  height: 60px;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  font-size: 22px;
  background: #E8F1FF;
  color: #0D6EFD;
  transition: all 0.3s ease-in;

}

.Offers .socials a:hover i {
  background: #0b5ed7;
  color: #ffffff;
}

.Offers .offers-slider {
  overflow: hidden;
  padding: 20px 22px 20px 0px;
}

.Offers.Sports {
  background-color: #ffffff;
}

.Offers.Luxury {
  background-color: #ffffff;
}

/* ========= End of Offers section ========= */
/* ========= Adventures section ========= */
.Adventures {
  padding: 30px 0px;
  background-color: #F6F6F6;
}

.Adventures figure {
  width: 100%;
  aspect-ratio: 45 / 32;
  overflow: hidden;
  border-radius: 12px;
  display: block;
}

.Adventures figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 12px;
  transition: all 0.3s ease-in;
}

.Adventures figure img:hover {
  filter: brightness(0.92);
}

.Adventures .adventure-card {
  padding: 10px;
  background: #ffffff;
  box-shadow: 0px 53.59px 223.3px 0px #16193212;
  border-radius: 18px;
}

.Adventures .hover1 {
  padding: 12px 12px;
}

.Adventures .content {
  padding-top: 10px;
}

.Adventures .offers-slider {
  overflow: hidden;
  padding: 20px 0px;
}

.Adventures .viewall {
  color: #000000;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: all 0.3s ease-in;
}

.Adventures .viewall i {
  transition: all 0.3s ease-in;
}

.Adventures .viewall:hover {
  color: #0D6EFD;
}

.Adventures .viewall:hover i {
  transform: translateX(5px);
}

.Adventures .adventure-slider {
  overflow: hidden;
  padding: 20px 22px 20px 0px;
}

/* ========= End of Adventures section ========= */
/* ========= Documents section ========= */
.Documents {
  padding: 30px 0px;
}

.Documents .document-card {
  height: 100%;
  padding: 10px;
  background: #ffffff;
  box-shadow: 0px 53.59px 223.3px 0px #16193212;
  border-radius: 18px;
  gap: 12px;
}

.Documents .document-card p {
  color: #000000;
  font-weight: 700;
}

.Documents ul {
  gap: 5px;
}

.Documents ul li {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  color: #616A79;
}

.Documents figure {
  width: 100%;
  aspect-ratio: 369 / 209;
  overflow: hidden;
  border-radius: 12px;
  display: block;
}

.Documents figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 12px;
  transition: all 0.3s ease-in;
}

.Documents figure img:hover {
  filter: brightness(0.92);
}

.Documents .viewall {
  color: #000000;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: all 0.3s ease-in;
}

.Documents .viewall i {
  transition: all 0.3s ease-in;
}

.Documents .viewall:hover {
  color: #0D6EFD;
}

.Documents .viewall:hover i {
  transform: translateX(5px);
}

.Documents p {
  color: #666666;
}

.Documents .content {
  gap: 15px;
  padding-bottom: 30px;
}

/* ========= End of Documents section ========= */
/* ========= Most-Trusted section ========= */
.Most-Trusted {
  padding: 30px 0px;
}

.Most-Trusted .trusted-item {
  height: 100%;
  padding: 10px;
  background: #ffffff;
  box-shadow: 0px 53.59px 223.3px 0px #16193212;
  border-radius: 18px;
  gap: 12px;
}

.Most-Trusted figure {
  width: 100%;
  height: 176px;
  aspect-ratio: 311 / 176;
  overflow: hidden;
  border-radius: 12px;
  display: block;
}

.Most-Trusted figure img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 12px;
  transition: all 0.3s ease-in;
  transform: scale(0.9);
}

.Most-Trusted figure img:hover {
  filter: brightness(0.6);
}

.Most-Trusted h2 {
  padding-bottom: 20px;
}

.Most-Trusted .trusted-item p {
  font-size: 16px;
  line-height: 22px;
  color: #616A79;
}

/* ========= End of Most-Trusted section ========= */
/* ========= Best-Company section ========= */
.Best-Company {
  padding: 30px 0px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.Best-Company h2 {
  color: #000000;
  padding-bottom: 20px;
}

.Best-Company::before {
  content: "";
  width: 60%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #F3F3F3;
  z-index: -1;
  border-radius: 20px;
}

.Best-Company .content {
  gap: 15px;
}

.Best-Company .text {
  display: flex;
  gap: 20px;
  background: #ffffff;
  box-shadow: 0px 53.59px 223.3px 0px #16193212;
  border-radius: 18px;
  padding: 25px;
}

.Best-Company span i {
  width: 50px;
  height: 100%;
  padding: 10px;
  font-size: 20px;
  background-color: #F8F8F8;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}

.Best-Company p {
  font-size: 16px;
  line-height: 22px;
  color: #616A79;
}

.Best-Company .img-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;

}

.Best-Company figure {
  width: 389px;
  height: 294px;
  padding: 50px;
  border-radius: 18px;
  background: #ffffff;
  margin: auto;
  aspect-ratio: 389 / 294;
  overflow: hidden;
}

.Best-Company figure img {
  width: 100%;
  height: 100%;
  display: block;
}

/* ========= End of Best-Company section ========= */
/* ========= FAQS section ========= */
.FAQS {
  padding: 30px 0px;
}

.FAQS h2 {
  padding-bottom: 20px;
  text-align: center;
}

.FAQS .content {
  width: 80%;
  margin: auto;
}

.FAQS .tabs {
  gap: 12px;
  justify-content: space-between;
  padding-bottom: 20px;
}

.FAQS .tabs button {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  padding: 12px 16px;
  border-radius: 50px;
  color: #616A79;
  border: 1px solid #ffffff;
  background: #ffffff;
  box-shadow: 0px 53.59px 223.3px 0px #16193212;
  transition: all 0.3s ease-in;
}

.FAQS .tabs button.active,
.FAQS .tabs button:hover {
  border-color: #375BB3;
  color: #375BB3;
}

.FAQS .accordion-header {
  color: #000000;
}

.FAQS .accordion-body {
  padding: 0px 20px 20px 20px;
}

.FAQS p {
  font-size: 16px;
  line-height: 22px;
  color: #616A79;
}

.FAQS .accordion-button:focus {
  box-shadow: none !important;
}

.FAQS .accordion-button:not(.collapsed) {
  color: #000000;
  background-color: #ffffff;
}

.FAQS .accordion-button::after {
  content: "\2b";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
  color: #000000;
  background-image: none;
}

.FAQS .accordion-button:not(.collapsed)::after {
  background-image: none;
  content: "\f068";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
  color: #000000;
  transform: none;
}

.FAQS .accordion-item:first-of-type>.accordion-header .accordion-button {
  border-radius: 0px;
  box-shadow: none;
  background: #fff;
  box-shadow: 0px 53.59px 223.3px 0px #16193212;
  border: 0px;
}

.FAQS .accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
  border-bottom-right-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
  border-top-left-radius: 10px !important;
}

.FAQS .accordion {
  display: flex !important;
  flex-direction: column;
  gap: 20px;
  display: none;
}

.FAQS .tab-content-box {
  display: none;
}

.FAQS .tab-content-box.show {
  display: block;
}

/* ========= End of FAQS section ========= */
/* ========= Footer section ========= */
footer {
  padding: 30px 0px;
  background: #ffffff;
  border-top: 1px solid #0000000F;

}

footer .footer-logo {
  width: 180px;
}

footer .footer-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

footer h4 {
  color: #212529;
}

footer .brand-description {
  gap: 10px;
}

footer .brand-description p {
  padding-right: 50px;
  font-size: 14px;
  line-height: 20px;
  color: #212529;
}

footer .social {
  gap: 12px;
}

footer .social a {
  font-size: 20px;
  color: #212529;
  transition: all 0.3s ease-in;
}

footer .visit i {
  font-size: 18px;
  color: #616A79;
  position: relative;
  top: 4px;
}

footer .visit,
footer .categories {
  gap: 12px;
}

footer ul {
  gap: 12px;
}


footer ul li a {
  font-size: 14px;
  line-height: 20px;
  color: #212529;
  transition: all 0.3s ease-in;
  display: flex;
  gap: 12px;
  align-items: baseline;
}

footer .terms a:hover,
footer .social a:hover,
footer ul li a:hover {
  color: #0D6EFD;
}

footer .map {
  width: 100%;
  height: 250px;
}

footer .terms {
  width: 90%;
  margin: auto;
  justify-content: space-between;
  padding: 30px 0px;
}

footer .terms a {
  font-size: 14px;
  line-height: 20px;
  color: #212529;
  transition: all 0.3s ease-in;
}

footer .cookies {
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #0000000F;
}

footer .cookies p {
  font-size: 16px;
  line-height: 22px;
  color: #212529;
  display: flex;
  gap: 5px;
  align-items: center;
}

footer .cookies-btn {
  color: #212529;
  display: flex;
  transition: all 0.3s ease-in;
}

footer .cookies-btn:hover {
  color: #0D6EFD;
}

footer .accounts {
  display: flex;
  align-items: center;
  gap: 12px;
}

footer .acc {
  width: 40px;
  height: auto;
}

footer .acc img {
  width: 100%;
  height: 100%;
}

/* ========= End of Footer section ========= */
/* ===================================== Next Pages ============================= */
/* ========= SubPages-Hero section ========= */
.SubPages-Hero {
  position: relative;
  padding: 100px 0px;
}

.SubPages-Hero::before {
  width: 100%;
  height: auto;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background: linear-gradient(180deg, #0B1D4A 0.96%, rgba(26, 44, 109, 0.66) 50.44%, rgba(5, 22, 63, 0) 100%), url('../images/bg/subpages.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

}

.SubPages-Hero .content {
  width: 70%;
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 0px auto;
  background: #FFFFFFDB;
  backdrop-filter: blur(28px);
  box-shadow: 0px 8px 8px -4px #10182808, 0px 20px 24px -4px #10182814;
  padding: 30px 35px;
  border-radius: 16px;
  position: absolute;
  bottom: -70px;
  left: 50%;
  transform: translateX(-50%);
}

.SubPages-Hero .location {
  position: relative;
  width: 240px;
  font-family: "Inter", sans-serif;
}

.SubPages-Hero .location-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
  color: #000000;
  border: none;
  border-radius: 8px;
  padding: 16px 12px;
  width: 100%;
  cursor: pointer;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  transition: all 0.3s ease-in;
}

.SubPages-Hero .location-btn:hover {
  background: #0b5ed7;
  color: #ffffff;
}

.SubPages-Hero .location-btn i.fa-location-dot {
  margin-right: 8px;
}

.SubPages-Hero .arrow {
  transition: transform 0.3s ease-in;
}

.SubPages-Hero .location-list {
  position: absolute;
  top: 110%;
  left: 0;
  width: 100%;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: all 0.35s cubic-bezier(0.25, 1, 0.5, 1);
  z-index: 10;
}

.SubPages-Hero .location-list li {
  font-size: 16px;
  line-height: 22px;
  padding: 10px 14px;
  color: #000000;
  cursor: pointer;
  transition: all 0.3s ease-in;
}

.SubPages-Hero .location-list li:hover {
  background: #f0f4ff;
  color: #0D6EFD;
}

.SubPages-Hero .location.active .location-list {
  max-height: 300px;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.SubPages-Hero .location.active .arrow {
  transform: rotate(180deg);
}

.SubPages-Hero form {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  position: relative;
  z-index: 2;
}

.SubPages-Hero form .input_wrap {
  width: 100%;
  background: #ffffff;
  padding: 16px 10px;
  border: 1px solid #0000001A;
  border-radius: 10px;
}

.SubPages-Hero form input {
  width: 80%;
  background: transparent;
  border: 0;
  outline: 0;
  padding: 0px 4px;
  font-size: 16px;
  line-height: 22px;
}

.SubPages-Hero h1 {
  text-align: center;
  color: #ffffff;
  padding: 30px 0px;
  position: relative;
}

/* ========= End of SubPages-Hero section ========= */
/* ========= BreadCrumb section ========= */
.BreadCrumb {
  padding: 100px 0 20px;
}

.BreadCrumb .content {
  width: 100%;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #ffffff;
  padding: 14px 22px;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.BreadCrumb a {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  text-decoration: none;
  transition: color 0.2s ease;
}

.BreadCrumb a.active,
.BreadCrumb a:hover {
  color: #0b5ed7;
}

.BreadCrumb .breadcrumb-home {
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #000000;
}

.BreadCrumb .separator {
  display: flex;
  align-items: center;
  font-size: 11px;
  color: #616A79;
}

.BreadCrumb .current {
  font-size: 14px;
  font-weight: 600;
  color: #000000;
}

/* ========= End of BreadCrumb section ========= */
/* ========= SearchResults section ========= */
.SearchResults {
  padding: 100px 0px;
}

.SearchResults h2 {
  color: #000000;
  padding-bottom: 20px;
}

.SearchResults .content-row {
  display: flex;
  align-items: center;
  background: #ffffff;
  box-shadow: 0px 53.59px 223.3px 0px #16193212;
  padding: 10px;
  border-radius: 12px;
  gap: 15px;
}

.SearchResults .title {
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  transition: all 0.3s ease-in;
}

.SearchResults .title:hover {
  color: #0D6EFD;
}

.SearchResults .wrapper {
  gap: 20px;
}

.SearchResults .part1 {
  width: 370px;
}

.SearchResults .part2 {
  width: 70%;
  border-right: 1px solid #0000001A;
}

.SearchResults .part3 {
  width: 30%;
}

.SearchResults .optional,
.SearchResults .content {
  gap: 8px;
}

.SearchResults .result-img {
  max-width: 269px;
  width: 100%;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.SearchResults .result-img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
  transition: transform 0.6s ease;
}

.SearchResults .result-img:hover img {
  transform: scale(1.08);
}

.SearchResults .result-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.15);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 1;
}

.SearchResults .result-img:hover::after {
  opacity: 1;
}

.SearchResults .result-img::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  z-index: 2;
  transition: all 0.75s ease-out;
}

.SearchResults .result-img:hover::before {
  width: 220%;
  height: 220%;
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.SearchResults .quality {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
}

.SearchResults .status {
  font-size: 12px;
  line-height: 18px;
  color: #0D6EFD;
  background: #ECF4FF;
  padding: 10px 10px;
  border-radius: 20px;
}

.SearchResults .avail {
  width: max-content;
  font-size: 12px;
  line-height: 18px;
  background: #EBFFF6;
  color: #198754;
  padding: 10px;
  border-radius: 20px;
}

.SearchResults ul li {
  font-size: 14px;
  line-height: 20px;
  color: #616A79;
}

.SearchResults ul li i {
  font-size: 12px;
}


.SearchResults .extra {
  text-align: center;
  font-size: 12px;
  line-height: 18px;
  color: #0D6EFD;
  background: #ECF4FF;
  padding: 10px 20px;
  border-radius: 20px;
}

.SearchResults h4 sub {
  font-size: 12px;
  line-height: 18px;
  color: #616A79;
}

.SearchResults .socials {
  width: 100%;
  gap: 8px;
}

.SearchResults .hover1 {
  width: 100%;
  padding: 8px 20px;
  font-size: 12px;
  line-height: 18px;
}

.SearchResults .call {
  width: 100%;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  padding: 8px 20px;
  font-size: 12px;
  line-height: 18px;
  background: #F8F8F8;
  color: #6C757D;
  transition: all 0.3s ease-in;
}

.SearchResults .whatsapp {
  width: 100%;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  padding: 8px 20px;
  font-size: 12px;
  line-height: 18px;
  background: #EBFFF6;
  color: #198754;
  transition: all 0.3s ease-in;
}

.SearchResults .call:hover,
.SearchResults .whatsapp:hover {
  background: #0D6EFD;
  color: #ffffff;
}

/* ========= End of SearchResults section ========= */
/* ========= Blogs section ========= */
.Blogs {
  padding: 130px 0px 50px;
}

.Blogs .row {
  row-gap: 25px;
}

.Blogs .blog-card {
  background-color: #ffffff;
  box-shadow: 0px 53.59px 223.3px 0px #16193212;
  padding: 10px;
  gap: 15px;
  transition: all 0.3s ease-in;
  border-radius: 18px;
}

.Blogs figure {
  display: block;
  width: 100%;
  max-width: none;
  aspect-ratio: 92 / 65;
  margin: 0;
  overflow: hidden;
  border-radius: 15px;
}

.Blogs figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 15px;
}

.Blogs h3 {
  color: #000000;
}

.Blogs p {
  font-size: 16px;
  line-height: 22px;
  color: #616A79;
}

.Blogs .read {
  color: #375BB3;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: all 0.3s ease-in;
}

.Blogs .read i {
  position: relative;
  top: 2px;
  transition: all 0.3s ease-in;
}

.Blogs .read:hover i {
  transform: translateX(5px);
}

.Blogs .read:hover {
  color: #0b5ed7;
}

/* ========= End of Blogs section ========= */