@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  margin: 0px;
  padding: 0px;
  background-color: transparent;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  scroll-behavior: smooth;
}

.container {
  width: 100%;
  max-width: 1375px;
  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; /* 175% */
  letter-spacing: 0.32px;
  /* text-transform: capitalize; */
  margin-bottom: 0 !important;
}

h2 {
  color: #000;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  padding-bottom: 40px;
  text-align: center;
  margin: 0px auto;
}

h3 {
  color: #000;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  padding-bottom: 15px;
  color: #fff;
}

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;
}

/*========================================
    Header Css Begin 
==========================================*/
._header {
  padding: 10px 0;
  position: relative;
  top: 0px;
  width: 100%;
  z-index: 9;
  background-color: #fff;
  box-shadow: 0 4px 4px 0 rgba(204, 171, 84, 0.25);
}

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

.logo img {
  width: 100%;
}

.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: #000;
  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-radius: 5px;
  z-index: 99;
}

.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;
  margin-left: auto;
}
.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: #000;
  display: block;
  font-size: 15px;
  padding: 0 12px;
  text-decoration: none;
  transition: 0.5s;
  font-weight: 400;
  text-transform: uppercase;
}

.navbar li a.ride {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 15px 40px;
  background: radial-gradient(
    175.25% 114.67% at 11.18% 9.85%,
    #dedede 0%,
    #a2a2a2 27.88%,
    #848484 50%,
    #666 83.17%
  );
  background-size: 200% 100%;
  background-position: left;
  transition: all 0.5s ease-in-out;
  color: #fff;
  text-align: center;
  padding: 5px 30px;
  margin-left: 50px;
  color: #fff;
}
.navbar li a.ride i {
  padding-left: 18px;
  color: #000;
  transition: color 0.5s ease-in-out;
}
.navbar li a.ride:hover {
  background-position: right;
  color: #fff;
}
.navbar li a.ride:hover i {
  color: #fff;
}
.navbar li a.ride:hover {
  background-color: #fff;
  color: #fff;
}

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

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

.navbar .navbar-nav > li a::after {
  position: absolute;
  width: 100%;
  bottom: -15px;
  height: 3px;
  border-radius: 50px;
  content: "";
  transition: all 0.5s ease 0s;
  background-color: #fff;
  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;
}

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

.navbar li a.active {
  font-weight: 700;
}

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

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

.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; /* 175% */
  letter-spacing: 0.32px;
  text-transform: capitalize;
  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; /* 175% */
  letter-spacing: 0.32px;
  text-transform: capitalize;
  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; /* 175% */
  letter-spacing: 0.32px;
  text-transform: capitalize;
  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;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 15px 40px;
  background: radial-gradient(
    175.25% 114.67% at 11.18% 9.85%,
    #dedede 0%,
    #a2a2a2 27.88%,
    #848484 50%,
    #666 83.17%
  );
  background-size: 200% 100%;
  background-position: left;
  transition: all 0.5s ease-in-out;
  color: #fff;
  text-align: center;
  background-color: #fff;
  color: #000;
  font-weight: 700;
}
.sidebar .side_conarea .sidefb a.sdebknow i {
  padding-left: 18px;
  color: #000;
  transition: color 0.5s ease-in-out;
}
.sidebar .side_conarea .sidefb a.sdebknow:hover {
  background-position: right;
  color: #fff;
}
.sidebar .side_conarea .sidefb a.sdebknow:hover i {
  color: #fff;
}
.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 {
  font-size: 16px;
  /* font-weight: 500; */
  padding: 15px 40px;
  color: #fff;
  background: linear-gradient(270deg, #09090d, #bfbfbf, #535353);
  background-size: 400% 400%;
  animation: glowmove 4s ease infinite;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
  transition: 0.3s;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@keyframes glowmove {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.login li a:hover {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.4), 0 0 50px rgba(0, 0, 0, 0.2);
  transform: translateY(-2px);
  /* color: #fff !important; */
}
.login li a i {
  padding-left: 18px;
  color: #000;
  transition: color 0.5s ease-in-out;
}
.login li a:hover i {
  color: #fff;
}
.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: block;
    width: 200px;
    background: #fff;
    box-shadow: -7.794px 4.5px 20px rgba(17, 79, 160, 0.17);
    top: 110%;
    padding: 10px 0;
    border-radius: 5px;
    z-index: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s;
    -ms-transition: all 0.4s;
    opacity: 0;
    padding-top: 0;
    left: 0;
  }
  .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: #000;
    border-color: #000;
  }
  .navbar .sub-menu li a {
    font-size: 14px;
    color: #000;
    padding: 7px 10px;
    border-bottom: 1px solid #1a1a1a;
    border-bottom-style: dotted;
    transition: 0.5s;
    text-transform: capitalize;
  }
  .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: 0 2px 10px 2px rgba(0, 0, 0, 0.2);
  }
  ._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: #000;
  }
  ._header._menu_fixed .navbar li a.ride:hover {
    color: #fff;
    background-color: #fff;
  }
  ._header._menu_fixed .navbar li a.active {
    color: #000;
    font-weight: 600;
  }
  ._header._menu_fixed .navbar .sub-menu li a {
    color: #000;
  }
  ._header._menu_fixed .navbar .sub-menu li:hover a {
    color: #000;
  }
  .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: 50px;
  }
  .menu-item-has-children .bknow {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 15px 40px;
    background: radial-gradient(
      175.25% 114.67% at 11.18% 9.85%,
      #dedede 0%,
      #a2a2a2 27.88%,
      #848484 50%,
      #666 83.17%
    );
    background-size: 200% 100%;
    background-position: left;
    transition: all 0.5s ease-in-out;
    color: #fff;
    text-align: center;
  }
  .menu-item-has-children .bknow i {
    padding-left: 18px;
    color: #000;
    transition: color 0.5s ease-in-out;
  }
  .menu-item-has-children .bknow:hover {
    background-position: right;
    color: #fff;
  }
  .menu-item-has-children .bknow:hover i {
    color: #fff;
  }
  .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: top;
  padding: 70px 0;
}
.banner::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0.6) 100%
  );
}
.banner .leftcap.home {
  width: 80%;
}
.banner .mx-auto .leftcap {
  text-align: center;
}
.banner .leftcap h1 {
  font-size: 55px;
  font-weight: 500;
  line-height: normal;
  padding-bottom: 20px;
  color: #fff;
}
.banner .leftcap h1 span {
  color: #fff;
}
.banner .leftcap p {
  color: #fff;
  padding-bottom: 20px;
}
.banner .leftcap ul {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  flex-wrap: wrap;
}
.banner .leftcap ul li {
  margin-right: 20px;
  padding-bottom: 5px;
}
.banner .leftcap ul li i {
  padding-right: 10px;
  color: #fff;
}
.banner .leftcap ul li a {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.32px;
  text-transform: capitalize;
  text-transform: none;
  color: #fff;
}
.banner .leftcap ul.twobtn {
  margin-top: 10px;
  flex-direction: row;
}
.banner .mx-auto .leftcap ul.twobtn {
  justify-content: center;
}
.banner .leftcap ul.twobtn li {
  margin-right: 20px;
}
.banner .leftcap ul.twobtn li a {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 15px 40px;
  background: radial-gradient(
    175.25% 114.67% at 11.18% 9.85%,
    #dedede 0%,
    #a2a2a2 27.88%,
    #848484 50%,
    #666 83.17%
  );
  background-size: 200% 100%;
  background-position: left;
  transition: all 0.5s ease-in-out;
  color: #fff;
  text-align: center;
  border: 1px solid #848484;
}
.banner .leftcap ul.twobtn li a i {
  padding-left: 18px;
  color: #000;
  transition: color 0.5s ease-in-out;
}
.banner .leftcap ul.twobtn li a:hover {
  background-position: right;
  color: #fff;
}
.banner .leftcap ul.twobtn li a:hover i {
  color: #fff;
}
.banner .leftcap ul.twobtn li a.trabs {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.banner .leftcap ul.twobtn li a.trabs:hover {
  background: #000;
  color: #fff;
  border-color: #848484;
}

/*********************************
    Banner section end
*********************************/
.provideshape {
  position: relative;
}
.provideshape h2 {
  color: #000;
  text-align: center;
  font-size: 64px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 82px; /* 128.125% */
  text-transform: uppercase;
  position: relative;
  width: 65%;
  margin: auto;
  padding-bottom: 0;
}
.provideshape::before {
  position: absolute;
  content: "";
  width: 50%;
  height: 100%;
  background-image: url(../images/cityleft.webp);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center left;
  top: 0;
  left: 0;
}
.provideshape::after {
  position: absolute;
  content: "";
  width: 50%;
  height: 100%;
  background-image: url(../images/cityright.webp);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center right;
  top: 0;
  right: 0;
}

.markdiv {
  display: flex;
  align-items: center;
  background: transparent;
  padding: 10px 0;
}

.scrolling-ticker-box {
  --gap: 18px;
  position: relative;
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  gap: var(--gap);
  align-items: center;
}

.scrolling-content {
  flex-shrink: 0;
  display: flex;
  gap: var(--gap);
  min-width: 100%;
  animation: scroll 40s linear infinite;
}

.scrolling-content span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-style: normal;
  line-height: normal;
  color: #fff;
  vertical-align: middle;
  position: relative;
  padding: 0;
  border-right: 1px solid rgb(148, 148, 148);
}
.scrolling-content span img {
  width: 80%;
  margin: 0 auto;
  padding-right: 10px;
}

.scrolling-content.brand span {
  border-right: 0;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-100% - var(--gap)));
  }
}
.mb_30 {
  margin-bottom: 30px;
}

.commcentag {
  border-radius: 30.5px;
  border: 1px solid #1f1d15;
  background: #1f1d15;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  color: #fff;
  text-align: center;
  padding: 12px 30px;
  margin: 0px auto;
  margin-bottom: 20px;
  display: table;
  text-transform: capitalize;
}

