.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: 0px;
      border: 0px solid #ddd;
      text-align: center;
    }

    .gtco-testimonials .card img {
      border-radius: 0%;
      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 {
		visibility:hidden;
      text-align: center;
      margin-top: 20px;
      position: relative;
      z-index: 10;
    }

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

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

    /* 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 {
		box-shadow: 10px 10px 23px -10px rgba(0,0,0,0.20);
      background-color:rgb(240,240,240);
      color:#242B59;
      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:#242B59;
	background:rgb(240,240,240);
	}

    .gtco-testimonials .owl-nav button:hover {
	  background-color:rgb(240,240,240);
	  color:#242B59;;

    }




.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;
      }
    }