h3.title {color: #b16512;}
.history-swiper {padding-top:50px;}
.swiper-slide.Green .title {
	color:white;
}

.swiper-horizontal {
    overflow: hidden;
}

.history-swiper .swiper-slide.swiper-slide-active {z-index: 9999 !important;}

.swiper-slide.Green .history-content li::marker {color:#024531;}
.swiper-slide.Green .history-content ul {border-color:#024531;}
.swiper-slide.Green .history-content li {color:white;}

.swiper-slide.fixed-slide {
    min-height: 800px;
    padding: 30px;
    border-radius: 10px;
    background-size: cover;
    background-position: center;
}

.history-content ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-left: 20px;
    border-left: 1px #b16512 solid;
}

.history-content li {
    font-size: 16px;
    font-size: 20px;
    font-weight: 600;
}
.history-content li span {
    font-size: 16px;
    font-weight: 400;
    display: block;
}
.history-content li::marker {
    font-size:30px;
    color: #b16512;
}

.history-swiper .swiper-button-next, .history-swiper .swiper-button-prev {color: white;  top: 28px;
    border: 2px #FFF solid;
    color: white;
    padding: 10px;
    width: 40px;
    height: 40px;
    font-size: 20px !important;
border-radius:20px;}
.swiper-button-prev:after, .swiper-button-next:after {font-size:14px !important;}
.history-swiper .swiper-button-prev {left:unset; right:70px !important;}

.gallery-container {
    position: relative;
    width: 70%;
    max-width: 600px;
    margin: 40px auto 0px auto;
    text-align: center;
}

.gallery-images {
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: opacity 0.5s ease-in-out;
}

.gallery-images a {
    width: 100%;
    margin: 10px 0;
    display: none;
}

.gallery-images a.active {
    display: block;
}

.gallery-image {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease-in-out;
    cursor: pointer;
    border-radius: 10px;
}

.gallery-prev, .gallery-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 2;
}

.gallery-prev { left: 10px; }
.gallery-next { right: 10px; }

.gallery-prev:hover, .gallery-next:hover {
    background: rgba(0, 0, 0, 0.8);
}
