.quick-services-card h4 {
  font-size: 22px;
}
body {
  scroll-behavior: smooth;
}
.qs-item i,
.trust-pill i {
  color: #ff7a00;
}
h1,
h2,
h3,
h4 {
  color: #003030 !important;
}
.qs-grid {
  grid-template-columns: 1fr 1fr;
}
body,
p {
  line-height: 1.7em;
}
#ball,
#magic-cursor {
  pointer-events: none;
}
#ball,
#loading-icon {
  transform: translate(-50%, -50%);
}
a,
a:focus,
a:hover {
  text-decoration: none;
}
.perfect-fleet-pricing h2,
.rent-details-content h3,
body {
  font-family: var(--default-font);
}
.pricing-item.highlighted-box
  .pricing-item-btn
  .btn-default.btn-highlighted::before,
.service-catagery-list ul li a::after {
  background-image: url("../images/arrow-orange.svg");
}
.hero-light {
  background: radial-gradient(circle at top left, #fff3e6, transparent 55%),
    linear-gradient(135deg, #fff, #f6fbf6);
}
.hero-pill {
  display: inline-block;
  border: 1px solid #eee;
}
.btn-primary {
  background: linear-gradient(135deg, #ff7a00, #ffb347);
  color: #111;
  padding: 14px 30px;
  border-radius: 40px;
  font-weight: 600;
}
.btn-secondary {
  background: #fff;
  border: 1px solid #ddd;
  padding: 14px 26px;
  border-radius: 40px;
  font-weight: 500;
  color: #111;
}
.hero-trust {
  display: flex;
  gap: 20px;
  margin-top: 34px;
  flex-wrap: wrap;
}
.trust-pill {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #333;
}
.quick-services-card {
  box-shadow: 0 40px 90px rgba(0, 0, 0, 0.12);
}
.qs-sub {
  color: #555;
  margin-bottom: 22px;
}
.qs-grid {
  display: grid;
  gap: 18px;
}
.qs-item i {
  margin-bottom: 10px;
}
.qs-item h5 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 4px;
}
.qs-item span {
  font-size: 13px;
  color: #666;
}
.footer-copyright .footer-social-links ul li a i,
.hero-actions span,
body {
  font-size: 16px;
}
.qs-actions {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: center;
}
.hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 28px;
}
.btn-hero-primary,
.btn-hero-secondary {
  align-items: center;
  color: #111;
  gap: 10px;
  transition: 0.3s;
  display: inline-flex;
}
.btn-hero-primary {
  padding: 14px 26px;
  background: linear-gradient(135deg, #ff7a00, #ffb347);
  font-weight: 600;
  border-radius: 999px;
  box-shadow: 0 12px 28px rgba(255, 122, 0, 0.35);
}
.btn-hero-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(255, 122, 0, 0.45);
}
.btn-hero-secondary {
  padding: 14px 24px;
  border: 1.5px solid #e5e7eb;
  font-weight: 500;
  border-radius: 999px;
  background: #fff;
}
.btn-hero-secondary:hover {
  background: #f9fafb;
  border-color: #ff7a00;
  color: #ff7a00;
}
body {
  padding-top: 50px;
  background: #fff;
  color: #334155;
  font-weight: 400;
  background-color: var(--white-color);
  color: var(--text-color);
}
.fleets-amenities-list ul li,
.fleets-information-list ul li,
.fleets-single-sidebar-list ul li,
.team-member-specialty ul li span,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--accent-font);
}
header.main-header {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(18px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}
.header-sticky,
.header-sticky.hide {
  transform: none !important;
}
.navbar .nav-link {
  color:#003030 !important;
  font-weight: 500;
  margin: 0 6px;
}
.navbar .nav-link:hover {
  color: #ff8a00 !important;
}
.header-btn .btn-highlighted {
  background: linear-gradient(135deg, #ff7a00, #ffb347);
  color: #fff;
  border-radius: 40px;
}
.hero,
.hero-section,
.hero-slider-layout {
  background: 0 0 !important;
  padding: 0 !important;
}
.hero-dark {
  padding: 120px 0 140px;
  background: radial-gradient(
      circle at top left,
      rgba(255, 138, 0, 0.12),
      transparent 55%
    ),
    radial-gradient(
      circle at bottom right,
      rgba(126, 217, 87, 0.12),
      transparent 55%
    ),
    #fff;
}
.hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  color: #0f172a;
  padding: 10px 18px;
  border-radius: 30px;
  font-size: 14px;
  margin-bottom: 22px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
}
.hero-pill::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #ff7a00;
  border-radius: 50%;
}
.hero-title {
  font-weight: 800;
}
.hero-desc {
  color: #475569;
  max-width: 600px;
  margin: 22px 0 34px;
}
.hero-actions {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}
.quick-services-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 26px;
  padding: 32px;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.12);
}
.btn-default,
.qs-item {
  border: 1px solid #e2e8f0;
}
.quick-services-card h4 {
  color: #0f172a;
  margin-bottom: 8px;
  font-weight: 700;
}
.quick-services-card::after {
  content: "Fast booking for business & corporate needs";
  display: block;
  font-size: 14px;
  color: #64748b;
  margin-bottom: 22px;
}
.qs-grid {
  display: grid;
  gap: 16px;
}
.qs-item {
  padding: 16px;
  color: #0f172a;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  transition: 0.3s;
}
.qs-item:hover {
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}
.qs-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.qs-link {
  color: #2563eb;
  font-weight: 600;
}
.qs-link:hover {
  color: #1e40af;
}
.btn-default {
  background: #fff;
  color: #0f172a;
}
.btn-highlighted {
  background: linear-gradient(135deg, #ff7a00, #ffb347);
  color: #fff !important;
  border: none;
}
.presence-card,
.service-item,
.stat-box,
.why-choose-item {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 22px;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.08);
}
@media (max-width: 991px) {
  .hero-title {
    font-size: 44px;
  }
  .quick-services-card {
    margin-top: 40px;
  }
}
@media (max-width: 576px) {
  .hero-title {
    font-size: 34px;
  }
  .qs-grid {
    grid-template-columns: 1fr;
  }
}
.whatsapp-float {
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}
.whatsapp-float:hover {
  transform: scale(1.08);
  background: #1ebe5d;
  transform: translateY(-6px);
  color: #fff;
}
@media (max-width: 991px) {
  .hero-title {
    font-size: 40px;
  }
  .qs-grid {
    grid-template-columns: 1fr;
  }
}
.qs-grid,
.service-grid {
  grid-template-columns: 1fr 1fr;
}
.qs-grid {
  display: grid;
  gap: 14px;
  margin: 20px 0;
}
.qs-item {
  background: rgba(255, 255, 255, 0.06);
  border-radius: 14px;
}
.qs-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}
.hero-badge,
.presence-cities span {
  display: inline-block;
  padding: 8px 18px;
  border-radius: 30px;
}
.hero-badge {
  background: rgba(255, 255, 255, 0.15);
  font-size: 14px;
}
.hero-title {
  font-size: 52px;
  line-height: 1.2;
  color: #fff;
}
.text-orange {
  color: #ff9f1c;
}
.text-green {
  color: #7ed957;
}
.hero-stats {
  display: flex;
  gap: 15px;
  margin-top: 30px;
}
.stat-box span {
  font-size: 13px;
  color: #bbb;
}
.hero-glass-card {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(20px);
  border-radius: 24px;
  padding: 30px;
  color: #fff;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
}
.service-grid {
  display: grid;
  gap: 15px;
  margin: 25px 0;
}
.service-item {
  background: rgba(255, 255, 255, 0.1);
  font-size: 14px;
}
.hero-card-buttons {
  display: flex;
  gap: 15px;
}
.whatsapp-float {
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 58px;
  height: 58px;
  background: #25d366;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  z-index: 9999;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.35);
  transition: 0.35s;
  animation: 2.5s infinite whatsappPulse;
}
.btn-default,
.image-anime,
.reveal {
  position: relative;
}
@keyframes whatsappPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
  }
  70% {
    box-shadow: 0 0 0 18px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}
