/*========== Template
  * Project: Prodrive
  * Version: 1.0
  * Author: CreativeLayers
  * Author URI: http://themeforest.net/user/CreativeLayers
==========*/

/*========== Import ==========*/
@import url("font-awesome.css");
@import url("ionicons.css");
@import url("owl.carousel.css");
@import url("shortcodes.css");
@import url("pe-icon-7-stroke.css");
@import url("waves.min.css");
@import url("animate.css");
@import url('https://fonts.googleapis.com/css?family=Dosis:200,300,400,500,600,700,800');

/*==========
  1.  Reset
  2.  Style Patterns
  3.  Header
  4.  Page Title
  5.  Menu Left
  6.  Banner
  7.  Footer
  8.  Mobile Menu
  9.  Main Post
  10. Main Single
  11. Navigation Single
  12. Comment Single
  13. Preload
==========*/

/*========== Reset ==========*/
html {
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
caption,
canvas,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
form,
footer,
header,
hgroup,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
tt,
table,
tbody,
textarea,
tfoot,
thead,
time,
tr,
th,
td,
u,
ul,
var,
video {
    font-family: inherit;
    font-size: 100%;
    font-weight: inherit;
    font-style: inherit;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
}

article,
aside,
details,
figcaption,
figure,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none;
}

figure {
    margin: 0;
}

