/* =========================================
   MÜŞTERİ YORUMLARI ALANI
========================================= */

.my-reviews-section{
  background:linear-gradient(180deg,#0b1f3a 0%,#081527 100%);
  padding:70px 20px 90px;
  position:relative;
  font-family:"Segoe UI",Arial,sans-serif;
  overflow:hidden;
}

/* Başlık Alanı */
.my-reviews-header{
  text-align:center;
  max-width:640px;
  margin:0 auto 48px;
}

.my-reviews-header span.my-eyebrow{
  display:inline-block;
  color:#c9a24b;
  letter-spacing:3px;
  font-size:13px;
  text-transform:uppercase;
  font-weight:600;
  margin-bottom:10px;
}

.my-reviews-header .my-h2{
  color:#f4f1ea;
  font-size:32px;
  font-weight:700;
  margin:0 0 12px;
}

.my-reviews-header .my-p{
  color:#aeb6c5;
  font-size:15px;
  line-height:1.6;
  margin:0;
}


/* =========================================
   SWIPER ALANI
========================================= */

.my-reviews-swiper-wrap{
  max-width:1200px;
  margin:0 auto;
  position:relative;
  padding:0 55px;
}

.my-reviews-swiper{
  width:100%;
  overflow:hidden;
  position:relative;
}

/* Swiper'ın yatay çalışma yapısı */
.my-reviews-swiper .swiper-wrapper,
.my-reviews-swiper .my-swiper-wrapper{
  display:flex;
  align-items:stretch;
}

.my-reviews-swiper .swiper-slide,
.my-reviews-swiper .my-swiper-slide{
  height:auto;
  display:flex;
  flex-shrink:0;
  box-sizing:border-box;
}


/* =========================================
   YORUM KARTI
========================================= */

.my-review-card{
  background:#ffffff;
  border-radius:14px;
  padding:32px 28px 28px;
  display:flex;
  flex-direction:column;
  width:100%;
  height:auto;
  box-sizing:border-box;
  box-shadow:0 18px 40px rgba(0,0,0,.25);
  position:relative;
  border-top:4px solid #c9a24b;
}

.my-review-card .my-quote-icon{
  color:#c9a24b;
  font-size:22px;
  opacity:.85;
  margin-bottom:14px;
  text-align: right;
}

.my-review-card .my-stars{
  color:#c9a24b;
  font-size:12px;
  margin-bottom:10px;
  text-align: left;
}

.my-review-card .my-review-text{
  color:#2c3646;
  font-size:14.5px;
  line-height:1.75;
  margin:0;
  flex-grow:1;
  text-align: left;
}


/* =========================================
   MÜŞTERİ BİLGİLERİ
========================================= */

.my-review-card .my-review-footer{
  display:flex;
  align-items:center;
  gap:14px;
  border-top:1px solid #eee;
  padding-top:18px;
}

.my-review-card .my-avatar{
  width:52px;
  height:52px;
  min-width:52px;
  border-radius:50%;
  background:#0b1f3a;
  color:#c9a24b;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:700;
  font-size:18px;
}

.my-review-card .my-info{
    display: flex;
    flex-direction: row;
    min-width: 0;
    flex-wrap: wrap;
    gap: 0 10px;
}

.my-review-card .my-info .my-name{
  color:#0b1f3a;
  font-weight:700;
  font-size:15px;
  margin-bottom:2px;
  text-align: left;
}

.my-review-card .my-info .my-role{
  color:#a12525;
  font-size:12.5px;
  font-weight:600;
  margin-bottom:4px;
  text-align: left;
}

.my-review-card .my-info .my-contact{
    color: #6b7280;
    font-size: 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 2px 10px;
    flex-direction: column;
}

.my-review-card .my-info .my-contact span{
  display:inline-flex;
  align-items:center;
  gap:4px;
  white-space:nowrap;
}

.my-review-card .my-info .my-contact i{
  color:#c9a24b;
  font-size:11px;
}


/* =========================================
   SAĞ VE SOL KONTROL OKLARI
========================================= */

.my-reviews-swiper-wrap .my-swiper-button-prev,
.my-reviews-swiper-wrap .my-swiper-button-next{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  z-index:10;
  width:46px;
  height:46px;
  background-image:none;
  background-color:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.25);
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#f4f1ea;
  cursor:pointer;
  transition:all .25s ease;
}

.my-reviews-swiper-wrap .my-swiper-button-prev{
  left:0;
}

.my-reviews-swiper-wrap .my-swiper-button-next{
  right:0;
}

.my-reviews-swiper-wrap .my-swiper-button-prev:hover,
.my-reviews-swiper-wrap .my-swiper-button-next:hover{
  background-color:#c9a24b;
  border-color:#c9a24b;
  color:#081527;
}

.my-reviews-swiper-wrap .my-swiper-button-prev:after,
.my-reviews-swiper-wrap .my-swiper-button-next:after{
  font-family:"Font Awesome 6 Free";
  font-weight:900;
  font-size:16px;
}

.my-reviews-swiper-wrap .my-swiper-button-prev:after{
  content:"\f104";
}

.my-reviews-swiper-wrap .my-swiper-button-next:after{
  content:"\f105";
}


/* =========================================
   PAGINATION DOTS
========================================= */

.my-reviews-swiper-wrap .my-swiper-pagination{
  position:static;
  width:100%;
  text-align:center;
  margin-top:36px;
}

.my-reviews-swiper-wrap .swiper-pagination-bullet{
  background:rgba(255,255,255,.35);
  opacity:1;
  width:9px;
  height:9px;
  margin:0 5px !important;
  transition:all .25s ease;
}

.my-reviews-swiper-wrap .swiper-pagination-bullet-active{
  background:#c9a24b;
  width:22px;
  border-radius:5px;
}


/* =========================================
   TABLET
========================================= */

@media (max-width:991px){

  .my-reviews-swiper-wrap{
    padding:0 46px;
  }

  .my-reviews-header .my-h2{
    font-size:28px;
  }

}


/* =========================================
   MOBİL
========================================= */

@media (max-width:600px){

  .my-reviews-section{
    padding:55px 15px 70px;
  }

  .my-reviews-header{
    margin-bottom:35px;
  }

  .my-reviews-header .my-h2{
    font-size:25px;
  }

  .my-reviews-swiper-wrap{
    padding:0 40px;
  }

  .my-reviews-swiper-wrap .my-swiper-button-prev,
  .my-reviews-swiper-wrap .my-swiper-button-next{
    width:36px;
    height:36px;
  }

  .my-review-card{
    padding:26px 22px 22px;
  }

  .my-review-card .my-review-text{
    font-size:14px;
  }

  .my-review-card .my-contact{
    flex-direction:column;
  }

}