@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
    font-family: "Montserrat", sans-serif;

}

body {
  overflow-x: hidden;
  margin: 0px;
  padding: 0px;
  background-color: transparent;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
  scroll-behavior: smooth;
}
body.blackbg {
  background-color: #000;
}

.container-fluid {
  padding: 0 150px;
}

.container {
  width: 100%;
  max-width: 1325px;
  padding: 0 15px;
  margin: 0px auto;
}

@media (max-width: 1499px) {
  .container {
    max-width: 1370px !important;
  }
}
@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: #505050;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.32px;
  font-family: "Newsreader", serif;
  font-optical-sizing: auto;
  font-style: normal;
  margin-bottom: 0 !important;
}

h2 {
  color: #505050;
  font-size: 35px !important;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  padding-bottom: 15px;
}
h2 span {
  color: #29B473;
}

h3 {
  color: #000;
  font-size: 24px !important;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  padding-bottom: 15px;
}

h4 {
  color: #505050;
  font-size: 20px !important;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  text-align: left;
}

button:focus {
  outline: none !important;
}

.cuscol {
  margin-bottom: 30px;
}

.pt_70 {
  padding-top: 70px;
}

.pb_70 {
  padding-bottom: 70px;
}

.pt_40 {
  padding-top: 40px;
}

.pb_40 {
  padding-bottom: 40px;
}

.mb_70 {
  margin-bottom: 70px;
}

.mt_70 {
  margin-top: 70px;
}

/*========================================
    Header Css Begin 
==========================================*/
._header {
  position: relative;
  width: 100%;
  z-index: 9;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.logo {
  display: flex;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  padding: 0;
  width: auto;
  height: 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(-115%);
}

.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;
}
.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: 14px;
  padding: 0 12px;
  text-decoration: none;
  transition: 0.5s;
  font-weight: 400;
  text-transform: capitalize;
  opacity: 0.8;
}

.navbar li a.bkjuny {
  background-color: #fff;
  color: #000;
  text-align: center;
  padding: 7px 10px;
  border-radius: 10px;
  font-weight: 700;
}
.navbar li a.bkjuny:hover {
  background-color: #000;
  color: #fff;
}

.navbar li.active a {
  color: #fff;
  opacity: 1;
}

.navbar-collapse.collapse:not(.show) {
  display: block;
}

.labo {
  width: 130px;
  height: 100%;
}
.labo img {
  width: 100%;
}

@media (max-width: 991px) {
  .navbar .navbar-nav > li.active a {
    color: #fff;
  }
  .clickD i {
    display: block;
  }
  .navbar li a i {
    display: none;
  }
}
ul.ml-auto {
  margin-left: auto !important;
  align-items: center;
  justify-content: right;
}

.navbar li a:hover {
  color: #29B473;
  opacity: 1;
}

.navbar li a.active {
  color: #29B473;
  opacity: 1;
}

.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;
}

.login {
  display: flex;
  margin-left: auto;
}
.login li {
  padding-right: 15px;
}
.login li a {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 15px 40px;
  color: #000;
  border-radius: 8px;
  border: 0.5px solid #FFF;
  background: linear-gradient(45deg, #29B473 0%, #29B473 50%, #05df79 50%, #05df79 100%);
  background-size: 200% 100%;
  background-position: left;
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateY(0);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  background: #000;
  font-weight: 400;
  color: #fff;
}
.login li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.6s ease;
}
.login li a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.4s ease, height 0.4s ease;
}
.login li a i {
  padding-left: 18px;
  color: #fff;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateX(0);
}
.login li a:hover {
  background-position: right;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  border-color: rgba(255, 255, 255, 0.8);
  color: #000;
}
.login li a:hover::before {
  left: 100%;
}
.login li a:hover::after {
  width: 300px;
  height: 300px;
}
.login li a:hover i {
  color: #fff;
  transform: translateX(5px);
}
.login li a:active {
  transform: translateY(-1px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}
.login li a:active::after {
  width: 400px;
  height: 400px;
  background: rgba(255, 255, 255, 0.15);
}
.login li a:focus {
  outline: none;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3), 0 0 0 3px rgba(255, 255, 255, 0.3);
}
.login li a:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}
.login li a:disabled:hover {
  transform: none;
  background-position: left;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.login li a:disabled:hover::before {
  left: -100%;
}
.login li a.lgin {
  background: transparent;
  color: #000;
}

@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: 220px;
    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 {
    color: #000;
    padding: 10px 10px;
    border-bottom: 1px solid #1a1a1a;
    border-bottom-style: dotted;
    transition: 0.5s;
    text-transform: capitalize;
  }
  .navbar .sub-menu li a:hover {
    color: #29B473;
  }
  .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;
    background: #fff;
    -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px);
  }
  ._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: #29B473;
  }
  ._header._menu_fixed .navbar li a:hover {
    color: #29B473;
  }
  ._header._menu_fixed .navbar li a.ride:hover {
    color: #fff;
    background-color: #fff;
  }
  ._header._menu_fixed .navbar li a.active {
    color: #29B473;
  }
  ._header._menu_fixed .navbar .sub-menu li a {
    color: #29B473;
  }
  ._header._menu_fixed .navbar .sub-menu li:hover a {
    color: #29B473;
  }
  .menu-item-has-children:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    top: 100%;
    z-index: 5;
  }
  ._header._menu_fixed .menu-item-has-children:hover .sub-menu {
    top: 64px;
  }
  .menu-item-has-children .bknow {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 15px 40px;
    color: #000;
    border-radius: 8px;
    border: 0.5px solid #FFF;
    background: linear-gradient(45deg, #29B473 0%, #29B473 50%, #05df79 50%, #05df79 100%);
    background-size: 200% 100%;
    background-position: left;
    text-align: center;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    transform: translateY(0);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    margin-left: 60px;
    color: #000 !important;
  }
  .menu-item-has-children .bknow::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.6s ease;
  }
  .menu-item-has-children .bknow::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.4s ease, height 0.4s ease;
  }
  .menu-item-has-children .bknow i {
    padding-left: 18px;
    color: #fff;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    transform: translateX(0);
  }
  .menu-item-has-children .bknow:hover {
    background-position: right;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    border-color: rgba(255, 255, 255, 0.8);
    color: #000;
  }
  .menu-item-has-children .bknow:hover::before {
    left: 100%;
  }
  .menu-item-has-children .bknow:hover::after {
    width: 300px;
    height: 300px;
  }
  .menu-item-has-children .bknow:hover i {
    color: #fff;
    transform: translateX(5px);
  }
  .menu-item-has-children .bknow:active {
    transform: translateY(-1px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
  }
  .menu-item-has-children .bknow:active::after {
    width: 400px;
    height: 400px;
    background: rgba(255, 255, 255, 0.15);
  }
  .menu-item-has-children .bknow:focus {
    outline: none;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3), 0 0 0 3px rgba(255, 255, 255, 0.3);
  }
  .menu-item-has-children .bknow:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
  }
  .menu-item-has-children .bknow:disabled:hover {
    transform: none;
    background-position: left;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  }
  .menu-item-has-children .bknow:disabled:hover::before {
    left: -100%;
  }
  .menu-item-has-children .bknow:hover {
    background: #fff;
    color: #000 !important;
  }
  .menu-item-has-children .bknow:hover::after {
    background-color: transparent;
  }
  .menu-item-has-children .phone {
    display: flex;
    align-items: center;
    margin-left: 10px;
  }
  .menu-item-has-children .phone i {
    min-width: 24px;
    min-height: 24px;
    border-radius: 100%;
    background-color: #000;
    border: 0.5px solid #fff;
    font-size: 12px;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 1024px) {
  .main_head .navbar-nav .clickD {
    position: absolute;
    right: -5px;
    top: 50%;
    width: 10px;
    height: 5px;
    border-top: 5px solid #fff;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    cursor: pointer;
    display: block;
    background-size: 10px;
    z-index: 9999;
    transform: translateY(-50%);
  }
  .main_head ul.navbar-nav li .clickD + .sub-menu {
    opacity: 0;
    visibility: hidden;
  }
  .main_head ul.navbar-nav li .clickD.toggled + .sub-menu {
    position: absolute;
    top: 100%;
    opacity: 1;
    visibility: visible;
  }
}
/*========================================
  Header Css End
  ==========================================*/
