* {
  padding: 0;
  margin: 0;
}
body {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
}
a {
  color: #ff8698;
}
a:hover {
  color: #ff8698;
}
h1,
h2,
h3 {
  font-weight: 700;
  font-family: "Cinzel", serif;
}
h4,
h5 {
  font-weight: 600;
  font-family: "Cinzel", serif;
}
h6 {
  font-weight: 500;
  font-family: "Cinzel", serif;
}
.white {
  color: #000000 !important;
}
.black {
  color: #000000;
}
.navbar {
  position: fixed;
  right: 0;
  left: 0;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  min-height: 50px;
  line-height: 50px;
  background: transparent;
  z-index: 1030;
}
.navbar .active {
  color: #ff8698 !important;
}
.navbar .nav-item {
  margin: 0 5px;
  padding: 0;
}
.navbar .nav-item a {
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  font-family: "Cinzel", serif;
}
.navbar .nav-item a:hover {
  color: #ff8698;
}
.navbar .nav-link {
  position: relative;
  padding: 0;
}
.navbar .navbar-toggler {
  cursor: pointer;
}
.navbar .navbar-toggler span {
  color: #fff;
}
.navbar-style2 .active:after,
.navbar-style2 .nav-link:after {
  display: none;
}
.nav-scroll {
  background: #fff;
  -webkit-box-shadow: 0 1px 8px 3px rgba(0, 0, 0, 0.0509803922);
  box-shadow: 0 1px 8px 3px rgba(0, 0, 0, 0.0509803922);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.nav-scroll .navbar-nav > li > a {
  color: #333;
  font-family: "Cinzel", serif;
}
.nav-scroll .navbar-brand img {
  -webkit-transform: scale(1.03) !important;
  transform: scale(1.03) !important;
}
.nav-scroll .navbar-toggler {
  cursor: pointer;
}
.nav-scroll .navbar-toggler span {
  color: #333;
}
.nav-scroll .nav-link:hover:after {
  background-color: #2388ed;
}
.nav-scroll .active {
  position: relative;
}
.banner {
  background: url(images/wallpaper.webp) no-repeat right bottom;
  padding: 100px 0px;
  position: relative;
  color: black; /* Defina a cor do texto se necessário */
  text-align: justify;
}

/* Regras para telas de largura maior que 1024px */
@media (min-width: 1024px) {
  .banner {
    padding: 130px;
  }
}

.banner::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.banner a.weblink {
  color: #000000;
  border-bottom: 1px dotted #000000;
}
.banner a:hover {
  text-decoration: none;
}
.svg-wave {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.banner-text {
  padding-right: 80px;
  margin: 50px 0px 0px;
}
.banner-text p {
  margin: 40px 0px;
}
.banner-text ul {
  list-style: none;
}
.banner-text ul li {
  display: inline-block;
  margin: 0px 10px 10px 0px;
}
.banner-text ul li a {
  display: block;
}
.banner-text ul li a img {
  width: 150px;
  border-radius: 7px;
}
.prelative {
  position: relative;
}
.section-padding {
  padding: 80px 0px;
}
.sectioner-header {
  width: 100%;
  margin: 0 auto;
}
.line {
  height: 2px;
  width: 50px;
  background: #ff8698;
  display: block;
  margin: 20px auto 20px;
}
.line::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 150px;
  height: 2px;
  border-bottom: 2px dashed #ff8698;
  margin-left: -75px;
}
.sectioner-header p {
  color: #818992;
  font-size: 17px;
}
.section-content {
  margin-top: 80px;
}
.icon-box {
  margin-bottom: 50px;
}
.icon-box i {
  display: block;
  position: relative;
  width: 135px;
  height: 135px;
  border-radius: 100px;
  background: #ff8698;
  color: #fff;
  font-size: 50px;
  line-height: 135px;
  margin: 0 auto;
}
.icon-box h5 {
  margin-top: 30px;
}
.icon-box p {
  color: #818992;
  font-size: 15px;
  width: 80%;
  margin: 0 auto;
}
.about-btn {
  color: #ff8698;
  padding: 10px 40px;
  border: 2px solid #ff8698;
  border-radius: 7px;
  margin-top: 30px;
  display: inline-block;
  font-size: 18px;
}
.about-btn:hover {
  background: #ff8698;
  color: #000000;
  text-decoration: none;
}
.video-section {
  background: url(images/video-bg.jpg) no-repeat fixed center;
  background-size: cover;
  overflow: hidden;
}
.video-overlay {
  background: linear-gradient(to left, #e0f4f5e6, #e0f4f5e6);
}
.video-section h3 {
  font-weight: 600;
  font-size: 38px;
}
.video-section i {
  display: block;
  position: relative;
  width: 70px;
  height: 70px;
  border-radius: 100px;
  background: #000000;
  color: #fff;
  font-size: 30px;
  line-height: 70px;
  margin: 0 auto;
  cursor: pointer;
}
.video-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  align-content: center !important;
  -ms-flex-line-pack: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.video-popup .video-src {
  position: relative;
  width: 700px;
  max-width: 80%;
}
.video-popup .iframe-src {
  width: 100%;
  height: 0;
  padding-top: 56.3%;
  position: relative;
  display: none;
}
.video-popup .iframe-src iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.single-feature {
  margin-bottom: 80px;
  margin-top: 40px;
}
.single-feature h5 {
  font-size: 16px;
}
.media-right-margin {
  margin-right: 25px;
}
.single-feature p {
  font-size: 13px;
}
.icon-border {
}
.icon-border span {
  display: block;
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  color: rgb(142, 30, 252);
  font-size: 18px;
  line-height: 50px;
  border: 1px solid rgb(142, 30, 252);
}
.testimonial {
  background: url(images/walpaperSomos.webp) no-repeat fixed center;
  background-size: cover;
  overflow: hidden;
  border-top: 1px solid #e4e4e4;
  padding: 0px;
}

.fundo-team {
  padding: 80px;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, #e0f4f5e6, #e0f4f5e6);
}

.team-detail {
  margin-top: 40px;
}
.team-detail img {
  border-radius: 50%;
  width: 70%;
}
.team-detail h4 {
  color: rgb(142, 30, 252);
  margin-top: 20px;
  font-size: 17px;
  margin-bottom: 0px;
}


.bx-prev {
  left: -90px !important;
  background: url(images/arrow-left.webp) no-repeat !important;
  background-size: auto auto !important;
  background-size: 100% 100% !important;
}
.bx-next {
  right: -90px !important;
  background: url(images/arrow-right.webp) no-repeat !important;
  background-size: auto auto !important;
  background-size: 100% 100% !important;
}
.bx-wrapper {
  border: none !important;
  background: rgba(255, 255, 255, 0.81) !important;
  border-radius: 140px !important;
  box-shadow: none !important;
}
.slider-item {
  padding: 10px;
}

.personal-slider {
  background: #f1f1f1;
  background: none;
  border-radius: 5px !important;
}

.slider .test-img img {
  border: 12px solid #fff;
  border-radius: 50%;
  width: 100%;
}
.test-img {
  float: left;
  width: 20%;
  margin-right: 5%;
}
.test-text {
  float: left;
  width: 75%;
}
.slider .title {
  display: block;
  position: relative;
  margin: 0 0 20px;
  font-size: 1.125em;
  line-height: 1.25;
}
.slider .title span {
  display: block;
  font-size: 1.5em;
  font-weight: 700;
}
.faq {
  background: #fafafa;
}
.faq-content {
  margin: 20px 0px;
}
.faq-content h4 {
  font-weight: 400;
  font-size: 20px;
}
.faq-content p {
  color: #818992;
  font-weight: 300;
  margin-top: 15px;
}
#contact_form .form-input {
  border: 1px solid #e4e4e4;
}
input {
  height: 42px;
  padding: 0 1rem;
  background: #fff;
  border-radius: 30px;
  margin-bottom: 1rem;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 0;
}
#contact_form textarea {
  resize: none;
  padding: 1rem;
  height: 150px;
  background: #fff;
  border: 0;
  border-radius: 30px;
  margin-bottom: 1rem;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-grad {
  padding: 0.7rem 2rem;
  display: inline-block;
  color: #fff;
  border-radius: 2rem;
  border: 0;
  background: linear-gradient(to left, #ff6f81, #ff8698, #ff9db1);
  cursor: pointer;
}

.contact-info {
  padding: 2rem 2rem 1rem;
  border-radius: 8px;
  background: #7a60ff;
  background: linear-gradient(to left, #7a60ff, #cd9ffa);
}
.contact-item {
  margin: 23px 0px;
}
.contact-item i {
  font-size: 20px;
}
.contact-item p {
  line-height: 20px;
  margin: 0;
}
.download {
  background: #7a60ff;
  background: linear-gradient(to left, #7a60ff, #cd9ffa);
  padding: 100px 0px;
  position: relative;
}
.download::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(images/pattern.webp);
}
.download ul {
  list-style: none;
}
.download ul li {
  display: inline-block;
  margin: 0px 10px 10px 0px;
}
.download ul li a {
  display: block;
}
.download ul li a img {
  width: 150px;
  border-radius: 7px;
}
.footer-copy {
  background: #000000;
  color: #242424;
  font-size: 13px;
  text-align: center;
  padding: 15px 0px;
}
.footer-copy p {
  margin-bottom: 0px;
}
@media all and (max-width: 991px) {
  .navbar .navbar-collapse {
    overflow: auto;
    background: white;
    color: #fff !important;
    text-align: center;
    padding: 10px 0;
  }
  .nav-scroll .navbar-collapse {
    background: #fff !important;
  }
  #contact_form {
    margin-bottom: 20px;
  }
}
@media all and (max-width: 768px) {
  .nav-scroll .navbar-brand img,
  .navbar-brand img {
    transform: scale(0.75) !important;
    -webkit-transform: scale(0.75) !important;
  }
  .banner-text {
    padding-right: 0px;
    margin: 10px 0px 0px;
  }
  h2 {
    font-size: 25px;
  }
  h3 {
    font-size: 23px;
  }
  .section-padding {
    padding: 40px 0px;
  }
  .banner-text p {
    margin: 25px 0px;
  }
  .banner-text ul li a img {
    width: 140px;
    border-radius: 7px;
  }
  .sectioner-header {
    width: 90%;
  }
  .sectioner-header p {
    font-size: 14px;
  }
  .about-btn {
    padding: 5px 30px;
    margin-top: 0px;
    font-size: 16px;
  }
  .single-feature {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .team-detail {
    margin-top: 20px;
  }
  .team-detail img {
    width: 50%;
  }
  .bx-controls {
    display: none;
  }
  .bx-wrapper {
    margin: 0px 20px !important;
  }
  .slider .test-img img {
    margin: 0 auto;
  }
  .test-img {
    float: none;
    width: 200px;
    height: 200px;
    margin: 0 auto;
  }
  .test-text {
    float: none;
    width: 100%;
    text-align: center;
  }
  .section-content {
    margin-top: 40px;
  }
  .faq-content {
    margin: 10px 0px;
  }
  .faq-content h4 {
    font-size: 16px;
  }
  .faq-content p {
    font-size: 13px;
  }
  #contact_form {
    margin-bottom: 20px;
  }
  .contact-item {
    font-size: 12px;
  }
  .download ul li a img {
    width: 120px;
  }
  .footer-copy p {
    font-size: 10px;
  }
}

.slider-fixed {
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto;
  border-radius: 20px;
  border: 2px dotted #ff8698;
  max-width: 1000px;
}

.icone-redes-sociais {
  width: 45px;
  margin-top: 40px;
  margin-right: 20px;
  margin-bottom: 40px;
}

.slider-fixed > div > .test-img > img {
  border-radius: 100px;
}

.slider-fixed > div > .test-img {
  width: auto;
  height: auto;
  text-align: center;
  background: rgba(255, 134, 152, 0.3);
  background: none;
  padding: 20px;
  border-radius: 100px;
  max-width: fit-content;
}

.slider.slider-fixed .bx-wrapper .bx-viewport {
  pointer-events: none;
}

.slider-fixed .title {
  display: block;
  position: relative;
  margin: 0 0 20px;
  font-size: 1.125em;
  line-height: 1.25;
  font-family: "Cinzel", serif;
}

.slider-fixed .title span {
  display: block;
  font-size: 1.5em;
  font-weight: 700;
  font-family: "Cinzel", serif;
}

.slider-fixed .title.text-right {
  text-align: right;
}

.slider-fixed .test-text p {
  margin: 0;
  padding: 0;
  line-height: 1.6;
}

@media (min-width: 1024px) {
  .slider-fixed > div > .test-text {
    margin-left: 0px;
    margin-right: 0px;
    flex: 1;
    padding: 0 20px;
  }

  .slider-fixed > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 0;
  }

  .slider-fixed > div > .test-img {
    margin: 0px;
    flex-shrink: 0;
  }
  
  /* Layout específico para Akiha - foto à esquerda, texto à direita */
  .slider-fixed.akiha-card > div {
    flex-direction: row !important;
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
  }
  
  /* Forçar a ordem dos elementos para Akiha */
  .slider-fixed.akiha-card > div > .test-img {
    order: 1 !important;
    margin-right: 20px !important;
  }
  
  .slider-fixed.akiha-card > div > .test-text {
    order: 2 !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding: 0 20px !important;
  }
  
  /* Layout específico para Keiko - foto à esquerda, texto à direita (igual à Akiha) */
  .slider-fixed.keiko-card > div {
    flex-direction: row !important;
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
  }
  
  /* Forçar a ordem dos elementos para Keiko */
  .slider-fixed.keiko-card > div > .test-img {
    order: 1 !important;
    margin-right: 20px !important;
  }
  
  .slider-fixed.keiko-card > div > .test-text {
    order: 2 !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding: 0 20px !important;
  }
}

.personal-slider {
  text-align: center;
}

@media (max-width: 1024px) {
  .slider-fixed > div > .test-img {
    margin: 0 auto 20px auto;
    display: block;
  }

  .slider-fixed {
    display: block;
    margin-bottom: 20px;
    text-align: center;
    padding: 20px;
  }

  .slider-fixed > div {
    display: flex;
    flex-direction: column;
  }
  
  /* Layout vertical para ambos os cards no mobile */
  .slider-fixed > div > .test-text {
    text-align: center;
  }
  
  .slider-fixed .title {
    text-align: center !important;
  }

  .fundo-team {
    padding: 10px;
  }

  .videos-content {
    margin-bottom: 20px;
  }
}

/* Estilos antigos removidos - agora usando novo carrossel */

/* Estilos antigos removidos - agora usando novo carrossel */

.button-banner {
  margin-top: 20px;
  /* min-width: 380px; */
  padding: 25px;
  border: 1px solid black;
  border-radius: 39px;
  font-size: 15px;
  background: #ff8698;
  color: white;
  border: none;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  transition: all 0.3s ease;
}

.button-banner:hover {
  background: #ff6b9d;
  color: white;
  text-decoration: none;
  transform: translateY(-2px);
}

blockquote > p {
  margin-top: 20px;
}

/* Métodos Section Styles */
.methods {
  background-color: #f8f9fa;
}

.method-banner {
  background-color: #ffb6c1;
  border-radius: 15px;
  padding: 30px;
  margin-bottom: 40px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 100%;
}

.method-banner p {
  color: white;
  font-size: 16px;
  line-height: 1.8;
  margin: 0;
  font-weight: 500;
}

.method-item {
  padding: 30px 20px;
  margin-bottom: 30px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  height: 100%;
}

.method-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.method-icon {
  margin-bottom: 20px;
  color: white;
  background-color: #ff8698;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.method-item h4 {
  color: #333;
  margin-bottom: 15px;
  font-weight: 600;
}

.method-item p {
  color: #666;
  line-height: 1.6;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .method-banner {
    padding: 20px;
    margin-bottom: 30px;
  }
  
  .method-banner p {
    font-size: 14px;
    line-height: 1.6;
  }
  
  .method-item {
    padding: 20px 15px;
    margin-bottom: 20px;
  }
  
  .method-icon {
    margin-bottom: 15px;
  }
  
  .method-item h4 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  
  .method-item p {
    font-size: 13px;
  }
}

/* Menina Método Section */
.menina-metodo {
  background-color: #f8f9fa;
  padding: 80px 0;
}

.menina-metodo-title {
  font-family: "Cinzel", serif;
  font-size: 2.5em;
  font-weight: 700;
  color: #333;
  margin-bottom: 50px;
  line-height: 1.2;
}

.menina-metodo-content p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #666;
  margin-bottom: 20px;
}

