/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 6,000+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 4.12.6.1774970977
Updated: 2026-03-31 15:29:37

*/
.page {
	background: #060111;
}
.hero-banner-fleet .elementor-background-overlay{
background: linear-gradient(180deg, #060111 0%, rgba(6, 1, 17, 0.4) 50%, #060111 100%);
}
.hfe-search-layout-icon {
    width: fit-content !important;
}
.header-last-col .elementor-widget-wrap {
    display: flex;
    flex-direction: row;
}
.elementor-element.elementor-element-871184b.hfe-search-layout-icon .hfe-search-icon-toggle i.fas.fa-search {
    padding-bottom: 0px;
}
#header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.12);
    animation: slideDown 0.3s ease forwards;
	width: 100%;
	background: #060111;
}
@keyframes slideDown {
    from { transform: translateY(-100%); }
    to { transform: translateY(0); }
}
/* .hero-banner .elementor-background-overlay{
	background: linear-gradient(180deg, #060111 0%, rgba(6, 1, 17, 0.4) 50%, #060111 100%);
} */

.lineargd-title:after {
    position: relative; 
}
.lineargd-title:after {
    position: absolute;
    top: 16px;
    left: 50%;
    content: '';
    background: linear-gradient(180deg, #060111 0%, #785028 50%, #060111 100%);
    width: 2px;
    height: 110px;
    transform: rotate(90deg);
}
.lineargd-title2:after{
	top: 80px;	
}
.lineargd-title-reverse{
	position: relative;
}
.lineargd-title-reverse::after {
	position: absolute;
    top: 0px;
    right: -8%;
    content: '';
    background: linear-gradient(180deg, #060111 0%, #785028 50%, #060111 100%);
    width: 2px;
    height: 110px;
    transform: none;
}
.lineargd-title-fn:after {
    left: 5%; 
}
.services-card{
    position:relative;
    background:#050014;
    border-radius:16px;
    padding:28px 24px;
    overflow:hidden;
    transition:0.35s ease;
    border:0px solid transparent;

    background-image:
        linear-gradient(#050014,#050014),
        linear-gradient(
            180deg,
            rgba(255,255,255,0.45) 0%,
            #8b5a2b 50%,
            rgba(255,255,255,0.25) 100%
        );

    background-origin:border-box;
    background-clip:padding-box,border-box;
}
.services-card::before{
    content:"";
    position:absolute;
    inset:0;
    border-radius:inherit;
    padding:1px;
     background:linear-gradient(
        180deg,
        rgba(255,255,255,0.35) 0%,
        #785028 50%,
        rgba(255,255,255,0.18) 100%
    );
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite:xor;
            mask-composite:exclude;
    pointer-events:none;
}
.service-card:hover{
    transform:translateY(-4px);
    box-shadow:0 12px 35px rgba(120,80,40,0.18);
}
.footer-last-col .elementor-widget-wrap {
    display: flex;
    flex-direction: row;
}
.elementor-container {
    max-width: 1240px !important;
}
.lux-car-card {
  width: 280px;
  padding: 1px;
  border-radius: 16px;
  position: relative;
  background: linear-gradient(
    180deg,
    rgba(255,255,255,0.35) 0%,
    rgba(120,80,40,0.75) 50%,
    rgba(255,255,255,0.12) 100%
  );
  box-shadow:
    0 10px 35px rgba(0,0,0,0.45),
    0 0 0 1px rgba(255,255,255,0.03);
  font-family: "Inter", sans-serif;
}
.lux-car-inner {
  background: #07010f;
  border-radius: 15px;
  overflow: hidden;
}
.lux-car-card img {
    width: 100%;
    height: 188px;
    object-fit: cover;
    display: block;
}
.lux-card-body {
  padding: 16px 14px 18px;
}
.lux-title {
    font-family: 'Montserrat';
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    margin: 0 0 3px;
    color: #D1D5DB;
}
.lux-subtitle {
    font-size: 14px;
    color: #919191;
    margin: 0 0 14px;
    font-weight: 400;
    font-family: 'Montserrat';
}
.lux-tags {
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.lux-tag {
    display: flex;
    align-items: center;
    gap: 6px;
    background: #241d2f;
    border-radius: 7px;
    padding: 8px 7px;
    font-size: 14px;
    color: #D1D5DB;
    line-height: 1;
    font-weight: 400;
    font-family: 'Montserrat';
}
.lux-tag svg {
  width: 14px;
  height: 14px;
  fill: #d9d3e4;
  flex-shrink: 0;
}
.lux-price-box {
  background: #181121;
  border-radius: 8px;
  padding: 13px 12px;
  margin-bottom: 16px;
  border: 1px solid rgba(255,255,255,0.03);
}
.lux-price-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 13px;
}
.lux-price-row:last-of-type {
  margin-bottom: 0;
}
.lux-route {
    font-size: 14px;
    line-height: 1.45;
    color: #D1D5DB;
    font-weight: 400;
    font-family: 'Montserrat';
}
.lux-price {
  font-size: 15px;
  color: #D1D5DB;
  font-weight: 500;
  white-space: nowrap;
  font-family: 'Montserrat';
}
.lux-highlight {
    color: #9C744C;
    font-weight: 600;
    font-size: 15px;
    font-family: 'Montserrat';
}
.lux-note {
    margin: 10px 0 0;
    font-size: 12px;
    color: #919191;
    line-height: 1.4;
    font-family: 'Montserrat';
    font-weight: 400;
}
.lux-book {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: #785028;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.25s ease;
    font-family: 'Montserrat';
}
.lux-book span {
  font-size: 18px;
  transition: transform 0.25s ease;
}
.lux-book:hover {
  color: #e4a45d;
}
.lux-book:hover span {
  transform: translateX(4px);
}
.grad-overlay-banner .elementor-container{
	    max-width: 1340px !important;
}
.lineargd-title-gdb:after {
    top: 75%;
    left: 16%; 
}
.lineargd-travel:after {
    top: 30%;
}
.wpforms-submit {
  position: relative;
}

.wpforms-submit.wpforms-loading {
  pointer-events: none;
  color: transparent !important;
  opacity: 0.85;
}

.wpforms-submit.wpforms-loading::after {
  content: "";
  width: 18px;
  height: 18px;
  border: 2px solid rgba(255,255,255,0.45);
  border-top-color: #fff;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -9px;
  margin-top: -9px;
  animation: wpformsSpin 0.7s linear infinite;
}

@keyframes wpformsSpin {
  to {
    transform: rotate(360deg);
  }
}
/* div.wpforms-container-full input[type=checkbox]:before, div.wpforms-container-full input[type=radio]:before {
    border: 1px solid #374151;
    border-width: var(--wpforms-field-border-size);
    border-style: var(--wpforms-field-border-style);
    border-color: #9C744C !important;
    background-color: #9C744C !important;
    background-clip: padding-box;
    background-image: none;
    border-radius: 4px !important;
} */

div.wpforms-container-full .wpforms-field-checkbox input[type="checkbox"] {
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    accent-color: transparent !important;
    width: 18px !important;
    height: 18px !important;
    min-width: 18px !important;
    border: 1.5px solid #9C744C !important;
    border-radius: 4px !important;

    /* Unchecked background */
    background-color: #16161A !important;
    display: inline-block !important;
    position: relative !important;
    cursor: pointer !important;
    margin-right: 10px !important;
    vertical-align: middle !important;
    transition: all 0.3s ease !important;
    box-shadow: none !important;
    outline: none !important;
}

/* Remove WPForms default white layer */
div.wpforms-container-full input[type="checkbox"]::before,
div.wpforms-container-full input[type="radio"]::before {
    content: none !important;
    background: transparent !important;
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
}
/* Checked state */
div.wpforms-container-full .wpforms-field-checkbox input[type="checkbox"]:checked {
    background-color: #9C744C !important;
    border-color: #9C744C !important;
    /* Custom Tick */
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4.5L4.5 8L11 1' fill='none' stroke='%23060111' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 12px 9px !important;
}
div.wpforms-container-full .wpforms-field-checkbox li {
    display: flex !important;
    align-items: center !important;
}
div.wpforms-container-full .wpforms-field-checkbox input[type="checkbox"]:focus {
    outline: none !important;
    box-shadow: none !important;
}
div.wpforms-container-full input[type=checkbox]:checked:after {
    border-left: 4px solid #000 !important;
    border-bottom: 4px solid #000 !important; 
}
/* div.wpforms-container-full input[type=checkbox]:before, div.wpforms-container-full input[type=radio]:before {
    border-color: #16161A !important;
    background-color: #374151 !important;
} */


.wpforms-container .wpforms-field-checkbox li {
    display: flex !important;
    align-items: center !important;
}
label.wpforms-field-label-inline {
    position: relative;
}
div#wpforms-1439-field_8-description {
    position: absolute;
    top: 12px;
    left: 32px;
    color: #9CA3AF !important;
    font-size: 12px;
    font-family: 'Montserrat';
    font-weight: 400;
}
div#wpforms-1439-field_8-description a{
	color: #fff !important;
	text-decoration: underline;
}
.lineargd-fleet-title::after {
    left: 10%;
    top: 138px;
}
.linear-who-we::after {
    left: 11%;
}
.page-id-910 .grad-overlay-banner .elementor-container {
    max-width: 1400px !important;
}
.linear-why-choose::after {
    left: 16%;
    top: 22px;
}
.page-id-1435 .linear-get::after {
    left: 9%;
}
.linear-faq::after {
    left: 50%;
}
.FAQ .elementor-accordion-item {
    background: #130E1D;
    border: 1px solid #FFFFFF99 !important;
    border-radius: 22px;
    padding: 20px 24px 20px 24px;
    margin-bottom: 16px;
}
.FAQ .elementor-accordion-title {
    color: #D1D5DB !important;
    font-size: 16px !important;
    font-weight: 600;
    font-family: 'Montserrat' !important;
}
.FAQ .elementor-tab-content p {
    color: #D1D5DB;
    font-size: 16px !important;
    font-weight: 400 !important;
    font-family: 'Montserrat' !important;
	margin-bottom: 0px;
}

.fleet-list li{
	padding-bottom: 20px;
}

div#ast-scroll-top {
    display: none !important;
}
.fleet-btn .elementor-button-icon svg{
	height: 38px;
	width: 38px;
}
.fleet-btn span.elementor-button-text {
    padding-top: 12px;
}
.vslider-wrap {
  position: relative;
  padding: 0 0 20px;
  background: transparent;
}
#vsliderPrev img {
    transform: rotate(180deg);
}
.vslider-track-outer {
  overflow: hidden;
  position: relative;
}
.vslider-track {
  display: flex;
  gap: 20px;
  transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  will-change: transform;
  cursor: grab;
}
.vslider-track:active {
  cursor: grabbing;
}
/* ── Slides ── */
.vslide {
    position: relative;
    flex: 0 0 calc((100% - 40px) / 3);
    min-width: calc((100% - 40px) / 3);
    height: 320px;
    border-radius: 12px;
    overflow: hidden;
    background: #181816;
    border: 1px solid #754C24;
}
.vslide-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.vslide:hover .vslide-bg {
  transform: scale(1.04);
}
.vslide-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.92) 0%,
    rgba(0, 0, 0, 0.55) 45%,
    rgba(0, 0, 0, 0.10) 100%
  );
  z-index: 1;
}
.vslide:hover .vslide-overlay {
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.96) 0%,
    rgba(0, 0, 0, 0.65) 50%,
    rgba(0, 0, 0, 0.20) 100%
  );
}
.vslide-content {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2;
    padding: 24px;
    top: 0px;
}
.vslide-title {
    font-family: 'Cinzel';
    font-size: 32px;
    font-weight: 500;
    color: #ffffff;
    margin: 0 0 2px;
    line-height: 1.1;
    letter-spacing: 0.44px;
}
.vslide-brand {
    font-family: 'Century Gothic', sans-serif !important;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 12px;
} 
.vslide-meta {
  margin-bottom: 10px;
}
.vslide-pax {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-family: 'Century Gothic', sans-serif !important;
  font-size: 16px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.55);
  letter-spacing: 1.5px;
}
.vslide-price-wrap {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 6px;
  margin-bottom: 0;
}
.vslide-from {
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.06em;
}
.vslide-price {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 42px;
  font-weight: 300;
  color: #ffffff;
  line-height: 1.05;
  letter-spacing: -0.01em;
}
.vslider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(calc(-50% - 10px));
  z-index: 20;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(0, 0, 0, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.25s ease, border-color 0.25s ease, opacity 0.25s ease;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  padding: 0;
}
.vslider-btn img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  display: block;
}
.vslider-btn:hover {
  background: #17120d;
  border-color: #17120d;
}
.vslider-btn:disabled {
  opacity: 0.25;
  pointer-events: none;
}
.vslider-btn--prev {
  left: -22px;
}
.vslider-btn--next {
  right: -22px;
}
.vslider-dots {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 7px;
  align-items: center;
}
.vslider-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
  border: none;
  cursor: pointer;
  padding: 0;
  transition: background 0.3s ease, width 0.3s ease;
}
.vslider-dot.active {
  background: #c9a84c;
  width: 22px;
  border-radius: 3px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}
