
body {
    margin: 0;
    font-family: Arial, sans-serif;
}

/* Top Bar */
.top-bar {
    background: #000;
    color: #fff;
    padding: 8px 20px;
    font-size: 14px;
}

.top-bar span {
    margin-right: 20px;
}

/* Navbar */
.navbar-custom {
    background: #e30613;
    padding: 15px;
}

.navbar-custom .btn {
    background: #f5a623;
    color: #fff;
    border-radius: 5px;
}

/* Custom Red Button over Navbar */
.btn-nav-red {
    background-color: #b5030f !important; /* Slightly darker red for contrast */
    color: #ffffff !important;
    border: 2px solid #ffffff;
    transition: all 0.3s ease;
}

.btn-nav-red:hover {
    background-color: #ffffff !important;
    color: #e30613 !important;
    border-color: #ffffff;
}

/* Hero Section */
.hero {
    background: #e30613;
    height: 90vh;
    position: relative;
    text-align: center;
    color: white;
}

/* Yellow Curve */
.hero::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: #f5a623;
    border-top-left-radius: 100% 50%;
    border-top-right-radius: 100% 50%;
}

/* Content Center */
.hero-content {
    position: relative;
    z-index: 2;
    top: 30%;
}

/* Buttons */
.main-btn {
    padding: 10px 25px;
    border-radius: 10px;
    margin: 10px;
    border: none;
}

.btn-login {
    background: #fff;
    color: #333;
}

.btn-signup {
    background: #fff;
    color: green;
}

.btn-mode {
    background: #000;
    color: #fff;
    width: 250px;
}
.navbar-custom .btn {
    background: #f5a623;
    color: #fff;
    border-radius: 30px;
    padding: 8px 18px;
    font-size: 14px;
    transition: 0.3s;
}

.navbar-custom .btn:hover {
    background: #ffb84d;
}
.driver-img {
    width: 280px;
    position: relative;
    top: -40px;   /* 👈 isko adjust karo */
    display: block;
    margin: 0 auto;
}