:root {
    --primary-orange: #FF6B35;
    --light-orange: #fff5f1;
    --dark-bg: #1a1a1a;
    --light-gray: #f5f5f5;
    --text-dark: #333;
    --text-light: #666;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.6;
    color: var(--text-dark);
    overflow-x: hidden;
}

/* Header Styles */
.navbar {
    padding: 15px 0;
}

.logo {
    font-size: 32px;
    font-weight: 700;
    color: var(--primary-orange);
    letter-spacing: -0.5px;
}

.nav-link {
    color: var(--text-dark) !important;
    font-weight: 500;
    transition: color 0.3s;
    padding: 0.5rem 0.9rem !important;
    font-size: 15px;
}

.nav-link:hover {
    color: var(--primary-orange) !important;
}

.phone-link {
    color: var(--primary-orange);
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    transition: all 0.3s;
}

.phone-link:hover {
    color: #e55a2a;
}

.phone-link i {
    font-size: 16px;
}

.get-started-btn {
    background: var(--dark-bg);
    color: white !important;
    padding: 12px 28px;
    border-radius: 25px;
    transition: all 0.3s;
    border: none;
    font-weight: 600;
    font-size: 15px;
}

.get-started-btn:hover {
    background: var(--primary-orange);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

@media (max-width: 991px) {
    .navbar {
        padding: 10px 0;
    }

    .logo {
        font-size: 28px;
    }

    .navbar-nav {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .nav-link {
        padding: 0.6rem 0 !important;
    }

    .phone-link {
        margin: 10px 0;
    }
}

/* Hero Section */

.hero-section-mobile {
    min-height: 700px;
    background-color: #ff6633; 

    background-image: url("../images/drive-with.png");
    background-repeat: no-repeat;

    background-size: contain;
    background-position: right center;
}
/* Car icon in hero */
.hero-mobile-text img[alt="car-image"] {
    width: 60px;
    height: 40px;
    margin-bottom: 13px;
}

/* App badges in hero */
.app-badges {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 30px;
}

.app-badge {
    display: inline-block;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s;
}

.app-badge:hover {
    transform: translateY(-3px);
    opacity: 0.9;
}

.app-badge img {
   width: 100%;
    height: auto;
    max-width: 134px;
    min-width: 100px;
    display: block;
    object-fit: contain;
}


/* MOBILE FIX */
@media (max-width: 991.98px) {
    .hero-section-mobile {
        min-height: auto;
        padding-top: 80px;
        padding-bottom: 320px;

        background-position: center bottom;
        background-size: 90% auto;
    }
}


/*What Can I Do In App */

/* Desktop styles */
.app-features-info-section {
    min-height: 650px;
}

.slider-indicators {
    position: absolute;
    bottom: 25px;
    display: flex;
    gap: 10px;
    justify-content: center;
    width: 100%;
}

.slider-indicators .indicator {
    width: 25px;
    height: 4px;
    background: rgba(255,255,255,0.5);
    border-radius: 4px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.slider-indicators .indicator.active {
    width: 45px;
    background: #ffffff;
}

@media (max-width: 991px) {
    .app-features-info-section {
        padding: 50px 0 !important;
        min-height: auto;
    }
    
    .section-bg {
        width: 60% !important;
        border-radius: 60px 0 0 60px !important;
        background-position: center right !important;
    }
    
    .app-features-info-section .row {
        flex-direction: column-reverse;
    }
    
    .app-features-info-section .col-lg-6 {
        width: 100%;
        margin-bottom: 30px;
    }
    
    .phone-slider-container {
        height: 350px !important;
        margin-bottom: 40px;
    }
    
    .phone-slide {
        max-width: 280px !important;
        margin-left: 0 !important;
    }
    
    .app-info-card {
        padding-right: 15px !important;
    }
    
    .app-features-info-section h2 {
        font-size: 32px !important;
        margin-bottom: 30px !important;
    }
    
    .feature-list-item {
        margin-bottom: 20px !important;
    }
    
    .feature-list-item h3 {
        font-size: 16px !important;
    }
    
    .feature-list-item p {
        font-size: 14px !important;
    }
}

/* Mobile styles - keeping as is */
@media (max-width: 768px) {
    .app-features-info-section {
        padding: 40px 0 !important;
    }
    
    .section-bg {
        width: 100% !important;
        height: 300px !important;
        border-radius: 40px 40px 0 0 !important;
        background-position: center top !important;
        opacity: 1; /* Subtle background on mobile */
    }
    
    .phone-slider-container {
        height: 300px !important;
    }
    
    .phone-slide {
        max-width: 240px !important;
    }
    
    .app-features-info-section h2 {
        font-size: 28px !important;
    }
    
    .feature-list-item {
        padding-left: 15px !important;
    }
    
    .orange-bar {
        width: 4px !important;
        height: 35px !important;
    }
}

@media (max-width: 576px) {
    .app-features-info-section {
        padding: 30px 0 !important;
    }
    
    .section-bg {
        height: 400px !important;
        opacity: 1; /* Even more subtle on very small screens */
    }
    
    .phone-slider-container {
        height: 250px !important;
    }
    
    .phone-slide {
        max-width: 200px !important;
    }
    
    .app-features-info-section h2 {
        font-size: 24px !important;
    }
    
    .feature-list-item {
        margin-bottom: 15px !important;
    }
}



/* Why Choose Zulu Section */

.card-img-top1, .card-img-top2 {
    width: 60px;
    height: 60px;

    background-image: inherit;
    background-size: 30px 30px;
    background-position: center;
    background-repeat: no-repeat;       

    display: flex;
    align-items: center;
    justify-content: center;

    margin: 0 auto 15px;     
}

.card-img-top1{
    background-color: #f2f2f2; 
    border-radius: 13px;
}

.card-img-top2{
    background-color: transparent;
    border: 2px solid #000;
    border-radius: 13px;
}


.card-body1 {
    text-align: center;
}

/* ================= DESKTOP (DEFAULT) ================= */

.how-work-card {
    background: #fff;
    border-radius: 50px;
    border: 1px solid #ececec;
    margin-bottom: 60px;
    overflow: hidden;
    max-width: 1140px;
    min-height: 560px;
}

.how-work-row {
    display: flex;
    align-items: stretch;
    height: 100%;
}

/* IMAGE */
.how-work-img-col {
    flex: 0 0 360px;
    min-height: 100%;
    overflow: hidden;
}

.how-work-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* CONTENT */
.how-work-content {
    flex: 1;
    padding: 60px 50px;
    display: flex;
    flex-direction: column;
}

.how-work-title {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 30px;
}

.how-work-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.how-work-list li {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 12px;
}

.how-work-list li::before {
    content: "✓";
    color: #ff6a2a;
    font-weight: bold;
    margin-right: 10px;
}

.overlap-how-section {
    margin-top: -180px;
    position: relative;
    z-index: 2;
    padding-bottom: 80px;
}

/* ================= TABLET & MOBILE ================= */

@media (max-width: 768px) {

    .how-work-card {
        background: transparent;
        border: none;
        border-radius: 0;
        min-height: auto;
        margin-bottom: 40px;
    }
    
    .overlap-how-section {
        margin-top: 0;      
        padding-top: 40px;   
    }

    .how-work-row {
        flex-direction: column-reverse;
    }

    /* CONTENT */
    .how-work-content {
        padding: 0 15px 30px;
    }

    /* IMAGE */
    .how-work-img-col {
        height: 240px;
        min-height: unset;
        border-radius: 0;
    }

    .how-work-img {
        border-radius: 20px;
    }
}

/* Ready to Roll Section */
.ready-to-roll-section {
    background-color: var(--primary-orange);
    padding: 60px 0;
    position: relative;
    overflow: visible;
    max-height: 600px;
}

.section-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.text-content {
    max-width: 50%;
    padding-right: 30px;
    text-align: right;
}

.section-title {
    font-size: 42px;
    font-weight: 700;
    color: white;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
}

.section-description {
    font-size: 20px;
    color: white;
    line-height: 1.5;
}

.phone-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Move badges to top */
.badges-wrapper {
    margin-top: -160px;      
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-right: -600px;
}


.phone-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.app-phone-img {
    max-width: 115%;    
    margin-top: -190px;  
}

.badge-row {
    display: flex;
    justify-content: center;
}

.app-badge {
    height: 50px;
    transition: transform 0.3s ease;
}

.app-badge:hover {
    transform: translateY(-5px);
}

/* Tablet Styles */
@media (max-width: 991px) {
    .ready-to-roll-section {
        padding: 50px 0;
    }
    
    .section-wrapper {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    
    .text-content {
        max-width: 100%;
        padding-right: 0;
        margin-bottom: 30px;
    }
    
    .section-title {
        font-size: 36px;
        text-align: center;
    }
    
    .section-description {
        font-size: 18px;
        text-align: center;
    }
    
    .phone-content {
        max-width: 70%;
    }
    
    .phone-wrapper {
        margin-bottom: 20px;
    }
}

/* Mobile Styles */
@media (max-width: 768px) {
    .ready-to-roll-section {
        padding: 40px 0;
        height: 900px;
    }
    
    .section-title {
        font-size: 32px;
        margin-top: 200px;
    }
    
    .section-description {
        font-size: 16px;
    }

    .phone-wrapper {
        position: absolute;
        top: 490px;         
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        display: flex;
        justify-content: center;
    }
    
    .phone-content {
        max-width: 80%;
    }
    
    .app-badge {
        height: 45px;
        margin-top: -20px;
    }

    .badges-wrapper {
        margin-right: 20px;
        margin-top: 20px;
        display: flex;
        flex-direction: row;
    }

    .app-phone-img {
        margin-top: -750px;
        max-width: 130%;
    }
}

@media (max-width: 576px) {
    .ready-to-roll-section {
        padding: 30px 0;
    }
    
    .section-title {
        font-size: 28px;
    }
    
    .section-description {
        font-size: 15px;
    }
    
    .phone-content {
        max-width: 90%;
    }
    
    .app-badge {
        height: 40px;
    }
    
    .badges-wrapper {
        gap: 12px;
    }
}