.hero-slider-1a75af94 {
    position: relative;
    width: 100%;
    height: 80vh;
    min-height: 500px;
    overflow: hidden;
}

.slideshow-container-1a75af94 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.slide-1a75af94 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 1.5s ease-in-out;
    transform: scale(1);
}

.slide-1a75af94.active {
    opacity: 1;
    animation: kenBurnsZoom_1a75af94 20s ease-out forwards;
}

@keyframes kenBurnsZoom_1a75af94 {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.15);
    }
}

/* Glassmorphism Overlay Card Layout */
.overlay-container-1a75af94 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: flex;
    align-items: center;
    padding-left: 8%;
    background: rgba(0, 0, 0, 0.25);
}

.hero-card-1a75af94 {
    width: 100%;
    max-width: 550px;
    padding: 3rem;
    border-radius: 12px;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.hero-title-1a75af94 {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}

.hero-desc-1a75af94 {
    font-family: 'Inter', sans-serif;
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 2rem;
}

.hero-btn-1a75af94 {
    display: inline-block;
    padding: 12px 32px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 6px;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
}

.hero-btn-1a75af94:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35);
}

@media (max-width: 768px) {
    .overlay-container-1a75af94 {
        padding: 20px;
        align-items: center;
        justify-content: center;
    }
    .hero-card-1a75af94 {
        padding: 2rem;
        max-width: 100%;
        text-align: center;
    }
    .hero-title-1a75af94 {
        font-size: 2.2rem;
    }
}
