/* ===================================
   GOOGLE FONT
=================================== */

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap");

/* ===================================
   IMPORT CSS FILES
=================================== */

@import url("header.css");
@import url("hero.css");
@import url("booking.css");
@import url("about.css");
@import url("fleet.css");
@import url("coverage.css");
@import url("gallery.css");
@import url("contact.css");
@import url("faq.css");
@import url("cta.css");
@import url("footer.css");

/* Booking Popup */

@import url("booking-modal.css");

/* Responsive must always remain last */

@import url("responsive.css");


/* ===================================
   RESET
=================================== */

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{
    font-family:"Poppins",sans-serif;
    background:#ffffff;
    color:#222;
    line-height:1.6;
    overflow-x:hidden;
}

/* ===================================
   CONTAINER
=================================== */

.container{
    width:90%;
    max-width:1280px;
    margin:0 auto;
}

/* ===================================
   SECTION
=================================== */

section{
    position:relative;
    width:100%;
}

/* ===================================
   IMAGES
=================================== */

img{
    display:block;
    width:100%;
    max-width:100%;
    height:auto;
    object-fit:cover;
}

/* ===================================
   LINKS
=================================== */

a{
    color:inherit;
    text-decoration:none;
    transition:.3s ease;
}

/* ===================================
   LISTS
=================================== */

ul,
ol{
    list-style:none;
}

/* ===================================
   FORM ELEMENTS
=================================== */

button,
input,
textarea,
select{
    font-family:"Poppins",sans-serif;
    border:none;
    outline:none;
    background:none;
}

button{
    cursor:pointer;
}

/* ===================================
   BUTTONS
=================================== */

.btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    padding:15px 32px;
    border-radius:50px;
    font-weight:600;
    transition:.35s;
}

.btn-primary{
    background:#22c55e;
    color:#fff;
}

.btn-primary:hover{
    background:#16a34a;
    transform:translateY(-3px);
}

.btn-outline{
    border:2px solid #22c55e;
    color:#22c55e;
}

.btn-outline:hover{
    background:#22c55e;
    color:#fff;
}

/* ===================================
   SECTION TITLE
=================================== */

.section-title{
    text-align:center;
    margin-bottom:60px;
}

.section-title span{
    display:inline-block;
    color:#22c55e;
    font-size:15px;
    font-weight:700;
    letter-spacing:1px;
    text-transform:uppercase;
    margin-bottom:12px;
}

.section-title h2{
    font-size:46px;
    color:#111827;
    margin-bottom:15px;
    line-height:1.2;
}

.section-title p{
    max-width:700px;
    margin:auto;
    color:#6b7280;
}

/* ===================================
   SCROLLBAR
=================================== */

::-webkit-scrollbar{
    width:10px;
}

::-webkit-scrollbar-track{
    background:#f3f4f6;
}

::-webkit-scrollbar-thumb{
    background:#22c55e;
    border-radius:20px;
}

::-webkit-scrollbar-thumb:hover{
    background:#16a34a;
}

/* ===================================
   SELECTION
=================================== */

::selection{
    background:#22c55e;
    color:#fff;
}

/* =========================================================
   LEGAL PAGES
========================================================= */

.legal-page{
    width:100%;
    background:#f8fafc;
    color:#334155;
}

.legal-hero{
    padding:155px 0 80px;
    background:
        linear-gradient(
            135deg,
            rgba(7,17,31,.97),
            rgba(13,25,41,.94)
        );
    color:#fff;
}

.legal-hero span{
    display:block;
    margin-bottom:9px;
    color:#22c55e;
    font-size:11px;
    font-weight:800;
    letter-spacing:1.5px;
}

.legal-hero h1{
    margin:0 0 14px;
    font-size:clamp(38px,6vw,62px);
    line-height:1.15;
}

.legal-hero p{
    max-width:680px;
    margin:0;
    color:#cbd5e1;
    font-size:15px;
    line-height:1.8;
}

.legal-content-section{
    padding:75px 0 95px;
}

.legal-card{
    width:min(100%,900px);
    margin:0 auto;
    padding:42px;
    border:1px solid #e5e7eb;
    border-radius:22px;
    background:#fff;
    box-shadow:0 16px 42px rgba(15,23,42,.08);
}

.legal-updated{
    margin:0 0 30px;
    color:#64748b;
    font-size:12px;
    font-weight:600;
}

.legal-card h2{
    margin:34px 0 12px;
    color:#111827;
    font-size:23px;
    line-height:1.4;
}

.legal-card h2:first-of-type{
    margin-top:0;
}

.legal-card p{
    margin:0 0 18px;
    color:#475569;
    font-size:14px;
    line-height:1.9;
}

.legal-card ul,
.legal-card ol{
    margin:0 0 20px;
    padding-left:24px;
}

.legal-card li{
    margin-bottom:9px;
    color:#475569;
    font-size:14px;
    line-height:1.8;
}

.legal-card a{
    color:#16a34a;
    font-weight:700;
    text-decoration:underline;
    text-underline-offset:3px;
}

@media(max-width:650px){

    .legal-hero{
        padding:125px 0 60px;
    }

    .legal-content-section{
        padding:50px 0 70px;
    }

    .legal-card{
        padding:25px 18px;
        border-radius:18px;
    }

    .legal-card h2{
        font-size:20px;
    }

    .legal-card p,
    .legal-card li{
        font-size:13px;
    }
}

/* =========================================================
   LEGAL ACTION BOX
========================================================= */

.legal-action-box{
    display:grid;
    grid-template-columns:auto minmax(0,1fr);
    gap:18px;
    align-items:start;
    margin-top:38px;
    padding:24px;
    border:1px solid #bbf7d0;
    border-radius:18px;
    background:linear-gradient(
        135deg,
        #f0fdf4,
        #ffffff
    );
}

.legal-action-box > div{
    width:54px;
    height:54px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:16px;
    background:#22c55e;
    color:#fff;
    font-size:21px;
}

.legal-action-box section > span{
    display:block;
    margin-bottom:4px;
    color:#16a34a;
    font-size:9px;
    font-weight:800;
    letter-spacing:1.3px;
}

.legal-action-box h3{
    margin:0 0 7px;
    color:#111827;
    font-size:21px;
}

.legal-action-box p{
    margin:0 0 15px;
}

.legal-action-box a{
    min-height:43px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    padding:0 17px;
    border-radius:22px;
    background:#22c55e;
    color:#fff;
    font-size:11px;
    font-weight:800;
    text-decoration:none;
}

.legal-action-box a:hover{
    background:#16a34a;
}

@media(max-width:520px){

    .legal-action-box{
        grid-template-columns:1fr;
    }

    .legal-action-box a{
        width:100%;
    }
}

/* ===================================
   BACK TO TOP
=================================== */

.back-to-top{
    position:fixed;
    right:25px;
    bottom:25px;
    width:55px;
    height:55px;
    border:none;
    border-radius:50%;
    background:#22c55e;
    color:#fff;
    font-size:20px;
    cursor:pointer;
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow:0 12px 30px rgba(34,197,94,.35);
    opacity:0;
    visibility:hidden;
    transform:translateY(20px);
    transition:.35s ease;
    z-index:999;
}

.back-to-top:hover{
    background:#16a34a;
    transform:translateY(-5px);
}

.back-to-top.show{
    opacity:1;
    visibility:visible;
    transform:translateY(0);
}

@media(max-width:768px){

    .back-to-top{
        width:48px;
        height:48px;
        right:18px;
        bottom:18px;
        font-size:17px;
    }

}