@charset "UTF-8";
@keyframes glowPulse {
  0%,
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.6;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 0.8;
  }
}
@keyframes iconBounce {
  0%,
  100% {
    transform: translateX(8px) rotate(0deg);
  }
  25% {
    transform: translateX(12px) rotate(-5deg);
  }
  75% {
    transform: translateX(6px) rotate(5deg);
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  margin: 0px;
  padding: 0px;
  background-color: transparent;
  font-family: "Chivo", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  scroll-behavior: smooth;
}
body.blackbg {
  background-color: #000;
}
.lf-z-\[9999999\] {
  z-index: 1 !important;
}

.container-fluid {
  padding: 0 150px;
}

.container {
  width: 100%;
  max-width: 1325px;
  padding: 0 15px;
  margin: 0px auto;
}

@media (max-width: 1399px) {
  .container {
    max-width: 1170px !important;
  }
}
@media (max-width: 1199px) {
  .container {
    max-width: 960px !important;
  }
}
@media (max-width: 991px) {
  .container {
    max-width: 720px !important;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: 540px !important;
  }
}
@media (max-width: 575px) {
  .container {
    max-width: 100% !important;
  }
}
ul {
  margin-bottom: 0px !important;
}

ul li {
  list-style: none !important;
}

a {
  text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0 !important;
}

p {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.32px;
  margin-bottom: 0 !important;
}

h2 {
  color: #000;
  font-size: 36px !important;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  padding-bottom: 20px;
}

h3 {
  color: #000;
  font-size: 20px !important;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  padding-bottom: 20px;
}

button:focus {
  outline: none !important;
}

.cuscol {
  margin-bottom: 30px;
}

.pt_70 {
  padding-top: 70px;
}

.pb_70 {
  padding-bottom: 70px;
}

.pt_40 {
  padding-top: 40px;
}

.pb_40 {
  padding-bottom: 40px;
}

.mb_70 {
  margin-bottom: 70px;
}

.mt_70 {
  margin-top: 70px;
}

.topbar {
  padding: 10px 0;
}
.topbar ul {
  display: flex;
  justify-content: right;
}
.topbar ul li {
  display: flex;
  align-items: center;
  padding-right: 15px;
}
.topbar ul li .circle {
  min-width: 35px;
  min-height: 35px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  font-size: 18px;
  color: #fff;
}
.topbar ul li a {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.32px;
  padding-left: 10px;
}

/*========================================
    Header Css Begin 
==========================================*/
._header {
  padding: 10px 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 9;
  background-color: #000;
}

.logo {
  display: flex;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  padding: 0;
  width: 15%;
}

.logo img {
  width: 150px;
}

.navbar {
  padding: 0;
}

.navbar-brand {
  margin-right: 0;
}

.navbar-toggler-icon {
  height: auto;
}

.navbar-toggler-icon:focus,
.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
  border: none;
}

.navbar-toggler-icon .bar {
  height: 3px;
  width: 30px;
  background: #000;
  margin-bottom: 5px;
}

.navbar-toggler-icon .bar:last-child {
  margin-bottom: 0;
}

.change .bar-1 {
  transform: rotate(-45deg) translate(-5px, 6px);
}

.change .bar-2 {
  opacity: 0;
}

.change .bar-3 {
  transform: rotate(45deg) translate(-5px, -7px);
}

._mob-menu-hdr {
  display: block;
  padding: 10px 15px;
  background: #1e1e1e;
  color: #fff;
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

._mob-menu-hdr img {
  width: 100%;
}

.navbar-collapse {
  position: fixed;
  background: #ee0c0d;
  left: 0;
  top: 0;
  height: 100%;
  width: 280px;
  z-index: 2;
  display: block;
  transition: transform 0.5s;
  transform: translateX(-100%);
}

.navbar-collapse.show {
  transform: translateX(0%);
}

.collapse.show {
  display: block;
}

.clickD {
  right: 3px;
  background-position: center;
  top: 17px;
  position: absolute;
  transition: transform 0.5s;
  color: #000;
  font-size: 12px;
  transition: 0.5s;
  cursor: pointer;
}

.clickD i::before {
  content: "\f107";
}

.navbar .navbar-nav > li:hover .clickD {
  color: #000;
}

.navbar .navbar-nav > li .clickD.toggled {
  transform: rotate(0deg);
}

.sub-menu {
  position: relative;
  opacity: 1;
  visibility: visible;
  display: none;
  width: 100%;
  padding: 10px 0;
  border-top: 4px solid #b6893d;
  z-index: 99;
}
.sub-menu .br {
  border-right: 1px solid #cdcdcd;
}
.sub-menu li a {
  display: block;
}

.clickD.toggled ~ .sub-menu,
.toggled .sub-menu {
  display: block;
  top: 0;
  background: #252981;
}

._overHidden {
  overflow: hidden;
}

.navbar .navbar-nav > li {
  padding: 11px 0;
  position: relative;
}

.navbar .navbar-nav > li.active a {
  color: #000;
}

.navbar .navbar-nav > li:last-child {
  border-bottom: none;
}
.navbar .navbar-nav > li:last-child::after {
  display: none;
}
.navbar .navbar-nav > li:last-child .sub-menu {
  width: 40px;
  margin-left: 0;
  top: 25px;
  left: 2px;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
}
.navbar .navbar-nav > li:last-child .sub-menu li {
  padding: 10px 12px;
  transition: 0.5s;
}
.navbar .navbar-nav > li:last-child .sub-menu li a {
  border: 0;
}
.navbar .navbar-nav > li:last-child .sub-menu li a img {
  border-radius: 3px;
}
.navbar .navbar-nav > li:last-child .sub-menu li:hover {
  background-color: #000;
}

.navbar li a {
  position: relative;
  color: #fff;
  display: block;
  font-size: 15px;
  padding: 0 12px;
  text-decoration: none;
  transition: 0.5s;
  font-weight: 400;
  text-transform: capitalize;
}

.navbar li a.ride {
  text-transform: capitalize;
  padding: 8px 20px;
  color: #fff;
  border-radius: 5px;
  border: 0.5px solid rgba(255, 255, 255, 0.3);
  background: linear-gradient(135deg, #cbb05b 0%, #d4b962 100%);
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  transform: translateY(0);
  box-shadow:
    0 4px 15px rgba(203, 176, 91, 0.3),
    0 2px 8px rgba(0, 0, 0, 0.15);
  padding: 5px 30px;
  margin-left: 50px;
  color: #fff;
}
.navbar li a.ride::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.25) 0%,
    transparent 70%
  );
  opacity: 0;
  transition: opacity 0.6s ease;
}
.navbar li a.ride::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.4),
    transparent
  );
  transform: skewX(-20deg);
  transition: left 0.7s ease;
}
.navbar li a.ride i {
  padding-left: 18px;
  color: #fff;
  transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  transform: translateX(0) rotate(0deg);
  display: inline-block;
}
.navbar li a.ride:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow:
    0 12px 35px rgba(203, 176, 91, 0.5),
    0 8px 20px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.6);
  background: linear-gradient(135deg, #d4b962 0%, #e5c76a 100%);
  color: #000;
}
.navbar li a.ride:hover::before {
  opacity: 1;
  animation: glowPulse 2s ease-in-out infinite;
}
.navbar li a.ride:hover::after {
  left: 150%;
}
.navbar li a.ride:hover i {
  transform: translateX(8px) rotate(0deg);
  animation: iconBounce 0.6s ease;
}
.navbar li a.ride:active {
  transform: translateY(-2px) scale(0.98);
  box-shadow:
    0 6px 20px rgba(203, 176, 91, 0.4),
    0 3px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.1s ease;
}
.navbar li a.ride:focus {
  outline: none;
  box-shadow:
    0 12px 35px rgba(203, 176, 91, 0.5),
    0 0 0 4px rgba(203, 176, 91, 0.3);
}
.navbar li a.ride:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
  filter: grayscale(0.5);
}
.navbar li a.ride:disabled:hover {
  transform: none;
  box-shadow:
    0 4px 15px rgba(203, 176, 91, 0.3),
    0 2px 8px rgba(0, 0, 0, 0.15);
  background: linear-gradient(135deg, #cbb05b 0%, #d4b962 100%);
}
.navbar li a.ride:disabled:hover::before {
  opacity: 0;
}
.navbar li a.ride:disabled:hover::after {
  left: -100%;
}
.navbar li a.ride:disabled:hover i {
  transform: translateX(0);
}
.navbar li a.ride:hover {
  background-color: #fff;
  color: #fff;
}

.navbar li.active a {
  color: #d2b359;
}

.navbar-collapse.collapse:not(.show) {
  display: block;
}

.navbar .navbar-nav > li a::after {
  position: absolute;
  width: 100%;
  bottom: -32px;
  height: 3px;
  border-radius: 8px 8px 0 0;
  content: "";
  transition: all 0.5s ease 0s;
  background-color: #d2b359;
  left: 50%;
  transform: translate(-50%) scale(0);
}

.navbar .navbar-nav > li a:hover::after {
  transform: translate(-50%) scale(1);
}

.navbar .navbar-nav > li a.active::after {
  transform: translate(-50%) scale(1);
}

.labo {
  width: 130px;
  height: 100%;
}
.labo img {
  width: 100%;
}

@media (max-width: 991px) {
  .navbar .navbar-nav > li.active a {
    color: #ba8f2a;
  }
  .clickD i {
    display: block;
  }
  .navbar li a i {
    display: none;
  }
}
ul.ml-auto {
  margin-left: auto !important;
  align-items: center;
  justify-content: right;
  padding-right: 100px;
}

.navbar li a:hover {
  color: #d2b359;
}

.navbar li a.active {
  color: #d2b359;
}

.navbar-toggler {
  padding: 0;
  border: 0;
}

.navbar .navbar-nav > li.tgle::after {
  display: none;
}
.navbar .navbar-nav > li.tgle a .openbtn:hover {
  color: #000;
}

ul.mbl_side {
  display: flex;
  align-items: center;
}
ul.mbl_side li.ctbtn a {
  text-transform: capitalize;
  padding: 8px 20px;
  color: #fff;
  border-radius: 5px;
  border: 0.5px solid rgba(255, 255, 255, 0.3);
  background: linear-gradient(135deg, #cbb05b 0%, #d4b962 100%);
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  transform: translateY(0);
  box-shadow:
    0 4px 15px rgba(203, 176, 91, 0.3),
    0 2px 8px rgba(0, 0, 0, 0.15);
  font-size: 15px;
  border-color: transparent;
}
ul.mbl_side li.ctbtn a::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.25) 0%,
    transparent 70%
  );
  opacity: 0;
  transition: opacity 0.6s ease;
}
ul.mbl_side li.ctbtn a::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.4),
    transparent
  );
  transform: skewX(-20deg);
  transition: left 0.7s ease;
}
ul.mbl_side li.ctbtn a i {
  padding-left: 18px;
  color: #fff;
  transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  transform: translateX(0) rotate(0deg);
  display: inline-block;
}
ul.mbl_side li.ctbtn a:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow:
    0 12px 35px rgba(203, 176, 91, 0.5),
    0 8px 20px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.6);
  background: linear-gradient(135deg, #d4b962 0%, #e5c76a 100%);
  color: #000;
}
ul.mbl_side li.ctbtn a:hover::before {
  opacity: 1;
  animation: glowPulse 2s ease-in-out infinite;
}
ul.mbl_side li.ctbtn a:hover::after {
  left: 150%;
}
ul.mbl_side li.ctbtn a:hover i {
  transform: translateX(8px) rotate(0deg);
  animation: iconBounce 0.6s ease;
}
ul.mbl_side li.ctbtn a:active {
  transform: translateY(-2px) scale(0.98);
  box-shadow:
    0 6px 20px rgba(203, 176, 91, 0.4),
    0 3px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.1s ease;
}
ul.mbl_side li.ctbtn a:focus {
  outline: none;
  box-shadow:
    0 12px 35px rgba(203, 176, 91, 0.5),
    0 0 0 4px rgba(203, 176, 91, 0.3);
}
ul.mbl_side li.ctbtn a:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
  filter: grayscale(0.5);
}
ul.mbl_side li.ctbtn a:disabled:hover {
  transform: none;
  box-shadow:
    0 4px 15px rgba(203, 176, 91, 0.3),
    0 2px 8px rgba(0, 0, 0, 0.15);
  background: linear-gradient(135deg, #cbb05b 0%, #d4b962 100%);
}
ul.mbl_side li.ctbtn a:disabled:hover::before {
  opacity: 0;
}
ul.mbl_side li.ctbtn a:disabled:hover::after {
  left: -100%;
}
ul.mbl_side li.ctbtn a:disabled:hover i {
  transform: translateX(0);
}
ul.mbl_side li.ctbtn a.trans {
  background: transparent;
  border: 1px solid #fff;
  color: #000;
}
ul.mbl_side li.ctbtn a:hover {
  color: #fff !important;
}

ul.mbl_side li {
  margin-right: 10px;
}

ul.mbl_side li:nth-child(2) {
  width: 131px;
}

ul.mbl_side li:last-child {
  width: 162px;
}

.navbar .navbar-nav > li.mobibk:hover::after {
  display: none;
}

.navbar .navbar-nav > li.mobibk a {
  background-color: #000;
  border-radius: 4px;
  text-transform: capitalize;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 24px;
  font-weight: 500;
  transition: 0.5s;
  padding: 10px 25px;
}

.navbar .navbar-nav > li.mobibk:hover a {
  color: #000;
}

/* SideBar */
.btn_side::after {
  display: none;
}

.sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 99999999;
  top: 0;
  right: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}
