@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 !important;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  scroll-behavior: smooth;
}

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

@media (max-width: 1499px) {
  .container {
    max-width: 1150px !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-family: "Lato", sans-serif;
  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: 32px;
  font-style: normal;
  font-weight: 600 !important;
  line-height: normal;
  text-transform: capitalize;
  padding-bottom: 28px;
  font-size: 32px !important;
}

h3 {
  color: #000;
  font-size: 20px;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 600 !important;
  line-height: normal;
  /* text-transform: capitalize; */
  padding-bottom: 15px;
  font-size: 20px !important;
}

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;
  border-bottom: 0.5px solid #cdb457;
  background: #000;
  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;
}
.sub-menu li a:hover, .sub-menu li a.active {
  color: rgb(248, 215, 48) !important;
}

.sub-menu li a:hover::after,
.sub-menu li a.active::after {
  transform: scale(0) !important;
}

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

.navbar li a {
  position: relative;
  color: #fff;
  display: block;
  font-size: 16px;
  padding: 0 12px;
  text-decoration: none;
  transition: 0.5s;
  font-weight: 700;
  text-transform: capitalize;
  font-family: "Lato", sans-serif;
}

.navbar li a.ride {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  padding: 15px 40px;
  background: linear-gradient(251deg, #CCAB54 -2.7%, #E0CC6B 27.47%, #F4E980 49.26%, #CDB457 69.38%, #C3A34B 91.17%, #C09F49 113.52%, #C09F49 113.52%, #C3A34B 141.17%, #CDB457 169.38%, #F4E980 189.26%, #E0CC6B 217.47%, #CCAB54 233.52%);
  background-size: 200% 100%;
  background-position: left;
  transition: all 0.5s ease-in-out;
  box-shadow: -3px 4px 3.1px 0 rgba(205, 180, 87, 0.25);
  color: #000;
  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;
  box-shadow: -3px 4px 3.1px 0 rgba(205, 180, 87, 0.25);
}
.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);
  background-color: rgb(248, 215, 48);
}

.navbar .navbar-nav > li a.active::after {
  transform: translate(-50%) scale(1);
  background-color: rgb(248, 215, 48);
}

.navbar .navbar-nav > li .bknow.active::after {
  display: none;
  color: #000;
}

.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: rgb(248, 215, 48);
}

.navbar li a.active {
  color: rgb(248, 215, 48);
}
.navbar li a.bknow.active {
  color: #000;
}

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

@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;
  }
  .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;
  }
  .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: 99 !important;
    width: 100%;
    top: 0;
    transition: top 0.3s;
    box-shadow: 0 2px 10px 2px rgba(255, 255, 255, 0.1);
  }
  ._header._menu_fixed .clickD {
    color: #fff;
    top: 45%;
  }
  ._header._menu_fixed .navbar li:hover .clickD {
    color: rgb(248, 215, 48);
  }
  ._header._menu_fixed .nav_soal ul li:hover a {
    color: rgb(248, 215, 48);
  }
  ._header._menu_fixed .navbar li a:hover {
    color: rgb(248, 215, 48);
  }
  ._header._menu_fixed .navbar li a.ride:hover {
    color: #fff;
    background-color: #fff;
  }
  ._header._menu_fixed .navbar li a.active {
    color: rgb(248, 215, 48);
  }
  ._header._menu_fixed .navbar .sub-menu li a {
    color: #000;
  }
  ._header._menu_fixed .navbar .sub-menu li:hover a {
    color: rgb(248, 215, 48);
  }
  .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: uppercase;
    font-family: "Lato", sans-serif;
    padding: 15px 40px;
    background: linear-gradient(251deg, #CCAB54 -2.7%, #E0CC6B 27.47%, #F4E980 49.26%, #CDB457 69.38%, #C3A34B 91.17%, #C09F49 113.52%, #C09F49 113.52%, #C3A34B 141.17%, #CDB457 169.38%, #F4E980 189.26%, #E0CC6B 217.47%, #CCAB54 233.52%);
    background-size: 200% 100%;
    background-position: left;
    transition: all 0.5s ease-in-out;
    box-shadow: -3px 4px 3.1px 0 rgba(205, 180, 87, 0.25);
    color: #000;
    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;
    box-shadow: -3px 4px 3.1px 0 rgba(205, 180, 87, 0.25);
  }
  .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: rgba(0, 0, 0, 0.56);
}
.banner .leftcap h1 {
  font-size: 40px;
  font-weight: 700;
  background: linear-gradient(270deg, #ccab54 0%, #e0cc6b 27.77%, #f4e980 47.83%, #cdb457 66.35%, #c3a34b 86.4%, #c09f49 106.98%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 30px;
}
.banner .leftcap ul {
  display: flex;
  align-items: flex-start;
  /* flex-direction: column; */
}
.banner .leftcap ul li {
  margin-bottom: 20px;
}
.banner .leftcap ul li i {
  padding-right: 15px;
  color: rgb(248, 215, 48);
}
.banner .leftcap ul li a {
  color: #000;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  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 .leftcap ul.twobtn li {
  margin-right: 20px;
}
.banner .leftcap ul.twobtn li a {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  padding: 15px 40px;
  background: linear-gradient(251deg, #CCAB54 -2.7%, #E0CC6B 27.47%, #F4E980 49.26%, #CDB457 69.38%, #C3A34B 91.17%, #C09F49 113.52%, #C09F49 113.52%, #C3A34B 141.17%, #CDB457 169.38%, #F4E980 189.26%, #E0CC6B 217.47%, #CCAB54 233.52%);
  background-size: 200% 100%;
  background-position: left;
  transition: all 0.5s ease-in-out;
  box-shadow: -3px 4px 3.1px 0 rgba(205, 180, 87, 0.25);
  color: #000;
  text-align: center;
  border: 1px solid #CCAB54;
}
.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;
  box-shadow: -3px 4px 3.1px 0 rgba(205, 180, 87, 0.25);
}
.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;
  padding: 15px 35px;
}
.banner .leftcap ul.twobtn li a.trabs:hover {
  background: #000;
  color: #fff;
  border-color: #000;
}

/*********************************
    Banner section end
*********************************/
.markdiv {
  display: flex;
  align-items: center;
  background: transparent;
  padding: 5px 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;
}
.home .scrolling-content span {
  padding: 0 30px;
}
.scrolling-content span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-style: normal;
  line-height: normal;
  color: #000;
  vertical-align: middle;
  position: relative;
  padding: 0;
  border-right: 0.1px solid rgb(217, 217, 217);
}
.scrolling-content span img {
  padding-right: 10px;
  max-width: 80%;
}

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

