﻿/*@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap");*/
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");

:root {
    --main-color-1-gold: #cfa400; /*main color*/
    --main-color-2-green: #025365; /*any background*/
    --main-color-3-blue: #10263e; /*any extra need color*/
}

body {
    /*--main-font: Inter;*/
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.cursor-pointer {
    cursor: pointer;
}

:root {
    --main-color-1-gold: #cfa400; /* main */
    --main-color-2-green: #025365; /* background */
    --main-color-3-blue: #10263e; /* accent */
}

body {
    font-family: "Inter", "Poppins", sans-serif;
    color: var(--main-color-3-blue);
    background-color: #fdfdfd;
    scroll-behavior: smooth;
}

/* ===== NAVBAR ===== */
.navbar {
    background-color: rgba(16, 38, 62, 0.8);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.navbar-brand {
    color: var(--main-color-1-gold);
    font-weight: 700;
    font-size: 1.5rem;
    letter-spacing: 0.5px;
}

.nav-link {
    color: #fff;
    margin-left: 20px;
    font-weight: 700;
    transition: color 0.3s;
    font-size: 1rem;
    color: var(--main-color-3-blue);
}

    .nav-link:hover {
        color: black;
    }

.navbar-toggler {
    border: none;
}

.btn-nav-dwnload {
    background-color: var(--main-color-1-gold);
    color: white;
    padding: .7rem 2rem !important;
    border-radius: 50rem;
    transition: ease .3s
}

    .btn-nav-dwnload:hover {
        background-color: var(--main-color-3-blue);
        color: white;
        padding: .7rem 2rem !important;
        border-radius: 50rem;
        transition: ease .3s
    }
/* ===== HERO ===== */
/*.hero {
    position: relative;
    background: url("https://images.unsplash.com/photo-1606166325683-1cf6cfc8a6f0?auto=format&fit=crop&w=1600&q=80") center/cover no-repeat;
    height: 100vh;
    display: flex;
    align-items: center;
    color: #fff;
}

    .hero::after {
        content: "";
        position: absolute;
        inset: 0;*/
        /*background: linear-gradient(135deg, rgba(2,83,101,0.85), rgba(16,38,62,0.85));*/
    /*}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 600px;
    padding: 40px;*/
    /*background: rgba(255, 255, 255, 0.08);*/
    /*background: linear-gradient(135deg, rgba(2,83,101,0.85), rgba(16,38,62,0.85));
    border-radius: 20px;
    backdrop-filter: blur(12px);
    box-shadow: 0 10px 40px rgba(0,0,0,0.3);
    animation: fadeInUp 1s ease-out;
}

.hero h1 {
    font-size: clamp(2.5rem, 5vw, 3.8rem);
    font-weight: 700;
}

.hero p {
    margin-top: 15px;
    font-size: 1.1rem;
    color: #d6e9ee;
}

.btn-main {
    background-color: var(--main-color-1-gold);
    color: #000;
    border-radius: 50px;
    padding: 12px 30px;
    font-weight: 600;
    margin-top: 25px;
    transition: all 0.3s ease;
}

    .btn-main:hover {
        background-color: #e7b800;
        transform: translateY(-3px);
    }*/

@media(min-height: 704px){
    .hero {
        /*background: linear-gradient(135deg, var(--main-color-2-green), var(--main-color-3-blue));*/
        color: var(--main-color-2-green);
        padding-top: 120px;
        padding-bottom: 100px;
        height: 90vh;
        display: flex;
        align-items: center;
        position: relative;
    }

        .hero::after {
            content: "";
            position: absolute;
            inset: 0;
        }
}

@media(max-height: 703px) {
    .hero {
        /*background: linear-gradient(135deg, var(--main-color-2-green), var(--main-color-3-blue));*/
        color: var(--main-color-2-green);
        padding-top: 120px;
        padding-bottom: 100px;
        height: 45rem;
        display: flex;
        align-items: center;
        position: relative;
    }
} 

    .hero h1 {
        font-weight: 700;
        font-size: clamp(2rem, 5vw, 3.5rem);
    }

    .hero p {
        font-size: clamp(1rem, 2vw, 1.2rem);
        color: black;
        margin-top: 15px;
    }

    .hero .btn-main {
        background-color: var(--main-color-1-gold) !important;
        color: white;
        border: none;
        padding: 12px 30px;
        margin-top: 25px;
        font-weight: 600;
        border-radius: 50px;
        transition: 0.3s;
    }

        .hero .btn-main:hover {
            background-color: #e7b800;
            transform: translateY(-3px);
        }

.hero-img {
    max-width: 100%;
    /*border-radius: 20px;*/
        /*box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);*/
    }

/* ===== FEATURES ===== */
.features-section {
    /*background-color: var(--main-color-3-blue);*/

    background: var(--main-color-2-green);
    color: white !important;
}

.section-title {
    font-weight: 700;
    color: var(--main-color-2-green);
}

.feature-item img {
    width: 48px;
    height: 48px;
    object-fit: contain;
}

.feature-item h5 {
    font-weight: 600;
    color: white;
}

.feature-item p {
    color: #555;
    margin-bottom: 0;
}

.feature-img {
    max-width: 85%;
    /*border-radius: 16px;*/
    /*box-shadow: 0 8px 20px rgba(0,0,0,0.08);*/
    transition: transform 0.4s ease;
}

    .feature-img:hover {
        transform: scale(1.03);
    }

/* Responsive adjustments */
@media (max-width: 768px) {
    .features-section {
        text-align: center;
    }

    .feature-item {
        flex-direction: column;
        align-items: center;
    }

    .feature-icon {
        margin-bottom: 10px;
    }
}

.icon-wrapper {
    background-color: var(--main-color-1-gold);
    color: white;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    flex-shrink: 0;
    box-shadow: 0 4px 15px rgba(207,164,0,0.3);
    transition: all 0.3s ease;
}

.feature-item:hover .icon-wrapper {
    transform: scale(1.1);
    background-color: var(--main-color-3-blue);
    color: var(--main-color-1-gold);
    box-shadow: 0 4px 15px rgba(2,83,101,0.4);
}

.feature-item h5 {
    color: var(--main-color-1-gold) !important;
}

.feature-item p {
    font-size: 0.95rem;
    color: white !important;
}

@media (max-width: 768px) {
    .features-section {
        text-align: center;
    }

    .feature-item {
        flex-direction: column;
        align-items: center;
    }

    .icon-wrapper {
        margin-bottom: 10px;
    }
}


/* ===== STEPS ===== */
/*.steps {
    background: white;
    color: var(--main-color-2-green);
    padding: 100px 0;
}

    .steps h2 {
        font-weight: 700;
        margin-bottom: 50px;
        text-align: center;
    }

.step {
    background: rgba(255,255,255,0.1);
    border-radius: 20px;
    padding: 40px 25px;
    transition: all 0.3s ease;
}

    .step:hover {
        transform: translateY(-5px);
        background: rgba(255,255,255,0.15);
    }

.step-number {
    background: var(--main-color-1-gold);
    color: #000;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    display: inline-block;
    font-weight: 700;
    font-size: 1.3rem;
    margin-bottom: 15px;
}

.step img {
    border-radius: 15px;
    margin-top: 20px;
    width: 100%;
}*/

.steps-section {
    /*background: linear-gradient(180deg, #f9fafb 0%, #ffffff 100%);*/
    background-image: url('/Assets/Imgs/car-design1.png');
    background-size:cover;
    background-position: center center;
    position: relative;
    overflow: hidden;
}

.step-card {
    background-color: #fff;
    border-radius: 20px;
    padding: 40px 20px 30px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    position: relative;
    transition: all 0.4s ease;
}

    .step-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 15px 35px rgba(2, 83, 101, 0.15);
    }

.step-number {
    position: absolute;
    top: -20px;
    left: 20px;
    background-color: var(--main-color-1-gold);
    color: var(--main-color-3-blue);
    font-weight: 700;
    font-size: 1.2rem;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(207, 164, 0, 0.3);
    transition: all 0.3s ease;
}

.step-card:hover .step-number {
    background-color: var(--main-color-2-green);
    color: #fff;
    transform: scale(1.1);
    box-shadow: 0 6px 15px rgba(2, 83, 101, 0.4);
}

.step-icon img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    background: var(--main-color-2-green);
    padding: 15px;
    border-radius: 50%;
    box-shadow: 0 4px 15px rgba(2, 83, 101, 0.3);
    transition: all 0.3s ease;
}

