  :root{
    --accent:#10c8c8;
    --accent2:#0ea5e9;
  }

  /* TAM GENİŞLİK */
  .hero-img-swiper{
    width: 100vw;
    height: 500px;              /* BURAYI DEĞİŞTİR */
    position: relative;
    overflow: hidden;
  }

  .hero-img-swiper .swiper-slide{
    width: 100%;
    height: 100%;
    position: relative;
  }

  .hero-img-swiper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: saturate(1.05) contrast(1.03);
  }

  /* premium vignette */
  .hero-img-swiper .swiper-slide::after{
    content:"";
    position:absolute;
    inset:0;
    background:
      radial-gradient(900px 400px at 20% 15%, rgba(16,200,200,.14), transparent 55%),
      linear-gradient(180deg, rgba(0,0,0,.05), rgba(0,0,0,.25));
    pointer-events:none;
  }

  /* OKLAR */
  .hero-img-swiper .swiper-button-prev,
  .hero-img-swiper .swiper-button-next{
    width: 46px;
    height: 46px;
    border-radius: 14px;
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.18);
    backdrop-filter: blur(10px);
    box-shadow: 0 12px 30px rgba(0,0,0,.25);
    transition: all .15s ease;
    color:#fff;
  }

  .hero-img-swiper .swiper-button-prev:hover,
  .hero-img-swiper .swiper-button-next:hover{
    background: rgba(16,200,200,.18);
    border-color: rgba(16,200,200,.45);
    transform: translateY(-1px);
  }

  .hero-img-swiper .swiper-button-prev:after,
  .hero-img-swiper .swiper-button-next:after{
    font-size: 16px;
    font-weight: 800;
  }

  /* BULLETS */
  .hero-img-swiper .swiper-pagination{
    bottom: 16px !important;
  }

  .hero-img-swiper .swiper-pagination-bullet{
    width: 8px;
    height: 8px;M C CCCCCC                                          
    background: rgba(255,255,255,.45);
    opacity: 1;
    border-radius: 999px;
    transition: width .2s ease, background .2s ease;
    margin: 0 5px !important;
  }

  .hero-img-swiper .swiper-pagination-bullet-active{
    width: 26px;
    background: linear-gradient(135deg, var(--accent), var(--accent2));
  }

  /* MOBİL */
  @media(max-width:768px){
    .hero-img-swiper{
      height: 280px;
    }
  }
  
.sec-heading h2.sec-title
{
	font-size: 28px;
line-height: 1.25;
}
.blog-thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 12px;
}
.blog-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.4s ease;
}
.blog-item:hover .blog-thumb img {
  transform: scale(1.05);
}
.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

h1.tj-page-title
{
	font-size:1.5rem !important
}

/* !END: Progress bar CSS */
/**----------------------------------------
START: Breadcrumb CSS
----------------------------------------*/
.tj-page-header {
     padding-top: 70px;
    padding-bottom: 70px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: var(--tj-color-theme-dark);
  background-blend-mode: luminosity;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.blog-images {
    height: 380px;
    overflow: hidden;
}

.blog-images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 768px) {
    .blog-images {
        height: 220px;
    }
	h1.tj-page-title
{
	font-size:1rem !important
}
}


    .profile-card{
      border: 0;
      border-radius: 20px;
      overflow: hidden;
      box-shadow: 0 14px 45px rgba(0,0,0,.10);
      background: #fff;
    }
    .profile-img{
      height: 100%;
      min-height: 280px;
      background: #f3f4f6;
      position: relative;
    }
    .profile-img img{
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }
    .profile-badge{
      position: absolute;
      left: 18px;
      bottom: 18px;
      background: rgba(255,255,255,.92);
      backdrop-filter: blur(8px);
      border-radius: 999px;
      padding: 10px 14px;
      display: inline-flex;
      align-items: center;
      gap: 10px;
      box-shadow: 0 10px 25px rgba(0,0,0,.10);
      border: 1px solid rgba(0,0,0,.06);
    }
    .badge-dot{
      width: 10px; height: 10px; border-radius: 50%;
      background: #22c55e;
      box-shadow: 0 0 0 6px rgba(34,197,94,.18);
    }
    .profile-name{
      font-weight: 800;
      letter-spacing: -.02em;
      margin: 0;
      font-size: clamp(22px, 2.2vw, 28px);
    }
    .profile-title{
      margin: 0;
      color: #64748b;
      font-weight: 600;
    }
    .about-text{
      color: #334155;
      line-height: 1.75;
      margin: 0;
    }
    .soft-pill{
      background: #f8fafc;
      border: 1px solid rgba(2,6,23,.08);
      border-radius: 999px;
      padding: 10px 14px;
      font-weight: 600;
      color: #0f172a;
      display: inline-flex;
      align-items: center;
      gap: 8px;
    }
    .profile-actions .btn{
      border-radius: 999px;
      padding: 10px 16px;
      font-weight: 700;
    }

.about-text{
    font-size: 15px;
    line-height: 1.7;
    color: #334155;
}

/* 4 satır sınırı */
.line-clamp-4{
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* link */
.read-more{
    display: inline-block;
    margin-top: 6px;
    font-weight: 600;
    color: #0d6efd;
    cursor: pointer;
    text-decoration: none;
}

.read-more:hover{
    text-decoration: underline;
}



.atolye-card{
    background:#f3f7ff;
    border-radius:40px;
    padding:28px 32px;
    display:flex;
    align-items:center;
    gap:20px;
    height:100%;
}

.atolye-icon{
    width:64px;
    height:64px;
    border-radius:50%;
    background:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:32px;
    box-shadow:0 6px 16px rgba(0,0,0,.08);
}

.atolye-title{
    font-size:22px;
    font-weight:600;
    color:#0b4da2;
    margin:0;
}