.premiumserv {
  position: relative;
}
.premiumserv .container .showmorebtn {
  background: #000;
  padding: 13px 20px;
  border-radius: 10px;
  color: #fff;
}
.premiumserv::before {
  position: absolute;
  content: "";
  background-image: url(../images/service_topbg.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: top center;
  width: 100%;
  top: 0;
  left: 0;
}
.premiumserv .service_card {
  border-radius: 8px;
  background-color: #fff;
  padding: 25px 25px 25px 25px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px,
    rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
.premiumserv .service_card .capsec {
  padding-bottom: 10px;
}
.premiumserv .service_card .capsec h4 {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 600 !important;
  line-height: normal;
  text-transform: capitalize;
  padding-bottom: 15px;
}
.premiumserv .service_card .capsec p {
  padding-bottom: 25px;
}
.premiumserv .service_card .capsec a {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.32px;
  text-transform: capitalize;
  margin-left: auto;
  display: table;
  transition: all 0.5s ease-in-out;
}
.premiumserv .service_card .capsec a i {
  font-size: 12px;
  padding-left: 5px;
}
.premiumserv .service_card .capsec a:hover {
  color: #000;
}
.premiumserv .service_card .imgsec {
  border-radius: 8px;
  overflow: hidden;
  height: 215px;
}
.premiumserv .service_card .imgsec img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.premiumserv .service_card:hover {
  background-color: #000;
}
.premiumserv .service_card:hover .capsec h4 {
  color: #fff;
}
.premiumserv .service_card:hover .capsec p {
  color: #fff;
}
.premiumserv .service_card:hover .capsec a {
  color: #fff;
}

.openwrldthree {
  background-color: #000;
}
.openwrldthree .leftsec h3 {
  color: #000;
  font-size: 36px !important;
  font-style: normal;
  font-weight: 600 !important;
  line-height: normal;
  text-transform: capitalize;
  padding-bottom: 15px;
  color: #fff;
}
.openwrldthree .leftsec p {
  color: #fff;
}
.openwrldthree .leftsec .boxcap {
  padding-top: 40px;
}
.openwrldthree .leftsec .boxcap .innrsec {
  display: flex;
  align-items: flex-start;
}
.openwrldthree .leftsec .boxcap .innrsec .head {
  align-items: center;
  padding-left: 15px;
}
.openwrldthree .leftsec .boxcap .innrsec .head h4 {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 600 !important;
  line-height: normal;
  text-transform: capitalize;
  padding-bottom: 15px;
  font-size: 16px;
  color: #fff;
}
.openwrldthree .leftsec .boxcap .innrsec .head p {
  width: 90%;
  color: #fff;
  font-size: 12px !important;
}
.openwrldthree .leftsec .boxcap .innrsec i {
  font-size: 30px;
  color: #fff;
}
.openwrldthree .leftsec .boxcap .innrsec img {
  width: auto;
  height: auto;
}
.openwrldthree .rightsec {
  padding-left: 30px;
  border-radius: 0 0 8px 8px;
  overflow: hidden;
}
.openwrldthree .rightsec img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.hmeabtsec .leftcap h3 {
  text-align: left;
  font-size: 36px !important;
  width: 72%;
}
.hmeabtsec .leftcap p {
  padding-bottom: 30px;
  width: 90%;
}
.hmeabtsec .leftcap .commcentag {
  margin: 0;
}
.hmeabtsec .leftcap a {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 15px 40px;
  background: radial-gradient(
    175.25% 114.67% at 11.18% 9.85%,
    #dedede 0%,
    #a2a2a2 27.88%,
    #848484 50%,
    #666 83.17%
  );
  background-size: 200% 100%;
  background-position: left;
  transition: all 0.5s ease-in-out;
  color: #fff;
  text-align: center;
}
.hmeabtsec .leftcap a i {
  padding-left: 18px;
  color: #000;
  transition: color 0.5s ease-in-out;
}
.hmeabtsec .leftcap a:hover {
  background-position: right;
  color: #fff;
}
.hmeabtsec .leftcap a:hover i {
  color: #fff;
}
.hmeabtsec .rightimg {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: linear-gradient(127deg, #1f1f1f 7.52%, #646262 98.82%);
  padding: 25px;
}
.hmeabtsec .rightimg p {
  color: #fff;
  padding-bottom: 40px;
}
.hmeabtsec .rightimg .bgsec {
  position: relative;
}
.hmeabtsec .rightimg .bgsec .imgone {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 80%;
}
.hmeabtsec .rightimg .bgsec .imgtwo {
  position: relative;
  right: 0;
  width: 80%;
  padding-top: 27%;
}
.hmeabtsec .rightimg .imgone {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 80%;
}
.hmeabtsec .rightimg .imgtwo {
  position: relative;
  right: 0;
  width: 80%;
  padding-top: 27%;
}
.hmeabtsec .rightimg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.hmeabtsec .testmnarea {
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
  padding: 45px 20px;
  /* Hide default slick arrows */
  /* Hide default dots */
}
.hmeabtsec .testmnarea h3 {
  color: #000;
  font-size: 36px !important;
  font-style: normal;
  font-weight: 600 !important;
  line-height: normal;
  text-transform: capitalize;
  padding-bottom: 15px;
  text-align: center;
  padding-bottom: 30px;
}
.hmeabtsec .testmnarea .testcap {
  padding-bottom: 30px;
}
.hmeabtsec .testmnarea .testcap .caparea {
  padding: 25px 40px;
  border-radius: 4px;
  border: 1px solid #dfdfdf;
  background: #fff;
  margin: 0px auto;
  width: 90%;
  position: relative;
}
.hmeabtsec .testmnarea .testcap .caparea::before {
  position: absolute;
  content: "";
  border-radius: 4px;
  border: 1px solid #dfdfdf;
  background: transparent;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 110%;
  height: 50%;
  z-index: -1;
}
.hmeabtsec .testmnarea .testcap .caparea p {
  margin: 0px auto;
  text-align: center;
  padding-bottom: 30px;
}
.hmeabtsec .testmnarea .testcap .caparea .user {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.hmeabtsec .testmnarea .testcap .caparea .user .client {
  min-width: 55px;
  min-height: 55px;
  border-radius: 100%;
}
.hmeabtsec .testmnarea .testcap .caparea .user .client img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.hmeabtsec .testmnarea .testcap .caparea .user .clintname {
  padding-left: 30px;
  display: flex;
  flex-direction: column;
}
.hmeabtsec .testmnarea .testcap .caparea .user .clintname p {
  padding-bottom: 5px;
  text-align: left;
  text-transform: uppercase;
  margin: 0;
}
.hmeabtsec .testmnarea .testcap .caparea .user i.fa-quote-right {
  position: absolute;
  left: 10%;
  font-size: 35px;
  color: #dcdcdc;
}
.hmeabtsec .testmnarea .custom-arrows {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.hmeabtsec .testmnarea .custom-arrow-container {
  border: 1px solid #f1f1f1;
  border-radius: 30px;
  padding: 15px 25px;
  background: transparent;
  display: flex;
  align-items: center;
  gap: 20px;
}
.hmeabtsec .testmnarea .custom-prev,
.hmeabtsec .testmnarea .custom-next {
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
  transition: all 0.3s ease;
  font-size: 18px;
  color: #333;
}
.hmeabtsec .testmnarea .custom-prev:hover,
.hmeabtsec .testmnarea .custom-next:hover {
  color: #000;
  transform: scale(1.1);
}
.hmeabtsec .testmnarea .arrow-divider {
  width: 2px;
  height: 25px;
  background: #000;
}
.hmeabtsec .testmnarea .slick-prev,
.hmeabtsec .testmnarea .slick-next {
  display: none !important;
}
.hmeabtsec .testmnarea .slick-dots {
  display: none !important;
}

.abtsec_main {
  position: relative;
}
.abtsec_main::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  background-color: #000;
}
.abtsec_main .leftsec span {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.32px;
  text-transform: capitalize;
  padding-bottom: 30px;
  color: #fff;
}
.abtsec_main .leftsec h3 {
  text-align: left;
  color: #fff;
  padding-bottom: 30px;
}
.abtsec_main .leftsec p {
  color: #fff;
  width: 80%;
}
.abtsec_main .leftsec ul {
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
}
.abtsec_main .leftsec ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 30px;
  border-right: 1px solid #fff;
  border-right-width: 0.2px !important;
}
.abtsec_main .leftsec ul li img {
  padding-bottom: 15px;
}
.abtsec_main .leftsec ul li i {
  color: #fff;
  font-size: 30px;
  margin-bottom: 10px;
}
.abtsec_main .leftsec ul li p {
  text-align: center;
  padding-bottom: 10px;
  color: #fff;
}
.abtsec_main .leftsec a {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 15px 40px;
  background: radial-gradient(
    175.25% 114.67% at 11.18% 9.85%,
    #dedede 0%,
    #a2a2a2 27.88%,
    #848484 50%,
    #666 83.17%
  );
  background-size: 200% 100%;
  background-position: left;
  transition: all 0.5s ease-in-out;
  color: #fff;
  text-align: center;
}
.abtsec_main .leftsec a i {
  padding-left: 18px;
  color: #000;
  transition: color 0.5s ease-in-out;
}
.abtsec_main .leftsec a:hover {
  background-position: right;
  color: #fff;
}
.abtsec_main .leftsec a:hover i {
  color: #fff;
}
.abtsec_main .rightsec {
  overflow: hidden;
  border-radius: 8px;
}
.abtsec_main .rightsec img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.abtsec_main .leftsec ul li:first-child {
  padding-left: 0;
}

.abtsec_main .leftsec ul li:last-child {
  padding-right: 0;
  border-right: 0;
}

.helpyou {
  background: linear-gradient(91deg, #2d2c2c 5.69%, #403737 101.76%);
}
.helpyou h3 {
  color: #fff;
  padding-right: 100px;
  text-align: left;
  width: 65%;
  /* margin-left: auto; */
}
.helpyou .leftsec {
  padding-left: 100px;
  border-left: 1px solid #fff;
}
.helpyou .leftsec p {
  color: #fff;
  padding-bottom: 30px;
}
.helpyou .leftsec a {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 15px 40px;
  background: radial-gradient(
    175.25% 114.67% at 11.18% 9.85%,
    #dedede 0%,
    #a2a2a2 27.88%,
    #848484 50%,
    #666 83.17%
  );
  background-size: 200% 100%;
  background-position: left;
  transition: all 0.5s ease-in-out;
  color: #fff;
  text-align: center;
}
.helpyou .leftsec a i {
  padding-left: 18px;
  color: #000;
  transition: color 0.5s ease-in-out;
}
.helpyou .leftsec a:hover {
  background-position: right;
  color: #fff;
}
.helpyou .leftsec a:hover i {
  color: #fff;
}

.yourprem .pr0 {
  padding-right: 0;
}
.yourprem .pl0 {
  padding-left: 0;
}
.yourprem .leftimg {
  overflow: hidden;
  height: 100%;
}
.yourprem .leftimg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.yourprem .point {
  padding: 70px 80px;
  background-color: #2e2d2d;
}
.yourprem .point h3 {
  padding-bottom: 30px;
  width: 70%;
}
.yourprem .point ul li {
  margin-bottom: 25px !important;
  border-bottom: 1px solid #6c6c6c;
}
.yourprem .point ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.5s ease-in-out;
  padding-bottom: 25px;
}
.yourprem .point ul li a .number h4 {
  font-size: 36px;
  font-weight: 400;
  color: #fff;
}
.yourprem .point ul li a .cap {
  padding-left: 40px;
  padding-right: 20px;
}
.yourprem .point ul li a .cap h4 {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 600 !important;
  line-height: normal;
  text-transform: capitalize;
  padding-bottom: 15px;
  padding-bottom: 5px;
  color: #fff;
}
.yourprem .point ul li a .cap p {
  color: #fff;
}
.yourprem .point ul li a i {
  min-width: 35px;
  min-height: 35px;
  border-radius: 100%;
  background-color: #707070;
  text-align: center;
  font-size: 16px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.yourprem .point ul li a:hover {
  transition: all 0.5s ease-in-out;
}
.yourprem .point ul li a:hover h4 {
  color: #dad8d8;
}
.yourprem .point ul li a:hover i {
  background-color: #000;
  color: #fff;
}

.yourprem .point ul li a:last-child {
  margin-bottom: 0 !important;
}

.yourprem .point ul li:last-child {
  border-bottom: 0;
}

.flthmesec.fletmainsec {
  background-color: transparent;
}
.flthmesec.fletmainsec h3 {
  text-align: center;
  color: #000;
  width: 38%;
  margin: auto;
  line-height: 50px;
}
.flthmesec.fletmainsec .fleet-card {
  border-radius: 4px;
  background: radial-gradient(
    175.25% 114.67% at 11.18% 9.85%,
    rgba(222, 222, 222, 0.48) 0%,
    rgba(162, 162, 162, 0.48) 27.88%,
    rgba(132, 132, 132, 0.48) 50%,
    rgba(102, 102, 102, 0.48) 83.17%
  );
  flex-direction: column;
  border-radius: 4px;
  height: 100%;
}
.flthmesec.fletmainsec .fleet-card .card-image-section {
  position: relative;
  transition: 0.2s;
  margin-bottom: 0;
}

.flthmesec.fletmainsec .fleet-card .card-info .car-description {
  max-height: initial;
  overflow: hidden;
  transition: max-height 0.8s ease;
}
.flthmesec.fletmainsec .fleet-card .card-info .car-features {
  opacity: 1;
  visibility: visible;
  max-height: max-content;
  overflow: hidden;
  transition: opacity 0.8s ease, max-height 0.8s ease;
}
.flthmesec .fleet-card .card-info .car-features.itinerary .feature-item {
  flex-direction: column;
}
.flthmesec .car-features.itinerary .feature-item i {
  padding-right: 0;
}
.flthmesec .car-features.itinerary .feature-item span {
  padding: 4px 0;
  font-size: 12px;
}
.flthmesec.fletmainsec .fleet-card .card-info .car-name {
  text-align: center;
  width: 100%;
}
.flthmesec.fletmainsec .fleet-card .book-btn {
  transform: none !important;
  display: block;
  opacity: 1;
  visibility: visible;
}
/* .flthmesec.fletmainsec .fleet-card:hover {
  transform: translateY(70px);
}
.flthmesec.fletmainsec .fleet-card:hover .card-image-section {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -17%;
  height: 130px;
}
.flthmesec.fletmainsec .fleet-card:hover .car-description {
  max-height: 150px;
}
.flthmesec.fletmainsec .fleet-card:hover .car-features {
  opacity: 1;
  visibility: visible;
  max-height: 200px;
}
.flthmesec.fletmainsec .fleet-card:hover .card-info {
  padding-top: 30px;
}
.flthmesec.fletmainsec .fleet-card:hover .book-btn {
  display: block;
} */

.formsec {
  background: #000;
  margin-bottom: 30px;
}
.formsec h3 {
  font-size: 30px;
  text-align: left;
  color: #fff;
  width: 60%;
}
.formsec p {
  padding-bottom: 40px;
  width: 70%;
  color: #fff;
}
.formsec a {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 15px 40px;
  background: radial-gradient(
    175.25% 114.67% at 11.18% 9.85%,
    #dedede 0%,
    #a2a2a2 27.88%,
    #848484 50%,
    #666 83.17%
  );
  background-size: 200% 100%;
  background-position: left;
  transition: all 0.5s ease-in-out;
  color: #fff;
  text-align: center;
}
.formsec a i {
  padding-left: 18px;
  color: #000;
  transition: color 0.5s ease-in-out;
}
.formsec a:hover {
  background-position: right;
  color: #fff;
}
.formsec a:hover i {
  color: #fff;
}
.formsec .fromarea {
  border-radius: 14.538px;
  background: #fff;
  padding: 15px 20px;
}
.formsec .fromarea h3 {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  padding-bottom: 15px;
}
.formsec .fromarea lavel {
  display: block;
}
.formsec .fromarea input {
  width: 100%;
  padding: 10px 15px;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.32px;
  text-transform: capitalize;
  margin-bottom: 15px;
  border: 1px solid #000;
  height: 50px;
}
.formsec .fromarea label {
  padding-bottom: 15px;
  margin-bottom: 0;
}
.formsec .fromarea input[type="email"] {
  text-transform: none;
}
.formsec .fromarea select {
  width: 100%;
  height: 50px;
  padding: 10px 15px;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.32px;
  text-transform: capitalize;
  margin-bottom: 15px;
  border: 1px solid #000;
}
.formsec .fromarea textarea {
  width: 100%;
  padding: 10px 15px;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.32px;
  text-transform: capitalize;
  margin-bottom: 10px;
  border: 1px solid #000;
  height: 150px;
}
.formsec .fromarea button {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 15px 40px;
  background: radial-gradient(
    175.25% 114.67% at 11.18% 9.85%,
    #dedede 0%,
    #a2a2a2 27.88%,
    #848484 50%,
    #666 83.17%
  );
  background-size: 200% 100%;
  background-position: left;
  transition: all 0.5s ease-in-out;
  color: #fff;
  text-align: center;
  width: 100%;
}
.formsec .fromarea button i {
  padding-left: 18px;
  color: #000;
  transition: color 0.5s ease-in-out;
}
.formsec .fromarea button:hover {
  background-position: right;
  color: #fff;
}
.formsec .iti.iti--allow-dropdown {
  width: 100%;
}
.formsec .iti.iti--allow-dropdown #phoneNumber {
  padding-left: 50px;
}
.formsec .fromarea button:hover i {
  color: #fff;
}
.iti {
  width: 100%;
}

.helpyou.single h6 {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 600 !important;
  line-height: normal;
  text-transform: capitalize;
  padding-bottom: 15px;
  padding-bottom: 20px;
  color: #fff;
}
.helpyou.single h3 {
  width: 100%;
  text-align: left;
}
.helpyou.single .leftsec {
  border-left: 0;
  padding-left: 0;
}

.openworld {
  padding: 45px 55px;
  border-radius: 5px;
  border: 1px solid #c47a11;
  background: #272727;
}
.openworld h3 {
  color: #000;
  font-size: 36px !important;
  font-style: normal;
  font-weight: 600 !important;
  line-height: normal;
  text-transform: capitalize;
  padding-bottom: 15px;
  font-size: 36px !important;
  color: #fff;
  padding-bottom: 0;
}
.openworld ul {
  display: flex;
}
.openworld ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 30px;
  border-right: 1px solid #575138;
}
.openworld ul li img {
  padding-bottom: 15px;
}
.openworld ul li h3 {
  text-align: center;
  color: #fff;
  font-size: 20px !important;
}

.openworld ul li:last-child {
  border-right: 0;
}

.hmeabtsec.fletngfaqsec1.abtsecfaq3 {
  background-color: transparent;
}
.hmeabtsec.fletngfaqsec1.abtsecfaq3 .rightimg {
  height: 100%;
}
.hmeabtsec.fletngfaqsec1.abtsecfaq3 .rightimg.bgtrns {
  background: transparent;
}
.hmeabtsec.fletngfaqsec1.abtsecfaq3 .rightimg .imgone {
  width: 100%;
  position: relative;
}
.hmeabtsec.fletngfaqsec1.abtsecfaq3 .leftcap {
  padding-left: 50px;
}
.hmeabtsec.fletngfaqsec1.abtsecfaq3 .leftcap h3 {
  color: #000;
  font-size: 36px !important;
  font-style: normal;
  font-weight: 600 !important;
  line-height: normal;
  text-transform: capitalize;
  padding-bottom: 15px;
}

.topluxerybg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  position: relative;
  padding: 100px 0 150px;
}
.topluxerybg::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.65) 0%,
    rgba(0, 0, 0, 0.65) 100%
  );
}
.topluxerybg h2 {
  text-align: center;
}
.topluxerybg .inrcntr {
  position: relative;
  z-index: 99;
}