.menina-metodo-features {
  margin-top: 30px;
}

.menina-metodo-features .feature-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.menina-metodo-features .feature-item i {
  color: #ff8698;
  font-size: 20px;
  margin-right: 15px;
  flex-shrink: 0;
}

.menina-metodo-features .feature-item span {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #333;
  font-weight: 500;
}

.menina-metodo-image {
  background: transparent;
}

.menina-metodo-image img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  .menina-metodo {
    padding: 60px 0;
  }
  
  .menina-metodo-content h3 {
    font-size: 2em;
    margin-bottom: 20px;
  }
  
  .menina-metodo-content p {
    font-size: 15px;
  }
  
  .menina-metodo-features .feature-item span {
    font-size: 15px;
  }
  
  .menina-metodo-image {
    margin-top: 30px;
  }
}

/* Carrossel de Testemunhos */
.testimonial-carousel {
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
  min-height: 400px;
}

/* Controle de exibição dos carrosséis */
.desktop-carousel {
  display: block;
}

.mobile-carousel {
  display: none;
}

/* Dots específicos para mobile */
.mobile-only {
  display: none;
}

.testimonial-slide {
  display: none;
  animation: fadeIn 0.5s ease-in-out;
}

.testimonial-slide.active {
  display: block;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateX(20px); }
  to { opacity: 1; transform: translateX(0); }
}