.sidebar a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}
.sidebar a:hover {
  color: #f1f1f1;
}
.sidebar .side_conarea {
  padding-left: 20px;
  padding-right: 20px;
}
.sidebar .side_conarea .sidelogo {
  padding-bottom: 20px;
  padding-left: 0;
  border-bottom: 1px solid #fff;
}
.sidebar .side_conarea p {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.32px;
  color: #fff;
  padding-top: 15px;
}
.sidebar .side_conarea h6 {
  font-size: 18px;
  color: #000;
  font-weight: 700;
  text-transform: capitalize;
  padding-bottom: 10px;
}
.sidebar .side_conarea ul.sidecont {
  display: flex;
  flex-direction: column;
  padding-bottom: 15px;
}
.sidebar .side_conarea ul.sidecont li {
  padding-bottom: 15px;
  display: flex;
  align-items: center;
}
.sidebar .side_conarea ul.sidecont li a {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.32px;
  color: #fff;
  font-weight: 600;
  padding: 0;
}
.sidebar .side_conarea ul.sidecont li a i {
  padding-right: 8px;
}
.sidebar .side_conarea ul.sidecont li.side_add {
  display: flex;
  align-items: flex-start;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.32px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}
.sidebar .side_conarea ul.sidecont li.side_add i {
  padding-right: 15px;
  padding-top: 5px;
}
.sidebar .side_conarea .sidemap {
  height: 190px;
}
.sidebar .side_conarea .sidefb {
  padding-top: 15px;
}
.sidebar .side_conarea .sidefb ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sidebar .side_conarea .sidefb ul li {
  padding: 0 15px;
}
.sidebar .side_conarea .sidefb ul li a {
  min-width: 40px;
  min-height: 40px;
  background-color: #fff;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #000;
  font-weight: 500;
  padding: 0;
}
.sidebar .side_conarea .sidefb a.sdebknow {
  margin-top: 20px;

  text-transform: capitalize;
  padding: 8px 20px;
  color: #fff;
  border-radius: 5px;
  border: 0.5px solid rgba(255, 255, 255, 0.3);
  background: linear-gradient(135deg, #cbb05b 0%, #d4b962 100%);
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  transform: translateY(0);
  box-shadow:
    0 4px 15px rgba(203, 176, 91, 0.3),
    0 2px 8px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  color: #000;
  font-weight: 700;
}
.sidebar .side_conarea .sidefb a.sdebknow::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.25) 0%,
    transparent 70%
  );
  opacity: 0;
  transition: opacity 0.6s ease;
}
.sidebar .side_conarea .sidefb a.sdebknow::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.4),
    transparent
  );
  transform: skewX(-20deg);
  transition: left 0.7s ease;
}
.sidebar .side_conarea .sidefb a.sdebknow i {
  padding-left: 18px;
  color: #fff;
  transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  transform: translateX(0) rotate(0deg);
  display: inline-block;
}
.sidebar .side_conarea .sidefb a.sdebknow:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow:
    0 12px 35px rgba(203, 176, 91, 0.5),
    0 8px 20px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.6);
  background: linear-gradient(135deg, #d4b962 0%, #e5c76a 100%);
  color: #000;
}
.sidebar .side_conarea .sidefb a.sdebknow:hover::before {
  opacity: 1;
  animation: glowPulse 2s ease-in-out infinite;
}
.sidebar .side_conarea .sidefb a.sdebknow:hover::after {
  left: 150%;
}
.sidebar .side_conarea .sidefb a.sdebknow:hover i {
  transform: translateX(8px) rotate(0deg);
  animation: iconBounce 0.6s ease;
}
.sidebar .side_conarea .sidefb a.sdebknow:active {
  transform: translateY(-2px) scale(0.98);
  box-shadow:
    0 6px 20px rgba(203, 176, 91, 0.4),
    0 3px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.1s ease;
}
.sidebar .side_conarea .sidefb a.sdebknow:focus {
  outline: none;
  box-shadow:
    0 12px 35px rgba(203, 176, 91, 0.5),
    0 0 0 4px rgba(203, 176, 91, 0.3);
}
.sidebar .side_conarea .sidefb a.sdebknow:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
  filter: grayscale(0.5);
}
.sidebar .side_conarea .sidefb a.sdebknow:disabled:hover {
  transform: none;
  box-shadow:
    0 4px 15px rgba(203, 176, 91, 0.3),
    0 2px 8px rgba(0, 0, 0, 0.15);
  background: linear-gradient(135deg, #cbb05b 0%, #d4b962 100%);
}
.sidebar .side_conarea .sidefb a.sdebknow:disabled:hover::before {
  opacity: 0;
}
.sidebar .side_conarea .sidefb a.sdebknow:disabled:hover::after {
  left: -100%;
}
.sidebar .side_conarea .sidefb a.sdebknow:disabled:hover i {
  transform: translateX(0);
}
.sidebar .side_conarea .sidefb a.sdebknow:hover {
  background-color: #fff;
}
.sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.openbtn {
  font-size: 20px;
  cursor: pointer;
  background-color: transparent;
  color: white;
  padding: 0px 10px;
  border: none;
}

#main {
  transition: margin-left 0.5s;
  padding: 16px;
  margin-left: 0 !important;
}