.premiumserv.abtprmserv {
  margin-top: -130px;
}
.premiumserv.abtprmserv a.loadmore {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 15px 40px;
  background: radial-gradient(
    175.25% 114.67% at 11.18% 9.85%,
    #dedede 0%,
    #a2a2a2 27.88%,
    #848484 50%,
    #666 83.17%
  );
  background-size: 200% 100%;
  background-position: left;
  transition: all 0.5s ease-in-out;
  color: #fff;
  text-align: center;
  margin: 0px auto;
  display: table;
}
.premiumserv.abtprmserv a.loadmore i {
  padding-left: 18px;
  color: #000;
  transition: color 0.5s ease-in-out;
}
.premiumserv.abtprmserv a.loadmore:hover {
  background-position: right;
  color: #fff;
}
.premiumserv.abtprmserv a.loadmore:hover i {
  color: #fff;
}

.tophed a {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 15px 40px;
  background: radial-gradient(
    175.25% 114.67% at 11.18% 9.85%,
    #dedede 0%,
    #a2a2a2 27.88%,
    #848484 50%,
    #666 83.17%
  );
  background-size: 200% 100%;
  background-position: left;
  transition: all 0.5s ease-in-out;
  color: #fff;
  text-align: center;
  margin: 20px auto auto;
  display: table;
}
.tophed a i {
  padding-left: 18px;
  color: #000;
  transition: color 0.5s ease-in-out;
}
.tophed a:hover {
  background-position: right;
  color: #fff;
}
.tophed a:hover i {
  color: #fff;
}