.testimonial-card {
  background: white;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  height: 100%;
  border-left: 5px solid #ff8698;
  position: relative;
}

.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.testimonial-avatar {
  text-align: center;
  margin-bottom: 20px;
}

.testimonial-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #ff8698;
  box-shadow: 0 5px 15px rgba(255, 134, 152, 0.3);
}

.testimonial-content {
  text-align: center;
}

.testimonial-name {
  color: #333;
  font-weight: 600;
  margin-bottom: 10px;
  font-family: "Cinzel", serif;
  font-size: 18px;
}

.testimonial-stars {
  margin-bottom: 15px;
}

.testimonial-stars i {
  color: #ffd700;
  font-size: 16px;
  margin: 0 2px;
}

.testimonial-text {
  color: #666;
  font-style: italic;
  line-height: 1.6;
  font-size: 14px;
  margin: 0;
  position: relative;
}

.testimonial-text::before {
  content: '"';
  font-size: 24px;
  color: #ff8698;
  position: absolute;
  top: -10px;
  left: -10px;
  font-family: Georgia, serif;
}

.testimonial-text::after {
  content: '"';
  font-size: 24px;
  color: #ff8698;
  position: absolute;
  bottom: -10px;
  right: -10px;
  font-family: Georgia, serif;
}

/* Navegação do carrossel */
.testimonial-navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}

