/* Programs Section */
.programs-section .container {
  display: flex;
  flex-direction: column;
  gap: var(--container-gap);
}

.programs-section .title {
  font-size: var(--h1-font-size-mobile);
  font-weight: var(--h1-font-weight);
  line-height: var(--h1-line-height-mobile);
  text-align: left;
}

.programs-section .programs-panel {
  display: flex;
  flex-direction: column;
  gap: var(--content-gap);
}

.programs-section .program-card {
  min-width: 288px;
  min-height: 415px;

  display: flex;
  flex-direction: column;
  gap: var(--container-gap);

  border-radius: 12px;
  padding: 20px 16px 0px;
}

.programs-section .card-green {
  background-color: #e7ebe4;
}

.programs-section .card-cream {
  background-color: #f9f7f7;
}

.programs-section .card-gray {
  background-color: #e5e9ec;
}

.programs-section .card-blue {
  background-color: #E6EAED;
}

.programs-section .program-card .content {
  display: flex;
  flex-direction: column;
  gap: var(--container-gap);
}

.programs-section .program-card .summary {
  display: flex;
  flex-direction: column;
  gap: var(--smaller-gap);
}

.programs-section .program-card .summary h3 {
  font-size: var(--h2-font-size-mobile);
  font-weight: var(--h2-font-weight);
  line-height: var(--h2-line-height-mobile);
  text-align: left;
}

.programs-section .program-card .summary p {
  font-size: var(--font-size-mobile);
  font-weight: var(--font-weight-mobile);
  line-height: var(--line-height-mobile);
  text-align: left;
}

.programs-section .program-card .content .price {
  font-size: var(--h2-font-size-mobile);
  font-weight: 400;
  line-height: var(--h2-line-height-mobile);
  text-align: left;
}