.page-id-2014{
	background: #020609;
}
.psuedo-text::after {
    content: "";
    display: block;
    width: 100px;      
    height: 2px;       
    background: #754C24; 
    margin-top: 10px;  
}
@media (max-width: 899px) {
  .vslide {
    flex: 0 0 calc((100% - 20px) / 2);
    min-width: calc((100% - 20px) / 2);
    height: 280px;
  }
}
@media (max-width: 599px) {
  .vslide {
    flex: 0 0 100%;
    min-width: 100%;
    height: 260px;
  }
}
@media (max-width: 1199px) {
  .vslider-btn--prev { left: 8px; }
  .vslider-btn--next { right: 8px; }
}


#booking_iframe {
    display: block !important;
    overflow: hidden !important;
    border: none !important;
}
.elementor-widget-container iframe,
.wp-block-html iframe {
    overflow: hidden !important;
}
iframe[id="booking_iframe"] {
    scrolling: no !important;
}
#booking_iframe,
#advanced-iframe {
    height: 220px !important;
    min-height: 220px !important;
}
.ai-info-bar {
    display: none !important;
}
.ai-info-bar,
.ai_info_bar,
[class*="ai-info"],
[class*="ai_info"] {
    display: none !important;
    height: 0 !important;
    overflow: hidden !important;
}
#advanced-iframe + * ,
#advanced-iframe ~ * {
    visibility: hidden !important;
}
.home #advanced-iframe{
    height: 300px !important;
    min-height: 300px !important;
    max-height: 300px !important;
}
.home #booking_iframe {
    height: 300px !important;
    min-height: 300px !important;
    max-height: 300px !important;
}
.page-id-22 iframe#booking_iframe {
    height: 3550px !important;
    min-height: 3550px !important;
}
.page-id-22 #advanced-iframe{
    height: 3550px !important;
    min-height: 3550px !important;
    max-height: 3550px !important;
}
.page-id-22 #booking_iframe {
    min-height: 3550px !important;
    height: 3550px !important;
	min-height: 3550px !important;
}
.page-id-22 iframe#booking_iframe {
    height: 3550px !important;
    min-height: 3550px !important;
}
.page-id-1098 #booking_iframe {
    min-height: 300px !important;
    height: 300px !important;
}
.page-id-1253 #booking_iframe {
    min-height: 300px !important;
    height: 300px !important;
}
.page-id-1297 #booking_iframe {
    min-height: 300px !important;
    height: 300px !important;
}
.page-id-1307 #booking_iframe {
    min-height: 300px !important;
    height: 300px !important;
}
.page-id-1320 #booking_iframe {
    min-height: 300px !important;
    height: 300px !important;
}
.page-id-1337 #booking_iframe {
    min-height: 300px !important;
    height: 300px !important;
}
.page-id-1354 #booking_iframe {
    min-height: 300px !important;
    height: 300px !important;
}
.page-id-1369 #booking_iframe {
    min-height: 300px !important;
    height: 300px !important;
}
.page-id-1381 #booking_iframe {
    min-height: 300px !important;
    height: 300px !important;
}
.page-id-1395 #booking_iframe {
    min-height: 300px !important;
    height: 300px !important;
}
.page-id-1411 #booking_iframe {
    min-height: 300px !important;
    height: 300px !important;
}
.page-id-1687 #booking_iframe {
    min-height: 300px !important;
    height: 300px !important;
}
.page-id-1906 #booking_iframe {
    min-height: 300px !important;
    height: 300px !important;
}
.page-id-1886 #booking_iframe {
    min-height: 300px !important;
    height: 300px !important;
}
.hero-banner .elementor-container {
    display: flex;
    flex-direction: column;
}
.hero-banner .elementor-container .elementor-column {
    width: 100%;
}
/* ===== VEHICLE CLASS SLIDER ===== */
.vcs-section {
  width: 100%;
  padding: 40px 0;
  font-family: inherit;
  position: relative;
}
.vcs-track-wrapper {
  overflow: hidden;
  width: 100%;
}
.vcs-track {
  display: flex;
  gap: 16px;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
  align-items: stretch;
  padding-top:30px;
  padding-bottom: 30px;
}
.vcs-card {
  flex: 0 0 calc(25% - 12px);
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  padding: 20px;
  box-sizing: border-box;
  cursor: pointer;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
  display: flex;
  flex-direction: column;
  height: 360px;
}
.vcs-card:hover {
  box-shadow: 0 8px 32px rgba(0,0,0,0.10);
  transform: translateY(-3px);
}
.vcs-card-title {
    font-family: 'DM Sans';
    font-size: 20px;
    font-weight: 600;
    color: #181A1F;
    margin: 0 0 6px 0;
    line-height: 1.3;
}
.vcs-card-models {
    font-family: 'DM Sans';
    font-weight: 500;
    font-size: 14px;
    color: #181A1F;
    margin-bottom: 0px;
    line-height: 1.5;
    flex-grow: 1;
}
.vcs-card-image {
  width: 100%;
  height: 140px;
  border-radius: 6px;
  margin-bottom: 16px;
  overflow: hidden;
  flex-shrink: 0;
}
.vcs-card-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.vcs-card-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.vcs-meta-item {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    color: #181A1F;
    white-space: nowrap;
    font-weight: 500;
    font-family: 'DM Sans';
}
.vcs-meta-item svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  color: #888888;
}
.vcs-nav {
  display: flex;
  gap: 10px;
  margin-top: 24px;
}
.vcs-nav-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1.5px solid #cccccc;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #333333;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  padding: 0;
}
.vcs-nav-btn:hover:not(:disabled) {
  background: transparent;
  border-color: #1a1a1a;
  color: #ffffff;
}
.vcs-nav-btn:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.vcs-nav-btn svg {
  width: 15px;
  height: 15px;
}
.vcs-parent,
.vcs-parent > .elementor-container,
.vcs-parent > .elementor-container > .elementor-row,
.vcs-parent > .elementor-container > .elementor-row > .elementor-column,
.vcs-parent > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap,
.vcs-parent > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap,
.vcs-parent .e-con,
.vcs-parent .e-con-inner {
  overflow: visible !important;
}
#vcs-wrapper {
  overflow: hidden !important;
}
.vcs-section {
  width: 100vw !important;
  position: relative;
  left: 50%;
  right: 0;
  transform: translateX(0);
  margin-left: -51vw !important;
  padding-left: 223px; 
  padding-right: 25px !important;
  box-sizing: border-box !important;
}
.works-box figure.elementor-image-box-img {
    width: 10% !important;
} 
.works-box .elementor-image-box-title {
    padding-bottom: 18px;
}
.works-box .elementor-image-box-content {
    width: 70%;
}
.showcase-section{
	margin-right: 50px;
	margin-left: 50px;
}
.testimonial-desig-div .elementor-image-box-img {
    width: 12% !important;
    background: #fff;
    text-align: center;
    padding: 20px;
    border-radius: 6px;
}
/* MCT Service Slider */
.mct-slider-section {
  padding: 50px 0;
  overflow: visible;
}
.mct-slider-section .elementor-widget-container {
  overflow: visible !important;
}
.mct-slider-wrapper {
  overflow: hidden;
  width: calc(100% + ((100vw - 100%) / 2) - 40px);
  margin-right: calc(-1 * (100vw - 100%) / 2);
  padding-right: 40px;
}
.mct-slider-track {
  display: flex;
  gap: 20px;
  transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  will-change: transform;
}
.mct-slide {
  flex-shrink: 0;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 3 / 3.6;
}
.mct-slide a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.mct-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.mct-slide:hover img {
  transform: scale(1.05);
}
.mct-slide-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 22px 18px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
  pointer-events: none;
}
.mct-slide-label {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.3px;
  font-family: inherit;
}
/* Arrow Navigation */
.mct-slider-nav {
  display: flex;
  gap: 14px;
  margin-top: 30px;
}
.mct-nav-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #c8c8c8;
  background: transparent;
  color: #222;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  padding: 0;
}
.mct-nav-btn:hover {
  border-color: #000;
  background: #000;
  color: #fff;
}
.mct-nav-btn:focus {
  border-color: #000;
  background: #000;
  color: #fff;
}
.services-section{
	background-position: center;
}
.FAQs .elementor-accordion-icon {
    height: 36px;
    width: 36px;
}
.FAQs .elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed svg {
    height: 25px;
    width: 24px;
}
.FAQs .elementor-accordion-item {
    border-bottom: 1px solid #E5E5E5 !important;
}
.FAQs .elementor-tab-title {
    padding-right: 0px !important;
    padding-left: 0px !important;
} 
.FAQs .elementor-tab-content {
    padding-right: 0px !important;
    padding-left: 0px !important;
}
.mct-blog-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
}
.mct-blog-flex .mct-blog-card {
  flex: 0 0 calc(33.333% - 20px);
  overflow: hidden;
}
.mct-blog-thumb {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
.mct-blog-thumb a {
  display: block;
}
.mct-blog-thumb img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.mct-blog-card:hover .mct-blog-thumb img {
  transform: scale(1.05);
}
.mct-blog-date {
  position: absolute;
  top: 16px;
  left: 16px;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  padding: 8px 14px;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}
.mct-date-day {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}
.mct-date-rest {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 2px;
}
.mct-blog-content {
  padding: 20px 0;
}
.mct-blog-cat {
  font-size: 16px;
  font-family: 'DM Sans';
  color: #FFFFFF;
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
  display: block;
}
.mct-blog-title {
  font-size: 20px;
  font-family: 'DM Sans';
  font-weight: 600;
  color: #fff;
  line-height: 1.4;
  margin: 0 0 10px 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.mct-blog-excerpt {
    font-size: 15px;
    color: #FFF;
    font-family: 'DM Sans';
    font-weight: 500;
    line-height: 1.6;
    margin: 0 0 20px 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.mct-blog-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  transition: all 0.3s ease;
  text-decoration: none;
  transform: rotate(310deg);
}
.mct-blog-link:hover {
  background: #fff;
  border-color: #fff;
}
.mct-blog-link:hover svg path {
  stroke: #000;
}
.single-post .ast-container {
        max-width: 1140px !important;
}
.single-post .ast-single-entry-banner {
    background: transparent;
	padding: 0px;
}
.single-post .entry-title {
    font-family: 'DM Sans';
    font-weight: 600;
    color: #181A1F;
}
.single-post .ast-article-single {
    background: transparent !important;
}
#custom-blog-wrapper {
    max-width: 1200px;
    margin: auto;
}
.blog-grid {
    display: flex;
    flex-wrap: wrap;
    margin: -12px;
}
.blog-card {
    width: calc(33.33% - 24px);
    margin: 12px;
    background: #000;
    border-radius: 12px;
    overflow: hidden;
    color: #fff;
    position: relative;
    display: flex;
    flex-direction: column;
}
.blog-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}
.blog-content {
    padding: 18px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.blog-category {
    color: #fff;
    font-size: 14px;
    font-family: 'DM Sans';
    font-weight: 600;
}
.blog-content h3 {
    font-size: 20px;
    margin: 10px 0;
    line-height: 1.4;
}
.blog-content h3 a {
    color: #fff;
    text-decoration: none;
    font-family: 'DM Sans';
    font-size: 20px;
    font-weight: 600;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.blog-content p {
    font-size: 15px;
    color: #fff;
    flex-grow: 1;
    font-weight: 500;
    font-family: 'DM Sans';
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.blog-arrow {
    display: inline-flex;           
    align-items: center;            
    justify-content: center;       
    margin-top: 10px;
    border: 1px solid #444;
    border-radius: 50%;             
    padding: 10px;                 
    width: 40px;                   
    height: 40px;
    color: #fff;
    text-decoration: none;
    transition: background 0.3s, transform 0.2s;
}
.blog-arrow svg {
    width: 16px;
    height: 16px;
    stroke: #fff;           
    display: block;
}
.blog-arrow svg path {
    stroke: #fff;
}
.blog-arrow:hover {
    background: #0bb;               
    transform: scale(1.1);         
}
.load-more-wrap {
    text-align: center;
    margin-top: 30px;
}
#load-more-posts {
    background: #000;
    color: #fff;
    border: none;
    padding: 18px 32px;
    border-radius: 6px;
    cursor: pointer;
    font-family: 'DM Sans';
}
.blog-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    color: #aaa;
}
.blog-date {
    color: #fff;
    font-size: 14px;
    font-family: 'DM Sans';
    font-weight: 600;
}
.blog-img {
    position: relative;
}
/* .date-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #0bb;
    color: #fff;
    padding: 6px 10px;
    font-size: 12px;
    border-radius: 6px;
} */

.date-badge{
	display: none;
}
.why-choose{
	box-shadow: 0 4px 40.5px rgba(0, 0, 0, 0.28);
}
.bookch{
	box-shadow: 0 4px 40.5px rgba(0, 0, 0, 0.13);
}
.book-chauffer-box .elementor-image-box-img{
    background: #fff;
    padding: 40px;
    border-radius: 9px;
}
.book-chauffer-box .elementor-image-box-img::after {
    position: absolute;
    background: #D9D9D9;
    content: '';
    width: 20px;
    height: 100%;
    top: 110px;
    left: 0px;
}
.book-chauffer-box .elementor-image-box-img::after {
    position: absolute;
    background: #D9D9D9;
    content: '';
    width: 20px;
    height: 100%;
    top: 108px;
    left: 40px;
}
.book-chauffer-box-last .elementor-image-box-img::after{
	content: none !important;
}
.contact-form .wpforms-field-container {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.contact-form .wpforms-field-container .wpforms-field {
  flex: 1 1 calc(50% - 8px);
  min-width: 0;
}
/* contact form css */
.contact-form .wpforms-field-container .wpforms-field-textarea,
.wpforms-field-container .wpforms-field-submit {
  flex: 1 1 100%;
}
.contact-form .wpforms-field-label {
    font-size: 12px !important;
    font-family: 'Montserrat';
    font-weight: 400 !important;
    color: #9CA3AF !important;
}
.contact-form legend.wpforms-field-label {
    font-size: 14px !important;
}
.contact-form label.wpforms-field-label-inline{
 color: #9CA3AF !important;
    font-size: 12px;
    font-family: 'Montserrat';
    font-weight: 400;
	opacity: 0;
}
.contact-form label.wpforms-field-label-inline a{
	color: #FFFFFF;
	text-decoration: underline;
}
.contact-form button#wpforms-submit-1439 {
    background: #785028;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Montserrat';
    height: 54px;
    width: 100%;
}
.contact-form button:focus{
	outline: none !important;
	border: none !important;
}
.contact-form-outer-div{
	box-shadow: 0 4px 40.5px rgba(0, 0, 0, 0.25);
}
.contact-form input {
    border: none !important;
    background: #130E1D !important;
	color: #6B7280 !important;
}
.contact-form input::placeholder{
	color: #6B7280 !important;
}
.contact-form textarea{
    border: none !important;
    background: #130E1D !important;
}
.contact-form textarea::placeholder{
	color: #6B7280 !important;
}
#wpforms-1439-field_4 li input{
    border: none !important;
    border-radius: 0px !important;
	border-bottom-left-radius: 0px !important;
}
.contact-form .wpforms-field
 {
    padding-top: 0px !important;
    padding-bottom: 5px !important;
}
span.wpforms-required-label {
    color: #9CA3AF !important;
}
/*  */

