@media(max-width: 1400px){
  .car-book h3 {
    font-size: 18px;
  }
  .hero-text h1 span {
     display: inline-block;
  }
  .car-book img.car-back {
    width: 54%;
  }
  .save-upto img {
    width: 14px;
  }
  .tabtwo.nav-pills .nav-link {
    margin-right: 10px;
    width: 100px;
  }
  .tabtwo.nav.flex-column.nav-pills {
    padding-left: 56px;
   }
   .img-slider img {
    height: 700px;
    width: 100%;
    object-fit: cover;
  }
   .tabtwo form span {
    font-size: 14px;
  }
   .hero-text h1 {
     width: 100%;
     max-width: 100%;
  }
  .bottom-bar ul li {
    padding-right: 13px;
    padding-left: 13px;
  }
  .hero-section-text {
    width: 1120px; 
    padding-top: 100px;
  }
  h1 { 
    font-size: 64px;
    line-height: 74px; 
  }
  .login a.register {
     padding: 11px 20px;
  } 
  .save-upto h6 {
    font-size: 12px;
  }
  .hero-text h5 {
    font-size: 28px;
    padding-bottom: 40px;
  }
  .save-upto {
     padding: 6px;
    gap: 10px;
     padding-right: 20px;
    padding-left: 10px;
   }
   h2 {
    font-size: 36px;
  }
  .stap {
    padding: 40px;
  }
  .stap img {
    width: 200px;
  }
  .heading.two p {
    width: 100%;
  }
  .service h3 {
    font-size: 20px;
  }
  .service p { 
    width: 100%; 
    font-size: 15px;
    line-height: 25px;
  }
  .list-style li {
    padding-bottom: 12px;
    font-size: 16px;
  }
  .nav-pills .nav-link {
    width: 210px;
    padding-left: 10px;
  }
  .car-info img {
    width: 53%;
  }
  .car-info ul li span {
    left: 47%;
  }
  p {
    font-size: 16px;
    line-height: 26px;
  }
  .locations-address {
    width: calc(33.333% - 20px);
    max-width: 360px;
    min-width: 260px;
  }
  .locations-address figure {
    height: 300px;
  }
  .blog-style h4 {
    font-size: 24px;
    line-height: 34px;
  }
  .review {
    width: 90%;
  }
  .locations-panel {
    width: 45%;
  }
  .swiper-pagination {
    left: 84%;
  }
  #progress {
    height: 55px;
    width: 55px;
    right: 20px;
    bottom: 20px;
    z-index: 9999;
  }
  span#progress-value i {
    font-size: 18px;
  }
  .book-car-hire { 
    padding: 90px 52px; 
    width: 500px;
    height: 500px; 
    padding-bottom: 0;
  }
  .book-car-hire-section {
    background-position: center;
  }
  .book-car-hire img {
    width: 40%;
  }
}
@media(max-width: 1200px){
  .gap {
    padding: 100px 0;
  }
  .no-top{
      padding-top: 0;
  }
  .no-bottom{
      padding-bottom: 0;
  }
  .img-slider img {
    height: 600px;
  }
  .bottom-bar {
     padding-top: 2px;
    padding-bottom: 2px;
  }
  .hero-section-text {
    width: 100%;
    max-width: 100%;
    padding-top: 100px;
  }

  /* Mobile hamburger navigation */
  .bottom-bar {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 12px;
    z-index: 1000002;
  }

  .bottom-bar .logo {
    flex: 0 1 auto;
    min-width: 0;
    max-width: calc(100% - 58px);
  }

  .bottom-bar .logo img {
    height: 64px;
    width: auto;
    min-width: 0;
    max-width: 200px;
    object-fit: contain;
  }

  .mobile-nav-toggle {
    display: flex !important;
    flex: 0 0 46px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
    width: 46px;
    height: 46px;
    margin-left: auto;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.35);
    cursor: pointer;
    z-index: 1000003;
    position: relative;
    appearance: none;
    -webkit-appearance: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  }

  .mobile-nav-toggle .bar {
    display: block;
    width: 22px;
    height: 2px;
    background-color: #fff;
    border-radius: 2px;
    transition: transform 0.3s ease, opacity 0.3s ease;
    pointer-events: none;
  }

  .mobile-nav-toggle.is-active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .mobile-nav-toggle.is-active .bar:nth-child(2) {
    opacity: 0;
  }

  .mobile-nav-toggle.is-active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

  .bottom-bar nav.primary-nav {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: min(300px, 86vw);
    height: 100vh;
    height: 100dvh;
    margin: 0;
    padding: 88px 24px 32px;
    background-color: #111;
    box-shadow: -8px 0 30px rgba(0, 0, 0, 0.35);
    transform: translate3d(100%, 0, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    transition: transform 0.35s ease, visibility 0.35s ease;
    z-index: 1000005;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    visibility: hidden;
    pointer-events: none;
  }

  .bottom-bar nav.primary-nav.is-open {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    visibility: visible;
    pointer-events: auto;
  }

  .bottom-bar nav.primary-nav ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    width: 100%;
  }

  .bottom-bar nav.primary-nav ul li {
    width: 100%;
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .bottom-bar nav.primary-nav ul li a {
    display: block;
    width: 100%;
    padding: 16px 4px;
    font-size: 18px;
    color: #fff;
  }

  .bottom-bar nav.primary-nav ul li a:hover {
    color: var(--theme-color);
  }

  .mobile-nav-overlay {
    display: block;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s ease, visibility 0.35s ease;
    z-index: 1000004;
  }

  .mobile-nav-overlay.is-visible {
    opacity: 1;
    visibility: visible;
  }

  body.mobile-nav-open {
    overflow: hidden;
  }

  header#stickyHeader,
  .header-top-bar,
  .header-top-bar .container {
    max-width: 100%;
    /* overflow: visible; */
    position: relative;
    z-index: 1000001;
  }

  .car-book img.car-back {
    width: 60%;
  } 
  .car-book ul {
    gap: 14px;
   }
   .main-top-bar {
    display: none;
   }
   .tabtwo.nav-pills .nav-link {
    width: 80px;
    height: 80px;
    padding-top: 0;
  }
  .hero-text h1 {
    width: 100%;
  }
  .tabtwo.nav.flex-column.nav-pills {
    padding-left: 52px;
  }
  .tabtwo .nav-link i {
    font-size: 39px;
     width: 48px;
    height: 43px;
  }
   h2 {
    font-size: 32px;
  }
  .stap h3 {
    font-size: 24px; 
    padding-bottom: 12px;
   }
   .nav-pills .nav-link {
    width: 176px;
   }
   .car-data {
    width: 29%;
  }
  .car-bok {
    gap: 20px; 
  }
  .car-bok:before {
    width: 80px;
    height: 80px;
  }
  .car-bok img {
    width: 80px;
  }
  .car-info img {
    width: 46%;
  }
  .locations-address a {
    right: -55px;
    top: 50%;
    padding: 10px 20px;
    font-size: 18px;
    width: 178px;
    min-height: 44px;
    transform: rotate(270deg) translateY(-50%);
   }
   .review {
    width: 100%;
  }
  .review-clint p {
    font-size: 20px;
    line-height: 36px;
  }
  .footer-top > a {
    font-size: 34px;
  }
  .swiper-pagination {
    left: 80.5%;
  }
}
@media(max-width: 993px){
  .gap {
    padding: 80px 0;
  }
  .no-top{
      padding-top: 0;
  }
  .no-bottom{
      padding-bottom: 0;
  }
  .hero-section-text {
    width: auto;
    position: relative;
  }

  .hero-section .tabtwo form,
  .tabtwo form,
  #home.hero-section form.enquiry-form {
    margin-top: 0 !important;
    padding-top: 22px !important;
    position: relative !important;
    top: auto !important;
    transform: none !important;
  }

  .datatime {
     padding-bottom: 0px; 
    }
  .date-from {
    margin-bottom: 20px;
  }
  #home {
    padding-bottom: 80px;
   }
   .login a.register {
     margin: 0;
  }
   .login > a {
     display: none;
  }
  .hero-text ul.theme-list {
    margin-bottom: 40px;
  }
  .locations-panel {
    width: 100%;
    max-width: none;
  }
  .tabtwo.nav-pills .nav-link {
    padding: 0;
  }
  .tabtwo .nav-link i {
    padding-left: 16px;
  }
  .blog-style h4 {
    font-size: 20px;
    line-height: 30px;
    padding-top: 12px;
  }
  .blog-style {
    margin-bottom: 40px;
  }
  .heading h2 span,
  .hero-text h1 span {
    display: inline-block;
    padding-bottom: 8px;
  }

  .heading h2 span:before,
  .hero-text h1 span:before {
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    margin-top: 0;
    z-index: -1;
    background-size: 100% 100%;
  }

  .locations-section .heading.two h2 span,
  .heading.two h2 span {
    display: inline-block;
    padding-bottom: 8px;
  }

  .locations-section .heading.two h2 span:before,
  .heading.two h2 span:before {
    top: auto;
    bottom: 0;
    height: 10px;
    margin-top: 0;
  }

  .locations-address {
    width: calc(50% - 14px);
    max-width: none;
    min-width: 0;
  }
  .locations-address figure {
    height: 260px;
  }
  .locations {
    justify-content: left;
    gap: 10px;
  }
  .count-style h3 {
    font-size: 26px; 
  }
  .count-style span {
     font-size: 12px;
  }
  .count-style {
    bottom: 11px;
    left: 20px;
    gap: 40px;
    padding: 20px 30px;
  }
    .count-style:before {
       height: 65%;
   }
   h2 {
    font-size: 26px;
  }
  .nav-pills .nav-link img {
    display: none;
  }
  .nav-pills .nav-link {
    width: 120px;
    padding-left: 0;
    font-size: 14px;
    display: block;
  }
  .car-hire {
    flex-wrap: wrap; 
  }
  .car-info,.car-data {
    width: 100%;
  }
  .locations-panel {
    width: 100%;
    max-width: none;
  }
  .locations-panel > img {
    border-radius: 0;
  }
  .locations-section .map {
    position: relative;
    top: auto;
    transform: none;
    width: 100%;
    height: 350px;
    z-index: 5;
    right: 0;
    margin-top: 30px;
  }
  .locations-section {
    padding-bottom: 0 !important;
  }
  .book-car-hire {
    padding: 55px 52px;
    width: 400px;
    height: 400px;
    padding-bottom: 0;
  }
  .book-car-hire h2 { 
    padding-bottom: 14px; 
    width: 100%; 
    font-size: 16px;
  }
  .footer-top {
    /* flex-wrap: wrap; */
    gap: 20px;
  }
  .subscribe-letter {
    width: 100%;
  }
  .information-link {
    padding-top: 30px;
  }
}
@media(max-width: 768px){
  .heading { 
    width: 100%; 
  }
  h1 {
    font-size: 40px;
    line-height: 1.15;
  }
  .footer-information {
    padding-top: 60px;
  }
  footer {
     padding-top: 60px;
  }
  .footer-bottom {
     margin-top: 60px;
   }
  .footer-bottom {
    /* flex-wrap: wrap; */
    justify-content: center;
    text-align: center;
    gap: 20px;
  }
  .car-hire {
    gap: 40px;
  }
  .car-info img {
    display: none;
  } 
  .swiper-pagination {
    left: auto;
    position: relative;
    width: 100%;
    margin-top: 40px;
  }
  .swiper-button {
    position: relative;
    bottom: -33px;
    width: 100%;
    right: 0;
  }
  .review-clint .man {
     padding-bottom: 20px;
  }
}
@media(max-width: 576px){
  .gap {
    padding: 60px 0;
  }
  .no-top{
      padding-top: 0;
  }
  .no-bottom{
      padding-bottom: 0;
  }
  .book-car-hire {
    padding: 55px 52px;
    width: 340px;
    height: 340px;
    padding-bottom: 0;
  }
  .book-car-hire h2 {
     font-size: 14px;
  }
  .book-car-hire p {
     font-size: 14px;
    line-height: 24px;
  }
  .car-book img.car-back {
    width: 29%;
  }
  figure {
    margin-bottom: 0;
  }
  .car-book h3 {
    font-size: 24px;
  }
  .stap:hover:before {
     transform: scale(1.05);
   }
   .locations-address {
    width: calc(50% - 10px);
    max-width: none;
    min-width: 0;
  }
  .locations-address figure {
    height: 220px;
  }
}
@media(max-width: 500px){
  .footer-top > a {
    font-size: 20px;
  }
  .tabtwo.nav.flex-column.nav-pills {
    padding-left: 27px;
  }
  .footer-top ul {
    gap: 30px;
  }
  h2 {
    font-size: 24px;
  }
  .car-info ul li {
     font-size: 12px;
   }
   .car-hire {
    padding: 20px;
   }
   .car-info ul {
     padding: 20px;
   }
   .car-info ul li:not(:last-child) {
    border-bottom: 1px dashed #1e1e1e;
    padding-bottom: 13px;
    margin-bottom: 13px;
  }
}
@media(max-width: 480px){
  h1 {
    font-size: 30px;
    line-height: 1.2;
  }
  .hero-text h5 {
    font-size: 22px;
    padding-bottom: 25px;
  }
  ul.theme-list li {
     font-size: 16px;
  }
}
@media(max-width: 450px){
  .car-book h3 {
    font-size: 20px;
  }
  .tabtwo.nav-pills .nav-link {
    width: 70px;
    height: 70px;
    padding-top: 0;
    margin-right: 2px;
  }
  .rental-type input[type='radio']:after {
    width: 14px;
    height: 14px;
    top: 4px;
    left: -17px;
     }
  ul.rental-type {
     gap: 14px;
     }
     ul.rental-type li {
    padding-left: 15px;
    font-size: 12px;
}
  .tabtwo .nav-link i {
    padding-left: 12px;
    font-size: 32px;
    height: 32px;
    }
  .tabtwo form {
    margin-top: 0 !important;
    padding-top: 22px !important;
  }
}
@media(max-width: 410px){
  h2 {
    font-size: 18px;
  }
  .bottom-bar .logo img {
    height: 64px;
    min-width: 155px;
    max-width: 220px;
  }
}

