﻿@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
body{  font-family: "Montserrat", sans-serif!important;}
 :root{
  --tps-green:#004c2e;
    --tps-green-deep:#00301d;
    --tps-green-mid:#0a6b42;
    --tps-line:#1c4633;
    --tps-mist:#a3c2b3;
    --tps-paper:#f3f3ee;
    --tps-white:#ffffff;
    --tps-ink-soft:#405148;
    --tps-amber:#d88501;
    --tps-amber-deep:#a86800;
    --tps-amber-dim:rgba(216,133,1,.16);
    --tps-font-display:'Oswald', sans-serif;
    --tps-font-body:'Work Sans', sans-serif;
    --tps-font-mono:'IBM Plex Mono', monospace;
    --tps-radius:14px;
    --tps-slant:-7deg;

    /* map onto Bootstrap's own variables so its components inherit the brand */
    --bs-body-font-family:var(--tps-font-body);
    --bs-primary:#d88501;
    --bs-primary-rgb:216,133,1;
    --bs-link-color:var(--tps-green);
    --bs-link-hover-color:var(--tps-amber-deep);
    --bs-border-radius:9px;
    --bs-border-radius-lg:var(--tps-radius); --tps-green:#0f2e21;
    --tps-green-dark:#0a2018;
    --tps-amber:#e5a020;
    --tps-cream:#eef2ee;
  }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; color:var(--ink);font-family:var(--tps-font-body);
    color:var(--tps-green-deep);
    background:var(--tps-paper);
    -webkit-font-smoothing:antialiased; background:#fff; }
