.banner-custome {
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.banner-image {
    width: 100%;
    position: relative;
    height: 100%;
}

.banner-video {
    width: 100%;
    position: relative;
    height: 100%;
    object-fit: cover !important;
}

.banner-text {
    position: absolute;
}

.banner-text *,
.banner-custome * {
    color: white !important;
}

.range-value {
    background-color: #0090be !important;
    color: white !important;
    padding: 6px 12px;
    border-radius: 5px;
}

/* Hero Title Styles */
.hero-slide-item {
    position: relative;
    overflow: hidden;
}

.hero-slide-item img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: center;
}

.hero-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    z-index: 10;
    width: 100%;
    padding: 0 20px;
}

.hero-title {
    color: white !important;
    font-size: 2rem;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    margin: 0;
    line-height: 1.2;
}

/* Afghan organization theme colors */
.hero-title::after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #dc2626, #059669, #f97316);
    margin: 10px auto 0;
    border-radius: 2px;
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 1.4rem;
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 1.2rem;
    }
}
