/* Approach Section Widget Styles */
.aki-approach-section {
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.approach-container {
  padding: 0 100px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}

.approach-content {
  display: flex;
  gap: 62px;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}

.approach-column-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: flex-start;
  justify-content: flex-start;
}

.approach-column-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: flex-start;
  justify-content: flex-start;
  padding-bottom: 30px;
}

.approach-header {
  display: flex;
  flex-direction: column;
  padding-bottom: 40px;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}

.approach-title {
  color: var(--primary-color);
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}

.approach-description {
  color: var(--primary-color);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin: 0;
}

.approach-points {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}

.approach-point {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}

.approach-point-number {
  color: var(--primary-color);
  font-size: 48px;
  font-weight: 700;
  text-align: left;
  flex-shrink: 0;
  background: none !important;
  border: none !important;
  border-radius: 0 !important;
  width: auto !important;
  height: auto !important;
  display: inline !important;
  align-items: unset !important;
  justify-content: unset !important;
  padding: 0 !important;
  margin: 0 !important;
}

.approach-point-text {
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  flex: 1;
  margin: 0;
}

.approach-decoration {
  position: absolute;
  display: flex;
  gap: 0;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  margin-top: 40px;
  bottom: 0;
}

.approach-decoration-1 {
  position: absolute;
  bottom: 168px;
  left: -83px;
  background: var(--primary-color);
  width: 168px;
  height: 168px;
}

.approach-decoration-2 {
  position: absolute;
  background: var(--primary-color);
  opacity: 0.05;
  width: 168px;
  height: 168px;
  bottom: 0;
  left: 84px;
}

/* Approach Widget Responsive Design */
@media (max-width: 1024px) {
  .approach-section,
  .aki-approach-section {
    padding: 0 50px;
  }

  .approach-container {
    padding: 0 50px;
  }

  .approach-content {
    gap: 40px;
  }

  .facilities-grid,
  .courses-content,
  .news-cards-grid {
    gap: 30px;
  }
}

@media (max-width: 768px) {
  .approach-section,
  .aki-approach-section {
    padding: 0 20px;
  }

  .approach-container {
    padding: 0 20px;
  }

  .approach-content {
    flex-direction: column;
    gap: 30px;
  }

  .approach-column-left,
  .approach-column-right {
    width: 100%;
  }
  .approach-decoration {
    display: none;
  }

  .approach-points {
    gap: 30px;
  }

  .approach-point {
    gap: 20px;
  }

  .point-number {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }

  .facilities-grid,
  .courses-content,
  .news-cards-grid {
    flex-direction: column;
    gap: 20px;
  }

  .facility-card,
  .course-card {
    min-width: auto;
  }

  .news-card {
    min-width: auto;
  }

  .approach-title {
    font-size: 28px;
  }

  .approach-description {
    font-size: 14px;
  }

  .approach-point {
    gap: 20px;
  }

  .approach-point-number {
    font-size: 36px;
    background: none !important;
    border: none !important;
    border-radius: 0 !important;
    width: auto !important;
    height: auto !important;
    display: inline !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .approach-point-text {
    font-size: 14px;
  }

  .approach-decoration {
    margin-top: 30px;
  }

  .approach-decoration-1,
  .approach-decoration-2 {
    width: 120px;
    height: 120px;
  }

  .approach-decoration-2 {
    margin-left: -60px;
  }
}

@media (max-width: 480px) {
  .approach-title {
    font-size: 24px;
  }

  .approach-point {
    gap: 15px;
  }

  .approach-point-number {
    font-size: 28px;
    background: none !important;
    border: none !important;
    border-radius: 0 !important;
    width: auto !important;
    height: auto !important;
    display: inline !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .approach-point-text {
    font-size: 13px;
  }
}
