/*----------------------------------------------
    Global customizations
------------------------------------------------*/
.hero {
	padding: 450px 0;
}

.hero h2 {
	font-size: 80px;
}

body {
	background-color: #FFFFFF;
}


/*-------------------------------------------- 
    EGLE White paper page 
-----------------------------------------------*/
/* Carousel */
.carousel-container {
    width: 100%;
    transition: all 0.5s ease-in-out;
}
.image-viewport {
    position: relative;
    overflow: hidden;
    border-radius: 0.5rem;
}
.image-wrapper {
    display: flex;
    transition: transform 0.5s ease-in-out; 
}
.image-wrapper img {
    width: 100%;
    object-fit: cover;
    flex-shrink: 0; /* Ensures images don't try to shrink */
}
.dots-container {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
    gap: 0.5rem;
}
.nav-dot {
    height: 8px;
    border: none;
    padding: 0;
    cursor: pointer;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
    background-color: #d1d5db;
    outline: none;
}
.nav-dot.active {
    width: 24px;
    background-color: #d1d5db; 
}
.nav-dot:not(.active) {
    width: 8px;
}
.nav-dot:not(.active):hover {
    background-color: #9ca3af;
}

/* trah and bin style for white paper */
.animation-section {
    display: flex;
    align-items: center;
    justify-content: center;
}
.animation-container {
    width: 100%;
    text-align: center;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.animation-container img {
    position: relative;
}
.trash-items {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    z-index: 0;
}
.trash-bin {
    width: 100%;
	z-index: 9;
}
.trash-bin-container {
	position: relative;
    background-color: #ffffff;
}

/*--------------------------------------- 
    Contact 
-----------------------------------------*/
.contact-details .bottom .column p {
	margin-bottom: 1em;
}

/*--------------------------------------- 
    Solutions Carousel
-----------------------------------------*/
#umaSolutionsCarousel .swiper-slide {
	cursor: pointer;
}