:focus {
    outline: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

legend {
    white-space: normal;
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    max-width: 100%;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

button,
input {
    line-height: normal;
}

input,
textarea {
    background-image: -webkit-linear-gradient(hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0));
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    line-height: 1;
    cursor: pointer;
    -webkit-appearance: button;
    border: none;
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    display: inline-block;
    border-radius: 4px;
    border: 1px solid #1e1e1e;
    padding: 0px 30px 0 30px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #ffffff;
    background: #1e1e1e;
    font-family: "Dosis", sans-serif;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input[type="email"] {
    position: relative;
    display: block;
    font-family: 'Dosis';
    width: 100%;
    padding: 8px 15px 8px 16px;
    color: #969696;
    border: 1px solid #d7d2bd;
    height: 50px;
    border-radius: 4px;
    background-color: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

textarea {
    height: 140px;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
    border: 1px solid #1e1e1e;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

textarea:-moz-placeholder,
textarea::-moz-placeholder,
input:-moz-placeholder,
input::-moz-placeholder {
    color: #969696;
    opacity: 1;
}

input:-ms-input-placeholder {
    color: #969696;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    color: #969696;
    opacity: 1;
}

select,
textarea,
input[type="text"],
input[type="submit"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    color: #1e1e1e;
}

blockquote {
    position: relative;
    padding: 20px 55px 13px 97px;
    border: 1px solid #ebe9dc;
    border-radius: 4px;
    margin-bottom: 22px;
}

blockquote>span {
    position: absolute;
    top: 42px;
    left: 12px;
    line-height: 50px;
    font-style: italic;
    font-size: 120px;
    color: #1e1e1e;
}

blockquote p {
    font-style: italic;
    color: #1e1e1e;
    line-height: 24px;
    margin-bottom: 7px;
}

blockquote .author span {
    font-style: italic;
}

select::-ms-expand {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}


h2,
h3,
h4,
h5,
h6 {
    font-family: 'Dosis', sans-serif;
    font-weight: 400;
    line-height: 30px;
    color: #1e1e1e;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 25px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

/*========== Style Patterns ==========*/
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-size: 16px;
    font-weight: 400;
    background-color: #fff;
    font-family: 'Rubik', 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #000000;
    line-height: 1.6;
}

/* ========= HERO BANNER – CLEAN STONE/GREY THEME ========= */

.banner-aus{
    position: relative;
    width: 100%;
    min-height: 640px;
    display: flex;
    align-items: center;
    overflow: hidden;
    z-index: 1;
    background: #0b0b0b;
  }
  
  /* Background image layer */
  .banner-aus::before{
    content:"";
    position:absolute;
    inset:0;
    background-image: url('/assets/frontend/images/banner.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transform: scale(1.02);
    will-change: transform;
    animation: bannerZoomBg 18s ease-in-out infinite alternate;
    z-index: 0;
  }
  
  @keyframes bannerZoomBg{
    from { transform: scale(1.02); }
    to   { transform: scale(1.06); }
  }
  
  /* Overlay: keep it simple + clean (no messy layers) */
  .banner-aus .banner-overlay{
    position:absolute;
    inset:0;
    background:
      linear-gradient(90deg,
        rgba(0,0,0,0.82) 0%,
        rgba(0,0,0,0.58) 28%,
        rgba(0,0,0,0.18) 62%,
        rgba(0,0,0,0.05) 100%
      );
    z-index: 1;
  }
  
  .banner-aus .banner-inner{
    position: relative;
    z-index: 2;
    width: 100%;
  }
  
  /* HERO TEXT: no heavy “shadow box” panel */
  .banner-aus .hero-content-aus{
    position: relative;
    padding: 0;                 /* remove big padded panel look */
    max-width: 640px;
  }
  
  /* Optional: very subtle underline bar to anchor text (premium) */
  .banner-aus .hero-content-aus::after{
    content:"";
    display:block;
    width: 84px;
    height: 3px;
    border-radius: 999px;
    margin-top: 18px;
    background: rgba(255,255,255,0.22);
  }
  
  /* Headline */
  .banner-aus .hero-content-aus h1{
    font-size: 46px;
    line-height: 1.10;
    margin: 0 0 14px;
    font-weight: 650;
    color: #ffffff;
    letter-spacing: -0.015em;
  }
  
  /* CTA row */
  .banner-aus .hero-cta-row{
    display:flex;
    flex-wrap:wrap;
    gap: 12px;
    margin-bottom: 16px;
  }
  
  .banner-aus .btn-primary-aus,
  .banner-aus .btn-secondary-aus{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding: 12px 22px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.10em;
    text-decoration:none;
    font-weight: 650;
    cursor:pointer;
    border-radius: 999px;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease, color .18s ease;
  }
  
  /* Primary = stone light (NOT gold) */
  .banner-aus .btn-primary-aus{
    background: rgba(245,245,245,0.92);
    color: #111111;
    border: 1px solid rgba(255,255,255,0.22);
    box-shadow: 0 12px 30px rgba(0,0,0,0.35);
  }
  .banner-aus .btn-primary-aus:hover{
    transform: translateY(-2px);
    box-shadow: 0 16px 40px rgba(0,0,0,0.48);
  }
  
  /* Secondary = clean outline */
  .banner-aus .btn-secondary-aus{
    background: transparent;
    border: 1px solid rgba(255,255,255,0.38);
    color:#ffffff;
  }
  .banner-aus .btn-secondary-aus:hover{
    background: rgba(255,255,255,0.10);
    border-color: rgba(255,255,255,0.55);
    transform: translateY(-2px);
  }
  
  .banner-aus .hero-trustline .dot{
    opacity: 0.55;
    padding: 0 2px;
  }

  /* Trust line */
  .banner-aus .hero-trustline{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    align-items:center;
    font-size: 13px;
    color: rgba(255,255,255,0.72);
  }
  
  /* Right image: soften shadow so it doesn't fight the hero */
  .banner-aus .hero-image-wrap{
    max-height: 360px;
    overflow: hidden;
    display:flex;
    align-items:center;
  }
  .banner-aus .hero-image-wrap img{
    height:auto;
    border-radius: 16px;
    box-shadow: 0 18px 45px rgba(0,0,0,0.45);
    filter: brightness(0.92) contrast(1.05);
  }
  
  /* Mobile */
  @media (max-width: 991.98px){
    .banner-aus{ min-height: 560px; }
    .banner-aus .hero-content-aus h1{ font-size: 34px; }
  }
  @media (max-width: 575.98px){
    .banner-aus{ min-height: 520px; }
    .banner-aus .hero-content-aus h1{ font-size: 30px; }
  }
  
  /* Disable zoom on mobile for performance */
  @media (max-width: 767.98px){
    .banner-aus::before{ animation: none; transform: none; }
  }


html, body {
    overflow-x: hidden;
    max-width: 100%;
  }

  * {
    box-sizing: border-box;
  }

a {
    text-decoration: none;
    color: #1e1e1e;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover,
a:focus {
    color: #f28b00;
    text-decoration: none;
    outline: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

ul,
ol {
    padding: 0;
}

img {
    max-width: 100%;
    height: auto;
}

b,
strong {
    font-weight: 900;
}

button,
button:hover {
    border: none;
}

button:focus {
    outline: none;
}

.animated {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


.container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

@media (max-width: 768px) {
    .container {
      width: 100% !important;
      padding-left: 15px;
      padding-right: 15px;
    }
  }

.clearfix {
    clear: both;
}

.left {
    text-align: left;
}

.center {
    text-align: center;
}


.box-right {
    float: right;
}

.box-right .login a {
    color: #ffffff;
}

.box-right .login a:hover {
    color: #bf9c60;
}


/* =========================
   THE FIRST — Header CSS
   Black + Stone + White
   Complete (Desktop + Mobile)
   ========================= */

   .tf-header{
    position: sticky;
    top: 0;
    z-index: 999;
    background: #070708;
    border-bottom: 1px solid rgba(255,255,255,.08);
  }
  
  /* Container */
  .tf-header-inner{
    max-width: 1220px;
    margin: 0 auto;
    height: 68px;                 /* keep navbar height the same */
    padding: 8px 16px;            /* slightly less padding = logo feels bigger */
    display:flex;
    align-items:center;
    justify-content: space-between;
    gap: 16px;
  }
  
  /* Brand / logo */
  .tf-brand{
    display:flex;
    align-items:center;
    text-decoration:none;
    gap: 10px;
  }
  
  .tf-logo{
    height: 60px;                 /* bigger without increasing header height */
    width: auto;
    display:block;
    object-fit: contain;
  }
  
  /* Desktop nav */
  .tf-nav{ display:flex; align-items:center; }
  
  .tf-menu{
    display:flex;
    align-items:center;
    gap: 14px;
    list-style:none;
    margin:0;
    padding:0;
  }
  
  .tf-item{ position:relative; }
  
  /* Links (Desktop) */
  .tf-link{
    color:#f3f3f3;
    text-decoration:none;
    font-size:14px;
    font-weight:650;
    padding: 10px 8px;
    border-radius: 10px;
    opacity:.92;
    display:inline-flex;
    align-items:center;
    gap:8px;
    transition: background .15s ease, opacity .15s ease, transform .12s ease;
    white-space:nowrap;
  }
  
  .tf-link:hover{
    background: rgba(255,255,255,.06);
    opacity:1;
  }
  
  /* Button dropdown triggers look same as links */
  .tf-link-btn{
    background: transparent;
    border: 0;
    cursor: pointer;
  }
  
  /* Caret */
  .tf-caret{
    width:10px;
    height:10px;
    display:inline-block;
    border-right:2px solid rgba(245,245,245,.7);
    border-bottom:2px solid rgba(245,245,245,.7);
    transform: rotate(45deg);
    margin-top:-2px;
  }
  
  /* =========================
     Desktop dropdown (smooth + no flicker)
     ========================= */
  
  .tf-dropdown{
    position:absolute;
    top: calc(100% + 10px);
    left:0;
    min-width: 260px;
    background: rgba(12,12,13,.98);
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 16px;
    box-shadow: 0 18px 40px rgba(0,0,0,.35);
    padding: 10px;
  
    /* show/hide with transitions */
    display:block;
    opacity:0;
    visibility:hidden;
    transform: translateY(6px);
    transition: opacity .14s ease, transform .14s ease, visibility .14s ease;
    z-index: 1000;
  }
  
  /* Open on hover + keyboard focus */
  .tf-item:hover > .tf-dropdown,
  .tf-item:focus-within > .tf-dropdown{
    opacity:1;
    visibility:visible;
    transform: translateY(0);
  }
  
  /* Dropdown links */
  .tf-dd-link{
    display:block;
    padding: 10px 12px;
    border-radius: 12px;
    text-decoration:none;
    color:#f3f3f3;
    opacity:.92;
    font-size:14px;
    line-height:1.35;
    transition: background .15s ease, opacity .15s ease;
  }
  
  .tf-dd-link:hover{
    background: rgba(255,255,255,.06);
    opacity:1;
  }
  
  /* =========================
     Actions / CTA
     ========================= */
  
  .tf-actions{
    display:flex;
    align-items:center;
    gap:10px;
  }
  
  .tf-btn{
    height: 42px;
    padding: 0 16px;
    border-radius: 12px;
    background: #2a2e33;                 /* stone grey */
    border: 1px solid rgba(255,255,255,.14);
    color:#f3f3f3;
    font-weight:750;
    font-size:13px;
    text-decoration:none;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    white-space:nowrap;
    transition: background .15s ease, transform .12s ease, border-color .15s ease;
  }
  
  .tf-btn:hover{
    background:#323840;
    border-color: rgba(255,255,255,.20);
    transform: translateY(-1px);
  }
  
  .tf-btn:active{ transform: translateY(0); }
  
  /* Burger */
  .tf-burger{
    display:none;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.10);
    cursor:pointer;
    align-items:center;
    justify-content:center;
    gap:4px;
    flex-direction: column;
  }
  
  .tf-burger span{
    width: 18px;
    height: 2px;
    background: rgba(245,245,245,.92);
    border-radius: 2px;
    display:block;
  }
  
  /* =========================
     Mobile drawer + backdrop
     ========================= */
  
  .tf-backdrop{
    display:none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.55);
    z-index: 998;
  }
  
  .tf-mobile{
    position: fixed;
    top: 0;
    left: -100%;
    width: min(92vw, 380px);
    height: 100vh;
    background: rgba(10,10,11,.98);
    border-right: 1px solid rgba(255,255,255,.10);
    box-shadow: 0 18px 40px rgba(0,0,0,.40);
    z-index: 999;
    padding: 16px;
    overflow-y: auto;
    transition: left .22s ease;
  }
  
  /* Open state */
  body.tf-nav-open{ overflow:hidden; }
  body.tf-nav-open .tf-backdrop{ display:block; }
  body.tf-nav-open .tf-mobile{ left: 0; }
  
  .tf-m-head{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    padding: 6px 4px 14px;
    border-bottom: 1px solid rgba(255,255,255,.08);
  }
  
  .tf-m-logo{
    height: 44px;
    width:auto;
    object-fit:contain;
    display:block;
  }
  
  .tf-close{
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.10);
    color:#f3f3f3;
    font-size: 22px;
    line-height: 1;
    cursor:pointer;
  }
  
  .tf-m-list{
    list-style:none;
    margin: 14px 0 0;
    padding: 0;
    display:flex;
    flex-direction:column;
    gap: 10px;
  }
  
  /* Normal mobile links */
  .tf-m-item{
    border: 1px solid rgba(255,255,255,.08);
    background: rgba(255,255,255,.03);
    border-radius: 14px;
    overflow:hidden;
  }
  
  .tf-m-link{
    display:flex;
    padding: 14px 14px;
    text-decoration:none;
    color:#f3f3f3;
    font-weight:720;
    font-size:14px;
  }
  
  .tf-m-link:hover{ background: rgba(255,255,255,.05); }
  
  /* =========================
     Mobile dropdowns (submenus)
     ========================= */
  
  .tf-m-item.has-sub{
    border: 1px solid rgba(255,255,255,.08);
    background: rgba(255,255,255,.03);
    border-radius: 14px;
    overflow:hidden;
  }
  
  .tf-m-toggle{
    width:100%;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    padding:14px 14px;
    background:transparent;
    border:0;
    color:#f3f3f3;
    font-weight:720;
    font-size:14px;
    cursor:pointer;
  }
  
  .tf-m-toggle:hover{ background: rgba(255,255,255,.05); }
  
  .tf-m-caret{
    width:10px; height:10px;
    border-right:2px solid rgba(245,245,245,.7);
    border-bottom:2px solid rgba(245,245,245,.7);
    transform: rotate(45deg);
    transition: transform .15s ease;
    margin-top:-2px;
  }
  
  .tf-m-sub{
    display:none;
    padding: 6px 10px 12px;
    border-top: 1px solid rgba(255,255,255,.08);
  }
  
  .tf-m-item.is-open .tf-m-sub{ display:block; }
  .tf-m-item.is-open .tf-m-caret{ transform: rotate(-135deg); }
  
  .tf-m-sublink{
    display:block;
    padding: 11px 12px;
    border-radius: 12px;
    text-decoration:none;
    color:#f3f3f3;
    opacity:.92;
    font-size:14px;
  }
  
  .tf-m-sublink:hover{
    background: rgba(255,255,255,.06);
    opacity:1;
  }
  
  /* Mobile CTA */
  .tf-m-cta{
    margin-top: 16px;
    display:flex;
    flex-direction:column;
    gap: 10px;
  }
  
  .tf-btn--full{
    width:100%;
    height: 48px;
    border-radius: 14px;
    font-size: 14px;
  }
  
  .tf-call{
    width:100%;
    height: 46px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius: 14px;
    border: 1px solid rgba(255,255,255,.14);
    background: #0f0f10;
    color:#f3f3f3;
    text-decoration:none;
    font-weight:750;
  }
  
  /* =========================
     Responsive switches
     ========================= */
  
  .tf-btn--mobile{ display:none; }
  
  @media (max-width: 991px){
    .tf-header-inner{ height: 66px; padding: 8px 14px; }
    .tf-logo{ height: 54px; }
    .tf-nav{ display:none; }
    .tf-btn--desktop{ display:none; }
    .tf-burger{ display:flex; }
  
    .tf-btn--mobile{
      display:inline-flex;
      height: 44px;
      padding: 0 14px;
      border-radius: 12px;
      font-size: 13px;
    }
  }
  

/*========== Page Title ==========*/
.top-title {
    background: url('../images/template/page-title.jpg') no-repeat top center;
    height: 300px;
    position: relative;
    background-size: cover;
    background-position: 50% 20%;
}



.top-title.ver-1 {
    background: url('https://sublimenchauffeur.syd1.digitaloceanspaces.com/assets/frontend/images/template/services-single.jpg') no-repeat top center;
    height: auto; /* Remove fixed height */
    min-height: 394px; /* Set minimum height */
    position: relative;
    background-size: cover;
}

@media (max-width: 768px) {
    .top-title.ver-1 {
        background-size: contain; /* Ensures full image fits */
        min-height: 300px; /* Reduce height */
        background-position: center top; /* Align correctly */
    }
}

.top-title .top-page {
    position: absolute;
    bottom: 45px;
    left: -2px;
    width: 100%;
}

.top-title .top-page .top-page-heading h1 {
    color: #fff;
    font-weight: 400;
    margin-bottom: 25px;
}

.top-title .top-page .top-page-heading p {
    color: #fff;
    font-size: 18px;
}

.top-title .breadcrumbs {
    position: absolute;
    right: 2px;
    bottom: 107px;
    width: 100%;
}

.top-title .breadcrumbs ul {
    text-align: right;
}

.top-title .breadcrumbs ul li {
    display: inline-block;
}

.top-title .breadcrumbs li {
    color: #c5c5c5;
    font-size: 18px;
}

.top-title .breadcrumbs li a {
    color: #969696;
    font-size: 18px;
}

.top-title .breadcrumbs li a:hover {
    color: #bf9c60;
}



/*========== Footer ==========*/
/*

.footer-01,
.footer-04 {
    background: #1e1e1e;
    padding: 70px 0;
}



.widget-about ul.social-ft li {
    display: inline-block;
    padding-right: 30px;
}

.bottom-01,
.bottom-04 {
    padding: 30px 0 25px;
    background: #1e1e1e;
    border-top: 1px solid #393939;
}

.footer-bottom.has-parallax {
    border-top: 1px solid #393939;
    padding-top: 31px;
    padding-bottom: 25px;
    margin-top: 49px;
}

.footer-bottom .title {
    float: left;
    font-size: 18px;
    width: 26%;
    color: #fffffe;
}

.has-boxed {
    background-color: #1e1e1e;
}

.footer-bottom ul li {
    display: inline-block;
    padding-right: 65px;
}

.footer-bottom ul li a {
    color: #969696;
}

.footer-bottom ul li a:hover {
    color: #fff;
}

.footer-04 {
    padding: 77px 0 48px 0
}

.footer-04 .title-ft {
    font-weight: 400;
    text-transform: uppercase;
}

.copyright {
    text-align: center;
    background: #0e0e0e;
}

.copyright p {
  
    color: #969696;
}

.cpr-01 {
    border-bottom: 5px solid #d7d2bd;
}

.footer-02 {
    background-color: #191919;
    padding-top: 58px;
}

.footer-02 .widget-footer {
    text-align: center;
}

.footer-02 .infomation-ft {
    margin-top: 21px;
}

.content-newletter {
    color: #969696;
    line-height: 24px;
}

#subscribe-content {
    border: 1px solid #969696;
    border-radius: 3px;
    margin-top: 29px;
}

#subscribe-content .field-one-third {
    display: inline-block;
    width: calc(100% - 60px);
}

#subscribe-content .btn-submit {
    float: right;
}

#subscribe-content #subscribe-email {
    border: 0;
    color: #fff;
}

#subscribe-content #subscribe-button {
    background: transparent;
    border: 0;
    width: 50px;
    display: inline-block;
    height: 45px;
}

#subscribe-content #subscribe-button img {
    position: relative;
    right: 10px;
    display: block;
    max-width: initial;
}

.footer-bottom.center {
    padding-left: 31px;
    padding-right: 31px;
    border: 0;
    background-color: #191919;
    padding-top: 27px;
    padding-bottom: 35px;
}
*/
/*========== Mobile Menu ==========*/
/*
.mobile-menu {
    position: relative;
    width: 40px;
    height: 25px;
}

.mobile-menu:before,
.mobile-menu:after {
    content: "";
    position: absolute;
    background: #fff;
    height: 2px;
    width: 100%;
    left: 0;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.mobile-menu:before {
    top: 0;
}

.mobile-menu:after {
    bottom: 0;
}

.mobile-menu span {
    background: #fff;
    height: 2px;
    position: absolute;
    left: 0;
    width: 70%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.mobile-menu.active:before,
.mobile-menu.active:after,
.mobile-menu.active span {
    background: #bf9c60;
}  */

/*========== Main Post ==========*/
#main-post {
    padding: 60px 0;
}

#main-post.ver-1 {
    padding: 58px 0 67px;
}

article.post {
    border: 1px solid #ebe9dc;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 30px;
    text-align: center;
}

article.post .featured-image {
    overflow: hidden;
}

article.post .featured-image img {
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

article.post:hover .featured-image img {
    -webkit-transform: scale(1.1) rotate(-2deg);
    -moz-transform: scale(1.1) rotate(-2deg);
    -ms-transform: scale(1.1) rotate(-2deg);
    -o-transform: scale(1.1) rotate(-2deg);
    transform: scale(1.1) rotate(-2deg);
}

article.post .entry-content {
    padding: 20px 25px;
}

article.post .entry-content .entry-post-title h4 {
    margin-bottom: 20px;
    font-weight: 400;
}

article.post .entry-content ul li {
    display: inline-block;
}

article.post .entry-content ul li.author {
    margin-right: 30px;
}

article.post .entry-content ul li a {
    position: relative;
}

article.post .entry-content ul li a img {
    margin-right: 10px;
}

/*= Tab Post =*/
.block-post {
    width: 100%;
}

ul.tab-post {
    text-align: center;
    padding: 0 15px;
    margin-bottom: 68px;
}

ul.tab-post li {
    display: inline-block;
    padding: 0 14px;
    font-size: 18px;
    color: #adaba5;
    cursor: pointer;
    line-height: 35px;
    border-radius: 5px;
    margin: 0 12px;
}

ul.tab-post li.active,
ul.tab-post li:hover {
    color: #d7d2bd;
    background: #1e1e1e;
}

/* Post Grid */
.post-grid article.post {
    width: 33.33%;
    padding: 0 15px;
    border: none;
    float: left;
    position: relative;
}

.post-grid article.post .featured-image {
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.post-grid article.post:hover .featured-image {
    opacity: 0;
}

.post-grid article.post .entry-content {
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    background: #fff;
    padding-top: 50px;
    height: 100%;
    border: 2px solid #ebe9dc;
    border-radius: 4px;
    visibility: hidden;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(0) rotate(-180deg);
    -moz-transform: scale(0) rotate(-180deg);
    -o-transform: scale(0) rotate(-180deg);
    -ms-transform: scale(0) rotate(-180deg);
    transform: scale(0) rotate(-180deg);
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.post-grid article.post:hover .entry-content {
    opacity: 1;
    visibility: visible;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: scale(1) rotate(0deg);
    -moz-transform: scale(1) rotate(0deg);
    -o-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
}

.post-grid article.post .entry-content p {
    margin-top: 15px;
    color: #969696;
}

.post-grid article.post .entry-content .btn-readmore {
    margin-top: 15px;
}

.post-grid article.post .entry-content .btn-readmore a img {
    padding-left: 10px;
}

article.post.ver-1 .entry-content {
    padding: 26px 35px 22px;
}

article.post.ver-1 .entry-content .entry-post-title h4 {
    margin-bottom: 5px;
}

article.post.ver-1 .entry-content ul {
    margin-bottom: 9px;
}

article.post.ver-1 .entry-content p {
    line-height: 24px;
}

article.post.ver-1 .entry-content .btn-readmore {
    margin-top: 10px;
}

article.post.ver-1 .entry-content .btn-readmore a img {
    padding-left: 8px;
}

.pagination-area:not(.fix-mro) {
    margin-top: 34px;
    text-align: center;
}

.pagination-area.fix-mro {
    text-align: center;
    margin-top: 47px;
}

.pagination-area.ver-1 {
    margin-top: 49px;
}

.pagination-area.fix-fl {
    margin-top: 50px;
}

.pagination-area.ver-2 {
    margin-top: 19px;
}

.pagination-area.ver-3 {
    margin-top: 25px;
}

.pagination-area.ver-4 {
    margin-top: 70px;
}

.pagination-area ul li {
    display: inline-block;
    padding: 0 11px;
}

.pagination-area ul li a {
    height: 40px;
    width: 40px;
    line-height: 39px;
    text-align: center;
    display: block;
    border: 1px solid transparent;
    border-radius: 50%;
}

.pagination-area ul li.prev a,
.pagination-area ul li.prevs a,
.pagination-area ul li.nexts a,
.pagination-area ul li.next a {
    border-color: #d7d2bd;
    line-height: 41px;
    height: 47px;
    width: 47px;
}

.pagination-area ul li.active a,
.pagination-area ul li a:hover {
    background: #d7d2bd;
    color: #fff;
}

.pagination-area ul li.prev a:hover,
.pagination-area ul li.prevs a:hover,
.pagination-area ul li.nexts a:hover,
.pagination-area ul li.next a:hover {
    background: transparent;
}

/* Sidebar */
.sidebar .widget {
    margin-bottom: 30px;
    background: #f3f3f3;
    padding: 24px 32px 16px;
    border-radius: 4px;
}

.sidebar .widget:last-child {
    margin-bottom: 0px;
}

.sidebar .widget h3 {
    margin-bottom: 15px;
}

.widget.widget-search {
    padding: 0px;
}

.widget-search form .input-search {
    position: relative;
}

.widget-search form .input-search input {
    border: 1px solid transparent;
    height: 60px;
    padding: 0 60px 0 30px;
    border-radius: 4px;
}

.widget-search form .input-search input:focus {
    border-color: #969696;
}

.widget-search form .input-search button {
    background: transparent;
    position: absolute;
    top: 0;
    right: 0;
    height: 60px;
    line-height: 60px;
}

.widget-category ul li {
    display: flex;
    align-items: center;
    line-height: 48px;
}

.widget-category ul li a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #1e1e1e;
    transition: none; /* Ensures no unwanted movement */
}

.widget-category ul li a img {
    margin-right: 10px; /* Consistent spacing between icon and text */
    transition: none; /* Prevents any hover effect on the icon */
    width: auto; /* Keeps the natural width */
    height: auto; /* Keeps the natural height */
    max-width: 20px; /* Ensures it doesn't exceed the expected size */
    max-height: 20px; /* Ensures consistency */
    object-fit: contain; /* Ensures proper aspect ratio */
    display: inline-block;
    vertical-align: middle;
}

.widget-category ul li a:hover {
    color: #1e1e1e; /* Ensures text color remains unchanged */
}

.widget-category ul li a:hover img {
    transform: none; /* Prevents any scaling/movement on hover */
}


.sidebar .widget-news {
    padding: 24px 34px 40px;
}

.sidebar .widget-news h3 {
    margin-bottom: 29px;
}

.widget-news ul li {
    overflow: hidden;
    margin-bottom: 20px;
}

.widget-news ul li:last-child {
    margin-bottom: 0px;
}

.widget-news ul li .news-image {
    border-radius: 4px;
    overflow: hidden;
    float: left;
    margin-right: 19px;
}

.widget-news ul li .news-content {
    margin-top: -4px;
}

.widget-news ul li .news-content h6 {
    line-height: 24px;
}

.widget-news ul li .news-content h6 a {
    color: #1e1e1e;
}

.widget-news ul li .news-content p.date {
    font-size: 14px;
    line-height: 24px;
    color: #969696;
}

.sidebar .widget-tags {
    padding: 24px 32px 27px;
}

.sidebar .widget-tags h3 {
    margin-bottom: 29px;
}

.widget-tags ul li {
    display: inline-block;
}

.widget-tags ul li a {
    display: block;
    padding: 0 13px;
    line-height: 35px;
    background: #fff;
    border-radius: 4px;
    margin-right: 7px;
    margin-bottom: 8px;
}

.widget-tags ul li a:hover {
    color: #fff;
    background: #1e1e1e;
}

/*========== Main Single ==========*/
#main-single {
    padding: 80px 0 72px;
}

article.post-single .featured-post {
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 22px;
}

article.post-single .post-title {
    margin-bottom: 13px;
}

article.post-single .post-title h4 {
    margin-bottom: 5px;
    letter-spacing: -0.1px;
}

article.post-single .post-title ul li {
    display: inline-block;
}

article.post-single .post-title ul li img {
    padding-right: 10px;
}

article.post-single .post-title ul li.author {
    margin-right: 25px;
}

article.post-single .post-content>p {
    margin-bottom: 22px;
    line-height: 24px;
}

/*= Direction =*/
.direction {
    padding: 19px 0 22px;
    border-top: 1px solid #ebe9dc;
    border-bottom: 1px solid #ebe9dc;
}

.direction .tags {
    margin-bottom: 14px;
}

.direction .tags span,
.direction .share span {
    color: #1e1e1e;
    padding-right: 9px;
}

.direction .tags a,
.direction .share a {
    color: #969696;
}

.direction .tags a:hover,
.direction .share a:hover {
    color: #1e1e1e;
}

.direction .share a {
    padding: 0 10px 0 3px;
    font-size: 14px;
}

/*========== Navigation Single ==========*/
.nav-single {
    padding: 26px 0 22px;
    border-bottom: 1px solid #ebe9dc;
}

.nav-single ul {
    overflow: hidden;
}

.nav-single ul li.prev {
    float: left;
    text-align: left;
    width: 50%;
    padding-right: 110px;
    position: relative;
}

.nav-single ul li.prev:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 70px;
    background-color: #ebe9dc;
    top: 0px;
    right: -1px;
}

.nav-single ul li.next {
    float: right;
    text-align: right;
    width: 50%;
    padding-left: 110px;
}

.nav-single ul li a {
    overflow: hidden;
    display: block;
    position: relative;
}

.nav-single ul li a .icon {
    position: absolute;
    top: 14px;
    left: 0;
    height: 47px;
    width: 47px;
    line-height: 43px;
    text-align: center;
    border: 1px solid #d7d2bd;
    border-radius: 50%;
}

.nav-single ul li a .text {
    overflow: hidden;
    padding-left: 66px;
}

.nav-single ul li.next a .icon {
    left: auto;
    right: 3px;
}

.nav-single ul li.next a .text {
    padding-right: 69px;
    padding-left: 0px;
}

.nav-single ul li a .text p {
    color: #969696;
}

.nav-single ul li a .text h4 {
    margin-bottom: 2px;
}

.nav-single ul li a .text p,
.nav-single ul li a .text h4 {
    line-height: 24px;
    font-weight: 400;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.nav-single ul li a:hover .text h4 {
    color: #bf9c60;
}

/*========== Comment Single ==========*/
#comment-area {
    margin-top: 31px;
}

#comment-area h4 {
    margin-bottom: 31px;
}

#comment-area ul.comment-list li.comment:not(:last-child) {
    margin-bottom: 34px;
}

#comment-area ul.comment-list li.comment .avatar {
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    margin-right: 13px;
    margin-top: 6px;
    float: left;
}

