.gtco-testimonials {
      position: relative;
      max-width:1920px;
      width: 100%;
      text-align: center;
    }

    .gtco-testimonials h2 {
      font-size: 28px;
      color: #333;
      margin-bottom: 20px;
    }

    /* Carousel alanı */
    .owl-carousel {
      overflow: visible !important; /* oklar görünür kalsın */
    }

    .gtco-testimonials .card {
      margin: 0px;
      padding: 0px;
      border-radius: 10px;
      border: 0px solid #ddd;
      text-align: center;
    }

    .gtco-testimonials .card img {
      border-radius: 50%;
      width: 100px;
      height: 100px;
      object-fit: cover;
      margin-bottom:10px;
    }

    .gtco-testimonials .card h5 {
      color: #01b0f8;
      font-size: 20px;
      margin-bottom: 5px;
    }

    .gtco-testimonials .card p {
      font-size: 16px;
      color: #555;
    }

    /* Noktalar */
    .gtco-testimonials .owl-dots {
      text-align: center;
      margin-top: 20px;
      position: relative;
      z-index: 10;
    }

    .gtco-testimonials .owl-dots span {
      height: 15px;
      width: 15px;
      border-radius: 50%;
      display: block;
      background: #fff;
      border: 3px solid #E5202F;
      margin: 5px;
    }

    .gtco-testimonials .owl-dot.active span {
      background: #E5202F;
    }

    /* Sağ Sol Oklar */
	


    .gtco-testimonials .owl-nav {
      position: absolute;
      top: 80%;
      left: 0;
      width: 100%;
      transform: translateY(-50%);
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 0 20px;
      z-index: 20;
	  
    }

    .gtco-testimonials .owl-nav button {
      background-color:#E5202F;
      color: white;
      border: none;
      border-radius:0%;
      width: 50px;
      height: 50px;
      font-size: 20px;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: all 0.3s ease;
      opacity: 1;
	  outline: none !important;	  
    }
	
	.gtco-testimonials .owl-nav button i {
    border-radius:2px;
    font-weight:600;
	font-size: 20px;
	padding:10px;
    width: 50px;
    height: 45px;
	color: white;
	background:rgba(229,32,47,0.90);
	}

    .gtco-testimonials .owl-nav button:hover {
      background: #E5202F;
	  color: white;
      transform: scale(1.1);
    }




.owl-carousel button.owl-dot:focus,
.owl-carousel button.owl-dot:active {
  outline: none !important;
  box-shadow: none !important;
}

    .gtco-testimonials .owl-nav i {
      font-size: 22px;
      line-height: 1;
    }

    @media (max-width: 768px) {
      .gtco-testimonials .owl-nav button {
        width: 40px;
        height: 40px;
      }
    }