/* Global */
body {
    font-family: "Exo 2", sans-serif;
    color: #616161;
    background-color: rgb(238, 238, 238);
  }
  
  h1, h2, h3, .navbar-brand {
    font-family: "Exo 2", sans-serif;
  }
  
  /* ----------------------------------------------------
     HERO SECTION
  ---------------------------------------------------- */
  .about-hero {
    position: relative;
    height: 45vh;
    background-image: url("/assets/img/aboutimg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    color: #fff;
  }
  
  .about-hero .overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.55);
  }
  
  .hero-inner {
    position: relative;
    z-index: 2;
  }
  
  .page-title {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    margin-bottom: 0.5rem;
    letter-spacing: 0.03em;
  }
  
  .page-subtitle {
    opacity: 0.85;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }
    /* NAVBAR – hero üzerine oturan transparan şerit */
    .navbar-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 10;
        background: linear-gradient(
          to bottom,
          rgba(0, 0, 0, 0.6),
          transparent
        );
      }
      li{
        color: #616161;
        font-family: "Exo 2", sans-serif;
      }
      .navbar-brand {
        font-family: "Exo 2", sans-serif;
        letter-spacing: 0.12em;
        text-transform: uppercase;
        font-size: 0.95rem;
      }
      
      .navbar-dark .navbar-nav .nav-link {
        color: #f8f9fa;
        font-size: 0.9rem;
        text-transform: uppercase;
        letter-spacing: 0.08em;
      }
      
      .navbar-dark .navbar-nav .nav-link.active,
      .navbar-dark .navbar-nav .nav-link:hover {
        color: #e4e4e4;
      }
      
  /* ----------------------------------------------------
     ABOUT SECTION
  ---------------------------------------------------- */
  .section-title {
    font-size: 2rem;
    margin-bottom: 1rem;
    letter-spacing: 0.03em;
  }
  
  .lead-text {
    font-size: 1.15rem;
    font-weight: 300;
    margin-bottom: 1rem;
  }
  
  .normal-text {
    font-size: 1rem;
    font-weight: 300;
    margin-bottom: 1rem;
  }
  
  .about-image-wrapper img {
    border-radius: 12px;
  }
  
  /* ----------------------------------------------------
     VALUES
  ---------------------------------------------------- */
  .values-section .section-title {
    font-size: 1.8rem;
  }
  
  .value-card h5 {
    font-family: "Exo 2", sans-serif;
    margin-bottom: 0.75rem;
    font-size: 1.1rem;
  }
  
  .value-card p {
    font-size: 0.95rem;
    font-weight: 300;
    color: #555;
  }
  