@import url('https://swipermanager.com/wp-content/plugins/swiper-manager/assets/css/basic.css');
/* Basic Styles */
.swiper-manager-container.swiper-style17 * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
        
.swiper-manager-container.swiper-style17 {
    width: 100%;
    position: relative;
    font-family: "SF Pro Text","SF Pro Icons",'Segoe UI', "Helvetica Neue","Helvetica", "Arial", sans-serif;
    --color:white;
    --title-font-size: 22px;
    --subtitle-font-size: 16px;
    --description-font-size: 15px;
    --btn-font-size: 17px;
    --text-align :center;
    --swiper-slide-aspect-ratio: auto;    
    --overlay-color: transparent; 

     --swiper-button-width: 44px;
    --swiper-button-height: 44px;
    --swiper-button-font-size : 16px; 
    --swiper-button-border-radius: 980px;
    --swiper-button-padding: calc((var(--swiper-button-width) - var(--swiper-button-font-size))/3)  calc((var(--swiper-button-height) / 2 - var(--swiper-button-font-size)) / 3);
    
}



.swiper-manager-container.swiper-style17.color-white .slide-content {--color:#fff;}
.swiper-manager-container.swiper-style17.color-black .slide-content {--color:#000;}
.swiper-manager-container.swiper-style17.color-gray .slide-content {--color:#999;}

.swiper-manager-container.swiper-style17.content-align-center .slide-content {--text-align :center; }
.swiper-manager-container.swiper-style17.content-align-left .slide-content {--text-align :left; }
.swiper-manager-container.swiper-style17.content-align-right .slide-content {--text-align :right; }    

.swiper-manager-container.swiper-style17.content-align-center .slide-content {padding: 2em 20%;  }
.swiper-manager-container.swiper-style17.content-align-left .slide-content {padding: 2em 30% 2em 10%;  }
.swiper-manager-container.swiper-style17.content-align-right .slide-content {padding: 2em 10% 2em 30%;  }


/* Make sure height is auto for all screen sizes when autoHeight is enabled */
/* Apply auto height for all screen sizes to support autoHeight functionality */
.swiper-manager-container.swiper-style17 .main-swiper {
    height: auto ;
    min-height: 10vh;
}

.swiper-manager-container.swiper-style17 .main-swiper .swiper-slide {
    position: relative;
    overflow: hidden;
    width:100%;
    height:auto;
    min-height: 150px;
}



/* Background Image and Video Styles */
.swiper-manager-container.swiper-style17 .fixedheight .swiper-slide > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.swiper-manager-container.swiper-style17 .slide-background-img {
    position: relative; /* Ensure correct height calculation */
    width: 100%;
    height: auto; /* Auto height to maintain aspect ratio */
    display: block; /* Remove whitespace below the image */
    z-index: 1; /* Background image at the bottom layer */
    max-width: 100%;
    object-fit: cover;
}

.swiper-manager-container.swiper-style17 .fixedheight .slide-background-img {
height: 100%;
}



.swiper-manager-container.swiper-style17 .video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; /* 100% height relative to parent element */
    z-index: 2; /* Video container above background image */
}

.swiper-manager-container.swiper-style17 .video-container iframe,
.swiper-manager-container.swiper-style17 .video-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Content Container Styles */
.swiper-manager-container.swiper-style17.content-align-default .slide-content {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4; /* Text content at the top */
    color: var(--color);
    padding: 2em 4em;
    height: 100%; /* 100% height relative to parent element */
    width: 100%; /* 100% width relative to parent element */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    max-width: 100%;
    margin: 0 auto;
    text-align: var(--text-align);      
    pointer-events: none;
      
}

/* Text Styles */
.swiper-manager-container.swiper-style17.content-align-default .slide-title {
    font-size: var(--title-font-size);  
    line-height:40px;  
    text-shadow: 0 2px 4px rgba(0,0,0,0.5);
    color: var(--color);
    text-align: left;
    position: absolute;
    bottom: 40px;
    left: calc(20% + 40px);
}

.swiper-manager-container.swiper-style17.content-align-default .slide-subtitle {
    font-size: var(--subtitle-font-size);    
    text-shadow: 0 2px 4px rgba(0,0,0,0.5);
    color: var(--color);
    text-align: var(--text-align);
    position: absolute;
    bottom: 15px;
    left: calc(20% + 40px);
}

.swiper-manager-container.swiper-style17.content-align-default .slide-description {    
    font-size: var(--description-font-size);
    line-height: 1.6;
    padding-right: 40px;
    text-shadow: 0 1px 2px rgba(0,0,0,0.5);
    color: var(--color);
    text-align: left;
    position: absolute;
    bottom: 100px;
    left: 40px;
}

/* Link Button Styles */
.swiper-manager-container.swiper-style17.content-align-default .slide-link {
    display: inline-block;
    position:absolute;
    bottom: 40px;
    left: 40px;
    padding: 12px 22px;
    background-color: #f5f5f5;
    color: #000;
    font-size:14px;
    text-decoration: none;
    border-radius: 980px;
    font-weight: 400;
    transition: all 0.3s ease;
    align-self: center;
    pointer-events: all;
}

.swiper-manager-container.swiper-style17.content-align-default .slide-link:hover {
    background-color: white;
    /* transform: translateY(-2px); 
    box-shadow: 0 4px 8px rgba(0,0,0,0.2); */
}




/* Overlay to make text clearer */
.swiper-manager-container.swiper-style17 .slide-overlay {
    position: absolute;
    bottom: 0;
    top: 70%;
    left: 0;
    width: 100%;
    height: 30%; /* 100% height relative to parent element */
    background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.5));
    z-index: 3; /* Overlay above video, below text */
    pointer-events: none;
   
}

