:root {
  --primary-red: #cc0000;
  --text-color: #333;
  --bg-gradient: radial-gradient(circle at top right, #e8f5e9, #ffffff);
}

.hero-section {
  padding: 80px 10%;
  min-height: 80vh;
  display: flex;
  align-items: center;
  background: var(--bg-gradient);
  font-family: 'Segoe UI', sans-serif;
}

.container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

/* Sol Taraf */
.title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  border-left: 5px solid;
  border-image: linear-gradient(to bottom, purple, orange) 1;
  padding-left: 15px;
}

.description {
  font-size: 1.1rem;
  color: #555;
  line-height: 1.6;
  margin-bottom: 30px;
}

.button-group {
  display: flex;
  gap: 15px;
}

.btn {
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.btn-red {
  background: var(--primary-red);
  color: white;
}

.btn-white {
  background: white;
  color: #333;
  border: 1px solid #ddd;
}

/* Sağ Taraf - Kart Katmanları */
.visual-side {
  position: relative;
  height: 400px;
}

.card-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.card {
  position: absolute;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Kart Konumlandırmaları */
.card-white-top {
  width: 280px;
  height: 200px;
  background: #fff;
  top: 0;
  left: 0;
  z-index: 2;
}

.card-black-bottom {
  width: 320px;
  height: 180px;
  background: #1a1a1a;
  bottom: 20px;
  left: 0;
  z-index: 1;
}

.card-white-right {
  width: 220px;
  height: 280px;
  background: #fff;
  right: 0;
  top: 50px;
  z-index: 3;
  transform: rotate(2deg);
  /* Hafif eğik duruş için */
}


.about-section {
  padding: 100px 10%;
  background-color: #ffffff;
  /* Temiz beyaz arka plan */
}

.about-section .container {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  /* Görsel alanı metin alanından biraz daha geniş */
  gap: 80px;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

/* Sol Görsel Alanı */
.image-placeholder {
  width: 100%;
  aspect-ratio: 4 / 3;
  /* Görseldeki gibi hafif yatay dikdörtgen form */
  background-color: #d1d1d1;
  /* Resim yüklenmezse görünecek gri alan */
  border-radius: 12px;
  /* Köşelerdeki yumuşaklık */
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.image-placeholder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Resmi bozmadan alanı kaplatır */
}

/* Sağ Metin Alanı */
.about-title {
  font-size: 1.7rem;
  font-weight: 500;
  color: #1a1a1a;
  margin-bottom: 15px;
  font-family: 'Segoe UI', sans-serif;
}

.about-description p {
  font-size: 1rem;
  color: #666;
  line-height: 1.4;
  margin-bottom: 15px;
}



/* Ana Kapsayıcı */
.programs-wrapper {
  max-width: 1100px;
  margin: 50px auto;
  padding: 20px;
}

.section-title {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 40px;
  font-family: sans-serif;
}

.programs-container {
  height: 450px;
  /* Görseldeki alanın yüksekliği kadar */
  overflow-y: auto;
  /* Kaydırmayı aktif et */
  scroll-snap-type: y mandatory;
  /* Dikeyde zorunlu hizalama */
  -webkit-overflow-scrolling: touch;
  /* Mobil akıcılığı için */
  scrollbar-width: none;
  border: 1px solid #eee;
  /* Alanı görmek için geçici eklendi */
}

.programs-container::-webkit-scrollbar {
  display: none;
}

.program-item {
  height: 100%;
  /* Kapsayıcının tam boyunu al */
  min-height: 450px;
  display: flex;
  align-items: center;
  scroll-snap-align: center;
  /* Merkeze yapış */
  scroll-snap-stop: always;
  /* Kaydırmayı bir sonrakinde durmaya zorla */
  border-bottom: 1px solid #f0f0f0;
}



.program-card {
  display: grid;
  grid-template-columns: 350px 1fr;
  gap: 40px;
  align-items: center;
  width: 100%;
}

.p-image img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.p-content h3 {
  font-size: 2rem;
  color: #0c1446;
  /* Görseldeki koyu lacivert tonu */
  margin-bottom: 15px;
  line-height: 1.2;
}

.p-content h3 span {
  font-weight: 400;
}

.p-content p {
  color: #666;
  line-height: 1.6;
  margin-bottom: 20px;
  max-width: 500px;
}

.p-btn {
  display: inline-block;
  padding: 8px 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  text-decoration: none;
  color: #333;
  font-size: 0.9rem;
  transition: 0.3s;
}

.programs-window {
  height: 450px;
  /* Görünmesini istediğin alanın yüksekliği */
  overflow: hidden;
  /* Dışarı taşanları gizle, scrollbar çıkmasın */
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  border: 1px solid #eee;
}

.programs-slider {
  transition: transform 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  /* Yumuşak geçiş efekti */
  height: 100%;
}

.program-item {
  height: 450px;
  /* Pencere yüksekliğiyle aynı olmalı */
  display: flex;
  align-items: center;
  padding: 0 40px;
  box-sizing: border-box;
}

.program-card {
  display: grid;
  grid-template-columns: 350px 1fr;
  gap: 40px;
  width: 100%;
}

.p-btn:hover {
  background: #f5f5f5;
}

/* --- BÖLÜM ANA YAPI --- */
.benefits-section {
  padding: 80px 5%;
  background: #ffffff;
}

.btn-benefits {
  display: inline-flex;
  /* inline-block yerine bunu deneyin, içeriğe daha iyi yapışır */
  align-items: center;
  justify-content: center;
  width: fit-content;
  /* 🔥 Kritik: İçeriği kadar genişle demek */
  align-self: flex-start;
  /* 🔥 Kritik: Eğer flex içindeyse yayılmayı durdurur */
  padding: 10px 25px;
  background: black;
  color: #fff;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.benefits-container {
  display: grid;
  /* Sol taraf esnek, sağ taraf kartın tam genişliği (370px) */
  grid-template-columns: auto 370px;
  gap: 10px;
  /* 🔥 YAZIYI YUKARI ÇEKER: Center yerine flex-start kullanarak 
     yazı alanını kartın en üstüyle aynı hizaya getirdik */
  align-items: flex-start;
  max-width: 1000px;
  margin: 0 auto;
}

/* --- SOL: METİN TARAFI --- */
.benefits-text-side {
  max-width: 420px;
  display: flex;
  flex-direction: column;
  /* 🔥 BOŞLUĞU AZALTIR: gap: 24px değerini 8px'e düşürerek 
     sub ve title arasındaki mesafeyi daralttık */
  gap: 8px;
  padding-right: 20px;
  /* Kartın en üstüne hizalanması için üst padding'i sıfırladık */
  padding-top: 20px;
}

.benefits-sub {
  font-size: 1.1rem;
  font-weight: 600;
  color: #666;
  /* Renk vurgusu eklendi */
  gap: 3px;
}

.benefits-title {
  font-size: 3rem;
  font-weight: 500;
  line-height: 0.6 !important;
  color: #1a1a1a;
  margin: 0 !important;
  padding: 0;
}

.benefits-subtitle {
  font-size: 1 rem;
  color: #666;
  line-height: 1.2;
  padding-top: 10px;
}

/* --- SAĞ: KAYAN PENCERE --- */
.benefits-window {
  height: 485px;
  /* Tek bir kartın tam yüksekliği yaparsak taşma olmaz */
  width: 400px;
  overflow-y: scroll;
  scroll-snap-type: y mandatory;
  /* Zorunlu duruş */
  scrollbar-width: none;
  position: relative;
  -ms-overflow-style: none;
  /* IE/Edge */
}

.benefits-window::-webkit-scrollbar {
  display: none;
}

.benefits-slider {
  display: flex;
  flex-direction: column;

}

/* --- 🎯 KART TASARIMI (370x485) --- */
.benefit-card {
  width: 370px;
  height: 485px;
  flex: 0 0 485px;
  padding: 32px;
  border-radius: 14px;
  border: 7px solid #75b6b018;
  background: #fff;
  box-shadow: 0 8px 25px rgba(255, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  scroll-snap-align: start;
  margin-bottom: 30px;
  /* Gap yerine margin-bottom daha stabil snap sağlar */
  scroll-snap-align: start;
  /* Kartın başı pencerenin başına yapışır */
  scroll-snap-stop: always;
  /* Kaydırınca en üste yapışır */
  box-sizing: border-box;

}



.card-content h3 {
  font-size: 1.5rem;
  margin-bottom: 8px;
  color: #111;
}

.card-content p {
  font-size: 0.95rem;
  color: #666;
  line-height: 1.5;
}

/* --- GÖRSEL ALANI --- */
.card-image {
  flex: 1;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding-top: 5px;
}


/* --- COURSE SECTION GENEL --- */
.courses-section {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  /* Sağ tarafa taşmaları engeller */
}

/* --- COURSE CARD ANA YAPI --- */
.course-card {
  width: 100%;
  display: flex;
  background: #fff;
  margin-bottom: 0;
  /* Bloklar birbirine yapışık olur */
  overflow: visible;
  /* Kavisin resim üzerine taşması için */
}

.course-inner {
  display: flex;
  width: 100%;
  max-width: 100%;
  /* Sayfayı tam kaplaması için sınırı kaldırdık */
  margin: 0;
  align-items: stretch;
  /* Resim ve metin boyunu eşitler */
}

/* --- GÖRSEL ALANI --- */
.course-image-area {
  width: 50%;
  /* Tam yarı yarıya bölünme */
  height: 840px;
  /* Görsellerin çok devleşmemesi için ideal yükseklik */
  position: relative;
  overflow: hidden;
}

.course-image-area img {
  width: 100%;
  height: 100%;
  object-fit: cover;

}

/* --- METİN ALANI --- */
.course-text-area {
  width: 50%;
  /* Tam yarı yarıya bölünme */
  background: #fff;
  padding: 80px 10%;
  /* İçerik ekranın çok kenarına yapışmasın diye % padding */
  display: flex;
  align-items: center;
  position: relative;
  z-index: 5;
}

/* --- 🔥 KUSURSUZ VE DERİN KAVİS (BEFORE) --- */
.course-text-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: -150px;
  /* Kavisin resmin içine girme derinliği */
  width: 430px;
  /* Toplam kavis genişliği */
  height: 100%;
  background: inherit;
  /* parent'ın (beyaz veya dark) rengini alır */
  z-index: 1;
  /* Derin ve tam boy kavis formülü */
  clip-path: ellipse(75% 100% at 100% 50%);
}

/* --- 🔄 OTOMATİK TERS DÖNDÜRME (ZİKZAK) --- */
/* Her 2. kartta içeriği ve kavisi ters çevirir */
.course-card:nth-child(even) .course-inner {
  flex-direction: row-reverse;
}

.course-card:nth-child(even) .course-text-area::before {
  left: auto;
  right: -150px;
  clip-path: ellipse(75% 100% at 0% 50%);
}

/* --- 🔥 İÇERİK STİLLERİ --- */
.course-content {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 700px;
  /* Metnin sağ tarafta çok yayılmasını önler ama boşluk bırakmaz */
}

.course-content h3 {
  font-size: 3rem;
  /* Görseldeki gibi büyük başlık */
  font-weight: 700;
  margin-bottom: 25px;
  color: #1a1a1a;
  line-height: 1.2;
}

.course-content p {
  font-size: 1.5rem;
  line-height: 1.2;
  color: #555;
  margin-bottom: 35px;
}

/* Buton Stili */
.course-btn {
  display: inline-block;
  padding: 12px 30px;
  border: 1px solid #ccc;
  border-radius: 8px;
  text-decoration: none;
  color: #333;
  font-weight: 600;
  transition: 0.3s;
}

.course-btn:hover {
  background: #1a1a1a;
  color: #fff;
}

/* Books Section */
.books-section {
  width: 100%;
  padding: 60px 0;

}

.books-section-title {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 48px;
  color: #000000;
  text-align: center;
  margin-bottom: 50px;
  letter-spacing: 0;
}

.books-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  max-width: 1600px;
  margin: 0 auto;
}

.book-card {
  display: flex;
  gap: 32px;
  align-items: center;
  /* Vertically center content */
}

.book-left {
  display: flex;
  gap: 13px;
  flex-shrink: 0;
}

.book-img {
  width: 241px;
  height: 374px;
  border-radius: 13px;
  object-fit: cover;
}

.book-separator-line {
  width: 6px;
  height: 374px;
  background-color: #e50815;
  border-radius: 3px;
}

.book-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 438px;
}

.book-author {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #ffffff;
}

.book-title {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 28px;
  color: #ffffff;
  line-height: 1.2;
  margin: 0;
}

.book-desc {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #979390 !important;
  line-height: 1.5;
  margin: 0;
}

.book-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 12px;
}

