/*!
 * Date: 30/10/2024
 * This is style sheet for testimonial*/
/* testimonial banner section start */
.testimonialbanner-section {
  position: relative;
}

.testimonialbanner-section .testimonial-img {
  width: 100%;
  height: 540px;
  /* margin-bottom: 2rem; */
}
/*Testimonial Banner change*/
.testimonialbanner-section .testimonial-text-section {
  position: absolute;
  max-width: 55%;
  height: auto;
  width: 55%;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color: #ffffff;
  text-align: left;
  right: auto;
  bottom: auto;
  left: 5%;
  bottom: 10%;
  background-color: #0000008c;
  padding: 2rem 1rem;
}

.testimonialbanner-section .testimonial-text-section h1 {
  font-family: "Roboto";
  font-size: 1.75rem;
  font-weight: 600;
  color: #ffffff;
}

.testimonialbanner-section .testimonial-text-section p {
  font-family: "Jost", sans-serif;
  font-size: 1rem;
  color: #ffffff;
}

.testimonialbanner-section .testimonial-banner-description {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  padding-left: 25px;
  align-content: center;
}

/* Mask the right border */
/* .testimonialbanner-section .testimonial-banner-description::before,
.testimonialbanner-section .testimonial-banner-description::after {
  content: "";
  position: absolute;
  right: 0;
  border-right: 1px solid #ffffff;
}


.testimonialbanner-section .testimonial-banner-description::before {
  top: 0;
  height: 65px;
  width: 1px;
  background: white;
} */

/* Bottom mask */
.testimonialbanner-section .testimonial-banner-description::after {
  bottom: 0;
  height: 65px;
  width: 1px;
  background: white;
}

.testimonialbanner-section img {
  width: 100%;
  height: 540px;
}

/* testimonials banner section end */

/* testimonials card section start */
.testimonialcard-section {
  position: relative;
}

.testimonialcard-section .container {
  padding: 1.5rem 0 1.5rem;
}

