/*---------------------------------------------"
// Template Name: Teach Me
// Description:  Teach Me Html Template
// Version: 1.0.0

===============================================   
STYLE SHEET INDEXING
|
|___ Fonts
|___ Variables
|___ Responsive
|___ Reset Styles
|___ Spacing
|___ Helper Classes
|___ Buttons
|___ Headings
|___ Layout Styles
|___ END STYLE SHEET INDEXING

--------------------------------------------*/
/*-------------------------
    Fonts
-------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
/*-------------------------
    Variables
-------------------------*/
/* Fonts */
/* Colors */
/* Transitions */
/* Border-Radius */
/* Gap */
/*-------------------------
    Responsive Styles
-------------------------*/
/*-------------------------
    Reset Styles
-------------------------*/
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

ul.list-style,
ol.list-style {
  padding: 0;
}

ul.list-style li::marker,
ol.list-style li::marker {
  color: #f59e0b;
}

.unstyled {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

@media (max-width: 576px) {
  .row {
    --bs-gutter-x: 0.75rem;
    --bs-gutter-y: 0;
  }
}

.slick-track > [class*=col] {
  -webkit-flex-shrink: 0 !important;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  margin-right: calc(var(--bs-gutter-x) / 2) !important;
  margin-left: calc(var(--bs-gutter-x) / 2) !important;
}

.container-fluid {
  padding-right: calc(var(--bs-gutter-x) * 0.75);
  padding-left: calc(var(--bs-gutter-x) * 0.75);
}
@media (min-width: 1600px) {
  .container-fluid {
    padding: 0 clamp(180px, 12.396vw, 622px);
    width: 100%;
  }
}
@media (max-width: 1599px) {
  .container-fluid {
    padding: 0 6vw;
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .container-fluid {
    padding: 0 clamp(40px, 4vw, 58px);
    width: 100%;
  }
}
@media (max-width: 575px) {
  .container-fluid {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
}

/*-------------------------
  Typography
-------------------------*/
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", sans-serif;
  color: #242424;
  background: url("../media/images/page-bg.webp");
  background-size: cover;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-size: clamp(14px, 0.833vw, 32px);
  font-weight: 400;
  line-height: 28px;
  height: 100% !important;
  overflow-x: hidden;
}
body::-webkit-scrollbar {
  width: 4px;
}
body::-webkit-scrollbar-track {
  background-color: #242424;
  border-radius: 0;
}
body::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #f59e0b;
}

a {
  display: inline-block;
  text-decoration: none;
  color: unset;
  transition: all 0.5s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
table,
hr {
  margin: 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: #101010;
  margin-bottom: 0;
}

h1,
.h1 {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(29px, 2.917vw, 169px);
  /* 56px */
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 96px */
  letter-spacing: 2.8px;
}

h2,
.h2 {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(32px, 2.5vw, 99px);
  /* 48px */
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 66px */
}

h3,
.h3 {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(30px, 2.083vw, 125px);
  /* 40px */
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}

h4,
.h4 {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(24px, 1.667vw, 67px);
  /* 32px */
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 42px */
}
@media (max-width: 820px) {
  h4,
  .h4 {
    font-size: clamp(20px, 1.354vw, 30px);
    /* 27px */
  }
}

h5,
.h5 {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(20px, 1.25vw, 62px);
  /* 24px */
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 33.6px */
}

h6,
.h6 {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(17px, 0.938vw, 40px);
  /* 18px */
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 27.6px */
}

.text-16,
p {
  color: #242424;
  font-family: "Inter", sans-serif;
  font-size: clamp(15px, 0.833vw, 32px);
  /* 16px */
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
}
@media (max-width: 1399px) {
  .text-16,
  p {
    line-height: 160%;
    font-size: clamp(14px, 0.833vw, 28px);
    /* 16px */
  }
}
@media (max-width: 399px) {
  .text-16,
  p {
    font-size: clamp(14px, 0.833vw, 28px);
    /* 16px */
  }
}

.text-18 {
  font-size: clamp(15px, 0.938vw, 36px);
  /* 18px */
  line-height: 150%;
}

.eyebrow {
  color: #1e293b;
  text-transform: uppercase;
  font-size: clamp(10px, 0.729vw, 28px);
  /* 16px */
  font-family: "Inter", sans-serif;
  font-weight: 500;
  line-height: 120%;
  /* 24px */
}
@media (max-width: 1199px) {
  .eyebrow {
    font-size: clamp(12px, 0.677vw, 32px);
    /* 15px */
  }
}

.subtitle {
  font-size: clamp(12px, 0.729vw, 28px);
  /* 14px */
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #101010;
  line-height: 150%;
}

.caption {
  font-size: clamp(10px, 0.625vw, 24px);
  /* 12px */
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
@media (max-width: 1499px) {
  .caption {
    font-size: 10px;
  }
}

span {
  display: inline-block;
}

b,
strong {
  font-family: "Inter", sans-serif;
}

.hr-line {
  width: 100%;
  height: 1px;
  background: #efefef;
}

.hr-line-2 {
  width: 100%;
  height: 1px;
  background: #D1D1D1;
}

.hover-content {
  transition: all 0.5s ease-in-out;
}
.hover-content:hover {
  color: #f59e0b !important;
}

.image-effect {
  position: relative;
  overflow: hidden;
}

.image-effect::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(245, 158, 11, 0.4);
  -webkit-transform: translate(-50%, -50%) rotate(-40deg);
  -ms-transform: translate(-50%, -50%) rotate(-40deg);
  transform: translate(-50%, -50%) rotate(-40deg);
  z-index: 1;
}

.image-effect:hover::after {
  height: 250%;
  -webkit-transition: all 940ms ease-in-out;
  -o-transition: all 940ms ease-in-out;
  transition: all 940ms ease-in-out;
  background-color: transparent;
}

.image-effect:hover img {
  -webkit-transform: scale(1.06);
  -ms-transform: scale(1.06);
  transform: scale(1.06);
}

.image-effect img {
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

/*-------------------------
Helpers
-------------------------*/
.color-primary {
  color: #f59e0b !important;
}

.color-sec {
  color: #1e293b !important;
}

.black {
  color: #101010 !important;
}

.light-gray {
  color: #efefef !important;
}

.dark-gray {
  color: #D1D1D1 !important;
}

.gray {
  color: #242424 !important;
}

.white {
  color: #ffffff !important;
}

.bg-primary {
  background: #f59e0b !important;
}

.bg-sec {
  background: #1e293b !important;
}

.bg-black {
  background: #101010 !important;
}

.bg-gray {
  background: #242424 !important;
}

.bg-light-gray {
  background: #efefef !important;
}

.bg-dark-gray {
  background: #D1D1D1 !important;
}

.bg-white {
  background: #ffffff !important;
}

.fw-200 {
  font-weight: 200;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.font-primary {
  font-family: "Inter", sans-serif;
}

.font-sec {
  font-family: "Montserrat", sans-serif;
}

.br-4 {
  border-radius: 4px;
}

.br-8 {
  border-radius: clamp(4px, 0.417vw, 16px);
}

.br-10 {
  border-radius: clamp(5px, 0.521vw, 20px);
}

.br-12 {
  border-radius: clamp(8px, 0.625vw, 24px);
}

.br-14 {
  border-radius: clamp(10px, 0.729vw, 28px);
}

.br-16 {
  border-radius: clamp(12px, 0.833vw, 32px);
}

.br-18 {
  border-radius: clamp(14px, 0.938vw, 36px);
}

.br-20 {
  border-radius: clamp(16px, 1.042vw, 40px);
}

.br-24 {
  border-radius: clamp(18px, 1.25vw, 48px);
}

.br-32 {
  border-radius: clamp(24px, 1.667vw, 64px);
}

.br-48 {
  border-radius: clamp(28px, 2.5vw, 68px);
}

.gap-4 {
  gap: clamp(2px, 0.208vw, 8px) !important;
}

.gap-6 {
  gap: clamp(3px, 0.313vw, 7px);
}

.gap-8 {
  gap: clamp(4px, 0.417vw, 16px);
}

.gap-10 {
  gap: clamp(5px, 0.521vw, 20px);
}

.gap-12 {
  gap: clamp(8px, 0.625vw, 24px);
}

.gap-14 {
  gap: clamp(10px, 0.729vw, 28px);
}

.gap-16 {
  gap: clamp(12px, 0.833vw, 32px);
}

.gap-18 {
  gap: clamp(14px, 0.938vw, 36px) !important;
}

.gap-20 {
  gap: clamp(16px, 1.042vw, 40px) !important;
}

.gap-24 {
  gap: clamp(18px, 1.25vw, 48px) !important;
}

.gap-30 {
  gap: clamp(24px, 1.563vw, 64px);
}

.gap-32 {
  gap: clamp(24px, 1.667vw, 64px);
}

.gap-38 {
  gap: clamp(28px, 1.979vw, 76px);
}

.gap-48 {
  gap: clamp(40px, 2.5vw, 54px);
}

.gap-64 {
  gap: clamp(48px, 3.333vw, 128px);
}

/*----------------------------------------*/
/*  SPACE CSS START
/*----------------------------------------*/
.mb-160 {
  margin-bottom: clamp(96px, 8.32vw, 320px);
}
@media (max-width: 767px) {
  .mb-160 {
    margin-bottom: 66px;
  }
}

.mb-56 {
  margin-bottom: clamp(33px, 2.917vw, 88px);
}

.mb-90 {
  margin-bottom: clamp(52px, 4.688vw, 128px);
}
@media (max-width: 767px) {
  .mb-90 {
    margin-bottom: 58px;
  }
}

.mb-100 {
  margin-bottom: clamp(52px, 5.208vw, 158px);
}
@media (max-width: 767px) {
  .mb-100 {
    margin-bottom: 58px;
  }
}

.mb-96 {
  margin-bottom: clamp(52px, 5vw, 128px);
}
@media (max-width: 767px) {
  .mb-96 {
    margin-bottom: 58px;
  }
}

.my-80 {
  margin: clamp(48px, 4.167vw, 160px) 0;
}
@media (max-width: 575px) {
  .my-80 {
    margin: 44px 0;
  }
}

.mt-80 {
  margin-top: clamp(48px, 4.167vw, 160px);
}
@media (max-width: 575px) {
  .mt-80 {
    margin-top: 44px;
  }
}

.mb-80 {
  margin-bottom: clamp(48px, 4.167vw, 160px);
}
@media (max-width: 575px) {
  .mb-80 {
    margin-bottom: 44px;
  }
}

.mb-180 {
  margin-bottom: clamp(58px, 9.375vw, 260px);
}
@media (max-width: 575px) {
  .mb-180 {
    margin-bottom: 58px;
  }
}

.mb-60 {
  margin-bottom: clamp(32px, 3.125vw, 128px);
}
@media (max-width: 767px) {
  .mb-60 {
    margin-bottom: 44px;
  }
}

.mb-64 {
  margin-bottom: clamp(32px, 3.33vw, 128px);
}
@media (max-width: 767px) {
  .mb-64 {
    margin-bottom: 44px;
  }
}

.mt-90 {
  margin-top: clamp(32px, 4.688vw, 128px);
}
@media (max-width: 767px) {
  .mt-90 {
    margin-top: 32px;
  }
}

.mt-64 {
  margin-top: clamp(32px, 3.33vw, 128px);
}
@media (max-width: 767px) {
  .mt-64 {
    margin-top: 32px;
  }
}

.my-64 {
  margin: clamp(32px, 3.33vw, 128px) 0;
}
@media (max-width: 767px) {
  .my-64 {
    margin: 28px 0;
  }
}

.mt-48 {
  margin-top: clamp(24px, 2.5vw, 96px);
}
@media (max-width: 767px) {
  .mt-48 {
    margin-top: 26px;
  }
}

.mb-48 {
  margin-bottom: clamp(24px, 2.5vw, 96px);
}
@media (max-width: 767px) {
  .mb-48 {
    margin-bottom: 26px;
  }
}

.mb-40 {
  margin-bottom: clamp(24px, 2.083vw, 80px);
}
@media (max-width: 575px) {
  .mb-40 {
    margin-bottom: 24px;
  }
}

.mt-32 {
  margin-top: 32px;
}
@media (max-width: 1599px) {
  .mt-32 {
    margin-top: 29px;
  }
}
@media (max-width: 1399px) {
  .mt-32 {
    margin-top: 27px;
  }
}
@media (max-width: 1199px) {
  .mt-32 {
    margin-top: 25px;
  }
}
@media (max-width: 991px) {
  .mt-32 {
    margin-top: 22px;
  }
}
@media (max-width: 767px) {
  .mt-32 {
    margin-top: 20px;
  }
}

.mb-36 {
  margin-bottom: clamp(24px, 1.875vw, 64px);
}

.mb-30 {
  margin-bottom: clamp(22px, 1.563vw, 64px);
}

.mb-32 {
  margin-bottom: clamp(24px, 1.667vw, 64px);
}

.mb-34 {
  margin-bottom: clamp(24px, 1.771vw, 64px);
}

.mt-24 {
  margin-top: 24px;
}
@media (max-width: 1199px) {
  .mt-24 {
    margin-top: 22px;
  }
}
@media (max-width: 991px) {
  .mt-24 {
    margin-top: 22px;
  }
}
@media (max-width: 767px) {
  .mt-24 {
    margin-top: 20px;
  }
}

.mb-120 {
  margin-bottom: clamp(60px, 6.25vw, 320px);
}
@media (max-width: 575px) {
  .mb-120 {
    margin-bottom: 68px;
  }
}

.mb-28 {
  margin-bottom: clamp(20px, 1.458vw, 58px);
}

.mb-24 {
  margin-bottom: clamp(18px, 1.25vw, 48px);
}
@media (max-width: 1199px) {
  .mb-24 {
    margin-bottom: 22px;
  }
}
@media (max-width: 991px) {
  .mb-24 {
    margin-bottom: 22px;
  }
}

.mb-20 {
  margin-bottom: clamp(16px, 1.042vw, 40px);
}

.mt-16 {
  margin-top: 16px;
}
@media (max-width: 1199px) {
  .mt-16 {
    margin-top: 15px;
  }
}
@media (max-width: 991px) {
  .mt-16 {
    margin-top: 14px;
  }
}

.mb-18 {
  margin-bottom: 18px;
}
@media (max-width: 1199px) {
  .mb-18 {
    margin-bottom: 14px;
  }
}
@media (max-width: 991px) {
  .mb-18 {
    margin-bottom: 14px;
  }
}

.mb-16 {
  margin-bottom: clamp(14px, 0.833vw, 32px);
}

.mb-12 {
  margin-bottom: clamp(9px, 0.625vw, 34px);
}

.mb-8 {
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .mb-8 {
    margin-bottom: 4px;
  }
}

.mb-6 {
  margin-bottom: 6px;
}

.mb-4p {
  margin-bottom: 4px;
}

.py-160 {
  padding: clamp(96px, 8.32vw, 320px) 0;
}
@media (max-width: 575px) {
  .py-160 {
    padding: 80px 0;
  }
}

.pt-220 {
  padding-top: clamp(146px, 11.458vw, 420px);
}

.pt-160 {
  padding-top: clamp(96px, 8.32vw, 320px);
}
@media (max-width: 575px) {
  .pt-160 {
    padding-top: 80px;
  }
}

.pb-160 {
  padding-bottom: clamp(96px, 8.32vw, 320px);
}
@media (max-width: 575px) {
  .pb-160 {
    padding-bottom: 80px;
  }
}

.py-80 {
  padding: clamp(48px, 4.167vw, 160px) 0;
}
@media (max-width: 575px) {
  .py-80 {
    padding: 40px 0;
  }
}

.pt-80 {
  padding-top: clamp(48px, 4.167vw, 160px);
}
@media (max-width: 575px) {
  .pt-80 {
    padding-top: 40px;
  }
}

.pt-120 {
  padding-top: clamp(60px, 6.25vw, 320px);
}
@media (max-width: 575px) {
  .pt-120 {
    padding-top: 48px;
  }
}

.pb-120 {
  padding-bottom: clamp(60px, 6.25vw, 320px);
}
@media (max-width: 575px) {
  .pb-120 {
    padding-bottom: 48px;
  }
}

.pb-80 {
  padding-bottom: clamp(48px, 4.167vw, 160px);
}
@media (max-width: 575px) {
  .pb-80 {
    padding-bottom: 40px;
  }
}

.py-64 {
  padding: clamp(32px, 3.33vw, 128px) 0;
}
@media (max-width: 767px) {
  .py-64 {
    padding: 26px 0;
  }
}

.pt-64 {
  padding-top: clamp(32px, 3.33vw, 128px);
}
@media (max-width: 767px) {
  .pt-64 {
    padding-top: 26px;
  }
}

.pb-64 {
  padding-bottom: clamp(32px, 3.33vw, 128px);
}
@media (max-width: 767px) {
  .pb-64 {
    padding-bottom: 26px;
  }
}

.pb-48 {
  padding-bottom: 26px;
}

.py-48 {
  padding: clamp(24px, 2.5vw, 96px) 0;
}
@media (max-width: 767px) {
  .py-48 {
    padding: 20px 0;
  }
}

.pb-48 {
  padding-bottom: clamp(24px, 2.5vw, 96px);
}
@media (max-width: 767px) {
  .pb-48 {
    padding-bottom: 20px;
  }
}

.pt-48 {
  padding-top: clamp(24px, 2.5vw, 96px);
}
@media (max-width: 767px) {
  .pt-48 {
    padding-top: 20px;
  }
}

.py-40 {
  padding: clamp(24px, 2.083vw, 80px) 0;
}
@media (max-width: 575px) {
  .py-40 {
    padding: 20px 0;
  }
}

.pt-40 {
  padding-top: clamp(24px, 2.083vw, 80px);
}
@media (max-width: 575px) {
  .pt-40 {
    padding-top: 20px;
  }
}

.pt-12 {
  padding-top: clamp(8px, 0.625vw, 24px);
}
@media (max-width: 575px) {
  .pt-12 {
    padding-top: 8px;
  }
}

.pb-40 {
  padding-bottom: clamp(24px, 2.083vw, 80px);
}
@media (max-width: 575px) {
  .pb-40 {
    padding-bottom: 20px;
  }
}

.py-32 {
  padding: 32px 0;
}
@media (max-width: 1599px) {
  .py-32 {
    padding: 29px 0;
  }
}
@media (max-width: 1399px) {
  .py-32 {
    padding: 27px 0;
  }
}
@media (max-width: 1199px) {
  .py-32 {
    padding: 25px 0;
  }
}
@media (max-width: 991px) {
  .py-32 {
    padding: 22px 0;
  }
}
@media (max-width: 767px) {
  .py-32 {
    padding: 20px 0;
  }
}

.p-32 {
  padding: 32px;
}
@media (max-width: 1599px) {
  .p-32 {
    padding: 29px;
  }
}
@media (max-width: 1399px) {
  .p-32 {
    padding: 27px;
  }
}
@media (max-width: 1199px) {
  .p-32 {
    padding: 25px;
  }
}
@media (max-width: 991px) {
  .p-32 {
    padding: 22px;
  }
}
@media (max-width: 767px) {
  .p-32 {
    padding: 20px;
  }
}

.py-24 {
  padding: 24px 0;
}
@media (max-width: 1199px) {
  .py-24 {
    padding: 22px 0;
  }
}
@media (max-width: 991px) {
  .py-24 {
    padding: 22px 0;
  }
}
@media (max-width: 767px) {
  .py-24 {
    padding: 20px 0;
  }
}

.pl-24 {
  padding-left: clamp(18px, 1.25vw, 48px);
}

.pr-24 {
  padding-right: 24px;
}
@media (max-width: 1199px) {
  .pr-24 {
    padding-right: 22px;
  }
}
@media (max-width: 991px) {
  .pr-24 {
    padding-right: 22px;
  }
}
@media (max-width: 767px) {
  .pr-24 {
    padding-right: 20px;
  }
}

.pb-24 {
  padding-bottom: 24px;
}
@media (max-width: 1199px) {
  .pb-24 {
    padding-bottom: 22px;
  }
}
@media (max-width: 991px) {
  .pb-24 {
    padding-bottom: 22px;
  }
}
@media (max-width: 767px) {
  .pb-24 {
    padding-bottom: 20px;
  }
}

.p-24 {
  padding: 24px;
}
@media (max-width: 1199px) {
  .p-24 {
    padding: 22px;
  }
}
@media (max-width: 991px) {
  .p-24 {
    padding: 22px;
  }
}
@media (max-width: 767px) {
  .p-24 {
    padding: 20px;
  }
}

.py-16 {
  padding: clamp(12px, 0.833vw, 32px) 0;
}
@media (max-width: 1199px) {
  .py-16 {
    padding: 15px 0;
  }
}
@media (max-width: 991px) {
  .py-16 {
    padding: 14px 0;
  }
}
@media (max-width: 767px) {
  .py-16 {
    padding: 10px 0;
  }
}

.p-16 {
  padding: 16px;
}
@media (max-width: 1199px) {
  .p-16 {
    padding: 15px;
  }
}
@media (max-width: 991px) {
  .p-16 {
    padding: 14px;
  }
}
@media (max-width: 767px) {
  .p-16 {
    padding: 10px;
  }
}

.p-12 {
  padding: 12px;
}
@media (max-width: 1199px) {
  .p-12 {
    padding: 11px;
  }
}
@media (max-width: 991px) {
  .p-12 {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .p-12 {
    padding: 8px;
  }
}

.gap-4 {
  gap: clamp(2px, 0.208vw, 8px) !important;
}

.gap-8 {
  gap: clamp(4px, 0.417vw, 16px);
}

.gap-10 {
  gap: clamp(5px, 0.521vw, 20px);
}

.gap-12 {
  gap: clamp(8px, 0.625vw, 24px);
}

.gap-14 {
  gap: clamp(10px, 0.729vw, 28px);
}

.gap-16 {
  gap: clamp(12px, 0.833vw, 32px);
}

.gap-18 {
  gap: clamp(14px, 0.938vw, 36px);
}

.gap-20 {
  gap: clamp(16px, 1.042vw, 40px);
}

.gap-24 {
  gap: clamp(18px, 1.25vw, 48px);
}

.gap-32 {
  gap: clamp(24px, 1.667vw, 64px);
}

.gap-38 {
  gap: clamp(28px, 1.979vw, 76px);
}

.gap-48 {
  gap: clamp(10px, 2.5vw, 28px);
}

.gap-64 {
  gap: clamp(48px, 3.333vw, 128px);
}

/*-------------------------
Elements
-------------------------*/
/*----------------------------------------*/
/*  Button CSS START
/*----------------------------------------*/
.cus-btn {
  padding: clamp(8px, 0.625vw, 24px) clamp(11px, 1.25vw, 48px);
  display: inline-flex;
  align-items: center;
  gap: clamp(12px, 0.833vw, 32px);
  border-radius: 4px;
  background-color: #f59e0b;
  position: relative;
  overflow: hidden;
}
.cus-btn::before {
  content: "";
  background-color: #242424;
  transition: all 0.5s ease-in-out;
  position: absolute;
  width: 0;
  height: 100%;
  left: 0;
  z-index: 2;
}
.cus-btn svg {
  width: clamp(28px, 1.875vw, 98px);
  height: clamp(14px, 0.833vw, 62px);
  position: relative;
  z-index: 3;
}
.cus-btn svg path {
  transition: all 0.5s ease-in-out;
}
.cus-btn .text {
  position: relative;
  z-index: 3;
  font-size: clamp(14px, 0.833vw, 36px);
  font-weight: 600;
  line-height: 150%;
  color: #ffffff;
}
.cus-btn:hover::before {
  width: 100%;
}

.cus-btn2 {
  padding: clamp(8px, 0.575vw, 24px) clamp(11px, 1.25vw, 48px);
  display: inline-flex;
  align-items: center;
  gap: clamp(12px, 0.833vw, 32px);
  border-radius: 4px;
  background: transparent;
  border: 1px solid #1e293b;
  position: relative;
  overflow: hidden;
}
.cus-btn2::before {
  content: "";
  background-color: #242424;
  transition: all 0.5s ease-in-out;
  position: absolute;
  width: 0;
  height: 100%;
  left: 0;
  z-index: 2;
}
.cus-btn2 svg {
  width: clamp(28px, 1.875vw, 98px);
  height: clamp(14px, 0.833vw, 62px);
  position: relative;
  z-index: 3;
}
.cus-btn2 svg path {
  fill: #1e293b;
  transition: all 0.5s ease-in-out;
}
.cus-btn2 .text {
  transition: all 0.5s ease-in-out;
  position: relative;
  z-index: 3;
  font-size: clamp(11px, 0.833vw, 36px);
  font-weight: 600;
  line-height: 150%;
  color: #1e293b;
}
.cus-btn2:hover::before {
  width: 100%;
}
.cus-btn2:hover .text {
  color: #ffffff;
}
.cus-btn2:hover svg path {
  fill: #ffffff;
}

/*----------------------------------------*/
/* scroll to top
/*----------------------------------------*/
.scrollToTopBtn {
  background-color: #f59e0b;
  border-radius: clamp(4px, 0.417vw, 16px);
  border: none;
  color: #ffffff;
  cursor: pointer;
  font-size: clamp(18px, 1.25vw, 48px);
  line-height: 48px;
  display: grid;
  align-items: center;
  justify-content: center;
  width: clamp(40px, 2.5vw, 94px);
  height: clamp(40px, 2.5vw, 94px);
  position: fixed;
  bottom: 30px;
  right: 45px;
  z-index: 100;
  opacity: 0;
  transform: translateY(100px);
  transition: all 0.5s ease;
}
.scrollToTopBtn:hover {
  border: 1px solid #242424;
  background: #242424;
  color: #ffffff;
  transition: all 0.5s ease-in-out;
  transform: scale(0.99);
}

.showBtn {
  opacity: 1;
  transform: translateY(0);
}

.pagination {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  overflow: hidden;
  display: flex;
}
.pagination #border-pagination {
  display: flex;
  gap: clamp(8px, 0.625vw, 24px);
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.pagination #border-pagination .l-arrow {
  margin-right: 8px;
}
.pagination #border-pagination .r-arrow {
  margin-left: 8px;
}
.pagination #border-pagination li {
  display: inline;
}
.pagination #border-pagination li span {
  color: #f59e0b;
  transition: all 0.5s ease-in-out;
}
.pagination #border-pagination li a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  width: clamp(40px, 2.5vw, 140px);
  height: clamp(40px, 2.5vw, 140px);
  background-color: transparent;
  border-radius: clamp(8px, 0.625vw, 24px);
  color: #242424;
  background-color: #efefef;
  float: left;
  transition: all 0.5s ease-in-out;
  font-size: clamp(14px, 0.833vw, 32px);
  font-weight: 500;
  line-height: 150%;
}
.pagination #border-pagination li a svg {
  width: clamp(16px, 1.042vw, 40px);
  height: clamp(16px, 1.042vw, 40px);
}
.pagination #border-pagination li a svg path {
  transition: all 0.5s ease-in-out;
}
.pagination #border-pagination li a:hover, .pagination #border-pagination li a.active {
  background-color: #f59e0b;
  color: #ffffff;
}
.pagination #border-pagination li a:hover svg path, .pagination #border-pagination li a.active svg path {
  fill: #ffffff;
}