.fleet-detail-specs ul{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.services-inner-intro{
	box-shadow: 0 4px 51.4px rgba(0, 0, 0, 0.25);
}
.services-inner-intro .elementor-container .elementor-column {
    width: 100%;
} 
.services-inner-intro .elementor-container {
    display: flex;
    flex-direction: column;
}
.services-inner-btns-col .elementor-widget-wrap {
    display: flex;
    flex-direction: row;
}
.image-card-effect-div{
	box-shadow: 0 4px 22.9px rgba(0, 0, 0, 0.25);
}
.bookbtn .elementor-button {
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.14);
}
.corp-event-box{
	box-shadow: 0 4px 22.1px rgba(0, 0, 0, 0.25);
}
.shadow-text-div{
	box-shadow: 0 4px 14.5px rgba(0, 0, 0, 0.25);
}
.awards-div{
	box-shadow: 0 4px 12.3px rgba(0, 0, 0, 0.25);
}

/* new */
@media (max-width: 480px) {
  .lux-car-card {
    width: 100%;
    max-width: 276px;
  }

/*  */
  .mct-slider-track {
    gap: 12px;
  }
  .mct-slide-label {
    font-size: 13px;
  }
  .mct-nav-btn {
    width: 38px;
    height: 38px;
  }
}

@media (min-width: 401px) and (max-width: 500px) {
.lineargd-title2:after {
        top: 0% !important;
    }
.lineargd-fleet-title::after {
   top: 45% !important;
}
}
@media (min-width: 390px) and (max-width: 400px) {
.lineargd-travel::after {
    top: -8% !important;
}
.lineargd-title-gdb:after {
    top: 45% !important;
}

}