.flthmesec {
  background-color: #000;
  /* Sidebar Filter */
  /* Main Content Area */
  /* Fleet Cards Grid */
  /* Tab Content */
  /* Mobile Responsiveness */
  /* Selected card highlight */
}
.flthmesec h2 {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  font-size: 70px !important;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 10.36px;
  text-align: center;
}
.flthmesec h2.premium-text::before {
  display: none;
}
.flthmesec h2.premium-text::after {
  display: none;
}
.flthmesec .filter-sidebar {
  padding: 0 30px;
  position: sticky;
  top: 0;
  overflow-y: auto;
  padding-top: 140px;
  scrollbar-width: none;
}
.flthmesec .filter-title {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  color: #fff;
}
.flthmesec .filter-group {
  margin-bottom: 1rem;
}
.flthmesec .filter-option {
  display: flex;
  align-items: center;
  margin-bottom: 0.8rem;
  cursor: pointer;
  transition: all 0.3s ease;
}
.flthmesec .filter-option:hover {
  color: #000;
}
.flthmesec .filter-option input[type="radio"] {
  width: 18px;
  height: 18px;
  margin-right: 0.8rem;
  accent-color: #fff;
}
.flthmesec .filter-option label {
  margin: 0;
  cursor: pointer;
  font-size: 0.95rem;
  color: #fff;
}
.flthmesec .filter-option input[type="radio"]:checked + label {
  color: #fff;
  font-weight: 500;
}
.flthmesec .main-content {
  flex: 1;
  padding: 2rem;
  background: #1a1a1a;
}
.flthmesec .content-header {
  margin-bottom: 2rem;
}
.flthmesec .content-title {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.5rem;
}
.flthmesec .content-subtitle {
  color: #aaa;
  font-size: 1rem;
}
.flthmesec .fleet-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 25px;
  padding: 0;
}
.flthmesec .fleet-card {
  background-color: #fff;
  border-radius: 4px;
  transition: all 0.3s ease;
  border: 0;
  position: relative;
  flex-direction: column;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  overflow: hidden;
}
.flthmesec .fleet-card .card-info {
  padding: 20px;
}
.flthmesec .fleet-card:hover {
  transform: translateY(-8px);
}
.flthmesec .card-image-section {
  position: relative;
  min-height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* margin-bottom: 20px; */
}

.card-image-section.owl-carousel .owl-stage-outer {
  height: 100%;
}
.card-image-section.owl-carousel .owl-item {
  height: 100%;
}
.card-image-section.owl-carousel .owl-dots {
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}

.card-image-section.owl-carousel .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 4px;
  background: #ccc;
}

.card-image-section.owl-carousel .owl-dot.active span {
  background: #000;
}

.flthmesec .card-image-section img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  filter: brightness(1.5);
  transition: 0.3s;
}
.flthmesec .card-image-section .item img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  filter: brightness(1.5);
  transition: 0.3s;
}

.flthmesec .category {
  background: #323338;
  font-size: 12px;
  color: #fff;
  padding: 5px 15px;
  border-radius: 15px;
}
.flthmesec .car-name {
  color: #000;
  font-size: 17px !important;
  text-transform: capitalize;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 5px;
}
.flthmesec .car-description {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.32px;
  text-transform: capitalize;
  font-size: 14px;
}
.flthmesec .car-features {
  display: flex;
  padding: 15px 0;
}
.flthmesec .feature-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  text-align: center;
  color: #000;
  padding: 0 8px;
}
.flthmesec .elect {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 5px;
  background-color: #25d366;
  border-top-left-radius: 4px;
  z-index: 2;
}

.flthmesec .elect p {
  text-transform: capitalize;
  color: #000;
  font-weight: 600;
  font-size: 14px;
}
.flthmesec .elect p i {
  font-size: 15px;
  color: #000;
}
.flthmesec .feature-item i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #000;
  text-align: center;
  padding-right: 5px;
}
.flthmesec .table-body table {
  width: 100%;
  border-collapse: collapse;
}

.flthmesec .table-body thead th {
  text-align: left;
  padding: 15px 10px;
  font-weight: 600;
  color: #374151;
  border-bottom: 2px solid #d1d5db;
}

.flthmesec .table-body thead th:last-child {
  text-align: right;
}

.flthmesec .table-body tbody tr {
  border-bottom: 1px solid #e5e7eb;
  transition: background-color 0.2s;
}

.flthmesec .table-body tbody tr:hover {
  background-color: #f9fafb;
}

.flthmesec .table-body tbody tr:last-child {
  border-bottom: none;
}

.flthmesec .table-body tbody td {
  padding: 10px 0px;
  font-size: 14px;
}

.flthmesec .table-body tbody td:last-child {
  text-align: right;
}
.flthmesec .card-footer {
  padding: 0;
  text-align: right;
  background-color: transparent;
  border-top: none;
}