.whychosesec {
  position: relative;
}
.whychosesec .whylefthalf {
  position: absolute;
  content: "";
  width: 30%;
  height: 100%;
  top: 0;
  left: 0;
}
.whychosesec .whylefthalf img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.whychosesec .ctsrow {
  justify-content: flex-end;
}
.whychosesec .innersec {
  padding: 100px 0;
  position: relative;
}
.whychosesec .innersec h2 {
  padding-bottom: 40px;
  padding-left: 34%;
}
.whychosesec .innersec .whycontainer {
  overflow: hidden;
}
.whychosesec .innersec .chosebox {
  position: relative;
  border: 1px solid #ccab54;
  background: #fefefe;
  padding: 30px;
  height: 100%;
}
.whychosesec .innersec .chosebox .title {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.whychosesec .innersec .chosebox .title .angle {
  position: relative;
  top: -30px;
  left: -30px;
  border-radius: 0 0 64px 0;
  background: #fff;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  min-width: 90px;
  min-height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.whychosesec .innersec .chosebox .title h3 {
  width: 65%;
  margin-left: auto;
}

.flthmesec {
  /* Hover effect overlay */
}
.flthmesec h2 {
  text-align: center;
  padding-bottom: 30px;
}
.flthmesec p.centerP {
  text-align: center;
  margin: 0px auto;
  width: 56%;
  padding-bottom: 70px;
}
.flthmesec .nav-tabs {
  border: none;
  justify-content: center;
  margin-bottom: 40px;
}
.flthmesec .nav-tabs .nav-link {
  border: 0;
  border-radius: 0;
  background: transparent;
  border-bottom: 4px solid transparent;
  color: #000;
  font-weight: 400;
  padding: 12px 20px;
  margin: 0 10px;
  transition: all 0.3s ease;
}
.flthmesec .nav-tabs .nav-link:hover {
  border-color: rgb(195, 163, 75);
}
.flthmesec .nav-tabs .nav-link.active {
  font-weight: 500;
  border-color: rgb(195, 163, 75);
}
.flthmesec .fleet-tabs-mobile {
  display: none;
  margin-bottom: 30px;
}
.flthmesec .fleet-select {
  border: 2px solid #e9ecef;
  border-radius: 8px;
  padding: 12px 15px;
  font-size: 16px;
  font-weight: 500;
  color: #495057;
  background: white;
  cursor: pointer;
  transition: all 0.3s ease;
}
.flthmesec .fleet-select:focus {
  border-color: #007bff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  outline: none;
}
.flthmesec .fleet-select option {
  padding: 10px;
  font-weight: 500;
}
.flthmesec .vehicle-card {
  background: white;
  border: 2px solid transparent;
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 30px;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  min-height: 422px;
}
.flthmesec .vehicle-card:hover {
  transform: translateY(-5px);
  border-color: #ccab54;
}
.flthmesec .vehicle-card ul li {
  color: #666;
  font-size: 14px;
}
.flthmesec .vehicle_image {
  width: 100%;
  height: 170px;
  margin-bottom: 35px;
}
.flthmesec .vehicle_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.flthmesec .vehicle-title {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-bottom: 15px;
}
.flthmesec .vehicle-description {
  color: #666;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
}
.flthmesec .vehicle-features {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  /* flex-wrap: wrap;
  opacity: 0; */
  transform: translateY(10px);
  transition: all 0.3s ease;
  /* max-height: 0; */
  overflow: hidden;
}
/* .flthmesec .vehicle-card:hover .vehicle-features {
  opacity: 1;
  transform: translateY(0);
  max-height: 115px;
} */
.flthmesec .feature-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 12px;
  color: #666;
  margin: 0px;
  flex: 0 0 25%;
}
.flthmesec .feature-item span {
  width: 73%;
  text-align: center;
}
.flthmesec .feature-icon {
  width: 30px;
  height: 30px;
  background: #f8f9fa;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
  color: #e6b800;
}
.flthmesec .read-more-btn {
  color: #000;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.32px;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
  text-decoration: underline !important;
  display: flex;
  margin-left: auto;
  padding-top: 10px;
  justify-content: end;
}
.flthmesec .read-more-btn img {
  padding-left: 15px;
}
.flthmesec .read-more-btn:hover {
  color: rgb(248, 215, 48);
}
.flthmesec .vehicle-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(230, 184, 0, 0.1), transparent);
  transition: left 0.5s ease;
}
.flthmesec .vehicle-card:hover::before {
  left: 100%;
}
@media (max-width: 768px) {
  .flthmesec .vehicle-features {
    justify-content: center;
  }
}

.servicehmesec {
  /* Style the button */
}
.servicehmesec h2 {
  text-align: center;
}
.servicehmesec p.servcp {
  text-align: center;
  margin: 0px auto;
  width: 60%;
  padding-bottom: 70px;
}
.servicehmesec .serviceCard .imgsec {
  height: 220px;
  position: relative;
  overflow: hidden;
}
.servicehmesec .serviceCard .imgsec img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.servicehmesec .serviceCard .imgsec::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}
.servicehmesec .serviceCard .capsec {
  padding: 30px 0;
}
.servicehmesec .serviceCard .capsec p {
  padding-bottom: 20px;
}
.servicehmesec .serviceCard .capsec a {
  color: #000;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.32px;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
  text-decoration: underline !important;
  display: flex;
}
.servicehmesec .serviceCard .capsec a img {
  padding-left: 15px;
}
.servicehmesec .serviceCard .capsec a:hover {
  color: rgb(248, 215, 48);
}
.servicehmesec .serviceCard:hover .imgsec::before {
  opacity: 1;
}
.servicehmesec .serviceCard:hover .imgsec img {
  transform: scale(1.08);
}
.servicehmesec .cuscol {
  display: block;
}
.servicehmesec .cuscol.hidden {
  display: none !important;
}
.servicehmesec #showMoreBtn {
  margin: 0 auto 40px;
  display: block;
  padding: 10px 20px;
  cursor: pointer;
  background: linear-gradient(251deg, #ccab54 -2.7%, #e0cc6b 27.47%, #f4e980 49.26%, #cdb457 69.38%, #c3a34b 91.17%, #c09f49 113.52%, #c09f49 113.52%, #c3a34b 141.17%, #cdb457 169.38%, #f4e980 189.26%, #e0cc6b 217.47%, #ccab54 233.52%);
  color: white;
  border: none;
  border-radius: 5px;
}