@media (max-width: 370px) {
.mct-testi {
        height: 455px !important;
}
.mct-slide {
        height: 325px !important; 
}
}

@media (max-width: 767px) {
	.lineargd-title:after {
    top: 70%; 
	}
	.lineargd-title2:after{ 
		top: 90%;
	}
	.lineargd-title-reverse:after{
		display:none;
	}
#nav-menu nav {
        overflow-x: hidden;
}
#nav-menu nav ul li a::after{
	width: 33% !important;
}
nav.hfe-nav-menu__layout-horizontal.hfe-nav-menu__submenu-arrow.hfe-dropdown {
    overflow-x: hidden;
}
	.lineargd-title:after {
    left: 20% !important;
	}
	    .lineargd-title2:after {
		left: 50% !important;
        top: 44%;
    }
.lineargd-title-fn:after {
        top: 45% !important;
    }
.page-id-1435 .linear-get::after {
        top: -16%;
        left: 15% !important;
}	
.page-id-1435 .linear-faq::after {
    top: 42% !important;
    left: 50% !important;
}
	
.home #booking_iframe {
    height: 650px !important;
    min-height: 650px !important;
    max-height: 650px !important;
}
.luxury-slider-wrapper{
  width:100%;
  padding:20px 0 60px;
  overflow:hidden;
}
.luxurySwiper{
  width:100%;
  overflow:hidden;
}
.swiper-slide{
  display:flex;
  justify-content:center;
}
.luxury-card{
  width: 100%;
  border-radius:14px;
  overflow:hidden;
}
.luxury-card{
    position:relative;
    background:#050014;
    overflow:hidden;
    transition:0.35s ease;
    border:0px solid transparent;

    background-image:
        linear-gradient(#050014,#050014),
        linear-gradient(
            180deg,
            rgba(255,255,255,0.45) 0%,
            #8b5a2b 50%,
            rgba(255,255,255,0.25) 100%
        );

    background-origin:border-box;
    background-clip:padding-box,border-box;
}
.luxury-card::before{
    content:"";
    position:absolute;
    inset:0;
    border-radius:inherit;
    padding:1px;
     background:linear-gradient(
        180deg,
        rgba(255,255,255,0.35) 0%,
        #785028 50%,
        rgba(255,255,255,0.18) 100%
    );
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite:xor;
            mask-composite:exclude;
    pointer-events:none;
}
.car-image{
  width:100%;
  height:170px;
  background-size:cover;
  background-position:center;
}
.card-content{
  padding:15px;
}
.card-content h3 {
        margin: 0;
        font-size: 20px;
        font-weight: 600;
        color: #D1D5DB;
        font-family: 'Montserrat';
    }
.subtitle {
        margin: 4px 0 14px;
        font-size: 14px;
        color: #919191;
        font-weight: 400;
        font-family: 'Montserrat';
}
.features{
  display:flex;
  gap:8px;
  margin-bottom:15px;
  flex-wrap:wrap;
}
 .features span {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        background: rgba(255, 255, 255, .06);
        border: 1px solid rgba(255, 255, 255, .08);
        padding: 7px 10px;
        border-radius: 6px;
        font-size: 14px;
        color: #D1D5DB;
        font-weight: 400;
        font-family: 'Montserrat';
    }
.features svg{
  width:13px;
  height:13px;
  fill:rgba(255,255,255,.75);
}
.divider{
  width:100%;
  height:1px;
  background:rgba(255,255,255,.08);
  margin-bottom:15px;
}
.price-box{
  background:#171121;
  border-radius:8px;
  padding:14px 12px;
  margin-bottom:18px;
}
.price-row {
        display: flex;
        justify-content: space-between;
        gap: 10px;
        margin-bottom: 14px;
        font-size: 14px;
        line-height: 1.45;
        color: #D1D5DB;
        font-weight: 400;
        font-family: 'Montserrat';
}
.price-row strong {
        color: #D1D5DB;
        font-weight: 500;
        font-size: 15px;
        white-space: nowrap;
        font-family: 'Montserrat';
}
.price-row .gold {
        color: #9C744C;
        font-family: 'Montserrat';
        font-size: 15px;
        font-weight: 600;
}
.vat {
        margin: 0;
        font-size: 12px;
        color: #919191;
        font-weight: 400;
        font-family: 'Montserrat';
}
.book-btn {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        text-decoration: none;
        color: #785028;
        font-size: 16px;
        font-weight: 600;
}
.book-btn span{
  font-size:18px;
}
.swiper-pagination{
  position:relative !important;
  bottom:auto !important;
  margin-top:22px;
  display:flex;
  justify-content:center;
  align-items:center;
}
.swiper-pagination-bullet{
  width:7px;
  height:7px;
  background:#4B5563 !important;
  opacity:1;
}
.swiper-pagination-bullet-active{
  background: #785028 !important;
}
.lux-scroll-gallery {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  padding-bottom: 10px;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}
.lux-scroll-gallery::-webkit-scrollbar {
  height: 8px;
}
.lux-scroll-gallery::-webkit-scrollbar-track {
}
.lux-scroll-gallery::-webkit-scrollbar-thumb {
}
.lux-scroll-track {
  display: flex;
  width: max-content;
}
.lux-scroll-item {
  position: relative;
  overflow: hidden;
  transition: transform 0.4s ease;
}
.lux-scroll-item:hover {
  transform: translateY(-8px);
}
.lux-scroll-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.lux-scroll-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0,0,0,0.18),
    rgba(0,0,0,0)
  );
  pointer-events: none;
}
.linear-gd-gall:after {
        top: 80% !important;
	left: 50% !important;
    }
