.solar-section-ee0b777b {
    background: #0a1628;
    padding: 80px 0;
    width: 100%;
    overflow: hidden;
}

.solar-section-inner-ee0b777b {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 24px;
}

.solar-header-ee0b777b {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 48px;
    gap: 24px;
}

.solar-header-left-ee0b777b {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.solar-label-ee0b777b {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #f59e0b;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.solar-heading-ee0b777b {
    font-size: 40px;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    line-height: 1.2;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.solar-header-right-ee0b777b {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-shrink: 0;
}

.solar-nav-ee0b777b {
    display: flex;
    gap: 8px;
}

.solar-nav-btn-ee0b777b {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1.5px solid rgba(255, 255, 255, 0.25);
    background: transparent;
    color: #ffffff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.solar-nav-btn-ee0b777b:hover {
    background: #f59e0b;
    border-color: #f59e0b;
    color: #0a1628;
}

.solar-viewall-ee0b777b {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 600;
    color: #f59e0b;
    text-decoration: none;
    transition: color 0.3s ease;
    white-space: nowrap;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.solar-viewall-ee0b777b:hover {
    color: #fbbf24;
}

.solar-swiper-ee0b777b {
    overflow: visible;
}

.solar-swiper-ee0b777b .swiper-wrapper {
    align-items: stretch;
}

.solar-swiper-ee0b777b .swiper-slide {
    height: auto;
}

.solar-card-ee0b777b {
    display: block;
    text-decoration: none;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    height: 100%;
}

.solar-card-img-ee0b777b {
    position: relative;
    width: 100%;
    height: 380px;
    overflow: hidden;
    border-radius: 16px;
}

.solar-thumb-ee0b777b {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.solar-card-ee0b777b:hover .solar-thumb-ee0b777b {
    transform: scale(1.06);
}

.solar-placeholder-ee0b777b {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #1e3a5f, #0a1628);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.3);
}

.solar-card-gradient-ee0b777b {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
    pointer-events: none;
    border-radius: 0 0 16px 16px;
}

.solar-card-content-ee0b777b {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 24px;
    z-index: 2;
}

.solar-card-title-ee0b777b {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 6px;
    line-height: 1.3;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.solar-card-location-ee0b777b {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.75);
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.solar-card-arrow-ee0b777b {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(8px);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: translateY(8px);
    transition: all 0.3s ease;
    z-index: 3;
}

.solar-card-ee0b777b:hover .solar-card-arrow-ee0b777b {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 1024px) {
    .solar-heading-ee0b777b {
        font-size: 32px;
    }

    .solar-card-img-ee0b777b {
        height: 320px;
    }
}

@media (max-width: 768px) {
    .solar-section-ee0b777b {
        padding: 48px 0;
    }

    .solar-header-ee0b777b {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 32px;
    }

    .solar-heading-ee0b777b {
        font-size: 28px;
    }

    .solar-header-right-ee0b777b {
        width: 100%;
        justify-content: space-between;
    }

    .solar-card-img-ee0b777b {
        height: 280px;
    }

    .solar-card-title-ee0b777b {
        font-size: 17px;
    }
}
