.serengeti-carousel-wrapper-a5e6e87e {
    position: relative;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
    overflow: visible;
}

.serengeti-swiper-a5e6e87e {
    width: 100% !important;
    max-width: 100% !important;
    height: auto;
    overflow: hidden;
}

.serengeti-swiper-a5e6e87e .swiper-wrapper {
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
    width: 100%;
}

.serengeti-swiper-a5e6e87e .swiper-slide {
    flex-shrink: 0;
    height: auto;
    width: 100%; /* Default fluid width */
    box-sizing: border-box;
}

.serengeti-card-item-a5e6e87e {
    position: relative;
    width: 100%;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 35px 30px;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}

/* Linear gradient overlay from dark bottom to faint top */
.serengeti-card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.4) 40%, rgba(0,0,0,0.9) 100%);
    z-index: 1;
}

.serengeti-card-content {
    position: relative;
    z-index: 2;
    margin-bottom: 10px;
}

.serengeti-card-title {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0 0 4px 0;
    text-transform: uppercase;
}

.serengeti-card-subtitle {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1.5px;
    margin: 0 0 20px 0;
    opacity: 0.9;
    text-transform: uppercase;
}

.serengeti-card-desc {
    font-size: 15px;
    line-height: 1.5;
    margin: 0 0 25px 0;
}

.serengeti-card-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.serengeti-card-link:hover {
    opacity: 0.85;
}

.serengeti-card-arrow {
    display: inline-flex;
    align-items: center;
    transition: transform 0.2s ease;
}

.serengeti-card-link:hover .serengeti-card-arrow {
    transform: translateX(4px);
}

/* Floating Navigation Buttons - positioned perfectly at the bottom-right of the carousel */
.serengeti-carousel-nav {
    position: absolute;
    bottom: -15px;
    right: 25px;
    display: flex;
    gap: 12px;
    z-index: 10;
}

.serengeti-nav-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.serengeti-nav-btn:hover {
    transform: scale(1.05);
}

.serengeti-nav-btn.prev {
    background-color: #ffffff;
    color: #333333;
}

.serengeti-nav-btn.next {
    background-color: #c28d46;
    color: #ffffff;
}