@media only screen and (max-width: 10020px) and (min-width: 1700px){
  .img-slider img {
    object-fit: cover;
    animation: imgscale 8s infinite;
    width: 100%;
    height: 750px;
  }     
} 
@media only screen and (max-width: 10020px) and (min-width: 1200px){
  header.slideUp {
    position: fixed;
    z-index: 1111111;
  } 
  .slideDown .main-top-bar,
  .slideUp .main-top-bar {
    display: none !important;
  }
  .header-top-bar {
    background-color: #00000073; 
  }

.slideUp {
  transform: translateY(-140px);
  -webkit-transform: translateY(-140px);
  -moz-transform: translateY(-140px);
  -o-transform: translateY(-140px);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.slideDown {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; 
  }
}

/* =========================================================
   Public UI — enhanced responsive (mobile / tablet / desktop)
   ========================================================= */

html,
body {
  overflow-x: hidden;
  max-width: 100%;
  width: 100%;
}

header#stickyHeader,
#home.hero-section,
.hero-section > .container,
.hero-section-text,
.img-slider,
.img-slider .swiper,
.img-slider .swiper-wrapper {
  max-width: 100%;
}

#home.hero-section .img-slider {
  left: 0;
  right: 0;
  width: 100%;
}

.blog-style img,
.car-here img,
.car-book img:not(.car-back),
.img-hover:not(.locations-address) img,
.book-car-hire img,
.car-here figure img {
  max-width: 100%;
  height: auto;
}