#comment-area ul.comment-list li.comment .comment-content {
    overflow: hidden;
}

#comment-area ul.comment-list li.comment .comment-content .name {
    color: #1e1e1e;
    line-height: 24px;
}

#comment-area ul.comment-list li.comment .comment-content span.date {
    color: #969696;
    font-size: 13px;
    padding-left: 7px;
}

#comment-area ul.comment-list li.comment .comment-content p {
    line-height: 24px;
}

#comment-area ul.comment-list li.comment .comment-content .reply {
    line-height: 24px;
    font-size: 14px;
}

#comment-area ul.comment-list li.comment .comment-content .reply a {
    color: #bf9c60;
}

#comment-area ul.comment-list li.comment .comment-content .reply a i {
    padding-right: 9px;
}

.form-comment-area {
    margin-top: 37px;
}

.form-comment-area h4 {
    margin-bottom: 27px;
}

.form-comment-area form .comment-form {
    margin-bottom: 18px;
    overflow: hidden;
}

.form-comment-area form .comment-form label {
    color: #1e1e1e;
    margin-bottom: 5px;
}

.invalid-feedback {
    color: red !important;
}

.form-comment-area form .comment-form .one-half {
    width: 50%;
    float: left;
}

.form-comment-area form .comment-form .comment-form-name {
    padding-right: 15px;
}

.form-comment-area form .comment-form .comment-form-email {
    padding-left: 15px;
}

.form-comment-area form .btn-submit {
    text-align: right;
    margin-top: 27px;
}

.form-comment-area form .btn-submit img {
    padding-left: 14px;
}

.form-comment-area form .btn-submit button:hover {
    color: #FFF;
    background: #bf9c60;
}

.scroll-top {
    background-image: url('../images/icon/go_top.png');
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 41px;
    text-align: center;
    position: fixed;
    bottom: 19px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

footer {
    background: #1e1e1e;
    padding: 79px 0 48px;
}


.logo-ft {
    margin-bottom: 25px;
}

.widget-footer ul {
    margin-top: 15px;
}

.widget-footer ul li,
.widget-footer ul li a,
ul.social-ft li a {
    color: #969696;
}

ul.social-ft li a:hover {
    color: #fff;
}

.widget-footer ul li a:hover {
    color: #ffffff;
}

.widget-footer h3.title-ft {
    color: #fffffe;
    margin-bottom: 25px;
}

.widget-about .logo-pro-ft {
    margin-bottom: 21px;
}

.widget-footer ul.social-ft {
    margin-top: 15px;
    padding-left: 0px;
}

ul.social-ft {
    margin-top: 15px;
    padding-left: 21px;
}

ul.social-ft li {
    display: inline-block;
    padding-right: 28px;
}

ul.social-ft li:last-child {
    padding-right: 0px;
}

.widget-apps {
    margin-top: 8px;
}

.widget-apps li.app-store {
    margin-bottom: 36px;
}

.widget-apps li a {
    display: block;
    position: relative;
}


.widget-apps li a .image-app {
    float: left;
    margin-right: 32px;
    position: relative;
    top: 14px;
    left: 23px;
}

.widget-apps li a .text {
    padding-left: 56px;
}

.widget-apps li a .text h5 {
    line-height: 18px;
    color: #ffffff;
    margin-bottom: 7px;
}

.widget-apps li a .text p {
    line-height: 24px;
}

.footer-bottom {
    padding: 32px 0 25px;
    background: #1e1e1e;
    border-top: 1px solid #393939;
}

.footer-bottom ul li {
    display: inline-block;
    padding-right: 61px;
}

.footer-bottom ul li:last-child {
    padding-right: 0px;
}

.footer-bottom ul li a:not(:hover) {
    color: #969696;
}

.copyright {
    padding: 22px 0;
    text-align: center;
    background: #0e0e0e;
}

.copyright p {
    color: #969696;
}

/*========== Preload ==========*/
#loading-overlay {
    position: fixed;
    z-index: 999999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background: #fff;
}

.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
}


.loader:before,
.loader:after {
    position: absolute;
    display: inline-block;
    width: 60px;
    height: 60px;
    content: "";
    -webkit-animation: preloader-wave 1.6s linear infinite;
    animation: preloader-wave 1.6s linear infinite;
    border-radius: 50%;
    background: #bf9c60;
}

.loader:after {
    -webkit-animation-delay: -.8s;
    animation-delay: -.8s;
}

@-webkit-keyframes preloader-wave {
    0% {
        -webkit-transform: scale(0, 0);
        transform: scale(0, 0);
        opacity: .5;
    }

    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 0;
    }
}

@keyframes preloader-wave {
    0% {
        -webkit-transform: scale(0, 0);
        transform: scale(0, 0);
        opacity: .5;
    }

    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 0;
    }
}





/* TABS UI FIX */
.vehicle-tabs {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 20px;
    padding: 10px 0;
    list-style: none;
    flex-wrap: wrap;
}

.vehicle-tabs li {
    padding: 5px 20px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    cursor: pointer;
    background: #f5f5f5;
    transition: all 0.3s ease-in-out;
    border: 2px solid transparent;
}

.vehicle-tabs li:hover,
.vehicle-tabs li.active {
    background: #000000;
    color: #fff;
    border: 2px solid #000000;
    transform: scale(1.05);
}

/* --- FIX: Always show navigation arrows on slider --- */
.vehicle-slider .slick-prev,
.vehicle-slider .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #000000;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    z-index: 10;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1 !important; /* Ensures arrows always visible */
    visibility: visible !important;
}

.vehicle-slider .slick-prev {
    left: -55px; /* Adjust if needed */
}

.vehicle-slider .slick-next {
    right: -55px; /* Adjust if needed */
}

.vehicle-slider .slick-prev:hover,
.vehicle-slider .slick-next:hover {
    background: #b0892a;
}

.vehicle-slider .slick-prev i,
.vehicle-slider .slick-next i {
    color: #fff;
    font-size: 22px;
}

/* --- FIX: Center Car Text Properly --- */
.vehicle-slide {
    text-align: center;
    padding: 15px;
}

.vehicle-slide img {
    width: 100%;
    max-height: 220px; /* Adjust for better layout */
    object-fit: cover;
    border-radius: 8px;
}

.vehicle-slide h3 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
    color: #333;
    text-align: center;
}

.vehicle-slide p {
    font-size: 16px;
    color: #666;
    margin-top: 5px;
    text-align: center;
}

/* --- Mobile Responsive Fixes --- */
@media (max-width: 768px) {
    .vehicle-slider .slick-prev {
        left: -30px;
    }

    .vehicle-slider .slick-next {
        right: -30px;
    }

    .vehicle-slide h3 {
        font-size: 16px;
    }

    .vehicle-slide p {
        font-size: 14px;
    }
}





/* Default image handling */
img {
    max-width: 100%; /* Prevents stretching */
    height: auto; /* Maintains aspect ratio */
    display: block;
    margin: 0 auto; /* Centers images inside their container */
}

/* Only apply lazy load transition to specific lazy-loaded images */
.lazyload {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.lazyloaded {
    opacity: 1;
}



/* 🔹 EXCLUDE Small Icons from This Fix */
.icon img, .social-icons img, .logo img {
    width: auto; /* Keep icons responsive */
    height: auto;
    max-width: none;
}






/*  Headings (Improved Readability) */
.heading-primary {
    font-size: 34px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}

.heading-secondary {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: 20px;
}

h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}

.transfer-cta h2 {
    color: white;
}

/* =============================== */
/*  LINKS (SEO & UX Friendly) */
/* =============================== */
.anchor {
    color: #705019;
    font-weight: bold;
    text-decoration: underline;
   
}



/* =============================== */
/*  LIST STYLES (Clean Alignment) */
/* =============================== */
.list {
    list-style: none;
    padding: 0;
    margin-top: 15px;
    text-align: left;
}

.list li {
    font-family: 'Open Sans', Arial, sans-serif;
    color: #000000;
    line-height: 1.6;
    font-size: 1.1rem;
    margin-bottom: 12px;
    padding-left: 15px;
    position: relative;
}

/* =============================== */
/*  FLEXIBLE SECTION WRAPPERS (Fixed Layout Issues) */
/* =============================== */
.content-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.text-content {
    flex: 1;
    max-width: 50%;
    text-align: left;
    padding-right: 20px;
}