.linear-gd-testi:after {
        top: 75% !important;
		left: 50% !important;
    }
.linear-cont:after{
        top: 80% !important;
    }
.lineargd-fleet-title::after {
    left: 16% !important;
	top: 60%;
}
.linear-why-choose::after {
    left: 16% !important;
    top: 2px !important;
}	
.hero-banner{
    background-image: url(/wp-content/uploads/2026/05/Group-1707478247-1.png) !important;
}
.hero-banner .elementor-background-overlay {
    background: linear-gradient(180deg, #060111 0%, rgba(6, 1, 17, 0.4) 50%, #060111 100%) !important;
}
.page-id-1551 .lineargd-title-fn:after {
        top: -16% !important;
        left: 18% !important;
}	
.linear-who-we::after {
        left: 16% !important;
        top: -15% !important;
}

.journey-card .elementor-icon{
    width:52px;
    height:52px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    position:relative;
    background:#060111;
    color:#A56A2A;
    font-size:18px;
}
.journey-card .elementor-icon::before{
    content:"";
    position:absolute;
    inset:0;
    border-radius:50%;
    padding:1.8px;
    background:linear-gradient(
        180deg,
        #060111 0%,
        #FFFFFF 50%,
        #060111 100%
    );

    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);

    -webkit-mask-composite:xor;
            mask-composite:exclude;

    pointer-events:none;

    opacity:0.45; /* IMPORTANT */
}
div#wpforms-1439-field_8-description {
    position: absolute;
    top: 22px; 
	}
