body {
    font-family: 'Poppins', sans-serif;
    background: linear-gradient(135deg, #0f172a, #1e293b);
    min-height: 100vh;
    color: #111827;
}

* {
    box-sizing: border-box;
}

.form-control,
.select2-container,
.select2-selection--single {
    width: 100% !important;
    max-width: 100%;
}

.section {
    padding: 20px 12px;
}

.booking-form {
    background: rgba(255, 255, 255, 0.97);
    backdrop-filter: blur(10px);
    border-radius: 24px;
    padding: 24px 18px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.18);
    margin-top: 20px;
}

.booking-form-confirm {
    
    backdrop-filter: blur(10px);
    border-radius: 24px;
    padding: 24px 18px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.18);
    margin-top: 20px;
}

.booking-cta {
    text-align: center;
    margin-bottom: 12px;
}

.booking-cta img {
    width: 120px;
    border-radius: 12px;
}

#bn1 {
    font-size: 28px;
    font-weight: 700;
    margin-top: 14px;
    letter-spacing: 1px;
    color:white;
}

#bn2 {
    font-size: 13px;
    opacity: 0.9;
    line-height: 1.6;
    color:white;
}

.form-group {
    margin-bottom: 18px;
}

.form-label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #475569;
    margin-bottom: 8px;
}

.form-control {
    height: 52px;
    border-radius: 14px;
    border: 1px solid #dbeafe;
    box-shadow: none;
    font-size: 15px;
    /*padding: 12px 16px;*/
    transition: all 0.3s ease;
}

.form-control:focus {
    border-color: #2563eb;
    box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.12);
}

select.form-control {
    appearance: none;
}

h4#cost {
    margin-top: 12px;
    font-weight: 700;
    color: #16a34a;
}

.btn-info {
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    border: none;
    height: 54px;
    border-radius: 14px;
    font-size: 16px;
    font-weight: 600;
    box-shadow: 0 8px 20px rgba(37, 99, 235, 0.35);
}

.btn-info:hover {
    transform: translateY(-1px);
}

.tnc {
    text-align: center;
    font-size: 13px;
    color: #2563eb;
    cursor: pointer;
    margin-bottom: 18px;
}

.circle-icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #10b981;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 20px;
    margin-top: 2px;
    box-shadow: 0 8px 16px rgba(16,185,129,0.25);
}

.modaltnc {
    display: none;
    position: fixed;
    top: 5%;
    left: 5%;
    width: 90%;
    background: white;
    padding: 22px;
    border-radius: 18px;
    z-index: 999;
    box-shadow: 0 20px 50px rgba(0,0,0,0.3);
}

hr {
    border-top: 1px solid rgba(255,255,255,0.2);
}


.desktop-hero {
    text-align: center;
    padding-top: 20px;
}

.logo-img {
    width: 120px;
    border-radius: 14px;
}

.hero-image-section {
    margin-top: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-image {
    width: 100%;
    max-width: 700px;
    object-fit: contain;
    animation: floatCar 4s ease-in-out infinite;
}

.trust-badges {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 35px;
    gap: 24px;
    flex-wrap: nowrap;
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 12px;
    color: rgba(255,255,255,0.95);
    font-size: 15px;
    font-weight: 500;
    line-height: 1.3;
}

.trust-item i {
    width: 48px;
    height: 48px;
    border: 2px solid rgba(59,130,246,0.9);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #3b82f6;
    font-size: 20px;
    flex-shrink: 0;
}

.trust-divider {
    width: 1px;
    height: 48px;
    background: rgba(255,255,255,0.12);
}

/* floating premium effect */
@keyframes floatCar {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-12px); }
    100% { transform: translateY(0px); }
}

.section-center {
    display: flex;
    align-items: center;
    min-height: 100vh;
}

@media (max-width: 768px) {
    .hero-image-section {
        display: none;
    }

    .desktop-hero hr {
        display: none;
    }
    
    .trust-badges {
        display: none;
    }
    
    .container {
        padding: 0;
    }

    .booking-form {
        margin-top: 10px;
        border-radius: 24px 24px 0 0;
        min-height: 100vh;
    }

    #bn1 {
        font-size: 22px;
    }

    .btn-info {
        position: sticky;
        bottom: 10px;
    }
}


/* Select2 premium styling */
.select2-container .select2-selection--single {
    height: 52px !important;
    border-radius: 14px !important;
    border: 1px solid #dbeafe !important;
    padding: 10px 12px;
}

.select2-selection__arrow {
    height: 52px !important;
}


.fare-box {
    margin-top: 12px;
    background: #eff6ff;
    padding: 14px;
    border-radius: 14px;
    text-align: center;
}

.fare-box small {
    color: #64748b;
}

.fare-box h3 {
    margin: 6px 0 0;
    font-weight: 700;
    color: #2563eb;
}