.programs-section .details {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.programs-section .cta {
  display: flex;
  flex-direction: column;
  gap: var(--container-gap);
}

.programs-section .program-card button {
  height: var(--btn-height-mobile);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  border-radius: var(--border-radius);
  border: 1px solid #353535;
  background-color: transparent;
}

.programs-section .program-card button:hover {
  background-color: #FFFFFF;
}

.programs-section .program-card button span {
  font-family: Ubuntu;
  font-size: var(--font-size-mobile);
  font-weight: 400;
  line-height: var(--line-height-mobile);
  text-align: left;
  color: #353535;
}

.programs-section .program-card .cta-link {
  height: var(--btn-height-mobile);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  border-radius: var(--border-radius);
  border: 1px solid #353535;
  background-color: transparent;
}

.programs-section .program-card .cta-link:hover {
  background-color: #FFFFFF;
}

.programs-section .program-card .cta-link span {
  font-family: Ubuntu;
  font-size: var(--font-size-mobile);
  font-weight: 400;
  line-height: var(--line-height-mobile);
  text-align: left;
  color: #353535;
}

.programs-section .content-image {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 184px;
}

.programs-section .content-image img {
  width: 100%;
  min-height: 184px;
  height: auto;
  display: block;
}

@media (min-width: 1280px) {
  .programs-section .container {
    gap: 60px;
  }

  .programs-section .programs-panel {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 36px;
  }

  .programs-section .program-first-card {
    display: flex;
    flex-direction: column;
    gap: 36px;
  }

  .programs-section .program-third-card {
    display: flex;
    flex-direction: column;
    gap: 36px;
  }

  .programs-section .program-card {
    min-height: 335px;
  }

  .programs-section .program-card .summary {
    gap: 16px;
  }

  .programs-section .program-card .summary h3 {
    font-size: 24px;
    font-weight: 400;
    line-height: 31.2px;
    text-align: left;
  }

  .programs-section .program-card .summary p {
    font-size: 16px;
    font-weight: 300;
    line-height: 20.8px;
    letter-spacing: 0.16px;
    text-align: left;
  }

  .programs-section .program-card .price {
    font-size: 24px;
    font-weight: 400;
    line-height: 31.2px;
    text-align: left;
    text-wrap: nowrap;
  }

  .programs-section .program-card button {
    max-width: 260px;
  }

  .programs-section .program-card button span {
    font-family: Ubuntu;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
    text-align: left;
  }

  .programs-section .program-card .cta-link {
    max-width: 260px;
  }

  .programs-section .program-card .cta-link span {
    font-family: Ubuntu;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
    text-align: left;
  }

  .programs-section .right {
    max-width: 582px;
    height: 342px;
    flex-direction: row;
    padding: 20px 0px 0px 20px;
    border-radius: 12px;
    gap: 0;
  }

  .programs-section .right-7 {
    width: 100%;
    height: 342px;
    flex-direction: row;
    padding: 20px 0px 0px 20px;
    border-radius: 12px;
    justify-content: space-between;
  }

  .programs-section .bottom {
    max-width: 582px;
    padding: 20px 20px 0px 20px;
    border-radius: 12px;
  }

  .programs-section .bottom .summary p {
    width: 449px;
  }

  .programs-section .right-bottom {
    max-width: calc(33.33% - 24px);
    min-height: 343px;
    max-height: 100%;
    padding: 20px 0px 0px 20px;
    border-radius: 12px;
  }

  .programs-section .right .content {
    max-width: 310px;
    padding-bottom: 32px;
  }

  .programs-section .right .content-image {
    max-width: 316px;
    height: 100%;
    align-items: end;
  }

  .programs-section .right .content-image img {
    max-width: 316px;
    height: 322px;
  }

  .programs-section .bottom .content-image {
    max-width: 664px;
    height: 100%;
    max-height: 439px;
    margin-top: auto;
    justify-content: flex-end;
  }

  .programs-section .bottom .content-image img {
    max-width: 664px;
    height: 100%;
  }

  .programs-section .right-bottom .content {
    height: 100%;
  }

  .programs-section .right-bottom .content-image {
    max-width: 204px;
    min-height: 159px;
  }

  .programs-section .right-bottom .content-image img {
    max-width: 204px;
    min-height: 159px;
  }

  .programs-section .right-7 .content {
    justify-content: space-between;
    max-width: 356px;
  }

  .programs-section .right-7 .cta {
    margin-bottom: 40px;
  }

  .programs-section .right-7 .content-image img {
    width: 100%;
    height: 100%;
    display: block;
  }

  .programs-section .right-bottom .details {
    max-height: 100%;
    height: 159px;
    flex-direction: row;
    justify-content: space-between;
    gap: 0px;
    margin-top: auto;
  }

  .programs-section .right-bottom .summary {
    margin: auto 0;
    margin-right: 16px;
  }

  .programs-section .right-bottom button {
    width: 198px;
  }

  .programs-section .right-bottom .cta-link {
    width: 198px;
  }
}

/* Swiper */
@media (min-width: 1280px) {
  .swiper-button-prev {
    background-image: url("../../assets/address/arrow_left.png");
    background-size: 100% 100%;
  }

  .swiper-button-next {
    background-image: url("../../assets/address/arrow_right.png");
    background-size: 100% 100%;
  }
}

/* Teacher Types Section */
@media (min-width: 1280px) {
  .teacher-types-section .type-card {
    background-image: url("../../assets/teacher-types/native_speaker.png");
    background-size: 100% 100%;
  }
}

/* Other Programs Section */
.other-programs-section .card-green {
  background-color: #e7ebe4;
}

.other-programs-section .card-cream {
  background-color: #f9f7f7;
}

.other-programs-section .card-gray {
  background-color: #e5e9ec;
}

.other-programs-section .card-blue {
  background-color: #E6EAED;
}

/* Features Section */
.features-section .container {
  display: flex;
  flex-direction: column;
  gap: var(--container-gap);
}

.features-section .title {
  font-size: var(--h1-font-size-mobile);
  font-weight: 400;
  line-height: var(--h1-line-height-mobile);
  text-align: left;
}

.features-section .features-panel {
  display: flex;
  flex-direction: column;
  gap: var(--content-gap);
}

.features-section .feature-card {
  border-radius: 12px;
  background-color: #f9f7f7;
  padding: var(--padding-small);
}

.features-section .feature-card .content {
  display: flex;
  gap: 16px;
}

.features-section .feature-card .content-image {
  height: 16px;
  width: 14px;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.features-section .feature-card .description {
  display: flex;
}

.features-section .feature-card .description p {
  font-size: var(--features-font-size);
  font-weight: 300;
  line-height: var(--features-line-height);
  text-align: left;
  color: #353535;
}

@media (min-width: 1280px) {
  .features-section .container {
    flex-direction: row;
    width: 1200px;
    gap: 36px;
  }

  .features-section .title {
    width: 376px;
  }

  .features-section .features-panel {
    width: 788px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 36px;
  }

  .features-section .feature-card {
    max-width: 376px;
    background-color: #f9f7f7;
    padding: 20px;
  }

  .features-section .feature-card .content {
    gap: 20px;
  }

  .features-section .feature-card .description {
    width: 288px;
  }

  .features-section .feature-card .content-image {
    width: 27.63px;
    height: 31.39px;
  }

  .features-section .feature-card .content-image img {
    width: 27.63px;
    height: 31.39px;
  }
}

/* Breadcrumb Section */
@media (min-width: 1280px) {
  .breadcrumb-section {
    background-color: #f9f7f7;
    padding: 20px 0 0;
  }
}

/* Benefits Section */
.benefits-section .container {
  display: flex;
  flex-direction: column;
  gap: var(--container-gap);
  border: 1px solid #BFC0C5;
  border-radius: 12px;
}

.benefits-section .title {
  padding: 16px 16px 0;
  font-family: Ubuntu;
  font-size: 24px;
  font-weight: 400;
  line-height: 31.2px;
  text-align: left;
  color: #353535;
}

.benefits-section .benefits-panel {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.benefits-section .benefit-card {
  border-radius: 12px;
  padding: 0 16px 0;
}

.benefits-section .benefit-card .content {
  display: flex;
  flex-direction: column;
  gap: var(--content-gap);
}

.benefits-section .benefit-card .content .description {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: var(--smaller-gap);
}

.benefits-section .benefit-card .content h3 {
  font-family: Ubuntu;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  color: #353535;
}

.benefits-section .benefit-card .content p {
  font-family: Ubuntu;
  font-size: 16px;
  font-weight: 300;
  line-height: 20.8px;
  text-align: left;
  color: #353535;
}

.benefits-section .content-image {
  min-width: 288px;
  width: 100%;
  height: 247.17px;
}

.benefits-section .content-image img {
  min-width: 288px;
  width: 100%;
  height: 247.17px;
  display: block;
}

@media (min-width: 1280px) {
  .benefits-section .container {
    padding: 40px 0 0 20px;
    border: 1px solid #BFC0C5;
    border-radius: 12px;
    gap: 60px;
  }

  .benefits-section .title {
    padding: 0;
    font-family: Ubuntu;
    font-size: 40px;
    font-weight: 400;
    line-height: 48px;
    text-align: left;
    color: #353535;
  }

  .benefits-section .benefits-panel {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 36px;
  }

  .benefits-section .benefits-panel > * {
    flex: 1 1 calc(33.3% - 36px);
  }

  .benefits-section .benefit-card {
    background-color: transparent;
    padding: 0;
  }

  .benefits-section .benefit-card .summary {
    font-family: Ubuntu;
    font-size: 24px;
    font-weight: 400;
    line-height: 31.2px;
    text-align: left;
    color: #353535;
  }

  .benefits-section .benefit-card .description {
    font-family: Ubuntu;
    font-size: 16px;
    font-weight: 300;
    line-height: 20.8px;
    letter-spacing: 0.16px;
    text-align: left;
    color: #353535;
  }

  .benefits-section .content-image {
    width: 368px;
    height: 216px;
  }
  
  .benefits-section .content-image img {
    width: 368px;
    height: 216px;
    display: block;
  }
}

/* Individual Courses Section */
.individual-courses-section {
  display: flex;
  flex-direction: column;
  background-color: #fbfbfb;
  padding: var(--padding-mobile);
}

.individual-courses-section .container {
  display: flex;
  flex-direction: column;
  gap: var(--content-gap);
  background-color: #ffffff;
  padding: var(--padding-mobile);
  border-radius: 12px;
}

.individual-courses-section .title {
  font-family: Ubuntu;
  font-size: 24px;
  font-weight: 400;
  line-height: 31.2px;
  text-align: left;
  color: #353535;
}

.individual-courses-section .content {
  display: flex;
  flex-direction: column;
  gap: var(--container-gap);
}

.individual-courses-section .description {
  font-family: Ubuntu;
  font-size: 16px;
  font-weight: 300;
  line-height: 20.8px;
  text-align: left;
  color: #353535;
}

.individual-courses-section .summary {
  font-family: Ubuntu;
  font-size: 16px;
  font-weight: 300;
  line-height: 20.8px;
  text-align: left;
  color: #353535;
}

.individual-courses-section .content-image {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  align-self: center;
}

.individual-courses-section .content-image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
}

@media (max-width: 1279px) {
  .individual-courses-section {
    margin-bottom: var(--bottom-padding);
  }
}

@media (min-width: 1280px) {
  .individual-courses-section {
    max-width: 1200px;
    height: 464px;
    background-color: #f9f7f7;
    padding: 0;
    margin: 0 auto var(--bottom-padding);
    border-radius: 12px;
  }

  .individual-courses-section .container {
    height: 100%;
    flex-direction: row;
    padding: 32px;
    margin: 32px;
    gap: 67px;
  }

  .individual-courses-section .content {
    padding-top: 40px;
    gap: 0;
  }

  .individual-courses-section .title {
    font-family: Ubuntu;
    font-size: 40px;
    font-weight: 400;
    line-height: 48px;
    text-align: left;
    color: #353535;
    margin-bottom: 32px;
  }

  .individual-courses-section .content-image {
    width: 348px;
    height: 336px;
    border-radius: 10.69px;
  }
  
  .individual-courses-section .content-image img {
    width: 348px;
    height: 336px;
    border-radius: 10.69px;
    display: block;
  }

  .individual-courses-section .description,
  .individual-courses-section .summary {
    font-family: Ubuntu;
    font-size: 16px;
    font-weight: 300;
    line-height: 20.8px;
    letter-spacing: 0.16px;
    text-align: left;
    color: #353535;
  }

  .individual-courses-section .summary {
    flex-direction: row;
    align-items: center;
  }
}
