/* kategori sayfaları yazılar */ 
.ps-block--shop-features{ display: block !important;}


/* kategori sayfaları yazılar */
.category-e-content h1 {
    font-size: 24px !important; /* Başlığı küçült */
    text-align: left; /* Sola hizala */
}

.category-e-content h2 {
    font-size: 20px; /* Başlığı küçült */
    text-align: left; /* Sola hizala */
}





/* Footer */
.wbj-divider {
            border-bottom: 1px solid #ccc;
            margin: 10px 0;
        }
        .wbj-contact {
            margin-top: 10px;
            font-size: 14px; /* Yazı boyutunu küçült */
        }
        .wbj-contact i {
            margin-right: 10px;
        }
        /* Fotoğraf boyutunu küçült */
        .wbj-logo {
            width: 200px; /* Genişlik 150px */
            height: auto; /* Yükseklik otomatik olarak ayarlansın */
        }

/* Ürün sayfası Öne Çıkan */
.widget_product.widget_features p {
    font-size:16px;
  font-weight:700;
}


/* Ürün sayfası fiyat */
/* Sadece Ürün Listeleme Sayfasında (products/) Çalışsın */
 .product-sing-text {
        font-family: 'Rubik', sans-serif;
        font-size: 16px;
        font-weight: 400;
        color: #333;
        text-align: center;
        background-color: #f8f9fa; /* Açık gri arka plan */
        padding: 25px;
        border-radius: 10px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); /* Yumuşak gölge */
        line-height: 1.6;
        max-width: 750px;

   
        border: 1px solid #e0e0e0; /* Hafif gri sınır */
        transition: all 0.3s ease;
    }

    .product-sing-text:hover {
        background-color: #e9ecef; /* Hover sırasında daha koyu açık gri */
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2); /* Hover'da daha belirgin gölge */
    }

    .product-sing-text p {
        margin: 4;
        font-size: 20px;
        color: #555; /* Yazı rengi daha koyu gri */
    }

/* Ana menü öğeleri için */
.navigation__right .menu > li > a {
  font-weight:600;
}

/* Kategoriler menüsündeki tüm metinleri büyük harf yap */
.menu--dropdown span {
      font-weight:700;
}

/* Hizmetler Bölümü */
 .container {
        max-width: 900px;
        margin: auto;
    }
    h2 {
        color: #333;
        text-align: center;
    }
    .features {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        margin-top: 20px;
    }
    .feature-box {
        background: white;
        padding: 10px;
        border-radius: 5px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        display: flex;
        align-items: center;
        gap: 15px;
    }
    .feature-box i {
        font-size: 30px;
        color: white;
        background: #004b8d;
        padding: 15px;
        border-radius: 10%;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 60px;
        height: 60px;
    }
    .feature-content {
        flex: 1;
    }
    .feature-content h3 {
        margin: 0;
        color: #333;
        font-size: 18px;
    }
    .feature-content p {
        margin: 5px 0 0;
        color: #666;
        font-size: 14px;
    }
    @media (max-width: 768px) {
        .features {
            grid-template-columns: repeat(1, 1fr);
        }
    }

/* CTA-1 Bölümü */
.anasayfa-banner {
  margin-top:40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: url('https://magaza.wbjyazilim.com/storage/5153829.jpg') no-repeat center center/cover;
    padding: 50px;
    border-radius: 10px;
}

.banner-left img {
    max-width: 100%;
    height: auto;
}

.banner-right {
    max-width: 50%;
    color: black;
    text-align: left;
}

.banner-right h2 {
    font-size: 28px;
    font-weight: bold;
  color:black;
}

.banner-right p {
    font-size: 18px;
    margin-top: 10px;
  color:black;
}

.btn {
    display: inline-block;
    margin-top: 15px;
    padding: 12px 20px;
    background: #ff6600;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    transition: 0.3s ease;
  font-size:16px;

}

.btn:hover {
    background: #cc5200;
}


/* neden wbj yazılım */
.custom-section {
    position: relative;
    background-color: #f8f9fa;
    padding: 60px 0;
    background: url('https://magaza.wbjyazilim.com/storage/3409297.jpg') no-repeat center center/cover;
}

.custom-section h2 {
    font-size: 2.8rem;
    color: white;
    margin-bottom: 40px;
}

.feature-card {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    height: 100%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.feature-icon {
    font-size: 2.4rem;
    color: #28a745;
    margin-bottom: 15px;
}

.feature-card h4 {
    font-size: 1.70rem;
    color: #343a40;
    margin-bottom: 15px;
}

.feature-card p {
    font-size: 1.4rem;
    color: #6c757d;
}


/* CTA Butonu Stili */
.cta-button {
  display: inline-block;
  padding: 12px 25px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: #007bff;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  margin-top: 20px;
  transition: background-color 0.3s ease;
  text-align: center; /* Butonu metinle ortalamak için */
  margin-left: auto; /* Ortalamak için sağ ve sol marjı otomatik ayarla */
  margin-right: auto;
  display: block; /* Butonu blok seviyesine alarak ortalamayı sağlar */
}

.cta-button:hover {
  background-color: #0056b3;
}


/* Responsive Tasarım */
@media (max-width: 767px) {
  .wbj-web-section h2 {
    font-size: 20px;
  }

  .wbj-web-section p, .wbj-web-section ul li {
    font-size: 14px;
  }

  .cta-button {
    font-size: 14px;
    padding: 10px 20px;
  }
}

/* en alt */
#web-site-info {
        background-color: #f8f9fa;
        border-radius: 10px;
        padding: 20px 0;
    }
    .section-title {
        font-size: 3rem;
        font-weight: 600;
        color: #333;
    }
    .card-title {
        font-size: 2rem;
        font-weight: 600;
        color: #0056b3;
    }
    .card-text {
        font-size: 1.5rem;
        color: #555;
    }
    .btn-primary {
        background-color: #0056b3;
        border-color: #0056b3;
        padding: 12px 30px;
        font-size: 1.2rem;
    }
    .btn-primary:hover {
        background-color: #004080;
        border-color: #004080;
    }
    .shadow-sm {
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    }


/* tawktotemel stiller */

#iframe-tawk-container {
    max-width: 120%;
    height: 80vh; /* Yüksekliği %80 yapar */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    display: flex;
    justify-content: center;
    align-items: center;
}