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

.slides-wrapper {  
    position: relative;  
    width: 100%;  
    height: 100%;  
}  

.slide-overlay {
	
	    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    height: 100%;
    position: absolute;
    z-index: 1;
}

.slide {  
    position: absolute;  
    top: 0;  
    left: 0;  
    width: 100%;  
    height: 100%;  
    opacity: 0;  
    transition: opacity 0.5s ease-in-out;  
} 

/* Add/update these CSS rules */  

.progress-circle-bar {  
    stroke: currentColor;  
    stroke-dasharray: 283;  
    stroke-dashoffset: 283;  
    transform: rotate(-90deg);  
    transform-origin: center;  
}  

.progress-circle-bg {  
    stroke: currentColor;  
    opacity: 0.2;  
}  

.nav-item.active .progress-circle-bar {  
    transition: stroke-dashoffset 0.1s linear;  
}  

.slide {  
    opacity: 0;  
    visibility: hidden;  
    transition: opacity 0.5s ease-in-out;  
}  

.slide.active {  
    opacity: 1;  
    visibility: visible;  
}  

/* Smooth progress animation */  
.progress-animation-smooth .progress-circle-bar {  
    transition: stroke-dashoffset 0.1s linear;  
}  

/* Stepped progress animation */  
.progress-animation-stepped .progress-circle-bar {  
    transition: none;  
}  

.slide.active {  
    opacity: 1;  
    z-index: 1;  
}  

.slide-background {  
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}  

.slide-navigation-container {
    display: flex;
    align-items: center;
    gap: 1rem;
    width: 100%;
    max-width:1140px;
    margin:auto;
}

.slide-content {  
    position: relative;  
    z-index: 2;  
    color: #fff;  
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);  
	width:100%;
	max-width:1140px;
	margin:0px auto;
	display:flex;
	height:90%;
}  

.slide-column {
	
	display: flex;
    flex-direction: column;
    flex-basis: 60%;
    justify-content:center;
    align-items:flex-start;
}

.slide-navigation {  
    position: absolute;  
    bottom: 0;  
    left: 0;  
    width: 100%;  
    padding: 1rem;  
    display: flex;  
    justify-content: center;  
    gap: 1.5rem;  
    background: rgba(0, 0, 0, 0.5);  
    z-index: 10;  
}  

.slide-navigation-outer {

    width:100%;
    position:relative;
    overflow:hidden;
    padding:15px 10px;
}

.slide-navigation-inner {
	
	display: flex;
    justify-content: space-between;
    gap: 10px;
}

.slide-navigation-inner {  
    display: flex;  
    flex-wrap: nowrap;  
}  


.nav-item {  
    flex: 0 0 auto;  
}  




.slide-nav-thumb-wrapper {  
    width: 100%;  
    height: 100%;  
    display: flex;  
    flex-direction: row;  
    align-items: center;  
}  
.slide-nav-thumb {  
    position: relative;  
    width: 60px;  
    height: 60px;  
    border-radius: 50%;  
    background-size: cover;  
    background-position: center;  
    z-index: 2;  
}  

/* SVG Progress Circle Styles */  
.progress-circle {  
    position: absolute;  
    top: -5%;  
    left: -5%;  
    width: 110%;  
    height: 110%;  
    transform: rotate(-90deg);  
    z-index: 1;  
}  

.progress-circle-bg {  
    fill: none;  
    stroke: rgba(255, 255, 255, 0.2);  
    stroke-width: 3;  
}  

.progress-circle-bar {  
    fill: none;  
    stroke: #fff;  
    stroke-width: 3;  
    stroke-dasharray: 283; /* 2 * π * r (r = 45) */  
    stroke-dashoffset: 283;  
    transition: stroke-dashoffset 0.1s linear;  
}  


/* Active State Styles */  
.nav-item.active .slide-nav-thumb {  
    box-shadow: 0 0 0 2px #fff;  
}  

/* Hover Effects */  
.nav-item:hover .slide-nav-thumb {  
    transform: scale(1.1);  
    transition: transform 0.3s ease;  
}  

/* Responsive Styles */  
@media (max-width: 768px) {  
    .slide-navigation {  
        padding: 0.75rem;  
        gap: 1rem;  
    }  

    .slide-nav-thumb {  
        width: 45px;  
        height: 45px;  
    }  

    .nav-title {  
        font-size: 0.7rem;  
    }  
}  

@media (max-width: 480px) {  
    .slide-navigation {  
        padding: 0.5rem;  
        gap: 0.5rem;  
    }  

    .slide-nav-thumb {  
        width: 35px;  
        height: 35px;  
    }  

    .nav-title {  
        display: none;  
    }  
    
    .slide-column {
	
	display: flex;
    flex-direction: column;
    flex-basis: 100% !important;
    justify-content:center;
    align-items:flex-start;
}
}  

