.testimonial-area {
	padding: 80px 0;
}
/* .carousel-indicators{
    box-sizing: content-box !important;
    flex: 0 1 auto !important;
    width: 30px !important;
    height: 3px!important;
    padding: 0 !important;
    margin-right: 3px !important;
    margin-left: 3px !important;
    text-indent: -999px !important;
    cursor: pointer !important;
    background-color: #fff !important;
    background-clip: padding-box !important;
    border: 0 !important;
    border-top: 10px solid transparent !important;
    border-bottom: 10px solid transparent !important;
    opacity: .5 !important;
    transition: opacity .6s ease !important;
} */
.section-header h4 {
	color: #ffb700;
	font-weight: 600;
}
.testimonial-area{
    background-color: #e2ddd1 !important;
	box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.8) !important;
}
.carousel-inner svg:not(:root).svg-inline--fa {
    color: #ffb700 !important;
    padding-bottom: 1rem;
}
.section-header {
	padding-bottom: 15px;
}
.section-header h2 {
	font-weight: 700;
}
.section-header p {
	color: #6f6b80;
	width: 40%;
	margin: auto;
}
.icon-area {
	text-align: center;
}
.icon-area i {
	color: #ffb700;
	font-size: 80px;
	margin-bottom: 20px;
}
.content p {
	color: #6f6b80;
	width: 60%;
	margin: auto;
}
.person {
	width: 100px;
	height: 100px;
	display: block;
	margin: auto;
	border-radius: 50%;
	overflow: hidden;
	border: 4px solid #ffb700;
	margin-top: 50px;
}
.person img {
	width: 100%;
}
.content h5 {
	font-weight: 900;
	margin-top: 15px;
}
/* .testimonial-area {
	background: url(1.jpg);
	background-size: cover;
	background-position: center;
} */
.carousel-indicators {
	bottom: -50px !important;
    margin-bottom: 0 !important;
}
.carousel-indicators [data-bs-target] {
	width: 60px !important;
	height: 10px !important;
	background-color: #ffb700 !important;
}


.carousel-inner {
    height: 500px !important; /* Adjust to the desired height */
    overflow: hidden; /* Hides overflow to prevent showing all testimonials */
}

.carousel-item {
    height: 100%;
    display: none; /* Hide all items by default */
}

.carousel-item.active {
    display: block; /* Only show the active item */
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.testimonial-area {
    background-color: #e2ddd1 !important;
    box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.8) !important;
    padding: 80px 0;
}

.carousel-indicators {
    bottom: -50px !important;
    margin-bottom: 0 !important;
}

.carousel-indicators [data-bs-target] {
    width: 60px !important;
    height: 10px !important;
    background-color: #ffb700 !important;
}


@media (min-width: 768px) and (max-width: 991px) {
	.section-header p {
		width: 85%;
	}
	.content p {
		width: 95%;
	}
}
@media (max-width: 767px) {

}


 /* Devices under 1199px (xl) */
 @media (max-width: 1199.98px) {

  }
  /* Devices under 768px (md) */
  @media (max-width: 767.98px) {
    .carousel-indicators {
        bottom: -40px !important;
        margin-bottom: 1rem !important;
    }
	.testimonial-area {
		padding: 30px 0;
	}
	.section-header p {
		width: 95%;
	}
	.content p {
		width: 100%;
	}
	.icon-area i {
		font-size: 50px;
	}
  }
   /* Devices under 320px (md) */
   @media (max-width: 320px) {

  }