/* EXO 2 GLOBAL FONT */
* {
  font-family: "Exo 2", Arial, sans-serif !important;
  letter-spacing: .2px;
}

.trade{ display : none;}

.page-layout {
  display: flex;
  gap: 32px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
  margin-bottom: 50px;
}

/* ===== SIDEBAR ===== */
.sidebar {
  flex: 0 0 220px;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 4px 24px #0001;
  padding: 32px 18px 24px 18px;
  min-width: 180px;
  max-height: fit-content;
  margin-top: 48px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: box-shadow 0.2s;
}
.sidebar:hover {
  box-shadow: 0 8px 32px rgba(252, 206, 88, 0.18);
}
.sidebar h2 {
  font-size: 1.3rem;
  margin-bottom: 22px;
  border-bottom: 2px solid rgba(252, 206, 88, 0.13);
  padding-bottom: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
  width: 100%;
  text-align: left;
  color: #fcce58;
}
.sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.sidebar ul li {
  margin-bottom: 18px;
  display: flex;
  align-items: center;
}
.sidebar ul li:last-child {
  margin-bottom: 0;
}
.sidebar ul li a {
  color: #fcce58;
  font-weight: 600 !important;
  text-decoration: none;
  font-size: 1.08rem;
  padding: 10px 16px 10px 32px;
  border-radius: 8px;
  position: relative;
  display: block;
  width: 100%;
  transition: background 0.18s, color 0.18s, box-shadow 0.18s;
}
.sidebar ul li a:hover,
.sidebar ul li a:focus {
  background: rgba(252, 206, 88, 0.15);
  color: #fcce58;
  box-shadow: 0 2px 8px rgba(252, 206, 88, 0.08);
  outline: none;
}

/* ===== MOBİL SIDEBAR ===== */
@media (max-width: 900px) {
  .page-layout {
    flex-direction: column;
    gap: 0;
    padding: 0 12px;
  }
  .sidebar {
    width: 100%;
    margin-top: 24px;
    align-items: stretch;
    min-width: unset;
    margin-bottom: 24px;
  }
}

/* ===== HERO ===== */
.about-hero {
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  position: relative;
  box-shadow: 0 8px 32px rgba(252, 206, 88, 0.10);
  margin-bottom: 32px;
  margin-top: -95px;
}
.about-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  z-index: 1;
}
.about-hero-content {
  position: relative;
  z-index: 2;
  padding: 48px 24px 36px 24px;
  max-width: 800px;
}
.about-hero-content h1 {
  font-size: 2.6rem;
  font-weight: 700;
  margin-top: 150px;
  letter-spacing: 1px;
  text-align: center;
}

/* MOBİL HERO */
@media (max-width: 600px) {
  .about-hero-content h1 {
    font-size: 2rem;
    margin-top: 120px;
    padding: 0 10px;
  }
}

/* ===== ABOUT SECTION ===== */
.about-section {
  max-width: 1100px;
  margin: 48px auto;
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 4px 24px #0001;
  padding: 48px 32px;
  display: flex;
  gap: 48px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.about-text {
  flex: 2;
  min-width: 260px;
}

.about-text h2 {
  font-size: 2rem;
  color: #fcce58;
  font-weight: 700;
  margin-bottom: 18px;
}

.about-text p {
  font-size: 1.08rem;
  color: #000000;
  margin-bottom: 18px;
  line-height: 1.8;
  font-weight: 500;
}

.about-img {
  flex: 1;
  min-width: 220px;
  max-width: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-img img {
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 4px 24px #0002;
}

/* MOBİL ABOUT */
@media (max-width: 900px) {
  .about-section {
    flex-direction: column;
    padding: 30px 20px;
  }
  .about-img {
    max-width: 100%;
  }
}

/* ===== VALUES ===== */
.about-values {
  margin-top: 36px;
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}
.value-box {
  background: #f8fafc;
  border-radius: 14px;
  box-shadow: 0 2px 12px #0001;
  padding: 22px 18px;
  flex: 1 1 180px;
  min-width: 180px;
  text-align: center;
}
.value-box i {
  font-size: 2rem;
  color: #fcce58;
  margin-bottom: 10px;
}
.value-box h4 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 8px;
  color: #fcce58;
}
.value-box p {
  font-size: .9rem;
  line-height: 1.4;
  color: #444;
}

/* ===== CERTIFICATES ===== */
.certificates-page {
  padding: 80px 0;
  background-color: #f9f7f3;
}

.page-title {
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
  color: #fcce58;
}

.page-desc {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 50px;
  color: #666;
}

.certificate-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

.certificate-item {
  background: white;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  padding: 20px;
  text-align: center;
  transition: transform 0.3s ease;
}

.certificate-item img {
  max-width: 100%;
  border-radius: 5px;
}

.certificate-item h3 {
  margin-top: 15px;
  color: #444;
}

.certificate-item:hover {
  transform: translateY(-5px);
}

/* MEDIA – CERTIFICATES */
@media (max-width: 600px) {
  .certificate-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

.about-section {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.about-text {
  flex: 2;
}

.about-image {
  flex: 1;
}

.about-image img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}

img {
  width: auto;
  height: auto;
}



/* ============================================
   🔥 SARI ÇİZGİ (UNDERLINE) – TÜM SAYFALAR İÇİN
   ============================================ */
.section-title span,
.section-title div,
.page-title + div,
.about-hero-content h1 + div,
h1 + span,
h2 + span {
    width: 140px !important;
    height: 6px !important;
    background: #fcce58 !important;
    border-radius: 6px !important;
    margin: 14px auto 0 auto !important;
    display: block !important;
    opacity: 1 !important;
}