.homefrmsec {
  /* intl-tel-input custom styling */
  /* Loading state */
}
.homefrmsec p {
  padding-bottom: 30px;
}
.homefrmsec a {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  padding: 15px 40px;
  background: linear-gradient(251deg, #CCAB54 -2.7%, #E0CC6B 27.47%, #F4E980 49.26%, #CDB457 69.38%, #C3A34B 91.17%, #C09F49 113.52%, #C09F49 113.52%, #C3A34B 141.17%, #CDB457 169.38%, #F4E980 189.26%, #E0CC6B 217.47%, #CCAB54 233.52%);
  background-size: 200% 100%;
  background-position: left;
  transition: all 0.5s ease-in-out;
  box-shadow: -3px 4px 3.1px 0 rgba(205, 180, 87, 0.25);
  color: #000;
  text-align: center;
}
.homefrmsec a i {
  padding-left: 18px;
  color: #000;
  transition: color 0.5s ease-in-out;
}
.homefrmsec a:hover {
  background-position: right;
  color: #fff;
  box-shadow: -3px 4px 3.1px 0 rgba(205, 180, 87, 0.25);
}
.homefrmsec a:hover i {
  color: #fff;
}
.homefrmsec .contact-form-container {
  padding: 30px;
  border: 0.5px solid rgb(248, 215, 48);
  background: linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 1px) calc(100% - 1px) no-repeat, linear-gradient(90deg, #ccab54 0%, #f4e980 100%);
  box-sizing: content-box;
  width: 85%;
  margin-left: auto;
}
.homefrmsec .contact-form-container h2 {
  font-size: 24px;
  font-weight: 600;
  color: #333;
  margin-bottom: 30px;
  text-align: left;
}
.homefrmsec .form_group {
  margin-bottom: 20px;
}
.homefrmsec .form_group label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  margin-bottom: 8px;
}
.homefrmsec .form_input,
.homefrmsec .form_select,
.homefrmsec .form_textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  color: #333;
  background: white;
  transition: border-color 0.3s ease;
}
.homefrmsec .form_input:focus,
.homefrmsec .form_select:focus,
.homefrmsec .form_textarea:focus {
  outline: none;
  border-color: #daa520;
  box-shadow: 0 0 0 2px rgba(218, 165, 32, 0.1);
}
.homefrmsec .form_textarea {
  resize: vertical;
  min-height: 100px;
}
.homefrmsec .submit_btn {
  width: 100%;
  padding: 15px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  padding: 15px 40px;
  background: linear-gradient(251deg, #CCAB54 -2.7%, #E0CC6B 27.47%, #F4E980 49.26%, #CDB457 69.38%, #C3A34B 91.17%, #C09F49 113.52%, #C09F49 113.52%, #C3A34B 141.17%, #CDB457 169.38%, #F4E980 189.26%, #E0CC6B 217.47%, #CCAB54 233.52%);
  background-size: 200% 100%;
  background-position: left;
  transition: all 0.5s ease-in-out;
  box-shadow: -3px 4px 3.1px 0 rgba(205, 180, 87, 0.25);
  color: #000;
  text-align: center;
  border: 0;
  outline: none;
}
.homefrmsec .submit_btn i {
  padding-left: 18px;
  color: #000;
  transition: color 0.5s ease-in-out;
}
.homefrmsec .submit_btn:hover {
  background-position: right;
  color: #fff;
  box-shadow: -3px 4px 3.1px 0 rgba(205, 180, 87, 0.25);
}
.homefrmsec .submit_btn:hover i {
  color: #fff;
}
.homefrmsec .submit_btn:disabled {
  background: #ccc;
  cursor: not-allowed;
}
.homefrmsec .error {
  border-color: #ff4444 !important;
}
.homefrmsec .error-message {
  color: #ff4444;
  font-size: 12px;
  margin-top: 5px;
}
.homefrmsec .iti {
  width: 100%;
}
.homefrmsec .iti__flag-container {
  border-right: 1px solid #ddd;
}
.homefrmsec .loading {
  position: relative;
}
.homefrmsec .loading::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 2px solid #daa520;
  border-top: 2px solid transparent;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% {
    transform: translateY(-50%) rotate(0deg);
  }
  100% {
    transform: translateY(-50%) rotate(360deg);
  }
}

.dwnapp .apptxt h3 {
  font-size: 48px !important;
  font-weight: 600;
  padding-bottom: 27px;
  color: #000;
}

.dwnapp .apptxt h3 b {
  font-weight: 400;
  color: #c5b665;
}

.dwnapp .apptxt a {
  font-size: 16px;
  color: #000;
  transition: 0.5s;
}
.dwnapp .apptxt a:hover {
  color: rgb(248, 215, 48);
}

.dwnapp .apptxt a img {
  padding-left: 8px;
}

.dwnapp .blmkmob {
  position: relative;
  /* display: flex; */
}

.dwnapp .blmkmob .mobile img {
  width: auto;
  margin: 0px auto;
}

.dwnapp .blmkmob .btntxt {
  display: flex;
  flex-direction: column;
  padding-top: 30px;
}

.dwnapp .blmkmob .btntxt p {
  font-size: 16px;
  color: #1e1e1e;
  padding-bottom: 20px;
}

.dwnapp .blmkmob .btntxt .appbtn {
  display: flex;
}

.dwnapp .blmkmob .btntxt .appbtn a {
  margin-right: 18px;
}
.dwnapp .blmkmob .btntxt .appbtn a img {
  width: 100%;
}

.tsetmnlsec {
  position: relative;
  /* Slick Slider Custom Styles */
}
.tsetmnlsec h2 {
  padding-top: 100px;
}
.tsetmnlsec .container > p {
  padding-bottom: 25px;
}
.tsetmnlsec .righttestmfull {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 30%;
}
.tsetmnlsec .righttestmfull img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tsetmnlsec .testimonial-card {
  padding: 30px;
  margin: 0 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  border: 1px solid #ccab54;
  background: #fbfafa;
  position: relative;
}
.tsetmnlsec .quote-icon {
  font-size: 100px;
  color: rgb(248, 215, 48);
  position: absolute;
  top: 0;
  margin-bottom: 20px;
  font-weight: bold;
}
.tsetmnlsec .testimonial-text {
  padding: 55px 0 30px;
}
.tsetmnlsec .testimonial-author {
  display: flex;
  align-items: center;
  margin-top: auto;
}
.tsetmnlsec .author-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 15px;
  -o-object-fit: cover;
     object-fit: cover;
}
.tsetmnlsec .author-info h5 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #333;
}
.tsetmnlsec .star-rating {
  color: #d4af37;
  font-size: 16px;
  margin-top: 5px;
}
.tsetmnlsec .testimonial-slider {
  margin: 0 -15px;
}
.tsetmnlsec .testimonial-slider .slick-track {
  display: flex;
  align-items: stretch;
}
.tsetmnlsec .testimonial-slider .slick-slide {
  height: auto;
}
.tsetmnlsec .testimonial-slider .slick-slide.slick-active.slick-current {
  padding-left: 0;
}
.tsetmnlsec .testimonial-slider .slick-slide.slick-current {
  padding-left: 0;
}
.tsetmnlsec .testimonial-slider .slick-slide > div {
  height: 100%;
}
.tsetmnlsec .testimonial-slider .slick-list {
  overflow: hidden;
}
.tsetmnlsec .slick-dots {
  bottom: -15px;
}
.tsetmnlsec .slick-dots li button:before {
  font-size: 40px;
  color: #d4af37;
  opacity: 0.5;
}
.tsetmnlsec .slick-dots li.slick-active button:before {
  opacity: 1;
}
.tsetmnlsec .slick-prev,
.tsetmnlsec .slick-next {
  width: 50px;
  height: 50px;
  background: #d4af37;
  border-radius: 50%;
  z-index: 1;
}
.tsetmnlsec .slick-prev:hover,
.tsetmnlsec .slick-next:hover {
  background: #b8941f;
}
.tsetmnlsec .slick-prev:before,
.tsetmnlsec .slick-next:before {
  font-size: 20px;
  color: white;
}
.tsetmnlsec .slick-prev {
  left: -25px;
}
.tsetmnlsec .slick-next {
  right: -25px;
}
@media (max-width: 768px) {
  .tsetmnlsec .slick-prev {
    left: -10px;
  }
  .tsetmnlsec .slick-next {
    right: -10px;
  }
  .tsetmnlsec .testimonial-card {
    margin: 10px;
    padding: 20px;
    min-height: 250px;
  }
}

