

:root{
  --ink:#14161f;
  --ink-soft:#1e2130;
  --ink-line:#33374a;
  --paper:#f1ece1;
  --paper-2:#ffffff;
  --brass:#b9862f;
  --brass-light:#e7c878;
  --brass-deep:#8f6420;
  --vacant:#e8a23c;
  --text-dark:#1b1b1f;
  --text-muted-dark:#5c5a52;
  --text-muted-light:#a9acc0;
}

*{box-sizing:border-box;}
html{scroll-behavior:smooth;}

body{
  font-family:'Karla', sans-serif;
  color:var(--text-dark);
  background:var(--paper);
  font-size:16.5px;
  line-height:1.6;
  margin:0;
}

h1,h2,h3,h4,.display-font{
  font-family:'Fraunces', serif;
  letter-spacing:-0.01em;
  color:var(--text-dark);
  margin:0;
}

.mono{ font-family:'IBM Plex Mono', monospace; }

.on-dark, .on-dark h1, .on-dark h2, .on-dark h3, .on-dark p{ color:#fff; }

a{ text-decoration:none; color:inherit; }
img{ max-width:100%; display:block; }

.container-narrow{ max-width:1180px; margin:0 auto; padding:0 24px; }
a.brand img {
    width: 104px;
    max-width: 100%;
}

/* ---------- Buttons ---------- */
.btn{
  border-radius:2px;
  font-weight:600;
  font-family:'Karla', sans-serif;
  padding:0.72rem 1.5rem;
  font-size:0.95rem;
  letter-spacing:0.01em;
  border:1.5px solid transparent;
  cursor:pointer;
  border-radius: 30px;
  display:inline-block;
  transition:transform .15s ease, background-color .15s ease, color .15s ease, border-color .15s ease;
}
.btn-brass{ background:var(--brass); border-color:var(--brass); color:#181305; }
.btn-brass:hover{ background:var(--brass-deep); border-color:var(--brass-deep); color:#fff; }
.btn-outline-ink{ background:transparent; border-color:var(--ink); color:var(--ink); }
.btn-outline-ink:hover{ background:var(--ink); color:#fff; }
.btn-outline-cream{ background:transparent; border-color:rgba(255,255,255,.55); color:#fff; }
.btn-outline-cream:hover{ background:#fff; color:var(--ink); border-color:#fff; }
.btn-sm-tight{ padding:0.5rem 1.1rem; font-size:.85rem; }
.btn-block{ width:100%; text-align:center; }
/* =========================================================
   TAXI MELB SERVICES
   FULL HEADER CSS
========================================================= */


/* =========================================================
   MAIN HEADER
========================================================= */

.tm-header {

    position: relative;

    width: 100%;

    z-index: 1050;

    background: #11131b;

}


/* =========================================================
   NAVBAR
========================================================= */

.tm-navbar {

min-height: 76px;

padding-top: 0 !important;

padding-bottom: 0 !important;

background: #ffffff;

border-top:
        1px solid
        rgba(255,255,255,.06);

border-bottom:
        1px solid
        rgba(255,255,255,.12);
}


/* =========================================================
   CONTAINER
========================================================= */

.tm-nav-container {

    min-height: 76px;

    display: flex;

    align-items: center;

}


/* =========================================================
   LOGO
========================================================= */

.tm-logo {

    margin: 0 !important;

    padding: 0 !important;

    display: flex;

    align-items: center;

    flex-shrink: 0;

}

.tm-logo img {
    display: block;
    width: 120px;
    background: white;
    max-width: 175px;
    padding: 0px 10px 10px 1px;
    border-radius: 10px;
    margin-bottom: 20px;
    object-fit: contain;
}


.tm-logo-h
{
    display: block;
    width: 120px;
    background: white;
    max-width: 125px;
    border-radius: 10px;
    object-fit: contain;
}

/* =========================================================
   OFFCANVAS / DESKTOP MENU
========================================================= */

.tm-offcanvas {

    flex: 1;

}


.tm-offcanvas-body {

    display: flex;

    align-items: center;

    justify-content: center;

    padding: 0;

}


/* =========================================================
   NAVIGATION
========================================================= */

.tm-nav-list {

    display: flex;

    flex-direction: row;

    align-items: center;

    justify-content: center;

    gap: 30px;

    margin: 0 auto !important;

    padding: 0;

}


.tm-nav-link {

position: relative;

display: flex;

align-items: center;

height: 76px;

padding:
        8px 3px !important;

color: #000000 !important;

font-family:
        Karla,
        Arial,
        sans-serif;

/* font-size: 13px; */

font-weight: 800;

text-decoration: none;

white-space: nowrap;

transition:
        color .25s ease;
}


.tm-nav-link::after {

    content: "";

    position: absolute;

    left: 3px;

    right: 3px;

    bottom: 18px;

    height: 1px;

    background: #c28b2c;

    transform:
        scaleX(0);

    transition:
        transform .25s ease;

}


.tm-nav-link:hover {

    color:
        #d6a044 !important;

}


.tm-nav-link:hover::after {

    transform:
        scaleX(1);

}


/* =========================================================
   DESKTOP ACTIONS
========================================================= */

.tm-desktop-actions {

    display: flex;

    align-items: center;

    gap: 9px;

    margin-left: 20px;

    flex-shrink: 0;

}


/* =========================================================
   PHONE
========================================================= */

.tm-phone {

    display: inline-flex;

    align-items: center;

    color:
        #d7d8de;

    font-family:
        Karla,
        Arial,
        sans-serif;

    font-size: 12px;

    font-weight: 500;

    text-decoration: none;

    white-space: nowrap;

    padding:
        0 5px;

    transition:
        color .25s ease;

}


.tm-phone:hover {

    color:
        #d6a044;

}


/* =========================================================
   BOOK ONLINE
========================================================= */

.tm-book-btn {

min-width: 100px;

height: 38px;

padding:
        0 15px !important;

border: 0 !important;

border-radius: 3px !important;

background:
        #c28b2c !important;

color:
        #11131b !important;

display: inline-flex;

align-items: center;

justify-content: center;

font-family:
        Karla,
        Arial,
        sans-serif;

/* font-size: 12px; */

font-weight: 700;

white-space: nowrap;

text-decoration: none;

transition:
        transform .25s ease,
        background .25s ease,
        box-shadow .25s ease;
}


.tm-book-btn:hover {

    background:
        #dda846 !important;

    color:
        #11131b !important;

    transform:
        translateY(-2px);

    box-shadow:
        0 7px 18px
        rgba(194,139,44,.25);

}


/* =========================================================
   TEXT BUTTON
========================================================= */

.tm-text-btn {

    height: 38px;

    padding:
        0 13px !important;

    border:
        1px solid
        rgba(255,255,255,.38) !important;

    border-radius: 3px !important;

    background:
        transparent !important;

    color:
        #ffffff !important;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    font-family:
        Karla,
        Arial,
        sans-serif;

    font-size: 11px;

    font-weight: 600;

    white-space: nowrap;

    text-decoration: none;

    transition:
        background .25s ease,
        border-color .25s ease,
        color .25s ease;

}


.tm-text-btn:hover {

    background:
        rgba(255,255,255,.07) !important;

    border-color:
        #c28b2c !important;

    color:
        #d6a044 !important;

}


/* =========================================================
   MOBILE TOGGLE
========================================================= */

.tm-menu-toggle {

    width: 43px;

    height: 40px;

    padding: 7px !important;

    margin-left: auto;

    border:
        1px solid
        rgba(255,255,255,.25) !important;

    border-radius: 4px !important;

    background:
        transparent !important;

    display: none;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    gap: 5px;

    box-shadow: none !important;

}


.tm-menu-toggle span {

    display: block;

    width: 21px;

    height: 2px;

    background:
        #ffffff;

    border-radius: 2px;

}


/* =========================================================
   MOBILE ACTIONS
========================================================= */

.tm-mobile-actions {

    display: none;

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 991.98px) {


    .tm-navbar {

        min-height: 66px;

    }


    .tm-nav-container {

        min-height: 66px;

    }


    /* LOGO */

    .tm-logo img {

        height: 42px;

        max-width: 155px;

    }


    /* HAMBURGER */

    .tm-menu-toggle {

        display: flex;

    }


    /* MOBILE OFFCANVAS */

    .tm-offcanvas {

        width: 300px !important;

        max-width: 85vw;

        background:
            #11131b;

        border-right:
            1px solid
            rgba(255,255,255,.12);

    }


    /* MOBILE HEADER */

    .tm-offcanvas-header {

        min-height: 68px;

        padding:
            15px 22px;

        border-bottom:
            1px solid
            rgba(255,255,255,.10);

    }


    .tm-mobile-title {

        color:
            #ffffff;

        font-family:
            Georgia,
            serif;

        font-size: 18px;

        font-weight: 600;

    }


    /* MOBILE BODY */

    .tm-offcanvas-body {

        display: block;

        padding:
            22px 24px;

    }


    /* MOBILE NAV */

    .tm-nav-list {

        width: 100%;

        display: flex;

        flex-direction: column;

        align-items: stretch;

        gap: 0;

        margin: 0 !important;

    }


    .tm-nav-link {

        width: 100%;

        height: auto;

        min-height: 55px;

        padding:
            16px 2px !important;

        border-bottom:
            1px solid
            rgba(255,255,255,.10);

        font-size: 16px;

    }


    .tm-nav-link::after {

        display: none;

    }


    .tm-nav-link:hover {

        padding-left:
            8px !important;

    }


    /* MOBILE ACTIONS */

    .tm-mobile-actions {

        display: flex;

        flex-direction: column;

        gap: 12px;

        margin-top: 28px;

        padding-top: 23px;

        border-top:
            1px solid
            rgba(255,255,255,.10);

    }


    .tm-mobile-phone {

        display: block;

        padding:
            5px 2px 15px;

        color:
            #ffffff;

        font-family:
            Karla,
            Arial,
            sans-serif;

        font-size: 15px;

        text-decoration: none;

        border-bottom:
            1px solid
            rgba(255,255,255,.10);

    }


    .tm-mobile-actions .tm-book-btn,
    .tm-mobile-actions .tm-text-btn {

        width: 100%;

        height: 46px;

    }


    /* DESKTOP ACTIONS HIDE */

    .tm-desktop-actions {

        display: none !important;

    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 575.98px) {


    .tm-navbar {

        min-height: 60px;

    }


    .tm-nav-container {

        min-height: 60px;

        padding-left:
            13px;

        padding-right:
            13px;

    }


    .tm-logo img {

        height: 37px;

        max-width: 140px;

    }


    .tm-menu-toggle {

        width: 41px;

        height: 38px;

    }


    .tm-offcanvas {

        width: 280px !important;

    }


    .tm-offcanvas-body {

        padding:
            20px 21px;

    }

}


/* =========================================================
   VERY SMALL PHONE
========================================================= */

@media (max-width: 380px) {


    .tm-logo img {

        height: 34px;

        max-width: 128px;

    }


    .tm-offcanvas {

        width: 265px !important;

    }

}
/* ---------- Navbar ---------- */
.site-nav{
  background:var(--ink);
  padding:16px 0;
  position:sticky; top:0; z-index:1030;
  border-bottom:1px solid var(--ink-line);
}
.site-nav .container-narrow{ display:flex; align-items:center; justify-content:space-between; }
.brand{
  /* font-family:'Fraunces', serif; */
  /* font-weight:600; */
  /* font-size:1.3rem; */
  /* color:#fff; */
  /* display:flex; */
  /* align-items:center; */
  /* gap:10px; */
  background: white;
  padding: 9px;
  border-radius: 8px;
}
.brand .mark{
  width:34px;height:34px;border:1.5px solid var(--brass-light);
  display:flex;align-items:center;justify-content:center;
  color:var(--brass-light);font-size:.9rem;font-weight:700;border-radius:2px;
  font-family:'IBM Plex Mono',monospace;
}
.nav-links{ display:flex; align-items:center; }
.nav-link-custom{
  color:var(--text-muted-light);
  font-weight:500;
  font-size:.95rem;
  margin:0 14px;
}
.nav-link-custom:hover{ color:#fff; }
.nav-link-custom.current{ color:var(--brass-light); }
.nav-right{ display:flex; align-items:center; gap:14px; }
.nav-call{ color:var(--text-muted-light); font-size:.95rem; }
.nav-call:hover{ color:#fff; }
@media (max-width: 991px){
  .nav-links{ display:none; }
  .nav-call{ display:none; }
}

/* ---------- Hero (dispatch board) ---------- */
.hero{
  background:var(--ink);
  padding:56px 0 0;
  position:relative;
  overflow:hidden;
}
.hero::after{
  content:"";
  position:absolute; inset:0;
  background:
    radial-gradient(60% 70% at 82% 10%, rgba(185,134,47,.14), transparent 60%);
  pointer-events:none;
}
.hero-grid{
  display:grid;
  grid-template-columns:1.15fr 0.85fr;
  gap:48px;
  align-items:center;
  position:relative;
  padding-bottom:56px;
}
.hero-eyebrow{
  display:flex; align-items:center; gap:10px;
  font-family:'IBM Plex Mono', monospace;
  font-size:.78rem;
  color:var(--vacant);
  margin-bottom:22px;
  letter-spacing:.03em;
}
.vacant-dot{
  width:8px;height:8px;border-radius:50%;background:var(--vacant);
  box-shadow:0 0 0 0 rgba(232,162,60,.6);
  animation:pulse 2.2s ease-in-out infinite;
}
@keyframes pulse{
  0%{ box-shadow:0 0 0 0 rgba(232,162,60,.55); }
  70%{ box-shadow:0 0 0 8px rgba(232,162,60,0); }
  100%{ box-shadow:0 0 0 0 rgba(232,162,60,0); }
}
@media (prefers-reduced-motion: reduce){ .vacant-dot{ animation:none; } }

.hero h1{
  color:#fff;
  font-size:clamp(2.3rem, 3.6vw, 3.4rem);
  font-weight:500;
  line-height:1.1;
  max-width:15ch;
}
.hero p.lead-copy{
  color:var(--text-muted-light);
  max-width:46ch;
  font-size:1.06rem;
  margin-top:20px;
}
.hero-cta{ margin-top:32px; display:flex; gap:14px; flex-wrap:wrap; }

/* roof-sign panel, the signature element */
.roof-sign{
  background:var(--ink-soft);
  border:1px solid var(--ink-line);
  border-radius:6px;
  padding:0;
  overflow:hidden;
}
.roof-sign-top{
  background:var(--brass);
  color:#181305;
  font-family:'IBM Plex Mono', monospace;
  font-size:.78rem;
  letter-spacing:.04em;
  padding:10px 20px;
  display:flex; justify-content:space-between; align-items:center;
}
.roof-sign-body{padding: 10px;}
.roof-sign-status{
  display:flex; align-items:center; gap:9px;
  font-family:'IBM Plex Mono', monospace;
  color:var(--vacant);
  font-size:.95rem;
  margin-bottom:22px;
}
.roof-stats{ display:grid; grid-template-columns:1fr 1fr; gap:20px 16px; }
.roof-stat .num{ font-family:'IBM Plex Mono', monospace; font-size:1.7rem; color:#fff; }
.roof-stat .lbl{ font-size:.76rem; color:var(--text-muted-light); margin-top:3px; line-height:1.35; }
.roof-sign-fleet{
  border-top:1px solid var(--ink-line);
  margin-top:22px; padding-top:18px;
  font-size:.85rem; color:var(--text-muted-light);
}
.roof-sign-fleet b{ color:#fff; font-weight:600; }

@media (max-width: 991px){
  .hero-grid{ grid-template-columns:1fr; }
}

/* ---------- Trip ticket (quick book) ---------- */
.ticket-wrap{ position:relative; z-index:5; margin-top:-34px; padding-bottom:0; }
.trip-ticket{
  background:var(--paper-2);
  border-radius:6px;
  box-shadow:0 30px 60px -24px rgba(0,0,0,.5);
  display:grid;
  grid-template-columns:1.5fr auto 1fr;
  position:relative;
}
.ticket-route{
  padding:24px 26px;
  display:grid;
  grid-template-columns:1fr auto 1fr;
  gap:14px;
  align-items:end;
}
.ticket-route .route-dots{
  display:flex; flex-direction:column; align-items:center; gap:3px;
  padding-bottom:10px;
  color:var(--brass-deep);
}
.route-dots .ln{ width:1.5px; height:14px; background:#d8d0ba; }
.route-dots svg{ flex-shrink:0; }

.ticket-divider{
  position:relative;
  width:0;
  border-left:2px dashed #d8d0ba;
  margin:14px 0;
}
.ticket-divider::before,
.ticket-divider::after{
  content:"";
  position:absolute; left:50%; transform:translateX(-50%);
  width:20px; height:20px; border-radius:50%; background:var(--paper);
}
.ticket-divider::before{ top:-10px; }
.ticket-divider::after{ bottom:-10px; }

.ticket-action{
  padding:24px 26px;
  display:grid;
  grid-template-columns:1fr 1fr auto auto;
  gap:14px;
  align-items:end;
}

.t-field label{
  font-size:.72rem; font-weight:600;
  color:var(--text-muted-dark); margin-bottom:5px; display:block;
  font-family:'IBM Plex Mono', monospace; letter-spacing:.02em;
}
.t-field input, .t-field select{
  border-radius:2px;
  border:1px solid #d8d0ba;
  padding:.6rem .7rem;
  font-size:.92rem;
  width:100%;
  font-family:'Karla', sans-serif;
  background:#fff;
}
.t-field input:focus, .t-field select:focus{
  outline:none;
  border-color:var(--brass);
  box-shadow:0 0 0 3px rgba(185,134,47,.18);
}
.offcanvas-body.tm-offcanvas-body {
    background: white;
}
@media (max-width: 991px){
  .trip-ticket{ grid-template-columns:1fr; }
  .ticket-divider{ border-left:none; border-top:2px dashed #d8d0ba; width:auto; margin:0 24px; }
  .ticket-divider::before,.ticket-divider::after{ top:50%; left:0; transform:translate(-50%,-50%); }
  .ticket-divider::after{ left:auto; right:0; transform:translate(50%,-50%); }
  .ticket-action{ grid-template-columns:1fr 1fr; }
  .ticket-action .btn{ grid-column:1/-1; }
}

/* ---------- Section scaffolding ---------- */
section{ padding:88px 0; }
.section-tight{ padding:72px 0; }
.section-head{ max-width:640px; margin-bottom:44px; }
.section-head h2{ font-size:clamp(1.7rem,3vw,2.3rem); font-weight:500; }
.section-head p{ color:var(--text-muted-dark); margin-top:12px; font-size:1.02rem; }
.section-head.centered{ margin-left:auto; margin-right:auto; text-align:center; }

.bg-ink{ background:var(--ink); }
.bg-paper2{ background:var(--paper-2); }

/* ---------- Trust strip ---------- */
.trust-strip{border-top:1px solid #e4ddcb;border-bottom:1px solid #e4ddcb;background:var(--paper-2);margin-top: 80px;}
.trust-strip .row{ display:grid; grid-template-columns:repeat(4,1fr); }
.trust-item{ padding:26px 24px; text-align:left; border-left:1px solid #e4ddcb; }
.trust-item:first-child{ border-left:none; }
.trust-item .num{ font-family:'IBM Plex Mono',monospace; font-size:1.8rem; color:var(--brass-deep); }
.trust-item .lbl{ font-size:.85rem; color:var(--text-muted-dark); margin-top:2px; }
@media (max-width: 767px){
  .trust-strip .row{ grid-template-columns:1fr 1fr; }
  .trust-item{ border-left:none; border-top:1px solid #e4ddcb; }


  .tm-logo-h {
    display: block;
    width: 100px;
 
}
}

/* ---------- Grid helpers ---------- */
.grid-3{ display:grid; grid-template-columns:repeat(3,1fr); gap:26px; }
.grid-2{ display:grid; grid-template-columns:1fr 1fr; gap:26px; }
@media (max-width: 900px){ .grid-3{ grid-template-columns:1fr; } .grid-2{ grid-template-columns:1fr; } }

/* ---------- Fleet ---------- */
.fleet-card{ background:var(--paper-2); border:1px solid #e4ddcb; border-radius:4px; overflow:hidden; height:100%; }
.fleet-photo{
  aspect-ratio:16/11;
  background:
    linear-gradient(160deg, rgba(18,20,28,.05), rgba(18,20,28,.35)),
    repeating-linear-gradient(115deg, #ded5bc 0 4px, #e9e1cd 4px 9px);
}
.fleet-body{ padding:20px 22px 24px; }
.fleet-body h3{ font-size:1.15rem; margin-bottom:6px; font-weight:500; }
.fleet-body p{ font-size:.9rem; color:var(--text-muted-dark); margin-bottom:14px; }
.fleet-meta{ font-size:.78rem; color:var(--brass-deep); font-weight:600; letter-spacing:.02em; font-family:'IBM Plex Mono',monospace; }

/* ---------- Services list (homepage teaser) ---------- */
.service-row{
  display:flex; align-items:center; justify-content:space-between;
  padding:20px 4px; border-top:1px solid #e4ddcb;
  gap:20px; flex-wrap:wrap;
}
.service-row:last-child{ border-bottom:1px solid #e4ddcb; }
.service-left{ display:flex; align-items:center; gap:18px; }
.service-icon{
  width:46px;height:46px; border-radius:50%;
  border:1.5px solid var(--brass);
  display:flex; align-items:center; justify-content:center;
  color:var(--brass-deep); flex-shrink:0;
}
.service-name{ font-weight:600; font-size:1.02rem; }
.service-desc{ font-size:.85rem; color:var(--text-muted-dark); }

/* ---------- Service page cards ---------- */
.svc-page-card{
  background:var(--paper-2); border:1px solid #e4ddcb; border-radius:4px;
  padding:28px; height:100%;
  display:flex; flex-direction:column;
}
.svc-page-card .service-icon{ margin-bottom:16px; }
.svc-page-card h3{ font-size:1.25rem; font-weight:500; margin-bottom:8px; }
.svc-page-card p{ font-size:.92rem; color:var(--text-muted-dark); margin-bottom:16px; flex-grow:1; }
.svc-includes{ list-style:none; padding:0; margin:0 0 20px; }
.svc-includes li{
  font-size:.85rem; color:var(--text-dark); padding:6px 0 6px 20px; position:relative;
  border-top:1px solid #eee6d4;
}

.svc-fare{ font-family:'IBM Plex Mono',monospace; font-size:.8rem; color:var(--brass-deep); margin-bottom:16px; }

/* ---------- How it works ---------- */
.step-item{ display:flex; gap:20px; padding:26px 0; border-top:1px solid var(--ink-line); }
.step-item:last-child{ border-bottom:1px solid var(--ink-line); }
.step-num{ font-family:'IBM Plex Mono',monospace; font-size:1.4rem; color:var(--brass-light); width:44px; flex-shrink:0; }
.step-text h4{ color:#fff; font-size:1.05rem; margin-bottom:4px; font-weight:500; }
.step-text p{ color:var(--text-muted-light); font-size:.92rem; margin:0; max-width:52ch; }

/* ---------- Why us ---------- */
.feature-item{ padding:22px 0; border-top:1px solid #e4ddcb; }
.feature-item:last-child{ border-bottom:1px solid #e4ddcb; }
.feature-item h4{ font-size:1rem; font-weight:600; margin-bottom:5px; }
.feature-item p{ font-size:.88rem; color:var(--text-muted-dark); margin:0; }
.suburb-tag{
  display:inline-block; border:1px solid #d8d0ba; border-radius:2px;
  padding:5px 12px; font-size:.82rem; color:var(--text-muted-dark);
  margin:0 8px 8px 0;
}

/* ---------- Testimonials ---------- */
.testi-card{ background:var(--ink-soft); border:1px solid var(--ink-line); padding:28px 26px; border-radius:4px; height:100%; }
.testi-card p{ color:#e9e7de; font-size:.98rem; line-height:1.65; margin:0; }
.testi-name{ color:var(--brass-light); font-size:.85rem; font-weight:600; margin-top:16px; }
.testi-loc{ color:var(--text-muted-light); font-size:.8rem; }

/* ---------- Contact ---------- */
.contact-block{ background:var(--paper-2); border:1px solid #e4ddcb; border-radius:4px; padding:34px; }
.contact-line{ display:flex; align-items:flex-start; gap:14px; padding:14px 0; border-top:1px solid #e4ddcb; }
.contact-line:first-child{ border-top:none; padding-top:0; }
.contact-line .ic{ color:var(--brass-deep); flex-shrink:0; margin-top:2px; }
.contact-line a{ color:var(--text-dark); }
.map-frame{ border:1px solid #e4ddcb; border-radius:4px; overflow:hidden; height:100%; min-height:320px; }
.map-frame iframe{ width:100%; height:100%; min-height:320px; border:0; display:block; }

/* ---------- Simple page header (services page) ---------- */
.page-header{ background:var(--ink); padding:64px 0 52px; }
.page-header .eyebrow{
  font-family:'IBM Plex Mono',monospace; font-size:.78rem; color:var(--brass-light);
  margin-bottom:14px; letter-spacing:.03em;
}
.page-header h1{ color:#fff; font-size:clamp(2rem,3.4vw,2.8rem); font-weight:500; max-width:20ch; }
.page-header p{ color:var(--text-muted-light); max-width:56ch; margin-top:16px; font-size:1.02rem; }

/* ---------- Footer ---------- */
footer{ background:var(--ink); padding:56px 0 26px; }
footer .foot-grid{ display:grid; grid-template-columns:2fr 1fr 1fr 1.4fr; gap:24px; }
footer .foot-links a{ color:var(--text-muted-light); font-size:.9rem; display:block; margin-bottom:10px; }
footer .foot-links a:hover{ color:#fff; }
footer .foot-bottom{ border-top:1px solid var(--ink-line); margin-top:36px; padding-top:22px; }
footer .foot-bottom p{ color:var(--text-muted-light); font-size:.8rem; margin:0; }
@media (max-width: 767px){ footer .foot-grid{ grid-template-columns:1fr 1fr; } }

/* ---------- Booking modal ---------- */
.modal-overlay{
  position:fixed; inset:0; background:rgba(18,20,28,.6); z-index:2000;
  display:none; align-items:center; justify-content:center; padding:20px;
}
.modal-overlay.open{ display:flex; }
.booking-modal{
  background:var(--paper-2); border-radius:6px; width:100%; max-width:680px;
  max-height:92vh; display:flex; flex-direction:column; overflow:hidden;
}
.booking-head{ background:var(--ink); padding:20px 28px; color:#fff; display:flex; align-items:center; justify-content:space-between; }
.booking-head h5{ font-family:'Fraunces',serif; font-weight:500; margin:0; font-size:1.15rem; }
.modal-close{ background:none; border:none; color:#fff; font-size:1.4rem; cursor:pointer; line-height:1; opacity:.8; }
.modal-close:hover{ opacity:1; }

.step-tracker{ display:flex; padding:0 28px; background:var(--paper-2); border-bottom:1px solid #e4ddcb; }
.step-tracker .st{
  flex:1; text-align:center; padding:14px 6px; font-size:.76rem; font-weight:600;
  color:#b8b2a0; border-bottom:2.5px solid transparent; font-family:'IBM Plex Mono',monospace;
}
.step-tracker .st.active{ color:var(--brass-deep); border-color:var(--brass); }
.step-tracker .st.done{ color:var(--text-dark); }

.booking-body{ padding:28px; overflow-y:auto; background:var(--paper-2); }
.booking-foot{ padding:18px 28px; background:var(--paper-2); border-top:1px solid #e4ddcb; display:flex; justify-content:space-between; }

.form-label{ font-size:.85rem; font-weight:600; margin-bottom:6px; display:block; }
.form-control, .form-select{
  border-radius:2px; border:1px solid #d8d0ba; padding:.6rem .75rem; font-size:.92rem; width:100%; background:#fff;
}
.form-control:focus, .form-select:focus{ outline:none; border-color:var(--brass); box-shadow:0 0 0 3px rgba(185,134,47,.18); }
.field-row{ display:grid; grid-template-columns:1fr 1fr; gap:16px; margin-bottom:16px; }
@media (max-width:600px){ .field-row{ grid-template-columns:1fr; } }

.svc-option{
  border:1.5px solid #d8d0ba; border-radius:4px; padding:16px 18px;
  display:flex; align-items:center; gap:14px; cursor:pointer; margin-bottom:12px;
  transition:border-color .15s ease, background-color .15s ease;
}
.svc-option:hover{ border-color:var(--brass); }
.svc-option.selected{ border-color:var(--brass); background:#fbf6ea; }
.svc-option input{ accent-color:var(--brass); width:18px;height:18px; }
.svc-option .svc-name{ font-weight:600; font-size:.98rem; }
.svc-option .svc-desc{ font-size:.82rem; color:var(--text-muted-dark); }

.cal-wrap{ border:1px solid #e4ddcb; border-radius:4px; padding:18px; }
.cal-head{ display:flex; align-items:center; justify-content:space-between; margin-bottom:14px; }
.cal-head button{ background:none; border:none; font-size:1.1rem; color:var(--text-dark); cursor:pointer; }
.cal-month{ font-weight:600; font-size:.95rem; font-family:'IBM Plex Mono',monospace; }
.cal-grid{ display:grid; grid-template-columns:repeat(7,1fr); gap:4px; text-align:center; }
.cal-grid .dow{ font-size:.7rem; color:var(--text-muted-dark); padding:6px 0; font-weight:600; }
.cal-grid .day{ padding:8px 0; font-size:.85rem; border-radius:2px; cursor:pointer; color:var(--text-dark); }
.cal-grid .day:hover:not(.disabled){ background:#eee6d1; }
.cal-grid .day.disabled{ color:#c9c4b3; cursor:not-allowed; }
.cal-grid .day.empty{ visibility:hidden; }
.cal-grid .day.selected{ background:var(--brass); color:#181305; font-weight:700; }

.slot-wrap{display:grid;grid-template-columns:repeat(auto-fill,minmax(84px,1fr));gap:8px;margin-top:14px;max-height: 323px;overflow-y:auto;}
.slot-btn{ border:1px solid #d8d0ba; background:#fff; border-radius:2px; padding:8px 4px; font-size:.8rem; cursor:pointer; font-family:'IBM Plex Mono',monospace; }
.slot-btn:hover:not(:disabled){ border-color:var(--brass); }
.slot-btn.selected{ background:var(--brass); border-color:var(--brass); color:#181305; font-weight:700; }
.slot-btn:disabled{ color:#c9c4b3; cursor:not-allowed; background:#f4f1e9; }

.summary-row{ display:flex; justify-content:space-between; padding:10px 0; border-top:1px solid #e4ddcb; font-size:.92rem; }
.summary-row:first-child{ border-top:none; }
.summary-row .k{ color:var(--text-muted-dark); }
.summary-row .v{ font-weight:600; text-align:right; }

.success-wrap{ text-align:center; padding:20px 10px 6px; }
.success-badge{
  width:60px;height:60px;border-radius:50%;background:#eef6ea;color:#3f7d3a;
  display:flex;align-items:center;justify-content:center;margin:0 auto 18px;font-size:1.5rem;
}
.ref-code{
  display:inline-block; border:1.5px dashed var(--brass); padding:8px 18px; border-radius:2px;
  font-family:'IBM Plex Mono',monospace; font-size:1.05rem; letter-spacing:.03em; color:var(--brass-deep); margin-top:8px;
}

.field-error{ color:#b3261e; font-size:.78rem; margin-top:4px; display:none; }
.is-invalid{ border-color:#b3261e !important; }
.is-invalid ~ .field-error, .field-error.show{ display:block; }

.d-none{ display:none !important; }




















/* =========================================================
   DISPATCH / AVAILABILITY SECTION
========================================================= */

.dispatch-section {
  background: #f7f7f7;
  padding: 64px 0 20px;
}


/* ---------- TOP CARDS ---------- */

.dispatch-top {
  margin-bottom: 64px;
}

.dispatch-card {
  min-height: 255px;
  padding: 34px 34px 30px;
  position: relative;
  border-radius: 30px;
}


/* ---------- FAST DISPATCH ---------- */

.dispatch-card-yellow {
  background: #e4ffc2;
  color: #000;

  border: 2px solid #000;

  box-shadow:
    10px 12px 0 #000;
}

.dispatch-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-width: 240px;

  background: #000;
  color: #fff;

  padding: 4px 20px;

  border-radius: 20px;

  font-family: 'IBM Plex Mono', monospace;

  font-size: 13px;
  font-weight: 700;

  letter-spacing: .02em;

  margin-bottom: 12px;
}

.dispatch-card-yellow p {
  max-width: 470px;

  color: #000;

  font-size: 17px;
  line-height: 1.42;

  margin: 0;
}


/* ---------- BOOK FAST BUTTON ---------- */

.dispatch-btn {
  display: inline-flex;

  align-items: center;
  justify-content: center;

  min-width: 94px;
  min-height: 52px;

  background: #000;
  color: #fff;

  font-family: 'IBM Plex Mono', monospace;

  font-size: 13px;
  font-weight: 700;

  line-height: 1.05;

  text-align: center;

  margin-top: 25px;

  padding: 8px 14px;

  text-decoration: none;

  transition:
    transform .15s ease,
    background-color .15s ease;
}

.dispatch-btn:hover {
  color: #fff;
  background: #1e2130;
  transform: translateY(-2px);
}


/* ---------- BLACK CARD ---------- */

.dispatch-card-black {
  background: #000;
  color: #fff;

  padding: 39px 28px;

  border-radius: 30px;
}

.dispatch-card-black h3 {
  color: #ffe900;

  font-family: 'Karla', sans-serif;

  font-size: 22px;
  font-weight: 800;

  margin: 0 0 22px;
}

.dispatch-card-black p {
  color: #ffe900;

  font-size: 17px;
  line-height: 1.4;

  max-width: 470px;

  margin: 0;
}


/* ---------- 24/7 CARD ---------- */

.availability-card {
  background: #ffd900;

  border-radius: 30px;

  padding: 26px 30px 24px;

  min-height: 232px;

  color: #000;
}

.availability-card h2 {
  color: #000;

  font-family: 'Karla', sans-serif;

  font-size: 29px;
  font-weight: 800;

  margin: 0 0 30px;
}

.availability-card p {
  color: #000;

  font-size: 24px;
  line-height: 1.35;

  max-width: 720px;

  margin: 0;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 991px) {

  .dispatch-section {
    padding: 50px 0 20px;
  }

  .dispatch-top {
    margin-bottom: 45px;
  }

  .dispatch-card {
    min-height: auto;
  }

  .availability-card p {
    font-size: 20px;
  }

}


@media (max-width: 575px) {

  .dispatch-section {
    padding: 40px 0 15px;
  }

  .dispatch-card {
    padding: 25px 22px;
    border-radius: 22px;
  }

  .dispatch-label {
    min-width: 190px;
    font-size: 11px;
  }

  .dispatch-card-yellow p,
  .dispatch-card-black p {
    font-size: 15px;
  }

  .dispatch-card-black h3 {
    font-size: 20px;
  }

  .availability-card {
    padding: 25px 22px;
    border-radius: 22px;
    min-height: auto;
  }

  .availability-card h2 {
    font-size: 25px;
    margin-bottom: 22px;
  }

  .availability-card p {
    font-size: 18px;
  }

}

/* =========================================================
   WHY MELB SERVICES
========================================================= */

.why-melb-section {
  padding: 90px 0;
  background: var(--paper);
}


/* ---------- INTRO ---------- */

.why-melb-heading {
  max-width: 720px;
  margin-bottom: 50px;
}

.why-melb-kicker {
  font-family: 'IBM Plex Mono', monospace;
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .08em;
  color: var(--brass-deep);
  margin-bottom: 12px;
}

.why-melb-heading h2 {
  font-size: clamp(2.2rem, 4vw, 3.3rem);
  line-height: 1.05;
  font-weight: 500;
  margin-bottom: 18px;
}

.why-melb-heading h2 span {
  color: var(--brass-deep);
}

.why-melb-heading p {
  max-width: 620px;
  color: var(--text-muted-dark);
  font-size: 1.02rem;
  line-height: 1.65;
  margin: 0;
}


/* ---------- FEATURE GRID ---------- */

.why-feature-grid {
  margin-bottom: 75px;
}

.why-card {
  height: 100%;
  min-height: 285px;

  background: var(--paper-2);

  border: 1px solid #e1dac8;
  border-radius: 5px;

  padding: 25px 26px 28px;

  position: relative;

  transition:
    transform .2s ease,
    box-shadow .2s ease,
    border-color .2s ease;
}

.why-card:hover {
  transform: translateY(-5px);

  border-color: var(--brass);

  box-shadow:
    0 18px 40px rgba(20,22,31,.10);
}


/* number */

.why-number {
  position: absolute;
  top: 20px;
  right: 22px;

  font-family: 'IBM Plex Mono', monospace;

  font-size: .72rem;
  color: #aaa494;
}


/* icon */

.why-icon {
  width: 48px;
  height: 48px;

  display: flex;
  align-items: center;
  justify-content: center;

  border: 1.5px solid var(--brass);

  color: var(--brass-deep);

  border-radius: 50%;

  font-family: 'IBM Plex Mono', monospace;

  font-size: .85rem;
  font-weight: 700;

  margin-bottom: 22px;
}

.why-card h3 {
  font-family: 'Fraunces', serif;

  font-size: 1.35rem;
  font-weight: 500;

  margin-bottom: 10px;
}

.why-card p {
  color: var(--text-muted-dark);

  font-size: .9rem;
  line-height: 1.6;

  margin: 0;

  max-width: 40ch;
}


/* =========================================================
   COVERAGE
========================================================= */

.coverage-block {
  background: var(--ink);

  border-radius: 6px;

  padding: 42px 40px;

  margin-bottom: 60px;
}

.coverage-intro {
  padding-right: 30px;
}

.coverage-intro .why-melb-kicker {
  color: var(--brass-light);
}

.coverage-intro h3 {
  color: #fff;

  font-size: 1.9rem;
  line-height: 1.15;

  font-weight: 500;

  margin-bottom: 14px;
}

.coverage-intro p {
  color: var(--text-muted-light);

  font-size: .9rem;
  line-height: 1.6;

  margin: 0;
}


/* TAGS */

.coverage-tags {
  padding-left: 20px;
}

.coverage-tags .suburb-tag {
  color: #e9e6dc;

  border-color: var(--ink-line);

  margin: 0 7px 9px 0;

  transition:
    border-color .15s ease,
    color .15s ease;
}

.coverage-tags .suburb-tag:hover {
  border-color: var(--brass);
  color: var(--brass-light);
}


/* =========================================================
   BOTTOM CTA
========================================================= */

.why-bottom {
  background: var(--brass);

  border-radius: 5px;

  padding: 34px 38px;

  display: flex;

  align-items: center;
  justify-content: space-between;

  gap: 30px;
}

.why-bottom-label {
  display: block;

  font-family: 'IBM Plex Mono', monospace;

  font-size: .68rem;
  font-weight: 700;

  letter-spacing: .08em;

  color: #49330d;

  margin-bottom: 5px;
}

.why-bottom h3 {
  color: #181305;

  font-family: 'Fraunces', serif;

  font-size: 1.65rem;

  font-weight: 500;

  margin-bottom: 5px;
}

.why-bottom p {
  color: #49330d;

  font-size: .9rem;

  margin: 0;

  max-width: 580px;
}

.why-bottom-action {
  display: flex;

  gap: 10px;

  flex-shrink: 0;
}

.why-bottom-action .btn-brass {
  background: var(--ink);
  border-color: var(--ink);
  color: #fff;
}

.why-bottom-action .btn-brass:hover {
  background: var(--ink-soft);
  border-color: var(--ink-soft);
}

.why-bottom-action .btn-outline-cream {
  border-color: var(--ink);
  color: var(--ink);
}

.why-bottom-action .btn-outline-cream:hover {
  background: var(--ink);
  color: #fff;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 991px) {

  .why-melb-section {
    padding: 70px 0;
  }

  .coverage-intro {
    padding-right: 0;
    margin-bottom: 30px;
  }

  .coverage-tags {
    padding-left: 0;
  }

  .why-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

}


@media (max-width: 575px) {

  .why-melb-section {
    padding: 55px 0;
  }

  .why-melb-heading {
    margin-bottom: 35px;
  }

  .why-melb-heading h2 {
    font-size: 2.2rem;
  }

  .why-card {
    min-height: 0;
    padding: 22px;
  }

  .coverage-block {
    padding: 28px 22px;
    border-radius: 4px;
  }

  .coverage-intro h3 {
    font-size: 1.55rem;
  }

  .why-bottom {
    padding: 28px 22px;
  }

  .why-bottom h3 {
    font-size: 1.4rem;
  }

  .why-bottom-action {
    width: 100%;
    flex-direction: column;
  }

  .why-bottom-action .btn {
    width: 100%;
    text-align: center;
  }

}

/* footre */
/* =========================================================
   PREMIUM FOOTER
========================================================= */

.site-footer {
  background: var(--ink);
  color: #fff;
  padding: 72px 0 25px;
}


/* =========================================================
   MAIN FOOTER
========================================================= */

.footer-main {
  display: grid;

  grid-template-columns:
    2fr
    1fr
    1.15fr
    1.35fr;

  gap: 55px;

  padding-bottom: 55px;
}


/* =========================================================
   BRAND
========================================================= */

.footer-brand .brand {
  margin-bottom: 18px;
}

.footer-brand > p {
  color: var(--text-muted-light);

  font-size: .9rem;
  line-height: 1.65;

  max-width: 34ch;

  margin: 0 0 20px;
}


.footer-status {
  display: flex;
  align-items: center;

  gap: 9px;

  font-family: 'IBM Plex Mono', monospace;

  font-size: .7rem;

  color: var(--brass-light);

  letter-spacing: .02em;
}


.footer-status-dot {
  width: 7px;
  height: 7px;

  border-radius: 50%;

  background: var(--vacant);

  box-shadow:
    0 0 0 4px rgba(232,162,60,.08);
}


/* =========================================================
   FOOTER COLUMNS
========================================================= */

.footer-column {
  display: flex;
  flex-direction: column;

  gap: 10px;
}


.footer-column h4 {
  color: #fff;

  font-family: 'Karla', sans-serif;

  font-size: .8rem;

  font-weight: 700;

  text-transform: uppercase;

  letter-spacing: .07em;

  margin: 0 0 10px;
}


.footer-column > a {
  color: var(--text-muted-light);

  font-size: .88rem;

  transition:
    color .15s ease,
    padding-left .15s ease;
}


.footer-column > a:hover {
  color: var(--brass-light);

  padding-left: 3px;
}


/* =========================================================
   CONTACT
========================================================= */

.footer-contact {
  gap: 15px;
}


.footer-contact-item {
  display: flex;

  align-items: flex-start;

  gap: 12px;

  color: var(--text-muted-light);

  font-size: .88rem;
}


a.footer-contact-item:hover {
  color: #fff;
}


.footer-contact-icon {
  width: 30px;
  height: 30px;

  flex-shrink: 0;

  display: flex;

  align-items: center;
  justify-content: center;

  border: 1px solid var(--ink-line);

  color: var(--brass-light);

  font-family: 'IBM Plex Mono', monospace;

  font-size: .75rem;
}


.footer-contact-item small {
  display: block;

  color: #777b8d;

  font-family: 'IBM Plex Mono', monospace;

  font-size: .62rem;

  text-transform: uppercase;

  letter-spacing: .04em;

  margin-bottom: 2px;
}


/* =========================================================
   BOOKING CTA
========================================================= */

.footer-booking {
  background: var(--ink-soft);

  border: 1px solid var(--ink-line);

  border-radius: 5px;

  padding: 28px 30px;

  display: flex;

  align-items: center;

  justify-content: space-between;

  gap: 30px;

  margin-bottom: 35px;
}


.footer-booking-label {
  display: block;

  color: var(--brass-light);

  font-family: 'IBM Plex Mono', monospace;

  font-size: .66rem;

  font-weight: 700;

  letter-spacing: .08em;

  margin-bottom: 5px;
}


.footer-booking h3 {
  color: #fff;

  font-family: 'Fraunces', serif;

  font-size: 1.45rem;

  font-weight: 500;

  margin: 0 0 4px;
}


.footer-booking p {
  color: var(--text-muted-light);

  font-size: .84rem;

  margin: 0;
}


.footer-booking-actions {
  display: flex;

  gap: 10px;

  flex-shrink: 0;
}


.footer-booking-actions .btn {
  white-space: nowrap;
}


/* =========================================================
   BOTTOM BAR
========================================================= */

.site-footer .foot-bottom {
  border-top: 1px solid var(--ink-line);

  margin-top: 0;

  padding-top: 22px;

  display: flex;

  align-items: center;

  justify-content: space-between;

  gap: 20px;
}


.footer-bottom-left p {
  color: #777b8d;

  font-size: .75rem;

  margin: 0;
}


.footer-bottom-links {
  display: flex;

  gap: 22px;
}


.footer-bottom-links a {
  color: #777b8d;

  font-size: .75rem;

  transition: color .15s ease;
}


.footer-bottom-links a:hover {
  color: #fff;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

  .site-footer {
    padding-top: 60px;
  }

  .footer-main {
    grid-template-columns: 1.5fr 1fr 1fr;

    gap: 40px;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

  .site-footer {
    padding: 50px 0 20px;
  }


  .footer-main {
    grid-template-columns: 1fr 1fr;

    gap: 38px 25px;

    padding-bottom: 40px;
  }


  .footer-brand {
    grid-column: 1 / -1;
  }


  .footer-brand > p {
    max-width: 42ch;
  }


  .footer-booking {
    flex-direction: column;

    align-items: flex-start;

    padding: 25px 22px;
  }


  .footer-booking-actions {
    width: 100%;
  }


  .footer-booking-actions .btn {
    flex: 1;

    text-align: center;
  }


  .site-footer .foot-bottom {
    flex-direction: column;

    align-items: flex-start;

    gap: 14px;
  }

}


/* =========================================================
   SMALL PHONE
========================================================= */

@media (max-width: 480px) {

  .footer-main {
    grid-template-columns: 1fr;

    gap: 32px;
  }


  .footer-brand {
    grid-column: auto;
  }


  .footer-bottom-links {
    flex-wrap: wrap;

    gap: 10px 18px;
  }


  .footer-booking-actions {
    flex-direction: column;
  }


  .footer-booking-actions .btn {
    width: 100%;
  }

}



/* animetin */





/* =========================================================
   FLOATING BOX
========================================================= */

#tmFloatingOfferBox {

    position: fixed !important;

    right: 24px !important;
    bottom: 24px !important;

    z-index: 999999 !important;

    width: 470px !important;
    min-height: 100px !important;

    padding: 16px 14px 16px 22px !important;

    display: flex !important;
    align-items: center !important;

    gap: 20px !important;

    box-sizing: border-box !important;

    background: #11131b !important;

    border: 1px solid rgba(255,255,255,.15) !important;

    border-radius: 7px !important;

    box-shadow:
        0 18px 45px rgba(0,0,0,.35) !important;

    font-family: Karla, Arial, sans-serif !important;

    animation:
        tmFloatingShow .7s ease both;

}


/* GOLD TOP LINE */

#tmFloatingOfferBox::before {

    content: "";

    position: absolute;

    top: 0;
    left: 0;

    width: 100%;
    height: 2px;

    background: #c28b2c;

}


/* =========================================================
   CONTENT
========================================================= */

#tmFloatingOfferContent {

    flex: 1;

    min-width: 0;

}


#tmFloatingLabel {

    color: #dca53d !important;

    font-family:
        "IBM Plex Mono",
        monospace !important;

    font-size: 9px !important;

    font-weight: 600 !important;

    letter-spacing: .15em !important;

    margin-bottom: 6px !important;

}


/* =========================================================
   SLIDER
========================================================= */

#tmFloatingSlider {

    position: relative;

    height: 48px;

    overflow: hidden;

}


.tmFloatingText {

    position: absolute;

    left: 0;
    top: 0;

    width: 100%;

    color: #fff !important;

    font-size: 16px !important;

    font-weight: 600 !important;

    line-height: 22px !important;

    opacity: 0;

    transform: translateY(20px);

    transition:
        opacity .55s ease,
        transform .55s ease;

}


.tmFloatingText.tmFloatingActive {

    opacity: 1;

    transform: translateY(0);

}


/* DESCRIPTION */

.tmFloatingText::after {

    content: attr(data-description);

    display: block;

    margin-top: 2px;

    color: rgba(255,255,255,.55);

    font-size: 11px;

    font-weight: 400;

    line-height: 16px;

}


/* =========================================================
   BOOK BUTTON
========================================================= */

#tmFloatingBook {

    flex: 0 0 auto;

    width: 125px;

    height: 52px;

    border: 0;

    border-radius: 4px;

    background: #c28b2c;

    color: #111;

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 7px;

    font-family: Karla, Arial, sans-serif;

    font-size: 13px;

    font-weight: 700;

    cursor: pointer;

    transition: .25s ease;

}


#tmFloatingBook:hover {

    background: #dda846;

    transform: translateY(-3px);

    box-shadow:
        0 8px 22px rgba(194,139,44,.3);

}


.tmFloatingTaxiIcon {

    font-size: 17px;

}


/* =========================================================
   CLOSE
========================================================= */

#tmFloatingClose {

    position: absolute;

    top: -9px;
    right: -9px;

    width: 25px;
    height: 25px;

    padding: 0;

    border: 1px solid rgba(255,255,255,.2);

    border-radius: 50%;

    background: #191c25;

    color: #fff;

    display: flex;

    align-items: center;
    justify-content: center;

    font-size: 18px;

    line-height: 1;

    cursor: pointer;

    transition: .25s ease;

}


#tmFloatingClose:hover {

    background: #c28b2c;

    color: #111;

    transform: rotate(90deg);

}


/* =========================================================
   ANIMATION
========================================================= */

@keyframes tmFloatingShow {

    from {

        opacity: 0;

        transform:
            translateX(40px)
            translateY(15px);

    }

    to {

        opacity: 1;

        transform:
            translateX(0)
            translateY(0);

    }

}


#tmFloatingOfferBox.tmFloatingClosing {

    animation:
        tmFloatingClose
        .4s
        ease
        forwards;

}


@keyframes tmFloatingClose {

    from {

        opacity: 1;

        transform: scale(1);

    }

    to {

        opacity: 0;

        transform:
            translateX(40px)
            scale(.9);

    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

#tmFloatingOfferBox {
    left: 12px !important;
    right: 12px !important;
    bottom: 12px !important;
    width: auto !important;
    min-height: 82px !important;
    padding: 12px
            9px
            12px
            15px !important;
    gap: 10px !important;
    z-index: auto !important;
}


    #tmFloatingLabel {

        font-size: 8px !important;

    }


    #tmFloatingSlider {

        height: 43px;

    }


    .tmFloatingText {

        font-size: 13px !important;

        line-height: 19px !important;

    }


    .tmFloatingText::after {

        font-size: 10px;

        line-height: 14px;

    }


    #tmFloatingBook {

        width: 105px;

        height: 45px;

        font-size: 11px;

    }


    #tmFloatingClose {

        width: 23px;

        height: 23px;

        top: -8px;

        right: -6px;

    }

}



.tm-menu-toggle {
  width: 44px;
  height: 44px;
  padding: 0;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 6px;
  background: transparent;
  box-shadow: none;
}

.tm-menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  background: currentColor;
  border-radius: 2px;
}

.tm-menu-toggle:focus {
  box-shadow: none;
  outline: none;
}

.tm-menu-toggle:hover {
  opacity: .85;
}