.slider-container {
  padding: 0px 20px;
  text-align: center;
	width:100%;
}

/* Card Styles - Original  */
.slick-slide,
.slick-slide .card {
  color: #fff;
  border-radius: 10px;
  /* padding: 40px 30px; */
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.1);
  margin: 0px 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}


.style-1 .double-quote{
  display:none;
}
/* Testimonial Title */
.testimonial-title {
  font-size: 1.2rem;
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.5;
  font-weight:bold;
}


/* Testimonial Text */
.testimonial-text {
  font-size: 0.95rem;
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.5;
}

.testimonial-text strong {
  font-weight: bold;
}

/* Profile */
.profile {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.profile-2 {
  display: none;
}

.profile img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(0, 0, 0, 0.1);
}

.profile-info {
  text-align: left;
}

.profile-info .name {
  font-weight: bold;
  font-size: 0.95rem;
  color: #fff;
}

.profile-info .title {
  font-size: 0.8rem;
  color: #fff;
}

/* Slick Dots */
.slick-dots {
  bottom: -35px;
}

.slick-dots li button:before {
  font-size: 12px;
  color: #fff;
  opacity: 0.5;
}

.slick-dots li.slick-active button:before {
  color: #c3c3c3;
  opacity: 1;
}




/* Style 2 */
/* Card Styles */
.style-2 .slick-slide,
style-2 .slick-slide .card {
  background-color: #fff;
  border-radius: 10px;
  padding: 40px 30px;
  border:1px solid rgba(0, 0, 0, 0.1);
  margin: 20px 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow:none !important;
}

.style-2 .double-quote{
  visibility:show;
}


/* Testimonial Title */
.style-2 .testimonial-title {
  font-size: 1.1rem;
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.5;
  font-weight:bold;
  text-align:left;
}


/* Testimonial Text */
.style-2 .testimonial-text {
  text-align:left;
  font-size: 0.95rem;
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.5;
}

.testimonial-text strong {
  font-weight: bold;
}

/* Profile */
.style-2 .profile {
  display: flex;
  align-items: left;
  justify-content: left !important;
  gap: 12px;
}

.style-2 .profile-2 {
  display: none;
}

.profile img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(0, 0, 0, 0.1);
}

.profile-info {
  text-align: left;
}

.profile-info .name {
  font-weight: bold;
  font-size: 0.95rem;
  color: #fff;
}

.profile-info .title {
  font-size: 0.8rem;
  color: #fff;
}

/* Slick Dots */
.slick-dots {
  bottom: -35px;
}

.slick-dots li button:before {
  font-size: 12px;
  color: #fff;
  opacity: 0.5;
}

.slick-dots li.slick-active button:before {
  color: #c3c3c3;
  opacity: 1;
}

/* Style 2 */



/* Style 3 */
/* Card Styles */
.style-3 .slick-slide,
.style-3 .slick-slide .card {
  background: #fff;
  border-radius: 10px;
  padding: 20px 20px;
  margin: 20px 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow:none !important;
}

.style-3 .double-quote{
  display:none;
}


/* Testimonial Title */
.style-3 .testimonial-title {
  font-size: 1.1rem;
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.5;
  font-weight:bold;
  text-align:center;
}


/* Testimonial Text */
.style-3 .testimonial-text {
  text-align:center;
  font-size: 0.95rem;
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.5;
}

.testimonial-text strong {
  font-weight: bold;
}


/* Profile */
.style-3 .profile {
  display: none !important;
}

.style-3 .profile-2 {
  display: flex !important; /* Changed from block */
  align-items: center;
  justify-content: center !important;
  gap: 12px;
  margin-top: 20px;
  flex-direction: column; /* or 'row' if you want image & text side by side */
  text-align: center; /* Align inner text centrally */
  margin-bottom:20px;
}

.style-3 .profile-2 img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  border: none !important;
}

.style-3 .profile-info {
  text-align: center;
}

.style-3 .profile-info .name {
  font-weight: bold;
  font-size: 0.95rem;
  color: #fff;
}

.profile-info .title {
  font-size: 0.8rem;
  color: #fff;
}


/* Slick Dots */
.slick-dots {
  bottom: -35px;
}

.slick-dots li button:before {
  font-size: 12px;
  color: #fff;
  opacity: 0.5;
}

.slick-dots li.slick-active button:before {
  color: #c3c3c3;
  opacity: 1;
}

/* Style 3 */





/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  transform: translateY(-50%);
  cursor: pointer;
  background: transparent;
  border: none;
  outline: none;
  color: transparent;
}

.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  background: transparent;
  outline: none;
}

.slick-prev:before,
.slick-next:before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center;
}

.slick-prev {
  left: -25px;
}

.slick-prev:before {
  background-image: url('../images/arrow-left-2.svg');
}

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

[dir='rtl'] .slick-prev:before {
  background-image: url('../images/arrow-right-2.svg');
}

.slick-next {
  right: -25px;
}

.slick-next:before {
  background-image: url('../images/arrow-right-2.svg');
}

[dir='rtl'] .slick-next {
  left: -25px;
  right: auto;
}

[dir='rtl'] .slick-next:before {
  background-image: url('../images/arrow-left-2.svg');
}

.slick-disabled:before {
  opacity: 0.25 !important;
}

.slider-main-title{
	font-size: 3.5rem;
    line-height: 128%;
    text-align: center;
	font-weight: 300;
    font-family: aw-conqueror-didot, serif;
    letter-spacing: 1.5px;
	margin: 0 0 3rem;
}