/* Keep panel background filling its frame */
.locations-panel > img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* Keep destination card images filling their frame (style.css defaults) */
.locations-address img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
  display: block;
}

.table-responsive {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive .table {
  margin-bottom: 0;
}

.select2-container {
  max-width: 100%;
}

/* Hamburger hidden on desktop only */
@media (min-width: 1201px) {
  .mobile-nav-toggle {
    display: none !important;
  }

  .mobile-nav-overlay {
    display: none !important;
  }

  .bottom-bar {
    position: relative;
    justify-content: flex-start;
  }

  .bottom-bar nav.primary-nav {
    position: absolute;
    left: 50%;
    top: 50%;
    right: auto;
    transform: translate(-50%, -50%);
    visibility: visible;
    pointer-events: auto;
    width: auto;
    height: auto;
    padding: 0;
    background-color: transparent;
    box-shadow: none;
    overflow: visible;
  }

  .bottom-bar nav.primary-nav ul {
    justify-content: center;
  }
}

@media (min-width: 994px) {
  .locations-section-body {
    min-height: 520px;
  }

  .locations-panel {
    min-height: 520px;
  }
}

/* --- Laptop / small desktop (max 1400px) --- */
@media (max-width: 1400px) {
  .hero-section .img-slider img {
    height: 720px;
  }

  .filter-bar-container {
    padding: 1.25rem !important;
  }

  .heading h2 {
    font-size: 32px;
    line-height: 1.15;
  }

  .heading span {
    font-size: 25px;
  }
}

/* --- Tablet landscape (max 1200px) --- */
@media (max-width: 1200px) {
  .hero-section .img-slider img {
    height: 620px;
  }

  .filter-bar-container .col-md-2,
  .filter-bar-container .col-md-3 {
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }

  .car-book {
    padding: 22px 18px;
  }

  .car-book h3 {
    font-size: 1.15rem;
    padding-top: 5px;
  }

  .stap {
    padding: 30px 24px;
  }

  .service {
    margin-bottom: 24px;
  }

  #faq .col-lg-6 {
    margin-bottom: 10px;
  }
}