@media (max-width: 768px) {
  .presence-stats {
    display: none !important;
  }
  .floating-logo {
  position: absolute;
  left: 0;
  margin-top:0 !important;

}
  .whatsapp-float {
    right: 16px;
    bottom: 16px;
    width: 52px;
    height: 52px;
    font-size: 24px;
  }
  .hero-pill {
    display: none;
  }
}
.our-presence {
  background: #fff7f2;
}
.presence-card {
  background: #fff;
  border-radius: 24px;
  padding: 40px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  height: 100%;
}
.presence-card h4 {
  font-weight: 600;
  margin-bottom: 8px;
}
.presence-card p {
  color: #666;
  font-size: 15px;
}
.presence-cities span {
  margin: 6px;
  background: #f2f2f2;
  font-size: 14px;
  font-weight: 500;
}
.presence-stats {
  display: flex;
  gap: 20px;
  margin: 30px 0;
}
.stat-box {
  font-weight: 600;
  color: #fff;
  flex: 1;
  background: #f9f9f9;
  border-radius: 16px;
  padding: 20px;
  text-align: center;
}
.stat-box h2 {
  color: #ff9c2b;
  margin-bottom: 5px;
}
#ball,
.cta-contact-content p,
.fleets-benefits-content p,
.how-work-accordion .accordion-item .accordion-body p,
.our-faqs-accordion .accordion-item .accordion-body p,
.slicknav_menu ul ul,
.team-feedback-body p,
.team-feedback-content p,
.testimonial-content p,
.trusted-booking-content p,
.why-choose-content p,
figure {
  margin: 0;
}
:root {
  --primary-color:  #003030;
  --secondary-color: #fff8f6;
  --text-color: #616161;
  --white-color: #ffffff;
  --divider-color: #ececec;
  --dark-divider-color: #ffffff33;
  --error-color: rgb(230, 87, 87);
  --default-font: "DM Sans", sans-serif;
  --accent-font: "Epilogue", sans-serif;
}
p {
  margin-bottom: 1.6em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 700;
  line-height: 1.2em;
  color: var(--primary-color);
}
img {
  max-width: 100%;
}
a:focus,
a:hover {
  outline: 0;
}
body,
html {
  width: 100%;
  overflow-x: clip;
}
.container {
  max-width: 1300px;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl,
.mfp-container,
.row > * {
  padding-right: 15px;
  padding-left: 15px;
}
.image-anime {
  overflow: hidden;
}
.image-anime:after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}
.image-anime:hover:after {
  height: 250%;
  transition: 0.6s linear;
  background-color: transparent;
}
.reveal {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  visibility: hidden;
  overflow: hidden;
}
.btn-default,
.section-title h3 {
  display: inline-block;
  font-size: 16px;
  text-transform: capitalize;
}
.reveal img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform-origin: left;
  transform-origin: left;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > * {
  padding-right: 0;
  padding-left: 0;
}
.btn-default {
  font-weight: 700;
  line-height: 1em;
  background: linear-gradient(135deg, #ff7a00, #ffb347);
  border-radius: 100px;
  padding: 16px 25px;
  margin-right: 48px;
  border: none;
  transition: 0.5s ease-in-out;
  z-index: 1;
}
.preloader,
.section-icon-btn {
  display: flex;
  align-items: center;
}
.btn-default::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: inear-gradient(135deg, #ff7a00, #ffb347);
  background-image: url("../images/arrow-white.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 14px auto;
  transform: translate(48px, 0);
  transition: 0.4s ease-in-out;
}
.loading-container .loading,
.loading-container:hover .loading,
.section-icon-btn {
  transition: 0.5s ease-in-out;
}
.btn-default:hover::before {
  background-color: var(--primary-color);
  background-size: 14px auto;
  transform: translate(48px, 0) rotate(45deg);
}
.btn-default.btn-highlighted,
.rental-condition-accordion .accordion-header .accordion-button.collapsed {
  background-color: var(--white-color);
  color: var(--primary-color);
}
.contact-info-social ul li:hover a i,
.error-page-content-heading h2 span,
.faq-catagery-list ul li:hover a,
.footer-links ul li:hover a,
.google-map .section-title h3,
.main-menu ul li a:focus,
.main-menu ul li a:hover,
.page-header-box ol li.breadcrumb-item.active,
.post-entry a,
.pricing-item.highlighted-box .pricing-item-btn .btn-default.btn-highlighted,
.section-title h3,
.service-catagery-list ul li:hover a,
.slicknav_open > a .slicknav_arrow:after,
.team-social-icon ul li a:hover i,
.ui-datepicker .ui-icon,
.ui-datepicker-calendar tr td.ui-datepicker-today a {
  color: inear-gradient(135deg, #ff7a00, #ffb347);
}
.btn-default.btn-highlighted:before {
  background-color: var(--white-color);
  background-image: url("../images/arrow-black.svg");
}
.btn-default.btn-highlighted:hover::before,
.hero-slider-layout .hero-pagination .swiper-pagination-bullet-active,
.main-menu ul ul,
.preloader,
.section-icon-btn {
  background-color: inear-gradient(135deg, #ff7a00, #ffb347);
}
.section-icon-btn {
  border-radius: 100%;
  width: 48px;
  height: 48px;
  justify-content: center;
}
.section-icon-btn img {
  max-width: 14px;
  transition: 0.4s ease-in-out;
}
#magic-cursor {
  position: absolute;
  width: 10px !important;
  height: 10px !important;
  z-index: 1000000;
}
#ball,
.preloader {
  position: fixed;
  top: 0;
  left: 0;
}
#ball {
  display: block;
  width: 8px !important;
  height: 8px !important;
  background: inear-gradient(135deg, #ff7a00, #ffb347);
  border-radius: 50%;
  opacity: 1 !important;
}
.preloader {
  right: 0;
  bottom: 0;
  z-index: 1000;
  justify-content: center;
}
.loading,
.loading-container {
  height: 100px;
  position: relative;
  width: 100px;
  border-radius: 100%;
}
.loading-container {
  margin: 40px auto;
}
.loading {
  border: 1px solid transparent;
  border-color: transparent var(--white-color) transparent var(--white-color);
  animation: 1.5s linear infinite rotate-loading;
  transform-origin: 50% 50%;
}
#loading-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 66px;
}
@keyframes rotate-loading {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.bg-section {
  position: relative;
  width: 100%;
  max-width: 1820px;
  background: var(--secondary-color);
  border-radius: 46px;
  margin: 0 auto;
}
.page-faqs .rental-condition-accordion,
.section-row {
  margin-bottom: 60px;
}
.section-row .section-title {
  width: 100%;
  max-width: 705px;
  margin: 0 auto;
  text-align: center;
}
.section-btn {
  text-align: end;
}
.about-content-body,
.fleets-single-slider,
.section-title {
  margin-bottom: 40px;
}
.section-title h3 {
  position: relative;
  font-weight: 600;
  line-height: 1.2em;
  padding-left: 25px;
  margin-bottom: 15px;
}
.section-title h3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/icon-sub-heading.svg") left center/cover no-repeat;
  width: 18px;
  height: 18px;
}
.section-title h1 {
  font-size: 74px;
  font-weight: 700;
  margin-bottom: 0;
}
.section-title h2 {
  font-size: 44px;
  font-weight: 700;
  margin-bottom: 0;
}
.post-entry ol ol,
.post-entry ol ul,
.post-entry ul ol,
.post-entry ul ul,
.section-title p {
  margin-top: 20px;
  margin-bottom: 0;
}
.help-block.with-errors ul {
  margin: 0;
  text-align: left;
}
.help-block.with-errors ul li {
  color: var(--error-color);
  font-weight: 500;
  font-size: 14px;
}
header.main-header {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
header.main-header .header-sticky {
  position: relative;
  top: 0;
  z-index: 100;
}
header.main-header .header-sticky.hide {
  transform: translateY(-100%);
  transition: transform 0.3s ease-in-out;
  border-radius: 0;
}
header.main-header .header-sticky.active {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  border-radius: 0;
  transform: translateY(0);
  background: var(--secondary-color);
  border-bottom: 1px solid var(--dark-divider-color);
  backdrop-filter: blur(30px);
}
.navbar {
  align-items: center;
}
.navbar-brand {
  padding: 0;
  margin: 0;
}
.main-menu .nav-menu-wrapper {
  flex: 1;
  text-align: center;
}
.main-menu .nav-menu-wrapper > ul {
  align-items: center;
  display: inline-flex;
}
.main-menu ul li {
  margin: 0 5px;
  position: relative;
}
.main-menu ul li a {
  font-size: 16px;
  font-weight: 600;
  padding: 14px 15px !important;
  color: var(--primary-color);
  text-transform: capitalize;
  transition: 0.3s ease-in-out;
}
.main-menu ul li.submenu > a:after {
  content: "\f107";
  font-family: FontAwesome;
  font-weight: 900;
  font-size: 14px;
  margin-left: 8px;
}
.main-menu ul ul {
  visibility: hidden;
  opacity: 0;
  transform: scaleY(0.8);
  transform-origin: top;
  padding: 0;
  margin: 0;
  list-style: none;
  width: 220px;
  border-radius: 20px;
  position: absolute;
  left: 0;
  top: 100%;
  transition: 0.3s ease-in-out;
  text-align: left;
}
.main-menu ul li.submenu ul li.submenu > a:after {
  content: "\f105";
  float: right;
}
.main-menu ul li.submenu:first-child ul ul {
  width: 250px;
}
.main-menu ul ul ul {
  left: 100%;
  top: 0;
  text-align: left;
}
.main-menu ul ul li {
  margin: 0;
  padding: 0;
}
.main-menu ul ul li a {
  color: var(--white-color);
  padding: 8px 20px !important;
  transition: 0.3s ease-in-out;
}
.main-menu ul li:hover > ul {
  visibility: visible;
  opacity: 1;
  transform: scaleY(1);
  padding: 5px 0;
}
.main-menu ul ul li a:focus,
.main-menu ul ul li a:hover {
  color: var(--primary-color);
  background-color: transparent;
  padding: 8px 20px 8px 23px !important;
}
.main-menu ul li.highlighted-menu,
.navbar-toggle,
.responsive-menu {
  display: none;
}
.responsive-menu {
  top: 0;
  position: relative;
}
.slicknav_btn {
  background: inear-gradient(135deg, #ff7a00, #ffb347);
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin: 0;
  border-radius: 8px;
}
.slicknav_icon .slicknav_icon-bar {
  display: block;
  height: 3px;
  width: 22px;
  background-color: var(--white-color);
  border-radius: 6px;
  margin: 4px auto !important;
  transition: 0.1s ease-in-out;
}
.slicknav_icon .slicknav_icon-bar:first-child {
  margin-top: 0 !important;
}
.slicknav_icon .slicknav_icon-bar:last-child {
  margin-bottom: 0 !important;
}
.navbar-toggle
  a.slicknav_btn.slicknav_open
  .slicknav_icon
  span.slicknav_icon-bar:first-child {
  transform: rotate(-45deg) translate(-5px, 5px);
}
.navbar-toggle
  a.slicknav_btn.slicknav_open
  .slicknav_icon
  span.slicknav_icon-bar:nth-child(2) {
  opacity: 0;
}
.navbar-toggle
  a.slicknav_btn.slicknav_open
  .slicknav_icon
  span.slicknav_icon-bar:nth-child(3) {
  transform: rotate(45deg) translate(-5px, -5px);
}
.slicknav_menu {
  position: absolute;
  width: 100%;
  padding: 0;
  background: var(--primary-color);
}
.slicknav_menu ul {
  margin: 5px 0;
}
.slicknav_nav .slicknav_row,
.slicknav_nav li a {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 10px 20px;
  color: var(--white-color);
  line-height: normal;
  margin: 0;
  border-radius: 0 !important;
  transition: 0.3s ease-in-out;
}
.slicknav_nav .slicknav_row:hover,
.slicknav_nav a:focus,
.slicknav_nav a:hover {
  background-color: transparent;
  color: inear-gradient(135deg, #ff7a00, #ffb347);
}
.cta-box-content .section-title h2,
.cta-box-content .section-title p,
.hero-content .section-title h1,
.intro-video .section-title h2,
.slicknav_arrow:after {
  color: var(--white-color);
}
.slicknav_menu ul ul li a {
  padding: 10px 20px 10px 30px;
}
.slicknav_arrow {
  font-size: 0 !important;
}
.slicknav_arrow:after {
  content: "\f107";
  font-family: FontAwesome;
  font-weight: 900;
  font-size: 12px;
  margin-left: 8px;
  position: absolute;
  right: 15px;
  top: 15px;
  transition: 0.3s ease-out;
}
.slicknav_open > a .slicknav_arrow:after {
  transform: rotate(-180deg);
}
.customer-counter-item,
.hero,
.how-work-accordion .accordion-header {
  position: relative;
}
.hero-section.bg-section {
  position: relative;
  background: url("../images/hero-bg.jpg") center center/cover no-repeat;
  overflow: hidden;
  padding: 130px 0 350px;
}
.hero-section.bg-section::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.5) 13.62%,
    rgba(0, 0, 0, 0.5) 68.99%
  );
  width: 100%;
  height: 100%;
  z-index: 0;
}
.hero-section.bg-section.hero-slider-layout {
  background: 0 0;
  padding: 0;
}
.hero-slider-layout .hero-slide {
  position: relative;
  padding: 130px 0 350px;
}
.hero.hero-slider .hero-slider-layout {
  position: relative;
  z-index: 2;
}
.hero-slider-layout .hero-slide::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.5) 13.62%,
    rgba(0, 0, 0, 0.5) 68.99%
  );
  width: 100%;
  height: 100%;
  z-index: 1;
}
.hero.hero-slider .hero-slider-layout .hero-slide .hero-slider-image {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.hero-video .hero-bg-video video,
.hero.hero-slider .hero-slider-layout .hero-slide .hero-slider-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero.hero-slider .hero-slider-layout .hero-slide .hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 930px;
  margin: 0 auto;
}
.hero-slider-layout .hero-pagination {
  position: absolute;
  text-align: center;
  bottom: 250px;
  z-index: 2;
}
.hero-section.bg-section.hero-video::before,
.hero-video .hero-bg-video {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  left: 0;
}
.hero-slider-layout .hero-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: var(--white-color);
  opacity: 1;
  transition: 0.3s ease-in-out;
  margin: 0 5px;
}
.about-trusted-booking .icon-box::before,
.service-item .icon-box::before {
  height: 60px;
  z-index: 0;
  background-color: inear-gradient(135deg, #ff7a00, #ffb347);
}
.hero-section.bg-section.hero-video {
  position: relative;
  background: 0 0;
  overflow: hidden;
}
.hero-section.bg-section.hero-video::before {
  content: "";
  background-color: var(--primary-color);
  opacity: 40%;
  z-index: 1;
}
.hero-content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 930px;
  margin: 0 auto;
  text-align: center;
}
.hero-content .section-title p {
  width: 100%;
  max-width: 745px;
  margin: 20px auto 0;
  font-size: 18px;
  color: var(--white-color);
}
.car-details-slider .car-button-next,
.hero-content-body .btn-default.btn-highlighted,
.testimonial-btn .testimonial-button-next {
  margin-left: 20px;
}
.rent-details {
  position: absolute;
  bottom: 65px;
  width: 100%;
  z-index: 2;
}
.rent-details-box {
  background-color: var(--white-color);
  border: 1px solid var(--divider-color);
  border-radius: 30px;
  padding: 25px 30px;
  margin: 0;
}
.rent-details-form {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.rent-details-item {
  width: calc(20% - 30px);
  display: flex;
  border-right: 1px solid var(--divider-color);
  padding-right: 20px;
}
.rent-details-item:nth-last-child(2) {
  border-right: none;
}
.rent-details-item:last-child {
  border: none;
  padding-right: 0;
}
.rent-details-search {
  width: 50px;
}
.highlighted-article-body .article-meta ul li a i,
.rent-details-item .icon-box {
  margin-right: 10px;
}
.rent-details-item .icon-box img {
  max-width: 24px;
}
.rent-details-content {
  width: calc(100% - 34px);
}
.rent-details-content h3 {
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 5px;
}
.rent-details-content input,
.rent-details-content select {
  font-size: 16px;
  width: 100%;
  display: block;
  border: none;
  border-radius: 0;
  background-color: transparent;
  color: var(--text-color);
  box-shadow: none;
  outline: 0;
  padding: 0 20px 0 0;
  background-position: right center;
  cursor: pointer;
}
.rent-details-content .datepicker {
  background: url(../images/icon-calendar.svg) right center/auto 14px no-repeat;
  border: none;
  margin-left: 0;
  line-height: 1.5em;
}
.ui-datepicker.ui-widget-content {
  width: 100%;
  max-width: 240px;
  border: 1px solid var(--divider-color);
  border-radius: 30px;
  display: none;
}
.ui-datepicker.ui-widget-content table {
  width: 100%;
}
.ui-datepicker-header {
  position: relative;
  border-bottom: 1px solid var(--divider-color);
  padding: 0 40px 10px;
  margin-bottom: 10px;
}
.ui-datepicker-header .ui-datepicker-title {
  font-weight: 700;
  text-align: center;
  color: var(--primary-color);
}
.ui-datepicker-next,
.ui-datepicker-prev {
  position: absolute;
  top: 0;
}
.ui-datepicker-prev {
  left: 0;
}
.ui-datepicker-next {
  right: 0;
}
.ui-datepicker-next span,
.ui-datepicker-prev span {
  margin: 0 !important;
}
.rent-details-content input:focus,
.rent-details-content input:hover,
.rent-details-content select:focus,
.rent-details-content select:hover {
  box-shadow: none;
  outline: 0;
  border-color: var(--divider-color);
}
.rent-details-content p {
  display: flex;
  color: var(--primary-color);
  margin: 0;
}
.rent-details-content p input {
  padding-right: 0;
  margin-left: 5px;
  border: 1px solid var(--divider-color);
}
.ui-datepicker {
  background-color: var(--secondary-color);
  padding: 20px 15px;
}
.article-post:hover .article-post-content .read-story-btn,
.member-social-list ul li:hover a i,
.post-item:hover .post-item-btn .read-story-btn,
.ui-datepicker .ui-icon:hover {
  color: var(--primary-color);
}
.cat-box-image,
.company-logo,
.error-page .error-page-content,
.google-map .section-title,
.pricing-item-btn,
.team-content,
.ui-datepicker-calendar tr td {
  text-align: center;
}
.ui-datepicker-calendar tr td.ui-datepicker-today a {
  font-weight: 700;
}
.ui-datepicker-calendar tr td a {
  font-weight: 600;
  color: var(--primary-color);
}
.rent-details-search a {
  background-color: inear-gradient(135deg, #ff7a00, #ffb347);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-in-out;
}
.service-content h3,
.trusted-booking-content h3,
.why-choose-content h3 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 600;
  text-transform: capitalize;
}
.booking-form .mfp-close:hover,
.car-details-slider .car-button-next:hover,
.car-details-slider .car-button-prev:hover,
.fleets-search-box .section-icon-btn:hover,
.fleets-single-sidebar-btn .wp-btn:hover,
.luxury-collection-item:hover .luxury-collection-btn .section-icon-btn,
.perfect-fleet-item:hover .perfect-fleet-btn .section-icon-btn,
.post-social-sharing ul li:hover a,
.pricing-item.highlighted-box
  .pricing-item-btn
  .btn-default.btn-highlighted:hover:before,
.rent-details-search a:hover,
.service-item:hover .section-icon-btn,
.testimonial-btn .testimonial-button-next:hover,
.testimonial-btn .testimonial-button-prev:hover {
  background-color: var(--primary-color);
}
.fleets-single-sidebar-btn .wp-btn i,
.rent-details-search a i {
  font-size: 24px;
  color: var(--white-color);
}
.about-us,
.about-us.page-about-us,
.error-page,
.latest-article,
.our-faqs,
.our-video,
.page-blog,
.page-faqs,
.page-fleets,
.page-fleets-single,
.page-service-single,
.page-single-post,
.page-team-single,
.vision-mission {
  padding: 100px 0;
}
.about-image {
  position: relative;
  background: url("../images/about-image-bg.svg") bottom 25px right 50px
    no-repeat;
  padding-bottom: 100px;
  margin-right: 40px;
  padding-left: 10px;
}
.about-img-1 {
  width: 414px;
  position: relative;
}
.about-img-1::before {
  content: "";
  position: absolute;
  top: -10px;
  bottom: 0;
  left: -10px;
  right: 0;
  width: 100%;
  height: 100%;
  border: 1px solid var(--divider-color);
  border-radius: 200px;
  z-index: 1;
}
.about-img-1 img {
  width: 100%;
  aspect-ratio: 1/1.37;
  object-fit: cover;
  border-radius: 200px;
}
.about-img-2 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.about-img-2::before {
  content: "";
  position: absolute;
  top: -8px;
  bottom: 0;
  left: -8px;
  right: 0;
  width: 100%;
  height: 100%;
  border: 1px solid var(--divider-color);
  border-radius: 160px;
  z-index: 1;
}
.about-img-2 img {
  width: 100%;
  aspect-ratio: 1/1.37;
  object-fit: cover;
  border-radius: 160px;
}
.about-trusted-booking {
  display: flex;
  border-bottom: 1px solid var(--divider-color);
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.about-trusted-booking:last-child {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.service-content,
.service-item,
.service-item .icon-box {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.about-trusted-booking .icon-box {
  position: relative;
  margin-right: 20px;
  padding: 10px 0 0 10px;
}
.about-trusted-booking .icon-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  opacity: 10%;
  border-radius: 50%;
  width: 60px;
  transition: 0.4s ease-in-out;
}
.about-trusted-booking:hover .icon-box::before {
  background-color: inear-gradient(135deg, #ff7a00, #ffb347);
  opacity: 70%;
}
.about-trusted-booking .icon-box img {
  position: relative;
  max-width: 74px;
  z-index: 1;
}
.trusted-booking-content {
  width: calc(100% - 94px);
}
.our-services {
  background: var(--secondary-color) url("../images/asterisk-icon-bg.svg")
    no-repeat;
  background-position: bottom left;
  background-size: auto;
  padding: 100px 0;
}
.service-item {
  background-color: var(--white-color);
  border: 1px solid var(--divider-color);
  border-radius: 30px;
  padding: 30px 25px;
  height: calc(100% - 30px);
  overflow: hidden;
}
.service-item .icon-box {
  padding: 10px 0 0 10px;
}
.service-item .icon-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  opacity: 10%;
  border-radius: 50%;
  width: 60px;
  transition: 0.5s ease-in-out;
}
.service-item .icon-box img {
  position: relative;
  max-width: 62px;
  z-index: 1;
}
.service-content h3 {
  transition: 0.5s ease-in-out;
}
.service-content p {
  margin: 0;
  transition: 0.5s ease-in-out;
}
.service-footer {
  position: relative;
  z-index: 1;
}
.footer-newsletter-form .section-icon-btn:hover img,
.highlighted-article-post:hover
  .highlighted-article-content
  .section-icon-btn
  img,
.luxury-collection-item:hover .luxury-collection-btn .section-icon-btn img,
.perfect-fleet-item:hover .perfect-fleet-btn .section-icon-btn img,
.service-item:hover .section-icon-btn img {
  transform: rotate(45deg);
}
.services-box-footer {
  width: 100%;
  max-width: 630px;
  margin: 30px auto 0;
  text-align: center;
}
.page-contact-us,
.perfect-fleet {
  padding: 100px 0 50px;
}
.perfect-fleet.bg-section {
  background-color: transparent;
  max-width: 1620px;
}
.car-details-slider,
.page-gallery-box .photo-gallery a,
.service-gallery a,
.team-member-slider .swiper-wrapper,
.testimonial-slider .swiper-wrapper {
  cursor: none;
}
.perfect-fleet-item {
  border: 1px solid var(--divider-color);
  border-radius: 30px;
  padding: 20px;
}
.perfect-fleet-item .image-box {
  text-align: center;
  margin-bottom: 25px;
}
.perfect-fleet-title {
  margin-bottom: 25px;
}
.perfect-fleet-title h3 {
  font-size: 12px;
  font-weight: 600;
  line-height: 1em;
  display: inline-block;
  background-color: var(--divider-color);
  border-radius: 100px;
  padding: 10px 20px;
  margin-bottom: 15px;
}
.perfect-fleet-title h2 {
  font-size: 20px;
  font-weight: 600;
}
.fleets-single-sidebar-list,
.fleets-single-sidebar-pricing,
.perfect-fleet-body {
  border-bottom: 1px solid var(--divider-color);
  margin-bottom: 25px;
  padding-bottom: 25px;
}
.perfect-fleet-body ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.perfect-fleet-body ul li {
  position: relative;
  width: calc(50% - 5px);
  text-transform: capitalize;
  padding-left: 25px;
}
.perfect-fleet-body ul li img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.perfect-fleet-footer,
.testimonial-body {
  display: flex;
  align-items: center;
}
.perfect-fleet-pricing {
  width: calc(100% - 50px);
}
.perfect-fleet-pricing h2 {
  font-size: 24px;
}
.perfect-fleet-pricing h2 span {
  font-size: 14px;
  font-weight: 400;
}
.service-catagery-list ul li a,
.service-entry ul li,
.vision-mission-list ul li {
  font-weight: 500;
  color: var(--primary-color);
}
.perfect-fleet-btn .section-icon-btn {
  width: 40px;
  height: 40px;
  margin-left: 10px;
  transition: 0.3s ease-in-out;
}
.perfect-fleet-btn .section-icon-btn img {
  max-width: 12px;
}
.car-details-btn,
.testimonial-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}
.car-details-slider .car-button-next,
.car-details-slider .car-button-prev,
.testimonial-btn .testimonial-button-next,
.testimonial-btn .testimonial-button-prev {
  position: relative;
  width: 48px;
  height: 48px;
  background-color: inear-gradient(135deg, #ff7a00, #ffb347);
  border-radius: 100%;
  transition: 0.4s ease-in-out;
}
.car-details-slider .car-button-next::before,
.car-details-slider .car-button-prev::before,
.testimonial-btn .testimonial-button-next::before,
.testimonial-btn .testimonial-button-prev::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url("../images/arrow-white.svg") center center/14px auto no-repeat;
  transform: rotate(45deg);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s ease-in-out;
}
.car-details-slider .car-button-prev::before,
.testimonial-btn .testimonial-button-prev::before {
  transform: rotate(225deg);
}
.luxury-collection {
  padding: 50px 0;
}
.luxury-collection .container-fluid {
  padding: 0 10px;
}
.luxury-collection-box {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.luxury-collection-item {
  position: relative;
  border-radius: 30px;
  width: calc(25% - 7.5px);
  overflow: hidden;
}
.luxury-collection-image a,
.video-gallery-image a {
  position: relative;
  cursor: none;
}
.luxury-collection-image a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    220deg,
    rgba(249, 192, 119, 0) 0.73%,
    rgba(4, 4, 1, 0.49) 90.71%
  );
  z-index: 1;
}
.video-play-button a:after,
.video-play-button a:before {
  top: -30%;
  left: -30%;
  width: 160%;
  height: 160%;
  transform: scale(0.6);
  z-index: -1;
  content: "";
}
.luxury-collection-image img {
  width: 100%;
  aspect-ratio: 1/1.38;
  object-fit: cover;
  border-radius: 30px;
  transition: 0.5s ease-in-out;
}
.luxury-collection-item:hover .luxury-collection-image img,
.post-item:hover .post-featured-image img,
.team-member-details:hover .team-member-image img,
.team-member-item:hover .team-image img {
  transform: scale(1.1);
}
.luxury-collection-title {
  position: absolute;
  top: 40px;
  left: 40px;
  right: 40px;
  z-index: 2;
}
.luxury-collection-title h2 {
  font-size: 28px;
  font-weight: 600;
  color: var(--white-color);
  text-transform: capitalize;
}
.luxury-collection-btn {
  position: absolute;
  bottom: 40px;
  right: 40px;
  z-index: 2;
}
.luxury-collection-item .luxury-collection-btn .section-icon-btn {
  transition: 0.4s ease-in-out;
}
.google-map,
.how-it-work {
  padding: 50px 0 100px;
}
.how-work-accordion .accordion-item,
.our-faqs-accordion .accordion-item {
  position: relative;
  background: 0 0;
  border-bottom: 1px solid var(--divider-color);
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.fleets-sidebar-list:last-child,
.how-work-accordion .accordion-item:last-child,
.our-faqs-accordion .accordion-item:last-child,
.service-catagery-list ul li:last-child,
.why-choose-item:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.how-work-accordion .accordion-item .icon-box {
  padding: 5px 0 0 5px;
  position: absolute;
  left: 0;
  top: 4px;
}
.how-work-accordion .accordion-item .icon-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: inear-gradient(135deg, #ff7a00, #ffb347);
  opacity: 10%;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  z-index: 0;
}
.how-work-accordion .accordion-item .icon-box img {
  position: relative;
  max-width: 34px;
  z-index: 1;
}
.how-work-accordion .accordion-item .accordion-button {
  position: relative;
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  border: none;
  box-shadow: none;
  padding: 5px 30px 5px 60px;
}
.how-work-accordion .accordion-header .accordion-button.collapsed::after,
.how-work-accordion .accordion-header .accordion-button::after,
.our-faqs-accordion .accordion-header .accordion-button.collapsed::after,
.our-faqs-accordion .accordion-header .accordion-button::after {
  content: "\f077";
  position: absolute;
  top: 50%;
  right: 0;
  font-family: "Font Awesome 6 Free";
  font-size: 20px;
  font-weight: 900;
  color: var(--primary-color);
  transform: translate(0, -50%);
  transition: 0.3s ease-in-out;
}
.how-work-accordion .accordion-header .accordion-button.collapsed::after,
.our-faqs-accordion .accordion-header .accordion-button.collapsed::after {
  transform: rotate(-180deg) translate(0, 50%);
}
.how-work-accordion .accordion-item .accordion-body {
  padding: 5px 30px 0 60px;
}
.how-work-image {
  position: relative;
  background: url("../images/about-image-bg.svg") bottom right no-repeat;
  padding-bottom: 50px;
  margin-left: 30px;
}
.our-projects-nav ul li .nav-link.active,
.trusted-client,
.video-play-button a,
.why-choose-item .icon-box::before {
  background-color: inear-gradient(135deg, #ff7a00, #ffb347);
}
.how-work-img,
.why-choose-image {
  position: relative;
  text-align: center;
}
.how-work-img::before {
  content: "";
  position: absolute;
  top: -10px;
  bottom: 0;
  left: -10px;
  right: 0;
  width: 414px;
  height: 100%;
  margin: 0 auto;
  border: 1px solid var(--divider-color);
  border-radius: 200px;
  z-index: 1;
}
.how-work-img img {
  border-radius: 200px;
}
.trusted-client {
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 16px;
  width: 100%;
  max-width: 200px;
  padding: 20px;
  animation: 3s linear infinite alternate trustedmoveobject;
  z-index: 2;
}
@keyframes trustedmoveobject {
  50% {
    right: 50px;
  }
}
.trusted-client-content {
  border-bottom: 2px solid var(--white-color);
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.trusted-client-content h3 {
  font-size: 20px;
  font-weight: 600;
  color: var(--white-color);
}
.intro-video {
  position: relative;
  background: url("../images/intro-video-bg.jpg") center center/cover no-repeat;
  padding: 100px 0;
  overflow: hidden;
}
.intro-video::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: var(--primary-color);
  opacity: 40%;
  z-index: 0;
}
.video-play-button {
  position: relative;
  border-bottom: 1px solid var(--dark-divider-color);
  padding-bottom: 100px;
  margin-bottom: 60px;
  z-index: 1;
}
.video-play-button a {
  position: relative;
  border-radius: 100%;
  width: 74px;
  height: 74px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: none;
}
.video-play-button a:before {
  position: absolute;
  border: 50px solid var(--dark-divider-color);
  border-radius: 50%;
  animation: 1.2s linear infinite border-zooming;
}
.video-play-button a:after {
  position: absolute;
  border: 50px solid var(--dark-divider-color);
  border-radius: 50%;
  animation: 1.2s linear 0.3s infinite border-zooming;
}
@keyframes border-zooming {
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.video-image-play-button a i,
.video-play-button a i {
  font-size: 30px;
  color: var(--white-color);
}
.company-logo img {
  height: 50px;
}
.why-choose-us {
  background: url("../images/why-choose-us-bg.svg") center center no-repeat;
  padding: 100px 0;
}
.why-choose-item {
  display: flex;
  border-bottom: 1px solid var(--divider-color);
  padding-bottom: 45px;
  margin-bottom: 45px;
}
.why-choose-item .icon-box {
  position: relative;
  padding: 5px 0 0 5px;
  margin-right: 20px;
}
.why-choose-item .icon-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  opacity: 10%;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  z-index: 0;
  transition: 0.5s ease-in-out;
}
.why-choose-item .icon-box img {
  position: relative;
  max-width: 32px;
  z-index: 1;
}
.why-choose-content {
  width: calc(100% - 52px);
}
.why-choose-image::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url("../images/why-choose-car-img.png") bottom center/100% auto
    no-repeat;
  z-index: 1;
}
.why-choose-image img {
  aspect-ratio: 1/1.65;
  object-fit: cover;
  border-radius: 200px;
}
.our-faqs-image {
  position: relative;
  display: flex;
  justify-content: center;
}
.our-faqs-image::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url(../images/our-faqs-car-img.png) center center/100% auto
    no-repeat;
  z-index: 1;
}
.faqs-img-1 figure,
.faqs-img-2 figure {
  display: inline-block;
  mask-image: url(../images/our-faqs-bg-shape.svg);
  background-image: url(../images/our-faqs-bg-shape.svg);
  mask-size: cover;
  mask-position: center center;
  mask-repeat: no-repeat;
  width: 307px;
  height: 466px;
}
.faqs-img-1 img,
.faqs-img-2 img {
  width: 100%;
  height: 100%;
}
.faqs-img-1 {
  margin-right: -30px;
}
.faqs-img-2 {
  margin-left: -30px;
}
.our-faqs-content {
  margin-left: 30px;
}
.our-faqs-accordion .accordion-item .accordion-button {
  position: relative;
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  border: none;
  box-shadow: none;
  padding: 5px 30px 5px 0;
}
.our-faqs-accordion .accordion-item .accordion-body {
  padding: 5px 30px 0 0;
}
.our-testimonial {
  background: url("../images/testimonial-bg.png") center center no-repeat;
  padding: 100px 0;
}
.testimonial-item {
  background-color: var(--white-color);
  border: 1px solid var(--divider-color);
  border-radius: 30px;
  padding: 30px;
}
.fleets-search-box,
.fleets-sidebar-list,
.team-member-body,
.team-member-title,
.testimonial-header {
  border-bottom: 1px solid var(--divider-color);
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.fleets-list-title,
.post-entry p,
.team-feedback-content,
.testimonial-rating {
  margin-bottom: 20px;
}
.testimonial-rating i {
  font-size: 18px;
  color: inear-gradient(135deg, #ff7a00, #ffb347);
}
.author-image,
.contact-info-item .icon-box {
  margin-right: 15px;
}
.author-image figure,
.author-image img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.author-content {
  width: calc(100% - 75px);
}
.author-content h3,
.fleets-list-title h3,
.team-feedback-body h3 {
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
}
.author-content p,
.team-content p {
  text-transform: capitalize;
  margin: 0;
}
.cta-box {
  background: var(--primary-color) url("../images/cta-box-bg.svg") no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 100px 0;
}
.cta-box.bg-section {
  max-width: 1500px;
}
.cta-box-content {
  width: 100%;
  max-width: 520px;
}
.customer-counter-image,
.fleets-slider-image,
.highlighted-article-post {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}
.highlighted-article-featured-img a {
  display: block;
  position: relative;
  cursor: none;
}
.highlighted-article-featured-img a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 2.8%, #003030 99.93%);
  z-index: 0;
}
.highlighted-article-featured-img img {
  width: 100%;
  aspect-ratio: 1/0.85;
  object-fit: cover;
}
.highlighted-article-body {
  max-width: 420px;
  position: absolute;
  bottom: 40px;
  left: 40px;
  right: 20px;
  z-index: 1;
}
.footer-links ul li,
.highlighted-article-body .article-meta,
.post-item .post-meta,
.team-feedback-item .quote-icon-box {
  margin-bottom: 10px;
}
.article-post-body .article-meta ul,
.contact-info-social ul,
.faq-catagery-list ul,
.highlighted-article-body .article-meta ul,
.post-item .post-meta ul,
.service-catagery-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.highlighted-article-body .article-meta ul li a {
  color: var(--white-color);
  text-transform: capitalize;
}
.highlighted-article-body .highlighted-article-content h3 {
  color: var(--white-color);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5em;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.article-post-body .article-post-content h3 a,
.highlighted-article-body .highlighted-article-content h3 a,
.page-header-box ol li.breadcrumb-item a,
.post-item-content h2 a {
  color: inherit;
}
.article-post {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.about-us.page-about-us .about-content-body,
.article-post:last-child,
.contact-info-item:last-child,
.fleets-information-list ul li:last-child,
.fleets-sidebar-list ul li:last-child,
.fleets-single-sidebar-list ul li:last-child,
.footer-links ul li:last-child,
.page-faqs .rental-condition-accordion:last-child,
.post-entry blockquote p:last-child,
.post-entry ol ol li:last-child,
.post-entry ol ul li:last-child,
.post-entry p:last-child,
.post-entry ul li:last-child,
.post-entry ul ol li:last-child,
.post-entry ul ul li:last-child,
.rental-condition-accordion .accordion-item:last-child,
.service-entry p:last-child,
.team-features-content p:last-child,
.team-intro-content p:last-child,
.team-member-body ul li:last-child,
.team-member-specialty ul li:last-child,
.vision-mission-list ul li:last-child {
  margin-bottom: 0;
}
.article-post .article-featured-img {
  width: 33%;
}
.article-post .article-featured-img a {
  display: block;
  cursor: none;
  border-radius: 15px;
}
.article-post .article-featured-img img {
  width: 100%;
  aspect-ratio: 1/0.8;
  object-fit: cover;
  border-radius: 15px;
}
.article-post .article-post-body {
  width: calc(100% - 33%);
  margin-left: 30px;
}
.article-post-body .article-meta {
  margin-bottom: 15px;
}
.article-post-body .article-meta ul li a i {
  font-size: 18px;
  margin-right: 10px;
}
.article-post-body .article-meta ul li a,
.post-item .post-meta ul li a {
  color: var(--text-color);
  text-transform: capitalize;
}
.article-post-body .article-post-content h3 {
  color: var(--primary-color);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5em;
  margin-bottom: 20px;
}
.article-post-content .read-story-btn,
.post-item-btn .read-story-btn {
  display: inline-block;
  position: relative;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  color: inear-gradient(135deg, #ff7a00, #ffb347);
  padding-right: 35px;
  transition: 0.4s ease-in-out;
}
.article-post-content .read-story-btn::after,
.post-item-btn .read-story-btn::after {
  content: "";
  position: absolute;
  top: 2px;
  right: 0;
  bottom: 0;
  background-image: url("../images/arrow-white.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 8px auto;
  background-color: inear-gradient(135deg, #ff7a00, #ffb347);
  border-radius: 50%;
  width: 24px;
  height: 24px;
  transition: 0.4s ease-in-out;
}
.article-post:hover .article-post-content .read-story-btn::after {
  background-color: var(--primary-color);
  transform: rotate(45deg);
}
.main-footer {
  background: var(--primary-color) url("../images/footer-bg.svg") no-repeat;
  background-position: top center;
  background-size: 100% auto;
  padding: 70px 0 25px;
  margin-bottom: 50px;
}
.about-footer .footer-logo,
.cta-contact-content,
.cta-contact-item .icon-box,
.error-page-content-heading,
.page-faqs .faqs-section-title,
.partners-logo,
.service-entry p,
.service-featured-image,
.team-features-content,
.team-intro-content,
.team-member-features .section-title,
.team-member-intro .section-title,
.team-member-testimonials .section-title {
  margin-bottom: 30px;
}
.about-footer {
  padding-right: 40px;
}
.about-footer .about-footer-content p,
.contact-info-content p,
.footer-copyright .footer-copyright-text p,
.rental-condition-accordion .accordion-item .accordion-body p {
  color: var(--white-color);
  margin: 0;
}
.footer-links {
  margin-left: 70px;
}
.footer-links h3,
.footer-newsletter h3 {
  color: var(--white-color);
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 25px;
}
.fleets-information-list ul,
.fleets-sidebar-list ul,
.fleets-single-sidebar-list ul,
.footer-links ul,
.member-social-list ul,
.post-social-sharing ul,
.team-member-body ul,
.team-member-specialty ul,
.vision-mission-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-links ul li a {
  color: var(--white-color);
  text-transform: capitalize;
  transition: 0.3s ease-in-out;
}
.footer-newsletter-form .form-group {
  width: 100%;
  display: flex;
  position: relative;
}
.footer-newsletter-form .form-group .form-control {
  width: 100%;
  padding: 14px 20px;
  background: var(--dark-divider-color);
  color: var(--white-color);
  border: none;
  border-radius: 100px;
  box-shadow: none;
}
.footer-newsletter-form .form-group .form-control::placeholder {
  color: var(--white-color);
}
.footer-newsletter-form .form-group .section-icon-btn {
  content: "";
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translate(48px, -50%);
  border: none;
  background: linear-gradient(135deg, #ff7a00, #ffb347);
  padding: 0;
}
.footer-newsletter-form .section-icon-btn:hover {
  background-color: var(--primary-color);
  transform: translate(48px, -50%);
}
.footer-copyright {
  border-top: 1px solid var(--dark-divider-color);
  padding: 25px 0;
  margin-top: 50px;
}
.footer-copyright .footer-social-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: end;
}
.contact-info-social ul li,
.footer-copyright .footer-social-links ul li,
.post-social-sharing ul li {
  display: inline-block;
  margin-right: 10px;
}
.contact-info-social ul li:last-child,
.footer-copyright .footer-social-links ul li:last-child,
.member-social-list ul li:last-child,
.our-projects-nav ul li:last-child,
.post-social-sharing ul li:last-child,
.team-social-icon ul li:last-child {
  margin-right: 0;
}
.contact-info-social ul li a,
.footer-copyright .footer-social-links ul li a {
  background-color: transparent;
  color: var(--white-color);
  border: 2px solid var(--white-color);
  height: 36px;
  width: 36px;
  border-radius: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-in-out;
}
.footer-copyright .footer-social-links ul li a:hover {
  border-color: inear-gradient(135deg, #ff7a00, #ffb347);
  color: inear-gradient(135deg, #ff7a00, #ffb347);
}
.page-header {
  position: relative;
  background: url("../images/page-header-bg.jpg") center center/cover no-repeat;
  border-radius: 46px;
  overflow: hidden;
  padding: 140px 0;
}
.page-header:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--primary-color);
  opacity: 40%;
  z-index: 1;
}
.page-header-box {
  position: relative;
  text-align: center;
  z-index: 1;
}
.page-header-box h1 {
  font-size: 74px;
  font-weight: 700;
  color: var(--white-color);
  margin-bottom: 20px;
}
.page-header-box ol {
  margin: 0;
  padding: 0;
  justify-content: center;
}
.page-header-box ol li.breadcrumb-item {
  font-size: 20px;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--white-color);
}
.contact-information .section-title h2,
.contact-information .section-title p,
.page-header-box ol .breadcrumb-item + .breadcrumb-item::before,
.pricing-item.highlighted-box .pricing-item-content h2,
.pricing-item.highlighted-box .pricing-item-content h2 sub,
.pricing-item.highlighted-box .pricing-item-content h3,
.pricing-item.highlighted-box .pricing-item-content p {
  color: var(--white-color);
}
.exclusive-partners {
  background: var(--secondary-color) url("../images/asterisk-icon-bg.svg")
    no-repeat;
  background-position: bottom left;
  background-size: auto;
  padding: 100px 0 70px;
}
.partners-logo {
  background-color: var(--white-color);
  border-radius: 20px;
  text-align: center;
  padding: 30px 50px;
}
.fleets-sidebar,
.fleets-single-sidebar,
.our-projects-nav .nav-tabs,
.service-catagery-list {
  background-color: var(--secondary-color);
}
.partners-logo img {
  width: 190px;
  margin: 0 auto;
}
.vision-mission .section-title {
  max-width: 780px;
}
.our-projects-nav {
  margin-bottom: 50px;
  text-align: center;
}
.our-projects-nav .nav-tabs {
  padding: 15px;
  margin: 0;
  list-style: none;
  display: inline-flex;
  border-radius: 100px;
  border: none;
}
.our-projects-nav ul li {
  margin-right: 25px;
}
.our-projects-nav ul li .nav-link {
  background-color: var(--white-color);
  color: var(--primary-color);
  border-radius: 100px;
  font-family: var(--accent-font);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1em;
  text-transform: capitalize;
  border: none;
  padding: 15px 30px;
  transition: 0.4s ease-in-out;
}
.our-projects-nav ul li .nav-link:hover {
  border: none;
}
.our-projects-nav ul li .nav-link.active {
  color: var(--white-color);
  border: none;
}
.vision-mission-list ul li {
  position: relative;
  font-size: 20px;
  margin-bottom: 20px;
  padding-left: 30px;
}
.vision-mission-list ul li:before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
  color: inear-gradient(135deg, #ff7a00, #ffb347);
  display: inline-block;
  line-height: normal;
  position: absolute;
  top: 3px;
  left: 0;
}
.vision-image {
  text-align: right;
  margin-left: 30px;
}
.vision-image figure {
  display: block;
  border-radius: 46px;
}
.vision-image img {
  aspect-ratio: 1/0.99;
  object-fit: cover;
  border-radius: 46px;
}
.customer-counter-image::before,
.video-image a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: var(--primary-color);
  opacity: 30%;
  z-index: 0;
}
.customer-counter-image img {
  aspect-ratio: 1/0.98;
  object-fit: cover;
  border-radius: 30px;
}
.satisfied-customer-counter {
  position: absolute;
  top: 40px;
  left: 50px;
}
.satisfied-customer-counter h3 {
  font-size: 40px;
  font-weight: 600;
  color: var(--white-color);
  margin-bottom: 5px;
}
.service-catagery-list h3,
.team-content h3 {
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
}
.satisfied-customer-counter p {
  color: var(--white-color);
  text-transform: capitalize;
  margin: 0;
}
.satisfied-customer-image {
  position: absolute;
  bottom: 40px;
  left: 50px;
  animation: 3s linear infinite alternate satisfiedmoveobject;
}
@keyframes satisfiedmoveobject {
  50% {
    left: 90px;
  }
}
.satisfied-customer-image img {
  max-width: 220px;
}
.video-image-box {
  position: relative;
  padding-bottom: 50px;
  cursor: none;
}
.video-image {
  border-radius: 30px;
  overflow: hidden;
}
.video-image img {
  width: 100%;
  aspect-ratio: 1/0.47;
  object-fit: cover;
  border-radius: 30px;
}
.video-image a {
  position: relative;
  display: block;
  cursor: none;
  z-index: 1;
}
.video-image-play-button {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.video-image-play-button a {
  background-color: inear-gradient(135deg, #ff7a00, #ffb347);
  border: 12px solid var(--secondary-color);
  border-radius: 100%;
  width: 110px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: none;
}
.fleets-sidebar,
.service-catagery-list,
.service-featured-image img,
.service-gallery figure,
.service-gallery img,
.sidebar-cta-box,
.team-image,
.team-social-icon ul {
  border-radius: 30px;
}
.our-team,
.page-cars,
.page-drivers,
.page-gallery,
.page-pricing,
.page-services,
.page-testimonials,
.page-video-gallery {
  padding: 100px 0 70px;
}
.page-gallery-box .photo-gallery,
.page-testimonials .testimonial-item.page-testimonial-box,
.perfect-fleet-item.fleets-collection-item,
.team-member-item {
  height: calc(100% - 30px);
  margin-bottom: 30px;
}
.team-image {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.team-image img {
  width: 100%;
  aspect-ratio: 1/1.2;
  object-fit: cover;
  transition: 0.5s ease-in-out;
}
.team-social-icon {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  transform: translateY(100%);
  text-align: center;
  z-index: 1;
  transition: 0.5s ease-in-out;
}
.faq-sidebar,
.fleets-single-sidebar,
.service-sidebar,
.team-member-details {
  position: sticky;
  top: 20px;
  margin-right: 30px;
}
.team-member-item:hover .team-social-icon {
  left: 10px;
  right: 10px;
  bottom: 20px;
  transform: translateY(0);
}
.team-social-icon ul {
  backdrop-filter: blur(30px);
  display: inline-block;
  list-style: none;
  line-height: normal;
  margin: 0;
  padding: 12px 25px;
  overflow: hidden;
}
.team-social-icon ul li {
  position: relative;
  display: inline-block;
  text-align: center;
  margin-right: 20px;
  z-index: 1;
}
.post-image figure,
.team-social-icon ul li a {
  display: block;
}
.team-social-icon ul li a i {
  color: var(--white-color);
  font-size: 24px;
  transition: 0.3s ease-in-out;
}
.team-content h3 {
  margin-bottom: 5px;
}
.service-catagery-list {
  padding: 30px;
  margin-bottom: 50px;
}
.service-catagery-list h3 {
  margin-bottom: 30px;
}
.service-catagery-list ul li {
  border-bottom: 1px solid var(--divider-color);
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.service-catagery-list ul li a {
  display: block;
  position: relative;
  text-transform: capitalize;
  transition: 0.3s ease-in-out;
}
.service-catagery-list ul li a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 12px auto;
  width: 12px;
  height: 12px;
  transition: 0.3s ease-in-out;
}
.service-catagery-list ul li:hover a::after {
  transform: translate(0, -50%) rotate(45deg);
}
.sidebar-cta-box {
  background: var(--secondary-color);
  text-align: center;
  padding: 40px 30px;
}
.cta-contact-item .icon-box img {
  max-width: 65px;
  margin: 0 auto;
}
.cta-contact-content h2 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 20px;
}
.service-featured-image figure {
  display: block;
  border-radius: 30px;
}
.service-entry,
.team-member-features,
.team-member-intro {
  border-bottom: 1px solid var(--divider-color);
  padding-bottom: 50px;
  margin-bottom: 50px;
}
.service-entry h2 {
  font-size: 44px;
  margin-bottom: 30px;
}
.service-entry h3 {
  font-size: 20px;
  margin-bottom: 30px;
}
.service-entry ul {
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.service-entry ul li {
  position: relative;
  width: calc(50% - 10px);
  font-size: 18px;
  text-transform: capitalize;
  padding-left: 30px;
}
.service-entry ul li:before {
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 20px;
  color: linear-gradient(135deg, #ff7a00, #ffb347);
  display: inline-block;
  line-height: normal;
  position: absolute;
  top: 2px;
  left: 0;
}
.service-gallery img {
  aspect-ratio: 1/1.1;
  object-fit: cover;
}
.fleets-sidebar {
  position: sticky;
  top: 20px;
  padding: 25px;
}
.fleets-search-box .form-group {
  position: relative;
  width: 100%;
  display: flex;
}
.fleets-search-box .form-group .form-control {
  width: 100%;
  padding: 10px 20px;
  background: var(--white-color);
  color: var(--text-color);
  font-weight: 500;
  border: none;
  border-radius: 30px;
  box-shadow: none;
}
.fleets-search-box .form-group .form-control::placeholder {
  color: var(--text-color);
  font-weight: 500;
}
.fleets-search-box .form-group .section-icon-btn {
  content: "";
  position: absolute;
  top: 50%;
  right: 40px;
  width: 42px;
  height: 42px;
  transform: translate(40px, -50%);
  border: none;
  padding: 0;
}
.fleets-search-box .form-group .section-icon-btn i {
  font-size: 18px;
  color: var(--white-color);
}
.fleets-sidebar-list ul li {
  margin-bottom: 10px;
  padding-left: 0;
}
.fleets-sidebar-list ul li .form-check-input {
  background-color: transparent;
  border: 1px solid var(--text-color);
  border-color: var(--text-color);
  width: 16px;
  height: 16px;
  margin-top: 6px;
  margin-left: 0;
  margin-right: 15px;
  box-shadow: none;
  outline: 0;
}
.fleets-sidebar-list ul li .form-check-input:checked {
  background-color: inear-gradient(135deg, #ff7a00, #ffb347);
  border-color: inear-gradient(135deg, #ff7a00, #ffb347);
}
.booking-form-group .booking-form-control option,
.fleets-sidebar-list ul li .form-check-label {
  text-transform: capitalize;
  font-weight: 500;
}
.fleets-pagination,
.post-pagination {
  margin-top: 30px;
  text-align: center;
}
.fleets-pagination ul,
.post-pagination ul {
  justify-content: center;
  padding: 0;
  margin: 0;
}
.fleets-pagination ul li a,
.fleets-pagination ul li span,
.post-pagination ul li a,
.post-pagination ul li span {
  display: flex;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  background: linear-gradient(135deg, #ff7a00, #ffb347);
  color: var(--white-color);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
  font-weight: 700;
  line-height: 1em;
  transition: 0.3s ease-in-out;
}
.fleets-pagination ul li a:hover,
.fleets-pagination ul li.active a,
.post-pagination ul li a:hover,
.post-pagination ul li.active a,
.post-tags .tag-links a:hover {
  background: var(--primary-color);
}
.fleets-single-sidebar {
  border-radius: 30px;
  padding: 40px;
}
.fleets-single-sidebar-pricing h2 {
  font-family: var(--default-font);
  font-size: 50px;
}
.fleets-single-sidebar-pricing h2 span {
  font-size: 16px;
  font-weight: 400;
  color: var(--text-color);
}
.fleets-single-sidebar-list ul li {
  position: relative;
  font-weight: 500;
  color: var(--primary-color);
  padding-left: 40px;
  margin-bottom: 25px;
}
.fleets-single-sidebar-list ul li span {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 10px;
}
.fleets-single-sidebar-list ul li img {
  position: absolute;
  left: 0;
  top: 50%;
  max-width: 30px;
  transform: translateY(-50%);
}
.fleets-single-sidebar-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fleets-single-sidebar-btn span {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
.fleets-single-sidebar-btn .wp-btn {
  background-color: inear-gradient(135deg, #ff7a00, #ffb347);
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-in-out;
}
.fleets-slider-image::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 74.81%,
    rgba(0, 0, 0, 0.88) 92.46%
  );
  z-index: 1;
}
.fleets-slider-image img {
  border-radius: 30px;
  overflow: hidden;
  aspect-ratio: 1/0.67;
  object-fit: cover;
}
.fleets-single-slider .swiper-pagination {
  position: relative;
  text-align: center;
  bottom: 40px;
}
.fleets-single-slider .swiper-pagination .swiper-pagination-bullet {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background-color: var(--white-color);
  opacity: 1;
  margin: 0 4px;
}
.fleets-single-slider .swiper-pagination .swiper-pagination-bullet-active,
.team-member-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: inear-gradient(135deg, #ff7a00, #ffb347);
  opacity: 1;
}
.fleets-benefits {
  border: 1px solid var(--divider-color);
  border-radius: 30px;
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 40px;
}
.fleets-benefits-item {
  width: calc(50% - 10px);
  display: flex;
  align-items: center;
}
.fleets-benefits-item .icon-box {
  position: relative;
  margin-right: 15px;
  padding: 5px 0 0 5px;
}
.fleets-benefits-item .icon-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: inear-gradient(135deg, #ff7a00, #ffb347);
  opacity: 10%;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  z-index: 0;
  transition: 0.5s ease-in-out;
}
.contact-info-item .icon-box img,
.fleets-benefits-item .icon-box img {
  max-width: 40px;
}
.contact-info-content,
.fleets-benefits-content {
  width: calc(100% - 55px);
}
.fleets-benefits-content h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}
.fleets-amenities,
.fleets-information {
  border-bottom: 1px solid var(--divider-color);
  margin-bottom: 50px;
  padding-bottom: 50px;
}
.fleets-information-list ul li {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  color: var(--primary-color);
  text-transform: capitalize;
  padding-left: 30px;
  margin-bottom: 20px;
}
.fleets-amenities-list ul li:before,
.fleets-information-list ul li:before,
.team-features-list ul li::before,
.team-member-specialty ul li::before {
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 20px;
  color: inear-gradient(135deg, #ff7a00, #ffb347);
  display: inline-block;
  line-height: normal;
  position: absolute;
  top: 3px;
  left: 0;
}
.fleets-amenities-list ul,
.team-features-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.fleets-amenities-list ul li {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  color: var(--primary-color);
  text-transform: capitalize;
  width: calc(25% - 15px);
  padding-left: 30px;
}
.rental-condition-accordion .accordion-item {
  border: 1px solid var(--divider-color);
  border-radius: 12px;
  margin-bottom: 25px;
  transition: 0.3s ease-in-out;
  overflow: hidden;
}
.rental-condition-accordion .accordion-header .accordion-button {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2em;
  background-color: inear-gradient(135deg, #ff7a00, #ffb347);
  color: var(--primary-color);
  padding: 20px 50px 20px 20px;
  transition: 0.3s ease-in-out;
}
.rental-condition-accordion .accordion-button:not(.collapsed) {
  background-color: inear-gradient(135deg, #ff7a00, #ffb347);
  color: var(--white-color);
  border-bottom: 1px solid var(--dark-divider-color);
}
.rental-condition-accordion .accordion-item .accordion-button.collapsed::after,
.rental-condition-accordion .accordion-item .accordion-button::after {
  content: "\f068";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  right: 20px;
  top: 50%;
  bottom: auto;
  transform: translate(0, -10px);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 20px;
  width: 20px;
  height: 20px;
  padding: 5px;
  color: var(--white-color);
}
.rental-condition-accordion .accordion-item .accordion-button.collapsed::after {
  content: "\f067";
  color: var(--primary-color);
}
.rental-condition-accordion .accordion-item .accordion-body {
  background-color: inear-gradient(135deg, #ff7a00, #ffb347);
  padding: 20px 50px 20px 20px;
}
.booking-form {
  position: relative;
  background-color: var(--white-color);
  border-radius: 30px;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 50px;
}
.booking-form .section-title p {
  margin-top: 15px;
}
.booking-form-group .booking-form-control {
  width: 100%;
  padding: 12px 25px 12px 20px;
  background-color: transparent;
  border: 1px solid var(--divider-color);
  border-radius: 10px;
  color: var(--primary-color);
  box-shadow: none;
}
.booking-form-group .booking-form-control::placeholder {
  font-weight: 500;
  color: var(--text-color);
}
.booking-form-group .booking-form-control:focus,
.booking-form-group .booking-form-control:hover {
  border-color: var(--divider-color);
  box-shadow: none;
  outline: 0;
}
.booking-form-group .booking-form-control.datepicker {
  background: url(../images/icon-calendar.svg) right 15px center/auto 14px
    no-repeat;
  margin-left: 0;
  line-height: 1.5em;
}
.booking-form .mfp-close,
.post-social-sharing ul li a {
  background-color: inear-gradient(135deg, #ff7a00, #ffb347);
}
.booking-form .mfp-close {
  color: var(--white-color);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 1.4em;
  top: 10px;
  right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: 0.3s ease-in-out;
}
.post-tags .tag-links a,
.pricing-item.highlighted-box {
  background: linear-gradient(135deg, #ff7a00, #ffb347);
}
.luxury-collection-item.luxury-car-type {
  width: 100%;
  height: calc(100% - 30px);
  margin-bottom: 30px;
}
.team-member-image {
  position: relative;
  overflow: hidden;
  border-radius: 30px 30px 0 0;
}
.team-member-image img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 30px 30px 0 0;
  transition: 0.5s ease-in-out;
}
.team-member-content {
  border: 1px solid var(--divider-color);
  border-top: none;
  border-radius: 0 0 30px 30px;
  padding: 40px;
}
.team-member-title h2 {
  font-size: 32px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 5px;
}
.team-member-title p {
  font-size: 20px;
  text-transform: capitalize;
  margin: 0;
}
.team-member-body ul li {
  font-size: 18px;
  margin-bottom: 20px;
}
.team-member-body ul li span {
  font-weight: 600;
  color: var(--primary-color);
  text-transform: capitalize;
}
.team-features-list ul li,
.team-member-specialty ul li span {
  font-weight: 500;
  color: var(--primary-color);
  text-transform: capitalize;
}
.member-social-list ul li {
  display: inline-block;
  margin-right: 20px;
}
.member-social-list ul li a i {
  font-size: 22px;
  color: inear-gradient(135deg, #ff7a00, #ffb347);
  transition: 0.3s ease-in-out;
}
.team-member-specialty ul li {
  position: relative;
  font-size: 18px;
  text-transform: capitalize;
  padding-left: 30px;
  margin-bottom: 20px;
}
.team-features-list ul li {
  width: calc(50% - 10px);
  position: relative;
  font-size: 18px;
  padding-left: 30px;
}
.team-feedback-item .quote-icon-box img {
  max-width: 36px;
}
.team-member-slider .swiper-pagination {
  position: relative;
  text-align: left;
  bottom: 0;
  margin-top: 30px;
}
.team-member-slider .swiper-pagination .swiper-pagination-bullet {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background-color: inear-gradient(135deg, #ff7a00, #ffb347);
  opacity: 10%;
  margin: 0 4px;
}
.post-item {
  height: calc(100% - 40px);
  margin-bottom: 40px;
}
.post-item .post-featured-image {
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 30px;
}
.post-item .post-featured-image a {
  cursor: none;
  display: block;
}
.post-item .post-featured-image img {
  border-radius: 30px;
  aspect-ratio: 1/0.66;
  object-fit: cover;
  transition: 0.5s ease-in-out;
}
.post-item .post-meta ul li a i {
  margin-right: 5px;
}
.post-item-content h2 {
  color: var(--primary-color);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5em;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.post-item:hover .post-item-btn .read-story-btn::after {
  background-size: 8px auto;
  background-color: var(--primary-color);
  transform: rotate(45deg);
}
.post-entry h6,
.post-single-meta ol li.breadcrumb-item {
  font-size: 18px;
}
.post-single-meta ol li i {
  font-size: 18px;
  color: inear-gradient(135deg, #ff7a00, #ffb347);
  margin-right: 5px;
}
.post-image {
  position: relative;
  margin-bottom: 30px;
}
.post-image figure,
.post-image img {
  aspect-ratio: 1/0.5;
  object-fit: cover;
  border-radius: 46px;
}
.post-content {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.post-entry {
  border-bottom: 1px solid var(--divider-color);
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.post-entry:after {
  content: "";
  display: block;
  clear: both;
}
.post-entry h1,
.post-entry h2,
.post-entry h3,
.post-entry h4,
.post-entry h5,
.post-entry h6 {
  margin: 0 0 0.6em;
}
.post-entry h1 {
  font-size: 54px;
}
.error-page-content-heading h2,
.post-entry h2 {
  font-size: 44px;
}
.post-entry h3 {
  font-size: 40px;
}
.post-entry h4 {
  font-size: 30px;
}
.post-entry h5 {
  font-size: 24px;
}
.post-entry p strong {
  color: var(--primary-color);
  font-size: 18px;
  font-weight: 600;
}
.post-entry ol {
  margin: 0 0 30px;
}
.post-entry ol li {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
  color: var(--text-color);
}
.post-entry ul {
  padding: 0 0 0 20px;
  margin: 20px 0;
}
.post-entry ul li {
  font-size: 18px;
  font-weight: 500;
  color: var(--primary-color);
  position: relative;
  margin-bottom: 18px;
}
.post-entry blockquote p,
.tag-links {
  font-weight: 600;
  color: var(--primary-color);
}
.post-entry blockquote {
  background: var(--secondary-color) url(../images/icon-blockquote.svg)
    no-repeat 35px 40px;
  background-size: 45px;
  border-radius: 40px;
  padding: 30px 30px 30px 100px;
  margin-bottom: 30px;
}
.post-entry blockquote p {
  font-size: 20px;
  line-height: 1.4em;
}
.tag-links {
  font-size: 22px;
  display: inline-block;
}
.post-tags .tag-links a {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--white-color);
  border-radius: 100px;
  padding: 8px 20px;
  margin-left: 10px;
  margin-bottom: 10px;
  transition: 0.3s ease-in-out;
}
.post-social-sharing {
  text-align: right;
}
.post-social-sharing ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--white-color);
  border-radius: 50%;
  width: 38px;
  height: 38px;
  transition: 0.3s ease-in-out;
}
.post-social-sharing ul li a i {
  font-size: 18px;
  color: inherit;
  transition: 0.3s ease-in-out;
}
.post-social-sharing ul li:hover a i {
  color: var(--secondry-color);
}
.pricing-item {
  border: 1px solid var(--divider-color);
  border-radius: 30px;
  height: calc(100% - 30px);
  margin-bottom: 30px;
  padding: 50px;
}
.pricing-item-content,
.pricing-item-image {
  text-align: center;
  margin-bottom: 40px;
}
.pricing-item-image img {
  max-width: 254px;
}
.pricing-item-content h3 {
  font-size: 20px;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.pricing-item-content h2 {
  font-size: 60px;
}
.pricing-item-content h2 sup {
  font-size: 40px;
  top: 0;
  vertical-align: middle;
}
.pricing-item-content h2 sub {
  font-size: 16px;
  font-weight: 400;
  color: var(--text-color);
  bottom: 0;
}
.page-gallery-box .photo-gallery figure {
  border-radius: 40px;
}
.page-gallery-box .photo-gallery img,
.video-gallery-image img {
  aspect-ratio: 1/0.92;
  object-fit: cover;
  border-radius: 40px;
}
.video-gallery-image {
  border-radius: 40px;
  overflow: hidden;
  height: calc(100% - 30px);
  margin-bottom: 30px;
}
.video-gallery-image a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--primary-color);
  border-radius: 40px;
  opacity: 0%;
  visibility: hidden;
  width: 100%;
  height: 100%;
  z-index: 1;
  transform: scale(0);
  transition: 0.4s ease-in-out;
}
.video-gallery-image:hover a::before {
  opacity: 60%;
  visibility: visible;
  transform: scale(1);
}
.video-gallery-image a::after {
  content: "\f04b";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 900;
  background: linear-gradient(135deg, #ff7a00, #ffb347);
  color: var(--white-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s ease-in-out;
}
.video-gallery-image:hover a::after {
  opacity: 1;
  visibility: visible;
}
.contact-info-form {
  background: url("../images/contact-form-plan.svg") bottom -10px right 50px no-repeat;
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  border: 1px solid var(--divider-color);
  border-radius: 30px;
  padding: 50px 35px;
}
.contact-information {
  background: var(--primary-color) url("../images/contact-information-bg.svg")
    no-repeat;
  background-position: bottom right;
  background-size: auto;
  border-radius: 30px;
  padding: 40px;
  margin-right: 30px;
}
.contact-info-list,
.contact-information .section-title {
  margin-bottom: 100px;
}
.contact-info-item {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 320px;
  margin-bottom: 30px;
}
.contact-info-social ul li:hover a {
  border-color: inear-gradient(135deg, #ff7a00, #ffb347);
}
.contact-info-social ul li a i {
  font-size: 16px;
  transition: 0.3s ease-in-out;
}
.contact-us-form .form-group label {
  font-family: var(--accent-font);
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 5px;
}
.contact-us-form .form-control {
  padding: 12px 0;
  font-size: 16px;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid var(--divider-color);
  border-radius: 0;
  color: var(--primary-color);
  box-shadow: none;
  outline: 0;
}
.contact-us-form .form-control::placeholder {
  color: var(--primary-color);
  text-transform: capitalize;
}
.google-map-iframe {
  width: 100%;
  height: 550px;
}
.google-map-iframe iframe {
  width: 100%;
  height: 550px;
  border-radius: 30px;
}
.faq-catagery-list {
  background-color: var(--secondary-color);
  border-radius: 30px;
  padding: 30px;
}
.faq-catagery-list ul li {
  position: relative;
  border-bottom: 1px solid var(--divider-color);
  margin-bottom: 20px;
  padding-bottom: 20px;
  padding-right: 25px;
}
.faq-catagery-list ul li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.faq-catagery-list ul li:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  transform: translateY(6px);
  background: url("../images/arrow-orange.svg") center center/12px auto
    no-repeat;
  width: 14px;
  height: 14px;
  transition: 0.3s ease-in-out;
}
.faq-catagery-list ul li:hover:before {
  transform: translateY(6px) rotate(45deg);
}
.faq-catagery-list ul li a {
  display: block;
  color: var(--primary-color);
  text-transform: capitalize;
  transition: 0.3s ease-in-out;
}
.error-page-image {
  text-align: center;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1820px) {
  .bg-section {
    width: calc(100% - 100px);
    margin: 0 50px;
  }
  .main-footer {
    margin-bottom: 50px;
  }
  .perfect-fleet.bg-section {
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1366px) {
  .bg-section,
  .contact-info-form {
    width: calc(100% - 30px);
    margin: 0 15px;
  }
  .main-footer {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 1024px) {
  .main-menu ul li {
    margin-left: 0;
  }
}
@media only screen and (max-width: 991px) {
  .post-social-sharing ul,
  .section-btn {
    text-align: left;
  }
  .navbar-toggle,
  .responsive-menu,
  .slicknav_nav li,
  .slicknav_nav ul {
    display: block;
  }
  .header-btn .btn-default {
    display: none;
  }
  .section-icon-btn {
    width: 40px;
    height: 40px;
  }
  .section-icon-btn img {
    max-width: 12px;
  }
  .bg-section {
    width: 100%;
    margin: 0;
    border-radius: 0;
  }
  .how-work-content,
  .page-faqs .rental-condition-accordion,
  .section-row {
    margin-bottom: 40px;
  }
  .about-content-body,
  .error-page-image,
  .fleets-single-slider,
  .highlighted-article-post,
  .our-projects-nav,
  .pricing-item-content,
  .pricing-item-image,
  .section-title,
  .service-gallery,
  .vision-mission-content {
    margin-bottom: 30px;
  }
  .section-title h1 {
    font-size: 54px;
  }
  .error-page-content-heading h2,
  .post-entry h2,
  .pricing-item-content h2 sup,
  .section-title h2 {
    font-size: 36px;
  }
  .section-title p {
    margin-top: 15px;
  }
  .section-btn {
    margin-top: 20px;
  }
  .hero {
    padding-bottom: 0;
  }
  .hero-section.bg-section {
    padding: 100px 0 150px;
    margin-bottom: 30px;
  }
  .hero-slider-layout .hero-slide {
    padding: 100px 0 150px;
  }
  .hero-slider-layout .hero-pagination {
    bottom: 50px;
  }
  .rent-details {
    position: initial;
  }
  .rent-details-box {
    display: block;
    padding: 20px;
  }
  .rent-details-item {
    width: calc(33.33% - 13.33px);
  }
  .rent-details-item:nth-child(3n + 3) {
    border: none;
    padding-right: 0;
  }
  .rent-details-search a {
    margin: 0;
  }
  .about-us,
  .about-us.page-about-us,
  .cta-box,
  .error-page,
  .intro-video,
  .latest-article,
  .our-faqs,
  .our-services,
  .our-testimonial,
  .our-video,
  .page-blog,
  .page-faqs,
  .page-fleets,
  .page-fleets-single,
  .page-service-single,
  .page-single-post,
  .page-team-single,
  .vision-mission,
  .why-choose-us {
    padding: 50px 0;
  }
  .about-image {
    width: 100%;
    max-width: 550px;
    padding-bottom: 100px;
    margin: 0 auto 30px;
  }
  .about-trusted-booking,
  .how-work-accordion .accordion-item,
  .our-faqs-accordion .accordion-item {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .about-trusted-booking .icon-box img {
    max-width: 64px;
  }
  .trusted-booking-content {
    width: calc(100% - 84px);
  }
  .faq-catagery-list,
  .perfect-fleet-item,
  .service-item,
  .testimonial-item {
    padding: 20px;
  }
  .about-footer .footer-logo,
  .contact-info-item,
  .cta-contact-content,
  .cta-contact-item .icon-box,
  .error-page-content-heading,
  .fleets-single-sidebar-list ul li,
  .footer-links h3,
  .footer-newsletter h3,
  .perfect-fleet-item .image-box,
  .perfect-fleet-title,
  .post-image,
  .post-item .post-featured-image,
  .service-catagery-list h3,
  .service-content,
  .service-entry p,
  .service-entry ul,
  .service-item .icon-box,
  .team-member-features .section-title,
  .team-member-intro .section-title {
    margin-bottom: 20px;
  }
  .fleets-pagination,
  .post-pagination,
  .services-box-footer {
    margin-top: 10px;
  }
  .page-contact-us,
  .perfect-fleet {
    padding: 50px 0 25px;
  }
  .perfect-fleet-item .image-box img {
    max-width: 200px;
  }
  .fleets-search-box,
  .fleets-single-sidebar-list,
  .fleets-single-sidebar-pricing,
  .perfect-fleet-body,
  .team-member-body,
  .team-member-title,
  .testimonial-header {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .member-social-list ul li a i,
  .perfect-fleet-pricing h2,
  .team-social-icon ul li a i {
    font-size: 22px;
  }
  .luxury-collection {
    padding: 25px 0;
  }
  .luxury-collection-item {
    width: calc(50% - 5px);
  }
  .luxury-collection-image img {
    aspect-ratio: 1/1.3;
  }
  .luxury-collection-title {
    top: 30px;
    left: 30px;
    right: 30px;
  }
  .luxury-collection-title h2 {
    font-size: 24px;
  }
  .luxury-collection-btn {
    bottom: 30px;
    right: 30px;
  }
  .google-map,
  .how-it-work {
    padding: 25px 0 50px;
  }
  .how-work-image {
    background-size: 40% auto;
    padding-bottom: 30px;
    max-width: 600px;
    margin: 0 auto;
  }
  .booking-form,
  .cta-box-content {
    max-width: 100%;
  }
  .how-work-accordion .accordion-item .icon-box,
  .our-faqs-accordion .accordion-item .icon-box {
    top: 0;
  }
  .faq-catagery-list ul li,
  .service-catagery-list ul li,
  .trusted-client-content {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .post-entry blockquote p,
  .trusted-client-content h3,
  .vision-mission-list ul li:before {
    font-size: 18px;
  }
  .video-play-button {
    padding-bottom: 80px;
    margin-bottom: 40px;
  }
  .why-choose-item {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  .why-choose-image {
    margin: 30px 0 0;
  }
  .footer-links,
  .vision-image {
    margin-left: 0;
  }
  .why-choose-image img {
    aspect-ratio: 1/1.6;
  }
  .why-choose-image::before {
    background-size: 50% auto;
  }
  .our-faqs-image::before {
    background-size: 80% auto;
  }
  .our-faqs-content {
    margin-left: 0;
    margin-bottom: 30px;
  }
  .post-tags,
  .testimonial-rating {
    margin-bottom: 10px;
  }
  .post-entry ul li,
  .testimonial-rating i {
    font-size: 16px;
  }
  .article-post .article-featured-img img,
  .highlighted-article-featured-img img {
    aspect-ratio: 1/0.7;
  }
  .article-post-body .article-meta ul li a i {
    font-size: 16px;
    margin-right: 5px;
  }
  .article-post-content .read-story-btn::after {
    width: 22px;
    height: 22px;
  }
  .main-footer {
    padding: 50px 0 0;
    margin: 0;
  }
  .about-footer {
    padding-right: 0;
    margin-bottom: 40px;
  }
  .footer-newsletter-form .form-group .form-control,
  .our-projects-nav ul li .nav-link {
    padding: 12px 20px;
  }
  .footer-copyright {
    padding: 20px 0;
    margin-top: 40px;
  }
  .page-header {
    padding: 100px 0;
  }
  .page-header-box h1 {
    font-size: 54px;
    margin-bottom: 10px;
  }
  .exclusive-partners,
  .our-team,
  .page-cars,
  .page-drivers,
  .page-gallery,
  .page-pricing,
  .page-services,
  .page-testimonials,
  .page-video-gallery {
    padding: 50px 0 20px;
  }
  .partners-logo {
    padding: 20px 30px;
  }
  .our-projects-nav .nav-tabs {
    padding: 10px;
  }
  .our-projects-nav ul li {
    margin-right: 20px;
  }
  .vision-mission-list ul li {
    font-size: 18px;
    margin-bottom: 15px;
    padding-left: 25px;
  }
  .vision-image {
    text-align: center;
  }
  .page-gallery-box .photo-gallery img,
  .video-gallery-image img,
  .vision-image img {
    aspect-ratio: 1/0.8;
  }
  .customer-counter-image img {
    aspect-ratio: 1/1.1;
  }
  .satisfied-customer-counter {
    position: absolute;
    top: 20px;
    left: 20px;
  }
  .satisfied-customer-counter h3 {
    font-size: 34px;
  }
  .satisfied-customer-image {
    bottom: 20px;
    left: 20px;
  }
  @keyframes satisfiedmoveobject {
    50% {
      left: 60px;
    }
  }
  .satisfied-customer-image img {
    max-width: 160px;
  }
  .video-image-box {
    padding-bottom: 40px;
  }
  .video-image img {
    aspect-ratio: 1/0.76;
  }
  .video-image-play-button a {
    width: 90px;
    height: 90px;
  }
  .video-image-play-button a i {
    font-size: 26px;
  }
  .faq-sidebar,
  .service-sidebar,
  .team-member-details {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .fleets-benefits,
  .service-catagery-list {
    padding: 20px;
    margin-bottom: 30px;
  }
  .sidebar-cta-box {
    padding: 30px 20px;
  }
  .cta-contact-content h2 {
    font-size: 32px;
    margin-bottom: 15px;
  }
  .service-entry {
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
  .service-entry h2 {
    font-size: 36px;
    margin-bottom: 20px;
  }
  .service-gallery a {
    cursor: none;
  }
  .service-gallery img {
    aspect-ratio: 1/0.85;
  }
  .fleets-sidebar {
    margin-bottom: 30px;
    padding: 20px;
  }
  .fleets-sidebar-list-box {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
  }
  .fleets-sidebar-list {
    width: calc(33.33% - 20px);
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .booking-form {
    margin: 0;
    padding: 30px;
  }
  .booking-form .mfp-close {
    width: 30px;
    height: 30px;
  }
  .fleets-single-sidebar {
    padding: 30px;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .fleets-single-sidebar-pricing h2 {
    font-size: 40px;
  }
  .fleets-single-sidebar-btn {
    width: 100%;
    max-width: 300px;
  }
  .fleets-information {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .fleets-information-list ul li,
  .team-member-body ul li,
  .team-member-specialty ul li {
    margin-bottom: 15px;
  }
  .fleets-information-list ul li:before {
    top: 2px;
  }
  .fleets-amenities,
  .team-member-features,
  .team-member-intro {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .rental-condition-accordion .accordion-header .accordion-button,
  .rental-condition-accordion .accordion-item .accordion-body {
    padding: 15px 40px 15px 15px;
  }
  .team-member-image img {
    aspect-ratio: 1/0.9;
  }
  .team-member-content {
    padding: 30px;
  }
  .team-member-title h2 {
    font-size: 28px;
    margin-bottom: 0;
  }
  .post-item {
    height: calc(100% - 30px);
    margin-bottom: 30px;
  }
  .post-single-meta ol li i {
    font-size: 20px;
  }
  .post-entry blockquote {
    background: var(--secondary-color) url("../images/icon-blockquote.svg")
      no-repeat 30px 35px;
    background-size: 45px;
    padding: 25px 25px 25px 90px;
    margin-bottom: 20px;
  }
  .post-tag-links {
    padding: 0;
  }
  .post-tags .tag-links a {
    font-size: 16px;
    padding: 8px 15px;
  }
  .pricing-item {
    padding: 40px;
  }
  .pricing-item-content h2 {
    font-size: 50px;
  }
  .contact-info-form {
    background: 0 0;
    padding: 30px 15px;
  }
  .contact-information {
    padding: 30px;
    margin-bottom: 30px;
    margin-right: 0;
  }
  .contact-info-list,
  .contact-information .section-title {
    margin-bottom: 50px;
  }
  .contact-info-item .icon-box img {
    max-width: 30px;
  }
  .contact-info-content {
    width: calc(100% - 45px);
  }
  .google-map-iframe,
  .google-map-iframe iframe {
    height: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .fleets-single-sidebar-pricing h2,
  .hero-title,
  .page-header-box h1,
  .section-title h1 {
    font-size: 30px;
    padding-top: 30px;
  }
  .cta-box-content,
  .customer-counter-item,
  .page-faqs .rental-condition-accordion,
  .section-row {
    margin-bottom: 30px;
  }
  .hero-title {
    line-height: 1.2;
    color: #fff;
  }
  .section-title h2 {
    font-size: 20px !important;
  }
  .section-title h3 {
    margin-bottom: 10px;
    padding-left: 20px;
  }
  .section-title h3::before {
    width: 16px;
    height: 16px;
  }
  .hero {
    padding-bottom: 0;
  }

  .rent-details-item,
  .rent-details-item:nth-child(3n + 3) {
    padding-right: 0;
    border-bottom: 1px solid var(--divider-color);
  }
  .hero-slider-layout .hero-pagination {
    bottom: 20px;
  }
  .hero-content .section-title p {
    max-width: 100%;
    margin: 10px 0 0;
  }
  .hero-content-body .btn-default.btn-highlighted {
    margin-left: 0;
    margin-top: 15px;
  }
  .rent-details-item {
    border-right: 0;
    width: 100%;
    padding-bottom: 20px;
  }
  .rent-details-item:last-child {
    border: none;
    padding-bottom: 0;
  }
  .about-image {
    background-position: bottom 25px right 35px;
    background-size: 50% auto;
    padding-bottom: 70px;
  }
  .about-img-1 {
    width: 250px;
  }
  .about-img-2 {
    width: 200px;
  }
  .about-trusted-booking .icon-box {
    margin-right: 10px;
    padding: 5px 0 0 5px;
  }
  .about-trusted-booking .icon-box img {
    max-width: 60px;
  }
  .trusted-booking-content {
    width: calc(100% - 70px);
  }
  .service-content h3,
  .trusted-booking-content h3,
  .why-choose-content h3 {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .service-item .icon-box img {
    max-width: 54px;
  }
  .perfect-fleet-item .image-box,
  .perfect-fleet-title {
    margin-bottom: 15px;
  }
  .author-content h3,
  .fleets-list-title h3,
  .how-work-accordion .accordion-header .accordion-button::after,
  .our-faqs-accordion .accordion-header .accordion-button::after,
  .page-header-box ol li.breadcrumb-item,
  .perfect-fleet-title h2,
  .post-single-meta ol li i,
  .service-catagery-list h3,
  .service-entry h3,
  .team-feedback-body h3,
  .team-member-title p {
    font-size: 18px;
  }
  .perfect-fleet-body {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .perfect-fleet-title h3 {
    padding: 8px 15px;
  }
  .luxury-collection-title h2,
  .member-social-list ul li a i,
  .perfect-fleet-pricing h2,
  .tag-links,
  .team-social-icon ul li a i {
    font-size: 20px;
  }
  .car-details-btn,
  .testimonial-btn {
    margin-top: 30px;
  }
  .perfect-fleet-btn .section-icon-btn {
    width: 34px;
    height: 34px;
  }
  .perfect-fleet-btn .section-icon-btn img {
    max-width: 10px;
  }
  .car-details-slider .car-button-next,
  .car-details-slider .car-button-prev,
  .testimonial-slider .testimonial-button-next,
  .testimonial-slider .testimonial-button-prev {
    width: 40px;
    height: 40px;
  }
  .car-details-slider .car-button-next::before,
  .car-details-slider .car-button-prev::before,
  .testimonial-slider .testimonial-button-next::before,
  .testimonial-slider .testimonial-button-prev::before {
    background-size: 12px auto;
  }
  .luxury-collection .container-fluid {
    padding: 0 15px;
  }
  .fleets-benefits,
  .luxury-collection-box,
  .service-entry ul,
  .team-features-list ul {
    display: block;
  }
  .luxury-collection-item {
    width: 100%;
    margin-bottom: 30px;
  }
  .fleets-benefits-item:last-child,
  .luxury-collection-item:last-child,
  .our-projects-nav ul li:last-child,
  .service-entry ul li:last-child,
  .team-features-list ul li:last-child {
    margin-bottom: 0;
  }
  .luxury-collection-image img {
    aspect-ratio: 1/1.2;
  }
  .how-work-accordion .accordion-item .icon-box img {
    max-width: 30px;
  }
  .how-work-accordion .accordion-item .accordion-button {
    font-size: 18px;
    padding: 5px 30px 5px 50px;
  }
  .how-work-accordion .accordion-item .accordion-body,
  .our-faqs-accordion .accordion-item .accordion-body {
    padding: 5px 30px 0 0;
  }
  .how-work-img::before {
    width: 100%;
  }
  .trusted-client {
    right: 50px;
    margin: 0 auto;
    padding: 15px;
  }
  @keyframes trustedmoveobject {
    50% {
      right: 100px;
    }
  }
  .fleets-information-list ul li,
  .trusted-client-content h3,
  .vision-mission-list ul li {
    font-size: 16px;
  }
  .trusted-client-content {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .video-play-button a {
    width: 64px;
    height: 64px;
  }
  .team-member-title h2,
  .video-play-button a i {
    font-size: 24px;
  }
  .video-play-button {
    padding-bottom: 50px;
    margin-bottom: 30px;
  }
  .why-choose-item {
    margin-bottom: 20px;
    padding: 3%;
  }
  .why-choose-image {
    margin: 30px 0;
  }
  .why-choose-image img {
    aspect-ratio: 1/1.4;
  }
  .our-faqs-image::before,
  .why-choose-image::before {
    background-size: 100% auto;
  }
  .faqs-img-1 figure,
  .faqs-img-2 figure {
    width: 100%;
    height: 100%;
  }
  .faqs-img-1 {
    margin-right: -10px;
  }
  .faqs-img-2 {
    margin-left: -10px;
  }
  .our-faqs-accordion .accordion-item .accordion-button {
    font-size: 18px;
    padding: 5px 30px 5px 0;
  }
  .highlighted-article-body {
    max-width: 100%;
    bottom: 20px;
    left: 20px;
  }
  .highlighted-article-body .highlighted-article-content h3,
  .post-item-content h2 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .article-post {
    display: flex;
  }
  .highlighted-article-featured-img img {
    aspect-ratio: 1/0.9;
  }
  .article-post .article-featured-img {
    width: 40%;
    margin-right: 10px;
  }
  .article-post .article-featured-img img {
    aspect-ratio: 1/0.98;
  }
  .article-post .article-post-body {
    width: 60%;
    margin-left: 0;
  }
  .article-post-body .article-meta {
    margin-bottom: 5px;
  }
  .article-post-body .article-meta ul li a i {
    font-size: 14px;
  }
  .article-post-body .article-post-content h3,
  .team-member-body ul li {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .article-post-content .read-story-btn {
    padding-right: 30px;
  }
  .contact-info-list,
  .contact-information .section-title,
  .footer-links {
    margin-bottom: 40px;
  }
  .footer-copyright {
    margin-top: 40px;
  }
  .footer-copyright-text {
    text-align: center;
    margin-bottom: 10px;
  }
  .footer-copyright .footer-social-links ul {
    text-align: center;
  }
  .partners-logo {
    padding: 15px 20px;
    margin-bottom: 20px;
  }
  .partners-logo img {
    width: 100%;
    margin: 0;
  }
  .our-projects-nav .nav-tabs {
    justify-content: center;
  }
  .our-projects-nav ul li {
    margin-right: 10px;
    margin-bottom: 15px;
  }
  .vision-mission-list ul li:before {
    top: 4px;
  }
  .cta-contact-content h2,
  .error-page-content-heading h2,
  .post-entry h2,
  .satisfied-customer-counter h3,
  .service-entry h2 {
    font-size: 28px;
  }
  .video-image-box {
    padding-bottom: 40px;
  }
  .video-image-play-button {
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
  }
  .video-image-play-button a {
    width: 80px;
    height: 80px;
  }
  .video-image-play-button a i {
    font-size: 22px;
  }
  .cta-contact-item .icon-box img {
    max-width: 55px;
  }
  .service-entry ul li {
    width: 100%;
    font-size: 16px;
    margin-bottom: 15px;
  }
  .service-entry ul li:before,
  .team-features-list ul li::before,
  .team-member-specialty ul li::before {
    font-size: 18px;
    top: 4px;
  }
  .booking-form {
    padding: 30px 20px;
  }
  .booking-form .mfp-close {
    width: 25px;
    height: 25px;
  }
  .fleets-sidebar-list-box {
    display: block;
    gap: 0;
  }
  .fleets-sidebar-list {
    width: 100%;
    border-bottom: 1px solid var(--divider-color);
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .fleets-list-title {
    margin-bottom: 10px;
  }
  .fleets-single-sidebar-btn {
    max-width: 100%;
  }
  .contact-information,
  .fleets-single-sidebar,
  .team-member-content {
    padding: 20px;
  }
  .fleets-benefits-item {
    width: 100%;
    margin-bottom: 20px;
  }
  .fleets-benefits-content h3 {
    font-size: 18px;
    margin-bottom: 0;
  }
  .fleets-amenities-list ul li {
    font-size: 16px;
    width: calc(50% - 10px);
  }
  .team-member-specialty ul li {
    position: relative;
    font-size: 16px;
    padding-left: 25px;
  }
  .team-features-list ul li {
    width: 100%;
    font-size: 16px;
    padding-left: 25px;
    margin-bottom: 15px;
  }
  .team-member-slider .swiper-pagination {
    margin-top: 20px;
  }
  .post-image figure,
  .post-image img {
    aspect-ratio: 1/0.7;
  }
  .post-entry blockquote {
    background: var(--secondary-color) url(../images/icon-blockquote.svg)
      no-repeat 20px 20px;
    background-size: 35px;
    padding: 55px 20px 20px;
  }
  .pricing-item {
    padding: 30px;
  }
  .page-faqs .faqs-section-title,
  .pricing-item-content,
  .pricing-item-image {
    margin-bottom: 20px;
  }
  .pricing-item-image img {
    max-width: 220px;
  }
  .pricing-item-content h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .pricing-item-content h2 {
    font-size: 40px;
  }
  .pricing-item-content h2 sup {
    font-size: 32px;
  }
  .contact-info-form {
    width: 100%;
    border: none;
    padding: 0;
    margin: 0;
  }
  .contact-info-item .icon-box img {
    max-width: 26px;
  }
}

/*  */
@media (max-width: 576px) {
  .hero-actions {
    flex-direction: row; /* 🔥 force one line */
    justify-content: flex-start;
  }

  .hero-actions a {
    padding: 12px 14px; /* buttons thode compact */
    font-size: 14px;
    white-space: nowrap; /* text break na ho */
  }
  #contact {
    display: none;
  }
  .about-image {
    display: none;
  }
  .mb-4 {
    margin: 0 !important;
  }
  /* Card ke beech distance */
  .why-choose-item {
    margin-bottom: 18px; /* cards ke beech gap */
  }

  /* Card ke andar padding */
  .why-choose-item {
    padding: 18px 16px; /* top-bottom | left-right */
    border-radius: 14px;
  }

  /* Icon aur text ke beech spacing */
  .why-choose-item .icon-box {
    margin-bottom: 12px;
  }

  /* Heading thoda compact */
  .why-choose-content h3 {
    font-size: 16px;
    margin-bottom: 6px;
  }

  /* Paragraph readable */
  .why-choose-content p {
    font-size: 14px;
    line-height: 1.5;
  }
}

/* USP CARDS */
.usp-card {
  background: #fff;
  border-radius: 18px;
  padding: 28px 22px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}

.usp-card h4 {
  font-weight: 700;
  margin: 18px 0 12px;
}

.usp-card ul {
  padding-left: 18px;
  margin: 0;
}

.usp-card ul li {
  font-size: 14px;
  margin-bottom: 8px;
  color: #555;
}

.usp-card p {
  font-size: 14px;
  color: #555;
  margin: 0;
}

/* ICON */
.usp-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bg-soft-orange {
  background: rgba(255, 122, 0, 0.15);
}
.bg-soft-blue {
  background: rgba(59, 130, 246, 0.15);
}
.bg-soft-pink {
  background: rgba(236, 72, 153, 0.15);
}
.bg-soft-green {
  background: rgba(34, 197, 94, 0.15);
}

/* MOBILE IMPROVEMENTS */
@media (max-width: 767px) {
  .usp-card {
    padding: 22px;
  }
}
.compliance-safety-section {
  background: #fafafa;
}

.cs-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.cs-card h5 {
  font-weight: 700;
  margin-bottom: 16px;
}

.cs-card h5 i {
  color: #f59e0b; /* orange theme */
}

.cs-card ul {
  padding-left: 18px;
  margin-bottom: 0;
}

.cs-card ul li {
  margin-bottom: 8px;
  color: #374151;
  font-size: 15px;
}

/* Mobile spacing improvement */
@media (max-width: 576px) {
  .cs-card {
    padding: 20px;
  }
}
/* partner */
.partner-section {
  background: #fff;
  overflow: hidden;
}

.logo-marquee {
  width: 100%;
  overflow: hidden;
}

.logo-track {
  display: flex;
  width: max-content;
  animation: marquee 40s linear infinite;
}

.logo-item {
  flex: 0 0 auto;
  padding: 0 48px;
  display: flex;
  align-items: center;
}

.logo-item img {
  height: 60px;
  width: auto;
  opacity: 0.7;
  filter: grayscale(100%);
  transition: 0.3s ease;
}

.logo-item img:hover {
  opacity: 1;
  filter: grayscale(0);
}

/* PERFECT SEAMLESS LOOP */
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Mobile */
@media (max-width: 576px) {
  .logo-item {
    padding: 0 24px;
  }
  .logo-item img {
    height: 42px;
  }
  #usp,
  #presence {
    scroll-margin-top: 110px;
  }
  #fleet,
  #advantages,
  #services,
  #compliance {
    scroll-margin-top: 70px;
  }
}
/* Contact */
.contact-information {
  background: #003030;
  border-radius: 20px;
}

.contact-information p,
.contact-information a {
  color: #fff;
}

.contact-us-form {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.contact-info-social a {
  color: #fff;
  font-size: 18px;
}
.contact-us-form .form-control {
  height: 52px;
  border-radius: 10px;
  border: 1px solid #e5e7eb;
  font-size: 14px;
}

.contact-us-form textarea.form-control {
  height: auto;
}

.contact-us-form .form-control:focus {
  border-color: #ff9800;
  box-shadow: none;
}

#presence {
  scroll-margin-top:60px;
}
#services,
#compliance {
  scroll-margin-top:60px;
}

/* logo */

/* Navbar height & alignment */
.navbar {
  min-height: 80px;
  display: flex;
  align-items: center;
}

/* Container alignment */
.navbar .container {
  display: flex;
  align-items: center;
}

/* Logo control */


/* Menu spacing */
.navbar-nav .nav-link {
  padding: 10px 14px;
}

/* Mobile logo */
@media (max-width: 768px) {
  .navbar {
    min-height: 70px;
  }
 
}
.navbar-nav .nav-link {
  position: relative;
  transition: color 0.3s ease;
}

.navbar-nav .nav-link.active {
  color: #ff7a00 !important;
  font-weight: 600;
}

.navbar-nav .nav-link.active::after {
  content: "";
  position: absolute;
  left: 0;

  background-color: #ff7a00;
}

.btn-hero-primary,
.btn-hero-secondary {
  padding: 10px 22px; /* earlier zyada hai */
  font-size: 14px;
}
.call-float {
  position: fixed;
  bottom: 90px;
  right: 29px;
  background: #ff7a00;
  color: #fff;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
}
.parallax-about {
  background: url("images/about-banner.jpg") center/cover fixed;
  padding: 120px 0;
  position: relative;
}

.parallax-about .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.parallax-about h2,
.parallax-about p {
  color: #fff;
  position: relative;
}
.section-banner {
  background: #f8f8f8;
  padding: 60px 0;
  text-align: center;
}
/* Button size reduce */
.btn-default,
.btn-hero-primary,
.btn-hero-secondary {
  padding: 10px 22px;
  font-size: 14px;
}

/* Parallax banner */
.parallax-about {
  background: url("../images/about-banner.jpg") center/cover fixed;
  padding: 120px 0;
  position: relative;
}
.parallax-about .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}
.parallax-about h2,
.parallax-about p {
  color: #fff;
  position: relative;
}

/* Section divider */
.section-banner.light-divider {
  background: #f8f9fa;
  padding: 60px 0;
}

/* Alternate service layout */
.alt-layout {
  background: #fff7f0;
  border-left: 4px solid #ff7a00;
}

/* Quick Form Strat  */
/* QUICK FORM CARD */
.quick-form-card {
  border-radius: 20px;
}

/* INPUT & SELECT */
.quick-form-card .form-control {
  height: 48px;
  border-radius: 12px; /* smooth modern corners */
  border: 1px solid #d7dee6;
  font-size: 14px;
  padding: 10px 14px;
  box-shadow: none;
  transition: all 0.25s ease;
}

/* PLACEHOLDER STYLE */
.quick-form-card .form-control::placeholder {
  color: #9aa3af; /* soft, premium grey */
  font-weight: 400;
  letter-spacing: 0.2px;
}

/* FOCUS STATE */
.quick-form-card .form-control:focus {
  border-color: #ff7a00;
  box-shadow: 0 0 0 3px rgba(255, 122, 0, 0.15);
}

/* SELECT ARROW CLEAN LOOK */
.quick-form-card select.form-control {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%239aa3af' viewBox='0 0 16 16'%3E%3Cpath d='M4.646 6.646a.5.5 0 0 1 .708 0L8 9.293l2.646-2.647a.5.5 0 0 1 .708.708l-3 3a.5.5 0 0 1-.708 0l-3-3a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 14px;
  cursor: pointer;
}

/* BUTTON */
.quick-form-card .btn-primary {
  border-radius: 30px; /* pill shape */
  font-weight: 600;
  letter-spacing: 0.3px;
  padding: 12px 16px;
}

/* FOOT NOTE */
.qs-foot-note {
  margin-top: 10px;
  font-size: 13px;
  color: #6b7280;
  text-align: center;
}

/* Quick Form End  */




/* About Start */
/* ABOUT US V2 */
.about-us-v2 {
  position: relative;
  padding: 100px 0;
  overflow: hidden;
  color: #003030;
}

/* Background */
.about-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  z-index: 1;
}

/* Overlay */
.about-overlay {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.92);
  z-index: 2;
}

/* Content layer */
.about-us-v2 .container {
  z-index: 3;
}

/* Header */
.about-tag {
  color: #ff7a00;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 8px;
}

/* Fancy heading */
.fancy-heading {
  font-size: 36px;
  font-weight: 800;
  line-height: 1.2;
}

.fancy-heading span {
  display: block;
  color: #ff7a00;
  font-weight: 700;
}

.fancy-heading::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background: #ff7a00;
  margin: 12px auto 0;
  border-radius: 2px;
}

.about-subtitle {
  max-width: 720px;
  margin: 10px auto 0;
  color: #4b5563;
}

/* Equal height fix */
.about-us-v2 .row {
  display: flex;
}

/* Left card */
.about-card {
  background: #ffffff;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Highlights */
.about-highlights {
  display: flex;
  gap: 20px;
  margin-top: 30px;
}

.highlight-box {
  flex: 1;
  background: #f9fafb;
  border-radius: 14px;
  padding: 20px;
  text-align: center;
}

.highlight-box h4 {
  color: #ff7a00;
  font-size: 26px;
  margin-bottom: 5px;
}

.highlight-box p {
  font-size: 13px;
  color: #6b7280;
}

/* Right image */
.about-image-v2 {
  height: 100%;
}

.about-image-v2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}
/* About section clean button */
/* About section – soft premium button */
.btn-about {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 11px 24px;
  background: linear-gradient(135deg, #ff9f43, #ff7a00); /* 👈 lighter */
  color: #ffffff;

  font-size: 14px;
  font-weight: 600;
  border-radius: 12px;

  text-decoration: none;
  box-shadow: 0 8px 18px rgba(255, 122, 0, 0.25);
  transition: all 0.25s ease;
}

/* Hover – NO arrow, only soft lift */
.btn-about:hover {
  background: linear-gradient(135deg, #ffb066, #ff8a1f);
  color: #ffffff;
  transform: translateY(-1px);
}

/* 🚫 FORCE REMOVE arrow if inherited */
.btn-about::after,
.btn-about::before {
  content: none !important;
}


/* About End */
/* Fleet Card Image Container */
.perfect-fleet-item .image-box {
  height: 220px;                /* fixed height */
  display: flex;
  align-items: center;          /* vertical center */
  justify-content: center;      /* horizontal center */
  background: #f9fafb;          /* light neutral bg */
  border-radius: 16px;
  padding: 10px;
}

/* Fleet PNG Image */
.perfect-fleet-item .image-box img {
  max-width: 90%;
  max-height: 170px;
  object-fit: contain;
  display: block;
}





/* Section Image  */
.section-heading-image {
  position: relative;
  padding: 80px 24px;
  margin-bottom: 50px;
  text-align: center;
  border-radius: 28px;
  overflow: hidden;

  background:
    linear-gradient(
      rgba(255, 255, 255, 0.7),
      rgba(255, 255, 255, 0.7)
    ),
    var(--section-img) center / cover no-repeat;

  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12);
}



/* small tag */
.section-heading-image h6 {
  color: #ff7a00;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

/* main heading */
.section-heading-image h2 {
  font-size: 42px;
  font-weight: 800;
  color: #003030;
  margin-bottom: 10px;
}

/* subtitle */
.section-heading-image p {
  color: #555;
  max-width: 700px;
  margin: 0 auto;
}

/* mobile responsive */
@media (max-width: 768px) {
  .section-heading-image h2 {
    font-size: 30px;
  }
  .call-float {
  position: fixed;
  bottom: 90px;
  right: 20px;
  background: #ff7a00;
  color: #fff;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
}
.about-highlights {
  display: flex;
  gap: 0px;
  margin-top:0px;
}
}


/* Complence */

/* ================= COMPLIANCE TABS ================= */

.compliance-tabs {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.compliance-tabs .tab-btn {
  background:#003030;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 30px;
  cursor: pointer;
  font-weight: 500;
  transition: all 0.3s ease;
}

.compliance-tabs .tab-btn.active {
  background: linear-gradient(135deg, #ff7a00, #ff9a3c);
  color: #fff;
}

/* Tab visibility */
.tab-content {
  display: none;
  margin-top: 25px;
}

.tab-content.active {
  display: block;
}

/* Compliance Card */
.compliance-box {
  background: #003030;
  border-radius: 18px;
  padding: 28px;
  color: #e5e7eb;
}

.compliance-box h4 {
  color: #ffffff;
  margin-bottom: 15px;
}

.compliance-box ul {
  padding-left: 18px;
}

.compliance-box ul li {
  margin-bottom: 8px;
}
/* Compliance section heading style */
.compliance-title {
  color: #ffffff;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 18px;
}

/* Orange + Yellow underline */
.compliance-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 70px;
  height: 3px;
  background: linear-gradient(90deg, #ff7a00, #ffc107);
  border-radius: 3px;
}



/* Modal -Form  */
/* ================= QUOTE MODAL COMPACT ================= */
/* Modal Base */
.quote-modal {
  background: radial-gradient(
    circle at top,
    #0b3d3d,
    #003030 65%,
    #001f1f
  );
  border-radius: 18px;
  padding: 26px 30px;
  color: #fff;
  max-width: 820px;
  max-height: 85vh;
  overflow-y: auto;
  position: relative;
}

/* Close Button */
.quote-modal .btn-close {
  position: absolute;
  top: 16px;
  right: 16px;
  filter: invert(1);
}

/* Title */
.quote-modal .modal-title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 6px;
}

/* Subtitle */
.quote-modal .modal-subtitle {
  font-size: 14px;
  opacity: 0.85;
  margin-bottom: 18px;
}

/* Labels */
.quote-modal label {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 6px;
  display: block;
}

/* Inputs */
.quote-modal input,
.quote-modal select,
.quote-modal textarea {
  width: 100%;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff;
  padding: 11px 14px;
  border-radius: 10px;
  font-size: 14px;
  outline: none;
}

.quote-modal input::placeholder,
.quote-modal textarea::placeholder {
  color: rgba(255, 255, 255, 0.55);
}

/* Textarea */
.quote-modal textarea {
  min-height: 95px;
  resize: none;
  margin-top: 6px;
}

/* Two Column Rows */
.quote-modal .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 14px;
}

/* WhatsApp Button */
.whatsapp-btn {
  width: 100%;
  margin-top: 20px;
  padding: 14px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  color: #000;
  background: linear-gradient(90deg, #ff9800, #ffca28);
}

/* Footer Note */
.form-note {
  font-size: 12px;
  opacity: 0.75;
  margin-top: 10px;
  text-align: center;
}

/* Responsive */
@media (max-width: 768px) {
  .quote-modal {
    padding: 22px;
  }

  .quote-modal .form-row {
    grid-template-columns: 1fr;
  }
}
/* 🔥 Bootstrap modal ko header ke upar lao */
.modal {
  z-index: 9999 !important;
}

.modal-backdrop {
  z-index: 9998 !important;
}

/* Header ka z-index thoda kam rakho */
.main-header,
.header-sticky,
.navbar {
  z-index: 999 !important;
}
.navbar-toggler {
  border: none;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0,48,48,1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
/* Compliance tabs – mobile one-line scroll */
.compliance-tabs {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 6px;
}

/* hide scrollbar (optional but clean) */
.compliance-tabs::-webkit-scrollbar {
  display: none;
}

/* tab button */
.compliance-tabs .tab-btn {
  flex: 0 0 auto;
  white-space: nowrap;
  padding: 10px 16px;
  font-size: 14px;
  border-radius: 999px;
}

/* mobile specific tuning */
@media (max-width: 768px) {
  .compliance-tabs {
    flex-wrap: nowrap;
  }
}






/* Header fix height */




/* HEADER */
.main-header {
  background: #fff;
  z-index: 1050;
}

/* Header height fixed */
.header-container {
  position: relative;
}

/* FLOATING LOGO */
.floating-logo {
  position: absolute;
  left: 0;
margin-top: 30px;
  transform: translateY(-50%);
  z-index: 1100;
}

.floating-logo img {
  height: 150px;
  background: #fff;
  padding: 6px;
  border-radius: 50%;
  box-shadow: 0 8px 24px rgba(0,0,0,0.15);
}

/* Desktop overlap effect */
@media (min-width: 992px) {
  .floating-logo {
    top: 65%;
  }
}

/* MOBILE FIX */
@media (max-width: 991px) {
  .floating-logo {
    position: relative;
    transform: none;
    top: auto;
  }

  .floating-logo img {
    height: 60px;
    padding: 4px;
  }
}
/* Header ke Contact button se arrow remove */
.main-header .btn-default.btn-highlighted::before,
.main-header .btn-default.btn-highlighted::after {
  display: none !important;
  content: none !important;
}
/* ===== Mobile Navbar Menu Styling ===== */
@media (max-width: 991px) {

  /* Mobile menu background */
  .main-header .navbar-collapse {
    background: #ffffff;
    border-radius: 16px;
    padding: 16px 18px;
    margin-top: 14px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
  }

  /* Menu list reset */
  .main-header .navbar-nav {
    gap: 0;
  }

  /* Each menu item */
  .main-header .navbar-nav .nav-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08); /* 🔥 divider */
  }

  /* Last item border remove */
  .main-header .navbar-nav .nav-item:last-child {
    border-bottom: none;
  }

  /* Menu links */
  .main-header .navbar-nav .nav-link {
    padding: 14px 6px;
    font-size: 16px;
    font-weight: 600;
    color: #003030;
  }

  /* Active / hover */
  .main-header .navbar-nav .nav-link:hover,
  .main-header .navbar-nav .nav-link.active {
    color: #ff7a00;
  }

  /* Contact button divider separation */
  .main-header .header-btn {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px dashed rgba(0, 0, 0, 0.15);
    text-align: center;
  }

  .main-header .header-btn a {
    width: 100%;
  }
}
/* ===== NAVBAR TOGGLER FIX ===== */
.navbar-toggler {
  border: none;
  background: transparent;
  padding: 8px;
  z-index: 1200;
}

/* Hamburger lines */
.navbar-toggler span {
  display: block;
  width: 24px;
  height: 2.5px;
  background-color: #003030; /* 🔥 visible color */
  margin: 5px 0;
  border-radius: 2px;
  transition: all 0.3s ease;
}

/* On mobile ensure visibility */
@media (max-width: 991px) {
  .navbar-toggler {
    display: block;
  }
}
/* ================= HEADER STICKY LOGIC ================= */

/* Default header style */
.main-header {
  background: #fff;
  width: 100%;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  z-index: 1050;
}

/* ===== DESKTOP: STICKY ===== */
@media (min-width: 992px) {
  .main-header {
    position: sticky;
    top: 0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  }
}

/* ===== MOBILE: NOT STICKY ===== */
@media (max-width: 991px) {
  .main-header {
    position: fixed;
    top: 0;
    left: 0;
    transform: translateY(0);
  }

  /* hide on scroll down */
  .main-header.hide-header {
    transform: translateY(-100%);
  }
}



/*  */
.presence-cities {
  display: grid;
  gap: 12px;
  justify-content: center;   /* 🔥 center whole grid */
}

/* Desktop */
@media (min-width: 768px) {
  .presence-cities {
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  }
}

/* Mobile – exactly 3 items per row, CENTERED */
@media (max-width: 767px) {
  .presence-cities {
    grid-template-columns: repeat(3, 1fr);
    max-width: 320px;        /* 🔥 grid ko center block banata hai */
    margin: 0 auto;          /* 🔥 horizontal center */
  }
}

/* City pill style */
.presence-cities span {
  background: #f2f6f5;
  padding: 10px 8px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #003030;
  text-align: center;
}