.step-card:hover .step-icon img {
    background: var(--main-color-1-gold);
    transform: scale(1.1);
    box-shadow: 0 8px 25px rgba(207, 164, 0, 0.3);
}

.step-card h5 {
    color: var(--main-color-3-blue);
    margin-top: 10px;
}

.step-card p {
    font-size: 0.95rem;
}

/* Responsive */
@media (max-width: 768px) {
    .step-icon img {
        width: 65px;
        height: 65px;
    }
}


/* ===== DOWNLOAD ===== */
.download {
    /*background: var(--main-color-2-green);*/
    background: white;
    color: var(--main-color-2-green);
    text-align: center;
    padding: 100px 20px;
}

    .download h2 {
        font-weight: 700;
        margin-bottom: 20px;
    }

    .download p {
        color: black;
        margin-bottom: 40px;
    }

.store-badges img {
    width: 180px;
    margin: 10px;
    transition: transform 0.3s ease;
}

    .store-badges img:hover {
        transform: scale(1.05);
    }

/* ===== FOOTER ===== */
footer {
    background: #081524;
    color: #ccc;
    padding: 30px 0;
    text-align: center;
    font-size: 0.9rem;
}

    footer a {
        color: var(--main-color-1-gold);
        text-decoration: none;
    }

        footer a:hover {
            text-decoration: underline;
        }

/* ===== ANIMATIONS ===== */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ===== RESPONSIVE ===== */

@media (max-width: 992px) {
    .hero-content {
        margin: 0 auto;
        text-align: center;
    }
}
/* ===== FAQ ===== */
.faq-section {
    background-color: #f9fafb;
    /*min-height: 100vh;*/
}

.accordion-button {
    background-color: #fff;
    color: var(--main-color-3-blue);
    font-weight: 600;
    border-radius: 8px !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

    .accordion-button:not(.collapsed) {
        background-color: var(--main-color-2-green);
        color: #fff;
        box-shadow: 0 4px 12px rgba(2, 83, 101, 0.3);
    }

    .accordion-button:focus {
        box-shadow: 0 0 0 0.25rem rgba(2, 83, 101, 0.25);
    }

.accordion-item {
    border: none;
    background-color: transparent;
}

.accordion-body {
    background-color: #fff;
    border-radius: 8px;
    padding: 1rem 1.25rem;
    color: #555;
    font-size: 0.95rem;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.02);
}


/* ===== Contact ===== */
.contact-section {
    /*background: linear-gradient(180deg, #f9fafb 0%, #ffffff 100%);*/
    background: var(--main-color-2-green);
    color: white !important;
}

    .contact-section .card {
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

        .contact-section .card:hover {
            transform: translateY(-6px);
            box-shadow: 0 6px 20px rgba(0,0,0,0.08);
        }



/* ===== FAQ ===== */
/* ===== FAQ ===== */
/* ===== FAQ ===== */