/*-------------------------
  Form Styling
-------------------------*/
textarea.form-control {
  min-height: 118px;
  height: 144px;
  padding-left: 0 !important;
}
@media (max-width: 578px) {
  textarea.form-control {
    min-height: 80px;
    max-height: 80px;
  }
}

.input-block .form-control {
  padding: 0;
  padding-bottom: clamp(12px, 0.833vw, 32px);
  border: none;
  border-bottom: 1px solid #d1d1d1;
  background: transparent;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(13px, 0.729vw, 28px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  position: relative;
  color: #242424;
  box-shadow: none;
  outline: 0;
  border-radius: 0;
}
.input-block .form-control:-webkit-autofill, .input-block .form-control:-webkit-autofill:focus {
  transition: background-color 600000s 0s, color 600000s 0s;
}
.input-block .form-control:focus {
  box-shadow: none !important;
  outline: 0 !important;
  color: #101010 !important;
  background: transparent !important;
}
.input-block .form-control::placeholder {
  color: #242424;
  opacity: 1;
}

.input-block {
  position: relative;
}

.input-block svg {
  position: absolute;
  top: 6px;
  right: 0;
  width: clamp(18px, 0.938vw, 36px);
  height: clamp(18px, 0.938vw, 36px);
}

input[type=file] {
  display: none;
}

label.error {
  color: #ff0000;
}

.cus-checkBox input {
  display: none;
  color: #101010;
}
.cus-checkBox label {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  color: #efefef;
  font-size: clamp(15px, 0.833vw, 32px);
  font-weight: 400;
  line-height: 150%;
}
.cus-checkBox label::before {
  content: "\f0c8";
  font-family: "Font Awesome 6 Pro";
  color: #efefef;
  font-size: clamp(16px, 1.042vw, 40px);
  font-weight: 400;
}
.cus-checkBox input[type=checkbox]:checked + label::before {
  content: "\f14a";
  color: #f59e0b;
  font-weight: 600;
}

.material-checkbox {
  display: flex;
  font-size: 16px;
  color: #5D5D5D;
  cursor: pointer;
}
.material-checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.material-checkbox .checkmark {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 12px;
  border: 2px solid #646464;
  transition: all 0.3s;
}
.material-checkbox input[type=checkbox]:checked ~ .checkmark {
  background-color: #f59e0b;
  border-color: #f59e0b;
}
.material-checkbox input[type=checkbox]:checked ~ .checkmark:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 6px;
  width: 4px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.material-checkbox input[type=checkbox]:focus ~ .checkmark {
  box-shadow: 0 0 0 2px rgba(223, 236, 80, 0.3960784314);
}
.material-checkbox:hover input[type=checkbox] ~ .checkmark {
  border-color: #f59e0b;
}
.material-checkbox input[type=checkbox]:disabled ~ .checkmark {
  opacity: 0.5;
  cursor: not-allowed;
}
.material-checkbox input[type=checkbox]:disabled ~ .checkmark:hover {
  border-color: #f59e0b;
}

#preloader {
  position: fixed;
  width: 100%;
  height: 100vh;
  text-align: center;
  background-color: #efefef;
  z-index: 9999999;
  display: grid;
  align-content: center;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: clamp(40px, 2.5vw, 54px);
  /* common */
}
#preloader .preloader-img {
  width: clamp(86px, 6.771vw, 320px);
}
#preloader .loading {
  font-size: 89px;
  letter-spacing: -10px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 490px) {
  #preloader .loading {
    letter-spacing: -2px;
    font-size: 30px;
  }
}
@media (max-width: 390px) {
  #preloader .loading {
    letter-spacing: -2px;
    font-size: 15px;
  }
}
#preloader .loading span {
  display: inline-block;
  margin: 0 -0.04em;
  font-size: clamp(58px, 5vw, 180px);
}
@media (max-width: 390px) {
  #preloader .loading span {
    letter-spacing: -2px;
    font-size: 45px;
  }
}
#preloader .loading07 span {
  position: relative;
  color: rgba(239, 239, 239, 0.2);
}
#preloader .loading07 span::after {
  position: absolute;
  top: 0;
  left: 0;
  content: attr(data-text);
  color: #f59e0b;
  opacity: 0;
  transform: scale(1.5);
  animation: loading07 3s infinite;
}
#preloader .loading07 span:nth-child(2)::after {
  animation-delay: 0.1s;
}
#preloader .loading07 span:nth-child(3)::after {
  animation-delay: 0.2s;
}
#preloader .loading07 span:nth-child(4)::after {
  animation-delay: 0.3s;
}
#preloader .loading07 span:nth-child(5)::after {
  animation-delay: 0.4s;
}
#preloader .loading07 span:nth-child(6)::after {
  animation-delay: 0.5s;
}
#preloader .loading07 span:nth-child(7)::after {
  animation-delay: 0.6s;
}
#preloader .loading07 span:nth-child(8)::after {
  animation-delay: 0.7s;
}
#preloader .loading07 span:nth-child(9)::after {
  animation-delay: 0.8s;
}
#preloader .loading07 span:nth-child(10)::after {
  animation-delay: 0.9s;
}