.testimonialcard-section .row {
  width: 100%;
  padding: 1.5rem 1rem;
  margin: auto;
  border-radius: 15px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.testimonialcard-section h2 {
  font-family: "Roboto", serif;
  font-size: 2.5rem;
  margin-bottom: 1rem;
  color: #3e2723;
  font-weight: 600;
}

.testimonialcard-section p {
  font-family: "Jost", sans-serif;
  color: #424242;
  font-size: 1.125rem;
}

.testimonialcard-section .testimonialcard-text-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.testimonialcard-section .workshop-icon {
  width: 80px;
  margin-bottom: 2rem;
}

.testimonialcard-img-section img {
  width: 300px;
  height: 300px;
  object-fit: cover;
  border-radius: 2rem;
}

.testimonialcard-section .testimonialcard-video iframe {
  border-radius: 2rem;
  width: 100%;
  height: 350px;
}

.testimonialcard-img-section {
  text-align: center;
}

.testimonialcard:nth-of-type(2) .testimonialcard-img-section {
  text-align: left;
}

.testimonialcard:nth-of-type(3) .testimonialcard-img-section {
  text-align: right;
}

.testimonial-pagination-section {
  padding: 2rem 0;
}

.testimonialpagination .pagination {
  justify-content: center;
  --bs-pagination-active-bg: #f67c01;
  --bs-pagination-active-border-color: #f67c01;
  margin: 2rem auto 3rem;
}

.testimonialpagination .pagination .page-item.active .page-link {
  color: #fff;
}

/* .testimonialpagination .pagination .page-item.disabled .page-link {
	--bs-pagination-border-color: 1px solid #dee2e6;
	border: 1px solid #ced0d3;
} */

.testimonialpagination .pagination .page-link {
  font-size: 1.25rem;
  color: #f67c01;
  margin: 0 0.5rem;
  height: 50px;
  width: 50px;
  line-height: 1.75;
  text-align: center;
  border-radius: 10px !important;
  border: 1px solid #f67c01;
}

.testimonialpagination .pagination .page-link:focus {
  background-color: transparent;
  box-shadow: none;
}

.testimonialpagination .pagination .prev-arrow .page-link,
.testimonialpagination .pagination .next-arrow .page-link {
  font-size: 1.75rem;
  line-height: 1;
}

.testimonialpagination .pagination .page-item.prev-arrow a.page-link {
  background-image: url("../images/testimonial/pagination-left.svg");
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: center;
}

.testimonialpagination
  .pagination
  .page-item.prev-arrow.d-prev-arrow
  a.page-link {
  background-image: url("../images/testimonial/pagination-leftdouble.svg");
  background-size: 20px 20px;
}

.testimonialpagination .pagination .page-item.next-arrow a.page-link {
  background-image: url("../images/testimonial/pagination-right.svg");
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: center;
}

.testimonialpagination
  .pagination
  .page-item.next-arrow.d-next-arrow
  a.page-link {
  background-image: url("../images/testimonial/pagination-rightdouble.svg");
  background-size: 20px 20px;
}

/* .testimonialpagination .pagination .page-item.disabled a.page-link {
	cursor: not-allowed;
	opacity: 0.5;
} */

/* testimonials card section end */

/* Higher resolution styles start */

@media (min-width: 1367px) {
  .testimonialcard-section .testimonialcard-text-section p {
    padding-right: 0;
  }
}

/* Higher resolution styles end */

/* tablet styles start */

@media only screen and (min-width: 768px) and (max-width: 1280px) and (orientation: landscape) {
  .testimonialcard-section .container {
    max-width: 95%;
  }

  .testimonialcard-img-section img {
    height: 290px;
  }

  .testimonialcard-section .testimonialcard-video iframe {
    height: 290px;
  }
  .testimonialcard-section p {
    word-break: break-all;
    text-align: justify;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) and (orientation: portrait) {
  .testimonialcard-section .container {
    padding: 3rem 7rem 2rem;
    max-width: 100%;
  }

  .testimonialcard-section .testimonialcard-text-section,
  .testimonialcard-section .testimonialcard-img-section {
    width: 100%;
    text-align: center;
  }

  .testimonialcard-section p {
    padding-right: 0;
    margin-bottom: 2rem;
    word-break: break-all;
    text-align: justify;
  }

  .testimonialcard-img-section img {
    height: 300px;
    margin-bottom: 2rem;
  }

  .testimonialcard-section .row {
    padding: 1.5rem 3rem;
  }

  .testimonialcard-section .testimonialcard-video {
    text-align: center;
  }

  .testimonialcard-section .testimonialcard-video iframe {
    width: 75%;
    text-align: center;
    height: 300px;
  }

  .testimonialcard:nth-of-type(2) .testimonialcard-img-section {
    text-align: center;
  }

  .testimonialcard:nth-of-type(3) .testimonialcard-img-section {
    text-align: center;
  }

  .testimonialpagination .pagination .page-link {
    font-size: 1rem;
    line-height: 1.25;
    height: 35px;
    width: 35px;
  }

  .testimonialbanner-section .testimonial-text-section {
    max-width: 70%;
    width: 70%;
    padding: 1rem 2rem 1rem 2rem;
    height: 200px;
  }

  .testimonialbanner-section .testimonial-banner-description {
    background-color: transparent;
    left: 5px;
    width: 100%;
  }
  .testimonialbanner-section .testimonial-banner-description::before {
    height: 100%;
  }
  .testimonialbanner-section .testimonial-banner-description::after {
    height: 100%;
  }
}

/* tablet styles end */

/* mobile styles start */

@media only screen and (min-width: 320px) and (max-width: 992px) and (orientation: landscape) {
  .testimonialcard-section .container {
    padding: 2rem 7rem 2rem;
    max-width: 100%;
  }

  .testimonialcard-section .testimonialcard-text-section,
  .testimonialcard-section .testimonialcard-img-section {
    width: 100%;
    text-align: center;
  }

  .testimonialcard-img-section img {
    width: 100%;
    margin-bottom: 2rem;
    object-fit: contain;
  }

  .testimonialcard-section p {
    padding-right: 0;
    font-size: 1.4rem;
    margin-bottom: 2rem;
    word-break: break-all;
    text-align: justify;
  }

  .testimonialcard-section .testimonialcard-video iframe {
    height: 310px;
    width: 80%;
  }

  .testimonialcard-section .row {
    padding: 1.5rem 3rem;
  }

  .testimonialbanner-section .testimonial-text-section {
    position: absolute;
    max-width: 60%;
    width: 100%;
    bottom: 10%;
    height: auto;
    padding: 1rem 1rem 1rem 1rem;
  }

  .testimonialbanner-section .testimonial-img {
    height: 380px;
  }

  .testimonialbanner-section .testimonial-banner-description {
    background-color: transparent;
    left: 5px;
    width: 100%;
  }

  .testimonialbanner-section .testimonial-banner-description::before {
    height: 100%;
  }

  .testimonialbanner-section .testimonial-banner-description::after {
    height: 100%;
  }

  .testimonialcard:nth-of-type(2) .testimonialcard-img-section {
    text-align: center;
  }

  .testimonialcard:nth-of-type(3) .testimonialcard-img-section {
    text-align: center;
  }

  .testimonialpagination .pagination .page-link {
    font-size: 1rem;
    line-height: 1.25;
    height: 35px;
    width: 35px;
  }
  .testimonialbanner-section img {
    height: 380px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 767px) and (orientation: portrait) {
  .testimonialcard-section h2 {
    font-size: 2rem;
  }

  .testimonialcard-section .testimonialcard-text-section {
    width: 100%;
    text-align: center;
  }

  .testimonialcard-img-section {
    width: 100%;
    text-align: center;
  }

  .testimonialcard-section .container {
    padding: 2rem 1rem 3rem;
    max-width: 100%;
  }

  .testimonialcard-section p {
    padding-right: 0;
  }

  .testimonialcard-img-section img {
    width: 100%;
    height: 300px;
  }

  .testimonialcard-section .testimonialcard-video iframe {
    height: 275px;
  }

  .testimonialcard-section p {
    margin-bottom: 2rem;
    word-break: break-all;
    text-align: justify;
  }

  .testimonialcard-img-section img {
    margin-bottom: 2rem;
  }

  .testimonialbanner-section .testimonial-text-section {
    max-width: 85%;
    width: 85%;
    padding: 2rem 1rem 2rem 0;
    left: 7%;
    top: 10%;
    /* height: 270px; */
  }

  .testimonialbanner-section .testimonial-img {
    object-fit: contain;
    background-color: #000000;
  }

  .testimonialbanner-section .testimonial-text-section h1 {
    font-size: 2rem;
  }

  .testimonialbanner-section .testimonial-text-section p {
    font-size: 1.25rem;
    word-break: break-all;
  }

  .testimonialbanner-section .testimonial-banner-description {
    background-color: transparent;
    left: 5px;
    width: 100%;
  }

  .testimonialbanner-section .testimonial-banner-description::before {
    height: 100%;
  }

  .testimonialbanner-section .testimonial-banner-description::after {
    height: 100%;
  }

  .testimonialcard:nth-of-type(2) .testimonialcard-img-section {
    text-align: center;
  }

  .testimonialcard:nth-of-type(3) .testimonialcard-img-section {
    text-align: center;
  }

  .testimonialpagination .pagination .page-link {
    font-size: 1rem;
    line-height: 1.25;
    height: 35px;
    width: 35px;
  }

  .testimonialbanner-section .row {
    background-color: black;
  }

  .testimonialbanner-section img {
    height: 300px;
    object-fit: scale-down;
  }
  .testimonialbanner-section .testimonial-img {
    height: 300px;
  }
}

/* mobile styles end */