/* --- Car cards equal height (responsive) --- */
@media (max-width: 991px) {
  .row.g-4 > .col-lg-3.col-sm-6 {
    display: flex;
    align-items: stretch;
  }

  .row.g-4 > .col-lg-3.col-sm-6 > .car-book {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
  }

  .car-book h3,
  .car-book-title .car-book-brand {
    min-height: 1.6em;
  }

  .car-book-title .car-book-model {
    font-size: 0.85rem;
  }

  .car-book-tooltip::after {
    font-size: 11px;
    max-width: 200px;
  }

  .car-book .row.text-start {
    flex: 1 1 auto;
    margin-bottom: 0.75rem !important;
  }

  .car-book > a {
    margin-top: auto;
    padding-top: 10px;
  }

  .car-book img:not(.car-back) {
    height: 110px !important;
    max-height: 110px;
    object-fit: contain;
    width: auto;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

/* --- Tablet portrait (max 993px) --- */
@media (max-width: 993px) {
  #home.hero-section {
    --hero-banner-h: clamp(280px, 42vh, 360px);
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: visible;
    padding-bottom: 50px;
    width: 100%;
    max-width: 100%;
    background-image: none !important;
  }

  #home.hero-section > .container {
    width: 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    order: 0;
    margin-top: calc(-1 * var(--hero-banner-h));
    position: relative;
    z-index: 4;
  }

  #home.hero-section .img-slider {
    display: block !important;
    position: relative !important;
    order: -1;
    top: auto;
    left: auto;
    right: auto;
    width: 100%;
    max-width: 100%;
    height: var(--hero-banner-h);
    min-height: 280px;
    z-index: 1;
    flex-shrink: 0;
    overflow: hidden;
    background-image: url('../img/slider16.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    animation: imgscale 10s infinite;
  }

  #home.hero-section .img-slider .swiper-wrapper {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
  }

  #home.hero-section .img-slider .swiper,
  #home.hero-section .img-slider .swiper-wrapper,
  #home.hero-section .img-slider .swiper-slide,
  #home.hero-section .img-slider .img-div {
    height: 100%;
  }

  #home.hero-section .img-slider img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

  #home.hero-section:before {
    height: var(--hero-banner-h);
    min-height: 280px;
    z-index: 2;
  }

  .hero-section .hero-section-text {
    position: relative;
    width: 100%;
    max-width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    left: auto;
    right: auto;
  }

  .hero-section .hero-section-text > .row {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-section .hero-section-text > .row > .col-lg-6:first-child {
    min-height: var(--hero-banner-h);
    display: flex;
    align-items: center;
    padding-top: 76px;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    flex: 0 0 auto;
  }

  .hero-section .hero-section-text > .row > .col-lg-6:last-child {
    margin-top: 0 !important;
    padding-top: 16px;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    z-index: 5;
  }

  .hero-section .hero-text {
    width: 100%;
  }

  .hero-section .hero-text h1,
  .hero-section .hero-text h5 {
    color: #fff;
  }

  #home {
    min-height: auto;
    padding-bottom: 50px;
  }

  .hero-section .hero-text h1 {
    width: 100%;
    max-width: 100%;
    font-size: clamp(28px, 7vw, 38px);
    line-height: 1.15;
    margin-bottom: 14px;
  }

  .hero-section .hero-text h5 {
    width: 100%;
    max-width: 100%;
    font-size: clamp(15px, 3.85vw, 21px);
    line-height: 1.3;
    padding-bottom: 12px;
  }

  .hero-section .tabtwo.nav.flex-column.nav-pills {
    display: none !important;
  }

  .hero-section .tab-content.tabtwo {
    position: relative;
    z-index: 5;
    margin-top: 0 !important;
  }

  #home.hero-section form.enquiry-form,
  .hero-section .tab-content.tabtwo,
  .hero-section .tab-content.tabtwo form,
  .hero-section .tabtwo form,
  .tabtwo form {
    width: 100%;
    max-width: 100%;
    margin-top: 0 !important;
    padding: 22px 18px 22px !important;
    border-radius: 24px;
    position: relative !important;
    top: auto !important;
    transform: none !important;
  }

  .hero-section .tabtwo form input,
  .hero-section .tabtwo form .pick-up textarea,
  .tabtwo form input,
  .tabtwo form .pick-up textarea {
    height: 42px;
    min-height: 42px;
    line-height: 40px;
    font-size: 14px;
  }

  .hero-section .tabtwo form .pick-up textarea {
    min-height: 90px;
    line-height: 1.4;
  }

  #pickup_location + .select2-container .select2-selection--single {
    height: 42px !important;
    min-height: 42px !important;
    padding: 0 !important;
  }

  #pickup_location + .select2-container .select2-selection--single .select2-selection__rendered {
    height: 42px !important;
    min-height: 42px !important;
    padding: 0 46px 0 16px !important;
  }

  .pickup-location-dropdown .select2-search--dropdown .select2-search__field {
    height: 40px !important;
    min-height: 40px !important;
    line-height: 40px !important;
    padding: 0 10px !important;
  }

  #pickup_location + .select2-container .select2-selection--single .select2-selection__clear {
    right: 26px !important;
    font-size: 15px !important;
  }

  #pickup_location + .select2-container .select2-selection--single .select2-selection__arrow {
    right: 6px !important;
  }

  .car-book img:not(.car-back) {
    height: auto !important;
    max-height: 130px;
    width: auto;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .car-book .row.text-start {
    font-size: 13px !important;
  }

  .car-book .row.text-start .mb-3 {
    margin-bottom: 0.65rem !important;
  }

  .locations-section .heading.two h2 {
    font-size: 22px;
  }

  .locations-pin {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 12px;
  }

  .locations-pin img {
    max-width: 48px;
    height: auto;
  }

  .locations-address a {
    right: auto;
    left: 50%;
    top: auto;
    bottom: 10px;
    transform: translateX(-50%);
    transform-origin: center center;
    width: auto;
    max-width: calc(100% - 20px);
    min-height: auto;
    padding: 6px 12px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
    white-space: nowrap;
    text-align: center;
    border-radius: 10px;
  }

  .car-here img,
  .car-here figure {
    width: 100%;
  }

  .heading.two {
    width: 100%;
    text-align: center;
  }

  .heading.two p {
    font-size: 15px;
    line-height: 1.6;
  }

  .subscribe-letter h3 {
    font-size: 12px;
    line-height: 1.3;
  }

  form#subscribe-form {
    flex-wrap: wrap;
    gap: 12px;
  }

  #subscribe-form input {
    width: 100%;
    min-width: 0;
  }

  .pagination {
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
  }

  .pagination .page-link {
    padding: 8px 12px;
    font-size: 14px;
  }
}

