html.offcanvas-open,
body.offcanvas-open {
  overflow: hidden !important;
  padding-right: var(--scrollbar-width, 0px) !important;
}
/* --- MOBILE OFFCANVAS MENU ENHANCEMENT --- */
#mobileMenu.offcanvas {
  background: linear-gradient(135deg, #fff 80%, #f4cc00 100%);
  border-radius: 0 18px 18px 0;
  box-shadow: 2px 0 32px 0 rgba(0,0,0,0.10);
  padding-top: 32px;
}
/* --- Prevent Layout Shift on Offcanvas Open --- */
body.offcanvas-open {
  overflow: hidden !important;
  padding-right: var(--scrollbar-width, 0px) !important;
}
#mobileMenu .offcanvas-header {
  border-bottom: none;
  padding-bottom: 0;
  padding-top: 0;
}
#mobileMenu .offcanvas-title {
  font-size: 22px;
  font-weight: 700;
  color: #0a1019;
  letter-spacing: 0.5px;
}
#mobileMenu .btn-close {
  font-size: 1.5rem;
  color: #000;
  opacity: 0.7;
  transition: opacity 0.2s;
}
#mobileMenu .btn-close:hover {
  opacity: 1;
}
#mobileMenu .nav {
  margin-top: 24px;
}
#mobileMenu .nav-link {
  font-size: 18px;
  font-weight: 600;
  color: #0a1019;
  padding: 14px 0 14px 18px;
  border-radius: 8px;
  margin-bottom: 6px;
  transition: background 0.18s, color 0.18s, padding 0.18s;
  display: block;
  position: relative;
}
#mobileMenu .nav-link:hover,
#mobileMenu .nav-link:focus {
  background: #f4cc00;
  color: #000;
  padding-left: 28px;
  text-decoration: none;
}
#mobileMenu .nav-link::before {
  content: '\f054';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  color: #f4cc00;
  margin-right: 12px;
  opacity: 0.7;
  font-size: 13px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: color 0.18s;
}
#mobileMenu .nav-link:hover::before {
  color: #000;
}
/* --- HEADER RESTORE: Top Bar & Corporate Offers Button --- */
.top-bar {
  background: #ffd200;
  color: #000;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  padding: 8px 0;
  letter-spacing: 0.5px;
  width: 100%;
  margin: 0;
}