/* =============================== */
/*  IMAGE STYLING (Better Responsiveness) */
/* =============================== */
.image-content img {
    width: 100%;
    max-width: 480px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease-in-out;
}

.image-content img:hover {
    transform: scale(1.04);
}

/* =============================== */
/*  PRICING TABLE (Better Spacing) */
/* =============================== */
.pricing-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
    background: white;
}

.pricing-table th, .pricing-table td {
    padding: 12px;
    border: 1px solid #ddd;
    text-align: left;
}

.pricing-table th {
    background: #000;
    color: white;
}

/* =============================== */
/* CTA BUTTONS (Performance Optimization) */
/* =============================== */
.cta-container {
    margin-top: 15px;
    display: flex;
    padding-left: 10px;
    gap: 10px;
}

.cta-btn {
    display: inline-block;
    background: #705019;
    color: white;
    padding: 12px 20px;
    font-size: 1rem;
    border-radius: 5px;
    transition: 0.3s ease-in-out;
}

.cta-btn:hover {
    background: #9c7a48;
}

/* =============================== */
/*  SECTION STYLING (Fixed Padding Issues) */
/* =============================== */
.transfer-overview,
.reliable-pickups,
.transfers,
.why-us {
    padding: 40px 20px;
    background: #ffffff;
    text-align: center;
}

/* =============================== */
/*  CALL TO ACTION (Mobile Optimization) */
/* =============================== */
.transfer-cta {
    position: relative;
    background: #c5c5c5;
    background-size: cover;
    padding: 60px 20px;
    text-align: center;
    color: white;
}

.transfer-cta h2 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 18px;
}

.cta-overlay {
    background: rgba(0, 0, 0, 0.6);
    padding: 40px;
    border-radius: 10px;
    max-width: 700px;
    margin: auto;
}

/* =============================== */
/*  RESPONSIVENESS (Fix Mobile Misalignment) */
/* =============================== */
@media (max-width: 768px) {
    .content-wrapper {
        flex-direction: column;
        text-align: center;
    }

    .text-content {
        max-width: 100%;
        padding-right: 0;
    }

    .cta-container {
        text-align: center;
        flex-direction: column;
        gap: 10px;
    }

    .cta-btn {
        display: block;
        margin: 8px auto;
        width: 85%;
    }
}

/* =============================== */
/*  FEATURE LIST (Better SEO & UX) */
/* =============================== */
.feature-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    padding: 0;
    margin-top: 20px;
    list-style: none;
}

.feature-list li {
    background: white;
    padding: 12px;
    border-radius: 8px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.08);
    font-size: 1.1rem;
    text-align: left;
    transition: transform 0.3s ease-in-out;
}

.feature-list li:hover {
    transform: scale(1.02);
}

/* Responsive: Stack items in a single column on mobile */
@media (max-width: 768px) {
    .feature-list {
        grid-template-columns: 1fr;
    }
}
/* ============================= */
/*  BLACK STRIP (Keeps Navigation Bar Inside) */
/* ============================= */
.breadcrumbs-bar {
    background: #222; /* Black background */
    padding: 60px 0; /* Enough space for navigation */
    text-align: center;
    border-bottom: 1px solid #444; /* Slight separation */
}

/* ============================= */
/*  BREADCRUMBS TEXT BELOW BLACK STRIP */
/* ============================= */
.breadcrumbs-wrapper {
    padding: 10px 0; /* Space below black strip */
    background: #f9f9f9; /* Light background for contrast */
    margin-top: 0px;
}

/*  Breadcrumbs Styling */
.breadcrumbs {
    display: flex;
    align-items: center;;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
}

.breadcrumbs a {
    color: #000000; 
    font-weight: bold;
    text-decoration: none;
    font-size: 16px;
    transition: color 0.3s ease-in-out;
}



.current-location {
    color: #000; /* Light gray for last breadcrumb */
    font-size: 16px;
    text-decoration: underline;
}

/* ============================= */
/* ✅ RESPONSIVENESS FIXES */
/* ============================= */
@media (max-width: 768px) {
    .breadcrumbs {
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
    }

    .breadcrumbs a, .current-location {
        font-size: 14px;
    }
}
   

/* Testimonial Section Background */
.testimonial-section {
    padding: 80px 0;
    background: url('../images/webpformat/testimonials_img.webp') no-repeat center center;
    background-size: cover;
    position: relative;
    text-align: center;
}

/* Overlay to Improve Readability */
.testimonial-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

/* Centered Title */
.testimonial-title {
    font-size: 32px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
} 
.testimonial-box {
    background: rgba(255, 255, 255, 0.9);
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease-in-out;
}

.testimonial-box:hover {
    transform: scale(1.05);
}

/* Review Text */
.testimonial-content p {
    font-size: 16px;
    color: #444;
    font-style: italic;
    margin-bottom: 10px;
    line-height: 1.5;
}

/* Reviewer Section */
.testimonial-info {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.reviewer-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 10px;
    border: 3px solid #fff;
}

/* Reviewer's Name */
.reviewer-name {
    font-size: 18px;
    font-weight: bold;
    color: #222;
    margin-bottom: 5px;
}

/* Star Rating */
.rating {
    font-size: 18px;
    color: #d4af37; /* Gold color */
}

/* Responsive Fixes */
@media (max-width: 768px) {
    .testimonial-box {
        padding: 15px;
    }

    .testimonial-content p {
        font-size: 14px;
    }

    .reviewer-img {
        width: 50px;
        height: 50px;
    }

    .reviewer-name {
        font-size: 16px;
    }

    .rating {
        font-size: 16px;
    }
}

#botpenguin-launcher-12 {
    position: fixed !important;
    bottom: 20px; /* Ensure it's placed correctly */
    right: 20px;
    width: 60px; /* Fixed width to prevent shifts */
    height: 60px; /* Fixed height */
    z-index: 99999;
}



  
/* ================= Our Services Section Styling ================= */
/*
    .our_services {
      position: relative;
      padding: 60px 0;
      text-align: center;
    }
    @media (max-width: 768px) {
      .our_services {
        padding: 40px 20px;
      }
    }
    
   
    .our_services .section-title {
      font-size: 32px;
      font-weight: 700;
      margin-bottom: 10px;
      color: #222;
      
    }
    .our_services .subtitle {
      font-size: 18px;
      color: #666;
      margin-bottom: 40px;
      text-align: center;
    }
    

    .our_services .box-service {
      display: flex;
      flex-direction: column;
      align-items: center;
      background: #f8f8f8;
      padding: 20px;
      border-radius: 8px;
      transition: all 0.3s ease-in-out;
      text-align: center;
      margin-bottom: 30px;  
    }
    
   
    .our_services .service-img-container {
      width: 320px;              
      height: 220px;              
      overflow: hidden;
      border-radius: 6px;
      margin: 0 auto 15px;
    }
    .our_services .service-img-container img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }
    
   
    .our_services .service-content {
      margin-top: 15px;
      min-height: 150px;   
    }
    .our_services .service-content h2 {
      font-size: 22px;
      font-weight: 600;
      color: #333;
      margin-bottom: 8px;
    }
    .our_services .service-content p {
      font-size: 16px;
      color: #555;
      line-height: 1.5;
      margin-bottom: 12px;
    }
    
    
   
    .our_services .more-services {
      margin-top: 40px;
      text-align: center;
    }
    .our_services .btn-more {
      display: inline-block;
      padding: 12px 25px;
      font-size: 18px;
      font-weight: 600;
      color: white;
      background: #bd8d2f;
      border-radius: 6px;
      text-decoration: none;
      transition: 0.3s;
    }
    .our_services .btn-more:hover {
      background: #8a6d1b;
    }
    
  
    .our_services .row {
      margin-left: -15px;
      margin-right: -15px;
    }
    .our_services .col-lg-6, 
    .our_services .col-md-12 {
      padding-left: 15px;
      padding-right: 15px;
    }
*/
  /* Why Choose Us Title */
  .why-choose-us-title {
    padding: 40px 0;
    text-align: center;
    position: relative;
    background: #fff;
  }
  .why-choose-us-title .container {
    position: relative;
    margin-top:20px;
  }
  .why-title {
    font-size: 32px;
    font-weight: 700;
    margin: 0;
    color: #222;
    position: relative;
    z-index: 2;
  }
  .why-title-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 80px;
    font-weight: 600;
    color: rgba(250, 250, 250, 0.8);
    z-index: 1;
    pointer-events: none;
    white-space: nowrap;
  }
  
  /* Why Choose Us Features */
  .why-choose-us-features {
    padding: 40px 0;
    background: #fff;
  }
  .feature-item {
    margin-bottom: 30px;
  }
  .feature-box {
    background: #f8f8f8;
    padding: 20px;
    border-radius: 8px;
    transition: all 0.3s ease;
    text-align: center;
    height: 100%;
  }
  .feature-icon {
    margin-bottom: 15px;
  }
  .feature-icon img {
    width: 80px;
    height: auto;
    display: inline-block;
  }
  .feature-content h3 {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
  }
  .feature-content h3 a {
    text-decoration: none;
    color: inherit;
    transition: color 0.3s ease;
  }
  .feature-content h3 a:hover {
    color: #bd8d2f;
  }
  .feature-content p {
    font-size: 14px;
    color: #555;
    line-height: 1.4;
    margin-bottom: 0;
  }
  
  /* Responsive Adjustments */
  @media (max-width: 767px) {
    .why-title {
      font-size: 28px;
    }
    .why-title-overlay {
      font-size: 50px;
    }
    .feature-content h3 {
      font-size: 18px;
    }
    .feature-content p {
      font-size: 13px;
    }
  }

    /* Articles & Tips Section */
    .at-section {
      padding: 60px 0;
      background: #fff;
      text-align: center;
    }
    .at-container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 15px;
    }
    /* Template Title */
    .at-template-title {
      position: relative;
      margin-bottom: 40px;
    }
    .at-title {
      font-size: 32px;
      font-weight: 700;
      color: #222;
      margin: 0;
      position: relative;
      z-index: 2;
    }
    .at-title_over {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size: 80px;
      font-weight: 600;
      color: rgba(250, 250, 250, 0.8);
      z-index: 1;
      pointer-events: none;
      white-space: nowrap;
    }
    .at-subtitle {
      font-size: 18px;
      color: #666;
      margin-top: 10px;
    }
    /* Carousel Wrapper – Remove extra bottom gap */
    .at-carousel-wrapper {
      margin-bottom: 20px;
    }
    /* Posts in Carousel */
    .at-post {
      background: #f9f9f9;
      border: 1px solid #ddd;
      border-radius: 8px;
      margin-bottom: 10px;
      /* Remove extra padding if necessary */
      display: flex;
      flex-direction: column;
      height: 100%;
    }
    /* Featured Image */
    .at-featured-image {
      width: 100%;
      height: 250px;  /* Fixed height to reserve space */
      overflow: hidden;
    }
    .at-featured-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }
    /* Entry Content */
    .at-entry-content {
      padding: 15px;
      text-align: left;
    }
    .at-entry-post-title h3 {
      font-size: 22px;
      margin: 0 0 10px;
      font-weight: 600;
      color: #333;
    }
    .at-entry-post-title h3 a {
      text-decoration: none;
      color: inherit;
    }
    /* Meta Information */
    .at-meta {
      list-style: none;
      padding: 0;
      margin: 0;
      display: flex;
      gap: 15px;
      align-items: center;
    }
    .at-meta li {
      font-size: 14px;
      color: #555;
    }
    .at-meta li img {
      width: 16px !important;
      height: 16px !important;
      vertical-align: middle;
      margin-right: 5px;
    }

    /* Responsive adjustments for Owl Carousel items if needed */
    @media (max-width: 991px) {
      .at-carousel-wrapper {
        margin-bottom: 10px;
      }
    }
  
    .mobile-call-btn,
    .call-options {
      display: none;
    }
   
    @media (max-width: 767px) {
      /* Fixed call button on the left bottom */
      .mobile-call-btn {
        display: block;
        position: fixed;
        left: 10px;
        bottom: 20px;
        z-index: 1000;
        background: #bd8d2f;
        color: #fff;
        padding: 10px 15px;
        border-radius: 50px;
        font-size: 20px;
        cursor: pointer;
        box-shadow: 0 2px 6px rgba(0,0,0,0.3);
      }
      /* Call options menu container */
      .call-options {
        position: fixed;
        left: 10px;
        bottom: 70px;
        z-index: 1001;
        display: none;
        flex-direction: column;
        gap: 10px;
      }
      /* Option buttons */
      .call-options a {
        display: block;
        background: #2b4d71;
        color: #fff;
        padding: 8px 12px;
        border-radius: 4px;
        text-decoration: none;
        font-size: 14px;
        text-align: center;
      }
      /* WhatsApp option with different background */
      .call-options a.whatsapp {
        background: #10a246;
      }
    }

    /* Container for the custom dropdown item */
.custom-dropdown {
    position: relative;
  }
  
  /* Header with flex layout: parent link and toggle arrow side-by-side */
  .custom-dropdown-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  /* Parent link styling (adjust as needed) */
  .custom-parent-link {
    text-decoration: none;
    color: #000; /* Use your desired color */
    font-size: 16px;
  }
  
  /* Toggle arrow styling */
  .custom-toggle {
    cursor: pointer;
    
    /* Ensure it remains on the same line as the parent link */
    display: inline-block;
    color: #bd8d2f;
  }
  
  /* Animate the arrow icon */
  .custom-toggle i {
    transition: transform 0.3s ease;
  }
  
  /* Nested submenu: hidden by default */
  .custom-submenu {
    display: none;
    position: absolute;
    top: 100%;  /* Position directly below the header */
    left: 30px;
    background: #fff;
    min-width: 200px;
    z-index: 1000;
    text-align: left;
  }
  
  .custom-dropdown.active > .custom-submenu {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    position: relative !important;
    top: 100% !important;
    left: 30px !important;
    min-width: 200px !important; /* Adjust as needed */
    background: transparent !important;
    z-index: 1000 !important;
    text-align: left;
  }
  
  
  /* Rotate arrow when active */
  .custom-dropdown.active .custom-toggle i {
    transform: rotate(180deg);
  }



  /* 🔹 Base Style for Review Images */