.login {
  display: flex;
  margin-left: auto;
}
.login li {
  padding-right: 15px;
}
.login li a {
  text-transform: capitalize;
  padding: 8px 20px;
  color: #fff;
  border-radius: 5px;
  border: 0.5px solid rgba(255, 255, 255, 0.3);
  background: linear-gradient(135deg, #cbb05b 0%, #d4b962 100%);
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  transform: translateY(0);
  box-shadow:
    0 4px 15px rgba(203, 176, 91, 0.3),
    0 2px 8px rgba(0, 0, 0, 0.15);
  background: #000;
  font-weight: 400;
  color: #fff;
}
.login li a::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.25) 0%,
    transparent 70%
  );
  opacity: 0;
  transition: opacity 0.6s ease;
}
.login li a::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.4),
    transparent
  );
  transform: skewX(-20deg);
  transition: left 0.7s ease;
}
.login li a i {
  padding-left: 18px;
  color: #fff;
  transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  transform: translateX(0) rotate(0deg);
  display: inline-block;
}
.login li a:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow:
    0 12px 35px rgba(203, 176, 91, 0.5),
    0 8px 20px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.6);
  background: linear-gradient(135deg, #d4b962 0%, #e5c76a 100%);
  color: #000;
}
.login li a:hover::before {
  opacity: 1;
  animation: glowPulse 2s ease-in-out infinite;
}
.login li a:hover::after {
  left: 150%;
}
.login li a:hover i {
  transform: translateX(8px) rotate(0deg);
  animation: iconBounce 0.6s ease;
}
.login li a:active {
  transform: translateY(-2px) scale(0.98);
  box-shadow:
    0 6px 20px rgba(203, 176, 91, 0.4),
    0 3px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.1s ease;
}
.login li a:focus {
  outline: none;
  box-shadow:
    0 12px 35px rgba(203, 176, 91, 0.5),
    0 0 0 4px rgba(203, 176, 91, 0.3);
}
.login li a:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
  filter: grayscale(0.5);
}
.login li a:disabled:hover {
  transform: none;
  box-shadow:
    0 4px 15px rgba(203, 176, 91, 0.3),
    0 2px 8px rgba(0, 0, 0, 0.15);
  background: linear-gradient(135deg, #cbb05b 0%, #d4b962 100%);
}
.login li a:disabled:hover::before {
  opacity: 0;
}
.login li a:disabled:hover::after {
  left: -100%;
}
.login li a:disabled:hover i {
  transform: translateX(0);
}
.login li a.lgin {
  background: transparent;
  color: #000;
}

/* SideBar */
@media (min-width: 992px) {
  ._mob-menu-hdr {
    display: none;
  }
  .navbar-collapse {
    position: unset;
    transform: translate(0);
    background: transparent;
    border: none;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-direction: row;
    justify-content: space-between;
  }
  .navbar-nav {
    flex-direction: row;
    padding-left: 50px;
    width: 100%;
  }
  .navbar-toggler {
    display: none;
  }
  .clickD i {
    display: none;
  }
  .sub-menu {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    width: 380px;
    background: #fff;
    box-shadow: -7.794px 4.5px 20px rgba(17, 79, 160, 0.17);
    top: 110%;
    padding: 10px;
    z-index: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s;
    -ms-transition: all 0.4s;
    opacity: 0;
    left: 0;
  }
  .sub-menu h3 {
    width: 100%;
    padding: 10px 20px;
    border-bottom: 1px solid #d2b359;
    margin-bottom: 20px !important;
  }
  .sub-menu::before {
    position: absolute;
    content: "";
    background-image: url(../images/Icon-2.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top right;
    top: 0;
    right: 0;
    width: 100px;
    height: 100px;
  }
  .sub-menu.SUB li {
    padding: 7px 15px 0px 10px;
  }
  .sub-menu.SUB li:last-child {
    padding: 5px 15px 7px 10px;
  }
  .sub-menu.SUB li:hover {
    background-color: #de544a;
  }
  .sub-menu.SUB li:hover a {
    color: #fff;
  }
  .sub-menu.SUB li a:hover {
    border-bottom: 0px;
  }
  .sub-menu li {
    list-style: none;
  }
  .sub-menu li:hover {
    color: #000;
  }
  .navbar .navbar-nav > li .sub-menu li.active a {
    color: #000;
  }
  .navbar .sub-menu li:last-child a {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .sub-menu li:hover a {
    border-color: #000;
  }
  .navbar .sub-menu li:hover a {
    color: #d2b359;
    border-color: #d2b359;
  }
  .navbar .sub-menu li:hover a::after {
    display: none;
  }
  .navbar .sub-menu li a {
    color: #000;
    padding: 8px 15px;
    transition: 0.5s;
    text-transform: capitalize;
  }
  .navbar .sub-menu li a::after {
    display: none;
  }
  .navbar .sub-menu li a.active {
    color: #d2b359;
  }
  .menu-item-has-children .clickD.toggled ~ .sub-menu {
    display: block;
    top: 100%;
    visibility: visible;
    opacity: 1;
    background: #fff;
  }
  ._header._menu_fixed {
    position: fixed;
    z-index: 99999999 !important;
    width: 100%;
    top: 0;
    transition: top 0.3s;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background: #000;
    -webkit-backdrop-filter: blur(7.5999999046px);
    backdrop-filter: blur(7.5999999046px);
  }
  ._header._menu_fixed .clickD {
    color: #fff;
    top: 45%;
  }
  ._header._menu_fixed .navbar li:hover .clickD {
    color: #000;
  }
  ._header._menu_fixed .nav_soal ul li:hover a {
    color: #fff;
  }
  ._header._menu_fixed .navbar li a:hover {
    color: #d2b359;
  }
  ._header._menu_fixed .navbar li a.ride:hover {
    color: #fff;
    background-color: #fff;
  }
  ._header._menu_fixed .navbar li a.active {
    color: #d2b359;
  }
  ._header._menu_fixed .navbar .sub-menu li a {
    color: #000;
  }
  ._header._menu_fixed .navbar .sub-menu li:hover a {
    color: #d2b359;
  }
  .menu-item-has-children:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    top: 100%;
    z-index: 5;
  }
  ._header._menu_fixed .menu-item-has-children:hover .sub-menu {
    top: 64px;
  }
  .menu-item-has-children .bknow {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 8px 20px;
    color: #fff;
    border-radius: 5px;
    border: 0.5px solid rgba(255, 255, 255, 0.3);
    background: linear-gradient(135deg, #cbb05b 0%, #d4b962 100%);
    text-align: center;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: translateY(0);
    box-shadow:
      0 4px 15px rgba(203, 176, 91, 0.3),
      0 2px 8px rgba(0, 0, 0, 0.15);
  }
  .menu-item-has-children .bknow::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(
      circle,
      rgba(255, 255, 255, 0.25) 0%,
      transparent 70%
    );
    opacity: 0;
    transition: opacity 0.6s ease;
  }
  .menu-item-has-children .bknow::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
      90deg,
      transparent,
      rgba(255, 255, 255, 0.4),
      transparent
    );
    transform: skewX(-20deg);
    transition: left 0.7s ease;
  }
  .menu-item-has-children .bknow i {
    padding-left: 18px;
    color: #fff;
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: translateX(0) rotate(0deg);
    display: inline-block;
  }
  .menu-item-has-children .bknow:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow:
      0 12px 35px rgba(203, 176, 91, 0.5),
      0 8px 20px rgba(0, 0, 0, 0.2),
      inset 0 1px 0 rgba(255, 255, 255, 0.3);
    border-color: rgba(255, 255, 255, 0.6);
    background: linear-gradient(135deg, #d4b962 0%, #e5c76a 100%);
    color: #000;
  }
  .menu-item-has-children .bknow:hover::before {
    opacity: 1;
    animation: glowPulse 2s ease-in-out infinite;
  }
  .menu-item-has-children .bknow:hover::after {
    left: 150%;
  }
  .menu-item-has-children .bknow:hover i {
    transform: translateX(8px) rotate(0deg);
    animation: iconBounce 0.6s ease;
  }
  .menu-item-has-children .bknow:active {
    transform: translateY(-2px) scale(0.98);
    box-shadow:
      0 6px 20px rgba(203, 176, 91, 0.4),
      0 3px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.1s ease;
  }
  .menu-item-has-children .bknow:focus {
    outline: none;
    box-shadow:
      0 12px 35px rgba(203, 176, 91, 0.5),
      0 0 0 4px rgba(203, 176, 91, 0.3);
  }
  .menu-item-has-children .bknow:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    transform: none;
    filter: grayscale(0.5);
  }
  .menu-item-has-children .bknow:disabled:hover {
    transform: none;
    box-shadow:
      0 4px 15px rgba(203, 176, 91, 0.3),
      0 2px 8px rgba(0, 0, 0, 0.15);
    background: linear-gradient(135deg, #cbb05b 0%, #d4b962 100%);
  }
  .menu-item-has-children .bknow:disabled:hover::before {
    opacity: 0;
  }
  .menu-item-has-children .bknow:disabled:hover::after {
    left: -100%;
  }
  .menu-item-has-children .bknow:disabled:hover i {
    transform: translateX(0);
  }
  .menu-item-has-children .bknow:hover {
    background: #fff;
    color: #000;
  }
  .menu-item-has-children .bknow:hover::after {
    background-color: transparent;
  }
}
@media (max-width: 1024px) {
  .main_head .navbar-nav .clickD {
    position: absolute;
    right: -5px;
    top: 50%;
    width: 10px;
    height: 5px;
    border-top: 5px solid #fff;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    cursor: pointer;
    display: block;
    background-size: 10px;
    z-index: 9999;
    transform: translateY(-50%);
  }
  .main_head ul.navbar-nav li .clickD + .sub-menu {
    opacity: 0;
    visibility: hidden;
  }
  .main_head ul.navbar-nav li .clickD.toggled + .sub-menu {
    position: absolute;
    top: 100%;
    opacity: 1;
    visibility: visible;
  }
}
/*========================================
  Header Css End
  ==========================================*/