.slide-navigation {  
    position: absolute;  
    bottom: 0;  
    left: 0;  
    width: 100%;  
    padding: 1rem;  
    display: flex;  
    justify-content: center;  
    gap: 1rem;  
    background: rgba(0, 0, 0, 0.5);
	z-index:10;
}  

.nav-item {  
    position: relative;  
    cursor: pointer;  
    text-align: left; 
	display: flex;
    width: 100%;
    justify-content: space-between;
}  

.slide-nav-thumb {  
    position: relative;  
    border-radius: 50%;  
    overflow: hidden;  
    background-size: cover;  
    background-position: center;  
    margin-bottom: 0.5rem;  
}  

.progress-bar {  
    position: absolute;  
    bottom: 0;  
    left: 0;  
    width: 0;  
    height: 3px;  
    background: #fff;  
    transition: width 0.1s linear;  
}  


.nav-arrow {

    width:100%;
    height:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    max-width: 25px;
    max-height: 25px;

}

/* Animation Types */  
/* Fade */  
.animation-fade .slide {  
    transition: opacity 0.5s ease-in-out;  
}  

/* Slide */  
.animation-slide .slide {  
    transform: translateX(100%);  
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;  
}  

.animation-slide .slide.active {  
    transform: translateX(0);  
}  

/* Zoom */  
.animation-zoom .slide {  
    transform: scale(0.8);  
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;  
}  

.animation-zoom .slide.active {  
    transform: scale(1);  
}  

/* Flip */  
.animation-flip .slide {  
    transform: rotateY(90deg);  
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;  
}  

.animation-flip .slide.active {  
    transform: rotateY(0);  
}  

/* Responsive Styles */  
@media (max-width: 768px) {  
    .slide-content {  
        padding: 1rem;  
    }  

    .slide-content h2 {  
        font-size: 1.5rem;  
    }  

    .slide-navigation {  
        padding: 0.5rem;  
    }  

    .nav-title {  
        display: none;  
    }  
}  

@media (max-width: 480px) {  
    .slide-nav-thumb {  
        width: 40px !important;  
        height: 40px !important;  
    }  
}  

.slide-navigation {  
    position: absolute;  
    bottom: 0;  
    left: 0;  
    width: 100%;  
    padding: 1rem;  
    display: flex;  
    justify-content: center;  
    gap: 1.5rem;  
    background: rgba(0, 0, 0, 0.5);  
    z-index: 10;  
    flex-wrap: wrap; /* Allow wrapping for many items */  
}  

.nav-item {  
    /* These properties will be set by Elementor */  
    /* width: calc(100% / {{SIZE}}); */  
    
    /* Additional properties to ensure proper sizing */  
    box-sizing: border-box;  
    padding: 5px; /* Adjust as needed */  
    display: flex;  
    align-items: center;  
    justify-content: center;  
}


.slide-nav-thumb {  
    position: relative;  
    width: 60px;  
    height: 60px;  
    border-radius: 50%;  
    background-size: cover;  
    background-position: center;  
    z-index: 2;  
    flex-shrink: 0; /* Prevent thumbnail from shrinking */  
}  


.nav-title-wrapper {  
    width: 100%;  
    text-align: center;  
    margin-top: 5px;  
} 

.nav-title {  
    color: #fff;  
    font-size: 0.9rem;  
    line-height: 1.2;  
    display: block;  
    word-wrap: break-word; /* Allow long words to break */  
    hyphens: auto; /* Enable hyphenation */  
    text-align: left;  
}  

/* Active State Styles */  
.nav-item.active .slide-nav-thumb {  
    box-shadow: 0 0 0 2px #fff;  
}  

.nav-item.active .nav-title {  
    font-weight: bold;  
}  

/* Hover Effects */  
.nav-item:hover .slide-nav-thumb {  
    transform: scale(1.1);  
    transition: transform 0.3s ease;  
}  

/* Responsive Styles */  
@media (max-width: 768px) {  
    .slide-navigation {  
        padding: 0.75rem;  
        gap: 1rem;  
    }  

    .nav-item {  
        min-width: 80px;  
        max-width: 150px;  
    }  

    .slide-nav-thumb {  
        width: 45px;  
        height: 45px;  
    }  

    .nav-title {  
        font-size: 0.8rem;  
    }  
}  

@media (max-width: 480px) {  
    .slide-navigation {  
        padding: 0.5rem;  
        gap: 0.5rem;  
    }  

    .nav-item {  
        min-width: 60px;  
        max-width: 120px;  
    }  

    .slide-nav-thumb {  
        width: 35px;  
        height: 35px;  
    }  

    .nav-title {  
        font-size: 0.7rem;  
    }  
}  