.google-play-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%; /* Full width */
  padding: 10px 0; /* Adds spacing */
}

/* 🔹 Style for Images */
.google-play-footer img {
  width: auto; /* Keep the image's natural width */
  max-width: 200px; /* Keep both images the same size */
  height: auto;
  max-height: 60px; /* Prevents the images from stretching too much */
  object-fit: contain; /* Keeps original aspect ratio */
  margin: 10px auto; /* Adds spacing between images */
  display: block;
}

/* 🔹 Mobile Fix: Adjust Image Size & Center */
@media (max-width: 768px) {
  .google-play-footer img {
      max-width: 180px; /* Slightly smaller on mobile */
      max-height: 55px;
  }
}

/* 🔹 Extra Small Screens (Below 480px) */
@media (max-width: 480px) {
  .google-play-footer img {
      max-width: 160px; /* Reduce size a bit more */
      max-height: 50px;
  }
}

.service-heading {
    font-size: 2.5rem;
    font-weight: 500;
    color: #000;
    text-align: center;
    margin-bottom: 15px;
    margin-top:0px;
    line-height: normal;
  
}

/* RESPONSIVE STYLES */
@media (max-width: 768px) {
    .service-heading {
        font-size: 2rem;
        width: 95%;
        padding:0px
    }
}

@media (max-width: 480px) {
    .service-heading {
        font-size: 1.8rem;
        width: 100%;
        padding:0px
    }
}



/* Sublime-header */
/*
#header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    border-top: 6px solid #d7d2bd;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#header.header-01.ver-1 {
    position: relative;
    background: #1e1e1e;
    padding: 25px 48px 25px 70px;
}

#logo {
    display: inline-block;
}

.box-right {
    float: right;
}

.box-right .login a {
    color: #ffffff;
}





.header-01 .logo-pro {
    position: absolute;
    top: 25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.main-menu {
    position: relative;
}

.main-menu .logo-pro-menu {
    text-align: center;
}

.main-menu .menu>li {
    display: block;
    padding: 0;
    margin-bottom: 15px;
}

.main-menu .menu>li>span {
    color: #969696;
    font-size: 40px;
    display: block;
    position: relative;
    line-height: 1;
    padding-left: 21px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.main-menu .menu>li>span:before {
    content: '';
    position: absolute;
    height: 30px;
    width: 1px;
    top: 6px;
    left: -1px;
    opacity: 0;
    background-color: #fff;
}

.main-menu .menu>li>span:hover:before,
.main-menu .menu>li>span.active:before {
    left: 0;
    opacity: 1;
}

.main-menu .menu li>span:hover,
.main-menu .menu li>span.active {
    color: #fff;
}

.header-01 .box-right .search {
    border-right: 1px solid #fff;
    padding-right: 28px;
}

.form-search #submit i {
    font-size: 48px;
    position: absolute;
    color: #2d2d2d;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.header-01 .box-right .login {
    border: 0;
}

.fix_headerbk {
    background: #1e1e1e;
}

.mht {
    margin-top: 90px;
}

.header-02 {
    padding-top: 10px;
    text-align: right;
}

.header-02 .box-right .login {
    margin-right: 24px;
}

.header-02 #logo {
    float: left;
    display: inline-block;
    padding-top: 5px;
}

.header-02 .navigation {
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    padding-right: 14px;
}

.navigation .menu>li>a {
    font-size: 20px;
    line-height: 45px;
    color: #fff;
    -webkit-transition: all 0.3 ease-in-out;
    -moz-transition: all 0.3 ease-in-out;
    -ms-transition: all 0.3 ease-in-out;
    -o-transition: all 0.3 ease-in-out;
    transition: all 0.3 ease-in-out;
}

.box-right .login,
.box-right .search {
    display: inline-block;
    vertical-align: middle;
}

.box-right .login,
.box-right .search i {
    vertical-align: middle;
}

.box-right .login {
    border: 1px solid #fff;
    padding: 7px 26px 7px 26px;
    border-radius: 3px;
    -webkit-transition: all 0.3 ease-in-out;
    -moz-transition: all 0.3 ease-in-out;
    -ms-transition: all 0.3 ease-in-out;
    -o-transition: all 0.3 ease-in-out;
    transition: all 0.3 ease-in-out;
}

.box-right .view_search {
    display: block;
}

.box-right .view_search i {
    font-size: 33px;
    color: #fff;
}

.box-right .form-search {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    display: none;
    background-color: #1e1e1e;
    padding: 15px 150px;
}

.box-right .form-search.active {
    -webkit-animation: fadeInUp 0.4s both;
    -moz-animation: fadeInUp 0.4s both;
    -o-animation: fadeInUp 0.4s both;
    animation: fadeInUp 0.4s both;
    display: block;
    top: 0px;
}

.box-right .form-search input {
    width: 100%;
    color: #969696;
    padding-left: 0px;
}

.box-right .form-search .action-text {
    border: 0;
    display: inline-block;
    width: calc(100% - 100px);
}

.close-fixed {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.box-right .form-search #submit {
    background: transparent;
    width: 40px;
    float: left;
    height: 47px;
    margin-right: 20px;
}

.box-right .form-search .close_x {
    float: right;
    cursor: pointer;
}

.navigation .menu li a:hover {
    color: #d7d2bd;
}

.box-right .search {
    line-height: 45px;
}

.header-02 .box-right {
    float: right;
}

.box-right .login a {
    color: #ffffff;
}

#header.header-03 {
    padding-top: 27px;
    background-color: #f5f5f5;
    border-top: 0;
}

.header-03 .logo-pro {
    text-align: center;
}

.header-03 .navigation {
    float: left;
    position: relative;
    top: 5px;
}

.header-03 .onclick {
    position: relative;
    text-indent: 65px;
    cursor: pointer;
    width: 40px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    float: left;
    color: #1e1e1e;
    top: 3px;
}

.header-03 .info-contact {
    display: inline-block;
    vertical-align: middle;
    margin-left: 83px;
    float: left;
}

.header-03 .info-contact li {
    display: inline-block;
    vertical-align: middle;
    color: #969696;
    border-left: 1px solid #c5c5c5;
    padding: 0 23px;
    position: relative;
}

.header-03 .info-contact li.vehicle {
    cursor: pointer;
    width: 100px;
}

.header-03 .info-contact .vehicle.active {
    text-indent: -9999px;
}

.header-03 .info-contact .vehicle.active:before {
    content: "\f404";
    font-family: 'ionicons';
    position: absolute;
    font-size: 50px;
    color: #1e1e1e;
    text-indent: 0;
    left: 50%;
    transform: translateX(-50%);
}

.header-03 .info-contact li:last-child {
    margin-left: -4px;
}

.header-03 .onclick span,
.header-01 .onclick span {
    width: 40px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 15px;
    left: 0;
}

.header-03 .onclick:before,
.header-03 .onclick:after,
.header-01 .onclick:before,
.header-01 .onclick:after {
    content: "";
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
}

.header-03 .onclick:before,
.header-01 .onclick:before {
    width: 40px;
    top: 4px;
}

.header-03 .onclick:before {
    background: #1e1e1e;
}

.header-03 .onclick:after,
.header-01 .onclick:after {
    width: 35px;
    bottom: 4px;
}

.header-03 .onclick:after {
    background: #1e1e1e;
}

.header-03 .onclick span {
    background: #1e1e1e;
}

.main-menu .close_x {
    cursor: pointer;
    color: #fff;
}

.header-03 .navigation,
.header-01 .navigation {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.9);
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.header-03 .navigation.active,
.header-01 .navigation.active {
    z-index: 9999999;
    visibility: visible;
    opacity: 1
}

.header-03 .main-menu,
.header-01 .main-menu {
    position: fixed;
    padding-top: 30px;
    height: 100%;
    background: #1e1e1e;
    left: 0;
    top: 0;
    padding-left: 74px;
    padding-bottom: 50px;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-animation: fadeInLeft 0.4s both;
    -moz-animation: fadeInLeft 0.4s both;
    -o-animation: fadeInLeft 0.4s both;
    animation: fadeInLeft 0.4s both;
    overflow-y: scroll;
    width: 720px;
    max-width: 100%;
    -webkit-transition: all 0.3 ease-in-out;
    -moz-transition: all 0.3 ease-in-out;
    -ms-transition: all 0.3 ease-in-out;
    -o-transition: all 0.3 ease-in-out;
    transition: all 0.3 ease-in-out;
}

.header-03 .main-menu>ul>li,
.header-01 .main-menu>ul>li {
    margin-bottom: 20px;
}

.header-03 .main-menu .menu,
.header-01 .main-menu .menu {
    margin-top: 110px;
}

.main-menu.active {
    opacity: 1;
    visibility: visible;
    margin-left: 0px;
    -webkit-animation: fadeInLeft 0.4s both;
    -moz-animation: fadeInLeft 0.4s both;
    -o-animation: fadeInLeft 0.4s both;
    animation: fadeInLeft 0.4s both;
}

#main-menu::-webkit-scrollbar {
    width: 4px;
    background-color: #1e1e1e;
}

#main-menu::-webkit-scrollbar-thumb {
    background-color: rgba(215, 210, 189, 0.9);
    cursor: pointer;
    border-radius: 4px;
}

.main-menu .has-dropdown {
    position: relative;
}

.main-menu>ul>li {
    display: block;
    padding: 0;
    line-height: 40px;
}

.main-menu>ul>li>a {
    color: #1e1e1e;
}

.main-menu .button {
    margin-top: 100px;
    margin-bottom: 53px;
    box-shadow: none !important;
}

.main-menu .button a {
    display: inline-block;
    position: relative;
    line-height: 50px;
    height: 50px;
    color: #d7d2bd;
    font-size: 16px;
    border: 1px solid #d7d2bd;
    border-radius: 4px;
    padding: 0 60px 0 32px;
}

.main-menu .button a:hover {
    background-color: #d7d2bd;
    color: #1e1e1e;
}

.main-menu .button a:before {
    content: "\f3d6";
    position: absolute;
    font-family: 'ionicons';
    top: 0;
    right: 30px;
    font-size: 26px;
}

.main-menu .button a.quote {
    margin-right: 30px;
}

.header-03 .box-right {
    text-align: right;
    float: right;
    position: relative;
    top: -3px;
}

.header-03 .box-right .login,
.header-03 .box-right .quocte-booking {
    display: inline-block;
    vertical-align: middle;
}

.header-03 .box-right .login {
    margin-right: 6px;
    border: 0;
}

.header-03 .box-right .login a {
    color: #969696;
}

.header-03 .box-right .login a:hover {
    color: #bf9c60;
}

.header-03 .box-right .quocte-booking li {
    display: inline-block;
    vertical-align: baseline;
}

.header-03 .box-right .quocte-booking li:first-child a {
    border: 1px solid #bf9c60;
    color: #bf9c60;
    border-radius: 3px;
    margin-right: 21px;
    padding: 13px 46px 13px 46px;
}

.header-03 .box-right .quocte-booking li:last-child a {
    border: 1px solid #1e1e1e;
    border-radius: 3px;
    background: #1e1e1e;
    padding: 13px 36px 13px 36px;
    color: #d7d2bd;
}

.header-03 .box-right .quocte-booking li a:hover {
    background-color: #bf9c60;
    color: #fff;
    border-color: #bf9c60;
}

.header-01 .menu .has-dropdown .menu-dropdown,
.header-03 .menu .has-dropdown .menu-dropdown {
    opacity: 1;
    visibility: visible;
    display: none;
    position: relative;
    padding-left: 21px;
    padding-top: 18px;
}

.menu-dropdown li {
    line-height: 32px;
}

.menu-dropdown li a {
    color: #969696;
    font-size: 14px;
    display: block;
    cursor: pointer;
}

.menu-dropdown li a:hover {
    color: #fff
}

#header.header-04 {
    line-height: 35px;
    border-top: 0;
}

.header-04 .main-menu .menu>li {
    margin-bottom: 0;
}

.header-04 .top-header,
.header-05 .top-header {
    background-color: #1e1e1e;
}

.header-04 .navigation .menu>li>a {
    font-weight: 500;
    font-size: 18px;
    line-height: 70px;
    text-transform: uppercase;
}

.header-04 .top-header .right-content {
    padding-right: 35px;
}

.header-04 .bottom-header {
    background: rgba(30, 30, 30, 0.9);
    position: absolute;
    z-index: 9;
    width: 100%;
}

.header-04 .login a {
    color: #969696;
}

.header-04 .login a:hover {
    color: #bf9c60;
}

.header-04 .logo-pro {
    float: left;
    padding-top: 14px;
}

.header-04 .navigation {
    display: inline-block;
    vertical-align: middle;
}

.header-04 .box-right {
    line-height: 68px;
}

.header-04 .box-right .search {
    line-height: inherit;
}

.header-04 .box-right .form-search {
    line-height: 1;
}

.header-04 .box-right .view_search i {
    font-size: 26px;
}

.header-04 .top-header .left-content ul li,
.header-05 .top-header .left-content ul li {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    line-height: 30px;
    color: #969696;
    padding-right: 46px;
}

.header-04 .top-header .left-content ul li:last-child,
.header-05 .top-header .left-content ul li:last-child {
    padding-right: 0;
}

.header-04 .top-header .left-content ul li img,
.header-05 .top-header .left-content ul li img {
    padding-right: 10px;
    vertical-align: middle;
    position: relative;
    top: -2px;
}

.header-04 .top-header .right-content,
.header-05 .top-header .right-content {
    text-align: right;
}

.header-04 .top-header .right-content .login,
.header-04 .top-header .right-content .tr-w {
    display: inline-block;
    vertical-align: middle;
}

.tr-drop {
    font-family: Dosis;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #969696;
    padding-left: 15px;
    margin-left: 12px;
    border-left: 1px solid #383838;
    position: relative;
}

.tr-drop:after {
    content: "";
    border: solid 4px transparent;
    border-top: solid 4px #969696;
    position: absolute;
    top: 65%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -18px;
}

.tr-w img {
    position: relative;
    top: -1px;
    padding-right: 9px;
}

/*========== Menu Left ==========*/
.top-menuleft:not(.no_bo) {
    position: relative;
    min-height: 12px;
    padding-right: 73px;
}

