/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 13 2026 | 14:24:02 */
/* Ana sayfa manşeti: yalnızca geniş masaüstünde sağ marka sloganı */
@media screen and (min-width: 1600px) {
  body.home #wp-block-newspack-carousel__1 article.swiper-slide::after {
    content: "Doğadan ilham alan\A bilgi platformu";
    position: absolute;
    top: 50%;
    right: 62px;
    transform: translateY(-50%);
    width: 160px;
    color: #f8e9b7;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(16px, 0.9vw, 18px);
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.01em;
    text-align: center;
    white-space: pre;
    text-shadow: 0 3px 12px rgba(0, 0, 0, 0.42);
    pointer-events: none;
    z-index: 20;
  }
}