/* --- Mobile landscape / large phones (max 768px) --- */
@media (max-width: 768px) {
  h1 {
    font-size: 26px;
    line-height: 1.15;
  }

  h2,
  .heading h2 {
    font-size: 20px;
    line-height: 1.2;
  }

  h3 {
    font-size: 12px;
  }

  h4 {
    font-size: 20px;
  }

  p {
    font-size: 15px;
    line-height: 1.6;
  }

  .hero-section .hero-text h1 {
    width: 100%;
    max-width: 100%;
    font-size: clamp(24px, 6.5vw, 32px);
    line-height: 1.2;
  }

  .hero-section .hero-text h5 {
    width: 100%;
    max-width: 100%;
    font-size: clamp(13px, 3.6vw, 18px);
    line-height: 1.3;
    padding-bottom: 10px;
  }

  .hero-section .tabtwo form,
  .tabtwo form,
  #home.hero-section form.enquiry-form {
    margin-top: 0 !important;
    padding: 16px 14px 18px !important;
    padding-top: 22px !important;
    position: relative !important;
    top: auto !important;
    transform: none !important;
  }

  .tabtwo span {
    font-size: 13px;
  }

  .filter-bar-container {
    padding: 1rem !important;
    margin-bottom: 2rem !important;
    border-radius: 20px !important;
  }

  .filter-bar-container .row.mt-4 .d-flex {
    flex-direction: column;
    align-items: center !important;
    gap: 12px;
    text-align: center;
  }

  .car-book {
    padding: 18px 14px;
    border-radius: 16px;
  }

  .row.g-4 > .col-lg-3.col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
  }

  .car-book h3,
  .car-book-title .car-book-brand {
    font-size: 1rem;
    padding-top: 0;
    margin-top: 0 !important;
  }

  .car-book-title {
    padding: 0 8px;
    margin-top: 1rem !important;
  }

  .car-book-title .car-book-model {
    font-size: 0.8rem;
  }

  .car-book img.car-back {
    width: 50%;
    top: 34px;
  }

  .car-book img:not(.car-back) {
    max-height: 110px;
  }

  .car-book .row.text-start {
    font-size: 12px !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  .car-book .col-12.col-sm-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .stap {
    padding: 20px 12px;
    margin-bottom: 0;
  }

  .steps-row {
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
    row-gap: 16px;
    display: inherit !important;
  }

  .steps-row > [class*="col-"] {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .stap img {
    display: block;
    width: 72px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 14px;
  }

  .stap h4 {
    font-size: 11px;
    letter-spacing: 0.5px;
    padding-bottom: 4px;
  }

  .stap h3 {
    font-size: 15px;
    padding-bottom: 8px;
    line-height: 1.25;
  }

  .stap p {
    display: block;
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 0;
  }

  .service {
    padding: 20px;
    padding-bottom: 28px;
  }

  .service > div {
    padding: 0;
  }

  .service h3 {
    font-size: 18px;
  }

  .service p {
    font-size: 14px;
    line-height: 1.55;
  }

  .services-layout-row .services-side-col {
    align-items: stretch;
  }

  .services-layout-row .service-side {
    height: auto;
    min-height: 0;
    padding-top: 20px;
    padding-bottom: 28px;
  }

  .locations-section .map {
    height: 300px;
  }

  .blog-style h4 {
    font-size: 18px;
    line-height: 1.4;
  }

  .accordion-item .title {
    font-size: 15px;
    padding: 16px 42px 16px 16px;
    border-radius: 18px;
  }

  .accordion-item .heading {
    font-size: 15px;
  }

  .accordion-item .icon {
    right: 14px;
  }

  .content p {
    font-size: 14px;
    padding-left: 16px;
    padding-right: 8px;
  }

  .footer-top > a {
    font-size: 24px;
    word-break: break-word;
  }

  .information-link h3 {
    font-size: 17px;
    padding-bottom: 18px;
  }

  .information-link ul li,
  .information-link ul li a {
    font-size: 13px;
  }

  .information-link ul li {
    padding-bottom: 12px;
  }

  .information-link p {
    font-size: 12px;
  }

  .footer-information .row > [class*="col-"] {
    margin-bottom: 10px;
  }

  .footer-bottom img {
    max-height: 34px;
    width: auto;
  }

  .footer-brand {
    display: inline-block;
    width: 100%;
  }

  .footer-brand h3 {
    font-size: 30px;
    font-weight: 800;
    letter-spacing: 1.2px;
    line-height: 1.15;
  }

  .footer-bottom p {
    font-size: 12px;
  }

  .footer-bottom > div > p {
    font-size: 11px !important;
  }

  .footer-abn {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    color: #f5f5f5 !important;
    -webkit-text-fill-color: #f5f5f5;
    font-size: 12px !important;
    line-height: 1.4 !important;
    margin-top: 6px !important;
    position: relative;
    z-index: 2;
    -webkit-text-size-adjust: 100%;
  }

  .footer-bottom > div[style*="inline-grid"] span {
    font-size: 12px !important;
  }

  .footer-copyright-brand {
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: normal;
  }

  .tab-content.tabtwo .btn,
  .filter-bar-container .btn,
  form#subscribe-form .btn {
    width: 100%;
    max-width: 100%;
  }

  .mouse-cursor {
    display: none !important;
  }
}