@keyframes loading07 {
  0%, 75%, 100% {
    transform: scale(1.3);
    opacity: 0;
  }
  25%, 50% {
    transform: scale(1);
    opacity: 1;
  }
}
.drop-container {
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.wrapper-dropdown {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(4px, 0.417vw, 16px);
  background: transparent;
  position: relative;
  width: fit-content;
  width: 100%;
  text-align: left;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.wrapper-dropdown .selected-display {
  font-weight: 400;
  line-height: 150%;
}
.wrapper-dropdown svg {
  width: clamp(19px, 1.042vw, 48px);
  height: clamp(19px, 1.042vw, 48px);
}
.wrapper-dropdown::before {
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -2px;
  border-width: 6px 6px 0 6px;
  border-style: solid;
  border-color: #fff transparent;
}
.wrapper-dropdown .topbar-dropdown {
  width: 100%;
  overflow: hidden;
  box-shadow: 0px 3px 6px 0px #efefef;
  background: #ffffff;
  color: #efefef !important;
  transition: 0.3s;
  position: absolute;
  top: 100%;
  right: 0;
  left: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 99;
  border-radius: 16px;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0;
  visibility: hidden;
}
.wrapper-dropdown .topbar-dropdown li {
  color: #101010 !important;
  font-weight: 500;
  padding: 0 clamp(10px, 0.729vw, 28px);
  line-height: 281.25%;
  border-radius: 0;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}
.wrapper-dropdown .topbar-dropdown li:last-child {
  border-bottom: none;
}
.wrapper-dropdown .topbar-dropdown li:hover {
  transition: all 0.5s ease-in-out;
  background-color: #f59e0b;
  color: #ffffff !important;
}
.wrapper-dropdown.active .topbar-dropdown {
  color: #101010;
  opacity: 1;
  visibility: visible;
  border-radius: 5px;
}
.wrapper-dropdown .scrollable-menu {
  height: auto;
  max-height: 200px;
  overflow-x: hidden;
}
.wrapper-dropdown .arrow {
  float: right;
  rotate: 180deg;
}
.wrapper-dropdown svg {
  transition: all 0.3s;
}
.wrapper-dropdown .rotated {
  transform: rotate(-180deg);
}

/*-------------------------
  layouts
-------------------------*/
.header {
  width: 100%;
  z-index: 100;
  position: fixed;
  top: 0;
}
@media (max-width: 580px) {
  .header {
    width: 100%;
    border-bottom: 1px solid #efefef;
  }
}
.header.bg-white {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.header .navigation {
  padding: clamp(10px, 1.25vw, 48px) 0;
}
.header .navigation .lside {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.header .navigation .lside .header-logo {
  width: clamp(120px, 7.448vw, 432px);
}
@media (max-width: 1024px) {
  .header .navigation .lside .header-logo {
    width: 80%;
    height: auto;
  }
}
.header .navigation .lside .socialicon {
  display: inline-flex;
  align-items: center;
  gap: clamp(18px, 1.458vw, 48px);
}
@media (max-width: 1025px) {
  .header .navigation .lside .socialicon {
    display: none;
  }
}
.header .navigation .lside .socialicon .icon svg {
  width: clamp(24px, 1.667vw, 64px);
  height: clamp(24px, 1.667vw, 64px);
}
.header .navigation .lside .socialicon .icon svg path {
  transition: all 0.5s ease-in-out;
}
.header .navigation .lside .socialicon .icon svg:hover path {
  fill: #101010;
}
.header .navigation .rside {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .navigation .rside .main-menu__nav {
  margin-left: auto;
  margin-right: auto;
}
.header .navigation .rside .main-menu__nav .main-menu__list,
.header .navigation .rside .main-menu__nav .main-menu__list ul,
.header .navigation .rside .main-menu__nav .stricky-header .main-menu__list,
.header .navigation .rside .main-menu__nav .stricky-header .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  align-items: center;
  text-transform: capitalize;
}
@media screen and (min-width: 1200px) {
  .header .navigation .rside .main-menu__nav .main-menu__list,
  .header .navigation .rside .main-menu__nav .main-menu__list ul,
  .header .navigation .rside .main-menu__nav .stricky-header .main-menu__list,
  .header .navigation .rside .main-menu__nav .stricky-header .main-menu__list ul {
    display: flex;
    gap: clamp(24px, 1.667vw, 64px);
  }
}
@media (max-width: 1399px) {
  .header .navigation .rside .main-menu__nav .main-menu__list,
  .header .navigation .rside .main-menu__nav .main-menu__list ul,
  .header .navigation .rside .main-menu__nav .stricky-header .main-menu__list,
  .header .navigation .rside .main-menu__nav .stricky-header .main-menu__list ul {
    gap: clamp(24px, 1.667vw, 64px);
    display: flex;
  }
}
@media (max-width: 1025px) {
  .header .navigation .rside .main-menu__nav .main-menu__list,
  .header .navigation .rside .main-menu__nav .main-menu__list ul,
  .header .navigation .rside .main-menu__nav .stricky-header .main-menu__list,
  .header .navigation .rside .main-menu__nav .stricky-header .main-menu__list ul {
    display: none;
  }
}
.header .navigation .rside .main-menu__nav .main-menu__list > li,
.header .navigation .rside .main-menu__nav .stricky-header .main-menu__list > li {
  position: relative;
}
.header .navigation .rside .main-menu__nav .main-menu__list > li > a,
.header .navigation .rside .main-menu__nav .stricky-header .main-menu__list > li > a {
  font-size: clamp(14px, 0.833vw, 52px);
  font-family: "Inter", sans-serif;
  text-transform: capitalize;
  font-weight: 600;
  line-height: 150%;
  color: #101010;
  display: flex;
  align-items: center;
  position: relative;
  transition: all all 0.5s ease-in-out;
}
.header .navigation .rside .main-menu__nav .main-menu__list > li > a::after,
.header .navigation .rside .main-menu__nav .stricky-header .main-menu__list > li > a::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #f59e0b;
  transition: 0.5s transform ease;
  transform: scale3d(0, 1, 1);
  transform-origin: 100% 50%;
}
.header .navigation .rside .main-menu__nav .main-menu__list > li > a.active,
.header .navigation .rside .main-menu__nav .stricky-header .main-menu__list > li > a.active {
  color: #f59e0b;
  transition: 0.5s transform ease;
  font-weight: 500;
}
.header .navigation .rside .main-menu__nav .main-menu__list > li > a.active::after,
.header .navigation .rside .main-menu__nav .stricky-header .main-menu__list > li > a.active::after {
  transform: scale3d(1, 1, 1);
  transform-origin: 0 50%;
}
.header .navigation .rside .main-menu__nav .main-menu__list > li > a:hover,
.header .navigation .rside .main-menu__nav .stricky-header .main-menu__list > li > a:hover {
  color: #f59e0b;
  transition: 0.5s transform ease;
}
.header .navigation .rside .main-menu__nav .main-menu__list > li > a:hover::after,
.header .navigation .rside .main-menu__nav .stricky-header .main-menu__list > li > a:hover::after {
  transform: scale3d(1, 1, 1);
  transform-origin: 0 50%;
}
.header .navigation .rside .main-menu__nav .main-menu__list > li:first-child a::before,
.header .navigation .rside .main-menu__nav .stricky-header .main-menu__list > li:first-child a::before {
  display: none;
}
.header .navigation .rside .main-menu__nav .main-menu__list > li.current, .header .navigation .rside .main-menu__nav .main-menu__list > li:hover,
.header .navigation .rside .main-menu__nav .stricky-header .main-menu__list > li.current,
.header .navigation .rside .main-menu__nav .stricky-header .main-menu__list > li:hover {
  color: #f59e0b;
}
.header .navigation .rside .main-menu__nav .main-menu__list li ul,
.header .navigation .rside .main-menu__nav .stricky-header .main-menu__list li ul {
  overflow: hidden;
  border-radius: 10px;
  text-transform: uppercase;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: clamp(200px, 10.938vw, 616px);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  transform-origin: top center;
  transform: scaleY(0) translateZ(100px);
  backface-visibility: hidden;
  transition: opacity all 0.5s ease-in-out, visibility all 0.5s ease-in-out, transform 700ms ease;
  z-index: 99;
  background: #f59e0b;
  padding: 0;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border: 1px solid #f59e0b;
}
.header .navigation .rside .main-menu__nav .main-menu__list li ul li,
.header .navigation .rside .main-menu__nav .stricky-header .main-menu__list li ul li {
  margin-bottom: 2px;
  flex: 1 1 100%;
  width: 100%;
  position: relative;
}
.header .navigation .rside .main-menu__nav .main-menu__list li ul li > a,
.header .navigation .rside .main-menu__nav .stricky-header .main-menu__list li ul li > a {
  font-size: clamp(14px, 0.833vw, 32px);
  line-height: 27px;
  transition: all 0.5s ease-in-out;
  color: #ffffff;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  padding: clamp(4px, 0.417vw, 46px) clamp(16px, 1.042vw, 80px);
  transition: 400ms;
  border-radius: 6px;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: relative;
  z-index: 9;
  overflow: hidden;
}
.header .navigation .rside .main-menu__nav .main-menu__list li ul li > a::after,
.header .navigation .rside .main-menu__nav .stricky-header .main-menu__list li ul li > a::after {
  content: "\f061";
  font-weight: 900;
  font-family: "Font Awesome 6 Pro";
  -webkit-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  transform: translateX(-20px);
  -webkit-transition: all 0.9s;
  -o-transition: all 0.9s;
  transition: all 0.9s;
  opacity: 0;
  border-radius: 6px;
  color: #f59e0b;
}
.header .navigation .rside .main-menu__nav .main-menu__list li ul li.current > a, .header .navigation .rside .main-menu__nav .main-menu__list li ul li:hover > a,
.header .navigation .rside .main-menu__nav .stricky-header .main-menu__list li ul li.current > a,
.header .navigation .rside .main-menu__nav .stricky-header .main-menu__list li ul li:hover > a {
  z-index: 3;
  background-color: #ffffff;
  color: #f59e0b;
}
.header .navigation .rside .main-menu__nav .main-menu__list li ul li.current > a::after, .header .navigation .rside .main-menu__nav .main-menu__list li ul li:hover > a::after,
.header .navigation .rside .main-menu__nav .stricky-header .main-menu__list li ul li.current > a::after,
.header .navigation .rside .main-menu__nav .stricky-header .main-menu__list li ul li:hover > a::after {
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
}
.header .navigation .rside .main-menu__nav .main-menu__list li ul li > ul,
.header .navigation .rside .main-menu__nav .stricky-header .main-menu__list li ul li > ul {
  top: 0;
  left: calc(100% + 20px);
}
.header .navigation .rside .main-menu__nav .main-menu__list li ul li > ul.right-align,
.header .navigation .rside .main-menu__nav .stricky-header .main-menu__list li ul li > ul.right-align {
  top: 0;
  left: auto;
  right: 100%;
}
.header .navigation .rside .main-menu__nav .main-menu__list li ul li > ul ul,
.header .navigation .rside .main-menu__nav .stricky-header .main-menu__list li ul li > ul ul {
  display: flex;
}
.header .navigation .rside .main-menu__nav .main-menu__list li:hover > ul,
.header .navigation .rside .main-menu__nav .stricky-header .main-menu__list li:hover > ul {
  padding: 6px;
  opacity: 1;
  visibility: visible;
  gap: 0;
  transform: scaleY(1) translateZ(0px);
  transition: all 0.5s ease-in-out;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header .navigation .rside .main-menu__nav .main-menu__list li:nth-last-child(1) ul li > ul, .header .navigation .rside .main-menu__nav .main-menu__list li:nth-last-child(2) ul li > ul,
  .header .navigation .rside .main-menu__nav .stricky-header .main-menu__list li:nth-last-child(1) ul li > ul,
  .header .navigation .rside .main-menu__nav .stricky-header .main-menu__list li:nth-last-child(2) ul li > ul {
    left: auto;
    right: calc(100% + 20px);
  }
}
@media (max-width: 1399px) {
  .header .main-menu__toggler {
    display: none !important;
  }
}
@media (max-width: 1025px) {
  .header .main-menu__toggler {
    display: flex !important;
  }
}
.header.stricky-fixed {
  transform: translateY(0);
}
.header .sticky-header__content {
  width: 100%;
  padding: 0 0;
  background: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.stricky-header {
  position: fixed;
  z-index: 991;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(-120%);
  transition: transform 500ms ease;
}
@media (max-width: 1199px) {
  .stricky-header {
    display: none;
  }
}
.stricky-header.main-menu {
  padding: 0 !important;
}
.stricky-header.stricky-fixed {
  transform: translateY(0);
}
.stricky-header .sticky-header__content {
  width: 100%;
  padding: 0;
  background: #ffffff;
  backdrop-filter: blur(9px);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
@media (min-width: 1600px) {
  .stricky-header .sticky-header__content {
    padding: clamp(14px, 0.833vw, 32px) clamp(180px, 12.5vw, 622px);
    width: 100%;
  }
}
@media (max-width: 1599px) {
  .stricky-header .sticky-header__content {
    padding: clamp(14px, 0.833vw, 32px) 6vw;
    width: 100%;
  }
}
.stricky-header .sticky-header__content .navigation .lside {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.stricky-header .sticky-header__content .navigation .lside .header-logo {
  width: clamp(120px, 7.448vw, 432px);
}
@media (max-width: 1024px) {
  .stricky-header .sticky-header__content .navigation .lside .header-logo {
    width: 89%;
    height: auto;
  }
}
.stricky-header .sticky-header__content .navigation .lside .socialicon {
  display: flex;
  align-items: center;
  gap: clamp(18px, 1.458vw, 48px);
}
.stricky-header .sticky-header__content .navigation .lside .socialicon .icon svg {
  width: clamp(24px, 1.667vw, 64px);
  height: clamp(24px, 1.667vw, 64px);
}
.stricky-header .sticky-header__content .navigation .lside .socialicon .icon svg path {
  transition: all 0.5s ease-in-out;
}
.stricky-header .sticky-header__content .navigation .lside .socialicon .icon svg:hover path {
  fill: #101010;
}
.stricky-header .sticky-header__content .navigation .rside {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.stricky-header .sticky-header__content .navigation .rside .main-menu__nav {
  margin-left: auto;
  margin-right: auto;
}
.stricky-header .sticky-header__content .navigation .rside .main-menu__nav .main-menu__list,
.stricky-header .sticky-header__content .navigation .rside .main-menu__nav .main-menu__list ul,
.stricky-header .sticky-header__content .navigation .rside .main-menu__nav .stricky-header .main-menu__list,
.stricky-header .sticky-header__content .navigation .rside .main-menu__nav .stricky-header .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  align-items: center;
  text-transform: capitalize;
}
@media screen and (min-width: 1200px) {
  .stricky-header .sticky-header__content .navigation .rside .main-menu__nav .main-menu__list,
  .stricky-header .sticky-header__content .navigation .rside .main-menu__nav .main-menu__list ul,
  .stricky-header .sticky-header__content .navigation .rside .main-menu__nav .stricky-header .main-menu__list,
  .stricky-header .sticky-header__content .navigation .rside .main-menu__nav .stricky-header .main-menu__list ul {
    display: flex;
    gap: clamp(24px, 1.667vw, 64px);
  }
}
@media (max-width: 1399px) {
  .stricky-header .sticky-header__content .navigation .rside .main-menu__nav .main-menu__list,
  .stricky-header .sticky-header__content .navigation .rside .main-menu__nav .main-menu__list ul,
  .stricky-header .sticky-header__content .navigation .rside .main-menu__nav .stricky-header .main-menu__list,
  .stricky-header .sticky-header__content .navigation .rside .main-menu__nav .stricky-header .main-menu__list ul {
    gap: clamp(24px, 1.667vw, 64px);
    display: flex;
  }
}
@media (max-width: 1025px) {
  .stricky-header .sticky-header__content .navigation .rside .main-menu__nav .main-menu__list,
  .stricky-header .sticky-header__content .navigation .rside .main-menu__nav .main-menu__list ul,
  .stricky-header .sticky-header__content .navigation .rside .main-menu__nav .stricky-header .main-menu__list,
  .stricky-header .sticky-header__content .navigation .rside .main-menu__nav .stricky-header .main-menu__list ul {
    display: none;
  }
}
.stricky-header .sticky-header__content .navigation .rside .main-menu__nav .main-menu__list > li,
.stricky-header .sticky-header__content .navigation .rside .main-menu__nav .stricky-header .main-menu__list > li {
  position: relative;
}
.stricky-header .sticky-header__content .navigation .rside .main-menu__nav .main-menu__list > li > a,
.stricky-header .sticky-header__content .navigation .rside .main-menu__nav .stricky-header .main-menu__list > li > a {
  font-size: clamp(14px, 0.833vw, 52px);
  font-family: "Inter", sans-serif;
  text-transform: capitalize;
  font-weight: 600;
  line-height: 150%;
  color: #101010;
  display: flex;
  align-items: center;
  position: relative;
  transition: all all 0.5s ease-in-out;
}
.stricky-header .sticky-header__content .navigation .rside .main-menu__nav .main-menu__list > li > a::after,
.stricky-header .sticky-header__content .navigation .rside .main-menu__nav .stricky-header .main-menu__list > li > a::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #f59e0b;
  transition: 0.5s transform ease;
  transform: scale3d(0, 1, 1);
  transform-origin: 100% 50%;
}
.stricky-header .sticky-header__content .navigation .rside .main-menu__nav .main-menu__list > li > a.active,
.stricky-header .sticky-header__content .navigation .rside .main-menu__nav .stricky-header .main-menu__list > li > a.active {
  color: #f59e0b;
  transition: 0.5s transform ease;
  font-weight: 500;
}
.stricky-header .sticky-header__content .navigation .rside .main-menu__nav .main-menu__list > li > a.active::after,
.stricky-header .sticky-header__content .navigation .rside .main-menu__nav .stricky-header .main-menu__list > li > a.active::after {
  transform: scale3d(1, 1, 1);
  transform-origin: 0 50%;
}
.stricky-header .sticky-header__content .navigation .rside .main-menu__nav .main-menu__list > li > a:hover,
.stricky-header .sticky-header__content .navigation .rside .main-menu__nav .stricky-header .main-menu__list > li > a:hover {
  color: #f59e0b;
  transition: 0.5s transform ease;
}
.stricky-header .sticky-header__content .navigation .rside .main-menu__nav .main-menu__list > li > a:hover::after,
.stricky-header .sticky-header__content .navigation .rside .main-menu__nav .stricky-header .main-menu__list > li > a:hover::after {
  transform: scale3d(1, 1, 1);
  transform-origin: 0 50%;
}
.stricky-header .sticky-header__content .navigation .rside .main-menu__nav .main-menu__list > li:first-child a::before,
.stricky-header .sticky-header__content .navigation .rside .main-menu__nav .stricky-header .main-menu__list > li:first-child a::before {
  display: none;
}
.stricky-header .sticky-header__content .navigation .rside .main-menu__nav .main-menu__list > li.current, .stricky-header .sticky-header__content .navigation .rside .main-menu__nav .main-menu__list > li:hover,
.stricky-header .sticky-header__content .navigation .rside .main-menu__nav .stricky-header .main-menu__list > li.current,
.stricky-header .sticky-header__content .navigation .rside .main-menu__nav .stricky-header .main-menu__list > li:hover {
  color: #f59e0b;
}
.stricky-header .sticky-header__content .navigation .rside .main-menu__nav .main-menu__list li ul,
.stricky-header .sticky-header__content .navigation .rside .main-menu__nav .stricky-header .main-menu__list li ul {
  overflow: hidden;
  border-radius: 10px;
  text-transform: uppercase;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: clamp(200px, 10.938vw, 616px);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  transform-origin: top center;
  transform: scaleY(0) translateZ(100px);
  backface-visibility: hidden;
  transition: opacity all 0.5s ease-in-out, visibility all 0.5s ease-in-out, transform 700ms ease;
  z-index: 99;
  background: #f59e0b;
  padding: 0;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border: 1px solid #f59e0b;
}
.stricky-header .sticky-header__content .navigation .rside .main-menu__nav .main-menu__list li ul li,
.stricky-header .sticky-header__content .navigation .rside .main-menu__nav .stricky-header .main-menu__list li ul li {
  margin-bottom: 2px;
  flex: 1 1 100%;
  width: 100%;
  position: relative;
}
.stricky-header .sticky-header__content .navigation .rside .main-menu__nav .main-menu__list li ul li > a,
.stricky-header .sticky-header__content .navigation .rside .main-menu__nav .stricky-header .main-menu__list li ul li > a {
  font-size: clamp(14px, 0.833vw, 32px);
  line-height: 27px;
  transition: all 0.5s ease-in-out;
  color: #ffffff;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  padding: clamp(4px, 0.417vw, 46px) clamp(16px, 1.042vw, 80px);
  transition: 400ms;
  border-radius: 6px;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: relative;
  z-index: 9;
  overflow: hidden;
}
.stricky-header .sticky-header__content .navigation .rside .main-menu__nav .main-menu__list li ul li > a::after,
.stricky-header .sticky-header__content .navigation .rside .main-menu__nav .stricky-header .main-menu__list li ul li > a::after {
  content: "\f061";
  font-weight: 900;
  font-family: "Font Awesome 6 Pro";
  -webkit-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  transform: translateX(-20px);
  -webkit-transition: all 0.9s;
  -o-transition: all 0.9s;
  transition: all 0.9s;
  opacity: 0;
  border-radius: 6px;
  color: #f59e0b;
}
.stricky-header .sticky-header__content .navigation .rside .main-menu__nav .main-menu__list li ul li.current > a, .stricky-header .sticky-header__content .navigation .rside .main-menu__nav .main-menu__list li ul li:hover > a,
.stricky-header .sticky-header__content .navigation .rside .main-menu__nav .stricky-header .main-menu__list li ul li.current > a,
.stricky-header .sticky-header__content .navigation .rside .main-menu__nav .stricky-header .main-menu__list li ul li:hover > a {
  z-index: 3;
  background-color: #ffffff;
  color: #f59e0b;
}
.stricky-header .sticky-header__content .navigation .rside .main-menu__nav .main-menu__list li ul li.current > a::after, .stricky-header .sticky-header__content .navigation .rside .main-menu__nav .main-menu__list li ul li:hover > a::after,
.stricky-header .sticky-header__content .navigation .rside .main-menu__nav .stricky-header .main-menu__list li ul li.current > a::after,
.stricky-header .sticky-header__content .navigation .rside .main-menu__nav .stricky-header .main-menu__list li ul li:hover > a::after {
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
}
.stricky-header .sticky-header__content .navigation .rside .main-menu__nav .main-menu__list li ul li > ul,
.stricky-header .sticky-header__content .navigation .rside .main-menu__nav .stricky-header .main-menu__list li ul li > ul {
  top: 0;
  left: calc(100% + 20px);
}
.stricky-header .sticky-header__content .navigation .rside .main-menu__nav .main-menu__list li ul li > ul.right-align,
.stricky-header .sticky-header__content .navigation .rside .main-menu__nav .stricky-header .main-menu__list li ul li > ul.right-align {
  top: 0;
  left: auto;
  right: 100%;
}
.stricky-header .sticky-header__content .navigation .rside .main-menu__nav .main-menu__list li ul li > ul ul,
.stricky-header .sticky-header__content .navigation .rside .main-menu__nav .stricky-header .main-menu__list li ul li > ul ul {
  display: flex;
}
.stricky-header .sticky-header__content .navigation .rside .main-menu__nav .main-menu__list li:hover > ul,
.stricky-header .sticky-header__content .navigation .rside .main-menu__nav .stricky-header .main-menu__list li:hover > ul {
  padding: 6px;
  opacity: 1;
  visibility: visible;
  gap: 0;
  transform: scaleY(1) translateZ(0px);
  transition: all 0.5s ease-in-out;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .stricky-header .sticky-header__content .navigation .rside .main-menu__nav .main-menu__list li:nth-last-child(1) ul li > ul, .stricky-header .sticky-header__content .navigation .rside .main-menu__nav .main-menu__list li:nth-last-child(2) ul li > ul,
  .stricky-header .sticky-header__content .navigation .rside .main-menu__nav .stricky-header .main-menu__list li:nth-last-child(1) ul li > ul,
  .stricky-header .sticky-header__content .navigation .rside .main-menu__nav .stricky-header .main-menu__list li:nth-last-child(2) ul li > ul {
    left: auto;
    right: calc(100% + 20px);
  }
}

.mobile-nav__toggler {
  font-size: 24px;
  font-weight: 200;
  color: #242424;
  cursor: pointer;
  transition: 500ms;
  display: none;
}
@media (max-width: 1099px) {
  .mobile-nav__toggler {
    display: flex;
  }
}
.mobile-nav__toggler:hover {
  color: #f59e0b;
}

/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  transform: translateX(-100%);
  transform-origin: left center;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
  visibility: hidden;
  position: fixed;
}
.mobile-nav__wrapper .container {
  padding-left: 0;
  padding-right: 0;
}
.mobile-nav__wrapper.expanded {
  opacity: 1;
  transform: translateX(0%);
  visibility: visible;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
}
.mobile-nav__wrapper.expanded .mobile-nav__content {
  border-radius: clamp(18px, 1.25vw, 48px);
  margin: 12px;
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
}
.mobile-nav__wrapper .mobile-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #101010;
  opacity: 0.3;
}
.mobile-nav__wrapper .mobile-nav__content {
  width: 300px;
  background: #ffffff;
  z-index: 10;
  position: relative;
  height: calc(100% - 24px);
  overflow-y: auto;
  padding: 30px 15px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
}
@media (max-width: 490px) {
  .mobile-nav__wrapper .mobile-nav__content {
    width: clamp(250px, 55.102vw, 450px);
  }
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__nav {
  display: block;
  padding: 0;
}
.mobile-nav__wrapper .mobile-nav__content .logo-box {
  margin-top: 14px;
  margin-bottom: 40px;
  display: flex;
}
.mobile-nav__wrapper .mobile-nav__content .logo-box img {
  width: clamp(160px, 15.625vw, 320px);
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list,
.mobile-nav__wrapper .mobile-nav__content .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list ul {
  display: none;
  border-top: 0px solid transparent;
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list ul li > a {
  padding-left: 1em;
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list ul li:not(:last-child) {
  border-bottom: 0px solid transparent;
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list li:not(:last-child) {
  border-bottom: 0px solid transparent;
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list li a {
  display: flex;
  justify-content: space-between;
  line-height: 30px;
  color: #101010;
  font-size: 18px;
  font-family: "Inter", sans-serif;
  text-transform: capitalize;
  font-weight: 400;
  height: 46px;
  letter-spacing: 0.8px;
  align-items: center;
  transition: 500ms;
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list li a .fa-solid {
  display: none;
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list li a.expanded {
  color: #f59e0b;
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list li a button {
  width: 30px;
  height: 30px;
  background-color: #f59e0b;
  border: none;
  outline: none;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: rotate(-90deg);
  border-radius: 4px;
  transition: transform 500ms ease;
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list li a button.expanded {
  transform: rotate(0deg);
  background-color: #f59e0b;
  color: #ffffff;
}
.mobile-nav__wrapper .mobile-nav__close {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 18px;
  color: #f59e0b;
  cursor: pointer;
}

.mobile-nav__social {
  display: flex;
  align-items: center;
}
.mobile-nav__social a {
  font-size: 16px;
  color: #101010;
  transition: 500ms;
}
.mobile-nav__social a + a {
  margin-left: 20px;
}
.mobile-nav__social a:hover {
  color: #f59e0b;
}

.mobile-nav__contact {
  margin-bottom: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
.mobile-nav__contact li {
  color: #101010;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
}
.mobile-nav__contact li + li {
  margin-top: 15px;
}
.mobile-nav__contact li a {
  color: inherit;
  transition: 500ms;
}
.mobile-nav__contact li a:hover {
  color: #f59e0b;
}
.mobile-nav__contact li i {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  background-color: #f59e0b;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 14px;
  margin-right: 10px;
  color: #ffffff;
}

.mobile-nav__container .main-menu__logo,
.mobile-nav__container .main-menu__right {
  display: none;
}

@media (max-width: 1025px) {
  .main-menu__right {
    display: flex;
    align-items: center;
    gap: clamp(18px, 1.25vw, 48px) !important;
  }
}

.nav-bar .nav-link li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
}
.nav-bar .nav-link li::before {
  width: clamp(4px, 0.417vw, 16px);
  height: clamp(4px, 0.417vw, 16px);
  border: 1px solid #f59e0b;
  border-radius: clamp(4px, 0.417vw, 16px);
}
.nav-bar .nav-link li.active::before {
  display: none;
}

.hero-sec {
  padding-top: clamp(68px, 7.396vw, 230px);
}
@media (max-width: 1025px) {
  .hero-sec {
    padding-top: 14.375vw;
  }
}
@media (max-width: 821px) {
  .hero-sec {
    padding-top: 20.375vw;
  }
}
@media (max-width: 520px) {
  .hero-sec {
    padding-top: 32.375vw;
  }
}
.hero-sec .underline-text {
  text-decoration: underline;
  color: #1e293b;
}
@media (max-width: 933px) {
  .hero-sec .row-gap-6 {
    gap: 6.829vw;
  }
}
@media (max-width: 933px) {
  .hero-sec .rent-title {
    justify-content: center;
  }
}
@media (max-width: 820px) {
  .hero-sec .form-wrapper {
    margin-top: 6.125vw;
  }
}
.hero-sec .form-wrapper .nav-tabs {
  display: inline-flex;
  padding: clamp(8px, 0.625vw, 24px) clamp(11px, 0.781vw, 28px);
  align-items: center;
  gap: clamp(8px, 0.625vw, 24px);
  border-radius: clamp(8px, 0.625vw, 24px);
  background-color: #efefef;
}
.hero-sec .form-wrapper .nav-tabs .nav-item .nav-link {
  padding: clamp(5px, 0.521vw, 20px) clamp(12px, 0.833vw, 32px);
  border-radius: clamp(4px, 0.417vw, 16px);
  background-color: #fff;
  display: flex;
  align-items: center;
  border: none;
  justify-content: center;
  font-size: clamp(13px, 0.729vw, 32px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #242424;
  transition: all 0.5s ease-in-out;
}
.hero-sec .form-wrapper .nav-tabs .nav-item .nav-link.active {
  background-color: #242424;
  color: #ffffff;
}
.hero-sec .form-wrapper .tab-content {
  border: 1px solid #e6e6e6;
  border-radius: clamp(4px, 0.417vw, 16px);
  background: #efefef;
  padding: clamp(24px, 1.667vw, 64px);
}
@media (max-width: 1025px) {
  .hero-sec .form-wrapper .tab-content {
    border-radius: 16px;
  }
}
.hero-sec .form-wrapper .tab-content .rent-form {
  display: flex;
  align-items: end;
  gap: clamp(18px, 1.25vw, 48px) !important;
}
@media (max-width: 1399px) {
  .hero-sec .form-wrapper .tab-content .rent-form {
    justify-content: space-between;
  }
}
@media (max-width: 820px) {
  .hero-sec .form-wrapper .tab-content .rent-form {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.hero-sec .form-wrapper .tab-content .rent-form .input-block {
  width: 14.349vw;
  padding: clamp(8px, 0.625vw, 24px) clamp(12px, 0.833vw, 32px);
  padding-left: clamp(36px, 2.5vw, 84px);
  gap: clamp(4px, 0.417vw, 16px);
  border-radius: clamp(4px, 0.417vw, 16px);
  background: #fff;
  position: relative;
}
.hero-sec .form-wrapper .tab-content .rent-form .input-block svg {
  position: absolute;
  left: 0.833vw;
  top: 0.625vw;
  width: clamp(18px, 1.25vw, 48px);
  height: clamp(18px, 1.25vw, 48px);
}
@media (max-width: 1399px) {
  .hero-sec .form-wrapper .tab-content .rent-form .input-block {
    width: 16.349vw;
  }
  .hero-sec .form-wrapper .tab-content .rent-form .input-block svg {
    top: 0.999vw;
  }
}
@media (max-width: 820px) {
  .hero-sec .form-wrapper .tab-content .rent-form .input-block {
    width: 26.349vw;
  }
  .hero-sec .form-wrapper .tab-content .rent-form .input-block svg {
    top: 1.5vw;
  }
}
@media (max-width: 820px) {
  .hero-sec .form-wrapper .tab-content .rent-form .input-block {
    width: 38.349vw;
  }
  .hero-sec .form-wrapper .tab-content .rent-form .input-block svg {
    top: 13px;
    left: 10px;
  }
}
@media (max-width: 400px) {
  .hero-sec .form-wrapper .tab-content .rent-form .input-block {
    width: 76.349vw;
  }
}
.hero-sec .form-wrapper .tab-content .rent-form .input-block input {
  font-size: clamp(14px, 0.938vw, 36px);
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  color: #5d5d5d;
  background: transparent;
  border: none;
}
.hero-sec .form-wrapper .tab-content .rent-form .input-block input:focus {
  box-shadow: none;
  outline: none;
}
.hero-sec .form-wrapper .tab-content .rent-form .input-block input::placeholder {
  font-size: clamp(14px, 0.938vw, 36px);
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  color: #5d5d5d;
}

.rent-title {
  display: flex;
  align-items: center;
  gap: clamp(8px, 0.625vw, 24px);
}
.rent-title .title-text {
  font-size: clamp(13px, 0.729vw, 28px);
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 21px */
  letter-spacing: 0.21px;
  text-transform: uppercase;
  color: #101010;
}

footer .bannerblock {
  position: relative;
}
footer .bannerblock img {
  width: 100%;
}
@media (max-width: 821px) {
  footer .bannerblock img {
    height: 400px;
    object-fit: cover;
    border-radius: 24px;
  }
}
@media (max-width: 520px) {
  footer .bannerblock img {
    height: 440px;
  }
}
footer .bannerblock .banner-content {
  position: absolute;
  right: 4.271vw;
  bottom: 4.818vw;
}
@media (max-width: 821px) {
  footer .bannerblock .banner-content {
    bottom: 18.818vw;
  }
}
@media (max-width: 520px) {
  footer .bannerblock .banner-content {
    top: 11vw;
    padding: 0 10px;
    left: 10px;
    right: unset;
    bottom: unset;
    text-align: center;
  }
}
footer .bannerblock .banner-content .cus-btn {
  border: 1px solid #fff;
  background: #f59e0b;
}
footer .bannerblock .banner-content .cus-btn2 {
  border: 1px solid #fff;
}
footer .bannerblock .banner-content .cus-btn2 .text {
  color: #fff;
}
footer .bannerblock .banner-content .cus-btn2 svg path {
  fill: #fff;
}
footer .bannerblock .banner-content .cus-btn2:hover {
  background: #ffffff;
}
footer .bannerblock .banner-content .cus-btn2:hover .text {
  color: #f59e0b;
}
footer .bannerblock .banner-content .cus-btn2:hover svg path {
  fill: #f59e0b;
}
footer .newslatter {
  padding: clamp(8px, 0.625vw, 24px) clamp(24px, 1.667vw, 64px);
  border-bottom: 1px solid #646464;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .newslatter input {
  width: 100%;
  font-size: clamp(14px, 0.833vw, 32px);
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.16px;
  outline: none;
  border: none;
  background: transparent;
}
footer .newslatter input:focus {
  outline: none;
  border: none;
  background: transparent;
  box-shadow: none;
}
footer .newslatter button {
  font-size: clamp(14px, 0.833vw, 32px);
  color: #f59e0b;
  font-weight: 600;
  line-height: 150%;
  border: none;
  transition: all 0.5s ease-in-out;
  border-bottom: 1px solid transparent;
  background: transparent;
}
footer .newslatter button:hover {
  border-color: #f59e0b;
}
footer .link-block {
  display: flex;
  gap: clamp(8px, 0.625vw, 24px);
  flex-direction: column;
}
footer .link-block li a {
  font-weight: 500;
  line-height: 150%;
  font-size: clamp(14px, 0.833vw, 32px);
  color: #242424;
  transition: all 0.5s ease-in-out;
}
footer .link-block li a:hover {
  color: #f59e0b;
  transform: translateX(6px);
}
footer .social-icon {
  display: flex;
  align-items: center;
  gap: clamp(18px, 1.25vw, 48px) !important;
}
footer .social-icon .icon svg {
  width: clamp(24px, 1.667vw, 64px);
  height: clamp(24px, 1.667vw, 64px);
  transition: all 0.5s ease-in-out;
}
footer .social-icon .icon svg:hover path {
  fill: #f59e0b;
}
footer .p-text {
  color: var(--gray-color, #646464);
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.16px;
}
footer .bottom-bar .copyright-text {
  font-size: clamp(14px, 0.833vw, 42px);
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  color: #646464;
  letter-spacing: 0.16px;
}
@media (max-width: 520px) {
  footer .bottom-bar .copyright-text {
    text-align: center;
  }
}
footer .bottom-bar .paymentcards {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: clamp(4px, 0.417vw, 16px);
}
@media (max-width: 520px) {
  footer .bottom-bar .paymentcards {
    justify-content: center;
  }
}
footer .bottom-bar .paymentcards img {
  width: clamp(38px, 2.5vw, 98px);
}
footer .svg {
  width: clamp(18px, 1.042vw, 60px);
  height: clamp(18px, 1.042vw, 60px);
}

.product-sec .product-image-container {
  display: flex;
  gap: clamp(18px, 1.25vw, 48px) !important;
  flex-direction: column;
  padding: clamp(16px, 1.25vw, 40px);
  border-radius: clamp(18px, 1.25vw, 48px);
  position: relative;
}
@media (max-width: 1024px) {
  .product-sec .product-image-container {
    justify-content: center;
  }
}
.product-sec .product-image-container .product-slider-asnav {
  pointer-events: auto;
  width: 20%;
}
@media (max-width: 575px) {
  .product-sec .product-image-container .product-slider-asnav {
    width: 100%;
  }
}
.product-sec .product-image-container .product-slider-asnav.asnav-2 {
  width: 100%;
}
.product-sec .product-image-container .product-slider-asnav.asnav-2 .slick-track {
  flex-direction: row;
  width: auto !important;
  justify-content: center;
  transform: none !important;
}
.product-sec .product-image-container .product-slider-asnav .slick-track {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 8px;
  width: max-content !important;
}
@media (max-width: 575px) {
  .product-sec .product-image-container .product-slider-asnav .slick-track {
    flex-direction: row;
  }
}
.product-sec .product-image-container .product-slider-asnav .nav-image {
  cursor: pointer;
  border-radius: clamp(4px, 0.417vw, 16px);
  transition: all 0.5s ease-in-out;
  border: 1px solid transparent;
}
@media (max-width: 460px) {
  .product-sec .product-image-container .product-slider-asnav .nav-image {
    width: 900px;
  }
  .product-sec .product-image-container .product-slider-asnav .nav-image img {
    width: 900px;
  }
}
@media (max-width: 399px) {
  .product-sec .product-image-container .product-slider-asnav .nav-image {
    width: clamp(48px, 18.045vw, 120px) !important;
  }
}
.product-sec .product-image-container .product-slider-asnav .nav-image.slick-current, .product-sec .product-image-container .product-slider-asnav .nav-image:hover {
  border: 1px solid #f59e0b;
}
.product-sec .product-image-container .product-detail-slider {
  pointer-events: none;
}
@media (max-width: 1024px) {
  .product-sec .product-image-container .product-detail-slider {
    width: 35%;
  }
}
@media (max-width: 575px) {
  .product-sec .product-image-container .product-detail-slider {
    width: 100%;
  }
}
.product-sec .product-image-container .product-detail-slider.slider-2 {
  width: 100%;
}
.product-sec .product-image-container .product-detail-slider .detail-image {
  display: flex;
  justify-content: center;
  border-radius: clamp(12px, 0.833vw, 32px);
}
.product-sec .slider-controls.inside {
  position: absolute;
  top: 37%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}
.product-sec .slider-controls.inside button {
  border: 1px solid #f59e0b;
  width: clamp(40px, 2.5vw, 54px);
  height: clamp(40px, 2.5vw, 54px);
  cursor: pointer;
  pointer-events: auto;
  border-radius: clamp(4px, 0.417vw, 16px);
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
}
.product-sec .slider-controls.inside button svg path {
  transition: all 0.5s ease-in-out;
}
.product-sec .slider-controls.inside button:hover {
  background: #f59e0b;
}
.product-sec .slider-controls.inside button:hover svg path {
  fill: #ffffff;
}
.product-sec .slider-controls.inside button i {
  font-size: 16px;
  display: inline-block;
}

.product-detail-sec .detail-tabs {
  display: flex;
  align-items: center;
  gap: clamp(16px, 1.042vw, 40px) !important;
  flex-wrap: wrap;
}
.product-detail-sec .detail-tabs .tabs-1 {
  padding: clamp(14px, 1.25vw, 24px);
  border-radius: clamp(8px, 0.625vw, 24px);
  border: 1px solid #242424;
  background: #fff;
  display: flex;
  align-items: center;
  gap: clamp(8px, 0.625vw, 24px);
  transition: all 0.5s ease-in-out;
}
.product-detail-sec .detail-tabs .tabs-1 svg {
  width: clamp(28px, 2.5vw, 68px);
  height: clamp(28px, 2.5vw, 68px);
}
.product-detail-sec .detail-tabs .tabs-1:hover {
  border-color: #f59e0b;
}
.product-detail-sec .car-detail {
  margin-right: clamp(40px, 12.396vw, 622px);
}
@media (max-width: 1025px) {
  .product-detail-sec .car-detail {
    margin-right: 5.396vw;
  }
}
@media (max-width: 933px) {
  .product-detail-sec .car-detail {
    margin-right: 6vw;
    margin-left: 6vw;
  }
}
.product-detail-sec .car-detail .discription-block {
  padding: clamp(24px, 1.667vw, 64px);
  border-radius: clamp(12px, 0.833vw, 32px);
  background: #efefef;
}

.feature-block .feature-1 {
  display: flex;
  align-items: center;
  gap: clamp(8px, 0.625vw, 24px);
}
.feature-block .feature-1 img {
  width: clamp(18px, 1.25vw, 48px);
  height: clamp(18px, 1.25vw, 48px);
  transition: all 0.5s ease-in-out;
}
.feature-block .feature-1 .feature-text {
  transition: all 0.5s ease-in-out;
  font-size: clamp(12px, 0.833vw, 32px);
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.16px;
}
.feature-block .feature-1:hover img {
  transform: rotate(-180deg);
}
.feature-block .feature-1:hover .feature-text {
  color: #f59e0b;
}

.getting-startsec .whychoose-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: clamp(54px, 8.125vw, 264px);
  padding-right: clamp(24px, 1.667vw, 64px);
}
.getting-startsec .whychoose-wrap img {
  position: absolute;
  right: -20px;
  top: 0;
}
@media (max-width: 933px) {
  .getting-startsec .whychoose-wrap img {
    height: 130%;
  }
}
@media (max-width: 520px) {
  .getting-startsec .whychoose-wrap img {
    display: none;
  }
}
.getting-startsec .whychoose-wrap .whychoose-block {
  display: flex;
  align-items: center;
  gap: clamp(18px, 1.25vw, 48px) !important;
  text-align: end;
  justify-content: end;
}
@media (max-width: 520px) {
  .getting-startsec .whychoose-wrap .whychoose-block {
    justify-content: start;
    flex-direction: row-reverse;
  }
}
.getting-startsec .whychoose-wrap .whychoose-block .icon {
  padding: clamp(24px, 1.667vw, 64px);
  border-radius: clamp(8px, 0.625vw, 24px);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-in-out;
  border-radius: clamp(8px, 0.625vw, 24px);
  background: #efefef;
  border: 1px solid transparent;
}
.getting-startsec .whychoose-wrap .whychoose-block .icon svg {
  width: clamp(25px, 1.823vw, 74px);
  height: clamp(25px, 1.823vw, 74px);
}
.getting-startsec .whychoose-wrap .whychoose-block .title {
  transition: all 0.5s ease-in-out;
}
.getting-startsec .whychoose-wrap .whychoose-block:hover .icon {
  border-color: #f59e0b;
}
.getting-startsec .whychoose-wrap .whychoose-block:hover .title {
  color: #f59e0b !important;
}
.getting-startsec .whychoose-wrap .whychoose-block.block-2 {
  justify-content: start;
}
@media (max-width: 520px) {
  .getting-startsec .whychoose-wrap .whychoose-block.block-2 {
    justify-content: start;
    flex-direction: row;
  }
}
.getting-startsec .whychoose-wrap.wrap-2 {
  padding-left: clamp(4px, 1.667vw, 64px);
  padding-top: 6.667vw;
}

.contact-sec .contact-wrap {
  padding: 0 3.88vw;
}
.contact-sec .contact-wrap .contact-block {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.contact-sec .contact-wrap .contact-block .icon {
  position: relative;
  z-index: 2;
  display: flex;
  width: clamp(48px, 3.125vw, 128px);
  height: clamp(48px, 3.125vw, 128px);
  align-items: center;
  justify-content: center;
  border-radius: clamp(4px, 0.417vw, 16px);
  background: #242424;
  transition: all 0.5s ease-in-out;
}
.contact-sec .contact-wrap .contact-block .icon svg {
  width: clamp(34px, 2.083vw, 54px);
  height: clamp(34px, 2.083vw, 54px);
}
.contact-sec .contact-wrap .contact-block .icon svg path {
  transition: all 0.5s ease-in-out;
}
.contact-sec .contact-wrap .contact-block .bottom-content {
  width: 100%;
  transition: all 0.5s ease-in-out;
  padding: clamp(18px, 1.25vw, 48px);
  padding-top: clamp(40px, 2.5vw, 54px);
  margin-top: -1.563vw;
  border-radius: clamp(8px, 0.625vw, 24px);
  background: #efefef;
  text-align: center;
}
@media (max-width: 530px) {
  .contact-sec .contact-wrap .contact-block .bottom-content {
    margin-top: -6.563vw;
  }
}
.contact-sec .contact-wrap .contact-block .bottom-content .text-16,
.contact-sec .contact-wrap .contact-block .bottom-content p {
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.16px;
}
.contact-sec .contact-wrap .contact-block:hover .icon {
  background: #f59e0b;
}
.contact-sec .contact-wrap .contact-block:hover .icon svg path {
  fill: #101010;
}
.contact-sec .contact-wrap .contact-block:hover .bottom-content {
  background: #f59e0b;
}
.contact-sec .form-progress {
  border-radius: clamp(5px, 0.521vw, 20px);
  background: #efefef;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.04);
  padding: clamp(12px, 0.833vw, 32px) clamp(18px, 1.25vw, 48px);
  display: flex;
  align-items: center;
  gap: clamp(12px, 0.833vw, 32px);
}
.contact-sec .form-progress .step {
  display: flex;
  align-items: center;
  gap: clamp(4px, 0.417vw, 16px);
}
.contact-sec .form-progress .step .circle {
  display: flex;
  width: clamp(24px, 1.667vw, 64px);
  height: clamp(24px, 1.667vw, 64px);
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #f59e0b;
}
.contact-sec .form-progress .step .circle svg {
  width: clamp(12px, 0.833vw, 32px);
}
.contact-sec .form-progress .step .circle.bordercircle {
  background: transparent;
  border: 1px solid #f59e0b;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
  letter-spacing: 0.32px;
}
.contact-sec .form-progress .hr-line {
  width: 6.667vw;
  background: #646464;
}
.contact-sec .plan {
  cursor: pointer;
  width: 100%;
  position: relative;
}
.contact-sec .plan input[type=radio] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.contact-sec .plan input[type=radio] + .plan-content {
  display: flex;
  padding-left: clamp(34px, 2.083vw, 54px);
  gap: 16px;
  align-items: center;
  position: relative;
  transition: ease-in 0.3s;
}
.contact-sec .plan input[type=radio] + .plan-content p {
  color: #646464;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.16px;
}
.contact-sec .plan input[type=radio] + .plan-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  height: 24px;
  width: 24px;
  border-radius: 100%;
  border: 3px solid #fff;
  box-shadow: 0 0 0 2px #f59e0b;
  transform: translateY(0);
}
.contact-sec .plan input[type=radio]:checked + .plan-content:after {
  background: #f59e0b;
  border: 5px solid #fff;
  box-shadow: 0 0 0 2px #f59e0b;
}
.contact-sec .plan .plan-details {
  display: inline-block;
  width: 100%;
}
.contact-sec .paycard {
  display: flex;
  padding: clamp(24px, 1.667vw, 64px) clamp(50px, 5.938vw, 624px);
  justify-content: center;
  align-items: center;
  gap: clamp(12px, 0.833vw, 32px);
  border-radius: clamp(5px, 0.521vw, 20px);
  background: #efefef;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
.contact-sec .paycard img {
  width: clamp(48px, 3.333vw, 128px);
  height: clamp(48px, 3.333vw, 128px);
}
.contact-sec .paycard.selected {
  background: #f59e0b;
}
.contact-sec .paymentcard {
  width: clamp(32px, 2.5vw, 68px);
}

.map-sec {
  border-radius: clamp(18px, 1.25vw, 48px);
  overflow: hidden;
}
.map-sec .user-block {
  position: absolute;
  left: clamp(18px, 1.406vw, 48px);
  top: clamp(18px, 1.302vw, 48px);
  padding: clamp(18px, 1.25vw, 48px);
  border-radius: clamp(12px, 0.833vw, 32px);
  border: 1px solid #efefef;
  background: #efefef;
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 1.042vw, 40px) !important;
}
.map-sec .user-block .user-img {
  width: 5.417vw;
}
@media (max-width: 999px) {
  .map-sec .user-block .user-img {
    width: 90px;
  }
}
.map-sec .user-block .star {
  width: clamp(18px, 1.25vw, 48px);
  height: clamp(18px, 1.25vw, 48px);
  flex-shrink: 0;
}
.map-sec .map {
  position: relative;
}
.map-sec .map-wrapper {
  border-radius: clamp(18px, 1.25vw, 48px);
  width: 100%;
}
.map-sec .map-wrapper iframe {
  width: 100%;
  border-radius: clamp(18px, 1.25vw, 48px);
  height: clamp(392px, 28.594vw, 968px);
}

.booking-sec .booking-wrap {
  padding: clamp(18px, 1.25vw, 48px);
  border-radius: clamp(8px, 0.625vw, 24px);
  background: #efefef;
  display: flex;
  align-items: center;
  gap: clamp(18px, 1.25vw, 48px) !important;
  position: relative;
  overflow: hidden;
}
.booking-sec .booking-wrap .block-1 {
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: clamp(18px, 1.25vw, 48px) !important;
}
.booking-sec .booking-wrap .block-1 .graytext {
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.16px;
}
@media (max-width: 821px) {
  .booking-sec .booking-wrap .block-1 {
    flex-wrap: wrap;
  }
  .booking-sec .booking-wrap .block-1 .booking-user {
    display: none;
  }
}
.booking-sec .booking-wrap .leftside-img {
  width: clamp(308px, 26.094vw, 1548px);
}
@media (max-width: 821px) {
  .booking-sec .booking-wrap .leftside-img {
    display: none;
  }
}
.booking-sec .slider-arrows {
  z-index: 4;
  margin-top: clamp(28px, 2.917vw, 88px);
  position: absolute;
  right: 2.708vw;
  bottom: 1.849vw;
  display: flex;
  align-items: center;
  gap: clamp(18px, 1.25vw, 48px) !important;
}
.booking-sec .slider-arrows .arrow-btn {
  display: flex;
  width: clamp(48px, 3.125vw, 264px);
  height: clamp(34px, 2.083vw, 54px);
  padding: 8px 0px;
  justify-content: center;
  align-items: center;
  border-radius: clamp(4px, 0.417vw, 16px);
  border: 1.28px solid #1e293b;
  transition: all 0.5s ease-in-out;
  background: transparent;
}
.booking-sec .slider-arrows .arrow-btn svg {
  width: clamp(18px, 1.25vw, 48px);
  height: clamp(18px, 1.25vw, 48px);
}
.booking-sec .slider-arrows .arrow-btn svg path {
  transition: all 0.5s ease-in-out;
}
.booking-sec .slider-arrows .arrow-btn:hover {
  background: #f59e0b;
  border-color: #f59e0b;
}
.booking-sec .slider-arrows .arrow-btn:hover svg path {
  stroke: #ffffff;
}

.testimonial-sec {
  overflow: hidden;
}
.testimonial-sec .testimonial-card {
  width: 21.563vw !important;
}
@media (max-width: 1025px) {
  .testimonial-sec .testimonial-card {
    width: 26.563vw !important;
  }
}
@media (max-width: 821px) {
  .testimonial-sec .testimonial-card {
    width: 31.563vw !important;
  }
}
@media (max-width: 520px) {
  .testimonial-sec .testimonial-card {
    width: 70.563vw !important;
  }
}
.testimonial-sec .testimonial-card .user-block {
  position: relative;
}
.testimonial-sec .testimonial-card .user-block .user-bg {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 10;
}
.testimonial-sec .testimonial-card .user-block .user-img {
  width: clamp(90px, 10.417vw, 464px);
  height: clamp(90px, 10.417vw, 464px);
  margin-bottom: 15px;
  flex-shrink: 0;
}
.testimonial-sec .testimonial-card .user-block .shap-vec {
  width: 17.552vw;
  height: 4.922vw;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
  bottom: 2px;
}
@media (max-width: 520px) {
  .testimonial-sec .testimonial-card .user-block .shap-vec {
    width: 59.552vw;
    height: 33.922vw;
  }
}
.testimonial-sec .testimonial-card .testimonial-content {
  margin-top: -5vw;
  border-radius: 30px;
  text-align: center;
  padding: 0 clamp(24px, 1.667vw, 64px);
  padding-bottom: clamp(24px, 1.771vw, 64px);
  padding-top: 6.667vw;
  background: #efefef;
}
.testimonial-sec .testimonial-card .testimonial-content p {
  color: #646464;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.16px;
}
.testimonial-sec .testimonial-card .testimonial-content .stars svg {
  width: clamp(16px, 1.042vw, 60px);
  height: clamp(16px, 1.042vw, 60px);
}
.testimonial-sec .testimonial-card .testimonial-content .quote-svg {
  width: clamp(24px, 1.667vw, 64px);
}

.serviceoffer-sec .service-card {
  display: flex;
  padding: clamp(18px, 1.25vw, 48px) clamp(24px, 1.667vw, 64px);
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(12px, 0.833vw, 32px);
  border-radius: clamp(8px, 0.625vw, 24px);
  border: 1px solid #e6e6e6;
  background: #efefef;
  transition: all 0.5s ease-in-out;
}
.serviceoffer-sec .service-card .title-bar {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.serviceoffer-sec .service-card .title-bar .carsvg {
  width: clamp(36px, 2.604vw, 84px);
  height: clamp(36px, 2.604vw, 84px);
}
.serviceoffer-sec .service-card .title-bar .arrow-svg {
  width: clamp(18px, 1.25vw, 48px);
  height: clamp(18px, 1.25vw, 48px);
}
.serviceoffer-sec .service-card .title-bar .arrow-svg path {
  transition: all 0.5s ease-in-out;
}
.serviceoffer-sec .service-card .title-bar .service-text {
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.16px;
  transition: all 0.5s ease-in-out;
}
.serviceoffer-sec .service-card .title-bar .h5,
.serviceoffer-sec .service-card .title-bar .service-text {
  transition: all 0.5s ease-in-out;
}
.serviceoffer-sec .service-card:hover {
  border: 1px solid var(--Color, #d1d1d1);
  background: #f59e0b;
}
.serviceoffer-sec .service-card:hover .title-bar .h5 {
  color: #ffffff;
}
.serviceoffer-sec .service-card:hover .title-bar .arrow-svg path {
  stroke: #1e293b;
}
.serviceoffer-sec .service-card:hover .service-text {
  color: #ffffff;
}

.service-sec .service-card {
  border-radius: clamp(8px, 0.625vw, 24px);
  background: #efefef;
  transition: all 0.5s ease-in-out;
}
.service-sec .service-card .car-name {
  padding: clamp(8px, 0.625vw, 24px) clamp(12px, 0.833vw, 32px);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.service-sec .service-card .car-name .h6 {
  font-weight: 500;
  line-height: 110%;
  color: #242424 !important;
}
.service-sec .service-card .service-content {
  padding: clamp(24px, 1.667vw, 64px) clamp(18px, 1.458vw, 48px) clamp(18px, 1.458vw, 48px) clamp(18px, 1.458vw, 48px);
}
.service-sec .service-card .service-content .available {
  color: #646464;
  font-size: clamp(14px, 0.833vw, 32px);
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.16px;
}
.service-sec .service-card .service-content .icon-svg svg {
  width: clamp(16px, 1.042vw, 40px);
  height: clamp(16px, 1.042vw, 40px);
}
.service-sec .service-card .service-content .booking-btn {
  padding: clamp(8px, 0.625vw, 24px) clamp(18px, 1.25vw, 48px);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  line-height: 150%;
  font-size: clamp(14px, 0.833vw, 32px);
  border-radius: 4px;
  background: #f59e0b;
  transition: all 0.5s ease-in-out;
  color: #ffffff;
}
.service-sec .service-card .service-content .booking-btn:hover {
  background: #1e293b;
}
.service-sec .service-card h6,
.service-sec .service-card h5,
.service-sec .service-card p,
.service-sec .service-card .h5 {
  transition: all 0.5s ease-in-out;
}
.service-sec .service-card:hover {
  background-color: #f59e0b;
}
.service-sec .service-card:hover h6,
.service-sec .service-card:hover .h6,
.service-sec .service-card:hover h5,
.service-sec .service-card:hover p,
.service-sec .service-card:hover .h5 {
  color: #ffffff !important;
}
.service-sec .service-card:hover .booking-btn {
  border: 1px solid #ffffff;
  color: #ffffff;
}
.service-sec .service-card:hover svg path {
  fill: #ffffff;
}
.service-sec .nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(24px, 1.563vw, 64px);
  border: none;
  padding: clamp(47px, 3.125vw, 90px) 0;
}
@media (max-width: 1025px) {
  .service-sec .nav {
    gap: clamp(5px, 0.521vw, 20px);
  }
}
@media (max-width: 820px) {
  .service-sec .nav {
    gap: clamp(18px, 1.25vw, 48px) !important;
    justify-content: center;
  }
}
.service-sec .nav .nav-item {
  border: none;
  width: clamp(180px, 11.198vw, 488px);
}
@media (max-width: 1499px) {
  .service-sec .nav .nav-item {
    width: auto;
  }
}
@media (max-width: 540px) {
  .service-sec .nav .nav-item {
    width: 46%;
  }
}
.service-sec .nav .nav-item .nav-link {
  padding: clamp(18px, 1.25vw, 88px) clamp(18px, 1.25vw, 48px);
  border-radius: clamp(8px, 0.625vw, 24px);
  background: #efefef;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #242424;
  font-size: clamp(17px, 1.198vw, 40px);
  font-weight: 600;
  line-height: 120%;
  font-family: "Inter", sans-serif;
  position: relative;
  overflow: hidden;
  transition: all 0.35s ease;
  z-index: 3;
}
.service-sec .nav .nav-item .nav-link::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, #f59e0b, #fdba74);
  z-index: -1;
  border-radius: clamp(8px, 0.625vw, 24px);
  transition: all 0.5s ease;
}
.service-sec .nav .nav-item .nav-link.v1::before {
  top: -100%;
  left: -100%;
}
.service-sec .nav .nav-item .nav-link.v1:hover::before {
  top: 0;
  left: 0;
}
.service-sec .nav .nav-item .nav-link.v2::before {
  bottom: -100%;
  right: -100%;
}
.service-sec .nav .nav-item .nav-link.v2:hover::before {
  bottom: 0;
  right: 0;
}
.service-sec .nav .nav-item .nav-link.v3::before {
  opacity: 0;
  top: 0;
  left: 0;
}
.service-sec .nav .nav-item .nav-link.v3:hover::before {
  opacity: 1;
}
.service-sec .nav .nav-item .nav-link.v4::before {
  transform: scale(0);
  top: 0;
  left: 0;
}
.service-sec .nav .nav-item .nav-link.v4:hover::before {
  transform: scale(1);
}
.service-sec .nav .nav-item .nav-link.v5::before {
  left: -100%;
  top: 0;
}
.service-sec .nav .nav-item .nav-link.v5:hover::before {
  left: 0;
}
.service-sec .nav .nav-item .nav-link.v6::before {
  top: 100%;
  left: 0;
}
.service-sec .nav .nav-item .nav-link.v6:hover::before {
  top: 0;
}
.service-sec .nav .nav-link.active,
.service-sec .nav .v1.active,
.service-sec .nav .v2.active,
.service-sec .nav .v3.active,
.service-sec .nav .v4.active,
.service-sec .nav .v5.active,
.service-sec .nav .v6.active {
  color: #ffffff;
  background: #f59e0b;
}
.service-sec .nav .nav-link.active::before,
.service-sec .nav .v1.active::before,
.service-sec .nav .v2.active::before,
.service-sec .nav .v3.active::before,
.service-sec .nav .v4.active::before,
.service-sec .nav .v5.active::before,
.service-sec .nav .v6.active::before {
  display: none;
}
.service-sec .service-card-2 {
  padding: clamp(24px, 1.667vw, 64px);
  border-radius: clamp(18px, 1.25vw, 48px);
  background: #efefef;
  display: inline-flex;
  gap: clamp(18px, 1.25vw, 48px) !important;
  flex-direction: column;
}
.service-sec .service-card-2 .card-info {
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.16px;
}
.service-sec .service-card-2 .cus-btn2 {
  display: inline-flex;
  width: fit-content;
}
.service-sec .service-card-2 .title-svg svg {
  width: clamp(28px, 1.823vw, 76px);
  height: clamp(28px, 1.823vw, 76px);
}

.brand-sec {
  padding: clamp(40px, 2.5vw, 94px) 0;
  background: #efefef;
}
.brand-sec .brand-slider {
  display: flex;
  align-items: center;
}
.brand-sec .brand-slider .slick-track {
  display: flex;
  align-items: center;
}

.service-detail-sec .service-tabs {
  padding: clamp(8px, 0.625vw, 24px) clamp(12px, 0.833vw, 32px);
  display: flex;
  align-items: center;
  gap: clamp(5px, 0.521vw, 20px);
  justify-content: space-between;
  background: #efefef;
  border-radius: clamp(4px, 0.417vw, 16px);
  transition: all 0.5s ease-in-out;
}
.service-detail-sec .service-tabs .svg-icon svg {
  width: clamp(24px, 1.823vw, 74px);
  height: clamp(24px, 1.823vw, 74px);
}
.service-detail-sec .service-tabs .svg-icon svg path {
  transition: all 0.5s ease-in-out;
}
.service-detail-sec .service-tabs .h6 {
  transition: all 0.5s ease-in-out;
}
.service-detail-sec .service-tabs .arrow {
  transition: all 0.5s ease-in-out;
  width: clamp(16px, 1.042vw, 40px);
  height: clamp(16px, 1.042vw, 40px);
}
.service-detail-sec .service-tabs:hover {
  background: #f59e0b;
}
.service-detail-sec .service-tabs:hover .arrow {
  transform: rotate(-45deg);
}
.service-detail-sec .service-tabs:hover .arrow path {
  fill: #ffffff;
}
.service-detail-sec .service-tabs:hover .svg-icon svg path {
  fill: #ffffff;
}
.service-detail-sec .service-tabs:hover .h6 {
  color: #ffffff;
}

.blog-sec .blog-card .card-image {
  position: relative;
  border-radius: clamp(8px, 0.625vw, 24px);
  overflow: hidden;
}
.blog-sec .blog-card .card-image .image-effect {
  overflow: hidden;
  width: 100%;
  border-radius: clamp(8px, 0.625vw, 24px);
}
.blog-sec .blog-card .card-image img {
  border-radius: clamp(8px, 0.625vw, 24px);
  width: 100%;
}
.blog-sec .blog-card .card-image .date-block {
  padding: clamp(4px, 0.417vw, 16px) clamp(12px, 0.833vw, 32px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 37px;
  top: 33px;
  border-radius: 4px;
  background-color: #ffffff;
  text-align: center;
}
.blog-sec .blog-card .card-content {
  position: relative;
  z-index: 2;
  margin: 0 1.563vw;
  margin-top: -2.865vw;
  padding: clamp(18px, 1.25vw, 48px);
  border-radius: clamp(8px, 0.625vw, 24px);
  background: #efefef;
}
@media (max-width: 821px) {
  .blog-sec .blog-card .card-content {
    margin-top: -16.865vw;
  }
}
@media (max-width: 520px) {
  .blog-sec .blog-card .card-content {
    margin-top: -30.865vw;
  }
}
.blog-sec .blog-card .card-content .userontop {
  margin-top: -2.083vw;
}
@media (max-width: 821px) {
  .blog-sec .blog-card .card-content .userontop {
    margin-top: -4.083vw;
  }
}
@media (max-width: 520px) {
  .blog-sec .blog-card .card-content .userontop {
    margin-top: -8.083vw;
  }
}
.blog-sec .blog-card .card-content p {
  color: #646464;
}
.blog-sec .blog-card .card-content .card-text {
  letter-spacing: 0.16px;
}
.blog-sec .blog-card .card-content .hr-line {
  background: #d1d1d1;
}
.blog-sec .blog-card .card-content .blog-user {
  width: clamp(34px, 2.083vw, 94px);
  height: clamp(34px, 2.083vw, 94px);
}
.blog-sec .blog-card .card-content .comment-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(18px, 1.25vw, 48px);
}
.blog-sec .blog-card .card-content .comment-btn .bubble-chat {
  width: clamp(16px, 1.042vw, 40px);
  height: clamp(16px, 1.042vw, 40px);
}
.blog-sec .blog-card .card-content .comment-btn .card-btn {
  display: flex;
  align-items: center;
  gap: clamp(4px, 0.417vw, 16px);
  font-weight: 600;
  line-height: 150%;
  color: #646464;
  font-family: "Inter", sans-serif;
  font-size: clamp(15px, 0.833vw, 32px);
  /* 16px */
  transition: all 0.5s ease-in-out;
}
.blog-sec .blog-card .card-content .comment-btn .card-btn svg {
  width: clamp(16px, 1.042vw, 40px);
  height: clamp(16px, 1.042vw, 40px);
}
.blog-sec .blog-card .card-content .comment-btn .card-btn:hover {
  color: #f59e0b;
}
.blog-sec .blog-card:hover .card-image .image-effect::after {
  height: 250%;
  -webkit-transition: all 940ms ease-in-out;
  -o-transition: all 940ms ease-in-out;
  transition: all 940ms ease-in-out;
  background-color: transparent;
}
.blog-sec .blog-card:hover .card-image img {
  transform: scale(1.05);
}
.blog-sec .blog-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 12px;
}
@media (max-width: 599px) {
  .blog-sec .blog-heading {
    justify-content: center;
  }
}
.blog-sec .blog-heading .search-form {
  width: clamp(216px, 18.594vw, 490px);
  padding: 4px 4px 4px clamp(12px, 0.833vw, 32px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #717680;
}
.blog-sec .blog-heading .search-form .newsvector svg {
  width: clamp(16px, 1.042vw, 40px);
  height: clamp(16px, 1.042vw, 40px);
}
.blog-sec .blog-heading .search-form input {
  color: #101010;
  width: 100%;
  background-color: transparent;
  border: none;
  outline: none;
  box-shadow: none;
}
.blog-sec .blog-heading .search-form input:focus {
  border: none;
  background-color: transparent;
  outline: none;
  box-shadow: none;
}
.blog-sec .blog-heading .search-form input::placeholder {
  color: #242424;
  font-family: "Inter", sans-serif;
  font-size: clamp(14px, 0.833vw, 32px);
  /* 16px */
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.blog-sec .blog-heading .search-form .news-button {
  flex-shrink: 0;
  border: none;
  background-color: transparent;
  border-radius: 8px;
  display: flex;
  padding: 11.667px;
  align-items: center;
  transition: all 0.5s ease-in-out;
}
.blog-sec .blog-heading .search-form .news-button svg {
  width: clamp(12px, 0.833vw, 32px);
  height: clamp(12px, 0.833vw, 32px);
}
.blog-sec .blog-heading .search-form .news-button:hover {
  background-color: #f59e0b;
}
.blog-sec .blog-heading .filter-btn {
  padding: clamp(8px, 0.5vw, 24px) clamp(18px, 1.25vw, 48px);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(8px, 0.625vw, 24px);
  background-color: transparent;
  border: 1px solid #242424;
  color: #242424;
  transition: all 0.5s ease-in-out;
}
.blog-sec .blog-heading .filter-btn .text-16 {
  font-size: 16px;
  transition: all 0.5s ease-in-out;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.16px;
}
.blog-sec .blog-heading .filter-btn:hover {
  border: 1px solid #f59e0b;
  background-color: #f59e0b;
}
.blog-sec .blog-heading .filter-btn:hover .text-16 {
  color: #ffffff !important;
}
.blog-sec .blog-heading .filter-btn:hover svg path {
  fill: #ffffff;
}

.faq-sec {
  overflow: hidden;
}
.faq-sec .faq-container {
  margin-left: clamp(40px, 12.396vw, 622px);
}
@media (max-width: 1025px) {
  .faq-sec .faq-container {
    margin-left: 5.396vw;
  }
}
.faq-sec .faq-container .faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
.faq-sec .faq-container .faq-toggle {
  display: flex;
  align-items: center;
  transition: all 0.5s ease-in-out;
}
.faq-sec .faq-container .faq-toggle .faq-arrow {
  transition: transform 0.3s ease-in-out;
  transition: all 0.5s ease-in-out;
  transform-origin: center;
}
.faq-sec .faq-answer {
  transition: all 0.5s ease-in-out;
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  transition: max-height 0.4s ease-in-out, padding 0.4s ease-in-out;
  padding: 16px 0 0 0;
  color: #646464;
  line-height: 160%;
}
.faq-sec .faq-item.active .faq-answer {
  transition: all 0.5s ease-in-out;
  max-height: fit-content;
  padding: 16px 0 0 0;
}
.faq-sec .faq-item .faq-arrow {
  transition: all 0.5s ease-in-out;
  transform: rotate(180deg);
}
.faq-sec .faq-item.active .faq-arrow {
  transition: all 0.5s ease-in-out;
  transform: rotate(0deg);
}

.shop-sidebar-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 999;
}
.shop-sidebar-overlay.active {
  display: block;
  opacity: 1;
}

.shop-sidebar.toggle-sidebar {
  position: fixed;
  top: 0;
  left: -800px;
  width: clamp(300px, 22.604vw, 650px);
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 99999;
  overflow-y: scroll;
}
.shop-sidebar.toggle-sidebar .sidebar {
  border-radius: 0;
}
.shop-sidebar.toggle-sidebar::-webkit-scrollbar {
  width: 5px;
}
.shop-sidebar.toggle-sidebar::-webkit-scrollbar-track {
  background-color: #101010;
  -webkit-border-radius: 1px;
  border-radius: 1px;
}
.shop-sidebar.toggle-sidebar::-webkit-scrollbar-thumb {
  -webkit-border-radius: 1px;
  border-radius: 1px;
  background: #f59e0b;
  border-radius: 5px;
}
.shop-sidebar.toggle-sidebar.active {
  left: 0;
}
.shop-sidebar.toggle-sidebar .blog-sidebar {
  background-color: #101010;
  border-radius: 0;
  padding: 34px clamp(16px, 1.042vw, 40px);
}

.sidebar {
  background-color: #efefef;
  border-radius: clamp(18px, 1.25vw, 48px);
  padding: clamp(10px, 1.25vw, 48px);
}
.sidebar .tags-block {
  display: flex;
  align-items: center;
  gap: clamp(8px, 0.625vw, 24px);
  flex-wrap: wrap;
  row-gap: clamp(8px, 0.625vw, 24px);
}
.sidebar .tags-block .tag1 {
  padding: clamp(4px, 0.417vw, 16px) clamp(12px, 0.833vw, 32px);
  border: 1px solid #242424;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-in-out;
  border-radius: 4px;
}
.sidebar .tags-block .tag1 span {
  transition: all 0.5s ease-in-out;
  color: #242424;
}
.sidebar .tags-block .tag1:hover, .sidebar .tags-block .tag1.active {
  border: 1px solid #f59e0b;
  background-color: #f59e0b;
}
.sidebar .tags-block .tag1:hover span, .sidebar .tags-block .tag1.active span {
  color: #ffffff !important;
}
.sidebar .search-form {
  width: 100%;
  padding: clamp(8px, 0.625vw, 24px) clamp(12px, 0.833vw, 32px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: clamp(4px, 0.417vw, 16px);
  border: 1px solid #242424;
}
.sidebar .search-form .newsvector svg {
  width: clamp(16px, 1.042vw, 40px);
  height: clamp(16px, 1.042vw, 40px);
}
.sidebar .search-form input {
  color: #242424;
  width: 100%;
  border: none;
  background-color: transparent;
  outline: none;
  box-shadow: none;
}
.sidebar .search-form input:focus {
  border: none;
  background-color: transparent;
  outline: none;
  box-shadow: none;
}
.sidebar .search-form input::placeholder {
  color: #242424;
  font-family: "Inter", sans-serif;
  font-size: clamp(14px, 0.938vw, 36px);
  /* 18px */
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.sidebar .search-form .news-button {
  flex-shrink: 0;
  background-color: transparent;
  transition: all 0.5s ease-in-out;
  border: none;
  border-radius: 12px;
  padding: 8px;
}
.sidebar .search-form .news-button svg {
  width: clamp(18px, 1.25vw, 48px);
  height: clamp(18px, 1.25vw, 48px);
}
.sidebar .search-form .news-button svg path {
  fill: #242424;
}
.sidebar .search-form .news-button:hover {
  background-color: #f59e0b;
}
.sidebar .search-form .news-button:hover svg path {
  fill: #ffffff;
}
.sidebar .recent-blogs p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
  -webkit-line-clamp: 2;
}
.sidebar input[type=search]::-webkit-search-decoration,
.sidebar input[type=search]::-webkit-search-cancel-button,
.sidebar input[type=search]::-webkit-search-results-button,
.sidebar input[type=search]::-webkit-search-results-decoration {
  display: none;
}

.blog-detail .quote {
  padding: clamp(24px, 1.667vw, 64px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: clamp(18px, 1.25vw, 48px) !important;
  border-radius: clamp(12px, 0.833vw, 32px);
  background: #efefef;
  text-align: center;
}
.blog-detail .quote svg {
  width: clamp(24px, 1.667vw, 64px);
}
.blog-detail .detail-sidebar {
  padding: clamp(18px, 1.25vw, 48px);
  border-radius: clamp(12px, 0.833vw, 32px);
  border: 1px solid #d1d1d1;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(7.5px);
}
.blog-detail .detail-sidebar .category-block {
  padding: 24px;
  background-color: #efefef;
  border-radius: clamp(8px, 0.625vw, 24px);
  margin-bottom: clamp(18px, 1.667vw, 50px);
}
.blog-detail .detail-sidebar .searchbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: clamp(12px, 0.833vw, 32px);
  border-bottom: 1px solid #b5b5b5;
}
.blog-detail .detail-sidebar .searchbar input {
  background: transparent;
  border: 0;
  outline: none;
}
.blog-detail .detail-sidebar .searchbar input:focus {
  background: transparent;
  border: 0;
  outline: none;
  box-sizing: 0;
}
.blog-detail .detail-sidebar .searchbar input::placeholder {
  font-size: clamp(14px, 0.938vw, 36px);
  font-style: normal;
  font-weight: 400;
  line-height: 166.667%;
  color: #b5b5b5;
}
.blog-detail .detail-sidebar .searchbar button {
  border: 0;
  background: transparent;
}
.blog-detail .detail-sidebar .searchbar button svg {
  width: clamp(18px, 1.25vw, 48px);
  height: clamp(18px, 1.25vw, 48px);
}
.blog-detail .detail-sidebar .searchbar button svg path {
  transition: all 0.5s ease-in-out;
}
.blog-detail .detail-sidebar .searchbar button svg:hover path {
  fill: #f59e0b;
}
.blog-detail .detail-sidebar .num-block {
  position: relative;
}
.blog-detail .detail-sidebar .num-block img {
  width: 100%;
  border-radius: clamp(8px, 0.625vw, 24px);
}
.blog-detail .detail-sidebar .num-block .num-content {
  position: absolute;
  width: 100%;
  bottom: clamp(24px, 1.667vw, 64px);
  text-align: center;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.blog-detail .detail-sidebar .num-block .num-content p {
  color: #d1d1d1;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.16px;
}
.blog-detail .detail-sidebar .num-block .num-content .tel-icon {
  display: flex;
  width: clamp(48px, 2.917vw, 148px);
  height: clamp(48px, 2.917vw, 148px);
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
}
.blog-detail .detail-sidebar .num-block .num-content .tel-icon svg {
  width: clamp(24px, 1.875vw, 64px);
  height: clamp(24px, 1.875vw, 64px);
}
.blog-detail .detail-sidebar .tags-block {
  display: flex;
  align-items: center;
  gap: clamp(8px, 0.625vw, 24px);
  flex-wrap: wrap;
}
.blog-detail .detail-sidebar .tag1 {
  padding: clamp(4px, 0.417vw, 16px) clamp(12px, 0.833vw, 32px);
  border: 1px solid #d1d1d1;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-in-out;
  border-radius: 4px;
}
.blog-detail .detail-sidebar .tag1 span {
  font-weight: 700;
  line-height: 150%;
  transition: all 0.5s ease-in-out;
  color: #242424;
  font-size: clamp(11px, 0.625vw, 24px);
}
.blog-detail .detail-sidebar .tag1:hover, .blog-detail .detail-sidebar .tag1.active {
  border: 1px solid #f59e0b;
  background-color: #f59e0b;
}
.blog-detail .detail-sidebar .tag1:hover span, .blog-detail .detail-sidebar .tag1.active span {
  color: #ffffff !important;
}
.blog-detail .comment-wrap {
  padding: clamp(40px, 2.5vw, 54px);
  border-radius: clamp(8px, 0.625vw, 24px);
  border: 1px solid #d1d1d1;
}
.blog-detail .comment-wrap .comment-block {
  display: flex;
  align-items: center;
  gap: clamp(18px, 1.25vw, 48px) !important;
}
@media (max-width: 450px) {
  .blog-detail .comment-wrap .comment-block {
    flex-direction: column;
    align-items: start;
  }
}
.blog-detail .comment-wrap .comment-block img {
  width: clamp(90px, 8.073vw, 354px);
}
.blog-detail .comment-wrap .comment-block .comment-btn {
  display: flex;
  align-items: center;
  gap: clamp(12px, 0.833vw, 32px);
}
.blog-detail .comment-wrap .comment-block .comment-btn .text-16 {
  font-weight: 600;
  line-height: 150%;
  color: #101010 !important;
  transition: all 0.5s ease-in-out;
}
.blog-detail .comment-wrap .comment-block .comment-btn svg {
  width: clamp(12px, 0.833vw, 32px);
  height: clamp(12px, 0.833vw, 32px);
}
.blog-detail .comment-wrap .comment-block .comment-btn:hover .text-16 {
  color: #f59e0b !important;
}
.blog-detail .comment-wrap .comment-block.block-2 {
  padding-left: 8.333vw;
}

.our-team .left-slider {
  margin-left: -2.344vw;
  display: flex;
  align-items: center;
  gap: clamp(18px, 1.25vw, 48px) !important;
  flex-direction: row;
}
@media (max-width: 520px) {
  .our-team .left-slider {
    justify-content: center;
  }
}
.our-team .left-slider .top-slider {
  width: 13.646vw;
}
@media (max-width: 520px) {
  .our-team .left-slider .top-slider {
    width: 28.646vw;
  }
}
@media (max-width: 520px) {
  .our-team .left-slider .top-slider {
    display: none;
  }
}
.our-team .left-slider .top-slider img {
  width: 13.646vw;
}
.our-team .left-slider .three-slide-slider {
  position: relative;
  width: 30.521vw !important;
}
@media (max-width: 821px) {
  .our-team .left-slider .three-slide-slider {
    width: 51.521vw !important;
  }
}
@media (max-width: 520px) {
  .our-team .left-slider .three-slide-slider {
    width: 91.521vw !important;
  }
}
.our-team .left-slider .team-content {
  width: 30.521vw !important;
  padding: clamp(24px, 1.667vw, 64px);
  border-radius: clamp(8px, 0.625vw, 24px);
  background: #efefef;
}
.our-team .left-slider .team-content .info-text {
  font-weight: 400;
  line-height: 30px; /* 187.5% */
  letter-spacing: 0.16px;
}
@media (max-width: 821px) {
  .our-team .left-slider .team-content {
    width: 51.521vw !important;
  }
}
@media (max-width: 520px) {
  .our-team .left-slider .team-content {
    width: 91.521vw !important;
  }
}
.our-team .left-slider .slider-arrows {
  z-index: 4;
  margin-top: clamp(28px, 2.917vw, 88px);
  position: absolute;
  display: flex;
  align-items: center;
  gap: clamp(18px, 1.25vw, 48px) !important;
}
@media (max-width: 520px) {
  .our-team .left-slider .slider-arrows {
    position: unset;
    justify-content: center;
  }
}
.our-team .left-slider .slider-arrows .prev-arrow,
.our-team .left-slider .slider-arrows .next-arrow {
  display: flex;
  width: clamp(54px, 5.521vw, 264px);
  height: clamp(34px, 2.083vw, 54px);
  padding: 8px 0px;
  justify-content: center;
  align-items: center;
  border-radius: clamp(4px, 0.417vw, 16px);
  border: 1.28px solid #1e293b;
  transition: all 0.5s ease-in-out;
  background: transparent;
}
.our-team .left-slider .slider-arrows .prev-arrow svg,
.our-team .left-slider .slider-arrows .next-arrow svg {
  width: clamp(18px, 1.25vw, 48px);
  height: clamp(18px, 1.25vw, 48px);
}
.our-team .left-slider .slider-arrows .prev-arrow svg path,
.our-team .left-slider .slider-arrows .next-arrow svg path {
  transition: all 0.5s ease-in-out;
}
.our-team .left-slider .slider-arrows .prev-arrow:hover,
.our-team .left-slider .slider-arrows .next-arrow:hover {
  background: #f59e0b;
  border-color: #f59e0b;
}
.our-team .left-slider .slider-arrows .prev-arrow:hover svg path,
.our-team .left-slider .slider-arrows .next-arrow:hover svg path {
  stroke: #ffffff;
}
.our-team .bg-content {
  position: relative;
}
@media (max-width: 520px) {
  .our-team .bg-content {
    display: none;
  }
}
.our-team .bg-content .bg-layer {
  position: relative;
  z-index: -2;
  margin-top: -36%;
}
@media (max-width: 821px) {
  .our-team .bg-content .bg-layer {
    margin-top: -26%;
  }
}
.our-team .bg-content .faq-wrapper {
  width: clamp(340px, 30.26vw, 954px);
  position: absolute;
  margin-left: 12.5vw;
  bottom: 7.448vw;
  z-index: 2;
}
@media (max-width: 821px) {
  .our-team .bg-content .faq-wrapper {
    bottom: 2.448vw;
    margin-left: 7.5vw;
  }
}
.our-team .bg-content .faq-block {
  padding: 0 clamp(40px, 2.5vw, 54px);
}
.our-team .bg-content .faq-block .faq-title {
  font-weight: 500;
  line-height: 110%;
  color: #1e293b;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.our-team .bg-content .faq-block .faq-title .plus-icon {
  color: #f59e0b;
  font-weight: 500;
  transition: transform 0.3s ease;
}
.our-team .bg-content .faq-block .faq-desc {
  margin-top: 12px;
  display: none;
}
.our-team .bg-content .faq-block.active .plus-icon {
  transform: rotate(45deg);
}
.our-team .mb-54 {
  margin-bottom: clamp(30px, 2.813vw, 74px);
}

.repair-servicesec {
  overflow: hidden;
}
.repair-servicesec .repair-content-wrap {
  display: flex;
  position: relative;
  padding-top: 10.313vw;
  justify-content: center;
  left: 57%;
  transform: translateX(-50%);
}
@media (max-width: 520px) {
  .repair-servicesec .repair-content-wrap {
    display: none;
  }
}
.repair-servicesec .repair-content-wrap .repair-block {
  position: relative;
}
.repair-servicesec .repair-content-wrap .repair-block img {
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
.repair-servicesec .repair-content-wrap .repair-block:hover img {
  transform: translateY(-10px);
}
.repair-servicesec .repair-content-wrap .repair-block:nth-child(1) img {
  width: 17.135vw;
}
.repair-servicesec .repair-content-wrap .repair-block:nth-child(2) {
  transform: translate(-5.156vw, -7.708vw);
}
.repair-servicesec .repair-content-wrap .repair-block:nth-child(2) img {
  width: 17.917vw;
}
@media (max-width: 1399px) {
  .repair-servicesec .repair-content-wrap .repair-block:nth-child(2) {
    transform: translate(-6.156vw, -8.708vw);
  }
}
.repair-servicesec .repair-content-wrap .repair-block:nth-child(3) {
  transform: translate(-6.302vw, -9.01vw);
}
@media (max-width: 1399px) {
  .repair-servicesec .repair-content-wrap .repair-block:nth-child(3) {
    transform: translate(-7.702vw, -10.01vw);
  }
}
.repair-servicesec .repair-content-wrap .repair-block:nth-child(3) img {
  width: 20.547vw;
}
.repair-servicesec .repair-content-wrap .repair-block:nth-child(4) {
  transform: translate(-7.604vw, -7.5vw);
}
@media (max-width: 1399px) {
  .repair-servicesec .repair-content-wrap .repair-block:nth-child(4) {
    transform: translate(-9.1vw, -8.5vw);
  }
}
.repair-servicesec .repair-content-wrap .repair-block:nth-child(4) img {
  width: 17.786vw;
}
.repair-servicesec .repair-content-wrap .repair-block:nth-child(5) {
  transform: translate(-13.021vw, 1px);
}
@media (max-width: 1399px) {
  .repair-servicesec .repair-content-wrap .repair-block:nth-child(5) {
    transform: translate(-15vw, 1px);
  }
}
.repair-servicesec .repair-content-wrap .repair-block:nth-child(5) img {
  width: 17.214vw;
}
.repair-servicesec .larg-imgcontent {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 7.187vw;
  margin-top: -2.333vw;
}
@media (max-width: 1999px) {
  .repair-servicesec .larg-imgcontent {
    margin-top: -8.333vw;
  }
}
@media (max-width: 821px) {
  .repair-servicesec .larg-imgcontent {
    margin-top: -4.333vw;
  }
}
@media (max-width: 520px) {
  .repair-servicesec .larg-imgcontent {
    display: none;
  }
}
.repair-servicesec .larg-imgcontent .starttext {
  font-size: clamp(14px, 0.833vw, 32px);
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 187.5% */
  letter-spacing: 0.16px;
}
.repair-servicesec .larg-imgcontent .fixproblem-img {
  width: clamp(44px, 3.906vw, 92px);
  height: clamp(44px, 3.906vw, 92px);
}
.repair-servicesec .larg-imgcontent .center-img {
  position: relative;
}
@media (max-width: 1399px) {
  .repair-servicesec .larg-imgcontent .center-img {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 1399px) {
  .repair-servicesec .larg-imgcontent .center-img img {
    width: 70%;
  }
}
.repair-servicesec .larg-imgcontent .center-img .content-block {
  width: max-content;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 22%;
  padding: clamp(24px, 1.667vw, 64px);
  border-radius: clamp(12px, 0.833vw, 32px);
  background-color: #efefef;
  text-align: center;
  display: none;
  animation: fadeIn 0.5s ease;
}
.repair-servicesec .larg-imgcontent .center-img .content-block.active {
  display: block;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.repair-servicesec .thumbnail {
  position: relative;
}
.repair-servicesec .thumbnail::after {
  content: attr(data-content);
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 3px 8px;
  border-radius: 4px;
  font-size: 12px;
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
  text-transform: capitalize;
}
.repair-servicesec .thumbnail:hover::after {
  opacity: 1;
}
.repair-servicesec .main-content {
  transition: all 0.3s ease;
}
.repair-servicesec .main-content .content-box.active {
  transform: translateY(0);
  opacity: 1;
}
.repair-servicesec .main-content .content-block:not(.active) {
  transform: translateY(10px);
  opacity: 0;
  height: 0;
  overflow: hidden;
  padding: 0;
}
.repair-servicesec .mobile-service {
  display: none;
}
@media (max-width: 520px) {
  .repair-servicesec .mobile-service {
    display: block;
  }
}
.repair-servicesec .mobile-service .mobile-card img {
  width: 100%;
}
.repair-servicesec .mobile-service .mobile-card .card-content {
  position: relative;
  z-index: 2;
  text-align: center;
  margin-top: -2.5vw;
  padding: 8px;
  border-radius: 4px;
  background: #efefef;
}

.customer-sec .customer-block {
  padding: clamp(40px, 2.5vw, 84px) clamp(18px, 1.25vw, 98px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: clamp(24px, 1.667vw, 64px);
}
.customer-sec .customer-block .icon {
  padding: clamp(40px, 2.5vw, 94px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: clamp(8px, 0.625vw, 24px);
  background: #efefef;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}
.customer-sec .customer-block .icon img {
  width: clamp(34px, 2.083vw, 94px);
  height: clamp(34px, 2.083vw, 94px);
}

.sidebar-car form .sidebar-block {
  border-radius: 16px;
  padding: clamp(20px, 1.667vw, 40px);
  background: #efefef;
}
.sidebar-car form .sidebar-block .input-box {
  position: relative;
  margin-bottom: 22px;
  padding: 13px;
  border-radius: 8px;
  background: #ffffff;
}
.sidebar-car form .sidebar-block .input-box label {
  font-size: 13px;
}
.sidebar-car form .sidebar-block .input-box input {
  font-size: 13px;
  width: 100%;
  border: none;
}
.sidebar-car form .sidebar-block .input-box input:focus {
  border: none;
}
.sidebar-car form .sidebar-block .input-box input:focus-visible {
  border: none;
  outline: none;
}
.sidebar-car form .sidebar-block .input-block {
  gap: clamp(4px, 0.417vw, 16px);
  border-radius: clamp(4px, 0.417vw, 16px);
  padding-left: 30px;
  background: #fff;
  position: relative;
}
.sidebar-car form .sidebar-block .input-block svg {
  position: absolute;
  left: -0.167vw;
  top: 0px;
  width: clamp(18px, 1.25vw, 48px);
  height: clamp(18px, 1.25vw, 48px);
}
@media (max-width: 1399px) {
  .sidebar-car form .sidebar-block .input-block {
    width: 16.349vw;
  }
  .sidebar-car form .sidebar-block .input-block svg {
    top: 0.999vw;
  }
}
@media (max-width: 820px) {
  .sidebar-car form .sidebar-block .input-block {
    width: 26.349vw;
  }
  .sidebar-car form .sidebar-block .input-block svg {
    top: 1.5vw;
  }
}
@media (max-width: 820px) {
  .sidebar-car form .sidebar-block .input-block {
    width: 38.349vw;
  }
  .sidebar-car form .sidebar-block .input-block svg {
    top: 6px;
    left: 3px;
  }
}
@media (max-width: 400px) {
  .sidebar-car form .sidebar-block .input-block {
    width: 76.349vw;
  }
}
.sidebar-car form .sidebar-block .input-block input {
  font-size: clamp(14px, 0.938vw, 36px);
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  color: #5d5d5d;
  background: transparent;
  border: none;
}
.sidebar-car form .sidebar-block .input-block input:focus {
  box-shadow: none;
  outline: none;
}
.sidebar-car form .sidebar-block .input-block input::placeholder {
  font-size: clamp(14px, 0.938vw, 36px);
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  color: #5d5d5d;
}
.sidebar-car h2 {
  color: #0f0f0f;
  text-align: center;
}
.sidebar-car .head {
  padding: clamp(35px, 2.083vw, 50px);
  background: #ecf3f9;
}
.sidebar-car .head h2 {
  text-align: center;
}
.sidebar-car .head h6 {
  color: #f59e0b;
}
.sidebar-car .head p {
  color: #f59e0b;
}
.sidebar-car .head .slider img {
  stroke-width: 3px;
  stroke: #f59e0b;
}

.sidebar-block-2 {
  border-radius: clamp(12px, 0.833vw, 32px);
  padding: clamp(20px, 1.667vw, 40px);
  background-color: #efefef;
}
.sidebar-block-2 .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(12px, 0.833vw, 32px);
}
.sidebar-block-2 .wrapper .price-input {
  width: 120px;
  display: flex;
  gap: clamp(8px, 0.83vw, 24px);
}
.sidebar-block-2 .wrapper .price-input .field {
  display: flex;
  align-items: center;
  gap: 2px;
}
.sidebar-block-2 .wrapper .price-input .field input {
  width: 100%;
  outline: none;
  border: none;
  -moz-appearance: textfield;
  color: #f59e0b;
  background: transparent;
}
.sidebar-block-2 .wrapper .slider-parent {
  width: -webkit-fill-available;
}
.sidebar-block-2 .wrapper .slider-parent .slider {
  height: 4px;
  position: relative;
  background: #efefef;
  border-radius: 5px;
}
.sidebar-block-2 .wrapper .slider-parent .slider .progress {
  height: 100%;
  left: 25%;
  right: 25%;
  position: absolute;
  border-radius: 5px;
  background: #f59e0b;
}
.sidebar-block-2 .wrapper .range-input {
  position: relative;
}
.sidebar-block-2 .wrapper .range-input input {
  position: absolute;
  width: 100%;
  height: 3px;
  top: -3.5px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.sidebar-block-2 .wrapper input[type=number]::-webkit-outer-spin-button,
.sidebar-block-2 .wrapper input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.sidebar-block-2 .wrapper input[type=range]::-webkit-slider-thumb {
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #f59e0b;
  pointer-events: auto;
  -webkit-appearance: none;
  cursor: pointer;
  border: 2px solid #f59e0b;
}
.sidebar-block-2 .checkbox h6 {
  margin-top: 22px;
  color: #f59e0b;
}
.sidebar-block-2 .head {
  padding: clamp(35px, 2.083vw, 50px);
  background: #f59e0b h2;
  background-text-align: center;
}
.sidebar-block-2 .head h6 {
  color: #f59e0b;
}
.sidebar-block-2 .head p {
  color: #f59e0b;
}
.sidebar-block-2 .head .slider img {
  stroke-width: 3px;
  stroke: #f59e0b;
}

.detail-sidebar-1 .searchbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: clamp(12px, 0.833vw, 32px);
  border-bottom: 1px solid #b5b5b5;
}
.detail-sidebar-1 .searchbar input {
  background: transparent;
  border: 0;
  outline: none;
}
.detail-sidebar-1 .searchbar input:focus {
  background: transparent;
  border: 0;
  outline: none;
  box-sizing: 0;
}
.detail-sidebar-1 .searchbar input::placeholder {
  font-size: clamp(14px, 0.938vw, 36px);
  font-style: normal;
  font-weight: 400;
  line-height: 166.667%;
  color: #b5b5b5;
}
.detail-sidebar-1 .searchbar button {
  border: 0;
  background: transparent;
}
.detail-sidebar-1 .searchbar button svg {
  width: clamp(18px, 1.25vw, 48px);
  height: clamp(18px, 1.25vw, 48px);
}
.detail-sidebar-1 .searchbar button svg path {
  transition: all 0.5s ease-in-out;
}
.detail-sidebar-1 .searchbar button svg:hover path {
  fill: #f59e0b;
}

/*# sourceMappingURL=app.css.map */

.round-trip-sec .blog-card .card-image img{
  height: 200px;
}

.service-card img{
  height: 150px;
}

/* ===== MODERN BOOKING FORM STYLES ===== */
.booking-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* Trip Type Section */
.trip-type-section {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 20px;
  border-radius: 12px;
  border: 1px solid #e9ecef;
}

.section-title {
  font-size: 16px;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.trip-options {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.trip-option {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  background: #ffffff;
  border: 2px solid #e9ecef;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 500;
  color: #6c757d;
  position: relative;
  overflow: hidden;
}

.trip-option:hover {
  border-color: #6c757d;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(108, 117, 125, 0.15);
}

.trip-option input[type="radio"] {
  display: none;
}

.radio-custom {
  width: 18px;
  height: 18px;
  border: 2px solid #dee2e6;
  border-radius: 50%;
  position: relative;
  transition: all 0.3s ease;
}

.trip-option input[type="radio"]:checked + .radio-custom {
  border-color: #f59e0b;
  background: #f59e0b;
}

.trip-option input[type="radio"]:checked + .radio-custom::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  background: #ffffff;
  border-radius: 50%;
}

.trip-option input[type="radio"]:checked ~ * {
  color: #f59e0b;
}

.trip-option i {
  font-size: 16px;
  transition: all 0.3s ease;
}

/* Form Rows */
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

@media (max-width: 768px) {
  .form-row {
    grid-template-columns: 1fr;
  }
}

/* Form Fields */
.form-field {
  position: relative;
}

.input-icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #6c757d;
  font-size: 18px;
  z-index: 2;
  transition: all 0.3s ease;
}

.form-field input,
.form-field select {
  width: 100%;
  padding: 16px 16px 16px 50px;
  border: 2px solid #e9ecef;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
  color: #2c3e50;
  background: #ffffff;
  transition: all 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.form-field input:focus,
.form-field select:focus {
  outline: none;
  border-color: #f59e0b;
  box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.1);
  transform: translateY(-1px);
}

.form-field input:focus + .input-icon,
.form-field select:focus + .input-icon {
  color: #f59e0b;
}

.form-field input::placeholder {
  color: #adb5bd;
  font-weight: 400;
}

/* Submit Button */
.submit-section {
  margin-top: 16px;
}

.submit-btn {
  width: 100%;
  padding: 18px 32px;
  background: linear-gradient(135deg, #f59e0b 0%, #f97316 100%);
  border: none;
  border-radius: 12px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  box-shadow: 0 4px 15px rgba(245, 158, 11, 0.3);
  position: relative;
  overflow: hidden;
}

.submit-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s;
}

.submit-btn:hover::before {
  left: 100%;
}

.submit-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(245, 158, 11, 0.4);
}

.submit-btn:active {
  transform: translateY(-1px);
}

.submit-btn i {
  font-size: 20px;
}

/* Enhanced Tab Styling */
.form-wrapper .nav-tabs {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border: 1px solid #e9ecef;
  border-radius: 12px;
  padding: 8px;
  gap: 8px;
}

.form-wrapper .nav-tabs .nav-item .nav-link {
  border-radius: 8px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
}

.form-wrapper .nav-tabs .nav-item .nav-link i {
  font-size: 16px;
}

.form-wrapper .nav-tabs .nav-item .nav-link.active {
  background: linear-gradient(135deg, #f59e0b 0%, #f97316 100%);
  color: #ffffff;
  box-shadow: 0 4px 15px rgba(245, 158, 11, 0.3);
  transform: translateY(-2px);
}

/* Form Wrapper Enhancement */
.form-wrapper .tab-content {
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  border: 1px solid #e9ecef;
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
}

/* Responsive Design */
@media (max-width: 576px) {
  .trip-options {
    flex-direction: column;
  }
  
  .trip-option {
    justify-content: center;
  }
  
  .form-field input,
  .form-field select {
    padding: 14px 14px 14px 45px;
    font-size: 14px;
  }
  
  .submit-btn {
    padding: 16px 24px;
    font-size: 16px;
  }
  
  .section-title {
    font-size: 14px;
  }
}

/* Additional Enhancements */
.form-field input:focus,
.form-field select:focus {
  outline: none;
  border-color: #f59e0b;
  box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.1);
  transform: translateY(-1px);
}

.form-field input:focus + .input-icon,
.form-field select:focus + .input-icon {
  color: #f59e0b;
  transform: translateY(-50%) scale(1.1);
}

/* Floating Label Effect */
.form-field {
  position: relative;
  margin-bottom: 8px;
}

.form-field input:focus::placeholder,
.form-field select:focus::placeholder {
  opacity: 0.7;
  transform: translateY(-10px);
  transition: all 0.3s ease;
}

/* Hover Effects */
.form-field:hover .input-icon {
  color: #6c757d;
}

.form-field:hover input,
.form-field:hover select {
  border-color: #6c757d;
  box-shadow: 0 2px 8px rgba(108, 117, 125, 0.1);
}

/* Success State */
.form-field.success input,
.form-field.success select {
  border-color: #f59e0b;
  box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.1);
}

.form-field.success .input-icon {
  color: #f59e0b;
}

/* Error State */
.form-field.error input,
.form-field.error select {
  border-color: #f59e0b;
  box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.1);
}

.form-field.error .input-icon {
  color: #f59e0b;
}

/* Loading State for Submit Button */
.submit-btn.loading {
  pointer-events: none;
  opacity: 0.8;
}

.submit-btn.loading::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid transparent;
  border-top: 2px solid #ffffff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  right: 20px;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Form Validation Styles */
.form-field input:invalid:not(:placeholder-shown),
.form-field select:invalid:not(:placeholder-shown) {
  border-color: #f59e0b;
}

.form-field input:valid:not(:placeholder-shown),
.form-field select:valid:not(:placeholder-shown) {
  border-color: #f59e0b;
}

/* Enhanced Tab Transitions */
.form-wrapper .nav-tabs .nav-item .nav-link {
  position: relative;
  overflow: hidden;
}

.form-wrapper .nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s;
}

.form-wrapper .nav-tabs .nav-item .nav-link:hover::before {
  left: 100%;
}

/* Form Field Animations */
.form-field {
  animation: fadeInUp 0.6s ease-out;
}

.form-field:nth-child(1) { animation-delay: 0.1s; }
.form-field:nth-child(2) { animation-delay: 0.2s; }
.form-field:nth-child(3) { animation-delay: 0.3s; }
.form-field:nth-child(4) { animation-delay: 0.4s; }
.form-field:nth-child(5) { animation-delay: 0.5s; }

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Trip Option Hover Animation */
.trip-option {
  position: relative;
  overflow: hidden;
}

.trip-option::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(245, 158, 11, 0.1), transparent);
  transition: left 0.5s;
}

.trip-option:hover::before {
  left: 100%;
}

/* Selected Trip Option State */
.trip-option.selected {
  border-color: #f59e0b;
  background: linear-gradient(135deg, #f59e0b 0%, #f97316 100%);
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(245, 158, 11, 0.3);
}

.trip-option.selected .radio-custom {
  border-color: #ffffff;
  background: #ffffff;
}

.trip-option.selected .radio-custom::after {
  background: #f59e0b;
}

.trip-option.selected i {
  color: #ffffff;
}

/* Focused Form Field State */
.form-field.focused input,
.form-field.focused select {
  border-color: #f59e0b;
  box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.15);
  transform: translateY(-2px);
}

.form-field.focused .input-icon {
  color: #f59e0b;
  transform: translateY(-50%) scale(1.1);
}

/* Enhanced Form Wrapper */
.form-wrapper {
  position: relative;
}

.form-wrapper::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;

  border-radius: 18px;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.form-wrapper:hover::before {
  opacity: 1;
}