/*********************************
    Banner section start
*********************************/
.banner {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 100px 0;
}
.banner::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    269.98deg,
    rgba(0, 0, 0, 0) 0.01%,
    #000000 111.34%
  );
}
.banner .leftcap .hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.06);
  margin-bottom: 28px;
  padding: 12px 10px 12px 7px;
  border-radius: 10px;
}
.banner .leftcap .hero__badge-brand {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #000000;
  background: #ffffff;
  padding: 5px 12px;
  border-radius: 4px;
  line-height: 1;
}
.banner .leftcap .hero__badge-tag {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.06em;
  color: #ffffff;
  text-transform: uppercase;
}
.banner .leftcap {
  width: 95%;
  position: relative;
}
.banner .leftcap h1 {
  font-size: 56px;
  padding-bottom: 30px;
  color: #fff;
  font-weight: 700;
}
.banner .leftcap h1 span {
  color: #d2b359;
}
.banner .leftcap p {
  color: #fff;
}
.banner .leftcap ul {
  display: flex;
  align-items: center;
}
.banner .leftcap ul li {
  margin-right: 20px;
}
.banner .leftcap ul li a {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.32px;
  text-transform: none;
  color: #fff;
}
.mobilebking {
  display: none;
}
.windwbkfrm {
  position: relative;
  z-index: 0;
}
.banner .leftcap ul.twobtn {
  margin-top: 10px;
  flex-direction: row;
  padding-left: 0;
}
.banner .leftcap ul.twobtn li {
  margin-right: 20px;
}
.banner .leftcap ul.twobtn li a {
  font-size: 15px;
  text-transform: capitalize;
  padding: 8px 20px;
  color: #fff;
  border-radius: 5px;
  border: 0.5px solid rgba(255, 255, 255, 0.3);
  background: linear-gradient(135deg, #cbb05b 0%, #d4b962 100%);
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  transform: translateY(0);
  box-shadow:
    0 4px 15px rgba(203, 176, 91, 0.3),
    0 2px 8px rgba(0, 0, 0, 0.15);
  color: #fff;
}
.banner .leftcap ul.twobtn li a::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.25) 0%,
    transparent 70%
  );
  opacity: 0;
  transition: opacity 0.6s ease;
}
.banner .leftcap ul.twobtn li a::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.4),
    transparent
  );
  transform: skewX(-20deg);
  transition: left 0.7s ease;
}
.banner .leftcap ul.twobtn li a i {
  padding-left: 18px;
  color: #fff;
  transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  transform: translateX(0) rotate(0deg);
  display: inline-block;
}
.banner .leftcap ul.twobtn li a:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow:
    0 12px 35px rgba(203, 176, 91, 0.5),
    0 8px 20px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.6);
  background: linear-gradient(135deg, #d4b962 0%, #e5c76a 100%);
  color: #000;
}
.banner .leftcap ul.twobtn li a:hover::before {
  opacity: 1;
  animation: glowPulse 2s ease-in-out infinite;
}
.banner .leftcap ul.twobtn li a:hover::after {
  left: 150%;
}
.banner .leftcap ul.twobtn li a:hover i {
  transform: translateX(8px) rotate(0deg);
  animation: iconBounce 0.6s ease;
}
.banner .leftcap ul.twobtn li a:active {
  transform: translateY(-2px) scale(0.98);
  box-shadow:
    0 6px 20px rgba(203, 176, 91, 0.4),
    0 3px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.1s ease;
}
.banner .leftcap ul.twobtn li a:focus {
  outline: none;
  box-shadow:
    0 12px 35px rgba(203, 176, 91, 0.5),
    0 0 0 4px rgba(203, 176, 91, 0.3);
}
.banner .leftcap ul.twobtn li a:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
  filter: grayscale(0.5);
}
.banner .leftcap ul.twobtn li a:disabled:hover {
  transform: none;
  box-shadow:
    0 4px 15px rgba(203, 176, 91, 0.3),
    0 2px 8px rgba(0, 0, 0, 0.15);
  background: linear-gradient(135deg, #cbb05b 0%, #d4b962 100%);
}
.banner .leftcap ul.twobtn li a:disabled:hover::before {
  opacity: 0;
}
.banner .leftcap ul.twobtn li a:disabled:hover::after {
  left: -100%;
}
.banner .leftcap ul.twobtn li a:disabled:hover i {
  transform: translateX(0);
}
.banner .leftcap ul.twobtn li a.trabs {
  background: transparent;
  border: 1px solid #fff;
}
.banner .leftcap ul.twobtn li a.trabs:hover {
  background: #000;
  color: #fff;
  border-color: #000;
}
.banner .leftcap ul.twobtn li a.trabs.whtsapp {
  border-radius: 0;
  padding: 0;
  border: 0;
  box-shadow: none;
}
.banner .leftcap ul.twobtn li a.trabs.whtsapp::after {
  display: none;
}
.banner .leftcap ul.twobtn li a.trabs.whtsapp::before {
  display: none;
}
.banner .leftcap ul.twobtn li a.trabs.whtsapp:hover {
  background: none;
}
.banner .leftcap ul.bnrcon {
  padding-bottom: 20px;
  padding-left: 0;
  padding-top: 20px;
}
.banner .leftcap ul.bnrcon li {
  padding-right: 10px;
}
.banner .leftcap ul.bnrcon li i {
  padding-right: 10px;
}
.banner .leftcap ul.bnrcon li a {
  position: relative;
  padding-left: 20px;
  text-decoration: underline !important;
}
.banner .leftcap .fa-arrow-down-long {
  position: absolute;
  bottom: -45%;
  left: 0;
  font-size: 50px;
  color: #fff;
}

.banner .leftcap ul.bnrcon li a:first-child {
  padding-left: 0;
}

/*********************************
    Banner section end
*********************************/
.steptop h3 {
  color: #fff;
}
.steptop p {
  color: #fff;
}

.step-card {
  background: rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 15px;
  padding: 40px 30px;
  text-align: center;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
  height: 100%;
}

.step-card:hover {
  transform: translateY(-10px);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 193, 7, 0.5);
}

.icon-wrapper {
  width: 70px;
  height: 70px;
  background: #d2b359;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  transition: all 0.3s ease;
}

.step-card:hover .icon-wrapper {
  transform: scale(1.1);
  box-shadow: 0 10px 30px rgba(255, 193, 7, 0.4);
}

.icon-wrapper i {
  font-size: 32px;
  color: #1a1a1a;
}

.brand-text {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  text-align: right;
  margin-top: 30px;
  font-style: italic;
}

@media (max-width: 768px) {
  .step-card {
    margin-bottom: 20px;
  }
  .step-title {
    font-size: 20px;
  }
  .step-description {
    font-size: 14px;
  }
}
.rideSectionWrapper {
  position: relative;
  min-height: 500px;
}

.contentWrapperMain {
  position: relative;
  z-index: 2;
}

.carImageWrapperFull {
  position: absolute;
  height: 100%;
  min-height: 500px;
  overflow: hidden;
  top: 0;
  right: 0;
  width: 50%;
}

.carImageFull {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: left center;
  object-position: left center;
  position: absolute;
  right: -10%;
  top: 0;
}

