.fgf-slider-contain {
    position: relative;
    width: 100%;
    height: 100vh; /* Default full-screen height; can be overridden via inline styles */
    overflow: hidden;
}

/* Ensure Swiper fills the entire container */
.swiper-container {
    width: 100%;
    height: 100%;
}

/* Ensure each slide is properly positioned */
.swiper-wrapper {
    width: 100%;
    height: 100%;
}

.fgf-slide-bg {
	position: absolute;
	background-size: cover;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

/* Slide styling for full cover effect */
.fgf-slide {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Video should cover the entire slide */
.fgf-slide video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

/* Overlay effect */
.fgf-slide-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    z-index: 1;
}

.fgf-slide-content-wrapper {
    position: relative;
    display: flex;
    justify-content: flex-start; /* Align left */
    align-items: center; /* Keep it vertically centered */
    width: 100%;
    max-width: 1600px;
    padding: 0 90px;
    margin: auto;
}

/* Content container */
.fgf-slide-content {
    text-align: left; 
    z-index: 2;
    width: 100%; 
    max-width: 100%;
}

/* CTA Button styling */
.fgf-slide-ctas {
    margin-top: 15px;
}
.fgf-slide-btn {
    display: inline-block;
    padding: 10px 20px;
    background: white;
    color: black !important;
    text-decoration: none;
    margin: 5px;
    border-radius: 5px;
}

/* Navigation arrows */
.swiper-button-prev, .swiper-button-next {
    color: white;
    z-index: 10;
}

/* Custom slide navigation buttons  */
.fgf-slider-nav {
    position: absolute;
	margin-left: -44px;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 2px;
    z-index: 10;
}
/*
.fgf-slider-nav {
    position: relative;
    z-index: 5;
}*/

/* .fgf-slide-nav-btn {
    background: rgba(255, 255, 255, 0.7);
    color: black;
    padding: 8px 15px;
    border: none;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    border-radius: 5px;
}*/
.fgf-slide-nav-btn {
    position: relative;
    display: inline-block;
    padding: 10px 20px;
    background: transparent;
    color: white;
    border: none;
    text-align: center;
    cursor: pointer;
    z-index: 2;
	border-bottom: 3px solid rgba(255, 255, 255, 0.35);
}

/*.fgf-slide-nav-btn.active {
    background: white;
    color: black;
    font-weight: bold;
}*/

.fgf-slide-nav-btn.active {
    color: #ffcc00; /* Highlight active button */
}

.fgf-slide-nav-btn .progress-bar {
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0;
    height: 3px;
    background-color: rgba(255, 255, 255, 0.7);
    transition: width 0.1s linear;
}

.fgf-slider-nav .fgf-slide-nav-btn .progress-bar.active {
    width: 100%;
}

.audio-toggle {
    background: none;
    cursor: pointer;
    font-size: 28px;    
	border: 1px solid #f0efe7;
	color: #f0efe7;
    padding: 15px;
    width: 72px;
    height: 72px;
    border-radius: 50px !important;
	--nectar-border-radius: 50px !important;
}

.audio-toggle:focus {
    outline: none; /* Remove default focus outline */
}

.fgf-universal-audio-toggle {
   /* position: absolute;
    bottom: 20px;
    right: 20px;*/
	margin-bottom: -10px;
    margin-right: 5px;
	z-index: 1;
}

.fgf-universal-audio-toggle button {
    background: none;
    cursor: pointer;
    font-size: 28px;    
	border: 1px solid #f0efe7 !important;
	color: #f0efe7 !important;
    width: 44px;
    height: 44px;
    border-radius: 50px !important;
	--nectar-border-radius: 50px !important;
}

.fgf-universal-audio-toggle button i {
	top: -12px !important;
    left: -6px !important;
}

.fgf-universal-audio-toggle button.disabled {
    opacity: 0;
    pointer-events: none;
}

/*.fgf-universal-audio-toggle button.disabled {
	content: "";
	width: 100%;
	border-bottom: 1px solid #fff;	
}*/

	
@media (max-width: 1068px) {

	.fgf-slide-content {
		width: 100% !important;
	}
	
}

@media (max-width: 768px) {
    .fgf-universal-audio-toggle {
        display: none;
    }

    .fgf-slider-nav {
        margin-left: 0;
        width: 100%;
        padding: 0 20px;
        justify-content: center;
        position: absolute; /* Key change: Absolute positioning */
        z-index: 10; /* Ensure it's above other content */
        background-color: rgba(0, 0, 0, 0.35); /* Optional: Add a semi-transparent background */
        padding: 10px 0 70px;
        left: 50%;
        bottom: 0;
        gap: 5px;
    }

    .fgf-slider-nav .fgf-slide-nav-btn {
        /* Optional: Adjust button styles for better visibility on mobile */
        padding: 20px 20px 0;
        font-size: 14px;
    }
	
	.fgf-slider-nav .fgf-slide-nav-btn span {
		display: none;
	}

    /* Prevent overlap with content by adding padding to the slide content wrapper */
    .fgf-slide-content-wrapper {
        padding-bottom: 60px; /* Adjust this value to match the height of your navigation + some buffer */
        box-sizing: border-box; /* Include padding in the element's total width and height */
    }

    .fgf-slide {
        display: flex; /* Ensure flexbox is used */
        flex-direction: column; /* Stack content vertically */
        justify-content: flex-end; /* Align content to the bottom */
    }

    .fgf-slide-content-wrapper {
        margin-bottom: auto; /* Push content to the top */
    }
	
	
}

