/* 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 .no-image {
  min-height: 100%;
  padding-bottom: 30px;
}

.programs-section .card-green {
  background-color: #e7ebe4;
}

.programs-section .card-cream {
  background-color: #f9f7f7;
}

.programs-section .card-gray {
  background-color: #e5e9ec;
}

.programs-section .card-purple {
  background-color: #EEEDF2;
}

.programs-section .card-green-gray {
  background-color: #E3E8EC;
}

.programs-section .card-gray-purple {
  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 .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,
  .programs-section .program-third-card,
  .programs-section .program-fifth-card,
  .programs-section .program-seventh-card {
    display: flex;
    flex-direction: row;
    gap: 36px;
  }

  .programs-section .program-third-card,
  .programs-section .program-seventh-card {
    flex-direction: row-reverse;
  }

  .programs-section .program-card {
    height: 300px;
    min-height: 300px;
  }

  .programs-section .program-card .content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: var(--container-gap);
  }

  .programs-section .details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 40px;
  }

  .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 .right {
    width: 582px;
    height: 300px;
    flex-direction: row;
    padding: 20px 0px 0px 20px;
    border-radius: 12px;
    gap: 0;
  }

  .programs-section .right-7 {
    width: 100%;
    max-width: 788px;
    height: 300px;
    flex-direction: row;
    gap: 0px; /* For kids */
    padding: 20px 0px 0px 20px;
    border-radius: 12px;
    justify-content: space-between;
  }

  .programs-section .bottom {
    max-width: 582px;
    height: 300px;
    padding: 20px 20px 0px 20px;
    border-radius: 12px;
  }

  .programs-section .bottom .summary p {
    width: 449px;
  }

  .programs-section .right-bottom,
  .programs-section .no-image {
    max-width: calc(33.33% - 24px);
    height: 300px;
    padding: 20px 10px 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 .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 .no-image button {
    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%;
  }
}

/* Breadcrumb */
.breadcrumb-section {
  padding: 12px 16px 30px;
}