.home #booking_iframe {
    height: 650px !important;
    min-height: 650px !important;
    max-height: 650px !important;
}
.page-id-1098 #booking_iframe {
    height: 650px !important;
    min-height: 650px !important;
    max-height: 650px !important;
}
.page-id-1253 #booking_iframe {
    height: 650px !important;
    min-height: 650px !important;
    max-height: 650px !important;
}
.page-id-1297 #booking_iframe {
    height: 650px !important;
    min-height: 650px !important;
    max-height: 650px !important;
}
.page-id-1307 #booking_iframe {
    height: 650px !important;
    min-height: 650px !important;
    max-height: 650px !important;
}
.page-id-1320 #booking_iframe {
    height: 650px !important;
    min-height: 650px !important;
    max-height: 650px !important;
}
.page-id-1337 #booking_iframe {
    height: 650px !important;
    min-height: 650px !important;
    max-height: 650px !important;
}
.page-id-1354 #booking_iframe {
    height: 650px !important;
    min-height: 650px !important;
    max-height: 650px !important;
}
.page-id-1369 #booking_iframe {
    height: 650px !important;
    min-height: 650px !important;
    max-height: 650px !important;
}
.page-id-1381 #booking_iframe {
    height: 650px !important;
    min-height: 650px !important;
    max-height: 650px !important;
}
.page-id-1395 #booking_iframe {
    height: 650px !important;
    min-height: 650px !important;
    max-height: 650px !important;
}
.page-id-1411 #booking_iframe {
    height: 650px !important;
    min-height: 650px !important;
    max-height: 650px !important;
}
.page-id-1687 #booking_iframe {
    height: 650px !important;
    min-height: 650px !important;
    max-height: 650px !important;
}
.page-id-1906 #booking_iframe {
    height: 650px !important;
    min-height: 650px !important;
    max-height: 650px !important;
}
.page-id-1886 #booking_iframe {
    height: 650px !important;
    min-height: 650px !important;
    max-height: 650px !important;
}
.vcs-card {
	flex: 0 0 calc(100% - 0px);
}
.vcs-section {
    padding-left: 20px;
}
.vcs-meta-item {
    font-size: 12px; 
}
.works-box .elementor-image-box-content {
    width: 90%;
	text-align: left;
}
.works-box .elementor-image-box-wrapper{
    display: flex;
}
.showcase-section{
	margin-right: 20px;
	margin-left: 20px;
}
.testimonial-desig-div .elementor-image-box-img {
    width: 20% !important;
}
  .mct-slider-section {
    padding: 30px 0;
  }
  .mct-slider-track {
    gap: 16px;
  }
  .mct-slide-label {
    font-size: 14px;
  }
  .mct-nav-btn {
    width: 42px;
    height: 42px;
  }