.btn-buy {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 40px;
  /* Increased padding for wider button */
  min-width: 140px;
  /* Ensure minimum width */
  background-color: #e50815;
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-decoration: none;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.btn-buy:hover {
  background-color: #b30610;
  color: #ffffff;
}

.link-inspect {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.link-inspect:hover {
  color: #d1d0cf;
}

/* ========================= */
/* 🔥 GLOBAL DARK MODE */
/* ========================= */

.dark {
  --text-color: #e5e5e5;
  --bg-gradient: radial-gradient(circle at top right, #1a1a1a, #0d0d0d);
}

.dark body {
  background: #0d0d0d;
  color: #e5e5e5;
}
.dark .hero-desc,.dark .hero-title {
  color: #ccc !important;
}
.dark .course-card,
.dark .course-text-area {
  background: #111;
}

.dark .course-content h3 {
  color: #fff;
}

.dark .course-content p {
  color: #ccc;
}

.dark .course-btn {
  color: #fff;
  border-color: #444;
}

/* HERO */
.dark .hero-section {
  background: var(--bg-gradient);
}


.dark .btn-white {
  background: #1a1a1a;
  color: #fff;
  border-color: #333;
}

/*books */
.dark .book-card .book-author,
.dark .book-card .book-title,
.dark .book-card .book-desc,
.dark .link-inspect,
.dark .books-section-title {

  color: #e5e5e5 !important;
}

/* ABOUT */
.dark .about-section {
  background: #111;
}

.dark .about-title {
  color: #fff;
}

.dark .about-description p {
  color: #bbb;
}

/* PROGRAMS */
.dark .programs-container,
.dark .programs-window {
  border-color: #222;
}

.dark .p-content h3 {
  color: #fff;
}

.dark .p-content p {
  color: #bbb;
}

.dark .p-btn {
  color: #ddd;
  border-color: #333;
}

.dark .p-btn:hover {
  background: #1a1a1a;
}

/* BENEFITS */
.dark .benefits-section {
  background: #0d0d0d;
}

.dark .benefits-title {
  color: #fff;
}

.dark .benefits-subtitle {
  color: #bbb;
}

.dark .benefit-card {
  background: #111;
  border-color: #222;
}

.dark .card-content h3 {
  color: #fff;
}

.dark .card-content p {
  color: #bbb;
}

.dark .benefits-btn {
  background: #fff;
  color: #000;
}


/* ========================= */
/* 📱 MOBİL İYİLEŞTİRMELER */
/* ========================= */

html,body {
  overflow-x: hidden;
}

/* BOOK */

@media (max-width: 1200px) {
  .books-grid {
    grid-template-columns: 1fr;
    gap: 60px;
    margin: 5px;
    justify-items: center; /* Kartları merkeze hizalar */
  }

  .book-card {
    justify-content: center;
    max-width: 900px; /* Çok genişlemesini engeller */
    width: 100%;
  }
}
@media (max-width: 768px) {
  .book-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px;
  }

  .book-left {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }

  .book-separator-line {
    width: 100px;
    height: 6px;
    margin: 15px 0; /* Mobilde dikey boşluk sağlar */
  }

  .book-actions {
    justify-content: center;
    width: 100%;
  }

  /* Orta boy ekranlarda yazı ve resim dengesi */
  .book-title {
    font-size: 1.6rem !important;
  }

  .book-desc {
    font-size: 0.85rem !important;
    line-height: 1.4;
  }

  .book-buy {
    padding: 10px 25px;
    font-size: 0.9rem;
  }

  /* Resmin orta boy ekranlarda çok büyük kalmasını engeller */
  .book-img {
    width: 220px;
    height: auto;
    object-fit: contain;
  }
}
@media (max-width: 480px) {
  .books-section-title {
    font-size: 2rem !important; /* 2.6rem mobilde çok büyüktür, 2rem daha dengeli */
    margin-bottom: 20px;
  }

  .book-title {
    font-size: 1.2rem !important; /* 1rem çok küçük kalabilir, hafif büyütüldü */
  }

  .book-desc {
    font-size: 0.75rem !important;
    padding: 0 10px;
  }

  /* Görselin ekrana tam sığması için */
  .book-img {
    width: 160px !important; /* Telefonlarda daha zarif durması için */
    height: auto !important; /* Orantıyı korur */
    max-width: 100%;
  }

  .book-buy {
    width: 100%; /* Mobilde butona basmak daha kolay olsun diye genişlettik */
    max-width: 200px;
    padding: 12px 10px;
  }
}

/* HERO */
@media (max-width: 780px) {
  .visual-side {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .hero-section .container {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    gap: 15px !important;
    padding: 20px 15px !important;
  }

  .content-side {
    width: 100% !important;
    padding-left: 0 !important;
  }

  .button-group {
    flex-direction: column !important;
    align-items: center !important;
    gap: 10px !important;
    width: 100%;
  }

  .button-group .btn {
    width: 100%;
    max-width: 250px;
  }
}
@media (max-width: 480px) {
  .hero-title {
    font-size: 1.6rem !important;
    line-height: 1.3;
  }

  .hero-desc {
    font-size: 0.95rem !important;
    margin-top: 10px !important;
  }

  .button-group .btn {
    font-size: 0.9rem;
    padding: 10px 14px;
  }
}
@media (min-width: 481px) and (max-width: 780px) {
  .hero-title {
    font-size: 1.8rem !important;
  }

  .hero-desc {
    font-size: 1rem !important;
  }

  .button-group .btn {
    font-size: 0.85rem;
  }
}
@media (min-width: 781px) {
  .visual-side {
    display: flex !important;
    
  }
}


/* ABOUT */
@media (max-width: 480px) {

  .about-section .container {
    display: flex;
    flex-direction: column;
    /* 🔥 en kritik nokta */
    align-items: center;
    gap: 25px;
  }

  .about-image-side {
    width: 100%;
    display: flex;
    justify-content: center;
    order: 1;
    /* görsel üstte */
  }

  .about-image-side img {
    max-width: 100%;
  }

  .about-content-side {
    width: 100%;
    text-align: center;
    order: 2;
    /* yazı altta */
  }

  .about-title {
    font-size: 1.6rem;
  }
  .about-description p {
    font-size: 0.8rem;
  }

}
@media (min-width: 481px) and (max-width: 768px) {

  .about-section .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .about-image-side {
    display: flex;
    justify-content: center;
    order: 1;
  }

  .about-image-side img {
    /* max-width: 100%; */
    width:400px;
    height: 316px;
  }

  .about-content-side {
    width: 100%;
    text-align: center;
    order: 2;
  }

  .about-title {
    font-size: 1.8rem;
  }
  .about-description p {
    font-size: 0.9rem;
  }
}

/* BENEFITS */
@media (min-width: 481px) and (max-width: 768px) {
  .benefits-container {
    display: grid;
    grid-template-columns: 1fr 300px; /* Sağ tarafı 370'den 300'e çektik */
    gap: 15px;
    align-items: flex-start;
  }

  .benefits-window {
    width: 310px; /* Pencere genişliği azaldı */
    height: 400px; /* Pencere yüksekliği azaldı */
  }

  .benefit-card {
    width: 280px; /* Kart genişliği azaldı */
    height: 380px; /* Kart yüksekliği azaldı */
    flex: 0 0 380px; /* Snap mekanizması için yükseklikle aynı olmalı */
    padding: 20px;
  }

  .benefits-title {
    font-size: 2rem !important;
  }
}
@media (max-width: 480px) {
  .benefits-container {
    grid-template-columns: 1fr; 
    gap: 25px;
  }

  .benefits-text-side {
    text-align: center;
    padding-right: 0;
    align-items: center;
  }

  .benefits-title {
    font-size: 1.6rem !important;
    line-height: 1.2 !important;
  }

  /* Pencere ve Kart Yapısı (Küçültülmüş) */
  .benefits-window {
    width: 270px; /* Çok küçük ekranlar için ideal genişlik */
    height: 350px; 
    margin: 0 auto;
  }

  .benefit-card {
    width: 250px; 
    height: 330px; 
    flex: 0 0 330px; /* Snap kaydırma yüksekliği */
    padding: 15px;
    border: 4px solid #75b6b018; /* Border kalınlığını mobilde incelttik */
  }

  /* Kart içi yazılar */
  .card-content h3 {
    font-size: 1.1rem !important;
  }

  .card-content p {
    font-size: 0.75rem !important;
  }

  .card-image {
    height: 140px; /* Görsel alanı küçüldü */
  }
  
}

/* COURSE SECTION */
@media (max-width: 480px) {
  .course-content h2 {
    font-size: 1.6rem;
  }
  .course-content h3 {
    font-size: 1rem;
  }

  .course-content p {
    font-size: 0.8rem;
  }
  .course-image-area {
    height: 500px;
  }
  .course-text-area {
    padding: 30px 20px;
  }
  .course-btn {
    padding: 10px 20px;
    font-size: 0.7rem;
  }
}
@media(min-width: 481px) and (max-width: 768px) {
  .course-content h2 {
    font-size: 2rem;
  }
  .course-content h3 {
    font-size: 1.5rem;
  }

  .course-content p {
    font-size: 1rem;
  }
  .course-image-area {
    height: 600px;
  }
  .course-text-area {
    padding: 50px 30px;
  }
  .course-btn {
    padding: 12px 25px;
    font-size: 0.9rem;
  }
}

/* BİG TEXT */
@media (max-width: 480px) {
  .bigtext {
    font-size: 1.2rem !important;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .bigtext {
    font-size: 2rem !important;
  }
}


/* PROGRAMS */
@media (max-width: 768px) {

  .program-card {
    grid-template-columns: 1fr;
    gap: 20px;
    text-align: center;
  }

  .program-item {
    padding: 20px;
  }

  .p-content p {
    max-width: 100%;
  }

  .programs-container,
  .programs-window {
    height: auto;
  }
}