.testimonial-nav-btn {
  background: #ff8698;
  border: none;
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.testimonial-nav-btn:hover {
  background: #e67587;
  transform: scale(1.1);
}

.testimonial-nav-btn:active {
  transform: scale(0.95);
}

.testimonial-dots {
  display: flex;
  gap: 10px;
}

.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ddd;
  cursor: pointer;
  transition: all 0.3s ease;
}

.dot.active {
  background: #ff8698;
  transform: scale(1.2);
}

.dot:hover {
  background: #ff8698;
}

/* Responsividade */
@media (max-width: 768px) {
  /* Mostrar carrossel mobile e esconder desktop */
  .desktop-carousel {
    display: none;
  }
  
  .mobile-carousel {
    display: block;
  }
  
  /* Mostrar dots extras no mobile */
  .mobile-only {
    display: block;
  }
  
  .testimonial-carousel {
    min-height: 350px;
  }
  
  .testimonial-card {
    padding: 25px;
    margin: 0 15px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .testimonial-img {
    width: 70px;
    height: 70px;
  }
  
  .testimonial-name {
    font-size: 16px;
  }
  
  .testimonial-text {
    font-size: 13px;
  }
  
  .testimonial-navigation {
    gap: 15px;
    margin-top: 25px;
  }
  
  .testimonial-nav-btn {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
  
  .dot {
    width: 10px;
    height: 10px;
  }
}

@media (max-width: 576px) {
  .testimonial-carousel {
    min-height: 300px;
    margin-bottom: 30px;
  }
  
  .testimonial-card {
    padding: 20px;
    margin: 0 10px;
  }
  
  .testimonial-img {
    width: 60px;
    height: 60px;
  }
  
  .testimonial-name {
    font-size: 15px;
  }
  
  .testimonial-text {
    font-size: 12px;
  }
  
  .testimonial-text::before,
  .testimonial-text::after {
    font-size: 20px;
  }
}