/*********************************
    Banner section start
*********************************/
.banner {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 150px 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 {
  width: 95%;
  position: relative;
}
.banner .leftcap h1 {
  font-size: 66px;
  padding-bottom: 30px;
  color: #fff;
  font-weight: 700;
}
.banner .leftcap h1 span {
  color: #29B473;
  display: block;
}
.banner .leftcap p {
  color: #fff;
  padding-bottom: 30px;
}
.banner .leftcap h2 {
  color: #000;
  font-size: 24px !important;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  padding-bottom: 15px;
  color: #fff;
}
.banner .leftcap ul {
  display: flex;
  align-items: center;
}
.banner .leftcap ul li {
  margin-right: 20px;
}
.banner .leftcap ul li a {
  color: #505050;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.32px;
  font-family: "Newsreader", serif;
  font-optical-sizing: auto;
  font-style: normal;
  text-transform: none;
  color: #fff;
}
.banner .leftcap ul.twobtn {
  margin-top: 10px;
  flex-direction: row;
}
.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;
  color: #000;
  border-radius: 8px;
  border: 0.5px solid #FFF;
  background: linear-gradient(45deg, #29B473 0%, #29B473 50%, #05df79 50%, #05df79 100%);
  background-size: 200% 100%;
  background-position: left;
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateY(0);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  padding: 7px 15px;
}
.banner .leftcap ul.twobtn li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.6s ease;
}
.banner .leftcap ul.twobtn li a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.4s ease, height 0.4s ease;
}
.banner .leftcap ul.twobtn li a i {
  padding-left: 18px;
  color: #fff;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateX(0);
}
.banner .leftcap ul.twobtn li a:hover {
  background-position: right;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  border-color: rgba(255, 255, 255, 0.8);
  color: #000;
}
.banner .leftcap ul.twobtn li a:hover::before {
  left: 100%;
}
.banner .leftcap ul.twobtn li a:hover::after {
  width: 300px;
  height: 300px;
}
.banner .leftcap ul.twobtn li a:hover i {
  color: #fff;
  transform: translateX(5px);
}
.banner .leftcap ul.twobtn li a:active {
  transform: translateY(-1px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}
.banner .leftcap ul.twobtn li a:active::after {
  width: 400px;
  height: 400px;
  background: rgba(255, 255, 255, 0.15);
}
.banner .leftcap ul.twobtn li a:focus {
  outline: none;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3), 0 0 0 3px rgba(255, 255, 255, 0.3);
}
.banner .leftcap ul.twobtn li a:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}
.banner .leftcap ul.twobtn li a:disabled:hover {
  transform: none;
  background-position: left;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.banner .leftcap ul.twobtn li a:disabled:hover::before {
  left: -100%;
}
.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: #000;
}
.banner .leftcap .fa-arrow-down-long {
  position: absolute;
  bottom: -45%;
  left: 0;
  font-size: 50px;
  color: #fff;
}

/*********************************
    Banner section end
*********************************/
.btn-green {
  background-color: #29b473;
  color: #fff;
  border: none;
  padding: 10px 30px;
  border-radius: 5px;
  font-weight: 500;
  transition: all 0.3s;
}

.btn-green:hover {
  background-color: #22a066;
  color: #fff;
}

.btn-outline-green {
  background-color: transparent;
  color: #505050;
  border: 2px solid #505050;
  padding: 8px 25px;
  border-radius: 5px;
  font-weight: 500;
  transition: all 0.3s;
}

.btn-outline-green:hover {
  background-color: #505050;
  color: #fff;
}

/* Hero Section */
.hero_sect {
  background-color: #f8f9fa;
}
.hero_sect .topherocard {
  border-radius: 12px;
  background: #f5f5f5;
  padding: 15px;
  transition: all 0.5s ease-in-out;
  height: 100%;
}
.hero_sect .topherocard h3 {
  font-size: 20px !important;
}
.hero_sect .topherocard:hover {
  background-color: #29B473;
}
.hero_sect .topherocard:hover h4 {
  color: #fff;
}
.hero_sect .topherocard:hover p {
  color: #fff;
}

.hero_sect h2 {
  font-size: 36px !important;
  color: #505050;
  margin-bottom: 20px;
}

.hero_sect h2 span {
  color: #29b473;
}

.hero_sect .car-image {
  width: 100%;
  max-width: 500px;
}

.hero_sect .feature-box {
  background-color: #29b473;
  color: #fff;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 15px;
}

.hero_sect .feature-box h5 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
}

.hero_sect .contact-info {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
}

.hero_sect .contact-info i {
  color: #29b473;
  font-size: 20px;
}

/* About Section */
.about_sect h2 {
  font-size: 36px !important;
  color: #505050;
  margin-bottom: 30px;
}

.about_sect h2 span {
  color: #29b473;
}

