/* 1XPRESS CARGO - MODERN BLACK THEME */

/* Override Root Variables */
:root {
    --site-color: #000000 !important;
    --light-color: #F5F5F5 !important;
    --white-color: #FFFFFF !important;
    --main-text: #1A1A1A !important;
    --gray-text: #666666 !important;
    --boder-color: #E0E0E0 !important;
}

/* Black Theme Overrides */
.site-color {
    color: #000000 !important;
}

.site-bg-color {
    background-color: #000000 !important;
}

/* Modern Hero Section */
section:first-of-type {
    background: linear-gradient(135deg, #000000 0%, #1a1a1a 100%) !important;
    position: relative;
    padding-top: 120px !important;
    padding-bottom: 0 !important;
}

section:first-of-type .container {
    padding-bottom: 0 !important;
}

section:first-of-type .row {
    align-items: flex-end !important;
}

section:first-of-type .col-lg-6:last-child {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

section:first-of-type .col-lg-6:last-child img {
    display: block;
    margin-bottom: 0 !important;
}

section:first-of-type h1,
section:first-of-type h2 {
    color: #FFFFFF !important;
}

section:first-of-type .card {
    background: #FFFFFF;
    border: none;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    border-radius: 16px;
}

/* Modern Buttons */
.btn.site-bg-color,
.btn-primary-modern {
    background: #000000 !important;
    border: none;
    border-radius: 8px;
    padding: 14px 28px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn.site-bg-color:hover,
.btn-primary-modern:hover {
    background: #1a1a1a !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

/* Modern Cards */
.card {
    border-radius: 16px;
    border: 1px solid #F0F0F0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12);
}

/* Modern Input */
.form-control {
    border: 2px solid #E0E0E0;
    border-radius: 8px;
    padding: 14px 18px;
    transition: all 0.3s ease;
}

.form-control:focus {
    border-color: #000000;
    box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.05);
}

/* How It Works Section */
.step-box {
    background: #FFFFFF;
    border-radius: 12px;
    padding: 30px 20px;
    border: 1px solid #F0F0F0;
    transition: all 0.3s ease;
    height: 100%;
}

.step-box:hover {
    border-color: #000000;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.step-box img {
    background: #000000;
    padding: 15px;
    border-radius: 12px;
    width: 60px !important;
    height: 60px;
}

/* Modern Typography */
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    letter-spacing: -0.02em;
}

.display-5 {
    font-weight: 700 !important;
}

/* Navbar Modern */
.navbar {
    background: rgba(255, 255, 255, 0.98) !important;
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08) !important;
}

/* Footer Modern */
.footer {
    background: #000000 !important;
    color: #FFFFFF !important;
}

.footer a {
    color: #CCCCCC !important;
}

.footer a:hover {
    color: #FFFFFF !important;
}

/* Client Review Section */
.client-review {
    background: #F9F9F9 !important;
}

/* Why Delivery Cards */
.why-delivery-img {
    transition: transform 0.3s ease;
}

.card:hover .why-delivery-img {
    transform: scale(1.05);
}

/* Courier Section */
.courier-section {
    background: #000000 !important;
    color: #FFFFFF !important;
}

.courier-section .btn {
    background: #FFFFFF !important;
    color: #000000 !important;
}

.courier-section .btn:hover {
    background: #F0F0F0 !important;
}

/* Modal Styles */
.modal-content {
    border-radius: 16px;
    border: none;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}

.sign-in-btn,
.sing-up-btn,
.main-page-forgot-btn {
    background: #000000 !important;
    border-radius: 8px;
}

.sign-in-btn:hover,
.sing-up-btn:hover,
.main-page-forgot-btn:hover {
    background: #1a1a1a !important;
}

.sign-in-h5,
.sign-up-purle,
.sing-up-p,
.main-page-forgot {
    color: #000000 !important;
}

/* Smooth Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in-up {
    animation: fadeInUp 0.6s ease-out;
}

/* Section Backgrounds */
.light-bg-color {
    background-color: #FAFAFA !important;
}

.section-bg-color {
    background-color: #F9F9F9 !important;
}

/* Badge Modern */
.badge-modern {
    background: #000000;
    color: #FFFFFF;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
}

/* App Overview Section - Modern Design */
.gradient-text {
    color: #000000 !important;
    font-weight: 700;
}

/* Feature Badge */
.badge-modern {
    background: rgba(255, 255, 255, 0.1);
    color: #FFFFFF;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

/* Modern Card Design */
.modern-card {
    background: rgba(255, 255, 255, 0.98);
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(10px);
}

/* Input Modern */
.input-modern {
    background: #F8F8F8;
    border: 2px solid #E0E0E0 !important;
    border-radius: 12px;
    padding: 16px 20px;
    font-size: 16px;
}

.input-modern:focus {
    background: #FFFFFF;
    border-color: #000000 !important;
    box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.05) !important;
}

/* Button Outline Modern */
.btn-outline-modern {
    background: transparent;
    border: 2px solid #000000;
    color: #000000;
    border-radius: 12px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-outline-modern:hover {
    background: #000000;
    color: #FFFFFF;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

/* Step Card Modern */
.step-card-modern {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 40px 30px;
    transition: all 0.3s ease;
}

.step-card-modern:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-5px);
}

.icon-wrapper-modern {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #000000 0%, #1a1a1a 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

/* Heading Modern */
.heading-modern {
    letter-spacing: -0.03em;
    line-height: 1.2;
}

/* White Color Override */
.white-color {
    color: #FFFFFF !important;
}

/* Responsive */
@media (max-width: 768px) {
    section:first-of-type {
        padding-top: 100px !important;
    }
    
    .step-card-modern {
        padding: 30px 20px;
    }
    
    .icon-wrapper-modern {
        width: 60px;
        height: 60px;
    }
}