.flthmesec .card-footer p {
  font-size: 12px;
  color: #000;
}
.flthmesec .book-btn {
  font-weight: 600;
  font-size: 16px;
  padding: 10px 40px;
  background: linear-gradient(270deg, #09090d, #bfbfbf, #535353);
  background-size: 400% 400%;
  animation: glowmove 4s ease infinite;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
  transition: 0.3s;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}
@keyframes glowmove {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.flthmesec .book-btn:hover {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.3), 0 0 50px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
.flthmesec .book-btn i {
  padding-left: 18px;
  color: #000;
  transition: color 0.5s ease-in-out;
}
.flthmesec .book-btn:hover i {
  color: #fff;
}

.flthmesec .tab-content {
  display: none;
}
.flthmesec .tab-content.active {
  display: block;
  animation: fadeIn 0.5s ease-in-out;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 768px) {
  .flthmesec .fleet-container {
    flex-direction: column;
  }
  .flthmesec .filter-sidebar {
    width: 100%;
    padding: 1rem;
  }
  .flthmesec .main-content {
    padding: 1rem;
  }
  .flthmesec .fleet-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .flthmesec .car-features {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
}

/* New Fleet Main */

.fleetsidebar {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  position: sticky;
  top: 20px;
  height: fit-content;
}

.sidebar-item {
  padding: 15px 20px;
  border-bottom: 1px solid #e0e0e0;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #333;
  text-decoration: none;
}

.sidebar-item:hover {
  background-color: #f8f9fa;
  padding-left: 25px;
}

.sidebar-item.active {
  background-color: #1a1a1a;
  color: white;
  font-weight: 600;
}

.sidebar-item:last-child {
  border-bottom: none;
}

/* New main fleet section */
.newfleet .car-card {
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
  margin-bottom: 25px;
  overflow: hidden;
  scroll-margin-top: 120px;
}
.newfleet .fleet-row {
  display: grid;
  grid-template-columns: 45% 55%;
  gap: 40px;
  padding: 40px;
}
.newfleet .fleet-media {
  background: #f5f5f5;
  border-radius: 16px;
  padding: 20px 25px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.newfleet .fleet-media img {
  max-width: 100%;
  height: auto;
  filter: drop-shadow(0 12px 30px rgba(0, 0, 0, 0.15));
}
.electric-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: linear-gradient(135deg, #28a745, #64d57f);
  color: #fff;
  padding: 6px 12px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 6px;
  z-index: 2;
}
.electric-badge i {
  font-size: 14px;
}
.newfleet .fleet-prices {
  background: #111;
  color: #fff;
  padding: 16px;
  border-radius: 10px;
  margin-bottom: 15px;
}
.newfleet .price-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12.5px;
  margin-bottom: 10px;
}
.newfleet .price-item:last-child {
  margin-bottom: 0;
}
.newfleet .price-item i {
  color: #fff;
  font-size: 13px;
}
/* Book Button */
.newfleet .fleet-media-meta button {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 15px 40px;
  background: radial-gradient(
    175.25% 114.67% at 11.18% 9.85%,
    #dedede 0%,
    #a2a2a2 27.88%,
    #848484 50%,
    #666 83.17%
  );
  background-size: 200% 100%;
  background-position: left;
  transition: all 0.5s ease-in-out;
  color: #fff;
  text-align: center;
  outline: none;
  border: 0;
  border-radius: 12px;
}
.newfleet .fleet-media-meta button:hover {
  background-position: right;
}
.newfleet .fleet-info {
  padding: 5px 0;
}
.newfleet .fleet-info h3 {
  font-size: 28px;
  font-weight: 600;
  color: #000;
  margin-bottom: 14px;
}
.newfleet .fleet-info p {
  font-size: 15px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 25px;
}
.newfleet .fleet-features {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 15px 0;
}
.newfleet .fleet-features span {
  background: #f0f0f0;
  padding: 10px 16px;
  border-radius: 30px;
  font-size: 14px;
  color: #333;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.newfleet .fleet-features i {
  font-size: 14px;
}
.newfleet .fleet-info .know-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 500;
  color: #000;
  text-decoration: none;
  margin-bottom: 18px;
}
.newfleet .fleet-info .know-more i {
  font-size: 13px;
}
@media (max-width: 1199px) {
  .newfleet .fleet-features span {
    font-size: 12px;
  }
  .newfleet .fleet-row {
    gap: 20px;
    padding: 15px;
  }
}
@media (max-width: 991px) {
  .newfleet .fleet-row {
    grid-template-columns: 1fr;
    padding: 25px;
  }
  .newfleet .fleet-media {
    padding: 25px;
  }
  .newfleet .fleet-info h3 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .newfleet .fleet-row {
    padding: 10px;
    gap: 15px;
  }
  .newfleet .fleet-media {
    padding: 10px;
  }
  .newfleet .fleet-media img {
    width: 90%;
    margin: 0 auto;
  }
  .newfleet .fleet-prices .price-item {
    gap: 5px;
    font-size: 10px;
    line-height: 1.2;
  }
  .newfleet .fleet-prices .price-item i {
    min-width: 15px;
    font-size: 12px;
    flex-shrink: 0;
  }
  .newfleet .fleet-media-meta button {
    padding: 10px 40px;
    font-size: 14px;
  }
  .newfleet .fleet-info {
    padding: 5px;
  }
  .newfleet .fleet-info p {
    line-height: 1.5 !important;
  }
  .newfleet .fleet-features {
    gap: 10px;
    padding: 10px 0;
  }
  .newfleet .fleet-features i {
    font-size: 12px;
  }
  .newfleet .fleet-features span {
    padding: 8px 10px;
    font-size: 10px;
    gap: 5px;
  }
}

/* New Fleet Main */

.fletderilsingsec .carimg {
  width: 100%;
  overflow: hidden;
  height: 100%;
}
.fletderilsingsec .carimg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.fletderilsingsec .carcap {
  padding-left: 40px;
}
.fletderilsingsec .carcap h6 {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 600 !important;
  line-height: normal;
  text-transform: capitalize;
  padding-bottom: 15px;
  font-weight: 400;
}
.fletderilsingsec .carcap h3 {
  padding-bottom: 30px;
  width: 90%;
  color: #000;
}
.fletderilsingsec .carcap p {
  padding-bottom: 30px;
}
.fletderilsingsec .carcap .twobtn {
  display: flex;
  align-items: center;
}
.fletderilsingsec .carcap .twobtn a {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 15px 40px;
  background: radial-gradient(
    175.25% 114.67% at 11.18% 9.85%,
    #dedede 0%,
    #a2a2a2 27.88%,
    #848484 50%,
    #666 83.17%
  );
  background-size: 200% 100%;
  background-position: left;
  transition: all 0.5s ease-in-out;
  color: #fff;
  text-align: center;
}
.fletderilsingsec .carcap .twobtn a i {
  padding-left: 18px;
  color: #000;
  transition: color 0.5s ease-in-out;
}
.fletderilsingsec .carcap .twobtn a:hover {
  background-position: right;
  color: #fff;
}
.fletderilsingsec .carcap .twobtn a:hover i {
  color: #fff;
}
.fletderilsingsec .carcap .twobtn a.gallery {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.32px;
  text-transform: capitalize;
  background: transparent;
  padding: 0;
  margin-right: 20px;
}
.fletderilsingsec .carcap .twobtn a.gallery i {
  padding-left: 10px;
}

.inclided .innersec {
  padding: 60px 80px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
  display: flex;
}
.inclided .innersec h4 {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 600 !important;
  line-height: normal;
  text-transform: capitalize;
  padding-bottom: 30px;
}
.inclided .innersec .left {
  padding-right: 60px;
  border-right: 1px solid #c7c7c7;
}
.inclided .innersec .right {
  padding-left: 60px;
}
.inclided .innersec ul li {
  padding-bottom: 25px;
}
.inclided .innersec ul li .icon {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}
.inclided .innersec ul li .icon i {
  font-size: 30px;
  color: #000;
  padding-right: 20px;
}
.inclided .innersec ul li .icon span {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.32px;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 600;
}

.inclided .innersec ul li:last-child {
  padding-bottom: 0;
}

.faqsec {
  border-radius: 8px;
  background-color: #dedede;
  /* Animation for smooth icon transition */
}
.faqsec h3 {
  color: #000;
  font-size: 36px !important;
  font-style: normal;
  font-weight: 600 !important;
  line-height: normal;
  text-transform: capitalize;
  padding-bottom: 15px;
  text-align: center;
  padding-bottom: 50px;
}
.faqsec .accordion-card {
  background-color: #3a3a3a;
  color: white;
  border: none;
  border-radius: 8px;
  margin-bottom: 10px;
  overflow: hidden;
}
.faqsec .card-header {
  background-color: #3a3a3a;
  border-bottom: 1px solid #555;
  padding: 0;
}
.faqsec .btn-accordion {
  background: none;
  border: none;
  color: white;
  text-align: left;
  width: 100%;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faqsec .btn-accordion:hover {
  background-color: #444;
  color: white;
}
.faqsec .btn-accordion:focus {
  box-shadow: none;
  outline: none;
}
.faqsec .icon-toggle {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  background-color: #666;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 20px;
  transition: all 0.3s ease;
}
.faqsec .card-body {
  background-color: #3a3a3a;
  padding: 20px;
  border-top: 1px solid #555;
}
.faqsec .card-body p {
  margin: 0;
  line-height: 1.6;
  color: #ccc;
}
.faqsec .btn-accordion[aria-expanded="true"] .icon-toggle {
  background-color: #dfdfdf;
  transform: rotate(180deg);
}
.faqsec .two-column {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 768px) {
  .faqsec .two-column {
    grid-template-columns: 1fr;
  }
}

.popupsec {
  /* Animation */
}
.popupsec h4 {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 600 !important;
  line-height: normal;
  text-transform: capitalize;
  padding-bottom: 15px;
  padding-bottom: 30px;
  text-align: center;
  font-weight: 400;
}
.popupsec h3 {
  text-align: center;
  width: 50%;
  padding-bottom: 40px;
  color: #000;
  margin: auto;
}
.popupsec .popupbg {
  position: relative;
  height: 307px;
}
.popupsec .popupbg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.popupsec .popupbg::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.2) 0%,
    rgba(0, 0, 0, 0.2) 100%
  );
}
.popupsec .video-thumbnail {
  position: absolute;
  display: inline-block;
  border-radius: 15px;
  overflow: hidden;
  width: 80px;
  height: 80px;
  transition: transform 0.3s ease;
  cursor: pointer;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.popupsec .video-thumbnail img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 600px;
}
.popupsec .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.95);
  color: #000;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  transition: all 0.3s ease;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.popupsec .play-button i {
  margin-left: 3px;
}
.popupsec .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  transition: background 0.3s ease;
}
.popupsec .video-thumbnail:hover .video-overlay {
  background: rgba(0, 0, 0, 0.1);
}
.popupsec .video-title {
  color: white;
  margin-top: 30px;
  font-size: 2rem;
  font-weight: 300;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
.popupsec .video-description {
  color: rgba(255, 255, 255, 0.8);
  margin-top: 15px;
  font-size: 1.1rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.popupsec .fade-in {
  animation: fadeIn 0.5s ease-in;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.modal-dialog {
  max-width: 90%;
  margin: 30px auto;
}

.modal-content {
  background: transparent;
  border: none;
}

.modal-body {
  padding: 0;
  position: relative;
}

.modal-header {
  border: none;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1051;
}

.modal-header .close {
  color: white;
  font-size: 25px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.8);
  opacity: 0.8;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  line-height: normal;
}

.modal-header .close:hover {
  opacity: 1;
  background: rgba(0, 0, 0, 0.8);
}

.modal.show .modal-dialog {
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  margin: 0;
  width: 50%;
}

.modal-body iframe {
  width: 100%;
  height: 300px;
}

.detilboxsec2 .leftbox {
  border-radius: 6.953px;
  background: linear-gradient(127deg, #1f1f1f 7.52%, #646262 98.82%);
  padding: 35px 40px;
  height: 100%;
}
.detilboxsec2 .leftbox h3 {
  padding-bottom: 30px;
  color: #fff;
}
.detilboxsec2 .leftbox ul li {
  display: flex;
  align-items: center;
  padding-bottom: 25px;
}
.detilboxsec2 .leftbox ul li img {
  padding-right: 30px;
}
.detilboxsec2 .leftbox ul li i {
  font-size: 25px;
  color: #fff;
  margin-right: 25px;
}
.detilboxsec2 .leftbox ul li p {
  color: #fff;
  font-size: 14px;
}
.detilboxsec2 .rightbox {
  border-radius: 6.953px;
  background: linear-gradient(127deg, #1f1f1f 7.52%, #646262 98.82%);
  padding: 35px 40px;
  height: 100%;
}
.detilboxsec2 .rightbox h3 {
  padding-bottom: 30px;
  color: #fff;
}
.detilboxsec2 .rightbox p {
  padding-bottom: 25px;
  color: #fff;
  font-size: 14px;
}
.detilboxsec2 .rightbox img {
  height: 160px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.detilboxsec2 .leftbox ul li:last-child {
  padding-bottom: 0;
}

.gallery-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
  display: none;
  z-index: 99999999;
  overflow: hidden;
}

.gallery-modal.active {
  display: block;
}

.gallery-container {
  display: flex;
  height: 100vh;
  animation: slideUp 0.5s ease-out;
}

@keyframes slideUp {
  from {
    transform: translateY(100px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.gallery-left {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  background: #000;
}

.main-image-container {
  width: 100%;
  height: 80%;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
  position: relative;
}

.main-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: opacity 0.8s ease-in-out;
}

.image-counter {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.9);
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  color: #333;
}

.gallery-right {
  width: 50%;
  padding: 40px;
  overflow-y: auto;
}

.gallery-header {
  display: flex;
  justify-content: between;
  align-items: center;
  margin-bottom: 40px;
}

.gallery-title {
  color: white;
  font-size: 32px;
  font-weight: 700;
  flex: 1;
}

.close-btn {
  background: none;
  border: none;
  color: white;
  font-size: 32px;
  cursor: pointer;
  padding: 10px;
  border-radius: 50%;
  transition: background 0.3s ease;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.close-btn:hover {
  background: rgba(255, 255, 255, 0.1);
}

.masonry-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  padding-right: 20px;
}

.masonry-item {
  -moz-column-break-inside: avoid;
  break-inside: avoid;
  cursor: pointer;
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background: #fff;
}

.masonry-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(255, 255, 255, 0.1);
}

.masonry-item:nth-child(odd) {
  grid-row-end: span 2;
}

.masonry-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.masonry-item.tall {
  grid-row-end: span 3;
}

.masonry-item.short {
  grid-row-end: span 1;
}

/* Progress bar for auto-changing images */
.progress-bar {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 4px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 2px;
  overflow: hidden;
}

.progress-fill {
  height: 100%;
  background: white;
  width: 0%;
  border-radius: 2px;
  animation: progressFill 3s linear infinite;
}

@keyframes progressFill {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
/* Responsive Design */
@media (max-width: 768px) {
  .fleet-section {
    flex-direction: column;
    padding: 40px 20px;
    gap: 40px;
  }
  .fleet-title {
    font-size: 36px;
  }
  .gallery-container {
    flex-direction: column;
  }
  .gallery-left,
  .gallery-right {
    width: 100%;
    height: 50vh;
  }
  .masonry-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
  }
}
@media (max-width: 480px) {
  .fleet-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .book-now-btn {
    text-align: center;
  }
  .gallery-right {
    padding: 20px;
  }
}
/* Premium Fleet Animation */
.text-container {
  position: relative;
  text-align: center;
  perspective: 1000px;
}

.premium-text {
  font-size: clamp(2rem, 8vw, 6rem);
  font-weight: 100;
  letter-spacing: 0.15em;
  color: transparent;
  background: linear-gradient(135deg, #ffffff, #cccccc);
  background-clip: text;
  -webkit-background-clip: text;
  position: relative;
  display: inline-block;
  opacity: 0;
  transform: translateY(50px) rotateX(20deg);
  animation: fadeUpReveal 2s ease-out forwards;
}

/* Smooth blinking highlight overlay */
.premium-text::before {
  content: "Our Range Of Fleets";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(255, 215, 0, 0.9),
    rgba(255, 237, 74, 0.9),
    rgba(247, 204, 80, 0.9),
    rgba(255, 215, 0, 0.9)
  );
  background-size: 200% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  opacity: 0;
  animation: initialHighlight 2.5s ease-out 0.8s forwards,
    smoothBlink 3s ease-in-out 3.5s infinite;
}

/* Gentle glow effect that pulses */
.premium-text::after {
  content: "";
  position: absolute;
  top: -8px;
  left: -15px;
  right: -15px;
  bottom: -8px;
  background: linear-gradient(
    45deg,
    transparent,
    rgba(255, 215, 0, 0.15),
    transparent
  );
  border-radius: 8px;
  opacity: 0;
  filter: blur(15px);
  animation: initialGlow 2s ease-out 3s forwards,
    glowBlink 3s ease-in-out 4s infinite;
}

/* Initial entrance animation */
@keyframes fadeUpReveal {
  0% {
    opacity: 0;
    transform: translateY(50px) rotateX(20deg);
  }
  100% {
    opacity: 1;
    transform: translateY(0) rotateX(0);
  }
}
/* Initial highlight sweep */
@keyframes initialHighlight {
  0% {
    opacity: 0;
    background-position: -100% 0;
  }
  30% {
    opacity: 0.9;
  }
  100% {
    opacity: 0.9;
    background-position: 100% 0;
  }
}
@media (max-width: 768px) {
  .premium-text {
    font-size: clamp(1.5rem, 6vw, 3rem);
    letter-spacing: 0.1em;
  }
}
/* Premium Fleet Animation */
.contactFrom {
  background-image: url(../images/frombg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.contactFrom .innersec {
  border-radius: 8px;
  position: relative;
}
.contactFrom .innersec::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.91);
}
.contactFrom .innersec .leftpic {
  height: 625px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.contactFrom .innersec .leftpic::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(50, 50, 50, 0.6);
}
.contactFrom .innersec .leftpic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.contactFrom .innersec .leftpic .scmedia {
  position: absolute;
  bottom: 70px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
}
.contactFrom .innersec .leftpic .scmedia ul {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.contactFrom .innersec .leftpic .scmedia ul li {
  width: 47px;
  height: 47px;
  border-radius: 100%;
  background-color: #fff;
  transition: all 0.5s;
  margin-right: 15px;
}
.contactFrom .innersec .leftpic .scmedia ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  color: #000;
  height: 100%;
}
.contactFrom .innersec .leftpic .scmedia ul li:hover {
  background-color: #000;
}
.contactFrom .innersec .leftpic .scmedia ul li:hover a {
  color: #fff;
}
.contactFrom .innersec .leftpic .scmedia ul.contactnumber {
  flex-direction: column;
  padding-top: 20px;
}
.contactFrom .innersec .leftpic .scmedia ul.contactnumber li {
  display: flex;
  align-items: center;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.32px;
  text-transform: capitalize;
  color: #fff;
  width: auto;
  height: auto;
  border-radius: 0;
  background-color: transparent;
  margin-right: 0;
  padding-bottom: 8px;
}
.contactFrom .innersec .leftpic .scmedia ul.contactnumber li i {
  padding-right: 10px;
}
.contactFrom .innersec .leftpic .scmedia ul.contactnumber li a {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.32px;
  text-transform: capitalize;
  color: #fff;
}
.contactFrom .innersec .rightform {
  padding: 30px;
  position: relative;
  z-index: 1;
}
.contactFrom .innersec .rightform #phone {
  padding-left: 50px;
}
.contactFrom .innersec .rightform h2 {
  text-align: left;
  padding-bottom: 20px;
  font-size: 20px !important;
  color: #fff;
}
.contactFrom .innersec .rightform input,
.contactFrom .innersec .rightform textarea {
  width: 100%;
  background-color: transparent;
  outline: none;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.32px;
  text-transform: capitalize;
  margin-bottom: 15px;
  padding: 10px 15px;
  box-shadow: none;
  border: 0;
  border-bottom: 1px solid #fff;
  color: #fff;
}
.contactFrom .innersec .rightform input::-moz-placeholder,
.contactFrom .innersec .rightform textarea::-moz-placeholder {
  color: #fff;
}
.contactFrom .innersec .rightform input::placeholder,
.contactFrom .innersec .rightform textarea::placeholder {
  color: #fff;
}
.contactFrom .innersec .rightform input[type="email"] {
  text-transform: none;
}
.contactFrom .innersec .rightform textarea {
  background-color: #fff;
  color: #000;
}
.contactFrom .innersec .rightform textarea::-moz-placeholder {
  color: #000;
}
.contactFrom .innersec .rightform textarea::placeholder {
  color: #000;
}
.contactFrom .innersec .rightform .leftside {
  height: 55px;
  text-align: center;
  display: flex;
  justify-content: center;
}
.contactFrom .innersec .rightform .rightside {
  height: 55px;
}
.contactFrom .innersec .rightform .book_now {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 15px 40px;
  background: radial-gradient(
    175.25% 114.67% at 11.18% 9.85%,
    #dedede 0%,
    #a2a2a2 27.88%,
    #848484 50%,
    #666 83.17%
  );
  background-size: 200% 100%;
  background-position: left;
  transition: all 0.5s ease-in-out;
  color: #fff;
  text-align: center;
}
.contactFrom .innersec .rightform .book_now i {
  padding-left: 18px;
  color: #000;
  transition: color 0.5s ease-in-out;
}
.contactFrom .innersec .rightform .book_now:hover {
  background-position: right;
  color: #fff;
}
.contactFrom .innersec .rightform .book_now:hover i {
  color: #fff;
}
.contactFrom .innersec .rightform .book_now:hover {
  background-color: #fff;
  color: #000;
}
.contactFrom .innersec .rightform button.book-now {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 15px 40px;
  background: radial-gradient(
    175.25% 114.67% at 11.18% 9.85%,
    #dedede 0%,
    #a2a2a2 27.88%,
    #848484 50%,
    #666 83.17%
  );
  background-size: 200% 100%;
  background-position: left;
  transition: all 0.5s ease-in-out;
  color: #fff;
  text-align: center;
  height: 76px;
  text-align: center;
  border: 0;
  outline: none;
  width: 100%;
}
.contactFrom .innersec .rightform button.book-now i {
  padding-left: 18px;
  color: #000;
  transition: color 0.5s ease-in-out;
}
.contactFrom .innersec .rightform button.book-now:hover {
  background-position: right;
  color: #fff;
}
.contactFrom .innersec .rightform button.book-now:hover i {
  color: #fff;
}

.mapsec {
  height: 370px;
  border-radius: 8px;
  overflow: hidden;
}
.mapsec iframe {
  width: 100%;
  height: 100%;
}

.g-recaptcha {
  width: 100%;
  transform: scale(1);
}

#successPopup {
  z-index: 10001;
}

.contactades .conicon {
  display: flex;
  align-items: center;
}
.contactades .conicon i {
  font-size: 30px;
  color: #000;
}
.contactades .conicon .capsec {
  display: flex;
  flex-direction: column;
  padding-left: 30px;
}
.contactades .conicon .capsec span {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.32px;
  text-transform: capitalize;
  padding-bottom: 5px;
  display: block;
}
.contactades .conicon .capsec a {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.32px;
  text-transform: capitalize;
  padding-bottom: 5px;
  display: block;
}

.four_0_four img.thnkimg {
  margin: 0px auto;
  display: block;
  width: 50%;
  filter: grayscale(1);
}
.four_0_four h2 {
  color: #000;
  font-size: 48px !important;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  padding-bottom: 40px;
  text-align: center;
  margin: 0px auto;
  text-align: center;
  color: #263238;
  padding-bottom: 12px;
}
.four_0_four h2::after {
  display: none;
}
.four_0_four a {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 15px 40px;
  background: radial-gradient(
    175.25% 114.67% at 11.18% 9.85%,
    #dedede 0%,
    #a2a2a2 27.88%,
    #848484 50%,
    #666 83.17%
  );
  background-size: 200% 100%;
  background-position: left;
  transition: all 0.5s ease-in-out;
  color: #fff;
  text-align: center;
  font-size: 13px;
  margin: 0px auto;
  display: table;
  transition: 0.5s;
}
.four_0_four a i {
  padding-left: 18px;
  color: #000;
  transition: color 0.5s ease-in-out;
}
.four_0_four a:hover {
  background-position: right;
  color: #fff;
}
.four_0_four a:hover i {
  color: #fff;
}

.thanku::before {
  display: none;
}
.thanku img.thnk {
  width: 50%;
  margin: auto;
  display: block;
  filter: grayscale(1);
}
.thanku a.backhme {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 15px 40px;
  background: radial-gradient(
    175.25% 114.67% at 11.18% 9.85%,
    #dedede 0%,
    #a2a2a2 27.88%,
    #848484 50%,
    #666 83.17%
  );
  background-size: 200% 100%;
  background-position: left;
  transition: all 0.5s ease-in-out;
  color: #fff;
  text-align: center;
  margin: 0px auto;
  display: table;
  margin-top: 20px;
}
.thanku a.backhme i {
  padding-left: 18px;
  color: #000;
  transition: color 0.5s ease-in-out;
}
.thanku a.backhme:hover {
  background-position: right;
  color: #fff;
}
.thanku a.backhme:hover i {
  color: #fff;
}

footer {
  background-color: #11100c;
}
footer .footlogo {
  padding-bottom: 20px;
  padding-top: 0px;
  display: block;
}
footer .footlogo img {
  width: 90px;
}
footer h4 {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  text-transform: capitalize;
  padding-bottom: 15px;
}
footer p {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.32px;
  text-transform: capitalize;
  color: #fff;
}
footer ul li {
  padding-bottom: 10px;
  display: flex;
  align-items: center;
}
footer ul li img {
  padding-right: 10px;
}
footer ul li a {
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.32px;
  text-transform: capitalize;
  color: #fff;
  transition: all 0.5s;
}
footer ul li a i {
  padding-right: 10px;
  color: #fff;
}
footer ul li a:hover {
  color: #fff;
  transform: scale(1.01);
}
footer ul li a.bknowft {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 15px 40px;
  background: radial-gradient(
    175.25% 114.67% at 11.18% 9.85%,
    #dedede 0%,
    #a2a2a2 27.88%,
    #848484 50%,
    #666 83.17%
  );
  background-size: 200% 100%;
  background-position: left;
  transition: all 0.5s ease-in-out;
  color: #fff;
  text-align: center;
}
footer ul li a.bknowft i {
  padding-left: 18px;
  color: #000;
  transition: color 0.5s ease-in-out;
}
footer ul li a.bknowft:hover {
  background-position: right;
  color: #fff;
}
footer ul li a.bknowft:hover i {
  color: #fff;
}
footer ul li a.bknowft:hover {
  background-color: #fff;
  color: #000;
}
footer ul.ftaddress li a {
  display: flex;
}
footer ul.ftaddress li a i {
  padding-top: 8px;
}
footer .clss3 {
  padding-left: 60px;
}
footer label {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.32px;
  text-transform: capitalize;
  color: #fff;
  padding-bottom: 5px;
  padding-top: 30px;
}
footer .newslet {
  display: flex;
}
footer .newslet input {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.32px;
  text-transform: capitalize;
  width: 80%;
  outline: none;
  padding: 10px 40px 10px 15px;
  border-radius: 9px;
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
}
footer .newslet button {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 15px 40px;
  background: radial-gradient(
    175.25% 114.67% at 11.18% 9.85%,
    #dedede 0%,
    #a2a2a2 27.88%,
    #848484 50%,
    #666 83.17%
  );
  background-size: 200% 100%;
  background-position: left;
  transition: all 0.5s ease-in-out;
  color: #fff;
  text-align: center;
  background-color: #fff;
  color: #000;
  padding: 14px 20px;
  border-radius: 8px;
  outline: none;
  border: 0;
  margin-left: -30px;
}
footer .newslet button i {
  padding-left: 18px;
  color: #000;
  transition: color 0.5s ease-in-out;
}
footer .newslet button:hover {
  background-position: right;
  color: #fff;
}
footer .newslet button:hover i {
  color: #fff;
}
footer .copy p {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.32px;
  text-transform: capitalize;
  color: #fff;
  font-weight: 600;
}
footer ul.policy {
  display: flex;
  justify-content: space-evenly;
}
footer ul.policy li a {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.32px;
  text-transform: capitalize;
  color: #fff;
  font-size: 13px;
  text-transform: capitalize;
}
footer ul.socialMedia {
  display: flex;
  justify-content: right;
}
footer ul.socialMedia li a {
  font-size: 16px;
  padding: 0 10px;
  transition: all 0.5s ease-in-out;
}
footer ul.socialMedia li a i {
  color: #fff;
}
footer ul.socialMedia li a:hover i {
  transform: scale(1.02);
}

.terms-condition {
  padding: 80px 0px;
}
.terms-condition h2 {
  font-size: 26px !important;
  text-align: left;
}
.terms-condition h3 {
  font-size: 22px !important;
  color: #000;
  margin-top: 20px;
}
.terms-condition p {
  margin-top: 10px;
}
.terms-condition ul li {
  margin-top: 7px;
}

/*****************************
    Scroll to top css start
*****************************/
.scrollTop {
  position: fixed;
  right: 10px;
  bottom: 12%;
  padding: 0px;
  opacity: 0;
  z-index: 1;
  transition: all 0.4s ease-in-out 0s;
}
.scrollTop span a {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 4px solid #ccc;
}

.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
*****************************/
/* loader */
.loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #272727;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.loader img {
  width: auto;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* loader */
.navbar-nav li.active a {
  color: #ffcc00; /* Change to your desired active color */
  font-weight: bold;
}

.vip-container {
  display: flex;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  transition: background-image 0.5s ease-in-out;
  padding: 40px;
  box-sizing: border-box;
}

.vip-panel {
  flex: 1;
  background-color: rgba(0, 0, 0, 0.6);
  margin: 10px;
  color: white;
  padding: 20px;
  transition: background-color 0.3s;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.vip-panel:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.vip-panel .content {
  z-index: 1;
}

.markdiv.sticky {
  position: fixed;
  top: 60px; /* Below main nav */
  left: 0;
  right: 0;
  z-index: 100;
} /*# sourceMappingURL=style.css.map */

.floating_btn {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  display: inline-block;
}
.contact_icon {
  background-color: #42db87;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.whatsapp_popup {
  position: absolute;
  right: 65px;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  color: #333;
  padding: 12px 32px 12px 14px;
  border-radius: 20px;
  font-size: 14px;
  white-space: nowrap;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.whatsapp_popup::after {
  content: "";
  position: absolute;
  right: -6px;
  top: 50%;
  transform: translateY(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
}
.floating_btn .popup_close {
  position: absolute;
  top: 4px;
  right: 8px;
  font-size: 14px;
  cursor: pointer;
  color: #999;
}
.floating_btn .popup_close:hover {
  color: #000;
}

/* blog page start here */
.blog-section {
  background: #f6f6f6;
}

.blog-section .blog-card {
  background: transparent;
  transition: all 0.3s ease;
}

.blog-section .blog-card:hover {
  transform: translateY(-6px);
}

.blog-section .blog-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 15px;
  transition: transform 0.4s ease;
}

.blog-section .blog-card:hover img {
  transform: scale(1.05);
}

.blog-section .blog-card h3 {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  padding-bottom: 0px;
  transition: color 0.3s ease;
}



.blog-section .blog-card p {
  margin: 10px 0px !important;
}

.blog-section .read-more {
  font-size: 13px;
  color: #000;
  display: flex;
  align-items: center;
  column-gap: 5px;
  transition: color 0.3s ease;
}

.blog-section .blog-card:hover .read-more {
  color: #007bff;
}

.blog-section .read-more span {
  font-size: 16px;
  transition: transform 0.3s ease;
}

.blog-section .blog-card:hover .read-more span {
  transform: translateX(5px);
}

.blog-section .see-more-btn {
  border: 1px solid #ccc;
  background: #fff;
  padding: 8px 24px;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.blog-section .see-more-btn:hover {
  background: #000;
  color: #fff;
  border-color: #000;
}

/* SHOW / HIDE */
.blog-section .blog-item.hidden {
  display: none;
}

.video-section {
  background: #fff;
}

.video-section .video-subtitle {
  font-size: 14px;
  letter-spacing: 1px;
  color: #666;
  display: block;
  margin-bottom: 10px;
}

.video-section .video-title {
  font-size: 36px;
  font-weight: 600;
  color: #000;
}

.video-section .video-box {
  position: relative;
  margin: auto;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
}

.video-section .video-box img {
  width: 100%;
  border-radius: 8px;
}

.video-section .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video-section .play-btn i {
  width: 43px;
  height: 43px;
  background: #fff;
  color: #000;
  border-radius: 50%;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

/* MODAL */
.modal-content {
  background: transparent;
  border: 0;
}

.modal-content .close-btn {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 30px;
  color: #fff;
  z-index: 2;
  opacity: 1;
}

/* blog single page start her */
.blog-detail-section {
  background: #fff;
}

.blog-detail-section .blog-detail-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
}

.blog-detail-section .blog-image {
  position: relative;
  height: 100%;
}

.blog-detail-section .blog-image img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
}

.blog-detail-section .blog-social {
  position: absolute;
  right: 15px;
  bottom: 15px;
  display: flex;
  gap: 8px;
}

.blog-detail-section .blog-social a {
  width: 22px;
  color: #fff;
  font-size: 14px;
  transition: 0.3s;
}

.blog-detail-section .blog-content {
  padding: 20px 10px;
}
.blog-detail-section .blog-content h2{
  font-size: 26px;
  text-align: left;
  padding-bottom: 20px;
}
.blog-detail-section .blog-content h3{
  font-size: 22px;
  color: #000;
}

.blog-detail-section .blog-content p {
  margin-bottom: 16px !important;
}

.blog-detail-section .sideblog {
  margin-bottom: 30px;
  height: 100vh;
  overflow: auto;
  overflow-x: hidden;
  position: sticky;
  top: 0;
}
.blog-detail-section .sideblog h2 {
  font-size: 24px;
  text-align:left;
  padding-bottom: 20px;
}
@media (max-width: 992px) {
  .blog-detail-section .sideblog {
    position: static;
    height: auto;
  }
}
.blog-detail-section .sideblog .inritm {
  display: flex;
  background-color: #000;
  padding: 10px;
  border-radius: 7px;
}
.blog-detail-section .sideblog .inritm .sideimg {
  width: 100px;
  min-width: 100px;
  height: 100px;
  margin-right: 20px;
}
.blog-detail-section .sideblog .inritm .sideimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.blog-detail-section .sideblog .inritm .capbox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.blog-detail-section .sideblog .inritm .capbox h3 {
  color: #fff;
  font-style: normal;
  line-height: normal;
  font-weight: 700;
  font-size: 16px;
}
.blog-detail-section .sideblog .inritm .capbox .date {
  display: flex;
  justify-content: left;
  align-items: center;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #fff;
}
.blog-detail-section .sideblog .inritm .capbox .date img {
  margin-right: 10px;
  filter: brightness(1) invert(1);
}

/* airport page start here */
.airport-section {
  background: #fff;
}

.airport-image img {
  width: 100%;
  border-radius: 6px;
  object-fit: cover;
}

/* AIRPORT BUTTONS */
.airport-box {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 108px;
  background: #ffffff;
  border-radius: 12px;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 700;
  color: #4c4c4c;
  text-align: center;
  text-transform: uppercase;
  box-shadow: 0 0px 14px 0px rgba(0, 0, 0, 0.25);
  transition: 0.3s ease;
  margin-bottom: 20px;
}

.airport-box:hover {
  text-decoration: none;
  background: #000;
  color: #fff;
}

.routes-section {
  background: #fff;
}

/* Title */
.section-title {
  font-size: 26px;
  font-weight: 500;
  color: #000;
}

/* Route Box */
.routes-section .route-box {
  display: flex;
  align-items: center;
  padding: 17px 20px;
  margin-bottom: 20px;
  border: 1px dashed #8f8f8f;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #4c4c4c;
}
.routes-section .route-image {
  width: 100%;
}

.routes-section .route-box .arrow {
  margin: 0 15px;
  font-size: 16px;
}

.routes-section .route-image img {
  width: 100%;
  border-radius: 6px;
  object-fit: cover;
}
/* airport main page chauffeur step start here */
.chauffeur-steps {
  background: #fff;
}

.chauffeur-steps .chauffeur-img img {
  width: 100%;
  border-radius: 4px;
  object-fit: cover;
}

.chauffeur-steps .steps-box {
  background: #f3f3f3;
  padding: 40px 45px;
  border-radius: 4px;
}

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

.chauffeur-steps .steps-list li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 14px;
  font-size: 14px;
  color: #333;
  line-height: 1.6;
}

.chauffeur-steps .steps-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 15px;
  height: 15px;
  background: #000;
  border-radius: 50%;
}
.chauffeur-steps .steps-list li::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 80%;
  width: 2px;
  height: 100%;
  border-left: 1px dashed #000;
  border-radius: 50%;
}
.chauffeur-steps .steps-list li:last-child::after {
  display: none;
}

/* airport single page start here */
.chauffeur-hero {
  position: relative;
  background: #000000;
  padding: 40px 0px;
}
.chauffeur-hero * {
  color: #ffffff;
}
.chauffeur-hero h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 15px;
  padding-bottom: 0px;
}