.featuresListWrapper {
  list-style: none;
  padding: 0;
  margin: 30px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.featureItemList {
  font-size: 13px;
  color: #212529;
  display: flex;
  align-items: center;
  font-weight: 500;
}
.featureItemList i {
  color: #d4af37;
  margin-right: 8px;
  font-size: 18px;
}

.featureBulletIcon {
  width: 8px;
  height: 8px;
  background-color: #212529;
  border-radius: 50%;
  margin-right: 10px;
  display: inline-block;
}
.faq-section{
            padding:80px 0;
        }

        .faq-title{
            font-size:40px;
            font-weight:700;
            color:#222;
            margin-bottom:10px;
        }

        .faq-subtitle{
            color:#777;
            font-size:16px;
            margin-bottom:50px;
        }

        .faq-card{
            border:none;
            border-radius:14px;
            overflow:hidden;
            margin-bottom:20px;
            box-shadow:0 5px 20px rgba(0,0,0,0.06);
        }
     
        .accordion-item{
            border:none;
        }
        .accordion-item .accordion-header{
          padding-bottom: 0px !important;
        }

        .accordion-button{
            background:#fff !important;
            color:#222 !important;
            font-size:18px;
            font-weight:600;
            padding:22px 25px;
            box-shadow:none !important;
        }

        .accordion-button:not(.collapsed){
            background:#fffdf5 !important;
            color:#d4b962 !important;
        }

        .accordion-button:focus{
            box-shadow:none;
            border:none;
        }

        .accordion-body{
            padding:20px 25px;
            background:#fffdf5;
            color:#555;
            line-height:1.8;
            border-top:1px solid rgba(212,185,98,0.2);
        }

        /* Custom Icon Color */
        .accordion-button::after{
            filter: sepia(1) saturate(5) hue-rotate(5deg);
        }

        /* Mobile Responsive */
        @media(max-width:768px){

            .faq-title{
                font-size:30px;
            }

            .accordion-button{
                font-size:16px;
                padding:18px 20px;
            }

        }
.buttonGroupWrapper {
  margin-top: 25px;
}

.btnBookNowPrimary {
  background-color: #d4af37;
  color: #fff;
  padding: 12px 35px;
  border: none;
  border-radius: 5px;
  font-size: 14px;
  margin-right: 15px;
  transition: all 0.3s ease;
  text-transform: capitalize;
}

.btnBookNowPrimary:hover {
  background-color: #b8941f;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(212, 175, 55, 0.4);
}

.btnContactSecondary {
  background-color: transparent;
  color: #212529;
  padding: 11px 35px;
  border: 1px solid #212529;
  border-radius: 5px;
  font-size: 14px;
  transition: all 0.3s ease;
  box-sizing: border-box;
  text-transform: capitalize;
}

.btnContactSecondary:hover {
  background-color: #212529;
  color: #fff;
  transform: translateY(-2px);
}

.appDownloadSection {
  background-color: #212529;
  padding: 40px;
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: -1;
}

.textContentWrapper p {
  padding-bottom: 15px;
}

.appDownloadLinkItem {
  display: inline-block;
  margin-right: 15px;
}

.appStoreImageBadge {
  height: 40px;
  width: auto;
  transition: transform 0.3s ease;
}

.appbtn {
  padding-top: 45px;
  padding-bottom: 15px;
}

.appDownloadLinkItem:hover .appStoreImageBadge {
  transform: scale(1.05);
}

@media (max-width: 991px) {
  .carImageWrapperFull {
    min-height: 400px;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
  }
  .featuresListWrapper {
    gap: 15px;
    margin-top: 0;
  }
  .appDownloadLinkItem {
    margin: 10px;
  }
}
@media (max-width: 576px) {
  .mainHeadingTitle {
    font-size: 22px;
  }
  .descriptionParagraph {
    font-size: 13px;
  }
  .btnBookNowPrimary,
  .btnContactSecondary {
    padding: 10px 25px;
    font-size: 13px;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    margin-right: 0;
  }
  .featuresListWrapper {
    gap: 10px;
  }
  .carImageWrapperFull {
    min-height: 350px;
  }
}
.fltmainsec {
  background-color: #e1e1e1;
}
.fltmainsec h2 {
  text-align: center;
  color: #000;
}
.fltmainsec .fltcard {
  background-color: #fff;
  border-radius: 8px;
  padding: 15px;
  overflow: hidden;
  height: 100%;
  margin: 0 auto;
}
.fltmainsec .fleet-item:nth-child(n + 7) {
  display: none;
}

.fltmainsec .load-more-btn {
  text-align: center;
  margin-top: 30px;
}

.fltmainsec .load-more-btn button {
  padding: 10px 25px;
  border: none;
  background: #000;
  color: #fff;
  cursor: pointer;
  border-radius: 6px;
}
.fltmainsec .fltcard p {
  text-align: left;
  font-size: 14px;
  width: 85%;

}
.fltmainsec .fltcard-header {
  padding: 0;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: space-between;
}
.fltmainsec h3 {
  text-align: left;
  padding-bottom: 0;
}
.fltmainsec .fltcard-image {
  padding: 10px 0;
  text-align: center;
}
.fltmainsec .fltcard-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.fltmainsec .fltcard-features {
  display: flex;
  justify-content: center;
  padding: 10px 15px;
  background-color: #e9e9e9;
  margin: 0px auto;
  border-radius: 6px;
}
.fltmainsec .feature-item {
  text-align: center;
  padding: 0 8px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: cent;
}
.fltmainsec .feature-icon {
  font-size: 14px;
  color: #000;
  margin-bottom: 8px;
  background: #fff;
  border-radius: 6px;
  min-width: 30px;
  min-height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fltmainsec .feature-text {
  font-size: 10px !important;
  color: #000;
  line-height: 1.3;
  text-align: center !important;
  background-color: transparent !important;
  width: 100% !important;
}
.fltmainsec .fltcard-pricing {
  padding: 0 10px;
}
.fltmainsec .fltcard-pricing ul {
  padding-bottom: 20px;
  padding-left: 0;
}
.fltmainsec .fltcard-pricing ul li {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #dfdfdf;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.32px;
}
.fltmainsec .fltcard-pricing ul li p {
  width: 70%;
}
.fltmainsec .fltcard-pricing ul li span {
  color: #000;
  font-size: 12px;
  width: 30%;
  text-align: right;
}
.fltmainsec .flexprice {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.fltmainsec .vat-note {
  text-align: right;
  font-size: 12px;
  color: #fff;
  margin: 0;
  padding: 0 !important;
  background-color: transparent !important;
}
.fltmainsec .btn-book {
  text-transform: capitalize;
  padding: 8px 20px;
  color: #fff;
  border-radius: 5px;
  border: 0.5px solid rgba(255, 255, 255, 0.3);
  background: linear-gradient(135deg, #cbb05b 0%, #d4b962 100%);
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  transform: translateY(0);
  box-shadow:
    0 4px 15px rgba(203, 176, 91, 0.3),
    0 2px 8px rgba(0, 0, 0, 0.15);
  border-color: #1b2b38;
}
.fltmainsec .btn-book::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.25) 0%,
    transparent 70%
  );
  opacity: 0;
  transition: opacity 0.6s ease;
}
.fltmainsec .btn-book::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.4),
    transparent
  );
  transform: skewX(-20deg);
  transition: left 0.7s ease;
}
.fltmainsec .btn-book i {
  padding-left: 18px;
  color: #fff;
  transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  transform: translateX(0) rotate(0deg);
  display: inline-block;
}
.fltmainsec .btn-book:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow:
    0 12px 35px rgba(203, 176, 91, 0.5),
    0 8px 20px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.6);
  background: linear-gradient(135deg, #d4b962 0%, #e5c76a 100%);
  color: #000;
}
.fltmainsec .btn-book:hover::before {
  opacity: 1;
  animation: glowPulse 2s ease-in-out infinite;
}
.fltmainsec .btn-book:hover::after {
  left: 150%;
}
.fltmainsec .btn-book:hover i {
  transform: translateX(8px) rotate(0deg);
  animation: iconBounce 0.6s ease;
}
.fltmainsec .btn-book:active {
  transform: translateY(-2px) scale(0.98);
  box-shadow:
    0 6px 20px rgba(203, 176, 91, 0.4),
    0 3px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.1s ease;
}
.fltmainsec .btn-book:focus {
  outline: none;
  box-shadow:
    0 12px 35px rgba(203, 176, 91, 0.5),
    0 0 0 4px rgba(203, 176, 91, 0.3);
}
.fltmainsec .btn-book:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
  filter: grayscale(0.5);
}
.fltmainsec .btn-book:disabled:hover {
  transform: none;
  box-shadow:
    0 4px 15px rgba(203, 176, 91, 0.3),
    0 2px 8px rgba(0, 0, 0, 0.15);
  background: linear-gradient(135deg, #cbb05b 0%, #d4b962 100%);
}
.fltmainsec .btn-book:disabled:hover::before {
  opacity: 0;
}
.fltmainsec .btn-book:disabled:hover::after {
  left: -100%;
}
.fltmainsec .btn-book:disabled:hover i {
  transform: translateX(0);
}
.fltmainsec .maxpra {
  display: flex;
  flex-direction: column;
}
.fltmainsec .maxpra .feature-item {
  flex-direction: column;
}
.fltmainsec .maxpra .feature-text {
  text-align: center;
  padding: 0;
}
.fltmainsec .wifiitm {
  display: flex;
  background-color: #e9e9e9;
  padding: 10px;
  border-radius: 10px;
  height: auto;
}
.fltmainsec .viewallbtn {
  text-transform: capitalize;
  padding: 8px 20px;
  color: #fff;
  border-radius: 5px;
  border: 0.5px solid rgba(255, 255, 255, 0.3);
  background: linear-gradient(135deg, #cbb05b 0%, #d4b962 100%);
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  transform: translateY(0);
  box-shadow:
    0 4px 15px rgba(203, 176, 91, 0.3),
    0 2px 8px rgba(0, 0, 0, 0.15);
  display: table;
  margin: 40px auto auto;
  background: transparent;
  color: #1b2b38;
  border-color: #1b2b38;
}
.fltmainsec .viewallbtn::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.25) 0%,
    transparent 70%
  );
  opacity: 0;
  transition: opacity 0.6s ease;
}
.fltmainsec .viewallbtn::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.4),
    transparent
  );
  transform: skewX(-20deg);
  transition: left 0.7s ease;
}
.fltmainsec .viewallbtn i {
  padding-left: 18px;
  color: #fff;
  transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  transform: translateX(0) rotate(0deg);
  display: inline-block;
}
.fltmainsec .viewallbtn:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow:
    0 12px 35px rgba(203, 176, 91, 0.5),
    0 8px 20px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.6);
  background: linear-gradient(135deg, #d4b962 0%, #e5c76a 100%);
  color: #000;
}
.fltmainsec .viewallbtn:hover::before {
  opacity: 1;
  animation: glowPulse 2s ease-in-out infinite;
}
.fltmainsec .viewallbtn:hover::after {
  left: 150%;
}
.fltmainsec .viewallbtn:hover i {
  transform: translateX(8px) rotate(0deg);
  animation: iconBounce 0.6s ease;
}
.fltmainsec .viewallbtn:active {
  transform: translateY(-2px) scale(0.98);
  box-shadow:
    0 6px 20px rgba(203, 176, 91, 0.4),
    0 3px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.1s ease;
}
.fltmainsec .viewallbtn:focus {
  outline: none;
  box-shadow:
    0 12px 35px rgba(203, 176, 91, 0.5),
    0 0 0 4px rgba(203, 176, 91, 0.3);
}
.fltmainsec .viewallbtn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
  filter: grayscale(0.5);
}
.fltmainsec .viewallbtn:disabled:hover {
  transform: none;
  box-shadow:
    0 4px 15px rgba(203, 176, 91, 0.3),
    0 2px 8px rgba(0, 0, 0, 0.15);
  background: linear-gradient(135deg, #cbb05b 0%, #d4b962 100%);
}
.fltmainsec .viewallbtn:disabled:hover::before {
  opacity: 0;
}
.fltmainsec .viewallbtn:disabled:hover::after {
  left: -100%;
}
.fltmainsec .viewallbtn:disabled:hover i {
  transform: translateX(0);
}
.fltmainsec .viewallbtn:hover {
  color: #000;
}
.fltmainsec .slick-slide {
  margin: 0 15px;
}
.fltmainsec .slick-prev,
.fltmainsec .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
}
.fltmainsec .slick-prev::before,
.fltmainsec .slick-next::before {
  content: "";
}
.fltmainsec .slick-prev {
  left: -25px;
}
.fltmainsec .slick-next {
  right: -25px;
}
.fltmainsec .slick-prev i,
.fltmainsec .slick-next i {
  font-size: 18px;
  color: #000000;
}
.fltmainsec .slick-prev:hover,
.fltmainsec .slick-next:hover {
  background-color: #000000;
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}
.fltmainsec .slick-prev:hover i,
.fltmainsec .slick-next:hover i {
  color: #ffffff;
}
.fltmainsec .slick-prev:focus,
.fltmainsec .slick-next:focus {
  outline: none;
}
.fltmainsec .slick-prev.slick-disabled,
.fltmainsec .slick-next.slick-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.fltmainsec .slick-dots {
  position: absolute;
  bottom: -40px;
  list-style: none;
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.fltmainsec .slick-dots li {
  margin: 0 11px;
}
.fltmainsec .slick-dots li button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #cccccc;
  border: none;
  padding: 0;
  cursor: pointer;
  font-size: 0;
  transition: all 0.3s ease;
}
.fltmainsec .slick-dots li.slick-active button {
  background-color: #1b2b38;
  width: 30px;
  border-radius: 6px;
}
.fltmainsec .slick-dots li button:hover {
  background-color: #1b2b38;
}
@media (max-width: 1200px) {
  .fltmainsec .slick-prev {
    left: -15px;
  }
  .fltmainsec .slick-next {
    right: -15px;
  }
}
@media (max-width: 768px) {
  .fltmainsec .slick-prev,
  .fltmainsec .slick-next {
    width: 40px;
    height: 40px;
  }
  .fltmainsec .slick-prev {
    left: 10px;
  }
  .fltmainsec .slick-next {
    right: 10px;
  }
  .fltmainsec .slick-prev i,
  .fltmainsec .slick-next i {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .fltmainsec .slick-prev,
  .fltmainsec .slick-next {
    display: none !important;
  }
  .sub-menu {
    border-top: 0px;
  }
  .sub-menu .br {
    border-right: 0px;
  }
}
.fltmainsec.homefltslid {
  background-color: transparent;
}
.fltmainsec.homefltslid .fltcard {
  border: 1px solid #e1e1e1;
  border-radius: 10px;
}

.gryblksec {
  position: relative;
  overflow: hidden;
}
.gryblksec .fillwdimg .video-trigger-btn {
  position: absolute;
  background: white;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.4s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  border: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video-trigger-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
}

.video-trigger-btn i {
  font-size: 32px;
  color: #d2b359;
  margin-left: 5px;
}

/* Ripple Animation */
.video-trigger-btn::before,
.video-trigger-btn::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid white;
  top: 0;
  left: 0;
  animation: ripple 2s infinite;
  opacity: 0;
}