.top-menuleft.no_bo {
    display: inline-block;
    vertical-align: middle;
}

.top-menuleft.no_bo .x_language {
    border: 0;
    margin-top: 0px;
}

.header-01 .top-menuleft .x_close,
.header-03 .top-menuleft .x_close {
    float: left;
    position: relative;
    top: -2px;
}

.top-menuleft .x_language {
    float: right;
    min-width: 80px;
    border: 1px solid #d7d2bd;
    border-radius: 4px;
    line-height: 26px;
    height: 26px;
    margin-top: 7px;
    vertical-align: middle;
    padding: 5px 0px 5px 10px;
    position: relative;
}

.top-menuleft .x_language:after {
    content: "";
    border: solid 5px transparent;
    border-top: solid 5px #d7d2bd;
    position: absolute;
    right: 5px;
    top: 45%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.top-menuleft .x_language #languages {
    border: 0;
    color: #d7d2bd;
    padding: 0 10px;
    max-width: 50px;
    line-height: 1;
    height: 14px;
    font-size: 13px;
}

.top-menuleft .x_language #languages option {
    background: #1c1c1c;
}

.top-menuleft .x_language img {
    float: left;
    margin-top: 2px;
}

.top-menuleft.no_bo {
    margin-left: 18px;
}

.top-menuleft.no_bo .x_language #languages {
    font-size: 15px;
    color: #969696;
}

.top-menuleft.no_bo .x_language:after {
    border-top: solid 5px #969696;
}

.header-01 .top-menuleft .x_logo,
.header-03 .top-menuleft .x_logo {
    position: absolute;
    top: 50%;
    left: 43%;
    margin-top: 8px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#header.header-05 {
    padding-left: 36px;
    padding-right: 33px;
    border-top: 0;
}

.header-05 .navigation .menu>li>a {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 18px;
}

.header-05 .top-header {
    line-height: 50px;
}

.header-05 .top-header .login,
.header-05 .top-header .tr-w,
.header-05 .top-header .box-right {
    display: inline-block;
    vertical-align: middle;
}

.header-05 .top-header .login a {
    color: #969696;
}

.header-05 .top-header .login a:hover {
    color: #bf9c60;
}

.header-05 .tr-drop {
    border-left: 0;
}

.header-05 .box-right {
    padding-left: 18px;
}

.header-05 .view_search i {
    font-size: 23px;
    vertical-align: text-bottom;
}

.header-05 .tr-w {
    margin-right: 20px;
}

.header-05 .bottom-header {
    position: absolute;
    width: 100%;
    z-index: 9;
    left: 0;
    text-align: center;
}

.header-05 .main-menu>ul>li:not(.logo-pro_text):hover>a {
    background: #eeead7;
    border-radius: 3px;
    color: #1e1e1e;
}

.header-05 .main-menu ul .logo-pro_text {
    background: #1e1e1e;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding-top: 29px;
    padding-bottom: 22px;
    padding-left: 30px;
    padding-right: 30px;
}

.header-05 .main-menu ul .logo-pro_text a {
    font-family: LOBSTER TWO;
    font-size: 45px;
    line-height: 45px;
    text-transform: capitalize;
}

.header-01 .navigation {
    display: inline-block;
    width: 40%;
    padding-top: 23px;
}

.header-01 .onclick {
    position: relative;
    height: 30px;
    width: 40px;
    float: left;
    top: 10px;
    cursor: pointer;
}


.calendar,
.time-open,
.book-adress {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: calc(100% + 0px);
    z-index: 100000;
    opacity: 0;
    border-top: 6px solid #d7d2bd;
    visibility: hidden;
    background-color: rgba(30, 30, 30, 0.95);
}

.calendar.open,
.time-open.open,
.book-adress.open {
    opacity: 1;
    visibility: visible;
}

.calendar.open .logo-calendar,
.time-open.open .logo-calendar {
    margin-bottom: 215px;
    margin-top: 20px;
}

.book-adress.open .logo-calendar {
    margin-top: 20px;
    margin-bottom: 205px;
}

.calendar .close,
.time-open .close,
.book-adress .close {
    position: absolute;
    top: 70px;
    right: 70px;
    cursor: pointer;
}

.calendar .logo-pro-calendar,
.time-open .logo-pro-calendar,
.book-adress .logo-pro-calendar {
    padding-top: 20px;
    margin-bottom: 180px;
}

.calendar .title h2 {
    color: #d7d2bd;
    font-size: 30px;
    margin-bottom: 50px;
}

.time-open .title {
    max-width: 660px;
    margin: 0 auto;
    margin-bottom: 56px;
}

.time-open .title h2 {
    font-size: 30px;
    line-height: 48px;
    color: #d7d2bd;
    margin-bottom: 13px;
}

.time-open .title p {
    font-size: 18px;
    line-height: 30px;
    color: #787878;
}

.form-address .search-address {
    position: relative;
}

.form-address .waves-effect {
    position: absolute;
    top: 18px;
    right: 20px;
    background: #161616;
}

.form-address .search-address {
    position: relative;
}

.form-address .waves-effect {
    position: absolute;
    top: 18px;
    right: 20px;
    background: #161616;
}

.form-address .list-address {
    margin-top: 45px;
    display: none;
}

.form-address .list-address.active {
    display: block;
    -webkit-animation: fadeInUp 0.4s both;
    -moz-animation: fadeInUp 0.4s both;
    -o-animation: fadeInUp 0.4s both;
    animation: fadeInUp 0.4s both;
}

.form-address .list-address li a {
    font-size: 20px;
    line-height: 40px;
    color: #7d7d7d;
}

.form-address .list-address li:first-child {
    margin-bottom: 24px;
}

.form-address .list-address li:first-child a {
    font-size: 25px;
    color: #ebe9dc;
}

.form-address .list-address li a:hover {
    color: #fff;
    margin-left: 5px;
}

.search-address .ui-helper-hidden-accessible {
    display: none;
}

.ui-autocomplete {
    padding-top: 45px;
    z-index: 9999 !important;
}

.ui-autocomplete li .ui-corner-all {
    font-size: 20px;
    line-height: 40px;
    color: #7d7d7d;
}

.ui-autocomplete li:first-child {
    margin-bottom: 24px;
}

.ui-autocomplete li:first-child .ui-corner-all {
    font-size: 25px;
    color: #ebe9dc;
}

.ui-autocomplete li .ui-corner-all:hover {
    color: #fff;
}

.form-address input {
    background: #161616;
    border-color: #161616;
    border-radius: 0;
    height: 85px;
    line-height: 85px;
    font-size: 23px;
    color: #565656;
    padding-left: 35px;
}

.calendar .calendar-item {
    display: inline-block;
    padding: 0 95px;
}

.calendar #calendarTemplate.calendar-item {
    position: relative;
}

.calendar #calendarTemplate.calendar-item:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 200px;
    top: 70px;
    right: 0;
    background-color: #7d7d7d; 

}







/* ==========================
   QUICK TRIP TYPES STRIP
   (directly under banner)
   ========================== */

   .aus-quick-strip {
    position: relative;
    z-index: 3;
    margin-top: -34px !important;
    padding-bottom: 40px;      
}

.aus-quick-wrap {
    background-color: #FFFFFF;
    border-radius: 22px;
    padding: 22px 22px 24px;
    box-shadow: 0 26px 70px rgba(0, 0, 0, 0.28);
    border: 1px solid #E5E5E5;
}

/* Header */

.aus-quick-header {
    max-width: 760px;
    margin: 0 auto 18px;
    text-align: center;
}

.aus-quick-eyebrow {
    font-size: 11px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #8A8A8A;
    margin-bottom: 6px;
}

.aus-quick-title {
    font-size: 22px;
    line-height: 1.5;
    margin: 0;
    color: #111111;
    font-weight: 600;
}

/* Card grid */

.aus-quick-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-top: 18px;
}

.aus-quick-card {
    background: #F9F9FA;
    border-radius: 18px;
    padding: 16px 14px 15px;
    border: 1px solid #E3E3E8;
    display: flex;
    flex-direction: column;
    gap: 8px;
    transition: all 0.18s ease-out;
    position: relative;
    overflow: hidden;
}

.aus-quick-card::before {
    content: "";
    position: absolute;
    inset: -60%;
    background: radial-gradient(circle at top, rgba(17,17,17,0.08) 0, transparent 55%) !important;
    opacity: 0;
    transition: opacity 0.18s ease-out;
    pointer-events: none;
}

.aus-quick-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.18);
    border-color: rgba(17,17,17,0.20) !important;
}

.aus-quick-card:hover::before {
    opacity: 1;
}

/* Icon */

.aus-quick-icon-circle {
    width: 40px;
    height: 40px;
    border-radius: 999px;
    background: #FFFFFF;
    border: 1px solid #ECECF0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 4px;
}

.aus-quick-icon {
    font-size: 20px;
}

/* Card text */

.aus-quick-card h3 {
    font-size: 15px;
    margin: 0;
    color: #111111;
    font-weight: 600;
}

.aus-quick-card p {
    font-size: 13px;
    line-height: 1.7;
    color: #2A2A2A;
    margin: 0;
}

.aus-quick-meta {
    display: block;
    font-size: 11px;
    letter-spacing: 0.04em;
    color: #6F6F6F;
    margin-bottom: 4px;
}




/* Fleet Section */

/* ==========================
   FLEET SECTION – PREMIUM
   ========================== */

   .aus-fleet-section{
    background:#fff;
    padding:64px 0 72px;
    border-top:1px solid #E9E9EC;
  }
  
  /* LEFT */
  .aus-fleet-copy{ max-width:520px; }
  .aus-fleet-kicker{
    font-size:11px;
    letter-spacing:.22em;
    text-transform:uppercase;
    color:#8C8C8C;
    margin-bottom:6px;
  }
  .aus-fleet-title{
    font-size:28px;
    line-height:1.35;
    margin:0 0 12px;
    color:#111;
    font-weight:700;
  }
  .aus-fleet-paragraph{
    font-size:14px;
    line-height:1.9;
    color:#444;
    margin-bottom:10px;
  }
  .aus-fleet-points{ list-style:none; padding:0; margin:10px 0 0; }
  .aus-fleet-points li{
    position:relative;
    padding-left:16px;
    font-size:13px;
    line-height:1.7;
    color:#333;
    margin-bottom:4px;
  }
  .aus-fleet-points li::before{
    content:"";
    position:absolute;
    left:0;
    top:9px;
    width:6px;
    height:6px;
    border-radius:999px;
    background:#111;
  }
  
  /* RIGHT GRID */
  .aus-fleet-grid-wrapper{ position:relative; }
  
  .aus-fleet-grid{
    display:grid;
    grid-template-columns:repeat(2, minmax(0,1fr));
    gap:18px;
  }
  
  .aus-fleet-photo{ transition:transform .22s ease-out; }
  .aus-fleet-photo:nth-child(1){ transform:translateY(10px); }
  .aus-fleet-photo:nth-child(2){ transform:translateY(-6px); }
  .aus-fleet-photo:nth-child(3){ transform:translateY(-4px); }
  .aus-fleet-photo:nth-child(4){ transform:translateY(8px); }
  .aus-fleet-photo:hover{ transform:translateY(0); }
  
  .aus-fleet-figure{
    position:relative;
    margin:0;
    overflow:hidden;
    background:#0b0b0b;
    border:1px solid rgba(17,17,17,0.10);
    box-shadow:0 18px 45px rgba(0,0,0,0.16);
  }
  
  /* keep edges straight */
  .aus-fleet-figure,
  .aus-fleet-limo-figure{
    border-radius: 18px !important;
  }
  
  .aus-fleet-figure img{
    width:100%;
    height:255px;
    object-fit:cover;
    display:block;
    transform:scale(1.02);
    transition:transform .35s ease, filter .35s ease;
  }
  .aus-fleet-photo:hover img{
    transform:scale(1.06);
    filter:brightness(1.06);
  }
  
  /* Base readable bottom gradient for labels */
  .aus-fleet-figure::before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(to top, rgba(0,0,0,0.72), transparent 55%);
    opacity:.95;
    pointer-events:none;
  }
  
  /* ✅ Top row needs label safe zone because limo overlaps in the middle */
  .aus-fleet-photo:nth-child(1) .aus-fleet-figure::after,
  .aus-fleet-photo:nth-child(2) .aus-fleet-figure::after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(to bottom, rgba(0,0,0,0.42), transparent 52%);
    pointer-events:none;
  }
  
  /* Label */
  .aus-fleet-image-label{
    position:absolute;
    left:16px;
    right:16px;
    bottom:14px;
    z-index:2;
  }
  .aus-fleet-label-main{
    display:block;
    font-size:14px;
    letter-spacing:.06em;
    text-transform:uppercase;
    font-weight:700;
    color:#fff;
  }
  .aus-fleet-label-sub{
    display:block;
    margin-top:6px;
    font-size:13px;
    line-height:1.5;
    color:rgba(255,255,255,0.86);
  }
  
  /* ✅ Move top labels to top so limo never hides them */
  .aus-fleet-photo:nth-child(1) .aus-fleet-image-label,
  .aus-fleet-photo:nth-child(2) .aus-fleet-image-label{
    top:14px;
    bottom:auto;
  }
  
  /* ==========================
     LIMO OVERLAY STRIP
     ========================== */
  
  .aus-fleet-limo-card{
    position:absolute;
    left:50%;
    top:54%; /* slightly lower than center */
    transform:translate(-50%, -50%);
    width:74%;
    max-width:620px;
    z-index:5;
  }
  
  .aus-fleet-limo-figure{
    position:relative;
    margin:0;
    overflow:hidden;
    background:#000;
    border:1px solid rgba(17,17,17,0.30);
    box-shadow:0 20px 48px rgba(0,0,0,0.26);
  }
  
  .aus-fleet-limo-figure img{
    width:100%;
    height:150px; /* reduced height */
    object-fit:cover;
    display:block;
    transform:scale(1.04);
    transition:transform .25s ease-out, filter .25s ease-out;
  }
  
  .aus-fleet-limo-figure::before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(to right, rgba(0,0,0,0.55), rgba(0,0,0,0.20));
    pointer-events:none;
  }
  
  .aus-fleet-image-label--limo{
    left:18px;
    right:18px;
    bottom:12px;
  }
  
  .aus-fleet-limo-card:hover .aus-fleet-limo-figure img{
    transform:scale(1.08);
    filter:brightness(1.08);
  }
  
  /* ==========================
     RESPONSIVE
     ========================== */
  
  @media (max-width: 991.98px){
    .aus-fleet-limo-card{ width:86%; }
    .aus-fleet-figure img{ height:235px; }
  }
  
  @media (max-width: 767.98px){
    .aus-fleet-grid-wrapper{ position:static; }
  
    .aus-fleet-grid{
      grid-template-columns:1fr;
      gap:14px;
    }
  
    .aus-fleet-photo,
    .aus-fleet-photo:nth-child(1),
    .aus-fleet-photo:nth-child(2),
    .aus-fleet-photo:nth-child(3),
    .aus-fleet-photo:nth-child(4){
      transform:none;
    }
  
    .aus-fleet-photo:nth-child(1) .aus-fleet-image-label,
    .aus-fleet-photo:nth-child(2) .aus-fleet-image-label{
      top:auto;
      bottom:14px; /* back to bottom on mobile */
    }
  
    .aus-fleet-limo-card{
      position:static;
      transform:none;
      width:100%;
      max-width:none;
      margin-top:10px;
    }
  
    .aus-fleet-figure img{ height:210px; }
    .aus-fleet-limo-figure img{ height:170px; }
  }

  .aus-fleet-label-main {
    text-shadow:
        0 2px 6px rgba(0, 0, 0, 0.65),
        0 0 12px rgba(0, 0, 0, 0.35);
}