.chauffeur-hero p {
  color: #ccc;
  font-size: 16px;
  margin: 25px 0px !important;
}

.chauffeur-hero .btn-book {
  background: #fff;
  color: #000;
  padding: 10px 30px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 2px;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}

.chauffeur-hero .btn-book:hover {
  background: #000;
  color: #fff;
  border: 1px solid #fff;
}

.airport-service  .container{
  border-bottom: 1px solid #B4B4B4;
}

.airport-service .service-img img {
  border-radius: 2px;
  width: 100%;
  object-fit: cover;
}

.airport-service .service-title {
  font-size: 36px;
  font-weight: 600;
  text-align: left;
  padding-bottom: 25px;
}

.airport-service p {
  font-size: 14px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 15px !important;
}

.airport-service .service-btn {
  margin-top: 20px !important;
  padding: 18px 28px;
  font-weight: 600;
  letter-spacing: 1px;
  border-radius: 2px;
  background: #000000;
  color: #ffffff;
  display: inline-block;
  transition: 0.3s;
  border: 1px solid #000;
}

.airport-service .service-btn:hover {
  background: #fff;
  color: #000;
}
.airport-service .service-btn:hover {
  background: #fff;
  color: #000;
}
.airport-service ul li{
  margin-bottom: 10px;
}
/* airport section start here */