.video-trigger-btn::after {
  animation-delay: 1s;
}

@keyframes ripple {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }
  100% {
    transform: scale(1.8);
    opacity: 0;
  }
}

.modal.video-modal .modal-dialog {
  max-width: 900px;
  margin: 30px auto;
}

.modal.video-modal .modal-content {
  background: transparent;
  border: none;
  border-radius: 20px;
  overflow: hidden;
}

.modal.video-modal .modal-body {
  padding: 0;
  position: relative;
  background: #000;
  border-radius: 20px;
  overflow: hidden;
}

.modal-close-btn {
  position: absolute;
  top: -50px;
  right: 0;
  background: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 1060;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.modal-close-btn:hover {
  transform: rotate(90deg) scale(1.1);
  background: #ff4444;
}

.modal-close-btn i {
  font-size: 20px;
  color: #333;
}

.modal-close-btn:hover i {
  color: white;
}

/* Video Container */
.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  background: #000;
}

.video-container iframe,
.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.modal-backdrop.show {
  opacity: 0.9;
  background: #000;
}

.modal.fade .modal-dialog {
  transform: scale(0.8);
  transition: transform 0.3s ease-out;
}

.modal.show .modal-dialog {
  transform: scale(1);
}

.video-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.spinner {
  width: 50px;
  height: 50px;
  border: 5px solid rgba(255, 255, 255, 0.3);
  border-top-color: white;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* Responsive */
@media (max-width: 768px) {
  .hero-title {
    font-size: 32px;
  }

  .hero-subtitle {
    font-size: 16px;
  }

  .video-trigger-btn {
    width: 70px;
    height: 70px;
  }

  .video-trigger-btn i {
    font-size: 28px;
  }

  .modal.video-modal .modal-dialog {
    margin: 20px;
  }

  .modal-close-btn {
    top: -45px;
    width: 35px;
    height: 35px;
  }

  .modal-close-btn i {
    font-size: 16px;
  }
}

@media (max-width: 576px) {
  .modal.video-modal .modal-dialog {
    margin: 10px;
  }

  .modal-close-btn {
    top: 10px;
    right: 10px;
  }
}

.gryblksec::before {
  position: absolute;
  content: "";
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #535353;
  z-index: -1;
}
.gryblksec::after {
  position: absolute;
  content: "";
  width: 50%;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #000;
  z-index: -1;
}
.gryblksec h2 {
  color: #fff;
}
.gryblksec p {
  padding-bottom: 15px;
  color: #fff;
}
.gryblksec .fillwdimg {
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0%;
  overflow: hidden;
}
.gryblksec .fillwdimg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.gryblksec .leftside {
  padding: 30px 0 30px 0;
  position: relative;
}
.gryblksec .rightside {
  padding: 30px 0 30px 30px;
}
.gryblksec .rightside a {
  text-transform: capitalize;
  padding: 8px 20px;
  color: #fff;
  border-radius: 5px;
  border: 0.5px solid rgba(255, 255, 255, 0.3);
  background: linear-gradient(135deg, #cbb05b 0%, #d4b962 100%);
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  transform: translateY(0);
  box-shadow:
    0 4px 15px rgba(203, 176, 91, 0.3),
    0 2px 8px rgba(0, 0, 0, 0.15);
}
.gryblksec .rightside a::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.25) 0%,
    transparent 70%
  );
  opacity: 0;
  transition: opacity 0.6s ease;
}
.gryblksec .rightside a::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.4),
    transparent
  );
  transform: skewX(-20deg);
  transition: left 0.7s ease;
}
.gryblksec .rightside a i {
  padding-left: 18px;
  color: #fff;
  transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  transform: translateX(0) rotate(0deg);
  display: inline-block;
}
.gryblksec .rightside a:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow:
    0 12px 35px rgba(203, 176, 91, 0.5),
    0 8px 20px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.6);
  background: linear-gradient(135deg, #d4b962 0%, #e5c76a 100%);
  color: #000;
}
.gryblksec .rightside a:hover::before {
  opacity: 1;
  animation: glowPulse 2s ease-in-out infinite;
}
.gryblksec .rightside a:hover::after {
  left: 150%;
}
.gryblksec .rightside a:hover i {
  transform: translateX(8px) rotate(0deg);
  animation: iconBounce 0.6s ease;
}
.gryblksec .rightside a:active {
  transform: translateY(-2px) scale(0.98);
  box-shadow:
    0 6px 20px rgba(203, 176, 91, 0.4),
    0 3px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.1s ease;
}
.gryblksec .rightside a:focus {
  outline: none;
  box-shadow:
    0 12px 35px rgba(203, 176, 91, 0.5),
    0 0 0 4px rgba(203, 176, 91, 0.3);
}
.gryblksec .rightside a:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
  filter: grayscale(0.5);
}
.gryblksec .rightside a:disabled:hover {
  transform: none;
  box-shadow:
    0 4px 15px rgba(203, 176, 91, 0.3),
    0 2px 8px rgba(0, 0, 0, 0.15);
  background: linear-gradient(135deg, #cbb05b 0%, #d4b962 100%);
}
.gryblksec .rightside a:disabled:hover::before {
  opacity: 0;
}
.gryblksec .rightside a:disabled:hover::after {
  left: -100%;
}
.gryblksec .rightside a:disabled:hover i {
  transform: translateX(0);
}
.gryblksec .rightside .featuresListWrapper .featureItemList {
  color: #fff;
}
.gryblksec .rightside .featuresListWrapper .featureItemList .featureBulletIcon {
  background-color: #fff;
}

.bigmarcdes {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 26%;
  height: 800px;
}
.bigmarcdes .capcard {
  padding: 15px;
  background-color: #fff;
}
.bigmarcdes .capcard p {
  padding-bottom: 15px;
}

.appsec {
  position: relative;
}
.appsec::before {
  position: absolute;
  content: "";
  width: 50%;
  height: 100%;
  background-color: #000;
  top: 0;
  left: 0;
  z-index: -1;
}
.appsec .apptxt {
  height: 100%;
}
.appsec .apptxt h2 {
  color: #fff;
}
.appsec .apptxt p {
  color: #fff;
  padding-bottom: 15px;
}
.appsec .apptxt .qr {
  display: flex;
  align-items: center;
  padding-top: 20px;
}
.appsec .apptxt .qr .qraplink {
  display: flex;
  flex-direction: column;
  padding-left: 10px;
}
.appsec .apptxt .qr .qraplink a {
  padding-bottom: 7px;
}
.appsec .apptxt .featuresListWrapper {
  margin-top: 0;
}
.appsec .apptxt .featuresListWrapper .featureItemList {
  color: #fff;
}
.appsec .apptxt .featuresListWrapper .featureItemList .featureBulletIcon {
  background-color: #fff;
}
.appsec .mobileapp {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.appsec .mobileapp img {
  width: auto;
  height: auto;
}

.personal {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.personal .leftcap .bnrcon {
  padding-left: 0;
  padding-top: 20px;
}
.personal .leftcap .bnrcon li a {
  padding-left: 0;
}
.personal .leftcap .twobtn {
  padding-left: 0;
}

.testimonial-section {
  background-color: #fcfaf7;
}

.testimonial-section .container {
  background: #fff;
  padding: 30px 20px;
}

.testimonial-section .testimonial-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.testimonial-section .testimonial-header h2 {
  font-size: 28px;
  color: #1b372b;
  margin-bottom: 20px;
  font-weight: 700;
}

.testimonial-section .testimonial-header .google-rating {
  text-align: right;
  display: flex;
  align-items: center;
  -moz-column-gap: 25px;
  column-gap: 25px;
}

.testimonial-section .testimonial-header .google-rating img {
  height: 24px;
  vertical-align: middle;
}

.testimonial-section .testimonial-header .google-rating .stars {
  font-size: 14px;
  color: #ffb000;
}

.testimonial-section .testimonial-header .google-rating .stars .review-count {
  font-size: 13px;
  color: #444;
  margin-left: 5px;
}

.testimonial-section .testimonial-cards {
  margin-top: 20px;
}

.testimonial-section .testimonial-card {
  background-color: #fcfaf7;
  padding: 15px;
  border-radius: 10px;
  font-size: 14px;
  color: #333;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  min-height: 313px;
}

.testimonial-section .right .testimonial-card {
  margin-top: 20px;
}

.testimonial-section .right .testimonial-header {
  background: #000;
  color: #fff;
  padding: 0px 20px;
}

.testimonial-section .owl-stage-outer {
  padding-bottom: 10px;
}

.testimonial-section .testimonial-card .card_header {
  display: flex;
  -moz-column-gap: 15px;
  column-gap: 15px;
}

.testimonial-section .testimonial-card .card_header .user_img {
  min-width: 40px;
  height: 40px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  overflow: hidden;
}

.testimonial-section .testimonial-card .card_header .user_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.testimonial-section .testimonial-card .card_header h3 {
  margin: 0 0 8px;
  font-size: 20px;
  color: #1b372b;
  text-transform: capitalize;
}

.testimonial-section .testimonial-card .card_header .stars {
  color: #ffb000;
  font-size: 16px;
  margin-bottom: 10px;
}

.testimonial-section .testimonial-card .card_header .stars span {
  font-size: 12px;
  margin-left: 5px;
  color: #666;
}

.testimonial-section .right .testimonial-card .card_header .stars {
  color: #73cf11;
}

.testimonial-section .testimonial-card .user-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.testimonial-section .testimonial-card .user-row img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.testimonial-section .testimonial-card .user-row h4 {
  margin: 0;
  font-size: 15px;
}

.testimonial-section .testimonial-card .sub {
  font-size: 12px;
  color: #888;
  margin-bottom: 8px;
}

.testimonial-section .testimonial-card small {
  font-size: 12px;
  color: #777;
  margin-top: 10px;
  display: inline-block;
}

.testimonial-section .owl-theme .owl-dots {
  margin-top: 20px !important;
}

.testimonial-section .see-more {
  margin: 20px auto 0;
  text-align: center;
}

.testimonial-section .see-more a {
  color: #fff;
  text-decoration: none;
  padding: 14px 20px;
  background: #b6893d;
  border-radius: 12px;
}

.testimonial-section .see-more a:hover {
  text-decoration: underline;
}

.section-title {
  text-align: center;
}

.service-card {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  height: 100%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  position: relative;
  cursor: pointer;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.service-image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.service-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.service-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(0, 0, 0, 0.4) 50%,
    transparent 100%
  );
  padding: 25px;
  transition: all 0.4s ease;
}

.service-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  transition: margin-bottom 0.3s ease;
}

.service-title {
  font-size: 20px;
  font-weight: 600;
  color: white;
  margin: 0;
}

.service-arrow {
  color: white;
  font-size: 18px;
  transition: transform 0.3s ease;
}

.service-card:hover .service-arrow {
  transform: translateX(5px);
}

.service-description {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.6;
  margin: 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.4s ease;
}

.service-card:hover .service-overlay {
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0.6) 70%,
    transparent 100%
  );
  padding-bottom: 30px;
}