/* --- Mobile portrait (max 576px) --- */
@media (max-width: 576px) {
  .gap {
    padding: 50px 0;
  }

  .heading h2 {
    font-size: 16px;
  }

  .heading span {
    font-size: 20px;
  }

  .hero-section .hero-text h1 {
    width: 100%;
    max-width: 100%;
    font-size: clamp(22px, 6vw, 28px);
    line-height: 1.2;
  }

  .hero-section .hero-text h5 {
    font-size: clamp(12px, 3.3vw, 16px);
    line-height: 1.3;
    padding-bottom: 10px;
  }

  .locations-address a {
    font-size: 11px;
    padding: 5px 10px;
    bottom: 8px;
    max-width: calc(100% - 16px);
  }

  .enquiry-name-row .col-md-4,
  .enquiry-name-row .col-md-6,
  .enquiry-name-row .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .car-book h3,
  .car-book-title .car-book-brand {
    font-size: 0.95rem;
  }

  .car-book-title .car-book-model {
    font-size: 0.75rem;
  }

  .list-style li {
    font-size: 15px;
    padding-bottom: 10px;
  }

  .subscribe-letter h3 {
    font-size: 12px;
  }

  .information-link h3 {
    font-size: 18px;
  }

  .book-car-hire {
    width: 100%;
    max-width: 320px;
    height: auto;
    min-height: 300px;
    border-radius: 40px;
    padding: 40px 24px;
  }

  .steps-row > [class*="col-"] {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 20px;
  }

  .stap {
    padding: 16px 12px;
  }

  .stap img {
    display: block;
    width: 56px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }

  .stap h4 {
    font-size: 10px;
  }

  .stap h3 {
    font-size: 13px;
    padding-bottom: 6px;
  }

  .stap p {
    display: block;
    font-size: 11px;
    line-height: 1.45;
    text-align: center;
    margin-bottom: 0;
  }
}