.offer-btn {
    background: #ffd200;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    border: none;
    border-radius: 4px;
    padding: 8px 18px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.07);
    transition: background 0.2s, color 0.2s;
    display: inline-block;
    text-decoration: none;
}
.offer-btn:hover,
.offer-btn:focus {
  background: #000;
  color: #ffd200;
  outline: none;
}
/* FOOTER DESIGN */
.site-footer {
  background: #0a1019;
  color: #fff;
  padding: 0;
  font-size: 15px;
}
.footer-main {
  padding: 48px 0 32px 0;
}
.footer-subtitle {
  font-size: 14px;
  margin-bottom: 18px;
  color: #bfc6d1;
}
.footer-address {
  margin-bottom: 18px;
}
.footer-address-block {
  margin-bottom: 8px;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 14px;
}
.footer-contact {
  margin-bottom: 18px;
}
.footer-contact div {
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer-social {
  margin-top: 18px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer-social span {
  font-size: 13px;
  color: #bfc6d1;
  margin-right: 8px;
}
.footer-link-title {
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 8px;
  color: #ffd200;
}
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0 0 18px 0;
}
.footer-links li {
  margin-bottom: 6px;
}
.footer-links a {
  color: #fff;
  text-decoration: none;
  transition: color 0.2s;
}
.footer-links a:hover {
  color: #f4cc00;
}
.footer-heading-line-wrap {
  width: 100%;
  background: transparent;
  display: flex;
  justify-content: center;
}
.footer-heading-line {
    width: 100%;
    max-width: 1200px;
    height: 1px;
    background: #fff;
    margin-top: 0;
    margin-bottom: 35px;
    border-radius: 4px 4px 0 0;
}
.social-link {
    color: #fff;
    font-size: 18px;
    transition: background 0.2s, color 0.2s, box-shadow 0.2s;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
    text-decoration: none;
    margin: 0 15px 0 0;
    display: inline-block;
}
.social-link:hover {
  color: #f4cc00;
  text-decoration: none;
}
.site-footer {
  background: #0a1019;
  color: #fff;
  padding: 0;
  font-size: 15px;
}
.footer-main {
  padding: 48px 0 32px 0;
}
.footer-title {
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 4px;
    text-transform: capitalize;
    color: #fff;
}
.footer-subtitle {
  font-size: 14px;
  margin-bottom: 18px;
  color: #bfc6d1;
}
.footer-address {
  margin-bottom: 18px;
}
.footer-address-block {
  margin-bottom: 8px;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 14px;
}
.footer-address-block i, .footer-contact i{
    color: #ffd200;
}
.footer-contact {
  margin-bottom: 18px;
}
.footer-contact div {
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer-social {
  margin-top: 18px;
  display: block;
}
.footer-social span {
    font-size: 13px;
    color: #bfc6d1;
    margin-right: 8px;
    margin-bottom: 8px;
    display: block;
}
.footer-link-title {
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 8px;
  color: #fff;
}
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0 0 18px 0;
}
.footer-links li {
  margin-bottom: 6px;
}
.footer-links a {
  color: #fff;
  text-decoration: none;
  transition: color 0.2s;
}
.footer-links a:hover {
  color: #f4cc00;
}
    .footer-desc {
      margin-bottom: 18px;
    }
    .footer-address,
    .footer-contact,
    .footer-social {
      margin-left: 2px;
    }
    .main-header{
      background:#fff;
      padding:20px 0 70px 0;
      position:relative;
      z-index:99;
    }

    .header-inner{
      padding-bottom:12px;
    }

    .logo-box img{
      height:44px;
      width:auto;
    }

    .offer-btn{
      background:#ffd200;
      border:none;
      border-radius:4px;
      padding:8px 14px;
      font-size:13px;
      font-weight:700;
      color:#000;
    }

    .desktop-menu .nav-link{
      color:#000 !important;
      font-size:14px;
      font-weight:500;
      padding:0 14px !important;
    }

    .desktop-menu-toggle {

      display: none;
      background: none;
      border: none;
      margin-left: 16px;
      font-size: 34px;
      color: #000;
      vertical-align: middle;
      line-height: 1;
      padding: 0 8px;
    }

    @media (min-width: 992px) {
      .desktop-menu-toggle {
        display: inline-block;
      }
      .desktop-menu-list {
        display: flex;
        max-height: none !important;
        overflow: visible;
        transition: none;
      }
    }

    @media (max-width: 991.98px) {
      .desktop-menu-list {
        display: block;
        max-height: 0;
        overflow: hidden;
        padding: 0;
        background: #fff;
        box-shadow: 0 8px 20px rgba(0,0,0,.12);
        border-radius: 0 0 12px 12px;
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        z-index: 100;
      }
      .desktop-menu-list.show {
        max-height: 400px;
        padding: 16px 0;
        transition: max-height 0.3s cubic-bezier(0.4,0,0.2,1);
      }
    }

    .desktop-menu-list {
      transition: max-height 0.3s cubic-bezier(0.4,0,0.2,1);
      overflow: hidden;
      max-height: 200px;
    }
    .desktop-menu-list:not(.show) {
      max-height: 0;
      padding: 0;
    }

    .desktop-menu .nav-link:hover{
      color:#000;
    }

    .mobile-toggle i{
      font-size:34px;
      color:#000;
    }

    /* CATEGORY BAR */

    .car-category-bar{
    background:#f4cc00;
    border-radius:12px;
    padding:14px 16px;

    position:absolute;
    left:50%;
    bottom:-13px;
    transform:translateX(-50%);

    width:100%;
    max-width:840px;

    z-index:20;

    box-shadow:0 8px 20px rgba(0,0,0,.12);

    text-align:center;
}

    .car-category-item{
      text-align:center;
    }
    .car-category-item a{
      color:inherit;
      text-decoration:none;
    }

    .car-category-item img{
      height:28px;
      margin-bottom:5px;
    }

    .car-category-item div{
      font-size:13px;
      font-weight:500;
      line-height:1.1;
    }

    /* HERO */

    .hero-section{
      min-height:560px;
      background:
        url( "../images/home-hero-image.jpg")
        center center/cover no-repeat;
      display:flex;
      align-items:flex-start;
      padding-top:70px;
      position:relative;
    }

    .hero-content{
      max-width:520px;
      padding-left:20px;
    }

    .hero-content h1{
      font-size:62px;
      line-height:1;
      font-weight:300;
      margin-bottom:18px;
    }

    .hero-tag{
      display:inline-block;
      background:#000;
      color:#ffd200;
      padding:5px 10px;
      font-size:18px;
      font-weight:700;
      margin-bottom:14px;
    }

    .hero-content p{
      font-size:32px;
      margin:0;
      font-weight:400;
    }

    /* YELLOW STRIP */

    .yellow-strip{
      background:#ffd200;
      text-align:center;
      padding:12px;
      font-size:18px;
      font-weight:700;
    }

    /* BLACK STRIP */

    .feature-strip{
      background:#000;
      color:#fff;
      padding:20px 0;
      margin-top: 10px;
    }

    .feature-item{
      display:flex;
      align-items:center;
      gap:12px;
    }

    .feature-item i{
      font-size:34px;
      flex-shrink:0;
    }

    .feature-item div{
      font-size:13px;
      line-height:1.3;
    }

    /* COMMON */

    section{
      padding:70px 0 0;
    }

    .section-title{
      font-size:28px;
      font-weight:600;
      margin-bottom:12px;
    }

    .section-line{
      width:220px;
      height:2px;
      background:#999;
      margin-bottom:35px;
    }

    /* SERVICES */

    .service-card{
      background:#fcf3cb;
      border-radius:12px;
      padding:20px;
      height:100%;
      position:relative;
      overflow:hidden;
    }

    .service-card img{
      position:absolute;
      right:12px;
      top:12px;
      width:auto;
    }

    .service-card h5{
      font-size:22px;
      font-weight:700;
      margin-bottom:12px;
    }

    .service-card p{
      max-width:220px;
      font-size:14px;
      line-height:1.5;
      margin:0;
    }

    /* WHY */

    .why-box{
      background:#ffd200;
      border-radius:50px;
      padding:25px;
    }

    .why-item{
      display:flex;
      align-items:center;
      gap:14px;
    }

    .why-icon{
      width:62px;
      height:62px;
      border-radius:50%;
      background:#fff;
      border:2px solid #000;
      display:flex;
      align-items:center;
      justify-content:center;
      flex-shrink:0;
    }

    .why-icon i{
      font-size:30px;
    }

    .why-item div{
      font-weight:700;
      line-height:1.3;
    }
    .why-item div img{
        max-height: 34px;
        max-width: 50px;
    }
    /* TOURS */

    .tour-card img{
      width:100%;
      border-radius:4px;
    }

    .tour-title{
      font-size:22px;
      line-height:1.1;
      font-weight:500;
      margin-top:12px;
    }

    /* CLIENTS */

    .client-logo{
      text-align:center;
    }

    .client-logo img{
      max-height:70px;
      object-fit:contain;
      width: 100%;
    }

    /* VIDEO */

    .youtube-box{
      background:#efe6b5;
      height:340px;
      display:flex;
      align-items:center;
      justify-content:center;
    }

    .youtube-btn{
      width:90px;
      height:90px;
      background:red;
      border-radius:50%;
      display:flex;
      align-items:center;
      justify-content:center;
      color:#fff;
      font-size:44px;
    }

    /* FOOTER */

    footer{
      background:#01091d;
      color:#fff;
      margin-top:80px;
      padding:60px 0;
    }

    footer h5{
      font-size:18px;
      margin-bottom:20px;
      font-weight:700;
    }

    footer p{
      font-size:14px;
      line-height:1.7;
      color:#fff;
    }

    footer ul{
      list-style:none;
      padding:0;
      margin:0;
    }

    footer ul li{
      margin-bottom:10px;
      font-size:14px;
    }

    .social-icons i{
      margin-right:12px;
      font-size:18px;
    }

    /* MOBILE */

    @media(max-width:991px){

      .top-bar {
        background: #ffd200;
        color: #000;
        text-align: center;
        font-size: 15px;
        font-weight: 700;
        padding: 8px 0;
        letter-spacing: 0.5px;
      }

      .main-header{
        padding-top:10px;
      }

      .logo-box img{
        height:36px;
      }

      .offer-btn {
        background: #ffd200;
        color: #000;
        font-size: 14px;
        font-weight: 700;
        border: none;
        border-radius: 4px;
        padding: 8px 18px;
        box-shadow: 0 2px 8px rgba(0,0,0,0.07);
        transition: background 0.2s, color 0.2s;
        text-decoration: none;
      }
      .offer-btn:hover,
      .offer-btn:focus {
        background: #000;
        color: #ffd200;
        outline: none;
      }

      .mobile-toggle i{
        font-size:30px;
      }

      .car-category-bar{
        overflow-x:auto;
        white-space:nowrap;
        padding:12px 10px;
        border-radius:10px;
      }

      .car-category-row{
        flex-wrap:nowrap;
        min-width:650px;
      }

      .car-category-item{
        min-width:90px;
      }

      .car-category-item img{
        height:22px;
      }

      .car-category-item div{
        font-size:11px;
      }

      .hero-section{
        min-height:150px;
        padding-top:30px;
        background:
          url('../images/home-hero-image.jpg')
          center center/cover no-repeat;
      }

      .hero-content{
        padding-left:8px;
        max-width:230px;
      }

      .hero-content h1{
        font-size:28px;
        margin-bottom:10px;
      }

      .hero-tag{
        font-size:10px;
        padding:4px 6px;
        margin-bottom:8px;
      }

      .hero-content p{
        font-size:13px;
      }

      .yellow-strip{
        font-size:14px;
      }

      .feature-item i{
        font-size:20px;
      }

      .feature-item div{
        font-size:10px;
      }

      section{
        padding-top:45px;
      }

      .section-title{
        font-size:28px;
      }

      .section-line{
        width:170px;
      }

      .service-card{
        padding:16px;
      }

      .service-card img{
        width:48px;
      }

      .service-card h5{
        font-size:18px;
      }

      .service-card p{
        font-size:12px;
        max-width:130px;
      }

      .why-box{
        border-radius:20px;
      }

      .why-item{
        margin-bottom:20px;
      }

      .why-icon{
        width:50px;
        height:50px;
      }

      .why-icon i{
        font-size:22px;
      }

      .tour-title{
        font-size:18px;
      }

      .youtube-box{
        height:220px;
      }

      .youtube-btn{
        width:70px;
        height:70px;
        font-size:30px;
      }

      footer{
        padding:40px 0;
      }

    }

/* =========================================================
   OUR GALLERY PAGE
========================================================= */

.gallery-cars-section{
  padding:100px 0 60px !important;
}

.gallery-hero-section{
  background:url('../images/luxury-banner.jpg') center center/cover no-repeat;
  min-height:600px;
  display:flex;
  align-items:center;
  justify-content:center;
  position:relative;
  padding:0 !important;
}

.gallery-hero-section::before{
  content:'';
  position:absolute;
  inset:0;
  background:rgba(0,0,0,0.35);
}

.gallery-hero-title{
  position:relative;
  z-index:2;
  color:#fff;
  font-size:72px;
  font-weight:300;
  letter-spacing:2px;
  text-align:center;
  margin:0;
}

.gallery-cars-section .row{
  --bs-gutter-y: 1.5rem;
}

.gallery-car-card{
  background:linear-gradient(180deg,#ff5e00 0%,#ffb000 100%);
  border-radius:22px;
  overflow:hidden;
  padding:24px;
  text-align:center;
  transition:all .3s ease;
  height:100%;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
}

.gallery-car-card:hover{
  transform:translateY(-6px);
}

.gallery-car-card img{
  width:100%;
  max-width:320px;
  height:180px;
  object-fit:contain;
  display:block;
}

.gallery-car-card h4{
  color:#fff;
  font-size:28px;
  font-weight:700;
  margin-top:18px;
  margin-bottom:0;
  text-transform:uppercase;
  line-height:1.2;
}

.gallery-luxury-text{
  text-align:center;
  font-size:42px;
  font-weight:700;
  margin:20px 0 25px;
  text-transform:uppercase;
}

.gallery-quick-book-btn{
  background:linear-gradient(90deg,#ff7a00 0%,#ffb100 100%);
  border:none;
  color:#fff;
  font-size:30px;
  font-weight:700;
  border-radius:50px;
  padding:16px 45px;
  display:inline-block;
  text-decoration:none;
  transition:all .3s ease;
}

.gallery-quick-book-btn:hover{
  color:#fff;
  transform:translateY(-2px);
}

/* =========================================================
   COMMON RESPONSIVE
========================================================= */

@media(max-width:991px){

  .gallery-hero-title{
    font-size:46px;
  }

  .gallery-luxury-text{
    font-size:28px;
  }

  .gallery-quick-book-btn{
    font-size:22px;
  }

  .gallery-car-card h4{
    font-size:22px;
  }

}

@media(max-width:767px){

  .gallery-hero-section{
    min-height:420px;
  }

  .gallery-hero-title{
    font-size:34px;
    padding:0 15px;
  }

  .gallery-cars-section{
    padding:60px 0 40px !important;
  }

  .gallery-car-card{
    padding:18px;
    border-radius:18px;
  }

  .gallery-car-card img{
    height:150px;
  }

  .gallery-car-card h4{
    font-size:20px;
  }

  .gallery-luxury-text{
    font-size:22px;
    line-height:1.5;
  }

  .gallery-quick-book-btn{
    font-size:18px;
    padding:14px 28px;
  }

}