.hero-section-two .btn.btn-primary {
    background-color: #ff6600 !important;
    border-color: #ff6600 !important;
    color: #fff !important;
}

.hero-section-two .btn.btn-primary:hover {
    background-color: #e65c00 !important;
    border-color: #e65c00 !important;
}

.banner {
    position: relative;
}

.login-mobile-buttons {
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 2;
}

@media (min-width: 992px) {
    .login-mobile-buttons {
        display: none;
    }
}

.feature-img,
.service-img {
    height: 220px;
    overflow: hidden;
}

.feature-img img,
.service-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.landing-empty-state {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
    background: #f8f9fa;
    border-radius: 16px;
    border: 2px dashed #dee2e6;
}

.landing-empty-state .empty-icon {
    font-size: 3.5rem;
    color: #adb5bd;
    margin-bottom: 20px;
}

.landing-empty-state h4 {
    color: #495057;
    font-weight: 600;
    margin-bottom: 10px;
}

.landing-empty-state p {
    color: #6c757d;
    font-size: 0.95rem;
    max-width: 380px;
    text-align: center;
    line-height: 1.6;
}

.landing-empty-state .hint-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 16px;
    padding: 8px 18px;
    background: #fff3e0;
    border: 1px solid #ffe0b2;
    border-radius: 30px;
    color: #e65c00;
    font-size: 0.85rem;
    font-weight: 500;
}