/* --- Small phones (max 480px) --- */
@media (max-width: 480px) {
  h1 {
    font-size: 26px;
  }

  h2,
  .heading h2 {
    font-size: 20px;
  }

  .hero-section .hero-text h1 {
    width: 100%;
    max-width: 100%;
    font-size: clamp(20px, 5.5vw, 26px);
    line-height: 1.2;
  }

  .hero-section .hero-text h5 {
    font-size: clamp(11px, 3vw, 15px);
    line-height: 1.3;
    padding-bottom: 8px;
  }

  .filter-bar-container .btn {
    width: 100%;
  }

  .car-book {
    padding: 16px 12px;
  }

  .car-book img:not(.car-back) {
    max-height: 96px;
  }

  .pagination .page-item .page-link {
    padding: 6px 10px;
    font-size: 13px;
  }

  .footer-top ul {
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-top > a {
    font-size: 22px;
  }

  .information-link h3 {
    font-size: 15px;
    padding-bottom: 14px;
  }

  .information-link ul li,
  .information-link ul li a {
    font-size: 12px;
  }

  .information-link p {
    font-size: 11px;
  }

  .footer-brand h3 {
    font-size: 26px;
    letter-spacing: 1px;
  }

  .footer-bottom p {
    font-size: 11px;
  }

  .footer-bottom > div > p {
    font-size: 10px !important;
  }

  .footer-abn {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    color: #f5f5f5 !important;
    -webkit-text-fill-color: #f5f5f5;
    font-size: 11px !important;
    line-height: 1.4 !important;
    margin-top: 6px !important;
    position: relative;
    z-index: 2;
    -webkit-text-size-adjust: 100%;
  }

  .footer-bottom > div[style*="inline-grid"] span {
    font-size: 11px !important;
  }

  .footer-copyright-brand {
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: normal;
  }

  .accordion-item .title {
    font-size: 14px;
    padding-right: 36px;
  }
}

/* --- Extra small phones (max 410px) --- */
@media (max-width: 410px) {
  .bottom-bar .logo img {
    height: 58px;
    min-width: 140px;
    max-width: 200px;
  }

  .heading h2 {
    font-size: 12px;
  }

  .hero-section .hero-text h1 {
    width: 100%;
    max-width: 100%;
    font-size: clamp(18px, 5vw, 24px);
    line-height: 1.2;
  }

  .hero-section .hero-text h5 {
    font-size: clamp(10px, 2.75vw, 13px);
    line-height: 1.3;
    padding-bottom: 8px;
  }

  .tabtwo.nav-pills .nav-link {
    width: 64px;
    height: 64px;
    font-size: 11px;
  }
}

/* --- Touch devices --- */
@media (hover: none) and (pointer: coarse) {
  .mouse-cursor {
    display: none !important;
  }

  .car-book:hover img,
  .img-hover:hover img {
    transform: none;
  }

  .service {
    -webkit-tap-highlight-color: transparent;
  }
}

/* --- Sticky header offset on smaller screens --- */
@media only screen and (max-width: 10020px) and (min-width: 1200px) {
  .slideUp {
    transform: translateY(-110px);
    -webkit-transform: translateY(-110px);
    -moz-transform: translateY(-110px);
    -o-transform: translateY(-110px);
  }
}

@media (max-width: 768px) {
  .slideUp {
    transform: translateY(-90px);
    -webkit-transform: translateY(-90px);
    -moz-transform: translateY(-90px);
    -o-transform: translateY(-90px);
  }
}

/* --- Terms and Conditions page --- */
@media (max-width: 991px) {
  .terms-page {
    padding: 16px 0 28px;
  }

  .terms-page-container {
    max-width: 100%;
    padding-left: 14px;
    padding-right: 14px;
  }

  .terms-page-card {
    padding: 24px 20px;
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  }

  .terms-page-heading {
    margin-bottom: 16px !important;
    padding-bottom: 14px !important;
  }

  .terms-page-heading h2 {
    font-size: 28px;
    line-height: 1.2;
  }

  .terms-page-card h3 {
    font-size: 22px;
    margin-top: 28px;
    margin-bottom: 14px;
    padding-left: 14px;
    word-break: break-word;
  }

  .terms-page-card h3:before {
    height: 26px;
    top: 3px;
    width: 4px;
  }

  .terms-page-content p,
  .terms-page-card p {
    font-size: 15px;
    line-height: 1.7;
    word-break: break-word;
  }

  .terms-page-content ul,
  .terms-page-card ul {
    margin-left: 18px;
    margin-bottom: 18px;
    padding-left: 0;
  }

  .terms-page-content li,
  .terms-page-card li {
    font-size: 14px;
    line-height: 1.65;
    margin-bottom: 10px;
    word-break: break-word;
  }

  .terms-page-content hr,
  .terms-page-content .my-5 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
}

@media (max-width: 768px) {
  .terms-page {
    padding: 12px 0 24px;
  }

  .terms-page-container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .terms-page-card {
    padding: 20px 16px;
    border-radius: 12px;
  }

  .terms-page-heading h2 {
    font-size: 24px;
  }

  .terms-page-card h3 {
    font-size: 20px;
    margin-top: 22px;
    padding-left: 12px;
  }

  .terms-page-card h3:before {
    height: 22px;
  }

  .terms-page-content p,
  .terms-page-card p {
    font-size: 14px;
    line-height: 1.65;
  }

  .terms-page-content li,
  .terms-page-card li {
    font-size: 13px;
  }

  .terms-page-content hr,
  .terms-page-content .my-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
}

@media (max-width: 576px) {
  .terms-page {
    padding: 10px 0 20px;
  }

  .terms-page-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .terms-page-card {
    padding: 16px 12px;
    border-radius: 10px;
  }

  .terms-page-heading {
    margin-bottom: 12px !important;
    padding-bottom: 12px !important;
  }

  .terms-page-heading h2 {
    font-size: 20px;
  }

  .terms-page-card h3 {
    font-size: 17px;
    margin-top: 18px;
    margin-bottom: 10px;
    padding-left: 10px;
  }

  .terms-page-card h3:before {
    height: 18px;
    width: 3px;
    top: 2px;
  }

  .terms-page-content p,
  .terms-page-card p {
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 12px;
  }

  .terms-page-content ul,
  .terms-page-card ul {
    margin-left: 14px;
    margin-bottom: 14px;
  }

  .terms-page-content li,
  .terms-page-card li {
    font-size: 12px;
    line-height: 1.55;
    margin-bottom: 8px;
  }

  .terms-page-content .text-muted {
    font-size: 12px !important;
  }
}

@media (max-width: 410px) {
  .terms-page-heading h2 {
    font-size: 18px;
  }

  .terms-page-card h3 {
    font-size: 15px;
  }

  .terms-page-content p,
  .terms-page-card p {
    font-size: 12px;
  }
}

/* ================= WHATSAPP RESPONSIVE ================= */

/* Desktop */
.whatsapp-float{
    position: fixed;
    right: 20px;
    bottom: 95px;
    z-index: 9999;
}

.whatsapp-bar{
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 18px;
    border-radius: 50px;
}

.whatsapp-bar i{
    font-size: 32px;
}

/* Tablet */
@media (max-width: 992px){

    .whatsapp-float{
        right: 18px;
        bottom: 18px;
    }

    .whatsapp-bar{
        width:55px;
        height:55px;
    }

    .whatsapp-bar i{
        font-size: 30px;
    }

    .contact-text{
        font-size: 13px;
    }

    .phone-number{
        font-size: 12px;
    }
}

@media (max-width:480px){

    #progress{
        width:50px;
        height:50px;
        right:10px;
        bottom:10px;
    }

    .whatsapp-float{
        right:10px;
        bottom:70px;
    }

    .whatsapp-bar{
        width:50px;
        height:50px;
    }
}
/* Mobile */
@media (max-width:768px){

    #progress{
        right:15px;
        bottom:15px;
    }

    .whatsapp-float{
        right:15px;
        bottom:85px;   /* Keep this */
    }

    .whatsapp-bar{
        padding:10px 14px;
        gap:10px;
    }

    .whatsapp-bar i{
        font-size:28px;
    }

    .contact-text{
        font-size:12px;
    }

    .phone-number{
        font-size:11px;
    }
}

/* Small Phones */
@media (max-width: 576px){

    .whatsapp-content{
        display: none;
    }

    .whatsapp-bar{
        width: 56px;
        height: 56px;
        padding: 0;
        justify-content: center;
        border-radius: 50%;
    }

    .whatsapp-bar i{
        font-size: 28px;
    }
}

/* Very Small Devices */
@media (max-width:380px){

    #progress{
        right:10px;
        bottom:10px;
    }

    .whatsapp-float{
        right:10px;
        bottom:70px;   /* or 75px */
    }

    .whatsapp-bar{
        width:52px;
        height:52px;
    }

    .whatsapp-bar i{
        font-size:26px;
    }
}