#custom-slider-wrapper {
    width: 100%;
    max-width: 1140px;
    height: 450px;
    position: relative;
}

#custom-left-image {
    width: 70%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100%;
}

#custom-right-wrapper {
    width: 560px;
    height: auto;
    padding: 0 30px;
    background-color: #f8f7f4;
    position: absolute;
    top: 35px;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-family: "Cormorant";
}

#content-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
	padding: 30px;
}

#content-wrapper > h4 {
    font-size: 2.5rem;
    line-height: 1.2;
    color: #8C857A;

}

#content-wrapper > p {
    font-size: 1.125rem;
    line-height: 1.7;
    color: #8C857A;
	text-align: center;

}

#content-wrapper > img {
    width: 100%;
    max-width: 40px;
}

#vertical-ruler {
    margin-bottom: 1.1em;
    margin-top: 1.1em;
    width: 1px;
    height: 50px;
    background-color: #8C857A;
}

.fade-in {
    opacity: 1;
    transition: opacity 0.3s;
}

.fade-out {
    opacity: 0;
    transition: opacity 0.3s;
}

#seemore{
    text-decoration: none;
    color: #8C857A;
}


.slider-navigation {
position: absolute;
bottom: -70px;
left: 50%;
transform: translateX(-50%);
display: flex;
align-items: center;
font-family: "Cormorant";
}

.prev-slide, .next-slide {
cursor: pointer;
margin: 0 10px;
font-size: 1.5rem;
font-family: "Cormorant";
color: #8c857a;
transition: 0.5s;
}

.prev-slide:hover{
    transform: translateX(-10px);
}

.next-slide:hover{
    transform: translateX(10px);
}

.slide-counter {
display: flex;
align-items: center;
font-family: "Cormorant";
color: #8c857a;
font-size: 15px;
}

.slide-counter span {
margin: 0 5px; /* Adjust spacing as per requirement */
}

.slide-divider {
font-size: 2em; /* Adjust size as per requirement */
}




@media (max-width: 992px) {
    #custom-slider-wrapper{
    flex-direction: column;
    
}

#custom-left-image, #custom-right-wrapper {
width: 100%;
position: relative;
  }

  #custom-slider-wrapper{
    padding: 0 30px;
  }

  .slider-navigation {
    position: absolute;
    bottom: -143%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    font-family: "Cormorant";
}
	
	
#content-wrapper > h4 {
    font-size: 2.5rem;
    line-height: 1.2;
    color: #8C857A;
	text-align: center;

}

}
