@import url(https://fonts.googleapis.com/css2?family=Taviraj:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap);
.primofleet-content ul h2,
.primofleet-content ul p {
  border-bottom: 0 solid transparent;
}
#book-h1,
#book-h2,
#mobileMenu .nav-link,
*,
.BookBackBtn,
.blog_cards .page-link,
.blog_cards .ride-title,
.blog_section .ride-title,
.btnbooknow,
.payment,
a {
  text-decoration: none;
}
.car-image img,
.team-member img {
  object-fit: cover;
  object-position: top;
}
*,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
ul {
  padding: 0;
  margin: 0;
}
#scrollBtn:hover,
.mobile-header-nav.newheader-sticky,
.newheader-main-nav.newheader-sticky {
  background-color: var(--secondary-color);
}
#scrollBtn,
.btnbooknow,
select {
  cursor: pointer;
}
.BookBackBtn,
.payment {
  font-family: verdana, arial;
}
* {
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-family: Taviraj, serif;
}
:root {
  --primary-color: #b58c6a !important;
  --secondary-color: #000000;
  --white-color: #ffffff;
  --gray-color: #eeeeee;
}

body {
  overflow-x: hidden !important;
}
ol,
ul {
  list-style: none;
}
a,
button {
  display: inline-block;
}
.commonBanner {
  background: url(../images/commonBanner-banner.webp) 0 0 / cover no-repeat;
  padding: 120px 0;
  overflow-x: hidden;
}
.commonBanner .container,
.innerpgeserv-result .innerpgeserv-number-box ul li .innerpgeserv-num-circle {
  text-align: center;
}
.commonBanner .container h1 {
  font-size: 42px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 15px;
}
.commonBanner .container ul {
  display: flex;
  justify-content: center;
  column-gap: 15px;
  align-items: center;
  color: #fff;
}
.commonBanner .container ul li i {
  font-size: 20px;
  margin-top: 5px;
}
.commonBanner .container ul li a {
  color: #fff;
  text-transform: capitalize;
}
#mobileMenu .newheader-socialDiv a i,
.commonBanner .container ul li:last-child a {
  color: #b58c6a;
}
.service_single_section .container h2 {
  font-size: 24px;
  color: #b58c6a;
}
.service_single_section .container ul li {
  display: flex;
  margin-top: 20px;
}
.service_single_section .container ul li i {
  font-size: 22px;
  color: #b58c6a;
  margin-right: 10px;
  margin-top: 4px;
}
.partner_with_us li p,
.service_single_section .container ul li p,
.service_we_offer .content ul li p {
  color: #717171;
}
.service_single_section.car_section h2,
.service_we_offer .content h2 {
  font-size: 24px;
  font-weight: 600;
  color: #b58c6a;
}
.service_single_section.car_section .fleet_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.service_single_section.car_section .fleet_container .car_card {
  width: 14%;
  background: #fffbf7;
  padding: 40px 20px;
}
.service_single_section.car_section .fleet_container .car_card h3 {
  font-size: 16px;
  padding-bottom: 5px;
  border-bottom: 1px solid #eaeaea;
}
.service_single_section.car_section .fleet_container .car_card p {
  font-size: 14px;
  color: #404040;
  padding-top: 8px;
}
.service_single_section.faq_section .accordion-item .accordion-button {
  background: #fbfbfb;
  box-shadow: unset;
  color: #000;
}
.service_single_section.faq_section .accordion-item .accordion-button::after {
  background: #b58c6a;
  width: 24px;
  height: 24px;
  content: "\2b";
  font-family: fontawesome;
  color: #fff;
  text-align: center;
  line-height: 24px;
  border-radius: 50%;
}
.service_single_section.faq_section
  .accordion-item
  .accordion-button:not(.collapsed)::after {
  content: "\f068";
}
.service_single_section.faq_section .accordion-item {
  margin-bottom: 20px;
  border: 0 solid transparent;
}
.service_single_section.faq_section .accordion-item .accordion-collapse {
  background: #f5f5f5;
  border-top: 1px dashed #e0e0e0;
}
.vehicle_feature > h2 {
  font-size: 16px;
  text-align: center;
  margin: 20px 0;
}
.vehicle_feature .container {
  background: #fffbf7;
  text-align: center;
  padding: 20px;
}
.vehicle_feature .container .icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #fff1e6;
  color: #b58c6a;
  text-align: center;
  line-height: 48px;
  font-size: 24px;
  margin: 15px auto;
}
.team-section {
  padding: 60px 0;
  display: flex;
  justify-content: center;
}
.team-member {
  position: relative;
  text-align: left;
  overflow: hidden;
  height: 263px;
}
.team-member img {
  width: 100%;
  transition: transform 0.3s;
  height: 100%;
}
.team-member .content {
  position: absolute;
  padding: 10px 20px;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  background: linear-gradient(to top, #000, #00000000);
}
.fleet-card:hover .car-image img,
.team-member:hover img {
  transform: scale(1.05);
}
.team-member h4 {
  margin: 10px 0 5px;
  font-size: 16px;
}
.team-member p {
  margin: 0;
  font-size: 14px;
}
.team-section .col-right h3 {
  font-size: 22px;
  color: #b17b4b;
  margin-bottom: 10px;
}
.team-section .col-right p {
  font-size: 15px;
  color: #333;
  line-height: 1.6;
}
.team-section .owl-nav {
  position: absolute;
  top: 40%;
  width: 100%;
  left: 0;
  display: flex;
  justify-content: space-between;
}
.team-section .owl-nav .arrow {
  background: #e9e9e9;
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  text-align: center;
  line-height: 48px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: 0.3s;
}
.team-section .owl-nav .arrow:hover {
  background: #b17b4b;
  color: #fff;
}
.partner_with_us .container {
  background: #fffbf7;
  padding: 40px 20px;
}
.partner_with_us h2 {
  color: #b58c6a;
  text-align: center;
}
.partner_with_us li {
  list-style: none;
  display: flex;
  margin-top: 20px;
}
.partner_with_us li i {
  font-size: 22px;
  color: #b58c6a;
  margin-right: 15px;
  margin-top: 5px;
}
.service_we_offer {
  margin-top: 60px;
}
.bookingForm,
.form-image {
  margin-top: 50px;
}
.service_we_offer .container {
  background: linear-gradient(to left, #ffffffcd, #ffffffcd) 0 0 / cover
      no-repeat,
    url(../images/services-offer-bg.webp) 0 0 / cover no-repeat;
  padding: 80px 0;
}
.service_we_offer .content {
  background: #fff;
  padding: 40px 0 40px 50px;
}
.service_we_offer .content ul li {
  display: flex;
  margin-top: 10px;
}
.service_we_offer .content ul li i {
  margin-right: 10px;
  color: #b58c6a;
  font-size: 22px;
  margin-top: 2px;
}
.blog_section .ride-card {
  background: #fff;
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
  height: 100%;
  display: flex;
  align-items: center;
}
.blog_cards .ride-card:hover,
.blog_section .ride-card:hover {
  transform: translateY(-4px);
}
.blog_section .ride-image {
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.blog_section .ride-content {
  display: flex;
  padding-left: 15px;
  flex-wrap: wrap;
  flex-direction: column;
}
.blog_section .ride-meta {
  color: #b58c6a;
  font-size: 0.875rem;
  margin-bottom: 0.75rem;
}
.blog_section .ride-title {
  color: #2c2c2c;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.blog_cards .pagination-nav:hover,
.blog_cards .ride-title:hover,
.blog_section .ride-title:hover {
  color: #c17a5c;
}
.blog_section .arrow-icon {
  font-size: 1rem;
  transition: transform 0.3s;
}
.blog_section .ride-card:hover .arrow-icon {
  transform: translateX(4px);
}
.blog_section .ride-description {
  color: #666;
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}
.blog_section .ride-tags {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.blog_section .tag {
  background-color: #fff8e6;
  color: #d4a74a;
  padding: 0.25rem 0.75rem;
  border-radius: 4px;
  font-size: 0.813rem;
  font-weight: 500;
}
.blog_section .small-card .ride-image {
  height: 180px;
}
.blog_cards .ride-card {
  background: #fff;
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
  height: 100%;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.blog_cards .ride-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.blog_cards .ride-content {
  padding: 1.5rem 1.5rem 1.5rem 0;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.blog_cards .ride-meta {
  color: #8b8b8b;
  font-size: 0.813rem;
  margin-bottom: 0.75rem;
}
.blog_cards .ride-title {
  color: #2c2c2c;
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.5rem;
}
.blog_cards .arrow-icon {
  font-size: 1.25rem;
  transition: transform 0.3s;
  flex-shrink: 0;
  margin-top: -2px;
}
.blog_cards .ride-card:hover .arrow-icon {
  transform: translate(4px, -4px);
}
.blog_cards .ride-description {
  color: #666;
  font-size: 0.875rem;
  line-height: 1.6;
  margin-bottom: 1rem;
  flex-grow: 1;
}
.blog_cards .ride-tags {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-top: auto;
}
.blog_cards .tag {
  background-color: #fff8e6;
  color: #d4a74a;
  padding: 0.25rem 0.75rem;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 500;
}
.blog_cards .pagination-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 3rem;
  padding: 1rem 0;
  border-top: 1px solid #eaecf0;
}
.blog_cards .pagination-nav {
  color: #666;
  font-size: 0.938rem;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: color 0.3s;
}
.blog_cards .pagination-nav.disabled {
  color: #ccc;
  cursor: not-allowed;
  pointer-events: none;
}
.blog_cards .pagination {
  display: flex;
  gap: 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.blog_cards .page-item {
  margin: 0;
}
.blog_cards .page-link {
  border: none;
  background: 0 0;
  color: #666;
  padding: 0.5rem 0.75rem;
  border-radius: 6px;
  transition: 0.3s;
  font-size: 0.938rem;
}
.blog_cards .page-link:hover {
  background-color: #f5f5f5;
  color: #c17a5c;
}
.blog_cards .page-item.active .page-link {
  background-color: #fff8e6;
  color: #d4a74a;
  font-weight: 600;
}
.blog_cards .page-item.dots .page-link {
  pointer-events: none;
}
.blog_single .container > h2{
 font-size: 36px;
 font-weight: 600;
 margin: 30px 0px;
}
.blog_single .container h3{
 font-size: 24px;
 font-weight: 600;
 padding: 20px 0px;
 color: #B58C6A;
}
.blog_single .container .vehicle_feature{
  margin-top: 30px;
}
.blog_single .container .vehicle_feature *{
  text-align: left;
  margin: 0 0 15px;
}
.blog_single .container p{
  margin-bottom: 15px;
}
.section-title {
  color: #b58c6a;
  text-align: center;
  margin-bottom: 20px;
  font-size: 24px;
}
.btn:focus,
.form-control:focus,
button:focus {
  outline: 0;
  box-shadow: none;
}
.newheader-desktop-header {
  width: 100%;
  height: 100%;
  background: var(--secondary-color);
  z-index: 999999;
  position: relative;
}
.newheader-mini-header {
  width: 100%;
  height: 100%;
  padding: 10px 0;
  border-bottom: 1px solid var(--white-color);
}
.newheader-emailDiv,
.newheader-li-list:hover::before,
.newheader-phoneDiv,
.newprimoserv-image-seric-left,
.primofleet-content,
.primofooter-left-content,
.servcev_3 {
  width: 100%;
}
.newheader-emailDiv a,
.newheader-menu-link,
.newheader-phoneDiv a,
.primofooter-getin_touch a {
  color: var(--white-color);
  transition: 0.3s ease-in-out;
}
.breadcrumb-item.active,
.newheader-emailDiv a:hover,
.newheader-menu-link:hover,
.newheader-phoneDiv a:hover,
.newheader-socialDiv i:hover,
.primofleet-features i {
  color: var(--primary-color);
}
.newheader-emailDiv a i,
.newheader-phoneDiv a i,
.primofooter-bottom-content .primofooter-terms-ul li a i {
  padding-right: 5px;
}
.newheader-socialDiv {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: flex-end;
  align-items: center;
}
.newheader-socialDiv i {
  color: #fff;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
.newheader-main-menu {
  width: 100%;
  padding: 10px 0;
}
.newheader-main-nav {
  position: relative;
  transition: 0.3s;
  z-index: 10;
}
.mobile-header-nav.newheader-sticky,
.newheader-main-nav.newheader-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  animation: 0.5s fadeInDown;
  z-index: 99;
}
.newheader-menu-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.newheader-menu-link .newheader-logo {
  width: 130px;
  height: auto;
}
.newheader-active-menu {
  padding: 10px 30px;
  background: var(--primary-color);
  transition: 0.3s ease-in-out;
}
.booking-engine .lf-w-full.lf-text-left,
.booking-engine .lf-w-full.lf-text-left:hover,
.booking-engine .pas_Detilsnew,
.newheader-li-list:hover .newheader-active-menu {
  background: 0 0;
}
.newheader-li-list {
  position: relative;
  padding: 0 10px;
}
.newheader-boucne-animate,
.newheader-custom-btn {
  padding: 10px 40px;
  border: none;
  color: var(--white-color);
  font-weight: 500;
  transition: 0.3s;
}
.newheader-li-list::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  height: 3px;
  width: 0%;
  background: var(--primary-color);
  transition: 0.3s ease-in-out;
}
.app_sect-sec-app .app_sect-img-box,
.app_sect-sec-app .app_sect-text-box,
.contact-us .contact_img,
.form-image,
.innerpgeserv-result .innerpgeserv-for-line,
.inoutDiv,
.mainbnr-main-banner,
.right-image-con {
  position: relative;
}
.newheader-li-list .dropdown-menu {
  top: 130%;
  left: 0;
}
.newheader-desktop-header,
.newheader-li-list:hover .dropdown-menu {
  display: block;
}
#scrollBtn,
.four_0_four h2::after,
.newheader-mobile-header,
.thanku::before {
  display: none;
}
.newheader-li-list .dropdown-menu .dropdown-item {
  padding: 8px 15px;
}
#mobileMenu .dropdown-item:hover,
.newheader-li-list .dropdown-menu .dropdown-item:hover {
  background: #b58c6a;
  color: #fff;
}
.newheader-custom-btn {
  background: linear-gradient(-45deg, #b58c6a, #ffddc2, #000, #7c7c7c);
  background-size: 300% 300%;
  animation: 2s infinite buttonanimation;
}
.newheader-boucne-animate:hover,
.newheader-custom-btn:hover,
.thanku a.backhme:hover {
  background: var(--primary-color);
  color: var(--white-color);
}
@keyframes buttonanimation {
  0%,
  100% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}
.newheader-boucne-animate {
  background: linear-gradient(-45deg, #b58c6a, #ffddc2, #000, #7c7c7c);
  background-size: 300% 300%;
  animation: 1.5s infinite bounceanimation;
}
@keyframes bounceanimation {
  0%,
  100% {
    background-position: 0 50%;
    transform: translateY(-10px);
  }
  50% {
    background-position: 100% 50%;
    transform: translateY(10px);
  }
}
#scrollBtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  background-color: var(--primary-color);
  color: #fff;
  border: none;
  padding: 10px 18px;
  border-radius: 50%;
  transition: background-color 0.3s;
}
.newheader-mobile-header .btn-outline-dark {
  color: #fff;
  background: #b58c6a;
  font-size: 20px;
}
#mobileMenu {
  background: rgba(255, 255, 255, 0.98);
  border-left: 4px solid #b58c6a;
  backdrop-filter: blur(10px);
  box-shadow: -6px 0 25px rgba(0, 0, 0, 0.15);
  transition: 0.4s ease-in-out;
}
#mobileMenu .offcanvas-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding-bottom: 12px;
  background: #000;
}
#mobileMenu .offcanvas-title {
  color: #b58c6a;
  font-weight: 700;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#mobileMenu .btn-close {
  background-color: #b58c6a !important;
  opacity: 1 !important;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  transition: transform 0.3s;
  font-size: 16px;
  color: #fff;
}
#mobileMenu .btn-close:hover {
  transform: rotate(90deg);
}
#mobileMenu .navbar-nav {
  margin-top: 15px;
}
#mobileMenu .nav-link {
  color: #333 !important;
  font-size: 1.05rem;
  font-weight: 500;
  padding: 10px;
  border-radius: 6px;
  transition: 0.3s;
}
#mobileMenu .nav-link:hover {
  background: rgba(181, 140, 106, 0.1);
  color: #b58c6a;
  transform: translateX(5px);
}
#mobileMenu .nav-link i {
  margin-right: 8px;
}
#mobileMenu .dropdown-menu {
  background: #fff;
  border: none;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  margin-top: 5px;
  animation: 0.3s ease-in-out fadeIn;
  transition: 0.3s;
  width: 100%;
  text-align: center;
}
#mobileMenu .dropdown-item {
  color: #333;
  font-size: 0.95rem;
  padding: 8px 15px;
  border-radius: 6px;
  transition: 0.3s;
}
#mobileMenu .nav-link[href*="book-now"] {
  background: #b58c6a;
  color: #fff;
  font-weight: 600;
  text-align: center;
  border-radius: 8px;
  margin-top: 10px;
  transition: 0.3s;
}
#mobileMenu .nav-link[href*="book-now"]:hover {
  background: #a37b5d;
  transform: translateY(-2px);
}
#mobileMenu .newheader-socialDiv {
  justify-content: center;
  margin: 15px 0;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.mainbnr-hero-section {
  width: 100%;
  height: 80vh;
  padding: 60px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6))
      center/cover no-repeat,
    url(../images/hero-banner-img.jpg) center/cover no-repeat;
}
.mainbnr-main-banner.v2bnr {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 30% 0;
  padding: 80px 0;
}
.mainbnr-main-banner::before {
  content: "";
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.4;
}
.mainbnr-main-banner .mainbnr-banner-slider .mainbnr-img-box img {
  width: 100%;
  height: 85vh;
  object-fit: cover;
}
.mainbnr-get-off {
  font-size: 24px !important;
  color: #fff !important;
  font-weight: 400;
}
.mainbnr-main-banner .mainbnr-hero-title {
  width: 100%;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  position: absolute;
  top: 50%;
  z-index: 10;
  transform: translateY(-50%);
}
.mainbnr-main-banner .slick-next,
.mainbnr-main-banner .slick-prev {
  z-index: 999;
  font-size: 0;
  width: 45px;
  height: 45px;
  background-color: #b58c6a;
  display: flex;
  top: 50%;
}
.mainbnr-main-banner.v2bnr .mainbnr-hero-title {
  position: relative;
  top: 0;
  transform: none;
  justify-content: flex-start;
  align-items: flex-start;
}
.mainbnr-main-banner .mainbnr-hero-title h1 {
  font-size: 56px;
  font-weight: 600;
  color: var(--white-color);
  text-align: center;
  animation: 2s ease-in-out infinite headingColor;
}
.custom-btn,
.thanku a.backhme {
  animation: 2s infinite buttonanimation;
}
.mainbnr-main-banner .mainbnr-hero-title h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  padding-bottom: 20px;
}
.mainbnr-main-banner .slick-prev {
  position: absolute;
  left: 1%;
  border: 1px solid #b58c6a;
  border-radius: 6px;
  align-items: center;
  justify-content: center;
}
.mainbnr-main-banner .slick-prev::before {
  content: "\f104";
  font-family: "Font Awesome 6 Pro";
  font-size: 25px;
  position: absolute;
  color: #fff;
}
.mainbnr-main-banner .slick-next {
  position: absolute;
  right: 1%;
  border: 1px solid #b58c6a;
  border-radius: 6px;
  align-items: center;
  justify-content: center;
}
.bookingForm,
.newprimoserv-image-seric-left img {
  border: 5px solid var(--primary-color);
}
.mainbnr-main-banner .slick-next::before {
  content: "\f105";
  font-family: "Font Awesome 6 Pro";
  font-size: 25px;
  position: absolute;
  color: #fff;
}
@keyframes headingColor {
  0%,
  100% {
    color: var(--white-color);
  }
  50% {
    color: var(--primary-color);
  }
}
.hero-title h3 {
  color: #fff;
  font-size: 40px;
}
.bookingForm {
  width: 100%;
  background: var(--white-color);
}
.bookingForm-left {
  width: 100%;
  min-height: 524px;
  padding: 50px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.aboutsec_new-topabout-sec,
.banner-section {
  flex-direction: column;
  display: flex;
  text-align: center;
}
.CfotmInp,
.aboutsec_new-imageAbout,
.formHeading,
.newprimoserv-main_services,
.primofooter-center-content {
  width: 100%;
  height: 100%;
}
.formHeading h3 {
  font-size: 28px;
  font-weight: 600;
  color: var(--primary-color);
  margin-bottom: 20px;
}
.inoutDiv {
  width: 100%;
  height: 100%;
  margin-bottom: 26px;
  overflow: hidden;
}
.inoutDiv i {
  position: absolute;
  top: 15px;
  right: 20px;
  color: var(--primary-color);
}
.form-Seelect,
.form-input {
  width: 100%;
  padding: 10px 20px;
  border: 2px solid var(--primary-color) !important;
}
.aboutsec_new-about_section,
.newprimoserv-mainservices,
.newprimoserv-our-services {
  border-bottom: 2px solid var(--primary-color);
  overflow-x: hidden;
}
.form-input::placeholder {
  color: var(--secondary-color);
}
.right-image-con {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.bg-design {
  background: linear-gradient(45deg, #b58c6a, #000);
  width: 400px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.aboutsec_new-about_section {
  width: 100%;
  padding: 100px 0;
}
.aboutsec_new-topabout-sec {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}
.aboutsec_new-topabout-sec .aboutsec_new-logo-favicon {
  width: 100px;
  margin-bottom: 10px;
}
.aboutsec_new-topabout-sec .aboutsec_new-topstyleH {
  font-weight: 600;
  color: #7c7c7c;
  margin-bottom: 20px;
}
.aboutsec_new-topabout-sec h2 {
  font-size: 52px;
  font-weight: 600;
  color: var(--primary-color);
}
.aboutsec_new-textAbout {
  width: 100%;
  padding: 0 10px;
}
.aboutsec_new-textAbout h2,
.aboutsec_new-textAbout h3 {
  font-size: 32px;
  font-weight: 600;
  color: var(--primary-color);
  margin-bottom: 10px;
}
.aboutsec_new-textAbout h4 {
  font-size: 20px;
  color: var(--primary-color);
  margin-bottom: 5px;
}
.breadcrumb-item a,
.breadcrumb-item + .breadcrumb-item::before,
.custom-btn,
.primofooter-getin_touch p {
  color: var(--white-color);
}
.aboutsec_new-textAbout p {
  margin-bottom: 20px;
  font-size: 15px;
}
.aboutsec_new-textAbout ul,
.lower-images,
.newprimoserv-content-servic-right p,
.newprimoserv-maScard,
.newprimoserv-maScard h3,
.newprimoserv-maScard p,
.primofleet-content ul {
  margin-bottom: 20px;
}
.newprimoserv-maScard h3 {
  font-size: 24px;
  margin-top: 80px;
}
.aboutsec_new-textAbout ul {
  padding-left: 20px;
  list-style: disc;
}
.aboutsec_new-textAbout ul li {
  padding: 3px 0;
  font-size: 15px;
}
.aboutsec_new-textAbout ul li span {
  font-weight: 700;
  color: #b58c6a;
  font-size: 16px;
}
.banner-section {
  width: 100%;
  height: 460px;
  padding: 20px;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.8))
      center/cover no-repeat,
    url(../images/fleet-2.jpg) center/cover no-repeat;
  align-items: center;
  justify-content: center;
}
.banner-section2,
.newprimoserv-maScard {
  text-align: center;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.banner-section h2,
.banner-section2 h2 {
  font-size: 52px;
  font-weight: 600;
  color: var(--white-color);
}
.banner-section2 {
  height: 400px;
  padding: 100px;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6))
      center/cover no-repeat,
    url(../images/slide-01.webp) center/cover no-repeat;
  align-items: center;
  justify-content: center;
}
.breadcrumb {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.main-Contact h3,
.newprimoserv-content-servic-right h1,
.newprimoserv-maScard h3,
.primofleet-card h3,
.primofleet-content h2,
.primofleet-content h4 {
  color: var(--primary-color);
  font-weight: 600;
}
.newprimoserv-our-services {
  width: 100%;
  height: 100%;
  padding: 50px 0 100px;
}
.newprimoserv-maScard {
  padding: 40px 20px;
  border: 2px solid var(--primary-color);
  align-items: center;
  position: relative;
  height: 100%;
}
.newprimoserv-maScard::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 112px;
  background: url(../images/service-card-bg.webp);
  top: 0;
  left: 0;
  z-index: -1;
}
.newprimoserv-mainservices {
  width: 100%;
  height: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}
.Passenger-Information .input-box,
.primofleet-card .primofleet-para,
.primofleet-card h3 {
  padding-bottom: 10px;
}
.newprimoserv-content-servic-right {
  width: 100%;
  padding: 20px;
}
.newprimoserv-content-servic-right h1 {
  font-size: 42px;
  margin-bottom: 20px;
}
.contact-us,
.mercedes-bmw,
.primofleet,
.primofleet-detail {
  width: 100%;
  height: 100%;
  padding: 50px 0;
  border-bottom: 2px solid var(--primary-color);
}
.primofleet-card {
  width: 100%;
  padding: 30px;
  border: 1px solid #c9c9c9;
  margin-bottom: 20px;
}
.primofleet-padd {
  padding: 10px 30px 0;
}
.primofleet-card .primofleet-img {
  width: 100%;
  height: 320px;
  object-fit: cover;
}
.primofleet-card h2,
.primofleet-card h3 {
  margin-bottom: 10px;
  font-size: 24px;
}
.primofleet-content h2,
.primofleet-content p {
  padding: 10px 0;
  margin-bottom: 10px;
}
.primofleet-card .primofleet-para {
  color: var(--black-color);
  margin-bottom: 10px;
}
.CfotmInp .ininput,
.primofleet-features,
.primofooter-left-content .primofooter-logo {
  margin-bottom: 20px;
  width: 100%;
}
.primofleet-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.mainFleetDiv,
.primofleet-main {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
.primofleet-image img {
  border: 10px solid var(--primary-color);
}
.innerpgeserv .innerpgeserv-content-box h2,
.primofleet-content h2,
.primofleet-content p {
  border-bottom: 2px solid var(--primary-color);
}
.primofleet-content h2 {
  font-size: 52px;
}
.primofleet-content h4,
.update-fleet-box .img-box {
  margin-bottom: 10px;
}
.primofleet-content ul li::marker {
  color: var(--primary-color);
}
.primofleet-content ul li {
  list-style: none;
  color: var(--secondary-color);
  margin-bottom: 10px;
}
.primofleet-content ul {
  background: #fffbf7;
  padding: 25px;
  border-radius: 8px;
}
.primofleet-content ul h2 {
  font-size: 24px;
}
.primofleet-content ul li i {
  color: #b58c6a;
  font-size: 18px;
  margin-right: 5px;
}
.review-section {
  text-align: center;
  padding: 60px 0;
  background: #f7f7f7;
}
.review-section .review-title {
  font-size: 20px;
  color: #a67c52;
  margin-bottom: 40px;
  font-weight: 600;
}
.review-section .review-carousel .review-card {
  background: #fff;
  border-radius: 10px;
  padding: 25px 30px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  text-align: left;
  transition: 0.3s;
  min-height: 202px;
}
.review-section .review-card:hover {
  transform: translateY(-5px);
}
.review-section .stars {
  color: #f4b400;
  margin-bottom: 10px;
}
.review-section .review-card h3 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
}
.lower-images .img-box,
.relobcard {
  margin-bottom: 15px;
}
.review-section .review-card p {
  font-size: 13px;
  line-height: 1.6;
  color: #555;
  margin-bottom: 15px;
}
.review-section .author {
  display: flex;
  align-items: center;
  gap: 10px;
  border-top: 1px solid #eee;
  padding-top: 10px;
}
.review-section .author img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.review-section .author h4 {
  font-size: 13px;
  margin: 0;
  font-weight: 600;
}
.review-section .author span {
  font-size: 11px;
  color: #777;
}
.review-section .owl-dots {
  text-align: center;
  margin-top: 20px;
}
.review-section .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 5px;
  background: #ccc !important;
  border-radius: 10px;
  display: inline-block;
  transition: 0.3s;
}
.review-section .owl-dot.active span {
  background: #a67c52 !important;
  width: 30px;
}
.custom-btn {
  border: none;
  padding: 10px 40px;
  background: linear-gradient(
    -45deg,
    #b58c6a,
    #ffddc2,
    #000,
    #7c7c7c
  ) !important;
  font-weight: 500;
  transition: 0.3s;
}
.contact-us {
  background: #e3e3e3;
}
.contact-us .contact_img::after {
  content: "";
  position: absolute;
  width: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  aspect-ratio: 1;
  background: #c7c7c7;
  border-radius: 50%;
}
.contact-us .contact_img img {
  width: 100%;
  position: relative;
  z-index: 2;
}
.main-Contact {
  width: 100%;
  height: auto;
  padding: 24px;
  background: linear-gradient(
    45deg,
    #0810174d 30%,
    #081017bd 74%,
    #081017d1 82%,
    #081017dd 86%,
    #08101700 100%
  );
  backdrop-filter: blur(32px);
  box-shadow: 0 2px 10px 2px #2235447a;
  border-radius: 12px;
}
.main-Contact h3 {
  font-size: 28px;
  margin-bottom: 40px;
  color: #fff;
}
.CfotmInp .ininput {
  padding: 10px 20px;
  border: 1px solid #e1e1e140;
  border-radius: 8px;
  background: #6b6b6bd9;
  color: #fff;
}
.CfotmInp .ininput:focus {
  outline: 0;
  border-radius: 0;
}
.CfotmInp .ininput::placeholder {
  color: #b2b2b2;
}
.primofooter {
  width: 100%;
  height: 100%;
  padding: 40px 0;
  background: var(--secondary-color);
}
.primofooter-left-content p {
  font-size: 16px;
  color: var(--white-color);
}
.primofooter-last-content .primofooter-social-icons {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  gap: 10px;
}
.primofooter-last-content .primofooter-social-icons .primofooter-icon {
  background: var(--primary-color);
  padding: 10px 20px;
  color: var(--secondary-color);
  transition: 0.3s ease-in-out;
}
.primofooter-last-content .primofooter-social-icons .primofooter-icon:hover {
  background: var(--white-color);
  color: var(--primary-color);
}
.primofooter-center-content h2,
.primofooter-last-content h2 {
  color: var(--primary-color);
  height: 60px;
  font-size: 22px;
  position: relative;
  overflow: hidden;
}
.primofooter-center-content h2::before,
.primofooter-last-content h2::before,
.primofooter-right-content h2::before {
  content: "";
  position: absolute;
  top: 50px;
  left: 5px;
  background: var(--white-color);
  width: 15%;
  height: 3px;
}
.primofooter-right-content h2 {
  color: var(--primary-color);
  height: 60px;
  position: relative;
  overflow: hidden;
  font-size: 22px;
}
.primofooter-right-content .primofooter-getin_touch {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: flex-start;
  margin-top: 20px;
}
.primofooter-getin_touch a > i,
.primofooter-getin_touch p > i,
.primofooter-ul .primofooter-li a > i {
  margin-right: 10px;
}
.primofooter-getin_touch a:hover {
  color: var(--primary-color);
}
.primofooter-ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  padding: 6px;
  margin-top: 20px;
}
.primofooter-ul .primofooter-li a {
  color: var(--white-color);
  transform: translateX(0);
  transition: 0.3s ease-in-out;
}
.primofooter-ul .primofooter-li:hover a {
  transform: translateX(10px);
}
.primofooter-bootom-section {
  width: 100%;
  background: var(--primary-color);
  padding: 20px;
  text-align: center;
  color: var(--white-color);
}
.bottom-footer-content,
.innerpgeserv-result .innerpgeserv-number-box ul,
.innerpgeserv-result .innerpgeserv-upper-list li,
.primofooter-bottom-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.booking-engine .lf-absolute.lf-inset-0,
.booking-engine .lf-col-span-1 i,
.booking-engine .lf-col-span-7,
.four_0_four a:hover i,
.primofooter-bottom-content a.deve,
.primosec_btm_reloble .primosec_btm_reloble-card:hover h3,
.thanku a.backhme:hover i {
  color: #fff;
}
.primofooter-bottom-content .primofooter-terms-ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.innerpgeserv-result .innerpgeserv-upper-list li .innerpgeserv-text-box,
.primofooter-bottom-content .primofooter-terms-ul li {
  padding: 0 10px;
}
.primofooter-bottom-content .primofooter-terms-ul li a {
  color: #000;
  font-weight: 600;
}
.sec-privacy {
  padding: 50px 0 60px;
}
.sec-privacy .content-box h2 {
  text-transform: capitalize;
  position: relative;
  line-height: 27px;
  color: #000;
  font-weight: 700;
  font-size: 25px;
  padding: 10px 0;
  margin: 0;
}
.sec-privacy .content-box h3 {
  text-transform: capitalize;
  position: relative;
  padding-bottom: 0;
  color: #b58c6a;
  font-weight: 700;
  font-size: 18px;
  margin: 15px 0 0;
}
.sec-privacy .content-box p {
  padding: 3px 0;
}
.sec-privacy .content-box ul {
  padding-left: 30px;
  padding-bottom: 10px;
  list-style: none;
}
.sec-privacy .content-box ul li {
  padding: 3px 0;
  font-size: 16px;
}
.sec-privacy .content-box ul li i {
  color: #b58c6a;
  font-size: 16px;
  padding-right: 7px;
}
.sec-privacy .content-box .para {
  color: #000;
  padding: 5px 0;
  font-weight: 600;
  margin: 0;
}
.sec-privacy .content-box h6 a {
  font-size: 16px;
  color: #0089bf;
  text-decoration: underline;
}
.sec-privacy .content-box h6 span {
  font-weight: 700;
  font-size: 15px;
  color: #000;
  padding-right: 5px;
}
.innerpgeserv,
.innerpgeserv-result,
.primosec_btm_reloble {
  padding: 60px 0;
}
.primosec_btm_reloble .primosec_btm_reloble-card {
  text-align: center;
  box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
  border: 2px solid #b58d6a;
  padding: 40px 0;
  transition: 0.5s;
  height: 100%;
}
.booking-engine .hover\:lf-bg-gray-200:hover,
.primosec_btm_reloble .primosec_btm_reloble-card:hover {
  background-color: #b58c6a;
}
.primosec_btm_reloble .primosec_btm_reloble-card .primosec_btm_reloble-icon {
  width: 70px;
  height: 70px;
  background-color: #b58d6a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  transition: 0.5s;
}
.primosec_btm_reloble
  .primosec_btm_reloble-card:hover
  .primosec_btm_reloble-icon {
  background-color: #000;
}
.primosec_btm_reloble .primosec_btm_reloble-card .primosec_btm_reloble-icon i {
  font-size: 25px;
  color: #fff;
}
.primosec_btm_reloble .primosec_btm_reloble-card h3 {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  transition: 0.5s;
}
.app_sect-sec-app {
  padding: 80px 0;
  background-color: #e3e3e3;
  position: relative;
}
.app_sect-sec-app .app_sect-img-box::after {
  position: absolute;
  content: "";
  width: 500px;
  aspect-ratio: 1;
  background: #d9d9d9;
  border-radius: 50%;
  top: -50px;
  left: -80px;
}
.app_sect-sec-app .app_sect-img-box img {
  height: 400px;
  z-index: 2;
  position: relative;
}
.app_sect-sec-app .app_sect-text-box h2 {
  color: #000;
  font-size: 36px;
  letter-spacing: 0;
  line-height: 49px;
  margin: 15px 0;
  font-weight: 600;
  width: 95%;
}
.app_sect-sec-app .app_sect-text-box h3 {
  color: #b58c6a;
  font-size: 16px;
  margin: 15px 0 0;
  line-height: 20px;
}
.app_sect-sec-app .app_sect-text-box .download_p {
  border-bottom: 1px solid #c3c3c3;
}
.app_sect-sec-app .app_sect-text-box h4,
.app_sect-sec-app .app_sect-text-box p {
  color: #000;
  font-size: 16px;
  letter-spacing: 0.15px;
  line-height: 30px;
  margin-bottom: 0;
  border-bottom: 1px solid #c3c3c3;
  padding-bottom: 10px;
}
.app_sect-sec-app .app_sect-text-box .app_sect-app-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 10px 0;
}
.app_sect-sec-app .app_sect-text-box ul.list li {
  color: #717171;
  margin-top: 10px;
  display: flex;
  align-items: center;
}
.app_sect-sec-app .app_sect-text-box ul.list li i {
  color: #b58c6a;
  font-size: 22px;
  margin-right: 10px;
  display: inline-block;
}
.app_sect-sec-app .app_sect-text-box .app_sect-app-list li {
  color: #fff;
  width: 40%;
  background-color: #b58c6a;
  margin: 8px 10px 0 0;
  padding: 13px 15px;
  text-align: center;
  font-weight: 600;
}
.app_sect-sec-app .app_sect-text-box .app_sect-app-list li i {
  padding-right: 5px;
  font-size: 18px;
}
.app_sect-sec-app .app_sect-text-box .app_sect-btn-list {
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 70%;
}
.app_sect-sec-app .app_sect-text-box .app_sect-btn-list li {
  width: 40%;
  padding: 10px 15px 0 0;
}
.app_sect-sec-app .video-section .video-wrapper {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.video-section .video-wrapper {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
.video-section .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #b58c6a;
  border-radius: 50%;
  font-size: 25px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(45deg, #000, #69676700);
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  z-index: 2;
}
.Passenger-Information,
.lower-images .img-box,
.right-card,
.update-fleet-box {
  box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
}
.video-section .play-btn::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  animation: 1.5s infinite pulse-ring;
  z-index: -1;
}
@keyframes pulse-ring {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }
  100% {
    transform: scale(1.8);
    opacity: 0;
  }
}
.video-section .play-btn i {
  transition: transform 0.3s;
  font-size: 20px;
}
.video-section .play-btn:hover {
  transform: translate(-50%, -50%) scale(1.1);
  box-shadow: 0 6px 30px rgba(255, 255, 255, 0.4);
  background: linear-gradient(135deg, #000, #f0f0f0);
}
.video-section .play-btn:hover i {
  transform: scale(0.95);
}
#videoModal .video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
#videoModal .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.airport-logos {
  background-color: #b58c6a5e;
  padding: 20px 0;
}
.airport-logos .container,
.scroll-wrapper {
  overflow: hidden;
  position: relative;
}
.airport-logos .airport_container {
  display: flex;
  gap: 20px;
  animation: 40s linear infinite scroll-logos;
  width: max-content;
}
@keyframes scroll-logos {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.airport-logos .airport_img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.airport-logos .airport_img .airport-logo {
  max-width: 80%;
  transition: transform 0.3s, opacity 0.3s;
}
.airport-logos .airport_img .airport-logo:hover {
  transform: scale(1.02);
  opacity: 1;
}
.why-choose-us {
  padding: 100px 0;
  background: linear-gradient(to left, #00000057, #0000005e) center/cover,
    url(../images/why-choose-us-bg.webp) center/cover;
}
.why-choose-us h2 {
  font-size: 36px;
  font-weight: 600;
  color: #fff;
}
.why-choose-us .feature-box {
  background: #00000066;
  color: #fff;
  padding: 10px 15px;
  backdrop-filter: blur(5px);
  border-radius: 8px;
  margin-top: 20px;
}
.booking-engine .bullet-points,
.why-choose-us .feature-box .icon {
  display: flex;
  align-items: center;
}
.why-choose-us .feature-box .icon i {
  min-width: 70px;
  height: 70px;
  border-radius: 4px;
  background: #b4b4b43c;
  backdrop-filter: blur(3px);
  text-align: center;
  line-height: 70px;
  font-size: 20px;
  margin-right: 10px;
}
.why-choose-us .feature-box .icon span {
  font-size: 12px;
  font-weight: 400;
}
.lower-images .img-box img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 7px;
}
.innerpgeserv .innerpgeserv-content-box h2 {
  font-size: 40px;
  font-weight: 600;
  color: var(--primary-color);
  padding: 7px 0;
  margin-bottom: 10px;
}
.innerpgeserv .innerpgeserv-content-box h3,
.innerpgeserv .innerpgeserv-content-box h4 {
  font-weight: 600;
  color: #000;
  font-size: 22px;
}
.innerpgeserv .innerpgeserv-content-box .innerpgeserv-para,
.update-fleet-box .fleet-detail .passenger-list-2 {
  padding: 10px 0;
}
.innerpgeserv .innerpgeserv-img-box img {
  border-radius: 10px;
  box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
}
.innerpgeserv-faqs {
  padding: 50px 0 60px;
  background-color: #f5f5f5;
}
.innerpgeserv-faqs .innerpgeserv-title {
  text-align: center;
  padding-bottom: 30px;
}
.innerpgeserv-faqs .innerpgeserv-title h2 {
  font-size: 30px;
  font-weight: 700;
  color: #000;
  letter-spacing: 0;
  text-transform: uppercase;
}
.innerpgeserv-faqs .innerpgeserv-faqs-box .innerpgeserv-heading-button {
  font-size: 18px;
  font-weight: 600 !important;
  color: #fff !important;
  padding: 14px 20px 14px 15px;
  position: relative;
  border-bottom: 1px solid #ccc;
  width: 100%;
  margin: 5px 0 0;
  background: linear-gradient(
    180deg,
    rgb(239 177 125) 0,
    rgb(181 140 106) 100%
  );
}
.innerpgeserv-faqs .innerpgeserv-faqs-box .innerpgeserv-heading-button::before {
  content: "\f107";
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  font-size: 20px;
  right: 3%;
  top: 50%;
  transform: translateY(-50%);
}
.innerpgeserv-faqs
  .innerpgeserv-faqs-box
  .innerpgeserv-heading-button:not(.collapsed)::before {
  content: "\f106";
}
.innerpgeserv-faqs .innerpgeserv-faqs-box .innerpgeserv-drop-box {
  padding: 10px 20px;
  background-color: #fff;
}
.innerpgeserv-faqs
  .innerpgeserv-faqs-box
  .innerpgeserv-drop-box
  .innerpgeserv-para {
  padding: 5px 0;
  font-size: 15px;
}
.innerpgeserv-result .innerpgeserv-upper-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7px 16px;
  background: #ebebeb;
}
.innerpgeserv-result
  .innerpgeserv-upper-list
  li
  .innerpgeserv-icon-box
  .innerpgeserv-img-icon {
  width: 60px;
  height: 100%;
  object-fit: contain;
}
.innerpgeserv-result .innerpgeserv-upper-list li .innerpgeserv-text-box h6 {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}
.innerpgeserv-result .innerpgeserv-upper-list li .innerpgeserv-text-box p,
.update-fleet-box .private-text {
  font-size: 14px;
}
.innerpgeserv-result .innerpgeserv-number-box {
  padding: 30px 40px;
}
.innerpgeserv-result .innerpgeserv-number-box ul li {
  width: 24%;
  position: relative;
}
.innerpgeserv-result
  .innerpgeserv-number-box
  ul
  li
  .innerpgeserv-num-circle
  h6 {
  background-color: #ebebeb;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 20px;
  margin: 0 auto;
  color: #000;
  font-weight: 600;
}
.innerpgeserv-result .innerpgeserv-number-box ul li .innerpgeserv-num-circle p {
  font-size: 14px;
  margin-top: 15px;
  text-transform: uppercase;
  color: #000;
}
.innerpgeserv-result .innerpgeserv-completed {
  background-color: #000 !important;
  color: #fff !important;
}
.innerpgeserv-result .innerpgeserv-for-line::before {
  content: "";
  background-color: #b48c69;
  position: absolute;
  width: 67%;
  height: 4px;
  top: 30%;
  border-radius: 10px;
  left: 70%;
}
.innerpgeserv-result .innerpgeserv-cancellation-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 20px;
  background-color: #000000bd;
}
.feature-item,
.icon-wrapper,
.newheader-main-menu.v3header,
.right-card .top-heading,
.update-fleet-box .fleet-detail .passenger-list,
.update-fleet-box .star-list {
  align-items: center;
  display: flex;
}
.innerpgeserv-result .innerpgeserv-cancellation-box .innerpgeserv-img-box {
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
}
.innerpgeserv-result
  .innerpgeserv-cancellation-box
  .innerpgeserv-img-box
  .innerpgeserv-shield-img {
  width: 50px;
}
.Passenger-Information .input-box-extra label,
.innerpgeserv-result .innerpgeserv-cancellation-box .innerpgeserv-text-box {
  padding-left: 10px;
}
.innerpgeserv-result .innerpgeserv-cancellation-box .innerpgeserv-text-box p {
  line-height: 23px;
  color: #fff;
  font-size: 18px;
}
.update-fleet-box {
  background: #ebebeb;
  margin: 20px 0;
  padding: 20px;
}
.update-fleet-box .img-box img {
  width: 100%;
  height: 120px;
  object-fit: contain;
}
.update-fleet-box .car-text {
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  padding-bottom: 10px;
  font-weight: 700;
}
.update-fleet-box .star-list {
  justify-content: flex-start;
  padding: 7px 0 0;
}
.update-fleet-box .star-list li {
  padding: 0 1px;
}
.update-fleet-box .star-list li i {
  color: #b48c69;
  background-color: #000;
  padding: 5px;
  border-radius: 5px;
  font-size: 13px;
}
.update-fleet-box .fleet-detail {
  padding: 0 13px;
  border-right: 1px solid #b48c69;
  border-left: 1px solid #b48c69;
}
.Passenger-Information h3,
.update-fleet-box .fleet-detail h4 {
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 5px;
  color: #000;
}
.update-fleet-box .fleet-detail .passenger-list li {
  font-size: 13px;
  padding: 0 8px 0 0;
  font-weight: 600;
}
.update-fleet-box .fleet-detail .passenger-list li i {
  font-size: 16px;
}
.update-fleet-box .fleet-detail .passenger-list-2 li {
  padding: 3px 10px;
  border: 1px solid #222;
  margin: 3px 0;
  border-radius: 6px;
  font-size: 12px;
  background-color: #222;
  width: fit-content;
  color: #fff;
}
.update-fleet-box .fleet-detail .passenger-list-2 li i {
  font-size: 16px;
  padding-right: 5px;
}
.update-fleet-box .fleet-detail .info-btn {
  color: #f9b442;
  text-decoration: underline;
  font-weight: 500;
}
.booking-engine .bullet-points span,
.update-fleet-box .rate-box {
  margin-top: 0;
}
.update-fleet-box .rate-box h6 {
  font-size: 15px;
  margin-top: 4px;
}
.update-fleet-box .rate-box .prize-box {
  text-align: center;
  padding: 4px 0;
  font-size: 20px;
  line-height: 29px;
  color: #000;
  font-weight: 600;
}
.update-fleet-box .rate-box .done-btn {
  padding: 0;
  border-radius: 5px;
  text-align: center;
  color: #000;
  font-weight: 600;
}
.right-card {
  background-color: #ebebeb;
  padding: 20px;
  margin-top: 15px;
}
.right-card .top-heading {
  padding: 10px 0 15px;
}
.right-card .top-heading i {
  font-size: 24px;
  padding-right: 10px;
  color: #000;
}
.right-card .top-heading h5 {
  font-size: 22px;
  color: #000;
}
.right-card .distance-box {
  padding: 20px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.booking-engine
  .lf-flex.lf-justify-end.lf-items-center.gap-x-3.lf-text-\[\-\-primary-color\].lf-capitalize.lf-font-semibold.lf-pr-2.ng-star-inserted
  button,
.booking-engine .lf-gap-x-3.lf-grid.lf-grid-cols-1.sm\:lf-grid-cols-2 i,
.booking-engine i.fa-arrows-rotate,
.right-card .distance-box h6 {
  color: #000;
}
.right-card .cal-mile,
.right-card .distance-box ul {
  padding: 10px 0 0;
}
.right-card .distance-box ul li,
.right-card .distance-box-2 ul li {
  font-size: 14px;
  padding: 5px 0;
  color: #000;
}
.right-card .distance-box ul li i {
  font-size: 16px;
  color: #000;
  padding-right: 5px;
}
.right-card .cal-mile li {
  font-size: 16px;
  padding: 5px 0;
  color: #000;
}
.right-card .cal-mile li i {
  padding-right: 5px;
  color: #000;
}
.right-card .distance-box-2 ul li i {
  font-size: 15px;
  color: #000;
  padding-right: 3px;
}
.ui-menu {
  height: 250px !important;
  overflow-y: scroll;
}
.Passenger-Information {
  background: #ebebeb;
  padding: 20px;
}
.Passenger-Information .input-box label {
  text-align: center;
  padding: 4px 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  color: #000;
  margin: 0;
}
.Passenger-Information .input-box .b-field {
  width: 100%;
  border: 1px solid #ccc !important;
  padding: 8px 10px;
}
.Passenger-Information .input-box p {
  font-size: 13px;
  padding: 4px 0;
}
.Passenger-Information .input-box-extra {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.Passenger-Information .input-box-extra input {
  margin: 0 !important;
}
.ui-dialog .ui-dialog-content {
  overflow-y: hidden !important;
}
.ui-dialog .ui-dialog-buttonpane button {
  background: #000 !important;
  padding: 7px 10px !important;
  text-align: center !important;
  color: #fff !important;
  border-radius: 7px !important;
}
.ui-menu .ui-menu-item {
  width: 350px !important;
}
.btnbooknow {
  width: 100%;
  float: left;
  font-size: 19px;
  font-weight: 700;
  color: #fff !important;
  padding: 8px 30px;
  background: #b48c69;
  border: 1px solid #b48c69;
  transition: 0.5s;
}
#book-h2,
.payment {
  color: #000;
  font-weight: 400;
}
.back {
  float: left;
  width: 25%;
}
#book-h1,
#contentBook,
.payment {
  width: 100%;
  float: left;
}
.accept {
  margin: 0 5px 5px 37%;
}
.accept1,
.accept2 {
  float: left;
  margin: 0 5px 0 0;
}
.payment {
  font-size: 11px;
  background-color: #f7f7f7;
  border: 1px solid #ccc;
  padding: 1% 2%;
}
.payment img {
  display: block;
  text-align: center;
  margin: 0 auto;
}
.payment-h1 {
  float: left;
  width: 20%;
  font-size: 18px;
  font-weight: 400;
  margin-top: 15px;
  margin-left: 20px;
}
.BookBackBtn,
.confirmbtn {
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}
.payment-img {
  float: left;
}
#contentBook {
  margin-top: 30px;
}
#book-left,
#book-right {
  float: left;
  width: 50%;
}
#book-h1 {
  font-weight: 400;
  color: #fff;
  font-size: 20px;
  background: #000;
  text-align: center;
  padding: 5px 0;
}
#book-h2 {
  float: left;
  width: 520px;
  font-size: 18px;
  background-color: #1a1a1a;
  text-align: center;
  background-image: url(../images/heading-bg.html);
  background-repeat: no-repeat;
  background-position: left top;
  margin-bottom: 3%;
}
.next {
  float: right;
  width: 25%;
}
.BookBackBtn {
  float: right;
  padding: 6px 30px;
  font-weight: 400;
  background: #222;
  border-radius: 3px;
  border: 0;
}
.confirmbtn {
  background: #090807;
  border: 1px solid #090807;
  -webkit-box-shadow: 0 1px 1px #000, inset 0 1px 0 #666;
  -moz-box-shadow: 0 1px 1px #000, inset 0 1px 0 #666;
  box-shadow: 0 1px 1px #000, inset 0 1px 0 #666;
  padding: 8px 25px;
  margin: 2% 0 0;
  display: inline-block;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 130px;
  box-shadow: none;
}
.four_0_four a,
.four_0_four a:hover {
  box-shadow: -3px 4px 3.1px 0 rgba(205, 180, 87, 0.25);
}
.cuscol,
.fleet-card {
  margin-bottom: 30px;
}
.four_0_four {
  padding-bottom: 40px;
}
.four_0_four img.thnkimg {
  margin: 0 auto;
  display: block;
  width: 70%;
}
.four_0_four h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  text-align: center;
  color: #263238;
  padding-bottom: 12px;
}
.four_0_four a {
  font-weight: 600;
  text-transform: uppercase;
  font-family: Playfair, 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: 0.5s;
  color: #000;
  text-align: center;
  font-size: 13px;
  margin: 0 auto;
  display: table;
}
.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;
}
.thanku {
  padding: 50px 0;
}
.thanku img.thnk {
  width: 50%;
  margin: auto;
  display: block;
}
.thanku a.backhme {
  border: none;
  padding: 10px 40px;
  background: linear-gradient(-45deg, #b58c6a, #ffddc2, #000, #7c7c7c);
  background-size: 300% 300%;
  color: var(--white-color);
  font-weight: 500;
  transition: 0.3s;
  margin: 0 auto;
  display: table;
}
.newheader-main-menu.v3header .newheader-menu-list {
  justify-content: flex-end;
}
.newv3banner {
  padding: 200px 0;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.newv3banner::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
.newv3banner .bannercap {
  top: 0;
  transform: none;
  position: relative;
  gap: 0;
}
.flip-card {
  background-color: transparent;
  width: 100%;
  max-width: 100%;
  height: 500px;
  perspective: 1000px;
}
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
.flip-card-back,
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}
.flip-card-back,
.flip-card-front {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
.flip-card-front {
  background-color: #fff;
}
.flip-card-front img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.service-header {
  padding: 20px;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  bottom: 0;
  width: 100%;
}
.service-header h5 {
  color: #000;
  font-size: 21px;
  font-weight: 600;
}
.flip-card-back {
  background: linear-gradient(135deg, #b58c6a 0, #a7876c 100%);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
}
.flip-card-back h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;
}
.flip-card-back p {
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 15px;
}
.readmore_servbtn {
  margin-top: 20px;
  background: #000;
  border: none;
  padding: 10px 30px;
  font-weight: 600;
  transition: 0.3s;
  color: #fff;
}
.readmore_servbtn:hover {
  background: #fff;
  color: #000;
  transform: translateY(-2px);
}
.fleet-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: 0.4s;
  opacity: 0;
  transform: translateY(30px);
  animation: 0.6s forwards fadeInUp;
  height: 100%;
}
.feature-card:first-child,
.fleet-card:first-child {
  animation-delay: 0.1s;
}
.feature-card:nth-child(2),
.fleet-card:nth-child(2) {
  animation-delay: 0.2s;
}
.feature-card:nth-child(3),
.fleet-card:nth-child(3) {
  animation-delay: 0.3s;
}
.feature-card:nth-child(4),
.fleet-card:nth-child(4) {
  animation-delay: 0.4s;
}
.feature-card:nth-child(5),
.fleet-card:nth-child(5) {
  animation-delay: 0.5s;
}
.feature-card:nth-child(6),
.fleet-card:nth-child(6) {
  animation-delay: 0.6s;
}
.feature-card:nth-child(7),
.fleet-card:nth-child(7) {
  animation-delay: 0.7s;
}
@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fleet-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
.car-image {
  padding: 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.car-features,
.car-name {
  padding: 15px;
  border-bottom: 1px solid #e0e0e0;
}
.car-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.4),
    transparent
  );
  transition: left 0.5s;
}
.fleet-card:hover .car-image::before {
  left: 100%;
}
.car-image img {
  width: 100%;
  height: 220px;
  transition: transform 0.4s;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.car-name {
  background: #fff;
  text-align: center;
}
.car-name h3 {
  font-size: 22px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0;
}
.car-features {
  display: flex;
  justify-content: space-around;
  background: #fafafa;
}
.feature-item {
  gap: 8px;
  color: #555;
  font-size: 14px;
}
.feature-item i {
  color: #b58c6a;
  font-size: 16px;
}
.car-description {
  padding: 20px;
  color: #666;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
  min-height: 100px;
}
.redmoreflt {
  background: linear-gradient(135deg, #b18d6c 0, #000 100%);
  color: #fff;
  border: none;
  padding: 12px 40px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  width: calc(100% - 40px);
  margin: 0 20px 20px;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.redmoreflt:hover {
  background: linear-gradient(135deg, #000 0, #b18d6c 100%);
  transform: translateY(-2px);
  color: #fff;
}
.badge-luxury {
  position: absolute;
  top: 15px;
  right: 15px;
  background: rgba(212, 175, 55, 0.9);
  color: #fff;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  z-index: 10;
}
.features-section {
  padding: 70px 0;
}
.feature-card {
  background: #fff;
  border-radius: 20px;
  padding: 40px 30px;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  opacity: 0;
  transform: translateY(50px);
  animation: 0.6s forwards slideUp;
  height: 100%;
}
.feature-card:nth-child(8) {
  animation-delay: 0.8s;
}
@keyframes slideUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.feature-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    135deg,
    rgba(212, 175, 55, 0.1) 0,
    rgba(212, 175, 55, 0.05) 100%
  );
  opacity: 0;
  transition: opacity 0.4s;
}
.feature-card:hover::before {
  opacity: 1;
}
.feature-card:hover {
  transform: translateY(-15px) scale(1.03);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}
.icon-wrapper {
  width: 100px;
  height: 100px;
  margin: 0 auto 25px;
  background: linear-gradient(135deg, #b18d6c 0, #b58c6a 100%);
  border-radius: 50%;
  justify-content: center;
  position: relative;
  transition: 0.4s;
  box-shadow: 0 8px 20px rgba(184, 149, 106, 0.3);
}
.feature-card:hover .icon-wrapper {
  transform: rotateY(360deg) scale(1.1);
  box-shadow: 0 12px 30px rgba(184, 149, 106, 0.5);
}
.icon-wrapper i {
  font-size: 40px;
  color: #fff;
}
.icon-wrapper::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  border: 2px solid rgba(212, 175, 55, 0.3);
  border-radius: 50%;
  animation: 2s ease-in-out infinite pulse;
}
@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.2);
    opacity: 0;
  }
}
.feature-card h3 {
  font-size: 24px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
}
.feature-card p {
  font-size: 15px;
  color: #666;
  line-height: 1.6;
  position: relative;
  z-index: 1;
  margin: 0;
}
.feature-number {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 35px;
  height: 35px;
  background: linear-gradient(135deg, #b8956a 0, #b58c6a 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #fff;
  font-size: 16px;
  opacity: 0;
  transform: scale(0);
  transition: 0.4s;
}
.feature-card:hover .feature-number {
  opacity: 1;
  transform: scale(1);
}
.whatsapp-container {
  background-color: #b58c6a;
  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: 1400px) {
  .service_single_section.car_section {
    overflow-x: hidden;
    padding: 0 10px;
  }
  .service_single_section.car_section .fleet_container .car_card {
    width: 25%;
    margin-top: 20px;
  }
}
@media (max-width: 1200px) {
  .app_sect-sec-app .app_sect-img-box::after {
    top: 0;
    left: -80px;
    width: 410px;
  }
}
@media (max-width: 768px) {
  .section-header h2 {
    font-size: 36px;
  }
  .features-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .feature-card {
    padding: 30px 20px;
  }
  .flip-card {
    height: 450px;
  }
  .service_single_section.car_section .fleet_container .car_card {
    width: 32%;
    margin-top: 20px;
  }
  .app_sect-sec-app .app_sect-img-box::after {
    width: 350px;
    left: -15px;
  }
}
@media (max-width: 600px) {
  .service_single_section.car_section .fleet_container .car_card {
    width: 48%;
    margin-top: 20px;
  }
  .service_single_section.car_section .fleet_container .car_card h3 {
    font-size: 14px !important;
  }
  .app_sect-sec-app .app_sect-img-box::after {
    width: 350px;
    left: 0;
  }
  .app_sect-sec-app .app_sect-img-box img {
    margin: 0 auto;
    display: flex;
  }
  .app_sect-sec-app .app_sect-text-box .app_sect-btn-list li {
    width: 100%;
    padding: 0;
  }
  .commonBanner .container h1 {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .flip-card-back,
  .flip-card:hover .flip-card-inner {
    transform: rotateY(0);
  }
  .features-section {
    padding: 30px 0;
  }
  .flip-card-front {
    display: none;
  }
  .flip-card-back {
    background: linear-gradient(135deg, #b58c6a 0, #a7876c 100%);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px;
    backface-visibility: visible;
    position: relative;
  }
  .flip-card {
    height: 100%;
    perspective: none;
  }
  .flip-card-back h3 {
    font-size: 20px !important;
  }
  .blog_section .ride-card {
    flex-wrap: wrap;
  }
}
.booking-engine .lf-z-\[9999999\] {
  z-index: 12;
}
.booking-engine .lf-py-3 {
  padding-top: 0;
  padding-bottom: 0;
}
.booking-engine input[type="tel"] {
  border: none;
  box-shadow: none;
}
.booking-engine button.lf-pl-2\.5 {
  padding: 0 0 0 10.5px;
}
.booking-engine button.lf-w-7.lf-h-7 {
  border-radius: 20px;
  background-color: #b58c6a;
  padding: 0;
}
.booking-engine .lf-justify-between button {
  padding: 2px 20px;
  background: #b58c6a;
  border-radius: 20px;
}
.booking-engine .fixbtm {
  margin: 10px auto auto;
}
.booking-engine .fixbtm button {
  padding: 12px 24px;
  border-radius: 20px;
  background: #b58c6a;
}
.booking-engine .lf-bg-gray-200 {
  background: #353535;
  color: #fff;
  margin-bottom: 0;
}
.booking-engine .lf-bg-\[\#F6F3F3\] {
  background: #353535;
}
.booking-engine .lf-dropdown {
  border-radius: 20px;
  border: 1px solid #f5f5f5;
  padding: 8px;
}
.booking-engine label {
  font-weight: 500;
}
.booking-engine .lf-grid-cols-3 > div > button {
  background: #dadada;
  border-radius: 20px 20px 0 0;
}
.booking-engine .lf-grid-cols-3 {
  column-gap: 4px;
}
.booking-engine .lf-grid-cols-3 .\!lf-border-\[--primary-color\] {
  border: none;
  border-bottom: 1px solid #ffffff4d;
  background: #b58c6a;
  color: #fff !important;
}
.booking-engine .lf-grid-cols-3 .\!lf-border-\[transparent\] {
  border: none;
  border-bottom: 1px solid #ffffff4d;
  background: 0 0;
}
.booking-engine .lf-w-8.lf-h-8.lf-rounded-full {
  background: #b58c6a;
  border-color: #b58c6a;
}
.booking-engine input[type="tel"],
.booking-engine input[type="text"] {
  padding: 12px 32px;
  border-radius: 20px;
  background: #d9d9d94d;
  color: #000 !important;
}
.booking-engine .country-name,
.booking-engine
  .lf-flex.lf-justify-between.lf-items-center.lf-h-full.lf-w-full.lf-gap-x-2,
.booking-engine p.lf-text-sm {
  color: #000 !important;
}
.booking-engine button[type="button"] {
  padding: 0;
  background: 0 0;
  font-size: 14px;
  border: none;
}
.booking-engine button[type="button"]:hover {
  background: #b58c6a;
  border: none;
}
.booking-engine .lf-text-\[--primary-color\] button:hover {
  color: #b58c6a;
  background: 0 0;
}
.booking-engine button[type="submit"] {
  padding: 12px 32px;
  border-radius: 20px;
  border: none;
  width: 100%;
  background: var(--e-global-color-secondary);
}
.booking-engine button[type="submit"]:focus,
.booking-engine button[type="submit"]:hover {
  background: #0b0b0b;
}
.booking-engine span.lf-text-black\/60 {
  opacity: 0.4;
}
.booking-engine button.lf-border-gray-400 {
  border: none;
  background: #b58c6a;
  padding: 10px 20px;
}
.booking-engine .flexcm_mbile {
  opacity: 0.8;
}
.booking-engine .lf-col-span-2 button,
.booking-engine button.cardcusbtn {
  background: #b58c6a;
  border-radius: 20px;
  padding: 12px 24px;
}
.booking-engine button.lf-text-gray-500.lf-text-2xl {
  padding: 0;
  background: 0 0;
  border: none;
  margin-bottom: 20px;
}
.booking-engine .seled_dsktp,
.booking-engine .seled_dsktp:hover {
  background: #b58c6a !important;
}
.booking-engine .seled_dsktp {
  padding: 10px 20px;
}
.booking-engine .seled_dsktp button {
  background: 0 0 !important;
}
.booking-engine .passneg_New > div {
  align-items: center;
}
.booking-engine .passneg_New label {
  vertical-align: middle;
  height: auto;
}
.booking-engine .lf-bg-gray-300,
.booking-engine .passneg_New input:checked:before {
  background: #b58c6a;
}
.booking-engine input[type="tel"] {
  background: 0 0;
  padding: 14px 8px;
  outline: 0;
}
.booking-engine .lf-border-\[\#ddd\] {
  border-radius: 20px;
  border: 1px solid #666;
  background: #d9d9d94d;
}
.booking-engine input[type="search"],
.booking-engine ul > li:hover {
  background: #000;
}
.booking-engine textarea {
  border-radius: 20px;
  border: 1px solid #666;
  background: #d9d9d94d;
  outline: 0;
}
.booking-engine button.lf-bg-\[\--primary-color\].lf-rounded-full.-lf-ml-2,
.booking-engine button.lf-bg-\[\--primary-color\].lf-rounded-full.-lf-mr-2 {
  padding: 0;
}
.booking-engine input.\!lf-w-\[45px\] {
  background: 0 0;
  border: none;
  max-width: 20px;
  padding: 2px;
  margin: 0 8px;
}
.booking-engine div.lf-bg-red-600 {
  background: #dc2626;
}
.booking-engine .flexrow img,
.booking-engine .flexrow_three img,
.booking-engine .flexrow_two img {
  filter: none;
}
.booking-engine button {
  border: none;
}
.booking-engine label.accpet_two,
.booking-engine label[for="differentAddress"] {
  height: auto;
}
.booking-engine li[_ngcontent-ng-c2705596468]:hover .country-name,
.booking-engine
  p.lf-rounded-md.lf-capitalize.lf-text-sm.lf-font-semibold.lf-flex.lf-justify-center.lf-items-center,
.lf-text-\[--primary-color\] {
  color: #fff !important;
}
.booking-engine .lf-col-span-1 i img {
  filter: invert(1) hue-rotate(220deg);
}
.booking-engine .lf-col-span-1 button {
  background: #b58c6a;
  padding: 12px;
  text-transform: capitalize;
}
.booking-engine .lf-col-span-1 button:hover {
  background: #b58c6a !important;
  color: #fff !important;
}
.booking-engine span.ng-star-inserted {
  white-space: nowrap;
}
.booking-engine h5 {
  color: #b58c6a !important;
}
.booking-engine .dotted-line-via:after,
.booking-engine .dotted-line:after {
  border-color: #fff;
}
.booking-engine .lf-border-\[--primary-color\] {
  border-color: #b58c6a;
}
.booking-engine .fa-trash {
  padding: 26px 0 0;
}
.booking-engine .lf-gap-x-3.lf-grid {
  align-items: end;
}
.booking-engine .lf-duration-picker,
.booking-engine .lf-time-picker {
  background: #fff;
}
@media only screen and (min-width: 600px) {
  .booking-engine .perks_benfit_desktop:last-child {
    background: #656565;
  }
}
