.elementor-293 .elementor-element.elementor-element-abc397a{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-e30abb0 *//* === GILROY FONTLARI === */
@font-face {
  font-family: "Gilroy";
  src: url("https://www.nivuads.com/wp-content/uploads/2025/11/Gilroy-Light.otf") format("opentype");
  font-weight: 300;
}
@font-face {
  font-family: "Gilroy";
  src: url("https://www.nivuads.com/wp-content/uploads/2025/11/Gilroy-ExtraBold.otf") format("opentype");
  font-weight: 700;
}

/* === GENEL === */
.nivuads-about {
  background: #ffffff; /* beyaz */
  color: #222;
  padding: 0 20px;
  font-family: "Gilroy", sans-serif;
}

/* === ANA KAPSAYICI === */
.about-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
}

/* === SOL TARAF === */
.about-left {
  flex: 1;
  min-width: 300px;
}

.about-title {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #bfa037; /* altın ama yumuşak */
}

.about-text {
  font-size: 18px;
  line-height: 1.7;
  color: #555;
  margin-bottom: 40px;
}

/* === BUTON === */
.about-btn {
  background: linear-gradient(90deg, #d4af37, #b68b2e);
  color: #000;
  padding: 14px 28px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.about-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 0 15px rgba(212,175,55,0.4);
}

/* === SAĞ TARAF (İstatistikler) === */
.about-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.stat-box {
  background: #f7f7f7; /* beyaz temaya cam gibi */
  border: 1px solid #e5e5e5;
  padding: 30px;
  border-radius: 16px;
  text-align: center;
  min-width: 160px;
  transition: all 0.3s ease;
}

.stat-box:hover {
  border-color: #d4af37;
  box-shadow: 0 8px 24px rgba(212,175,55,0.25);
}

.stat-box h3 {
  font-size: 32px;
  font-weight: 700;
  color: #d4af37;
  margin-bottom: 8px;
}

.stat-box p {
  color: #666;
  font-size: 15px;
}

/* === RESPONSIVE === */
@media (max-width: 992px) {
  .about-container {
    flex-direction: column;
    text-align: center;
  }
  .about-left {
    order: 1;
  }
  .about-right {
    order: 2;
  }
}/* End custom CSS */