.service_section .section-title {
  font-size: 36px;
  font-weight: 600;
  text-align: left;
  margin: 0px;
}

.service_section .service-card {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  aspect-ratio: 1;
}

.service_section .service-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s ease;
}

.service_section .service-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.65),
    rgba(0, 0, 0, 0.1)
  );
}

.service_section .service-card span {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  z-index: 2;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  line-height: 1.4;
}

.service_section .service-card:hover img {
  transform: scale(1.05);
}
/* tour page start here */

.tour_cards_wrapper  .cuscol{
  margin-bottom: 25px;
}
.tour_cards_wrapper > p{
  margin-top: 10px;
}
.tour_cards_wrapper h2,.tour_cards_wrapper p{
  padding-bottom: 0px;
}
.tour_cards_wrapper .tourcard p{
  font-weight: 400;
}
.tour_cards_wrapper > p{
 margin: 20px 0px !important;
}
.tour_cards_wrapper .tourcategory{
 color: #64748B;
 margin-top: 10px;
 display: inline-block;
}
.tour_cards_wrapper .tourcard .tourtitle{
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

.tour_cards_wrapper .tourcard{
  transition: .3s;
}
.tour_cards_wrapper .tourcard:hover{
  transform: translateY(-6px);
}
.tour_single .tourcard:hover{
  transform: translateY(0px);
}
.tour_cards_wrapper .tourcard img{
 width: 100%;
 height: auto;
transition: .3s;
}
.tour_cards_wrapper .tourcard:hover img{
  transform: scale(1.05);
}
.tour_single .tourcard:hover img{
  transform: scale(1);
}
.tour_cards_wrapper .tourcard .tourcontent  {
  position: relative;
}
.tour_cards_wrapper .tourcard .tourcontent  .tourprice{
  position: absolute;
  font-weight: 800;
  font-size: 24px;
  top: 10px;
  right: 0px;
    font-family: "Manrope", sans-serif;
 background: #fff;
 transition: .3s;
}
.tour_cards_wrapper .tourcard:hover .tourcontent .tourprice{
  transform: scale(1.1);
}
.tour_cards_wrapper .tourcard .tourcontent >  a{
 background: #000000;
 padding: 12px 20px;
 color: #FFFFFF;
 border-radius: 4px;
 margin-top: 20px;
 display: inline-block;
 transition: .3s;
}
.tour_cards_wrapper .tourcard:hover .tourcontent > a{
  background-color: #ffffff;color: #000;
  border: 1px solid #000;
}
.tour_section .tour-content h2{
  font-size: 36px;
  font-weight: 600;
  padding-bottom: 10px;
  text-align: left;
}
.tour_section .tour-image {
 height: 100%;
}
.tour_section .tour-image img{
 height: 100%;
 object-fit: cover;
 width: 100%;
}
.tour_section .tour-content p{
  padding-bottom: 10px;
}
.tour_section .tour-content ul li{
  padding-bottom: 10px;
  margin-top: 10px;
  border-bottom: 1px solid #E8E8E8;
  position: relative;
  padding-left: 35px;
}
.tour_section .tour-content ul li::after{
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  background: #000000;
  top: 7px;
  left: 0px;
}
.tour_section .tour-content ul li:last-child{
  border: none;
}

@media (max-width: 768px) {
  .video-section .video-title {
    font-size: 26px;
  }
}
@media (max-width: 576px) {
  .video-section .video-box {
    height: 300px;
  }
  .video-section .video-box img {
    height: 100%;
    object-fit: cover;
  }
  .blog-detail-section .blog-image img {
    height: 400px;
    object-fit: cover;
  }
  .airport-section .airport-list .col-6.mb-3 {
    padding: 10px 4px;
  }
  .airport-section .col-6 {
    padding: 10px 4px;
  }
  .airport-section .airport-box {
    font-size: 11px;
    min-height: 70px;
    padding: 10px 4px;
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.25);
    margin-bottom: 0px;
  }
}
