.grad-slider-container-4fda7f60 {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
    background-color: #0b132b;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.grad-swiper-4fda7f60 {
    width: 100%;
    height: 500px;
}

@media (max-width: 768px) {
    .grad-swiper-4fda7f60 {
        height: 380px;
    }
}

.grad-slide-4fda7f60 {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.grad-slide-4fda7f60 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 1;
    transform: scale(1.05);
    transition: transform 6s cubic-bezier(0.16, 1, 0.3, 1);
}

.grad-swiper-4fda7f60 .swiper-slide-active img {
    transform: scale(1);
}

.grad-overlay-4fda7f60 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: linear-gradient(to top, rgba(11, 19, 43, 0.85) 0%, rgba(11, 19, 43, 0.3) 100%);
}

.grad-content-4fda7f60 {
    position: relative;
    z-index: 3;
    max-width: 800px;
    text-align: center;
    color: #ffffff;
    padding: 0 40px;
    transform: translateY(20px);
    opacity: 0;
    transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.3s;
}

.grad-swiper-4fda7f60 .swiper-slide-active .grad-content-4fda7f60 {
    transform: translateY(0);
    opacity: 1;
}

.grad-subtitle-4fda7f60 {
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #e5c158;
}

.grad-title-4fda7f60 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 16px;
    line-height: 1.2;
    letter-spacing: -0.5px;
}

@media (max-width: 768px) {
    .grad-title-4fda7f60 {
        font-size: 28px;
    }
    .grad-content-4fda7f60 {
        padding: 0 20px;
    }
}

.grad-text-4fda7f60 {
    font-size: 16px;
    line-height: 1.6;
    opacity: 0.9;
    max-width: 600px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .grad-text-4fda7f60 {
        font-size: 14px;
    }
}

/* Custom Navigation Buttons */
.grad-btn-prev-4fda7f60,
.grad-btn-next-4fda7f60 {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(4px);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    z-index: 10;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.grad-btn-prev-4fda7f60:after,
.grad-btn-next-4fda7f60:after {
    display: none;
}

.grad-btn-prev-4fda7f60:hover,
.grad-btn-next-4fda7f60:hover {
    background: #e5c158;
    color: #0b132b;
    border-color: #e5c158;
    transform: scale(1.05);
}

@media (max-width: 768px) {
    .grad-btn-prev-4fda7f60,
    .grad-btn-next-4fda7f60 {
        width: 38px;
        height: 38px;
    }
}

/* Pagination Dots */
.grad-pagination-4fda7f60 {
    position: absolute;
    bottom: 24px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    z-index: 10;
    display: flex;
    justify-content: center;
    gap: 8px;
}

.grad-pagination-4fda7f60 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.4);
    opacity: 1;
    border-radius: 50%;
    transition: all 0.3s ease;
    cursor: pointer;
}

.grad-pagination-4fda7f60 .swiper-pagination-bullet-active {
    background: #e5c158;
    width: 24px;
    border-radius: 5px;
}