.aboutmainsec {
  position: relative;
}
.aboutmainsec .abtlist {
  width: 75%;
}
.aboutmainsec .abtlist p {
  padding-bottom: 30px;
}
.aboutmainsec .abtlist ul li {
  color: #000;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.32px;
  text-transform: capitalize;
  padding-bottom: 15px;
  display: flex;
  align-items: center;
  font-weight: 600 !important;
}
.aboutmainsec .abtlist ul li img {
  padding-right: 15px;
}
.aboutmainsec .righthalf {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 45%;
}
.aboutmainsec .righthalf img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.whychhmlya h2 {
  padding-bottom: 50px;
}
.whychhmlya .choseCard {
  border-radius: 20px;
  background-color: #f5f5f5;
  padding: 40px 30px;
  height: 100%;
  transition: all 0.5s ease-in-out;
  text-align: center;
}
.whychhmlya .choseCard a {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  padding: 15px 40px;
  background: linear-gradient(251deg, #CCAB54 -2.7%, #E0CC6B 27.47%, #F4E980 49.26%, #CDB457 69.38%, #C3A34B 91.17%, #C09F49 113.52%, #C09F49 113.52%, #C3A34B 141.17%, #CDB457 169.38%, #F4E980 189.26%, #E0CC6B 217.47%, #CCAB54 233.52%);
  background-size: 200% 100%;
  background-position: left;
  transition: all 0.5s ease-in-out;
  box-shadow: -3px 4px 3.1px 0 rgba(205, 180, 87, 0.25);
  color: #000;
  text-align: center;
  background: rgba(112, 112, 112, 0.11);
  color: #666;
  transition: all 0.5s ease-in-out;
}
.whychhmlya .choseCard a i {
  padding-left: 18px;
  color: #000;
  transition: color 0.5s ease-in-out;
}
.whychhmlya .choseCard a:hover {
  background-position: right;
  color: #fff;
  box-shadow: -3px 4px 3.1px 0 rgba(205, 180, 87, 0.25);
}
.whychhmlya .choseCard a:hover i {
  color: #fff;
}
.whychhmlya .choseCard .capsec {
  padding-top: 35px;
}
.whychhmlya .choseCard .capsec h3 {
  padding-bottom: 15px;
}
.whychhmlya .choseCard:hover {
  background-color: #fff;
  box-shadow: 0 4px 94px 0 rgba(0, 0, 0, 0.15);
}
.whychhmlya .choseCard:hover a {
  background: linear-gradient(251deg, #CCAB54 -2.7%, #E0CC6B 27.47%, #F4E980 49.26%, #CDB457 69.38%, #C3A34B 91.17%, #C09F49 113.52%);
  color: #000;
  transition: all 0.5s ease-in-out;
}
.whychhmlya .choseCard.active {
  background-color: #fff;
  box-shadow: 0 4px 94px 0 rgba(0, 0, 0, 0.15);
}
.whychhmlya .choseCard.active a {
  background: linear-gradient(251deg, #CCAB54 -2.7%, #E0CC6B 27.47%, #F4E980 49.26%, #CDB457 69.38%, #C3A34B 91.17%, #C09F49 113.52%);
  color: #000;
  transition: all 0.5s ease-in-out;
}
.whychhmlya .choseCard .icon {
  font-size: 40px;
  text-align: center;
}

.aboutmainsec.abtsecTwo {
  background: #f5f5f5;
}
.aboutmainsec.abtsecTwo .righthalf {
  right: auto;
  left: 0;
  width: 45%;
}
.aboutmainsec.abtsecTwo .abtlist {
  width: 80%;
  margin-left: auto;
}

.newsletter {
  border-radius: 15px;
  background-color: #5b5b5b;
  padding: 45px 55px;
}
.newsletter h3 {
  padding-bottom: 15px;
  color: #fff;
}
.newsletter p {
  color: #fff;
  width: 65%;
}
.newsletter .input_container {
  display: flex;
  gap: 0;
  background-color: #fff;
  width: 100%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  overflow: hidden;
}
.newsletter .email_input {
  flex: 1;
  padding: 12px 16px;
  border: 1px solid #d1d5db;
  border-right: none;
  background: white;
  color: #374151;
  font-size: 14px;
  outline: none;
  border-radius: 6px 0 0 6px;
}
.newsletter .email_input::-moz-placeholder {
  color: #9ca3af;
}
.newsletter .email_input::placeholder {
  color: #9ca3af;
}
.newsletter .email_input:focus {
  border-color: #3b82f6;
}
.newsletter .continue_btn {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  padding: 15px 40px;
  background: linear-gradient(251deg, #CCAB54 -2.7%, #E0CC6B 27.47%, #F4E980 49.26%, #CDB457 69.38%, #C3A34B 91.17%, #C09F49 113.52%, #C09F49 113.52%, #C3A34B 141.17%, #CDB457 169.38%, #F4E980 189.26%, #E0CC6B 217.47%, #CCAB54 233.52%);
  background-size: 200% 100%;
  background-position: left;
  transition: all 0.5s ease-in-out;
  box-shadow: -3px 4px 3.1px 0 rgba(205, 180, 87, 0.25);
  color: #000;
  text-align: center;
  white-space: nowrap;
  margin: 5px;
  border: 0;
  outline: none;
}
.newsletter .continue_btn i {
  padding-left: 18px;
  color: #000;
  transition: color 0.5s ease-in-out;
}
.newsletter .continue_btn:hover {
  background-position: right;
  color: #fff;
  box-shadow: -3px 4px 3.1px 0 rgba(205, 180, 87, 0.25);
}
.newsletter .continue_btn:hover i {
  color: #fff;
}

.aboutmainsec.servceoneSec ul.line li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 30px;
  padding-bottom: 0;
}
.aboutmainsec.servceoneSec ul.line li::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  border-radius: 100%;
  background-color: #000;
  top: 0;
  left: 0;
}

.whychosesec.servsingwhytwo .innersec {
  padding: 0;
}
.whychosesec.servsingwhytwo .innersec .chosebox {
  height: 100%;
}
.whychosesec.servsingwhytwo .innersec .chosebox .title h3 {
  width: 75%;
}

.aboutmainsec.abtsecTwo.serbsecThree {
  background: #f4f4f4;
}
.aboutmainsec.abtsecTwo.serbsecThree .abtlist {
  padding: 0;
  padding-left: 30px;
  margin-left: 0;
  width: 100%;
}
.aboutmainsec.abtsecTwo.serbsecThree .righthalf {
  right: auto;
  left: 0;
  width: auto;
  position: relative;
}

.markdiv.abtmarkdiv {
  padding-bottom: 50px;
}

.fleetsngtopsec .leftfst .commfltimgsec {
  padding: 60xp 0 20px;
}
.fleetsngtopsec .leftfst .commfltimgsec img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.fleetsngtopsec .leftcap .item {
  display: flex;
  align-items: center;
}
.fleetsngtopsec .leftcap .item .icon {
  min-width: 70px;
  min-height: 70px;
  font-size: 45px;
  color: transparent; /* or any brand color */
  margin-bottom: 10px;
  text-align: center;
  background: linear-gradient(251deg, #ccab54 -2.7%, #e0cc6b 27.47%, #f4e980 49.26%, #cdb457 69.38%, #c3a34b 91.17%, #c09f49 113.52%, #c09f49 113.52%, #c3a34b 141.17%, #cdb457 169.38%, #f4e980 189.26%, #e0cc6b 217.47%, #ccab54 233.52%);
  -webkit-background-clip: text;
          background-clip: text;
}
.fleetsngtopsec .leftcap .item .cap {
  padding-left: 20px;
}
.fleetsngtopsec .leftcap .item .cap h3 {
  color: #000;
  font-size: 20px;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  padding-bottom: 28px;
  padding: 20px 0;
}
.fleetsngtopsec .leftcap .item .cap p {
  color: #000;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.32px;
  text-transform: capitalize;
  width: 100%;
  margin: auto;
}

.contactfrm {
  background-color: #f5f5f5;
  position: relative;
}
.contactfrm::before {
  position: absolute;
  content: "";
  background-image: url(../images/contact_topshape_1.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: right;
  top: 0;
  left: 0;
  width: 80%;
  height: 128px;
}
.contactfrm::after {
  position: absolute;
  content: "";
  background-image: url(../images/contact_topshape_2.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: bottom left;
  bottom: 0;
  left: 0;
  width: 567px;
  height: 255px;
}
.contactfrm button {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  padding: 15px 40px;
  background: linear-gradient(251deg, #CCAB54 -2.7%, #E0CC6B 27.47%, #F4E980 49.26%, #CDB457 69.38%, #C3A34B 91.17%, #C09F49 113.52%, #C09F49 113.52%, #C3A34B 141.17%, #CDB457 169.38%, #F4E980 189.26%, #E0CC6B 217.47%, #CCAB54 233.52%);
  background-size: 200% 100%;
  background-position: left;
  transition: all 0.5s ease-in-out;
  box-shadow: -3px 4px 3.1px 0 rgba(205, 180, 87, 0.25);
  color: #000;
  text-align: center;
}
.contactfrm button i {
  padding-left: 18px;
  color: #000;
  transition: color 0.5s ease-in-out;
}
.contactfrm button:hover {
  background-position: right;
  color: #fff;
  box-shadow: -3px 4px 3.1px 0 rgba(205, 180, 87, 0.25);
}
.contactfrm button:hover i {
  color: #fff;
}

.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: #000;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.32px;
  text-transform: capitalize;
}
.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: #000;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.32px;
  text-transform: capitalize;
}

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

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

.frmarea input::placeholder {
  color: #000;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.15px;
}

.frmarea textarea {
  height: 150px;
  border: 0;
  outline: 0;
  padding: 10px 15px;
  width: 100%;
  border-radius: 8px;
}

.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(100%);
}
.four_0_four h2 {
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  padding-bottom: 28px;
  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: uppercase;
  font-family: "Lato", sans-serif;
  padding: 15px 40px;
  background: linear-gradient(251deg, #CCAB54 -2.7%, #E0CC6B 27.47%, #F4E980 49.26%, #CDB457 69.38%, #C3A34B 91.17%, #C09F49 113.52%, #C09F49 113.52%, #C3A34B 141.17%, #CDB457 169.38%, #F4E980 189.26%, #E0CC6B 217.47%, #CCAB54 233.52%);
  background-size: 200% 100%;
  background-position: left;
  transition: all 0.5s ease-in-out;
  box-shadow: -3px 4px 3.1px 0 rgba(205, 180, 87, 0.25);
  color: #000;
  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;
  box-shadow: -3px 4px 3.1px 0 rgba(205, 180, 87, 0.25);
}
.four_0_four a:hover i {
  color: #fff;
}

.thanku {
  padding: 110px 0 80px;
}
.thanku::before {
  display: none;
}
.thanku img.thnk {
  width: 50%;
  margin: auto;
  display: block;
}
.thanku a.backhme {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  padding: 15px 40px;
  background: linear-gradient(251deg, #CCAB54 -2.7%, #E0CC6B 27.47%, #F4E980 49.26%, #CDB457 69.38%, #C3A34B 91.17%, #C09F49 113.52%, #C09F49 113.52%, #C3A34B 141.17%, #CDB457 169.38%, #F4E980 189.26%, #E0CC6B 217.47%, #CCAB54 233.52%);
  background-size: 200% 100%;
  background-position: left;
  transition: all 0.5s ease-in-out;
  box-shadow: -3px 4px 3.1px 0 rgba(205, 180, 87, 0.25);
  color: #000;
  text-align: center;
  margin: 0px auto;
  display: table;
}
.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;
  box-shadow: -3px 4px 3.1px 0 rgba(205, 180, 87, 0.25);
}
.thanku a.backhme:hover i {
  color: #fff;
}

.legal_page {
  padding: 40px 0px;
}
.legal_page h2,
.legal_page h3,
.legal_page h4 {
  margin-top: 20px;
  padding-bottom: 0px;
}
.legal_page p {
  margin-top: 10px;
}
.legal_page ul li {
  margin-top: 6px;
}

footer {
  background-color: #222;
}
footer .footlogo {
  padding-bottom: 20px;
  padding-top: 0px;
  display: block;
}
footer .footlogo img {
  filter: brightness(0) invert(1);
}
footer h4 {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  text-transform: capitalize;
  padding-bottom: 25px;
}
footer p {
  color: #000;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.32px;
  text-transform: capitalize;
  color: #fff;
}
footer ul li {
  padding-bottom: 15px;
  display: flex;
  align-items: center;
}
footer ul li img {
  padding-right: 10px;
}
footer ul li a {
  color: #000;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  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: rgb(248, 215, 48);
}
footer ul li a:hover {
  color: rgb(248, 215, 48);
}
footer ul li a.bknowft {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  padding: 15px 40px;
  background: linear-gradient(251deg, #CCAB54 -2.7%, #E0CC6B 27.47%, #F4E980 49.26%, #CDB457 69.38%, #C3A34B 91.17%, #C09F49 113.52%, #C09F49 113.52%, #C3A34B 141.17%, #CDB457 169.38%, #F4E980 189.26%, #E0CC6B 217.47%, #CCAB54 233.52%);
  background-size: 200% 100%;
  background-position: left;
  transition: all 0.5s ease-in-out;
  box-shadow: -3px 4px 3.1px 0 rgba(205, 180, 87, 0.25);
  color: #000;
  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;
  box-shadow: -3px 4px 3.1px 0 rgba(205, 180, 87, 0.25);
}
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-family: "Lato", sans-serif;
  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-family: "Lato", sans-serif;
  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: uppercase;
  font-family: "Lato", sans-serif;
  padding: 15px 40px;
  background: linear-gradient(251deg, #CCAB54 -2.7%, #E0CC6B 27.47%, #F4E980 49.26%, #CDB457 69.38%, #C3A34B 91.17%, #C09F49 113.52%, #C09F49 113.52%, #C3A34B 141.17%, #CDB457 169.38%, #F4E980 189.26%, #E0CC6B 217.47%, #CCAB54 233.52%);
  background-size: 200% 100%;
  background-position: left;
  transition: all 0.5s ease-in-out;
  box-shadow: -3px 4px 3.1px 0 rgba(205, 180, 87, 0.25);
  color: #000;
  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;
  box-shadow: -3px 4px 3.1px 0 rgba(205, 180, 87, 0.25);
}
footer .newslet button:hover i {
  color: #fff;
}
footer .copy p {
  color: #000;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  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-between;
}
footer ul.policy li a {
  color: #000;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  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 {
  color: rgb(248, 215, 48);
}

/*****************************
    Scroll to top css start
*****************************/
.scrollTop {
  position: fixed;
  right: 10px;
  bottom: 17%;
  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 #ccab54;
}

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

/* Partner */

.partnercardmain h2{
  text-align: center;
}
.partnercardmain p.partP{
  text-align: center;
  margin: 0px auto;
  width: 75%;
}
.partnercardmain .partnerCard{
  overflow: hidden;
}
.partnercardmain .partnerCard .imgcard{
  height: 220px;
}
.partnercardmain .partnerCard .imgcard img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.partnercardmain .partnerCard:hover .imgcard img{
  transform: scale(1.01);
}
.partnercardmain .partnerCard .capsec{
  padding: 30px 15px 0;
}
.partnercardmain .partnerCard .capsec h3{
  padding-bottom: 10px;
}
.partnercardmain .partnerCard .capsec p{
  padding-bottom: 10px;
}
.partnercardmain .partnerCard .capsec h4 {
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 10px;
}
.partnercardmain .partnerCard .capsec a {
    color: #000;
    font-size: 16px;
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.32px;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
    text-decoration: underline !important;
    display: flex;
}
.partnercardmain .partnerCard .capsec a img{
  padding-left: 15px;
}
.partnercardmain .partnerCard:hover .capsec a{
  color: rgba(248, 215, 48, 1);
}
/* tour */

.partnercardmain.tourpage .partnerCard .imgcard {
  position: relative;
  overflow: hidden;
}
.partnercardmain.tourpage .partnerCard .imgcard .btmsec {
  position: absolute;
  bottom: 0;
  padding: 10px;
  background: rgba(217, 217, 217, 0.66);
  backdrop-filter: blur(2px);
  width: 100%;
}
.partnercardmain.tourpage .partnerCard .imgcard .btmsec ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.partnercardmain.tourpage .partnerCard .imgcard .btmsec ul li i {
  font-size: 18px;
  color: #000;
  padding-right: 5px;
}
.partnercardmain.tourpage .partnerCard .imgcard .btmsec ul li {
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  padding-right: 30px;
  display: flex;
}
.partnercardmain.tourpage .partnerCard .imgcard .btmsec ul li img {
  padding-right: 5px;
  width: auto;
  height: auto;
}
.partnercardmain.tourpage .partnerCard .imgcard .btmsec ul li:last-child {
  padding-right: 0;
}
.card-item.hidden {
  display: none;
}
.partnercardmain.tourpage .lordmorebtnsec {
  display: flex;
  justify-content: center;
  align-items: center;
}
.partnercardmain.tourpage .load-more-btn {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  padding: 15px 40px;
  background: linear-gradient(
    251deg,
    #ccab54 -2.7%,
    #e0cc6b 27.47%,
    #f4e980 49.26%,
    #cdb457 69.38%,
    #c3a34b 91.17%,
    #c09f49 113.52%,
    #c09f49 113.52%,
    #c3a34b 141.17%,
    #cdb457 169.38%,
    #f4e980 189.26%,
    #e0cc6b 217.47%,
    #ccab54 233.52%
  );
  background-size: 200% 100%;
  background-position: left;
  transition: all 0.5s ease-in-out;
  box-shadow: -3px 4px 3.1px 0 rgba(205, 180, 87, 0.25);
  color: #000;
  text-align: center;
  outline: none;
  border: 0;
}
.partnercardmain.tourpage .load-more-btn:hover {
  background-position: right;
  color: #fff;
  box-shadow: -3px 4px 3.1px 0 rgba(205, 180, 87, 0.25);
}

.whychosesec.servsingwhytwo.profsersec {
  background-color: #f5f5f5;
}
.whychosesec.servsingwhytwo.profsersec p.center {
  text-align: center;
  margin: 0px auto;
  padding-bottom: 50px;
  width: 70%;
}

.toursingle .hedingmap h3 {
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-bottom: 20px;
}

.toursingle .hedingmap ul {
  display: flex;
  align-items: center;
  padding-bottom: 30px;
}
.toursingle .hedingmap ul li {
  display: flex;
  align-items: center;
}
.toursingle .hedingmap ul li i {
  font-size: 18px;
  color: #000;
  padding-right: 5px;
}
.toursingle .hedingmap ul li {
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  padding-right: 30px;
}
.toursingle .hedingmap ul li img {
  padding-right: 5px;
  width: auto;
  height: auto;
}
.toursingle .hedingmap ul li:last-child {
  padding-right: 0;
}
.toursingle .hedingmap .map {
  margin-top: 15px;
  height: 100%;
  border-radius: 15px;
  overflow: hidden;
}
.toursingle .partnercardmain.tourpage .partnerCard .imgcard .btmsec {
  background: transparent;
  filter: none;
}
.toursingle .partnercardmain.tourpage .partnerCard .imgcard .btmsec span {
  position: absolute;
  left: 5px;
  bottom: 5px;
  min-width: 30px;
  min-height: 30px;
  border-radius: 100%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #000;
  font-weight: 700;
}
.about_ride {
  padding-top: 30px 0;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
.about_ride ul {
  display: flex;
  padding: 25px 0;
}
.about_ride ul li {
  padding-right: 40px;
  border-right: 1px solid #dadada;
  width: 48%;
  position: relative;
}
.about_ride ul li:last-child {
  border-right: 0;
  padding-right: 0;
  padding-left: 40px;
}

.about_ride ul li h3 {
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.about_ride ul li span {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 202.5%; /* 32.4px */
  padding-bottom: 5px;
  display: block;
  position: relative;
  padding-left: 20px;
  align-items: center;
}
.about_ride ul li span::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #000;
  top: 48%;
  left: 0;
  transform: translateY(-50%);
}
.about_ride ul li:last-child h3 {
  color: #b2b2b2;
}
.about_ride ul li:last-child span {
  color: #b2b2b2;
}
.about_ride ul li:last-child span::before {
  background-color: #b2b2b2;
}
.rideDetil {
  border-top: 1px solid #e0e0e0;
  padding: 30px 0;
}
.rideDetil h3 {
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-bottom: 20px;
}

.partnercardmain.tourpage .partnerCard {
    cursor: pointer;
}

.singletourFAQsec {
  padding: 30px 0;
}

.singletourFAQsec .faq-header h2 {
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.singletourFAQsec .faq-item {
  border: 0e6;
  border-bottom: 1px solid #dee2e6;
  border-radius: 5px;
  margin-bottom: 10px;
  overflow: hidden;
}
.singletourFAQsec .faq-item:last-child {
  border-bottom: 0;
}

.singletourFAQsec .faq-question {
  background-color: transparent;
  border: none;
  padding: 10px;
  width: 100%;
  text-align: left;
  font-weight: 600;
  font-size: 16px;
  color: #000;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s ease;
}

.singletourFAQsec .faq-question:focus {
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.25);
}

.singletourFAQsec .faq-icon {
  font-size: 1.5rem;
  font-weight: bold;
  color: #000;
  transition: transform 0.3s ease;
  min-width: 30px;
  text-align: center;
}

.singletourFAQsec .faq-answer {
  padding: 20px;
  background-color: #ffffff;
  line-height: 1.6;
  color: #6c757d;
}

.singletourFAQsec .collapsed .faq-icon {
  transform: rotate(0deg);
}

.singletourFAQsec .faq-question[aria-expanded="true"] .faq-icon {
  transform: rotate(0deg);
}
.sticky_windbkng {
  position: sticky;
  top: 0;
  overflow-y: auto;
  padding-top: 110px;
  scrollbar-width: none;
}
.inerturbkng {
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 12px 28px 0 #64666b;
  padding: 15px;
  overflow: hidden;
}

#map {
  height: 500px;
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
}

.controls {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 15px;
  margin: 30px 0;
}



.control-btn:active {
  transform: translateY(0);
}

.info-panel {
  background: #f8f9fa;
  border-radius: 10px;
  padding: 20px;
  margin: 20px 0;
}
.info-panel img{
  padding-right: 10px;
}

.info-panel h3 {
  color: #333;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.coordinate-display {
  background: white;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  padding: 15px;
  font-family: "Courier New", monospace;
  font-size: 0.9rem;
  color: #666;
}

.markers-list {
  max-height: 200px;
  overflow-y: auto;
  background: white;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  padding: 15px;
}

.marker-item {
  padding: 10px;
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

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

.marker-number {
  color: #000;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 0.8rem;
}


.legend {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  margin: 20px 0;
  padding: 15px;
  background: white;
  border-radius: 8px;
  border: 2px solid #e0e0e0;
}

.legend-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.legend-color {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.gallery-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.95);
  backdrop-filter: blur(10px);
  z-index: 99999999;
}

.gallery-modal.active {
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery-content {
  position: relative;
  max-width: 90%;
  max-height: 85%;
  background: white;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.gallery-header {
  background: rgba(248, 215, 48, 1);
  color: white;
  padding: 20px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.gallery-header h2 {
  margin: 0;
  font-size: 1.8rem;
  font-weight: 300;
}

.gallery-counter {
  background: #fff;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 0.9rem;
  color: #000;
}

.galery.close-btn {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  padding: 0;
  background: linear-gradient(
    251deg,
    #ccab54 -2.7%,
    #e0cc6b 27.47%,
    #f4e980 49.26%,
    #cdb457 69.38%,
    #c3a34b 91.17%,
    #c09f49 113.52%,
    #c09f49 113.52%,
    #c3a34b 141.17%,
    #cdb457 169.38%,
    #f4e980 189.26%,
    #e0cc6b 217.47%,
    #ccab54 233.52%
  );
  background-size: 200% 100%;
  background-position: left;
  transition: all 0.5s ease-in-out;
  box-shadow: -3px 4px 3.1px 0 rgba(205, 180, 87, 0.25);
  color: #fff;
  text-align: center;
  border: 0;
  border-radius: 100%;
  min-width: 40px;
  min-height: 40px;
}

.galery.close-btn:hover {
  background-position: right;
  color: #fff;
  box-shadow: -3px 4px 3.1px 0 rgba(205, 180, 87, 0.25);
}

.gallery-grid {
  padding: 30px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
  max-height: 60vh;
  overflow-y: auto;
}

.gallery-item {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  cursor: pointer;
}

.gallery-item:hover {
  transform: scale(1.02);
}

.gallery-item img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.gallery-item .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  color: white;
  padding: 20px;
  transform: translateY(100%);
  transition: transform 0.3s ease;
}

.gallery-item:hover .overlay {
  transform: translateY(0);
}

.gallery-controls {
  display: flex;
  justify-content: center;
  gap: 15px;
  padding: 20px 30px;
  background: #f8f9fa;
  border-top: 1px solid #eee;
}

.control-btn {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  padding: 15px 40px;
  background: linear-gradient(
    251deg,
    #ccab54 -2.7%,
    #e0cc6b 27.47%,
    #f4e980 49.26%,
    #cdb457 69.38%,
    #c3a34b 91.17%,
    #c09f49 113.52%,
    #c09f49 113.52%,
    #c3a34b 141.17%,
    #cdb457 169.38%,
    #f4e980 189.26%,
    #e0cc6b 217.47%,
    #ccab54 233.52%
  );
  background-size: 200% 100%;
  background-position: left;
  transition: all 0.5s ease-in-out;
  box-shadow: -3px 4px 3.1px 0 rgba(205, 180, 87, 0.25);
  color: #000;
  text-align: center;
  outline: none;
  border: 0;
}

.control-btn:hover {
  background-position: right;
  color: #fff;
  box-shadow: -3px 4px 3.1px 0 rgba(205, 180, 87, 0.25);
}
#galleryTitle {
  font-size: 0 !important;
  display: none;
}

.control-btn:disabled {
  background: #ccc;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.loading {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
  font-size: 1.2rem;
  color: #666;
}

.spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #667eea;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-right: 15px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.gallery-item.hidden {
  display: none;
}

.partnercardmain.tourpage .partnerCard .imgcard .tourslider img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.partnercardmain.tourpage .partnerCard .slick-dots {
    bottom: 65px !important;
    text-align: center;
}

.partnercardmain.tourpage .partnerCard .slick-dots li {
    margin: 0 3px;
}

.partnercardmain.tourpage .partnerCard .slick-dots li button {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255,255,255,0.6);
    border: none;
    font-size: 0;
    padding: 0;
    transition: all 0.3s ease;
}

.partnercardmain.tourpage .partnerCard .slick-dots li.slick-active button {
    background: white;
    transform: scale(1.3);
}

.partnercardmain.tourpage .partnerCard .slick-dots li button:before {
    display: none;
}

.partnercardmain.tourpage .partnerCard .slick-prev,
.partnercardmain.tourpage .partnerCard .slick-next {
    display: none !important;
}

/* tour */


.whychhmlya.nrewFetures h2{
  text-align: center;
  padding-bottom: 15px;
}
p.newfetp{
  text-align: center;
  margin: 0px auto;
  width: 75%;
}

.whychhmlya.nrewFetures .choseCard{
  position: relative;
}
.whychhmlya.nrewFetures .choseCard .tag{
  border-radius: 8px;
  background: rgba(112, 112, 112, 0.11);
  padding: 10px 15px;
  /* margin-bottom: 35px; */
  display: table;
}
.whychhmlya.nrewFetures .choseCard .tag p{
  text-align: center;
  color: #666;
  font-size: 14px;
}
.whychhmlya.nrewFetures .choseCard h3{
  text-align: left;
}
.whychhmlya.nrewFetures .choseCard p{
  text-align: left;
}
.whychhmlya.nrewFetures .choseCard:hover .tag{
  background: linear-gradient(270deg, #CCAB54 0%, #E0CC6B 27.77%, #F4E980 47.83%, #CDB457 66.35%, #C3A34B 86.4%, #C09F49 106.98%);
}
.whychhmlya.nrewFetures .choseCard:hover .tag p{
  color: #000;
}
.whychhmlya.nrewFetures .choseCard.active .tag{
  background: linear-gradient(270deg, #CCAB54 0%, #E0CC6B 27.77%, #F4E980 47.83%, #CDB457 66.35%, #C3A34B 86.4%, #C09F49 106.98%);
}
.whychhmlya.nrewFetures .choseCard.active .tag p{
  color: #000;
}

/* Partner */

/* School Run */

.schollrundetil .leftpannel {
  width: 100%;
  height: 100%;
  background: linear-gradient(
    251deg,
    #ccab54 -2.7%,
    #e0cc6b 27.47%,
    #f4e980 49.26%,
    #cdb457 69.38%,
    #c3a34b 91.17%,
    #c09f49 113.52%
  );
  padding: 30px;
}
.schollrundetil .leftpannel h2 {
  text-align: left;
  font-weight: 700;
  text-decoration: underline;
  padding-bottom: 30px;
  color: #000;
}
.schollrundetil .leftpannel p {
  text-decoration: underline;
  color: #000;
}

.schollrundetil .rightpannel {
  width: 100%;
}
.schollrundetil .rightpannel ul li {
  padding: 20px 0;
  border-bottom: 1px solid #cfcfcf;
}
.schollrundetil .rightpannel ul li:first-child {
  border-top: 1px solid #cfcfcf;
}
.schollrundetil .rightpannel ul li h3 {
  padding-bottom: 30px;
  text-align: left;
}
.schollrundetil .rightpannel ul li .nubmer {
  padding-left: 30px;
}
.schollrundetil .rightpannel ul li .nubmer span {
  padding-bottom: 10px;
  display: block;
}

.routssec h2 {
  text-align: center;
  padding-bottom: 30px !important;
}
.routssec .routhpath {
  border-radius: 8px;
  border: 1px solid rgba(248, 215, 48, 1);
  background: linear-gradient(
    251deg,
    #ccab54 -2.7%,
    #e0cc6b 27.47%,
    #f4e980 49.26%,
    #cdb457 69.38%,
    #c3a34b 91.17%,
    #c09f49 113.52%
  );
  box-shadow: 0 1px 17px 0 rgba(0, 0, 0, 0.25);
  padding: 16px;
  background-size: 200% 100%;
  background-position: left;
  transition: all 0.5s ease-in-out;
}
.routssec .routhpath:hover {
  background-position: right;
  color: #fff;
  box-shadow: -3px 4px 3.1px 0 rgba(205, 180, 87, 0.25);
}
.routssec .routhpath h4 {
  font-size: 14px;
  color: #000;
  font-weight: 600;
  text-transform: capitalize;
  text-align: center;
}
.routssec .routhpath h4 i {
  padding: 0 15px;
  color: #000;
}

/* School Run */

.whatsapp-container{
  background-color: #42db87;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  transition: 0.3s ease-in-out;
  box-shadow: 2px 2px 3px #000;
  position:fixed;
  right:10px;
  bottom:10px;
  z-index: 7;
}

@media (max-width: 992px) {
  .tsetmnlsec .righttestmfull img {
    display: none;
  }
  .partnercardmain p.partP {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .banner .leftcap ul.twobtn li:nth-of-type(2), .dwnapp .blmkmob {
    margin-top: 20px;
  }
  .scrollTop {
    bottom: 12%;
  }
}/*# sourceMappingURL=style.css.map */