.container { max-width:1160px; }
.main-nav {background:#fff; transition:.25s;padding:8px 10px;border-bottom: 3px solid var(--tps-amber) }
.cookie-topbar{background:#efefef;padding:8px 10px;}
.cookie-btn{background:var(--tps-amber);border-radius:30px;padding:6px 15px;color:var(--tps-green-deep);font-size:14px;font-weight:500;border:0; }
.cookie-actions{display:flex;gap:10px;}
.reject{background:#f00!important;color:#fff;}
.cookie_main{display:flex;    justify-content: center;
    padding: 0 8px;
    align-items: center;
    gap: 14px; padding:0 8px;align-items:center;}
.cookie_main p{margin:0;padding:0;font-size:15px;color:#000;font-weight:300;}
.main-nav.scrolled { box-shadow:0 6px 25px rgba(12,23,78,.2); }
.navbar-brand { font-weight:800; font-size:25px; letter-spacing:-.7px; color:#fff; }
.navbar-brand span { color:#ffede5; }
.nav-link { color:#004c2e!important; font-size:14px; font-weight:600; }
.nav-link:hover { color:#a86800!important; }
.phone-link { color:#004c2e !important; text-decoration:none; font-weight:700; font-size:19px; white-space:nowrap; }
.phone-link i { margin-right:8px; font-size:15px; }
.avatar { margin-left:10px; width:38px; height:38px; border:3px solid #004c2e !important; border-radius:50%; display:grid; place-items:center; background:#ff8050; color:#fff; font-size:11px; font-weight:800; }
.avatar img{width:100%;border-radius:100%;}
.hero-section { min-height:555px; padding-top:76px; display:flex; align-items:center; position:relative; background:url("/images/home_banner.webp") center 58%/cover no-repeat; color:#fff; overflow:hidden; }
.hero-overlay { position:absolute; inset:0; background:linear-gradient(89deg, rgb(0, 85, 75) 0.86%, rgba(0, 85, 75, 0) 58.8%); }
.hero-content { position:relative; z-index:1; }
.hero-copy h1 { font-size:39px; font-weight:800; margin-bottom:12px; letter-spacing:-1.2px; }
.hero-copy p { max-width:470px; color:rgba(255,255,255,.87); font-size:19px; line-height:1.45; }
.booking-form { background:#fff; color:#202027; border-radius:3px; box-shadow:0 15px 45px rgba(0,0,0,.25); overflow:hidden; }
.booking-grid { display:grid; grid-template-columns:repeat(6,1fr); }
.booking-grid label { position:relative; min-height:50px; padding:5px 13px 10px; margin:0; border-right:1px solid var(--tps-line); border-bottom:1px solid var(--tps-line);; transition:box-shadow .2s,background-color .2s;background:var(--tps-green); }
.booking-grid label { grid-column:span 2; }
.booking-grid label:nth-child(3),.booking-grid label:nth-child(6),.booking-grid label:nth-child(8) { border-right:0; }
.booking-grid small { display:block; color:var(--tps-amber); font-size:10px; font-weight:600; letter-spacing:.5px; }
.booking-grid span { display:flex; align-items:center; gap:7px; }
.booking-grid i { color:#8a8a8a; font-size:12px; }
.booking-grid input,.booking-grid select { border:0; outline:0; width:100%; font:500 13px "Montserrat",sans-serif; color:#fff; background:transparent; padding:3px 0; }
.booking-grid select { cursor:pointer; appearance:auto; }.booking-grid input::placeholder{color:var(--tps-mist);}
.booking-grid input[readonly] { cursor:pointer; }
.booking-grid label.field-error { z-index:2; background:#fff8f8; box-shadow:inset 0 0 0 2px #e62f38; }
.booking-grid label.field-error small:first-child { color:#d8202a; }
.booking-grid .error-text { position:absolute; left:13px; bottom:2px; color:#d8202a!important; font-size:8px!important; font-weight:600; line-height:1; letter-spacing:0; }
.booking-grid label.field-error input,.booking-grid label.field-error select { color:#b91f28; }
.booking-grid .half { grid-column:span 3; }
.find-btn { grid-column:span 3; border:0; color: #fff;
  font-family: var(--tps-font-display);border-radius: 0 0 3px 0;background:#E5A01F; font-size:17px; font-weight:800; letter-spacing:.5px; }
.find-btn:hover { filter:brightness(1.08); }

.stats-wrap { height:0; position:relative; z-index:3; }
.stats-row { transform:translateY(-34px); display:grid; grid-template-columns:repeat(4,1fr); max-width:760px; margin:auto; }
.stat { background:#fff; border-radius:34px; text-align:center; min-height:68px; display:flex; flex-direction:column; justify-content:center;box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25); margin:0 3px; }
.stat strong { font-size:22px; font-weight:400; line-height:1;font-family: "Open Sans"; }
.stat small { margin-top:5px; color:#777; font-size:8px;font-family: "Open Sans"; }

.expert-section { padding-top:100px!important; }
.expert-box {border-radius:15px;border: 1px solid #00554b;background: linear-gradient(90deg, rgba(86, 65, 205, 0.00) 0%, rgba(33, 59, 180, 0.00) 100%);padding:22px 34px; max-width:900px; margin:auto; display:flex; align-items:center; gap:30px; }
.expert-box h2 {font-weight:700;margin:0 0 5px;color: #0B0B0B;text-transform: capitalize;font-family: "Open Sans";font-size: 33px; }
.expert-box p {font-size:12px; font-weight:700; margin:0;}
.call-now { margin-left:auto; display:flex; flex-direction:column;}
.call-now small { font-size:11px; font-weight:600; }
.call-now a { border-radius: 6.487px;
background: linear-gradient(90deg, #FF8B06 0%, #FF0900 100%); color:#fff; text-decoration:none; font-size:13px; font-weight:700; padding:8px 18px; }
.qr-code { width:75px; height:75px; }
.qr-code img{width:100%}
.scan-text { font-size:9px; white-space:nowrap; }

.collection-section { padding-bottom:80px!important; }
.collection-shell { padding:70px 62px; border-radius:25px; /*background:linear-gradient(rgba(4,33,64,.2),rgba(0,22,51,.68)),url("/images/cars_bg.webp") center/cover;*/background: url("/images/cars_bg.webp") lightgray 50% / cover no-repeat; }
.collection-poster {position:relative;overflow:hidden; height:100%; min-height:500px;margin-left:-5rem; border-radius:16px; display:flex; align-items:flex-end; padding:28px; color:#fff; background: url("/images/left_side.webp") lightgray 50% / cover no-repeat; }
.collection-poster:after{content:'';position:absolute;width:100%;height: 240px;bottom:0;
background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);left:0;}
.collection-poster h2 { margin:0;font-family: "Open Sans";font-size: 45.476px;position:relative;z-index:1;font-weight:700; }
.collection-poster h3 { margin:0; font-family: "Open Sans";font-size: 30.169px; font-weight:700;position:relative;z-index:1; }
.car-card { position:relative; background:#fff; border-radius:13px; height:240px; text-align:center; padding:28px 18px 12px; box-shadow:0 5px 15px rgba(0,0,0,.08); }
.car-card h3 {font-size:20px; font-weight:400; margin:0 0 16px;color:#000; }
.car-card img { width:100%; height:130px; object-fit:cover; border-radius:8px; }
.car-card a {display:flex;justify-content:center;align-items:center; width:48px; height:48px; position:absolute; bottom:-18px; left:50%; transform:translateX(-50%); border:0; border-radius:50%;border-radius: 100px;outline: 0.5px solid #FFF;background:linear-gradient(90deg, rgb(0, 255, 225) 0%, rgb(5, 117, 104) 100%) }
.car-grid > div:first-child .car-card a { background: linear-gradient(90deg, rgb(0, 255, 225) 0%, rgb(5, 117, 104) 100%);}
.car-card a svg{width: 24px;height: 24px;aspect-ratio: 1/1;}
.coverage-section { padding:75px 0!important; }
.flag-card { min-height:270px; border-radius:18px; background: url(/images/us.webp) lightgray 50% / cover no-repeat;; }
.coverage-copy h2 {color: #3C3C3C;font-family: "Open Sans";font-size: 40px;font-weight:400;line-height: 36px;text-transform: capitalize; }
.coverage-copy p {color: #3C3C3C;font-family: "Open Sans";font-size: 16px;font-style: normal;font-weight: 600;margin:20px 0;}
.coverage-copy a { display:inline-block; color: #FFF;font-family: "Open Sans";font-size: 16px;font-weight: 600; background:rgb(0, 85, 75);; text-decoration:none; padding:8px 16px; }
.coverage-copy a span { padding-left:8px; }
.coverage-image { width:100%; height:270px; object-fit:cover; border-radius:18px; }

.faq-section { padding-bottom:110px!important; }
.faq-title h2 { font-size:34px; font-weight:700; margin-bottom:5px; }
.faq-title p { color:#777; font-size:12px; }
.accordion-item { border:1px solid #ececf2!important; border-radius:0!important; }
.accordion-button { min-height:46px; font:500 12px "Montserrat",sans-serif; padding:12px 15px; box-shadow:none!important; background:#fff!important; }
.accordion-button:not(.collapsed) { color:#2e43c6; }
.accordion-body { color:#666; font-size:13px; line-height:1.7; }
.expert-section{margin-top:2rem;}
.footer { color:#fff;background: linear-gradient(90deg, #052f2a 0%, #093833 100%);}
.footer-main {     padding-top: 40px;
    padding-bottom: 30px; }
.footer h4 { font-size:12px; font-weight:700; margin-bottom:20px; }
.footer a { color:rgba(255,255,255,.72); display:block; text-decoration:none; font-size:11px; margin:7px 0; }
.footer a::before { content:"› "; }
.footer p { color:rgba(255,255,255,.72); font-size:11px; line-height:1.8; }
.footer-bottom { display:flex; justify-content:space-between; align-items:center; margin-top:10px; }
.footer-bottom .navbar-brand { font-size:22px; color:#fff; }
.footer-bottom .navbar-brand::before { content:none; }
.payments { display:flex; gap:5px; }
.payments span { display:grid; place-items:center; height:20px; min-width:36px; padding:0 4px; background:#fff; color:#2448bc; border-radius:2px; font-size:8px; font-weight:800; }
.copyright { background:#fff; color:#555; font-size:14px; padding:12px;  text-align:center;}

@media (max-width:991.98px) {
  .main-nav .navbar-collapse { padding:18px 0; }.booking-form{margin-top:1rem;}
  .avatar { display:none; }.hero-copy h1{font-size:26px;letter-spacing:unset;margin-bottom:6px;}  .find-btn {
    font-size: 18px;
    font-weight: 600;
  }
  .phone-link { display:inline-block; margin-top:10px; }.hero-copy p { font-size:15px; }
  .hero-section { min-height:unset;padding:100px 0 89px; }
  .hero-copy { text-align:center; }
  .hero-copy p { margin-inline:auto; }
  .collection-poster { min-height:300px;margin:unset; }.collection-poster h2{font-size:30px;}.collection-poster h3{font-size:18px;}
  .expert-box { flex-wrap:wrap; }
  .call-now { margin-left:0; }
  body.cookie-visible .hero-section{
    padding-top:160px;
   }
}
@media (max-width:767.98px) {  .hero-section {padding:100px 0 52px;}
.footer{margin-bottom:4rem;}
    .cookie-btn{font-size:11px;padding:4px 14px;}.cookie_main p{font-size:13px;}
  .hero-copy h1 { font-size:31px; }
  
  .booking-grid { grid-template-columns:1fr 1fr; }
  .booking-grid label,.booking-grid .half,.booking-grid .find-btn { grid-column:span 1; }
  .booking-grid label { border-right:1px solid var(--tps-line)!important; }
  .booking-grid label:nth-child(even) { border-right:0!important; }
  .find-btn { min-height:65px; }
  .stats-row { grid-template-columns:repeat(2,1fr); gap:7px; transform:translateY(26px); }.expert-section{margin-top:9rem;}
  .stat { min-height:58px;box-shadow:unset;background:#f7f7f7; }
  .expert-section { padding-top:80px!important; }
  .expert-box { padding:20px; gap:16px; }
  .expert-box h2 { font-size:20px; }
  .collection-shell { padding:35px 20px 50px; border-radius:18px; }
  .car-card { height:190px; padding:20px 8px 10px; }
  .car-card h3 { font-size:12px; }
  .car-card img { height:95px; }
  .car-card a { width:38px; height:38px; bottom:-16px; }
  .coverage-copy { text-align:center; }
  .faq-title h2 { font-size:27px; }
  .footer-bottom { margin-top:20px; flex-direction:column; align-items:flex-start; gap:22px; }
}
@media (max-width:480px) {.cookie-actions{gap:4px;}.cookie_main{padding:0;}.cookie_main p{font-size:10px;}  .cookie-btn {font-size: 9px;padding: 3px 8px;}
  /*.booking-grid { grid-template-columns:1fr; }*/
  .booking-grid label,.booking-grid .half,.booking-grid .find-btn { grid-column:span 1; } .expert-section.py-5{padding-bottom:1rem!important;}.flag-card{min-height:150px;background:url(/images/us.webp)no-repeat cover/center}.coverage-copy h2{font-size:22px;font-weight:600;line-height:22px;}.coverage-copy h2 br{display:none!important;}.coverage-copy p{font-size:14px;font-weight:400;margin: 10px 0 20px;}.coverage-image{display:none;}.faq-section.py-5{padding-top:1rem!important;}.coverage-section.py-5{padding-bottom:0.5rem!important}.faq-title h2{font-size:20px;}.accordion-body{font-size:13px;}
 
  .booking-grid .find-btn { min-height:64px; }
  /*.hero-section { min-height:900px; }*/
  .expert-box .qr-code,.expert-box .scan-text { display:none; }.expert-box{justify-content:center;text-align:center;}.call-now small{font-size:14px;margin-bottom:4px;display:inline-block;}.call-now a{font-size:17px;}
.collection-poster h2{font-size:24px;}.collection-poster h3{font-size:15px;}
}

.navbar-brand img{    width: 160px;   }

.footer-bottom .navbar-brand img{ filter: brightness(0) invert(1);}
.disclaimer-header {
 background: linear-gradient(135deg, #00554b 0%, #00554b 100%);
    padding: 50px 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
    margin-top: 4rem;
}

.cookie-visible .disclaimer-header{margin-top:7rem;}

.cookie-visible .offer-card{    margin-top: 6rem;}

.disclaimer-header::before {
    content: "";
    position: absolute;
    left: -80px;
    top: -80px;
    width: 220px;
    height: 220px;
    background: rgba(255,255,255,0.08);
    border-radius: 50%;
}

.disclaimer-header::after {
    content: "";
    position: absolute;
    right: -100px;
    bottom: -100px;
    width: 280px;
    height: 280px;
    background: rgba(255,255,255,0.05);
    border-radius: 50%;
}

.disclaimer-header h1 {
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    margin: 0;
    position: relative;
    z-index: 2;
    line-height: 1.2;
}

/* ==========================
   Page Content
========================== */

.pages {
    width: 100%;
    padding: 70px 20px;
    background: #f8f9fb;
}

.pages_main {
    max-width: 1200px;
    margin: 0 auto;
    background: #fff;
    padding: 50px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

/* Headings */

.pages_main h2 {
    font-size: 30px;
    color: #1b1b1b;
    margin: 35px 0 18px;
    font-weight: 700;
    line-height: 1.3;
}

.pages_main h3 {
    font-size: 24px;
    color: #1b1b1b;
    margin: 28px 0 15px;
    font-weight: 600;
    line-height: 1.4;
}

.pages_main h4 {
    font-size: 20px;
    color: #1b1b1b;
    margin: 22px 0 12px;
    font-weight: 600;
}

/* Paragraph */

.pages_main p {
    font-size: 16px;
    line-height: 1.9;
    color: #555;
    margin-bottom: 18px;
}

/* Lists */

.pages_main ul,
.pages_main ol {
    padding-left: 25px;
    margin-bottom: 25px;
}

.pages_main li {
    font-size: 16px;
    line-height: 1.9;
    color: #555;
    margin-bottom: 10px;
}

/* Links */

.pages_main a {
    color: #0066cc;
    text-decoration: none;
    transition: .3s;
}

.pages_main a:hover {
    color: #ef2853;
    text-decoration: underline;
}

/* Bold */

.pages_main strong,
.pages_main b {
    color: #222;
    font-weight: 700;
}

/* Tables */

.pages_main table {
    width: 100%;
    border-collapse: collapse;
    margin: 30px 0;
}

.pages_main table th,
.pages_main table td {
    border: 1px solid #ddd;
    padding: 14px;
    text-align: left;
    font-size: 15px;
}

.pages_main table th {
    background: #0066cc;
    color: #fff;
}

/* Images */

.pages_main img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin: 20px 0;
}

/* Blockquote */

.pages_main blockquote {
    border-left: 4px solid #0066cc;
    background: #f5f8fc;
    padding: 20px;
    margin: 25px 0;
    color: #444;
    font-style: italic;
}

/* HR */

.pages_main hr {
    border: 0;
    border-top: 1px solid #e5e5e5;
    margin: 35px 0;
}

/* ==========================
   Responsive
========================== */

@media (max-width:991px) {

    .disclaimer-header {
        padding: 55px 20px;
    }

    .disclaimer-header h1 {
        font-size: 34px;
    }

    .pages {
        padding: 50px 15px;
    }

    .pages_main {
        padding: 35px;
    }

    .pages_main h2 {
        font-size: 26px;
    }

    .pages_main h3 {
        font-size: 22px;
    }
}

@media (max-width:767px) {

    .disclaimer-header {
        padding: 45px 15px;
    }

    .disclaimer-header h1 {
        font-size: 28px;
    }

    .pages {
        padding: 35px 12px;
    }

    .pages_main {
        padding: 25px 20px;
        border-radius: 12px;
    }

    .pages_main h2 {
        font-size: 24px;
    }

    .pages_main h3 {
        font-size: 20px;
    }

    .pages_main h4 {
        font-size: 18px;
    }

    .pages_main p,
    .pages_main li {
        font-size: 15px;
        line-height: 1.8;
    }

    .pages_main table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
}

@media (max-width:480px) {

    .disclaimer-header h1 {
        font-size: 24px;
    }

    .pages_main {
        padding: 20px 15px;
    }

    .pages_main h2 {
        font-size: 22px;
    }

    .pages_main h3 {
        font-size: 18px;
    }

    .pages_main p,
    .pages_main li {
        font-size: 14px;
    }
}

/*==============================
        CONTACT SECTION
==============================*/

.contact-section {
    max-width: 1200px;
    margin: 70px auto;
    padding: 0 20px;
}

.contact-section .row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

/*==============================
        LEFT SIDE
==============================*/

.contact-info {
 background: linear-gradient(135deg, #00554b 0%, #00554b 100%);
    padding: 50px 20px;
    position: relative;
}

.contact-info h4 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #fff;
}

.contact-info h5 {
    font-size: 18px;
    font-weight: 600;
    margin: 30px 0 10px;
    color: #fff;
}

.contact-info p {
    font-size: 16px;
    line-height: 1.8;
    color: rgba(255,255,255,.92);
    margin-bottom: 0;
}

/*==============================
        RIGHT SIDE
==============================*/

.contact-form {
    background: #fff;
    padding: 45px;
    border-radius: 18px;
    box-shadow: 0 10px 35px rgba(0,0,0,.08);
}

.contact-section h4 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #222;
}

/*==============================
        FORM
==============================*/

.contact-form label {
    display: block;
    margin-bottom: 8px;
    font-size: 15px;
    font-weight: 600;
    color: #333;
}

.contact-form .form-control {
    width: 100%;
    height: 52px;
    padding: 0 16px;
    border: 1px solid #dcdcdc;
    border-radius: 10px;
    outline: none;
    font-size: 15px;
    transition: .3s;
    box-sizing: border-box;
    background: #fff;
}

.contact-form textarea.form-control {
    height: 150px;
    padding: 15px;
    resize: vertical;
}

.contact-form .form-control:focus {
    border-color: #0066cc;
    box-shadow: 0 0 0 3px rgba(0,102,204,.12);
}

/*==============================
        BUTTON
==============================*/

.contact-form .btn {
    display: inline-block;
    background: #0066cc;
    color: #fff;
    border: none;
    padding: 15px 35px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: .3s;
}

.contact-form .btn:hover {
    background: #ef2853;
    transform: translateY(-2px);
}

/*==============================
        GOOGLE MAP
==============================*/

.contact-map {
    margin-top: 60px;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

.contact-map iframe {
    width: 100%;
    height: 450px;
    border: 0;
    display: block;
}

/*==============================
        RESPONSIVE
==============================*/

@media (max-width:991px) {

    .contact-section {
        margin: 50px auto;
    }

    .contact-info,
    .contact-form {
        padding: 35px;
    }

    .contact-info h4,
    .contact-section h4 {
        font-size: 28px;
    }
}

@media (max-width:767px) {

    .contact-section {
        margin: 35px auto;
        padding: 0 15px;
    }

    .contact-info {
        margin-bottom: 25px;
        border-radius: 14px;
        padding: 28px;
    }

    .contact-form {
        padding: 28px;
        border-radius: 14px;
    }

    .contact-info h4,
    .contact-section h4 {
        font-size: 24px;
    }

    .contact-info h5 {
        font-size: 17px;
    }

    .contact-info p,
    .contact-form label,
    .contact-form .form-control {
        font-size: 15px;
    }

    .contact-form .btn {
        width: 100%;
        padding: 15px;
    }

    .contact-map iframe {
        height: 320px;
    }
}

@media (max-width:480px) {

    .contact-info,
    .contact-form {
        padding: 20px;
    }

    .contact-info h4,
    .contact-section h4 {
        font-size: 22px;
    }

    .contact-info h5 {
        font-size: 16px;
    }

    .contact-map iframe {
        height: 250px;
    }
}


/*==================================
            ABOUT HEADER
===================================*/

.about-header {
  background: linear-gradient(135deg, #00554b 0%, #00554b 100%);
    padding: 50px 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
    margin-top: 4rem;
}

.cookie-visible .about-header{  margin-top: 7rem;}

.about-header::before {
    content: "";
    position: absolute;
    top: -90px;
    left: -90px;
    width: 240px;
    height: 240px;
    background: rgba(255,255,255,.08);
    border-radius: 50%;
}

.about-header::after {
    content: "";
    position: absolute;
    right: -120px;
    bottom: -120px;
    width: 300px;
    height: 300px;
    background: rgba(255,255,255,.05);
    border-radius: 50%;
}

.about-header h1 {
    font-size: 46px;
    color: #fff;
    font-weight: 700;
    margin: 0 0 12px;
    position: relative;
    z-index: 2;
}

.about-header p {
    font-size: 20px;
    color: rgba(255,255,255,.92);
    margin: 0;
    position: relative;
    z-index: 2;
}

/*==================================
            ABOUT CONTENT
===================================*/

.about-content {
    max-width: 1200px;
    margin: 70px auto;
    padding: 0 20px;
}

.about-content .container,
.about-content .about-wrapper {
    background: #fff;
    padding: 50px;
    border-radius: 18px;
    box-shadow: 0 10px 35px rgba(0,0,0,.08);
}

.about-content h2 {
    font-size: 34px;
    color: #222;
    margin-bottom: 20px;
    font-weight: 700;
}

.about-content h3 {
    font-size: 26px;
    color: #222;
    margin: 35px 0 18px;
    font-weight: 600;
}

.about-content h4 {
    font-size: 22px;
    color: #222;
    margin: 30px 0 15px;
    font-weight: 600;
}

.about-content p {
    font-size: 16px;
    line-height: 1.9;
    color: #555;
    margin-bottom: 18px;
}

.about-content ul,
.about-content ol {
    padding-left: 22px;
    margin-bottom: 25px;
}

.about-content li {
    font-size: 16px;
    line-height: 1.9;
    color: #555;
    margin-bottom: 10px;
}

.about-content strong {
    color: #222;
}

.about-content img {
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 16px;
    margin: 25px 0;
}

.about-content a {
    color: #0066cc;
    text-decoration: none;
    transition: .3s;
}

.about-content a:hover {
    color: #ef2853;
}

/*==================================
            FEATURE BOX
===================================*/

.about-box {
    background: #fff;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 6px 20px rgba(0,0,0,.06);
    margin-bottom: 30px;
    transition: .3s;
}

.about-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0,0,0,.12);
}

.about-box h3 {
    margin-top: 0;
}

/*==================================
            RESPONSIVE
===================================*/

@media (max-width:991px){

    .about-header{
        padding:60px 20px;
    }

    .about-header h1{
        font-size:38px;
    }

    .about-header p{
        font-size:18px;
    }

    .about-content{
        margin:50px auto;
    }

    .about-content .container,
    .about-content .about-wrapper{
        padding:35px;
    }

    .about-content h2{
        font-size:30px;
    }

    .about-content h3{
        font-size:24px;
    }

}

@media (max-width:767px){

    .about-header{
        padding:50px 15px;
    }

    .about-header h1{
        font-size:30px;
    }

    .about-header p{
        font-size:16px;
    }

    .about-content{
        margin:35px auto;
        padding:0 15px;
    }

    .about-content .container,
    .about-content .about-wrapper{
        padding:25px;
        border-radius:14px;
    }

    .about-content h2{
        font-size:26px;
    }

    .about-content h3{
        font-size:22px;
    }

    .about-content h4{
        font-size:19px;
    }

    .about-content p,
    .about-content li{
        font-size:15px;
        line-height:1.8;
    }

}

@media (max-width:480px){

    .about-header h1{
        font-size:26px;
    }

    .about-header p{
        font-size:15px;
    }

    .about-content .container,
    .about-content .about-wrapper{
        padding:20px;
    }

    .about-content h2{
        font-size:22px;
    }

    .about-content h3{
        font-size:20px;
    }

    .about-content h4{
        font-size:18px;
    }

    .about-content p,
    .about-content li{
        font-size:14px;
    }

}





.new_ad_bnnr_container {
    width: 100%;
    display: none;
    background: #fff;
    border-radius: 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin-top: 4rem;
    background: #f0f2ff;
    margin-bottom: 0;
    position: relative;
}



@media (max-width: 767px) {
    .car_popup_main, .new_ad_bnnr_container {
        display: block;
    }
     .new_ad_bnnr_container {
        margin-bottom: -55rem;
        z-index: 9;
    }
}
.new_ad_bnnr_banner {
    background: #1d3a8a;
    color: #fff;
    text-align: center;
    padding: 6px 0;
    font-weight: 600;
    font-size: 20px;
}

.new_ad_bnnr_title {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin: 15px 0;
    color: #222;
}

.new_ad_bnnr_image {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
}
.new_ad_bnnr_image img {
    width: 100%;
    border-radius: 5px;
}

.new_ad_bnnr_discount_btn {
    background: #fbd112;
    color: #000000;
    text-align: center;
    border-radius: 6px;
    padding: 8px;
    font-size: 18px;
    font-weight: 600;
    width: 80%;
    margin: 15px auto;
}
.new_ad_bnnr_subtitle {
    text-align: center;
    color: #000;
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 17px;
}


{
    width:100%;
    max-width:430px;
    position:relative;
    overflow:hidden;
    background:#000;
}

.offer-bg{
    position:absolute;
    inset:0;
}

.offer-bg img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.offer-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(to bottom,
    rgba(0,25,82,.45),
    rgba(0,0,0,.15),
    rgba(0,0,0,.55));
}

.offer-content{
    position:relative;
    z-index:2;
    padding:50px 25px 35px;
}

.offer-title{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:15px;
    margin-bottom:6px;
}

.offer-title span{
    width:55px;
    height:2px;
    background:#fff;
}

.offer-title h3{
    color:#fff;
    font-size:32px;
    letter-spacing:4px;
    font-weight:600;
}

.offer-subtitle{
    text-align:center;
    color:#fff;
    font-size:24px;
    letter-spacing:2px;
}

.offer-discount{
    text-align:center;
    font-size:90px;
    line-height:1;
    margin-top:15px;
    color:#fff;
    font-weight:800;
    -webkit-text-stroke:1px #fff;
    text-shadow:
    0 4px 12px rgba(0,0,0,.35);
}

.agent-box{
    margin:20px auto;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:20px;
}

.agent-image{
    position:relative;
    width:90px;
    height:90px;
}

.agent-image>img:first-child{
    width:90px;
    height:90px;
    border-radius:50%;
    border:4px solid #fff;
    object-fit:cover;
}

.whatsapp-icon{
    position:absolute;
    right:-3px;
    bottom:4px;
    width:28px!important;
    height:28px!important;
}

.agent-text small{
    display:block;
    color:#fff;
    font-size:22px;
}

.agent-text h4{
    color:#fff;
    font-size:32px;
    line-height:1.2;
    font-weight:700;
}

.car-image{
    margin-top:10px;
    text-align:center;
}

.car-image img{
    width:110%;
    max-width:500px;
}

.bottom-text{
    color:#fff;
    text-align:center;
    font-size:30px;
    margin-top:10px;
    font-weight:500;padding-top: 5rem;
}

.call-btn{
    margin:25px auto 0;
    width:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:18px;
    text-decoration:none;
    background:linear-gradient(90deg,#ffd938,#ff8c21);
    color:#fff;
    padding:22px;
    border-radius:10px;
    font-size:30px;
    font-weight:700;
    box-shadow:0 10px 30px rgba(0,0,0,.25);
}

.phone-icon{
    width:55px;
    height:55px;
    border:4px solid #fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
}

.phone-icon svg{
    width:28px;
    color:#fff;
}

.helpline{
    text-align:center;
    color:#fff;
    margin-top:20px;
    letter-spacing:8px;
    font-size:18px;
}

.benefits{
     width: 100%;
    background: #fff;
    padding: 10px 12px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0px;    margin-bottom: -5rem;
    position: relative;
    z-index: 1;
}

.benefit-left{
    flex:1;
}

.benefit{
    align-items: center;
    gap: 12px;
    font-size: 18px;
    color: #273043;
    padding: 5px 0;
    border-bottom: 1px solid #ececec;
    font-weight: 500;
}

.benefit:last-child{
    border-bottom:none;
}


.benefit-right img{
    width:70px;
    display:block;
}

/*=========================
        HOVER
==========================*/

.call-btn:hover{
    transform:translateY(-4px);
    transition:.3s;
    box-shadow:0 18px 35px rgba(0,0,0,.3);
}

.offer-card img{
    user-select:none;
    -webkit-user-drag:none;
}

.utmbanner{display:none;}
/*=========================
      RESPONSIVE
==========================*/

@media(max-width:768px){


    .utmbanner{display:block;
    margin-bottom: -19rem;
    position: relative;
    z-index: 9;
    }
    .offer-content{
        padding:35px 18px 12px;
    }

    .offer-title h3{
        font-size:22px;
        letter-spacing:2px;
    }

    .offer-title span{
        width:40px;
    }

    .offer-subtitle{
        font-size:18px;
    }

    .offer-discount{
        font-size:62px;
    }

    .agent-box{
        gap:12px;
        margin:15px 0;
    }

    .agent-image{
               width:50px;
        height: 50px;
    }

    .agent-image>img:first-child{
        width: 50px;
        height: 50px;
    }

    .whatsapp-icon{
        width:22px!important;
        height:22px!important;
    }

    .agent-text small{
        font-size:16px;
    }

    .agent-text h4{
        font-size:22px;
    }

    .car-image img{
        width:100%;
    }

    .bottom-text{
        font-size:22px;
    }

    .call-btn{
        font-size:22px;
               padding: 12px;
    }

    .phone-icon{
        width:44px;
        height:44px;
    }

    .phone-icon svg{
        width:22px;
    }

    .helpline{
        font-size:14px;
        letter-spacing:5px;
    }

   

    .benefit{
        font-size:16px;
        justify-content:center;
        border-bottom:none;
    }

    .benefit-right{ margin-top:15px; }

}

@media(max-width:480px){

    .offer-discount{
        font-size:42px;
    }

    .offer-title h3{
        font-size:20px;
    }

    .agent-text h4{
        font-size:18px;
    }

    .bottom-text{
        font-size:18px;
    }

    .call-btn{
        font-size:20px;
        gap:10px;
    }

    .phone-icon{
        width:40px;
        height:40px;
    }

    .benefit{
        font-size:15px;
    }

}


.offer-card{background:url(/images/banner_bg.webp); background-repeat:no-repeat; background-size:cover;       margin-top: 4rem; overflow: hidden;
    position: relative; background-position:bottom;}


/*==========================
    THANK YOU PAGE
===========================*/

.Thankyou_page {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
    background: linear-gradient(135deg, #f7fbff 0%, #eef7ff 100%);
}

.Thankyou_page_main {
    width: 100%;
    max-width: 770px;
    background: #fff;
    border-radius: 20px;
    padding: 45px;
    text-align: center;
    box-shadow: 0 20px 50px rgba(0,0,0,.08);
    border: 1px solid #edf1f5;
}

.Thankyou_page_main h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    font-size: 34px;
    font-weight: 800;
    color: #1b1b1b;
    margin-bottom: 20px;
    line-height: 1.3;    flex-direction: column;
}

.Thankyou_page_main h2 img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.Thankyou_page_main h2 span {
    color: #14b86d;
}

.Thankyou_page_main > p {
    font-size: 17px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 35px;
}

/*==========================
    STEPS
===========================*/

.next-steps {
    text-align: left;
    background: #f8fbff;
    border-radius: 16px;
    padding: 28px;
    border: 1px solid #e6eef7;
    margin-bottom: 35px;
}

.next-steps h3 {
    font-size: 24px;
    margin-bottom: 22px;
    color: #222;
    font-weight: 700;
}

.step {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 16px 18px;
    background: #fff;
    border-radius: 12px;
    margin-bottom: 14px;
    border: 1px solid #edf1f5;
    transition: .3s;
}

.step:last-child {
    margin-bottom: 0;
}

.step:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0,0,0,.06);
}

.step span {
    width: 46px;
    height: 46px;
    min-width: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eaf6ff;
    border-radius: 50%;
    font-size: 22px;
}

.step strong {
    color: #0d6efd;
}

/*==========================
    BUTTON
===========================*/

.back_btn {
    margin-top: 30px;
}

.back_btn a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 35px;
    background: #0d6efd;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 700;
    font-size: 16px;
    transition: .3s;
}

.back_btn a:hover {
    background: #0056d6;
    transform: translateY(-2px);
}

/*==========================
    FOOTER NOTE
===========================*/

.Thankyou_note {
    margin-top: 35px;
    padding-top: 25px;
    border-top: 1px solid #ececec;
}

.Thankyou_note p {
    margin-bottom: 10px;
    color: #666;
    font-size: 16px;
}

.Thankyou_note a {
    display: inline-block;
    color: #14b86d;
    font-size: 22px;
    font-weight: 700;
    text-decoration: none;
    transition: .3s;
}

.Thankyou_note a:hover {
    color: #0d6efd;
}

/*==========================
    RESPONSIVE
===========================*/

@media (max-width:768px) {

    .Thankyou_page {
        padding: 30px 15px;
    }

    .Thankyou_page_main {
        padding: 30px 20px;
        border-radius: 16px;
    }

    .Thankyou_page_main h2 {
        flex-direction: column;
        gap: 12px;
        font-size: 28px;
    }

    .Thankyou_page_main h2 img {
        width: 55px;
        height: 55px;
    }

    .Thankyou_page_main > p {
        font-size: 15px;
    }

    .next-steps {
        padding: 20px;
    }

    .next-steps h3 {
        font-size: 20px;
    }

    .step {
        padding: 14px;
        font-size: 15px;
    }

    .step span {
        width: 40px;
        height: 40px;
        min-width: 40px;
        font-size: 20px;
    }

    .back_btn a {
        width: 100%;
        padding: 15px;
    }

    .Thankyou_note a {
        font-size: 18px;
    }
}

@media (max-width:480px) {

    .Thankyou_page_main h2 {
        font-size: 24px;
    }

    .next-steps h3 {
        font-size: 18px;
    }

    .step {
        gap: 12px;
        font-size: 14px;
    }

    .Thankyou_note p {
        font-size: 15px;
    }

    .Thankyou_note a {
        font-size: 17px;
    }

}


/*==================================
        SITEMAP PAGE
===================================*/

.sitemap-content {
    padding: 60px 0;
    background: #f8fafc;
}

.sitemap-content .container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.sitemap_block {
    background: #fff;
    border: 1px solid #e8edf3;
    border-radius: 18px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
    transition: .3s ease;
}

.sitemap_block:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, .08);
}

.main-heading {
    font-size: 24px;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 22px;
    padding-bottom: 12px;
    border-bottom: 2px solid #0d6efd;
    position: relative;
}

.main-heading::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 60px;
    height: 2px;
    background: #14b86d;
}

.sitemap-links {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sitemap-links li {
    margin-bottom: 12px;
}

.sitemap-links li:last-child {
    margin-bottom: 0;
}

.sitemap-links li a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    background: #f8fbff;
    border: 1px solid #edf1f5;
    border-radius: 10px;
    color: #374151;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: all .3s ease;
}

.sitemap-links li a::before {
    content: "➜";
    color: #0d6efd;
    font-size: 14px;
    transition: .3s;
}

.sitemap-links li a:hover {
        background: #00554b;
    color: #fff;
    transform: translateX(6px);
    border-color: #00554b;
}

.sitemap-links li a:hover::before {
    color: #fff;
}

/*==================================
        RESPONSIVE
===================================*/

@media (max-width:991px) {

    .sitemap-content .container {
        grid-template-columns: 1fr;
    }

    .sitemap_block {
        padding: 25px;
    }

}

@media (max-width:767px) {

    .sitemap-content {
        padding: 40px 0;
    }

    .main-heading {
        font-size: 21px;
    }

    .sitemap-links li a {
        padding: 13px 15px;
        font-size: 14px;
    }

}
@media (max-width:768px) {
	.payments img{width:95%;}
}

@media (max-width:480px) {

    .sitemap_block {
        padding: 20px;
        border-radius: 14px;
    }

    .main-heading {
        font-size: 19px;
        margin-bottom: 18px;
    }

    .sitemap-links li a {
        padding: 12px;
        font-size: 14px;
    }

}







.tps-hero{
    position:relative;
    background:
      linear-gradient(100deg, rgba(0,48,29,.96) 0%, rgba(0,48,29,.85) 42%, rgba(0,48,29,.55) 68%, rgba(0,48,29,.28) 100%),
      url('/images/home_banner.webp') center/cover no-repeat;
    color:var(--tps-white);
    padding:84px 0 30px;
  }
  .tps-hero__grid{
    display:grid;
    grid-template-columns:1.05fr 1fr;
    gap:48px;
    align-items:center;
  }
  .tps-hero__eyebrow{color:var(--tps-amber);}
  .tps-hero h1{
    font-family:var(--tps-font-display);
    font-weight:700;
    text-transform:uppercase;
    font-size:clamp(38px,5.2vw,64px);
    line-height:.98;
    margin:16px 0 18px;
    letter-spacing:.005em;
  }
  .tps-hero h1 .tps-slant{color:var(--tps-white);}
  .tps-hero h1 .tps-slant.tps-amber-txt{color:var(--tps-amber);}
  .tps-hero p.tps-hero__sub{
    color:var(--tps-mist);
    font-size:17px;
    max-width:440px;
    line-height:1.6;
    margin:0 0 28px;
  }
  .tps-hero__quicklinks{display:flex;gap:14px;flex-wrap:wrap;}
  .tps-chip{
    font-family:var(--tps-font-mono);
    font-size:12.5px;
    color:var(--tps-green-deep);
    background:var(--tps-white);
    border-radius:999px;
    padding:9px 16px;
    display:inline-flex;align-items:center;gap:8px;
  }.cookie-btn
  .tps-chip__dot{width:7px;height:7px;border-radius:50%;background:var(--tps-amber);}

  /* Dashboard search widget */
  .tps-dash{
    background:var(--tps-green-deep);
    border:1px solid var(--tps-line);
    border-radius:var(--tps-radius);
    padding:22px;
    box-shadow:0 30px 60px -20px rgba(0,0,0,.55);
  }
  .tps-dash__head{
    display:flex;align-items:center;justify-content:space-between;
    margin-bottom:16px;
  }
  .tps-dash__title{
    font-family:var(--tps-font-display);
    text-transform:uppercase;
    font-weight:700;
    font-size:15px;
    letter-spacing:.06em;
    color:var(--tps-white);
  }
  .tps-dash__title span{color:var(--tps-amber);}


  .tps-field-row{display:grid;grid-template-columns:1fr 1fr 1fr;gap:10px;margin-bottom:10px;}
  .tps-field-row--2{grid-template-columns:1fr 1fr;}
  .tps-field{
    background:var(--tps-green);
    border:1px solid var(--tps-line);
    border-radius:9px;
    padding:9px 12px;
    transition:border-color .2s, box-shadow .2s;
  }
  .tps-field:focus-within{
    border-color:var(--tps-amber);
    box-shadow:0 0 0 3px var(--tps-amber-dim);
  }
  .tps-field label{
    display:block;
    font-family:var(--tps-font-mono);
    font-size:10px;
    letter-spacing:.1em;
    text-transform:uppercase;
    color:var(--tps-amber);
    margin-bottom:4px;
  }
  .tps-field input,.tps-field select{
    width:100%;background:transparent;border:0;color:var(--tps-white);
    font-family:var(--tps-font-body);font-size:14px;padding:0;
  }
  .tps-field input::placeholder{color:var(--tps-mist);}
  .tps-field select{appearance:none;-webkit-appearance:none;color:var(--tps-mist);}
  .tps-field select option{background:var(--tps-green);color:var(--tps-white);}
  .tps-dash__submit{
    width:100%;
    background:var(--tps-amber);
    border:0;color:var(--tps-green-deep);
    font-family:var(--tps-font-display);
    font-weight:700;font-size:16px;letter-spacing:.05em;text-transform:uppercase;
    border-radius:9px;
    padding:14px;
    margin-top:4px;
    display:flex;align-items:center;justify-content:center;gap:10px;
    transition:background .2s, transform .15s;
  }
  .tps-dash__submit:hover{background:#ffb733;transform:translateY(-1px);}

  /* stat gauges */
  .tps-stats{background:var(--tps-green-deep);padding:2rem 0;}
  .tps-stats__row{margin-top:-40px;position:relative;z-index:5;}
  .tps-gauge-card{
    background:var(--tps-green);border:1px solid var(--tps-line);border-radius:var(--tps-radius);
    padding:20px;display:flex;align-items:center;gap:14px;height:100%;
  }
  .tps-gauge{
    --pct:72%;width:64px;height:64px;border-radius:50%;flex:none;
    background:conic-gradient(var(--tps-amber) 0% var(--pct), var(--tps-line) var(--pct) 100%);
    display:flex;align-items:center;justify-content:center;
  }
  .tps-gauge__inner{width:55px;height:55px;border-radius:50%;background:var(--tps-green-deep);display:flex;justify-content: center;
    align-content: center;}
  .tps-gauge__inner svg{width: 53%;
  height: 100%;
  stroke: #fff;
  opacity: 0.5;}
  .tps-gauge-card__num{font-family:var(--tps-font-display);font-weight:700;font-size:24px;color:var(--tps-white);line-height:1;}
  .tps-gauge-card__label{font-family:var(--tps-font-mono);font-size:11.5px;color:var(--tps-mist);text-transform:uppercase;letter-spacing:.06em;margin-top:4px;}

  /* ============ EXPERT STRIP ============ */
  .tps-expert__bar{
    background:var(--tps-white);border:1px solid #dbdcd4;border-left:5px solid var(--tps-amber);
    border-radius:var(--tps-radius);padding:26px 30px;
  }
  .tps-expert h3{font-family:var(--tps-font-display);font-weight:700;font-size:26px;text-transform:uppercase;color:var(--tps-green);}
  .tps-call-btn{
    background:var(--tps-green);color:var(--tps-white)!important;font-family:var(--tps-font-mono);font-size:14.5px;
    padding:12px 20px;border-radius:9px;display:inline-flex;align-items:center;gap:9px;transition:background .2s;
  }
  .tps-call-btn:hover{background:var(--tps-amber-deep);}
  .tps-call-btn svg{stroke:var(--tps-amber);}
  .tps-qr{
    width:52px;height:52px;border-radius:6px;
  }
  .tps-qr img{width:100%}
  

  /* ============ FLEET ============ */
  .tps-fleet{background:var(--tps-green-deep);}
  .tps-fleet h2{
    font-family:var(--tps-font-display);color:var(--tps-white);font-weight:700;text-transform:uppercase;
    font-size:clamp(30px,3.6vw,44px);line-height:.95;
  }
  .tps-fleet__lede{color:var(--tps-mist);max-width:420px;font-size:14.5px;}
  .tps-classcard{
    background:var(--tps-green) !important;border:1px solid var(--tps-line) !important;border-radius:var(--tps-radius) !important;
    overflow:hidden;transition:border-color .25s, transform .25s;height:100%;
  }
  .tps-classcard:hover{border-color:var(--tps-amber)!important;transform:translateY(-4px);}
  .tps-classcard__photo{height:220px;overflow:hidden;background:var(--tps-green-deep);}
  .tps-classcard__photo img{width:100%;height:100%;object-fit:cover;}
  .tps-classcard .card-body h3{
    font-family:var(--tps-font-display);color:var(--tps-white);font-weight:700;text-transform:uppercase;font-size:19px;
  }
  .tps-classcard__spec{font-family:var(--tps-font-mono);font-size:12px;color:var(--tps-mist);}
  .tps-classcard__price{color:var(--tps-amber);font-family:var(--tps-font-mono);font-size:13px;}
  .tps-arrow{
    width:36px;height:36px;border-radius:50%;background:var(--tps-amber);color:var(--tps-green-deep);
    display:flex;align-items:center;justify-content:center;flex:none;transition:background .2s, transform .2s;
  }
  .tps-classcard:hover .tps-arrow{background:var(--tps-white);transform:translateX(3px);}

  /* ============ COVERAGE ============ */
  .tps-coverage__img{border-radius:var(--tps-radius);overflow:hidden;height:300px;}
  .tps-coverage__img img{width:100%;height:100%;object-fit:cover;}
  .tps-coverage__copy h2{
    font-family:var(--tps-font-display);font-weight:700;text-transform:uppercase;color:var(--tps-green);
    font-size:clamp(28px,3.2vw,38px);line-height:1;
  }
  .tps-coverage__copy p{color:var(--tps-ink-soft);font-size:15.5px;line-height:1.7;max-width:420px;}
  .btn-tps-outline{
    display:inline-flex;align-items:center;gap:10px;background:var(--tps-green);color:var(--tps-white)!important;
    font-family:var(--tps-font-display);font-weight:700;letter-spacing:.03em;text-transform:uppercase;font-size:14px;
    padding:12px 22px;border-radius:9px;transition:background .2s;
  }
  .btn-tps-outline:hover{background:var(--tps-amber-deep);}
  .btn-tps-outline svg{stroke:var(--tps-amber);}
  .btn-tps-outline:hover svg{stroke:var(--tps-white);}
    .tps-fleet{ background:var(--tps-green-dark); }
  .tps-eyebrow{ text-transform:uppercase; letter-spacing:.12em; font-size:.8rem; font-weight:600; }
  .tps-fleet h2{ color:var(--tps-cream); font-weight:800; letter-spacing:.02em; text-transform:uppercase; }
  .tps-fleet__lede{ color:#b9c9bd; max-width:360px; font-size:.95rem; }
 
  .tps-classcard{
    position:relative;
    border:none;
    border-radius:14px;
    overflow:hidden;
    background:var(--tps-green);
    box-shadow:0 8px 24px rgba(0,0,0,.35);
  }
 .tps-classcard a{text-decoration:none;}
  .tps-classcard__photo{
    position:relative;
    height:260px;
    overflow:hidden;
  }
  .tps-classcard__photo img{
    width:100%; height:100%; object-fit:cover;
    transition:transform .5s ease;
  }
  .tps-classcard:hover .tps-classcard__photo img{
    transform:scale(1.06);
  }
 
  .tps-classcard__title{
    padding:1rem 1.25rem 0.5rem;
  }
  .tps-classcard__title h3{
    color:var(--tps-cream);
    font-weight:700;
    margin:0;
    letter-spacing:.01em;
  }
 
  /* Specs hidden by default, revealed on hover/focus. No price is ever shown. */
  .tps-classcard__details{
    max-height:0;
    opacity:0;
    overflow:hidden;
    padding:0 1.25rem;
    transition:max-height .35s ease, opacity .3s ease, padding .35s ease;
  }
  .tps-classcard:hover .tps-classcard__details,
  .tps-classcard:focus-within .tps-classcard__details{
    max-height:120px;
    opacity:1;
    padding:0 1.25rem 1.25rem 1.25rem;
  }
 
  .tps-classcard__spec{
    color:#b9c9bd;
    font-size:.85rem;
    margin-bottom:.75rem !important;
  }
 
  /* Call-to-book replaces price display everywhere */
  .tps-callbtn{
    display:inline-flex;
    align-items:center;
    gap:.5rem;
    background:var(--tps-amber);
    color:var(--tps-green-dark) !important;
    font-weight:700;
    font-size:.85rem;
    padding:.5rem .9rem;
    border-radius:24px;
    text-decoration:none;
    transition:transform .2s ease, box-shadow .2s ease;
  }
  .tps-callbtn:hover{
    transform:translateY(-1px);
    box-shadow:0 4px 14px rgba(229,160,32,.35);
    color:var(--tps-green-dark);
  }
  .tps-callbtn svg{ flex:none; }
 
  .tps-classcard__hint{
    color:#88998d;
    font-size:.75rem;
    padding:0 1.25rem 1rem;
    transition:opacity .25s ease;
  }

  .navbar-toggler svg{width: 30px;
  height: 30px;
  stroke: #000;}
  .tps-gauge{
    --pct:0%;
    width:60px;
    height:60px;
    border-radius:50%;
    background:conic-gradient(#f6b32e var(--pct), rgba(255,255,255,.12) 0);
    display:flex;
    align-items:center;
    justify-content:center;
    transition:none;
}

.tps-gauge__inner{
    width:44px;
    height:44px;
    border-radius:50%;
    background:#0d3327;
}
.booking-grid select option{color:#004c2e!important;}
@media (max-width:767px) {.d-flex.flex-wrap.gap-2{display:none!important}.tps-eyebrow{color:#fff!important}.tps-hero h1 .tps-slant.tps-amber-txt{color:#fff!important;}.tps-hero p.tps-hero__sub{color:#fff!important;margin:0!important;}.col-lg-6.search_main{width:100%;margin:0 auto;padding:0px;margin-top:-2rem;z-index:1;}
.col-lg-6.home_banner_img {
       background-image:
        linear-gradient(
            180deg,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0) 45%,
            rgba(0, 0, 0, 0.85) 100%
        ),
        url("/images/mob_home_banner.webp");

    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: 0;
    position: relative;
    padding: 8rem 1rem 4rem;
}


.booking-grid label{background:#007848;color:#fff;border-bottom:1px solid #004b2d;border-right:1px solid #004b2d;}.booking-grid small{color:#fff;}.tps-dash__needle{display:none;}.tps-dash__title span{color:#fff;}
.tps-hero{padding:108px 0 0px;background:#f7f7f7;}.tps-hero h1{font-size:20px;margin:4px 0 6px;font-weight:800;}.tps-hero h1 br{display:none;}.tps-hero h1 .tps-slant{margin-right:5px}.tps-hero p.tps-hero__sub{font-size:13px; max-width: 463px;}.tps-eyebrow{font-size:10px;font-weight:300;}
.tps-dash{padding:20px 14px;background: #004C2E;box-shadow: unset;border-radius: 20px 20px 0 0;border:unset}.tps-gauge-card{padding:15px;}.tps-gauge-card__num{font-size:17px;}.tps-fleet.py-5{padding-top:0!important;padding-bottom:1rem!important;}.tps-fleet h2{font-size:22px;font-weight:600}.tps-fleet__lede{font-size:10px;}
.tps-classcard__title h3{font-size:16px;}.tps-classcard__title{padding:0.8rem 0.5rem 6px;}.tps-classcard__hint{padding:0 0.5rem 0.8rem}
.tps-classcard:hover .tps-classcard__details, .tps-classcard:focus-within .tps-classcard__details{padding:0 12px 0.8rem}.tps-coverage__copy h2{font-size: 19px;
    margin-bottom: 5px !important;}.tps-coverage__copy p{font-size:14px;line-height:unset;}.btn-tps-outline{padding: 9px 16px;font-size: 14px;}.footer-bottom .navbar-brand{display:none !important;}
.new_div .d-flex.flex-wrap{display:block!important}.tps-stats{padding:2rem 0!important}

}
@media (max-width:620px) {.tps-classcard__photo {height: 149px;}
}
@media (max-width:480px) {.tps-hero h1{font-size:21px;}.tps-hero p.tps-hero__sub{max-width:100%;width:100%;font-size:11px;font-weight:300;}.tps-eyebrow{letter-spacing:unset;}.tps-dash__needle{display:none;}.tps-dash__title{padding:2px 13px;}.row.align-items-center.gy-5{margin-top: 1rem !important; margin-bottom:0rem !important}.tps-hero{padding:38px 0 0px;}.tps-stats{padding-bottom:2rem!important}
.tps-gauge{width: 45px;height: 45px;}.tps-gauge__inner{width: 37px;height: 37px;}.tps-gauge-card{padding:10px 8px;gap:8px;}.tps-gauge-card__num{font-size:16px;}.tps-gauge-card__label{font-size:9.8px;} .tps-dash{padding:13px;    }
.tps-expert__bar{padding:12px 16px;}.tps-expert__bar h3{font-size:18px!important;font-weight:600;}.tps-expert__bar p{font-size:11px !important;}.tps-expert__bar.gap-4{gap:8px!important}.tps-call-btn{padding:9px 18px;}.tps-fleet h2{margin-top:8px;font-size:20px;}
.row-cols-1 .col-6{width:100% !important}.tps-coverage__img{height:178px;}#coverage.py-5{padding-top:1rem !important;}
}







.search_main{
 
    padding:22px 18px 26px;
  }
  @media (min-width:992px){
    .search_main{
      background:transparent;
      display:flex;
      align-items:center;
      padding:40px 30px;
    }
    .tps-dash{
      background:#0f5132;
      border-radius:24px;
      padding:20px 28px !important;
      box-shadow:0 20px 50px rgba(0,0,0,0.25);
    }
  }
 
  .tps-dash__title{
    color:#ffffff;
    font-family:'Montserrat',sans-serif;
    font-weight:800;
    font-size:18px;
    letter-spacing:0.5px;
    text-transform:uppercase;
  }
  .tps-dash__title span{ color:#f5a623; }
  .tps-dash__needle{
    width:10px;
    height:10px;
    border-radius:50%;
    background:#f5a623;
    display:inline-block;
    box-shadow:0 0 0 4px rgba(245,166,35,0.25);
  }
  .tps-search-form{ width:100%; }
  .tps-search-grid{
    display:flex;
    flex-direction:column;
    gap:10px;
  }
  .tps-field{
    background:#1f6b4a;
    border:1px solid rgba(255,255,255,0.06);
    border-radius:8px;
    padding:9px 16px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    margin:0;
    flex:1;
  }
  .tps-field small{
    color:#fff;
    font-size:10.5px;
    font-weight:700;
    letter-spacing:0.6px;
    text-transform:uppercase;
    margin-bottom:2px;
  }
  .tps-field span{
    display:flex;
    align-items:center;
    gap:9px;
  }
  .tps-field i{
    color:#f5a623;
    font-size:14px;
    flex-shrink:0;
  }
  .tps-field input,
  .tps-field select{
    background:transparent;
    border:none;
    outline:none;
    color:#ffffff;
    font-size:13.5px;
    font-weight:500;
    width:100%;
    padding:0;
  }
  .tps-field input::placeholder{
    color:#dfeee5;
    opacity:0.85;
  }
  .tps-field input[readonly]{ cursor:pointer; }
  .tps-field select.time-dropdown{
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance:none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M6 9l6 6l6 -6'/%3E%3C/svg%3E");
    background-repeat:no-repeat;
    background-position:right center;
    padding-right:16px;
  }
  .tps-field select.time-dropdown option{
    background:#0f5132;
    color:#ffffff;
  }
  .tps-field-pair{
    display:flex;
    gap:10px;
  }
  .tps-field-pair .tps-field{
    flex:1;
    min-width:0;
  }
  .tps-check-row{
    display:flex;
    align-items:center;
    gap:8px;
    margin:2px 2px 0;
  }
  .tps-check-row input{
    width:16px;
    height:16px;
    accent-color:#f5a623;
    cursor:pointer;
    margin:0;
  }
  .tps-check-row label{
    color:#cfe3d8;
    font-size:12px;
    margin:0;
    cursor:pointer;
  }
  .tps-extra-fields{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    max-height:0;
    opacity:0;
    overflow:hidden;
    transition:max-height 0.4s ease, opacity 0.35s ease, margin 0.4s ease;
    margin-top:0;
  }
  .tps-extra-fields.tps-extra-fields--show{
    max-height:400px;
    opacity:1;
    margin-top:2px;
  }
  .tps-extra-fields .tps-field.tps-field--half{
    flex:1 1 100%;
  }
  @media (min-width:480px){
    .tps-extra-fields .tps-field.tps-field--half{
      flex:1 1 calc(50% - 5px);
    }
  }
 
  .tps-find-btn{
    background:#E5A01F;
    border:none;
    color:#fff;
    font-family:Poppins !important;
    font-weight:700;
    font-size:18px;
    letter-spacing:1px;
    padding:14px;
    width:100%;
    border-radius:8px;

    margin-top:4px;
    transition:background 0.2s ease;
  }
  .tps-find-btn:hover{ background:#e0951a; color:#000; }
@media (min-width:767px) {
    .tps-dash{width:97%;margin:0 auto !important;padding:6px 15px;}.col-lg-6.search_main{background:unset;}.search_main{background:unset !important;}
}
.trust-features {
    width: 100%;
   display:none;
    gap: 8px;
    padding:8px;
    overflow: hidden;
    margin-top:1rem;
}
.trust-card {
    position: relative;
    height: 85px;
    flex: 1;
    min-width: 0;
    background: #00804c;
    border-radius: 15px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

/* Diagonal shape exactly like image */
.trust-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 115%;
    height: 100%;
    background: rgba(0, 105, 62, 0.45);
    clip-path: polygon(0 0, 58% 0, 100% 100%, 0 100%);
    pointer-events: none;
}

.trust-content {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 12px;
    padding-left: 14px;
    color: #fff;
}

.trust-check {
    font-size: 25px;
    line-height: 1;
    font-weight: 400;
}

.trust-content div {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.trust-content strong {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: .2px;
}

.trust-icon {
    position: absolute;
    z-index: 3;
    right: 7px;
    top: 2px;
    color: #fff;
    font-size: 27px;
    line-height: 1;
    font-weight: 400;
}
@media (max-width:767px) {

    .trust-features {
        display:flex !important;

        gap:5px;
        padding:0px;
    }

    .trust-card {
        height: 75px;
        border-radius: 13px;
    }

    .trust-content {
        gap: 7px;
        padding-left: 10px;
    }

    .trust-check {
        font-size: 21px;
    }

    .trust-content strong {
        font-size:11px;
        line-height: 17px;
    }

    .trust-icon {
        font-size: 21px;
        right: 5px;
    }
}

.tps-consent {
    width: 100%;
    margin-top: 12px;
}

.tps-consent-check {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    cursor: pointer;
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    margin: 0;
}

.tps-consent-check input {
    width: 16px;
    height: 16px;
    min-width: 16px;
    margin-top: 1px;
    cursor: pointer;
    accent-color: #00804c;
}

.tps-consent-check span {
    display: block;
}

.tps-consent-check a {
    color: inherit;
    text-decoration: underline;
}

.tps-consent-error {
    display: none;
    margin-top: 5px;
    margin-left: 24px;
    color: #dc3545;
    font-size: 12px;
}

.tps-consent-error.show {
    display: block;
}


/*.new_bottom_call{background:linear-gradient(100deg, #E5A01F 0%, #16744f 45%, #00A476 75%, #00A476 100%);padding: 4px 20px;position: fixed;bottom: 0;width: 100%;display: block;z-index:99;padding:15px 10px;;}
.new_bottom_call a{text-decoration:none;}
.new_bottom_call_main{display:flex;gap:16px;justify-content:center;}
.call_bottom_text p{padding:0;margin:0;font-size:14px;color:#fff;}
.call_bottom_text h3{font-size:18px;font-weight:500;color:#fff;}
.call_bottom_text h3 strong{font-weight:600;}
.call_icon span{display:flex;justify-content:center;align-items:center;width:45px;height:45px;border-radius:100%;background:#0FCA96;border:1px solid #5CFFD2;}
.call_icon span svg{stroke:#fff;fill:#fff;}*/

 .new_bottom_call{
    background:linear-gradient(100deg, #E5A01F 0%, #16744f 45%, #00A476 75%, #00A476 100%);
    position:fixed;
    bottom:0px;
    border-radius:0px;
    box-shadow: 0 12px 30px rgba(11,61,46,0.35);
   
    z-index: 99;
    width: 100%;
    display:flex;opacity:0;visibility:hidden;
    justify-content: center;
    align-items:center;
    height:64px;
  }
 .new_bottom_call.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
  .new_bottom_call a{
    text-decoration:none;
    display:block;
  }
 
  .new_bottom_call_main{
    display:flex;
    align-items:center;
    gap:16px;
    justify-content:flex-start;
  }
 
  .call_bottom_img{
  position: relative;
  flex-shrink: 0;
  width: 64px;
  height:64px;
  bottom: 0;
  margin-top:-35px;
  }
 
  .call_bottom_text{
    flex:1;
    min-width:0;
  }
 
  .call_bottom_text p{
    padding:0;
    margin:0 0 2px;
    font-size:13px;
    color:#fff;
    opacity:0.9;
    white-space:nowrap;
  }
 
  .call_bottom_text h3{
    font-size:16px;
    font-weight:500;
    color:#fff;
    margin:0;
    white-space:nowrap;
  }
 
  .call_bottom_text h3 span{
    font-weight:500;
  }
  .call_bottom_text h3 span::after{
    content:" : ";
  }
 
  .call_bottom_text h3 strong{
    font-weight:700;
    font-size:17px;
  }
 
  .call_icon{ flex-shrink:0; }
 
  .call_icon span{
    display:flex;
    justify-content:center;
    align-items:center;
    width:48px;
    height:48px;
    border-radius:100%;
    background:rgba(255,255,255,0.22);
    border:1px solid rgba(255,255,255,0.55);
    backdrop-filter:blur(3px);
    transform:translateY(-2px); /* pops above the bar edge like the reference */
    transition:background 0.2s ease, transform 0.2s ease;
  }
  .call_icon span:hover{
    background:rgba(255,255,255,0.35);
    transform:translateY(-4px);
  }
 
  .call_icon span svg{
    stroke:#fff;
    fill:none;      /* was fill:#fff — outline icon looks cleaner unfilled */
    width:22px;
    height:22px;
  }

  @media (mix-width:576px){
    .call_bottom_img{ width:72px; height:72px; }
   
    .call_bottom_text p{ font-size:14px; }
    .call_bottom_text h3{ font-size:16px; }
    .call_bottom_text h3 strong{ font-size:19px; }
    .call_icon span{ width:39px!important; height:39px !important; }
    .call_bottom_text h3 strong{font-size:16px;}
  }
 @media (mix-width:767px) {
  .new_bottom_call{opacity:1!important;visibility:visible!important;}
 
}