.about_sect .nav-pills .nav-link {
  background-color: #29b473;
  color: #fff;
  margin-bottom: 15px;
  border-radius: 8px;
  padding: 15px 20px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 15px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.about_sect .nav-pills .nav-link:not(.active) {
  background-color: #e8f5f0;
  color: #505050;
}

.about_sect .nav-pills .nav-link:hover {
  transform: translateX(5px);
}

.about_sect .nav-pills .nav-link i {
  font-size: 24px;
}

.about_sect .about-image {
  width: 100%;
  border-radius: 8px;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.tab-content-custom {
  display: none;
}

.tab-content-custom.active {
  display: block;
  animation: fadeIn 0.5s;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Services Section */
.services_sect {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  padding: 70px;
}
.services_sect::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.services_sect h2 {
  color: #fff;
}
.services_sect p {
  color: #fff;
  padding-bottom: 20px;
}

.services_sect .service-list {
  -moz-columns: 2;
       columns: 2;
  -moz-column-gap: 30px;
       column-gap: 30px;
}

.services_sect .service-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  margin-bottom: 15px;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

.services_sect .service-item i {
  color: #29b473;
  font-size: 12px;
}

/* Cars Section */
.cars_sect {
  background-color: #f5f5f5;
}

.cars_sect h2 {
  font-size: 36px !important;
  color: #505050;
  text-align: center;
  margin-bottom: 50px;
  font-weight: 600;
}

.cars_sect h2 span {
  color: #29b473;
}

.car-card {
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  transition: transform 0.3s;
}

.car-card:hover {
  transform: translateY(-5px);
}

.carimg {
  overflow: hidden;
  width: 100%;
  min-height: 175px;
  /* display: flex;
  flex-wrap: wrap; */
  align-content: center;
}

.carimg img {
  width: 300px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 0 auto;
}

.carimg .capacity {
  display: flex;
  justify-content: center;
}
.carimg .capacity li {
  color: #666;
  font-size: 14px;
}

.carimg .capacity li:first-child {
  margin-right: 15px;
}

.carimg .capacity li i {
  background-color: #d4f4e8;
  border-radius: 12px;
  font-size: 14px;
  color: #29b473;
  padding: 12px;
}

.car-card-body {
  padding: 25px;
}

.car-card-body h4 {
  color: #333;
  font-size: 22px;
  margin-bottom: 0;
}

.car-card-body p {
  color: #666;
  padding-top: 15px;
  font-size: 14px;
  line-height: 1.6;
}

.amenities-container {
  display: flex;
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
}

.amenity-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 25%;
}

.icon-box {
  min-width: 38px;
  min-height: 38px;
  background-color: #d4f4e8;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}

.icon-box i {
  font-size: 15px;
  color: #29b473;
}

.amenity-title {
  font-size:10px;
  color: #666;
  font-weight: 500;
  margin-bottom: 2px;
  width: 90%;
}

.btn-green {
  background-color: #29b473 !important;
  color: #fff;
  padding: 12px 30px;
  border-radius: 8px;
  border: none;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s;
  text-align: center;
}

.btn-green:hover {
  background-color: #228a5e !important;
  color: #fff;
  text-decoration: none;
}

.btn-green.fltbtn.btn-block {
  width: auto;
  text-align: center;
}

.btn-outline-green {
  background-color: transparent;
  color: #29b473;
  padding: 12px 40px;
  border: 2px solid #29b473;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
}

.btn-outline-green:hover {
  background-color: #29b473;
  color: #fff;
}

.car-item.show {
  display: block;
  animation: fadeInUp 0.5s;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.all-loaded-message {
  display: none;
  background-color: #d4f4e8;
  color: #29b473;
  padding: 15px 30px;
  border-radius: 8px;
  font-weight: 600;
  text-align: center;
  margin-top: 20px;
}

.all-loaded-message.show {
  display: block;
  animation: fadeIn 0.5s;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Testimonials Section */
.testimonial-card {
  border-radius: 12px;
  border: 1px solid #dadada;
  padding: 30px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  min-height: 280px;
  height: 100%;
  margin: 0 15px;
  margin-bottom: 30px;
}

.testimonial-card .stars {
  color: #bda263;
  margin-bottom: 15px;
}

.testimonial-card p {
  color: #000;
  padding: 15px 0;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 15px;
}

.testimonial-author img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonial-author-icon i {
    font-size: 35px;       /* Adjust size */
    color: #29b473 ;           /* Change color if needed */
}

.testimonial-author-info h6 {
  font-size: 14px;
  color: #000;
  margin-bottom: 3px;
}

.testimonial-author-info span {
  font-size: 12px;
  color: #000;
}

.testimonials_sect .slick-dots li button {
  width: 30px;
  height: 8px;
  border-radius: 30px;
  background-color: #f1f1f1;
  margin: 0 5px;
}
.testimonials_sect .slick-dots li button::before {
  content: "";
  font-size: 0;
}
.testimonials_sect .slick-dots li {
  margin: 0 2px;
  width: auto;
  height: auto;
}
.testimonials_sect .slick-dots li.slick-active button {
  background-color: #29B473;
}

/* FAQ Section */
.faq_sect {
  background-color: #f8f9fa;
}

.faq_sect h2 {
  font-size: 36px !important;
  color: #505050;
  margin-bottom: 40px;
}

.faq_sect h2 span {
  color: #29b473;
}

.faq_sect .faq-image {
  width: 100%;
  border-radius: 8px;
}

.faq_sect .accordion .card {
  border: 1px solid #ddd;
  margin-bottom: 15px;
  border-radius: 8px;
}

.faq_sect .accordion .card-header {
  background-color: #fff;
  border: none;
  padding: 0;
}

.faq_sect .accordion .btn-link {
  color: #505050;
  text-decoration: none;
  font-weight: 500;
  padding: 20px;
  width: 100%;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: none;
}

.faq_sect .accordion .btn-link:hover {
  color: #29b473;
}

/* Contact Section */
.contact_sect {
  background-color: #f5f5f5;
}
.contact_sect .getontfrm {
  border-radius: 12px;
  background: #fff;
  padding: 20px;
}
.contact_sect .getontfrm p {
  padding-bottom: 20px;
}

.contact_sect h2 {
  font-size: 36px !important;
  color: #505050;
  margin-bottom: 60px;
}

.contact_sect h2 span {
  color: #29b473;
}

.contact_sect .form-control {
  border: 1px solid #ddd;
  /* padding: 10px 12px; */
  border-radius: 5px;
  margin-bottom: 20px;
  font-size: 14px;
}

.contact_sect textarea.form-control {
  min-height: 120px;
}
.contact_sect .cuscol {
  margin-bottom: 0px;
}

.contact-info-box {
  margin-bottom: 30px;
  padding: 0 15px;
  border-bottom: 1px solid #d6d6d6;
}
.contact-info-box p {
  padding-bottom: 15px;
}

.contact-info-box:last-child {
  border-bottom: 0;
}

.contact-info-box h5 {
  font-size: 20px;
  color: #000;
  padding-bottom: 15px;
}

.contact-info-box p {
  font-size: 14px;
  color: #505050;
  margin-bottom: 15px;
}

.contact-info-box .info-item {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 10px;
}

.contact-info-box .info-item i {
  min-width: 48px;
  min-height: 48px;
  border-radius: 12px;
  background: #cce8db;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #29b473;
  font-size: 18px;
  margin-right: 10px;
}

.contact-info-box .info-item a {
  color: #505050;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.32px;
  font-family: "Newsreader", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.footer_sect {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.footer_sect::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%);
}
.footer_sect h2 {
  color: #fff;
}

.footer_sect .newsletter-form {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

.footer_sect .newsletter-form input {
  flex: 1;
  padding: 12px;
  border: none;
  border-radius: 5px;
}

.footer_sect .social-links {
  display: flex;
  gap: 15px;
}

.footer_sect .social-links a {
  width: 40px;
  height: 40px;
  background-color: #505050;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s;
}

.footer_sect .social-links a:hover {
  background-color: #29B473;
}

.banner.inrbnr .leftcap {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.banner.inrbnr .leftcap ul.bred li {
  color: #505050;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.32px;
  font-family: "Newsreader", serif;
  font-optical-sizing: auto;
  font-style: normal;
  margin-right: 10px;
  color: #29B473;
}
.banner.inrbnr .leftcap ul.bred li a {
  color: #fff;
}
.banner.inrbnr .leftcap ul.bred li i {
  padding: 0 10px 0 30px;
  font-size: 16px;
  color: #fff;
}

.servmainsec .servicecard {
  height: 100%;
}
.servmainsec .servicecard .imgsec {
  height: 300px;
}
.servmainsec .servicecard .imgsec img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.servmainsec .servicecard .iconsec {
    width: 60px;       
    height: 60px;       
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f7f7f7;
    border-radius: 50%;
    transition: 0.3s ease;
    margin: 0px auto;
    text-align: center;
    line-height: 60px;
}


.servmainsec .servicecard .iconsec i {
    font-size: 25px; 
    color: #29b473;               
    transition: 0.3s ease;
    transform: translateY(0);
}


.servicecard:hover .iconsec {
    background: #29b47310;   
}

.servicecard:hover .iconsec  {
    color: #29b473;           
    transform: translateY(-8px);    
}

.servicecard {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    transition: 0.3s ease;
}

.servicecard:hover {
    box-shadow: 0px 6px 18px rgba(0,0,0,0.12);
}

.servmainsec .servicecard .capbdy {
  padding: 15px 0;
  text-align: center;
}
.servmainsec .servicecard .capbdy h4 {
  padding-bottom: 15px;
  text-align: center;
}
/* .servmainsec .servicecard .capbdy p {
  padding-bottom: 15px;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 15px !important;
} */
.servmainsec .servicecard .capbdy a {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 15px 40px;
  color: #000;
  border-radius: 8px;
  border: 0.5px solid #FFF;
  background: linear-gradient(45deg, #29B473 0%, #29B473 50%, #05df79 50%, #05df79 100%);
  background-size: 200% 100%;
  background-position: left;
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateY(0);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  margin-top: 20px;
}
.servmainsec .servicecard .capbdy a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.6s ease;
}
.servmainsec .servicecard .capbdy a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.4s ease, height 0.4s ease;
}
.servmainsec .servicecard .capbdy a i {
  padding-left: 18px;
  color: #fff;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateX(0);
}
.servmainsec .servicecard .capbdy a:hover {
  background-position: right;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  border-color: rgba(255, 255, 255, 0.8);
  color: #000;
}
.servmainsec .servicecard .capbdy a:hover::before {
  left: 100%;
}
.servmainsec .servicecard .capbdy a:hover::after {
  width: 300px;
  height: 300px;
}
.servmainsec .servicecard .capbdy a:hover i {
  color: #fff;
  transform: translateX(5px);
}
.servmainsec .servicecard .capbdy a:active {
  transform: translateY(-1px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}
.servmainsec .servicecard .capbdy a:active::after {
  width: 400px;
  height: 400px;
  background: rgba(255, 255, 255, 0.15);
}
.servmainsec .servicecard .capbdy a:focus {
  outline: none;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3), 0 0 0 3px rgba(255, 255, 255, 0.3);
}
.servmainsec .servicecard .capbdy a:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}
.servmainsec .servicecard .capbdy a:disabled:hover {
  transform: none;
  background-position: left;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.servmainsec .servicecard .capbdy a:disabled:hover::before {
  left: -100%;
}

.journy .capsec h3 {
  color: #000;
  font-size: 24px !important;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  padding-bottom: 15px;
  padding-bottom: 0;
}
.journy .capsec h3 span {
  color: #29B473;
}
.journy .capsec p {
  padding-top: 15px;
  width: 90%;
}
.journy .imgsec {
  overflow: hidden;
}
.journy .imgsec img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.topsetilsec .pic {
  height: 330px;
}
.topsetilsec .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.topsetilsec .cp p {
  padding-bottom: 7px;
}
.topsetilsec .cp .twnbtn {
  padding-top: 15px;
  border-top: 1px solid #e1e1e1;
  display: flex;
}
.topsetilsec .cp .twnbtn a {
  margin-right: 10px;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 15px 40px;
  color: #000;
  border-radius: 8px;
  border: 0.5px solid #FFF;
  background: linear-gradient(45deg, #29B473 0%, #29B473 50%, #05df79 50%, #05df79 100%);
  background-size: 200% 100%;
  background-position: left;
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateY(0);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.topsetilsec .cp .twnbtn a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.6s ease;
}
.topsetilsec .cp .twnbtn a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.4s ease, height 0.4s ease;
}
.topsetilsec .cp .twnbtn a i {
  padding-left: 18px;
  color: #fff;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateX(0);
}
.topsetilsec .cp .twnbtn a:hover {
  background-position: right;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  border-color: rgba(255, 255, 255, 0.8);
  color: #000;
}
.topsetilsec .cp .twnbtn a:hover::before {
  left: 100%;
}
.topsetilsec .cp .twnbtn a:hover::after {
  width: 300px;
  height: 300px;
}
.topsetilsec .cp .twnbtn a:hover i {
  color: #fff;
  transform: translateX(5px);
}
.topsetilsec .cp .twnbtn a:active {
  transform: translateY(-1px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}
.topsetilsec .cp .twnbtn a:active::after {
  width: 400px;
  height: 400px;
  background: rgba(255, 255, 255, 0.15);
}
.topsetilsec .cp .twnbtn a:focus {
  outline: none;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3), 0 0 0 3px rgba(255, 255, 255, 0.3);
}
.topsetilsec .cp .twnbtn a:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}
.topsetilsec .cp .twnbtn a:disabled:hover {
  transform: none;
  background-position: left;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.topsetilsec .cp .twnbtn a:disabled:hover::before {
  left: -100%;
}
.topsetilsec .cp .twnbtn a.trans {
  background: transparent;
  border: 1px solid #29B473;
}

.provertjet {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  position: relative;
  border-radius: 24px;
  overflow: hidden;
}
.provertjet::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 24px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.provertjet h2 {
  text-align: center;
  color: #fff;
  position: relative;
}
.provertjet p {
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  position: relative;
}
.provertjet .twnbtn {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
}
.provertjet .twnbtn a {
  margin-right: 10px;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 15px 40px;
  color: #000;
  border-radius: 8px;
  border: 0.5px solid #FFF;
  background: linear-gradient(45deg, #29B473 0%, #29B473 50%, #05df79 50%, #05df79 100%);
  background-size: 200% 100%;
  background-position: left;
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateY(0);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  color: #fff;
}
.provertjet .twnbtn a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.6s ease;
}
.provertjet .twnbtn a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.4s ease, height 0.4s ease;
}
.provertjet .twnbtn a i {
  padding-left: 18px;
  color: #fff;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateX(0);
}
.provertjet .twnbtn a:hover {
  background-position: right;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  border-color: rgba(255, 255, 255, 0.8);
  color: #000;
}
.provertjet .twnbtn a:hover::before {
  left: 100%;
}
.provertjet .twnbtn a:hover::after {
  width: 300px;
  height: 300px;
}
.provertjet .twnbtn a:hover i {
  color: #fff;
  transform: translateX(5px);
}
.provertjet .twnbtn a:active {
  transform: translateY(-1px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}
.provertjet .twnbtn a:active::after {
  width: 400px;
  height: 400px;
  background: rgba(255, 255, 255, 0.15);
}
.provertjet .twnbtn a:focus {
  outline: none;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3), 0 0 0 3px rgba(255, 255, 255, 0.3);
}
.provertjet .twnbtn a:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}
.provertjet .twnbtn a:disabled:hover {
  transform: none;
  background-position: left;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.provertjet .twnbtn a:disabled:hover::before {
  left: -100%;
}
.provertjet .twnbtn a.trans {
  background: transparent;
  border: 1px solid #29B473;
}

.airport-card {
  border: none;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background: #fff;
  height: 100%;
}

.airport-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.airport-card .card-img-top {
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.airport-card .card-body {
  padding: 24px;
}

.card-title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.arrow-icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1a1a1a;
  font-size: 18px;
  transition: transform 0.3s ease;
}

.airport-card:hover .arrow-icon {
  transform: translate(3px, -3px);
}

.tags-wrapper {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  padding-top: 30px;
}

.tag {
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 500;
  border: none;
  background-color: transparent;
}

.tag.service {
  color: #10b981;
  background-color: #d1fae5;
}

.tag.executive {
  color: #10b981;
  background-color: #d1fae5;
}

.topsetilsec .cp.airport {
  padding-left: 50px;
}

.vehicle_features_wrapper {
  background: rgba(41, 180, 115, 0.2);
  padding: 30px 20px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.vehicle_features_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start;
  gap: 20px;
}

.vehicle_features_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 1 1 150px;
  padding: 15px 10px;
}

.vehicle_features_icon {
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  transition: transform 0.3s ease;
}

.vehicle_features_item:hover .vehicle_features_icon {
  transform: scale(1.1);
}

.vehicle_features_icon i {
  font-size: 18px;
  color: #29B473;
}

.vehicle_features_label {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  line-height: 1.4;
}

/* Responsive Design */
@media (max-width: 768px) {
  .vehicle_features_item {
    flex: 1 1 calc(50% - 25px);
    max-width: calc(50% - 25px);
  }
}
@media (max-width: 480px) {
  .vehicle_features_wrapper {
    padding: 25px 15px;
  }
  .vehicle_features_item {
    flex: 1 1 calc(50% - 15px);
    max-width: calc(50% - 15px);
    padding: 10px 5px;
  }
  .vehicle_features_icon {
    width: 45px;
    height: 45px;
  }
  .vehicle_features_icon i {
    font-size: 28px;
  }
  .vehicle_features_label {
    font-size: 12px;
  }
}
@media (min-width: 1024px) {
  .vehicle_features_item {
    flex: 0 1 auto;
  }
}
.vehicle_gallery_section {
  width: 100%;
}

.vehicle_main_image {
  width: 100%;
  height: 350px;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 15px;
  background: #f0f0f0;
}

.vehicle_main_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
}

.vehicle_thumbnail_gallery {
  display: block;
  margin: 0 -5px;
}

.vehicle_thumbnail_gallery .slick-slide {
  padding: 0 5px;
}

.vehicle_thumbnail_gallery .slick-arrow {
  width: 30px;
  height: 30px;
  background-color: rgba(16, 185, 129, 0.9);
  border-radius: 50%;
  z-index: 10;
}

.vehicle_thumbnail_gallery .slick-arrow:hover {
  background-color: rgb(5, 150, 105);
}

.vehicle_thumbnail_gallery .slick-prev {
  left: -15px;
}

.vehicle_thumbnail_gallery .slick-next {
  right: -15px;
}

.vehicle_thumbnail_gallery .slick-prev:before,
.vehicle_thumbnail_gallery .slick-next:before {
  font-size: 16px;
  opacity: 1;
}

.vehicle_thumbnail {
  width: 100%;
  height: 90px;
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
  border: 3px solid transparent;
  transition: all 0.3s ease;
  outline: none;
}

.vehicle_thumbnail:hover {
  border-color: #10b981;
  transform: scale(1.05);
}

.vehicle_thumbnail.active {
  border-color: #10b981;
}

.vehicle_thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.vehicle_info_section {
  flex: 1 1 450px;
  min-width: 300px;
}

.vehicle_cta_buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.vehicle_btn {
  padding: 12px 30px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.vehicle_btn_primary {
  background-color: #10b981;
  color: #fff;
}

.vehicle_btn_primary:hover {
  background-color: #059669;
  transform: translateY(-2px);
}

.vehicle_btn_secondary {
  background-color: #fff;
  color: #333;
  border: 2px solid #ddd;
}

.vehicle_btn_secondary:hover {
  border-color: #10b981;
  color: #10b981;
}

/* Features Section */
.vehicle_features_section {
  background: linear-gradient(135deg, #e0f2f1 0%, #b2dfdb 100%);
  padding: 40px 30px;
}

.vehicle_features_grid {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.vehicle_feature_column {
  flex: 1 1 calc(25% - 15px);
  min-width: 220px;
}

.vehicle_feature_item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  font-size: 14px;
  color: #1a1a1a;
}

.vehicle_feature_icon {
  width: 20px;
  height: 20px;
  background-color: #10b981;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.vehicle_feature_icon i {
  color: #fff;
  font-size: 12px;
}

.vehicle_feature_text {
  line-height: 1.4;
}

/* Responsive Design */
@media (max-width: 992px) {
  .vehicle_feature_column {
    flex: 1 1 calc(50% - 15px);
  }
}
@media (max-width: 768px) {
  .vehicle_main_image {
    height: 280px;
  }
  .vehicle_thumbnail {
    height: 75px;
  }
  .vehicle_thumbnail_gallery .slick-prev {
    left: -10px;
  }
  .vehicle_thumbnail_gallery .slick-next {
    right: -10px;
  }
  .vehicle_features_section {
    padding: 30px 20px;
  }
}
@media (max-width: 576px) {
  .vehicle_main_image {
    height: 220px;
  }
  .vehicle_thumbnail {
    height: 80px;
  }
  .vehicle_thumbnail_gallery .slick-arrow {
    width: 25px;
    height: 25px;
  }
  .vehicle_thumbnail_gallery .slick-prev:before,
  .vehicle_thumbnail_gallery .slick-next:before {
    font-size: 14px;
  }
  .vehicle_cta_buttons {
    flex-direction: column;
  }
  .vehicle_btn {
    width: 100%;
    text-align: center;
  }
}
.blog_card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border: none;
  max-width: 680px;
}

.blog_card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  transform: translateY(-4px);
}

.blog_card_horizontal {
  display: flex;
  flex-direction: row;
}

.blog_card_image {
  width: 200px;
  min-width: 200px;
  height: 200px;
  overflow: hidden;
  position: relative;
}

.blog_card_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}

.blog_card:hover .blog_card_image img {
  transform: scale(1.05);
}

.blog_card_content {
  padding: 24px 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  position: relative;
}

.blog_card_footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.blog_card_meta {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 13px;
  color: #666;
}

.blog_card_meta_item {
  display: flex;
  align-items: center;
  gap: 6px;
}

.blog_card_meta_icon {
  width: 6px;
  height: 6px;
  background-color: #666;
  border-radius: 50%;
}

.blog_card_arrow {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1a1a1a;
  font-size: 16px;
  transition: transform 0.3s ease;
  cursor: pointer;
}

.blog_card:hover .blog_card_arrow {
  transform: translate(4px, -4px);
}

/* Responsive Design */
@media (max-width: 768px) {
  .blog_card_horizontal {
    flex-direction: column;
  }
  .blog_card_image {
    width: 100%;
    min-width: 100%;
    height: 220px;
  }
  .blog_card_content {
    padding: 20px;
  }
}
@media (max-width: 576px) {
  .blog_card_image {
    height: 200px;
  }
  .blog_card_content {
    padding: 18px;
  }
  .blog_card_meta {
    gap: 12px;
    font-size: 12px;
  }
  .blog_card_arrow {
    width: 32px;
    height: 32px;
  }
}
.blog_single {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
}

.card-img-top {
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}

.social-icons {
  display: flex;
  gap: 10px;
}

.social-icon {
  width: 35px;
  height: 35px;
  background: rgba(41, 180, 115, 0.1607843137);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.social-icon:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.social-icon i {
  font-size: 16px;
  color: #29B473;
}

.card-img-wrapper {
  position: relative;
}

.blogmain.blogsing .blog_card_image {
  width: 200px;
  min-width: auto;
  height: 200px;
}
.blogmain.blogsing .blog_card_content {
  padding: 15px 20px;
}

.sidescroll {
  overflow: hidden;
  overflow-y: scroll;
  height: 85vh;
}

.contactfrm {
  background-color: #f5f5f5;
  position: relative;
}
.contactfrm button {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 15px 40px;
  color: #000;
  border-radius: 8px;
  border: 0.5px solid #FFF;
  background: linear-gradient(45deg, #29B473 0%, #29B473 50%, #05df79 50%, #05df79 100%);
  background-size: 200% 100%;
  background-position: left;
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateY(0);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.contactfrm button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.6s ease;
}
.contactfrm button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.4s ease, height 0.4s ease;
}
.contactfrm button i {
  padding-left: 18px;
  color: #fff;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateX(0);
}
.contactfrm button:hover {
  background-position: right;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  border-color: rgba(255, 255, 255, 0.8);
  color: #000;
}
.contactfrm button:hover::before {
  left: 100%;
}
.contactfrm button:hover::after {
  width: 300px;
  height: 300px;
}
.contactfrm button:hover i {
  color: #fff;
  transform: translateX(5px);
}
.contactfrm button:active {
  transform: translateY(-1px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}
.contactfrm button:active::after {
  width: 400px;
  height: 400px;
  background: rgba(255, 255, 255, 0.15);
}
.contactfrm button:focus {
  outline: none;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3), 0 0 0 3px rgba(255, 255, 255, 0.3);
}
.contactfrm button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}
.contactfrm button:disabled:hover {
  transform: none;
  background-position: left;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.contactfrm button:disabled:hover::before {
  left: -100%;
}

.followus {
  padding: 40px 0;
}
.followus .brline {
  border-right: 1px solid #c2c2c2;
}
.followus ul.footscal {
  display: flex;
  align-items: center;
}
.followus ul.footscal li {
  margin-right: 15px;
}
.followus ul.footscal li a {
  min-width: 35px;
  min-height: 35px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  filter: drop-shadow(0 4px 14px rgba(0, 0, 0, 0.15));
  color: #000;
  font-size: 16px;
}
.followus .pd30 {
  padding: 30px 0;
}
.followus ul.address li {
  color: #505050;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.32px;
  font-family: "Newsreader", serif;
  font-optical-sizing: auto;
  font-style: normal;
      display: flex;
    align-items: center;
    justify-content: center;
}
.followus ul.address li i {
  padding-right: 15px;
  font-size: 25px;
}
.followus ul.address li a {
  color: #000;
}

.frmarea {
  width: 70%;
  margin: 0px auto;
  position: relative;
  z-index: 9;
}
.frmarea label {
  color: #505050;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.32px;
  font-family: "Newsreader", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.frmarea button,
.frmarea input {
  width: 100%;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  outline: 0;
  color: #000;
  padding: 10px 15px;
  border-radius: 9px;
  border: 0.6px solid #cecece;
  margin-bottom: 0px;
  font-family: "Newsreader", serif;
}

.frmarea input::-moz-placeholder {
  color: #000;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.15px;
  font-family: "Newsreader", serif;
}

.frmarea input::placeholder {
  color: #000;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.15px;
  font-family: "Newsreader", serif;
}

.frmarea textarea {
  height: 150px;
  border: 0;
  outline: 0;
  padding: 10px 15px;
  width: 100%;
  border-radius: 8px;
  font-family: "Newsreader", serif;
}

.frmarea button:hover {
  background-color: #fff;
  color: #000;
  border-color: #000;
}

.four_0_four img.thnkimg {
  margin: 0px auto;
  display: block;
  width: 70%;
  filter: grayscale(1);
}
.four_0_four h2 {
  color: #505050;
  font-size: 48px !important;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  padding-bottom: 15px;
  text-align: center;
  color: #263238;
  padding-bottom: 12px;
}
.four_0_four h2 span {
  color: #29B473;
}
.four_0_four h2::after {
  display: none;
}
.four_0_four a {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 15px 40px;
  color: #000;
  border-radius: 8px;
  border: 0.5px solid #FFF;
  background: linear-gradient(45deg, #29B473 0%, #29B473 50%, #05df79 50%, #05df79 100%);
  background-size: 200% 100%;
  background-position: left;
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateY(0);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  font-size: 13px;
  margin: 0px auto;
  display: table;
  transition: 0.5s;
}
.four_0_four a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.6s ease;
}
.four_0_four a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.4s ease, height 0.4s ease;
}
.four_0_four a i {
  padding-left: 18px;
  color: #fff;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateX(0);
}
.four_0_four a:hover {
  background-position: right;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  border-color: rgba(255, 255, 255, 0.8);
  color: #000;
}
.four_0_four a:hover::before {
  left: 100%;
}
.four_0_four a:hover::after {
  width: 300px;
  height: 300px;
}
.four_0_four a:hover i {
  color: #fff;
  transform: translateX(5px);
}
.four_0_four a:active {
  transform: translateY(-1px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}
.four_0_four a:active::after {
  width: 400px;
  height: 400px;
  background: rgba(255, 255, 255, 0.15);
}
.four_0_four a:focus {
  outline: none;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3), 0 0 0 3px rgba(255, 255, 255, 0.3);
}
.four_0_four a:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}
.four_0_four a:disabled:hover {
  transform: none;
  background-position: left;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.four_0_four a:disabled:hover::before {
  left: -100%;
}

.thanku {
  padding: 110px 0 80px;
}
.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;
  color: #000;
  border-radius: 8px;
  border: 0.5px solid #FFF;
  background: linear-gradient(45deg, #29B473 0%, #29B473 50%, #05df79 50%, #05df79 100%);
  background-size: 200% 100%;
  background-position: left;
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateY(0);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  margin: 0px auto;
  display: table;
}
.thanku a.backhme::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.6s ease;
}
.thanku a.backhme::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.4s ease, height 0.4s ease;
}
.thanku a.backhme i {
  padding-left: 18px;
  color: #fff;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateX(0);
}
.thanku a.backhme:hover {
  background-position: right;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  border-color: rgba(255, 255, 255, 0.8);
  color: #000;
}
.thanku a.backhme:hover::before {
  left: 100%;
}
.thanku a.backhme:hover::after {
  width: 300px;
  height: 300px;
}
.thanku a.backhme:hover i {
  color: #fff;
  transform: translateX(5px);
}
.thanku a.backhme:active {
  transform: translateY(-1px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}
.thanku a.backhme:active::after {
  width: 400px;
  height: 400px;
  background: rgba(255, 255, 255, 0.15);
}
.thanku a.backhme:focus {
  outline: none;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3), 0 0 0 3px rgba(255, 255, 255, 0.3);
}
.thanku a.backhme:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}
.thanku a.backhme:disabled:hover {
  transform: none;
  background-position: left;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.thanku a.backhme:disabled:hover::before {
  left: -100%;
}

.windwbkfrm  {

}
.windwbkfrm .lf-bg-white {
  border-radius: 12px;
  border: 1px solid rgba(253, 232, 225, 0.73);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(228deg, rgba(8, 16, 23, 0.27) 0%, rgba(8, 16, 23, 0.67) 42.38%, rgba(8, 16, 23, 0.74) 52.51%, rgba(8, 16, 23, 0.78) 75.5%, rgba(8, 16, 23, 0) 112.04%);
  box-shadow: 0 2px 10px 2px rgba(34, 53, 68, 0.48);
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
}

.windwbkfrm .lf-grid-cols-3 > div > button {
  border-radius: 0 12px 12px 0;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(34, 53, 68, 0.4);
  color: #828282 !important;
}

.windwbkfrm .lf-grid-cols-3 .\!lf-border-\[--primary-color\] {
  background-color: #090909;
  color: #fff !important;
  border-top-left-radius: 8px;
  border-bottom-width: 0;
}

.windwbkfrm .lf-grid-cols-3 > div > button:hover {
  background-color: #090909;
  color: #fff !important;
  border-top-left-radius: 8px;
  border-bottom-color: #090909;
}

.windwbkfrm label {
  color: #fff !important;
  font-weight: 500;
}

.windwbkfrm input {
  border-radius: 8px;
  border: 1px solid rgba(225, 225, 225, 0.25);
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
}

.windwbkfr input::-moz-placeholder {
  color: #b2b2b2 !important;
}

.windwbkfr input::placeholder {
  color: #b2b2b2 !important;
}

.windwbkfrm button[type=button] {
  padding: 0px;
  color: #fff;
  font-size: 14px;
  border: none;
  font-weight: 600;
}

.windwbkfrm button[type=submit]:hover,
.windwbkfrm button[type=submit]:focus {
  background: linear-gradient(45deg, #29b473 0%, #29b473 50%, #05df79 50%, #05df79 100%);
  color: #fff;
  transition: all 0.5s ease-in-out;
}

.mobilebkng .lf-bg-white {
  border-radius: 12px;
  border: 1px solid rgba(253, 232, 225, 0.73);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(228deg, rgba(8, 16, 23, 0.27) 0%, rgba(8, 16, 23, 0.67) 42.38%, rgba(8, 16, 23, 0.74) 52.51%, rgba(8, 16, 23, 0.78) 75.5%, rgba(8, 16, 23, 0) 112.04%);
  box-shadow: 0 2px 10px 2px rgba(34, 53, 68, 0.48);
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
}

.mobilebkng .lf-grid-cols-3 > div > button {
  border-radius: 0 12px 12px 0;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(34, 53, 68, 0.4);
  color: #828282 !important;
}

.mobilebkng .lf-grid-cols-3 .\!lf-border-\[--primary-color\] {
  background-color: #090909;
  color: #fff !important;
  border-top-left-radius: 8px;
  border-bottom-width: 0;
}

.mobilebkng .lf-grid-cols-3 > div > button:hover {
  background-color: #090909;
  color: #fff !important;
  border-top-left-radius: 8px;
  border-bottom-color: #090909;
}

.mobilebkng label {
  color: #fff !important;
  font-weight: 500;
}

.mobilebkng input {
  border-radius: 8px;
  border: 1px solid rgba(225, 225, 225, 0.25);
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
}

.mobilebkng input::-moz-placeholder {
  color: #b2b2b2 !important;
}

.mobilebkng input::placeholder {
  color: #b2b2b2 !important;
}

.mobilebkng button[type=button] {
  padding: 0px;
  color: #fff;
  font-size: 14px;
  border: none;
  font-weight: 600;
}

.mobilebkng button[type=submit]:hover,
.mobilebkng button[type=submit]:focus {
  background: linear-gradient(45deg, #29b473 0%, #29b473 50%, #05df79 50%, #05df79 100%);
  color: #fff;
  transition: all 0.5s ease-in-out;
}

.iti {
  width: 100%;
  margin-bottom: 15px;
}

.cars_sect.fltmainnew .car-content {
  display: flex;
  align-items: center;
}
.cars_sect.fltmainnew .car-content p {
  padding-bottom: 20px;
  font-weight: 600;
}
.cars_sect.fltmainnew .car-content .amenities-container {
  border-bottom: 0;
}
.cars_sect.fltmainnew .car-info {
  width: 55%;
  padding: 30px;
}
.cars_sect.fltmainnew .car-images {
  width: 40%;
  position: relative;
  margin-right: 5%;
  height: 405px;
  padding: 30px 0;
}
.cars_sect.fltmainnew .slick-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cars_sect.fltmainnew .slick-prev,
.cars_sect.fltmainnew .slick-next {
  z-index: 10;
  min-width: 50px;
  min-height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #29B473;
  top: 25%;
}
.cars_sect.fltmainnew .slick-prev {
  left: -20px;
}
.cars_sect.fltmainnew .slick-next {
  right: -20px;
}
.cars_sect.fltmainnew .slick-prev:before,
.cars_sect.fltmainnew .slick-next:before {
  font-size: 30px;
  opacity: 0.8;
}
.cars_sect.fltmainnew .car-model-badge {
  position: absolute;
  bottom: 15px;
  right: 15px;
  background: white;
  padding: 8px 15px;
  border-radius: 5px;
  font-weight: bold;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 5;
}

@media (max-width: 768px) {
  .cars_sect.fltmainnew .car-content {
    flex-direction: column;
  }
  .cars_sect.fltmainnew .car-info,
  .cars_sect.fltmainnew .car-images {
    flex: none;
    width: 100%;
  }
}

.services_sect.fletnew_flt h2 {
  color: #000;
  text-align: left;
}
.services_sect.fletnew_flt p {
  color: #000;
}
.services_sect.fletnew_flt::before {
  display: none;
}
.services_sect.fletnew_flt .singfltimg {
  border-radius: 10px;
  overflow: hidden;
}
.services_sect.fletnew_flt .singfltimg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.services_sect.fletnew_flt .service-item span {
  color: #000;
}

.markdiv {
  display: flex;
  align-items: center;
  background: transparent;
}
.markdiv h2 {
  text-align: center;
  padding-bottom: 30px;
}

.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;
  font-size: 0;
  font-style: normal;
  line-height: normal;
  color: #000;
  vertical-align: middle;
  position: relative;
  padding: 0 10px;
  border-right: 0;
}
.scrolling-content span img {
  padding-right: 10px;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-100% - var(--gap)));
  }
}
footer {
  background-color: #000;
}
footer .footlogo {
  padding-bottom: 20px;
  padding-top: 0px;
  display: block;
}
footer .footlogo img {
  filter: brightness(0) invert(1);
}
footer h4 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-transform: capitalize;
  padding-bottom: 25px;
  text-align: left;
}
footer p {
  color: #505050;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.32px;
  font-family: "Newsreader", serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #fff;
}
footer .bar {
  border-bottom: 1px solid #2c2c2c;
}
footer .footerapbtn ul {
  display: flex;
  flex-direction: column;
}
footer .footerapbtn ul li a {
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  background-color: #1a191a;
  color: #fff;
  padding: 5px 15px;
  border-radius: 10px;
  width: 100%;
}
footer .footerapbtn ul li a i {
  font-size: 30px;
  padding-right: 15px;
}
footer .footerapbtn ul li a .txt {
  display: flex;
  flex-direction: column;
}
footer .footerapbtn ul li a .txt span {
  text-transform: uppercase;
  color: #fff;
  font-size: 10px;
}
footer .footerapbtn ul li a .txt span b {
  text-transform: none;
  font-size: 15px;
}
footer ul li {
  padding-bottom: 15px;
  display: flex;
  align-items: center;
}
footer ul li img {
  padding-right: 10px;
}
footer ul li a {
  color: #505050;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; 
  letter-spacing: 0.32px;
  font-family: "Newsreader", serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #fff;
  transition: all 0.5s;
  text-transform: capitalize;
}
footer ul li a i {
  padding-right: 10px;
  color: #fff;
}
footer ul li a:hover {
  color: #fff;
}
footer ul li a.bknowft {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 15px 40px;
  color: #000;
  border-radius: 8px;
  border: 0.5px solid #FFF;
  background: linear-gradient(45deg, #29B473 0%, #29B473 50%, #05df79 50%, #05df79 100%);
  background-size: 200% 100%;
  background-position: left;
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateY(0);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
footer ul li a.bknowft::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.6s ease;
}
footer ul li a.bknowft::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.4s ease, height 0.4s ease;
}
footer ul li a.bknowft i {
  padding-left: 18px;
  color: #fff;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateX(0);
}
footer ul li a.bknowft:hover {
  background-position: right;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  border-color: rgba(255, 255, 255, 0.8);
  color: #000;
}
footer ul li a.bknowft:hover::before {
  left: 100%;
}
footer ul li a.bknowft:hover::after {
  width: 300px;
  height: 300px;
}
footer ul li a.bknowft:hover i {
  color: #fff;
  transform: translateX(5px);
}
footer ul li a.bknowft:active {
  transform: translateY(-1px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}
footer ul li a.bknowft:active::after {
  width: 400px;
  height: 400px;
  background: rgba(255, 255, 255, 0.15);
}
footer ul li a.bknowft:focus {
  outline: none;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3), 0 0 0 3px rgba(255, 255, 255, 0.3);
}
footer ul li a.bknowft:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}
footer ul li a.bknowft:disabled:hover {
  transform: none;
  background-position: left;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
footer ul li a.bknowft:disabled:hover::before {
  left: -100%;
}
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 .media ul {
  display: flex;
}
footer .media ul li {
  padding-right: 7px;
}
footer .media ul li a {
  color: #fff;
  font-size: 16px;
}
footer .clss3 {
  padding-left: 60px;
}
footer label {
  color: #505050;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.32px;
  font-family: "Newsreader", serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #fff;
  padding-bottom: 5px;
  padding-top: 30px;
}
footer .newslet {
  display: flex;
}
footer .newslet input {
  color: #505050;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.32px;
  font-family: "Newsreader", serif;
  font-optical-sizing: auto;
  font-style: normal;
  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;
  color: #000;
  border-radius: 8px;
  border: 0.5px solid #FFF;
  background: linear-gradient(45deg, #29B473 0%, #29B473 50%, #05df79 50%, #05df79 100%);
  background-size: 200% 100%;
  background-position: left;
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateY(0);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  color: #000;
  padding: 14px 20px;
  border-radius: 8px;
  outline: none;
  border: 0;
  margin-left: -30px;
}
footer .newslet button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.6s ease;
}
footer .newslet button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.4s ease, height 0.4s ease;
}
footer .newslet button i {
  padding-left: 18px;
  color: #fff;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateX(0);
}
footer .newslet button:hover {
  background-position: right;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  border-color: rgba(255, 255, 255, 0.8);
  color: #000;
}
footer .newslet button:hover::before {
  left: 100%;
}
footer .newslet button:hover::after {
  width: 300px;
  height: 300px;
}
footer .newslet button:hover i {
  color: #fff;
  transform: translateX(5px);
}
footer .newslet button:active {
  transform: translateY(-1px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}
footer .newslet button:active::after {
  width: 400px;
  height: 400px;
  background: rgba(255, 255, 255, 0.15);
}
footer .newslet button:focus {
  outline: none;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3), 0 0 0 3px rgba(255, 255, 255, 0.3);
}
footer .newslet button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}
footer .newslet button:disabled:hover {
  transform: none;
  background-position: left;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
footer .newslet button:disabled:hover::before {
  left: -100%;
}
footer .copy {
  padding-top: 30px;
}
footer .copy p {
  color: #505050;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.32px;
  font-family: "Newsreader", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 13px;
  opacity: 0.7;
}
footer ul.policy {
  display: flex;
  justify-content: space-between;
}
footer ul.policy li a {
  color: #505050;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.32px;
  font-family: "Newsreader", serif;
  font-optical-sizing: auto;
  font-style: normal;
  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 {
  color: #000;
}

/*****************************
    Scroll to top css start
*****************************/
.scrollTop {
  position: fixed;
  right: 2%;
  bottom: 10px;
  padding: 0px;
  opacity: 0;
  z-index: 3;
  transition: all 0.4s ease-in-out 0s;
}
.scrollTop span a {
  width: 62px;
  height: 62px;
  border-radius: 100%;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 7px solid #fff;
}

.bottToparrow {
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.bottToparrow img {
  padding-bottom: 3px;
  stroke: #000;
  fill: transparent;
  stroke-width: 1px;
  animation: arrow 2s infinite;
  -webkit-animation: arrow 2s infinite;
}

@keyframes arrow {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.bottToparrow img.bottompath1 {
  animation-delay: 1s;
  -webkit-animation-delay: 1s; /* Safari 和 Chrome */
}

.bottToparrow img.bottompath2 {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s; /* Safari 和 Chrome */
}

.bottToparrow img.bottompath3 {
  animation-delay: 0s;
  -webkit-animation-delay: 0s; /* Safari 和 Chrome */
}

/*****************************
    Scroll to top css end
*****************************//*# sourceMappingURL=style.css.map */

/* leaga pages start header */


/* Headings */
.legal  {
   padding: 30px 0px;
}
.legal h2 {
    font-size: 32px !important;
    margin-top: 20px;
    font-weight: 700;
    color: #222;
    padding-bottom: 0px;
}

.legal h3 {
    font-size: 26px;
    margin: 10px 0px;
    margin-top: 20px;
    padding-bottom: 0px;
    font-weight: 600;
    color: #333;
}

.legal h4 {
    font-size: 20px;
    margin: 10px 0px;
    margin-top: 20px;
    padding-bottom: 0px;
    font-weight: 600;
    color: #444;
}

/* Paragraphs */
.legal p {
    font-size: 16px;
    line-height: 1.7;
    margin: 10px 0px !important; 
    color: #555;
}

/* Lists */
.legal ul {
    margin: 15px 0 20px 20px;
}

.legal li {
    margin: 10px 0px;
    line-height: 1.6;
    color: #555;
    font-weight: 400;
}

/* Links */
.legal a {
    color: #007bff;
    text-decoration: underline;
    transition: 0.2s ease;
}

.legal a:hover {
    color: #0056b3;
    text-decoration: none;
}

/* Whatsapp icon */
.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;
	color: #fff;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	transition: .3s ease-in-out;
	box-shadow: 2px 2px 3px #000
}