﻿@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 { --blue:#173dc2; --violet:#583bd6; --orange:#ff4b08; --ink:#202027; --cookie-height:52px; }  
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; color:var(--ink); font-family:"Montserrat",sans-serif; background:#fff; }
.container { max-width:1160px; }
.main-nav {background: rgb(0, 85, 75); transition:.25s;padding:8px 10px; }

.cookie-topbar{background:#fff;padding:8px 10px;}
.cookie-btn{background:linear-gradient(90deg, #5641CD 0%, #213BB4 100%);border-radius:30px;padding:6px 15px;color:#fff;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:rgba(255,255,255,.9)!important; font-size:14px; font-weight:500; }
.nav-link:hover { color:#fff!important; }
.phone-link { color:#fff; 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 #fff; 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 #838181; border-bottom:1px solid #838181; transition:box-shadow .2s,background-color .2s; }
.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:#787878; 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:#303038; background:transparent; padding:3px 0; }
.booking-grid select { cursor:pointer; appearance:auto; }
.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;border-radius: 0 0 3px 0;background:linear-gradient(90deg, rgb(6, 66, 59) 0%, rgb(0, 85, 75) 100%); font-size:23px; 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:11px; 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;}
    .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 #aaa!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;}


.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;}
    .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;
    }

}

/* ================================
   Economy Car Rental Content
================================ */

.economy-car-rental-content {
    position: relative;
    padding:40px 0;
    background: #f7f9fc;
    overflow: hidden;
}

/* Soft background decoration */
.economy-car-rental-content::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    background: rgba(0, 119, 129, 0.05);
    border-radius: 50%;
    top: -180px;
    right: -150px;
}

.economy-car-rental-content::after {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    background: rgba(0, 119, 129, 0.04);
    border-radius: 50%;
    bottom: -160px;
    left: -120px;
}

.economy-car-rental-content .container {
    position: relative;
    z-index: 2;
    max-width: 1150px;
    margin: 0 auto;
}

/* Main Content Card */
.economy-car-rental-content .container {
    background: #ffffff;
    padding:30px;
    border-radius: 24px;
    box-shadow: 0 15px 50px rgba(16, 24, 40, 0.08);
}

/* Main Heading */
.economy-car-rental-content h2 {
    position: relative;
    font-size:26px;
    line-height: 1.2;
    font-weight:600;
    color: #172b4d;
    margin: 0 0 20px;
    padding-bottom: 16px;
}

/* Heading underline */
.economy-car-rental-content h2::after {
    content: "";
    position: absolute;
    width: 65px;
    height: 4px;
    border-radius: 10px;
    background: linear-gradient(90deg, #007781, #00b8c4);
    left:0;
    bottom: 0;
   
}

/* Intro paragraph */
.economy-car-rental-content h2 + p {
    margin: 0 auto 25px;
    font-size: 17px;
    line-height: 1.85;
    color: #667085;
}

/* Section headings */
.economy-car-rental-content h3 {
    position: relative;
    font-size: 23px;
    line-height: 1.4;
    font-weight: 700;
    color: #172b4d;
    margin: 35px 0 13px;
    padding-left: 18px;
}

/* Small vertical accent */
.economy-car-rental-content h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 4px;
    height: 25px;
    border-radius: 5px;
    background: linear-gradient(
        180deg,
        #007781,
        #00b8c4
    );
}

/* Paragraph */
.economy-car-rental-content p {
    font-size: 16px;
    line-height: 1.85;
    color: #667085;
    margin: 0 0 22px;
}

/* Last paragraph */
.economy-car-rental-content h3:last-of-type {
    margin-top: 42px;
}

.economy-car-rental-content h3:last-of-type + p {
    margin-bottom: 0;
}

/* Hover effect */
.economy-car-rental-content h3 {
    transition: color 0.3s ease;
}

.economy-car-rental-content h3:hover {
    color: #007781;
}

@media (max-width:1200px) {

    .economy-car-rental-content {
        padding:40px 20px;
    }

    .economy-car-rental-content .container {
        padding: 27px 27px;
    max-width: unset;
        border-radius: 15px;
    }
}

@media (max-width:992px) {.economy-car-rental-content h2{font-size:25px;margin: 0px 0 9px;
  padding-bottom: 11px;}.economy-car-rental-content h2 + p {margin: 0 auto 8px;font-size: 15px;line-height: 1.69;color: #667085;}
.economy-car-rental-content h3{margin-top:20px;}
}
@media (max-width:480px) {.economy-car-rental-content{padding:30px 13px;}.economy-car-rental-content .container{padding:21px;}.economy-car-rental-content h2{font-size:20px;}.economy-car-rental-content h3{font-size:18px;padding-left:8px;}
.economy-car-rental-content h3::before{height:100%;left:0;top:0;}
}








.bottom_call {
    background: #082a63;
    padding: 4px 15px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;

    /* Initially hidden */
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
    transition: all 0.4s ease;
}



.bottom_call a {
    text-decoration: none;
    color: inherit;
}

.bottom_call_main {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.bottom_call_left {
    margin-right: 4px;
    padding-right: 10px;
    border-right: 1px solid rgba(255, 255, 255, 0.25);
    position: relative;
}

.bottom_call_left img {
    width: 48px;
    height: 48px;
    display: block;
    border-radius: 50%;
}

.bottom_call_left::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    right: 5px;
    bottom: 2px;
    background: #22c55e;
    border-radius: 50%;
    border: 2px solid #fff;
    z-index: 5;
}

.bottom_call_right strong {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 3px;
}

.bottom_call_right p {
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 0;
    color: #00ffe1;
    font-size: 15px;
    font-weight: 700;
}

.bottom_call_right p span {
    color: #00ffe1;
}

.bottom_call_right svg {
    width: 18px;
    height: 18px;
    color: #00ffe1;
}


/* Mobile */
@media (max-width: 767px) {
    .bottom_call.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

    .bottom_call {
        padding: 4px 10px;
    }

    .bottom_call_left img {
        width: 46px;
        height: 46px;
    }

    .bottom_call_right strong {
        font-size: 13px;
    }

    .bottom_call_right p {
        font-size: 14px;
    }

    .footer {
        margin-bottom: 55px;
    }
}