/* info button */

.swiper-manager-container.swiper-style17 .swiper-info-btn 
{
    position: absolute;
    display:none;
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    padding: 0 12px;
    z-index: 10;
    border-radius: 980px;
    cursor: pointer;
    background-color: transparent;
    border: 2px solid var(--color);
    color: var(--color);
    transition: all 0.3s ease;
}

.swiper-manager-container.swiper-style17 .swiper-info-btn:hover {
    background-color: white;
    color:#000;
}

.swiper-manager-container.swiper-style17 .swiper-info-btn:after {
    content: 'i';
    font-family: 'times new roman', Arial;
    font-size: 24px;
    line-height: 32px;
}

/* Pagination Indicator Styles */
.swiper-manager-container.swiper-style17 .swiper-pagination {
    display: block;
    position: relative;
    margin-top: 20px;
    width: auto;    
    text-align: center;
    z-index: 10;
}

.swiper-manager-container.swiper-style17 .swiper-pagination-bullet {
    background: #777;
    width: 10px;
    height: 10px;
}

.swiper-manager-container.swiper-style17 .swiper-pagination-bullet-active {
    background: black;
    width: 32px;
    height: 12px;
    border-radius: 980px;
}

/* Thumbnail Slider Styles */
.swiper-manager-container.swiper-style17 .swiper-thumbs-container {
    position: relative;
    width: 100%;
    z-index: 50;
    margin: 0 auto;
}

.swiper-manager-container.swiper-style17 .thumbs-swiper {
    padding: 10px;
    border-radius: 4px;
    max-width: 90%;
    margin: 0 auto;
    text-align: center;
}

.swiper-manager-container.swiper-style17 .thumbs-swiper .swiper-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
}

.swiper-manager-container.swiper-style17 .thumbs-swiper .swiper-slide {
    width: 100px !important;
    height: auto;
    margin: 0 5px;
    opacity: 0.6;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}

.swiper-manager-container.swiper-style17 .thumbs-swiper .swiper-slide-thumb-active {
    opacity: 1;
    border: 2px solid #ccc;
    transform: scale(1.2);
}

.swiper-manager-container.swiper-style17 .thumbs-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    aspect-ratio: 16/9;
    display: block;
    object-fit: cover;
}

.swiper-manager-container.swiper-style17 .thumbs-swiper .swiper-slide .thumb-title {
    display: none;
}