.breadcrumb-section {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.breadcrumb-section span,
.breadcrumb-section a {
  font-family: Ubuntu;
  font-size: 14px;
  font-weight: 300;
  line-height: 18.2px;
  text-align: center;
  color: #353535;
}

.breadcrumb-section span {
  font-family: Ubuntu;
  font-weight: 400;
}

@media (min-width: 1280px) {
  .breadcrumb-section {
    background-color: #f9f7f7;
    padding: 20px 0 0;
  }

  .breadcrumb-section .container {
    width: 1200px;
    margin: 0 auto;
  }
}

/* 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;
}

/* Education Summary Section */
.education-summary-section .container {
  display: flex;
  flex-direction: column;
  gap: var(--container-gap);
}

.education-summary-section .title {
  font-size: var(--h1-font-size-mobile);
  font-weight: 400;
  line-height: var(--h1-line-height-mobile);
  text-align: left;
}

.education-summary-section .education-summary-panel {
  display: flex;
  flex-direction: column;
  gap: var(--content-gap);
}

.education-summary-section .education-summary-card {
  border-radius: 12px;
  background-color: #f9f7f7;
  padding: 20px 16px;
}

.education-summary-section .education-summary-card .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.education-summary-section .education-summary-card .content-image {
  width: 48px;
  height: 48px;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #DF0611;

  border-radius: 50%;
}

.education-summary-section .education-summary-card .content-image img {
  width: 26px;
  height: 26px;
}

.education-summary-section .education-summary-card .description {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.education-summary-section .education-summary-card .description h3 {
  font-family: Ubuntu;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  color: #353535;
}

.education-summary-section .education-summary-card .description p {
  font-family: Ubuntu;
  font-size: 16px;
  font-weight: 300;
  line-height: 20.8px;
  text-align: left;
  color: #353535;
}

@media (min-width: 1280px) {
  .education-summary-section .container {
    width: 1200px;
    gap: 60px;
  }

  .education-summary-section .education-summary-panel {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 36px;
  }

  .education-summary-section .education-summary-card {
    min-height: 230px;
    width: 376px;
    background-color: #F9F7F7;
    padding: 20px;
  }

  .education-summary-section .education-summary-card .content {
    flex-direction: column;
    align-items: start;
    gap: 32px;
  }

  .education-summary-section .education-summary-card .description {
    flex-direction: column;
    gap: 12px;
  }

  .education-summary-section .education-summary-card .description h3 {
    font-family: Ubuntu;
    font-size: 24px;
    font-weight: 400;
    line-height: 31.2px;
    text-align: left;
    color: #353535;
  }

  .education-summary-section .education-summary-card .description p {
    font-family: Ubuntu;
    font-size: 16px;
    font-weight: 300;
    line-height: 20.8px;
    letter-spacing: 0.16px;
    text-align: left;
    color: #353535;
  }

  .education-summary-section .education-summary-card .content-image {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #DF0611;
  }

  .education-summary-section .education-summary-card .content-image img {
    width: 26px;
    height: 26px;
  }
}

/* Employee Education Section */
.employee-education-section .container {
  display: flex;
  flex-direction: column;
  gap: var(--container-gap);
}

.employee-education-section .title {
  font-family: Ubuntu;
  font-size: 24px;
  font-weight: 400;
  line-height: 31.2px;
  text-align: left;
  color: #353535;
}

.employee-education-section .employee-education-panel {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.employee-education-section .employee-education-card {
  min-width: 288px;
  width: 100%;
  padding: 20px 16px 0px 16px;
  border-radius: 12px;
  background-color: #f9f7f7;
}

.employee-education-section .employee-education-card .content {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.employee-education-section .summary {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.employee-education-section .summary p {
  font-family: Ubuntu;
  font-size: 18px;
  font-weight: 300;
  line-height: 23.4px;
  text-align: left;
  color: #353535;
}

.employee-education-section .content-image {
  height: 168px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.employee-education-section .content-image .standard {
  width: 184px;
  height: 168px;
}

.employee-education-section .content-image .streched {
  width: 232px;
  height: 168px;
}

@media (min-width: 1280px) {
  .employee-education-section .container {
    width: 1200px;
    gap: 60px;
  }

  .employee-education-section .title {
    font-family: Ubuntu;
    font-size: 40px;
    font-weight: 400;
    line-height: 48px;
    text-align: left;
    color: #353535;
  }

  .employee-education-section .employee-education-panel {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 36px;
  }

  .employee-education-section .employee-education-card {
    min-width: 273px;
    width: 273px;
    height: 242px;
    padding: 0px;
    border-radius: 12px;
    background-color: #f9f7f7;
  }
  
  .employee-education-section .employee-education-card .content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-right: 0px;
    gap: 0px;
  }
  
  .employee-education-section .summary {
    display: flex;
    flex-direction: column;
    padding: 16px 20px;
    gap: 16px;
  }
  
  .employee-education-section .summary p {
    font-family: Ubuntu;
    font-size: 16px;
    font-weight: 300;
    line-height: 20.8px;
    letter-spacing: 0.16px;
    text-align: left;
    color: #353535;
  }
  
  .employee-education-section .content-image {
    height: 146px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
  }
  
  .employee-education-section .content-image .standard {
    height: 146px;
    width: 170px;
  }

  .employee-education-section .content-image .streched {
    height: 146px;
    width: 234.44px;
  }
}

/* Clients Section */
.clients-section .container {
  display: flex;
  flex-direction: column;
  gap: var(--container-gap);
}

.clients-section .title {
  font-family: Ubuntu;
  font-size: 24px;
  font-weight: 400;
  line-height: 31.2px;
  text-align: left;
  color: #353535;
}

.clients-section .clients-panel {
  width: 100%;
  min-height: 215.02px;
  padding: 16px 18px;
  border-radius: 12px;

  display: flex;
  flex-direction: column;
  gap: 30px;
  background-color: #EEEDF2;
}

.clients-section .content-image {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.clients-section .content-image img {
  width: 100%;
  height: 100%;
}

@media (min-width: 1280px) {
  .clients-section .container {
    width: 1200px;
    gap: 60px;
  }

  .clients-section .title {
    font-family: Ubuntu;
    font-size: 40px;
    font-weight: 400;
    line-height: 48px;
    text-align: left;
    color: #353535;
  }

  .clients-section .clients-panel {
    width: 1200px;
    height: 538px;
    padding: 40px 0px;
    border-radius: 12px;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 36px;
    background-color: #EEEDF2;
  }

  .clients-section .content-image {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .clients-section .content-image img {
    width: 100%;
    height: 100%;
  }
}

/* Education Benefits Section */
.education-benefits-section .container {
  display: flex;
  flex-direction: column;
  gap: var(--container-gap);
}

.education-benefits-section .title {
  font-family: Ubuntu;
  font-size: 24px;
  font-weight: 400;
  line-height: 31.2px;
  text-align: left;
  color: #353535;
}

.education-benefits-section .education-benefits-panel {
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  gap: 20px;
}

.education-benefits-section .education-benefits-card {
  width: 100%;
  padding: 0px 0px 30px 0px;
  border-radius: 12px;
  background-color: #F9F7F7;

  display: flex;
  flex-direction: column;
  gap: 20px;
}

.education-benefits-section .education-benefits-card {
  display: flex;
  flex-direction: column;
}

.education-benefits-section .content {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 0px 20px;
}

.education-benefits-section .description {
  font-family: Ubuntu;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  color: #353535;
}

.education-benefits-section .benefits-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.education-benefits-section .benefits-item {
  display: flex;
  flex-direction: row;
  gap: 16px;
}

.education-benefits-section .benefits-item .star-icon {
  width: 16px;
  height: 26.13px;
  padding: 4px 0px 4px 0px;
}

.education-benefits-section .benefits-item .star-icon img {
  width: 15.79px;
  height: 17.94px;
}

.education-benefits-section .benefits-item .summary {
  font-family: Ubuntu;
  font-size: 16px;
  font-weight: 300;
  line-height: 20.8px;
  letter-spacing: 0.16px;
  text-align: left;
  color: #353535;
}

.education-benefits-section .content-image {
  min-width: 288px;
  min-height: 145.19px;
  border-radius: 12px 12px 0px 0px;
  display: block;
}

.education-benefits-section .content-image img {
  min-width: 288px;
  width: 100%;
  min-height: 145.19px;
  height: auto;
  border-radius: 12px 12px 0px 0px;
}

.education-benefits-section .cta {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: auto;
}

.education-benefits-section .cta button {
  height: 50px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  border-radius: 50px;
  border: 1px solid #353535;
  background-color: transparent;
  color: #F9F7F7;
}

.education-benefits-section .cta button span {
  font-family: Ubuntu;
  font-size: 18px;
  font-weight: 300;
  line-height: 23.4px;
  text-align: left;
  color: #353535;
}


@media (min-width: 1280px) {
  .education-benefits-section .container {
    width: 1200px;
    gap: 60px;
  }

  .education-benefits-section .title {
    font-family: Ubuntu;
    font-size: 40px;
    font-weight: 400;
    line-height: 48px;
    text-align: left;
    color: #353535;
  }

  .education-benefits-section .education-benefits-panel {
    display: flex;
    flex-direction: row;
    border-radius: 12px;
    gap: 36px;
  }

  .education-benefits-section .education-benefits-card {
    width: 582px;
    padding: 0px 0px 40px 0px;
    border-radius: 12px;
    background-color: #F9F7F7;

    display: flex;
    flex-direction: column;
    gap: 32px;
  }

  .education-benefits-section .education-benefits-card {
    display: flex;
    flex-direction: column;
  }

  .education-benefits-section .content {
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding: 0px 20px;
  }

  .education-benefits-section .description {
    font-family: Ubuntu;
    font-size: 24px;
    font-weight: 400;
    line-height: 31.2px;
    text-align: left;
    color: #353535;
  }

  .education-benefits-section .benefits-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .education-benefits-section .benefits-item {
    display: flex;
    flex-direction: row;
    gap: 20px;
  }

  .education-benefits-section .benefits-item .star-icon {
    width: 16px;
    height: 26.13px;
    padding: 4px 0px 4px 0px;
  }

  .education-benefits-section .benefits-item .star-icon img {
    width: 15.79px;
    height: 17.94px;
  }

  .education-benefits-section .benefits-item .summary {
    font-family: Ubuntu;
    font-size: 16px;
    font-weight: 300;
    line-height: 20.8px;
    letter-spacing: 0.16px;
    text-align: left;
    color: #353535;
  }

  .education-benefits-section .content-image {
    min-width: 582px;
    min-height: 334.75px;
    border-radius: 12px 12px 0px 0px;
    display: block;
  }
  
  .education-benefits-section .content-image img {
    min-width: 582px;
    width: 100%;
    min-height: 334.75px;
    height: auto;
    border-radius: 12px 12px 0px 0px;
  }

  .education-benefits-section .cta {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
    margin-top: auto;
  }

  .education-benefits-section .cta button {
    height: 50px;
    width: 184px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    border-radius: 50px;
    border: 1px solid #353535;
    background-color: transparent;
    color: #F9F7F7;
  }

  .education-benefits-section .cta button span {
    font-family: Ubuntu;
    font-size: 18px;
    font-weight: 300;
    line-height: 23.4px;
    text-align: left;
    color: #353535;
  }
}