.service-card:hover .service-header {
  margin-bottom: 12px;
}

.service-card:hover .service-description {
  max-height: 200px;
  opacity: 1;
}

@media (max-width: 768px) {
  .section-title {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .service-card {
    margin-bottom: 20px;
  }
  .service-image-wrapper {
    height: 240px;
  }
}
.footerfrm {
  height: 100%;
}
.footerfrm iframe {
  width: 100%;
  height: 600px;
  object-fit: cover;
  position: absolute;
}
.footerfrm .mapcontact {
  position: relative;
  z-index: 1;
}
.footerfrm .mapcontact ul.bnrcon {
  padding: 10px;
  background-color: #fff;
  width: 80%;
  display: flex;
  align-items: center;
}
.footerfrm .mapcontact ul.bnrcon li {
  padding-right: 10px;
}
.footerfrm .mapcontact ul.bnrcon li a {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.32px;
  text-decoration: underline !important;
}
.footerfrm .mapcontact ul.bnrcon li a i {
  padding-right: 10px;
}
.footerfrm .contact-section {
  padding: 20px;
  background-color: #000;
  position: relative;
}
.footerfrm .contact-section h2 {
  color: #fff;
  text-align: left;
}
.footerfrm .form-label {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 8px;
  display: block;
}
.footerfrm .form-control {
  background-color: transparent;
  border: 1px solid #333;
  border-radius: 8px;
  color: #fff;
  padding: 10px 15px;
  font-size: 15px;
  transition: all 0.3s ease;
}
.footerfrm .form-control:focus {
  background-color: transparent;
  border-color: #666;
  color: #fff;
  box-shadow: none;
  outline: none;
}
.footerfrm .form-control::-moz-placeholder {
  color: #999;
}
.footerfrm .form-control::placeholder {
  color: #999;
}
.footerfrm .form-select {
  background-color: transparent;
  border: 1px solid #333;
  border-radius: 8px;
  color: #999;
  padding: 15px 20px;
  font-size: 15px;
  transition: all 0.3s ease;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23999' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 16px 12px;
}
.footerfrm .form-select:focus {
  background-color: transparent;
  border-color: #666;
  color: #fff;
  box-shadow: none;
  outline: none;
}
.footerfrm .form-select option {
  background-color: #1a1a1a;
  color: #fff;
}
.footerfrm textarea.form-control {
  resize: none;
  min-height: 120px;
}
.footerfrm .invalid-feedback {
  display: none;
  color: #ff4444;
  font-size: 13px;
  margin-top: 5px;
}
.footerfrm .iti {
  width: 100%;
}
.footerfrm .iti__flag-container {
  background-color: transparent;
}
.footerfrm .iti__selected-flag {
  background-color: transparent;
}
.footerfrm .book-now {
  text-transform: capitalize;
  padding: 8px 20px;
  color: #fff;
  border-radius: 5px;
  border: 0.5px solid rgba(255, 255, 255, 0.3);
  background: linear-gradient(135deg, #cbb05b 0%, #d4b962 100%);
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  transform: translateY(0);
  box-shadow:
    0 4px 15px rgba(203, 176, 91, 0.3),
    0 2px 8px rgba(0, 0, 0, 0.15);
  margin-left: auto;
  display: table;
}
.footerfrm .book-now::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.25) 0%,
    transparent 70%
  );
  opacity: 0;
  transition: opacity 0.6s ease;
}
.footerfrm .book-now::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.4),
    transparent
  );
  transform: skewX(-20deg);
  transition: left 0.7s ease;
}
.footerfrm .book-now i {
  padding-left: 18px;
  color: #fff;
  transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  transform: translateX(0) rotate(0deg);
  display: inline-block;
}
.footerfrm .book-now:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow:
    0 12px 35px rgba(203, 176, 91, 0.5),
    0 8px 20px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.6);
  background: linear-gradient(135deg, #d4b962 0%, #e5c76a 100%);
  color: #000;
}
.footerfrm .book-now:hover::before {
  opacity: 1;
  animation: glowPulse 2s ease-in-out infinite;
}
.footerfrm .book-now:hover::after {
  left: 150%;
}
.footerfrm .book-now:hover i {
  transform: translateX(8px) rotate(0deg);
  animation: iconBounce 0.6s ease;
}
.footerfrm .book-now:active {
  transform: translateY(-2px) scale(0.98);
  box-shadow:
    0 6px 20px rgba(203, 176, 91, 0.4),
    0 3px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.1s ease;
}
.footerfrm .book-now:focus {
  outline: none;
  box-shadow:
    0 12px 35px rgba(203, 176, 91, 0.5),
    0 0 0 4px rgba(203, 176, 91, 0.3);
}
.footerfrm .book-now:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
  filter: grayscale(0.5);
}
.footerfrm .book-now:disabled:hover {
  transform: none;
  box-shadow:
    0 4px 15px rgba(203, 176, 91, 0.3),
    0 2px 8px rgba(0, 0, 0, 0.15);
  background: linear-gradient(135deg, #cbb05b 0%, #d4b962 100%);
}
.footerfrm .book-now:disabled:hover::before {
  opacity: 0;
}
.footerfrm .book-now:disabled:hover::after {
  left: -100%;
}
.footerfrm .book-now:disabled:hover i {
  transform: translateX(0);
}

.footer-main {
  background-color: #000;
  padding: 60px 0 40px;
}
.footer-main ul.bnrcon {
  padding: 10px;
  margin-top: 20px;
  color: #fff;
}
.footer-main ul.bnrcon li i {
  padding-right: 10px;
  color: #fff;
}
.footer-main ul.bnrcon li a {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.32px;
}
.footer-main .footrapbtn {
  display: flex;
  padding-top: 20px;
}
.footer-main .footrapbtn a {
  padding-right: 10px;
}
.footer-main .footrapbtn a img {
  width: 100%;
  height: auto;
}

.footer-description {
  color: #fff;
}

.footer-title {
  color: #fff;
}

.footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-list li {
  margin-bottom: 12px;
}

.footer-list li a {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.32px;
  color: #fff;
  transition: color 0.3s ease;
  text-transform: capitalize;
}

.footrmap {
  height: 100%;
}
.footrmap iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.footer-list li a:hover {
  color: #d2b359;
}

.footer-contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.footer-contact-item i {
  font-size: 18px;
  color: #d2b359;
  min-width: 40px;
  min-height: 40px;
  background-color: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  border: 1px solid #fff;
}

.footer-contact-item a,
.footer-contact-item span {
  font-size: 15px;
  color: #fff;
  text-decoration: none;
}

.footer-contact-item a:hover {
  color: #d2b359;
}

/* Social Icons */
.footer-social {
  display: flex;
  gap: 15px;
  margin-top: 25px;
  flex-wrap: wrap;
}

.footer-social a {
  min-width: 40px;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: 1px solid #fff;
  color: #d2b359;
  border-radius: 100%;
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer-social a:hover {
  background-color: #333333;
  transform: translateY(-3px);
}

.footer-social a i {
  font-size: 18px;
}

/* Footer Bottom */
.footer-bottom {
  background-color: #1e1e1e;
  padding: 20px 0;
  border-top: 1px solid #fff;
}

.footer-copyright {
  font-size: 14px;
  color: #ffffff;
  margin: 0;
  text-align: center;
}
.footer-copyright.powerd {
  display: flex;
  justify-content: center;
}
.footer-copyright.powerd a.logi {
  display: flex;
  align-items: center;
  padding-left: 10px;
  color: #fff;
}

/* Responsive */
@media (max-width: 768px) {
  .footer-main {
    padding: 40px 0 30px;
  }
  .footer-title {
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 30px;
  }
  .footer-description {
    font-size: 13px;
  }
  .footer-list li a {
    font-size: 14px;
  }
  .footer-contact-item {
    font-size: 14px;
  }
}
/*****************************
    Scroll to top css start
*****************************/
.scrollTop {
  position: fixed;
  right: 2%;
  bottom: 10px;
  padding: 0px;
  opacity: 0;
  z-index: 3;
  transition: all 0.4s ease-in-out 0s;
}
.scrollTop span a {
  width: 62px;
  height: 62px;
  border-radius: 100%;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 7px solid #fff;
}

.bottToparrow {
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.bottToparrow img {
  padding-bottom: 3px;
  stroke: #000;
  fill: transparent;
  stroke-width: 1px;
  animation: arrow 2s infinite;
  -webkit-animation: arrow 2s infinite;
}

@keyframes arrow {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.bottToparrow img.bottompath1 {
  animation-delay: 1s;
  -webkit-animation-delay: 1s; /* Safari 和 Chrome */
}

.bottToparrow img.bottompath2 {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s; /* Safari 和 Chrome */
}

.bottToparrow img.bottompath3 {
  animation-delay: 0s;
  -webkit-animation-delay: 0s; /* Safari 和 Chrome */
}

/*****************************
    Scroll to top css end
*****************************/ /*# sourceMappingURL=style.css.map */


/* home page Contact start here  */
.home_form {
  background: #fff;
  padding: 15px;
  border-radius: 16px;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
  z-index: 2;
  position: relative;
}

.home_form h2 {
  color: #222;
  font-size: 24px !important;
  font-weight: 700;
  margin-bottom: 15px !important;
  padding-bottom: 0px;
  position: relative;
}

.home_form h2::after {
  content: "";
  width: 70px;
  height: 3px;
  background: #b6893d;
  display: block;
  margin-top: 10px;
}

/* Inputs & Textarea */
.home_form .form-control {
  height: 45px;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 12px 18px;
  font-size: 15px;
  transition: all 0.3s ease;
  box-shadow: none;
}

.home_form textarea.form-control {
  height: auto;
  min-height: 140px;
  resize: none;
}

.home_form .form-control::placeholder {
  color: #999;
}

.home_form .form-control:focus {
  border-color: #b6893d;
  box-shadow: 0 0 0 4px rgba(182, 137, 61, 0.15);
  outline: none;
}

/* Validation Messages */
.invalid-feedback {
  color: #dc3545;
  font-size: 13px;
  margin-top: 5px;
}

/* Recaptcha Area */
.home_form .g-recaptcha {
  transform: scale(0.7) translateX(-35px);
}
@media (max-width: 575px) {
  .home_form .g-recaptcha {
    transform: scale(0.9) translateX(0px);
  }
}
.home_form .iti.iti--allow-dropdown {
  width: 100%;
}

/* Submit Button */
.book-now.btn-primary {
  width: 100%;
  border: none;
  border-radius: 10px;
  background: #b6893d;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  padding: 12px 0;
}

.book-now.btn-primary:hover {
  background: #9c742f;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(182, 137, 61, 0.3);
}

.book-now.btn-primary:active {
  transform: translateY(0);
}

.book-now.btn-primary .txt {
  position: relative;
  z-index: 2;
}