.faq-section{
    background-image: none !important;
}
.mct-blog-flex {
    flex-direction: column;
    gap: 30px;
    padding: 40px 16px;
  }
  .mct-blog-flex .mct-blog-card {
    flex: 0 0 100%;
  }
  .mct-blog-thumb img {
    height: 220px;
  }
  .mct-blog-title {
    font-size: 18px;
  }
.single-post .ast-single-entry-banner {
    padding: 0px;
}
.single-post .post-thumb-img-content.post-thumb {
    height: 350px;
}
.blog-card {
        width: 100%;
}
.book-chauffer-box .elementor-image-box-img::after{
	content: none !important;
}
.book-chauffer-box .elementor-image-box-img {
    padding: 20px;
}
.contact-form .wpforms-field-container .wpforms-field {
    flex: 1 1 100%;
  }
.header nav {
    overflow-y: hidden !important;
}
#header.mobile-menu-open {
  background-color: #000 !important;
  transition: background-color 0.3s ease;
}
/* new */
.herobanner .elementor-background-overlay {
    background-color: #000;
    opacity: 0.5;
}
.vslider-btn--prev {
    left: 50%;
}
.vslider-btn {
    top: 100%; 
}
}

@media (min-width: 768px) and (max-width: 998px) {
.lineargd-title:after {
    top: 85px; 
}
.lineargd-travel::after {
    top: 18%;
}
.lineargd-title-fn::after {
    top: 8px;
}
.linear-gd-gall::after {
    top: 132px;
}
	.lineargd-title-gdb:after {
    top: 20px !important;
    left: 6% !important;
}
.linear-cont::after {
    top: 140px !important;
}
.lineargd-fleet-title::after {
    left: 8%;
    top: 72px !important;
}	
.page-id-1551 .lineargd-title-fn::after {
        top: 8px;
        left: 8%;
}	
.linear-who-we::after {
    top: 16px;
    left: 8%;
}
.page-id-1435 .linear-get::after {
    left: 7%;
    top: 20%;
}
.page-id-1435 .linear-faq::after {
    left: 50%;
    top: 12px !important;
}
	
.home #booking_iframe {
    height: 650px !important;
    min-height: 650px !important;
    max-height: 650px !important;
}
.home #booking_iframe {
    height: 650px !important;
    min-height: 650px !important;
    max-height: 650px !important;
}
.page-id-1098 #booking_iframe {
    height: 650px !important;
    min-height: 650px !important;
    max-height: 650px !important;
}
.page-id-1253 #booking_iframe {
    height: 650px !important;
    min-height: 650px !important;
    max-height: 650px !important;
}
.page-id-1297 #booking_iframe {
    height: 650px !important;
    min-height: 650px !important;
    max-height: 650px !important;
}
.page-id-1307 #booking_iframe {
    height: 650px !important;
    min-height: 650px !important;
    max-height: 650px !important;
}
.page-id-1320 #booking_iframe {
    height: 650px !important;
    min-height: 650px !important;
    max-height: 650px !important;
}
.page-id-1337 #booking_iframe {
    height: 650px !important;
    min-height: 650px !important;
    max-height: 650px !important;
}
.page-id-1354 #booking_iframe {
    height: 650px !important;
    min-height: 650px !important;
    max-height: 650px !important;
}
.page-id-1369 #booking_iframe {
    height: 650px !important;
    min-height: 650px !important;
    max-height: 650px !important;
}
.page-id-1381 #booking_iframe {
    height: 650px !important;
    min-height: 650px !important;
    max-height: 650px !important;
}
.page-id-1395 #booking_iframe {
    height: 650px !important;
    min-height: 650px !important;
    max-height: 650px !important;
}
.page-id-1411 #booking_iframe {
    height: 650px !important;
    min-height: 650px !important;
    max-height: 650px !important;
}
.page-id-1687 #booking_iframe {
    height: 650px !important;
    min-height: 650px !important;
    max-height: 650px !important;
}
.page-id-1906 #booking_iframe {
    height: 650px !important;
    min-height: 650px !important;
    max-height: 650px !important;
}
.page-id-1886 #booking_iframe {
    height: 650px !important;
    min-height: 650px !important;
    max-height: 650px !important;
}
.logos-section{
	padding-top: 600px !important;
}
.fleet-section{
	padding-top: 600px !important;
}
.page-id-22 iframe#booking_iframe {
    height: 9000px !important;
    min-height: 9000px !important;
}
}

