.teacher-single-info h3{
    color: #56c4cf;
}
.provider_single_icon{
    color: #56c4cf;
    font-size: 32px;
}
.provider_highlight_title h4{
    color:#f7ca2a;
}
.registration_area_content h2{
    color: white;
}
.registration_area_content p{
    color: white;
}
.section-notch-provider{
	position: relative;
}
.section-notch-provider::before {
	content: "";
	position: absolute;
	background-image: url(../img/shape/section-notch-top.png);
	background-repeat: repeat-x;
	display: block;
	top: 0;
	width: 100%;
	height: 20px;
	z-index: 24;
}
/* available spot  */
.available-spot-content-container{
	padding: 10px;
}
.available-spot-content-box{
	background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0px 0px 30px 0px rgba(136, 136, 136, 0.3);
    box-sizing: border-box;
    transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.available-spot-content-box:hover {
	box-shadow: 0px 0px 30px 0px rgba(136, 136, 136, 0.6);
    transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	-o-transform: translateY(-5px);
}
.available-month {
    font-size: 24px;
    color: #ff9c00;
    margin-bottom: 10px;
  }
.available-spot{
	font-size: 16px;
    color: #666;
    line-height: 1.5;
}
.photo-area {
    display: flex;
}

.provider-picture {
    width: 100%;
    max-width: 600px; 
    border-radius: 10px;
}

/* Navigation Buttons */
.carousel-wrapper .swiper-button-prev,
.carousel-wrapper .swiper-button-next {
    background: rgba(255, 255, 255, 0.3);
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.carousel-wrapper .swiper-button-prev { left: 10px; }
.carousel-wrapper .swiper-button-next { right: 10px; }

@media (max-width: 767px) {
    .carousel-wrapper .swiper-button-prev,
    .carousel-wrapper .swiper-button-next {
        display: none;
    }
}




