.sdv-triptic-wrapper {
    width: 100%;
    overflow: hidden;
}
.sdv-triptic-inner {
    display: flex;
    flex-wrap: nowrap;
}
.sdv-triptic-block {
    flex: 1 0 33.3333%;
    background-size: cover;
    background-position: center;
    height: 85vh;
    position: relative;
}
.sdv-triptic-block::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.0) 48.19%, rgba(0,0,0,0.8) 84.65%);
    z-index: 1;
}
.sdv-triptic-block a {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 2;
    text-decoration: none;
    color: white;
    text-align: center;
    padding: 0 20px 50px;
}
.sdv-triptic-content {
    max-width: 700px;
    margin-bottom: 50px;
}
.sdv-triptic-content h3 {
    font-size: 2rem;
    font-weight: 600;
    color: white;
    margin-bottom: 10px;
    text-transform: none;
}
.sdv-triptic-content .separator {
    width: 40px;
    height: 3px;
    background: #CBB279;
    margin: 10px auto;
}
.sdv-triptic-content p {
    font-size: 1rem;
    font-weight: 300;
    color: white;
    margin: 0;
}

@media (max-width: 768px) {
    .sdv-triptic-block {
        flex: 1 0 100%;
    }
}

.swiper-pagination {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 10;
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #fff;
    opacity: 0.4;
    margin: 0 4px;
    border-radius: 100%;
    display: inline-block;
}
.swiper-pagination-bullet-active {
    opacity: 1;
}