@media (min-width: 999px) and (max-width: 1024px) {
.lineargd-title-gdb:after{
    top: 20%;
    left: 6%;
}
.lineargd-fleet-title::after {
  left: 6%;
  top: 75px;
}
.linear-who-we::after {
    left: 6%;
}
.page-id-1435 .linear-get::after {
    left: 5%;
}
	
.home #booking_iframe {
    height: 350px !important;
    min-height: 350px !important;
    max-height: 350px !important;
}
.home #booking_iframe {
    height: 350px !important;
    min-height: 350px !important;
    max-height: 350px !important;
}
.page-id-1098 #booking_iframe {
    height: 350px !important;
    min-height: 350px !important;
    max-height: 350px !important;
}
.page-id-1253 #booking_iframe {
    height: 350px !important;
    min-height: 350px !important;
    max-height: 350px !important;
}
.page-id-1297 #booking_iframe {
    height: 650px !important;
    min-height: 650px !important;
    max-height: 650px !important;
}
.page-id-1307 #booking_iframe {
    height: 650px !important;
    min-height: 650px !important;
    max-height: 650px !important;
}
.page-id-1320 #booking_iframe {
    height: 650px !important;
    min-height: 650px !important;
    max-height: 650px !important;
}
.page-id-1337 #booking_iframe {
    height: 650px !important;
    min-height: 650px !important;
    max-height: 650px !important;
}
.page-id-1354 #booking_iframe {
    height: 650px !important;
    min-height: 650px !important;
    max-height: 650px !important;
}
.page-id-1369 #booking_iframe {
    height: 650px !important;
    min-height: 650px !important;
    max-height: 650px !important;
} 
.page-id-1381 #booking_iframe {
    height: 650px !important;
    min-height: 650px !important;
    max-height: 650px !important;
} 
.page-id-1395 #booking_iframe {
    height: 650px !important;
    min-height: 650px !important;
    max-height: 650px !important;
} 
.page-id-1411 #booking_iframe {
    height: 650px !important;
    min-height: 650px !important;
    max-height: 650px !important;
} 
.page-id-1687 #booking_iframe {
    height: 650px !important;
    min-height: 650px !important;
    max-height: 650px !important;
} 
.page-id-1906 #booking_iframe {
    height: 650px !important;
    min-height: 650px !important;
    max-height: 650px !important;
} 
.page-id-1886 #booking_iframe {
    height: 650px !important;
    min-height: 650px !important;
    max-height: 650px !important;
} 
}
@media (min-width: 768px) and (max-width: 1024px) {
	.luxury-slider-wrapper{
  width:100%;
  padding:20px 0 60px;
  overflow:hidden;
}
.luxurySwiper{
  width:100%;
  overflow:hidden;
}
.swiper-slide{
  display:flex;
  justify-content:center;
}
.luxury-card{
  width: 100%;
  border-radius:14px;
  overflow:hidden;
}
.luxury-card{
    position:relative;
    background:#050014;
    overflow:hidden;
    transition:0.35s ease;
    border:0px solid transparent;

    background-image:
        linear-gradient(#050014,#050014),
        linear-gradient(
            180deg,
            rgba(255,255,255,0.45) 0%,
            #8b5a2b 50%,
            rgba(255,255,255,0.25) 100%
        );

    background-origin:border-box;
    background-clip:padding-box,border-box;
}
.luxury-card::before{
    content:"";
    position:absolute;
    inset:0;
    border-radius:inherit;
    padding:1px;
     background:linear-gradient(
        180deg,
        rgba(255,255,255,0.35) 0%,
        #785028 50%,
        rgba(255,255,255,0.18) 100%
    );
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite:xor;
            mask-composite:exclude;
    pointer-events:none;
}
.car-image{
  width:100%;
  height:170px;
  background-size:cover;
  background-position:center;
}
.card-content{
  padding:15px;
}
.card-content h3 {
        margin: 0;
        font-size: 20px;
        font-weight: 600;
        color: #D1D5DB;
        font-family: 'Montserrat';
    }
.subtitle {
        margin: 4px 0 14px;
        font-size: 14px;
        color: #919191;
        font-weight: 400;
        font-family: 'Montserrat';
}
.features{
  display:flex;
  gap:8px;
  margin-bottom:15px;
  flex-wrap:wrap;
}
 .features span {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        background: rgba(255, 255, 255, .06);
        border: 1px solid rgba(255, 255, 255, .08);
        padding: 7px 10px;
        border-radius: 6px;
        font-size: 14px;
        color: #D1D5DB;
        font-weight: 400;
        font-family: 'Montserrat';
    }
.features svg{
  width:13px;
  height:13px;
  fill:rgba(255,255,255,.75);
}
.divider{
  width:100%;
  height:1px;
  background:rgba(255,255,255,.08);
  margin-bottom:15px;
}
.price-box{
  background:#171121;
  border-radius:8px;
  padding:14px 12px;
  margin-bottom:18px;
}
.price-row {
        display: flex;
        justify-content: space-between;
        gap: 10px;
        margin-bottom: 14px;
        font-size: 14px;
        line-height: 1.45;
        color: #D1D5DB;
        font-weight: 400;
        font-family: 'Montserrat';
}
.price-row strong {
        color: #D1D5DB;
        font-weight: 500;
        font-size: 15px;
        white-space: nowrap;
        font-family: 'Montserrat';
}
.price-row .gold {
        color: #9C744C;
        font-family: 'Montserrat';
        font-size: 15px;
        font-weight: 600;
}
.vat {
        margin: 0;
        font-size: 12px;
        color: #919191;
        font-weight: 400;
        font-family: 'Montserrat';
}
.book-btn {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        text-decoration: none;
        color: #785028;
        font-size: 16px;
        font-weight: 600;
}
.book-btn span{
  font-size:18px;
}
.swiper-pagination{
  position:relative !important;
  bottom:auto !important;
  margin-top:22px;
  display:flex;
  justify-content:center;
  align-items:center;
}
.swiper-pagination-bullet{
  width:7px;
  height:7px;
  background:#4B5563 !important;
  opacity:1;
}
.swiper-pagination-bullet-active{
  background: #785028 !important;
}
.lux-scroll-gallery {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  padding-bottom: 10px;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}
.lux-scroll-gallery::-webkit-scrollbar {
  height: 8px;
}
.lux-scroll-gallery::-webkit-scrollbar-track {
}
.lux-scroll-gallery::-webkit-scrollbar-thumb {
}
.lux-scroll-track {
  display: flex;
  width: max-content;
}
.lux-scroll-item {
  position: relative;
  overflow: hidden;
  transition: transform 0.4s ease;
}
.lux-scroll-item:hover {
  transform: translateY(-8px);
}
.lux-scroll-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.lux-scroll-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0,0,0,0.18),
    rgba(0,0,0,0)
  );
  pointer-events: none;
}
.mct-slide.is-left {
    transform: none !important;
  /*transform: translateX(-18px) scale(.93) rotate(-2deg);*/
}
.mct-slide.is-right {
    transform: none !important;
  /*transform: translateX(18px) scale(.93) rotate(2deg);*/
}
	.journey-card .elementor-icon{
    width:52px;
    height:52px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    position:relative;
    background:#060111;
    color:#A56A2A;
    font-size:18px;
}
.journey-card .elementor-icon::before{
    content:"";
    position:absolute;
    inset:0;
    border-radius:50%;
    padding:1.8px;
    background:linear-gradient(
        180deg,
        #060111 0%,
        #FFFFFF 50%,
        #060111 100%
    );

    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);

    -webkit-mask-composite:xor;
            mask-composite:exclude;

    pointer-events:none;

    opacity:0.45; /* IMPORTANT */
}
.vcs-card { 
	flex: 0 0 calc(50% - 8px); 
}
.vcs-section {
    padding-left: 30px; 
}
.testimonial-desig-div .elementor-image-box-img {
    width: 20% !important;
}
  .mct-blog-flex .mct-blog-card {
    flex: 0 0 calc(50% - 15px);
  }
.blog-card {
        width: calc(50% - 24px);
}
.page-id-22 iframe#booking_iframe {
    height: 9000px !important;
    min-height: 9000px !important;
}
.page-id-1253 .fleet-section {
        padding-top: 250px !important;
    }
}

@media (min-width: 1900px) {
.vcs-section {
    padding-left: 310px;
}
/* new design code */
.grad-overlay-banner{
    background-size: 2200px !important;
}
}
@media (min-width: 2000px) {
    .grad-overlay-banner {
        background-size: 1640px !important;
        background-position: center center !important;
  }
}