/*
 Theme Name:   Edumy Child
 Theme URI:    https://themeforest.net/item/edumy-lms-online-education-course-wordpress-theme/24177225
 Description:  Edumy Child Theme
 Author:       ApusTheme
 Author URI:   https://themeforest.net/user/apustheme
 Template:     edumy
 Version:      1.0.0
 Text Domain:  edumy-child
*/

@import url("../edumy/style.css");

/* ---- Gradient Page Title (temanın başlık şeridine uyumlu) ---- */
.page-hero{
  position: relative;
  width: 100%;
  text-align: center;
  padding: 72px 16px;       /* üst-alt boşluk */
  min-height: 240px;        /* 2. görseldeki yükseklik hissi */
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.page-hero.-gradient{
  /* 2. görseldeki sarı->pembe degrade */
  background: linear-gradient(90deg, #E6B468 0%, #F07A6C 50%, #FF4B85 100%);
}
.page-hero__inner{
  width: min(1200px, 100%);
  margin-inline: auto;
  padding-inline: 16px;
}
.page-hero__title{
  margin: 0;
  /* font-family'yi belirtmiyorum -> tema başlık fontunu aynen kullanır */
  font-weight: 700;
  letter-spacing: .02em;
  text-transform: uppercase;                      /* 2. görseldeki gibi */
  line-height: 1.15;
  font-size: clamp(28px, 3.2vw + 12px, 48px);     /* responsive */
}

/* Başlığın altındaki içerik boşluğu */
.page-hero + .container{ margin-top: 2.5rem !important; }

/* İsteğe bağlı: altta çok hafif gölge geçişi */
.page-hero::after{
  content:"";
  position:absolute; left:0; right:0; bottom:-1px; height:24px;
  background: linear-gradient(to bottom, rgba(0,0,0,.06), rgba(0,0,0,0));
  pointer-events:none;
}