.aus-fleet-label-sub {
    text-shadow:
        0 1px 4px rgba(0, 0, 0, 0.6);
}

.aus-fleet-image-label {
    padding: 10px 14px;
    border-radius: 10px;
    background: rgba(0,0,0,0.22) !important;
    backdrop-filter: none !important;
}

.aus-fleet-photo:nth-child(1) .aus-fleet-image-label,
.aus-fleet-photo:nth-child(2) .aus-fleet-image-label {
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.55),
        rgba(0, 0, 0, 0.18)
    );
}





/* Base section styling (you already have similar, just adjust if needed) */
.aus-definition {
    position: relative;
    padding: 80px 0 100px;
    background-color: #F5F5F5;
    background-image: url('/assets/frontend/images/aus-texture-light.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.aus-definition-head {
    max-width: 780px;
    margin: 0 auto 56px;
    text-align: center;
}

.aus-definition-eyebrow {
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-size: 11px;
    color: #9A9A9A;
    margin-bottom: 10px;
}

.aus-definition-title {
    font-size: 30px;
    line-height: 1.3;
    font-weight: 500;
    color: #111111;
    margin-bottom: 28px;
    position: relative;
    display: inline-block;  /* REQUIRED */
    z-index: 1;
}

.aus-definition-title::after {
    content: "";
    position: absolute;
    left: 50%;              
    transform: translateX(-50%);
    bottom: -10px;

    width: 300px;
    height: 5px;
    border-radius: 999px;

    background: linear-gradient(
        90deg,
        #c6a45b,
        rgba(198,164,91,0.25)
      );
    display: block;
}


.aus-definition-intro {
    font-size: 15px;
    line-height: 1.7;
    color: #555555;
}

/* Collage layout */
.aus-definition-collage {
    position: relative;
    margin-top: 18px;
}

/* Cards: shared look */
.aus-def-card{
    position:relative;
    border-radius:22px;
    overflow:hidden;
  
    /* ✅ gives the card a subtle stone tone even if the image is light */
    background-color: rgba(17,17,17,0.04);
  
    /* ✅ thin, premium border (grey/stone theme) */
    border: 1px solid rgba(17,17,17,0.10);
  
    color:#ffffff;
    min-height:180px;
    margin-bottom:26px;
    box-shadow: 0 18px 40px rgba(0,0,0,0.14);
  
    background-size:cover;
    background-position:center;
  }

/* Dark gradient overlay on each card */
.aus-def-card::before{
    content:"";
    position:absolute;
    inset:0;
  
    background:
      radial-gradient(circle at 18% 18%, rgba(198,154,75,0.16), transparent 55%),
      linear-gradient(180deg, rgba(0,0,0,0.08) 0%, rgba(0,0,0,0.78) 100%);
  
    z-index:0;
  }


  .aus-def-inner h3{
    font-size:17px;
    letter-spacing:0.02em;
    margin:0 0 10px;
    font-weight:500;
  
    /* ✅ stone-gold headline */
    color:#111111;
  
    position:relative;
    display:inline-block;

  }

/* Gold underline accent */
.aus-def-inner h3::after{
    content:"";
    position:absolute;
    left:0;
    bottom:-6px;
  
    width:56px;
    height:2px;
    border-radius:999px;
  
    /* ✅ refined underline (stone → gold) */
    background: linear-gradient(
      90deg,
      #c6a45b,
      rgba(198,164,91,0.25)
    );
  }

.aus-def-inner p {
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.75;
    color: rgba(255,255,255,0.86);
}


.aus-def-inner{
    position:relative;
    z-index:1;
    padding: 26px 26px 22px;
  }



/* =========================
   CITY SLIDER — Premium UI
   (clean, readable, hover-reveal)
   ========================= */

/* SECTION */
.ca-city-slider{
    padding: 78px 0 90px;
    background: #fff;
  }
  .ca-city-head{
    text-align:center;
    margin-bottom: 34px;
  }
  .ca-city-title{
    font-size: 32px;
    line-height: 1.25;
    font-weight: 600;
    color:#0d0f12;
    margin: 0 0 8px;
  }
  .ca-city-sub{
    font-size: 15px;
    color: rgba(13,15,18,.62);
    margin: 0;
  }
  
  /* SHELL */
  .ca-city-shell{ position:relative; }
  .ca-city-viewport{
    overflow:hidden;
    padding: 0 76px; /* side-peek */
  }
  .ca-city-track{
    display:flex;
    gap: 24px;
    padding: 8px 6px 16px;
    will-change: transform;
    transition: transform .45s ease;
  }
  
  /* NAV */
  .ca-city-nav{
    position:absolute;
    top:50%;
    transform: translateY(-50%);
    width: 46px;
    height: 46px;
    border-radius: 999px;
    border: 1px solid rgba(10,12,16,.14);
    background: rgba(255,255,255,.82);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color:#0d0f12;
    font-size: 24px;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    z-index: 10;
    box-shadow: 0 16px 36px rgba(0,0,0,.12);
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
  }
  .ca-city-nav--prev{ left: 18px; }
  .ca-city-nav--next{ right: 18px; }
  .ca-city-nav:hover{
    background: rgba(255,255,255,.94);
    box-shadow: 0 22px 50px rgba(0,0,0,.16);
    transform: translateY(-50%) scale(1.04);
  }
  
  /* CARD */
  .ca-city-card{
    flex: 0 0 32%;
    max-width: 32%;
  }
  .ca-city-card-inner{
    display:block;
    position:relative;
    height: 360px;
    overflow:hidden;
    border-radius: 22px;
    text-decoration:none;
    color:#fff;
    background: #0b0c0f;
    box-shadow: 0 20px 55px rgba(0,0,0,.18);
    transform: translateZ(0);
    transition: transform .28s ease, box-shadow .28s ease;
  }
  
  /* IMAGE */
  .ca-city-image{
    position:absolute;
    inset:0;
    background-size: cover;
    background-position: center;
    transform: scale(1.01);
    transition: transform .65s ease;
  }
  
  /* TOP soft darkening (so pill always readable, even on bright sky) */
  .ca-city-card-inner::before{
    content:"";
    position:absolute;
    inset:0;
    background: linear-gradient(
      180deg,
      rgba(0,0,0,.30) 0%,
      rgba(0,0,0,.10) 35%,
      rgba(0,0,0,.35) 100%
    );
    z-index: 1;
    transition: background .35s ease;
  }
  
  /* BOTTOM GRADIENT — always present (no big slab) */
  .ca-city-layer{
    position:absolute;
    inset:0;
    z-index: 2;
    padding: 22px;
    display:flex;
    flex-direction: column;
    justify-content: space-between; /* top + bottom */
  gap: 0;
  }
  .ca-city-layer::after{
    content:"";
    position:absolute;
    left:0; right:0; bottom:0;
    height: 58%;
    background: linear-gradient(
      180deg,
      rgba(0,0,0,0) 0%,
      rgba(0,0,0,.45) 35%,
      rgba(0,0,0,.78) 100%
    );
    z-index: -1; /* behind text inside layer */
    transition: height .35s ease, background .35s ease;
  }
  
  /* PILL */
  .ca-city-pill{
   
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 11px;
    letter-spacing: .16em;
    text-transform: uppercase;
    background: rgba(10,12,16,.52);
    border: 1px solid rgba(255,255,255,.26);
    box-shadow:
      0 10px 24px rgba(0,0,0,.20),
      inset 0 1px 0 rgba(255,255,255,.12);
      align-self: flex-end;     /* right side */
  margin-left: auto;
  margin-top: 6px;
  }

  .ca-city-hover{
    max-width: 92%;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity .22s ease, transform .22s ease;
  }
  
  /* TITLES */
  .ca-city-name{
    color: #ffffff;                /* force pure white */
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 8px;
    padding-bottom: 4px;
    display: inline-block;
    border-bottom: 1px solid rgba(255,255,255,0.55); /* subtle underline */
    text-shadow: 0 6px 18px rgba(0,0,0,0.55);
  }
  
  /* DESCRIPTION — hidden until hover */
  .ca-city-text{
    margin: 0;
    font-size: 13.5px;
    line-height: 1.65;
    color: rgba(255,255,255,.92);
    max-width: 92%;
    opacity: 1;
    transform: none;
    transition: opacity .22s ease, transform .22s ease;
    text-shadow: 0 10px 25px rgba(0,0,0,.45);
  }
  
  /* HOVER */
  .ca-city-card-inner:hover .ca-city-hover{
    opacity: 1;
    transform: translateY(0);
  }
  .ca-city-card-inner:hover .ca-city-image{
    transform: scale(1.08);
  }
  .ca-city-card-inner::before{
    content:"";
    position:absolute;
    inset:0;
    background: linear-gradient(
      180deg,
      rgba(0,0,0,.18) 0%,     /* lighter top */
      rgba(0,0,0,.05) 40%,
      rgba(0,0,0,.35) 100%   /* soft bottom */
    );
    z-index: 1;
    transition: background .35s ease;
  }
  .ca-city-card-inner:hover .ca-city-layer::after{
    height: 66%;
    background: linear-gradient(
      180deg,
      rgba(0,0,0,0) 0%,
      rgba(0,0,0,.55) 30%,
      rgba(0,0,0,.88) 100%
    );
  }
  .ca-city-card-inner:hover .ca-city-text{
    opacity: 1;
    transform: none;
  }
  
  /* Focus (keyboard) */
  .ca-city-card-inner:focus-visible{
    outline: 2px solid rgba(0,0,0,.25);
    outline-offset: 4px;
  }
  
  /* RESPONSIVE */
  @media (max-width: 1100px){
    .ca-city-card{ flex: 0 0 46%; max-width: 46%; }
    .ca-city-viewport{ padding: 0 62px; }
  }
  @media (max-width: 768px){
    .ca-city-title{ font-size: 26px; }
    .ca-city-card{ flex: 0 0 86%; max-width: 86%; }
    .ca-city-viewport{ padding: 0 54px; }
    .ca-city-card-inner{ height: 340px; border-radius: 20px; }
  }
  @media (max-width: 480px){
    .ca-city-viewport{ padding: 0 46px; }
    .ca-city-nav{ width: 42px; height: 42px; }
  }

/* ================= EDGE SECTION ================= */


.aus-edge{
    position: relative;
    padding: 72px 0 150px; /* keep bottom space for contact overlap */
    overflow: hidden;
  }
  
  /* Photo background */
  .aus-edge.aus-edge--photo{
    background-image: url('/assets/frontend/images/aus-edge-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
  
    /* Focus more to the LEFT so the woman stays visible */
    background-position: 22% center;
  }
  
  /* Lighter overlay so image stays clear */
  .aus-edge.aus-edge--photo::before{
    content:"";
    position:absolute;
    inset:0;
    background:
      radial-gradient(circle at 22% 30%, rgba(255,255,255,0.30), transparent 55%),
      linear-gradient(180deg,
        rgba(245,245,245,0.42) 0%,
        rgba(245,245,245,0.56) 45%,
        rgba(245,245,245,0.62) 100%
      );
    z-index:0;
  }
  
  /* Keep content above overlay */
  .aus-edge > .container{
    position: relative;
    z-index: 1;
  }
  
  .aus-edge-head{
    max-width: 820px;
    margin: 0 auto 42px;
    text-align: center;
  }
  
  .aus-edge-eyebrow{
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-size: 11px;
    color: #9A9A9A;
    margin-bottom: 10px;
  }
  
  .aus-edge-title{
    font-size: 30px;
    line-height: 1.25;
    font-weight: 500;
    color: #111111;
    margin: 0 0 12px;
    position: relative;
    display: inline-block;
  }
  
  .aus-edge-title::after{
    content:"";
    position:absolute;
    left:50%;
    transform:translateX(-50%);
    bottom:-12px;
    width:84px;
    height:3px;
    border-radius:999px;
    background: rgba(17,17,17,0.22);
  }
  
  .aus-edge-intro{
    font-size: 15px;
    line-height: 1.75;
    color: #555555;
    margin-top: 22px;
  }
  
  /* Grid */
  .aus-edge-row{
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }
  
  /* Cards */
  .aus-edge-item{
    background: linear-gradient(140deg, rgba(255,255,255,0.92), rgba(245,245,245,0.92));
    border-radius: 22px;
    padding: 22px 22px 20px;
    border: 1px solid rgba(17,17,17,0.08);
    box-shadow: 0 14px 34px rgba(0,0,0,0.06);
    position: relative;
    overflow: hidden;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
  }
  
  .aus-edge-item::before{
    content:"";
    position:absolute;
    inset:0;
    background:
      radial-gradient(circle at top right, rgba(169,205,255,0.18), transparent 52%),
      radial-gradient(circle at bottom left, rgba(198,154,75,0.14), transparent 55%);
    opacity: 0.9;
    pointer-events: none;
  }
  
  .aus-edge-item:hover{
    transform: translateY(-2px);
    box-shadow: 0 18px 44px rgba(0,0,0,0.10);
  }
  
  /* H3: color + underline accent */
  .aus-edge-item h3{
    position: relative;
    z-index: 1;
    font-size: 15px;
    font-weight: 650;
    color: #111111;
    margin: 0 0 10px;
    letter-spacing: 0.01em;
    display: inline-block;
    padding-left: 12px;
  }
  
  .aus-edge-item h3::before{
    content:"";
    position:absolute;
    left:0;
    top:2px;
    bottom:2px;
    width:4px;
    border-radius:999px;
    background: rgba(198,154,75,0.98);
  }
  
  .aus-edge-item h3::after{
    content:"";
    position:absolute;
    left:12px;
    bottom:-8px;
    width:62px;
    height:2px;
    border-radius:999px;
    background: rgba(198,154,75,0.55);
  }
  
  .aus-edge-item p{
    position: relative;
    z-index: 1;
    font-size: 14px;
    line-height: 1.75;
    color: #555555;
    margin: 14px 0 0;
  }
  
  /* Fade into the contact overlap */
  .aus-edge-fade{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 90px;
    background: linear-gradient(180deg, rgba(247,247,247,0) 0%, rgba(247,247,247,0.75) 65%, rgba(247,247,247,0.92) 100%);
    pointer-events: none;
  }
  
  
/* ================= CONTACT SECTION ================= */

.aus-contact{
  position: relative;
  margin-top: -64px;
  padding: 0 0 90px;
  z-index: 3;
}

.aus-contact-shell{
  display:flex;
  align-items:stretch;
  border-radius:28px;
  overflow:hidden;
  background:#ffffff;
  box-shadow:
    0 22px 60px rgba(0,0,0,0.18),
    0 0 0 1px rgba(17,17,17,0.04);
}

.aus-contact-visual{
  flex:1.05;
  min-height:420px;
  position:relative;
}

.aus-contact-visual-inner{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  background-size:cover;
  background-position:center;
}

.aus-contact-visual-overlay{
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at top left, rgba(140,140,140,0.24), transparent 58%),
    linear-gradient(135deg, rgba(0,0,0,0.25), rgba(0,0,0,0.82));
}

.aus-contact-form{
  flex:0.95;
  display:flex;
  align-items:stretch;
  background:#ffffff;
  position:relative;
}

.aus-contact-form::before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  width:1px;
  background:rgba(17,17,17,0.08);
}

