/**
* Template Name: Constructo
* Template URL: https://bootstrapmade.com/constructo-bootstrap-construction-template/
* Updated: Aug 30 2025 with Bootstrap v5.3.8
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

@charset "UTF-8";


/* Global Colors - The following color variables are used throughout the website. Updating them here will change the color scheme of the entire website */
:root { 

  --accent-color: #14529d; /* Accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out */
 
}

/*--------------------------------------------------------------
# testimonials11 Section
--------------------------------------------------------------*/
.testimonials1 .testimonials1-slider {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}

.testimonials1 .swiper-wrapper {
  height: auto !important;
}

.testimonials1 .testimonial1-slide {
  padding: 3.5rem 3rem;
  text-align: center;
  position: relative;
  min-height: 400px;
  border-radius: 25px;
  background: linear-gradient(135deg, var(--surface-color), color-mix(in srgb, var(--accent-color), transparent 97%));
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  border-top: 4px solid var(--accent-color);
}

.testimonials1 .testimonial1-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}

.testimonials1 .quote-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--accent-color), color-mix(in srgb, var(--accent-color), var(--heading-color) 20%));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 25px color-mix(in srgb, var(--accent-color), transparent 70%);
}

.testimonials1 .quote-icon i {
  color: var(--contrast-color);
  font-size: 1.5rem;
}

.testimonials1 .testimonial1-body {
  margin: 2.5rem 0;
}

.testimonials1 .testimonial1-body p {
  font-size: 1.25rem;
  line-height: 1.8;
  font-style: italic;
  color: var(--heading-color);
  margin: 0;
  position: relative;
}

.testimonials1 .testimonial1-footer {
  margin-top: 2.5rem;
}

.testimonials1 .author-info {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}

.testimonials1 .author-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid var(--accent-color);
  box-shadow: 0 8px 25px color-mix(in srgb, var(--accent-color), transparent 70%);
}

.testimonials1 .author-details {
  text-align: left;
}

.testimonials1 .author-details h4 {
  font-size: 1.375rem;
  margin-bottom: 0.5rem;
  color: var(--heading-color);
}

.testimonials1 .author-details .role {
  display: block;
  font-size: 1rem;
  color: var(--accent-color);
  font-weight: 600;
  margin-bottom: 0.25rem;
}

.testimonials1 .author-details .company {
  display: block;
  font-size: 0.9375rem;
  color: color-mix(in srgb, var(--heading-color), transparent 40%);
}

.testimonials1 .swiper-navigation-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin-top: 3rem;
}

.testimonials1 .swiper-pagination {
  position: static !important;
  margin: 0;
}

.testimonials1 .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: color-mix(in srgb, var(--default-color), transparent 70%);
  opacity: 1;
  transition: all 0.3s ease;
}

.testimonials1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--accent-color);
  transform: scale(1.2);
}

.testimonials1 .swiper-button-prev,
.testimonials1 .swiper-button-next {
  position: static !important;
  width: 50px;
  height: 50px;
  margin: 0;
  flex-shrink: 0;
  border-radius: 50%;
  background: var(--accent-color);
  transition: all 0.3s ease;
}

.testimonials1 .swiper-button-prev:after,
.testimonials1 .swiper-button-next:after {
  font-size: 1.25rem;
  color: var(--contrast-color);
  font-weight: bold;
}

.testimonials1 .swiper-button-prev:hover,
.testimonials1 .swiper-button-next:hover {
  transform: translateY(-2px);
}

@media (max-width: 991.98px) {
  .testimonials1 .testimonial1-slide {
    padding: 2.5rem 2rem;
    min-height: 350px;
  }

  .testimonials1 .testimonial1-body p {
    font-size: 1.125rem;
  }

  .testimonials1 .author-avatar {
    width: 70px;
    height: 70px;
  }

  .testimonials1 .author-details h4 {
    font-size: 1.25rem;
  }

  .testimonials1 .quote-icon {
    width: 50px;
    height: 50px;
  }

  .testimonials1 .quote-icon i {
    font-size: 1.25rem;
  }

  .testimonials1 .swiper-button-prev,
  .testimonials1 .swiper-button-next {
    width: 45px;
    height: 45px;
  }

  .testimonials1 .swiper-button-prev:after,
  .testimonials1 .swiper-button-next:after {
    font-size: 1.125rem;
  }
}

@media (max-width: 767.98px) {
  .testimonials1 .testimonial1-slide {
    padding: 2rem 1.5rem;
    min-height: 300px;
  }

  .testimonials1 .testimonial1-header {
    flex-direction: column;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .testimonials1 .testimonial1-body {
    margin: 2rem 0;
  }

  .testimonials1 .testimonial1-body p {
    font-size: 1rem;
    line-height: 1.6;
  }

  .testimonials1 .author-info {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }

  .testimonials1 .author-details {
    text-align: center;
  }

  .testimonials1 .author-details h4 {
    font-size: 1.125rem;
  }

  .testimonials1 .author-details .role {
    font-size: 0.9375rem;
  }

  .testimonials1 .author-details .company {
    font-size: 0.875rem;
  }

  .testimonials1 .swiper-navigation-wrapper {
    gap: 1.5rem;
    margin-top: 2rem;
  }

  .testimonials1 .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
	color: #cccccc;
  }

  .testimonials1 .swiper-button-prev,
  .testimonials1 .swiper-button-next {
    width: 40px;
    height: 40px;
  }

  .testimonials1 .swiper-button-prev:after,
  .testimonials1 .swiper-button-next:after {
    font-size: 1rem;
  }
}
