/*
Theme Name: Bylaz Bahis Landing
Theme URI: https://bylaz.com/
Author: 216X
Description: Bahis tanıtım sayfası odaklı WordPress teması (Bootstrap 5).
Version: 1.0
Text Domain: bylaz-bahis
*/

body {
  background: #000;
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.container {

  max-width: 1300px;
  padding: 0 15px;
  margin: 0 auto;
}

.bonus-box {
  background-color: #111;
  padding: 15px;
  border-radius: 8px;
  text-align: center;
  min-width: 180px;
  color: #fff;
  box-shadow: 0 0 10px #444;
}

.vip-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}

.vip-box {
  background-color: #111;
  border: 2px solid #00ff00;
  border-radius: 10px;
  padding: 15px;
  width: 200px;
  text-align: center;
  font-family: 'Segoe UI', sans-serif;
  box-shadow: 0 0 12px #00ff00;
  transition: transform 0.2s ease-in-out;
}

.vip-box:hover {
  transform: scale(1.05);
  box-shadow: 0 0 20px #00ff00;
}

.vip-box img {
  max-height: 50px;
  margin-bottom: 10px;
}

.vip-box .desc {
  font-size: 0.95rem;
  color: #ccc;
}

.bonus-box h5 {
  font-size: 1rem;
}

.bonus-box small {
  font-size: 0.85rem;
  color: #ccc;
}





.vip-box .brand {
  font-weight: bold;
  font-size: 1.1rem;
  color: #00ff00;
  margin-top: 8px;
}

.vip-box .title {
  font-weight: 600;
  font-size: 1rem;
  color: #00ff00;
}


/* Sosyal alan genel stil */
.text-center p,
.social-block {
  text-align: center;
  margin-bottom: 15px;
}

/* Sosyal linkler */
.socialink {
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s ease-in-out;
}

.socialink:hover {
  color: #ffcc00;
  text-decoration: underline;
}

/* Sosyal ikonlar */
.socialink i {
  margin-right: 6px;
  font-size: 1rem;
}
.text-white{
	color:#fff;
}
/* Mobil görünüm ayarı */
@media only screen and (max-width: 576px) {
  .socialink {
    display: block;
    margin: 6px 0;
  }

  .socialink i {
    font-size: 1.2rem;
  }
}
.bonus-button {
    display: inline-block;
    background-color: #ffec04;
    color: #000;
    padding: 14px 28px;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}
.information {
    font-size: 30px;
    background-color: #000000;
    border-radius: 2px;
    color: #fff;
    padding: 10px;
    text-align: center;
    margin: 20px;
}