.aus-contact-form-inner{
  width:100%;
  padding:30px 30px 26px;
}

.aus-contact-form-title{
  font-size:20px;
  font-weight:600;
  color:#111111;
  margin-bottom:6px;
}

.aus-contact-form-intro{
  font-size:14px;
  line-height:1.7;
  color:#555555;
  margin-bottom:14px;
}

.aus-contact-mini{
  display:grid;
  grid-template-columns:repeat(auto-fit, minmax(180px, 1fr));
  gap:12px;
  margin:14px 0 18px;
  padding:12px;
  border-radius:18px;
  background:linear-gradient(180deg, rgba(17,17,17,0.02), rgba(17,17,17,0.00));
  border:1px solid rgba(17,17,17,0.06);
}

.aus-contact-mini-item{
  display:flex;
  flex-direction:column;
  gap:4px;
  padding:10px 10px;
  border-radius:14px;
  text-decoration:none;
  background:#ffffff;
  box-shadow:0 10px 22px rgba(0,0,0,0.06);
  transition:transform 0.16s ease, box-shadow 0.16s ease;
}

.aus-contact-mini-item:hover{
  transform:translateY(-1px);
  box-shadow:0 14px 28px rgba(0,0,0,0.10);
}

.aus-contact-mini-label{
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:0.14em;
  color:#777777;
}

.aus-contact-mini-value{
  font-size:13px;
  line-height:1.4;
  color:#111111;
}

.aus-contact-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  column-gap:18px;
  row-gap:14px;
  margin-bottom:18px;
}

.aus-contact-field{ display:flex; flex-direction:column; }
.aus-contact-field--full{ grid-column:1 / -1; }

.aus-contact-field label{
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:0.14em;
  color:#777777;
  margin-bottom:6px;
}

.aus-contact-field input,
.aus-contact-field textarea{
  width:100%;
  max-width:100%;
  box-sizing:border-box;
  border-radius:12px;
  border:1px solid #dddddd;
  padding:9px 11px;
  font-size:14px;
  color:#111111;
  background-color:#fafafa;
  outline:none;
}

.aus-contact-field textarea{
  resize:vertical;
  min-height:110px;
}

.aus-contact-field input:focus,
.aus-contact-field textarea:focus{
  background-color:#ffffff;
  border-color: rgba(17,17,17,0.55);
  box-shadow:0 0 0 1px rgba(17,17,17,0.22);
}

.aus-contact-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:10px 24px;
  border-radius:999px;
  border:none;
  background: rgba(17,17,17,0.92);
  color:#ffffff;
  font-size:14px;
  font-weight:500;
  cursor:pointer;
  box-shadow:0 12px 26px rgba(0,0,0,0.15);
}

.aus-contact-small-note{
  font-size:12px;
  line-height:1.6;
  color:#888888;
  margin-top:10px;
}



  /* =========================
   THE FIRST — Footer
   ========================= */

.aus-footer-clean{
    background:#070708;
    color:rgba(255,255,255,.86);
    padding:54px 0 22px;
    border-top:1px solid rgba(255,255,255,.08);
  }
  
  .aus-footer-grid{
    display:grid;
    grid-template-columns: 1.2fr 0.7fr 0.7fr 1fr;
    gap:22px;
    align-items:start;
  }
  
  .aus-footer-logo img{
    height:44px;
    width:auto;
    display:block;
    object-fit:contain;
  }
  
  .aus-footer-tag{
    margin:12px 0 14px;
    color:rgba(255,255,255,.72);
    font-size:14px;
    line-height:1.75;
    max-width:420px;
  }
  
  .aus-footer-social{
    list-style:none;
    display:flex;
    gap:10px;
    margin:0;
    padding:0;
  }
  
  .aus-footer-social a{
    width:40px;
    height:40px;
    border-radius:12px;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    color:#fff;
    background:rgba(255,255,255,.06);
    border:1px solid rgba(255,255,255,.10);
    transition:transform .12s ease, background .15s ease, border-color .15s ease;
  }
  .aus-footer-social a:hover{
    background:rgba(255,255,255,.10);
    border-color:rgba(255,255,255,.16);
    transform:translateY(-1px);
  }
  
  /* columns */
  .aus-footer-col h4{
    margin:0 0 12px;
    font-size:13px;
    letter-spacing:.14em;
    text-transform:uppercase;
    color:rgba(255,255,255,.78);
  }
  
  .aus-footer-col ul{
    list-style:none;
    margin:0;
    padding:0;
    display:grid;
    gap:10px;
  }
  
  .aus-footer-col a{
    color:rgba(255,255,255,.76);
    text-decoration:none;
    font-size:14px;
  }
  .aus-footer-col a:hover{
    color:#fff;
    text-decoration:underline;
  }
  
  /* contact list (if you keep it anywhere) */
  .aus-footer-contact li{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
  }
  .aus-footer-contact .k{
    font-size:11px;
    letter-spacing:.12em;
    text-transform:uppercase;
    color:rgba(255,255,255,.62);
  }
  .aus-footer-contact .v{
    font-size:14px;
    color:rgba(255,255,255,.80);
  }
  
  /* RIGHT SIDE */
  .aus-footer-col--right{
    padding-left:6px;
  }
  
  .aus-footer-trust{
    display:grid;
    gap:10px;
    margin:2px 0 12px;
  }
  
  .aus-footer-trust-card{
    background:rgba(255,255,255,.05);
    border:1px solid rgba(255,255,255,.10);
    border-radius:16px;
    padding:10px 12px;
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:56px;
    text-decoration:none;
    transition:transform .12s ease, background .15s ease, border-color .15s ease;
  }
  
  .aus-footer-trust-card:hover{
    background:rgba(255,255,255,.08);
    border-color:rgba(255,255,255,.16);
    transform:translateY(-1px);
  }
  
  .aus-footer-trust-card img{
    max-height:34px;
    width:auto;
    display:block;
    object-fit:contain;
  }
  
  .aus-footer-subtext{
    margin:10px 0 12px;
    font-size:13px;
    line-height:1.7;
    color:rgba(255,255,255,.72);
    max-width:360px;
  }
  
  /* subscribe */
  .aus-footer-subscribe{
    display:flex;
    gap:10px;
    align-items:center;
    margin:0;
  }
  
  .aus-footer-subscribe input{
    flex:1;
    height:44px;
    border-radius:14px;
    border:1px solid rgba(255,255,255,.14);
    background:rgba(255,255,255,.06);
    color:#fff;
    padding:0 12px;
    font-size:14px;
    outline:none;
  }
  .aus-footer-subscribe input::placeholder{
    color:rgba(255,255,255,.55);
  }
  .aus-footer-subscribe input:focus{
    border-color:rgba(198,154,75,.55);
    box-shadow:0 0 0 4px rgba(198,154,75,.16);
  }
  
  .aus-footer-subscribe button{
    height:44px;
    padding:0 14px;
    border-radius:14px;
    border:1px solid rgba(255,255,255,.14);
    background:#2a2e33;
    color:#fff;
    font-weight:750;
    font-size:13px;
    cursor:pointer;
    white-space:nowrap;
    transition:transform .12s ease, background .15s ease, border-color .15s ease;
  }
  .aus-footer-subscribe button:hover{
    background:#323840;
    border-color:rgba(255,255,255,.20);
    transform:translateY(-1px);
  }
  
  .aus-footer-note{
    margin:10px 0 0;
    font-size:12px;
    color:rgba(255,255,255,.60);
  }
  
  /* bottom row */
  .aus-footer-bottom{
    margin-top:26px;
    padding-top:16px;
    border-top:1px solid rgba(255,255,255,.08);
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:14px;
    flex-wrap:wrap;
  }
  
  .aus-footer-cities{
    display:flex;
    gap:10px;
    align-items:center;
    flex-wrap:wrap;
    color:rgba(255,255,255,.62);
    font-size:13px;
  }
  .aus-footer-cities .t{ opacity:.85; }
  .aus-footer-cities a{
    color:rgba(255,255,255,.76);
    text-decoration:none;
    padding:6px 10px;
    border-radius:999px;
    background:rgba(255,255,255,.04);
    border:1px solid rgba(255,255,255,.08);
  }
  .aus-footer-cities a:hover{
    background:rgba(255,255,255,.08);
    border-color:rgba(255,255,255,.14);
    color:#fff;
  }
  
  .aus-footer-copy{
    margin:0;
    font-size:13px;
    color:rgba(255,255,255,.62);
  }
  
  /* accessibility helper */
  .sr-only{
    position:absolute !important;
    width:1px; height:1px;
    padding:0; margin:-1px;
    overflow:hidden; clip:rect(0,0,0,0);
    white-space:nowrap; border:0;
  }
  
  /* responsive */
  @media (max-width: 991.98px){
    .aus-footer-grid{
      grid-template-columns:1fr 1fr;
    }
    .aus-footer-col--right{
      grid-column:1 / -1;
    }
  }
  
  @media (max-width: 575.98px){
    .aus-footer-grid{
      grid-template-columns:1fr;
    }
    .aus-footer-subscribe{
      flex-direction:column;
      align-items:stretch;
    }
    .aus-footer-subscribe button{
      width:100%;
    }
  }


  
