.elementor-swiper-f1cfdafd {
    position: relative;
    width: 100%;
    height: 80vh;
    min-height: 500px;
    overflow: hidden;
}
.swiper-container-f1cfdafd {
    width: 100%;
    height: 100%;
}
.swiper-slide-f1cfdafd {
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    padding: 20px;
}
.hero-slide-content {
    max-width: 800px;
    margin: 0 auto;
}
.hero-slide-title {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #ffffff;
    text-shadow: 0 2px 10px rgba(0,0,0,0.3);
}
.hero-slide-desc {
    font-size: 1.25rem;
    margin-bottom: 30px;
    color: #f1f1f1;
    line-height: 1.6;
}
.hero-slide-btn {
    display: inline-block;
    padding: 12px 30px;
    background-color: #007bff;
    color: #fff;
    text-decoration: none;
    border-radius: 30px;
    font-weight: 600;
    transition: background 0.3s ease;
}
.hero-slide-btn:hover {
    background-color: #0056b3;
    color: #fff;
}
.swiper-pagination-f1cfdafd .swiper-pagination-bullet {
    background: #fff !important;
    opacity: 0.5;
}
.swiper-pagination-f1cfdafd .swiper-pagination-bullet-active {
    opacity: 1;
    background: #007bff !important;
}
.swiper-button-next-f1cfdafd, .swiper-button-prev-f1cfdafd {
    color: #fff !important;
}
@media (max-width: 768px) {
    .hero-slide-title {
        font-size: 2rem;
    }
    .hero-slide-desc {
        font-size: 1rem;
    }
}
