.slider-section {
    padding: 0;
    background: #000000;
}

.image-slider {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.slider-container {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.slider-track {
    display: flex;
    transition: transform 1.5s ease-in-out;
}

.slide {
    min-width: 100%;
    display: flex;
    flex-direction: column;
    background: #000000;
    cursor: pointer;
}

.slide-image {
    height: 100vh;
    overflow: hidden;
}

.slide-image .image-placeholder {
    height: 100%;
    border-radius: 0;
    box-shadow: none;
    position: relative;
}

.gallery-image {
    width: 100%;
    height: 100%;
    border-radius: 0;
    position: relative;
}

.gallery-image.gallery-1 {
    background: #000000;
}

.gallery-image.gallery-2 {
    background: #000000;
}

.gallery-image.gallery-3 {
    background: #000000;
}

.gallery-image.gallery-4 {
    background: #000000;
}

.gallery-image.gallery-5 {
    background: #000000;
}


.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    width: 50px;
    height: 50px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 10;
}

.slider-btn:hover {
    transform: translateY(-50%) scale(1.2);
}

.slider-btn svg {
    width: 40px;
    height: 40px;
    color: white;
    stroke-width: 1.5;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

.prev-btn {
    left: 20px;
}

.next-btn {
    right: 20px;
}

/* Modal Styles */
.slider-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.95);
    overflow: hidden;
}

.slider-modal.active {
    display: block;
}

.slider-modal-content {
    position: relative;
    width: 100%;
    height: 100%;
}

.close-slider {
    position: absolute;
    top: 20px;
    right: 30px;
    color: white;
    font-size: 50px;
    font-weight: 300;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 1001;
    transition: all 0.3s ease;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.close-slider:hover {
    transform: scale(1.2);
    color: #ccc;
}

/* Slide Image Styles */
.slide-image {
    position: relative;
}

.slide-image img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    display: block;
}

/* Slide Description Styles */
.slide-description {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: transparent;
    color: white;
    padding: 40px;
    text-align: center;
    max-width: 95%;
    width: auto;
}

@media (min-width: 1025px) {
    .slide-description {
        left: 10%;
        transform: translate(0, -50%);
        text-align: left;
        max-width: 50%;
    }
}

.slide-description h3 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 3.2rem;
    margin: -0.5rem 0 1.5rem 0;
    font-weight: 700;
    letter-spacing: 1px;
    max-width: 100%;
    width: 100%;
    line-height: 1.2;
}

.slide-description h3 span {
    display: block;
    white-space: nowrap;
}

.slide-description p {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.3rem;
    line-height: 1.6;
    margin: 1.5rem auto 1.5rem auto;
    max-width: 1000px;
    opacity: 0.9;
}

.slide-break-mobile {
    display: inline;
}

.image-slider .slide-description .slide-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 28px;
    margin-top: 0;
    background: #ffffff;
    color: #10161f;
    border-radius: 999px;
    font-weight: 600;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.image-slider .slide-description .slide-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.15);
}

@media (max-width: 1024px) {
    .slide-break-mobile {
        display: block;
        white-space: nowrap;
    }

    .slide-image {
        height: 70vh;
    }

    .slide-image img {
        height: 70vh;
    }

    .slider-btn {
        width: 45px;
        height: 45px;
    }

    .slider-btn svg {
        width: 35px;
        height: 35px;
    }
    
    .slide-description {
        top: auto;
        bottom: 60px;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
        width: 100%;
        max-width: calc(100% - 60px);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-end;
    }

    .slide-description .slide-cta {
        width: 100%;
        max-width: 360px;
        margin: 1.5rem auto 0;
        padding: 14px 30px;
        font-size: 15px;
    }

    .slide-description p {
        font-size: 1.1rem;
        width: 100%;
        max-width: none;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .slide-break-mobile {
        display: block;
        white-space: nowrap;
    }
    .slide-image {
        position: relative;
    }
    
    .slide-description {
        padding: 20px 15px;
        top: auto;
        bottom: 40px;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        max-width: calc(100% - 40px);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-end;
    }

    .slide-description .slide-cta {
        width: 100%;
        max-width: 420px;
        margin: 2rem auto 0;
        padding: 16px 32px;
        justify-content: center;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    }

    .slide-description p {
        font-size: 1rem;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .slide-image {
        height: 60vh;
    }

    .slide-image img {
        height: 60vh;
    }

    .close-slider {
        top: 10px;
        right: 15px;
        font-size: 40px;
        width: 40px;
        height: 40px;
    }

    .slide-description h3 {
        font-size: 2.1rem;
        margin: -0.3rem 0 1rem 0;
        font-weight: 700;
        width: 100%;
    }

    .slide-description p {
        font-size: 0.95rem;
        line-height: 1.4;
        margin: 3rem auto 0.5rem auto;
    }

    .slider-btn {
        width: 40px;
        height: 40px;
    }

    .slider-btn svg {
        width: 30px;
        height: 30px;
    }

    .prev-btn {
        left: 10px;
    }

    .next-btn {
        right: 10px;
    }
}

@media (max-width: 480px) {
    .slide-break-mobile {
        display: block;
        white-space: nowrap;
    }
    .slide-image {
        height: 50vh;
    }

    .slide-image img {
        height: 50vh;
    }

    .slider-btn {
        width: 35px;
        height: 35px;
    }

    .slider-btn svg {
        width: 25px;
        height: 25px;
    }

    .prev-btn {
        left: 5px;
    }

    .next-btn {
        right: 5px;
    }

    .slide-image {
        position: relative;
    }
    
    .slide-description {
        padding: 15px 10px;
        top: auto;
        bottom: 30px;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        max-width: calc(100% - 20px);
        align-items: center;
        justify-content: flex-end;
    }

    .slide-description h3 {
        font-size: 1.6rem;
        margin: -0.2rem 0 0.8rem 0;
        font-weight: 700;
        width: 100%;
    }

    .slide-description p {
        font-size: 0.9rem;
        line-height: 1.3;
        margin: 2rem auto 0.3rem auto;
        text-align: center;
    }

    .slide-description .slide-cta {
        width: 100%;
        max-width: 360px;
        padding: 14px 24px;
        font-size: 14px;
        margin: 1.5rem auto 0;
    }
}