h1.section-title {
  font-size: 50px;
  margin-top: 0;
  margin-bottom: 40px;
  padding-bottom: 20px;
  text-align: center;
  font-weight: 700;
  font-family: "Duru Sans", sans-serif;
  color: var(--color-main);
  text-transform: capitalize;
  position: relative;
}

@media (max-width: 767px) {
  h1.section-title {
    font-size: 30px;
  }
}
h1.section-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 5px;
  background-color: #de1318;
}
.m-sec h1.section-title {
  margin-bottom: 30px;
}
.banner-container.page {
  max-height: 600px;
  overflow: hidden;
}
.digerEgitimler .banner-container.page {
  max-height: inherit;
}
.ogrenci .banner-container.page {
  max-height: 230px;
}
.banner-container.page img {
  width: 100%;
  aspect-ratio: 1920/742;
}
.banner-container.page .banner-inner {
  top: 0;
  left: 0;
  padding: 20px;
  color: #fff;
}
.banner-container.page .banner-content h1 {
  font-size: 40px;
  font-weight: 700;
}
.banner-container.page .banner-content .options-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #f6f6f6;
  padding: 20px 10px;
  border-radius: 8px;
  max-width: 400px;
  margin: 30px auto;
}
.banner-container.page .banner-content .options-wrapper .o-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.banner-container.page .banner-content .options-wrapper .o-item:first-child {
  border-right: 1px solid var(--color-active-d);
}
.banner-container.page .banner-content .options-wrapper .o-item .o-title {
  color: var(--color-main);
  font-size: var(--text-reg);
  font-weight: 700;
  display: flex;
  align-items: flex-end;
  margin-bottom: 20px;
}
.banner-container.page .banner-content .options-wrapper .o-item .o-title span {
  display: block;
  line-height: 1;
  padding-left: 10px;
}
.banner-container.page .banner-content .options-wrapper .o-item .o-title svg {
  width: 17px;
  height: 17px;
}
.banner-container.page .banner-content .options-wrapper .o-item .o-info {
  color: #646f79;
  letter-spacing: 0;
  font-size: 14px;
}
@media only screen and (max-width: 890px) {
  .banner-container.page .banner-content h1 {
    font-size: 34px;
    letter-spacing: 2px;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-container.page {
    max-height: 200px;
  }
  .banner-container.page.page-content {
    max-height: 400px;
  }
  .banner-container.page img {
    aspect-ratio: 1110/742;
  }
  .banner-container.page .banner-content h1 {
    font-size: 24px;
    letter-spacing: 1px;
    margin-top: 10px;
  }
  .banner-container.page .banner-content .options-wrapper {
    padding: 15px 10px;
    border-radius: 6px;
    max-width: 360px;
    margin: 20px auto;
  }
  .banner-container.page .banner-content .options-wrapper .o-item .o-title {
    margin-bottom: 15px;
  }
}
.ad-container {
  background: var(--color-bgr-a);
  color: #fff;
  margin: 0 auto;
  padding: 10px 20px 10px;
  font-size: 20px;
  line-height: 2;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .ad-container {
    font-size: 18px;
    line-height: 1.5;
    padding: 10px 15px 12px;
  }
}
.grid-col-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
  gap: 30px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .grid-col-2 {
    grid-template-columns: 1fr;
    grid-gap: 20px;
    gap: 20px;
    margin-bottom: 20px;
  }
}
.block-light {
  background-color: var(--color-light-se-light);
  border-radius: 8px;
  padding: 20px;
  color: var(--color-secondary);
}
.block-light li {
  margin: 10px 0 5px;
}
.block-light li::marker {
  font-size: 12px;
  line-height: 2;
}
.block-light h6 {
  font-size: var(--text-reg);
  color: #151b26;
  font-weight: 600;
}
.block-center {
  width: 75%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .block-center {
    width: 100%;
  }
  ul.block-center {
    padding-left: 1rem;
  }
}
.category-title {
  padding-top: 50px;
}
.nav-link-cat {
  padding: 10px 20px;
  background-color: var(--color-bgr-light);
  color: var(--color-main);
  border-radius: 4px;
  margin-right: 10px;
  margin-top: 15px;
  transition: background-color 0.3s ease;
}
.nav-link-cat:last-child {
  margin-right: 0;
}
.nav-link-cat svg {
  width: 20px;
  height: 20px;
  color: var(--color-bgr-med);
}
.nav-link-cat span {
  padding-left: 7px;
}
.nav-link-cat:hover {
  background-color: var(--color-active-d);
  color: #fff;
}
.nav-link-cat:hover svg {
  color: #fff;
}
.faq-wrapper .accordion-header {
  border: 0 !important;
}
.faq-wrapper .accordion-item {
  border: 0 !important;
}
.faq-wrapper .accordion-body {
  color: var(--color-main);
  font-size: calc(var(--text-reg) - 1px);
}
.faq-wrapper .accordion-body ol li {
  margin-bottom: 0.5em;
  padding-bottom: 0.7em;
  border-bottom: 1px dotted rgba(23, 31, 83, 0.2);
}
.faq-wrapper .accordion-button {
  display: flex;
  color: var(--color-main-l);
  border: 0 !important;
  background-color: var(--color-bgr-e-light);
  margin-bottom: 8px;
  border-radius: 5px !important;
  border-left: 3px solid var(--color-active) !important;
  transition: 0.25s;
  line-height: 1.75;
}
.faq-wrapper .accordion-button svg {
  flex-shrink: 0;
  align-self: flex-start;
  width: 24px !important;
  height: 24px;
  color: var(--color-main);
  transition: 0.25s;
}
.faq-wrapper .accordion-button > span {
  margin-left: 10px;
  margin-right: 10px;
}
.faq-wrapper .accordion-button.collapsed {
  color: var(--color-main);
  border: 0 !important;
  border-left: 3px solid var(--color-bgr-med) !important;
}
.faq-wrapper .accordion-button.collapsed svg {
  color: var(--color-bgr-med);
}
.faq-wrapper .accordion-button.collapsed:hover {
  border-left: 3px solid #98b1d8 !important;
}
.faq-wrapper .accordion-button.collapsed:hover svg {
  color: #98b1d8;
}
.faq-wrapper .accordion-button:focus {
  outline: 0;
  box-shadow: none;
  border: 0;
}
@media (max-width: 768px) {
  .nav-link-cat {
    padding: 7px 10px;
    font-size: 13px;
    margin-right: 10px;
  }
  .faq-wrapper ol {
    padding-left: 1rem;
  }
}
.academyLink {
  width: 100%;
  line-height: 0.75;
}
.academyLink-section {
  width: 100%;
  max-height: 75px;
  min-height: 64px;
  border-radius: 15px;
  flex-direction: column;
  box-shadow: 0 0 18px -8px rgba(0 0 0 0.15);
  align-items: center;
  display: flex;
  color: #fff;
  margin-bottom: 25px;
  justify-content: center;
}
.academyLink-section.btn {
  transition: all 0.2s ease-in-out;
}
.academyLink-section.btn:hover {
  transform: scale(0.9);
  color: #fff;
}
.academyLink-section.academyLink-title {
  width: 100%;
  text-align: center;
  margin-top: 4px;
  padding-left: 0;
  font-size: 120%;
}
.banner-container picture img {
  aspect-ratio: initial !important;
}
.darker-block-light {
  background-color: #d0def8a6;
  color: #0a0c19e6;
}
.bg-corp-red {
  background-color: #cc2b2c;
}
.bg-corp-blue {
  background-color: #202946 !important;
}
.bg-corp-orange {
  background-color: #f07f3c !important;
}
.bg-corp-lightblue {
  background-color: #05a8b3;
}
.bg-corp-pink {
  background-color: #e62e51;
}
.bg-corp-yellow {
  background-color: #f0b431;
}
.acadBtn {
  width: 100%;
  line-height: 0.75;
}
.acadBtn-section {
  width: 100%;
  max-height: 75px;
  min-height: 64px;
  border-radius: 15px;
  box-shadow: 0 0 18px -8px rgba(0 0 0 0.15);
  align-items: center;
  display: flex;
  color: #fff;
  margin-left: 5px;
  margin-bottom: -4%;
}
.acadBtn-section.btn {
  transition: all 0.2s ease-in-out;
}
.acadBtn-section.btn:hover {
  transform: scale(0.9);
  color: #fff;
}
.acadBtn-section.bg-corp-red {
  background-color: #cc2b2c;
}
.acadBtn-section.bg-corp-blue {
  background-color: #202946;
}
.acadBtn-section.bg-corp-orange {
  background-color: #f07f3c;
}
.acadBtn-section.bg-corp-lightblue {
  background-color: #05a8b3;
}
.acadBtn-section.bg-corp-pink {
  background-color: #e62e51;
}
.acadBtn-section.bg-corp-yellow {
  background-color: #f0b431;
}
.acadBtn-section .acadBtn-title {
  width: 55%;
  text-align: left;
  margin-right: -12%;
  margin-top: 4px;
  padding-left: 7px;
  font-size: 108%;
}
.acadBtn span {
  width: 35%;
  height: 100%;
  font-size: 410%;
  font-weight: 680;
  color: rgba(255, 255, 255, 0.151);
  text-align: right;
  align-items: right;
  margin-top: -3%;
  margin-bottom: -6.4%;
  font-family: Arial;
  margin-right: 2.55%;
}
.acadBtn-subsect {
  width: 80%;
  margin-left: 18%;
  align-items: center;
  border-color: #000;
  box-shadow: 0 0 18px -8px rgba(0 0 0 0.15);
  margin-top: 8px;
  background-color: #fff;
  border-radius: 8px;
  min-height: 56px;
  color: #111;
}
.acadBtn-subsect.btn {
  transition: all 0.2s ease-in-out;
}
.acadBtn-subsect:hover {
  transform: scale(0.9);
}
.academyLink {
  width: 100%;
  line-height: 0.75;
}
.academyLink-section {
  width: 100%;
  max-height: 75px;
  min-height: 64px;
  border-radius: 15px;
  flex-direction: column;
  box-shadow: 0 0 18px -8px rgba(0 0 0 0.15);
  align-items: center;
  display: flex;
  color: #fff;
  margin-bottom: 25px;
  justify-content: center;
}
.academyLink-section.btn {
  transition: all 0.2s ease-in-out;
}
.academyLink-section.btn:hover {
  transform: scale(0.9);
  color: #fff;
}
.academyLink-section.sect-1 {
  background-color: #cc2b2c;
}
.academyLink-section.sect-2 {
  background-color: #202946;
}
.academyLink-section.sect-3 {
  background-color: #f07f3c;
}
.academyLink-section.sect-4 {
  background-color: #05a8b3;
}
.academyLink-section.sect-5 {
  background-color: #e62e51;
}
.academyLink-section.sect-6 {
  background-color: #f0b431;
}
.academyLink-section.academyLink-title {
  width: 100%;
  text-align: center;
  margin-top: 4px;
  padding-left: 0;
  font-size: 120%;
}
.instructor {
  justify-content: center;
}
.instructor img {
  align-items: center;
  border-radius: 160px;
  filter: grayscale(100%);
}
h1 {
  font-size: 62px;
  margin-top: 80px;
}
@media (max-width: 767px) {
  h1 {
    font-size: 30px;
    margin-top: 40px;
  }
}
section.m-sec {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  section.m-sec {
    margin-bottom: 50px;
  }
}
.banner-container.page {
  overflow: hidden;
}
.banner-container.page img {
  width: 100%;
  aspect-ratio: 1920/742;
}
.banner-container.page .banner-inner {
  top: 0;
  left: 0;
  padding: 20px;
  color: #fff;
}
.banner-container.page .banner-content h1 {
  font-size: 40px;
  font-weight: 700;
}
.banner-container.page .banner-content .options-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #f6f6f6;
  padding: 20px 10px;
  border-radius: 8px;
  max-width: 400px;
  margin: 30px auto;
}
.banner-container.page .banner-content .options-wrapper .o-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.banner-container.page .banner-content .options-wrapper .o-item:first-child {
  border-right: 1px solid var(--color-active-d);
}
.banner-container.page .banner-content .options-wrapper .o-item .o-title {
  color: var(--color-main);
  font-size: var(--text-reg);
  font-weight: 700;
  display: flex;
  align-items: flex-end;
  margin-bottom: 20px;
}
.banner-container.page .banner-content .options-wrapper .o-item .o-title span {
  display: block;
  line-height: 1;
  padding-left: 10px;
}
.banner-container.page .banner-content .options-wrapper .o-item .o-title svg {
  width: 17px;
  height: 17px;
}
.banner-container.page .banner-content .options-wrapper .o-item .o-info {
  color: #646f79;
  letter-spacing: 0;
  font-size: 14px;
}
@media only screen and (max-width: 890px) {
  .banner-container.page .banner-content h1 {
    font-size: 34px;
    letter-spacing: 2px;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-container.page {
    max-height: 200px;
  }
  .banner-container.page.page-content {
    max-height: 400px;
  }
  .banner-container.page img {
    aspect-ratio: 1110/742;
  }
  .banner-container.page .banner-content h1 {
    font-size: 24px;
    letter-spacing: 1px;
    margin-top: 10px;
  }
  .banner-container.page .banner-content .options-wrapper {
    padding: 15px 10px;
    border-radius: 6px;
    max-width: 360px;
    margin: 20px auto;
  }
  .banner-container.page .banner-content .options-wrapper .o-item .o-title {
    margin-bottom: 15px;
  }
}
.ad-container {
  background: var(--color-bgr-a);
  color: #fff;
  margin: 0 auto;
  padding: 10px 20px 10px;
  font-size: 20px;
  line-height: 2;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .ad-container {
    font-size: 18px;
    line-height: 1.5;
    padding: 10px 15px 12px;
  }
}
.grid-col-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
  gap: 30px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .grid-col-2 {
    grid-template-columns: 1fr;
    grid-gap: 20px;
    gap: 20px;
    margin-bottom: 20px;
  }
}
.block-light {
  background-color: var(--color-light-se-light);
  border-radius: 8px;
  padding: 20px;
  color: var(--color-secondary);
}
.block-light li {
  margin: 10px 0 5px;
}
.block-light li::marker {
  font-size: 12px;
  line-height: 2;
}
.block-light h6 {
  font-size: var(--text-reg);
  color: #151b26;
  font-weight: 600;
}
.block-center {
  width: 75%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .block-center {
    width: 100%;
  }
  ul.block-center {
    padding-left: 1rem;
  }
}
.category-title {
  padding-top: 50px;
}
.nav-link-cat {
  padding: 10px 20px;
  background-color: var(--color-bgr-light);
  color: var(--color-main);
  border-radius: 4px;
  margin-right: 10px;
  margin-top: 15px;
  transition: background-color 0.3s ease;
}
.nav-link-cat:last-child {
  margin-right: 0;
}
.nav-link-cat svg {
  width: 20px;
  height: 20px;
  color: var(--color-bgr-med);
}
.nav-link-cat span {
  padding-left: 7px;
}
.nav-link-cat:hover {
  background-color: var(--color-active-d);
  color: #fff;
}
.nav-link-cat:hover svg {
  color: #fff;
}
.faq-wrapper .accordion-header {
  border: 0 !important;
}
.faq-wrapper .accordion-item {
  border: 0 !important;
}
.faq-wrapper .accordion-body {
  color: var(--color-main);
  font-size: calc(var(--text-reg) - 1px);
}
.faq-wrapper .accordion-body ol li {
  margin-bottom: 0.5em;
  padding-bottom: 0.7em;
  border-bottom: 1px dotted rgba(23, 31, 83, 0.2);
}
.faq-wrapper .accordion-button {
  display: flex;
  color: var(--color-main-l);
  border: 0 !important;
  background-color: var(--color-bgr-e-light);
  margin-bottom: 8px;
  border-radius: 5px !important;
  border-left: 3px solid var(--color-active) !important;
  transition: 0.25s;
  line-height: 1.75;
}
.faq-wrapper .accordion-button svg {
  flex-shrink: 0;
  align-self: flex-start;
  width: 24px !important;
  height: 24px;
  color: var(--color-main);
  transition: 0.25s;
}
.faq-wrapper .accordion-button > span {
  margin-left: 10px;
  margin-right: 10px;
}
.faq-wrapper .accordion-button.collapsed {
  color: var(--color-main);
  border: 0 !important;
  border-left: 3px solid var(--color-bgr-med) !important;
}
.faq-wrapper .accordion-button.collapsed svg {
  color: var(--color-bgr-med);
}
.faq-wrapper .accordion-button.collapsed:hover {
  border-left: 3px solid #98b1d8 !important;
}
.faq-wrapper .accordion-button.collapsed:hover svg {
  color: #98b1d8;
}
.faq-wrapper .accordion-button:focus {
  outline: 0;
  box-shadow: none;
  border: 0;
}
@media (max-width: 768px) {
  .nav-link-cat {
    padding: 7px 10px;
    font-size: 13px;
    margin-right: 10px;
  }
  .faq-wrapper ol {
    padding-left: 1rem;
  }
}
.butonHover:hover {
  color: #000 !important;
  transition: 0.3s !important;
}
.butonHover {
  color: #fff !important;
  transition: 0.3s !important;
}
.butonHover a {
  pointer-events: all !important;
  text-decoration: none !important;
  color: inherit !important;
}
#whatsappIcon {
  position: fixed;
  bottom: 35px;
  right: 45px;
  z-index: 999;
}
#whatsappIcon img {
  width: 70px;
  height: 70px;
}
.eventSchedule {
  width: 210px;
  border-width: 3px;
  color: #202844;
  opacity: 1;
}
.eventSchedule.btn {
  width: 75%;
  color: white;
}
.eventSchedule.btn:hover {
  width: 75%;
  color: white;
  box-shadow: rgba(100, 100, 111, 0.342) 0px 15px 29px 0px;
}
.bg-corp-red.btn:hover {
  background-color: #cc2b2c;
  border-color: #cc2b2c;
}
.bg-corp-blue.btn:hover {
  background-color: #202946;
  border-color: #202946;
}
.bg-corp-orange.btn:hover {
  background-color: #f07f3c;
  border-color: #f07f3c;
}
.bg-corp-lightblue.btn:hover {
  background-color: #05a8b3;
  border-color: #05a8b3;
}
.bold-alternate b {
  color: #202844;
}
.result-table {
  table-layout: fixed;
  font-size: 10pt;
  font-family: Arial;
  width: 348px;
  border-collapse: collapse;
  border: none;
  height: 3873px;
}
.result-table tr {
  height: 21px;
}
.result-table thead {
  font-weight: bold;
  border: 1px solid #000000;
  overflow: hidden;
  padding: 2px 3px;
  vertical-align: bottom;
  background-color: #000000;
  color: #ffffff;
  text-align: left;
}
.result-table td {
  border-width: 1px;
  border-style: solid;
  border-color: #000000;
  overflow: hidden;
  padding: 2px 3px;
  vertical-align: bottom;
}
.syllabus button {
  background-color: rgba(230, 230, 230, 0.37) !important;
}
.syllabus b {
  color: #1d2844 !important;
}
.syllabus span {
  color: #646f79 !important;
}
.syllabus-header span {
  font-size: 20px;
  color: #646f79;
}
.syllabus .accordion-body {
  color: #1d2844;
}
.bg-card-alternate {
  background-color: #f4f8fb;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
@media (max-width: 575.98px) {
  .upper-info-box {
    margin-top: 8px;
    margin-left: 0px;
    margin-right: 0px;
    width: 100% !important;
  }
  .upper-info-box .card-text {
    font-size: 60%;
  }
  .upper-info-box h4 {
    font-size: 83%;
  }
}
@media (max-width: 991.98px) {
  .upper-info-box {
    margin-top: 15px;
    margin-left: 0px;
    margin-right: 0px;
    width: 100% !important;
  }
}
.bg-card-alternate.card-title .bg-corp-red.btn:focus {
  background-color: #cc2b2c;
  border-color: #cc2b2c;
}
.bg-corp-blue.btn:focus {
  background-color: #202946;
  border-color: #202946;
}
.bg-card-alternate.card-title {
  color: #151b26;
}
.bg-card-alternate.card-body {
  color: #646f79;
}
.form-check-input {
  width: 20px !important;
  height: 20px !important;
  border-radius: 4px !important;
  border: 2px solid #dee2e6 !important;
  margin-top: 0 !important;
  flex-shrink: 0;
}
.form-check-input:checked {
  background-color: var(--color-active-d) !important;
  border-color: var(--color-active-d) !important;
}
.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-group label.d-flex {
  align-items: flex-start !important;
  gap: 10px;
}

.form-group label.d-flex .me-2 {
  margin-top: 2px;
}
@media (max-width: 768px) {
  .form-check-input {
    width: 35px !important;
    height: 41px !important;
  }

  .form-group label.d-flex {
    gap: 8px;
  }
}
/* ========================================
   EDUCATION CARDS SYSTEM - UPDATED
======================================== */

.education-cards-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

/* Desktop: 4 columns */
@media (min-width: 1200px) {
  .education-cards-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* Tablet: 2 columns */
@media (min-width: 992px) and (max-width: 1199px) {
  .education-cards-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile: 1 column */
@media (max-width: 991px) {
  .education-cards-wrapper {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

/* Card Base Styles */
.education-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.education-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

/* Card Image */
.card-image-wrapper {
  position: relative;
  width: 100%;
  height: 220px;
  overflow: hidden;
}

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

.card-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  background: rgba(255, 255, 255, 0.95);
  color: var(--color-main);
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 700;
  backdrop-filter: blur(10px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Card Content */
.education-card .card-content {
  padding: 24px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.education-card .card-title {
  font-size: 22px;
  font-weight: 700;
  color: var(--color-main);
  margin-bottom: 12px;
  line-height: 1.3;
}

.education-card .card-description {
  color: #646f79;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 20px;
  flex-grow: 1;
}

.education-card .card-features {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}

.education-card .card-features li {
  padding: 6px 0;
  color: var(--color-main);
  font-size: 14px;
  display: flex;
  align-items: center;
}

.education-card .card-features li:before {
  content: "✓";
  color: #4caf50;
  font-weight: bold;
  margin-right: 10px;
  font-size: 16px;
  flex-shrink: 0;
}

/* Card Footer */
.education-card .card-footer-info {
  padding: 16px 24px;
  background-color: #f8f9fa;
  border-top: 1px solid #e9ecef;
}

.education-card .card-rating {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 12px;
}

.education-card .card-rating .star {
  color: #ffb800;
  font-size: 16px;
}

.education-card .card-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  flex-wrap: wrap;
  gap: 8px;
}

.education-card .duration-info,
.education-card .installment-info {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
}

.education-card .duration-info {
  color: #646f79;
}

.education-card .installment-info {
  color: #4caf50;
}

.education-card .duration-info svg,
.education-card .installment-info svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.education-card .card-btn {
  background-color: var(--color-main);
  color: #fff;
  border: none;
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s ease;
  display: block;
  text-align: center;
  width: 100%;
}

.education-card .card-btn:hover {
  background-color: var(--color-active-d);
  color: #fff;
  transform: scale(1.02);
}

/* Card Color Variants */
.card-red .card-image-wrapper {
  background: linear-gradient(135deg, #cc2b2c 0%, #a02023 100%);
}

.card-blue .card-image-wrapper {
  background: linear-gradient(135deg, #202946 0%, #151d35 100%);
}

.card-orange .card-image-wrapper {
  background: linear-gradient(135deg, #f07f3c 0%, #d66a2d 100%);
}

.card-purple .card-image-wrapper {
  background: linear-gradient(135deg, #764ba2 0%, #5a3780 100%);
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .card-image-wrapper {
    height: 180px;
  }

  .education-card .card-title {
    font-size: 19px;
  }

  .education-card .card-content {
    padding: 20px;
  }

  .education-card .card-footer-info {
    padding: 14px 20px;
  }

  .education-card .card-meta {
    flex-direction: column;
    align-items: flex-start;
  }

  .education-card .card-features li {
    font-size: 13px;
  }
}
/* ========================================
   MODERN SYLLABUS ACCORDION
======================================== */

.syllabus-header {
  text-align: center;
  padding: 3rem 1rem 2rem;
  background: linear-gradient(135deg, #202946 0%, #de1318 100%);
  color: white;
  margin-bottom: 2rem;
  border-radius: 0 0 24px 24px;
}

.syllabus-header h1 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.syllabus-header p {
  font-size: 1.1rem;
  opacity: 0.9;
}

.category-legend {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
  margin-bottom: 2rem;
  padding: 1.5rem;
  background: white;
  border-radius: 16px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.legend-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
  font-weight: 500;
}

.legend-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.modern-accordion-item {
  background: white;
  border-radius: 16px;
  margin-bottom: 1rem;
  border: 2px solid #e2e8f0;
  transition: all 0.3s ease;
  overflow: hidden;
}

.modern-accordion-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.accordion-header-custom {
  display: flex;
  align-items: center;
  padding: 1.25rem 1.5rem;
  cursor: pointer;
  border: none;
  background: transparent;
  width: 100%;
  text-align: left;
}

.icon-box {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
  flex-shrink: 0;
}

.icon-box i {
  font-size: 1.5rem;
  color: white;
}

.bg-web {
  background: #3b82f6;
}
.bg-js {
  background: #8b5cf6;
}
.bg-react {
  background: #10b981;
}
.bg-native {
  background: #ec4899;
}
.bg-api {
  background: #f59e0b;
}

.accordion-title {
  flex: 1;
}

.accordion-title .week-number {
  font-size: 0.875rem;
  font-weight: 600;
  color: #64748b;
  margin-bottom: 0.25rem;
}

.accordion-title h3 {
  font-size: 1.125rem;
  font-weight: 600;
  color: #1e293b;
  margin: 0;
}

.accordion-icon {
  color: #94a3b8;
  font-size: 1.25rem;
  transition: transform 0.3s ease;
}

.accordion-header-custom:not(.collapsed) .accordion-icon {
  transform: rotate(180deg);
}

.accordion-body-custom {
  padding: 0 1.5rem 1.5rem 1.5rem;
}

.accordion-body-custom ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.accordion-body-custom li {
  padding: 0.75rem 1rem;
  margin-bottom: 0.5rem;
  background: #f8fafc;
  border-radius: 8px;
  border-left: 3px solid #cbd5e1;
  transition: all 0.2s ease;
}

.accordion-body-custom li:hover {
  background: #f1f5f9;
  border-left-color: #64748b;
  transform: translateX(4px);
}

.accordion-body-custom li::before {
  content: "✓";
  color: #10b981;
  font-weight: bold;
  margin-right: 0.75rem;
}

@media (max-width: 768px) {
  .syllabus-header h1 {
    font-size: 1.75rem;
  }

  .category-legend {
    gap: 1rem;
  }

  .legend-item {
    font-size: 0.8rem;
  }

  .icon-box {
    width: 40px;
    height: 40px;
  }

  .accordion-title h3 {
    font-size: 1rem;
  }
}
/* ========================================
   CERTIFICATE BANNER SECTION - UPDATED
======================================== */

.certificate-banner-section {
  background: linear-gradient(135deg, #202946 0%, #1a2038 100%);
  padding: 80px 0 80px 0; /* Alt padding kaldırıldı */
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}

.certificate-banner-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grid" width="100" height="100" patternUnits="userSpaceOnUse"><path d="M 100 0 L 0 0 0 100" fill="none" stroke="rgba(255,255,255,0.03)" stroke-width="1"/></pattern></defs><rect width="100%" height="100%" fill="url(%23grid)"/></svg>');
  opacity: 0.5;
}

.certificate-banner-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  position: relative;
  z-index: 2;
}

/* Left Side - Certificate Info */
.certificate-info {
  color: #ffffff;
}

.certificate-logo {
  margin-bottom: 30px;
}

.certificate-logo img {
  width: 180px;
  height: auto;
  filter: brightness(0) invert(1);
}

.certificate-title {
  font-size: 42px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 40px;
  line-height: 1.3;
}

.certificate-features {
  list-style: none;
  padding: 0;
  margin: 0;
}

.certificate-features li {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 25px;
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-weight: 500;
}

.certificate-features li:last-child {
  border-bottom: none;
}

.certificate-features li svg {
  width: 28px;
  height: 28px;
  margin-right: 15px;
  stroke: #de1318;
  flex-shrink: 0;
  background: rgba(222, 19, 24, 0.15);
  border-radius: 50%;
  padding: 5px;
}

/* Right Side - Certificate Image */
.certificate-image {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.cert-img {
  width: 100%;
  max-width: 550px;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
  transform: perspective(1000px) rotateY(-5deg);
  transition: all 0.4s ease;
}

.cert-img:hover {
  transform: perspective(1000px) rotateY(0deg) scale(1.02);
  box-shadow: 0 25px 70px rgba(222, 19, 24, 0.3);
}

/* Decorative Elements */
.certificate-image::before {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  background: radial-gradient(
    circle,
    rgba(222, 19, 24, 0.15) 0%,
    transparent 70%
  );
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  animation: pulse 3s ease-in-out infinite;
}

@keyframes pulse {
  0%,
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.5;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.1);
    opacity: 0.3;
  }
}

/* ========================================
   PROGRAM FEATURES SECTION - UPDATED WITH RED BACKGROUND
======================================== */

.program-features-section {
  padding: 80px 0;
  background: linear-gradient(
    135deg,
    #ffe5e6 0%,
    #ffd4d5 100%
  ); /* Açık kırmızı ton */
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  border-radius: 0;
}

.program-features-section .section-title {
  margin-bottom: 50px;
  color: var(--color-main);
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

/* Feature Card Styling */
.feature-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 40px 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 420px;
}

.feature-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(135deg, #202946 0%, #de1318 100%);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.feature-card:hover::before {
  transform: scaleX(1);
}

.feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 40px rgba(32, 41, 70, 0.15);
}

/* Feature Icon */
.feature-icon {
  width: 80px;
  height: 80px;
  border-radius: 16px;
  background: linear-gradient(135deg, #202946 0%, #de1318 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  transition: all 0.3s ease;
}

.feature-icon svg {
  width: 40px;
  height: 40px;
  stroke: #ffffff;
  stroke-width: 2;
}

.feature-card:hover .feature-icon {
  transform: scale(1.1) rotate(5deg);
}

/* Feature Title */
.feature-title {
  font-size: 24px;
  font-weight: 700;
  color: var(--color-main);
  margin-bottom: 15px;
  line-height: 1.3;
}

/* Feature Description */
.feature-description {
  font-size: 15px;
  color: var(--color-secondary);
  line-height: 1.7;
  margin-bottom: 20px;
  flex-grow: 1;
}

/* Feature List */
.feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.feature-list li {
  padding: 10px 0 10px 30px;
  color: var(--color-main);
  font-size: 14px;
  line-height: 1.6;
  position: relative;
  border-bottom: 1px solid #e9ecef;
}

.feature-list li:last-child {
  border-bottom: none;
}

.feature-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 10px;
  width: 20px;
  height: 20px;
  background: linear-gradient(135deg, #202946 0%, #de1318 100%);
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: bold;
}

/* Desktop: 2 columns on medium screens */
@media (min-width: 768px) and (max-width: 1199px) {
  .features-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
}

/* Desktop: 4 columns on large screens */
@media (min-width: 1200px) {
  .features-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
  }
}

/* Tablet Responsive */
@media (max-width: 991px) {
  .certificate-banner-section {
    padding: 60px 0 60px 0;
  }

  .certificate-banner-wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }

  .certificate-logo {
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
  }

  .certificate-logo img {
    width: 150px;
  }

  .certificate-title {
    font-size: 32px;
    margin-bottom: 30px;
  }

  .certificate-features li {
    justify-content: center;
    font-size: 16px;
    margin-bottom: 20px;
    padding: 12px 0;
  }

  .certificate-features li svg {
    width: 24px;
    height: 24px;
    margin-right: 12px;
  }

  .cert-img {
    max-width: 450px;
    transform: perspective(1000px) rotateY(0deg);
  }

  .program-features-section {
    padding: 60px 0;
  }
}

/* Mobile Responsive */
@media (max-width: 767px) {
  .certificate-banner-section {
    padding: 50px 15px 50px 15px;
  }

  .certificate-banner-wrapper {
    gap: 30px;
  }

  .certificate-logo img {
    width: 130px;
  }

  .certificate-title {
    font-size: 26px;
    margin-bottom: 25px;
    line-height: 1.4;
  }

  .certificate-features li {
    font-size: 15px;
    margin-bottom: 15px;
    padding: 10px 0;
    text-align: left;
    justify-content: flex-start;
  }

  .certificate-features li svg {
    width: 22px;
    height: 22px;
    margin-right: 10px;
  }

  .cert-img {
    max-width: 100%;
    border-radius: 12px;
  }

  .certificate-image::before {
    width: 200px;
    height: 200px;
  }

  .program-features-section {
    padding: 50px 15px;
  }

  .program-features-section .section-title {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .features-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .feature-card {
    padding: 30px 20px;
    min-height: auto;
  }

  .feature-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
  }

  .feature-icon svg {
    width: 35px;
    height: 35px;
  }

  .feature-title {
    font-size: 20px;
    margin-bottom: 12px;
  }

  .feature-description {
    font-size: 14px;
    margin-bottom: 15px;
  }

  .feature-list li {
    font-size: 13px;
    padding: 8px 0 8px 28px;
  }

  .feature-list li::before {
    width: 18px;
    height: 18px;
    font-size: 11px;
  }
}

/* Small mobile devices */
@media (max-width: 375px) {
  .certificate-banner-section {
    padding: 40px 10px 40px 10px;
  }

  .certificate-title {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .certificate-features li {
    font-size: 14px;
    margin-bottom: 12px;
  }

  .certificate-logo img {
    width: 110px;
  }

  .program-features-section {
    padding: 40px 10px;
  }

  .feature-card {
    padding: 25px 15px;
  }

  .feature-title {
    font-size: 18px;
  }

  .feature-description {
    font-size: 13px;
  }
}
/* ========================================
   INSTRUCTORS SECTION - MODERN CARDS
======================================== */

.instructors-section {
  padding: 80px 0;
  background: none !important;
  background-color: transparent !important;
}

.instructors-section .section-title {
  margin-bottom: 60px;
}

.instructors-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

/* Instructor Card */
.instructor-card {
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  position: relative;
}

.instructor-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 40px rgba(32, 41, 70, 0.2);
}

/* Instructor Image */
.instructor-image-wrapper {
  position: relative;
  width: 100%;
  height: 350px;
  overflow: hidden;
}

.instructor-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(20%);
  transition: all 0.4s ease;
}

.instructor-card:hover .instructor-img {
  filter: grayscale(0%);
  transform: scale(1.05);
}

/* Overlay */
.instructor-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(32, 41, 70, 0.85) 0%,
    rgba(222, 19, 24, 0.85) 100%
  );
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.instructor-card:hover .instructor-overlay {
  opacity: 1;
}

.view-details {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  padding: 12px 30px;
  border: 2px solid #ffffff;
  border-radius: 30px;
  transition: all 0.3s ease;
}

.instructor-card:hover .view-details {
  background: #ffffff;
  color: var(--color-main);
}

/* Instructor Info */
.instructor-info {
  padding: 25px;
  text-align: center;
}

.instructor-name {
  font-size: 24px;
  font-weight: 700;
  color: var(--color-main);
  margin-bottom: 8px;
}

.instructor-role {
  font-size: 15px;
  color: var(--color-secondary);
  font-weight: 500;
}

/* ========================================
   INSTRUCTOR MODAL
======================================== */

.instructor-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.instructor-modal.active {
  display: flex;
}

.modal-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(5px);
  animation: fadeIn 0.3s ease;
}

.modal-content-wrapper {
  position: relative;
  background: #ffffff;
  border-radius: 24px;
  max-width: 900px;
  width: 100%;
  max-height: 85vh;
  overflow-y: auto;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  animation: slideUp 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 10000;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Modal Close Button */
.modal-close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--color-main);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 10001;
}

.modal-close-btn:hover {
  background: var(--color-active);
  transform: rotate(90deg);
}

.modal-close-btn svg {
  width: 24px;
  height: 24px;
  stroke: #ffffff;
}

/* Modal Body */
.modal-body {
  padding: 50px 40px;
}

.modal-instructor-header {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 30px;
  padding-bottom: 25px;
  border-bottom: 2px solid #e9ecef;
}

.modal-instructor-image {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid var(--color-active);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.modal-instructor-title h3 {
  font-size: 32px;
  font-weight: 700;
  color: var(--color-main);
  margin-bottom: 10px;
}

.modal-instructor-positions {
  list-style: none;
  padding: 0;
  margin: 15px 0 0 0;
}

.modal-instructor-positions li {
  font-size: 15px;
  color: var(--color-secondary);
  margin-bottom: 8px;
  padding-left: 20px;
  position: relative;
}

.modal-instructor-positions li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--color-active);
  font-weight: bold;
}

.modal-instructor-bio {
  margin-bottom: 20px;
}

.modal-instructor-bio p {
  font-size: 15px;
  line-height: 1.8;
  color: var(--color-secondary);
  margin-bottom: 15px;
}

.modal-instructor-contact {
  margin-top: 30px;
  padding-top: 25px;
  border-top: 2px solid #e9ecef;
}

.modal-instructor-email {
  font-size: 16px;
  color: var(--color-main);
  font-weight: 600;
  margin-bottom: 15px;
}

.modal-instructor-email a {
  color: var(--color-active);
  text-decoration: none;
}

.modal-instructor-email a:hover {
  text-decoration: underline;
}

.modal-instructor-linkedin a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 24px;
  background: #0077b5;
  color: #ffffff;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.modal-instructor-linkedin a:hover {
  background: #005885;
  transform: translateY(-2px);
}

.modal-instructor-linkedin svg {
  width: 20px;
  height: 20px;
  fill: #ffffff;
}

/* Tablet Responsive */
@media (max-width: 991px) {
  .instructors-section {
    padding: 60px 0;
  }

  .instructors-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  .modal-body {
    padding: 40px 30px;
  }

  .modal-instructor-header {
    flex-direction: column;
    text-align: center;
  }

  .modal-instructor-title h3 {
    font-size: 28px;
  }
}

/* Mobile Responsive */
@media (max-width: 767px) {
  .instructors-section {
    padding: 50px 15px;
  }

  .instructors-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .instructor-image-wrapper {
    height: 300px;
  }

  .instructor-name {
    font-size: 20px;
  }

  .instructor-role {
    font-size: 14px;
  }

  .modal-content-wrapper {
    max-height: 90vh;
    border-radius: 20px;
  }

  .modal-body {
    padding: 30px 20px;
  }

  .modal-close-btn {
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
  }

  .modal-instructor-image {
    width: 120px;
    height: 120px;
  }

  .modal-instructor-title h3 {
    font-size: 24px;
  }

  .modal-instructor-positions li {
    font-size: 14px;
  }

  .modal-instructor-bio p {
    font-size: 14px;
  }
}

/* Small Mobile */
@media (max-width: 375px) {
  .instructor-info {
    padding: 20px 15px;
  }

  .modal-body {
    padding: 25px 15px;
  }

  .view-details {
    font-size: 16px;
    padding: 10px 24px;
  }
}

/* Prevent body scroll when modal is open */
body.modal-open {
  overflow: hidden;
}
